From 441073135de8e44d11fb17a629163004b553d83e Mon Sep 17 00:00:00 2001 From: MARCOP001 Date: Fri, 29 May 2026 18:49:09 +0200 Subject: [PATCH] modifica risultati di ricerca api --- app.py | 40 +- data/raw/openalex_20260529_174737.json | 111089 ++++++++++++++++++++++ data/raw/openalex_20260529_175440.json | 111089 ++++++++++++++++++++++ data/raw/openalex_20260529_183916.json | 111089 ++++++++++++++++++++++ data/raw/openalex_20260529_184136.json | 111089 ++++++++++++++++++++++ data/raw/pubmed_20260529_184416.xml | 36619 +++++++ 6 files changed, 480997 insertions(+), 18 deletions(-) create mode 100644 data/raw/openalex_20260529_174737.json create mode 100644 data/raw/openalex_20260529_175440.json create mode 100644 data/raw/openalex_20260529_183916.json create mode 100644 data/raw/openalex_20260529_184136.json create mode 100644 data/raw/pubmed_20260529_184416.xml diff --git a/app.py b/app.py index c4bb2a2..6f2696e 100644 --- a/app.py +++ b/app.py @@ -801,15 +801,6 @@ def mostra(): except Exception as e: ui.notification_show(f"❌ Errore durante la standardizzazione: {e}", type="error", duration=10) - # Renderizza la preview dei dati (sostituisce il vecchio show_data()) - @render.ui - def show_table(): - current_data = df.get() - if current_data is not None and not current_data.empty: - html_table = current_data.head(100).to_html(classes="table table-striped", index=False) - return ui.HTML(f"
{html_table}
") - return ui.p("Nessun record caricato o elaborato.", style="color: gray;") - # -------- ADVICE BUTTON -------- @render.ui @reactive.event(input.advice_modal_completeness) @@ -883,6 +874,16 @@ def indicator_types_ui_all(): spinners=input.start_button() > 0 ) + # Visualizzazione reattiva della tabella + @render.ui + def show_data_table(): + current_data = df.get() + if current_data is not None and not current_data.empty: + html_table = current_data.head(100).to_html(classes="table table-striped", index=False) + return ui.HTML(f"
{html_table}
") + return ui.p("Nessun record caricato. Usa 'Import raw data file(s)' o la sezione API.", style="color: gray;") + + ui.h4("Description", style="color: #5567BB;") ui.p("This section allows you to import, load, or export your dataset. You can choose to import raw data files from various databases, load previously saved Bibliometrix files, or use a sample dataset for testing purposes. Once the data is loaded, you can view it in a table format and export it as an Excel file or R Data Format for further analysis. " \ "Biblioshiny supports various bibliographic databases, allowing users to import and analyze collections exported from these sources. Click on a database below to visit its official website and download your data for analysis."), @@ -939,24 +940,25 @@ def indicator_types_ui_all(): ui.input_action_button("btn_run_api", "Esegui Live API", icon=ICONS["play"], class_="btn-primary") with ui.card(full_screen=True): - @render.ui + @reactive.effect # <-- MODIFICATO: Da @render.ui a @reactive.effect @reactive.event(input.btn_run_api) def esegui_pipeline_api(): query = input.api_query() source = input.api_source() if not query: - return ui.notification_show("Inserisci una query valida prima di eseguire.", type="warning") + ui.notification_show("Inserisci una query valida prima di eseguire.", type="warning") + return # <-- MODIFICATO: Usa solo return vuoto per uscire, non 'return ui.notification_show' ui.notification_show("⏳ Interrogazione API in corso...", duration=10) try: # --- FASE 1: EXTRACT (via API) --- - # Seleziona la funzione corretta richiamando api_retriever.py raw_records = extract_data(query=query, source=source) if not raw_records: - return ui.notification_show("Nessun risultato compatibile trovato con la query.", type="warning") + ui.notification_show("Nessun risultato compatibile trovato con la query.", type="warning") + return # --- FASE 2, 3 e 4: TRANSFORM E LOAD --- source_mapped = "OPENALEX" if source == "openalex" else "PUBMED" @@ -971,13 +973,15 @@ def esegui_pipeline_api(): df.set(standardized_df) reset_all_analyses() - # Se il fetch va a buon fine reindirizza alla Overview - ui.update_navs("hidden_tabs", selected="overview") - return ui.notification_show(f"✅ Download API completato! Creati e testati {len(standardized_df)} record uniformati.", duration=5) + + ui.update_navs("hidden_tabs", selected="import") + + # <-- MODIFICATO: rimosso il 'return' + ui.notification_show(f"✅ Download API completato! Creati e testati {len(standardized_df)} record uniformati.", duration=5) except Exception as e: - return ui.notification_show(f"❌ Fallimento del processo API: {e}", type="error", duration=15) - + # <-- MODIFICATO: rimosso il 'return' + ui.notification_show(f"❌ Fallimento del processo API: {e}", type="error", duration=15) with ui.nav_panel("None", value="collections"): ui.h3("🚧 Warning: Merge Collection is under construction 🚧") diff --git a/data/raw/openalex_20260529_174737.json b/data/raw/openalex_20260529_174737.json new file mode 100644 index 0000000..e88f003 --- /dev/null +++ b/data/raw/openalex_20260529_174737.json @@ -0,0 +1,111089 @@ +[ + { + "id": "https://openalex.org/W2101234009", + "doi": "https://doi.org/10.48550/arxiv.1201.0490", + "title": "Scikit-learn: Machine Learning in Python", + "display_name": "Scikit-learn: Machine Learning in Python", + "relevance_score": 17405.58, + "publication_year": 2012, + "publication_date": "2012-01-02", + "ids": { + "openalex": "https://openalex.org/W2101234009", + "doi": "https://doi.org/10.48550/arxiv.1201.0490", + "mag": "2101234009" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:arXiv.org:1201.0490", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1201.0490", + "pdf_url": "https://arxiv.org/pdf/1201.0490", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "type": "preprint", + "indexed_in": [ + "arxiv", + "datacite" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1201.0490", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5105141183", + "display_name": "Fabián Pedregosa", + "orcid": "https://orcid.org/0000-0003-4025-3953" + }, + "institutions": [ + { + "id": "https://openalex.org/I2738703131", + "display_name": "Commissariat à l'Énergie Atomique et aux Énergies Alternatives", + "ror": "https://ror.org/00jjx8s55", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131" + ] + }, + { + "id": "https://openalex.org/I4210128565", + "display_name": "CEA Paris-Saclay", + "ror": "https://ror.org/03n15ch10", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I277688954", + "https://openalex.org/I4210128565" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": true, + "raw_author_name": "Pedregosa, Fabian", + "raw_affiliation_strings": [ + "LNAO - Laboratoire de Neuroimagerie Assistée par Ordinateur (France)", + "PARIETAL - Modelling brain structure, function and variability based on high-field MRI data (Neurospin, CEA Saclay, Bâtiment 145, 91191 Gif-sur-Yvette Cedex - France)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "LNAO - Laboratoire de Neuroimagerie Assistée par Ordinateur (France)", + "institution_ids": [] + }, + { + "raw_affiliation_string": "PARIETAL - Modelling brain structure, function and variability based on high-field MRI data (Neurospin, CEA Saclay, Bâtiment 145, 91191 Gif-sur-Yvette Cedex - France)", + "institution_ids": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I4210128565" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5074733625", + "display_name": "Gaël Varoquaux", + "orcid": "https://orcid.org/0000-0003-1076-5122" + }, + "institutions": [ + { + "id": "https://openalex.org/I2738703131", + "display_name": "Commissariat à l'Énergie Atomique et aux Énergies Alternatives", + "ror": "https://ror.org/00jjx8s55", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131" + ] + }, + { + "id": "https://openalex.org/I4210128565", + "display_name": "CEA Paris-Saclay", + "ror": "https://ror.org/03n15ch10", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I277688954", + "https://openalex.org/I4210128565" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Varoquaux, Gaël", + "raw_affiliation_strings": [ + "LNAO - Laboratoire de Neuroimagerie Assistée par Ordinateur (France)", + "PARIETAL - Modelling brain structure, function and variability based on high-field MRI data (Neurospin, CEA Saclay, Bâtiment 145, 91191 Gif-sur-Yvette Cedex - France)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "LNAO - Laboratoire de Neuroimagerie Assistée par Ordinateur (France)", + "institution_ids": [] + }, + { + "raw_affiliation_string": "PARIETAL - Modelling brain structure, function and variability based on high-field MRI data (Neurospin, CEA Saclay, Bâtiment 145, 91191 Gif-sur-Yvette Cedex - France)", + "institution_ids": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I4210128565" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5018256474", + "display_name": "Alexandre Gramfort", + "orcid": "https://orcid.org/0000-0001-9791-4404" + }, + "institutions": [ + { + "id": "https://openalex.org/I2738703131", + "display_name": "Commissariat à l'Énergie Atomique et aux Énergies Alternatives", + "ror": "https://ror.org/00jjx8s55", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131" + ] + }, + { + "id": "https://openalex.org/I4210128565", + "display_name": "CEA Paris-Saclay", + "ror": "https://ror.org/03n15ch10", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I277688954", + "https://openalex.org/I4210128565" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Gramfort, Alexandre", + "raw_affiliation_strings": [ + "LNAO - Laboratoire de Neuroimagerie Assistée par Ordinateur (France)", + "PARIETAL - Modelling brain structure, function and variability based on high-field MRI data (Neurospin, CEA Saclay, Bâtiment 145, 91191 Gif-sur-Yvette Cedex - France)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "LNAO - Laboratoire de Neuroimagerie Assistée par Ordinateur (France)", + "institution_ids": [] + }, + { + "raw_affiliation_string": "PARIETAL - Modelling brain structure, function and variability based on high-field MRI data (Neurospin, CEA Saclay, Bâtiment 145, 91191 Gif-sur-Yvette Cedex - France)", + "institution_ids": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I4210128565" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5027430303", + "display_name": "Vincent Michel", + "orcid": "https://orcid.org/0000-0002-7025-4343" + }, + "institutions": [ + { + "id": "https://openalex.org/I2738703131", + "display_name": "Commissariat à l'Énergie Atomique et aux Énergies Alternatives", + "ror": "https://ror.org/00jjx8s55", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131" + ] + }, + { + "id": "https://openalex.org/I4210128565", + "display_name": "CEA Paris-Saclay", + "ror": "https://ror.org/03n15ch10", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I277688954", + "https://openalex.org/I4210128565" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Michel, Vincent", + "raw_affiliation_strings": [ + "PARIETAL - Modelling brain structure, function and variability based on high-field MRI data (Neurospin, CEA Saclay, Bâtiment 145, 91191 Gif-sur-Yvette Cedex - France)", + "LNAO - Laboratoire de Neuroimagerie Assistée par Ordinateur (France)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "PARIETAL - Modelling brain structure, function and variability based on high-field MRI data (Neurospin, CEA Saclay, Bâtiment 145, 91191 Gif-sur-Yvette Cedex - France)", + "institution_ids": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I4210128565" + ] + }, + { + "raw_affiliation_string": "LNAO - Laboratoire de Neuroimagerie Assistée par Ordinateur (France)", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5026762833", + "display_name": "Bertrand Thirion", + "orcid": "https://orcid.org/0000-0001-5018-7895" + }, + "institutions": [ + { + "id": "https://openalex.org/I2738703131", + "display_name": "Commissariat à l'Énergie Atomique et aux Énergies Alternatives", + "ror": "https://ror.org/00jjx8s55", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131" + ] + }, + { + "id": "https://openalex.org/I4210128565", + "display_name": "CEA Paris-Saclay", + "ror": "https://ror.org/03n15ch10", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I277688954", + "https://openalex.org/I4210128565" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Thirion, Bertrand", + "raw_affiliation_strings": [ + "LNAO - Laboratoire de Neuroimagerie Assistée par Ordinateur (France)", + "PARIETAL - Modelling brain structure, function and variability based on high-field MRI data (Neurospin, CEA Saclay, Bâtiment 145, 91191 Gif-sur-Yvette Cedex - France)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "LNAO - Laboratoire de Neuroimagerie Assistée par Ordinateur (France)", + "institution_ids": [] + }, + { + "raw_affiliation_string": "PARIETAL - Modelling brain structure, function and variability based on high-field MRI data (Neurospin, CEA Saclay, Bâtiment 145, 91191 Gif-sur-Yvette Cedex - France)", + "institution_ids": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I4210128565" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5112700874", + "display_name": "Olivier Grisel", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I4210131947", + "display_name": "Nuxe (France)", + "ror": "https://ror.org/02m7qby09", + "country_code": "FR", + "type": "company", + "lineage": [ + "https://openalex.org/I4210131947" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Grisel, Olivier", + "raw_affiliation_strings": [ + "Nuxeo (18-20 rue Soleillet 75020 Paris - France)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Nuxeo (18-20 rue Soleillet 75020 Paris - France)", + "institution_ids": [ + "https://openalex.org/I4210131947" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5049123454", + "display_name": "Mathieu Blondel", + "orcid": "https://orcid.org/0000-0002-2366-2993" + }, + "institutions": [ + { + "id": "https://openalex.org/I65837984", + "display_name": "Kobe University", + "ror": "https://ror.org/03tgsfw79", + "country_code": "JP", + "type": "education", + "lineage": [ + "https://openalex.org/I65837984" + ] + } + ], + "countries": [ + "JP" + ], + "is_corresponding": false, + "raw_author_name": "Blondel, Mathieu", + "raw_affiliation_strings": [ + "Kobe University (Japan)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Kobe University (Japan)", + "institution_ids": [ + "https://openalex.org/I65837984" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": null, + "display_name": "Müller, Andreas", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I51441396", + "display_name": "Bauhaus-Universität Weimar", + "ror": "https://ror.org/033bb5z47", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I51441396" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Müller, Andreas", + "raw_affiliation_strings": [ + "Bauhaus-Universität Weimar (Geschwister-Scholl-Straße 8 99423 Weimar - Germany)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Bauhaus-Universität Weimar (Geschwister-Scholl-Straße 8 99423 Weimar - Germany)", + "institution_ids": [ + "https://openalex.org/I51441396" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": null, + "display_name": "Nothman, Joel", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I4210148186", + "display_name": "Google (Canada)", + "ror": "https://ror.org/04d06q394", + "country_code": "CA", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969", + "https://openalex.org/I4210148186" + ] + } + ], + "countries": [ + "CA" + ], + "is_corresponding": false, + "raw_author_name": "Nothman, Joel", + "raw_affiliation_strings": [ + "Google Inc (Toronto - Canada)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Google Inc (Toronto - Canada)", + "institution_ids": [ + "https://openalex.org/I4210148186" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": null, + "display_name": "Louppe, Gilles", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Louppe, Gilles", + "raw_affiliation_strings": [ + "LAMI - Laboratoire de Mécanique et Ingénieries (IFMA. Campus des Cézeaux BP 265 63175 Aubière Cedex - France)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "LAMI - Laboratoire de Mécanique et Ingénieries (IFMA. Campus des Cézeaux BP 265 63175 Aubière Cedex - France)", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5088660184", + "display_name": "Peter Prettenhofer", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I201448701", + "display_name": "University of Washington", + "ror": "https://ror.org/00cvxb145", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I201448701" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Prettenhofer, Peter", + "raw_affiliation_strings": [ + "University of Washington [Seattle] (Seattle, Washington 98105 - United States)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Washington [Seattle] (Seattle, Washington 98105 - United States)", + "institution_ids": [ + "https://openalex.org/I201448701" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5103273436", + "display_name": "Ron J. Weiss", + "orcid": "https://orcid.org/0000-0003-2010-4053" + }, + "institutions": [ + { + "id": "https://openalex.org/I177605424", + "display_name": "Amherst College", + "ror": "https://ror.org/028vqfs63", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I177605424" + ] + }, + { + "id": "https://openalex.org/I24603500", + "display_name": "University of Massachusetts Amherst", + "ror": "https://ror.org/0072zz521", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I24603500" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Weiss, Ron", + "raw_affiliation_strings": [ + "Department of Mechanical and Industrial Engineering [UMass] (UMass Amherst College of Engineering Department of Mechanical and Industrial Engineering, 220 ELAB, University of Massachusetts Amherst, MA 01003-2210 - United States)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Mechanical and Industrial Engineering [UMass] (UMass Amherst College of Engineering Department of Mechanical and Industrial Engineering, 220 ELAB, University of Massachusetts Amherst, MA 01003-2210 - United States)", + "institution_ids": [ + "https://openalex.org/I177605424", + "https://openalex.org/I24603500" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5031324436", + "display_name": "Vincent Dubourg", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I4210121859", + "display_name": "Enthought (United States)", + "ror": "https://ror.org/02xfc1977", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I4210121859" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Dubourg, Vincent", + "raw_affiliation_strings": [ + "Enthought Inc (515 Congress Avenue Suite 2100 Austin, TX 78701 - United States)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Enthought Inc (515 Congress Avenue Suite 2100 Austin, TX 78701 - United States)", + "institution_ids": [ + "https://openalex.org/I4210121859" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5038304150", + "display_name": "Jake Vanderplas", + "orcid": "https://orcid.org/0000-0002-9623-3401" + }, + "institutions": [ + { + "id": "https://openalex.org/I103084370", + "display_name": "Total (France)", + "ror": "https://ror.org/04sk34n56", + "country_code": "FR", + "type": "company", + "lineage": [ + "https://openalex.org/I103084370" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Vanderplas, Jake", + "raw_affiliation_strings": [ + "TOTAL S.A. (France)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "TOTAL S.A. (France)", + "institution_ids": [ + "https://openalex.org/I103084370" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5034029772", + "display_name": "Alexandre Passos", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Passos, Alexandre", + "raw_affiliation_strings": [ + "LNAO (France)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "LNAO (France)", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5023051838", + "display_name": "David Cournapeau", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Cournapeau, David", + "raw_affiliation_strings": [ + "LNAO - Laboratoire de Neuroimagerie Assistée par Ordinateur (France)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "LNAO - Laboratoire de Neuroimagerie Assistée par Ordinateur (France)", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5050910015", + "display_name": "Matthieu Brucher", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Brucher, Matthieu", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5107933380", + "display_name": "Matthieu Perrot", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Perrot, Matthieu", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5007095962", + "display_name": "Édouard Duchesnay", + "orcid": "https://orcid.org/0000-0002-4073-3490" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Duchesnay, Édouard", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 5, + "institutions_distinct_count": 19, + "corresponding_author_ids": [ + "https://openalex.org/A5105141183" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I4210128565" + ], + "apc_list": null, + "apc_paid": null, + "fwci": null, + "has_fulltext": false, + "cited_by_count": 63662, + "citation_normalized_percentile": null, + "cited_by_percentile_year": null, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T13650", + "display_name": "Computational Physics and Python Applications", + "score": 0.7835000157356262, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T13650", + "display_name": "Computational Physics and Python Applications", + "score": 0.7835000157356262, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/python", + "display_name": "Python (programming language)", + "score": 0.8748029470443726 + }, + { + "id": "https://openalex.org/keywords/documentation", + "display_name": "Documentation", + "score": 0.834846019744873 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7323822975158691 + }, + { + "id": "https://openalex.org/keywords/mit-license", + "display_name": "MIT License", + "score": 0.5501254796981812 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.511991560459137 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.43965548276901245 + }, + { + "id": "https://openalex.org/keywords/programming-language", + "display_name": "Programming language", + "score": 0.397538423538208 + }, + { + "id": "https://openalex.org/keywords/license", + "display_name": "License", + "score": 0.35676372051239014 + }, + { + "id": "https://openalex.org/keywords/software-engineering", + "display_name": "Software engineering", + "score": 0.34812211990356445 + }, + { + "id": "https://openalex.org/keywords/operating-system", + "display_name": "Operating system", + "score": 0.18154305219650269 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C519991488", + "wikidata": "https://www.wikidata.org/wiki/Q28865", + "display_name": "Python (programming language)", + "level": 2, + "score": 0.8748029470443726 + }, + { + "id": "https://openalex.org/C56666940", + "wikidata": "https://www.wikidata.org/wiki/Q788790", + "display_name": "Documentation", + "level": 2, + "score": 0.834846019744873 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7323822975158691 + }, + { + "id": "https://openalex.org/C174183944", + "wikidata": "https://www.wikidata.org/wiki/Q334661", + "display_name": "MIT License", + "level": 3, + "score": 0.5501254796981812 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.511991560459137 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.43965548276901245 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.397538423538208 + }, + { + "id": "https://openalex.org/C2780560020", + "wikidata": "https://www.wikidata.org/wiki/Q79719", + "display_name": "License", + "level": 2, + "score": 0.35676372051239014 + }, + { + "id": "https://openalex.org/C115903868", + "wikidata": "https://www.wikidata.org/wiki/Q80993", + "display_name": "Software engineering", + "level": 1, + "score": 0.34812211990356445 + }, + { + "id": "https://openalex.org/C111919701", + "wikidata": "https://www.wikidata.org/wiki/Q9135", + "display_name": "Operating system", + "level": 1, + "score": 0.18154305219650269 + } + ], + "mesh": [], + "locations_count": 5, + "locations": [ + { + "id": "pmh:oai:arXiv.org:1201.0490", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1201.0490", + "pdf_url": "https://arxiv.org/pdf/1201.0490", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "pmh:oai:orbi.ulg.ac.be:2268/225787", + "is_oa": true, + "landing_page_url": "https://orbi.uliege.be/handle/2268/225787", + "pdf_url": "https://orbi.uliege.be/handle/2268/225787", + "source": { + "id": "https://openalex.org/S4306400651", + "display_name": "Open Repository and Bibliography (University of Liège)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I157674565", + "host_organization_name": "University of Liège", + "host_organization_lineage": [ + "https://openalex.org/I157674565" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "other-oa", + "license_id": "https://openalex.org/licenses/other-oa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Journal of Machine Learning Research, 1201 (2012-01-02)", + "raw_type": "peer reviewed" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.763.4227", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.763.4227", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://arxiv.org/pdf/1201.0490.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:HAL:hal-00650905v2", + "is_oa": false, + "landing_page_url": "https://inria.hal.science/hal-00650905", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402512", + "display_name": "HAL (Le Centre pour la Communication Scientifique Directe)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1294671590", + "host_organization_name": "Centre National de la Recherche Scientifique", + "host_organization_lineage": [ + "https://openalex.org/I1294671590" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Journal of Machine Learning Research, 2011", + "raw_type": "Journal articles" + }, + { + "id": "doi:10.48550/arxiv.1201.0490", + "is_oa": true, + "landing_page_url": "https://doi.org/10.48550/arxiv.1201.0490", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": "article-journal" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1201.0490", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1201.0490", + "pdf_url": "https://arxiv.org/pdf/1201.0490", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "sustainable_development_goals": [ + { + "display_name": "Quality Education", + "score": 0.4399999976158142, + "id": "https://metadata.un.org/sdg/4" + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 13, + "referenced_works": [ + "https://openalex.org/W1496508106", + "https://openalex.org/W1571024744", + "https://openalex.org/W2024933578", + "https://openalex.org/W2035776949", + "https://openalex.org/W2040387238", + "https://openalex.org/W2047804403", + "https://openalex.org/W2063978378", + "https://openalex.org/W2097360283", + "https://openalex.org/W2097850441", + "https://openalex.org/W2118585731", + "https://openalex.org/W2146292423", + "https://openalex.org/W2152799677", + "https://openalex.org/W2153635508" + ], + "related_works": [ + "https://openalex.org/W2036021480", + "https://openalex.org/W2207495067", + "https://openalex.org/W1906486629", + "https://openalex.org/W2132241624", + "https://openalex.org/W4392173297", + "https://openalex.org/W4311683883", + "https://openalex.org/W4212902261", + "https://openalex.org/W2546377002", + "https://openalex.org/W4221030787", + "https://openalex.org/W2790811106" + ], + "abstract_inverted_index": { + "Scikit-learn": [ + 0 + ], + "is": [ + 1, + 35, + 51 + ], + "a": [ + 2, + 6, + 30 + ], + "Python": [ + 3 + ], + "module": [ + 4 + ], + "integrating": [ + 5 + ], + "wide": [ + 7 + ], + "range": [ + 8 + ], + "of": [ + 9, + 39 + ], + "state-of-the-art": [ + 10 + ], + "machine": [ + 11, + 25 + ], + "learning": [ + 12, + 26 + ], + "algorithms": [ + 13 + ], + "for": [ + 14 + ], + "medium-scale": [ + 15 + ], + "supervised": [ + 16 + ], + "and": [ + 17, + 43, + 50, + 64, + 70 + ], + "unsupervised": [ + 18 + ], + "problems.": [ + 19 + ], + "This": [ + 20 + ], + "package": [ + 21 + ], + "focuses": [ + 22 + ], + "on": [ + 23, + 37 + ], + "bringing": [ + 24 + ], + "to": [ + 27 + ], + "non-specialists": [ + 28 + ], + "using": [ + 29 + ], + "general-purpose": [ + 31 + ], + "high-level": [ + 32 + ], + "language.": [ + 33 + ], + "Emphasis": [ + 34 + ], + "put": [ + 36 + ], + "ease": [ + 38 + ], + "use,": [ + 40 + ], + "performance,": [ + 41 + ], + "documentation,": [ + 42 + ], + "API": [ + 44 + ], + "consistency.": [ + 45 + ], + "It": [ + 46 + ], + "has": [ + 47 + ], + "minimal": [ + 48 + ], + "dependencies": [ + 49 + ], + "distributed": [ + 52 + ], + "under": [ + 53 + ], + "the": [ + 54 + ], + "simplified": [ + 55 + ], + "BSD": [ + 56 + ], + "license,": [ + 57 + ], + "encouraging": [ + 58 + ], + "its": [ + 59 + ], + "use": [ + 60 + ], + "in": [ + 61 + ], + "both": [ + 62 + ], + "academic": [ + 63 + ], + "commercial": [ + 65 + ], + "settings.": [ + 66 + ], + "Source": [ + 67 + ], + "code,": [ + 68 + ], + "binaries,": [ + 69 + ], + "documentation": [ + 71 + ], + "can": [ + 72 + ], + "be": [ + 73 + ], + "downloaded": [ + 74 + ], + "from": [ + 75 + ], + "http://scikit-learn.org.": [ + 76 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 228 + }, + { + "year": 2025, + "cited_by_count": 3190 + }, + { + "year": 2024, + "cited_by_count": 7800 + }, + { + "year": 2023, + "cited_by_count": 8518 + }, + { + "year": 2022, + "cited_by_count": 7941 + }, + { + "year": 2021, + "cited_by_count": 10726 + }, + { + "year": 2020, + "cited_by_count": 8605 + }, + { + "year": 2019, + "cited_by_count": 6020 + }, + { + "year": 2018, + "cited_by_count": 4131 + }, + { + "year": 2017, + "cited_by_count": 2623 + }, + { + "year": 2016, + "cited_by_count": 1692 + }, + { + "year": 2015, + "cited_by_count": 1075 + }, + { + "year": 2014, + "cited_by_count": 632 + }, + { + "year": 2013, + "cited_by_count": 267 + }, + { + "year": 2012, + "cited_by_count": 80 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W3023540311", + "doi": "https://doi.org/10.5860/choice.27-0936", + "title": "Genetic algorithms in search, optimization, and machine learning", + "display_name": "Genetic algorithms in search, optimization, and machine learning", + "relevance_score": 12402.153, + "publication_year": 1989, + "publication_date": "1989-10-01", + "ids": { + "openalex": "https://openalex.org/W3023540311", + "doi": "https://doi.org/10.5860/choice.27-0936", + "mag": "3023540311" + }, + "language": "en", + "primary_location": { + "id": "doi:10.5860/choice.27-0936", + "is_oa": false, + "landing_page_url": "https://doi.org/10.5860/choice.27-0936", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2764375719", + "display_name": "Choice Reviews Online", + "issn_l": "0009-4978", + "issn": [ + "0009-4978", + "1523-8253", + "1943-5975" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310316146", + "host_organization_name": "Association of College and Research Libraries", + "host_organization_lineage": [ + "https://openalex.org/P4310316146", + "https://openalex.org/P4310315903" + ], + "host_organization_lineage_names": [ + "Association of College and Research Libraries", + "American Library Association" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Choice Reviews Online", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 0, + "corresponding_author_ids": [], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 216.8325, + "has_fulltext": false, + "cited_by_count": 49332, + "citation_normalized_percentile": { + "value": 1.0, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "27", + "issue": "02", + "first_page": "27", + "last_page": "0936" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10100", + "display_name": "Metaheuristic Optimization Algorithms Research", + "score": 0.6865000128746033, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10100", + "display_name": "Metaheuristic Optimization Algorithms Research", + "score": 0.6865000128746033, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.64090496301651 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.4825281798839569 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.4684337079524994 + }, + { + "id": "https://openalex.org/keywords/quality-control-and-genetic-algorithms", + "display_name": "Quality control and genetic algorithms", + "score": 0.4515381157398224 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.39135777950286865 + }, + { + "id": "https://openalex.org/keywords/genetic-algorithm", + "display_name": "Genetic algorithm", + "score": 0.37594497203826904 + }, + { + "id": "https://openalex.org/keywords/meta-optimization", + "display_name": "Meta-optimization", + "score": 0.18808576464653015 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.64090496301651 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.4825281798839569 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.4684337079524994 + }, + { + "id": "https://openalex.org/C161164918", + "wikidata": "https://www.wikidata.org/wiki/Q7268775", + "display_name": "Quality control and genetic algorithms", + "level": 4, + "score": 0.4515381157398224 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.39135777950286865 + }, + { + "id": "https://openalex.org/C8880873", + "wikidata": "https://www.wikidata.org/wiki/Q187787", + "display_name": "Genetic algorithm", + "level": 2, + "score": 0.37594497203826904 + }, + { + "id": "https://openalex.org/C4935549", + "wikidata": "https://www.wikidata.org/wiki/Q6822261", + "display_name": "Meta-optimization", + "level": 3, + "score": 0.18808576464653015 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.5860/choice.27-0936", + "is_oa": false, + "landing_page_url": "https://doi.org/10.5860/choice.27-0936", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2764375719", + "display_name": "Choice Reviews Online", + "issn_l": "0009-4978", + "issn": [ + "0009-4978", + "1523-8253", + "1943-5975" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310316146", + "host_organization_name": "Association of College and Research Libraries", + "host_organization_lineage": [ + "https://openalex.org/P4310316146", + "https://openalex.org/P4310315903" + ], + "host_organization_lineage_names": [ + "Association of College and Research Libraries", + "American Library Association" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Choice Reviews Online", + "raw_type": "journal-article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "display_name": "Quality Education", + "score": 0.800000011920929, + "id": "https://metadata.un.org/sdg/4" + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W4224009465", + "https://openalex.org/W2030843598", + "https://openalex.org/W2381755277", + "https://openalex.org/W4360996914", + "https://openalex.org/W2509607449", + "https://openalex.org/W1608872107", + "https://openalex.org/W2786126153", + "https://openalex.org/W2360904702" + ], + "abstract_inverted_index": { + "From": [ + 0 + ], + "the": [ + 1, + 14 + ], + "Publisher:\r\nThis": [ + 2 + ], + "book": [ + 3 + ], + "brings": [ + 4 + ], + "together": [ + 5 + ], + "-": [ + 6, + 13 + ], + "in": [ + 7, + 35 + ], + "an": [ + 8 + ], + "informal": [ + 9 + ], + "and": [ + 10, + 19, + 27, + 45, + 63, + 70 + ], + "tutorial": [ + 11 + ], + "fashion": [ + 12 + ], + "computer": [ + 15, + 52, + 68 + ], + "techniques,": [ + 16 + ], + "mathematical": [ + 17 + ], + "tools,": [ + 18 + ], + "research": [ + 20 + ], + "results": [ + 21 + ], + "that": [ + 22 + ], + "will": [ + 23 + ], + "enable": [ + 24 + ], + "both": [ + 25 + ], + "students": [ + 26 + ], + "practitioners": [ + 28 + ], + "to": [ + 29, + 33 + ], + "apply": [ + 30 + ], + "genetic": [ + 31 + ], + "algorithms": [ + 32, + 47 + ], + "problems": [ + 34 + ], + "many": [ + 36 + ], + "fields.": [ + 37 + ], + "\r\n\r\nMajor": [ + 38 + ], + "concepts": [ + 39 + ], + "are": [ + 40, + 48 + ], + "illustrated": [ + 41, + 49 + ], + "with": [ + 42 + ], + "running": [ + 43 + ], + "examples,": [ + 44 + ], + "major": [ + 46 + ], + "by": [ + 50 + ], + "Pascal": [ + 51 + ], + "programs.": [ + 53 + ], + "No": [ + 54 + ], + "prior": [ + 55 + ], + "knowledge": [ + 56 + ], + "of": [ + 57, + 67 + ], + "GAs": [ + 58 + ], + "or": [ + 59 + ], + "genetics": [ + 60 + ], + "is": [ + 61, + 73 + ], + "assumed,": [ + 62 + ], + "only": [ + 64 + ], + "a": [ + 65 + ], + "minimum": [ + 66 + ], + "programming": [ + 69 + ], + "mathematics": [ + 71 + ], + "background": [ + 72 + ], + "required.": [ + 74 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 6 + }, + { + "year": 2025, + "cited_by_count": 311 + }, + { + "year": 2024, + "cited_by_count": 480 + }, + { + "year": 2023, + "cited_by_count": 736 + }, + { + "year": 2022, + "cited_by_count": 722 + }, + { + "year": 2021, + "cited_by_count": 1091 + }, + { + "year": 2020, + "cited_by_count": 1203 + }, + { + "year": 2019, + "cited_by_count": 1219 + }, + { + "year": 2018, + "cited_by_count": 1396 + }, + { + "year": 2017, + "cited_by_count": 1475 + }, + { + "year": 2016, + "cited_by_count": 1729 + }, + { + "year": 2015, + "cited_by_count": 1774 + }, + { + "year": 2014, + "cited_by_count": 2001 + }, + { + "year": 2013, + "cited_by_count": 2166 + }, + { + "year": 2012, + "cited_by_count": 2360 + } + ], + "updated_date": "2026-05-27T09:02:27.158192", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2125055259", + "doi": null, + "title": "C4.5: Programs for Machine Learning", + "display_name": "C4.5: Programs for Machine Learning", + "relevance_score": 10844.968, + "publication_year": 1992, + "publication_date": "1992-10-15", + "ids": { + "openalex": "https://openalex.org/W2125055259", + "mag": "2125055259" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-028413442", + "is_oa": false, + "landing_page_url": "http://lib.myilibrary.com?id=677844", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "software, multimedia" + }, + "type": "book", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5110271944", + "display_name": "J. R. Quinlan", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I129604602", + "display_name": "University of Sydney", + "ror": "https://ror.org/0384j8v12", + "country_code": "AU", + "type": "education", + "lineage": [ + "https://openalex.org/I129604602" + ] + } + ], + "countries": [ + "AU" + ], + "is_corresponding": true, + "raw_author_name": "J. R. Quinlan", + "raw_affiliation_strings": [ + "Univ. of Sydney, Sydney, NSW, Australia#TAB#" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Univ. of Sydney, Sydney, NSW, Australia#TAB#", + "institution_ids": [ + "https://openalex.org/I129604602" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5110271944" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I129604602" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 37.5253, + "has_fulltext": false, + "cited_by_count": 23696, + "citation_normalized_percentile": { + "value": 0.99811143, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 95, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11975", + "display_name": "Evolutionary Algorithms and Applications", + "score": 0.732699990272522, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11975", + "display_name": "Evolutionary Algorithms and Applications", + "score": 0.732699990272522, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7494493126869202 + }, + { + "id": "https://openalex.org/keywords/unix", + "display_name": "Unix", + "score": 0.7103577852249146 + }, + { + "id": "https://openalex.org/keywords/classifier", + "display_name": "Classifier (UML)", + "score": 0.5452554225921631 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.5430417060852051 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5293187499046326 + }, + { + "id": "https://openalex.org/keywords/source-code", + "display_name": "Source code", + "score": 0.5040985345840454 + }, + { + "id": "https://openalex.org/keywords/workstation", + "display_name": "Workstation", + "score": 0.4916697144508362 + }, + { + "id": "https://openalex.org/keywords/software", + "display_name": "Software", + "score": 0.47135013341903687 + }, + { + "id": "https://openalex.org/keywords/decision-tree", + "display_name": "Decision tree", + "score": 0.4408881366252899 + }, + { + "id": "https://openalex.org/keywords/sample", + "display_name": "Sample (material)", + "score": 0.43640998005867004 + }, + { + "id": "https://openalex.org/keywords/software-engineering", + "display_name": "Software engineering", + "score": 0.3549916744232178 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.34295010566711426 + }, + { + "id": "https://openalex.org/keywords/programming-language", + "display_name": "Programming language", + "score": 0.28907880187034607 + }, + { + "id": "https://openalex.org/keywords/operating-system", + "display_name": "Operating system", + "score": 0.16292878985404968 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7494493126869202 + }, + { + "id": "https://openalex.org/C112968700", + "wikidata": "https://www.wikidata.org/wiki/Q11368", + "display_name": "Unix", + "level": 3, + "score": 0.7103577852249146 + }, + { + "id": "https://openalex.org/C95623464", + "wikidata": "https://www.wikidata.org/wiki/Q1096149", + "display_name": "Classifier (UML)", + "level": 2, + "score": 0.5452554225921631 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.5430417060852051 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5293187499046326 + }, + { + "id": "https://openalex.org/C43126263", + "wikidata": "https://www.wikidata.org/wiki/Q128751", + "display_name": "Source code", + "level": 2, + "score": 0.5040985345840454 + }, + { + "id": "https://openalex.org/C67953723", + "wikidata": "https://www.wikidata.org/wiki/Q192525", + "display_name": "Workstation", + "level": 2, + "score": 0.4916697144508362 + }, + { + "id": "https://openalex.org/C2777904410", + "wikidata": "https://www.wikidata.org/wiki/Q7397", + "display_name": "Software", + "level": 2, + "score": 0.47135013341903687 + }, + { + "id": "https://openalex.org/C84525736", + "wikidata": "https://www.wikidata.org/wiki/Q831366", + "display_name": "Decision tree", + "level": 2, + "score": 0.4408881366252899 + }, + { + "id": "https://openalex.org/C198531522", + "wikidata": "https://www.wikidata.org/wiki/Q485146", + "display_name": "Sample (material)", + "level": 2, + "score": 0.43640998005867004 + }, + { + "id": "https://openalex.org/C115903868", + "wikidata": "https://www.wikidata.org/wiki/Q80993", + "display_name": "Software engineering", + "level": 1, + "score": 0.3549916744232178 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.34295010566711426 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.28907880187034607 + }, + { + "id": "https://openalex.org/C111919701", + "wikidata": "https://www.wikidata.org/wiki/Q9135", + "display_name": "Operating system", + "level": 1, + "score": 0.16292878985404968 + }, + { + "id": "https://openalex.org/C43617362", + "wikidata": "https://www.wikidata.org/wiki/Q170050", + "display_name": "Chromatography", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C185592680", + "wikidata": "https://www.wikidata.org/wiki/Q2329", + "display_name": "Chemistry", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 3, + "locations": [ + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-028413442", + "is_oa": false, + "landing_page_url": "http://lib.myilibrary.com?id=677844", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "software, multimedia" + }, + { + "id": "pmh:oai:cds.cern.ch:2031749", + "is_oa": false, + "landing_page_url": "http://cds.cern.ch/record/2031749", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402195", + "display_name": "CERN Document Server (European Organization for Nuclear Research)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I67311998", + "host_organization_name": "European Organization for Nuclear Research", + "host_organization_lineage": [ + "https://openalex.org/I67311998" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + }, + { + "id": "mag:2125055259", + "is_oa": false, + "landing_page_url": "https://cds.cern.ch/record/2031749", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "display_name": "Reduced inequalities", + "score": 0.49000000953674316, + "id": "https://metadata.un.org/sdg/10" + }, + { + "display_name": "Peace, Justice and strong institutions", + "score": 0.4300000071525574, + "id": "https://metadata.un.org/sdg/16" + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [ + "https://openalex.org/W3120740533", + "https://openalex.org/W3085162807", + "https://openalex.org/W2966207845", + "https://openalex.org/W2912934387", + "https://openalex.org/W2911964244", + "https://openalex.org/W2156909104", + "https://openalex.org/W2149706766", + "https://openalex.org/W2147169507", + "https://openalex.org/W2140190241", + "https://openalex.org/W2136000097", + "https://openalex.org/W2133990480", + "https://openalex.org/W2123504579", + "https://openalex.org/W2119821739", + "https://openalex.org/W2112076978", + "https://openalex.org/W2084812512", + "https://openalex.org/W1988790447", + "https://openalex.org/W1912123407", + "https://openalex.org/W1670263352", + "https://openalex.org/W1570448133", + "https://openalex.org/W1504694836" + ], + "abstract_inverted_index": { + "Classifier": [ + 0 + ], + "systems": [ + 1 + ], + "play": [ + 2 + ], + "a": [ + 3, + 38, + 55 + ], + "major": [ + 4 + ], + "role": [ + 5 + ], + "in": [ + 6, + 47 + ], + "machine": [ + 7 + ], + "learning": [ + 8 + ], + "and": [ + 9, + 12, + 18, + 69, + 75 + ], + "knowledge-based": [ + 10 + ], + "systems,": [ + 11 + ], + "Ross": [ + 13 + ], + "Quinlan's": [ + 14 + ], + "work": [ + 15 + ], + "on": [ + 16 + ], + "ID3": [ + 17 + ], + "C4.5": [ + 19, + 43, + 85 + ], + "is": [ + 20, + 37 + ], + "widely": [ + 21 + ], + "acknowledged": [ + 22 + ], + "to": [ + 23, + 32, + 41, + 58, + 93 + ], + "have": [ + 24 + ], + "made": [ + 25 + ], + "some": [ + 26 + ], + "of": [ + 27, + 90 + ], + "the": [ + 28, + 42, + 50, + 59, + 63 + ], + "most": [ + 29 + ], + "significant": [ + 30 + ], + "contributions": [ + 31 + ], + "their": [ + 33 + ], + "development.": [ + 34 + ], + "This": [ + 35 + ], + "book": [ + 36 + ], + "complete": [ + 39 + ], + "guide": [ + 40, + 57 + ], + "system": [ + 44 + ], + "as": [ + 45 + ], + "implemented": [ + 46 + ], + "C": [ + 48 + ], + "for": [ + 49, + 81 + ], + "UNIX": [ + 51 + ], + "environment.": [ + 52 + ], + "It": [ + 53 + ], + "contains": [ + 54 + ], + "comprehensive": [ + 56 + ], + "system's": [ + 60 + ], + "use": [ + 61 + ], + ",": [ + 62 + ], + "source": [ + 64, + 73 + ], + "code": [ + 65, + 74 + ], + "(about": [ + 66 + ], + "8,800": [ + 67 + ], + "lines),": [ + 68 + ], + "implementation": [ + 70 + ], + "notes.": [ + 71 + ], + "The": [ + 72, + 96 + ], + "sample": [ + 76 + ], + "datasets": [ + 77 + ], + "are": [ + 78 + ], + "also": [ + 79 + ], + "available": [ + 80 + ], + "download": [ + 82 + ], + "(see": [ + 83 + ], + "below).": [ + 84 + ], + "starts": [ + 86 + ], + "with": [ + 87 + ], + "large": [ + 88 + ], + "sets": [ + 89 + ], + "cases": [ + 91 + ], + "belonging": [ + 92 + ], + "known": [ + 94 + ], + "classes.": [ + 95 + ], + "cases,": [ + 97 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 1 + }, + { + "year": 2025, + "cited_by_count": 119 + }, + { + "year": 2024, + "cited_by_count": 234 + }, + { + "year": 2023, + "cited_by_count": 397 + }, + { + "year": 2022, + "cited_by_count": 454 + }, + { + "year": 2021, + "cited_by_count": 798 + }, + { + "year": 2020, + "cited_by_count": 893 + }, + { + "year": 2019, + "cited_by_count": 970 + }, + { + "year": 2018, + "cited_by_count": 978 + }, + { + "year": 2017, + "cited_by_count": 1004 + }, + { + "year": 2016, + "cited_by_count": 1088 + }, + { + "year": 2015, + "cited_by_count": 1179 + }, + { + "year": 2014, + "cited_by_count": 1226 + }, + { + "year": 2013, + "cited_by_count": 1265 + }, + { + "year": 2012, + "cited_by_count": 1268 + } + ], + "updated_date": "2026-05-28T09:10:13.091523", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W1570448133", + "doi": "https://doi.org/10.1016/c2009-0-19715-5", + "title": "Data Mining: Practical Machine Learning Tools and Techniques", + "display_name": "Data Mining: Practical Machine Learning Tools and Techniques", + "relevance_score": 9974.977, + "publication_year": 2011, + "publication_date": "2011-01-01", + "ids": { + "openalex": "https://openalex.org/W1570448133", + "doi": "https://doi.org/10.1016/c2009-0-19715-5", + "mag": "1570448133" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1016/c2009-0-19715-5", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1016/c2009-0-19715-5", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306463230", + "display_name": "Elsevier eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/P4310320990", + "host_organization_name": "Elsevier BV", + "host_organization_lineage": [ + "https://openalex.org/P4310320990" + ], + "host_organization_lineage_names": [ + "Elsevier BV" + ], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "edited-book" + }, + "type": "book", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "gold", + "oa_url": "http://www.gbv.de/dms/bowker/toc/9780123748560.pdf", + "any_repository_has_fulltext": null + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5045934263", + "display_name": "Ian H. Witten", + "orcid": "https://orcid.org/0000-0001-6428-8988" + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "Witten, Ian H. 1947-", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5059992863", + "display_name": "Eibe Frank", + "orcid": "https://orcid.org/0000-0001-6152-7111" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Frank, Eibe", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5065290010", + "display_name": "Mark A. Hall", + "orcid": "https://orcid.org/0000-0001-6277-144X" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Hall, Mark A.", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5045934263" + ], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 777.8895, + "has_fulltext": false, + "cited_by_count": 25711, + "citation_normalized_percentile": { + "value": 1.0, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10538", + "display_name": "Data Mining Algorithms and Applications", + "score": 0.9994000196456909, + "subfield": { + "id": "https://openalex.org/subfields/1710", + "display_name": "Information Systems" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10538", + "display_name": "Data Mining Algorithms and Applications", + "score": 0.9994000196456909, + "subfield": { + "id": "https://openalex.org/subfields/1710", + "display_name": "Information Systems" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.994700014591217, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11269", + "display_name": "Algorithms and Data Compression", + "score": 0.9937000274658203, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6216986179351807 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.40141761302948 + }, + { + "id": "https://openalex.org/keywords/data-science", + "display_name": "Data science", + "score": 0.381103515625 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.3717349171638489 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.3705868124961853 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6216986179351807 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.40141761302948 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.381103515625 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.3717349171638489 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.3705868124961853 + } + ], + "mesh": [], + "locations_count": 4, + "locations": [ + { + "id": "doi:10.1016/c2009-0-19715-5", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1016/c2009-0-19715-5", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306463230", + "display_name": "Elsevier eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/P4310320990", + "host_organization_name": "Elsevier BV", + "host_organization_lineage": [ + "https://openalex.org/P4310320990" + ], + "host_organization_lineage_names": [ + "Elsevier BV" + ], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "edited-book" + }, + { + "id": "pmh:KOHA-OAI-BM:91035", + "is_oa": true, + "landing_page_url": null, + "pdf_url": "http://www.gbv.de/dms/bowker/toc/9780123748560.pdf", + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "pmh:KOHA-OAI-BM:44641", + "is_oa": false, + "landing_page_url": "http://www.loc.gov/catdir/enhancements/fy0624/2005043385-t.html", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-027751250", + "is_oa": false, + "landing_page_url": "http://www.sciencedirect.com/science/book/9780123748560", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "software, multimedia" + } + ], + "best_oa_location": { + "id": "pmh:KOHA-OAI-BM:91035", + "is_oa": true, + "landing_page_url": null, + "pdf_url": "http://www.gbv.de/dms/bowker/toc/9780123748560.pdf", + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "sustainable_development_goals": [ + { + "display_name": "Industry, innovation and infrastructure", + "score": 0.47999998927116394, + "id": "https://metadata.un.org/sdg/9" + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": true, + "grobid_xml": false + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W1570448133.pdf" + }, + "referenced_works_count": 203, + "referenced_works": [ + "https://openalex.org/W23418094", + "https://openalex.org/W24402856", + "https://openalex.org/W28412257", + "https://openalex.org/W43179442", + "https://openalex.org/W64096637", + "https://openalex.org/W66926763", + "https://openalex.org/W69783631", + "https://openalex.org/W122789262", + "https://openalex.org/W123339444", + "https://openalex.org/W138217685", + "https://openalex.org/W149472151", + "https://openalex.org/W173229765", + "https://openalex.org/W187357405", + "https://openalex.org/W586094522", + "https://openalex.org/W589058777", + "https://openalex.org/W1483135265", + "https://openalex.org/W1483679765", + "https://openalex.org/W1492324553", + "https://openalex.org/W1492698999", + "https://openalex.org/W1495859460", + "https://openalex.org/W1500698297", + "https://openalex.org/W1506285740", + "https://openalex.org/W1513366687", + "https://openalex.org/W1516443426", + "https://openalex.org/W1520687314", + "https://openalex.org/W1523856491", + "https://openalex.org/W1524704912", + "https://openalex.org/W1528113134", + "https://openalex.org/W1530010412", + "https://openalex.org/W1533544838", + "https://openalex.org/W1533946607", + "https://openalex.org/W1536719366", + "https://openalex.org/W1550206324", + "https://openalex.org/W1550821944", + "https://openalex.org/W1551066950", + "https://openalex.org/W1553019137", + "https://openalex.org/W1553313034", + "https://openalex.org/W1554663460", + "https://openalex.org/W1555244713", + "https://openalex.org/W1559060276", + "https://openalex.org/W1560107318", + "https://openalex.org/W1563088657", + "https://openalex.org/W1564947197", + "https://openalex.org/W1571836963", + "https://openalex.org/W1572964175", + "https://openalex.org/W1572978214", + "https://openalex.org/W1573228426", + "https://openalex.org/W1576962511", + "https://openalex.org/W1582036668", + "https://openalex.org/W1583700199", + "https://openalex.org/W1584333058", + "https://openalex.org/W1585221258", + "https://openalex.org/W1585610988", + "https://openalex.org/W1585743408", + "https://openalex.org/W1588100052", + "https://openalex.org/W1588282782", + "https://openalex.org/W1597165973", + "https://openalex.org/W1598333443", + "https://openalex.org/W1598696986", + "https://openalex.org/W1600437712", + "https://openalex.org/W1601529450", + "https://openalex.org/W1604345466", + "https://openalex.org/W1605275907", + "https://openalex.org/W1605688901", + "https://openalex.org/W1605957858", + "https://openalex.org/W1619226191", + "https://openalex.org/W1625504505", + "https://openalex.org/W1630964756", + "https://openalex.org/W1641039719", + "https://openalex.org/W1648885110", + "https://openalex.org/W1670263352", + "https://openalex.org/W1673310716", + "https://openalex.org/W1676820704", + "https://openalex.org/W1678889691", + "https://openalex.org/W1679846099", + "https://openalex.org/W1680392829", + "https://openalex.org/W1763728792", + "https://openalex.org/W1781794689", + "https://openalex.org/W1800049145", + "https://openalex.org/W1806329564", + "https://openalex.org/W1817561967", + "https://openalex.org/W1833977909", + "https://openalex.org/W1861764418", + "https://openalex.org/W1881647329", + "https://openalex.org/W1882120692", + "https://openalex.org/W1906182963", + "https://openalex.org/W1907578970", + "https://openalex.org/W1908888846", + "https://openalex.org/W1912123407", + "https://openalex.org/W1932571505", + "https://openalex.org/W1955600018", + "https://openalex.org/W1969482724", + "https://openalex.org/W1978515644", + "https://openalex.org/W1979711143", + "https://openalex.org/W1982161962", + "https://openalex.org/W1985593448", + "https://openalex.org/W1987947967", + "https://openalex.org/W1990748933", + "https://openalex.org/W1995945562", + "https://openalex.org/W2001619934", + "https://openalex.org/W2008906462", + "https://openalex.org/W2014725748", + "https://openalex.org/W2015401436", + "https://openalex.org/W2017337590", + "https://openalex.org/W2019575783", + "https://openalex.org/W2024046085", + "https://openalex.org/W2024646871", + "https://openalex.org/W2024668293", + "https://openalex.org/W2035890032", + "https://openalex.org/W2037603696", + "https://openalex.org/W2037768235", + "https://openalex.org/W2037965136", + "https://openalex.org/W2042385018", + "https://openalex.org/W2048679005", + "https://openalex.org/W2053154970", + "https://openalex.org/W2057720927", + "https://openalex.org/W2058732827", + "https://openalex.org/W2064853889", + "https://openalex.org/W2065861851", + "https://openalex.org/W2066636486", + "https://openalex.org/W2067098334", + "https://openalex.org/W2068337856", + "https://openalex.org/W2073308541", + "https://openalex.org/W2073583237", + "https://openalex.org/W2074610805", + "https://openalex.org/W2075665712", + "https://openalex.org/W2078579128", + "https://openalex.org/W2095749253", + "https://openalex.org/W2095897464", + "https://openalex.org/W2097089247", + "https://openalex.org/W2097569937", + "https://openalex.org/W2100406636", + "https://openalex.org/W2102009083", + "https://openalex.org/W2105494575", + "https://openalex.org/W2105497548", + "https://openalex.org/W2106393550", + "https://openalex.org/W2108949035", + "https://openalex.org/W2110119381", + "https://openalex.org/W2111746072", + "https://openalex.org/W2112076978", + "https://openalex.org/W2112841646", + "https://openalex.org/W2113242816", + "https://openalex.org/W2117812871", + "https://openalex.org/W2118020653", + "https://openalex.org/W2118383892", + "https://openalex.org/W2119821739", + "https://openalex.org/W2119885577", + "https://openalex.org/W2120216197", + "https://openalex.org/W2122111042", + "https://openalex.org/W2122410182", + "https://openalex.org/W2129113961", + "https://openalex.org/W2129249398", + "https://openalex.org/W2132166479", + "https://openalex.org/W2133632100", + "https://openalex.org/W2134696506", + "https://openalex.org/W2138064700", + "https://openalex.org/W2138621811", + "https://openalex.org/W2139059214", + "https://openalex.org/W2140190241", + "https://openalex.org/W2142767931", + "https://openalex.org/W2142819948", + "https://openalex.org/W2142957916", + "https://openalex.org/W2143349571", + "https://openalex.org/W2143426320", + "https://openalex.org/W2144907232", + "https://openalex.org/W2146257637", + "https://openalex.org/W2147492008", + "https://openalex.org/W2147810216", + "https://openalex.org/W2148949939", + "https://openalex.org/W2149706766", + "https://openalex.org/W2153028052", + "https://openalex.org/W2154318594", + "https://openalex.org/W2154642793", + "https://openalex.org/W2156909104", + "https://openalex.org/W2160642098", + "https://openalex.org/W2161077873", + "https://openalex.org/W2163915185", + "https://openalex.org/W2164818318", + "https://openalex.org/W2166559705", + "https://openalex.org/W2167793421", + "https://openalex.org/W2170112109", + "https://openalex.org/W2170654002", + "https://openalex.org/W2170726034", + "https://openalex.org/W2170913656", + "https://openalex.org/W2172162418", + "https://openalex.org/W2172780573", + "https://openalex.org/W2277957941", + "https://openalex.org/W2331052961", + "https://openalex.org/W2621280964", + "https://openalex.org/W2912934387", + "https://openalex.org/W2913066018", + "https://openalex.org/W2914369697", + "https://openalex.org/W2953014340", + "https://openalex.org/W2988864014", + "https://openalex.org/W3017143921", + "https://openalex.org/W3023540311", + "https://openalex.org/W3083113686", + "https://openalex.org/W3085162807", + "https://openalex.org/W3123294050", + "https://openalex.org/W3163638146", + "https://openalex.org/W3193477162", + "https://openalex.org/W3203633735", + "https://openalex.org/W3208887124" + ], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W3046775127", + "https://openalex.org/W3107602296", + "https://openalex.org/W3170094116", + "https://openalex.org/W4386462264", + "https://openalex.org/W4313488044", + "https://openalex.org/W3209574120", + "https://openalex.org/W4312192474", + "https://openalex.org/W4210805261" + ], + "abstract_inverted_index": { + "As": [ + 0 + ], + "with": [ + 1 + ], + "any": [ + 2 + ], + "burgeoning": [ + 3 + ], + "technology": [ + 4 + ], + "that": [ + 5, + 27, + 61, + 89, + 108 + ], + "enjoys": [ + 6 + ], + "commercial": [ + 7 + ], + "attention,": [ + 8 + ], + "the": [ + 9, + 86, + 94, + 98, + 106, + 120, + 125 + ], + "use": [ + 10 + ], + "of": [ + 11, + 20, + 25, + 37, + 58, + 85 + ], + "data": [ + 12 + ], + "mining": [ + 13 + ], + "is": [ + 14, + 41, + 54, + 81 + ], + "surrounded": [ + 15 + ], + "by": [ + 16, + 31 + ], + "a": [ + 17, + 82, + 150 + ], + "great": [ + 18 + ], + "deal": [ + 19 + ], + "hype.": [ + 21 + ], + "Exaggerated": [ + 22 + ], + "reports": [ + 23 + ], + "tell": [ + 24 + ], + "secrets": [ + 26 + ], + "can": [ + 28, + 62 + ], + "be": [ + 29 + ], + "uncovered": [ + 30 + ], + "setting": [ + 32 + ], + "algorithms": [ + 33 + ], + "loose": [ + 34 + ], + "on": [ + 35, + 147, + 153 + ], + "oceans": [ + 36 + ], + "data.": [ + 38, + 68 + ], + "But": [ + 39 + ], + "there": [ + 40, + 53 + ], + "no": [ + 42, + 47, + 50 + ], + "magic": [ + 43 + ], + "in": [ + 44, + 91 + ], + "machine": [ + 45, + 136 + ], + "learning,": [ + 46 + ], + "hidden": [ + 48 + ], + "power,": [ + 49 + ], + "alchemy.": [ + 51 + ], + "Instead": [ + 52 + ], + "an": [ + 55, + 133, + 142 + ], + "identifiable": [ + 56 + ], + "body": [ + 57 + ], + "practical": [ + 59 + ], + "techniques": [ + 60, + 73 + ], + "extract": [ + 63 + ], + "useful": [ + 64 + ], + "information": [ + 65, + 146 + ], + "from": [ + 66 + ], + "raw": [ + 67 + ], + "This": [ + 69 + ], + "book": [ + 70, + 80 + ], + "describes": [ + 71 + ], + "these": [ + 72 + ], + "and": [ + 74, + 115 + ], + "shows": [ + 75 + ], + "how": [ + 76 + ], + "they": [ + 77 + ], + "work.": [ + 78 + ], + "The": [ + 79, + 122 + ], + "major": [ + 83 + ], + "revision": [ + 84 + ], + "first": [ + 87 + ], + "edition": [ + 88, + 127 + ], + "appeared": [ + 90 + ], + "1999.": [ + 92 + ], + "While": [ + 93 + ], + "basic": [ + 95 + ], + "core": [ + 96 + ], + "remains": [ + 97 + ], + "same,": [ + 99 + ], + "it": [ + 100 + ], + "has": [ + 101, + 117 + ], + "been": [ + 102 + ], + "updated": [ + 103 + ], + "to": [ + 104 + ], + "reflect": [ + 105 + ], + "changes": [ + 107 + ], + "have": [ + 109 + ], + "taken": [ + 110 + ], + "place": [ + 111 + ], + "over": [ + 112 + ], + "five": [ + 113 + ], + "years,": [ + 114 + ], + "now": [ + 116, + 140 + ], + "nearly": [ + 118 + ], + "double": [ + 119 + ], + "references.": [ + 121 + ], + "highlights": [ + 123 + ], + "for": [ + 124 + ], + "new": [ + 126, + 130, + 151 + ], + "include": [ + 128 + ], + "thirty": [ + 129 + ], + "technique": [ + 131 + ], + "sections;": [ + 132 + ], + "enhanced": [ + 134 + ], + "Weka": [ + 135 + ], + "learning": [ + 137 + ], + "workbench,": [ + 138 + ], + "which": [ + 139 + ], + "features": [ + 141 + ], + "interactive": [ + 143 + ], + "interface;": [ + 144 + ], + "comprehensive": [ + 145 + ], + "neural": [ + 148 + ], + "networks;": [ + 149, + 155 + ], + "section": [ + 152 + ], + "Bayesian": [ + 154 + ], + "plus": [ + 156 + ], + "much": [ + 157 + ], + "more.": [ + 158 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 5 + }, + { + "year": 2025, + "cited_by_count": 237 + }, + { + "year": 2024, + "cited_by_count": 449 + }, + { + "year": 2023, + "cited_by_count": 684 + }, + { + "year": 2022, + "cited_by_count": 774 + }, + { + "year": 2021, + "cited_by_count": 1127 + }, + { + "year": 2020, + "cited_by_count": 1434 + }, + { + "year": 2019, + "cited_by_count": 1625 + }, + { + "year": 2018, + "cited_by_count": 1646 + }, + { + "year": 2017, + "cited_by_count": 1443 + }, + { + "year": 2016, + "cited_by_count": 1255 + }, + { + "year": 2015, + "cited_by_count": 1510 + }, + { + "year": 2014, + "cited_by_count": 1529 + }, + { + "year": 2013, + "cited_by_count": 1672 + }, + { + "year": 2012, + "cited_by_count": 1557 + } + ], + "updated_date": "2026-05-22T09:01:20.584952", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W1663973292", + "doi": "https://doi.org/10.1117/1.2819119", + "title": "Pattern Recognition and Machine Learning", + "display_name": "Pattern Recognition and Machine Learning", + "relevance_score": 9308.29, + "publication_year": 2007, + "publication_date": "2007-01-01", + "ids": { + "openalex": "https://openalex.org/W1663973292", + "doi": "https://doi.org/10.1117/1.2819119", + "mag": "1663973292" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1117/1.2819119", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1117/1.2819119", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S158511090", + "display_name": "Journal of Electronic Imaging", + "issn_l": "1017-9909", + "issn": [ + "1017-9909", + "1560-229X" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315543", + "host_organization_name": "SPIE", + "host_organization_lineage": [ + "https://openalex.org/P4310315543" + ], + "host_organization_lineage_names": [ + "SPIE" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Journal of Electronic Imaging", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": null, + "display_name": "Nasser M. Nasrabadi", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I12097938", + "display_name": "West Virginia University", + "ror": "https://ror.org/011vxgd24", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I12097938" + ] + }, + { + "id": "https://openalex.org/I4210164937", + "display_name": "Microsoft Research (United Kingdom)", + "ror": "https://ror.org/05k87vq12", + "country_code": "GB", + "type": "company", + "lineage": [ + "https://openalex.org/I1290206253", + "https://openalex.org/I4210164937" + ] + } + ], + "countries": [ + "GB", + "US" + ], + "is_corresponding": true, + "raw_author_name": "Nasser M. Nasrabadi", + "raw_affiliation_strings": [ + "West Virginia Univ. (United States)", + "Microsoft" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "West Virginia Univ. (United States)", + "institution_ids": [ + "https://openalex.org/I12097938" + ] + }, + { + "raw_affiliation_string": "Microsoft", + "institution_ids": [ + "https://openalex.org/I4210164937" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 1, + "corresponding_author_ids": [], + "corresponding_institution_ids": [ + "https://openalex.org/I12097938", + "https://openalex.org/I4210164937" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 798.0702, + "has_fulltext": false, + "cited_by_count": 22082, + "citation_normalized_percentile": { + "value": 1.0, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "16", + "issue": "4", + "first_page": "049901", + "last_page": "049901" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10136", + "display_name": "Statistical Methods and Inference", + "score": 0.9984999895095825, + "subfield": { + "id": "https://openalex.org/subfields/2613", + "display_name": "Statistics and Probability" + }, + "field": { + "id": "https://openalex.org/fields/26", + "display_name": "Mathematics" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10136", + "display_name": "Statistical Methods and Inference", + "score": 0.9984999895095825, + "subfield": { + "id": "https://openalex.org/subfields/2613", + "display_name": "Statistics and Probability" + }, + "field": { + "id": "https://openalex.org/fields/26", + "display_name": "Mathematics" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10688", + "display_name": "Image and Signal Denoising Methods", + "score": 0.9861999750137329, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10770", + "display_name": "Soil Geostatistics and Mapping", + "score": 0.9860000014305115, + "subfield": { + "id": "https://openalex.org/subfields/2305", + "display_name": "Environmental Engineering" + }, + "field": { + "id": "https://openalex.org/fields/23", + "display_name": "Environmental Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.5992881655693054 + }, + { + "id": "https://openalex.org/keywords/imaging-science", + "display_name": "Imaging science", + "score": 0.5219192504882812 + }, + { + "id": "https://openalex.org/keywords/cover", + "display_name": "Cover (algebra)", + "score": 0.45677652955055237 + }, + { + "id": "https://openalex.org/keywords/data-science", + "display_name": "Data science", + "score": 0.4510306119918823 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.41892093420028687 + }, + { + "id": "https://openalex.org/keywords/engineering", + "display_name": "Engineering", + "score": 0.15935367345809937 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.5992881655693054 + }, + { + "id": "https://openalex.org/C57177791", + "wikidata": "https://www.wikidata.org/wiki/Q1038886", + "display_name": "Imaging science", + "level": 2, + "score": 0.5219192504882812 + }, + { + "id": "https://openalex.org/C2780428219", + "wikidata": "https://www.wikidata.org/wiki/Q16952335", + "display_name": "Cover (algebra)", + "level": 2, + "score": 0.45677652955055237 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.4510306119918823 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.41892093420028687 + }, + { + "id": "https://openalex.org/C127413603", + "wikidata": "https://www.wikidata.org/wiki/Q11023", + "display_name": "Engineering", + "level": 0, + "score": 0.15935367345809937 + }, + { + "id": "https://openalex.org/C78519656", + "wikidata": "https://www.wikidata.org/wiki/Q101333", + "display_name": "Mechanical engineering", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1117/1.2819119", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1117/1.2819119", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S158511090", + "display_name": "Journal of Electronic Imaging", + "issn_l": "1017-9909", + "issn": [ + "1017-9909", + "1560-229X" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315543", + "host_organization_name": "SPIE", + "host_organization_lineage": [ + "https://openalex.org/P4310315543" + ], + "host_organization_lineage_names": [ + "SPIE" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Journal of Electronic Imaging", + "raw_type": "journal-article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 6, + "referenced_works": [ + "https://openalex.org/W1480376833", + "https://openalex.org/W1496317909", + "https://openalex.org/W2117812871", + "https://openalex.org/W3215037115", + "https://openalex.org/W4232383088", + "https://openalex.org/W4292691288" + ], + "related_works": [ + "https://openalex.org/W2748952813", + "https://openalex.org/W2390279801", + "https://openalex.org/W2358668433", + "https://openalex.org/W623607250", + "https://openalex.org/W2376932109", + "https://openalex.org/W2001405890", + "https://openalex.org/W4245429118", + "https://openalex.org/W2382290278", + "https://openalex.org/W4245505501", + "https://openalex.org/W2350741829" + ], + "abstract_inverted_index": { + "The": [ + 0 + ], + "Journal": [ + 1 + ], + "of": [ + 2, + 27 + ], + "Electronic": [ + 3 + ], + "Imaging": [ + 4 + ], + "(JEI),": [ + 5 + ], + "copublished": [ + 6 + ], + "bimonthly": [ + 7 + ], + "with": [ + 8 + ], + "the": [ + 9 + ], + "Society": [ + 10 + ], + "for": [ + 11 + ], + "Imaging": [ + 12 + ], + "Science": [ + 13 + ], + "and": [ + 14, + 22, + 31 + ], + "Technology,": [ + 15 + ], + "publishes": [ + 16 + ], + "peer-reviewed": [ + 17 + ], + "papers": [ + 18 + ], + "that": [ + 19 + ], + "cover": [ + 20 + ], + "research": [ + 21 + ], + "applications": [ + 23 + ], + "in": [ + 24 + ], + "all": [ + 25 + ], + "areas": [ + 26 + ], + "electronic": [ + 28 + ], + "imaging": [ + 29 + ], + "science": [ + 30 + ], + "technology.": [ + 32 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 22 + }, + { + "year": 2025, + "cited_by_count": 52 + }, + { + "year": 2024, + "cited_by_count": 85 + }, + { + "year": 2023, + "cited_by_count": 106 + }, + { + "year": 2022, + "cited_by_count": 170 + }, + { + "year": 2021, + "cited_by_count": 2005 + }, + { + "year": 2020, + "cited_by_count": 2386 + }, + { + "year": 2019, + "cited_by_count": 1999 + }, + { + "year": 2018, + "cited_by_count": 1718 + }, + { + "year": 2017, + "cited_by_count": 1316 + }, + { + "year": 2016, + "cited_by_count": 1444 + }, + { + "year": 2015, + "cited_by_count": 1951 + }, + { + "year": 2014, + "cited_by_count": 1736 + }, + { + "year": 2013, + "cited_by_count": 1461 + }, + { + "year": 2012, + "cited_by_count": 1440 + } + ], + "updated_date": "2026-05-24T08:33:08.758527", + "created_date": "2016-06-24T00:00:00" + }, + { + "id": "https://openalex.org/W1639032689", + "doi": null, + "title": "Genetic Algorithms in Search, Optimization and Machine Learning", + "display_name": "Genetic Algorithms in Search, Optimization and Machine Learning", + "relevance_score": 8475.392, + "publication_year": 1988, + "publication_date": "1988-01-01", + "ids": { + "openalex": "https://openalex.org/W1639032689", + "mag": "1639032689" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:KnabeLibrary:353", + "is_oa": false, + "landing_page_url": "http://panmental.de/library/index.php?bibtex|353", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + }, + "type": "book", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5110057218", + "display_name": "David E. Goldberg", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "David E. Goldberg", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5110057218" + ], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 26.7962, + "has_fulltext": false, + "cited_by_count": 17771, + "citation_normalized_percentile": { + "value": 0.99576372, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10100", + "display_name": "Metaheuristic Optimization Algorithms Research", + "score": 0.6876999735832214, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10100", + "display_name": "Metaheuristic Optimization Algorithms Research", + "score": 0.6876999735832214, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/pascal", + "display_name": "Pascal (unit)", + "score": 0.8266515135765076 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6943583488464355 + }, + { + "id": "https://openalex.org/keywords/genetic-programming", + "display_name": "Genetic programming", + "score": 0.6225850582122803 + }, + { + "id": "https://openalex.org/keywords/genetic-algorithm", + "display_name": "Genetic algorithm", + "score": 0.4758467376232147 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.4586948752403259 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.43886905908584595 + }, + { + "id": "https://openalex.org/keywords/quality-control-and-genetic-algorithms", + "display_name": "Quality control and genetic algorithms", + "score": 0.43597400188446045 + }, + { + "id": "https://openalex.org/keywords/theoretical-computer-science", + "display_name": "Theoretical computer science", + "score": 0.3935277462005615 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.3595549464225769 + }, + { + "id": "https://openalex.org/keywords/programming-language", + "display_name": "Programming language", + "score": 0.20000383257865906 + }, + { + "id": "https://openalex.org/keywords/meta-optimization", + "display_name": "Meta-optimization", + "score": 0.1979789137840271 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C75608658", + "wikidata": "https://www.wikidata.org/wiki/Q44395", + "display_name": "Pascal (unit)", + "level": 2, + "score": 0.8266515135765076 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6943583488464355 + }, + { + "id": "https://openalex.org/C110332635", + "wikidata": "https://www.wikidata.org/wiki/Q629498", + "display_name": "Genetic programming", + "level": 2, + "score": 0.6225850582122803 + }, + { + "id": "https://openalex.org/C8880873", + "wikidata": "https://www.wikidata.org/wiki/Q187787", + "display_name": "Genetic algorithm", + "level": 2, + "score": 0.4758467376232147 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.4586948752403259 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.43886905908584595 + }, + { + "id": "https://openalex.org/C161164918", + "wikidata": "https://www.wikidata.org/wiki/Q7268775", + "display_name": "Quality control and genetic algorithms", + "level": 4, + "score": 0.43597400188446045 + }, + { + "id": "https://openalex.org/C80444323", + "wikidata": "https://www.wikidata.org/wiki/Q2878974", + "display_name": "Theoretical computer science", + "level": 1, + "score": 0.3935277462005615 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.3595549464225769 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.20000383257865906 + }, + { + "id": "https://openalex.org/C4935549", + "wikidata": "https://www.wikidata.org/wiki/Q6822261", + "display_name": "Meta-optimization", + "level": 3, + "score": 0.1979789137840271 + } + ], + "mesh": [], + "locations_count": 5, + "locations": [ + { + "id": "pmh:oai:KnabeLibrary:353", + "is_oa": false, + "landing_page_url": "http://panmental.de/library/index.php?bibtex|353", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-001455853", + "is_oa": false, + "landing_page_url": null, + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:cds.cern.ch:206079", + "is_oa": false, + "landing_page_url": "http://cds.cern.ch/record/206079", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402195", + "display_name": "CERN Document Server (European Organization for Nuclear Research)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I67311998", + "host_organization_name": "European Organization for Nuclear Research", + "host_organization_lineage": [ + "https://openalex.org/I67311998" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + }, + { + "id": "pmh:oai:cumincad.architexturez.net:8807", + "is_oa": false, + "landing_page_url": "http://cumincad.architexturez.net//doc/oai-cumincadworks-id-a4ce", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + }, + { + "id": "mag:2996648926", + "is_oa": false, + "landing_page_url": "http://papers.cumincad.org/cgi-bin/works/Show?a4ce", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "display_name": "Quality Education", + "score": 0.800000011920929, + "id": "https://metadata.un.org/sdg/4" + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [ + "https://openalex.org/W3149025087", + "https://openalex.org/W2904250082", + "https://openalex.org/W2339500526", + "https://openalex.org/W2261054240", + "https://openalex.org/W2166843422", + "https://openalex.org/W2152195021", + "https://openalex.org/W2152150600", + "https://openalex.org/W2142183404", + "https://openalex.org/W2126105956", + "https://openalex.org/W2116661285", + "https://openalex.org/W2097571405", + "https://openalex.org/W2096590200", + "https://openalex.org/W2024060531", + "https://openalex.org/W2011039300", + "https://openalex.org/W1659842140", + "https://openalex.org/W1595498733", + "https://openalex.org/W1595159159", + "https://openalex.org/W1576818901", + "https://openalex.org/W1544329015", + "https://openalex.org/W1497256448" + ], + "abstract_inverted_index": { + "David": [ + 0 + ], + "Goldberg's": [ + 1 + ], + "Genetic": [ + 2 + ], + "Algorithms": [ + 3 + ], + "in": [ + 4, + 26, + 69, + 85 + ], + "Search,": [ + 5 + ], + "Optimization": [ + 6 + ], + "and": [ + 7, + 38, + 93, + 111 + ], + "Machine": [ + 8 + ], + "Learning": [ + 9 + ], + "is": [ + 10, + 20, + 39 + ], + "by": [ + 11 + ], + "far": [ + 12 + ], + "the": [ + 13, + 23, + 27, + 45, + 54, + 82, + 86 + ], + "bestselling": [ + 14 + ], + "introduction": [ + 15 + ], + "to": [ + 16, + 106, + 115 + ], + "genetic": [ + 17, + 36, + 48, + 67, + 109, + 113 + ], + "algorithms.": [ + 18 + ], + "Goldberg": [ + 19 + ], + "one": [ + 21 + ], + "of": [ + 22, + 42, + 47, + 53, + 64, + 81 + ], + "preeminent": [ + 24 + ], + "researchers": [ + 25 + ], + "field--he": [ + 28 + ], + "has": [ + 29 + ], + "published": [ + 30 + ], + "over": [ + 31 + ], + "100": [ + 32 + ], + "research": [ + 33 + ], + "articles": [ + 34 + ], + "on": [ + 35 + ], + "algorithms": [ + 37, + 114 + ], + "a": [ + 40, + 61, + 65, + 97, + 100, + 108, + 116 + ], + "student": [ + 41 + ], + "John": [ + 43 + ], + "Holland,": [ + 44 + ], + "father": [ + 46 + ], + "algorithms--and": [ + 49 + ], + "his": [ + 50 + ], + "deep": [ + 51 + ], + "understanding": [ + 52 + ], + "material": [ + 55 + ], + "shines": [ + 56 + ], + "through.": [ + 57 + ], + "The": [ + 58, + 77 + ], + "book": [ + 59, + 78 + ], + "contains": [ + 60 + ], + "complete": [ + 62 + ], + "listing": [ + 63 + ], + "simple": [ + 66 + ], + "algorithm": [ + 68, + 110 + ], + "Pascal,": [ + 70 + ], + "which": [ + 71 + ], + "C": [ + 72 + ], + "programmers": [ + 73 + ], + "can": [ + 74 + ], + "easily": [ + 75 + ], + "understand.": [ + 76 + ], + "covers": [ + 79 + ], + "all": [ + 80 + ], + "important": [ + 83 + ], + "topics": [ + 84 + ], + "field,": [ + 87 + ], + "including": [ + 88 + ], + "crossover,": [ + 89 + ], + "mutation,": [ + 90 + ], + "classifier": [ + 91 + ], + "systems,": [ + 92 + ], + "fitness": [ + 94 + ], + "scaling,": [ + 95 + ], + "giving": [ + 96 + ], + "novice": [ + 98 + ], + "with": [ + 99 + ], + "computer": [ + 101 + ], + "science": [ + 102 + ], + "background": [ + 103 + ], + "enough": [ + 104 + ], + "information": [ + 105 + ], + "implement": [ + 107 + ], + "describe": [ + 112 + ], + "friend.": [ + 117 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 66 + }, + { + "year": 2024, + "cited_by_count": 102 + }, + { + "year": 2023, + "cited_by_count": 182 + }, + { + "year": 2022, + "cited_by_count": 116 + }, + { + "year": 2021, + "cited_by_count": 204 + }, + { + "year": 2020, + "cited_by_count": 176 + }, + { + "year": 2019, + "cited_by_count": 166 + }, + { + "year": 2018, + "cited_by_count": 168 + }, + { + "year": 2017, + "cited_by_count": 217 + }, + { + "year": 2016, + "cited_by_count": 360 + }, + { + "year": 2015, + "cited_by_count": 660 + }, + { + "year": 2014, + "cited_by_count": 886 + }, + { + "year": 2013, + "cited_by_count": 961 + }, + { + "year": 2012, + "cited_by_count": 984 + } + ], + "updated_date": "2026-05-15T08:27:34.491423", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W1583837637", + "doi": "https://doi.org/10.1145/1273496", + "title": "Proceedings of the 24th international conference on Machine learning", + "display_name": "Proceedings of the 24th international conference on Machine learning", + "relevance_score": 7150.085, + "publication_year": 2007, + "publication_date": "2007-06-20", + "ids": { + "openalex": "https://openalex.org/W1583837637", + "doi": "https://doi.org/10.1145/1273496", + "mag": "1583837637" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1145/1273496", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/1273496", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "proceedings" + }, + "type": "preprint", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 0, + "corresponding_author_ids": [], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": null, + "has_fulltext": false, + "cited_by_count": 11733, + "citation_normalized_percentile": null, + "cited_by_percentile_year": null, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": true, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12254", + "display_name": "Machine Learning in Bioinformatics", + "score": 0.9121000170707703, + "subfield": { + "id": "https://openalex.org/subfields/1312", + "display_name": "Molecular Biology" + }, + "field": { + "id": "https://openalex.org/fields/13", + "display_name": "Biochemistry, Genetics and Molecular Biology" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12254", + "display_name": "Machine Learning in Bioinformatics", + "score": 0.9121000170707703, + "subfield": { + "id": "https://openalex.org/subfields/1312", + "display_name": "Molecular Biology" + }, + "field": { + "id": "https://openalex.org/fields/13", + "display_name": "Biochemistry, Genetics and Molecular Biology" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/presentation", + "display_name": "Presentation (obstetrics)", + "score": 0.6044684648513794 + }, + { + "id": "https://openalex.org/keywords/library-science", + "display_name": "Library science", + "score": 0.4876014292240143 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.42869511246681213 + }, + { + "id": "https://openalex.org/keywords/medical-education", + "display_name": "Medical education", + "score": 0.3953603208065033 + }, + { + "id": "https://openalex.org/keywords/medicine", + "display_name": "Medicine", + "score": 0.27516093850135803 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2777601897", + "wikidata": "https://www.wikidata.org/wiki/Q3409113", + "display_name": "Presentation (obstetrics)", + "level": 2, + "score": 0.6044684648513794 + }, + { + "id": "https://openalex.org/C161191863", + "wikidata": "https://www.wikidata.org/wiki/Q199655", + "display_name": "Library science", + "level": 1, + "score": 0.4876014292240143 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.42869511246681213 + }, + { + "id": "https://openalex.org/C509550671", + "wikidata": "https://www.wikidata.org/wiki/Q126945", + "display_name": "Medical education", + "level": 1, + "score": 0.3953603208065033 + }, + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.27516093850135803 + }, + { + "id": "https://openalex.org/C126838900", + "wikidata": "https://www.wikidata.org/wiki/Q77604", + "display_name": "Radiology", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1145/1273496", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/1273496", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "proceedings" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [ + "https://openalex.org/W2748952813", + "https://openalex.org/W4387426029", + "https://openalex.org/W4254162896", + "https://openalex.org/W4388792380", + "https://openalex.org/W1477999932", + "https://openalex.org/W4386731653", + "https://openalex.org/W2376001620", + "https://openalex.org/W2925303117", + "https://openalex.org/W4285219045", + "https://openalex.org/W3167529338" + ], + "abstract_inverted_index": { + "This": [ + 0, + 71 + ], + "volume": [ + 1 + ], + "contains": [ + 2 + ], + "the": [ + 3, + 7, + 34, + 38, + 49, + 57, + 104, + 108, + 121, + 128, + 140, + 151, + 157, + 160, + 164, + 182, + 203, + 215, + 221, + 225, + 273, + 293, + 330, + 347, + 393, + 402, + 428, + 444 + ], + "papers": [ + 4, + 219, + 239, + 252, + 278, + 287 + ], + "accepted": [ + 5, + 197, + 241, + 277, + 334 + ], + "to": [ + 6, + 29, + 77, + 101, + 103, + 188, + 205, + 242, + 329, + 371, + 399, + 409 + ], + "24th": [ + 8 + ], + "International": [ + 9, + 39, + 429 + ], + "Conference": [ + 10, + 430 + ], + "on": [ + 11, + 117, + 218, + 356, + 431, + 443 + ], + "Machine": [ + 12, + 40, + 403 + ], + "Learning": [ + 13, + 41, + 404 + ], + "(ICML": [ + 14 + ], + "2007),": [ + 15 + ], + "which": [ + 16, + 87, + 199, + 253, + 336, + 360 + ], + "was": [ + 17, + 80, + 90, + 200, + 425 + ], + "held": [ + 18, + 440 + ], + "at": [ + 19 + ], + "Oregon": [ + 20 + ], + "State": [ + 21 + ], + "University": [ + 22 + ], + "in": [ + 23, + 56, + 86 + ], + "Corvalis,": [ + 24 + ], + "Oregon,": [ + 25 + ], + "from": [ + 26, + 214, + 268, + 292, + 296, + 299, + 305, + 308, + 312, + 317, + 322 + ], + "June": [ + 27 + ], + "20th": [ + 28 + ], + "24th,": [ + 30 + ], + "2007.": [ + 31, + 449 + ], + "ICML": [ + 32, + 229, + 243, + 265, + 348, + 424, + 437, + 448 + ], + "is": [ + 33 + ], + "annual": [ + 35 + ], + "conference": [ + 36 + ], + "of": [ + 37, + 53, + 59, + 123, + 153, + 159, + 177, + 192, + 232, + 251, + 263, + 333, + 363, + 381, + 413, + 447 + ], + "Society": [ + 42 + ], + "(IMLS),": [ + 43 + ], + "and": [ + 44, + 51, + 107, + 120, + 148, + 170, + 220, + 314, + 319, + 325, + 341, + 353, + 383, + 438 + ], + "provides": [ + 45 + ], + "a": [ + 46, + 81, + 172, + 190, + 247, + 289, + 339, + 411 + ], + "venue": [ + 47 + ], + "for": [ + 48, + 175, + 181, + 228, + 344, + 389 + ], + "presentation": [ + 50, + 343 + ], + "discussion": [ + 52, + 136, + 162 + ], + "current": [ + 54 + ], + "research": [ + 55 + ], + "field": [ + 58 + ], + "machine": [ + 60, + 269, + 357 + ], + "learning.": [ + 61 + ], + "These": [ + 62 + ], + "proceedings": [ + 63 + ], + "can": [ + 64 + ], + "also": [ + 65, + 368 + ], + "be": [ + 66 + ], + "found": [ + 67 + ], + "online": [ + 68, + 118 + ], + "at:": [ + 69 + ], + "http://www.machinelearning.org.": [ + 70 + ], + "year": [ + 72, + 132, + 280, + 422 + ], + "there": [ + 73, + 133 + ], + "were": [ + 74, + 99, + 134, + 186, + 240, + 254, + 281, + 367, + 407, + 419 + ], + "522": [ + 75 + ], + "submissions": [ + 76, + 267 + ], + "ICML.": [ + 78 + ], + "There": [ + 79 + ], + "very": [ + 82, + 248 + ], + "thorough": [ + 83 + ], + "review": [ + 84, + 174, + 226 + ], + "process,": [ + 85 + ], + "each": [ + 88, + 176, + 311, + 321, + 345 + ], + "paper": [ + 89, + 416 + ], + "reviewed": [ + 91 + ], + "by": [ + 92, + 139, + 202, + 401 + ], + "three": [ + 93 + ], + "program": [ + 94, + 142, + 332, + 349 + ], + "committee": [ + 95, + 143 + ], + "(PC)": [ + 96 + ], + "members.": [ + 97 + ], + "Authors": [ + 98 + ], + "able": [ + 100, + 408 + ], + "respond": [ + 102 + ], + "initial": [ + 105 + ], + "reviews,": [ + 106 + ], + "PC": [ + 109 + ], + "members": [ + 110, + 166 + ], + "could": [ + 111 + ], + "then": [ + 112 + ], + "modify": [ + 113 + ], + "their": [ + 114, + 168, + 178, + 195 + ], + "reviews": [ + 115 + ], + "based": [ + 116 + ], + "discussions": [ + 119 + ], + "content": [ + 122 + ], + "this": [ + 124, + 131, + 244, + 279, + 396, + 421 + ], + "author": [ + 125, + 154, + 291 + ], + "response.": [ + 126 + ], + "For": [ + 127 + ], + "first": [ + 129, + 183, + 290, + 445 + ], + "time": [ + 130, + 223 + ], + "two": [ + 135 + ], + "periods": [ + 137 + ], + "led": [ + 138 + ], + "senior": [ + 141 + ], + "(SPC),": [ + 144 + ], + "one": [ + 145, + 149 + ], + "just": [ + 146 + ], + "before": [ + 147 + ], + "after": [ + 150 + ], + "submission": [ + 152 + ], + "responses.": [ + 155 + ], + "At": [ + 156 + ], + "end": [ + 158 + ], + "second": [ + 161 + ], + "period,": [ + 163 + ], + "SPC": [ + 165 + ], + "gave": [ + 167 + ], + "recommendations": [ + 169 + ], + "provided": [ + 171 + ], + "summary": [ + 173 + ], + "papers.": [ + 179 + ], + "Also": [ + 180 + ], + "time,": [ + 184 + ], + "authors": [ + 185 + ], + "asked": [ + 187 + ], + "submit": [ + 189 + ], + "list": [ + 191 + ], + "changes": [ + 193 + ], + "with": [ + 194, + 427 + ], + "final": [ + 196 + ], + "papers,": [ + 198, + 335 + ], + "checked": [ + 201 + ], + "SPCs": [ + 204 + ], + "ensure": [ + 206 + ], + "that": [ + 207, + 231, + 423 + ], + "reviewer": [ + 208 + ], + "comments": [ + 209 + ], + "had": [ + 210, + 288 + ], + "been": [ + 211 + ], + "addressed.": [ + 212 + ], + "Apart": [ + 213 + ], + "length": [ + 216 + ], + "restrictions": [ + 217 + ], + "compressed": [ + 222 + ], + "frame,": [ + 224 + ], + "process": [ + 227 + ], + "resembles": [ + 230 + ], + "many": [ + 233 + ], + "journal": [ + 234 + ], + "publications.": [ + 235 + ], + "In": [ + 236, + 327 + ], + "total,": [ + 237 + ], + "150": [ + 238, + 276 + ], + "year,": [ + 245 + ], + "including": [ + 246 + ], + "small": [ + 249 + ], + "number": [ + 250, + 412 + ], + "initially": [ + 255 + ], + "conditionally": [ + 256 + ], + "accepted,": [ + 257 + ], + "yielding": [ + 258 + ], + "an": [ + 259 + ], + "overall": [ + 260 + ], + "acceptance": [ + 261 + ], + "rate": [ + 262 + ], + "29%.": [ + 264 + ], + "attracts": [ + 266 + ], + "learning": [ + 270, + 358 + ], + "researchers": [ + 271 + ], + "around": [ + 272 + ], + "globe.": [ + 274 + ], + "The": [ + 275 + ], + "geographically": [ + 282 + ], + "distributed": [ + 283 + ], + "as": [ + 284, + 392 + ], + "follows:": [ + 285 + ], + "66": [ + 286 + ], + "US,": [ + 294 + ], + "32": [ + 295 + ], + "Europe,": [ + 297 + ], + "19": [ + 298 + ], + "China": [ + 300 + ], + "or": [ + 301 + ], + "Hong": [ + 302 + ], + "Kong,": [ + 303 + ], + "11": [ + 304 + ], + "Canada,": [ + 306 + ], + "6": [ + 307 + ], + "India,": [ + 309 + ], + "5": [ + 310 + ], + "Australia": [ + 313 + ], + "Japan,": [ + 315 + ], + "3": [ + 316, + 351 + ], + "Israel,": [ + 318 + ], + "1": [ + 320 + ], + "Korea,": [ + 323 + ], + "Russia": [ + 324 + ], + "Taiwan.": [ + 326 + ], + "addition": [ + 328 + ], + "main": [ + 331 + ], + "includes": [ + 337 + ], + "both": [ + 338 + ], + "talk": [ + 340 + ], + "poster": [ + 342 + ], + "paper,": [ + 346 + ], + "included": [ + 350 + ], + "workshops": [ + 352 + ], + "8": [ + 354 + ], + "tutorials": [ + 355 + ], + "topics": [ + 359 + ], + "are": [ + 361 + ], + "currently": [ + 362 + ], + "broad": [ + 364 + ], + "interest.": [ + 365 + ], + "We": [ + 366, + 418 + ], + "extremely": [ + 369 + ], + "pleased": [ + 370 + ], + "have": [ + 372 + ], + "David": [ + 373 + ], + "Heckerman": [ + 374 + ], + "(Microsoft": [ + 375 + ], + "Research),": [ + 376 + ], + "Joshua": [ + 377 + ], + "Tenenbaum": [ + 378 + ], + "(Massachussetts": [ + 379 + ], + "Institute": [ + 380, + 388 + ], + "Technology),": [ + 382 + ], + "Bernhard": [ + 384 + ], + "Schölkopf": [ + 385 + ], + "(Max": [ + 386 + ], + "Planck": [ + 387 + ], + "Biological": [ + 390 + ], + "Cybernetics)": [ + 391 + ], + "invited": [ + 394 + ], + "speakers": [ + 395 + ], + "year.": [ + 397 + ], + "Thanks": [ + 398 + ], + "sponsorship": [ + 400 + ], + "Journal,": [ + 405 + ], + "we": [ + 406 + ], + "award": [ + 410 + ], + "outstanding": [ + 414 + ], + "student": [ + 415 + ], + "prizes.": [ + 417 + ], + "fortunate": [ + 420 + ], + "co-located": [ + 426 + ], + "Inductive": [ + 432 + ], + "Logic": [ + 433 + ], + "Programming": [ + 434 + ], + "(ILP": [ + 435 + ], + "2007).": [ + 436 + ], + "ILP": [ + 439 + ], + "joint": [ + 441 + ], + "sessions": [ + 442 + ], + "day": [ + 446 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 2573 + }, + { + "year": 2024, + "cited_by_count": 2390 + }, + { + "year": 2023, + "cited_by_count": 1818 + }, + { + "year": 2022, + "cited_by_count": 1221 + }, + { + "year": 2021, + "cited_by_count": 622 + }, + { + "year": 2020, + "cited_by_count": 595 + }, + { + "year": 2019, + "cited_by_count": 396 + }, + { + "year": 2018, + "cited_by_count": 268 + }, + { + "year": 2017, + "cited_by_count": 253 + }, + { + "year": 2016, + "cited_by_count": 196 + }, + { + "year": 2015, + "cited_by_count": 162 + }, + { + "year": 2014, + "cited_by_count": 153 + }, + { + "year": 2013, + "cited_by_count": 136 + }, + { + "year": 2012, + "cited_by_count": 135 + } + ], + "updated_date": "2026-04-05T17:49:38.594831", + "created_date": "2016-06-24T00:00:00" + }, + { + "id": "https://openalex.org/W1503398984", + "doi": null, + "title": "Machine learning a probabilistic perspective", + "display_name": "Machine learning a probabilistic perspective", + "relevance_score": 6897.388, + "publication_year": 2012, + "publication_date": "2012-01-01", + "ids": { + "openalex": "https://openalex.org/W1503398984", + "mag": "1503398984" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-028615309", + "is_oa": false, + "landing_page_url": "http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=028615309&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "Lehrbuch" + }, + "type": "book", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5103362817", + "display_name": "Kevin P. Murphy", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "Kevin P. Murphy", + "raw_affiliation_strings": [], + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5103362817" + ], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 397.5259, + "has_fulltext": false, + "cited_by_count": 9327, + "citation_normalized_percentile": { + "value": 0.99999101, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 96, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T13650", + "display_name": "Computational Physics and Python Applications", + "score": 0.09690000116825104, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T13650", + "display_name": "Computational Physics and Python Applications", + "score": 0.09690000116825104, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T14406", + "display_name": "Multidisciplinary Science and Engineering Research", + "score": 0.08969999849796295, + "subfield": { + "id": "https://openalex.org/subfields/1804", + "display_name": "Statistics, Probability and Uncertainty" + }, + "field": { + "id": "https://openalex.org/fields/18", + "display_name": "Decision Sciences" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6962889432907104 + }, + { + "id": "https://openalex.org/keywords/probabilistic-logic", + "display_name": "Probabilistic logic", + "score": 0.6251402497291565 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6185331344604492 + }, + { + "id": "https://openalex.org/keywords/field", + "display_name": "Field (mathematics)", + "score": 0.5668832063674927 + }, + { + "id": "https://openalex.org/keywords/conditional-random-field", + "display_name": "Conditional random field", + "score": 0.5589616298675537 + }, + { + "id": "https://openalex.org/keywords/heuristic", + "display_name": "Heuristic", + "score": 0.5155355930328369 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.49392396211624146 + }, + { + "id": "https://openalex.org/keywords/graphical-model", + "display_name": "Graphical model", + "score": 0.4833957254886627 + }, + { + "id": "https://openalex.org/keywords/regularization", + "display_name": "Regularization (linguistics)", + "score": 0.4277557134628296 + }, + { + "id": "https://openalex.org/keywords/software", + "display_name": "Software", + "score": 0.41000470519065857 + }, + { + "id": "https://openalex.org/keywords/programming-language", + "display_name": "Programming language", + "score": 0.1839407980442047 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6962889432907104 + }, + { + "id": "https://openalex.org/C49937458", + "wikidata": "https://www.wikidata.org/wiki/Q2599292", + "display_name": "Probabilistic logic", + "level": 2, + "score": 0.6251402497291565 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6185331344604492 + }, + { + "id": "https://openalex.org/C9652623", + "wikidata": "https://www.wikidata.org/wiki/Q190109", + "display_name": "Field (mathematics)", + "level": 2, + "score": 0.5668832063674927 + }, + { + "id": "https://openalex.org/C152565575", + "wikidata": "https://www.wikidata.org/wiki/Q1124538", + "display_name": "Conditional random field", + "level": 2, + "score": 0.5589616298675537 + }, + { + "id": "https://openalex.org/C173801870", + "wikidata": "https://www.wikidata.org/wiki/Q201413", + "display_name": "Heuristic", + "level": 2, + "score": 0.5155355930328369 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.49392396211624146 + }, + { + "id": "https://openalex.org/C155846161", + "wikidata": "https://www.wikidata.org/wiki/Q1143367", + "display_name": "Graphical model", + "level": 2, + "score": 0.4833957254886627 + }, + { + "id": "https://openalex.org/C2776135515", + "wikidata": "https://www.wikidata.org/wiki/Q17143721", + "display_name": "Regularization (linguistics)", + "level": 2, + "score": 0.4277557134628296 + }, + { + "id": "https://openalex.org/C2777904410", + "wikidata": "https://www.wikidata.org/wiki/Q7397", + "display_name": "Software", + "level": 2, + "score": 0.41000470519065857 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.1839407980442047 + }, + { + "id": "https://openalex.org/C202444582", + "wikidata": "https://www.wikidata.org/wiki/Q837863", + "display_name": "Pure mathematics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 4, + "locations": [ + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-028615309", + "is_oa": false, + "landing_page_url": "http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=028615309&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "Lehrbuch" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-032798127", + "is_oa": false, + "landing_page_url": "http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=032798127&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "pmh:oai:cds.cern.ch:1981503", + "is_oa": false, + "landing_page_url": "http://cds.cern.ch/record/1981503", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402195", + "display_name": "CERN Document Server (European Organization for Nuclear Research)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I67311998", + "host_organization_name": "European Organization for Nuclear Research", + "host_organization_lineage": [ + "https://openalex.org/I67311998" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + }, + { + "id": "pmh:oai:cds.cern.ch:2723460", + "is_oa": false, + "landing_page_url": "http://cds.cern.ch/record/2723460", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402195", + "display_name": "CERN Document Server (European Organization for Nuclear Research)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I67311998", + "host_organization_name": "European Organization for Nuclear Research", + "host_organization_lineage": [ + "https://openalex.org/I67311998" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "display_name": "Quality Education", + "score": 0.41999998688697815, + "id": "https://metadata.un.org/sdg/4" + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [ + "https://openalex.org/W2964121744", + "https://openalex.org/W2919115771", + "https://openalex.org/W2911964244", + "https://openalex.org/W2194775991", + "https://openalex.org/W2163605009", + "https://openalex.org/W2135046866", + "https://openalex.org/W2119821739", + "https://openalex.org/W2112796928", + "https://openalex.org/W2101234009", + "https://openalex.org/W2095705004", + "https://openalex.org/W2064675550", + "https://openalex.org/W2049633694", + "https://openalex.org/W2045656233", + "https://openalex.org/W1880262756", + "https://openalex.org/W1746819321", + "https://openalex.org/W1663973292", + "https://openalex.org/W1554944419", + "https://openalex.org/W1511986666", + "https://openalex.org/W1506806321", + "https://openalex.org/W1480376833" + ], + "abstract_inverted_index": { + "Today's": [ + 0 + ], + "Web-enabled": [ + 1 + ], + "deluge": [ + 2 + ], + "of": [ + 3, + 10, + 47, + 79, + 140, + 155 + ], + "electronic": [ + 4 + ], + "data": [ + 5, + 11, + 25 + ], + "calls": [ + 6 + ], + "for": [ + 7, + 106, + 191 + ], + "automated": [ + 8 + ], + "methods": [ + 9, + 18 + ], + "analysis.": [ + 12 + ], + "Machine": [ + 13 + ], + "learning": [ + 14 + ], + "provides": [ + 15 + ], + "these,": [ + 16 + ], + "developing": [ + 17 + ], + "that": [ + 19 + ], + "can": [ + 20 + ], + "automatically": [ + 21 + ], + "detect": [ + 22 + ], + "patterns": [ + 23, + 31 + ], + "in": [ + 24, + 82, + 98, + 161, + 175 + ], + "and": [ + 26, + 41, + 60, + 72, + 91, + 119, + 133, + 164, + 200 + ], + "then": [ + 27 + ], + "use": [ + 28 + ], + "the": [ + 29, + 45, + 83, + 107, + 144, + 153, + 169 + ], + "uncovered": [ + 30 + ], + "to": [ + 32, + 44, + 158 + ], + "predict": [ + 33 + ], + "future": [ + 34 + ], + "data.": [ + 35 + ], + "This": [ + 36 + ], + "textbook": [ + 37 + ], + "offers": [ + 38 + ], + "a": [ + 39, + 52, + 138, + 147, + 162, + 176 + ], + "comprehensive": [ + 40 + ], + "self-contained": [ + 42 + ], + "introduction": [ + 43 + ], + "field": [ + 46 + ], + "machine": [ + 48 + ], + "learning,": [ + 49 + ], + "based": [ + 50 + ], + "on": [ + 51, + 66 + ], + "unified,": [ + 53 + ], + "probabilistic": [ + 54 + ], + "approach.": [ + 55 + ], + "The": [ + 56, + 94, + 187 + ], + "coverage": [ + 57 + ], + "combines": [ + 58 + ], + "breadth": [ + 59 + ], + "depth,": [ + 61 + ], + "offering": [ + 62 + ], + "necessary": [ + 63 + ], + "background": [ + 64, + 199 + ], + "material": [ + 65 + ], + "such": [ + 67, + 124 + ], + "topics": [ + 68, + 112 + ], + "as": [ + 69, + 75, + 77, + 127 + ], + "probability,": [ + 70 + ], + "optimization,": [ + 71 + ], + "linear": [ + 73 + ], + "algebra": [ + 74 + ], + "well": [ + 76 + ], + "discussion": [ + 78 + ], + "recent": [ + 80 + ], + "developments": [ + 81 + ], + "field,": [ + 84 + ], + "including": [ + 85 + ], + "conditional": [ + 86 + ], + "random": [ + 87 + ], + "fields,": [ + 88 + ], + "L1": [ + 89 + ], + "regularization,": [ + 90 + ], + "deep": [ + 92 + ], + "learning.": [ + 93 + ], + "book": [ + 95, + 145, + 188 + ], + "is": [ + 96, + 183, + 189 + ], + "written": [ + 97 + ], + "an": [ + 99, + 195 + ], + "informal,": [ + 100 + ], + "accessible": [ + 101 + ], + "style,": [ + 102 + ], + "complete": [ + 103 + ], + "with": [ + 104, + 116, + 194 + ], + "pseudo-code": [ + 105 + ], + "most": [ + 108 + ], + "important": [ + 109 + ], + "algorithms.": [ + 110 + ], + "All": [ + 111 + ], + "are": [ + 113 + ], + "copiously": [ + 114 + ], + "illustrated": [ + 115 + ], + "color": [ + 117 + ], + "images": [ + 118 + ], + "worked": [ + 120 + ], + "examples": [ + 121 + ], + "drawn": [ + 122 + ], + "from": [ + 123 + ], + "application": [ + 125 + ], + "domains": [ + 126 + ], + "biology,": [ + 128 + ], + "text": [ + 129 + ], + "processing,": [ + 130 + ], + "computer": [ + 131 + ], + "vision,": [ + 132 + ], + "robotics.": [ + 134 + ], + "Rather": [ + 135 + ], + "than": [ + 136 + ], + "providing": [ + 137 + ], + "cookbook": [ + 139 + ], + "different": [ + 141 + ], + "heuristic": [ + 142 + ], + "methods,": [ + 143 + ], + "stresses": [ + 146 + ], + "principled": [ + 148 + ], + "model-based": [ + 149 + ], + "approach,": [ + 150 + ], + "often": [ + 151 + ], + "using": [ + 152 + ], + "language": [ + 154 + ], + "graphical": [ + 156 + ], + "models": [ + 157, + 160, + 170 + ], + "specify": [ + 159 + ], + "concise": [ + 163 + ], + "intuitive": [ + 165 + ], + "way.": [ + 166 + ], + "Almost": [ + 167 + ], + "all": [ + 168 + ], + "described": [ + 171 + ], + "have": [ + 172 + ], + "been": [ + 173 + ], + "implemented": [ + 174 + ], + "MATLAB": [ + 177 + ], + "software": [ + 178 + ], + "package--PMTK": [ + 179 + ], + "(probabilistic": [ + 180 + ], + "modeling": [ + 181 + ], + "toolkit)--that": [ + 182 + ], + "freely": [ + 184 + ], + "available": [ + 185 + ], + "online.": [ + 186 + ], + "suitable": [ + 190 + ], + "upper-level": [ + 192 + ], + "undergraduates": [ + 193 + ], + "introductory-level": [ + 196 + ], + "college": [ + 197 + ], + "math": [ + 198 + ], + "beginning": [ + 201 + ], + "graduate": [ + 202 + ], + "students.": [ + 203 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 1 + }, + { + "year": 2025, + "cited_by_count": 363 + }, + { + "year": 2024, + "cited_by_count": 626 + }, + { + "year": 2023, + "cited_by_count": 915 + }, + { + "year": 2022, + "cited_by_count": 929 + }, + { + "year": 2021, + "cited_by_count": 1245 + }, + { + "year": 2020, + "cited_by_count": 1184 + }, + { + "year": 2019, + "cited_by_count": 1006 + }, + { + "year": 2018, + "cited_by_count": 862 + }, + { + "year": 2017, + "cited_by_count": 696 + }, + { + "year": 2016, + "cited_by_count": 594 + }, + { + "year": 2015, + "cited_by_count": 475 + }, + { + "year": 2014, + "cited_by_count": 294 + }, + { + "year": 2013, + "cited_by_count": 118 + }, + { + "year": 2012, + "cited_by_count": 12 + } + ], + "updated_date": "2026-04-19T08:26:33.389920", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W1901616594", + "doi": "https://doi.org/10.1126/science.aaa8415", + "title": "Machine learning: Trends, perspectives, and prospects", + "display_name": "Machine learning: Trends, perspectives, and prospects", + "relevance_score": 6836.612, + "publication_year": 2015, + "publication_date": "2015-07-16", + "ids": { + "openalex": "https://openalex.org/W1901616594", + "doi": "https://doi.org/10.1126/science.aaa8415", + "mag": "1901616594", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/26185243" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1126/science.aaa8415", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1126/science.aaa8415", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S3880285", + "display_name": "Science", + "issn_l": "0036-8075", + "issn": [ + "0036-8075", + "1095-9203" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315823", + "host_organization_name": "American Association for the Advancement of Science", + "host_organization_lineage": [ + "https://openalex.org/P4310315823" + ], + "host_organization_lineage_names": [ + "American Association for the Advancement of Science" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Science", + "raw_type": "journal-article" + }, + "type": "review", + "indexed_in": [ + "crossref", + "pubmed" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5049812527", + "display_name": "Michael I. Jordan", + "orcid": "https://orcid.org/0000-0001-8935-817X" + }, + "institutions": [ + { + "id": "https://openalex.org/I95457486", + "display_name": "University of California, Berkeley", + "ror": "https://ror.org/01an7q238", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I95457486" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "M. I. Jordan", + "raw_affiliation_strings": [ + "Department of Electrical Engineering and Computer Sciences, Department of Statistics, University of California, Berkeley, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Electrical Engineering and Computer Sciences, Department of Statistics, University of California, Berkeley, CA, USA", + "institution_ids": [ + "https://openalex.org/I95457486" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5102921433", + "display_name": "Tom M. Mitchell", + "orcid": "https://orcid.org/0000-0001-7373-0301" + }, + "institutions": [ + { + "id": "https://openalex.org/I74973139", + "display_name": "Carnegie Mellon University", + "ror": "https://ror.org/05x2bcf33", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I74973139" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "T. M. Mitchell", + "raw_affiliation_strings": [ + "Machine Learning Department, Carnegie Mellon University, Pittsburgh, PA, USA", + "Machine Learning Department, Carnegie Mellon University, Pittsburgh, PA, USA#TAB#" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Machine Learning Department, Carnegie Mellon University, Pittsburgh, PA, USA", + "institution_ids": [ + "https://openalex.org/I74973139" + ] + }, + { + "raw_affiliation_string": "Machine Learning Department, Carnegie Mellon University, Pittsburgh, PA, USA#TAB#", + "institution_ids": [ + "https://openalex.org/I74973139" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5049812527", + "https://openalex.org/A5102921433" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I74973139", + "https://openalex.org/I95457486" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 231.9474, + "has_fulltext": false, + "cited_by_count": 9492, + "citation_normalized_percentile": { + "value": 0.99992527, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "349", + "issue": "6245", + "first_page": "255", + "last_page": "260" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11512", + "display_name": "Anomaly Detection Techniques and Applications", + "score": 0.9993000030517578, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11512", + "display_name": "Anomaly Detection Techniques and Applications", + "score": 0.9993000030517578, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9980000257492065, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12761", + "display_name": "Data Stream Mining Techniques", + "score": 0.9962999820709229, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/intersection", + "display_name": "Intersection (aeronautics)", + "score": 0.6641911268234253 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6273059248924255 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5956528782844543 + }, + { + "id": "https://openalex.org/keywords/core", + "display_name": "Core (optical fiber)", + "score": 0.529660165309906 + }, + { + "id": "https://openalex.org/keywords/data-science", + "display_name": "Data science", + "score": 0.5171177387237549 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.5001497268676758 + }, + { + "id": "https://openalex.org/keywords/big-data", + "display_name": "Big data", + "score": 0.4807169735431671 + }, + { + "id": "https://openalex.org/keywords/computation", + "display_name": "Computation", + "score": 0.4387192130088806 + }, + { + "id": "https://openalex.org/keywords/lying", + "display_name": "Lying", + "score": 0.41993552446365356 + }, + { + "id": "https://openalex.org/keywords/engineering", + "display_name": "Engineering", + "score": 0.14734527468681335 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.13175764679908752 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C64543145", + "wikidata": "https://www.wikidata.org/wiki/Q162942", + "display_name": "Intersection (aeronautics)", + "level": 2, + "score": 0.6641911268234253 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6273059248924255 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5956528782844543 + }, + { + "id": "https://openalex.org/C2164484", + "wikidata": "https://www.wikidata.org/wiki/Q5170150", + "display_name": "Core (optical fiber)", + "level": 2, + "score": 0.529660165309906 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.5171177387237549 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.5001497268676758 + }, + { + "id": "https://openalex.org/C75684735", + "wikidata": "https://www.wikidata.org/wiki/Q858810", + "display_name": "Big data", + "level": 2, + "score": 0.4807169735431671 + }, + { + "id": "https://openalex.org/C45374587", + "wikidata": "https://www.wikidata.org/wiki/Q12525525", + "display_name": "Computation", + "level": 2, + "score": 0.4387192130088806 + }, + { + "id": "https://openalex.org/C119421448", + "wikidata": "https://www.wikidata.org/wiki/Q2268776", + "display_name": "Lying", + "level": 2, + "score": 0.41993552446365356 + }, + { + "id": "https://openalex.org/C127413603", + "wikidata": "https://www.wikidata.org/wiki/Q11023", + "display_name": "Engineering", + "level": 0, + "score": 0.14734527468681335 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.13175764679908752 + }, + { + "id": "https://openalex.org/C146978453", + "wikidata": "https://www.wikidata.org/wiki/Q3798668", + "display_name": "Aerospace engineering", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C126838900", + "wikidata": "https://www.wikidata.org/wiki/Q77604", + "display_name": "Radiology", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C76155785", + "wikidata": "https://www.wikidata.org/wiki/Q418", + "display_name": "Telecommunications", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.0 + } + ], + "mesh": [ + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D001185", + "descriptor_name": "Artificial Intelligence", + "qualifier_ui": "Q000639", + "qualifier_name": "trends", + "is_major_topic": false + }, + { + "descriptor_ui": "D001185", + "descriptor_name": "Artificial Intelligence", + "qualifier_ui": "Q000639", + "qualifier_name": "trends", + "is_major_topic": false + }, + { + "descriptor_ui": "D001185", + "descriptor_name": "Artificial Intelligence", + "qualifier_ui": "Q000639", + "qualifier_name": "trends", + "is_major_topic": false + }, + { + "descriptor_ui": "D003199", + "descriptor_name": "Computer Systems", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D003199", + "descriptor_name": "Computer Systems", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D003199", + "descriptor_name": "Computer Systems", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D003627", + "descriptor_name": "Data Interpretation, Statistical", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D003627", + "descriptor_name": "Data Interpretation, Statistical", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D003627", + "descriptor_name": "Data Interpretation, Statistical", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + } + ], + "locations_count": 2, + "locations": [ + { + "id": "doi:10.1126/science.aaa8415", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1126/science.aaa8415", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S3880285", + "display_name": "Science", + "issn_l": "0036-8075", + "issn": [ + "0036-8075", + "1095-9203" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315823", + "host_organization_name": "American Association for the Advancement of Science", + "host_organization_lineage": [ + "https://openalex.org/P4310315823" + ], + "host_organization_lineage_names": [ + "American Association for the Advancement of Science" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Science", + "raw_type": "journal-article" + }, + { + "id": "pmid:26185243", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/26185243", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Science (New York, N.Y.)", + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 32, + "referenced_works": [ + "https://openalex.org/W99485931", + "https://openalex.org/W1503398984", + "https://openalex.org/W1512585804", + "https://openalex.org/W1554944419", + "https://openalex.org/W1569098853", + "https://openalex.org/W1873763122", + "https://openalex.org/W1970472910", + "https://openalex.org/W1992570774", + "https://openalex.org/W1999352252", + "https://openalex.org/W2006452405", + "https://openalex.org/W2019363670", + "https://openalex.org/W2042469398", + "https://openalex.org/W2047281923", + "https://openalex.org/W2076063813", + "https://openalex.org/W2097381042", + "https://openalex.org/W2100495367", + "https://openalex.org/W2117726420", + "https://openalex.org/W2127180992", + "https://openalex.org/W2132001804", + "https://openalex.org/W2145339207", + "https://openalex.org/W2146774335", + "https://openalex.org/W2151320232", + "https://openalex.org/W2160815625", + "https://openalex.org/W2163605009", + "https://openalex.org/W2174706414", + "https://openalex.org/W2618530766", + "https://openalex.org/W3102480238", + "https://openalex.org/W4214717370", + "https://openalex.org/W4231109964", + "https://openalex.org/W4238893454", + "https://openalex.org/W4244670803", + "https://openalex.org/W4292363360" + ], + "related_works": [ + "https://openalex.org/W2955910435", + "https://openalex.org/W2888123326", + "https://openalex.org/W2501458630", + "https://openalex.org/W2982312151", + "https://openalex.org/W4246089694", + "https://openalex.org/W2747462053", + "https://openalex.org/W2753162950", + "https://openalex.org/W4210719352", + "https://openalex.org/W2347526077", + "https://openalex.org/W1568263573" + ], + "abstract_inverted_index": { + "Machine": [ + 0 + ], + "learning": [ + 1, + 48, + 58 + ], + "addresses": [ + 2 + ], + "the": [ + 3, + 27, + 36, + 54, + 64, + 68 + ], + "question": [ + 4 + ], + "of": [ + 5, + 18, + 29, + 38, + 56, + 70, + 78, + 98 + ], + "how": [ + 6 + ], + "to": [ + 7, + 91 + ], + "build": [ + 8 + ], + "computers": [ + 9 + ], + "that": [ + 10 + ], + "improve": [ + 11 + ], + "automatically": [ + 12 + ], + "through": [ + 13 + ], + "experience.": [ + 14 + ], + "It": [ + 15 + ], + "is": [ + 16 + ], + "one": [ + 17 + ], + "today's": [ + 19 + ], + "most": [ + 20 + ], + "rapidly": [ + 21 + ], + "growing": [ + 22 + ], + "technical": [ + 23 + ], + "fields,": [ + 24 + ], + "lying": [ + 25 + ], + "at": [ + 26, + 35 + ], + "intersection": [ + 28 + ], + "computer": [ + 30 + ], + "science": [ + 31 + ], + "and": [ + 32, + 34, + 41, + 60, + 62, + 73, + 88, + 108 + ], + "statistics,": [ + 33 + ], + "core": [ + 37 + ], + "artificial": [ + 39 + ], + "intelligence": [ + 40 + ], + "data": [ + 42, + 72 + ], + "science.": [ + 43 + ], + "Recent": [ + 44 + ], + "progress": [ + 45 + ], + "in": [ + 46, + 67 + ], + "machine": [ + 47 + ], + "has": [ + 49 + ], + "been": [ + 50 + ], + "driven": [ + 51 + ], + "both": [ + 52 + ], + "by": [ + 53, + 63 + ], + "development": [ + 55 + ], + "new": [ + 57 + ], + "algorithms": [ + 59 + ], + "theory": [ + 61 + ], + "ongoing": [ + 65 + ], + "explosion": [ + 66 + ], + "availability": [ + 69 + ], + "online": [ + 71 + ], + "low-cost": [ + 74 + ], + "computation.": [ + 75 + ], + "The": [ + 76 + ], + "adoption": [ + 77 + ], + "data-intensive": [ + 79 + ], + "machine-learning": [ + 80 + ], + "methods": [ + 81 + ], + "can": [ + 82 + ], + "be": [ + 83 + ], + "found": [ + 84 + ], + "throughout": [ + 85 + ], + "science,": [ + 86 + ], + "technology": [ + 87 + ], + "commerce,": [ + 89 + ], + "leading": [ + 90 + ], + "more": [ + 92 + ], + "evidence-based": [ + 93 + ], + "decision-making": [ + 94 + ], + "across": [ + 95 + ], + "many": [ + 96 + ], + "walks": [ + 97 + ], + "life,": [ + 99 + ], + "including": [ + 100 + ], + "health": [ + 101 + ], + "care,": [ + 102 + ], + "manufacturing,": [ + 103 + ], + "education,": [ + 104 + ], + "financial": [ + 105 + ], + "modeling,": [ + 106 + ], + "policing,": [ + 107 + ], + "marketing.": [ + 109 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 555 + }, + { + "year": 2025, + "cited_by_count": 1716 + }, + { + "year": 2024, + "cited_by_count": 1766 + }, + { + "year": 2023, + "cited_by_count": 1523 + }, + { + "year": 2022, + "cited_by_count": 1276 + }, + { + "year": 2021, + "cited_by_count": 961 + }, + { + "year": 2020, + "cited_by_count": 657 + }, + { + "year": 2019, + "cited_by_count": 517 + }, + { + "year": 2018, + "cited_by_count": 271 + }, + { + "year": 2017, + "cited_by_count": 157 + }, + { + "year": 2016, + "cited_by_count": 79 + }, + { + "year": 2015, + "cited_by_count": 13 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W1746819321", + "doi": "https://doi.org/10.7551/mitpress/3206.001.0001", + "title": "Gaussian Processes for Machine Learning", + "display_name": "Gaussian Processes for Machine Learning", + "relevance_score": 6818.0273, + "publication_year": 2005, + "publication_date": "2005-11-23", + "ids": { + "openalex": "https://openalex.org/W1746819321", + "doi": "https://doi.org/10.7551/mitpress/3206.001.0001", + "mag": "1746819321" + }, + "language": "en", + "primary_location": { + "id": "doi:10.7551/mitpress/3206.001.0001", + "is_oa": false, + "landing_page_url": "https://doi.org/10.7551/mitpress/3206.001.0001", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306463997", + "display_name": "The MIT Press eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/P4310315718", + "host_organization_name": "The MIT Press", + "host_organization_lineage": [ + "https://openalex.org/P4310315718" + ], + "host_organization_lineage_names": [ + "The MIT Press" + ], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "monograph" + }, + "type": "book", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5108711177", + "display_name": "Carl Edward Rasmussen", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I4210112925", + "display_name": "Max Planck Institute for Biological Cybernetics", + "ror": "https://ror.org/026nmvv73", + "country_code": "DE", + "type": "facility", + "lineage": [ + "https://openalex.org/I149899117", + "https://openalex.org/I4210112925" + ] + }, + { + "id": "https://openalex.org/I149899117", + "display_name": "Max Planck Society", + "ror": "https://ror.org/01hhn8329", + "country_code": "DE", + "type": "funder", + "lineage": [ + "https://openalex.org/I149899117" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": true, + "raw_author_name": "Carl Edward Rasmussen", + "raw_affiliation_strings": [ + "Max Planck Institute for Biological Cybernetics, Max Planck Society" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Max Planck Institute for Biological Cybernetics, Max Planck Society", + "institution_ids": [ + "https://openalex.org/I4210112925", + "https://openalex.org/I149899117" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5080713659", + "display_name": "Christopher K. I. Williams", + "orcid": "https://orcid.org/0000-0002-6270-4703" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Christopher K. I. Williams", + "raw_affiliation_strings": [ + "School of Informatics" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "School of Informatics", + "institution_ids": [] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5108711177" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I149899117", + "https://openalex.org/I4210112925" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 60.0909, + "has_fulltext": false, + "cited_by_count": 10487, + "citation_normalized_percentile": { + "value": 0.99936548, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 96, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12814", + "display_name": "Gaussian Processes and Bayesian Inference", + "score": 0.9994000196456909, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12814", + "display_name": "Gaussian Processes and Bayesian Inference", + "score": 0.9994000196456909, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.9882000088691711, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T13126", + "display_name": "Scientific Research and Discoveries", + "score": 0.9718000292778015, + "subfield": { + "id": "https://openalex.org/subfields/3109", + "display_name": "Statistical and Nonlinear Physics" + }, + "field": { + "id": "https://openalex.org/fields/31", + "display_name": "Physics and Astronomy" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.830909252166748 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.7165400981903076 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.678665816783905 + }, + { + "id": "https://openalex.org/keywords/online-machine-learning", + "display_name": "Online machine learning", + "score": 0.5565923452377319 + }, + { + "id": "https://openalex.org/keywords/gaussian-process", + "display_name": "Gaussian process", + "score": 0.5361518859863281 + }, + { + "id": "https://openalex.org/keywords/probabilistic-logic", + "display_name": "Probabilistic logic", + "score": 0.5021359920501709 + }, + { + "id": "https://openalex.org/keywords/relevance-vector-machine", + "display_name": "Relevance vector machine", + "score": 0.5012705326080322 + }, + { + "id": "https://openalex.org/keywords/support-vector-machine", + "display_name": "Support vector machine", + "score": 0.48535385727882385 + }, + { + "id": "https://openalex.org/keywords/kernel-method", + "display_name": "Kernel method", + "score": 0.47896531224250793 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.3814472556114197 + }, + { + "id": "https://openalex.org/keywords/gaussian", + "display_name": "Gaussian", + "score": 0.2928916811943054 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.830909252166748 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.7165400981903076 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.678665816783905 + }, + { + "id": "https://openalex.org/C115903097", + "wikidata": "https://www.wikidata.org/wiki/Q7094097", + "display_name": "Online machine learning", + "level": 3, + "score": 0.5565923452377319 + }, + { + "id": "https://openalex.org/C61326573", + "wikidata": "https://www.wikidata.org/wiki/Q1496376", + "display_name": "Gaussian process", + "level": 3, + "score": 0.5361518859863281 + }, + { + "id": "https://openalex.org/C49937458", + "wikidata": "https://www.wikidata.org/wiki/Q2599292", + "display_name": "Probabilistic logic", + "level": 2, + "score": 0.5021359920501709 + }, + { + "id": "https://openalex.org/C14948415", + "wikidata": "https://www.wikidata.org/wiki/Q7310972", + "display_name": "Relevance vector machine", + "level": 3, + "score": 0.5012705326080322 + }, + { + "id": "https://openalex.org/C12267149", + "wikidata": "https://www.wikidata.org/wiki/Q282453", + "display_name": "Support vector machine", + "level": 2, + "score": 0.48535385727882385 + }, + { + "id": "https://openalex.org/C122280245", + "wikidata": "https://www.wikidata.org/wiki/Q620622", + "display_name": "Kernel method", + "level": 3, + "score": 0.47896531224250793 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.3814472556114197 + }, + { + "id": "https://openalex.org/C163716315", + "wikidata": "https://www.wikidata.org/wiki/Q901177", + "display_name": "Gaussian", + "level": 2, + "score": 0.2928916811943054 + }, + { + "id": "https://openalex.org/C62520636", + "wikidata": "https://www.wikidata.org/wiki/Q944", + "display_name": "Quantum mechanics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C121332964", + "wikidata": "https://www.wikidata.org/wiki/Q413", + "display_name": "Physics", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 12, + "locations": [ + { + "id": "doi:10.7551/mitpress/3206.001.0001", + "is_oa": false, + "landing_page_url": "https://doi.org/10.7551/mitpress/3206.001.0001", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306463997", + "display_name": "The MIT Press eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/P4310315718", + "host_organization_name": "The MIT Press", + "host_organization_lineage": [ + "https://openalex.org/P4310315718" + ], + "host_organization_lineage_names": [ + "The MIT Press" + ], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "monograph" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.363.7289", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.363.7289", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://mlg.eng.cam.ac.uk/pub/pdf/Ras04.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.86.3414", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.86.3414", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.cs.ubc.ca/~hutter/earg/papers05/rasmussen_gps_in_ml.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-014768173", + "is_oa": false, + "landing_page_url": "http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=014768173&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "pmh:oai:cds.cern.ch:2307304", + "is_oa": false, + "landing_page_url": "http://cds.cern.ch/record/2307304", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402195", + "display_name": "CERN Document Server (European Organization for Nuclear Research)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I67311998", + "host_organization_name": "European Organization for Nuclear Research", + "host_organization_lineage": [ + "https://openalex.org/I67311998" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + }, + { + "id": "pmh:oai:edoc.mpg.de:232601", + "is_oa": false, + "landing_page_url": "http://edoc.mpg.de/232601", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4406922265", + "display_name": "Max Planck Institute for Plasma Physics", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Advanced Lectures on Machine Learning: ML Summer Schools 2003, Canberra, Australia, February 2 - 14, 2003, Tübingen, Germany, August 4 - 16, 2003, Revised Lectures, 63-71 (2004)", + "raw_type": "InBook" + }, + { + "id": "pmh:oai:edoc.mpg.de:312148", + "is_oa": false, + "landing_page_url": "http://edoc.mpg.de/312148", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4406922265", + "display_name": "Max Planck Institute for Plasma Physics", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Book" + }, + { + "id": "pmh:oai:generic.eprints.org:325766", + "is_oa": false, + "landing_page_url": "http://publications.eng.cam.ac.uk/325766/", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4406922847", + "display_name": "Cambridge University Engineering Department Publications Database", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Book" + }, + { + "id": "pmh:oai:generic.eprints.org:327253", + "is_oa": false, + "landing_page_url": "http://publications.eng.cam.ac.uk/327253/", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4406922847", + "display_name": "Cambridge University Engineering Department Publications Database", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Book Section" + }, + { + "id": "pmh:oai:pure.mpg.de:item_1791157", + "is_oa": false, + "landing_page_url": "http://hdl.handle.net/11858/00-001M-0000-0013-D2FB-6", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400654", + "display_name": "MPG.PuRe (Max Planck Society)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I149899117", + "host_organization_name": "Max Planck Society", + "host_organization_lineage": [ + "https://openalex.org/I149899117" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Adaptive Computation and Machine Learning", + "raw_type": "info:eu-repo/semantics/book" + }, + { + "id": "pmh:oai:pure.mpg.de:item_1792157", + "is_oa": false, + "landing_page_url": "http://hdl.handle.net/11858/00-001M-0000-0013-F365-A", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400654", + "display_name": "MPG.PuRe (Max Planck Society)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I149899117", + "host_organization_name": "Max Planck Society", + "host_organization_lineage": [ + "https://openalex.org/I149899117" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Advanced Lectures on Machine Learning: ML Summer Schools 2003, Canberra, Australia, February 2 - 14, 2003, Tübingen, Germany, August 4 - 16, 2003", + "raw_type": "info:eu-repo/semantics/conferenceObject" + }, + { + "id": "mag:3023062339", + "is_oa": false, + "landing_page_url": "https://www.research.ed.ac.uk/portal/en/publications/covariance-functions(33de55b3-5bb5-43f6-874e-301a6d2b2160)/export.html", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306463626", + "display_name": "MIT Press eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": "MIT Press eBooks", + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 180, + "referenced_works": [ + "https://openalex.org/W14377099", + "https://openalex.org/W44447720", + "https://openalex.org/W61071295", + "https://openalex.org/W131514509", + "https://openalex.org/W186419298", + "https://openalex.org/W336602872", + "https://openalex.org/W1213006044", + "https://openalex.org/W1484867920", + "https://openalex.org/W1486089539", + "https://openalex.org/W1486164486", + "https://openalex.org/W1496317909", + "https://openalex.org/W1497675750", + "https://openalex.org/W1505043854", + "https://openalex.org/W1506153731", + "https://openalex.org/W1510355813", + "https://openalex.org/W1512098439", + "https://openalex.org/W1512149552", + "https://openalex.org/W1515272691", + "https://openalex.org/W1543996294", + "https://openalex.org/W1549258098", + "https://openalex.org/W1550570395", + "https://openalex.org/W1551209770", + "https://openalex.org/W1554663460", + "https://openalex.org/W1564947197", + "https://openalex.org/W1567512734", + "https://openalex.org/W1571894236", + "https://openalex.org/W1574225613", + "https://openalex.org/W1598589417", + "https://openalex.org/W1601740268", + "https://openalex.org/W1604293137", + "https://openalex.org/W1607751291", + "https://openalex.org/W1618393386", + "https://openalex.org/W1618449801", + "https://openalex.org/W1628829797", + "https://openalex.org/W1633751774", + "https://openalex.org/W1642427530", + "https://openalex.org/W1648445109", + "https://openalex.org/W1654787807", + "https://openalex.org/W1755117326", + "https://openalex.org/W1859781365", + "https://openalex.org/W1963533512", + "https://openalex.org/W1965999112", + "https://openalex.org/W1967396577", + "https://openalex.org/W1975780894", + "https://openalex.org/W1976382401", + "https://openalex.org/W1976625337", + "https://openalex.org/W1978188282", + "https://openalex.org/W1978394996", + "https://openalex.org/W1981025032", + "https://openalex.org/W1982032418", + "https://openalex.org/W1982276155", + "https://openalex.org/W1986280275", + "https://openalex.org/W1995672551", + "https://openalex.org/W1998167411", + "https://openalex.org/W2000241167", + "https://openalex.org/W2003706076", + "https://openalex.org/W2003870625", + "https://openalex.org/W2006314423", + "https://openalex.org/W2008827410", + "https://openalex.org/W2014831690", + "https://openalex.org/W2015904350", + "https://openalex.org/W2018044188", + "https://openalex.org/W2019363670", + "https://openalex.org/W2020999234", + "https://openalex.org/W2023163512", + "https://openalex.org/W2033839039", + "https://openalex.org/W2041863660", + "https://openalex.org/W2047028564", + "https://openalex.org/W2049387919", + "https://openalex.org/W2056735347", + "https://openalex.org/W2062291655", + "https://openalex.org/W2063852603", + "https://openalex.org/W2065540158", + "https://openalex.org/W2069371995", + "https://openalex.org/W2069527924", + "https://openalex.org/W2072555316", + "https://openalex.org/W2078206416", + "https://openalex.org/W2081873601", + "https://openalex.org/W2085877024", + "https://openalex.org/W2087978636", + "https://openalex.org/W2088538739", + "https://openalex.org/W2090102379", + "https://openalex.org/W2090353374", + "https://openalex.org/W2093268114", + "https://openalex.org/W2094169479", + "https://openalex.org/W2094212611", + "https://openalex.org/W2096335861", + "https://openalex.org/W2098115979", + "https://openalex.org/W2098626000", + "https://openalex.org/W2098949458", + "https://openalex.org/W2100136038", + "https://openalex.org/W2101709642", + "https://openalex.org/W2103972570", + "https://openalex.org/W2104533781", + "https://openalex.org/W2106868411", + "https://openalex.org/W2107152312", + "https://openalex.org/W2107636931", + "https://openalex.org/W2107725114", + "https://openalex.org/W2108966602", + "https://openalex.org/W2111176881", + "https://openalex.org/W2111494971", + "https://openalex.org/W2112545207", + "https://openalex.org/W2114229504", + "https://openalex.org/W2114412769", + "https://openalex.org/W2115606304", + "https://openalex.org/W2116723448", + "https://openalex.org/W2117063635", + "https://openalex.org/W2117812871", + "https://openalex.org/W2118195892", + "https://openalex.org/W2123687908", + "https://openalex.org/W2124101779", + "https://openalex.org/W2124225821", + "https://openalex.org/W2126455177", + "https://openalex.org/W2127713198", + "https://openalex.org/W2129564505", + "https://openalex.org/W2129869373", + "https://openalex.org/W2130475491", + "https://openalex.org/W2130859329", + "https://openalex.org/W2137467792", + "https://openalex.org/W2137557016", + "https://openalex.org/W2137956165", + "https://openalex.org/W2139479120", + "https://openalex.org/W2140170995", + "https://openalex.org/W2140251433", + "https://openalex.org/W2141274633", + "https://openalex.org/W2141436719", + "https://openalex.org/W2142182841", + "https://openalex.org/W2142387771", + "https://openalex.org/W2142575165", + "https://openalex.org/W2143022286", + "https://openalex.org/W2143956139", + "https://openalex.org/W2144286620", + "https://openalex.org/W2145295623", + "https://openalex.org/W2146766088", + "https://openalex.org/W2148603752", + "https://openalex.org/W2149417376", + "https://openalex.org/W2149846618", + "https://openalex.org/W2151238122", + "https://openalex.org/W2152701363", + "https://openalex.org/W2152937653", + "https://openalex.org/W2153347097", + "https://openalex.org/W2153756422", + "https://openalex.org/W2156909104", + "https://openalex.org/W2158451137", + "https://openalex.org/W2158529569", + "https://openalex.org/W2160840682", + "https://openalex.org/W2161767008", + "https://openalex.org/W2162114812", + "https://openalex.org/W2163057507", + "https://openalex.org/W2167061265", + "https://openalex.org/W2167986580", + "https://openalex.org/W2168022998", + "https://openalex.org/W2169779569", + "https://openalex.org/W2170076406", + "https://openalex.org/W2170078560", + "https://openalex.org/W2170120409", + "https://openalex.org/W2170334710", + "https://openalex.org/W2171522835", + "https://openalex.org/W2172039283", + "https://openalex.org/W2296319761", + "https://openalex.org/W2408196097", + "https://openalex.org/W2464224693", + "https://openalex.org/W2548695521", + "https://openalex.org/W2554813760", + "https://openalex.org/W2782810849", + "https://openalex.org/W2797583072", + "https://openalex.org/W2798909945", + "https://openalex.org/W2904816695", + "https://openalex.org/W2916304084", + "https://openalex.org/W2989448192", + "https://openalex.org/W3014600732", + "https://openalex.org/W3017143921", + "https://openalex.org/W3023786531", + "https://openalex.org/W3048078645", + "https://openalex.org/W3119264854", + "https://openalex.org/W3127325877", + "https://openalex.org/W3134067276", + "https://openalex.org/W3140968660", + "https://openalex.org/W3148924112", + "https://openalex.org/W3165771198" + ], + "related_works": [ + "https://openalex.org/W3140968660", + "https://openalex.org/W2951665052", + "https://openalex.org/W2911964244", + "https://openalex.org/W2192203593", + "https://openalex.org/W2168464387", + "https://openalex.org/W2156909104", + "https://openalex.org/W2131241448", + "https://openalex.org/W2107386393", + "https://openalex.org/W2101234009", + "https://openalex.org/W2099768828", + "https://openalex.org/W2099201756", + "https://openalex.org/W2038669746", + "https://openalex.org/W2018044188", + "https://openalex.org/W1973333099", + "https://openalex.org/W1663973292", + "https://openalex.org/W1571870753", + "https://openalex.org/W1567512734", + "https://openalex.org/W1560724230", + "https://openalex.org/W1510052597", + "https://openalex.org/W137285897" + ], + "abstract_inverted_index": { + "A": [ + 0 + ], + "comprehensive": [ + 1 + ], + "and": [ + 2 + ], + "self-contained": [ + 3 + ], + "introduction": [ + 4 + ], + "to": [ + 5, + 15 + ], + "Gaussian": [ + 6 + ], + "processes,": [ + 7 + ], + "which": [ + 8 + ], + "provide": [ + 9 + ], + "a": [ + 10 + ], + "principled,": [ + 11 + ], + "practical,": [ + 12 + ], + "probabilistic": [ + 13 + ], + "approach": [ + 14 + ], + "learning": [ + 16 + ], + "in": [ + 17 + ], + "kernel": [ + 18 + ], + "machines.": [ + 19 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 2 + }, + { + "year": 2025, + "cited_by_count": 3 + }, + { + "year": 2024, + "cited_by_count": 8 + }, + { + "year": 2023, + "cited_by_count": 30 + }, + { + "year": 2022, + "cited_by_count": 123 + }, + { + "year": 2021, + "cited_by_count": 1209 + }, + { + "year": 2020, + "cited_by_count": 1390 + }, + { + "year": 2019, + "cited_by_count": 1013 + }, + { + "year": 2018, + "cited_by_count": 912 + }, + { + "year": 2017, + "cited_by_count": 810 + }, + { + "year": 2016, + "cited_by_count": 818 + }, + { + "year": 2015, + "cited_by_count": 825 + }, + { + "year": 2014, + "cited_by_count": 736 + }, + { + "year": 2013, + "cited_by_count": 598 + }, + { + "year": 2012, + "cited_by_count": 493 + } + ], + "updated_date": "2026-05-14T08:36:36.166977", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2997591727", + "doi": "https://doi.org/10.5555/1953048.2078195", + "title": "Scikit-learn: Machine Learning in Python", + "display_name": "Scikit-learn: Machine Learning in Python", + "relevance_score": 6232.348, + "publication_year": 2011, + "publication_date": "2011-11-01", + "ids": { + "openalex": "https://openalex.org/W2997591727", + "doi": "https://doi.org/10.5555/1953048.2078195", + "mag": "2997591727" + }, + "language": "en", + "primary_location": { + "id": "mag:2997591727", + "is_oa": false, + "landing_page_url": "https://dl.acm.org/citation.cfm?id=1953048.2078195", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S118988714", + "display_name": "Journal of Machine Learning Research", + "issn_l": "1532-4435", + "issn": [ + "1532-4435", + "1533-7928" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315718", + "host_organization_name": "The MIT Press", + "host_organization_lineage": [ + "https://openalex.org/P4310315718" + ], + "host_organization_lineage_names": [ + "The MIT Press" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": false, + "raw_source_name": "Journal of Machine Learning Research", + "raw_type": null + }, + "type": "article", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5001344255", + "display_name": "PedregosaFabian", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "PedregosaFabian", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5015155577", + "display_name": "VaroquauxGaël", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "VaroquauxGaël", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5082193384", + "display_name": "GramfortAlexandre", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "GramfortAlexandre", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5046730698", + "display_name": "MichelVincent", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "MichelVincent", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5057304980", + "display_name": "ThirionBertrand", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "ThirionBertrand", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5031085857", + "display_name": "GriselOlivier", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "GriselOlivier", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5023292999", + "display_name": "BlondelMathieu", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "BlondelMathieu", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5088096317", + "display_name": "PrettenhoferPeter", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "PrettenhoferPeter", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5083564992", + "display_name": "WeissRon", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "WeissRon", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5056576127", + "display_name": "DubourgVincent", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "DubourgVincent", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5082383435", + "display_name": "VanderplasJake", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "VanderplasJake", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5027220078", + "display_name": "PassosAlexandre", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "PassosAlexandre", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5002306909", + "display_name": "CournapeauDavid", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "CournapeauDavid", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5026983194", + "display_name": "BrucherMatthieu", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "BrucherMatthieu", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5014917008", + "display_name": "PerrotMatthieu", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "PerrotMatthieu", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5034896968", + "display_name": "DuchesnayÉdouard", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "DuchesnayÉdouard", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 16, + "corresponding_author_ids": [ + "https://openalex.org/A5001344255" + ], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 21.0993, + "has_fulltext": false, + "cited_by_count": 8191, + "citation_normalized_percentile": { + "value": 0.99448878, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T13650", + "display_name": "Computational Physics and Python Applications", + "score": 0.7835000157356262, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T13650", + "display_name": "Computational Physics and Python Applications", + "score": 0.7835000157356262, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/python", + "display_name": "Python (programming language)", + "score": 0.8940595388412476 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6587178707122803 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5495919585227966 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.4344472587108612 + }, + { + "id": "https://openalex.org/keywords/programming-language", + "display_name": "Programming language", + "score": 0.3134846091270447 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C519991488", + "wikidata": "https://www.wikidata.org/wiki/Q28865", + "display_name": "Python (programming language)", + "level": 2, + "score": 0.8940595388412476 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6587178707122803 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5495919585227966 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.4344472587108612 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.3134846091270447 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "mag:2997591727", + "is_oa": false, + "landing_page_url": "https://dl.acm.org/citation.cfm?id=1953048.2078195", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S118988714", + "display_name": "Journal of Machine Learning Research", + "issn_l": "1532-4435", + "issn": [ + "1532-4435", + "1533-7928" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315718", + "host_organization_name": "The MIT Press", + "host_organization_lineage": [ + "https://openalex.org/P4310315718" + ], + "host_organization_lineage_names": [ + "The MIT Press" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": "Journal of Machine Learning Research", + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "display_name": "Quality Education", + "score": 0.5299999713897705, + "id": "https://metadata.un.org/sdg/4" + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [ + "https://openalex.org/W3102476541", + "https://openalex.org/W2911964244", + "https://openalex.org/W2064675550", + "https://openalex.org/W2011301426", + "https://openalex.org/W2153635508", + "https://openalex.org/W2119821739", + "https://openalex.org/W2250539671", + "https://openalex.org/W1678356000", + "https://openalex.org/W3103145119", + "https://openalex.org/W3120740533", + "https://openalex.org/W2194775991", + "https://openalex.org/W2146292423", + "https://openalex.org/W3085162807", + "https://openalex.org/W2342249984", + "https://openalex.org/W2056132907", + "https://openalex.org/W2187089797", + "https://openalex.org/W2097998348", + "https://openalex.org/W1880262756", + "https://openalex.org/W2148143831", + "https://openalex.org/W1480376833" + ], + "abstract_inverted_index": { + "Scikit-learn": [ + 0 + ], + "is": [ + 1 + ], + "a": [ + 2, + 6 + ], + "Python": [ + 3 + ], + "module": [ + 4 + ], + "integrating": [ + 5 + ], + "wide": [ + 7 + ], + "range": [ + 8 + ], + "of": [ + 9 + ], + "state-of-the-art": [ + 10 + ], + "machine": [ + 11 + ], + "learning": [ + 12 + ], + "algorithms": [ + 13 + ], + "for": [ + 14 + ], + "medium-scale": [ + 15 + ], + "supervised": [ + 16 + ], + "and": [ + 17 + ], + "unsupervised": [ + 18 + ], + "problems.": [ + 19 + ], + "This": [ + 20 + ], + "package": [ + 21 + ], + "focuses": [ + 22 + ], + "on": [ + 23 + ], + "bringing": [ + 24 + ], + "mach...": [ + 25 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 177 + }, + { + "year": 2025, + "cited_by_count": 3317 + }, + { + "year": 2024, + "cited_by_count": 1191 + }, + { + "year": 2023, + "cited_by_count": 907 + }, + { + "year": 2022, + "cited_by_count": 726 + }, + { + "year": 2021, + "cited_by_count": 629 + }, + { + "year": 2020, + "cited_by_count": 479 + }, + { + "year": 2019, + "cited_by_count": 250 + }, + { + "year": 2018, + "cited_by_count": 193 + }, + { + "year": 2017, + "cited_by_count": 136 + }, + { + "year": 2016, + "cited_by_count": 87 + }, + { + "year": 2015, + "cited_by_count": 50 + }, + { + "year": 2014, + "cited_by_count": 34 + }, + { + "year": 2013, + "cited_by_count": 13 + }, + { + "year": 2012, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2953384591", + "doi": "https://doi.org/10.48550/arxiv.1605.08695", + "title": "TensorFlow: A system for large-scale machine learning", + "display_name": "TensorFlow: A system for large-scale machine learning", + "relevance_score": 6138.868, + "publication_year": 2016, + "publication_date": "2016-05-27", + "ids": { + "openalex": "https://openalex.org/W2953384591", + "doi": "https://doi.org/10.48550/arxiv.1605.08695", + "mag": "2953384591" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:arXiv.org:1605.08695", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1605.08695", + "pdf_url": "https://arxiv.org/pdf/1605.08695", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "type": "preprint", + "indexed_in": [ + "arxiv", + "datacite" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1605.08695", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5109387322", + "display_name": "Martı́n Abadi", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Abadi, Martín", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5110193634", + "display_name": "Paul Barham", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Barham, Paul", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5100665512", + "display_name": "Jianmin Chen", + "orcid": "https://orcid.org/0000-0001-5859-3070" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Chen, Jianmin", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5100715424", + "display_name": "Zhifeng Chen", + "orcid": "https://orcid.org/0000-0001-8631-2424" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Chen, Zhifeng", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5068599616", + "display_name": "Andy Davis", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Davis, Andy", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5043872671", + "display_name": "Jay B. Dean", + "orcid": "https://orcid.org/0000-0003-1362-0500" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Dean, Jeffrey", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5004386681", + "display_name": "Matthieu Devin", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Devin, Matthieu", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5012998255", + "display_name": "Sanjay Ghemawat", + "orcid": "https://orcid.org/0009-0005-6843-3093" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Ghemawat, Sanjay", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5029611587", + "display_name": "Geoffrey Irving", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Irving, Geoffrey", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5089543053", + "display_name": "Michael Isard", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Isard, Michael", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5000650022", + "display_name": "Manjunath Kudlur", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Kudlur, Manjunath", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5009510257", + "display_name": "Josh Levenberg", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Levenberg, Josh", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5024140027", + "display_name": "Rajat Monga", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Monga, Rajat", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5063771762", + "display_name": "Sherry Moore", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Moore, Sherry", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5067335143", + "display_name": "Derek G. Murray", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Murray, Derek G.", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5028992619", + "display_name": "Benoit Steiner", + "orcid": "https://orcid.org/0000-0002-5767-4976" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Steiner, Benoit", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5016586245", + "display_name": "Paul A. Tucker", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Tucker, Paul", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5004650249", + "display_name": "Vijay Vasudevan", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Vasudevan, Vijay", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5014405928", + "display_name": "Pete Warden", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Warden, Pete", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5080764662", + "display_name": "Martin Wicke", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Wicke, Martin", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5104075606", + "display_name": "Yuan Yu", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Yu, Yuan", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5102988664", + "display_name": "Xiaoqiang Zheng", + "orcid": "https://orcid.org/0000-0001-5151-8561" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Zheng, Xiaoqiang", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 22, + "corresponding_author_ids": [ + "https://openalex.org/A5109387322" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I1291425158" + ], + "apc_list": null, + "apc_paid": null, + "fwci": null, + "has_fulltext": false, + "cited_by_count": 8815, + "citation_normalized_percentile": null, + "cited_by_percentile_year": null, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10054", + "display_name": "Parallel Computing and Optimization Techniques", + "score": 0.996999979019165, + "subfield": { + "id": "https://openalex.org/subfields/1708", + "display_name": "Hardware and Architecture" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10054", + "display_name": "Parallel Computing and Optimization Techniques", + "score": 0.996999979019165, + "subfield": { + "id": "https://openalex.org/subfields/1708", + "display_name": "Hardware and Architecture" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T13650", + "display_name": "Computational Physics and Python Applications", + "score": 0.9926000237464905, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10036", + "display_name": "Advanced Neural Network Applications", + "score": 0.9921000003814697, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/scale", + "display_name": "Scale (ratio)", + "score": 0.6736689805984497 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.5508862733840942 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.4714523255825043 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.3947470188140869 + }, + { + "id": "https://openalex.org/keywords/cartography", + "display_name": "Cartography", + "score": 0.1177549660205841 + }, + { + "id": "https://openalex.org/keywords/geography", + "display_name": "Geography", + "score": 0.11608994007110596 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2778755073", + "wikidata": "https://www.wikidata.org/wiki/Q10858537", + "display_name": "Scale (ratio)", + "level": 2, + "score": 0.6736689805984497 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.5508862733840942 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.4714523255825043 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.3947470188140869 + }, + { + "id": "https://openalex.org/C58640448", + "wikidata": "https://www.wikidata.org/wiki/Q42515", + "display_name": "Cartography", + "level": 1, + "score": 0.1177549660205841 + }, + { + "id": "https://openalex.org/C205649164", + "wikidata": "https://www.wikidata.org/wiki/Q1071", + "display_name": "Geography", + "level": 0, + "score": 0.11608994007110596 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "pmh:oai:arXiv.org:1605.08695", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1605.08695", + "pdf_url": "https://arxiv.org/pdf/1605.08695", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "doi:10.48550/arxiv.1605.08695", + "is_oa": true, + "landing_page_url": "https://doi.org/10.48550/arxiv.1605.08695", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1605.08695", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1605.08695", + "pdf_url": "https://arxiv.org/pdf/1605.08695", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "sustainable_development_goals": [ + { + "display_name": "Industry, innovation and infrastructure", + "score": 0.4099999964237213, + "id": "https://metadata.un.org/sdg/9" + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 56, + "referenced_works": [ + "https://openalex.org/W104184427", + "https://openalex.org/W145476170", + "https://openalex.org/W941230081", + "https://openalex.org/W1442374986", + "https://openalex.org/W1484210532", + "https://openalex.org/W1485981043", + "https://openalex.org/W1493893823", + "https://openalex.org/W1498436455", + "https://openalex.org/W1548328233", + "https://openalex.org/W1598866093", + "https://openalex.org/W1658008008", + "https://openalex.org/W1667652561", + "https://openalex.org/W1869752048", + "https://openalex.org/W1978660892", + "https://openalex.org/W1992479210", + "https://openalex.org/W2041517243", + "https://openalex.org/W2055312318", + "https://openalex.org/W2061570747", + "https://openalex.org/W2066443755", + "https://openalex.org/W2072566913", + "https://openalex.org/W2083842231", + "https://openalex.org/W2099471712", + "https://openalex.org/W2100664567", + "https://openalex.org/W2109722477", + "https://openalex.org/W2117539524", + "https://openalex.org/W2120480077", + "https://openalex.org/W2131400476", + "https://openalex.org/W2131975293", + "https://openalex.org/W2132339004", + "https://openalex.org/W2140833774", + "https://openalex.org/W2141992894", + "https://openalex.org/W2145339207", + "https://openalex.org/W2146757372", + "https://openalex.org/W2160815625", + "https://openalex.org/W2163961697", + "https://openalex.org/W2168231600", + "https://openalex.org/W2173213060", + "https://openalex.org/W2186615578", + "https://openalex.org/W2198403777", + "https://openalex.org/W2259472270", + "https://openalex.org/W2308045930", + "https://openalex.org/W2336650964", + "https://openalex.org/W2339765813", + "https://openalex.org/W2384495648", + "https://openalex.org/W2591588155", + "https://openalex.org/W2949117887", + "https://openalex.org/W2949245006", + "https://openalex.org/W2949501655", + "https://openalex.org/W2949605076", + "https://openalex.org/W2949650786", + "https://openalex.org/W2949888546", + "https://openalex.org/W2950094539", + "https://openalex.org/W2950179405", + "https://openalex.org/W2950577311", + "https://openalex.org/W2951714314", + "https://openalex.org/W2951781666" + ], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W3046775127", + "https://openalex.org/W3107602296", + "https://openalex.org/W3170094116", + "https://openalex.org/W4386462264", + "https://openalex.org/W4364306694", + "https://openalex.org/W4312192474", + "https://openalex.org/W4283697347", + "https://openalex.org/W4210805261" + ], + "abstract_inverted_index": { + "TensorFlow": [ + 0, + 15, + 92, + 103, + 125, + 152, + 166 + ], + "is": [ + 1, + 87 + ], + "a": [ + 2, + 36, + 43, + 47, + 105 + ], + "machine": [ + 3, + 48, + 143 + ], + "learning": [ + 4, + 144 + ], + "system": [ + 5 + ], + "that": [ + 6, + 27, + 29, + 165 + ], + "operates": [ + 7 + ], + "at": [ + 8 + ], + "large": [ + 9 + ], + "scale": [ + 10 + ], + "and": [ + 11, + 24, + 45, + 58, + 100, + 115, + 136, + 160 + ], + "in": [ + 12, + 42, + 77, + 126, + 155 + ], + "heterogeneous": [ + 13 + ], + "environments.": [ + 14 + ], + "uses": [ + 16 + ], + "dataflow": [ + 17, + 37, + 153 + ], + "graphs": [ + 18 + ], + "to": [ + 19, + 72, + 95, + 157 + ], + "represent": [ + 20 + ], + "computation,": [ + 21 + ], + "shared": [ + 22, + 85 + ], + "state,": [ + 23 + ], + "the": [ + 25, + 33, + 73, + 82, + 90, + 151, + 162 + ], + "operations": [ + 26 + ], + "mutate": [ + 28 + ], + "state.": [ + 30 + ], + "It": [ + 31 + ], + "maps": [ + 32 + ], + "nodes": [ + 34 + ], + "of": [ + 35, + 84, + 107 + ], + "graph": [ + 38 + ], + "across": [ + 39, + 49 + ], + "many": [ + 40 + ], + "machines": [ + 41 + ], + "cluster,": [ + 44 + ], + "within": [ + 46 + ], + "multiple": [ + 50 + ], + "computational": [ + 51 + ], + "devices,": [ + 52 + ], + "including": [ + 53 + ], + "multicore": [ + 54 + ], + "CPUs,": [ + 55 + ], + "general-purpose": [ + 56 + ], + "GPUs,": [ + 57 + ], + "custom": [ + 59 + ], + "designed": [ + 60 + ], + "ASICs": [ + 61 + ], + "known": [ + 62 + ], + "as": [ + 63, + 132 + ], + "Tensor": [ + 64 + ], + "Processing": [ + 65 + ], + "Units": [ + 66 + ], + "(TPUs).": [ + 67 + ], + "This": [ + 68 + ], + "architecture": [ + 69 + ], + "gives": [ + 70 + ], + "flexibility": [ + 71 + ], + "application": [ + 74 + ], + "developer:": [ + 75 + ], + "whereas": [ + 76 + ], + "previous": [ + 78 + ], + "\"parameter": [ + 79 + ], + "server\"": [ + 80 + ], + "designs": [ + 81 + ], + "management": [ + 83 + ], + "state": [ + 86 + ], + "built": [ + 88 + ], + "into": [ + 89 + ], + "system,": [ + 91 + ], + "enables": [ + 93 + ], + "developers": [ + 94 + ], + "experiment": [ + 96 + ], + "with": [ + 97, + 109 + ], + "novel": [ + 98 + ], + "optimizations": [ + 99 + ], + "training": [ + 101, + 114 + ], + "algorithms.": [ + 102 + ], + "supports": [ + 104 + ], + "variety": [ + 106 + ], + "applications,": [ + 108 + ], + "particularly": [ + 110 + ], + "strong": [ + 111 + ], + "support": [ + 112 + ], + "for": [ + 113, + 142, + 168 + ], + "inference": [ + 116 + ], + "on": [ + 117 + ], + "deep": [ + 118 + ], + "neural": [ + 119 + ], + "networks.": [ + 120 + ], + "Several": [ + 121 + ], + "Google": [ + 122 + ], + "services": [ + 123 + ], + "use": [ + 124 + ], + "production,": [ + 127 + ], + "we": [ + 128, + 149 + ], + "have": [ + 129 + ], + "released": [ + 130 + ], + "it": [ + 131, + 137 + ], + "an": [ + 133 + ], + "open-source": [ + 134 + ], + "project,": [ + 135 + ], + "has": [ + 138 + ], + "become": [ + 139 + ], + "widely": [ + 140 + ], + "used": [ + 141 + ], + "research.": [ + 145 + ], + "In": [ + 146 + ], + "this": [ + 147 + ], + "paper,": [ + 148 + ], + "describe": [ + 150 + ], + "model": [ + 154 + ], + "contrast": [ + 156 + ], + "existing": [ + 158 + ], + "systems,": [ + 159 + ], + "demonstrate": [ + 161 + ], + "compelling": [ + 163 + ], + "performance": [ + 164 + ], + "achieves": [ + 167 + ], + "several": [ + 169 + ], + "real-world": [ + 170 + ], + "applications.": [ + 171 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 15 + }, + { + "year": 2025, + "cited_by_count": 161 + }, + { + "year": 2024, + "cited_by_count": 343 + }, + { + "year": 2023, + "cited_by_count": 730 + }, + { + "year": 2022, + "cited_by_count": 866 + }, + { + "year": 2021, + "cited_by_count": 1829 + }, + { + "year": 2020, + "cited_by_count": 1859 + }, + { + "year": 2019, + "cited_by_count": 1814 + }, + { + "year": 2018, + "cited_by_count": 959 + }, + { + "year": 2017, + "cited_by_count": 226 + }, + { + "year": 2016, + "cited_by_count": 12 + }, + { + "year": 2013, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2118020653", + "doi": "https://doi.org/10.1145/505282.505283", + "title": "Machine learning in automated text categorization", + "display_name": "Machine learning in automated text categorization", + "relevance_score": 6089.7915, + "publication_year": 2002, + "publication_date": "2002-03-01", + "ids": { + "openalex": "https://openalex.org/W2118020653", + "doi": "https://doi.org/10.1145/505282.505283", + "mag": "2118020653" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1145/505282.505283", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/505282.505283", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S157921468", + "display_name": "ACM Computing Surveys", + "issn_l": "0360-0300", + "issn": [ + "0360-0300", + "1557-7341" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319798", + "host_organization_name": "Association for Computing Machinery", + "host_organization_lineage": [ + "https://openalex.org/P4310319798" + ], + "host_organization_lineage_names": [ + "Association for Computing Machinery" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "ACM Computing Surveys", + "raw_type": "journal-article" + }, + "type": "review", + "indexed_in": [ + "arxiv", + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/cs/0110053", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5063975186", + "display_name": "Fabrizio Sebastiani", + "orcid": "https://orcid.org/0000-0003-4221-6427" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210107558", + "display_name": "Consorzio Pisa Ricerche", + "ror": "https://ror.org/01t0n3b84", + "country_code": "IT", + "type": "facility", + "lineage": [ + "https://openalex.org/I4210107558" + ] + } + ], + "countries": [ + "IT" + ], + "is_corresponding": true, + "raw_author_name": "Fabrizio Sebastiani", + "raw_affiliation_strings": [ + "Consiglio Nazionale delle Ricerche, Pisa, Italy" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Consiglio Nazionale delle Ricerche, Pisa, Italy", + "institution_ids": [ + "https://openalex.org/I4210107558" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5063975186" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I4210107558" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 291.6231, + "has_fulltext": false, + "cited_by_count": 7884, + "citation_normalized_percentile": { + "value": 0.99998629, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "34", + "issue": "1", + "first_page": "1", + "last_page": "47" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11550", + "display_name": "Text and Document Classification Technologies", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11550", + "display_name": "Text and Document Classification Technologies", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T13083", + "display_name": "Advanced Text Analysis Techniques", + "score": 0.9939000010490417, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11269", + "display_name": "Algorithms and Data Compression", + "score": 0.9889000058174133, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.8797882795333862 + }, + { + "id": "https://openalex.org/keywords/categorization", + "display_name": "Categorization", + "score": 0.7666846513748169 + }, + { + "id": "https://openalex.org/keywords/software-portability", + "display_name": "Software portability", + "score": 0.7267234325408936 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6928958892822266 + }, + { + "id": "https://openalex.org/keywords/classifier", + "display_name": "Classifier (UML)", + "score": 0.678881049156189 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6749231815338135 + }, + { + "id": "https://openalex.org/keywords/text-categorization", + "display_name": "Text categorization", + "score": 0.5723184943199158 + }, + { + "id": "https://openalex.org/keywords/natural-language-processing", + "display_name": "Natural language processing", + "score": 0.41375380754470825 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.8797882795333862 + }, + { + "id": "https://openalex.org/C94124525", + "wikidata": "https://www.wikidata.org/wiki/Q912550", + "display_name": "Categorization", + "level": 2, + "score": 0.7666846513748169 + }, + { + "id": "https://openalex.org/C63000827", + "wikidata": "https://www.wikidata.org/wiki/Q3080428", + "display_name": "Software portability", + "level": 2, + "score": 0.7267234325408936 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6928958892822266 + }, + { + "id": "https://openalex.org/C95623464", + "wikidata": "https://www.wikidata.org/wiki/Q1096149", + "display_name": "Classifier (UML)", + "level": 2, + "score": 0.678881049156189 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6749231815338135 + }, + { + "id": "https://openalex.org/C2986744138", + "wikidata": "https://www.wikidata.org/wiki/Q302088", + "display_name": "Text categorization", + "level": 3, + "score": 0.5723184943199158 + }, + { + "id": "https://openalex.org/C204321447", + "wikidata": "https://www.wikidata.org/wiki/Q30642", + "display_name": "Natural language processing", + "level": 1, + "score": 0.41375380754470825 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 4, + "locations": [ + { + "id": "doi:10.1145/505282.505283", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/505282.505283", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S157921468", + "display_name": "ACM Computing Surveys", + "issn_l": "0360-0300", + "issn": [ + "0360-0300", + "1557-7341" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319798", + "host_organization_name": "Association for Computing Machinery", + "host_organization_lineage": [ + "https://openalex.org/P4310319798" + ], + "host_organization_lineage_names": [ + "Association for Computing Machinery" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "ACM Computing Surveys", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:arXiv.org:cs/0110053", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/cs/0110053", + "pdf_url": "https://arxiv.org/pdf/cs/0110053", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:dnet:people______::286d170179fde02bc512e4870a2b12b5", + "is_oa": false, + "landing_page_url": "https://openportal.isti.cnr.it/doc?id=people______::286d170179fde02bc512e4870a2b12b5", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S7407055261", + "display_name": "ISTI Open Portal", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "ACM computing surveys 34 (2002): 1–47. doi:10.1145/505282.505283", + "raw_type": "Journal article" + }, + { + "id": "pmh:oai:dnet:people______::3938b196dad6eb4120aca01c3005413b", + "is_oa": false, + "landing_page_url": "https://openportal.isti.cnr.it/doc?id=people______::3938b196dad6eb4120aca01c3005413b", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S7407055261", + "display_name": "ISTI Open Portal", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "ISTI Technical reports, pp.1–63, 1999", + "raw_type": "Other" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:cs/0110053", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/cs/0110053", + "pdf_url": "https://arxiv.org/pdf/cs/0110053", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "text" + }, + "sustainable_development_goals": [ + { + "display_name": "Decent work and economic growth", + "score": 0.7099999785423279, + "id": "https://metadata.un.org/sdg/8" + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 204, + "referenced_works": [ + "https://openalex.org/W12876238", + "https://openalex.org/W22906612", + "https://openalex.org/W35304842", + "https://openalex.org/W59979790", + "https://openalex.org/W74894479", + "https://openalex.org/W81384683", + "https://openalex.org/W81511778", + "https://openalex.org/W104970664", + "https://openalex.org/W107306860", + "https://openalex.org/W112196149", + "https://openalex.org/W116328816", + "https://openalex.org/W148103248", + "https://openalex.org/W166124110", + "https://openalex.org/W1482260847", + "https://openalex.org/W1487445520", + "https://openalex.org/W1490175418", + "https://openalex.org/W1493526108", + "https://openalex.org/W1505794130", + "https://openalex.org/W1507179106", + "https://openalex.org/W1508175965", + "https://openalex.org/W1513874326", + "https://openalex.org/W1514707997", + "https://openalex.org/W1520963883", + "https://openalex.org/W1522930027", + "https://openalex.org/W1523389133", + "https://openalex.org/W1523949738", + "https://openalex.org/W1533946607", + "https://openalex.org/W1544227718", + "https://openalex.org/W1547553618", + "https://openalex.org/W1550961891", + "https://openalex.org/W1553682320", + "https://openalex.org/W1556094091", + "https://openalex.org/W1561056154", + "https://openalex.org/W1574901103", + "https://openalex.org/W1576676390", + "https://openalex.org/W1577216492", + "https://openalex.org/W1578881253", + "https://openalex.org/W1591234214", + "https://openalex.org/W1592212241", + "https://openalex.org/W1594962278", + "https://openalex.org/W1597379537", + "https://openalex.org/W1601145406", + "https://openalex.org/W1619226191", + "https://openalex.org/W1620204465", + "https://openalex.org/W1813610639", + "https://openalex.org/W1857571498", + "https://openalex.org/W1907380269", + "https://openalex.org/W1924689489", + "https://openalex.org/W1966065191", + "https://openalex.org/W1969572066", + "https://openalex.org/W1970858159", + "https://openalex.org/W1970974276", + "https://openalex.org/W1971666241", + "https://openalex.org/W1973911615", + "https://openalex.org/W1975496312", + "https://openalex.org/W1977182536", + "https://openalex.org/W1978394996", + "https://openalex.org/W1979648751", + "https://openalex.org/W1980776671", + "https://openalex.org/W1983078185", + "https://openalex.org/W1986913017", + "https://openalex.org/W1988711048", + "https://openalex.org/W1989568037", + "https://openalex.org/W1989738209", + "https://openalex.org/W1993657037", + "https://openalex.org/W1993934121", + "https://openalex.org/W1995014490", + "https://openalex.org/W2001664274", + "https://openalex.org/W2002675557", + "https://openalex.org/W2002857471", + "https://openalex.org/W2003436527", + "https://openalex.org/W2004180556", + "https://openalex.org/W2004871537", + "https://openalex.org/W2005422315", + "https://openalex.org/W2005758492", + "https://openalex.org/W2006119904", + "https://openalex.org/W2006187024", + "https://openalex.org/W2007395264", + "https://openalex.org/W2007512902", + "https://openalex.org/W2008931716", + "https://openalex.org/W2009190245", + "https://openalex.org/W2010652031", + "https://openalex.org/W2013657661", + "https://openalex.org/W2015267443", + "https://openalex.org/W2015518873", + "https://openalex.org/W2017867386", + "https://openalex.org/W2019778169", + "https://openalex.org/W2020316999", + "https://openalex.org/W2025451713", + "https://openalex.org/W2029609769", + "https://openalex.org/W2033751006", + "https://openalex.org/W2035754578", + "https://openalex.org/W2040424159", + "https://openalex.org/W2041726831", + "https://openalex.org/W2043909051", + "https://openalex.org/W2045812729", + "https://openalex.org/W2047031127", + "https://openalex.org/W2049384587", + "https://openalex.org/W2053463056", + "https://openalex.org/W2058982198", + "https://openalex.org/W2059019405", + "https://openalex.org/W2060216474", + "https://openalex.org/W2060476676", + "https://openalex.org/W2060704583", + "https://openalex.org/W2062847911", + "https://openalex.org/W2062914707", + "https://openalex.org/W2063198646", + "https://openalex.org/W2063862666", + "https://openalex.org/W2064580901", + "https://openalex.org/W2065010255", + "https://openalex.org/W2065747622", + "https://openalex.org/W2066462377", + "https://openalex.org/W2071415686", + "https://openalex.org/W2071664212", + "https://openalex.org/W2076008912", + "https://openalex.org/W2077777431", + "https://openalex.org/W2080251601", + "https://openalex.org/W2084044465", + "https://openalex.org/W2085302848", + "https://openalex.org/W2085989833", + "https://openalex.org/W2087609354", + "https://openalex.org/W2088658068", + "https://openalex.org/W2092134162", + "https://openalex.org/W2092488901", + "https://openalex.org/W2092689128", + "https://openalex.org/W2093098531", + "https://openalex.org/W2094934653", + "https://openalex.org/W2096152098", + "https://openalex.org/W2096411881", + "https://openalex.org/W2097089247", + "https://openalex.org/W2097847889", + "https://openalex.org/W2101154521", + "https://openalex.org/W2104808840", + "https://openalex.org/W2106365165", + "https://openalex.org/W2107008379", + "https://openalex.org/W2107827038", + "https://openalex.org/W2110224739", + "https://openalex.org/W2114535528", + "https://openalex.org/W2125776553", + "https://openalex.org/W2126502509", + "https://openalex.org/W2126631147", + "https://openalex.org/W2126850915", + "https://openalex.org/W2127994451", + "https://openalex.org/W2130337399", + "https://openalex.org/W2132315067", + "https://openalex.org/W2133890944", + "https://openalex.org/W2135276756", + "https://openalex.org/W2139578439", + "https://openalex.org/W2140785063", + "https://openalex.org/W2140956226", + "https://openalex.org/W2142515059", + "https://openalex.org/W2145036943", + "https://openalex.org/W2145296344", + "https://openalex.org/W2146888100", + "https://openalex.org/W2147152072", + "https://openalex.org/W2149684865", + "https://openalex.org/W2151801809", + "https://openalex.org/W2153211312", + "https://openalex.org/W2153962014", + "https://openalex.org/W2158738673", + "https://openalex.org/W2165612380", + "https://openalex.org/W2169384781", + "https://openalex.org/W2170654002", + "https://openalex.org/W2172142456", + "https://openalex.org/W2174678383", + "https://openalex.org/W2435251607", + "https://openalex.org/W2561675875", + "https://openalex.org/W2798573942", + "https://openalex.org/W2915186198", + "https://openalex.org/W2949696181", + "https://openalex.org/W2952299822", + "https://openalex.org/W2953123431", + "https://openalex.org/W3042893949", + "https://openalex.org/W3157411736", + "https://openalex.org/W4205241946", + "https://openalex.org/W4240008182", + "https://openalex.org/W4249379282", + "https://openalex.org/W4285719527", + "https://openalex.org/W6604296810", + "https://openalex.org/W6614676750", + "https://openalex.org/W6629232668", + "https://openalex.org/W6630268012", + "https://openalex.org/W6631307659", + "https://openalex.org/W6632118081", + "https://openalex.org/W6633640926", + "https://openalex.org/W6635379667", + "https://openalex.org/W6635548358", + "https://openalex.org/W6636628491", + "https://openalex.org/W6638423001", + "https://openalex.org/W6641777427", + "https://openalex.org/W6643036076", + "https://openalex.org/W6644484350", + "https://openalex.org/W6666817399", + "https://openalex.org/W6673691841", + "https://openalex.org/W6673781366", + "https://openalex.org/W6679004887", + "https://openalex.org/W6679453733", + "https://openalex.org/W6681835404", + "https://openalex.org/W6682342947", + "https://openalex.org/W6738852829", + "https://openalex.org/W6792154874", + "https://openalex.org/W6794861161", + "https://openalex.org/W7046466245", + "https://openalex.org/W7064660697" + ], + "related_works": [ + "https://openalex.org/W2360898036", + "https://openalex.org/W2390857744", + "https://openalex.org/W2133651098", + "https://openalex.org/W2390698788", + "https://openalex.org/W2383063829", + "https://openalex.org/W2138922887", + "https://openalex.org/W2082678934", + "https://openalex.org/W2035261173", + "https://openalex.org/W2106892947", + "https://openalex.org/W2237299843" + ], + "abstract_inverted_index": { + "The": [ + 0, + 74 + ], + "automated": [ + 1 + ], + "categorization": [ + 2, + 122 + ], + "(or": [ + 3 + ], + "classification)": [ + 4 + ], + "of": [ + 5, + 25, + 66, + 71, + 76, + 89, + 104 + ], + "texts": [ + 6 + ], + "into": [ + 7 + ], + "predefined": [ + 8 + ], + "categories": [ + 9 + ], + "has": [ + 10 + ], + "witnessed": [ + 11 + ], + "a": [ + 12, + 53, + 59, + 64, + 90, + 96 + ], + "booming": [ + 13 + ], + "interest": [ + 14 + ], + "in": [ + 15, + 27, + 85, + 102, + 133 + ], + "the": [ + 16, + 22, + 31, + 38, + 41, + 69, + 72, + 80, + 86, + 117, + 126 + ], + "last": [ + 17 + ], + "10": [ + 18 + ], + "years,": [ + 19 + ], + "due": [ + 20 + ], + "to": [ + 21, + 34, + 44, + 111, + 120, + 137 + ], + "increased": [ + 23 + ], + "availability": [ + 24 + ], + "documents": [ + 26 + ], + "digital": [ + 28 + ], + "form": [ + 29 + ], + "and": [ + 30, + 108, + 146 + ], + "ensuing": [ + 32 + ], + "need": [ + 33 + ], + "organize": [ + 35 + ], + "them.": [ + 36 + ], + "In": [ + 37 + ], + "research": [ + 39 + ], + "community": [ + 40 + ], + "dominant": [ + 42 + ], + "approach": [ + 43, + 78, + 83 + ], + "this": [ + 45, + 77 + ], + "problem": [ + 46 + ], + "is": [ + 47 + ], + "based": [ + 48 + ], + "on": [ + 49 + ], + "machine": [ + 50, + 127 + ], + "learning": [ + 51, + 128 + ], + "techniques:": [ + 52 + ], + "general": [ + 54 + ], + "inductive": [ + 55 + ], + "process": [ + 56 + ], + "automatically": [ + 57 + ], + "builds": [ + 58 + ], + "classifier": [ + 60, + 91, + 144, + 147 + ], + "by": [ + 61, + 92 + ], + "learning,": [ + 62 + ], + "from": [ + 63 + ], + "set": [ + 65 + ], + "preclassified": [ + 67 + ], + "documents,": [ + 68 + ], + "characteristics": [ + 70 + ], + "categories.": [ + 73 + ], + "advantages": [ + 75 + ], + "over": [ + 79 + ], + "knowledge": [ + 81 + ], + "engineering": [ + 82 + ], + "(consisting": [ + 84 + ], + "manual": [ + 87 + ], + "definition": [ + 88 + ], + "domain": [ + 93 + ], + "experts)": [ + 94 + ], + "are": [ + 95 + ], + "very": [ + 97 + ], + "good": [ + 98 + ], + "effectiveness,": [ + 99 + ], + "considerable": [ + 100 + ], + "savings": [ + 101 + ], + "terms": [ + 103 + ], + "expert": [ + 105 + ], + "labor": [ + 106 + ], + "power,": [ + 107 + ], + "straightforward": [ + 109 + ], + "portability": [ + 110 + ], + "different": [ + 112, + 139 + ], + "domains.": [ + 113 + ], + "This": [ + 114 + ], + "survey": [ + 115 + ], + "discusses": [ + 116 + ], + "main": [ + 118 + ], + "approaches": [ + 119 + ], + "text": [ + 121 + ], + "that": [ + 123 + ], + "fall": [ + 124 + ], + "within": [ + 125 + ], + "paradigm.": [ + 129 + ], + "We": [ + 130 + ], + "will": [ + 131 + ], + "discuss": [ + 132 + ], + "detail": [ + 134 + ], + "issues": [ + 135 + ], + "pertaining": [ + 136 + ], + "three": [ + 138 + ], + "problems,": [ + 140 + ], + "namely,": [ + 141 + ], + "document": [ + 142 + ], + "representation,": [ + 143 + ], + "construction,": [ + 145 + ], + "evaluation.": [ + 148 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 43 + }, + { + "year": 2025, + "cited_by_count": 154 + }, + { + "year": 2024, + "cited_by_count": 162 + }, + { + "year": 2023, + "cited_by_count": 189 + }, + { + "year": 2022, + "cited_by_count": 208 + }, + { + "year": 2021, + "cited_by_count": 255 + }, + { + "year": 2020, + "cited_by_count": 387 + }, + { + "year": 2019, + "cited_by_count": 377 + }, + { + "year": 2018, + "cited_by_count": 423 + }, + { + "year": 2017, + "cited_by_count": 392 + }, + { + "year": 2016, + "cited_by_count": 423 + }, + { + "year": 2015, + "cited_by_count": 449 + }, + { + "year": 2014, + "cited_by_count": 482 + }, + { + "year": 2013, + "cited_by_count": 433 + }, + { + "year": 2012, + "cited_by_count": 433 + } + ], + "updated_date": "2026-05-28T09:10:13.091523", + "created_date": "2021-02-01T00:00:00" + }, + { + "id": "https://openalex.org/W1504694836", + "doi": null, + "title": "Programs for Machine Learning", + "display_name": "Programs for Machine Learning", + "relevance_score": 5950.4067, + "publication_year": 1994, + "publication_date": "1994-01-01", + "ids": { + "openalex": "https://openalex.org/W1504694836", + "mag": "1504694836" + }, + "language": "en", + "primary_location": { + "id": "mag:1504694836", + "is_oa": false, + "landing_page_url": null, + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": null + }, + "type": "article", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5010384159", + "display_name": "Steven L. Salzberg", + "orcid": "https://orcid.org/0000-0002-8859-7432" + }, + "institutions": [ + { + "id": "https://openalex.org/I145311948", + "display_name": "Johns Hopkins University", + "ror": "https://ror.org/00za53h95", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I145311948" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Steven L. Salzberg", + "raw_affiliation_strings": [ + "Johns Hopkins University (" + ], + "raw_orcid": "https://orcid.org/0000-0002-8859-7432", + "affiliations": [ + { + "raw_affiliation_string": "Johns Hopkins University (", + "institution_ids": [ + "https://openalex.org/I145311948" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5071525910", + "display_name": "Alberto M. Segre", + "orcid": "https://orcid.org/0000-0002-8886-6559" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Alberto M. Segre", + "raw_affiliation_strings": [], + "raw_orcid": "https://orcid.org/0000-0002-8886-6559", + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5010384159" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I145311948" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 107.5137, + "has_fulltext": false, + "cited_by_count": 5804, + "citation_normalized_percentile": { + "value": 0.9997644, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10538", + "display_name": "Data Mining Algorithms and Applications", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1710", + "display_name": "Information Systems" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10538", + "display_name": "Data Mining Algorithms and Applications", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1710", + "display_name": "Information Systems" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9908999800682068, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11063", + "display_name": "Rough Sets and Fuzzy Logic", + "score": 0.9908000230789185, + "subfield": { + "id": "https://openalex.org/subfields/1703", + "display_name": "Computational Theory and Mathematics" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/successor-cardinal", + "display_name": "Successor cardinal", + "score": 0.7589357495307922 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6884413957595825 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6734851002693176 + }, + { + "id": "https://openalex.org/keywords/decision-tree", + "display_name": "Decision tree", + "score": 0.6281428337097168 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6256998777389526 + }, + { + "id": "https://openalex.org/keywords/subject", + "display_name": "Subject (documents)", + "score": 0.5763391256332397 + }, + { + "id": "https://openalex.org/keywords/id3-algorithm", + "display_name": "ID3 algorithm", + "score": 0.5538088083267212 + }, + { + "id": "https://openalex.org/keywords/decision-tree-learning", + "display_name": "Decision tree learning", + "score": 0.2895125150680542 + }, + { + "id": "https://openalex.org/keywords/incremental-decision-tree", + "display_name": "Incremental decision tree", + "score": 0.1487756371498108 + }, + { + "id": "https://openalex.org/keywords/world-wide-web", + "display_name": "World Wide Web", + "score": 0.12600353360176086 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.1005239188671112 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C75306776", + "wikidata": "https://www.wikidata.org/wiki/Q7632662", + "display_name": "Successor cardinal", + "level": 2, + "score": 0.7589357495307922 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6884413957595825 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6734851002693176 + }, + { + "id": "https://openalex.org/C84525736", + "wikidata": "https://www.wikidata.org/wiki/Q831366", + "display_name": "Decision tree", + "level": 2, + "score": 0.6281428337097168 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6256998777389526 + }, + { + "id": "https://openalex.org/C2777855551", + "wikidata": "https://www.wikidata.org/wiki/Q12310021", + "display_name": "Subject (documents)", + "level": 2, + "score": 0.5763391256332397 + }, + { + "id": "https://openalex.org/C183931066", + "wikidata": "https://www.wikidata.org/wiki/Q1653378", + "display_name": "ID3 algorithm", + "level": 5, + "score": 0.5538088083267212 + }, + { + "id": "https://openalex.org/C5481197", + "wikidata": "https://www.wikidata.org/wiki/Q16766476", + "display_name": "Decision tree learning", + "level": 3, + "score": 0.2895125150680542 + }, + { + "id": "https://openalex.org/C10229987", + "wikidata": "https://www.wikidata.org/wiki/Q17083028", + "display_name": "Incremental decision tree", + "level": 4, + "score": 0.1487756371498108 + }, + { + "id": "https://openalex.org/C136764020", + "wikidata": "https://www.wikidata.org/wiki/Q466", + "display_name": "World Wide Web", + "level": 1, + "score": 0.12600353360176086 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.1005239188671112 + }, + { + "id": "https://openalex.org/C134306372", + "wikidata": "https://www.wikidata.org/wiki/Q7754", + "display_name": "Mathematical analysis", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "mag:1504694836", + "is_oa": false, + "landing_page_url": null, + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "display_name": "Peace, Justice and strong institutions", + "score": 0.5799999833106995, + "id": "https://metadata.un.org/sdg/16" + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 6, + "referenced_works": [ + "https://openalex.org/W1534707631", + "https://openalex.org/W1573640198", + "https://openalex.org/W1594031697", + "https://openalex.org/W1604329830", + "https://openalex.org/W2149706766", + "https://openalex.org/W3085162807" + ], + "related_works": [ + "https://openalex.org/W3120740533", + "https://openalex.org/W2966207845", + "https://openalex.org/W2912934387", + "https://openalex.org/W2911964244", + "https://openalex.org/W2156909104", + "https://openalex.org/W2149706766", + "https://openalex.org/W2147169507", + "https://openalex.org/W2140190241", + "https://openalex.org/W2136000097", + "https://openalex.org/W2133990480", + "https://openalex.org/W2125055259", + "https://openalex.org/W2123504579", + "https://openalex.org/W2112076978", + "https://openalex.org/W2084812512", + "https://openalex.org/W1988790447", + "https://openalex.org/W1912123407", + "https://openalex.org/W1670263352", + "https://openalex.org/W1594031697", + "https://openalex.org/W1585743408", + "https://openalex.org/W1570448133" + ], + "abstract_inverted_index": { + "Algorithms": [ + 0 + ], + "for": [ + 1, + 64, + 87 + ], + "constructing": [ + 2 + ], + "decision": [ + 3, + 20, + 68 + ], + "trees": [ + 4, + 69 + ], + "are": [ + 5, + 31 + ], + "among": [ + 6 + ], + "the": [ + 7, + 33, + 37, + 49, + 104, + 117 + ], + "most": [ + 8, + 34, + 61 + ], + "well": [ + 9 + ], + "known": [ + 10 + ], + "and": [ + 11, + 27, + 43, + 122 + ], + "widely": [ + 12 + ], + "used": [ + 13 + ], + "of": [ + 14, + 51, + 99, + 119 + ], + "all": [ + 15 + ], + "machine": [ + 16, + 38 + ], + "learning": [ + 17, + 39 + ], + "methods.": [ + 18 + ], + "Among": [ + 19 + ], + "tree": [ + 21 + ], + "algorithms,": [ + 22 + ], + "J.": [ + 23 + ], + "Ross": [ + 24 + ], + "Quinlan's": [ + 25, + 72 + ], + "ID3": [ + 26 + ], + "its": [ + 28 + ], + "successor,": [ + 29 + ], + "C4.5,": [ + 30 + ], + "probably": [ + 32 + ], + "popular": [ + 35 + ], + "in": [ + 36 + ], + "community.": [ + 40 + ], + "These": [ + 41 + ], + "algorithms": [ + 42 + ], + "variations": [ + 44 + ], + "on": [ + 45 + ], + "them": [ + 46 + ], + "have": [ + 47 + ], + "been": [ + 48 + ], + "subject": [ + 50 + ], + "numerous": [ + 52 + ], + "research": [ + 53 + ], + "papers": [ + 54 + ], + "since": [ + 55 + ], + "Quinlan": [ + 56, + 90 + ], + "introduced": [ + 57 + ], + "ID3.": [ + 58 + ], + "Until": [ + 59 + ], + "recently,": [ + 60 + ], + "researchers": [ + 62, + 121 + ], + "looking": [ + 63 + ], + "an": [ + 65 + ], + "introduction": [ + 66 + ], + "to": [ + 67, + 71, + 116 + ], + "turned": [ + 70 + ], + "seminal": [ + 73 + ], + "1986": [ + 74 + ], + "Machine": [ + 75, + 88 + ], + "Learning": [ + 76 + ], + "journal": [ + 77 + ], + "article": [ + 78 + ], + "[Quinlan,": [ + 79 + ], + "1986].": [ + 80 + ], + "In": [ + 81 + ], + "his": [ + 82, + 100 + ], + "new": [ + 83 + ], + "book,": [ + 84 + ], + "C4.5:": [ + 85 + ], + "Programs": [ + 86 + ], + "Learning,": [ + 89 + ], + "has": [ + 91 + ], + "put": [ + 92 + ], + "together": [ + 93 + ], + "a": [ + 94, + 113 + ], + "definitive,": [ + 95 + ], + "much": [ + 96 + ], + "needed": [ + 97 + ], + "description": [ + 98 + ], + "complete": [ + 101 + ], + "system,": [ + 102 + ], + "including": [ + 103 + ], + "latest": [ + 105 + ], + "developments.": [ + 106 + ], + "As": [ + 107 + ], + "such,": [ + 108 + ], + "this": [ + 109 + ], + "book": [ + 110 + ], + "will": [ + 111 + ], + "be": [ + 112 + ], + "welcome": [ + 114 + ], + "addition": [ + 115 + ], + "library": [ + 118 + ], + "many": [ + 120 + ], + "students.": [ + 123 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 11 + }, + { + "year": 2024, + "cited_by_count": 25 + }, + { + "year": 2023, + "cited_by_count": 36 + }, + { + "year": 2022, + "cited_by_count": 48 + }, + { + "year": 2021, + "cited_by_count": 153 + }, + { + "year": 2020, + "cited_by_count": 167 + }, + { + "year": 2019, + "cited_by_count": 143 + }, + { + "year": 2018, + "cited_by_count": 160 + }, + { + "year": 2017, + "cited_by_count": 145 + }, + { + "year": 2016, + "cited_by_count": 190 + }, + { + "year": 2015, + "cited_by_count": 311 + }, + { + "year": 2014, + "cited_by_count": 283 + }, + { + "year": 2013, + "cited_by_count": 321 + }, + { + "year": 2012, + "cited_by_count": 284 + } + ], + "updated_date": "2026-04-26T08:31:28.666265", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2271840356", + "doi": "https://doi.org/10.48550/arxiv.1603.04467", + "title": "TensorFlow: Large-Scale Machine Learning on Heterogeneous Distributed Systems", + "display_name": "TensorFlow: Large-Scale Machine Learning on Heterogeneous Distributed Systems", + "relevance_score": 5950.2344, + "publication_year": 2016, + "publication_date": "2016-03-14", + "ids": { + "openalex": "https://openalex.org/W2271840356", + "doi": "https://doi.org/10.48550/arxiv.1603.04467", + "mag": "2271840356" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:arXiv.org:1603.04467", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1603.04467", + "pdf_url": "https://arxiv.org/pdf/1603.04467", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "type": "preprint", + "indexed_in": [ + "arxiv", + "datacite" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1603.04467", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5109387322", + "display_name": "Martı́n Abadi", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "Abadi, Martín", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5027820479", + "display_name": "Ashish Agarwal", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Agarwal, Ashish", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5110193634", + "display_name": "Paul Barham", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Barham, Paul", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5047736127", + "display_name": "Eugene Brevdo", + "orcid": "https://orcid.org/0009-0005-7965-3534" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Brevdo, Eugene", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5100715424", + "display_name": "Zhifeng Chen", + "orcid": "https://orcid.org/0000-0001-8631-2424" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Chen, Zhifeng", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5069624169", + "display_name": "Craig Citro", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Citro, Craig", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5066927687", + "display_name": "Gregory S. Corrado", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Corrado, Greg S.", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5068599616", + "display_name": "Andy Davis", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Davis, Andy", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5043872671", + "display_name": "Jay B. Dean", + "orcid": "https://orcid.org/0000-0003-1362-0500" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Dean, Jeffrey", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5004386681", + "display_name": "Matthieu Devin", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Devin, Matthieu", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5012998255", + "display_name": "Sanjay Ghemawat", + "orcid": "https://orcid.org/0009-0005-6843-3093" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Ghemawat, Sanjay", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5004271128", + "display_name": "Ian Goodfellow", + "orcid": "https://orcid.org/0000-0003-3937-2322" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Goodfellow, Ian", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5064042510", + "display_name": "Andrew Harp", + "orcid": "https://orcid.org/0000-0002-4836-7878" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Harp, Andrew", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5029611587", + "display_name": "Geoffrey Irving", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Irving, Geoffrey", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5089543053", + "display_name": "Michael Isard", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Isard, Michael", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5110220840", + "display_name": "Yangqing Jia", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Jia, Yangqing", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5067370075", + "display_name": "Rafał Józefowicz", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Jozefowicz, Rafal", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5031789995", + "display_name": "Łukasz Kaiser", + "orcid": "https://orcid.org/0000-0003-1092-6010" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Kaiser, Lukasz", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5000650022", + "display_name": "Manjunath Kudlur", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Kudlur, Manjunath", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5009510257", + "display_name": "Josh Levenberg", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Levenberg, Josh", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5045113162", + "display_name": "Dan Mané", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Mane, Dan", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5024140027", + "display_name": "Rajat Monga", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Monga, Rajat", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5063771762", + "display_name": "Sherry Moore", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Moore, Sherry", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5067335143", + "display_name": "Derek G. Murray", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Murray, Derek", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5039751155", + "display_name": "Chris Olah", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Olah, Chris", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5113452656", + "display_name": "Mike Schuster", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Schuster, Mike", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5032356827", + "display_name": "Jonathon Shlens", + "orcid": "https://orcid.org/0000-0001-9513-4244" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Shlens, Jonathon", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5028992619", + "display_name": "Benoit Steiner", + "orcid": "https://orcid.org/0000-0002-5767-4976" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Steiner, Benoit", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5006446297", + "display_name": "Ilya Sutskever", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Sutskever, Ilya", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5080065269", + "display_name": "Kunal Talwar", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Talwar, Kunal", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5016586245", + "display_name": "Paul A. Tucker", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Tucker, Paul", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5013813527", + "display_name": "Vincent Vanhoucke", + "orcid": "https://orcid.org/0000-0003-0544-2791" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Vanhoucke, Vincent", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5004650249", + "display_name": "Vijay Vasudevan", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Vasudevan, Vijay", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5059594867", + "display_name": "Fernanda Viégas", + "orcid": "https://orcid.org/0000-0002-4951-4008" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Viegas, Fernanda", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5003562101", + "display_name": "Oriol Vinyals", + "orcid": "https://orcid.org/0000-0001-7848-7283" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Vinyals, Oriol", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5014405928", + "display_name": "Pete Warden", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Warden, Pete", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5039276358", + "display_name": "Martin Wattenberg", + "orcid": "https://orcid.org/0000-0003-0904-4862" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Wattenberg, Martin", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5080764662", + "display_name": "Martin Wicke", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Wicke, Martin", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5104075606", + "display_name": "Yuan Yu", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Yu, Yuan", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5102988664", + "display_name": "Xiaoqiang Zheng", + "orcid": "https://orcid.org/0000-0001-5151-8561" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Zheng, Xiaoqiang", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 40, + "corresponding_author_ids": [ + "https://openalex.org/A5109387322" + ], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": null, + "has_fulltext": false, + "cited_by_count": 9772, + "citation_normalized_percentile": null, + "cited_by_percentile_year": null, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10054", + "display_name": "Parallel Computing and Optimization Techniques", + "score": 0.9970999956130981, + "subfield": { + "id": "https://openalex.org/subfields/1708", + "display_name": "Hardware and Architecture" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10054", + "display_name": "Parallel Computing and Optimization Techniques", + "score": 0.9970999956130981, + "subfield": { + "id": "https://openalex.org/subfields/1708", + "display_name": "Hardware and Architecture" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10101", + "display_name": "Cloud Computing and Resource Management", + "score": 0.9958999752998352, + "subfield": { + "id": "https://openalex.org/subfields/1710", + "display_name": "Information Systems" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11986", + "display_name": "Scientific Computing and Data Management", + "score": 0.9957000017166138, + "subfield": { + "id": "https://openalex.org/subfields/1802", + "display_name": "Information Systems and Management" + }, + "field": { + "id": "https://openalex.org/fields/18", + "display_name": "Decision Sciences" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/scale", + "display_name": "Scale (ratio)", + "score": 0.6250410079956055 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.5916432738304138 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.463681161403656 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.3644576668739319 + }, + { + "id": "https://openalex.org/keywords/distributed-computing", + "display_name": "Distributed computing", + "score": 0.36219537258148193 + }, + { + "id": "https://openalex.org/keywords/geography", + "display_name": "Geography", + "score": 0.11677020788192749 + }, + { + "id": "https://openalex.org/keywords/cartography", + "display_name": "Cartography", + "score": 0.11492305994033813 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2778755073", + "wikidata": "https://www.wikidata.org/wiki/Q10858537", + "display_name": "Scale (ratio)", + "level": 2, + "score": 0.6250410079956055 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.5916432738304138 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.463681161403656 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.3644576668739319 + }, + { + "id": "https://openalex.org/C120314980", + "wikidata": "https://www.wikidata.org/wiki/Q180634", + "display_name": "Distributed computing", + "level": 1, + "score": 0.36219537258148193 + }, + { + "id": "https://openalex.org/C205649164", + "wikidata": "https://www.wikidata.org/wiki/Q1071", + "display_name": "Geography", + "level": 0, + "score": 0.11677020788192749 + }, + { + "id": "https://openalex.org/C58640448", + "wikidata": "https://www.wikidata.org/wiki/Q42515", + "display_name": "Cartography", + "level": 1, + "score": 0.11492305994033813 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "pmh:oai:arXiv.org:1603.04467", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1603.04467", + "pdf_url": "https://arxiv.org/pdf/1603.04467", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "doi:10.48550/arxiv.1603.04467", + "is_oa": true, + "landing_page_url": "https://doi.org/10.48550/arxiv.1603.04467", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1603.04467", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1603.04467", + "pdf_url": "https://arxiv.org/pdf/1603.04467", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "sustainable_development_goals": [ + { + "display_name": "Quality Education", + "score": 0.5299999713897705, + "id": "https://metadata.un.org/sdg/4" + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 42, + "referenced_works": [ + "https://openalex.org/W1442374986", + "https://openalex.org/W1484210532", + "https://openalex.org/W1487337216", + "https://openalex.org/W1498436455", + "https://openalex.org/W1526734559", + "https://openalex.org/W1548328233", + "https://openalex.org/W1598866093", + "https://openalex.org/W1614298861", + "https://openalex.org/W1658008008", + "https://openalex.org/W1667652561", + "https://openalex.org/W1738019091", + "https://openalex.org/W1827297289", + "https://openalex.org/W1869752048", + "https://openalex.org/W1947291763", + "https://openalex.org/W1978660892", + "https://openalex.org/W1978924650", + "https://openalex.org/W2002257715", + "https://openalex.org/W2016053056", + "https://openalex.org/W2017351599", + "https://openalex.org/W2032036568", + "https://openalex.org/W2035424729", + "https://openalex.org/W2055312318", + "https://openalex.org/W2064675550", + "https://openalex.org/W2082171780", + "https://openalex.org/W2097117768", + "https://openalex.org/W2100830825", + "https://openalex.org/W2123024445", + "https://openalex.org/W2130942839", + "https://openalex.org/W2131975293", + "https://openalex.org/W2138243089", + "https://openalex.org/W2141992894", + "https://openalex.org/W2146757372", + "https://openalex.org/W2155893237", + "https://openalex.org/W2160815625", + "https://openalex.org/W2168231600", + "https://openalex.org/W2171532807", + "https://openalex.org/W2181607856", + "https://openalex.org/W2253807446", + "https://openalex.org/W2507756961", + "https://openalex.org/W2949117887", + "https://openalex.org/W2950789693", + "https://openalex.org/W2951781666" + ], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W3046775127", + "https://openalex.org/W3107602296", + "https://openalex.org/W3170094116", + "https://openalex.org/W4386462264", + "https://openalex.org/W4364306694", + "https://openalex.org/W4312192474", + "https://openalex.org/W4283697347", + "https://openalex.org/W4210805261" + ], + "abstract_inverted_index": { + "TensorFlow": [ + 0, + 20, + 138, + 153 + ], + "is": [ + 1, + 65 + ], + "an": [ + 2, + 10, + 141, + 162 + ], + "interface": [ + 3, + 139, + 145 + ], + "for": [ + 4, + 12, + 83, + 93, + 97 + ], + "expressing": [ + 5 + ], + "machine": [ + 6, + 99 + ], + "learning": [ + 7, + 100 + ], + "algorithms,": [ + 8, + 77 + ], + "and": [ + 9, + 43, + 54, + 67, + 80, + 88, + 96, + 113, + 130, + 140, + 155, + 173 + ], + "implementation": [ + 11, + 142, + 158 + ], + "executing": [ + 13 + ], + "such": [ + 14, + 40, + 59 + ], + "algorithms.": [ + 15 + ], + "A": [ + 16 + ], + "computation": [ + 17 + ], + "expressed": [ + 18 + ], + "using": [ + 19 + ], + "can": [ + 21, + 68 + ], + "be": [ + 22, + 69 + ], + "executed": [ + 23 + ], + "with": [ + 24 + ], + "little": [ + 25 + ], + "or": [ + 26 + ], + "no": [ + 27 + ], + "change": [ + 28 + ], + "on": [ + 29 + ], + "a": [ + 30, + 73, + 107, + 156 + ], + "wide": [ + 31, + 74 + ], + "variety": [ + 32, + 75 + ], + "of": [ + 33, + 50, + 52, + 56, + 76, + 110, + 143 + ], + "heterogeneous": [ + 34 + ], + "systems,": [ + 35 + ], + "ranging": [ + 36 + ], + "from": [ + 37 + ], + "mobile": [ + 38 + ], + "devices": [ + 39, + 58 + ], + "as": [ + 41, + 60, + 161 + ], + "phones": [ + 42 + ], + "tablets": [ + 44 + ], + "up": [ + 45 + ], + "to": [ + 46, + 71 + ], + "large-scale": [ + 47 + ], + "distributed": [ + 48 + ], + "systems": [ + 49, + 101 + ], + "hundreds": [ + 51 + ], + "machines": [ + 53 + ], + "thousands": [ + 55 + ], + "computational": [ + 57, + 131 + ], + "GPU": [ + 61 + ], + "cards.": [ + 62 + ], + "The": [ + 63, + 152 + ], + "system": [ + 64 + ], + "flexible": [ + 66 + ], + "used": [ + 70, + 92 + ], + "express": [ + 72 + ], + "including": [ + 78, + 116 + ], + "training": [ + 79 + ], + "inference": [ + 81 + ], + "algorithms": [ + 82 + ], + "deep": [ + 84 + ], + "neural": [ + 85 + ], + "network": [ + 86 + ], + "models,": [ + 87 + ], + "it": [ + 89 + ], + "has": [ + 90 + ], + "been": [ + 91 + ], + "conducting": [ + 94 + ], + "research": [ + 95 + ], + "deploying": [ + 98 + ], + "into": [ + 102 + ], + "production": [ + 103 + ], + "across": [ + 104 + ], + "more": [ + 105 + ], + "than": [ + 106 + ], + "dozen": [ + 108 + ], + "areas": [ + 109 + ], + "computer": [ + 111, + 119 + ], + "science": [ + 112 + ], + "other": [ + 114 + ], + "fields,": [ + 115 + ], + "speech": [ + 117 + ], + "recognition,": [ + 118 + ], + "vision,": [ + 120 + ], + "robotics,": [ + 121 + ], + "information": [ + 122, + 128 + ], + "retrieval,": [ + 123 + ], + "natural": [ + 124 + ], + "language": [ + 125 + ], + "processing,": [ + 126 + ], + "geographic": [ + 127 + ], + "extraction,": [ + 129 + ], + "drug": [ + 132 + ], + "discovery.": [ + 133 + ], + "This": [ + 134 + ], + "paper": [ + 135 + ], + "describes": [ + 136 + ], + "the": [ + 137, + 166 + ], + "that": [ + 144, + 146 + ], + "we": [ + 147 + ], + "have": [ + 148 + ], + "built": [ + 149 + ], + "at": [ + 150, + 176 + ], + "Google.": [ + 151 + ], + "API": [ + 154 + ], + "reference": [ + 157 + ], + "were": [ + 159 + ], + "released": [ + 160 + ], + "open-source": [ + 163 + ], + "package": [ + 164 + ], + "under": [ + 165 + ], + "Apache": [ + 167 + ], + "2.0": [ + 168 + ], + "license": [ + 169 + ], + "in": [ + 170 + ], + "November,": [ + 171 + ], + "2015": [ + 172 + ], + "are": [ + 174 + ], + "available": [ + 175 + ], + "www.tensorflow.org.": [ + 177 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 34 + }, + { + "year": 2025, + "cited_by_count": 298 + }, + { + "year": 2024, + "cited_by_count": 727 + }, + { + "year": 2023, + "cited_by_count": 903 + }, + { + "year": 2022, + "cited_by_count": 846 + }, + { + "year": 2021, + "cited_by_count": 1496 + }, + { + "year": 2020, + "cited_by_count": 1433 + }, + { + "year": 2019, + "cited_by_count": 1315 + }, + { + "year": 2018, + "cited_by_count": 1564 + }, + { + "year": 2017, + "cited_by_count": 996 + }, + { + "year": 2016, + "cited_by_count": 156 + }, + { + "year": 2015, + "cited_by_count": 2 + }, + { + "year": 2014, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2402144811", + "doi": "https://doi.org/10.5555/3026877.3026899", + "title": "TensorFlow: a system for large-scale machine learning", + "display_name": "TensorFlow: a system for large-scale machine learning", + "relevance_score": 5234.945, + "publication_year": 2016, + "publication_date": "2016-11-02", + "ids": { + "openalex": "https://openalex.org/W2402144811", + "doi": "https://doi.org/10.5555/3026877.3026899", + "mag": "2402144811" + }, + "language": "en", + "primary_location": { + "id": "mag:2402144811", + "is_oa": false, + "landing_page_url": "https://www.usenix.org/system/files/conference/osdi16/osdi16-abadi.pdf", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306420647", + "display_name": "Operating Systems Design and Implementation", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "conference" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": false, + "raw_source_name": "Operating Systems Design and Implementation", + "raw_type": null + }, + "type": "article", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5109387322", + "display_name": "Martı́n Abadi", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Martı́n Abadi", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5110193634", + "display_name": "Paul Barham", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Paul Barham", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5100665512", + "display_name": "Jianmin Chen", + "orcid": "https://orcid.org/0000-0001-5859-3070" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Jianmin Chen", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": "https://orcid.org/0000-0001-5859-3070", + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5100715421", + "display_name": "Zhifeng Chen", + "orcid": "https://orcid.org/0000-0001-5137-1344" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Zhifeng Chen", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": "https://orcid.org/0000-0001-5137-1344", + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5068599616", + "display_name": "Andy Davis", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Andy Davis", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5043872671", + "display_name": "Jay B. Dean", + "orcid": "https://orcid.org/0000-0003-1362-0500" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Jay B. Dean", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": "https://orcid.org/0000-0003-1362-0500", + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5004386681", + "display_name": "Matthieu Devin", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Matthieu Devin", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5012998255", + "display_name": "Sanjay Ghemawat", + "orcid": "https://orcid.org/0009-0005-6843-3093" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Sanjay Ghemawat", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": "https://orcid.org/0009-0005-6843-3093", + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5029611587", + "display_name": "Geoffrey Irving", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Geoffrey Irving", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5089543053", + "display_name": "Michael Isard", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Michael Isard", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5000650022", + "display_name": "Manjunath Kudlur", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Manjunath Kudlur", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5009510257", + "display_name": "Josh Levenberg", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Josh Levenberg", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5024140027", + "display_name": "Rajat Monga", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Rajat Monga", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5063771762", + "display_name": "Sherry Moore", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Sherry Moore", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5067335143", + "display_name": "Derek G. Murray", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Derek G. Murray", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5028992619", + "display_name": "Benoit Steiner", + "orcid": "https://orcid.org/0000-0002-5767-4976" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Benoit Steiner", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": "https://orcid.org/0000-0002-5767-4976", + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5016586245", + "display_name": "Paul A. Tucker", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Paul A. Tucker", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5004650249", + "display_name": "Vijay Vasudevan", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Vijay Vasudevan", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5014405928", + "display_name": "Pete Warden", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Pete Warden", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5080764662", + "display_name": "Martin Wicke", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Martin Wicke", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5104075606", + "display_name": "Yuan Yu", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Yuan Yu", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5102988664", + "display_name": "Xiaoqiang Zheng", + "orcid": "https://orcid.org/0000-0001-5151-8561" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Xiaoqiang Zheng", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": "https://orcid.org/0000-0001-5151-8561", + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 22, + "corresponding_author_ids": [ + "https://openalex.org/A5109387322" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I1291425158" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 330.6462, + "has_fulltext": false, + "cited_by_count": 6353, + "citation_normalized_percentile": { + "value": 1.0, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": "265", + "last_page": "283" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10036", + "display_name": "Advanced Neural Network Applications", + "score": 0.9991000294685364, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10036", + "display_name": "Advanced Neural Network Applications", + "score": 0.9991000294685364, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10054", + "display_name": "Parallel Computing and Optimization Techniques", + "score": 0.9987000226974487, + "subfield": { + "id": "https://openalex.org/subfields/1708", + "display_name": "Hardware and Architecture" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11689", + "display_name": "Adversarial Robustness in Machine Learning", + "score": 0.9969000220298767, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/dataflow", + "display_name": "Dataflow", + "score": 0.9571843147277832 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.830622673034668 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.711643636226654 + }, + { + "id": "https://openalex.org/keywords/multi-core-processor", + "display_name": "Multi-core processor", + "score": 0.5773373246192932 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.5193118453025818 + }, + { + "id": "https://openalex.org/keywords/computer-architecture", + "display_name": "Computer architecture", + "score": 0.4896014332771301 + }, + { + "id": "https://openalex.org/keywords/deep-learning", + "display_name": "Deep learning", + "score": 0.4813452661037445 + }, + { + "id": "https://openalex.org/keywords/scalability", + "display_name": "Scalability", + "score": 0.47406429052352905 + }, + { + "id": "https://openalex.org/keywords/inference", + "display_name": "Inference", + "score": 0.4678526520729065 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.44974687695503235 + }, + { + "id": "https://openalex.org/keywords/dataflow-architecture", + "display_name": "Dataflow architecture", + "score": 0.4496024250984192 + }, + { + "id": "https://openalex.org/keywords/computation", + "display_name": "Computation", + "score": 0.4395424723625183 + }, + { + "id": "https://openalex.org/keywords/distributed-computing", + "display_name": "Distributed computing", + "score": 0.3712141215801239 + }, + { + "id": "https://openalex.org/keywords/parallel-computing", + "display_name": "Parallel computing", + "score": 0.33661338686943054 + }, + { + "id": "https://openalex.org/keywords/programming-language", + "display_name": "Programming language", + "score": 0.21078741550445557 + }, + { + "id": "https://openalex.org/keywords/operating-system", + "display_name": "Operating system", + "score": 0.14919248223304749 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C96324660", + "wikidata": "https://www.wikidata.org/wiki/Q205446", + "display_name": "Dataflow", + "level": 2, + "score": 0.9571843147277832 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.830622673034668 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.711643636226654 + }, + { + "id": "https://openalex.org/C78766204", + "wikidata": "https://www.wikidata.org/wiki/Q555032", + "display_name": "Multi-core processor", + "level": 2, + "score": 0.5773373246192932 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.5193118453025818 + }, + { + "id": "https://openalex.org/C118524514", + "wikidata": "https://www.wikidata.org/wiki/Q173212", + "display_name": "Computer architecture", + "level": 1, + "score": 0.4896014332771301 + }, + { + "id": "https://openalex.org/C108583219", + "wikidata": "https://www.wikidata.org/wiki/Q197536", + "display_name": "Deep learning", + "level": 2, + "score": 0.4813452661037445 + }, + { + "id": "https://openalex.org/C48044578", + "wikidata": "https://www.wikidata.org/wiki/Q727490", + "display_name": "Scalability", + "level": 2, + "score": 0.47406429052352905 + }, + { + "id": "https://openalex.org/C2776214188", + "wikidata": "https://www.wikidata.org/wiki/Q408386", + "display_name": "Inference", + "level": 2, + "score": 0.4678526520729065 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.44974687695503235 + }, + { + "id": "https://openalex.org/C176727019", + "wikidata": "https://www.wikidata.org/wiki/Q1172415", + "display_name": "Dataflow architecture", + "level": 3, + "score": 0.4496024250984192 + }, + { + "id": "https://openalex.org/C45374587", + "wikidata": "https://www.wikidata.org/wiki/Q12525525", + "display_name": "Computation", + "level": 2, + "score": 0.4395424723625183 + }, + { + "id": "https://openalex.org/C120314980", + "wikidata": "https://www.wikidata.org/wiki/Q180634", + "display_name": "Distributed computing", + "level": 1, + "score": 0.3712141215801239 + }, + { + "id": "https://openalex.org/C173608175", + "wikidata": "https://www.wikidata.org/wiki/Q232661", + "display_name": "Parallel computing", + "level": 1, + "score": 0.33661338686943054 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.21078741550445557 + }, + { + "id": "https://openalex.org/C111919701", + "wikidata": "https://www.wikidata.org/wiki/Q9135", + "display_name": "Operating system", + "level": 1, + "score": 0.14919248223304749 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "mag:2402144811", + "is_oa": false, + "landing_page_url": "https://www.usenix.org/system/files/conference/osdi16/osdi16-abadi.pdf", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306420647", + "display_name": "Operating Systems Design and Implementation", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "conference" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": "Operating Systems Design and Implementation", + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "display_name": "Industry, innovation and infrastructure", + "score": 0.4000000059604645, + "id": "https://metadata.un.org/sdg/9" + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 55, + "referenced_works": [ + "https://openalex.org/W104184427", + "https://openalex.org/W145476170", + "https://openalex.org/W1425731158", + "https://openalex.org/W1442374986", + "https://openalex.org/W1485981043", + "https://openalex.org/W1493893823", + "https://openalex.org/W1498436455", + "https://openalex.org/W1526734559", + "https://openalex.org/W1539309091", + "https://openalex.org/W1548328233", + "https://openalex.org/W1598866093", + "https://openalex.org/W1658008008", + "https://openalex.org/W1667652561", + "https://openalex.org/W1815076433", + "https://openalex.org/W1947291763", + "https://openalex.org/W1978660892", + "https://openalex.org/W2016053056", + "https://openalex.org/W2032036568", + "https://openalex.org/W2035424729", + "https://openalex.org/W2041517243", + "https://openalex.org/W2061570747", + "https://openalex.org/W2064675550", + "https://openalex.org/W2066443755", + "https://openalex.org/W2083842231", + "https://openalex.org/W2097117768", + "https://openalex.org/W2100664567", + "https://openalex.org/W2100830825", + "https://openalex.org/W2117539524", + "https://openalex.org/W2122465391", + "https://openalex.org/W2131975293", + "https://openalex.org/W2132339004", + "https://openalex.org/W2140833774", + "https://openalex.org/W2141992894", + "https://openalex.org/W2145339207", + "https://openalex.org/W2146502635", + "https://openalex.org/W2146757372", + "https://openalex.org/W2147527908", + "https://openalex.org/W2160815625", + "https://openalex.org/W2168231600", + "https://openalex.org/W2172654076", + "https://openalex.org/W2186615578", + "https://openalex.org/W2194775991", + "https://openalex.org/W2253807446", + "https://openalex.org/W2259472270", + "https://openalex.org/W2336650964", + "https://openalex.org/W2339765813", + "https://openalex.org/W2384495648", + "https://openalex.org/W2521218765", + "https://openalex.org/W2525778437", + "https://openalex.org/W2618530766", + "https://openalex.org/W2949117887", + "https://openalex.org/W2949888546", + "https://openalex.org/W2950577311", + "https://openalex.org/W2951781666", + "https://openalex.org/W2962844195" + ], + "related_works": [ + "https://openalex.org/W3118608800", + "https://openalex.org/W2970971581", + "https://openalex.org/W2964121744", + "https://openalex.org/W2949117887", + "https://openalex.org/W2919115771", + "https://openalex.org/W2899771611", + "https://openalex.org/W2194775991", + "https://openalex.org/W2186615578", + "https://openalex.org/W2163605009", + "https://openalex.org/W2155893237", + "https://openalex.org/W2117539524", + "https://openalex.org/W2112796928", + "https://openalex.org/W2108598243", + "https://openalex.org/W2101234009", + "https://openalex.org/W2099471712", + "https://openalex.org/W2097117768", + "https://openalex.org/W2095705004", + "https://openalex.org/W2064675550", + "https://openalex.org/W1901129140", + "https://openalex.org/W1686810756" + ], + "abstract_inverted_index": { + "TensorFlow": [ + 0, + 91, + 102, + 123, + 150, + 159 + ], + "is": [ + 1, + 86 + ], + "a": [ + 2, + 36, + 43, + 47, + 104, + 109 + ], + "machine": [ + 3, + 48, + 141 + ], + "learning": [ + 4, + 142 + ], + "system": [ + 5 + ], + "that": [ + 6, + 27, + 29, + 158 + ], + "operates": [ + 7 + ], + "at": [ + 8 + ], + "large": [ + 9 + ], + "scale": [ + 10 + ], + "and": [ + 11, + 24, + 45, + 58, + 99, + 113, + 134, + 153 + ], + "in": [ + 12, + 42, + 76, + 124 + ], + "heterogeneous": [ + 13 + ], + "environments.": [ + 14 + ], + "Tensor-Flow": [ + 15 + ], + "uses": [ + 16 + ], + "dataflow": [ + 17, + 37, + 151 + ], + "graphs": [ + 18 + ], + "to": [ + 19, + 71, + 94 + ], + "represent": [ + 20 + ], + "computation,": [ + 21 + ], + "shared": [ + 22, + 84 + ], + "state,": [ + 23 + ], + "the": [ + 25, + 33, + 72, + 81, + 89, + 149, + 155 + ], + "operations": [ + 26 + ], + "mutate": [ + 28 + ], + "state.": [ + 30 + ], + "It": [ + 31 + ], + "maps": [ + 32 + ], + "nodes": [ + 34 + ], + "of": [ + 35, + 83, + 106 + ], + "graph": [ + 38 + ], + "across": [ + 39, + 49 + ], + "many": [ + 40 + ], + "machines": [ + 41 + ], + "cluster,": [ + 44 + ], + "within": [ + 46 + ], + "multiple": [ + 50 + ], + "computational": [ + 51 + ], + "devices,": [ + 52 + ], + "including": [ + 53 + ], + "multicore": [ + 54 + ], + "CPUs,": [ + 55 + ], + "general-purpose": [ + 56 + ], + "GPUs,": [ + 57 + ], + "custom-designed": [ + 59 + ], + "ASICs": [ + 60 + ], + "known": [ + 61 + ], + "as": [ + 62, + 130 + ], + "Tensor": [ + 63 + ], + "Processing": [ + 64 + ], + "Units": [ + 65 + ], + "(TPUs).": [ + 66 + ], + "This": [ + 67 + ], + "architecture": [ + 68 + ], + "gives": [ + 69 + ], + "flexibility": [ + 70 + ], + "application": [ + 73 + ], + "developer:": [ + 74 + ], + "whereas": [ + 75 + ], + "previous": [ + 77 + ], + "parameter": [ + 78 + ], + "server": [ + 79 + ], + "designs": [ + 80 + ], + "management": [ + 82 + ], + "state": [ + 85 + ], + "built": [ + 87 + ], + "into": [ + 88 + ], + "system,": [ + 90 + ], + "enables": [ + 92 + ], + "developers": [ + 93 + ], + "experiment": [ + 95 + ], + "with": [ + 96, + 108 + ], + "novel": [ + 97 + ], + "optimizations": [ + 98 + ], + "training": [ + 100, + 112 + ], + "algorithms.": [ + 101 + ], + "supports": [ + 103 + ], + "variety": [ + 105 + ], + "applications,": [ + 107 + ], + "focus": [ + 110 + ], + "on": [ + 111, + 115 + ], + "inference": [ + 114 + ], + "deep": [ + 116 + ], + "neural": [ + 117 + ], + "networks.": [ + 118 + ], + "Several": [ + 119 + ], + "Google": [ + 120 + ], + "services": [ + 121 + ], + "use": [ + 122 + ], + "production,": [ + 125 + ], + "we": [ + 126, + 147 + ], + "have": [ + 127 + ], + "released": [ + 128 + ], + "it": [ + 129, + 135 + ], + "an": [ + 131 + ], + "open-source": [ + 132 + ], + "project,": [ + 133 + ], + "has": [ + 136 + ], + "become": [ + 137 + ], + "widely": [ + 138 + ], + "used": [ + 139 + ], + "for": [ + 140, + 161 + ], + "research.": [ + 143 + ], + "In": [ + 144 + ], + "this": [ + 145 + ], + "paper,": [ + 146 + ], + "describe": [ + 148 + ], + "model": [ + 152 + ], + "demonstrate": [ + 154 + ], + "compelling": [ + 156 + ], + "performance": [ + 157 + ], + "achieves": [ + 160 + ], + "several": [ + 162 + ], + "real-world": [ + 163 + ], + "applications.": [ + 164 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 11 + }, + { + "year": 2025, + "cited_by_count": 106 + }, + { + "year": 2024, + "cited_by_count": 160 + }, + { + "year": 2023, + "cited_by_count": 187 + }, + { + "year": 2022, + "cited_by_count": 221 + }, + { + "year": 2021, + "cited_by_count": 1336 + }, + { + "year": 2020, + "cited_by_count": 1696 + }, + { + "year": 2019, + "cited_by_count": 1675 + }, + { + "year": 2018, + "cited_by_count": 802 + }, + { + "year": 2017, + "cited_by_count": 151 + }, + { + "year": 2016, + "cited_by_count": 7 + }, + { + "year": 2015, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-28T09:10:13.091523", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2912213068", + "doi": "https://doi.org/10.1145/3298981", + "title": "Federated Machine Learning", + "display_name": "Federated Machine Learning", + "relevance_score": 5104.653, + "publication_year": 2019, + "publication_date": "2019-01-28", + "ids": { + "openalex": "https://openalex.org/W2912213068", + "doi": "https://doi.org/10.1145/3298981", + "mag": "2912213068" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1145/3298981", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/3298981", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2492086750", + "display_name": "ACM Transactions on Intelligent Systems and Technology", + "issn_l": "2157-6904", + "issn": [ + "2157-6904", + "2157-6912" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319798", + "host_organization_name": "Association for Computing Machinery", + "host_organization_lineage": [ + "https://openalex.org/P4310319798" + ], + "host_organization_lineage_names": [ + "Association for Computing Machinery" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "ACM Transactions on Intelligent Systems and Technology", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5100636286", + "display_name": "Qiang Yang", + "orcid": "https://orcid.org/0000-0001-5059-8360" + }, + "institutions": [ + { + "id": "https://openalex.org/I200769079", + "display_name": "Hong Kong University of Science and Technology", + "ror": "https://ror.org/00q4vv597", + "country_code": "HK", + "type": "education", + "lineage": [ + "https://openalex.org/I200769079" + ] + } + ], + "countries": [ + "HK" + ], + "is_corresponding": true, + "raw_author_name": "Qiang Yang", + "raw_affiliation_strings": [ + "Hong Kong University of Science and Technology, Hong Kong, China" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Hong Kong University of Science and Technology, Hong Kong, China", + "institution_ids": [ + "https://openalex.org/I200769079" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5100356161", + "display_name": "Yang Liu", + "orcid": "https://orcid.org/0000-0003-3800-3533" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Yang Liu", + "raw_affiliation_strings": [ + "Webank, Shenzhen, China" + ], + "raw_orcid": "https://orcid.org/0000-0003-3800-3533", + "affiliations": [ + { + "raw_affiliation_string": "Webank, Shenzhen, China", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5068882233", + "display_name": "Tianjian Chen", + "orcid": "https://orcid.org/0000-0002-8479-2054" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Tianjian Chen", + "raw_affiliation_strings": [ + "Webank, Shenzhen, China" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Webank, Shenzhen, China", + "institution_ids": [] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5051874566", + "display_name": "Yongxin Tong", + "orcid": "https://orcid.org/0000-0002-5598-0312" + }, + "institutions": [ + { + "id": "https://openalex.org/I82880672", + "display_name": "Beihang University", + "ror": "https://ror.org/00wk2mp56", + "country_code": "CN", + "type": "education", + "lineage": [ + "https://openalex.org/I82880672" + ] + } + ], + "countries": [ + "CN" + ], + "is_corresponding": false, + "raw_author_name": "Yongxin Tong", + "raw_affiliation_strings": [ + "Beihang University, Beijing, China" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Beihang University, Beijing, China", + "institution_ids": [ + "https://openalex.org/I82880672" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 4, + "corresponding_author_ids": [ + "https://openalex.org/A5100636286" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I200769079" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 336.504, + "has_fulltext": false, + "cited_by_count": 5782, + "citation_normalized_percentile": { + "value": 0.99993867, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 94, + "max": 100 + }, + "biblio": { + "volume": "10", + "issue": "2", + "first_page": "1", + "last_page": "19" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10764", + "display_name": "Privacy-Preserving Technologies in Data", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10764", + "display_name": "Privacy-Preserving Technologies in Data", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10237", + "display_name": "Cryptography and Data Security", + "score": 0.9973000288009644, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11598", + "display_name": "Internet Traffic Analysis and Secure E-voting", + "score": 0.9965000152587891, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.9133003950119019 + }, + { + "id": "https://openalex.org/keywords/federated-learning", + "display_name": "Federated learning", + "score": 0.9119365215301514 + }, + { + "id": "https://openalex.org/keywords/transfer-of-learning", + "display_name": "Transfer of learning", + "score": 0.5265006422996521 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.39959585666656494 + }, + { + "id": "https://openalex.org/keywords/data-science", + "display_name": "Data science", + "score": 0.34242358803749084 + }, + { + "id": "https://openalex.org/keywords/computer-security", + "display_name": "Computer security", + "score": 0.3284221887588501 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.9133003950119019 + }, + { + "id": "https://openalex.org/C2992525071", + "wikidata": "https://www.wikidata.org/wiki/Q50818671", + "display_name": "Federated learning", + "level": 2, + "score": 0.9119365215301514 + }, + { + "id": "https://openalex.org/C150899416", + "wikidata": "https://www.wikidata.org/wiki/Q1820378", + "display_name": "Transfer of learning", + "level": 2, + "score": 0.5265006422996521 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.39959585666656494 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.34242358803749084 + }, + { + "id": "https://openalex.org/C38652104", + "wikidata": "https://www.wikidata.org/wiki/Q3510521", + "display_name": "Computer security", + "level": 1, + "score": 0.3284221887588501 + } + ], + "mesh": [], + "locations_count": 3, + "locations": [ + { + "id": "doi:10.1145/3298981", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/3298981", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2492086750", + "display_name": "ACM Transactions on Intelligent Systems and Technology", + "issn_l": "2157-6904", + "issn": [ + "2157-6904", + "2157-6912" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319798", + "host_organization_name": "Association for Computing Machinery", + "host_organization_lineage": [ + "https://openalex.org/P4310319798" + ], + "host_organization_lineage_names": [ + "Association for Computing Machinery" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "ACM Transactions on Intelligent Systems and Technology", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:repository.hkust.edu.hk:1783.1-95671", + "is_oa": false, + "landing_page_url": "http://repository.hkust.edu.hk/ir/Record/1783.1-95671", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401796", + "display_name": "Rare & Special e-Zone (The Hong Kong University of Science and Technology)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I200769079", + "host_organization_name": "Hong Kong University of Science and Technology", + "host_organization_lineage": [ + "https://openalex.org/I200769079" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "Article" + }, + { + "id": "pmh:oai:repository.ust.hk:1783.1-95671", + "is_oa": false, + "landing_page_url": "http://repository.ust.hk/ir/Record/1783.1-95671", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401796", + "display_name": "Rare & Special e-Zone (The Hong Kong University of Science and Technology)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I200769079", + "host_organization_name": "Hong Kong University of Science and Technology", + "host_organization_lineage": [ + "https://openalex.org/I200769079" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 85, + "referenced_works": [ + "https://openalex.org/W150223756", + "https://openalex.org/W162878246", + "https://openalex.org/W199752024", + "https://openalex.org/W1484769234", + "https://openalex.org/W1485800369", + "https://openalex.org/W1488526968", + "https://openalex.org/W1510952750", + "https://openalex.org/W1559506103", + "https://openalex.org/W1574534563", + "https://openalex.org/W1964366273", + "https://openalex.org/W1968265138", + "https://openalex.org/W1971991172", + "https://openalex.org/W1985511977", + "https://openalex.org/W2016758618", + "https://openalex.org/W2024652123", + "https://openalex.org/W2027471022", + "https://openalex.org/W2041416246", + "https://openalex.org/W2053637704", + "https://openalex.org/W2082624086", + "https://openalex.org/W2092422002", + "https://openalex.org/W2093367651", + "https://openalex.org/W2109426455", + "https://openalex.org/W2112022568", + "https://openalex.org/W2112340198", + "https://openalex.org/W2128906841", + "https://openalex.org/W2132737349", + "https://openalex.org/W2137351756", + "https://openalex.org/W2139336600", + "https://openalex.org/W2159024459", + "https://openalex.org/W2165698076", + "https://openalex.org/W2257979135", + "https://openalex.org/W2283463896", + "https://openalex.org/W2295292576", + "https://openalex.org/W2317339301", + "https://openalex.org/W2435473771", + "https://openalex.org/W2473418344", + "https://openalex.org/W2530417694", + "https://openalex.org/W2536058570", + "https://openalex.org/W2577421826", + "https://openalex.org/W2585580772", + "https://openalex.org/W2591882872", + "https://openalex.org/W2606882085", + "https://openalex.org/W2618494520", + "https://openalex.org/W2679684481", + "https://openalex.org/W2701059868", + "https://openalex.org/W2757853533", + "https://openalex.org/W2765200655", + "https://openalex.org/W2766255512", + "https://openalex.org/W2767079719", + "https://openalex.org/W2768347741", + "https://openalex.org/W2773194476", + "https://openalex.org/W2774000609", + "https://openalex.org/W2777914285", + "https://openalex.org/W2781091734", + "https://openalex.org/W2788629937", + "https://openalex.org/W2793216106", + "https://openalex.org/W2793925626", + "https://openalex.org/W2794888826", + "https://openalex.org/W2798551148", + "https://openalex.org/W2799803467", + "https://openalex.org/W2801958627", + "https://openalex.org/W2807006176", + "https://openalex.org/W2810065831", + "https://openalex.org/W2886722183", + "https://openalex.org/W2895865029", + "https://openalex.org/W2914304175", + "https://openalex.org/W2949140995", + "https://openalex.org/W2950460048", + "https://openalex.org/W2951152347", + "https://openalex.org/W2951368041", + "https://openalex.org/W2951798842", + "https://openalex.org/W2962877476", + "https://openalex.org/W2963106566", + "https://openalex.org/W2990138404", + "https://openalex.org/W3029558105", + "https://openalex.org/W3209546151", + "https://openalex.org/W4248358572", + "https://openalex.org/W4249529812", + "https://openalex.org/W4300427714", + "https://openalex.org/W4301418013", + "https://openalex.org/W4301483968", + "https://openalex.org/W6606067566", + "https://openalex.org/W6732586565", + "https://openalex.org/W6738383168", + "https://openalex.org/W6807767519" + ], + "related_works": [ + "https://openalex.org/W4298221930", + "https://openalex.org/W2777914285", + "https://openalex.org/W3013363440", + "https://openalex.org/W4287823391", + "https://openalex.org/W4312762663", + "https://openalex.org/W3035927627", + "https://openalex.org/W3201126466", + "https://openalex.org/W4317941881", + "https://openalex.org/W3128909129", + "https://openalex.org/W3123837699" + ], + "abstract_inverted_index": { + "Today’s": [ + 0 + ], + "artificial": [ + 1 + ], + "intelligence": [ + 2 + ], + "still": [ + 3 + ], + "faces": [ + 4 + ], + "two": [ + 5 + ], + "major": [ + 6 + ], + "challenges.": [ + 7 + ], + "One": [ + 8 + ], + "is": [ + 9, + 24 + ], + "that,": [ + 10 + ], + "in": [ + 11, + 16, + 51 + ], + "most": [ + 12 + ], + "industries,": [ + 13 + ], + "data": [ + 14, + 28, + 98 + ], + "exists": [ + 15 + ], + "the": [ + 17, + 25, + 44, + 79 + ], + "form": [ + 18 + ], + "of": [ + 19, + 27, + 87 + ], + "isolated": [ + 20 + ], + "islands.": [ + 21 + ], + "The": [ + 22 + ], + "other": [ + 23 + ], + "strengthening": [ + 26 + ], + "privacy": [ + 29 + ], + "and": [ + 30, + 68, + 76, + 82 + ], + "security.": [ + 31 + ], + "We": [ + 32, + 72 + ], + "propose": [ + 33, + 96 + ], + "a": [ + 34, + 55, + 84 + ], + "possible": [ + 35 + ], + "solution": [ + 36, + 109 + ], + "to": [ + 37, + 110, + 113 + ], + "these": [ + 38 + ], + "challenges:": [ + 39 + ], + "secure": [ + 40, + 57 + ], + "federated": [ + 41, + 63, + 66, + 69, + 104 + ], + "learning.": [ + 42, + 71 + ], + "Beyond": [ + 43 + ], + "federated-learning": [ + 45, + 58, + 80 + ], + "framework": [ + 46 + ], + "first": [ + 47 + ], + "proposed": [ + 48 + ], + "by": [ + 49 + ], + "Google": [ + 50 + ], + "2016,": [ + 52 + ], + "we": [ + 53, + 95 + ], + "introduce": [ + 54 + ], + "comprehensive": [ + 56, + 85 + ], + "framework,": [ + 59, + 81 + ], + "which": [ + 60 + ], + "includes": [ + 61 + ], + "horizontal": [ + 62 + ], + "learning,": [ + 64, + 67 + ], + "vertical": [ + 65 + ], + "transfer": [ + 70 + ], + "provide": [ + 73, + 83 + ], + "definitions,": [ + 74 + ], + "architectures,": [ + 75 + ], + "applications": [ + 77 + ], + "for": [ + 78 + ], + "survey": [ + 86 + ], + "existing": [ + 88 + ], + "works": [ + 89 + ], + "on": [ + 90, + 103 + ], + "this": [ + 91 + ], + "subject.": [ + 92 + ], + "In": [ + 93 + ], + "addition,": [ + 94 + ], + "building": [ + 97 + ], + "networks": [ + 99 + ], + "among": [ + 100 + ], + "organizations": [ + 101 + ], + "based": [ + 102 + ], + "mechanisms": [ + 105 + ], + "as": [ + 106 + ], + "an": [ + 107 + ], + "effective": [ + 108 + ], + "allowing": [ + 111 + ], + "knowledge": [ + 112 + ], + "be": [ + 114 + ], + "shared": [ + 115 + ], + "without": [ + 116 + ], + "compromising": [ + 117 + ], + "user": [ + 118 + ], + "privacy.": [ + 119 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 337 + }, + { + "year": 2025, + "cited_by_count": 1176 + }, + { + "year": 2024, + "cited_by_count": 1009 + }, + { + "year": 2023, + "cited_by_count": 939 + }, + { + "year": 2022, + "cited_by_count": 806 + }, + { + "year": 2021, + "cited_by_count": 932 + }, + { + "year": 2020, + "cited_by_count": 496 + }, + { + "year": 2019, + "cited_by_count": 85 + }, + { + "year": 2018, + "cited_by_count": 2 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2009086942", + "doi": "https://doi.org/10.1198/tech.2007.s518", + "title": "Pattern Recognition and Machine Learning", + "display_name": "Pattern Recognition and Machine Learning", + "relevance_score": 4977.467, + "publication_year": 2007, + "publication_date": "2007-08-01", + "ids": { + "openalex": "https://openalex.org/W2009086942", + "doi": "https://doi.org/10.1198/tech.2007.s518", + "mag": "2009086942" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1198/tech.2007.s518", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1198/tech.2007.s518", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S985303", + "display_name": "Technometrics", + "issn_l": "0040-1706", + "issn": [ + "0040-1706", + "1537-2723" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320547", + "host_organization_name": "Taylor & Francis", + "host_organization_lineage": [ + "https://openalex.org/P4310320547" + ], + "host_organization_lineage_names": [ + "Taylor & Francis" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Technometrics", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5062571011", + "display_name": "Radford M. Neal", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I185261750", + "display_name": "University of Toronto", + "ror": "https://ror.org/03dbr7087", + "country_code": "CA", + "type": "education", + "lineage": [ + "https://openalex.org/I185261750" + ] + } + ], + "countries": [ + "CA" + ], + "is_corresponding": true, + "raw_author_name": "Radford M Neal", + "raw_affiliation_strings": [ + "University of Toronto" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Toronto", + "institution_ids": [ + "https://openalex.org/I185261750" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5062571011" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I185261750" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 173.8255, + "has_fulltext": false, + "cited_by_count": 4651, + "citation_normalized_percentile": { + "value": 0.99994787, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 95, + "max": 100 + }, + "biblio": { + "volume": "49", + "issue": "3", + "first_page": "366", + "last_page": "366" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.23559999465942383, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.23559999465942383, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6036144495010376 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.5715402960777283 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.5367371439933777 + }, + { + "id": "https://openalex.org/keywords/pattern-recognition", + "display_name": "Pattern recognition (psychology)", + "score": 0.4431344270706177 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6036144495010376 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.5715402960777283 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.5367371439933777 + }, + { + "id": "https://openalex.org/C153180895", + "wikidata": "https://www.wikidata.org/wiki/Q7148389", + "display_name": "Pattern recognition (psychology)", + "level": 2, + "score": 0.4431344270706177 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1198/tech.2007.s518", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1198/tech.2007.s518", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S985303", + "display_name": "Technometrics", + "issn_l": "0040-1706", + "issn": [ + "0040-1706", + "1537-2723" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320547", + "host_organization_name": "Taylor & Francis", + "host_organization_lineage": [ + "https://openalex.org/P4310320547" + ], + "host_organization_lineage_names": [ + "Taylor & Francis" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Technometrics", + "raw_type": "journal-article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W3046775127", + "https://openalex.org/W3107602296", + "https://openalex.org/W3170094116", + "https://openalex.org/W4386462264", + "https://openalex.org/W4364306694", + "https://openalex.org/W4312192474", + "https://openalex.org/W2033914206", + "https://openalex.org/W4283697347" + ], + "abstract_inverted_index": { + "(2007).": [ + 0 + ], + "Pattern": [ + 1 + ], + "Recognition": [ + 2 + ], + "and": [ + 3 + ], + "Machine": [ + 4 + ], + "Learning.": [ + 5 + ], + "Technometrics:": [ + 6 + ], + "Vol.": [ + 7 + ], + "49,": [ + 8 + ], + "No.": [ + 9 + ], + "3,": [ + 10 + ], + "pp.": [ + 11 + ], + "366-366.": [ + 12 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 1 + }, + { + "year": 2025, + "cited_by_count": 11 + }, + { + "year": 2024, + "cited_by_count": 227 + }, + { + "year": 2023, + "cited_by_count": 381 + }, + { + "year": 2022, + "cited_by_count": 433 + }, + { + "year": 2021, + "cited_by_count": 419 + }, + { + "year": 2020, + "cited_by_count": 369 + }, + { + "year": 2019, + "cited_by_count": 450 + }, + { + "year": 2018, + "cited_by_count": 372 + }, + { + "year": 2017, + "cited_by_count": 291 + }, + { + "year": 2016, + "cited_by_count": 284 + }, + { + "year": 2015, + "cited_by_count": 294 + }, + { + "year": 2014, + "cited_by_count": 222 + }, + { + "year": 2013, + "cited_by_count": 191 + }, + { + "year": 2012, + "cited_by_count": 178 + } + ], + "updated_date": "2026-05-19T08:33:51.333923", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2131241448", + "doi": "https://doi.org/10.48550/arxiv.1206.2944", + "title": "Practical Bayesian Optimization of Machine Learning Algorithms", + "display_name": "Practical Bayesian Optimization of Machine Learning Algorithms", + "relevance_score": 4881.801, + "publication_year": 2012, + "publication_date": "2012-06-13", + "ids": { + "openalex": "https://openalex.org/W2131241448", + "doi": "https://doi.org/10.48550/arxiv.1206.2944", + "mag": "2131241448" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:arXiv.org:1206.2944", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1206.2944", + "pdf_url": "https://arxiv.org/pdf/1206.2944", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "type": "preprint", + "indexed_in": [ + "arxiv", + "datacite" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1206.2944", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5112347601", + "display_name": "Jasper Snoek", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I185261750", + "display_name": "University of Toronto", + "ror": "https://ror.org/03dbr7087", + "country_code": "CA", + "type": "education", + "lineage": [ + "https://openalex.org/I185261750" + ] + } + ], + "countries": [ + "CA" + ], + "is_corresponding": true, + "raw_author_name": "Snoek, Jasper", + "raw_affiliation_strings": [ + "[Department of Computer Science, University of Toronto]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Department of Computer Science, University of Toronto]", + "institution_ids": [ + "https://openalex.org/I185261750" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5019862529", + "display_name": "Hugo Larochelle", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I135117807", + "display_name": "Université de Sherbrooke", + "ror": "https://ror.org/00kybxq39", + "country_code": "CA", + "type": "education", + "lineage": [ + "https://openalex.org/I135117807" + ] + } + ], + "countries": [ + "CA" + ], + "is_corresponding": false, + "raw_author_name": "Larochelle, Hugo", + "raw_affiliation_strings": [ + "Department of Computer Science, University of Sherbrooke," + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science, University of Sherbrooke,", + "institution_ids": [ + "https://openalex.org/I135117807" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5007769527", + "display_name": "Ryan P. Adams", + "orcid": "https://orcid.org/0000-0002-5704-6654" + }, + "institutions": [ + { + "id": "https://openalex.org/I136199984", + "display_name": "Harvard University", + "ror": "https://ror.org/03vek6s52", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I136199984" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Adams, Ryan P.", + "raw_affiliation_strings": [ + "School of Engineering & Applied Sciences Harvard University" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "School of Engineering & Applied Sciences Harvard University", + "institution_ids": [ + "https://openalex.org/I136199984" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5112347601" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I185261750" + ], + "apc_list": null, + "apc_paid": null, + "fwci": null, + "has_fulltext": false, + "cited_by_count": 5659, + "citation_normalized_percentile": null, + "cited_by_percentile_year": null, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12814", + "display_name": "Gaussian Processes and Bayesian Inference", + "score": 0.9994000196456909, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12814", + "display_name": "Gaussian Processes and Bayesian Inference", + "score": 0.9994000196456909, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12072", + "display_name": "Machine Learning and Algorithms", + "score": 0.9991000294685364, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9991000294685364, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/bayesian-optimization", + "display_name": "Bayesian optimization", + "score": 0.6480942964553833 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6321470737457275 + }, + { + "id": "https://openalex.org/keywords/bayesian-probability", + "display_name": "Bayesian probability", + "score": 0.5293997526168823 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.49968791007995605 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.4541047513484955 + }, + { + "id": "https://openalex.org/keywords/optimization-algorithm", + "display_name": "Optimization algorithm", + "score": 0.422710120677948 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.4147215187549591 + }, + { + "id": "https://openalex.org/keywords/mathematical-optimization", + "display_name": "Mathematical optimization", + "score": 0.23351716995239258 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.17170017957687378 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2778049539", + "wikidata": "https://www.wikidata.org/wiki/Q17002908", + "display_name": "Bayesian optimization", + "level": 2, + "score": 0.6480942964553833 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6321470737457275 + }, + { + "id": "https://openalex.org/C107673813", + "wikidata": "https://www.wikidata.org/wiki/Q812534", + "display_name": "Bayesian probability", + "level": 2, + "score": 0.5293997526168823 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.49968791007995605 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.4541047513484955 + }, + { + "id": "https://openalex.org/C2987595161", + "wikidata": "https://www.wikidata.org/wiki/Q141495", + "display_name": "Optimization algorithm", + "level": 2, + "score": 0.422710120677948 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.4147215187549591 + }, + { + "id": "https://openalex.org/C126255220", + "wikidata": "https://www.wikidata.org/wiki/Q141495", + "display_name": "Mathematical optimization", + "level": 1, + "score": 0.23351716995239258 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.17170017957687378 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "pmh:oai:arXiv.org:1206.2944", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1206.2944", + "pdf_url": "https://arxiv.org/pdf/1206.2944", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "doi:10.48550/arxiv.1206.2944", + "is_oa": true, + "landing_page_url": "https://doi.org/10.48550/arxiv.1206.2944", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1206.2944", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1206.2944", + "pdf_url": "https://arxiv.org/pdf/1206.2944", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 23, + "referenced_works": [ + "https://openalex.org/W60686164", + "https://openalex.org/W78356000", + "https://openalex.org/W84569508", + "https://openalex.org/W1497675750", + "https://openalex.org/W1746819321", + "https://openalex.org/W1973333099", + "https://openalex.org/W2061144551", + "https://openalex.org/W2097998348", + "https://openalex.org/W2099201756", + "https://openalex.org/W2106411961", + "https://openalex.org/W2106869737", + "https://openalex.org/W2119595900", + "https://openalex.org/W2129458072", + "https://openalex.org/W2132984949", + "https://openalex.org/W2141125852", + "https://openalex.org/W2147196093", + "https://openalex.org/W2151238122", + "https://openalex.org/W2165599843", + "https://openalex.org/W2189424119", + "https://openalex.org/W2197776371", + "https://openalex.org/W2951665052", + "https://openalex.org/W2964172739", + "https://openalex.org/W3118608800" + ], + "related_works": [ + "https://openalex.org/W3199608561", + "https://openalex.org/W4382049207", + "https://openalex.org/W4366549320", + "https://openalex.org/W4287863136", + "https://openalex.org/W3006015132", + "https://openalex.org/W2965078190", + "https://openalex.org/W3040644038", + "https://openalex.org/W4311207076", + "https://openalex.org/W3203633096", + "https://openalex.org/W2355226480" + ], + "abstract_inverted_index": { + "Machine": [ + 0 + ], + "learning": [ + 1, + 53, + 78, + 165, + 181 + ], + "algorithms": [ + 2, + 171, + 200, + 220 + ], + "frequently": [ + 3 + ], + "require": [ + 4 + ], + "careful": [ + 5 + ], + "tuning": [ + 6, + 17, + 67, + 163 + ], + "of": [ + 7, + 29, + 41, + 50, + 72, + 104, + 126, + 146, + 180, + 189, + 218 + ], + "model": [ + 8 + ], + "hyperparameters,": [ + 9 + ], + "regularization": [ + 10 + ], + "terms,": [ + 11 + ], + "and": [ + 12, + 131, + 183, + 206, + 227 + ], + "optimization": [ + 13, + 213 + ], + "parameters.": [ + 14 + ], + "Unfortunately,": [ + 15 + ], + "this": [ + 16, + 61 + ], + "is": [ + 18, + 38, + 82 + ], + "often": [ + 19 + ], + "a": [ + 20, + 51, + 77, + 85, + 88, + 138, + 215 + ], + "\"black": [ + 21 + ], + "art\"": [ + 22 + ], + "that": [ + 23, + 151, + 158, + 172, + 184, + 197 + ], + "requires": [ + 24 + ], + "expert": [ + 25 + ], + "experience,": [ + 26 + ], + "unwritten": [ + 27 + ], + "rules": [ + 28 + ], + "thumb,": [ + 30 + ], + "or": [ + 31, + 144, + 209 + ], + "sometimes": [ + 32 + ], + "brute-force": [ + 33 + ], + "search.": [ + 34 + ], + "Much": [ + 35 + ], + "more": [ + 36 + ], + "appealing": [ + 37 + ], + "the": [ + 39, + 48, + 56, + 65, + 70, + 98, + 105, + 124, + 127, + 132, + 142, + 176, + 187 + ], + "idea": [ + 40 + ], + "developing": [ + 42 + ], + "automatic": [ + 43, + 66, + 204 + ], + "approaches": [ + 44 + ], + "which": [ + 45, + 76 + ], + "can": [ + 46, + 136, + 154, + 185, + 207 + ], + "optimize": [ + 47 + ], + "performance": [ + 49, + 81, + 161 + ], + "given": [ + 52 + ], + "algorithm": [ + 54 + ], + "to": [ + 55, + 101, + 117, + 156 + ], + "task": [ + 57 + ], + "at": [ + 58 + ], + "hand.": [ + 59 + ], + "In": [ + 60 + ], + "work,": [ + 62 + ], + "we": [ + 63, + 121 + ], + "consider": [ + 64 + ], + "problem": [ + 68 + ], + "within": [ + 69 + ], + "framework": [ + 71 + ], + "Bayesian": [ + 73, + 147 + ], + "optimization,": [ + 74 + ], + "in": [ + 75, + 162 + ], + "algorithm's": [ + 79 + ], + "generalization": [ + 80 + ], + "modeled": [ + 83 + ], + "as": [ + 84 + ], + "sample": [ + 86 + ], + "from": [ + 87 + ], + "Gaussian": [ + 89, + 128 + ], + "process": [ + 90, + 129 + ], + "(GP).": [ + 91 + ], + "The": [ + 92 + ], + "tractable": [ + 93 + ], + "posterior": [ + 94 + ], + "distribution": [ + 95 + ], + "induced": [ + 96 + ], + "by": [ + 97, + 108 + ], + "GP": [ + 99 + ], + "leads": [ + 100 + ], + "efficient": [ + 102 + ], + "use": [ + 103 + ], + "information": [ + 106 + ], + "gathered": [ + 107 + ], + "previous": [ + 109, + 203 + ], + "experiments,": [ + 110 + ], + "enabling": [ + 111 + ], + "optimal": [ + 112 + ], + "choices": [ + 113, + 153 + ], + "about": [ + 114 + ], + "what": [ + 115 + ], + "parameters": [ + 116 + ], + "try": [ + 118 + ], + "next.": [ + 119 + ], + "Here": [ + 120 + ], + "show": [ + 122, + 150, + 196 + ], + "how": [ + 123 + ], + "effects": [ + 125 + ], + "prior": [ + 130 + ], + "associated": [ + 133 + ], + "inference": [ + 134 + ], + "procedure": [ + 135 + ], + "have": [ + 137 + ], + "large": [ + 139 + ], + "impact": [ + 140 + ], + "on": [ + 141, + 202, + 214 + ], + "success": [ + 143 + ], + "failure": [ + 145 + ], + "optimization.": [ + 148 + ], + "We": [ + 149, + 167, + 195 + ], + "thoughtful": [ + 152 + ], + "lead": [ + 155 + ], + "results": [ + 157 + ], + "exceed": [ + 159 + ], + "expert-level": [ + 160, + 212 + ], + "machine": [ + 164 + ], + "algorithms.": [ + 166 + ], + "also": [ + 168 + ], + "describe": [ + 169 + ], + "new": [ + 170 + ], + "take": [ + 173 + ], + "into": [ + 174 + ], + "account": [ + 175 + ], + "variable": [ + 177 + ], + "cost": [ + 178 + ], + "(duration)": [ + 179 + ], + "experiments": [ + 182 + ], + "leverage": [ + 186 + ], + "presence": [ + 188 + ], + "multiple": [ + 190 + ], + "cores": [ + 191 + ], + "for": [ + 192 + ], + "parallel": [ + 193 + ], + "experimentation.": [ + 194 + ], + "these": [ + 198 + ], + "proposed": [ + 199 + ], + "improve": [ + 201 + ], + "procedures": [ + 205 + ], + "reach": [ + 208 + ], + "surpass": [ + 210 + ], + "human": [ + 211 + ], + "diverse": [ + 216 + ], + "set": [ + 217 + ], + "contemporary": [ + 219 + ], + "including": [ + 221 + ], + "latent": [ + 222 + ], + "Dirichlet": [ + 223 + ], + "allocation,": [ + 224 + ], + "structured": [ + 225 + ], + "SVMs": [ + 226 + ], + "convolutional": [ + 228 + ], + "neural": [ + 229 + ], + "networks.": [ + 230 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 32 + }, + { + "year": 2025, + "cited_by_count": 500 + }, + { + "year": 2024, + "cited_by_count": 630 + }, + { + "year": 2023, + "cited_by_count": 637 + }, + { + "year": 2022, + "cited_by_count": 632 + }, + { + "year": 2021, + "cited_by_count": 872 + }, + { + "year": 2020, + "cited_by_count": 787 + }, + { + "year": 2019, + "cited_by_count": 613 + }, + { + "year": 2018, + "cited_by_count": 368 + }, + { + "year": 2017, + "cited_by_count": 201 + }, + { + "year": 2016, + "cited_by_count": 154 + }, + { + "year": 2015, + "cited_by_count": 113 + }, + { + "year": 2014, + "cited_by_count": 81 + }, + { + "year": 2013, + "cited_by_count": 31 + }, + { + "year": 2012, + "cited_by_count": 8 + } + ], + "updated_date": "2026-05-22T09:01:20.584952", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2913668833", + "doi": null, + "title": "Proceedings of the 25th international conference on Machine learning", + "display_name": "Proceedings of the 25th international conference on Machine learning", + "relevance_score": 4815.651, + "publication_year": 2008, + "publication_date": "2008-07-05", + "ids": { + "openalex": "https://openalex.org/W2913668833", + "mag": "2913668833" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-034209046", + "is_oa": false, + "landing_page_url": "https://dl.acm.org/action/showBook?doi=10.1145%2F1390156", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "software, multimedia" + }, + "type": "article", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5051617344", + "display_name": "William W. Cohen", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I74973139", + "display_name": "Carnegie Mellon University", + "ror": "https://ror.org/05x2bcf33", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I74973139" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "William W. Cohen", + "raw_affiliation_strings": [ + "Carnegie Mellon University" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Carnegie Mellon University", + "institution_ids": [ + "https://openalex.org/I74973139" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5107835063", + "display_name": "Andrew McCallum", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I24603500", + "display_name": "University of Massachusetts Amherst", + "ror": "https://ror.org/0072zz521", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I24603500" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Andrew McCallum", + "raw_affiliation_strings": [ + "University of Massachusetts, Amherst" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Massachusetts, Amherst", + "institution_ids": [ + "https://openalex.org/I24603500" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5003010184", + "display_name": "Sam T. Roweis", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + }, + { + "id": "https://openalex.org/I185261750", + "display_name": "University of Toronto", + "ror": "https://ror.org/03dbr7087", + "country_code": "CA", + "type": "education", + "lineage": [ + "https://openalex.org/I185261750" + ] + } + ], + "countries": [ + "CA", + "US" + ], + "is_corresponding": false, + "raw_author_name": "Sam T. Roweis", + "raw_affiliation_strings": [ + "University of Toronto and Google#TAB#" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Toronto and Google#TAB#", + "institution_ids": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I185261750" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5051617344" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I74973139" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 211.7166, + "has_fulltext": false, + "cited_by_count": 5549, + "citation_normalized_percentile": { + "value": 0.99996634, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9751999974250793, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9751999974250793, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12072", + "display_name": "Machine Learning and Algorithms", + "score": 0.9610000252723694, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11875", + "display_name": "Statistics Education and Methodologies", + "score": 0.949999988079071, + "subfield": { + "id": "https://openalex.org/subfields/2613", + "display_name": "Statistics and Probability" + }, + "field": { + "id": "https://openalex.org/fields/26", + "display_name": "Mathematics" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/presentation", + "display_name": "Presentation (obstetrics)", + "score": 0.5605996251106262 + }, + { + "id": "https://openalex.org/keywords/library-science", + "display_name": "Library science", + "score": 0.5152300000190735 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.3871921896934509 + }, + { + "id": "https://openalex.org/keywords/medical-education", + "display_name": "Medical education", + "score": 0.3709452450275421 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.36655187606811523 + }, + { + "id": "https://openalex.org/keywords/medicine", + "display_name": "Medicine", + "score": 0.28487396240234375 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2777601897", + "wikidata": "https://www.wikidata.org/wiki/Q3409113", + "display_name": "Presentation (obstetrics)", + "level": 2, + "score": 0.5605996251106262 + }, + { + "id": "https://openalex.org/C161191863", + "wikidata": "https://www.wikidata.org/wiki/Q199655", + "display_name": "Library science", + "level": 1, + "score": 0.5152300000190735 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.3871921896934509 + }, + { + "id": "https://openalex.org/C509550671", + "wikidata": "https://www.wikidata.org/wiki/Q126945", + "display_name": "Medical education", + "level": 1, + "score": 0.3709452450275421 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.36655187606811523 + }, + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.28487396240234375 + }, + { + "id": "https://openalex.org/C126838900", + "wikidata": "https://www.wikidata.org/wiki/Q77604", + "display_name": "Radiology", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-034209046", + "is_oa": false, + "landing_page_url": "https://dl.acm.org/action/showBook?doi=10.1145%2F1390156", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "software, multimedia" + }, + { + "id": "mag:2913668833", + "is_oa": false, + "landing_page_url": "https://dl.acm.org/citation.cfm?id=1390156", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306419644", + "display_name": "International Conference on Machine Learning", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "conference" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": "International Conference on Machine Learning", + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "display_name": "Partnerships for the goals", + "score": 0.4000000059604645, + "id": "https://metadata.un.org/sdg/17" + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [], + "abstract_inverted_index": { + "This": [ + 0, + 395, + 430 + ], + "volume": [ + 1 + ], + "contains": [ + 2 + ], + "the": [ + 3, + 7, + 18, + 22, + 33, + 41, + 62, + 74, + 84, + 128, + 132, + 145, + 158, + 169, + 175, + 178, + 182, + 203, + 215, + 221, + 225, + 285, + 290, + 315, + 330, + 344, + 355, + 422, + 427, + 439, + 442, + 499, + 515 + ], + "papers": [ + 4, + 96, + 199, + 219, + 239, + 251, + 267 + ], + "accepted": [ + 5, + 241 + ], + "to": [ + 6, + 99, + 125, + 127, + 205, + 242, + 307, + 310, + 343, + 450, + 475 + ], + "25th": [ + 8 + ], + "International": [ + 9, + 23 + ], + "Conference": [ + 10, + 77, + 86 + ], + "on": [ + 11, + 78, + 87, + 141, + 218 + ], + "Machine": [ + 12, + 24, + 516 + ], + "Learning": [ + 13, + 25, + 80, + 517 + ], + "(ICML": [ + 14 + ], + "2008).": [ + 15 + ], + "ICML": [ + 16, + 56, + 100, + 229, + 243, + 445, + 503 + ], + "is": [ + 17 + ], + "annual": [ + 19 + ], + "conference": [ + 20, + 292 + ], + "of": [ + 21, + 37, + 43, + 64, + 147, + 171, + 177, + 195, + 232, + 250, + 262, + 284, + 289, + 314, + 318, + 322, + 329, + 337, + 408, + 414, + 426, + 441, + 502, + 522 + ], + "Society": [ + 26 + ], + "(IMLS),": [ + 27 + ], + "and": [ + 28, + 35, + 69, + 82, + 131, + 144, + 166, + 188, + 220, + 270, + 325, + 334, + 364, + 369, + 377, + 382, + 387, + 392, + 404, + 418, + 467, + 470, + 481, + 494 + ], + "provides": [ + 29 + ], + "a": [ + 30, + 104, + 190, + 247, + 272, + 300, + 409, + 433, + 510 + ], + "venue": [ + 31 + ], + "for": [ + 32, + 193, + 228, + 277, + 436, + 490, + 519 + ], + "presentation": [ + 34 + ], + "discussion": [ + 36, + 154, + 180 + ], + "current": [ + 38 + ], + "research": [ + 39 + ], + "in": [ + 40, + 66, + 89, + 109, + 271, + 507 + ], + "field": [ + 42 + ], + "machine": [ + 44 + ], + "learning.": [ + 45 + ], + "These": [ + 46 + ], + "proceedings": [ + 47 + ], + "can": [ + 48 + ], + "also": [ + 49, + 349, + 487 + ], + "be": [ + 50, + 308 + ], + "found": [ + 51 + ], + "online": [ + 52, + 142 + ], + "at": [ + 53, + 61 + ], + "http://www.machinelearning.org.\r\n\r\nThis": [ + 54 + ], + "year,": [ + 55, + 245, + 444 + ], + "was": [ + 57, + 70, + 103, + 113 + ], + "held": [ + 58, + 353 + ], + "July": [ + 59 + ], + "5..9": [ + 60 + ], + "University": [ + 63 + ], + "Helsinki,": [ + 65, + 67 + ], + "Finland,": [ + 68 + ], + "co-located": [ + 71, + 511 + ], + "with": [ + 72, + 280, + 402, + 509 + ], + "COLT-2008,": [ + 73 + ], + "21st": [ + 75 + ], + "Annual": [ + 76 + ], + "Computational": [ + 79 + ], + "Theory,": [ + 81 + ], + "UAI-2008,": [ + 83 + ], + "24th": [ + 85 + ], + "Uncertainty": [ + 88 + ], + "Artificial": [ + 90 + ], + "Intelligence.": [ + 91 + ], + "No": [ + 92 + ], + "less": [ + 93 + ], + "than": [ + 94 + ], + "583": [ + 95 + ], + "were": [ + 97, + 123, + 152, + 200, + 240, + 253, + 304, + 399 + ], + "submitted": [ + 98 + ], + "2008.": [ + 101 + ], + "There": [ + 102, + 151 + ], + "very": [ + 105, + 305 + ], + "thorough": [ + 106 + ], + "review": [ + 107, + 192, + 226 + ], + "process,": [ + 108 + ], + "which": [ + 110, + 252 + ], + "each": [ + 111, + 194 + ], + "paper": [ + 112, + 501, + 524 + ], + "reviewed": [ + 114 + ], + "double-blind": [ + 115 + ], + "by": [ + 116, + 157, + 202, + 299, + 359, + 421 + ], + "three": [ + 117, + 428 + ], + "program": [ + 118, + 160 + ], + "committee": [ + 119, + 161 + ], + "(PC)": [ + 120 + ], + "members.": [ + 121 + ], + "Authors": [ + 122 + ], + "able": [ + 124, + 309 + ], + "respond": [ + 126 + ], + "initial": [ + 129 + ], + "reviews,": [ + 130 + ], + "PC": [ + 133 + ], + "members": [ + 134, + 184 + ], + "could": [ + 135 + ], + "then": [ + 136 + ], + "modify": [ + 137 + ], + "their": [ + 138, + 186, + 196, + 266 + ], + "reviews": [ + 139 + ], + "based": [ + 140 + ], + "discussions": [ + 143, + 279 + ], + "content": [ + 146 + ], + "this": [ + 148, + 244 + ], + "author": [ + 149, + 172 + ], + "response.": [ + 150 + ], + "two": [ + 153, + 296 + ], + "periods": [ + 155 + ], + "led": [ + 156 + ], + "senior": [ + 159 + ], + "(SPC),": [ + 162 + ], + "one": [ + 163, + 167, + 294 + ], + "just": [ + 164 + ], + "before": [ + 165, + 354 + ], + "after": [ + 168 + ], + "submission": [ + 170 + ], + "responses.": [ + 173 + ], + "At": [ + 174 + ], + "end": [ + 176 + ], + "second": [ + 179 + ], + "period,": [ + 181 + ], + "SPC": [ + 183 + ], + "gave": [ + 185, + 488 + ], + "recommendations": [ + 187 + ], + "provided": [ + 189, + 432 + ], + "summary": [ + 191 + ], + "papers.": [ + 197 + ], + "Some": [ + 198 + ], + "checked": [ + 201 + ], + "SPCs": [ + 204 + ], + "ensure": [ + 206 + ], + "that": [ + 207, + 231 + ], + "reviewer": [ + 208 + ], + "comments": [ + 209 + ], + "had": [ + 210 + ], + "been": [ + 211 + ], + "addressed.": [ + 212 + ], + "Apart": [ + 213 + ], + "from": [ + 214 + ], + "length": [ + 216 + ], + "restrictions": [ + 217 + ], + "compressed": [ + 222 + ], + "time": [ + 223, + 276 + ], + "frame,": [ + 224 + ], + "process": [ + 227 + ], + "resembles": [ + 230 + ], + "many": [ + 233 + ], + "journal": [ + 234 + ], + "publications.": [ + 235 + ], + "In": [ + 236, + 341, + 473 + ], + "total,": [ + 237 + ], + "158": [ + 238 + ], + "including": [ + 246 + ], + "small": [ + 248 + ], + "number": [ + 249 + ], + "initially": [ + 254 + ], + "conditionally": [ + 255 + ], + "accepted,": [ + 256 + ], + "yielding": [ + 257 + ], + "an": [ + 258 + ], + "overall": [ + 259 + ], + "acceptance": [ + 260 + ], + "rate": [ + 261 + ], + "27%.\r\n\r\nICML": [ + 263 + ], + "authors": [ + 264 + ], + "presented": [ + 265, + 358 + ], + "both": [ + 268 + ], + "orally": [ + 269 + ], + "poster": [ + 273 + ], + "session,": [ + 274 + ], + "allowing": [ + 275 + ], + "detailed": [ + 278 + ], + "any": [ + 281 + ], + "interested": [ + 282 + ], + "attendees": [ + 283, + 440 + ], + "conference.": [ + 286 + ], + "Each": [ + 287 + ], + "day": [ + 288, + 431 + ], + "main": [ + 291, + 356 + ], + "included": [ + 293, + 350 + ], + "or": [ + 295 + ], + "invited": [ + 297 + ], + "talks": [ + 298 + ], + "prominent": [ + 301 + ], + "researcher.": [ + 302 + ], + "We": [ + 303, + 456, + 513 + ], + "fortunate": [ + 306 + ], + "host": [ + 311 + ], + "Michael": [ + 312 + ], + "Collins,": [ + 313 + ], + "Massachusetts": [ + 316 + ], + "Institute": [ + 317 + ], + "Technology;": [ + 319 + ], + "Andrew": [ + 320 + ], + "Ng,": [ + 321 + ], + "Stanford": [ + 323 + ], + "University;": [ + 324 + ], + "Luc": [ + 326 + ], + "De": [ + 327 + ], + "Raedt,": [ + 328 + ], + "Katholieke": [ + 331 + ], + "Universiteit": [ + 332 + ], + "Leuven,": [ + 333 + ], + "John": [ + 335 + ], + "Winn": [ + 336 + ], + "Microsoft": [ + 338 + ], + "Research": [ + 339 + ], + "Cambridge.": [ + 340 + ], + "addition": [ + 342, + 474 + ], + "technical": [ + 345 + ], + "talks,": [ + 346 + ], + "ICML-": [ + 347 + ], + "2008": [ + 348 + ], + "nine": [ + 351 + ], + "tutorials": [ + 352 + ], + "conference,": [ + 357 + ], + "Alex": [ + 360 + ], + "Smola,": [ + 361 + ], + "Arthur": [ + 362 + ], + "Gretton,": [ + 363 + ], + "Kenji": [ + 365 + ], + "Fukumizu;": [ + 366 + ], + "Bert": [ + 367 + ], + "Kappen": [ + 368 + ], + "Marc": [ + 370 + ], + "Toussaint;": [ + 371 + ], + "Neil": [ + 372 + ], + "Lawrence;": [ + 373 + ], + "MartinWainwright;": [ + 374 + ], + "Ralf": [ + 375 + ], + "Herbrich": [ + 376 + ], + "Thore": [ + 378 + ], + "Graepel;": [ + 379 + ], + "Andreas": [ + 380 + ], + "Krause": [ + 381 + ], + "Carlos": [ + 383 + ], + "Guestrin;": [ + 384 + ], + "Shai": [ + 385 + ], + "Shalev-Shwartz": [ + 386 + ], + "Yoram": [ + 388 + ], + "Singer;": [ + 389 + ], + "Rob": [ + 390 + ], + "Fergus;": [ + 391 + ], + "Matthias": [ + 393 + ], + "Seeger.": [ + 394 + ], + "year": [ + 396 + ], + "our": [ + 397, + 462, + 465, + 476, + 523 + ], + "workshops": [ + 398, + 416 + ], + "organized": [ + 400 + ], + "jointly": [ + 401 + ], + "COLT": [ + 403 + ], + "UAI": [ + 405 + ], + "as": [ + 406 + ], + "part": [ + 407 + ], + "special": [ + 410 + ], + "overlap": [ + 411 + ], + "day,": [ + 412 + ], + "consisting": [ + 413 + ], + "eleven": [ + 415 + ], + "selected": [ + 417 + ], + "arranged": [ + 419 + ], + "collaboratively": [ + 420 + ], + "respective": [ + 423 + ], + "workshop": [ + 424 + ], + "chairs": [ + 425 + ], + "conferences.": [ + 429, + 455 + ], + "rich": [ + 434 + ], + "opportunity": [ + 435 + ], + "interaction": [ + 437 + ], + "among": [ + 438 + ], + "conferences.\r\n\r\nThis": [ + 443 + ], + "enlarged": [ + 446 + ], + "its": [ + 447 + ], + "award": [ + 448 + ], + "offerings": [ + 449 + ], + "match": [ + 451 + ], + "several": [ + 452 + ], + "other": [ + 453 + ], + "well-established": [ + 454 + ], + "hope": [ + 457 + ], + "these": [ + 458 + ], + "will": [ + 459 + ], + "help": [ + 460 + ], + "build": [ + 461 + ], + "community,": [ + 463 + ], + "celebrate": [ + 464 + ], + "advances,": [ + 466 + ], + "encourage": [ + 468 + ], + "applications": [ + 469 + ], + "long-term": [ + 471 + ], + "thinking.": [ + 472 + ], + "previously": [ + 477 + ], + "traditional": [ + 478 + ], + "Best": [ + 496 + ], + "Paper": [ + 480, + 484, + 493, + 497 + ], + "Student": [ + 483 + ], + "awards,": [ + 485 + ], + "we": [ + 486 + ], + "awards": [ + 489 + ], + "Application": [ + 492 + ], + "10-year": [ + 495 + ], + "(for": [ + 498 + ], + "best": [ + 500 + ], + "1998,": [ + 504 + ], + "optionally": [ + 505 + ], + "given": [ + 506 + ], + "conjunction": [ + 508 + ], + "conference).": [ + 512 + ], + "thank": [ + 514 + ], + "Journal": [ + 518 + ], + "sponsoring": [ + 520 + ], + "some": [ + 521 + ], + "awards.": [ + 525 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 8 + }, + { + "year": 2024, + "cited_by_count": 1143 + }, + { + "year": 2023, + "cited_by_count": 870 + }, + { + "year": 2022, + "cited_by_count": 611 + }, + { + "year": 2021, + "cited_by_count": 497 + }, + { + "year": 2020, + "cited_by_count": 423 + }, + { + "year": 2019, + "cited_by_count": 289 + }, + { + "year": 2018, + "cited_by_count": 221 + }, + { + "year": 2017, + "cited_by_count": 220 + }, + { + "year": 2016, + "cited_by_count": 148 + }, + { + "year": 2015, + "cited_by_count": 122 + }, + { + "year": 2014, + "cited_by_count": 105 + }, + { + "year": 2013, + "cited_by_count": 109 + }, + { + "year": 2012, + "cited_by_count": 81 + } + ], + "updated_date": "2026-04-28T14:05:53.105641", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2934399013", + "doi": "https://doi.org/10.1056/nejmra1814259", + "title": "Machine Learning in Medicine", + "display_name": "Machine Learning in Medicine", + "relevance_score": 4739.2417, + "publication_year": 2019, + "publication_date": "2019-04-03", + "ids": { + "openalex": "https://openalex.org/W2934399013", + "doi": "https://doi.org/10.1056/nejmra1814259", + "mag": "2934399013", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/30943338" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1056/nejmra1814259", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1056/nejmra1814259", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S62468778", + "display_name": "New England Journal of Medicine", + "issn_l": "0028-4793", + "issn": [ + "0028-4793", + "1533-4406" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320239", + "host_organization_name": "Massachusetts Medical Society", + "host_organization_lineage": [ + "https://openalex.org/P4310320239" + ], + "host_organization_lineage_names": [ + "Massachusetts Medical Society" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "New England Journal of Medicine", + "raw_type": "journal-article" + }, + "type": "review", + "indexed_in": [ + "crossref", + "pubmed" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5022388476", + "display_name": "Alvin Rajkomar", + "orcid": "https://orcid.org/0000-0001-5750-5016" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Alvin Rajkomar", + "raw_affiliation_strings": [ + "From Google, Mountain View, CA (A.R., J.D.); and the Department of Biomedical Informatics, Harvard Medical School, Boston (I.K.)", + "Google, Mountain View, CA" + ], + "raw_orcid": "https://orcid.org/0000-0001-5750-5016", + "affiliations": [ + { + "raw_affiliation_string": "From Google, Mountain View, CA (A.R., J.D.); and the Department of Biomedical Informatics, Harvard Medical School, Boston (I.K.)", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + }, + { + "raw_affiliation_string": "Google, Mountain View, CA", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5043872671", + "display_name": "Jay B. Dean", + "orcid": "https://orcid.org/0000-0003-1362-0500" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Jeffrey Dean", + "raw_affiliation_strings": [ + "From Google, Mountain View, CA (A.R., J.D.); and the Department of Biomedical Informatics, Harvard Medical School, Boston (I.K.)", + "Google, Mountain View, CA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "From Google, Mountain View, CA (A.R., J.D.); and the Department of Biomedical Informatics, Harvard Medical School, Boston (I.K.)", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + }, + { + "raw_affiliation_string": "Google, Mountain View, CA", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5088509061", + "display_name": "Isaac S. Kohane", + "orcid": "https://orcid.org/0000-0003-2192-5160" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + }, + { + "id": "https://openalex.org/I136199984", + "display_name": "Harvard University", + "ror": "https://ror.org/03vek6s52", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I136199984" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Isaac Kohane", + "raw_affiliation_strings": [ + "From Google, Mountain View, CA (A.R., J.D.); and the Department of Biomedical Informatics, Harvard Medical School, Boston (I.K.)", + "Department of Biomedical Informatics, Harvard Medical School, Boston" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "From Google, Mountain View, CA (A.R., J.D.); and the Department of Biomedical Informatics, Harvard Medical School, Boston (I.K.)", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + }, + { + "raw_affiliation_string": "Department of Biomedical Informatics, Harvard Medical School, Boston", + "institution_ids": [ + "https://openalex.org/I136199984" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5022388476" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I1291425158" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 204.021, + "has_fulltext": false, + "cited_by_count": 3863, + "citation_normalized_percentile": { + "value": 0.99985434, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "380", + "issue": "14", + "first_page": "1347", + "last_page": "1358" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T13702", + "display_name": "Machine Learning in Healthcare", + "score": 0.998199999332428, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T13702", + "display_name": "Machine Learning in Healthcare", + "score": 0.998199999332428, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11636", + "display_name": "Artificial Intelligence in Healthcare and Education", + "score": 0.9979000091552734, + "subfield": { + "id": "https://openalex.org/subfields/2718", + "display_name": "Health Informatics" + }, + "field": { + "id": "https://openalex.org/fields/27", + "display_name": "Medicine" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + }, + { + "id": "https://openalex.org/T10350", + "display_name": "Electronic Health Records Systems", + "score": 0.9948999881744385, + "subfield": { + "id": "https://openalex.org/subfields/3605", + "display_name": "Health Information Management" + }, + "field": { + "id": "https://openalex.org/fields/36", + "display_name": "Health Professions" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/download", + "display_name": "Download", + "score": 0.6465957164764404 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.43065306544303894 + }, + { + "id": "https://openalex.org/keywords/data-science", + "display_name": "Data science", + "score": 0.39671552181243896 + }, + { + "id": "https://openalex.org/keywords/medicine", + "display_name": "Medicine", + "score": 0.3796260952949524 + }, + { + "id": "https://openalex.org/keywords/medical-education", + "display_name": "Medical education", + "score": 0.37657836079597473 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.321466863155365 + }, + { + "id": "https://openalex.org/keywords/world-wide-web", + "display_name": "World Wide Web", + "score": 0.27166682481765747 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2780154274", + "wikidata": "https://www.wikidata.org/wiki/Q7126717", + "display_name": "Download", + "level": 2, + "score": 0.6465957164764404 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.43065306544303894 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.39671552181243896 + }, + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.3796260952949524 + }, + { + "id": "https://openalex.org/C509550671", + "wikidata": "https://www.wikidata.org/wiki/Q126945", + "display_name": "Medical education", + "level": 1, + "score": 0.37657836079597473 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.321466863155365 + }, + { + "id": "https://openalex.org/C136764020", + "wikidata": "https://www.wikidata.org/wiki/Q466", + "display_name": "World Wide Web", + "level": 1, + "score": 0.27166682481765747 + } + ], + "mesh": [ + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D003658", + "descriptor_name": "Decision Making, Computer-Assisted", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D003658", + "descriptor_name": "Decision Making, Computer-Assisted", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D003658", + "descriptor_name": "Decision Making, Computer-Assisted", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D008297", + "descriptor_name": "Male", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D008297", + "descriptor_name": "Male", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D008297", + "descriptor_name": "Male", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D008490", + "descriptor_name": "Medical Informatics", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D008490", + "descriptor_name": "Medical Informatics", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D008490", + "descriptor_name": "Medical Informatics", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D008545", + "descriptor_name": "Melanoma", + "qualifier_ui": "Q000175", + "qualifier_name": "diagnosis", + "is_major_topic": false + }, + { + "descriptor_ui": "D008545", + "descriptor_name": "Melanoma", + "qualifier_ui": "Q000175", + "qualifier_name": "diagnosis", + "is_major_topic": false + }, + { + "descriptor_ui": "D008545", + "descriptor_name": "Melanoma", + "qualifier_ui": "Q000175", + "qualifier_name": "diagnosis", + "is_major_topic": false + }, + { + "descriptor_ui": "D008875", + "descriptor_name": "Middle Aged", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D008875", + "descriptor_name": "Middle Aged", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D008875", + "descriptor_name": "Middle Aged", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012878", + "descriptor_name": "Skin Neoplasms", + "qualifier_ui": "Q000175", + "qualifier_name": "diagnosis", + "is_major_topic": false + }, + { + "descriptor_ui": "D012878", + "descriptor_name": "Skin Neoplasms", + "qualifier_ui": "Q000175", + "qualifier_name": "diagnosis", + "is_major_topic": false + }, + { + "descriptor_ui": "D012878", + "descriptor_name": "Skin Neoplasms", + "qualifier_ui": "Q000175", + "qualifier_name": "diagnosis", + "is_major_topic": false + }, + { + "descriptor_ui": "D016347", + "descriptor_name": "Medical Records Systems, Computerized", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D016347", + "descriptor_name": "Medical Records Systems, Computerized", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D016347", + "descriptor_name": "Medical Records Systems, Computerized", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D057188", + "descriptor_name": "Workflow", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D057188", + "descriptor_name": "Workflow", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D057188", + "descriptor_name": "Workflow", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + } + ], + "locations_count": 2, + "locations": [ + { + "id": "doi:10.1056/nejmra1814259", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1056/nejmra1814259", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S62468778", + "display_name": "New England Journal of Medicine", + "issn_l": "0028-4793", + "issn": [ + "0028-4793", + "1533-4406" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320239", + "host_organization_name": "Massachusetts Medical Society", + "host_organization_lineage": [ + "https://openalex.org/P4310320239" + ], + "host_organization_lineage_names": [ + "Massachusetts Medical Society" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "New England Journal of Medicine", + "raw_type": "journal-article" + }, + { + "id": "pmid:30943338", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/30943338", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "The New England journal of medicine", + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 78, + "referenced_works": [ + "https://openalex.org/W1524493166", + "https://openalex.org/W1529983430", + "https://openalex.org/W2005440935", + "https://openalex.org/W2009184733", + "https://openalex.org/W2009954208", + "https://openalex.org/W2027540165", + "https://openalex.org/W2033163059", + "https://openalex.org/W2033609349", + "https://openalex.org/W2043092953", + "https://openalex.org/W2054076956", + "https://openalex.org/W2083721602", + "https://openalex.org/W2096849439", + "https://openalex.org/W2103018059", + "https://openalex.org/W2103889389", + "https://openalex.org/W2119472226", + "https://openalex.org/W2137767404", + "https://openalex.org/W2147246123", + "https://openalex.org/W2166187912", + "https://openalex.org/W2167414941", + "https://openalex.org/W2174931596", + "https://openalex.org/W2267932926", + "https://openalex.org/W2276530525", + "https://openalex.org/W2337116044", + "https://openalex.org/W2415841860", + "https://openalex.org/W2468431774", + "https://openalex.org/W2512902140", + "https://openalex.org/W2515682654", + "https://openalex.org/W2528491735", + "https://openalex.org/W2530247697", + "https://openalex.org/W2548723212", + "https://openalex.org/W2557738935", + "https://openalex.org/W2581082771", + "https://openalex.org/W2598272139", + "https://openalex.org/W2732701910", + "https://openalex.org/W2734356183", + "https://openalex.org/W2738975713", + "https://openalex.org/W2740060821", + "https://openalex.org/W2752747624", + "https://openalex.org/W2753059860", + "https://openalex.org/W2754518417", + "https://openalex.org/W2758348074", + "https://openalex.org/W2762741128", + "https://openalex.org/W2772246530", + "https://openalex.org/W2772723798", + "https://openalex.org/W2782945064", + "https://openalex.org/W2784499877", + "https://openalex.org/W2785268987", + "https://openalex.org/W2785526886", + "https://openalex.org/W2788633781", + "https://openalex.org/W2789894922", + "https://openalex.org/W2790444357", + "https://openalex.org/W2791819448", + "https://openalex.org/W2792902933", + "https://openalex.org/W2793267369", + "https://openalex.org/W2794457162", + "https://openalex.org/W2799837895", + "https://openalex.org/W2804685074", + "https://openalex.org/W2809453031", + "https://openalex.org/W2886281300", + "https://openalex.org/W2887623535", + "https://openalex.org/W2887719255", + "https://openalex.org/W2888109941", + "https://openalex.org/W2889242407", + "https://openalex.org/W2889494558", + "https://openalex.org/W2894917609", + "https://openalex.org/W2896385413", + "https://openalex.org/W2896817483", + "https://openalex.org/W2897434820", + "https://openalex.org/W2899560923", + "https://openalex.org/W2902802452", + "https://openalex.org/W2908201961", + "https://openalex.org/W2914579361", + "https://openalex.org/W2916105049", + "https://openalex.org/W2919115771", + "https://openalex.org/W3098949126", + "https://openalex.org/W4205374244", + "https://openalex.org/W4212774754", + "https://openalex.org/W4296220420" + ], + "related_works": [ + "https://openalex.org/W2899084033", + "https://openalex.org/W2748952813", + "https://openalex.org/W3031052312", + "https://openalex.org/W4389568370", + "https://openalex.org/W3032375762", + "https://openalex.org/W1995515455", + "https://openalex.org/W2080531066", + "https://openalex.org/W3108674512", + "https://openalex.org/W1506200166", + "https://openalex.org/W1489783725" + ], + "abstract_inverted_index": { + "Interview": [ + 0 + ], + "with": [ + 1, + 32 + ], + "Dr.": [ + 2 + ], + "Isaac": [ + 3 + ], + "Kohane": [ + 4 + ], + "on": [ + 5 + ], + "machine": [ + 6 + ], + "learning": [ + 7 + ], + "in": [ + 8 + ], + "medicine.": [ + 9 + ], + "(16:31)Download": [ + 10 + ], + "In": [ + 11 + ], + "this": [ + 12 + ], + "view": [ + 13 + ], + "of": [ + 14, + 17, + 28 + ], + "the": [ + 15, + 43 + ], + "future": [ + 16 + ], + "medicine,": [ + 18 + ], + "patient–provider": [ + 19 + ], + "interactions": [ + 20, + 31 + ], + "are": [ + 21, + 37 + ], + "informed": [ + 22 + ], + "and": [ + 23, + 39, + 47 + ], + "supported": [ + 24 + ], + "by": [ + 25 + ], + "massive": [ + 26 + ], + "amounts": [ + 27 + ], + "data": [ + 29, + 36 + ], + "from": [ + 30 + ], + "similar": [ + 33 + ], + "patients.": [ + 34 + ], + "These": [ + 35 + ], + "collected": [ + 38 + ], + "curated": [ + 40 + ], + "to": [ + 41 + ], + "provide": [ + 42 + ], + "latest": [ + 44 + ], + "evidence-based": [ + 45 + ], + "assessment": [ + 46 + ], + "recommendations.": [ + 48 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 428 + }, + { + "year": 2025, + "cited_by_count": 852 + }, + { + "year": 2024, + "cited_by_count": 636 + }, + { + "year": 2023, + "cited_by_count": 536 + }, + { + "year": 2022, + "cited_by_count": 465 + }, + { + "year": 2021, + "cited_by_count": 495 + }, + { + "year": 2020, + "cited_by_count": 354 + }, + { + "year": 2019, + "cited_by_count": 91 + }, + { + "year": 2018, + "cited_by_count": 2 + }, + { + "year": 2015, + "cited_by_count": 1 + }, + { + "year": 2014, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W1485009520", + "doi": "https://doi.org/10.48550/arxiv.1506.04214", + "title": "Convolutional LSTM Network: A Machine Learning Approach for Precipitation Nowcasting", + "display_name": "Convolutional LSTM Network: A Machine Learning Approach for Precipitation Nowcasting", + "relevance_score": 4735.6885, + "publication_year": 2015, + "publication_date": "2015-06-13", + "ids": { + "openalex": "https://openalex.org/W1485009520", + "doi": "https://doi.org/10.48550/arxiv.1506.04214", + "mag": "1485009520" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:arXiv.org:1506.04214", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1506.04214", + "pdf_url": "https://arxiv.org/pdf/1506.04214", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "type": "preprint", + "indexed_in": [ + "arxiv", + "datacite" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1506.04214", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5091515481", + "display_name": "Xingjian Shi", + "orcid": "https://orcid.org/0000-0002-2700-7742" + }, + "institutions": [ + { + "id": "https://openalex.org/I200769079", + "display_name": "Hong Kong University of Science and Technology", + "ror": "https://ror.org/00q4vv597", + "country_code": "HK", + "type": "education", + "lineage": [ + "https://openalex.org/I200769079" + ] + } + ], + "countries": [ + "HK" + ], + "is_corresponding": true, + "raw_author_name": "Shi, Xingjian", + "raw_affiliation_strings": [ + "Department of Computer Science and Engineering Hong Kong University of Science and Technology" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science and Engineering Hong Kong University of Science and Technology", + "institution_ids": [ + "https://openalex.org/I200769079" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5018500051", + "display_name": "Zhourong Chen", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I200769079", + "display_name": "Hong Kong University of Science and Technology", + "ror": "https://ror.org/00q4vv597", + "country_code": "HK", + "type": "education", + "lineage": [ + "https://openalex.org/I200769079" + ] + } + ], + "countries": [ + "HK" + ], + "is_corresponding": false, + "raw_author_name": "Chen, Zhourong", + "raw_affiliation_strings": [ + "Department of Computer Science and Engineering Hong Kong University of Science and Technology" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science and Engineering Hong Kong University of Science and Technology", + "institution_ids": [ + "https://openalex.org/I200769079" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5100663938", + "display_name": "Hao Wang", + "orcid": "https://orcid.org/0000-0003-0090-2840" + }, + "institutions": [ + { + "id": "https://openalex.org/I200769079", + "display_name": "Hong Kong University of Science and Technology", + "ror": "https://ror.org/00q4vv597", + "country_code": "HK", + "type": "education", + "lineage": [ + "https://openalex.org/I200769079" + ] + } + ], + "countries": [ + "HK" + ], + "is_corresponding": false, + "raw_author_name": "Wang, Hao", + "raw_affiliation_strings": [ + "Department of Computer Science and Engineering Hong Kong University of Science and Technology" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science and Engineering Hong Kong University of Science and Technology", + "institution_ids": [ + "https://openalex.org/I200769079" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5073139380", + "display_name": "Dit‐Yan Yeung", + "orcid": "https://orcid.org/0000-0003-3716-8125" + }, + "institutions": [ + { + "id": "https://openalex.org/I200769079", + "display_name": "Hong Kong University of Science and Technology", + "ror": "https://ror.org/00q4vv597", + "country_code": "HK", + "type": "education", + "lineage": [ + "https://openalex.org/I200769079" + ] + } + ], + "countries": [ + "HK" + ], + "is_corresponding": false, + "raw_author_name": "Yeung, Dit-Yan", + "raw_affiliation_strings": [ + "Department of Computer Science and Engineering Hong Kong University of Science and Technology" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science and Engineering Hong Kong University of Science and Technology", + "institution_ids": [ + "https://openalex.org/I200769079" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5101899480", + "display_name": "Wai Kin Wong", + "orcid": "https://orcid.org/0000-0001-8724-0696" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210104672", + "display_name": "Hong Kong Observatory", + "ror": "https://ror.org/01bvxvq19", + "country_code": "CN", + "type": "facility", + "lineage": [ + "https://openalex.org/I4210104672" + ] + } + ], + "countries": [ + "CN" + ], + "is_corresponding": false, + "raw_author_name": "Wong, Wai-kin", + "raw_affiliation_strings": [ + "Hong Kong Observatory Hong Kong, China" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Hong Kong Observatory Hong Kong, China", + "institution_ids": [ + "https://openalex.org/I4210104672" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5057734311", + "display_name": "Wang‐chun Woo", + "orcid": "https://orcid.org/0000-0001-5401-0333" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210104672", + "display_name": "Hong Kong Observatory", + "ror": "https://ror.org/01bvxvq19", + "country_code": "CN", + "type": "facility", + "lineage": [ + "https://openalex.org/I4210104672" + ] + } + ], + "countries": [ + "CN" + ], + "is_corresponding": false, + "raw_author_name": "Woo, Wang-chun", + "raw_affiliation_strings": [ + "Hong Kong Observatory Hong Kong, China" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Hong Kong Observatory Hong Kong, China", + "institution_ids": [ + "https://openalex.org/I4210104672" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 6, + "corresponding_author_ids": [ + "https://openalex.org/A5091515481" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I200769079" + ], + "apc_list": null, + "apc_paid": null, + "fwci": null, + "has_fulltext": false, + "cited_by_count": 6641, + "citation_normalized_percentile": null, + "cited_by_percentile_year": null, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10466", + "display_name": "Meteorological Phenomena and Simulations", + "score": 0.9984999895095825, + "subfield": { + "id": "https://openalex.org/subfields/1902", + "display_name": "Atmospheric Science" + }, + "field": { + "id": "https://openalex.org/fields/19", + "display_name": "Earth and Planetary Sciences" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10466", + "display_name": "Meteorological Phenomena and Simulations", + "score": 0.9984999895095825, + "subfield": { + "id": "https://openalex.org/subfields/1902", + "display_name": "Atmospheric Science" + }, + "field": { + "id": "https://openalex.org/fields/19", + "display_name": "Earth and Planetary Sciences" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11490", + "display_name": "Hydrological Forecasting Using AI", + "score": 0.9980000257492065, + "subfield": { + "id": "https://openalex.org/subfields/2305", + "display_name": "Environmental Engineering" + }, + "field": { + "id": "https://openalex.org/fields/23", + "display_name": "Environmental Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10930", + "display_name": "Flood Risk Assessment and Management", + "score": 0.9973999857902527, + "subfield": { + "id": "https://openalex.org/subfields/2306", + "display_name": "Global and Planetary Change" + }, + "field": { + "id": "https://openalex.org/fields/23", + "display_name": "Environmental Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/nowcasting", + "display_name": "Nowcasting", + "score": 0.9966049790382385 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7099078297615051 + }, + { + "id": "https://openalex.org/keywords/convolutional-neural-network", + "display_name": "Convolutional neural network", + "score": 0.6329242587089539 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5754866600036621 + }, + { + "id": "https://openalex.org/keywords/precipitation", + "display_name": "Precipitation", + "score": 0.5342473387718201 + }, + { + "id": "https://openalex.org/keywords/state", + "display_name": "State (computer science)", + "score": 0.4683465361595154 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.4540000259876251 + }, + { + "id": "https://openalex.org/keywords/perspective", + "display_name": "Perspective (graphical)", + "score": 0.4144560396671295 + }, + { + "id": "https://openalex.org/keywords/pattern-recognition", + "display_name": "Pattern recognition (psychology)", + "score": 0.3392675518989563 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.20132499933242798 + }, + { + "id": "https://openalex.org/keywords/meteorology", + "display_name": "Meteorology", + "score": 0.17883428931236267 + }, + { + "id": "https://openalex.org/keywords/geography", + "display_name": "Geography", + "score": 0.09717044234275818 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2781013037", + "wikidata": "https://www.wikidata.org/wiki/Q1433331", + "display_name": "Nowcasting", + "level": 2, + "score": 0.9966049790382385 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7099078297615051 + }, + { + "id": "https://openalex.org/C81363708", + "wikidata": "https://www.wikidata.org/wiki/Q17084460", + "display_name": "Convolutional neural network", + "level": 2, + "score": 0.6329242587089539 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5754866600036621 + }, + { + "id": "https://openalex.org/C107054158", + "wikidata": "https://www.wikidata.org/wiki/Q25257", + "display_name": "Precipitation", + "level": 2, + "score": 0.5342473387718201 + }, + { + "id": "https://openalex.org/C48103436", + "wikidata": "https://www.wikidata.org/wiki/Q599031", + "display_name": "State (computer science)", + "level": 2, + "score": 0.4683465361595154 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.4540000259876251 + }, + { + "id": "https://openalex.org/C12713177", + "wikidata": "https://www.wikidata.org/wiki/Q1900281", + "display_name": "Perspective (graphical)", + "level": 2, + "score": 0.4144560396671295 + }, + { + "id": "https://openalex.org/C153180895", + "wikidata": "https://www.wikidata.org/wiki/Q7148389", + "display_name": "Pattern recognition (psychology)", + "level": 2, + "score": 0.3392675518989563 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.20132499933242798 + }, + { + "id": "https://openalex.org/C153294291", + "wikidata": "https://www.wikidata.org/wiki/Q25261", + "display_name": "Meteorology", + "level": 1, + "score": 0.17883428931236267 + }, + { + "id": "https://openalex.org/C205649164", + "wikidata": "https://www.wikidata.org/wiki/Q1071", + "display_name": "Geography", + "level": 0, + "score": 0.09717044234275818 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "pmh:oai:arXiv.org:1506.04214", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1506.04214", + "pdf_url": "https://arxiv.org/pdf/1506.04214", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "doi:10.48550/arxiv.1506.04214", + "is_oa": true, + "landing_page_url": "https://doi.org/10.48550/arxiv.1506.04214", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1506.04214", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1506.04214", + "pdf_url": "https://arxiv.org/pdf/1506.04214", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "sustainable_development_goals": [ + { + "display_name": "Climate action", + "score": 0.8500000238418579, + "id": "https://metadata.un.org/sdg/13" + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 27, + "referenced_works": [ + "https://openalex.org/W588441650", + "https://openalex.org/W962117656", + "https://openalex.org/W1514535095", + "https://openalex.org/W1568514080", + "https://openalex.org/W1606347560", + "https://openalex.org/W1810943226", + "https://openalex.org/W1815076433", + "https://openalex.org/W1867429401", + "https://openalex.org/W1903029394", + "https://openalex.org/W1905882502", + "https://openalex.org/W1947481528", + "https://openalex.org/W1982479097", + "https://openalex.org/W2024414272", + "https://openalex.org/W2030459037", + "https://openalex.org/W2064675550", + "https://openalex.org/W2079565659", + "https://openalex.org/W2116435618", + "https://openalex.org/W2130942839", + "https://openalex.org/W2157331557", + "https://openalex.org/W2557283755", + "https://openalex.org/W2787727108", + "https://openalex.org/W2950635152", + "https://openalex.org/W2951183276", + "https://openalex.org/W2952453038", + "https://openalex.org/W4233546237", + "https://openalex.org/W4294306266", + "https://openalex.org/W4308909683" + ], + "related_works": [ + "https://openalex.org/W2098567841", + "https://openalex.org/W3124209601", + "https://openalex.org/W2238969010", + "https://openalex.org/W2189249776", + "https://openalex.org/W1526105959", + "https://openalex.org/W3193710367", + "https://openalex.org/W3122492506", + "https://openalex.org/W4388046081", + "https://openalex.org/W1778290058", + "https://openalex.org/W1166616657" + ], + "abstract_inverted_index": { + "The": [ + 0 + ], + "goal": [ + 1 + ], + "of": [ + 2, + 21 + ], + "precipitation": [ + 3, + 46, + 101, + 125 + ], + "nowcasting": [ + 4, + 47, + 102 + ], + "is": [ + 5 + ], + "to": [ + 6, + 73, + 93 + ], + "predict": [ + 7 + ], + "the": [ + 8, + 37, + 57, + 60, + 68, + 79, + 86, + 100, + 119 + ], + "future": [ + 9 + ], + "rainfall": [ + 10 + ], + "intensity": [ + 11 + ], + "in": [ + 12, + 54, + 77 + ], + "a": [ + 13, + 17, + 49 + ], + "local": [ + 14 + ], + "region": [ + 15 + ], + "over": [ + 16 + ], + "relatively": [ + 18 + ], + "short": [ + 19 + ], + "period": [ + 20 + ], + "time.": [ + 22 + ], + "Very": [ + 23 + ], + "few": [ + 24 + ], + "previous": [ + 25 + ], + "studies": [ + 26 + ], + "have": [ + 27, + 74 + ], + "examined": [ + 28 + ], + "this": [ + 29, + 42 + ], + "crucial": [ + 30 + ], + "and": [ + 31, + 59, + 81, + 90, + 114, + 118 + ], + "challenging": [ + 32 + ], + "weather": [ + 33 + ], + "forecasting": [ + 34, + 52 + ], + "problem": [ + 35, + 53 + ], + "from": [ + 36 + ], + "machine": [ + 38 + ], + "learning": [ + 39 + ], + "perspective.": [ + 40 + ], + "In": [ + 41 + ], + "paper,": [ + 43 + ], + "we": [ + 44, + 84 + ], + "formulate": [ + 45 + ], + "as": [ + 48 + ], + "spatiotemporal": [ + 50, + 64, + 111 + ], + "sequence": [ + 51 + ], + "which": [ + 55 + ], + "both": [ + 56, + 78 + ], + "input": [ + 58 + ], + "prediction": [ + 61 + ], + "target": [ + 62 + ], + "are": [ + 63 + ], + "sequences.": [ + 65 + ], + "By": [ + 66 + ], + "extending": [ + 67 + ], + "fully": [ + 69 + ], + "connected": [ + 70 + ], + "LSTM": [ + 71, + 88 + ], + "(FC-LSTM)": [ + 72 + ], + "convolutional": [ + 75, + 87 + ], + "structures": [ + 76 + ], + "input-to-state": [ + 80 + ], + "state-to-state": [ + 82 + ], + "transitions,": [ + 83 + ], + "propose": [ + 85 + ], + "(ConvLSTM)": [ + 89 + ], + "use": [ + 91 + ], + "it": [ + 92 + ], + "build": [ + 94 + ], + "an": [ + 95 + ], + "end-to-end": [ + 96 + ], + "trainable": [ + 97 + ], + "model": [ + 98 + ], + "for": [ + 99, + 124 + ], + "problem.": [ + 103 + ], + "Experiments": [ + 104 + ], + "show": [ + 105 + ], + "that": [ + 106 + ], + "our": [ + 107 + ], + "ConvLSTM": [ + 108 + ], + "network": [ + 109 + ], + "captures": [ + 110 + ], + "correlations": [ + 112 + ], + "better": [ + 113 + ], + "consistently": [ + 115 + ], + "outperforms": [ + 116 + ], + "FC-LSTM": [ + 117 + ], + "state-of-the-art": [ + 120 + ], + "operational": [ + 121 + ], + "ROVER": [ + 122 + ], + "algorithm": [ + 123 + ], + "nowcasting.": [ + 126 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 23 + }, + { + "year": 2025, + "cited_by_count": 513 + }, + { + "year": 2024, + "cited_by_count": 855 + }, + { + "year": 2023, + "cited_by_count": 1013 + }, + { + "year": 2022, + "cited_by_count": 1028 + }, + { + "year": 2021, + "cited_by_count": 1126 + }, + { + "year": 2020, + "cited_by_count": 926 + }, + { + "year": 2019, + "cited_by_count": 736 + }, + { + "year": 2018, + "cited_by_count": 294 + }, + { + "year": 2017, + "cited_by_count": 110 + }, + { + "year": 2016, + "cited_by_count": 15 + }, + { + "year": 2014, + "cited_by_count": 1 + }, + { + "year": 2012, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-24T08:33:08.758527", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W114517082", + "doi": "https://doi.org/10.1007/978-3-7908-2604-3_16", + "title": "Large-Scale Machine Learning with Stochastic Gradient Descent", + "display_name": "Large-Scale Machine Learning with Stochastic Gradient Descent", + "relevance_score": 4605.2676, + "publication_year": 2010, + "publication_date": "2010-01-01", + "ids": { + "openalex": "https://openalex.org/W114517082", + "doi": "https://doi.org/10.1007/978-3-7908-2604-3_16", + "mag": "114517082" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1007/978-3-7908-2604-3_16", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1007/978-3-7908-2604-3_16", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Proceedings of COMPSTAT'2010", + "raw_type": "book-chapter" + }, + "type": "book-chapter", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5019206666", + "display_name": "Léon Bottou", + "orcid": "https://orcid.org/0000-0002-9894-8128" + }, + "institutions": [ + { + "id": "https://openalex.org/I20089843", + "display_name": "Princeton University", + "ror": "https://ror.org/00hx57361", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I20089843" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Léon Bottou", + "raw_affiliation_strings": [ + "NEC Labs America, Princeton, NJ, 08542, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "NEC Labs America, Princeton, NJ, 08542, USA", + "institution_ids": [ + "https://openalex.org/I20089843" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5019206666" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I20089843" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 33.3114, + "has_fulltext": false, + "cited_by_count": 5615, + "citation_normalized_percentile": { + "value": 0.99817643, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": "177", + "last_page": "186" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11612", + "display_name": "Stochastic Gradient Optimization Techniques", + "score": 0.9887999892234802, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11612", + "display_name": "Stochastic Gradient Optimization Techniques", + "score": 0.9887999892234802, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10764", + "display_name": "Privacy-Preserving Technologies in Data", + "score": 0.003100000089034438, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12101", + "display_name": "Advanced Bandit Algorithms Research", + "score": 0.0019000000320374966, + "subfield": { + "id": "https://openalex.org/subfields/1803", + "display_name": "Management Science and Operations Research" + }, + "field": { + "id": "https://openalex.org/fields/18", + "display_name": "Decision Sciences" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/stochastic-gradient-descent", + "display_name": "Stochastic gradient descent", + "score": 0.8901551961898804 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6674743294715881 + }, + { + "id": "https://openalex.org/keywords/scale", + "display_name": "Scale (ratio)", + "score": 0.6642521619796753 + }, + { + "id": "https://openalex.org/keywords/stochastic-optimization", + "display_name": "Stochastic optimization", + "score": 0.610326886177063 + }, + { + "id": "https://openalex.org/keywords/gradient-descent", + "display_name": "Gradient descent", + "score": 0.5460410714149475 + }, + { + "id": "https://openalex.org/keywords/set", + "display_name": "Set (abstract data type)", + "score": 0.5359654426574707 + }, + { + "id": "https://openalex.org/keywords/online-machine-learning", + "display_name": "Online machine learning", + "score": 0.5075844526290894 + }, + { + "id": "https://openalex.org/keywords/context", + "display_name": "Context (archaeology)", + "score": 0.5021035671234131 + }, + { + "id": "https://openalex.org/keywords/sample", + "display_name": "Sample (material)", + "score": 0.44076448678970337 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.43065375089645386 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.3568766713142395 + }, + { + "id": "https://openalex.org/keywords/mathematical-optimization", + "display_name": "Mathematical optimization", + "score": 0.3531373143196106 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.3442344069480896 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.26637405157089233 + }, + { + "id": "https://openalex.org/keywords/active-learning", + "display_name": "Active learning (machine learning)", + "score": 0.11679795384407043 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.10637149214744568 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C206688291", + "wikidata": "https://www.wikidata.org/wiki/Q7617819", + "display_name": "Stochastic gradient descent", + "level": 3, + "score": 0.8901551961898804 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6674743294715881 + }, + { + "id": "https://openalex.org/C2778755073", + "wikidata": "https://www.wikidata.org/wiki/Q10858537", + "display_name": "Scale (ratio)", + "level": 2, + "score": 0.6642521619796753 + }, + { + "id": "https://openalex.org/C194387892", + "wikidata": "https://www.wikidata.org/wiki/Q1747770", + "display_name": "Stochastic optimization", + "level": 2, + "score": 0.610326886177063 + }, + { + "id": "https://openalex.org/C153258448", + "wikidata": "https://www.wikidata.org/wiki/Q1199743", + "display_name": "Gradient descent", + "level": 3, + "score": 0.5460410714149475 + }, + { + "id": "https://openalex.org/C177264268", + "wikidata": "https://www.wikidata.org/wiki/Q1514741", + "display_name": "Set (abstract data type)", + "level": 2, + "score": 0.5359654426574707 + }, + { + "id": "https://openalex.org/C115903097", + "wikidata": "https://www.wikidata.org/wiki/Q7094097", + "display_name": "Online machine learning", + "level": 3, + "score": 0.5075844526290894 + }, + { + "id": "https://openalex.org/C2779343474", + "wikidata": "https://www.wikidata.org/wiki/Q3109175", + "display_name": "Context (archaeology)", + "level": 2, + "score": 0.5021035671234131 + }, + { + "id": "https://openalex.org/C198531522", + "wikidata": "https://www.wikidata.org/wiki/Q485146", + "display_name": "Sample (material)", + "level": 2, + "score": 0.44076448678970337 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.43065375089645386 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.3568766713142395 + }, + { + "id": "https://openalex.org/C126255220", + "wikidata": "https://www.wikidata.org/wiki/Q141495", + "display_name": "Mathematical optimization", + "level": 1, + "score": 0.3531373143196106 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.3442344069480896 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.26637405157089233 + }, + { + "id": "https://openalex.org/C77967617", + "wikidata": "https://www.wikidata.org/wiki/Q4677561", + "display_name": "Active learning (machine learning)", + "level": 2, + "score": 0.11679795384407043 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.10637149214744568 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C43617362", + "wikidata": "https://www.wikidata.org/wiki/Q170050", + "display_name": "Chromatography", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C151730666", + "wikidata": "https://www.wikidata.org/wiki/Q7205", + "display_name": "Paleontology", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C121332964", + "wikidata": "https://www.wikidata.org/wiki/Q413", + "display_name": "Physics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C185592680", + "wikidata": "https://www.wikidata.org/wiki/Q2329", + "display_name": "Chemistry", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C86803240", + "wikidata": "https://www.wikidata.org/wiki/Q420", + "display_name": "Biology", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C62520636", + "wikidata": "https://www.wikidata.org/wiki/Q944", + "display_name": "Quantum mechanics", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "doi:10.1007/978-3-7908-2604-3_16", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1007/978-3-7908-2604-3_16", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Proceedings of COMPSTAT'2010", + "raw_type": "book-chapter" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.419.462", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.419.462", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://leon.bottou.org/publications/pdf/compstat-2010.pdf", + "raw_type": "text" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 26, + "referenced_works": [ + "https://openalex.org/W1505356468", + "https://openalex.org/W1535810436", + "https://openalex.org/W1629097610", + "https://openalex.org/W2029538739", + "https://openalex.org/W2030811966", + "https://openalex.org/W2035720976", + "https://openalex.org/W2043919728", + "https://openalex.org/W2068484625", + "https://openalex.org/W2086161653", + "https://openalex.org/W2098921539", + "https://openalex.org/W2101159990", + "https://openalex.org/W2113651538", + "https://openalex.org/W2119821739", + "https://openalex.org/W2127218421", + "https://openalex.org/W2129191766", + "https://openalex.org/W2135046866", + "https://openalex.org/W2137515395", + "https://openalex.org/W2147880316", + "https://openalex.org/W2150102617", + "https://openalex.org/W2154451187", + "https://openalex.org/W2322150470", + "https://openalex.org/W2416173357", + "https://openalex.org/W2766736793", + "https://openalex.org/W2990138404", + "https://openalex.org/W3207342693", + "https://openalex.org/W4238284510" + ], + "related_works": [ + "https://openalex.org/W2895097035", + "https://openalex.org/W4206903459", + "https://openalex.org/W2754816816", + "https://openalex.org/W4366280654", + "https://openalex.org/W4323366756", + "https://openalex.org/W4286899070", + "https://openalex.org/W4389775782", + "https://openalex.org/W4285259204", + "https://openalex.org/W3207830353", + "https://openalex.org/W114517082" + ], + "abstract_inverted_index": { + "During": [ + 0 + ], + "the": [ + 1, + 4, + 11, + 18, + 28, + 33, + 45, + 57, + 61, + 100 + ], + "last": [ + 2 + ], + "decade,": [ + 3 + ], + "data": [ + 5 + ], + "sizes": [ + 6 + ], + "have": [ + 7 + ], + "grown": [ + 8 + ], + "faster": [ + 9 + ], + "than": [ + 10, + 32 + ], + "speed": [ + 12 + ], + "of": [ + 13, + 20, + 47, + 60 + ], + "processors.": [ + 14 + ], + "In": [ + 15, + 82 + ], + "this": [ + 16 + ], + "context,": [ + 17 + ], + "capabilities": [ + 19 + ], + "statistical": [ + 21 + ], + "machine": [ + 22 + ], + "learning": [ + 23, + 51 + ], + "methods": [ + 24 + ], + "is": [ + 25 + ], + "limited": [ + 26 + ], + "by": [ + 27 + ], + "computing": [ + 29 + ], + "time": [ + 30 + ], + "rather": [ + 31 + ], + "sample": [ + 34 + ], + "size.": [ + 35 + ], + "A": [ + 36 + ], + "more": [ + 37 + ], + "precise": [ + 38 + ], + "analysis": [ + 39 + ], + "uncovers": [ + 40 + ], + "qualitatively": [ + 41 + ], + "different": [ + 42 + ], + "tradeoffs": [ + 43 + ], + "for": [ + 44, + 79 + ], + "case": [ + 46, + 55 + ], + "small-scale": [ + 48 + ], + "and": [ + 49, + 88 + ], + "large-scale": [ + 50, + 54, + 80 + ], + "problems.": [ + 52, + 81 + ], + "The": [ + 53 + ], + "involves": [ + 56 + ], + "computational": [ + 58 + ], + "complexity": [ + 59 + ], + "underlying": [ + 62 + ], + "optimization": [ + 63, + 69 + ], + "algorithm": [ + 64 + ], + "in": [ + 65 + ], + "non-trivial": [ + 66 + ], + "ways.": [ + 67 + ], + "Unlikely": [ + 68 + ], + "algorithms": [ + 70 + ], + "such": [ + 71 + ], + "as": [ + 72 + ], + "stochastic": [ + 73, + 86, + 90 + ], + "gradient": [ + 74, + 87, + 91 + ], + "descent": [ + 75 + ], + "show": [ + 76 + ], + "amazing": [ + 77 + ], + "performance": [ + 78 + ], + "particular,": [ + 83 + ], + "second": [ + 84 + ], + "order": [ + 85 + ], + "averaged": [ + 89 + ], + "are": [ + 92 + ], + "asymptotically": [ + 93 + ], + "efficient": [ + 94 + ], + "after": [ + 95 + ], + "a": [ + 96 + ], + "single": [ + 97 + ], + "pass": [ + 98 + ], + "on": [ + 99 + ], + "training": [ + 101 + ], + "set.": [ + 102 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 79 + }, + { + "year": 2025, + "cited_by_count": 338 + }, + { + "year": 2024, + "cited_by_count": 343 + }, + { + "year": 2023, + "cited_by_count": 392 + }, + { + "year": 2022, + "cited_by_count": 436 + }, + { + "year": 2021, + "cited_by_count": 796 + }, + { + "year": 2020, + "cited_by_count": 903 + }, + { + "year": 2019, + "cited_by_count": 787 + }, + { + "year": 2018, + "cited_by_count": 515 + }, + { + "year": 2017, + "cited_by_count": 392 + }, + { + "year": 2016, + "cited_by_count": 254 + }, + { + "year": 2015, + "cited_by_count": 153 + }, + { + "year": 2014, + "cited_by_count": 107 + }, + { + "year": 2013, + "cited_by_count": 66 + }, + { + "year": 2012, + "cited_by_count": 40 + } + ], + "updated_date": "2026-05-28T09:10:13.091523", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2619383789", + "doi": "https://doi.org/10.1109/tpami.2018.2798607", + "title": "Multimodal Machine Learning: A Survey and Taxonomy", + "display_name": "Multimodal Machine Learning: A Survey and Taxonomy", + "relevance_score": 4484.6733, + "publication_year": 2018, + "publication_date": "2018-01-25", + "ids": { + "openalex": "https://openalex.org/W2619383789", + "doi": "https://doi.org/10.1109/tpami.2018.2798607", + "mag": "2619383789", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/29994351" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1109/tpami.2018.2798607", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/tpami.2018.2798607", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S199944782", + "display_name": "IEEE Transactions on Pattern Analysis and Machine Intelligence", + "issn_l": "0162-8828", + "issn": [ + "0162-8828", + "1939-3539", + "2160-9292" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320439", + "host_organization_name": "IEEE Computer Society", + "host_organization_lineage": [ + "https://openalex.org/P4310320439", + "https://openalex.org/P4310319808" + ], + "host_organization_lineage_names": [ + "IEEE Computer Society", + "Institute of Electrical and Electronics Engineers" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IEEE Transactions on Pattern Analysis and Machine Intelligence", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref", + "pubmed" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5058610902", + "display_name": "Tadas Baltrušaitis", + "orcid": "https://orcid.org/0000-0001-7923-8780" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210164937", + "display_name": "Microsoft Research (United Kingdom)", + "ror": "https://ror.org/05k87vq12", + "country_code": "GB", + "type": "company", + "lineage": [ + "https://openalex.org/I1290206253", + "https://openalex.org/I4210164937" + ] + } + ], + "countries": [ + "GB" + ], + "is_corresponding": true, + "raw_author_name": "Tadas Baltrusaitis", + "raw_affiliation_strings": [ + "Microsoft Corporation, Cambridge, United Kingdom" + ], + "raw_orcid": "https://orcid.org/0000-0001-7923-8780", + "affiliations": [ + { + "raw_affiliation_string": "Microsoft Corporation, Cambridge, United Kingdom", + "institution_ids": [ + "https://openalex.org/I4210164937" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5050602513", + "display_name": "Chaitanya Ahuja", + "orcid": "https://orcid.org/0000-0003-4396-2050" + }, + "institutions": [ + { + "id": "https://openalex.org/I74973139", + "display_name": "Carnegie Mellon University", + "ror": "https://ror.org/05x2bcf33", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I74973139" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Chaitanya Ahuja", + "raw_affiliation_strings": [ + "Language Technologies Institute, Carnegie Mellon University, Pittsburgh, PA" + ], + "raw_orcid": "https://orcid.org/0000-0003-4396-2050", + "affiliations": [ + { + "raw_affiliation_string": "Language Technologies Institute, Carnegie Mellon University, Pittsburgh, PA", + "institution_ids": [ + "https://openalex.org/I74973139" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5081398601", + "display_name": "Louis–Philippe Morency", + "orcid": "https://orcid.org/0000-0001-6376-7696" + }, + "institutions": [ + { + "id": "https://openalex.org/I74973139", + "display_name": "Carnegie Mellon University", + "ror": "https://ror.org/05x2bcf33", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I74973139" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Louis-Philippe Morency", + "raw_affiliation_strings": [ + "Language Technologies Institute, Carnegie Mellon University, Pittsburgh, PA" + ], + "raw_orcid": "https://orcid.org/0000-0001-6376-7696", + "affiliations": [ + { + "raw_affiliation_string": "Language Technologies Institute, Carnegie Mellon University, Pittsburgh, PA", + "institution_ids": [ + "https://openalex.org/I74973139" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5058610902" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I4210164937" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 162.0966, + "has_fulltext": false, + "cited_by_count": 4123, + "citation_normalized_percentile": { + "value": 1.0, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "41", + "issue": "2", + "first_page": "423", + "last_page": "443" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11309", + "display_name": "Music and Audio Processing", + "score": 0.9983000159263611, + "subfield": { + "id": "https://openalex.org/subfields/1711", + "display_name": "Signal Processing" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11309", + "display_name": "Music and Audio Processing", + "score": 0.9983000159263611, + "subfield": { + "id": "https://openalex.org/subfields/1711", + "display_name": "Signal Processing" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T13083", + "display_name": "Advanced Text Analysis Techniques", + "score": 0.9890000224113464, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11667", + "display_name": "Advanced Chemical Sensor Technologies", + "score": 0.9860000014305115, + "subfield": { + "id": "https://openalex.org/subfields/2204", + "display_name": "Biomedical Engineering" + }, + "field": { + "id": "https://openalex.org/fields/22", + "display_name": "Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/multimodal-learning", + "display_name": "Multimodal learning", + "score": 0.7634491920471191 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6933263540267944 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.644882082939148 + }, + { + "id": "https://openalex.org/keywords/modalities", + "display_name": "Modalities", + "score": 0.6390953063964844 + }, + { + "id": "https://openalex.org/keywords/taxonomy", + "display_name": "Taxonomy (biology)", + "score": 0.6077015399932861 + }, + { + "id": "https://openalex.org/keywords/categorization", + "display_name": "Categorization", + "score": 0.5977133512496948 + }, + { + "id": "https://openalex.org/keywords/multimodality", + "display_name": "Multimodality", + "score": 0.4987671375274658 + }, + { + "id": "https://openalex.org/keywords/field", + "display_name": "Field (mathematics)", + "score": 0.45902901887893677 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.42995545268058777 + }, + { + "id": "https://openalex.org/keywords/human–computer-interaction", + "display_name": "Human–computer interaction", + "score": 0.35926470160484314 + }, + { + "id": "https://openalex.org/keywords/world-wide-web", + "display_name": "World Wide Web", + "score": 0.08981871604919434 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2780660688", + "wikidata": "https://www.wikidata.org/wiki/Q25052564", + "display_name": "Multimodal learning", + "level": 2, + "score": 0.7634491920471191 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6933263540267944 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.644882082939148 + }, + { + "id": "https://openalex.org/C2779903281", + "wikidata": "https://www.wikidata.org/wiki/Q6888026", + "display_name": "Modalities", + "level": 2, + "score": 0.6390953063964844 + }, + { + "id": "https://openalex.org/C58642233", + "wikidata": "https://www.wikidata.org/wiki/Q8269924", + "display_name": "Taxonomy (biology)", + "level": 2, + "score": 0.6077015399932861 + }, + { + "id": "https://openalex.org/C94124525", + "wikidata": "https://www.wikidata.org/wiki/Q912550", + "display_name": "Categorization", + "level": 2, + "score": 0.5977133512496948 + }, + { + "id": "https://openalex.org/C2780910867", + "wikidata": "https://www.wikidata.org/wiki/Q1952416", + "display_name": "Multimodality", + "level": 2, + "score": 0.4987671375274658 + }, + { + "id": "https://openalex.org/C9652623", + "wikidata": "https://www.wikidata.org/wiki/Q190109", + "display_name": "Field (mathematics)", + "level": 2, + "score": 0.45902901887893677 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.42995545268058777 + }, + { + "id": "https://openalex.org/C107457646", + "wikidata": "https://www.wikidata.org/wiki/Q207434", + "display_name": "Human–computer interaction", + "level": 1, + "score": 0.35926470160484314 + }, + { + "id": "https://openalex.org/C136764020", + "wikidata": "https://www.wikidata.org/wiki/Q466", + "display_name": "World Wide Web", + "level": 1, + "score": 0.08981871604919434 + }, + { + "id": "https://openalex.org/C202444582", + "wikidata": "https://www.wikidata.org/wiki/Q837863", + "display_name": "Pure mathematics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C144024400", + "wikidata": "https://www.wikidata.org/wiki/Q21201", + "display_name": "Sociology", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C36289849", + "wikidata": "https://www.wikidata.org/wiki/Q34749", + "display_name": "Social science", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C59822182", + "wikidata": "https://www.wikidata.org/wiki/Q441", + "display_name": "Botany", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C86803240", + "wikidata": "https://www.wikidata.org/wiki/Q420", + "display_name": "Biology", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "doi:10.1109/tpami.2018.2798607", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/tpami.2018.2798607", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S199944782", + "display_name": "IEEE Transactions on Pattern Analysis and Machine Intelligence", + "issn_l": "0162-8828", + "issn": [ + "0162-8828", + "1939-3539", + "2160-9292" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320439", + "host_organization_name": "IEEE Computer Society", + "host_organization_lineage": [ + "https://openalex.org/P4310320439", + "https://openalex.org/P4310319808" + ], + "host_organization_lineage_names": [ + "IEEE Computer Society", + "Institute of Electrical and Electronics Engineers" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IEEE Transactions on Pattern Analysis and Machine Intelligence", + "raw_type": "journal-article" + }, + { + "id": "pmid:29994351", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/29994351", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IEEE transactions on pattern analysis and machine intelligence", + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 369, + "referenced_works": [ + "https://openalex.org/W8316075", + "https://openalex.org/W21006490", + "https://openalex.org/W22229905", + "https://openalex.org/W59175527", + "https://openalex.org/W68733909", + "https://openalex.org/W129606432", + "https://openalex.org/W155596317", + "https://openalex.org/W189596042", + "https://openalex.org/W199018803", + "https://openalex.org/W262578090", + "https://openalex.org/W854541894", + "https://openalex.org/W877909479", + "https://openalex.org/W956551720", + "https://openalex.org/W1123427201", + "https://openalex.org/W1480583224", + "https://openalex.org/W1481820510", + "https://openalex.org/W1488163396", + "https://openalex.org/W1503933356", + "https://openalex.org/W1514535095", + "https://openalex.org/W1522301498", + "https://openalex.org/W1523385540", + "https://openalex.org/W1527575280", + "https://openalex.org/W1528056001", + "https://openalex.org/W1533861849", + "https://openalex.org/W1540429825", + "https://openalex.org/W1555767263", + "https://openalex.org/W1566289585", + "https://openalex.org/W1572567476", + "https://openalex.org/W1573040851", + "https://openalex.org/W1586939924", + "https://openalex.org/W1601567445", + "https://openalex.org/W1628307106", + "https://openalex.org/W1651753422", + "https://openalex.org/W1664311846", + "https://openalex.org/W1686810756", + "https://openalex.org/W1687846465", + "https://openalex.org/W1753482797", + "https://openalex.org/W1762503104", + "https://openalex.org/W1766290689", + "https://openalex.org/W1773149199", + "https://openalex.org/W1811254738", + "https://openalex.org/W1822526425", + "https://openalex.org/W1828348983", + "https://openalex.org/W1836465849", + "https://openalex.org/W1858383477", + "https://openalex.org/W1870428314", + "https://openalex.org/W1872883209", + "https://openalex.org/W1883346539", + "https://openalex.org/W1889038981", + "https://openalex.org/W1889081078", + "https://openalex.org/W1893116441", + "https://openalex.org/W1895577753", + "https://openalex.org/W1897761818", + "https://openalex.org/W1905882502", + "https://openalex.org/W1906515132", + "https://openalex.org/W1922557984", + "https://openalex.org/W1931795219", + "https://openalex.org/W1933065844", + "https://openalex.org/W1933349210", + "https://openalex.org/W1956340063", + "https://openalex.org/W1963540633", + "https://openalex.org/W1964073652", + "https://openalex.org/W1966811077", + "https://openalex.org/W1969616664", + "https://openalex.org/W1970055505", + "https://openalex.org/W1971791733", + "https://openalex.org/W1976066595", + "https://openalex.org/W1977547683", + "https://openalex.org/W1985867508", + "https://openalex.org/W1986451414", + "https://openalex.org/W1987835821", + "https://openalex.org/W1996418862", + "https://openalex.org/W1996478295", + "https://openalex.org/W2000911139", + "https://openalex.org/W2003333103", + "https://openalex.org/W2006969979", + "https://openalex.org/W2009059481", + "https://openalex.org/W2012237712", + "https://openalex.org/W2015394094", + "https://openalex.org/W2015412875", + "https://openalex.org/W2019024625", + "https://openalex.org/W2022799064", + "https://openalex.org/W2025341678", + "https://openalex.org/W2025638820", + "https://openalex.org/W2026012689", + "https://openalex.org/W2026243162", + "https://openalex.org/W2038698865", + "https://openalex.org/W2041288440", + "https://openalex.org/W2042608483", + "https://openalex.org/W2048343491", + "https://openalex.org/W2048679005", + "https://openalex.org/W2051721233", + "https://openalex.org/W2053101950", + "https://openalex.org/W2057568625", + "https://openalex.org/W2058616948", + "https://openalex.org/W2061781940", + "https://openalex.org/W2062632672", + "https://openalex.org/W2062955551", + "https://openalex.org/W2063036810", + "https://openalex.org/W2063330527", + "https://openalex.org/W2064675550", + "https://openalex.org/W2066667210", + "https://openalex.org/W2068676460", + "https://openalex.org/W2069682406", + "https://openalex.org/W2077395415", + "https://openalex.org/W2080576537", + "https://openalex.org/W2083885588", + "https://openalex.org/W2090048052", + "https://openalex.org/W2095705004", + "https://openalex.org/W2096391593", + "https://openalex.org/W2098411764", + "https://openalex.org/W2098562545", + "https://openalex.org/W2099471712", + "https://openalex.org/W2100235303", + "https://openalex.org/W2100561338", + "https://openalex.org/W2101105183", + "https://openalex.org/W2101534792", + "https://openalex.org/W2102765684", + "https://openalex.org/W2105103432", + "https://openalex.org/W2106277773", + "https://openalex.org/W2108710284", + "https://openalex.org/W2109586012", + "https://openalex.org/W2109743529", + "https://openalex.org/W2111078031", + "https://openalex.org/W2111645492", + "https://openalex.org/W2112019442", + "https://openalex.org/W2112184938", + "https://openalex.org/W2112912048", + "https://openalex.org/W2113507809", + "https://openalex.org/W2118714046", + "https://openalex.org/W2119288237", + "https://openalex.org/W2120776756", + "https://openalex.org/W2123024445", + "https://openalex.org/W2124033848", + "https://openalex.org/W2124372976", + "https://openalex.org/W2125336414", + "https://openalex.org/W2125366733", + "https://openalex.org/W2126598020", + "https://openalex.org/W2128856065", + "https://openalex.org/W2129142580", + "https://openalex.org/W2129360799", + "https://openalex.org/W2129382193", + "https://openalex.org/W2130055251", + "https://openalex.org/W2130162821", + "https://openalex.org/W2130942839", + "https://openalex.org/W2131179926", + "https://openalex.org/W2133459682", + "https://openalex.org/W2133564696", + "https://openalex.org/W2135776491", + "https://openalex.org/W2136922672", + "https://openalex.org/W2136985729", + "https://openalex.org/W2137735870", + "https://openalex.org/W2137806537", + "https://openalex.org/W2141477623", + "https://openalex.org/W2142192571", + "https://openalex.org/W2142900973", + "https://openalex.org/W2143449221", + "https://openalex.org/W2143492886", + "https://openalex.org/W2143612262", + "https://openalex.org/W2143926884", + "https://openalex.org/W2145056192", + "https://openalex.org/W2147880316", + "https://openalex.org/W2147885303", + "https://openalex.org/W2148298736", + "https://openalex.org/W2149172860", + "https://openalex.org/W2149557440", + "https://openalex.org/W2149940198", + "https://openalex.org/W2150295085", + "https://openalex.org/W2150658333", + "https://openalex.org/W2150696241", + "https://openalex.org/W2150824314", + "https://openalex.org/W2151096985", + "https://openalex.org/W2151103935", + "https://openalex.org/W2152239535", + "https://openalex.org/W2153579005", + "https://openalex.org/W2153927146", + "https://openalex.org/W2156303437", + "https://openalex.org/W2156503193", + "https://openalex.org/W2159973364", + "https://openalex.org/W2160815625", + "https://openalex.org/W2163108352", + "https://openalex.org/W2163605009", + "https://openalex.org/W2163922914", + "https://openalex.org/W2164186291", + "https://openalex.org/W2164450870", + "https://openalex.org/W2164587673", + "https://openalex.org/W2164699598", + "https://openalex.org/W2167103782", + "https://openalex.org/W2173180041", + "https://openalex.org/W2180844455", + "https://openalex.org/W2181691731", + "https://openalex.org/W2184045248", + "https://openalex.org/W2184188583", + "https://openalex.org/W2185175083", + "https://openalex.org/W2201007611", + "https://openalex.org/W2203543769", + "https://openalex.org/W2220981600", + "https://openalex.org/W2250742840", + "https://openalex.org/W2250842428", + "https://openalex.org/W2251353663", + "https://openalex.org/W2251394420", + "https://openalex.org/W2251885125", + "https://openalex.org/W2251970440", + "https://openalex.org/W2252122141", + "https://openalex.org/W2252238675", + "https://openalex.org/W2266728343", + "https://openalex.org/W2267126114", + "https://openalex.org/W2282219577", + "https://openalex.org/W2291822808", + "https://openalex.org/W2293453011", + "https://openalex.org/W2294797155", + "https://openalex.org/W2296613712", + "https://openalex.org/W2316138215", + "https://openalex.org/W2327501763", + "https://openalex.org/W2342662179", + "https://openalex.org/W2388114291", + "https://openalex.org/W2397159106", + "https://openalex.org/W2399507222", + "https://openalex.org/W2399733683", + "https://openalex.org/W2402955625", + "https://openalex.org/W2405756170", + "https://openalex.org/W2411037331", + "https://openalex.org/W2418349398", + "https://openalex.org/W2434537049", + "https://openalex.org/W2462496837", + "https://openalex.org/W2470413457", + "https://openalex.org/W2489434015", + "https://openalex.org/W2494980014", + "https://openalex.org/W2519091744", + "https://openalex.org/W2519656895", + "https://openalex.org/W2520160253", + "https://openalex.org/W2546919788", + "https://openalex.org/W2557865186", + "https://openalex.org/W2579317665", + "https://openalex.org/W2914699769", + "https://openalex.org/W2949465329", + "https://openalex.org/W2953318193", + "https://openalex.org/W2962706528", + "https://openalex.org/W2962756039", + "https://openalex.org/W2962835968", + "https://openalex.org/W2963082528", + "https://openalex.org/W2963109634", + "https://openalex.org/W2963143316", + "https://openalex.org/W2963192057", + "https://openalex.org/W2963260436", + "https://openalex.org/W2963324994", + "https://openalex.org/W2963383024", + "https://openalex.org/W2963389687", + "https://openalex.org/W2963410018", + "https://openalex.org/W2963576560", + "https://openalex.org/W2963579811", + "https://openalex.org/W2963605190", + "https://openalex.org/W2963656855", + "https://openalex.org/W2963735856", + "https://openalex.org/W2963811219", + "https://openalex.org/W2963899908", + "https://openalex.org/W2963954913", + "https://openalex.org/W2964040984", + "https://openalex.org/W2964118342", + "https://openalex.org/W2964121744", + "https://openalex.org/W2964217371", + "https://openalex.org/W2964241990", + "https://openalex.org/W2964308564", + "https://openalex.org/W2964345931", + "https://openalex.org/W3000384245", + "https://openalex.org/W3023993913", + "https://openalex.org/W3087871082", + "https://openalex.org/W3125032682", + "https://openalex.org/W4211232216", + "https://openalex.org/W4212844288", + "https://openalex.org/W4240592325", + "https://openalex.org/W4244018879", + "https://openalex.org/W4245655784", + "https://openalex.org/W4252331534", + "https://openalex.org/W4285719527", + "https://openalex.org/W4293665662", + "https://openalex.org/W4294170691", + "https://openalex.org/W4297813007", + "https://openalex.org/W4299801216", + "https://openalex.org/W4302613066", + "https://openalex.org/W4320013936", + "https://openalex.org/W6600334730", + "https://openalex.org/W6600827882", + "https://openalex.org/W6605295763", + "https://openalex.org/W6606244218", + "https://openalex.org/W6606327593", + "https://openalex.org/W6607775107", + "https://openalex.org/W6608183366", + "https://openalex.org/W6623517193", + "https://openalex.org/W6623995992", + "https://openalex.org/W6625044600", + "https://openalex.org/W6628794645", + "https://openalex.org/W6629203210", + "https://openalex.org/W6630875275", + "https://openalex.org/W6631190155", + "https://openalex.org/W6631216910", + "https://openalex.org/W6631516269", + "https://openalex.org/W6631943919", + "https://openalex.org/W6634126550", + "https://openalex.org/W6636447180", + "https://openalex.org/W6636942303", + "https://openalex.org/W6637306801", + "https://openalex.org/W6637373629", + "https://openalex.org/W6637698695", + "https://openalex.org/W6637971603", + "https://openalex.org/W6637989529", + "https://openalex.org/W6638549007", + "https://openalex.org/W6638667902", + "https://openalex.org/W6638742206", + "https://openalex.org/W6639103823", + "https://openalex.org/W6639118148", + "https://openalex.org/W6639283537", + "https://openalex.org/W6639358663", + "https://openalex.org/W6639432524", + "https://openalex.org/W6639434097", + "https://openalex.org/W6640257717", + "https://openalex.org/W6640296258", + "https://openalex.org/W6640764460", + "https://openalex.org/W6650605322", + "https://openalex.org/W6652311901", + "https://openalex.org/W6674330103", + "https://openalex.org/W6675048546", + "https://openalex.org/W6676380891", + "https://openalex.org/W6676497082", + "https://openalex.org/W6676647902", + "https://openalex.org/W6676709516", + "https://openalex.org/W6678360021", + "https://openalex.org/W6678470764", + "https://openalex.org/W6678809451", + "https://openalex.org/W6679434410", + "https://openalex.org/W6679436768", + "https://openalex.org/W6680094886", + "https://openalex.org/W6680336390", + "https://openalex.org/W6681184217", + "https://openalex.org/W6682082992", + "https://openalex.org/W6682086108", + "https://openalex.org/W6682222085", + "https://openalex.org/W6682511423", + "https://openalex.org/W6682691769", + "https://openalex.org/W6682864246", + "https://openalex.org/W6683074461", + "https://openalex.org/W6683167905", + "https://openalex.org/W6683277684", + "https://openalex.org/W6684191040", + "https://openalex.org/W6684209796", + "https://openalex.org/W6685183736", + "https://openalex.org/W6685527872", + "https://openalex.org/W6686207219", + "https://openalex.org/W6687543112", + "https://openalex.org/W6687672932", + "https://openalex.org/W6688143368", + "https://openalex.org/W6691419566", + "https://openalex.org/W6691647468", + "https://openalex.org/W6692004142", + "https://openalex.org/W6696843773", + "https://openalex.org/W6697449767", + "https://openalex.org/W6712426025", + "https://openalex.org/W6712802073", + "https://openalex.org/W6713645886", + "https://openalex.org/W6717487601", + "https://openalex.org/W6726977916", + "https://openalex.org/W6727336983", + "https://openalex.org/W6729831399", + "https://openalex.org/W6730042849", + "https://openalex.org/W6730666313", + "https://openalex.org/W6732843983", + "https://openalex.org/W6845679800", + "https://openalex.org/W6898505805", + "https://openalex.org/W7011438494" + ], + "related_works": [ + "https://openalex.org/W4319049579", + "https://openalex.org/W2791907740", + "https://openalex.org/W2135449968", + "https://openalex.org/W2739856905", + "https://openalex.org/W1508553398", + "https://openalex.org/W2170966221", + "https://openalex.org/W1594974701", + "https://openalex.org/W4287761641", + "https://openalex.org/W3034009428", + "https://openalex.org/W2116664529" + ], + "abstract_inverted_index": { + "Our": [ + 0 + ], + "experience": [ + 1 + ], + "of": [ + 2, + 93, + 101, + 164 + ], + "the": [ + 3, + 23, + 56, + 110, + 128, + 162, + 165 + ], + "world": [ + 4, + 57 + ], + "is": [ + 5, + 30, + 36, + 88 + ], + "multimodal": [ + 6, + 39, + 68, + 105, + 114, + 143 + ], + "-": [ + 7 + ], + "we": [ + 8 + ], + "see": [ + 9 + ], + "objects,": [ + 10 + ], + "hear": [ + 11 + ], + "sounds,": [ + 12 + ], + "feel": [ + 13 + ], + "texture,": [ + 14 + ], + "smell": [ + 15 + ], + "odors,": [ + 16 + ], + "and": [ + 17, + 32, + 81, + 96, + 118, + 131, + 135, + 151, + 167 + ], + "taste": [ + 18 + ], + "flavors.": [ + 19 + ], + "Modality": [ + 20 + ], + "refers": [ + 21 + ], + "to": [ + 22, + 51, + 62, + 65, + 75, + 159 + ], + "way": [ + 24 + ], + "in": [ + 25, + 54, + 113, + 121 + ], + "which": [ + 26 + ], + "something": [ + 27 + ], + "happens": [ + 28 + ], + "or": [ + 29 + ], + "experienced": [ + 31 + ], + "a": [ + 33, + 89, + 122 + ], + "research": [ + 34 + ], + "problem": [ + 35 + ], + "characterized": [ + 37 + ], + "as": [ + 38 + ], + "when": [ + 40 + ], + "it": [ + 41, + 60 + ], + "includes": [ + 42 + ], + "multiple": [ + 43, + 85 + ], + "such": [ + 44, + 67 + ], + "modalities.": [ + 45, + 86 + ], + "In": [ + 46 + ], + "order": [ + 47 + ], + "for": [ + 48, + 170 + ], + "Artificial": [ + 49 + ], + "Intelligence": [ + 50 + ], + "make": [ + 52 + ], + "progress": [ + 53 + ], + "understanding": [ + 55 + ], + "around": [ + 58 + ], + "us,": [ + 59 + ], + "needs": [ + 61 + ], + "be": [ + 63 + ], + "able": [ + 64 + ], + "interpret": [ + 66 + ], + "signals": [ + 69 + ], + "together.": [ + 70 + ], + "Multimodal": [ + 71 + ], + "machine": [ + 72, + 115, + 144 + ], + "learning": [ + 73, + 116 + ], + "aims": [ + 74 + ], + "build": [ + 76 + ], + "models": [ + 77 + ], + "that": [ + 78, + 139 + ], + "can": [ + 79 + ], + "process": [ + 80 + ], + "relate": [ + 82 + ], + "information": [ + 83 + ], + "from": [ + 84 + ], + "It": [ + 87 + ], + "vibrant": [ + 90 + ], + "multi-disciplinary": [ + 91 + ], + "field": [ + 92, + 166 + ], + "increasing": [ + 94 + ], + "importance": [ + 95 + ], + "with": [ + 97 + ], + "extraordinary": [ + 98 + ], + "potential.": [ + 99 + ], + "Instead": [ + 100 + ], + "focusing": [ + 102 + ], + "on": [ + 103 + ], + "specific": [ + 104 + ], + "applications,": [ + 106 + ], + "this": [ + 107 + ], + "paper": [ + 108 + ], + "surveys": [ + 109 + ], + "recent": [ + 111 + ], + "advances": [ + 112 + ], + "itself": [ + 117 + ], + "presents": [ + 119 + ], + "them": [ + 120 + ], + "common": [ + 123 + ], + "taxonomy.": [ + 124 + ], + "We": [ + 125 + ], + "go": [ + 126 + ], + "beyond": [ + 127 + ], + "typical": [ + 129 + ], + "early": [ + 130 + ], + "late": [ + 132 + ], + "fusion": [ + 133 + ], + "categorization": [ + 134 + ], + "identify": [ + 136, + 168 + ], + "broader": [ + 137 + ], + "challenges": [ + 138 + ], + "are": [ + 140 + ], + "faced": [ + 141 + ], + "by": [ + 142 + ], + "learning,": [ + 145 + ], + "namely:": [ + 146 + ], + "representation,": [ + 147 + ], + "translation,": [ + 148 + ], + "alignment,": [ + 149 + ], + "fusion,": [ + 150 + ], + "co-learning.": [ + 152 + ], + "This": [ + 153 + ], + "new": [ + 154 + ], + "taxonomy": [ + 155 + ], + "will": [ + 156 + ], + "enable": [ + 157 + ], + "researchers": [ + 158 + ], + "better": [ + 160 + ], + "understand": [ + 161 + ], + "state": [ + 163 + ], + "directions": [ + 169 + ], + "future": [ + 171 + ], + "research.": [ + 172 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 413 + }, + { + "year": 2025, + "cited_by_count": 970 + }, + { + "year": 2024, + "cited_by_count": 697 + }, + { + "year": 2023, + "cited_by_count": 590 + }, + { + "year": 2022, + "cited_by_count": 477 + }, + { + "year": 2021, + "cited_by_count": 383 + }, + { + "year": 2020, + "cited_by_count": 335 + }, + { + "year": 2019, + "cited_by_count": 194 + }, + { + "year": 2018, + "cited_by_count": 63 + }, + { + "year": 2017, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2177870565", + "doi": "https://doi.org/10.1161/circulationaha.115.001593", + "title": "Machine Learning in Medicine", + "display_name": "Machine Learning in Medicine", + "relevance_score": 4474.18, + "publication_year": 2015, + "publication_date": "2015-11-16", + "ids": { + "openalex": "https://openalex.org/W2177870565", + "doi": "https://doi.org/10.1161/circulationaha.115.001593", + "mag": "2177870565", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/26572668" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1161/circulationaha.115.001593", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1161/circulationaha.115.001593", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S116251202", + "display_name": "Circulation", + "issn_l": "0009-7322", + "issn": [ + "0009-7322", + "1524-4539" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315671", + "host_organization_name": "Lippincott Williams & Wilkins", + "host_organization_lineage": [ + "https://openalex.org/P4310315671", + "https://openalex.org/P4310318547" + ], + "host_organization_lineage_names": [ + "Lippincott Williams & Wilkins", + "Wolters Kluwer" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Circulation", + "raw_type": "journal-article" + }, + "type": "review", + "indexed_in": [ + "crossref", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/5831252", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5026141445", + "display_name": "Rahul C. Deo", + "orcid": "https://orcid.org/0000-0002-2791-9434" + }, + "institutions": [ + { + "id": "https://openalex.org/I103922791", + "display_name": "QB3", + "ror": "https://ror.org/04n1n3n22", + "country_code": "US", + "type": "nonprofit", + "lineage": [ + "https://openalex.org/I103922791", + "https://openalex.org/I180670191", + "https://openalex.org/I185103710", + "https://openalex.org/I95457486" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Rahul C. Deo", + "raw_affiliation_strings": [ + "From Cardiovascular Research Institute, Department of Medicine and Institute for Human Genetics, University of California, San Francisco, and California Institute for Quantitative Biosciences, San Francisco" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "From Cardiovascular Research Institute, Department of Medicine and Institute for Human Genetics, University of California, San Francisco, and California Institute for Quantitative Biosciences, San Francisco", + "institution_ids": [ + "https://openalex.org/I103922791" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5026141445" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I103922791" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 79.6902, + "has_fulltext": false, + "cited_by_count": 3390, + "citation_normalized_percentile": { + "value": 0.99935462, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "132", + "issue": "20", + "first_page": "1920", + "last_page": "1930" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T13702", + "display_name": "Machine Learning in Healthcare", + "score": 0.9980000257492065, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T13702", + "display_name": "Machine Learning in Healthcare", + "score": 0.9980000257492065, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11021", + "display_name": "ECG Monitoring and Analysis", + "score": 0.9660999774932861, + "subfield": { + "id": "https://openalex.org/subfields/2705", + "display_name": "Cardiology and Cardiovascular Medicine" + }, + "field": { + "id": "https://openalex.org/fields/27", + "display_name": "Medicine" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + }, + { + "id": "https://openalex.org/T11396", + "display_name": "Artificial Intelligence in Healthcare", + "score": 0.9575999975204468, + "subfield": { + "id": "https://openalex.org/subfields/3605", + "display_name": "Health Information Management" + }, + "field": { + "id": "https://openalex.org/fields/36", + "display_name": "Health Professions" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/medicine", + "display_name": "Medicine", + "score": 0.9206037521362305 + }, + { + "id": "https://openalex.org/keywords/medical-physics", + "display_name": "Medical physics", + "score": 0.36205965280532837 + }, + { + "id": "https://openalex.org/keywords/medical-education", + "display_name": "Medical education", + "score": 0.35273855924606323 + }, + { + "id": "https://openalex.org/keywords/intensive-care-medicine", + "display_name": "Intensive care medicine", + "score": 0.32538071274757385 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.9206037521362305 + }, + { + "id": "https://openalex.org/C19527891", + "wikidata": "https://www.wikidata.org/wiki/Q1120908", + "display_name": "Medical physics", + "level": 1, + "score": 0.36205965280532837 + }, + { + "id": "https://openalex.org/C509550671", + "wikidata": "https://www.wikidata.org/wiki/Q126945", + "display_name": "Medical education", + "level": 1, + "score": 0.35273855924606323 + }, + { + "id": "https://openalex.org/C177713679", + "wikidata": "https://www.wikidata.org/wiki/Q679690", + "display_name": "Intensive care medicine", + "level": 1, + "score": 0.32538071274757385 + } + ], + "mesh": [ + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": "Q000639", + "qualifier_name": "trends", + "is_major_topic": false + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": "Q000639", + "qualifier_name": "trends", + "is_major_topic": false + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": "Q000639", + "qualifier_name": "trends", + "is_major_topic": false + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D008511", + "descriptor_name": "Medicine", + "qualifier_ui": "Q000639", + "qualifier_name": "trends", + "is_major_topic": false + }, + { + "descriptor_ui": "D008511", + "descriptor_name": "Medicine", + "qualifier_ui": "Q000639", + "qualifier_name": "trends", + "is_major_topic": false + }, + { + "descriptor_ui": "D008511", + "descriptor_name": "Medicine", + "qualifier_ui": "Q000639", + "qualifier_name": "trends", + "is_major_topic": false + } + ], + "locations_count": 4, + "locations": [ + { + "id": "doi:10.1161/circulationaha.115.001593", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1161/circulationaha.115.001593", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S116251202", + "display_name": "Circulation", + "issn_l": "0009-7322", + "issn": [ + "0009-7322", + "1524-4539" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315671", + "host_organization_name": "Lippincott Williams & Wilkins", + "host_organization_lineage": [ + "https://openalex.org/P4310315671", + "https://openalex.org/P4310318547" + ], + "host_organization_lineage_names": [ + "Lippincott Williams & Wilkins", + "Wolters Kluwer" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Circulation", + "raw_type": "journal-article" + }, + { + "id": "pmid:26572668", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/26572668", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Circulation", + "raw_type": null + }, + { + "id": "pmh:oai:escholarship.org:ark:/13030/qt3jv2494f", + "is_oa": false, + "landing_page_url": "https://escholarship.org/uc/item/3jv2494f", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Circulation, vol 132, iss 20", + "raw_type": "article" + }, + { + "id": "pmh:oai:pubmedcentral.nih.gov:5831252", + "is_oa": true, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/5831252", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2764455111", + "display_name": "PubMed Central", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Circulation", + "raw_type": "Text" + } + ], + "best_oa_location": { + "id": "pmh:oai:pubmedcentral.nih.gov:5831252", + "is_oa": true, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/5831252", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2764455111", + "display_name": "PubMed Central", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Circulation", + "raw_type": "Text" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [ + { + "id": "https://openalex.org/F4320332161", + "display_name": "National Institutes of Health", + "ror": "https://ror.org/01cwqze88" + }, + { + "id": "https://openalex.org/F4320332622", + "display_name": "University of California, San Francisco", + "ror": "https://ror.org/043mz5j54" + } + ], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 47, + "referenced_works": [ + "https://openalex.org/W40442397", + "https://openalex.org/W1480376833", + "https://openalex.org/W1678356000", + "https://openalex.org/W1808991731", + "https://openalex.org/W1902027874", + "https://openalex.org/W1976196376", + "https://openalex.org/W2011999110", + "https://openalex.org/W2021701428", + "https://openalex.org/W2029243817", + "https://openalex.org/W2052825782", + "https://openalex.org/W2072128103", + "https://openalex.org/W2073751243", + "https://openalex.org/W2105464873", + "https://openalex.org/W2106665921", + "https://openalex.org/W2110243528", + "https://openalex.org/W2112289645", + "https://openalex.org/W2112592817", + "https://openalex.org/W2113606819", + "https://openalex.org/W2116802246", + "https://openalex.org/W2119361626", + "https://openalex.org/W2120480077", + "https://openalex.org/W2121495423", + "https://openalex.org/W2122111042", + "https://openalex.org/W2127482775", + "https://openalex.org/W2135046866", + "https://openalex.org/W2139212933", + "https://openalex.org/W2147461734", + "https://openalex.org/W2149298154", + "https://openalex.org/W2152072062", + "https://openalex.org/W2158927033", + "https://openalex.org/W2162586165", + "https://openalex.org/W2163697531", + "https://openalex.org/W2164434252", + "https://openalex.org/W2345255551", + "https://openalex.org/W2787894218", + "https://openalex.org/W2911964244", + "https://openalex.org/W2912934387", + "https://openalex.org/W2963481018", + "https://openalex.org/W2998216295", + "https://openalex.org/W3099478002", + "https://openalex.org/W4212883601", + "https://openalex.org/W4231109964", + "https://openalex.org/W4243607236", + "https://openalex.org/W4285719527", + "https://openalex.org/W6601599523", + "https://openalex.org/W6676903177", + "https://openalex.org/W7066667914" + ], + "related_works": [ + "https://openalex.org/W2899084033", + "https://openalex.org/W2748952813", + "https://openalex.org/W3031052312", + "https://openalex.org/W4389568370", + "https://openalex.org/W3032375762", + "https://openalex.org/W1995515455", + "https://openalex.org/W2080531066", + "https://openalex.org/W3108674512", + "https://openalex.org/W1506200166", + "https://openalex.org/W1489783725" + ], + "abstract_inverted_index": { + "Spurred": [ + 0 + ], + "by": [ + 1 + ], + "advances": [ + 2 + ], + "in": [ + 3, + 48, + 94, + 107, + 125, + 178 + ], + "processing": [ + 4 + ], + "power,": [ + 5 + ], + "memory,": [ + 6 + ], + "storage,": [ + 7 + ], + "and": [ + 8, + 45, + 80, + 115, + 140, + 150, + 216 + ], + "an": [ + 9 + ], + "unprecedented": [ + 10 + ], + "wealth": [ + 11 + ], + "of": [ + 12, + 35, + 40, + 67, + 99, + 156, + 175, + 185, + 194, + 210 + ], + "data,": [ + 13, + 44, + 164 + ], + "computers": [ + 14 + ], + "are": [ + 15, + 89, + 154 + ], + "being": [ + 16 + ], + "asked": [ + 17 + ], + "to": [ + 18, + 75, + 92, + 103, + 121, + 131, + 162, + 170, + 181, + 188, + 199, + 206 + ], + "tackle": [ + 19 + ], + "increasingly": [ + 20 + ], + "complex": [ + 21, + 72 + ], + "learning": [ + 22, + 113, + 142, + 160, + 187, + 214 + ], + "tasks,": [ + 23 + ], + "often": [ + 24 + ], + "with": [ + 25 + ], + "astonishing": [ + 26 + ], + "success.": [ + 27 + ], + "Computers": [ + 28 + ], + "have": [ + 29, + 55, + 144, + 167 + ], + "now": [ + 30 + ], + "mastered": [ + 31 + ], + "a": [ + 32 + ], + "popular": [ + 33 + ], + "variant": [ + 34 + ], + "poker,": [ + 36 + ], + "learned": [ + 37 + ], + "the": [ + 38, + 65, + 119, + 182, + 208 + ], + "laws": [ + 39 + ], + "physics": [ + 41 + ], + "from": [ + 42, + 111, + 118 + ], + "experimental": [ + 43 + ], + "become": [ + 46 + ], + "experts": [ + 47 + ], + "video": [ + 49 + ], + "games": [ + 50 + ], + "-": [ + 51 + ], + "tasks": [ + 52 + ], + "that": [ + 53, + 85, + 133 + ], + "would": [ + 54 + ], + "been": [ + 56, + 145 + ], + "deemed": [ + 57 + ], + "impossible": [ + 58 + ], + "not": [ + 59 + ], + "too": [ + 60 + ], + "long": [ + 61 + ], + "ago.": [ + 62 + ], + "In": [ + 63 + ], + "parallel,": [ + 64 + ], + "number": [ + 66 + ], + "companies": [ + 68, + 88 + ], + "centered": [ + 69 + ], + "on": [ + 70 + ], + "applying": [ + 71, + 158 + ], + "data": [ + 73, + 138 + ], + "analysis": [ + 74 + ], + "varying": [ + 76 + ], + "industries": [ + 77 + ], + "has": [ + 78 + ], + "exploded,": [ + 79 + ], + "it": [ + 81 + ], + "is": [ + 82, + 102, + 129 + ], + "thus": [ + 83 + ], + "unsurprising": [ + 84 + ], + "some": [ + 86 + ], + "analytic": [ + 87 + ], + "turning": [ + 90 + ], + "attention": [ + 91 + ], + "problems": [ + 93, + 106 + ], + "health": [ + 95 + ], + "care.": [ + 96, + 172 + ], + "The": [ + 97 + ], + "purpose": [ + 98 + ], + "this": [ + 100 + ], + "review": [ + 101 + ], + "explore": [ + 104 + ], + "what": [ + 105, + 201 + ], + "medicine": [ + 108, + 211 + ], + "might": [ + 109, + 220 + ], + "benefit": [ + 110 + ], + "such": [ + 112 + ], + "approaches": [ + 114 + ], + "use": [ + 116 + ], + "examples": [ + 117 + ], + "literature": [ + 120 + ], + "introduce": [ + 122 + ], + "basic": [ + 123 + ], + "concepts": [ + 124 + ], + "machine": [ + 126, + 159, + 186 + ], + "learning.": [ + 127 + ], + "It": [ + 128 + ], + "important": [ + 130 + ], + "note": [ + 132 + ], + "seemingly": [ + 134 + ], + "large": [ + 135 + ], + "enough": [ + 136 + ], + "medical": [ + 137, + 163 + ], + "sets": [ + 139 + ], + "adequate": [ + 141 + ], + "algorithms": [ + 143, + 161 + ], + "available": [ + 146 + ], + "for": [ + 147 + ], + "many": [ + 148, + 189 + ], + "decades,": [ + 149 + ], + "yet,": [ + 151 + ], + "although": [ + 152 + ], + "there": [ + 153, + 203 + ], + "thousands": [ + 155 + ], + "papers": [ + 157 + ], + "very": [ + 165 + ], + "few": [ + 166 + ], + "contributed": [ + 168 + ], + "meaningfully": [ + 169 + ], + "clinical": [ + 171 + ], + "This": [ + 173 + ], + "lack": [ + 174 + ], + "impact": [ + 176 + ], + "stands": [ + 177 + ], + "stark": [ + 179 + ], + "contrast": [ + 180 + ], + "enormous": [ + 183 + ], + "relevance": [ + 184 + ], + "other": [ + 190 + ], + "industries.": [ + 191 + ], + "Thus,": [ + 192 + ], + "part": [ + 193 + ], + "my": [ + 195 + ], + "effort": [ + 196 + ], + "will": [ + 197 + ], + "be": [ + 198, + 205, + 221 + ], + "identify": [ + 200 + ], + "obstacles": [ + 202 + ], + "may": [ + 204 + ], + "changing": [ + 207 + ], + "practice": [ + 209 + ], + "through": [ + 212 + ], + "statistical": [ + 213 + ], + "approaches,": [ + 215 + ], + "discuss": [ + 217 + ], + "how": [ + 218 + ], + "these": [ + 219 + ], + "overcome.": [ + 222 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 175 + }, + { + "year": 2025, + "cited_by_count": 522 + }, + { + "year": 2024, + "cited_by_count": 593 + }, + { + "year": 2023, + "cited_by_count": 500 + }, + { + "year": 2022, + "cited_by_count": 451 + }, + { + "year": 2021, + "cited_by_count": 454 + }, + { + "year": 2020, + "cited_by_count": 319 + }, + { + "year": 2019, + "cited_by_count": 194 + }, + { + "year": 2018, + "cited_by_count": 98 + }, + { + "year": 2017, + "cited_by_count": 55 + }, + { + "year": 2016, + "cited_by_count": 23 + }, + { + "year": 2015, + "cited_by_count": 3 + }, + { + "year": 2014, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2750384547", + "doi": "https://doi.org/10.48550/arxiv.1708.07747", + "title": "Fashion-MNIST: a Novel Image Dataset for Benchmarking Machine Learning Algorithms", + "display_name": "Fashion-MNIST: a Novel Image Dataset for Benchmarking Machine Learning Algorithms", + "relevance_score": 4398.4473, + "publication_year": 2017, + "publication_date": "2017-08-25", + "ids": { + "openalex": "https://openalex.org/W2750384547", + "doi": "https://doi.org/10.48550/arxiv.1708.07747", + "mag": "2750384547" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:arXiv.org:1708.07747", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1708.07747", + "pdf_url": "https://arxiv.org/pdf/1708.07747", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "type": "preprint", + "indexed_in": [ + "arxiv", + "datacite" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1708.07747", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": null, + "display_name": "Xiao, Han", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "Xiao, Han", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5075846365", + "display_name": "Kashif Rasul", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Rasul, Kashif", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5011375551", + "display_name": "Roland Vollgraf", + "orcid": "https://orcid.org/0000-0003-4658-0381" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Vollgraf, Roland", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 3, + "corresponding_author_ids": [], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": null, + "has_fulltext": false, + "cited_by_count": 6068, + "citation_normalized_percentile": null, + "cited_by_percentile_year": null, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10036", + "display_name": "Advanced Neural Network Applications", + "score": 0.9997000098228455, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10036", + "display_name": "Advanced Neural Network Applications", + "score": 0.9997000098228455, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10775", + "display_name": "Generative Adversarial Networks and Image Synthesis", + "score": 0.9986000061035156, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9972000122070312, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/mnist-database", + "display_name": "MNIST database", + "score": 0.9985602498054504 + }, + { + "id": "https://openalex.org/keywords/benchmarking", + "display_name": "Benchmarking", + "score": 0.8764249086380005 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6721041202545166 + }, + { + "id": "https://openalex.org/keywords/grayscale", + "display_name": "Grayscale", + "score": 0.6421833038330078 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6257829666137695 + }, + { + "id": "https://openalex.org/keywords/set", + "display_name": "Set (abstract data type)", + "score": 0.5550878643989563 + }, + { + "id": "https://openalex.org/keywords/test-set", + "display_name": "Test set", + "score": 0.548558235168457 + }, + { + "id": "https://openalex.org/keywords/pattern-recognition", + "display_name": "Pattern recognition (psychology)", + "score": 0.5261946320533752 + }, + { + "id": "https://openalex.org/keywords/image", + "display_name": "Image (mathematics)", + "score": 0.5203016400337219 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.5067091584205627 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.33083993196487427 + }, + { + "id": "https://openalex.org/keywords/deep-learning", + "display_name": "Deep learning", + "score": 0.2942641079425812 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C190502265", + "wikidata": "https://www.wikidata.org/wiki/Q17069496", + "display_name": "MNIST database", + "level": 3, + "score": 0.9985602498054504 + }, + { + "id": "https://openalex.org/C86251818", + "wikidata": "https://www.wikidata.org/wiki/Q816754", + "display_name": "Benchmarking", + "level": 2, + "score": 0.8764249086380005 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6721041202545166 + }, + { + "id": "https://openalex.org/C78201319", + "wikidata": "https://www.wikidata.org/wiki/Q685727", + "display_name": "Grayscale", + "level": 3, + "score": 0.6421833038330078 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6257829666137695 + }, + { + "id": "https://openalex.org/C177264268", + "wikidata": "https://www.wikidata.org/wiki/Q1514741", + "display_name": "Set (abstract data type)", + "level": 2, + "score": 0.5550878643989563 + }, + { + "id": "https://openalex.org/C169903167", + "wikidata": "https://www.wikidata.org/wiki/Q3985153", + "display_name": "Test set", + "level": 2, + "score": 0.548558235168457 + }, + { + "id": "https://openalex.org/C153180895", + "wikidata": "https://www.wikidata.org/wiki/Q7148389", + "display_name": "Pattern recognition (psychology)", + "level": 2, + "score": 0.5261946320533752 + }, + { + "id": "https://openalex.org/C115961682", + "wikidata": "https://www.wikidata.org/wiki/Q860623", + "display_name": "Image (mathematics)", + "level": 2, + "score": 0.5203016400337219 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.5067091584205627 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.33083993196487427 + }, + { + "id": "https://openalex.org/C108583219", + "wikidata": "https://www.wikidata.org/wiki/Q197536", + "display_name": "Deep learning", + "level": 2, + "score": 0.2942641079425812 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C144133560", + "wikidata": "https://www.wikidata.org/wiki/Q4830453", + "display_name": "Business", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C162853370", + "wikidata": "https://www.wikidata.org/wiki/Q39809", + "display_name": "Marketing", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "pmh:oai:arXiv.org:1708.07747", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1708.07747", + "pdf_url": "https://arxiv.org/pdf/1708.07747", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "doi:10.48550/arxiv.1708.07747", + "is_oa": true, + "landing_page_url": "https://doi.org/10.48550/arxiv.1708.07747", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1708.07747", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1708.07747", + "pdf_url": "https://arxiv.org/pdf/1708.07747", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 3, + "referenced_works": [ + "https://openalex.org/W4919037", + "https://openalex.org/W2112796928", + "https://openalex.org/W2590796488" + ], + "related_works": [ + "https://openalex.org/W4386603768", + "https://openalex.org/W2950475743", + "https://openalex.org/W2886711096", + "https://openalex.org/W2750384547", + "https://openalex.org/W4238897586", + "https://openalex.org/W4380078352", + "https://openalex.org/W3046591097", + "https://openalex.org/W2901671134", + "https://openalex.org/W4289293320", + "https://openalex.org/W2987302549" + ], + "abstract_inverted_index": { + "We": [ + 0 + ], + "present": [ + 1 + ], + "Fashion-MNIST,": [ + 2 + ], + "a": [ + 3, + 42 + ], + "new": [ + 4 + ], + "dataset": [ + 5, + 50, + 74 + ], + "comprising": [ + 6 + ], + "of": [ + 7, + 11, + 68 + ], + "28x28": [ + 8 + ], + "grayscale": [ + 9 + ], + "images": [ + 10, + 20, + 28 + ], + "70,000": [ + 12 + ], + "fashion": [ + 13 + ], + "products": [ + 14 + ], + "from": [ + 15 + ], + "10": [ + 16 + ], + "categories,": [ + 17 + ], + "with": [ + 18 + ], + "7,000": [ + 19 + ], + "per": [ + 21 + ], + "category.": [ + 22 + ], + "The": [ + 23, + 73 + ], + "training": [ + 24, + 69 + ], + "set": [ + 25, + 32 + ], + "has": [ + 26, + 33 + ], + "60,000": [ + 27 + ], + "and": [ + 29, + 65, + 70 + ], + "the": [ + 30, + 47, + 59, + 66 + ], + "test": [ + 31 + ], + "10,000": [ + 34 + ], + "images.": [ + 35 + ], + "Fashion-MNIST": [ + 36 + ], + "is": [ + 37, + 75 + ], + "intended": [ + 38 + ], + "to": [ + 39 + ], + "serve": [ + 40 + ], + "as": [ + 41, + 56 + ], + "direct": [ + 43 + ], + "drop-in": [ + 44 + ], + "replacement": [ + 45 + ], + "for": [ + 46, + 51 + ], + "original": [ + 48 + ], + "MNIST": [ + 49 + ], + "benchmarking": [ + 52 + ], + "machine": [ + 53 + ], + "learning": [ + 54 + ], + "algorithms,": [ + 55 + ], + "it": [ + 57 + ], + "shares": [ + 58 + ], + "same": [ + 60 + ], + "image": [ + 61 + ], + "size,": [ + 62 + ], + "data": [ + 63 + ], + "format": [ + 64 + ], + "structure": [ + 67 + ], + "testing": [ + 71 + ], + "splits.": [ + 72 + ], + "freely": [ + 76 + ], + "available": [ + 77 + ], + "at": [ + 78 + ], + "https://github.com/zalandoresearch/fashion-mnist": [ + 79 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 20 + }, + { + "year": 2025, + "cited_by_count": 272 + }, + { + "year": 2024, + "cited_by_count": 758 + }, + { + "year": 2023, + "cited_by_count": 967 + }, + { + "year": 2022, + "cited_by_count": 759 + }, + { + "year": 2021, + "cited_by_count": 1340 + }, + { + "year": 2020, + "cited_by_count": 1050 + }, + { + "year": 2019, + "cited_by_count": 625 + }, + { + "year": 2018, + "cited_by_count": 256 + }, + { + "year": 2017, + "cited_by_count": 21 + } + ], + "updated_date": "2026-05-27T09:02:27.158192", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W1873332500", + "doi": null, + "title": "Supervised Machine Learning: A Review of Classification Techniques", + "display_name": "Supervised Machine Learning: A Review of Classification Techniques", + "relevance_score": 4286.96, + "publication_year": 2007, + "publication_date": "2007-01-01", + "ids": { + "openalex": "https://openalex.org/W1873332500", + "mag": "1873332500" + }, + "language": "en", + "primary_location": { + "id": "mag:1873332500", + "is_oa": false, + "landing_page_url": "https://dblp.uni-trier.de/db/journals/informaticaSI/informaticaSI31.html#Kotsiantis07", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": false, + "raw_source_name": "Informatica", + "raw_type": null + }, + "type": "review", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5066370772", + "display_name": "Sotiris Kotsiantis", + "orcid": "https://orcid.org/0000-0002-2247-3082" + }, + "institutions": [ + { + "id": "https://openalex.org/I158716096", + "display_name": "University of Peloponnese", + "ror": "https://ror.org/04d4d3c02", + "country_code": "GR", + "type": "education", + "lineage": [ + "https://openalex.org/I158716096" + ] + } + ], + "countries": [ + "GR" + ], + "is_corresponding": true, + "raw_author_name": "Sotiris Kotsiantis", + "raw_affiliation_strings": [], + "raw_orcid": "https://orcid.org/0000-0002-2247-3082", + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5066370772" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I158716096" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 49.7093, + "has_fulltext": false, + "cited_by_count": 4147, + "citation_normalized_percentile": { + "value": 1.0, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "160", + "issue": "3", + "first_page": "249", + "last_page": "24" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9991999864578247, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9991999864578247, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11652", + "display_name": "Imbalanced Data Classification Techniques", + "score": 0.9936000108718872, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10057", + "display_name": "Face and Expression Recognition", + "score": 0.9873999953269958, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.7691857218742371 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.7264007925987244 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7053093314170837 + }, + { + "id": "https://openalex.org/keywords/classifier", + "display_name": "Classifier (UML)", + "score": 0.5915338397026062 + }, + { + "id": "https://openalex.org/keywords/supervised-learning", + "display_name": "Supervised learning", + "score": 0.5904386043548584 + }, + { + "id": "https://openalex.org/keywords/one-class-classification", + "display_name": "One-class classification", + "score": 0.5449395179748535 + }, + { + "id": "https://openalex.org/keywords/class", + "display_name": "Class (philosophy)", + "score": 0.5347427725791931 + }, + { + "id": "https://openalex.org/keywords/semi-supervised-learning", + "display_name": "Semi-supervised learning", + "score": 0.4761357605457306 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.13000115752220154 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.7691857218742371 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.7264007925987244 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7053093314170837 + }, + { + "id": "https://openalex.org/C95623464", + "wikidata": "https://www.wikidata.org/wiki/Q1096149", + "display_name": "Classifier (UML)", + "level": 2, + "score": 0.5915338397026062 + }, + { + "id": "https://openalex.org/C136389625", + "wikidata": "https://www.wikidata.org/wiki/Q334384", + "display_name": "Supervised learning", + "level": 3, + "score": 0.5904386043548584 + }, + { + "id": "https://openalex.org/C34872919", + "wikidata": "https://www.wikidata.org/wiki/Q7092302", + "display_name": "One-class classification", + "level": 3, + "score": 0.5449395179748535 + }, + { + "id": "https://openalex.org/C2777212361", + "wikidata": "https://www.wikidata.org/wiki/Q5127848", + "display_name": "Class (philosophy)", + "level": 2, + "score": 0.5347427725791931 + }, + { + "id": "https://openalex.org/C58973888", + "wikidata": "https://www.wikidata.org/wiki/Q1041418", + "display_name": "Semi-supervised learning", + "level": 2, + "score": 0.4761357605457306 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.13000115752220154 + } + ], + "mesh": [], + "locations_count": 3, + "locations": [ + { + "id": "mag:1873332500", + "is_oa": false, + "landing_page_url": "https://dblp.uni-trier.de/db/journals/informaticaSI/informaticaSI31.html#Kotsiantis07", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": "Informatica", + "raw_type": null + }, + { + "id": "mag:2295155158", + "is_oa": false, + "landing_page_url": "https://datajobs.com/data-science-repo/Supervised-Learning-%5bSB-Kotsiantis%5d.pdf", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": null + }, + { + "id": "mag:3136385871", + "is_oa": false, + "landing_page_url": "https://ebooks.iospress.nl/volumearticle/3666", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4210201731", + "display_name": "Frontiers in artificial intelligence and applications", + "issn_l": "0922-6389", + "issn": [ + "0922-6389", + "1879-8314" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": "Frontiers in artificial intelligence and applications", + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "score": 0.4099999964237213, + "id": "https://metadata.un.org/sdg/4", + "display_name": "Quality Education" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 111, + "referenced_works": [ + "https://openalex.org/W5472403", + "https://openalex.org/W135311109", + "https://openalex.org/W177590838", + "https://openalex.org/W203696055", + "https://openalex.org/W1007293483", + "https://openalex.org/W1497605902", + "https://openalex.org/W1506588750", + "https://openalex.org/W1515851193", + "https://openalex.org/W1520605446", + "https://openalex.org/W1522114398", + "https://openalex.org/W1528113134", + "https://openalex.org/W1537143578", + "https://openalex.org/W1538041071", + "https://openalex.org/W1547833367", + "https://openalex.org/W1554309553", + "https://openalex.org/W1560955742", + "https://openalex.org/W1562368284", + "https://openalex.org/W1563088657", + "https://openalex.org/W1567012231", + "https://openalex.org/W1570329253", + "https://openalex.org/W1570448133", + "https://openalex.org/W1570706771", + "https://openalex.org/W1587647246", + "https://openalex.org/W1588516554", + "https://openalex.org/W1594031697", + "https://openalex.org/W1594781927", + "https://openalex.org/W1602492977", + "https://openalex.org/W1605688901", + "https://openalex.org/W1605844890", + "https://openalex.org/W1637435380", + "https://openalex.org/W1670263352", + "https://openalex.org/W1671614046", + "https://openalex.org/W1746680969", + "https://openalex.org/W1780185704", + "https://openalex.org/W1808644423", + "https://openalex.org/W1813387235", + "https://openalex.org/W1817561967", + "https://openalex.org/W1827261456", + "https://openalex.org/W1904009171", + "https://openalex.org/W1935515061", + "https://openalex.org/W1973991804", + "https://openalex.org/W1974545290", + "https://openalex.org/W1979711143", + "https://openalex.org/W1983479840", + "https://openalex.org/W1983690667", + "https://openalex.org/W1986883011", + "https://openalex.org/W1992419399", + "https://openalex.org/W1993066733", + "https://openalex.org/W2006345381", + "https://openalex.org/W2011101028", + "https://openalex.org/W2016441117", + "https://openalex.org/W2022058268", + "https://openalex.org/W2026718556", + "https://openalex.org/W2037322594", + "https://openalex.org/W2046649434", + "https://openalex.org/W2050829396", + "https://openalex.org/W2063783806", + "https://openalex.org/W2074584355", + "https://openalex.org/W2075932270", + "https://openalex.org/W2093825590", + "https://openalex.org/W2096756482", + "https://openalex.org/W2104333211", + "https://openalex.org/W2110179049", + "https://openalex.org/W2119479037", + "https://openalex.org/W2120199131", + "https://openalex.org/W2122111042", + "https://openalex.org/W2122496402", + "https://openalex.org/W2123623606", + "https://openalex.org/W2125055259", + "https://openalex.org/W2126333738", + "https://openalex.org/W2128912745", + "https://openalex.org/W2133160781", + "https://openalex.org/W2133218851", + "https://openalex.org/W2133632100", + "https://openalex.org/W2136000097", + "https://openalex.org/W2136132422", + "https://openalex.org/W2137130182", + "https://openalex.org/W2139212933", + "https://openalex.org/W2140586694", + "https://openalex.org/W2140785063", + "https://openalex.org/W2142857211", + "https://openalex.org/W2143603257", + "https://openalex.org/W2144731007", + "https://openalex.org/W2145467382", + "https://openalex.org/W2145680191", + "https://openalex.org/W2150796457", + "https://openalex.org/W2151450140", + "https://openalex.org/W2156440942", + "https://openalex.org/W2156571267", + "https://openalex.org/W2156909104", + "https://openalex.org/W2157815868", + "https://openalex.org/W2158724449", + "https://openalex.org/W2159895197", + "https://openalex.org/W2161349318", + "https://openalex.org/W2161782846", + "https://openalex.org/W2161960932", + "https://openalex.org/W2164359548", + "https://openalex.org/W2166985738", + "https://openalex.org/W2167277498", + "https://openalex.org/W2167467747", + "https://openalex.org/W2168754135", + "https://openalex.org/W2171265988", + "https://openalex.org/W2172429451", + "https://openalex.org/W2322002063", + "https://openalex.org/W2488399954", + "https://openalex.org/W2603390332", + "https://openalex.org/W2766736793", + "https://openalex.org/W2911678770", + "https://openalex.org/W2912276539", + "https://openalex.org/W2912934387", + "https://openalex.org/W3015462599" + ], + "related_works": [ + "https://openalex.org/W3120740533", + "https://openalex.org/W3085162807", + "https://openalex.org/W2919115771", + "https://openalex.org/W2912934387", + "https://openalex.org/W2911964244", + "https://openalex.org/W2156909104", + "https://openalex.org/W2153635508", + "https://openalex.org/W2149706766", + "https://openalex.org/W2140190241", + "https://openalex.org/W2139212933", + "https://openalex.org/W2133990480", + "https://openalex.org/W2125055259", + "https://openalex.org/W2122111042", + "https://openalex.org/W2119821739", + "https://openalex.org/W2119479037", + "https://openalex.org/W2101234009", + "https://openalex.org/W2096352448", + "https://openalex.org/W1680392829", + "https://openalex.org/W1663973292", + "https://openalex.org/W1570448133" + ], + "abstract_inverted_index": { + "The": [ + 0, + 22 + ], + "goal": [ + 1 + ], + "of": [ + 2, + 11, + 14, + 19, + 39, + 48, + 73 + ], + "supervised": [ + 3, + 58, + 75 + ], + "learning": [ + 4, + 60, + 77 + ], + "is": [ + 5, + 25, + 52 + ], + "to": [ + 6, + 28, + 32, + 113 + ], + "build": [ + 7 + ], + "a": [ + 8, + 65, + 70 + ], + "concise": [ + 9 + ], + "model": [ + 10 + ], + "the": [ + 12, + 33, + 37, + 40, + 46, + 49, + 89, + 94, + 99 + ], + "distribution": [ + 13 + ], + "class": [ + 15, + 30, + 50 + ], + "labels": [ + 16, + 31 + ], + "in": [ + 17, + 101 + ], + "terms": [ + 18 + ], + "predictor": [ + 20, + 41 + ], + "features.": [ + 21 + ], + "resulting": [ + 23 + ], + "classifier": [ + 24 + ], + "then": [ + 26 + ], + "used": [ + 27 + ], + "assign": [ + 29 + ], + "testing": [ + 34 + ], + "instances": [ + 35 + ], + "where": [ + 36 + ], + "values": [ + 38 + ], + "features": [ + 42 + ], + "are": [ + 43 + ], + "known,": [ + 44 + ], + "but": [ + 45 + ], + "value": [ + 47 + ], + "label": [ + 51 + ], + "unknown.": [ + 53 + ], + "This": [ + 54 + ], + "paper": [ + 55 + ], + "describes": [ + 56 + ], + "various": [ + 57 + ], + "machine": [ + 59, + 76 + ], + "classification": [ + 61, + 78, + 83 + ], + "techniques.": [ + 62 + ], + "Of": [ + 63 + ], + "course,": [ + 64 + ], + "single": [ + 66 + ], + "chapter": [ + 67 + ], + "cannot": [ + 68 + ], + "be": [ + 69, + 114 + ], + "complete": [ + 71 + ], + "review": [ + 72 + ], + "all": [ + 74 + ], + "algorithms": [ + 79 + ], + "(also": [ + 80 + ], + "known": [ + 81 + ], + "induction": [ + 82 + ], + "algorithms),": [ + 84 + ], + "yet": [ + 85, + 112 + ], + "we": [ + 86 + ], + "hope": [ + 87 + ], + "that": [ + 88, + 110 + ], + "references": [ + 90 + ], + "cited": [ + 91 + ], + "will": [ + 92 + ], + "cover": [ + 93 + ], + "major": [ + 95 + ], + "theoretical": [ + 96 + ], + "issues,": [ + 97 + ], + "guiding": [ + 98 + ], + "researcher": [ + 100 + ], + "interesting": [ + 102 + ], + "research": [ + 103 + ], + "directions": [ + 104 + ], + "and": [ + 105 + ], + "suggesting": [ + 106 + ], + "possible": [ + 107 + ], + "bias": [ + 108 + ], + "combinations": [ + 109 + ], + "have": [ + 111 + ], + "explored.": [ + 115 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 99 + }, + { + "year": 2024, + "cited_by_count": 227 + }, + { + "year": 2023, + "cited_by_count": 300 + }, + { + "year": 2022, + "cited_by_count": 329 + }, + { + "year": 2021, + "cited_by_count": 490 + }, + { + "year": 2020, + "cited_by_count": 504 + }, + { + "year": 2019, + "cited_by_count": 464 + }, + { + "year": 2018, + "cited_by_count": 344 + }, + { + "year": 2017, + "cited_by_count": 252 + }, + { + "year": 2016, + "cited_by_count": 221 + }, + { + "year": 2015, + "cited_by_count": 233 + }, + { + "year": 2014, + "cited_by_count": 184 + }, + { + "year": 2013, + "cited_by_count": 168 + }, + { + "year": 2012, + "cited_by_count": 125 + } + ], + "updated_date": "2025-10-10T17:16:08.811792", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W4236362309", + "doi": "https://doi.org/10.1017/cbo9781107298019", + "title": "Understanding Machine Learning", + "display_name": "Understanding Machine Learning", + "relevance_score": 4239.501, + "publication_year": 2014, + "publication_date": "2014-05-19", + "ids": { + "openalex": "https://openalex.org/W4236362309", + "doi": "https://doi.org/10.1017/cbo9781107298019" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1017/cbo9781107298019", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1017/cbo9781107298019", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306462995", + "display_name": "Cambridge University Press eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/P4310311721", + "host_organization_name": "Cambridge University Press", + "host_organization_lineage": [ + "https://openalex.org/P4310311721", + "https://openalex.org/P4310311702" + ], + "host_organization_lineage_names": [ + "Cambridge University Press", + "University of Cambridge" + ], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "monograph" + }, + "type": "book", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5078263052", + "display_name": "Shai Shalev‐Shwartz", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I197251160", + "display_name": "Hebrew University of Jerusalem", + "ror": "https://ror.org/03qxff017", + "country_code": "IL", + "type": "education", + "lineage": [ + "https://openalex.org/I197251160" + ] + } + ], + "countries": [ + "IL" + ], + "is_corresponding": true, + "raw_author_name": "Shai Shalev-Shwartz", + "raw_affiliation_strings": [ + "Hebrew University of Jerusalem" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Hebrew University of Jerusalem", + "institution_ids": [ + "https://openalex.org/I197251160" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5112193907", + "display_name": "Shai Ben-David", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I151746483", + "display_name": "University of Waterloo", + "ror": "https://ror.org/01aff2v68", + "country_code": "CA", + "type": "education", + "lineage": [ + "https://openalex.org/I151746483" + ] + } + ], + "countries": [ + "CA" + ], + "is_corresponding": false, + "raw_author_name": "Shai Ben-David", + "raw_affiliation_strings": [ + "University of Waterloo, Ontario" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Waterloo, Ontario", + "institution_ids": [ + "https://openalex.org/I151746483" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5078263052" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I197251160" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 13.8547, + "has_fulltext": false, + "cited_by_count": 2905, + "citation_normalized_percentile": { + "value": 0.98681112, + "is_in_top_1_percent": false, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.5062000155448914, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.5062000155448914, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7047193050384521 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6659388542175293 + }, + { + "id": "https://openalex.org/keywords/stability", + "display_name": "Stability (learning theory)", + "score": 0.5692204236984253 + }, + { + "id": "https://openalex.org/keywords/algorithmic-learning-theory", + "display_name": "Algorithmic learning theory", + "score": 0.5539110898971558 + }, + { + "id": "https://openalex.org/keywords/computational-learning-theory", + "display_name": "Computational learning theory", + "score": 0.5352068543434143 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.5332021117210388 + }, + { + "id": "https://openalex.org/keywords/presentation", + "display_name": "Presentation (obstetrics)", + "score": 0.5140898823738098 + }, + { + "id": "https://openalex.org/keywords/stochastic-gradient-descent", + "display_name": "Stochastic gradient descent", + "score": 0.5117306709289551 + }, + { + "id": "https://openalex.org/keywords/convexity", + "display_name": "Convexity", + "score": 0.51105797290802 + }, + { + "id": "https://openalex.org/keywords/online-machine-learning", + "display_name": "Online machine learning", + "score": 0.44482100009918213 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.40191978216171265 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7047193050384521 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6659388542175293 + }, + { + "id": "https://openalex.org/C112972136", + "wikidata": "https://www.wikidata.org/wiki/Q7595718", + "display_name": "Stability (learning theory)", + "level": 2, + "score": 0.5692204236984253 + }, + { + "id": "https://openalex.org/C32254414", + "wikidata": "https://www.wikidata.org/wiki/Q4724364", + "display_name": "Algorithmic learning theory", + "level": 3, + "score": 0.5539110898971558 + }, + { + "id": "https://openalex.org/C50292564", + "wikidata": "https://www.wikidata.org/wiki/Q2462783", + "display_name": "Computational learning theory", + "level": 3, + "score": 0.5352068543434143 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.5332021117210388 + }, + { + "id": "https://openalex.org/C2777601897", + "wikidata": "https://www.wikidata.org/wiki/Q3409113", + "display_name": "Presentation (obstetrics)", + "level": 2, + "score": 0.5140898823738098 + }, + { + "id": "https://openalex.org/C206688291", + "wikidata": "https://www.wikidata.org/wiki/Q7617819", + "display_name": "Stochastic gradient descent", + "level": 3, + "score": 0.5117306709289551 + }, + { + "id": "https://openalex.org/C72134830", + "wikidata": "https://www.wikidata.org/wiki/Q5166524", + "display_name": "Convexity", + "level": 2, + "score": 0.51105797290802 + }, + { + "id": "https://openalex.org/C115903097", + "wikidata": "https://www.wikidata.org/wiki/Q7094097", + "display_name": "Online machine learning", + "level": 3, + "score": 0.44482100009918213 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.40191978216171265 + }, + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C162324750", + "wikidata": "https://www.wikidata.org/wiki/Q8134", + "display_name": "Economics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C106159729", + "wikidata": "https://www.wikidata.org/wiki/Q2294553", + "display_name": "Financial economics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C126838900", + "wikidata": "https://www.wikidata.org/wiki/Q77604", + "display_name": "Radiology", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1017/cbo9781107298019", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1017/cbo9781107298019", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306462995", + "display_name": "Cambridge University Press eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/P4310311721", + "host_organization_name": "Cambridge University Press", + "host_organization_lineage": [ + "https://openalex.org/P4310311721", + "https://openalex.org/P4310311702" + ], + "host_organization_lineage_names": [ + "Cambridge University Press", + "University of Cambridge" + ], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "monograph" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "score": 0.7200000286102295, + "id": "https://metadata.un.org/sdg/4", + "display_name": "Quality Education" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [ + "https://openalex.org/W36398315", + "https://openalex.org/W4286799911", + "https://openalex.org/W3176029617", + "https://openalex.org/W2109601080", + "https://openalex.org/W3031362111", + "https://openalex.org/W2183087249", + "https://openalex.org/W4234769374", + "https://openalex.org/W2774684800", + "https://openalex.org/W2339204188", + "https://openalex.org/W2170905826" + ], + "abstract_inverted_index": { + "Machine": [ + 0 + ], + "learning": [ + 1, + 46, + 86, + 135 + ], + "is": [ + 2, + 20 + ], + "one": [ + 3 + ], + "of": [ + 4, + 9, + 17, + 41, + 61, + 70, + 81, + 85, + 90, + 133 + ], + "the": [ + 5, + 26, + 42, + 48, + 62, + 64, + 82, + 88, + 113, + 126, + 129 + ], + "fastest": [ + 6 + ], + "growing": [ + 7 + ], + "areas": [ + 8 + ], + "computer": [ + 10, + 144 + ], + "science,": [ + 11, + 145 + ], + "with": [ + 12 + ], + "far-reaching": [ + 13 + ], + "applications.": [ + 14 + ], + "The": [ + 15, + 35 + ], + "aim": [ + 16 + ], + "this": [ + 18 + ], + "textbook": [ + 19 + ], + "to": [ + 21, + 137 + ], + "introduce": [ + 22 + ], + "machine": [ + 23, + 45, + 134 + ], + "learning,": [ + 24 + ], + "and": [ + 25, + 47, + 87, + 92, + 103, + 107, + 116, + 131, + 139, + 147 + ], + "algorithmic": [ + 27, + 95 + ], + "paradigms": [ + 28, + 96 + ], + "it": [ + 29 + ], + "offers,": [ + 30 + ], + "in": [ + 31, + 142 + ], + "a": [ + 32, + 38, + 59, + 67, + 79 + ], + "principled": [ + 33 + ], + "way.": [ + 34 + ], + "book": [ + 36, + 65 + ], + "provides": [ + 37 + ], + "theoretical": [ + 39, + 109 + ], + "account": [ + 40 + ], + "fundamentals": [ + 43, + 130 + ], + "underlying": [ + 44 + ], + "mathematical": [ + 49 + ], + "derivations": [ + 50 + ], + "that": [ + 51 + ], + "transform": [ + 52 + ], + "these": [ + 53 + ], + "principles": [ + 54 + ], + "into": [ + 55 + ], + "practical": [ + 56 + ], + "algorithms.": [ + 57 + ], + "Following": [ + 58 + ], + "presentation": [ + 60 + ], + "basics,": [ + 63 + ], + "covers": [ + 66 + ], + "wide": [ + 68 + ], + "array": [ + 69 + ], + "central": [ + 71 + ], + "topics": [ + 72 + ], + "unaddressed": [ + 73 + ], + "by": [ + 74 + ], + "previous": [ + 75 + ], + "textbooks.": [ + 76 + ], + "These": [ + 77 + ], + "include": [ + 78 + ], + "discussion": [ + 80 + ], + "computational": [ + 83 + ], + "complexity": [ + 84 + ], + "concepts": [ + 89, + 110 + ], + "convexity": [ + 91 + ], + "stability;": [ + 93 + ], + "important": [ + 94 + ], + "including": [ + 97 + ], + "stochastic": [ + 98 + ], + "gradient": [ + 99 + ], + "descent,": [ + 100 + ], + "neural": [ + 101 + ], + "networks,": [ + 102 + ], + "structured": [ + 104 + ], + "output": [ + 105 + ], + "learning;": [ + 106 + ], + "emerging": [ + 108 + ], + "such": [ + 111 + ], + "as": [ + 112 + ], + "PAC-Bayes": [ + 114 + ], + "approach": [ + 115 + ], + "compression-based": [ + 117 + ], + "bounds.": [ + 118 + ], + "Designed": [ + 119 + ], + "for": [ + 120 + ], + "advanced": [ + 121 + ], + "undergraduates": [ + 122 + ], + "or": [ + 123 + ], + "beginning": [ + 124 + ], + "graduates,": [ + 125 + ], + "text": [ + 127 + ], + "makes": [ + 128 + ], + "algorithms": [ + 132 + ], + "accessible": [ + 136 + ], + "students": [ + 138 + ], + "non-expert": [ + 140 + ], + "readers": [ + 141 + ], + "statistics,": [ + 143 + ], + "mathematics": [ + 146 + ], + "engineering.": [ + 148 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 96 + }, + { + "year": 2025, + "cited_by_count": 375 + }, + { + "year": 2024, + "cited_by_count": 400 + }, + { + "year": 2023, + "cited_by_count": 421 + }, + { + "year": 2022, + "cited_by_count": 424 + }, + { + "year": 2021, + "cited_by_count": 368 + }, + { + "year": 2020, + "cited_by_count": 366 + }, + { + "year": 2019, + "cited_by_count": 192 + }, + { + "year": 2018, + "cited_by_count": 144 + }, + { + "year": 2017, + "cited_by_count": 64 + }, + { + "year": 2016, + "cited_by_count": 33 + }, + { + "year": 2015, + "cited_by_count": 17 + }, + { + "year": 2014, + "cited_by_count": 4 + }, + { + "year": 2013, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-28T09:10:13.091523", + "created_date": "2022-05-12T00:00:00" + }, + { + "id": "https://openalex.org/W3198350258", + "doi": "https://doi.org/10.1147/rd.33.0210", + "title": "Some Studies in Machine Learning Using the Game of Checkers", + "display_name": "Some Studies in Machine Learning Using the Game of Checkers", + "relevance_score": 4168.228, + "publication_year": 1959, + "publication_date": "1959-07-01", + "ids": { + "openalex": "https://openalex.org/W3198350258", + "doi": "https://doi.org/10.1147/rd.33.0210", + "mag": "3198350258" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1147/rd.33.0210", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1147/rd.33.0210", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4210219925", + "display_name": "IBM Journal of Research and Development", + "issn_l": "0018-8646", + "issn": [ + "0018-8646", + "2151-8556" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320652", + "host_organization_name": "IBM", + "host_organization_lineage": [ + "https://openalex.org/P4310320652" + ], + "host_organization_lineage_names": [ + "IBM" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IBM Journal of Research and Development", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5103515726", + "display_name": "Arthur L. Samuel", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "A. L. Samuel", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5103515726" + ], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 58.6681, + "has_fulltext": false, + "cited_by_count": 4330, + "citation_normalized_percentile": { + "value": 0.99739244, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "3", + "issue": "3", + "first_page": "210", + "last_page": "229" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11574", + "display_name": "Artificial Intelligence in Games", + "score": 0.8087999820709229, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11574", + "display_name": "Artificial Intelligence in Games", + "score": 0.8087999820709229, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7188340425491333 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5375511050224304 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.3793615698814392 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7188340425491333 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5375511050224304 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.3793615698814392 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1147/rd.33.0210", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1147/rd.33.0210", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4210219925", + "display_name": "IBM Journal of Research and Development", + "issn_l": "0018-8646", + "issn": [ + "0018-8646", + "2151-8556" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320652", + "host_organization_name": "IBM", + "host_organization_lineage": [ + "https://openalex.org/P4310320652" + ], + "host_organization_lineage_names": [ + "IBM" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IBM Journal of Research and Development", + "raw_type": "journal-article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "score": 0.5, + "id": "https://metadata.un.org/sdg/4", + "display_name": "Quality Education" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W4224009465", + "https://openalex.org/W4286629047", + "https://openalex.org/W4306321456", + "https://openalex.org/W4285260836", + "https://openalex.org/W3046775127", + "https://openalex.org/W3170094116", + "https://openalex.org/W4205958290", + "https://openalex.org/W3209574120" + ], + "abstract_inverted_index": { + "Two": [ + 0 + ], + "machine-learning": [ + 1 + ], + "procedures": [ + 2 + ], + "have": [ + 3, + 97 + ], + "been": [ + 4, + 17 + ], + "investigated": [ + 5 + ], + "in": [ + 6, + 59 + ], + "some": [ + 7 + ], + "detail": [ + 8 + ], + "using": [ + 9 + ], + "the": [ + 10, + 21, + 46, + 50, + 76, + 79, + 102 + ], + "game": [ + 11, + 38 + ], + "of": [ + 12, + 39, + 64, + 70, + 78, + 83, + 91, + 117, + 125 + ], + "checkers.": [ + 13 + ], + "Enough": [ + 14 + ], + "work": [ + 15 + ], + "has": [ + 16 + ], + "done": [ + 18 + ], + "to": [ + 19, + 34, + 56, + 96, + 99, + 128 + ], + "verify": [ + 20 + ], + "fact": [ + 22 + ], + "that": [ + 23, + 30 + ], + "a": [ + 24, + 36, + 60, + 81, + 86 + ], + "computer": [ + 25 + ], + "can": [ + 26, + 42, + 54 + ], + "be": [ + 27, + 43 + ], + "programmed": [ + 28 + ], + "so": [ + 29 + ], + "it": [ + 31, + 53 + ], + "will": [ + 32 + ], + "learn": [ + 33, + 55 + ], + "play": [ + 35 + ], + "better": [ + 37 + ], + "checkers": [ + 40 + ], + "than": [ + 41 + ], + "played": [ + 44 + ], + "by": [ + 45, + 121 + ], + "person": [ + 47 + ], + "who": [ + 48 + ], + "wrote": [ + 49 + ], + "program.": [ + 51 + ], + "Furthermore,": [ + 52 + ], + "do": [ + 57, + 100 + ], + "this": [ + 58 + ], + "remarkably": [ + 61 + ], + "short": [ + 62 + ], + "period": [ + 63 + ], + "time": [ + 65 + ], + "(8": [ + 66 + ], + "or": [ + 67 + ], + "10": [ + 68 + ], + "hours": [ + 69 + ], + "machine-playing": [ + 71 + ], + "time)": [ + 72 + ], + "when": [ + 73 + ], + "given": [ + 74 + ], + "only": [ + 75 + ], + "rules": [ + 77 + ], + "game,": [ + 80, + 103 + ], + "sense": [ + 82 + ], + "direction,": [ + 84 + ], + "and": [ + 85, + 88, + 108, + 113 + ], + "redundant": [ + 87 + ], + "incomplete": [ + 89 + ], + "list": [ + 90 + ], + "parameters": [ + 92 + ], + "which": [ + 93 + ], + "are": [ + 94, + 111 + ], + "thought": [ + 95 + ], + "something": [ + 98 + ], + "with": [ + 101 + ], + "but": [ + 104 + ], + "whose": [ + 105 + ], + "correct": [ + 106 + ], + "signs": [ + 107 + ], + "relative": [ + 109 + ], + "weights": [ + 110 + ], + "unknown": [ + 112 + ], + "unspecified.": [ + 114 + ], + "The": [ + 115 + ], + "principles": [ + 116 + ], + "machine": [ + 118 + ], + "learning": [ + 119 + ], + "verified": [ + 120 + ], + "these": [ + 122 + ], + "experiments": [ + 123 + ], + "are,": [ + 124 + ], + "course,": [ + 126 + ], + "applicable": [ + 127 + ], + "many": [ + 129 + ], + "other": [ + 130 + ], + "situations.": [ + 131 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 87 + }, + { + "year": 2025, + "cited_by_count": 322 + }, + { + "year": 2024, + "cited_by_count": 345 + }, + { + "year": 2023, + "cited_by_count": 343 + }, + { + "year": 2022, + "cited_by_count": 342 + }, + { + "year": 2021, + "cited_by_count": 398 + }, + { + "year": 2020, + "cited_by_count": 335 + }, + { + "year": 2019, + "cited_by_count": 352 + }, + { + "year": 2018, + "cited_by_count": 221 + }, + { + "year": 2017, + "cited_by_count": 147 + }, + { + "year": 2016, + "cited_by_count": 59 + }, + { + "year": 2015, + "cited_by_count": 42 + }, + { + "year": 2014, + "cited_by_count": 42 + }, + { + "year": 2013, + "cited_by_count": 52 + }, + { + "year": 2012, + "cited_by_count": 45 + } + ], + "updated_date": "2026-05-27T09:02:27.158192", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2535690855", + "doi": "https://doi.org/10.1109/sp.2017.41", + "title": "Membership Inference Attacks Against Machine Learning Models", + "display_name": "Membership Inference Attacks Against Machine Learning Models", + "relevance_score": 4124.923, + "publication_year": 2017, + "publication_date": "2017-05-01", + "ids": { + "openalex": "https://openalex.org/W2535690855", + "doi": "https://doi.org/10.1109/sp.2017.41", + "mag": "2535690855" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1109/sp.2017.41", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/sp.2017.41", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "2017 IEEE Symposium on Security and Privacy (SP)", + "raw_type": "proceedings-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5084892128", + "display_name": "Reza Shokri", + "orcid": "https://orcid.org/0000-0001-9816-0173" + }, + "institutions": [ + { + "id": "https://openalex.org/I205783295", + "display_name": "Cornell University", + "ror": "https://ror.org/05bnh6r87", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I205783295" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Reza Shokri", + "raw_affiliation_strings": [ + "Cornell Tech" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Cornell Tech", + "institution_ids": [ + "https://openalex.org/I205783295" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5086560283", + "display_name": "Marco Stronati", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1326498283", + "display_name": "Institut national de recherche en informatique et en automatique", + "ror": "https://ror.org/02kvxyf05", + "country_code": "FR", + "type": "funder", + "lineage": [ + "https://openalex.org/I1326498283" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Marco Stronati", + "raw_affiliation_strings": [ + "INRIA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "INRIA", + "institution_ids": [ + "https://openalex.org/I1326498283" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5048446895", + "display_name": "Congzheng Song", + "orcid": "https://orcid.org/0000-0002-5076-7299" + }, + "institutions": [ + { + "id": "https://openalex.org/I205783295", + "display_name": "Cornell University", + "ror": "https://ror.org/05bnh6r87", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I205783295" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Congzheng Song", + "raw_affiliation_strings": [ + "Cornell" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Cornell", + "institution_ids": [ + "https://openalex.org/I205783295" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5038206174", + "display_name": "Vitaly Shmatikov", + "orcid": "https://orcid.org/0009-0002-1336-5714" + }, + "institutions": [ + { + "id": "https://openalex.org/I205783295", + "display_name": "Cornell University", + "ror": "https://ror.org/05bnh6r87", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I205783295" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Vitaly Shmatikov", + "raw_affiliation_strings": [ + "Cornell Tech" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Cornell Tech", + "institution_ids": [ + "https://openalex.org/I205783295" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 4, + "corresponding_author_ids": [ + "https://openalex.org/A5084892128" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I205783295" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 167.1582, + "has_fulltext": false, + "cited_by_count": 4169, + "citation_normalized_percentile": { + "value": 0.99981035, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": "3", + "last_page": "18" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10764", + "display_name": "Privacy-Preserving Technologies in Data", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10764", + "display_name": "Privacy-Preserving Technologies in Data", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11689", + "display_name": "Adversarial Robustness in Machine Learning", + "score": 0.9997000098228455, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10237", + "display_name": "Cryptography and Data Security", + "score": 0.9768000245094299, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/inference", + "display_name": "Inference", + "score": 0.8516879081726074 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.7886953949928284 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7878186702728271 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6666349768638611 + }, + { + "id": "https://openalex.org/keywords/perspective", + "display_name": "Perspective (graphical)", + "score": 0.5839544534683228 + }, + { + "id": "https://openalex.org/keywords/focus", + "display_name": "Focus (optics)", + "score": 0.5145570635795593 + }, + { + "id": "https://openalex.org/keywords/data-modeling", + "display_name": "Data modeling", + "score": 0.47366389632225037 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.4463120698928833 + }, + { + "id": "https://openalex.org/keywords/adversarial-system", + "display_name": "Adversarial system", + "score": 0.41243356466293335 + }, + { + "id": "https://openalex.org/keywords/database", + "display_name": "Database", + "score": 0.07796728610992432 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2776214188", + "wikidata": "https://www.wikidata.org/wiki/Q408386", + "display_name": "Inference", + "level": 2, + "score": 0.8516879081726074 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.7886953949928284 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7878186702728271 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6666349768638611 + }, + { + "id": "https://openalex.org/C12713177", + "wikidata": "https://www.wikidata.org/wiki/Q1900281", + "display_name": "Perspective (graphical)", + "level": 2, + "score": 0.5839544534683228 + }, + { + "id": "https://openalex.org/C192209626", + "wikidata": "https://www.wikidata.org/wiki/Q190909", + "display_name": "Focus (optics)", + "level": 2, + "score": 0.5145570635795593 + }, + { + "id": "https://openalex.org/C67186912", + "wikidata": "https://www.wikidata.org/wiki/Q367664", + "display_name": "Data modeling", + "level": 2, + "score": 0.47366389632225037 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.4463120698928833 + }, + { + "id": "https://openalex.org/C37736160", + "wikidata": "https://www.wikidata.org/wiki/Q1801315", + "display_name": "Adversarial system", + "level": 2, + "score": 0.41243356466293335 + }, + { + "id": "https://openalex.org/C77088390", + "wikidata": "https://www.wikidata.org/wiki/Q8513", + "display_name": "Database", + "level": 1, + "score": 0.07796728610992432 + }, + { + "id": "https://openalex.org/C120665830", + "wikidata": "https://www.wikidata.org/wiki/Q14620", + "display_name": "Optics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C121332964", + "wikidata": "https://www.wikidata.org/wiki/Q413", + "display_name": "Physics", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "doi:10.1109/sp.2017.41", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/sp.2017.41", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "2017 IEEE Symposium on Security and Privacy (SP)", + "raw_type": "proceedings-article" + }, + { + "id": "pmh:oai:scholarbank.nus.edu.sg:10635/172937", + "is_oa": false, + "landing_page_url": "https://scholarbank.nus.edu.sg/handle/10635/172937", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S7407052290", + "display_name": "National University of Singapore", + "issn_l": null, + "issn": [], + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Elements", + "raw_type": "Conference Paper" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "score": 0.5699999928474426, + "id": "https://metadata.un.org/sdg/16", + "display_name": "Peace, Justice and strong institutions" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 54, + "referenced_works": [ + "https://openalex.org/W1473189865", + "https://openalex.org/W1510952750", + "https://openalex.org/W1528076390", + "https://openalex.org/W1535019556", + "https://openalex.org/W1554944419", + "https://openalex.org/W1760458529", + "https://openalex.org/W1811750039", + "https://openalex.org/W1821462560", + "https://openalex.org/W1826232489", + "https://openalex.org/W1873763122", + "https://openalex.org/W1992926795", + "https://openalex.org/W2009733253", + "https://openalex.org/W2024594469", + "https://openalex.org/W2040228409", + "https://openalex.org/W2051267297", + "https://openalex.org/W2053637704", + "https://openalex.org/W2077905990", + "https://openalex.org/W2095272373", + "https://openalex.org/W2095705004", + "https://openalex.org/W2096633407", + "https://openalex.org/W2106313770", + "https://openalex.org/W2106463421", + "https://openalex.org/W2112380340", + "https://openalex.org/W2114229504", + "https://openalex.org/W2119874464", + "https://openalex.org/W2123147099", + "https://openalex.org/W2130051287", + "https://openalex.org/W2151320232", + "https://openalex.org/W2162379889", + "https://openalex.org/W2186645727", + "https://openalex.org/W2198253679", + "https://openalex.org/W2329660289", + "https://openalex.org/W2461943168", + "https://openalex.org/W2473418344", + "https://openalex.org/W2532520288", + "https://openalex.org/W2950943617", + "https://openalex.org/W2951114885", + "https://openalex.org/W2962835266", + "https://openalex.org/W2963794891", + "https://openalex.org/W2964318098", + "https://openalex.org/W3118608800", + "https://openalex.org/W3215186461", + "https://openalex.org/W4248649186", + "https://openalex.org/W6628547770", + "https://openalex.org/W6631628602", + "https://openalex.org/W6632160336", + "https://openalex.org/W6638214083", + "https://openalex.org/W6639246211", + "https://openalex.org/W6661425395", + "https://openalex.org/W6674330103", + "https://openalex.org/W6676639149", + "https://openalex.org/W6677855611", + "https://openalex.org/W6686761782", + "https://openalex.org/W6731627051" + ], + "related_works": [ + "https://openalex.org/W2899084033", + "https://openalex.org/W2502115930", + "https://openalex.org/W2482350142", + "https://openalex.org/W4246396837", + "https://openalex.org/W3126451824", + "https://openalex.org/W1561927205", + "https://openalex.org/W3191453585", + "https://openalex.org/W4297672492", + "https://openalex.org/W4310988119", + "https://openalex.org/W4285226279" + ], + "abstract_inverted_index": { + "We": [ + 0, + 19, + 92, + 146 + ], + "quantitatively": [ + 1 + ], + "investigate": [ + 2, + 148 + ], + "how": [ + 3 + ], + "machine": [ + 4, + 60 + ], + "learning": [ + 5, + 61, + 105 + ], + "models": [ + 6, + 100, + 138 + ], + "leak": [ + 7 + ], + "information": [ + 8 + ], + "about": [ + 9 + ], + "the": [ + 10, + 22, + 39, + 43, + 72, + 77, + 84, + 131, + 149 + ], + "individual": [ + 11 + ], + "data": [ + 12, + 29 + ], + "records": [ + 13 + ], + "on": [ + 14, + 21, + 76, + 82, + 98 + ], + "which": [ + 15 + ], + "they": [ + 16 + ], + "were": [ + 17 + ], + "trained.": [ + 18 + ], + "focus": [ + 20 + ], + "basic": [ + 23 + ], + "membership": [ + 24, + 49, + 127, + 143 + ], + "inference": [ + 25, + 50, + 66, + 96, + 144 + ], + "attack:": [ + 26 + ], + "given": [ + 27 + ], + "a": [ + 28, + 35, + 52, + 107, + 122 + ], + "record": [ + 30, + 40 + ], + "and": [ + 31, + 62, + 113, + 118, + 155 + ], + "black-box": [ + 32 + ], + "access": [ + 33 + ], + "to": [ + 34, + 68, + 142 + ], + "model,": [ + 36, + 54 + ], + "determine": [ + 37 + ], + "if": [ + 38 + ], + "was": [ + 41 + ], + "in": [ + 42, + 71 + ], + "model's": [ + 44, + 74 + ], + "training": [ + 45 + ], + "dataset.": [ + 46 + ], + "To": [ + 47 + ], + "perform": [ + 48 + ], + "against": [ + 51 + ], + "target": [ + 53, + 73 + ], + "we": [ + 55, + 134 + ], + "make": [ + 56 + ], + "adversarial": [ + 57 + ], + "use": [ + 58 + ], + "of": [ + 59 + ], + "train": [ + 63, + 90 + ], + "our": [ + 64, + 95 + ], + "own": [ + 65 + ], + "model": [ + 67 + ], + "recognize": [ + 69 + ], + "differences": [ + 70 + ], + "predictions": [ + 75 + ], + "inputs": [ + 78, + 85 + ], + "that": [ + 79, + 86, + 136, + 151 + ], + "it": [ + 80, + 87 + ], + "trained": [ + 81, + 101 + ], + "versus": [ + 83 + ], + "did": [ + 88 + ], + "not": [ + 89 + ], + "on.": [ + 91 + ], + "empirically": [ + 93 + ], + "evaluate": [ + 94, + 156 + ], + "techniques": [ + 97 + ], + "classification": [ + 99, + 119 + ], + "by": [ + 102 + ], + "commercial": [ + 103 + ], + "\"machine": [ + 104 + ], + "as": [ + 106, + 111 + ], + "service\"": [ + 108 + ], + "providers": [ + 109 + ], + "such": [ + 110 + ], + "Google": [ + 112 + ], + "Amazon.": [ + 114 + ], + "Using": [ + 115 + ], + "realistic": [ + 116 + ], + "datasets": [ + 117 + ], + "tasks,": [ + 120 + ], + "including": [ + 121 + ], + "hospital": [ + 123 + ], + "discharge": [ + 124 + ], + "dataset": [ + 125 + ], + "whose": [ + 126 + ], + "is": [ + 128 + ], + "sensitive": [ + 129 + ], + "from": [ + 130 + ], + "privacy": [ + 132 + ], + "perspective,": [ + 133 + ], + "show": [ + 135 + ], + "these": [ + 137 + ], + "can": [ + 139 + ], + "be": [ + 140 + ], + "vulnerable": [ + 141 + ], + "attacks.": [ + 145 + ], + "then": [ + 147 + ], + "factors": [ + 150 + ], + "influence": [ + 152 + ], + "this": [ + 153 + ], + "leakage": [ + 154 + ], + "mitigation": [ + 157 + ], + "strategies.": [ + 158 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 192 + }, + { + "year": 2025, + "cited_by_count": 743 + }, + { + "year": 2024, + "cited_by_count": 706 + }, + { + "year": 2023, + "cited_by_count": 627 + }, + { + "year": 2022, + "cited_by_count": 513 + }, + { + "year": 2021, + "cited_by_count": 585 + }, + { + "year": 2020, + "cited_by_count": 445 + }, + { + "year": 2019, + "cited_by_count": 232 + }, + { + "year": 2018, + "cited_by_count": 101 + }, + { + "year": 2017, + "cited_by_count": 24 + }, + { + "year": 2013, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2885770726", + "doi": "https://doi.org/10.3390/s18082674", + "title": "Machine Learning in Agriculture: A Review", + "display_name": "Machine Learning in Agriculture: A Review", + "relevance_score": 4122.498, + "publication_year": 2018, + "publication_date": "2018-08-14", + "ids": { + "openalex": "https://openalex.org/W2885770726", + "doi": "https://doi.org/10.3390/s18082674", + "mag": "2885770726", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/30110960" + }, + "language": "en", + "primary_location": { + "id": "doi:10.3390/s18082674", + "is_oa": true, + "landing_page_url": "https://doi.org/10.3390/s18082674", + "pdf_url": "https://www.mdpi.com/1424-8220/18/8/2674/pdf?version=1534247979", + "source": { + "id": "https://openalex.org/S101949793", + "display_name": "Sensors", + "issn_l": "1424-8220", + "issn": [ + "1424-8220" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310310987", + "host_organization_name": "Multidisciplinary Digital Publishing Institute", + "host_organization_lineage": [ + "https://openalex.org/P4310310987" + ], + "host_organization_lineage_names": [ + "Multidisciplinary Digital Publishing Institute" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Sensors", + "raw_type": "journal-article" + }, + "type": "review", + "indexed_in": [ + "crossref", + "doaj", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "gold", + "oa_url": "https://www.mdpi.com/1424-8220/18/8/2674/pdf?version=1534247979", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5085282864", + "display_name": "Κωνσταντίνος Λιάκος", + "orcid": "https://orcid.org/0000-0002-6866-0932" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210134249", + "display_name": "Centre for Research and Technology Hellas", + "ror": "https://ror.org/03bndpq63", + "country_code": "GR", + "type": "facility", + "lineage": [ + "https://openalex.org/I4210134249" + ] + } + ], + "countries": [ + "GR" + ], + "is_corresponding": false, + "raw_author_name": "Konstantinos Liakos", + "raw_affiliation_strings": [ + "Institute for Bio-Economy and Agri-Technology (IBO), Centre of Research and Technology—Hellas (CERTH), 6th km Charilaou-Thermi Rd, GR 57001 Thessaloniki, Greece" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Institute for Bio-Economy and Agri-Technology (IBO), Centre of Research and Technology—Hellas (CERTH), 6th km Charilaou-Thermi Rd, GR 57001 Thessaloniki, Greece", + "institution_ids": [ + "https://openalex.org/I4210134249" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5059581084", + "display_name": "Patrizia Busato", + "orcid": "https://orcid.org/0000-0001-9546-530X" + }, + "institutions": [ + { + "id": "https://openalex.org/I55143463", + "display_name": "University of Turin", + "ror": "https://ror.org/048tbm396", + "country_code": "IT", + "type": "education", + "lineage": [ + "https://openalex.org/I55143463" + ] + } + ], + "countries": [ + "IT" + ], + "is_corresponding": false, + "raw_author_name": "Patrizia Busato", + "raw_affiliation_strings": [ + "Department of Agriculture, Forestry and Food Sciences (DISAFA), Faculty of Agriculture, University of Turin, Largo Braccini 2, 10095 Grugliasco, Italy" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Agriculture, Forestry and Food Sciences (DISAFA), Faculty of Agriculture, University of Turin, Largo Braccini 2, 10095 Grugliasco, Italy", + "institution_ids": [ + "https://openalex.org/I55143463" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5047144831", + "display_name": "Dimitrios Moshou", + "orcid": "https://orcid.org/0000-0001-7270-5307" + }, + "institutions": [ + { + "id": "https://openalex.org/I21370196", + "display_name": "Aristotle University of Thessaloniki", + "ror": "https://ror.org/02j61yw88", + "country_code": "GR", + "type": "education", + "lineage": [ + "https://openalex.org/I21370196" + ] + }, + { + "id": "https://openalex.org/I4210134249", + "display_name": "Centre for Research and Technology Hellas", + "ror": "https://ror.org/03bndpq63", + "country_code": "GR", + "type": "facility", + "lineage": [ + "https://openalex.org/I4210134249" + ] + } + ], + "countries": [ + "GR" + ], + "is_corresponding": false, + "raw_author_name": "Dimitrios Moshou", + "raw_affiliation_strings": [ + "Agricultural Engineering Laboratory, Faculty of Agriculture, Aristotle University of Thessaloniki, 54124 Thessaloniki, Greece", + "Institute for Bio-Economy and Agri-Technology (IBO), Centre of Research and Technology—Hellas (CERTH), 6th km Charilaou-Thermi Rd, GR 57001 Thessaloniki, Greece" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Agricultural Engineering Laboratory, Faculty of Agriculture, Aristotle University of Thessaloniki, 54124 Thessaloniki, Greece", + "institution_ids": [ + "https://openalex.org/I21370196" + ] + }, + { + "raw_affiliation_string": "Institute for Bio-Economy and Agri-Technology (IBO), Centre of Research and Technology—Hellas (CERTH), 6th km Charilaou-Thermi Rd, GR 57001 Thessaloniki, Greece", + "institution_ids": [ + "https://openalex.org/I4210134249" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5018447003", + "display_name": "Simon Pearson", + "orcid": "https://orcid.org/0000-0002-4297-4837" + }, + "institutions": [ + { + "id": "https://openalex.org/I51532219", + "display_name": "University of Lincoln", + "ror": "https://ror.org/03yeq9x20", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I51532219" + ] + } + ], + "countries": [ + "GB" + ], + "is_corresponding": false, + "raw_author_name": "Simon Pearson", + "raw_affiliation_strings": [ + "Lincoln Institute for Agri-food Technology (LIAT), University of Lincoln, Brayford Way, Brayford Pool, Lincoln LN6 7TS, UK" + ], + "raw_orcid": "https://orcid.org/0000-0002-4297-4837", + "affiliations": [ + { + "raw_affiliation_string": "Lincoln Institute for Agri-food Technology (LIAT), University of Lincoln, Brayford Way, Brayford Pool, Lincoln LN6 7TS, UK", + "institution_ids": [ + "https://openalex.org/I51532219" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5073592501", + "display_name": "Dionysis Bochtis", + "orcid": "https://orcid.org/0000-0002-7058-5986" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210134249", + "display_name": "Centre for Research and Technology Hellas", + "ror": "https://ror.org/03bndpq63", + "country_code": "GR", + "type": "facility", + "lineage": [ + "https://openalex.org/I4210134249" + ] + } + ], + "countries": [ + "GR" + ], + "is_corresponding": true, + "raw_author_name": "Dionysis Bochtis", + "raw_affiliation_strings": [ + "Institute for Bio-Economy and Agri-Technology (IBO), Centre of Research and Technology—Hellas (CERTH), 6th km Charilaou-Thermi Rd, GR 57001 Thessaloniki, Greece" + ], + "raw_orcid": "https://orcid.org/0000-0002-7058-5986", + "affiliations": [ + { + "raw_affiliation_string": "Institute for Bio-Economy and Agri-Technology (IBO), Centre of Research and Technology—Hellas (CERTH), 6th km Charilaou-Thermi Rd, GR 57001 Thessaloniki, Greece", + "institution_ids": [ + "https://openalex.org/I4210134249" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 3, + "institutions_distinct_count": 5, + "corresponding_author_ids": [ + "https://openalex.org/A5073592501" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I4210134249" + ], + "apc_list": { + "value": 2400, + "currency": "CHF", + "value_usd": 2598 + }, + "apc_paid": { + "value": 2400, + "currency": "CHF", + "value_usd": 2598 + }, + "fwci": 234.4024, + "has_fulltext": true, + "cited_by_count": 2970, + "citation_normalized_percentile": { + "value": 0.99998177, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 96, + "max": 100 + }, + "biblio": { + "volume": "18", + "issue": "8", + "first_page": "2674", + "last_page": "2674" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10616", + "display_name": "Smart Agriculture and AI", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/1110", + "display_name": "Plant Science" + }, + "field": { + "id": "https://openalex.org/fields/11", + "display_name": "Agricultural and Biological Sciences" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10616", + "display_name": "Smart Agriculture and AI", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/1110", + "display_name": "Plant Science" + }, + "field": { + "id": "https://openalex.org/fields/11", + "display_name": "Agricultural and Biological Sciences" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + }, + { + "id": "https://openalex.org/T10640", + "display_name": "Spectroscopy and Chemometric Analyses", + "score": 0.9825999736785889, + "subfield": { + "id": "https://openalex.org/subfields/1602", + "display_name": "Analytical Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/16", + "display_name": "Chemistry" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10111", + "display_name": "Remote Sensing in Agriculture", + "score": 0.958299994468689, + "subfield": { + "id": "https://openalex.org/subfields/2303", + "display_name": "Ecology" + }, + "field": { + "id": "https://openalex.org/fields/23", + "display_name": "Environmental Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/agriculture", + "display_name": "Agriculture", + "score": 0.5998008251190186 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5735517740249634 + }, + { + "id": "https://openalex.org/keywords/precision-agriculture", + "display_name": "Precision agriculture", + "score": 0.5354065895080566 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.5236620306968689 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.5148038268089294 + }, + { + "id": "https://openalex.org/keywords/big-data", + "display_name": "Big data", + "score": 0.4952518045902252 + }, + { + "id": "https://openalex.org/keywords/livestock", + "display_name": "Livestock", + "score": 0.43506547808647156 + }, + { + "id": "https://openalex.org/keywords/decision-support-system", + "display_name": "Decision support system", + "score": 0.41696614027023315 + }, + { + "id": "https://openalex.org/keywords/data-science", + "display_name": "Data science", + "score": 0.3964245617389679 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.13465631008148193 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C118518473", + "wikidata": "https://www.wikidata.org/wiki/Q11451", + "display_name": "Agriculture", + "level": 2, + "score": 0.5998008251190186 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5735517740249634 + }, + { + "id": "https://openalex.org/C120217122", + "wikidata": "https://www.wikidata.org/wiki/Q740083", + "display_name": "Precision agriculture", + "level": 3, + "score": 0.5354065895080566 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.5236620306968689 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.5148038268089294 + }, + { + "id": "https://openalex.org/C75684735", + "wikidata": "https://www.wikidata.org/wiki/Q858810", + "display_name": "Big data", + "level": 2, + "score": 0.4952518045902252 + }, + { + "id": "https://openalex.org/C112964050", + "wikidata": "https://www.wikidata.org/wiki/Q103459", + "display_name": "Livestock", + "level": 2, + "score": 0.43506547808647156 + }, + { + "id": "https://openalex.org/C107327155", + "wikidata": "https://www.wikidata.org/wiki/Q330268", + "display_name": "Decision support system", + "level": 2, + "score": 0.41696614027023315 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.3964245617389679 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.13465631008148193 + }, + { + "id": "https://openalex.org/C86803240", + "wikidata": "https://www.wikidata.org/wiki/Q420", + "display_name": "Biology", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C18903297", + "wikidata": "https://www.wikidata.org/wiki/Q7150", + "display_name": "Ecology", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 9, + "locations": [ + { + "id": "doi:10.3390/s18082674", + "is_oa": true, + "landing_page_url": "https://doi.org/10.3390/s18082674", + "pdf_url": "https://www.mdpi.com/1424-8220/18/8/2674/pdf?version=1534247979", + "source": { + "id": "https://openalex.org/S101949793", + "display_name": "Sensors", + "issn_l": "1424-8220", + "issn": [ + "1424-8220" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310310987", + "host_organization_name": "Multidisciplinary Digital Publishing Institute", + "host_organization_lineage": [ + "https://openalex.org/P4310310987" + ], + "host_organization_lineage_names": [ + "Multidisciplinary Digital Publishing Institute" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Sensors", + "raw_type": "journal-article" + }, + { + "id": "pmid:30110960", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/30110960", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Sensors (Basel, Switzerland)", + "raw_type": null + }, + { + "id": "pmh:oai:doaj.org/article:c6cd93144ea3478f860eb1f3766e5a43", + "is_oa": true, + "landing_page_url": "https://doaj.org/article/c6cd93144ea3478f860eb1f3766e5a43", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401280", + "display_name": "DOAJ (DOAJ: Directory of Open Access Journals)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by-sa", + "license_id": "https://openalex.org/licenses/cc-by-sa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Sensors, Vol 18, Iss 8, p 2674 (2018)", + "raw_type": "article" + }, + { + "id": "pmh:oai:eprints.lincoln.ac.uk:33015", + "is_oa": true, + "landing_page_url": "http://eprints.lincoln.ac.uk/id/eprint/33015/1/htm", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4377196275", + "display_name": "Lincoln Repository (University of Lincoln)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I51532219", + "host_organization_name": "University of Lincoln", + "host_organization_lineage": [ + "https://openalex.org/I51532219" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Article" + }, + { + "id": "pmh:oai:europepmc.org:5064788", + "is_oa": true, + "landing_page_url": "http://europepmc.org/pmc/articles/PMC6111295", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400806", + "display_name": "Europe PMC (PubMed Central)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1303153112", + "host_organization_name": "European Bioinformatics Institute", + "host_organization_lineage": [ + "https://openalex.org/I1303153112" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "other-oa", + "license_id": "https://openalex.org/licenses/other-oa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Text" + }, + { + "id": "pmh:oai:figshare.com:article/24372634", + "is_oa": true, + "landing_page_url": "https://figshare.com/articles/journal_contribution/Machine_Learning_in_Agriculture_A_Review/24372634", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4377196282", + "display_name": "Figshare", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I4210132348", + "host_organization_name": "Figshare (United Kingdom)", + "host_organization_lineage": [ + "https://openalex.org/I4210132348" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Text" + }, + { + "id": "pmh:oai:iris.unito.it:2318/1679884", + "is_oa": true, + "landing_page_url": "http://hdl.handle.net/2318/1679884", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400637", + "display_name": "Institutional Research Information System University of Turin (University of Turin)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I55143463", + "host_organization_name": "University of Turin", + "host_organization_lineage": [ + "https://openalex.org/I55143463" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "other-oa", + "license_id": "https://openalex.org/licenses/other-oa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "info:eu-repo/semantics/article" + }, + { + "id": "pmh:oai:mdpi.com:/1424-8220/18/8/2674/", + "is_oa": true, + "landing_page_url": "http://dx.doi.org/10.3390/s18082674", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400947", + "display_name": "MDPI (MDPI AG)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I4210097602", + "host_organization_name": "Multidisciplinary Digital Publishing Institute (Switzerland)", + "host_organization_lineage": [ + "https://openalex.org/I4210097602" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Sensors", + "raw_type": "Text" + }, + { + "id": "pmh:oai:pubmedcentral.nih.gov:6111295", + "is_oa": true, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/6111295", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2764455111", + "display_name": "PubMed Central", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Sensors (Basel)", + "raw_type": "Text" + } + ], + "best_oa_location": { + "id": "doi:10.3390/s18082674", + "is_oa": true, + "landing_page_url": "https://doi.org/10.3390/s18082674", + "pdf_url": "https://www.mdpi.com/1424-8220/18/8/2674/pdf?version=1534247979", + "source": { + "id": "https://openalex.org/S101949793", + "display_name": "Sensors", + "issn_l": "1424-8220", + "issn": [ + "1424-8220" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310310987", + "host_organization_name": "Multidisciplinary Digital Publishing Institute", + "host_organization_lineage": [ + "https://openalex.org/P4310310987" + ], + "host_organization_lineage_names": [ + "Multidisciplinary Digital Publishing Institute" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Sensors", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [ + { + "score": 0.800000011920929, + "id": "https://metadata.un.org/sdg/2", + "display_name": "Zero hunger" + } + ], + "awards": [ + { + "id": "https://openalex.org/G3584239725", + "display_name": null, + "funder_award_id": "EP/R045127/1", + "funder_id": "https://openalex.org/F4320334627", + "funder_display_name": "Engineering and Physical Sciences Research Council" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320321917", + "display_name": "General Secretariat for Research and Technology", + "ror": "https://ror.org/04yeh8h63" + }, + { + "id": "https://openalex.org/F4320334627", + "display_name": "Engineering and Physical Sciences Research Council", + "ror": "https://ror.org/0439y7842" + } + ], + "has_content": { + "grobid_xml": true, + "pdf": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W2885770726.pdf", + "grobid_xml": "https://content.openalex.org/works/W2885770726.grobid-xml" + }, + "referenced_works_count": 112, + "referenced_works": [ + "https://openalex.org/W94523489", + "https://openalex.org/W189596042", + "https://openalex.org/W1179140510", + "https://openalex.org/W1496317909", + "https://openalex.org/W1596717185", + "https://openalex.org/W1689445748", + "https://openalex.org/W1916445479", + "https://openalex.org/W1963579367", + "https://openalex.org/W1963790103", + "https://openalex.org/W1966124853", + "https://openalex.org/W1967320885", + "https://openalex.org/W1968452917", + "https://openalex.org/W1984530193", + "https://openalex.org/W1990517717", + "https://openalex.org/W1995341919", + "https://openalex.org/W1998871699", + "https://openalex.org/W2000972253", + "https://openalex.org/W2001619934", + "https://openalex.org/W2009986810", + "https://openalex.org/W2015263929", + "https://openalex.org/W2018435387", + "https://openalex.org/W2019207321", + "https://openalex.org/W2024081693", + "https://openalex.org/W2025279987", + "https://openalex.org/W2028606616", + "https://openalex.org/W2040104179", + "https://openalex.org/W2040870580", + "https://openalex.org/W2049633694", + "https://openalex.org/W2063304499", + "https://openalex.org/W2065165083", + "https://openalex.org/W2072680624", + "https://openalex.org/W2075320162", + "https://openalex.org/W2076857888", + "https://openalex.org/W2081544115", + "https://openalex.org/W2087877962", + "https://openalex.org/W2095727900", + "https://openalex.org/W2102201073", + "https://openalex.org/W2106855632", + "https://openalex.org/W2108703480", + "https://openalex.org/W2110642273", + "https://openalex.org/W2111072639", + "https://openalex.org/W2119821739", + "https://openalex.org/W2128084896", + "https://openalex.org/W2138178898", + "https://openalex.org/W2143908786", + "https://openalex.org/W2149723649", + "https://openalex.org/W2150593711", + "https://openalex.org/W2153476503", + "https://openalex.org/W2153635508", + "https://openalex.org/W2154350719", + "https://openalex.org/W2161673710", + "https://openalex.org/W2174918471", + "https://openalex.org/W2200121095", + "https://openalex.org/W2209382794", + "https://openalex.org/W2216013554", + "https://openalex.org/W2231576311", + "https://openalex.org/W2270460811", + "https://openalex.org/W2270641383", + "https://openalex.org/W2273322351", + "https://openalex.org/W2286091602", + "https://openalex.org/W2294798173", + "https://openalex.org/W2298521547", + "https://openalex.org/W2337945771", + "https://openalex.org/W2339447311", + "https://openalex.org/W2399675776", + "https://openalex.org/W2417395753", + "https://openalex.org/W2419137750", + "https://openalex.org/W2470803522", + "https://openalex.org/W2497210317", + "https://openalex.org/W2502044482", + "https://openalex.org/W2552660223", + "https://openalex.org/W2560811704", + "https://openalex.org/W2577148968", + "https://openalex.org/W2580808806", + "https://openalex.org/W2586821267", + "https://openalex.org/W2591104514", + "https://openalex.org/W2598645336", + "https://openalex.org/W2603364874", + "https://openalex.org/W2603417106", + "https://openalex.org/W2604196786", + "https://openalex.org/W2606244344", + "https://openalex.org/W2606916050", + "https://openalex.org/W2612828053", + "https://openalex.org/W2619390517", + "https://openalex.org/W2620473470", + "https://openalex.org/W2620542418", + "https://openalex.org/W2621525431", + "https://openalex.org/W2622758479", + "https://openalex.org/W2622999711", + "https://openalex.org/W2738911869", + "https://openalex.org/W2775111183", + "https://openalex.org/W2789255992", + "https://openalex.org/W2790639095", + "https://openalex.org/W2791690647", + "https://openalex.org/W2794415089", + "https://openalex.org/W2796501058", + "https://openalex.org/W2806779833", + "https://openalex.org/W2903950532", + "https://openalex.org/W2911964244", + "https://openalex.org/W2919115771", + "https://openalex.org/W3125807057", + "https://openalex.org/W4210451417", + "https://openalex.org/W4212883601", + "https://openalex.org/W4232670376", + "https://openalex.org/W4239510810", + "https://openalex.org/W4250143236", + "https://openalex.org/W4400360174", + "https://openalex.org/W6607775107", + "https://openalex.org/W6632223008", + "https://openalex.org/W6675321329", + "https://openalex.org/W6675436802", + "https://openalex.org/W6676769703" + ], + "related_works": [ + "https://openalex.org/W1573929026", + "https://openalex.org/W4390608645", + "https://openalex.org/W4394895745", + "https://openalex.org/W4247566972", + "https://openalex.org/W3201212491", + "https://openalex.org/W4380767732", + "https://openalex.org/W4247744717", + "https://openalex.org/W3161605631", + "https://openalex.org/W2361557821", + "https://openalex.org/W2905677023" + ], + "abstract_inverted_index": { + "Machine": [ + 0 + ], + "learning": [ + 1, + 39, + 100, + 105 + ], + "has": [ + 2 + ], + "emerged": [ + 3 + ], + "with": [ + 4 + ], + "big": [ + 5 + ], + "data": [ + 6, + 16 + ], + "technologies": [ + 7 + ], + "and": [ + 8, + 64, + 75, + 81, + 87, + 125, + 131 + ], + "high-performance": [ + 9 + ], + "computing": [ + 10 + ], + "to": [ + 11, + 35, + 106 + ], + "create": [ + 12 + ], + "new": [ + 13 + ], + "opportunities": [ + 14 + ], + "for": [ + 15, + 127 + ], + "intensive": [ + 17 + ], + "science": [ + 18 + ], + "in": [ + 19, + 40, + 49 + ], + "the": [ + 20, + 90 + ], + "multi-disciplinary": [ + 21 + ], + "agri-technologies": [ + 22 + ], + "domain.": [ + 23 + ], + "In": [ + 24 + ], + "this": [ + 25 + ], + "paper,": [ + 26 + ], + "we": [ + 27 + ], + "present": [ + 28 + ], + "a": [ + 29 + ], + "comprehensive": [ + 30 + ], + "review": [ + 31 + ], + "of": [ + 32, + 37, + 89 + ], + "research": [ + 33 + ], + "dedicated": [ + 34 + ], + "applications": [ + 36, + 54, + 71 + ], + "machine": [ + 38, + 99, + 104 + ], + "agricultural": [ + 41 + ], + "production": [ + 42 + ], + "systems.": [ + 43 + ], + "The": [ + 44, + 85 + ], + "works": [ + 45 + ], + "analyzed": [ + 46 + ], + "were": [ + 47 + ], + "categorized": [ + 48 + ], + "(a)": [ + 50 + ], + "crop": [ + 51, + 62 + ], + "management,": [ + 52, + 69 + ], + "including": [ + 53, + 70 + ], + "on": [ + 55, + 72 + ], + "yield": [ + 56 + ], + "prediction,": [ + 57 + ], + "disease": [ + 58 + ], + "detection,": [ + 59 + ], + "weed": [ + 60 + ], + "detection": [ + 61 + ], + "quality,": [ + 63 + ], + "species": [ + 65 + ], + "recognition;": [ + 66 + ], + "(b)": [ + 67 + ], + "livestock": [ + 68, + 76 + ], + "animal": [ + 73 + ], + "welfare": [ + 74 + ], + "production;": [ + 77 + ], + "(c)": [ + 78 + ], + "water": [ + 79 + ], + "management;": [ + 80 + ], + "(d)": [ + 82 + ], + "soil": [ + 83 + ], + "management.": [ + 84 + ], + "filtering": [ + 86 + ], + "classification": [ + 88 + ], + "presented": [ + 91 + ], + "articles": [ + 92 + ], + "demonstrate": [ + 93 + ], + "how": [ + 94 + ], + "agriculture": [ + 95 + ], + "will": [ + 96 + ], + "benefit": [ + 97 + ], + "from": [ + 98 + ], + "technologies.": [ + 101 + ], + "By": [ + 102 + ], + "applying": [ + 103 + ], + "sensor": [ + 107 + ], + "data,": [ + 108 + ], + "farm": [ + 109 + ], + "management": [ + 110 + ], + "systems": [ + 111 + ], + "are": [ + 112 + ], + "evolving": [ + 113 + ], + "into": [ + 114 + ], + "real": [ + 115 + ], + "time": [ + 116 + ], + "artificial": [ + 117 + ], + "intelligence": [ + 118 + ], + "enabled": [ + 119 + ], + "programs": [ + 120 + ], + "that": [ + 121 + ], + "provide": [ + 122 + ], + "rich": [ + 123 + ], + "recommendations": [ + 124 + ], + "insights": [ + 126 + ], + "farmer": [ + 128 + ], + "decision": [ + 129 + ], + "support": [ + 130 + ], + "action.": [ + 132 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 267 + }, + { + "year": 2025, + "cited_by_count": 585 + }, + { + "year": 2024, + "cited_by_count": 449 + }, + { + "year": 2023, + "cited_by_count": 526 + }, + { + "year": 2022, + "cited_by_count": 448 + }, + { + "year": 2021, + "cited_by_count": 383 + }, + { + "year": 2020, + "cited_by_count": 235 + }, + { + "year": 2019, + "cited_by_count": 74 + }, + { + "year": 2018, + "cited_by_count": 3 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2588003345", + "doi": "https://doi.org/10.1371/journal.pone.0169748", + "title": "SoilGrids250m: Global gridded soil information based on machine learning", + "display_name": "SoilGrids250m: Global gridded soil information based on machine learning", + "relevance_score": 3980.6333, + "publication_year": 2017, + "publication_date": "2017-02-16", + "ids": { + "openalex": "https://openalex.org/W2588003345", + "doi": "https://doi.org/10.1371/journal.pone.0169748", + "mag": "2588003345", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/28207752" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1371/journal.pone.0169748", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1371/journal.pone.0169748", + "pdf_url": "https://journals.plos.org/plosone/article/file?id=10.1371/journal.pone.0169748&type=printable", + "source": { + "id": "https://openalex.org/S202381698", + "display_name": "PLoS ONE", + "issn_l": "1932-6203", + "issn": [ + "1932-6203" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310315706", + "host_organization_name": "Public Library of Science", + "host_organization_lineage": [ + "https://openalex.org/P4310315706" + ], + "host_organization_lineage_names": [ + "Public Library of Science" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "PLOS ONE", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref", + "doaj", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "gold", + "oa_url": "https://journals.plos.org/plosone/article/file?id=10.1371/journal.pone.0169748&type=printable", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5008884945", + "display_name": "Tomislav Hengl", + "orcid": "https://orcid.org/0000-0002-9921-5129" + }, + "institutions": [ + { + "id": "https://openalex.org/I31761138", + "display_name": "ISRIC - World Soil Information", + "ror": "https://ror.org/01z8yfp14", + "country_code": "NL", + "type": "other", + "lineage": [ + "https://openalex.org/I31761138" + ] + } + ], + "countries": [ + "NL" + ], + "is_corresponding": true, + "raw_author_name": "Tomislav Hengl", + "raw_affiliation_strings": [ + "ISRIC - World Soil Information, Wageningen, the Netherlands", + "ISRIC — World Soil Information, Wageningen, the Netherlands" + ], + "raw_orcid": "https://orcid.org/0000-0002-9921-5129", + "affiliations": [ + { + "raw_affiliation_string": "ISRIC - World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + }, + { + "raw_affiliation_string": "ISRIC — World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5066931705", + "display_name": "Jorge Mendes de Jesus", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I31761138", + "display_name": "ISRIC - World Soil Information", + "ror": "https://ror.org/01z8yfp14", + "country_code": "NL", + "type": "other", + "lineage": [ + "https://openalex.org/I31761138" + ] + } + ], + "countries": [ + "NL" + ], + "is_corresponding": false, + "raw_author_name": "Jorge Mendes de Jesus", + "raw_affiliation_strings": [ + "ISRIC - World Soil Information, Wageningen, the Netherlands", + "ISRIC — World Soil Information, Wageningen, the Netherlands" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "ISRIC - World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + }, + { + "raw_affiliation_string": "ISRIC — World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5011620756", + "display_name": "G.B.M. Heuvelink", + "orcid": "https://orcid.org/0000-0003-0959-9358" + }, + "institutions": [ + { + "id": "https://openalex.org/I31761138", + "display_name": "ISRIC - World Soil Information", + "ror": "https://ror.org/01z8yfp14", + "country_code": "NL", + "type": "other", + "lineage": [ + "https://openalex.org/I31761138" + ] + } + ], + "countries": [ + "NL" + ], + "is_corresponding": false, + "raw_author_name": "Gerard B. M. Heuvelink", + "raw_affiliation_strings": [ + "ISRIC - World Soil Information, Wageningen, the Netherlands", + "ISRIC — World Soil Information, Wageningen, the Netherlands" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "ISRIC - World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + }, + { + "raw_affiliation_string": "ISRIC — World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5048983679", + "display_name": "M. Ruiperez González", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I31761138", + "display_name": "ISRIC - World Soil Information", + "ror": "https://ror.org/01z8yfp14", + "country_code": "NL", + "type": "other", + "lineage": [ + "https://openalex.org/I31761138" + ] + } + ], + "countries": [ + "NL" + ], + "is_corresponding": false, + "raw_author_name": "Maria Ruiperez Gonzalez", + "raw_affiliation_strings": [ + "ISRIC - World Soil Information, Wageningen, the Netherlands", + "ISRIC — World Soil Information, Wageningen, the Netherlands" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "ISRIC - World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + }, + { + "raw_affiliation_string": "ISRIC — World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5019218652", + "display_name": "Milan Kilibarda", + "orcid": "https://orcid.org/0000-0002-2930-3596" + }, + "institutions": [ + { + "id": "https://openalex.org/I4068193", + "display_name": "University of Belgrade", + "ror": "https://ror.org/02qsmb048", + "country_code": "RS", + "type": "education", + "lineage": [ + "https://openalex.org/I4068193" + ] + } + ], + "countries": [ + "RS" + ], + "is_corresponding": false, + "raw_author_name": "Milan Kilibarda", + "raw_affiliation_strings": [ + "Faculty of Civil Engineering, University of Belgrade, Belgrade, Serbia" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Faculty of Civil Engineering, University of Belgrade, Belgrade, Serbia", + "institution_ids": [ + "https://openalex.org/I4068193" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5079601401", + "display_name": "Aleksandar Blagotić", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Aleksandar Blagotić", + "raw_affiliation_strings": [ + "GILab Ltd, Belgrade, Serbia" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "GILab Ltd, Belgrade, Serbia", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5050326105", + "display_name": "Wei Shangguan", + "orcid": "https://orcid.org/0000-0001-7622-8210" + }, + "institutions": [ + { + "id": "https://openalex.org/I157773358", + "display_name": "Sun Yat-sen University", + "ror": "https://ror.org/0064kty71", + "country_code": "CN", + "type": "education", + "lineage": [ + "https://openalex.org/I157773358" + ] + } + ], + "countries": [ + "CN" + ], + "is_corresponding": false, + "raw_author_name": "Wei Shangguan", + "raw_affiliation_strings": [ + "School of Atmospheric Sciences, Sun Yat-sen University, Guangzhou, China" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "School of Atmospheric Sciences, Sun Yat-sen University, Guangzhou, China", + "institution_ids": [ + "https://openalex.org/I157773358" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5087084229", + "display_name": "Marvin N. Wright", + "orcid": "https://orcid.org/0000-0002-8542-6291" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210086407", + "display_name": "Institut für Medizinische Informatik, Biometrie und Epidemiologie", + "ror": "https://ror.org/00wqjrk21", + "country_code": "DE", + "type": "facility", + "lineage": [ + "https://openalex.org/I4210086407" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Marvin N. Wright", + "raw_affiliation_strings": [ + "Institut für Medizinische Biometrie und Statistik, Lübeck, Germany" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Institut für Medizinische Biometrie und Statistik, Lübeck, Germany", + "institution_ids": [ + "https://openalex.org/I4210086407" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5017091285", + "display_name": "Xiaoyuan Geng", + "orcid": "https://orcid.org/0000-0002-5391-6915" + }, + "institutions": [ + { + "id": "https://openalex.org/I1331897569", + "display_name": "Agriculture and Agri-Food Canada", + "ror": "https://ror.org/051dzs374", + "country_code": "CA", + "type": "government", + "lineage": [ + "https://openalex.org/I1331897569", + "https://openalex.org/I2802286613" + ] + } + ], + "countries": [ + "CA" + ], + "is_corresponding": false, + "raw_author_name": "Xiaoyuan Geng", + "raw_affiliation_strings": [ + "Agriculture and Agri-Food Canada, Ottawa (Ontario), Canada" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Agriculture and Agri-Food Canada, Ottawa (Ontario), Canada", + "institution_ids": [ + "https://openalex.org/I1331897569" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5033747033", + "display_name": "Bernhard Bauer-Marschallinger", + "orcid": "https://orcid.org/0000-0001-7356-7516" + }, + "institutions": [ + { + "id": "https://openalex.org/I145847075", + "display_name": "TU Wien", + "ror": "https://ror.org/04d836q62", + "country_code": "AT", + "type": "education", + "lineage": [ + "https://openalex.org/I145847075" + ] + } + ], + "countries": [ + "AT" + ], + "is_corresponding": false, + "raw_author_name": "Bernhard Bauer-Marschallinger", + "raw_affiliation_strings": [ + "Department of Geodesy and Geoinformation, Vienna University of Technology, Vienna, Austria" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Geodesy and Geoinformation, Vienna University of Technology, Vienna, Austria", + "institution_ids": [ + "https://openalex.org/I145847075" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5047925002", + "display_name": "Mário Guevara", + "orcid": "https://orcid.org/0000-0002-9788-9947" + }, + "institutions": [ + { + "id": "https://openalex.org/I86501945", + "display_name": "University of Delaware", + "ror": "https://ror.org/01sbq1a82", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I86501945" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Mario Antonio Guevara", + "raw_affiliation_strings": [ + "University of Delaware, Newark (DE), United States of America" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Delaware, Newark (DE), United States of America", + "institution_ids": [ + "https://openalex.org/I86501945" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5051794236", + "display_name": "Rodrigo Vargas", + "orcid": "https://orcid.org/0000-0001-6829-5333" + }, + "institutions": [ + { + "id": "https://openalex.org/I86501945", + "display_name": "University of Delaware", + "ror": "https://ror.org/01sbq1a82", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I86501945" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Rodrigo Vargas", + "raw_affiliation_strings": [ + "University of Delaware, Newark (DE), United States of America" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Delaware, Newark (DE), United States of America", + "institution_ids": [ + "https://openalex.org/I86501945" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5073655843", + "display_name": "R.A. MacMillan", + "orcid": "https://orcid.org/0000-0001-9063-3634" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Robert A. MacMillan", + "raw_affiliation_strings": [ + "LandMapper Environmental Solutions Inc., Edmonton (Alberta), Canada" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "LandMapper Environmental Solutions Inc., Edmonton (Alberta), Canada", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5078952063", + "display_name": "N.H. Batjes", + "orcid": "https://orcid.org/0000-0003-2367-3067" + }, + "institutions": [ + { + "id": "https://openalex.org/I31761138", + "display_name": "ISRIC - World Soil Information", + "ror": "https://ror.org/01z8yfp14", + "country_code": "NL", + "type": "other", + "lineage": [ + "https://openalex.org/I31761138" + ] + } + ], + "countries": [ + "NL" + ], + "is_corresponding": false, + "raw_author_name": "Niels H. Batjes", + "raw_affiliation_strings": [ + "ISRIC - World Soil Information, Wageningen, the Netherlands", + "ISRIC — World Soil Information, Wageningen, the Netherlands" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "ISRIC - World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + }, + { + "raw_affiliation_string": "ISRIC — World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5071302765", + "display_name": "J.G.B. Leenaars", + "orcid": "https://orcid.org/0000-0003-1091-7114" + }, + "institutions": [ + { + "id": "https://openalex.org/I31761138", + "display_name": "ISRIC - World Soil Information", + "ror": "https://ror.org/01z8yfp14", + "country_code": "NL", + "type": "other", + "lineage": [ + "https://openalex.org/I31761138" + ] + } + ], + "countries": [ + "NL" + ], + "is_corresponding": false, + "raw_author_name": "Johan G. B. Leenaars", + "raw_affiliation_strings": [ + "ISRIC - World Soil Information, Wageningen, the Netherlands", + "ISRIC — World Soil Information, Wageningen, the Netherlands" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "ISRIC - World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + }, + { + "raw_affiliation_string": "ISRIC — World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5084085293", + "display_name": "Eloi Ribeiro", + "orcid": "https://orcid.org/0000-0002-2324-3000" + }, + "institutions": [ + { + "id": "https://openalex.org/I31761138", + "display_name": "ISRIC - World Soil Information", + "ror": "https://ror.org/01z8yfp14", + "country_code": "NL", + "type": "other", + "lineage": [ + "https://openalex.org/I31761138" + ] + } + ], + "countries": [ + "NL" + ], + "is_corresponding": false, + "raw_author_name": "Eloi Ribeiro", + "raw_affiliation_strings": [ + "ISRIC - World Soil Information, Wageningen, the Netherlands", + "ISRIC — World Soil Information, Wageningen, the Netherlands" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "ISRIC - World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + }, + { + "raw_affiliation_string": "ISRIC — World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5037321926", + "display_name": "Ichsani Wheeler", + "orcid": "https://orcid.org/0000-0002-9425-9157" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Ichsani Wheeler", + "raw_affiliation_strings": [ + "Envirometrix Inc., Wageningen, the Netherlands" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Envirometrix Inc., Wageningen, the Netherlands", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5091009469", + "display_name": "S. Mantel", + "orcid": "https://orcid.org/0000-0002-9623-0227" + }, + "institutions": [ + { + "id": "https://openalex.org/I31761138", + "display_name": "ISRIC - World Soil Information", + "ror": "https://ror.org/01z8yfp14", + "country_code": "NL", + "type": "other", + "lineage": [ + "https://openalex.org/I31761138" + ] + } + ], + "countries": [ + "NL" + ], + "is_corresponding": false, + "raw_author_name": "Stephan Mantel", + "raw_affiliation_strings": [ + "ISRIC - World Soil Information, Wageningen, the Netherlands", + "ISRIC — World Soil Information, Wageningen, the Netherlands" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "ISRIC - World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + }, + { + "raw_affiliation_string": "ISRIC — World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5031737926", + "display_name": "Bas Kempen", + "orcid": "https://orcid.org/0000-0002-2841-0058" + }, + "institutions": [ + { + "id": "https://openalex.org/I31761138", + "display_name": "ISRIC - World Soil Information", + "ror": "https://ror.org/01z8yfp14", + "country_code": "NL", + "type": "other", + "lineage": [ + "https://openalex.org/I31761138" + ] + } + ], + "countries": [ + "NL" + ], + "is_corresponding": false, + "raw_author_name": "Bas Kempen", + "raw_affiliation_strings": [ + "ISRIC - World Soil Information, Wageningen, the Netherlands", + "ISRIC — World Soil Information, Wageningen, the Netherlands" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "ISRIC - World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + }, + { + "raw_affiliation_string": "ISRIC — World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 7, + "institutions_distinct_count": 19, + "corresponding_author_ids": [ + "https://openalex.org/A5008884945" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I31761138" + ], + "apc_list": { + "value": 1805, + "currency": "USD", + "value_usd": 1805 + }, + "apc_paid": { + "value": 1805, + "currency": "USD", + "value_usd": 1805 + }, + "fwci": 145.6483, + "has_fulltext": true, + "cited_by_count": 4619, + "citation_normalized_percentile": { + "value": 0.99992747, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "12", + "issue": "2", + "first_page": "e0169748", + "last_page": "e0169748" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10770", + "display_name": "Soil Geostatistics and Mapping", + "score": 0.987500011920929, + "subfield": { + "id": "https://openalex.org/subfields/2305", + "display_name": "Environmental Engineering" + }, + "field": { + "id": "https://openalex.org/fields/23", + "display_name": "Environmental Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10770", + "display_name": "Soil Geostatistics and Mapping", + "score": 0.987500011920929, + "subfield": { + "id": "https://openalex.org/subfields/2305", + "display_name": "Environmental Engineering" + }, + "field": { + "id": "https://openalex.org/fields/23", + "display_name": "Environmental Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T14339", + "display_name": "Image Processing and 3D Reconstruction", + "score": 0.9588000178337097, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10004", + "display_name": "Soil Carbon and Nitrogen Dynamics", + "score": 0.9283999800682068, + "subfield": { + "id": "https://openalex.org/subfields/1111", + "display_name": "Soil Science" + }, + "field": { + "id": "https://openalex.org/fields/11", + "display_name": "Agricultural and Biological Sciences" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/random-forest", + "display_name": "Random forest", + "score": 0.6831311583518982 + }, + { + "id": "https://openalex.org/keywords/landform", + "display_name": "Landform", + "score": 0.5974330902099609 + }, + { + "id": "https://openalex.org/keywords/soil-texture", + "display_name": "Soil texture", + "score": 0.5643965005874634 + }, + { + "id": "https://openalex.org/keywords/gradient-boosting", + "display_name": "Gradient boosting", + "score": 0.5401628613471985 + }, + { + "id": "https://openalex.org/keywords/soil-science", + "display_name": "Soil science", + "score": 0.48470354080200195 + }, + { + "id": "https://openalex.org/keywords/environmental-science", + "display_name": "Environmental science", + "score": 0.47415441274642944 + }, + { + "id": "https://openalex.org/keywords/soil-map", + "display_name": "Soil map", + "score": 0.4570498764514923 + }, + { + "id": "https://openalex.org/keywords/shuttle-radar-topography-mission", + "display_name": "Shuttle Radar Topography Mission", + "score": 0.45663928985595703 + }, + { + "id": "https://openalex.org/keywords/ensemble-learning", + "display_name": "Ensemble learning", + "score": 0.44700905680656433 + }, + { + "id": "https://openalex.org/keywords/spatial-variability", + "display_name": "Spatial variability", + "score": 0.4328833520412445 + }, + { + "id": "https://openalex.org/keywords/standard-deviation", + "display_name": "Standard deviation", + "score": 0.4192587435245514 + }, + { + "id": "https://openalex.org/keywords/land-cover", + "display_name": "Land cover", + "score": 0.4154254198074341 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.3507459759712219 + }, + { + "id": "https://openalex.org/keywords/remote-sensing", + "display_name": "Remote sensing", + "score": 0.3381074368953705 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.279972106218338 + }, + { + "id": "https://openalex.org/keywords/cartography", + "display_name": "Cartography", + "score": 0.2646501958370209 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.2522737383842468 + }, + { + "id": "https://openalex.org/keywords/land-use", + "display_name": "Land use", + "score": 0.24553540349006653 + }, + { + "id": "https://openalex.org/keywords/digital-elevation-model", + "display_name": "Digital elevation model", + "score": 0.23033851385116577 + }, + { + "id": "https://openalex.org/keywords/statistics", + "display_name": "Statistics", + "score": 0.22281324863433838 + }, + { + "id": "https://openalex.org/keywords/geology", + "display_name": "Geology", + "score": 0.2194647192955017 + }, + { + "id": "https://openalex.org/keywords/soil-water", + "display_name": "Soil water", + "score": 0.2089666724205017 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C169258074", + "wikidata": "https://www.wikidata.org/wiki/Q245748", + "display_name": "Random forest", + "level": 2, + "score": 0.6831311583518982 + }, + { + "id": "https://openalex.org/C108497213", + "wikidata": "https://www.wikidata.org/wiki/Q271669", + "display_name": "Landform", + "level": 2, + "score": 0.5974330902099609 + }, + { + "id": "https://openalex.org/C175963888", + "wikidata": "https://www.wikidata.org/wiki/Q5026010", + "display_name": "Soil texture", + "level": 3, + "score": 0.5643965005874634 + }, + { + "id": "https://openalex.org/C70153297", + "wikidata": "https://www.wikidata.org/wiki/Q5591907", + "display_name": "Gradient boosting", + "level": 3, + "score": 0.5401628613471985 + }, + { + "id": "https://openalex.org/C159390177", + "wikidata": "https://www.wikidata.org/wiki/Q9161265", + "display_name": "Soil science", + "level": 1, + "score": 0.48470354080200195 + }, + { + "id": "https://openalex.org/C39432304", + "wikidata": "https://www.wikidata.org/wiki/Q188847", + "display_name": "Environmental science", + "level": 0, + "score": 0.47415441274642944 + }, + { + "id": "https://openalex.org/C71864017", + "wikidata": "https://www.wikidata.org/wiki/Q889561", + "display_name": "Soil map", + "level": 3, + "score": 0.4570498764514923 + }, + { + "id": "https://openalex.org/C184149073", + "wikidata": "https://www.wikidata.org/wiki/Q965136", + "display_name": "Shuttle Radar Topography Mission", + "level": 3, + "score": 0.45663928985595703 + }, + { + "id": "https://openalex.org/C45942800", + "wikidata": "https://www.wikidata.org/wiki/Q245652", + "display_name": "Ensemble learning", + "level": 2, + "score": 0.44700905680656433 + }, + { + "id": "https://openalex.org/C94747663", + "wikidata": "https://www.wikidata.org/wiki/Q7574086", + "display_name": "Spatial variability", + "level": 2, + "score": 0.4328833520412445 + }, + { + "id": "https://openalex.org/C22679943", + "wikidata": "https://www.wikidata.org/wiki/Q159375", + "display_name": "Standard deviation", + "level": 2, + "score": 0.4192587435245514 + }, + { + "id": "https://openalex.org/C2780648208", + "wikidata": "https://www.wikidata.org/wiki/Q3001793", + "display_name": "Land cover", + "level": 3, + "score": 0.4154254198074341 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.3507459759712219 + }, + { + "id": "https://openalex.org/C62649853", + "wikidata": "https://www.wikidata.org/wiki/Q199687", + "display_name": "Remote sensing", + "level": 1, + "score": 0.3381074368953705 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.279972106218338 + }, + { + "id": "https://openalex.org/C58640448", + "wikidata": "https://www.wikidata.org/wiki/Q42515", + "display_name": "Cartography", + "level": 1, + "score": 0.2646501958370209 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.2522737383842468 + }, + { + "id": "https://openalex.org/C4792198", + "wikidata": "https://www.wikidata.org/wiki/Q1165944", + "display_name": "Land use", + "level": 2, + "score": 0.24553540349006653 + }, + { + "id": "https://openalex.org/C181843262", + "wikidata": "https://www.wikidata.org/wiki/Q640492", + "display_name": "Digital elevation model", + "level": 2, + "score": 0.23033851385116577 + }, + { + "id": "https://openalex.org/C105795698", + "wikidata": "https://www.wikidata.org/wiki/Q12483", + "display_name": "Statistics", + "level": 1, + "score": 0.22281324863433838 + }, + { + "id": "https://openalex.org/C127313418", + "wikidata": "https://www.wikidata.org/wiki/Q1069", + "display_name": "Geology", + "level": 0, + "score": 0.2194647192955017 + }, + { + "id": "https://openalex.org/C159750122", + "wikidata": "https://www.wikidata.org/wiki/Q96621023", + "display_name": "Soil water", + "level": 2, + "score": 0.2089666724205017 + }, + { + "id": "https://openalex.org/C205649164", + "wikidata": "https://www.wikidata.org/wiki/Q1071", + "display_name": "Geography", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C127413603", + "wikidata": "https://www.wikidata.org/wiki/Q11023", + "display_name": "Engineering", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C147176958", + "wikidata": "https://www.wikidata.org/wiki/Q77590", + "display_name": "Civil engineering", + "level": 1, + "score": 0.0 + } + ], + "mesh": [ + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D003247", + "descriptor_name": "Conservation of Natural Resources", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D003247", + "descriptor_name": "Conservation of Natural Resources", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D003247", + "descriptor_name": "Conservation of Natural Resources", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D004784", + "descriptor_name": "Environmental Monitoring", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D004784", + "descriptor_name": "Environmental Monitoring", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D004784", + "descriptor_name": "Environmental Monitoring", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D008962", + "descriptor_name": "Models, Theoretical", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D008962", + "descriptor_name": "Models, Theoretical", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D008962", + "descriptor_name": "Models, Theoretical", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D012987", + "descriptor_name": "Soil", + "qualifier_ui": "Q000737", + "qualifier_name": "chemistry", + "is_major_topic": false + }, + { + "descriptor_ui": "D012987", + "descriptor_name": "Soil", + "qualifier_ui": "Q000737", + "qualifier_name": "chemistry", + "is_major_topic": false + }, + { + "descriptor_ui": "D012987", + "descriptor_name": "Soil", + "qualifier_ui": "Q000737", + "qualifier_name": "chemistry", + "is_major_topic": false + }, + { + "descriptor_ui": "D040362", + "descriptor_name": "Geographic Information Systems", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D040362", + "descriptor_name": "Geographic Information Systems", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D040362", + "descriptor_name": "Geographic Information Systems", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + } + ], + "locations_count": 7, + "locations": [ + { + "id": "doi:10.1371/journal.pone.0169748", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1371/journal.pone.0169748", + "pdf_url": "https://journals.plos.org/plosone/article/file?id=10.1371/journal.pone.0169748&type=printable", + "source": { + "id": "https://openalex.org/S202381698", + "display_name": "PLoS ONE", + "issn_l": "1932-6203", + "issn": [ + "1932-6203" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310315706", + "host_organization_name": "Public Library of Science", + "host_organization_lineage": [ + "https://openalex.org/P4310315706" + ], + "host_organization_lineage_names": [ + "Public Library of Science" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "PLOS ONE", + "raw_type": "journal-article" + }, + { + "id": "pmid:28207752", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/28207752", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "PloS one", + "raw_type": null + }, + { + "id": "pmh:oai:library.wur.nl:wurpubs/526278", + "is_oa": true, + "landing_page_url": "https://research.wur.nl/en/publications/soilgrids250m-global-gridded-soil-information-based-on-machine-le", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4210201231", + "display_name": "Socio-Environmental Systems Modeling", + "issn_l": "2663-3027", + "issn": [ + "2663-3027" + ], + "is_oa": true, + "is_in_doaj": false, + "is_core": true, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "acceptedVersion", + "is_accepted": true, + "is_published": false, + "raw_source_name": "ISSN: 1932-6203", + "raw_type": "Article/Letter to editor" + }, + { + "id": "pmh:oai:RePEc:plo:pone00:0169748", + "is_oa": false, + "landing_page_url": "https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0169748", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401271", + "display_name": "RePEc: Research Papers in Economics", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I77793887", + "host_organization_name": "Federal Reserve Bank of St. Louis", + "host_organization_lineage": [ + "https://openalex.org/I77793887" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "article" + }, + { + "id": "pmh:oai:doaj.org/article:ad46a8c2c401417e8b291d79603dfb3a", + "is_oa": false, + "landing_page_url": "https://doaj.org/article/ad46a8c2c401417e8b291d79603dfb3a", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401280", + "display_name": "DOAJ (DOAJ: Directory of Open Access Journals)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "PLoS ONE, Vol 12, Iss 2, p e0169748 (2017)", + "raw_type": "article" + }, + { + "id": "pmh:oai:grafar.grf.bg.ac.rs:123456789/885", + "is_oa": true, + "landing_page_url": "http://grafar.grf.bg.ac.rs/handle/123456789/885", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402541", + "display_name": "GraFar (University of Belgrade, Faculty of Civil Engineering)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I4210101313", + "host_organization_name": "University Hospital Center Dr Dragiša Mišović", + "host_organization_lineage": [ + "https://openalex.org/I4210101313" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "PLOS One", + "raw_type": "article" + }, + { + "id": "pmh:oai:pubmedcentral.nih.gov:5313206", + "is_oa": true, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/5313206", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2764455111", + "display_name": "PubMed Central", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "PLoS One", + "raw_type": "Text" + } + ], + "best_oa_location": { + "id": "doi:10.1371/journal.pone.0169748", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1371/journal.pone.0169748", + "pdf_url": "https://journals.plos.org/plosone/article/file?id=10.1371/journal.pone.0169748&type=printable", + "source": { + "id": "https://openalex.org/S202381698", + "display_name": "PLoS ONE", + "issn_l": "1932-6203", + "issn": [ + "1932-6203" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310315706", + "host_organization_name": "Public Library of Science", + "host_organization_lineage": [ + "https://openalex.org/P4310315706" + ], + "host_organization_lineage_names": [ + "Public Library of Science" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "PLOS ONE", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [ + { + "score": 0.6600000262260437, + "id": "https://metadata.un.org/sdg/15", + "display_name": "Life in Land" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": true, + "pdf": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W2588003345.pdf", + "grobid_xml": "https://content.openalex.org/works/W2588003345.grobid-xml" + }, + "referenced_works_count": 96, + "referenced_works": [ + "https://openalex.org/W30646539", + "https://openalex.org/W92141931", + "https://openalex.org/W191102129", + "https://openalex.org/W429766147", + "https://openalex.org/W595863337", + "https://openalex.org/W1482533224", + "https://openalex.org/W1513618424", + "https://openalex.org/W1573647811", + "https://openalex.org/W1606754933", + "https://openalex.org/W1689749838", + "https://openalex.org/W1727844347", + "https://openalex.org/W1786856418", + "https://openalex.org/W1831050183", + "https://openalex.org/W1895518694", + "https://openalex.org/W1969543759", + "https://openalex.org/W1980225565", + "https://openalex.org/W1983650914", + "https://openalex.org/W1984828485", + "https://openalex.org/W1985839444", + "https://openalex.org/W1990590197", + "https://openalex.org/W1993415357", + "https://openalex.org/W2005164184", + "https://openalex.org/W2006929658", + "https://openalex.org/W2018337952", + "https://openalex.org/W2023312901", + "https://openalex.org/W2023942604", + "https://openalex.org/W2027120296", + "https://openalex.org/W2032518966", + "https://openalex.org/W2033585087", + "https://openalex.org/W2036376676", + "https://openalex.org/W2037789405", + "https://openalex.org/W2050179592", + "https://openalex.org/W2057779644", + "https://openalex.org/W2066626803", + "https://openalex.org/W2078720475", + "https://openalex.org/W2088449361", + "https://openalex.org/W2102467070", + "https://openalex.org/W2112776483", + "https://openalex.org/W2114727579", + "https://openalex.org/W2123845623", + "https://openalex.org/W2126822776", + "https://openalex.org/W2130089270", + "https://openalex.org/W2130560194", + "https://openalex.org/W2131347105", + "https://openalex.org/W2131822674", + "https://openalex.org/W2133505387", + "https://openalex.org/W2135479785", + "https://openalex.org/W2140389576", + "https://openalex.org/W2142800341", + "https://openalex.org/W2145126338", + "https://openalex.org/W2151135366", + "https://openalex.org/W2151666808", + "https://openalex.org/W2155544089", + "https://openalex.org/W2156713494", + "https://openalex.org/W2157395790", + "https://openalex.org/W2158441306", + "https://openalex.org/W2160615957", + "https://openalex.org/W2179669825", + "https://openalex.org/W2191676425", + "https://openalex.org/W2199578048", + "https://openalex.org/W2205945645", + "https://openalex.org/W2287354130", + "https://openalex.org/W2295598076", + "https://openalex.org/W2310573451", + "https://openalex.org/W2346841190", + "https://openalex.org/W2417209869", + "https://openalex.org/W2463898247", + "https://openalex.org/W2479339604", + "https://openalex.org/W2514977123", + "https://openalex.org/W2522985694", + "https://openalex.org/W2554693566", + "https://openalex.org/W2557963070", + "https://openalex.org/W2564901692", + "https://openalex.org/W2580821229", + "https://openalex.org/W2582718246", + "https://openalex.org/W2727623211", + "https://openalex.org/W2730460668", + "https://openalex.org/W2736166619", + "https://openalex.org/W2890624634", + "https://openalex.org/W2890805913", + "https://openalex.org/W2917425395", + "https://openalex.org/W2917661374", + "https://openalex.org/W3022713798", + "https://openalex.org/W3102027041", + "https://openalex.org/W3102476541", + "https://openalex.org/W3163617311", + "https://openalex.org/W4211056572", + "https://openalex.org/W4250720198", + "https://openalex.org/W4252713891", + "https://openalex.org/W4285719527", + "https://openalex.org/W4399271987", + "https://openalex.org/W4399569501", + "https://openalex.org/W6634147026", + "https://openalex.org/W6727196412", + "https://openalex.org/W6870084398", + "https://openalex.org/W6891733106" + ], + "related_works": [ + "https://openalex.org/W3208169454", + "https://openalex.org/W4322004982", + "https://openalex.org/W2981500096", + "https://openalex.org/W2362208029", + "https://openalex.org/W3161502711", + "https://openalex.org/W2096944896", + "https://openalex.org/W2620784765", + "https://openalex.org/W2896029770", + "https://openalex.org/W2383154062", + "https://openalex.org/W4220718694" + ], + "abstract_inverted_index": { + "This": [ + 0 + ], + "paper": [ + 1 + ], + "describes": [ + 2 + ], + "the": [ + 3, + 10, + 17, + 78, + 151, + 166, + 187, + 191, + 199, + 220, + 293, + 335 + ], + "technical": [ + 4 + ], + "development": [ + 5, + 248, + 294 + ], + "and": [ + 6, + 13, + 47, + 60, + 71, + 83, + 104, + 124, + 127, + 142, + 157, + 174, + 239, + 260, + 268, + 323 + ], + "accuracy": [ + 7, + 189 + ], + "assessment": [ + 8 + ], + "of": [ + 9, + 16, + 67, + 73, + 107, + 137, + 161, + 177, + 183, + 193, + 202, + 222, + 226, + 243, + 249, + 254, + 262, + 271, + 284, + 289, + 295, + 300 + ], + "most": [ + 11 + ], + "recent": [ + 12 + ], + "improved": [ + 14 + ], + "version": [ + 15, + 201 + ], + "SoilGrids": [ + 18, + 26, + 203, + 250, + 301, + 331 + ], + "system": [ + 19 + ], + "at": [ + 20, + 50, + 204 + ], + "250m": [ + 21 + ], + "resolution": [ + 22, + 236 + ], + "(June": [ + 23 + ], + "2016": [ + 24 + ], + "update).": [ + 25 + ], + "provides": [ + 27 + ], + "global": [ + 28, + 125, + 325 + ], + "predictions": [ + 29, + 66, + 302 + ], + "for": [ + 30, + 102, + 281, + 297 + ], + "standard": [ + 31, + 52 + ], + "numeric": [ + 32 + ], + "soil": [ + 33, + 44, + 74, + 99, + 111, + 245, + 276, + 285, + 308, + 326 + ], + "properties": [ + 34 + ], + "(organic": [ + 35 + ], + "carbon,": [ + 36 + ], + "bulk": [ + 37 + ], + "density,": [ + 38 + ], + "Cation": [ + 39 + ], + "Exchange": [ + 40 + ], + "Capacity": [ + 41 + ], + "(CEC),": [ + 42 + ], + "pH,": [ + 43 + ], + "texture": [ + 45 + ], + "fractions": [ + 46 + ], + "coarse": [ + 48 + ], + "fragments)": [ + 49, + 173 + ], + "seven": [ + 51 + ], + "depths": [ + 53 + ], + "(0,": [ + 54 + ], + "5,": [ + 55 + ], + "15,": [ + 56 + ], + "30,": [ + 57 + ], + "60,": [ + 58 + ], + "100": [ + 59 + ], + "200": [ + 61 + ], + "cm),": [ + 62 + ], + "in": [ + 63, + 91, + 150, + 186, + 196, + 233 + ], + "addition": [ + 64 + ], + "to": [ + 65, + 69, + 133, + 198, + 212, + 230, + 241, + 256, + 312 + ], + "depth": [ + 68 + ], + "bedrock": [ + 70 + ], + "distribution": [ + 72 + ], + "classes": [ + 75 + ], + "based": [ + 76, + 95 + ], + "on": [ + 77, + 96 + ], + "World": [ + 79 + ], + "Reference": [ + 80 + ], + "Base": [ + 81, + 338 + ], + "(WRB)": [ + 82 + ], + "USDA": [ + 84 + ], + "classification": [ + 85 + ], + "systems": [ + 86 + ], + "(ca.": [ + 87 + ], + "280": [ + 88 + ], + "raster": [ + 89 + ], + "layers": [ + 90, + 238 + ], + "total).": [ + 92 + ], + "Predictions": [ + 93 + ], + "were": [ + 94, + 131 + ], + "ca.": [ + 97 + ], + "150,000": [ + 98 + ], + "profiles": [ + 100 + ], + "used": [ + 101, + 132 + ], + "training": [ + 103 + ], + "a": [ + 105 + ], + "stack": [ + 106 + ], + "158": [ + 108 + ], + "remote": [ + 109 + ], + "sensing-based": [ + 110 + ], + "covariates": [ + 112 + ], + "(primarily": [ + 113 + ], + "derived": [ + 114 + ], + "from": [ + 115, + 210 + ], + "MODIS": [ + 116 + ], + "land": [ + 117 + ], + "products,": [ + 118 + ], + "SRTM": [ + 119 + ], + "DEM": [ + 120 + ], + "derivatives,": [ + 121 + ], + "climatic": [ + 122 + ], + "images": [ + 123 + ], + "landform": [ + 126 + ], + "lithology": [ + 128 + ], + "maps),": [ + 129 + ], + "which": [ + 130 + ], + "fit": [ + 134 + ], + "an": [ + 135, + 180 + ], + "ensemble": [ + 136, + 167 + ], + "machine": [ + 138, + 223 + ], + "learning": [ + 139, + 224 + ], + "methods-random": [ + 140 + ], + "forest": [ + 141 + ], + "gradient": [ + 143 + ], + "boosting": [ + 144 + ], + "and/or": [ + 145, + 305 + ], + "multinomial": [ + 146 + ], + "logistic": [ + 147 + ], + "regression-as": [ + 148 + ], + "implemented": [ + 149 + ], + "R": [ + 152 + ], + "packages": [ + 153 + ], + "ranger,": [ + 154 + ], + "xgboost,": [ + 155 + ], + "nnet": [ + 156 + ], + "caret.": [ + 158 + ], + "The": [ + 159 + ], + "results": [ + 160 + ], + "10-fold": [ + 162 + ], + "cross-validation": [ + 163 + ], + "show": [ + 164 + ], + "that": [ + 165, + 275, + 318 + ], + "models": [ + 168 + ], + "explain": [ + 169 + ], + "between": [ + 170 + ], + "56%": [ + 171 + ], + "(coarse": [ + 172 + ], + "83%": [ + 175 + ], + "(pH)": [ + 176 + ], + "variation": [ + 178, + 194 + ], + "with": [ + 179, + 303 + ], + "overall": [ + 181 + ], + "average": [ + 182 + ], + "61%.": [ + 184 + ], + "Improvements": [ + 185, + 214 + ], + "relative": [ + 188 + ], + "considering": [ + 190 + ], + "amount": [ + 192 + ], + "explained,": [ + 195 + ], + "comparison": [ + 197 + ], + "previous": [ + 200 + ], + "1": [ + 205 + ], + "km": [ + 206 + ], + "spatial": [ + 207, + 272, + 315 + ], + "resolution,": [ + 208 + ], + "range": [ + 209 + ], + "60": [ + 211 + ], + "230%.": [ + 213 + ], + "can": [ + 215, + 278, + 328 + ], + "be": [ + 216, + 279, + 329 + ], + "attributed": [ + 217 + ], + "to:": [ + 218 + ], + "(1)": [ + 219 + ], + "use": [ + 221 + ], + "instead": [ + 225 + ], + "linear": [ + 227 + ], + "regression,": [ + 228 + ], + "(2)": [ + 229 + ], + "considerable": [ + 231 + ], + "investments": [ + 232 + ], + "preparing": [ + 234 + ], + "finer": [ + 235 + ], + "covariate": [ + 237 + ], + "(3)": [ + 240 + ], + "insertion": [ + 242 + ], + "additional": [ + 244 + ], + "profiles.": [ + 246 + ], + "Further": [ + 247 + ], + "could": [ + 251 + ], + "include": [ + 252 + ], + "refinement": [ + 253 + ], + "methods": [ + 255, + 296 + ], + "incorporate": [ + 257 + ], + "input": [ + 258 + ], + "uncertainties": [ + 259 + ], + "derivation": [ + 261 + ], + "posterior": [ + 263 + ], + "probability": [ + 264 + ], + "distributions": [ + 265 + ], + "(per": [ + 266 + ], + "pixel),": [ + 267 + ], + "further": [ + 269 + ], + "automation": [ + 270 + ], + "modeling": [ + 273 + ], + "so": [ + 274, + 317 + ], + "maps": [ + 277 + ], + "generated": [ + 280 + ], + "potentially": [ + 282 + ], + "hundreds": [ + 283 + ], + "variables.": [ + 286 + ], + "Another": [ + 287 + ], + "area": [ + 288 + ], + "future": [ + 290 + ], + "research": [ + 291 + ], + "is": [ + 292 + ], + "multiscale": [ + 298 + ], + "merging": [ + 299 + ], + "local": [ + 304 + ], + "national": [ + 306 + ], + "gridded": [ + 307 + ], + "products": [ + 309 + ], + "(e.g.": [ + 310 + ], + "up": [ + 311 + ], + "50": [ + 313 + ], + "m": [ + 314 + ], + "resolution)": [ + 316 + ], + "increasingly": [ + 319 + ], + "more": [ + 320 + ], + "accurate,": [ + 321 + ], + "complete": [ + 322 + ], + "consistent": [ + 324 + ], + "information": [ + 327 + ], + "produced.": [ + 330 + ], + "are": [ + 332 + ], + "available": [ + 333 + ], + "under": [ + 334 + ], + "Open": [ + 336 + ], + "Data": [ + 337 + ], + "License.": [ + 339 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 262 + }, + { + "year": 2025, + "cited_by_count": 669 + }, + { + "year": 2024, + "cited_by_count": 634 + }, + { + "year": 2023, + "cited_by_count": 702 + }, + { + "year": 2022, + "cited_by_count": 701 + }, + { + "year": 2021, + "cited_by_count": 699 + }, + { + "year": 2020, + "cited_by_count": 422 + }, + { + "year": 2019, + "cited_by_count": 281 + }, + { + "year": 2018, + "cited_by_count": 185 + }, + { + "year": 2017, + "cited_by_count": 57 + }, + { + "year": 2016, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W3153990350", + "doi": "https://doi.org/10.1007/s12525-021-00475-2", + "title": "Machine learning and deep learning", + "display_name": "Machine learning and deep learning", + "relevance_score": 3909.8005, + "publication_year": 2021, + "publication_date": "2021-04-08", + "ids": { + "openalex": "https://openalex.org/W3153990350", + "doi": "https://doi.org/10.1007/s12525-021-00475-2", + "mag": "3153990350" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1007/s12525-021-00475-2", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1007/s12525-021-00475-2", + "pdf_url": "https://link.springer.com/content/pdf/10.1007/s12525-021-00475-2.pdf", + "source": { + "id": "https://openalex.org/S137519996", + "display_name": "Electronic Markets", + "issn_l": "1019-6781", + "issn": [ + "1019-6781", + "1422-8890" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319900", + "host_organization_name": "Springer Science+Business Media", + "host_organization_lineage": [ + "https://openalex.org/P4310319900", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "Springer Science+Business Media", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Electronic Markets", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "arxiv", + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "hybrid", + "oa_url": "https://link.springer.com/content/pdf/10.1007/s12525-021-00475-2.pdf", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": null, + "display_name": "Christian Janiesch", + "orcid": "https://orcid.org/0000-0002-8050-123X" + }, + "institutions": [ + { + "id": "https://openalex.org/I25974101", + "display_name": "University of Würzburg", + "ror": "https://ror.org/00fbnyb24", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I25974101" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": true, + "raw_author_name": "Christian Janiesch", + "raw_affiliation_strings": [ + "Faculty of Business Management & Economics, University of Würzburg, Sanderring 2, 97070, Würzburg, Germany" + ], + "raw_orcid": "https://orcid.org/0000-0002-8050-123X", + "affiliations": [ + { + "raw_affiliation_string": "Faculty of Business Management & Economics, University of Würzburg, Sanderring 2, 97070, Würzburg, Germany", + "institution_ids": [ + "https://openalex.org/I25974101" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": null, + "display_name": "Patrick Zschech", + "orcid": "https://orcid.org/0000-0002-1105-8086" + }, + "institutions": [ + { + "id": "https://openalex.org/I181369854", + "display_name": "Friedrich-Alexander-Universität Erlangen-Nürnberg", + "ror": "https://ror.org/00f7hpc57", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I181369854" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Patrick Zschech", + "raw_affiliation_strings": [ + "Institute of Information Systems, Friedrich-Alexander University Erlangen-Nürnberg, Lange Gasse 20, 90403, Nürnberg, Germany" + ], + "raw_orcid": "https://orcid.org/0000-0002-1105-8086", + "affiliations": [ + { + "raw_affiliation_string": "Institute of Information Systems, Friedrich-Alexander University Erlangen-Nürnberg, Lange Gasse 20, 90403, Nürnberg, Germany", + "institution_ids": [ + "https://openalex.org/I181369854" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": null, + "display_name": "Kai Heinrich", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I95793202", + "display_name": "Otto-von-Guericke-Universität Magdeburg", + "ror": "https://ror.org/00ggpsq73", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I95793202" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Kai Heinrich", + "raw_affiliation_strings": [ + "Faculty of Economics and Management, Otto-von-Guericke-Universität Magdeburg, Universitätsplatz 2, 39106, Magdeburg, Germany" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Faculty of Economics and Management, Otto-von-Guericke-Universität Magdeburg, Universitätsplatz 2, 39106, Magdeburg, Germany", + "institution_ids": [ + "https://openalex.org/I95793202" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 3, + "corresponding_author_ids": [], + "corresponding_institution_ids": [ + "https://openalex.org/I25974101" + ], + "apc_list": { + "value": 2590, + "currency": "EUR", + "value_usd": 3190 + }, + "apc_paid": { + "value": 2590, + "currency": "EUR", + "value_usd": 3190 + }, + "fwci": 395.9064, + "has_fulltext": true, + "cited_by_count": 2439, + "citation_normalized_percentile": { + "value": 0.9999934, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "31", + "issue": "3", + "first_page": "685", + "last_page": "695" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T14347", + "display_name": "Big Data and Digital Economy", + "score": 0.0794999971985817, + "subfield": { + "id": "https://openalex.org/subfields/1710", + "display_name": "Information Systems" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T14347", + "display_name": "Big Data and Digital Economy", + "score": 0.0794999971985817, + "subfield": { + "id": "https://openalex.org/subfields/1710", + "display_name": "Information Systems" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T14222", + "display_name": "Knowledge Management and Technology", + "score": 0.03700000047683716, + "subfield": { + "id": "https://openalex.org/subfields/1803", + "display_name": "Management Science and Operations Research" + }, + "field": { + "id": "https://openalex.org/fields/18", + "display_name": "Decision Sciences" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + }, + { + "id": "https://openalex.org/T11891", + "display_name": "Big Data and Business Intelligence", + "score": 0.03220000118017197, + "subfield": { + "id": "https://openalex.org/subfields/1404", + "display_name": "Management Information Systems" + }, + "field": { + "id": "https://openalex.org/fields/14", + "display_name": "Business, Management and Accounting" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/deep-learning", + "display_name": "Deep learning", + "score": 0.7547000050544739 + }, + { + "id": "https://openalex.org/keywords/field", + "display_name": "Field (mathematics)", + "score": 0.5849999785423279 + }, + { + "id": "https://openalex.org/keywords/process", + "display_name": "Process (computing)", + "score": 0.5758000016212463 + }, + { + "id": "https://openalex.org/keywords/underpinning", + "display_name": "Underpinning", + "score": 0.5667999982833862 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.5267999768257141 + }, + { + "id": "https://openalex.org/keywords/instance-based-learning", + "display_name": "Instance-based learning", + "score": 0.34700000286102295 + }, + { + "id": "https://openalex.org/keywords/hyper-heuristic", + "display_name": "Hyper-heuristic", + "score": 0.34619998931884766 + }, + { + "id": "https://openalex.org/keywords/computational-learning-theory", + "display_name": "Computational learning theory", + "score": 0.3402000069618225 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.8934999704360962 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.8062000274658203 + }, + { + "id": "https://openalex.org/C108583219", + "wikidata": "https://www.wikidata.org/wiki/Q197536", + "display_name": "Deep learning", + "level": 2, + "score": 0.7547000050544739 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6575000286102295 + }, + { + "id": "https://openalex.org/C9652623", + "wikidata": "https://www.wikidata.org/wiki/Q190109", + "display_name": "Field (mathematics)", + "level": 2, + "score": 0.5849999785423279 + }, + { + "id": "https://openalex.org/C98045186", + "wikidata": "https://www.wikidata.org/wiki/Q205663", + "display_name": "Process (computing)", + "level": 2, + "score": 0.5758000016212463 + }, + { + "id": "https://openalex.org/C2780871342", + "wikidata": "https://www.wikidata.org/wiki/Q7883752", + "display_name": "Underpinning", + "level": 2, + "score": 0.5667999982833862 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.5267999768257141 + }, + { + "id": "https://openalex.org/C24138899", + "wikidata": "https://www.wikidata.org/wiki/Q17141258", + "display_name": "Instance-based learning", + "level": 3, + "score": 0.34700000286102295 + }, + { + "id": "https://openalex.org/C117270229", + "wikidata": "https://www.wikidata.org/wiki/Q5957539", + "display_name": "Hyper-heuristic", + "level": 5, + "score": 0.34619998931884766 + }, + { + "id": "https://openalex.org/C50292564", + "wikidata": "https://www.wikidata.org/wiki/Q2462783", + "display_name": "Computational learning theory", + "level": 3, + "score": 0.3402000069618225 + }, + { + "id": "https://openalex.org/C188888258", + "wikidata": "https://www.wikidata.org/wiki/Q7353390", + "display_name": "Robot learning", + "level": 4, + "score": 0.32989999651908875 + }, + { + "id": "https://openalex.org/C81363708", + "wikidata": "https://www.wikidata.org/wiki/Q17084460", + "display_name": "Convolutional neural network", + "level": 2, + "score": 0.32100000977516174 + }, + { + "id": "https://openalex.org/C56397880", + "wikidata": "https://www.wikidata.org/wiki/Q6044094", + "display_name": "Intelligent decision support system", + "level": 2, + "score": 0.3176000118255615 + }, + { + "id": "https://openalex.org/C2984842247", + "wikidata": "https://www.wikidata.org/wiki/Q197536", + "display_name": "Deep neural networks", + "level": 3, + "score": 0.30889999866485596 + }, + { + "id": "https://openalex.org/C77967617", + "wikidata": "https://www.wikidata.org/wiki/Q4677561", + "display_name": "Active learning (machine learning)", + "level": 2, + "score": 0.2793000042438507 + }, + { + "id": "https://openalex.org/C189474733", + "wikidata": "https://www.wikidata.org/wiki/Q917912", + "display_name": "Model building", + "level": 2, + "score": 0.2775000035762787 + }, + { + "id": "https://openalex.org/C32254414", + "wikidata": "https://www.wikidata.org/wiki/Q4724364", + "display_name": "Algorithmic learning theory", + "level": 3, + "score": 0.274399995803833 + }, + { + "id": "https://openalex.org/C97385483", + "wikidata": "https://www.wikidata.org/wiki/Q16954980", + "display_name": "Deep belief network", + "level": 3, + "score": 0.2669999897480011 + }, + { + "id": "https://openalex.org/C8038995", + "wikidata": "https://www.wikidata.org/wiki/Q1152135", + "display_name": "Unsupervised learning", + "level": 2, + "score": 0.2630999982357025 + }, + { + "id": "https://openalex.org/C67186912", + "wikidata": "https://www.wikidata.org/wiki/Q367664", + "display_name": "Data modeling", + "level": 2, + "score": 0.2572000026702881 + }, + { + "id": "https://openalex.org/C75684735", + "wikidata": "https://www.wikidata.org/wiki/Q858810", + "display_name": "Big data", + "level": 2, + "score": 0.2549999952316284 + }, + { + "id": "https://openalex.org/C157170001", + "wikidata": "https://www.wikidata.org/wiki/Q4781507", + "display_name": "Applications of artificial intelligence", + "level": 2, + "score": 0.2500999867916107 + } + ], + "mesh": [], + "locations_count": 6, + "locations": [ + { + "id": "doi:10.1007/s12525-021-00475-2", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1007/s12525-021-00475-2", + "pdf_url": "https://link.springer.com/content/pdf/10.1007/s12525-021-00475-2.pdf", + "source": { + "id": "https://openalex.org/S137519996", + "display_name": "Electronic Markets", + "issn_l": "1019-6781", + "issn": [ + "1019-6781", + "1422-8890" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319900", + "host_organization_name": "Springer Science+Business Media", + "host_organization_lineage": [ + "https://openalex.org/P4310319900", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "Springer Science+Business Media", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Electronic Markets", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:arXiv.org:2104.05314", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/2104.05314", + "pdf_url": "https://arxiv.org/pdf/2104.05314", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:RePEc:spr:elmark:v:31:y:2021:i:3:d:10.1007_s12525-021-00475-2", + "is_oa": false, + "landing_page_url": "http://link.springer.com/10.1007/s12525-021-00475-2", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401271", + "display_name": "RePEc: Research Papers in Economics", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I77793887", + "host_organization_name": "Federal Reserve Bank of St. Louis", + "host_organization_lineage": [ + "https://openalex.org/I77793887" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "article" + }, + { + "id": "pmh:oai:econstor.eu:10419/287156", + "is_oa": true, + "landing_page_url": "https://hdl.handle.net/10419/287156", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401696", + "display_name": "Econstor (Econstor)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "doc-type:article" + }, + { + "id": "pmh:oai:opus.bibliothek.uni-wuerzburg.de:27015", + "is_oa": true, + "landing_page_url": "https://opus.bibliothek.uni-wuerzburg.de/frontdoor/index/index/docId/27015", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401635", + "display_name": "Online Publication Service of Würzburg University (Würzburg University)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I25974101", + "host_organization_name": "University of Würzburg", + "host_organization_lineage": [ + "https://openalex.org/I25974101" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "article" + }, + { + "id": "pmh:oai:ub.uni-erlangen.de-opus:22263", + "is_oa": true, + "landing_page_url": "https://opus4.kobv.de/opus4-fau/frontdoor/index/index/docId/22263", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401636", + "display_name": "OPUS Repository (Kooperativer Bibliotheksverbund Berlin-Brandenburg)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "doi:10.1007/s12525-021-00475-2", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1007/s12525-021-00475-2", + "pdf_url": "https://link.springer.com/content/pdf/10.1007/s12525-021-00475-2.pdf", + "source": { + "id": "https://openalex.org/S137519996", + "display_name": "Electronic Markets", + "issn_l": "1019-6781", + "issn": [ + "1019-6781", + "1422-8890" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319900", + "host_organization_name": "Springer Science+Business Media", + "host_organization_lineage": [ + "https://openalex.org/P4310319900", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "Springer Science+Business Media", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Electronic Markets", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [], + "awards": [ + { + "id": "https://openalex.org/G2151094965", + "display_name": null, + "funder_award_id": "DIK0143/02", + "funder_id": "https://openalex.org/F4320331012", + "funder_display_name": "Bayerische Staatsministerium für Wirtschaft, Landesentwicklung und Energie" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320331012", + "display_name": "Bayerische Staatsministerium für Wirtschaft, Landesentwicklung und Energie", + "ror": null + } + ], + "has_content": { + "grobid_xml": true, + "pdf": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W3153990350.pdf", + "grobid_xml": "https://content.openalex.org/works/W3153990350.grobid-xml" + }, + "referenced_works_count": 53, + "referenced_works": [ + "https://openalex.org/W822801274", + "https://openalex.org/W1506806321", + "https://openalex.org/W1565746575", + "https://openalex.org/W1901616594", + "https://openalex.org/W1978394996", + "https://openalex.org/W2034059032", + "https://openalex.org/W2059111627", + "https://openalex.org/W2076063813", + "https://openalex.org/W2096352448", + "https://openalex.org/W2099419573", + "https://openalex.org/W2106577732", + "https://openalex.org/W2151103935", + "https://openalex.org/W2161969291", + "https://openalex.org/W2164598857", + "https://openalex.org/W2251410821", + "https://openalex.org/W2269742369", + "https://openalex.org/W2585169518", + "https://openalex.org/W2751039952", + "https://openalex.org/W2798302089", + "https://openalex.org/W2800722845", + "https://openalex.org/W2802955324", + "https://openalex.org/W2884001105", + "https://openalex.org/W2888794009", + "https://openalex.org/W2891503716", + "https://openalex.org/W2892341857", + "https://openalex.org/W2895991254", + "https://openalex.org/W2900453322", + "https://openalex.org/W2902907165", + "https://openalex.org/W2915015079", + "https://openalex.org/W2919115771", + "https://openalex.org/W2921353139", + "https://openalex.org/W2945976633", + "https://openalex.org/W2953189907", + "https://openalex.org/W2963095307", + "https://openalex.org/W2963428668", + "https://openalex.org/W2964716450", + "https://openalex.org/W2981207549", + "https://openalex.org/W2989851933", + "https://openalex.org/W2995871253", + "https://openalex.org/W2999321020", + "https://openalex.org/W3000062802", + "https://openalex.org/W3005351117", + "https://openalex.org/W3025420269", + "https://openalex.org/W3094605956", + "https://openalex.org/W3095865939", + "https://openalex.org/W3118496513", + "https://openalex.org/W3120261410", + "https://openalex.org/W3150796314", + "https://openalex.org/W4212902066", + "https://openalex.org/W4236093597", + "https://openalex.org/W4255466416", + "https://openalex.org/W6730267373", + "https://openalex.org/W6750380350" + ], + "related_works": [], + "abstract_inverted_index": { + "Abstract": [ + 0 + ], + "Today,": [ + 1 + ], + "intelligent": [ + 2, + 91, + 128 + ], + "systems": [ + 3, + 20, + 129 + ], + "that": [ + 4, + 123 + ], + "offer": [ + 5 + ], + "artificial": [ + 6, + 48, + 152 + ], + "intelligence": [ + 7, + 153 + ], + "capabilities": [ + 8 + ], + "often": [ + 9 + ], + "rely": [ + 10 + ], + "on": [ + 11, + 47 + ], + "machine": [ + 12, + 43, + 59, + 75, + 114 + ], + "learning.": [ + 13 + ], + "Machine": [ + 14 + ], + "learning": [ + 15, + 40, + 44, + 55, + 60, + 76, + 79, + 115 + ], + "describes": [ + 16 + ], + "the": [ + 17, + 29, + 72, + 86, + 106, + 121, + 131 + ], + "capacity": [ + 18 + ], + "of": [ + 19, + 31, + 74, + 85, + 89, + 108, + 133 + ], + "to": [ + 21, + 27, + 80 + ], + "learn": [ + 22 + ], + "from": [ + 23 + ], + "problem-specific": [ + 24 + ], + "training": [ + 25 + ], + "data": [ + 26, + 64 + ], + "automate": [ + 28 + ], + "process": [ + 30, + 107 + ], + "analytical": [ + 32, + 110 + ], + "model": [ + 33, + 111 + ], + "building": [ + 34, + 112 + ], + "and": [ + 35, + 62, + 77, + 103, + 116, + 119, + 136, + 145, + 151 + ], + "solve": [ + 36 + ], + "associated": [ + 37 + ], + "tasks.": [ + 38 + ], + "Deep": [ + 39 + ], + "is": [ + 41 + ], + "a": [ + 42, + 82, + 97 + ], + "concept": [ + 45 + ], + "based": [ + 46 + ], + "neural": [ + 49 + ], + "networks.": [ + 50 + ], + "For": [ + 51 + ], + "many": [ + 52 + ], + "applications,": [ + 53 + ], + "deep": [ + 54, + 78, + 117 + ], + "models": [ + 56, + 61 + ], + "outperform": [ + 57 + ], + "shallow": [ + 58 + ], + "traditional": [ + 63 + ], + "analysis": [ + 65 + ], + "approaches.": [ + 66 + ], + "In": [ + 67, + 93 + ], + "this": [ + 68 + ], + "article,": [ + 69 + ], + "we": [ + 70, + 95 + ], + "summarize": [ + 71 + ], + "fundamentals": [ + 73 + ], + "generate": [ + 81 + ], + "broader": [ + 83 + ], + "understanding": [ + 84 + ], + "methodical": [ + 87 + ], + "underpinning": [ + 88 + ], + "current": [ + 90 + ], + "systems.": [ + 92 + ], + "particular,": [ + 94 + ], + "provide": [ + 96 + ], + "conceptual": [ + 98 + ], + "distinction": [ + 99 + ], + "between": [ + 100 + ], + "relevant": [ + 101 + ], + "terms": [ + 102 + ], + "concepts,": [ + 104 + ], + "explain": [ + 105 + ], + "automated": [ + 109 + ], + "through": [ + 113 + ], + "learning,": [ + 118 + ], + "discuss": [ + 120 + ], + "challenges": [ + 122 + ], + "arise": [ + 124 + ], + "when": [ + 125 + ], + "implementing": [ + 126 + ], + "such": [ + 127 + ], + "in": [ + 130, + 148 + ], + "field": [ + 132 + ], + "electronic": [ + 134 + ], + "markets": [ + 135 + ], + "networked": [ + 137 + ], + "business.": [ + 138 + ], + "These": [ + 139 + ], + "naturally": [ + 140 + ], + "go": [ + 141 + ], + "beyond": [ + 142 + ], + "technological": [ + 143 + ], + "aspects": [ + 144 + ], + "highlight": [ + 146 + ], + "issues": [ + 147 + ], + "human-machine": [ + 149 + ], + "interaction": [ + 150 + ], + "servitization.": [ + 154 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 224 + }, + { + "year": 2025, + "cited_by_count": 823 + }, + { + "year": 2024, + "cited_by_count": 709 + }, + { + "year": 2023, + "cited_by_count": 463 + }, + { + "year": 2022, + "cited_by_count": 204 + }, + { + "year": 2021, + "cited_by_count": 16 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2021-04-26T00:00:00" + }, + { + "id": "https://openalex.org/W1495061682", + "doi": null, + "title": "Correlation-based Feature Selection for Machine Learning", + "display_name": "Correlation-based Feature Selection for Machine Learning", + "relevance_score": 3888.633, + "publication_year": 1998, + "publication_date": "1998-01-01", + "ids": { + "openalex": "https://openalex.org/W1495061682", + "mag": "1495061682" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.149.3848", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.149.3848", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.cs.waikato.ac.nz/~ml/publications/1999/99MH-Thesis.pdf", + "raw_type": "text" + }, + "type": "article", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5056507889", + "display_name": "Mark Hall", + "orcid": "https://orcid.org/0000-0003-0081-4277" + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "Mark Hall", + "raw_affiliation_strings": [], + "raw_orcid": "https://orcid.org/0000-0003-0081-4277", + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5056507889" + ], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 6.5111, + "has_fulltext": false, + "cited_by_count": 3502, + "citation_normalized_percentile": { + "value": 0.969452, + "is_in_top_1_percent": false, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10538", + "display_name": "Data Mining Algorithms and Applications", + "score": 0.9987000226974487, + "subfield": { + "id": "https://openalex.org/subfields/1710", + "display_name": "Information Systems" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10538", + "display_name": "Data Mining Algorithms and Applications", + "score": 0.9987000226974487, + "subfield": { + "id": "https://openalex.org/subfields/1710", + "display_name": "Information Systems" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9958999752998352, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.992900013923645, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.7863954305648804 + }, + { + "id": "https://openalex.org/keywords/feature-selection", + "display_name": "Feature selection", + "score": 0.7660661935806274 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6697717905044556 + }, + { + "id": "https://openalex.org/keywords/feature", + "display_name": "Feature (linguistics)", + "score": 0.6554372310638428 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6124832630157471 + }, + { + "id": "https://openalex.org/keywords/pattern-recognition", + "display_name": "Pattern recognition (psychology)", + "score": 0.5173172950744629 + }, + { + "id": "https://openalex.org/keywords/heuristic", + "display_name": "Heuristic", + "score": 0.5164375901222229 + }, + { + "id": "https://openalex.org/keywords/naive-bayes-classifier", + "display_name": "Naive Bayes classifier", + "score": 0.5061132311820984 + }, + { + "id": "https://openalex.org/keywords/relevance", + "display_name": "Relevance (law)", + "score": 0.4775296449661255 + }, + { + "id": "https://openalex.org/keywords/correlation", + "display_name": "Correlation", + "score": 0.45613178610801697 + }, + { + "id": "https://openalex.org/keywords/set", + "display_name": "Set (abstract data type)", + "score": 0.44838523864746094 + }, + { + "id": "https://openalex.org/keywords/decision-tree", + "display_name": "Decision tree", + "score": 0.4388089179992676 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.329307496547699 + }, + { + "id": "https://openalex.org/keywords/support-vector-machine", + "display_name": "Support vector machine", + "score": 0.2919524312019348 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.22016915678977966 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.7863954305648804 + }, + { + "id": "https://openalex.org/C148483581", + "wikidata": "https://www.wikidata.org/wiki/Q446488", + "display_name": "Feature selection", + "level": 2, + "score": 0.7660661935806274 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6697717905044556 + }, + { + "id": "https://openalex.org/C2776401178", + "wikidata": "https://www.wikidata.org/wiki/Q12050496", + "display_name": "Feature (linguistics)", + "level": 2, + "score": 0.6554372310638428 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6124832630157471 + }, + { + "id": "https://openalex.org/C153180895", + "wikidata": "https://www.wikidata.org/wiki/Q7148389", + "display_name": "Pattern recognition (psychology)", + "level": 2, + "score": 0.5173172950744629 + }, + { + "id": "https://openalex.org/C173801870", + "wikidata": "https://www.wikidata.org/wiki/Q201413", + "display_name": "Heuristic", + "level": 2, + "score": 0.5164375901222229 + }, + { + "id": "https://openalex.org/C52001869", + "wikidata": "https://www.wikidata.org/wiki/Q812530", + "display_name": "Naive Bayes classifier", + "level": 3, + "score": 0.5061132311820984 + }, + { + "id": "https://openalex.org/C158154518", + "wikidata": "https://www.wikidata.org/wiki/Q7310970", + "display_name": "Relevance (law)", + "level": 2, + "score": 0.4775296449661255 + }, + { + "id": "https://openalex.org/C117220453", + "wikidata": "https://www.wikidata.org/wiki/Q5172842", + "display_name": "Correlation", + "level": 2, + "score": 0.45613178610801697 + }, + { + "id": "https://openalex.org/C177264268", + "wikidata": "https://www.wikidata.org/wiki/Q1514741", + "display_name": "Set (abstract data type)", + "level": 2, + "score": 0.44838523864746094 + }, + { + "id": "https://openalex.org/C84525736", + "wikidata": "https://www.wikidata.org/wiki/Q831366", + "display_name": "Decision tree", + "level": 2, + "score": 0.4388089179992676 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.329307496547699 + }, + { + "id": "https://openalex.org/C12267149", + "wikidata": "https://www.wikidata.org/wiki/Q282453", + "display_name": "Support vector machine", + "level": 2, + "score": 0.2919524312019348 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.22016915678977966 + }, + { + "id": "https://openalex.org/C17744445", + "wikidata": "https://www.wikidata.org/wiki/Q36442", + "display_name": "Political science", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C2524010", + "wikidata": "https://www.wikidata.org/wiki/Q8087", + "display_name": "Geometry", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C199539241", + "wikidata": "https://www.wikidata.org/wiki/Q7748", + "display_name": "Law", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C138885662", + "wikidata": "https://www.wikidata.org/wiki/Q5891", + "display_name": "Philosophy", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C41895202", + "wikidata": "https://www.wikidata.org/wiki/Q8162", + "display_name": "Linguistics", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 6, + "locations": [ + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.149.3848", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.149.3848", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.cs.waikato.ac.nz/~ml/publications/1999/99MH-Thesis.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.37.4643", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.37.4643", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.cs.waikato.ac.nz/~mhall/thesis.ps.gz", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.455.4521", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.455.4521", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "https://www.lri.fr/~pierres/donn%E9es/save/these/articles/lpr-queue/hall99correlationbased.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.62.9584", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.62.9584", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.cs.waikato.ac.nz/~mhall/thesis.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:researchcommons.waikato.ac.nz:10289/15043", + "is_oa": false, + "landing_page_url": "https://hdl.handle.net/10289/15043", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400944", + "display_name": "Research Commons (University of Waikato)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I52179390", + "host_organization_name": "University of Waikato", + "host_organization_lineage": [ + "https://openalex.org/I52179390" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Thesis" + }, + { + "id": "mag:1495061682", + "is_oa": false, + "landing_page_url": "https://www.cs.waikato.ac.nz/~mhall/thesis.pdf", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "score": 0.4300000071525574, + "id": "https://metadata.un.org/sdg/16", + "display_name": "Peace, Justice and strong institutions" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 88, + "referenced_works": [ + "https://openalex.org/W14420165", + "https://openalex.org/W23418094", + "https://openalex.org/W31783794", + "https://openalex.org/W32535764", + "https://openalex.org/W43179442", + "https://openalex.org/W124232507", + "https://openalex.org/W138217685", + "https://openalex.org/W149472151", + "https://openalex.org/W168332103", + "https://openalex.org/W184639320", + "https://openalex.org/W187357405", + "https://openalex.org/W1481111462", + "https://openalex.org/W1487306946", + "https://openalex.org/W1489725718", + "https://openalex.org/W1497256448", + "https://openalex.org/W1504694836", + "https://openalex.org/W1507029541", + "https://openalex.org/W1520687314", + "https://openalex.org/W1523989055", + "https://openalex.org/W1528176576", + "https://openalex.org/W1528489993", + "https://openalex.org/W1533544838", + "https://openalex.org/W1535723299", + "https://openalex.org/W1540113330", + "https://openalex.org/W1553244859", + "https://openalex.org/W1553313034", + "https://openalex.org/W1557564713", + "https://openalex.org/W1557923305", + "https://openalex.org/W1562345870", + "https://openalex.org/W1566376227", + "https://openalex.org/W1571061365", + "https://openalex.org/W1575869149", + "https://openalex.org/W1583700199", + "https://openalex.org/W1587362683", + "https://openalex.org/W1597910678", + "https://openalex.org/W1601529450", + "https://openalex.org/W1605844890", + "https://openalex.org/W1608549042", + "https://openalex.org/W1619226191", + "https://openalex.org/W1630964756", + "https://openalex.org/W1678889691", + "https://openalex.org/W1679846099", + "https://openalex.org/W1808644423", + "https://openalex.org/W1906182963", + "https://openalex.org/W1923673105", + "https://openalex.org/W1970406594", + "https://openalex.org/W1981251392", + "https://openalex.org/W1983661866", + "https://openalex.org/W1998523455", + "https://openalex.org/W2000613518", + "https://openalex.org/W2002150630", + "https://openalex.org/W2003048487", + "https://openalex.org/W2017337590", + "https://openalex.org/W2042385018", + "https://openalex.org/W2050297026", + "https://openalex.org/W2054658115", + "https://openalex.org/W2067098334", + "https://openalex.org/W2071817951", + "https://openalex.org/W2075038844", + "https://openalex.org/W2088658068", + "https://openalex.org/W2096581064", + "https://openalex.org/W2104626092", + "https://openalex.org/W2109293916", + "https://openalex.org/W2112076978", + "https://openalex.org/W2120216197", + "https://openalex.org/W2123865363", + "https://openalex.org/W2125055259", + "https://openalex.org/W2125412267", + "https://openalex.org/W2128420091", + "https://openalex.org/W2132166479", + "https://openalex.org/W2136000097", + "https://openalex.org/W2140785063", + "https://openalex.org/W2146257637", + "https://openalex.org/W2147169507", + "https://openalex.org/W2147409005", + "https://openalex.org/W2149706766", + "https://openalex.org/W2158000296", + "https://openalex.org/W2159080219", + "https://openalex.org/W2168165449", + "https://openalex.org/W2170120409", + "https://openalex.org/W2193378034", + "https://openalex.org/W2743477090", + "https://openalex.org/W2797502950", + "https://openalex.org/W2798455746", + "https://openalex.org/W2913283985", + "https://openalex.org/W2982720039", + "https://openalex.org/W2988864014", + "https://openalex.org/W3085162807" + ], + "related_works": [ + "https://openalex.org/W2912934387", + "https://openalex.org/W2911964244", + "https://openalex.org/W2169038408", + "https://openalex.org/W2156571267", + "https://openalex.org/W2154053567", + "https://openalex.org/W2153635508", + "https://openalex.org/W2149706766", + "https://openalex.org/W2143426320", + "https://openalex.org/W2140190241", + "https://openalex.org/W2133990480", + "https://openalex.org/W2125055259", + "https://openalex.org/W2119821739", + "https://openalex.org/W2119479037", + "https://openalex.org/W2119387367", + "https://openalex.org/W2017337590", + "https://openalex.org/W1808644423", + "https://openalex.org/W1661871015", + "https://openalex.org/W1619226191", + "https://openalex.org/W1583700199", + "https://openalex.org/W1570448133" + ], + "abstract_inverted_index": { + "A": [ + 0, + 62 + ], + "central": [ + 1, + 41 + ], + "problem": [ + 2, + 28 + ], + "in": [ + 3, + 200, + 255 + ], + "machine": [ + 4, + 33, + 113, + 197 + ], + "learning": [ + 5, + 34, + 114, + 198, + 238 + ], + "is": [ + 6, + 43, + 84 + ], + "identifying": [ + 7 + ], + "a": [ + 8, + 17, + 21, + 36, + 98, + 224, + 227 + ], + "representative": [ + 9 + ], + "set": [ + 10, + 184 + ], + "of": [ + 11, + 29, + 76, + 211, + 215, + 280, + 296 + ], + "features": [ + 12, + 49, + 151, + 204, + 297 + ], + "from": [ + 13, + 69 + ], + "which": [ + 14, + 207, + 271 + ], + "to": [ + 15, + 231, + 240, + 251, + 274, + 276, + 283, + 319 + ], + "construct": [ + 16 + ], + "classification": [ + 18, + 178 + ], + "model": [ + 19 + ], + "for": [ + 20, + 32 + ], + "particular": [ + 22 + ], + "task.": [ + 23 + ], + "This": [ + 24 + ], + "thesis": [ + 25 + ], + "addresses": [ + 26 + ], + "the": [ + 27, + 55, + 173, + 181, + 190, + 216, + 236, + 252, + 258, + 269, + 299, + 306, + 326 + ], + "feature": [ + 30, + 46, + 63, + 183, + 192, + 232, + 242, + 285, + 302 + ], + "selection": [ + 31, + 195, + 233 + ], + "through": [ + 35 + ], + "correlation": [ + 37, + 95 + ], + "based": [ + 38, + 66, + 81, + 127 + ], + "approach.": [ + 39 + ], + "The": [ + 40, + 292 + ], + "hypothesis": [ + 42 + ], + "that": [ + 44, + 50, + 87, + 137, + 234, + 314 + ], + "good": [ + 45 + ], + "sets": [ + 47 + ], + "contain": [ + 48 + ], + "are": [ + 51, + 287 + ], + "highly": [ + 52, + 209 + ], + "correlated": [ + 53 + ], + "with": [ + 54, + 59, + 92, + 223 + ], + "class,": [ + 56 + ], + "yet": [ + 57 + ], + "uncorrelated": [ + 58 + ], + "each": [ + 60 + ], + "other.": [ + 61 + ], + "evaluation": [ + 64, + 90 + ], + "formula,": [ + 65 + ], + "on": [ + 67, + 107, + 133, + 161, + 260, + 310 + ], + "ideas": [ + 68 + ], + "test": [ + 70 + ], + "theory,": [ + 71 + ], + "provides": [ + 72 + ], + "an": [ + 73, + 85, + 93 + ], + "operational": [ + 74 + ], + "definition": [ + 75 + ], + "this": [ + 77, + 89 + ], + "hypothesis.": [ + 78 + ], + "CFS": [ + 79, + 138, + 167, + 222, + 247, + 263, + 282 + ], + "(Correlation": [ + 80 + ], + "Feature": [ + 82, + 194 + ], + "Selection)": [ + 83 + ], + "algorithm": [ + 86, + 239 + ], + "couples": [ + 88 + ], + "formula": [ + 91 + ], + "appropriate": [ + 94 + ], + "measure": [ + 96 + ], + "and": [ + 97, + 109, + 129, + 141, + 145, + 148, + 254, + 289, + 298 + ], + "heuristic": [ + 99 + ], + "search": [ + 100 + ], + "strategy.": [ + 101 + ], + " \\n \\nCFS": [ + 102 + ], + "was": [ + 103 + ], + "evaluated": [ + 104 + ], + "by": [ + 105, + 305, + 337 + ], + "experiments": [ + 106, + 220 + ], + "artificial": [ + 108, + 134, + 311 + ], + "natural": [ + 110, + 165, + 324 + ], + "datasets.": [ + 111, + 262 + ], + "Three": [ + 112 + ], + "algorithms": [ + 115 + ], + "were": [ + 116, + 205, + 208, + 317 + ], + "used:": [ + 117 + ], + "C4.5": [ + 118 + ], + "(a": [ + 119 + ], + "decision": [ + 120 + ], + "tree": [ + 121 + ], + "learner),": [ + 122, + 128 + ], + "IB": [ + 123 + ], + "1": [ + 124 + ], + "(an": [ + 125 + ], + "instance": [ + 126, + 217 + ], + "naive": [ + 130 + ], + "Bayes.": [ + 131 + ], + "Experiments": [ + 132, + 309 + ], + "datasets": [ + 135 + ], + "showed": [ + 136, + 313 + ], + "quickly": [ + 139 + ], + "identifies": [ + 140, + 149 + ], + "screens": [ + 142 + ], + "irrelevant,": [ + 143 + ], + "redundant,": [ + 144 + ], + "noisy": [ + 146 + ], + "features,": [ + 147 + ], + "relevant": [ + 150 + ], + "as": [ + 152, + 154 + ], + "long": [ + 153 + ], + "their": [ + 155 + ], + "relevance": [ + 156 + ], + "does": [ + 157 + ], + "not": [ + 158 + ], + "strongly": [ + 159 + ], + "depend": [ + 160 + ], + "other": [ + 162 + ], + "features.": [ + 163, + 174, + 322 + ], + "On": [ + 164, + 323 + ], + "domains,": [ + 166, + 325 + ], + "typically": [ + 168 + ], + "eliminated": [ + 169, + 206 + ], + "well": [ + 170, + 228 + ], + "over": [ + 171 + ], + "half": [ + 172 + ], + "In": [ + 175, + 244 + ], + "most": [ + 176 + ], + "cases,": [ + 177 + ], + "accuracy": [ + 179, + 188 + ], + "using": [ + 180, + 189, + 334 + ], + "reduced": [ + 182 + ], + "equaled": [ + 185 + ], + "or": [ + 186 + ], + "bettered": [ + 187 + ], + "complete": [ + 191 + ], + "set.": [ + 193 + ], + "degraded": [ + 196 + ], + "performance": [ + 199 + ], + "cases": [ + 201, + 246 + ], + "where": [ + 202 + ], + "some": [ + 203 + ], + "predictive": [ + 210 + ], + "very": [ + 212 + ], + "small": [ + 213, + 261 + ], + "areas": [ + 214 + ], + "space.": [ + 218 + ], + " \\n \\nFurther": [ + 219 + ], + "compared": [ + 221 + ], + "wrapper": [ + 225, + 259 + ], + "-": [ + 226 + ], + "known": [ + 229 + ], + "approach": [ + 230 + ], + "employs": [ + 235 + ], + "target": [ + 237 + ], + "evaluate": [ + 241 + ], + "sets.": [ + 243 + ], + "many": [ + 245, + 265 + ], + "gave": [ + 248, + 329 + ], + "comparable": [ + 249 + ], + "results": [ + 250, + 332 + ], + "wrapper,": [ + 253, + 270 + ], + "general,": [ + 256 + ], + "outperformed": [ + 257 + ], + "executes": [ + 264 + ], + "times": [ + 266 + ], + "faster": [ + 267 + ], + "than": [ + 268, + 333 + ], + "allows": [ + 272 + ], + "it": [ + 273 + ], + "scale": [ + 275 + ], + "larger": [ + 277 + ], + "datasets. \\n \\nTwo": [ + 278 + ], + "methods": [ + 279, + 316 + ], + "extending": [ + 281 + ], + "handle": [ + 284 + ], + "interaction": [ + 286 + ], + "presented": [ + 288 + ], + "experimentally": [ + 290 + ], + "evaluated.": [ + 291 + ], + "first": [ + 293 + ], + "considers": [ + 294 + ], + "pairs": [ + 295 + ], + "second": [ + 300 + ], + "incorporates": [ + 301 + ], + "weights": [ + 303, + 335 + ], + "calculated": [ + 304 + ], + "RELIEF": [ + 307 + ], + "algorithm.": [ + 308 + ], + "domains": [ + 312 + ], + "both": [ + 315 + ], + "able": [ + 318 + ], + "identify": [ + 320 + ], + "interacting": [ + 321 + ], + "pairwise": [ + 327 + ], + "method": [ + 328 + ], + "more": [ + 330 + ], + "reliable": [ + 331 + ], + "provided": [ + 336 + ], + "RELIEF.": [ + 338 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 38 + }, + { + "year": 2024, + "cited_by_count": 89 + }, + { + "year": 2023, + "cited_by_count": 147 + }, + { + "year": 2022, + "cited_by_count": 181 + }, + { + "year": 2021, + "cited_by_count": 299 + }, + { + "year": 2020, + "cited_by_count": 287 + }, + { + "year": 2019, + "cited_by_count": 295 + }, + { + "year": 2018, + "cited_by_count": 296 + }, + { + "year": 2017, + "cited_by_count": 277 + }, + { + "year": 2016, + "cited_by_count": 271 + }, + { + "year": 2015, + "cited_by_count": 264 + }, + { + "year": 2014, + "cited_by_count": 238 + }, + { + "year": 2013, + "cited_by_count": 181 + }, + { + "year": 2012, + "cited_by_count": 163 + } + ], + "updated_date": "2025-11-06T04:12:42.849631", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2594183968", + "doi": "https://doi.org/10.1039/c7sc02664a", + "title": "MoleculeNet: a benchmark for molecular machine learning", + "display_name": "MoleculeNet: a benchmark for molecular machine learning", + "relevance_score": 3867.3242, + "publication_year": 2017, + "publication_date": "2017-10-31", + "ids": { + "openalex": "https://openalex.org/W2594183968", + "doi": "https://doi.org/10.1039/c7sc02664a", + "mag": "2594183968", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/29629118" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1039/c7sc02664a", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1039/c7sc02664a", + "pdf_url": "https://pubs.rsc.org/en/content/articlepdf/2018/sc/c7sc02664a", + "source": { + "id": "https://openalex.org/S184645833", + "display_name": "Chemical Science", + "issn_l": "2041-6520", + "issn": [ + "2041-6520", + "2041-6539" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320556", + "host_organization_name": "Royal Society of Chemistry", + "host_organization_lineage": [ + "https://openalex.org/P4310320556" + ], + "host_organization_lineage_names": [ + "Royal Society of Chemistry" + ], + "type": "journal" + }, + "license": "cc-by-nc", + "license_id": "https://openalex.org/licenses/cc-by-nc", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Chemical Science", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref", + "doaj", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "diamond", + "oa_url": "https://pubs.rsc.org/en/content/articlepdf/2018/sc/c7sc02664a", + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5054988040", + "display_name": "Zhenqin Wu", + "orcid": "https://orcid.org/0000-0002-0148-7055" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210137306", + "display_name": "Stanford Medicine", + "ror": "https://ror.org/03mtd9a03", + "country_code": "US", + "type": "healthcare", + "lineage": [ + "https://openalex.org/I4210137306", + "https://openalex.org/I97018004" + ] + }, + { + "id": "https://openalex.org/I97018004", + "display_name": "Stanford University", + "ror": "https://ror.org/00f54p054", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I97018004" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Zhenqin Wu", + "raw_affiliation_strings": [ + "Department of Chemistry", + "Stanford", + "Stanford University", + "USA", + "Department of Chemistry, Stanford University, Stanford, CA 94305, USA" + ], + "raw_orcid": "https://orcid.org/0000-0002-0148-7055", + "affiliations": [ + { + "raw_affiliation_string": "Department of Chemistry", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Stanford", + "institution_ids": [ + "https://openalex.org/I4210137306" + ] + }, + { + "raw_affiliation_string": "Stanford University", + "institution_ids": [ + "https://openalex.org/I97018004" + ] + }, + { + "raw_affiliation_string": "USA", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Department of Chemistry, Stanford University, Stanford, CA 94305, USA", + "institution_ids": [ + "https://openalex.org/I97018004" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5039641760", + "display_name": "Bharath Ramsundar", + "orcid": "https://orcid.org/0000-0001-8450-4262" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210137306", + "display_name": "Stanford Medicine", + "ror": "https://ror.org/03mtd9a03", + "country_code": "US", + "type": "healthcare", + "lineage": [ + "https://openalex.org/I4210137306", + "https://openalex.org/I97018004" + ] + }, + { + "id": "https://openalex.org/I97018004", + "display_name": "Stanford University", + "ror": "https://ror.org/00f54p054", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I97018004" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Bharath Ramsundar", + "raw_affiliation_strings": [ + "Department of Computer Science", + "Stanford", + "Stanford University", + "USA", + "Department of Computer Science, Stanford University, Stanford, CA 94305, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Stanford", + "institution_ids": [ + "https://openalex.org/I4210137306" + ] + }, + { + "raw_affiliation_string": "Stanford University", + "institution_ids": [ + "https://openalex.org/I97018004" + ] + }, + { + "raw_affiliation_string": "USA", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Department of Computer Science, Stanford University, Stanford, CA 94305, USA", + "institution_ids": [ + "https://openalex.org/I97018004" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5011983540", + "display_name": "Evan N. Feinberg", + "orcid": "https://orcid.org/0000-0002-7989-8751" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210137306", + "display_name": "Stanford Medicine", + "ror": "https://ror.org/03mtd9a03", + "country_code": "US", + "type": "healthcare", + "lineage": [ + "https://openalex.org/I4210137306", + "https://openalex.org/I97018004" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Evan N. Feinberg", + "raw_affiliation_strings": [ + "Program in Biophysics", + "Stanford", + "Stanford School of Medicine", + "USA", + "Program in Biophysics, Stanford School of Medicine, Stanford, CA 94305, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Program in Biophysics", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Stanford", + "institution_ids": [ + "https://openalex.org/I4210137306" + ] + }, + { + "raw_affiliation_string": "Stanford School of Medicine", + "institution_ids": [ + "https://openalex.org/I4210137306" + ] + }, + { + "raw_affiliation_string": "USA", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Program in Biophysics, Stanford School of Medicine, Stanford, CA 94305, USA", + "institution_ids": [ + "https://openalex.org/I4210137306" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5044158176", + "display_name": "Joseph Gomes", + "orcid": "https://orcid.org/0000-0002-0755-0641" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210137306", + "display_name": "Stanford Medicine", + "ror": "https://ror.org/03mtd9a03", + "country_code": "US", + "type": "healthcare", + "lineage": [ + "https://openalex.org/I4210137306", + "https://openalex.org/I97018004" + ] + }, + { + "id": "https://openalex.org/I97018004", + "display_name": "Stanford University", + "ror": "https://ror.org/00f54p054", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I97018004" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Joseph Gomes", + "raw_affiliation_strings": [ + "Department of Chemistry", + "Stanford", + "Stanford University", + "USA", + "Department of Chemistry, Stanford University, Stanford, CA 94305, USA" + ], + "raw_orcid": "https://orcid.org/0000-0002-0755-0641", + "affiliations": [ + { + "raw_affiliation_string": "Department of Chemistry", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Stanford", + "institution_ids": [ + "https://openalex.org/I4210137306" + ] + }, + { + "raw_affiliation_string": "Stanford University", + "institution_ids": [ + "https://openalex.org/I97018004" + ] + }, + { + "raw_affiliation_string": "USA", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Department of Chemistry, Stanford University, Stanford, CA 94305, USA", + "institution_ids": [ + "https://openalex.org/I97018004" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5069546508", + "display_name": "Caleb Geniesse", + "orcid": "https://orcid.org/0000-0002-7897-8338" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210137306", + "display_name": "Stanford Medicine", + "ror": "https://ror.org/03mtd9a03", + "country_code": "US", + "type": "healthcare", + "lineage": [ + "https://openalex.org/I4210137306", + "https://openalex.org/I97018004" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Caleb Geniesse", + "raw_affiliation_strings": [ + "Program in Biophysics", + "Stanford", + "Stanford School of Medicine", + "USA", + "Program in Biophysics, Stanford School of Medicine, Stanford, CA 94305, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Program in Biophysics", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Stanford", + "institution_ids": [ + "https://openalex.org/I4210137306" + ] + }, + { + "raw_affiliation_string": "Stanford School of Medicine", + "institution_ids": [ + "https://openalex.org/I4210137306" + ] + }, + { + "raw_affiliation_string": "USA", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Program in Biophysics, Stanford School of Medicine, Stanford, CA 94305, USA", + "institution_ids": [ + "https://openalex.org/I4210137306" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5015493289", + "display_name": "Aneesh Pappu", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I4210137306", + "display_name": "Stanford Medicine", + "ror": "https://ror.org/03mtd9a03", + "country_code": "US", + "type": "healthcare", + "lineage": [ + "https://openalex.org/I4210137306", + "https://openalex.org/I97018004" + ] + }, + { + "id": "https://openalex.org/I97018004", + "display_name": "Stanford University", + "ror": "https://ror.org/00f54p054", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I97018004" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Aneesh S. Pappu", + "raw_affiliation_strings": [ + "Department of Computer Science", + "Stanford", + "Stanford University", + "USA", + "Department of Computer Science, Stanford University, Stanford, CA 94305, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Stanford", + "institution_ids": [ + "https://openalex.org/I4210137306" + ] + }, + { + "raw_affiliation_string": "Stanford University", + "institution_ids": [ + "https://openalex.org/I97018004" + ] + }, + { + "raw_affiliation_string": "USA", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Department of Computer Science, Stanford University, Stanford, CA 94305, USA", + "institution_ids": [ + "https://openalex.org/I97018004" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5004322104", + "display_name": "Karl Leswing", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I203455613", + "display_name": "Schrodinger (United States)", + "ror": "https://ror.org/05a3z6914", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I203455613" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Karl Leswing", + "raw_affiliation_strings": [ + "Schrodinger Inc", + "USA", + "Schrodinger Inc., USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Schrodinger Inc", + "institution_ids": [ + "https://openalex.org/I203455613" + ] + }, + { + "raw_affiliation_string": "USA", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Schrodinger Inc., USA", + "institution_ids": [ + "https://openalex.org/I203455613" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5032418986", + "display_name": "Vijay S. Pande", + "orcid": "https://orcid.org/0000-0003-2774-1178" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210137306", + "display_name": "Stanford Medicine", + "ror": "https://ror.org/03mtd9a03", + "country_code": "US", + "type": "healthcare", + "lineage": [ + "https://openalex.org/I4210137306", + "https://openalex.org/I97018004" + ] + }, + { + "id": "https://openalex.org/I97018004", + "display_name": "Stanford University", + "ror": "https://ror.org/00f54p054", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I97018004" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Vijay Pande", + "raw_affiliation_strings": [ + "Department of Chemistry", + "Stanford", + "Stanford University", + "USA", + "Department of Chemistry, Stanford University, Stanford, CA 94305, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Chemistry", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Stanford", + "institution_ids": [ + "https://openalex.org/I4210137306" + ] + }, + { + "raw_affiliation_string": "Stanford University", + "institution_ids": [ + "https://openalex.org/I97018004" + ] + }, + { + "raw_affiliation_string": "USA", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Department of Chemistry, Stanford University, Stanford, CA 94305, USA", + "institution_ids": [ + "https://openalex.org/I97018004" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 8, + "corresponding_author_ids": [ + "https://openalex.org/A5032418986" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I4210137306", + "https://openalex.org/I97018004" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 128.6995, + "has_fulltext": true, + "cited_by_count": 2906, + "citation_normalized_percentile": { + "value": 0.9998827, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 94, + "max": 100 + }, + "biblio": { + "volume": "9", + "issue": "2", + "first_page": "513", + "last_page": "530" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10211", + "display_name": "Computational Drug Discovery Methods", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/1703", + "display_name": "Computational Theory and Mathematics" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10211", + "display_name": "Computational Drug Discovery Methods", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/1703", + "display_name": "Computational Theory and Mathematics" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11948", + "display_name": "Machine Learning in Materials Science", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/2505", + "display_name": "Materials Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/25", + "display_name": "Materials Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10044", + "display_name": "Protein Structure and Dynamics", + "score": 0.9779999852180481, + "subfield": { + "id": "https://openalex.org/subfields/1312", + "display_name": "Molecular Biology" + }, + "field": { + "id": "https://openalex.org/fields/13", + "display_name": "Biochemistry, Genetics and Molecular Biology" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/benchmark", + "display_name": "Benchmark (surveying)", + "score": 0.9469650983810425 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6600202322006226 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6345625519752502 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6119014024734497 + }, + { + "id": "https://openalex.org/keywords/scale", + "display_name": "Scale (ratio)", + "score": 0.5160343647003174 + }, + { + "id": "https://openalex.org/keywords/physics", + "display_name": "Physics", + "score": 0.04847747087478638 + }, + { + "id": "https://openalex.org/keywords/geography", + "display_name": "Geography", + "score": 0.04328623414039612 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C185798385", + "wikidata": "https://www.wikidata.org/wiki/Q1161707", + "display_name": "Benchmark (surveying)", + "level": 2, + "score": 0.9469650983810425 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6600202322006226 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6345625519752502 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6119014024734497 + }, + { + "id": "https://openalex.org/C2778755073", + "wikidata": "https://www.wikidata.org/wiki/Q10858537", + "display_name": "Scale (ratio)", + "level": 2, + "score": 0.5160343647003174 + }, + { + "id": "https://openalex.org/C121332964", + "wikidata": "https://www.wikidata.org/wiki/Q413", + "display_name": "Physics", + "level": 0, + "score": 0.04847747087478638 + }, + { + "id": "https://openalex.org/C205649164", + "wikidata": "https://www.wikidata.org/wiki/Q1071", + "display_name": "Geography", + "level": 0, + "score": 0.04328623414039612 + }, + { + "id": "https://openalex.org/C13280743", + "wikidata": "https://www.wikidata.org/wiki/Q131089", + "display_name": "Geodesy", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C62520636", + "wikidata": "https://www.wikidata.org/wiki/Q944", + "display_name": "Quantum mechanics", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 4, + "locations": [ + { + "id": "doi:10.1039/c7sc02664a", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1039/c7sc02664a", + "pdf_url": "https://pubs.rsc.org/en/content/articlepdf/2018/sc/c7sc02664a", + "source": { + "id": "https://openalex.org/S184645833", + "display_name": "Chemical Science", + "issn_l": "2041-6520", + "issn": [ + "2041-6520", + "2041-6539" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320556", + "host_organization_name": "Royal Society of Chemistry", + "host_organization_lineage": [ + "https://openalex.org/P4310320556" + ], + "host_organization_lineage_names": [ + "Royal Society of Chemistry" + ], + "type": "journal" + }, + "license": "cc-by-nc", + "license_id": "https://openalex.org/licenses/cc-by-nc", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Chemical Science", + "raw_type": "journal-article" + }, + { + "id": "pmid:29629118", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/29629118", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Chemical science", + "raw_type": null + }, + { + "id": "pmh:oai:europepmc.org:4794812", + "is_oa": false, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/5868307", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400806", + "display_name": "Europe PMC (PubMed Central)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1303153112", + "host_organization_name": "European Bioinformatics Institute", + "host_organization_lineage": [ + "https://openalex.org/I1303153112" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "Text" + }, + { + "id": "pmh:oai:hub.hku.hk:10722/354386", + "is_oa": false, + "landing_page_url": "https://hub.hku.hk/handle/10722/354386", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4377196271", + "display_name": "The HKU Scholars Hub (University of Hong Kong)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I889458895", + "host_organization_name": "University of Hong Kong", + "host_organization_lineage": [ + "https://openalex.org/I889458895" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "Article" + } + ], + "best_oa_location": { + "id": "doi:10.1039/c7sc02664a", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1039/c7sc02664a", + "pdf_url": "https://pubs.rsc.org/en/content/articlepdf/2018/sc/c7sc02664a", + "source": { + "id": "https://openalex.org/S184645833", + "display_name": "Chemical Science", + "issn_l": "2041-6520", + "issn": [ + "2041-6520", + "2041-6539" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320556", + "host_organization_name": "Royal Society of Chemistry", + "host_organization_lineage": [ + "https://openalex.org/P4310320556" + ], + "host_organization_lineage_names": [ + "Royal Society of Chemistry" + ], + "type": "journal" + }, + "license": "cc-by-nc", + "license_id": "https://openalex.org/licenses/cc-by-nc", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Chemical Science", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [], + "awards": [ + { + "id": "https://openalex.org/G4484533445", + "display_name": null, + "funder_award_id": "GM062868", + "funder_id": "https://openalex.org/F4320332161", + "funder_display_name": "National Institutes of Health" + }, + { + "id": "https://openalex.org/G7442115961", + "display_name": null, + "funder_award_id": "U19 AI109662", + "funder_id": "https://openalex.org/F4320332161", + "funder_display_name": "National Institutes of Health" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320308782", + "display_name": "Hertz Foundation", + "ror": "https://ror.org/01ycgxf29" + }, + { + "id": "https://openalex.org/F4320332161", + "display_name": "National Institutes of Health", + "ror": "https://ror.org/01cwqze88" + } + ], + "has_content": { + "grobid_xml": true, + "pdf": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W2594183968.pdf", + "grobid_xml": "https://content.openalex.org/works/W2594183968.grobid-xml" + }, + "referenced_works_count": 64, + "referenced_works": [ + "https://openalex.org/W655356045", + "https://openalex.org/W1579198272", + "https://openalex.org/W1601495365", + "https://openalex.org/W1678356000", + "https://openalex.org/W1738019091", + "https://openalex.org/W1780364926", + "https://openalex.org/W1964513093", + "https://openalex.org/W1975147762", + "https://openalex.org/W1985748743", + "https://openalex.org/W1988037271", + "https://openalex.org/W1993046136", + "https://openalex.org/W1993285168", + "https://openalex.org/W1995808589", + "https://openalex.org/W1996327711", + "https://openalex.org/W1998056319", + "https://openalex.org/W1999798000", + "https://openalex.org/W2001816314", + "https://openalex.org/W2008505552", + "https://openalex.org/W2010700988", + "https://openalex.org/W2019678805", + "https://openalex.org/W2024046085", + "https://openalex.org/W2025444507", + "https://openalex.org/W2033206800", + "https://openalex.org/W2046589863", + "https://openalex.org/W2060531713", + "https://openalex.org/W2060565460", + "https://openalex.org/W2076063813", + "https://openalex.org/W2076498053", + "https://openalex.org/W2080635178", + "https://openalex.org/W2081454243", + "https://openalex.org/W2081580037", + "https://openalex.org/W2085126686", + "https://openalex.org/W2085312881", + "https://openalex.org/W2092285329", + "https://openalex.org/W2096560421", + "https://openalex.org/W2101234009", + "https://openalex.org/W2104489082", + "https://openalex.org/W2114162221", + "https://openalex.org/W2114704115", + "https://openalex.org/W2117539524", + "https://openalex.org/W2119821739", + "https://openalex.org/W2127330184", + "https://openalex.org/W2127644822", + "https://openalex.org/W2139271038", + "https://openalex.org/W2145578524", + "https://openalex.org/W2153693853", + "https://openalex.org/W2170214641", + "https://openalex.org/W2171830166", + "https://openalex.org/W2290847742", + "https://openalex.org/W2319902168", + "https://openalex.org/W2406943157", + "https://openalex.org/W2461470610", + "https://openalex.org/W2461620095", + "https://openalex.org/W2473190403", + "https://openalex.org/W2606780347", + "https://openalex.org/W2734982589", + "https://openalex.org/W2753558426", + "https://openalex.org/W2787894218", + "https://openalex.org/W2911964244", + "https://openalex.org/W2914584698", + "https://openalex.org/W2919115771", + "https://openalex.org/W3100157108", + "https://openalex.org/W3102449990", + "https://openalex.org/W3102797483" + ], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W4387369504", + "https://openalex.org/W3046775127", + "https://openalex.org/W4394896187", + "https://openalex.org/W3170094116", + "https://openalex.org/W4386462264", + "https://openalex.org/W3107602296", + "https://openalex.org/W4364306694", + "https://openalex.org/W4312192474" + ], + "abstract_inverted_index": { + "Molecular": [ + 0 + ], + "machine": [ + 1, + 22, + 82, + 128 + ], + "learning": [ + 2, + 23, + 106, + 129, + 177 + ], + "has": [ + 3, + 36 + ], + "been": [ + 4, + 37 + ], + "maturing": [ + 5 + ], + "rapidly": [ + 6 + ], + "over": [ + 7 + ], + "the": [ + 8, + 15, + 41, + 49, + 67, + 112, + 133, + 164 + ], + "last": [ + 9 + ], + "few": [ + 10 + ], + "years.": [ + 11 + ], + "Improved": [ + 12 + ], + "methods": [ + 13 + ], + "and": [ + 14, + 93, + 105, + 130, + 154, + 161 + ], + "presence": [ + 16 + ], + "of": [ + 17, + 43, + 51, + 69, + 99, + 111, + 166, + 175 + ], + "larger": [ + 18 + ], + "datasets": [ + 19, + 61 + ], + "have": [ + 20 + ], + "enabled": [ + 21 + ], + "algorithms": [ + 24, + 56, + 107 + ], + "to": [ + 25, + 40, + 47, + 65, + 146 + ], + "make": [ + 26 + ], + "increasingly": [ + 27 + ], + "accurate": [ + 28 + ], + "predictions": [ + 29 + ], + "about": [ + 30 + ], + "molecular": [ + 31, + 81, + 103, + 127 + ], + "properties.": [ + 32 + ], + "However,": [ + 33, + 136 + ], + "algorithmic": [ + 34 + ], + "progress": [ + 35 + ], + "limited": [ + 38 + ], + "due": [ + 39 + ], + "lack": [ + 42 + ], + "a": [ + 44, + 76 + ], + "standard": [ + 45 + ], + "benchmark": [ + 46, + 79 + ], + "compare": [ + 48 + ], + "efficacy": [ + 50 + ], + "proposed": [ + 52, + 70, + 102 + ], + "methods;": [ + 53 + ], + "most": [ + 54 + ], + "new": [ + 55 + ], + "are": [ + 57, + 123 + ], + "benchmarked": [ + 58 + ], + "on": [ + 59 + ], + "different": [ + 60 + ], + "making": [ + 62 + ], + "it": [ + 63 + ], + "challenging": [ + 64 + ], + "gauge": [ + 66 + ], + "quality": [ + 68, + 96 + ], + "methods.": [ + 71 + ], + "This": [ + 72 + ], + "work": [ + 73 + ], + "introduces": [ + 74 + ], + "MoleculeNet,": [ + 75 + ], + "large": [ + 77 + ], + "scale": [ + 78 + ], + "for": [ + 80, + 91, + 126 + ], + "learning.": [ + 83 + ], + "MoleculeNet": [ + 84, + 117 + ], + "curates": [ + 85 + ], + "multiple": [ + 86, + 100 + ], + "public": [ + 87 + ], + "datasets,": [ + 88, + 163 + ], + "establishes": [ + 89 + ], + "metrics": [ + 90 + ], + "evaluation,": [ + 92 + ], + "offers": [ + 94 + ], + "high": [ + 95 + ], + "open-source": [ + 97 + ], + "implementations": [ + 98 + ], + "previously": [ + 101 + ], + "featurization": [ + 104 + ], + "(released": [ + 108 + ], + "as": [ + 109 + ], + "part": [ + 110 + ], + "DeepChem": [ + 113 + ], + "open": [ + 114 + ], + "source": [ + 115 + ], + "library).": [ + 116 + ], + "benchmarks": [ + 118 + ], + "demonstrate": [ + 119 + ], + "that": [ + 120 + ], + "learnable": [ + 121 + ], + "representations": [ + 122, + 143 + ], + "powerful": [ + 124 + ], + "tools": [ + 125 + ], + "broadly": [ + 131 + ], + "offer": [ + 132 + ], + "best": [ + 134 + ], + "performance.": [ + 135 + ], + "this": [ + 137 + ], + "result": [ + 138 + ], + "comes": [ + 139 + ], + "with": [ + 140, + 148 + ], + "caveats.": [ + 141 + ], + "Learnable": [ + 142 + ], + "still": [ + 144 + ], + "struggle": [ + 145 + ], + "deal": [ + 147 + ], + "complex": [ + 149 + ], + "tasks": [ + 150 + ], + "under": [ + 151 + ], + "data": [ + 152 + ], + "scarcity": [ + 153 + ], + "highly": [ + 155 + ], + "imbalanced": [ + 156 + ], + "classification.": [ + 157 + ], + "For": [ + 158 + ], + "quantum": [ + 159 + ], + "mechanical": [ + 160 + ], + "biophysical": [ + 162 + ], + "use": [ + 165 + ], + "physics-aware": [ + 167 + ], + "featurizations": [ + 168 + ], + "can": [ + 169 + ], + "be": [ + 170 + ], + "more": [ + 171 + ], + "important": [ + 172 + ], + "than": [ + 173 + ], + "choice": [ + 174 + ], + "particular": [ + 176 + ], + "algorithm.": [ + 178 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 181 + }, + { + "year": 2025, + "cited_by_count": 534 + }, + { + "year": 2024, + "cited_by_count": 510 + }, + { + "year": 2023, + "cited_by_count": 422 + }, + { + "year": 2022, + "cited_by_count": 374 + }, + { + "year": 2021, + "cited_by_count": 351 + }, + { + "year": 2020, + "cited_by_count": 292 + }, + { + "year": 2019, + "cited_by_count": 157 + }, + { + "year": 2018, + "cited_by_count": 75 + }, + { + "year": 2017, + "cited_by_count": 6 + }, + { + "year": 2012, + "cited_by_count": 2 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2594475271", + "doi": "https://doi.org/10.48550/arxiv.1702.08608", + "title": "Towards A Rigorous Science of Interpretable Machine Learning", + "display_name": "Towards A Rigorous Science of Interpretable Machine Learning", + "relevance_score": 3834.3765, + "publication_year": 2017, + "publication_date": "2017-02-28", + "ids": { + "openalex": "https://openalex.org/W2594475271", + "doi": "https://doi.org/10.48550/arxiv.1702.08608", + "mag": "2594475271" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:arXiv.org:1702.08608", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1702.08608", + "pdf_url": "https://arxiv.org/pdf/1702.08608", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "type": "preprint", + "indexed_in": [ + "arxiv", + "datacite" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1702.08608", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5038771285", + "display_name": "Finale Doshi‐Velez", + "orcid": "https://orcid.org/0000-0003-2886-3898" + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "Doshi-Velez, Finale", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5041405652", + "display_name": "Been Kim", + "orcid": "https://orcid.org/0000-0001-9938-2915" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Kim, Been", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5038771285" + ], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": null, + "has_fulltext": false, + "cited_by_count": 3135, + "citation_normalized_percentile": null, + "cited_by_percentile_year": null, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12026", + "display_name": "Explainable Artificial Intelligence (XAI)", + "score": 0.9997000098228455, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12026", + "display_name": "Explainable Artificial Intelligence (XAI)", + "score": 0.9997000098228455, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11689", + "display_name": "Adversarial Robustness in Machine Learning", + "score": 0.9986000061035156, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9822999835014343, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/interpretability", + "display_name": "Interpretability", + "score": 0.989424467086792 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.7579805850982666 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.723967432975769 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6432822346687317 + }, + { + "id": "https://openalex.org/keywords/taxonomy", + "display_name": "Taxonomy (biology)", + "score": 0.535308837890625 + }, + { + "id": "https://openalex.org/keywords/position-paper", + "display_name": "Position paper", + "score": 0.4703657329082489 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2781067378", + "wikidata": "https://www.wikidata.org/wiki/Q17027399", + "display_name": "Interpretability", + "level": 2, + "score": 0.989424467086792 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.7579805850982666 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.723967432975769 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6432822346687317 + }, + { + "id": "https://openalex.org/C58642233", + "wikidata": "https://www.wikidata.org/wiki/Q8269924", + "display_name": "Taxonomy (biology)", + "level": 2, + "score": 0.535308837890625 + }, + { + "id": "https://openalex.org/C78780964", + "wikidata": "https://www.wikidata.org/wiki/Q7233193", + "display_name": "Position paper", + "level": 2, + "score": 0.4703657329082489 + }, + { + "id": "https://openalex.org/C86803240", + "wikidata": "https://www.wikidata.org/wiki/Q420", + "display_name": "Biology", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C59822182", + "wikidata": "https://www.wikidata.org/wiki/Q441", + "display_name": "Botany", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C136764020", + "wikidata": "https://www.wikidata.org/wiki/Q466", + "display_name": "World Wide Web", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "pmh:oai:arXiv.org:1702.08608", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1702.08608", + "pdf_url": "https://arxiv.org/pdf/1702.08608", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "doi:10.48550/arxiv.1702.08608", + "is_oa": true, + "landing_page_url": "https://doi.org/10.48550/arxiv.1702.08608", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1702.08608", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1702.08608", + "pdf_url": "https://arxiv.org/pdf/1702.08608", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "sustainable_development_goals": [ + { + "score": 0.4399999976158142, + "id": "https://metadata.un.org/sdg/16", + "display_name": "Peace, Justice and strong institutions" + }, + { + "score": 0.4300000071525574, + "id": "https://metadata.un.org/sdg/10", + "display_name": "Reduced inequalities" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 26, + "referenced_works": [ + "https://openalex.org/W65833265", + "https://openalex.org/W190506616", + "https://openalex.org/W214705575", + "https://openalex.org/W1570088706", + "https://openalex.org/W1757796397", + "https://openalex.org/W1983870751", + "https://openalex.org/W1994757764", + "https://openalex.org/W2008174170", + "https://openalex.org/W2100960835", + "https://openalex.org/W2119858020", + "https://openalex.org/W2132862423", + "https://openalex.org/W2159426623", + "https://openalex.org/W2160336621", + "https://openalex.org/W2187558068", + "https://openalex.org/W2189162242", + "https://openalex.org/W2257979135", + "https://openalex.org/W2336395599", + "https://openalex.org/W2367397349", + "https://openalex.org/W2440159969", + "https://openalex.org/W2462906003", + "https://openalex.org/W2493343568", + "https://openalex.org/W2528479067", + "https://openalex.org/W2560479124", + "https://openalex.org/W2567527106", + "https://openalex.org/W2951501516", + "https://openalex.org/W2964134873" + ], + "related_works": [ + "https://openalex.org/W1986582023", + "https://openalex.org/W2961085424", + "https://openalex.org/W2966829450", + "https://openalex.org/W4315864862", + "https://openalex.org/W4306674287", + "https://openalex.org/W3046775127", + "https://openalex.org/W3107602296", + "https://openalex.org/W3170094116", + "https://openalex.org/W4386462264", + "https://openalex.org/W4364306694" + ], + "abstract_inverted_index": { + "As": [ + 0 + ], + "machine": [ + 1, + 15, + 53, + 100 + ], + "learning": [ + 2, + 54 + ], + "systems": [ + 3, + 17 + ], + "become": [ + 4 + ], + "ubiquitous,": [ + 5 + ], + "there": [ + 6, + 45 + ], + "has": [ + 7 + ], + "been": [ + 8 + ], + "a": [ + 9, + 84, + 94 + ], + "surge": [ + 10 + ], + "of": [ + 11, + 98 + ], + "interest": [ + 12, + 42 + ], + "in": [ + 13, + 43 + ], + "interpretable": [ + 14, + 52, + 99 + ], + "learning:": [ + 16 + ], + "that": [ + 18 + ], + "provide": [ + 19 + ], + "explanation": [ + 20 + ], + "for": [ + 21, + 86 + ], + "their": [ + 22 + ], + "outputs.": [ + 23 + ], + "These": [ + 24 + ], + "explanations": [ + 25 + ], + "are": [ + 26 + ], + "often": [ + 27 + ], + "used": [ + 28 + ], + "to": [ + 29 + ], + "qualitatively": [ + 30 + ], + "assess": [ + 31 + ], + "other": [ + 32 + ], + "criteria": [ + 33 + ], + "such": [ + 34 + ], + "as": [ + 35 + ], + "safety": [ + 36 + ], + "or": [ + 37 + ], + "non-discrimination.": [ + 38 + ], + "However,": [ + 39 + ], + "despite": [ + 40 + ], + "the": [ + 41 + ], + "interpretability,": [ + 44 + ], + "is": [ + 46, + 55, + 74, + 79 + ], + "very": [ + 47 + ], + "little": [ + 48 + ], + "consensus": [ + 49 + ], + "on": [ + 50 + ], + "what": [ + 51 + ], + "and": [ + 56, + 70, + 89 + ], + "how": [ + 57 + ], + "it": [ + 58, + 78 + ], + "should": [ + 59 + ], + "be": [ + 60 + ], + "measured.": [ + 61 + ], + "In": [ + 62 + ], + "this": [ + 63 + ], + "position": [ + 64 + ], + "paper,": [ + 65 + ], + "we": [ + 66, + 82 + ], + "first": [ + 67 + ], + "define": [ + 68 + ], + "interpretability": [ + 69, + 73 + ], + "describe": [ + 71 + ], + "when": [ + 72, + 77 + ], + "needed": [ + 75 + ], + "(and": [ + 76 + ], + "not).": [ + 80 + ], + "Next,": [ + 81 + ], + "suggest": [ + 83 + ], + "taxonomy": [ + 85 + ], + "rigorous": [ + 87, + 96 + ], + "evaluation": [ + 88 + ], + "expose": [ + 90 + ], + "open": [ + 91 + ], + "questions": [ + 92 + ], + "towards": [ + 93 + ], + "more": [ + 95 + ], + "science": [ + 97 + ], + "learning.": [ + 101 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 45 + }, + { + "year": 2025, + "cited_by_count": 334 + }, + { + "year": 2024, + "cited_by_count": 390 + }, + { + "year": 2023, + "cited_by_count": 427 + }, + { + "year": 2022, + "cited_by_count": 338 + }, + { + "year": 2021, + "cited_by_count": 597 + }, + { + "year": 2020, + "cited_by_count": 488 + }, + { + "year": 2019, + "cited_by_count": 319 + }, + { + "year": 2018, + "cited_by_count": 164 + }, + { + "year": 2017, + "cited_by_count": 32 + }, + { + "year": 2016, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2007339694", + "doi": "https://doi.org/10.1109/msp.2012.2211477", + "title": "The MNIST Database of Handwritten Digit Images for Machine Learning Research [Best of the Web]", + "display_name": "The MNIST Database of Handwritten Digit Images for Machine Learning Research [Best of the Web]", + "relevance_score": 3802.358, + "publication_year": 2012, + "publication_date": "2012-10-19", + "ids": { + "openalex": "https://openalex.org/W2007339694", + "doi": "https://doi.org/10.1109/msp.2012.2211477", + "mag": "2007339694" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1109/msp.2012.2211477", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/msp.2012.2211477", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S120977877", + "display_name": "IEEE Signal Processing Magazine", + "issn_l": "1053-5888", + "issn": [ + "1053-5888", + "1558-0792" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319808", + "host_organization_name": "Institute of Electrical and Electronics Engineers", + "host_organization_lineage": [ + "https://openalex.org/P4310319808" + ], + "host_organization_lineage_names": [ + "Institute of Electrical and Electronics Engineers" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IEEE Signal Processing Magazine", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5100671326", + "display_name": "Li Deng", + "orcid": "https://orcid.org/0000-0002-7140-0701" + }, + "institutions": [ + { + "id": "https://openalex.org/I1290206253", + "display_name": "Microsoft (United States)", + "ror": "https://ror.org/00d0nc645", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1290206253" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Li Deng", + "raw_affiliation_strings": [ + "Microsoft Research, Redmond, WA, USA", + "[Microsoft Research,Redmond,WA,USA]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Microsoft Research, Redmond, WA, USA", + "institution_ids": [ + "https://openalex.org/I1290206253" + ] + }, + { + "raw_affiliation_string": "[Microsoft Research,Redmond,WA,USA]", + "institution_ids": [ + "https://openalex.org/I1290206253" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5100671326" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I1290206253" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 4.4386, + "has_fulltext": false, + "cited_by_count": 4579, + "citation_normalized_percentile": { + "value": 0.95130231, + "is_in_top_1_percent": false, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "29", + "issue": "6", + "first_page": "141", + "last_page": "142" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10601", + "display_name": "Handwritten Text Recognition Techniques", + "score": 0.9991000294685364, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10601", + "display_name": "Handwritten Text Recognition Techniques", + "score": 0.9991000294685364, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10036", + "display_name": "Advanced Neural Network Applications", + "score": 0.9983999729156494, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10627", + "display_name": "Advanced Image and Video Retrieval Techniques", + "score": 0.9976999759674072, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/mnist-database", + "display_name": "MNIST database", + "score": 0.9717313051223755 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.8078590035438538 + }, + { + "id": "https://openalex.org/keywords/optical-character-recognition", + "display_name": "Optical character recognition", + "score": 0.6577181220054626 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6341533660888672 + }, + { + "id": "https://openalex.org/keywords/handwriting-recognition", + "display_name": "Handwriting recognition", + "score": 0.5454277992248535 + }, + { + "id": "https://openalex.org/keywords/numerical-digit", + "display_name": "Numerical digit", + "score": 0.544492244720459 + }, + { + "id": "https://openalex.org/keywords/digit-recognition", + "display_name": "Digit recognition", + "score": 0.5283616185188293 + }, + { + "id": "https://openalex.org/keywords/character", + "display_name": "Character (mathematics)", + "score": 0.5253086686134338 + }, + { + "id": "https://openalex.org/keywords/intelligent-word-recognition", + "display_name": "Intelligent word recognition", + "score": 0.47909122705459595 + }, + { + "id": "https://openalex.org/keywords/deep-learning", + "display_name": "Deep learning", + "score": 0.43089044094085693 + }, + { + "id": "https://openalex.org/keywords/character-recognition", + "display_name": "Character recognition", + "score": 0.4222016930580139 + }, + { + "id": "https://openalex.org/keywords/pattern-recognition", + "display_name": "Pattern recognition (psychology)", + "score": 0.4071904420852661 + }, + { + "id": "https://openalex.org/keywords/speech-recognition", + "display_name": "Speech recognition", + "score": 0.39158111810684204 + }, + { + "id": "https://openalex.org/keywords/intelligent-character-recognition", + "display_name": "Intelligent character recognition", + "score": 0.3735637962818146 + }, + { + "id": "https://openalex.org/keywords/natural-language-processing", + "display_name": "Natural language processing", + "score": 0.3423413634300232 + }, + { + "id": "https://openalex.org/keywords/image", + "display_name": "Image (mathematics)", + "score": 0.27770859003067017 + }, + { + "id": "https://openalex.org/keywords/feature-extraction", + "display_name": "Feature extraction", + "score": 0.24367356300354004 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.1194082498550415 + }, + { + "id": "https://openalex.org/keywords/arithmetic", + "display_name": "Arithmetic", + "score": 0.07683056592941284 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.07060250639915466 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C190502265", + "wikidata": "https://www.wikidata.org/wiki/Q17069496", + "display_name": "MNIST database", + "level": 3, + "score": 0.9717313051223755 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.8078590035438538 + }, + { + "id": "https://openalex.org/C546480517", + "wikidata": "https://www.wikidata.org/wiki/Q167555", + "display_name": "Optical character recognition", + "level": 3, + "score": 0.6577181220054626 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6341533660888672 + }, + { + "id": "https://openalex.org/C112640561", + "wikidata": "https://www.wikidata.org/wiki/Q2440634", + "display_name": "Handwriting recognition", + "level": 3, + "score": 0.5454277992248535 + }, + { + "id": "https://openalex.org/C94957134", + "wikidata": "https://www.wikidata.org/wiki/Q82990", + "display_name": "Numerical digit", + "level": 2, + "score": 0.544492244720459 + }, + { + "id": "https://openalex.org/C2984784707", + "wikidata": "https://www.wikidata.org/wiki/Q167555", + "display_name": "Digit recognition", + "level": 3, + "score": 0.5283616185188293 + }, + { + "id": "https://openalex.org/C2780861071", + "wikidata": "https://www.wikidata.org/wiki/Q1062934", + "display_name": "Character (mathematics)", + "level": 2, + "score": 0.5253086686134338 + }, + { + "id": "https://openalex.org/C17649283", + "wikidata": "https://www.wikidata.org/wiki/Q6044162", + "display_name": "Intelligent word recognition", + "level": 5, + "score": 0.47909122705459595 + }, + { + "id": "https://openalex.org/C108583219", + "wikidata": "https://www.wikidata.org/wiki/Q197536", + "display_name": "Deep learning", + "level": 2, + "score": 0.43089044094085693 + }, + { + "id": "https://openalex.org/C2987247673", + "wikidata": "https://www.wikidata.org/wiki/Q167555", + "display_name": "Character recognition", + "level": 3, + "score": 0.4222016930580139 + }, + { + "id": "https://openalex.org/C153180895", + "wikidata": "https://www.wikidata.org/wiki/Q7148389", + "display_name": "Pattern recognition (psychology)", + "level": 2, + "score": 0.4071904420852661 + }, + { + "id": "https://openalex.org/C28490314", + "wikidata": "https://www.wikidata.org/wiki/Q189436", + "display_name": "Speech recognition", + "level": 1, + "score": 0.39158111810684204 + }, + { + "id": "https://openalex.org/C44868376", + "wikidata": "https://www.wikidata.org/wiki/Q3099089", + "display_name": "Intelligent character recognition", + "level": 4, + "score": 0.3735637962818146 + }, + { + "id": "https://openalex.org/C204321447", + "wikidata": "https://www.wikidata.org/wiki/Q30642", + "display_name": "Natural language processing", + "level": 1, + "score": 0.3423413634300232 + }, + { + "id": "https://openalex.org/C115961682", + "wikidata": "https://www.wikidata.org/wiki/Q860623", + "display_name": "Image (mathematics)", + "level": 2, + "score": 0.27770859003067017 + }, + { + "id": "https://openalex.org/C52622490", + "wikidata": "https://www.wikidata.org/wiki/Q1026626", + "display_name": "Feature extraction", + "level": 2, + "score": 0.24367356300354004 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.1194082498550415 + }, + { + "id": "https://openalex.org/C94375191", + "wikidata": "https://www.wikidata.org/wiki/Q11205", + "display_name": "Arithmetic", + "level": 1, + "score": 0.07683056592941284 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.07060250639915466 + }, + { + "id": "https://openalex.org/C2524010", + "wikidata": "https://www.wikidata.org/wiki/Q8087", + "display_name": "Geometry", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1109/msp.2012.2211477", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/msp.2012.2211477", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S120977877", + "display_name": "IEEE Signal Processing Magazine", + "issn_l": "1053-5888", + "issn": [ + "1053-5888", + "1558-0792" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319808", + "host_organization_name": "Institute of Electrical and Electronics Engineers", + "host_organization_lineage": [ + "https://openalex.org/P4310319808" + ], + "host_organization_lineage_names": [ + "Institute of Electrical and Electronics Engineers" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IEEE Signal Processing Magazine", + "raw_type": "journal-article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 8, + "referenced_works": [ + "https://openalex.org/W2033154814", + "https://openalex.org/W2112796928", + "https://openalex.org/W2139622435", + "https://openalex.org/W2148461049", + "https://openalex.org/W2149600041", + "https://openalex.org/W2156163116", + "https://openalex.org/W2546302380", + "https://openalex.org/W6681813608" + ], + "related_works": [ + "https://openalex.org/W2218402054", + "https://openalex.org/W4384296853", + "https://openalex.org/W954954433", + "https://openalex.org/W4309724674", + "https://openalex.org/W2557740161", + "https://openalex.org/W2135329887", + "https://openalex.org/W2011042697", + "https://openalex.org/W3200113662", + "https://openalex.org/W2153054283", + "https://openalex.org/W3112133370" + ], + "abstract_inverted_index": { + "In": [ + 0 + ], + "this": [ + 1 + ], + "issue,": [ + 2 + ], + "“Best": [ + 3 + ], + "of": [ + 4, + 12, + 19, + 22 + ], + "the": [ + 5, + 8 + ], + "Web”": [ + 6 + ], + "presents": [ + 7 + ], + "modified": [ + 9 + ], + "National": [ + 10 + ], + "Institute": [ + 11 + ], + "Standards": [ + 13 + ], + "and": [ + 14, + 32 + ], + "Technology": [ + 15 + ], + "(MNIST)": [ + 16 + ], + "resources,": [ + 17 + ], + "consisting": [ + 18 + ], + "a": [ + 20 + ], + "collection": [ + 21 + ], + "handwritten": [ + 23 + ], + "digit": [ + 24 + ], + "images": [ + 25 + ], + "used": [ + 26 + ], + "extensively": [ + 27 + ], + "in": [ + 28 + ], + "optical": [ + 29 + ], + "character": [ + 30 + ], + "recognition": [ + 31 + ], + "machine": [ + 33 + ], + "learning": [ + 34 + ], + "research.": [ + 35 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 233 + }, + { + "year": 2025, + "cited_by_count": 999 + }, + { + "year": 2024, + "cited_by_count": 1002 + }, + { + "year": 2023, + "cited_by_count": 905 + }, + { + "year": 2022, + "cited_by_count": 527 + }, + { + "year": 2021, + "cited_by_count": 366 + }, + { + "year": 2020, + "cited_by_count": 258 + }, + { + "year": 2019, + "cited_by_count": 167 + }, + { + "year": 2018, + "cited_by_count": 50 + }, + { + "year": 2017, + "cited_by_count": 37 + }, + { + "year": 2016, + "cited_by_count": 19 + }, + { + "year": 2015, + "cited_by_count": 9 + }, + { + "year": 2014, + "cited_by_count": 5 + }, + { + "year": 2013, + "cited_by_count": 1 + }, + { + "year": 2012, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W607505555", + "doi": "https://doi.org/10.1017/cbo9781107298019", + "title": "Understanding Machine Learning: From Theory To Algorithms", + "display_name": "Understanding Machine Learning: From Theory To Algorithms", + "relevance_score": 3786.84, + "publication_year": 2015, + "publication_date": "2015-01-01", + "ids": { + "openalex": "https://openalex.org/W607505555", + "doi": "https://doi.org/10.1017/cbo9781107298019", + "mag": "607505555" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-027241732", + "is_oa": false, + "landing_page_url": "https://bvbr.bib-bvb.de:443/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=027241732&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "Lehrbuch" + }, + "type": "book", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5078263052", + "display_name": "Shai Shalev‐Shwartz", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I197251160", + "display_name": "Hebrew University of Jerusalem", + "ror": "https://ror.org/03qxff017", + "country_code": "IL", + "type": "education", + "lineage": [ + "https://openalex.org/I197251160" + ] + } + ], + "countries": [ + "IL" + ], + "is_corresponding": true, + "raw_author_name": "Shai Shalev‐Shwartz", + "raw_affiliation_strings": [ + "Hebrew University of Jerusalem ," + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Hebrew University of Jerusalem ,", + "institution_ids": [ + "https://openalex.org/I197251160" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5112193907", + "display_name": "Shai Ben-David", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I151746483", + "display_name": "University of Waterloo", + "ror": "https://ror.org/01aff2v68", + "country_code": "CA", + "type": "education", + "lineage": [ + "https://openalex.org/I151746483" + ] + } + ], + "countries": [ + "CA" + ], + "is_corresponding": false, + "raw_author_name": "Shai Ben-David", + "raw_affiliation_strings": [ + "University of Waterloo, Ontario#TAB#" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Waterloo, Ontario#TAB#", + "institution_ids": [ + "https://openalex.org/I151746483" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5078263052" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I197251160" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 99.395, + "has_fulltext": false, + "cited_by_count": 3088, + "citation_normalized_percentile": { + "value": 1.0, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 96, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12072", + "display_name": "Machine Learning and Algorithms", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12072", + "display_name": "Machine Learning and Algorithms", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.9983000159263611, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12002", + "display_name": "Computability, Logic, AI Algorithms", + "score": 0.998199999332428, + "subfield": { + "id": "https://openalex.org/subfields/1703", + "display_name": "Computational Theory and Mathematics" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6889339685440063 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6654757261276245 + }, + { + "id": "https://openalex.org/keywords/field", + "display_name": "Field (mathematics)", + "score": 0.6018842458724976 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.5886845588684082 + }, + { + "id": "https://openalex.org/keywords/computational-learning-theory", + "display_name": "Computational learning theory", + "score": 0.573776364326477 + }, + { + "id": "https://openalex.org/keywords/stability", + "display_name": "Stability (learning theory)", + "score": 0.5710829496383667 + }, + { + "id": "https://openalex.org/keywords/algorithmic-learning-theory", + "display_name": "Algorithmic learning theory", + "score": 0.5549349784851074 + }, + { + "id": "https://openalex.org/keywords/stochastic-gradient-descent", + "display_name": "Stochastic gradient descent", + "score": 0.5015144348144531 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.4825989007949829 + }, + { + "id": "https://openalex.org/keywords/presentation", + "display_name": "Presentation (obstetrics)", + "score": 0.4673505127429962 + }, + { + "id": "https://openalex.org/keywords/convexity", + "display_name": "Convexity", + "score": 0.4466382563114166 + }, + { + "id": "https://openalex.org/keywords/online-machine-learning", + "display_name": "Online machine learning", + "score": 0.4228948950767517 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.3927263915538788 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.2105390727519989 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6889339685440063 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6654757261276245 + }, + { + "id": "https://openalex.org/C9652623", + "wikidata": "https://www.wikidata.org/wiki/Q190109", + "display_name": "Field (mathematics)", + "level": 2, + "score": 0.6018842458724976 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.5886845588684082 + }, + { + "id": "https://openalex.org/C50292564", + "wikidata": "https://www.wikidata.org/wiki/Q2462783", + "display_name": "Computational learning theory", + "level": 3, + "score": 0.573776364326477 + }, + { + "id": "https://openalex.org/C112972136", + "wikidata": "https://www.wikidata.org/wiki/Q7595718", + "display_name": "Stability (learning theory)", + "level": 2, + "score": 0.5710829496383667 + }, + { + "id": "https://openalex.org/C32254414", + "wikidata": "https://www.wikidata.org/wiki/Q4724364", + "display_name": "Algorithmic learning theory", + "level": 3, + "score": 0.5549349784851074 + }, + { + "id": "https://openalex.org/C206688291", + "wikidata": "https://www.wikidata.org/wiki/Q7617819", + "display_name": "Stochastic gradient descent", + "level": 3, + "score": 0.5015144348144531 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.4825989007949829 + }, + { + "id": "https://openalex.org/C2777601897", + "wikidata": "https://www.wikidata.org/wiki/Q3409113", + "display_name": "Presentation (obstetrics)", + "level": 2, + "score": 0.4673505127429962 + }, + { + "id": "https://openalex.org/C72134830", + "wikidata": "https://www.wikidata.org/wiki/Q5166524", + "display_name": "Convexity", + "level": 2, + "score": 0.4466382563114166 + }, + { + "id": "https://openalex.org/C115903097", + "wikidata": "https://www.wikidata.org/wiki/Q7094097", + "display_name": "Online machine learning", + "level": 3, + "score": 0.4228948950767517 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.3927263915538788 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.2105390727519989 + }, + { + "id": "https://openalex.org/C126838900", + "wikidata": "https://www.wikidata.org/wiki/Q77604", + "display_name": "Radiology", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C202444582", + "wikidata": "https://www.wikidata.org/wiki/Q837863", + "display_name": "Pure mathematics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C162324750", + "wikidata": "https://www.wikidata.org/wiki/Q8134", + "display_name": "Economics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C106159729", + "wikidata": "https://www.wikidata.org/wiki/Q2294553", + "display_name": "Financial economics", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 3, + "locations": [ + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-027241732", + "is_oa": false, + "landing_page_url": "https://bvbr.bib-bvb.de:443/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=027241732&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "Lehrbuch" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-028014298", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1017/CBO9781107298019", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "software, multimedia" + }, + { + "id": "mag:607505555", + "is_oa": false, + "landing_page_url": "https://www.cs.huji.ac.il/~shais/UnderstandingMachineLearning/understanding-machine-learning-theory-algorithms.pdf", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "score": 0.699999988079071, + "id": "https://metadata.un.org/sdg/4", + "display_name": "Quality Education" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 192, + "referenced_works": [ + "https://openalex.org/W740415", + "https://openalex.org/W2169610", + "https://openalex.org/W27434444", + "https://openalex.org/W27926580", + "https://openalex.org/W60189517", + "https://openalex.org/W65382156", + "https://openalex.org/W88685657", + "https://openalex.org/W108503560", + "https://openalex.org/W182746352", + "https://openalex.org/W182881619", + "https://openalex.org/W1153891179", + "https://openalex.org/W1480376833", + "https://openalex.org/W1491105865", + "https://openalex.org/W1499397922", + "https://openalex.org/W1503398984", + "https://openalex.org/W1505356468", + "https://openalex.org/W1505731132", + "https://openalex.org/W1511986666", + "https://openalex.org/W1516903196", + "https://openalex.org/W1520252399", + "https://openalex.org/W1526146785", + "https://openalex.org/W1530699444", + "https://openalex.org/W1538131130", + "https://openalex.org/W1540155273", + "https://openalex.org/W1540586255", + "https://openalex.org/W1541527977", + "https://openalex.org/W1542886316", + "https://openalex.org/W1553702074", + "https://openalex.org/W1560724230", + "https://openalex.org/W1564947197", + "https://openalex.org/W1570963478", + "https://openalex.org/W1587157779", + "https://openalex.org/W1590183771", + "https://openalex.org/W1601740268", + "https://openalex.org/W1607832978", + "https://openalex.org/W1614597761", + "https://openalex.org/W1663973292", + "https://openalex.org/W1676820704", + "https://openalex.org/W1686946872", + "https://openalex.org/W1698155719", + "https://openalex.org/W1790582767", + "https://openalex.org/W1926592634", + "https://openalex.org/W1931645998", + "https://openalex.org/W1968934255", + "https://openalex.org/W1970074386", + "https://openalex.org/W1971361630", + "https://openalex.org/W1976697079", + "https://openalex.org/W1979711143", + "https://openalex.org/W1981207991", + "https://openalex.org/W1981340104", + "https://openalex.org/W1982381767", + "https://openalex.org/W1984876737", + "https://openalex.org/W1988355994", + "https://openalex.org/W1988790447", + "https://openalex.org/W1992208280", + "https://openalex.org/W1994520254", + "https://openalex.org/W1994584977", + "https://openalex.org/W1994616650", + "https://openalex.org/W2005140191", + "https://openalex.org/W2005306124", + "https://openalex.org/W2008652694", + "https://openalex.org/W2012400640", + "https://openalex.org/W2014384147", + "https://openalex.org/W2014902932", + "https://openalex.org/W2015418199", + "https://openalex.org/W2016133707", + "https://openalex.org/W2017753243", + "https://openalex.org/W2019363670", + "https://openalex.org/W2020913456", + "https://openalex.org/W2021302824", + "https://openalex.org/W2025263811", + "https://openalex.org/W2028781966", + "https://openalex.org/W2029029543", + "https://openalex.org/W2029538739", + "https://openalex.org/W2030449718", + "https://openalex.org/W2030811966", + "https://openalex.org/W2040870580", + "https://openalex.org/W2041613709", + "https://openalex.org/W2048448061", + "https://openalex.org/W2054658115", + "https://openalex.org/W2055186664", + "https://openalex.org/W2059507684", + "https://openalex.org/W2059811159", + "https://openalex.org/W2069936846", + "https://openalex.org/W2070771761", + "https://openalex.org/W2070902649", + "https://openalex.org/W2071846104", + "https://openalex.org/W2072128103", + "https://openalex.org/W2075567596", + "https://openalex.org/W2076451537", + "https://openalex.org/W2077008409", + "https://openalex.org/W2077424406", + "https://openalex.org/W2077723394", + "https://openalex.org/W2084544490", + "https://openalex.org/W2084840427", + "https://openalex.org/W2086789740", + "https://openalex.org/W2087347434", + "https://openalex.org/W2091825929", + "https://openalex.org/W2093717447", + "https://openalex.org/W2093825590", + "https://openalex.org/W2096879261", + "https://openalex.org/W2097931325", + "https://openalex.org/W2101276256", + "https://openalex.org/W2102486516", + "https://openalex.org/W2103194807", + "https://openalex.org/W2105594594", + "https://openalex.org/W2105644991", + "https://openalex.org/W2106596127", + "https://openalex.org/W2106948187", + "https://openalex.org/W2109943925", + "https://openalex.org/W2111004121", + "https://openalex.org/W2112269233", + "https://openalex.org/W2113651538", + "https://openalex.org/W2116314036", + "https://openalex.org/W2117049614", + "https://openalex.org/W2117130368", + "https://openalex.org/W2118075434", + "https://openalex.org/W2119479037", + "https://openalex.org/W2119821739", + "https://openalex.org/W2121127625", + "https://openalex.org/W2121367301", + "https://openalex.org/W2122111042", + "https://openalex.org/W2123921160", + "https://openalex.org/W2125055259", + "https://openalex.org/W2129113961", + "https://openalex.org/W2129131372", + "https://openalex.org/W2129160848", + "https://openalex.org/W2130325614", + "https://openalex.org/W2132914434", + "https://openalex.org/W2135046866", + "https://openalex.org/W2136885855", + "https://openalex.org/W2136922672", + "https://openalex.org/W2138263042", + "https://openalex.org/W2139338362", + "https://openalex.org/W2139427956", + "https://openalex.org/W2140095548", + "https://openalex.org/W2142623206", + "https://openalex.org/W2147880316", + "https://openalex.org/W2148603752", + "https://openalex.org/W2148825261", + "https://openalex.org/W2149706766", + "https://openalex.org/W2150434953", + "https://openalex.org/W2150940164", + "https://openalex.org/W2151554678", + "https://openalex.org/W2151693816", + "https://openalex.org/W2154642048", + "https://openalex.org/W2154952480", + "https://openalex.org/W2155195660", + "https://openalex.org/W2155534369", + "https://openalex.org/W2156909104", + "https://openalex.org/W2157791002", + "https://openalex.org/W2160354932", + "https://openalex.org/W2162341153", + "https://openalex.org/W2164595191", + "https://openalex.org/W2168022998", + "https://openalex.org/W2170207925", + "https://openalex.org/W2222512263", + "https://openalex.org/W2253807446", + "https://openalex.org/W2294798173", + "https://openalex.org/W2296319761", + "https://openalex.org/W2296616510", + "https://openalex.org/W2329579984", + "https://openalex.org/W2395092015", + "https://openalex.org/W2399803916", + "https://openalex.org/W2401610261", + "https://openalex.org/W2402090481", + "https://openalex.org/W2416173357", + "https://openalex.org/W2429914308", + "https://openalex.org/W2493312408", + "https://openalex.org/W2547651473", + "https://openalex.org/W2579923771", + "https://openalex.org/W2592570088", + "https://openalex.org/W2611627047", + "https://openalex.org/W2613634265", + "https://openalex.org/W2798766386", + "https://openalex.org/W2799119698", + "https://openalex.org/W2911964244", + "https://openalex.org/W2952817049", + "https://openalex.org/W2964020133", + "https://openalex.org/W2964270981", + "https://openalex.org/W2971788173", + "https://openalex.org/W3021452258", + "https://openalex.org/W3034905139", + "https://openalex.org/W3038084247", + "https://openalex.org/W3083047178", + "https://openalex.org/W3085162807", + "https://openalex.org/W3100743579", + "https://openalex.org/W3124678630", + "https://openalex.org/W3140968660", + "https://openalex.org/W3141595720", + "https://openalex.org/W3149604617", + "https://openalex.org/W3214968550" + ], + "related_works": [ + "https://openalex.org/W3137695714", + "https://openalex.org/W3118608800", + "https://openalex.org/W2964121744", + "https://openalex.org/W2919115771", + "https://openalex.org/W2911964244", + "https://openalex.org/W2579923771", + "https://openalex.org/W2296319761", + "https://openalex.org/W2194775991", + "https://openalex.org/W2163605009", + "https://openalex.org/W2156909104", + "https://openalex.org/W2148603752", + "https://openalex.org/W2139338362", + "https://openalex.org/W2112796928", + "https://openalex.org/W2101234009", + "https://openalex.org/W2029538739", + "https://openalex.org/W2019363670", + "https://openalex.org/W1944672", + "https://openalex.org/W1663973292", + "https://openalex.org/W1554944419", + "https://openalex.org/W1542886316" + ], + "abstract_inverted_index": { + "Machine": [ + 0 + ], + "learning": [ + 1, + 48, + 95, + 146 + ], + "is": [ + 2, + 20 + ], + "one": [ + 3 + ], + "of": [ + 4, + 9, + 17, + 42, + 63, + 66, + 75, + 90, + 94, + 99, + 144 + ], + "the": [ + 5, + 26, + 43, + 50, + 64, + 67, + 69, + 91, + 97, + 122, + 137, + 140 + ], + "fastest": [ + 6 + ], + "growing": [ + 7 + ], + "areas": [ + 8 + ], + "computer": [ + 10, + 155 + ], + "science,": [ + 11, + 156 + ], + "with": [ + 12 + ], + "far-reaching": [ + 13 + ], + "applications.": [ + 14 + ], + "The": [ + 15, + 35 + ], + "aim": [ + 16 + ], + "this": [ + 18 + ], + "textbook": [ + 19 + ], + "to": [ + 21, + 148 + ], + "introduce": [ + 22 + ], + "machine": [ + 23, + 47, + 145 + ], + "learning,": [ + 24 + ], + "and": [ + 25, + 49, + 96, + 101, + 112, + 116, + 125, + 142, + 150, + 158 + ], + "algorithmic": [ + 27, + 104 + ], + "paradigms": [ + 28, + 105 + ], + "it": [ + 29 + ], + "offers,": [ + 30 + ], + "in": [ + 31, + 153 + ], + "a": [ + 32, + 61, + 72, + 88 + ], + "principled": [ + 33 + ], + "way.": [ + 34 + ], + "book": [ + 36, + 70 + ], + "provides": [ + 37 + ], + "an": [ + 38, + 130 + ], + "extensive": [ + 39 + ], + "theoretical": [ + 40, + 118 + ], + "account": [ + 41 + ], + "fundamental": [ + 44 + ], + "ideas": [ + 45 + ], + "underlying": [ + 46 + ], + "mathematical": [ + 51 + ], + "derivations": [ + 52 + ], + "that": [ + 53, + 78 + ], + "transform": [ + 54 + ], + "these": [ + 55 + ], + "principles": [ + 56 + ], + "into": [ + 57 + ], + "practical": [ + 58 + ], + "algorithms.": [ + 59 + ], + "Following": [ + 60 + ], + "presentation": [ + 62 + ], + "basics": [ + 65 + ], + "field,": [ + 68 + ], + "covers": [ + 71 + ], + "wide": [ + 73 + ], + "array": [ + 74 + ], + "central": [ + 76 + ], + "topics": [ + 77 + ], + "have": [ + 79 + ], + "not": [ + 80 + ], + "been": [ + 81 + ], + "addressed": [ + 82 + ], + "by": [ + 83 + ], + "previous": [ + 84 + ], + "textbooks.": [ + 85 + ], + "These": [ + 86 + ], + "include": [ + 87 + ], + "discussion": [ + 89 + ], + "computational": [ + 92 + ], + "complexity": [ + 93 + ], + "concepts": [ + 98, + 119 + ], + "convexity": [ + 100 + ], + "stability;": [ + 102 + ], + "important": [ + 103 + ], + "including": [ + 106 + ], + "stochastic": [ + 107 + ], + "gradient": [ + 108 + ], + "descent,": [ + 109 + ], + "neural": [ + 110 + ], + "networks,": [ + 111 + ], + "structured": [ + 113 + ], + "output": [ + 114 + ], + "learning;": [ + 115 + ], + "emerging": [ + 117 + ], + "such": [ + 120 + ], + "as": [ + 121 + ], + "PAC-Bayes": [ + 123 + ], + "approach": [ + 124 + ], + "compression-based": [ + 126 + ], + "bounds.": [ + 127 + ], + "Designed": [ + 128 + ], + "for": [ + 129 + ], + "advanced": [ + 131 + ], + "undergraduate": [ + 132 + ], + "or": [ + 133 + ], + "beginning": [ + 134 + ], + "graduate": [ + 135 + ], + "course,": [ + 136 + ], + "text": [ + 138 + ], + "makes": [ + 139 + ], + "fundamentals": [ + 141 + ], + "algorithms": [ + 143 + ], + "accessible": [ + 147 + ], + "students": [ + 149 + ], + "non-expert": [ + 151 + ], + "readers": [ + 152 + ], + "statistics,": [ + 154 + ], + "mathematics,": [ + 157 + ], + "engineering.": [ + 159 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 80 + }, + { + "year": 2024, + "cited_by_count": 167 + }, + { + "year": 2023, + "cited_by_count": 278 + }, + { + "year": 2022, + "cited_by_count": 265 + }, + { + "year": 2021, + "cited_by_count": 621 + }, + { + "year": 2020, + "cited_by_count": 630 + }, + { + "year": 2019, + "cited_by_count": 453 + }, + { + "year": 2018, + "cited_by_count": 267 + }, + { + "year": 2017, + "cited_by_count": 152 + }, + { + "year": 2016, + "cited_by_count": 110 + }, + { + "year": 2015, + "cited_by_count": 46 + }, + { + "year": 2014, + "cited_by_count": 13 + }, + { + "year": 2013, + "cited_by_count": 3 + } + ], + "updated_date": "2026-04-28T14:05:53.105641", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2115252128", + "doi": "https://doi.org/10.5555/1577069.1755843", + "title": "Dlib-ml: A Machine Learning Toolkit", + "display_name": "Dlib-ml: A Machine Learning Toolkit", + "relevance_score": 3737.9124, + "publication_year": 2009, + "publication_date": "2009-12-01", + "ids": { + "openalex": "https://openalex.org/W2115252128", + "doi": "https://doi.org/10.5555/1577069.1755843", + "mag": "2115252128" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.156.3584", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.156.3584", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.jmlr.org/papers/volume10/king09a/king09a.pdf", + "raw_type": "text" + }, + "type": "article", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5055606271", + "display_name": "Davis E. King", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "Davis E. King", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5055606271" + ], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 4.9979, + "has_fulltext": false, + "cited_by_count": 2921, + "citation_normalized_percentile": { + "value": 0.95441293, + "is_in_top_1_percent": false, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 96, + "max": 100 + }, + "biblio": { + "volume": "10", + "issue": "60", + "first_page": "1755", + "last_page": "1758" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12205", + "display_name": "Time Series Analysis and Forecasting", + "score": 0.9950000047683716, + "subfield": { + "id": "https://openalex.org/subfields/1711", + "display_name": "Signal Processing" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12205", + "display_name": "Time Series Analysis and Forecasting", + "score": 0.9950000047683716, + "subfield": { + "id": "https://openalex.org/subfields/1711", + "display_name": "Signal Processing" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11447", + "display_name": "Blind Source Separation Techniques", + "score": 0.9936000108718872, + "subfield": { + "id": "https://openalex.org/subfields/1711", + "display_name": "Signal Processing" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.9926000237464905, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.8153140544891357 + }, + { + "id": "https://openalex.org/keywords/python", + "display_name": "Python (programming language)", + "score": 0.7605270147323608 + }, + { + "id": "https://openalex.org/keywords/debugging", + "display_name": "Debugging", + "score": 0.6248811483383179 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6037954092025757 + }, + { + "id": "https://openalex.org/keywords/cluster-analysis", + "display_name": "Cluster analysis", + "score": 0.553378701210022 + }, + { + "id": "https://openalex.org/keywords/implementation", + "display_name": "Implementation", + "score": 0.4825972318649292 + }, + { + "id": "https://openalex.org/keywords/programming-language", + "display_name": "Programming language", + "score": 0.4804627299308777 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.4792616367340088 + }, + { + "id": "https://openalex.org/keywords/software-engineering", + "display_name": "Software engineering", + "score": 0.46823209524154663 + }, + { + "id": "https://openalex.org/keywords/documentation", + "display_name": "Documentation", + "score": 0.4525264799594879 + }, + { + "id": "https://openalex.org/keywords/software", + "display_name": "Software", + "score": 0.4523027539253235 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.3667660355567932 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.8153140544891357 + }, + { + "id": "https://openalex.org/C519991488", + "wikidata": "https://www.wikidata.org/wiki/Q28865", + "display_name": "Python (programming language)", + "level": 2, + "score": 0.7605270147323608 + }, + { + "id": "https://openalex.org/C168065819", + "wikidata": "https://www.wikidata.org/wiki/Q845566", + "display_name": "Debugging", + "level": 2, + "score": 0.6248811483383179 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6037954092025757 + }, + { + "id": "https://openalex.org/C73555534", + "wikidata": "https://www.wikidata.org/wiki/Q622825", + "display_name": "Cluster analysis", + "level": 2, + "score": 0.553378701210022 + }, + { + "id": "https://openalex.org/C26713055", + "wikidata": "https://www.wikidata.org/wiki/Q245962", + "display_name": "Implementation", + "level": 2, + "score": 0.4825972318649292 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.4804627299308777 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.4792616367340088 + }, + { + "id": "https://openalex.org/C115903868", + "wikidata": "https://www.wikidata.org/wiki/Q80993", + "display_name": "Software engineering", + "level": 1, + "score": 0.46823209524154663 + }, + { + "id": "https://openalex.org/C56666940", + "wikidata": "https://www.wikidata.org/wiki/Q788790", + "display_name": "Documentation", + "level": 2, + "score": 0.4525264799594879 + }, + { + "id": "https://openalex.org/C2777904410", + "wikidata": "https://www.wikidata.org/wiki/Q7397", + "display_name": "Software", + "level": 2, + "score": 0.4523027539253235 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.3667660355567932 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.156.3584", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.156.3584", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.jmlr.org/papers/volume10/king09a/king09a.pdf", + "raw_type": "text" + }, + { + "id": "mag:2115252128", + "is_oa": false, + "landing_page_url": "https://jmlr.csail.mit.edu/papers/volume10/king09a/king09a.pdf", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S118988714", + "display_name": "Journal of Machine Learning Research", + "issn_l": "1532-4435", + "issn": [ + "1532-4435", + "1533-7928" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315718", + "host_organization_name": "The MIT Press", + "host_organization_lineage": [ + "https://openalex.org/P4310315718" + ], + "host_organization_lineage_names": [ + "The MIT Press" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": "Journal of Machine Learning Research", + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "score": 0.5400000214576721, + "id": "https://metadata.un.org/sdg/9", + "display_name": "Industry, innovation and infrastructure" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 9, + "referenced_works": [ + "https://openalex.org/W1486089539", + "https://openalex.org/W1494068061", + "https://openalex.org/W1618905105", + "https://openalex.org/W1633751774", + "https://openalex.org/W2125993116", + "https://openalex.org/W2142623206", + "https://openalex.org/W2153290280", + "https://openalex.org/W2153635508", + "https://openalex.org/W2154462399" + ], + "related_works": [ + "https://openalex.org/W3101998545", + "https://openalex.org/W3099206234", + "https://openalex.org/W3097096317", + "https://openalex.org/W2964121744", + "https://openalex.org/W2963073614", + "https://openalex.org/W2325939864", + "https://openalex.org/W2301937176", + "https://openalex.org/W2194775991", + "https://openalex.org/W2163605009", + "https://openalex.org/W2161969291", + "https://openalex.org/W2145287260", + "https://openalex.org/W2108598243", + "https://openalex.org/W2103943262", + "https://openalex.org/W2099471712", + "https://openalex.org/W2097117768", + "https://openalex.org/W2087681821", + "https://openalex.org/W1901129140", + "https://openalex.org/W1834627138", + "https://openalex.org/W1782590233", + "https://openalex.org/W1686810756" + ], + "abstract_inverted_index": { + "There": [ + 0 + ], + "are": [ + 1 + ], + "many": [ + 2 + ], + "excellent": [ + 3 + ], + "toolkits": [ + 4 + ], + "which": [ + 5, + 33, + 105 + ], + "provide": [ + 6, + 36 + ], + "support": [ + 7 + ], + "for": [ + 8, + 41, + 71, + 80 + ], + "developing": [ + 9, + 42 + ], + "machine": [ + 10, + 43 + ], + "learning": [ + 11, + 44 + ], + "software": [ + 12, + 45 + ], + "in": [ + 13, + 46, + 62, + 74 + ], + "Python,": [ + 14 + ], + "R,": [ + 15 + ], + "Matlab,": [ + 16 + ], + "and": [ + 17, + 30, + 77, + 86, + 108 + ], + "similar": [ + 18 + ], + "environments.": [ + 19 + ], + "Dlib-ml": [ + 20 + ], + "is": [ + 21 + ], + "an": [ + 22, + 55 + ], + "open": [ + 23 + ], + "source": [ + 24 + ], + "library,": [ + 25 + ], + "targeted": [ + 26 + ], + "at": [ + 27 + ], + "both": [ + 28 + ], + "engineers": [ + 29 + ], + "research": [ + 31 + ], + "scientists,": [ + 32 + ], + "aims": [ + 34 + ], + "to": [ + 35 + ], + "a": [ + 37 + ], + "similarly": [ + 38 + ], + "rich": [ + 39 + ], + "environment": [ + 40 + ], + "the": [ + 47, + 96 + ], + "C++": [ + 48 + ], + "language.": [ + 49 + ], + "Towards": [ + 50 + ], + "this": [ + 51 + ], + "end,": [ + 52 + ], + "dlib-ml": [ + 53 + ], + "contains": [ + 54 + ], + "extensible": [ + 56 + ], + "linear": [ + 57 + ], + "algebra": [ + 58 + ], + "toolkit": [ + 59 + ], + "with": [ + 60, + 102 + ], + "built": [ + 61 + ], + "BLAS": [ + 63 + ], + "support.": [ + 64 + ], + "It": [ + 65 + ], + "also": [ + 66 + ], + "houses": [ + 67 + ], + "implementations": [ + 68 + ], + "of": [ + 69, + 93 + ], + "algorithms": [ + 70 + ], + "performing": [ + 72 + ], + "inference": [ + 73 + ], + "Bayesian": [ + 75, + 124 + ], + "networks": [ + 76, + 125 + ], + "kernel-based": [ + 78 + ], + "methods": [ + 79 + ], + "classification,": [ + 81 + ], + "regression,": [ + 82 + ], + "clustering,": [ + 83, + 122 + ], + "anomaly": [ + 84 + ], + "detection,": [ + 85 + ], + "feature": [ + 87 + ], + "ranking.": [ + 88 + ], + "To": [ + 89 + ], + "enable": [ + 90 + ], + "easy": [ + 91 + ], + "use": [ + 92 + ], + "these": [ + 94 + ], + "tools,": [ + 95 + ], + "entire": [ + 97 + ], + "library": [ + 98 + ], + "has": [ + 99 + ], + "been": [ + 100 + ], + "developed": [ + 101 + ], + "contract": [ + 103 + ], + "programming,": [ + 104 + ], + "provides": [ + 106 + ], + "complete": [ + 107 + ], + "precise": [ + 109 + ], + "documentation": [ + 110 + ], + "as": [ + 111, + 113 + ], + "well": [ + 112 + ], + "powerful": [ + 114 + ], + "debugging": [ + 115 + ], + "tools.": [ + 116 + ], + "Keywords:": [ + 117 + ], + "kernel-methods,": [ + 118 + ], + "svm,": [ + 119 + ], + "rvm,": [ + 120 + ], + "kernel": [ + 121 + ], + "C++,": [ + 123 + ], + "1.": [ + 126 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 1 + }, + { + "year": 2025, + "cited_by_count": 74 + }, + { + "year": 2024, + "cited_by_count": 194 + }, + { + "year": 2023, + "cited_by_count": 292 + }, + { + "year": 2022, + "cited_by_count": 336 + }, + { + "year": 2021, + "cited_by_count": 479 + }, + { + "year": 2020, + "cited_by_count": 446 + }, + { + "year": 2019, + "cited_by_count": 400 + }, + { + "year": 2018, + "cited_by_count": 319 + }, + { + "year": 2017, + "cited_by_count": 190 + }, + { + "year": 2016, + "cited_by_count": 113 + }, + { + "year": 2015, + "cited_by_count": 44 + }, + { + "year": 2014, + "cited_by_count": 14 + }, + { + "year": 2013, + "cited_by_count": 5 + }, + { + "year": 2012, + "cited_by_count": 5 + } + ], + "updated_date": "2026-05-08T15:41:06.802602", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W4400134761", + "doi": "https://doi.org/10.21275/art20203995", + "title": "Machine Learning Algorithms - A Review", + "display_name": "Machine Learning Algorithms - A Review", + "relevance_score": 3665.2559, + "publication_year": 2020, + "publication_date": "2020-01-05", + "ids": { + "openalex": "https://openalex.org/W4400134761", + "doi": "https://doi.org/10.21275/art20203995" + }, + "language": "en", + "primary_location": { + "id": "doi:10.21275/art20203995", + "is_oa": true, + "landing_page_url": "https://doi.org/10.21275/art20203995", + "pdf_url": "https://doi.org/10.21275/art20203995", + "source": { + "id": "https://openalex.org/S4210240710", + "display_name": "International Journal of Science and Research (IJSR)", + "issn_l": "2319-7064", + "issn": [ + "2319-7064" + ], + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "International Journal of Science and Research (IJSR)", + "raw_type": "journal-article" + }, + "type": "review", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "diamond", + "oa_url": "https://doi.org/10.21275/art20203995", + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5113270062", + "display_name": "Batta Mahesh", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "Batta Mahesh", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5113270062" + ], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 300.9137, + "has_fulltext": false, + "cited_by_count": 2450, + "citation_normalized_percentile": { + "value": 0.99993517, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 94, + "max": 100 + }, + "biblio": { + "volume": "9", + "issue": "1", + "first_page": "381", + "last_page": "386" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11396", + "display_name": "Artificial Intelligence in Healthcare", + "score": 0.19280000030994415, + "subfield": { + "id": "https://openalex.org/subfields/3605", + "display_name": "Health Information Management" + }, + "field": { + "id": "https://openalex.org/fields/36", + "display_name": "Health Professions" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11396", + "display_name": "Artificial Intelligence in Healthcare", + "score": 0.19280000030994415, + "subfield": { + "id": "https://openalex.org/subfields/3605", + "display_name": "Health Information Management" + }, + "field": { + "id": "https://openalex.org/fields/36", + "display_name": "Health Professions" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.5793123245239258 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.46341603994369507 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.44169795513153076 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.4307257831096649 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.5793123245239258 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.46341603994369507 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.44169795513153076 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.4307257831096649 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.21275/art20203995", + "is_oa": true, + "landing_page_url": "https://doi.org/10.21275/art20203995", + "pdf_url": "https://doi.org/10.21275/art20203995", + "source": { + "id": "https://openalex.org/S4210240710", + "display_name": "International Journal of Science and Research (IJSR)", + "issn_l": "2319-7064", + "issn": [ + "2319-7064" + ], + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "International Journal of Science and Research (IJSR)", + "raw_type": "journal-article" + } + ], + "best_oa_location": { + "id": "doi:10.21275/art20203995", + "is_oa": true, + "landing_page_url": "https://doi.org/10.21275/art20203995", + "pdf_url": "https://doi.org/10.21275/art20203995", + "source": { + "id": "https://openalex.org/S4210240710", + "display_name": "International Journal of Science and Research (IJSR)", + "issn_l": "2319-7064", + "issn": [ + "2319-7064" + ], + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "International Journal of Science and Research (IJSR)", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W4400134761.pdf" + }, + "referenced_works_count": 6, + "referenced_works": [ + "https://openalex.org/W328766226", + "https://openalex.org/W1549998098", + "https://openalex.org/W2040895929", + "https://openalex.org/W2091005538", + "https://openalex.org/W2223344998", + "https://openalex.org/W4236558809" + ], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W3046775127", + "https://openalex.org/W3107602296", + "https://openalex.org/W4394896187", + "https://openalex.org/W3170094116", + "https://openalex.org/W4386462264", + "https://openalex.org/W4364306694", + "https://openalex.org/W4312192474", + "https://openalex.org/W4283697347" + ], + "abstract_inverted_index": { + "Machine": [ + 0 + ], + "learning": [ + 1, + 61, + 93, + 125 + ], + "(ML)": [ + 2 + ], + "is": [ + 3, + 44, + 58, + 94 + ], + "the": [ + 4, + 48, + 52, + 120 + ], + "scientific": [ + 5 + ], + "study": [ + 6 + ], + "of": [ + 7, + 34, + 51, + 90, + 119, + 123 + ], + "algorithms": [ + 8, + 26, + 70, + 126 + ], + "and": [ + 9, + 116 + ], + "statistical": [ + 10 + ], + "models": [ + 11 + ], + "that": [ + 12, + 54 + ], + "computer": [ + 13 + ], + "systems": [ + 14 + ], + "use": [ + 15, + 33 + ], + "to": [ + 16, + 46, + 66, + 84, + 101 + ], + "perform": [ + 17 + ], + "a": [ + 18, + 38, + 60, + 86, + 113 + ], + "specific": [ + 19 + ], + "task": [ + 20 + ], + "without": [ + 21 + ], + "being": [ + 22 + ], + "explicitly": [ + 23 + ], + "programmed.": [ + 24 + ], + "Learning": [ + 25 + ], + "in": [ + 27 + ], + "many": [ + 28 + ], + "applications": [ + 29, + 122 + ], + "that's": [ + 30 + ], + "we": [ + 31 + ], + "make": [ + 32 + ], + "daily.": [ + 35 + ], + "Every": [ + 36 + ], + "time": [ + 37 + ], + "web": [ + 39, + 68 + ], + "search": [ + 40, + 47 + ], + "engine": [ + 41 + ], + "like": [ + 42, + 76 + ], + "Google": [ + 43 + ], + "used": [ + 45, + 72 + ], + "internet,": [ + 49 + ], + "one": [ + 50 + ], + "reasons": [ + 53 + ], + "work": [ + 55, + 109 + ], + "so": [ + 56 + ], + "well": [ + 57 + ], + "because": [ + 59 + ], + "algorithm": [ + 62, + 98 + ], + "thathas": [ + 63 + ], + "learned": [ + 64 + ], + "how": [ + 65 + ], + "rank": [ + 67 + ], + "pages.These": [ + 69 + ], + "are": [ + 71 + ], + "for": [ + 73 + ], + "various": [ + 74 + ], + "purposes": [ + 75 + ], + "data": [ + 77 + ], + "mining,": [ + 78 + ], + "image": [ + 79 + ], + "processing,": [ + 80 + ], + "predictive": [ + 81 + ], + "analytics,": [ + 82 + ], + "etc.": [ + 83 + ], + "name": [ + 85 + ], + "few.The": [ + 87 + ], + "main": [ + 88 + ], + "advantage": [ + 89 + ], + "using": [ + 91 + ], + "machine": [ + 92, + 124 + ], + "that,": [ + 95 + ], + "once": [ + 96 + ], + "an": [ + 97 + ], + "learns": [ + 99 + ], + "what": [ + 100 + ], + "do": [ + 102, + 107 + ], + "with": [ + 103 + ], + "data,": [ + 104 + ], + "it": [ + 105 + ], + "can": [ + 106 + ], + "its": [ + 108 + ], + "automatically.In": [ + 110 + ], + "this": [ + 111 + ], + "paper,": [ + 112 + ], + "brief": [ + 114 + ], + "review": [ + 115 + ], + "future": [ + 117 + ], + "prospect": [ + 118 + ], + "vast": [ + 121 + ], + "has": [ + 127 + ], + "been": [ + 128 + ], + "made.": [ + 129 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 100 + }, + { + "year": 2025, + "cited_by_count": 646 + }, + { + "year": 2024, + "cited_by_count": 720 + }, + { + "year": 2023, + "cited_by_count": 608 + }, + { + "year": 2022, + "cited_by_count": 271 + }, + { + "year": 2021, + "cited_by_count": 68 + }, + { + "year": 2020, + "cited_by_count": 27 + }, + { + "year": 2019, + "cited_by_count": 7 + }, + { + "year": 2018, + "cited_by_count": 2 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2161336914", + "doi": "https://doi.org/10.1145/2347736.2347755", + "title": "A few useful things to know about machine learning", + "display_name": "A few useful things to know about machine learning", + "relevance_score": 3659.377, + "publication_year": 2012, + "publication_date": "2012-09-25", + "ids": { + "openalex": "https://openalex.org/W2161336914", + "doi": "https://doi.org/10.1145/2347736.2347755", + "mag": "2161336914" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1145/2347736.2347755", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/2347736.2347755", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S103482838", + "display_name": "Communications of the ACM", + "issn_l": "0001-0782", + "issn": [ + "0001-0782", + "1557-7317" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319798", + "host_organization_name": "Association for Computing Machinery", + "host_organization_lineage": [ + "https://openalex.org/P4310319798" + ], + "host_organization_lineage_names": [ + "Association for Computing Machinery" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Communications of the ACM", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5018711331", + "display_name": "Pedro Domingos", + "orcid": "https://orcid.org/0000-0003-4523-5631" + }, + "institutions": [ + { + "id": "https://openalex.org/I201448701", + "display_name": "University of Washington", + "ror": "https://ror.org/00cvxb145", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I201448701" + ] + }, + { + "id": "https://openalex.org/I58610484", + "display_name": "Seattle University", + "ror": "https://ror.org/02jqc0m91", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I58610484" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Pedro Domingos", + "raw_affiliation_strings": [ + "University of Washington, Seattle" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Washington, Seattle", + "institution_ids": [ + "https://openalex.org/I58610484", + "https://openalex.org/I201448701" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5018711331" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I201448701", + "https://openalex.org/I58610484" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 103.0267, + "has_fulltext": false, + "cited_by_count": 3229, + "citation_normalized_percentile": { + "value": 0.99977526, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 94, + "max": 100 + }, + "biblio": { + "volume": "55", + "issue": "10", + "first_page": "78", + "last_page": "87" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9976000189781189, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9976000189781189, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11303", + "display_name": "Bayesian Modeling and Causal Inference", + "score": 0.9958000183105469, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12072", + "display_name": "Machine Learning and Algorithms", + "score": 0.9908999800682068, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6615294218063354 + }, + { + "id": "https://openalex.org/keywords/need-to-know", + "display_name": "Need to know", + "score": 0.5620318651199341 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.43639615178108215 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.35491612553596497 + }, + { + "id": "https://openalex.org/keywords/computer-security", + "display_name": "Computer security", + "score": 0.22050878405570984 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6615294218063354 + }, + { + "id": "https://openalex.org/C2778519782", + "wikidata": "https://www.wikidata.org/wiki/Q1974060", + "display_name": "Need to know", + "level": 2, + "score": 0.5620318651199341 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.43639615178108215 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.35491612553596497 + }, + { + "id": "https://openalex.org/C38652104", + "wikidata": "https://www.wikidata.org/wiki/Q3510521", + "display_name": "Computer security", + "level": 1, + "score": 0.22050878405570984 + } + ], + "mesh": [], + "locations_count": 4, + "locations": [ + { + "id": "doi:10.1145/2347736.2347755", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/2347736.2347755", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S103482838", + "display_name": "Communications of the ACM", + "issn_l": "0001-0782", + "issn": [ + "0001-0782", + "1557-7317" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319798", + "host_organization_name": "Association for Computing Machinery", + "host_organization_lineage": [ + "https://openalex.org/P4310319798" + ], + "host_organization_lineage_names": [ + "Association for Computing Machinery" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Communications of the ACM", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.353.7232", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.353.7232", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://homes.cs.washington.edu/~pedrod/papers/cacm12.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.715.3497", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.715.3497", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://pantherfile.uwm.edu/borji/www/lecturesML/Reviews/cacm12.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.715.85", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.715.85", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://haralick.org/ML/useful_things_about_machine_learning.pdf", + "raw_type": "text" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "score": 0.47999998927116394, + "id": "https://metadata.un.org/sdg/4", + "display_name": "Quality Education" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 31, + "referenced_works": [ + "https://openalex.org/W1486658274", + "https://openalex.org/W1494137514", + "https://openalex.org/W1504694836", + "https://openalex.org/W1521062204", + "https://openalex.org/W1570448133", + "https://openalex.org/W1583837637", + "https://openalex.org/W1585009072", + "https://openalex.org/W1761022139", + "https://openalex.org/W1977970897", + "https://openalex.org/W2001141328", + "https://openalex.org/W2039683780", + "https://openalex.org/W2063961549", + "https://openalex.org/W2070902649", + "https://openalex.org/W2072128103", + "https://openalex.org/W2089624555", + "https://openalex.org/W2100483895", + "https://openalex.org/W2110065044", + "https://openalex.org/W2110228583", + "https://openalex.org/W2125055259", + "https://openalex.org/W2140785063", + "https://openalex.org/W2143891888", + "https://openalex.org/W2152761983", + "https://openalex.org/W2156909104", + "https://openalex.org/W2400138769", + "https://openalex.org/W2966207845", + "https://openalex.org/W3133236490", + "https://openalex.org/W3135029803", + "https://openalex.org/W4231109964", + "https://openalex.org/W4232632925", + "https://openalex.org/W4299515571", + "https://openalex.org/W6791387550" + ], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W4224009465", + "https://openalex.org/W4286629047", + "https://openalex.org/W4306321456", + "https://openalex.org/W4285260836", + "https://openalex.org/W3046775127", + "https://openalex.org/W3170094116", + "https://openalex.org/W4205958290", + "https://openalex.org/W3209574120" + ], + "abstract_inverted_index": { + "Tapping": [ + 0 + ], + "into": [ + 1 + ], + "the": [ + 2 + ], + "\"folk": [ + 3 + ], + "knowledge\"": [ + 4 + ], + "needed": [ + 5 + ], + "to": [ + 6 + ], + "advance": [ + 7 + ], + "machine": [ + 8 + ], + "learning": [ + 9 + ], + "applications.": [ + 10 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 108 + }, + { + "year": 2025, + "cited_by_count": 349 + }, + { + "year": 2024, + "cited_by_count": 298 + }, + { + "year": 2023, + "cited_by_count": 268 + }, + { + "year": 2022, + "cited_by_count": 283 + }, + { + "year": 2021, + "cited_by_count": 310 + }, + { + "year": 2020, + "cited_by_count": 391 + }, + { + "year": 2019, + "cited_by_count": 326 + }, + { + "year": 2018, + "cited_by_count": 261 + }, + { + "year": 2017, + "cited_by_count": 248 + }, + { + "year": 2016, + "cited_by_count": 153 + }, + { + "year": 2015, + "cited_by_count": 106 + }, + { + "year": 2014, + "cited_by_count": 80 + }, + { + "year": 2013, + "cited_by_count": 45 + }, + { + "year": 2012, + "cited_by_count": 2 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2151591509", + "doi": "https://doi.org/10.3389/fninf.2014.00014", + "title": "Machine learning for neuroimaging with scikit-learn", + "display_name": "Machine learning for neuroimaging with scikit-learn", + "relevance_score": 3624.0254, + "publication_year": 2014, + "publication_date": "2014-01-01", + "ids": { + "openalex": "https://openalex.org/W2151591509", + "doi": "https://doi.org/10.3389/fninf.2014.00014", + "mag": "2151591509", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/24600388" + }, + "language": "en", + "primary_location": { + "id": "doi:10.3389/fninf.2014.00014", + "is_oa": true, + "landing_page_url": "https://doi.org/10.3389/fninf.2014.00014", + "pdf_url": "https://www.frontiersin.org/articles/10.3389/fninf.2014.00014/pdf", + "source": { + "id": "https://openalex.org/S179816892", + "display_name": "Frontiers in Neuroinformatics", + "issn_l": "1662-5196", + "issn": [ + "1662-5196" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320527", + "host_organization_name": "Frontiers Media", + "host_organization_lineage": [ + "https://openalex.org/P4310320527" + ], + "host_organization_lineage_names": [ + "Frontiers Media" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Frontiers in Neuroinformatics", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "arxiv", + "crossref", + "doaj", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "gold", + "oa_url": "https://www.frontiersin.org/articles/10.3389/fninf.2014.00014/pdf", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5033483167", + "display_name": "Alexandre Abraham", + "orcid": "https://orcid.org/0000-0003-3693-0560" + }, + "institutions": [ + { + "id": "https://openalex.org/I1326498283", + "display_name": "Institut national de recherche en sciences et technologies du numérique", + "ror": "https://ror.org/02kvxyf05", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I1326498283" + ] + }, + { + "id": "https://openalex.org/I2738703131", + "display_name": "Commissariat à l'Énergie Atomique et aux Énergies Alternatives", + "ror": "https://ror.org/00jjx8s55", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131" + ] + }, + { + "id": "https://openalex.org/I4210126360", + "display_name": "Centre Inria de Saclay", + "ror": "https://ror.org/0315e5x55", + "country_code": "FR", + "type": "facility", + "lineage": [ + "https://openalex.org/I1326498283", + "https://openalex.org/I4210126360" + ] + }, + { + "id": "https://openalex.org/I4210128565", + "display_name": "CEA Paris-Saclay", + "ror": "https://ror.org/03n15ch10", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I277688954", + "https://openalex.org/I4210128565" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": true, + "raw_author_name": "Alexandre Abraham", + "raw_affiliation_strings": [ + "Parietal Team, INRIA Saclay-Île-de-France Saclay, France ; Neurospin, I2 BM, DSV, CEA Gif-Sur-Yvette, France", + "Parietal Team, INRIA Saclay-Île-de-France, Saclay, France", + "Neurospin, I2 BM, DSV, CEA, Gif-Sur-Yvette, France" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Parietal Team, INRIA Saclay-Île-de-France Saclay, France ; Neurospin, I2 BM, DSV, CEA Gif-Sur-Yvette, France", + "institution_ids": [ + "https://openalex.org/I4210126360", + "https://openalex.org/I2738703131", + "https://openalex.org/I4210128565" + ] + }, + { + "raw_affiliation_string": "Parietal Team, INRIA Saclay-Île-de-France, Saclay, France", + "institution_ids": [ + "https://openalex.org/I4210126360", + "https://openalex.org/I1326498283" + ] + }, + { + "raw_affiliation_string": "Neurospin, I2 BM, DSV, CEA, Gif-Sur-Yvette, France", + "institution_ids": [ + "https://openalex.org/I2738703131" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5108143968", + "display_name": "Fabian Pedregosa", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1326498283", + "display_name": "Institut national de recherche en sciences et technologies du numérique", + "ror": "https://ror.org/02kvxyf05", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I1326498283" + ] + }, + { + "id": "https://openalex.org/I2738703131", + "display_name": "Commissariat à l'Énergie Atomique et aux Énergies Alternatives", + "ror": "https://ror.org/00jjx8s55", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131" + ] + }, + { + "id": "https://openalex.org/I4210126360", + "display_name": "Centre Inria de Saclay", + "ror": "https://ror.org/0315e5x55", + "country_code": "FR", + "type": "facility", + "lineage": [ + "https://openalex.org/I1326498283", + "https://openalex.org/I4210126360" + ] + }, + { + "id": "https://openalex.org/I4210128565", + "display_name": "CEA Paris-Saclay", + "ror": "https://ror.org/03n15ch10", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I277688954", + "https://openalex.org/I4210128565" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Fabian Pedregosa", + "raw_affiliation_strings": [ + "Parietal Team, INRIA Saclay-Île-de-France Saclay, France ; Neurospin, I2 BM, DSV, CEA Gif-Sur-Yvette, France", + "Parietal Team, INRIA Saclay-Île-de-France, Saclay, France", + "Neurospin, I2 BM, DSV, CEA, Gif-Sur-Yvette, France" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Parietal Team, INRIA Saclay-Île-de-France Saclay, France ; Neurospin, I2 BM, DSV, CEA Gif-Sur-Yvette, France", + "institution_ids": [ + "https://openalex.org/I4210126360", + "https://openalex.org/I2738703131", + "https://openalex.org/I4210128565" + ] + }, + { + "raw_affiliation_string": "Parietal Team, INRIA Saclay-Île-de-France, Saclay, France", + "institution_ids": [ + "https://openalex.org/I4210126360", + "https://openalex.org/I1326498283" + ] + }, + { + "raw_affiliation_string": "Neurospin, I2 BM, DSV, CEA, Gif-Sur-Yvette, France", + "institution_ids": [ + "https://openalex.org/I2738703131" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5065146930", + "display_name": "Michael Eickenberg", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1326498283", + "display_name": "Institut national de recherche en sciences et technologies du numérique", + "ror": "https://ror.org/02kvxyf05", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I1326498283" + ] + }, + { + "id": "https://openalex.org/I2738703131", + "display_name": "Commissariat à l'Énergie Atomique et aux Énergies Alternatives", + "ror": "https://ror.org/00jjx8s55", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131" + ] + }, + { + "id": "https://openalex.org/I4210126360", + "display_name": "Centre Inria de Saclay", + "ror": "https://ror.org/0315e5x55", + "country_code": "FR", + "type": "facility", + "lineage": [ + "https://openalex.org/I1326498283", + "https://openalex.org/I4210126360" + ] + }, + { + "id": "https://openalex.org/I4210128565", + "display_name": "CEA Paris-Saclay", + "ror": "https://ror.org/03n15ch10", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I277688954", + "https://openalex.org/I4210128565" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Michael Eickenberg", + "raw_affiliation_strings": [ + "Parietal Team, INRIA Saclay-Île-de-France Saclay, France ; Neurospin, I2 BM, DSV, CEA Gif-Sur-Yvette, France", + "Neurospin, I2 BM, DSV, CEA, Gif-Sur-Yvette, France", + "Parietal Team, INRIA Saclay-Île-de-France, Saclay, France" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Parietal Team, INRIA Saclay-Île-de-France Saclay, France ; Neurospin, I2 BM, DSV, CEA Gif-Sur-Yvette, France", + "institution_ids": [ + "https://openalex.org/I4210126360", + "https://openalex.org/I2738703131", + "https://openalex.org/I4210128565" + ] + }, + { + "raw_affiliation_string": "Neurospin, I2 BM, DSV, CEA, Gif-Sur-Yvette, France", + "institution_ids": [ + "https://openalex.org/I2738703131" + ] + }, + { + "raw_affiliation_string": "Parietal Team, INRIA Saclay-Île-de-France, Saclay, France", + "institution_ids": [ + "https://openalex.org/I4210126360", + "https://openalex.org/I1326498283" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5001112573", + "display_name": "Philippe Gervais", + "orcid": "https://orcid.org/0000-0003-2172-879X" + }, + "institutions": [ + { + "id": "https://openalex.org/I1326498283", + "display_name": "Institut national de recherche en sciences et technologies du numérique", + "ror": "https://ror.org/02kvxyf05", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I1326498283" + ] + }, + { + "id": "https://openalex.org/I2738703131", + "display_name": "Commissariat à l'Énergie Atomique et aux Énergies Alternatives", + "ror": "https://ror.org/00jjx8s55", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131" + ] + }, + { + "id": "https://openalex.org/I4210126360", + "display_name": "Centre Inria de Saclay", + "ror": "https://ror.org/0315e5x55", + "country_code": "FR", + "type": "facility", + "lineage": [ + "https://openalex.org/I1326498283", + "https://openalex.org/I4210126360" + ] + }, + { + "id": "https://openalex.org/I4210128565", + "display_name": "CEA Paris-Saclay", + "ror": "https://ror.org/03n15ch10", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I277688954", + "https://openalex.org/I4210128565" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Philippe Gervais", + "raw_affiliation_strings": [ + "Parietal Team, INRIA Saclay-Île-de-France Saclay, France ; Neurospin, I2 BM, DSV, CEA Gif-Sur-Yvette, France", + "Parietal Team, INRIA Saclay-Île-de-France, Saclay, France", + "Neurospin, I2 BM, DSV, CEA, Gif-Sur-Yvette, France" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Parietal Team, INRIA Saclay-Île-de-France Saclay, France ; Neurospin, I2 BM, DSV, CEA Gif-Sur-Yvette, France", + "institution_ids": [ + "https://openalex.org/I4210126360", + "https://openalex.org/I2738703131", + "https://openalex.org/I4210128565" + ] + }, + { + "raw_affiliation_string": "Parietal Team, INRIA Saclay-Île-de-France, Saclay, France", + "institution_ids": [ + "https://openalex.org/I4210126360", + "https://openalex.org/I1326498283" + ] + }, + { + "raw_affiliation_string": "Neurospin, I2 BM, DSV, CEA, Gif-Sur-Yvette, France", + "institution_ids": [ + "https://openalex.org/I2738703131" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5088500114", + "display_name": "Andreas Mueller", + "orcid": "https://orcid.org/0000-0002-2349-9428" + }, + "institutions": [ + { + "id": "https://openalex.org/I135140700", + "display_name": "University of Bonn", + "ror": "https://ror.org/041nas322", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I135140700" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Andreas Mueller", + "raw_affiliation_strings": [ + "Institute of Computer Science VI, University of Bonn Bonn, Germany", + "Institute of Computer Science VI, University of Bonn, Bonn, Germany" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Institute of Computer Science VI, University of Bonn Bonn, Germany", + "institution_ids": [ + "https://openalex.org/I135140700" + ] + }, + { + "raw_affiliation_string": "Institute of Computer Science VI, University of Bonn, Bonn, Germany", + "institution_ids": [ + "https://openalex.org/I135140700" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5006048318", + "display_name": "Jean Kossaifi", + "orcid": "https://orcid.org/0000-0002-4445-3429" + }, + "institutions": [ + { + "id": "https://openalex.org/I47508984", + "display_name": "Imperial College London", + "ror": "https://ror.org/041kmwe10", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I47508984" + ] + } + ], + "countries": [ + "GB" + ], + "is_corresponding": false, + "raw_author_name": "Jean Kossaifi", + "raw_affiliation_strings": [ + "Department of Computing, Imperial College London London, UK", + "Department of Computing, Imperial College London, London, UK" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Computing, Imperial College London London, UK", + "institution_ids": [ + "https://openalex.org/I47508984" + ] + }, + { + "raw_affiliation_string": "Department of Computing, Imperial College London, London, UK", + "institution_ids": [ + "https://openalex.org/I47508984" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5018256474", + "display_name": "Alexandre Gramfort", + "orcid": "https://orcid.org/0000-0001-9791-4404" + }, + "institutions": [ + { + "id": "https://openalex.org/I12356871", + "display_name": "Télécom Paris", + "ror": "https://ror.org/01naq7912", + "country_code": "FR", + "type": "education", + "lineage": [ + "https://openalex.org/I12356871", + "https://openalex.org/I205703379", + "https://openalex.org/I4210145102" + ] + }, + { + "id": "https://openalex.org/I1294671590", + "display_name": "Centre National de la Recherche Scientifique", + "ror": "https://ror.org/02feahw73", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I1294671590" + ] + }, + { + "id": "https://openalex.org/I1326498283", + "display_name": "Institut national de recherche en sciences et technologies du numérique", + "ror": "https://ror.org/02kvxyf05", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I1326498283" + ] + }, + { + "id": "https://openalex.org/I205703379", + "display_name": "Institut Mines-Télécom", + "ror": "https://ror.org/025vp2923", + "country_code": "FR", + "type": "facility", + "lineage": [ + "https://openalex.org/I205703379" + ] + }, + { + "id": "https://openalex.org/I2738703131", + "display_name": "Commissariat à l'Énergie Atomique et aux Énergies Alternatives", + "ror": "https://ror.org/00jjx8s55", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131" + ] + }, + { + "id": "https://openalex.org/I4210126360", + "display_name": "Centre Inria de Saclay", + "ror": "https://ror.org/0315e5x55", + "country_code": "FR", + "type": "facility", + "lineage": [ + "https://openalex.org/I1326498283", + "https://openalex.org/I4210126360" + ] + }, + { + "id": "https://openalex.org/I4210128565", + "display_name": "CEA Paris-Saclay", + "ror": "https://ror.org/03n15ch10", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I277688954", + "https://openalex.org/I4210128565" + ] + }, + { + "id": "https://openalex.org/I4210165912", + "display_name": "Laboratoire Traitement et Communication de l’Information", + "ror": "https://ror.org/057er4c39", + "country_code": "FR", + "type": "facility", + "lineage": [ + "https://openalex.org/I12356871", + "https://openalex.org/I205703379", + "https://openalex.org/I4210145102", + "https://openalex.org/I4210165912" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Alexandre Gramfort", + "raw_affiliation_strings": [ + "Parietal Team, INRIA Saclay-Île-de-France Saclay, France ; Neurospin, I2 BM, DSV, CEA Gif-Sur-Yvette, France ; Institut Mines-Telecom, Telecom ParisTech, CNRS LTCI Paris, France", + "Parietal Team, INRIA Saclay-Île-de-France, Saclay, France", + "Neurospin, I2 BM, DSV, CEA, Gif-Sur-Yvette, France", + "Institut Mines-Telecom, Telecom ParisTech, CNRS LTCI, Paris, France" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Parietal Team, INRIA Saclay-Île-de-France Saclay, France ; Neurospin, I2 BM, DSV, CEA Gif-Sur-Yvette, France ; Institut Mines-Telecom, Telecom ParisTech, CNRS LTCI Paris, France", + "institution_ids": [ + "https://openalex.org/I1294671590", + "https://openalex.org/I205703379", + "https://openalex.org/I4210128565", + "https://openalex.org/I4210165912", + "https://openalex.org/I2738703131" + ] + }, + { + "raw_affiliation_string": "Parietal Team, INRIA Saclay-Île-de-France, Saclay, France", + "institution_ids": [ + "https://openalex.org/I4210126360", + "https://openalex.org/I1326498283" + ] + }, + { + "raw_affiliation_string": "Neurospin, I2 BM, DSV, CEA, Gif-Sur-Yvette, France", + "institution_ids": [ + "https://openalex.org/I2738703131" + ] + }, + { + "raw_affiliation_string": "Institut Mines-Telecom, Telecom ParisTech, CNRS LTCI, Paris, France", + "institution_ids": [ + "https://openalex.org/I205703379", + "https://openalex.org/I12356871", + "https://openalex.org/I4210165912", + "https://openalex.org/I1294671590" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5026762833", + "display_name": "Bertrand Thirion", + "orcid": "https://orcid.org/0000-0001-5018-7895" + }, + "institutions": [ + { + "id": "https://openalex.org/I1326498283", + "display_name": "Institut national de recherche en sciences et technologies du numérique", + "ror": "https://ror.org/02kvxyf05", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I1326498283" + ] + }, + { + "id": "https://openalex.org/I2738703131", + "display_name": "Commissariat à l'Énergie Atomique et aux Énergies Alternatives", + "ror": "https://ror.org/00jjx8s55", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131" + ] + }, + { + "id": "https://openalex.org/I4210126360", + "display_name": "Centre Inria de Saclay", + "ror": "https://ror.org/0315e5x55", + "country_code": "FR", + "type": "facility", + "lineage": [ + "https://openalex.org/I1326498283", + "https://openalex.org/I4210126360" + ] + }, + { + "id": "https://openalex.org/I4210128565", + "display_name": "CEA Paris-Saclay", + "ror": "https://ror.org/03n15ch10", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I277688954", + "https://openalex.org/I4210128565" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Bertrand Thirion", + "raw_affiliation_strings": [ + "Parietal Team, INRIA Saclay-Île-de-France Saclay, France ; Neurospin, I2 BM, DSV, CEA Gif-Sur-Yvette, France", + "Parietal Team, INRIA Saclay-Île-de-France, Saclay, France", + "Neurospin, I2 BM, DSV, CEA, Gif-Sur-Yvette, France" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Parietal Team, INRIA Saclay-Île-de-France Saclay, France ; Neurospin, I2 BM, DSV, CEA Gif-Sur-Yvette, France", + "institution_ids": [ + "https://openalex.org/I4210126360", + "https://openalex.org/I2738703131", + "https://openalex.org/I4210128565" + ] + }, + { + "raw_affiliation_string": "Parietal Team, INRIA Saclay-Île-de-France, Saclay, France", + "institution_ids": [ + "https://openalex.org/I4210126360", + "https://openalex.org/I1326498283" + ] + }, + { + "raw_affiliation_string": "Neurospin, I2 BM, DSV, CEA, Gif-Sur-Yvette, France", + "institution_ids": [ + "https://openalex.org/I2738703131" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5074733625", + "display_name": "Gaël Varoquaux", + "orcid": "https://orcid.org/0000-0003-1076-5122" + }, + "institutions": [ + { + "id": "https://openalex.org/I1326498283", + "display_name": "Institut national de recherche en sciences et technologies du numérique", + "ror": "https://ror.org/02kvxyf05", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I1326498283" + ] + }, + { + "id": "https://openalex.org/I2738703131", + "display_name": "Commissariat à l'Énergie Atomique et aux Énergies Alternatives", + "ror": "https://ror.org/00jjx8s55", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131" + ] + }, + { + "id": "https://openalex.org/I4210126360", + "display_name": "Centre Inria de Saclay", + "ror": "https://ror.org/0315e5x55", + "country_code": "FR", + "type": "facility", + "lineage": [ + "https://openalex.org/I1326498283", + "https://openalex.org/I4210126360" + ] + }, + { + "id": "https://openalex.org/I4210128565", + "display_name": "CEA Paris-Saclay", + "ror": "https://ror.org/03n15ch10", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I277688954", + "https://openalex.org/I4210128565" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Gaël Varoquaux", + "raw_affiliation_strings": [ + "Parietal Team, INRIA Saclay-Île-de-France Saclay, France ; Neurospin, I2 BM, DSV, CEA Gif-Sur-Yvette, France", + "Neurospin, I2 BM, DSV, CEA, Gif-Sur-Yvette, France", + "Parietal Team, INRIA Saclay-Île-de-France, Saclay, France" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Parietal Team, INRIA Saclay-Île-de-France Saclay, France ; Neurospin, I2 BM, DSV, CEA Gif-Sur-Yvette, France", + "institution_ids": [ + "https://openalex.org/I4210126360", + "https://openalex.org/I2738703131", + "https://openalex.org/I4210128565" + ] + }, + { + "raw_affiliation_string": "Neurospin, I2 BM, DSV, CEA, Gif-Sur-Yvette, France", + "institution_ids": [ + "https://openalex.org/I2738703131" + ] + }, + { + "raw_affiliation_string": "Parietal Team, INRIA Saclay-Île-de-France, Saclay, France", + "institution_ids": [ + "https://openalex.org/I4210126360", + "https://openalex.org/I1326498283" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 3, + "institutions_distinct_count": 9, + "corresponding_author_ids": [ + "https://openalex.org/A5033483167" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I1326498283", + "https://openalex.org/I2738703131", + "https://openalex.org/I4210126360", + "https://openalex.org/I4210128565" + ], + "apc_list": { + "value": 2950, + "currency": "USD", + "value_usd": 2950 + }, + "apc_paid": { + "value": 2950, + "currency": "USD", + "value_usd": 2950 + }, + "fwci": 22.8921, + "has_fulltext": true, + "cited_by_count": 2624, + "citation_normalized_percentile": { + "value": 0.99795541, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 94, + "max": 100 + }, + "biblio": { + "volume": "8", + "issue": null, + "first_page": "14", + "last_page": "14" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10241", + "display_name": "Functional Brain Connectivity Studies", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/2805", + "display_name": "Cognitive Neuroscience" + }, + "field": { + "id": "https://openalex.org/fields/28", + "display_name": "Neuroscience" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10241", + "display_name": "Functional Brain Connectivity Studies", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/2805", + "display_name": "Cognitive Neuroscience" + }, + "field": { + "id": "https://openalex.org/fields/28", + "display_name": "Neuroscience" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + }, + { + "id": "https://openalex.org/T10581", + "display_name": "Neural dynamics and brain function", + "score": 0.9987999796867371, + "subfield": { + "id": "https://openalex.org/subfields/2805", + "display_name": "Cognitive Neuroscience" + }, + "field": { + "id": "https://openalex.org/fields/28", + "display_name": "Neuroscience" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + }, + { + "id": "https://openalex.org/T10378", + "display_name": "Advanced MRI Techniques and Applications", + "score": 0.9851999878883362, + "subfield": { + "id": "https://openalex.org/subfields/2741", + "display_name": "Radiology, Nuclear Medicine and Imaging" + }, + "field": { + "id": "https://openalex.org/fields/27", + "display_name": "Medicine" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/neuroimaging", + "display_name": "Neuroimaging", + "score": 0.8332920074462891 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6829519271850586 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6763078570365906 + }, + { + "id": "https://openalex.org/keywords/unsupervised-learning", + "display_name": "Unsupervised learning", + "score": 0.633687436580658 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6015421152114868 + }, + { + "id": "https://openalex.org/keywords/python", + "display_name": "Python (programming language)", + "score": 0.5471705794334412 + }, + { + "id": "https://openalex.org/keywords/functional-neuroimaging", + "display_name": "Functional neuroimaging", + "score": 0.5229871273040771 + }, + { + "id": "https://openalex.org/keywords/pattern-recognition", + "display_name": "Pattern recognition (psychology)", + "score": 0.40410205721855164 + }, + { + "id": "https://openalex.org/keywords/psychology", + "display_name": "Psychology", + "score": 0.1943330466747284 + }, + { + "id": "https://openalex.org/keywords/neuroscience", + "display_name": "Neuroscience", + "score": 0.13872376084327698 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C58693492", + "wikidata": "https://www.wikidata.org/wiki/Q551875", + "display_name": "Neuroimaging", + "level": 2, + "score": 0.8332920074462891 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6829519271850586 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6763078570365906 + }, + { + "id": "https://openalex.org/C8038995", + "wikidata": "https://www.wikidata.org/wiki/Q1152135", + "display_name": "Unsupervised learning", + "level": 2, + "score": 0.633687436580658 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6015421152114868 + }, + { + "id": "https://openalex.org/C519991488", + "wikidata": "https://www.wikidata.org/wiki/Q28865", + "display_name": "Python (programming language)", + "level": 2, + "score": 0.5471705794334412 + }, + { + "id": "https://openalex.org/C52338299", + "wikidata": "https://www.wikidata.org/wiki/Q1004354", + "display_name": "Functional neuroimaging", + "level": 3, + "score": 0.5229871273040771 + }, + { + "id": "https://openalex.org/C153180895", + "wikidata": "https://www.wikidata.org/wiki/Q7148389", + "display_name": "Pattern recognition (psychology)", + "level": 2, + "score": 0.40410205721855164 + }, + { + "id": "https://openalex.org/C15744967", + "wikidata": "https://www.wikidata.org/wiki/Q9418", + "display_name": "Psychology", + "level": 0, + "score": 0.1943330466747284 + }, + { + "id": "https://openalex.org/C169760540", + "wikidata": "https://www.wikidata.org/wiki/Q207011", + "display_name": "Neuroscience", + "level": 1, + "score": 0.13872376084327698 + }, + { + "id": "https://openalex.org/C111919701", + "wikidata": "https://www.wikidata.org/wiki/Q9135", + "display_name": "Operating system", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 7, + "locations": [ + { + "id": "doi:10.3389/fninf.2014.00014", + "is_oa": true, + "landing_page_url": "https://doi.org/10.3389/fninf.2014.00014", + "pdf_url": "https://www.frontiersin.org/articles/10.3389/fninf.2014.00014/pdf", + "source": { + "id": "https://openalex.org/S179816892", + "display_name": "Frontiers in Neuroinformatics", + "issn_l": "1662-5196", + "issn": [ + "1662-5196" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320527", + "host_organization_name": "Frontiers Media", + "host_organization_lineage": [ + "https://openalex.org/P4310320527" + ], + "host_organization_lineage_names": [ + "Frontiers Media" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Frontiers in Neuroinformatics", + "raw_type": "journal-article" + }, + { + "id": "pmid:24600388", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/24600388", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Frontiers in neuroinformatics", + "raw_type": null + }, + { + "id": "pmh:oai:arXiv.org:2202.11333", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/2202.11333", + "pdf_url": "https://arxiv.org/pdf/2202.11333", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "pmh:oai:HAL:hal-01093971v1", + "is_oa": false, + "landing_page_url": "https://inria.hal.science/hal-01093971", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402512", + "display_name": "HAL (Le Centre pour la Communication Scientifique Directe)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1294671590", + "host_organization_name": "Centre National de la Recherche Scientifique", + "host_organization_lineage": [ + "https://openalex.org/I1294671590" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Frontiers in Neuroscience, 2013, pp.15. ⟨10.3389/fninf.2014.00014⟩", + "raw_type": "Journal articles" + }, + { + "id": "pmh:oai:HAL:hal-03187887v3", + "is_oa": false, + "landing_page_url": "https://inria.hal.science/hal-03187887", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402512", + "display_name": "HAL (Le Centre pour la Communication Scientifique Directe)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1294671590", + "host_organization_name": "Centre National de la Recherche Scientifique", + "host_organization_lineage": [ + "https://openalex.org/I1294671590" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Neuroinformatics, 2022, ⟨10.3389/fninf.2014.00014⟩", + "raw_type": "Journal articles" + }, + { + "id": "pmh:oai:doaj.org/article:055de24a9c3540b6b3884081362be90d", + "is_oa": true, + "landing_page_url": "https://doaj.org/article/055de24a9c3540b6b3884081362be90d", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401280", + "display_name": "DOAJ (DOAJ: Directory of Open Access Journals)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by-sa", + "license_id": "https://openalex.org/licenses/cc-by-sa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Frontiers in Neuroinformatics, Vol 8 (2014)", + "raw_type": "article" + }, + { + "id": "pmh:oai:europepmc.org:2928056", + "is_oa": true, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/3930868", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400806", + "display_name": "Europe PMC (PubMed Central)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1303153112", + "host_organization_name": "European Bioinformatics Institute", + "host_organization_lineage": [ + "https://openalex.org/I1303153112" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "Text" + } + ], + "best_oa_location": { + "id": "doi:10.3389/fninf.2014.00014", + "is_oa": true, + "landing_page_url": "https://doi.org/10.3389/fninf.2014.00014", + "pdf_url": "https://www.frontiersin.org/articles/10.3389/fninf.2014.00014/pdf", + "source": { + "id": "https://openalex.org/S179816892", + "display_name": "Frontiers in Neuroinformatics", + "issn_l": "1662-5196", + "issn": [ + "1662-5196" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320527", + "host_organization_name": "Frontiers Media", + "host_organization_lineage": [ + "https://openalex.org/P4310320527" + ], + "host_organization_lineage_names": [ + "Frontiers Media" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Frontiers in Neuroinformatics", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [ + { + "score": 0.6600000262260437, + "id": "https://metadata.un.org/sdg/4", + "display_name": "Quality Education" + } + ], + "awards": [ + { + "id": "https://openalex.org/G2501487254", + "display_name": null, + "funder_award_id": "R21 DA034954", + "funder_id": "https://openalex.org/F4320337347", + "funder_display_name": "National Institute on Drug Abuse" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320337347", + "display_name": "National Institute on Drug Abuse", + "ror": "https://ror.org/00fq5cm18" + } + ], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 71, + "referenced_works": [ + "https://openalex.org/W758533152", + "https://openalex.org/W1480376833", + "https://openalex.org/W1528119265", + "https://openalex.org/W1548802052", + "https://openalex.org/W1569370144", + "https://openalex.org/W1571024744", + "https://openalex.org/W1906883763", + "https://openalex.org/W1970956440", + "https://openalex.org/W1974687978", + "https://openalex.org/W1985327120", + "https://openalex.org/W1988045490", + "https://openalex.org/W1996510233", + "https://openalex.org/W2001399171", + "https://openalex.org/W2006096283", + "https://openalex.org/W2007581301", + "https://openalex.org/W2009494091", + "https://openalex.org/W2011301426", + "https://openalex.org/W2011650426", + "https://openalex.org/W2023633168", + "https://openalex.org/W2024933578", + "https://openalex.org/W2040305148", + "https://openalex.org/W2040566369", + "https://openalex.org/W2040974372", + "https://openalex.org/W2048476135", + "https://openalex.org/W2048631316", + "https://openalex.org/W2052451171", + "https://openalex.org/W2056465968", + "https://openalex.org/W2060259639", + "https://openalex.org/W2063951486", + "https://openalex.org/W2063978378", + "https://openalex.org/W2073683361", + "https://openalex.org/W2077745487", + "https://openalex.org/W2079450984", + "https://openalex.org/W2079785597", + "https://openalex.org/W2089632738", + "https://openalex.org/W2096230777", + "https://openalex.org/W2097267381", + "https://openalex.org/W2097850441", + "https://openalex.org/W2101234009", + "https://openalex.org/W2102729564", + "https://openalex.org/W2113619522", + "https://openalex.org/W2116328702", + "https://openalex.org/W2117621792", + "https://openalex.org/W2122457251", + "https://openalex.org/W2123649031", + "https://openalex.org/W2133990480", + "https://openalex.org/W2134585061", + "https://openalex.org/W2135046866", + "https://openalex.org/W2137966626", + "https://openalex.org/W2140255740", + "https://openalex.org/W2140587192", + "https://openalex.org/W2145217719", + "https://openalex.org/W2145487185", + "https://openalex.org/W2146292423", + "https://openalex.org/W2148601705", + "https://openalex.org/W2151130155", + "https://openalex.org/W2151286458", + "https://openalex.org/W2151591509", + "https://openalex.org/W2158485497", + "https://openalex.org/W2164025570", + "https://openalex.org/W2179752489", + "https://openalex.org/W2240767875", + "https://openalex.org/W2540277519", + "https://openalex.org/W2752197104", + "https://openalex.org/W2810031488", + "https://openalex.org/W3132053208", + "https://openalex.org/W4206031975", + "https://openalex.org/W6633893416", + "https://openalex.org/W6675354045", + "https://openalex.org/W6959406008", + "https://openalex.org/W7074038129" + ], + "related_works": [ + "https://openalex.org/W2506266834", + "https://openalex.org/W2499037785", + "https://openalex.org/W2028174874", + "https://openalex.org/W2351278828", + "https://openalex.org/W4308957544", + "https://openalex.org/W2239282469", + "https://openalex.org/W67648935", + "https://openalex.org/W1993895507", + "https://openalex.org/W2122202779", + "https://openalex.org/W1995600417" + ], + "abstract_inverted_index": { + "Statistical": [ + 0 + ], + "machine": [ + 1, + 84 + ], + "learning": [ + 2, + 32, + 52, + 85, + 104 + ], + "methods": [ + 3 + ], + "are": [ + 4 + ], + "increasingly": [ + 5 + ], + "used": [ + 6, + 35, + 89 + ], + "for": [ + 7 + ], + "neuroimaging": [ + 8, + 76, + 114 + ], + "data": [ + 9, + 115 + ], + "analysis.": [ + 10 + ], + "Their": [ + 11 + ], + "main": [ + 12 + ], + "virtue": [ + 13 + ], + "is": [ + 14, + 33 + ], + "their": [ + 15 + ], + "ability": [ + 16 + ], + "to": [ + 17, + 41, + 45, + 90, + 113, + 120 + ], + "model": [ + 18 + ], + "high-dimensional": [ + 19 + ], + "datasets,": [ + 20 + ], + "e.g.,": [ + 21 + ], + "multivariate": [ + 22 + ], + "analysis": [ + 23, + 94 + ], + "of": [ + 24, + 59, + 102 + ], + "activation": [ + 25 + ], + "images": [ + 26, + 44, + 60 + ], + "or": [ + 27, + 38, + 47, + 66 + ], + "resting-state": [ + 28 + ], + "time": [ + 29 + ], + "series.": [ + 30 + ], + "Supervised": [ + 31 + ], + "typically": [ + 34 + ], + "in": [ + 36, + 57, + 69 + ], + "decoding": [ + 37 + ], + "encoding": [ + 39 + ], + "settings": [ + 40 + ], + "relate": [ + 42 + ], + "brain": [ + 43 + ], + "behavioral": [ + 46 + ], + "clinical": [ + 48 + ], + "observations,": [ + 49 + ], + "while": [ + 50 + ], + "unsupervised": [ + 51 + ], + "can": [ + 53, + 87 + ], + "uncover": [ + 54 + ], + "hidden": [ + 55 + ], + "structures": [ + 56 + ], + "sets": [ + 58 + ], + "(e.g.,": [ + 61 + ], + "resting": [ + 62 + ], + "state": [ + 63 + ], + "functional": [ + 64, + 75 + ], + "MRI)": [ + 65 + ], + "find": [ + 67 + ], + "sub-populations": [ + 68 + ], + "large": [ + 70, + 100 + ], + "cohorts.": [ + 71 + ], + "By": [ + 72 + ], + "considering": [ + 73 + ], + "different": [ + 74 + ], + "applications,": [ + 77 + ], + "we": [ + 78 + ], + "illustrate": [ + 79 + ], + "how": [ + 80 + ], + "scikit-learn,": [ + 81 + ], + "a": [ + 82, + 98, + 117 + ], + "Python": [ + 83 + ], + "library,": [ + 86 + ], + "be": [ + 88 + ], + "perform": [ + 91 + ], + "some": [ + 92 + ], + "key": [ + 93 + ], + "steps.": [ + 95 + ], + "Scikit-learn": [ + 96 + ], + "contains": [ + 97 + ], + "very": [ + 99 + ], + "set": [ + 101 + ], + "statistical": [ + 103 + ], + "algorithms,": [ + 105 + ], + "both": [ + 106 + ], + "supervised": [ + 107 + ], + "and": [ + 108, + 110 + ], + "unsupervised,": [ + 109 + ], + "its": [ + 111 + ], + "application": [ + 112 + ], + "provides": [ + 116 + ], + "versatile": [ + 118 + ], + "tool": [ + 119 + ], + "study": [ + 121 + ], + "the": [ + 122 + ], + "brain.": [ + 123 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 125 + }, + { + "year": 2025, + "cited_by_count": 383 + }, + { + "year": 2024, + "cited_by_count": 443 + }, + { + "year": 2023, + "cited_by_count": 381 + }, + { + "year": 2022, + "cited_by_count": 338 + }, + { + "year": 2021, + "cited_by_count": 320 + }, + { + "year": 2020, + "cited_by_count": 244 + }, + { + "year": 2019, + "cited_by_count": 151 + }, + { + "year": 2018, + "cited_by_count": 92 + }, + { + "year": 2017, + "cited_by_count": 61 + }, + { + "year": 2016, + "cited_by_count": 43 + }, + { + "year": 2015, + "cited_by_count": 29 + }, + { + "year": 2014, + "cited_by_count": 12 + }, + { + "year": 2013, + "cited_by_count": 2 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2016-06-24T00:00:00" + }, + { + "id": "https://openalex.org/W2973119841", + "doi": "https://doi.org/10.1146/annurev-fluid-010719-060214", + "title": "Machine Learning for Fluid Mechanics", + "display_name": "Machine Learning for Fluid Mechanics", + "relevance_score": 3605.4897, + "publication_year": 2019, + "publication_date": "2019-09-12", + "ids": { + "openalex": "https://openalex.org/W2973119841", + "doi": "https://doi.org/10.1146/annurev-fluid-010719-060214", + "mag": "2973119841" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1146/annurev-fluid-010719-060214", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1146/annurev-fluid-010719-060214", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S169493037", + "display_name": "Annual Review of Fluid Mechanics", + "issn_l": "0066-4189", + "issn": [ + "0066-4189", + "1545-4479" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320373", + "host_organization_name": "Annual Reviews", + "host_organization_lineage": [ + "https://openalex.org/P4310320373" + ], + "host_organization_lineage_names": [ + "Annual Reviews" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Annual Review of Fluid Mechanics", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "arxiv", + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1905.11075", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": null, + "display_name": "Steven L. Brunton", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I201448701", + "display_name": "University of Washington", + "ror": "https://ror.org/00cvxb145", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I201448701" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Steven L. Brunton", + "raw_affiliation_strings": [ + "Department of Mechanical Engineering, University of Washington, Seattle, Washington 98195, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Mechanical Engineering, University of Washington, Seattle, Washington 98195, USA", + "institution_ids": [ + "https://openalex.org/I201448701" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": null, + "display_name": "Bernd R. Noack", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1294671590", + "display_name": "Centre National de la Recherche Scientifique", + "ror": "https://ror.org/02feahw73", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I1294671590" + ] + }, + { + "id": "https://openalex.org/I277688954", + "display_name": "Université Paris-Saclay", + "ror": "https://ror.org/03xjwb503", + "country_code": "FR", + "type": "education", + "lineage": [ + "https://openalex.org/I277688954" + ] + }, + { + "id": "https://openalex.org/I4210115485", + "display_name": "Laboratoire d'Informatique pour la Mécanique et les Sciences de l'Ingénieur", + "ror": "https://ror.org/01raq4x89", + "country_code": "FR", + "type": "facility", + "lineage": [ + "https://openalex.org/I102197404", + "https://openalex.org/I1294671590", + "https://openalex.org/I4210115485", + "https://openalex.org/I4210159245" + ] + }, + { + "id": "https://openalex.org/I4577782", + "display_name": "Technische Universität Berlin", + "ror": "https://ror.org/03v4gjf40", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I4577782" + ] + } + ], + "countries": [ + "DE", + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Bernd R. Noack", + "raw_affiliation_strings": [ + "Institut für Strömungsmechanik und Technische Akustik, Technische Universität Berlin, D-10634 Berlin, Germany", + "LIMSI (Laboratoire d'Informatique pour la Mécanique et les Sciences de l'Ingénieur), CNRS UPR 3251, Université Paris-Saclay, F-91403 Orsay, France" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Institut für Strömungsmechanik und Technische Akustik, Technische Universität Berlin, D-10634 Berlin, Germany", + "institution_ids": [ + "https://openalex.org/I4577782" + ] + }, + { + "raw_affiliation_string": "LIMSI (Laboratoire d'Informatique pour la Mécanique et les Sciences de l'Ingénieur), CNRS UPR 3251, Université Paris-Saclay, F-91403 Orsay, France", + "institution_ids": [ + "https://openalex.org/I277688954", + "https://openalex.org/I4210115485", + "https://openalex.org/I1294671590" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": null, + "display_name": "Petros Koumoutsakos", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I35440088", + "display_name": "ETH Zurich", + "ror": "https://ror.org/05a28rw58", + "country_code": "CH", + "type": "education", + "lineage": [ + "https://openalex.org/I2799323385", + "https://openalex.org/I35440088" + ] + } + ], + "countries": [ + "CH" + ], + "is_corresponding": false, + "raw_author_name": "Petros Koumoutsakos", + "raw_affiliation_strings": [ + "Computational Science and Engineering Laboratory, ETH Zurich, CH-8092 Zurich, Switzerland;" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Computational Science and Engineering Laboratory, ETH Zurich, CH-8092 Zurich, Switzerland;", + "institution_ids": [ + "https://openalex.org/I35440088" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 4, + "institutions_distinct_count": 3, + "corresponding_author_ids": [], + "corresponding_institution_ids": [ + "https://openalex.org/I201448701" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 117.0527, + "has_fulltext": true, + "cited_by_count": 2553, + "citation_normalized_percentile": { + "value": 0.99990046, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "52", + "issue": "1", + "first_page": "477", + "last_page": "508" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11206", + "display_name": "Model Reduction and Neural Networks", + "score": 0.9092000126838684, + "subfield": { + "id": "https://openalex.org/subfields/3109", + "display_name": "Statistical and Nonlinear Physics" + }, + "field": { + "id": "https://openalex.org/fields/31", + "display_name": "Physics and Astronomy" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11206", + "display_name": "Model Reduction and Neural Networks", + "score": 0.9092000126838684, + "subfield": { + "id": "https://openalex.org/subfields/3109", + "display_name": "Statistical and Nonlinear Physics" + }, + "field": { + "id": "https://openalex.org/fields/31", + "display_name": "Physics and Astronomy" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10775", + "display_name": "Generative Adversarial Networks and Image Synthesis", + "score": 0.01759999990463257, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11948", + "display_name": "Machine Learning in Materials Science", + "score": 0.012000000104308128, + "subfield": { + "id": "https://openalex.org/subfields/2505", + "display_name": "Materials Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/25", + "display_name": "Materials Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/fluid-mechanics", + "display_name": "Fluid mechanics", + "score": 0.7289000153541565 + }, + { + "id": "https://openalex.org/keywords/current", + "display_name": "Current (fluid)", + "score": 0.5666999816894531 + }, + { + "id": "https://openalex.org/keywords/field", + "display_name": "Field (mathematics)", + "score": 0.5497000217437744 + }, + { + "id": "https://openalex.org/keywords/perspective", + "display_name": "Perspective (graphical)", + "score": 0.5285000205039978 + }, + { + "id": "https://openalex.org/keywords/fluid-dynamics", + "display_name": "Fluid dynamics", + "score": 0.5188999772071838 + }, + { + "id": "https://openalex.org/keywords/domain", + "display_name": "Domain (mathematical analysis)", + "score": 0.4918000102043152 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C43133876", + "wikidata": "https://www.wikidata.org/wiki/Q172145", + "display_name": "Fluid mechanics", + "level": 2, + "score": 0.7289000153541565 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7146999835968018 + }, + { + "id": "https://openalex.org/C148043351", + "wikidata": "https://www.wikidata.org/wiki/Q4456944", + "display_name": "Current (fluid)", + "level": 2, + "score": 0.5666999816894531 + }, + { + "id": "https://openalex.org/C9652623", + "wikidata": "https://www.wikidata.org/wiki/Q190109", + "display_name": "Field (mathematics)", + "level": 2, + "score": 0.5497000217437744 + }, + { + "id": "https://openalex.org/C12713177", + "wikidata": "https://www.wikidata.org/wiki/Q1900281", + "display_name": "Perspective (graphical)", + "level": 2, + "score": 0.5285000205039978 + }, + { + "id": "https://openalex.org/C90278072", + "wikidata": "https://www.wikidata.org/wiki/Q216320", + "display_name": "Fluid dynamics", + "level": 2, + "score": 0.5188999772071838 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5113000273704529 + }, + { + "id": "https://openalex.org/C36503486", + "wikidata": "https://www.wikidata.org/wiki/Q11235244", + "display_name": "Domain (mathematical analysis)", + "level": 2, + "score": 0.4918000102043152 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.43700000643730164 + }, + { + "id": "https://openalex.org/C207685749", + "wikidata": "https://www.wikidata.org/wiki/Q2088941", + "display_name": "Domain knowledge", + "level": 2, + "score": 0.38100001215934753 + }, + { + "id": "https://openalex.org/C38349280", + "wikidata": "https://www.wikidata.org/wiki/Q1434290", + "display_name": "Flow (mathematics)", + "level": 2, + "score": 0.3517000079154968 + }, + { + "id": "https://openalex.org/C99874945", + "wikidata": "https://www.wikidata.org/wiki/Q188715", + "display_name": "Statistical mechanics", + "level": 2, + "score": 0.2985999882221222 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.2874999940395355 + }, + { + "id": "https://openalex.org/C2984161354", + "wikidata": "https://www.wikidata.org/wiki/Q216320", + "display_name": "Fluid motion", + "level": 2, + "score": 0.2538999915122986 + } + ], + "mesh": [], + "locations_count": 3, + "locations": [ + { + "id": "doi:10.1146/annurev-fluid-010719-060214", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1146/annurev-fluid-010719-060214", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S169493037", + "display_name": "Annual Review of Fluid Mechanics", + "issn_l": "0066-4189", + "issn": [ + "0066-4189", + "1545-4479" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320373", + "host_organization_name": "Annual Reviews", + "host_organization_lineage": [ + "https://openalex.org/P4310320373" + ], + "host_organization_lineage_names": [ + "Annual Reviews" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Annual Review of Fluid Mechanics", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:arXiv.org:1905.11075", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1905.11075", + "pdf_url": "https://arxiv.org/pdf/1905.11075", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:HAL:hal-02398670v1", + "is_oa": false, + "landing_page_url": "https://hal.science/hal-02398670", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402512", + "display_name": "HAL (Le Centre pour la Communication Scientifique Directe)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1294671590", + "host_organization_name": "Centre National de la Recherche Scientifique", + "host_organization_lineage": [ + "https://openalex.org/I1294671590" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Annual Review of Fluid Mechanics, 2020, 52 (1), pp.477-508. ⟨10.1146/annurev-fluid-010719-060214⟩", + "raw_type": "Journal articles" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1905.11075", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1905.11075", + "pdf_url": "https://arxiv.org/pdf/1905.11075", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + "sustainable_development_goals": [], + "awards": [ + { + "id": "https://openalex.org/G1483361726", + "display_name": null, + "funder_award_id": "W911NF-17-1-0422", + "funder_id": "https://openalex.org/F4320338281", + "funder_display_name": "Army Research Office" + }, + { + "id": "https://openalex.org/G1523888516", + "display_name": null, + "funder_award_id": "FA9550-", + "funder_id": "https://openalex.org/F4320338279", + "funder_display_name": "Air Force Office of Scientific Research" + }, + { + "id": "https://openalex.org/G3655914848", + "display_name": null, + "funder_award_id": "W911NF-17-1-0306", + "funder_id": "https://openalex.org/F4320338281", + "funder_display_name": "Army Research Office" + }, + { + "id": "https://openalex.org/G4205652870", + "display_name": null, + "funder_award_id": "W911NF-17-1-0422", + "funder_id": "https://openalex.org/F4320338279", + "funder_display_name": "Air Force Office of Scientific Research" + }, + { + "id": "https://openalex.org/G5809100787", + "display_name": null, + "funder_award_id": "FA9550", + "funder_id": "https://openalex.org/F4320338279", + "funder_display_name": "Air Force Office of Scientific Research" + }, + { + "id": "https://openalex.org/G7042399192", + "display_name": null, + "funder_award_id": "AFOSR FA9550-18-1-0200", + "funder_id": "https://openalex.org/F4320338279", + "funder_display_name": "Air Force Office of Scientific Research" + }, + { + "id": "https://openalex.org/G7452299184", + "display_name": null, + "funder_award_id": "W911NF", + "funder_id": "https://openalex.org/F4320338281", + "funder_display_name": "Army Research Office" + }, + { + "id": "https://openalex.org/G8202574490", + "display_name": null, + "funder_award_id": "FA9550-18-1-0200", + "funder_id": "https://openalex.org/F4320338279", + "funder_display_name": "Air Force Office of Scientific Research" + }, + { + "id": "https://openalex.org/G8249314747", + "display_name": null, + "funder_award_id": "ARO W911NF-17-1-0306", + "funder_id": "https://openalex.org/F4320338281", + "funder_display_name": "Army Research Office" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320322892", + "display_name": "Centre National de la Recherche Scientifique", + "ror": "https://ror.org/02feahw73" + }, + { + "id": "https://openalex.org/F4320338279", + "display_name": "Air Force Office of Scientific Research", + "ror": "https://ror.org/011e9bt93" + }, + { + "id": "https://openalex.org/F4320338281", + "display_name": "Army Research Office", + "ror": "https://ror.org/05epdh915" + } + ], + "has_content": { + "grobid_xml": true, + "pdf": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W2973119841.pdf", + "grobid_xml": "https://content.openalex.org/works/W2973119841.grobid-xml" + }, + "referenced_works_count": 139, + "referenced_works": [ + "https://openalex.org/W54257720", + "https://openalex.org/W119114865", + "https://openalex.org/W1479971399", + "https://openalex.org/W1498436455", + "https://openalex.org/W1528439235", + "https://openalex.org/W1590183771", + "https://openalex.org/W1606265566", + "https://openalex.org/W1614107838", + "https://openalex.org/W1633869374", + "https://openalex.org/W1650825897", + "https://openalex.org/W1685006559", + "https://openalex.org/W1954793758", + "https://openalex.org/W1967011375", + "https://openalex.org/W1967963082", + "https://openalex.org/W1970454553", + "https://openalex.org/W1972005403", + "https://openalex.org/W1976068300", + "https://openalex.org/W1979769287", + "https://openalex.org/W1992462433", + "https://openalex.org/W1996773027", + "https://openalex.org/W1997126009", + "https://openalex.org/W2008125068", + "https://openalex.org/W2010459912", + "https://openalex.org/W2012725996", + "https://openalex.org/W2014356541", + "https://openalex.org/W2017479642", + "https://openalex.org/W2027964569", + "https://openalex.org/W2030450972", + "https://openalex.org/W2031349338", + "https://openalex.org/W2034541995", + "https://openalex.org/W2040387238", + "https://openalex.org/W2040870580", + "https://openalex.org/W2041754533", + "https://openalex.org/W2050195777", + "https://openalex.org/W2051465149", + "https://openalex.org/W2054881170", + "https://openalex.org/W2055503573", + "https://openalex.org/W2056653303", + "https://openalex.org/W2064675550", + "https://openalex.org/W2067472975", + "https://openalex.org/W2070246049", + "https://openalex.org/W2074447412", + "https://openalex.org/W2076110561", + "https://openalex.org/W2078626246", + "https://openalex.org/W2097074225", + "https://openalex.org/W2102162541", + "https://openalex.org/W2103626435", + "https://openalex.org/W2104578628", + "https://openalex.org/W2108380954", + "https://openalex.org/W2109177042", + "https://openalex.org/W2109883840", + "https://openalex.org/W2110418811", + "https://openalex.org/W2113553269", + "https://openalex.org/W2113640817", + "https://openalex.org/W2117756735", + "https://openalex.org/W2118944048", + "https://openalex.org/W2121058967", + "https://openalex.org/W2122861381", + "https://openalex.org/W2123381477", + "https://openalex.org/W2126999002", + "https://openalex.org/W2127129738", + "https://openalex.org/W2128084896", + "https://openalex.org/W2129812935", + "https://openalex.org/W2130259898", + "https://openalex.org/W2131847304", + "https://openalex.org/W2134692705", + "https://openalex.org/W2137595289", + "https://openalex.org/W2137983211", + "https://openalex.org/W2138537392", + "https://openalex.org/W2139960762", + "https://openalex.org/W2145339207", + "https://openalex.org/W2150559081", + "https://openalex.org/W2158985775", + "https://openalex.org/W2164954534", + "https://openalex.org/W2168479071", + "https://openalex.org/W2179833213", + "https://openalex.org/W2239232218", + "https://openalex.org/W2239916406", + "https://openalex.org/W2257979135", + "https://openalex.org/W2266714625", + "https://openalex.org/W2335276023", + "https://openalex.org/W2339890646", + "https://openalex.org/W2345737627", + "https://openalex.org/W2346717862", + "https://openalex.org/W2395962256", + "https://openalex.org/W2465244584", + "https://openalex.org/W2487365028", + "https://openalex.org/W2490045648", + "https://openalex.org/W2494808947", + "https://openalex.org/W2517135970", + "https://openalex.org/W2525748878", + "https://openalex.org/W2534240011", + "https://openalex.org/W2556930732", + "https://openalex.org/W2573798107", + "https://openalex.org/W2584231952", + "https://openalex.org/W2586197373", + "https://openalex.org/W2594632285", + "https://openalex.org/W2730644873", + "https://openalex.org/W2745110207", + "https://openalex.org/W2748760860", + "https://openalex.org/W2751013712", + "https://openalex.org/W2758626922", + "https://openalex.org/W2765372792", + "https://openalex.org/W2765861397", + "https://openalex.org/W2768911907", + "https://openalex.org/W2770660451", + "https://openalex.org/W2777417212", + "https://openalex.org/W2782714865", + "https://openalex.org/W2787894218", + "https://openalex.org/W2788403524", + "https://openalex.org/W2794371820", + "https://openalex.org/W2795982117", + "https://openalex.org/W2799103053", + "https://openalex.org/W2805869290", + "https://openalex.org/W2887432454", + "https://openalex.org/W2888317899", + "https://openalex.org/W2891423421", + "https://openalex.org/W2899283552", + "https://openalex.org/W2900119356", + "https://openalex.org/W2902480423", + "https://openalex.org/W2902946198", + "https://openalex.org/W2909451642", + "https://openalex.org/W2911964244", + "https://openalex.org/W2919115771", + "https://openalex.org/W2950974717", + "https://openalex.org/W2962757926", + "https://openalex.org/W2962761333", + "https://openalex.org/W2962899390", + "https://openalex.org/W2963448313", + "https://openalex.org/W2964027982", + "https://openalex.org/W2964059953", + "https://openalex.org/W2964128214", + "https://openalex.org/W2964129632", + "https://openalex.org/W2971781109", + "https://openalex.org/W4210968171", + "https://openalex.org/W4213332169", + "https://openalex.org/W4233518571", + "https://openalex.org/W4238160257", + "https://openalex.org/W4250955649" + ], + "related_works": [ + "https://openalex.org/W2772595360", + "https://openalex.org/W2221523880", + "https://openalex.org/W3046946477", + "https://openalex.org/W2010181683", + "https://openalex.org/W2778641779", + "https://openalex.org/W2967095864", + "https://openalex.org/W2056815676", + "https://openalex.org/W2284359467", + "https://openalex.org/W204992595", + "https://openalex.org/W2049238023" + ], + "abstract_inverted_index": { + "The": [ + 0, + 100 + ], + "field": [ + 1, + 16 + ], + "of": [ + 2, + 12, + 31, + 70, + 78, + 104, + 112, + 122, + 142 + ], + "fluid": [ + 3, + 47, + 81, + 98, + 143 + ], + "mechanics": [ + 4, + 144 + ], + "is": [ + 5 + ], + "rapidly": [ + 6 + ], + "advancing,": [ + 7 + ], + "driven": [ + 8 + ], + "by": [ + 9 + ], + "unprecedented": [ + 10 + ], + "volumes": [ + 11 + ], + "data": [ + 13, + 37, + 117 + ], + "from": [ + 14, + 36, + 109 + ], + "experiments,": [ + 15, + 124 + ], + "measurements,": [ + 17 + ], + "and": [ + 18, + 56, + 63, + 75, + 88, + 96, + 102, + 125, + 136, + 146 + ], + "large-scale": [ + 19 + ], + "simulations": [ + 20 + ], + "at": [ + 21 + ], + "multiple": [ + 22 + ], + "spatiotemporal": [ + 23 + ], + "scales.": [ + 24 + ], + "Machine": [ + 25 + ], + "learning": [ + 26 + ], + "(ML)": [ + 27 + ], + "offers": [ + 28 + ], + "a": [ + 29, + 129 + ], + "wealth": [ + 30 + ], + "techniques": [ + 32 + ], + "to": [ + 33, + 60 + ], + "extract": [ + 34 + ], + "information": [ + 35 + ], + "that": [ + 38, + 115, + 133 + ], + "can": [ + 39, + 52, + 134 + ], + "be": [ + 40 + ], + "translated": [ + 41 + ], + "into": [ + 42 + ], + "knowledge": [ + 43, + 55 + ], + "about": [ + 44 + ], + "the": [ + 45, + 110 + ], + "underlying": [ + 46 + ], + "mechanics.": [ + 48, + 82 + ], + "Moreover,": [ + 49 + ], + "ML": [ + 50, + 79, + 86, + 127 + ], + "algorithms": [ + 51 + ], + "augment": [ + 53 + ], + "domain": [ + 54 + ], + "automate": [ + 57 + ], + "tasks": [ + 58 + ], + "related": [ + 59 + ], + "flow": [ + 61 + ], + "control": [ + 62 + ], + "optimization.": [ + 64 + ], + "This": [ + 65 + ], + "article": [ + 66 + ], + "presents": [ + 67 + ], + "an": [ + 68, + 119 + ], + "overview": [ + 69 + ], + "past": [ + 71 + ], + "history,": [ + 72 + ], + "current": [ + 73, + 140 + ], + "developments,": [ + 74 + ], + "emerging": [ + 76 + ], + "opportunities": [ + 77 + ], + "for": [ + 80, + 92 + ], + "We": [ + 83 + ], + "outline": [ + 84 + ], + "fundamental": [ + 85 + ], + "methodologies": [ + 87 + ], + "discuss": [ + 89 + ], + "their": [ + 90 + ], + "uses": [ + 91 + ], + "understanding,": [ + 93 + ], + "modeling,": [ + 94, + 123 + ], + "optimizing,": [ + 95 + ], + "controlling": [ + 97 + ], + "flows.": [ + 99 + ], + "strengths": [ + 101 + ], + "limitations": [ + 103 + ], + "these": [ + 105 + ], + "methods": [ + 106 + ], + "are": [ + 107 + ], + "addressed": [ + 108 + ], + "perspective": [ + 111 + ], + "scientific": [ + 113 + ], + "inquiry": [ + 114 + ], + "considers": [ + 116 + ], + "as": [ + 118 + ], + "inherent": [ + 120 + ], + "part": [ + 121 + ], + "simulations.": [ + 126 + ], + "provides": [ + 128 + ], + "powerful": [ + 130 + ], + "information-processing": [ + 131 + ], + "framework": [ + 132 + ], + "augment,": [ + 135 + ], + "possibly": [ + 137 + ], + "even": [ + 138 + ], + "transform,": [ + 139 + ], + "lines": [ + 141 + ], + "research": [ + 145 + ], + "industrial": [ + 147 + ], + "applications.": [ + 148 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 232 + }, + { + "year": 2025, + "cited_by_count": 548 + }, + { + "year": 2024, + "cited_by_count": 526 + }, + { + "year": 2023, + "cited_by_count": 435 + }, + { + "year": 2022, + "cited_by_count": 396 + }, + { + "year": 2021, + "cited_by_count": 285 + }, + { + "year": 2020, + "cited_by_count": 121 + }, + { + "year": 2019, + "cited_by_count": 10 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2019-09-19T00:00:00" + }, + { + "id": "https://openalex.org/W2111547563", + "doi": "https://doi.org/10.1016/j.csbj.2014.11.005", + "title": "Machine learning applications in cancer prognosis and prediction", + "display_name": "Machine learning applications in cancer prognosis and prediction", + "relevance_score": 3577.4424, + "publication_year": 2014, + "publication_date": "2014-11-15", + "ids": { + "openalex": "https://openalex.org/W2111547563", + "doi": "https://doi.org/10.1016/j.csbj.2014.11.005", + "mag": "2111547563", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/25750696" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1016/j.csbj.2014.11.005", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1016/j.csbj.2014.11.005", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2764539591", + "display_name": "Computational and Structural Biotechnology Journal", + "issn_l": "2001-0370", + "issn": [ + "2001-0370" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320990", + "host_organization_name": "Elsevier BV", + "host_organization_lineage": [ + "https://openalex.org/P4310320990" + ], + "host_organization_lineage_names": [ + "Elsevier BV" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Computational and Structural Biotechnology Journal", + "raw_type": "journal-article" + }, + "type": "review", + "indexed_in": [ + "crossref", + "doaj", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "gold", + "oa_url": "https://doi.org/10.1016/j.csbj.2014.11.005", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5067569191", + "display_name": "Κωνσταντίνα Κούρου", + "orcid": "https://orcid.org/0000-0003-4310-2739" + }, + "institutions": [ + { + "id": "https://openalex.org/I194019607", + "display_name": "University of Ioannina", + "ror": "https://ror.org/01qg3j183", + "country_code": "GR", + "type": "education", + "lineage": [ + "https://openalex.org/I194019607" + ] + } + ], + "countries": [ + "GR" + ], + "is_corresponding": false, + "raw_author_name": "Konstantina Kourou", + "raw_affiliation_strings": [ + "Unit of Medical Technology and Intelligent Information Systems, Dept. of Materials Science and Engineering, University of Ioannina, Ioannina, Greece" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Unit of Medical Technology and Intelligent Information Systems, Dept. of Materials Science and Engineering, University of Ioannina, Ioannina, Greece", + "institution_ids": [ + "https://openalex.org/I194019607" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5104150275", + "display_name": "Themis P. Exarchos", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I194019607", + "display_name": "University of Ioannina", + "ror": "https://ror.org/01qg3j183", + "country_code": "GR", + "type": "education", + "lineage": [ + "https://openalex.org/I194019607" + ] + }, + { + "id": "https://openalex.org/I4210105723", + "display_name": "FORTH Institute of Molecular Biology and Biotechnology", + "ror": "https://ror.org/01gzszr18", + "country_code": "GR", + "type": "facility", + "lineage": [ + "https://openalex.org/I4210105723", + "https://openalex.org/I8901234" + ] + } + ], + "countries": [ + "GR" + ], + "is_corresponding": false, + "raw_author_name": "Themis P. Exarchos", + "raw_affiliation_strings": [ + "IMBB — FORTH, Dept. of Biomedical Research, Ioannina, Greece", + "Unit of Medical Technology and Intelligent Information Systems, Dept. of Materials Science and Engineering, University of Ioannina, Ioannina, Greece" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "IMBB — FORTH, Dept. of Biomedical Research, Ioannina, Greece", + "institution_ids": [ + "https://openalex.org/I4210105723" + ] + }, + { + "raw_affiliation_string": "Unit of Medical Technology and Intelligent Information Systems, Dept. of Materials Science and Engineering, University of Ioannina, Ioannina, Greece", + "institution_ids": [ + "https://openalex.org/I194019607" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5017880834", + "display_name": "Konstantinos Exarchos", + "orcid": "https://orcid.org/0000-0002-4754-7623" + }, + "institutions": [ + { + "id": "https://openalex.org/I194019607", + "display_name": "University of Ioannina", + "ror": "https://ror.org/01qg3j183", + "country_code": "GR", + "type": "education", + "lineage": [ + "https://openalex.org/I194019607" + ] + } + ], + "countries": [ + "GR" + ], + "is_corresponding": false, + "raw_author_name": "Konstantinos P. Exarchos", + "raw_affiliation_strings": [ + "Unit of Medical Technology and Intelligent Information Systems, Dept. of Materials Science and Engineering, University of Ioannina, Ioannina, Greece" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Unit of Medical Technology and Intelligent Information Systems, Dept. of Materials Science and Engineering, University of Ioannina, Ioannina, Greece", + "institution_ids": [ + "https://openalex.org/I194019607" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5084550691", + "display_name": "Michalis V. Karamouzis", + "orcid": "https://orcid.org/0000-0003-1369-8201" + }, + "institutions": [ + { + "id": "https://openalex.org/I200777214", + "display_name": "National and Kapodistrian University of Athens", + "ror": "https://ror.org/04gnjpq42", + "country_code": "GR", + "type": "education", + "lineage": [ + "https://openalex.org/I200777214" + ] + } + ], + "countries": [ + "GR" + ], + "is_corresponding": false, + "raw_author_name": "Michalis V. Karamouzis", + "raw_affiliation_strings": [ + "Molecular Oncology Unit, Department of Biological Chemistry, Medical School, University of Athens, Athens, Greece" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Molecular Oncology Unit, Department of Biological Chemistry, Medical School, University of Athens, Athens, Greece", + "institution_ids": [ + "https://openalex.org/I200777214" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5037813012", + "display_name": "Dimitrios I. Fotiadis", + "orcid": "https://orcid.org/0000-0002-7362-5082" + }, + "institutions": [ + { + "id": "https://openalex.org/I194019607", + "display_name": "University of Ioannina", + "ror": "https://ror.org/01qg3j183", + "country_code": "GR", + "type": "education", + "lineage": [ + "https://openalex.org/I194019607" + ] + }, + { + "id": "https://openalex.org/I4210105723", + "display_name": "FORTH Institute of Molecular Biology and Biotechnology", + "ror": "https://ror.org/01gzszr18", + "country_code": "GR", + "type": "facility", + "lineage": [ + "https://openalex.org/I4210105723", + "https://openalex.org/I8901234" + ] + } + ], + "countries": [ + "GR" + ], + "is_corresponding": true, + "raw_author_name": "Dimitrios I. Fotiadis", + "raw_affiliation_strings": [ + "IMBB — FORTH, Dept. of Biomedical Research, Ioannina, Greece", + "Unit of Medical Technology and Intelligent Information Systems, Dept. of Materials Science and Engineering, University of Ioannina, Ioannina, Greece" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "IMBB — FORTH, Dept. of Biomedical Research, Ioannina, Greece", + "institution_ids": [ + "https://openalex.org/I4210105723" + ] + }, + { + "raw_affiliation_string": "Unit of Medical Technology and Intelligent Information Systems, Dept. of Materials Science and Engineering, University of Ioannina, Ioannina, Greece", + "institution_ids": [ + "https://openalex.org/I194019607" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 5, + "corresponding_author_ids": [ + "https://openalex.org/A5037813012" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I194019607", + "https://openalex.org/I4210105723" + ], + "apc_list": { + "value": 2450, + "currency": "EUR", + "value_usd": 2642 + }, + "apc_paid": { + "value": 2450, + "currency": "EUR", + "value_usd": 2642 + }, + "fwci": 61.3105, + "has_fulltext": false, + "cited_by_count": 3271, + "citation_normalized_percentile": { + "value": 0.9992261, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "13", + "issue": null, + "first_page": "8", + "last_page": "17" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10862", + "display_name": "AI in cancer detection", + "score": 0.9977999925613403, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10862", + "display_name": "AI in cancer detection", + "score": 0.9977999925613403, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11396", + "display_name": "Artificial Intelligence in Healthcare", + "score": 0.9937999844551086, + "subfield": { + "id": "https://openalex.org/subfields/3605", + "display_name": "Health Information Management" + }, + "field": { + "id": "https://openalex.org/fields/36", + "display_name": "Health Professions" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + }, + { + "id": "https://openalex.org/T10885", + "display_name": "Gene expression and cancer classification", + "score": 0.9843000173568726, + "subfield": { + "id": "https://openalex.org/subfields/1312", + "display_name": "Molecular Biology" + }, + "field": { + "id": "https://openalex.org/fields/13", + "display_name": "Biochemistry, Genetics and Molecular Biology" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.7670019865036011 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6441092491149902 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6317405104637146 + }, + { + "id": "https://openalex.org/keywords/support-vector-machine", + "display_name": "Support vector machine", + "score": 0.6097581386566162 + }, + { + "id": "https://openalex.org/keywords/cancer", + "display_name": "Cancer", + "score": 0.567906379699707 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.5353600978851318 + }, + { + "id": "https://openalex.org/keywords/bayesian-network", + "display_name": "Bayesian network", + "score": 0.5231181979179382 + }, + { + "id": "https://openalex.org/keywords/clinical-practice", + "display_name": "Clinical Practice", + "score": 0.46658024191856384 + }, + { + "id": "https://openalex.org/keywords/variety", + "display_name": "Variety (cybernetics)", + "score": 0.4417306184768677 + }, + { + "id": "https://openalex.org/keywords/field", + "display_name": "Field (mathematics)", + "score": 0.43627700209617615 + }, + { + "id": "https://openalex.org/keywords/predictive-modelling", + "display_name": "Predictive modelling", + "score": 0.4162035584449768 + }, + { + "id": "https://openalex.org/keywords/medicine", + "display_name": "Medicine", + "score": 0.2604517340660095 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.08188235759735107 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.7670019865036011 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6441092491149902 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6317405104637146 + }, + { + "id": "https://openalex.org/C12267149", + "wikidata": "https://www.wikidata.org/wiki/Q282453", + "display_name": "Support vector machine", + "level": 2, + "score": 0.6097581386566162 + }, + { + "id": "https://openalex.org/C121608353", + "wikidata": "https://www.wikidata.org/wiki/Q12078", + "display_name": "Cancer", + "level": 2, + "score": 0.567906379699707 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.5353600978851318 + }, + { + "id": "https://openalex.org/C33724603", + "wikidata": "https://www.wikidata.org/wiki/Q812540", + "display_name": "Bayesian network", + "level": 2, + "score": 0.5231181979179382 + }, + { + "id": "https://openalex.org/C2779974597", + "wikidata": "https://www.wikidata.org/wiki/Q28448986", + "display_name": "Clinical Practice", + "level": 2, + "score": 0.46658024191856384 + }, + { + "id": "https://openalex.org/C136197465", + "wikidata": "https://www.wikidata.org/wiki/Q1729295", + "display_name": "Variety (cybernetics)", + "level": 2, + "score": 0.4417306184768677 + }, + { + "id": "https://openalex.org/C9652623", + "wikidata": "https://www.wikidata.org/wiki/Q190109", + "display_name": "Field (mathematics)", + "level": 2, + "score": 0.43627700209617615 + }, + { + "id": "https://openalex.org/C45804977", + "wikidata": "https://www.wikidata.org/wiki/Q7239673", + "display_name": "Predictive modelling", + "level": 2, + "score": 0.4162035584449768 + }, + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.2604517340660095 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.08188235759735107 + }, + { + "id": "https://openalex.org/C202444582", + "wikidata": "https://www.wikidata.org/wiki/Q837863", + "display_name": "Pure mathematics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C126322002", + "wikidata": "https://www.wikidata.org/wiki/Q11180", + "display_name": "Internal medicine", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C512399662", + "wikidata": "https://www.wikidata.org/wiki/Q3505712", + "display_name": "Family medicine", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 4, + "locations": [ + { + "id": "doi:10.1016/j.csbj.2014.11.005", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1016/j.csbj.2014.11.005", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2764539591", + "display_name": "Computational and Structural Biotechnology Journal", + "issn_l": "2001-0370", + "issn": [ + "2001-0370" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320990", + "host_organization_name": "Elsevier BV", + "host_organization_lineage": [ + "https://openalex.org/P4310320990" + ], + "host_organization_lineage_names": [ + "Elsevier BV" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Computational and Structural Biotechnology Journal", + "raw_type": "journal-article" + }, + { + "id": "pmid:25750696", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/25750696", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Computational and structural biotechnology journal", + "raw_type": null + }, + { + "id": "pmh:oai:doaj.org/article:35b9fc4c35f148889aab32c978d9a58b", + "is_oa": true, + "landing_page_url": "https://doaj.org/article/35b9fc4c35f148889aab32c978d9a58b", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401280", + "display_name": "DOAJ (DOAJ: Directory of Open Access Journals)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by-sa", + "license_id": "https://openalex.org/licenses/cc-by-sa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Computational and Structural Biotechnology Journal, Vol 13, Iss C, Pp 8-17 (2015)", + "raw_type": "article" + }, + { + "id": "pmh:oai:europepmc.org:3318377", + "is_oa": true, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/4348437", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400806", + "display_name": "Europe PMC (PubMed Central)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1303153112", + "host_organization_name": "European Bioinformatics Institute", + "host_organization_lineage": [ + "https://openalex.org/I1303153112" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "Text" + } + ], + "best_oa_location": { + "id": "doi:10.1016/j.csbj.2014.11.005", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1016/j.csbj.2014.11.005", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2764539591", + "display_name": "Computational and Structural Biotechnology Journal", + "issn_l": "2001-0370", + "issn": [ + "2001-0370" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320990", + "host_organization_name": "Elsevier BV", + "host_organization_lineage": [ + "https://openalex.org/P4310320990" + ], + "host_organization_lineage_names": [ + "Elsevier BV" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Computational and Structural Biotechnology Journal", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [ + { + "score": 0.4099999964237213, + "id": "https://metadata.un.org/sdg/16", + "display_name": "Peace, Justice and strong institutions" + } + ], + "awards": [], + "funders": [ + { + "id": "https://openalex.org/F4320338370", + "display_name": "FP7 Information and Communication Technologies", + "ror": null + } + ], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 74, + "referenced_works": [ + "https://openalex.org/W1491953704", + "https://openalex.org/W1500572886", + "https://openalex.org/W1517879388", + "https://openalex.org/W1519433744", + "https://openalex.org/W1565377632", + "https://openalex.org/W1570448133", + "https://openalex.org/W1591717158", + "https://openalex.org/W1651586605", + "https://openalex.org/W1663973292", + "https://openalex.org/W1960669649", + "https://openalex.org/W1971005400", + "https://openalex.org/W1978761216", + "https://openalex.org/W1983024255", + "https://openalex.org/W1985663400", + "https://openalex.org/W1987776395", + "https://openalex.org/W1989628460", + "https://openalex.org/W1992297816", + "https://openalex.org/W1993628165", + "https://openalex.org/W1995199599", + "https://openalex.org/W2007265575", + "https://openalex.org/W2011021469", + "https://openalex.org/W2014510428", + "https://openalex.org/W2017337590", + "https://openalex.org/W2020402396", + "https://openalex.org/W2021100122", + "https://openalex.org/W2025060250", + "https://openalex.org/W2025738103", + "https://openalex.org/W2036839465", + "https://openalex.org/W2041652340", + "https://openalex.org/W2048701123", + "https://openalex.org/W2053522428", + "https://openalex.org/W2058089746", + "https://openalex.org/W2062364738", + "https://openalex.org/W2083780116", + "https://openalex.org/W2088338744", + "https://openalex.org/W2089927030", + "https://openalex.org/W2091947792", + "https://openalex.org/W2097554668", + "https://openalex.org/W2105882193", + "https://openalex.org/W2109103446", + "https://openalex.org/W2109896839", + "https://openalex.org/W2111461407", + "https://openalex.org/W2116841457", + "https://openalex.org/W2117692326", + "https://openalex.org/W2118366842", + "https://openalex.org/W2119782683", + "https://openalex.org/W2122227569", + "https://openalex.org/W2123696692", + "https://openalex.org/W2126009609", + "https://openalex.org/W2128767954", + "https://openalex.org/W2130338776", + "https://openalex.org/W2132619562", + "https://openalex.org/W2133601033", + "https://openalex.org/W2140218006", + "https://openalex.org/W2148078825", + "https://openalex.org/W2152121590", + "https://openalex.org/W2154362705", + "https://openalex.org/W2155461561", + "https://openalex.org/W2156483112", + "https://openalex.org/W2157132621", + "https://openalex.org/W2157239837", + "https://openalex.org/W2163042952", + "https://openalex.org/W2167645795", + "https://openalex.org/W2167769381", + "https://openalex.org/W2170379523", + "https://openalex.org/W2324845196", + "https://openalex.org/W2431164060", + "https://openalex.org/W2476253186", + "https://openalex.org/W2977661550", + "https://openalex.org/W4205774955", + "https://openalex.org/W4255865525", + "https://openalex.org/W4296886862", + "https://openalex.org/W6660969321", + "https://openalex.org/W6663876547" + ], + "related_works": [ + "https://openalex.org/W2032233321", + "https://openalex.org/W3121970507", + "https://openalex.org/W2110028391", + "https://openalex.org/W54497855", + "https://openalex.org/W217960748", + "https://openalex.org/W3125814499", + "https://openalex.org/W2090827041", + "https://openalex.org/W2565703248", + "https://openalex.org/W187246281", + "https://openalex.org/W2143548620" + ], + "abstract_inverted_index": { + "Cancer": [ + 0 + ], + "has": [ + 1, + 51 + ], + "been": [ + 2, + 76, + 129 + ], + "characterized": [ + 3 + ], + "as": [ + 4, + 29, + 78, + 216, + 218, + 250 + ], + "a": [ + 5, + 19, + 24, + 191 + ], + "heterogeneous": [ + 6 + ], + "disease": [ + 7 + ], + "consisting": [ + 8 + ], + "of": [ + 9, + 18, + 37, + 41, + 67, + 87, + 94, + 109, + 138, + 156, + 163, + 169, + 193, + 201, + 233 + ], + "many": [ + 10, + 53 + ], + "different": [ + 11, + 220 + ], + "subtypes.": [ + 12 + ], + "The": [ + 13, + 39, + 204 + ], + "early": [ + 14 + ], + "diagnosis": [ + 15 + ], + "and": [ + 16, + 59, + 85, + 124, + 144, + 223 + ], + "prognosis": [ + 17 + ], + "cancer": [ + 20, + 27, + 43, + 133, + 164, + 202, + 237, + 255 + ], + "type": [ + 21 + ], + "have": [ + 22, + 75, + 128 + ], + "become": [ + 23 + ], + "necessity": [ + 25 + ], + "in": [ + 26, + 132, + 142, + 173, + 181, + 198, + 236 + ], + "research,": [ + 28, + 238 + ], + "it": [ + 30, + 150 + ], + "can": [ + 31, + 159 + ], + "facilitate": [ + 32 + ], + "the": [ + 33, + 57, + 60, + 65, + 83, + 92, + 136, + 154, + 182, + 199, + 227, + 231, + 242 + ], + "subsequent": [ + 34 + ], + "clinical": [ + 35, + 184 + ], + "management": [ + 36 + ], + "patients.": [ + 38 + ], + "importance": [ + 40 + ], + "classifying": [ + 42 + ], + "patients": [ + 44 + ], + "into": [ + 45 + ], + "high": [ + 46 + ], + "or": [ + 47, + 257 + ], + "low": [ + 48 + ], + "risk": [ + 49, + 256 + ], + "groups": [ + 50 + ], + "led": [ + 52 + ], + "research": [ + 54, + 134 + ], + "teams,": [ + 55 + ], + "from": [ + 56, + 101 + ], + "biomedical": [ + 58 + ], + "bioinformatics": [ + 61 + ], + "field,": [ + 62 + ], + "to": [ + 63, + 81, + 97, + 178, + 253 + ], + "study": [ + 64 + ], + "application": [ + 66, + 232 + ], + "machine": [ + 68 + ], + "learning": [ + 69 + ], + "(ML)": [ + 70 + ], + "methods.": [ + 71 + ], + "Therefore,": [ + 72 + ], + "these": [ + 73, + 110, + 176, + 248 + ], + "techniques": [ + 74, + 215, + 249 + ], + "utilized": [ + 77 + ], + "an": [ + 79, + 166, + 251 + ], + "aim": [ + 80, + 252 + ], + "model": [ + 82, + 254 + ], + "progression": [ + 84 + ], + "treatment": [ + 86 + ], + "cancerous": [ + 88 + ], + "conditions.": [ + 89 + ], + "In": [ + 90, + 186 + ], + "addition,": [ + 91 + ], + "ability": [ + 93 + ], + "ML": [ + 95, + 157, + 195, + 214, + 234 + ], + "tools": [ + 96 + ], + "detect": [ + 98 + ], + "key": [ + 99 + ], + "features": [ + 100, + 222 + ], + "complex": [ + 102 + ], + "datasets": [ + 103 + ], + "reveals": [ + 104 + ], + "their": [ + 105 + ], + "importance.": [ + 106 + ], + "A": [ + 107 + ], + "variety": [ + 108 + ], + "techniques,": [ + 111 + ], + "including": [ + 112 + ], + "Artificial": [ + 113 + ], + "Neural": [ + 114 + ], + "Networks": [ + 115, + 118 + ], + "(ANNs),": [ + 116 + ], + "Bayesian": [ + 117 + ], + "(BNs),": [ + 119 + ], + "Support": [ + 120 + ], + "Vector": [ + 121 + ], + "Machines": [ + 122 + ], + "(SVMs)": [ + 123 + ], + "Decision": [ + 125 + ], + "Trees": [ + 126 + ], + "(DTs)": [ + 127 + ], + "widely": [ + 130 + ], + "applied": [ + 131 + ], + "for": [ + 135, + 175 + ], + "development": [ + 137 + ], + "predictive": [ + 139, + 205 + ], + "models,": [ + 140 + ], + "resulting": [ + 141 + ], + "effective": [ + 143 + ], + "accurate": [ + 145 + ], + "decision": [ + 146 + ], + "making.": [ + 147 + ], + "Even": [ + 148 + ], + "though": [ + 149 + ], + "is": [ + 151, + 171 + ], + "evident": [ + 152 + ], + "that": [ + 153, + 246 + ], + "use": [ + 155 + ], + "methods": [ + 158, + 177, + 235 + ], + "improve": [ + 160 + ], + "our": [ + 161 + ], + "understanding": [ + 162 + ], + "progression,": [ + 165 + ], + "appropriate": [ + 167 + ], + "level": [ + 168 + ], + "validation": [ + 170 + ], + "needed": [ + 172 + ], + "order": [ + 174 + ], + "be": [ + 179 + ], + "considered": [ + 180 + ], + "everyday": [ + 183 + ], + "practice.": [ + 185 + ], + "this": [ + 187 + ], + "work,": [ + 188 + ], + "we": [ + 189, + 239 + ], + "present": [ + 190, + 240 + ], + "review": [ + 192 + ], + "recent": [ + 194, + 244 + ], + "approaches": [ + 196 + ], + "employed": [ + 197 + ], + "modeling": [ + 200 + ], + "progression.": [ + 203 + ], + "models": [ + 206 + ], + "discussed": [ + 207 + ], + "here": [ + 208, + 241 + ], + "are": [ + 209 + ], + "based": [ + 210 + ], + "on": [ + 211, + 219, + 230 + ], + "various": [ + 212 + ], + "supervised": [ + 213 + ], + "well": [ + 217 + ], + "input": [ + 221 + ], + "data": [ + 224 + ], + "samples.": [ + 225 + ], + "Given": [ + 226 + ], + "growing": [ + 228 + ], + "trend": [ + 229 + ], + "most": [ + 243 + ], + "publications": [ + 245 + ], + "employ": [ + 247 + ], + "patient": [ + 258 + ], + "outcomes.": [ + 259 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 127 + }, + { + "year": 2025, + "cited_by_count": 408 + }, + { + "year": 2024, + "cited_by_count": 427 + }, + { + "year": 2023, + "cited_by_count": 421 + }, + { + "year": 2022, + "cited_by_count": 411 + }, + { + "year": 2021, + "cited_by_count": 446 + }, + { + "year": 2020, + "cited_by_count": 441 + }, + { + "year": 2019, + "cited_by_count": 280 + }, + { + "year": 2018, + "cited_by_count": 165 + }, + { + "year": 2017, + "cited_by_count": 84 + }, + { + "year": 2016, + "cited_by_count": 49 + }, + { + "year": 2015, + "cited_by_count": 11 + }, + { + "year": 2014, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2525984666", + "doi": "https://doi.org/10.1056/nejmp1606181", + "title": "Predicting the Future — Big Data, Machine Learning, and Clinical Medicine", + "display_name": "Predicting the Future — Big Data, Machine Learning, and Clinical Medicine", + "relevance_score": 3574.7341, + "publication_year": 2016, + "publication_date": "2016-09-28", + "ids": { + "openalex": "https://openalex.org/W2525984666", + "doi": "https://doi.org/10.1056/nejmp1606181", + "mag": "2525984666" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1056/nejmp1606181", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1056/nejmp1606181", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S62468778", + "display_name": "New England Journal of Medicine", + "issn_l": "0028-4793", + "issn": [ + "0028-4793", + "1533-4406" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320239", + "host_organization_name": "Massachusetts Medical Society", + "host_organization_lineage": [ + "https://openalex.org/P4310320239" + ], + "host_organization_lineage_names": [ + "Massachusetts Medical Society" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "New England Journal of Medicine", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/5070532", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5017000481", + "display_name": "Ziad Obermeyer", + "orcid": "https://orcid.org/0000-0002-4563-5849" + }, + "institutions": [ + { + "id": "https://openalex.org/I136199984", + "display_name": "Harvard University", + "ror": "https://ror.org/03vek6s52", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I136199984" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Ziad Obermeyer", + "raw_affiliation_strings": [ + "Department of Health Care Policy, Harvard Medical School, Boston, and the Department of Medical Ethics and Health Policy, Perelman School of Medicine" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Health Care Policy, Harvard Medical School, Boston, and the Department of Medical Ethics and Health Policy, Perelman School of Medicine", + "institution_ids": [ + "https://openalex.org/I136199984" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5012567636", + "display_name": "Ezekiel Emanuel", + "orcid": "https://orcid.org/0000-0002-9796-5735" + }, + "institutions": [ + { + "id": "https://openalex.org/I79576946", + "display_name": "University of Pennsylvania", + "ror": "https://ror.org/00b30xv10", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I79576946" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Ezekiel J. Emanuel", + "raw_affiliation_strings": [ + "Department of Health Care Management, Wharton School, University of Pennsylvania, Philadelphia" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Health Care Management, Wharton School, University of Pennsylvania, Philadelphia", + "institution_ids": [ + "https://openalex.org/I79576946" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5017000481" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I136199984" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 397.113, + "has_fulltext": false, + "cited_by_count": 3448, + "citation_normalized_percentile": { + "value": 1.0, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 96, + "max": 100 + }, + "biblio": { + "volume": "375", + "issue": "13", + "first_page": "1216", + "last_page": "1219" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11396", + "display_name": "Artificial Intelligence in Healthcare", + "score": 0.9932000041007996, + "subfield": { + "id": "https://openalex.org/subfields/3605", + "display_name": "Health Information Management" + }, + "field": { + "id": "https://openalex.org/fields/36", + "display_name": "Health Professions" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11396", + "display_name": "Artificial Intelligence in Healthcare", + "score": 0.9932000041007996, + "subfield": { + "id": "https://openalex.org/subfields/3605", + "display_name": "Health Information Management" + }, + "field": { + "id": "https://openalex.org/fields/36", + "display_name": "Health Professions" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + }, + { + "id": "https://openalex.org/T11636", + "display_name": "Artificial Intelligence in Healthcare and Education", + "score": 0.991599977016449, + "subfield": { + "id": "https://openalex.org/subfields/2718", + "display_name": "Health Informatics" + }, + "field": { + "id": "https://openalex.org/fields/27", + "display_name": "Medicine" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + }, + { + "id": "https://openalex.org/T13702", + "display_name": "Machine Learning in Healthcare", + "score": 0.9872000217437744, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/medicine", + "display_name": "Medicine", + "score": 0.766974925994873 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6763951182365417 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6183133125305176 + }, + { + "id": "https://openalex.org/keywords/big-data", + "display_name": "Big data", + "score": 0.47957199811935425 + }, + { + "id": "https://openalex.org/keywords/precision-medicine", + "display_name": "Precision medicine", + "score": 0.46924924850463867 + }, + { + "id": "https://openalex.org/keywords/data-science", + "display_name": "Data science", + "score": 0.45585569739341736 + }, + { + "id": "https://openalex.org/keywords/scale-invariant-feature-transform", + "display_name": "Scale-invariant feature transform", + "score": 0.4480826258659363 + }, + { + "id": "https://openalex.org/keywords/medline", + "display_name": "MEDLINE", + "score": 0.42730244994163513 + }, + { + "id": "https://openalex.org/keywords/medical-physics", + "display_name": "Medical physics", + "score": 0.41148635745048523 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.21748274564743042 + }, + { + "id": "https://openalex.org/keywords/pathology", + "display_name": "Pathology", + "score": 0.20210126042366028 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.19222670793533325 + }, + { + "id": "https://openalex.org/keywords/feature-extraction", + "display_name": "Feature extraction", + "score": 0.09807196259498596 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.766974925994873 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6763951182365417 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6183133125305176 + }, + { + "id": "https://openalex.org/C75684735", + "wikidata": "https://www.wikidata.org/wiki/Q858810", + "display_name": "Big data", + "level": 2, + "score": 0.47957199811935425 + }, + { + "id": "https://openalex.org/C163763905", + "wikidata": "https://www.wikidata.org/wiki/Q17075943", + "display_name": "Precision medicine", + "level": 2, + "score": 0.46924924850463867 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.45585569739341736 + }, + { + "id": "https://openalex.org/C61265191", + "wikidata": "https://www.wikidata.org/wiki/Q767770", + "display_name": "Scale-invariant feature transform", + "level": 3, + "score": 0.4480826258659363 + }, + { + "id": "https://openalex.org/C2779473830", + "wikidata": "https://www.wikidata.org/wiki/Q1540899", + "display_name": "MEDLINE", + "level": 2, + "score": 0.42730244994163513 + }, + { + "id": "https://openalex.org/C19527891", + "wikidata": "https://www.wikidata.org/wiki/Q1120908", + "display_name": "Medical physics", + "level": 1, + "score": 0.41148635745048523 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.21748274564743042 + }, + { + "id": "https://openalex.org/C142724271", + "wikidata": "https://www.wikidata.org/wiki/Q7208", + "display_name": "Pathology", + "level": 1, + "score": 0.20210126042366028 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.19222670793533325 + }, + { + "id": "https://openalex.org/C52622490", + "wikidata": "https://www.wikidata.org/wiki/Q1026626", + "display_name": "Feature extraction", + "level": 2, + "score": 0.09807196259498596 + }, + { + "id": "https://openalex.org/C199539241", + "wikidata": "https://www.wikidata.org/wiki/Q7748", + "display_name": "Law", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C17744445", + "wikidata": "https://www.wikidata.org/wiki/Q36442", + "display_name": "Political science", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "doi:10.1056/nejmp1606181", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1056/nejmp1606181", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S62468778", + "display_name": "New England Journal of Medicine", + "issn_l": "0028-4793", + "issn": [ + "0028-4793", + "1533-4406" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320239", + "host_organization_name": "Massachusetts Medical Society", + "host_organization_lineage": [ + "https://openalex.org/P4310320239" + ], + "host_organization_lineage_names": [ + "Massachusetts Medical Society" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "New England Journal of Medicine", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:pubmedcentral.nih.gov:5070532", + "is_oa": true, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/5070532", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2764455111", + "display_name": "PubMed Central", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "N Engl J Med", + "raw_type": "Text" + } + ], + "best_oa_location": { + "id": "pmh:oai:pubmedcentral.nih.gov:5070532", + "is_oa": true, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/5070532", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2764455111", + "display_name": "PubMed Central", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "N Engl J Med", + "raw_type": "Text" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 5, + "referenced_works": [ + "https://openalex.org/W2020506948", + "https://openalex.org/W2103018059", + "https://openalex.org/W2203167467", + "https://openalex.org/W2341256599", + "https://openalex.org/W2610886376" + ], + "related_works": [ + "https://openalex.org/W3014300295", + "https://openalex.org/W2297410961", + "https://openalex.org/W2548459112", + "https://openalex.org/W2905881943", + "https://openalex.org/W4224276240", + "https://openalex.org/W4312569874", + "https://openalex.org/W2946781799", + "https://openalex.org/W2588050043", + "https://openalex.org/W2531479711", + "https://openalex.org/W2191030086" + ], + "abstract_inverted_index": { + "The": [ + 0 + ], + "algorithms": [ + 1 + ], + "of": [ + 2, + 11, + 25, + 28 + ], + "machine": [ + 3 + ], + "learning,": [ + 4 + ], + "which": [ + 5 + ], + "can": [ + 6 + ], + "sift": [ + 7 + ], + "through": [ + 8 + ], + "vast": [ + 9 + ], + "numbers": [ + 10 + ], + "variables": [ + 12 + ], + "looking": [ + 13 + ], + "for": [ + 14 + ], + "combinations": [ + 15 + ], + "that": [ + 16 + ], + "reliably": [ + 17 + ], + "predict": [ + 18 + ], + "outcomes,": [ + 19 + ], + "will": [ + 20 + ], + "improve": [ + 21, + 34 + ], + "prognosis,": [ + 22 + ], + "displace": [ + 23 + ], + "much": [ + 24 + ], + "the": [ + 26 + ], + "work": [ + 27 + ], + "radiologists": [ + 29 + ], + "and": [ + 30, + 33 + ], + "anatomical": [ + 31 + ], + "pathologists,": [ + 32 + ], + "diagnostic": [ + 35 + ], + "accuracy.": [ + 36 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 200 + }, + { + "year": 2025, + "cited_by_count": 587 + }, + { + "year": 2024, + "cited_by_count": 517 + }, + { + "year": 2023, + "cited_by_count": 393 + }, + { + "year": 2022, + "cited_by_count": 380 + }, + { + "year": 2021, + "cited_by_count": 405 + }, + { + "year": 2020, + "cited_by_count": 372 + }, + { + "year": 2019, + "cited_by_count": 283 + }, + { + "year": 2018, + "cited_by_count": 205 + }, + { + "year": 2017, + "cited_by_count": 98 + }, + { + "year": 2016, + "cited_by_count": 3 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2923537029", + "doi": "https://doi.org/10.1103/revmodphys.91.045002", + "title": "Machine learning and the physical sciences", + "display_name": "Machine learning and the physical sciences", + "relevance_score": 3570.645, + "publication_year": 2019, + "publication_date": "2019-12-06", + "ids": { + "openalex": "https://openalex.org/W2923537029", + "doi": "https://doi.org/10.1103/revmodphys.91.045002", + "mag": "2923537029" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1103/revmodphys.91.045002", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1103/revmodphys.91.045002", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S73260565", + "display_name": "Reviews of Modern Physics", + "issn_l": "0034-6861", + "issn": [ + "0034-6861", + "1538-4527", + "1539-0756" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320261", + "host_organization_name": "American Physical Society", + "host_organization_lineage": [ + "https://openalex.org/P4310320261" + ], + "host_organization_lineage_names": [ + "American Physical Society" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Reviews of Modern Physics", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "arxiv", + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1903.10563", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5007408828", + "display_name": "Giuseppe Carleo", + "orcid": "https://orcid.org/0000-0002-8887-4356" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210153546", + "display_name": "Flatiron Health (United States)", + "ror": "https://ror.org/0508h6p74", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I4210153546" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Giuseppe Carleo", + "raw_affiliation_strings": [ + "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA" + ], + "raw_orcid": "https://orcid.org/0000-0002-8887-4356", + "affiliations": [ + { + "raw_affiliation_string": "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA", + "institution_ids": [ + "https://openalex.org/I4210153546" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5083228566", + "display_name": "J. I. Cirac", + "orcid": "https://orcid.org/0000-0003-3359-1743" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210153546", + "display_name": "Flatiron Health (United States)", + "ror": "https://ror.org/0508h6p74", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I4210153546" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Ignacio Cirac", + "raw_affiliation_strings": [ + "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA", + "institution_ids": [ + "https://openalex.org/I4210153546" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5108167175", + "display_name": "K. Cranmer", + "orcid": "https://orcid.org/0000-0002-5769-7094" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210153546", + "display_name": "Flatiron Health (United States)", + "ror": "https://ror.org/0508h6p74", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I4210153546" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Kyle Cranmer", + "raw_affiliation_strings": [ + "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA", + "institution_ids": [ + "https://openalex.org/I4210153546" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5058259063", + "display_name": "Laurent Daudet", + "orcid": "https://orcid.org/0000-0001-5811-1078" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210153546", + "display_name": "Flatiron Health (United States)", + "ror": "https://ror.org/0508h6p74", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I4210153546" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Laurent Daudet", + "raw_affiliation_strings": [ + "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA", + "institution_ids": [ + "https://openalex.org/I4210153546" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5073832417", + "display_name": "Maria Schuld", + "orcid": "https://orcid.org/0000-0001-8626-168X" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210153546", + "display_name": "Flatiron Health (United States)", + "ror": "https://ror.org/0508h6p74", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I4210153546" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Maria Schuld", + "raw_affiliation_strings": [ + "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA", + "institution_ids": [ + "https://openalex.org/I4210153546" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5004273274", + "display_name": "Naftali Tishby", + "orcid": "https://orcid.org/0000-0002-8086-4436" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210153546", + "display_name": "Flatiron Health (United States)", + "ror": "https://ror.org/0508h6p74", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I4210153546" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Naftali Tishby", + "raw_affiliation_strings": [ + "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA", + "institution_ids": [ + "https://openalex.org/I4210153546" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5024209749", + "display_name": "Leslie Vogt-Maranto", + "orcid": "https://orcid.org/0000-0002-7006-4582" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210153546", + "display_name": "Flatiron Health (United States)", + "ror": "https://ror.org/0508h6p74", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I4210153546" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Leslie Vogt-Maranto", + "raw_affiliation_strings": [ + "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA" + ], + "raw_orcid": "https://orcid.org/0000-0002-7006-4582", + "affiliations": [ + { + "raw_affiliation_string": "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA", + "institution_ids": [ + "https://openalex.org/I4210153546" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5089268172", + "display_name": "Lenka Zdeborová", + "orcid": "https://orcid.org/0000-0002-8377-3978" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210153546", + "display_name": "Flatiron Health (United States)", + "ror": "https://ror.org/0508h6p74", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I4210153546" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Lenka Zdeborová", + "raw_affiliation_strings": [ + "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA", + "institution_ids": [ + "https://openalex.org/I4210153546" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 8, + "corresponding_author_ids": [ + "https://openalex.org/A5007408828" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I4210153546" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 98.7476, + "has_fulltext": false, + "cited_by_count": 2412, + "citation_normalized_percentile": { + "value": 0.99995194, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "91", + "issue": "4", + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11948", + "display_name": "Machine Learning in Materials Science", + "score": 0.998199999332428, + "subfield": { + "id": "https://openalex.org/subfields/2505", + "display_name": "Materials Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/25", + "display_name": "Materials Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11948", + "display_name": "Machine Learning in Materials Science", + "score": 0.998199999332428, + "subfield": { + "id": "https://openalex.org/subfields/2505", + "display_name": "Materials Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/25", + "display_name": "Materials Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10682", + "display_name": "Quantum Computing Algorithms and Architecture", + "score": 0.9898999929428101, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11804", + "display_name": "Quantum many-body systems", + "score": 0.9840999841690063, + "subfield": { + "id": "https://openalex.org/subfields/3107", + "display_name": "Atomic and Molecular Physics, and Optics" + }, + "field": { + "id": "https://openalex.org/fields/31", + "display_name": "Physics and Astronomy" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/physics", + "display_name": "Physics", + "score": 0.8221291899681091 + }, + { + "id": "https://openalex.org/keywords/field", + "display_name": "Field (mathematics)", + "score": 0.517598032951355 + }, + { + "id": "https://openalex.org/keywords/column", + "display_name": "Column (typography)", + "score": 0.5173665881156921 + }, + { + "id": "https://openalex.org/keywords/engineering-physics", + "display_name": "Engineering physics", + "score": 0.3996226489543915 + }, + { + "id": "https://openalex.org/keywords/library-science", + "display_name": "Library science", + "score": 0.3428024649620056 + }, + { + "id": "https://openalex.org/keywords/data-science", + "display_name": "Data science", + "score": 0.33104032278060913 + }, + { + "id": "https://openalex.org/keywords/engineering-ethics", + "display_name": "Engineering ethics", + "score": 0.3266659080982208 + }, + { + "id": "https://openalex.org/keywords/mechanical-engineering", + "display_name": "Mechanical engineering", + "score": 0.10730153322219849 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.08470335602760315 + }, + { + "id": "https://openalex.org/keywords/engineering", + "display_name": "Engineering", + "score": 0.08188295364379883 + }, + { + "id": "https://openalex.org/keywords/connection", + "display_name": "Connection (principal bundle)", + "score": 0.05932199954986572 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C121332964", + "wikidata": "https://www.wikidata.org/wiki/Q413", + "display_name": "Physics", + "level": 0, + "score": 0.8221291899681091 + }, + { + "id": "https://openalex.org/C9652623", + "wikidata": "https://www.wikidata.org/wiki/Q190109", + "display_name": "Field (mathematics)", + "level": 2, + "score": 0.517598032951355 + }, + { + "id": "https://openalex.org/C2780551164", + "wikidata": "https://www.wikidata.org/wiki/Q2306599", + "display_name": "Column (typography)", + "level": 3, + "score": 0.5173665881156921 + }, + { + "id": "https://openalex.org/C61696701", + "wikidata": "https://www.wikidata.org/wiki/Q770766", + "display_name": "Engineering physics", + "level": 1, + "score": 0.3996226489543915 + }, + { + "id": "https://openalex.org/C161191863", + "wikidata": "https://www.wikidata.org/wiki/Q199655", + "display_name": "Library science", + "level": 1, + "score": 0.3428024649620056 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.33104032278060913 + }, + { + "id": "https://openalex.org/C55587333", + "wikidata": "https://www.wikidata.org/wiki/Q1133029", + "display_name": "Engineering ethics", + "level": 1, + "score": 0.3266659080982208 + }, + { + "id": "https://openalex.org/C78519656", + "wikidata": "https://www.wikidata.org/wiki/Q101333", + "display_name": "Mechanical engineering", + "level": 1, + "score": 0.10730153322219849 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.08470335602760315 + }, + { + "id": "https://openalex.org/C127413603", + "wikidata": "https://www.wikidata.org/wiki/Q11023", + "display_name": "Engineering", + "level": 0, + "score": 0.08188295364379883 + }, + { + "id": "https://openalex.org/C13355873", + "wikidata": "https://www.wikidata.org/wiki/Q2920850", + "display_name": "Connection (principal bundle)", + "level": 2, + "score": 0.05932199954986572 + }, + { + "id": "https://openalex.org/C202444582", + "wikidata": "https://www.wikidata.org/wiki/Q837863", + "display_name": "Pure mathematics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 5, + "locations": [ + { + "id": "doi:10.1103/revmodphys.91.045002", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1103/revmodphys.91.045002", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S73260565", + "display_name": "Reviews of Modern Physics", + "issn_l": "0034-6861", + "issn": [ + "0034-6861", + "1538-4527", + "1539-0756" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320261", + "host_organization_name": "American Physical Society", + "host_organization_lineage": [ + "https://openalex.org/P4310320261" + ], + "host_organization_lineage_names": [ + "American Physical Society" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Reviews of Modern Physics", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:arXiv.org:1903.10563", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1903.10563", + "pdf_url": "https://arxiv.org/pdf/1903.10563", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:HAL:hal-02101667v1", + "is_oa": false, + "landing_page_url": "https://hal.science/hal-02101667", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402512", + "display_name": "HAL (Le Centre pour la Communication Scientifique Directe)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1294671590", + "host_organization_name": "Centre National de la Recherche Scientifique", + "host_organization_lineage": [ + "https://openalex.org/I1294671590" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Rev.Mod.Phys., 2019, 91 (4), pp.045002. ⟨10.1103/RevModPhys.91.045002⟩", + "raw_type": "Journal articles" + }, + { + "id": "pmh:oai:infoscience.epfl.ch:283035", + "is_oa": true, + "landing_page_url": "https://infoscience.epfl.ch/handle/20.500.14299/175040", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400487", + "display_name": "Infoscience (Ecole Polytechnique Fédérale de Lausanne)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by-nc-nd", + "license_id": "https://openalex.org/licenses/cc-by-nc-nd", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "research article" + }, + { + "id": "pmh:oai:pure.mpg.de:item_3192298", + "is_oa": true, + "landing_page_url": "http://hdl.handle.net/21.11116/0000-0005-B0C5-5", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400654", + "display_name": "MPG.PuRe (Max Planck Society)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I149899117", + "host_organization_name": "Max Planck Society", + "host_organization_lineage": [ + "https://openalex.org/I149899117" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "other-oa", + "license_id": "https://openalex.org/licenses/other-oa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Reviews of Modern Physics", + "raw_type": "info:eu-repo/semantics/article" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1903.10563", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1903.10563", + "pdf_url": "https://arxiv.org/pdf/1903.10563", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + "sustainable_development_goals": [], + "awards": [ + { + "id": "https://openalex.org/G162064734", + "display_name": null, + "funder_award_id": "W911NF-13-1-0387", + "funder_id": "https://openalex.org/F4320338281", + "funder_display_name": "Army Research Office" + }, + { + "id": "https://openalex.org/G3038972242", + "display_name": null, + "funder_award_id": "714608-SMiLe", + "funder_id": "https://openalex.org/F4320338335", + "funder_display_name": "H2020 European Research Council" + }, + { + "id": "https://openalex.org/G3228186847", + "display_name": null, + "funder_award_id": "ACI-1450310", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G346715306", + "display_name": null, + "funder_award_id": "OAC-1836650", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G6221687394", + "display_name": null, + "funder_award_id": "DMR-1420073", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320306076", + "display_name": "National Science Foundation", + "ror": "https://ror.org/021nxhr62" + }, + { + "id": "https://openalex.org/F4320338281", + "display_name": "Army Research Office", + "ror": "https://ror.org/05epdh915" + }, + { + "id": "https://openalex.org/F4320338335", + "display_name": "H2020 European Research Council", + "ror": "https://ror.org/0472cxd90" + } + ], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 580, + "referenced_works": [ + "https://openalex.org/W32507011", + "https://openalex.org/W41554520", + "https://openalex.org/W51943945", + "https://openalex.org/W577274971", + "https://openalex.org/W632087424", + "https://openalex.org/W659070123", + "https://openalex.org/W965729195", + "https://openalex.org/W1490670270", + "https://openalex.org/W1501987263", + "https://openalex.org/W1510052597", + "https://openalex.org/W1527520754", + "https://openalex.org/W1529624360", + "https://openalex.org/W1543736766", + "https://openalex.org/W1555084454", + "https://openalex.org/W1579940749", + "https://openalex.org/W1594031697", + "https://openalex.org/W1631356911", + "https://openalex.org/W1650706190", + "https://openalex.org/W1668248414", + "https://openalex.org/W1694049600", + "https://openalex.org/W1731081199", + "https://openalex.org/W1813659000", + "https://openalex.org/W1825525822", + "https://openalex.org/W1871641673", + "https://openalex.org/W1890000358", + "https://openalex.org/W1896203379", + "https://openalex.org/W1959879694", + "https://openalex.org/W1963762696", + "https://openalex.org/W1970789124", + "https://openalex.org/W1973128603", + "https://openalex.org/W1975907901", + "https://openalex.org/W1983959825", + "https://openalex.org/W1984793731", + "https://openalex.org/W1988369744", + "https://openalex.org/W1988790447", + "https://openalex.org/W1990124919", + "https://openalex.org/W1990755770", + "https://openalex.org/W1993482030", + "https://openalex.org/W1994395934", + "https://openalex.org/W1995842804", + "https://openalex.org/W1998515260", + "https://openalex.org/W1999383621", + "https://openalex.org/W1999975338", + "https://openalex.org/W2004531067", + "https://openalex.org/W2007749676", + "https://openalex.org/W2010536552", + "https://openalex.org/W2011535927", + "https://openalex.org/W2012895716", + "https://openalex.org/W2015990127", + "https://openalex.org/W2019781611", + "https://openalex.org/W2020452821", + "https://openalex.org/W2020786104", + "https://openalex.org/W2024514015", + "https://openalex.org/W2025444507", + "https://openalex.org/W2029007937", + "https://openalex.org/W2029413789", + "https://openalex.org/W2029507757", + "https://openalex.org/W2030450972", + "https://openalex.org/W2034451938", + "https://openalex.org/W2036463035", + "https://openalex.org/W2037768897", + "https://openalex.org/W2040171281", + "https://openalex.org/W2042318263", + "https://openalex.org/W2045973738", + "https://openalex.org/W2049530405", + "https://openalex.org/W2053881994", + "https://openalex.org/W2062363822", + "https://openalex.org/W2063397409", + "https://openalex.org/W2064675550", + "https://openalex.org/W2066424095", + "https://openalex.org/W2068476337", + "https://openalex.org/W2069129925", + "https://openalex.org/W2072420187", + "https://openalex.org/W2072637332", + "https://openalex.org/W2073065445", + "https://openalex.org/W2076063813", + "https://openalex.org/W2076476236", + "https://openalex.org/W2079488937", + "https://openalex.org/W2080021732", + "https://openalex.org/W2080173214", + "https://openalex.org/W2080531309", + "https://openalex.org/W2080635178", + "https://openalex.org/W2081119846", + "https://openalex.org/W2081748565", + "https://openalex.org/W2083415705", + "https://openalex.org/W2086789740", + "https://openalex.org/W2087375161", + "https://openalex.org/W2088025933", + "https://openalex.org/W2090614046", + "https://openalex.org/W2093437356", + "https://openalex.org/W2096391265", + "https://openalex.org/W2097714737", + "https://openalex.org/W2103496339", + "https://openalex.org/W2104489082", + "https://openalex.org/W2105724942", + "https://openalex.org/W2112370854", + "https://openalex.org/W2116064496", + "https://openalex.org/W2116416291", + "https://openalex.org/W2118706537", + "https://openalex.org/W2120802379", + "https://openalex.org/W2121863487", + "https://openalex.org/W2125621954", + "https://openalex.org/W2127048411", + "https://openalex.org/W2128084896", + "https://openalex.org/W2132914434", + "https://openalex.org/W2134344701", + "https://openalex.org/W2139812092", + "https://openalex.org/W2140862024", + "https://openalex.org/W2148539882", + "https://openalex.org/W2151729750", + "https://openalex.org/W2151781750", + "https://openalex.org/W2152876174", + "https://openalex.org/W2155413623", + "https://openalex.org/W2161966883", + "https://openalex.org/W2165960883", + "https://openalex.org/W2167298647", + "https://openalex.org/W2168029744", + "https://openalex.org/W2171253836", + "https://openalex.org/W2209668876", + "https://openalex.org/W2211979669", + "https://openalex.org/W2226799981", + "https://openalex.org/W2240020188", + "https://openalex.org/W2244690429", + "https://openalex.org/W2246040896", + "https://openalex.org/W2257086086", + "https://openalex.org/W2257617748", + "https://openalex.org/W2257937122", + "https://openalex.org/W2267648874", + "https://openalex.org/W2325907229", + "https://openalex.org/W2326812357", + "https://openalex.org/W2337082154", + "https://openalex.org/W2339008828", + "https://openalex.org/W2341702711", + "https://openalex.org/W2347891459", + "https://openalex.org/W2394697995", + "https://openalex.org/W2414456771", + "https://openalex.org/W2419175238", + "https://openalex.org/W2486570794", + "https://openalex.org/W2490183153", + "https://openalex.org/W2491766731", + "https://openalex.org/W2494808947", + "https://openalex.org/W2515276161", + "https://openalex.org/W2516533688", + "https://openalex.org/W2516912949", + "https://openalex.org/W2517648041", + "https://openalex.org/W2520022941", + "https://openalex.org/W2521066248", + "https://openalex.org/W2525193548", + "https://openalex.org/W2528697476", + "https://openalex.org/W2528710350", + "https://openalex.org/W2530117613", + "https://openalex.org/W2530819665", + "https://openalex.org/W2531147647", + "https://openalex.org/W2533940598", + "https://openalex.org/W2541404351", + "https://openalex.org/W2543804629", + "https://openalex.org/W2547192247", + "https://openalex.org/W2547447472", + "https://openalex.org/W2548129158", + "https://openalex.org/W2549491455", + "https://openalex.org/W2556341799", + "https://openalex.org/W2557778781", + "https://openalex.org/W2558748708", + "https://openalex.org/W2559394418", + "https://openalex.org/W2559655401", + "https://openalex.org/W2562250282", + "https://openalex.org/W2563240863", + "https://openalex.org/W2563437659", + "https://openalex.org/W2565722603", + "https://openalex.org/W2566505556", + "https://openalex.org/W2572438701", + "https://openalex.org/W2580506952", + "https://openalex.org/W2580838454", + "https://openalex.org/W2582157661", + "https://openalex.org/W2582761306", + "https://openalex.org/W2582886917", + "https://openalex.org/W2588219153", + "https://openalex.org/W2588591043", + "https://openalex.org/W2592570417", + "https://openalex.org/W2593634001", + "https://openalex.org/W2593807178", + "https://openalex.org/W2594041373", + "https://openalex.org/W2594639291", + "https://openalex.org/W2594780084", + "https://openalex.org/W2594983911", + "https://openalex.org/W2604272474", + "https://openalex.org/W2604506260", + "https://openalex.org/W2604901683", + "https://openalex.org/W2605800822", + "https://openalex.org/W2606429533", + "https://openalex.org/W2606470147", + "https://openalex.org/W2607662938", + "https://openalex.org/W2607839392", + "https://openalex.org/W2610038766", + "https://openalex.org/W2611652092", + "https://openalex.org/W2612065714", + "https://openalex.org/W2612690371", + "https://openalex.org/W2614083378", + "https://openalex.org/W2614157797", + "https://openalex.org/W2615473567", + "https://openalex.org/W2618159897", + "https://openalex.org/W2618574512", + "https://openalex.org/W2618646460", + "https://openalex.org/W2618945100", + "https://openalex.org/W2620286290", + "https://openalex.org/W2623750799", + "https://openalex.org/W2624637765", + "https://openalex.org/W2626454479", + "https://openalex.org/W2649051464", + "https://openalex.org/W2727796268", + "https://openalex.org/W2731335845", + "https://openalex.org/W2736592352", + "https://openalex.org/W2737327729", + "https://openalex.org/W2739440074", + "https://openalex.org/W2740976142", + "https://openalex.org/W2742127985", + "https://openalex.org/W2743218360", + "https://openalex.org/W2744415540", + "https://openalex.org/W2745533326", + "https://openalex.org/W2746272096", + "https://openalex.org/W2746470301", + "https://openalex.org/W2750458571", + "https://openalex.org/W2750586355", + "https://openalex.org/W2750673150", + "https://openalex.org/W2752849906", + "https://openalex.org/W2753545915", + "https://openalex.org/W2753962198", + "https://openalex.org/W2755157865", + "https://openalex.org/W2755190613", + "https://openalex.org/W2755695124", + "https://openalex.org/W2756015143", + "https://openalex.org/W2756291233", + "https://openalex.org/W2761015455", + "https://openalex.org/W2761329292", + "https://openalex.org/W2761704992", + "https://openalex.org/W2762549329", + "https://openalex.org/W2762761825", + "https://openalex.org/W2763146374", + "https://openalex.org/W2763850513", + "https://openalex.org/W2763894180", + "https://openalex.org/W2764347725", + "https://openalex.org/W2765128778", + "https://openalex.org/W2765372792", + "https://openalex.org/W2765499180", + "https://openalex.org/W2765597272", + "https://openalex.org/W2765861397", + "https://openalex.org/W2765910566", + "https://openalex.org/W2766140179", + "https://openalex.org/W2766183519", + "https://openalex.org/W2766323574", + "https://openalex.org/W2766572821", + "https://openalex.org/W2766678531", + "https://openalex.org/W2767545053", + "https://openalex.org/W2767713609", + "https://openalex.org/W2768213699", + "https://openalex.org/W2769068614", + "https://openalex.org/W2769287225", + "https://openalex.org/W2772549578", + "https://openalex.org/W2774682142", + "https://openalex.org/W2775562332", + "https://openalex.org/W2775599538", + "https://openalex.org/W2775970449", + "https://openalex.org/W2778051509", + "https://openalex.org/W2778530713", + "https://openalex.org/W2779710223", + "https://openalex.org/W2780640308", + "https://openalex.org/W2781708744", + "https://openalex.org/W2782213776", + "https://openalex.org/W2782714865", + "https://openalex.org/W2782719466", + "https://openalex.org/W2783102654", + "https://openalex.org/W2785331752", + "https://openalex.org/W2785813126", + "https://openalex.org/W2785838999", + "https://openalex.org/W2785942752", + "https://openalex.org/W2786295636", + "https://openalex.org/W2786721297", + "https://openalex.org/W2786956473", + "https://openalex.org/W2787088079", + "https://openalex.org/W2787955889", + "https://openalex.org/W2788379092", + "https://openalex.org/W2788577944", + "https://openalex.org/W2788652239", + "https://openalex.org/W2788808196", + "https://openalex.org/W2788824392", + "https://openalex.org/W2789327225", + "https://openalex.org/W2789590546", + "https://openalex.org/W2789706299", + "https://openalex.org/W2790105002", + "https://openalex.org/W2791995286", + "https://openalex.org/W2792137452", + "https://openalex.org/W2792315573", + "https://openalex.org/W2792351009", + "https://openalex.org/W2792521034", + "https://openalex.org/W2792944272", + "https://openalex.org/W2792946961", + "https://openalex.org/W2793087725", + "https://openalex.org/W2793179281", + "https://openalex.org/W2793645414", + "https://openalex.org/W2793709686", + "https://openalex.org/W2794727009", + "https://openalex.org/W2795016065", + "https://openalex.org/W2795407028", + "https://openalex.org/W2796506892", + "https://openalex.org/W2796744096", + "https://openalex.org/W2798084934", + "https://openalex.org/W2798368581", + "https://openalex.org/W2798398359", + "https://openalex.org/W2798434869", + "https://openalex.org/W2798439837", + "https://openalex.org/W2798701005", + "https://openalex.org/W2798718650", + "https://openalex.org/W2799038815", + "https://openalex.org/W2800301423", + "https://openalex.org/W2803163155", + "https://openalex.org/W2803328959", + "https://openalex.org/W2803439868", + "https://openalex.org/W2804425690", + "https://openalex.org/W2804639765", + "https://openalex.org/W2805461540", + "https://openalex.org/W2805827569", + "https://openalex.org/W2806094831", + "https://openalex.org/W2806315097", + "https://openalex.org/W2806607279", + "https://openalex.org/W2806687966", + "https://openalex.org/W2807616984", + "https://openalex.org/W2808455355", + "https://openalex.org/W2809092000", + "https://openalex.org/W2810437889", + "https://openalex.org/W2810441707", + "https://openalex.org/W2810443692", + "https://openalex.org/W2820787925", + "https://openalex.org/W2837143805", + "https://openalex.org/W2845055700", + "https://openalex.org/W2883445762", + "https://openalex.org/W2883954259", + "https://openalex.org/W2884430236", + "https://openalex.org/W2884564258", + "https://openalex.org/W2884817966", + "https://openalex.org/W2885278795", + "https://openalex.org/W2886382778", + "https://openalex.org/W2886408278", + "https://openalex.org/W2888720512", + "https://openalex.org/W2888774813", + "https://openalex.org/W2889149492", + "https://openalex.org/W2891423421", + "https://openalex.org/W2892666903", + "https://openalex.org/W2893674448", + "https://openalex.org/W2894980093", + "https://openalex.org/W2895363620", + "https://openalex.org/W2895846750", + "https://openalex.org/W2896410853", + "https://openalex.org/W2896564495", + "https://openalex.org/W2896712926", + "https://openalex.org/W2896817368", + "https://openalex.org/W2897050953", + "https://openalex.org/W2897760057", + "https://openalex.org/W2898121159", + "https://openalex.org/W2898391453", + "https://openalex.org/W2898595154", + "https://openalex.org/W2898966067", + "https://openalex.org/W2899415024", + "https://openalex.org/W2899961353", + "https://openalex.org/W2900466252", + "https://openalex.org/W2901551902", + "https://openalex.org/W2902247106", + "https://openalex.org/W2902639110", + "https://openalex.org/W2903935053", + "https://openalex.org/W2905527813", + "https://openalex.org/W2907627375", + "https://openalex.org/W2910259907", + "https://openalex.org/W2912516940", + "https://openalex.org/W2913063022", + "https://openalex.org/W2914465168", + "https://openalex.org/W2914520121", + "https://openalex.org/W2914529849", + "https://openalex.org/W2914982345", + "https://openalex.org/W2915156775", + "https://openalex.org/W2916052864", + "https://openalex.org/W2916528205", + "https://openalex.org/W2917217327", + "https://openalex.org/W2918745211", + "https://openalex.org/W2919115771", + "https://openalex.org/W2919751573", + "https://openalex.org/W2923779858", + "https://openalex.org/W2935584311", + "https://openalex.org/W2940305049", + "https://openalex.org/W2940425080", + "https://openalex.org/W2941443959", + "https://openalex.org/W2949158470", + "https://openalex.org/W2949697408", + "https://openalex.org/W2950881872", + "https://openalex.org/W2950999850", + "https://openalex.org/W2951004968", + "https://openalex.org/W2951993056", + "https://openalex.org/W2952177798", + "https://openalex.org/W2952203743", + "https://openalex.org/W2952877407", + "https://openalex.org/W2953283096", + "https://openalex.org/W2953495237", + "https://openalex.org/W2953581299", + "https://openalex.org/W2954332695", + "https://openalex.org/W2954692534", + "https://openalex.org/W2962730419", + "https://openalex.org/W2962929001", + "https://openalex.org/W2962938080", + "https://openalex.org/W2962947392", + "https://openalex.org/W2962999242", + "https://openalex.org/W2963071675", + "https://openalex.org/W2963072996", + "https://openalex.org/W2963173679", + "https://openalex.org/W2963784808", + "https://openalex.org/W2963819344", + "https://openalex.org/W2963827891", + "https://openalex.org/W2963886912", + "https://openalex.org/W2964156139", + "https://openalex.org/W2964268718", + "https://openalex.org/W2964313985", + "https://openalex.org/W2971059194", + "https://openalex.org/W2972246420", + "https://openalex.org/W2974176966", + "https://openalex.org/W2979001666", + "https://openalex.org/W2991697224", + "https://openalex.org/W2993717751", + "https://openalex.org/W2997073156", + "https://openalex.org/W2999905431", + "https://openalex.org/W3006317140", + "https://openalex.org/W3006943238", + "https://openalex.org/W3022095225", + "https://openalex.org/W3022539872", + "https://openalex.org/W3026847731", + "https://openalex.org/W3037108023", + "https://openalex.org/W3098229010", + "https://openalex.org/W3098509317", + "https://openalex.org/W3098558521", + "https://openalex.org/W3098574683", + "https://openalex.org/W3098827579", + "https://openalex.org/W3098847359", + "https://openalex.org/W3099013266", + "https://openalex.org/W3099014823", + "https://openalex.org/W3099142519", + "https://openalex.org/W3099186397", + "https://openalex.org/W3099267591", + "https://openalex.org/W3099305384", + "https://openalex.org/W3099381338", + "https://openalex.org/W3099423575", + "https://openalex.org/W3099659109", + "https://openalex.org/W3099680657", + "https://openalex.org/W3099765109", + "https://openalex.org/W3099782627", + "https://openalex.org/W3099813870", + "https://openalex.org/W3099950071", + "https://openalex.org/W3099956647", + "https://openalex.org/W3100009607", + "https://openalex.org/W3100068159", + "https://openalex.org/W3100072999", + "https://openalex.org/W3100127953", + "https://openalex.org/W3100248348", + "https://openalex.org/W3100294950", + "https://openalex.org/W3100492156", + "https://openalex.org/W3100511033", + "https://openalex.org/W3100550188", + "https://openalex.org/W3100571530", + "https://openalex.org/W3100749134", + "https://openalex.org/W3100757891", + "https://openalex.org/W3100942527", + "https://openalex.org/W3101119258", + "https://openalex.org/W3101214870", + "https://openalex.org/W3101363214", + "https://openalex.org/W3101493857", + "https://openalex.org/W3101501459", + "https://openalex.org/W3101542436", + "https://openalex.org/W3101643101", + "https://openalex.org/W3101696966", + "https://openalex.org/W3101749733", + "https://openalex.org/W3101949649", + "https://openalex.org/W3102014803", + "https://openalex.org/W3102038441", + "https://openalex.org/W3102180547", + "https://openalex.org/W3102400420", + "https://openalex.org/W3102409313", + "https://openalex.org/W3102548437", + "https://openalex.org/W3102549167", + "https://openalex.org/W3102617294", + "https://openalex.org/W3102641634", + "https://openalex.org/W3102678975", + "https://openalex.org/W3102776521", + "https://openalex.org/W3102844577", + "https://openalex.org/W3102885034", + "https://openalex.org/W3102926255", + "https://openalex.org/W3102929400", + "https://openalex.org/W3103002362", + "https://openalex.org/W3103107186", + "https://openalex.org/W3103289362", + "https://openalex.org/W3103328814", + "https://openalex.org/W3103393581", + "https://openalex.org/W3103574448", + "https://openalex.org/W3103589224", + "https://openalex.org/W3103722330", + "https://openalex.org/W3103746320", + "https://openalex.org/W3103863530", + "https://openalex.org/W3104065018", + "https://openalex.org/W3104289311", + "https://openalex.org/W3104300173", + "https://openalex.org/W3104403078", + "https://openalex.org/W3104481216", + "https://openalex.org/W3104496372", + "https://openalex.org/W3104536462", + "https://openalex.org/W3104644561", + "https://openalex.org/W3104674222", + "https://openalex.org/W3104690326", + "https://openalex.org/W3104771979", + "https://openalex.org/W3104864936", + "https://openalex.org/W3104962094", + "https://openalex.org/W3105233262", + "https://openalex.org/W3105377867", + "https://openalex.org/W3105494006", + "https://openalex.org/W3105570377", + "https://openalex.org/W3105585588", + "https://openalex.org/W3105977603", + "https://openalex.org/W3106144922", + "https://openalex.org/W3106166086", + "https://openalex.org/W3106193592", + "https://openalex.org/W3106214974", + "https://openalex.org/W3106310231", + "https://openalex.org/W3106418633", + "https://openalex.org/W3106447034", + "https://openalex.org/W3106469526", + "https://openalex.org/W3112028493", + "https://openalex.org/W3121355058", + "https://openalex.org/W3121659139", + "https://openalex.org/W3123261968", + "https://openalex.org/W3124956069", + "https://openalex.org/W3132379378", + "https://openalex.org/W3137695714", + "https://openalex.org/W3140960170", + "https://openalex.org/W3147165232", + "https://openalex.org/W4212774754", + "https://openalex.org/W4236747242", + "https://openalex.org/W4237249260", + "https://openalex.org/W4238893454", + "https://openalex.org/W4239969927", + "https://openalex.org/W4244364296", + "https://openalex.org/W4248685136", + "https://openalex.org/W4250955649", + "https://openalex.org/W4252579706", + "https://openalex.org/W4253029311", + "https://openalex.org/W4253271028", + "https://openalex.org/W4255056905", + "https://openalex.org/W4285719527", + "https://openalex.org/W4288418124", + "https://openalex.org/W4288616930", + "https://openalex.org/W4288622534", + "https://openalex.org/W4289108190", + "https://openalex.org/W4289305635", + "https://openalex.org/W4289389579", + "https://openalex.org/W4289543312", + "https://openalex.org/W4289751512", + "https://openalex.org/W4289761856", + "https://openalex.org/W4293358966", + "https://openalex.org/W4295111187", + "https://openalex.org/W4295769412", + "https://openalex.org/W4295837399", + "https://openalex.org/W4297749952", + "https://openalex.org/W4297802696", + "https://openalex.org/W4298125159", + "https://openalex.org/W4298201378", + "https://openalex.org/W4299295087", + "https://openalex.org/W4299565696", + "https://openalex.org/W4299971819", + "https://openalex.org/W4300852227", + "https://openalex.org/W4300885568", + "https://openalex.org/W4300921457", + "https://openalex.org/W4300946572", + "https://openalex.org/W4300990119", + "https://openalex.org/W4301055545", + "https://openalex.org/W4301057100", + "https://openalex.org/W4301369164", + "https://openalex.org/W4302549904", + "https://openalex.org/W4394667618" + ], + "related_works": [ + "https://openalex.org/W2181722423", + "https://openalex.org/W2347222412", + "https://openalex.org/W2085601491", + "https://openalex.org/W2375996887", + "https://openalex.org/W4322723290", + "https://openalex.org/W2368976073", + "https://openalex.org/W2948237757", + "https://openalex.org/W2376548177", + "https://openalex.org/W2808994565", + "https://openalex.org/W2769449614" + ], + "abstract_inverted_index": { + "In": [ + 0 + ], + "October": [ + 1 + ], + "2018": [ + 2 + ], + "an": [ + 3 + ], + "APS": [ + 4 + ], + "Physics": [ + 5 + ], + "Next": [ + 6 + ], + "Workshop": [ + 7 + ], + "on": [ + 8 + ], + "Machine": [ + 9 + ], + "Learning": [ + 10 + ], + "was": [ + 11 + ], + "held": [ + 12 + ], + "in": [ + 13, + 34 + ], + "Riverhead,": [ + 14 + ], + "NY.": [ + 15 + ], + "This": [ + 16 + ], + "article": [ + 17 + ], + "reviews": [ + 18 + ], + "and": [ + 19 + ], + "summarizes": [ + 20 + ], + "the": [ + 21, + 35 + ], + "proceedings": [ + 22 + ], + "of": [ + 23 + ], + "this": [ + 24 + ], + "very": [ + 25 + ], + "broad,": [ + 26 + ], + "emerging": [ + 27 + ], + "field.This": [ + 28 + ], + "needs": [ + 29 + ], + "to": [ + 30 + ], + "be": [ + 31 + ], + "a": [ + 32, + 39 + ], + "placard": [ + 33 + ], + "left-hand": [ + 36 + ], + "column,": [ + 37 + ], + "with": [ + 38 + ], + "custom": [ + 40 + ], + "tag.": [ + 41 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 112 + }, + { + "year": 2025, + "cited_by_count": 375 + }, + { + "year": 2024, + "cited_by_count": 374 + }, + { + "year": 2023, + "cited_by_count": 477 + }, + { + "year": 2022, + "cited_by_count": 416 + }, + { + "year": 2021, + "cited_by_count": 429 + }, + { + "year": 2020, + "cited_by_count": 209 + }, + { + "year": 2019, + "cited_by_count": 19 + }, + { + "year": 2018, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2603766943", + "doi": "https://doi.org/10.1145/3052973.3053009", + "title": "Practical Black-Box Attacks against Machine Learning", + "display_name": "Practical Black-Box Attacks against Machine Learning", + "relevance_score": 3522.2583, + "publication_year": 2017, + "publication_date": "2017-03-31", + "ids": { + "openalex": "https://openalex.org/W2603766943", + "doi": "https://doi.org/10.1145/3052973.3053009", + "mag": "2603766943" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1145/3052973.3053009", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/3052973.3053009", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Proceedings of the 2017 ACM on Asia Conference on Computer and Communications Security", + "raw_type": "proceedings-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5018809423", + "display_name": "Nicolas Papernot", + "orcid": "https://orcid.org/0000-0001-5078-7233" + }, + "institutions": [ + { + "id": "https://openalex.org/I130769515", + "display_name": "Pennsylvania State University", + "ror": "https://ror.org/04p491231", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I130769515" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Nicolas Papernot", + "raw_affiliation_strings": [ + "Pennsylvania State University, University Park, PA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Pennsylvania State University, University Park, PA, USA", + "institution_ids": [ + "https://openalex.org/I130769515" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5055368149", + "display_name": "Patrick McDaniel", + "orcid": "https://orcid.org/0000-0003-2091-7484" + }, + "institutions": [ + { + "id": "https://openalex.org/I130769515", + "display_name": "Pennsylvania State University", + "ror": "https://ror.org/04p491231", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I130769515" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Patrick McDaniel", + "raw_affiliation_strings": [ + "Pennsylvania State University, University Park, PA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Pennsylvania State University, University Park, PA, USA", + "institution_ids": [ + "https://openalex.org/I130769515" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5004271128", + "display_name": "Ian Goodfellow", + "orcid": "https://orcid.org/0000-0003-3937-2322" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210161460", + "display_name": "OpenAI (United States)", + "ror": "https://ror.org/05wx9n238", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I4210161460" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Ian Goodfellow", + "raw_affiliation_strings": [ + "OpenAI, San Francisco, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "OpenAI, San Francisco, CA, USA", + "institution_ids": [ + "https://openalex.org/I4210161460" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5088826068", + "display_name": "Somesh Jha", + "orcid": "https://orcid.org/0000-0001-5877-0436" + }, + "institutions": [ + { + "id": "https://openalex.org/I135310074", + "display_name": "University of Wisconsin–Madison", + "ror": "https://ror.org/01y2jtd41", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I135310074" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Somesh Jha", + "raw_affiliation_strings": [ + "University of Wisconsin, Madison, WI, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Wisconsin, Madison, WI, USA", + "institution_ids": [ + "https://openalex.org/I135310074" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": null, + "display_name": "Z. Berkay Celik", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I130769515", + "display_name": "Pennsylvania State University", + "ror": "https://ror.org/04p491231", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I130769515" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Z. Berkay Celik", + "raw_affiliation_strings": [ + "Pennsylvania State University, University Park, PA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Pennsylvania State University, University Park, PA, USA", + "institution_ids": [ + "https://openalex.org/I130769515" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5103191815", + "display_name": "Ananthram Swami", + "orcid": "https://orcid.org/0000-0003-1439-332X" + }, + "institutions": [ + { + "id": "https://openalex.org/I166416128", + "display_name": "DEVCOM Army Research Laboratory", + "ror": "https://ror.org/011hc8f90", + "country_code": "US", + "type": "government", + "lineage": [ + "https://openalex.org/I1304082316", + "https://openalex.org/I1330347796", + "https://openalex.org/I166416128", + "https://openalex.org/I2802705668", + "https://openalex.org/I4210154437" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Ananthram Swami", + "raw_affiliation_strings": [ + "US Army Research Laboratory, Adelphi, MD, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "US Army Research Laboratory, Adelphi, MD, USA", + "institution_ids": [ + "https://openalex.org/I166416128" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 6, + "corresponding_author_ids": [ + "https://openalex.org/A5018809423" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I130769515" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 282.6909, + "has_fulltext": false, + "cited_by_count": 3465, + "citation_normalized_percentile": { + "value": 0.99991872, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": "506", + "last_page": "519" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11689", + "display_name": "Adversarial Robustness in Machine Learning", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11689", + "display_name": "Adversarial Robustness in Machine Learning", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11241", + "display_name": "Advanced Malware Detection Techniques", + "score": 0.9887999892234802, + "subfield": { + "id": "https://openalex.org/subfields/1711", + "display_name": "Signal Processing" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11512", + "display_name": "Anomaly Detection Techniques and Applications", + "score": 0.9490000009536743, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/adversarial-system", + "display_name": "Adversarial system", + "score": 0.8607215881347656 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7777668237686157 + }, + { + "id": "https://openalex.org/keywords/adversary", + "display_name": "Adversary", + "score": 0.7760648727416992 + }, + { + "id": "https://openalex.org/keywords/black-box", + "display_name": "Black box", + "score": 0.7213448286056519 + }, + { + "id": "https://openalex.org/keywords/malware", + "display_name": "Malware", + "score": 0.7048903107643127 + }, + { + "id": "https://openalex.org/keywords/deep-neural-networks", + "display_name": "Deep neural networks", + "score": 0.65977942943573 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6321082711219788 + }, + { + "id": "https://openalex.org/keywords/deep-learning", + "display_name": "Deep learning", + "score": 0.6107656955718994 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.5658857226371765 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.559665858745575 + }, + { + "id": "https://openalex.org/keywords/adversarial-machine-learning", + "display_name": "Adversarial machine learning", + "score": 0.5187221169471741 + }, + { + "id": "https://openalex.org/keywords/threat-model", + "display_name": "Threat model", + "score": 0.4236634075641632 + }, + { + "id": "https://openalex.org/keywords/computer-security", + "display_name": "Computer security", + "score": 0.32835885882377625 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C37736160", + "wikidata": "https://www.wikidata.org/wiki/Q1801315", + "display_name": "Adversarial system", + "level": 2, + "score": 0.8607215881347656 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7777668237686157 + }, + { + "id": "https://openalex.org/C41065033", + "wikidata": "https://www.wikidata.org/wiki/Q2825412", + "display_name": "Adversary", + "level": 2, + "score": 0.7760648727416992 + }, + { + "id": "https://openalex.org/C94966114", + "wikidata": "https://www.wikidata.org/wiki/Q29256", + "display_name": "Black box", + "level": 2, + "score": 0.7213448286056519 + }, + { + "id": "https://openalex.org/C541664917", + "wikidata": "https://www.wikidata.org/wiki/Q14001", + "display_name": "Malware", + "level": 2, + "score": 0.7048903107643127 + }, + { + "id": "https://openalex.org/C2984842247", + "wikidata": "https://www.wikidata.org/wiki/Q197536", + "display_name": "Deep neural networks", + "level": 3, + "score": 0.65977942943573 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6321082711219788 + }, + { + "id": "https://openalex.org/C108583219", + "wikidata": "https://www.wikidata.org/wiki/Q197536", + "display_name": "Deep learning", + "level": 2, + "score": 0.6107656955718994 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.5658857226371765 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.559665858745575 + }, + { + "id": "https://openalex.org/C2778403875", + "wikidata": "https://www.wikidata.org/wiki/Q20312394", + "display_name": "Adversarial machine learning", + "level": 3, + "score": 0.5187221169471741 + }, + { + "id": "https://openalex.org/C140547941", + "wikidata": "https://www.wikidata.org/wiki/Q7797194", + "display_name": "Threat model", + "level": 2, + "score": 0.4236634075641632 + }, + { + "id": "https://openalex.org/C38652104", + "wikidata": "https://www.wikidata.org/wiki/Q3510521", + "display_name": "Computer security", + "level": 1, + "score": 0.32835885882377625 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1145/3052973.3053009", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/3052973.3053009", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Proceedings of the 2017 ACM on Asia Conference on Computer and Communications Security", + "raw_type": "proceedings-article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "score": 0.6399999856948853, + "id": "https://metadata.un.org/sdg/16", + "display_name": "Peace, Justice and strong institutions" + } + ], + "awards": [ + { + "id": "https://openalex.org/G2043895709", + "display_name": null, + "funder_award_id": "W911NF-13-2-0045", + "funder_id": "https://openalex.org/F4320338295", + "funder_display_name": "Army Research Laboratory" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320338295", + "display_name": "Army Research Laboratory", + "ror": "https://ror.org/011hc8f90" + } + ], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 18, + "referenced_works": [ + "https://openalex.org/W9657784", + "https://openalex.org/W581033782", + "https://openalex.org/W1510924833", + "https://openalex.org/W2038296020", + "https://openalex.org/W2045638068", + "https://openalex.org/W2067713319", + "https://openalex.org/W2095577883", + "https://openalex.org/W2119885577", + "https://openalex.org/W2151298633", + "https://openalex.org/W2174868984", + "https://openalex.org/W2180612164", + "https://openalex.org/W2252814878", + "https://openalex.org/W2461943168", + "https://openalex.org/W2475730566", + "https://openalex.org/W2535873859", + "https://openalex.org/W2574797807", + "https://openalex.org/W2963207607", + "https://openalex.org/W2964153729" + ], + "related_works": [ + "https://openalex.org/W4312601715", + "https://openalex.org/W3159204880", + "https://openalex.org/W2982631433", + "https://openalex.org/W4377865163", + "https://openalex.org/W4392828243", + "https://openalex.org/W4312822655", + "https://openalex.org/W3157170264", + "https://openalex.org/W4298185893", + "https://openalex.org/W4402427143", + "https://openalex.org/W2896078964" + ], + "abstract_inverted_index": { + "Machine": [ + 0 + ], + "learning": [ + 1, + 161 + ], + "(ML)": [ + 2 + ], + "models,": [ + 3 + ], + "e.g.,": [ + 4 + ], + "deep": [ + 5, + 160 + ], + "neural": [ + 6 + ], + "networks": [ + 7 + ], + "(DNNs),": [ + 8 + ], + "are": [ + 9, + 138 + ], + "vulnerable": [ + 10 + ], + "to": [ + 11, + 17, + 25, + 87, + 94, + 106, + 130, + 186, + 237 + ], + "adversarial": [ + 12, + 46, + 132, + 172, + 208, + 239 + ], + "examples:": [ + 13 + ], + "malicious": [ + 14, + 32 + ], + "inputs": [ + 15, + 113 + ], + "modified": [ + 16 + ], + "yield": [ + 18, + 207 + ], + "erroneous": [ + 19 + ], + "model": [ + 20, + 54, + 105 + ], + "outputs,": [ + 21 + ], + "while": [ + 22 + ], + "appearing": [ + 23 + ], + "unmodified": [ + 24 + ], + "human": [ + 26 + ], + "observers.": [ + 27 + ], + "Potential": [ + 28 + ], + "attacks": [ + 29, + 48 + ], + "include": [ + 30 + ], + "having": [ + 31 + ], + "content": [ + 33 + ], + "like": [ + 34 + ], + "malware": [ + 35 + ], + "identified": [ + 36 + ], + "as": [ + 37 + ], + "legitimate": [ + 38 + ], + "or": [ + 39, + 56 + ], + "controlling": [ + 40, + 69 + ], + "vehicle": [ + 41 + ], + "behavior.": [ + 42 + ], + "Yet,": [ + 43 + ], + "all": [ + 44 + ], + "existing": [ + 45 + ], + "example": [ + 47, + 240 + ], + "require": [ + 49 + ], + "knowledge": [ + 50 + ], + "of": [ + 51, + 66, + 82, + 170, + 183, + 217, + 231 + ], + "either": [ + 52 + ], + "the": [ + 53, + 62, + 79, + 92, + 109, + 122, + 127, + 141, + 171, + 180, + 192 + ], + "internals": [ + 55 + ], + "its": [ + 57 + ], + "training": [ + 58, + 102 + ], + "data.": [ + 59 + ], + "We": [ + 60, + 125, + 163, + 178, + 221 + ], + "introduce": [ + 61 + ], + "first": [ + 63 + ], + "practical": [ + 64 + ], + "demonstration": [ + 65 + ], + "an": [ + 67, + 117, + 158 + ], + "attacker": [ + 68 + ], + "a": [ + 70, + 103, + 146, + 153 + ], + "remotely": [ + 71 + ], + "hosted": [ + 72, + 155, + 197 + ], + "DNN": [ + 73, + 93, + 154, + 167 + ], + "with": [ + 74, + 175 + ], + "no": [ + 75 + ], + "such": [ + 76 + ], + "knowledge.": [ + 77 + ], + "Indeed,": [ + 78 + ], + "only": [ + 80 + ], + "capability": [ + 81 + ], + "our": [ + 83, + 176, + 184 + ], + "black-box": [ + 84, + 226 + ], + "adversary": [ + 85, + 118 + ], + "is": [ + 86, + 229 + ], + "observe": [ + 88 + ], + "labels": [ + 89 + ], + "given": [ + 90 + ], + "by": [ + 91, + 116, + 121, + 140, + 156, + 190, + 198, + 211 + ], + "chosen": [ + 95 + ], + "inputs.": [ + 96 + ], + "Our": [ + 97 + ], + "attack": [ + 98, + 152, + 194, + 227 + ], + "strategy": [ + 99, + 185, + 228 + ], + "consists": [ + 100 + ], + "in": [ + 101 + ], + "local": [ + 104, + 128 + ], + "substitute": [ + 107, + 129 + ], + "for": [ + 108 + ], + "target": [ + 110, + 123 + ], + "DNN,": [ + 111 + ], + "using": [ + 112, + 202 + ], + "synthetically": [ + 114 + ], + "generated": [ + 115 + ], + "and": [ + 119, + 134, + 148, + 200, + 213, + 219 + ], + "labeled": [ + 120 + ], + "DNN.": [ + 124, + 143 + ], + "use": [ + 126 + ], + "craft": [ + 131 + ], + "examples,": [ + 133 + ], + "find": [ + 135, + 164, + 223 + ], + "that": [ + 136, + 165, + 224 + ], + "they": [ + 137 + ], + "misclassified": [ + 139, + 210 + ], + "targeted": [ + 142 + ], + "To": [ + 144 + ], + "perform": [ + 145 + ], + "real-world": [ + 147 + ], + "properly-blinded": [ + 149 + ], + "evaluation,": [ + 150 + ], + "we": [ + 151 + ], + "MetaMind,": [ + 157 + ], + "online": [ + 159 + ], + "API.": [ + 162 + ], + "their": [ + 166 + ], + "misclassifies": [ + 168 + ], + "84.24%": [ + 169 + ], + "examples": [ + 173, + 209 + ], + "crafted": [ + 174 + ], + "substitute.": [ + 177 + ], + "demonstrate": [ + 179 + ], + "general": [ + 181 + ], + "applicability": [ + 182 + ], + "many": [ + 187 + ], + "ML": [ + 188 + ], + "techniques": [ + 189 + ], + "conducting": [ + 191 + ], + "same": [ + 193 + ], + "against": [ + 195 + ], + "models": [ + 196 + ], + "Amazon": [ + 199, + 212 + ], + "Google,": [ + 201 + ], + "logistic": [ + 203 + ], + "regression": [ + 204 + ], + "substitutes.": [ + 205 + ], + "They": [ + 206 + ], + "Google": [ + 214 + ], + "at": [ + 215 + ], + "rates": [ + 216 + ], + "96.19%": [ + 218 + ], + "88.94%.": [ + 220 + ], + "also": [ + 222 + ], + "this": [ + 225 + ], + "capable": [ + 230 + ], + "evading": [ + 232 + ], + "defense": [ + 233 + ], + "strategies": [ + 234 + ], + "previously": [ + 235 + ], + "found": [ + 236 + ], + "make": [ + 238 + ], + "crafting": [ + 241 + ], + "harder.": [ + 242 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 65 + }, + { + "year": 2025, + "cited_by_count": 289 + }, + { + "year": 2024, + "cited_by_count": 377 + }, + { + "year": 2023, + "cited_by_count": 396 + }, + { + "year": 2022, + "cited_by_count": 409 + }, + { + "year": 2021, + "cited_by_count": 569 + }, + { + "year": 2020, + "cited_by_count": 590 + }, + { + "year": 2019, + "cited_by_count": 476 + }, + { + "year": 2018, + "cited_by_count": 240 + }, + { + "year": 2017, + "cited_by_count": 52 + }, + { + "year": 2016, + "cited_by_count": 1 + }, + { + "year": 2012, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2914584698", + "doi": null, + "title": "Proceedings of the 23rd international conference on Machine learning", + "display_name": "Proceedings of the 23rd international conference on Machine learning", + "relevance_score": 3418.077, + "publication_year": 2006, + "publication_date": "2006-06-25", + "ids": { + "openalex": "https://openalex.org/W2914584698", + "mag": "2914584698" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-034209271", + "is_oa": false, + "landing_page_url": "https://dl.acm.org/action/showBook?doi=10.1145%2F1143844", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "software, multimedia" + }, + "type": "article", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5051617344", + "display_name": "William W. Cohen", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "William W. Cohen", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5101927521", + "display_name": "Andrew Moore", + "orcid": "https://orcid.org/0000-0002-3395-0841" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Andrew Moore", + "raw_affiliation_strings": [], + "raw_orcid": "https://orcid.org/0000-0002-3395-0841", + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5051617344" + ], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 2.9972, + "has_fulltext": false, + "cited_by_count": 2592, + "citation_normalized_percentile": { + "value": 0.91286853, + "is_in_top_1_percent": false, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12254", + "display_name": "Machine Learning in Bioinformatics", + "score": 0.6675000190734863, + "subfield": { + "id": "https://openalex.org/subfields/1312", + "display_name": "Molecular Biology" + }, + "field": { + "id": "https://openalex.org/fields/13", + "display_name": "Biochemistry, Genetics and Molecular Biology" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12254", + "display_name": "Machine Learning in Bioinformatics", + "score": 0.6675000190734863, + "subfield": { + "id": "https://openalex.org/subfields/1312", + "display_name": "Molecular Biology" + }, + "field": { + "id": "https://openalex.org/fields/13", + "display_name": "Biochemistry, Genetics and Molecular Biology" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.6546000242233276, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/presentation", + "display_name": "Presentation (obstetrics)", + "score": 0.64774489402771 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5538260340690613 + }, + { + "id": "https://openalex.org/keywords/library-science", + "display_name": "Library science", + "score": 0.5068791508674622 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.3816671371459961 + }, + { + "id": "https://openalex.org/keywords/medical-education", + "display_name": "Medical education", + "score": 0.338736891746521 + }, + { + "id": "https://openalex.org/keywords/medicine", + "display_name": "Medicine", + "score": 0.23399221897125244 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2777601897", + "wikidata": "https://www.wikidata.org/wiki/Q3409113", + "display_name": "Presentation (obstetrics)", + "level": 2, + "score": 0.64774489402771 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5538260340690613 + }, + { + "id": "https://openalex.org/C161191863", + "wikidata": "https://www.wikidata.org/wiki/Q199655", + "display_name": "Library science", + "level": 1, + "score": 0.5068791508674622 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.3816671371459961 + }, + { + "id": "https://openalex.org/C509550671", + "wikidata": "https://www.wikidata.org/wiki/Q126945", + "display_name": "Medical education", + "level": 1, + "score": 0.338736891746521 + }, + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.23399221897125244 + }, + { + "id": "https://openalex.org/C126838900", + "wikidata": "https://www.wikidata.org/wiki/Q77604", + "display_name": "Radiology", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-034209271", + "is_oa": false, + "landing_page_url": "https://dl.acm.org/action/showBook?doi=10.1145%2F1143844", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "software, multimedia" + }, + { + "id": "mag:2914584698", + "is_oa": false, + "landing_page_url": "https://dl.acm.org/citation.cfm?id=1143844", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [], + "abstract_inverted_index": { + "This": [ + 0, + 52, + 138 + ], + "volume,": [ + 1 + ], + "which": [ + 2, + 92, + 295 + ], + "is": [ + 3, + 34 + ], + "also": [ + 4, + 81, + 123, + 288 + ], + "available": [ + 5 + ], + "from": [ + 6, + 165 + ], + "http://www.machinelearning.org,": [ + 7 + ], + "the": [ + 8, + 12, + 18, + 26, + 43, + 47, + 69, + 82, + 85, + 128, + 158, + 163, + 166, + 179, + 201, + 215, + 223, + 231, + 239, + 249, + 264, + 269, + 284, + 301, + 325, + 330, + 353, + 370 + ], + "home": [ + 9 + ], + "page": [ + 10 + ], + "of": [ + 11, + 42, + 49, + 98, + 127, + 130, + 182, + 222, + 238, + 261, + 280, + 324, + 329, + 352, + 355, + 362, + 369 + ], + "International": [ + 13, + 28 + ], + "Machine": [ + 14, + 31, + 89 + ], + "Learning": [ + 15, + 75, + 90 + ], + "Society,": [ + 16 + ], + "contains": [ + 17 + ], + "technical": [ + 19, + 285 + ], + "papers": [ + 20, + 148, + 164, + 170, + 253, + 307 + ], + "accepted": [ + 21, + 252, + 274 + ], + "for": [ + 22, + 38, + 84, + 275, + 317 + ], + "presentation": [ + 23, + 39 + ], + "at": [ + 24, + 57, + 357 + ], + "ICML-2006,": [ + 25 + ], + "23rd": [ + 27 + ], + "Conference": [ + 29, + 72 + ], + "on": [ + 30, + 73 + ], + "Learning.": [ + 32 + ], + "ICML": [ + 33, + 54 + ], + "an": [ + 35, + 106, + 197, + 257, + 277, + 334 + ], + "international": [ + 36 + ], + "forum": [ + 37 + ], + "and": [ + 40, + 64, + 113, + 122, + 204, + 292, + 299, + 310, + 365 + ], + "discussion": [ + 41, + 221 + ], + "latest": [ + 44 + ], + "results": [ + 45 + ], + "in": [ + 46, + 61, + 95, + 136, + 157, + 219, + 236, + 311 + ], + "field": [ + 48, + 129 + ], + "machine": [ + 50, + 131 + ], + "learning.": [ + 51 + ], + "year,": [ + 53 + ], + "was": [ + 55, + 65, + 80, + 93, + 102 + ], + "held": [ + 56, + 94, + 297 + ], + "Carnegie": [ + 58, + 77 + ], + "Mellon": [ + 59, + 78 + ], + "University,": [ + 60 + ], + "Pittsburgh,": [ + 62 + ], + "Pennsylvania,": [ + 63 + ], + "co-located": [ + 66 + ], + "with": [ + 67, + 162, + 320 + ], + "COLT-2006,": [ + 68 + ], + "19th": [ + 70 + ], + "Annual": [ + 71 + ], + "Computational": [ + 74 + ], + "Theory.Coincidentally,": [ + 76 + ], + "University": [ + 79, + 354 + ], + "venue": [ + 83 + ], + "first": [ + 86, + 167, + 180 + ], + "ICML---the": [ + 87 + ], + "First": [ + 88 + ], + "Workshop,": [ + 91 + ], + "1980.": [ + 96 + ], + "Instead": [ + 97 + ], + "proceedings,": [ + 99 + ], + "a": [ + 100, + 124, + 174, + 210, + 220, + 228, + 312, + 338 + ], + "book": [ + 101 + ], + "published": [ + 103, + 161 + ], + "(Machine": [ + 104 + ], + "Learning:": [ + 105 + ], + "Artificial": [ + 107 + ], + "Intelligence": [ + 108 + ], + "Approach,": [ + 109 + ], + "ed.": [ + 110 + ], + "Michalski,": [ + 111 + ], + "Carbonell,": [ + 112 + ], + "Mitchell,": [ + 114 + ], + "Morgan": [ + 115 + ], + "Kaufman,": [ + 116 + ], + "1983)": [ + 117 + ], + "containing": [ + 118 + ], + "sixteen": [ + 119 + ], + "research": [ + 120 + ], + "papers,": [ + 121 + ], + "comprehensive": [ + 125, + 159 + ], + "bibliography": [ + 139 + ], + "learning,": [ + 132 + ], + "as": [ + 133, + 153, + 155 + ], + "it": [ + 134 + ], + "stood": [ + 135 + ], + "1983.": [ + 137 + ], + "contained": [ + 140 + ], + "572": [ + 141 + ], + "entries.In": [ + 142 + ], + "2006,": [ + 143 + ], + "no": [ + 144 + ], + "less": [ + 145 + ], + "than": [ + 146 + ], + "548": [ + 147, + 270 + ], + "were": [ + 149, + 156, + 171, + 194, + 254, + 273, + 296, + 342 + ], + "submitted": [ + 150 + ], + "to": [ + 151, + 173, + 199, + 206, + 227, + 256, + 283, + 345, + 348 + ], + "ICML---nearly": [ + 152 + ], + "many": [ + 154 + ], + "ICML.": [ + 168 + ], + "These": [ + 169 + ], + "subjected": [ + 172 + ], + "thorough": [ + 175 + ], + "review": [ + 176, + 262 + ], + "process.": [ + 177 + ], + "In": [ + 178 + ], + "round": [ + 181, + 260 + ], + "reviewing,": [ + 183 + ], + "every": [ + 184 + ], + "paper": [ + 185 + ], + "received": [ + 186 + ], + "three": [ + 187 + ], + "reviews": [ + 188, + 203 + ], + "by": [ + 189, + 209, + 230, + 263, + 337 + ], + "program": [ + 190 + ], + "committee": [ + 191 + ], + "members.": [ + 192 + ], + "Authors": [ + 193, + 304 + ], + "then": [ + 195, + 217 + ], + "given": [ + 196 + ], + "opportunity": [ + 198 + ], + "view": [ + 200 + ], + "first-round": [ + 202 + ], + "respond": [ + 205 + ], + "them.": [ + 207 + ], + "Led": [ + 208 + ], + "Senior": [ + 211, + 232, + 265 + ], + "Program": [ + 212, + 233, + 266 + ], + "Committee": [ + 213, + 234 + ], + "member,": [ + 214 + ], + "reviewers": [ + 216 + ], + "engaged": [ + 218 + ], + "paper,": [ + 224 + ], + "leading": [ + 225 + ], + "finally": [ + 226 + ], + "decision": [ + 229 + ], + "member": [ + 235 + ], + "charge": [ + 237 + ], + "paper.": [ + 240 + ], + "Papers": [ + 241 + ], + "could": [ + 242 + ], + "be": [ + 243, + 346 + ], + "accepted,": [ + 244 + ], + "rejected,": [ + 245 + ], + "or": [ + 246 + ], + "conditionally": [ + 247, + 251 + ], + "accepted;": [ + 248 + ], + "36": [ + 250 + ], + "subject": [ + 255 + ], + "additional": [ + 258 + ], + "final": [ + 259 + ], + "Committee.": [ + 267 + ], + "Of": [ + 268 + ], + "submissions,": [ + 271 + ], + "140": [ + 272 + ], + "publication,": [ + 276 + ], + "acceptance": [ + 278 + ], + "rate": [ + 279 + ], + "25.5%.In": [ + 281 + ], + "addition": [ + 282 + ], + "talks,": [ + 286 + ], + "ICML-2006": [ + 287 + ], + "included": [ + 289, + 333 + ], + "seven": [ + 290 + ], + "tutorials": [ + 291 + ], + "eleven": [ + 293 + ], + "workshops,": [ + 294 + ], + "before": [ + 298 + ], + "after": [ + 300 + ], + "conference,": [ + 302 + ], + "respectively.": [ + 303 + ], + "presented": [ + 305 + ], + "their": [ + 306 + ], + "both": [ + 308 + ], + "orally": [ + 309 + ], + "poster": [ + 313 + ], + "session,": [ + 314 + ], + "allowing": [ + 315 + ], + "time": [ + 316 + ], + "detailed": [ + 318 + ], + "discussions": [ + 319 + ], + "any": [ + 321 + ], + "interested": [ + 322 + ], + "attendees": [ + 323 + ], + "conference.": [ + 326 + ], + "Each": [ + 327 + ], + "day": [ + 328 + ], + "main": [ + 331 + ], + "conference": [ + 332 + ], + "invited": [ + 335 + ], + "talk": [ + 336 + ], + "prominent": [ + 339 + ], + "researcher.": [ + 340 + ], + "We": [ + 341 + ], + "very": [ + 343 + ], + "fortunate": [ + 344 + ], + "able": [ + 347 + ], + "host": [ + 349 + ], + "David": [ + 350 + ], + "Haussler,": [ + 351 + ], + "California": [ + 356 + ], + "Santa": [ + 358 + ], + "Cruz;": [ + 359 + ], + "Robert": [ + 360 + ], + "Schapire,": [ + 361 + ], + "Princeton": [ + 363 + ], + "University;": [ + 364 + ], + "Mandyam": [ + 366 + ], + "V.": [ + 367 + ], + "Srinivasan,": [ + 368 + ], + "Australian": [ + 371 + ], + "National": [ + 372 + ], + "University.": [ + 373 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 295 + }, + { + "year": 2024, + "cited_by_count": 391 + }, + { + "year": 2023, + "cited_by_count": 338 + }, + { + "year": 2022, + "cited_by_count": 297 + }, + { + "year": 2021, + "cited_by_count": 262 + }, + { + "year": 2020, + "cited_by_count": 272 + }, + { + "year": 2019, + "cited_by_count": 207 + }, + { + "year": 2018, + "cited_by_count": 147 + }, + { + "year": 2017, + "cited_by_count": 134 + }, + { + "year": 2016, + "cited_by_count": 74 + }, + { + "year": 2015, + "cited_by_count": 37 + }, + { + "year": 2014, + "cited_by_count": 40 + }, + { + "year": 2013, + "cited_by_count": 21 + }, + { + "year": 2012, + "cited_by_count": 20 + } + ], + "updated_date": "2025-11-06T04:12:42.849631", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W3116286104", + "doi": "https://doi.org/10.3390/e23010018", + "title": "Explainable AI: A Review of Machine Learning Interpretability Methods", + "display_name": "Explainable AI: A Review of Machine Learning Interpretability Methods", + "relevance_score": 3377.7432, + "publication_year": 2020, + "publication_date": "2020-12-25", + "ids": { + "openalex": "https://openalex.org/W3116286104", + "doi": "https://doi.org/10.3390/e23010018", + "mag": "3116286104", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/33375658" + }, + "language": "en", + "primary_location": { + "id": "doi:10.3390/e23010018", + "is_oa": true, + "landing_page_url": "https://doi.org/10.3390/e23010018", + "pdf_url": "https://www.mdpi.com/1099-4300/23/1/18/pdf?version=1609160444", + "source": { + "id": "https://openalex.org/S195231649", + "display_name": "Entropy", + "issn_l": "1099-4300", + "issn": [ + "1099-4300" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310310987", + "host_organization_name": "Multidisciplinary Digital Publishing Institute", + "host_organization_lineage": [ + "https://openalex.org/P4310310987" + ], + "host_organization_lineage_names": [ + "Multidisciplinary Digital Publishing Institute" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Entropy", + "raw_type": "journal-article" + }, + "type": "review", + "indexed_in": [ + "crossref", + "doaj", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "gold", + "oa_url": "https://www.mdpi.com/1099-4300/23/1/18/pdf?version=1609160444", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5074689646", + "display_name": "Pantelis Linardatos", + "orcid": "https://orcid.org/0000-0003-1132-4724" + }, + "institutions": [ + { + "id": "https://openalex.org/I174878644", + "display_name": "University of Patras", + "ror": "https://ror.org/017wvtq80", + "country_code": "GR", + "type": "education", + "lineage": [ + "https://openalex.org/I174878644" + ] + } + ], + "countries": [ + "GR" + ], + "is_corresponding": true, + "raw_author_name": "Pantelis Linardatos", + "raw_affiliation_strings": [ + "Department of Mathematics, University of Patras, 26504 Patras, Greece" + ], + "raw_orcid": "https://orcid.org/0000-0003-1132-4724", + "affiliations": [ + { + "raw_affiliation_string": "Department of Mathematics, University of Patras, 26504 Patras, Greece", + "institution_ids": [ + "https://openalex.org/I174878644" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5057093696", + "display_name": "Vasilis Papastefanopoulos", + "orcid": "https://orcid.org/0000-0001-8169-1373" + }, + "institutions": [ + { + "id": "https://openalex.org/I174878644", + "display_name": "University of Patras", + "ror": "https://ror.org/017wvtq80", + "country_code": "GR", + "type": "education", + "lineage": [ + "https://openalex.org/I174878644" + ] + } + ], + "countries": [ + "GR" + ], + "is_corresponding": false, + "raw_author_name": "Vasilis Papastefanopoulos", + "raw_affiliation_strings": [ + "Department of Mathematics, University of Patras, 26504 Patras, Greece" + ], + "raw_orcid": "https://orcid.org/0000-0001-8169-1373", + "affiliations": [ + { + "raw_affiliation_string": "Department of Mathematics, University of Patras, 26504 Patras, Greece", + "institution_ids": [ + "https://openalex.org/I174878644" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5066370772", + "display_name": "Sotiris Kotsiantis", + "orcid": "https://orcid.org/0000-0002-2247-3082" + }, + "institutions": [ + { + "id": "https://openalex.org/I174878644", + "display_name": "University of Patras", + "ror": "https://ror.org/017wvtq80", + "country_code": "GR", + "type": "education", + "lineage": [ + "https://openalex.org/I174878644" + ] + } + ], + "countries": [ + "GR" + ], + "is_corresponding": false, + "raw_author_name": "Sotiris Kotsiantis", + "raw_affiliation_strings": [ + "Department of Mathematics, University of Patras, 26504 Patras, Greece" + ], + "raw_orcid": "https://orcid.org/0000-0002-2247-3082", + "affiliations": [ + { + "raw_affiliation_string": "Department of Mathematics, University of Patras, 26504 Patras, Greece", + "institution_ids": [ + "https://openalex.org/I174878644" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5074689646" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I174878644" + ], + "apc_list": { + "value": 2000, + "currency": "CHF", + "value_usd": 2165 + }, + "apc_paid": { + "value": 2000, + "currency": "CHF", + "value_usd": 2165 + }, + "fwci": 147.8632, + "has_fulltext": false, + "cited_by_count": 2702, + "citation_normalized_percentile": { + "value": 0.99982617, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 89, + "max": 100 + }, + "biblio": { + "volume": "23", + "issue": "1", + "first_page": "18", + "last_page": "18" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12026", + "display_name": "Explainable Artificial Intelligence (XAI)", + "score": 0.9997000098228455, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12026", + "display_name": "Explainable Artificial Intelligence (XAI)", + "score": 0.9997000098228455, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11689", + "display_name": "Adversarial Robustness in Machine Learning", + "score": 0.9994000196456909, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11512", + "display_name": "Anomaly Detection Techniques and Applications", + "score": 0.972599983215332, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/interpretability", + "display_name": "Interpretability", + "score": 0.881382167339325 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.77054762840271 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7226959466934204 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6755812764167786 + }, + { + "id": "https://openalex.org/keywords/ambiguity", + "display_name": "Ambiguity", + "score": 0.6382596492767334 + }, + { + "id": "https://openalex.org/keywords/field", + "display_name": "Field (mathematics)", + "score": 0.5369188189506531 + }, + { + "id": "https://openalex.org/keywords/implementation", + "display_name": "Implementation", + "score": 0.5124835968017578 + }, + { + "id": "https://openalex.org/keywords/black-box", + "display_name": "Black box", + "score": 0.43949806690216064 + }, + { + "id": "https://openalex.org/keywords/management-science", + "display_name": "Management science", + "score": 0.3528066873550415 + }, + { + "id": "https://openalex.org/keywords/data-science", + "display_name": "Data science", + "score": 0.34925395250320435 + }, + { + "id": "https://openalex.org/keywords/software-engineering", + "display_name": "Software engineering", + "score": 0.10554653406143188 + }, + { + "id": "https://openalex.org/keywords/engineering", + "display_name": "Engineering", + "score": 0.10227954387664795 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2781067378", + "wikidata": "https://www.wikidata.org/wiki/Q17027399", + "display_name": "Interpretability", + "level": 2, + "score": 0.881382167339325 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.77054762840271 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7226959466934204 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6755812764167786 + }, + { + "id": "https://openalex.org/C2780522230", + "wikidata": "https://www.wikidata.org/wiki/Q1140419", + "display_name": "Ambiguity", + "level": 2, + "score": 0.6382596492767334 + }, + { + "id": "https://openalex.org/C9652623", + "wikidata": "https://www.wikidata.org/wiki/Q190109", + "display_name": "Field (mathematics)", + "level": 2, + "score": 0.5369188189506531 + }, + { + "id": "https://openalex.org/C26713055", + "wikidata": "https://www.wikidata.org/wiki/Q245962", + "display_name": "Implementation", + "level": 2, + "score": 0.5124835968017578 + }, + { + "id": "https://openalex.org/C94966114", + "wikidata": "https://www.wikidata.org/wiki/Q29256", + "display_name": "Black box", + "level": 2, + "score": 0.43949806690216064 + }, + { + "id": "https://openalex.org/C539667460", + "wikidata": "https://www.wikidata.org/wiki/Q2414942", + "display_name": "Management science", + "level": 1, + "score": 0.3528066873550415 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.34925395250320435 + }, + { + "id": "https://openalex.org/C115903868", + "wikidata": "https://www.wikidata.org/wiki/Q80993", + "display_name": "Software engineering", + "level": 1, + "score": 0.10554653406143188 + }, + { + "id": "https://openalex.org/C127413603", + "wikidata": "https://www.wikidata.org/wiki/Q11023", + "display_name": "Engineering", + "level": 0, + "score": 0.10227954387664795 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C202444582", + "wikidata": "https://www.wikidata.org/wiki/Q837863", + "display_name": "Pure mathematics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 5, + "locations": [ + { + "id": "doi:10.3390/e23010018", + "is_oa": true, + "landing_page_url": "https://doi.org/10.3390/e23010018", + "pdf_url": "https://www.mdpi.com/1099-4300/23/1/18/pdf?version=1609160444", + "source": { + "id": "https://openalex.org/S195231649", + "display_name": "Entropy", + "issn_l": "1099-4300", + "issn": [ + "1099-4300" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310310987", + "host_organization_name": "Multidisciplinary Digital Publishing Institute", + "host_organization_lineage": [ + "https://openalex.org/P4310310987" + ], + "host_organization_lineage_names": [ + "Multidisciplinary Digital Publishing Institute" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Entropy", + "raw_type": "journal-article" + }, + { + "id": "pmid:33375658", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/33375658", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Entropy (Basel, Switzerland)", + "raw_type": null + }, + { + "id": "pmh:oai:doaj.org/article:36ca352966604ee69cce840410673de9", + "is_oa": true, + "landing_page_url": "https://doaj.org/article/36ca352966604ee69cce840410673de9", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401280", + "display_name": "DOAJ (DOAJ: Directory of Open Access Journals)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by-sa", + "license_id": "https://openalex.org/licenses/cc-by-sa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Entropy, Vol 23, Iss 1, p 18 (2020)", + "raw_type": "article" + }, + { + "id": "pmh:oai:mdpi.com:/1099-4300/23/1/18/", + "is_oa": true, + "landing_page_url": "https://dx.doi.org/10.3390/e23010018", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400947", + "display_name": "MDPI (MDPI AG)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I4210097602", + "host_organization_name": "Multidisciplinary Digital Publishing Institute (Switzerland)", + "host_organization_lineage": [ + "https://openalex.org/I4210097602" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Entropy; Volume 23; Issue 1; Pages: 18", + "raw_type": "Text" + }, + { + "id": "pmh:oai:pubmedcentral.nih.gov:7824368", + "is_oa": true, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/7824368", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2764455111", + "display_name": "PubMed Central", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Entropy (Basel)", + "raw_type": "Text" + } + ], + "best_oa_location": { + "id": "doi:10.3390/e23010018", + "is_oa": true, + "landing_page_url": "https://doi.org/10.3390/e23010018", + "pdf_url": "https://www.mdpi.com/1099-4300/23/1/18/pdf?version=1609160444", + "source": { + "id": "https://openalex.org/S195231649", + "display_name": "Entropy", + "issn_l": "1099-4300", + "issn": [ + "1099-4300" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310310987", + "host_organization_name": "Multidisciplinary Digital Publishing Institute", + "host_organization_lineage": [ + "https://openalex.org/P4310310987" + ], + "host_organization_lineage_names": [ + "Multidisciplinary Digital Publishing Institute" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Entropy", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W3116286104.pdf" + }, + "referenced_works_count": 184, + "referenced_works": [ + "https://openalex.org/W100464641", + "https://openalex.org/W273955616", + "https://openalex.org/W999207820", + "https://openalex.org/W1678356000", + "https://openalex.org/W1787224781", + "https://openalex.org/W1825675169", + "https://openalex.org/W1849277567", + "https://openalex.org/W1901616594", + "https://openalex.org/W1942214758", + "https://openalex.org/W1945616565", + "https://openalex.org/W1961345416", + "https://openalex.org/W1979362125", + "https://openalex.org/W1979769549", + "https://openalex.org/W1994080277", + "https://openalex.org/W1996796871", + "https://openalex.org/W2014352947", + "https://openalex.org/W2029767409", + "https://openalex.org/W2035363534", + "https://openalex.org/W2044639673", + "https://openalex.org/W2046945713", + "https://openalex.org/W2066238228", + "https://openalex.org/W2088765131", + "https://openalex.org/W2097246321", + "https://openalex.org/W2100960835", + "https://openalex.org/W2101589741", + "https://openalex.org/W2102636708", + "https://openalex.org/W2116572416", + "https://openalex.org/W2116666691", + "https://openalex.org/W2116984840", + "https://openalex.org/W2123045220", + "https://openalex.org/W2125283600", + "https://openalex.org/W2125847307", + "https://openalex.org/W2128272608", + "https://openalex.org/W2141200610", + "https://openalex.org/W2141755357", + "https://openalex.org/W2151868609", + "https://openalex.org/W2157928966", + "https://openalex.org/W2163605009", + "https://openalex.org/W2164878629", + "https://openalex.org/W2180612164", + "https://openalex.org/W2195388612", + "https://openalex.org/W2243397390", + "https://openalex.org/W2282821441", + "https://openalex.org/W2295107390", + "https://openalex.org/W2295598076", + "https://openalex.org/W2336525064", + "https://openalex.org/W2396394641", + "https://openalex.org/W2440159969", + "https://openalex.org/W2483215953", + "https://openalex.org/W2484189903", + "https://openalex.org/W2492294785", + "https://openalex.org/W2535873859", + "https://openalex.org/W2543927648", + "https://openalex.org/W2551974706", + "https://openalex.org/W2556096924", + "https://openalex.org/W2570685808", + "https://openalex.org/W2594475271", + "https://openalex.org/W2597603852", + "https://openalex.org/W2603766943", + "https://openalex.org/W2605409611", + "https://openalex.org/W2609368435", + "https://openalex.org/W2618851150", + "https://openalex.org/W2626639386", + "https://openalex.org/W2732560823", + "https://openalex.org/W2734421735", + "https://openalex.org/W2739220786", + "https://openalex.org/W2745565856", + "https://openalex.org/W2746600820", + "https://openalex.org/W2755655609", + "https://openalex.org/W2765424254", + "https://openalex.org/W2765793020", + "https://openalex.org/W2768894107", + "https://openalex.org/W2770312844", + "https://openalex.org/W2773022113", + "https://openalex.org/W2773497437", + "https://openalex.org/W2774644650", + "https://openalex.org/W2785699986", + "https://openalex.org/W2787955716", + "https://openalex.org/W2788199784", + "https://openalex.org/W2788403449", + "https://openalex.org/W2789160704", + "https://openalex.org/W2792942633", + "https://openalex.org/W2796215194", + "https://openalex.org/W2796885425", + "https://openalex.org/W2798312813", + "https://openalex.org/W2799194071", + "https://openalex.org/W2803831897", + "https://openalex.org/W2809136100", + "https://openalex.org/W2887252986", + "https://openalex.org/W2888078780", + "https://openalex.org/W2888421747", + "https://openalex.org/W2889210204", + "https://openalex.org/W2889252776", + "https://openalex.org/W2891503716", + "https://openalex.org/W2905526464", + "https://openalex.org/W2905810301", + "https://openalex.org/W2909878761", + "https://openalex.org/W2910705748", + "https://openalex.org/W2914598080", + "https://openalex.org/W2919115771", + "https://openalex.org/W2943646750", + "https://openalex.org/W2949128310", + "https://openalex.org/W2949197630", + "https://openalex.org/W2949200088", + "https://openalex.org/W2953911539", + "https://openalex.org/W2954503794", + "https://openalex.org/W2955782190", + "https://openalex.org/W2962718684", + "https://openalex.org/W2962772482", + "https://openalex.org/W2962790223", + "https://openalex.org/W2962816513", + "https://openalex.org/W2962818281", + "https://openalex.org/W2962858109", + "https://openalex.org/W2963095307", + "https://openalex.org/W2963100392", + "https://openalex.org/W2963116854", + "https://openalex.org/W2963125461", + "https://openalex.org/W2963126845", + "https://openalex.org/W2963165363", + "https://openalex.org/W2963233086", + "https://openalex.org/W2963382180", + "https://openalex.org/W2963483561", + "https://openalex.org/W2963615251", + "https://openalex.org/W2963847595", + "https://openalex.org/W2963857521", + "https://openalex.org/W2963859254", + "https://openalex.org/W2963969878", + "https://openalex.org/W2964082701", + "https://openalex.org/W2965749257", + "https://openalex.org/W2966149470", + "https://openalex.org/W2971970905", + "https://openalex.org/W2981731882", + "https://openalex.org/W2988194011", + "https://openalex.org/W2998277219", + "https://openalex.org/W3000208741", + "https://openalex.org/W3003420231", + "https://openalex.org/W3013371788", + "https://openalex.org/W3015625436", + "https://openalex.org/W3023553115", + "https://openalex.org/W3027870051", + "https://openalex.org/W3035517615", + "https://openalex.org/W3035736465", + "https://openalex.org/W3037881545", + "https://openalex.org/W3098276446", + "https://openalex.org/W3098278632", + "https://openalex.org/W3099126561", + "https://openalex.org/W3101449015", + "https://openalex.org/W3102476541", + "https://openalex.org/W3103557498", + "https://openalex.org/W3104423855", + "https://openalex.org/W3104570147", + "https://openalex.org/W3106412272", + "https://openalex.org/W3121410165", + "https://openalex.org/W3121588992", + "https://openalex.org/W3138819813", + "https://openalex.org/W4238293282", + "https://openalex.org/W4241793634", + "https://openalex.org/W4251708881", + "https://openalex.org/W4288625073", + "https://openalex.org/W4289258088", + "https://openalex.org/W4300337452", + "https://openalex.org/W6610017368", + "https://openalex.org/W6637162671", + "https://openalex.org/W6684072790", + "https://openalex.org/W6703326205", + "https://openalex.org/W6719080892", + "https://openalex.org/W6728551298", + "https://openalex.org/W6733049761", + "https://openalex.org/W6734194636", + "https://openalex.org/W6739575509", + "https://openalex.org/W6740085662", + "https://openalex.org/W6744110554", + "https://openalex.org/W6745730051", + "https://openalex.org/W6747473890", + "https://openalex.org/W6748377460", + "https://openalex.org/W6750628419", + "https://openalex.org/W6750829902", + "https://openalex.org/W6751569023", + "https://openalex.org/W6751776086", + "https://openalex.org/W6752083044", + "https://openalex.org/W6755768460", + "https://openalex.org/W6762840784", + "https://openalex.org/W6765646913", + "https://openalex.org/W7014198846" + ], + "related_works": [ + "https://openalex.org/W2797441709", + "https://openalex.org/W2346578521", + "https://openalex.org/W4297660007", + "https://openalex.org/W4377704659", + "https://openalex.org/W2886918272", + "https://openalex.org/W4387589990", + "https://openalex.org/W2943982549", + "https://openalex.org/W3101055019", + "https://openalex.org/W2910028250", + "https://openalex.org/W4241566321" + ], + "abstract_inverted_index": { + "Recent": [ + 0 + ], + "advances": [ + 1 + ], + "in": [ + 2, + 20, + 29, + 76, + 95, + 156 + ], + "artificial": [ + 3 + ], + "intelligence": [ + 4 + ], + "(AI)": [ + 5 + ], + "have": [ + 6 + ], + "led": [ + 7 + ], + "to": [ + 8, + 61, + 73, + 152 + ], + "its": [ + 9 + ], + "widespread": [ + 10 + ], + "industrial": [ + 11 + ], + "adoption,": [ + 12 + ], + "with": [ + 13, + 108 + ], + "machine": [ + 14, + 70, + 118, + 132 + ], + "learning": [ + 15, + 71, + 119, + 133 + ], + "systems": [ + 16, + 41, + 72 + ], + "demonstrating": [ + 17 + ], + "superhuman": [ + 18 + ], + "performance": [ + 19 + ], + "a": [ + 21, + 91, + 103, + 138, + 165 + ], + "significant": [ + 22 + ], + "number": [ + 23 + ], + "of": [ + 24, + 98, + 111, + 143 + ], + "tasks.": [ + 25 + ], + "However,": [ + 26 + ], + "this": [ + 27, + 160 + ], + "surge": [ + 28 + ], + "performance,": [ + 30 + ], + "has": [ + 31, + 65, + 121 + ], + "often": [ + 32 + ], + "been": [ + 33, + 122 + ], + "achieved": [ + 34 + ], + "through": [ + 35 + ], + "increased": [ + 36 + ], + "model": [ + 37 + ], + "complexity,": [ + 38 + ], + "turning": [ + 39 + ], + "such": [ + 40, + 87 + ], + "into": [ + 42 + ], + "\"black": [ + 43 + ], + "box\"": [ + 44 + ], + "approaches": [ + 45 + ], + "and": [ + 46, + 116, + 141, + 171 + ], + "causing": [ + 47 + ], + "uncertainty": [ + 48 + ], + "regarding": [ + 49 + ], + "the": [ + 50, + 56, + 96, + 109, + 157 + ], + "way": [ + 51, + 57 + ], + "they": [ + 52, + 59 + ], + "operate": [ + 53 + ], + "and,": [ + 54 + ], + "ultimately,": [ + 55 + ], + "that": [ + 58, + 105, + 114, + 159 + ], + "come": [ + 60 + ], + "decisions.": [ + 62 + ], + "This": [ + 63, + 128 + ], + "ambiguity": [ + 64 + ], + "made": [ + 66 + ], + "it": [ + 67 + ], + "problematic": [ + 68 + ], + "for": [ + 69, + 168 + ], + "be": [ + 74, + 85 + ], + "adopted": [ + 75 + ], + "sensitive": [ + 77 + ], + "yet": [ + 78 + ], + "critical": [ + 79 + ], + "domains,": [ + 80 + ], + "where": [ + 81 + ], + "their": [ + 82, + 153 + ], + "value": [ + 83 + ], + "could": [ + 84 + ], + "immense,": [ + 86 + ], + "as": [ + 88, + 148, + 150, + 164 + ], + "healthcare.": [ + 89 + ], + "As": [ + 90 + ], + "result,": [ + 92 + ], + "scientific": [ + 93 + ], + "interest": [ + 94 + ], + "field": [ + 97, + 104 + ], + "Explainable": [ + 99 + ], + "Artificial": [ + 100 + ], + "Intelligence": [ + 101 + ], + "(XAI),": [ + 102 + ], + "is": [ + 106 + ], + "concerned": [ + 107 + ], + "development": [ + 110 + ], + "new": [ + 112 + ], + "methods": [ + 113, + 145 + ], + "explain": [ + 115 + ], + "interpret": [ + 117 + ], + "models,": [ + 120 + ], + "tremendously": [ + 123 + ], + "reignited": [ + 124 + ], + "over": [ + 125 + ], + "recent": [ + 126 + ], + "years.": [ + 127 + ], + "study": [ + 129 + ], + "focuses": [ + 130 + ], + "on": [ + 131 + ], + "interpretability": [ + 134 + ], + "methods;": [ + 135 + ], + "more": [ + 136 + ], + "specifically,": [ + 137 + ], + "literature": [ + 139 + ], + "review": [ + 140 + ], + "taxonomy": [ + 142 + ], + "these": [ + 144 + ], + "are": [ + 146 + ], + "presented,": [ + 147 + ], + "well": [ + 149 + ], + "links": [ + 151 + ], + "programming": [ + 154 + ], + "implementations,": [ + 155 + ], + "hope": [ + 158 + ], + "survey": [ + 161 + ], + "would": [ + 162 + ], + "serve": [ + 163 + ], + "reference": [ + 166 + ], + "point": [ + 167 + ], + "both": [ + 169 + ], + "theorists": [ + 170 + ], + "practitioners.": [ + 172 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 209 + }, + { + "year": 2025, + "cited_by_count": 702 + }, + { + "year": 2024, + "cited_by_count": 707 + }, + { + "year": 2023, + "cited_by_count": 591 + }, + { + "year": 2022, + "cited_by_count": 382 + }, + { + "year": 2021, + "cited_by_count": 109 + }, + { + "year": 2020, + "cited_by_count": 1 + }, + { + "year": 2013, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2142334564", + "doi": "https://doi.org/10.2307/1269742", + "title": "Machine Learning, Neural and Statistical Classification", + "display_name": "Machine Learning, Neural and Statistical Classification", + "relevance_score": 3337.8804, + "publication_year": 1995, + "publication_date": "1995-11-01", + "ids": { + "openalex": "https://openalex.org/W2142334564", + "doi": "https://doi.org/10.2307/1269742", + "mag": "2142334564" + }, + "language": "en", + "primary_location": { + "id": "doi:10.2307/1269742", + "is_oa": false, + "landing_page_url": "https://doi.org/10.2307/1269742", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S985303", + "display_name": "Technometrics", + "issn_l": "0040-1706", + "issn": [ + "0040-1706", + "1537-2723" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320547", + "host_organization_name": "Taylor & Francis", + "host_organization_lineage": [ + "https://openalex.org/P4310320547" + ], + "host_organization_lineage_names": [ + "Taylor & Francis" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Technometrics", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5021483518", + "display_name": "Bill Fulkerson", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I5490798", + "display_name": "John Deere (Germany)", + "ror": "https://ror.org/02xc43e34", + "country_code": "DE", + "type": "company", + "lineage": [ + "https://openalex.org/I4210096981", + "https://openalex.org/I5490798" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": true, + "raw_author_name": "Bill Fulkerson", + "raw_affiliation_strings": [ + "Deere & Company", + "University of Edinburgh U.K" + ], + "affiliations": [ + { + "raw_affiliation_string": "Deere & Company", + "institution_ids": [ + "https://openalex.org/I5490798" + ] + }, + { + "raw_affiliation_string": "University of Edinburgh U.K", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5006171154", + "display_name": "D. Michie", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "D. Michie", + "raw_affiliation_strings": [ + "University of Edinburgh , U.K" + ], + "affiliations": [ + { + "raw_affiliation_string": "University of Edinburgh , U.K", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5080673459", + "display_name": "D. J. Spiegelhalter", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I241749", + "display_name": "University of Cambridge", + "ror": "https://ror.org/013meh722", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I241749" + ] + } + ], + "countries": [ + "GB" + ], + "is_corresponding": false, + "raw_author_name": "D. J. Spiegelhalter", + "raw_affiliation_strings": [ + "Univ. Forvie Site, Cambridge, U.K.#TAB#" + ], + "affiliations": [ + { + "raw_affiliation_string": "Univ. Forvie Site, Cambridge, U.K.#TAB#", + "institution_ids": [ + "https://openalex.org/I241749" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5111533856", + "display_name": "C. C. W. Taylor", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "C. C. Taylor", + "raw_affiliation_strings": [ + "University of Leeds; U.K" + ], + "affiliations": [ + { + "raw_affiliation_string": "University of Leeds; U.K", + "institution_ids": [] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 4, + "corresponding_author_ids": [ + "https://openalex.org/A5021483518" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I5490798" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 121.1376, + "has_fulltext": false, + "cited_by_count": 2191, + "citation_normalized_percentile": { + "value": 0.99989156, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "37", + "issue": "4", + "first_page": "459", + "last_page": "459" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.9955999851226807, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.9955999851226807, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10538", + "display_name": "Data Mining Algorithms and Applications", + "score": 0.9819999933242798, + "subfield": { + "id": "https://openalex.org/subfields/1710", + "display_name": "Information Systems" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T14351", + "display_name": "Statistical and Computational Modeling", + "score": 0.9731000065803528, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6783725023269653 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6460950374603271 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.638775646686554 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.5508975982666016 + }, + { + "id": "https://openalex.org/keywords/statistical-learning", + "display_name": "Statistical learning", + "score": 0.4216362535953522 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6783725023269653 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6460950374603271 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.638775646686554 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.5508975982666016 + }, + { + "id": "https://openalex.org/C2982736386", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Statistical learning", + "level": 2, + "score": 0.4216362535953522 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.2307/1269742", + "is_oa": false, + "landing_page_url": "https://doi.org/10.2307/1269742", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S985303", + "display_name": "Technometrics", + "issn_l": "0040-1706", + "issn": [ + "0040-1706", + "1537-2723" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320547", + "host_organization_name": "Taylor & Francis", + "host_organization_lineage": [ + "https://openalex.org/P4310320547" + ], + "host_organization_lineage_names": [ + "Taylor & Francis" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Technometrics", + "raw_type": "journal-article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 7, + "referenced_works": [ + "https://openalex.org/W1515620500", + "https://openalex.org/W1602329118", + "https://openalex.org/W1704669313", + "https://openalex.org/W1770912791", + "https://openalex.org/W2023837194", + "https://openalex.org/W2488901271", + "https://openalex.org/W3014310718" + ], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W3046775127", + "https://openalex.org/W3107602296", + "https://openalex.org/W3170094116", + "https://openalex.org/W4386462264", + "https://openalex.org/W4364306694", + "https://openalex.org/W4312192474", + "https://openalex.org/W4283697347", + "https://openalex.org/W4210805261" + ], + "abstract_inverted_index": { + "Survey": [ + 0 + ], + "of": [ + 1, + 8 + ], + "previous": [ + 2 + ], + "comparisons": [ + 3 + ], + "and": [ + 4, + 15 + ], + "theoretical": [ + 5 + ], + "work": [ + 6 + ], + "descriptions": [ + 7, + 11 + ], + "methods": [ + 9 + ], + "dataset": [ + 10 + ], + "criteria": [ + 12 + ], + "for": [ + 13 + ], + "comparison": [ + 14 + ], + "methodology": [ + 16 + ], + "(including": [ + 17 + ], + "validation)": [ + 18 + ], + "empirical": [ + 19 + ], + "results": [ + 20 + ], + "machine": [ + 21, + 24 + ], + "learning": [ + 22 + ], + "on": [ + 23 + ], + "learning.": [ + 25 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 8 + }, + { + "year": 2024, + "cited_by_count": 17 + }, + { + "year": 2023, + "cited_by_count": 45 + }, + { + "year": 2022, + "cited_by_count": 44 + }, + { + "year": 2021, + "cited_by_count": 64 + }, + { + "year": 2020, + "cited_by_count": 70 + }, + { + "year": 2019, + "cited_by_count": 65 + }, + { + "year": 2018, + "cited_by_count": 65 + }, + { + "year": 2017, + "cited_by_count": 80 + }, + { + "year": 2016, + "cited_by_count": 58 + }, + { + "year": 2015, + "cited_by_count": 64 + }, + { + "year": 2014, + "cited_by_count": 78 + }, + { + "year": 2013, + "cited_by_count": 68 + }, + { + "year": 2012, + "cited_by_count": 84 + } + ], + "updated_date": "2026-04-04T16:13:02.066488", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2962727772", + "doi": null, + "title": "Automatic differentiation in machine learning: a survey", + "display_name": "Automatic differentiation in machine learning: a survey", + "relevance_score": 3316.8074, + "publication_year": 2015, + "publication_date": "2015-01-01", + "ids": { + "openalex": "https://openalex.org/W2962727772", + "mag": "2962727772" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:eprints.maynoothuniversity.ie:8145", + "is_oa": true, + "landing_page_url": null, + "pdf_url": "http://eprints.maynoothuniversity.ie/8145/1/BP-Automatic-2015.pdf", + "source": { + "id": "https://openalex.org/S4306401432", + "display_name": "Maynooth University ePrints and eTheses Archive (Maynooth University)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I157286207", + "host_organization_name": "National University of Ireland, Maynooth", + "host_organization_lineage": [ + "https://openalex.org/I157286207" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Monograph" + }, + "type": "article", + "indexed_in": [], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "http://eprints.maynoothuniversity.ie/8145/1/BP-Automatic-2015.pdf", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5063994783", + "display_name": "Atılım Güneş Baydin", + "orcid": "https://orcid.org/0000-0001-9854-8100" + }, + "institutions": [ + { + "id": "https://openalex.org/I40120149", + "display_name": "University of Oxford", + "ror": "https://ror.org/052gg0110", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I40120149" + ] + }, + { + "id": "https://openalex.org/I4210146410", + "display_name": "Science Oxford", + "ror": "https://ror.org/04j8yhy50", + "country_code": "GB", + "type": "nonprofit", + "lineage": [ + "https://openalex.org/I4210146410" + ] + } + ], + "countries": [ + "GB" + ], + "is_corresponding": true, + "raw_author_name": "Atılım Güneş Baydin", + "raw_affiliation_strings": [ + "Department of Engineering Science; University of Oxford; Oxford United Kingdom" + ], + "raw_orcid": "https://orcid.org/0000-0001-9854-8100", + "affiliations": [ + { + "raw_affiliation_string": "Department of Engineering Science; University of Oxford; Oxford United Kingdom", + "institution_ids": [ + "https://openalex.org/I4210146410", + "https://openalex.org/I40120149" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5009984528", + "display_name": "Barak A. Pearlmutter", + "orcid": "https://orcid.org/0000-0003-0521-4553" + }, + "institutions": [ + { + "id": "https://openalex.org/I157286207", + "display_name": "National University of Ireland, Maynooth", + "ror": "https://ror.org/048nfjm95", + "country_code": "IE", + "type": "education", + "lineage": [ + "https://openalex.org/I157286207" + ] + } + ], + "countries": [ + "IE" + ], + "is_corresponding": false, + "raw_author_name": "Barak A. Pearlmutter", + "raw_affiliation_strings": [ + "Department of Computer Science , National University of Ireland Maynooth , Maynooth, Co. Kildare, Ireland" + ], + "raw_orcid": "https://orcid.org/0000-0003-0521-4553", + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science , National University of Ireland Maynooth , Maynooth, Co. Kildare, Ireland", + "institution_ids": [ + "https://openalex.org/I157286207" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5055832270", + "display_name": "Alexey Radul", + "orcid": "https://orcid.org/0000-0002-7251-4057" + }, + "institutions": [ + { + "id": "https://openalex.org/I63966007", + "display_name": "Massachusetts Institute of Technology", + "ror": "https://ror.org/042nb2s44", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I63966007" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Alexey Radul", + "raw_affiliation_strings": [ + "Department of Brain and Cognitive Sciences, Massachusetts Institute of Technology, Cambridge, MA" + ], + "raw_orcid": "https://orcid.org/0000-0002-7251-4057", + "affiliations": [ + { + "raw_affiliation_string": "Department of Brain and Cognitive Sciences, Massachusetts Institute of Technology, Cambridge, MA", + "institution_ids": [ + "https://openalex.org/I63966007" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5079140683", + "display_name": "Jeffrey Mark Siskind", + "orcid": "https://orcid.org/0000-0002-0105-6503" + }, + "institutions": [ + { + "id": "https://openalex.org/I219193219", + "display_name": "Purdue University West Lafayette", + "ror": "https://ror.org/02dqehb95", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I219193219" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Jeffrey Mark Siskind", + "raw_affiliation_strings": [ + "School of Electrical & Computer Engineering, Purdue University, West Lafayette, IN" + ], + "raw_orcid": "https://orcid.org/0000-0002-0105-6503", + "affiliations": [ + { + "raw_affiliation_string": "School of Electrical & Computer Engineering, Purdue University, West Lafayette, IN", + "institution_ids": [ + "https://openalex.org/I219193219" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 3, + "institutions_distinct_count": 4, + "corresponding_author_ids": [ + "https://openalex.org/A5063994783" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I40120149", + "https://openalex.org/I4210146410" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 5.8829, + "has_fulltext": true, + "cited_by_count": 2097, + "citation_normalized_percentile": { + "value": 0.96990496, + "is_in_top_1_percent": false, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 97, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12814", + "display_name": "Gaussian Processes and Bayesian Inference", + "score": 0.9951000213623047, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12814", + "display_name": "Gaussian Processes and Bayesian Inference", + "score": 0.9951000213623047, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.9828000068664551, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T13650", + "display_name": "Computational Physics and Python Applications", + "score": 0.9753999710083008, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7707252502441406 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6958426833152771 + }, + { + "id": "https://openalex.org/keywords/relevance", + "display_name": "Relevance (law)", + "score": 0.6952723264694214 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6923137903213501 + }, + { + "id": "https://openalex.org/keywords/automatic-differentiation", + "display_name": "Automatic differentiation", + "score": 0.5773985385894775 + }, + { + "id": "https://openalex.org/keywords/differentiable-function", + "display_name": "Differentiable function", + "score": 0.5487818717956543 + }, + { + "id": "https://openalex.org/keywords/clarity", + "display_name": "CLARITY", + "score": 0.49600204825401306 + }, + { + "id": "https://openalex.org/keywords/toolbox", + "display_name": "Toolbox", + "score": 0.47601065039634705 + }, + { + "id": "https://openalex.org/keywords/field", + "display_name": "Field (mathematics)", + "score": 0.47393471002578735 + }, + { + "id": "https://openalex.org/keywords/algorithmic-learning-theory", + "display_name": "Algorithmic learning theory", + "score": 0.4503173828125 + }, + { + "id": "https://openalex.org/keywords/active-learning", + "display_name": "Active learning (machine learning)", + "score": 0.41797730326652527 + }, + { + "id": "https://openalex.org/keywords/theoretical-computer-science", + "display_name": "Theoretical computer science", + "score": 0.36606842279434204 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.18022793531417847 + }, + { + "id": "https://openalex.org/keywords/programming-language", + "display_name": "Programming language", + "score": 0.14339032769203186 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.09765636920928955 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7707252502441406 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6958426833152771 + }, + { + "id": "https://openalex.org/C158154518", + "wikidata": "https://www.wikidata.org/wiki/Q7310970", + "display_name": "Relevance (law)", + "level": 2, + "score": 0.6952723264694214 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6923137903213501 + }, + { + "id": "https://openalex.org/C133512626", + "wikidata": "https://www.wikidata.org/wiki/Q787371", + "display_name": "Automatic differentiation", + "level": 3, + "score": 0.5773985385894775 + }, + { + "id": "https://openalex.org/C202615002", + "wikidata": "https://www.wikidata.org/wiki/Q783507", + "display_name": "Differentiable function", + "level": 2, + "score": 0.5487818717956543 + }, + { + "id": "https://openalex.org/C2777146004", + "wikidata": "https://www.wikidata.org/wiki/Q14949826", + "display_name": "CLARITY", + "level": 2, + "score": 0.49600204825401306 + }, + { + "id": "https://openalex.org/C2777655017", + "wikidata": "https://www.wikidata.org/wiki/Q1501161", + "display_name": "Toolbox", + "level": 2, + "score": 0.47601065039634705 + }, + { + "id": "https://openalex.org/C9652623", + "wikidata": "https://www.wikidata.org/wiki/Q190109", + "display_name": "Field (mathematics)", + "level": 2, + "score": 0.47393471002578735 + }, + { + "id": "https://openalex.org/C32254414", + "wikidata": "https://www.wikidata.org/wiki/Q4724364", + "display_name": "Algorithmic learning theory", + "level": 3, + "score": 0.4503173828125 + }, + { + "id": "https://openalex.org/C77967617", + "wikidata": "https://www.wikidata.org/wiki/Q4677561", + "display_name": "Active learning (machine learning)", + "level": 2, + "score": 0.41797730326652527 + }, + { + "id": "https://openalex.org/C80444323", + "wikidata": "https://www.wikidata.org/wiki/Q2878974", + "display_name": "Theoretical computer science", + "level": 1, + "score": 0.36606842279434204 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.18022793531417847 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.14339032769203186 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.09765636920928955 + }, + { + "id": "https://openalex.org/C134306372", + "wikidata": "https://www.wikidata.org/wiki/Q7754", + "display_name": "Mathematical analysis", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C55493867", + "wikidata": "https://www.wikidata.org/wiki/Q7094", + "display_name": "Biochemistry", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C199539241", + "wikidata": "https://www.wikidata.org/wiki/Q7748", + "display_name": "Law", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C45374587", + "wikidata": "https://www.wikidata.org/wiki/Q12525525", + "display_name": "Computation", + "level": 2, + "score": 0.0 + }, + { + "id": "https://openalex.org/C202444582", + "wikidata": "https://www.wikidata.org/wiki/Q837863", + "display_name": "Pure mathematics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C17744445", + "wikidata": "https://www.wikidata.org/wiki/Q36442", + "display_name": "Political science", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C185592680", + "wikidata": "https://www.wikidata.org/wiki/Q2329", + "display_name": "Chemistry", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "pmh:oai:eprints.maynoothuniversity.ie:8145", + "is_oa": true, + "landing_page_url": null, + "pdf_url": "http://eprints.maynoothuniversity.ie/8145/1/BP-Automatic-2015.pdf", + "source": { + "id": "https://openalex.org/S4306401432", + "display_name": "Maynooth University ePrints and eTheses Archive (Maynooth University)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I157286207", + "host_organization_name": "National University of Ireland, Maynooth", + "host_organization_lineage": [ + "https://openalex.org/I157286207" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Monograph" + } + ], + "best_oa_location": { + "id": "pmh:oai:eprints.maynoothuniversity.ie:8145", + "is_oa": true, + "landing_page_url": null, + "pdf_url": "http://eprints.maynoothuniversity.ie/8145/1/BP-Automatic-2015.pdf", + "source": { + "id": "https://openalex.org/S4306401432", + "display_name": "Maynooth University ePrints and eTheses Archive (Maynooth University)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I157286207", + "host_organization_name": "National University of Ireland, Maynooth", + "host_organization_lineage": [ + "https://openalex.org/I157286207" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Monograph" + }, + "sustainable_development_goals": [], + "awards": [ + { + "id": "https://openalex.org/G6346593773", + "display_name": null, + "funder_award_id": "09/IN.1/I2637", + "funder_id": "https://openalex.org/F4320320847", + "funder_display_name": "Science Foundation Ireland" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320320847", + "display_name": "Science Foundation Ireland", + "ror": "https://ror.org/0271asj38" + } + ], + "has_content": { + "pdf": true, + "grobid_xml": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W2962727772.pdf", + "grobid_xml": "https://content.openalex.org/works/W2962727772.grobid-xml" + }, + "referenced_works_count": 165, + "referenced_works": [ + "https://openalex.org/W10127936", + "https://openalex.org/W24803201", + "https://openalex.org/W32371573", + "https://openalex.org/W54927611", + "https://openalex.org/W56900066", + "https://openalex.org/W79234129", + "https://openalex.org/W96156603", + "https://openalex.org/W114517082", + "https://openalex.org/W150071318", + "https://openalex.org/W163279865", + "https://openalex.org/W178772886", + "https://openalex.org/W183071939", + "https://openalex.org/W195465510", + "https://openalex.org/W199058730", + "https://openalex.org/W658381347", + "https://openalex.org/W1448623749", + "https://openalex.org/W1491719553", + "https://openalex.org/W1498436455", + "https://openalex.org/W1508921047", + "https://openalex.org/W1510408204", + "https://openalex.org/W1526743513", + "https://openalex.org/W1531185881", + "https://openalex.org/W1531720974", + "https://openalex.org/W1533682968", + "https://openalex.org/W1545319692", + "https://openalex.org/W1554025628", + "https://openalex.org/W1554447113", + "https://openalex.org/W1555213329", + "https://openalex.org/W1556604985", + "https://openalex.org/W1558109178", + "https://openalex.org/W1579027943", + "https://openalex.org/W1585773866", + "https://openalex.org/W1593851055", + "https://openalex.org/W1597010871", + "https://openalex.org/W1597497095", + "https://openalex.org/W1601796594", + "https://openalex.org/W1602017060", + "https://openalex.org/W1667652561", + "https://openalex.org/W1732222442", + "https://openalex.org/W1746819321", + "https://openalex.org/W1781063653", + "https://openalex.org/W1786620475", + "https://openalex.org/W1833324609", + "https://openalex.org/W1841592590", + "https://openalex.org/W1868018859", + "https://openalex.org/W1902934009", + "https://openalex.org/W1906598733", + "https://openalex.org/W1909320841", + "https://openalex.org/W1959608418", + "https://openalex.org/W1960579544", + "https://openalex.org/W1964298340", + "https://openalex.org/W1965256357", + "https://openalex.org/W1976804081", + "https://openalex.org/W1980177911", + "https://openalex.org/W1981814724", + "https://openalex.org/W1983864872", + "https://openalex.org/W1984176077", + "https://openalex.org/W1985280181", + "https://openalex.org/W1987027398", + "https://openalex.org/W1988141348", + "https://openalex.org/W1991173503", + "https://openalex.org/W1996647346", + "https://openalex.org/W1996852196", + "https://openalex.org/W1997030105", + "https://openalex.org/W1999333806", + "https://openalex.org/W2004750113", + "https://openalex.org/W2005126631", + "https://openalex.org/W2006903949", + "https://openalex.org/W2008957460", + "https://openalex.org/W2017000414", + "https://openalex.org/W2018435387", + "https://openalex.org/W2030762303", + "https://openalex.org/W2031070741", + "https://openalex.org/W2039708501", + "https://openalex.org/W2042661604", + "https://openalex.org/W2057377421", + "https://openalex.org/W2058760524", + "https://openalex.org/W2058821858", + "https://openalex.org/W2062422869", + "https://openalex.org/W2065468339", + "https://openalex.org/W2069077343", + "https://openalex.org/W2069563463", + "https://openalex.org/W2070389042", + "https://openalex.org/W2076063813", + "https://openalex.org/W2076554018", + "https://openalex.org/W2077306381", + "https://openalex.org/W2083381683", + "https://openalex.org/W2084689793", + "https://openalex.org/W2084818100", + "https://openalex.org/W2087169336", + "https://openalex.org/W2098694378", + "https://openalex.org/W2106164382", + "https://openalex.org/W2108207895", + "https://openalex.org/W2109189215", + "https://openalex.org/W2112796928", + "https://openalex.org/W2119717200", + "https://openalex.org/W2120420045", + "https://openalex.org/W2124313187", + "https://openalex.org/W2129142203", + "https://openalex.org/W2129288307", + "https://openalex.org/W2133400152", + "https://openalex.org/W2133564696", + "https://openalex.org/W2134275125", + "https://openalex.org/W2136985729", + "https://openalex.org/W2137808436", + "https://openalex.org/W2141524150", + "https://openalex.org/W2146502635", + "https://openalex.org/W2146534684", + "https://openalex.org/W2146856863", + "https://openalex.org/W2157488230", + "https://openalex.org/W2161239884", + "https://openalex.org/W2161969291", + "https://openalex.org/W2163248562", + "https://openalex.org/W2163922914", + "https://openalex.org/W2167315686", + "https://openalex.org/W2167839676", + "https://openalex.org/W2171928131", + "https://openalex.org/W2250861254", + "https://openalex.org/W2271840356", + "https://openalex.org/W2271982975", + "https://openalex.org/W2327562811", + "https://openalex.org/W2382989034", + "https://openalex.org/W2396666011", + "https://openalex.org/W2403726878", + "https://openalex.org/W2405844906", + "https://openalex.org/W2423581336", + "https://openalex.org/W2464234964", + "https://openalex.org/W2478429860", + "https://openalex.org/W2482888308", + "https://openalex.org/W2496722619", + "https://openalex.org/W2509865812", + "https://openalex.org/W2513383847", + "https://openalex.org/W2539792571", + "https://openalex.org/W2566652804", + "https://openalex.org/W2572175727", + "https://openalex.org/W2574963492", + "https://openalex.org/W2577537660", + "https://openalex.org/W2578556340", + "https://openalex.org/W2586661897", + "https://openalex.org/W2597452529", + "https://openalex.org/W2606594511", + "https://openalex.org/W2618530766", + "https://openalex.org/W2754835109", + "https://openalex.org/W2768092088", + "https://openalex.org/W2778749116", + "https://openalex.org/W2786741601", + "https://openalex.org/W2899771611", + "https://openalex.org/W2919115771", + "https://openalex.org/W2948461586", + "https://openalex.org/W2950999850", + "https://openalex.org/W2951008357", + "https://openalex.org/W2952339051", + "https://openalex.org/W2953146438", + "https://openalex.org/W2962994101", + "https://openalex.org/W2963042536", + "https://openalex.org/W2963264829", + "https://openalex.org/W2963773578", + "https://openalex.org/W2963977107", + "https://openalex.org/W2964121744", + "https://openalex.org/W2986953278", + "https://openalex.org/W3004157836", + "https://openalex.org/W3087399931", + "https://openalex.org/W3100141945", + "https://openalex.org/W3121926921", + "https://openalex.org/W3123351260" + ], + "related_works": [ + "https://openalex.org/W3146803896", + "https://openalex.org/W3101260193", + "https://openalex.org/W3003922491", + "https://openalex.org/W2970971581", + "https://openalex.org/W2964121744", + "https://openalex.org/W2919115771", + "https://openalex.org/W2899771611", + "https://openalex.org/W2899283552", + "https://openalex.org/W2803629276", + "https://openalex.org/W2749028154", + "https://openalex.org/W2745110207", + "https://openalex.org/W2402144811", + "https://openalex.org/W2194775991", + "https://openalex.org/W2163605009", + "https://openalex.org/W2064675550", + "https://openalex.org/W2051434435", + "https://openalex.org/W1585773866", + "https://openalex.org/W1533861849", + "https://openalex.org/W1498436455", + "https://openalex.org/W2963112935" + ], + "abstract_inverted_index": { + "Derivatives,": [ + 0 + ], + "mostly": [ + 1 + ], + "in": [ + 2, + 11, + 34, + 51, + 97 + ], + "the": [ + 3, + 72, + 84, + 98, + 114, + 119 + ], + "form": [ + 4 + ], + "of": [ + 5, + 23, + 67, + 74, + 100, + 116 + ], + "gradients": [ + 6 + ], + "and": [ + 7, + 31, + 43, + 49, + 63, + 76, + 91 + ], + "Hessians,": [ + 8 + ], + "are": [ + 9 + ], + "ubiquitous": [ + 10 + ], + "machine": [ + 12, + 54, + 77, + 120 + ], + "learning.": [ + 13 + ], + "Automatic": [ + 14 + ], + "differentiation": [ + 15 + ], + "(AD)": [ + 16 + ], + "is": [ + 17 + ], + "a": [ + 18, + 88 + ], + "technique": [ + 19 + ], + "for": [ + 20 + ], + "calculating": [ + 21 + ], + "derivatives": [ + 22 + ], + "numeric": [ + 24 + ], + "functions": [ + 25 + ], + "expressed": [ + 26 + ], + "as": [ + 27, + 37 + ], + "computer": [ + 28 + ], + "programs": [ + 29 + ], + "efficiently": [ + 30 + ], + "accurately,": [ + 32 + ], + "used": [ + 33 + ], + "fields": [ + 35 + ], + "such": [ + 36 + ], + "computational": [ + 38 + ], + "fluid": [ + 39 + ], + "dynamics,": [ + 40 + ], + "nuclear": [ + 41 + ], + "engineering,": [ + 42 + ], + "atmospheric": [ + 44 + ], + "sciences.": [ + 45 + ], + "Despite": [ + 46 + ], + "its": [ + 47 + ], + "advantages": [ + 48 + ], + "use": [ + 50, + 66, + 115 + ], + "other": [ + 52 + ], + "fields,": [ + 53 + ], + "learning": [ + 55, + 121 + ], + "practitioners": [ + 56 + ], + "have": [ + 57, + 112 + ], + "been": [ + 58 + ], + "little": [ + 59 + ], + "influenced": [ + 60 + ], + "by": [ + 61 + ], + "AD": [ + 62, + 75, + 82, + 117 + ], + "make": [ + 64, + 87 + ], + "scant": [ + 65 + ], + "available": [ + 68 + ], + "tools.": [ + 69 + ], + "We": [ + 70, + 103 + ], + "survey": [ + 71 + ], + "intersection": [ + 73 + ], + "learning,": [ + 78 + ], + "cover": [ + 79 + ], + "applications": [ + 80 + ], + "where": [ + 81 + ], + "has": [ + 83 + ], + "potential": [ + 85 + ], + "to": [ + 86, + 105 + ], + "big": [ + 89 + ], + "impact,": [ + 90 + ], + "report": [ + 92 + ], + "on": [ + 93 + ], + "some": [ + 94, + 107 + ], + "recent": [ + 95 + ], + "developments": [ + 96 + ], + "adoption": [ + 99 + ], + "this": [ + 101 + ], + "technique.": [ + 102 + ], + "aim": [ + 104 + ], + "dispel": [ + 106 + ], + "misconceptions": [ + 108 + ], + "that": [ + 109 + ], + "we": [ + 110 + ], + "contend": [ + 111 + ], + "impeded": [ + 113 + ], + "within": [ + 118 + ], + "community.": [ + 122 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 252 + }, + { + "year": 2024, + "cited_by_count": 379 + }, + { + "year": 2023, + "cited_by_count": 398 + }, + { + "year": 2022, + "cited_by_count": 312 + }, + { + "year": 2021, + "cited_by_count": 381 + }, + { + "year": 2020, + "cited_by_count": 242 + }, + { + "year": 2019, + "cited_by_count": 99 + }, + { + "year": 2018, + "cited_by_count": 24 + }, + { + "year": 2017, + "cited_by_count": 6 + }, + { + "year": 2016, + "cited_by_count": 4 + } + ], + "updated_date": "2026-05-21T09:19:25.381259", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2751318774", + "doi": "https://doi.org/10.1142/9789811201967_0001", + "title": "Introduction to Machine Learning", + "display_name": "Introduction to Machine Learning", + "relevance_score": 3259.3015, + "publication_year": 2019, + "publication_date": "2019-02-27", + "ids": { + "openalex": "https://openalex.org/W2751318774", + "doi": "https://doi.org/10.1142/9789811201967_0001", + "mag": "2751318774" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1142/9789811201967_0001", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1142/9789811201967_0001", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4210240769", + "display_name": "Series in machine perception and artificial intelligence", + "issn_l": "1793-0839", + "issn": [ + "1793-0839" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319815", + "host_organization_name": "World Scientific", + "host_organization_lineage": [ + "https://openalex.org/P4310319815" + ], + "host_organization_lineage_names": [ + "World Scientific" + ], + "type": "book series" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Series in Machine Perception and Artificial Intelligence", + "raw_type": "book-chapter" + }, + "type": "book-chapter", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 0, + "corresponding_author_ids": [], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 45.4453, + "has_fulltext": false, + "cited_by_count": 1659, + "citation_normalized_percentile": { + "value": 0.9987236, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 94, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": "1", + "last_page": "22" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.3314000070095062, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.3314000070095062, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.49732616543769836 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.354877233505249 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.49732616543769836 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.354877233505249 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1142/9789811201967_0001", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1142/9789811201967_0001", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4210240769", + "display_name": "Series in machine perception and artificial intelligence", + "issn_l": "1793-0839", + "issn": [ + "1793-0839" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319815", + "host_organization_name": "World Scientific", + "host_organization_lineage": [ + "https://openalex.org/P4310319815" + ], + "host_organization_lineage_names": [ + "World Scientific" + ], + "type": "book series" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Series in Machine Perception and Artificial Intelligence", + "raw_type": "book-chapter" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [ + "https://openalex.org/W2899084033", + "https://openalex.org/W2748952813", + "https://openalex.org/W2390279801", + "https://openalex.org/W2358668433", + "https://openalex.org/W2376932109", + "https://openalex.org/W2382290278", + "https://openalex.org/W2096946506", + "https://openalex.org/W2350741829", + "https://openalex.org/W3004735627", + "https://openalex.org/W3107474891" + ], + "abstract_inverted_index": { + "The": [ + 0, + 140 + ], + "goal": [ + 1 + ], + "of": [ + 2, + 24, + 74, + 91, + 187, + 197, + 252, + 265 + ], + "machine": [ + 3, + 25, + 81, + 92, + 198, + 266 + ], + "learning": [ + 4, + 26, + 82, + 93, + 119, + 199, + 267 + ], + "is": [ + 5, + 63 + ], + "to": [ + 6, + 9, + 16, + 36, + 60, + 86, + 136, + 171, + 224, + 254 + ], + "program": [ + 7 + ], + "computers": [ + 8 + ], + "use": [ + 10 + ], + "example": [ + 11 + ], + "data": [ + 12, + 35, + 116 + ], + "or": [ + 13 + ], + "past": [ + 14, + 33 + ], + "experience": [ + 15 + ], + "solve": [ + 17 + ], + "a": [ + 18, + 45, + 64, + 71, + 88, + 137, + 191 + ], + "given": [ + 19 + ], + "problem.": [ + 20 + ], + "Many": [ + 21 + ], + "successful": [ + 22 + ], + "applications": [ + 23 + ], + "exist": [ + 27 + ], + "already,": [ + 28 + ], + "including": [ + 29, + 104 + ], + "systems": [ + 30 + ], + "that": [ + 31, + 44, + 124 + ], + "analyze": [ + 32 + ], + "sales": [ + 34 + ], + "predict": [ + 37 + ], + "customer": [ + 38 + ], + "behavior,": [ + 39 + ], + "optimize": [ + 40 + ], + "robot": [ + 41 + ], + "behavior": [ + 42 + ], + "so": [ + 43, + 123 + ], + "task": [ + 46 + ], + "can": [ + 47, + 127, + 227 + ], + "be": [ + 48, + 228, + 251 + ], + "completed": [ + 49, + 238 + ], + "using": [ + 50 + ], + "minimum": [ + 51 + ], + "resources,": [ + 52 + ], + "and": [ + 53, + 95, + 115, + 163, + 167, + 182, + 195, + 212, + 221, + 233, + 245, + 271 + ], + "extract": [ + 54 + ], + "knowledge": [ + 55 + ], + "from": [ + 56, + 101, + 130 + ], + "bioinformatics": [ + 57 + ], + "data.": [ + 58 + ], + "Introduction": [ + 59, + 223 + ], + "Machine": [ + 61, + 225, + 272 + ], + "Learning": [ + 62, + 226, + 273 + ], + "comprehensive": [ + 65 + ], + "textbook": [ + 66 + ], + "on": [ + 67, + 177, + 193, + 204 + ], + "the": [ + 68, + 125, + 131, + 134, + 172, + 205, + 257, + 263 + ], + "subject,": [ + 69 + ], + "covering": [ + 70 + ], + "broad": [ + 72 + ], + "array": [ + 73 + ], + "topics": [ + 75, + 144 + ], + "not": [ + 76 + ], + "usually": [ + 77 + ], + "included": [ + 78 + ], + "in": [ + 79, + 133, + 190, + 240, + 256 + ], + "introductory": [ + 80 + ], + "texts.": [ + 83 + ], + "In": [ + 84 + ], + "order": [ + 85 + ], + "present": [ + 87 + ], + "unified": [ + 89 + ], + "treatment": [ + 90 + ], + "problems": [ + 94 + ], + "solutions,": [ + 96 + ], + "it": [ + 97 + ], + "discusses": [ + 98 + ], + "many": [ + 99, + 213 + ], + "methods": [ + 100 + ], + "different": [ + 102 + ], + "fields,": [ + 103 + ], + "statistics,": [ + 105 + ], + "pattern": [ + 106 + ], + "recognition,": [ + 107 + ], + "neural": [ + 108 + ], + "networks,": [ + 109 + ], + "artificial": [ + 110 + ], + "intelligence,": [ + 111 + ], + "signal": [ + 112 + ], + "processing,": [ + 113 + ], + "control,": [ + 114 + ], + "mining.": [ + 117 + ], + "All": [ + 118, + 216 + ], + "algorithms": [ + 120 + ], + "are": [ + 121, + 175, + 260 + ], + "explained": [ + 122 + ], + "student": [ + 126 + ], + "easily": [ + 128 + ], + "move": [ + 129 + ], + "equations": [ + 132 + ], + "book": [ + 135 + ], + "computer": [ + 138, + 241 + ], + "program.": [ + 139 + ], + "text": [ + 141 + ], + "covers": [ + 142 + ], + "such": [ + 143 + ], + "as": [ + 145 + ], + "supervised": [ + 146 + ], + "learning,": [ + 147 + ], + "Bayesian": [ + 148, + 183 + ], + "decision": [ + 149 + ], + "theory,": [ + 150 + ], + "parametric": [ + 151 + ], + "methods,": [ + 152, + 154 + ], + "multivariate": [ + 153 + ], + "multilayer": [ + 155 + ], + "perceptrons,": [ + 156 + ], + "local": [ + 157 + ], + "models,": [ + 158, + 161, + 181 + ], + "hidden": [ + 159 + ], + "Markov": [ + 160 + ], + "assessing": [ + 162 + ], + "comparing": [ + 164 + ], + "classification": [ + 165 + ], + "algorithms,": [ + 166 + ], + "reinforcement": [ + 168 + ], + "learning.": [ + 169 + ], + "New": [ + 170 + ], + "second": [ + 173 + ], + "edition": [ + 174 + ], + "chapters": [ + 176, + 217 + ], + "kernel": [ + 178 + ], + "machines,": [ + 179 + ], + "graphical": [ + 180 + ], + "estimation;": [ + 184 + ], + "expanded": [ + 185 + ], + "coverage": [ + 186 + ], + "statistical": [ + 188 + ], + "tests": [ + 189 + ], + "chapter": [ + 192 + ], + "design": [ + 194 + ], + "analysis": [ + 196 + ], + "experiments;": [ + 200 + ], + "case": [ + 201 + ], + "studies": [ + 202 + ], + "available": [ + 203 + ], + "Web": [ + 206 + ], + "(with": [ + 207 + ], + "downloadable": [ + 208 + ], + "results": [ + 209 + ], + "for": [ + 210 + ], + "instructors);": [ + 211 + ], + "additional": [ + 214 + ], + "exercises.": [ + 215 + ], + "have": [ + 218, + 237 + ], + "been": [ + 219 + ], + "revised": [ + 220 + ], + "updated.": [ + 222 + ], + "used": [ + 229 + ], + "by": [ + 230 + ], + "advanced": [ + 231 + ], + "undergraduates": [ + 232 + ], + "graduate": [ + 234 + ], + "students": [ + 235 + ], + "who": [ + 236, + 259 + ], + "courses": [ + 239 + ], + "programming,": [ + 242 + ], + "probability,": [ + 243 + ], + "calculus,": [ + 244 + ], + "linear": [ + 246 + ], + "algebra.": [ + 247 + ], + "It": [ + 248 + ], + "will": [ + 249 + ], + "also": [ + 250 + ], + "interest": [ + 253 + ], + "engineers": [ + 255 + ], + "field": [ + 258 + ], + "concerned": [ + 261 + ], + "with": [ + 262 + ], + "application": [ + 264 + ], + "methods.": [ + 268 + ], + "Adaptive": [ + 269 + ], + "Computation": [ + 270 + ], + "series": [ + 274 + ] + }, + "counts_by_year": [ + { + "year": 2024, + "cited_by_count": 2 + }, + { + "year": 2023, + "cited_by_count": 3 + }, + { + "year": 2022, + "cited_by_count": 6 + }, + { + "year": 2021, + "cited_by_count": 46 + }, + { + "year": 2020, + "cited_by_count": 57 + }, + { + "year": 2019, + "cited_by_count": 56 + }, + { + "year": 2018, + "cited_by_count": 50 + }, + { + "year": 2017, + "cited_by_count": 63 + }, + { + "year": 2016, + "cited_by_count": 108 + }, + { + "year": 2015, + "cited_by_count": 153 + }, + { + "year": 2014, + "cited_by_count": 168 + }, + { + "year": 2013, + "cited_by_count": 151 + }, + { + "year": 2012, + "cited_by_count": 140 + } + ], + "updated_date": "2026-04-05T17:49:38.594831", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W4205539948", + "doi": "https://doi.org/10.1093/rfs/hhaa009", + "title": "Empirical Asset Pricing via Machine Learning", + "display_name": "Empirical Asset Pricing via Machine Learning", + "relevance_score": 3166.2117, + "publication_year": 2020, + "publication_date": "2020-02-20", + "ids": { + "openalex": "https://openalex.org/W4205539948", + "doi": "https://doi.org/10.1093/rfs/hhaa009" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1093/rfs/hhaa009", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1093/rfs/hhaa009", + "pdf_url": "https://academic.oup.com/rfs/article-pdf/33/5/2223/33209812/hhaa009.pdf", + "source": { + "id": "https://openalex.org/S170137484", + "display_name": "Review of Financial Studies", + "issn_l": "0893-9454", + "issn": [ + "0893-9454", + "1465-7368" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310311648", + "host_organization_name": "Oxford University Press", + "host_organization_lineage": [ + "https://openalex.org/P4310311648", + "https://openalex.org/P4310311647" + ], + "host_organization_lineage_names": [ + "Oxford University Press", + "University of Oxford" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "The Review of Financial Studies", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "bronze", + "oa_url": "https://academic.oup.com/rfs/article-pdf/33/5/2223/33209812/hhaa009.pdf", + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5025931561", + "display_name": "Shihao Gu", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I40347166", + "display_name": "University of Chicago", + "ror": "https://ror.org/024mw5h28", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I40347166" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Shihao Gu", + "raw_affiliation_strings": [ + "Booth School of Business, University of Chicago" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Booth School of Business, University of Chicago", + "institution_ids": [ + "https://openalex.org/I40347166" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5101435735", + "display_name": "Bryan Kelly", + "orcid": "https://orcid.org/0000-0001-6752-822X" + }, + "institutions": [ + { + "id": "https://openalex.org/I139787848", + "display_name": "Capital University", + "ror": "https://ror.org/00jy9e726", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I139787848" + ] + }, + { + "id": "https://openalex.org/I32971472", + "display_name": "Yale University", + "ror": "https://ror.org/03v76x132", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I32971472" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Bryan Kelly", + "raw_affiliation_strings": [ + "Yale University, AQR Capital Management, and NBER" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Yale University, AQR Capital Management, and NBER", + "institution_ids": [ + "https://openalex.org/I139787848", + "https://openalex.org/I32971472" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5050253426", + "display_name": "Dacheng Xiu", + "orcid": "https://orcid.org/0000-0002-2250-0861" + }, + "institutions": [ + { + "id": "https://openalex.org/I40347166", + "display_name": "University of Chicago", + "ror": "https://ror.org/024mw5h28", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I40347166" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Dacheng Xiu", + "raw_affiliation_strings": [ + "Booth School of Business, University of Chicago" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Booth School of Business, University of Chicago", + "institution_ids": [ + "https://openalex.org/I40347166" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5025931561" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I40347166" + ], + "apc_list": { + "value": 3724, + "currency": "USD", + "value_usd": 3724 + }, + "apc_paid": null, + "fwci": 221.2533, + "has_fulltext": true, + "cited_by_count": 2188, + "citation_normalized_percentile": { + "value": 1.0, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "33", + "issue": "5", + "first_page": "2223", + "last_page": "2273" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10047", + "display_name": "Financial Markets and Investment Strategies", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/2003", + "display_name": "Finance" + }, + "field": { + "id": "https://openalex.org/fields/20", + "display_name": "Economics, Econometrics and Finance" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10047", + "display_name": "Financial Markets and Investment Strategies", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/2003", + "display_name": "Finance" + }, + "field": { + "id": "https://openalex.org/fields/20", + "display_name": "Economics, Econometrics and Finance" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + }, + { + "id": "https://openalex.org/T11326", + "display_name": "Stock Market Forecasting Methods", + "score": 0.9994999766349792, + "subfield": { + "id": "https://openalex.org/subfields/1803", + "display_name": "Management Science and Operations Research" + }, + "field": { + "id": "https://openalex.org/fields/18", + "display_name": "Decision Sciences" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + }, + { + "id": "https://openalex.org/T10282", + "display_name": "Financial Risk and Volatility Modeling", + "score": 0.9952999949455261, + "subfield": { + "id": "https://openalex.org/subfields/2003", + "display_name": "Finance" + }, + "field": { + "id": "https://openalex.org/fields/20", + "display_name": "Economics, Econometrics and Finance" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/capital-asset-pricing-model", + "display_name": "Capital asset pricing model", + "score": 0.7436144351959229 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6426714658737183 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6057676076889038 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5858373641967773 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.5564541816711426 + }, + { + "id": "https://openalex.org/keywords/volatility", + "display_name": "Volatility (finance)", + "score": 0.5285476446151733 + }, + { + "id": "https://openalex.org/keywords/market-liquidity", + "display_name": "Market liquidity", + "score": 0.519666314125061 + }, + { + "id": "https://openalex.org/keywords/econometrics", + "display_name": "Econometrics", + "score": 0.5052424073219299 + }, + { + "id": "https://openalex.org/keywords/asset", + "display_name": "Asset (computer security)", + "score": 0.485171377658844 + }, + { + "id": "https://openalex.org/keywords/trace", + "display_name": "TRACE (psycholinguistics)", + "score": 0.45744583010673523 + }, + { + "id": "https://openalex.org/keywords/set", + "display_name": "Set (abstract data type)", + "score": 0.4424659311771393 + }, + { + "id": "https://openalex.org/keywords/economics", + "display_name": "Economics", + "score": 0.3305661678314209 + }, + { + "id": "https://openalex.org/keywords/finance", + "display_name": "Finance", + "score": 0.1892847716808319 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C181236170", + "wikidata": "https://www.wikidata.org/wiki/Q848354", + "display_name": "Capital asset pricing model", + "level": 2, + "score": 0.7436144351959229 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6426714658737183 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6057676076889038 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5858373641967773 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.5564541816711426 + }, + { + "id": "https://openalex.org/C91602232", + "wikidata": "https://www.wikidata.org/wiki/Q756115", + "display_name": "Volatility (finance)", + "level": 2, + "score": 0.5285476446151733 + }, + { + "id": "https://openalex.org/C183582576", + "wikidata": "https://www.wikidata.org/wiki/Q184783", + "display_name": "Market liquidity", + "level": 2, + "score": 0.519666314125061 + }, + { + "id": "https://openalex.org/C149782125", + "wikidata": "https://www.wikidata.org/wiki/Q160039", + "display_name": "Econometrics", + "level": 1, + "score": 0.5052424073219299 + }, + { + "id": "https://openalex.org/C76178495", + "wikidata": "https://www.wikidata.org/wiki/Q4808784", + "display_name": "Asset (computer security)", + "level": 2, + "score": 0.485171377658844 + }, + { + "id": "https://openalex.org/C75291252", + "wikidata": "https://www.wikidata.org/wiki/Q1315756", + "display_name": "TRACE (psycholinguistics)", + "level": 2, + "score": 0.45744583010673523 + }, + { + "id": "https://openalex.org/C177264268", + "wikidata": "https://www.wikidata.org/wiki/Q1514741", + "display_name": "Set (abstract data type)", + "level": 2, + "score": 0.4424659311771393 + }, + { + "id": "https://openalex.org/C162324750", + "wikidata": "https://www.wikidata.org/wiki/Q8134", + "display_name": "Economics", + "level": 0, + "score": 0.3305661678314209 + }, + { + "id": "https://openalex.org/C10138342", + "wikidata": "https://www.wikidata.org/wiki/Q43015", + "display_name": "Finance", + "level": 1, + "score": 0.1892847716808319 + }, + { + "id": "https://openalex.org/C41895202", + "wikidata": "https://www.wikidata.org/wiki/Q8162", + "display_name": "Linguistics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C138885662", + "wikidata": "https://www.wikidata.org/wiki/Q5891", + "display_name": "Philosophy", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C38652104", + "wikidata": "https://www.wikidata.org/wiki/Q3510521", + "display_name": "Computer security", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "doi:10.1093/rfs/hhaa009", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1093/rfs/hhaa009", + "pdf_url": "https://academic.oup.com/rfs/article-pdf/33/5/2223/33209812/hhaa009.pdf", + "source": { + "id": "https://openalex.org/S170137484", + "display_name": "Review of Financial Studies", + "issn_l": "0893-9454", + "issn": [ + "0893-9454", + "1465-7368" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310311648", + "host_organization_name": "Oxford University Press", + "host_organization_lineage": [ + "https://openalex.org/P4310311648", + "https://openalex.org/P4310311647" + ], + "host_organization_lineage_names": [ + "Oxford University Press", + "University of Oxford" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "The Review of Financial Studies", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:RePEc:oup:revfin:v:33:y:2020:i:5:p:2223-2273.", + "is_oa": false, + "landing_page_url": "http://hdl.handle.net/10.1093/rfs/hhaa009", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401271", + "display_name": "RePEc: Research Papers in Economics", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I77793887", + "host_organization_name": "Federal Reserve Bank of St. Louis", + "host_organization_lineage": [ + "https://openalex.org/I77793887" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "doi:10.1093/rfs/hhaa009", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1093/rfs/hhaa009", + "pdf_url": "https://academic.oup.com/rfs/article-pdf/33/5/2223/33209812/hhaa009.pdf", + "source": { + "id": "https://openalex.org/S170137484", + "display_name": "Review of Financial Studies", + "issn_l": "0893-9454", + "issn": [ + "0893-9454", + "1465-7368" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310311648", + "host_organization_name": "Oxford University Press", + "host_organization_lineage": [ + "https://openalex.org/P4310311648", + "https://openalex.org/P4310311647" + ], + "host_organization_lineage_names": [ + "Oxford University Press", + "University of Oxford" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "The Review of Financial Studies", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": true, + "grobid_xml": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W4205539948.pdf", + "grobid_xml": "https://content.openalex.org/works/W4205539948.grobid-xml" + }, + "referenced_works_count": 70, + "referenced_works": [ + "https://openalex.org/W608042232", + "https://openalex.org/W1503022246", + "https://openalex.org/W1522301498", + "https://openalex.org/W1533618852", + "https://openalex.org/W1534477342", + "https://openalex.org/W1594031697", + "https://openalex.org/W1678356000", + "https://openalex.org/W1789808336", + "https://openalex.org/W1969404656", + "https://openalex.org/W1971217947", + "https://openalex.org/W1976251851", + "https://openalex.org/W1995834279", + "https://openalex.org/W2007694684", + "https://openalex.org/W2024046085", + "https://openalex.org/W2046033161", + "https://openalex.org/W2048662624", + "https://openalex.org/W2063730763", + "https://openalex.org/W2070534370", + "https://openalex.org/W2103496339", + "https://openalex.org/W2135293965", + "https://openalex.org/W2136922672", + "https://openalex.org/W2137983211", + "https://openalex.org/W2139753118", + "https://openalex.org/W2144570112", + "https://openalex.org/W2154987621", + "https://openalex.org/W2194775991", + "https://openalex.org/W2265274622", + "https://openalex.org/W2291108100", + "https://openalex.org/W2319405822", + "https://openalex.org/W2338469198", + "https://openalex.org/W2503100348", + "https://openalex.org/W2546302380", + "https://openalex.org/W2560674852", + "https://openalex.org/W2741371467", + "https://openalex.org/W2787894218", + "https://openalex.org/W2799643291", + "https://openalex.org/W2911964244", + "https://openalex.org/W2938815980", + "https://openalex.org/W2967005703", + "https://openalex.org/W3001826040", + "https://openalex.org/W3004050393", + "https://openalex.org/W3004732066", + "https://openalex.org/W3018089439", + "https://openalex.org/W3121274430", + "https://openalex.org/W3121588992", + "https://openalex.org/W3122020290", + "https://openalex.org/W3122118888", + "https://openalex.org/W3123267500", + "https://openalex.org/W3123752263", + "https://openalex.org/W3124436545", + "https://openalex.org/W3125696988", + "https://openalex.org/W3125950889", + "https://openalex.org/W3126032681", + "https://openalex.org/W3126136988", + "https://openalex.org/W3131102529", + "https://openalex.org/W4211170237", + "https://openalex.org/W4237239309", + "https://openalex.org/W4242067316", + "https://openalex.org/W4297853882", + "https://openalex.org/W4388297464", + "https://openalex.org/W6637242042", + "https://openalex.org/W6637404493", + "https://openalex.org/W6638667902", + "https://openalex.org/W6660794422", + "https://openalex.org/W6682889407", + "https://openalex.org/W6684409620", + "https://openalex.org/W6691187937", + "https://openalex.org/W6694527737", + "https://openalex.org/W6736719330", + "https://openalex.org/W6781003217" + ], + "related_works": [ + "https://openalex.org/W2512907043", + "https://openalex.org/W4248657878", + "https://openalex.org/W1985218057", + "https://openalex.org/W4313341805", + "https://openalex.org/W2167647189", + "https://openalex.org/W4390564844", + "https://openalex.org/W2131958170", + "https://openalex.org/W2061122711", + "https://openalex.org/W2273754158", + "https://openalex.org/W4313341917" + ], + "abstract_inverted_index": { + "Abstract": [ + 0 + ], + "We": [ + 1, + 22, + 46 + ], + "perform": [ + 2 + ], + "a": [ + 3, + 80 + ], + "comparative": [ + 4 + ], + "analysis": [ + 5 + ], + "of": [ + 6, + 14, + 39, + 76 + ], + "machine": [ + 7, + 30 + ], + "learning": [ + 8, + 31 + ], + "methods": [ + 9, + 50, + 70 + ], + "for": [ + 10 + ], + "the": [ + 11, + 37, + 44, + 48, + 73, + 100, + 108, + 111 + ], + "canonical": [ + 12 + ], + "problem": [ + 13 + ], + "empirical": [ + 15 + ], + "asset": [ + 16, + 19 + ], + "pricing:": [ + 17 + ], + "measuring": [ + 18 + ], + "risk": [ + 20 + ], + "premiums.": [ + 21 + ], + "demonstrate": [ + 23 + ], + "large": [ + 24 + ], + "economic": [ + 25 + ], + "gains": [ + 26, + 59 + ], + "to": [ + 27, + 60, + 107, + 110 + ], + "investors": [ + 28 + ], + "using": [ + 29 + ], + "forecasts,": [ + 32 + ], + "in": [ + 33 + ], + "some": [ + 34 + ], + "cases": [ + 35 + ], + "doubling": [ + 36 + ], + "performance": [ + 38 + ], + "leading": [ + 40 + ], + "regression-based": [ + 41 + ], + "strategies": [ + 42 + ], + "from": [ + 43 + ], + "literature.": [ + 45 + ], + "identify": [ + 47 + ], + "best-performing": [ + 49 + ], + "(trees": [ + 51 + ], + "and": [ + 52, + 55, + 88 + ], + "neural": [ + 53 + ], + "networks)": [ + 54 + ], + "trace": [ + 56 + ], + "their": [ + 57 + ], + "predictive": [ + 58, + 78 + ], + "allowing": [ + 61 + ], + "nonlinear": [ + 62 + ], + "predictor": [ + 63 + ], + "interactions": [ + 64 + ], + "missed": [ + 65 + ], + "by": [ + 66 + ], + "other": [ + 67 + ], + "methods.": [ + 68 + ], + "All": [ + 69 + ], + "agree": [ + 71 + ], + "on": [ + 72, + 85, + 99 + ], + "same": [ + 74 + ], + "set": [ + 75, + 81 + ], + "dominant": [ + 77 + ], + "signals,": [ + 79 + ], + "that": [ + 82 + ], + "includes": [ + 83 + ], + "variations": [ + 84 + ], + "momentum,": [ + 86 + ], + "liquidity,": [ + 87 + ], + "volatility.": [ + 89 + ], + "Authors": [ + 90 + ], + "have": [ + 91 + ], + "furnished": [ + 92 + ], + "an": [ + 93 + ], + "Internet": [ + 94 + ], + "Appendix,": [ + 95 + ], + "which": [ + 96 + ], + "is": [ + 97 + ], + "available": [ + 98 + ], + "Oxford": [ + 101 + ], + "University": [ + 102 + ], + "Press": [ + 103 + ], + "Web": [ + 104 + ], + "site": [ + 105 + ], + "next": [ + 106 + ], + "link": [ + 109 + ], + "final": [ + 112 + ], + "published": [ + 113 + ], + "paper": [ + 114 + ], + "online.": [ + 115 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 261 + }, + { + "year": 2025, + "cited_by_count": 533 + }, + { + "year": 2024, + "cited_by_count": 433 + }, + { + "year": 2023, + "cited_by_count": 355 + }, + { + "year": 2022, + "cited_by_count": 246 + }, + { + "year": 2021, + "cited_by_count": 212 + }, + { + "year": 2020, + "cited_by_count": 105 + }, + { + "year": 2019, + "cited_by_count": 18 + }, + { + "year": 2018, + "cited_by_count": 13 + }, + { + "year": 2017, + "cited_by_count": 5 + }, + { + "year": 2016, + "cited_by_count": 3 + }, + { + "year": 2015, + "cited_by_count": 1 + }, + { + "year": 2014, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W1993220166", + "doi": "https://doi.org/10.1145/1007730.1007735", + "title": "A study of the behavior of several methods for balancing machine learning training data", + "display_name": "A study of the behavior of several methods for balancing machine learning training data", + "relevance_score": 3144.5222, + "publication_year": 2004, + "publication_date": "2004-06-01", + "ids": { + "openalex": "https://openalex.org/W1993220166", + "doi": "https://doi.org/10.1145/1007730.1007735", + "mag": "1993220166" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1145/1007730.1007735", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/1007730.1007735", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4210176598", + "display_name": "ACM SIGKDD Explorations Newsletter", + "issn_l": "1931-0145", + "issn": [ + "1931-0145", + "1931-0153" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319798", + "host_organization_name": "Association for Computing Machinery", + "host_organization_lineage": [ + "https://openalex.org/P4310319798" + ], + "host_organization_lineage_names": [ + "Association for Computing Machinery" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "ACM SIGKDD Explorations Newsletter", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5102371518", + "display_name": "Gustavo E. A. P. A. Batista", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I4210131883", + "display_name": "Brazilian Society of Computational and Applied Mathematics", + "ror": "https://ror.org/03kcw4w74", + "country_code": "BR", + "type": "other", + "lineage": [ + "https://openalex.org/I4210131883" + ] + } + ], + "countries": [ + "BR" + ], + "is_corresponding": true, + "raw_author_name": "Gustavo E. A. P. A. Batista", + "raw_affiliation_strings": [ + "Instituto de Ciências Matemáticas e de Computação, São Carlos - SP, Brazil" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Instituto de Ciências Matemáticas e de Computação, São Carlos - SP, Brazil", + "institution_ids": [ + "https://openalex.org/I4210131883" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5005717519", + "display_name": "Ronaldo C. Prati", + "orcid": "https://orcid.org/0000-0001-8597-4987" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210131883", + "display_name": "Brazilian Society of Computational and Applied Mathematics", + "ror": "https://ror.org/03kcw4w74", + "country_code": "BR", + "type": "other", + "lineage": [ + "https://openalex.org/I4210131883" + ] + } + ], + "countries": [ + "BR" + ], + "is_corresponding": false, + "raw_author_name": "Ronaldo C. Prati", + "raw_affiliation_strings": [ + "Instituto de Ciências Matemáticas e de Computação, São Carlos - SP, Brazil" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Instituto de Ciências Matemáticas e de Computação, São Carlos - SP, Brazil", + "institution_ids": [ + "https://openalex.org/I4210131883" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5000813310", + "display_name": "Maria Carolina Monard", + "orcid": "https://orcid.org/0000-0001-6004-7407" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210131883", + "display_name": "Brazilian Society of Computational and Applied Mathematics", + "ror": "https://ror.org/03kcw4w74", + "country_code": "BR", + "type": "other", + "lineage": [ + "https://openalex.org/I4210131883" + ] + } + ], + "countries": [ + "BR" + ], + "is_corresponding": false, + "raw_author_name": "Maria Carolina Monard", + "raw_affiliation_strings": [ + "Instituto de Ciências Matemáticas e de Computação, São Carlos - SP, Brazil" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Instituto de Ciências Matemáticas e de Computação, São Carlos - SP, Brazil", + "institution_ids": [ + "https://openalex.org/I4210131883" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5102371518" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I4210131883" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 37.4619, + "has_fulltext": false, + "cited_by_count": 4103, + "citation_normalized_percentile": { + "value": 0.99786656, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "6", + "issue": "1", + "first_page": "20", + "last_page": "29" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11652", + "display_name": "Imbalanced Data Classification Techniques", + "score": 0.9995999932289124, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11652", + "display_name": "Imbalanced Data Classification Techniques", + "score": 0.9995999932289124, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9994999766349792, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10538", + "display_name": "Data Mining Algorithms and Applications", + "score": 0.9883999824523926, + "subfield": { + "id": "https://openalex.org/subfields/1710", + "display_name": "Information Systems" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.8465416431427002 + }, + { + "id": "https://openalex.org/keywords/class", + "display_name": "Class (philosophy)", + "score": 0.7231571078300476 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.7109780311584473 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6125052571296692 + }, + { + "id": "https://openalex.org/keywords/sampling", + "display_name": "Sampling (signal processing)", + "score": 0.5954932570457458 + }, + { + "id": "https://openalex.org/keywords/simple-random-sample", + "display_name": "Simple random sample", + "score": 0.5651431083679199 + }, + { + "id": "https://openalex.org/keywords/event", + "display_name": "Event (particle physics)", + "score": 0.47093668580055237 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.44805052876472473 + }, + { + "id": "https://openalex.org/keywords/simple", + "display_name": "Simple (philosophy)", + "score": 0.44138047099113464 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.8465416431427002 + }, + { + "id": "https://openalex.org/C2777212361", + "wikidata": "https://www.wikidata.org/wiki/Q5127848", + "display_name": "Class (philosophy)", + "level": 2, + "score": 0.7231571078300476 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.7109780311584473 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6125052571296692 + }, + { + "id": "https://openalex.org/C140779682", + "wikidata": "https://www.wikidata.org/wiki/Q210868", + "display_name": "Sampling (signal processing)", + "level": 3, + "score": 0.5954932570457458 + }, + { + "id": "https://openalex.org/C20353970", + "wikidata": "https://www.wikidata.org/wiki/Q1056998", + "display_name": "Simple random sample", + "level": 3, + "score": 0.5651431083679199 + }, + { + "id": "https://openalex.org/C2779662365", + "wikidata": "https://www.wikidata.org/wiki/Q5416694", + "display_name": "Event (particle physics)", + "level": 2, + "score": 0.47093668580055237 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.44805052876472473 + }, + { + "id": "https://openalex.org/C2780586882", + "wikidata": "https://www.wikidata.org/wiki/Q7520643", + "display_name": "Simple (philosophy)", + "level": 2, + "score": 0.44138047099113464 + }, + { + "id": "https://openalex.org/C2908647359", + "wikidata": "https://www.wikidata.org/wiki/Q2625603", + "display_name": "Population", + "level": 2, + "score": 0.0 + }, + { + "id": "https://openalex.org/C106131492", + "wikidata": "https://www.wikidata.org/wiki/Q3072260", + "display_name": "Filter (signal processing)", + "level": 2, + "score": 0.0 + }, + { + "id": "https://openalex.org/C31972630", + "wikidata": "https://www.wikidata.org/wiki/Q844240", + "display_name": "Computer vision", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C149923435", + "wikidata": "https://www.wikidata.org/wiki/Q37732", + "display_name": "Demography", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C144024400", + "wikidata": "https://www.wikidata.org/wiki/Q21201", + "display_name": "Sociology", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C138885662", + "wikidata": "https://www.wikidata.org/wiki/Q5891", + "display_name": "Philosophy", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C111472728", + "wikidata": "https://www.wikidata.org/wiki/Q9471", + "display_name": "Epistemology", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C121332964", + "wikidata": "https://www.wikidata.org/wiki/Q413", + "display_name": "Physics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C62520636", + "wikidata": "https://www.wikidata.org/wiki/Q944", + "display_name": "Quantum mechanics", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1145/1007730.1007735", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/1007730.1007735", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4210176598", + "display_name": "ACM SIGKDD Explorations Newsletter", + "issn_l": "1931-0145", + "issn": [ + "1931-0145", + "1931-0153" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319798", + "host_organization_name": "Association for Computing Machinery", + "host_organization_lineage": [ + "https://openalex.org/P4310319798" + ], + "host_organization_lineage_names": [ + "Association for Computing Machinery" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "ACM SIGKDD Explorations Newsletter", + "raw_type": "journal-article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 26, + "referenced_works": [ + "https://openalex.org/W85350352", + "https://openalex.org/W102369970", + "https://openalex.org/W142793689", + "https://openalex.org/W1499467920", + "https://openalex.org/W1504694836", + "https://openalex.org/W1576442155", + "https://openalex.org/W1591261915", + "https://openalex.org/W1941659294", + "https://openalex.org/W1977245551", + "https://openalex.org/W1994410331", + "https://openalex.org/W2004131797", + "https://openalex.org/W2058732827", + "https://openalex.org/W2084812512", + "https://openalex.org/W2107686700", + "https://openalex.org/W2114968414", + "https://openalex.org/W2122496402", + "https://openalex.org/W2125055259", + "https://openalex.org/W2136903812", + "https://openalex.org/W2137029138", + "https://openalex.org/W2147169507", + "https://openalex.org/W2148143831", + "https://openalex.org/W2152761983", + "https://openalex.org/W2157092487", + "https://openalex.org/W2170913656", + "https://openalex.org/W2797114046", + "https://openalex.org/W4285719527" + ], + "related_works": [ + "https://openalex.org/W2370014976", + "https://openalex.org/W2350399852", + "https://openalex.org/W3047864323", + "https://openalex.org/W1036777753", + "https://openalex.org/W4379210352", + "https://openalex.org/W4238714840", + "https://openalex.org/W4362679606", + "https://openalex.org/W2994963386", + "https://openalex.org/W3004700962", + "https://openalex.org/W2088812990" + ], + "abstract_inverted_index": { + "There": [ + 0 + ], + "are": [ + 1, + 283 + ], + "several": [ + 2 + ], + "aspects": [ + 3, + 22 + ], + "that": [ + 4, + 18, + 112, + 280 + ], + "might": [ + 5 + ], + "influence": [ + 6 + ], + "the": [ + 7, + 40, + 43, + 62, + 70, + 74, + 94, + 99, + 119, + 126, + 141, + 194, + 197, + 210, + 255, + 266, + 270, + 288, + 298, + 302, + 312, + 316, + 326 + ], + "performance": [ + 8, + 120, + 261 + ], + "achieved": [ + 9 + ], + "by": [ + 10, + 93 + ], + "existing": [ + 11 + ], + "learning": [ + 12, + 63, + 122, + 133 + ], + "systems.": [ + 13, + 123 + ], + "It": [ + 14 + ], + "has": [ + 15 + ], + "been": [ + 16 + ], + "reported": [ + 17 + ], + "one": [ + 19, + 36 + ], + "of": [ + 20, + 90, + 121, + 143, + 152, + 213, + 235, + 269, + 305, + 319 + ], + "these": [ + 21, + 158, + 281 + ], + "is": [ + 23, + 50, + 246 + ], + "related": [ + 24, + 72, + 131 + ], + "to": [ + 25, + 35, + 68, + 73, + 96, + 129, + 132, + 172, + 204, + 249 + ], + "class": [ + 26, + 37, + 100, + 113, + 138, + 149, + 175 + ], + "imbalance": [ + 27, + 101, + 114 + ], + "in": [ + 28, + 31, + 42, + 52, + 103, + 140, + 170, + 182, + 209, + 301, + 315 + ], + "which": [ + 29, + 49 + ], + "examples": [ + 30, + 41, + 139 + ], + "training": [ + 32 + ], + "data": [ + 33, + 55, + 106, + 167, + 229 + ], + "belonging": [ + 34 + ], + "heavily": [ + 38 + ], + "outnumber": [ + 39 + ], + "other": [ + 44, + 144 + ], + "class.": [ + 45, + 76 + ], + "In": [ + 46, + 77, + 124 + ], + "this": [ + 47, + 78 + ], + "situation,": [ + 48 + ], + "found": [ + 51 + ], + "real": [ + 53 + ], + "world": [ + 54 + ], + "describing": [ + 56 + ], + "an": [ + 57 + ], + "infrequent": [ + 58 + ], + "but": [ + 59 + ], + "important": [ + 60 + ], + "event,": [ + 61 + ], + "system": [ + 64 + ], + "may": [ + 65 + ], + "have": [ + 66 + ], + "difficulties": [ + 67 + ], + "learn": [ + 69 + ], + "concept": [ + 71 + ], + "minority": [ + 75, + 137 + ], + "work": [ + 79 + ], + "we": [ + 80, + 263 + ], + "perform": [ + 81 + ], + "a": [ + 82, + 162, + 232, + 241 + ], + "broad": [ + 83 + ], + "experimental": [ + 84 + ], + "evaluation": [ + 85 + ], + "involving": [ + 86 + ], + "ten": [ + 87 + ], + "methods,": [ + 88, + 216 + ], + "three": [ + 89 + ], + "them": [ + 91 + ], + "proposed": [ + 92, + 154, + 215 + ], + "authors,": [ + 95 + ], + "deal": [ + 97, + 156 + ], + "with": [ + 98, + 134, + 157, + 166, + 231 + ], + "problem": [ + 102, + 127 + ], + "thirteen": [ + 104 + ], + "UCI": [ + 105 + ], + "sets.": [ + 107 + ], + "Our": [ + 108, + 177, + 277 + ], + "experiments": [ + 109, + 179 + ], + "provide": [ + 110, + 186 + ], + "evidence": [ + 111 + ], + "does": [ + 115 + ], + "not": [ + 116 + ], + "systematically": [ + 117 + ], + "hinder": [ + 118 + ], + "fact,": [ + 125 + ], + "seems": [ + 128, + 203 + ], + "be": [ + 130 + ], + "too": [ + 135 + ], + "few": [ + 136 + ], + "presence": [ + 142 + ], + "complicating": [ + 145 + ], + "factors,": [ + 146 + ], + "such": [ + 147 + ], + "as": [ + 148 + ], + "overlapping.": [ + 150 + ], + "Two": [ + 151, + 212 + ], + "our": [ + 153, + 214 + ], + "methods": [ + 155, + 169, + 185, + 192, + 257 + ], + "conditions": [ + 159, + 320 + ], + "directly,": [ + 160 + ], + "allying": [ + 161 + ], + "known": [ + 163 + ], + "over-sampling": [ + 164, + 184, + 244, + 252, + 256, + 295, + 328 + ], + "method": [ + 165 + ], + "cleaning": [ + 168 + ], + "order": [ + 171 + ], + "produce": [ + 173 + ], + "better-defined": [ + 174 + ], + "clusters.": [ + 176 + ], + "comparative": [ + 178 + ], + "show": [ + 180, + 279 + ], + "that,": [ + 181 + ], + "general,": [ + 183 + ], + "more": [ + 187, + 250, + 285 + ], + "accurate": [ + 188 + ], + "results": [ + 189, + 206, + 227, + 278 + ], + "than": [ + 190 + ], + "under-sampling": [ + 191 + ], + "considering": [ + 193 + ], + "area": [ + 195 + ], + "under": [ + 196 + ], + "ROC": [ + 198 + ], + "curve": [ + 199 + ], + "(AUC).": [ + 200 + ], + "This": [ + 201 + ], + "result": [ + 202 + ], + "contradict": [ + 205 + ], + "previously": [ + 207 + ], + "published": [ + 208 + ], + "literature.": [ + 211 + ], + "Smote": [ + 217, + 221, + 309 + ], + "+": [ + 218, + 222, + 310 + ], + "Tomek": [ + 219 + ], + "and": [ + 220, + 308 + ], + "ENN,": [ + 223 + ], + "presented": [ + 224 + ], + "very": [ + 225, + 242, + 247, + 259 + ], + "good": [ + 226, + 260 + ], + "for": [ + 228 + ], + "sets": [ + 230 + ], + "small": [ + 233 + ], + "number": [ + 234, + 304, + 318 + ], + "positive": [ + 236 + ], + "examples.": [ + 237 + ], + "Moreover,": [ + 238 + ], + "Random": [ + 239, + 294 + ], + "over-sampling,": [ + 240 + ], + "simple": [ + 243 + ], + "method,": [ + 245 + ], + "competitive": [ + 248 + ], + "complex": [ + 251, + 286 + ], + "methods.": [ + 253, + 329 + ], + "Since": [ + 254 + ], + "provided": [ + 258 + ], + "results,": [ + 262 + ], + "also": [ + 264 + ], + "measured": [ + 265 + ], + "syntactic": [ + 267 + ], + "complexity": [ + 268 + ], + "decision": [ + 271 + ], + "trees": [ + 272, + 282 + ], + "induced": [ + 273, + 290, + 306 + ], + "from": [ + 274, + 291 + ], + "over-sampled": [ + 275 + ], + "data.": [ + 276, + 293 + ], + "usually": [ + 284, + 296 + ], + "then": [ + 287 + ], + "ones": [ + 289 + ], + "original": [ + 292 + ], + "produced": [ + 297 + ], + "smallest": [ + 299, + 313 + ], + "increase": [ + 300, + 314 + ], + "mean": [ + 303, + 317 + ], + "rules": [ + 307 + ], + "ENN": [ + 311 + ], + "per": [ + 321 + ], + "rule,": [ + 322 + ], + "when": [ + 323 + ], + "compared": [ + 324 + ], + "among": [ + 325 + ], + "investigated": [ + 327 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 137 + }, + { + "year": 2025, + "cited_by_count": 463 + }, + { + "year": 2024, + "cited_by_count": 437 + }, + { + "year": 2023, + "cited_by_count": 422 + }, + { + "year": 2022, + "cited_by_count": 418 + }, + { + "year": 2021, + "cited_by_count": 366 + }, + { + "year": 2020, + "cited_by_count": 372 + }, + { + "year": 2019, + "cited_by_count": 282 + }, + { + "year": 2018, + "cited_by_count": 198 + }, + { + "year": 2017, + "cited_by_count": 148 + }, + { + "year": 2016, + "cited_by_count": 128 + }, + { + "year": 2015, + "cited_by_count": 102 + }, + { + "year": 2014, + "cited_by_count": 100 + }, + { + "year": 2013, + "cited_by_count": 103 + }, + { + "year": 2012, + "cited_by_count": 86 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2767079719", + "doi": "https://doi.org/10.1145/3133956.3133982", + "title": "Practical Secure Aggregation for Privacy-Preserving Machine Learning", + "display_name": "Practical Secure Aggregation for Privacy-Preserving Machine Learning", + "relevance_score": 3137.17, + "publication_year": 2017, + "publication_date": "2017-10-27", + "ids": { + "openalex": "https://openalex.org/W2767079719", + "doi": "https://doi.org/10.1145/3133956.3133982", + "mag": "2767079719" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1145/3133956.3133982", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/3133956.3133982", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Proceedings of the 2017 ACM SIGSAC Conference on Computer and Communications Security", + "raw_type": "proceedings-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5011571548", + "display_name": "Keith Bonawitz", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Keith Bonawitz", + "raw_affiliation_strings": [ + "Google Inc., Mountain View, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Google Inc., Mountain View, CA, USA", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5090386348", + "display_name": "Vladimir Ivanov", + "orcid": "https://orcid.org/0000-0002-2272-3504" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Vladimir Ivanov", + "raw_affiliation_strings": [ + "Google Inc., Mountain View, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Google Inc., Mountain View, CA, USA", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5048810237", + "display_name": "Ben Kreuter", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Ben Kreuter", + "raw_affiliation_strings": [ + "Google Inc., Mountain View, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Google Inc., Mountain View, CA, USA", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5042948297", + "display_name": "Antonio Marcedone", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + }, + { + "id": "https://openalex.org/I205783295", + "display_name": "Cornell University", + "ror": "https://ror.org/05bnh6r87", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I205783295" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Antonio Marcedone", + "raw_affiliation_strings": [ + "Cornell Tech & Google Inc., New York, NY, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Cornell Tech & Google Inc., New York, NY, USA", + "institution_ids": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I205783295" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5040311844", + "display_name": "H. Brendan McMahan", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "H. Brendan McMahan", + "raw_affiliation_strings": [ + "Google Inc., Mountain View, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Google Inc., Mountain View, CA, USA", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5112503421", + "display_name": "Sarvar Patel", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Sarvar Patel", + "raw_affiliation_strings": [ + "Google Inc., Mountain View, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Google Inc., Mountain View, CA, USA", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5071710055", + "display_name": "Daniel Ramage", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Daniel Ramage", + "raw_affiliation_strings": [ + "Google Inc., Mountain View, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Google Inc., Mountain View, CA, USA", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5103065610", + "display_name": "Aaron Segal", + "orcid": "https://orcid.org/0009-0009-4015-2248" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Aaron Segal", + "raw_affiliation_strings": [ + "Google Inc., Mountain View, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Google Inc., Mountain View, CA, USA", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5030536555", + "display_name": "Karn Seth", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Karn Seth", + "raw_affiliation_strings": [ + "Google Inc., Mountain View, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Google Inc., Mountain View, CA, USA", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 9, + "corresponding_author_ids": [ + "https://openalex.org/A5011571548" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I1291425158" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 115.5328, + "has_fulltext": false, + "cited_by_count": 3391, + "citation_normalized_percentile": { + "value": 0.99961167, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": "1175", + "last_page": "1191" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10764", + "display_name": "Privacy-Preserving Technologies in Data", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10764", + "display_name": "Privacy-Preserving Technologies in Data", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10237", + "display_name": "Cryptography and Data Security", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11612", + "display_name": "Stochastic Gradient Optimization Techniques", + "score": 0.998199999332428, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.8472366333007812 + }, + { + "id": "https://openalex.org/keywords/overhead", + "display_name": "Overhead (engineering)", + "score": 0.7010411024093628 + }, + { + "id": "https://openalex.org/keywords/protocol", + "display_name": "Protocol (science)", + "score": 0.6327217221260071 + }, + { + "id": "https://openalex.org/keywords/universal-composability", + "display_name": "Universal composability", + "score": 0.5701457858085632 + }, + { + "id": "https://openalex.org/keywords/adversary", + "display_name": "Adversary", + "score": 0.5431879758834839 + }, + { + "id": "https://openalex.org/keywords/computer-network", + "display_name": "Computer network", + "score": 0.5169126987457275 + }, + { + "id": "https://openalex.org/keywords/aggregate", + "display_name": "Aggregate (composite)", + "score": 0.5009667873382568 + }, + { + "id": "https://openalex.org/keywords/cryptographic-protocol", + "display_name": "Cryptographic protocol", + "score": 0.39526641368865967 + }, + { + "id": "https://openalex.org/keywords/distributed-computing", + "display_name": "Distributed computing", + "score": 0.3952005207538605 + }, + { + "id": "https://openalex.org/keywords/theoretical-computer-science", + "display_name": "Theoretical computer science", + "score": 0.33491313457489014 + }, + { + "id": "https://openalex.org/keywords/cryptography", + "display_name": "Cryptography", + "score": 0.27258676290512085 + }, + { + "id": "https://openalex.org/keywords/computer-security", + "display_name": "Computer security", + "score": 0.24293646216392517 + }, + { + "id": "https://openalex.org/keywords/operating-system", + "display_name": "Operating system", + "score": 0.08857136964797974 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.8472366333007812 + }, + { + "id": "https://openalex.org/C2779960059", + "wikidata": "https://www.wikidata.org/wiki/Q7113681", + "display_name": "Overhead (engineering)", + "level": 2, + "score": 0.7010411024093628 + }, + { + "id": "https://openalex.org/C2780385302", + "wikidata": "https://www.wikidata.org/wiki/Q367158", + "display_name": "Protocol (science)", + "level": 3, + "score": 0.6327217221260071 + }, + { + "id": "https://openalex.org/C165751822", + "wikidata": "https://www.wikidata.org/wiki/Q7894118", + "display_name": "Universal composability", + "level": 4, + "score": 0.5701457858085632 + }, + { + "id": "https://openalex.org/C41065033", + "wikidata": "https://www.wikidata.org/wiki/Q2825412", + "display_name": "Adversary", + "level": 2, + "score": 0.5431879758834839 + }, + { + "id": "https://openalex.org/C31258907", + "wikidata": "https://www.wikidata.org/wiki/Q1301371", + "display_name": "Computer network", + "level": 1, + "score": 0.5169126987457275 + }, + { + "id": "https://openalex.org/C4679612", + "wikidata": "https://www.wikidata.org/wiki/Q866298", + "display_name": "Aggregate (composite)", + "level": 2, + "score": 0.5009667873382568 + }, + { + "id": "https://openalex.org/C33884865", + "wikidata": "https://www.wikidata.org/wiki/Q1254335", + "display_name": "Cryptographic protocol", + "level": 3, + "score": 0.39526641368865967 + }, + { + "id": "https://openalex.org/C120314980", + "wikidata": "https://www.wikidata.org/wiki/Q180634", + "display_name": "Distributed computing", + "level": 1, + "score": 0.3952005207538605 + }, + { + "id": "https://openalex.org/C80444323", + "wikidata": "https://www.wikidata.org/wiki/Q2878974", + "display_name": "Theoretical computer science", + "level": 1, + "score": 0.33491313457489014 + }, + { + "id": "https://openalex.org/C178489894", + "wikidata": "https://www.wikidata.org/wiki/Q8789", + "display_name": "Cryptography", + "level": 2, + "score": 0.27258676290512085 + }, + { + "id": "https://openalex.org/C38652104", + "wikidata": "https://www.wikidata.org/wiki/Q3510521", + "display_name": "Computer security", + "level": 1, + "score": 0.24293646216392517 + }, + { + "id": "https://openalex.org/C111919701", + "wikidata": "https://www.wikidata.org/wiki/Q9135", + "display_name": "Operating system", + "level": 1, + "score": 0.08857136964797974 + }, + { + "id": "https://openalex.org/C159985019", + "wikidata": "https://www.wikidata.org/wiki/Q181790", + "display_name": "Composite material", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C204787440", + "wikidata": "https://www.wikidata.org/wiki/Q188504", + "display_name": "Alternative medicine", + "level": 2, + "score": 0.0 + }, + { + "id": "https://openalex.org/C192562407", + "wikidata": "https://www.wikidata.org/wiki/Q228736", + "display_name": "Materials science", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C142724271", + "wikidata": "https://www.wikidata.org/wiki/Q7208", + "display_name": "Pathology", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1145/3133956.3133982", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/3133956.3133982", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Proceedings of the 2017 ACM SIGSAC Conference on Computer and Communications Security", + "raw_type": "proceedings-article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "display_name": "Peace, Justice and strong institutions", + "score": 0.49000000953674316, + "id": "https://metadata.un.org/sdg/16" + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 56, + "referenced_works": [ + "https://openalex.org/W25045116", + "https://openalex.org/W95608104", + "https://openalex.org/W1071368427", + "https://openalex.org/W1493407996", + "https://openalex.org/W1519947574", + "https://openalex.org/W1557833142", + "https://openalex.org/W1595357546", + "https://openalex.org/W1656028867", + "https://openalex.org/W1836711297", + "https://openalex.org/W1952161176", + "https://openalex.org/W1952958290", + "https://openalex.org/W1981029888", + "https://openalex.org/W2006453614", + "https://openalex.org/W2027471022", + "https://openalex.org/W2027595342", + "https://openalex.org/W2033974828", + "https://openalex.org/W2051267297", + "https://openalex.org/W2053637704", + "https://openalex.org/W2053801139", + "https://openalex.org/W2058648304", + "https://openalex.org/W2061106457", + "https://openalex.org/W2069657084", + "https://openalex.org/W2087811006", + "https://openalex.org/W2104803737", + "https://openalex.org/W2128865076", + "https://openalex.org/W2135930857", + "https://openalex.org/W2141420453", + "https://openalex.org/W2146673169", + "https://openalex.org/W2149093588", + "https://openalex.org/W2152768255", + "https://openalex.org/W2156186849", + "https://openalex.org/W2163481970", + "https://openalex.org/W2164284862", + "https://openalex.org/W2200869402", + "https://openalex.org/W2232997092", + "https://openalex.org/W2267098117", + "https://openalex.org/W2295522738", + "https://openalex.org/W2336650964", + "https://openalex.org/W2400777838", + "https://openalex.org/W2402235285", + "https://openalex.org/W2413533038", + "https://openalex.org/W2473418344", + "https://openalex.org/W2525846285", + "https://openalex.org/W2535690855", + "https://openalex.org/W2536058570", + "https://openalex.org/W2538520193", + "https://openalex.org/W2541884796", + "https://openalex.org/W2557283755", + "https://openalex.org/W2568821124", + "https://openalex.org/W2599930814", + "https://openalex.org/W2911978475", + "https://openalex.org/W2951114885", + "https://openalex.org/W3031847131", + "https://openalex.org/W3102407811", + "https://openalex.org/W3141405531", + "https://openalex.org/W3150645827" + ], + "related_works": [ + "https://openalex.org/W1554274402", + "https://openalex.org/W2029851387", + "https://openalex.org/W4255046035", + "https://openalex.org/W2114477748", + "https://openalex.org/W37362883", + "https://openalex.org/W1554289623", + "https://openalex.org/W2384294878", + "https://openalex.org/W2989724018", + "https://openalex.org/W4315630650", + "https://openalex.org/W2115382662" + ], + "abstract_inverted_index": { + "We": [ + 0, + 62, + 95 + ], + "design": [ + 1 + ], + "a": [ + 2, + 16, + 31, + 48, + 58, + 108 + ], + "novel,": [ + 3 + ], + "communication-efficient,": [ + 4 + ], + "failure-robust": [ + 5 + ], + "protocol": [ + 6, + 14, + 68, + 101, + 132 + ], + "for": [ + 7, + 45, + 57, + 138, + 148 + ], + "secure": [ + 8, + 32 + ], + "aggregation": [ + 9 + ], + "of": [ + 10, + 22, + 66, + 88, + 99 + ], + "high-dimensional": [ + 11 + ], + "data.": [ + 12 + ], + "Our": [ + 13 + ], + "allows": [ + 15 + ], + "server": [ + 17 + ], + "to": [ + 18, + 52 + ], + "compute": [ + 19 + ], + "the": [ + 20, + 64, + 70, + 97, + 158 + ], + "sum": [ + 21 + ], + "large,": [ + 23 + ], + "user-held": [ + 24 + ], + "data": [ + 25, + 122, + 156 + ], + "vectors": [ + 26, + 153 + ], + "from": [ + 27 + ], + "mobile": [ + 28 + ], + "devices": [ + 29 + ], + "in": [ + 30, + 47, + 69, + 157 + ], + "manner": [ + 33 + ], + "(i.e.": [ + 34 + ], + "without": [ + 35 + ], + "learning": [ + 36, + 50 + ], + "each": [ + 37 + ], + "user's": [ + 38 + ], + "individual": [ + 39 + ], + "contribution),": [ + 40 + ], + "and": [ + 41, + 72, + 76, + 102, + 107, + 114, + 124, + 141, + 144, + 151 + ], + "can": [ + 42 + ], + "be": [ + 43 + ], + "used,": [ + 44 + ], + "example,": [ + 46 + ], + "federated": [ + 49 + ], + "setting,": [ + 51 + ], + "aggregate": [ + 53 + ], + "user-provided": [ + 54 + ], + "model": [ + 55 + ], + "updates": [ + 56 + ], + "deep": [ + 59 + ], + "neural": [ + 60 + ], + "network.": [ + 61 + ], + "prove": [ + 63 + ], + "security": [ + 65, + 79 + ], + "our": [ + 67, + 100, + 131 + ], + "honest-but-curious": [ + 71 + ], + "active": [ + 73 + ], + "adversary": [ + 74 + ], + "settings,": [ + 75 + ], + "show": [ + 77 + ], + "that": [ + 78, + 111 + ], + "is": [ + 80 + ], + "maintained": [ + 81 + ], + "even": [ + 82, + 119 + ], + "if": [ + 83 + ], + "an": [ + 84 + ], + "arbitrarily": [ + 85 + ], + "chosen": [ + 86 + ], + "subset": [ + 87 + ], + "users": [ + 89, + 140, + 150 + ], + "drop": [ + 90 + ], + "out": [ + 91 + ], + "at": [ + 92 + ], + "any": [ + 93 + ], + "time.": [ + 94 + ], + "evaluate": [ + 96 + ], + "efficiency": [ + 98 + ], + "show,": [ + 103 + ], + "by": [ + 104 + ], + "complexity": [ + 105 + ], + "analysis": [ + 106 + ], + "concrete": [ + 109 + ], + "implementation,": [ + 110 + ], + "its": [ + 112 + ], + "runtime": [ + 113 + ], + "communication": [ + 115, + 136 + ], + "overhead": [ + 116 + ], + "remain": [ + 117 + ], + "low": [ + 118 + ], + "on": [ + 120 + ], + "large": [ + 121 + ], + "sets": [ + 123 + ], + "client": [ + 125 + ], + "pools.": [ + 126 + ], + "For": [ + 127 + ], + "16-bit": [ + 128 + ], + "input": [ + 129 + ], + "values,": [ + 130 + ], + "offers": [ + 133 + ], + "$1.73": [ + 134 + ], + "x": [ + 135, + 146 + ], + "expansion": [ + 137, + 147 + ], + "210": [ + 139 + ], + "220-dimensional": [ + 142 + ], + "vectors,": [ + 143 + ], + "1.98": [ + 145 + ], + "214": [ + 149 + ], + "224-dimensional": [ + 152 + ], + "over": [ + 154 + ], + "sending": [ + 155 + ], + "clear.": [ + 159 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 195 + }, + { + "year": 2025, + "cited_by_count": 651 + }, + { + "year": 2024, + "cited_by_count": 595 + }, + { + "year": 2023, + "cited_by_count": 547 + }, + { + "year": 2022, + "cited_by_count": 392 + }, + { + "year": 2021, + "cited_by_count": 456 + }, + { + "year": 2020, + "cited_by_count": 335 + }, + { + "year": 2019, + "cited_by_count": 166 + }, + { + "year": 2018, + "cited_by_count": 46 + }, + { + "year": 2017, + "cited_by_count": 8 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W3122548859", + "doi": "https://doi.org/10.1177/2053951715622512", + "title": "How the machine ‘thinks’: Understanding opacity in machine learning algorithms", + "display_name": "How the machine ‘thinks’: Understanding opacity in machine learning algorithms", + "relevance_score": 3135.6523, + "publication_year": 2016, + "publication_date": "2016-01-06", + "ids": { + "openalex": "https://openalex.org/W3122548859", + "doi": "https://doi.org/10.1177/2053951715622512", + "mag": "3122548859" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1177/2053951715622512", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1177/2053951715622512", + "pdf_url": "https://journals.sagepub.com/doi/pdf/10.1177/2053951715622512", + "source": { + "id": "https://openalex.org/S2736409588", + "display_name": "Big Data & Society", + "issn_l": "2053-9517", + "issn": [ + "2053-9517" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320017", + "host_organization_name": "SAGE Publishing", + "host_organization_lineage": [ + "https://openalex.org/P4310320017" + ], + "host_organization_lineage_names": [ + "SAGE Publishing" + ], + "type": "journal" + }, + "license": "cc-by-nc", + "license_id": "https://openalex.org/licenses/cc-by-nc", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Big Data & Society", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref", + "doaj" + ], + "open_access": { + "is_oa": true, + "oa_status": "gold", + "oa_url": "https://journals.sagepub.com/doi/pdf/10.1177/2053951715622512", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5060940190", + "display_name": "Jenna Burrell", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I95457486", + "display_name": "University of California, Berkeley", + "ror": "https://ror.org/01an7q238", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I95457486" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Jenna Burrell", + "raw_affiliation_strings": [ + "School of Information, UC-Berkeley, Berkeley, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "School of Information, UC-Berkeley, Berkeley, CA, USA", + "institution_ids": [ + "https://openalex.org/I95457486" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5060940190" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I95457486" + ], + "apc_list": { + "value": 800, + "currency": "USD", + "value_usd": 800 + }, + "apc_paid": { + "value": 800, + "currency": "USD", + "value_usd": 800 + }, + "fwci": 172.3172, + "has_fulltext": false, + "cited_by_count": 2441, + "citation_normalized_percentile": { + "value": 0.99991908, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "3", + "issue": "1", + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10883", + "display_name": "Ethics and Social Impacts of AI", + "score": 0.9934999942779541, + "subfield": { + "id": "https://openalex.org/subfields/3311", + "display_name": "Safety Research" + }, + "field": { + "id": "https://openalex.org/fields/33", + "display_name": "Social Sciences" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10883", + "display_name": "Ethics and Social Impacts of AI", + "score": 0.9934999942779541, + "subfield": { + "id": "https://openalex.org/subfields/3311", + "display_name": "Safety Research" + }, + "field": { + "id": "https://openalex.org/fields/33", + "display_name": "Social Sciences" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + }, + { + "id": "https://openalex.org/T12519", + "display_name": "Cybercrime and Law Enforcement Studies", + "score": 0.9776999950408936, + "subfield": { + "id": "https://openalex.org/subfields/1710", + "display_name": "Information Systems" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11838", + "display_name": "Crime, Illicit Activities, and Governance", + "score": 0.9753000140190125, + "subfield": { + "id": "https://openalex.org/subfields/3312", + "display_name": "Sociology and Political Science" + }, + "field": { + "id": "https://openalex.org/fields/33", + "display_name": "Social Sciences" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.7680913209915161 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7178860902786255 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6108432412147522 + }, + { + "id": "https://openalex.org/keywords/credit-card-fraud", + "display_name": "Credit card fraud", + "score": 0.5365657210350037 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.529035747051239 + }, + { + "id": "https://openalex.org/keywords/audit", + "display_name": "Audit", + "score": 0.4749186933040619 + }, + { + "id": "https://openalex.org/keywords/opacity", + "display_name": "Opacity", + "score": 0.4564440846443176 + }, + { + "id": "https://openalex.org/keywords/credit-card", + "display_name": "Credit card", + "score": 0.24632757902145386 + }, + { + "id": "https://openalex.org/keywords/economics", + "display_name": "Economics", + "score": 0.14912906289100647 + }, + { + "id": "https://openalex.org/keywords/world-wide-web", + "display_name": "World Wide Web", + "score": 0.1430377960205078 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.7680913209915161 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7178860902786255 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6108432412147522 + }, + { + "id": "https://openalex.org/C2780747020", + "wikidata": "https://www.wikidata.org/wiki/Q83873", + "display_name": "Credit card fraud", + "level": 4, + "score": 0.5365657210350037 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.529035747051239 + }, + { + "id": "https://openalex.org/C199521495", + "wikidata": "https://www.wikidata.org/wiki/Q181487", + "display_name": "Audit", + "level": 2, + "score": 0.4749186933040619 + }, + { + "id": "https://openalex.org/C60056205", + "wikidata": "https://www.wikidata.org/wiki/Q691914", + "display_name": "Opacity", + "level": 2, + "score": 0.4564440846443176 + }, + { + "id": "https://openalex.org/C2983355114", + "wikidata": "https://www.wikidata.org/wiki/Q161380", + "display_name": "Credit card", + "level": 3, + "score": 0.24632757902145386 + }, + { + "id": "https://openalex.org/C162324750", + "wikidata": "https://www.wikidata.org/wiki/Q8134", + "display_name": "Economics", + "level": 0, + "score": 0.14912906289100647 + }, + { + "id": "https://openalex.org/C136764020", + "wikidata": "https://www.wikidata.org/wiki/Q466", + "display_name": "World Wide Web", + "level": 1, + "score": 0.1430377960205078 + }, + { + "id": "https://openalex.org/C187736073", + "wikidata": "https://www.wikidata.org/wiki/Q2920921", + "display_name": "Management", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C121332964", + "wikidata": "https://www.wikidata.org/wiki/Q413", + "display_name": "Physics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C120665830", + "wikidata": "https://www.wikidata.org/wiki/Q14620", + "display_name": "Optics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C145097563", + "wikidata": "https://www.wikidata.org/wiki/Q1148747", + "display_name": "Payment", + "level": 2, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "doi:10.1177/2053951715622512", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1177/2053951715622512", + "pdf_url": "https://journals.sagepub.com/doi/pdf/10.1177/2053951715622512", + "source": { + "id": "https://openalex.org/S2736409588", + "display_name": "Big Data & Society", + "issn_l": "2053-9517", + "issn": [ + "2053-9517" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320017", + "host_organization_name": "SAGE Publishing", + "host_organization_lineage": [ + "https://openalex.org/P4310320017" + ], + "host_organization_lineage_names": [ + "SAGE Publishing" + ], + "type": "journal" + }, + "license": "cc-by-nc", + "license_id": "https://openalex.org/licenses/cc-by-nc", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Big Data & Society", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:doaj.org/article:e24df3681a27440f95339729c7a4e28c", + "is_oa": true, + "landing_page_url": "https://doaj.org/article/e24df3681a27440f95339729c7a4e28c", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401280", + "display_name": "DOAJ (DOAJ: Directory of Open Access Journals)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by-sa", + "license_id": "https://openalex.org/licenses/cc-by-sa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Big Data & Society, Vol 3 (2016)", + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "doi:10.1177/2053951715622512", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1177/2053951715622512", + "pdf_url": "https://journals.sagepub.com/doi/pdf/10.1177/2053951715622512", + "source": { + "id": "https://openalex.org/S2736409588", + "display_name": "Big Data & Society", + "issn_l": "2053-9517", + "issn": [ + "2053-9517" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320017", + "host_organization_name": "SAGE Publishing", + "host_organization_lineage": [ + "https://openalex.org/P4310320017" + ], + "host_organization_lineage_names": [ + "SAGE Publishing" + ], + "type": "journal" + }, + "license": "cc-by-nc", + "license_id": "https://openalex.org/licenses/cc-by-nc", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Big Data & Society", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [ + { + "display_name": "Peace, Justice and strong institutions", + "score": 0.4399999976158142, + "id": "https://metadata.un.org/sdg/16" + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": true, + "grobid_xml": false + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W3122548859.pdf" + }, + "referenced_works_count": 31, + "referenced_works": [ + "https://openalex.org/W202799293", + "https://openalex.org/W606820417", + "https://openalex.org/W1540016313", + "https://openalex.org/W1648303880", + "https://openalex.org/W1990060255", + "https://openalex.org/W2021362544", + "https://openalex.org/W2048315072", + "https://openalex.org/W2065240211", + "https://openalex.org/W2066384602", + "https://openalex.org/W2074057591", + "https://openalex.org/W2078620351", + "https://openalex.org/W2100960835", + "https://openalex.org/W2158604749", + "https://openalex.org/W2161336914", + "https://openalex.org/W2163284576", + "https://openalex.org/W2186089794", + "https://openalex.org/W2339183141", + "https://openalex.org/W2556704061", + "https://openalex.org/W2566747599", + "https://openalex.org/W2735886174", + "https://openalex.org/W2799929805", + "https://openalex.org/W2951240445", + "https://openalex.org/W3123374861", + "https://openalex.org/W3157172840", + "https://openalex.org/W4233093336", + "https://openalex.org/W4233551533", + "https://openalex.org/W4238428424", + "https://openalex.org/W4239941956", + "https://openalex.org/W4242887383", + "https://openalex.org/W4244021162", + "https://openalex.org/W4285719527" + ], + "related_works": [ + "https://openalex.org/W2161791806", + "https://openalex.org/W4366824690", + "https://openalex.org/W2613656770", + "https://openalex.org/W2482431380", + "https://openalex.org/W2073474947", + "https://openalex.org/W2082077321", + "https://openalex.org/W2053059436", + "https://openalex.org/W4313201885", + "https://openalex.org/W2401696997", + "https://openalex.org/W4243546976" + ], + "abstract_inverted_index": { + "This": [ + 0 + ], + "article": [ + 1, + 113 + ], + "considers": [ + 2 + ], + "the": [ + 3, + 95, + 102, + 116, + 153 + ], + "issue": [ + 4 + ], + "of": [ + 5, + 14, + 43, + 73, + 97, + 140, + 145, + 156, + 174, + 177 + ], + "opacity": [ + 6, + 76, + 84, + 91, + 157 + ], + "as": [ + 7, + 19, + 77, + 85, + 142 + ], + "a": [ + 8, + 68, + 143, + 165, + 169, + 175 + ], + "problem": [ + 9 + ], + "for": [ + 10 + ], + "socially": [ + 11 + ], + "consequential": [ + 12 + ], + "mechanisms": [ + 13, + 42 + ], + "classification": [ + 15, + 44 + ], + "and": [ + 16, + 32, + 38, + 51, + 88, + 101, + 134, + 138, + 179 + ], + "ranking,": [ + 17 + ], + "such": [ + 18 + ], + "spam": [ + 20 + ], + "filters,": [ + 21 + ], + "credit": [ + 22, + 39 + ], + "card": [ + 23 + ], + "fraud": [ + 24 + ], + "detection,": [ + 25 + ], + "search": [ + 26 + ], + "engines,": [ + 27 + ], + "news": [ + 28 + ], + "trends,": [ + 29 + ], + "market": [ + 30 + ], + "segmentation": [ + 31 + ], + "advertising,": [ + 33 + ], + "insurance": [ + 34 + ], + "or": [ + 35, + 80 + ], + "loan": [ + 36 + ], + "qualification,": [ + 37 + ], + "scoring.": [ + 40 + ], + "These": [ + 41 + ], + "all": [ + 45 + ], + "frequently": [ + 46 + ], + "rely": [ + 47 + ], + "on": [ + 48, + 55 + ], + "computational": [ + 49 + ], + "algorithms,": [ + 50 + ], + "in": [ + 52, + 111, + 123, + 164 + ], + "many": [ + 53 + ], + "cases": [ + 54 + ], + "machine": [ + 56, + 98 + ], + "learning": [ + 57, + 99 + ], + "algorithms": [ + 58, + 100, + 117 + ], + "to": [ + 59, + 105, + 171, + 184 + ], + "do": [ + 60, + 135 + ], + "this": [ + 61, + 64, + 112 + ], + "work.": [ + 62 + ], + "In": [ + 63 + ], + "article,": [ + 65 + ], + "I": [ + 66, + 119, + 149 + ], + "draw": [ + 67 + ], + "distinction": [ + 69 + ], + "between": [ + 70 + ], + "three": [ + 71 + ], + "forms": [ + 72, + 155 + ], + "opacity:": [ + 74 + ], + "(1)": [ + 75 + ], + "intentional": [ + 78 + ], + "corporate": [ + 79 + ], + "state": [ + 81 + ], + "secrecy,": [ + 82 + ], + "(2)": [ + 83 + ], + "technical": [ + 86, + 178 + ], + "illiteracy,": [ + 87 + ], + "(3)": [ + 89 + ], + "an": [ + 90 + ], + "that": [ + 92, + 151, + 158 + ], + "arises": [ + 93 + ], + "from": [ + 94 + ], + "characteristics": [ + 96 + ], + "scale": [ + 103 + ], + "required": [ + 104 + ], + "apply": [ + 106 + ], + "them": [ + 107 + ], + "usefully.": [ + 108 + ], + "The": [ + 109 + ], + "analysis": [ + 110 + ], + "gets": [ + 114 + ], + "inside": [ + 115 + ], + "themselves.": [ + 118 + ], + "cite": [ + 120 + ], + "existing": [ + 121 + ], + "literatures": [ + 122 + ], + "computer": [ + 124 + ], + "science,": [ + 125 + ], + "known": [ + 126 + ], + "industry": [ + 127 + ], + "practices": [ + 128 + ], + "(as": [ + 129 + ], + "they": [ + 130 + ], + "are": [ + 131 + ], + "publicly": [ + 132 + ], + "presented),": [ + 133 + ], + "some": [ + 136 + ], + "testing": [ + 137 + ], + "manipulation": [ + 139 + ], + "code": [ + 141, + 147 + ], + "form": [ + 144 + ], + "lightweight": [ + 146 + ], + "audit.": [ + 148 + ], + "argue": [ + 150 + ], + "recognizing": [ + 152 + ], + "distinct": [ + 154 + ], + "may": [ + 159 + ], + "be": [ + 160 + ], + "coming": [ + 161 + ], + "into": [ + 162 + ], + "play": [ + 163 + ], + "given": [ + 166 + ], + "application": [ + 167 + ], + "is": [ + 168 + ], + "key": [ + 170 + ], + "determining": [ + 172 + ], + "which": [ + 173 + ], + "variety": [ + 176 + ], + "non-technical": [ + 180 + ], + "solutions": [ + 181 + ], + "could": [ + 182 + ], + "help": [ + 183 + ], + "prevent": [ + 185 + ], + "harm.": [ + 186 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 258 + }, + { + "year": 2025, + "cited_by_count": 414 + }, + { + "year": 2024, + "cited_by_count": 392 + }, + { + "year": 2023, + "cited_by_count": 320 + }, + { + "year": 2022, + "cited_by_count": 266 + }, + { + "year": 2021, + "cited_by_count": 272 + }, + { + "year": 2020, + "cited_by_count": 216 + }, + { + "year": 2019, + "cited_by_count": 136 + }, + { + "year": 2018, + "cited_by_count": 91 + }, + { + "year": 2017, + "cited_by_count": 61 + }, + { + "year": 2016, + "cited_by_count": 14 + }, + { + "year": 2012, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2610886376", + "doi": "https://doi.org/10.1257/jep.31.2.87", + "title": "Machine Learning: An Applied Econometric Approach", + "display_name": "Machine Learning: An Applied Econometric Approach", + "relevance_score": 3076.038, + "publication_year": 2017, + "publication_date": "2017-05-01", + "ids": { + "openalex": "https://openalex.org/W2610886376", + "doi": "https://doi.org/10.1257/jep.31.2.87", + "mag": "2610886376" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1257/jep.31.2.87", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1257/jep.31.2.87", + "pdf_url": "https://www.aeaweb.org/articles/pdf/doi/10.1257/jep.31.2.87", + "source": { + "id": "https://openalex.org/S72880728", + "display_name": "The Journal of Economic Perspectives", + "issn_l": "0895-3309", + "issn": [ + "0895-3309", + "1944-7965" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315912", + "host_organization_name": "American Economic Association", + "host_organization_lineage": [ + "https://openalex.org/P4310315912" + ], + "host_organization_lineage_names": [ + "American Economic Association" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Journal of Economic Perspectives", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "bronze", + "oa_url": "https://www.aeaweb.org/articles/pdf/doi/10.1257/jep.31.2.87", + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5034703281", + "display_name": "Sendhil Mullainathan", + "orcid": "https://orcid.org/0000-0001-8508-4052" + }, + "institutions": [ + { + "id": "https://openalex.org/I136199984", + "display_name": "Harvard University", + "ror": "https://ror.org/03vek6s52", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I136199984" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Sendhil Mullainathan", + "raw_affiliation_strings": [ + "Sendhil Mullainathan is the Robert C. Waggoner Professor of Economics, Harvard University, Cambridge, Massachusetts" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Sendhil Mullainathan is the Robert C. Waggoner Professor of Economics, Harvard University, Cambridge, Massachusetts", + "institution_ids": [ + "https://openalex.org/I136199984" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5061755779", + "display_name": "Jann Spiess", + "orcid": "https://orcid.org/0000-0002-4120-8241" + }, + "institutions": [ + { + "id": "https://openalex.org/I2801851002", + "display_name": "Harvard University Press", + "ror": "https://ror.org/006v7bf86", + "country_code": "US", + "type": "other", + "lineage": [ + "https://openalex.org/I136199984", + "https://openalex.org/I2801851002" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Jann Spiess", + "raw_affiliation_strings": [ + "Jann Spiess is a PhD candidate in Economics, Harvard University, Cambridge, Massachusetts" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Jann Spiess is a PhD candidate in Economics, Harvard University, Cambridge, Massachusetts", + "institution_ids": [ + "https://openalex.org/I2801851002" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5034703281" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I136199984" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 86.1063, + "has_fulltext": false, + "cited_by_count": 1860, + "citation_normalized_percentile": { + "value": 0.99985156, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 98, + "max": 100 + }, + "biblio": { + "volume": "31", + "issue": "2", + "first_page": "87", + "last_page": "106" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11963", + "display_name": "Impact of Light on Environment and Health", + "score": 0.9472000002861023, + "subfield": { + "id": "https://openalex.org/subfields/2306", + "display_name": "Global and Planetary Change" + }, + "field": { + "id": "https://openalex.org/fields/23", + "display_name": "Environmental Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11963", + "display_name": "Impact of Light on Environment and Health", + "score": 0.9472000002861023, + "subfield": { + "id": "https://openalex.org/subfields/2306", + "display_name": "Global and Planetary Change" + }, + "field": { + "id": "https://openalex.org/fields/23", + "display_name": "Environmental Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11918", + "display_name": "Forecasting Techniques and Applications", + "score": 0.9279999732971191, + "subfield": { + "id": "https://openalex.org/subfields/1803", + "display_name": "Management Science and Operations Research" + }, + "field": { + "id": "https://openalex.org/fields/18", + "display_name": "Decision Sciences" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + }, + { + "id": "https://openalex.org/T12617", + "display_name": "Energy, Environment, and Transportation Policies", + "score": 0.9222000241279602, + "subfield": { + "id": "https://openalex.org/subfields/2105", + "display_name": "Renewable Energy, Sustainability and the Environment" + }, + "field": { + "id": "https://openalex.org/fields/21", + "display_name": "Energy" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/toolbox", + "display_name": "Toolbox", + "score": 0.8121298551559448 + }, + { + "id": "https://openalex.org/keywords/python", + "display_name": "Python (programming language)", + "score": 0.8074401617050171 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.7986088991165161 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7388002872467041 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.7208589911460876 + }, + { + "id": "https://openalex.org/keywords/face", + "display_name": "Face (sociological concept)", + "score": 0.47808337211608887 + }, + { + "id": "https://openalex.org/keywords/empirical-research", + "display_name": "Empirical research", + "score": 0.46658068895339966 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.11046332120895386 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2777655017", + "wikidata": "https://www.wikidata.org/wiki/Q1501161", + "display_name": "Toolbox", + "level": 2, + "score": 0.8121298551559448 + }, + { + "id": "https://openalex.org/C519991488", + "wikidata": "https://www.wikidata.org/wiki/Q28865", + "display_name": "Python (programming language)", + "level": 2, + "score": 0.8074401617050171 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.7986088991165161 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7388002872467041 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.7208589911460876 + }, + { + "id": "https://openalex.org/C2779304628", + "wikidata": "https://www.wikidata.org/wiki/Q3503480", + "display_name": "Face (sociological concept)", + "level": 2, + "score": 0.47808337211608887 + }, + { + "id": "https://openalex.org/C120936955", + "wikidata": "https://www.wikidata.org/wiki/Q2155640", + "display_name": "Empirical research", + "level": 2, + "score": 0.46658068895339966 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.11046332120895386 + }, + { + "id": "https://openalex.org/C36289849", + "wikidata": "https://www.wikidata.org/wiki/Q34749", + "display_name": "Social science", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C105795698", + "wikidata": "https://www.wikidata.org/wiki/Q12483", + "display_name": "Statistics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C111919701", + "wikidata": "https://www.wikidata.org/wiki/Q9135", + "display_name": "Operating system", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C144024400", + "wikidata": "https://www.wikidata.org/wiki/Q21201", + "display_name": "Sociology", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "doi:10.1257/jep.31.2.87", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1257/jep.31.2.87", + "pdf_url": "https://www.aeaweb.org/articles/pdf/doi/10.1257/jep.31.2.87", + "source": { + "id": "https://openalex.org/S72880728", + "display_name": "The Journal of Economic Perspectives", + "issn_l": "0895-3309", + "issn": [ + "0895-3309", + "1944-7965" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315912", + "host_organization_name": "American Economic Association", + "host_organization_lineage": [ + "https://openalex.org/P4310315912" + ], + "host_organization_lineage_names": [ + "American Economic Association" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Journal of Economic Perspectives", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:RePEc:aea:jecper:v:31:y:2017:i:2:p:87-106", + "is_oa": false, + "landing_page_url": "https://www.aeaweb.org/articles?id=10.1257/jep.31.2.87", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401271", + "display_name": "RePEc: Research Papers in Economics", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I77793887", + "host_organization_name": "Federal Reserve Bank of St. Louis", + "host_organization_lineage": [ + "https://openalex.org/I77793887" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "doi:10.1257/jep.31.2.87", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1257/jep.31.2.87", + "pdf_url": "https://www.aeaweb.org/articles/pdf/doi/10.1257/jep.31.2.87", + "source": { + "id": "https://openalex.org/S72880728", + "display_name": "The Journal of Economic Perspectives", + "issn_l": "0895-3309", + "issn": [ + "0895-3309", + "1944-7965" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315912", + "host_organization_name": "American Economic Association", + "host_organization_lineage": [ + "https://openalex.org/P4310315912" + ], + "host_organization_lineage_names": [ + "American Economic Association" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Journal of Economic Perspectives", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [ + { + "display_name": "Decent work and economic growth", + "score": 0.5699999928474426, + "id": "https://metadata.un.org/sdg/8" + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 36, + "referenced_works": [ + "https://openalex.org/W1964565322", + "https://openalex.org/W1982471084", + "https://openalex.org/W1982991166", + "https://openalex.org/W1995466835", + "https://openalex.org/W1999822211", + "https://openalex.org/W2012218966", + "https://openalex.org/W2021314860", + "https://openalex.org/W2023336635", + "https://openalex.org/W2080896439", + "https://openalex.org/W2081993622", + "https://openalex.org/W2086426685", + "https://openalex.org/W2105224904", + "https://openalex.org/W2120846249", + "https://openalex.org/W2124142297", + "https://openalex.org/W2133367005", + "https://openalex.org/W2133757074", + "https://openalex.org/W2138545569", + "https://openalex.org/W2150940164", + "https://openalex.org/W2155419203", + "https://openalex.org/W2163162137", + "https://openalex.org/W2165144879", + "https://openalex.org/W2173315138", + "https://openalex.org/W2203167467", + "https://openalex.org/W2305754340", + "https://openalex.org/W2371804352", + "https://openalex.org/W2513506629", + "https://openalex.org/W2513604209", + "https://openalex.org/W2528504543", + "https://openalex.org/W2546040478", + "https://openalex.org/W3102065143", + "https://openalex.org/W3121263799", + "https://openalex.org/W3123123374", + "https://openalex.org/W3125633690", + "https://openalex.org/W3125786740", + "https://openalex.org/W3126053622", + "https://openalex.org/W4238040836" + ], + "related_works": [ + "https://openalex.org/W4205140848", + "https://openalex.org/W2068663075", + "https://openalex.org/W2978678743", + "https://openalex.org/W2797837731", + "https://openalex.org/W4393677513", + "https://openalex.org/W4390832911", + "https://openalex.org/W829257147", + "https://openalex.org/W4385302116", + "https://openalex.org/W2549786917", + "https://openalex.org/W3204758414" + ], + "abstract_inverted_index": { + "Machines": [ + 0 + ], + "are": [ + 1, + 123, + 146 + ], + "increasingly": [ + 2 + ], + "doing": [ + 3 + ], + "“intelligent”": [ + 4 + ], + "things.": [ + 5 + ], + "Face": [ + 6 + ], + "recognition": [ + 7 + ], + "algorithms": [ + 8, + 122, + 145, + 171 + ], + "use": [ + 9, + 60, + 162 + ], + "a": [ + 10, + 18, + 24, + 32, + 64, + 90, + 165 + ], + "large": [ + 11 + ], + "dataset": [ + 12 + ], + "of": [ + 13, + 31, + 66, + 100, + 168 + ], + "photos": [ + 14 + ], + "labeled": [ + 15 + ], + "as": [ + 16 + ], + "having": [ + 17 + ], + "face": [ + 19, + 33 + ], + "or": [ + 20, + 136, + 149 + ], + "not": [ + 21, + 83 + ], + "to": [ + 22, + 39, + 114, + 127, + 156, + 161 + ], + "estimate": [ + 23 + ], + "function": [ + 25 + ], + "that": [ + 26, + 71, + 143 + ], + "predicts": [ + 27 + ], + "the": [ + 28, + 78, + 98, + 141, + 144 + ], + "presence": [ + 29 + ], + "y": [ + 30 + ], + "from": [ + 34 + ], + "pixels": [ + 35 + ], + "x.": [ + 36 + ], + "This": [ + 37, + 138 + ], + "similarity": [ + 38 + ], + "econometrics": [ + 40 + ], + "raises": [ + 41, + 140 + ], + "questions:": [ + 42 + ], + "How": [ + 43 + ], + "do": [ + 44 + ], + "these": [ + 45, + 170 + ], + "new": [ + 46, + 86 + ], + "empirical": [ + 47, + 55 + ], + "tools": [ + 48 + ], + "fit": [ + 49 + ], + "with": [ + 50 + ], + "what": [ + 51 + ], + "we": [ + 52, + 59 + ], + "know?": [ + 53 + ], + "As": [ + 54 + ], + "economists,": [ + 56 + ], + "how": [ + 57, + 169 + ], + "can": [ + 58, + 130, + 179, + 184 + ], + "them?": [ + 61 + ], + "We": [ + 62, + 154 + ], + "present": [ + 63 + ], + "way": [ + 65 + ], + "thinking": [ + 67 + ], + "about": [ + 68 + ], + "machine": [ + 69, + 94, + 112 + ], + "learning": [ + 70, + 82, + 95, + 113, + 121 + ], + "gives": [ + 72 + ], + "it": [ + 73, + 88 + ], + "its": [ + 74 + ], + "own": [ + 75 + ], + "place": [ + 76 + ], + "in": [ + 77, + 134 + ], + "econometric": [ + 79 + ], + "toolbox.": [ + 80 + ], + "Machine": [ + 81, + 120 + ], + "only": [ + 84 + ], + "provides": [ + 85 + ], + "tools,": [ + 87 + ], + "solves": [ + 89 + ], + "different": [ + 91 + ], + "problem.": [ + 92 + ], + "Specifically,": [ + 93 + ], + "revolves": [ + 96 + ], + "around": [ + 97, + 107 + ], + "problem": [ + 99 + ], + "prediction,": [ + 101 + ], + "while": [ + 102 + ], + "many": [ + 103 + ], + "economic": [ + 104 + ], + "applications": [ + 105 + ], + "revolve": [ + 106 + ], + "parameter": [ + 108 + ], + "estimation.": [ + 109 + ], + "So": [ + 110 + ], + "applying": [ + 111 + ], + "economics": [ + 115 + ], + "requires": [ + 116 + ], + "finding": [ + 117 + ], + "relevant": [ + 118 + ], + "tasks.": [ + 119 + ], + "now": [ + 124 + ], + "technically": [ + 125 + ], + "easy": [ + 126 + ], + "use:": [ + 128 + ], + "you": [ + 129 + ], + "download": [ + 131 + ], + "convenient": [ + 132 + ], + "packages": [ + 133 + ], + "R": [ + 135 + ], + "Python.": [ + 137 + ], + "also": [ + 139 + ], + "risk": [ + 142 + ], + "applied": [ + 147 + ], + "naively": [ + 148 + ], + "their": [ + 150 + ], + "output": [ + 151 + ], + "is": [ + 152 + ], + "misinterpreted.": [ + 153 + ], + "hope": [ + 155 + ], + "make": [ + 157 + ], + "them": [ + 158 + ], + "conceptually": [ + 159 + ], + "easier": [ + 160 + ], + "by": [ + 163 + ], + "providing": [ + 164 + ], + "crisper": [ + 166 + ], + "understanding": [ + 167 + ], + "work,": [ + 172 + ], + "where": [ + 173, + 177, + 182 + ], + "they": [ + 174, + 178, + 183 + ], + "excel,": [ + 175 + ], + "and": [ + 176 + ], + "stumble—and": [ + 180 + ], + "thus": [ + 181 + ], + "be": [ + 185 + ], + "most": [ + 186 + ], + "usefully": [ + 187 + ], + "applied.": [ + 188 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 114 + }, + { + "year": 2025, + "cited_by_count": 278 + }, + { + "year": 2024, + "cited_by_count": 224 + }, + { + "year": 2023, + "cited_by_count": 243 + }, + { + "year": 2022, + "cited_by_count": 218 + }, + { + "year": 2021, + "cited_by_count": 274 + }, + { + "year": 2020, + "cited_by_count": 191 + }, + { + "year": 2019, + "cited_by_count": 182 + }, + { + "year": 2018, + "cited_by_count": 100 + }, + { + "year": 2017, + "cited_by_count": 28 + }, + { + "year": 2016, + "cited_by_count": 5 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2968923792", + "doi": "https://doi.org/10.1038/s41524-019-0221-0", + "title": "Recent advances and applications of machine learning in solid-state materials science", + "display_name": "Recent advances and applications of machine learning in solid-state materials science", + "relevance_score": 3012.908, + "publication_year": 2019, + "publication_date": "2019-08-08", + "ids": { + "openalex": "https://openalex.org/W2968923792", + "doi": "https://doi.org/10.1038/s41524-019-0221-0", + "mag": "2968923792" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1038/s41524-019-0221-0", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1038/s41524-019-0221-0", + "pdf_url": "https://www.nature.com/articles/s41524-019-0221-0.pdf", + "source": { + "id": "https://openalex.org/S4210232664", + "display_name": "npj Computational Materials", + "issn_l": "2057-3960", + "issn": [ + "2057-3960" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310319908", + "host_organization_name": "Nature Portfolio", + "host_organization_lineage": [ + "https://openalex.org/P4310319908", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "Nature Portfolio", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "npj Computational Materials", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref", + "doaj" + ], + "open_access": { + "is_oa": true, + "oa_status": "gold", + "oa_url": "https://www.nature.com/articles/s41524-019-0221-0.pdf", + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5057207447", + "display_name": "Jonathan Schmidt", + "orcid": "https://orcid.org/0000-0001-5685-6404" + }, + "institutions": [ + { + "id": "https://openalex.org/I68956291", + "display_name": "Martin Luther University Halle-Wittenberg", + "ror": "https://ror.org/05gqaka33", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I68956291" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": true, + "raw_author_name": "Jonathan Schmidt", + "raw_affiliation_strings": [ + "Institut fr Physik, Martin-Luther-Universitt, 06120 Halle-Wittenberg, Halle (Saale), Germany and", + "Institut für Physik, Martin-Luther-Universität, 06120, Halle-Wittenberg, Halle (Saale), Germany" + ], + "raw_orcid": "https://orcid.org/0000-0001-5685-6404", + "affiliations": [ + { + "raw_affiliation_string": "Institut fr Physik, Martin-Luther-Universitt, 06120 Halle-Wittenberg, Halle (Saale), Germany and", + "institution_ids": [ + "https://openalex.org/I68956291" + ] + }, + { + "raw_affiliation_string": "Institut für Physik, Martin-Luther-Universität, 06120, Halle-Wittenberg, Halle (Saale), Germany", + "institution_ids": [ + "https://openalex.org/I68956291" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5013807218", + "display_name": "Mário R. G. Marques", + "orcid": "https://orcid.org/0000-0002-7420-5098" + }, + "institutions": [ + { + "id": "https://openalex.org/I68956291", + "display_name": "Martin Luther University Halle-Wittenberg", + "ror": "https://ror.org/05gqaka33", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I68956291" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Mário R. G. Marques", + "raw_affiliation_strings": [ + "Institut fr Physik, Martin-Luther-Universitt, 06120 Halle-Wittenberg, Halle (Saale), Germany and", + "Institut für Physik, Martin-Luther-Universität, 06120, Halle-Wittenberg, Halle (Saale), Germany" + ], + "raw_orcid": "https://orcid.org/0000-0002-7420-5098", + "affiliations": [ + { + "raw_affiliation_string": "Institut fr Physik, Martin-Luther-Universitt, 06120 Halle-Wittenberg, Halle (Saale), Germany and", + "institution_ids": [ + "https://openalex.org/I68956291" + ] + }, + { + "raw_affiliation_string": "Institut für Physik, Martin-Luther-Universität, 06120, Halle-Wittenberg, Halle (Saale), Germany", + "institution_ids": [ + "https://openalex.org/I68956291" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5074073454", + "display_name": "Silvana Botti", + "orcid": "https://orcid.org/0000-0002-4920-2370" + }, + "institutions": [ + { + "id": "https://openalex.org/I76198965", + "display_name": "Friedrich Schiller University Jena", + "ror": "https://ror.org/05qpz1x62", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I76198965" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Silvana Botti", + "raw_affiliation_strings": [ + "Institut fr Festkrpertheorie und -optik, Friedrich-Schiller-Universitt Jena, Max-Wien-Platz 1, 07743 Jena, Germany", + "Institut für Festkörpertheorie und -optik, Friedrich-Schiller-Universität Jena, Max-Wien-Platz 1, 07743, Jena, Germany" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Institut fr Festkrpertheorie und -optik, Friedrich-Schiller-Universitt Jena, Max-Wien-Platz 1, 07743 Jena, Germany", + "institution_ids": [ + "https://openalex.org/I76198965" + ] + }, + { + "raw_affiliation_string": "Institut für Festkörpertheorie und -optik, Friedrich-Schiller-Universität Jena, Max-Wien-Platz 1, 07743, Jena, Germany", + "institution_ids": [ + "https://openalex.org/I76198965" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5052107166", + "display_name": "Miguel A. L. Marques", + "orcid": "https://orcid.org/0000-0003-0170-8222" + }, + "institutions": [ + { + "id": "https://openalex.org/I68956291", + "display_name": "Martin Luther University Halle-Wittenberg", + "ror": "https://ror.org/05gqaka33", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I68956291" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Miguel A. L. Marques", + "raw_affiliation_strings": [ + "Institut fr Physik, Martin-Luther-Universitt, 06120 Halle-Wittenberg, Halle (Saale), Germany and", + "Institut für Physik, Martin-Luther-Universität, 06120, Halle-Wittenberg, Halle (Saale), Germany" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Institut fr Physik, Martin-Luther-Universitt, 06120 Halle-Wittenberg, Halle (Saale), Germany and", + "institution_ids": [ + "https://openalex.org/I68956291" + ] + }, + { + "raw_affiliation_string": "Institut für Physik, Martin-Luther-Universität, 06120, Halle-Wittenberg, Halle (Saale), Germany", + "institution_ids": [ + "https://openalex.org/I68956291" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 4, + "corresponding_author_ids": [ + "https://openalex.org/A5057207447" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I68956291" + ], + "apc_list": { + "value": 2890, + "currency": "USD", + "value_usd": 2890 + }, + "apc_paid": { + "value": 2890, + "currency": "USD", + "value_usd": 2890 + }, + "fwci": 99.7467, + "has_fulltext": true, + "cited_by_count": 2365, + "citation_normalized_percentile": { + "value": 0.99995995, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "5", + "issue": "1", + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11948", + "display_name": "Machine Learning in Materials Science", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/2505", + "display_name": "Materials Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/25", + "display_name": "Materials Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11948", + "display_name": "Machine Learning in Materials Science", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/2505", + "display_name": "Materials Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/25", + "display_name": "Materials Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12613", + "display_name": "X-ray Diffraction in Crystallography", + "score": 0.998199999332428, + "subfield": { + "id": "https://openalex.org/subfields/2505", + "display_name": "Materials Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/25", + "display_name": "Materials Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10211", + "display_name": "Computational Drug Discovery Methods", + "score": 0.991100013256073, + "subfield": { + "id": "https://openalex.org/subfields/1703", + "display_name": "Computational Theory and Mathematics" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/interpretability", + "display_name": "Interpretability", + "score": 0.8451576828956604 + }, + { + "id": "https://openalex.org/keywords/toolbox", + "display_name": "Toolbox", + "score": 0.7814731597900391 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.7652289867401123 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.7290407419204712 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7001760005950928 + }, + { + "id": "https://openalex.org/keywords/process", + "display_name": "Process (computing)", + "score": 0.5603207945823669 + }, + { + "id": "https://openalex.org/keywords/property", + "display_name": "Property (philosophy)", + "score": 0.45152583718299866 + }, + { + "id": "https://openalex.org/keywords/point", + "display_name": "Point (geometry)", + "score": 0.4503237307071686 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.08372414112091064 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2781067378", + "wikidata": "https://www.wikidata.org/wiki/Q17027399", + "display_name": "Interpretability", + "level": 2, + "score": 0.8451576828956604 + }, + { + "id": "https://openalex.org/C2777655017", + "wikidata": "https://www.wikidata.org/wiki/Q1501161", + "display_name": "Toolbox", + "level": 2, + "score": 0.7814731597900391 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.7652289867401123 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.7290407419204712 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7001760005950928 + }, + { + "id": "https://openalex.org/C98045186", + "wikidata": "https://www.wikidata.org/wiki/Q205663", + "display_name": "Process (computing)", + "level": 2, + "score": 0.5603207945823669 + }, + { + "id": "https://openalex.org/C189950617", + "wikidata": "https://www.wikidata.org/wiki/Q937228", + "display_name": "Property (philosophy)", + "level": 2, + "score": 0.45152583718299866 + }, + { + "id": "https://openalex.org/C28719098", + "wikidata": "https://www.wikidata.org/wiki/Q44946", + "display_name": "Point (geometry)", + "level": 2, + "score": 0.4503237307071686 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.08372414112091064 + }, + { + "id": "https://openalex.org/C138885662", + "wikidata": "https://www.wikidata.org/wiki/Q5891", + "display_name": "Philosophy", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C2524010", + "wikidata": "https://www.wikidata.org/wiki/Q8087", + "display_name": "Geometry", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C111919701", + "wikidata": "https://www.wikidata.org/wiki/Q9135", + "display_name": "Operating system", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C111472728", + "wikidata": "https://www.wikidata.org/wiki/Q9471", + "display_name": "Epistemology", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "doi:10.1038/s41524-019-0221-0", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1038/s41524-019-0221-0", + "pdf_url": "https://www.nature.com/articles/s41524-019-0221-0.pdf", + "source": { + "id": "https://openalex.org/S4210232664", + "display_name": "npj Computational Materials", + "issn_l": "2057-3960", + "issn": [ + "2057-3960" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310319908", + "host_organization_name": "Nature Portfolio", + "host_organization_lineage": [ + "https://openalex.org/P4310319908", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "Nature Portfolio", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "npj Computational Materials", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:doaj.org/article:2e9ae6991e1e44179c61e241d69e1fe2", + "is_oa": false, + "landing_page_url": "https://doaj.org/article/2e9ae6991e1e44179c61e241d69e1fe2", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401280", + "display_name": "DOAJ (DOAJ: Directory of Open Access Journals)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "npj Computational Materials, Vol 5, Iss 1, Pp 1-36 (2019)", + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "doi:10.1038/s41524-019-0221-0", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1038/s41524-019-0221-0", + "pdf_url": "https://www.nature.com/articles/s41524-019-0221-0.pdf", + "source": { + "id": "https://openalex.org/S4210232664", + "display_name": "npj Computational Materials", + "issn_l": "2057-3960", + "issn": [ + "2057-3960" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310319908", + "host_organization_name": "Nature Portfolio", + "host_organization_lineage": [ + "https://openalex.org/P4310319908", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "Nature Portfolio", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "npj Computational Materials", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": true, + "grobid_xml": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W2968923792.pdf", + "grobid_xml": "https://content.openalex.org/works/W2968923792.grobid-xml" + }, + "referenced_works_count": 518, + "referenced_works": [ + "https://openalex.org/W26088913", + "https://openalex.org/W145450961", + "https://openalex.org/W179824108", + "https://openalex.org/W203253523", + "https://openalex.org/W230490465", + "https://openalex.org/W327991062", + "https://openalex.org/W590077806", + "https://openalex.org/W654619586", + "https://openalex.org/W814282759", + "https://openalex.org/W1485300768", + "https://openalex.org/W1498183065", + "https://openalex.org/W1499888549", + "https://openalex.org/W1501856433", + "https://openalex.org/W1503398984", + "https://openalex.org/W1504770578", + "https://openalex.org/W1510052597", + "https://openalex.org/W1534043326", + "https://openalex.org/W1539789214", + "https://openalex.org/W1542652324", + "https://openalex.org/W1544171083", + "https://openalex.org/W1563453094", + "https://openalex.org/W1564947197", + "https://openalex.org/W1571836963", + "https://openalex.org/W1577152309", + "https://openalex.org/W1581242383", + "https://openalex.org/W1584200143", + "https://openalex.org/W1596185547", + "https://openalex.org/W1625555899", + "https://openalex.org/W1643338536", + "https://openalex.org/W1662382123", + "https://openalex.org/W1677182931", + "https://openalex.org/W1678356000", + "https://openalex.org/W1678620623", + "https://openalex.org/W1780364926", + "https://openalex.org/W1787224781", + "https://openalex.org/W1800437104", + "https://openalex.org/W1806613374", + "https://openalex.org/W1812560530", + "https://openalex.org/W1849277567", + "https://openalex.org/W1861259131", + "https://openalex.org/W1865667476", + "https://openalex.org/W1875061881", + "https://openalex.org/W1875161738", + "https://openalex.org/W1940355499", + "https://openalex.org/W1964746686", + "https://openalex.org/W1964882117", + "https://openalex.org/W1965007242", + "https://openalex.org/W1965387924", + "https://openalex.org/W1965621008", + "https://openalex.org/W1966295044", + "https://openalex.org/W1966452023", + "https://openalex.org/W1967499431", + "https://openalex.org/W1967969088", + "https://openalex.org/W1971714101", + "https://openalex.org/W1972135189", + "https://openalex.org/W1973200549", + "https://openalex.org/W1975997599", + "https://openalex.org/W1976492731", + "https://openalex.org/W1976581079", + "https://openalex.org/W1978538703", + "https://openalex.org/W1979769287", + "https://openalex.org/W1979879584", + "https://openalex.org/W1981368803", + "https://openalex.org/W1981955214", + "https://openalex.org/W1982598895", + "https://openalex.org/W1983077902", + "https://openalex.org/W1984003326", + "https://openalex.org/W1986912357", + "https://openalex.org/W1988102749", + "https://openalex.org/W1988227526", + "https://openalex.org/W1988790447", + "https://openalex.org/W1989389325", + "https://openalex.org/W1989628244", + "https://openalex.org/W1989893427", + "https://openalex.org/W1990810992", + "https://openalex.org/W1991713655", + "https://openalex.org/W1992985800", + "https://openalex.org/W1994624373", + "https://openalex.org/W1995341919", + "https://openalex.org/W1996425351", + "https://openalex.org/W1998056920", + "https://openalex.org/W1998723350", + "https://openalex.org/W1999921067", + "https://openalex.org/W2000009216", + "https://openalex.org/W2000290731", + "https://openalex.org/W2000413114", + "https://openalex.org/W2002097322", + "https://openalex.org/W2002507631", + "https://openalex.org/W2005774952", + "https://openalex.org/W2006102096", + "https://openalex.org/W2007207351", + "https://openalex.org/W2007850701", + "https://openalex.org/W2011602276", + "https://openalex.org/W2012700578", + "https://openalex.org/W2014509568", + "https://openalex.org/W2014615332", + "https://openalex.org/W2015197254", + "https://openalex.org/W2015558379", + "https://openalex.org/W2017805851", + "https://openalex.org/W2018108526", + "https://openalex.org/W2019430858", + "https://openalex.org/W2020246947", + "https://openalex.org/W2020786104", + "https://openalex.org/W2021774695", + "https://openalex.org/W2021928136", + "https://openalex.org/W2022890839", + "https://openalex.org/W2024330948", + "https://openalex.org/W2025111634", + "https://openalex.org/W2025444507", + "https://openalex.org/W2025679679", + "https://openalex.org/W2025838043", + "https://openalex.org/W2027408247", + "https://openalex.org/W2029413789", + "https://openalex.org/W2030178277", + "https://openalex.org/W2030976617", + "https://openalex.org/W2031558918", + "https://openalex.org/W2033086537", + "https://openalex.org/W2033206800", + "https://openalex.org/W2034097448", + "https://openalex.org/W2035352360", + "https://openalex.org/W2036701191", + "https://openalex.org/W2037566781", + "https://openalex.org/W2037782625", + "https://openalex.org/W2039609876", + "https://openalex.org/W2039959185", + "https://openalex.org/W2040019593", + "https://openalex.org/W2040870580", + "https://openalex.org/W2041726686", + "https://openalex.org/W2042492924", + "https://openalex.org/W2042640655", + "https://openalex.org/W2042877835", + "https://openalex.org/W2042958553", + "https://openalex.org/W2044375044", + "https://openalex.org/W2046598747", + "https://openalex.org/W2051740693", + "https://openalex.org/W2051801258", + "https://openalex.org/W2052523499", + "https://openalex.org/W2053011449", + "https://openalex.org/W2053962240", + "https://openalex.org/W2054057690", + "https://openalex.org/W2055529982", + "https://openalex.org/W2056132907", + "https://openalex.org/W2057562773", + "https://openalex.org/W2057767448", + "https://openalex.org/W2057858097", + "https://openalex.org/W2060410316", + "https://openalex.org/W2060558956", + "https://openalex.org/W2061179540", + "https://openalex.org/W2063007245", + "https://openalex.org/W2064675550", + "https://openalex.org/W2065586875", + "https://openalex.org/W2068231021", + "https://openalex.org/W2068972463", + "https://openalex.org/W2069483681", + "https://openalex.org/W2070043768", + "https://openalex.org/W2070931774", + "https://openalex.org/W2074497204", + "https://openalex.org/W2074681440", + "https://openalex.org/W2075245047", + "https://openalex.org/W2075545717", + "https://openalex.org/W2075894130", + "https://openalex.org/W2075937489", + "https://openalex.org/W2076118331", + "https://openalex.org/W2077562320", + "https://openalex.org/W2078016408", + "https://openalex.org/W2080321486", + "https://openalex.org/W2080635178", + "https://openalex.org/W2081635359", + "https://openalex.org/W2083032961", + "https://openalex.org/W2083415705", + "https://openalex.org/W2083956694", + "https://openalex.org/W2084972556", + "https://openalex.org/W2085093563", + "https://openalex.org/W2085788926", + "https://openalex.org/W2086702546", + "https://openalex.org/W2086957099", + "https://openalex.org/W2087347434", + "https://openalex.org/W2087404659", + "https://openalex.org/W2087661061", + "https://openalex.org/W2088687796", + "https://openalex.org/W2088925839", + "https://openalex.org/W2090752561", + "https://openalex.org/W2092196700", + "https://openalex.org/W2092332261", + "https://openalex.org/W2093229042", + "https://openalex.org/W2093717447", + "https://openalex.org/W2094176506", + "https://openalex.org/W2095705004", + "https://openalex.org/W2097968133", + "https://openalex.org/W2099471712", + "https://openalex.org/W2100495367", + "https://openalex.org/W2100689957", + "https://openalex.org/W2102074887", + "https://openalex.org/W2102940758", + "https://openalex.org/W2103780778", + "https://openalex.org/W2104489082", + "https://openalex.org/W2106111284", + "https://openalex.org/W2107278155", + "https://openalex.org/W2108738385", + "https://openalex.org/W2111935653", + "https://openalex.org/W2112431211", + "https://openalex.org/W2112796928", + "https://openalex.org/W2114704115", + "https://openalex.org/W2116341502", + "https://openalex.org/W2121020550", + "https://openalex.org/W2121237359", + "https://openalex.org/W2122825543", + "https://openalex.org/W2123306226", + "https://openalex.org/W2124820885", + "https://openalex.org/W2125132504", + "https://openalex.org/W2126316555", + "https://openalex.org/W2127271355", + "https://openalex.org/W2128333270", + "https://openalex.org/W2128420091", + "https://openalex.org/W2128659236", + "https://openalex.org/W2134164499", + "https://openalex.org/W2135046866", + "https://openalex.org/W2135305876", + "https://openalex.org/W2137262074", + "https://openalex.org/W2138002307", + "https://openalex.org/W2139062161", + "https://openalex.org/W2142009706", + "https://openalex.org/W2144752499", + "https://openalex.org/W2146611938", + "https://openalex.org/W2147654806", + "https://openalex.org/W2147800946", + "https://openalex.org/W2147993766", + "https://openalex.org/W2148596493", + "https://openalex.org/W2149706766", + "https://openalex.org/W2153483479", + "https://openalex.org/W2153693853", + "https://openalex.org/W2154560360", + "https://openalex.org/W2154579312", + "https://openalex.org/W2155155530", + "https://openalex.org/W2155927283", + "https://openalex.org/W2156267707", + "https://openalex.org/W2156387975", + "https://openalex.org/W2159357141", + "https://openalex.org/W2163224677", + "https://openalex.org/W2163605009", + "https://openalex.org/W2163922914", + "https://openalex.org/W2164452299", + "https://openalex.org/W2164524421", + "https://openalex.org/W2169589339", + "https://openalex.org/W2171029115", + "https://openalex.org/W2173027866", + "https://openalex.org/W2176170193", + "https://openalex.org/W2176412452", + "https://openalex.org/W2192127365", + "https://openalex.org/W2194775991", + "https://openalex.org/W2195388612", + "https://openalex.org/W2200589053", + "https://openalex.org/W2217912240", + "https://openalex.org/W2222214459", + "https://openalex.org/W2230728100", + "https://openalex.org/W2257979135", + "https://openalex.org/W2261108203", + "https://openalex.org/W2278970271", + "https://openalex.org/W2279481448", + "https://openalex.org/W2290847742", + "https://openalex.org/W2291925970", + "https://openalex.org/W2294798173", + "https://openalex.org/W2297621926", + "https://openalex.org/W2299676960", + "https://openalex.org/W2302501749", + "https://openalex.org/W2312842167", + "https://openalex.org/W2316320254", + "https://openalex.org/W2316524229", + "https://openalex.org/W2319902168", + "https://openalex.org/W2322326629", + "https://openalex.org/W2331520253", + "https://openalex.org/W2331812412", + "https://openalex.org/W2334013383", + "https://openalex.org/W2335591923", + "https://openalex.org/W2337082154", + "https://openalex.org/W2337110853", + "https://openalex.org/W2337496963", + "https://openalex.org/W2343462019", + "https://openalex.org/W2343821232", + "https://openalex.org/W2347129741", + "https://openalex.org/W2395579298", + "https://openalex.org/W2415372084", + "https://openalex.org/W2419175238", + "https://openalex.org/W2437591545", + "https://openalex.org/W2460314483", + "https://openalex.org/W2461312660", + "https://openalex.org/W2462003543", + "https://openalex.org/W2464725281", + "https://openalex.org/W2468907370", + "https://openalex.org/W2471982001", + "https://openalex.org/W2474543364", + "https://openalex.org/W2482115826", + "https://openalex.org/W2489757118", + "https://openalex.org/W2490901606", + "https://openalex.org/W2499226730", + "https://openalex.org/W2509907061", + "https://openalex.org/W2510169513", + "https://openalex.org/W2511358339", + "https://openalex.org/W2511699341", + "https://openalex.org/W2517221375", + "https://openalex.org/W2520022941", + "https://openalex.org/W2520500207", + "https://openalex.org/W2524910928", + "https://openalex.org/W2526943155", + "https://openalex.org/W2527189750", + "https://openalex.org/W2527749992", + "https://openalex.org/W2531545384", + "https://openalex.org/W2534747019", + "https://openalex.org/W2547447472", + "https://openalex.org/W2550668110", + "https://openalex.org/W2555683692", + "https://openalex.org/W2556028878", + "https://openalex.org/W2563751252", + "https://openalex.org/W2564209180", + "https://openalex.org/W2565212977", + "https://openalex.org/W2566573083", + "https://openalex.org/W2566642125", + "https://openalex.org/W2567115595", + "https://openalex.org/W2572438701", + "https://openalex.org/W2576881135", + "https://openalex.org/W2583795764", + "https://openalex.org/W2592733333", + "https://openalex.org/W2593724699", + "https://openalex.org/W2593838212", + "https://openalex.org/W2600236415", + "https://openalex.org/W2605627947", + "https://openalex.org/W2606191816", + "https://openalex.org/W2606478829", + "https://openalex.org/W2609397020", + "https://openalex.org/W2613094910", + "https://openalex.org/W2614083378", + "https://openalex.org/W2616519837", + "https://openalex.org/W2618945100", + "https://openalex.org/W2625386340", + "https://openalex.org/W2650911154", + "https://openalex.org/W2725771565", + "https://openalex.org/W2728789193", + "https://openalex.org/W2728984672", + "https://openalex.org/W2734520197", + "https://openalex.org/W2739066022", + "https://openalex.org/W2741557496", + "https://openalex.org/W2742014174", + "https://openalex.org/W2742061408", + "https://openalex.org/W2742127985", + "https://openalex.org/W2742835787", + "https://openalex.org/W2744546448", + "https://openalex.org/W2746244909", + "https://openalex.org/W2746340587", + "https://openalex.org/W2750556263", + "https://openalex.org/W2750673150", + "https://openalex.org/W2751488329", + "https://openalex.org/W2752033117", + "https://openalex.org/W2752052391", + "https://openalex.org/W2755320374", + "https://openalex.org/W2760202681", + "https://openalex.org/W2764267192", + "https://openalex.org/W2765459427", + "https://openalex.org/W2765597272", + "https://openalex.org/W2765966278", + "https://openalex.org/W2766432501", + "https://openalex.org/W2766518642", + "https://openalex.org/W2766856748", + "https://openalex.org/W2768213699", + "https://openalex.org/W2768591600", + "https://openalex.org/W2768828389", + "https://openalex.org/W2769287225", + "https://openalex.org/W2773094581", + "https://openalex.org/W2773787581", + "https://openalex.org/W2774180927", + "https://openalex.org/W2775811982", + "https://openalex.org/W2778051509", + "https://openalex.org/W2782772320", + "https://openalex.org/W2782811937", + "https://openalex.org/W2783016230", + "https://openalex.org/W2783428669", + "https://openalex.org/W2783643969", + "https://openalex.org/W2784208423", + "https://openalex.org/W2785060548", + "https://openalex.org/W2785434749", + "https://openalex.org/W2786956473", + "https://openalex.org/W2787894218", + "https://openalex.org/W2789575256", + "https://openalex.org/W2790939418", + "https://openalex.org/W2790960441", + "https://openalex.org/W2792351009", + "https://openalex.org/W2792521034", + "https://openalex.org/W2793186536", + "https://openalex.org/W2793847568", + "https://openalex.org/W2794749944", + "https://openalex.org/W2794792904", + "https://openalex.org/W2796365074", + "https://openalex.org/W2800722845", + "https://openalex.org/W2801870733", + "https://openalex.org/W2802513623", + "https://openalex.org/W2803328959", + "https://openalex.org/W2804333359", + "https://openalex.org/W2804431384", + "https://openalex.org/W2804529100", + "https://openalex.org/W2804765537", + "https://openalex.org/W2805504266", + "https://openalex.org/W2806173046", + "https://openalex.org/W2806275814", + "https://openalex.org/W2806393871", + "https://openalex.org/W2806681928", + "https://openalex.org/W2807070436", + "https://openalex.org/W2807471255", + "https://openalex.org/W2807890728", + "https://openalex.org/W2808433588", + "https://openalex.org/W2808651099", + "https://openalex.org/W2809409278", + "https://openalex.org/W2810294304", + "https://openalex.org/W2810643961", + "https://openalex.org/W2831812383", + "https://openalex.org/W2883021798", + "https://openalex.org/W2883578585", + "https://openalex.org/W2884430236", + "https://openalex.org/W2885048850", + "https://openalex.org/W2885427655", + "https://openalex.org/W2888296885", + "https://openalex.org/W2888395196", + "https://openalex.org/W2889393096", + "https://openalex.org/W2890177760", + "https://openalex.org/W2890641732", + "https://openalex.org/W2890910436", + "https://openalex.org/W2891365537", + "https://openalex.org/W2894543465", + "https://openalex.org/W2896311968", + "https://openalex.org/W2896731862", + "https://openalex.org/W2899133278", + "https://openalex.org/W2899771611", + "https://openalex.org/W2901005646", + "https://openalex.org/W2902687791", + "https://openalex.org/W2902914368", + "https://openalex.org/W2903284152", + "https://openalex.org/W2903483166", + "https://openalex.org/W2911964244", + "https://openalex.org/W2913390193", + "https://openalex.org/W2919115771", + "https://openalex.org/W2922185717", + "https://openalex.org/W2949095042", + "https://openalex.org/W2949117887", + "https://openalex.org/W2949415003", + "https://openalex.org/W2949536823", + "https://openalex.org/W2950898568", + "https://openalex.org/W2952254971", + "https://openalex.org/W2962778515", + "https://openalex.org/W2962790223", + "https://openalex.org/W2962858756", + "https://openalex.org/W2963073614", + "https://openalex.org/W2963169277", + "https://openalex.org/W2963470893", + "https://openalex.org/W2963613996", + "https://openalex.org/W2963657244", + "https://openalex.org/W2963807552", + "https://openalex.org/W2963923030", + "https://openalex.org/W2964332384", + "https://openalex.org/W2971890617", + "https://openalex.org/W2976720228", + "https://openalex.org/W2998779578", + "https://openalex.org/W3036192984", + "https://openalex.org/W3098179186", + "https://openalex.org/W3098181309", + "https://openalex.org/W3098539674", + "https://openalex.org/W3098905070", + "https://openalex.org/W3099030566", + "https://openalex.org/W3099108283", + "https://openalex.org/W3099152177", + "https://openalex.org/W3099236691", + "https://openalex.org/W3099563879", + "https://openalex.org/W3099756651", + "https://openalex.org/W3099803468", + "https://openalex.org/W3099950071", + "https://openalex.org/W3100015175", + "https://openalex.org/W3100157108", + "https://openalex.org/W3100559197", + "https://openalex.org/W3100710928", + "https://openalex.org/W3100824689", + "https://openalex.org/W3101510464", + "https://openalex.org/W3101568640", + "https://openalex.org/W3101728438", + "https://openalex.org/W3101883705", + "https://openalex.org/W3102449990", + "https://openalex.org/W3102617294", + "https://openalex.org/W3102656154", + "https://openalex.org/W3102797483", + "https://openalex.org/W3103128256", + "https://openalex.org/W3103297471", + "https://openalex.org/W3103421232", + "https://openalex.org/W3103584381", + "https://openalex.org/W3103699203", + "https://openalex.org/W3104257088", + "https://openalex.org/W3104644561", + "https://openalex.org/W3105187533", + "https://openalex.org/W3105535058", + "https://openalex.org/W3105658368", + "https://openalex.org/W3106384232", + "https://openalex.org/W3106419168", + "https://openalex.org/W3138819813", + "https://openalex.org/W3145506661", + "https://openalex.org/W3188900288", + "https://openalex.org/W4206212643", + "https://openalex.org/W4211049957", + "https://openalex.org/W4214765890", + "https://openalex.org/W4229646010", + "https://openalex.org/W4230189600", + "https://openalex.org/W4238812661", + "https://openalex.org/W4239664769", + "https://openalex.org/W4244412880", + "https://openalex.org/W4245176872", + "https://openalex.org/W4249528159", + "https://openalex.org/W4251461630", + "https://openalex.org/W4254688476", + "https://openalex.org/W4256669726", + "https://openalex.org/W4300263211", + "https://openalex.org/W4302799641", + "https://openalex.org/W6679121739", + "https://openalex.org/W6704559304", + "https://openalex.org/W6756040250" + ], + "related_works": [ + "https://openalex.org/W2905433371", + "https://openalex.org/W4390569940", + "https://openalex.org/W4361193272", + "https://openalex.org/W4310278675", + "https://openalex.org/W4388422664", + "https://openalex.org/W2806259446", + "https://openalex.org/W1986582023", + "https://openalex.org/W2883749686", + "https://openalex.org/W2966829450", + "https://openalex.org/W4315864862" + ], + "abstract_inverted_index": { + "Abstract": [ + 0 + ], + "One": [ + 1 + ], + "of": [ + 2, + 22, + 31, + 47, + 65, + 94, + 102, + 108, + 127, + 153, + 162, + 178 + ], + "the": [ + 3, + 10, + 66, + 92, + 100, + 106, + 125, + 146, + 160, + 164, + 175 + ], + "most": [ + 4, + 67 + ], + "exciting": [ + 5 + ], + "tools": [ + 6 + ], + "that": [ + 7, + 49 + ], + "have": [ + 8 + ], + "entered": [ + 9 + ], + "material": [ + 11 + ], + "science": [ + 12 + ], + "toolbox": [ + 13 + ], + "in": [ + 14, + 70, + 86, + 116, + 183, + 197 + ], + "recent": [ + 15, + 68 + ], + "years": [ + 16 + ], + "is": [ + 17 + ], + "machine": [ + 18, + 53, + 79, + 96, + 131, + 169 + ], + "learning.": [ + 19, + 132 + ], + "This": [ + 20 + ], + "collection": [ + 21 + ], + "statistical": [ + 23 + ], + "methods": [ + 24, + 129 + ], + "has": [ + 25 + ], + "already": [ + 26 + ], + "proved": [ + 27 + ], + "to": [ + 28, + 55, + 144 + ], + "be": [ + 29, + 142 + ], + "capable": [ + 30 + ], + "considerably": [ + 32 + ], + "speeding": [ + 33 + ], + "up": [ + 34 + ], + "both": [ + 35 + ], + "fundamental": [ + 36 + ], + "and": [ + 37, + 51, + 63, + 84, + 105, + 121, + 138, + 150, + 163, + 180, + 190 + ], + "applied": [ + 38, + 143 + ], + "research.": [ + 39 + ], + "At": [ + 40 + ], + "present,": [ + 41 + ], + "we": [ + 42, + 77, + 113, + 187 + ], + "are": [ + 43, + 158 + ], + "witnessing": [ + 44 + ], + "an": [ + 45 + ], + "explosion": [ + 46 + ], + "works": [ + 48 + ], + "develop": [ + 50 + ], + "apply": [ + 52 + ], + "learning": [ + 54, + 80, + 97, + 137, + 170 + ], + "solid-state": [ + 56 + ], + "systems.": [ + 57 + ], + "We": [ + 58, + 89, + 133, + 172 + ], + "provide": [ + 59 + ], + "a": [ + 60, + 74 + ], + "comprehensive": [ + 61 + ], + "overview": [ + 62 + ], + "analysis": [ + 64 + ], + "research": [ + 69, + 115, + 192 + ], + "this": [ + 71 + ], + "topic.": [ + 72 + ], + "As": [ + 73 + ], + "starting": [ + 75 + ], + "point,": [ + 76 + ], + "introduce": [ + 78 + ], + "principles,": [ + 81 + ], + "algorithms,": [ + 82 + ], + "descriptors,": [ + 83 + ], + "databases": [ + 85 + ], + "materials": [ + 87, + 104, + 184, + 199 + ], + "science.": [ + 88, + 185, + 200 + ], + "continue": [ + 90 + ], + "with": [ + 91 + ], + "description": [ + 93 + ], + "different": [ + 95, + 176 + ], + "approaches": [ + 98, + 123 + ], + "for": [ + 99, + 124, + 194 + ], + "discovery": [ + 101 + ], + "stable": [ + 103 + ], + "prediction": [ + 107 + ], + "their": [ + 109, + 181 + ], + "crystal": [ + 110 + ], + "structure.": [ + 111 + ], + "Then": [ + 112 + ], + "discuss": [ + 114 + ], + "numerous": [ + 117 + ], + "quantitative": [ + 118 + ], + "structure–property": [ + 119 + ], + "relationships": [ + 120 + ], + "various": [ + 122, + 195 + ], + "replacement": [ + 126 + ], + "first-principle": [ + 128 + ], + "by": [ + 130 + ], + "review": [ + 134 + ], + "how": [ + 135 + ], + "active": [ + 136 + ], + "surrogate-based": [ + 139 + ], + "optimization": [ + 140 + ], + "can": [ + 141 + ], + "improve": [ + 145 + ], + "rational": [ + 147 + ], + "design": [ + 148 + ], + "process": [ + 149 + ], + "related": [ + 151 + ], + "examples": [ + 152 + ], + "applications.": [ + 154 + ], + "Two": [ + 155 + ], + "major": [ + 156 + ], + "questions": [ + 157 + ], + "always": [ + 159 + ], + "interpretability": [ + 161, + 179 + ], + "physical": [ + 165 + ], + "understanding": [ + 166 + ], + "gained": [ + 167 + ], + "from": [ + 168 + ], + "models.": [ + 171 + ], + "consider": [ + 173 + ], + "therefore": [ + 174 + ], + "facets": [ + 177 + ], + "importance": [ + 182 + ], + "Finally,": [ + 186 + ], + "propose": [ + 188 + ], + "solutions": [ + 189 + ], + "future": [ + 191 + ], + "paths": [ + 193 + ], + "challenges": [ + 196 + ], + "computational": [ + 198 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 152 + }, + { + "year": 2025, + "cited_by_count": 356 + }, + { + "year": 2024, + "cited_by_count": 379 + }, + { + "year": 2023, + "cited_by_count": 392 + }, + { + "year": 2022, + "cited_by_count": 452 + }, + { + "year": 2021, + "cited_by_count": 400 + }, + { + "year": 2020, + "cited_by_count": 223 + }, + { + "year": 2019, + "cited_by_count": 10 + }, + { + "year": 2018, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-28T09:10:13.091523", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2910705748", + "doi": "https://doi.org/10.1073/pnas.1900654116", + "title": "Definitions, methods, and applications in interpretable machine learning", + "display_name": "Definitions, methods, and applications in interpretable machine learning", + "relevance_score": 2997.7166, + "publication_year": 2019, + "publication_date": "2019-10-16", + "ids": { + "openalex": "https://openalex.org/W2910705748", + "doi": "https://doi.org/10.1073/pnas.1900654116", + "mag": "2910705748", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/31619572" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1073/pnas.1900654116", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1073/pnas.1900654116", + "pdf_url": "https://www.pnas.org/content/pnas/116/44/22071.full.pdf", + "source": { + "id": "https://openalex.org/S125754415", + "display_name": "Proceedings of the National Academy of Sciences", + "issn_l": "0027-8424", + "issn": [ + "0027-8424", + "1091-6490" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320052", + "host_organization_name": "National Academy of Sciences", + "host_organization_lineage": [ + "https://openalex.org/P4310320052" + ], + "host_organization_lineage_names": [ + "National Academy of Sciences" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Proceedings of the National Academy of Sciences", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "arxiv", + "crossref", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "bronze", + "oa_url": "https://www.pnas.org/content/pnas/116/44/22071.full.pdf", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5057838960", + "display_name": "William J. Murdoch", + "orcid": "https://orcid.org/0009-0009-7610-5187" + }, + "institutions": [ + { + "id": "https://openalex.org/I95457486", + "display_name": "University of California, Berkeley", + "ror": "https://ror.org/01an7q238", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I95457486" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "W. James Murdoch", + "raw_affiliation_strings": [ + "Statistics Department, University of California, Berkeley, CA 94720;" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Statistics Department, University of California, Berkeley, CA 94720;", + "institution_ids": [ + "https://openalex.org/I95457486" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5017514239", + "display_name": "Chandan Singh", + "orcid": "https://orcid.org/0000-0003-0318-2340" + }, + "institutions": [ + { + "id": "https://openalex.org/I95457486", + "display_name": "University of California, Berkeley", + "ror": "https://ror.org/01an7q238", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I95457486" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Chandan Singh", + "raw_affiliation_strings": [ + "Electrical Engineering and Computer Science Department, University of California, Berkeley, CA 94720;" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Electrical Engineering and Computer Science Department, University of California, Berkeley, CA 94720;", + "institution_ids": [ + "https://openalex.org/I95457486" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5013534934", + "display_name": "Karl Kumbier", + "orcid": "https://orcid.org/0000-0001-6521-1173" + }, + "institutions": [ + { + "id": "https://openalex.org/I95457486", + "display_name": "University of California, Berkeley", + "ror": "https://ror.org/01an7q238", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I95457486" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Karl Kumbier", + "raw_affiliation_strings": [ + "Statistics Department, University of California, Berkeley, CA 94720;" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Statistics Department, University of California, Berkeley, CA 94720;", + "institution_ids": [ + "https://openalex.org/I95457486" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5029714016", + "display_name": "Reza Abbasi-Asl", + "orcid": "https://orcid.org/0000-0001-7824-4628" + }, + "institutions": [ + { + "id": "https://openalex.org/I1314596251", + "display_name": "Allen Institute for Brain Science", + "ror": "https://ror.org/00dcv1019", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I1314596251", + "https://openalex.org/I4210140341" + ] + }, + { + "id": "https://openalex.org/I180670191", + "display_name": "University of California, San Francisco", + "ror": "https://ror.org/043mz5j54", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I180670191" + ] + }, + { + "id": "https://openalex.org/I4210140341", + "display_name": "Allen Institute", + "ror": "https://ror.org/03cpe7c52", + "country_code": "US", + "type": "nonprofit", + "lineage": [ + "https://openalex.org/I4210140341" + ] + }, + { + "id": "https://openalex.org/I95457486", + "display_name": "University of California, Berkeley", + "ror": "https://ror.org/01an7q238", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I95457486" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Reza Abbasi-Asl", + "raw_affiliation_strings": [ + "Allen Institute for Brain Science, Seattle, WA 98109", + "Department of Neurology, University of California, San Francisco, CA 94158;", + "Electrical Engineering and Computer Science Department, University of California, Berkeley, CA 94720;", + "Department of Neurology, University of California, San Francisco, CA 94158; and" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Allen Institute for Brain Science, Seattle, WA 98109", + "institution_ids": [ + "https://openalex.org/I4210140341", + "https://openalex.org/I1314596251" + ] + }, + { + "raw_affiliation_string": "Department of Neurology, University of California, San Francisco, CA 94158;", + "institution_ids": [ + "https://openalex.org/I180670191" + ] + }, + { + "raw_affiliation_string": "Electrical Engineering and Computer Science Department, University of California, Berkeley, CA 94720;", + "institution_ids": [ + "https://openalex.org/I95457486" + ] + }, + { + "raw_affiliation_string": "Department of Neurology, University of California, San Francisco, CA 94158; and", + "institution_ids": [ + "https://openalex.org/I180670191" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5100646137", + "display_name": "Bin Yu", + "orcid": "https://orcid.org/0000-0002-8888-4060" + }, + "institutions": [ + { + "id": "https://openalex.org/I95457486", + "display_name": "University of California, Berkeley", + "ror": "https://ror.org/01an7q238", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I95457486" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Bin Yu", + "raw_affiliation_strings": [ + "Electrical Engineering and Computer Science Department, University of California, Berkeley, CA 94720;", + "Statistics Department, University of California, Berkeley, CA 94720;" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Electrical Engineering and Computer Science Department, University of California, Berkeley, CA 94720;", + "institution_ids": [ + "https://openalex.org/I95457486" + ] + }, + { + "raw_affiliation_string": "Statistics Department, University of California, Berkeley, CA 94720;", + "institution_ids": [ + "https://openalex.org/I95457486" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 5, + "corresponding_author_ids": [ + "https://openalex.org/A5100646137" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I95457486" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 116.6663, + "has_fulltext": true, + "cited_by_count": 2050, + "citation_normalized_percentile": { + "value": 0.99969336, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "116", + "issue": "44", + "first_page": "22071", + "last_page": "22080" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12026", + "display_name": "Explainable Artificial Intelligence (XAI)", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12026", + "display_name": "Explainable Artificial Intelligence (XAI)", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11689", + "display_name": "Adversarial Robustness in Machine Learning", + "score": 0.9951000213623047, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9890999794006348, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/interpretability", + "display_name": "Interpretability", + "score": 0.9390578269958496 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7489986419677734 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6651195883750916 + }, + { + "id": "https://openalex.org/keywords/categorization", + "display_name": "Categorization", + "score": 0.6388148069381714 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6340200901031494 + }, + { + "id": "https://openalex.org/keywords/context", + "display_name": "Context (archaeology)", + "score": 0.6267019510269165 + }, + { + "id": "https://openalex.org/keywords/interpretation", + "display_name": "Interpretation (philosophy)", + "score": 0.6191895604133606 + }, + { + "id": "https://openalex.org/keywords/modularity", + "display_name": "Modularity (biology)", + "score": 0.5174987316131592 + }, + { + "id": "https://openalex.org/keywords/vocabulary", + "display_name": "Vocabulary", + "score": 0.4941387474536896 + }, + { + "id": "https://openalex.org/keywords/data-science", + "display_name": "Data science", + "score": 0.4534083902835846 + }, + { + "id": "https://openalex.org/keywords/focus", + "display_name": "Focus (optics)", + "score": 0.411584734916687 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2781067378", + "wikidata": "https://www.wikidata.org/wiki/Q17027399", + "display_name": "Interpretability", + "level": 2, + "score": 0.9390578269958496 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7489986419677734 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6651195883750916 + }, + { + "id": "https://openalex.org/C94124525", + "wikidata": "https://www.wikidata.org/wiki/Q912550", + "display_name": "Categorization", + "level": 2, + "score": 0.6388148069381714 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6340200901031494 + }, + { + "id": "https://openalex.org/C2779343474", + "wikidata": "https://www.wikidata.org/wiki/Q3109175", + "display_name": "Context (archaeology)", + "level": 2, + "score": 0.6267019510269165 + }, + { + "id": "https://openalex.org/C527412718", + "wikidata": "https://www.wikidata.org/wiki/Q855395", + "display_name": "Interpretation (philosophy)", + "level": 2, + "score": 0.6191895604133606 + }, + { + "id": "https://openalex.org/C2779478453", + "wikidata": "https://www.wikidata.org/wiki/Q6889748", + "display_name": "Modularity (biology)", + "level": 2, + "score": 0.5174987316131592 + }, + { + "id": "https://openalex.org/C2777601683", + "wikidata": "https://www.wikidata.org/wiki/Q6499736", + "display_name": "Vocabulary", + "level": 2, + "score": 0.4941387474536896 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.4534083902835846 + }, + { + "id": "https://openalex.org/C192209626", + "wikidata": "https://www.wikidata.org/wiki/Q190909", + "display_name": "Focus (optics)", + "level": 2, + "score": 0.411584734916687 + }, + { + "id": "https://openalex.org/C151730666", + "wikidata": "https://www.wikidata.org/wiki/Q7205", + "display_name": "Paleontology", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C120665830", + "wikidata": "https://www.wikidata.org/wiki/Q14620", + "display_name": "Optics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C54355233", + "wikidata": "https://www.wikidata.org/wiki/Q7162", + "display_name": "Genetics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C41895202", + "wikidata": "https://www.wikidata.org/wiki/Q8162", + "display_name": "Linguistics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C138885662", + "wikidata": "https://www.wikidata.org/wiki/Q5891", + "display_name": "Philosophy", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C86803240", + "wikidata": "https://www.wikidata.org/wiki/Q420", + "display_name": "Biology", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C121332964", + "wikidata": "https://www.wikidata.org/wiki/Q413", + "display_name": "Physics", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 7, + "locations": [ + { + "id": "doi:10.1073/pnas.1900654116", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1073/pnas.1900654116", + "pdf_url": "https://www.pnas.org/content/pnas/116/44/22071.full.pdf", + "source": { + "id": "https://openalex.org/S125754415", + "display_name": "Proceedings of the National Academy of Sciences", + "issn_l": "0027-8424", + "issn": [ + "0027-8424", + "1091-6490" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320052", + "host_organization_name": "National Academy of Sciences", + "host_organization_lineage": [ + "https://openalex.org/P4310320052" + ], + "host_organization_lineage_names": [ + "National Academy of Sciences" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Proceedings of the National Academy of Sciences", + "raw_type": "journal-article" + }, + { + "id": "pmid:31619572", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/31619572", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Proceedings of the National Academy of Sciences of the United States of America", + "raw_type": null + }, + { + "id": "pmh:oai:arXiv.org:1901.04592", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1901.04592", + "pdf_url": "https://arxiv.org/pdf/1901.04592", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:osti.gov:1633246", + "is_oa": true, + "landing_page_url": "https://www.osti.gov/biblio/1633246", + "pdf_url": "https://www.osti.gov/servlets/purl/1633246", + "source": { + "id": "https://openalex.org/S4306402487", + "display_name": "OSTI OAI (U.S. Department of Energy Office of Scientific and Technical Information)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I139351228", + "host_organization_name": "Office of Scientific and Technical Information", + "host_organization_lineage": [ + "https://openalex.org/I139351228" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": null + }, + { + "id": "pmh:ark:/13030/qt13x9q01k", + "is_oa": false, + "landing_page_url": null, + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": null + }, + { + "id": "pmh:oai:escholarship.org/ark:/13030/qt13x9q01k", + "is_oa": false, + "landing_page_url": "https://escholarship.org/uc/item/13x9q01k", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400115", + "display_name": "eScholarship (California Digital Library)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I2801248553", + "host_organization_name": "California Digital Library", + "host_organization_lineage": [ + "https://openalex.org/I2801248553" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Proceedings of the National Academy of Sciences of the United States of America, vol 116, iss 44", + "raw_type": "article" + }, + { + "id": "pmh:oai:europepmc.org:6105936", + "is_oa": false, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/6825274", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400806", + "display_name": "Europe PMC (PubMed Central)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1303153112", + "host_organization_name": "European Bioinformatics Institute", + "host_organization_lineage": [ + "https://openalex.org/I1303153112" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "Text" + } + ], + "best_oa_location": { + "id": "doi:10.1073/pnas.1900654116", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1073/pnas.1900654116", + "pdf_url": "https://www.pnas.org/content/pnas/116/44/22071.full.pdf", + "source": { + "id": "https://openalex.org/S125754415", + "display_name": "Proceedings of the National Academy of Sciences", + "issn_l": "0027-8424", + "issn": [ + "0027-8424", + "1091-6490" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320052", + "host_organization_name": "National Academy of Sciences", + "host_organization_lineage": [ + "https://openalex.org/P4310320052" + ], + "host_organization_lineage_names": [ + "National Academy of Sciences" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Proceedings of the National Academy of Sciences", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [ + { + "display_name": "Quality Education", + "score": 0.7599999904632568, + "id": "https://metadata.un.org/sdg/4" + } + ], + "awards": [ + { + "id": "https://openalex.org/G1490606517", + "display_name": null, + "funder_award_id": "N00014-16-1-2664", + "funder_id": "https://openalex.org/F4320337345", + "funder_display_name": "Office of Naval Research" + }, + { + "id": "https://openalex.org/G1739869781", + "display_name": null, + "funder_award_id": "CCF-0939370", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G4776703908", + "display_name": null, + "funder_award_id": "CGSD3-487534-2016", + "funder_id": "https://openalex.org/F4320334593", + "funder_display_name": "Natural Sciences and Engineering Research Council of Canada" + }, + { + "id": "https://openalex.org/G5202753860", + "display_name": "Canonical Linear Methods and Hierarchical Non-Linear Methods in High-Dimensional Statistics", + "funder_award_id": "1613002", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G6244900323", + "display_name": null, + "funder_award_id": "0939370", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G7379344686", + "display_name": null, + "funder_award_id": "1741340", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G7501964373", + "display_name": null, + "funder_award_id": "W911NF1710005", + "funder_id": "https://openalex.org/F4320338281", + "funder_display_name": "Army Research Office" + }, + { + "id": "https://openalex.org/G8170601752", + "display_name": null, + "funder_award_id": "IIS 1741340", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G8341606209", + "display_name": null, + "funder_award_id": "DMS-1613002", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G8876996369", + "display_name": null, + "funder_award_id": "N00014", + "funder_id": "https://openalex.org/F4320337345", + "funder_display_name": "Office of Naval Research" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320306076", + "display_name": "National Science Foundation", + "ror": "https://ror.org/021nxhr62" + }, + { + "id": "https://openalex.org/F4320334593", + "display_name": "Natural Sciences and Engineering Research Council of Canada", + "ror": "https://ror.org/01h531d29" + }, + { + "id": "https://openalex.org/F4320337345", + "display_name": "Office of Naval Research", + "ror": "https://ror.org/00rk2pe57" + }, + { + "id": "https://openalex.org/F4320338281", + "display_name": "Army Research Office", + "ror": "https://ror.org/05epdh915" + } + ], + "has_content": { + "pdf": true, + "grobid_xml": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W2910705748.pdf", + "grobid_xml": "https://content.openalex.org/works/W2910705748.grobid-xml" + }, + "referenced_works_count": 137, + "referenced_works": [ + "https://openalex.org/W11356396", + "https://openalex.org/W830575572", + "https://openalex.org/W1034019924", + "https://openalex.org/W1500693574", + "https://openalex.org/W1511986666", + "https://openalex.org/W1587026990", + "https://openalex.org/W1594031697", + "https://openalex.org/W1810028515", + "https://openalex.org/W1849277567", + "https://openalex.org/W1951216520", + "https://openalex.org/W1961953963", + "https://openalex.org/W1989968174", + "https://openalex.org/W1996796871", + "https://openalex.org/W2012712694", + "https://openalex.org/W2013511833", + "https://openalex.org/W2025341678", + "https://openalex.org/W2034637247", + "https://openalex.org/W2043175314", + "https://openalex.org/W2048231652", + "https://openalex.org/W2061939373", + "https://openalex.org/W2078977693", + "https://openalex.org/W2084341220", + "https://openalex.org/W2086396353", + "https://openalex.org/W2087448554", + "https://openalex.org/W2088286197", + "https://openalex.org/W2100960835", + "https://openalex.org/W2102636708", + "https://openalex.org/W2103780778", + "https://openalex.org/W2105464873", + "https://openalex.org/W2108384452", + "https://openalex.org/W2113882472", + "https://openalex.org/W2118022153", + "https://openalex.org/W2119858020", + "https://openalex.org/W2123045220", + "https://openalex.org/W2128659236", + "https://openalex.org/W2135046866", + "https://openalex.org/W2143481518", + "https://openalex.org/W2145860152", + "https://openalex.org/W2148694408", + "https://openalex.org/W2150165932", + "https://openalex.org/W2153332911", + "https://openalex.org/W2157355630", + "https://openalex.org/W2158196600", + "https://openalex.org/W2161969291", + "https://openalex.org/W2166163519", + "https://openalex.org/W2169053895", + "https://openalex.org/W2270785838", + "https://openalex.org/W2282821441", + "https://openalex.org/W2315452447", + "https://openalex.org/W2342249984", + "https://openalex.org/W2346578521", + "https://openalex.org/W2464516813", + "https://openalex.org/W2472803348", + "https://openalex.org/W2493343568", + "https://openalex.org/W2502949459", + "https://openalex.org/W2510508396", + "https://openalex.org/W2516809705", + "https://openalex.org/W2530010084", + "https://openalex.org/W2530395818", + "https://openalex.org/W2559655401", + "https://openalex.org/W2587529872", + "https://openalex.org/W2590082389", + "https://openalex.org/W2592895748", + "https://openalex.org/W2592929672", + "https://openalex.org/W2594633041", + "https://openalex.org/W2597603852", + "https://openalex.org/W2604526796", + "https://openalex.org/W2612690371", + "https://openalex.org/W2618851150", + "https://openalex.org/W2619351609", + "https://openalex.org/W2619444510", + "https://openalex.org/W2731142262", + "https://openalex.org/W2739349903", + "https://openalex.org/W2742591084", + "https://openalex.org/W2752194699", + "https://openalex.org/W2769421449", + "https://openalex.org/W2782630856", + "https://openalex.org/W2785184350", + "https://openalex.org/W2785760873", + "https://openalex.org/W2786715987", + "https://openalex.org/W2787070805", + "https://openalex.org/W2793165286", + "https://openalex.org/W2793277523", + "https://openalex.org/W2795431618", + "https://openalex.org/W2803354268", + "https://openalex.org/W2807015674", + "https://openalex.org/W2808315098", + "https://openalex.org/W2891612330", + "https://openalex.org/W2896089889", + "https://openalex.org/W2900404061", + "https://openalex.org/W2901939789", + "https://openalex.org/W2903768344", + "https://openalex.org/W2911964244", + "https://openalex.org/W2945800295", + "https://openalex.org/W2945976633", + "https://openalex.org/W2952354376", + "https://openalex.org/W2962772482", + "https://openalex.org/W2962862931", + "https://openalex.org/W2962883557", + "https://openalex.org/W2963016445", + "https://openalex.org/W2963029978", + "https://openalex.org/W2963233086", + "https://openalex.org/W2963382180", + "https://openalex.org/W2963424533", + "https://openalex.org/W2963715038", + "https://openalex.org/W2963798744", + "https://openalex.org/W2964118342", + "https://openalex.org/W2964159526", + "https://openalex.org/W3085162807", + "https://openalex.org/W3098232790", + "https://openalex.org/W3102564565", + "https://openalex.org/W3124792046", + "https://openalex.org/W3150635270", + "https://openalex.org/W3150893739", + "https://openalex.org/W4212774754", + "https://openalex.org/W4229494842", + "https://openalex.org/W4230605228", + "https://openalex.org/W4230742466", + "https://openalex.org/W4236697647", + "https://openalex.org/W4236965008", + "https://openalex.org/W4237723258", + "https://openalex.org/W4254687493", + "https://openalex.org/W4255332246", + "https://openalex.org/W4255405844", + "https://openalex.org/W4292023222", + "https://openalex.org/W4293861706", + "https://openalex.org/W4295313945", + "https://openalex.org/W4299408792", + "https://openalex.org/W4300756893", + "https://openalex.org/W4309520320", + "https://openalex.org/W4399576166", + "https://openalex.org/W6684823039", + "https://openalex.org/W6716358881", + "https://openalex.org/W6728551298", + "https://openalex.org/W6734194636", + "https://openalex.org/W6754669440", + "https://openalex.org/W6982728064" + ], + "related_works": [ + "https://openalex.org/W2905433371", + "https://openalex.org/W2888392564", + "https://openalex.org/W4310278675", + "https://openalex.org/W4388422664", + "https://openalex.org/W4390569940", + "https://openalex.org/W4361193272", + "https://openalex.org/W2963326959", + "https://openalex.org/W4388685194", + "https://openalex.org/W4312407344", + "https://openalex.org/W2894289927" + ], + "abstract_inverted_index": { + "Machine-learning": [ + 0 + ], + "models": [ + 1, + 23 + ], + "have": [ + 2 + ], + "demonstrated": [ + 3 + ], + "great": [ + 4 + ], + "success": [ + 5 + ], + "in": [ + 6, + 90, + 189 + ], + "learning": [ + 7, + 95 + ], + "complex": [ + 8 + ], + "patterns": [ + 9 + ], + "that": [ + 10, + 211, + 219 + ], + "enable": [ + 11 + ], + "them": [ + 12 + ], + "to": [ + 13, + 21, + 28, + 48, + 78, + 83, + 126, + 131, + 168, + 229 + ], + "make": [ + 14, + 221 + ], + "predictions": [ + 15 + ], + "about": [ + 16, + 51 + ], + "unobserved": [ + 17 + ], + "data.": [ + 18 + ], + "In": [ + 19, + 56 + ], + "addition": [ + 20 + ], + "using": [ + 22 + ], + "for": [ + 24, + 104, + 114, + 206, + 224 + ], + "prediction,": [ + 25 + ], + "the": [ + 26, + 52, + 62, + 91, + 98, + 134, + 165, + 181, + 234 + ], + "ability": [ + 27 + ], + "interpret": [ + 29 + ], + "what": [ + 30, + 72 + ], + "a": [ + 31, + 127, + 141, + 216 + ], + "model": [ + 32 + ], + "has": [ + 33, + 46 + ], + "learned": [ + 34 + ], + "is": [ + 35, + 59 + ], + "receiving": [ + 36 + ], + "an": [ + 37 + ], + "increasing": [ + 38 + ], + "amount": [ + 39 + ], + "of": [ + 40, + 54, + 65, + 93, + 136, + 143, + 191, + 201, + 237 + ], + "attention.": [ + 41 + ], + "However,": [ + 42 + ], + "this": [ + 43, + 212 + ], + "increased": [ + 44 + ], + "focus": [ + 45 + ], + "led": [ + 47 + ], + "considerable": [ + 49 + ], + "confusion": [ + 50 + ], + "notion": [ + 53 + ], + "interpretability.": [ + 55, + 192 + ], + "particular,": [ + 57 + ], + "it": [ + 58, + 222 + ], + "unclear": [ + 60 + ], + "how": [ + 61, + 161 + ], + "wide": [ + 63 + ], + "array": [ + 64 + ], + "proposed": [ + 66 + ], + "interpretation": [ + 67, + 137, + 238 + ], + "methods": [ + 68, + 203 + ], + "are": [ + 69 + ], + "related": [ + 70 + ], + "and": [ + 71, + 96, + 120, + 148, + 157, + 170, + 204, + 227, + 231 + ], + "common": [ + 73, + 217 + ], + "concepts": [ + 74 + ], + "can": [ + 75, + 163 + ], + "be": [ + 76 + ], + "used": [ + 77 + ], + "evaluate": [ + 79, + 169 + ], + "them.": [ + 80 + ], + "We": [ + 81, + 209 + ], + "aim": [ + 82 + ], + "address": [ + 84 + ], + "these": [ + 85 + ], + "concerns": [ + 86 + ], + "by": [ + 87, + 186 + ], + "defining": [ + 88 + ], + "interpretability": [ + 89 + ], + "context": [ + 92 + ], + "machine": [ + 94 + ], + "introducing": [ + 97 + ], + "predictive,": [ + 99 + ], + "descriptive,": [ + 100 + ], + "relevant": [ + 101 + ], + "(PDR)": [ + 102 + ], + "framework": [ + 103, + 109, + 167 + ], + "discussing": [ + 105 + ], + "interpretations.": [ + 106 + ], + "The": [ + 107 + ], + "PDR": [ + 108, + 166 + ], + "provides": [ + 110 + ], + "3": [ + 111 + ], + "overarching": [ + 112 + ], + "desiderata": [ + 113 + ], + "evaluation:": [ + 115 + ], + "predictive": [ + 116 + ], + "accuracy,": [ + 117, + 119 + ], + "descriptive": [ + 118 + ], + "relevancy,": [ + 121 + ], + "with": [ + 122, + 152 + ], + "relevancy": [ + 123 + ], + "judged": [ + 124 + ], + "relative": [ + 125 + ], + "human": [ + 128, + 187 + ], + "audience.": [ + 129 + ], + "Moreover,": [ + 130 + ], + "help": [ + 132 + ], + "manage": [ + 133 + ], + "deluge": [ + 135 + ], + "methods,": [ + 138 + ], + "we": [ + 139, + 173, + 198 + ], + "introduce": [ + 140 + ], + "categorization": [ + 142 + ], + "existing": [ + 144, + 202 + ], + "techniques": [ + 145 + ], + "into": [ + 146 + ], + "model-based": [ + 147 + ], + "post": [ + 149 + ], + "hoc": [ + 150 + ], + "categories,": [ + 151 + ], + "subgroups": [ + 153 + ], + "including": [ + 154 + ], + "sparsity,": [ + 155 + ], + "modularity,": [ + 156 + ], + "simulatability.": [ + 158 + ], + "To": [ + 159 + ], + "demonstrate": [ + 160 + ], + "practitioners": [ + 162, + 226 + ], + "use": [ + 164 + ], + "understand": [ + 171 + ], + "interpretations,": [ + 172 + ], + "provide": [ + 174, + 215 + ], + "numerous": [ + 175 + ], + "real-world": [ + 176 + ], + "examples.": [ + 177 + ], + "These": [ + 178 + ], + "examples": [ + 179 + ], + "highlight": [ + 180 + ], + "often": [ + 182 + ], + "underappreciated": [ + 183 + ], + "role": [ + 184 + ], + "played": [ + 185 + ], + "audiences": [ + 188 + ], + "discussions": [ + 190 + ], + "Finally,": [ + 193 + ], + "based": [ + 194 + ], + "on": [ + 195 + ], + "our": [ + 196 + ], + "framework,": [ + 197 + ], + "discuss": [ + 199, + 230 + ], + "limitations": [ + 200 + ], + "directions": [ + 205 + ], + "future": [ + 207 + ], + "work.": [ + 208 + ], + "hope": [ + 210 + ], + "work": [ + 213 + ], + "will": [ + 214, + 220 + ], + "vocabulary": [ + 218 + ], + "easier": [ + 223 + ], + "both": [ + 225 + ], + "researchers": [ + 228 + ], + "choose": [ + 232 + ], + "from": [ + 233 + ], + "full": [ + 235 + ], + "range": [ + 236 + ], + "methods.": [ + 239 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 135 + }, + { + "year": 2025, + "cited_by_count": 357 + }, + { + "year": 2024, + "cited_by_count": 384 + }, + { + "year": 2023, + "cited_by_count": 375 + }, + { + "year": 2022, + "cited_by_count": 317 + }, + { + "year": 2021, + "cited_by_count": 280 + }, + { + "year": 2020, + "cited_by_count": 161 + }, + { + "year": 2019, + "cited_by_count": 38 + }, + { + "year": 2018, + "cited_by_count": 2 + }, + { + "year": 2012, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2342408547", + "doi": "https://doi.org/10.1109/comst.2015.2494502", + "title": "A Survey of Data Mining and Machine Learning Methods for Cyber Security Intrusion Detection", + "display_name": "A Survey of Data Mining and Machine Learning Methods for Cyber Security Intrusion Detection", + "relevance_score": 2988.0178, + "publication_year": 2015, + "publication_date": "2015-10-26", + "ids": { + "openalex": "https://openalex.org/W2342408547", + "doi": "https://doi.org/10.1109/comst.2015.2494502", + "mag": "2342408547" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1109/comst.2015.2494502", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/comst.2015.2494502", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S23688054", + "display_name": "IEEE Communications Surveys & Tutorials", + "issn_l": "1553-877X", + "issn": [ + "1553-877X", + "2373-745X" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319808", + "host_organization_name": "Institute of Electrical and Electronics Engineers", + "host_organization_lineage": [ + "https://openalex.org/P4310319808" + ], + "host_organization_lineage_names": [ + "Institute of Electrical and Electronics Engineers" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IEEE Communications Surveys & Tutorials", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5036462876", + "display_name": "Anna L. Buczak", + "orcid": "https://orcid.org/0000-0002-4468-7719" + }, + "institutions": [ + { + "id": "https://openalex.org/I2802946424", + "display_name": "Johns Hopkins University Applied Physics Laboratory", + "ror": "https://ror.org/029pp9z10", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I145311948", + "https://openalex.org/I2802946424" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Anna L. Buczak", + "raw_affiliation_strings": [ + "The Johns Hopkins University Applied Physics Laboratory, Laurel, MD, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "The Johns Hopkins University Applied Physics Laboratory, Laurel, MD, USA", + "institution_ids": [ + "https://openalex.org/I2802946424" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5103648432", + "display_name": "Erhan Guven", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I2802946424", + "display_name": "Johns Hopkins University Applied Physics Laboratory", + "ror": "https://ror.org/029pp9z10", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I145311948", + "https://openalex.org/I2802946424" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Erhan Guven", + "raw_affiliation_strings": [ + "The Johns Hopkins University Applied Physics Laboratory, Laurel, MD, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "The Johns Hopkins University Applied Physics Laboratory, Laurel, MD, USA", + "institution_ids": [ + "https://openalex.org/I2802946424" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5036462876" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I2802946424" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 105.8793, + "has_fulltext": false, + "cited_by_count": 3023, + "citation_normalized_percentile": { + "value": 0.9998649, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "18", + "issue": "2", + "first_page": "1153", + "last_page": "1176" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10400", + "display_name": "Network Security and Intrusion Detection", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1705", + "display_name": "Computer Networks and Communications" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10400", + "display_name": "Network Security and Intrusion Detection", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1705", + "display_name": "Computer Networks and Communications" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11512", + "display_name": "Anomaly Detection Techniques and Applications", + "score": 0.9962999820709229, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11241", + "display_name": "Advanced Malware Detection Techniques", + "score": 0.9926999807357788, + "subfield": { + "id": "https://openalex.org/subfields/1711", + "display_name": "Signal Processing" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.8274868726730347 + }, + { + "id": "https://openalex.org/keywords/intrusion-detection-system", + "display_name": "Intrusion detection system", + "score": 0.7535451054573059 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.5479063391685486 + }, + { + "id": "https://openalex.org/keywords/relevance", + "display_name": "Relevance (law)", + "score": 0.5404182076454163 + }, + { + "id": "https://openalex.org/keywords/analytics", + "display_name": "Analytics", + "score": 0.47978121042251587 + }, + { + "id": "https://openalex.org/keywords/intrusion", + "display_name": "Intrusion", + "score": 0.44902172684669495 + }, + { + "id": "https://openalex.org/keywords/data-science", + "display_name": "Data science", + "score": 0.3901662826538086 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.34739550948143005 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.8274868726730347 + }, + { + "id": "https://openalex.org/C35525427", + "wikidata": "https://www.wikidata.org/wiki/Q745881", + "display_name": "Intrusion detection system", + "level": 2, + "score": 0.7535451054573059 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.5479063391685486 + }, + { + "id": "https://openalex.org/C158154518", + "wikidata": "https://www.wikidata.org/wiki/Q7310970", + "display_name": "Relevance (law)", + "level": 2, + "score": 0.5404182076454163 + }, + { + "id": "https://openalex.org/C79158427", + "wikidata": "https://www.wikidata.org/wiki/Q485396", + "display_name": "Analytics", + "level": 2, + "score": 0.47978121042251587 + }, + { + "id": "https://openalex.org/C158251709", + "wikidata": "https://www.wikidata.org/wiki/Q354025", + "display_name": "Intrusion", + "level": 2, + "score": 0.44902172684669495 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.3901662826538086 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.34739550948143005 + }, + { + "id": "https://openalex.org/C17744445", + "wikidata": "https://www.wikidata.org/wiki/Q36442", + "display_name": "Political science", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C127313418", + "wikidata": "https://www.wikidata.org/wiki/Q1069", + "display_name": "Geology", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C199539241", + "wikidata": "https://www.wikidata.org/wiki/Q7748", + "display_name": "Law", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C17409809", + "wikidata": "https://www.wikidata.org/wiki/Q161764", + "display_name": "Geochemistry", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1109/comst.2015.2494502", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/comst.2015.2494502", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S23688054", + "display_name": "IEEE Communications Surveys & Tutorials", + "issn_l": "1553-877X", + "issn": [ + "1553-877X", + "2373-745X" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319808", + "host_organization_name": "Institute of Electrical and Electronics Engineers", + "host_organization_lineage": [ + "https://openalex.org/P4310319808" + ], + "host_organization_lineage_names": [ + "Institute of Electrical and Electronics Engineers" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IEEE Communications Surveys & Tutorials", + "raw_type": "journal-article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 134, + "referenced_works": [ + "https://openalex.org/W4348436", + "https://openalex.org/W6091113", + "https://openalex.org/W49546894", + "https://openalex.org/W166342712", + "https://openalex.org/W1504694836", + "https://openalex.org/W1525180324", + "https://openalex.org/W1541288193", + "https://openalex.org/W1553696291", + "https://openalex.org/W1554891714", + "https://openalex.org/W1556024794", + "https://openalex.org/W1570448133", + "https://openalex.org/W1576185228", + "https://openalex.org/W1576660662", + "https://openalex.org/W1576818901", + "https://openalex.org/W1615454278", + "https://openalex.org/W1642161394", + "https://openalex.org/W1670263352", + "https://openalex.org/W1673310716", + "https://openalex.org/W1755360231", + "https://openalex.org/W1777713421", + "https://openalex.org/W1856750239", + "https://openalex.org/W1884606608", + "https://openalex.org/W1937068078", + "https://openalex.org/W1952056635", + "https://openalex.org/W1954903228", + "https://openalex.org/W1966809779", + "https://openalex.org/W1971751469", + "https://openalex.org/W1971784203", + "https://openalex.org/W1975791498", + "https://openalex.org/W1978779053", + "https://openalex.org/W1979877030", + "https://openalex.org/W1986334900", + "https://openalex.org/W1988741337", + "https://openalex.org/W1991237739", + "https://openalex.org/W1993717606", + "https://openalex.org/W1999427165", + "https://openalex.org/W2002016471", + "https://openalex.org/W2014712522", + "https://openalex.org/W2017528992", + "https://openalex.org/W2030553727", + "https://openalex.org/W2033626294", + "https://openalex.org/W2036959577", + "https://openalex.org/W2038819341", + "https://openalex.org/W2040870580", + "https://openalex.org/W2049633694", + "https://openalex.org/W2066664409", + "https://openalex.org/W2071221494", + "https://openalex.org/W2076384720", + "https://openalex.org/W2076526693", + "https://openalex.org/W2077574412", + "https://openalex.org/W2081707439", + "https://openalex.org/W2082550445", + "https://openalex.org/W2091576221", + "https://openalex.org/W2094138658", + "https://openalex.org/W2096118443", + "https://openalex.org/W2099940443", + "https://openalex.org/W2100024153", + "https://openalex.org/W2100537916", + "https://openalex.org/W2102201073", + "https://openalex.org/W2104593144", + "https://openalex.org/W2112076978", + "https://openalex.org/W2112090702", + "https://openalex.org/W2114996745", + "https://openalex.org/W2117707191", + "https://openalex.org/W2123619513", + "https://openalex.org/W2124261333", + "https://openalex.org/W2125055259", + "https://openalex.org/W2129018774", + "https://openalex.org/W2129879631", + "https://openalex.org/W2133941447", + "https://openalex.org/W2133990480", + "https://openalex.org/W2137983211", + "https://openalex.org/W2139212933", + "https://openalex.org/W2139669429", + "https://openalex.org/W2142384583", + "https://openalex.org/W2142889610", + "https://openalex.org/W2143893259", + "https://openalex.org/W2145052282", + "https://openalex.org/W2146082061", + "https://openalex.org/W2149706766", + "https://openalex.org/W2152195021", + "https://openalex.org/W2154929945", + "https://openalex.org/W2156909104", + "https://openalex.org/W2158454296", + "https://openalex.org/W2160598920", + "https://openalex.org/W2161302205", + "https://openalex.org/W2164576874", + "https://openalex.org/W2166275707", + "https://openalex.org/W2166559705", + "https://openalex.org/W2167917621", + "https://openalex.org/W2169654335", + "https://openalex.org/W2169768310", + "https://openalex.org/W2171331105", + "https://openalex.org/W2173213060", + "https://openalex.org/W2188268519", + "https://openalex.org/W2203709713", + "https://openalex.org/W2319660501", + "https://openalex.org/W2502697733", + "https://openalex.org/W2802348331", + "https://openalex.org/W2911964244", + "https://openalex.org/W2912565176", + "https://openalex.org/W3099514962", + "https://openalex.org/W3141738472", + "https://openalex.org/W3146803896", + "https://openalex.org/W3150719513", + "https://openalex.org/W3211952227", + "https://openalex.org/W4211007335", + "https://openalex.org/W4211064163", + "https://openalex.org/W4213332169", + "https://openalex.org/W4231918628", + "https://openalex.org/W4232872328", + "https://openalex.org/W4236137412", + "https://openalex.org/W4249991499", + "https://openalex.org/W4250857377", + "https://openalex.org/W4256360777", + "https://openalex.org/W4285719527", + "https://openalex.org/W4299670631", + "https://openalex.org/W6600247753", + "https://openalex.org/W6601962654", + "https://openalex.org/W6633310491", + "https://openalex.org/W6633402183", + "https://openalex.org/W6636895364", + "https://openalex.org/W6637131181", + "https://openalex.org/W6639223989", + "https://openalex.org/W6674887505", + "https://openalex.org/W6676769703", + "https://openalex.org/W6677572458", + "https://openalex.org/W6678524815", + "https://openalex.org/W6683882235", + "https://openalex.org/W6684325336", + "https://openalex.org/W6684920382", + "https://openalex.org/W6686806119", + "https://openalex.org/W6724329653", + "https://openalex.org/W7048738093" + ], + "related_works": [ + "https://openalex.org/W2357468538", + "https://openalex.org/W2085384747", + "https://openalex.org/W1577110157", + "https://openalex.org/W2106071040", + "https://openalex.org/W2088166309", + "https://openalex.org/W4312133475", + "https://openalex.org/W4238976562", + "https://openalex.org/W2276587472", + "https://openalex.org/W1835907303", + "https://openalex.org/W2133389611" + ], + "abstract_inverted_index": { + "This": [ + 0 + ], + "survey": [ + 1, + 7 + ], + "paper": [ + 2 + ], + "describes": [ + 3 + ], + "a": [ + 4, + 99 + ], + "focused": [ + 5 + ], + "literature": [ + 6 + ], + "of": [ + 8, + 22, + 28, + 38, + 43, + 76, + 82 + ], + "machine": [ + 9 + ], + "learning": [ + 10 + ], + "(ML)": [ + 11 + ], + "and": [ + 12, + 54, + 92 + ], + "data": [ + 13, + 57, + 67 + ], + "mining": [ + 14 + ], + "(DM)": [ + 15 + ], + "methods": [ + 16 + ], + "for": [ + 17, + 84, + 87 + ], + "cyber": [ + 18, + 66, + 88 + ], + "analytics": [ + 19 + ], + "in": [ + 20, + 61, + 70 + ], + "support": [ + 21 + ], + "intrusion": [ + 23 + ], + "detection.": [ + 24 + ], + "Short": [ + 25 + ], + "tutorial": [ + 26 + ], + "descriptions": [ + 27 + ], + "each": [ + 29, + 49 + ], + "ML/DM": [ + 30, + 62, + 71, + 77, + 86 + ], + "method": [ + 31, + 50, + 101 + ], + "are": [ + 32, + 58, + 72, + 102 + ], + "provided.": [ + 33, + 103 + ], + "Based": [ + 34 + ], + "on": [ + 35, + 95 + ], + "the": [ + 36, + 41 + ], + "number": [ + 37 + ], + "citations": [ + 39 + ], + "or": [ + 40 + ], + "relevance": [ + 42 + ], + "an": [ + 44 + ], + "emerging": [ + 45 + ], + "method,": [ + 46 + ], + "papers": [ + 47 + ], + "representing": [ + 48 + ], + "were": [ + 51 + ], + "identified,": [ + 52 + ], + "read,": [ + 53 + ], + "summarized.": [ + 55 + ], + "Because": [ + 56 + ], + "so": [ + 59 + ], + "important": [ + 60 + ], + "approaches,": [ + 63 + ], + "some": [ + 64, + 93 + ], + "well-known": [ + 65 + ], + "sets": [ + 68 + ], + "used": [ + 69 + ], + "described.": [ + 73 + ], + "The": [ + 74 + ], + "complexity": [ + 75 + ], + "algorithms": [ + 78 + ], + "is": [ + 79, + 90 + ], + "addressed,": [ + 80 + ], + "discussion": [ + 81 + ], + "challenges": [ + 83 + ], + "using": [ + 85 + ], + "security": [ + 89 + ], + "presented,": [ + 91 + ], + "recommendations": [ + 94 + ], + "when": [ + 96 + ], + "to": [ + 97 + ], + "use": [ + 98 + ], + "given": [ + 100 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 139 + }, + { + "year": 2025, + "cited_by_count": 371 + }, + { + "year": 2024, + "cited_by_count": 303 + }, + { + "year": 2023, + "cited_by_count": 326 + }, + { + "year": 2022, + "cited_by_count": 408 + }, + { + "year": 2021, + "cited_by_count": 454 + }, + { + "year": 2020, + "cited_by_count": 402 + }, + { + "year": 2019, + "cited_by_count": 317 + }, + { + "year": 2018, + "cited_by_count": 219 + }, + { + "year": 2017, + "cited_by_count": 72 + }, + { + "year": 2016, + "cited_by_count": 10 + }, + { + "year": 2015, + "cited_by_count": 1 + }, + { + "year": 2012, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W4213308398", + "doi": "https://doi.org/10.1007/978-3-030-05318-5", + "title": "Automated Machine Learning", + "display_name": "Automated Machine Learning", + "relevance_score": 2932.2896, + "publication_year": 2019, + "publication_date": "2019-01-01", + "ids": { + "openalex": "https://openalex.org/W4213308398", + "doi": "https://doi.org/10.1007/978-3-030-05318-5" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1007/978-3-030-05318-5", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1007/978-3-030-05318-5", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4210189751", + "display_name": "˜The œSpringer series on challenges in machine learning", + "issn_l": "2520-131X", + "issn": [ + "2520-131X", + "2520-1328" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319972", + "host_organization_name": "Springer International Publishing", + "host_organization_lineage": [ + "https://openalex.org/P4310319972", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "Springer International Publishing", + "Springer Nature" + ], + "type": "book series" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "The Springer Series on Challenges in Machine Learning", + "raw_type": "book" + }, + "type": "book", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "hybrid", + "oa_url": "https://doi.org/10.1007/978-3-030-05318-5", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5031002895", + "display_name": "Frank Hutter", + "orcid": "https://orcid.org/0000-0002-2037-3694" + }, + "institutions": [ + { + "id": "https://openalex.org/I161046081", + "display_name": "University of Freiburg", + "ror": "https://ror.org/0245cg223", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I161046081" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": true, + "raw_author_name": "Frank Hutter", + "raw_affiliation_strings": [ + "Department of Computer Science, University of Freiburg, Freiburg, Germany" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science, University of Freiburg, Freiburg, Germany", + "institution_ids": [ + "https://openalex.org/I161046081" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5032997049", + "display_name": "Lars Kotthoff", + "orcid": "https://orcid.org/0000-0003-4635-6873" + }, + "institutions": [ + { + "id": "https://openalex.org/I12834331", + "display_name": "University of Wyoming", + "ror": "https://ror.org/01485tq96", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I12834331" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Lars Kotthoff", + "raw_affiliation_strings": [ + "University of Wyoming, Laramie, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Wyoming, Laramie, USA", + "institution_ids": [ + "https://openalex.org/I12834331" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5016794035", + "display_name": "Joaquin Vanschoren", + "orcid": "https://orcid.org/0000-0001-7044-9805" + }, + "institutions": [ + { + "id": "https://openalex.org/I83019370", + "display_name": "Eindhoven University of Technology", + "ror": "https://ror.org/02c2kyt77", + "country_code": "NL", + "type": "education", + "lineage": [ + "https://openalex.org/I83019370" + ] + } + ], + "countries": [ + "NL" + ], + "is_corresponding": false, + "raw_author_name": "Joaquin Vanschoren", + "raw_affiliation_strings": [ + "Eindhoven University of Technology, Eindhoven, The Netherlands" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Eindhoven University of Technology, Eindhoven, The Netherlands", + "institution_ids": [ + "https://openalex.org/I83019370" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 3, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5031002895" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I161046081" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 76.3906, + "has_fulltext": true, + "cited_by_count": 1378, + "citation_normalized_percentile": { + "value": 0.99947479, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.32330000400543213, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.32330000400543213, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6049460172653198 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5378867983818054 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.4316948652267456 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6049460172653198 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5378867983818054 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.4316948652267456 + } + ], + "mesh": [], + "locations_count": 4, + "locations": [ + { + "id": "doi:10.1007/978-3-030-05318-5", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1007/978-3-030-05318-5", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4210189751", + "display_name": "˜The œSpringer series on challenges in machine learning", + "issn_l": "2520-131X", + "issn": [ + "2520-131X", + "2520-1328" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319972", + "host_organization_name": "Springer International Publishing", + "host_organization_lineage": [ + "https://openalex.org/P4310319972", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "Springer International Publishing", + "Springer Nature" + ], + "type": "book series" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "The Springer Series on Challenges in Machine Learning", + "raw_type": "book" + }, + { + "id": "pmh:tue:oai:pure.tue.nl:publications/14f00e7a-0861-477a-81f6-5b5c51f660f4", + "is_oa": true, + "landing_page_url": "https://research.tue.nl/nl/publications/14f00e7a-0861-477a-81f6-5b5c51f660f4", + "pdf_url": "https://research.tue.nl/nl/publications/14f00e7a-0861-477a-81f6-5b5c51f660f4", + "source": { + "id": "https://openalex.org/S4306401843", + "display_name": "Data Archiving and Networked Services (DANS)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1322597698", + "host_organization_name": "Royal Netherlands Academy of Arts and Sciences", + "host_organization_lineage": [ + "https://openalex.org/I1322597698" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "public-domain", + "license_id": "https://openalex.org/licenses/public-domain", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "info:eu-repo/semantics/book" + }, + { + "id": "pmh:oai:doab-books:43691", + "is_oa": true, + "landing_page_url": "http://www.oapen.org/download/?type=document&docid=1007149", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400539", + "display_name": "Directory of Open access Books (OAPEN Foundation)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by-nc-nd", + "license_id": "https://openalex.org/licenses/cc-by-nc-nd", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "book" + }, + { + "id": "pmh:oai:pure.tue.nl:publications/14f00e7a-0861-477a-81f6-5b5c51f660f4", + "is_oa": false, + "landing_page_url": "https://research.tue.nl/en/publications/14f00e7a-0861-477a-81f6-5b5c51f660f4", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4406922641", + "display_name": "TU/e Research Portal", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + } + ], + "best_oa_location": { + "id": "doi:10.1007/978-3-030-05318-5", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1007/978-3-030-05318-5", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4210189751", + "display_name": "˜The œSpringer series on challenges in machine learning", + "issn_l": "2520-131X", + "issn": [ + "2520-131X", + "2520-1328" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319972", + "host_organization_name": "Springer International Publishing", + "host_organization_lineage": [ + "https://openalex.org/P4310319972", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "Springer International Publishing", + "Springer Nature" + ], + "type": "book series" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "The Springer Series on Challenges in Machine Learning", + "raw_type": "book" + }, + "sustainable_development_goals": [], + "awards": [ + { + "id": "https://openalex.org/G6636476603", + "display_name": "Data-Driven Methods for Modelling and Optimizing the Empirical Performance of Deep Neural Networks", + "funder_award_id": "716721", + "funder_id": "https://openalex.org/F4320320300", + "funder_display_name": "European Commission" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320313934", + "display_name": "Institut national de recherche en informatique et en automatique (INRIA)", + "ror": "https://ror.org/02kvxyf05" + }, + { + "id": "https://openalex.org/F4320315803", + "display_name": "Centres de Recerca de Catalunya", + "ror": null + }, + { + "id": "https://openalex.org/F4320320300", + "display_name": "European Commission", + "ror": "https://ror.org/00k4n6c32" + }, + { + "id": "https://openalex.org/F4320320879", + "display_name": "Deutsche Forschungsgemeinschaft", + "ror": "https://ror.org/018mejw64" + }, + { + "id": "https://openalex.org/F4320321505", + "display_name": "Generalitat de Catalunya", + "ror": "https://ror.org/01bg62x04" + }, + { + "id": "https://openalex.org/F4320334593", + "display_name": "Natural Sciences and Engineering Research Council of Canada", + "ror": "https://ror.org/01h531d29" + }, + { + "id": "https://openalex.org/F4320336677", + "display_name": "BrainLinks-BrainTools", + "ror": null + } + ], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 463, + "referenced_works": [ + "https://openalex.org/W6908809", + "https://openalex.org/W24696228", + "https://openalex.org/W28412257", + "https://openalex.org/W41730657", + "https://openalex.org/W54639073", + "https://openalex.org/W60686164", + "https://openalex.org/W62188234", + "https://openalex.org/W76131926", + "https://openalex.org/W76331760", + "https://openalex.org/W85803853", + "https://openalex.org/W100047375", + "https://openalex.org/W114730584", + "https://openalex.org/W116375701", + "https://openalex.org/W122178443", + "https://openalex.org/W135104305", + "https://openalex.org/W138547447", + "https://openalex.org/W145519053", + "https://openalex.org/W148859753", + "https://openalex.org/W172742023", + "https://openalex.org/W174542576", + "https://openalex.org/W192975702", + "https://openalex.org/W198580638", + "https://openalex.org/W202805564", + "https://openalex.org/W202978992", + "https://openalex.org/W358897728", + "https://openalex.org/W603776396", + "https://openalex.org/W1165382972", + "https://openalex.org/W1471542436", + "https://openalex.org/W1480330138", + "https://openalex.org/W1484746829", + "https://openalex.org/W1488960379", + "https://openalex.org/W1491420040", + "https://openalex.org/W1494192115", + "https://openalex.org/W1494580925", + "https://openalex.org/W1500302649", + "https://openalex.org/W1501110974", + "https://openalex.org/W1503705371", + "https://openalex.org/W1507030697", + "https://openalex.org/W1512747601", + "https://openalex.org/W1516621661", + "https://openalex.org/W1519451279", + "https://openalex.org/W1520992199", + "https://openalex.org/W1522301498", + "https://openalex.org/W1528411633", + "https://openalex.org/W1533803232", + "https://openalex.org/W1534069108", + "https://openalex.org/W1534477342", + "https://openalex.org/W1535039099", + "https://openalex.org/W1539741229", + "https://openalex.org/W1542791059", + "https://openalex.org/W1543201103", + "https://openalex.org/W1549223806", + "https://openalex.org/W1556753024", + "https://openalex.org/W1565746575", + "https://openalex.org/W1568834902", + "https://openalex.org/W1569757501", + "https://openalex.org/W1575029535", + "https://openalex.org/W1575661061", + "https://openalex.org/W1577932924", + "https://openalex.org/W1581066146", + "https://openalex.org/W1588486985", + "https://openalex.org/W1588628884", + "https://openalex.org/W1588959569", + "https://openalex.org/W1589492330", + "https://openalex.org/W1593343777", + "https://openalex.org/W1598052524", + "https://openalex.org/W1601795611", + "https://openalex.org/W1604262624", + "https://openalex.org/W1631708156", + "https://openalex.org/W1638732406", + "https://openalex.org/W1640798781", + "https://openalex.org/W1647221522", + "https://openalex.org/W1661871015", + "https://openalex.org/W1663203009", + "https://openalex.org/W1663583528", + "https://openalex.org/W1678356000", + "https://openalex.org/W1680392829", + "https://openalex.org/W1690919088", + "https://openalex.org/W1701825639", + "https://openalex.org/W1758907577", + "https://openalex.org/W1763644767", + "https://openalex.org/W1840091437", + "https://openalex.org/W1868018859", + "https://openalex.org/W1880189740", + "https://openalex.org/W1886872224", + "https://openalex.org/W1922017469", + "https://openalex.org/W1925428099", + "https://openalex.org/W1925504357", + "https://openalex.org/W1935590542", + "https://openalex.org/W1965555277", + "https://openalex.org/W1968634175", + "https://openalex.org/W1969163824", + "https://openalex.org/W1971713783", + "https://openalex.org/W1973229481", + "https://openalex.org/W1979769287", + "https://openalex.org/W1980264541", + "https://openalex.org/W1981903823", + "https://openalex.org/W1984557319", + "https://openalex.org/W1985995090", + "https://openalex.org/W1986490585", + "https://openalex.org/W1986543815", + "https://openalex.org/W1986929000", + "https://openalex.org/W1989048657", + "https://openalex.org/W1994197834", + "https://openalex.org/W1994326354", + "https://openalex.org/W2001485654", + "https://openalex.org/W2040730773", + "https://openalex.org/W2040884411", + "https://openalex.org/W2048430744", + "https://openalex.org/W2050310928", + "https://openalex.org/W2051346631", + "https://openalex.org/W2056224615", + "https://openalex.org/W2057261601", + "https://openalex.org/W2062118960", + "https://openalex.org/W2062227835", + "https://openalex.org/W2064186732", + "https://openalex.org/W2074702228", + "https://openalex.org/W2074724805", + "https://openalex.org/W2078885513", + "https://openalex.org/W2083542829", + "https://openalex.org/W2084136177", + "https://openalex.org/W2084150578", + "https://openalex.org/W2087817842", + "https://openalex.org/W2089213632", + "https://openalex.org/W2089217417", + "https://openalex.org/W2090136295", + "https://openalex.org/W2091118421", + "https://openalex.org/W2095655959", + "https://openalex.org/W2095705004", + "https://openalex.org/W2096863518", + "https://openalex.org/W2097998348", + "https://openalex.org/W2099201756", + "https://openalex.org/W2101234009", + "https://openalex.org/W2101341561", + "https://openalex.org/W2102770307", + "https://openalex.org/W2105031846", + "https://openalex.org/W2106411961", + "https://openalex.org/W2106614481", + "https://openalex.org/W2107853397", + "https://openalex.org/W2108626634", + "https://openalex.org/W2109042184", + "https://openalex.org/W2109346685", + "https://openalex.org/W2111935653", + "https://openalex.org/W2112204321", + "https://openalex.org/W2112364454", + "https://openalex.org/W2113145584", + "https://openalex.org/W2113207845", + "https://openalex.org/W2113584252", + "https://openalex.org/W2115733720", + "https://openalex.org/W2115763804", + "https://openalex.org/W2116882733", + "https://openalex.org/W2117539524", + "https://openalex.org/W2118789407", + "https://openalex.org/W2119814172", + "https://openalex.org/W2120420045", + "https://openalex.org/W2122053572", + "https://openalex.org/W2122379760", + "https://openalex.org/W2122776323", + "https://openalex.org/W2123395972", + "https://openalex.org/W2123649031", + "https://openalex.org/W2124022122", + "https://openalex.org/W2124290836", + "https://openalex.org/W2124802506", + "https://openalex.org/W2125849100", + "https://openalex.org/W2125877832", + "https://openalex.org/W2126204609", + "https://openalex.org/W2126559945", + "https://openalex.org/W2126964466", + "https://openalex.org/W2127416213", + "https://openalex.org/W2129458072", + "https://openalex.org/W2130942839", + "https://openalex.org/W2131241448", + "https://openalex.org/W2131822674", + "https://openalex.org/W2133418613", + "https://openalex.org/W2133958955", + "https://openalex.org/W2136139971", + "https://openalex.org/W2136636278", + "https://openalex.org/W2137825550", + "https://openalex.org/W2138784882", + "https://openalex.org/W2139805416", + "https://openalex.org/W2141125852", + "https://openalex.org/W2141408223", + "https://openalex.org/W2142334564", + "https://openalex.org/W2142959074", + "https://openalex.org/W2143104527", + "https://openalex.org/W2144656844", + "https://openalex.org/W2144752499", + "https://openalex.org/W2144981148", + "https://openalex.org/W2145287260", + "https://openalex.org/W2145339207", + "https://openalex.org/W2145955992", + "https://openalex.org/W2146502635", + "https://openalex.org/W2149731329", + "https://openalex.org/W2150446468", + "https://openalex.org/W2152589362", + "https://openalex.org/W2153667946", + "https://openalex.org/W2154776925", + "https://openalex.org/W2155853132", + "https://openalex.org/W2156417353", + "https://openalex.org/W2157069634", + "https://openalex.org/W2160644528", + "https://openalex.org/W2163605009", + "https://openalex.org/W2163922914", + "https://openalex.org/W2165607334", + "https://openalex.org/W2165698076", + "https://openalex.org/W2165962877", + "https://openalex.org/W2166107799", + "https://openalex.org/W2168175751", + "https://openalex.org/W2168939893", + "https://openalex.org/W2171033594", + "https://openalex.org/W2171658832", + "https://openalex.org/W2181956361", + "https://openalex.org/W2182070128", + "https://openalex.org/W2182361439", + "https://openalex.org/W2183341477", + "https://openalex.org/W2183704914", + "https://openalex.org/W2186013251", + "https://openalex.org/W2189149359", + "https://openalex.org/W2192203593", + "https://openalex.org/W2194775991", + "https://openalex.org/W2200000192", + "https://openalex.org/W2210969396", + "https://openalex.org/W2226783037", + "https://openalex.org/W2234598170", + "https://openalex.org/W2234898963", + "https://openalex.org/W2249362929", + "https://openalex.org/W2250178193", + "https://openalex.org/W2257979135", + "https://openalex.org/W2266822037", + "https://openalex.org/W2270245739", + "https://openalex.org/W2271971987", + "https://openalex.org/W2282339125", + "https://openalex.org/W2295598076", + "https://openalex.org/W2295739661", + "https://openalex.org/W2309832917", + "https://openalex.org/W2317747985", + "https://openalex.org/W2344075909", + "https://openalex.org/W2346138280", + "https://openalex.org/W2346573293", + "https://openalex.org/W2368061054", + "https://openalex.org/W2384495648", + "https://openalex.org/W2395916875", + "https://openalex.org/W2396466031", + "https://openalex.org/W2396961612", + "https://openalex.org/W2397115702", + "https://openalex.org/W2399500811", + "https://openalex.org/W2399851305", + "https://openalex.org/W2400084313", + "https://openalex.org/W2407014344", + "https://openalex.org/W2407212869", + "https://openalex.org/W2418011751", + "https://openalex.org/W2465345967", + "https://openalex.org/W2467110937", + "https://openalex.org/W2472819217", + "https://openalex.org/W2474440862", + "https://openalex.org/W2486444208", + "https://openalex.org/W2504108613", + "https://openalex.org/W2522203492", + "https://openalex.org/W2531409750", + "https://openalex.org/W2549852851", + "https://openalex.org/W2551342063", + "https://openalex.org/W2553303224", + "https://openalex.org/W2555886487", + "https://openalex.org/W2556372419", + "https://openalex.org/W2556522401", + "https://openalex.org/W2560674852", + "https://openalex.org/W2563364594", + "https://openalex.org/W2571670780", + "https://openalex.org/W2578206533", + "https://openalex.org/W2580087858", + "https://openalex.org/W2585240214", + "https://openalex.org/W2587014634", + "https://openalex.org/W2588803499", + "https://openalex.org/W2593649365", + "https://openalex.org/W2593649546", + "https://openalex.org/W2594475271", + "https://openalex.org/W2596367596", + "https://openalex.org/W2601450892", + "https://openalex.org/W2604763608", + "https://openalex.org/W2604766410", + "https://openalex.org/W2608595939", + "https://openalex.org/W2608702473", + "https://openalex.org/W2610817424", + "https://openalex.org/W2613868844", + "https://openalex.org/W2616180702", + "https://openalex.org/W2616619952", + "https://openalex.org/W2618530766", + "https://openalex.org/W2619184049", + "https://openalex.org/W2620641980", + "https://openalex.org/W2620689287", + "https://openalex.org/W2622730215", + "https://openalex.org/W2623091261", + "https://openalex.org/W2624086852", + "https://openalex.org/W2624473996", + "https://openalex.org/W2626984672", + "https://openalex.org/W2725660645", + "https://openalex.org/W2728797307", + "https://openalex.org/W2734383650", + "https://openalex.org/W2740438624", + "https://openalex.org/W2741261073", + "https://openalex.org/W2741430497", + "https://openalex.org/W2746314669", + "https://openalex.org/W2748513770", + "https://openalex.org/W2751836095", + "https://openalex.org/W2752331852", + "https://openalex.org/W2752852504", + "https://openalex.org/W2753160622", + "https://openalex.org/W2753433947", + "https://openalex.org/W2756085244", + "https://openalex.org/W2765407302", + "https://openalex.org/W2768408766", + "https://openalex.org/W2769653148", + "https://openalex.org/W2769743674", + "https://openalex.org/W2772089072", + "https://openalex.org/W2773108397", + "https://openalex.org/W2773706593", + "https://openalex.org/W2774246732", + "https://openalex.org/W2775233965", + "https://openalex.org/W2777138789", + "https://openalex.org/W2777539043", + "https://openalex.org/W2778618317", + "https://openalex.org/W2778633128", + "https://openalex.org/W2778749116", + "https://openalex.org/W2780562800", + "https://openalex.org/W2782093256", + "https://openalex.org/W2783201493", + "https://openalex.org/W2784287478", + "https://openalex.org/W2785444061", + "https://openalex.org/W2785494456", + "https://openalex.org/W2787035179", + "https://openalex.org/W2787189300", + "https://openalex.org/W2787501667", + "https://openalex.org/W2788079077", + "https://openalex.org/W2788110787", + "https://openalex.org/W2788853733", + "https://openalex.org/W2789487674", + "https://openalex.org/W2793670633", + "https://openalex.org/W2793695846", + "https://openalex.org/W2794356495", + "https://openalex.org/W2796265726", + "https://openalex.org/W2803311163", + "https://openalex.org/W2803435037", + "https://openalex.org/W2804534929", + "https://openalex.org/W2808938483", + "https://openalex.org/W2809054435", + "https://openalex.org/W2809880372", + "https://openalex.org/W2809899846", + "https://openalex.org/W2818275232", + "https://openalex.org/W2826306652", + "https://openalex.org/W2884528674", + "https://openalex.org/W2885311373", + "https://openalex.org/W2885487916", + "https://openalex.org/W2885820039", + "https://openalex.org/W2886200920", + "https://openalex.org/W2887612286", + "https://openalex.org/W2889130221", + "https://openalex.org/W2899771611", + "https://openalex.org/W2902994895", + "https://openalex.org/W2903995489", + "https://openalex.org/W2911090636", + "https://openalex.org/W2913566062", + "https://openalex.org/W2913668833", + "https://openalex.org/W2914694469", + "https://openalex.org/W2947123069", + "https://openalex.org/W2949264490", + "https://openalex.org/W2950277768", + "https://openalex.org/W2950326163", + "https://openalex.org/W2950330175", + "https://openalex.org/W2950680102", + "https://openalex.org/W2950731343", + "https://openalex.org/W2951104886", + "https://openalex.org/W2951775784", + "https://openalex.org/W2952074906", + "https://openalex.org/W2952125132", + "https://openalex.org/W2953384591", + "https://openalex.org/W2963216850", + "https://openalex.org/W2963263347", + "https://openalex.org/W2963305465", + "https://openalex.org/W2963341924", + "https://openalex.org/W2963446712", + "https://openalex.org/W2963474950", + "https://openalex.org/W2963565814", + "https://openalex.org/W2963628712", + "https://openalex.org/W2963775850", + "https://openalex.org/W2963778169", + "https://openalex.org/W2963815651", + "https://openalex.org/W2963821229", + "https://openalex.org/W2963840672", + "https://openalex.org/W2963905884", + "https://openalex.org/W2964025389", + "https://openalex.org/W2964029277", + "https://openalex.org/W2964054038", + "https://openalex.org/W2964081807", + "https://openalex.org/W2964137095", + "https://openalex.org/W2965658867", + "https://openalex.org/W2997644599", + "https://openalex.org/W3000180494", + "https://openalex.org/W3006551545", + "https://openalex.org/W3023169168", + "https://openalex.org/W3026324026", + "https://openalex.org/W3035219538", + "https://openalex.org/W3043188097", + "https://openalex.org/W3099343340", + "https://openalex.org/W3099934359", + "https://openalex.org/W3100055683", + "https://openalex.org/W3102978735", + "https://openalex.org/W3118608800", + "https://openalex.org/W3120740533", + "https://openalex.org/W3122943284", + "https://openalex.org/W3124229194", + "https://openalex.org/W3195149063", + "https://openalex.org/W4205687621", + "https://openalex.org/W4211049957", + "https://openalex.org/W4226503094", + "https://openalex.org/W4232158517", + "https://openalex.org/W4233965824", + "https://openalex.org/W4234228486", + "https://openalex.org/W4237910115", + "https://openalex.org/W4239181501", + "https://openalex.org/W4243562335", + "https://openalex.org/W4246635279", + "https://openalex.org/W4247950230", + "https://openalex.org/W4250224875", + "https://openalex.org/W4255491615", + "https://openalex.org/W4289752289", + "https://openalex.org/W4289763996", + "https://openalex.org/W4293407356", + "https://openalex.org/W4293407536", + "https://openalex.org/W4293870975", + "https://openalex.org/W4294375521", + "https://openalex.org/W4294646197", + "https://openalex.org/W4295185264", + "https://openalex.org/W4295292688", + "https://openalex.org/W4295727797", + "https://openalex.org/W4297670622", + "https://openalex.org/W4297733768", + "https://openalex.org/W4297778814", + "https://openalex.org/W4297800546", + "https://openalex.org/W4297803580", + "https://openalex.org/W4297917482", + "https://openalex.org/W4298052809", + "https://openalex.org/W4298342842", + "https://openalex.org/W4298826872", + "https://openalex.org/W4299518610", + "https://openalex.org/W4300001399", + "https://openalex.org/W4300197707", + "https://openalex.org/W4300427683", + "https://openalex.org/W4300687381", + "https://openalex.org/W4300687870", + "https://openalex.org/W4300716136", + "https://openalex.org/W4300799480", + "https://openalex.org/W4300971732", + "https://openalex.org/W4301181331", + "https://openalex.org/W4301260059", + "https://openalex.org/W4302594429", + "https://openalex.org/W4302768905", + "https://openalex.org/W4302793682", + "https://openalex.org/W4303633609", + "https://openalex.org/W4313169793", + "https://openalex.org/W4324106947", + "https://openalex.org/W4387808640", + "https://openalex.org/W4394633966", + "https://openalex.org/W4394672493" + ], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W3046775127", + "https://openalex.org/W3107602296", + "https://openalex.org/W3170094116", + "https://openalex.org/W4386462264", + "https://openalex.org/W4313488044", + "https://openalex.org/W3209574120", + "https://openalex.org/W4312192474", + "https://openalex.org/W4210805261" + ], + "abstract_inverted_index": { + "This": [ + 0 + ], + "open": [ + 1 + ], + "access": [ + 2 + ], + "book": [ + 3 + ], + "gives": [ + 4 + ], + "the": [ + 5, + 29 + ], + "first": [ + 6, + 30 + ], + "comprehensive": [ + 7 + ], + "overview": [ + 8 + ], + "of": [ + 9, + 19, + 33 + ], + "general": [ + 10 + ], + "methods": [ + 11 + ], + "in": [ + 12 + ], + "Automatic": [ + 13 + ], + "Machine": [ + 14 + ], + "Learning,": [ + 15 + ], + "AutoML,": [ + 16 + ], + "collects": [ + 17 + ], + "descriptions": [ + 18 + ], + "existing": [ + 20 + ], + "AutoML": [ + 21, + 34 + ], + "systems": [ + 22 + ], + "based": [ + 23 + ], + "on": [ + 24 + ], + "these": [ + 25 + ], + "methods,": [ + 26 + ], + "and": [ + 27 + ], + "discusses": [ + 28 + ], + "international": [ + 31 + ], + "challenge": [ + 32 + ], + "systems.": [ + 35 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 77 + }, + { + "year": 2025, + "cited_by_count": 270 + }, + { + "year": 2024, + "cited_by_count": 240 + }, + { + "year": 2023, + "cited_by_count": 230 + }, + { + "year": 2022, + "cited_by_count": 223 + }, + { + "year": 2021, + "cited_by_count": 212 + }, + { + "year": 2020, + "cited_by_count": 107 + }, + { + "year": 2019, + "cited_by_count": 19 + } + ], + "updated_date": "2026-05-28T09:10:13.091523", + "created_date": "2022-02-24T00:00:00" + }, + { + "id": "https://openalex.org/W2168029744", + "doi": "https://doi.org/10.1214/009053607000000677", + "title": "Kernel methods in machine learning", + "display_name": "Kernel methods in machine learning", + "relevance_score": 2930.3071, + "publication_year": 2008, + "publication_date": "2008-05-26", + "ids": { + "openalex": "https://openalex.org/W2168029744", + "doi": "https://doi.org/10.1214/009053607000000677", + "mag": "2168029744" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1214/009053607000000677", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1214/009053607000000677", + "pdf_url": "https://projecteuclid.org/journals/annals-of-statistics/volume-36/issue-3/Kernel-methods-in-machine-learning/10.1214/009053607000000677.pdf", + "source": { + "id": "https://openalex.org/S119757635", + "display_name": "The Annals of Statistics", + "issn_l": "0090-5364", + "issn": [ + "0090-5364", + "2168-8966" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319881", + "host_organization_name": "Institute of Mathematical Statistics", + "host_organization_lineage": [ + "https://openalex.org/P4310319881" + ], + "host_organization_lineage_names": [ + "Institute of Mathematical Statistics" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "The Annals of Statistics", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "arxiv", + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "bronze", + "oa_url": "https://projecteuclid.org/journals/annals-of-statistics/volume-36/issue-3/Kernel-methods-in-machine-learning/10.1214/009053607000000677.pdf", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": null, + "display_name": "Thomas Hofmann", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I42894916", + "display_name": "Data61", + "ror": "https://ror.org/03q397159", + "country_code": "AU", + "type": "other", + "lineage": [ + "https://openalex.org/I1292875679", + "https://openalex.org/I2801453606", + "https://openalex.org/I42894916", + "https://openalex.org/I4387156119" + ] + } + ], + "countries": [ + "AU" + ], + "is_corresponding": true, + "raw_author_name": "Thomas Hofmann", + "raw_affiliation_strings": [ + "Darmstadt University of Technology, Max Planck Institute for Biological Cybernetics and National ICT Australia" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Darmstadt University of Technology, Max Planck Institute for Biological Cybernetics and National ICT Australia", + "institution_ids": [ + "https://openalex.org/I42894916" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": null, + "display_name": "Bernhard Schölkopf", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Bernhard Schölkopf", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "last", + "author": { + "id": null, + "display_name": "Alexander J. Smola", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I42894916", + "display_name": "Data61", + "ror": "https://ror.org/03q397159", + "country_code": "AU", + "type": "other", + "lineage": [ + "https://openalex.org/I1292875679", + "https://openalex.org/I2801453606", + "https://openalex.org/I42894916", + "https://openalex.org/I4387156119" + ] + }, + { + "id": "https://openalex.org/I4210112925", + "display_name": "Max Planck Institute for Biological Cybernetics", + "ror": "https://ror.org/026nmvv73", + "country_code": "DE", + "type": "facility", + "lineage": [ + "https://openalex.org/I149899117", + "https://openalex.org/I4210112925" + ] + } + ], + "countries": [ + "AU", + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Alexander J. Smola", + "raw_affiliation_strings": [ + "Darmstadt University of Technology, Max Planck Institute for Biological Cybernetics and National ICT Australia", + "MAX PLANCK INSTITUTE FOR BIOLOGICAL CYBERNETICS TBINGEN GERMANY" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Darmstadt University of Technology, Max Planck Institute for Biological Cybernetics and National ICT Australia", + "institution_ids": [ + "https://openalex.org/I42894916" + ] + }, + { + "raw_affiliation_string": "MAX PLANCK INSTITUTE FOR BIOLOGICAL CYBERNETICS TBINGEN GERMANY", + "institution_ids": [ + "https://openalex.org/I4210112925" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 3, + "corresponding_author_ids": [], + "corresponding_institution_ids": [ + "https://openalex.org/I42894916" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 26.4332, + "has_fulltext": true, + "cited_by_count": 1588, + "citation_normalized_percentile": { + "value": 0.99597728, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "36", + "issue": "3", + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12814", + "display_name": "Gaussian Processes and Bayesian Inference", + "score": 0.2791999876499176, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12814", + "display_name": "Gaussian Processes and Bayesian Inference", + "score": 0.2791999876499176, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11612", + "display_name": "Stochastic Gradient Optimization Techniques", + "score": 0.27090001106262207, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10136", + "display_name": "Statistical Methods and Inference", + "score": 0.1281999945640564, + "subfield": { + "id": "https://openalex.org/subfields/2613", + "display_name": "Statistics and Probability" + }, + "field": { + "id": "https://openalex.org/fields/26", + "display_name": "Mathematics" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/reproducing-kernel-hilbert-space", + "display_name": "Reproducing kernel Hilbert space", + "score": 0.7440000176429749 + }, + { + "id": "https://openalex.org/keywords/kernel", + "display_name": "Kernel (algebra)", + "score": 0.5529999732971191 + }, + { + "id": "https://openalex.org/keywords/kernel-method", + "display_name": "Kernel method", + "score": 0.5508999824523926 + }, + { + "id": "https://openalex.org/keywords/hilbert-space", + "display_name": "Hilbert space", + "score": 0.48159998655319214 + }, + { + "id": "https://openalex.org/keywords/binary-classification", + "display_name": "Binary classification", + "score": 0.45410001277923584 + }, + { + "id": "https://openalex.org/keywords/range", + "display_name": "Range (aeronautics)", + "score": 0.4406000077724457 + }, + { + "id": "https://openalex.org/keywords/kernel-embedding-of-distributions", + "display_name": "Kernel embedding of distributions", + "score": 0.43630000948905945 + }, + { + "id": "https://openalex.org/keywords/representer-theorem", + "display_name": "Representer theorem", + "score": 0.42590001225471497 + }, + { + "id": "https://openalex.org/keywords/pattern-recognition", + "display_name": "Pattern recognition (psychology)", + "score": 0.34369999170303345 + }, + { + "id": "https://openalex.org/keywords/radial-basis-function-kernel", + "display_name": "Radial basis function kernel", + "score": 0.34049999713897705 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C80884492", + "wikidata": "https://www.wikidata.org/wiki/Q3345678", + "display_name": "Reproducing kernel Hilbert space", + "level": 3, + "score": 0.7440000176429749 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6704999804496765 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6018999814987183 + }, + { + "id": "https://openalex.org/C74193536", + "wikidata": "https://www.wikidata.org/wiki/Q574844", + "display_name": "Kernel (algebra)", + "level": 2, + "score": 0.5529999732971191 + }, + { + "id": "https://openalex.org/C122280245", + "wikidata": "https://www.wikidata.org/wiki/Q620622", + "display_name": "Kernel method", + "level": 3, + "score": 0.5508999824523926 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.5184000134468079 + }, + { + "id": "https://openalex.org/C62799726", + "wikidata": "https://www.wikidata.org/wiki/Q190056", + "display_name": "Hilbert space", + "level": 2, + "score": 0.48159998655319214 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.46219998598098755 + }, + { + "id": "https://openalex.org/C66905080", + "wikidata": "https://www.wikidata.org/wiki/Q17005494", + "display_name": "Binary classification", + "level": 3, + "score": 0.45410001277923584 + }, + { + "id": "https://openalex.org/C204323151", + "wikidata": "https://www.wikidata.org/wiki/Q905424", + "display_name": "Range (aeronautics)", + "level": 2, + "score": 0.4406000077724457 + }, + { + "id": "https://openalex.org/C134517425", + "wikidata": "https://www.wikidata.org/wiki/Q16000131", + "display_name": "Kernel embedding of distributions", + "level": 4, + "score": 0.43630000948905945 + }, + { + "id": "https://openalex.org/C172623408", + "wikidata": "https://www.wikidata.org/wiki/Q7314263", + "display_name": "Representer theorem", + "level": 5, + "score": 0.42590001225471497 + }, + { + "id": "https://openalex.org/C153180895", + "wikidata": "https://www.wikidata.org/wiki/Q7148389", + "display_name": "Pattern recognition (psychology)", + "level": 2, + "score": 0.34369999170303345 + }, + { + "id": "https://openalex.org/C75866337", + "wikidata": "https://www.wikidata.org/wiki/Q7280263", + "display_name": "Radial basis function kernel", + "level": 4, + "score": 0.34049999713897705 + }, + { + "id": "https://openalex.org/C140417398", + "wikidata": "https://www.wikidata.org/wiki/Q16933942", + "display_name": "Tree kernel", + "level": 5, + "score": 0.3375000059604645 + }, + { + "id": "https://openalex.org/C58973888", + "wikidata": "https://www.wikidata.org/wiki/Q1041418", + "display_name": "Semi-supervised learning", + "level": 2, + "score": 0.32499998807907104 + }, + { + "id": "https://openalex.org/C14036430", + "wikidata": "https://www.wikidata.org/wiki/Q3736076", + "display_name": "Function (biology)", + "level": 2, + "score": 0.3230000138282776 + }, + { + "id": "https://openalex.org/C22367795", + "wikidata": "https://www.wikidata.org/wiki/Q7625208", + "display_name": "Structured prediction", + "level": 2, + "score": 0.3158000111579895 + }, + { + "id": "https://openalex.org/C160446489", + "wikidata": "https://www.wikidata.org/wiki/Q7226642", + "display_name": "Polynomial kernel", + "level": 4, + "score": 0.3151000142097473 + }, + { + "id": "https://openalex.org/C115903097", + "wikidata": "https://www.wikidata.org/wiki/Q7094097", + "display_name": "Online machine learning", + "level": 3, + "score": 0.31119999289512634 + }, + { + "id": "https://openalex.org/C65660741", + "wikidata": "https://www.wikidata.org/wiki/Q3952743", + "display_name": "Score", + "level": 2, + "score": 0.3109000027179718 + }, + { + "id": "https://openalex.org/C12267149", + "wikidata": "https://www.wikidata.org/wiki/Q282453", + "display_name": "Support vector machine", + "level": 2, + "score": 0.30809998512268066 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.2989000082015991 + }, + { + "id": "https://openalex.org/C77967617", + "wikidata": "https://www.wikidata.org/wiki/Q4677561", + "display_name": "Active learning (machine learning)", + "level": 2, + "score": 0.295199990272522 + }, + { + "id": "https://openalex.org/C158622935", + "wikidata": "https://www.wikidata.org/wiki/Q660848", + "display_name": "Nonlinear system", + "level": 2, + "score": 0.28299999237060547 + }, + { + "id": "https://openalex.org/C48372109", + "wikidata": "https://www.wikidata.org/wiki/Q3913", + "display_name": "Binary number", + "level": 2, + "score": 0.27970001101493835 + }, + { + "id": "https://openalex.org/C51632099", + "wikidata": "https://www.wikidata.org/wiki/Q3985153", + "display_name": "Training set", + "level": 2, + "score": 0.2784000039100647 + }, + { + "id": "https://openalex.org/C2780428219", + "wikidata": "https://www.wikidata.org/wiki/Q16952335", + "display_name": "Cover (algebra)", + "level": 2, + "score": 0.27799999713897705 + }, + { + "id": "https://openalex.org/C115051666", + "wikidata": "https://www.wikidata.org/wiki/Q6522493", + "display_name": "Ranging", + "level": 2, + "score": 0.2750999927520752 + }, + { + "id": "https://openalex.org/C136389625", + "wikidata": "https://www.wikidata.org/wiki/Q334384", + "display_name": "Supervised learning", + "level": 3, + "score": 0.27230000495910645 + }, + { + "id": "https://openalex.org/C21080849", + "wikidata": "https://www.wikidata.org/wiki/Q13611879", + "display_name": "Data point", + "level": 2, + "score": 0.26989999413490295 + }, + { + "id": "https://openalex.org/C2778572836", + "wikidata": "https://www.wikidata.org/wiki/Q380933", + "display_name": "Space (punctuation)", + "level": 2, + "score": 0.25369998812675476 + } + ], + "mesh": [], + "locations_count": 4, + "locations": [ + { + "id": "doi:10.1214/009053607000000677", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1214/009053607000000677", + "pdf_url": "https://projecteuclid.org/journals/annals-of-statistics/volume-36/issue-3/Kernel-methods-in-machine-learning/10.1214/009053607000000677.pdf", + "source": { + "id": "https://openalex.org/S119757635", + "display_name": "The Annals of Statistics", + "issn_l": "0090-5364", + "issn": [ + "0090-5364", + "2168-8966" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319881", + "host_organization_name": "Institute of Mathematical Statistics", + "host_organization_lineage": [ + "https://openalex.org/P4310319881" + ], + "host_organization_lineage_names": [ + "Institute of Mathematical Statistics" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "The Annals of Statistics", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:arXiv.org:math/0701907", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/math/0701907", + "pdf_url": "https://arxiv.org/pdf/math/0701907", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:CULeuclid:euclid.aos/1211819561", + "is_oa": false, + "landing_page_url": "http://projecteuclid.org/euclid.aos/1211819561", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400787", + "display_name": "Project Euclid (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Text" + }, + { + "id": "pmh:oai:openresearch-repository.anu.edu.au:1885/100161", + "is_oa": true, + "landing_page_url": "http://hdl.handle.net/1885/100161", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402539", + "display_name": "ANU Open Research (Australian National University)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I118347636", + "host_organization_name": "Australian National University", + "host_organization_lineage": [ + "https://openalex.org/I118347636" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "other-oa", + "license_id": "https://openalex.org/licenses/other-oa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Annals of Statistics", + "raw_type": "Journal article" + } + ], + "best_oa_location": { + "id": "doi:10.1214/009053607000000677", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1214/009053607000000677", + "pdf_url": "https://projecteuclid.org/journals/annals-of-statistics/volume-36/issue-3/Kernel-methods-in-machine-learning/10.1214/009053607000000677.pdf", + "source": { + "id": "https://openalex.org/S119757635", + "display_name": "The Annals of Statistics", + "issn_l": "0090-5364", + "issn": [ + "0090-5364", + "2168-8966" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319881", + "host_organization_name": "Institute of Mathematical Statistics", + "host_organization_lineage": [ + "https://openalex.org/P4310319881" + ], + "host_organization_lineage_names": [ + "Institute of Mathematical Statistics" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "The Annals of Statistics", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [ + { + "id": "https://openalex.org/F4320310369", + "display_name": "National ICT Australia", + "ror": "https://ror.org/03q397159" + }, + { + "id": "https://openalex.org/F4320315885", + "display_name": "Australian Government", + "ror": "https://ror.org/0314h5y94" + }, + { + "id": "https://openalex.org/F4320328470", + "display_name": "Mathematisches Forschungsinstitut Oberwolfach", + "ror": "https://ror.org/001zbj766" + }, + { + "id": "https://openalex.org/F4320334704", + "display_name": "Australian Research Council", + "ror": "https://ror.org/05mmh0f86" + } + ], + "has_content": { + "pdf": true, + "grobid_xml": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W2168029744.pdf", + "grobid_xml": "https://content.openalex.org/works/W2168029744.grobid-xml" + }, + "referenced_works_count": 116, + "referenced_works": [ + "https://openalex.org/W14071851", + "https://openalex.org/W56743589", + "https://openalex.org/W179694669", + "https://openalex.org/W1490266132", + "https://openalex.org/W1496189301", + "https://openalex.org/W1510073064", + "https://openalex.org/W1512098439", + "https://openalex.org/W1526146785", + "https://openalex.org/W1526729636", + "https://openalex.org/W1542652324", + "https://openalex.org/W1549656520", + "https://openalex.org/W1550988992", + "https://openalex.org/W1560729174", + "https://openalex.org/W1575431606", + "https://openalex.org/W1578255497", + "https://openalex.org/W1587744656", + "https://openalex.org/W1596052433", + "https://openalex.org/W1604293137", + "https://openalex.org/W1638081485", + "https://openalex.org/W1647376582", + "https://openalex.org/W1719651905", + "https://openalex.org/W1774304772", + "https://openalex.org/W1835509607", + "https://openalex.org/W1899157803", + "https://openalex.org/W1966347620", + "https://openalex.org/W1968934255", + "https://openalex.org/W1975077471", + "https://openalex.org/W1982032418", + "https://openalex.org/W1986931325", + "https://openalex.org/W1989408439", + "https://openalex.org/W1990534247", + "https://openalex.org/W1991200719", + "https://openalex.org/W1992236290", + "https://openalex.org/W1992666150", + "https://openalex.org/W1995558350", + "https://openalex.org/W1998438337", + "https://openalex.org/W1999486090", + "https://openalex.org/W2001792610", + "https://openalex.org/W2002806284", + "https://openalex.org/W2007154098", + "https://openalex.org/W2008400752", + "https://openalex.org/W2009511046", + "https://openalex.org/W2014902932", + "https://openalex.org/W2015904350", + "https://openalex.org/W2018582985", + "https://openalex.org/W2020816856", + "https://openalex.org/W2025341678", + "https://openalex.org/W2051381803", + "https://openalex.org/W2060591526", + "https://openalex.org/W2064976291", + "https://openalex.org/W2070771761", + "https://openalex.org/W2075887074", + "https://openalex.org/W2082100828", + "https://openalex.org/W2082612735", + "https://openalex.org/W2083780577", + "https://openalex.org/W2086404575", + "https://openalex.org/W2087258353", + "https://openalex.org/W2087347434", + "https://openalex.org/W2092182929", + "https://openalex.org/W2098385651", + "https://openalex.org/W2101276256", + "https://openalex.org/W2103657184", + "https://openalex.org/W2104128541", + "https://openalex.org/W2105842272", + "https://openalex.org/W2106353560", + "https://openalex.org/W2108153239", + "https://openalex.org/W2112076978", + "https://openalex.org/W2114281975", + "https://openalex.org/W2119647652", + "https://openalex.org/W2120340025", + "https://openalex.org/W2121127625", + "https://openalex.org/W2123606421", + "https://openalex.org/W2123737232", + "https://openalex.org/W2124101779", + "https://openalex.org/W2124225821", + "https://openalex.org/W2125053431", + "https://openalex.org/W2127713198", + "https://openalex.org/W2131479089", + "https://openalex.org/W2132637896", + "https://openalex.org/W2132870739", + "https://openalex.org/W2135046866", + "https://openalex.org/W2135498906", + "https://openalex.org/W2139686264", + "https://openalex.org/W2140095548", + "https://openalex.org/W2141224867", + "https://openalex.org/W2141407058", + "https://openalex.org/W2143956139", + "https://openalex.org/W2144068644", + "https://openalex.org/W2148018895", + "https://openalex.org/W2151949149", + "https://openalex.org/W2156515921", + "https://openalex.org/W2156909104", + "https://openalex.org/W2157791002", + "https://openalex.org/W2159737176", + "https://openalex.org/W2161920802", + "https://openalex.org/W2162836072", + "https://openalex.org/W2164943005", + "https://openalex.org/W2169945149", + "https://openalex.org/W2408196097", + "https://openalex.org/W2554813760", + "https://openalex.org/W2795528501", + "https://openalex.org/W2988119488", + "https://openalex.org/W2994982620", + "https://openalex.org/W4210636998", + "https://openalex.org/W4232576706", + "https://openalex.org/W4234698323", + "https://openalex.org/W4238284510", + "https://openalex.org/W4238957295", + "https://openalex.org/W4239510810", + "https://openalex.org/W4246066915", + "https://openalex.org/W4247545571", + "https://openalex.org/W4249925659", + "https://openalex.org/W4251085907", + "https://openalex.org/W4251115686", + "https://openalex.org/W4298876635", + "https://openalex.org/W4396738453" + ], + "related_works": [], + "abstract_inverted_index": { + "We": [ + 0, + 77 + ], + "review": [ + 1 + ], + "machine": [ + 2 + ], + "learning": [ + 3, + 12, + 52 + ], + "methods": [ + 4, + 10, + 90 + ], + "employing": [ + 5 + ], + "positive": [ + 6 + ], + "definite": [ + 7 + ], + "kernels.": [ + 8 + ], + "These": [ + 9 + ], + "formulate": [ + 11 + ], + "and": [ + 13, + 49 + ], + "estimation": [ + 14, + 92 + ], + "problems": [ + 15 + ], + "in": [ + 16, + 31, + 37 + ], + "a": [ + 17, + 34, + 79 + ], + "reproducing": [ + 18 + ], + "kernel": [ + 19 + ], + "Hilbert": [ + 20 + ], + "space": [ + 21 + ], + "(RKHS)": [ + 22 + ], + "of": [ + 23, + 33, + 40, + 45, + 51, + 62, + 82 + ], + "functions": [ + 24, + 68, + 72 + ], + "defined": [ + 25, + 73 + ], + "on": [ + 26, + 74 + ], + "the": [ + 27, + 43, + 47, + 56 + ], + "data": [ + 28 + ], + "domain,": [ + 29 + ], + "expanded": [ + 30 + ], + "terms": [ + 32 + ], + "kernel.": [ + 35 + ], + "Working": [ + 36 + ], + "linear": [ + 38 + ], + "spaces": [ + 39 + ], + "function": [ + 41 + ], + "has": [ + 42 + ], + "benefit": [ + 44 + ], + "facilitating": [ + 46 + ], + "construction": [ + 48 + ], + "analysis": [ + 50 + ], + "algorithms": [ + 53 + ], + "while": [ + 54 + ], + "at": [ + 55 + ], + "same": [ + 57 + ], + "time": [ + 58 + ], + "allowing": [ + 59 + ], + "large": [ + 60 + ], + "classes": [ + 61 + ], + "functions.": [ + 63 + ], + "The": [ + 64 + ], + "latter": [ + 65 + ], + "include": [ + 66 + ], + "nonlinear": [ + 67 + ], + "as": [ + 69, + 71 + ], + "well": [ + 70 + ], + "nonvectorial": [ + 75 + ], + "data.": [ + 76, + 95 + ], + "cover": [ + 78 + ], + "wide": [ + 80 + ], + "range": [ + 81 + ], + "methods,": [ + 83 + ], + "ranging": [ + 84 + ], + "from": [ + 85 + ], + "binary": [ + 86 + ], + "classifiers": [ + 87 + ], + "to": [ + 88 + ], + "sophisticated": [ + 89 + ], + "for": [ + 91 + ], + "with": [ + 93 + ], + "structured": [ + 94 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 37 + }, + { + "year": 2025, + "cited_by_count": 119 + }, + { + "year": 2024, + "cited_by_count": 144 + }, + { + "year": 2023, + "cited_by_count": 146 + }, + { + "year": 2022, + "cited_by_count": 169 + }, + { + "year": 2021, + "cited_by_count": 146 + }, + { + "year": 2020, + "cited_by_count": 163 + }, + { + "year": 2019, + "cited_by_count": 122 + }, + { + "year": 2018, + "cited_by_count": 99 + }, + { + "year": 2017, + "cited_by_count": 100 + }, + { + "year": 2016, + "cited_by_count": 81 + }, + { + "year": 2015, + "cited_by_count": 60 + }, + { + "year": 2014, + "cited_by_count": 67 + }, + { + "year": 2013, + "cited_by_count": 48 + }, + { + "year": 2012, + "cited_by_count": 41 + } + ], + "updated_date": "2026-05-22T09:01:20.584952", + "created_date": "2016-06-24T00:00:00" + }, + { + "id": "https://openalex.org/W2951278869", + "doi": "https://doi.org/10.48550/arxiv.cs/0205070", + "title": "Thumbs up? Sentiment Classification using Machine Learning Techniques", + "display_name": "Thumbs up? Sentiment Classification using Machine Learning Techniques", + "relevance_score": 2914.8403, + "publication_year": 2002, + "publication_date": "2002-05-28", + "ids": { + "openalex": "https://openalex.org/W2951278869", + "doi": "https://doi.org/10.48550/arxiv.cs/0205070", + "mag": "2951278869" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:arXiv.org:cs/0205070", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/cs/0205070", + "pdf_url": "https://arxiv.org/pdf/cs/0205070", + "source": { + "id": "https://openalex.org/S4393918464", + "display_name": "ArXiv.org", + "issn_l": "2331-8422", + "issn": [ + "2331-8422" + ], + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + "type": "preprint", + "indexed_in": [ + "arxiv", + "datacite" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/cs/0205070", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5101799605", + "display_name": "Bo Pang", + "orcid": "https://orcid.org/0000-0003-4521-6369" + }, + "institutions": [ + { + "id": "https://openalex.org/I205783295", + "display_name": "Cornell University", + "ror": "https://ror.org/05bnh6r87", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I205783295" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Pang, Bo", + "raw_affiliation_strings": [ + "[Cornell Univ., Ithaca, NY]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Cornell Univ., Ithaca, NY]", + "institution_ids": [ + "https://openalex.org/I205783295" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5076876084", + "display_name": "Lillian Lee", + "orcid": "https://orcid.org/0000-0003-4770-1712" + }, + "institutions": [ + { + "id": "https://openalex.org/I205783295", + "display_name": "Cornell University", + "ror": "https://ror.org/05bnh6r87", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I205783295" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Lee, Lillian", + "raw_affiliation_strings": [ + "[Cornell Univ., Ithaca, NY]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Cornell Univ., Ithaca, NY]", + "institution_ids": [ + "https://openalex.org/I205783295" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5010223683", + "display_name": "Shivakumar Vaithyanathan", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I4210085935", + "display_name": "IBM Research - Almaden", + "ror": "https://ror.org/005w8dd04", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I1341412227", + "https://openalex.org/I4210085935", + "https://openalex.org/I4210114115" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Vaithyanathan, Shivakumar", + "raw_affiliation_strings": [ + "IBM Almaden Research Center, San Jose´, CA#TAB#" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "IBM Almaden Research Center, San Jose´, CA#TAB#", + "institution_ids": [ + "https://openalex.org/I4210085935" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5101799605" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I205783295" + ], + "apc_list": null, + "apc_paid": null, + "fwci": null, + "has_fulltext": false, + "cited_by_count": 2213, + "citation_normalized_percentile": null, + "cited_by_percentile_year": null, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10664", + "display_name": "Sentiment Analysis and Opinion Mining", + "score": 0.9995999932289124, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10664", + "display_name": "Sentiment Analysis and Opinion Mining", + "score": 0.9995999932289124, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11550", + "display_name": "Text and Document Classification Technologies", + "score": 0.9995999932289124, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10028", + "display_name": "Topic Modeling", + "score": 0.9994999766349792, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/naive-bayes-classifier", + "display_name": "Naive Bayes classifier", + "score": 0.7803267240524292 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7159409523010254 + }, + { + "id": "https://openalex.org/keywords/categorization", + "display_name": "Categorization", + "score": 0.7090805172920227 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.7036598324775696 + }, + { + "id": "https://openalex.org/keywords/sentiment-analysis", + "display_name": "Sentiment analysis", + "score": 0.6854574084281921 + }, + { + "id": "https://openalex.org/keywords/support-vector-machine", + "display_name": "Support vector machine", + "score": 0.6812595129013062 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6556271314620972 + }, + { + "id": "https://openalex.org/keywords/principle-of-maximum-entropy", + "display_name": "Principle of maximum entropy", + "score": 0.6111433506011963 + }, + { + "id": "https://openalex.org/keywords/natural-language-processing", + "display_name": "Natural language processing", + "score": 0.4346766471862793 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C52001869", + "wikidata": "https://www.wikidata.org/wiki/Q812530", + "display_name": "Naive Bayes classifier", + "level": 3, + "score": 0.7803267240524292 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7159409523010254 + }, + { + "id": "https://openalex.org/C94124525", + "wikidata": "https://www.wikidata.org/wiki/Q912550", + "display_name": "Categorization", + "level": 2, + "score": 0.7090805172920227 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.7036598324775696 + }, + { + "id": "https://openalex.org/C66402592", + "wikidata": "https://www.wikidata.org/wiki/Q2271421", + "display_name": "Sentiment analysis", + "level": 2, + "score": 0.6854574084281921 + }, + { + "id": "https://openalex.org/C12267149", + "wikidata": "https://www.wikidata.org/wiki/Q282453", + "display_name": "Support vector machine", + "level": 2, + "score": 0.6812595129013062 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6556271314620972 + }, + { + "id": "https://openalex.org/C9679016", + "wikidata": "https://www.wikidata.org/wiki/Q1417473", + "display_name": "Principle of maximum entropy", + "level": 2, + "score": 0.6111433506011963 + }, + { + "id": "https://openalex.org/C204321447", + "wikidata": "https://www.wikidata.org/wiki/Q30642", + "display_name": "Natural language processing", + "level": 1, + "score": 0.4346766471862793 + } + ], + "mesh": [], + "locations_count": 8, + "locations": [ + { + "id": "pmh:oai:arXiv.org:cs/0205070", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/cs/0205070", + "pdf_url": "https://arxiv.org/pdf/cs/0205070", + "source": { + "id": "https://openalex.org/S4393918464", + "display_name": "ArXiv.org", + "issn_l": "2331-8422", + "issn": [ + "2331-8422" + ], + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.115.7478", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.115.7478", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.cs.cornell.edu/people/pabo/papers/sentiment.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.17.9562", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.17.9562", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.cs.cornell.edu/home/llee/papers/sentiment.ps", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.224.2133", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.224.2133", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.cs.columbia.edu/%7Ejulia/papers/pangetal02.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.3.1972", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.3.1972", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://acl.ldc.upenn.edu/W/W02/W02-1011.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.342.8489", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.342.8489", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://arxiv.org/pdf/cs/0205070v1.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.93.8755", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.93.8755", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.cs.cornell.edu/home/llee/papers/sentiment.pdf", + "raw_type": "text" + }, + { + "id": "doi:10.48550/arxiv.cs/0205070", + "is_oa": true, + "landing_page_url": "https://doi.org/10.48550/arxiv.cs/0205070", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:cs/0205070", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/cs/0205070", + "pdf_url": "https://arxiv.org/pdf/cs/0205070", + "source": { + "id": "https://openalex.org/S4393918464", + "display_name": "ArXiv.org", + "issn_l": "2331-8422", + "issn": [ + "2331-8422" + ], + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + "sustainable_development_goals": [ + { + "display_name": "Quality Education", + "score": 0.6100000143051147, + "id": "https://metadata.un.org/sdg/4" + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 21, + "referenced_works": [ + "https://openalex.org/W94749751", + "https://openalex.org/W123043039", + "https://openalex.org/W159417085", + "https://openalex.org/W204713426", + "https://openalex.org/W1547032355", + "https://openalex.org/W1550206324", + "https://openalex.org/W1576520375", + "https://openalex.org/W1924689489", + "https://openalex.org/W1998442272", + "https://openalex.org/W2038201841", + "https://openalex.org/W2048374711", + "https://openalex.org/W2066590388", + "https://openalex.org/W2086042358", + "https://openalex.org/W2093585241", + "https://openalex.org/W2096175520", + "https://openalex.org/W2149684865", + "https://openalex.org/W2163306339", + "https://openalex.org/W2787893582", + "https://openalex.org/W2949696181", + "https://openalex.org/W3146306708", + "https://openalex.org/W3151392175" + ], + "related_works": [ + "https://openalex.org/W2165912799", + "https://openalex.org/W2735662278", + "https://openalex.org/W2382615723", + "https://openalex.org/W4311804456", + "https://openalex.org/W1987484445", + "https://openalex.org/W2623658258", + "https://openalex.org/W2143413548", + "https://openalex.org/W1969219540", + "https://openalex.org/W2370459448", + "https://openalex.org/W3021501837" + ], + "abstract_inverted_index": { + "We": [ + 0, + 69 + ], + "consider": [ + 1 + ], + "the": [ + 2, + 40, + 76 + ], + "problem": [ + 3, + 79 + ], + "of": [ + 4 + ], + "classifying": [ + 5 + ], + "documents": [ + 6 + ], + "not": [ + 7, + 57 + ], + "by": [ + 8, + 11, + 71 + ], + "topic,": [ + 9 + ], + "but": [ + 10 + ], + "overall": [ + 12 + ], + "sentiment,": [ + 13 + ], + "e.g.,": [ + 14 + ], + "determining": [ + 15 + ], + "whether": [ + 16 + ], + "a": [ + 17 + ], + "review": [ + 18 + ], + "is": [ + 19 + ], + "positive": [ + 20 + ], + "or": [ + 21 + ], + "negative.": [ + 22 + ], + "Using": [ + 23 + ], + "movie": [ + 24 + ], + "reviews": [ + 25 + ], + "as": [ + 26, + 59, + 64 + ], + "data,": [ + 27 + ], + "we": [ + 28, + 45 + ], + "find": [ + 29 + ], + "that": [ + 30, + 74 + ], + "standard": [ + 31 + ], + "machine": [ + 32, + 42 + ], + "learning": [ + 33, + 43 + ], + "techniques": [ + 34 + ], + "definitively": [ + 35 + ], + "outperform": [ + 36 + ], + "human-produced": [ + 37 + ], + "baselines.": [ + 38 + ], + "However,": [ + 39 + ], + "three": [ + 41 + ], + "methods": [ + 44 + ], + "employed": [ + 46 + ], + "(Naive": [ + 47 + ], + "Bayes,": [ + 48 + ], + "maximum": [ + 49 + ], + "entropy": [ + 50 + ], + "classification,": [ + 51 + ], + "and": [ + 52 + ], + "support": [ + 53 + ], + "vector": [ + 54 + ], + "machines)": [ + 55 + ], + "do": [ + 56 + ], + "perform": [ + 58 + ], + "well": [ + 60 + ], + "on": [ + 61, + 65 + ], + "sentiment": [ + 62, + 77 + ], + "classification": [ + 63, + 78 + ], + "traditional": [ + 66 + ], + "topic-based": [ + 67 + ], + "categorization.": [ + 68 + ], + "conclude": [ + 70 + ], + "examining": [ + 72 + ], + "factors": [ + 73 + ], + "make": [ + 75 + ], + "more": [ + 80 + ], + "challenging.": [ + 81 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 1 + }, + { + "year": 2025, + "cited_by_count": 36 + }, + { + "year": 2024, + "cited_by_count": 80 + }, + { + "year": 2023, + "cited_by_count": 125 + }, + { + "year": 2022, + "cited_by_count": 143 + }, + { + "year": 2021, + "cited_by_count": 182 + }, + { + "year": 2020, + "cited_by_count": 197 + }, + { + "year": 2019, + "cited_by_count": 212 + }, + { + "year": 2018, + "cited_by_count": 230 + }, + { + "year": 2017, + "cited_by_count": 222 + }, + { + "year": 2016, + "cited_by_count": 184 + }, + { + "year": 2015, + "cited_by_count": 154 + }, + { + "year": 2014, + "cited_by_count": 131 + }, + { + "year": 2013, + "cited_by_count": 61 + }, + { + "year": 2012, + "cited_by_count": 44 + } + ], + "updated_date": "2026-05-28T09:10:13.091523", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2104489082", + "doi": "https://doi.org/10.1103/physrevlett.108.058301", + "title": "Fast and Accurate Modeling of Molecular Atomization Energies with Machine Learning", + "display_name": "Fast and Accurate Modeling of Molecular Atomization Energies with Machine Learning", + "relevance_score": 2890.9712, + "publication_year": 2012, + "publication_date": "2012-01-31", + "ids": { + "openalex": "https://openalex.org/W2104489082", + "doi": "https://doi.org/10.1103/physrevlett.108.058301", + "mag": "2104489082", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/22400967" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1103/physrevlett.108.058301", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1103/physrevlett.108.058301", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S24807848", + "display_name": "Physical Review Letters", + "issn_l": "0031-9007", + "issn": [ + "0031-9007", + "1079-7114", + "1092-0145" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320261", + "host_organization_name": "American Physical Society", + "host_organization_lineage": [ + "https://openalex.org/P4310320261" + ], + "host_organization_lineage_names": [ + "American Physical Society" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Physical Review Letters", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "arxiv", + "crossref", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1109.2618", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5020780798", + "display_name": "Matthias Rupp", + "orcid": "https://orcid.org/0000-0002-2934-2958" + }, + "institutions": [ + { + "id": "https://openalex.org/I4577782", + "display_name": "Technische Universität Berlin", + "ror": "https://ror.org/03v4gjf40", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I4577782" + ] + }, + { + "id": "https://openalex.org/I161318765", + "display_name": "University of California, Los Angeles", + "ror": "https://ror.org/046rm7j60", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I161318765" + ] + } + ], + "countries": [ + "DE", + "US" + ], + "is_corresponding": true, + "raw_author_name": "Matthias Rupp", + "raw_affiliation_strings": [ + "Machine Learning Group, Technical University of Berlin, Franklinstr 28/29, 10587 Berlin, Germany", + "Machine Learning Group, Technical University of Berlin", + "Institute of Pure and Applied Mathematics, University of California Los Angeles" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Machine Learning Group, Technical University of Berlin, Franklinstr 28/29, 10587 Berlin, Germany", + "institution_ids": [ + "https://openalex.org/I4577782" + ] + }, + { + "raw_affiliation_string": "Machine Learning Group, Technical University of Berlin", + "institution_ids": [ + "https://openalex.org/I4577782" + ] + }, + { + "raw_affiliation_string": "Institute of Pure and Applied Mathematics, University of California Los Angeles", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5026929463", + "display_name": "Alexandre Tkatchenko", + "orcid": "https://orcid.org/0000-0002-1012-4854" + }, + "institutions": [ + { + "id": "https://openalex.org/I161318765", + "display_name": "University of California, Los Angeles", + "ror": "https://ror.org/046rm7j60", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I161318765" + ] + }, + { + "id": "https://openalex.org/I2800875726", + "display_name": "Fritz Haber Institute of the Max Planck Society", + "ror": "https://ror.org/03k9qs827", + "country_code": "DE", + "type": "facility", + "lineage": [ + "https://openalex.org/I149899117", + "https://openalex.org/I2800875726" + ] + } + ], + "countries": [ + "DE", + "US" + ], + "is_corresponding": false, + "raw_author_name": "Alexandre Tkatchenko", + "raw_affiliation_strings": [ + "Fritz-Haber-Institut der Max-Planck-Gesellschaft, 14195 Berlin, Germany", + "Institute of Pure and Applied Mathematics, University of California Los Angeles, Los Angeles, California 90095, USA", + "Theory, Fritz Haber Institute, Max Planck Society", + "Institute of Pure and Applied Mathematics, University of California Los Angeles" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Fritz-Haber-Institut der Max-Planck-Gesellschaft, 14195 Berlin, Germany", + "institution_ids": [ + "https://openalex.org/I2800875726" + ] + }, + { + "raw_affiliation_string": "Institute of Pure and Applied Mathematics, University of California Los Angeles, Los Angeles, California 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Theory, Fritz Haber Institute, Max Planck Society", + "institution_ids": [ + "https://openalex.org/I2800875726" + ] + }, + { + "raw_affiliation_string": "Institute of Pure and Applied Mathematics, University of California Los Angeles", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5107838719", + "display_name": "Klaus‐Robert Müller", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I4577782", + "display_name": "Technische Universität Berlin", + "ror": "https://ror.org/03v4gjf40", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I4577782" + ] + }, + { + "id": "https://openalex.org/I161318765", + "display_name": "University of California, Los Angeles", + "ror": "https://ror.org/046rm7j60", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I161318765" + ] + } + ], + "countries": [ + "DE", + "US" + ], + "is_corresponding": false, + "raw_author_name": "Klaus-Robert Müller", + "raw_affiliation_strings": [ + "Institute of Pure and Applied Mathematics, University of California Los Angeles, Los Angeles, California 90095, USA", + "Machine Learning Group, Technical University of Berlin, Franklinstr 28/29, 10587 Berlin, Germany", + "Machine Learning Group, Technical University of Berlin", + "Institute of Pure and Applied Mathematics, University of California Los Angeles" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Institute of Pure and Applied Mathematics, University of California Los Angeles, Los Angeles, California 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Machine Learning Group, Technical University of Berlin, Franklinstr 28/29, 10587 Berlin, Germany", + "institution_ids": [ + "https://openalex.org/I4577782" + ] + }, + { + "raw_affiliation_string": "Machine Learning Group, Technical University of Berlin", + "institution_ids": [ + "https://openalex.org/I4577782" + ] + }, + { + "raw_affiliation_string": "Institute of Pure and Applied Mathematics, University of California Los Angeles", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5088793872", + "display_name": "O. Anatole von Lilienfeld", + "orcid": "https://orcid.org/0000-0001-7419-0466" + }, + "institutions": [ + { + "id": "https://openalex.org/I161318765", + "display_name": "University of California, Los Angeles", + "ror": "https://ror.org/046rm7j60", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I161318765" + ] + }, + { + "id": "https://openalex.org/I1282105669", + "display_name": "Argonne National Laboratory", + "ror": "https://ror.org/05gvnxz63", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I1282105669", + "https://openalex.org/I1330989302", + "https://openalex.org/I39565521", + "https://openalex.org/I40347166" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "O. Anatole von Lilienfeld", + "raw_affiliation_strings": [ + "Argonne Leadership Computing Facility, Argonne National Laboratory, Argonne, Illinois 60439, USA", + "Institute of Pure and Applied Mathematics, University of California Los Angeles, Los Angeles, California 90095, USA", + "Argonne Leadership Computing Facility, Argonne National Laboratory", + "Institute of Pure and Applied Mathematics, University of California Los Angeles" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Argonne Leadership Computing Facility, Argonne National Laboratory, Argonne, Illinois 60439, USA", + "institution_ids": [ + "https://openalex.org/I1282105669" + ] + }, + { + "raw_affiliation_string": "Institute of Pure and Applied Mathematics, University of California Los Angeles, Los Angeles, California 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Argonne Leadership Computing Facility, Argonne National Laboratory", + "institution_ids": [ + "https://openalex.org/I1282105669" + ] + }, + { + "raw_affiliation_string": "Institute of Pure and Applied Mathematics, University of California Los Angeles", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 4, + "corresponding_author_ids": [ + "https://openalex.org/A5020780798" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I161318765", + "https://openalex.org/I4577782" + ], + "apc_list": { + "value": 3750, + "currency": "USD", + "value_usd": 3750 + }, + "apc_paid": null, + "fwci": 13.8904, + "has_fulltext": false, + "cited_by_count": 2377, + "citation_normalized_percentile": { + "value": 0.99412296, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "108", + "issue": "5", + "first_page": "058301", + "last_page": "058301" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11948", + "display_name": "Machine Learning in Materials Science", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/2505", + "display_name": "Materials Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/25", + "display_name": "Materials Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11948", + "display_name": "Machine Learning in Materials Science", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/2505", + "display_name": "Materials Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/25", + "display_name": "Materials Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10002", + "display_name": "Advanced Chemical Physics Studies", + "score": 0.9954000115394592, + "subfield": { + "id": "https://openalex.org/subfields/3107", + "display_name": "Atomic and Molecular Physics, and Optics" + }, + "field": { + "id": "https://openalex.org/fields/31", + "display_name": "Physics and Astronomy" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10211", + "display_name": "Computational Drug Discovery Methods", + "score": 0.9923999905586243, + "subfield": { + "id": "https://openalex.org/subfields/1703", + "display_name": "Computational Theory and Mathematics" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.4200275242328644 + }, + { + "id": "https://openalex.org/keywords/statistical-physics", + "display_name": "Statistical physics", + "score": 0.3693031072616577 + }, + { + "id": "https://openalex.org/keywords/physics", + "display_name": "Physics", + "score": 0.28881940245628357 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.4200275242328644 + }, + { + "id": "https://openalex.org/C121864883", + "wikidata": "https://www.wikidata.org/wiki/Q677916", + "display_name": "Statistical physics", + "level": 1, + "score": 0.3693031072616577 + }, + { + "id": "https://openalex.org/C121332964", + "wikidata": "https://www.wikidata.org/wiki/Q413", + "display_name": "Physics", + "level": 0, + "score": 0.28881940245628357 + } + ], + "mesh": [], + "locations_count": 7, + "locations": [ + { + "id": "doi:10.1103/physrevlett.108.058301", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1103/physrevlett.108.058301", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S24807848", + "display_name": "Physical Review Letters", + "issn_l": "0031-9007", + "issn": [ + "0031-9007", + "1079-7114", + "1092-0145" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320261", + "host_organization_name": "American Physical Society", + "host_organization_lineage": [ + "https://openalex.org/P4310320261" + ], + "host_organization_lineage_names": [ + "American Physical Society" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Physical Review Letters", + "raw_type": "journal-article" + }, + { + "id": "pmid:22400967", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/22400967", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Physical review letters", + "raw_type": null + }, + { + "id": "pmh:oai:edoc.unibas.ch:43360", + "is_oa": false, + "landing_page_url": null, + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401836", + "display_name": "edoc (University of Basel)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1850255", + "host_organization_name": "University of Basel", + "host_organization_lineage": [ + "https://openalex.org/I1850255" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "acceptedVersion", + "is_accepted": true, + "is_published": false, + "raw_source_name": "", + "raw_type": "Article" + }, + { + "id": "pmh:oai:arXiv.org:1109.2618", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1109.2618", + "pdf_url": "https://arxiv.org/pdf/1109.2618", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:orbilu.uni.lu:10993/25176", + "is_oa": true, + "landing_page_url": "http://orbilu.uni.lu/handle/10993/25176", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401815", + "display_name": "Open Repository and Bibliography (University of Luxembourg)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I186903577", + "host_organization_name": "University of Luxembourg", + "host_organization_lineage": [ + "https://openalex.org/I186903577" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by-nc-sa", + "license_id": "https://openalex.org/licenses/cc-by-nc-sa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "PHYSICAL REVIEW LETTERS, 108(5). ONE PHYSICS ELLIPSE, COLLEGE PK, MD 20740-3844 USA: AMER PHYSICAL SOC (2012).", + "raw_type": null + }, + { + "id": "pmh:oai:osti.gov:1099077", + "is_oa": true, + "landing_page_url": "https://www.osti.gov/biblio/1099077", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402487", + "display_name": "OSTI OAI (U.S. Department of Energy Office of Scientific and Technical Information)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I139351228", + "host_organization_name": "Office of Scientific and Technical Information", + "host_organization_lineage": [ + "https://openalex.org/I139351228" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + }, + { + "id": "pmh:oai:pure.mpg.de:item_1500966", + "is_oa": true, + "landing_page_url": "http://hdl.handle.net/11858/00-001M-0000-000F-C6EF-A", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400654", + "display_name": "MPG.PuRe (Max Planck Society)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I149899117", + "host_organization_name": "Max Planck Society", + "host_organization_lineage": [ + "https://openalex.org/I149899117" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "other-oa", + "license_id": "https://openalex.org/licenses/other-oa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Physical Review Letters", + "raw_type": "info:eu-repo/semantics/article" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1109.2618", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1109.2618", + "pdf_url": "https://arxiv.org/pdf/1109.2618", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + "sustainable_development_goals": [ + { + "display_name": "Affordable and clean energy", + "score": 0.8700000047683716, + "id": "https://metadata.un.org/sdg/7" + } + ], + "awards": [], + "funders": [ + { + "id": "https://openalex.org/F4320306084", + "display_name": "U.S. Department of Energy", + "ror": "https://ror.org/01bj3aw27" + } + ], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 41, + "referenced_works": [ + "https://openalex.org/W1480376833", + "https://openalex.org/W1522205938", + "https://openalex.org/W1544445790", + "https://openalex.org/W1545231783", + "https://openalex.org/W1548618691", + "https://openalex.org/W1554944419", + "https://openalex.org/W1975997599", + "https://openalex.org/W1978538703", + "https://openalex.org/W1979408061", + "https://openalex.org/W1982598895", + "https://openalex.org/W1987236926", + "https://openalex.org/W1988636074", + "https://openalex.org/W1998317125", + "https://openalex.org/W1998848097", + "https://openalex.org/W2000500972", + "https://openalex.org/W2000957843", + "https://openalex.org/W2016819003", + "https://openalex.org/W2017891892", + "https://openalex.org/W2022080248", + "https://openalex.org/W2023390323", + "https://openalex.org/W2023466796", + "https://openalex.org/W2025444507", + "https://openalex.org/W2030976617", + "https://openalex.org/W2037761619", + "https://openalex.org/W2038617772", + "https://openalex.org/W2049961577", + "https://openalex.org/W2059401145", + "https://openalex.org/W2075930604", + "https://openalex.org/W2083415705", + "https://openalex.org/W2108995755", + "https://openalex.org/W2130437470", + "https://openalex.org/W2143981217", + "https://openalex.org/W2148424525", + "https://openalex.org/W2151571625", + "https://openalex.org/W2153693853", + "https://openalex.org/W2171033594", + "https://openalex.org/W2206840988", + "https://openalex.org/W2230728100", + "https://openalex.org/W2787894218", + "https://openalex.org/W3119651796", + "https://openalex.org/W4242320552" + ], + "related_works": [ + "https://openalex.org/W4391375266", + "https://openalex.org/W2899084033", + "https://openalex.org/W2748952813", + "https://openalex.org/W2390279801", + "https://openalex.org/W4391913857", + "https://openalex.org/W2358668433", + "https://openalex.org/W4396701345", + "https://openalex.org/W2376932109", + "https://openalex.org/W2001405890", + "https://openalex.org/W4396696052" + ], + "abstract_inverted_index": { + "We": [ + 0 + ], + "introduce": [ + 1 + ], + "a": [ + 2, + 11, + 36, + 69 + ], + "machine": [ + 3 + ], + "learning": [ + 4 + ], + "model": [ + 5 + ], + "to": [ + 6, + 51 + ], + "predict": [ + 7 + ], + "atomization": [ + 8, + 52, + 84 + ], + "energies": [ + 9, + 53 + ], + "of": [ + 10, + 14, + 27, + 41, + 73, + 82 + ], + "diverse": [ + 12 + ], + "set": [ + 13 + ], + "organic": [ + 15, + 66 + ], + "molecules,": [ + 16 + ], + "based": [ + 17 + ], + "on": [ + 18, + 48 + ], + "nuclear": [ + 19 + ], + "charges": [ + 20 + ], + "and": [ + 21, + 49 + ], + "atomic": [ + 22 + ], + "positions": [ + 23 + ], + "only.": [ + 24 + ], + "The": [ + 25 + ], + "problem": [ + 26, + 40 + ], + "solving": [ + 28 + ], + "the": [ + 29, + 80 + ], + "molecular": [ + 30, + 83 + ], + "Schrödinger": [ + 31 + ], + "equation": [ + 32 + ], + "is": [ + 33, + 77 + ], + "mapped": [ + 34 + ], + "onto": [ + 35 + ], + "nonlinear": [ + 37 + ], + "statistical": [ + 38 + ], + "regression": [ + 39 + ], + "reduced": [ + 42 + ], + "complexity.": [ + 43 + ], + "Regression": [ + 44 + ], + "models": [ + 45 + ], + "are": [ + 46 + ], + "trained": [ + 47 + ], + "compared": [ + 50 + ], + "computed": [ + 54 + ], + "with": [ + 55 + ], + "hybrid": [ + 56 + ], + "density-functional": [ + 57 + ], + "theory.": [ + 58 + ], + "Cross": [ + 59 + ], + "validation": [ + 60 + ], + "over": [ + 61 + ], + "more": [ + 62 + ], + "than": [ + 63 + ], + "seven": [ + 64 + ], + "thousand": [ + 65 + ], + "molecules": [ + 67 + ], + "yields": [ + 68 + ], + "mean": [ + 70 + ], + "absolute": [ + 71 + ], + "error": [ + 72 + ], + "∼10": [ + 74 + ], + "kcal/mol.": [ + 75 + ], + "Applicability": [ + 76 + ], + "demonstrated": [ + 78 + ], + "for": [ + 79 + ], + "prediction": [ + 81 + ], + "potential": [ + 85 + ], + "energy": [ + 86 + ], + "curves.": [ + 87 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 66 + }, + { + "year": 2025, + "cited_by_count": 222 + }, + { + "year": 2024, + "cited_by_count": 270 + }, + { + "year": 2023, + "cited_by_count": 256 + }, + { + "year": 2022, + "cited_by_count": 238 + }, + { + "year": 2021, + "cited_by_count": 346 + }, + { + "year": 2020, + "cited_by_count": 362 + }, + { + "year": 2019, + "cited_by_count": 205 + }, + { + "year": 2018, + "cited_by_count": 182 + }, + { + "year": 2017, + "cited_by_count": 95 + }, + { + "year": 2016, + "cited_by_count": 41 + }, + { + "year": 2015, + "cited_by_count": 33 + }, + { + "year": 2014, + "cited_by_count": 25 + }, + { + "year": 2013, + "cited_by_count": 25 + }, + { + "year": 2012, + "cited_by_count": 9 + } + ], + "updated_date": "2026-05-26T13:28:51.108037", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W1590183771", + "doi": "https://doi.org/10.1017/cbo9780511804779", + "title": "Bayesian Reasoning and Machine Learning", + "display_name": "Bayesian Reasoning and Machine Learning", + "relevance_score": 2858.3123, + "publication_year": 2012, + "publication_date": "2012-06-05", + "ids": { + "openalex": "https://openalex.org/W1590183771", + "doi": "https://doi.org/10.1017/cbo9780511804779", + "mag": "1590183771" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1017/cbo9780511804779", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1017/cbo9780511804779", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306462995", + "display_name": "Cambridge University Press eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/P4310311721", + "host_organization_name": "Cambridge University Press", + "host_organization_lineage": [ + "https://openalex.org/P4310311721", + "https://openalex.org/P4310311702" + ], + "host_organization_lineage_names": [ + "Cambridge University Press", + "University of Cambridge" + ], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "monograph" + }, + "type": "book", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5101763101", + "display_name": "David Barber", + "orcid": "https://orcid.org/0000-0003-2163-2982" + }, + "institutions": [ + { + "id": "https://openalex.org/I2800173700", + "display_name": "UCL Australia", + "ror": "https://ror.org/024atcf19", + "country_code": "AU", + "type": "education", + "lineage": [ + "https://openalex.org/I2800173700" + ] + }, + { + "id": "https://openalex.org/I45129253", + "display_name": "University College London", + "ror": "https://ror.org/02jx3x895", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I124357947", + "https://openalex.org/I45129253" + ] + } + ], + "countries": [ + "AU", + "GB" + ], + "is_corresponding": true, + "raw_author_name": "David Barber", + "raw_affiliation_strings": [ + "University College London", + "University college London" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University College London", + "institution_ids": [ + "https://openalex.org/I45129253" + ] + }, + { + "raw_affiliation_string": "University college London", + "institution_ids": [ + "https://openalex.org/I2800173700" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5101763101" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I2800173700", + "https://openalex.org/I45129253" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 16.0361, + "has_fulltext": false, + "cited_by_count": 1650, + "citation_normalized_percentile": { + "value": 0.99438202, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11875", + "display_name": "Statistics Education and Methodologies", + "score": 0.3961000144481659, + "subfield": { + "id": "https://openalex.org/subfields/2613", + "display_name": "Statistics and Probability" + }, + "field": { + "id": "https://openalex.org/fields/26", + "display_name": "Mathematics" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11875", + "display_name": "Statistics Education and Methodologies", + "score": 0.3961000144481659, + "subfield": { + "id": "https://openalex.org/subfields/2613", + "display_name": "Statistics and Probability" + }, + "field": { + "id": "https://openalex.org/fields/26", + "display_name": "Mathematics" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.38089999556541443, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/toolbox", + "display_name": "Toolbox", + "score": 0.8341989517211914 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6473276615142822 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.49235260486602783 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.3714091181755066 + }, + { + "id": "https://openalex.org/keywords/data-science", + "display_name": "Data science", + "score": 0.3704102039337158 + }, + { + "id": "https://openalex.org/keywords/human–computer-interaction", + "display_name": "Human–computer interaction", + "score": 0.3456208109855652 + }, + { + "id": "https://openalex.org/keywords/programming-language", + "display_name": "Programming language", + "score": 0.16564661264419556 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2777655017", + "wikidata": "https://www.wikidata.org/wiki/Q1501161", + "display_name": "Toolbox", + "level": 2, + "score": 0.8341989517211914 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6473276615142822 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.49235260486602783 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.3714091181755066 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.3704102039337158 + }, + { + "id": "https://openalex.org/C107457646", + "wikidata": "https://www.wikidata.org/wiki/Q207434", + "display_name": "Human–computer interaction", + "level": 1, + "score": 0.3456208109855652 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.16564661264419556 + } + ], + "mesh": [], + "locations_count": 10, + "locations": [ + { + "id": "doi:10.1017/cbo9780511804779", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1017/cbo9780511804779", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306462995", + "display_name": "Cambridge University Press eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/P4310311721", + "host_organization_name": "Cambridge University Press", + "host_organization_lineage": [ + "https://openalex.org/P4310311721", + "https://openalex.org/P4310311702" + ], + "host_organization_lineage_names": [ + "Cambridge University Press", + "University of Cambridge" + ], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "monograph" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.232.8159", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.232.8159", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://web4.cs.ucl.ac.uk/staff/D.Barber/textbook/270212.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.365.5529", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.365.5529", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://web4.cs.ucl.ac.uk/staff/D.Barber/textbook/180613.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.369.3646", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.369.3646", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://web4.cs.ucl.ac.uk/staff/D.Barber/textbook/090310.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.649.4333", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.649.4333", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://web4.cs.ucl.ac.uk/staff/D.Barber/textbook/250214.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.696.6905", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.696.6905", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://web4.cs.ucl.ac.uk/staff/D.Barber/textbook/240415.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.715.5862", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.715.5862", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://web4.cs.ucl.ac.uk/staff/D.Barber/textbook/181115.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-024811811", + "is_oa": false, + "landing_page_url": "http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=024811811&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-035597209", + "is_oa": false, + "landing_page_url": "http://www.cs.ucl.ac.uk/staff/d.barber/brml/", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:cds.cern.ch:1495251", + "is_oa": false, + "landing_page_url": "http://cds.cern.ch/record/1495251", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402195", + "display_name": "CERN Document Server (European Organization for Nuclear Research)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I67311998", + "host_organization_name": "European Organization for Nuclear Research", + "host_organization_lineage": [ + "https://openalex.org/I67311998" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "display_name": "Industry, innovation and infrastructure", + "score": 0.41999998688697815, + "id": "https://metadata.un.org/sdg/9" + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W4286629047", + "https://openalex.org/W3046775127", + "https://openalex.org/W3107602296", + "https://openalex.org/W3170094116", + "https://openalex.org/W4386462264", + "https://openalex.org/W4313488044", + "https://openalex.org/W3209574120", + "https://openalex.org/W4312192474" + ], + "abstract_inverted_index": { + "Machine": [ + 0 + ], + "learning": [ + 1 + ], + "methods": [ + 2, + 46 + ], + "extract": [ + 3 + ], + "value": [ + 4 + ], + "from": [ + 5, + 90 + ], + "vast": [ + 6 + ], + "data": [ + 7 + ], + "sets": [ + 8 + ], + "quickly": [ + 9 + ], + "and": [ + 10, + 33, + 36, + 73, + 82, + 85, + 113, + 125, + 130, + 140 + ], + "with": [ + 11, + 63, + 76 + ], + "modest": [ + 12, + 64 + ], + "resources.": [ + 13 + ], + "They": [ + 14 + ], + "are": [ + 15, + 132, + 146 + ], + "established": [ + 16 + ], + "tools": [ + 17 + ], + "in": [ + 18, + 79, + 134 + ], + "a": [ + 19, + 106, + 143 + ], + "wide": [ + 20 + ], + "range": [ + 21 + ], + "of": [ + 22, + 50, + 99, + 108 + ], + "industrial": [ + 23 + ], + "applications,": [ + 24 + ], + "including": [ + 25, + 142 + ], + "search": [ + 26 + ], + "engines,": [ + 27 + ], + "DNA": [ + 28 + ], + "sequencing,": [ + 29 + ], + "stock": [ + 30 + ], + "market": [ + 31 + ], + "analysis,": [ + 32 + ], + "robot": [ + 34 + ], + "locomotion,": [ + 35 + ], + "their": [ + 37, + 48 + ], + "use": [ + 38 + ], + "is": [ + 39, + 68 + ], + "spreading": [ + 40 + ], + "rapidly.": [ + 41 + ], + "People": [ + 42 + ], + "who": [ + 43 + ], + "know": [ + 44 + ], + "the": [ + 45, + 97, + 120 + ], + "have": [ + 47 + ], + "choice": [ + 49 + ], + "rewarding": [ + 51 + ], + "jobs.": [ + 52 + ], + "This": [ + 53 + ], + "hands-on": [ + 54 + ], + "text": [ + 55 + ], + "opens": [ + 56 + ], + "these": [ + 57 + ], + "opportunities": [ + 58 + ], + "to": [ + 59, + 93 + ], + "computer": [ + 60, + 128 + ], + "science": [ + 61 + ], + "students": [ + 62, + 75, + 139 + ], + "mathematical": [ + 65 + ], + "backgrounds.": [ + 66 + ], + "It": [ + 67 + ], + "designed": [ + 69 + ], + "for": [ + 70, + 119, + 138 + ], + "final-year": [ + 71 + ], + "undergraduates": [ + 72 + ], + "master's": [ + 74 + ], + "limited": [ + 77 + ], + "background": [ + 78 + ], + "linear": [ + 80 + ], + "algebra": [ + 81 + ], + "calculus.": [ + 83 + ], + "Comprehensive": [ + 84 + ], + "coherent,": [ + 86 + ], + "it": [ + 87 + ], + "develops": [ + 88 + ], + "everything": [ + 89 + ], + "basic": [ + 91 + ], + "reasoning": [ + 92 + ], + "advanced": [ + 94 + ], + "techniques": [ + 95 + ], + "within": [ + 96 + ], + "framework": [ + 98 + ], + "graphical": [ + 100 + ], + "models.": [ + 101 + ], + "Students": [ + 102 + ], + "learn": [ + 103 + ], + "more": [ + 104 + ], + "than": [ + 105 + ], + "menu": [ + 107 + ], + "techniques,": [ + 109 + ], + "they": [ + 110 + ], + "develop": [ + 111 + ], + "analytical": [ + 112 + ], + "problem-solving": [ + 114 + ], + "skills": [ + 115 + ], + "that": [ + 116 + ], + "equip": [ + 117 + ], + "them": [ + 118 + ], + "real": [ + 121 + ], + "world.": [ + 122 + ], + "Numerous": [ + 123 + ], + "examples": [ + 124 + ], + "exercises,": [ + 126 + ], + "both": [ + 127 + ], + "based": [ + 129 + ], + "theoretical,": [ + 131 + ], + "included": [ + 133 + ], + "every": [ + 135 + ], + "chapter.": [ + 136 + ], + "Resources": [ + 137 + ], + "instructors,": [ + 141 + ], + "MATLAB": [ + 144 + ], + "toolbox,": [ + 145 + ], + "available": [ + 147 + ], + "online.": [ + 148 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 18 + }, + { + "year": 2025, + "cited_by_count": 95 + }, + { + "year": 2024, + "cited_by_count": 101 + }, + { + "year": 2023, + "cited_by_count": 93 + }, + { + "year": 2022, + "cited_by_count": 124 + }, + { + "year": 2021, + "cited_by_count": 135 + }, + { + "year": 2020, + "cited_by_count": 193 + }, + { + "year": 2019, + "cited_by_count": 172 + }, + { + "year": 2018, + "cited_by_count": 141 + }, + { + "year": 2017, + "cited_by_count": 132 + }, + { + "year": 2016, + "cited_by_count": 126 + }, + { + "year": 2015, + "cited_by_count": 110 + }, + { + "year": 2014, + "cited_by_count": 100 + }, + { + "year": 2013, + "cited_by_count": 73 + }, + { + "year": 2012, + "cited_by_count": 22 + } + ], + "updated_date": "2026-05-28T09:10:13.091523", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W3123436326", + "doi": "https://doi.org/10.1111/ectj.12097", + "title": "Double/debiased machine learning for treatment and structural parameters", + "display_name": "Double/debiased machine learning for treatment and structural parameters", + "relevance_score": 2839.6946, + "publication_year": 2017, + "publication_date": "2017-06-24", + "ids": { + "openalex": "https://openalex.org/W3123436326", + "doi": "https://doi.org/10.1111/ectj.12097", + "mag": "3123436326" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1111/ectj.12097", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1111/ectj.12097", + "pdf_url": "https://academic.oup.com/ectj/article-pdf/21/1/C1/27684918/ectj00c1.pdf", + "source": { + "id": "https://openalex.org/S33519306", + "display_name": "Econometrics Journal", + "issn_l": "1368-4221", + "issn": [ + "1368-4221", + "1368-423X" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310311648", + "host_organization_name": "Oxford University Press", + "host_organization_lineage": [ + "https://openalex.org/P4310311648", + "https://openalex.org/P4310311647" + ], + "host_organization_lineage_names": [ + "Oxford University Press", + "University of Oxford" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "The Econometrics Journal", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "bronze", + "oa_url": "https://academic.oup.com/ectj/article-pdf/21/1/C1/27684918/ectj00c1.pdf", + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5068383641", + "display_name": "Victor Chernozhukov", + "orcid": "https://orcid.org/0000-0002-3250-6714" + }, + "institutions": [ + { + "id": "https://openalex.org/I63966007", + "display_name": "Massachusetts Institute of Technology", + "ror": "https://ror.org/042nb2s44", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I63966007" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Victor Chernozhukov", + "raw_affiliation_strings": [ + "Massachusetts Institute of Technology, 50 Memorial Drive, Cambridge, MA 02139, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Massachusetts Institute of Technology, 50 Memorial Drive, Cambridge, MA 02139, USA", + "institution_ids": [ + "https://openalex.org/I63966007" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5110738906", + "display_name": "Denis Chetverikov", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I161318765", + "display_name": "University of California, Los Angeles", + "ror": "https://ror.org/046rm7j60", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I161318765" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Denis Chetverikov", + "raw_affiliation_strings": [ + "University of California Los Angeles, 315 Portola Plaza, Los Angeles, CA 90095, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of California Los Angeles, 315 Portola Plaza, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5050184772", + "display_name": "Mert Demirer", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I63966007", + "display_name": "Massachusetts Institute of Technology", + "ror": "https://ror.org/042nb2s44", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I63966007" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Mert Demirer", + "raw_affiliation_strings": [ + "Massachusetts Institute of Technology, 50 Memorial Drive, Cambridge, MA 02139, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Massachusetts Institute of Technology, 50 Memorial Drive, Cambridge, MA 02139, USA", + "institution_ids": [ + "https://openalex.org/I63966007" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5015565298", + "display_name": "Esther Duflo", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I63966007", + "display_name": "Massachusetts Institute of Technology", + "ror": "https://ror.org/042nb2s44", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I63966007" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Esther Duflo", + "raw_affiliation_strings": [ + "Massachusetts Institute of Technology, 50 Memorial Drive, Cambridge, MA 02139, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Massachusetts Institute of Technology, 50 Memorial Drive, Cambridge, MA 02139, USA", + "institution_ids": [ + "https://openalex.org/I63966007" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5086970490", + "display_name": "Christian Hansen", + "orcid": "https://orcid.org/0009-0006-8123-1039" + }, + "institutions": [ + { + "id": "https://openalex.org/I40347166", + "display_name": "University of Chicago", + "ror": "https://ror.org/024mw5h28", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I40347166" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Christian Hansen", + "raw_affiliation_strings": [ + "University of Chicago, 5807 S. Woodlawn Ave., Chicago, IL 60637, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Chicago, 5807 S. Woodlawn Ave., Chicago, IL 60637, USA", + "institution_ids": [ + "https://openalex.org/I40347166" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5113931380", + "display_name": "Whitney K. Newey", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I63966007", + "display_name": "Massachusetts Institute of Technology", + "ror": "https://ror.org/042nb2s44", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I63966007" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Whitney Newey", + "raw_affiliation_strings": [ + "Massachusetts Institute of Technology, 50 Memorial Drive, Cambridge, MA 02139, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Massachusetts Institute of Technology, 50 Memorial Drive, Cambridge, MA 02139, USA", + "institution_ids": [ + "https://openalex.org/I63966007" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5079863455", + "display_name": "James M. Robins", + "orcid": "https://orcid.org/0000-0001-6609-209X" + }, + "institutions": [ + { + "id": "https://openalex.org/I136199984", + "display_name": "Harvard University", + "ror": "https://ror.org/03vek6s52", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I136199984" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "James Robins", + "raw_affiliation_strings": [ + "Harvard University, 677 Huntington Avenue, Boston, MA 02115, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Harvard University, 677 Huntington Avenue, Boston, MA 02115, USA", + "institution_ids": [ + "https://openalex.org/I136199984" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 7, + "corresponding_author_ids": [ + "https://openalex.org/A5068383641" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I63966007" + ], + "apc_list": { + "value": 3099, + "currency": "GBP", + "value_usd": 3801 + }, + "apc_paid": null, + "fwci": 49.5769, + "has_fulltext": false, + "cited_by_count": 2392, + "citation_normalized_percentile": { + "value": 0.99897025, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "21", + "issue": "1", + "first_page": "C1", + "last_page": "C68" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10136", + "display_name": "Statistical Methods and Inference", + "score": 0.9990000128746033, + "subfield": { + "id": "https://openalex.org/subfields/2613", + "display_name": "Statistics and Probability" + }, + "field": { + "id": "https://openalex.org/fields/26", + "display_name": "Mathematics" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10136", + "display_name": "Statistical Methods and Inference", + "score": 0.9990000128746033, + "subfield": { + "id": "https://openalex.org/subfields/2613", + "display_name": "Statistics and Probability" + }, + "field": { + "id": "https://openalex.org/fields/26", + "display_name": "Mathematics" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10845", + "display_name": "Advanced Causal Inference Techniques", + "score": 0.9986000061035156, + "subfield": { + "id": "https://openalex.org/subfields/2613", + "display_name": "Statistics and Probability" + }, + "field": { + "id": "https://openalex.org/fields/26", + "display_name": "Mathematics" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10243", + "display_name": "Statistical Methods and Bayesian Inference", + "score": 0.9952999949455261, + "subfield": { + "id": "https://openalex.org/subfields/2613", + "display_name": "Statistics and Probability" + }, + "field": { + "id": "https://openalex.org/fields/26", + "display_name": "Mathematics" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/overfitting", + "display_name": "Overfitting", + "score": 0.9195612668991089 + }, + { + "id": "https://openalex.org/keywords/estimator", + "display_name": "Estimator", + "score": 0.8237652778625488 + }, + { + "id": "https://openalex.org/keywords/nuisance-parameter", + "display_name": "Nuisance parameter", + "score": 0.6137700080871582 + }, + { + "id": "https://openalex.org/keywords/regularization", + "display_name": "Regularization (linguistics)", + "score": 0.611305832862854 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.5675204992294312 + }, + { + "id": "https://openalex.org/keywords/statistics", + "display_name": "Statistics", + "score": 0.3928169012069702 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.37074944376945496 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.3280455470085144 + }, + { + "id": "https://openalex.org/keywords/applied-mathematics", + "display_name": "Applied mathematics", + "score": 0.3253978490829468 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.3153572082519531 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.1361507773399353 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C22019652", + "wikidata": "https://www.wikidata.org/wiki/Q331309", + "display_name": "Overfitting", + "level": 3, + "score": 0.9195612668991089 + }, + { + "id": "https://openalex.org/C185429906", + "wikidata": "https://www.wikidata.org/wiki/Q1130160", + "display_name": "Estimator", + "level": 2, + "score": 0.8237652778625488 + }, + { + "id": "https://openalex.org/C194531419", + "wikidata": "https://www.wikidata.org/wiki/Q17104825", + "display_name": "Nuisance parameter", + "level": 3, + "score": 0.6137700080871582 + }, + { + "id": "https://openalex.org/C2776135515", + "wikidata": "https://www.wikidata.org/wiki/Q17143721", + "display_name": "Regularization (linguistics)", + "level": 2, + "score": 0.611305832862854 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.5675204992294312 + }, + { + "id": "https://openalex.org/C105795698", + "wikidata": "https://www.wikidata.org/wiki/Q12483", + "display_name": "Statistics", + "level": 1, + "score": 0.3928169012069702 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.37074944376945496 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.3280455470085144 + }, + { + "id": "https://openalex.org/C28826006", + "wikidata": "https://www.wikidata.org/wiki/Q33521", + "display_name": "Applied mathematics", + "level": 1, + "score": 0.3253978490829468 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.3153572082519531 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.1361507773399353 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1111/ectj.12097", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1111/ectj.12097", + "pdf_url": "https://academic.oup.com/ectj/article-pdf/21/1/C1/27684918/ectj00c1.pdf", + "source": { + "id": "https://openalex.org/S33519306", + "display_name": "Econometrics Journal", + "issn_l": "1368-4221", + "issn": [ + "1368-4221", + "1368-423X" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310311648", + "host_organization_name": "Oxford University Press", + "host_organization_lineage": [ + "https://openalex.org/P4310311648", + "https://openalex.org/P4310311647" + ], + "host_organization_lineage_names": [ + "Oxford University Press", + "University of Oxford" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "The Econometrics Journal", + "raw_type": "journal-article" + } + ], + "best_oa_location": { + "id": "doi:10.1111/ectj.12097", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1111/ectj.12097", + "pdf_url": "https://academic.oup.com/ectj/article-pdf/21/1/C1/27684918/ectj00c1.pdf", + "source": { + "id": "https://openalex.org/S33519306", + "display_name": "Econometrics Journal", + "issn_l": "1368-4221", + "issn": [ + "1368-4221", + "1368-423X" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310311648", + "host_organization_name": "Oxford University Press", + "host_organization_lineage": [ + "https://openalex.org/P4310311648", + "https://openalex.org/P4310311647" + ], + "host_organization_lineage_names": [ + "Oxford University Press", + "University of Oxford" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "The Econometrics Journal", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [], + "awards": [ + { + "id": "https://openalex.org/G6556031174", + "display_name": null, + "funder_award_id": "ES/I034021/1", + "funder_id": "https://openalex.org/F4320334630", + "funder_display_name": "Economic and Social Research Council" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320306076", + "display_name": "National Science Foundation", + "ror": "https://ror.org/021nxhr62" + }, + { + "id": "https://openalex.org/F4320334630", + "display_name": "Economic and Social Research Council", + "ror": "https://ror.org/03n0ht308" + } + ], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 94, + "referenced_works": [ + "https://openalex.org/W67506904", + "https://openalex.org/W81897278", + "https://openalex.org/W620038288", + "https://openalex.org/W1460189015", + "https://openalex.org/W1520595697", + "https://openalex.org/W1548939571", + "https://openalex.org/W1556388863", + "https://openalex.org/W1656622334", + "https://openalex.org/W1730512236", + "https://openalex.org/W1886275324", + "https://openalex.org/W1963509555", + "https://openalex.org/W1963874316", + "https://openalex.org/W1977675844", + "https://openalex.org/W1981809679", + "https://openalex.org/W1984547044", + "https://openalex.org/W1988734172", + "https://openalex.org/W2000008805", + "https://openalex.org/W2014373672", + "https://openalex.org/W2018543390", + "https://openalex.org/W2022450888", + "https://openalex.org/W2028995298", + "https://openalex.org/W2045640115", + "https://openalex.org/W2046977371", + "https://openalex.org/W2051507405", + "https://openalex.org/W2058248640", + "https://openalex.org/W2062579211", + "https://openalex.org/W2069119359", + "https://openalex.org/W2074523758", + "https://openalex.org/W2078411132", + "https://openalex.org/W2078658856", + "https://openalex.org/W2079597004", + "https://openalex.org/W2086426685", + "https://openalex.org/W2088093133", + "https://openalex.org/W2098895596", + "https://openalex.org/W2099730522", + "https://openalex.org/W2100532505", + "https://openalex.org/W2101746104", + "https://openalex.org/W2104780889", + "https://openalex.org/W2111162388", + "https://openalex.org/W2116581043", + "https://openalex.org/W2120846249", + "https://openalex.org/W2128235479", + "https://openalex.org/W2129086422", + "https://openalex.org/W2143966988", + "https://openalex.org/W2148119495", + "https://openalex.org/W2148596757", + "https://openalex.org/W2150291618", + "https://openalex.org/W2152001792", + "https://openalex.org/W2163162137", + "https://openalex.org/W2171443468", + "https://openalex.org/W2217990278", + "https://openalex.org/W2244523147", + "https://openalex.org/W2308122693", + "https://openalex.org/W2315960178", + "https://openalex.org/W2345898006", + "https://openalex.org/W2398799638", + "https://openalex.org/W2409903755", + "https://openalex.org/W2463468932", + "https://openalex.org/W2478927095", + "https://openalex.org/W2557116807", + "https://openalex.org/W2751382287", + "https://openalex.org/W2765398882", + "https://openalex.org/W2886798606", + "https://openalex.org/W2949148940", + "https://openalex.org/W2950845368", + "https://openalex.org/W2952150717", + "https://openalex.org/W2952248799", + "https://openalex.org/W2962952631", + "https://openalex.org/W2963278901", + "https://openalex.org/W3098302339", + "https://openalex.org/W3099550161", + "https://openalex.org/W3099718522", + "https://openalex.org/W3103221895", + "https://openalex.org/W3121832289", + "https://openalex.org/W3122193054", + "https://openalex.org/W3123233440", + "https://openalex.org/W3123785084", + "https://openalex.org/W3124166904", + "https://openalex.org/W3125188740", + "https://openalex.org/W3125441349", + "https://openalex.org/W3125657517", + "https://openalex.org/W3150893739", + "https://openalex.org/W3207136162", + "https://openalex.org/W4233056867", + "https://openalex.org/W4235461144", + "https://openalex.org/W4240967689", + "https://openalex.org/W4247571494", + "https://openalex.org/W4248240383", + "https://openalex.org/W4300220092", + "https://openalex.org/W4301106181", + "https://openalex.org/W6679265385", + "https://openalex.org/W6802843838", + "https://openalex.org/W6982782312", + "https://openalex.org/W7014881647" + ], + "related_works": [ + "https://openalex.org/W4362597605", + "https://openalex.org/W1574414179", + "https://openalex.org/W4245953108", + "https://openalex.org/W1977619534", + "https://openalex.org/W2236763869", + "https://openalex.org/W2097626286", + "https://openalex.org/W4293568347", + "https://openalex.org/W2808230936", + "https://openalex.org/W2023659367", + "https://openalex.org/W2600353266" + ], + "abstract_inverted_index": { + "We": [ + 0, + 21, + 149, + 205, + 217, + 301 + ], + "revisit": [ + 1 + ], + "the": [ + 2, + 14, + 24, + 36, + 46, + 59, + 135, + 146, + 152, + 162, + 207, + 230, + 267, + 279, + 303, + 314, + 320, + 334, + 351, + 356, + 361, + 369, + 388 + ], + "classic": [ + 3 + ], + "semi‐parametric": [ + 4 + ], + "problem": [ + 5 + ], + "of": [ + 6, + 16, + 45, + 61, + 114, + 124, + 154, + 161, + 164, + 196, + 203, + 210, + 229, + 244, + 252, + 269, + 273, + 298, + 313, + 390 + ], + "inference": [ + 7 + ], + "on": [ + 8, + 159, + 259, + 336, + 360 + ], + "a": [ + 9, + 109, + 270, + 325, + 341 + ], + "low‐dimensional": [ + 10 + ], + "parameter": [ + 11, + 47, + 163, + 232, + 323 + ], + "θ0": [ + 12, + 115, + 166 + ], + "in": [ + 13, + 75, + 97, + 105, + 112, + 134, + 226, + 324, + 340, + 374, + 392 + ], + "presence": [ + 15 + ], + "high‐dimensional": [ + 17, + 34, + 78 + ], + "nuisance": [ + 18, + 188, + 280 + ], + "parameters": [ + 19, + 189 + ], + "η0.": [ + 20 + ], + "depart": [ + 22 + ], + "from": [ + 23 + ], + "classical": [ + 25 + ], + "setting": [ + 26 + ], + "by": [ + 27, + 84, + 119, + 170, + 306 + ], + "allowing": [ + 28 + ], + "for": [ + 29, + 49, + 129, + 277 + ], + "η0": [ + 30, + 107, + 125 + ], + "to": [ + 31, + 73, + 87, + 139, + 187, + 190, + 309, + 318, + 332, + 349, + 367, + 381 + ], + "be": [ + 32, + 140, + 168 + ], + "so": [ + 33 + ], + "that": [ + 35, + 42, + 116, + 151, + 181, + 219, + 224 + ], + "traditional": [ + 37 + ], + "assumptions": [ + 38 + ], + "(e.g.": [ + 39 + ], + "Donsker": [ + 40 + ], + "properties)": [ + 41 + ], + "limit": [ + 43 + ], + "complexity": [ + 44 + ], + "space": [ + 48 + ], + "this": [ + 50 + ], + "object": [ + 51 + ], + "break": [ + 52 + ], + "down.": [ + 53 + ], + "To": [ + 54 + ], + "estimate": [ + 55, + 191 + ], + "η0,": [ + 56 + ], + "we": [ + 57, + 385 + ], + "consider": [ + 58 + ], + "use": [ + 60, + 195, + 268, + 389 + ], + "statistical": [ + 62, + 250 + ], + "or": [ + 63, + 213 + ], + "machine": [ + 64 + ], + "learning": [ + 65 + ], + "(ML)": [ + 66 + ], + "methods,": [ + 67 + ], + "which": [ + 68, + 198, + 241, + 264 + ], + "are": [ + 69, + 117, + 235 + ], + "particularly": [ + 70 + ], + "well": [ + 71, + 83 + ], + "suited": [ + 72 + ], + "estimation": [ + 74, + 160 + ], + "modern,": [ + 76 + ], + "very": [ + 77 + ], + "cases.": [ + 79 + ], + "ML": [ + 80, + 122, + 215, + 275 + ], + "methods": [ + 81, + 211, + 276 + ], + "perform": [ + 82 + ], + "employing": [ + 85 + ], + "regularization": [ + 86, + 93, + 101, + 155 + ], + "reduce": [ + 88 + ], + "variance": [ + 89 + ], + "and": [ + 90, + 103, + 157, + 234, + 238, + 256, + 293, + 296, + 355 + ], + "trading": [ + 91 + ], + "off": [ + 92 + ], + "bias": [ + 94, + 102, + 111, + 132, + 156 + ], + "with": [ + 95, + 185 + ], + "overfitting": [ + 96, + 104, + 158 + ], + "practice.": [ + 98 + ], + "However,": [ + 99 + ], + "both": [ + 100 + ], + "estimating": [ + 106, + 127, + 278 + ], + "cause": [ + 108 + ], + "heavy": [ + 110 + ], + "estimators": [ + 113, + 123, + 223 + ], + "obtained": [ + 118 + ], + "naively": [ + 120 + ], + "plugging": [ + 121 + ], + "into": [ + 126 + ], + "equations": [ + 128 + ], + "θ0.": [ + 130 + ], + "This": [ + 131 + ], + "results": [ + 133 + ], + "naive": [ + 136 + ], + "estimator": [ + 137 + ], + "failing": [ + 138 + ], + "N−1/2": [ + 141 + ], + "consistent,": [ + 142 + ], + "where": [ + 143 + ], + "N": [ + 144 + ], + "is": [ + 145, + 254 + ], + "sample": [ + 147 + ], + "size.": [ + 148 + ], + "show": [ + 150 + ], + "impact": [ + 153 + ], + "interest": [ + 165 + ], + "can": [ + 167 + ], + "removed": [ + 169 + ], + "using": [ + 171, + 178 + ], + "two": [ + 172 + ], + "simple,": [ + 173 + ], + "yet": [ + 174 + ], + "critical,": [ + 175 + ], + "ingredients:": [ + 176 + ], + "(1)": [ + 177 + ], + "Neyman‐orthogonal": [ + 179 + ], + "moments/scores": [ + 180 + ], + "have": [ + 182 + ], + "reduced": [ + 183 + ], + "sensitivity": [ + 184 + ], + "respect": [ + 186 + ], + "θ0;": [ + 192 + ], + "(2)": [ + 193 + ], + "making": [ + 194 + ], + "cross‐fitting,": [ + 197 + ], + "provides": [ + 199 + ], + "an": [ + 200, + 227, + 337, + 375 + ], + "efficient": [ + 201 + ], + "form": [ + 202 + ], + "data‐splitting.": [ + 204 + ], + "call": [ + 206 + ], + "resulting": [ + 208 + ], + "set": [ + 209 + ], + "double": [ + 212 + ], + "debiased": [ + 214 + ], + "(DML).": [ + 216 + ], + "verify": [ + 218 + ], + "DML": [ + 220, + 253, + 316, + 330, + 347, + 365, + 391 + ], + "delivers": [ + 221 + ], + "point": [ + 222 + ], + "concentrate": [ + 225 + ], + "N−1/2‐neighbourhood": [ + 228 + ], + "true": [ + 231 + ], + "values": [ + 233 + ], + "approximately": [ + 236 + ], + "unbiased": [ + 237 + ], + "normally": [ + 239 + ], + "distributed,": [ + 240 + ], + "allows": [ + 242 + ], + "construction": [ + 243 + ], + "valid": [ + 245 + ], + "confidence": [ + 246 + ], + "statements.": [ + 247 + ], + "The": [ + 248 + ], + "generic": [ + 249 + ], + "theory": [ + 251, + 305 + ], + "elementary": [ + 255 + ], + "simultaneously": [ + 257 + ], + "relies": [ + 258 + ], + "only": [ + 260 + ], + "weak": [ + 261 + ], + "theoretical": [ + 262, + 311, + 383 + ], + "requirements,": [ + 263 + ], + "will": [ + 265 + ], + "admit": [ + 266 + ], + "broad": [ + 271 + ], + "array": [ + 272 + ], + "modern": [ + 274 + ], + "parameters,": [ + 281 + ], + "such": [ + 282 + ], + "as": [ + 283 + ], + "random": [ + 284 + ], + "forests,": [ + 285 + ], + "lasso,": [ + 286 + ], + "ridge,": [ + 287 + ], + "deep": [ + 288 + ], + "neural": [ + 289 + ], + "nets,": [ + 290 + ], + "boosted": [ + 291 + ], + "trees,": [ + 292 + ], + "various": [ + 294 + ], + "hybrids": [ + 295 + ], + "ensembles": [ + 297 + ], + "these": [ + 299, + 382 + ], + "methods.": [ + 300 + ], + "illustrate": [ + 302, + 387 + ], + "general": [ + 304 + ], + "applying": [ + 307 + ], + "it": [ + 308 + ], + "provide": [ + 310 + ], + "properties": [ + 312 + ], + "following:": [ + 315 + ], + "applied": [ + 317, + 331, + 348, + 366 + ], + "learn": [ + 319, + 333, + 350, + 368 + ], + "main": [ + 321 + ], + "regression": [ + 322, + 328 + ], + "partially": [ + 326, + 342 + ], + "linear": [ + 327, + 343 + ], + "model;": [ + 329, + 346 + ], + "coefficient": [ + 335 + ], + "endogenous": [ + 338 + ], + "variable": [ + 339 + ], + "instrumental": [ + 344, + 376 + ], + "variables": [ + 345, + 377 + ], + "average": [ + 352, + 357, + 371 + ], + "treatment": [ + 353, + 358, + 372 + ], + "effect": [ + 354, + 359, + 373 + ], + "treated": [ + 362 + ], + "under": [ + 363 + ], + "unconfoundedness;": [ + 364 + ], + "local": [ + 370 + ], + "setting.": [ + 378 + ], + "In": [ + 379 + ], + "addition": [ + 380 + ], + "applications,": [ + 384 + ], + "also": [ + 386 + ], + "three": [ + 393 + ], + "empirical": [ + 394 + ], + "examples.": [ + 395 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 406 + }, + { + "year": 2025, + "cited_by_count": 714 + }, + { + "year": 2024, + "cited_by_count": 427 + }, + { + "year": 2023, + "cited_by_count": 257 + }, + { + "year": 2022, + "cited_by_count": 210 + }, + { + "year": 2021, + "cited_by_count": 172 + }, + { + "year": 2020, + "cited_by_count": 112 + }, + { + "year": 2019, + "cited_by_count": 70 + }, + { + "year": 2018, + "cited_by_count": 18 + }, + { + "year": 2017, + "cited_by_count": 5 + }, + { + "year": 2016, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2048266589", + "doi": "https://doi.org/10.1109/micro.2014.58", + "title": "DaDianNao: A Machine-Learning Supercomputer", + "display_name": "DaDianNao: A Machine-Learning Supercomputer", + "relevance_score": 2836.107, + "publication_year": 2014, + "publication_date": "2014-12-01", + "ids": { + "openalex": "https://openalex.org/W2048266589", + "doi": "https://doi.org/10.1109/micro.2014.58", + "mag": "2048266589" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1109/micro.2014.58", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/micro.2014.58", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "2014 47th Annual IEEE/ACM International Symposium on Microarchitecture", + "raw_type": "proceedings-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5036492388", + "display_name": "Yunji Chen", + "orcid": "https://orcid.org/0000-0003-3925-5185" + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "Yunji Chen", + "raw_affiliation_strings": [ + "SKL of Computer Architecture, ICT, CAS, China" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "SKL of Computer Architecture, ICT, CAS, China", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5101630043", + "display_name": "Tao Luo", + "orcid": "https://orcid.org/0000-0002-3415-3676" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Tao Luo", + "raw_affiliation_strings": [ + "SKL of Computer Architecture, ICT, CAS, China", + "University of CAS, China" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "SKL of Computer Architecture, ICT, CAS, China", + "institution_ids": [] + }, + { + "raw_affiliation_string": "University of CAS, China", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5033237869", + "display_name": "Shaoli Liu", + "orcid": "https://orcid.org/0000-0001-7197-8805" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Shaoli Liu", + "raw_affiliation_strings": [ + "SKL of Computer Architecture, ICT, CAS, China" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "SKL of Computer Architecture, ICT, CAS, China", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5101498177", + "display_name": "Shijin Zhang", + "orcid": "https://orcid.org/0000-0001-5141-3188" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Shijin Zhang", + "raw_affiliation_strings": [ + "SKL of Computer Architecture, ICT, CAS, China" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "SKL of Computer Architecture, ICT, CAS, China", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5100836264", + "display_name": "Liqiang He", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I2722730", + "display_name": "Inner Mongolia University", + "ror": "https://ror.org/0106qb496", + "country_code": "CN", + "type": "education", + "lineage": [ + "https://openalex.org/I2722730" + ] + }, + { + "id": "https://openalex.org/I1326498283", + "display_name": "Institut national de recherche en informatique et en automatique", + "ror": "https://ror.org/02kvxyf05", + "country_code": "FR", + "type": "funder", + "lineage": [ + "https://openalex.org/I1326498283" + ] + } + ], + "countries": [ + "CN", + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Liqiang He", + "raw_affiliation_strings": [ + "Inner Mongolia University, China", + "Inria, Scalay, France" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Inner Mongolia University, China", + "institution_ids": [ + "https://openalex.org/I2722730" + ] + }, + { + "raw_affiliation_string": "Inria, Scalay, France", + "institution_ids": [ + "https://openalex.org/I1326498283" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5100404643", + "display_name": "Jia Wang", + "orcid": "https://orcid.org/0000-0002-3165-7051" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Jia Wang", + "raw_affiliation_strings": [ + "SKL of Computer Architecture, ICT, CAS, China" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "SKL of Computer Architecture, ICT, CAS, China", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5100435321", + "display_name": "Ling Li", + "orcid": "https://orcid.org/0000-0001-8877-9052" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Ling Li", + "raw_affiliation_strings": [ + "SKL of Computer Architecture, ICT, CAS, China" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "SKL of Computer Architecture, ICT, CAS, China", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5109886311", + "display_name": "Tianshi Chen", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Tianshi Chen", + "raw_affiliation_strings": [ + "SKL of Computer Architecture, ICT, CAS, China" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "SKL of Computer Architecture, ICT, CAS, China", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5100628169", + "display_name": "Zhiwei Xu", + "orcid": "https://orcid.org/0000-0002-1480-7265" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Zhiwei Xu", + "raw_affiliation_strings": [ + "SKL of Computer Architecture, ICT, CAS, China" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "SKL of Computer Architecture, ICT, CAS, China", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5101738013", + "display_name": "Ninghui Sun", + "orcid": "https://orcid.org/0000-0002-1953-1392" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Ninghui Sun", + "raw_affiliation_strings": [ + "SKL of Computer Architecture, ICT, CAS, China" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "SKL of Computer Architecture, ICT, CAS, China", + "institution_ids": [] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5040252809", + "display_name": "Olivier Temam", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1326498283", + "display_name": "Institut national de recherche en informatique et en automatique", + "ror": "https://ror.org/02kvxyf05", + "country_code": "FR", + "type": "funder", + "lineage": [ + "https://openalex.org/I1326498283" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Olivier Temam", + "raw_affiliation_strings": [ + "Inria, Scalay, France" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Inria, Scalay, France", + "institution_ids": [ + "https://openalex.org/I1326498283" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 11, + "corresponding_author_ids": [ + "https://openalex.org/A5036492388" + ], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 66.2313, + "has_fulltext": false, + "cited_by_count": 1499, + "citation_normalized_percentile": { + "value": 0.99931373, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 96, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": "609", + "last_page": "622" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10036", + "display_name": "Advanced Neural Network Applications", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10036", + "display_name": "Advanced Neural Network Applications", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10054", + "display_name": "Parallel Computing and Optimization Techniques", + "score": 0.9994999766349792, + "subfield": { + "id": "https://openalex.org/subfields/1708", + "display_name": "Hardware and Architecture" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10502", + "display_name": "Advanced Memory and Neural Computing", + "score": 0.9987000226974487, + "subfield": { + "id": "https://openalex.org/subfields/2208", + "display_name": "Electrical and Electronic Engineering" + }, + "field": { + "id": "https://openalex.org/fields/22", + "display_name": "Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.8650738000869751 + }, + { + "id": "https://openalex.org/keywords/supercomputer", + "display_name": "Supercomputer", + "score": 0.6421846747398376 + }, + { + "id": "https://openalex.org/keywords/memory-footprint", + "display_name": "Memory footprint", + "score": 0.6217308640480042 + }, + { + "id": "https://openalex.org/keywords/convolutional-neural-network", + "display_name": "Convolutional neural network", + "score": 0.6212705373764038 + }, + { + "id": "https://openalex.org/keywords/speedup", + "display_name": "Speedup", + "score": 0.6080182790756226 + }, + { + "id": "https://openalex.org/keywords/parallel-computing", + "display_name": "Parallel computing", + "score": 0.5330008268356323 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.5072109699249268 + }, + { + "id": "https://openalex.org/keywords/deep-learning", + "display_name": "Deep learning", + "score": 0.507047176361084 + }, + { + "id": "https://openalex.org/keywords/memory-bandwidth", + "display_name": "Memory bandwidth", + "score": 0.5065058469772339 + }, + { + "id": "https://openalex.org/keywords/bandwidth", + "display_name": "Bandwidth (computing)", + "score": 0.4705035388469696 + }, + { + "id": "https://openalex.org/keywords/auxiliary-memory", + "display_name": "Auxiliary memory", + "score": 0.46236518025398254 + }, + { + "id": "https://openalex.org/keywords/computer-architecture", + "display_name": "Computer architecture", + "score": 0.44564568996429443 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.3841804265975952 + }, + { + "id": "https://openalex.org/keywords/distributed-computing", + "display_name": "Distributed computing", + "score": 0.34958434104919434 + }, + { + "id": "https://openalex.org/keywords/computer-engineering", + "display_name": "Computer engineering", + "score": 0.32731860876083374 + }, + { + "id": "https://openalex.org/keywords/computer-hardware", + "display_name": "Computer hardware", + "score": 0.21425938606262207 + }, + { + "id": "https://openalex.org/keywords/operating-system", + "display_name": "Operating system", + "score": 0.1414709985256195 + }, + { + "id": "https://openalex.org/keywords/computer-network", + "display_name": "Computer network", + "score": 0.13462954759597778 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.8650738000869751 + }, + { + "id": "https://openalex.org/C83283714", + "wikidata": "https://www.wikidata.org/wiki/Q121117", + "display_name": "Supercomputer", + "level": 2, + "score": 0.6421846747398376 + }, + { + "id": "https://openalex.org/C74912251", + "wikidata": "https://www.wikidata.org/wiki/Q6815727", + "display_name": "Memory footprint", + "level": 2, + "score": 0.6217308640480042 + }, + { + "id": "https://openalex.org/C81363708", + "wikidata": "https://www.wikidata.org/wiki/Q17084460", + "display_name": "Convolutional neural network", + "level": 2, + "score": 0.6212705373764038 + }, + { + "id": "https://openalex.org/C68339613", + "wikidata": "https://www.wikidata.org/wiki/Q1549489", + "display_name": "Speedup", + "level": 2, + "score": 0.6080182790756226 + }, + { + "id": "https://openalex.org/C173608175", + "wikidata": "https://www.wikidata.org/wiki/Q232661", + "display_name": "Parallel computing", + "level": 1, + "score": 0.5330008268356323 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.5072109699249268 + }, + { + "id": "https://openalex.org/C108583219", + "wikidata": "https://www.wikidata.org/wiki/Q197536", + "display_name": "Deep learning", + "level": 2, + "score": 0.507047176361084 + }, + { + "id": "https://openalex.org/C188045654", + "wikidata": "https://www.wikidata.org/wiki/Q17148339", + "display_name": "Memory bandwidth", + "level": 2, + "score": 0.5065058469772339 + }, + { + "id": "https://openalex.org/C2776257435", + "wikidata": "https://www.wikidata.org/wiki/Q1576430", + "display_name": "Bandwidth (computing)", + "level": 2, + "score": 0.4705035388469696 + }, + { + "id": "https://openalex.org/C82687282", + "wikidata": "https://www.wikidata.org/wiki/Q66221", + "display_name": "Auxiliary memory", + "level": 2, + "score": 0.46236518025398254 + }, + { + "id": "https://openalex.org/C118524514", + "wikidata": "https://www.wikidata.org/wiki/Q173212", + "display_name": "Computer architecture", + "level": 1, + "score": 0.44564568996429443 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.3841804265975952 + }, + { + "id": "https://openalex.org/C120314980", + "wikidata": "https://www.wikidata.org/wiki/Q180634", + "display_name": "Distributed computing", + "level": 1, + "score": 0.34958434104919434 + }, + { + "id": "https://openalex.org/C113775141", + "wikidata": "https://www.wikidata.org/wiki/Q428691", + "display_name": "Computer engineering", + "level": 1, + "score": 0.32731860876083374 + }, + { + "id": "https://openalex.org/C9390403", + "wikidata": "https://www.wikidata.org/wiki/Q3966", + "display_name": "Computer hardware", + "level": 1, + "score": 0.21425938606262207 + }, + { + "id": "https://openalex.org/C111919701", + "wikidata": "https://www.wikidata.org/wiki/Q9135", + "display_name": "Operating system", + "level": 1, + "score": 0.1414709985256195 + }, + { + "id": "https://openalex.org/C31258907", + "wikidata": "https://www.wikidata.org/wiki/Q1301371", + "display_name": "Computer network", + "level": 1, + "score": 0.13462954759597778 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1109/micro.2014.58", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/micro.2014.58", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "2014 47th Annual IEEE/ACM International Symposium on Microarchitecture", + "raw_type": "proceedings-article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "display_name": "Affordable and clean energy", + "score": 0.7099999785423279, + "id": "https://metadata.un.org/sdg/7" + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 61, + "referenced_works": [ + "https://openalex.org/W160318044", + "https://openalex.org/W587794757", + "https://openalex.org/W1501077214", + "https://openalex.org/W1964471912", + "https://openalex.org/W1987117608", + "https://openalex.org/W1994197834", + "https://openalex.org/W2006312753", + "https://openalex.org/W2010238453", + "https://openalex.org/W2024139303", + "https://openalex.org/W2038061869", + "https://openalex.org/W2043607059", + "https://openalex.org/W2056137328", + "https://openalex.org/W2062227835", + "https://openalex.org/W2071709160", + "https://openalex.org/W2077505860", + "https://openalex.org/W2082444966", + "https://openalex.org/W2089064077", + "https://openalex.org/W2098335003", + "https://openalex.org/W2102543317", + "https://openalex.org/W2107994122", + "https://openalex.org/W2108598243", + "https://openalex.org/W2109492604", + "https://openalex.org/W2111932160", + "https://openalex.org/W2112796928", + "https://openalex.org/W2116267755", + "https://openalex.org/W2120480077", + "https://openalex.org/W2121458485", + "https://openalex.org/W2125203716", + "https://openalex.org/W2128785632", + "https://openalex.org/W2136189984", + "https://openalex.org/W2136262589", + "https://openalex.org/W2141125852", + "https://openalex.org/W2148461049", + "https://openalex.org/W2148605318", + "https://openalex.org/W2152839228", + "https://openalex.org/W2155377787", + "https://openalex.org/W2162390675", + "https://openalex.org/W2163605009", + "https://openalex.org/W2168231600", + "https://openalex.org/W2169875292", + "https://openalex.org/W2187230075", + "https://openalex.org/W2252268321", + "https://openalex.org/W2253807446", + "https://openalex.org/W2467255337", + "https://openalex.org/W2504108613", + "https://openalex.org/W2546302380", + "https://openalex.org/W2963217749", + "https://openalex.org/W3151762208", + "https://openalex.org/W4232280717", + "https://openalex.org/W4239072543", + "https://openalex.org/W6617368339", + "https://openalex.org/W6651700774", + "https://openalex.org/W6673621702", + "https://openalex.org/W6676297131", + "https://openalex.org/W6678242812", + "https://openalex.org/W6680450716", + "https://openalex.org/W6681813608", + "https://openalex.org/W6683722107", + "https://openalex.org/W6684191040", + "https://openalex.org/W6684859321", + "https://openalex.org/W6691441656" + ], + "related_works": [ + "https://openalex.org/W4289827464", + "https://openalex.org/W4376647684", + "https://openalex.org/W4221139464", + "https://openalex.org/W4386302689", + "https://openalex.org/W2068996722", + "https://openalex.org/W4200309432", + "https://openalex.org/W3193699965", + "https://openalex.org/W4319917399", + "https://openalex.org/W2909779890", + "https://openalex.org/W2398743891" + ], + "abstract_inverted_index": { + "Many": [ + 0 + ], + "companies": [ + 1 + ], + "are": [ + 2, + 11, + 33, + 43 + ], + "deploying": [ + 3 + ], + "services,": [ + 4 + ], + "either": [ + 5 + ], + "for": [ + 6, + 17, + 185 + ], + "consumers": [ + 7 + ], + "or": [ + 8 + ], + "industry,": [ + 9 + ], + "which": [ + 10, + 42, + 62, + 70, + 127 + ], + "largely": [ + 12 + ], + "based": [ + 13 + ], + "on": [ + 14, + 84, + 102, + 155, + 183 + ], + "machine-learning": [ + 15, + 31, + 147 + ], + "algorithms": [ + 16, + 32 + ], + "sophisticated": [ + 18 + ], + "processing": [ + 19 + ], + "of": [ + 20, + 23, + 54, + 100, + 105, + 158, + 172, + 204 + ], + "large": [ + 21 + ], + "amounts": [ + 22 + ], + "data.": [ + 24 + ], + "The": [ + 25 + ], + "state-of-the-art": [ + 26 + ], + "and": [ + 27, + 35, + 40, + 49, + 89, + 123, + 177, + 197, + 207 + ], + "most": [ + 28 + ], + "popular": [ + 29 + ], + "such": [ + 30 + ], + "Convolutional": [ + 34 + ], + "Deep": [ + 36 + ], + "Neural": [ + 37 + ], + "Networks": [ + 38 + ], + "(CNNs": [ + 39 + ], + "DNNs),": [ + 41 + ], + "known": [ + 44, + 161 + ], + "to": [ + 45, + 119, + 168, + 194 + ], + "be": [ + 46 + ], + "both": [ + 47 + ], + "computationally": [ + 48 + ], + "memory": [ + 50, + 74, + 79, + 91 + ], + "intensive.": [ + 51 + ], + "A": [ + 52 + ], + "number": [ + 53 + ], + "neural": [ + 55, + 162 + ], + "network": [ + 56, + 163 + ], + "accelerators": [ + 57 + ], + "have": [ + 58 + ], + "been": [ + 59 + ], + "recently": [ + 60 + ], + "proposed": [ + 61 + ], + "can": [ + 63, + 117, + 128 + ], + "offer": [ + 64 + ], + "high": [ + 65, + 120 + ], + "computational": [ + 66, + 208 + ], + "capacity/area": [ + 67 + ], + "ratio,": [ + 68 + ], + "but": [ + 69 + ], + "remain": [ + 71 + ], + "hampered": [ + 72 + ], + "by": [ + 73, + 82, + 181 + ], + "accesses.": [ + 75 + ], + "However,": [ + 76 + ], + "unlike": [ + 77 + ], + "the": [ + 78, + 87, + 98, + 101, + 113, + 159, + 179, + 191, + 195 + ], + "wall": [ + 80 + ], + "faced": [ + 81 + ], + "processors": [ + 83 + ], + "general-purpose": [ + 85 + ], + "workloads,": [ + 86 + ], + "CNNs": [ + 88 + ], + "DNNs": [ + 90 + ], + "footprint,": [ + 92 + ], + "while": [ + 93 + ], + "large,": [ + 94 + ], + "is": [ + 95, + 166 + ], + "not": [ + 96 + ], + "beyond": [ + 97 + ], + "capability": [ + 99 + ], + "chip": [ + 103 + ], + "storage": [ + 104, + 206 + ], + "a": [ + 106, + 135, + 144, + 156, + 170, + 175, + 186, + 202 + ], + "multi-chip": [ + 107, + 146 + ], + "system.": [ + 108, + 188 + ], + "This": [ + 109 + ], + "property,": [ + 110 + ], + "combined": [ + 111 + ], + "with": [ + 112, + 210 + ], + "CNN/DNN": [ + 114 + ], + "algorithmic": [ + 115 + ], + "characteristics,": [ + 116 + ], + "lead": [ + 118 + ], + "internal": [ + 121 + ], + "bandwidth": [ + 122 + ], + "low": [ + 124 + ], + "external": [ + 125 + ], + "communications,": [ + 126 + ], + "in": [ + 129 + ], + "turn": [ + 130 + ], + "enable": [ + 131 + ], + "high-degree": [ + 132 + ], + "parallelism": [ + 133 + ], + "at": [ + 134, + 199 + ], + "reasonable": [ + 136 + ], + "area": [ + 137 + ], + "cost.": [ + 138 + ], + "In": [ + 139 + ], + "this": [ + 140 + ], + "article,": [ + 141 + ], + "we": [ + 142 + ], + "introduce": [ + 143 + ], + "custom": [ + 145, + 205 + ], + "architecture": [ + 148 + ], + "along": [ + 149 + ], + "those": [ + 150 + ], + "lines.": [ + 151 + ], + "We": [ + 152, + 189 + ], + "show": [ + 153 + ], + "that,": [ + 154 + ], + "subset": [ + 157 + ], + "largest": [ + 160 + ], + "layers,": [ + 164 + ], + "it": [ + 165 + ], + "possible": [ + 167 + ], + "achieve": [ + 169 + ], + "speedup": [ + 171 + ], + "450.65x": [ + 173 + ], + "over": [ + 174 + ], + "GPU,": [ + 176 + ], + "reduce": [ + 178 + ], + "energy": [ + 180 + ], + "150.31x": [ + 182 + ], + "average": [ + 184 + ], + "64-chip": [ + 187 + ], + "implement": [ + 190 + ], + "node": [ + 192 + ], + "down": [ + 193 + ], + "place": [ + 196 + ], + "route": [ + 198 + ], + "28nm,": [ + 200 + ], + "containing": [ + 201 + ], + "combination": [ + 203 + ], + "units,": [ + 209 + ], + "industry-grade": [ + 211 + ], + "interconnects.": [ + 212 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 13 + }, + { + "year": 2025, + "cited_by_count": 45 + }, + { + "year": 2024, + "cited_by_count": 74 + }, + { + "year": 2023, + "cited_by_count": 98 + }, + { + "year": 2022, + "cited_by_count": 139 + }, + { + "year": 2021, + "cited_by_count": 189 + }, + { + "year": 2020, + "cited_by_count": 234 + }, + { + "year": 2019, + "cited_by_count": 207 + }, + { + "year": 2018, + "cited_by_count": 232 + }, + { + "year": 2017, + "cited_by_count": 148 + }, + { + "year": 2016, + "cited_by_count": 93 + }, + { + "year": 2015, + "cited_by_count": 24 + }, + { + "year": 2014, + "cited_by_count": 3 + } + ], + "updated_date": "2026-05-28T09:10:13.091523", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2964303497", + "doi": "https://doi.org/10.3390/electronics8080832", + "title": "Machine Learning Interpretability: A Survey on Methods and Metrics", + "display_name": "Machine Learning Interpretability: A Survey on Methods and Metrics", + "relevance_score": 2832.288, + "publication_year": 2019, + "publication_date": "2019-07-26", + "ids": { + "openalex": "https://openalex.org/W2964303497", + "doi": "https://doi.org/10.3390/electronics8080832", + "mag": "2964303497" + }, + "language": "en", + "primary_location": { + "id": "doi:10.3390/electronics8080832", + "is_oa": true, + "landing_page_url": "https://doi.org/10.3390/electronics8080832", + "pdf_url": "https://www.mdpi.com/2079-9292/8/8/832/pdf?version=1564134847", + "source": { + "id": "https://openalex.org/S4210202905", + "display_name": "Electronics", + "issn_l": "2079-9292", + "issn": [ + "2079-9292" + ], + "is_oa": true, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310310987", + "host_organization_name": "Multidisciplinary Digital Publishing Institute", + "host_organization_lineage": [ + "https://openalex.org/P4310310987" + ], + "host_organization_lineage_names": [ + "Multidisciplinary Digital Publishing Institute" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Electronics", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref", + "doaj" + ], + "open_access": { + "is_oa": true, + "oa_status": "gold", + "oa_url": "https://www.mdpi.com/2079-9292/8/8/832/pdf?version=1564134847", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5102720670", + "display_name": "Diogo V. Carvalho", + "orcid": "https://orcid.org/0000-0002-2349-4117" + }, + "institutions": [ + { + "id": "https://openalex.org/I182534213", + "display_name": "Universidade do Porto", + "ror": "https://ror.org/043pwc612", + "country_code": "PT", + "type": "education", + "lineage": [ + "https://openalex.org/I182534213" + ] + } + ], + "countries": [ + "PT" + ], + "is_corresponding": true, + "raw_author_name": "Diogo V. Carvalho", + "raw_affiliation_strings": [ + "Deloitte Portugal, Manuel Bandeira Street, 43, 4150-479 Porto, Portugal", + "Faculty of Engineering, University of Porto, Dr. Roberto Frias Street, 4200-465 Porto, Portugal" + ], + "raw_orcid": "https://orcid.org/0000-0002-2349-4117", + "affiliations": [ + { + "raw_affiliation_string": "Deloitte Portugal, Manuel Bandeira Street, 43, 4150-479 Porto, Portugal", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Faculty of Engineering, University of Porto, Dr. Roberto Frias Street, 4200-465 Porto, Portugal", + "institution_ids": [ + "https://openalex.org/I182534213" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5102355791", + "display_name": "Eduardo M. Pereira", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Eduardo M. Pereira", + "raw_affiliation_strings": [ + "Deloitte Portugal, Manuel Bandeira Street, 43, 4150-479 Porto, Portugal" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Deloitte Portugal, Manuel Bandeira Street, 43, 4150-479 Porto, Portugal", + "institution_ids": [] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5013827007", + "display_name": "Jaime S. Cardoso", + "orcid": "https://orcid.org/0000-0002-3760-2473" + }, + "institutions": [ + { + "id": "https://openalex.org/I182534213", + "display_name": "Universidade do Porto", + "ror": "https://ror.org/043pwc612", + "country_code": "PT", + "type": "education", + "lineage": [ + "https://openalex.org/I182534213" + ] + }, + { + "id": "https://openalex.org/I4210166615", + "display_name": "INESC TEC", + "ror": "https://ror.org/05fa8ka61", + "country_code": "PT", + "type": "nonprofit", + "lineage": [ + "https://openalex.org/I4210125590", + "https://openalex.org/I4210166615" + ] + } + ], + "countries": [ + "PT" + ], + "is_corresponding": false, + "raw_author_name": "Jaime S. Cardoso", + "raw_affiliation_strings": [ + "Faculty of Engineering, University of Porto, Dr. Roberto Frias Street, 4200-465 Porto, Portugal", + "INESC TEC, Dr. Roberto Frias Street, 4200-465 Porto, Portugal" + ], + "raw_orcid": "https://orcid.org/0000-0002-3760-2473", + "affiliations": [ + { + "raw_affiliation_string": "Faculty of Engineering, University of Porto, Dr. Roberto Frias Street, 4200-465 Porto, Portugal", + "institution_ids": [ + "https://openalex.org/I182534213" + ] + }, + { + "raw_affiliation_string": "INESC TEC, Dr. Roberto Frias Street, 4200-465 Porto, Portugal", + "institution_ids": [ + "https://openalex.org/I4210166615" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5102720670" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I182534213" + ], + "apc_list": { + "value": 2000, + "currency": "CHF", + "value_usd": 2165 + }, + "apc_paid": { + "value": 2000, + "currency": "CHF", + "value_usd": 2165 + }, + "fwci": 90.6779, + "has_fulltext": true, + "cited_by_count": 1742, + "citation_normalized_percentile": { + "value": 0.99953229, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "8", + "issue": "8", + "first_page": "832", + "last_page": "832" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12026", + "display_name": "Explainable Artificial Intelligence (XAI)", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12026", + "display_name": "Explainable Artificial Intelligence (XAI)", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11689", + "display_name": "Adversarial Robustness in Machine Learning", + "score": 0.9976999759674072, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9767000079154968, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/interpretability", + "display_name": "Interpretability", + "score": 0.9701313972473145 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.659199059009552 + }, + { + "id": "https://openalex.org/keywords/meaning", + "display_name": "Meaning (existential)", + "score": 0.6587560772895813 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6230239272117615 + }, + { + "id": "https://openalex.org/keywords/field", + "display_name": "Field (mathematics)", + "score": 0.5974628925323486 + }, + { + "id": "https://openalex.org/keywords/audit", + "display_name": "Audit", + "score": 0.5879456400871277 + }, + { + "id": "https://openalex.org/keywords/quality", + "display_name": "Quality (philosophy)", + "score": 0.5633484125137329 + }, + { + "id": "https://openalex.org/keywords/data-science", + "display_name": "Data science", + "score": 0.5597485899925232 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.5310136675834656 + }, + { + "id": "https://openalex.org/keywords/management-science", + "display_name": "Management science", + "score": 0.4038145840167999 + }, + { + "id": "https://openalex.org/keywords/knowledge-management", + "display_name": "Knowledge management", + "score": 0.35610130429267883 + }, + { + "id": "https://openalex.org/keywords/risk-analysis", + "display_name": "Risk analysis (engineering)", + "score": 0.35108682513237 + }, + { + "id": "https://openalex.org/keywords/engineering", + "display_name": "Engineering", + "score": 0.14015191793441772 + }, + { + "id": "https://openalex.org/keywords/psychology", + "display_name": "Psychology", + "score": 0.12852543592453003 + }, + { + "id": "https://openalex.org/keywords/epistemology", + "display_name": "Epistemology", + "score": 0.08962225914001465 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2781067378", + "wikidata": "https://www.wikidata.org/wiki/Q17027399", + "display_name": "Interpretability", + "level": 2, + "score": 0.9701313972473145 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.659199059009552 + }, + { + "id": "https://openalex.org/C2780876879", + "wikidata": "https://www.wikidata.org/wiki/Q3054749", + "display_name": "Meaning (existential)", + "level": 2, + "score": 0.6587560772895813 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6230239272117615 + }, + { + "id": "https://openalex.org/C9652623", + "wikidata": "https://www.wikidata.org/wiki/Q190109", + "display_name": "Field (mathematics)", + "level": 2, + "score": 0.5974628925323486 + }, + { + "id": "https://openalex.org/C199521495", + "wikidata": "https://www.wikidata.org/wiki/Q181487", + "display_name": "Audit", + "level": 2, + "score": 0.5879456400871277 + }, + { + "id": "https://openalex.org/C2779530757", + "wikidata": "https://www.wikidata.org/wiki/Q1207505", + "display_name": "Quality (philosophy)", + "level": 2, + "score": 0.5633484125137329 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.5597485899925232 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.5310136675834656 + }, + { + "id": "https://openalex.org/C539667460", + "wikidata": "https://www.wikidata.org/wiki/Q2414942", + "display_name": "Management science", + "level": 1, + "score": 0.4038145840167999 + }, + { + "id": "https://openalex.org/C56739046", + "wikidata": "https://www.wikidata.org/wiki/Q192060", + "display_name": "Knowledge management", + "level": 1, + "score": 0.35610130429267883 + }, + { + "id": "https://openalex.org/C112930515", + "wikidata": "https://www.wikidata.org/wiki/Q4389547", + "display_name": "Risk analysis (engineering)", + "level": 1, + "score": 0.35108682513237 + }, + { + "id": "https://openalex.org/C127413603", + "wikidata": "https://www.wikidata.org/wiki/Q11023", + "display_name": "Engineering", + "level": 0, + "score": 0.14015191793441772 + }, + { + "id": "https://openalex.org/C15744967", + "wikidata": "https://www.wikidata.org/wiki/Q9418", + "display_name": "Psychology", + "level": 0, + "score": 0.12852543592453003 + }, + { + "id": "https://openalex.org/C111472728", + "wikidata": "https://www.wikidata.org/wiki/Q9471", + "display_name": "Epistemology", + "level": 1, + "score": 0.08962225914001465 + }, + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C202444582", + "wikidata": "https://www.wikidata.org/wiki/Q837863", + "display_name": "Pure mathematics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C138885662", + "wikidata": "https://www.wikidata.org/wiki/Q5891", + "display_name": "Philosophy", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C187736073", + "wikidata": "https://www.wikidata.org/wiki/Q2920921", + "display_name": "Management", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C542102704", + "wikidata": "https://www.wikidata.org/wiki/Q183257", + "display_name": "Psychotherapist", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C162324750", + "wikidata": "https://www.wikidata.org/wiki/Q8134", + "display_name": "Economics", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 3, + "locations": [ + { + "id": "doi:10.3390/electronics8080832", + "is_oa": true, + "landing_page_url": "https://doi.org/10.3390/electronics8080832", + "pdf_url": "https://www.mdpi.com/2079-9292/8/8/832/pdf?version=1564134847", + "source": { + "id": "https://openalex.org/S4210202905", + "display_name": "Electronics", + "issn_l": "2079-9292", + "issn": [ + "2079-9292" + ], + "is_oa": true, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310310987", + "host_organization_name": "Multidisciplinary Digital Publishing Institute", + "host_organization_lineage": [ + "https://openalex.org/P4310310987" + ], + "host_organization_lineage_names": [ + "Multidisciplinary Digital Publishing Institute" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Electronics", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:doaj.org/article:45fdfd3de6ed423b85a89d6e8d758b60", + "is_oa": true, + "landing_page_url": "https://doaj.org/article/45fdfd3de6ed423b85a89d6e8d758b60", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401280", + "display_name": "DOAJ (DOAJ: Directory of Open Access Journals)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by-sa", + "license_id": "https://openalex.org/licenses/cc-by-sa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Electronics, Vol 8, Iss 8, p 832 (2019)", + "raw_type": "article" + }, + { + "id": "pmh:oai:mdpi.com:/2079-9292/8/8/832/", + "is_oa": true, + "landing_page_url": "http://dx.doi.org/10.3390/electronics8080832", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400947", + "display_name": "MDPI (MDPI AG)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I4210097602", + "host_organization_name": "Multidisciplinary Digital Publishing Institute (Switzerland)", + "host_organization_lineage": [ + "https://openalex.org/I4210097602" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Electronics", + "raw_type": "Text" + } + ], + "best_oa_location": { + "id": "doi:10.3390/electronics8080832", + "is_oa": true, + "landing_page_url": "https://doi.org/10.3390/electronics8080832", + "pdf_url": "https://www.mdpi.com/2079-9292/8/8/832/pdf?version=1564134847", + "source": { + "id": "https://openalex.org/S4210202905", + "display_name": "Electronics", + "issn_l": "2079-9292", + "issn": [ + "2079-9292" + ], + "is_oa": true, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310310987", + "host_organization_name": "Multidisciplinary Digital Publishing Institute", + "host_organization_lineage": [ + "https://openalex.org/P4310310987" + ], + "host_organization_lineage_names": [ + "Multidisciplinary Digital Publishing Institute" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Electronics", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [ + { + "display_name": "Peace, Justice and strong institutions", + "score": 0.7200000286102295, + "id": "https://metadata.un.org/sdg/16" + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": true, + "grobid_xml": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W2964303497.pdf", + "grobid_xml": "https://content.openalex.org/works/W2964303497.grobid-xml" + }, + "referenced_works_count": 113, + "referenced_works": [ + "https://openalex.org/W17854248", + "https://openalex.org/W1516436026", + "https://openalex.org/W1537462412", + "https://openalex.org/W1585983533", + "https://openalex.org/W1678356000", + "https://openalex.org/W1821462560", + "https://openalex.org/W1968340857", + "https://openalex.org/W1971996841", + "https://openalex.org/W1977556410", + "https://openalex.org/W2026905436", + "https://openalex.org/W2048231652", + "https://openalex.org/W2063046703", + "https://openalex.org/W2073838543", + "https://openalex.org/W2075585362", + "https://openalex.org/W2084341220", + "https://openalex.org/W2096434649", + "https://openalex.org/W2123045220", + "https://openalex.org/W2125847307", + "https://openalex.org/W2130485404", + "https://openalex.org/W2134584261", + "https://openalex.org/W2134598164", + "https://openalex.org/W2149033360", + "https://openalex.org/W2187089797", + "https://openalex.org/W2194775991", + "https://openalex.org/W2195388612", + "https://openalex.org/W2198766081", + "https://openalex.org/W2232104438", + "https://openalex.org/W2282821441", + "https://openalex.org/W2319794630", + "https://openalex.org/W2367397349", + "https://openalex.org/W2467510144", + "https://openalex.org/W2528204193", + "https://openalex.org/W2551974706", + "https://openalex.org/W2564414379", + "https://openalex.org/W2587529872", + "https://openalex.org/W2594475271", + "https://openalex.org/W2607223307", + "https://openalex.org/W2617799811", + "https://openalex.org/W2618851150", + "https://openalex.org/W2626639386", + "https://openalex.org/W2732547613", + "https://openalex.org/W2744283806", + "https://openalex.org/W2744365997", + "https://openalex.org/W2762409054", + "https://openalex.org/W2762968537", + "https://openalex.org/W2765308317", + "https://openalex.org/W2769421449", + "https://openalex.org/W2769506033", + "https://openalex.org/W2781844902", + "https://openalex.org/W2787752464", + "https://openalex.org/W2788403449", + "https://openalex.org/W2791469229", + "https://openalex.org/W2794596673", + "https://openalex.org/W2795530988", + "https://openalex.org/W2795807997", + "https://openalex.org/W2796215194", + "https://openalex.org/W2796885425", + "https://openalex.org/W2804657206", + "https://openalex.org/W2806259446", + "https://openalex.org/W2807015674", + "https://openalex.org/W2807124908", + "https://openalex.org/W2810487289", + "https://openalex.org/W2886614482", + "https://openalex.org/W2887189984", + "https://openalex.org/W2891503716", + "https://openalex.org/W2894881080", + "https://openalex.org/W2898027682", + "https://openalex.org/W2901939789", + "https://openalex.org/W2902011388", + "https://openalex.org/W2902255491", + "https://openalex.org/W2907871166", + "https://openalex.org/W2917767525", + "https://openalex.org/W2920246635", + "https://openalex.org/W2927351257", + "https://openalex.org/W2947113669", + "https://openalex.org/W2949197630", + "https://openalex.org/W2949706042", + "https://openalex.org/W2950538796", + "https://openalex.org/W2951264787", + "https://openalex.org/W2952467640", + "https://openalex.org/W2962689739", + "https://openalex.org/W2962790223", + "https://openalex.org/W2962858109", + "https://openalex.org/W2963095307", + "https://openalex.org/W2963125461", + "https://openalex.org/W2963483561", + "https://openalex.org/W2963660754", + "https://openalex.org/W2963847595", + "https://openalex.org/W2964112969", + "https://openalex.org/W2964244352", + "https://openalex.org/W2965595588", + "https://openalex.org/W2979481854", + "https://openalex.org/W2979997102", + "https://openalex.org/W2982560934", + "https://openalex.org/W3023058184", + "https://openalex.org/W3098278632", + "https://openalex.org/W3104119469", + "https://openalex.org/W3124443940", + "https://openalex.org/W3128452405", + "https://openalex.org/W4206534706", + "https://openalex.org/W4226065182", + "https://openalex.org/W4231827019", + "https://openalex.org/W4298082496", + "https://openalex.org/W4399636541", + "https://openalex.org/W6644682428", + "https://openalex.org/W6728551298", + "https://openalex.org/W6744393810", + "https://openalex.org/W6745730051", + "https://openalex.org/W6749553640", + "https://openalex.org/W6755687963", + "https://openalex.org/W6757984148", + "https://openalex.org/W6790587931", + "https://openalex.org/W6809680140" + ], + "related_works": [ + "https://openalex.org/W2905433371", + "https://openalex.org/W2888392564", + "https://openalex.org/W4310278675", + "https://openalex.org/W4388422664", + "https://openalex.org/W4390569940", + "https://openalex.org/W4361193272", + "https://openalex.org/W2963326959", + "https://openalex.org/W4388685194", + "https://openalex.org/W4312407344", + "https://openalex.org/W2894289927" + ], + "abstract_inverted_index": { + "Machine": [ + 0 + ], + "learning": [ + 1, + 96, + 177 + ], + "systems": [ + 2, + 40 + ], + "are": [ + 3, + 52, + 145 + ], + "becoming": [ + 4 + ], + "increasingly": [ + 5 + ], + "ubiquitous.": [ + 6 + ], + "These": [ + 7 + ], + "systems’s": [ + 8 + ], + "adoption": [ + 9 + ], + "has": [ + 10, + 106 + ], + "been": [ + 11 + ], + "expanding,": [ + 12 + ], + "accelerating": [ + 13 + ], + "the": [ + 14, + 55, + 63, + 77, + 85, + 88, + 122, + 127, + 141, + 146, + 152, + 168, + 172, + 182, + 187 + ], + "shift": [ + 15 + ], + "towards": [ + 16 + ], + "a": [ + 17, + 165, + 193 + ], + "more": [ + 18 + ], + "algorithmic": [ + 19 + ], + "society,": [ + 20 + ], + "meaning": [ + 21, + 45 + ], + "that": [ + 22 + ], + "algorithmically": [ + 23 + ], + "informed": [ + 24 + ], + "decisions": [ + 25, + 82 + ], + "have": [ + 26, + 75 + ], + "greater": [ + 27 + ], + "potential": [ + 28 + ], + "for": [ + 29, + 87, + 98 + ], + "significant": [ + 30 + ], + "social": [ + 31 + ], + "impact.": [ + 32 + ], + "However,": [ + 33, + 126 + ], + "most": [ + 34, + 147 + ], + "of": [ + 35, + 81, + 129, + 154, + 159, + 167, + 171, + 205 + ], + "these": [ + 36, + 130 + ], + "accurate": [ + 37 + ], + "decision": [ + 38 + ], + "support": [ + 39 + ], + "remain": [ + 41 + ], + "complex": [ + 42 + ], + "black": [ + 43 + ], + "boxes,": [ + 44 + ], + "their": [ + 46, + 66 + ], + "internal": [ + 47 + ], + "logic": [ + 48 + ], + "and": [ + 49, + 57, + 71, + 79, + 93, + 111, + 118, + 185, + 190 + ], + "inner": [ + 50 + ], + "workings": [ + 51 + ], + "hidden": [ + 53 + ], + "to": [ + 54, + 90, + 139, + 150, + 163, + 201 + ], + "user": [ + 56 + ], + "even": [ + 58 + ], + "experts": [ + 59 + ], + "cannot": [ + 60 + ], + "fully": [ + 61 + ], + "understand": [ + 62 + ], + "rationale": [ + 64 + ], + "behind": [ + 65 + ], + "predictions.": [ + 67 + ], + "Moreover,": [ + 68 + ], + "new": [ + 69 + ], + "regulations": [ + 70 + ], + "highly": [ + 72 + ], + "regulated": [ + 73 + ], + "domains": [ + 74 + ], + "made": [ + 76 + ], + "audit": [ + 78 + ], + "verifiability": [ + 80 + ], + "mandatory,": [ + 83 + ], + "increasing": [ + 84 + ], + "demand": [ + 86 + ], + "ability": [ + 89 + ], + "question,": [ + 91 + ], + "understand,": [ + 92 + ], + "trust": [ + 94 + ], + "machine": [ + 95, + 176 + ], + "systems,": [ + 97 + ], + "which": [ + 99 + ], + "interpretability": [ + 100, + 109, + 178 + ], + "is": [ + 101, + 134, + 162, + 197 + ], + "indispensable.": [ + 102 + ], + "The": [ + 103, + 157 + ], + "research": [ + 104, + 173 + ], + "community": [ + 105 + ], + "recognized": [ + 107 + ], + "this": [ + 108, + 160, + 208 + ], + "problem": [ + 110 + ], + "focused": [ + 112 + ], + "on": [ + 113, + 137, + 175, + 181, + 186, + 207 + ], + "developing": [ + 114 + ], + "both": [ + 115 + ], + "interpretable": [ + 116 + ], + "models": [ + 117 + ], + "explanation": [ + 119, + 142 + ], + "methods": [ + 120, + 131, + 189 + ], + "over": [ + 121 + ], + "past": [ + 123 + ], + "few": [ + 124 + ], + "years.": [ + 125 + ], + "emergence": [ + 128 + ], + "shows": [ + 132 + ], + "there": [ + 133 + ], + "no": [ + 135 + ], + "consensus": [ + 136 + ], + "how": [ + 138 + ], + "assess": [ + 140, + 151 + ], + "quality.": [ + 143 + ], + "Which": [ + 144 + ], + "suitable": [ + 148 + ], + "metrics": [ + 149 + ], + "quality": [ + 153 + ], + "an": [ + 155 + ], + "explanation?": [ + 156 + ], + "aim": [ + 158 + ], + "article": [ + 161 + ], + "provide": [ + 164 + ], + "review": [ + 166, + 196 + ], + "current": [ + 169 + ], + "state": [ + 170 + ], + "field": [ + 174 + ], + "while": [ + 179 + ], + "focusing": [ + 180 + ], + "societal": [ + 183 + ], + "impact": [ + 184 + ], + "developed": [ + 188 + ], + "metrics.": [ + 191 + ], + "Furthermore,": [ + 192 + ], + "complete": [ + 194 + ], + "literature": [ + 195 + ], + "presented": [ + 198 + ], + "in": [ + 199 + ], + "order": [ + 200 + ], + "identify": [ + 202 + ], + "future": [ + 203 + ], + "directions": [ + 204 + ], + "work": [ + 206 + ], + "field.": [ + 209 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 101 + }, + { + "year": 2025, + "cited_by_count": 348 + }, + { + "year": 2024, + "cited_by_count": 347 + }, + { + "year": 2023, + "cited_by_count": 324 + }, + { + "year": 2022, + "cited_by_count": 294 + }, + { + "year": 2021, + "cited_by_count": 226 + }, + { + "year": 2020, + "cited_by_count": 97 + }, + { + "year": 2019, + "cited_by_count": 4 + }, + { + "year": 2012, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-27T09:02:27.158192", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W1563088657", + "doi": "https://doi.org/10.1017/cbo9780511801389", + "title": "An Introduction to Support Vector Machines and Other Kernel-based Learning Methods", + "display_name": "An Introduction to Support Vector Machines and Other Kernel-based Learning Methods", + "relevance_score": 2830.7322, + "publication_year": 2000, + "publication_date": "2000-03-23", + "ids": { + "openalex": "https://openalex.org/W1563088657", + "doi": "https://doi.org/10.1017/cbo9780511801389", + "mag": "1563088657" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1017/cbo9780511801389", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1017/cbo9780511801389", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306462995", + "display_name": "Cambridge University Press eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/P4310311721", + "host_organization_name": "Cambridge University Press", + "host_organization_lineage": [ + "https://openalex.org/P4310311721", + "https://openalex.org/P4310311702" + ], + "host_organization_lineage_names": [ + "Cambridge University Press", + "University of Cambridge" + ], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "monograph" + }, + "type": "book", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5083307694", + "display_name": "Nello Cristianini", + "orcid": "https://orcid.org/0000-0001-7740-0449" + }, + "institutions": [ + { + "id": "https://openalex.org/I36234482", + "display_name": "University of Bristol", + "ror": "https://ror.org/0524sp257", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I36234482" + ] + } + ], + "countries": [ + "GB" + ], + "is_corresponding": true, + "raw_author_name": "Nello Cristianini", + "raw_affiliation_strings": [ + "University of Bristol" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Bristol", + "institution_ids": [ + "https://openalex.org/I36234482" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5047980012", + "display_name": "John Shawe‐Taylor", + "orcid": "https://orcid.org/0000-0002-2030-0073" + }, + "institutions": [ + { + "id": "https://openalex.org/I184558857", + "display_name": "Royal Holloway University of London", + "ror": "https://ror.org/04g2vpn86", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I124357947", + "https://openalex.org/I184558857" + ] + } + ], + "countries": [ + "GB" + ], + "is_corresponding": false, + "raw_author_name": "John Shawe-Taylor", + "raw_affiliation_strings": [ + "Royal Holloway, University of London", + "†Royal Holloway, University of London" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Royal Holloway, University of London", + "institution_ids": [ + "https://openalex.org/I184558857" + ] + }, + { + "raw_affiliation_string": "†Royal Holloway, University of London", + "institution_ids": [ + "https://openalex.org/I184558857" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5083307694" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I36234482" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 129.5763, + "has_fulltext": false, + "cited_by_count": 13866, + "citation_normalized_percentile": { + "value": 1.0, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10057", + "display_name": "Face and Expression Recognition", + "score": 0.5723999738693237, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10057", + "display_name": "Face and Expression Recognition", + "score": 0.5723999738693237, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11550", + "display_name": "Text and Document Classification Technologies", + "score": 0.5425999760627747, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.4860999882221222, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7553318738937378 + }, + { + "id": "https://openalex.org/keywords/grasp", + "display_name": "GRASP", + "score": 0.6769353151321411 + }, + { + "id": "https://openalex.org/keywords/support-vector-machine", + "display_name": "Support vector machine", + "score": 0.6746301651000977 + }, + { + "id": "https://openalex.org/keywords/point", + "display_name": "Point (geometry)", + "score": 0.6089456677436829 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5675321817398071 + }, + { + "id": "https://openalex.org/keywords/statistical-learning-theory", + "display_name": "Statistical learning theory", + "score": 0.5189080834388733 + }, + { + "id": "https://openalex.org/keywords/presentation", + "display_name": "Presentation (obstetrics)", + "score": 0.5127816796302795 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.5107676982879639 + }, + { + "id": "https://openalex.org/keywords/software", + "display_name": "Software", + "score": 0.45903491973876953 + }, + { + "id": "https://openalex.org/keywords/kernel", + "display_name": "Kernel (algebra)", + "score": 0.4535565972328186 + }, + { + "id": "https://openalex.org/keywords/data-science", + "display_name": "Data science", + "score": 0.3457496166229248 + }, + { + "id": "https://openalex.org/keywords/software-engineering", + "display_name": "Software engineering", + "score": 0.2609504163265228 + }, + { + "id": "https://openalex.org/keywords/programming-language", + "display_name": "Programming language", + "score": 0.09729310870170593 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7553318738937378 + }, + { + "id": "https://openalex.org/C171268870", + "wikidata": "https://www.wikidata.org/wiki/Q1486676", + "display_name": "GRASP", + "level": 2, + "score": 0.6769353151321411 + }, + { + "id": "https://openalex.org/C12267149", + "wikidata": "https://www.wikidata.org/wiki/Q282453", + "display_name": "Support vector machine", + "level": 2, + "score": 0.6746301651000977 + }, + { + "id": "https://openalex.org/C28719098", + "wikidata": "https://www.wikidata.org/wiki/Q44946", + "display_name": "Point (geometry)", + "level": 2, + "score": 0.6089456677436829 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5675321817398071 + }, + { + "id": "https://openalex.org/C2779915298", + "wikidata": "https://www.wikidata.org/wiki/Q7604400", + "display_name": "Statistical learning theory", + "level": 3, + "score": 0.5189080834388733 + }, + { + "id": "https://openalex.org/C2777601897", + "wikidata": "https://www.wikidata.org/wiki/Q3409113", + "display_name": "Presentation (obstetrics)", + "level": 2, + "score": 0.5127816796302795 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.5107676982879639 + }, + { + "id": "https://openalex.org/C2777904410", + "wikidata": "https://www.wikidata.org/wiki/Q7397", + "display_name": "Software", + "level": 2, + "score": 0.45903491973876953 + }, + { + "id": "https://openalex.org/C74193536", + "wikidata": "https://www.wikidata.org/wiki/Q574844", + "display_name": "Kernel (algebra)", + "level": 2, + "score": 0.4535565972328186 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.3457496166229248 + }, + { + "id": "https://openalex.org/C115903868", + "wikidata": "https://www.wikidata.org/wiki/Q80993", + "display_name": "Software engineering", + "level": 1, + "score": 0.2609504163265228 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.09729310870170593 + }, + { + "id": "https://openalex.org/C2524010", + "wikidata": "https://www.wikidata.org/wiki/Q8087", + "display_name": "Geometry", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C126838900", + "wikidata": "https://www.wikidata.org/wiki/Q77604", + "display_name": "Radiology", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C114614502", + "wikidata": "https://www.wikidata.org/wiki/Q76592", + "display_name": "Combinatorics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 11, + "locations": [ + { + "id": "doi:10.1017/cbo9780511801389", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1017/cbo9780511801389", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306462995", + "display_name": "Cambridge University Press eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/P4310311721", + "host_organization_name": "Cambridge University Press", + "host_organization_lineage": [ + "https://openalex.org/P4310311721", + "https://openalex.org/P4310311702" + ], + "host_organization_lineage_names": [ + "Cambridge University Press", + "University of Cambridge" + ], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "monograph" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-008832996", + "is_oa": false, + "landing_page_url": null, + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-014827826", + "is_oa": false, + "landing_page_url": "http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=014827826&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-018922583", + "is_oa": false, + "landing_page_url": "http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=018922583&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-019935426", + "is_oa": false, + "landing_page_url": "http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=019935426&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-028388686", + "is_oa": false, + "landing_page_url": "http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&db=nlabk&AN=510940", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "software, multimedia" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-029352050", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1017/CBO9780511801389", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "software, multimedia" + }, + { + "id": "pmh:oai:bibliotecavirtualdefensa.es:671734", + "is_oa": false, + "landing_page_url": "https://bibliotecavirtual.defensa.gob.es/BVMDefensa/es/consulta/registro.do?id=671734", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4377196928", + "display_name": "Virtual Defense Library (Ministerio de Defensa)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I4210162908", + "host_organization_name": "Ministerio de Defensa", + "host_organization_lineage": [ + "https://openalex.org/I4210162908" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Libros" + }, + { + "id": "pmh:oai:cds.cern.ch:735638", + "is_oa": false, + "landing_page_url": "http://cds.cern.ch/record/735638", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402195", + "display_name": "CERN Document Server (European Organization for Nuclear Research)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I67311998", + "host_organization_name": "European Organization for Nuclear Research", + "host_organization_lineage": [ + "https://openalex.org/I67311998" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + }, + { + "id": "pmh:oai:eprints.ucl.ac.uk.OAI2:1377602", + "is_oa": false, + "landing_page_url": "http://discovery.ucl.ac.uk/1377602/", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400024", + "display_name": "UCL Discovery (University College London)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I45129253", + "host_organization_name": "University College London", + "host_organization_lineage": [ + "https://openalex.org/I45129253" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": " Cambridge University Press (2010) ", + "raw_type": "Book" + }, + { + "id": "pmh:oai:infoscience.epfl.ch:51488", + "is_oa": false, + "landing_page_url": "http://infoscience.epfl.ch/record/51488", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400488", + "display_name": "Infoscience (Ecole Polytechnique Fédérale de Lausanne)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Text" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "display_name": "Quality Education", + "score": 0.7699999809265137, + "id": "https://metadata.un.org/sdg/4" + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [ + "https://openalex.org/W2369526193", + "https://openalex.org/W2394142199", + "https://openalex.org/W2382810153", + "https://openalex.org/W3013091747", + "https://openalex.org/W2389264710", + "https://openalex.org/W2186819599", + "https://openalex.org/W2367955905", + "https://openalex.org/W2385435757", + "https://openalex.org/W2371052470", + "https://openalex.org/W2535735882" + ], + "abstract_inverted_index": { + "This": [ + 0 + ], + "is": [ + 1, + 100 + ], + "the": [ + 2, + 49, + 61, + 74, + 82, + 98, + 125 + ], + "first": [ + 3 + ], + "comprehensive": [ + 4 + ], + "introduction": [ + 5 + ], + "to": [ + 6, + 105, + 135 + ], + "Support": [ + 7 + ], + "Vector": [ + 8 + ], + "Machines": [ + 9 + ], + "(SVMs),": [ + 10 + ], + "a": [ + 11, + 78 + ], + "generation": [ + 12 + ], + "learning": [ + 13, + 21, + 54 + ], + "system": [ + 14 + ], + "based": [ + 15 + ], + "on": [ + 16 + ], + "recent": [ + 17 + ], + "advances": [ + 18 + ], + "in": [ + 19, + 27, + 92 + ], + "statistical": [ + 20 + ], + "theory.": [ + 22 + ], + "SVMs": [ + 23 + ], + "deliver": [ + 24 + ], + "state-of-the-art": [ + 25 + ], + "performance": [ + 26 + ], + "real-world": [ + 28 + ], + "applications": [ + 29 + ], + "such": [ + 30 + ], + "as": [ + 31, + 46 + ], + "text": [ + 32 + ], + "categorisation,": [ + 33 + ], + "hand-written": [ + 34 + ], + "character": [ + 35 + ], + "recognition,": [ + 36 + ], + "image": [ + 37 + ], + "classification,": [ + 38 + ], + "biosequences": [ + 39 + ], + "analysis,": [ + 40 + ], + "etc.,": [ + 41 + ], + "and": [ + 42, + 55, + 65, + 84, + 94, + 102, + 108, + 127, + 140 + ], + "are": [ + 43, + 89 + ], + "now": [ + 44 + ], + "established": [ + 45 + ], + "one": [ + 47 + ], + "of": [ + 48, + 81 + ], + "standard": [ + 50 + ], + "tools": [ + 51 + ], + "for": [ + 52, + 77, + 121 + ], + "machine": [ + 53 + ], + "data": [ + 56 + ], + "mining.": [ + 57 + ], + "Students": [ + 58 + ], + "will": [ + 59, + 69, + 132 + ], + "find": [ + 60 + ], + "book": [ + 62, + 126 + ], + "both": [ + 63 + ], + "stimulating": [ + 64 + ], + "accessible,": [ + 66 + ], + "while": [ + 67, + 97 + ], + "practitioners": [ + 68, + 134 + ], + "be": [ + 70 + ], + "guided": [ + 71 + ], + "smoothly": [ + 72 + ], + "through": [ + 73 + ], + "material": [ + 75 + ], + "required": [ + 76 + ], + "good": [ + 79 + ], + "grasp": [ + 80 + ], + "theory": [ + 83 + ], + "its": [ + 85, + 128 + ], + "applications.": [ + 86 + ], + "The": [ + 87 + ], + "concepts": [ + 88 + ], + "introduced": [ + 90 + ], + "gradually": [ + 91 + ], + "accessible": [ + 93 + ], + "self-contained": [ + 95 + ], + "stages,": [ + 96 + ], + "presentation": [ + 99 + ], + "rigorous": [ + 101 + ], + "thorough.": [ + 103 + ], + "Pointers": [ + 104 + ], + "relevant": [ + 106 + ], + "literature": [ + 107 + ], + "web": [ + 109, + 130 + ], + "sites": [ + 110 + ], + "containing": [ + 111 + ], + "software": [ + 112 + ], + "ensure": [ + 113 + ], + "that": [ + 114 + ], + "it": [ + 115 + ], + "forms": [ + 116 + ], + "an": [ + 117 + ], + "ideal": [ + 118 + ], + "starting": [ + 119 + ], + "point": [ + 120 + ], + "further": [ + 122 + ], + "study.": [ + 123 + ], + "Equally,": [ + 124 + ], + "associated": [ + 129 + ], + "site": [ + 131 + ], + "guide": [ + 133 + ], + "updated": [ + 136 + ], + "literature,": [ + 137 + ], + "new": [ + 138 + ], + "applications,": [ + 139 + ], + "on-line": [ + 141 + ], + "software.": [ + 142 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 70 + }, + { + "year": 2025, + "cited_by_count": 254 + }, + { + "year": 2024, + "cited_by_count": 299 + }, + { + "year": 2023, + "cited_by_count": 361 + }, + { + "year": 2022, + "cited_by_count": 432 + }, + { + "year": 2021, + "cited_by_count": 589 + }, + { + "year": 2020, + "cited_by_count": 597 + }, + { + "year": 2019, + "cited_by_count": 618 + }, + { + "year": 2018, + "cited_by_count": 618 + }, + { + "year": 2017, + "cited_by_count": 622 + }, + { + "year": 2016, + "cited_by_count": 654 + }, + { + "year": 2015, + "cited_by_count": 750 + }, + { + "year": 2014, + "cited_by_count": 767 + }, + { + "year": 2013, + "cited_by_count": 738 + }, + { + "year": 2012, + "cited_by_count": 765 + } + ], + "updated_date": "2026-05-26T13:28:51.108037", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2798701005", + "doi": "https://doi.org/10.1126/science.aat8084", + "title": "All-optical machine learning using diffractive deep neural networks", + "display_name": "All-optical machine learning using diffractive deep neural networks", + "relevance_score": 2812.0886, + "publication_year": 2018, + "publication_date": "2018-07-26", + "ids": { + "openalex": "https://openalex.org/W2798701005", + "doi": "https://doi.org/10.1126/science.aat8084", + "mag": "2798701005", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/30049787" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1126/science.aat8084", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1126/science.aat8084", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S3880285", + "display_name": "Science", + "issn_l": "0036-8075", + "issn": [ + "0036-8075", + "1095-9203" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315823", + "host_organization_name": "American Association for the Advancement of Science", + "host_organization_lineage": [ + "https://openalex.org/P4310315823" + ], + "host_organization_lineage_names": [ + "American Association for the Advancement of Science" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Science", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "arxiv", + "crossref", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1804.08711", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": null, + "display_name": "Xing Lin", + "orcid": "https://orcid.org/0000-0002-5560-7286" + }, + "institutions": [ + { + "id": "https://openalex.org/I142207940", + "display_name": "California NanoSystems Institute", + "ror": "https://ror.org/00q7fqf35", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I142207940", + "https://openalex.org/I154570441", + "https://openalex.org/I161318765" + ] + }, + { + "id": "https://openalex.org/I161318765", + "display_name": "University of California, Los Angeles", + "ror": "https://ror.org/046rm7j60", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I161318765" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Xing Lin", + "raw_affiliation_strings": [ + "California NanoSystems Institute (CNSI), University of California, Los Angeles, CA 90095, USA", + "Department of Bioengineering, University of California, Los Angeles, CA 90095, USA", + "Department of Electrical and Computer Engineering, University of California, Los Angeles, CA 90095, USA" + ], + "raw_orcid": "https://orcid.org/0000-0002-5560-7286", + "affiliations": [ + { + "raw_affiliation_string": "California NanoSystems Institute (CNSI), University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I142207940", + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Department of Bioengineering, University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Department of Electrical and Computer Engineering, University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5058629781", + "display_name": "Yair Rivenson", + "orcid": "https://orcid.org/0000-0003-1132-0715" + }, + "institutions": [ + { + "id": "https://openalex.org/I142207940", + "display_name": "California NanoSystems Institute", + "ror": "https://ror.org/00q7fqf35", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I142207940", + "https://openalex.org/I154570441", + "https://openalex.org/I161318765" + ] + }, + { + "id": "https://openalex.org/I161318765", + "display_name": "University of California, Los Angeles", + "ror": "https://ror.org/046rm7j60", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I161318765" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Yair Rivenson", + "raw_affiliation_strings": [ + "California NanoSystems Institute (CNSI), University of California, Los Angeles, CA 90095, USA", + "Department of Bioengineering, University of California, Los Angeles, CA 90095, USA", + "Department of Electrical and Computer Engineering, University of California, Los Angeles, CA 90095, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "California NanoSystems Institute (CNSI), University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I142207940", + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Department of Bioengineering, University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Department of Electrical and Computer Engineering, University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5043009217", + "display_name": "Nezih Tolga Yardimci", + "orcid": "https://orcid.org/0000-0002-3623-5835" + }, + "institutions": [ + { + "id": "https://openalex.org/I142207940", + "display_name": "California NanoSystems Institute", + "ror": "https://ror.org/00q7fqf35", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I142207940", + "https://openalex.org/I154570441", + "https://openalex.org/I161318765" + ] + }, + { + "id": "https://openalex.org/I161318765", + "display_name": "University of California, Los Angeles", + "ror": "https://ror.org/046rm7j60", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I161318765" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Nezih T. Yardimci", + "raw_affiliation_strings": [ + "California NanoSystems Institute (CNSI), University of California, Los Angeles, CA 90095, USA", + "Department of Electrical and Computer Engineering, University of California, Los Angeles, CA 90095, USA" + ], + "raw_orcid": "https://orcid.org/0000-0002-3623-5835", + "affiliations": [ + { + "raw_affiliation_string": "California NanoSystems Institute (CNSI), University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I142207940", + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Department of Electrical and Computer Engineering, University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5107809600", + "display_name": "Muhammed Veli", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I142207940", + "display_name": "California NanoSystems Institute", + "ror": "https://ror.org/00q7fqf35", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I142207940", + "https://openalex.org/I154570441", + "https://openalex.org/I161318765" + ] + }, + { + "id": "https://openalex.org/I161318765", + "display_name": "University of California, Los Angeles", + "ror": "https://ror.org/046rm7j60", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I161318765" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Muhammed Veli", + "raw_affiliation_strings": [ + "California NanoSystems Institute (CNSI), University of California, Los Angeles, CA 90095, USA", + "Department of Bioengineering, University of California, Los Angeles, CA 90095, USA", + "Department of Electrical and Computer Engineering, University of California, Los Angeles, CA 90095, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "California NanoSystems Institute (CNSI), University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I142207940", + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Department of Bioengineering, University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Department of Electrical and Computer Engineering, University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5069743536", + "display_name": "Yi Luo", + "orcid": "https://orcid.org/0000-0001-9442-547X" + }, + "institutions": [ + { + "id": "https://openalex.org/I142207940", + "display_name": "California NanoSystems Institute", + "ror": "https://ror.org/00q7fqf35", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I142207940", + "https://openalex.org/I154570441", + "https://openalex.org/I161318765" + ] + }, + { + "id": "https://openalex.org/I161318765", + "display_name": "University of California, Los Angeles", + "ror": "https://ror.org/046rm7j60", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I161318765" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Yi Luo", + "raw_affiliation_strings": [ + "California NanoSystems Institute (CNSI), University of California, Los Angeles, CA 90095, USA", + "Department of Bioengineering, University of California, Los Angeles, CA 90095, USA", + "Department of Electrical and Computer Engineering, University of California, Los Angeles, CA 90095, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "California NanoSystems Institute (CNSI), University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I142207940", + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Department of Bioengineering, University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Department of Electrical and Computer Engineering, University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5003547576", + "display_name": "Mona Jarrahi", + "orcid": "https://orcid.org/0000-0001-9514-555X" + }, + "institutions": [ + { + "id": "https://openalex.org/I142207940", + "display_name": "California NanoSystems Institute", + "ror": "https://ror.org/00q7fqf35", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I142207940", + "https://openalex.org/I154570441", + "https://openalex.org/I161318765" + ] + }, + { + "id": "https://openalex.org/I161318765", + "display_name": "University of California, Los Angeles", + "ror": "https://ror.org/046rm7j60", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I161318765" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Mona Jarrahi", + "raw_affiliation_strings": [ + "California NanoSystems Institute (CNSI), University of California, Los Angeles, CA 90095, USA", + "Department of Electrical and Computer Engineering, University of California, Los Angeles, CA 90095, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "California NanoSystems Institute (CNSI), University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I142207940", + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Department of Electrical and Computer Engineering, University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5016207990", + "display_name": "Aydogan Özcan", + "orcid": "https://orcid.org/0000-0002-0717-683X" + }, + "institutions": [ + { + "id": "https://openalex.org/I142207940", + "display_name": "California NanoSystems Institute", + "ror": "https://ror.org/00q7fqf35", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I142207940", + "https://openalex.org/I154570441", + "https://openalex.org/I161318765" + ] + }, + { + "id": "https://openalex.org/I161318765", + "display_name": "University of California, Los Angeles", + "ror": "https://ror.org/046rm7j60", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I161318765" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Aydogan Ozcan", + "raw_affiliation_strings": [ + "California NanoSystems Institute (CNSI), University of California, Los Angeles, CA 90095, USA", + "Department of Bioengineering, University of California, Los Angeles, CA 90095, USA", + "Department of Electrical and Computer Engineering, University of California, Los Angeles, CA 90095, USA", + "Department of Surgery, David Geffen School of Medicine, University of California, Los Angeles, CA 90095, USA" + ], + "raw_orcid": "https://orcid.org/0000-0002-0717-683X", + "affiliations": [ + { + "raw_affiliation_string": "California NanoSystems Institute (CNSI), University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I142207940", + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Department of Bioengineering, University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Department of Electrical and Computer Engineering, University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Department of Surgery, David Geffen School of Medicine, University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 7, + "corresponding_author_ids": [ + "https://openalex.org/A5016207990" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I142207940", + "https://openalex.org/I161318765" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 92.9123, + "has_fulltext": false, + "cited_by_count": 2394, + "citation_normalized_percentile": { + "value": 0.99953225, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "361", + "issue": "6406", + "first_page": "1004", + "last_page": "1008" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12611", + "display_name": "Neural Networks and Reservoir Computing", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12611", + "display_name": "Neural Networks and Reservoir Computing", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10299", + "display_name": "Photonic and Optical Devices", + "score": 0.9991999864578247, + "subfield": { + "id": "https://openalex.org/subfields/2208", + "display_name": "Electrical and Electronic Engineering" + }, + "field": { + "id": "https://openalex.org/fields/22", + "display_name": "Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10232", + "display_name": "Optical Network Technologies", + "score": 0.9976999759674072, + "subfield": { + "id": "https://openalex.org/subfields/2208", + "display_name": "Electrical and Electronic Engineering" + }, + "field": { + "id": "https://openalex.org/fields/22", + "display_name": "Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7860591411590576 + }, + { + "id": "https://openalex.org/keywords/deep-learning", + "display_name": "Deep learning", + "score": 0.7775610685348511 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6655349731445312 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.5838559865951538 + }, + { + "id": "https://openalex.org/keywords/feature", + "display_name": "Feature (linguistics)", + "score": 0.48495984077453613 + }, + { + "id": "https://openalex.org/keywords/lithography", + "display_name": "Lithography", + "score": 0.41517090797424316 + }, + { + "id": "https://openalex.org/keywords/deep-neural-networks", + "display_name": "Deep neural networks", + "score": 0.4102061092853546 + }, + { + "id": "https://openalex.org/keywords/pattern-recognition", + "display_name": "Pattern recognition (psychology)", + "score": 0.3880327045917511 + }, + { + "id": "https://openalex.org/keywords/computer-architecture", + "display_name": "Computer architecture", + "score": 0.3523845970630646 + }, + { + "id": "https://openalex.org/keywords/computer-vision", + "display_name": "Computer vision", + "score": 0.330812931060791 + }, + { + "id": "https://openalex.org/keywords/materials-science", + "display_name": "Materials science", + "score": 0.10253027081489563 + }, + { + "id": "https://openalex.org/keywords/optoelectronics", + "display_name": "Optoelectronics", + "score": 0.09713014960289001 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7860591411590576 + }, + { + "id": "https://openalex.org/C108583219", + "wikidata": "https://www.wikidata.org/wiki/Q197536", + "display_name": "Deep learning", + "level": 2, + "score": 0.7775610685348511 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6655349731445312 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.5838559865951538 + }, + { + "id": "https://openalex.org/C2776401178", + "wikidata": "https://www.wikidata.org/wiki/Q12050496", + "display_name": "Feature (linguistics)", + "level": 2, + "score": 0.48495984077453613 + }, + { + "id": "https://openalex.org/C204223013", + "wikidata": "https://www.wikidata.org/wiki/Q133036", + "display_name": "Lithography", + "level": 2, + "score": 0.41517090797424316 + }, + { + "id": "https://openalex.org/C2984842247", + "wikidata": "https://www.wikidata.org/wiki/Q197536", + "display_name": "Deep neural networks", + "level": 3, + "score": 0.4102061092853546 + }, + { + "id": "https://openalex.org/C153180895", + "wikidata": "https://www.wikidata.org/wiki/Q7148389", + "display_name": "Pattern recognition (psychology)", + "level": 2, + "score": 0.3880327045917511 + }, + { + "id": "https://openalex.org/C118524514", + "wikidata": "https://www.wikidata.org/wiki/Q173212", + "display_name": "Computer architecture", + "level": 1, + "score": 0.3523845970630646 + }, + { + "id": "https://openalex.org/C31972630", + "wikidata": "https://www.wikidata.org/wiki/Q844240", + "display_name": "Computer vision", + "level": 1, + "score": 0.330812931060791 + }, + { + "id": "https://openalex.org/C192562407", + "wikidata": "https://www.wikidata.org/wiki/Q228736", + "display_name": "Materials science", + "level": 0, + "score": 0.10253027081489563 + }, + { + "id": "https://openalex.org/C49040817", + "wikidata": "https://www.wikidata.org/wiki/Q193091", + "display_name": "Optoelectronics", + "level": 1, + "score": 0.09713014960289001 + }, + { + "id": "https://openalex.org/C41895202", + "wikidata": "https://www.wikidata.org/wiki/Q8162", + "display_name": "Linguistics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C138885662", + "wikidata": "https://www.wikidata.org/wiki/Q5891", + "display_name": "Philosophy", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 3, + "locations": [ + { + "id": "doi:10.1126/science.aat8084", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1126/science.aat8084", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S3880285", + "display_name": "Science", + "issn_l": "0036-8075", + "issn": [ + "0036-8075", + "1095-9203" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315823", + "host_organization_name": "American Association for the Advancement of Science", + "host_organization_lineage": [ + "https://openalex.org/P4310315823" + ], + "host_organization_lineage_names": [ + "American Association for the Advancement of Science" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Science", + "raw_type": "journal-article" + }, + { + "id": "pmid:30049787", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/30049787", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Science (New York, N.Y.)", + "raw_type": null + }, + { + "id": "pmh:oai:arXiv.org:1804.08711", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1804.08711", + "pdf_url": "https://arxiv.org/pdf/1804.08711", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1804.08711", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1804.08711", + "pdf_url": "https://arxiv.org/pdf/1804.08711", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [ + { + "id": "https://openalex.org/F4320306076", + "display_name": "National Science Foundation", + "ror": "https://ror.org/021nxhr62" + }, + { + "id": "https://openalex.org/F4320306082", + "display_name": "Howard Hughes Medical Institute", + "ror": "https://ror.org/006w34k90" + } + ], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 48, + "referenced_works": [ + "https://openalex.org/W1569530544", + "https://openalex.org/W1965702053", + "https://openalex.org/W1983348509", + "https://openalex.org/W1988583365", + "https://openalex.org/W1992642990", + "https://openalex.org/W1999001021", + "https://openalex.org/W2027029957", + "https://openalex.org/W2028891317", + "https://openalex.org/W2029316659", + "https://openalex.org/W2031557272", + "https://openalex.org/W2049431120", + "https://openalex.org/W2082093743", + "https://openalex.org/W2087322350", + "https://openalex.org/W2092056230", + "https://openalex.org/W2095705004", + "https://openalex.org/W2112796928", + "https://openalex.org/W2124188012", + "https://openalex.org/W2126442445", + "https://openalex.org/W2133665775", + "https://openalex.org/W2141125852", + "https://openalex.org/W2143612262", + "https://openalex.org/W2152537098", + "https://openalex.org/W2157331557", + "https://openalex.org/W2172174689", + "https://openalex.org/W2249493152", + "https://openalex.org/W2257979135", + "https://openalex.org/W2405496089", + "https://openalex.org/W2415475836", + "https://openalex.org/W2574952845", + "https://openalex.org/W2592929672", + "https://openalex.org/W2593966629", + "https://openalex.org/W2604272474", + "https://openalex.org/W2604388535", + "https://openalex.org/W2612688942", + "https://openalex.org/W2614949728", + "https://openalex.org/W2625634735", + "https://openalex.org/W2752849906", + "https://openalex.org/W2754141582", + "https://openalex.org/W2774993480", + "https://openalex.org/W2786808700", + "https://openalex.org/W2919115771", + "https://openalex.org/W3100115611", + "https://openalex.org/W3100420029", + "https://openalex.org/W3106459670", + "https://openalex.org/W3149029883", + "https://openalex.org/W4211228099", + "https://openalex.org/W4236965008", + "https://openalex.org/W4246799416" + ], + "related_works": [ + "https://openalex.org/W4375867731", + "https://openalex.org/W2611989081", + "https://openalex.org/W2731899572", + "https://openalex.org/W4377865163", + "https://openalex.org/W3193857078", + "https://openalex.org/W2888956734", + "https://openalex.org/W3000197790", + "https://openalex.org/W4315865067", + "https://openalex.org/W2979433843", + "https://openalex.org/W3208304128" + ], + "abstract_inverted_index": { + "All-optical": [ + 0 + ], + "deep": [ + 1 + ], + "learning": [ + 2, + 4, + 42 + ], + "Deep": [ + 3 + ], + "uses": [ + 5, + 44 + ], + "multilayered": [ + 6, + 27 + ], + "artificial": [ + 7, + 69 + ], + "neural": [ + 8, + 28, + 70 + ], + "networks": [ + 9, + 29 + ], + "to": [ + 10, + 67, + 76 + ], + "learn": [ + 11 + ], + "digitally": [ + 12 + ], + "from": [ + 13 + ], + "large": [ + 14 + ], + "datasets.": [ + 15 + ], + "It": [ + 16 + ], + "then": [ + 17 + ], + "performs": [ + 18 + ], + "advanced": [ + 19 + ], + "identification": [ + 20 + ], + "and": [ + 21, + 52 + ], + "classification": [ + 22 + ], + "tasks.": [ + 23 + ], + "To": [ + 24 + ], + "date,": [ + 25 + ], + "these": [ + 26 + ], + "have": [ + 30 + ], + "been": [ + 31 + ], + "implemented": [ + 32 + ], + "on": [ + 33 + ], + "a": [ + 34 + ], + "computer.": [ + 35 + ], + "Lin": [ + 36 + ], + "et": [ + 37 + ], + "al.": [ + 38 + ], + "demonstrate": [ + 39 + ], + "all-optical": [ + 40 + ], + "machine": [ + 41 + ], + "that": [ + 43, + 48, + 72 + ], + "passive": [ + 45 + ], + "optical": [ + 46, + 64 + ], + "components": [ + 47 + ], + "can": [ + 49, + 73 + ], + "be": [ + 50, + 74 + ], + "patterned": [ + 51 + ], + "fabricated": [ + 53 + ], + "with": [ + 54 + ], + "3D-printing.": [ + 55 + ], + "Their": [ + 56 + ], + "hardware": [ + 57 + ], + "approach": [ + 58 + ], + "comprises": [ + 59 + ], + "stacked": [ + 60 + ], + "layers": [ + 61 + ], + "of": [ + 62, + 83 + ], + "diffractive": [ + 63 + ], + "elements": [ + 65 + ], + "analogous": [ + 66 + ], + "an": [ + 68 + ], + "network": [ + 71 + ], + "trained": [ + 75 + ], + "execute": [ + 77 + ], + "complex": [ + 78 + ], + "functions": [ + 79 + ], + "at": [ + 80 + ], + "the": [ + 81 + ], + "speed": [ + 82 + ], + "light.": [ + 84 + ], + "Science": [ + 85 + ], + ",": [ + 86 + ], + "this": [ + 87 + ], + "issue": [ + 88 + ], + "p.": [ + 89 + ], + "1004": [ + 90 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 172 + }, + { + "year": 2025, + "cited_by_count": 519 + }, + { + "year": 2024, + "cited_by_count": 459 + }, + { + "year": 2023, + "cited_by_count": 367 + }, + { + "year": 2022, + "cited_by_count": 328 + }, + { + "year": 2021, + "cited_by_count": 253 + }, + { + "year": 2020, + "cited_by_count": 164 + }, + { + "year": 2019, + "cited_by_count": 113 + }, + { + "year": 2018, + "cited_by_count": 19 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2601810315", + "doi": "https://doi.org/10.1093/bioinformatics/btx180", + "title": "Trainable Weka Segmentation: a machine learning tool for microscopy pixel classification", + "display_name": "Trainable Weka Segmentation: a machine learning tool for microscopy pixel classification", + "relevance_score": 2796.3193, + "publication_year": 2017, + "publication_date": "2017-03-28", + "ids": { + "openalex": "https://openalex.org/W2601810315", + "doi": "https://doi.org/10.1093/bioinformatics/btx180", + "mag": "2601810315", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/28369169" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1093/bioinformatics/btx180", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1093/bioinformatics/btx180", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S52395412", + "display_name": "Bioinformatics", + "issn_l": "1367-4803", + "issn": [ + "1367-4803", + "1367-4811" + ], + "is_oa": false, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310311648", + "host_organization_name": "Oxford University Press", + "host_organization_lineage": [ + "https://openalex.org/P4310311648", + "https://openalex.org/P4310311647" + ], + "host_organization_lineage_names": [ + "Oxford University Press", + "University of Oxford" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Bioinformatics", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref", + "doaj", + "pubmed" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5021284069", + "display_name": "Ignacio Arganda‐Carreras", + "orcid": "https://orcid.org/0000-0003-0229-5722" + }, + "institutions": [ + { + "id": "https://openalex.org/I110594554", + "display_name": "Ikerbasque", + "ror": "https://ror.org/01cc3fy72", + "country_code": "ES", + "type": "other", + "lineage": [ + "https://openalex.org/I110594554" + ] + }, + { + "id": "https://openalex.org/I169108374", + "display_name": "University of the Basque Country", + "ror": "https://ror.org/000xsnr85", + "country_code": "ES", + "type": "education", + "lineage": [ + "https://openalex.org/I169108374" + ] + }, + { + "id": "https://openalex.org/I47686490", + "display_name": "Donostia International Physics Center", + "ror": "https://ror.org/02e24yw40", + "country_code": "ES", + "type": "other", + "lineage": [ + "https://openalex.org/I47686490" + ] + } + ], + "countries": [ + "ES" + ], + "is_corresponding": true, + "raw_author_name": "Ignacio Arganda-Carreras", + "raw_affiliation_strings": [ + "Computer Science and Artificial Intelligence Department, Basque Country University, San Sebastian, Spain", + "Donostia International Physics Center, San Sebastian, Spain", + "Ikerbasque, Basque Foundation for Science, Bilbao, Spain" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Computer Science and Artificial Intelligence Department, Basque Country University, San Sebastian, Spain", + "institution_ids": [ + "https://openalex.org/I169108374" + ] + }, + { + "raw_affiliation_string": "Donostia International Physics Center, San Sebastian, Spain", + "institution_ids": [ + "https://openalex.org/I47686490" + ] + }, + { + "raw_affiliation_string": "Ikerbasque, Basque Foundation for Science, Bilbao, Spain", + "institution_ids": [ + "https://openalex.org/I110594554" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5055757900", + "display_name": "Verena Kaynig", + "orcid": "https://orcid.org/0000-0002-3520-0577" + }, + "institutions": [ + { + "id": "https://openalex.org/I136199984", + "display_name": "Harvard University", + "ror": "https://ror.org/03vek6s52", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I136199984" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Verena Kaynig", + "raw_affiliation_strings": [ + "Harvard John A. Paulson School of Engineering and Applied Sciences, Harvard University, Cambridge, MA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Harvard John A. Paulson School of Engineering and Applied Sciences, Harvard University, Cambridge, MA, USA", + "institution_ids": [ + "https://openalex.org/I136199984" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5078540488", + "display_name": "Curtis Rueden", + "orcid": "https://orcid.org/0000-0001-7055-6707" + }, + "institutions": [ + { + "id": "https://openalex.org/I135310074", + "display_name": "University of Wisconsin–Madison", + "ror": "https://ror.org/01y2jtd41", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I135310074" + ] + }, + { + "id": "https://openalex.org/I59499333", + "display_name": "Optica", + "ror": "https://ror.org/00jypd850", + "country_code": "US", + "type": "nonprofit", + "lineage": [ + "https://openalex.org/I59499333" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Curtis Rueden", + "raw_affiliation_strings": [ + "Laboratory for Optical and Computational Instrumentation, University of Wisconsin, Madison, WI, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Laboratory for Optical and Computational Instrumentation, University of Wisconsin, Madison, WI, USA", + "institution_ids": [ + "https://openalex.org/I135310074", + "https://openalex.org/I59499333" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5010413374", + "display_name": "Kevin W. Eliceiri", + "orcid": "https://orcid.org/0000-0001-8678-670X" + }, + "institutions": [ + { + "id": "https://openalex.org/I135310074", + "display_name": "University of Wisconsin–Madison", + "ror": "https://ror.org/01y2jtd41", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I135310074" + ] + }, + { + "id": "https://openalex.org/I59499333", + "display_name": "Optica", + "ror": "https://ror.org/00jypd850", + "country_code": "US", + "type": "nonprofit", + "lineage": [ + "https://openalex.org/I59499333" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Kevin W Eliceiri", + "raw_affiliation_strings": [ + "Laboratory for Optical and Computational Instrumentation, University of Wisconsin, Madison, WI, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Laboratory for Optical and Computational Instrumentation, University of Wisconsin, Madison, WI, USA", + "institution_ids": [ + "https://openalex.org/I135310074", + "https://openalex.org/I59499333" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5050085853", + "display_name": "Johannes Schindelin", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I135310074", + "display_name": "University of Wisconsin–Madison", + "ror": "https://ror.org/01y2jtd41", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I135310074" + ] + }, + { + "id": "https://openalex.org/I59499333", + "display_name": "Optica", + "ror": "https://ror.org/00jypd850", + "country_code": "US", + "type": "nonprofit", + "lineage": [ + "https://openalex.org/I59499333" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Johannes Schindelin", + "raw_affiliation_strings": [ + "Laboratory for Optical and Computational Instrumentation, University of Wisconsin, Madison, WI, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Laboratory for Optical and Computational Instrumentation, University of Wisconsin, Madison, WI, USA", + "institution_ids": [ + "https://openalex.org/I135310074", + "https://openalex.org/I59499333" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5042603640", + "display_name": "Albert Cardona", + "orcid": "https://orcid.org/0000-0003-4941-6536" + }, + "institutions": [ + { + "id": "https://openalex.org/I1344073410", + "display_name": "Howard Hughes Medical Institute", + "ror": "https://ror.org/006w34k90", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I1344073410" + ] + }, + { + "id": "https://openalex.org/I195573530", + "display_name": "Janelia Research Campus", + "ror": "https://ror.org/013sk6x84", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I1344073410", + "https://openalex.org/I195573530" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Albert Cardona", + "raw_affiliation_strings": [ + "Howard Hughes Medical Institute, Janelia Research Campus, Ashburn, VA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Howard Hughes Medical Institute, Janelia Research Campus, Ashburn, VA, USA", + "institution_ids": [ + "https://openalex.org/I195573530", + "https://openalex.org/I1344073410" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5044273339", + "display_name": "H. Sebastian Seung", + "orcid": "https://orcid.org/0000-0002-8591-6733" + }, + "institutions": [ + { + "id": "https://openalex.org/I20089843", + "display_name": "Princeton University", + "ror": "https://ror.org/00hx57361", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I20089843" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "H Sebastian Seung", + "raw_affiliation_strings": [ + "Neuroscience Institute and Computer Science Department, Princeton University, NJ, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Neuroscience Institute and Computer Science Department, Princeton University, NJ, USA", + "institution_ids": [ + "https://openalex.org/I20089843" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 7, + "corresponding_author_ids": [ + "https://openalex.org/A5021284069" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I110594554", + "https://openalex.org/I169108374", + "https://openalex.org/I47686490" + ], + "apc_list": { + "value": 3618, + "currency": "USD", + "value_usd": 3618 + }, + "apc_paid": null, + "fwci": 95.3558, + "has_fulltext": false, + "cited_by_count": 2458, + "citation_normalized_percentile": { + "value": 0.99909297, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "33", + "issue": "15", + "first_page": "2424", + "last_page": "2426" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10857", + "display_name": "Advanced Electron Microscopy Techniques and Applications", + "score": 0.6383000016212463, + "subfield": { + "id": "https://openalex.org/subfields/1315", + "display_name": "Structural Biology" + }, + "field": { + "id": "https://openalex.org/fields/13", + "display_name": "Biochemistry, Genetics and Molecular Biology" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10857", + "display_name": "Advanced Electron Microscopy Techniques and Applications", + "score": 0.6383000016212463, + "subfield": { + "id": "https://openalex.org/subfields/1315", + "display_name": "Structural Biology" + }, + "field": { + "id": "https://openalex.org/fields/13", + "display_name": "Biochemistry, Genetics and Molecular Biology" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + }, + { + "id": "https://openalex.org/T12859", + "display_name": "Cell Image Analysis Techniques", + "score": 0.22310000658035278, + "subfield": { + "id": "https://openalex.org/subfields/1304", + "display_name": "Biophysics" + }, + "field": { + "id": "https://openalex.org/fields/13", + "display_name": "Biochemistry, Genetics and Molecular Biology" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + }, + { + "id": "https://openalex.org/T13937", + "display_name": "Genetics, Bioinformatics, and Biomedical Research", + "score": 0.02419999986886978, + "subfield": { + "id": "https://openalex.org/subfields/1312", + "display_name": "Molecular Biology" + }, + "field": { + "id": "https://openalex.org/fields/13", + "display_name": "Biochemistry, Genetics and Molecular Biology" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.8189126253128052 + }, + { + "id": "https://openalex.org/keywords/segmentation", + "display_name": "Segmentation", + "score": 0.7295361757278442 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.678537905216217 + }, + { + "id": "https://openalex.org/keywords/pipeline", + "display_name": "Pipeline (software)", + "score": 0.6693797707557678 + }, + { + "id": "https://openalex.org/keywords/bottleneck", + "display_name": "Bottleneck", + "score": 0.6350745558738708 + }, + { + "id": "https://openalex.org/keywords/cluster-analysis", + "display_name": "Cluster analysis", + "score": 0.6211010813713074 + }, + { + "id": "https://openalex.org/keywords/classifier", + "display_name": "Classifier (UML)", + "score": 0.51936274766922 + }, + { + "id": "https://openalex.org/keywords/software", + "display_name": "Software", + "score": 0.5177275538444519 + }, + { + "id": "https://openalex.org/keywords/pixel", + "display_name": "Pixel", + "score": 0.5061234831809998 + }, + { + "id": "https://openalex.org/keywords/pattern-recognition", + "display_name": "Pattern recognition (psychology)", + "score": 0.48226505517959595 + }, + { + "id": "https://openalex.org/keywords/image-segmentation", + "display_name": "Image segmentation", + "score": 0.480505108833313 + }, + { + "id": "https://openalex.org/keywords/process", + "display_name": "Process (computing)", + "score": 0.4530463218688965 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.3784646987915039 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.3474346399307251 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.8189126253128052 + }, + { + "id": "https://openalex.org/C89600930", + "wikidata": "https://www.wikidata.org/wiki/Q1423946", + "display_name": "Segmentation", + "level": 2, + "score": 0.7295361757278442 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.678537905216217 + }, + { + "id": "https://openalex.org/C43521106", + "wikidata": "https://www.wikidata.org/wiki/Q2165493", + "display_name": "Pipeline (software)", + "level": 2, + "score": 0.6693797707557678 + }, + { + "id": "https://openalex.org/C2780513914", + "wikidata": "https://www.wikidata.org/wiki/Q18210350", + "display_name": "Bottleneck", + "level": 2, + "score": 0.6350745558738708 + }, + { + "id": "https://openalex.org/C73555534", + "wikidata": "https://www.wikidata.org/wiki/Q622825", + "display_name": "Cluster analysis", + "level": 2, + "score": 0.6211010813713074 + }, + { + "id": "https://openalex.org/C95623464", + "wikidata": "https://www.wikidata.org/wiki/Q1096149", + "display_name": "Classifier (UML)", + "level": 2, + "score": 0.51936274766922 + }, + { + "id": "https://openalex.org/C2777904410", + "wikidata": "https://www.wikidata.org/wiki/Q7397", + "display_name": "Software", + "level": 2, + "score": 0.5177275538444519 + }, + { + "id": "https://openalex.org/C160633673", + "wikidata": "https://www.wikidata.org/wiki/Q355198", + "display_name": "Pixel", + "level": 2, + "score": 0.5061234831809998 + }, + { + "id": "https://openalex.org/C153180895", + "wikidata": "https://www.wikidata.org/wiki/Q7148389", + "display_name": "Pattern recognition (psychology)", + "level": 2, + "score": 0.48226505517959595 + }, + { + "id": "https://openalex.org/C124504099", + "wikidata": "https://www.wikidata.org/wiki/Q56933", + "display_name": "Image segmentation", + "level": 3, + "score": 0.480505108833313 + }, + { + "id": "https://openalex.org/C98045186", + "wikidata": "https://www.wikidata.org/wiki/Q205663", + "display_name": "Process (computing)", + "level": 2, + "score": 0.4530463218688965 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.3784646987915039 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.3474346399307251 + }, + { + "id": "https://openalex.org/C149635348", + "wikidata": "https://www.wikidata.org/wiki/Q193040", + "display_name": "Embedded system", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C111919701", + "wikidata": "https://www.wikidata.org/wiki/Q9135", + "display_name": "Operating system", + "level": 1, + "score": 0.0 + } + ], + "mesh": [ + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000818", + "descriptor_name": "Animals", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D000818", + "descriptor_name": "Animals", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D000818", + "descriptor_name": "Animals", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D004330", + "descriptor_name": "Drosophila", + "qualifier_ui": "Q000033", + "qualifier_name": "anatomy & histology", + "is_major_topic": false + }, + { + "descriptor_ui": "D004330", + "descriptor_name": "Drosophila", + "qualifier_ui": "Q000033", + "qualifier_name": "anatomy & histology", + "is_major_topic": false + }, + { + "descriptor_ui": "D004330", + "descriptor_name": "Drosophila", + "qualifier_ui": "Q000033", + "qualifier_name": "anatomy & histology", + "is_major_topic": false + }, + { + "descriptor_ui": "D004330", + "descriptor_name": "Drosophila", + "qualifier_ui": "Q000648", + "qualifier_name": "ultrastructure", + "is_major_topic": false + }, + { + "descriptor_ui": "D004330", + "descriptor_name": "Drosophila", + "qualifier_ui": "Q000648", + "qualifier_name": "ultrastructure", + "is_major_topic": false + }, + { + "descriptor_ui": "D004330", + "descriptor_name": "Drosophila", + "qualifier_ui": "Q000648", + "qualifier_name": "ultrastructure", + "is_major_topic": false + }, + { + "descriptor_ui": "D007091", + "descriptor_name": "Image Processing, Computer-Assisted", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D007091", + "descriptor_name": "Image Processing, Computer-Assisted", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D007091", + "descriptor_name": "Image Processing, Computer-Assisted", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D008853", + "descriptor_name": "Microscopy", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D008853", + "descriptor_name": "Microscopy", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D008853", + "descriptor_name": "Microscopy", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D012984", + "descriptor_name": "Software", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D012984", + "descriptor_name": "Software", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D012984", + "descriptor_name": "Software", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + } + ], + "locations_count": 2, + "locations": [ + { + "id": "doi:10.1093/bioinformatics/btx180", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1093/bioinformatics/btx180", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S52395412", + "display_name": "Bioinformatics", + "issn_l": "1367-4803", + "issn": [ + "1367-4803", + "1367-4811" + ], + "is_oa": false, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310311648", + "host_organization_name": "Oxford University Press", + "host_organization_lineage": [ + "https://openalex.org/P4310311648", + "https://openalex.org/P4310311647" + ], + "host_organization_lineage_names": [ + "Oxford University Press", + "University of Oxford" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Bioinformatics", + "raw_type": "journal-article" + }, + { + "id": "pmid:28369169", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/28369169", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Bioinformatics (Oxford, England)", + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 6, + "referenced_works": [ + "https://openalex.org/W2121469024", + "https://openalex.org/W2133990480", + "https://openalex.org/W2167279371", + "https://openalex.org/W2234666690", + "https://openalex.org/W2468870810", + "https://openalex.org/W2483966273" + ], + "related_works": [ + "https://openalex.org/W2595172197", + "https://openalex.org/W2084856301", + "https://openalex.org/W2127970246", + "https://openalex.org/W2885125400", + "https://openalex.org/W1989889224", + "https://openalex.org/W4382618745", + "https://openalex.org/W1973775000", + "https://openalex.org/W2748922771", + "https://openalex.org/W1987128138", + "https://openalex.org/W2743976221" + ], + "abstract_inverted_index": { + "SUMMARY:": [ + 0 + ], + "State-of-the-art": [ + 1 + ], + "light": [ + 2 + ], + "and": [ + 3, + 29, + 68, + 84 + ], + "electron": [ + 4 + ], + "microscopes": [ + 5 + ], + "are": [ + 6, + 123 + ], + "capable": [ + 7 + ], + "of": [ + 8, + 23, + 59, + 106, + 112 + ], + "acquiring": [ + 9 + ], + "large": [ + 10 + ], + "image": [ + 11, + 91, + 109 + ], + "datasets,": [ + 12 + ], + "but": [ + 13 + ], + "quantitatively": [ + 14 + ], + "evaluating": [ + 15 + ], + "the": [ + 16, + 35, + 45, + 70, + 107 + ], + "data": [ + 17, + 72, + 122 + ], + "often": [ + 18, + 30 + ], + "involves": [ + 19 + ], + "manually": [ + 20 + ], + "annotating": [ + 21 + ], + "structures": [ + 22 + ], + "interest.": [ + 24 + ], + "This": [ + 25 + ], + "process": [ + 26 + ], + "is": [ + 27, + 99 + ], + "time-consuming": [ + 28 + ], + "a": [ + 31, + 50, + 56, + 66 + ], + "major": [ + 32 + ], + "bottleneck": [ + 33 + ], + "in": [ + 34, + 62 + ], + "evaluation": [ + 36 + ], + "pipeline.": [ + 37 + ], + "To": [ + 38 + ], + "overcome": [ + 39 + ], + "this": [ + 40 + ], + "problem,": [ + 41 + ], + "we": [ + 42 + ], + "have": [ + 43 + ], + "introduced": [ + 44 + ], + "Trainable": [ + 46 + ], + "Weka": [ + 47 + ], + "Segmentation": [ + 48 + ], + "(TWS),": [ + 49 + ], + "machine": [ + 51 + ], + "learning": [ + 52, + 81 + ], + "tool": [ + 53 + ], + "that": [ + 54 + ], + "leverages": [ + 55 + ], + "limited": [ + 57 + ], + "number": [ + 58 + ], + "manual": [ + 60 + ], + "annotations": [ + 61 + ], + "order": [ + 63 + ], + "to": [ + 64, + 88 + ], + "train": [ + 65 + ], + "classifier": [ + 67 + ], + "segment": [ + 69 + ], + "remaining": [ + 71 + ], + "automatically.": [ + 73 + ], + "In": [ + 74 + ], + "addition,": [ + 75 + ], + "TWS": [ + 76, + 98 + ], + "can": [ + 77, + 85 + ], + "provide": [ + 78 + ], + "unsupervised": [ + 79 + ], + "segmentation": [ + 80 + ], + "schemes": [ + 82 + ], + "(clustering)": [ + 83 + ], + "be": [ + 86 + ], + "customized": [ + 87 + ], + "employ": [ + 89 + ], + "user-designed": [ + 90 + ], + "features": [ + 92 + ], + "or": [ + 93 + ], + "classifiers.": [ + 94 + ], + "AVAILABILITY": [ + 95 + ], + "AND": [ + 96 + ], + "IMPLEMENTATION:": [ + 97 + ], + "distributed": [ + 100 + ], + "as": [ + 101, + 104 + ], + "open-source": [ + 102 + ], + "software": [ + 103 + ], + "part": [ + 105 + ], + "Fiji": [ + 108 + ], + "processing": [ + 110 + ], + "distribution": [ + 111 + ], + "ImageJ": [ + 113 + ], + "at": [ + 114, + 125 + ], + "http://imagej.net/Trainable_Weka_Segmentation": [ + 115 + ], + ".": [ + 116 + ], + "CONTACT:": [ + 117 + ], + "ignacio.arganda@ehu.eus.": [ + 118 + ], + "SUPPLEMENTARY": [ + 119 + ], + "INFORMATION:": [ + 120 + ], + "Supplementary": [ + 121 + ], + "available": [ + 124 + ], + "Bioinformatics": [ + 126 + ], + "online.": [ + 127 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 131 + }, + { + "year": 2025, + "cited_by_count": 361 + }, + { + "year": 2024, + "cited_by_count": 372 + }, + { + "year": 2023, + "cited_by_count": 329 + }, + { + "year": 2022, + "cited_by_count": 363 + }, + { + "year": 2021, + "cited_by_count": 343 + }, + { + "year": 2020, + "cited_by_count": 238 + }, + { + "year": 2019, + "cited_by_count": 175 + }, + { + "year": 2018, + "cited_by_count": 106 + }, + { + "year": 2017, + "cited_by_count": 34 + }, + { + "year": 2016, + "cited_by_count": 3 + }, + { + "year": 2015, + "cited_by_count": 1 + }, + { + "year": 2013, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W1994005439", + "doi": "https://doi.org/10.1142/s0129065704001899", + "title": "GAUSSIAN PROCESSES FOR MACHINE LEARNING", + "display_name": "GAUSSIAN PROCESSES FOR MACHINE LEARNING", + "relevance_score": 2795.1987, + "publication_year": 2004, + "publication_date": "2004-04-01", + "ids": { + "openalex": "https://openalex.org/W1994005439", + "doi": "https://doi.org/10.1142/s0129065704001899", + "mag": "1994005439", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/15112367" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1142/s0129065704001899", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1142/s0129065704001899", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S197665576", + "display_name": "International Journal of Neural Systems", + "issn_l": "0129-0657", + "issn": [ + "0129-0657", + "1793-6462" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319815", + "host_organization_name": "World Scientific", + "host_organization_lineage": [ + "https://openalex.org/P4310319815" + ], + "host_organization_lineage_names": [ + "World Scientific" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "International Journal of Neural Systems", + "raw_type": "journal-article" + }, + "type": "review", + "indexed_in": [ + "crossref", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "http://infoscience.epfl.ch/record/161301", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5110779848", + "display_name": "Matthias Seeger", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I95457486", + "display_name": "University of California, Berkeley", + "ror": "https://ror.org/01an7q238", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I95457486" + ] + }, + { + "id": "https://openalex.org/I98677209", + "display_name": "University of Edinburgh", + "ror": "https://ror.org/01nrxwf90", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I98677209" + ] + } + ], + "countries": [ + "GB", + "US" + ], + "is_corresponding": true, + "raw_author_name": "MATTHIAS SEEGER", + "raw_affiliation_strings": [ + "Department of EECS, University of California at Berkeley, 485 Soda Hall, Berkeley CA 94720-1776, USA", + "Previously at: Institute for Adaptive and Neural Computation,\r\nUniversity of Edinburgh, UK" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of EECS, University of California at Berkeley, 485 Soda Hall, Berkeley CA 94720-1776, USA", + "institution_ids": [ + "https://openalex.org/I95457486" + ] + }, + { + "raw_affiliation_string": "Previously at: Institute for Adaptive and Neural Computation,\r\nUniversity of Edinburgh, UK", + "institution_ids": [ + "https://openalex.org/I98677209" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5110779848" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I95457486", + "https://openalex.org/I98677209" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 23.1235, + "has_fulltext": false, + "cited_by_count": 1401, + "citation_normalized_percentile": { + "value": 0.99493809, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "14", + "issue": "02", + "first_page": "69", + "last_page": "106" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12814", + "display_name": "Gaussian Processes and Bayesian Inference", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12814", + "display_name": "Gaussian Processes and Bayesian Inference", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10848", + "display_name": "Advanced Multi-Objective Optimization Algorithms", + "score": 0.9833999872207642, + "subfield": { + "id": "https://openalex.org/subfields/1703", + "display_name": "Computational Theory and Mathematics" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9825999736785889, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7189816236495972 + }, + { + "id": "https://openalex.org/keywords/gaussian-process", + "display_name": "Gaussian process", + "score": 0.6900824308395386 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6533682346343994 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5732190608978271 + }, + { + "id": "https://openalex.org/keywords/range", + "display_name": "Range (aeronautics)", + "score": 0.4565224051475525 + }, + { + "id": "https://openalex.org/keywords/smoothing", + "display_name": "Smoothing", + "score": 0.4471099376678467 + }, + { + "id": "https://openalex.org/keywords/gaussian", + "display_name": "Gaussian", + "score": 0.4403120279312134 + }, + { + "id": "https://openalex.org/keywords/support-vector-machine", + "display_name": "Support vector machine", + "score": 0.43361324071884155 + }, + { + "id": "https://openalex.org/keywords/kriging", + "display_name": "Kriging", + "score": 0.4239123463630676 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.41445812582969666 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7189816236495972 + }, + { + "id": "https://openalex.org/C61326573", + "wikidata": "https://www.wikidata.org/wiki/Q1496376", + "display_name": "Gaussian process", + "level": 3, + "score": 0.6900824308395386 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6533682346343994 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5732190608978271 + }, + { + "id": "https://openalex.org/C204323151", + "wikidata": "https://www.wikidata.org/wiki/Q905424", + "display_name": "Range (aeronautics)", + "level": 2, + "score": 0.4565224051475525 + }, + { + "id": "https://openalex.org/C3770464", + "wikidata": "https://www.wikidata.org/wiki/Q775963", + "display_name": "Smoothing", + "level": 2, + "score": 0.4471099376678467 + }, + { + "id": "https://openalex.org/C163716315", + "wikidata": "https://www.wikidata.org/wiki/Q901177", + "display_name": "Gaussian", + "level": 2, + "score": 0.4403120279312134 + }, + { + "id": "https://openalex.org/C12267149", + "wikidata": "https://www.wikidata.org/wiki/Q282453", + "display_name": "Support vector machine", + "level": 2, + "score": 0.43361324071884155 + }, + { + "id": "https://openalex.org/C81692654", + "wikidata": "https://www.wikidata.org/wiki/Q225926", + "display_name": "Kriging", + "level": 2, + "score": 0.4239123463630676 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.41445812582969666 + }, + { + "id": "https://openalex.org/C159985019", + "wikidata": "https://www.wikidata.org/wiki/Q181790", + "display_name": "Composite material", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C31972630", + "wikidata": "https://www.wikidata.org/wiki/Q844240", + "display_name": "Computer vision", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C62520636", + "wikidata": "https://www.wikidata.org/wiki/Q944", + "display_name": "Quantum mechanics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C121332964", + "wikidata": "https://www.wikidata.org/wiki/Q413", + "display_name": "Physics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C192562407", + "wikidata": "https://www.wikidata.org/wiki/Q228736", + "display_name": "Materials science", + "level": 0, + "score": 0.0 + } + ], + "mesh": [ + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D001185", + "descriptor_name": "Artificial Intelligence", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D001185", + "descriptor_name": "Artificial Intelligence", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D001185", + "descriptor_name": "Artificial Intelligence", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D001499", + "descriptor_name": "Bayes Theorem", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D001499", + "descriptor_name": "Bayes Theorem", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D001499", + "descriptor_name": "Bayes Theorem", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012044", + "descriptor_name": "Regression Analysis", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012044", + "descriptor_name": "Regression Analysis", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012044", + "descriptor_name": "Regression Analysis", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D015233", + "descriptor_name": "Models, Statistical", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D015233", + "descriptor_name": "Models, Statistical", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D015233", + "descriptor_name": "Models, Statistical", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D016011", + "descriptor_name": "Normal Distribution", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D016011", + "descriptor_name": "Normal Distribution", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D016011", + "descriptor_name": "Normal Distribution", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D016014", + "descriptor_name": "Linear Models", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D016014", + "descriptor_name": "Linear Models", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D016014", + "descriptor_name": "Linear Models", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D018709", + "descriptor_name": "Statistics, Nonparametric", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D018709", + "descriptor_name": "Statistics, Nonparametric", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D018709", + "descriptor_name": "Statistics, Nonparametric", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D019277", + "descriptor_name": "Entropy", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D019277", + "descriptor_name": "Entropy", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D019277", + "descriptor_name": "Entropy", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + } + ], + "locations_count": 7, + "locations": [ + { + "id": "doi:10.1142/s0129065704001899", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1142/s0129065704001899", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S197665576", + "display_name": "International Journal of Neural Systems", + "issn_l": "0129-0657", + "issn": [ + "0129-0657", + "1793-6462" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319815", + "host_organization_name": "World Scientific", + "host_organization_lineage": [ + "https://openalex.org/P4310319815" + ], + "host_organization_lineage_names": [ + "World Scientific" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "International Journal of Neural Systems", + "raw_type": "journal-article" + }, + { + "id": "pmid:15112367", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/15112367", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "International journal of neural systems", + "raw_type": null + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.330.2529", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.330.2529", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://math.iit.edu/pipermail/meshfree-methods-seminar/attachments/20061124/26d0a64a/attachment-0001.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.4.4097", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.4.4097", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.kernel-machines.org/papers/upload_4618_bayesgp-tut.ps.gz", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.71.1079", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.71.1079", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.kyb.tuebingen.mpg.de/bs/people/seeger/papers/bayesgp-tut.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:infoscience.epfl.ch:161301", + "is_oa": true, + "landing_page_url": "http://infoscience.epfl.ch/record/161301", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400487", + "display_name": "Infoscience (Ecole Polytechnique Fédérale de Lausanne)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Text" + }, + { + "id": "pmh:oai:infoscience.tind.io:161301", + "is_oa": true, + "landing_page_url": "https://infoscience.epfl.ch/handle/20.500.14299/61727", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400487", + "display_name": "Infoscience (Ecole Polytechnique Fédérale de Lausanne)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by-nc-nd", + "license_id": "https://openalex.org/licenses/cc-by-nc-nd", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "research article" + } + ], + "best_oa_location": { + "id": "pmh:oai:infoscience.epfl.ch:161301", + "is_oa": true, + "landing_page_url": "http://infoscience.epfl.ch/record/161301", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400487", + "display_name": "Infoscience (Ecole Polytechnique Fédérale de Lausanne)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Text" + }, + "sustainable_development_goals": [ + { + "display_name": "Quality Education", + "score": 0.6100000143051147, + "id": "https://metadata.un.org/sdg/4" + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 83, + "referenced_works": [ + "https://openalex.org/W55912154", + "https://openalex.org/W102828713", + "https://openalex.org/W174371023", + "https://openalex.org/W197497516", + "https://openalex.org/W1505937442", + "https://openalex.org/W1511160855", + "https://openalex.org/W1512098439", + "https://openalex.org/W1515272691", + "https://openalex.org/W1528905581", + "https://openalex.org/W1549656520", + "https://openalex.org/W1556890730", + "https://openalex.org/W1567512734", + "https://openalex.org/W1568586753", + "https://openalex.org/W1576213419", + "https://openalex.org/W1580334350", + "https://openalex.org/W1604938182", + "https://openalex.org/W1618905105", + "https://openalex.org/W1647250361", + "https://openalex.org/W1654787807", + "https://openalex.org/W1657213141", + "https://openalex.org/W1746680969", + "https://openalex.org/W1859781365", + "https://openalex.org/W1976625337", + "https://openalex.org/W1986280275", + "https://openalex.org/W2001141328", + "https://openalex.org/W2002355073", + "https://openalex.org/W2007154098", + "https://openalex.org/W2024697317", + "https://openalex.org/W2038610163", + "https://openalex.org/W2040870580", + "https://openalex.org/W2053186076", + "https://openalex.org/W2056099894", + "https://openalex.org/W2056894411", + "https://openalex.org/W2065540158", + "https://openalex.org/W2072555316", + "https://openalex.org/W2082100828", + "https://openalex.org/W2085877024", + "https://openalex.org/W2094435468", + "https://openalex.org/W2098626000", + "https://openalex.org/W2100136038", + "https://openalex.org/W2104533781", + "https://openalex.org/W2115438515", + "https://openalex.org/W2117063635", + "https://openalex.org/W2117670920", + "https://openalex.org/W2123152930", + "https://openalex.org/W2129564505", + "https://openalex.org/W2129869373", + "https://openalex.org/W2137956165", + "https://openalex.org/W2139212933", + "https://openalex.org/W2139999468", + "https://openalex.org/W2141274633", + "https://openalex.org/W2141800987", + "https://openalex.org/W2143022286", + "https://openalex.org/W2143956139", + "https://openalex.org/W2146766088", + "https://openalex.org/W2158122241", + "https://openalex.org/W2161023163", + "https://openalex.org/W2161813919", + "https://openalex.org/W2168022998", + "https://openalex.org/W2168464387", + "https://openalex.org/W2169178495", + "https://openalex.org/W2170120409", + "https://openalex.org/W2293192529", + "https://openalex.org/W2296319761", + "https://openalex.org/W2330005588", + "https://openalex.org/W2331182131", + "https://openalex.org/W2408196097", + "https://openalex.org/W2492794003", + "https://openalex.org/W2496675188", + "https://openalex.org/W2579190672", + "https://openalex.org/W2801490189", + "https://openalex.org/W2890351024", + "https://openalex.org/W2904816695", + "https://openalex.org/W2999905431", + "https://openalex.org/W3023786531", + "https://openalex.org/W3148924112", + "https://openalex.org/W4210310779", + "https://openalex.org/W4245531751", + "https://openalex.org/W4285719527", + "https://openalex.org/W4298876635", + "https://openalex.org/W4299551157", + "https://openalex.org/W4302114916", + "https://openalex.org/W4388297583" + ], + "related_works": [ + "https://openalex.org/W3195168932", + "https://openalex.org/W1996541855", + "https://openalex.org/W2081545345", + "https://openalex.org/W2063381173", + "https://openalex.org/W4316658362", + "https://openalex.org/W2348223921", + "https://openalex.org/W2318821300", + "https://openalex.org/W4321260833", + "https://openalex.org/W2972324047", + "https://openalex.org/W2563155481" + ], + "abstract_inverted_index": { + "Gaussian": [ + 0, + 8, + 51, + 89 + ], + "processes": [ + 1, + 52 + ], + "(GPs)": [ + 2 + ], + "are": [ + 3, + 43, + 92, + 102, + 175, + 227 + ], + "natural": [ + 4 + ], + "generalisations": [ + 5 + ], + "of": [ + 6, + 26, + 32, + 40, + 105, + 129, + 147, + 158, + 194 + ], + "multivariate": [ + 7 + ], + "random": [ + 9 + ], + "variables": [ + 10 + ], + "to": [ + 11, + 28, + 50, + 71, + 95, + 178, + 191, + 197, + 201, + 206, + 223 + ], + "infinite": [ + 12 + ], + "(countably": [ + 13 + ], + "or": [ + 14 + ], + "continuous)": [ + 15 + ], + "index": [ + 16 + ], + "sets.": [ + 17 + ], + "GPs": [ + 18, + 166, + 195 + ], + "have": [ + 19, + 86 + ], + "been": [ + 20, + 87, + 153 + ], + "applied": [ + 21 + ], + "in": [ + 22, + 64, + 82, + 131, + 211 + ], + "a": [ + 23, + 29, + 54, + 115, + 218 + ], + "large": [ + 24, + 168 + ], + "number": [ + 25 + ], + "fields": [ + 27 + ], + "diverse": [ + 30 + ], + "range": [ + 31 + ], + "ends,": [ + 33 + ], + "and": [ + 34, + 78, + 110, + 134, + 169, + 200 + ], + "very": [ + 35, + 118 + ], + "many": [ + 36 + ], + "deep": [ + 37, + 172 + ], + "theoretical": [ + 38 + ], + "analyses": [ + 39 + ], + "various": [ + 41 + ], + "properties": [ + 42 + ], + "available.": [ + 44 + ], + "This": [ + 45 + ], + "paper": [ + 46 + ], + "gives": [ + 47 + ], + "an": [ + 48 + ], + "introduction": [ + 49, + 157 + ], + "on": [ + 53, + 61, + 165, + 217 + ], + "fairly": [ + 55 + ], + "elementary": [ + 56 + ], + "level": [ + 57 + ], + "with": [ + 58 + ], + "special": [ + 59 + ], + "emphasis": [ + 60 + ], + "characteristics": [ + 62, + 193 + ], + "relevant": [ + 63, + 196 + ], + "machine": [ + 65, + 98, + 182, + 198 + ], + "learning.": [ + 66 + ], + "It": [ + 67 + ], + "draws": [ + 68 + ], + "explicit": [ + 69 + ], + "connections": [ + 70, + 205 + ], + "branches": [ + 72 + ], + "such": [ + 73 + ], + "as": [ + 74, + 140 + ], + "spline": [ + 75 + ], + "smoothing": [ + 76 + ], + "models": [ + 77, + 91 + ], + "support": [ + 79 + ], + "vector": [ + 80 + ], + "machines": [ + 81 + ], + "which": [ + 83, + 125, + 174 + ], + "similar": [ + 84 + ], + "ideas": [ + 85 + ], + "investigated.": [ + 88 + ], + "process": [ + 90 + ], + "routinely": [ + 93 + ], + "used": [ + 94 + ], + "solve": [ + 96 + ], + "hard": [ + 97 + ], + "learning": [ + 99, + 183, + 199 + ], + "problems.": [ + 100, + 143 + ], + "They": [ + 101 + ], + "attractive": [ + 103 + ], + "because": [ + 104 + ], + "their": [ + 106 + ], + "flexible": [ + 107 + ], + "non-parametric": [ + 108 + ], + "nature": [ + 109 + ], + "computational": [ + 111, + 149 + ], + "simplicity.": [ + 112 + ], + "Treated": [ + 113 + ], + "within": [ + 114 + ], + "Bayesian": [ + 116 + ], + "framework,": [ + 117 + ], + "powerful": [ + 119 + ], + "statistical": [ + 120 + ], + "methods": [ + 121 + ], + "can": [ + 122 + ], + "be": [ + 123 + ], + "implemented": [ + 124 + ], + "offer": [ + 126 + ], + "valid": [ + 127 + ], + "estimates": [ + 128 + ], + "uncertainties": [ + 130 + ], + "our": [ + 132 + ], + "predictions": [ + 133 + ], + "generic": [ + 135, + 159 + ], + "model": [ + 136 + ], + "selection": [ + 137 + ], + "procedures": [ + 138 + ], + "cast": [ + 139 + ], + "nonlinear": [ + 141 + ], + "optimization": [ + 142 + ], + "Their": [ + 144 + ], + "main": [ + 145 + ], + "drawback": [ + 146 + ], + "heavy": [ + 148 + ], + "scaling": [ + 150 + ], + "has": [ + 151 + ], + "recently": [ + 152 + ], + "alleviated": [ + 154 + ], + "by": [ + 155 + ], + "the": [ + 156, + 212 + ], + "sparse": [ + 160 + ], + "approximations.13,78,31": [ + 161 + ], + "The": [ + 162 + ], + "mathematical": [ + 163 + ], + "literature": [ + 164 + ], + "is": [ + 167, + 216 + ], + "often": [ + 170 + ], + "uses": [ + 171 + ], + "concepts": [ + 173 + ], + "not": [ + 176 + ], + "required": [ + 177 + ], + "fully": [ + 179 + ], + "understand": [ + 180 + ], + "most": [ + 181 + ], + "applications.": [ + 184 + ], + "In": [ + 185 + ], + "this": [ + 186 + ], + "tutorial": [ + 187 + ], + "paper,": [ + 188 + ], + "we": [ + 189 + ], + "aim": [ + 190 + ], + "present": [ + 192 + ], + "show": [ + 202 + ], + "up": [ + 203 + ], + "precise": [ + 204 + ], + "other": [ + 207 + ], + "\"kernel": [ + 208 + ], + "machines\"": [ + 209 + ], + "popular": [ + 210 + ], + "community.": [ + 213 + ], + "Our": [ + 214 + ], + "focus": [ + 215 + ], + "simple": [ + 219 + ], + "presentation,": [ + 220 + ], + "but": [ + 221 + ], + "references": [ + 222 + ], + "more": [ + 224 + ], + "detailed": [ + 225 + ], + "sources": [ + 226 + ], + "provided.": [ + 228 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 88 + }, + { + "year": 2025, + "cited_by_count": 263 + }, + { + "year": 2024, + "cited_by_count": 218 + }, + { + "year": 2023, + "cited_by_count": 156 + }, + { + "year": 2022, + "cited_by_count": 104 + }, + { + "year": 2021, + "cited_by_count": 100 + }, + { + "year": 2020, + "cited_by_count": 85 + }, + { + "year": 2019, + "cited_by_count": 72 + }, + { + "year": 2018, + "cited_by_count": 44 + }, + { + "year": 2017, + "cited_by_count": 25 + }, + { + "year": 2016, + "cited_by_count": 29 + }, + { + "year": 2015, + "cited_by_count": 20 + }, + { + "year": 2014, + "cited_by_count": 25 + }, + { + "year": 2013, + "cited_by_count": 26 + }, + { + "year": 2012, + "cited_by_count": 18 + } + ], + "updated_date": "2026-05-27T09:02:27.158192", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2162651021", + "doi": "https://doi.org/10.7551/mitpress/9780262170055.001.0001", + "title": "Dataset Shift in Machine Learning", + "display_name": "Dataset Shift in Machine Learning", + "relevance_score": 2785.0432, + "publication_year": 2008, + "publication_date": "2008-12-12", + "ids": { + "openalex": "https://openalex.org/W2162651021", + "doi": "https://doi.org/10.7551/mitpress/9780262170055.001.0001", + "mag": "2162651021" + }, + "language": "en", + "primary_location": { + "id": "doi:10.7551/mitpress/9780262170055.001.0001", + "is_oa": false, + "landing_page_url": "https://doi.org/10.7551/mitpress/9780262170055.001.0001", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306463997", + "display_name": "The MIT Press eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/P4310315718", + "host_organization_name": "The MIT Press", + "host_organization_lineage": [ + "https://openalex.org/P4310315718" + ], + "host_organization_lineage_names": [ + "The MIT Press" + ], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "edited-book" + }, + "type": "book", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 0, + "corresponding_author_ids": [], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 9.3591, + "has_fulltext": false, + "cited_by_count": 1508, + "citation_normalized_percentile": { + "value": 0.97485493, + "is_in_top_1_percent": false, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T14470", + "display_name": "Advanced Data Processing Techniques", + "score": 0.7767999768257141, + "subfield": { + "id": "https://openalex.org/subfields/2207", + "display_name": "Control and Systems Engineering" + }, + "field": { + "id": "https://openalex.org/fields/22", + "display_name": "Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T14470", + "display_name": "Advanced Data Processing Techniques", + "score": 0.7767999768257141, + "subfield": { + "id": "https://openalex.org/subfields/2207", + "display_name": "Control and Systems Engineering" + }, + "field": { + "id": "https://openalex.org/fields/22", + "display_name": "Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.664900004863739, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12205", + "display_name": "Time Series Analysis and Forecasting", + "score": 0.659500002861023, + "subfield": { + "id": "https://openalex.org/subfields/1711", + "display_name": "Signal Processing" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.7328447103500366 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.7292178273200989 + }, + { + "id": "https://openalex.org/keywords/covariate", + "display_name": "Covariate", + "score": 0.7273201942443848 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.5872174501419067 + }, + { + "id": "https://openalex.org/keywords/bayesian-probability", + "display_name": "Bayesian probability", + "score": 0.5522041320800781 + }, + { + "id": "https://openalex.org/keywords/paradigm-shift", + "display_name": "Paradigm shift", + "score": 0.4949187636375427 + }, + { + "id": "https://openalex.org/keywords/filter", + "display_name": "Filter (signal processing)", + "score": 0.4474133849143982 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.7328447103500366 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.7292178273200989 + }, + { + "id": "https://openalex.org/C119043178", + "wikidata": "https://www.wikidata.org/wiki/Q320723", + "display_name": "Covariate", + "level": 2, + "score": 0.7273201942443848 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.5872174501419067 + }, + { + "id": "https://openalex.org/C107673813", + "wikidata": "https://www.wikidata.org/wiki/Q812534", + "display_name": "Bayesian probability", + "level": 2, + "score": 0.5522041320800781 + }, + { + "id": "https://openalex.org/C43540301", + "wikidata": "https://www.wikidata.org/wiki/Q689971", + "display_name": "Paradigm shift", + "level": 2, + "score": 0.4949187636375427 + }, + { + "id": "https://openalex.org/C106131492", + "wikidata": "https://www.wikidata.org/wiki/Q3072260", + "display_name": "Filter (signal processing)", + "level": 2, + "score": 0.4474133849143982 + }, + { + "id": "https://openalex.org/C31972630", + "wikidata": "https://www.wikidata.org/wiki/Q844240", + "display_name": "Computer vision", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C138885662", + "wikidata": "https://www.wikidata.org/wiki/Q5891", + "display_name": "Philosophy", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C111472728", + "wikidata": "https://www.wikidata.org/wiki/Q9471", + "display_name": "Epistemology", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.7551/mitpress/9780262170055.001.0001", + "is_oa": false, + "landing_page_url": "https://doi.org/10.7551/mitpress/9780262170055.001.0001", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306463997", + "display_name": "The MIT Press eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/P4310315718", + "host_organization_name": "The MIT Press", + "host_organization_lineage": [ + "https://openalex.org/P4310315718" + ], + "host_organization_lineage_names": [ + "The MIT Press" + ], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "edited-book" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "display_name": "Peace, Justice and strong institutions", + "score": 0.6000000238418579, + "id": "https://metadata.un.org/sdg/16" + } + ], + "awards": [], + "funders": [ + { + "id": "https://openalex.org/F4320315885", + "display_name": "Australian Government", + "ror": "https://ror.org/0314h5y94" + }, + { + "id": "https://openalex.org/F4320320879", + "display_name": "Deutsche Forschungsgemeinschaft", + "ror": "https://ror.org/018mejw64" + }, + { + "id": "https://openalex.org/F4320320912", + "display_name": "Ministry of Education, Culture, Sports, Science and Technology", + "ror": "https://ror.org/048rj2z13" + }, + { + "id": "https://openalex.org/F4320321114", + "display_name": "Bundesministerium für Bildung und Forschung", + "ror": "https://ror.org/04pz7b180" + }, + { + "id": "https://openalex.org/F4320321999", + "display_name": "Lundbeckfonden", + "ror": "https://ror.org/03hz8wd80" + }, + { + "id": "https://openalex.org/F4320327918", + "display_name": "H. Lundbeck A/S", + "ror": null + } + ], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 154, + "referenced_works": [ + "https://openalex.org/W3805906", + "https://openalex.org/W73527130", + "https://openalex.org/W167016754", + "https://openalex.org/W189742998", + "https://openalex.org/W335134183", + "https://openalex.org/W1493044792", + "https://openalex.org/W1506588750", + "https://openalex.org/W1512098439", + "https://openalex.org/W1513525398", + "https://openalex.org/W1519342765", + "https://openalex.org/W1520168181", + "https://openalex.org/W1523843467", + "https://openalex.org/W1548614216", + "https://openalex.org/W1551909886", + "https://openalex.org/W1563644419", + "https://openalex.org/W1564947197", + "https://openalex.org/W1571895365", + "https://openalex.org/W1571917377", + "https://openalex.org/W1574539612", + "https://openalex.org/W1594031697", + "https://openalex.org/W1601787291", + "https://openalex.org/W1603576850", + "https://openalex.org/W1605619629", + "https://openalex.org/W1618393386", + "https://openalex.org/W1667072054", + "https://openalex.org/W1941659294", + "https://openalex.org/W1963661053", + "https://openalex.org/W1977245551", + "https://openalex.org/W1981428463", + "https://openalex.org/W1983055206", + "https://openalex.org/W1986250339", + "https://openalex.org/W1990645294", + "https://openalex.org/W1991907403", + "https://openalex.org/W1998438337", + "https://openalex.org/W2002355073", + "https://openalex.org/W2005688170", + "https://openalex.org/W2007406620", + "https://openalex.org/W2010102461", + "https://openalex.org/W2012712694", + "https://openalex.org/W2015932775", + "https://openalex.org/W2018770010", + "https://openalex.org/W2023063828", + "https://openalex.org/W2024689521", + "https://openalex.org/W2029030476", + "https://openalex.org/W2032536435", + "https://openalex.org/W2034368206", + "https://openalex.org/W2036043322", + "https://openalex.org/W2036902495", + "https://openalex.org/W2054658115", + "https://openalex.org/W2059575958", + "https://openalex.org/W2070845047", + "https://openalex.org/W2073042726", + "https://openalex.org/W2076428552", + "https://openalex.org/W2081850149", + "https://openalex.org/W2093064776", + "https://openalex.org/W2097839764", + "https://openalex.org/W2098949458", + "https://openalex.org/W2100247797", + "https://openalex.org/W2100600008", + "https://openalex.org/W2101974476", + "https://openalex.org/W2103851188", + "https://openalex.org/W2105644991", + "https://openalex.org/W2105842272", + "https://openalex.org/W2107996537", + "https://openalex.org/W2109033052", + "https://openalex.org/W2112081648", + "https://openalex.org/W2112483442", + "https://openalex.org/W2113530803", + "https://openalex.org/W2113679101", + "https://openalex.org/W2114338449", + "https://openalex.org/W2115305054", + "https://openalex.org/W2117063635", + "https://openalex.org/W2120217353", + "https://openalex.org/W2121909644", + "https://openalex.org/W2123157895", + "https://openalex.org/W2125865219", + "https://openalex.org/W2125993116", + "https://openalex.org/W2127816222", + "https://openalex.org/W2129851978", + "https://openalex.org/W2130031702", + "https://openalex.org/W2131479143", + "https://openalex.org/W2131953535", + "https://openalex.org/W2132870739", + "https://openalex.org/W2134169350", + "https://openalex.org/W2135498906", + "https://openalex.org/W2137346077", + "https://openalex.org/W2137557016", + "https://openalex.org/W2138805882", + "https://openalex.org/W2139122730", + "https://openalex.org/W2139823104", + "https://openalex.org/W2142992973", + "https://openalex.org/W2143033696", + "https://openalex.org/W2145295623", + "https://openalex.org/W2146395300", + "https://openalex.org/W2148143831", + "https://openalex.org/W2148603752", + "https://openalex.org/W2148924730", + "https://openalex.org/W2150388061", + "https://openalex.org/W2150884987", + "https://openalex.org/W2152859659", + "https://openalex.org/W2154455818", + "https://openalex.org/W2158108973", + "https://openalex.org/W2158754421", + "https://openalex.org/W2159400887", + "https://openalex.org/W2161920802", + "https://openalex.org/W2163194396", + "https://openalex.org/W2164161365", + "https://openalex.org/W2167328503", + "https://openalex.org/W2168175751", + "https://openalex.org/W2168561598", + "https://openalex.org/W2168639902", + "https://openalex.org/W2168741590", + "https://openalex.org/W2169075655", + "https://openalex.org/W2169338892", + "https://openalex.org/W2169384781", + "https://openalex.org/W2170580685", + "https://openalex.org/W2171033594", + "https://openalex.org/W2171343216", + "https://openalex.org/W2171388464", + "https://openalex.org/W2215815030", + "https://openalex.org/W2255883267", + "https://openalex.org/W2293768274", + "https://openalex.org/W2435251607", + "https://openalex.org/W2525109755", + "https://openalex.org/W2590957573", + "https://openalex.org/W2796372757", + "https://openalex.org/W2903718010", + "https://openalex.org/W2989661724", + "https://openalex.org/W3098372638", + "https://openalex.org/W3103871524", + "https://openalex.org/W3104240813", + "https://openalex.org/W4211049957", + "https://openalex.org/W4211204663", + "https://openalex.org/W4229633200", + "https://openalex.org/W4230946174", + "https://openalex.org/W4231510805", + "https://openalex.org/W4233216783", + "https://openalex.org/W4233413206", + "https://openalex.org/W4236188916", + "https://openalex.org/W4239047110", + "https://openalex.org/W4239390603", + "https://openalex.org/W4248721357", + "https://openalex.org/W4250182547", + "https://openalex.org/W4250224875", + "https://openalex.org/W4252262440", + "https://openalex.org/W4253064820", + "https://openalex.org/W4256544418", + "https://openalex.org/W4299515571", + "https://openalex.org/W4300093168", + "https://openalex.org/W4301436980", + "https://openalex.org/W4310299640", + "https://openalex.org/W4310738704", + "https://openalex.org/W4379510236", + "https://openalex.org/W4388297464" + ], + "related_works": [ + "https://openalex.org/W2985746494", + "https://openalex.org/W4206042385", + "https://openalex.org/W2511384863", + "https://openalex.org/W2080773131", + "https://openalex.org/W2096089271", + "https://openalex.org/W2923628599", + "https://openalex.org/W2014100433", + "https://openalex.org/W2051519658", + "https://openalex.org/W2002304499", + "https://openalex.org/W2994787386" + ], + "abstract_inverted_index": { + "An": [ + 0 + ], + "overview": [ + 1, + 159 + ], + "of": [ + 2, + 44, + 59, + 90, + 135, + 160, + 200 + ], + "recent": [ + 3 + ], + "efforts": [ + 4, + 162 + ], + "in": [ + 5, + 35, + 73, + 111, + 148, + 184 + ], + "the": [ + 6, + 41, + 65, + 81, + 88, + 91, + 114, + 116, + 127, + 131, + 149, + 179 + ], + "machine": [ + 7, + 150 + ], + "learning": [ + 8, + 137, + 151 + ], + "community": [ + 9, + 152 + ], + "to": [ + 10, + 87, + 106, + 130, + 163, + 178, + 186 + ], + "deal": [ + 11, + 164 + ], + "with": [ + 12, + 165 + ], + "dataset": [ + 13, + 60, + 141, + 166, + 182, + 201 + ], + "and": [ + 14, + 21, + 24, + 46, + 51, + 125, + 138, + 167, + 175, + 194, + 202, + 208, + 211 + ], + "covariate": [ + 15, + 168, + 203, + 215 + ], + "shift,": [ + 16, + 55, + 61 + ], + "which": [ + 17, + 103 + ], + "occurs": [ + 18, + 39, + 62 + ], + "when": [ + 19, + 40, + 63 + ], + "test": [ + 20, + 52 + ], + "training": [ + 22, + 50, + 95 + ], + "inputs": [ + 23, + 45 + ], + "outputs": [ + 25, + 47 + ], + "have": [ + 26 + ], + "different": [ + 27 + ], + "distributions.": [ + 28 + ], + "Dataset": [ + 29, + 69 + ], + "shift": [ + 30, + 70, + 142, + 183, + 204 + ], + "is": [ + 31, + 71, + 99 + ], + "a": [ + 32, + 56, + 173 + ], + "common": [ + 33 + ], + "problem": [ + 34 + ], + "predictive": [ + 36 + ], + "modeling": [ + 37 + ], + "that": [ + 38, + 109 + ], + "joint": [ + 42 + ], + "distribution": [ + 43, + 67 + ], + "differs": [ + 48, + 110 + ], + "between": [ + 49 + ], + "stages.": [ + 53 + ], + "Covariate": [ + 54 + ], + "particular": [ + 57 + ], + "case": [ + 58 + ], + "only": [ + 64 + ], + "input": [ + 66 + ], + "changes.": [ + 68 + ], + "present": [ + 72, + 212 + ], + "most": [ + 74 + ], + "practical": [ + 75 + ], + "applications,": [ + 76 + ], + "for": [ + 77, + 214 + ], + "reasons": [ + 78 + ], + "ranging": [ + 79 + ], + "from": [ + 80, + 113 + ], + "bias": [ + 82 + ], + "introduced": [ + 83 + ], + "by": [ + 84 + ], + "experimental": [ + 85 + ], + "design": [ + 86 + ], + "irreproducibility": [ + 89 + ], + "testing": [ + 92 + ], + "conditions": [ + 93 + ], + "at": [ + 94 + ], + "time.": [ + 96 + ], + "(An": [ + 97 + ], + "example": [ + 98 + ], + "-email": [ + 100 + ], + "spam": [ + 101, + 108, + 115 + ], + "filtering,": [ + 102 + ], + "may": [ + 104 + ], + "fail": [ + 105 + ], + "recognize": [ + 107 + ], + "form": [ + 112 + ], + "automatic": [ + 117 + ], + "filter": [ + 118 + ], + "has": [ + 119, + 143 + ], + "been": [ + 120 + ], + "built": [ + 121 + ], + "on.)": [ + 122 + ], + "Despite": [ + 123 + ], + "this,": [ + 124 + ], + "despite": [ + 126 + ], + "attention": [ + 128, + 147 + ], + "given": [ + 129 + ], + "apparently": [ + 132 + ], + "similar": [ + 133 + ], + "problems": [ + 134 + ], + "semi-supervised": [ + 136, + 195 + ], + "active": [ + 139, + 192 + ], + "learning,": [ + 140, + 188, + 191, + 193, + 196 + ], + "received": [ + 144 + ], + "relatively": [ + 145 + ], + "little": [ + 146 + ], + "until": [ + 153 + ], + "recently.": [ + 154 + ], + "This": [ + 155 + ], + "volume": [ + 156 + ], + "offers": [ + 157 + ], + "an": [ + 158 + ], + "current": [ + 161 + ], + "shift.": [ + 169, + 216 + ], + "The": [ + 170 + ], + "chapters": [ + 171 + ], + "offer": [ + 172 + ], + "mathematical": [ + 174 + ], + "philosophical": [ + 176 + ], + "introduction": [ + 177 + ], + "problem,": [ + 180 + ], + "place": [ + 181 + ], + "relationship": [ + 185 + ], + "transfer": [ + 187 + ], + "transduction,": [ + 189 + ], + "local": [ + 190 + ], + "provide": [ + 197 + ], + "theoretical": [ + 198 + ], + "views": [ + 199 + ], + "(including": [ + 205 + ], + "decision": [ + 206 + ], + "theoretic": [ + 207 + ], + "Bayesian": [ + 209 + ], + "perspectives),": [ + 210 + ], + "algorithms": [ + 213 + ], + "Contributors": [ + 217 + ], + "Shai": [ + 218 + ], + "Ben-David,": [ + 219 + ], + "Steffen": [ + 220 + ], + "Bickel,": [ + 221 + ], + "Karsten": [ + 222 + ], + "Borgwardt,": [ + 223 + ], + "Michael": [ + 224 + ], + "Brückner,": [ + 225 + ], + "David": [ + 226 + ], + "Corfield,": [ + 227 + ], + "Amir": [ + 228 + ], + "Globerson,": [ + 229 + ], + "Arthur": [ + 230 + ], + "Gretton,": [ + 231 + ], + "Lars": [ + 232 + ], + "Kai": [ + 233 + ], + "Hansen,": [ + 234 + ], + "Matthias": [ + 235 + ], + "Hein,": [ + 236 + ], + "Jiayuan": [ + 237 + ], + "Huang,": [ + 238 + ], + "Choon": [ + 239 + ], + "Hui": [ + 240 + ], + "Teo,": [ + 241 + ], + "Takafumi": [ + 242 + ], + "Kanamori,": [ + 243 + ], + "Klaus-Robert": [ + 244 + ], + "Müller,": [ + 245 + ], + "Sam": [ + 246 + ], + "Roweis,": [ + 247 + ], + "Neil": [ + 248 + ], + "Rubens,": [ + 249 + ], + "Tobias": [ + 250 + ], + "Scheffer,": [ + 251 + ], + "Marcel": [ + 252 + ], + "Schmittfull,": [ + 253 + ], + "Bernhard": [ + 254 + ], + "Schölkopf": [ + 255 + ], + "Hidetoshi": [ + 256 + ], + "Shimodaira,": [ + 257 + ], + "Alex": [ + 258 + ], + "Smola,": [ + 259 + ], + "Amos": [ + 260 + ], + "Storkey,": [ + 261 + ], + "Masashi": [ + 262 + ], + "Sugiyama": [ + 263 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 35 + }, + { + "year": 2025, + "cited_by_count": 109 + }, + { + "year": 2024, + "cited_by_count": 165 + }, + { + "year": 2023, + "cited_by_count": 146 + }, + { + "year": 2022, + "cited_by_count": 133 + }, + { + "year": 2021, + "cited_by_count": 231 + }, + { + "year": 2020, + "cited_by_count": 204 + }, + { + "year": 2019, + "cited_by_count": 127 + }, + { + "year": 2018, + "cited_by_count": 54 + }, + { + "year": 2017, + "cited_by_count": 33 + }, + { + "year": 2016, + "cited_by_count": 35 + }, + { + "year": 2015, + "cited_by_count": 55 + }, + { + "year": 2014, + "cited_by_count": 36 + }, + { + "year": 2013, + "cited_by_count": 44 + }, + { + "year": 2012, + "cited_by_count": 29 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2793927960", + "doi": "https://doi.org/10.1080/01431161.2018.1433343", + "title": "Implementation of machine-learning classification in remote sensing: an applied review", + "display_name": "Implementation of machine-learning classification in remote sensing: an applied review", + "relevance_score": 2762.7502, + "publication_year": 2018, + "publication_date": "2018-02-02", + "ids": { + "openalex": "https://openalex.org/W2793927960", + "doi": "https://doi.org/10.1080/01431161.2018.1433343", + "mag": "2793927960" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1080/01431161.2018.1433343", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1080/01431161.2018.1433343", + "pdf_url": "https://www.tandfonline.com/doi/pdf/10.1080/01431161.2018.1433343?needAccess=true", + "source": { + "id": "https://openalex.org/S117411352", + "display_name": "International Journal of Remote Sensing", + "issn_l": "0143-1161", + "issn": [ + "0143-1161", + "1366-5901" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320547", + "host_organization_name": "Taylor & Francis", + "host_organization_lineage": [ + "https://openalex.org/P4310320547" + ], + "host_organization_lineage_names": [ + "Taylor & Francis" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "International Journal of Remote Sensing", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "bronze", + "oa_url": "https://www.tandfonline.com/doi/pdf/10.1080/01431161.2018.1433343?needAccess=true", + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5085820343", + "display_name": "Aaron E. Maxwell", + "orcid": "https://orcid.org/0000-0002-4412-5599" + }, + "institutions": [ + { + "id": "https://openalex.org/I12097938", + "display_name": "West Virginia University", + "ror": "https://ror.org/011vxgd24", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I12097938" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Aaron E. Maxwell", + "raw_affiliation_strings": [ + "Department of Geology and Geography, West Virginia University, Morgantown, WV, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Geology and Geography, West Virginia University, Morgantown, WV, USA", + "institution_ids": [ + "https://openalex.org/I12097938" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5091637832", + "display_name": "Timothy A. Warner", + "orcid": "https://orcid.org/0000-0002-0414-9748" + }, + "institutions": [ + { + "id": "https://openalex.org/I12097938", + "display_name": "West Virginia University", + "ror": "https://ror.org/011vxgd24", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I12097938" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Timothy A. Warner", + "raw_affiliation_strings": [ + "Department of Geology and Geography, West Virginia University, Morgantown, WV, USA" + ], + "raw_orcid": "https://orcid.org/0000-0002-0414-9748", + "affiliations": [ + { + "raw_affiliation_string": "Department of Geology and Geography, West Virginia University, Morgantown, WV, USA", + "institution_ids": [ + "https://openalex.org/I12097938" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5100386844", + "display_name": "Fang Fang", + "orcid": "https://orcid.org/0000-0001-7541-189X" + }, + "institutions": [ + { + "id": "https://openalex.org/I12097938", + "display_name": "West Virginia University", + "ror": "https://ror.org/011vxgd24", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I12097938" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Fang Fang", + "raw_affiliation_strings": [ + "Department of Geology and Geography, West Virginia University, Morgantown, WV, USA" + ], + "raw_orcid": "https://orcid.org/0000-0001-7541-189X", + "affiliations": [ + { + "raw_affiliation_string": "Department of Geology and Geography, West Virginia University, Morgantown, WV, USA", + "institution_ids": [ + "https://openalex.org/I12097938" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5085820343" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I12097938" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 113.7745, + "has_fulltext": false, + "cited_by_count": 1905, + "citation_normalized_percentile": { + "value": 0.99988622, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "39", + "issue": "9", + "first_page": "2784", + "last_page": "2817" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10689", + "display_name": "Remote-Sensing Image Classification", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/2214", + "display_name": "Media Technology" + }, + "field": { + "id": "https://openalex.org/fields/22", + "display_name": "Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10689", + "display_name": "Remote-Sensing Image Classification", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/2214", + "display_name": "Media Technology" + }, + "field": { + "id": "https://openalex.org/fields/22", + "display_name": "Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10111", + "display_name": "Remote Sensing in Agriculture", + "score": 0.9976999759674072, + "subfield": { + "id": "https://openalex.org/subfields/2303", + "display_name": "Ecology" + }, + "field": { + "id": "https://openalex.org/fields/23", + "display_name": "Environmental Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11659", + "display_name": "Advanced Image Fusion Techniques", + "score": 0.9749000072479248, + "subfield": { + "id": "https://openalex.org/subfields/2214", + "display_name": "Media Technology" + }, + "field": { + "id": "https://openalex.org/fields/22", + "display_name": "Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.7877681255340576 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7791492342948914 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.7248809337615967 + }, + { + "id": "https://openalex.org/keywords/random-forest", + "display_name": "Random forest", + "score": 0.5729610323905945 + }, + { + "id": "https://openalex.org/keywords/dimensionality-reduction", + "display_name": "Dimensionality reduction", + "score": 0.5524418354034424 + }, + { + "id": "https://openalex.org/keywords/decision-tree", + "display_name": "Decision tree", + "score": 0.5341089963912964 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.5322451591491699 + }, + { + "id": "https://openalex.org/keywords/support-vector-machine", + "display_name": "Support vector machine", + "score": 0.514393150806427 + }, + { + "id": "https://openalex.org/keywords/curse-of-dimensionality", + "display_name": "Curse of dimensionality", + "score": 0.5014984607696533 + }, + { + "id": "https://openalex.org/keywords/key", + "display_name": "Key (lock)", + "score": 0.4978461265563965 + }, + { + "id": "https://openalex.org/keywords/focus", + "display_name": "Focus (optics)", + "score": 0.4418962001800537 + }, + { + "id": "https://openalex.org/keywords/perspective", + "display_name": "Perspective (graphical)", + "score": 0.41856345534324646 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.33177950978279114 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.7877681255340576 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7791492342948914 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.7248809337615967 + }, + { + "id": "https://openalex.org/C169258074", + "wikidata": "https://www.wikidata.org/wiki/Q245748", + "display_name": "Random forest", + "level": 2, + "score": 0.5729610323905945 + }, + { + "id": "https://openalex.org/C70518039", + "wikidata": "https://www.wikidata.org/wiki/Q16000077", + "display_name": "Dimensionality reduction", + "level": 2, + "score": 0.5524418354034424 + }, + { + "id": "https://openalex.org/C84525736", + "wikidata": "https://www.wikidata.org/wiki/Q831366", + "display_name": "Decision tree", + "level": 2, + "score": 0.5341089963912964 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.5322451591491699 + }, + { + "id": "https://openalex.org/C12267149", + "wikidata": "https://www.wikidata.org/wiki/Q282453", + "display_name": "Support vector machine", + "level": 2, + "score": 0.514393150806427 + }, + { + "id": "https://openalex.org/C111030470", + "wikidata": "https://www.wikidata.org/wiki/Q1430460", + "display_name": "Curse of dimensionality", + "level": 2, + "score": 0.5014984607696533 + }, + { + "id": "https://openalex.org/C26517878", + "wikidata": "https://www.wikidata.org/wiki/Q228039", + "display_name": "Key (lock)", + "level": 2, + "score": 0.4978461265563965 + }, + { + "id": "https://openalex.org/C192209626", + "wikidata": "https://www.wikidata.org/wiki/Q190909", + "display_name": "Focus (optics)", + "level": 2, + "score": 0.4418962001800537 + }, + { + "id": "https://openalex.org/C12713177", + "wikidata": "https://www.wikidata.org/wiki/Q1900281", + "display_name": "Perspective (graphical)", + "level": 2, + "score": 0.41856345534324646 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.33177950978279114 + }, + { + "id": "https://openalex.org/C120665830", + "wikidata": "https://www.wikidata.org/wiki/Q14620", + "display_name": "Optics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C38652104", + "wikidata": "https://www.wikidata.org/wiki/Q3510521", + "display_name": "Computer security", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C121332964", + "wikidata": "https://www.wikidata.org/wiki/Q413", + "display_name": "Physics", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1080/01431161.2018.1433343", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1080/01431161.2018.1433343", + "pdf_url": "https://www.tandfonline.com/doi/pdf/10.1080/01431161.2018.1433343?needAccess=true", + "source": { + "id": "https://openalex.org/S117411352", + "display_name": "International Journal of Remote Sensing", + "issn_l": "0143-1161", + "issn": [ + "0143-1161", + "1366-5901" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320547", + "host_organization_name": "Taylor & Francis", + "host_organization_lineage": [ + "https://openalex.org/P4310320547" + ], + "host_organization_lineage_names": [ + "Taylor & Francis" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "International Journal of Remote Sensing", + "raw_type": "journal-article" + } + ], + "best_oa_location": { + "id": "doi:10.1080/01431161.2018.1433343", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1080/01431161.2018.1433343", + "pdf_url": "https://www.tandfonline.com/doi/pdf/10.1080/01431161.2018.1433343?needAccess=true", + "source": { + "id": "https://openalex.org/S117411352", + "display_name": "International Journal of Remote Sensing", + "issn_l": "0143-1161", + "issn": [ + "0143-1161", + "1366-5901" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320547", + "host_organization_name": "Taylor & Francis", + "host_organization_lineage": [ + "https://openalex.org/P4310320547" + ], + "host_organization_lineage_names": [ + "Taylor & Francis" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "International Journal of Remote Sensing", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [ + { + "display_name": "Life in Land", + "score": 0.4000000059604645, + "id": "https://metadata.un.org/sdg/15" + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 118, + "referenced_works": [ + "https://openalex.org/W130347124", + "https://openalex.org/W1585128438", + "https://openalex.org/W1802207720", + "https://openalex.org/W1950365613", + "https://openalex.org/W1971271947", + "https://openalex.org/W1978034823", + "https://openalex.org/W1980547211", + "https://openalex.org/W1981755063", + "https://openalex.org/W1985258161", + "https://openalex.org/W1988790447", + "https://openalex.org/W1989344766", + "https://openalex.org/W1989428365", + "https://openalex.org/W1990653740", + "https://openalex.org/W1991856651", + "https://openalex.org/W1996777760", + "https://openalex.org/W1997478538", + "https://openalex.org/W1998351672", + "https://openalex.org/W2008469107", + "https://openalex.org/W2010479838", + "https://openalex.org/W2011287807", + "https://openalex.org/W2012136488", + "https://openalex.org/W2017212187", + "https://openalex.org/W2021314208", + "https://openalex.org/W2022156723", + "https://openalex.org/W2029316659", + "https://openalex.org/W2030025097", + "https://openalex.org/W2030825546", + "https://openalex.org/W2033388392", + "https://openalex.org/W2035419249", + "https://openalex.org/W2035466979", + "https://openalex.org/W2035549557", + "https://openalex.org/W2038951852", + "https://openalex.org/W2039067795", + "https://openalex.org/W2046113982", + "https://openalex.org/W2050830693", + "https://openalex.org/W2063907334", + "https://openalex.org/W2065800647", + "https://openalex.org/W2067983477", + "https://openalex.org/W2074112114", + "https://openalex.org/W2076656703", + "https://openalex.org/W2078619499", + "https://openalex.org/W2080401607", + "https://openalex.org/W2081620141", + "https://openalex.org/W2082081125", + "https://openalex.org/W2082874195", + "https://openalex.org/W2086567813", + "https://openalex.org/W2087016914", + "https://openalex.org/W2088891335", + "https://openalex.org/W2098057602", + "https://openalex.org/W2100711113", + "https://openalex.org/W2101051003", + "https://openalex.org/W2109826612", + "https://openalex.org/W2112076978", + "https://openalex.org/W2118978333", + "https://openalex.org/W2119479037", + "https://openalex.org/W2122111042", + "https://openalex.org/W2124624125", + "https://openalex.org/W2124706543", + "https://openalex.org/W2130269771", + "https://openalex.org/W2130695501", + "https://openalex.org/W2132424470", + "https://openalex.org/W2134721717", + "https://openalex.org/W2136251662", + "https://openalex.org/W2139086914", + "https://openalex.org/W2139211176", + "https://openalex.org/W2140181255", + "https://openalex.org/W2140950054", + "https://openalex.org/W2143481518", + "https://openalex.org/W2145862305", + "https://openalex.org/W2146884399", + "https://openalex.org/W2148143831", + "https://openalex.org/W2149706766", + "https://openalex.org/W2153534417", + "https://openalex.org/W2154506590", + "https://openalex.org/W2155632266", + "https://openalex.org/W2156665896", + "https://openalex.org/W2156909104", + "https://openalex.org/W2162421262", + "https://openalex.org/W2166307050", + "https://openalex.org/W2168809519", + "https://openalex.org/W2171058578", + "https://openalex.org/W2172009270", + "https://openalex.org/W2197595524", + "https://openalex.org/W2229291734", + "https://openalex.org/W2261059368", + "https://openalex.org/W2316813349", + "https://openalex.org/W2330853572", + "https://openalex.org/W2397914484", + "https://openalex.org/W2407655494", + "https://openalex.org/W2412588858", + "https://openalex.org/W2504658994", + "https://openalex.org/W2508058002", + "https://openalex.org/W2539651710", + "https://openalex.org/W2582743722", + "https://openalex.org/W2589780155", + "https://openalex.org/W2603834682", + "https://openalex.org/W2612451460", + "https://openalex.org/W2752696298", + "https://openalex.org/W2911964244", + "https://openalex.org/W3015384695", + "https://openalex.org/W3087967325", + "https://openalex.org/W3102027041", + "https://openalex.org/W3104925044", + "https://openalex.org/W3105578466", + "https://openalex.org/W3207342693", + "https://openalex.org/W4236137412", + "https://openalex.org/W4239510810", + "https://openalex.org/W4245066279", + "https://openalex.org/W4246090800", + "https://openalex.org/W4285719527", + "https://openalex.org/W4300402905", + "https://openalex.org/W4399569501", + "https://openalex.org/W4399570248", + "https://openalex.org/W4399575362", + "https://openalex.org/W6769764061", + "https://openalex.org/W6869234452", + "https://openalex.org/W6869284810", + "https://openalex.org/W6869666549" + ], + "related_works": [ + "https://openalex.org/W4321636153", + "https://openalex.org/W4377964522", + "https://openalex.org/W3195168932", + "https://openalex.org/W4386072274", + "https://openalex.org/W4386123260", + "https://openalex.org/W4383535405", + "https://openalex.org/W4381414210", + "https://openalex.org/W4384345534", + "https://openalex.org/W4308191010", + "https://openalex.org/W3034132578" + ], + "abstract_inverted_index": { + "Machine": [ + 0 + ], + "learning": [ + 1, + 18, + 62 + ], + "offers": [ + 2 + ], + "the": [ + 3, + 20, + 45, + 70, + 96 + ], + "potential": [ + 4 + ], + "for": [ + 5 + ], + "effective": [ + 6 + ], + "and": [ + 7, + 28, + 44, + 89, + 106, + 111, + 113 + ], + "efficient": [ + 8 + ], + "classification": [ + 9, + 40, + 123 + ], + "of": [ + 10, + 16, + 25, + 60, + 74, + 98 + ], + "remotely": [ + 11, + 128 + ], + "sensed": [ + 12, + 129 + ], + "imagery.": [ + 13 + ], + "The": [ + 14 + ], + "strengths": [ + 15 + ], + "machine": [ + 17, + 61 + ], + "include": [ + 19, + 95 + ], + "capacity": [ + 21 + ], + "to": [ + 22, + 29, + 124 + ], + "handle": [ + 23 + ], + "data": [ + 24, + 101, + 130 + ], + "high": [ + 26 + ], + "dimensionality": [ + 27 + ], + "map": [ + 30 + ], + "classes": [ + 31 + ], + "with": [ + 32 + ], + "very": [ + 33 + ], + "complex": [ + 34 + ], + "characteristics.": [ + 35 + ], + "Nevertheless,": [ + 36 + ], + "implementing": [ + 37 + ], + "a": [ + 38 + ], + "machine-learning": [ + 39, + 122 + ], + "is": [ + 41 + ], + "not": [ + 42 + ], + "straightforward,": [ + 43 + ], + "literature": [ + 46 + ], + "provides": [ + 47, + 57 + ], + "conflicting": [ + 48 + ], + "advice": [ + 49 + ], + "regarding": [ + 50 + ], + "many": [ + 51 + ], + "key": [ + 52 + ], + "issues.": [ + 53 + ], + "This": [ + 54 + ], + "article": [ + 55 + ], + "therefore": [ + 56 + ], + "an": [ + 58, + 64 + ], + "overview": [ + 59 + ], + "from": [ + 63 + ], + "applied": [ + 65 + ], + "perspective.": [ + 66 + ], + "We": [ + 67, + 116 + ], + "focus": [ + 68 + ], + "on": [ + 69 + ], + "relatively": [ + 71 + ], + "mature": [ + 72 + ], + "methods": [ + 73 + ], + "support": [ + 75 + ], + "vector": [ + 76 + ], + "machines,": [ + 77 + ], + "single": [ + 78 + ], + "decision": [ + 79 + ], + "trees": [ + 80 + ], + "(DTs),": [ + 81 + ], + "Random": [ + 82 + ], + "Forests,": [ + 83 + ], + "boosted": [ + 84 + ], + "DTs,": [ + 85 + ], + "artificial": [ + 86 + ], + "neural": [ + 87 + ], + "networks,": [ + 88 + ], + "k-nearest": [ + 90 + ], + "neighbours": [ + 91 + ], + "(k-NN).": [ + 92 + ], + "Issues": [ + 93 + ], + "considered": [ + 94 + ], + "choice": [ + 97 + ], + "algorithm,": [ + 99 + ], + "training": [ + 100 + ], + "requirements,": [ + 102 + ], + "user-defined": [ + 103 + ], + "parameter": [ + 104 + ], + "selection": [ + 105 + ], + "optimization,": [ + 107 + ], + "feature": [ + 108 + ], + "space": [ + 109 + ], + "impacts": [ + 110 + ], + "reduction,": [ + 112 + ], + "computational": [ + 114 + ], + "costs.": [ + 115 + ], + "illustrate": [ + 117 + ], + "these": [ + 118 + ], + "issues": [ + 119 + ], + "through": [ + 120 + ], + "applying": [ + 121 + ], + "two": [ + 125 + ], + "publically": [ + 126 + ], + "available": [ + 127 + ], + "sets.": [ + 131 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 128 + }, + { + "year": 2025, + "cited_by_count": 290 + }, + { + "year": 2024, + "cited_by_count": 312 + }, + { + "year": 2023, + "cited_by_count": 319 + }, + { + "year": 2022, + "cited_by_count": 312 + }, + { + "year": 2021, + "cited_by_count": 257 + }, + { + "year": 2020, + "cited_by_count": 168 + }, + { + "year": 2019, + "cited_by_count": 101 + }, + { + "year": 2018, + "cited_by_count": 18 + } + ], + "updated_date": "2026-05-28T09:10:13.091523", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2095577883", + "doi": "https://doi.org/10.1145/2046684.2046692", + "title": "Adversarial machine learning", + "display_name": "Adversarial machine learning", + "relevance_score": 2754.6794, + "publication_year": 2011, + "publication_date": "2011-10-21", + "ids": { + "openalex": "https://openalex.org/W2095577883", + "doi": "https://doi.org/10.1145/2046684.2046692", + "mag": "2095577883" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1145/2046684.2046692", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/2046684.2046692", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Proceedings of the 4th ACM workshop on Security and artificial intelligence", + "raw_type": "proceedings-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5082878554", + "display_name": "Ling Huang", + "orcid": "https://orcid.org/0000-0001-5089-4637" + }, + "institutions": [ + { + "id": "https://openalex.org/I1343180700", + "display_name": "Intel (United States)", + "ror": "https://ror.org/01ek73717", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1343180700" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Ling Huang", + "raw_affiliation_strings": [ + "Intel Labs Berkeley, Berkeley, CA, USA", + "Intel Labs. Berkeley, Berkeley, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Intel Labs Berkeley, Berkeley, CA, USA", + "institution_ids": [ + "https://openalex.org/I1343180700" + ] + }, + { + "raw_affiliation_string": "Intel Labs. Berkeley, Berkeley, CA, USA", + "institution_ids": [ + "https://openalex.org/I1343180700" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5017381278", + "display_name": "Anthony D. Joseph", + "orcid": "https://orcid.org/0000-0002-6798-9664" + }, + "institutions": [ + { + "id": "https://openalex.org/I134446601", + "display_name": "Berkeley College", + "ror": "https://ror.org/02xewxa75", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I134446601" + ] + }, + { + "id": "https://openalex.org/I95457486", + "display_name": "University of California, Berkeley", + "ror": "https://ror.org/01an7q238", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I95457486" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Anthony D. Joseph", + "raw_affiliation_strings": [ + "UC Berkeley, Berkeley, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "UC Berkeley, Berkeley, CA, USA", + "institution_ids": [ + "https://openalex.org/I134446601", + "https://openalex.org/I95457486" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5108249434", + "display_name": "Blaine Nelson", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I8087733", + "display_name": "University of Tübingen", + "ror": "https://ror.org/03a1kwz48", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I8087733" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Blaine Nelson", + "raw_affiliation_strings": [ + "University of Tubingen, Tubingen, Germany" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Tubingen, Tubingen, Germany", + "institution_ids": [ + "https://openalex.org/I8087733" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5078824132", + "display_name": "Benjamin I. P. Rubinstein", + "orcid": "https://orcid.org/0000-0002-2947-6980" + }, + "institutions": [ + { + "id": "https://openalex.org/I1290206253", + "display_name": "Microsoft (United States)", + "ror": "https://ror.org/00d0nc645", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1290206253" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Benjamin I.P. Rubinstein", + "raw_affiliation_strings": [ + "Microsoft, Mountain View, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Microsoft, Mountain View, CA, USA", + "institution_ids": [ + "https://openalex.org/I1290206253" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5113907559", + "display_name": "J. D. Tygar", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I95457486", + "display_name": "University of California, Berkeley", + "ror": "https://ror.org/01an7q238", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I95457486" + ] + }, + { + "id": "https://openalex.org/I134446601", + "display_name": "Berkeley College", + "ror": "https://ror.org/02xewxa75", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I134446601" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "J. D. Tygar", + "raw_affiliation_strings": [ + "UC Berkeley, Berkeley, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "UC Berkeley, Berkeley, CA, USA", + "institution_ids": [ + "https://openalex.org/I134446601", + "https://openalex.org/I95457486" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 5, + "corresponding_author_ids": [ + "https://openalex.org/A5082878554" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I1343180700" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 21.0993, + "has_fulltext": false, + "cited_by_count": 1193, + "citation_normalized_percentile": { + "value": 0.99439489, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 98, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": "43", + "last_page": "58" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11689", + "display_name": "Adversarial Robustness in Machine Learning", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11689", + "display_name": "Adversarial Robustness in Machine Learning", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11512", + "display_name": "Anomaly Detection Techniques and Applications", + "score": 0.9994000196456909, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11241", + "display_name": "Advanced Malware Detection Techniques", + "score": 0.9987000226974487, + "subfield": { + "id": "https://openalex.org/subfields/1711", + "display_name": "Signal Processing" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/adversarial-system", + "display_name": "Adversarial system", + "score": 0.9305077195167542 + }, + { + "id": "https://openalex.org/keywords/adversary", + "display_name": "Adversary", + "score": 0.8575477004051208 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.8086425065994263 + }, + { + "id": "https://openalex.org/keywords/adversarial-machine-learning", + "display_name": "Adversarial machine learning", + "score": 0.802598774433136 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6763424873352051 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6334288716316223 + }, + { + "id": "https://openalex.org/keywords/evasion", + "display_name": "Evasion (ethics)", + "score": 0.5196555852890015 + }, + { + "id": "https://openalex.org/keywords/field", + "display_name": "Field (mathematics)", + "score": 0.451160728931427 + }, + { + "id": "https://openalex.org/keywords/computer-security", + "display_name": "Computer security", + "score": 0.28231871128082275 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C37736160", + "wikidata": "https://www.wikidata.org/wiki/Q1801315", + "display_name": "Adversarial system", + "level": 2, + "score": 0.9305077195167542 + }, + { + "id": "https://openalex.org/C41065033", + "wikidata": "https://www.wikidata.org/wiki/Q2825412", + "display_name": "Adversary", + "level": 2, + "score": 0.8575477004051208 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.8086425065994263 + }, + { + "id": "https://openalex.org/C2778403875", + "wikidata": "https://www.wikidata.org/wiki/Q20312394", + "display_name": "Adversarial machine learning", + "level": 3, + "score": 0.802598774433136 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6763424873352051 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6334288716316223 + }, + { + "id": "https://openalex.org/C2781251061", + "wikidata": "https://www.wikidata.org/wiki/Q5416089", + "display_name": "Evasion (ethics)", + "level": 3, + "score": 0.5196555852890015 + }, + { + "id": "https://openalex.org/C9652623", + "wikidata": "https://www.wikidata.org/wiki/Q190109", + "display_name": "Field (mathematics)", + "level": 2, + "score": 0.451160728931427 + }, + { + "id": "https://openalex.org/C38652104", + "wikidata": "https://www.wikidata.org/wiki/Q3510521", + "display_name": "Computer security", + "level": 1, + "score": 0.28231871128082275 + }, + { + "id": "https://openalex.org/C8891405", + "wikidata": "https://www.wikidata.org/wiki/Q1059", + "display_name": "Immune system", + "level": 2, + "score": 0.0 + }, + { + "id": "https://openalex.org/C202444582", + "wikidata": "https://www.wikidata.org/wiki/Q837863", + "display_name": "Pure mathematics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C203014093", + "wikidata": "https://www.wikidata.org/wiki/Q101929", + "display_name": "Immunology", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C86803240", + "wikidata": "https://www.wikidata.org/wiki/Q420", + "display_name": "Biology", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 3, + "locations": [ + { + "id": "doi:10.1145/2046684.2046692", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/2046684.2046692", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Proceedings of the 4th ACM workshop on Security and artificial intelligence", + "raw_type": "proceedings-article" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.310.771", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.310.771", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.cs.berkeley.edu/~tygar/papers/SML2/Adversarial_AISEC.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.360.168", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.360.168", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://blaine-nelson.com/research/pubs/Huang-Joseph-AISec-2011.pdf", + "raw_type": "text" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "display_name": "Peace, Justice and strong institutions", + "score": 0.7599999904632568, + "id": "https://metadata.un.org/sdg/16" + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 203, + "referenced_works": [ + "https://openalex.org/W3805906", + "https://openalex.org/W10423024", + "https://openalex.org/W20093842", + "https://openalex.org/W34732858", + "https://openalex.org/W73527130", + "https://openalex.org/W83087001", + "https://openalex.org/W104201263", + "https://openalex.org/W114599062", + "https://openalex.org/W123634342", + "https://openalex.org/W149129625", + "https://openalex.org/W155995321", + "https://openalex.org/W162878246", + "https://openalex.org/W190013992", + "https://openalex.org/W301116043", + "https://openalex.org/W630188293", + "https://openalex.org/W1484507384", + "https://openalex.org/W1492810482", + "https://openalex.org/W1506806321", + "https://openalex.org/W1510073064", + "https://openalex.org/W1513231349", + "https://openalex.org/W1514940655", + "https://openalex.org/W1516506771", + "https://openalex.org/W1520723331", + "https://openalex.org/W1524581953", + "https://openalex.org/W1526402451", + "https://openalex.org/W1543155826", + "https://openalex.org/W1552056088", + "https://openalex.org/W1554944419", + "https://openalex.org/W1560724230", + "https://openalex.org/W1562491895", + "https://openalex.org/W1563088657", + "https://openalex.org/W1564947197", + "https://openalex.org/W1570425181", + "https://openalex.org/W1570963478", + "https://openalex.org/W1579838312", + "https://openalex.org/W1584516405", + "https://openalex.org/W1589713274", + "https://openalex.org/W1590452455", + "https://openalex.org/W1591480890", + "https://openalex.org/W1599976521", + "https://openalex.org/W1601740268", + "https://openalex.org/W1602011302", + "https://openalex.org/W1605925311", + "https://openalex.org/W1609770379", + "https://openalex.org/W1663973292", + "https://openalex.org/W1787843065", + "https://openalex.org/W1851403712", + "https://openalex.org/W1859580326", + "https://openalex.org/W1873763122", + "https://openalex.org/W1941427975", + "https://openalex.org/W1949459993", + "https://openalex.org/W1962340579", + "https://openalex.org/W1964964840", + "https://openalex.org/W1968439359", + "https://openalex.org/W1968998685", + "https://openalex.org/W1979486458", + "https://openalex.org/W1984068197", + "https://openalex.org/W1984350393", + "https://openalex.org/W1984643937", + "https://openalex.org/W1985987493", + "https://openalex.org/W1987845271", + "https://openalex.org/W1989499832", + "https://openalex.org/W1989702938", + "https://openalex.org/W1992244412", + "https://openalex.org/W1993116423", + "https://openalex.org/W1996360405", + "https://openalex.org/W1999935041", + "https://openalex.org/W2005299943", + "https://openalex.org/W2007562169", + "https://openalex.org/W2007657822", + "https://openalex.org/W2010523825", + "https://openalex.org/W2012712694", + "https://openalex.org/W2013936649", + "https://openalex.org/W2015904350", + "https://openalex.org/W2019363670", + "https://openalex.org/W2020764470", + "https://openalex.org/W2022097286", + "https://openalex.org/W2031415694", + "https://openalex.org/W2032247543", + "https://openalex.org/W2040228409", + "https://openalex.org/W2044180609", + "https://openalex.org/W2045796390", + "https://openalex.org/W2046692379", + "https://openalex.org/W2052740976", + "https://openalex.org/W2056099894", + "https://openalex.org/W2058496912", + "https://openalex.org/W2076798318", + "https://openalex.org/W2077217970", + "https://openalex.org/W2078950386", + "https://openalex.org/W2081357650", + "https://openalex.org/W2086437504", + "https://openalex.org/W2088846575", + "https://openalex.org/W2091915792", + "https://openalex.org/W2093825590", + "https://openalex.org/W2096633407", + "https://openalex.org/W2097272254", + "https://openalex.org/W2097895487", + "https://openalex.org/W2099362736", + "https://openalex.org/W2100454174", + "https://openalex.org/W2100779981", + "https://openalex.org/W2106129384", + "https://openalex.org/W2106318612", + "https://openalex.org/W2107968098", + "https://openalex.org/W2108077794", + "https://openalex.org/W2108214308", + "https://openalex.org/W2108601876", + "https://openalex.org/W2108807072", + "https://openalex.org/W2109300365", + "https://openalex.org/W2109394932", + "https://openalex.org/W2110868467", + "https://openalex.org/W2112380340", + "https://openalex.org/W2113741278", + "https://openalex.org/W2114296159", + "https://openalex.org/W2116108199", + "https://openalex.org/W2118931532", + "https://openalex.org/W2119874464", + "https://openalex.org/W2120617515", + "https://openalex.org/W2120665430", + "https://openalex.org/W2120806354", + "https://openalex.org/W2122290076", + "https://openalex.org/W2123449924", + "https://openalex.org/W2123733729", + "https://openalex.org/W2123820077", + "https://openalex.org/W2124612670", + "https://openalex.org/W2124765629", + "https://openalex.org/W2125109784", + "https://openalex.org/W2125908420", + "https://openalex.org/W2127577941", + "https://openalex.org/W2129104108", + "https://openalex.org/W2129860818", + "https://openalex.org/W2130789388", + "https://openalex.org/W2134063365", + "https://openalex.org/W2134167315", + "https://openalex.org/W2135143063", + "https://openalex.org/W2135930857", + "https://openalex.org/W2136114025", + "https://openalex.org/W2137207609", + "https://openalex.org/W2137786570", + "https://openalex.org/W2138263042", + "https://openalex.org/W2138865266", + "https://openalex.org/W2139212933", + "https://openalex.org/W2139709458", + "https://openalex.org/W2141902405", + "https://openalex.org/W2142069714", + "https://openalex.org/W2143521632", + "https://openalex.org/W2144902422", + "https://openalex.org/W2144936818", + "https://openalex.org/W2147487384", + "https://openalex.org/W2149721097", + "https://openalex.org/W2151238122", + "https://openalex.org/W2151298633", + "https://openalex.org/W2151773168", + "https://openalex.org/W2156186849", + "https://openalex.org/W2156909104", + "https://openalex.org/W2157578436", + "https://openalex.org/W2159024459", + "https://openalex.org/W2159675343", + "https://openalex.org/W2160495867", + "https://openalex.org/W2162379889", + "https://openalex.org/W2162552722", + "https://openalex.org/W2162737890", + "https://openalex.org/W2164210932", + "https://openalex.org/W2165239860", + "https://openalex.org/W2166858086", + "https://openalex.org/W2167529272", + "https://openalex.org/W2169300738", + "https://openalex.org/W2169570643", + "https://openalex.org/W2169623711", + "https://openalex.org/W2170005069", + "https://openalex.org/W2170204206", + "https://openalex.org/W2171074980", + "https://openalex.org/W2171604933", + "https://openalex.org/W2293322640", + "https://openalex.org/W2293634425", + "https://openalex.org/W2293768274", + "https://openalex.org/W2294798173", + "https://openalex.org/W2296319761", + "https://openalex.org/W2296452361", + "https://openalex.org/W2341535507", + "https://openalex.org/W2489822048", + "https://openalex.org/W2791732920", + "https://openalex.org/W2898916015", + "https://openalex.org/W2911978475", + "https://openalex.org/W2949506549", + "https://openalex.org/W2951987509", + "https://openalex.org/W2953223940", + "https://openalex.org/W2962974509", + "https://openalex.org/W2963774574", + "https://openalex.org/W2964020133", + "https://openalex.org/W3013501781", + "https://openalex.org/W3124370832", + "https://openalex.org/W3136767761", + "https://openalex.org/W3145128584", + "https://openalex.org/W4212863985", + "https://openalex.org/W4285719527", + "https://openalex.org/W6629510986", + "https://openalex.org/W6636283022", + "https://openalex.org/W6674632866", + "https://openalex.org/W6676639149", + "https://openalex.org/W6684819249", + "https://openalex.org/W6738852829", + "https://openalex.org/W6766076356", + "https://openalex.org/W7052421801" + ], + "related_works": [ + "https://openalex.org/W4320018150", + "https://openalex.org/W4239582170", + "https://openalex.org/W3048732067", + "https://openalex.org/W2918664383", + "https://openalex.org/W106056076", + "https://openalex.org/W4320855730", + "https://openalex.org/W4383468834", + "https://openalex.org/W2135200719", + "https://openalex.org/W4283221438", + "https://openalex.org/W2900159906" + ], + "abstract_inverted_index": { + "In": [ + 0, + 31 + ], + "this": [ + 1, + 32 + ], + "paper": [ + 2 + ], + "(expanded": [ + 3 + ], + "from": [ + 4 + ], + "an": [ + 5, + 13, + 28, + 51, + 59, + 66 + ], + "invited": [ + 6 + ], + "talk": [ + 7 + ], + "at": [ + 8 + ], + "AISEC": [ + 9 + ], + "2010),": [ + 10 + ], + "we": [ + 11 + ], + "discuss": [ + 12, + 46, + 84, + 93 + ], + "emerging": [ + 14 + ], + "field": [ + 15 + ], + "of": [ + 16, + 22, + 65 + ], + "study:": [ + 17 + ], + "adversarial": [ + 18, + 29 + ], + "machine": [ + 19, + 24, + 43, + 81 + ], + "learning---the": [ + 20 + ], + "study": [ + 21 + ], + "effective": [ + 23 + ], + "learning": [ + 25, + 44, + 82, + 95 + ], + "techniques": [ + 26 + ], + "against": [ + 27, + 41, + 86 + ], + "opponent.": [ + 30 + ], + "paper,": [ + 33 + ], + "we:": [ + 34 + ], + "give": [ + 35 + ], + "a": [ + 36 + ], + "taxonomy": [ + 37 + ], + "for": [ + 38, + 57 + ], + "classifying": [ + 39 + ], + "attacks": [ + 40 + ], + "online": [ + 42 + ], + "algorithms;": [ + 45, + 83 + ], + "application-specific": [ + 47 + ], + "factors": [ + 48 + ], + "that": [ + 49 + ], + "limit": [ + 50 + ], + "adversary's": [ + 52, + 60, + 67 + ], + "capabilities;": [ + 53, + 61 + ], + "introduce": [ + 54, + 88 + ], + "two": [ + 55 + ], + "models": [ + 56 + ], + "modeling": [ + 58 + ], + "explore": [ + 62, + 78 + ], + "the": [ + 63, + 70, + 89 + ], + "limits": [ + 64 + ], + "knowledge": [ + 68 + ], + "about": [ + 69 + ], + "algorithm,": [ + 71 + ], + "feature": [ + 72 + ], + "space,": [ + 73 + ], + "training,": [ + 74 + ], + "and": [ + 75, + 92 + ], + "input": [ + 76 + ], + "data;": [ + 77 + ], + "vulnerabilities": [ + 79 + ], + "in": [ + 80 + ], + "countermeasures": [ + 85 + ], + "attacks;": [ + 87 + ], + "evasion": [ + 90 + ], + "challenge;": [ + 91 + ], + "privacy-preserving": [ + 94 + ], + "techniques.": [ + 96 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 17 + }, + { + "year": 2025, + "cited_by_count": 65 + }, + { + "year": 2024, + "cited_by_count": 82 + }, + { + "year": 2023, + "cited_by_count": 88 + }, + { + "year": 2022, + "cited_by_count": 92 + }, + { + "year": 2021, + "cited_by_count": 192 + }, + { + "year": 2020, + "cited_by_count": 173 + }, + { + "year": 2019, + "cited_by_count": 136 + }, + { + "year": 2018, + "cited_by_count": 138 + }, + { + "year": 2017, + "cited_by_count": 88 + }, + { + "year": 2016, + "cited_by_count": 42 + }, + { + "year": 2015, + "cited_by_count": 32 + }, + { + "year": 2014, + "cited_by_count": 32 + }, + { + "year": 2013, + "cited_by_count": 10 + }, + { + "year": 2012, + "cited_by_count": 5 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W3101749733", + "doi": null, + "title": "KERNEL METHODS IN MACHINE LEARNING", + "display_name": "KERNEL METHODS IN MACHINE LEARNING", + "relevance_score": 2736.4016, + "publication_year": 2008, + "publication_date": "2008-01-01", + "ids": { + "openalex": "https://openalex.org/W3101749733", + "mag": "3101749733" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.160.8616", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.160.8616", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.kernel-machines.org/publications/pdfs/0701907.pdf", + "raw_type": "text" + }, + "type": "article", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": null, + "display_name": "Hofmann, T.", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "Hofmann, T.", + "raw_affiliation_strings": [ + "Department Empirical Inference, Max Planck Institute for Biological Cybernetics, Max Planck Society", + "Max Planck Institute for Biological Cybernetics, Max Planck Society", + "Darmstadt University of Technology, Max Planck Institute for Biological Cybernetics and National ICT Australia" + ], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": null, + "display_name": "Schölkopf, B.", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Schölkopf, B.", + "raw_affiliation_strings": [ + "Department Empirical Inference, Max Planck Institute for Biological Cybernetics, Max Planck Society", + "Max Planck Institute for Biological Cybernetics, Max Planck Society", + "DARMSTADT UNIVERSITY OF TECHNOLOGY DEPARTMENT OF COMPUTER SCIENCE DARMSTADT GERMANY" + ], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "last", + "author": { + "id": null, + "display_name": "Smola, A.", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Smola, A.", + "raw_affiliation_strings": [ + "MAX PLANCK INSTITUTE FOR BIOLOGICAL CYBERNETICS TÜBINGEN GERMANY", + "Darmstadt University of Technology, Max Planck Institute for Biological Cybernetics and National ICT Australia" + ], + "raw_orcid": null, + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 3, + "corresponding_author_ids": [], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 80.32, + "has_fulltext": false, + "cited_by_count": 1404, + "citation_normalized_percentile": { + "value": 0.99968234, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11236", + "display_name": "Control Systems and Identification", + "score": 0.9980999827384949, + "subfield": { + "id": "https://openalex.org/subfields/2207", + "display_name": "Control and Systems Engineering" + }, + "field": { + "id": "https://openalex.org/fields/22", + "display_name": "Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11236", + "display_name": "Control Systems and Identification", + "score": 0.9980999827384949, + "subfield": { + "id": "https://openalex.org/subfields/2207", + "display_name": "Control and Systems Engineering" + }, + "field": { + "id": "https://openalex.org/fields/22", + "display_name": "Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.9973000288009644, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12814", + "display_name": "Gaussian Processes and Bayesian Inference", + "score": 0.9959999918937683, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/reproducing-kernel-hilbert-space", + "display_name": "Reproducing kernel Hilbert space", + "score": 0.9235234260559082 + }, + { + "id": "https://openalex.org/keywords/kernel-embedding-of-distributions", + "display_name": "Kernel embedding of distributions", + "score": 0.661546528339386 + }, + { + "id": "https://openalex.org/keywords/kernel-method", + "display_name": "Kernel method", + "score": 0.6241254806518555 + }, + { + "id": "https://openalex.org/keywords/kernel", + "display_name": "Kernel (algebra)", + "score": 0.6204042434692383 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.5763845443725586 + }, + { + "id": "https://openalex.org/keywords/tree-kernel", + "display_name": "Tree kernel", + "score": 0.5457028150558472 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5348400473594666 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.5333948731422424 + }, + { + "id": "https://openalex.org/keywords/hilbert-space", + "display_name": "Hilbert space", + "score": 0.5198448300361633 + }, + { + "id": "https://openalex.org/keywords/binary-classification", + "display_name": "Binary classification", + "score": 0.5161064863204956 + }, + { + "id": "https://openalex.org/keywords/radial-basis-function-kernel", + "display_name": "Radial basis function kernel", + "score": 0.51426762342453 + }, + { + "id": "https://openalex.org/keywords/representer-theorem", + "display_name": "Representer theorem", + "score": 0.5071642398834229 + }, + { + "id": "https://openalex.org/keywords/domain", + "display_name": "Domain (mathematical analysis)", + "score": 0.46649500727653503 + }, + { + "id": "https://openalex.org/keywords/range", + "display_name": "Range (aeronautics)", + "score": 0.46594440937042236 + }, + { + "id": "https://openalex.org/keywords/polynomial-kernel", + "display_name": "Polynomial kernel", + "score": 0.41850125789642334 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.3844338357448578 + }, + { + "id": "https://openalex.org/keywords/support-vector-machine", + "display_name": "Support vector machine", + "score": 0.2444586455821991 + }, + { + "id": "https://openalex.org/keywords/discrete-mathematics", + "display_name": "Discrete mathematics", + "score": 0.09967216849327087 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C80884492", + "wikidata": "https://www.wikidata.org/wiki/Q3345678", + "display_name": "Reproducing kernel Hilbert space", + "level": 3, + "score": 0.9235234260559082 + }, + { + "id": "https://openalex.org/C134517425", + "wikidata": "https://www.wikidata.org/wiki/Q16000131", + "display_name": "Kernel embedding of distributions", + "level": 4, + "score": 0.661546528339386 + }, + { + "id": "https://openalex.org/C122280245", + "wikidata": "https://www.wikidata.org/wiki/Q620622", + "display_name": "Kernel method", + "level": 3, + "score": 0.6241254806518555 + }, + { + "id": "https://openalex.org/C74193536", + "wikidata": "https://www.wikidata.org/wiki/Q574844", + "display_name": "Kernel (algebra)", + "level": 2, + "score": 0.6204042434692383 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.5763845443725586 + }, + { + "id": "https://openalex.org/C140417398", + "wikidata": "https://www.wikidata.org/wiki/Q16933942", + "display_name": "Tree kernel", + "level": 5, + "score": 0.5457028150558472 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5348400473594666 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.5333948731422424 + }, + { + "id": "https://openalex.org/C62799726", + "wikidata": "https://www.wikidata.org/wiki/Q190056", + "display_name": "Hilbert space", + "level": 2, + "score": 0.5198448300361633 + }, + { + "id": "https://openalex.org/C66905080", + "wikidata": "https://www.wikidata.org/wiki/Q17005494", + "display_name": "Binary classification", + "level": 3, + "score": 0.5161064863204956 + }, + { + "id": "https://openalex.org/C75866337", + "wikidata": "https://www.wikidata.org/wiki/Q7280263", + "display_name": "Radial basis function kernel", + "level": 4, + "score": 0.51426762342453 + }, + { + "id": "https://openalex.org/C172623408", + "wikidata": "https://www.wikidata.org/wiki/Q7314263", + "display_name": "Representer theorem", + "level": 5, + "score": 0.5071642398834229 + }, + { + "id": "https://openalex.org/C36503486", + "wikidata": "https://www.wikidata.org/wiki/Q11235244", + "display_name": "Domain (mathematical analysis)", + "level": 2, + "score": 0.46649500727653503 + }, + { + "id": "https://openalex.org/C204323151", + "wikidata": "https://www.wikidata.org/wiki/Q905424", + "display_name": "Range (aeronautics)", + "level": 2, + "score": 0.46594440937042236 + }, + { + "id": "https://openalex.org/C160446489", + "wikidata": "https://www.wikidata.org/wiki/Q7226642", + "display_name": "Polynomial kernel", + "level": 4, + "score": 0.41850125789642334 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.3844338357448578 + }, + { + "id": "https://openalex.org/C12267149", + "wikidata": "https://www.wikidata.org/wiki/Q282453", + "display_name": "Support vector machine", + "level": 2, + "score": 0.2444586455821991 + }, + { + "id": "https://openalex.org/C118615104", + "wikidata": "https://www.wikidata.org/wiki/Q121416", + "display_name": "Discrete mathematics", + "level": 1, + "score": 0.09967216849327087 + }, + { + "id": "https://openalex.org/C192562407", + "wikidata": "https://www.wikidata.org/wiki/Q228736", + "display_name": "Materials science", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C159985019", + "wikidata": "https://www.wikidata.org/wiki/Q181790", + "display_name": "Composite material", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C134306372", + "wikidata": "https://www.wikidata.org/wiki/Q7754", + "display_name": "Mathematical analysis", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 4, + "locations": [ + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.160.8616", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.160.8616", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.kernel-machines.org/publications/pdfs/0701907.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.680.2403", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.680.2403", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://alex.smola.org/papers/2008/HofSchSmo08.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:edoc.mpg.de:419905", + "is_oa": false, + "landing_page_url": "http://edoc.mpg.de/419905", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4406922265", + "display_name": "Max Planck Institute for Plasma Physics", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Annals of Statistics, v.36, 1171-1220 (2008)", + "raw_type": "Article" + }, + { + "id": "pmh:oai:pure.mpg.de:item_1789855", + "is_oa": false, + "landing_page_url": "http://hdl.handle.net/11858/00-001M-0000-0013-C8CF-6", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400654", + "display_name": "MPG.PuRe (Max Planck Society)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I149899117", + "host_organization_name": "Max Planck Society", + "host_organization_lineage": [ + "https://openalex.org/I149899117" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "The Annals of Statistics", + "raw_type": "info:eu-repo/semantics/article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 186, + "referenced_works": [ + "https://openalex.org/W14071851", + "https://openalex.org/W56743589", + "https://openalex.org/W100063776", + "https://openalex.org/W111380827", + "https://openalex.org/W147273232", + "https://openalex.org/W168447211", + "https://openalex.org/W179694669", + "https://openalex.org/W633772442", + "https://openalex.org/W854322902", + "https://openalex.org/W1486164486", + "https://openalex.org/W1490266132", + "https://openalex.org/W1496189301", + "https://openalex.org/W1510073064", + "https://openalex.org/W1512098439", + "https://openalex.org/W1515020792", + "https://openalex.org/W1526146785", + "https://openalex.org/W1526729636", + "https://openalex.org/W1528905581", + "https://openalex.org/W1530699444", + "https://openalex.org/W1542652324", + "https://openalex.org/W1548802052", + "https://openalex.org/W1549656520", + "https://openalex.org/W1550988992", + "https://openalex.org/W1560729174", + "https://openalex.org/W1575431606", + "https://openalex.org/W1578255497", + "https://openalex.org/W1587744656", + "https://openalex.org/W1588401315", + "https://openalex.org/W1588424744", + "https://openalex.org/W1596052433", + "https://openalex.org/W1601740268", + "https://openalex.org/W1604293137", + "https://openalex.org/W1604792744", + "https://openalex.org/W1638081485", + "https://openalex.org/W1647376582", + "https://openalex.org/W1719651905", + "https://openalex.org/W1746819321", + "https://openalex.org/W1774304772", + "https://openalex.org/W1835509607", + "https://openalex.org/W1899157803", + "https://openalex.org/W1964724001", + "https://openalex.org/W1966347620", + "https://openalex.org/W1968934255", + "https://openalex.org/W1975077471", + "https://openalex.org/W1982032418", + "https://openalex.org/W1986280275", + "https://openalex.org/W1986931325", + "https://openalex.org/W1989408439", + "https://openalex.org/W1990534247", + "https://openalex.org/W1991200719", + "https://openalex.org/W1992236290", + "https://openalex.org/W1992666150", + "https://openalex.org/W1995558350", + "https://openalex.org/W1998438337", + "https://openalex.org/W1999486090", + "https://openalex.org/W2001792610", + "https://openalex.org/W2002806284", + "https://openalex.org/W2007154098", + "https://openalex.org/W2008400752", + "https://openalex.org/W2009511046", + "https://openalex.org/W2012383820", + "https://openalex.org/W2014158063", + "https://openalex.org/W2014902932", + "https://openalex.org/W2015904350", + "https://openalex.org/W2017753243", + "https://openalex.org/W2018582985", + "https://openalex.org/W2020816856", + "https://openalex.org/W2025341678", + "https://openalex.org/W2029538739", + "https://openalex.org/W2038798255", + "https://openalex.org/W2041797434", + "https://openalex.org/W2047028564", + "https://openalex.org/W2051381803", + "https://openalex.org/W2060591526", + "https://openalex.org/W2064976291", + "https://openalex.org/W2070771761", + "https://openalex.org/W2072640386", + "https://openalex.org/W2075887074", + "https://openalex.org/W2077658674", + "https://openalex.org/W2082100828", + "https://openalex.org/W2082612735", + "https://openalex.org/W2083780577", + "https://openalex.org/W2086404575", + "https://openalex.org/W2086726221", + "https://openalex.org/W2086789740", + "https://openalex.org/W2087258353", + "https://openalex.org/W2087347434", + "https://openalex.org/W2092182929", + "https://openalex.org/W2094212611", + "https://openalex.org/W2098385651", + "https://openalex.org/W2101276256", + "https://openalex.org/W2103194807", + "https://openalex.org/W2103657184", + "https://openalex.org/W2104128541", + "https://openalex.org/W2105644991", + "https://openalex.org/W2105842272", + "https://openalex.org/W2106353560", + "https://openalex.org/W2108153239", + "https://openalex.org/W2112076978", + "https://openalex.org/W2114281975", + "https://openalex.org/W2118712128", + "https://openalex.org/W2119647652", + "https://openalex.org/W2119821739", + "https://openalex.org/W2120340025", + "https://openalex.org/W2121921208", + "https://openalex.org/W2123606421", + "https://openalex.org/W2123737232", + "https://openalex.org/W2124101779", + "https://openalex.org/W2124225821", + "https://openalex.org/W2125053431", + "https://openalex.org/W2127713198", + "https://openalex.org/W2131479089", + "https://openalex.org/W2132637896", + "https://openalex.org/W2132870739", + "https://openalex.org/W2134407776", + "https://openalex.org/W2135046866", + "https://openalex.org/W2135498906", + "https://openalex.org/W2139212933", + "https://openalex.org/W2139686264", + "https://openalex.org/W2140095548", + "https://openalex.org/W2141224867", + "https://openalex.org/W2141407058", + "https://openalex.org/W2142387771", + "https://openalex.org/W2143956139", + "https://openalex.org/W2144068644", + "https://openalex.org/W2146766088", + "https://openalex.org/W2147880316", + "https://openalex.org/W2148018895", + "https://openalex.org/W2148603752", + "https://openalex.org/W2149166361", + "https://openalex.org/W2149607218", + "https://openalex.org/W2151949149", + "https://openalex.org/W2156515921", + "https://openalex.org/W2156909104", + "https://openalex.org/W2157791002", + "https://openalex.org/W2159737176", + "https://openalex.org/W2160842254", + "https://openalex.org/W2161920802", + "https://openalex.org/W2162836072", + "https://openalex.org/W2164943005", + "https://openalex.org/W2167826316", + "https://openalex.org/W2169945149", + "https://openalex.org/W2314709380", + "https://openalex.org/W2408196097", + "https://openalex.org/W2498775949", + "https://openalex.org/W2554813760", + "https://openalex.org/W2579923771", + "https://openalex.org/W2595056910", + "https://openalex.org/W2795528501", + "https://openalex.org/W2798510847", + "https://openalex.org/W2798766386", + "https://openalex.org/W2976840617", + "https://openalex.org/W2988119488", + "https://openalex.org/W2994982620", + "https://openalex.org/W3004533406", + "https://openalex.org/W3012317737", + "https://openalex.org/W3015736691", + "https://openalex.org/W3021452258", + "https://openalex.org/W3023786531", + "https://openalex.org/W3119651796", + "https://openalex.org/W3145143011", + "https://openalex.org/W4210636998", + "https://openalex.org/W4211049957", + "https://openalex.org/W4211083646", + "https://openalex.org/W4229758204", + "https://openalex.org/W4232576706", + "https://openalex.org/W4234698323", + "https://openalex.org/W4235236043", + "https://openalex.org/W4237723258", + "https://openalex.org/W4237951138", + "https://openalex.org/W4238284510", + "https://openalex.org/W4238957295", + "https://openalex.org/W4239510810", + "https://openalex.org/W4240579122", + "https://openalex.org/W4246066915", + "https://openalex.org/W4247545571", + "https://openalex.org/W4249925659", + "https://openalex.org/W4251085907", + "https://openalex.org/W4251115686", + "https://openalex.org/W4255455317", + "https://openalex.org/W4285719527", + "https://openalex.org/W4293052541", + "https://openalex.org/W4298876635", + "https://openalex.org/W4302591315", + "https://openalex.org/W4376453320", + "https://openalex.org/W4396738453" + ], + "related_works": [ + "https://openalex.org/W3013206934", + "https://openalex.org/W3100948281", + "https://openalex.org/W4311138679", + "https://openalex.org/W3123056048", + "https://openalex.org/W1983263273", + "https://openalex.org/W4247446331", + "https://openalex.org/W1836142315", + "https://openalex.org/W4294351650", + "https://openalex.org/W4243330733", + "https://openalex.org/W177392165" + ], + "abstract_inverted_index": { + "We": [ + 0, + 77 + ], + "review": [ + 1 + ], + "machine": [ + 2 + ], + "learning": [ + 3, + 12, + 52 + ], + "methods": [ + 4, + 10, + 90 + ], + "employing": [ + 5 + ], + "positive": [ + 6 + ], + "definite": [ + 7 + ], + "kernels.": [ + 8 + ], + "These": [ + 9 + ], + "formulate": [ + 11 + ], + "and": [ + 13, + 49 + ], + "estimation": [ + 14, + 92 + ], + "problems": [ + 15 + ], + "in": [ + 16, + 31, + 37 + ], + "a": [ + 17, + 34, + 79 + ], + "reproducing": [ + 18 + ], + "kernel": [ + 19 + ], + "Hilbert": [ + 20 + ], + "space": [ + 21 + ], + "(RKHS)": [ + 22 + ], + "of": [ + 23, + 33, + 40, + 45, + 51, + 62, + 82 + ], + "functions": [ + 24, + 68, + 72 + ], + "defined": [ + 25, + 73 + ], + "on": [ + 26, + 74 + ], + "the": [ + 27, + 43, + 47, + 56 + ], + "data": [ + 28 + ], + "domain,": [ + 29 + ], + "expanded": [ + 30 + ], + "terms": [ + 32 + ], + "kernel.": [ + 35 + ], + "Working": [ + 36 + ], + "linear": [ + 38 + ], + "spaces": [ + 39 + ], + "function": [ + 41 + ], + "has": [ + 42 + ], + "benefit": [ + 44 + ], + "facilitating": [ + 46 + ], + "construction": [ + 48 + ], + "analysis": [ + 50 + ], + "algorithms": [ + 53 + ], + "while": [ + 54 + ], + "at": [ + 55 + ], + "same": [ + 57 + ], + "time": [ + 58 + ], + "allowing": [ + 59 + ], + "large": [ + 60 + ], + "classes": [ + 61 + ], + "functions.": [ + 63 + ], + "The": [ + 64 + ], + "latter": [ + 65 + ], + "include": [ + 66 + ], + "nonlinear": [ + 67 + ], + "as": [ + 69, + 71 + ], + "well": [ + 70 + ], + "nonvectorial": [ + 75 + ], + "data.": [ + 76, + 95 + ], + "cover": [ + 78 + ], + "wide": [ + 80 + ], + "range": [ + 81 + ], + "methods,": [ + 83 + ], + "ranging": [ + 84 + ], + "from": [ + 85 + ], + "binary": [ + 86 + ], + "classifiers": [ + 87 + ], + "to": [ + 88 + ], + "sophisticated": [ + 89 + ], + "for": [ + 91 + ], + "with": [ + 93 + ], + "structured": [ + 94 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 8 + }, + { + "year": 2024, + "cited_by_count": 22 + }, + { + "year": 2023, + "cited_by_count": 32 + }, + { + "year": 2022, + "cited_by_count": 53 + }, + { + "year": 2021, + "cited_by_count": 181 + }, + { + "year": 2020, + "cited_by_count": 192 + }, + { + "year": 2019, + "cited_by_count": 152 + }, + { + "year": 2018, + "cited_by_count": 126 + }, + { + "year": 2017, + "cited_by_count": 119 + }, + { + "year": 2016, + "cited_by_count": 94 + }, + { + "year": 2015, + "cited_by_count": 86 + }, + { + "year": 2014, + "cited_by_count": 101 + }, + { + "year": 2013, + "cited_by_count": 81 + }, + { + "year": 2012, + "cited_by_count": 57 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2701059868", + "doi": "https://doi.org/10.1109/sp.2017.12", + "title": "SecureML: A System for Scalable Privacy-Preserving Machine Learning", + "display_name": "SecureML: A System for Scalable Privacy-Preserving Machine Learning", + "relevance_score": 2685.6213, + "publication_year": 2017, + "publication_date": "2017-05-01", + "ids": { + "openalex": "https://openalex.org/W2701059868", + "doi": "https://doi.org/10.1109/sp.2017.12", + "mag": "2701059868" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1109/sp.2017.12", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/sp.2017.12", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "2017 IEEE Symposium on Security and Privacy (SP)", + "raw_type": "proceedings-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5001493977", + "display_name": "Payman Mohassel", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I164956901", + "display_name": "Visa (United Kingdom)", + "ror": "https://ror.org/05syhdw25", + "country_code": "GB", + "type": "company", + "lineage": [ + "https://openalex.org/I164956901", + "https://openalex.org/I4210148469" + ] + } + ], + "countries": [ + "GB" + ], + "is_corresponding": true, + "raw_author_name": "Payman Mohassel", + "raw_affiliation_strings": [ + "Visa Research" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Visa Research", + "institution_ids": [ + "https://openalex.org/I164956901" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5100434296", + "display_name": "Yupeng Zhang", + "orcid": "https://orcid.org/0000-0003-0378-3146" + }, + "institutions": [ + { + "id": "https://openalex.org/I66946132", + "display_name": "University of Maryland, College Park", + "ror": "https://ror.org/047s2c258", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I66946132" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Yupeng Zhang", + "raw_affiliation_strings": [ + "University of Maryland" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Maryland", + "institution_ids": [ + "https://openalex.org/I66946132" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5001493977" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I164956901" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 109.4959, + "has_fulltext": false, + "cited_by_count": 1840, + "citation_normalized_percentile": { + "value": 0.99954846, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": "19", + "last_page": "38" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10764", + "display_name": "Privacy-Preserving Technologies in Data", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10764", + "display_name": "Privacy-Preserving Technologies in Data", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10237", + "display_name": "Cryptography and Data Security", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11612", + "display_name": "Stochastic Gradient Optimization Techniques", + "score": 0.9958999752998352, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.8628431558609009 + }, + { + "id": "https://openalex.org/keywords/softmax-function", + "display_name": "Softmax function", + "score": 0.6727948188781738 + }, + { + "id": "https://openalex.org/keywords/scalability", + "display_name": "Scalability", + "score": 0.639832079410553 + }, + { + "id": "https://openalex.org/keywords/server", + "display_name": "Server", + "score": 0.6201728582382202 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.5722167491912842 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.5273305177688599 + }, + { + "id": "https://openalex.org/keywords/information-privacy", + "display_name": "Information privacy", + "score": 0.4981374740600586 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.49659615755081177 + }, + { + "id": "https://openalex.org/keywords/stochastic-gradient-descent", + "display_name": "Stochastic gradient descent", + "score": 0.4761010408401489 + }, + { + "id": "https://openalex.org/keywords/mnist-database", + "display_name": "MNIST database", + "score": 0.47118237614631653 + }, + { + "id": "https://openalex.org/keywords/implementation", + "display_name": "Implementation", + "score": 0.4711809456348419 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.36041098833084106 + }, + { + "id": "https://openalex.org/keywords/computer-security", + "display_name": "Computer security", + "score": 0.1726815104484558 + }, + { + "id": "https://openalex.org/keywords/computer-network", + "display_name": "Computer network", + "score": 0.15583673119544983 + }, + { + "id": "https://openalex.org/keywords/database", + "display_name": "Database", + "score": 0.1493930220603943 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.8628431558609009 + }, + { + "id": "https://openalex.org/C188441871", + "wikidata": "https://www.wikidata.org/wiki/Q7554146", + "display_name": "Softmax function", + "level": 3, + "score": 0.6727948188781738 + }, + { + "id": "https://openalex.org/C48044578", + "wikidata": "https://www.wikidata.org/wiki/Q727490", + "display_name": "Scalability", + "level": 2, + "score": 0.639832079410553 + }, + { + "id": "https://openalex.org/C93996380", + "wikidata": "https://www.wikidata.org/wiki/Q44127", + "display_name": "Server", + "level": 2, + "score": 0.6201728582382202 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.5722167491912842 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.5273305177688599 + }, + { + "id": "https://openalex.org/C123201435", + "wikidata": "https://www.wikidata.org/wiki/Q456632", + "display_name": "Information privacy", + "level": 2, + "score": 0.4981374740600586 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.49659615755081177 + }, + { + "id": "https://openalex.org/C206688291", + "wikidata": "https://www.wikidata.org/wiki/Q7617819", + "display_name": "Stochastic gradient descent", + "level": 3, + "score": 0.4761010408401489 + }, + { + "id": "https://openalex.org/C190502265", + "wikidata": "https://www.wikidata.org/wiki/Q17069496", + "display_name": "MNIST database", + "level": 3, + "score": 0.47118237614631653 + }, + { + "id": "https://openalex.org/C26713055", + "wikidata": "https://www.wikidata.org/wiki/Q245962", + "display_name": "Implementation", + "level": 2, + "score": 0.4711809456348419 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.36041098833084106 + }, + { + "id": "https://openalex.org/C38652104", + "wikidata": "https://www.wikidata.org/wiki/Q3510521", + "display_name": "Computer security", + "level": 1, + "score": 0.1726815104484558 + }, + { + "id": "https://openalex.org/C31258907", + "wikidata": "https://www.wikidata.org/wiki/Q1301371", + "display_name": "Computer network", + "level": 1, + "score": 0.15583673119544983 + }, + { + "id": "https://openalex.org/C77088390", + "wikidata": "https://www.wikidata.org/wiki/Q8513", + "display_name": "Database", + "level": 1, + "score": 0.1493930220603943 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1109/sp.2017.12", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/sp.2017.12", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "2017 IEEE Symposium on Security and Privacy (SP)", + "raw_type": "proceedings-article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 49, + "referenced_works": [ + "https://openalex.org/W34785529", + "https://openalex.org/W173953576", + "https://openalex.org/W374828532", + "https://openalex.org/W1480225633", + "https://openalex.org/W1499934958", + "https://openalex.org/W1510952750", + "https://openalex.org/W1528076390", + "https://openalex.org/W1608459536", + "https://openalex.org/W1826277484", + "https://openalex.org/W1968265138", + "https://openalex.org/W1969009977", + "https://openalex.org/W1971991172", + "https://openalex.org/W1985511977", + "https://openalex.org/W2009733253", + "https://openalex.org/W2019891719", + "https://openalex.org/W2053637704", + "https://openalex.org/W2083026317", + "https://openalex.org/W2088339831", + "https://openalex.org/W2106217851", + "https://openalex.org/W2112340198", + "https://openalex.org/W2112380340", + "https://openalex.org/W2129548234", + "https://openalex.org/W2132172731", + "https://openalex.org/W2134340933", + "https://openalex.org/W2145029920", + "https://openalex.org/W2149603017", + "https://openalex.org/W2152799677", + "https://openalex.org/W2167094273", + "https://openalex.org/W2167236842", + "https://openalex.org/W2170696315", + "https://openalex.org/W2171033594", + "https://openalex.org/W2295292576", + "https://openalex.org/W2435473771", + "https://openalex.org/W2473418344", + "https://openalex.org/W2963759574", + "https://openalex.org/W3029558105", + "https://openalex.org/W3030849327", + "https://openalex.org/W3141585064", + "https://openalex.org/W3185488408", + "https://openalex.org/W4248358572", + "https://openalex.org/W6601427463", + "https://openalex.org/W6612902754", + "https://openalex.org/W6631628602", + "https://openalex.org/W6663928093", + "https://openalex.org/W6676639149", + "https://openalex.org/W6679568130", + "https://openalex.org/W6681017033", + "https://openalex.org/W6682557032", + "https://openalex.org/W6778583135" + ], + "related_works": [ + "https://openalex.org/W4386603768", + "https://openalex.org/W2950475743", + "https://openalex.org/W4283819496", + "https://openalex.org/W4315785049", + "https://openalex.org/W3015792155", + "https://openalex.org/W3021529903", + "https://openalex.org/W3118286710", + "https://openalex.org/W2937906318", + "https://openalex.org/W4225929918", + "https://openalex.org/W3095450733" + ], + "abstract_inverted_index": { + "Machine": [ + 0 + ], + "learning": [ + 1, + 58 + ], + "is": [ + 2 + ], + "widely": [ + 3 + ], + "used": [ + 4 + ], + "in": [ + 5, + 77, + 140 + ], + "practice": [ + 6 + ], + "to": [ + 7, + 109, + 122, + 133, + 170 + ], + "produce": [ + 8 + ], + "predictive": [ + 9 + ], + "models": [ + 10, + 22, + 95 + ], + "for": [ + 11, + 54, + 59, + 161, + 187 + ], + "applications": [ + 12 + ], + "such": [ + 13, + 125 + ], + "as": [ + 14, + 126 + ], + "image": [ + 15 + ], + "processing,": [ + 16 + ], + "speech": [ + 17 + ], + "and": [ + 18, + 51, + 64, + 118, + 128, + 165, + 168 + ], + "text": [ + 19 + ], + "recognition.": [ + 20 + ], + "These": [ + 21 + ], + "are": [ + 23, + 131, + 148 + ], + "more": [ + 24 + ], + "accurate": [ + 25 + ], + "when": [ + 26 + ], + "trained": [ + 27 + ], + "on": [ + 28, + 96, + 114 + ], + "large": [ + 29 + ], + "amount": [ + 30 + ], + "of": [ + 31, + 151, + 157, + 172, + 177 + ], + "data": [ + 32, + 40, + 82, + 87, + 99, + 173 + ], + "collected": [ + 33 + ], + "from": [ + 34 + ], + "different": [ + 35 + ], + "sources.": [ + 36 + ], + "However,": [ + 37 + ], + "the": [ + 38, + 69, + 78, + 97, + 155, + 158, + 182 + ], + "massive": [ + 39 + ], + "collection": [ + 41 + ], + "raises": [ + 42 + ], + "privacy": [ + 43, + 55, + 162, + 184 + ], + "concerns.": [ + 44 + ], + "In": [ + 45 + ], + "this": [ + 46 + ], + "paper,": [ + 47 + ], + "we": [ + 48 + ], + "present": [ + 49 + ], + "new": [ + 50, + 107 + ], + "efficient": [ + 52 + ], + "protocols": [ + 53, + 75, + 147 + ], + "preserving": [ + 56, + 163, + 185 + ], + "machine": [ + 57 + ], + "linear": [ + 60, + 164 + ], + "regression,": [ + 61 + ], + "logistic": [ + 62, + 166 + ], + "regression": [ + 63 + ], + "neural": [ + 65, + 189 + ], + "network": [ + 66 + ], + "training": [ + 67, + 188 + ], + "using": [ + 68, + 100 + ], + "stochastic": [ + 70 + ], + "gradient": [ + 71 + ], + "descent": [ + 72 + ], + "method.": [ + 73 + ], + "Our": [ + 74, + 142 + ], + "fall": [ + 76 + ], + "two-server": [ + 79 + ], + "model": [ + 80 + ], + "where": [ + 81 + ], + "owners": [ + 83 + ], + "distribute": [ + 84 + ], + "their": [ + 85 + ], + "private": [ + 86 + ], + "among": [ + 88 + ], + "two": [ + 89 + ], + "non-colluding": [ + 90 + ], + "servers": [ + 91 + ], + "who": [ + 92 + ], + "train": [ + 93 + ], + "various": [ + 94 + ], + "joint": [ + 98 + ], + "secure": [ + 101, + 111 + ], + "two-party": [ + 102 + ], + "computation": [ + 103 + ], + "(2PC).": [ + 104 + ], + "We": [ + 105, + 136, + 179 + ], + "develop": [ + 106 + ], + "techniques": [ + 108 + ], + "support": [ + 110 + ], + "arithmetic": [ + 112 + ], + "operations": [ + 113 + ], + "shared": [ + 115 + ], + "decimal": [ + 116 + ], + "numbers,": [ + 117 + ], + "propose": [ + 119 + ], + "MPC-friendly": [ + 120 + ], + "alternatives": [ + 121 + ], + "non-linear": [ + 123 + ], + "functions": [ + 124 + ], + "sigmoid": [ + 127 + ], + "softmax": [ + 129 + ], + "that": [ + 130, + 145 + ], + "superior": [ + 132 + ], + "prior": [ + 134 + ], + "work.": [ + 135 + ], + "implement": [ + 137, + 181 + ], + "our": [ + 138, + 146 + ], + "system": [ + 139, + 186 + ], + "C++.": [ + 141 + ], + "experiments": [ + 143 + ], + "validate": [ + 144 + ], + "several": [ + 149 + ], + "orders": [ + 150 + ], + "magnitude": [ + 152 + ], + "faster": [ + 153 + ], + "than": [ + 154 + ], + "state": [ + 156 + ], + "art": [ + 159 + ], + "implementations": [ + 160 + ], + "regressions,": [ + 167 + ], + "scale": [ + 169 + ], + "millions": [ + 171 + ], + "samples": [ + 174 + ], + "with": [ + 175 + ], + "thousands": [ + 176 + ], + "features.": [ + 178 + ], + "also": [ + 180 + ], + "first": [ + 183 + ], + "networks.": [ + 190 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 32 + }, + { + "year": 2025, + "cited_by_count": 250 + }, + { + "year": 2024, + "cited_by_count": 273 + }, + { + "year": 2023, + "cited_by_count": 261 + }, + { + "year": 2022, + "cited_by_count": 233 + }, + { + "year": 2021, + "cited_by_count": 265 + }, + { + "year": 2020, + "cited_by_count": 274 + }, + { + "year": 2019, + "cited_by_count": 158 + }, + { + "year": 2018, + "cited_by_count": 85 + }, + { + "year": 2017, + "cited_by_count": 9 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W1944672", + "doi": null, + "title": "Foundations of Machine Learning", + "display_name": "Foundations of Machine Learning", + "relevance_score": 2673.8584, + "publication_year": 2012, + "publication_date": "2012-08-17", + "ids": { + "openalex": "https://openalex.org/W1944672", + "mag": "1944672" + }, + "language": "nl", + "primary_location": { + "id": "mag:1944672", + "is_oa": false, + "landing_page_url": "http://ci.nii.ac.jp/ncid/BB10313921", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4210197683", + "display_name": "Medical Entomology and Zoology", + "issn_l": "0424-7086", + "issn": [ + "0424-7086", + "2185-5609" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319750", + "host_organization_name": "Japan Society of Medical Entomology and Zoology", + "host_organization_lineage": [ + "https://openalex.org/P4310319750" + ], + "host_organization_lineage_names": [ + "Japan Society of Medical Entomology and Zoology" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Nederlands tijdschrift voor geneeskunde", + "raw_type": null + }, + "type": "book", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5058849006", + "display_name": "Mehryar Mohri", + "orcid": "https://orcid.org/0000-0002-3987-9847" + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "Mehryar Mohri", + "raw_affiliation_strings": [], + "raw_orcid": "https://orcid.org/0000-0002-3987-9847", + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5089765894", + "display_name": "Afshin Rostamizadeh", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I57206974", + "display_name": "New York University", + "ror": "https://ror.org/0190ak572", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I57206974" + ] + }, + { + "id": "https://openalex.org/I95457486", + "display_name": "University of California, Berkeley", + "ror": "https://ror.org/01an7q238", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I95457486" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Afshin Rostamizadeh", + "raw_affiliation_strings": [ + "University of California at Berkeley", + "New York University" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of California at Berkeley", + "institution_ids": [ + "https://openalex.org/I95457486" + ] + }, + { + "raw_affiliation_string": "New York University", + "institution_ids": [ + "https://openalex.org/I57206974" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5029768722", + "display_name": "Ameet Talwalkar", + "orcid": "https://orcid.org/0000-0001-6650-1893" + }, + "institutions": [ + { + "id": "https://openalex.org/I57206974", + "display_name": "New York University", + "ror": "https://ror.org/0190ak572", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I57206974" + ] + }, + { + "id": "https://openalex.org/I95457486", + "display_name": "University of California, Berkeley", + "ror": "https://ror.org/01an7q238", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I95457486" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Ameet Talwalkar", + "raw_affiliation_strings": [ + "New York University", + "University of California at Berkeley" + ], + "raw_orcid": "https://orcid.org/0000-0001-6650-1893", + "affiliations": [ + { + "raw_affiliation_string": "New York University", + "institution_ids": [ + "https://openalex.org/I57206974" + ] + }, + { + "raw_affiliation_string": "University of California at Berkeley", + "institution_ids": [ + "https://openalex.org/I95457486" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5058849006" + ], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 27.6943, + "has_fulltext": false, + "cited_by_count": 1162, + "citation_normalized_percentile": { + "value": 0.99691086, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 94, + "max": 100 + }, + "biblio": { + "volume": "135", + "issue": "43", + "first_page": "2040", + "last_page": "2040" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12072", + "display_name": "Machine Learning and Algorithms", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12072", + "display_name": "Machine Learning and Algorithms", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10057", + "display_name": "Face and Expression Recognition", + "score": 0.9980999827384949, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11269", + "display_name": "Algorithms and Data Compression", + "score": 0.9976999759674072, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/mathematical-proof", + "display_name": "Mathematical proof", + "score": 0.7428677678108215 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6456596851348877 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5522527098655701 + }, + { + "id": "https://openalex.org/keywords/class", + "display_name": "Class (philosophy)", + "score": 0.5323909521102905 + }, + { + "id": "https://openalex.org/keywords/ranking", + "display_name": "Ranking (information retrieval)", + "score": 0.5272710919380188 + }, + { + "id": "https://openalex.org/keywords/key", + "display_name": "Key (lock)", + "score": 0.45580342411994934 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.4148377478122711 + }, + { + "id": "https://openalex.org/keywords/management-science", + "display_name": "Management science", + "score": 0.38723039627075195 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.22637265920639038 + }, + { + "id": "https://openalex.org/keywords/engineering", + "display_name": "Engineering", + "score": 0.15077513456344604 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C108710211", + "wikidata": "https://www.wikidata.org/wiki/Q11538", + "display_name": "Mathematical proof", + "level": 2, + "score": 0.7428677678108215 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6456596851348877 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5522527098655701 + }, + { + "id": "https://openalex.org/C2777212361", + "wikidata": "https://www.wikidata.org/wiki/Q5127848", + "display_name": "Class (philosophy)", + "level": 2, + "score": 0.5323909521102905 + }, + { + "id": "https://openalex.org/C189430467", + "wikidata": "https://www.wikidata.org/wiki/Q7293293", + "display_name": "Ranking (information retrieval)", + "level": 2, + "score": 0.5272710919380188 + }, + { + "id": "https://openalex.org/C26517878", + "wikidata": "https://www.wikidata.org/wiki/Q228039", + "display_name": "Key (lock)", + "level": 2, + "score": 0.45580342411994934 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.4148377478122711 + }, + { + "id": "https://openalex.org/C539667460", + "wikidata": "https://www.wikidata.org/wiki/Q2414942", + "display_name": "Management science", + "level": 1, + "score": 0.38723039627075195 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.22637265920639038 + }, + { + "id": "https://openalex.org/C127413603", + "wikidata": "https://www.wikidata.org/wiki/Q11023", + "display_name": "Engineering", + "level": 0, + "score": 0.15077513456344604 + }, + { + "id": "https://openalex.org/C38652104", + "wikidata": "https://www.wikidata.org/wiki/Q3510521", + "display_name": "Computer security", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C2524010", + "wikidata": "https://www.wikidata.org/wiki/Q8087", + "display_name": "Geometry", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 6, + "locations": [ + { + "id": "mag:1944672", + "is_oa": false, + "landing_page_url": "http://ci.nii.ac.jp/ncid/BB10313921", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4210197683", + "display_name": "Medical Entomology and Zoology", + "issn_l": "0424-7086", + "issn": [ + "0424-7086", + "2185-5609" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319750", + "host_organization_name": "Japan Society of Medical Entomology and Zoology", + "host_organization_lineage": [ + "https://openalex.org/P4310319750" + ], + "host_organization_lineage_names": [ + "Japan Society of Medical Entomology and Zoology" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Nederlands tijdschrift voor geneeskunde", + "raw_type": null + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-025293082", + "is_oa": false, + "landing_page_url": "https://bvbr.bib-bvb.de:443/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=025293082&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-030647834", + "is_oa": false, + "landing_page_url": "http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=030647834&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-033761252", + "is_oa": false, + "landing_page_url": null, + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:cds.cern.ch:2150131", + "is_oa": false, + "landing_page_url": "http://cds.cern.ch/record/2150131", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402194", + "display_name": "CERN Document Server (European Organization for Nuclear Research)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I67311998", + "host_organization_name": "European Organization for Nuclear Research", + "host_organization_lineage": [ + "https://openalex.org/I67311998" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + }, + { + "id": "pmh:oai:cds.cern.ch:2640216", + "is_oa": false, + "landing_page_url": "http://cds.cern.ch/record/2640216", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402195", + "display_name": "CERN Document Server (European Organization for Nuclear Research)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I67311998", + "host_organization_name": "European Organization for Nuclear Research", + "host_organization_lineage": [ + "https://openalex.org/I67311998" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "score": 0.7599999904632568, + "id": "https://metadata.un.org/sdg/4", + "display_name": "Quality Education" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 208, + "referenced_works": [ + "https://openalex.org/W2169610", + "https://openalex.org/W29925583", + "https://openalex.org/W32198084", + "https://openalex.org/W82544137", + "https://openalex.org/W100063776", + "https://openalex.org/W180686687", + "https://openalex.org/W198244778", + "https://openalex.org/W214995755", + "https://openalex.org/W1034819515", + "https://openalex.org/W1502981577", + "https://openalex.org/W1504694836", + "https://openalex.org/W1510073064", + "https://openalex.org/W1512798900", + "https://openalex.org/W1514324498", + "https://openalex.org/W1515891729", + "https://openalex.org/W1520252399", + "https://openalex.org/W1526146785", + "https://openalex.org/W1527117384", + "https://openalex.org/W1527666879", + "https://openalex.org/W1528905581", + "https://openalex.org/W1532246502", + "https://openalex.org/W1532945940", + "https://openalex.org/W1534694010", + "https://openalex.org/W1535810436", + "https://openalex.org/W1536719366", + "https://openalex.org/W1538170657", + "https://openalex.org/W1538240903", + "https://openalex.org/W1539246860", + "https://openalex.org/W1539833865", + "https://openalex.org/W1540007258", + "https://openalex.org/W1540155273", + "https://openalex.org/W1542886316", + "https://openalex.org/W1544896713", + "https://openalex.org/W1545148916", + "https://openalex.org/W1546372806", + "https://openalex.org/W1546851689", + "https://openalex.org/W1546961578", + "https://openalex.org/W1553313034", + "https://openalex.org/W1563736811", + "https://openalex.org/W1569296262", + "https://openalex.org/W1570963478", + "https://openalex.org/W1575130722", + "https://openalex.org/W1576213419", + "https://openalex.org/W1579534531", + "https://openalex.org/W1584815367", + "https://openalex.org/W1605498412", + "https://openalex.org/W1605688901", + "https://openalex.org/W1606751204", + "https://openalex.org/W1608733719", + "https://openalex.org/W1614597761", + "https://openalex.org/W1629199664", + "https://openalex.org/W1676820704", + "https://openalex.org/W1678356000", + "https://openalex.org/W1755117326", + "https://openalex.org/W1848067327", + "https://openalex.org/W1892809886", + "https://openalex.org/W1918179283", + "https://openalex.org/W1963858753", + "https://openalex.org/W1966347620", + "https://openalex.org/W1967684610", + "https://openalex.org/W1969005071", + "https://openalex.org/W1971361630", + "https://openalex.org/W1979675141", + "https://openalex.org/W1979711143", + "https://openalex.org/W1983739894", + "https://openalex.org/W1984901446", + "https://openalex.org/W1985077192", + "https://openalex.org/W1985554184", + "https://openalex.org/W1985949731", + "https://openalex.org/W1986446408", + "https://openalex.org/W1988790447", + "https://openalex.org/W1990876436", + "https://openalex.org/W1994592916", + "https://openalex.org/W1994616650", + "https://openalex.org/W1998167411", + "https://openalex.org/W1999678910", + "https://openalex.org/W2001141328", + "https://openalex.org/W2002089154", + "https://openalex.org/W2002644653", + "https://openalex.org/W2003680476", + "https://openalex.org/W2005306124", + "https://openalex.org/W2008740515", + "https://openalex.org/W2009797711", + "https://openalex.org/W2010029425", + "https://openalex.org/W2015904350", + "https://openalex.org/W2017031328", + "https://openalex.org/W2017603160", + "https://openalex.org/W2018706164", + "https://openalex.org/W2019363670", + "https://openalex.org/W2020913456", + "https://openalex.org/W2024046085", + "https://openalex.org/W2029538739", + "https://openalex.org/W2030189596", + "https://openalex.org/W2032210760", + "https://openalex.org/W2033547792", + "https://openalex.org/W2040870580", + "https://openalex.org/W2041613709", + "https://openalex.org/W2041615247", + "https://openalex.org/W2044654734", + "https://openalex.org/W2045291344", + "https://openalex.org/W2047028564", + "https://openalex.org/W2047221353", + "https://openalex.org/W2047278710", + "https://openalex.org/W2050570613", + "https://openalex.org/W2051669046", + "https://openalex.org/W2051834357", + "https://openalex.org/W2053186076", + "https://openalex.org/W2053463056", + "https://openalex.org/W2055186664", + "https://openalex.org/W2058239479", + "https://openalex.org/W2063978378", + "https://openalex.org/W2068871408", + "https://openalex.org/W2070534370", + "https://openalex.org/W2073242866", + "https://openalex.org/W2074010768", + "https://openalex.org/W2075567596", + "https://openalex.org/W2081230843", + "https://openalex.org/W2081281113", + "https://openalex.org/W2084544490", + "https://openalex.org/W2086789740", + "https://openalex.org/W2087258353", + "https://openalex.org/W2087347434", + "https://openalex.org/W2088658556", + "https://openalex.org/W2092074494", + "https://openalex.org/W2092386826", + "https://openalex.org/W2093717447", + "https://openalex.org/W2093825590", + "https://openalex.org/W2097160297", + "https://openalex.org/W2097477220", + "https://openalex.org/W2099968818", + "https://openalex.org/W2101276256", + "https://openalex.org/W2102011767", + "https://openalex.org/W2103012681", + "https://openalex.org/W2104364170", + "https://openalex.org/W2105644991", + "https://openalex.org/W2105732805", + "https://openalex.org/W2105842272", + "https://openalex.org/W2106491486", + "https://openalex.org/W2106887613", + "https://openalex.org/W2107890099", + "https://openalex.org/W2108263314", + "https://openalex.org/W2109339818", + "https://openalex.org/W2111233787", + "https://openalex.org/W2111355007", + "https://openalex.org/W2111365067", + "https://openalex.org/W2117341272", + "https://openalex.org/W2118686230", + "https://openalex.org/W2119567691", + "https://openalex.org/W2120100126", + "https://openalex.org/W2120875792", + "https://openalex.org/W2121420451", + "https://openalex.org/W2123793406", + "https://openalex.org/W2125528794", + "https://openalex.org/W2128833328", + "https://openalex.org/W2129113961", + "https://openalex.org/W2131600418", + "https://openalex.org/W2133864802", + "https://openalex.org/W2135046866", + "https://openalex.org/W2135730283", + "https://openalex.org/W2135840513", + "https://openalex.org/W2137207609", + "https://openalex.org/W2137690105", + "https://openalex.org/W2138263042", + "https://openalex.org/W2139338362", + "https://openalex.org/W2142399242", + "https://openalex.org/W2143166796", + "https://openalex.org/W2147750403", + "https://openalex.org/W2147880316", + "https://openalex.org/W2148825261", + "https://openalex.org/W2149706766", + "https://openalex.org/W2154104389", + "https://openalex.org/W2154952480", + "https://openalex.org/W2156718197", + "https://openalex.org/W2157112198", + "https://openalex.org/W2157791002", + "https://openalex.org/W2157825442", + "https://openalex.org/W2160392347", + "https://openalex.org/W2161195767", + "https://openalex.org/W2162157640", + "https://openalex.org/W2165131254", + "https://openalex.org/W2165966284", + "https://openalex.org/W2166501286", + "https://openalex.org/W2168020168", + "https://openalex.org/W2169022337", + "https://openalex.org/W2169198425", + "https://openalex.org/W2169401877", + "https://openalex.org/W2171710336", + "https://openalex.org/W2171792531", + "https://openalex.org/W2172195373", + "https://openalex.org/W2294105907", + "https://openalex.org/W2294798173", + "https://openalex.org/W2296319761", + "https://openalex.org/W2312609093", + "https://openalex.org/W2322150470", + "https://openalex.org/W2330274477", + "https://openalex.org/W2490901831", + "https://openalex.org/W2554813760", + "https://openalex.org/W2554958826", + "https://openalex.org/W2579923771", + "https://openalex.org/W2611627047", + "https://openalex.org/W2798579099", + "https://openalex.org/W2798766386", + "https://openalex.org/W2979473749", + "https://openalex.org/W2989661724", + "https://openalex.org/W3011120880", + "https://openalex.org/W3022552533", + "https://openalex.org/W3085162807", + "https://openalex.org/W3119651796" + ], + "related_works": [ + "https://openalex.org/W607505555", + "https://openalex.org/W3118608800", + "https://openalex.org/W2964121744", + "https://openalex.org/W2963664410", + "https://openalex.org/W2919115771", + "https://openalex.org/W2911964244", + "https://openalex.org/W2899606262", + "https://openalex.org/W2579923771", + "https://openalex.org/W2194775991", + "https://openalex.org/W2163605009", + "https://openalex.org/W2156909104", + "https://openalex.org/W2153635508", + "https://openalex.org/W2148603752", + "https://openalex.org/W2119821739", + "https://openalex.org/W2112796928", + "https://openalex.org/W2099471712", + "https://openalex.org/W1663973292", + "https://openalex.org/W1480376833", + "https://openalex.org/W2165698076", + "https://openalex.org/W2121863487" + ], + "abstract_inverted_index": { + "Fundamental": [ + 0 + ], + "topics": [ + 1 + ], + "in": [ + 2 + ], + "machine": [ + 3 + ], + "learning": [ + 4 + ], + "are": [ + 5 + ], + "presented": [ + 6 + ], + "along": [ + 7 + ], + "with": [ + 8 + ], + "theoretical": [ + 9 + ], + "and": [ + 10, + 16 + ], + "conceptual": [ + 11 + ], + "tools": [ + 12 + ], + "for": [ + 13 + ], + "the": [ + 14 + ], + "discussion": [ + 15 + ], + "proof": [ + 17 + ], + "of": [ + 18 + ], + "algorithms.": [ + 19 + ] + }, + "counts_by_year": [ + { + "year": 2024, + "cited_by_count": 2 + }, + { + "year": 2023, + "cited_by_count": 10 + }, + { + "year": 2022, + "cited_by_count": 23 + }, + { + "year": 2021, + "cited_by_count": 260 + }, + { + "year": 2020, + "cited_by_count": 251 + }, + { + "year": 2019, + "cited_by_count": 183 + }, + { + "year": 2018, + "cited_by_count": 112 + }, + { + "year": 2017, + "cited_by_count": 64 + }, + { + "year": 2016, + "cited_by_count": 74 + }, + { + "year": 2015, + "cited_by_count": 103 + }, + { + "year": 2014, + "cited_by_count": 62 + }, + { + "year": 2013, + "cited_by_count": 15 + }, + { + "year": 2012, + "cited_by_count": 2 + } + ], + "updated_date": "2025-10-10T17:16:08.811792", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2792946961", + "doi": "https://doi.org/10.1103/physrevlett.122.040504", + "title": "Quantum Machine Learning in Feature Hilbert Spaces", + "display_name": "Quantum Machine Learning in Feature Hilbert Spaces", + "relevance_score": 2665.3752, + "publication_year": 2019, + "publication_date": "2019-02-01", + "ids": { + "openalex": "https://openalex.org/W2792946961", + "doi": "https://doi.org/10.1103/physrevlett.122.040504", + "mag": "2792946961", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/30768345" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1103/physrevlett.122.040504", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1103/physrevlett.122.040504", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S24807848", + "display_name": "Physical Review Letters", + "issn_l": "0031-9007", + "issn": [ + "0031-9007", + "1079-7114", + "1092-0145" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320261", + "host_organization_name": "American Physical Society", + "host_organization_lineage": [ + "https://openalex.org/P4310320261" + ], + "host_organization_lineage_names": [ + "American Physical Society" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Physical Review Letters", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "arxiv", + "crossref", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1803.07128", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5073832417", + "display_name": "Maria Schuld", + "orcid": "https://orcid.org/0000-0001-8626-168X" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210150097", + "display_name": "Xanadu Quantum Technologies (Canada)", + "ror": "https://ror.org/05qj0n416", + "country_code": "CA", + "type": "company", + "lineage": [ + "https://openalex.org/I4210150097" + ] + } + ], + "countries": [ + "CA" + ], + "is_corresponding": true, + "raw_author_name": "Maria Schuld", + "raw_affiliation_strings": [ + "Xanadu, 372 Richmond Street West, Toronto M5V 2L7, Canada" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Xanadu, 372 Richmond Street West, Toronto M5V 2L7, Canada", + "institution_ids": [ + "https://openalex.org/I4210150097" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5073500091", + "display_name": "Nathan Killoran", + "orcid": "https://orcid.org/0009-0004-5021-7467" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210150097", + "display_name": "Xanadu Quantum Technologies (Canada)", + "ror": "https://ror.org/05qj0n416", + "country_code": "CA", + "type": "company", + "lineage": [ + "https://openalex.org/I4210150097" + ] + } + ], + "countries": [ + "CA" + ], + "is_corresponding": false, + "raw_author_name": "Nathan Killoran", + "raw_affiliation_strings": [ + "Xanadu, 372 Richmond Street West, Toronto M5V 2L7, Canada" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Xanadu, 372 Richmond Street West, Toronto M5V 2L7, Canada", + "institution_ids": [ + "https://openalex.org/I4210150097" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5073832417" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I4210150097" + ], + "apc_list": { + "value": 3750, + "currency": "USD", + "value_usd": 3750 + }, + "apc_paid": null, + "fwci": 72.8439, + "has_fulltext": false, + "cited_by_count": 1613, + "citation_normalized_percentile": { + "value": 0.99930238, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "122", + "issue": "4", + "first_page": "040504", + "last_page": "040504" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10682", + "display_name": "Quantum Computing Algorithms and Architecture", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10682", + "display_name": "Quantum Computing Algorithms and Architecture", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10020", + "display_name": "Quantum Information and Cryptography", + "score": 0.9995999932289124, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10622", + "display_name": "Quantum Mechanics and Applications", + "score": 0.9937000274658203, + "subfield": { + "id": "https://openalex.org/subfields/3107", + "display_name": "Atomic and Molecular Physics, and Optics" + }, + "field": { + "id": "https://openalex.org/fields/31", + "display_name": "Physics and Astronomy" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/hilbert-space", + "display_name": "Hilbert space", + "score": 0.6511375904083252 + }, + { + "id": "https://openalex.org/keywords/kernel", + "display_name": "Kernel (algebra)", + "score": 0.6377810835838318 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6225951313972473 + }, + { + "id": "https://openalex.org/keywords/quantum-computer", + "display_name": "Quantum computer", + "score": 0.5806344747543335 + }, + { + "id": "https://openalex.org/keywords/reproducing-kernel-hilbert-space", + "display_name": "Reproducing kernel Hilbert space", + "score": 0.5536273717880249 + }, + { + "id": "https://openalex.org/keywords/quantum-machine-learning", + "display_name": "Quantum machine learning", + "score": 0.5515050888061523 + }, + { + "id": "https://openalex.org/keywords/quantum-state", + "display_name": "Quantum state", + "score": 0.5443233847618103 + }, + { + "id": "https://openalex.org/keywords/feature-vector", + "display_name": "Feature vector", + "score": 0.5191175937652588 + }, + { + "id": "https://openalex.org/keywords/kernel-method", + "display_name": "Kernel method", + "score": 0.5189794898033142 + }, + { + "id": "https://openalex.org/keywords/feature", + "display_name": "Feature (linguistics)", + "score": 0.5174089670181274 + }, + { + "id": "https://openalex.org/keywords/quantum-algorithm", + "display_name": "Quantum algorithm", + "score": 0.5012130737304688 + }, + { + "id": "https://openalex.org/keywords/quantum-information", + "display_name": "Quantum information", + "score": 0.49098876118659973 + }, + { + "id": "https://openalex.org/keywords/povm", + "display_name": "POVM", + "score": 0.48033323884010315 + }, + { + "id": "https://openalex.org/keywords/support-vector-machine", + "display_name": "Support vector machine", + "score": 0.45647674798965454 + }, + { + "id": "https://openalex.org/keywords/quantum-process", + "display_name": "Quantum process", + "score": 0.4484074115753174 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.43805402517318726 + }, + { + "id": "https://openalex.org/keywords/quantum", + "display_name": "Quantum", + "score": 0.4299362897872925 + }, + { + "id": "https://openalex.org/keywords/theoretical-computer-science", + "display_name": "Theoretical computer science", + "score": 0.4142104983329773 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.4032990038394928 + }, + { + "id": "https://openalex.org/keywords/quantum-operation", + "display_name": "Quantum operation", + "score": 0.39918798208236694 + }, + { + "id": "https://openalex.org/keywords/open-quantum-system", + "display_name": "Open quantum system", + "score": 0.36664798855781555 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.2376301884651184 + }, + { + "id": "https://openalex.org/keywords/quantum-mechanics", + "display_name": "Quantum mechanics", + "score": 0.23471912741661072 + }, + { + "id": "https://openalex.org/keywords/physics", + "display_name": "Physics", + "score": 0.20437106490135193 + }, + { + "id": "https://openalex.org/keywords/quantum-dynamics", + "display_name": "Quantum dynamics", + "score": 0.17022734880447388 + }, + { + "id": "https://openalex.org/keywords/pure-mathematics", + "display_name": "Pure mathematics", + "score": 0.16131508350372314 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C62799726", + "wikidata": "https://www.wikidata.org/wiki/Q190056", + "display_name": "Hilbert space", + "level": 2, + "score": 0.6511375904083252 + }, + { + "id": "https://openalex.org/C74193536", + "wikidata": "https://www.wikidata.org/wiki/Q574844", + "display_name": "Kernel (algebra)", + "level": 2, + "score": 0.6377810835838318 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6225951313972473 + }, + { + "id": "https://openalex.org/C58053490", + "wikidata": "https://www.wikidata.org/wiki/Q176555", + "display_name": "Quantum computer", + "level": 3, + "score": 0.5806344747543335 + }, + { + "id": "https://openalex.org/C80884492", + "wikidata": "https://www.wikidata.org/wiki/Q3345678", + "display_name": "Reproducing kernel Hilbert space", + "level": 3, + "score": 0.5536273717880249 + }, + { + "id": "https://openalex.org/C2779094486", + "wikidata": "https://www.wikidata.org/wiki/Q18811578", + "display_name": "Quantum machine learning", + "level": 4, + "score": 0.5515050888061523 + }, + { + "id": "https://openalex.org/C15706264", + "wikidata": "https://www.wikidata.org/wiki/Q230883", + "display_name": "Quantum state", + "level": 3, + "score": 0.5443233847618103 + }, + { + "id": "https://openalex.org/C83665646", + "wikidata": "https://www.wikidata.org/wiki/Q42139305", + "display_name": "Feature vector", + "level": 2, + "score": 0.5191175937652588 + }, + { + "id": "https://openalex.org/C122280245", + "wikidata": "https://www.wikidata.org/wiki/Q620622", + "display_name": "Kernel method", + "level": 3, + "score": 0.5189794898033142 + }, + { + "id": "https://openalex.org/C2776401178", + "wikidata": "https://www.wikidata.org/wiki/Q12050496", + "display_name": "Feature (linguistics)", + "level": 2, + "score": 0.5174089670181274 + }, + { + "id": "https://openalex.org/C137019171", + "wikidata": "https://www.wikidata.org/wiki/Q2623817", + "display_name": "Quantum algorithm", + "level": 3, + "score": 0.5012130737304688 + }, + { + "id": "https://openalex.org/C169699857", + "wikidata": "https://www.wikidata.org/wiki/Q2122243", + "display_name": "Quantum information", + "level": 3, + "score": 0.49098876118659973 + }, + { + "id": "https://openalex.org/C179957908", + "wikidata": "https://www.wikidata.org/wiki/Q907206", + "display_name": "POVM", + "level": 5, + "score": 0.48033323884010315 + }, + { + "id": "https://openalex.org/C12267149", + "wikidata": "https://www.wikidata.org/wiki/Q282453", + "display_name": "Support vector machine", + "level": 2, + "score": 0.45647674798965454 + }, + { + "id": "https://openalex.org/C11255438", + "wikidata": "https://www.wikidata.org/wiki/Q7269085", + "display_name": "Quantum process", + "level": 4, + "score": 0.4484074115753174 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.43805402517318726 + }, + { + "id": "https://openalex.org/C84114770", + "wikidata": "https://www.wikidata.org/wiki/Q46344", + "display_name": "Quantum", + "level": 2, + "score": 0.4299362897872925 + }, + { + "id": "https://openalex.org/C80444323", + "wikidata": "https://www.wikidata.org/wiki/Q2878974", + "display_name": "Theoretical computer science", + "level": 1, + "score": 0.4142104983329773 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.4032990038394928 + }, + { + "id": "https://openalex.org/C43682372", + "wikidata": "https://www.wikidata.org/wiki/Q7269080", + "display_name": "Quantum operation", + "level": 4, + "score": 0.39918798208236694 + }, + { + "id": "https://openalex.org/C190474826", + "wikidata": "https://www.wikidata.org/wiki/Q2495111", + "display_name": "Open quantum system", + "level": 3, + "score": 0.36664798855781555 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.2376301884651184 + }, + { + "id": "https://openalex.org/C62520636", + "wikidata": "https://www.wikidata.org/wiki/Q944", + "display_name": "Quantum mechanics", + "level": 1, + "score": 0.23471912741661072 + }, + { + "id": "https://openalex.org/C121332964", + "wikidata": "https://www.wikidata.org/wiki/Q413", + "display_name": "Physics", + "level": 0, + "score": 0.20437106490135193 + }, + { + "id": "https://openalex.org/C15184713", + "wikidata": "https://www.wikidata.org/wiki/Q7269042", + "display_name": "Quantum dynamics", + "level": 3, + "score": 0.17022734880447388 + }, + { + "id": "https://openalex.org/C202444582", + "wikidata": "https://www.wikidata.org/wiki/Q837863", + "display_name": "Pure mathematics", + "level": 1, + "score": 0.16131508350372314 + }, + { + "id": "https://openalex.org/C41895202", + "wikidata": "https://www.wikidata.org/wiki/Q8162", + "display_name": "Linguistics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C138885662", + "wikidata": "https://www.wikidata.org/wiki/Q5891", + "display_name": "Philosophy", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 3, + "locations": [ + { + "id": "doi:10.1103/physrevlett.122.040504", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1103/physrevlett.122.040504", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S24807848", + "display_name": "Physical Review Letters", + "issn_l": "0031-9007", + "issn": [ + "0031-9007", + "1079-7114", + "1092-0145" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320261", + "host_organization_name": "American Physical Society", + "host_organization_lineage": [ + "https://openalex.org/P4310320261" + ], + "host_organization_lineage_names": [ + "American Physical Society" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Physical Review Letters", + "raw_type": "journal-article" + }, + { + "id": "pmid:30768345", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/30768345", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Physical review letters", + "raw_type": null + }, + { + "id": "pmh:oai:arXiv.org:1803.07128", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1803.07128", + "pdf_url": "https://arxiv.org/pdf/1803.07128", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1803.07128", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1803.07128", + "pdf_url": "https://arxiv.org/pdf/1803.07128", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + "sustainable_development_goals": [ + { + "score": 0.5199999809265137, + "id": "https://metadata.un.org/sdg/8", + "display_name": "Decent work and economic growth" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 40, + "referenced_works": [ + "https://openalex.org/W1550321157", + "https://openalex.org/W1559984405", + "https://openalex.org/W1565176583", + "https://openalex.org/W1584661976", + "https://openalex.org/W1590419653", + "https://openalex.org/W1904238065", + "https://openalex.org/W1970948459", + "https://openalex.org/W1981783889", + "https://openalex.org/W1984125696", + "https://openalex.org/W1986280275", + "https://openalex.org/W2011527952", + "https://openalex.org/W2014158063", + "https://openalex.org/W2103956991", + "https://openalex.org/W2126887346", + "https://openalex.org/W2142739935", + "https://openalex.org/W2155728415", + "https://openalex.org/W2168029744", + "https://openalex.org/W2257937122", + "https://openalex.org/W2487141439", + "https://openalex.org/W2489886790", + "https://openalex.org/W2497224462", + "https://openalex.org/W2510588772", + "https://openalex.org/W2557392572", + "https://openalex.org/W2560386163", + "https://openalex.org/W2561176579", + "https://openalex.org/W2619100667", + "https://openalex.org/W2751668559", + "https://openalex.org/W2766183519", + "https://openalex.org/W2781738013", + "https://openalex.org/W3098232754", + "https://openalex.org/W3098965398", + "https://openalex.org/W3100075333", + "https://openalex.org/W3100931082", + "https://openalex.org/W3101749733", + "https://openalex.org/W3103574448", + "https://openalex.org/W3144619878", + "https://openalex.org/W4205925775", + "https://openalex.org/W4254920206", + "https://openalex.org/W4298427462", + "https://openalex.org/W4299828299" + ], + "related_works": [ + "https://openalex.org/W2042511210", + "https://openalex.org/W2985796920", + "https://openalex.org/W4382045128", + "https://openalex.org/W4378527878", + "https://openalex.org/W4387503624", + "https://openalex.org/W4387607445", + "https://openalex.org/W4210384976", + "https://openalex.org/W4324106941", + "https://openalex.org/W85458870", + "https://openalex.org/W2010001223" + ], + "abstract_inverted_index": { + "A": [ + 0, + 79 + ], + "basic": [ + 1 + ], + "idea": [ + 2 + ], + "of": [ + 3, + 11, + 36, + 51, + 60, + 117 + ], + "quantum": [ + 4, + 52, + 65, + 76, + 80, + 103, + 112, + 118, + 150 + ], + "computing": [ + 5 + ], + "is": [ + 6 + ], + "surprisingly": [ + 7 + ], + "similar": [ + 8 + ], + "to": [ + 9, + 18, + 75, + 120 + ], + "that": [ + 10, + 72, + 156 + ], + "kernel": [ + 12, + 127, + 134 + ], + "methods": [ + 13 + ], + "in": [ + 14, + 22, + 63, + 88, + 160, + 174 + ], + "machine": [ + 15, + 53 + ], + "learning,": [ + 16 + ], + "namely,": [ + 17 + ], + "efficiently": [ + 19 + ], + "perform": [ + 20 + ], + "computations": [ + 21 + ], + "an": [ + 23 + ], + "intractably": [ + 24 + ], + "large": [ + 25 + ], + "Hilbert": [ + 26, + 77, + 161 + ], + "space.": [ + 27, + 78, + 91, + 162 + ], + "In": [ + 28, + 107, + 142 + ], + "this": [ + 29, + 37, + 89, + 94 + ], + "Letter": [ + 30 + ], + "we": [ + 31, + 96, + 146 + ], + "explore": [ + 32 + ], + "some": [ + 33 + ], + "theoretical": [ + 34 + ], + "foundations": [ + 35 + ], + "link": [ + 38 + ], + "and": [ + 39, + 178 + ], + "show": [ + 40 + ], + "how": [ + 41 + ], + "it": [ + 42 + ], + "opens": [ + 43 + ], + "up": [ + 44 + ], + "a": [ + 45, + 64, + 68, + 102, + 122, + 138, + 148, + 153, + 168, + 175 + ], + "new": [ + 46 + ], + "avenue": [ + 47 + ], + "for": [ + 48, + 100, + 105 + ], + "the": [ + 49, + 58, + 85, + 108, + 111, + 143, + 180 + ], + "design": [ + 50 + ], + "learning": [ + 54 + ], + "algorithms.": [ + 55 + ], + "We": [ + 56, + 163 + ], + "interpret": [ + 57 + ], + "process": [ + 59 + ], + "encoding": [ + 61 + ], + "inputs": [ + 62 + ], + "state": [ + 66 + ], + "as": [ + 67, + 137, + 152 + ], + "nonlinear": [ + 69 + ], + "feature": [ + 70, + 90, + 169 + ], + "map": [ + 71, + 170 + ], + "maps": [ + 73 + ], + "data": [ + 74, + 87, + 158 + ], + "computer": [ + 81 + ], + "can": [ + 82, + 128 + ], + "now": [ + 83 + ], + "analyze": [ + 84 + ], + "input": [ + 86 + ], + "Based": [ + 92 + ], + "on": [ + 93, + 172 + ], + "link,": [ + 95 + ], + "discuss": [ + 97 + ], + "two": [ + 98 + ], + "approaches": [ + 99 + ], + "building": [ + 101 + ], + "model": [ + 104, + 155 + ], + "classification.": [ + 106 + ], + "first": [ + 109 + ], + "approach,": [ + 110, + 145 + ], + "device": [ + 113 + ], + "estimates": [ + 114 + ], + "inner": [ + 115 + ], + "products": [ + 116 + ], + "states": [ + 119 + ], + "compute": [ + 121 + ], + "classically": [ + 123 + ], + "intractable": [ + 124 + ], + "kernel.": [ + 125 + ], + "The": [ + 126 + ], + "be": [ + 129 + ], + "fed": [ + 130 + ], + "into": [ + 131 + ], + "any": [ + 132 + ], + "classical": [ + 133 + ], + "method": [ + 135 + ], + "such": [ + 136 + ], + "support": [ + 139 + ], + "vector": [ + 140 + ], + "machine.": [ + 141 + ], + "second": [ + 144 + ], + "use": [ + 147 + ], + "variational": [ + 149 + ], + "circuit": [ + 151 + ], + "linear": [ + 154 + ], + "classifies": [ + 157 + ], + "explicitly": [ + 159 + ], + "illustrate": [ + 164 + ], + "these": [ + 165 + ], + "ideas": [ + 166 + ], + "with": [ + 167, + 183 + ], + "based": [ + 171 + ], + "squeezing": [ + 173 + ], + "continuous-variable": [ + 176 + ], + "system,": [ + 177 + ], + "visualize": [ + 179 + ], + "working": [ + 181 + ], + "principle": [ + 182 + ], + "two-dimensional": [ + 184 + ], + "minibenchmark": [ + 185 + ], + "datasets.": [ + 186 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 193 + }, + { + "year": 2025, + "cited_by_count": 352 + }, + { + "year": 2024, + "cited_by_count": 267 + }, + { + "year": 2023, + "cited_by_count": 290 + }, + { + "year": 2022, + "cited_by_count": 173 + }, + { + "year": 2021, + "cited_by_count": 195 + }, + { + "year": 2020, + "cited_by_count": 89 + }, + { + "year": 2019, + "cited_by_count": 45 + }, + { + "year": 2018, + "cited_by_count": 8 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2170282673", + "doi": "https://doi.org/10.1109/tpami.2008.275", + "title": "Faster and Better: A Machine Learning Approach to Corner Detection", + "display_name": "Faster and Better: A Machine Learning Approach to Corner Detection", + "relevance_score": 2664.9324, + "publication_year": 2008, + "publication_date": "2008-12-03", + "ids": { + "openalex": "https://openalex.org/W2170282673", + "doi": "https://doi.org/10.1109/tpami.2008.275", + "mag": "2170282673", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/19926902" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1109/tpami.2008.275", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/tpami.2008.275", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S199944782", + "display_name": "IEEE Transactions on Pattern Analysis and Machine Intelligence", + "issn_l": "0162-8828", + "issn": [ + "0162-8828", + "1939-3539", + "2160-9292" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320439", + "host_organization_name": "IEEE Computer Society", + "host_organization_lineage": [ + "https://openalex.org/P4310320439", + "https://openalex.org/P4310319808" + ], + "host_organization_lineage_names": [ + "IEEE Computer Society", + "Institute of Electrical and Electronics Engineers" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IEEE Transactions on Pattern Analysis and Machine Intelligence", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "arxiv", + "crossref", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/0810.2434", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5076168268", + "display_name": "Edward Rosten", + "orcid": "https://orcid.org/0000-0001-8675-4230" + }, + "institutions": [ + { + "id": "https://openalex.org/I241749", + "display_name": "University of Cambridge", + "ror": "https://ror.org/013meh722", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I241749" + ] + } + ], + "countries": [ + "GB" + ], + "is_corresponding": true, + "raw_author_name": "E. Rosten", + "raw_affiliation_strings": [ + "Department of Engineering, Cambridge University, Cambridge, UK. er258@cam.ac.uk" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Engineering, Cambridge University, Cambridge, UK. er258@cam.ac.uk", + "institution_ids": [ + "https://openalex.org/I241749" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5004732139", + "display_name": "Reid Porter", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1343871089", + "display_name": "Los Alamos National Laboratory", + "ror": "https://ror.org/01e41cf67", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I1330989302", + "https://openalex.org/I1343871089", + "https://openalex.org/I198811213", + "https://openalex.org/I4210120050" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "R. Porter", + "raw_affiliation_strings": [ + "Los Alamos National Laboratory, ISR2 Space and Remote Sensing, Los Alamos, NM, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Los Alamos National Laboratory, ISR2 Space and Remote Sensing, Los Alamos, NM, USA", + "institution_ids": [ + "https://openalex.org/I1343871089" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5017469047", + "display_name": "Tom Drummond", + "orcid": "https://orcid.org/0000-0001-8204-5904" + }, + "institutions": [ + { + "id": "https://openalex.org/I241749", + "display_name": "University of Cambridge", + "ror": "https://ror.org/013meh722", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I241749" + ] + } + ], + "countries": [ + "GB" + ], + "is_corresponding": false, + "raw_author_name": "T. Drummond", + "raw_affiliation_strings": [ + "Department of Engineering, University of Cambridge, Cambridge, UK" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Engineering, University of Cambridge, Cambridge, UK", + "institution_ids": [ + "https://openalex.org/I241749" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5076168268" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I241749" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 657.9673, + "has_fulltext": false, + "cited_by_count": 1833, + "citation_normalized_percentile": { + "value": 0.99997119, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "32", + "issue": "1", + "first_page": "105", + "last_page": "119" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10191", + "display_name": "Robotics and Sensor-Based Localization", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/2202", + "display_name": "Aerospace Engineering" + }, + "field": { + "id": "https://openalex.org/fields/22", + "display_name": "Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10191", + "display_name": "Robotics and Sensor-Based Localization", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/2202", + "display_name": "Aerospace Engineering" + }, + "field": { + "id": "https://openalex.org/fields/22", + "display_name": "Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10627", + "display_name": "Advanced Image and Video Retrieval Techniques", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10531", + "display_name": "Advanced Vision and Imaging", + "score": 0.9995999932289124, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/detector", + "display_name": "Detector", + "score": 0.889086127281189 + }, + { + "id": "https://openalex.org/keywords/repeatability", + "display_name": "Repeatability", + "score": 0.7754774689674377 + }, + { + "id": "https://openalex.org/keywords/frame-rate", + "display_name": "Frame rate", + "score": 0.7121055126190186 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6925737857818604 + }, + { + "id": "https://openalex.org/keywords/heuristic", + "display_name": "Heuristic", + "score": 0.6610417366027832 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6580203771591187 + }, + { + "id": "https://openalex.org/keywords/scale-invariant-feature-transform", + "display_name": "Scale-invariant feature transform", + "score": 0.580880343914032 + }, + { + "id": "https://openalex.org/keywords/computer-vision", + "display_name": "Computer vision", + "score": 0.5632566809654236 + }, + { + "id": "https://openalex.org/keywords/corner-detection", + "display_name": "Corner detection", + "score": 0.5312818288803101 + }, + { + "id": "https://openalex.org/keywords/feature", + "display_name": "Feature (linguistics)", + "score": 0.5021579265594482 + }, + { + "id": "https://openalex.org/keywords/feature-extraction", + "display_name": "Feature extraction", + "score": 0.48669177293777466 + }, + { + "id": "https://openalex.org/keywords/frame", + "display_name": "Frame (networking)", + "score": 0.47642096877098083 + }, + { + "id": "https://openalex.org/keywords/pattern-recognition", + "display_name": "Pattern recognition (psychology)", + "score": 0.41832929849624634 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.24135944247245789 + }, + { + "id": "https://openalex.org/keywords/image", + "display_name": "Image (mathematics)", + "score": 0.16702711582183838 + }, + { + "id": "https://openalex.org/keywords/statistics", + "display_name": "Statistics", + "score": 0.15768682956695557 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C94915269", + "wikidata": "https://www.wikidata.org/wiki/Q1834857", + "display_name": "Detector", + "level": 2, + "score": 0.889086127281189 + }, + { + "id": "https://openalex.org/C154020017", + "wikidata": "https://www.wikidata.org/wiki/Q520171", + "display_name": "Repeatability", + "level": 2, + "score": 0.7754774689674377 + }, + { + "id": "https://openalex.org/C3261483", + "wikidata": "https://www.wikidata.org/wiki/Q119565", + "display_name": "Frame rate", + "level": 2, + "score": 0.7121055126190186 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6925737857818604 + }, + { + "id": "https://openalex.org/C173801870", + "wikidata": "https://www.wikidata.org/wiki/Q201413", + "display_name": "Heuristic", + "level": 2, + "score": 0.6610417366027832 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6580203771591187 + }, + { + "id": "https://openalex.org/C61265191", + "wikidata": "https://www.wikidata.org/wiki/Q767770", + "display_name": "Scale-invariant feature transform", + "level": 3, + "score": 0.580880343914032 + }, + { + "id": "https://openalex.org/C31972630", + "wikidata": "https://www.wikidata.org/wiki/Q844240", + "display_name": "Computer vision", + "level": 1, + "score": 0.5632566809654236 + }, + { + "id": "https://openalex.org/C39499422", + "wikidata": "https://www.wikidata.org/wiki/Q697320", + "display_name": "Corner detection", + "level": 3, + "score": 0.5312818288803101 + }, + { + "id": "https://openalex.org/C2776401178", + "wikidata": "https://www.wikidata.org/wiki/Q12050496", + "display_name": "Feature (linguistics)", + "level": 2, + "score": 0.5021579265594482 + }, + { + "id": "https://openalex.org/C52622490", + "wikidata": "https://www.wikidata.org/wiki/Q1026626", + "display_name": "Feature extraction", + "level": 2, + "score": 0.48669177293777466 + }, + { + "id": "https://openalex.org/C126042441", + "wikidata": "https://www.wikidata.org/wiki/Q1324888", + "display_name": "Frame (networking)", + "level": 2, + "score": 0.47642096877098083 + }, + { + "id": "https://openalex.org/C153180895", + "wikidata": "https://www.wikidata.org/wiki/Q7148389", + "display_name": "Pattern recognition (psychology)", + "level": 2, + "score": 0.41832929849624634 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.24135944247245789 + }, + { + "id": "https://openalex.org/C115961682", + "wikidata": "https://www.wikidata.org/wiki/Q860623", + "display_name": "Image (mathematics)", + "level": 2, + "score": 0.16702711582183838 + }, + { + "id": "https://openalex.org/C105795698", + "wikidata": "https://www.wikidata.org/wiki/Q12483", + "display_name": "Statistics", + "level": 1, + "score": 0.15768682956695557 + }, + { + "id": "https://openalex.org/C41895202", + "wikidata": "https://www.wikidata.org/wiki/Q8162", + "display_name": "Linguistics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C138885662", + "wikidata": "https://www.wikidata.org/wiki/Q5891", + "display_name": "Philosophy", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C76155785", + "wikidata": "https://www.wikidata.org/wiki/Q418", + "display_name": "Telecommunications", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 4, + "locations": [ + { + "id": "doi:10.1109/tpami.2008.275", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/tpami.2008.275", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S199944782", + "display_name": "IEEE Transactions on Pattern Analysis and Machine Intelligence", + "issn_l": "0162-8828", + "issn": [ + "0162-8828", + "1939-3539", + "2160-9292" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320439", + "host_organization_name": "IEEE Computer Society", + "host_organization_lineage": [ + "https://openalex.org/P4310320439", + "https://openalex.org/P4310319808" + ], + "host_organization_lineage_names": [ + "IEEE Computer Society", + "Institute of Electrical and Electronics Engineers" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IEEE Transactions on Pattern Analysis and Machine Intelligence", + "raw_type": "journal-article" + }, + { + "id": "pmid:19926902", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/19926902", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IEEE transactions on pattern analysis and machine intelligence", + "raw_type": null + }, + { + "id": "pmh:oai:arXiv.org:0810.2434", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/0810.2434", + "pdf_url": "https://arxiv.org/pdf/0810.2434", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:generic.eprints.org:332870", + "is_oa": false, + "landing_page_url": "http://publications.eng.cam.ac.uk/332870/", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4406922847", + "display_name": "Cambridge University Engineering Department Publications Database", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Article" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:0810.2434", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/0810.2434", + "pdf_url": "https://arxiv.org/pdf/0810.2434", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 103, + "referenced_works": [ + "https://openalex.org/W22745672", + "https://openalex.org/W1505641881", + "https://openalex.org/W1532362218", + "https://openalex.org/W1541642243", + "https://openalex.org/W1564419782", + "https://openalex.org/W1573635437", + "https://openalex.org/W1580529010", + "https://openalex.org/W1639227073", + "https://openalex.org/W1676552347", + "https://openalex.org/W1773272891", + "https://openalex.org/W1831051511", + "https://openalex.org/W1911904603", + "https://openalex.org/W1926270821", + "https://openalex.org/W1966683117", + "https://openalex.org/W1967129518", + "https://openalex.org/W1970393892", + "https://openalex.org/W1974104694", + "https://openalex.org/W1980633381", + "https://openalex.org/W1981626707", + "https://openalex.org/W1981787154", + "https://openalex.org/W1983503034", + "https://openalex.org/W1985444400", + "https://openalex.org/W1992047056", + "https://openalex.org/W1994069847", + "https://openalex.org/W1994513823", + "https://openalex.org/W2000701155", + "https://openalex.org/W2003262222", + "https://openalex.org/W2012778485", + "https://openalex.org/W2014161456", + "https://openalex.org/W2015206503", + "https://openalex.org/W2017284398", + "https://openalex.org/W2020187819", + "https://openalex.org/W2022486878", + "https://openalex.org/W2027874846", + "https://openalex.org/W2028721671", + "https://openalex.org/W2038691774", + "https://openalex.org/W2045888618", + "https://openalex.org/W2046269998", + "https://openalex.org/W2052408227", + "https://openalex.org/W2054511520", + "https://openalex.org/W2059389571", + "https://openalex.org/W2062758634", + "https://openalex.org/W2065884509", + "https://openalex.org/W2067718526", + "https://openalex.org/W2069295011", + "https://openalex.org/W2072029938", + "https://openalex.org/W2075144239", + "https://openalex.org/W2075746031", + "https://openalex.org/W2075747175", + "https://openalex.org/W2076343824", + "https://openalex.org/W2090736344", + "https://openalex.org/W2091841488", + "https://openalex.org/W2091912813", + "https://openalex.org/W2093808735", + "https://openalex.org/W2095905764", + "https://openalex.org/W2099046646", + "https://openalex.org/W2102586630", + "https://openalex.org/W2105364438", + "https://openalex.org/W2111125604", + "https://openalex.org/W2111308925", + "https://openalex.org/W2111589119", + "https://openalex.org/W2114785422", + "https://openalex.org/W2115168188", + "https://openalex.org/W2117274643", + "https://openalex.org/W2119747362", + "https://openalex.org/W2129146260", + "https://openalex.org/W2130103520", + "https://openalex.org/W2135273733", + "https://openalex.org/W2138342591", + "https://openalex.org/W2141859096", + "https://openalex.org/W2142458388", + "https://openalex.org/W2144540462", + "https://openalex.org/W2145023731", + "https://openalex.org/W2145665593", + "https://openalex.org/W2148278638", + "https://openalex.org/W2149706766", + "https://openalex.org/W2151103935", + "https://openalex.org/W2155625202", + "https://openalex.org/W2156460770", + "https://openalex.org/W2158148005", + "https://openalex.org/W2162430761", + "https://openalex.org/W2163205713", + "https://openalex.org/W2165239264", + "https://openalex.org/W2168861291", + "https://openalex.org/W2169741726", + "https://openalex.org/W2170120409", + "https://openalex.org/W2170419248", + "https://openalex.org/W2170628770", + "https://openalex.org/W2172263315", + "https://openalex.org/W2177274842", + "https://openalex.org/W2791807800", + "https://openalex.org/W2911835288", + "https://openalex.org/W2914011225", + "https://openalex.org/W2999811158", + "https://openalex.org/W3040777582", + "https://openalex.org/W4236137412", + "https://openalex.org/W4250453583", + "https://openalex.org/W6631707545", + "https://openalex.org/W6634737366", + "https://openalex.org/W6637324600", + "https://openalex.org/W6677385351", + "https://openalex.org/W6679388247", + "https://openalex.org/W6680873466" + ], + "related_works": [ + "https://openalex.org/W2054654791", + "https://openalex.org/W2039361535", + "https://openalex.org/W1985861440", + "https://openalex.org/W2344562887", + "https://openalex.org/W1566379417", + "https://openalex.org/W4232672640", + "https://openalex.org/W2102080789", + "https://openalex.org/W2350376800", + "https://openalex.org/W2122784802", + "https://openalex.org/W2372805521" + ], + "abstract_inverted_index": { + "The": [ + 0, + 20, + 43 + ], + "repeatability": [ + 1, + 21, + 155 + ], + "and": [ + 2, + 203 + ], + "efficiency": [ + 3, + 44 + ], + "of": [ + 4, + 101, + 139, + 148, + 204 + ], + "a": [ + 5, + 17, + 72, + 84, + 145, + 196 + ], + "corner": [ + 6, + 149 + ], + "detector": [ + 7, + 52, + 86, + 118, + 176, + 197 + ], + "determines": [ + 8, + 49 + ], + "how": [ + 9 + ], + "likely": [ + 10 + ], + "it": [ + 11, + 130 + ], + "is": [ + 12, + 22, + 45, + 199 + ], + "to": [ + 13, + 37, + 131, + 158 + ], + "be": [ + 14, + 132 + ], + "useful": [ + 15 + ], + "in": [ + 16, + 66, + 193 + ], + "real-world": [ + 18, + 40 + ], + "application.": [ + 19 + ], + "important": [ + 23, + 46 + ], + "because": [ + 24, + 47 + ], + "the": [ + 25, + 38, + 51, + 102, + 127, + 153, + 183 + ], + "same": [ + 26, + 39 + ], + "scene": [ + 27 + ], + "viewed": [ + 28 + ], + "from": [ + 29, + 87 + ], + "different": [ + 30 + ], + "positions": [ + 31 + ], + "should": [ + 32 + ], + "yield": [ + 33 + ], + "features": [ + 34 + ], + "which": [ + 35, + 89 + ], + "correspond": [ + 36 + ], + "3D": [ + 41, + 159 + ], + "locations.": [ + 42 + ], + "this": [ + 48, + 67, + 88 + ], + "whether": [ + 50 + ], + "combined": [ + 53 + ], + "with": [ + 54, + 136 + ], + "further": [ + 55 + ], + "processing": [ + 56, + 104 + ], + "can": [ + 57, + 90 + ], + "operate": [ + 58, + 113 + ], + "at": [ + 59, + 114 + ], + "frame": [ + 60, + 115 + ], + "rate.": [ + 61 + ], + "Three": [ + 62 + ], + "advances": [ + 63 + ], + "are": [ + 64 + ], + "described": [ + 65 + ], + "paper.": [ + 68 + ], + "First,": [ + 69 + ], + "we": [ + 70, + 82, + 125, + 142 + ], + "present": [ + 71 + ], + "new": [ + 73 + ], + "heuristic": [ + 74, + 175 + ], + "for": [ + 75, + 134, + 168 + ], + "feature": [ + 76, + 85, + 180 + ], + "detection": [ + 77 + ], + "and,": [ + 78 + ], + "using": [ + 79, + 96, + 187 + ], + "machine": [ + 80, + 188 + ], + "learning,": [ + 81 + ], + "derive": [ + 83 + ], + "fully": [ + 91 + ], + "process": [ + 92 + ], + "live": [ + 93 + ], + "PAL": [ + 94 + ], + "video": [ + 95 + ], + "less": [ + 97 + ], + "than": [ + 98 + ], + "5": [ + 99 + ], + "percent": [ + 100 + ], + "available": [ + 103 + ], + "time.": [ + 105 + ], + "By": [ + 106 + ], + "comparison,": [ + 107 + ], + "most": [ + 108 + ], + "other": [ + 109 + ], + "detectors": [ + 110, + 150 + ], + "cannot": [ + 111 + ], + "even": [ + 112 + ], + "rate": [ + 116 + ], + "(Harris": [ + 117 + ], + "115": [ + 119 + ], + "percent,": [ + 120 + ], + "SIFT": [ + 121 + ], + "195": [ + 122 + ], + "percent).": [ + 123 + ], + "Second,": [ + 124 + ], + "generalize": [ + 126 + ], + "detector,": [ + 128 + ], + "allowing": [ + 129 + ], + "optimized": [ + 133 + ], + "repeatability,": [ + 135, + 194 + ], + "little": [ + 137 + ], + "loss": [ + 138 + ], + "efficiency.": [ + 140 + ], + "Third,": [ + 141 + ], + "carry": [ + 143 + ], + "out": [ + 144 + ], + "rigorous": [ + 146 + ], + "comparison": [ + 147, + 184 + ], + "based": [ + 151 + ], + "on": [ + 152, + 170 + ], + "above": [ + 154 + ], + "criterion": [ + 156 + ], + "applied": [ + 157 + ], + "scenes.": [ + 160 + ], + "We": [ + 161 + ], + "show": [ + 162 + ], + "that,": [ + 163 + ], + "despite": [ + 164 + ], + "being": [ + 165 + ], + "principally": [ + 166 + ], + "constructed": [ + 167 + ], + "speed,": [ + 169 + ], + "these": [ + 171 + ], + "stringent": [ + 172 + ], + "tests,": [ + 173 + ], + "our": [ + 174 + ], + "significantly": [ + 177 + ], + "outperforms": [ + 178 + ], + "existing": [ + 179 + ], + "detectors.": [ + 181 + ], + "Finally,": [ + 182 + ], + "demonstrates": [ + 185 + ], + "that": [ + 186, + 198 + ], + "learning": [ + 189 + ], + "produces": [ + 190 + ], + "significant": [ + 191 + ], + "improvements": [ + 192 + ], + "yielding": [ + 195 + ], + "both": [ + 200 + ], + "very": [ + 201, + 205 + ], + "fast": [ + 202 + ], + "high": [ + 206 + ], + "quality.": [ + 207 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 15 + }, + { + "year": 2025, + "cited_by_count": 77 + }, + { + "year": 2024, + "cited_by_count": 90 + }, + { + "year": 2023, + "cited_by_count": 105 + }, + { + "year": 2022, + "cited_by_count": 124 + }, + { + "year": 2021, + "cited_by_count": 125 + }, + { + "year": 2020, + "cited_by_count": 145 + }, + { + "year": 2019, + "cited_by_count": 149 + }, + { + "year": 2018, + "cited_by_count": 159 + }, + { + "year": 2017, + "cited_by_count": 165 + }, + { + "year": 2016, + "cited_by_count": 141 + }, + { + "year": 2015, + "cited_by_count": 153 + }, + { + "year": 2014, + "cited_by_count": 129 + }, + { + "year": 2013, + "cited_by_count": 118 + }, + { + "year": 2012, + "cited_by_count": 68 + } + ], + "updated_date": "2026-05-25T08:39:21.599409", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2015811642", + "doi": "https://doi.org/10.1080/00107514.2014.964942", + "title": "An introduction to quantum machine learning", + "display_name": "An introduction to quantum machine learning", + "relevance_score": 2622.3848, + "publication_year": 2014, + "publication_date": "2014-10-15", + "ids": { + "openalex": "https://openalex.org/W2015811642", + "doi": "https://doi.org/10.1080/00107514.2014.964942", + "mag": "2015811642" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1080/00107514.2014.964942", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1080/00107514.2014.964942", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S161902083", + "display_name": "Contemporary Physics", + "issn_l": "0010-7514", + "issn": [ + "0010-7514", + "1366-5812" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320547", + "host_organization_name": "Taylor & Francis", + "host_organization_lineage": [ + "https://openalex.org/P4310320547" + ], + "host_organization_lineage_names": [ + "Taylor & Francis" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Contemporary Physics", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "arxiv", + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1409.3097", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": null, + "display_name": "Maria Schuld", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I95023434", + "display_name": "University of KwaZulu-Natal", + "ror": "https://ror.org/04qzfn040", + "country_code": "ZA", + "type": "education", + "lineage": [ + "https://openalex.org/I95023434" + ] + } + ], + "countries": [ + "ZA" + ], + "is_corresponding": true, + "raw_author_name": "Maria Schuld", + "raw_affiliation_strings": [ + "Quantum Research Group, School of Chemistry and Physics, University of KwaZulu-Natal, Durban 4001, South Africa" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Quantum Research Group, School of Chemistry and Physics, University of KwaZulu-Natal, Durban 4001, South Africa", + "institution_ids": [ + "https://openalex.org/I95023434" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": null, + "display_name": "Ilya Sinayskiy", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Ilya Sinayskiy", + "raw_affiliation_strings": [ + "Quantum Research Group, School of Chemistry and Physics, University of KwaZulu-Natal, Durban 4001, South Africa.; National Institute for Theoretical Physics (NITheP), KwaZulu-Natal, South Africa" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Quantum Research Group, School of Chemistry and Physics, University of KwaZulu-Natal, Durban 4001, South Africa.; National Institute for Theoretical Physics (NITheP), KwaZulu-Natal, South Africa", + "institution_ids": [] + } + ] + }, + { + "author_position": "last", + "author": { + "id": null, + "display_name": "Francesco Petruccione", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Francesco Petruccione", + "raw_affiliation_strings": [ + "Quantum Research Group, School of Chemistry and Physics, University of KwaZulu-Natal, Durban 4001, South Africa.; National Institute for Theoretical Physics (NITheP), KwaZulu-Natal, South Africa" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Quantum Research Group, School of Chemistry and Physics, University of KwaZulu-Natal, Durban 4001, South Africa.; National Institute for Theoretical Physics (NITheP), KwaZulu-Natal, South Africa", + "institution_ids": [] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 3, + "corresponding_author_ids": [], + "corresponding_institution_ids": [ + "https://openalex.org/I95023434" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 19.4489, + "has_fulltext": false, + "cited_by_count": 1225, + "citation_normalized_percentile": { + "value": 0.99357845, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "56", + "issue": "2", + "first_page": "172", + "last_page": "185" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10682", + "display_name": "Quantum Computing Algorithms and Architecture", + "score": 0.817799985408783, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10682", + "display_name": "Quantum Computing Algorithms and Architecture", + "score": 0.817799985408783, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10622", + "display_name": "Quantum Mechanics and Applications", + "score": 0.01489999983459711, + "subfield": { + "id": "https://openalex.org/subfields/3107", + "display_name": "Atomic and Molecular Physics, and Optics" + }, + "field": { + "id": "https://openalex.org/fields/31", + "display_name": "Physics and Astronomy" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10020", + "display_name": "Quantum Information and Cryptography", + "score": 0.011599999852478504, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/quantum-machine-learning", + "display_name": "Quantum machine learning", + "score": 0.6427000164985657 + }, + { + "id": "https://openalex.org/keywords/subroutine", + "display_name": "Subroutine", + "score": 0.6392999887466431 + }, + { + "id": "https://openalex.org/keywords/machine-translation", + "display_name": "Machine translation", + "score": 0.5587000250816345 + }, + { + "id": "https://openalex.org/keywords/quantum-computer", + "display_name": "Quantum computer", + "score": 0.5418000221252441 + }, + { + "id": "https://openalex.org/keywords/field", + "display_name": "Field (mathematics)", + "score": 0.5389000177383423 + }, + { + "id": "https://openalex.org/keywords/quantum", + "display_name": "Quantum", + "score": 0.49810001254081726 + }, + { + "id": "https://openalex.org/keywords/relation", + "display_name": "Relation (database)", + "score": 0.492000013589859 + }, + { + "id": "https://openalex.org/keywords/computational-learning-theory", + "display_name": "Computational learning theory", + "score": 0.38510000705718994 + }, + { + "id": "https://openalex.org/keywords/range", + "display_name": "Range (aeronautics)", + "score": 0.37560001015663147 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7555999755859375 + }, + { + "id": "https://openalex.org/C2779094486", + "wikidata": "https://www.wikidata.org/wiki/Q18811578", + "display_name": "Quantum machine learning", + "level": 4, + "score": 0.6427000164985657 + }, + { + "id": "https://openalex.org/C96147967", + "wikidata": "https://www.wikidata.org/wiki/Q190686", + "display_name": "Subroutine", + "level": 2, + "score": 0.6392999887466431 + }, + { + "id": "https://openalex.org/C203005215", + "wikidata": "https://www.wikidata.org/wiki/Q79798", + "display_name": "Machine translation", + "level": 2, + "score": 0.5587000250816345 + }, + { + "id": "https://openalex.org/C58053490", + "wikidata": "https://www.wikidata.org/wiki/Q176555", + "display_name": "Quantum computer", + "level": 3, + "score": 0.5418000221252441 + }, + { + "id": "https://openalex.org/C9652623", + "wikidata": "https://www.wikidata.org/wiki/Q190109", + "display_name": "Field (mathematics)", + "level": 2, + "score": 0.5389000177383423 + }, + { + "id": "https://openalex.org/C84114770", + "wikidata": "https://www.wikidata.org/wiki/Q46344", + "display_name": "Quantum", + "level": 2, + "score": 0.49810001254081726 + }, + { + "id": "https://openalex.org/C25343380", + "wikidata": "https://www.wikidata.org/wiki/Q277521", + "display_name": "Relation (database)", + "level": 2, + "score": 0.492000013589859 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.4293999969959259 + }, + { + "id": "https://openalex.org/C80444323", + "wikidata": "https://www.wikidata.org/wiki/Q2878974", + "display_name": "Theoretical computer science", + "level": 1, + "score": 0.38679999113082886 + }, + { + "id": "https://openalex.org/C50292564", + "wikidata": "https://www.wikidata.org/wiki/Q2462783", + "display_name": "Computational learning theory", + "level": 3, + "score": 0.38510000705718994 + }, + { + "id": "https://openalex.org/C204323151", + "wikidata": "https://www.wikidata.org/wiki/Q905424", + "display_name": "Range (aeronautics)", + "level": 2, + "score": 0.37560001015663147 + }, + { + "id": "https://openalex.org/C131671149", + "wikidata": "https://www.wikidata.org/wiki/Q2703890", + "display_name": "Universal Turing machine", + "level": 4, + "score": 0.36239999532699585 + }, + { + "id": "https://openalex.org/C149364088", + "wikidata": "https://www.wikidata.org/wiki/Q185917", + "display_name": "Translation (biology)", + "level": 4, + "score": 0.3573000133037567 + }, + { + "id": "https://openalex.org/C137019171", + "wikidata": "https://www.wikidata.org/wiki/Q2623817", + "display_name": "Quantum algorithm", + "level": 3, + "score": 0.35510000586509705 + }, + { + "id": "https://openalex.org/C169699857", + "wikidata": "https://www.wikidata.org/wiki/Q2122243", + "display_name": "Quantum information", + "level": 3, + "score": 0.34360000491142273 + }, + { + "id": "https://openalex.org/C192061203", + "wikidata": "https://www.wikidata.org/wiki/Q765620", + "display_name": "Quantum Turing machine", + "level": 5, + "score": 0.33169999718666077 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.31439998745918274 + }, + { + "id": "https://openalex.org/C62641251", + "wikidata": "https://www.wikidata.org/wiki/Q7269097", + "display_name": "Quantum sort", + "level": 5, + "score": 0.31119999289512634 + }, + { + "id": "https://openalex.org/C190463098", + "wikidata": "https://www.wikidata.org/wiki/Q2081419", + "display_name": "Quantum technology", + "level": 4, + "score": 0.3100999891757965 + }, + { + "id": "https://openalex.org/C5320026", + "wikidata": "https://www.wikidata.org/wiki/Q2122216", + "display_name": "Quantum information science", + "level": 4, + "score": 0.30160000920295715 + }, + { + "id": "https://openalex.org/C32254414", + "wikidata": "https://www.wikidata.org/wiki/Q4724364", + "display_name": "Algorithmic learning theory", + "level": 3, + "score": 0.28349998593330383 + }, + { + "id": "https://openalex.org/C182306322", + "wikidata": "https://www.wikidata.org/wiki/Q1779371", + "display_name": "Order (exchange)", + "level": 2, + "score": 0.2777999937534332 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.2728999853134155 + }, + { + "id": "https://openalex.org/C2982832238", + "wikidata": "https://www.wikidata.org/wiki/Q5531640", + "display_name": "General purpose", + "level": 2, + "score": 0.2621999979019165 + }, + { + "id": "https://openalex.org/C2986862884", + "wikidata": "https://www.wikidata.org/wiki/Q7553", + "display_name": "Language translation", + "level": 3, + "score": 0.25360000133514404 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "doi:10.1080/00107514.2014.964942", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1080/00107514.2014.964942", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S161902083", + "display_name": "Contemporary Physics", + "issn_l": "0010-7514", + "issn": [ + "0010-7514", + "1366-5812" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320547", + "host_organization_name": "Taylor & Francis", + "host_organization_lineage": [ + "https://openalex.org/P4310320547" + ], + "host_organization_lineage_names": [ + "Taylor & Francis" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Contemporary Physics", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:arXiv.org:1409.3097", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1409.3097", + "pdf_url": "https://arxiv.org/pdf/1409.3097", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1409.3097", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1409.3097", + "pdf_url": "https://arxiv.org/pdf/1409.3097", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 44, + "referenced_works": [ + "https://openalex.org/W1485920032", + "https://openalex.org/W1490115964", + "https://openalex.org/W1492999010", + "https://openalex.org/W1498436455", + "https://openalex.org/W1514004320", + "https://openalex.org/W1581516671", + "https://openalex.org/W1804957150", + "https://openalex.org/W1942423339", + "https://openalex.org/W1968561119", + "https://openalex.org/W1971567680", + "https://openalex.org/W1979692035", + "https://openalex.org/W1980073965", + "https://openalex.org/W1987915183", + "https://openalex.org/W1990514347", + "https://openalex.org/W2008355848", + "https://openalex.org/W2010505240", + "https://openalex.org/W2019112050", + "https://openalex.org/W2020783771", + "https://openalex.org/W2030545386", + "https://openalex.org/W2031056773", + "https://openalex.org/W2034539720", + "https://openalex.org/W2037645123", + "https://openalex.org/W2038713182", + "https://openalex.org/W2040870580", + "https://openalex.org/W2044799191", + "https://openalex.org/W2055784634", + "https://openalex.org/W2061422883", + "https://openalex.org/W2064268005", + "https://openalex.org/W2076257979", + "https://openalex.org/W2089365259", + "https://openalex.org/W2095984596", + "https://openalex.org/W2103956991", + "https://openalex.org/W2111084110", + "https://openalex.org/W2121062711", + "https://openalex.org/W2122964527", + "https://openalex.org/W2124269824", + "https://openalex.org/W2125838338", + "https://openalex.org/W2133892930", + "https://openalex.org/W2136922672", + "https://openalex.org/W2138178898", + "https://openalex.org/W2990961515", + "https://openalex.org/W3022578515", + "https://openalex.org/W3037443854", + "https://openalex.org/W3037687232" + ], + "related_works": [], + "abstract_inverted_index": { + "Machine": [ + 0 + ], + "learning": [ + 1, + 54 + ], + "algorithms": [ + 2, + 62 + ], + "learn": [ + 3 + ], + "a": [ + 4, + 68, + 86, + 115 + ], + "desired": [ + 5 + ], + "input-output": [ + 6 + ], + "relation": [ + 7 + ], + "from": [ + 8, + 58 + ], + "examples": [ + 9 + ], + "in": [ + 10, + 33, + 106 + ], + "order": [ + 11 + ], + "to": [ + 12, + 50, + 71 + ], + "interpret": [ + 13 + ], + "new": [ + 14 + ], + "inputs.": [ + 15 + ], + "This": [ + 16, + 83 + ], + "is": [ + 17 + ], + "important": [ + 18 + ], + "for": [ + 19 + ], + "tasks": [ + 20 + ], + "such": [ + 21 + ], + "as": [ + 22, + 101, + 103 + ], + "image": [ + 23 + ], + "and": [ + 24, + 110 + ], + "speech": [ + 25 + ], + "recognition": [ + 26 + ], + "or": [ + 27, + 63 + ], + "strategy": [ + 28 + ], + "optimisation,": [ + 29 + ], + "with": [ + 30 + ], + "growing": [ + 31 + ], + "applications": [ + 32 + ], + "the": [ + 34, + 38, + 72, + 78, + 90, + 99, + 112 + ], + "IT": [ + 35 + ], + "industry.": [ + 36 + ], + "In": [ + 37 + ], + "last": [ + 39 + ], + "couple": [ + 40 + ], + "of": [ + 41, + 74, + 80, + 89, + 93, + 114, + 118 + ], + "years,": [ + 42 + ], + "researchers": [ + 43 + ], + "investigated": [ + 44 + ], + "if": [ + 45 + ], + "quantum": [ + 46, + 69, + 81, + 94, + 119 + ], + "computing": [ + 47 + ], + "can": [ + 48 + ], + "help": [ + 49 + ], + "improve": [ + 51 + ], + "classical": [ + 52 + ], + "machine": [ + 53, + 95 + ], + "algorithms.": [ + 55 + ], + "Ideas": [ + 56 + ], + "range": [ + 57 + ], + "running": [ + 59 + ], + "computationally": [ + 60 + ], + "costly": [ + 61 + ], + "their": [ + 64 + ], + "subroutines": [ + 65 + ], + "efficiently": [ + 66 + ], + "on": [ + 67 + ], + "computer": [ + 70 + ], + "translation": [ + 73 + ], + "stochastic": [ + 75 + ], + "methods": [ + 76 + ], + "into": [ + 77 + ], + "language": [ + 79 + ], + "theory.": [ + 82 + ], + "contribution": [ + 84 + ], + "gives": [ + 85 + ], + "systematic": [ + 87 + ], + "overview": [ + 88 + ], + "emerging": [ + 91 + ], + "field": [ + 92 + ], + "learning.": [ + 96, + 120 + ], + "It": [ + 97 + ], + "presents": [ + 98 + ], + "approaches": [ + 100 + ], + "well": [ + 102 + ], + "technical": [ + 104 + ], + "details": [ + 105 + ], + "an": [ + 107 + ], + "accessible": [ + 108 + ], + "way,": [ + 109 + ], + "discusses": [ + 111 + ], + "potential": [ + 113 + ], + "future": [ + 116 + ], + "theory": [ + 117 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 125 + }, + { + "year": 2025, + "cited_by_count": 267 + }, + { + "year": 2024, + "cited_by_count": 218 + }, + { + "year": 2023, + "cited_by_count": 168 + }, + { + "year": 2022, + "cited_by_count": 128 + }, + { + "year": 2021, + "cited_by_count": 94 + }, + { + "year": 2020, + "cited_by_count": 82 + }, + { + "year": 2019, + "cited_by_count": 57 + }, + { + "year": 2018, + "cited_by_count": 40 + }, + { + "year": 2017, + "cited_by_count": 31 + }, + { + "year": 2016, + "cited_by_count": 11 + }, + { + "year": 2015, + "cited_by_count": 3 + }, + { + "year": 2014, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-28T09:10:13.091523", + "created_date": "2016-06-24T00:00:00" + }, + { + "id": "https://openalex.org/W2789894922", + "doi": "https://doi.org/10.1001/jama.2017.18391", + "title": "Big Data and Machine Learning in Health Care", + "display_name": "Big Data and Machine Learning in Health Care", + "relevance_score": 2616.0063, + "publication_year": 2018, + "publication_date": "2018-03-12", + "ids": { + "openalex": "https://openalex.org/W2789894922", + "doi": "https://doi.org/10.1001/jama.2017.18391", + "mag": "2789894922", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/29532063" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1001/jama.2017.18391", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1001/jama.2017.18391", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S172573765", + "display_name": "JAMA", + "issn_l": "0098-7484", + "issn": [ + "0098-7484", + "1538-3598" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320259", + "host_organization_name": "American Medical Association", + "host_organization_lineage": [ + "https://openalex.org/P4310320259" + ], + "host_organization_lineage_names": [ + "American Medical Association" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "JAMA", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref", + "pubmed" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5077007622", + "display_name": "Andrew L. Beam", + "orcid": "https://orcid.org/0000-0002-6657-2787" + }, + "institutions": [ + { + "id": "https://openalex.org/I136199984", + "display_name": "Harvard University", + "ror": "https://ror.org/03vek6s52", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I136199984" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Andrew L. Beam", + "raw_affiliation_strings": [ + "Department of Biomedical Informatics, Harvard Medical School, Boston, Massachusetts" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Biomedical Informatics, Harvard Medical School, Boston, Massachusetts", + "institution_ids": [ + "https://openalex.org/I136199984" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5088509061", + "display_name": "Isaac S. Kohane", + "orcid": "https://orcid.org/0000-0003-2192-5160" + }, + "institutions": [ + { + "id": "https://openalex.org/I136199984", + "display_name": "Harvard University", + "ror": "https://ror.org/03vek6s52", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I136199984" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Isaac S. Kohane", + "raw_affiliation_strings": [ + "Department of Biomedical Informatics, Harvard Medical School, Boston, Massachusetts" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Biomedical Informatics, Harvard Medical School, Boston, Massachusetts", + "institution_ids": [ + "https://openalex.org/I136199984" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5077007622" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I136199984" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 125.0736, + "has_fulltext": false, + "cited_by_count": 2104, + "citation_normalized_percentile": { + "value": 0.99976569, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "319", + "issue": "13", + "first_page": "1317", + "last_page": "1317" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10261", + "display_name": "Genetic Associations and Epidemiology", + "score": 0.9894000291824341, + "subfield": { + "id": "https://openalex.org/subfields/1311", + "display_name": "Genetics" + }, + "field": { + "id": "https://openalex.org/fields/13", + "display_name": "Biochemistry, Genetics and Molecular Biology" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10261", + "display_name": "Genetic Associations and Epidemiology", + "score": 0.9894000291824341, + "subfield": { + "id": "https://openalex.org/subfields/1311", + "display_name": "Genetics" + }, + "field": { + "id": "https://openalex.org/fields/13", + "display_name": "Biochemistry, Genetics and Molecular Biology" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + }, + { + "id": "https://openalex.org/T13702", + "display_name": "Machine Learning in Healthcare", + "score": 0.9599000215530396, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12026", + "display_name": "Explainable Artificial Intelligence (XAI)", + "score": 0.9545000195503235, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/medicine", + "display_name": "Medicine", + "score": 0.9493777751922607 + }, + { + "id": "https://openalex.org/keywords/otorhinolaryngology", + "display_name": "Otorhinolaryngology", + "score": 0.5338343977928162 + }, + { + "id": "https://openalex.org/keywords/family-medicine", + "display_name": "Family medicine", + "score": 0.5010433197021484 + }, + { + "id": "https://openalex.org/keywords/sign", + "display_name": "Sign (mathematics)", + "score": 0.4248647093772888 + }, + { + "id": "https://openalex.org/keywords/psychiatry", + "display_name": "Psychiatry", + "score": 0.32425233721733093 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.9493777751922607 + }, + { + "id": "https://openalex.org/C108516343", + "wikidata": "https://www.wikidata.org/wiki/Q189553", + "display_name": "Otorhinolaryngology", + "level": 2, + "score": 0.5338343977928162 + }, + { + "id": "https://openalex.org/C512399662", + "wikidata": "https://www.wikidata.org/wiki/Q3505712", + "display_name": "Family medicine", + "level": 1, + "score": 0.5010433197021484 + }, + { + "id": "https://openalex.org/C139676723", + "wikidata": "https://www.wikidata.org/wiki/Q1193832", + "display_name": "Sign (mathematics)", + "level": 2, + "score": 0.4248647093772888 + }, + { + "id": "https://openalex.org/C118552586", + "wikidata": "https://www.wikidata.org/wiki/Q7867", + "display_name": "Psychiatry", + "level": 1, + "score": 0.32425233721733093 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C134306372", + "wikidata": "https://www.wikidata.org/wiki/Q7754", + "display_name": "Mathematical analysis", + "level": 1, + "score": 0.0 + } + ], + "mesh": [ + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D016571", + "descriptor_name": "Neural Networks, Computer", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D016571", + "descriptor_name": "Neural Networks, Computer", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D016571", + "descriptor_name": "Neural Networks, Computer", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D057225", + "descriptor_name": "Data Mining", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D057225", + "descriptor_name": "Data Mining", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D057225", + "descriptor_name": "Data Mining", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D066264", + "descriptor_name": "Datasets as Topic", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D066264", + "descriptor_name": "Datasets as Topic", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D066264", + "descriptor_name": "Datasets as Topic", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + } + ], + "locations_count": 2, + "locations": [ + { + "id": "doi:10.1001/jama.2017.18391", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1001/jama.2017.18391", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S172573765", + "display_name": "JAMA", + "issn_l": "0098-7484", + "issn": [ + "0098-7484", + "1538-3598" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320259", + "host_organization_name": "American Medical Association", + "host_organization_lineage": [ + "https://openalex.org/P4310320259" + ], + "host_organization_lineage_names": [ + "American Medical Association" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "JAMA", + "raw_type": "journal-article" + }, + { + "id": "pmid:29532063", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/29532063", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "JAMA", + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 5, + "referenced_works": [ + "https://openalex.org/W1984116324", + "https://openalex.org/W2076652359", + "https://openalex.org/W2257979135", + "https://openalex.org/W2557738935", + "https://openalex.org/W2766447205" + ], + "related_works": [ + "https://openalex.org/W2899084033", + "https://openalex.org/W2748952813", + "https://openalex.org/W3031052312", + "https://openalex.org/W3032375762", + "https://openalex.org/W1995515455", + "https://openalex.org/W2080531066", + "https://openalex.org/W3108674512", + "https://openalex.org/W1506200166", + "https://openalex.org/W2048182022", + "https://openalex.org/W2604872355" + ], + "abstract_inverted_index": { + "Our": [ + 0 + ], + "website": [ + 1 + ], + "uses": [ + 2 + ], + "cookies": [ + 3 + ], + "to": [ + 4, + 10, + 20, + 171 + ], + "enhance": [ + 5 + ], + "your": [ + 6, + 158 + ], + "experience.": [ + 7 + ], + "By": [ + 8 + ], + "continuing": [ + 9 + ], + "use": [ + 11 + ], + "our": [ + 12, + 21 + ], + "site,": [ + 13 + ], + "or": [ + 14 + ], + "clicking": [ + 15 + ], + "\"Continue,\"": [ + 16 + ], + "you": [ + 17 + ], + "are": [ + 18 + ], + "agreeing": [ + 19 + ], + "Cookie": [ + 22 + ], + "Policy": [ + 23, + 92 + ], + "|": [ + 24, + 90, + 93 + ], + "Continue": [ + 25 + ], + "JAMA": [ + 26, + 32, + 33, + 36, + 38, + 40, + 43, + 46, + 48, + 50, + 52, + 57, + 59, + 61, + 105, + 106, + 109, + 111, + 113, + 116, + 119, + 122, + 124, + 126, + 128, + 133, + 135, + 137, + 173 + ], + "HomeNew": [ + 27 + ], + "OnlineCurrent": [ + 28 + ], + "IssueFor": [ + 29 + ], + "Authors": [ + 30 + ], + "Publications": [ + 31 + ], + "Network": [ + 34, + 107 + ], + "Open": [ + 35, + 108 + ], + "Cardiology": [ + 37, + 110 + ], + "Dermatology": [ + 39, + 112 + ], + "Health": [ + 41, + 117 + ], + "Forum": [ + 42, + 114, + 118 + ], + "Internal": [ + 44, + 120 + ], + "Medicine": [ + 45, + 121 + ], + "Neurology": [ + 47, + 65, + 123, + 141 + ], + "Oncology": [ + 49, + 125 + ], + "Ophthalmology": [ + 51, + 127 + ], + "Otolaryngology–Head": [ + 53, + 129 + ], + "&": [ + 54, + 66, + 85, + 130, + 142 + ], + "Neck": [ + 55, + 131 + ], + "Surgery": [ + 56, + 62, + 132, + 138 + ], + "Pediatrics": [ + 58, + 134 + ], + "Psychiatry": [ + 60, + 67, + 136, + 143 + ], + "Archives": [ + 63, + 139 + ], + "of": [ + 64, + 88, + 140 + ], + "(1919-1959)": [ + 68 + ], + "Podcasts": [ + 69 + ], + "Clinical": [ + 70 + ], + "Reviews": [ + 71 + ], + "Editors'": [ + 72 + ], + "Summary": [ + 73 + ], + "Medical": [ + 74, + 98 + ], + "News": [ + 75 + ], + "Author": [ + 76 + ], + "Interviews": [ + 77 + ], + "More": [ + 78 + ], + "JN": [ + 79 + ], + "Learning": [ + 80 + ], + "/": [ + 81, + 83 + ], + "CMESubscribeJobsInstitutions": [ + 82 + ], + "LibrariansReprints": [ + 84 + ], + "Permissions": [ + 86 + ], + "Terms": [ + 87 + ], + "Use": [ + 89 + ], + "Privacy": [ + 91 + ], + "Accessibility": [ + 94 + ], + "Statement": [ + 95 + ], + "2023": [ + 96 + ], + "American": [ + 97 + ], + "Association.": [ + 99 + ], + "All": [ + 100, + 104 + ], + "Rights": [ + 101 + ], + "Reserved": [ + 102 + ], + "Search": [ + 103, + 145 + ], + "Archive": [ + 115 + ], + "Input": [ + 144 + ], + "Term": [ + 146 + ], + "Sign": [ + 147, + 150, + 152, + 160 + ], + "In": [ + 148, + 151, + 161 + ], + "Individual": [ + 149 + ], + "inCreate": [ + 153 + ], + "an": [ + 154 + ], + "Account": [ + 155 + ], + "Access": [ + 156 + ], + "through": [ + 157 + ], + "institution": [ + 159 + ], + "Purchase": [ + 162 + ], + "Options:": [ + 163 + ], + "Buy": [ + 164 + ], + "this": [ + 165, + 168 + ], + "article": [ + 166, + 169 + ], + "Rent": [ + 167 + ], + "Subscribe": [ + 170 + ], + "the": [ + 172 + ], + "journal": [ + 174 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 204 + }, + { + "year": 2025, + "cited_by_count": 376 + }, + { + "year": 2024, + "cited_by_count": 311 + }, + { + "year": 2023, + "cited_by_count": 274 + }, + { + "year": 2022, + "cited_by_count": 237 + }, + { + "year": 2021, + "cited_by_count": 279 + }, + { + "year": 2020, + "cited_by_count": 230 + }, + { + "year": 2019, + "cited_by_count": 133 + }, + { + "year": 2018, + "cited_by_count": 56 + }, + { + "year": 2015, + "cited_by_count": 1 + }, + { + "year": 2012, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2996061341", + "doi": "https://doi.org/10.1145/3359786", + "title": "Techniques for interpretable machine learning", + "display_name": "Techniques for interpretable machine learning", + "relevance_score": 2609.9995, + "publication_year": 2019, + "publication_date": "2019-12-20", + "ids": { + "openalex": "https://openalex.org/W2996061341", + "doi": "https://doi.org/10.1145/3359786", + "mag": "2996061341" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1145/3359786", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/3359786", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S103482838", + "display_name": "Communications of the ACM", + "issn_l": "0001-0782", + "issn": [ + "0001-0782", + "1557-7317" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319798", + "host_organization_name": "Association for Computing Machinery", + "host_organization_lineage": [ + "https://openalex.org/P4310319798" + ], + "host_organization_lineage_names": [ + "Association for Computing Machinery" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Communications of the ACM", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5072191151", + "display_name": "Mengnan Du", + "orcid": "https://orcid.org/0000-0002-1614-6069" + }, + "institutions": [ + { + "id": "https://openalex.org/I91045830", + "display_name": "Texas A&M University", + "ror": "https://ror.org/01f5ytq51", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I91045830" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Mengnan Du", + "raw_affiliation_strings": [ + "Texas A&M University, College Station, TX" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Texas A&M University, College Station, TX", + "institution_ids": [ + "https://openalex.org/I91045830" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5007489034", + "display_name": "Ninghao Liu", + "orcid": "https://orcid.org/0000-0002-9170-2424" + }, + "institutions": [ + { + "id": "https://openalex.org/I91045830", + "display_name": "Texas A&M University", + "ror": "https://ror.org/01f5ytq51", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I91045830" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Ninghao Liu", + "raw_affiliation_strings": [ + "Texas A&M University, College Station, TX" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Texas A&M University, College Station, TX", + "institution_ids": [ + "https://openalex.org/I91045830" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5068477431", + "display_name": "Xia Hu", + "orcid": "https://orcid.org/0000-0003-2234-3226" + }, + "institutions": [ + { + "id": "https://openalex.org/I91045830", + "display_name": "Texas A&M University", + "ror": "https://ror.org/01f5ytq51", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I91045830" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Xia Hu", + "raw_affiliation_strings": [ + "Texas A&M University, College Station, TX" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Texas A&M University, College Station, TX", + "institution_ids": [ + "https://openalex.org/I91045830" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5072191151" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I91045830" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 84.2956, + "has_fulltext": false, + "cited_by_count": 1230, + "citation_normalized_percentile": { + "value": 0.99944795, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "63", + "issue": "1", + "first_page": "68", + "last_page": "77" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12026", + "display_name": "Explainable Artificial Intelligence (XAI)", + "score": 0.9997000098228455, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12026", + "display_name": "Explainable Artificial Intelligence (XAI)", + "score": 0.9997000098228455, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11689", + "display_name": "Adversarial Robustness in Machine Learning", + "score": 0.9957000017166138, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9952999949455261, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6890396475791931 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6587886810302734 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.590798556804657 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6890396475791931 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6587886810302734 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.590798556804657 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1145/3359786", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/3359786", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S103482838", + "display_name": "Communications of the ACM", + "issn_l": "0001-0782", + "issn": [ + "0001-0782", + "1557-7317" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319798", + "host_organization_name": "Association for Computing Machinery", + "host_organization_lineage": [ + "https://openalex.org/P4310319798" + ], + "host_organization_lineage_names": [ + "Association for Computing Machinery" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Communications of the ACM", + "raw_type": "journal-article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 41, + "referenced_works": [ + "https://openalex.org/W1514535095", + "https://openalex.org/W1787224781", + "https://openalex.org/W1932198206", + "https://openalex.org/W1945616565", + "https://openalex.org/W1951216520", + "https://openalex.org/W1996796871", + "https://openalex.org/W2026905436", + "https://openalex.org/W2102636708", + "https://openalex.org/W2123045220", + "https://openalex.org/W2128420091", + "https://openalex.org/W2133564696", + "https://openalex.org/W2169393322", + "https://openalex.org/W2253993278", + "https://openalex.org/W2292919134", + "https://openalex.org/W2295598076", + "https://openalex.org/W2418098761", + "https://openalex.org/W2516809705", + "https://openalex.org/W2559655401", + "https://openalex.org/W2594475271", + "https://openalex.org/W2606462007", + "https://openalex.org/W2612690371", + "https://openalex.org/W2764024122", + "https://openalex.org/W2765204106", + "https://openalex.org/W2785760873", + "https://openalex.org/W2788403449", + "https://openalex.org/W2796096336", + "https://openalex.org/W2809002738", + "https://openalex.org/W2809376420", + "https://openalex.org/W2810511505", + "https://openalex.org/W2907174776", + "https://openalex.org/W2914018283", + "https://openalex.org/W2963125461", + "https://openalex.org/W2963615251", + "https://openalex.org/W3101609372", + "https://openalex.org/W3102476541", + "https://openalex.org/W3128452405", + "https://openalex.org/W4301861531", + "https://openalex.org/W6639927594", + "https://openalex.org/W6740789180", + "https://openalex.org/W6743446608", + "https://openalex.org/W6748634344" + ], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W3046775127", + "https://openalex.org/W3107602296", + "https://openalex.org/W3170094116", + "https://openalex.org/W4386462264", + "https://openalex.org/W4313488044", + "https://openalex.org/W3209574120", + "https://openalex.org/W4312192474", + "https://openalex.org/W4210805261" + ], + "abstract_inverted_index": { + "Uncovering": [ + 0 + ], + "the": [ + 1 + ], + "mysterious": [ + 2 + ], + "ways": [ + 3 + ], + "machine": [ + 4 + ], + "learning": [ + 5 + ], + "models": [ + 6 + ], + "make": [ + 7 + ], + "decisions.": [ + 8 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 39 + }, + { + "year": 2025, + "cited_by_count": 162 + }, + { + "year": 2024, + "cited_by_count": 221 + }, + { + "year": 2023, + "cited_by_count": 223 + }, + { + "year": 2022, + "cited_by_count": 221 + }, + { + "year": 2021, + "cited_by_count": 187 + }, + { + "year": 2020, + "cited_by_count": 139 + }, + { + "year": 2019, + "cited_by_count": 34 + }, + { + "year": 2018, + "cited_by_count": 3 + }, + { + "year": 2012, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-21T06:26:12.895304", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2284729062", + "doi": "https://doi.org/10.1177/1745691617693393", + "title": "Choosing Prediction Over Explanation in Psychology: Lessons From Machine Learning", + "display_name": "Choosing Prediction Over Explanation in Psychology: Lessons From Machine Learning", + "relevance_score": 2583.5972, + "publication_year": 2017, + "publication_date": "2017-08-25", + "ids": { + "openalex": "https://openalex.org/W2284729062", + "doi": "https://doi.org/10.1177/1745691617693393", + "mag": "2284729062", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/28841086" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1177/1745691617693393", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1177/1745691617693393", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S27228949", + "display_name": "Perspectives on Psychological Science", + "issn_l": "1745-6916", + "issn": [ + "1745-6916", + "1745-6924" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320017", + "host_organization_name": "SAGE Publishing", + "host_organization_lineage": [ + "https://openalex.org/P4310320017" + ], + "host_organization_lineage_names": [ + "SAGE Publishing" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Perspectives on Psychological Science", + "raw_type": "journal-article" + }, + "type": "review", + "indexed_in": [ + "crossref", + "datacite", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://figshare.com/articles/journal_contribution/Choosing_prediction_over_explanation_in_psychology_Lessons_from_machine_learning/2441878", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5089396175", + "display_name": "Tal Yarkoni", + "orcid": "https://orcid.org/0000-0002-6558-5113" + }, + "institutions": [ + { + "id": "https://openalex.org/I86519309", + "display_name": "The University of Texas at Austin", + "ror": "https://ror.org/00hj54h04", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I86519309" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Tal Yarkoni", + "raw_affiliation_strings": [ + "University of Texas at Austin" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Texas at Austin", + "institution_ids": [ + "https://openalex.org/I86519309" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5011718072", + "display_name": "Jacob Westfall", + "orcid": "https://orcid.org/0000-0001-7566-3544" + }, + "institutions": [ + { + "id": "https://openalex.org/I86519309", + "display_name": "The University of Texas at Austin", + "ror": "https://ror.org/00hj54h04", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I86519309" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Jacob Westfall", + "raw_affiliation_strings": [ + "University of Texas at Austin" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Texas at Austin", + "institution_ids": [ + "https://openalex.org/I86519309" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5089396175" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I86519309" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 142.2137, + "has_fulltext": false, + "cited_by_count": 1981, + "citation_normalized_percentile": { + "value": 0.99990781, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "12", + "issue": "6", + "first_page": "1100", + "last_page": "1122" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T13283", + "display_name": "Mental Health Research Topics", + "score": 0.9991999864578247, + "subfield": { + "id": "https://openalex.org/subfields/3205", + "display_name": "Experimental and Cognitive Psychology" + }, + "field": { + "id": "https://openalex.org/fields/32", + "display_name": "Psychology" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T13283", + "display_name": "Mental Health Research Topics", + "score": 0.9991999864578247, + "subfield": { + "id": "https://openalex.org/subfields/3205", + "display_name": "Experimental and Cognitive Psychology" + }, + "field": { + "id": "https://openalex.org/fields/32", + "display_name": "Psychology" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + }, + { + "id": "https://openalex.org/T10315", + "display_name": "Decision-Making and Behavioral Economics", + "score": 0.987500011920929, + "subfield": { + "id": "https://openalex.org/subfields/1800", + "display_name": "General Decision Sciences" + }, + "field": { + "id": "https://openalex.org/fields/18", + "display_name": "Decision Sciences" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + }, + { + "id": "https://openalex.org/T10241", + "display_name": "Functional Brain Connectivity Studies", + "score": 0.9757999777793884, + "subfield": { + "id": "https://openalex.org/subfields/2805", + "display_name": "Cognitive Neuroscience" + }, + "field": { + "id": "https://openalex.org/fields/28", + "display_name": "Neuroscience" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/psychology", + "display_name": "Psychology", + "score": 0.6357313990592957 + }, + { + "id": "https://openalex.org/keywords/field", + "display_name": "Field (mathematics)", + "score": 0.6339761018753052 + }, + { + "id": "https://openalex.org/keywords/psychological-research", + "display_name": "Psychological research", + "score": 0.623198390007019 + }, + { + "id": "https://openalex.org/keywords/mechanism", + "display_name": "Mechanism (biology)", + "score": 0.5662316679954529 + }, + { + "id": "https://openalex.org/keywords/focus", + "display_name": "Focus (optics)", + "score": 0.5525527000427246 + }, + { + "id": "https://openalex.org/keywords/psychological-science", + "display_name": "Psychological science", + "score": 0.5363956689834595 + }, + { + "id": "https://openalex.org/keywords/cognitive-psychology", + "display_name": "Cognitive psychology", + "score": 0.4831187427043915 + }, + { + "id": "https://openalex.org/keywords/basic-science", + "display_name": "Basic science", + "score": 0.44798544049263 + }, + { + "id": "https://openalex.org/keywords/experimental-psychology", + "display_name": "Experimental psychology", + "score": 0.4426892101764679 + }, + { + "id": "https://openalex.org/keywords/contrast", + "display_name": "Contrast (vision)", + "score": 0.4320238530635834 + }, + { + "id": "https://openalex.org/keywords/point", + "display_name": "Point (geometry)", + "score": 0.4234526753425598 + }, + { + "id": "https://openalex.org/keywords/cognitive-science", + "display_name": "Cognitive science", + "score": 0.4131108522415161 + }, + { + "id": "https://openalex.org/keywords/epistemology", + "display_name": "Epistemology", + "score": 0.39459776878356934 + }, + { + "id": "https://openalex.org/keywords/social-psychology", + "display_name": "Social psychology", + "score": 0.30900537967681885 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.2976836562156677 + }, + { + "id": "https://openalex.org/keywords/cognition", + "display_name": "Cognition", + "score": 0.22188469767570496 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.21790143847465515 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C15744967", + "wikidata": "https://www.wikidata.org/wiki/Q9418", + "display_name": "Psychology", + "level": 0, + "score": 0.6357313990592957 + }, + { + "id": "https://openalex.org/C9652623", + "wikidata": "https://www.wikidata.org/wiki/Q190109", + "display_name": "Field (mathematics)", + "level": 2, + "score": 0.6339761018753052 + }, + { + "id": "https://openalex.org/C188255311", + "wikidata": "https://www.wikidata.org/wiki/Q7256388", + "display_name": "Psychological research", + "level": 2, + "score": 0.623198390007019 + }, + { + "id": "https://openalex.org/C89611455", + "wikidata": "https://www.wikidata.org/wiki/Q6804646", + "display_name": "Mechanism (biology)", + "level": 2, + "score": 0.5662316679954529 + }, + { + "id": "https://openalex.org/C192209626", + "wikidata": "https://www.wikidata.org/wiki/Q190909", + "display_name": "Focus (optics)", + "level": 2, + "score": 0.5525527000427246 + }, + { + "id": "https://openalex.org/C2992048920", + "wikidata": "https://www.wikidata.org/wiki/Q7256367", + "display_name": "Psychological science", + "level": 2, + "score": 0.5363956689834595 + }, + { + "id": "https://openalex.org/C180747234", + "wikidata": "https://www.wikidata.org/wiki/Q23373", + "display_name": "Cognitive psychology", + "level": 1, + "score": 0.4831187427043915 + }, + { + "id": "https://openalex.org/C96526673", + "wikidata": "https://www.wikidata.org/wiki/Q4867047", + "display_name": "Basic science", + "level": 2, + "score": 0.44798544049263 + }, + { + "id": "https://openalex.org/C101068787", + "wikidata": "https://www.wikidata.org/wiki/Q475042", + "display_name": "Experimental psychology", + "level": 3, + "score": 0.4426892101764679 + }, + { + "id": "https://openalex.org/C2776502983", + "wikidata": "https://www.wikidata.org/wiki/Q690182", + "display_name": "Contrast (vision)", + "level": 2, + "score": 0.4320238530635834 + }, + { + "id": "https://openalex.org/C28719098", + "wikidata": "https://www.wikidata.org/wiki/Q44946", + "display_name": "Point (geometry)", + "level": 2, + "score": 0.4234526753425598 + }, + { + "id": "https://openalex.org/C188147891", + "wikidata": "https://www.wikidata.org/wiki/Q147638", + "display_name": "Cognitive science", + "level": 1, + "score": 0.4131108522415161 + }, + { + "id": "https://openalex.org/C111472728", + "wikidata": "https://www.wikidata.org/wiki/Q9471", + "display_name": "Epistemology", + "level": 1, + "score": 0.39459776878356934 + }, + { + "id": "https://openalex.org/C77805123", + "wikidata": "https://www.wikidata.org/wiki/Q161272", + "display_name": "Social psychology", + "level": 1, + "score": 0.30900537967681885 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.2976836562156677 + }, + { + "id": "https://openalex.org/C169900460", + "wikidata": "https://www.wikidata.org/wiki/Q2200417", + "display_name": "Cognition", + "level": 2, + "score": 0.22188469767570496 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.21790143847465515 + }, + { + "id": "https://openalex.org/C202444582", + "wikidata": "https://www.wikidata.org/wiki/Q837863", + "display_name": "Pure mathematics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C138885662", + "wikidata": "https://www.wikidata.org/wiki/Q5891", + "display_name": "Philosophy", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C121332964", + "wikidata": "https://www.wikidata.org/wiki/Q413", + "display_name": "Physics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C120665830", + "wikidata": "https://www.wikidata.org/wiki/Q14620", + "display_name": "Optics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C169760540", + "wikidata": "https://www.wikidata.org/wiki/Q207011", + "display_name": "Neuroscience", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C2524010", + "wikidata": "https://www.wikidata.org/wiki/Q8087", + "display_name": "Geometry", + "level": 1, + "score": 0.0 + } + ], + "mesh": [ + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D011584", + "descriptor_name": "Psychology", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D011584", + "descriptor_name": "Psychology", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D011584", + "descriptor_name": "Psychology", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + } + ], + "locations_count": 5, + "locations": [ + { + "id": "doi:10.1177/1745691617693393", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1177/1745691617693393", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S27228949", + "display_name": "Perspectives on Psychological Science", + "issn_l": "1745-6916", + "issn": [ + "1745-6916", + "1745-6924" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320017", + "host_organization_name": "SAGE Publishing", + "host_organization_lineage": [ + "https://openalex.org/P4310320017" + ], + "host_organization_lineage_names": [ + "SAGE Publishing" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Perspectives on Psychological Science", + "raw_type": "journal-article" + }, + { + "id": "pmid:28841086", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/28841086", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Perspectives on psychological science : a journal of the Association for Psychological Science", + "raw_type": null + }, + { + "id": "pmh:oai:figshare.com:article/2441878", + "is_oa": true, + "landing_page_url": "https://figshare.com/articles/journal_contribution/Choosing_prediction_over_explanation_in_psychology_Lessons_from_machine_learning/2441878", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4377196282", + "display_name": "Figshare", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I4210132348", + "host_organization_name": "Figshare (United Kingdom)", + "host_organization_lineage": [ + "https://openalex.org/I4210132348" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Text" + }, + { + "id": "pmh:oai:pubmedcentral.nih.gov:6603289", + "is_oa": true, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/6603289", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2764455111", + "display_name": "PubMed Central", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Perspect Psychol Sci", + "raw_type": "Text" + }, + { + "id": "doi:10.6084/m9.figshare.2441878.v1", + "is_oa": true, + "landing_page_url": "https://doi.org/10.6084/m9.figshare.2441878.v1", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4377196282", + "display_name": "Figshare", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I4210132348", + "host_organization_name": "Figshare (United Kingdom)", + "host_organization_lineage": [ + "https://openalex.org/I4210132348" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": "article-journal" + } + ], + "best_oa_location": { + "id": "pmh:oai:figshare.com:article/2441878", + "is_oa": true, + "landing_page_url": "https://figshare.com/articles/journal_contribution/Choosing_prediction_over_explanation_in_psychology_Lessons_from_machine_learning/2441878", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4377196282", + "display_name": "Figshare", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I4210132348", + "host_organization_name": "Figshare (United Kingdom)", + "host_organization_lineage": [ + "https://openalex.org/I4210132348" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Text" + }, + "sustainable_development_goals": [ + { + "score": 0.4300000071525574, + "id": "https://metadata.un.org/sdg/4", + "display_name": "Quality Education" + } + ], + "awards": [ + { + "id": "https://openalex.org/G6072193115", + "display_name": null, + "funder_award_id": "R01MH096906", + "funder_id": "https://openalex.org/F4320337346", + "funder_display_name": "National Institute of Mental Health" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320337346", + "display_name": "National Institute of Mental Health", + "ror": "https://ror.org/04xeg9z08" + } + ], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 117, + "referenced_works": [ + "https://openalex.org/W832971097", + "https://openalex.org/W1480376833", + "https://openalex.org/W1529288103", + "https://openalex.org/W1587094587", + "https://openalex.org/W1650809201", + "https://openalex.org/W1678356000", + "https://openalex.org/W1849277567", + "https://openalex.org/W1897139626", + "https://openalex.org/W1928997582", + "https://openalex.org/W1940090105", + "https://openalex.org/W1941783251", + "https://openalex.org/W1965803289", + "https://openalex.org/W1966023201", + "https://openalex.org/W1966797434", + "https://openalex.org/W1972820248", + "https://openalex.org/W1973871257", + "https://openalex.org/W1974829123", + "https://openalex.org/W1975494033", + "https://openalex.org/W1980331490", + "https://openalex.org/W1981457167", + "https://openalex.org/W1985898303", + "https://openalex.org/W1987997380", + "https://openalex.org/W1989462718", + "https://openalex.org/W1993193779", + "https://openalex.org/W1997161938", + "https://openalex.org/W2007178835", + "https://openalex.org/W2007307305", + "https://openalex.org/W2008607322", + "https://openalex.org/W2019448438", + "https://openalex.org/W2020769785", + "https://openalex.org/W2024729467", + "https://openalex.org/W2028171536", + "https://openalex.org/W2028966152", + "https://openalex.org/W2033198212", + "https://openalex.org/W2033872649", + "https://openalex.org/W2036231449", + "https://openalex.org/W2037557484", + "https://openalex.org/W2045573770", + "https://openalex.org/W2046281162", + "https://openalex.org/W2046398551", + "https://openalex.org/W2047104567", + "https://openalex.org/W2054106228", + "https://openalex.org/W2054251181", + "https://openalex.org/W2056418346", + "https://openalex.org/W2059246838", + "https://openalex.org/W2062787021", + "https://openalex.org/W2065692954", + "https://openalex.org/W2075046656", + "https://openalex.org/W2076063813", + "https://openalex.org/W2077088203", + "https://openalex.org/W2080581973", + "https://openalex.org/W2081156723", + "https://openalex.org/W2084341220", + "https://openalex.org/W2091959199", + "https://openalex.org/W2100267603", + "https://openalex.org/W2101645095", + "https://openalex.org/W2106095564", + "https://openalex.org/W2108598243", + "https://openalex.org/W2110223897", + "https://openalex.org/W2111621157", + "https://openalex.org/W2113085067", + "https://openalex.org/W2117350000", + "https://openalex.org/W2119472994", + "https://openalex.org/W2119862467", + "https://openalex.org/W2121880170", + "https://openalex.org/W2122572782", + "https://openalex.org/W2123263696", + "https://openalex.org/W2128431628", + "https://openalex.org/W2132193240", + "https://openalex.org/W2135046866", + "https://openalex.org/W2137351972", + "https://openalex.org/W2137739415", + "https://openalex.org/W2139394602", + "https://openalex.org/W2139852278", + "https://openalex.org/W2141007997", + "https://openalex.org/W2144345994", + "https://openalex.org/W2144710514", + "https://openalex.org/W2150215887", + "https://openalex.org/W2150833190", + "https://openalex.org/W2151554678", + "https://openalex.org/W2153803020", + "https://openalex.org/W2154290668", + "https://openalex.org/W2154776925", + "https://openalex.org/W2155449866", + "https://openalex.org/W2157668596", + "https://openalex.org/W2158196600", + "https://openalex.org/W2158647686", + "https://openalex.org/W2159401492", + "https://openalex.org/W2160455305", + "https://openalex.org/W2161336914", + "https://openalex.org/W2161498332", + "https://openalex.org/W2162148411", + "https://openalex.org/W2166154125", + "https://openalex.org/W2166823678", + "https://openalex.org/W2168979204", + "https://openalex.org/W2169214811", + "https://openalex.org/W2183510664", + "https://openalex.org/W2329873939", + "https://openalex.org/W2333692357", + "https://openalex.org/W2345613236", + "https://openalex.org/W2520456228", + "https://openalex.org/W2781367932", + "https://openalex.org/W2787894218", + "https://openalex.org/W2911964244", + "https://openalex.org/W2919115771", + "https://openalex.org/W2951936974", + "https://openalex.org/W2951964571", + "https://openalex.org/W3121452939", + "https://openalex.org/W3124333825", + "https://openalex.org/W4206439534", + "https://openalex.org/W4239677523", + "https://openalex.org/W4243177274", + "https://openalex.org/W4245648902", + "https://openalex.org/W4250304879", + "https://openalex.org/W4250528183", + "https://openalex.org/W4253418570", + "https://openalex.org/W4298870098" + ], + "related_works": [ + "https://openalex.org/W2967614692", + "https://openalex.org/W3162937339", + "https://openalex.org/W2811220869", + "https://openalex.org/W4390171572", + "https://openalex.org/W4205565064", + "https://openalex.org/W3104930238", + "https://openalex.org/W2792663123", + "https://openalex.org/W2178719713", + "https://openalex.org/W4248643446", + "https://openalex.org/W2330276990" + ], + "abstract_inverted_index": { + "Psychology": [ + 0 + ], + "has": [ + 1, + 59 + ], + "historically": [ + 2 + ], + "been": [ + 3, + 133 + ], + "concerned,": [ + 4 + ], + "first": [ + 5 + ], + "and": [ + 6, + 31, + 40, + 97, + 120, + 125, + 138 + ], + "foremost,": [ + 7 + ], + "with": [ + 8, + 89 + ], + "explaining": [ + 9, + 54 + ], + "the": [ + 10, + 25, + 37, + 55, + 63, + 100, + 117 + ], + "causal": [ + 11 + ], + "mechanisms": [ + 12 + ], + "that": [ + 13, + 43, + 49, + 71, + 79, + 95, + 142, + 150 + ], + "give": [ + 14 + ], + "rise": [ + 15 + ], + "to": [ + 16, + 65, + 85, + 135, + 163 + ], + "behavior.": [ + 17, + 167 + ], + "Randomized,": [ + 18 + ], + "tightly": [ + 19 + ], + "controlled": [ + 20 + ], + "experiments": [ + 21 + ], + "are": [ + 22, + 33 + ], + "enshrined": [ + 23 + ], + "as": [ + 24 + ], + "gold": [ + 26 + ], + "standard": [ + 27 + ], + "of": [ + 28, + 36, + 57, + 62, + 75, + 102, + 116, + 122, + 166 + ], + "psychological": [ + 29, + 76, + 140 + ], + "research,": [ + 30 + ], + "there": [ + 32 + ], + "endless": [ + 34 + ], + "investigations": [ + 35 + ], + "various": [ + 38, + 45 + ], + "mediating": [ + 39 + ], + "moderating": [ + 41 + ], + "variables": [ + 42 + ], + "govern": [ + 44 + ], + "behaviors.": [ + 46 + ], + "We": [ + 47, + 93, + 113, + 148 + ], + "argue": [ + 48 + ], + "psychology's": [ + 50 + ], + "near-total": [ + 51 + ], + "focus": [ + 52, + 153 + ], + "on": [ + 53, + 144, + 154 + ], + "causes": [ + 56 + ], + "behavior": [ + 58 + ], + "led": [ + 60 + ], + "much": [ + 61 + ], + "field": [ + 64, + 101 + ], + "be": [ + 66 + ], + "populated": [ + 67 + ], + "by": [ + 68 + ], + "research": [ + 69, + 141, + 146 + ], + "programs": [ + 70 + ], + "provide": [ + 72 + ], + "intricate": [ + 73 + ], + "theories": [ + 74 + ], + "mechanism": [ + 77 + ], + "but": [ + 78 + ], + "have": [ + 80, + 132 + ], + "little": [ + 81 + ], + "(or": [ + 82 + ], + "unknown)": [ + 83 + ], + "ability": [ + 84 + ], + "predict": [ + 86 + ], + "future": [ + 87 + ], + "behaviors": [ + 88 + ], + "any": [ + 90 + ], + "appreciable": [ + 91 + ], + "accuracy.": [ + 92 + ], + "propose": [ + 94 + ], + "principles": [ + 96 + ], + "techniques": [ + 98 + ], + "from": [ + 99 + ], + "machine": [ + 103, + 123 + ], + "learning": [ + 104, + 124 + ], + "can": [ + 105, + 159 + ], + "help": [ + 106 + ], + "psychology": [ + 107 + ], + "become": [ + 108 + ], + "a": [ + 109 + ], + "more": [ + 110 + ], + "predictive": [ + 111, + 145 + ], + "science.": [ + 112 + ], + "review": [ + 114 + ], + "some": [ + 115 + ], + "fundamental": [ + 118 + ], + "concepts": [ + 119, + 131 + ], + "tools": [ + 121 + ], + "point": [ + 126 + ], + "out": [ + 127 + ], + "examples": [ + 128 + ], + "where": [ + 129 + ], + "these": [ + 130 + ], + "used": [ + 134 + ], + "conduct": [ + 136 + ], + "interesting": [ + 137 + ], + "important": [ + 139 + ], + "focuses": [ + 143 + ], + "questions.": [ + 147 + ], + "suggest": [ + 149 + ], + "an": [ + 151 + ], + "increased": [ + 152 + ], + "prediction,": [ + 155 + ], + "rather": [ + 156 + ], + "than": [ + 157 + ], + "explanation,": [ + 158 + ], + "ultimately": [ + 160 + ], + "lead": [ + 161 + ], + "us": [ + 162 + ], + "greater": [ + 164 + ], + "understanding": [ + 165 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 96 + }, + { + "year": 2025, + "cited_by_count": 252 + }, + { + "year": 2024, + "cited_by_count": 244 + }, + { + "year": 2023, + "cited_by_count": 243 + }, + { + "year": 2022, + "cited_by_count": 252 + }, + { + "year": 2021, + "cited_by_count": 274 + }, + { + "year": 2020, + "cited_by_count": 290 + }, + { + "year": 2019, + "cited_by_count": 180 + }, + { + "year": 2018, + "cited_by_count": 107 + }, + { + "year": 2017, + "cited_by_count": 28 + }, + { + "year": 2016, + "cited_by_count": 13 + }, + { + "year": 2014, + "cited_by_count": 1 + }, + { + "year": 2013, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2469230926", + "doi": "https://doi.org/10.1109/tsp.2017.2690524", + "title": "Tensor Decomposition for Signal Processing and Machine Learning", + "display_name": "Tensor Decomposition for Signal Processing and Machine Learning", + "relevance_score": 2578.9434, + "publication_year": 2017, + "publication_date": "2017-04-03", + "ids": { + "openalex": "https://openalex.org/W2469230926", + "doi": "https://doi.org/10.1109/tsp.2017.2690524", + "mag": "2469230926" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1109/tsp.2017.2690524", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/tsp.2017.2690524", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S168680287", + "display_name": "IEEE Transactions on Signal Processing", + "issn_l": "1053-587X", + "issn": [ + "1053-587X", + "1941-0476" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319808", + "host_organization_name": "Institute of Electrical and Electronics Engineers", + "host_organization_lineage": [ + "https://openalex.org/P4310319808" + ], + "host_organization_lineage_names": [ + "Institute of Electrical and Electronics Engineers" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IEEE Transactions on Signal Processing", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "arxiv", + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1607.01668", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5050186120", + "display_name": "Nicholas D. Sidiropoulos", + "orcid": "https://orcid.org/0000-0002-3385-7911" + }, + "institutions": [ + { + "id": "https://openalex.org/I130238516", + "display_name": "University of Minnesota", + "ror": "https://ror.org/017zqws13", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I130238516" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Nicholas D. Sidiropoulos", + "raw_affiliation_strings": [ + "Department of Electrical and Computer Engineering, University of Minnesota, Minneapolis, MN, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Electrical and Computer Engineering, University of Minnesota, Minneapolis, MN, USA", + "institution_ids": [ + "https://openalex.org/I130238516" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5009006026", + "display_name": "Lieven De Lathauwer", + "orcid": "https://orcid.org/0000-0001-5562-5014" + }, + "institutions": [ + { + "id": "https://openalex.org/I99464096", + "display_name": "KU Leuven", + "ror": "https://ror.org/05f950310", + "country_code": "BE", + "type": "education", + "lineage": [ + "https://openalex.org/I99464096" + ] + } + ], + "countries": [ + "BE" + ], + "is_corresponding": false, + "raw_author_name": "Lieven De Lathauwer", + "raw_affiliation_strings": [ + "KU Leuven, Leuven, Belgium" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "KU Leuven, Leuven, Belgium", + "institution_ids": [ + "https://openalex.org/I99464096" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5015075381", + "display_name": "Xiao Fu", + "orcid": "https://orcid.org/0000-0003-4847-9586" + }, + "institutions": [ + { + "id": "https://openalex.org/I130238516", + "display_name": "University of Minnesota", + "ror": "https://ror.org/017zqws13", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I130238516" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Xiao Fu", + "raw_affiliation_strings": [ + "Department of Electrical and Computer Engineering, University of Minnesota, Minneapolis, MN, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Electrical and Computer Engineering, University of Minnesota, Minneapolis, MN, USA", + "institution_ids": [ + "https://openalex.org/I130238516" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5002695199", + "display_name": "Kejun Huang", + "orcid": "https://orcid.org/0000-0002-6460-6365" + }, + "institutions": [ + { + "id": "https://openalex.org/I130238516", + "display_name": "University of Minnesota", + "ror": "https://ror.org/017zqws13", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I130238516" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Kejun Huang", + "raw_affiliation_strings": [ + "Department of Electrical and Computer Engineering, University of Minnesota, Minneapolis, MN, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Electrical and Computer Engineering, University of Minnesota, Minneapolis, MN, USA", + "institution_ids": [ + "https://openalex.org/I130238516" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5054849323", + "display_name": "Evangelos E. Papalexakis", + "orcid": "https://orcid.org/0000-0002-3411-8483" + }, + "institutions": [ + { + "id": "https://openalex.org/I103635307", + "display_name": "University of California, Riverside", + "ror": "https://ror.org/03nawhv43", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I103635307" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Evangelos E. Papalexakis", + "raw_affiliation_strings": [ + "Department of Computer Science, University of California, Riverside, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science, University of California, Riverside, CA, USA", + "institution_ids": [ + "https://openalex.org/I103635307" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5035605036", + "display_name": "Christos Faloutsos", + "orcid": "https://orcid.org/0000-0003-2996-9790" + }, + "institutions": [ + { + "id": "https://openalex.org/I74973139", + "display_name": "Carnegie Mellon University", + "ror": "https://ror.org/05x2bcf33", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I74973139" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Christos Faloutsos", + "raw_affiliation_strings": [ + "Department of Computer Science, Carnegie Mellon University, Pittsburgh, PA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science, Carnegie Mellon University, Pittsburgh, PA, USA", + "institution_ids": [ + "https://openalex.org/I74973139" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 6, + "corresponding_author_ids": [ + "https://openalex.org/A5050186120" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I130238516" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 70.6888, + "has_fulltext": true, + "cited_by_count": 1592, + "citation_normalized_percentile": { + "value": 1.0, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 98, + "max": 100 + }, + "biblio": { + "volume": "65", + "issue": "13", + "first_page": "3551", + "last_page": "3582" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12303", + "display_name": "Tensor decomposition and applications", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/2605", + "display_name": "Computational Mathematics" + }, + "field": { + "id": "https://openalex.org/fields/26", + "display_name": "Mathematics" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12303", + "display_name": "Tensor decomposition and applications", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/2605", + "display_name": "Computational Mathematics" + }, + "field": { + "id": "https://openalex.org/fields/26", + "display_name": "Mathematics" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11269", + "display_name": "Algorithms and Data Compression", + "score": 0.967199981212616, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11447", + "display_name": "Blind Source Separation Techniques", + "score": 0.925000011920929, + "subfield": { + "id": "https://openalex.org/subfields/1711", + "display_name": "Signal Processing" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/tensor", + "display_name": "Tensor (intrinsic definition)", + "score": 0.6821173429489136 + }, + { + "id": "https://openalex.org/keywords/identifiability", + "display_name": "Identifiability", + "score": 0.6632334589958191 + }, + { + "id": "https://openalex.org/keywords/multilinear-algebra", + "display_name": "Multilinear algebra", + "score": 0.6560895442962646 + }, + { + "id": "https://openalex.org/keywords/multilinear-map", + "display_name": "Multilinear map", + "score": 0.6472100615501404 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6300849318504333 + }, + { + "id": "https://openalex.org/keywords/matrix-decomposition", + "display_name": "Matrix decomposition", + "score": 0.5968412160873413 + }, + { + "id": "https://openalex.org/keywords/signal-processing", + "display_name": "Signal processing", + "score": 0.5858262777328491 + }, + { + "id": "https://openalex.org/keywords/rank", + "display_name": "Rank (graph theory)", + "score": 0.4913288652896881 + }, + { + "id": "https://openalex.org/keywords/ranging", + "display_name": "Ranging", + "score": 0.4827932119369507 + }, + { + "id": "https://openalex.org/keywords/subspace-topology", + "display_name": "Subspace topology", + "score": 0.46624651551246643 + }, + { + "id": "https://openalex.org/keywords/statistical-signal-processing", + "display_name": "Statistical signal processing", + "score": 0.45162856578826904 + }, + { + "id": "https://openalex.org/keywords/analytics", + "display_name": "Analytics", + "score": 0.4217430055141449 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.41538673639297485 + }, + { + "id": "https://openalex.org/keywords/theoretical-computer-science", + "display_name": "Theoretical computer science", + "score": 0.38948237895965576 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.3768589496612549 + }, + { + "id": "https://openalex.org/keywords/algebra-over-a-field", + "display_name": "Algebra over a field", + "score": 0.29181069135665894 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.2590547800064087 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.2379186749458313 + }, + { + "id": "https://openalex.org/keywords/digital-signal-processing", + "display_name": "Digital signal processing", + "score": 0.20643731951713562 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C155281189", + "wikidata": "https://www.wikidata.org/wiki/Q3518150", + "display_name": "Tensor (intrinsic definition)", + "level": 2, + "score": 0.6821173429489136 + }, + { + "id": "https://openalex.org/C122770356", + "wikidata": "https://www.wikidata.org/wiki/Q1656753", + "display_name": "Identifiability", + "level": 2, + "score": 0.6632334589958191 + }, + { + "id": "https://openalex.org/C60321788", + "wikidata": "https://www.wikidata.org/wiki/Q1197190", + "display_name": "Multilinear algebra", + "level": 5, + "score": 0.6560895442962646 + }, + { + "id": "https://openalex.org/C84392682", + "wikidata": "https://www.wikidata.org/wiki/Q1952404", + "display_name": "Multilinear map", + "level": 2, + "score": 0.6472100615501404 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6300849318504333 + }, + { + "id": "https://openalex.org/C42355184", + "wikidata": "https://www.wikidata.org/wiki/Q1361088", + "display_name": "Matrix decomposition", + "level": 3, + "score": 0.5968412160873413 + }, + { + "id": "https://openalex.org/C104267543", + "wikidata": "https://www.wikidata.org/wiki/Q208163", + "display_name": "Signal processing", + "level": 3, + "score": 0.5858262777328491 + }, + { + "id": "https://openalex.org/C164226766", + "wikidata": "https://www.wikidata.org/wiki/Q7293202", + "display_name": "Rank (graph theory)", + "level": 2, + "score": 0.4913288652896881 + }, + { + "id": "https://openalex.org/C115051666", + "wikidata": "https://www.wikidata.org/wiki/Q6522493", + "display_name": "Ranging", + "level": 2, + "score": 0.4827932119369507 + }, + { + "id": "https://openalex.org/C32834561", + "wikidata": "https://www.wikidata.org/wiki/Q660730", + "display_name": "Subspace topology", + "level": 2, + "score": 0.46624651551246643 + }, + { + "id": "https://openalex.org/C105125183", + "wikidata": "https://www.wikidata.org/wiki/Q208163", + "display_name": "Statistical signal processing", + "level": 4, + "score": 0.45162856578826904 + }, + { + "id": "https://openalex.org/C79158427", + "wikidata": "https://www.wikidata.org/wiki/Q485396", + "display_name": "Analytics", + "level": 2, + "score": 0.4217430055141449 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.41538673639297485 + }, + { + "id": "https://openalex.org/C80444323", + "wikidata": "https://www.wikidata.org/wiki/Q2878974", + "display_name": "Theoretical computer science", + "level": 1, + "score": 0.38948237895965576 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.3768589496612549 + }, + { + "id": "https://openalex.org/C136119220", + "wikidata": "https://www.wikidata.org/wiki/Q1000660", + "display_name": "Algebra over a field", + "level": 2, + "score": 0.29181069135665894 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.2590547800064087 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.2379186749458313 + }, + { + "id": "https://openalex.org/C84462506", + "wikidata": "https://www.wikidata.org/wiki/Q173142", + "display_name": "Digital signal processing", + "level": 2, + "score": 0.20643731951713562 + }, + { + "id": "https://openalex.org/C114614502", + "wikidata": "https://www.wikidata.org/wiki/Q76592", + "display_name": "Combinatorics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C76155785", + "wikidata": "https://www.wikidata.org/wiki/Q418", + "display_name": "Telecommunications", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C138354692", + "wikidata": "https://www.wikidata.org/wiki/Q1231309", + "display_name": "Division algebra", + "level": 4, + "score": 0.0 + }, + { + "id": "https://openalex.org/C169171071", + "wikidata": "https://www.wikidata.org/wiki/Q5449241", + "display_name": "Filtered algebra", + "level": 3, + "score": 0.0 + }, + { + "id": "https://openalex.org/C202444582", + "wikidata": "https://www.wikidata.org/wiki/Q837863", + "display_name": "Pure mathematics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C62520636", + "wikidata": "https://www.wikidata.org/wiki/Q944", + "display_name": "Quantum mechanics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C158693339", + "wikidata": "https://www.wikidata.org/wiki/Q190524", + "display_name": "Eigenvalues and eigenvectors", + "level": 2, + "score": 0.0 + }, + { + "id": "https://openalex.org/C121332964", + "wikidata": "https://www.wikidata.org/wiki/Q413", + "display_name": "Physics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C9390403", + "wikidata": "https://www.wikidata.org/wiki/Q3966", + "display_name": "Computer hardware", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 3, + "locations": [ + { + "id": "doi:10.1109/tsp.2017.2690524", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/tsp.2017.2690524", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S168680287", + "display_name": "IEEE Transactions on Signal Processing", + "issn_l": "1053-587X", + "issn": [ + "1053-587X", + "1941-0476" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319808", + "host_organization_name": "Institute of Electrical and Electronics Engineers", + "host_organization_lineage": [ + "https://openalex.org/P4310319808" + ], + "host_organization_lineage_names": [ + "Institute of Electrical and Electronics Engineers" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IEEE Transactions on Signal Processing", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:arXiv.org:1607.01668", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1607.01668", + "pdf_url": "https://arxiv.org/pdf/1607.01668", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:lirias2repo.kuleuven.be:123456789/577591", + "is_oa": true, + "landing_page_url": "https://lirias.kuleuven.be/bitstream/123456789/577591/3/sidiropoulos2016tensor.pdf", + "pdf_url": "https://lirias.kuleuven.be/retrieve/eb8ab0fd-a4ff-419b-9ba1-24b97d90fb22", + "source": { + "id": "https://openalex.org/S4306401954", + "display_name": "Lirias (KU Leuven)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I99464096", + "host_organization_name": "KU Leuven", + "host_organization_lineage": [ + "https://openalex.org/I99464096" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "other-oa", + "license_id": "https://openalex.org/licenses/other-oa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "IEEE Transactions on Signal Processing, vol. 65 (13), (3551-3582)", + "raw_type": "info:eu-repo/semantics/publishedVersion" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1607.01668", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1607.01668", + "pdf_url": "https://arxiv.org/pdf/1607.01668", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + "sustainable_development_goals": [ + { + "score": 0.4300000071525574, + "id": "https://metadata.un.org/sdg/9", + "display_name": "Industry, innovation and infrastructure" + } + ], + "awards": [ + { + "id": "https://openalex.org/G1371775621", + "display_name": null, + "funder_award_id": "C16/15/059", + "funder_id": "https://openalex.org/F4320322308", + "funder_display_name": "KU Leuven" + }, + { + "id": "https://openalex.org/G1676009052", + "display_name": null, + "funder_award_id": "CoE EF/05/006", + "funder_id": "https://openalex.org/F4320322308", + "funder_display_name": "KU Leuven" + }, + { + "id": "https://openalex.org/G2832174611", + "display_name": null, + "funder_award_id": "IIS-1247632", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G4104599821", + "display_name": null, + "funder_award_id": "FP7/2007-2013", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G4967211227", + "display_name": "BIGDATA: Mid-Scale: DA: Collaborative Research: Big Tensor Mining: Theory, Scalable Algorithms and Applications", + "funder_award_id": "1247489", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G5519121898", + "display_name": "BIGDATA: Mid-Scale: DA: Collaborative Research: Big Tensor Mining: Theory, Scalable Algorithms and Applications", + "funder_award_id": "1247632", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G5946195615", + "display_name": null, + "funder_award_id": "IIS-1447788", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G6685711771", + "display_name": null, + "funder_award_id": "IIS-1247489", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G6734414162", + "display_name": null, + "funder_award_id": "IUAP P7", + "funder_id": "https://openalex.org/F4320321454", + "funder_display_name": "Belgian Federal Science Policy Office" + }, + { + "id": "https://openalex.org/G8796945004", + "display_name": null, + "funder_award_id": "FP7/2007-2013", + "funder_id": "https://openalex.org/F4320334960", + "funder_display_name": "Seventh Framework Programme" + }, + { + "id": "https://openalex.org/G8907058826", + "display_name": null, + "funder_award_id": "1447788", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320306076", + "display_name": "National Science Foundation", + "ror": "https://ror.org/021nxhr62" + }, + { + "id": "https://openalex.org/F4320321454", + "display_name": "Belgian Federal Science Policy Office", + "ror": "https://ror.org/01fapfv42" + }, + { + "id": "https://openalex.org/F4320322308", + "display_name": "KU Leuven", + "ror": "https://ror.org/05f950310" + }, + { + "id": "https://openalex.org/F4320334678", + "display_name": "European Research Council", + "ror": "https://ror.org/0472cxd90" + }, + { + "id": "https://openalex.org/F4320334960", + "display_name": "Seventh Framework Programme", + "ror": "https://ror.org/00k4n6c32" + } + ], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 174, + "referenced_works": [ + "https://openalex.org/W40848148", + "https://openalex.org/W49160414", + "https://openalex.org/W50417968", + "https://openalex.org/W94565353", + "https://openalex.org/W104065991", + "https://openalex.org/W111803032", + "https://openalex.org/W182499956", + "https://openalex.org/W227277429", + "https://openalex.org/W303777154", + "https://openalex.org/W343638764", + "https://openalex.org/W1500188831", + "https://openalex.org/W1511885491", + "https://openalex.org/W1525270046", + "https://openalex.org/W1539811621", + "https://openalex.org/W1562564874", + "https://openalex.org/W1590929617", + "https://openalex.org/W1632866817", + "https://openalex.org/W1682665945", + "https://openalex.org/W1755563775", + "https://openalex.org/W1850275953", + "https://openalex.org/W1852495720", + "https://openalex.org/W1870083876", + "https://openalex.org/W1964650132", + "https://openalex.org/W1965392255", + "https://openalex.org/W1966845080", + "https://openalex.org/W1967077133", + "https://openalex.org/W1969082792", + "https://openalex.org/W1970195563", + "https://openalex.org/W1973246170", + "https://openalex.org/W1974785908", + "https://openalex.org/W1978259121", + "https://openalex.org/W1980906180", + "https://openalex.org/W1982725637", + "https://openalex.org/W1989811026", + "https://openalex.org/W1993482030", + "https://openalex.org/W2000045479", + "https://openalex.org/W2000215628", + "https://openalex.org/W2008560788", + "https://openalex.org/W2008751154", + "https://openalex.org/W2008972618", + "https://openalex.org/W2009235538", + "https://openalex.org/W2009685860", + "https://openalex.org/W2010417247", + "https://openalex.org/W2011179711", + "https://openalex.org/W2013912476", + "https://openalex.org/W2014565165", + "https://openalex.org/W2014617517", + "https://openalex.org/W2017948584", + "https://openalex.org/W2018282388", + "https://openalex.org/W2019219605", + "https://openalex.org/W2024165284", + "https://openalex.org/W2024166170", + "https://openalex.org/W2027559251", + "https://openalex.org/W2030790903", + "https://openalex.org/W2033332370", + "https://openalex.org/W2033393326", + "https://openalex.org/W2038920431", + "https://openalex.org/W2042901969", + "https://openalex.org/W2043034352", + "https://openalex.org/W2044777402", + "https://openalex.org/W2044901395", + "https://openalex.org/W2047680880", + "https://openalex.org/W2049063033", + "https://openalex.org/W2049878767", + "https://openalex.org/W2050968963", + "https://openalex.org/W2057503509", + "https://openalex.org/W2058236771", + "https://openalex.org/W2066392792", + "https://openalex.org/W2068425868", + "https://openalex.org/W2070013413", + "https://openalex.org/W2070135644", + "https://openalex.org/W2072139290", + "https://openalex.org/W2072509929", + "https://openalex.org/W2076214866", + "https://openalex.org/W2076603483", + "https://openalex.org/W2078314058", + "https://openalex.org/W2078465266", + "https://openalex.org/W2079705627", + "https://openalex.org/W2081106919", + "https://openalex.org/W2081504597", + "https://openalex.org/W2084313768", + "https://openalex.org/W2086261631", + "https://openalex.org/W2090705694", + "https://openalex.org/W2098171862", + "https://openalex.org/W2101641981", + "https://openalex.org/W2102892751", + "https://openalex.org/W2102937240", + "https://openalex.org/W2103392911", + "https://openalex.org/W2103537693", + "https://openalex.org/W2105186495", + "https://openalex.org/W2105724942", + "https://openalex.org/W2106221905", + "https://openalex.org/W2108138101", + "https://openalex.org/W2110322013", + "https://openalex.org/W2111885075", + "https://openalex.org/W2112487361", + "https://openalex.org/W2113055885", + "https://openalex.org/W2118550318", + "https://openalex.org/W2119412403", + "https://openalex.org/W2119741678", + "https://openalex.org/W2120186527", + "https://openalex.org/W2121739212", + "https://openalex.org/W2128203095", + "https://openalex.org/W2129914124", + "https://openalex.org/W2130026668", + "https://openalex.org/W2130629120", + "https://openalex.org/W2131746221", + "https://openalex.org/W2132639093", + "https://openalex.org/W2136023375", + "https://openalex.org/W2136559714", + "https://openalex.org/W2138996475", + "https://openalex.org/W2140862024", + "https://openalex.org/W2141280932", + "https://openalex.org/W2142486198", + "https://openalex.org/W2142638745", + "https://openalex.org/W2144070955", + "https://openalex.org/W2148507357", + "https://openalex.org/W2150059498", + "https://openalex.org/W2150204240", + "https://openalex.org/W2150273584", + "https://openalex.org/W2151139595", + "https://openalex.org/W2152044198", + "https://openalex.org/W2157615762", + "https://openalex.org/W2158218920", + "https://openalex.org/W2158670239", + "https://openalex.org/W2164278908", + "https://openalex.org/W2167083368", + "https://openalex.org/W2167430018", + "https://openalex.org/W2170668800", + "https://openalex.org/W2172195418", + "https://openalex.org/W2181680249", + "https://openalex.org/W2191558661", + "https://openalex.org/W2195165862", + "https://openalex.org/W2237941226", + "https://openalex.org/W2258054274", + "https://openalex.org/W2264065105", + "https://openalex.org/W2282347063", + "https://openalex.org/W2294755503", + "https://openalex.org/W2295739661", + "https://openalex.org/W2296319761", + "https://openalex.org/W2298042388", + "https://openalex.org/W2322520062", + "https://openalex.org/W2328976642", + "https://openalex.org/W2396803706", + "https://openalex.org/W2404578340", + "https://openalex.org/W2490308495", + "https://openalex.org/W2528907418", + "https://openalex.org/W2592422147", + "https://openalex.org/W2595142274", + "https://openalex.org/W2614404377", + "https://openalex.org/W2949940479", + "https://openalex.org/W2964313686", + "https://openalex.org/W3011953977", + "https://openalex.org/W3098973674", + "https://openalex.org/W3104141160", + "https://openalex.org/W3104226882", + "https://openalex.org/W3118552534", + "https://openalex.org/W4236462140", + "https://openalex.org/W4242209908", + "https://openalex.org/W4244393449", + "https://openalex.org/W4250589301", + "https://openalex.org/W4251986282", + "https://openalex.org/W4285719527", + "https://openalex.org/W4292363360", + "https://openalex.org/W4295910354", + "https://openalex.org/W4301014524", + "https://openalex.org/W6603861661", + "https://openalex.org/W6636705969", + "https://openalex.org/W6676039487", + "https://openalex.org/W6676820125", + "https://openalex.org/W6681015807", + "https://openalex.org/W6681780477", + "https://openalex.org/W6687535707", + "https://openalex.org/W6787650870" + ], + "related_works": [ + "https://openalex.org/W2071105597", + "https://openalex.org/W2242909499", + "https://openalex.org/W2405717268", + "https://openalex.org/W2946637708", + "https://openalex.org/W4235893778", + "https://openalex.org/W2100779717", + "https://openalex.org/W2901391673", + "https://openalex.org/W4376274937", + "https://openalex.org/W3189506985", + "https://openalex.org/W3022422766" + ], + "abstract_inverted_index": { + "Tensors": [ + 0, + 33 + ], + "or": [ + 1, + 8 + ], + "multiway": [ + 2 + ], + "arrays": [ + 3 + ], + "are": [ + 4, + 23 + ], + "functions": [ + 5, + 24 + ], + "of": [ + 6, + 25, + 63, + 112, + 174, + 178 + ], + "three": [ + 7 + ], + "more": [ + 9 + ], + "indices": [ + 10, + 27 + ], + "(i,": [ + 11 + ], + "j,": [ + 12 + ], + "k,": [ + 13 + ], + ".": [ + 14, + 15, + 16 + ], + ")-similar": [ + 17 + ], + "to": [ + 18, + 76, + 107, + 130, + 184, + 196 + ], + "matrices": [ + 19 + ], + "(two-way": [ + 20 + ], + "arrays),": [ + 21 + ], + "which": [ + 22 + ], + "two": [ + 26 + ], + "(r,": [ + 28 + ], + "c)": [ + 29 + ], + "for": [ + 30, + 82 + ], + "(row,": [ + 31 + ], + "column).": [ + 32 + ], + "have": [ + 34, + 50 + ], + "a": [ + 35, + 41, + 78 + ], + "rich": [ + 36 + ], + "history,": [ + 37 + ], + "stretching": [ + 38 + ], + "over": [ + 39 + ], + "almost": [ + 40 + ], + "century,": [ + 42 + ], + "and": [ + 43, + 57, + 69, + 84, + 90, + 100, + 114, + 128, + 139, + 158, + 165, + 168, + 190, + 200, + 204 + ], + "touching": [ + 44 + ], + "upon": [ + 45 + ], + "numerous": [ + 46 + ], + "disciplines;": [ + 47 + ], + "but": [ + 48, + 148 + ], + "they": [ + 49 + ], + "only": [ + 51 + ], + "recently": [ + 52 + ], + "become": [ + 53 + ], + "ubiquitous": [ + 54 + ], + "in": [ + 55, + 87, + 125, + 143 + ], + "signal": [ + 56, + 64 + ], + "data": [ + 58, + 67 + ], + "analytics": [ + 59 + ], + "at": [ + 60 + ], + "the": [ + 61 + ], + "confluence": [ + 62 + ], + "processing,": [ + 65 + ], + "statistics,": [ + 66 + ], + "mining,": [ + 68 + ], + "machine": [ + 70 + ], + "learning.": [ + 71, + 207 + ], + "This": [ + 72 + ], + "overview": [ + 73 + ], + "article": [ + 74 + ], + "aims": [ + 75 + ], + "provide": [ + 77 + ], + "good": [ + 79, + 172 + ], + "starting": [ + 80 + ], + "point": [ + 81 + ], + "researchers": [ + 83 + ], + "practitioners": [ + 85 + ], + "interested": [ + 86 + ], + "learning": [ + 88 + ], + "about": [ + 89 + ], + "working": [ + 91 + ], + "with": [ + 92 + ], + "tensors.": [ + 93 + ], + "As": [ + 94 + ], + "such,": [ + 95 + ], + "it": [ + 96 + ], + "focuses": [ + 97 + ], + "on": [ + 98 + ], + "fundamentals": [ + 99 + ], + "motivation": [ + 101 + ], + "(using": [ + 102 + ], + "various": [ + 103 + ], + "application": [ + 104 + ], + "examples),": [ + 105 + ], + "aiming": [ + 106 + ], + "strike": [ + 108 + ], + "an": [ + 109 + ], + "appropriate": [ + 110 + ], + "balance": [ + 111 + ], + "breadth": [ + 113 + ], + "depth": [ + 115 + ], + "that": [ + 116 + ], + "will": [ + 117 + ], + "enable": [ + 118 + ], + "someone": [ + 119 + ], + "having": [ + 120 + ], + "taken": [ + 121 + ], + "first": [ + 122 + ], + "graduate": [ + 123 + ], + "courses": [ + 124 + ], + "matrix": [ + 126 + ], + "algebra": [ + 127 + ], + "probability": [ + 129 + ], + "get": [ + 131 + ], + "started": [ + 132 + ], + "doing": [ + 133 + ], + "research": [ + 134 + ], + "and/or": [ + 135 + ], + "developing": [ + 136 + ], + "tensor": [ + 137, + 156, + 162 + ], + "algorithms": [ + 138, + 179 + ], + "software.": [ + 140 + ], + "Some": [ + 141 + ], + "background": [ + 142 + ], + "applied": [ + 144 + ], + "optimization": [ + 145, + 183 + ], + "is": [ + 146 + ], + "useful": [ + 147 + ], + "not": [ + 149 + ], + "strictly": [ + 150 + ], + "required.": [ + 151 + ], + "The": [ + 152 + ], + "material": [ + 153 + ], + "covered": [ + 154 + ], + "includes": [ + 155 + ], + "rank": [ + 157, + 159 + ], + "decomposition;": [ + 160 + ], + "basic": [ + 161 + ], + "factorization": [ + 163 + ], + "models": [ + 164 + ], + "their": [ + 166 + ], + "relationships": [ + 167 + ], + "properties": [ + 169 + ], + "(including": [ + 170 + ], + "fairly": [ + 171 + ], + "coverage": [ + 173, + 177 + ], + "identifiability);": [ + 175 + ], + "broad": [ + 176 + ], + "ranging": [ + 180, + 192 + ], + "from": [ + 181, + 193 + ], + "alternating": [ + 182 + ], + "stochastic": [ + 185 + ], + "gradient;": [ + 186 + ], + "statistical": [ + 187 + ], + "performance": [ + 188 + ], + "analysis;": [ + 189 + ], + "applications": [ + 191 + ], + "source": [ + 194 + ], + "separation": [ + 195 + ], + "collaborative": [ + 197 + ], + "filtering,": [ + 198 + ], + "mixture": [ + 199 + ], + "topic": [ + 201 + ], + "modeling,": [ + 202 + ], + "classification,": [ + 203 + ], + "multilinear": [ + 205 + ], + "subspace": [ + 206 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 50 + }, + { + "year": 2025, + "cited_by_count": 180 + }, + { + "year": 2024, + "cited_by_count": 149 + }, + { + "year": 2023, + "cited_by_count": 151 + }, + { + "year": 2022, + "cited_by_count": 216 + }, + { + "year": 2021, + "cited_by_count": 245 + }, + { + "year": 2020, + "cited_by_count": 223 + }, + { + "year": 2019, + "cited_by_count": 200 + }, + { + "year": 2018, + "cited_by_count": 129 + }, + { + "year": 2017, + "cited_by_count": 43 + }, + { + "year": 2016, + "cited_by_count": 6 + } + ], + "updated_date": "2026-05-21T09:19:25.381259", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2588978745", + "doi": "https://doi.org/10.1148/rg.2017160130", + "title": "Machine Learning for Medical Imaging", + "display_name": "Machine Learning for Medical Imaging", + "relevance_score": 2574.7307, + "publication_year": 2017, + "publication_date": "2017-02-17", + "ids": { + "openalex": "https://openalex.org/W2588978745", + "doi": "https://doi.org/10.1148/rg.2017160130", + "mag": "2588978745", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/28212054" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1148/rg.2017160130", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1148/rg.2017160130", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S26381749", + "display_name": "Radiographics", + "issn_l": "0271-5333", + "issn": [ + "0271-5333", + "1527-1323" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315931", + "host_organization_name": "Radiological Society of North America", + "host_organization_lineage": [ + "https://openalex.org/P4310315931" + ], + "host_organization_lineage_names": [ + "Radiological Society of North America" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "RadioGraphics", + "raw_type": "journal-article" + }, + "type": "review", + "indexed_in": [ + "crossref", + "pubmed" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5008832314", + "display_name": "Bradley J. Erickson", + "orcid": "https://orcid.org/0000-0001-7926-6095" + }, + "institutions": [ + { + "id": "https://openalex.org/I1330342723", + "display_name": "Mayo Clinic", + "ror": "https://ror.org/02qp3tb03", + "country_code": "US", + "type": "funder", + "lineage": [ + "https://openalex.org/I1330342723" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Bradley J. Erickson", + "raw_affiliation_strings": [ + "From the Department of Radiology, Mayo Clinic, 200 First St SW, Rochester, MN 55905" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "From the Department of Radiology, Mayo Clinic, 200 First St SW, Rochester, MN 55905", + "institution_ids": [ + "https://openalex.org/I1330342723" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5053303391", + "display_name": "Panagiotis Korfiatis", + "orcid": "https://orcid.org/0000-0003-2516-1751" + }, + "institutions": [ + { + "id": "https://openalex.org/I1330342723", + "display_name": "Mayo Clinic", + "ror": "https://ror.org/02qp3tb03", + "country_code": "US", + "type": "funder", + "lineage": [ + "https://openalex.org/I1330342723" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Panagiotis Korfiatis", + "raw_affiliation_strings": [ + "From the Department of Radiology, Mayo Clinic, 200 First St SW, Rochester, MN 55905" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "From the Department of Radiology, Mayo Clinic, 200 First St SW, Rochester, MN 55905", + "institution_ids": [ + "https://openalex.org/I1330342723" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5052077725", + "display_name": "Zeynettin Akkus", + "orcid": "https://orcid.org/0000-0003-3920-1515" + }, + "institutions": [ + { + "id": "https://openalex.org/I1330342723", + "display_name": "Mayo Clinic", + "ror": "https://ror.org/02qp3tb03", + "country_code": "US", + "type": "funder", + "lineage": [ + "https://openalex.org/I1330342723" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Zeynettin Akkus", + "raw_affiliation_strings": [ + "From the Department of Radiology, Mayo Clinic, 200 First St SW, Rochester, MN 55905" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "From the Department of Radiology, Mayo Clinic, 200 First St SW, Rochester, MN 55905", + "institution_ids": [ + "https://openalex.org/I1330342723" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5016336723", + "display_name": "Timothy L. Kline", + "orcid": "https://orcid.org/0000-0002-7917-9853" + }, + "institutions": [ + { + "id": "https://openalex.org/I1330342723", + "display_name": "Mayo Clinic", + "ror": "https://ror.org/02qp3tb03", + "country_code": "US", + "type": "funder", + "lineage": [ + "https://openalex.org/I1330342723" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Timothy L. Kline", + "raw_affiliation_strings": [ + "From the Department of Radiology, Mayo Clinic, 200 First St SW, Rochester, MN 55905" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "From the Department of Radiology, Mayo Clinic, 200 First St SW, Rochester, MN 55905", + "institution_ids": [ + "https://openalex.org/I1330342723" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 4, + "corresponding_author_ids": [ + "https://openalex.org/A5008832314" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I1330342723" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 85.739, + "has_fulltext": false, + "cited_by_count": 1621, + "citation_normalized_percentile": { + "value": 0.99931345, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "37", + "issue": "2", + "first_page": "505", + "last_page": "515" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10862", + "display_name": "AI in cancer detection", + "score": 0.9991999864578247, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10862", + "display_name": "AI in cancer detection", + "score": 0.9991999864578247, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12422", + "display_name": "Radiomics and Machine Learning in Medical Imaging", + "score": 0.9991000294685364, + "subfield": { + "id": "https://openalex.org/subfields/2741", + "display_name": "Radiology, Nuclear Medicine and Imaging" + }, + "field": { + "id": "https://openalex.org/fields/27", + "display_name": "Medicine" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + }, + { + "id": "https://openalex.org/T11775", + "display_name": "COVID-19 diagnosis using AI", + "score": 0.994700014591217, + "subfield": { + "id": "https://openalex.org/subfields/2741", + "display_name": "Radiology, Nuclear Medicine and Imaging" + }, + "field": { + "id": "https://openalex.org/fields/27", + "display_name": "Medicine" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.7838993072509766 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.7787308096885681 + }, + { + "id": "https://openalex.org/keywords/medical-diagnosis", + "display_name": "Medical diagnosis", + "score": 0.6961835026741028 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.5870267152786255 + }, + { + "id": "https://openalex.org/keywords/medical-imaging", + "display_name": "Medical imaging", + "score": 0.5376978516578674 + }, + { + "id": "https://openalex.org/keywords/rendering", + "display_name": "Rendering (computer graphics)", + "score": 0.5225207805633545 + }, + { + "id": "https://openalex.org/keywords/feature", + "display_name": "Feature (linguistics)", + "score": 0.4827798902988434 + }, + { + "id": "https://openalex.org/keywords/process", + "display_name": "Process (computing)", + "score": 0.46324601769447327 + }, + { + "id": "https://openalex.org/keywords/identification", + "display_name": "Identification (biology)", + "score": 0.4527209401130676 + }, + { + "id": "https://openalex.org/keywords/deep-learning", + "display_name": "Deep learning", + "score": 0.4446392059326172 + }, + { + "id": "https://openalex.org/keywords/metric", + "display_name": "Metric (unit)", + "score": 0.4362000823020935 + }, + { + "id": "https://openalex.org/keywords/medicine", + "display_name": "Medicine", + "score": 0.2772611975669861 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.7838993072509766 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.7787308096885681 + }, + { + "id": "https://openalex.org/C534262118", + "wikidata": "https://www.wikidata.org/wiki/Q177719", + "display_name": "Medical diagnosis", + "level": 2, + "score": 0.6961835026741028 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.5870267152786255 + }, + { + "id": "https://openalex.org/C31601959", + "wikidata": "https://www.wikidata.org/wiki/Q931309", + "display_name": "Medical imaging", + "level": 2, + "score": 0.5376978516578674 + }, + { + "id": "https://openalex.org/C205711294", + "wikidata": "https://www.wikidata.org/wiki/Q176953", + "display_name": "Rendering (computer graphics)", + "level": 2, + "score": 0.5225207805633545 + }, + { + "id": "https://openalex.org/C2776401178", + "wikidata": "https://www.wikidata.org/wiki/Q12050496", + "display_name": "Feature (linguistics)", + "level": 2, + "score": 0.4827798902988434 + }, + { + "id": "https://openalex.org/C98045186", + "wikidata": "https://www.wikidata.org/wiki/Q205663", + "display_name": "Process (computing)", + "level": 2, + "score": 0.46324601769447327 + }, + { + "id": "https://openalex.org/C116834253", + "wikidata": "https://www.wikidata.org/wiki/Q2039217", + "display_name": "Identification (biology)", + "level": 2, + "score": 0.4527209401130676 + }, + { + "id": "https://openalex.org/C108583219", + "wikidata": "https://www.wikidata.org/wiki/Q197536", + "display_name": "Deep learning", + "level": 2, + "score": 0.4446392059326172 + }, + { + "id": "https://openalex.org/C176217482", + "wikidata": "https://www.wikidata.org/wiki/Q860554", + "display_name": "Metric (unit)", + "level": 2, + "score": 0.4362000823020935 + }, + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.2772611975669861 + }, + { + "id": "https://openalex.org/C142724271", + "wikidata": "https://www.wikidata.org/wiki/Q7208", + "display_name": "Pathology", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C41895202", + "wikidata": "https://www.wikidata.org/wiki/Q8162", + "display_name": "Linguistics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C138885662", + "wikidata": "https://www.wikidata.org/wiki/Q5891", + "display_name": "Philosophy", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C59822182", + "wikidata": "https://www.wikidata.org/wiki/Q441", + "display_name": "Botany", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C162324750", + "wikidata": "https://www.wikidata.org/wiki/Q8134", + "display_name": "Economics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C86803240", + "wikidata": "https://www.wikidata.org/wiki/Q420", + "display_name": "Biology", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C21547014", + "wikidata": "https://www.wikidata.org/wiki/Q1423657", + "display_name": "Operations management", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C111919701", + "wikidata": "https://www.wikidata.org/wiki/Q9135", + "display_name": "Operating system", + "level": 1, + "score": 0.0 + } + ], + "mesh": [ + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D003952", + "descriptor_name": "Diagnostic Imaging", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D003952", + "descriptor_name": "Diagnostic Imaging", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D003952", + "descriptor_name": "Diagnostic Imaging", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D007090", + "descriptor_name": "Image Interpretation, Computer-Assisted", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D007090", + "descriptor_name": "Image Interpretation, Computer-Assisted", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D007090", + "descriptor_name": "Image Interpretation, Computer-Assisted", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + } + ], + "locations_count": 3, + "locations": [ + { + "id": "doi:10.1148/rg.2017160130", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1148/rg.2017160130", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S26381749", + "display_name": "Radiographics", + "issn_l": "0271-5333", + "issn": [ + "0271-5333", + "1527-1323" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315931", + "host_organization_name": "Radiological Society of North America", + "host_organization_lineage": [ + "https://openalex.org/P4310315931" + ], + "host_organization_lineage_names": [ + "Radiological Society of North America" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "RadioGraphics", + "raw_type": "journal-article" + }, + { + "id": "pmid:28212054", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/28212054", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Radiographics : a review publication of the Radiological Society of North America, Inc", + "raw_type": null + }, + { + "id": "pmh:oai:europepmc.org:4343850", + "is_oa": false, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/5375621", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400806", + "display_name": "Europe PMC (PubMed Central)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1303153112", + "host_organization_name": "European Bioinformatics Institute", + "host_organization_lineage": [ + "https://openalex.org/I1303153112" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "Text" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "score": 0.49000000953674316, + "id": "https://metadata.un.org/sdg/4", + "display_name": "Quality Education" + } + ], + "awards": [ + { + "id": "https://openalex.org/G392204494", + "display_name": null, + "funder_award_id": "DK90728", + "funder_id": "https://openalex.org/F4320337351", + "funder_display_name": "National Cancer Institute" + }, + { + "id": "https://openalex.org/G7637728122", + "display_name": null, + "funder_award_id": "206g16a", + "funder_id": "https://openalex.org/F4320306478", + "funder_display_name": "PKD Foundation" + }, + { + "id": "https://openalex.org/G7783623847", + "display_name": null, + "funder_award_id": "CA160045", + "funder_id": "https://openalex.org/F4320337351", + "funder_display_name": "National Cancer Institute" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320306478", + "display_name": "PKD Foundation", + "ror": "https://ror.org/05g0xkn45" + }, + { + "id": "https://openalex.org/F4320337351", + "display_name": "National Cancer Institute", + "ror": "https://ror.org/040gcmg81" + } + ], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 59, + "referenced_works": [ + "https://openalex.org/W56743589", + "https://openalex.org/W1481460540", + "https://openalex.org/W1485026097", + "https://openalex.org/W1539741229", + "https://openalex.org/W1563088657", + "https://openalex.org/W1597405158", + "https://openalex.org/W1632778076", + "https://openalex.org/W1945544474", + "https://openalex.org/W1971022913", + "https://openalex.org/W1972070393", + "https://openalex.org/W1977513632", + "https://openalex.org/W1981552604", + "https://openalex.org/W1984992673", + "https://openalex.org/W1990368529", + "https://openalex.org/W1995450389", + "https://openalex.org/W1998871699", + "https://openalex.org/W2014711341", + "https://openalex.org/W2028053538", + "https://openalex.org/W2032026767", + "https://openalex.org/W2050997943", + "https://openalex.org/W2052604140", + "https://openalex.org/W2062227835", + "https://openalex.org/W2067191022", + "https://openalex.org/W2080915836", + "https://openalex.org/W2083780116", + "https://openalex.org/W2095705004", + "https://openalex.org/W2096798358", + "https://openalex.org/W2097117768", + "https://openalex.org/W2100736366", + "https://openalex.org/W2103868202", + "https://openalex.org/W2112525988", + "https://openalex.org/W2112796928", + "https://openalex.org/W2117539524", + "https://openalex.org/W2119387367", + "https://openalex.org/W2120111102", + "https://openalex.org/W2122111042", + "https://openalex.org/W2123498585", + "https://openalex.org/W2130623086", + "https://openalex.org/W2137983211", + "https://openalex.org/W2142730785", + "https://openalex.org/W2144412017", + "https://openalex.org/W2145343783", + "https://openalex.org/W2165428595", + "https://openalex.org/W2168217710", + "https://openalex.org/W2248644291", + "https://openalex.org/W2271840356", + "https://openalex.org/W2573231840", + "https://openalex.org/W2604272474", + "https://openalex.org/W2911964244", + "https://openalex.org/W3017143921", + "https://openalex.org/W3022861191", + "https://openalex.org/W3104887532", + "https://openalex.org/W4212883601", + "https://openalex.org/W4234556776", + "https://openalex.org/W4236137412", + "https://openalex.org/W4246484440", + "https://openalex.org/W4299689471", + "https://openalex.org/W6636708973", + "https://openalex.org/W6674914833" + ], + "related_works": [ + "https://openalex.org/W4249377076", + "https://openalex.org/W4210389441", + "https://openalex.org/W4375867731", + "https://openalex.org/W2395241803", + "https://openalex.org/W2003211637", + "https://openalex.org/W2021488205", + "https://openalex.org/W3024479225", + "https://openalex.org/W3171371563", + "https://openalex.org/W2995680918", + "https://openalex.org/W3003847115" + ], + "abstract_inverted_index": { + "RSNA,": [ + 0 + ], + "2017.": [ + 1 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 49 + }, + { + "year": 2025, + "cited_by_count": 189 + }, + { + "year": 2024, + "cited_by_count": 209 + }, + { + "year": 2023, + "cited_by_count": 278 + }, + { + "year": 2022, + "cited_by_count": 212 + }, + { + "year": 2021, + "cited_by_count": 266 + }, + { + "year": 2020, + "cited_by_count": 186 + }, + { + "year": 2019, + "cited_by_count": 140 + }, + { + "year": 2018, + "cited_by_count": 63 + }, + { + "year": 2017, + "cited_by_count": 23 + }, + { + "year": 2015, + "cited_by_count": 2 + }, + { + "year": 2014, + "cited_by_count": 1 + }, + { + "year": 2012, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-28T09:10:13.091523", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W1985987493", + "doi": "https://doi.org/10.1109/sp.2010.25", + "title": "Outside the Closed World: On Using Machine Learning for Network Intrusion Detection", + "display_name": "Outside the Closed World: On Using Machine Learning for Network Intrusion Detection", + "relevance_score": 2572.3384, + "publication_year": 2010, + "publication_date": "2010-01-01", + "ids": { + "openalex": "https://openalex.org/W1985987493", + "doi": "https://doi.org/10.1109/sp.2010.25", + "mag": "1985987493" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1109/sp.2010.25", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/sp.2010.25", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "2010 IEEE Symposium on Security and Privacy", + "raw_type": "proceedings-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5015612893", + "display_name": "Robin Sommer", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1297971548", + "display_name": "International Computer Science Institute", + "ror": "https://ror.org/01ewh7m12", + "country_code": "US", + "type": "nonprofit", + "lineage": [ + "https://openalex.org/I1297971548" + ] + }, + { + "id": "https://openalex.org/I148283060", + "display_name": "Lawrence Berkeley National Laboratory", + "ror": "https://ror.org/02jbv0t02", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I1330989302", + "https://openalex.org/I148283060", + "https://openalex.org/I39565521" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Robin Sommer", + "raw_affiliation_strings": [ + "Lawrence Berkeley National Laboratory, International Computer Science Institute, USA", + "Int. Comput. Sci. Inst., Lawrence Berkeley Nat. Lab., Berkeley, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Lawrence Berkeley National Laboratory, International Computer Science Institute, USA", + "institution_ids": [ + "https://openalex.org/I1297971548", + "https://openalex.org/I148283060" + ] + }, + { + "raw_affiliation_string": "Int. Comput. Sci. Inst., Lawrence Berkeley Nat. Lab., Berkeley, CA, USA", + "institution_ids": [ + "https://openalex.org/I148283060" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5002219113", + "display_name": "Vern Paxson", + "orcid": "https://orcid.org/0009-0005-2673-543X" + }, + "institutions": [ + { + "id": "https://openalex.org/I1297971548", + "display_name": "International Computer Science Institute", + "ror": "https://ror.org/01ewh7m12", + "country_code": "US", + "type": "nonprofit", + "lineage": [ + "https://openalex.org/I1297971548" + ] + }, + { + "id": "https://openalex.org/I95457486", + "display_name": "University of California, Berkeley", + "ror": "https://ror.org/01an7q238", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I95457486" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Vern Paxson", + "raw_affiliation_strings": [ + "International Computer Science Institute, University of California, Berkeley, USA", + "Int. Comput. Sci. Inst., Univ. of California, Berkeley, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "International Computer Science Institute, University of California, Berkeley, USA", + "institution_ids": [ + "https://openalex.org/I1297971548", + "https://openalex.org/I95457486" + ] + }, + { + "raw_affiliation_string": "Int. Comput. Sci. Inst., Univ. of California, Berkeley, CA, USA", + "institution_ids": [ + "https://openalex.org/I95457486" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5015612893" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I1297971548", + "https://openalex.org/I148283060" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 53.672, + "has_fulltext": false, + "cited_by_count": 1825, + "citation_normalized_percentile": { + "value": 0.99950792, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": "305", + "last_page": "316" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10400", + "display_name": "Network Security and Intrusion Detection", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/1705", + "display_name": "Computer Networks and Communications" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10400", + "display_name": "Network Security and Intrusion Detection", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/1705", + "display_name": "Computer Networks and Communications" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11598", + "display_name": "Internet Traffic Analysis and Secure E-voting", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11512", + "display_name": "Anomaly Detection Techniques and Applications", + "score": 0.9995999932289124, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/intrusion-detection-system", + "display_name": "Intrusion detection system", + "score": 0.8441348075866699 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7383659482002258 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6644471883773804 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6305571794509888 + }, + { + "id": "https://openalex.org/keywords/anomaly-detection", + "display_name": "Anomaly detection", + "score": 0.6277502179145813 + }, + { + "id": "https://openalex.org/keywords/anomaly-based-intrusion-detection-system", + "display_name": "Anomaly-based intrusion detection system", + "score": 0.5756117701530457 + }, + { + "id": "https://openalex.org/keywords/task", + "display_name": "Task (project management)", + "score": 0.4769274592399597 + }, + { + "id": "https://openalex.org/keywords/intrusion", + "display_name": "Intrusion", + "score": 0.4673961102962494 + }, + { + "id": "https://openalex.org/keywords/set", + "display_name": "Set (abstract data type)", + "score": 0.4657863676548004 + }, + { + "id": "https://openalex.org/keywords/intrusion-prevention-system", + "display_name": "Intrusion prevention system", + "score": 0.45944297313690186 + }, + { + "id": "https://openalex.org/keywords/learning-network", + "display_name": "Learning network", + "score": 0.4306923449039459 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.339436411857605 + }, + { + "id": "https://openalex.org/keywords/engineering", + "display_name": "Engineering", + "score": 0.18274590373039246 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C35525427", + "wikidata": "https://www.wikidata.org/wiki/Q745881", + "display_name": "Intrusion detection system", + "level": 2, + "score": 0.8441348075866699 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7383659482002258 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6644471883773804 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6305571794509888 + }, + { + "id": "https://openalex.org/C739882", + "wikidata": "https://www.wikidata.org/wiki/Q3560506", + "display_name": "Anomaly detection", + "level": 2, + "score": 0.6277502179145813 + }, + { + "id": "https://openalex.org/C137524506", + "wikidata": "https://www.wikidata.org/wiki/Q2247688", + "display_name": "Anomaly-based intrusion detection system", + "level": 3, + "score": 0.5756117701530457 + }, + { + "id": "https://openalex.org/C2780451532", + "wikidata": "https://www.wikidata.org/wiki/Q759676", + "display_name": "Task (project management)", + "level": 2, + "score": 0.4769274592399597 + }, + { + "id": "https://openalex.org/C158251709", + "wikidata": "https://www.wikidata.org/wiki/Q354025", + "display_name": "Intrusion", + "level": 2, + "score": 0.4673961102962494 + }, + { + "id": "https://openalex.org/C177264268", + "wikidata": "https://www.wikidata.org/wiki/Q1514741", + "display_name": "Set (abstract data type)", + "level": 2, + "score": 0.4657863676548004 + }, + { + "id": "https://openalex.org/C27061796", + "wikidata": "https://www.wikidata.org/wiki/Q745881", + "display_name": "Intrusion prevention system", + "level": 3, + "score": 0.45944297313690186 + }, + { + "id": "https://openalex.org/C2987015589", + "wikidata": "https://www.wikidata.org/wiki/Q1040098", + "display_name": "Learning network", + "level": 2, + "score": 0.4306923449039459 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.339436411857605 + }, + { + "id": "https://openalex.org/C127413603", + "wikidata": "https://www.wikidata.org/wiki/Q11023", + "display_name": "Engineering", + "level": 0, + "score": 0.18274590373039246 + }, + { + "id": "https://openalex.org/C127313418", + "wikidata": "https://www.wikidata.org/wiki/Q1069", + "display_name": "Geology", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C17409809", + "wikidata": "https://www.wikidata.org/wiki/Q161764", + "display_name": "Geochemistry", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C201995342", + "wikidata": "https://www.wikidata.org/wiki/Q682496", + "display_name": "Systems engineering", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "doi:10.1109/sp.2010.25", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/sp.2010.25", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "2010 IEEE Symposium on Security and Privacy", + "raw_type": "proceedings-article" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.212.1482", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.212.1482", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.icir.org/robin/papers/oakland10-ml.pdf", + "raw_type": "text" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 73, + "referenced_works": [ + "https://openalex.org/W6091113", + "https://openalex.org/W105475431", + "https://openalex.org/W191098608", + "https://openalex.org/W1490025813", + "https://openalex.org/W1490760466", + "https://openalex.org/W1510508184", + "https://openalex.org/W1512586648", + "https://openalex.org/W1516506771", + "https://openalex.org/W1545904932", + "https://openalex.org/W1570448133", + "https://openalex.org/W1573594453", + "https://openalex.org/W1582482241", + "https://openalex.org/W1590936031", + "https://openalex.org/W1591480890", + "https://openalex.org/W1602011302", + "https://openalex.org/W1805704774", + "https://openalex.org/W1986697120", + "https://openalex.org/W1988918299", + "https://openalex.org/W1989121667", + "https://openalex.org/W1999427165", + "https://openalex.org/W2001642682", + "https://openalex.org/W2021795960", + "https://openalex.org/W2032247543", + "https://openalex.org/W2048465382", + "https://openalex.org/W2058737869", + "https://openalex.org/W2069734023", + "https://openalex.org/W2087922528", + "https://openalex.org/W2096431803", + "https://openalex.org/W2096847629", + "https://openalex.org/W2102101901", + "https://openalex.org/W2102399005", + "https://openalex.org/W2103018059", + "https://openalex.org/W2103042216", + "https://openalex.org/W2103378897", + "https://openalex.org/W2108638430", + "https://openalex.org/W2117646649", + "https://openalex.org/W2119168550", + "https://openalex.org/W2122646361", + "https://openalex.org/W2125735062", + "https://openalex.org/W2130087897", + "https://openalex.org/W2130523241", + "https://openalex.org/W2135930857", + "https://openalex.org/W2147215426", + "https://openalex.org/W2149544709", + "https://openalex.org/W2150847526", + "https://openalex.org/W2151298633", + "https://openalex.org/W2155409100", + "https://openalex.org/W2156916299", + "https://openalex.org/W2159094788", + "https://openalex.org/W2168761028", + "https://openalex.org/W2171873915", + "https://openalex.org/W2275675895", + "https://openalex.org/W2341535507", + "https://openalex.org/W2404193357", + "https://openalex.org/W2966207845", + "https://openalex.org/W3005635621", + "https://openalex.org/W3208688400", + "https://openalex.org/W3216912485", + "https://openalex.org/W4230513520", + "https://openalex.org/W4230946174", + "https://openalex.org/W4253289766", + "https://openalex.org/W6604348779", + "https://openalex.org/W6607784307", + "https://openalex.org/W6630637722", + "https://openalex.org/W6630758996", + "https://openalex.org/W6635150131", + "https://openalex.org/W6638227319", + "https://openalex.org/W6650820226", + "https://openalex.org/W6674805939", + "https://openalex.org/W6679027663", + "https://openalex.org/W6680267248", + "https://openalex.org/W6694748896", + "https://openalex.org/W6713347195" + ], + "related_works": [ + "https://openalex.org/W2357468538", + "https://openalex.org/W2362800560", + "https://openalex.org/W4300599821", + "https://openalex.org/W2355007334", + "https://openalex.org/W1496376327", + "https://openalex.org/W2133389611", + "https://openalex.org/W2383127772", + "https://openalex.org/W2348767155", + "https://openalex.org/W2374614522", + "https://openalex.org/W1937493481" + ], + "abstract_inverted_index": { + "In": [ + 0 + ], + "network": [ + 1, + 78, + 133 + ], + "intrusion": [ + 2, + 59, + 79, + 116, + 134 + ], + "detection": [ + 3, + 60, + 80, + 117 + ], + "research,": [ + 4 + ], + "one": [ + 5, + 43 + ], + "popular": [ + 6 + ], + "strategy": [ + 7 + ], + "for": [ + 8, + 16, + 114 + ], + "finding": [ + 9, + 101 + ], + "attacks": [ + 10, + 102 + ], + "is": [ + 11, + 64, + 96, + 103 + ], + "monitoring": [ + 12 + ], + "a": [ + 13, + 45, + 138 + ], + "network's": [ + 14 + ], + "activity": [ + 15 + ], + "anomalies:": [ + 17 + ], + "deviations": [ + 18 + ], + "from": [ + 19, + 25, + 33, + 106 + ], + "profiles": [ + 20 + ], + "of": [ + 21, + 50, + 53, + 100, + 140 + ], + "normality": [ + 22 + ], + "previously": [ + 23 + ], + "learned": [ + 24 + ], + "benign": [ + 26 + ], + "traffic,": [ + 27 + ], + "typically": [ + 28 + ], + "identified": [ + 29 + ], + "using": [ + 30 + ], + "tools": [ + 31 + ], + "borrowed": [ + 32 + ], + "the": [ + 34, + 74, + 77, + 98, + 115 + ], + "machine": [ + 35, + 62, + 86, + 121 + ], + "learning": [ + 36, + 63, + 87, + 122 + ], + "community.": [ + 37 + ], + "However,": [ + 38 + ], + "despite": [ + 39 + ], + "extensive": [ + 40 + ], + "academic": [ + 41 + ], + "research": [ + 42, + 146 + ], + "finds": [ + 44, + 89 + ], + "striking": [ + 46 + ], + "gap": [ + 47 + ], + "in": [ + 48, + 67 + ], + "terms": [ + 49 + ], + "actual": [ + 51 + ], + "deployments": [ + 52 + ], + "such": [ + 54 + ], + "systems:": [ + 55 + ], + "compared": [ + 56 + ], + "with": [ + 57 + ], + "other": [ + 58, + 83, + 108 + ], + "approaches,": [ + 61 + ], + "rarely": [ + 65 + ], + "employed": [ + 66 + ], + "operational": [ + 68 + ], + "\"real": [ + 69 + ], + "world\"": [ + 70 + ], + "settings.": [ + 71 + ], + "We": [ + 72, + 124 + ], + "examine": [ + 73 + ], + "differences": [ + 75 + ], + "between": [ + 76 + ], + "problem": [ + 81 + ], + "and": [ + 82, + 136 + ], + "areas": [ + 84 + ], + "where": [ + 85 + ], + "regularly": [ + 88 + ], + "much": [ + 90 + ], + "more": [ + 91 + ], + "success.": [ + 92 + ], + "Our": [ + 93 + ], + "main": [ + 94 + ], + "claim": [ + 95, + 127 + ], + "that": [ + 97 + ], + "task": [ + 99 + ], + "fundamentally": [ + 104 + ], + "different": [ + 105 + ], + "these": [ + 107 + ], + "applications,": [ + 109 + ], + "making": [ + 110 + ], + "it": [ + 111 + ], + "significantly": [ + 112 + ], + "harder": [ + 113 + ], + "community": [ + 118 + ], + "to": [ + 119, + 132, + 143 + ], + "employ": [ + 120 + ], + "effectively.": [ + 123 + ], + "support": [ + 125 + ], + "this": [ + 126 + ], + "by": [ + 128 + ], + "identifying": [ + 129 + ], + "challenges": [ + 130 + ], + "particular": [ + 131 + ], + "detection,": [ + 135 + ], + "provide": [ + 137 + ], + "set": [ + 139 + ], + "guidelines": [ + 141 + ], + "meant": [ + 142 + ], + "strengthen": [ + 144 + ], + "future": [ + 145 + ], + "on": [ + 147 + ], + "anomaly": [ + 148 + ], + "detection.": [ + 149 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 90 + }, + { + "year": 2025, + "cited_by_count": 271 + }, + { + "year": 2024, + "cited_by_count": 159 + }, + { + "year": 2023, + "cited_by_count": 98 + }, + { + "year": 2022, + "cited_by_count": 109 + }, + { + "year": 2021, + "cited_by_count": 127 + }, + { + "year": 2020, + "cited_by_count": 162 + }, + { + "year": 2019, + "cited_by_count": 195 + }, + { + "year": 2018, + "cited_by_count": 136 + }, + { + "year": 2017, + "cited_by_count": 113 + }, + { + "year": 2016, + "cited_by_count": 98 + }, + { + "year": 2015, + "cited_by_count": 65 + }, + { + "year": 2014, + "cited_by_count": 58 + }, + { + "year": 2013, + "cited_by_count": 60 + }, + { + "year": 2012, + "cited_by_count": 43 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2963784900", + "doi": "https://doi.org/10.1038/s41524-017-0056-5", + "title": "Machine learning in materials informatics: recent applications and prospects", + "display_name": "Machine learning in materials informatics: recent applications and prospects", + "relevance_score": 2570.0874, + "publication_year": 2017, + "publication_date": "2017-12-07", + "ids": { + "openalex": "https://openalex.org/W2963784900", + "doi": "https://doi.org/10.1038/s41524-017-0056-5", + "mag": "2963784900" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1038/s41524-017-0056-5", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1038/s41524-017-0056-5", + "pdf_url": "https://www.nature.com/articles/s41524-017-0056-5.pdf", + "source": { + "id": "https://openalex.org/S4210232664", + "display_name": "npj Computational Materials", + "issn_l": "2057-3960", + "issn": [ + "2057-3960" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310319908", + "host_organization_name": "Nature Portfolio", + "host_organization_lineage": [ + "https://openalex.org/P4310319908", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "Nature Portfolio", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "npj Computational Materials", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref", + "doaj" + ], + "open_access": { + "is_oa": true, + "oa_status": "gold", + "oa_url": "https://www.nature.com/articles/s41524-017-0056-5.pdf", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5031952600", + "display_name": "Rampi Ramprasad", + "orcid": "https://orcid.org/0000-0003-4630-1565" + }, + "institutions": [ + { + "id": "https://openalex.org/I140172145", + "display_name": "University of Connecticut", + "ror": "https://ror.org/02der9h97", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I140172145" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Rampi Ramprasad", + "raw_affiliation_strings": [ + "Department of Materials Science & Engineering and Institute of Materials Science, University of Connecticut, 97 North Eagleville Rd., Unit 3136, Storrs, CT, 06269-3136, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Materials Science & Engineering and Institute of Materials Science, University of Connecticut, 97 North Eagleville Rd., Unit 3136, Storrs, CT, 06269-3136, USA", + "institution_ids": [ + "https://openalex.org/I140172145" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5003850818", + "display_name": "Rohit Batra", + "orcid": "https://orcid.org/0000-0002-1098-7035" + }, + "institutions": [ + { + "id": "https://openalex.org/I140172145", + "display_name": "University of Connecticut", + "ror": "https://ror.org/02der9h97", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I140172145" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Rohit Batra", + "raw_affiliation_strings": [ + "Department of Materials Science & Engineering and Institute of Materials Science, University of Connecticut, 97 North Eagleville Rd., Unit 3136, Storrs, CT, 06269-3136, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Materials Science & Engineering and Institute of Materials Science, University of Connecticut, 97 North Eagleville Rd., Unit 3136, Storrs, CT, 06269-3136, USA", + "institution_ids": [ + "https://openalex.org/I140172145" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5075051974", + "display_name": "Ghanshyam Pilania", + "orcid": "https://orcid.org/0000-0003-4460-1572" + }, + "institutions": [ + { + "id": "https://openalex.org/I1343871089", + "display_name": "Los Alamos National Laboratory", + "ror": "https://ror.org/01e41cf67", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I1330989302", + "https://openalex.org/I1343871089", + "https://openalex.org/I198811213", + "https://openalex.org/I4210120050" + ] + }, + { + "id": "https://openalex.org/I2800875726", + "display_name": "Fritz Haber Institute of the Max Planck Society", + "ror": "https://ror.org/03k9qs827", + "country_code": "DE", + "type": "facility", + "lineage": [ + "https://openalex.org/I149899117", + "https://openalex.org/I2800875726" + ] + } + ], + "countries": [ + "DE", + "US" + ], + "is_corresponding": false, + "raw_author_name": "Ghanshyam Pilania", + "raw_affiliation_strings": [ + "Fritz-Haber-Institut der Max-Planck-Gesellschaft, Faradayweg 4-6, 14195, Berlin, Germany", + "Materials Science and Technology Division, Los Alamos National Laboratory, Los Alamos, NM, 87545, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Fritz-Haber-Institut der Max-Planck-Gesellschaft, Faradayweg 4-6, 14195, Berlin, Germany", + "institution_ids": [ + "https://openalex.org/I2800875726" + ] + }, + { + "raw_affiliation_string": "Materials Science and Technology Division, Los Alamos National Laboratory, Los Alamos, NM, 87545, USA", + "institution_ids": [ + "https://openalex.org/I1343871089" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5032715041", + "display_name": "Arun Mannodi‐Kanakkithodi", + "orcid": "https://orcid.org/0000-0003-0780-1583" + }, + "institutions": [ + { + "id": "https://openalex.org/I140172145", + "display_name": "University of Connecticut", + "ror": "https://ror.org/02der9h97", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I140172145" + ] + }, + { + "id": "https://openalex.org/I4210164505", + "display_name": "NanoScale Corporation (United States)", + "ror": "https://ror.org/05rtsja45", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I4210164505" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Arun Mannodi-Kanakkithodi", + "raw_affiliation_strings": [ + "Center for Nanoscale Materials, Lamont National Laboratory, 9700 S. Cass Ave., Lemont, IL, 60439, USA", + "Department of Materials Science & Engineering and Institute of Materials Science, University of Connecticut, 97 North Eagleville Rd., Unit 3136, Storrs, CT, 06269-3136, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Center for Nanoscale Materials, Lamont National Laboratory, 9700 S. Cass Ave., Lemont, IL, 60439, USA", + "institution_ids": [ + "https://openalex.org/I4210164505" + ] + }, + { + "raw_affiliation_string": "Department of Materials Science & Engineering and Institute of Materials Science, University of Connecticut, 97 North Eagleville Rd., Unit 3136, Storrs, CT, 06269-3136, USA", + "institution_ids": [ + "https://openalex.org/I140172145" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5018939520", + "display_name": "Chiho Kim", + "orcid": "https://orcid.org/0000-0002-1814-4980" + }, + "institutions": [ + { + "id": "https://openalex.org/I140172145", + "display_name": "University of Connecticut", + "ror": "https://ror.org/02der9h97", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I140172145" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Chiho Kim", + "raw_affiliation_strings": [ + "Department of Materials Science & Engineering and Institute of Materials Science, University of Connecticut, 97 North Eagleville Rd., Unit 3136, Storrs, CT, 06269-3136, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Materials Science & Engineering and Institute of Materials Science, University of Connecticut, 97 North Eagleville Rd., Unit 3136, Storrs, CT, 06269-3136, USA", + "institution_ids": [ + "https://openalex.org/I140172145" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 5, + "corresponding_author_ids": [ + "https://openalex.org/A5031952600" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I140172145" + ], + "apc_list": { + "value": 2890, + "currency": "USD", + "value_usd": 2890 + }, + "apc_paid": { + "value": 2890, + "currency": "USD", + "value_usd": 2890 + }, + "fwci": 50.7176, + "has_fulltext": true, + "cited_by_count": 1745, + "citation_normalized_percentile": { + "value": 0.99974343, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 96, + "max": 100 + }, + "biblio": { + "volume": "3", + "issue": "1", + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11948", + "display_name": "Machine Learning in Materials Science", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/2505", + "display_name": "Materials Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/25", + "display_name": "Materials Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11948", + "display_name": "Machine Learning in Materials Science", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/2505", + "display_name": "Materials Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/25", + "display_name": "Materials Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12613", + "display_name": "X-ray Diffraction in Crystallography", + "score": 0.9908999800682068, + "subfield": { + "id": "https://openalex.org/subfields/2505", + "display_name": "Materials Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/25", + "display_name": "Materials Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10211", + "display_name": "Computational Drug Discovery Methods", + "score": 0.9868999719619751, + "subfield": { + "id": "https://openalex.org/subfields/1703", + "display_name": "Computational Theory and Mathematics" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6980394721031189 + }, + { + "id": "https://openalex.org/keywords/informatics", + "display_name": "Informatics", + "score": 0.6778385639190674 + }, + { + "id": "https://openalex.org/keywords/data-science", + "display_name": "Data science", + "score": 0.6716209650039673 + }, + { + "id": "https://openalex.org/keywords/domain", + "display_name": "Domain (mathematical analysis)", + "score": 0.5613667368888855 + }, + { + "id": "https://openalex.org/keywords/fingerprint", + "display_name": "Fingerprint (computing)", + "score": 0.5255624055862427 + }, + { + "id": "https://openalex.org/keywords/property", + "display_name": "Property (philosophy)", + "score": 0.5245295166969299 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.4813131093978882 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.47415369749069214 + }, + { + "id": "https://openalex.org/keywords/materials-informatics", + "display_name": "Materials informatics", + "score": 0.4402523338794708 + }, + { + "id": "https://openalex.org/keywords/computation", + "display_name": "Computation", + "score": 0.42585843801498413 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.364216685295105 + }, + { + "id": "https://openalex.org/keywords/management-science", + "display_name": "Management science", + "score": 0.34198737144470215 + }, + { + "id": "https://openalex.org/keywords/health-informatics", + "display_name": "Health informatics", + "score": 0.2691514790058136 + }, + { + "id": "https://openalex.org/keywords/engineering-informatics", + "display_name": "Engineering informatics", + "score": 0.2533683776855469 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.1932530701160431 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.12165293097496033 + }, + { + "id": "https://openalex.org/keywords/engineering", + "display_name": "Engineering", + "score": 0.11709535121917725 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6980394721031189 + }, + { + "id": "https://openalex.org/C191630685", + "wikidata": "https://www.wikidata.org/wiki/Q4027615", + "display_name": "Informatics", + "level": 2, + "score": 0.6778385639190674 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.6716209650039673 + }, + { + "id": "https://openalex.org/C36503486", + "wikidata": "https://www.wikidata.org/wiki/Q11235244", + "display_name": "Domain (mathematical analysis)", + "level": 2, + "score": 0.5613667368888855 + }, + { + "id": "https://openalex.org/C2777826928", + "wikidata": "https://www.wikidata.org/wiki/Q3745713", + "display_name": "Fingerprint (computing)", + "level": 2, + "score": 0.5255624055862427 + }, + { + "id": "https://openalex.org/C189950617", + "wikidata": "https://www.wikidata.org/wiki/Q937228", + "display_name": "Property (philosophy)", + "level": 2, + "score": 0.5245295166969299 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.4813131093978882 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.47415369749069214 + }, + { + "id": "https://openalex.org/C62085286", + "wikidata": "https://www.wikidata.org/wiki/Q6786605", + "display_name": "Materials informatics", + "level": 5, + "score": 0.4402523338794708 + }, + { + "id": "https://openalex.org/C45374587", + "wikidata": "https://www.wikidata.org/wiki/Q12525525", + "display_name": "Computation", + "level": 2, + "score": 0.42585843801498413 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.364216685295105 + }, + { + "id": "https://openalex.org/C539667460", + "wikidata": "https://www.wikidata.org/wiki/Q2414942", + "display_name": "Management science", + "level": 1, + "score": 0.34198737144470215 + }, + { + "id": "https://openalex.org/C145642194", + "wikidata": "https://www.wikidata.org/wiki/Q870895", + "display_name": "Health informatics", + "level": 3, + "score": 0.2691514790058136 + }, + { + "id": "https://openalex.org/C158518442", + "wikidata": "https://www.wikidata.org/wiki/Q2843902", + "display_name": "Engineering informatics", + "level": 4, + "score": 0.2533683776855469 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.1932530701160431 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.12165293097496033 + }, + { + "id": "https://openalex.org/C127413603", + "wikidata": "https://www.wikidata.org/wiki/Q11023", + "display_name": "Engineering", + "level": 0, + "score": 0.11709535121917725 + }, + { + "id": "https://openalex.org/C119599485", + "wikidata": "https://www.wikidata.org/wiki/Q43035", + "display_name": "Electrical engineering", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C138885662", + "wikidata": "https://www.wikidata.org/wiki/Q5891", + "display_name": "Philosophy", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C111472728", + "wikidata": "https://www.wikidata.org/wiki/Q9471", + "display_name": "Epistemology", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C134306372", + "wikidata": "https://www.wikidata.org/wiki/Q7754", + "display_name": "Mathematical analysis", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C138816342", + "wikidata": "https://www.wikidata.org/wiki/Q189603", + "display_name": "Public health", + "level": 2, + "score": 0.0 + }, + { + "id": "https://openalex.org/C159110408", + "wikidata": "https://www.wikidata.org/wiki/Q121176", + "display_name": "Nursing", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 4, + "locations": [ + { + "id": "doi:10.1038/s41524-017-0056-5", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1038/s41524-017-0056-5", + "pdf_url": "https://www.nature.com/articles/s41524-017-0056-5.pdf", + "source": { + "id": "https://openalex.org/S4210232664", + "display_name": "npj Computational Materials", + "issn_l": "2057-3960", + "issn": [ + "2057-3960" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310319908", + "host_organization_name": "Nature Portfolio", + "host_organization_lineage": [ + "https://openalex.org/P4310319908", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "Nature Portfolio", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "npj Computational Materials", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:osti.gov:1416298", + "is_oa": true, + "landing_page_url": "https://www.osti.gov/biblio/1416298", + "pdf_url": "https://www.osti.gov/servlets/purl/1416298", + "source": { + "id": "https://openalex.org/S4306402487", + "display_name": "OSTI OAI (U.S. Department of Energy Office of Scientific and Technical Information)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I139351228", + "host_organization_name": "Office of Scientific and Technical Information", + "host_organization_lineage": [ + "https://openalex.org/I139351228" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": null + }, + { + "id": "pmh:oai:pure.mpg.de:item_2567070", + "is_oa": true, + "landing_page_url": "https://hdl.handle.net/21.11116/0000-0001-1CC3-4", + "pdf_url": "http://hdl.handle.net/21.11116/0000-0001-1CC3-4", + "source": { + "id": "https://openalex.org/S4306400654", + "display_name": "MPG.PuRe (Max Planck Society)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I149899117", + "host_organization_name": "Max Planck Society", + "host_organization_lineage": [ + "https://openalex.org/I149899117" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "npj Computational Materials", + "raw_type": "info:eu-repo/semantics/article" + }, + { + "id": "pmh:oai:doaj.org/article:b5673072856d4e9fb243f09ce3ef9ed8", + "is_oa": false, + "landing_page_url": "https://doaj.org/article/b5673072856d4e9fb243f09ce3ef9ed8", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401280", + "display_name": "DOAJ (DOAJ: Directory of Open Access Journals)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "npj Computational Materials, Vol 3, Iss 1, Pp 1-13 (2017)", + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "doi:10.1038/s41524-017-0056-5", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1038/s41524-017-0056-5", + "pdf_url": "https://www.nature.com/articles/s41524-017-0056-5.pdf", + "source": { + "id": "https://openalex.org/S4210232664", + "display_name": "npj Computational Materials", + "issn_l": "2057-3960", + "issn": [ + "2057-3960" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310319908", + "host_organization_name": "Nature Portfolio", + "host_organization_lineage": [ + "https://openalex.org/P4310319908", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "Nature Portfolio", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "npj Computational Materials", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [], + "awards": [ + { + "id": "https://openalex.org/G3448238085", + "display_name": null, + "funder_award_id": "N00014-14-1-0098", + "funder_id": "https://openalex.org/F4320337345", + "funder_display_name": "Office of Naval Research" + }, + { + "id": "https://openalex.org/G5295348260", + "display_name": null, + "funder_award_id": "N00014-16-1-2580", + "funder_id": "https://openalex.org/F4320337345", + "funder_display_name": "Office of Naval Research" + }, + { + "id": "https://openalex.org/G8627259979", + "display_name": null, + "funder_award_id": "N00014-10-1-0944", + "funder_id": "https://openalex.org/F4320337345", + "funder_display_name": "Office of Naval Research" + }, + { + "id": "https://openalex.org/G8876996369", + "display_name": null, + "funder_award_id": "N00014", + "funder_id": "https://openalex.org/F4320337345", + "funder_display_name": "Office of Naval Research" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320308269", + "display_name": "Alexander von Humboldt-Stiftung", + "ror": "https://ror.org/012kf4317" + }, + { + "id": "https://openalex.org/F4320337345", + "display_name": "Office of Naval Research", + "ror": "https://ror.org/00rk2pe57" + } + ], + "has_content": { + "grobid_xml": false, + "pdf": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W2963784900.pdf" + }, + "referenced_works_count": 127, + "referenced_works": [ + "https://openalex.org/W26088913", + "https://openalex.org/W73132726", + "https://openalex.org/W214291446", + "https://openalex.org/W654619586", + "https://openalex.org/W1505168701", + "https://openalex.org/W1513260206", + "https://openalex.org/W1542208167", + "https://openalex.org/W1545048062", + "https://openalex.org/W1568537411", + "https://openalex.org/W1584846110", + "https://openalex.org/W1597841398", + "https://openalex.org/W1678620623", + "https://openalex.org/W1747451850", + "https://openalex.org/W1772299910", + "https://openalex.org/W1800437104", + "https://openalex.org/W1865667476", + "https://openalex.org/W1901616594", + "https://openalex.org/W1965192594", + "https://openalex.org/W1972135189", + "https://openalex.org/W1977739742", + "https://openalex.org/W1978183953", + "https://openalex.org/W1979769287", + "https://openalex.org/W1982598895", + "https://openalex.org/W1982886636", + "https://openalex.org/W1984087004", + "https://openalex.org/W1986575501", + "https://openalex.org/W1988887547", + "https://openalex.org/W1989885311", + "https://openalex.org/W1993765343", + "https://openalex.org/W2000957843", + "https://openalex.org/W2005543043", + "https://openalex.org/W2010785223", + "https://openalex.org/W2019903457", + "https://openalex.org/W2020786104", + "https://openalex.org/W2025444507", + "https://openalex.org/W2025882616", + "https://openalex.org/W2029413789", + "https://openalex.org/W2037566781", + "https://openalex.org/W2046505730", + "https://openalex.org/W2051801258", + "https://openalex.org/W2055974394", + "https://openalex.org/W2057858097", + "https://openalex.org/W2061333371", + "https://openalex.org/W2068123181", + "https://openalex.org/W2068456806", + "https://openalex.org/W2069034916", + "https://openalex.org/W2073357703", + "https://openalex.org/W2074616700", + "https://openalex.org/W2083415705", + "https://openalex.org/W2085607286", + "https://openalex.org/W2087292325", + "https://openalex.org/W2089843324", + "https://openalex.org/W2097489306", + "https://openalex.org/W2097968133", + "https://openalex.org/W2104489082", + "https://openalex.org/W2115003579", + "https://openalex.org/W2115096312", + "https://openalex.org/W2128873947", + "https://openalex.org/W2146611938", + "https://openalex.org/W2161262329", + "https://openalex.org/W2163272368", + "https://openalex.org/W2164524421", + "https://openalex.org/W2215223440", + "https://openalex.org/W2225949634", + "https://openalex.org/W2229902564", + "https://openalex.org/W2258702411", + "https://openalex.org/W2261108203", + "https://openalex.org/W2281127889", + "https://openalex.org/W2291908932", + "https://openalex.org/W2313966941", + "https://openalex.org/W2315793378", + "https://openalex.org/W2329258563", + "https://openalex.org/W2336382837", + "https://openalex.org/W2337110853", + "https://openalex.org/W2337496963", + "https://openalex.org/W2337529739", + "https://openalex.org/W2343462019", + "https://openalex.org/W2344188443", + "https://openalex.org/W2345653852", + "https://openalex.org/W2346778841", + "https://openalex.org/W2352719088", + "https://openalex.org/W2356584815", + "https://openalex.org/W2372859909", + "https://openalex.org/W2396196938", + "https://openalex.org/W2415372084", + "https://openalex.org/W2460314483", + "https://openalex.org/W2464725281", + "https://openalex.org/W2471982001", + "https://openalex.org/W2475256989", + "https://openalex.org/W2476592117", + "https://openalex.org/W2486570794", + "https://openalex.org/W2490507458", + "https://openalex.org/W2490901606", + "https://openalex.org/W2498941985", + "https://openalex.org/W2499226730", + "https://openalex.org/W2503343131", + "https://openalex.org/W2504731129", + "https://openalex.org/W2510431877", + "https://openalex.org/W2520500207", + "https://openalex.org/W2522125346", + "https://openalex.org/W2527749992", + "https://openalex.org/W2529958128", + "https://openalex.org/W2530960271", + "https://openalex.org/W2555683692", + "https://openalex.org/W2560817727", + "https://openalex.org/W2563751252", + "https://openalex.org/W2564078846", + "https://openalex.org/W2566573083", + "https://openalex.org/W2566642125", + "https://openalex.org/W2567115595", + "https://openalex.org/W2585152223", + "https://openalex.org/W2592939032", + "https://openalex.org/W2593838212", + "https://openalex.org/W2594250440", + "https://openalex.org/W2600236415", + "https://openalex.org/W2603482245", + "https://openalex.org/W2608722029", + "https://openalex.org/W2616136793", + "https://openalex.org/W2617604238", + "https://openalex.org/W2762836614", + "https://openalex.org/W3022711947", + "https://openalex.org/W3098539674", + "https://openalex.org/W3100710928", + "https://openalex.org/W3104005636", + "https://openalex.org/W4230031267", + "https://openalex.org/W4240060230", + "https://openalex.org/W4300789312" + ], + "related_works": [ + "https://openalex.org/W4375957285", + "https://openalex.org/W4206469383", + "https://openalex.org/W2359548422", + "https://openalex.org/W2083600684", + "https://openalex.org/W2373478723", + "https://openalex.org/W2118804853", + "https://openalex.org/W4376271842", + "https://openalex.org/W2754122850", + "https://openalex.org/W2162773262", + "https://openalex.org/W2901223208" + ], + "abstract_inverted_index": { + "Abstract": [ + 0 + ], + "Propelled": [ + 1 + ], + "partly": [ + 2, + 9 + ], + "by": [ + 3, + 10, + 53, + 57, + 156 + ], + "the": [ + 4, + 11, + 15, + 87, + 110, + 134, + 137, + 157, + 188, + 197, + 204, + 215, + 226 + ], + "Materials": [ + 5 + ], + "Genome": [ + 6 + ], + "Initiative,": [ + 7 + ], + "and": [ + 8, + 14, + 123, + 136, + 152, + 160, + 219 + ], + "algorithmic": [ + 12 + ], + "developments": [ + 13 + ], + "resounding": [ + 16 + ], + "successes": [ + 17 + ], + "of": [ + 18, + 109, + 139, + 149, + 185, + 187 + ], + "data-driven": [ + 19, + 191 + ], + "efforts": [ + 20 + ], + "in": [ + 21, + 59, + 196, + 225 + ], + "other": [ + 22 + ], + "domains,": [ + 23 + ], + "informatics": [ + 24, + 67 + ], + "strategies": [ + 25, + 194 + ], + "are": [ + 26, + 63, + 69, + 77, + 114, + 173 + ], + "beginning": [ + 27 + ], + "to": [ + 28, + 37, + 72, + 79, + 86, + 144, + 181 + ], + "take": [ + 29 + ], + "shape": [ + 30 + ], + "within": [ + 31 + ], + "materials": [ + 32, + 169 + ], + "science.": [ + 33 + ], + "These": [ + 34 + ], + "approaches": [ + 35 + ], + "lead": [ + 36 + ], + "surrogate": [ + 38 + ], + "machine": [ + 39 + ], + "learning": [ + 40, + 131 + ], + "models": [ + 41 + ], + "that": [ + 42, + 76, + 221 + ], + "enable": [ + 43 + ], + "rapid": [ + 44 + ], + "predictions": [ + 45 + ], + "based": [ + 46 + ], + "purely": [ + 47 + ], + "on": [ + 48, + 203 + ], + "past": [ + 49 + ], + "data": [ + 50, + 96 + ], + "rather": [ + 51 + ], + "than": [ + 52 + ], + "direct": [ + 54 + ], + "experimentation": [ + 55 + ], + "or": [ + 56, + 81, + 90, + 100, + 206 + ], + "computations/simulations": [ + 58 + ], + "which": [ + 60, + 94 + ], + "fundamental": [ + 61 + ], + "equations": [ + 62 + ], + "explicitly": [ + 64 + ], + "solved.": [ + 65 + ], + "Data-centric": [ + 66 + ], + "methods": [ + 68 + ], + "becoming": [ + 70 + ], + "useful": [ + 71 + ], + "determine": [ + 73 + ], + "material": [ + 74, + 120 + ], + "properties": [ + 75 + ], + "hard": [ + 78 + ], + "measure": [ + 80 + ], + "compute": [ + 82 + ], + "using": [ + 83 + ], + "traditional": [ + 84 + ], + "methods—due": [ + 85 + ], + "cost,": [ + 88 + ], + "time": [ + 89 + ], + "effort": [ + 91 + ], + "involved—but": [ + 92 + ], + "for": [ + 93, + 104 + ], + "reliable": [ + 95 + ], + "either": [ + 97 + ], + "already": [ + 98 + ], + "exists": [ + 99 + ], + "can": [ + 101 + ], + "be": [ + 102, + 148, + 165, + 223 + ], + "generated": [ + 103 + ], + "at": [ + 105 + ], + "least": [ + 106 + ], + "a": [ + 107, + 119, + 126, + 130 + ], + "subset": [ + 108 + ], + "critical": [ + 111 + ], + "cases.": [ + 112 + ], + "Predictions": [ + 113, + 162 + ], + "typically": [ + 115 + ], + "interpolative,": [ + 116 + ], + "involving": [ + 117 + ], + "fingerprinting": [ + 118 + ], + "numerically": [ + 121 + ], + "first,": [ + 122 + ], + "then": [ + 124 + ], + "following": [ + 125 + ], + "mapping": [ + 127 + ], + "(established": [ + 128 + ], + "via": [ + 129 + ], + "algorithm)": [ + 132 + ], + "between": [ + 133 + ], + "fingerprint": [ + 135, + 205 + ], + "property": [ + 138 + ], + "interest.": [ + 140 + ], + "Fingerprints,": [ + 141 + ], + "also": [ + 142, + 164, + 211 + ], + "referred": [ + 143 + ], + "as": [ + 145, + 154 + ], + "“descriptors”,": [ + 146 + ], + "may": [ + 147, + 163 + ], + "many": [ + 150 + ], + "types": [ + 151 + ], + "scales,": [ + 153 + ], + "dictated": [ + 155 + ], + "application": [ + 158 + ], + "domain": [ + 159 + ], + "needs.": [ + 161 + ], + "extrapolative—extending": [ + 166 + ], + "into": [ + 167, + 176 + ], + "new": [ + 168 + ], + "spaces—provided": [ + 170 + ], + "prediction": [ + 171 + ], + "uncertainties": [ + 172 + ], + "properly": [ + 174 + ], + "taken": [ + 175 + ], + "account.": [ + 177 + ], + "This": [ + 178 + ], + "article": [ + 179 + ], + "attempts": [ + 180 + ], + "provide": [ + 182 + ], + "an": [ + 183 + ], + "overview": [ + 184 + ], + "some": [ + 186, + 213 + ], + "recent": [ + 189 + ], + "successful": [ + 190 + ], + "“materials": [ + 192 + ], + "informatics”": [ + 193 + ], + "undertaken": [ + 195 + ], + "last": [ + 198 + ], + "decade,": [ + 199 + ], + "with": [ + 200 + ], + "particular": [ + 201 + ], + "emphasis": [ + 202 + ], + "descriptor": [ + 207 + ], + "choices.": [ + 208 + ], + "The": [ + 209 + ], + "review": [ + 210 + ], + "identifies": [ + 212 + ], + "challenges": [ + 214 + ], + "community": [ + 216 + ], + "is": [ + 217 + ], + "facing": [ + 218 + ], + "those": [ + 220 + ], + "should": [ + 222 + ], + "overcome": [ + 224 + ], + "near": [ + 227 + ], + "future.": [ + 228 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 111 + }, + { + "year": 2025, + "cited_by_count": 279 + }, + { + "year": 2024, + "cited_by_count": 235 + }, + { + "year": 2023, + "cited_by_count": 226 + }, + { + "year": 2022, + "cited_by_count": 224 + }, + { + "year": 2021, + "cited_by_count": 231 + }, + { + "year": 2020, + "cited_by_count": 217 + }, + { + "year": 2019, + "cited_by_count": 171 + }, + { + "year": 2018, + "cited_by_count": 48 + }, + { + "year": 2017, + "cited_by_count": 3 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W1529533208", + "doi": "https://doi.org/10.1109/jproc.2015.2483592", + "title": "A Review of Relational Machine Learning for Knowledge Graphs", + "display_name": "A Review of Relational Machine Learning for Knowledge Graphs", + "relevance_score": 2569.712, + "publication_year": 2015, + "publication_date": "2015-12-17", + "ids": { + "openalex": "https://openalex.org/W1529533208", + "doi": "https://doi.org/10.1109/jproc.2015.2483592", + "mag": "1529533208" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1109/jproc.2015.2483592", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/jproc.2015.2483592", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S68686220", + "display_name": "Proceedings of the IEEE", + "issn_l": "0018-9219", + "issn": [ + "0018-9219", + "1558-2256" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319808", + "host_organization_name": "Institute of Electrical and Electronics Engineers", + "host_organization_lineage": [ + "https://openalex.org/P4310319808" + ], + "host_organization_lineage_names": [ + "Institute of Electrical and Electronics Engineers" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Proceedings of the IEEE", + "raw_type": "journal-article" + }, + "type": "review", + "indexed_in": [ + "arxiv", + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1503.00759", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5000667901", + "display_name": "Maximilian Nickel", + "orcid": "https://orcid.org/0000-0001-5006-0827" + }, + "institutions": [ + { + "id": "https://openalex.org/I63966007", + "display_name": "Massachusetts Institute of Technology", + "ror": "https://ror.org/042nb2s44", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I63966007" + ] + }, + { + "id": "https://openalex.org/I30771326", + "display_name": "Italian Institute of Technology", + "ror": "https://ror.org/042t93s57", + "country_code": "IT", + "type": "facility", + "lineage": [ + "https://openalex.org/I30771326" + ] + } + ], + "countries": [ + "IT", + "US" + ], + "is_corresponding": true, + "raw_author_name": "Maximilian Nickel", + "raw_affiliation_strings": [ + "Laboratory for Computational and Statistical Learning (LCSL), Istituto Italiano di Tecnologia, Genova, MA, Italy", + "[Laboratory for Computational and Statistical Learning (LCSL), Massachusetts Institute of Technology, Cambridge, MA, USA]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Laboratory for Computational and Statistical Learning (LCSL), Istituto Italiano di Tecnologia, Genova, MA, Italy", + "institution_ids": [ + "https://openalex.org/I30771326" + ] + }, + { + "raw_affiliation_string": "[Laboratory for Computational and Statistical Learning (LCSL), Massachusetts Institute of Technology, Cambridge, MA, USA]", + "institution_ids": [ + "https://openalex.org/I63966007" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5002713363", + "display_name": "Kevin Murphy", + "orcid": "https://orcid.org/0000-0001-5196-7236" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Kevin Murphy", + "raw_affiliation_strings": [ + "Google Inc., Mountain View, CA, USA", + "Google Inc., Mountain View, CA USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Google Inc., Mountain View, CA, USA", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + }, + { + "raw_affiliation_string": "Google Inc., Mountain View, CA USA", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5074808403", + "display_name": "Volker Tresp", + "orcid": "https://orcid.org/0000-0001-9428-3686" + }, + "institutions": [ + { + "id": "https://openalex.org/I8204097", + "display_name": "Ludwig-Maximilians-Universität München", + "ror": "https://ror.org/05591te55", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I8204097" + ] + }, + { + "id": "https://openalex.org/I1325886976", + "display_name": "Siemens (Germany)", + "ror": "https://ror.org/059mq0909", + "country_code": "DE", + "type": "company", + "lineage": [ + "https://openalex.org/I1325886976" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Volker Tresp", + "raw_affiliation_strings": [ + "Siemens AG, Corporate Technology, Ludwig Maximilian University of Munich, Munich, Germany", + "Siemens AG, Corporate Technology, Munich, Germany#TAB#" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Siemens AG, Corporate Technology, Ludwig Maximilian University of Munich, Munich, Germany", + "institution_ids": [ + "https://openalex.org/I1325886976", + "https://openalex.org/I8204097" + ] + }, + { + "raw_affiliation_string": "Siemens AG, Corporate Technology, Munich, Germany#TAB#", + "institution_ids": [ + "https://openalex.org/I1325886976" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5013932834", + "display_name": "Evgeniy Gabrilovich", + "orcid": "https://orcid.org/0000-0001-7933-1926" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Evgeniy Gabrilovich", + "raw_affiliation_strings": [ + "Google Inc., Mountain View, CA, USA", + "Google Inc., Mountain View, CA USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Google Inc., Mountain View, CA, USA", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + }, + { + "raw_affiliation_string": "Google Inc., Mountain View, CA USA", + "institution_ids": [] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 3, + "institutions_distinct_count": 4, + "corresponding_author_ids": [ + "https://openalex.org/A5000667901" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I30771326", + "https://openalex.org/I63966007" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 124.2043, + "has_fulltext": false, + "cited_by_count": 1636, + "citation_normalized_percentile": { + "value": 0.99972146, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 98, + "max": 100 + }, + "biblio": { + "volume": "104", + "issue": "1", + "first_page": "11", + "last_page": "33" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11273", + "display_name": "Advanced Graph Neural Networks", + "score": 0.916700005531311, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11273", + "display_name": "Advanced Graph Neural Networks", + "score": 0.916700005531311, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11303", + "display_name": "Bayesian Modeling and Causal Inference", + "score": 0.00989999994635582, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12292", + "display_name": "Graph Theory and Algorithms", + "score": 0.007799999788403511, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/statistical-relational-learning", + "display_name": "Statistical relational learning", + "score": 0.7889400720596313 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7375805377960205 + }, + { + "id": "https://openalex.org/keywords/knowledge-graph", + "display_name": "Knowledge graph", + "score": 0.5366183519363403 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5131645798683167 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.5024473667144775 + }, + { + "id": "https://openalex.org/keywords/graph", + "display_name": "Graph", + "score": 0.451494425535202 + }, + { + "id": "https://openalex.org/keywords/theoretical-computer-science", + "display_name": "Theoretical computer science", + "score": 0.43196582794189453 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.42936253547668457 + }, + { + "id": "https://openalex.org/keywords/observable", + "display_name": "Observable", + "score": 0.4168981909751892 + }, + { + "id": "https://openalex.org/keywords/relational-model", + "display_name": "Relational model", + "score": 0.4146842658519745 + }, + { + "id": "https://openalex.org/keywords/relational-database", + "display_name": "Relational database", + "score": 0.414201021194458 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C177877439", + "wikidata": "https://www.wikidata.org/wiki/Q7604413", + "display_name": "Statistical relational learning", + "level": 3, + "score": 0.7889400720596313 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7375805377960205 + }, + { + "id": "https://openalex.org/C2987255567", + "wikidata": "https://www.wikidata.org/wiki/Q33002955", + "display_name": "Knowledge graph", + "level": 2, + "score": 0.5366183519363403 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5131645798683167 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.5024473667144775 + }, + { + "id": "https://openalex.org/C132525143", + "wikidata": "https://www.wikidata.org/wiki/Q141488", + "display_name": "Graph", + "level": 2, + "score": 0.451494425535202 + }, + { + "id": "https://openalex.org/C80444323", + "wikidata": "https://www.wikidata.org/wiki/Q2878974", + "display_name": "Theoretical computer science", + "level": 1, + "score": 0.43196582794189453 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.42936253547668457 + }, + { + "id": "https://openalex.org/C32848918", + "wikidata": "https://www.wikidata.org/wiki/Q845789", + "display_name": "Observable", + "level": 2, + "score": 0.4168981909751892 + }, + { + "id": "https://openalex.org/C40207289", + "wikidata": "https://www.wikidata.org/wiki/Q755662", + "display_name": "Relational model", + "level": 3, + "score": 0.4146842658519745 + }, + { + "id": "https://openalex.org/C5655090", + "wikidata": "https://www.wikidata.org/wiki/Q192588", + "display_name": "Relational database", + "level": 2, + "score": 0.414201021194458 + }, + { + "id": "https://openalex.org/C121332964", + "wikidata": "https://www.wikidata.org/wiki/Q413", + "display_name": "Physics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C62520636", + "wikidata": "https://www.wikidata.org/wiki/Q944", + "display_name": "Quantum mechanics", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 3, + "locations": [ + { + "id": "doi:10.1109/jproc.2015.2483592", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/jproc.2015.2483592", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S68686220", + "display_name": "Proceedings of the IEEE", + "issn_l": "0018-9219", + "issn": [ + "0018-9219", + "1558-2256" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319808", + "host_organization_name": "Institute of Electrical and Electronics Engineers", + "host_organization_lineage": [ + "https://openalex.org/P4310319808" + ], + "host_organization_lineage_names": [ + "Institute of Electrical and Electronics Engineers" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Proceedings of the IEEE", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:arXiv.org:1503.00759", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1503.00759", + "pdf_url": "https://arxiv.org/pdf/1503.00759", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:dspace.mit.edu:1721.1/100193", + "is_oa": true, + "landing_page_url": "http://hdl.handle.net/1721.1/100193", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400425", + "display_name": "DSpace@MIT (Massachusetts Institute of Technology)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I63966007", + "host_organization_name": "Massachusetts Institute of Technology", + "host_organization_lineage": [ + "https://openalex.org/I63966007" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by-nc", + "license_id": "https://openalex.org/licenses/cc-by-nc", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "Other" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1503.00759", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1503.00759", + "pdf_url": "https://arxiv.org/pdf/1503.00759", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + "sustainable_development_goals": [ + { + "score": 0.5400000214576721, + "id": "https://metadata.un.org/sdg/4", + "display_name": "Quality Education" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 213, + "referenced_works": [ + "https://openalex.org/W28412257", + "https://openalex.org/W92973652", + "https://openalex.org/W94565353", + "https://openalex.org/W102708294", + "https://openalex.org/W109245773", + "https://openalex.org/W114517082", + "https://openalex.org/W156542065", + "https://openalex.org/W200741916", + "https://openalex.org/W203049729", + "https://openalex.org/W204615560", + "https://openalex.org/W205829674", + "https://openalex.org/W340632675", + "https://openalex.org/W1483236033", + "https://openalex.org/W1487060125", + "https://openalex.org/W1497523460", + "https://openalex.org/W1503398984", + "https://openalex.org/W1510675600", + "https://openalex.org/W1511986666", + "https://openalex.org/W1512387364", + "https://openalex.org/W1516346799", + "https://openalex.org/W1521736627", + "https://openalex.org/W1533230146", + "https://openalex.org/W1565102206", + "https://openalex.org/W1585529040", + "https://openalex.org/W1614298861", + "https://openalex.org/W1666347389", + "https://openalex.org/W1756422141", + "https://openalex.org/W1782550378", + "https://openalex.org/W1835243625", + "https://openalex.org/W1841189810", + "https://openalex.org/W1852412531", + "https://openalex.org/W1884516485", + "https://openalex.org/W1910578190", + "https://openalex.org/W1913703133", + "https://openalex.org/W1930472418", + "https://openalex.org/W1975346989", + "https://openalex.org/W1975563293", + "https://openalex.org/W1976526581", + "https://openalex.org/W1977970897", + "https://openalex.org/W1979104937", + "https://openalex.org/W1979629649", + "https://openalex.org/W1984179398", + "https://openalex.org/W1985009003", + "https://openalex.org/W1986380628", + "https://openalex.org/W1993500013", + "https://openalex.org/W1994389483", + "https://openalex.org/W1999138184", + "https://openalex.org/W2008620264", + "https://openalex.org/W2008896880", + "https://openalex.org/W2009937976", + "https://openalex.org/W2013494846", + "https://openalex.org/W2015191210", + "https://openalex.org/W2016753842", + "https://openalex.org/W2017102965", + "https://openalex.org/W2018758196", + "https://openalex.org/W2022166150", + "https://openalex.org/W2024165284", + "https://openalex.org/W2026417691", + "https://openalex.org/W2027324989", + "https://openalex.org/W2029249040", + "https://openalex.org/W2037705937", + "https://openalex.org/W2037933327", + "https://openalex.org/W2039688703", + "https://openalex.org/W2045495924", + "https://openalex.org/W2052390074", + "https://openalex.org/W2054141820", + "https://openalex.org/W2055317074", + "https://openalex.org/W2065758089", + "https://openalex.org/W2066459332", + "https://openalex.org/W2066636486", + "https://openalex.org/W2080133951", + "https://openalex.org/W2081210343", + "https://openalex.org/W2081580037", + "https://openalex.org/W2089349245", + "https://openalex.org/W2094286023", + "https://openalex.org/W2094728533", + "https://openalex.org/W2097266862", + "https://openalex.org/W2099752825", + "https://openalex.org/W2101705355", + "https://openalex.org/W2101802482", + "https://openalex.org/W2102363952", + "https://openalex.org/W2102907934", + "https://openalex.org/W2107306718", + "https://openalex.org/W2107658650", + "https://openalex.org/W2108044891", + "https://openalex.org/W2108177663", + "https://openalex.org/W2111488410", + "https://openalex.org/W2114157818", + "https://openalex.org/W2117373207", + "https://openalex.org/W2119831128", + "https://openalex.org/W2121773050", + "https://openalex.org/W2121906195", + "https://openalex.org/W2122865749", + "https://openalex.org/W2123228027", + "https://openalex.org/W2125027602", + "https://openalex.org/W2125315567", + "https://openalex.org/W2127048411", + "https://openalex.org/W2127345773", + "https://openalex.org/W2127426251", + "https://openalex.org/W2127795553", + "https://openalex.org/W2128407051", + "https://openalex.org/W2129207602", + "https://openalex.org/W2129842875", + "https://openalex.org/W2131844696", + "https://openalex.org/W2133134975", + "https://openalex.org/W2138204945", + "https://openalex.org/W2140141795", + "https://openalex.org/W2141312052", + "https://openalex.org/W2148019918", + "https://openalex.org/W2148507357", + "https://openalex.org/W2149474573", + "https://openalex.org/W2151502664", + "https://openalex.org/W2153595771", + "https://openalex.org/W2154454189", + "https://openalex.org/W2158781217", + "https://openalex.org/W2159203990", + "https://openalex.org/W2159583324", + "https://openalex.org/W2160605923", + "https://openalex.org/W2161371014", + "https://openalex.org/W2165428180", + "https://openalex.org/W2167187514", + "https://openalex.org/W2170902582", + "https://openalex.org/W2171278097", + "https://openalex.org/W2171472464", + "https://openalex.org/W2175268987", + "https://openalex.org/W2187164964", + "https://openalex.org/W2244992438", + "https://openalex.org/W2247119764", + "https://openalex.org/W2247380138", + "https://openalex.org/W2250184916", + "https://openalex.org/W2288526505", + "https://openalex.org/W2293485652", + "https://openalex.org/W2295240344", + "https://openalex.org/W2338322935", + "https://openalex.org/W2396685807", + "https://openalex.org/W2471366537", + "https://openalex.org/W2487770199", + "https://openalex.org/W2520858206", + "https://openalex.org/W2536888436", + "https://openalex.org/W2548695521", + "https://openalex.org/W2785884112", + "https://openalex.org/W2911581497", + "https://openalex.org/W2940690142", + "https://openalex.org/W2951166049", + "https://openalex.org/W2952738808", + "https://openalex.org/W2954527143", + "https://openalex.org/W2963572185", + "https://openalex.org/W2963587356", + "https://openalex.org/W2999525678", + "https://openalex.org/W3102641634", + "https://openalex.org/W3125520394", + "https://openalex.org/W3149838063", + "https://openalex.org/W3192290435", + "https://openalex.org/W4206727053", + "https://openalex.org/W4211035117", + "https://openalex.org/W4212943651", + "https://openalex.org/W4230553559", + "https://openalex.org/W4232932184", + "https://openalex.org/W4234117503", + "https://openalex.org/W4235345084", + "https://openalex.org/W4235469532", + "https://openalex.org/W4239231974", + "https://openalex.org/W4250809414", + "https://openalex.org/W4285719527", + "https://openalex.org/W4293249558", + "https://openalex.org/W4297732326", + "https://openalex.org/W4300062145", + "https://openalex.org/W4300564796", + "https://openalex.org/W4386506836", + "https://openalex.org/W6603669155", + "https://openalex.org/W6604452468", + "https://openalex.org/W6604653223", + "https://openalex.org/W6608338930", + "https://openalex.org/W6608344535", + "https://openalex.org/W6628965601", + "https://openalex.org/W6629025635", + "https://openalex.org/W6630579473", + "https://openalex.org/W6631964550", + "https://openalex.org/W6633947679", + "https://openalex.org/W6636510571", + "https://openalex.org/W6637194779", + "https://openalex.org/W6637805884", + "https://openalex.org/W6638051237", + "https://openalex.org/W6638588478", + "https://openalex.org/W6638754787", + "https://openalex.org/W6639281467", + "https://openalex.org/W6639731090", + "https://openalex.org/W6652957868", + "https://openalex.org/W6674413621", + "https://openalex.org/W6675204935", + "https://openalex.org/W6675255137", + "https://openalex.org/W6675925752", + "https://openalex.org/W6676581672", + "https://openalex.org/W6678067405", + "https://openalex.org/W6678347102", + "https://openalex.org/W6678830454", + "https://openalex.org/W6678846912", + "https://openalex.org/W6679197216", + "https://openalex.org/W6679243379", + "https://openalex.org/W6682467843", + "https://openalex.org/W6682619722", + "https://openalex.org/W6683404736", + "https://openalex.org/W6683461794", + "https://openalex.org/W6683612810", + "https://openalex.org/W6683773206", + "https://openalex.org/W6683861112", + "https://openalex.org/W6684350123", + "https://openalex.org/W6685018051", + "https://openalex.org/W6696035201", + "https://openalex.org/W6696966448", + "https://openalex.org/W6720922435", + "https://openalex.org/W6729382431", + "https://openalex.org/W6764731963" + ], + "related_works": [ + "https://openalex.org/W2267077731", + "https://openalex.org/W2386578196", + "https://openalex.org/W3091612633", + "https://openalex.org/W2483382562", + "https://openalex.org/W1549959306", + "https://openalex.org/W2085988990", + "https://openalex.org/W1528519853", + "https://openalex.org/W1510134535", + "https://openalex.org/W3181676408", + "https://openalex.org/W2389834944" + ], + "abstract_inverted_index": { + "Relational": [ + 0 + ], + "machine": [ + 1 + ], + "learning": [ + 2 + ], + "studies": [ + 3 + ], + "methods": [ + 4, + 137 + ], + "for": [ + 5, + 138 + ], + "the": [ + 6, + 41, + 51, + 99, + 144 + ], + "statistical": [ + 7, + 24, + 62, + 126 + ], + "analysis": [ + 8 + ], + "of": [ + 9, + 21, + 61, + 66, + 128, + 159 + ], + "relational,": [ + 10 + ], + "or": [ + 11 + ], + "graph-structured,": [ + 12 + ], + "data.": [ + 13 + ], + "In": [ + 14, + 53 + ], + "this": [ + 15, + 147 + ], + "paper,": [ + 16 + ], + "we": [ + 17, + 55, + 122, + 149 + ], + "provide": [ + 18 + ], + "a": [ + 19 + ], + "review": [ + 20 + ], + "how": [ + 22, + 104, + 124 + ], + "such": [ + 23, + 82, + 125, + 160 + ], + "models": [ + 25, + 81, + 111, + 127 + ], + "can": [ + 26, + 68, + 130 + ], + "be": [ + 27, + 131 + ], + "“trained”": [ + 28 + ], + "on": [ + 29, + 78, + 94 + ], + "large": [ + 30 + ], + "knowledge": [ + 31, + 141, + 153 + ], + "graphs,": [ + 32 + ], + "and": [ + 33, + 86, + 109 + ], + "then": [ + 34 + ], + "used": [ + 35 + ], + "to": [ + 36, + 46, + 70, + 105, + 112 + ], + "predict": [ + 37 + ], + "new": [ + 38, + 48 + ], + "facts": [ + 39 + ], + "about": [ + 40 + ], + "world": [ + 42 + ], + "(which": [ + 43 + ], + "is": [ + 44, + 76, + 92 + ], + "equivalent": [ + 45 + ], + "predicting": [ + 47 + ], + "edges": [ + 49 + ], + "in": [ + 50, + 98 + ], + "graph).": [ + 52 + ], + "particular,": [ + 54 + ], + "discuss": [ + 56, + 123, + 151 + ], + "two": [ + 57 + ], + "fundamentally": [ + 58 + ], + "different": [ + 59 + ], + "kinds": [ + 60 + ], + "relational": [ + 63 + ], + "models,": [ + 64 + ], + "both": [ + 65 + ], + "which": [ + 67 + ], + "scale": [ + 69 + ], + "massive": [ + 71 + ], + "data": [ + 72 + ], + "sets.": [ + 73 + ], + "The": [ + 74, + 90 + ], + "first": [ + 75 + ], + "based": [ + 77, + 93 + ], + "latent": [ + 79, + 108 + ], + "feature": [ + 80 + ], + "as": [ + 83, + 156 + ], + "tensor": [ + 84 + ], + "factorization": [ + 85 + ], + "multiway": [ + 87 + ], + "neural": [ + 88 + ], + "networks.": [ + 89 + ], + "second": [ + 91 + ], + "mining": [ + 95 + ], + "observable": [ + 96, + 110 + ], + "patterns": [ + 97 + ], + "graph.": [ + 100 + ], + "We": [ + 101 + ], + "also": [ + 102, + 150 + ], + "show": [ + 103 + ], + "combine": [ + 106 + ], + "these": [ + 107 + ], + "get": [ + 113 + ], + "improved": [ + 114 + ], + "modeling": [ + 115 + ], + "power": [ + 116 + ], + "at": [ + 117 + ], + "decreased": [ + 118 + ], + "computational": [ + 119 + ], + "cost.": [ + 120 + ], + "Finally,": [ + 121 + ], + "graphs": [ + 129, + 142 + ], + "combined": [ + 132 + ], + "with": [ + 133 + ], + "text-based": [ + 134 + ], + "information": [ + 135 + ], + "extraction": [ + 136 + ], + "automatically": [ + 139 + ], + "constructing": [ + 140 + ], + "from": [ + 143 + ], + "Web.": [ + 145 + ], + "To": [ + 146 + ], + "end,": [ + 148 + ], + "Google's": [ + 152 + ], + "vault": [ + 154 + ], + "project": [ + 155 + ], + "an": [ + 157 + ], + "example": [ + 158 + ], + "combination.": [ + 161 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 35 + }, + { + "year": 2025, + "cited_by_count": 115 + }, + { + "year": 2024, + "cited_by_count": 121 + }, + { + "year": 2023, + "cited_by_count": 180 + }, + { + "year": 2022, + "cited_by_count": 158 + }, + { + "year": 2021, + "cited_by_count": 263 + }, + { + "year": 2020, + "cited_by_count": 286 + }, + { + "year": 2019, + "cited_by_count": 199 + }, + { + "year": 2018, + "cited_by_count": 127 + }, + { + "year": 2017, + "cited_by_count": 107 + }, + { + "year": 2016, + "cited_by_count": 40 + }, + { + "year": 2015, + "cited_by_count": 5 + } + ], + "updated_date": "2026-05-28T09:10:13.091523", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2949767632", + "doi": "https://doi.org/10.1109/access.2019.2923707", + "title": "Effective Heart Disease Prediction Using Hybrid Machine Learning Techniques", + "display_name": "Effective Heart Disease Prediction Using Hybrid Machine Learning Techniques", + "relevance_score": 2561.0251, + "publication_year": 2019, + "publication_date": "2019-01-01", + "ids": { + "openalex": "https://openalex.org/W2949767632", + "doi": "https://doi.org/10.1109/access.2019.2923707", + "mag": "2949767632" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1109/access.2019.2923707", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1109/access.2019.2923707", + "pdf_url": "https://ieeexplore.ieee.org/ielx7/6287639/8600701/08740989.pdf", + "source": { + "id": "https://openalex.org/S2485537415", + "display_name": "IEEE Access", + "issn_l": "2169-3536", + "issn": [ + "2169-3536" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310319808", + "host_organization_name": "Institute of Electrical and Electronics Engineers", + "host_organization_lineage": [ + "https://openalex.org/P4310319808" + ], + "host_organization_lineage_names": [ + "Institute of Electrical and Electronics Engineers" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IEEE Access", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref", + "doaj" + ], + "open_access": { + "is_oa": true, + "oa_status": "gold", + "oa_url": "https://ieeexplore.ieee.org/ielx7/6287639/8600701/08740989.pdf", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5013635040", + "display_name": "Senthilkumar Mohan", + "orcid": "https://orcid.org/0000-0002-8114-3147" + }, + "institutions": [ + { + "id": "https://openalex.org/I876193797", + "display_name": "Vellore Institute of Technology University", + "ror": "https://ror.org/00qzypv28", + "country_code": "IN", + "type": "education", + "lineage": [ + "https://openalex.org/I876193797" + ] + } + ], + "countries": [ + "IN" + ], + "is_corresponding": true, + "raw_author_name": "Senthilkumar Mohan", + "raw_affiliation_strings": [ + "School of Information Technology and Engineering, VIT University, Vellore, India" + ], + "raw_orcid": "https://orcid.org/0000-0002-8114-3147", + "affiliations": [ + { + "raw_affiliation_string": "School of Information Technology and Engineering, VIT University, Vellore, India", + "institution_ids": [ + "https://openalex.org/I876193797" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5012000651", + "display_name": "Chandrasegar Thirumalai", + "orcid": "https://orcid.org/0000-0001-5171-946X" + }, + "institutions": [ + { + "id": "https://openalex.org/I876193797", + "display_name": "Vellore Institute of Technology University", + "ror": "https://ror.org/00qzypv28", + "country_code": "IN", + "type": "education", + "lineage": [ + "https://openalex.org/I876193797" + ] + } + ], + "countries": [ + "IN" + ], + "is_corresponding": false, + "raw_author_name": "Chandrasegar Thirumalai", + "raw_affiliation_strings": [ + "School of Information Technology and Engineering, VIT University, Vellore, India" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "School of Information Technology and Engineering, VIT University, Vellore, India", + "institution_ids": [ + "https://openalex.org/I876193797" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5041541232", + "display_name": "Gautam Srivastava", + "orcid": "https://orcid.org/0000-0001-9851-4103" + }, + "institutions": [ + { + "id": "https://openalex.org/I48890080", + "display_name": "Brandon University", + "ror": "https://ror.org/02qp25a50", + "country_code": "CA", + "type": "education", + "lineage": [ + "https://openalex.org/I48890080" + ] + } + ], + "countries": [ + "CA" + ], + "is_corresponding": false, + "raw_author_name": "Gautam Srivastava", + "raw_affiliation_strings": [ + "Department of Mathematics and Computer Science, Brandon University, Brandon, MB, Canada" + ], + "raw_orcid": "https://orcid.org/0000-0001-9851-4103", + "affiliations": [ + { + "raw_affiliation_string": "Department of Mathematics and Computer Science, Brandon University, Brandon, MB, Canada", + "institution_ids": [ + "https://openalex.org/I48890080" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5013635040" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I876193797" + ], + "apc_list": { + "value": 1850, + "currency": "USD", + "value_usd": 1850 + }, + "apc_paid": { + "value": 1850, + "currency": "USD", + "value_usd": 1850 + }, + "fwci": 215.0425, + "has_fulltext": true, + "cited_by_count": 1855, + "citation_normalized_percentile": { + "value": 1.0, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "7", + "issue": null, + "first_page": "81542", + "last_page": "81554" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11396", + "display_name": "Artificial Intelligence in Healthcare", + "score": 0.9962000250816345, + "subfield": { + "id": "https://openalex.org/subfields/3605", + "display_name": "Health Information Management" + }, + "field": { + "id": "https://openalex.org/fields/36", + "display_name": "Health Professions" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11396", + "display_name": "Artificial Intelligence in Healthcare", + "score": 0.9962000250816345, + "subfield": { + "id": "https://openalex.org/subfields/3605", + "display_name": "Health Information Management" + }, + "field": { + "id": "https://openalex.org/fields/36", + "display_name": "Health Professions" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + }, + { + "id": "https://openalex.org/T11021", + "display_name": "ECG Monitoring and Analysis", + "score": 0.991100013256073, + "subfield": { + "id": "https://openalex.org/subfields/2705", + "display_name": "Cardiology and Cardiovascular Medicine" + }, + "field": { + "id": "https://openalex.org/fields/27", + "display_name": "Medicine" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + }, + { + "id": "https://openalex.org/T13038", + "display_name": "Internet of Things and AI", + "score": 0.9423999786376953, + "subfield": { + "id": "https://openalex.org/subfields/1710", + "display_name": "Information Systems" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7656811475753784 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.7299566864967346 + }, + { + "id": "https://openalex.org/keywords/random-forest", + "display_name": "Random forest", + "score": 0.6608107089996338 + }, + { + "id": "https://openalex.org/keywords/heart-disease", + "display_name": "Heart disease", + "score": 0.6548975110054016 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6171836853027344 + }, + { + "id": "https://openalex.org/keywords/predictive-modelling", + "display_name": "Predictive modelling", + "score": 0.49283671379089355 + }, + { + "id": "https://openalex.org/keywords/disease", + "display_name": "Disease", + "score": 0.48001474142074585 + }, + { + "id": "https://openalex.org/keywords/internet-of-things", + "display_name": "Internet of Things", + "score": 0.4755784571170807 + }, + { + "id": "https://openalex.org/keywords/support-vector-machine", + "display_name": "Support vector machine", + "score": 0.4480767250061035 + }, + { + "id": "https://openalex.org/keywords/the-internet", + "display_name": "The Internet", + "score": 0.41082069277763367 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.3668927550315857 + }, + { + "id": "https://openalex.org/keywords/medicine", + "display_name": "Medicine", + "score": 0.10342156887054443 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7656811475753784 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.7299566864967346 + }, + { + "id": "https://openalex.org/C169258074", + "wikidata": "https://www.wikidata.org/wiki/Q245748", + "display_name": "Random forest", + "level": 2, + "score": 0.6608107089996338 + }, + { + "id": "https://openalex.org/C2780074459", + "wikidata": "https://www.wikidata.org/wiki/Q389735", + "display_name": "Heart disease", + "level": 2, + "score": 0.6548975110054016 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6171836853027344 + }, + { + "id": "https://openalex.org/C45804977", + "wikidata": "https://www.wikidata.org/wiki/Q7239673", + "display_name": "Predictive modelling", + "level": 2, + "score": 0.49283671379089355 + }, + { + "id": "https://openalex.org/C2779134260", + "wikidata": "https://www.wikidata.org/wiki/Q12136", + "display_name": "Disease", + "level": 2, + "score": 0.48001474142074585 + }, + { + "id": "https://openalex.org/C81860439", + "wikidata": "https://www.wikidata.org/wiki/Q251212", + "display_name": "Internet of Things", + "level": 2, + "score": 0.4755784571170807 + }, + { + "id": "https://openalex.org/C12267149", + "wikidata": "https://www.wikidata.org/wiki/Q282453", + "display_name": "Support vector machine", + "level": 2, + "score": 0.4480767250061035 + }, + { + "id": "https://openalex.org/C110875604", + "wikidata": "https://www.wikidata.org/wiki/Q75", + "display_name": "The Internet", + "level": 2, + "score": 0.41082069277763367 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.3668927550315857 + }, + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.10342156887054443 + }, + { + "id": "https://openalex.org/C136764020", + "wikidata": "https://www.wikidata.org/wiki/Q466", + "display_name": "World Wide Web", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C164705383", + "wikidata": "https://www.wikidata.org/wiki/Q10379", + "display_name": "Cardiology", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C149635348", + "wikidata": "https://www.wikidata.org/wiki/Q193040", + "display_name": "Embedded system", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C142724271", + "wikidata": "https://www.wikidata.org/wiki/Q7208", + "display_name": "Pathology", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "doi:10.1109/access.2019.2923707", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1109/access.2019.2923707", + "pdf_url": "https://ieeexplore.ieee.org/ielx7/6287639/8600701/08740989.pdf", + "source": { + "id": "https://openalex.org/S2485537415", + "display_name": "IEEE Access", + "issn_l": "2169-3536", + "issn": [ + "2169-3536" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310319808", + "host_organization_name": "Institute of Electrical and Electronics Engineers", + "host_organization_lineage": [ + "https://openalex.org/P4310319808" + ], + "host_organization_lineage_names": [ + "Institute of Electrical and Electronics Engineers" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IEEE Access", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:doaj.org/article:fe87ff1a239645a0979c257a4dea4864", + "is_oa": true, + "landing_page_url": "https://doaj.org/article/fe87ff1a239645a0979c257a4dea4864", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401280", + "display_name": "DOAJ (DOAJ: Directory of Open Access Journals)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by-sa", + "license_id": "https://openalex.org/licenses/cc-by-sa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "IEEE Access, Vol 7, Pp 81542-81554 (2019)", + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "doi:10.1109/access.2019.2923707", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1109/access.2019.2923707", + "pdf_url": "https://ieeexplore.ieee.org/ielx7/6287639/8600701/08740989.pdf", + "source": { + "id": "https://openalex.org/S2485537415", + "display_name": "IEEE Access", + "issn_l": "2169-3536", + "issn": [ + "2169-3536" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310319808", + "host_organization_name": "Institute of Electrical and Electronics Engineers", + "host_organization_lineage": [ + "https://openalex.org/P4310319808" + ], + "host_organization_lineage_names": [ + "Institute of Electrical and Electronics Engineers" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IEEE Access", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [ + { + "score": 0.4000000059604645, + "id": "https://metadata.un.org/sdg/3", + "display_name": "Good health and well-being" + } + ], + "awards": [], + "funders": [ + { + "id": "https://openalex.org/F4320324301", + "display_name": "China Medical University", + "ror": "https://ror.org/032d4f246" + } + ], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 51, + "referenced_works": [ + "https://openalex.org/W1202595205", + "https://openalex.org/W1532110920", + "https://openalex.org/W1965587486", + "https://openalex.org/W1991788616", + "https://openalex.org/W2003552981", + "https://openalex.org/W2062302861", + "https://openalex.org/W2068677783", + "https://openalex.org/W2080084655", + "https://openalex.org/W2103773860", + "https://openalex.org/W2178875556", + "https://openalex.org/W2250033699", + "https://openalex.org/W2291481687", + "https://openalex.org/W2293583529", + "https://openalex.org/W2350016386", + "https://openalex.org/W2485540933", + "https://openalex.org/W2531733772", + "https://openalex.org/W2545758574", + "https://openalex.org/W2548815743", + "https://openalex.org/W2608803612", + "https://openalex.org/W2611268076", + "https://openalex.org/W2621148797", + "https://openalex.org/W2654097460", + "https://openalex.org/W2735054537", + "https://openalex.org/W2754167666", + "https://openalex.org/W2755200181", + "https://openalex.org/W2755582817", + "https://openalex.org/W2766387270", + "https://openalex.org/W2767227735", + "https://openalex.org/W2769429260", + "https://openalex.org/W2774583472", + "https://openalex.org/W2784051633", + "https://openalex.org/W2786070938", + "https://openalex.org/W2790256058", + "https://openalex.org/W2790718901", + "https://openalex.org/W2793130752", + "https://openalex.org/W2795204643", + "https://openalex.org/W2795328221", + "https://openalex.org/W2795595258", + "https://openalex.org/W2808560727", + "https://openalex.org/W2885492729", + "https://openalex.org/W2890070546", + "https://openalex.org/W2891931318", + "https://openalex.org/W2895999059", + "https://openalex.org/W2900794383", + "https://openalex.org/W2901917857", + "https://openalex.org/W2993696341", + "https://openalex.org/W6675712684", + "https://openalex.org/W6729093307", + "https://openalex.org/W6749585949", + "https://openalex.org/W6771454245", + "https://openalex.org/W6986592312" + ], + "related_works": [ + "https://openalex.org/W4245926026", + "https://openalex.org/W3193043704", + "https://openalex.org/W4386259002", + "https://openalex.org/W1546989560", + "https://openalex.org/W4396689146", + "https://openalex.org/W4200112873", + "https://openalex.org/W2955796858", + "https://openalex.org/W2004826645", + "https://openalex.org/W3191198889", + "https://openalex.org/W4399767560" + ], + "abstract_inverted_index": { + "Heart": [ + 0 + ], + "disease": [ + 1, + 18, + 86, + 153 + ], + "is": [ + 2, + 19, + 123 + ], + "one": [ + 3 + ], + "of": [ + 4, + 9, + 16, + 26, + 50, + 71, + 74, + 117, + 128, + 145 + ], + "the": [ + 5, + 12, + 24, + 47, + 54, + 72, + 112, + 115, + 148, + 155 + ], + "most": [ + 6 + ], + "significant": [ + 7, + 102 + ], + "causes": [ + 8 + ], + "mortality": [ + 10 + ], + "in": [ + 11, + 23, + 39, + 41, + 65, + 68, + 110, + 114 + ], + "world": [ + 13 + ], + "today.": [ + 14 + ], + "Prediction": [ + 15 + ], + "cardiovascular": [ + 17, + 118 + ], + "a": [ + 20, + 81, + 95, + 160 + ], + "critical": [ + 21 + ], + "challenge": [ + 22 + ], + "area": [ + 25 + ], + "clinical": [ + 27 + ], + "data": [ + 28, + 51 + ], + "analysis.": [ + 29 + ], + "Machine": [ + 30 + ], + "learning": [ + 31, + 107 + ], + "(ML)": [ + 32 + ], + "has": [ + 33 + ], + "been": [ + 34 + ], + "shown": [ + 35 + ], + "to": [ + 36 + ], + "be": [ + 37 + ], + "effective": [ + 38 + ], + "assisting": [ + 40 + ], + "making": [ + 42 + ], + "decisions": [ + 43 + ], + "and": [ + 44, + 130 + ], + "predictions": [ + 45 + ], + "from": [ + 46 + ], + "large": [ + 48 + ], + "quantity": [ + 49 + ], + "produced": [ + 52 + ], + "by": [ + 53, + 104 + ], + "healthcare": [ + 55 + ], + "industry.": [ + 56 + ], + "We": [ + 57, + 135 + ], + "have": [ + 58 + ], + "also": [ + 59 + ], + "seen": [ + 60 + ], + "ML": [ + 61, + 88 + ], + "techniques": [ + 62, + 108 + ], + "being": [ + 63 + ], + "used": [ + 64 + ], + "recent": [ + 66 + ], + "developments": [ + 67 + ], + "different": [ + 69, + 126 + ], + "areas": [ + 70 + ], + "Internet": [ + 73 + ], + "Things": [ + 75 + ], + "(IoT).": [ + 76 + ], + "Various": [ + 77 + ], + "studies": [ + 78 + ], + "give": [ + 79 + ], + "only": [ + 80 + ], + "glimpse": [ + 82 + ], + "into": [ + 83 + ], + "predicting": [ + 84 + ], + "heart": [ + 85, + 152 + ], + "with": [ + 87, + 125, + 141, + 154, + 159 + ], + "techniques.": [ + 89, + 134 + ], + "In": [ + 90 + ], + "this": [ + 91 + ], + "paper,": [ + 92 + ], + "we": [ + 93 + ], + "propose": [ + 94 + ], + "novel": [ + 96 + ], + "method": [ + 97 + ], + "that": [ + 98 + ], + "aims": [ + 99 + ], + "at": [ + 100 + ], + "finding": [ + 101 + ], + "features": [ + 103, + 129 + ], + "applying": [ + 105 + ], + "machine": [ + 106 + ], + "resulting": [ + 109 + ], + "improving": [ + 111 + ], + "accuracy": [ + 113, + 143 + ], + "prediction": [ + 116, + 121, + 149 + ], + "disease.": [ + 119 + ], + "The": [ + 120 + ], + "model": [ + 122, + 150, + 162 + ], + "introduced": [ + 124 + ], + "combinations": [ + 127 + ], + "several": [ + 131 + ], + "known": [ + 132 + ], + "classification": [ + 133 + ], + "produce": [ + 136 + ], + "an": [ + 137, + 142 + ], + "enhanced": [ + 138 + ], + "performance": [ + 139 + ], + "level": [ + 140, + 144 + ], + "88.7%": [ + 146 + ], + "through": [ + 147 + ], + "for": [ + 151 + ], + "hybrid": [ + 156 + ], + "random": [ + 157 + ], + "forest": [ + 158 + ], + "linear": [ + 161 + ], + "(HRFLM).": [ + 163 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 81 + }, + { + "year": 2025, + "cited_by_count": 299 + }, + { + "year": 2024, + "cited_by_count": 376 + }, + { + "year": 2023, + "cited_by_count": 443 + }, + { + "year": 2022, + "cited_by_count": 335 + }, + { + "year": 2021, + "cited_by_count": 221 + }, + { + "year": 2020, + "cited_by_count": 90 + }, + { + "year": 2019, + "cited_by_count": 9 + }, + { + "year": 2012, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2995098893", + "doi": "https://doi.org/10.1186/s12911-019-1004-8", + "title": "Comparing different supervised machine learning algorithms for disease prediction", + "display_name": "Comparing different supervised machine learning algorithms for disease prediction", + "relevance_score": 2537.0056, + "publication_year": 2019, + "publication_date": "2019-12-01", + "ids": { + "openalex": "https://openalex.org/W2995098893", + "doi": "https://doi.org/10.1186/s12911-019-1004-8", + "mag": "2995098893", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/31864346" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1186/s12911-019-1004-8", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1186/s12911-019-1004-8", + "pdf_url": "https://bmcmedinformdecismak.biomedcentral.com/track/pdf/10.1186/s12911-019-1004-8", + "source": { + "id": "https://openalex.org/S107516304", + "display_name": "BMC Medical Informatics and Decision Making", + "issn_l": "1472-6947", + "issn": [ + "1472-6947" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320256", + "host_organization_name": "BioMed Central", + "host_organization_lineage": [ + "https://openalex.org/P4310320256", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "BioMed Central", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "BMC Medical Informatics and Decision Making", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref", + "doaj", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "gold", + "oa_url": "https://bmcmedinformdecismak.biomedcentral.com/track/pdf/10.1186/s12911-019-1004-8", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5073472514", + "display_name": "Shahadat Uddin", + "orcid": "https://orcid.org/0000-0003-0091-6919" + }, + "institutions": [ + { + "id": "https://openalex.org/I129604602", + "display_name": "The University of Sydney", + "ror": "https://ror.org/0384j8v12", + "country_code": "AU", + "type": "education", + "lineage": [ + "https://openalex.org/I129604602" + ] + } + ], + "countries": [ + "AU" + ], + "is_corresponding": true, + "raw_author_name": "Shahadat Uddin", + "raw_affiliation_strings": [ + "Complex Systems Research Group, Faculty of Engineering, The University of Sydney, Room 524, SIT Building (J12), Darlington, NSW, 2008, Australia. shahadat.uddin@sydney.edu.au", + "Complex Systems Research Group, Faculty of Engineering, The University of Sydney, Room 524, SIT Building (J12), Darlington, NSW, 2008, Australia" + ], + "raw_orcid": "https://orcid.org/0000-0003-0091-6919", + "affiliations": [ + { + "raw_affiliation_string": "Complex Systems Research Group, Faculty of Engineering, The University of Sydney, Room 524, SIT Building (J12), Darlington, NSW, 2008, Australia. shahadat.uddin@sydney.edu.au", + "institution_ids": [ + "https://openalex.org/I129604602" + ] + }, + { + "raw_affiliation_string": "Complex Systems Research Group, Faculty of Engineering, The University of Sydney, Room 524, SIT Building (J12), Darlington, NSW, 2008, Australia", + "institution_ids": [ + "https://openalex.org/I129604602" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5050771060", + "display_name": "Arif Khan", + "orcid": "https://orcid.org/0000-0002-5793-933X" + }, + "institutions": [ + { + "id": "https://openalex.org/I129604602", + "display_name": "The University of Sydney", + "ror": "https://ror.org/0384j8v12", + "country_code": "AU", + "type": "education", + "lineage": [ + "https://openalex.org/I129604602" + ] + }, + { + "id": "https://openalex.org/I4210117369", + "display_name": "RoZetta Institute", + "ror": "https://ror.org/02ex29a12", + "country_code": "AU", + "type": "nonprofit", + "lineage": [ + "https://openalex.org/I4210117369" + ] + } + ], + "countries": [ + "AU" + ], + "is_corresponding": false, + "raw_author_name": "Arif Khan", + "raw_affiliation_strings": [ + "Complex Systems Research Group, Faculty of Engineering, The University of Sydney, Room 524, SIT Building (J12), Darlington, NSW, 2008, Australia", + "Health Market Quality Research Stream, Capital Markets CRC, Level 3, 55 Harrington Street, Sydney, NSW, Australia" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Complex Systems Research Group, Faculty of Engineering, The University of Sydney, Room 524, SIT Building (J12), Darlington, NSW, 2008, Australia", + "institution_ids": [ + "https://openalex.org/I129604602" + ] + }, + { + "raw_affiliation_string": "Health Market Quality Research Stream, Capital Markets CRC, Level 3, 55 Harrington Street, Sydney, NSW, Australia", + "institution_ids": [ + "https://openalex.org/I4210117369" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5027942770", + "display_name": "Md Ekramul Hossain", + "orcid": "https://orcid.org/0000-0001-6913-8313" + }, + "institutions": [ + { + "id": "https://openalex.org/I129604602", + "display_name": "The University of Sydney", + "ror": "https://ror.org/0384j8v12", + "country_code": "AU", + "type": "education", + "lineage": [ + "https://openalex.org/I129604602" + ] + } + ], + "countries": [ + "AU" + ], + "is_corresponding": false, + "raw_author_name": "Md Ekramul Hossain", + "raw_affiliation_strings": [ + "Complex Systems Research Group, Faculty of Engineering, The University of Sydney, Room 524, SIT Building (J12), Darlington, NSW, 2008, Australia" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Complex Systems Research Group, Faculty of Engineering, The University of Sydney, Room 524, SIT Building (J12), Darlington, NSW, 2008, Australia", + "institution_ids": [ + "https://openalex.org/I129604602" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5034828056", + "display_name": "Mohammad Ali Moni", + "orcid": "https://orcid.org/0000-0003-0756-1006" + }, + "institutions": [ + { + "id": "https://openalex.org/I129604602", + "display_name": "The University of Sydney", + "ror": "https://ror.org/0384j8v12", + "country_code": "AU", + "type": "education", + "lineage": [ + "https://openalex.org/I129604602" + ] + } + ], + "countries": [ + "AU" + ], + "is_corresponding": false, + "raw_author_name": "Mohammad Ali Moni", + "raw_affiliation_strings": [ + "Faculty of Medicine and Health, School of Medical Sciences, The University of Sydney, Camperdown, NSW, 2006, Australia" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Faculty of Medicine and Health, School of Medical Sciences, The University of Sydney, Camperdown, NSW, 2006, Australia", + "institution_ids": [ + "https://openalex.org/I129604602" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 4, + "corresponding_author_ids": [ + "https://openalex.org/A5073472514" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I129604602" + ], + "apc_list": { + "value": 1570, + "currency": "GBP", + "value_usd": 1925 + }, + "apc_paid": { + "value": 1570, + "currency": "GBP", + "value_usd": 1925 + }, + "fwci": 163.4859, + "has_fulltext": false, + "cited_by_count": 1618, + "citation_normalized_percentile": { + "value": 0.99985259, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "19", + "issue": "1", + "first_page": "281", + "last_page": "281" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11396", + "display_name": "Artificial Intelligence in Healthcare", + "score": 0.8751999735832214, + "subfield": { + "id": "https://openalex.org/subfields/3605", + "display_name": "Health Information Management" + }, + "field": { + "id": "https://openalex.org/fields/36", + "display_name": "Health Professions" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11396", + "display_name": "Artificial Intelligence in Healthcare", + "score": 0.8751999735832214, + "subfield": { + "id": "https://openalex.org/subfields/3605", + "display_name": "Health Information Management" + }, + "field": { + "id": "https://openalex.org/fields/36", + "display_name": "Health Professions" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + }, + { + "id": "https://openalex.org/T13702", + "display_name": "Machine Learning in Healthcare", + "score": 0.008799999952316284, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11652", + "display_name": "Imbalanced Data Classification Techniques", + "score": 0.0066999997943639755, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/health-informatics", + "display_name": "Health informatics", + "score": 0.7566148042678833 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6764706373214722 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6419437527656555 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5513378381729126 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.41022202372550964 + }, + { + "id": "https://openalex.org/keywords/public-health", + "display_name": "Public health", + "score": 0.221120685338974 + }, + { + "id": "https://openalex.org/keywords/medicine", + "display_name": "Medicine", + "score": 0.2029423713684082 + }, + { + "id": "https://openalex.org/keywords/nursing", + "display_name": "Nursing", + "score": 0.09734433889389038 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C145642194", + "wikidata": "https://www.wikidata.org/wiki/Q870895", + "display_name": "Health informatics", + "level": 3, + "score": 0.7566148042678833 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6764706373214722 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6419437527656555 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5513378381729126 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.41022202372550964 + }, + { + "id": "https://openalex.org/C138816342", + "wikidata": "https://www.wikidata.org/wiki/Q189603", + "display_name": "Public health", + "level": 2, + "score": 0.221120685338974 + }, + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.2029423713684082 + }, + { + "id": "https://openalex.org/C159110408", + "wikidata": "https://www.wikidata.org/wiki/Q121176", + "display_name": "Nursing", + "level": 1, + "score": 0.09734433889389038 + } + ], + "mesh": [ + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000081415", + "descriptor_name": "Clinical Decision Rules", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000081415", + "descriptor_name": "Clinical Decision Rules", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000081415", + "descriptor_name": "Clinical Decision Rules", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D001499", + "descriptor_name": "Bayes Theorem", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D001499", + "descriptor_name": "Bayes Theorem", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D001499", + "descriptor_name": "Bayes Theorem", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012307", + "descriptor_name": "Risk Factors", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012307", + "descriptor_name": "Risk Factors", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012307", + "descriptor_name": "Risk Factors", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D057225", + "descriptor_name": "Data Mining", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D057225", + "descriptor_name": "Data Mining", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D057225", + "descriptor_name": "Data Mining", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D060388", + "descriptor_name": "Support Vector Machine", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D060388", + "descriptor_name": "Support Vector Machine", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D060388", + "descriptor_name": "Support Vector Machine", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + } + ], + "locations_count": 5, + "locations": [ + { + "id": "doi:10.1186/s12911-019-1004-8", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1186/s12911-019-1004-8", + "pdf_url": "https://bmcmedinformdecismak.biomedcentral.com/track/pdf/10.1186/s12911-019-1004-8", + "source": { + "id": "https://openalex.org/S107516304", + "display_name": "BMC Medical Informatics and Decision Making", + "issn_l": "1472-6947", + "issn": [ + "1472-6947" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320256", + "host_organization_name": "BioMed Central", + "host_organization_lineage": [ + "https://openalex.org/P4310320256", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "BioMed Central", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "BMC Medical Informatics and Decision Making", + "raw_type": "journal-article" + }, + { + "id": "pmid:31864346", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/31864346", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "BMC medical informatics and decision making", + "raw_type": null + }, + { + "id": "pmh:oai:pure.atira.dk:publications/17d2b406-1692-4f37-9f49-13ef0305ae3b", + "is_oa": true, + "landing_page_url": "https://researchoutput.csu.edu.au/en/publications/17d2b406-1692-4f37-9f49-13ef0305ae3b", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S7407055442", + "display_name": "Charles Sturt University Research Output (CRO)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Uddin, S, Khan, A, Hossain, M E & Moni, M A 2019, 'Comparing different supervised machine learning algorithms for disease prediction', BMC Medical Informatics and Decision Making, vol. 19, no. 1, 281. https://doi.org/10.1186/s12911-019-1004-8", + "raw_type": "info:eu-repo/semantics/publishedVersion" + }, + { + "id": "pmh:oai:doaj.org/article:9563bebece94495291af01cd287627a5", + "is_oa": false, + "landing_page_url": "https://doaj.org/article/9563bebece94495291af01cd287627a5", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401280", + "display_name": "DOAJ (DOAJ: Directory of Open Access Journals)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "BMC Medical Informatics and Decision Making, Vol 19, Iss 1, Pp 1-16 (2019)", + "raw_type": "article" + }, + { + "id": "pmh:oai:pubmedcentral.nih.gov:6925840", + "is_oa": true, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/6925840", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2764455111", + "display_name": "PubMed Central", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "BMC Med Inform Decis Mak", + "raw_type": "Text" + } + ], + "best_oa_location": { + "id": "doi:10.1186/s12911-019-1004-8", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1186/s12911-019-1004-8", + "pdf_url": "https://bmcmedinformdecismak.biomedcentral.com/track/pdf/10.1186/s12911-019-1004-8", + "source": { + "id": "https://openalex.org/S107516304", + "display_name": "BMC Medical Informatics and Decision Making", + "issn_l": "1472-6947", + "issn": [ + "1472-6947" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320256", + "host_organization_name": "BioMed Central", + "host_organization_lineage": [ + "https://openalex.org/P4310320256", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "BioMed Central", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "BMC Medical Informatics and Decision Making", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 87, + "referenced_works": [ + "https://openalex.org/W51263609", + "https://openalex.org/W101938375", + "https://openalex.org/W129507607", + "https://openalex.org/W166622706", + "https://openalex.org/W179179905", + "https://openalex.org/W1130077638", + "https://openalex.org/W1171616665", + "https://openalex.org/W1498436455", + "https://openalex.org/W1565746575", + "https://openalex.org/W1590675038", + "https://openalex.org/W1596324102", + "https://openalex.org/W1615991656", + "https://openalex.org/W1648885110", + "https://openalex.org/W1651586605", + "https://openalex.org/W1756788811", + "https://openalex.org/W1968571599", + "https://openalex.org/W1972404374", + "https://openalex.org/W1972588194", + "https://openalex.org/W1973448749", + "https://openalex.org/W1973948212", + "https://openalex.org/W1983024255", + "https://openalex.org/W1995341919", + "https://openalex.org/W1996856743", + "https://openalex.org/W2005501262", + "https://openalex.org/W2012316318", + "https://openalex.org/W2017993392", + "https://openalex.org/W2049623605", + "https://openalex.org/W2052655222", + "https://openalex.org/W2063130532", + "https://openalex.org/W2065831478", + "https://openalex.org/W2066525392", + "https://openalex.org/W2083866813", + "https://openalex.org/W2101234009", + "https://openalex.org/W2103069675", + "https://openalex.org/W2103441516", + "https://openalex.org/W2104890527", + "https://openalex.org/W2111974630", + "https://openalex.org/W2117646649", + "https://openalex.org/W2118020653", + "https://openalex.org/W2120109270", + "https://openalex.org/W2122111042", + "https://openalex.org/W2149706766", + "https://openalex.org/W2156098321", + "https://openalex.org/W2157784421", + "https://openalex.org/W2158698691", + "https://openalex.org/W2184248488", + "https://openalex.org/W2187651840", + "https://openalex.org/W2242827712", + "https://openalex.org/W2256130358", + "https://openalex.org/W2259337669", + "https://openalex.org/W2270635011", + "https://openalex.org/W2277317151", + "https://openalex.org/W2285678238", + "https://openalex.org/W2324845196", + "https://openalex.org/W2339549526", + "https://openalex.org/W2394922069", + "https://openalex.org/W2407129890", + "https://openalex.org/W2478337590", + "https://openalex.org/W2498119267", + "https://openalex.org/W2504629029", + "https://openalex.org/W2511048274", + "https://openalex.org/W2548466742", + "https://openalex.org/W2569214105", + "https://openalex.org/W2604503416", + "https://openalex.org/W2610135452", + "https://openalex.org/W2614141400", + "https://openalex.org/W2754510604", + "https://openalex.org/W2755895186", + "https://openalex.org/W2757722543", + "https://openalex.org/W2764175852", + "https://openalex.org/W2773413394", + "https://openalex.org/W2784168210", + "https://openalex.org/W2791504809", + "https://openalex.org/W2796884049", + "https://openalex.org/W2799071577", + "https://openalex.org/W2800253831", + "https://openalex.org/W2807027008", + "https://openalex.org/W2807992546", + "https://openalex.org/W2885479215", + "https://openalex.org/W2904579171", + "https://openalex.org/W2911495555", + "https://openalex.org/W2911964244", + "https://openalex.org/W2963873275", + "https://openalex.org/W2991792334", + "https://openalex.org/W4285719527", + "https://openalex.org/W6607259140", + "https://openalex.org/W6675354045" + ], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W3046775127", + "https://openalex.org/W4394896187", + "https://openalex.org/W3170094116", + "https://openalex.org/W4386462264", + "https://openalex.org/W3107602296", + "https://openalex.org/W4364306694", + "https://openalex.org/W4312192474", + "https://openalex.org/W4283697347" + ], + "abstract_inverted_index": { + "BACKGROUND:": [ + 0 + ], + "Supervised": [ + 1 + ], + "machine": [ + 2, + 43, + 74, + 108, + 200, + 225 + ], + "learning": [ + 3, + 44, + 75, + 109, + 201, + 226 + ], + "algorithms": [ + 4, + 110, + 202 + ], + "have": [ + 5 + ], + "been": [ + 6 + ], + "a": [ + 7, + 23, + 188 + ], + "dominant": [ + 8 + ], + "method": [ + 9 + ], + "in": [ + 10, + 100, + 163, + 176, + 218 + ], + "the": [ + 11, + 35, + 103, + 118, + 133, + 141, + 151, + 160, + 179, + 192, + 219 + ], + "data": [ + 12, + 19 + ], + "mining": [ + 13 + ], + "field.": [ + 14 + ], + "Disease": [ + 15 + ], + "prediction": [ + 16 + ], + "using": [ + 17 + ], + "health": [ + 18 + ], + "has": [ + 20 + ], + "recently": [ + 21 + ], + "shown": [ + 22 + ], + "potential": [ + 24 + ], + "application": [ + 25 + ], + "area": [ + 26 + ], + "for": [ + 27, + 51, + 89, + 102, + 111, + 203, + 228 + ], + "these": [ + 28 + ], + "methods.": [ + 29 + ], + "This": [ + 30, + 169, + 185, + 206 + ], + "study": [ + 31, + 186 + ], + "ai7ms": [ + 32 + ], + "to": [ + 33, + 64, + 215 + ], + "identify": [ + 34, + 65 + ], + "key": [ + 36 + ], + "trends": [ + 37 + ], + "among": [ + 38, + 105 + ], + "different": [ + 39, + 90, + 196 + ], + "types": [ + 40, + 91 + ], + "of": [ + 41, + 92, + 165, + 178, + 191, + 195, + 198, + 209, + 221 + ], + "supervised": [ + 42, + 73, + 107, + 199, + 224 + ], + "algorithms,": [ + 45 + ], + "and": [ + 46, + 49, + 85 + ], + "their": [ + 47, + 229 + ], + "performance": [ + 48, + 194, + 211 + ], + "usage": [ + 50 + ], + "disease": [ + 52, + 79, + 112, + 204 + ], + "risk": [ + 53 + ], + "prediction.": [ + 54, + 80, + 113, + 205 + ], + "METHODS:": [ + 55 + ], + "In": [ + 56 + ], + "this": [ + 57 + ], + "study,": [ + 58 + ], + "extensive": [ + 59 + ], + "research": [ + 60 + ], + "efforts": [ + 61 + ], + "were": [ + 62, + 87 + ], + "made": [ + 63 + ], + "those": [ + 66 + ], + "studies": [ + 67, + 153, + 180 + ], + "that": [ + 68, + 117 + ], + "applied": [ + 69, + 125 + ], + "more": [ + 70 + ], + "than": [ + 71 + ], + "one": [ + 72 + ], + "algorithm": [ + 76, + 123, + 136, + 145, + 227 + ], + "on": [ + 77 + ], + "single": [ + 78 + ], + "Two": [ + 81 + ], + "databases": [ + 82 + ], + "(i.e.,": [ + 83 + ], + "Scopus": [ + 84 + ], + "PubMed)": [ + 86 + ], + "searched": [ + 88 + ], + "search": [ + 93 + ], + "items.": [ + 94 + ], + "Thus,": [ + 95 + ], + "we": [ + 96 + ], + "selected": [ + 97 + ], + "48": [ + 98 + ], + "articles": [ + 99 + ], + "total": [ + 101 + ], + "comparison": [ + 104 + ], + "variants": [ + 106, + 197 + ], + "RESULTS:": [ + 114 + ], + "We": [ + 115 + ], + "found": [ + 116 + ], + "Support": [ + 119 + ], + "Vector": [ + 120 + ], + "Machine": [ + 121 + ], + "(SVM)": [ + 122 + ], + "is": [ + 124 + ], + "most": [ + 126 + ], + "frequently": [ + 127 + ], + "(in": [ + 128, + 137 + ], + "29": [ + 129 + ], + "studies)": [ + 130 + ], + "followed": [ + 131, + 171 + ], + "by": [ + 132, + 172 + ], + "Naïve": [ + 134 + ], + "Bayes": [ + 135 + ], + "23": [ + 138 + ], + "studies).": [ + 139 + ], + "However,": [ + 140 + ], + "Random": [ + 142 + ], + "Forest": [ + 143 + ], + "(RF)": [ + 144 + ], + "showed": [ + 146, + 159 + ], + "superior": [ + 147 + ], + "accuracy": [ + 148, + 162 + ], + "comparatively.": [ + 149 + ], + "Of": [ + 150 + ], + "17": [ + 152 + ], + "where": [ + 154 + ], + "it": [ + 155, + 181 + ], + "was": [ + 156, + 170, + 182 + ], + "applied,": [ + 157 + ], + "RF": [ + 158 + ], + "highest": [ + 161 + ], + "9": [ + 164 + ], + "them,": [ + 166 + ], + "i.e.,": [ + 167 + ], + "53%.": [ + 168 + ], + "SVM": [ + 173 + ], + "which": [ + 174 + ], + "topped": [ + 175 + ], + "41%": [ + 177 + ], + "considered.": [ + 183 + ], + "CONCLUSION:": [ + 184 + ], + "provides": [ + 187 + ], + "wide": [ + 189 + ], + "overview": [ + 190 + ], + "relative": [ + 193, + 210 + ], + "important": [ + 207 + ], + "information": [ + 208 + ], + "can": [ + 212 + ], + "be": [ + 213 + ], + "used": [ + 214 + ], + "aid": [ + 216 + ], + "researchers": [ + 217 + ], + "selection": [ + 220 + ], + "an": [ + 222 + ], + "appropriate": [ + 223 + ], + "studies.": [ + 230 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 72 + }, + { + "year": 2025, + "cited_by_count": 313 + }, + { + "year": 2024, + "cited_by_count": 370 + }, + { + "year": 2023, + "cited_by_count": 368 + }, + { + "year": 2022, + "cited_by_count": 289 + }, + { + "year": 2021, + "cited_by_count": 168 + }, + { + "year": 2020, + "cited_by_count": 37 + } + ], + "updated_date": "2026-05-27T09:02:27.158192", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2936573766", + "doi": "https://doi.org/10.1186/s12874-019-0681-4", + "title": "Machine learning in medicine: a practical introduction", + "display_name": "Machine learning in medicine: a practical introduction", + "relevance_score": 2524.7993, + "publication_year": 2019, + "publication_date": "2019-03-19", + "ids": { + "openalex": "https://openalex.org/W2936573766", + "doi": "https://doi.org/10.1186/s12874-019-0681-4", + "mag": "2936573766", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/30890124" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1186/s12874-019-0681-4", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1186/s12874-019-0681-4", + "pdf_url": "https://bmcmedresmethodol.biomedcentral.com/track/pdf/10.1186/s12874-019-0681-4", + "source": { + "id": "https://openalex.org/S185874209", + "display_name": "BMC Medical Research Methodology", + "issn_l": "1471-2288", + "issn": [ + "1471-2288" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320256", + "host_organization_name": "BioMed Central", + "host_organization_lineage": [ + "https://openalex.org/P4310320256", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "BioMed Central", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "BMC Medical Research Methodology", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref", + "doaj", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "gold", + "oa_url": "https://bmcmedresmethodol.biomedcentral.com/track/pdf/10.1186/s12874-019-0681-4", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5011988336", + "display_name": "Jenni A. M. Sidey-Gibbons", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I241749", + "display_name": "University of Cambridge", + "ror": "https://ror.org/013meh722", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I241749" + ] + } + ], + "countries": [ + "GB" + ], + "is_corresponding": false, + "raw_author_name": "Jenni A. M. Sidey-Gibbons", + "raw_affiliation_strings": [ + "Department of Engineering, University of Cambridge, Trumpington Street, Cambridge, CB2 1PZ, UK" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Engineering, University of Cambridge, Trumpington Street, Cambridge, CB2 1PZ, UK", + "institution_ids": [ + "https://openalex.org/I241749" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5038685423", + "display_name": "Chris Sidey‐Gibbons", + "orcid": "https://orcid.org/0000-0002-4732-7305" + }, + "institutions": [ + { + "id": "https://openalex.org/I1283280774", + "display_name": "Brigham and Women's Hospital", + "ror": "https://ror.org/04b6nzv94", + "country_code": "US", + "type": "healthcare", + "lineage": [ + "https://openalex.org/I1283280774", + "https://openalex.org/I48633490" + ] + }, + { + "id": "https://openalex.org/I136199984", + "display_name": "Harvard University", + "ror": "https://ror.org/03vek6s52", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I136199984" + ] + }, + { + "id": "https://openalex.org/I241749", + "display_name": "University of Cambridge", + "ror": "https://ror.org/013meh722", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I241749" + ] + } + ], + "countries": [ + "GB", + "US" + ], + "is_corresponding": true, + "raw_author_name": "Chris J. Sidey-Gibbons", + "raw_affiliation_strings": [ + "Department of Surgery, Brigham and Women's Hospital, 75 Francis Street, Boston, 01225, Massachusetts, USA. cgibbons2@bwh.harvard.edu", + "Department of Surgery, Harvard Medical School, 25 Shattuck Street, Boston, 01225, Massachusetts, USA. cgibbons2@bwh.harvard.edu", + "University of Cambridge Psychometrics Centre, Trumpington Street, Cambridge, CB2 1AG, UK. cgibbons2@bwh.harvard.edu", + "Department of Surgery, Harvard Medical School, 25 Shattuck Street, Boston, 01225, Massachusetts, USA" + ], + "raw_orcid": "https://orcid.org/0000-0002-4732-7305", + "affiliations": [ + { + "raw_affiliation_string": "Department of Surgery, Brigham and Women's Hospital, 75 Francis Street, Boston, 01225, Massachusetts, USA. cgibbons2@bwh.harvard.edu", + "institution_ids": [ + "https://openalex.org/I1283280774" + ] + }, + { + "raw_affiliation_string": "Department of Surgery, Harvard Medical School, 25 Shattuck Street, Boston, 01225, Massachusetts, USA. cgibbons2@bwh.harvard.edu", + "institution_ids": [ + "https://openalex.org/I136199984" + ] + }, + { + "raw_affiliation_string": "University of Cambridge Psychometrics Centre, Trumpington Street, Cambridge, CB2 1AG, UK. cgibbons2@bwh.harvard.edu", + "institution_ids": [ + "https://openalex.org/I241749" + ] + }, + { + "raw_affiliation_string": "Department of Surgery, Harvard Medical School, 25 Shattuck Street, Boston, 01225, Massachusetts, USA", + "institution_ids": [ + "https://openalex.org/I136199984" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5038685423" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I1283280774", + "https://openalex.org/I136199984", + "https://openalex.org/I241749" + ], + "apc_list": { + "value": 1790, + "currency": "GBP", + "value_usd": 2195 + }, + "apc_paid": { + "value": 1790, + "currency": "GBP", + "value_usd": 2195 + }, + "fwci": 68.7809, + "has_fulltext": true, + "cited_by_count": 1263, + "citation_normalized_percentile": { + "value": 0.99923339, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 98, + "max": 100 + }, + "biblio": { + "volume": "19", + "issue": "1", + "first_page": "64", + "last_page": "64" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10862", + "display_name": "AI in cancer detection", + "score": 0.9581000208854675, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10862", + "display_name": "AI in cancer detection", + "score": 0.9581000208854675, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12422", + "display_name": "Radiomics and Machine Learning in Medical Imaging", + "score": 0.003700000001117587, + "subfield": { + "id": "https://openalex.org/subfields/2741", + "display_name": "Radiology, Nuclear Medicine and Imaging" + }, + "field": { + "id": "https://openalex.org/fields/27", + "display_name": "Medicine" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + }, + { + "id": "https://openalex.org/T12994", + "display_name": "Infrared Thermography in Medicine", + "score": 0.0031999999191612005, + "subfield": { + "id": "https://openalex.org/subfields/2741", + "display_name": "Radiology, Nuclear Medicine and Imaging" + }, + "field": { + "id": "https://openalex.org/fields/27", + "display_name": "Medicine" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.8439639806747437 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.762427806854248 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7216744422912598 + }, + { + "id": "https://openalex.org/keywords/support-vector-machine", + "display_name": "Support vector machine", + "score": 0.7101428508758545 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.48576977849006653 + }, + { + "id": "https://openalex.org/keywords/cross-validation", + "display_name": "Cross-validation", + "score": 0.4503832459449768 + }, + { + "id": "https://openalex.org/keywords/sensitivity", + "display_name": "Sensitivity (control systems)", + "score": 0.4276343286037445 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.39164337515830994 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.33824363350868225 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.8439639806747437 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.762427806854248 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7216744422912598 + }, + { + "id": "https://openalex.org/C12267149", + "wikidata": "https://www.wikidata.org/wiki/Q282453", + "display_name": "Support vector machine", + "level": 2, + "score": 0.7101428508758545 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.48576977849006653 + }, + { + "id": "https://openalex.org/C27181475", + "wikidata": "https://www.wikidata.org/wiki/Q541014", + "display_name": "Cross-validation", + "level": 2, + "score": 0.4503832459449768 + }, + { + "id": "https://openalex.org/C21200559", + "wikidata": "https://www.wikidata.org/wiki/Q7451068", + "display_name": "Sensitivity (control systems)", + "level": 2, + "score": 0.4276343286037445 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.39164337515830994 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.33824363350868225 + }, + { + "id": "https://openalex.org/C24326235", + "wikidata": "https://www.wikidata.org/wiki/Q126095", + "display_name": "Electronic engineering", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C127413603", + "wikidata": "https://www.wikidata.org/wiki/Q11023", + "display_name": "Engineering", + "level": 0, + "score": 0.0 + } + ], + "mesh": [ + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D001943", + "descriptor_name": "Breast Neoplasms", + "qualifier_ui": "Q000175", + "qualifier_name": "diagnosis", + "is_major_topic": false + }, + { + "descriptor_ui": "D001943", + "descriptor_name": "Breast Neoplasms", + "qualifier_ui": "Q000175", + "qualifier_name": "diagnosis", + "is_major_topic": false + }, + { + "descriptor_ui": "D001943", + "descriptor_name": "Breast Neoplasms", + "qualifier_ui": "Q000175", + "qualifier_name": "diagnosis", + "is_major_topic": false + }, + { + "descriptor_ui": "D001943", + "descriptor_name": "Breast Neoplasms", + "qualifier_ui": "Q000175", + "qualifier_name": "diagnosis", + "is_major_topic": false + }, + { + "descriptor_ui": "D001943", + "descriptor_name": "Breast Neoplasms", + "qualifier_ui": "Q000175", + "qualifier_name": "diagnosis", + "is_major_topic": false + }, + { + "descriptor_ui": "D003936", + "descriptor_name": "Diagnosis, Computer-Assisted", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D003936", + "descriptor_name": "Diagnosis, Computer-Assisted", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D003936", + "descriptor_name": "Diagnosis, Computer-Assisted", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D003936", + "descriptor_name": "Diagnosis, Computer-Assisted", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D003936", + "descriptor_name": "Diagnosis, Computer-Assisted", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D005260", + "descriptor_name": "Female", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D005260", + "descriptor_name": "Female", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D005260", + "descriptor_name": "Female", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D005260", + "descriptor_name": "Female", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D005260", + "descriptor_name": "Female", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012680", + "descriptor_name": "Sensitivity and Specificity", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012680", + "descriptor_name": "Sensitivity and Specificity", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012680", + "descriptor_name": "Sensitivity and Specificity", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012680", + "descriptor_name": "Sensitivity and Specificity", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012680", + "descriptor_name": "Sensitivity and Specificity", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012984", + "descriptor_name": "Software", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012984", + "descriptor_name": "Software", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012984", + "descriptor_name": "Software", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012984", + "descriptor_name": "Software", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012984", + "descriptor_name": "Software", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D016571", + "descriptor_name": "Neural Networks, Computer", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D016571", + "descriptor_name": "Neural Networks, Computer", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D016571", + "descriptor_name": "Neural Networks, Computer", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D016571", + "descriptor_name": "Neural Networks, Computer", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D016571", + "descriptor_name": "Neural Networks, Computer", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D060388", + "descriptor_name": "Support Vector Machine", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D060388", + "descriptor_name": "Support Vector Machine", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D060388", + "descriptor_name": "Support Vector Machine", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D060388", + "descriptor_name": "Support Vector Machine", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D060388", + "descriptor_name": "Support Vector Machine", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + } + ], + "locations_count": 4, + "locations": [ + { + "id": "doi:10.1186/s12874-019-0681-4", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1186/s12874-019-0681-4", + "pdf_url": "https://bmcmedresmethodol.biomedcentral.com/track/pdf/10.1186/s12874-019-0681-4", + "source": { + "id": "https://openalex.org/S185874209", + "display_name": "BMC Medical Research Methodology", + "issn_l": "1471-2288", + "issn": [ + "1471-2288" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320256", + "host_organization_name": "BioMed Central", + "host_organization_lineage": [ + "https://openalex.org/P4310320256", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "BioMed Central", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "BMC Medical Research Methodology", + "raw_type": "journal-article" + }, + { + "id": "pmid:30890124", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/30890124", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "BMC medical research methodology", + "raw_type": null + }, + { + "id": "pmh:oai:doaj.org/article:5bab4056aa204fd895ccd0806796ea31", + "is_oa": true, + "landing_page_url": "https://doaj.org/article/5bab4056aa204fd895ccd0806796ea31", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401280", + "display_name": "DOAJ (DOAJ: Directory of Open Access Journals)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by-sa", + "license_id": "https://openalex.org/licenses/cc-by-sa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "BMC Medical Research Methodology, Vol 19, Iss 1, Pp 1-18 (2019)", + "raw_type": "article" + }, + { + "id": "pmh:oai:europepmc.org:5418903", + "is_oa": true, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/6425557", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400806", + "display_name": "Europe PMC (PubMed Central)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1303153112", + "host_organization_name": "European Bioinformatics Institute", + "host_organization_lineage": [ + "https://openalex.org/I1303153112" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "Text" + } + ], + "best_oa_location": { + "id": "doi:10.1186/s12874-019-0681-4", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1186/s12874-019-0681-4", + "pdf_url": "https://bmcmedresmethodol.biomedcentral.com/track/pdf/10.1186/s12874-019-0681-4", + "source": { + "id": "https://openalex.org/S185874209", + "display_name": "BMC Medical Research Methodology", + "issn_l": "1471-2288", + "issn": [ + "1471-2288" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320256", + "host_organization_name": "BioMed Central", + "host_organization_lineage": [ + "https://openalex.org/P4310320256", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "BioMed Central", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "BMC Medical Research Methodology", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [], + "awards": [ + { + "id": "https://openalex.org/G3027281633", + "display_name": null, + "funder_award_id": "PDF-2014-07-28", + "funder_id": "https://openalex.org/F4320334659", + "funder_display_name": "Research Trainees Coordinating Centre" + }, + { + "id": "https://openalex.org/G5017041387", + "display_name": null, + "funder_award_id": "PDF-2014-07-028", + "funder_id": "https://openalex.org/F4320319990", + "funder_display_name": "National Institute for Health and Care Research" + }, + { + "id": "https://openalex.org/G6065741097", + "display_name": null, + "funder_award_id": "CDF-2017-10-019", + "funder_id": "https://openalex.org/F4320334659", + "funder_display_name": "Research Trainees Coordinating Centre" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320319990", + "display_name": "National Institute for Health and Care Research", + "ror": "https://ror.org/0187kwz08" + }, + { + "id": "https://openalex.org/F4320334659", + "display_name": "Research Trainees Coordinating Centre", + "ror": "https://ror.org/0187kwz08" + } + ], + "has_content": { + "grobid_xml": true, + "pdf": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W2936573766.pdf", + "grobid_xml": "https://content.openalex.org/works/W2936573766.grobid-xml" + }, + "referenced_works_count": 40, + "referenced_works": [ + "https://openalex.org/W85009029", + "https://openalex.org/W1267646904", + "https://openalex.org/W1880262756", + "https://openalex.org/W1901616594", + "https://openalex.org/W1955303603", + "https://openalex.org/W1969557815", + "https://openalex.org/W1979744342", + "https://openalex.org/W2015795623", + "https://openalex.org/W2039708501", + "https://openalex.org/W2054290230", + "https://openalex.org/W2062227835", + "https://openalex.org/W2068181924", + "https://openalex.org/W2105034425", + "https://openalex.org/W2119821739", + "https://openalex.org/W2122825543", + "https://openalex.org/W2148554370", + "https://openalex.org/W2153803020", + "https://openalex.org/W2157825442", + "https://openalex.org/W2161793142", + "https://openalex.org/W2163605009", + "https://openalex.org/W2180737626", + "https://openalex.org/W2187089797", + "https://openalex.org/W2236731268", + "https://openalex.org/W2254050631", + "https://openalex.org/W2263224247", + "https://openalex.org/W2282821441", + "https://openalex.org/W2440159969", + "https://openalex.org/W2581082771", + "https://openalex.org/W2598641350", + "https://openalex.org/W2599379579", + "https://openalex.org/W2788588291", + "https://openalex.org/W2789894922", + "https://openalex.org/W3023058184", + "https://openalex.org/W3048797457", + "https://openalex.org/W4235011515", + "https://openalex.org/W4235051201", + "https://openalex.org/W4239510810", + "https://openalex.org/W4288077072", + "https://openalex.org/W6632445771", + "https://openalex.org/W6639619044" + ], + "related_works": [ + "https://openalex.org/W2090763504", + "https://openalex.org/W816105089", + "https://openalex.org/W148178222", + "https://openalex.org/W2104657898", + "https://openalex.org/W1948992892", + "https://openalex.org/W1886884218", + "https://openalex.org/W2550904580", + "https://openalex.org/W2963653239", + "https://openalex.org/W4241378172", + "https://openalex.org/W2144801536" + ], + "abstract_inverted_index": { + "BACKGROUND:": [ + 0 + ], + "Following": [ + 1 + ], + "visible": [ + 2 + ], + "successes": [ + 3 + ], + "on": [ + 4, + 131, + 155 + ], + "a": [ + 5, + 35, + 42, + 99, + 190, + 255, + 261 + ], + "wide": [ + 6 + ], + "range": [ + 7 + ], + "of": [ + 8, + 65, + 79, + 171, + 179, + 270 + ], + "predictive": [ + 9, + 49, + 72, + 186 + ], + "tasks,": [ + 10 + ], + "machine": [ + 11, + 39, + 66, + 271 + ], + "learning": [ + 12, + 40, + 67, + 272 + ], + "techniques": [ + 13, + 68 + ], + "are": [ + 14 + ], + "attracting": [ + 15 + ], + "substantial": [ + 16 + ], + "interest": [ + 17 + ], + "from": [ + 18, + 82, + 133 + ], + "medical": [ + 19, + 276 + ], + "researchers": [ + 20 + ], + "and": [ + 21, + 47, + 56, + 104, + 124, + 169, + 181, + 221, + 228, + 268, + 275, + 296 + ], + "clinicians.": [ + 22 + ], + "We": [ + 23, + 61, + 128, + 150, + 175, + 188, + 259 + ], + "address": [ + 24 + ], + "the": [ + 25, + 63, + 113, + 134, + 143, + 147, + 152, + 156, + 160, + 166, + 172, + 177, + 197, + 231, + 237, + 266 + ], + "need": [ + 26 + ], + "for": [ + 27, + 74, + 273 + ], + "capacity": [ + 28 + ], + "development": [ + 29 + ], + "in": [ + 30, + 146 + ], + "this": [ + 31 + ], + "area": [ + 32, + 229 + ], + "by": [ + 33, + 69 + ], + "providing": [ + 34 + ], + "conceptual": [ + 36 + ], + "introduction": [ + 37 + ], + "to": [ + 38, + 45, + 141, + 164, + 184, + 193, + 209, + 264, + 288 + ], + "alongside": [ + 41 + ], + "practical": [ + 43 + ], + "guide": [ + 44, + 192 + ], + "developing": [ + 46, + 70, + 194 + ], + "evaluating": [ + 48 + ], + "algorithms": [ + 50, + 86, + 130, + 195, + 206, + 251 + ], + "using": [ + 51, + 77, + 196, + 236 + ], + "freely-available": [ + 52 + ], + "open": [ + 53 + ], + "source": [ + 54 + ], + "software": [ + 55 + ], + "public": [ + 57 + ], + "domain": [ + 58 + ], + "data.": [ + 59 + ], + "METHODS:": [ + 60 + ], + "demonstrate": [ + 62, + 265, + 282 + ], + "use": [ + 64, + 178, + 260 + ], + "three": [ + 71, + 173 + ], + "models": [ + 73 + ], + "cancer": [ + 75 + ], + "diagnosis": [ + 76 + ], + "descriptions": [ + 78 + ], + "nuclei": [ + 80, + 212 + ], + "sampled": [ + 81 + ], + "breast": [ + 83, + 114 + ], + "masses.": [ + 84 + ], + "These": [ + 85 + ], + "include": [ + 87 + ], + "regularized": [ + 88 + ], + "General": [ + 89 + ], + "Linear": [ + 90 + ], + "Model": [ + 91 + ], + "regression": [ + 92 + ], + "(GLMs),": [ + 93 + ], + "Support": [ + 94 + ], + "Vector": [ + 95 + ], + "Machines": [ + 96 + ], + "(SVMs)": [ + 97 + ], + "with": [ + 98, + 159, + 213 + ], + "radial": [ + 100 + ], + "basis": [ + 101 + ], + "function": [ + 102 + ], + "kernel,": [ + 103 + ], + "single-layer": [ + 105 + ], + "Artificial": [ + 106 + ], + "Neural": [ + 107 + ], + "Networks.": [ + 108 + ], + "The": [ + 109, + 204, + 278 + ], + "publicly-available": [ + 110 + ], + "dataset": [ + 111 + ], + "describing": [ + 112 + ], + "mass": [ + 115 + ], + "samples": [ + 116 + ], + "(N=683)": [ + 117 + ], + "was": [ + 118, + 234 + ], + "randomly": [ + 119 + ], + "split": [ + 120 + ], + "into": [ + 121, + 254 + ], + "evaluation": [ + 122, + 135 + ], + "(n=456)": [ + 123 + ], + "validation": [ + 125, + 148, + 157 + ], + "(n=227)": [ + 126 + ], + "samples.": [ + 127 + ], + "trained": [ + 129, + 205 + ], + "data": [ + 132 + ], + "sample": [ + 136 + ], + "before": [ + 137 + ], + "they": [ + 138 + ], + "were": [ + 139, + 207, + 252 + ], + "used": [ + 140 + ], + "predict": [ + 142 + ], + "diagnostic": [ + 144, + 162 + ], + "outcome": [ + 145 + ], + "dataset.": [ + 149 + ], + "compared": [ + 151 + ], + "predictions": [ + 153 + ], + "made": [ + 154 + ], + "datasets": [ + 158 + ], + "real-world": [ + 161 + ], + "decisions": [ + 163 + ], + "calculate": [ + 165 + ], + "accuracy,": [ + 167 + ], + "sensitivity,": [ + 168 + ], + "specificity": [ + 170, + 222, + 248 + ], + "models.": [ + 174 + ], + "explored": [ + 176 + ], + "averaging": [ + 180 + ], + "voting": [ + 182, + 256 + ], + "ensembles": [ + 183 + ], + "improve": [ + 185 + ], + "performance.": [ + 187 + ], + "provide": [ + 189 + ], + "step-by-step": [ + 191 + ], + "open-source": [ + 198 + ], + "R": [ + 199 + ], + "statistical": [ + 200 + ], + "programming": [ + 201 + ], + "environment.": [ + 202 + ], + "RESULTS:": [ + 203 + ], + "able": [ + 208 + ], + "classify": [ + 210 + ], + "cell": [ + 211 + ], + "high": [ + 214 + ], + "accuracy": [ + 215, + 226 + ], + "(.94": [ + 216 + ], + "-.96),": [ + 217 + ], + "sensitivity": [ + 218, + 246 + ], + "(.97": [ + 219 + ], + "-.99),": [ + 220 + ], + "(.85": [ + 223 + ], + "-.94).": [ + 224 + ], + "Maximum": [ + 225 + ], + "(.96)": [ + 227 + ], + "under": [ + 230 + ], + "curve": [ + 232 + ], + "(.97)": [ + 233 + ], + "achieved": [ + 235 + ], + "SVM": [ + 238 + ], + "algorithm.": [ + 239 + ], + "Prediction": [ + 240 + ], + "performance": [ + 241 + ], + "increased": [ + 242 + ], + "marginally": [ + 243 + ], + "(accuracy": [ + 244 + ], + "=.97,": [ + 245 + ], + "=.99,": [ + 247 + ], + "=.95)": [ + 249 + ], + "when": [ + 250 + ], + "arranged": [ + 253 + ], + "ensemble.": [ + 257 + ], + "CONCLUSIONS:": [ + 258 + ], + "straightforward": [ + 262 + ], + "example": [ + 263 + ], + "theory": [ + 267 + ], + "practice": [ + 269 + ], + "clinicians": [ + 274 + ], + "researchers.": [ + 277 + ], + "principals": [ + 279 + ], + "which": [ + 280 + ], + "we": [ + 281 + ], + "here": [ + 283 + ], + "can": [ + 284 + ], + "be": [ + 285 + ], + "readily": [ + 286 + ], + "applied": [ + 287 + ], + "other": [ + 289 + ], + "complex": [ + 290 + ], + "tasks": [ + 291 + ], + "including": [ + 292 + ], + "natural": [ + 293 + ], + "language": [ + 294 + ], + "processing": [ + 295 + ], + "image": [ + 297 + ], + "recognition.": [ + 298 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 54 + }, + { + "year": 2025, + "cited_by_count": 223 + }, + { + "year": 2024, + "cited_by_count": 252 + }, + { + "year": 2023, + "cited_by_count": 259 + }, + { + "year": 2022, + "cited_by_count": 213 + }, + { + "year": 2021, + "cited_by_count": 167 + }, + { + "year": 2020, + "cited_by_count": 89 + }, + { + "year": 2019, + "cited_by_count": 5 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2540093921", + "doi": "https://doi.org/10.7551/mitpress/8291.003.0006", + "title": "Foundations of Machine Learning", + "display_name": "Foundations of Machine Learning", + "relevance_score": 2524.5752, + "publication_year": 2012, + "publication_date": "2012-05-18", + "ids": { + "openalex": "https://openalex.org/W2540093921", + "doi": "https://doi.org/10.7551/mitpress/8291.003.0006", + "mag": "2540093921" + }, + "language": "en", + "primary_location": { + "id": "doi:10.7551/mitpress/8291.003.0006", + "is_oa": true, + "landing_page_url": "https://doi.org/10.7551/mitpress/8291.003.0006", + "pdf_url": "https://direct.mit.edu/books/oa-monograph/chapter-pdf/2025421/c000700_9780262301183.pdf", + "source": { + "id": "https://openalex.org/S4306463997", + "display_name": "The MIT Press eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/P4310315718", + "host_organization_name": "The MIT Press", + "host_organization_lineage": [ + "https://openalex.org/P4310315718" + ], + "host_organization_lineage_names": [ + "The MIT Press" + ], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Boosting", + "raw_type": "book-chapter" + }, + "type": "book-chapter", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "bronze", + "oa_url": "https://direct.mit.edu/books/oa-monograph/chapter-pdf/2025421/c000700_9780262301183.pdf", + "any_repository_has_fulltext": false + }, + "authorships": [], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 0, + "corresponding_author_ids": [], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 46.8615, + "has_fulltext": false, + "cited_by_count": 1088, + "citation_normalized_percentile": { + "value": 0.99935275, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": "23", + "last_page": "52" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.056299999356269836, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.056299999356269836, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12874", + "display_name": "Digital Imaging for Blood Diseases", + "score": 0.05420000106096268, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.47987475991249084 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.347138911485672 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.47987475991249084 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.347138911485672 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.7551/mitpress/8291.003.0006", + "is_oa": true, + "landing_page_url": "https://doi.org/10.7551/mitpress/8291.003.0006", + "pdf_url": "https://direct.mit.edu/books/oa-monograph/chapter-pdf/2025421/c000700_9780262301183.pdf", + "source": { + "id": "https://openalex.org/S4306463997", + "display_name": "The MIT Press eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/P4310315718", + "host_organization_name": "The MIT Press", + "host_organization_lineage": [ + "https://openalex.org/P4310315718" + ], + "host_organization_lineage_names": [ + "The MIT Press" + ], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Boosting", + "raw_type": "book-chapter" + } + ], + "best_oa_location": { + "id": "doi:10.7551/mitpress/8291.003.0006", + "is_oa": true, + "landing_page_url": "https://doi.org/10.7551/mitpress/8291.003.0006", + "pdf_url": "https://direct.mit.edu/books/oa-monograph/chapter-pdf/2025421/c000700_9780262301183.pdf", + "source": { + "id": "https://openalex.org/S4306463997", + "display_name": "The MIT Press eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/P4310315718", + "host_organization_name": "The MIT Press", + "host_organization_lineage": [ + "https://openalex.org/P4310315718" + ], + "host_organization_lineage_names": [ + "The MIT Press" + ], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Boosting", + "raw_type": "book-chapter" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": true, + "pdf": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W2540093921.pdf", + "grobid_xml": "https://content.openalex.org/works/W2540093921.grobid-xml" + }, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [ + "https://openalex.org/W2899084033", + "https://openalex.org/W2748952813", + "https://openalex.org/W2390279801", + "https://openalex.org/W2358668433", + "https://openalex.org/W2376932109", + "https://openalex.org/W2382290278", + "https://openalex.org/W2350741829", + "https://openalex.org/W2130043461", + "https://openalex.org/W2530322880", + "https://openalex.org/W1596801655" + ], + "abstract_inverted_index": { + "Foundations": [ + 0 + ], + "of": [ + 1, + 11, + 63, + 78, + 84, + 89, + 114, + 146, + 154, + 165, + 179, + 187, + 247, + 297, + 311, + 319, + 322 + ], + "Machine": [ + 2 + ], + "LearningSoon": [ + 3 + ], + "we": [ + 4, + 171, + 202, + 207, + 255 + ], + "will": [ + 5, + 41, + 46, + 72, + 172, + 203, + 231, + 256 + ], + "embark": [ + 6 + ], + "on": [ + 7, + 34, + 100, + 239, + 262 + ], + "a": [ + 8, + 23, + 51, + 87, + 92, + 142, + 150, + 210, + 284, + 294 + ], + "theoretical": [ + 9 + ], + "study": [ + 10, + 80 + ], + "AdaBoost": [ + 12 + ], + "in": [ + 13, + 75, + 168, + 183, + 232, + 251, + 270, + 281, + 292, + 332 + ], + "order": [ + 14 + ], + "to": [ + 15, + 26, + 30, + 49, + 54, + 58, + 139, + 149, + 192, + 267 + ], + "understand": [ + 16 + ], + "its": [ + 17, + 20 + ], + "properties,": [ + 18 + ], + "particularly": [ + 19 + ], + "ability": [ + 21 + ], + "as": [ + 22 + ], + "learning": [ + 24, + 115, + 188, + 276 + ], + "algorithm": [ + 25 + ], + "generalize,": [ + 27 + ], + "that": [ + 28, + 71, + 205, + 213 + ], + "is,": [ + 29 + ], + "make": [ + 31 + ], + "accurate": [ + 32, + 99, + 237 + ], + "predictions": [ + 33, + 96, + 238 + ], + "data": [ + 35, + 217 + ], + "not": [ + 36, + 225 + ], + "seen": [ + 37 + ], + "during": [ + 38 + ], + "training.Before": [ + 39 + ], + "this": [ + 40, + 112, + 169, + 185, + 229, + 252, + 282, + 314 + ], + "be": [ + 42, + 47, + 73, + 118, + 124, + 137, + 190, + 193, + 302 + ], + "possible,": [ + 43 + ], + "however,": [ + 44 + ], + "it": [ + 45, + 107, + 136, + 264 + ], + "necessary": [ + 48 + ], + "take": [ + 50 + ], + "step": [ + 52 + ], + "back": [ + 53 + ], + "outline": [ + 55, + 280 + ], + "our": [ + 56, + 76 + ], + "approach": [ + 57, + 249 + ], + "the": [ + 59, + 81, + 128, + 163, + 180, + 215, + 221, + 245, + 248, + 259, + 298, + 309, + 312, + 320, + 323 + ], + "more": [ + 60 + ], + "general": [ + 61, + 260 + ], + "problem": [ + 62, + 83, + 182, + 300 + ], + "machine": [ + 64, + 289 + ], + "learning,": [ + 65, + 290 + ], + "including": [ + 66 + ], + "some": [ + 67 + ], + "fundamental": [ + 68 + ], + "general-purpose": [ + 69 + ], + "tools": [ + 70 + ], + "invaluable": [ + 74 + ], + "analysis": [ + 77, + 261 + ], + "AdaBoost.We": [ + 79 + ], + "basic": [ + 82 + ], + "inferring": [ + 85 + ], + "from": [ + 86, + 141 + ], + "set": [ + 88, + 223 + ], + "training": [ + 90, + 129, + 147, + 216, + 222 + ], + "examples": [ + 91, + 148 + ], + "classification": [ + 93 + ], + "rule": [ + 94, + 212, + 230 + ], + "whose": [ + 95 + ], + "are": [ + 97, + 199 + ], + "highly": [ + 98 + ], + "freshly": [ + 101 + ], + "observed": [ + 102 + ], + "test": [ + 103, + 131, + 155, + 242 + ], + "data.On": [ + 104 + ], + "first": [ + 105 + ], + "encounter,": [ + 106 + ], + "may": [ + 108 + ], + "seem": [ + 109 + ], + "questionable": [ + 110 + ], + "whether": [ + 111 + ], + "kind": [ + 113, + 186 + ], + "should": [ + 116, + 122, + 135 + ], + "even": [ + 117 + ], + "possible.After": [ + 119 + ], + "all,": [ + 120 + ], + "why": [ + 121, + 134 + ], + "there": [ + 123 + ], + "any": [ + 125 + ], + "connection": [ + 126 + ], + "between": [ + 127 + ], + "and": [ + 130, + 133, + 219, + 254, + 274, + 304, + 335 + ], + "examples,": [ + 132 + ], + "possible": [ + 138 + ], + "generalize": [ + 140, + 234 + ], + "relatively": [ + 143 + ], + "small": [ + 144 + ], + "number": [ + 145 + ], + "potentially": [ + 151 + ], + "vast": [ + 152 + ], + "universe": [ + 153 + ], + "examples?Although": [ + 156 + ], + "such": [ + 157 + ], + "objections": [ + 158 + ], + "have": [ + 159, + 328 + ], + "indeed": [ + 160 + ], + "often": [ + 161, + 257 + ], + "been": [ + 162 + ], + "subject": [ + 164 + ], + "philosophical": [ + 166 + ], + "debate,": [ + 167 + ], + "chapter": [ + 170, + 283, + 315 + ], + "identify": [ + 173 + ], + "an": [ + 174 + ], + "idealized": [ + 175 + ], + "but": [ + 176 + ], + "realistic": [ + 177 + ], + "model": [ + 178 + ], + "inference": [ + 181 + ], + "which": [ + 184, + 263, + 293 + ], + "can": [ + 189, + 208, + 301 + ], + "proved": [ + 191 + ], + "entirely": [ + 194 + ], + "feasible": [ + 195 + ], + "when": [ + 196, + 275 + ], + "certain": [ + 197 + ], + "conditions": [ + 198 + ], + "satisfied.In": [ + 200 + ], + "particular,": [ + 201 + ], + "see": [ + 204 + ], + "if": [ + 206, + 220 + ], + "find": [ + 209 + ], + "simple": [ + 211 + ], + "fits": [ + 214 + ], + "well,": [ + 218, + 235 + ], + "is": [ + 224, + 244, + 265, + 277 + ], + "too": [ + 226 + ], + "small,": [ + 227 + ], + "then": [ + 228 + ], + "fact": [ + 233 + ], + "providing": [ + 236 + ], + "previously": [ + 240 + ], + "unseen": [ + 241 + ], + "examples.This": [ + 243 + ], + "basis": [ + 246 + ], + "presented": [ + 250 + ], + "chapter,": [ + 253 + ], + "use": [ + 258 + ], + "founded": [ + 266 + ], + "guide": [ + 268 + ], + "us": [ + 269 + ], + "understanding": [ + 271 + ], + "how,": [ + 272 + ], + "why,": [ + 273 + ], + "possible.We": [ + 278 + ], + "also": [ + 279 + ], + "mathematical": [ + 285 + ], + "framework": [ + 286 + ], + "for": [ + 287 + ], + "studying": [ + 288 + ], + "one": [ + 291 + ], + "precise": [ + 295 + ], + "formulation": [ + 296 + ], + "boosting": [ + 299 + ], + "clearly": [ + 303 + ], + "naturally": [ + 305 + ], + "expressed.Note": [ + 306 + ], + "that,": [ + 307 + ], + "unlike": [ + 308 + ], + "rest": [ + 310 + ], + "book,": [ + 313 + ], + "omits": [ + 316 + ], + "nearly": [ + 317 + ], + "all": [ + 318, + 330 + ], + "proofs": [ + 321 + ], + "main": [ + 324 + ], + "results": [ + 325 + ], + "since": [ + 326 + ], + "these": [ + 327 + ], + "largely": [ + 329 + ], + "appeared": [ + 331 + ], + "various": [ + 333 + ], + "texts": [ + 334 + ], + "articles.": [ + 336 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 33 + }, + { + "year": 2024, + "cited_by_count": 57 + }, + { + "year": 2023, + "cited_by_count": 75 + }, + { + "year": 2022, + "cited_by_count": 93 + }, + { + "year": 2021, + "cited_by_count": 111 + }, + { + "year": 2020, + "cited_by_count": 113 + }, + { + "year": 2019, + "cited_by_count": 136 + }, + { + "year": 2018, + "cited_by_count": 116 + }, + { + "year": 2017, + "cited_by_count": 104 + }, + { + "year": 2016, + "cited_by_count": 99 + }, + { + "year": 2015, + "cited_by_count": 73 + }, + { + "year": 2014, + "cited_by_count": 57 + }, + { + "year": 2013, + "cited_by_count": 18 + } + ], + "updated_date": "2026-04-04T16:13:02.066488", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2186615578", + "doi": "https://doi.org/10.48550/arxiv.1512.01274", + "title": "MXNet: A Flexible and Efficient Machine Learning Library for Heterogeneous Distributed Systems", + "display_name": "MXNet: A Flexible and Efficient Machine Learning Library for Heterogeneous Distributed Systems", + "relevance_score": 2499.2183, + "publication_year": 2015, + "publication_date": "2015-12-03", + "ids": { + "openalex": "https://openalex.org/W2186615578", + "doi": "https://doi.org/10.48550/arxiv.1512.01274", + "mag": "2186615578" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:arXiv.org:1512.01274", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1512.01274", + "pdf_url": "https://arxiv.org/pdf/1512.01274", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "type": "preprint", + "indexed_in": [ + "arxiv", + "datacite" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1512.01274", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5101471082", + "display_name": "Tianqi Chen", + "orcid": "https://orcid.org/0000-0002-0277-5163" + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "Chen, Tianqi", + "raw_affiliation_strings": [], + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5100399457", + "display_name": "Mu Li", + "orcid": "https://orcid.org/0000-0001-9871-7488" + }, + "institutions": [ + { + "id": "https://openalex.org/I74973139", + "display_name": "Carnegie Mellon University", + "ror": "https://ror.org/05x2bcf33", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I74973139" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Li, Mu", + "raw_affiliation_strings": [ + "Carnegie Mellon University" + ], + "affiliations": [ + { + "raw_affiliation_string": "Carnegie Mellon University", + "institution_ids": [ + "https://openalex.org/I74973139" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5085236897", + "display_name": "Yutian Li", + "orcid": "https://orcid.org/0000-0003-1810-3000" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Li, Yutian", + "raw_affiliation_strings": [], + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5100697981", + "display_name": "Min Lin", + "orcid": "https://orcid.org/0000-0002-0296-436X" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Lin, Min", + "raw_affiliation_strings": [], + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5100742122", + "display_name": "Naiyan Wang", + "orcid": "https://orcid.org/0000-0002-0526-3331" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Wang, Naiyan", + "raw_affiliation_strings": [], + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5101452217", + "display_name": "Minjie Wang", + "orcid": "https://orcid.org/0000-0001-8830-6079" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Wang, Minjie", + "raw_affiliation_strings": [], + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5020757657", + "display_name": "Tianjun Xiao", + "orcid": "https://orcid.org/0000-0003-4705-1545" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Xiao, Tianjun", + "raw_affiliation_strings": [], + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5003333136", + "display_name": "Bing Xu", + "orcid": "https://orcid.org/0000-0003-3677-1109" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Xu, Bing", + "raw_affiliation_strings": [], + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5016054994", + "display_name": "Chiyuan Zhang", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Zhang, Chiyuan", + "raw_affiliation_strings": [], + "affiliations": [] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5100459107", + "display_name": "Zheng Zhang", + "orcid": "https://orcid.org/0000-0002-2292-0030" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Zhang, Zheng", + "raw_affiliation_strings": [], + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 10, + "corresponding_author_ids": [ + "https://openalex.org/A5101471082" + ], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": null, + "has_fulltext": false, + "cited_by_count": 1922, + "citation_normalized_percentile": null, + "cited_by_percentile_year": null, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10502", + "display_name": "Advanced Memory and Neural Computing", + "score": 0.9966999888420105, + "subfield": { + "id": "https://openalex.org/subfields/2208", + "display_name": "Electrical and Electronic Engineering" + }, + "field": { + "id": "https://openalex.org/fields/22", + "display_name": "Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10502", + "display_name": "Advanced Memory and Neural Computing", + "score": 0.9966999888420105, + "subfield": { + "id": "https://openalex.org/subfields/2208", + "display_name": "Electrical and Electronic Engineering" + }, + "field": { + "id": "https://openalex.org/fields/22", + "display_name": "Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10036", + "display_name": "Advanced Neural Network Applications", + "score": 0.9911999702453613, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10273", + "display_name": "IoT and Edge/Fog Computing", + "score": 0.9869999885559082, + "subfield": { + "id": "https://openalex.org/subfields/1705", + "display_name": "Computer Networks and Communications" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6740605235099792 + }, + { + "id": "https://openalex.org/keywords/distributed-computing", + "display_name": "Distributed computing", + "score": 0.47939276695251465 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.4228232204914093 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6740605235099792 + }, + { + "id": "https://openalex.org/C120314980", + "wikidata": "https://www.wikidata.org/wiki/Q180634", + "display_name": "Distributed computing", + "level": 1, + "score": 0.47939276695251465 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.4228232204914093 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "pmh:oai:arXiv.org:1512.01274", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1512.01274", + "pdf_url": "https://arxiv.org/pdf/1512.01274", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "doi:10.48550/arxiv.1512.01274", + "is_oa": true, + "landing_page_url": "https://doi.org/10.48550/arxiv.1512.01274", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1512.01274", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1512.01274", + "pdf_url": "https://arxiv.org/pdf/1512.01274", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 9, + "referenced_works": [ + "https://openalex.org/W753012316", + "https://openalex.org/W1606347560", + "https://openalex.org/W1863582480", + "https://openalex.org/W2083842231", + "https://openalex.org/W2117539524", + "https://openalex.org/W2127941149", + "https://openalex.org/W2155893237", + "https://openalex.org/W2168231600", + "https://openalex.org/W2949117887" + ], + "related_works": [ + "https://openalex.org/W4391375266", + "https://openalex.org/W2748952813", + "https://openalex.org/W2390279801", + "https://openalex.org/W2358668433", + "https://openalex.org/W2376932109", + "https://openalex.org/W2001405890", + "https://openalex.org/W2382290278", + "https://openalex.org/W2478288626", + "https://openalex.org/W4391913857", + "https://openalex.org/W2350741829" + ], + "abstract_inverted_index": { + "MXNet": [ + 0, + 41 + ], + "is": [ + 1, + 42, + 85 + ], + "a": [ + 2, + 88 + ], + "multi-language": [ + 3 + ], + "machine": [ + 4 + ], + "learning": [ + 5 + ], + "(ML)": [ + 6 + ], + "library": [ + 7 + ], + "to": [ + 8, + 38, + 57 + ], + "ease": [ + 9 + ], + "the": [ + 10, + 22, + 65, + 69 + ], + "development": [ + 11 + ], + "of": [ + 12, + 72, + 78 + ], + "ML": [ + 13 + ], + "algorithms,": [ + 14 + ], + "especially": [ + 15 + ], + "for": [ + 16 + ], + "deep": [ + 17, + 100 + ], + "neural": [ + 18, + 101 + ], + "networks.": [ + 19 + ], + "Embedded": [ + 20 + ], + "in": [ + 21, + 87 + ], + "host": [ + 23 + ], + "language,": [ + 24 + ], + "it": [ + 25 + ], + "blends": [ + 26 + ], + "declarative": [ + 27 + ], + "symbolic": [ + 28, + 80 + ], + "expression": [ + 29, + 81 + ], + "with": [ + 30 + ], + "imperative": [ + 31 + ], + "tensor": [ + 32, + 83 + ], + "computation.": [ + 33 + ], + "It": [ + 34 + ], + "offers": [ + 35 + ], + "auto": [ + 36 + ], + "differentiation": [ + 37 + ], + "derive": [ + 39 + ], + "gradients.": [ + 40 + ], + "computation": [ + 43 + ], + "and": [ + 44, + 47, + 68, + 74, + 82 + ], + "memory": [ + 45 + ], + "efficient": [ + 46 + ], + "runs": [ + 48 + ], + "on": [ + 49, + 97 + ], + "various": [ + 50 + ], + "heterogeneous": [ + 51 + ], + "systems,": [ + 52 + ], + "ranging": [ + 53 + ], + "from": [ + 54 + ], + "mobile": [ + 55 + ], + "devices": [ + 56 + ], + "distributed": [ + 58 + ], + "GPU": [ + 59, + 106 + ], + "clusters.": [ + 60 + ], + "This": [ + 61 + ], + "paper": [ + 62 + ], + "describes": [ + 63 + ], + "both": [ + 64, + 79 + ], + "API": [ + 66 + ], + "design": [ + 67 + ], + "system": [ + 70 + ], + "implementation": [ + 71 + ], + "MXNet,": [ + 73 + ], + "explains": [ + 75 + ], + "how": [ + 76 + ], + "embedding": [ + 77 + ], + "operation": [ + 84 + ], + "handled": [ + 86 + ], + "unified": [ + 89 + ], + "fashion.": [ + 90 + ], + "Our": [ + 91 + ], + "preliminary": [ + 92 + ], + "experiments": [ + 93 + ], + "reveal": [ + 94 + ], + "promising": [ + 95 + ], + "results": [ + 96 + ], + "large": [ + 98 + ], + "scale": [ + 99 + ], + "network": [ + 102 + ], + "applications": [ + 103 + ], + "using": [ + 104 + ], + "multiple": [ + 105 + ], + "machines.": [ + 107 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 1 + }, + { + "year": 2025, + "cited_by_count": 23 + }, + { + "year": 2024, + "cited_by_count": 66 + }, + { + "year": 2023, + "cited_by_count": 119 + }, + { + "year": 2022, + "cited_by_count": 116 + }, + { + "year": 2021, + "cited_by_count": 272 + }, + { + "year": 2020, + "cited_by_count": 344 + }, + { + "year": 2019, + "cited_by_count": 425 + }, + { + "year": 2018, + "cited_by_count": 328 + }, + { + "year": 2017, + "cited_by_count": 163 + }, + { + "year": 2016, + "cited_by_count": 63 + }, + { + "year": 2015, + "cited_by_count": 1 + }, + { + "year": 2014, + "cited_by_count": 1 + } + ], + "updated_date": "2026-04-15T08:11:43.952461", + "created_date": "2016-06-24T00:00:00" + }, + { + "id": "https://openalex.org/W1549998098", + "doi": "https://doi.org/10.1201/b17476", + "title": "Machine Learning: An Algorithmic Perspective", + "display_name": "Machine Learning: An Algorithmic Perspective", + "relevance_score": 2491.7415, + "publication_year": 2009, + "publication_date": "2009-04-01", + "ids": { + "openalex": "https://openalex.org/W1549998098", + "doi": "https://doi.org/10.1201/b17476", + "mag": "1549998098" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-017552574", + "is_oa": false, + "landing_page_url": "http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=017552574&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "type": "book", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5062355849", + "display_name": "Stephen Marsland", + "orcid": "https://orcid.org/0000-0002-9568-848X" + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "Stephen Marsland", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5062355849" + ], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 7.7283, + "has_fulltext": false, + "cited_by_count": 1082, + "citation_normalized_percentile": { + "value": 0.97590361, + "is_in_top_1_percent": false, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10100", + "display_name": "Metaheuristic Optimization Algorithms Research", + "score": 0.9527999758720398, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10100", + "display_name": "Metaheuristic Optimization Algorithms Research", + "score": 0.9527999758720398, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.9485999941825867, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11975", + "display_name": "Evolutionary Algorithms and Applications", + "score": 0.9290000200271606, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/python", + "display_name": "Python (programming language)", + "score": 0.8247708678245544 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6978603005409241 + }, + { + "id": "https://openalex.org/keywords/implementation", + "display_name": "Implementation", + "score": 0.6065407991409302 + }, + { + "id": "https://openalex.org/keywords/perspective", + "display_name": "Perspective (graphical)", + "score": 0.5084995031356812 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.485168993473053 + }, + { + "id": "https://openalex.org/keywords/reinforcement-learning", + "display_name": "Reinforcement learning", + "score": 0.46519267559051514 + }, + { + "id": "https://openalex.org/keywords/dimensionality-reduction", + "display_name": "Dimensionality reduction", + "score": 0.4341639578342438 + }, + { + "id": "https://openalex.org/keywords/theoretical-computer-science", + "display_name": "Theoretical computer science", + "score": 0.40039053559303284 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.3699588179588318 + }, + { + "id": "https://openalex.org/keywords/programming-language", + "display_name": "Programming language", + "score": 0.27868103981018066 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C519991488", + "wikidata": "https://www.wikidata.org/wiki/Q28865", + "display_name": "Python (programming language)", + "level": 2, + "score": 0.8247708678245544 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6978603005409241 + }, + { + "id": "https://openalex.org/C26713055", + "wikidata": "https://www.wikidata.org/wiki/Q245962", + "display_name": "Implementation", + "level": 2, + "score": 0.6065407991409302 + }, + { + "id": "https://openalex.org/C12713177", + "wikidata": "https://www.wikidata.org/wiki/Q1900281", + "display_name": "Perspective (graphical)", + "level": 2, + "score": 0.5084995031356812 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.485168993473053 + }, + { + "id": "https://openalex.org/C97541855", + "wikidata": "https://www.wikidata.org/wiki/Q830687", + "display_name": "Reinforcement learning", + "level": 2, + "score": 0.46519267559051514 + }, + { + "id": "https://openalex.org/C70518039", + "wikidata": "https://www.wikidata.org/wiki/Q16000077", + "display_name": "Dimensionality reduction", + "level": 2, + "score": 0.4341639578342438 + }, + { + "id": "https://openalex.org/C80444323", + "wikidata": "https://www.wikidata.org/wiki/Q2878974", + "display_name": "Theoretical computer science", + "level": 1, + "score": 0.40039053559303284 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.3699588179588318 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.27868103981018066 + } + ], + "mesh": [], + "locations_count": 6, + "locations": [ + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-017552574", + "is_oa": false, + "landing_page_url": "http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=017552574&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-027969692", + "is_oa": false, + "landing_page_url": "http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=027969692&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-032339396", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1201/b17476", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "software, multimedia" + }, + { + "id": "pmh:oai:cds.cern.ch:1338551", + "is_oa": false, + "landing_page_url": "http://cds.cern.ch/record/1338551", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402195", + "display_name": "CERN Document Server (European Organization for Nuclear Research)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I67311998", + "host_organization_name": "European Organization for Nuclear Research", + "host_organization_lineage": [ + "https://openalex.org/I67311998" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + }, + { + "id": "pmh:oai:cds.cern.ch:2749325", + "is_oa": false, + "landing_page_url": "http://cds.cern.ch/record/2749325", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402195", + "display_name": "CERN Document Server (European Organization for Nuclear Research)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I67311998", + "host_organization_name": "European Organization for Nuclear Research", + "host_organization_lineage": [ + "https://openalex.org/I67311998" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + }, + { + "id": "mag:1549998098", + "is_oa": false, + "landing_page_url": "https://www.comp.hkbu.edu.hk/~cib/2009/Dec/review1/iib_vol10no1_review1.pdf", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 4, + "referenced_works": [ + "https://openalex.org/W136111882", + "https://openalex.org/W1554944419", + "https://openalex.org/W1606368318", + "https://openalex.org/W2799061466" + ], + "related_works": [ + "https://openalex.org/W2911964244", + "https://openalex.org/W1663973292", + "https://openalex.org/W1570448133", + "https://openalex.org/W2122410182", + "https://openalex.org/W1554944419", + "https://openalex.org/W2101234009", + "https://openalex.org/W1503398984", + "https://openalex.org/W2919115771", + "https://openalex.org/W3145506661", + "https://openalex.org/W2121863487", + "https://openalex.org/W2124776405", + "https://openalex.org/W1873332500", + "https://openalex.org/W2912934387", + "https://openalex.org/W2119821739", + "https://openalex.org/W1480376833", + "https://openalex.org/W3085162807", + "https://openalex.org/W2140190241", + "https://openalex.org/W2799061466", + "https://openalex.org/W2156909104", + "https://openalex.org/W2149706766" + ], + "abstract_inverted_index": { + "Traditional": [ + 0 + ], + "books": [ + 1 + ], + "on": [ + 2, + 29 + ], + "machine": [ + 3, + 53 + ], + "learning": [ + 4, + 54 + ], + "can": [ + 5 + ], + "be": [ + 6 + ], + "divided": [ + 7 + ], + "into": [ + 8 + ], + "two": [ + 9 + ], + "groups": [ + 10 + ], + "-": [ + 11 + ], + "those": [ + 12, + 25 + ], + "aimed": [ + 13 + ], + "at": [ + 14 + ], + "advanced": [ + 15 + ], + "undergraduates": [ + 16 + ], + "or": [ + 17 + ], + "early": [ + 18 + ], + "postgraduates": [ + 19 + ], + "with": [ + 20 + ], + "reasonable": [ + 21 + ], + "mathematical": [ + 22 + ], + "knowledge": [ + 23 + ], + "and": [ + 24, + 65 + ], + "that": [ + 26, + 41, + 50, + 76 + ], + "are": [ + 27 + ], + "primers": [ + 28 + ], + "how": [ + 30, + 45, + 64 + ], + "to": [ + 31, + 46, + 62 + ], + "code": [ + 32 + ], + "algorithms.": [ + 33 + ], + "The": [ + 34 + ], + "field": [ + 35 + ], + "is": [ + 36, + 75 + ], + "ready": [ + 37 + ], + "for": [ + 38 + ], + "a": [ + 39 + ], + "text": [ + 40 + ], + "not": [ + 42 + ], + "only": [ + 43 + ], + "demonstrates": [ + 44 + ], + "use": [ + 47 + ], + "the": [ + 48, + 59 + ], + "algorithms": [ + 49, + 68 + ], + "make": [ + 51 + ], + "up": [ + 52, + 79 + ], + "methods,": [ + 55 + ], + "but": [ + 56 + ], + "also": [ + 57 + ], + "provides": [ + 58 + ], + "background": [ + 60 + ], + "needed": [ + 61 + ], + "understand": [ + 63 + ], + "why": [ + 66 + ], + "these": [ + 67 + ], + "work.": [ + 69 + ], + "Machine": [ + 70 + ], + "Learning:": [ + 71 + ], + "An": [ + 72 + ], + "Algorithmic": [ + 73 + ], + "Perspective": [ + 74 + ], + "text.Theory": [ + 77 + ], + "Backed": [ + 78 + ], + "by": [ + 80 + ], + "Practical": [ + 81 + ], + "ExamplesThe": [ + 82 + ], + "book": [ + 83 + ], + "covers": [ + 84 + ], + "neural": [ + 85 + ], + "networks,": [ + 86 + ], + "graphical": [ + 87 + ], + "models,": [ + 88 + ], + "reinforcement": [ + 89 + ], + "le": [ + 90 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 17 + }, + { + "year": 2024, + "cited_by_count": 56 + }, + { + "year": 2023, + "cited_by_count": 70 + }, + { + "year": 2022, + "cited_by_count": 88 + }, + { + "year": 2021, + "cited_by_count": 141 + }, + { + "year": 2020, + "cited_by_count": 140 + }, + { + "year": 2019, + "cited_by_count": 113 + }, + { + "year": 2018, + "cited_by_count": 96 + }, + { + "year": 2017, + "cited_by_count": 77 + }, + { + "year": 2016, + "cited_by_count": 61 + }, + { + "year": 2015, + "cited_by_count": 56 + }, + { + "year": 2014, + "cited_by_count": 45 + }, + { + "year": 2013, + "cited_by_count": 49 + }, + { + "year": 2012, + "cited_by_count": 49 + } + ], + "updated_date": "2026-04-28T14:05:53.105641", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2464725281", + "doi": "https://doi.org/10.1038/npjcompumats.2016.28", + "title": "A general-purpose machine learning framework for predicting properties of inorganic materials", + "display_name": "A general-purpose machine learning framework for predicting properties of inorganic materials", + "relevance_score": 2486.7349, + "publication_year": 2016, + "publication_date": "2016-08-26", + "ids": { + "openalex": "https://openalex.org/W2464725281", + "doi": "https://doi.org/10.1038/npjcompumats.2016.28", + "mag": "2464725281" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1038/npjcompumats.2016.28", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1038/npjcompumats.2016.28", + "pdf_url": "https://www.nature.com/articles/npjcompumats201628.pdf", + "source": { + "id": "https://openalex.org/S4210232664", + "display_name": "npj Computational Materials", + "issn_l": "2057-3960", + "issn": [ + "2057-3960" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310319908", + "host_organization_name": "Nature Portfolio", + "host_organization_lineage": [ + "https://openalex.org/P4310319908", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "Nature Portfolio", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "npj Computational Materials", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "arxiv", + "crossref", + "doaj" + ], + "open_access": { + "is_oa": true, + "oa_status": "gold", + "oa_url": "https://www.nature.com/articles/npjcompumats201628.pdf", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5021403239", + "display_name": "Logan Ward", + "orcid": "https://orcid.org/0000-0002-1323-5939" + }, + "institutions": [ + { + "id": "https://openalex.org/I111979921", + "display_name": "Northwestern University", + "ror": "https://ror.org/000e0be47", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I111979921" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Logan Ward", + "raw_affiliation_strings": [ + "Department of Materials Science and Engineering, Northwestern University, Evanston, IL, USA" + ], + "raw_orcid": "https://orcid.org/0000-0002-1323-5939", + "affiliations": [ + { + "raw_affiliation_string": "Department of Materials Science and Engineering, Northwestern University, Evanston, IL, USA", + "institution_ids": [ + "https://openalex.org/I111979921" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5004659592", + "display_name": "Ankit Agrawal", + "orcid": "https://orcid.org/0000-0002-5519-0302" + }, + "institutions": [ + { + "id": "https://openalex.org/I111979921", + "display_name": "Northwestern University", + "ror": "https://ror.org/000e0be47", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I111979921" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Ankit Agrawal", + "raw_affiliation_strings": [ + "Department of Electrical Engineering and Computer Science, Northwestern University, Evanston, IL, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Electrical Engineering and Computer Science, Northwestern University, Evanston, IL, USA", + "institution_ids": [ + "https://openalex.org/I111979921" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5074976770", + "display_name": "Alok Choudhary", + "orcid": "https://orcid.org/0000-0001-8152-6319" + }, + "institutions": [ + { + "id": "https://openalex.org/I111979921", + "display_name": "Northwestern University", + "ror": "https://ror.org/000e0be47", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I111979921" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Alok Choudhary", + "raw_affiliation_strings": [ + "Department of Electrical Engineering and Computer Science, Northwestern University, Evanston, IL, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Electrical Engineering and Computer Science, Northwestern University, Evanston, IL, USA", + "institution_ids": [ + "https://openalex.org/I111979921" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5113557612", + "display_name": "Christopher Wolverton", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I111979921", + "display_name": "Northwestern University", + "ror": "https://ror.org/000e0be47", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I111979921" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Christopher Wolverton", + "raw_affiliation_strings": [ + "Department of Materials Science and Engineering, Northwestern University, Evanston, IL, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Materials Science and Engineering, Northwestern University, Evanston, IL, USA", + "institution_ids": [ + "https://openalex.org/I111979921" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 4, + "corresponding_author_ids": [ + "https://openalex.org/A5021403239" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I111979921" + ], + "apc_list": { + "value": 2890, + "currency": "USD", + "value_usd": 2890 + }, + "apc_paid": { + "value": 2890, + "currency": "USD", + "value_usd": 2890 + }, + "fwci": 33.8847, + "has_fulltext": true, + "cited_by_count": 1668, + "citation_normalized_percentile": { + "value": 0.99915049, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 96, + "max": 100 + }, + "biblio": { + "volume": "2", + "issue": "1", + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11948", + "display_name": "Machine Learning in Materials Science", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/2505", + "display_name": "Materials Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/25", + "display_name": "Materials Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11948", + "display_name": "Machine Learning in Materials Science", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/2505", + "display_name": "Materials Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/25", + "display_name": "Materials Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12613", + "display_name": "X-ray Diffraction in Crystallography", + "score": 0.9973000288009644, + "subfield": { + "id": "https://openalex.org/subfields/2505", + "display_name": "Materials Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/25", + "display_name": "Materials Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11825", + "display_name": "Catalysis and Oxidation Reactions", + "score": 0.9901999831199646, + "subfield": { + "id": "https://openalex.org/subfields/1503", + "display_name": "Catalysis" + }, + "field": { + "id": "https://openalex.org/fields/15", + "display_name": "Chemical Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7177993655204773 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6573723554611206 + }, + { + "id": "https://openalex.org/keywords/variety", + "display_name": "Variety (cybernetics)", + "score": 0.5816711783409119 + }, + { + "id": "https://openalex.org/keywords/set", + "display_name": "Set (abstract data type)", + "score": 0.5580894351005554 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5311656594276428 + }, + { + "id": "https://openalex.org/keywords/range", + "display_name": "Range (aeronautics)", + "score": 0.4939315915107727 + }, + { + "id": "https://openalex.org/keywords/materials-science", + "display_name": "Materials science", + "score": 0.1735665500164032 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7177993655204773 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6573723554611206 + }, + { + "id": "https://openalex.org/C136197465", + "wikidata": "https://www.wikidata.org/wiki/Q1729295", + "display_name": "Variety (cybernetics)", + "level": 2, + "score": 0.5816711783409119 + }, + { + "id": "https://openalex.org/C177264268", + "wikidata": "https://www.wikidata.org/wiki/Q1514741", + "display_name": "Set (abstract data type)", + "level": 2, + "score": 0.5580894351005554 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5311656594276428 + }, + { + "id": "https://openalex.org/C204323151", + "wikidata": "https://www.wikidata.org/wiki/Q905424", + "display_name": "Range (aeronautics)", + "level": 2, + "score": 0.4939315915107727 + }, + { + "id": "https://openalex.org/C192562407", + "wikidata": "https://www.wikidata.org/wiki/Q228736", + "display_name": "Materials science", + "level": 0, + "score": 0.1735665500164032 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C159985019", + "wikidata": "https://www.wikidata.org/wiki/Q181790", + "display_name": "Composite material", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 3, + "locations": [ + { + "id": "doi:10.1038/npjcompumats.2016.28", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1038/npjcompumats.2016.28", + "pdf_url": "https://www.nature.com/articles/npjcompumats201628.pdf", + "source": { + "id": "https://openalex.org/S4210232664", + "display_name": "npj Computational Materials", + "issn_l": "2057-3960", + "issn": [ + "2057-3960" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310319908", + "host_organization_name": "Nature Portfolio", + "host_organization_lineage": [ + "https://openalex.org/P4310319908", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "Nature Portfolio", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "npj Computational Materials", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:arXiv.org:1606.09551", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1606.09551", + "pdf_url": "https://arxiv.org/pdf/1606.09551", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:osti.gov:1437349", + "is_oa": true, + "landing_page_url": "https://www.osti.gov/biblio/1437349", + "pdf_url": "https://www.osti.gov/servlets/purl/1437349", + "source": { + "id": "https://openalex.org/S4306402487", + "display_name": "OSTI OAI (U.S. Department of Energy Office of Scientific and Technical Information)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I139351228", + "host_organization_name": "Office of Scientific and Technical Information", + "host_organization_lineage": [ + "https://openalex.org/I139351228" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": null + } + ], + "best_oa_location": { + "id": "doi:10.1038/npjcompumats.2016.28", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1038/npjcompumats.2016.28", + "pdf_url": "https://www.nature.com/articles/npjcompumats201628.pdf", + "source": { + "id": "https://openalex.org/S4210232664", + "display_name": "npj Computational Materials", + "issn_l": "2057-3960", + "issn": [ + "2057-3960" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310319908", + "host_organization_name": "Nature Portfolio", + "host_organization_lineage": [ + "https://openalex.org/P4310319908", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "Nature Portfolio", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "npj Computational Materials", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [], + "awards": [ + { + "id": "https://openalex.org/G1314375578", + "display_name": null, + "funder_award_id": "70NANB14H012", + "funder_id": "https://openalex.org/F4320306111", + "funder_display_name": "U.S. Department of Commerce" + }, + { + "id": "https://openalex.org/G1523888516", + "display_name": null, + "funder_award_id": "FA9550-", + "funder_id": "https://openalex.org/F4320338279", + "funder_display_name": "Air Force Office of Scientific Research" + }, + { + "id": "https://openalex.org/G1676583131", + "display_name": null, + "funder_award_id": "70NANB14H012", + "funder_id": "https://openalex.org/F4320337819", + "funder_display_name": "Center for Hierarchical Materials Design" + }, + { + "id": "https://openalex.org/G1872610661", + "display_name": null, + "funder_award_id": "FA9550-12-1-0458", + "funder_id": "https://openalex.org/F4320337819", + "funder_display_name": "Center for Hierarchical Materials Design" + }, + { + "id": "https://openalex.org/G2989483902", + "display_name": "EAGER: Scalable Big Data Analytics", + "funder_award_id": "1343639", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G3481652762", + "display_name": null, + "funder_award_id": "CCF-1409601", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G3532683099", + "display_name": "SHF: Medium: Collaborative Research: Scalable Algorithms for Spatio-temporal Data Analysis", + "funder_award_id": "1409601", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G4940832283", + "display_name": null, + "funder_award_id": "FA9550-12-1-0458", + "funder_id": "https://openalex.org/F4320306111", + "funder_display_name": "U.S. Department of Commerce" + }, + { + "id": "https://openalex.org/G5249168579", + "display_name": null, + "funder_award_id": "FA9550-12-1-0458", + "funder_id": "https://openalex.org/F4320338279", + "funder_display_name": "Air Force Office of Scientific Research" + }, + { + "id": "https://openalex.org/G5490804116", + "display_name": null, + "funder_award_id": "70NANB14H012", + "funder_id": "https://openalex.org/F4320306078", + "funder_display_name": "U.S. Department of Defense" + }, + { + "id": "https://openalex.org/G552768688", + "display_name": null, + "funder_award_id": "FA9550-12-1-0458", + "funder_id": "https://openalex.org/F4320332178", + "funder_display_name": "National Institute of Standards and Technology" + }, + { + "id": "https://openalex.org/G5809100787", + "display_name": null, + "funder_award_id": "FA9550", + "funder_id": "https://openalex.org/F4320338279", + "funder_display_name": "Air Force Office of Scientific Research" + }, + { + "id": "https://openalex.org/G6071252945", + "display_name": null, + "funder_award_id": "FA9550-12", + "funder_id": "https://openalex.org/F4320338279", + "funder_display_name": "Air Force Office of Scientific Research" + }, + { + "id": "https://openalex.org/G6131312370", + "display_name": null, + "funder_award_id": "70NANB14H012", + "funder_id": "https://openalex.org/F4320332178", + "funder_display_name": "National Institute of Standards and Technology" + }, + { + "id": "https://openalex.org/G6563589624", + "display_name": null, + "funder_award_id": "70NANB14H012", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G7116556506", + "display_name": null, + "funder_award_id": "N66001-15-C-4036", + "funder_id": "https://openalex.org/F4320332180", + "funder_display_name": "Defense Advanced Research Projects Agency" + }, + { + "id": "https://openalex.org/G7999580237", + "display_name": null, + "funder_award_id": "FA9550-12-1", + "funder_id": "https://openalex.org/F4320338279", + "funder_display_name": "Air Force Office of Scientific Research" + }, + { + "id": "https://openalex.org/G8678745938", + "display_name": null, + "funder_award_id": "DESC0007456", + "funder_id": "https://openalex.org/F4320306084", + "funder_display_name": "U.S. Department of Energy" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320306076", + "display_name": "National Science Foundation", + "ror": "https://ror.org/021nxhr62" + }, + { + "id": "https://openalex.org/F4320306078", + "display_name": "U.S. Department of Defense", + "ror": "https://ror.org/0447fe631" + }, + { + "id": "https://openalex.org/F4320306084", + "display_name": "U.S. Department of Energy", + "ror": "https://ror.org/01bj3aw27" + }, + { + "id": "https://openalex.org/F4320306111", + "display_name": "U.S. Department of Commerce", + "ror": "https://ror.org/04chq2495" + }, + { + "id": "https://openalex.org/F4320332178", + "display_name": "National Institute of Standards and Technology", + "ror": "https://ror.org/05xpvk416" + }, + { + "id": "https://openalex.org/F4320332180", + "display_name": "Defense Advanced Research Projects Agency", + "ror": "https://ror.org/02caytj08" + }, + { + "id": "https://openalex.org/F4320333566", + "display_name": "National Defense Science and Engineering Graduate", + "ror": null + }, + { + "id": "https://openalex.org/F4320337819", + "display_name": "Center for Hierarchical Materials Design", + "ror": null + }, + { + "id": "https://openalex.org/F4320338279", + "display_name": "Air Force Office of Scientific Research", + "ror": "https://ror.org/011e9bt93" + } + ], + "has_content": { + "grobid_xml": true, + "pdf": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W2464725281.pdf", + "grobid_xml": "https://content.openalex.org/works/W2464725281.grobid-xml" + }, + "referenced_works_count": 74, + "referenced_works": [ + "https://openalex.org/W336365082", + "https://openalex.org/W568714467", + "https://openalex.org/W1496257230", + "https://openalex.org/W1545231783", + "https://openalex.org/W1605058418", + "https://openalex.org/W1741949188", + "https://openalex.org/W1861259131", + "https://openalex.org/W1964254287", + "https://openalex.org/W1966216358", + "https://openalex.org/W1968075993", + "https://openalex.org/W1976492731", + "https://openalex.org/W1977053243", + "https://openalex.org/W1988887547", + "https://openalex.org/W1992985800", + "https://openalex.org/W2000009216", + "https://openalex.org/W2013795311", + "https://openalex.org/W2016587795", + "https://openalex.org/W2018351443", + "https://openalex.org/W2019561942", + "https://openalex.org/W2020246947", + "https://openalex.org/W2029637177", + "https://openalex.org/W2034097448", + "https://openalex.org/W2039971369", + "https://openalex.org/W2044012801", + "https://openalex.org/W2045759556", + "https://openalex.org/W2047165001", + "https://openalex.org/W2051801258", + "https://openalex.org/W2052663622", + "https://openalex.org/W2055410454", + "https://openalex.org/W2074616700", + "https://openalex.org/W2083415705", + "https://openalex.org/W2097968133", + "https://openalex.org/W2100833014", + "https://openalex.org/W2102539288", + "https://openalex.org/W2104489082", + "https://openalex.org/W2111124526", + "https://openalex.org/W2112845989", + "https://openalex.org/W2113072508", + "https://openalex.org/W2113242816", + "https://openalex.org/W2115252128", + "https://openalex.org/W2117363206", + "https://openalex.org/W2119735967", + "https://openalex.org/W2123306226", + "https://openalex.org/W2133990480", + "https://openalex.org/W2138060751", + "https://openalex.org/W2142009706", + "https://openalex.org/W2145914706", + "https://openalex.org/W2150757437", + "https://openalex.org/W2159357141", + "https://openalex.org/W2162653998", + "https://openalex.org/W2164524421", + "https://openalex.org/W2164529883", + "https://openalex.org/W2167441267", + "https://openalex.org/W2217912240", + "https://openalex.org/W2241011319", + "https://openalex.org/W2278970271", + "https://openalex.org/W2312842167", + "https://openalex.org/W2313966941", + "https://openalex.org/W2317309722", + "https://openalex.org/W2318376321", + "https://openalex.org/W2329258563", + "https://openalex.org/W2338402873", + "https://openalex.org/W2343462019", + "https://openalex.org/W2494629425", + "https://openalex.org/W2612686989", + "https://openalex.org/W2671074027", + "https://openalex.org/W2911964244", + "https://openalex.org/W2913390193", + "https://openalex.org/W2950537967", + "https://openalex.org/W2963485997", + "https://openalex.org/W4230093030", + "https://openalex.org/W4236360742", + "https://openalex.org/W4239059908", + "https://openalex.org/W4249528159" + ], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W3046775127", + "https://openalex.org/W3107602296", + "https://openalex.org/W3170094116", + "https://openalex.org/W4386462264", + "https://openalex.org/W4364306694", + "https://openalex.org/W4312192474", + "https://openalex.org/W4283697347", + "https://openalex.org/W4210805261" + ], + "abstract_inverted_index": { + "Abstract": [ + 0 + ], + "A": [ + 1 + ], + "very": [ + 2 + ], + "active": [ + 3 + ], + "area": [ + 4 + ], + "of": [ + 5, + 51, + 63, + 70, + 82, + 94, + 107, + 131 + ], + "materials": [ + 6, + 23, + 71, + 109 + ], + "research": [ + 7 + ], + "is": [ + 8 + ], + "to": [ + 9, + 16, + 66, + 110, + 127 + ], + "devise": [ + 10 + ], + "methods": [ + 11 + ], + "that": [ + 12 + ], + "use": [ + 13 + ], + "machine": [ + 14, + 40 + ], + "learning": [ + 15, + 41 + ], + "automatically": [ + 17 + ], + "extract": [ + 18 + ], + "predictive": [ + 19, + 113 + ], + "models": [ + 20, + 31, + 53 + ], + "from": [ + 21 + ], + "existing": [ + 22 + ], + "data.": [ + 24, + 72 + ], + "While": [ + 25 + ], + "prior": [ + 26 + ], + "examples": [ + 27 + ], + "have": [ + 28, + 58 + ], + "demonstrated": [ + 29 + ], + "successful": [ + 30 + ], + "for": [ + 32, + 54, + 89, + 100 + ], + "some": [ + 33 + ], + "applications,": [ + 34, + 56 + ], + "many": [ + 35 + ], + "more": [ + 36 + ], + "applications": [ + 37 + ], + "exist": [ + 38 + ], + "where": [ + 39 + ], + "can": [ + 42, + 124 + ], + "make": [ + 43 + ], + "a": [ + 44, + 60, + 67, + 78, + 91, + 97 + ], + "strong": [ + 45 + ], + "impact.": [ + 46 + ], + "To": [ + 47 + ], + "enable": [ + 48 + ], + "faster": [ + 49 + ], + "development": [ + 50 + ], + "machine-learning-based": [ + 52 + ], + "such": [ + 55, + 136 + ], + "we": [ + 57, + 85, + 118 + ], + "created": [ + 59 + ], + "framework": [ + 61 + ], + "capable": [ + 62 + ], + "being": [ + 64 + ], + "applied": [ + 65 + ], + "broad": [ + 68 + ], + "range": [ + 69 + ], + "Our": [ + 73 + ], + "method": [ + 74, + 99, + 123 + ], + "works": [ + 75 + ], + "by": [ + 76 + ], + "using": [ + 77 + ], + "chemically": [ + 79 + ], + "diverse": [ + 80, + 129 + ], + "list": [ + 81 + ], + "attributes,": [ + 83 + ], + "which": [ + 84 + ], + "demonstrate": [ + 86, + 119 + ], + "are": [ + 87 + ], + "suitable": [ + 88 + ], + "describing": [ + 90 + ], + "wide": [ + 92 + ], + "variety": [ + 93 + ], + "properties,": [ + 95 + ], + "and": [ + 96, + 133, + 141 + ], + "novel": [ + 98 + ], + "partitioning": [ + 101 + ], + "the": [ + 102, + 112 + ], + "data": [ + 103 + ], + "set": [ + 104 + ], + "into": [ + 105 + ], + "groups": [ + 106 + ], + "similar": [ + 108 + ], + "boost": [ + 111 + ], + "accuracy.": [ + 114 + ], + "In": [ + 115 + ], + "this": [ + 116, + 121 + ], + "manuscript,": [ + 117 + ], + "how": [ + 120 + ], + "new": [ + 122 + ], + "be": [ + 125 + ], + "used": [ + 126 + ], + "predict": [ + 128 + ], + "properties": [ + 130 + ], + "crystalline": [ + 132 + ], + "amorphous": [ + 134 + ], + "materials,": [ + 135 + ], + "as": [ + 137 + ], + "band": [ + 138 + ], + "gap": [ + 139 + ], + "energy": [ + 140 + ], + "glass-forming": [ + 142 + ], + "ability.": [ + 143 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 135 + }, + { + "year": 2025, + "cited_by_count": 274 + }, + { + "year": 2024, + "cited_by_count": 247 + }, + { + "year": 2023, + "cited_by_count": 215 + }, + { + "year": 2022, + "cited_by_count": 204 + }, + { + "year": 2021, + "cited_by_count": 195 + }, + { + "year": 2020, + "cited_by_count": 185 + }, + { + "year": 2019, + "cited_by_count": 117 + }, + { + "year": 2018, + "cited_by_count": 71 + }, + { + "year": 2017, + "cited_by_count": 22 + }, + { + "year": 2016, + "cited_by_count": 3 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2016-07-22T00:00:00" + }, + { + "id": "https://openalex.org/W2182361439", + "doi": null, + "title": "Efficient and robust automated machine learning", + "display_name": "Efficient and robust automated machine learning", + "relevance_score": 2483.388, + "publication_year": 2015, + "publication_date": "2015-12-07", + "ids": { + "openalex": "https://openalex.org/W2182361439", + "mag": "2182361439" + }, + "language": "en", + "primary_location": { + "id": "mag:2182361439", + "is_oa": false, + "landing_page_url": "https://papers.nips.cc/paper/2015/file/11d0e6287202fced83f79975ec59a3a6-Paper.pdf", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306420609", + "display_name": "Neural Information Processing Systems", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "conference" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": false, + "raw_source_name": "Neural Information Processing Systems", + "raw_type": null + }, + "type": "article", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5054262288", + "display_name": "Matthias Feurer", + "orcid": "https://orcid.org/0000-0001-9611-8588" + }, + "institutions": [ + { + "id": "https://openalex.org/I161046081", + "display_name": "University of Freiburg", + "ror": "https://ror.org/0245cg223", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I161046081" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": true, + "raw_author_name": "Matthias Feurer", + "raw_affiliation_strings": [ + "Department of Computer Science , University of Freiburg , Germany" + ], + "raw_orcid": "https://orcid.org/0000-0001-9611-8588", + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science , University of Freiburg , Germany", + "institution_ids": [ + "https://openalex.org/I161046081" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5044806693", + "display_name": "Aaron Klein", + "orcid": "https://orcid.org/0000-0003-3960-7742" + }, + "institutions": [ + { + "id": "https://openalex.org/I161046081", + "display_name": "University of Freiburg", + "ror": "https://ror.org/0245cg223", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I161046081" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Aaron Klein", + "raw_affiliation_strings": [ + "Department of Computer Science , University of Freiburg , Germany" + ], + "raw_orcid": "https://orcid.org/0000-0003-3960-7742", + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science , University of Freiburg , Germany", + "institution_ids": [ + "https://openalex.org/I161046081" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5081813991", + "display_name": "Katharina Eggensperger", + "orcid": "https://orcid.org/0000-0002-0309-401X" + }, + "institutions": [ + { + "id": "https://openalex.org/I161046081", + "display_name": "University of Freiburg", + "ror": "https://ror.org/0245cg223", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I161046081" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Katharina Eggensperger", + "raw_affiliation_strings": [ + "Department of Computer Science , University of Freiburg , Germany" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science , University of Freiburg , Germany", + "institution_ids": [ + "https://openalex.org/I161046081" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5017985443", + "display_name": "Jost Tobias Springenberg", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I161046081", + "display_name": "University of Freiburg", + "ror": "https://ror.org/0245cg223", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I161046081" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Jost Tobias Springenberg", + "raw_affiliation_strings": [ + "Department of Computer Science , University of Freiburg , Germany" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science , University of Freiburg , Germany", + "institution_ids": [ + "https://openalex.org/I161046081" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5102766796", + "display_name": "Manuel Blum", + "orcid": "https://orcid.org/0000-0002-0982-4845" + }, + "institutions": [ + { + "id": "https://openalex.org/I161046081", + "display_name": "University of Freiburg", + "ror": "https://ror.org/0245cg223", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I161046081" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Manuel Blum", + "raw_affiliation_strings": [ + "Department of Computer Science , University of Freiburg , Germany" + ], + "raw_orcid": "https://orcid.org/0000-0002-0982-4845", + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science , University of Freiburg , Germany", + "institution_ids": [ + "https://openalex.org/I161046081" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5031002895", + "display_name": "Frank Hutter", + "orcid": "https://orcid.org/0000-0002-2037-3694" + }, + "institutions": [ + { + "id": "https://openalex.org/I161046081", + "display_name": "University of Freiburg", + "ror": "https://ror.org/0245cg223", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I161046081" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Frank Hutter", + "raw_affiliation_strings": [ + "Department of Computer Science , University of Freiburg , Germany" + ], + "raw_orcid": "https://orcid.org/0000-0002-2037-3694", + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science , University of Freiburg , Germany", + "institution_ids": [ + "https://openalex.org/I161046081" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 6, + "corresponding_author_ids": [ + "https://openalex.org/A5054262288" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I161046081" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 26.632, + "has_fulltext": false, + "cited_by_count": 1255, + "citation_normalized_percentile": { + "value": 0.99838319, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "28", + "issue": null, + "first_page": "2755", + "last_page": "2763" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12072", + "display_name": "Machine Learning and Algorithms", + "score": 0.9991999864578247, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11652", + "display_name": "Imbalanced Data Classification Techniques", + "score": 0.9884999990463257, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/hyperparameter", + "display_name": "Hyperparameter", + "score": 0.8062483668327332 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.7956940531730652 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.7567195892333984 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7412288188934326 + }, + { + "id": "https://openalex.org/keywords/preprocessor", + "display_name": "Preprocessor", + "score": 0.723639726638794 + }, + { + "id": "https://openalex.org/keywords/bayesian-optimization", + "display_name": "Bayesian optimization", + "score": 0.5717392563819885 + }, + { + "id": "https://openalex.org/keywords/feature", + "display_name": "Feature (linguistics)", + "score": 0.5170496106147766 + }, + { + "id": "https://openalex.org/keywords/set", + "display_name": "Set (abstract data type)", + "score": 0.4831806719303131 + }, + { + "id": "https://openalex.org/keywords/bayesian-probability", + "display_name": "Bayesian probability", + "score": 0.41747650504112244 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C8642999", + "wikidata": "https://www.wikidata.org/wiki/Q4171168", + "display_name": "Hyperparameter", + "level": 2, + "score": 0.8062483668327332 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.7956940531730652 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.7567195892333984 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7412288188934326 + }, + { + "id": "https://openalex.org/C34736171", + "wikidata": "https://www.wikidata.org/wiki/Q918333", + "display_name": "Preprocessor", + "level": 2, + "score": 0.723639726638794 + }, + { + "id": "https://openalex.org/C2778049539", + "wikidata": "https://www.wikidata.org/wiki/Q17002908", + "display_name": "Bayesian optimization", + "level": 2, + "score": 0.5717392563819885 + }, + { + "id": "https://openalex.org/C2776401178", + "wikidata": "https://www.wikidata.org/wiki/Q12050496", + "display_name": "Feature (linguistics)", + "level": 2, + "score": 0.5170496106147766 + }, + { + "id": "https://openalex.org/C177264268", + "wikidata": "https://www.wikidata.org/wiki/Q1514741", + "display_name": "Set (abstract data type)", + "level": 2, + "score": 0.4831806719303131 + }, + { + "id": "https://openalex.org/C107673813", + "wikidata": "https://www.wikidata.org/wiki/Q812534", + "display_name": "Bayesian probability", + "level": 2, + "score": 0.41747650504112244 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C41895202", + "wikidata": "https://www.wikidata.org/wiki/Q8162", + "display_name": "Linguistics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C138885662", + "wikidata": "https://www.wikidata.org/wiki/Q5891", + "display_name": "Philosophy", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "mag:2182361439", + "is_oa": false, + "landing_page_url": "https://papers.nips.cc/paper/2015/file/11d0e6287202fced83f79975ec59a3a6-Paper.pdf", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306420609", + "display_name": "Neural Information Processing Systems", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "conference" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": "Neural Information Processing Systems", + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 26, + "referenced_works": [ + "https://openalex.org/W28412257", + "https://openalex.org/W60686164", + "https://openalex.org/W76331760", + "https://openalex.org/W116375701", + "https://openalex.org/W122178443", + "https://openalex.org/W1519451279", + "https://openalex.org/W1647221522", + "https://openalex.org/W1840091437", + "https://openalex.org/W1980264541", + "https://openalex.org/W2099201756", + "https://openalex.org/W2101234009", + "https://openalex.org/W2102539288", + "https://openalex.org/W2106411961", + "https://openalex.org/W2112204321", + "https://openalex.org/W2112364454", + "https://openalex.org/W2131241448", + "https://openalex.org/W2132862423", + "https://openalex.org/W2133990480", + "https://openalex.org/W2142334564", + "https://openalex.org/W2149731329", + "https://openalex.org/W2150446468", + "https://openalex.org/W2150753219", + "https://openalex.org/W2165607334", + "https://openalex.org/W2200000192", + "https://openalex.org/W2809054435", + "https://openalex.org/W2911964244" + ], + "related_works": [ + "https://openalex.org/W60686164", + "https://openalex.org/W2964024268", + "https://openalex.org/W2963815651", + "https://openalex.org/W2963423218", + "https://openalex.org/W2947123069", + "https://openalex.org/W2911964244", + "https://openalex.org/W2608595939", + "https://openalex.org/W2553303224", + "https://openalex.org/W2309832917", + "https://openalex.org/W2200000192", + "https://openalex.org/W2194775991", + "https://openalex.org/W2192203593", + "https://openalex.org/W2133990480", + "https://openalex.org/W2132862423", + "https://openalex.org/W2131241448", + "https://openalex.org/W2112364454", + "https://openalex.org/W2106411961", + "https://openalex.org/W2102539288", + "https://openalex.org/W2101234009", + "https://openalex.org/W2097998348" + ], + "abstract_inverted_index": { + "The": [ + 0 + ], + "success": [ + 1 + ], + "of": [ + 2, + 9, + 75, + 153, + 176, + 190, + 199, + 203 + ], + "machine": [ + 3, + 18, + 68 + ], + "learning": [ + 4, + 19, + 69 + ], + "in": [ + 5, + 33, + 179 + ], + "a": [ + 6, + 41, + 49, + 85, + 108 + ], + "broad": [ + 7 + ], + "range": [ + 8 + ], + "applications": [ + 10 + ], + "has": [ + 11, + 62 + ], + "led": [ + 12 + ], + "to": [ + 13, + 38, + 64, + 107, + 188 + ], + "an": [ + 14 + ], + "ever-growing": [ + 15 + ], + "demand": [ + 16 + ], + "for": [ + 17, + 48 + ], + "systems": [ + 20, + 36 + ], + "that": [ + 21, + 169 + ], + "can": [ + 22 + ], + "be": [ + 23, + 31 + ], + "used": [ + 24 + ], + "off": [ + 25 + ], + "the": [ + 26, + 73, + 141, + 145, + 150, + 154, + 173, + 177, + 184, + 197, + 200 + ], + "shelf": [ + 27 + ], + "by": [ + 28, + 126, + 137 + ], + "non-experts.": [ + 29 + ], + "To": [ + 30 + ], + "effective": [ + 32 + ], + "practice,": [ + 34 + ], + "such": [ + 35 + ], + "need": [ + 37 + ], + "automatically": [ + 39, + 127 + ], + "choose": [ + 40 + ], + "good": [ + 42 + ], + "algorithm": [ + 43 + ], + "and": [ + 44, + 54, + 100, + 136, + 159, + 193 + ], + "feature": [ + 45, + 97 + ], + "preprocessing": [ + 46, + 98, + 103 + ], + "steps": [ + 47 + ], + "new": [ + 50, + 87 + ], + "dataset": [ + 51 + ], + "at": [ + 52 + ], + "hand,": [ + 53 + ], + "also": [ + 55, + 182 + ], + "set": [ + 56 + ], + "their": [ + 57 + ], + "respective": [ + 58 + ], + "hyperparameters.": [ + 59 + ], + "Recent": [ + 60 + ], + "work": [ + 61 + ], + "started": [ + 63 + ], + "tackle": [ + 65 + ], + "this": [ + 66 + ], + "automated": [ + 67 + ], + "(AutoML)": [ + 70 + ], + "problem": [ + 71 + ], + "with": [ + 72, + 112 + ], + "help": [ + 74 + ], + "efficient": [ + 76 + ], + "Bayesian": [ + 77 + ], + "optimization": [ + 78 + ], + "methods.": [ + 79 + ], + "Building": [ + 80 + ], + "on": [ + 81, + 91, + 122, + 133, + 163 + ], + "this,": [ + 82 + ], + "we": [ + 83, + 118 + ], + "introduce": [ + 84 + ], + "robust": [ + 86 + ], + "AutoML": [ + 88, + 124, + 157 + ], + "system": [ + 89, + 148 + ], + "based": [ + 90 + ], + "scikit-learn": [ + 92 + ], + "(using": [ + 93 + ], + "15": [ + 94 + ], + "classifiers,": [ + 95 + ], + "14": [ + 96 + ], + "methods,": [ + 99, + 104 + ], + "4": [ + 101 + ], + "data": [ + 102 + ], + "giving": [ + 105 + ], + "rise": [ + 106 + ], + "structured": [ + 109 + ], + "hypothesis": [ + 110 + ], + "space": [ + 111 + ], + "110": [ + 113 + ], + "hyperparameters).": [ + 114 + ], + "This": [ + 115 + ], + "system,": [ + 116 + ], + "which": [ + 117 + ], + "dub": [ + 119 + ], + "AUTO-SKLEARN,": [ + 120 + ], + "improves": [ + 121 + ], + "existing": [ + 123 + ], + "methods": [ + 125 + ], + "taking": [ + 128 + ], + "into": [ + 129, + 196 + ], + "account": [ + 130 + ], + "past": [ + 131 + ], + "performance": [ + 132, + 185 + ], + "similar": [ + 134 + ], + "datasets,": [ + 135 + ], + "constructing": [ + 138 + ], + "ensembles": [ + 139 + ], + "from": [ + 140 + ], + "models": [ + 142 + ], + "evaluated": [ + 143 + ], + "during": [ + 144 + ], + "optimization.": [ + 146 + ], + "Our": [ + 147 + ], + "won": [ + 149 + ], + "first": [ + 151 + ], + "phase": [ + 152 + ], + "ongoing": [ + 155 + ], + "ChaLearn": [ + 156 + ], + "challenge,": [ + 158 + ], + "our": [ + 160, + 191 + ], + "comprehensive": [ + 161 + ], + "analysis": [ + 162 + ], + "over": [ + 164 + ], + "100": [ + 165 + ], + "diverse": [ + 166 + ], + "datasets": [ + 167 + ], + "shows": [ + 168 + ], + "it": [ + 170 + ], + "substantially": [ + 171 + ], + "outperforms": [ + 172 + ], + "previous": [ + 174 + ], + "state": [ + 175 + ], + "art": [ + 178 + ], + "AutoML.": [ + 180 + ], + "We": [ + 181 + ], + "demonstrate": [ + 183 + ], + "gains": [ + 186 + ], + "due": [ + 187 + ], + "each": [ + 189 + ], + "contributions": [ + 192 + ], + "derive": [ + 194 + ], + "insights": [ + 195 + ], + "effectiveness": [ + 198 + ], + "individual": [ + 201 + ], + "components": [ + 202 + ], + "AUTO-SKLEARN.": [ + 204 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 61 + }, + { + "year": 2024, + "cited_by_count": 99 + }, + { + "year": 2023, + "cited_by_count": 134 + }, + { + "year": 2022, + "cited_by_count": 125 + }, + { + "year": 2021, + "cited_by_count": 221 + }, + { + "year": 2020, + "cited_by_count": 263 + }, + { + "year": 2019, + "cited_by_count": 217 + }, + { + "year": 2018, + "cited_by_count": 86 + }, + { + "year": 2017, + "cited_by_count": 34 + }, + { + "year": 2016, + "cited_by_count": 14 + }, + { + "year": 2015, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-14T08:36:36.166977", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W1983989471", + "doi": "https://doi.org/10.1198/jasa.2008.s236", + "title": "Pattern Recognition and Machine Learning", + "display_name": "Pattern Recognition and Machine Learning", + "relevance_score": 2477.2678, + "publication_year": 2008, + "publication_date": "2008-06-01", + "ids": { + "openalex": "https://openalex.org/W1983989471", + "doi": "https://doi.org/10.1198/jasa.2008.s236", + "mag": "1983989471" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1198/jasa.2008.s236", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1198/jasa.2008.s236", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4394736638", + "display_name": "Journal of the American Statistical Association", + "issn_l": "0162-1459", + "issn": [ + "0162-1459", + "1537-274X" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Journal of the American Statistical Association", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5109482919", + "display_name": "Thomas Burr", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1343871089", + "display_name": "Los Alamos National Laboratory", + "ror": "https://ror.org/01e41cf67", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I1330989302", + "https://openalex.org/I1343871089", + "https://openalex.org/I198811213", + "https://openalex.org/I4210120050" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Thomas Burr", + "raw_affiliation_strings": [ + "Los Alamos National Laboratory", + "LOS Alamos National Laboratory" + ], + "affiliations": [ + { + "raw_affiliation_string": "Los Alamos National Laboratory", + "institution_ids": [ + "https://openalex.org/I1343871089" + ] + }, + { + "raw_affiliation_string": "LOS Alamos National Laboratory", + "institution_ids": [ + "https://openalex.org/I1343871089" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5109482919" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I1343871089" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 47.4793, + "has_fulltext": false, + "cited_by_count": 1113, + "citation_normalized_percentile": { + "value": 0.99954397, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 98, + "max": 100 + }, + "biblio": { + "volume": "103", + "issue": "482", + "first_page": "886", + "last_page": "887" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12205", + "display_name": "Time Series Analysis and Forecasting", + "score": 0.98580002784729, + "subfield": { + "id": "https://openalex.org/subfields/1711", + "display_name": "Signal Processing" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12205", + "display_name": "Time Series Analysis and Forecasting", + "score": 0.98580002784729, + "subfield": { + "id": "https://openalex.org/subfields/1711", + "display_name": "Signal Processing" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12761", + "display_name": "Data Stream Mining Techniques", + "score": 0.9822999835014343, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11512", + "display_name": "Anomaly Detection Techniques and Applications", + "score": 0.9811000227928162, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5010311603546143 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.4807431697845459 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.40664222836494446 + }, + { + "id": "https://openalex.org/keywords/pattern-recognition", + "display_name": "Pattern recognition (psychology)", + "score": 0.374175488948822 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5010311603546143 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.4807431697845459 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.40664222836494446 + }, + { + "id": "https://openalex.org/C153180895", + "wikidata": "https://www.wikidata.org/wiki/Q7148389", + "display_name": "Pattern recognition (psychology)", + "level": 2, + "score": 0.374175488948822 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1198/jasa.2008.s236", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1198/jasa.2008.s236", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4394736638", + "display_name": "Journal of the American Statistical Association", + "issn_l": "0162-1459", + "issn": [ + "0162-1459", + "1537-274X" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Journal of the American Statistical Association", + "raw_type": "journal-article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 5, + "referenced_works": [ + "https://openalex.org/W2009086942", + "https://openalex.org/W2019044526", + "https://openalex.org/W2078502317", + "https://openalex.org/W2090911498", + "https://openalex.org/W4237415315" + ], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W3046775127", + "https://openalex.org/W3170094116", + "https://openalex.org/W4386462264", + "https://openalex.org/W3209574120", + "https://openalex.org/W3107602296", + "https://openalex.org/W2033914206", + "https://openalex.org/W4312192474", + "https://openalex.org/W4210805261" + ], + "abstract_inverted_index": { + "\"Pattern": [ + 0 + ], + "Recognition": [ + 1 + ], + "and": [ + 2 + ], + "Machine": [ + 3 + ], + "Learning.\"": [ + 4 + ], + "Journal": [ + 5 + ], + "of": [ + 6 + ], + "the": [ + 7 + ], + "American": [ + 8 + ], + "Statistical": [ + 9 + ], + "Association,": [ + 10 + ], + "103(482),": [ + 11 + ], + "pp.": [ + 12 + ], + "886–887": [ + 13 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 6 + }, + { + "year": 2024, + "cited_by_count": 27 + }, + { + "year": 2023, + "cited_by_count": 55 + }, + { + "year": 2022, + "cited_by_count": 54 + }, + { + "year": 2021, + "cited_by_count": 97 + }, + { + "year": 2020, + "cited_by_count": 87 + }, + { + "year": 2019, + "cited_by_count": 133 + }, + { + "year": 2018, + "cited_by_count": 105 + }, + { + "year": 2017, + "cited_by_count": 64 + }, + { + "year": 2016, + "cited_by_count": 67 + }, + { + "year": 2015, + "cited_by_count": 75 + }, + { + "year": 2014, + "cited_by_count": 68 + }, + { + "year": 2013, + "cited_by_count": 73 + }, + { + "year": 2012, + "cited_by_count": 73 + } + ], + "updated_date": "2026-04-05T17:49:38.594831", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W4299828299", + "doi": "https://doi.org/10.48550/arxiv.1207.4676", + "title": "Proceedings of the 29th International Conference on Machine Learning (ICML-12)", + "display_name": "Proceedings of the 29th International Conference on Machine Learning (ICML-12)", + "relevance_score": 2470.0903, + "publication_year": 2012, + "publication_date": "2012-07-19", + "ids": { + "openalex": "https://openalex.org/W4299828299", + "doi": "https://doi.org/10.48550/arxiv.1207.4676" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:arXiv.org:1207.4676", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1207.4676", + "pdf_url": "https://arxiv.org/pdf/1207.4676", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "type": "preprint", + "indexed_in": [ + "arxiv", + "datacite" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1207.4676", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5005003250", + "display_name": "John Langford", + "orcid": "https://orcid.org/0000-0002-9811-3550" + }, + "institutions": [ + { + "id": "https://openalex.org/I2801032651", + "display_name": "Council of Science Editors", + "ror": "https://ror.org/007cr8911", + "country_code": "US", + "type": "nonprofit", + "lineage": [ + "https://openalex.org/I2801032651" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Langford, John", + "raw_affiliation_strings": [ + "Editors" + ], + "affiliations": [ + { + "raw_affiliation_string": "Editors", + "institution_ids": [ + "https://openalex.org/I2801032651" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5080591144", + "display_name": "Joëlle Pineau", + "orcid": "https://orcid.org/0000-0003-0747-7250" + }, + "institutions": [ + { + "id": "https://openalex.org/I2801032651", + "display_name": "Council of Science Editors", + "ror": "https://ror.org/007cr8911", + "country_code": "US", + "type": "nonprofit", + "lineage": [ + "https://openalex.org/I2801032651" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Pineau, Joelle", + "raw_affiliation_strings": [ + "Editors" + ], + "affiliations": [ + { + "raw_affiliation_string": "Editors", + "institution_ids": [ + "https://openalex.org/I2801032651" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5005003250" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I2801032651" + ], + "apc_list": null, + "apc_paid": null, + "fwci": null, + "has_fulltext": false, + "cited_by_count": 1618, + "citation_normalized_percentile": null, + "cited_by_percentile_year": null, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10181", + "display_name": "Natural Language Processing Techniques", + "score": 0.6305000185966492, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10181", + "display_name": "Natural Language Processing Techniques", + "score": 0.6305000185966492, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/library-science", + "display_name": "Library science", + "score": 0.5253459811210632 + }, + { + "id": "https://openalex.org/keywords/geography", + "display_name": "Geography", + "score": 0.3677058815956116 + }, + { + "id": "https://openalex.org/keywords/forestry", + "display_name": "Forestry", + "score": 0.32110482454299927 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.18688607215881348 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C161191863", + "wikidata": "https://www.wikidata.org/wiki/Q199655", + "display_name": "Library science", + "level": 1, + "score": 0.5253459811210632 + }, + { + "id": "https://openalex.org/C205649164", + "wikidata": "https://www.wikidata.org/wiki/Q1071", + "display_name": "Geography", + "level": 0, + "score": 0.3677058815956116 + }, + { + "id": "https://openalex.org/C97137747", + "wikidata": "https://www.wikidata.org/wiki/Q38112", + "display_name": "Forestry", + "level": 1, + "score": 0.32110482454299927 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.18688607215881348 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "pmh:oai:arXiv.org:1207.4676", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1207.4676", + "pdf_url": "https://arxiv.org/pdf/1207.4676", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "doi:10.48550/arxiv.1207.4676", + "is_oa": true, + "landing_page_url": "https://doi.org/10.48550/arxiv.1207.4676", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1207.4676", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1207.4676", + "pdf_url": "https://arxiv.org/pdf/1207.4676", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [ + "https://openalex.org/W2748952813", + "https://openalex.org/W2383882895", + "https://openalex.org/W3111098267", + "https://openalex.org/W2370206093", + "https://openalex.org/W264709706", + "https://openalex.org/W2375009411", + "https://openalex.org/W2371019958", + "https://openalex.org/W2092269694", + "https://openalex.org/W2063002724", + "https://openalex.org/W3150437343" + ], + "abstract_inverted_index": { + "This": [ + 0 + ], + "is": [ + 1 + ], + "an": [ + 2 + ], + "index": [ + 3 + ], + "to": [ + 4 + ], + "the": [ + 5, + 10, + 13 + ], + "papers": [ + 6 + ], + "that": [ + 7 + ], + "appear": [ + 8 + ], + "in": [ + 9, + 25 + ], + "Proceedings": [ + 11 + ], + "of": [ + 12 + ], + "29th": [ + 14 + ], + "International": [ + 15 + ], + "Conference": [ + 16 + ], + "on": [ + 17 + ], + "Machine": [ + 18 + ], + "Learning": [ + 19 + ], + "(ICML-12).": [ + 20 + ], + "The": [ + 21 + ], + "conference": [ + 22 + ], + "was": [ + 23 + ], + "held": [ + 24 + ], + "Edinburgh,": [ + 26 + ], + "Scotland,": [ + 27 + ], + "June": [ + 28 + ], + "27th": [ + 29 + ], + "-": [ + 30 + ], + "July": [ + 31 + ], + "3rd,": [ + 32 + ], + "2012.": [ + 33 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 100 + }, + { + "year": 2024, + "cited_by_count": 136 + }, + { + "year": 2023, + "cited_by_count": 155 + }, + { + "year": 2022, + "cited_by_count": 120 + }, + { + "year": 2021, + "cited_by_count": 86 + }, + { + "year": 2020, + "cited_by_count": 167 + }, + { + "year": 2019, + "cited_by_count": 218 + }, + { + "year": 2018, + "cited_by_count": 146 + }, + { + "year": 2017, + "cited_by_count": 177 + }, + { + "year": 2016, + "cited_by_count": 136 + }, + { + "year": 2015, + "cited_by_count": 76 + }, + { + "year": 2014, + "cited_by_count": 49 + }, + { + "year": 2013, + "cited_by_count": 37 + }, + { + "year": 2012, + "cited_by_count": 15 + } + ], + "updated_date": "2026-04-24T08:23:43.765630", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2981679558", + "doi": "https://doi.org/10.1371/journal.pone.0224365", + "title": "Machine learning algorithm validation with a limited sample size", + "display_name": "Machine learning algorithm validation with a limited sample size", + "relevance_score": 2469.721, + "publication_year": 2019, + "publication_date": "2019-11-07", + "ids": { + "openalex": "https://openalex.org/W2981679558", + "doi": "https://doi.org/10.1371/journal.pone.0224365", + "mag": "2981679558", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/31697686" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1371/journal.pone.0224365", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1371/journal.pone.0224365", + "pdf_url": "https://journals.plos.org/plosone/article/file?id=10.1371/journal.pone.0224365&type=printable", + "source": { + "id": "https://openalex.org/S202381698", + "display_name": "PLoS ONE", + "issn_l": "1932-6203", + "issn": [ + "1932-6203" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310315706", + "host_organization_name": "Public Library of Science", + "host_organization_lineage": [ + "https://openalex.org/P4310315706" + ], + "host_organization_lineage_names": [ + "Public Library of Science" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "PLOS ONE", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref", + "doaj", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "gold", + "oa_url": "https://journals.plos.org/plosone/article/file?id=10.1371/journal.pone.0224365&type=printable", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5058581210", + "display_name": "Andrius Vabalas", + "orcid": "https://orcid.org/0000-0002-0659-2890" + }, + "institutions": [ + { + "id": "https://openalex.org/I28407311", + "display_name": "University of Manchester", + "ror": "https://ror.org/027m9bs27", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I28407311" + ] + } + ], + "countries": [ + "GB" + ], + "is_corresponding": true, + "raw_author_name": "Andrius Vabalas", + "raw_affiliation_strings": [ + "Materials, Devices and Systems Division, School of Electrical and Electronic Engineering, The University of Manchester, Manchester, England, United Kingdom" + ], + "raw_orcid": "https://orcid.org/0000-0002-0659-2890", + "affiliations": [ + { + "raw_affiliation_string": "Materials, Devices and Systems Division, School of Electrical and Electronic Engineering, The University of Manchester, Manchester, England, United Kingdom", + "institution_ids": [ + "https://openalex.org/I28407311" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5054131595", + "display_name": "Emma Gowen", + "orcid": "https://orcid.org/0000-0003-4788-4280" + }, + "institutions": [ + { + "id": "https://openalex.org/I28407311", + "display_name": "University of Manchester", + "ror": "https://ror.org/027m9bs27", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I28407311" + ] + } + ], + "countries": [ + "GB" + ], + "is_corresponding": false, + "raw_author_name": "Emma Gowen", + "raw_affiliation_strings": [ + "School of Biological Sciences, The University of Manchester, Manchester, England, United Kingdom" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "School of Biological Sciences, The University of Manchester, Manchester, England, United Kingdom", + "institution_ids": [ + "https://openalex.org/I28407311" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5080441481", + "display_name": "Ellen Poliakoff", + "orcid": "https://orcid.org/0000-0003-4975-7787" + }, + "institutions": [ + { + "id": "https://openalex.org/I28407311", + "display_name": "University of Manchester", + "ror": "https://ror.org/027m9bs27", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I28407311" + ] + } + ], + "countries": [ + "GB" + ], + "is_corresponding": false, + "raw_author_name": "Ellen Poliakoff", + "raw_affiliation_strings": [ + "School of Biological Sciences, The University of Manchester, Manchester, England, United Kingdom" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "School of Biological Sciences, The University of Manchester, Manchester, England, United Kingdom", + "institution_ids": [ + "https://openalex.org/I28407311" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5091104655", + "display_name": "Alexander J. Casson", + "orcid": "https://orcid.org/0000-0003-1408-1190" + }, + "institutions": [ + { + "id": "https://openalex.org/I28407311", + "display_name": "University of Manchester", + "ror": "https://ror.org/027m9bs27", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I28407311" + ] + } + ], + "countries": [ + "GB" + ], + "is_corresponding": false, + "raw_author_name": "Alexander J. Casson", + "raw_affiliation_strings": [ + "Materials, Devices and Systems Division, School of Electrical and Electronic Engineering, The University of Manchester, Manchester, England, United Kingdom" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Materials, Devices and Systems Division, School of Electrical and Electronic Engineering, The University of Manchester, Manchester, England, United Kingdom", + "institution_ids": [ + "https://openalex.org/I28407311" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 4, + "corresponding_author_ids": [ + "https://openalex.org/A5058581210" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I28407311" + ], + "apc_list": { + "value": 1805, + "currency": "USD", + "value_usd": 1805 + }, + "apc_paid": { + "value": 1805, + "currency": "USD", + "value_usd": 1805 + }, + "fwci": 44.2653, + "has_fulltext": true, + "cited_by_count": 1659, + "citation_normalized_percentile": { + "value": 0.99924824, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "14", + "issue": "11", + "first_page": "e0224365", + "last_page": "e0224365" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10885", + "display_name": "Gene expression and cancer classification", + "score": 0.9955000281333923, + "subfield": { + "id": "https://openalex.org/subfields/1312", + "display_name": "Molecular Biology" + }, + "field": { + "id": "https://openalex.org/fields/13", + "display_name": "Biochemistry, Genetics and Molecular Biology" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10885", + "display_name": "Gene expression and cancer classification", + "score": 0.9955000281333923, + "subfield": { + "id": "https://openalex.org/subfields/1312", + "display_name": "Molecular Biology" + }, + "field": { + "id": "https://openalex.org/fields/13", + "display_name": "Biochemistry, Genetics and Molecular Biology" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9860000014305115, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12859", + "display_name": "Cell Image Analysis Techniques", + "score": 0.9606000185012817, + "subfield": { + "id": "https://openalex.org/subfields/1304", + "display_name": "Biophysics" + }, + "field": { + "id": "https://openalex.org/fields/13", + "display_name": "Biochemistry, Genetics and Molecular Biology" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/overfitting", + "display_name": "Overfitting", + "score": 0.8499270677566528 + }, + { + "id": "https://openalex.org/keywords/sample-size-determination", + "display_name": "Sample size determination", + "score": 0.7672773003578186 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6191924810409546 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5842269062995911 + }, + { + "id": "https://openalex.org/keywords/cross-validation", + "display_name": "Cross-validation", + "score": 0.5098270773887634 + }, + { + "id": "https://openalex.org/keywords/data-collection", + "display_name": "Data collection", + "score": 0.4877827763557434 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.4619005620479584 + }, + { + "id": "https://openalex.org/keywords/selection-bias", + "display_name": "Selection bias", + "score": 0.438579261302948 + }, + { + "id": "https://openalex.org/keywords/sample", + "display_name": "Sample (material)", + "score": 0.43803805112838745 + }, + { + "id": "https://openalex.org/keywords/statistics", + "display_name": "Statistics", + "score": 0.41916215419769287 + }, + { + "id": "https://openalex.org/keywords/feature-selection", + "display_name": "Feature selection", + "score": 0.412355899810791 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.39342644810676575 + }, + { + "id": "https://openalex.org/keywords/pattern-recognition", + "display_name": "Pattern recognition (psychology)", + "score": 0.35772329568862915 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.23591920733451843 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.1789134442806244 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C22019652", + "wikidata": "https://www.wikidata.org/wiki/Q331309", + "display_name": "Overfitting", + "level": 3, + "score": 0.8499270677566528 + }, + { + "id": "https://openalex.org/C129848803", + "wikidata": "https://www.wikidata.org/wiki/Q2564360", + "display_name": "Sample size determination", + "level": 2, + "score": 0.7672773003578186 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6191924810409546 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5842269062995911 + }, + { + "id": "https://openalex.org/C27181475", + "wikidata": "https://www.wikidata.org/wiki/Q541014", + "display_name": "Cross-validation", + "level": 2, + "score": 0.5098270773887634 + }, + { + "id": "https://openalex.org/C133462117", + "wikidata": "https://www.wikidata.org/wiki/Q4929239", + "display_name": "Data collection", + "level": 2, + "score": 0.4877827763557434 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.4619005620479584 + }, + { + "id": "https://openalex.org/C40423286", + "wikidata": "https://www.wikidata.org/wiki/Q284172", + "display_name": "Selection bias", + "level": 2, + "score": 0.438579261302948 + }, + { + "id": "https://openalex.org/C198531522", + "wikidata": "https://www.wikidata.org/wiki/Q485146", + "display_name": "Sample (material)", + "level": 2, + "score": 0.43803805112838745 + }, + { + "id": "https://openalex.org/C105795698", + "wikidata": "https://www.wikidata.org/wiki/Q12483", + "display_name": "Statistics", + "level": 1, + "score": 0.41916215419769287 + }, + { + "id": "https://openalex.org/C148483581", + "wikidata": "https://www.wikidata.org/wiki/Q446488", + "display_name": "Feature selection", + "level": 2, + "score": 0.412355899810791 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.39342644810676575 + }, + { + "id": "https://openalex.org/C153180895", + "wikidata": "https://www.wikidata.org/wiki/Q7148389", + "display_name": "Pattern recognition (psychology)", + "level": 2, + "score": 0.35772329568862915 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.23591920733451843 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.1789134442806244 + }, + { + "id": "https://openalex.org/C185592680", + "wikidata": "https://www.wikidata.org/wiki/Q2329", + "display_name": "Chemistry", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C43617362", + "wikidata": "https://www.wikidata.org/wiki/Q170050", + "display_name": "Chromatography", + "level": 1, + "score": 0.0 + } + ], + "mesh": [ + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D003627", + "descriptor_name": "Data Interpretation, Statistical", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D003627", + "descriptor_name": "Data Interpretation, Statistical", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D003627", + "descriptor_name": "Data Interpretation, Statistical", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D018401", + "descriptor_name": "Sample Size", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D018401", + "descriptor_name": "Sample Size", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D018401", + "descriptor_name": "Sample Size", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D035843", + "descriptor_name": "Biomedical Research", + "qualifier_ui": "Q000706", + "qualifier_name": "statistics & numerical data", + "is_major_topic": false + }, + { + "descriptor_ui": "D035843", + "descriptor_name": "Biomedical Research", + "qualifier_ui": "Q000706", + "qualifier_name": "statistics & numerical data", + "is_major_topic": false + }, + { + "descriptor_ui": "D035843", + "descriptor_name": "Biomedical Research", + "qualifier_ui": "Q000706", + "qualifier_name": "statistics & numerical data", + "is_major_topic": false + } + ], + "locations_count": 8, + "locations": [ + { + "id": "doi:10.1371/journal.pone.0224365", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1371/journal.pone.0224365", + "pdf_url": "https://journals.plos.org/plosone/article/file?id=10.1371/journal.pone.0224365&type=printable", + "source": { + "id": "https://openalex.org/S202381698", + "display_name": "PLoS ONE", + "issn_l": "1932-6203", + "issn": [ + "1932-6203" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310315706", + "host_organization_name": "Public Library of Science", + "host_organization_lineage": [ + "https://openalex.org/P4310315706" + ], + "host_organization_lineage_names": [ + "Public Library of Science" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "PLOS ONE", + "raw_type": "journal-article" + }, + { + "id": "pmid:31697686", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/31697686", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "PloS one", + "raw_type": null + }, + { + "id": "pmh:oai:pure.atira.dk:openaire/46636137-42f8-46a3-82e2-565843dbc92a", + "is_oa": true, + "landing_page_url": "https://research.manchester.ac.uk/en/publications/46636137-42f8-46a3-82e2-565843dbc92a", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400662", + "display_name": "Research Explorer (The University of Manchester)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I28407311", + "host_organization_name": "University of Manchester", + "host_organization_lineage": [ + "https://openalex.org/I28407311" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Vabalas, A, Gowen, E, Poliakoff, E & Casson, A 2020, 'Machine learning algorithm validation with a limited sample size', P L o S One, vol. 14, no. 11, e0224365. https://doi.org/10.1371/journal.pone.0224365", + "raw_type": "info:eu-repo/semantics/publishedVersion" + }, + { + "id": "pmh:oai:RePEc:plo:pone00:0224365", + "is_oa": false, + "landing_page_url": "https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0224365", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401271", + "display_name": "RePEc: Research Papers in Economics", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I77793887", + "host_organization_name": "Federal Reserve Bank of St. Louis", + "host_organization_lineage": [ + "https://openalex.org/I77793887" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "article" + }, + { + "id": "pmh:oai:doaj.org/article:df3153cdf6ba4ecc9e209347e26d9f38", + "is_oa": true, + "landing_page_url": "https://doaj.org/article/df3153cdf6ba4ecc9e209347e26d9f38", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401280", + "display_name": "DOAJ (DOAJ: Directory of Open Access Journals)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by-sa", + "license_id": "https://openalex.org/licenses/cc-by-sa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "PLoS ONE, Vol 14, Iss 11, p e0224365 (2019)", + "raw_type": "article" + }, + { + "id": "pmh:oai:figshare.com:article/10268015", + "is_oa": true, + "landing_page_url": "https://figshare.com/articles/dataset/Machine_learning_algorithm_validation_with_a_limited_sample_size/10268015", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4377196282", + "display_name": "Figshare", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I4210132348", + "host_organization_name": "Figshare (United Kingdom)", + "host_organization_lineage": [ + "https://openalex.org/I4210132348" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Dataset" + }, + { + "id": "pmh:oai:pubmedcentral.nih.gov:6837442", + "is_oa": true, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/6837442", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2764455111", + "display_name": "PubMed Central", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "PLoS One", + "raw_type": "Text" + }, + { + "id": "pmh:oai:pure.atira.dk:publications/46636137-42f8-46a3-82e2-565843dbc92a", + "is_oa": true, + "landing_page_url": "https://www.research.manchester.ac.uk/portal/en/publications/machine-learning-algorithm-validation-with-a-limited-sample-size(46636137-42f8-46a3-82e2-565843dbc92a).html", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400662", + "display_name": "Research Explorer (The University of Manchester)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I28407311", + "host_organization_name": "University of Manchester", + "host_organization_lineage": [ + "https://openalex.org/I28407311" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Vabalas, A, Gowen, E, Poliakoff, E & Casson, A 2020, 'Machine learning algorithm validation with a limited sample size', P L o S One, vol. 14, no. 11, e0224365. https://doi.org/10.1371/journal.pone.0224365", + "raw_type": "info:eu-repo/semantics/publishedVersion" + } + ], + "best_oa_location": { + "id": "doi:10.1371/journal.pone.0224365", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1371/journal.pone.0224365", + "pdf_url": "https://journals.plos.org/plosone/article/file?id=10.1371/journal.pone.0224365&type=printable", + "source": { + "id": "https://openalex.org/S202381698", + "display_name": "PLoS ONE", + "issn_l": "1932-6203", + "issn": [ + "1932-6203" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310315706", + "host_organization_name": "Public Library of Science", + "host_organization_lineage": [ + "https://openalex.org/P4310315706" + ], + "host_organization_lineage_names": [ + "Public Library of Science" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "PLOS ONE", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [ + { + "score": 0.6899999976158142, + "id": "https://metadata.un.org/sdg/10", + "display_name": "Reduced inequalities" + } + ], + "awards": [ + { + "id": "https://openalex.org/G1969528513", + "display_name": null, + "funder_award_id": "1830965", + "funder_id": "https://openalex.org/F4320334627", + "funder_display_name": "Engineering and Physical Sciences Research Council" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320320291", + "display_name": "University of Manchester", + "ror": "https://ror.org/027m9bs27" + }, + { + "id": "https://openalex.org/F4320334627", + "display_name": "Engineering and Physical Sciences Research Council", + "ror": "https://ror.org/0439y7842" + } + ], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 33, + "referenced_works": [ + "https://openalex.org/W7299809", + "https://openalex.org/W1493357981", + "https://openalex.org/W1505191356", + "https://openalex.org/W1988975411", + "https://openalex.org/W2002645541", + "https://openalex.org/W2031167046", + "https://openalex.org/W2061553036", + "https://openalex.org/W2065283057", + "https://openalex.org/W2077991879", + "https://openalex.org/W2082704080", + "https://openalex.org/W2087347434", + "https://openalex.org/W2092095117", + "https://openalex.org/W2092444470", + "https://openalex.org/W2101234009", + "https://openalex.org/W2112081648", + "https://openalex.org/W2119155327", + "https://openalex.org/W2119387367", + "https://openalex.org/W2132886902", + "https://openalex.org/W2136487516", + "https://openalex.org/W2141007997", + "https://openalex.org/W2142594886", + "https://openalex.org/W2143426320", + "https://openalex.org/W2153635508", + "https://openalex.org/W2154290668", + "https://openalex.org/W2154776925", + "https://openalex.org/W2310177520", + "https://openalex.org/W2421101021", + "https://openalex.org/W2552047097", + "https://openalex.org/W2917871264", + "https://openalex.org/W2963389298", + "https://openalex.org/W3120421331", + "https://openalex.org/W3139562178", + "https://openalex.org/W6675354045" + ], + "related_works": [ + "https://openalex.org/W4362597605", + "https://openalex.org/W1574414179", + "https://openalex.org/W4297676672", + "https://openalex.org/W3009056573", + "https://openalex.org/W2922073769", + "https://openalex.org/W4281702477", + "https://openalex.org/W3155717344", + "https://openalex.org/W1770458422", + "https://openalex.org/W2801469686", + "https://openalex.org/W2149651625" + ], + "abstract_inverted_index": { + "Advances": [ + 0 + ], + "in": [ + 1 + ], + "neuroimaging,": [ + 2 + ], + "genomic,": [ + 3 + ], + "motion": [ + 4 + ], + "tracking,": [ + 5 + ], + "eye-tracking": [ + 6 + ], + "and": [ + 7, + 59, + 62, + 140, + 153, + 159, + 178, + 201, + 208, + 230 + ], + "many": [ + 8 + ], + "other": [ + 9, + 237 + ], + "technology-based": [ + 10 + ], + "data": [ + 11, + 38, + 45, + 180, + 197 + ], + "collection": [ + 12, + 39 + ], + "methods": [ + 13, + 117, + 210 + ], + "have": [ + 14, + 25, + 81, + 104 + ], + "led": [ + 15 + ], + "to": [ + 16, + 69, + 84, + 183, + 194, + 220, + 232 + ], + "a": [ + 17, + 26, + 47 + ], + "torrent": [ + 18 + ], + "of": [ + 19, + 29, + 32, + 37, + 50, + 53, + 78, + 115, + 149, + 164, + 203, + 236 + ], + "high": [ + 20, + 35 + ], + "dimensional": [ + 21, + 44 + ], + "datasets,": [ + 22 + ], + "which": [ + 23, + 80, + 118 + ], + "commonly": [ + 24 + ], + "small": [ + 27, + 48, + 92, + 137, + 228 + ], + "number": [ + 28, + 49, + 202 + ], + "samples": [ + 30, + 51 + ], + "because": [ + 31 + ], + "the": [ + 33, + 113, + 141, + 192, + 234 + ], + "intrinsic": [ + 34 + ], + "cost": [ + 36 + ], + "involving": [ + 40 + ], + "human": [ + 41 + ], + "participants.": [ + 42 + ], + "High": [ + 43 + ], + "with": [ + 46, + 97, + 136, + 146, + 213, + 227 + ], + "is": [ + 52, + 95, + 143, + 181 + ], + "critical": [ + 54 + ], + "importance": [ + 55 + ], + "for": [ + 56 + ], + "identifying": [ + 57 + ], + "biomarkers": [ + 58 + ], + "conducting": [ + 60 + ], + "feasibility": [ + 61 + ], + "pilot": [ + 63 + ], + "work,": [ + 64 + ], + "however": [ + 65 + ], + "it": [ + 66 + ], + "can": [ + 67 + ], + "lead": [ + 68 + ], + "biased": [ + 70, + 133 + ], + "machine": [ + 71 + ], + "learning": [ + 72 + ], + "(ML)": [ + 73 + ], + "performance": [ + 74, + 134, + 161 + ], + "estimates.": [ + 75 + ], + "Our": [ + 76, + 124 + ], + "review": [ + 77 + ], + "studies": [ + 79, + 238 + ], + "applied": [ + 82 + ], + "ML": [ + 83 + ], + "predict": [ + 85 + ], + "autistic": [ + 86 + ], + "from": [ + 87 + ], + "non-autistic": [ + 88 + ], + "individuals": [ + 89 + ], + "showed": [ + 90 + ], + "that": [ + 91, + 127, + 170 + ], + "sample": [ + 93, + 138, + 147, + 165 + ], + "size": [ + 94, + 148 + ], + "associated": [ + 96 + ], + "higher": [ + 98 + ], + "reported": [ + 99 + ], + "classification": [ + 100 + ], + "accuracy.": [ + 101 + ], + "Thus,": [ + 102 + ], + "we": [ + 103 + ], + "investigated": [ + 105 + ], + "whether": [ + 106 + ], + "this": [ + 107 + ], + "bias": [ + 108, + 142, + 184, + 195 + ], + "could": [ + 109 + ], + "be": [ + 110 + ], + "caused": [ + 111 + ], + "by": [ + 112, + 196 + ], + "use": [ + 114 + ], + "validation": [ + 116, + 209, + 242 + ], + "do": [ + 119 + ], + "not": [ + 120 + ], + "sufficiently": [ + 121 + ], + "control": [ + 122 + ], + "overfitting.": [ + 123 + ], + "simulations": [ + 125 + ], + "show": [ + 126, + 169 + ], + "K-fold": [ + 128 + ], + "Cross-Validation": [ + 129 + ], + "(CV)": [ + 130 + ], + "produces": [ + 131 + ], + "strongly": [ + 132 + ], + "estimates": [ + 135, + 162 + ], + "sizes,": [ + 139 + ], + "still": [ + 144 + ], + "evident": [ + 145 + ], + "1000.": [ + 150 + ], + "Nested": [ + 151 + ], + "CV": [ + 152, + 204 + ], + "train/test": [ + 154 + ], + "split": [ + 155 + ], + "approaches": [ + 156 + ], + "produce": [ + 157 + ], + "robust": [ + 158, + 222 + ], + "unbiased": [ + 160 + ], + "regardless": [ + 163 + ], + "size.": [ + 166 + ], + "We": [ + 167 + ], + "also": [ + 168 + ], + "feature": [ + 171 + ], + "selection": [ + 172 + ], + "if": [ + 173 + ], + "performed": [ + 174 + ], + "on": [ + 175, + 240 + ], + "pooled": [ + 176 + ], + "training": [ + 177 + ], + "testing": [ + 179, + 223 + ], + "contributing": [ + 182 + ], + "considerably": [ + 185 + ], + "more": [ + 186 + ], + "than": [ + 187 + ], + "parameter": [ + 188 + ], + "tuning.": [ + 189 + ], + "In": [ + 190 + ], + "addition,": [ + 191 + ], + "contribution": [ + 193 + ], + "dimensionality,": [ + 198 + ], + "hyper-parameter": [ + 199 + ], + "space": [ + 200 + ], + "folds": [ + 205 + ], + "was": [ + 206, + 244 + ], + "explored,": [ + 207 + ], + "were": [ + 211 + ], + "compared": [ + 212 + ], + "discriminable": [ + 214 + ], + "data.": [ + 215 + ], + "The": [ + 216 + ], + "results": [ + 217, + 235 + ], + "suggest": [ + 218 + ], + "how": [ + 219, + 231 + ], + "design": [ + 221 + ], + "methodologies": [ + 224 + ], + "when": [ + 225 + ], + "working": [ + 226 + ], + "datasets": [ + 229 + ], + "interpret": [ + 233 + ], + "based": [ + 239 + ], + "what": [ + 241 + ], + "method": [ + 243 + ], + "used.": [ + 245 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 176 + }, + { + "year": 2025, + "cited_by_count": 330 + }, + { + "year": 2024, + "cited_by_count": 338 + }, + { + "year": 2023, + "cited_by_count": 299 + }, + { + "year": 2022, + "cited_by_count": 267 + }, + { + "year": 2021, + "cited_by_count": 176 + }, + { + "year": 2020, + "cited_by_count": 70 + }, + { + "year": 2019, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + } +] \ No newline at end of file diff --git a/data/raw/openalex_20260529_175440.json b/data/raw/openalex_20260529_175440.json new file mode 100644 index 0000000..5e6f944 --- /dev/null +++ b/data/raw/openalex_20260529_175440.json @@ -0,0 +1,111089 @@ +[ + { + "id": "https://openalex.org/W2101234009", + "doi": "https://doi.org/10.48550/arxiv.1201.0490", + "title": "Scikit-learn: Machine Learning in Python", + "display_name": "Scikit-learn: Machine Learning in Python", + "relevance_score": 17405.58, + "publication_year": 2012, + "publication_date": "2012-01-02", + "ids": { + "openalex": "https://openalex.org/W2101234009", + "doi": "https://doi.org/10.48550/arxiv.1201.0490", + "mag": "2101234009" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:arXiv.org:1201.0490", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1201.0490", + "pdf_url": "https://arxiv.org/pdf/1201.0490", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "type": "preprint", + "indexed_in": [ + "arxiv", + "datacite" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1201.0490", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5105141183", + "display_name": "Fabián Pedregosa", + "orcid": "https://orcid.org/0000-0003-4025-3953" + }, + "institutions": [ + { + "id": "https://openalex.org/I2738703131", + "display_name": "Commissariat à l'Énergie Atomique et aux Énergies Alternatives", + "ror": "https://ror.org/00jjx8s55", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131" + ] + }, + { + "id": "https://openalex.org/I4210128565", + "display_name": "CEA Paris-Saclay", + "ror": "https://ror.org/03n15ch10", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I277688954", + "https://openalex.org/I4210128565" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": true, + "raw_author_name": "Pedregosa, Fabian", + "raw_affiliation_strings": [ + "LNAO - Laboratoire de Neuroimagerie Assistée par Ordinateur (France)", + "PARIETAL - Modelling brain structure, function and variability based on high-field MRI data (Neurospin, CEA Saclay, Bâtiment 145, 91191 Gif-sur-Yvette Cedex - France)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "LNAO - Laboratoire de Neuroimagerie Assistée par Ordinateur (France)", + "institution_ids": [] + }, + { + "raw_affiliation_string": "PARIETAL - Modelling brain structure, function and variability based on high-field MRI data (Neurospin, CEA Saclay, Bâtiment 145, 91191 Gif-sur-Yvette Cedex - France)", + "institution_ids": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I4210128565" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5074733625", + "display_name": "Gaël Varoquaux", + "orcid": "https://orcid.org/0000-0003-1076-5122" + }, + "institutions": [ + { + "id": "https://openalex.org/I2738703131", + "display_name": "Commissariat à l'Énergie Atomique et aux Énergies Alternatives", + "ror": "https://ror.org/00jjx8s55", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131" + ] + }, + { + "id": "https://openalex.org/I4210128565", + "display_name": "CEA Paris-Saclay", + "ror": "https://ror.org/03n15ch10", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I277688954", + "https://openalex.org/I4210128565" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Varoquaux, Gaël", + "raw_affiliation_strings": [ + "LNAO - Laboratoire de Neuroimagerie Assistée par Ordinateur (France)", + "PARIETAL - Modelling brain structure, function and variability based on high-field MRI data (Neurospin, CEA Saclay, Bâtiment 145, 91191 Gif-sur-Yvette Cedex - France)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "LNAO - Laboratoire de Neuroimagerie Assistée par Ordinateur (France)", + "institution_ids": [] + }, + { + "raw_affiliation_string": "PARIETAL - Modelling brain structure, function and variability based on high-field MRI data (Neurospin, CEA Saclay, Bâtiment 145, 91191 Gif-sur-Yvette Cedex - France)", + "institution_ids": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I4210128565" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5018256474", + "display_name": "Alexandre Gramfort", + "orcid": "https://orcid.org/0000-0001-9791-4404" + }, + "institutions": [ + { + "id": "https://openalex.org/I2738703131", + "display_name": "Commissariat à l'Énergie Atomique et aux Énergies Alternatives", + "ror": "https://ror.org/00jjx8s55", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131" + ] + }, + { + "id": "https://openalex.org/I4210128565", + "display_name": "CEA Paris-Saclay", + "ror": "https://ror.org/03n15ch10", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I277688954", + "https://openalex.org/I4210128565" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Gramfort, Alexandre", + "raw_affiliation_strings": [ + "LNAO - Laboratoire de Neuroimagerie Assistée par Ordinateur (France)", + "PARIETAL - Modelling brain structure, function and variability based on high-field MRI data (Neurospin, CEA Saclay, Bâtiment 145, 91191 Gif-sur-Yvette Cedex - France)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "LNAO - Laboratoire de Neuroimagerie Assistée par Ordinateur (France)", + "institution_ids": [] + }, + { + "raw_affiliation_string": "PARIETAL - Modelling brain structure, function and variability based on high-field MRI data (Neurospin, CEA Saclay, Bâtiment 145, 91191 Gif-sur-Yvette Cedex - France)", + "institution_ids": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I4210128565" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5027430303", + "display_name": "Vincent Michel", + "orcid": "https://orcid.org/0000-0002-7025-4343" + }, + "institutions": [ + { + "id": "https://openalex.org/I2738703131", + "display_name": "Commissariat à l'Énergie Atomique et aux Énergies Alternatives", + "ror": "https://ror.org/00jjx8s55", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131" + ] + }, + { + "id": "https://openalex.org/I4210128565", + "display_name": "CEA Paris-Saclay", + "ror": "https://ror.org/03n15ch10", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I277688954", + "https://openalex.org/I4210128565" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Michel, Vincent", + "raw_affiliation_strings": [ + "PARIETAL - Modelling brain structure, function and variability based on high-field MRI data (Neurospin, CEA Saclay, Bâtiment 145, 91191 Gif-sur-Yvette Cedex - France)", + "LNAO - Laboratoire de Neuroimagerie Assistée par Ordinateur (France)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "PARIETAL - Modelling brain structure, function and variability based on high-field MRI data (Neurospin, CEA Saclay, Bâtiment 145, 91191 Gif-sur-Yvette Cedex - France)", + "institution_ids": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I4210128565" + ] + }, + { + "raw_affiliation_string": "LNAO - Laboratoire de Neuroimagerie Assistée par Ordinateur (France)", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5026762833", + "display_name": "Bertrand Thirion", + "orcid": "https://orcid.org/0000-0001-5018-7895" + }, + "institutions": [ + { + "id": "https://openalex.org/I2738703131", + "display_name": "Commissariat à l'Énergie Atomique et aux Énergies Alternatives", + "ror": "https://ror.org/00jjx8s55", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131" + ] + }, + { + "id": "https://openalex.org/I4210128565", + "display_name": "CEA Paris-Saclay", + "ror": "https://ror.org/03n15ch10", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I277688954", + "https://openalex.org/I4210128565" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Thirion, Bertrand", + "raw_affiliation_strings": [ + "LNAO - Laboratoire de Neuroimagerie Assistée par Ordinateur (France)", + "PARIETAL - Modelling brain structure, function and variability based on high-field MRI data (Neurospin, CEA Saclay, Bâtiment 145, 91191 Gif-sur-Yvette Cedex - France)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "LNAO - Laboratoire de Neuroimagerie Assistée par Ordinateur (France)", + "institution_ids": [] + }, + { + "raw_affiliation_string": "PARIETAL - Modelling brain structure, function and variability based on high-field MRI data (Neurospin, CEA Saclay, Bâtiment 145, 91191 Gif-sur-Yvette Cedex - France)", + "institution_ids": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I4210128565" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5112700874", + "display_name": "Olivier Grisel", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I4210131947", + "display_name": "Nuxe (France)", + "ror": "https://ror.org/02m7qby09", + "country_code": "FR", + "type": "company", + "lineage": [ + "https://openalex.org/I4210131947" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Grisel, Olivier", + "raw_affiliation_strings": [ + "Nuxeo (18-20 rue Soleillet 75020 Paris - France)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Nuxeo (18-20 rue Soleillet 75020 Paris - France)", + "institution_ids": [ + "https://openalex.org/I4210131947" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5049123454", + "display_name": "Mathieu Blondel", + "orcid": "https://orcid.org/0000-0002-2366-2993" + }, + "institutions": [ + { + "id": "https://openalex.org/I65837984", + "display_name": "Kobe University", + "ror": "https://ror.org/03tgsfw79", + "country_code": "JP", + "type": "education", + "lineage": [ + "https://openalex.org/I65837984" + ] + } + ], + "countries": [ + "JP" + ], + "is_corresponding": false, + "raw_author_name": "Blondel, Mathieu", + "raw_affiliation_strings": [ + "Kobe University (Japan)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Kobe University (Japan)", + "institution_ids": [ + "https://openalex.org/I65837984" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": null, + "display_name": "Müller, Andreas", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I51441396", + "display_name": "Bauhaus-Universität Weimar", + "ror": "https://ror.org/033bb5z47", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I51441396" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Müller, Andreas", + "raw_affiliation_strings": [ + "Bauhaus-Universität Weimar (Geschwister-Scholl-Straße 8 99423 Weimar - Germany)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Bauhaus-Universität Weimar (Geschwister-Scholl-Straße 8 99423 Weimar - Germany)", + "institution_ids": [ + "https://openalex.org/I51441396" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": null, + "display_name": "Nothman, Joel", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I4210148186", + "display_name": "Google (Canada)", + "ror": "https://ror.org/04d06q394", + "country_code": "CA", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969", + "https://openalex.org/I4210148186" + ] + } + ], + "countries": [ + "CA" + ], + "is_corresponding": false, + "raw_author_name": "Nothman, Joel", + "raw_affiliation_strings": [ + "Google Inc (Toronto - Canada)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Google Inc (Toronto - Canada)", + "institution_ids": [ + "https://openalex.org/I4210148186" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": null, + "display_name": "Louppe, Gilles", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Louppe, Gilles", + "raw_affiliation_strings": [ + "LAMI - Laboratoire de Mécanique et Ingénieries (IFMA. Campus des Cézeaux BP 265 63175 Aubière Cedex - France)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "LAMI - Laboratoire de Mécanique et Ingénieries (IFMA. Campus des Cézeaux BP 265 63175 Aubière Cedex - France)", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5088660184", + "display_name": "Peter Prettenhofer", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I201448701", + "display_name": "University of Washington", + "ror": "https://ror.org/00cvxb145", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I201448701" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Prettenhofer, Peter", + "raw_affiliation_strings": [ + "University of Washington [Seattle] (Seattle, Washington 98105 - United States)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Washington [Seattle] (Seattle, Washington 98105 - United States)", + "institution_ids": [ + "https://openalex.org/I201448701" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5103273436", + "display_name": "Ron J. Weiss", + "orcid": "https://orcid.org/0000-0003-2010-4053" + }, + "institutions": [ + { + "id": "https://openalex.org/I177605424", + "display_name": "Amherst College", + "ror": "https://ror.org/028vqfs63", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I177605424" + ] + }, + { + "id": "https://openalex.org/I24603500", + "display_name": "University of Massachusetts Amherst", + "ror": "https://ror.org/0072zz521", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I24603500" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Weiss, Ron", + "raw_affiliation_strings": [ + "Department of Mechanical and Industrial Engineering [UMass] (UMass Amherst College of Engineering Department of Mechanical and Industrial Engineering, 220 ELAB, University of Massachusetts Amherst, MA 01003-2210 - United States)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Mechanical and Industrial Engineering [UMass] (UMass Amherst College of Engineering Department of Mechanical and Industrial Engineering, 220 ELAB, University of Massachusetts Amherst, MA 01003-2210 - United States)", + "institution_ids": [ + "https://openalex.org/I177605424", + "https://openalex.org/I24603500" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5031324436", + "display_name": "Vincent Dubourg", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I4210121859", + "display_name": "Enthought (United States)", + "ror": "https://ror.org/02xfc1977", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I4210121859" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Dubourg, Vincent", + "raw_affiliation_strings": [ + "Enthought Inc (515 Congress Avenue Suite 2100 Austin, TX 78701 - United States)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Enthought Inc (515 Congress Avenue Suite 2100 Austin, TX 78701 - United States)", + "institution_ids": [ + "https://openalex.org/I4210121859" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5038304150", + "display_name": "Jake Vanderplas", + "orcid": "https://orcid.org/0000-0002-9623-3401" + }, + "institutions": [ + { + "id": "https://openalex.org/I103084370", + "display_name": "Total (France)", + "ror": "https://ror.org/04sk34n56", + "country_code": "FR", + "type": "company", + "lineage": [ + "https://openalex.org/I103084370" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Vanderplas, Jake", + "raw_affiliation_strings": [ + "TOTAL S.A. (France)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "TOTAL S.A. (France)", + "institution_ids": [ + "https://openalex.org/I103084370" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5034029772", + "display_name": "Alexandre Passos", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Passos, Alexandre", + "raw_affiliation_strings": [ + "LNAO (France)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "LNAO (France)", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5023051838", + "display_name": "David Cournapeau", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Cournapeau, David", + "raw_affiliation_strings": [ + "LNAO - Laboratoire de Neuroimagerie Assistée par Ordinateur (France)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "LNAO - Laboratoire de Neuroimagerie Assistée par Ordinateur (France)", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5050910015", + "display_name": "Matthieu Brucher", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Brucher, Matthieu", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5107933380", + "display_name": "Matthieu Perrot", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Perrot, Matthieu", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5007095962", + "display_name": "Édouard Duchesnay", + "orcid": "https://orcid.org/0000-0002-4073-3490" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Duchesnay, Édouard", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 5, + "institutions_distinct_count": 19, + "corresponding_author_ids": [ + "https://openalex.org/A5105141183" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I4210128565" + ], + "apc_list": null, + "apc_paid": null, + "fwci": null, + "has_fulltext": false, + "cited_by_count": 63662, + "citation_normalized_percentile": null, + "cited_by_percentile_year": null, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T13650", + "display_name": "Computational Physics and Python Applications", + "score": 0.7835000157356262, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T13650", + "display_name": "Computational Physics and Python Applications", + "score": 0.7835000157356262, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/python", + "display_name": "Python (programming language)", + "score": 0.8748029470443726 + }, + { + "id": "https://openalex.org/keywords/documentation", + "display_name": "Documentation", + "score": 0.834846019744873 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7323822975158691 + }, + { + "id": "https://openalex.org/keywords/mit-license", + "display_name": "MIT License", + "score": 0.5501254796981812 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.511991560459137 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.43965548276901245 + }, + { + "id": "https://openalex.org/keywords/programming-language", + "display_name": "Programming language", + "score": 0.397538423538208 + }, + { + "id": "https://openalex.org/keywords/license", + "display_name": "License", + "score": 0.35676372051239014 + }, + { + "id": "https://openalex.org/keywords/software-engineering", + "display_name": "Software engineering", + "score": 0.34812211990356445 + }, + { + "id": "https://openalex.org/keywords/operating-system", + "display_name": "Operating system", + "score": 0.18154305219650269 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C519991488", + "wikidata": "https://www.wikidata.org/wiki/Q28865", + "display_name": "Python (programming language)", + "level": 2, + "score": 0.8748029470443726 + }, + { + "id": "https://openalex.org/C56666940", + "wikidata": "https://www.wikidata.org/wiki/Q788790", + "display_name": "Documentation", + "level": 2, + "score": 0.834846019744873 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7323822975158691 + }, + { + "id": "https://openalex.org/C174183944", + "wikidata": "https://www.wikidata.org/wiki/Q334661", + "display_name": "MIT License", + "level": 3, + "score": 0.5501254796981812 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.511991560459137 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.43965548276901245 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.397538423538208 + }, + { + "id": "https://openalex.org/C2780560020", + "wikidata": "https://www.wikidata.org/wiki/Q79719", + "display_name": "License", + "level": 2, + "score": 0.35676372051239014 + }, + { + "id": "https://openalex.org/C115903868", + "wikidata": "https://www.wikidata.org/wiki/Q80993", + "display_name": "Software engineering", + "level": 1, + "score": 0.34812211990356445 + }, + { + "id": "https://openalex.org/C111919701", + "wikidata": "https://www.wikidata.org/wiki/Q9135", + "display_name": "Operating system", + "level": 1, + "score": 0.18154305219650269 + } + ], + "mesh": [], + "locations_count": 5, + "locations": [ + { + "id": "pmh:oai:arXiv.org:1201.0490", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1201.0490", + "pdf_url": "https://arxiv.org/pdf/1201.0490", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "pmh:oai:orbi.ulg.ac.be:2268/225787", + "is_oa": true, + "landing_page_url": "https://orbi.uliege.be/handle/2268/225787", + "pdf_url": "https://orbi.uliege.be/handle/2268/225787", + "source": { + "id": "https://openalex.org/S4306400651", + "display_name": "Open Repository and Bibliography (University of Liège)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I157674565", + "host_organization_name": "University of Liège", + "host_organization_lineage": [ + "https://openalex.org/I157674565" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "other-oa", + "license_id": "https://openalex.org/licenses/other-oa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Journal of Machine Learning Research, 1201 (2012-01-02)", + "raw_type": "peer reviewed" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.763.4227", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.763.4227", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://arxiv.org/pdf/1201.0490.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:HAL:hal-00650905v2", + "is_oa": false, + "landing_page_url": "https://inria.hal.science/hal-00650905", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402512", + "display_name": "HAL (Le Centre pour la Communication Scientifique Directe)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1294671590", + "host_organization_name": "Centre National de la Recherche Scientifique", + "host_organization_lineage": [ + "https://openalex.org/I1294671590" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Journal of Machine Learning Research, 2011", + "raw_type": "Journal articles" + }, + { + "id": "doi:10.48550/arxiv.1201.0490", + "is_oa": true, + "landing_page_url": "https://doi.org/10.48550/arxiv.1201.0490", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": "article-journal" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1201.0490", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1201.0490", + "pdf_url": "https://arxiv.org/pdf/1201.0490", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "sustainable_development_goals": [ + { + "id": "https://metadata.un.org/sdg/4", + "display_name": "Quality Education", + "score": 0.4399999976158142 + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 13, + "referenced_works": [ + "https://openalex.org/W1496508106", + "https://openalex.org/W1571024744", + "https://openalex.org/W2024933578", + "https://openalex.org/W2035776949", + "https://openalex.org/W2040387238", + "https://openalex.org/W2047804403", + "https://openalex.org/W2063978378", + "https://openalex.org/W2097360283", + "https://openalex.org/W2097850441", + "https://openalex.org/W2118585731", + "https://openalex.org/W2146292423", + "https://openalex.org/W2152799677", + "https://openalex.org/W2153635508" + ], + "related_works": [ + "https://openalex.org/W2036021480", + "https://openalex.org/W2207495067", + "https://openalex.org/W1906486629", + "https://openalex.org/W2132241624", + "https://openalex.org/W4392173297", + "https://openalex.org/W4311683883", + "https://openalex.org/W4212902261", + "https://openalex.org/W2546377002", + "https://openalex.org/W4221030787", + "https://openalex.org/W2790811106" + ], + "abstract_inverted_index": { + "Scikit-learn": [ + 0 + ], + "is": [ + 1, + 35, + 51 + ], + "a": [ + 2, + 6, + 30 + ], + "Python": [ + 3 + ], + "module": [ + 4 + ], + "integrating": [ + 5 + ], + "wide": [ + 7 + ], + "range": [ + 8 + ], + "of": [ + 9, + 39 + ], + "state-of-the-art": [ + 10 + ], + "machine": [ + 11, + 25 + ], + "learning": [ + 12, + 26 + ], + "algorithms": [ + 13 + ], + "for": [ + 14 + ], + "medium-scale": [ + 15 + ], + "supervised": [ + 16 + ], + "and": [ + 17, + 43, + 50, + 64, + 70 + ], + "unsupervised": [ + 18 + ], + "problems.": [ + 19 + ], + "This": [ + 20 + ], + "package": [ + 21 + ], + "focuses": [ + 22 + ], + "on": [ + 23, + 37 + ], + "bringing": [ + 24 + ], + "to": [ + 27 + ], + "non-specialists": [ + 28 + ], + "using": [ + 29 + ], + "general-purpose": [ + 31 + ], + "high-level": [ + 32 + ], + "language.": [ + 33 + ], + "Emphasis": [ + 34 + ], + "put": [ + 36 + ], + "ease": [ + 38 + ], + "use,": [ + 40 + ], + "performance,": [ + 41 + ], + "documentation,": [ + 42 + ], + "API": [ + 44 + ], + "consistency.": [ + 45 + ], + "It": [ + 46 + ], + "has": [ + 47 + ], + "minimal": [ + 48 + ], + "dependencies": [ + 49 + ], + "distributed": [ + 52 + ], + "under": [ + 53 + ], + "the": [ + 54 + ], + "simplified": [ + 55 + ], + "BSD": [ + 56 + ], + "license,": [ + 57 + ], + "encouraging": [ + 58 + ], + "its": [ + 59 + ], + "use": [ + 60 + ], + "in": [ + 61 + ], + "both": [ + 62 + ], + "academic": [ + 63 + ], + "commercial": [ + 65 + ], + "settings.": [ + 66 + ], + "Source": [ + 67 + ], + "code,": [ + 68 + ], + "binaries,": [ + 69 + ], + "documentation": [ + 71 + ], + "can": [ + 72 + ], + "be": [ + 73 + ], + "downloaded": [ + 74 + ], + "from": [ + 75 + ], + "http://scikit-learn.org.": [ + 76 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 228 + }, + { + "year": 2025, + "cited_by_count": 3190 + }, + { + "year": 2024, + "cited_by_count": 7800 + }, + { + "year": 2023, + "cited_by_count": 8518 + }, + { + "year": 2022, + "cited_by_count": 7941 + }, + { + "year": 2021, + "cited_by_count": 10726 + }, + { + "year": 2020, + "cited_by_count": 8605 + }, + { + "year": 2019, + "cited_by_count": 6020 + }, + { + "year": 2018, + "cited_by_count": 4131 + }, + { + "year": 2017, + "cited_by_count": 2623 + }, + { + "year": 2016, + "cited_by_count": 1692 + }, + { + "year": 2015, + "cited_by_count": 1075 + }, + { + "year": 2014, + "cited_by_count": 632 + }, + { + "year": 2013, + "cited_by_count": 267 + }, + { + "year": 2012, + "cited_by_count": 80 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W3023540311", + "doi": "https://doi.org/10.5860/choice.27-0936", + "title": "Genetic algorithms in search, optimization, and machine learning", + "display_name": "Genetic algorithms in search, optimization, and machine learning", + "relevance_score": 12402.153, + "publication_year": 1989, + "publication_date": "1989-10-01", + "ids": { + "openalex": "https://openalex.org/W3023540311", + "doi": "https://doi.org/10.5860/choice.27-0936", + "mag": "3023540311" + }, + "language": "en", + "primary_location": { + "id": "doi:10.5860/choice.27-0936", + "is_oa": false, + "landing_page_url": "https://doi.org/10.5860/choice.27-0936", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2764375719", + "display_name": "Choice Reviews Online", + "issn_l": "0009-4978", + "issn": [ + "0009-4978", + "1523-8253", + "1943-5975" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310316146", + "host_organization_name": "Association of College and Research Libraries", + "host_organization_lineage": [ + "https://openalex.org/P4310316146", + "https://openalex.org/P4310315903" + ], + "host_organization_lineage_names": [ + "Association of College and Research Libraries", + "American Library Association" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Choice Reviews Online", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 0, + "corresponding_author_ids": [], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 216.8325, + "has_fulltext": false, + "cited_by_count": 49332, + "citation_normalized_percentile": { + "value": 1.0, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "27", + "issue": "02", + "first_page": "27", + "last_page": "0936" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10100", + "display_name": "Metaheuristic Optimization Algorithms Research", + "score": 0.6865000128746033, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10100", + "display_name": "Metaheuristic Optimization Algorithms Research", + "score": 0.6865000128746033, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.64090496301651 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.4825281798839569 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.4684337079524994 + }, + { + "id": "https://openalex.org/keywords/quality-control-and-genetic-algorithms", + "display_name": "Quality control and genetic algorithms", + "score": 0.4515381157398224 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.39135777950286865 + }, + { + "id": "https://openalex.org/keywords/genetic-algorithm", + "display_name": "Genetic algorithm", + "score": 0.37594497203826904 + }, + { + "id": "https://openalex.org/keywords/meta-optimization", + "display_name": "Meta-optimization", + "score": 0.18808576464653015 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.64090496301651 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.4825281798839569 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.4684337079524994 + }, + { + "id": "https://openalex.org/C161164918", + "wikidata": "https://www.wikidata.org/wiki/Q7268775", + "display_name": "Quality control and genetic algorithms", + "level": 4, + "score": 0.4515381157398224 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.39135777950286865 + }, + { + "id": "https://openalex.org/C8880873", + "wikidata": "https://www.wikidata.org/wiki/Q187787", + "display_name": "Genetic algorithm", + "level": 2, + "score": 0.37594497203826904 + }, + { + "id": "https://openalex.org/C4935549", + "wikidata": "https://www.wikidata.org/wiki/Q6822261", + "display_name": "Meta-optimization", + "level": 3, + "score": 0.18808576464653015 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.5860/choice.27-0936", + "is_oa": false, + "landing_page_url": "https://doi.org/10.5860/choice.27-0936", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2764375719", + "display_name": "Choice Reviews Online", + "issn_l": "0009-4978", + "issn": [ + "0009-4978", + "1523-8253", + "1943-5975" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310316146", + "host_organization_name": "Association of College and Research Libraries", + "host_organization_lineage": [ + "https://openalex.org/P4310316146", + "https://openalex.org/P4310315903" + ], + "host_organization_lineage_names": [ + "Association of College and Research Libraries", + "American Library Association" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Choice Reviews Online", + "raw_type": "journal-article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "id": "https://metadata.un.org/sdg/4", + "display_name": "Quality Education", + "score": 0.800000011920929 + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W4224009465", + "https://openalex.org/W2030843598", + "https://openalex.org/W2381755277", + "https://openalex.org/W4360996914", + "https://openalex.org/W2509607449", + "https://openalex.org/W1608872107", + "https://openalex.org/W2786126153", + "https://openalex.org/W2360904702" + ], + "abstract_inverted_index": { + "From": [ + 0 + ], + "the": [ + 1, + 14 + ], + "Publisher:\r\nThis": [ + 2 + ], + "book": [ + 3 + ], + "brings": [ + 4 + ], + "together": [ + 5 + ], + "-": [ + 6, + 13 + ], + "in": [ + 7, + 35 + ], + "an": [ + 8 + ], + "informal": [ + 9 + ], + "and": [ + 10, + 19, + 27, + 45, + 63, + 70 + ], + "tutorial": [ + 11 + ], + "fashion": [ + 12 + ], + "computer": [ + 15, + 52, + 68 + ], + "techniques,": [ + 16 + ], + "mathematical": [ + 17 + ], + "tools,": [ + 18 + ], + "research": [ + 20 + ], + "results": [ + 21 + ], + "that": [ + 22 + ], + "will": [ + 23 + ], + "enable": [ + 24 + ], + "both": [ + 25 + ], + "students": [ + 26 + ], + "practitioners": [ + 28 + ], + "to": [ + 29, + 33 + ], + "apply": [ + 30 + ], + "genetic": [ + 31 + ], + "algorithms": [ + 32, + 47 + ], + "problems": [ + 34 + ], + "many": [ + 36 + ], + "fields.": [ + 37 + ], + "\r\n\r\nMajor": [ + 38 + ], + "concepts": [ + 39 + ], + "are": [ + 40, + 48 + ], + "illustrated": [ + 41, + 49 + ], + "with": [ + 42 + ], + "running": [ + 43 + ], + "examples,": [ + 44 + ], + "major": [ + 46 + ], + "by": [ + 50 + ], + "Pascal": [ + 51 + ], + "programs.": [ + 53 + ], + "No": [ + 54 + ], + "prior": [ + 55 + ], + "knowledge": [ + 56 + ], + "of": [ + 57, + 67 + ], + "GAs": [ + 58 + ], + "or": [ + 59 + ], + "genetics": [ + 60 + ], + "is": [ + 61, + 73 + ], + "assumed,": [ + 62 + ], + "only": [ + 64 + ], + "a": [ + 65 + ], + "minimum": [ + 66 + ], + "programming": [ + 69 + ], + "mathematics": [ + 71 + ], + "background": [ + 72 + ], + "required.": [ + 74 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 6 + }, + { + "year": 2025, + "cited_by_count": 311 + }, + { + "year": 2024, + "cited_by_count": 480 + }, + { + "year": 2023, + "cited_by_count": 736 + }, + { + "year": 2022, + "cited_by_count": 722 + }, + { + "year": 2021, + "cited_by_count": 1091 + }, + { + "year": 2020, + "cited_by_count": 1203 + }, + { + "year": 2019, + "cited_by_count": 1219 + }, + { + "year": 2018, + "cited_by_count": 1396 + }, + { + "year": 2017, + "cited_by_count": 1475 + }, + { + "year": 2016, + "cited_by_count": 1729 + }, + { + "year": 2015, + "cited_by_count": 1774 + }, + { + "year": 2014, + "cited_by_count": 2001 + }, + { + "year": 2013, + "cited_by_count": 2166 + }, + { + "year": 2012, + "cited_by_count": 2360 + } + ], + "updated_date": "2026-05-27T09:02:27.158192", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2125055259", + "doi": null, + "title": "C4.5: Programs for Machine Learning", + "display_name": "C4.5: Programs for Machine Learning", + "relevance_score": 10844.968, + "publication_year": 1992, + "publication_date": "1992-10-15", + "ids": { + "openalex": "https://openalex.org/W2125055259", + "mag": "2125055259" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-028413442", + "is_oa": false, + "landing_page_url": "http://lib.myilibrary.com?id=677844", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "software, multimedia" + }, + "type": "book", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5110271944", + "display_name": "J. R. Quinlan", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I129604602", + "display_name": "University of Sydney", + "ror": "https://ror.org/0384j8v12", + "country_code": "AU", + "type": "education", + "lineage": [ + "https://openalex.org/I129604602" + ] + } + ], + "countries": [ + "AU" + ], + "is_corresponding": true, + "raw_author_name": "J. R. Quinlan", + "raw_affiliation_strings": [ + "Univ. of Sydney, Sydney, NSW, Australia#TAB#" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Univ. of Sydney, Sydney, NSW, Australia#TAB#", + "institution_ids": [ + "https://openalex.org/I129604602" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5110271944" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I129604602" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 37.5253, + "has_fulltext": false, + "cited_by_count": 23696, + "citation_normalized_percentile": { + "value": 0.99811143, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 95, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11975", + "display_name": "Evolutionary Algorithms and Applications", + "score": 0.732699990272522, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11975", + "display_name": "Evolutionary Algorithms and Applications", + "score": 0.732699990272522, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7494493126869202 + }, + { + "id": "https://openalex.org/keywords/unix", + "display_name": "Unix", + "score": 0.7103577852249146 + }, + { + "id": "https://openalex.org/keywords/classifier", + "display_name": "Classifier (UML)", + "score": 0.5452554225921631 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.5430417060852051 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5293187499046326 + }, + { + "id": "https://openalex.org/keywords/source-code", + "display_name": "Source code", + "score": 0.5040985345840454 + }, + { + "id": "https://openalex.org/keywords/workstation", + "display_name": "Workstation", + "score": 0.4916697144508362 + }, + { + "id": "https://openalex.org/keywords/software", + "display_name": "Software", + "score": 0.47135013341903687 + }, + { + "id": "https://openalex.org/keywords/decision-tree", + "display_name": "Decision tree", + "score": 0.4408881366252899 + }, + { + "id": "https://openalex.org/keywords/sample", + "display_name": "Sample (material)", + "score": 0.43640998005867004 + }, + { + "id": "https://openalex.org/keywords/software-engineering", + "display_name": "Software engineering", + "score": 0.3549916744232178 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.34295010566711426 + }, + { + "id": "https://openalex.org/keywords/programming-language", + "display_name": "Programming language", + "score": 0.28907880187034607 + }, + { + "id": "https://openalex.org/keywords/operating-system", + "display_name": "Operating system", + "score": 0.16292878985404968 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7494493126869202 + }, + { + "id": "https://openalex.org/C112968700", + "wikidata": "https://www.wikidata.org/wiki/Q11368", + "display_name": "Unix", + "level": 3, + "score": 0.7103577852249146 + }, + { + "id": "https://openalex.org/C95623464", + "wikidata": "https://www.wikidata.org/wiki/Q1096149", + "display_name": "Classifier (UML)", + "level": 2, + "score": 0.5452554225921631 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.5430417060852051 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5293187499046326 + }, + { + "id": "https://openalex.org/C43126263", + "wikidata": "https://www.wikidata.org/wiki/Q128751", + "display_name": "Source code", + "level": 2, + "score": 0.5040985345840454 + }, + { + "id": "https://openalex.org/C67953723", + "wikidata": "https://www.wikidata.org/wiki/Q192525", + "display_name": "Workstation", + "level": 2, + "score": 0.4916697144508362 + }, + { + "id": "https://openalex.org/C2777904410", + "wikidata": "https://www.wikidata.org/wiki/Q7397", + "display_name": "Software", + "level": 2, + "score": 0.47135013341903687 + }, + { + "id": "https://openalex.org/C84525736", + "wikidata": "https://www.wikidata.org/wiki/Q831366", + "display_name": "Decision tree", + "level": 2, + "score": 0.4408881366252899 + }, + { + "id": "https://openalex.org/C198531522", + "wikidata": "https://www.wikidata.org/wiki/Q485146", + "display_name": "Sample (material)", + "level": 2, + "score": 0.43640998005867004 + }, + { + "id": "https://openalex.org/C115903868", + "wikidata": "https://www.wikidata.org/wiki/Q80993", + "display_name": "Software engineering", + "level": 1, + "score": 0.3549916744232178 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.34295010566711426 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.28907880187034607 + }, + { + "id": "https://openalex.org/C111919701", + "wikidata": "https://www.wikidata.org/wiki/Q9135", + "display_name": "Operating system", + "level": 1, + "score": 0.16292878985404968 + }, + { + "id": "https://openalex.org/C43617362", + "wikidata": "https://www.wikidata.org/wiki/Q170050", + "display_name": "Chromatography", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C185592680", + "wikidata": "https://www.wikidata.org/wiki/Q2329", + "display_name": "Chemistry", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 3, + "locations": [ + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-028413442", + "is_oa": false, + "landing_page_url": "http://lib.myilibrary.com?id=677844", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "software, multimedia" + }, + { + "id": "pmh:oai:cds.cern.ch:2031749", + "is_oa": false, + "landing_page_url": "http://cds.cern.ch/record/2031749", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402195", + "display_name": "CERN Document Server (European Organization for Nuclear Research)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I67311998", + "host_organization_name": "European Organization for Nuclear Research", + "host_organization_lineage": [ + "https://openalex.org/I67311998" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + }, + { + "id": "mag:2125055259", + "is_oa": false, + "landing_page_url": "https://cds.cern.ch/record/2031749", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "id": "https://metadata.un.org/sdg/10", + "display_name": "Reduced inequalities", + "score": 0.49000000953674316 + }, + { + "id": "https://metadata.un.org/sdg/16", + "display_name": "Peace, Justice and strong institutions", + "score": 0.4300000071525574 + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [ + "https://openalex.org/W3120740533", + "https://openalex.org/W3085162807", + "https://openalex.org/W2966207845", + "https://openalex.org/W2912934387", + "https://openalex.org/W2911964244", + "https://openalex.org/W2156909104", + "https://openalex.org/W2149706766", + "https://openalex.org/W2147169507", + "https://openalex.org/W2140190241", + "https://openalex.org/W2136000097", + "https://openalex.org/W2133990480", + "https://openalex.org/W2123504579", + "https://openalex.org/W2119821739", + "https://openalex.org/W2112076978", + "https://openalex.org/W2084812512", + "https://openalex.org/W1988790447", + "https://openalex.org/W1912123407", + "https://openalex.org/W1670263352", + "https://openalex.org/W1570448133", + "https://openalex.org/W1504694836" + ], + "abstract_inverted_index": { + "Classifier": [ + 0 + ], + "systems": [ + 1 + ], + "play": [ + 2 + ], + "a": [ + 3, + 38, + 55 + ], + "major": [ + 4 + ], + "role": [ + 5 + ], + "in": [ + 6, + 47 + ], + "machine": [ + 7 + ], + "learning": [ + 8 + ], + "and": [ + 9, + 12, + 18, + 69, + 75 + ], + "knowledge-based": [ + 10 + ], + "systems,": [ + 11 + ], + "Ross": [ + 13 + ], + "Quinlan's": [ + 14 + ], + "work": [ + 15 + ], + "on": [ + 16 + ], + "ID3": [ + 17 + ], + "C4.5": [ + 19, + 43, + 85 + ], + "is": [ + 20, + 37 + ], + "widely": [ + 21 + ], + "acknowledged": [ + 22 + ], + "to": [ + 23, + 32, + 41, + 58, + 93 + ], + "have": [ + 24 + ], + "made": [ + 25 + ], + "some": [ + 26 + ], + "of": [ + 27, + 90 + ], + "the": [ + 28, + 42, + 50, + 59, + 63 + ], + "most": [ + 29 + ], + "significant": [ + 30 + ], + "contributions": [ + 31 + ], + "their": [ + 33 + ], + "development.": [ + 34 + ], + "This": [ + 35 + ], + "book": [ + 36 + ], + "complete": [ + 39 + ], + "guide": [ + 40, + 57 + ], + "system": [ + 44 + ], + "as": [ + 45 + ], + "implemented": [ + 46 + ], + "C": [ + 48 + ], + "for": [ + 49, + 81 + ], + "UNIX": [ + 51 + ], + "environment.": [ + 52 + ], + "It": [ + 53 + ], + "contains": [ + 54 + ], + "comprehensive": [ + 56 + ], + "system's": [ + 60 + ], + "use": [ + 61 + ], + ",": [ + 62 + ], + "source": [ + 64, + 73 + ], + "code": [ + 65, + 74 + ], + "(about": [ + 66 + ], + "8,800": [ + 67 + ], + "lines),": [ + 68 + ], + "implementation": [ + 70 + ], + "notes.": [ + 71 + ], + "The": [ + 72, + 96 + ], + "sample": [ + 76 + ], + "datasets": [ + 77 + ], + "are": [ + 78 + ], + "also": [ + 79 + ], + "available": [ + 80 + ], + "download": [ + 82 + ], + "(see": [ + 83 + ], + "below).": [ + 84 + ], + "starts": [ + 86 + ], + "with": [ + 87 + ], + "large": [ + 88 + ], + "sets": [ + 89 + ], + "cases": [ + 91 + ], + "belonging": [ + 92 + ], + "known": [ + 94 + ], + "classes.": [ + 95 + ], + "cases,": [ + 97 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 1 + }, + { + "year": 2025, + "cited_by_count": 119 + }, + { + "year": 2024, + "cited_by_count": 234 + }, + { + "year": 2023, + "cited_by_count": 397 + }, + { + "year": 2022, + "cited_by_count": 454 + }, + { + "year": 2021, + "cited_by_count": 798 + }, + { + "year": 2020, + "cited_by_count": 893 + }, + { + "year": 2019, + "cited_by_count": 970 + }, + { + "year": 2018, + "cited_by_count": 978 + }, + { + "year": 2017, + "cited_by_count": 1004 + }, + { + "year": 2016, + "cited_by_count": 1088 + }, + { + "year": 2015, + "cited_by_count": 1179 + }, + { + "year": 2014, + "cited_by_count": 1226 + }, + { + "year": 2013, + "cited_by_count": 1265 + }, + { + "year": 2012, + "cited_by_count": 1268 + } + ], + "updated_date": "2026-05-28T09:10:13.091523", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W1570448133", + "doi": "https://doi.org/10.1016/c2009-0-19715-5", + "title": "Data Mining: Practical Machine Learning Tools and Techniques", + "display_name": "Data Mining: Practical Machine Learning Tools and Techniques", + "relevance_score": 9974.977, + "publication_year": 2011, + "publication_date": "2011-01-01", + "ids": { + "openalex": "https://openalex.org/W1570448133", + "doi": "https://doi.org/10.1016/c2009-0-19715-5", + "mag": "1570448133" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1016/c2009-0-19715-5", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1016/c2009-0-19715-5", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306463230", + "display_name": "Elsevier eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/P4310320990", + "host_organization_name": "Elsevier BV", + "host_organization_lineage": [ + "https://openalex.org/P4310320990" + ], + "host_organization_lineage_names": [ + "Elsevier BV" + ], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "edited-book" + }, + "type": "book", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "gold", + "oa_url": "http://www.gbv.de/dms/bowker/toc/9780123748560.pdf", + "any_repository_has_fulltext": null + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5045934263", + "display_name": "Ian H. Witten", + "orcid": "https://orcid.org/0000-0001-6428-8988" + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "Witten, Ian H. 1947-", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5059992863", + "display_name": "Eibe Frank", + "orcid": "https://orcid.org/0000-0001-6152-7111" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Frank, Eibe", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5065290010", + "display_name": "Mark A. Hall", + "orcid": "https://orcid.org/0000-0001-6277-144X" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Hall, Mark A.", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5045934263" + ], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 777.8895, + "has_fulltext": false, + "cited_by_count": 25711, + "citation_normalized_percentile": { + "value": 1.0, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10538", + "display_name": "Data Mining Algorithms and Applications", + "score": 0.9994000196456909, + "subfield": { + "id": "https://openalex.org/subfields/1710", + "display_name": "Information Systems" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10538", + "display_name": "Data Mining Algorithms and Applications", + "score": 0.9994000196456909, + "subfield": { + "id": "https://openalex.org/subfields/1710", + "display_name": "Information Systems" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.994700014591217, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11269", + "display_name": "Algorithms and Data Compression", + "score": 0.9937000274658203, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6216986179351807 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.40141761302948 + }, + { + "id": "https://openalex.org/keywords/data-science", + "display_name": "Data science", + "score": 0.381103515625 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.3717349171638489 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.3705868124961853 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6216986179351807 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.40141761302948 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.381103515625 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.3717349171638489 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.3705868124961853 + } + ], + "mesh": [], + "locations_count": 4, + "locations": [ + { + "id": "doi:10.1016/c2009-0-19715-5", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1016/c2009-0-19715-5", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306463230", + "display_name": "Elsevier eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/P4310320990", + "host_organization_name": "Elsevier BV", + "host_organization_lineage": [ + "https://openalex.org/P4310320990" + ], + "host_organization_lineage_names": [ + "Elsevier BV" + ], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "edited-book" + }, + { + "id": "pmh:KOHA-OAI-BM:91035", + "is_oa": true, + "landing_page_url": null, + "pdf_url": "http://www.gbv.de/dms/bowker/toc/9780123748560.pdf", + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "pmh:KOHA-OAI-BM:44641", + "is_oa": false, + "landing_page_url": "http://www.loc.gov/catdir/enhancements/fy0624/2005043385-t.html", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-027751250", + "is_oa": false, + "landing_page_url": "http://www.sciencedirect.com/science/book/9780123748560", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "software, multimedia" + } + ], + "best_oa_location": { + "id": "pmh:KOHA-OAI-BM:91035", + "is_oa": true, + "landing_page_url": null, + "pdf_url": "http://www.gbv.de/dms/bowker/toc/9780123748560.pdf", + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "sustainable_development_goals": [ + { + "id": "https://metadata.un.org/sdg/9", + "display_name": "Industry, innovation and infrastructure", + "score": 0.47999998927116394 + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": true, + "grobid_xml": false + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W1570448133.pdf" + }, + "referenced_works_count": 203, + "referenced_works": [ + "https://openalex.org/W23418094", + "https://openalex.org/W24402856", + "https://openalex.org/W28412257", + "https://openalex.org/W43179442", + "https://openalex.org/W64096637", + "https://openalex.org/W66926763", + "https://openalex.org/W69783631", + "https://openalex.org/W122789262", + "https://openalex.org/W123339444", + "https://openalex.org/W138217685", + "https://openalex.org/W149472151", + "https://openalex.org/W173229765", + "https://openalex.org/W187357405", + "https://openalex.org/W586094522", + "https://openalex.org/W589058777", + "https://openalex.org/W1483135265", + "https://openalex.org/W1483679765", + "https://openalex.org/W1492324553", + "https://openalex.org/W1492698999", + "https://openalex.org/W1495859460", + "https://openalex.org/W1500698297", + "https://openalex.org/W1506285740", + "https://openalex.org/W1513366687", + "https://openalex.org/W1516443426", + "https://openalex.org/W1520687314", + "https://openalex.org/W1523856491", + "https://openalex.org/W1524704912", + "https://openalex.org/W1528113134", + "https://openalex.org/W1530010412", + "https://openalex.org/W1533544838", + "https://openalex.org/W1533946607", + "https://openalex.org/W1536719366", + "https://openalex.org/W1550206324", + "https://openalex.org/W1550821944", + "https://openalex.org/W1551066950", + "https://openalex.org/W1553019137", + "https://openalex.org/W1553313034", + "https://openalex.org/W1554663460", + "https://openalex.org/W1555244713", + "https://openalex.org/W1559060276", + "https://openalex.org/W1560107318", + "https://openalex.org/W1563088657", + "https://openalex.org/W1564947197", + "https://openalex.org/W1571836963", + "https://openalex.org/W1572964175", + "https://openalex.org/W1572978214", + "https://openalex.org/W1573228426", + "https://openalex.org/W1576962511", + "https://openalex.org/W1582036668", + "https://openalex.org/W1583700199", + "https://openalex.org/W1584333058", + "https://openalex.org/W1585221258", + "https://openalex.org/W1585610988", + "https://openalex.org/W1585743408", + "https://openalex.org/W1588100052", + "https://openalex.org/W1588282782", + "https://openalex.org/W1597165973", + "https://openalex.org/W1598333443", + "https://openalex.org/W1598696986", + "https://openalex.org/W1600437712", + "https://openalex.org/W1601529450", + "https://openalex.org/W1604345466", + "https://openalex.org/W1605275907", + "https://openalex.org/W1605688901", + "https://openalex.org/W1605957858", + "https://openalex.org/W1619226191", + "https://openalex.org/W1625504505", + "https://openalex.org/W1630964756", + "https://openalex.org/W1641039719", + "https://openalex.org/W1648885110", + "https://openalex.org/W1670263352", + "https://openalex.org/W1673310716", + "https://openalex.org/W1676820704", + "https://openalex.org/W1678889691", + "https://openalex.org/W1679846099", + "https://openalex.org/W1680392829", + "https://openalex.org/W1763728792", + "https://openalex.org/W1781794689", + "https://openalex.org/W1800049145", + "https://openalex.org/W1806329564", + "https://openalex.org/W1817561967", + "https://openalex.org/W1833977909", + "https://openalex.org/W1861764418", + "https://openalex.org/W1881647329", + "https://openalex.org/W1882120692", + "https://openalex.org/W1906182963", + "https://openalex.org/W1907578970", + "https://openalex.org/W1908888846", + "https://openalex.org/W1912123407", + "https://openalex.org/W1932571505", + "https://openalex.org/W1955600018", + "https://openalex.org/W1969482724", + "https://openalex.org/W1978515644", + "https://openalex.org/W1979711143", + "https://openalex.org/W1982161962", + "https://openalex.org/W1985593448", + "https://openalex.org/W1987947967", + "https://openalex.org/W1990748933", + "https://openalex.org/W1995945562", + "https://openalex.org/W2001619934", + "https://openalex.org/W2008906462", + "https://openalex.org/W2014725748", + "https://openalex.org/W2015401436", + "https://openalex.org/W2017337590", + "https://openalex.org/W2019575783", + "https://openalex.org/W2024046085", + "https://openalex.org/W2024646871", + "https://openalex.org/W2024668293", + "https://openalex.org/W2035890032", + "https://openalex.org/W2037603696", + "https://openalex.org/W2037768235", + "https://openalex.org/W2037965136", + "https://openalex.org/W2042385018", + "https://openalex.org/W2048679005", + "https://openalex.org/W2053154970", + "https://openalex.org/W2057720927", + "https://openalex.org/W2058732827", + "https://openalex.org/W2064853889", + "https://openalex.org/W2065861851", + "https://openalex.org/W2066636486", + "https://openalex.org/W2067098334", + "https://openalex.org/W2068337856", + "https://openalex.org/W2073308541", + "https://openalex.org/W2073583237", + "https://openalex.org/W2074610805", + "https://openalex.org/W2075665712", + "https://openalex.org/W2078579128", + "https://openalex.org/W2095749253", + "https://openalex.org/W2095897464", + "https://openalex.org/W2097089247", + "https://openalex.org/W2097569937", + "https://openalex.org/W2100406636", + "https://openalex.org/W2102009083", + "https://openalex.org/W2105494575", + "https://openalex.org/W2105497548", + "https://openalex.org/W2106393550", + "https://openalex.org/W2108949035", + "https://openalex.org/W2110119381", + "https://openalex.org/W2111746072", + "https://openalex.org/W2112076978", + "https://openalex.org/W2112841646", + "https://openalex.org/W2113242816", + "https://openalex.org/W2117812871", + "https://openalex.org/W2118020653", + "https://openalex.org/W2118383892", + "https://openalex.org/W2119821739", + "https://openalex.org/W2119885577", + "https://openalex.org/W2120216197", + "https://openalex.org/W2122111042", + "https://openalex.org/W2122410182", + "https://openalex.org/W2129113961", + "https://openalex.org/W2129249398", + "https://openalex.org/W2132166479", + "https://openalex.org/W2133632100", + "https://openalex.org/W2134696506", + "https://openalex.org/W2138064700", + "https://openalex.org/W2138621811", + "https://openalex.org/W2139059214", + "https://openalex.org/W2140190241", + "https://openalex.org/W2142767931", + "https://openalex.org/W2142819948", + "https://openalex.org/W2142957916", + "https://openalex.org/W2143349571", + "https://openalex.org/W2143426320", + "https://openalex.org/W2144907232", + "https://openalex.org/W2146257637", + "https://openalex.org/W2147492008", + "https://openalex.org/W2147810216", + "https://openalex.org/W2148949939", + "https://openalex.org/W2149706766", + "https://openalex.org/W2153028052", + "https://openalex.org/W2154318594", + "https://openalex.org/W2154642793", + "https://openalex.org/W2156909104", + "https://openalex.org/W2160642098", + "https://openalex.org/W2161077873", + "https://openalex.org/W2163915185", + "https://openalex.org/W2164818318", + "https://openalex.org/W2166559705", + "https://openalex.org/W2167793421", + "https://openalex.org/W2170112109", + "https://openalex.org/W2170654002", + "https://openalex.org/W2170726034", + "https://openalex.org/W2170913656", + "https://openalex.org/W2172162418", + "https://openalex.org/W2172780573", + "https://openalex.org/W2277957941", + "https://openalex.org/W2331052961", + "https://openalex.org/W2621280964", + "https://openalex.org/W2912934387", + "https://openalex.org/W2913066018", + "https://openalex.org/W2914369697", + "https://openalex.org/W2953014340", + "https://openalex.org/W2988864014", + "https://openalex.org/W3017143921", + "https://openalex.org/W3023540311", + "https://openalex.org/W3083113686", + "https://openalex.org/W3085162807", + "https://openalex.org/W3123294050", + "https://openalex.org/W3163638146", + "https://openalex.org/W3193477162", + "https://openalex.org/W3203633735", + "https://openalex.org/W3208887124" + ], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W3046775127", + "https://openalex.org/W3107602296", + "https://openalex.org/W3170094116", + "https://openalex.org/W4386462264", + "https://openalex.org/W4313488044", + "https://openalex.org/W3209574120", + "https://openalex.org/W4312192474", + "https://openalex.org/W4210805261" + ], + "abstract_inverted_index": { + "As": [ + 0 + ], + "with": [ + 1 + ], + "any": [ + 2 + ], + "burgeoning": [ + 3 + ], + "technology": [ + 4 + ], + "that": [ + 5, + 27, + 61, + 89, + 108 + ], + "enjoys": [ + 6 + ], + "commercial": [ + 7 + ], + "attention,": [ + 8 + ], + "the": [ + 9, + 86, + 94, + 98, + 106, + 120, + 125 + ], + "use": [ + 10 + ], + "of": [ + 11, + 20, + 25, + 37, + 58, + 85 + ], + "data": [ + 12 + ], + "mining": [ + 13 + ], + "is": [ + 14, + 41, + 54, + 81 + ], + "surrounded": [ + 15 + ], + "by": [ + 16, + 31 + ], + "a": [ + 17, + 82, + 150 + ], + "great": [ + 18 + ], + "deal": [ + 19 + ], + "hype.": [ + 21 + ], + "Exaggerated": [ + 22 + ], + "reports": [ + 23 + ], + "tell": [ + 24 + ], + "secrets": [ + 26 + ], + "can": [ + 28, + 62 + ], + "be": [ + 29 + ], + "uncovered": [ + 30 + ], + "setting": [ + 32 + ], + "algorithms": [ + 33 + ], + "loose": [ + 34 + ], + "on": [ + 35, + 147, + 153 + ], + "oceans": [ + 36 + ], + "data.": [ + 38, + 68 + ], + "But": [ + 39 + ], + "there": [ + 40, + 53 + ], + "no": [ + 42, + 47, + 50 + ], + "magic": [ + 43 + ], + "in": [ + 44, + 91 + ], + "machine": [ + 45, + 136 + ], + "learning,": [ + 46 + ], + "hidden": [ + 48 + ], + "power,": [ + 49 + ], + "alchemy.": [ + 51 + ], + "Instead": [ + 52 + ], + "an": [ + 55, + 133, + 142 + ], + "identifiable": [ + 56 + ], + "body": [ + 57 + ], + "practical": [ + 59 + ], + "techniques": [ + 60, + 73 + ], + "extract": [ + 63 + ], + "useful": [ + 64 + ], + "information": [ + 65, + 146 + ], + "from": [ + 66 + ], + "raw": [ + 67 + ], + "This": [ + 69 + ], + "book": [ + 70, + 80 + ], + "describes": [ + 71 + ], + "these": [ + 72 + ], + "and": [ + 74, + 115 + ], + "shows": [ + 75 + ], + "how": [ + 76 + ], + "they": [ + 77 + ], + "work.": [ + 78 + ], + "The": [ + 79, + 122 + ], + "major": [ + 83 + ], + "revision": [ + 84 + ], + "first": [ + 87 + ], + "edition": [ + 88, + 127 + ], + "appeared": [ + 90 + ], + "1999.": [ + 92 + ], + "While": [ + 93 + ], + "basic": [ + 95 + ], + "core": [ + 96 + ], + "remains": [ + 97 + ], + "same,": [ + 99 + ], + "it": [ + 100 + ], + "has": [ + 101, + 117 + ], + "been": [ + 102 + ], + "updated": [ + 103 + ], + "to": [ + 104 + ], + "reflect": [ + 105 + ], + "changes": [ + 107 + ], + "have": [ + 109 + ], + "taken": [ + 110 + ], + "place": [ + 111 + ], + "over": [ + 112 + ], + "five": [ + 113 + ], + "years,": [ + 114 + ], + "now": [ + 116, + 140 + ], + "nearly": [ + 118 + ], + "double": [ + 119 + ], + "references.": [ + 121 + ], + "highlights": [ + 123 + ], + "for": [ + 124 + ], + "new": [ + 126, + 130, + 151 + ], + "include": [ + 128 + ], + "thirty": [ + 129 + ], + "technique": [ + 131 + ], + "sections;": [ + 132 + ], + "enhanced": [ + 134 + ], + "Weka": [ + 135 + ], + "learning": [ + 137 + ], + "workbench,": [ + 138 + ], + "which": [ + 139 + ], + "features": [ + 141 + ], + "interactive": [ + 143 + ], + "interface;": [ + 144 + ], + "comprehensive": [ + 145 + ], + "neural": [ + 148 + ], + "networks;": [ + 149, + 155 + ], + "section": [ + 152 + ], + "Bayesian": [ + 154 + ], + "plus": [ + 156 + ], + "much": [ + 157 + ], + "more.": [ + 158 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 5 + }, + { + "year": 2025, + "cited_by_count": 237 + }, + { + "year": 2024, + "cited_by_count": 449 + }, + { + "year": 2023, + "cited_by_count": 684 + }, + { + "year": 2022, + "cited_by_count": 774 + }, + { + "year": 2021, + "cited_by_count": 1127 + }, + { + "year": 2020, + "cited_by_count": 1434 + }, + { + "year": 2019, + "cited_by_count": 1625 + }, + { + "year": 2018, + "cited_by_count": 1646 + }, + { + "year": 2017, + "cited_by_count": 1443 + }, + { + "year": 2016, + "cited_by_count": 1255 + }, + { + "year": 2015, + "cited_by_count": 1510 + }, + { + "year": 2014, + "cited_by_count": 1529 + }, + { + "year": 2013, + "cited_by_count": 1672 + }, + { + "year": 2012, + "cited_by_count": 1557 + } + ], + "updated_date": "2026-05-22T09:01:20.584952", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W1663973292", + "doi": "https://doi.org/10.1117/1.2819119", + "title": "Pattern Recognition and Machine Learning", + "display_name": "Pattern Recognition and Machine Learning", + "relevance_score": 9308.29, + "publication_year": 2007, + "publication_date": "2007-01-01", + "ids": { + "openalex": "https://openalex.org/W1663973292", + "doi": "https://doi.org/10.1117/1.2819119", + "mag": "1663973292" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1117/1.2819119", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1117/1.2819119", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S158511090", + "display_name": "Journal of Electronic Imaging", + "issn_l": "1017-9909", + "issn": [ + "1017-9909", + "1560-229X" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315543", + "host_organization_name": "SPIE", + "host_organization_lineage": [ + "https://openalex.org/P4310315543" + ], + "host_organization_lineage_names": [ + "SPIE" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Journal of Electronic Imaging", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": null, + "display_name": "Nasser M. Nasrabadi", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I12097938", + "display_name": "West Virginia University", + "ror": "https://ror.org/011vxgd24", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I12097938" + ] + }, + { + "id": "https://openalex.org/I4210164937", + "display_name": "Microsoft Research (United Kingdom)", + "ror": "https://ror.org/05k87vq12", + "country_code": "GB", + "type": "company", + "lineage": [ + "https://openalex.org/I1290206253", + "https://openalex.org/I4210164937" + ] + } + ], + "countries": [ + "GB", + "US" + ], + "is_corresponding": true, + "raw_author_name": "Nasser M. Nasrabadi", + "raw_affiliation_strings": [ + "West Virginia Univ. (United States)", + "Microsoft" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "West Virginia Univ. (United States)", + "institution_ids": [ + "https://openalex.org/I12097938" + ] + }, + { + "raw_affiliation_string": "Microsoft", + "institution_ids": [ + "https://openalex.org/I4210164937" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 1, + "corresponding_author_ids": [], + "corresponding_institution_ids": [ + "https://openalex.org/I12097938", + "https://openalex.org/I4210164937" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 798.0702, + "has_fulltext": false, + "cited_by_count": 22082, + "citation_normalized_percentile": { + "value": 1.0, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "16", + "issue": "4", + "first_page": "049901", + "last_page": "049901" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10136", + "display_name": "Statistical Methods and Inference", + "score": 0.9984999895095825, + "subfield": { + "id": "https://openalex.org/subfields/2613", + "display_name": "Statistics and Probability" + }, + "field": { + "id": "https://openalex.org/fields/26", + "display_name": "Mathematics" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10136", + "display_name": "Statistical Methods and Inference", + "score": 0.9984999895095825, + "subfield": { + "id": "https://openalex.org/subfields/2613", + "display_name": "Statistics and Probability" + }, + "field": { + "id": "https://openalex.org/fields/26", + "display_name": "Mathematics" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10688", + "display_name": "Image and Signal Denoising Methods", + "score": 0.9861999750137329, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10770", + "display_name": "Soil Geostatistics and Mapping", + "score": 0.9860000014305115, + "subfield": { + "id": "https://openalex.org/subfields/2305", + "display_name": "Environmental Engineering" + }, + "field": { + "id": "https://openalex.org/fields/23", + "display_name": "Environmental Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.5992881655693054 + }, + { + "id": "https://openalex.org/keywords/imaging-science", + "display_name": "Imaging science", + "score": 0.5219192504882812 + }, + { + "id": "https://openalex.org/keywords/cover", + "display_name": "Cover (algebra)", + "score": 0.45677652955055237 + }, + { + "id": "https://openalex.org/keywords/data-science", + "display_name": "Data science", + "score": 0.4510306119918823 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.41892093420028687 + }, + { + "id": "https://openalex.org/keywords/engineering", + "display_name": "Engineering", + "score": 0.15935367345809937 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.5992881655693054 + }, + { + "id": "https://openalex.org/C57177791", + "wikidata": "https://www.wikidata.org/wiki/Q1038886", + "display_name": "Imaging science", + "level": 2, + "score": 0.5219192504882812 + }, + { + "id": "https://openalex.org/C2780428219", + "wikidata": "https://www.wikidata.org/wiki/Q16952335", + "display_name": "Cover (algebra)", + "level": 2, + "score": 0.45677652955055237 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.4510306119918823 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.41892093420028687 + }, + { + "id": "https://openalex.org/C127413603", + "wikidata": "https://www.wikidata.org/wiki/Q11023", + "display_name": "Engineering", + "level": 0, + "score": 0.15935367345809937 + }, + { + "id": "https://openalex.org/C78519656", + "wikidata": "https://www.wikidata.org/wiki/Q101333", + "display_name": "Mechanical engineering", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1117/1.2819119", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1117/1.2819119", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S158511090", + "display_name": "Journal of Electronic Imaging", + "issn_l": "1017-9909", + "issn": [ + "1017-9909", + "1560-229X" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315543", + "host_organization_name": "SPIE", + "host_organization_lineage": [ + "https://openalex.org/P4310315543" + ], + "host_organization_lineage_names": [ + "SPIE" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Journal of Electronic Imaging", + "raw_type": "journal-article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 6, + "referenced_works": [ + "https://openalex.org/W1480376833", + "https://openalex.org/W1496317909", + "https://openalex.org/W2117812871", + "https://openalex.org/W3215037115", + "https://openalex.org/W4232383088", + "https://openalex.org/W4292691288" + ], + "related_works": [ + "https://openalex.org/W2748952813", + "https://openalex.org/W2390279801", + "https://openalex.org/W2358668433", + "https://openalex.org/W623607250", + "https://openalex.org/W2376932109", + "https://openalex.org/W2001405890", + "https://openalex.org/W4245429118", + "https://openalex.org/W2382290278", + "https://openalex.org/W4245505501", + "https://openalex.org/W2350741829" + ], + "abstract_inverted_index": { + "The": [ + 0 + ], + "Journal": [ + 1 + ], + "of": [ + 2, + 27 + ], + "Electronic": [ + 3 + ], + "Imaging": [ + 4 + ], + "(JEI),": [ + 5 + ], + "copublished": [ + 6 + ], + "bimonthly": [ + 7 + ], + "with": [ + 8 + ], + "the": [ + 9 + ], + "Society": [ + 10 + ], + "for": [ + 11 + ], + "Imaging": [ + 12 + ], + "Science": [ + 13 + ], + "and": [ + 14, + 22, + 31 + ], + "Technology,": [ + 15 + ], + "publishes": [ + 16 + ], + "peer-reviewed": [ + 17 + ], + "papers": [ + 18 + ], + "that": [ + 19 + ], + "cover": [ + 20 + ], + "research": [ + 21 + ], + "applications": [ + 23 + ], + "in": [ + 24 + ], + "all": [ + 25 + ], + "areas": [ + 26 + ], + "electronic": [ + 28 + ], + "imaging": [ + 29 + ], + "science": [ + 30 + ], + "technology.": [ + 32 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 22 + }, + { + "year": 2025, + "cited_by_count": 52 + }, + { + "year": 2024, + "cited_by_count": 85 + }, + { + "year": 2023, + "cited_by_count": 106 + }, + { + "year": 2022, + "cited_by_count": 170 + }, + { + "year": 2021, + "cited_by_count": 2005 + }, + { + "year": 2020, + "cited_by_count": 2386 + }, + { + "year": 2019, + "cited_by_count": 1999 + }, + { + "year": 2018, + "cited_by_count": 1718 + }, + { + "year": 2017, + "cited_by_count": 1316 + }, + { + "year": 2016, + "cited_by_count": 1444 + }, + { + "year": 2015, + "cited_by_count": 1951 + }, + { + "year": 2014, + "cited_by_count": 1736 + }, + { + "year": 2013, + "cited_by_count": 1461 + }, + { + "year": 2012, + "cited_by_count": 1440 + } + ], + "updated_date": "2026-05-24T08:33:08.758527", + "created_date": "2016-06-24T00:00:00" + }, + { + "id": "https://openalex.org/W1639032689", + "doi": null, + "title": "Genetic Algorithms in Search, Optimization and Machine Learning", + "display_name": "Genetic Algorithms in Search, Optimization and Machine Learning", + "relevance_score": 8475.392, + "publication_year": 1988, + "publication_date": "1988-01-01", + "ids": { + "openalex": "https://openalex.org/W1639032689", + "mag": "1639032689" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:KnabeLibrary:353", + "is_oa": false, + "landing_page_url": "http://panmental.de/library/index.php?bibtex|353", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + }, + "type": "book", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5110057218", + "display_name": "David E. Goldberg", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "David E. Goldberg", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5110057218" + ], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 26.7962, + "has_fulltext": false, + "cited_by_count": 17771, + "citation_normalized_percentile": { + "value": 0.99576372, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10100", + "display_name": "Metaheuristic Optimization Algorithms Research", + "score": 0.6876999735832214, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10100", + "display_name": "Metaheuristic Optimization Algorithms Research", + "score": 0.6876999735832214, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/pascal", + "display_name": "Pascal (unit)", + "score": 0.8266515135765076 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6943583488464355 + }, + { + "id": "https://openalex.org/keywords/genetic-programming", + "display_name": "Genetic programming", + "score": 0.6225850582122803 + }, + { + "id": "https://openalex.org/keywords/genetic-algorithm", + "display_name": "Genetic algorithm", + "score": 0.4758467376232147 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.4586948752403259 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.43886905908584595 + }, + { + "id": "https://openalex.org/keywords/quality-control-and-genetic-algorithms", + "display_name": "Quality control and genetic algorithms", + "score": 0.43597400188446045 + }, + { + "id": "https://openalex.org/keywords/theoretical-computer-science", + "display_name": "Theoretical computer science", + "score": 0.3935277462005615 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.3595549464225769 + }, + { + "id": "https://openalex.org/keywords/programming-language", + "display_name": "Programming language", + "score": 0.20000383257865906 + }, + { + "id": "https://openalex.org/keywords/meta-optimization", + "display_name": "Meta-optimization", + "score": 0.1979789137840271 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C75608658", + "wikidata": "https://www.wikidata.org/wiki/Q44395", + "display_name": "Pascal (unit)", + "level": 2, + "score": 0.8266515135765076 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6943583488464355 + }, + { + "id": "https://openalex.org/C110332635", + "wikidata": "https://www.wikidata.org/wiki/Q629498", + "display_name": "Genetic programming", + "level": 2, + "score": 0.6225850582122803 + }, + { + "id": "https://openalex.org/C8880873", + "wikidata": "https://www.wikidata.org/wiki/Q187787", + "display_name": "Genetic algorithm", + "level": 2, + "score": 0.4758467376232147 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.4586948752403259 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.43886905908584595 + }, + { + "id": "https://openalex.org/C161164918", + "wikidata": "https://www.wikidata.org/wiki/Q7268775", + "display_name": "Quality control and genetic algorithms", + "level": 4, + "score": 0.43597400188446045 + }, + { + "id": "https://openalex.org/C80444323", + "wikidata": "https://www.wikidata.org/wiki/Q2878974", + "display_name": "Theoretical computer science", + "level": 1, + "score": 0.3935277462005615 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.3595549464225769 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.20000383257865906 + }, + { + "id": "https://openalex.org/C4935549", + "wikidata": "https://www.wikidata.org/wiki/Q6822261", + "display_name": "Meta-optimization", + "level": 3, + "score": 0.1979789137840271 + } + ], + "mesh": [], + "locations_count": 5, + "locations": [ + { + "id": "pmh:oai:KnabeLibrary:353", + "is_oa": false, + "landing_page_url": "http://panmental.de/library/index.php?bibtex|353", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-001455853", + "is_oa": false, + "landing_page_url": null, + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:cds.cern.ch:206079", + "is_oa": false, + "landing_page_url": "http://cds.cern.ch/record/206079", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402195", + "display_name": "CERN Document Server (European Organization for Nuclear Research)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I67311998", + "host_organization_name": "European Organization for Nuclear Research", + "host_organization_lineage": [ + "https://openalex.org/I67311998" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + }, + { + "id": "pmh:oai:cumincad.architexturez.net:8807", + "is_oa": false, + "landing_page_url": "http://cumincad.architexturez.net//doc/oai-cumincadworks-id-a4ce", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + }, + { + "id": "mag:2996648926", + "is_oa": false, + "landing_page_url": "http://papers.cumincad.org/cgi-bin/works/Show?a4ce", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "id": "https://metadata.un.org/sdg/4", + "display_name": "Quality Education", + "score": 0.800000011920929 + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [ + "https://openalex.org/W3149025087", + "https://openalex.org/W2904250082", + "https://openalex.org/W2339500526", + "https://openalex.org/W2261054240", + "https://openalex.org/W2166843422", + "https://openalex.org/W2152195021", + "https://openalex.org/W2152150600", + "https://openalex.org/W2142183404", + "https://openalex.org/W2126105956", + "https://openalex.org/W2116661285", + "https://openalex.org/W2097571405", + "https://openalex.org/W2096590200", + "https://openalex.org/W2024060531", + "https://openalex.org/W2011039300", + "https://openalex.org/W1659842140", + "https://openalex.org/W1595498733", + "https://openalex.org/W1595159159", + "https://openalex.org/W1576818901", + "https://openalex.org/W1544329015", + "https://openalex.org/W1497256448" + ], + "abstract_inverted_index": { + "David": [ + 0 + ], + "Goldberg's": [ + 1 + ], + "Genetic": [ + 2 + ], + "Algorithms": [ + 3 + ], + "in": [ + 4, + 26, + 69, + 85 + ], + "Search,": [ + 5 + ], + "Optimization": [ + 6 + ], + "and": [ + 7, + 38, + 93, + 111 + ], + "Machine": [ + 8 + ], + "Learning": [ + 9 + ], + "is": [ + 10, + 20, + 39 + ], + "by": [ + 11 + ], + "far": [ + 12 + ], + "the": [ + 13, + 23, + 27, + 45, + 54, + 82, + 86 + ], + "bestselling": [ + 14 + ], + "introduction": [ + 15 + ], + "to": [ + 16, + 106, + 115 + ], + "genetic": [ + 17, + 36, + 48, + 67, + 109, + 113 + ], + "algorithms.": [ + 18 + ], + "Goldberg": [ + 19 + ], + "one": [ + 21 + ], + "of": [ + 22, + 42, + 47, + 53, + 64, + 81 + ], + "preeminent": [ + 24 + ], + "researchers": [ + 25 + ], + "field--he": [ + 28 + ], + "has": [ + 29 + ], + "published": [ + 30 + ], + "over": [ + 31 + ], + "100": [ + 32 + ], + "research": [ + 33 + ], + "articles": [ + 34 + ], + "on": [ + 35 + ], + "algorithms": [ + 37, + 114 + ], + "a": [ + 40, + 61, + 65, + 97, + 100, + 108, + 116 + ], + "student": [ + 41 + ], + "John": [ + 43 + ], + "Holland,": [ + 44 + ], + "father": [ + 46 + ], + "algorithms--and": [ + 49 + ], + "his": [ + 50 + ], + "deep": [ + 51 + ], + "understanding": [ + 52 + ], + "material": [ + 55 + ], + "shines": [ + 56 + ], + "through.": [ + 57 + ], + "The": [ + 58, + 77 + ], + "book": [ + 59, + 78 + ], + "contains": [ + 60 + ], + "complete": [ + 62 + ], + "listing": [ + 63 + ], + "simple": [ + 66 + ], + "algorithm": [ + 68, + 110 + ], + "Pascal,": [ + 70 + ], + "which": [ + 71 + ], + "C": [ + 72 + ], + "programmers": [ + 73 + ], + "can": [ + 74 + ], + "easily": [ + 75 + ], + "understand.": [ + 76 + ], + "covers": [ + 79 + ], + "all": [ + 80 + ], + "important": [ + 83 + ], + "topics": [ + 84 + ], + "field,": [ + 87 + ], + "including": [ + 88 + ], + "crossover,": [ + 89 + ], + "mutation,": [ + 90 + ], + "classifier": [ + 91 + ], + "systems,": [ + 92 + ], + "fitness": [ + 94 + ], + "scaling,": [ + 95 + ], + "giving": [ + 96 + ], + "novice": [ + 98 + ], + "with": [ + 99 + ], + "computer": [ + 101 + ], + "science": [ + 102 + ], + "background": [ + 103 + ], + "enough": [ + 104 + ], + "information": [ + 105 + ], + "implement": [ + 107 + ], + "describe": [ + 112 + ], + "friend.": [ + 117 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 66 + }, + { + "year": 2024, + "cited_by_count": 102 + }, + { + "year": 2023, + "cited_by_count": 182 + }, + { + "year": 2022, + "cited_by_count": 116 + }, + { + "year": 2021, + "cited_by_count": 204 + }, + { + "year": 2020, + "cited_by_count": 176 + }, + { + "year": 2019, + "cited_by_count": 166 + }, + { + "year": 2018, + "cited_by_count": 168 + }, + { + "year": 2017, + "cited_by_count": 217 + }, + { + "year": 2016, + "cited_by_count": 360 + }, + { + "year": 2015, + "cited_by_count": 660 + }, + { + "year": 2014, + "cited_by_count": 886 + }, + { + "year": 2013, + "cited_by_count": 961 + }, + { + "year": 2012, + "cited_by_count": 984 + } + ], + "updated_date": "2026-05-15T08:27:34.491423", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W1583837637", + "doi": "https://doi.org/10.1145/1273496", + "title": "Proceedings of the 24th international conference on Machine learning", + "display_name": "Proceedings of the 24th international conference on Machine learning", + "relevance_score": 7150.085, + "publication_year": 2007, + "publication_date": "2007-06-20", + "ids": { + "openalex": "https://openalex.org/W1583837637", + "doi": "https://doi.org/10.1145/1273496", + "mag": "1583837637" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1145/1273496", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/1273496", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "proceedings" + }, + "type": "preprint", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 0, + "corresponding_author_ids": [], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": null, + "has_fulltext": false, + "cited_by_count": 11733, + "citation_normalized_percentile": null, + "cited_by_percentile_year": null, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": true, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12254", + "display_name": "Machine Learning in Bioinformatics", + "score": 0.9121000170707703, + "subfield": { + "id": "https://openalex.org/subfields/1312", + "display_name": "Molecular Biology" + }, + "field": { + "id": "https://openalex.org/fields/13", + "display_name": "Biochemistry, Genetics and Molecular Biology" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12254", + "display_name": "Machine Learning in Bioinformatics", + "score": 0.9121000170707703, + "subfield": { + "id": "https://openalex.org/subfields/1312", + "display_name": "Molecular Biology" + }, + "field": { + "id": "https://openalex.org/fields/13", + "display_name": "Biochemistry, Genetics and Molecular Biology" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/presentation", + "display_name": "Presentation (obstetrics)", + "score": 0.6044684648513794 + }, + { + "id": "https://openalex.org/keywords/library-science", + "display_name": "Library science", + "score": 0.4876014292240143 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.42869511246681213 + }, + { + "id": "https://openalex.org/keywords/medical-education", + "display_name": "Medical education", + "score": 0.3953603208065033 + }, + { + "id": "https://openalex.org/keywords/medicine", + "display_name": "Medicine", + "score": 0.27516093850135803 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2777601897", + "wikidata": "https://www.wikidata.org/wiki/Q3409113", + "display_name": "Presentation (obstetrics)", + "level": 2, + "score": 0.6044684648513794 + }, + { + "id": "https://openalex.org/C161191863", + "wikidata": "https://www.wikidata.org/wiki/Q199655", + "display_name": "Library science", + "level": 1, + "score": 0.4876014292240143 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.42869511246681213 + }, + { + "id": "https://openalex.org/C509550671", + "wikidata": "https://www.wikidata.org/wiki/Q126945", + "display_name": "Medical education", + "level": 1, + "score": 0.3953603208065033 + }, + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.27516093850135803 + }, + { + "id": "https://openalex.org/C126838900", + "wikidata": "https://www.wikidata.org/wiki/Q77604", + "display_name": "Radiology", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1145/1273496", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/1273496", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "proceedings" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [ + "https://openalex.org/W2748952813", + "https://openalex.org/W4387426029", + "https://openalex.org/W4254162896", + "https://openalex.org/W4388792380", + "https://openalex.org/W1477999932", + "https://openalex.org/W4386731653", + "https://openalex.org/W2376001620", + "https://openalex.org/W2925303117", + "https://openalex.org/W4285219045", + "https://openalex.org/W3167529338" + ], + "abstract_inverted_index": { + "This": [ + 0, + 71 + ], + "volume": [ + 1 + ], + "contains": [ + 2 + ], + "the": [ + 3, + 7, + 34, + 38, + 49, + 57, + 104, + 108, + 121, + 128, + 140, + 151, + 157, + 160, + 164, + 182, + 203, + 215, + 221, + 225, + 273, + 293, + 330, + 347, + 393, + 402, + 428, + 444 + ], + "papers": [ + 4, + 219, + 239, + 252, + 278, + 287 + ], + "accepted": [ + 5, + 197, + 241, + 277, + 334 + ], + "to": [ + 6, + 29, + 77, + 101, + 103, + 188, + 205, + 242, + 329, + 371, + 399, + 409 + ], + "24th": [ + 8 + ], + "International": [ + 9, + 39, + 429 + ], + "Conference": [ + 10, + 430 + ], + "on": [ + 11, + 117, + 218, + 356, + 431, + 443 + ], + "Machine": [ + 12, + 40, + 403 + ], + "Learning": [ + 13, + 41, + 404 + ], + "(ICML": [ + 14 + ], + "2007),": [ + 15 + ], + "which": [ + 16, + 87, + 199, + 253, + 336, + 360 + ], + "was": [ + 17, + 80, + 90, + 200, + 425 + ], + "held": [ + 18, + 440 + ], + "at": [ + 19 + ], + "Oregon": [ + 20 + ], + "State": [ + 21 + ], + "University": [ + 22 + ], + "in": [ + 23, + 56, + 86 + ], + "Corvalis,": [ + 24 + ], + "Oregon,": [ + 25 + ], + "from": [ + 26, + 214, + 268, + 292, + 296, + 299, + 305, + 308, + 312, + 317, + 322 + ], + "June": [ + 27 + ], + "20th": [ + 28 + ], + "24th,": [ + 30 + ], + "2007.": [ + 31, + 449 + ], + "ICML": [ + 32, + 229, + 243, + 265, + 348, + 424, + 437, + 448 + ], + "is": [ + 33 + ], + "annual": [ + 35 + ], + "conference": [ + 36 + ], + "of": [ + 37, + 53, + 59, + 123, + 153, + 159, + 177, + 192, + 232, + 251, + 263, + 333, + 363, + 381, + 413, + 447 + ], + "Society": [ + 42 + ], + "(IMLS),": [ + 43 + ], + "and": [ + 44, + 51, + 107, + 120, + 148, + 170, + 220, + 314, + 319, + 325, + 341, + 353, + 383, + 438 + ], + "provides": [ + 45 + ], + "a": [ + 46, + 81, + 172, + 190, + 247, + 289, + 339, + 411 + ], + "venue": [ + 47 + ], + "for": [ + 48, + 175, + 181, + 228, + 344, + 389 + ], + "presentation": [ + 50, + 343 + ], + "discussion": [ + 52, + 136, + 162 + ], + "current": [ + 54 + ], + "research": [ + 55 + ], + "field": [ + 58 + ], + "machine": [ + 60, + 269, + 357 + ], + "learning.": [ + 61 + ], + "These": [ + 62 + ], + "proceedings": [ + 63 + ], + "can": [ + 64 + ], + "also": [ + 65, + 368 + ], + "be": [ + 66 + ], + "found": [ + 67 + ], + "online": [ + 68, + 118 + ], + "at:": [ + 69 + ], + "http://www.machinelearning.org.": [ + 70 + ], + "year": [ + 72, + 132, + 280, + 422 + ], + "there": [ + 73, + 133 + ], + "were": [ + 74, + 99, + 134, + 186, + 240, + 254, + 281, + 367, + 407, + 419 + ], + "522": [ + 75 + ], + "submissions": [ + 76, + 267 + ], + "ICML.": [ + 78 + ], + "There": [ + 79 + ], + "very": [ + 82, + 248 + ], + "thorough": [ + 83 + ], + "review": [ + 84, + 174, + 226 + ], + "process,": [ + 85 + ], + "each": [ + 88, + 176, + 311, + 321, + 345 + ], + "paper": [ + 89, + 416 + ], + "reviewed": [ + 91 + ], + "by": [ + 92, + 139, + 202, + 401 + ], + "three": [ + 93 + ], + "program": [ + 94, + 142, + 332, + 349 + ], + "committee": [ + 95, + 143 + ], + "(PC)": [ + 96 + ], + "members.": [ + 97 + ], + "Authors": [ + 98 + ], + "able": [ + 100, + 408 + ], + "respond": [ + 102 + ], + "initial": [ + 105 + ], + "reviews,": [ + 106 + ], + "PC": [ + 109 + ], + "members": [ + 110, + 166 + ], + "could": [ + 111 + ], + "then": [ + 112 + ], + "modify": [ + 113 + ], + "their": [ + 114, + 168, + 178, + 195 + ], + "reviews": [ + 115 + ], + "based": [ + 116 + ], + "discussions": [ + 119 + ], + "content": [ + 122 + ], + "this": [ + 124, + 131, + 244, + 279, + 396, + 421 + ], + "author": [ + 125, + 154, + 291 + ], + "response.": [ + 126 + ], + "For": [ + 127 + ], + "first": [ + 129, + 183, + 290, + 445 + ], + "time": [ + 130, + 223 + ], + "two": [ + 135 + ], + "periods": [ + 137 + ], + "led": [ + 138 + ], + "senior": [ + 141 + ], + "(SPC),": [ + 144 + ], + "one": [ + 145, + 149 + ], + "just": [ + 146 + ], + "before": [ + 147 + ], + "after": [ + 150 + ], + "submission": [ + 152 + ], + "responses.": [ + 155 + ], + "At": [ + 156 + ], + "end": [ + 158 + ], + "second": [ + 161 + ], + "period,": [ + 163 + ], + "SPC": [ + 165 + ], + "gave": [ + 167 + ], + "recommendations": [ + 169 + ], + "provided": [ + 171 + ], + "summary": [ + 173 + ], + "papers.": [ + 179 + ], + "Also": [ + 180 + ], + "time,": [ + 184 + ], + "authors": [ + 185 + ], + "asked": [ + 187 + ], + "submit": [ + 189 + ], + "list": [ + 191 + ], + "changes": [ + 193 + ], + "with": [ + 194, + 427 + ], + "final": [ + 196 + ], + "papers,": [ + 198, + 335 + ], + "checked": [ + 201 + ], + "SPCs": [ + 204 + ], + "ensure": [ + 206 + ], + "that": [ + 207, + 231, + 423 + ], + "reviewer": [ + 208 + ], + "comments": [ + 209 + ], + "had": [ + 210, + 288 + ], + "been": [ + 211 + ], + "addressed.": [ + 212 + ], + "Apart": [ + 213 + ], + "length": [ + 216 + ], + "restrictions": [ + 217 + ], + "compressed": [ + 222 + ], + "frame,": [ + 224 + ], + "process": [ + 227 + ], + "resembles": [ + 230 + ], + "many": [ + 233 + ], + "journal": [ + 234 + ], + "publications.": [ + 235 + ], + "In": [ + 236, + 327 + ], + "total,": [ + 237 + ], + "150": [ + 238, + 276 + ], + "year,": [ + 245 + ], + "including": [ + 246 + ], + "small": [ + 249 + ], + "number": [ + 250, + 412 + ], + "initially": [ + 255 + ], + "conditionally": [ + 256 + ], + "accepted,": [ + 257 + ], + "yielding": [ + 258 + ], + "an": [ + 259 + ], + "overall": [ + 260 + ], + "acceptance": [ + 261 + ], + "rate": [ + 262 + ], + "29%.": [ + 264 + ], + "attracts": [ + 266 + ], + "learning": [ + 270, + 358 + ], + "researchers": [ + 271 + ], + "around": [ + 272 + ], + "globe.": [ + 274 + ], + "The": [ + 275 + ], + "geographically": [ + 282 + ], + "distributed": [ + 283 + ], + "as": [ + 284, + 392 + ], + "follows:": [ + 285 + ], + "66": [ + 286 + ], + "US,": [ + 294 + ], + "32": [ + 295 + ], + "Europe,": [ + 297 + ], + "19": [ + 298 + ], + "China": [ + 300 + ], + "or": [ + 301 + ], + "Hong": [ + 302 + ], + "Kong,": [ + 303 + ], + "11": [ + 304 + ], + "Canada,": [ + 306 + ], + "6": [ + 307 + ], + "India,": [ + 309 + ], + "5": [ + 310 + ], + "Australia": [ + 313 + ], + "Japan,": [ + 315 + ], + "3": [ + 316, + 351 + ], + "Israel,": [ + 318 + ], + "1": [ + 320 + ], + "Korea,": [ + 323 + ], + "Russia": [ + 324 + ], + "Taiwan.": [ + 326 + ], + "addition": [ + 328 + ], + "main": [ + 331 + ], + "includes": [ + 337 + ], + "both": [ + 338 + ], + "talk": [ + 340 + ], + "poster": [ + 342 + ], + "paper,": [ + 346 + ], + "included": [ + 350 + ], + "workshops": [ + 352 + ], + "8": [ + 354 + ], + "tutorials": [ + 355 + ], + "topics": [ + 359 + ], + "are": [ + 361 + ], + "currently": [ + 362 + ], + "broad": [ + 364 + ], + "interest.": [ + 365 + ], + "We": [ + 366, + 418 + ], + "extremely": [ + 369 + ], + "pleased": [ + 370 + ], + "have": [ + 372 + ], + "David": [ + 373 + ], + "Heckerman": [ + 374 + ], + "(Microsoft": [ + 375 + ], + "Research),": [ + 376 + ], + "Joshua": [ + 377 + ], + "Tenenbaum": [ + 378 + ], + "(Massachussetts": [ + 379 + ], + "Institute": [ + 380, + 388 + ], + "Technology),": [ + 382 + ], + "Bernhard": [ + 384 + ], + "Schölkopf": [ + 385 + ], + "(Max": [ + 386 + ], + "Planck": [ + 387 + ], + "Biological": [ + 390 + ], + "Cybernetics)": [ + 391 + ], + "invited": [ + 394 + ], + "speakers": [ + 395 + ], + "year.": [ + 397 + ], + "Thanks": [ + 398 + ], + "sponsorship": [ + 400 + ], + "Journal,": [ + 405 + ], + "we": [ + 406 + ], + "award": [ + 410 + ], + "outstanding": [ + 414 + ], + "student": [ + 415 + ], + "prizes.": [ + 417 + ], + "fortunate": [ + 420 + ], + "co-located": [ + 426 + ], + "Inductive": [ + 432 + ], + "Logic": [ + 433 + ], + "Programming": [ + 434 + ], + "(ILP": [ + 435 + ], + "2007).": [ + 436 + ], + "ILP": [ + 439 + ], + "joint": [ + 441 + ], + "sessions": [ + 442 + ], + "day": [ + 446 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 2573 + }, + { + "year": 2024, + "cited_by_count": 2390 + }, + { + "year": 2023, + "cited_by_count": 1818 + }, + { + "year": 2022, + "cited_by_count": 1221 + }, + { + "year": 2021, + "cited_by_count": 622 + }, + { + "year": 2020, + "cited_by_count": 595 + }, + { + "year": 2019, + "cited_by_count": 396 + }, + { + "year": 2018, + "cited_by_count": 268 + }, + { + "year": 2017, + "cited_by_count": 253 + }, + { + "year": 2016, + "cited_by_count": 196 + }, + { + "year": 2015, + "cited_by_count": 162 + }, + { + "year": 2014, + "cited_by_count": 153 + }, + { + "year": 2013, + "cited_by_count": 136 + }, + { + "year": 2012, + "cited_by_count": 135 + } + ], + "updated_date": "2026-04-05T17:49:38.594831", + "created_date": "2016-06-24T00:00:00" + }, + { + "id": "https://openalex.org/W1503398984", + "doi": null, + "title": "Machine learning a probabilistic perspective", + "display_name": "Machine learning a probabilistic perspective", + "relevance_score": 6897.388, + "publication_year": 2012, + "publication_date": "2012-01-01", + "ids": { + "openalex": "https://openalex.org/W1503398984", + "mag": "1503398984" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-028615309", + "is_oa": false, + "landing_page_url": "http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=028615309&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "Lehrbuch" + }, + "type": "book", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5103362817", + "display_name": "Kevin P. Murphy", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "Kevin P. Murphy", + "raw_affiliation_strings": [], + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5103362817" + ], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 397.5259, + "has_fulltext": false, + "cited_by_count": 9327, + "citation_normalized_percentile": { + "value": 0.99999101, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 96, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T13650", + "display_name": "Computational Physics and Python Applications", + "score": 0.09690000116825104, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T13650", + "display_name": "Computational Physics and Python Applications", + "score": 0.09690000116825104, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T14406", + "display_name": "Multidisciplinary Science and Engineering Research", + "score": 0.08969999849796295, + "subfield": { + "id": "https://openalex.org/subfields/1804", + "display_name": "Statistics, Probability and Uncertainty" + }, + "field": { + "id": "https://openalex.org/fields/18", + "display_name": "Decision Sciences" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6962889432907104 + }, + { + "id": "https://openalex.org/keywords/probabilistic-logic", + "display_name": "Probabilistic logic", + "score": 0.6251402497291565 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6185331344604492 + }, + { + "id": "https://openalex.org/keywords/field", + "display_name": "Field (mathematics)", + "score": 0.5668832063674927 + }, + { + "id": "https://openalex.org/keywords/conditional-random-field", + "display_name": "Conditional random field", + "score": 0.5589616298675537 + }, + { + "id": "https://openalex.org/keywords/heuristic", + "display_name": "Heuristic", + "score": 0.5155355930328369 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.49392396211624146 + }, + { + "id": "https://openalex.org/keywords/graphical-model", + "display_name": "Graphical model", + "score": 0.4833957254886627 + }, + { + "id": "https://openalex.org/keywords/regularization", + "display_name": "Regularization (linguistics)", + "score": 0.4277557134628296 + }, + { + "id": "https://openalex.org/keywords/software", + "display_name": "Software", + "score": 0.41000470519065857 + }, + { + "id": "https://openalex.org/keywords/programming-language", + "display_name": "Programming language", + "score": 0.1839407980442047 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6962889432907104 + }, + { + "id": "https://openalex.org/C49937458", + "wikidata": "https://www.wikidata.org/wiki/Q2599292", + "display_name": "Probabilistic logic", + "level": 2, + "score": 0.6251402497291565 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6185331344604492 + }, + { + "id": "https://openalex.org/C9652623", + "wikidata": "https://www.wikidata.org/wiki/Q190109", + "display_name": "Field (mathematics)", + "level": 2, + "score": 0.5668832063674927 + }, + { + "id": "https://openalex.org/C152565575", + "wikidata": "https://www.wikidata.org/wiki/Q1124538", + "display_name": "Conditional random field", + "level": 2, + "score": 0.5589616298675537 + }, + { + "id": "https://openalex.org/C173801870", + "wikidata": "https://www.wikidata.org/wiki/Q201413", + "display_name": "Heuristic", + "level": 2, + "score": 0.5155355930328369 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.49392396211624146 + }, + { + "id": "https://openalex.org/C155846161", + "wikidata": "https://www.wikidata.org/wiki/Q1143367", + "display_name": "Graphical model", + "level": 2, + "score": 0.4833957254886627 + }, + { + "id": "https://openalex.org/C2776135515", + "wikidata": "https://www.wikidata.org/wiki/Q17143721", + "display_name": "Regularization (linguistics)", + "level": 2, + "score": 0.4277557134628296 + }, + { + "id": "https://openalex.org/C2777904410", + "wikidata": "https://www.wikidata.org/wiki/Q7397", + "display_name": "Software", + "level": 2, + "score": 0.41000470519065857 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.1839407980442047 + }, + { + "id": "https://openalex.org/C202444582", + "wikidata": "https://www.wikidata.org/wiki/Q837863", + "display_name": "Pure mathematics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 4, + "locations": [ + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-028615309", + "is_oa": false, + "landing_page_url": "http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=028615309&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "Lehrbuch" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-032798127", + "is_oa": false, + "landing_page_url": "http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=032798127&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "pmh:oai:cds.cern.ch:1981503", + "is_oa": false, + "landing_page_url": "http://cds.cern.ch/record/1981503", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402195", + "display_name": "CERN Document Server (European Organization for Nuclear Research)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I67311998", + "host_organization_name": "European Organization for Nuclear Research", + "host_organization_lineage": [ + "https://openalex.org/I67311998" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + }, + { + "id": "pmh:oai:cds.cern.ch:2723460", + "is_oa": false, + "landing_page_url": "http://cds.cern.ch/record/2723460", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402195", + "display_name": "CERN Document Server (European Organization for Nuclear Research)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I67311998", + "host_organization_name": "European Organization for Nuclear Research", + "host_organization_lineage": [ + "https://openalex.org/I67311998" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "id": "https://metadata.un.org/sdg/4", + "display_name": "Quality Education", + "score": 0.41999998688697815 + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [ + "https://openalex.org/W2964121744", + "https://openalex.org/W2919115771", + "https://openalex.org/W2911964244", + "https://openalex.org/W2194775991", + "https://openalex.org/W2163605009", + "https://openalex.org/W2135046866", + "https://openalex.org/W2119821739", + "https://openalex.org/W2112796928", + "https://openalex.org/W2101234009", + "https://openalex.org/W2095705004", + "https://openalex.org/W2064675550", + "https://openalex.org/W2049633694", + "https://openalex.org/W2045656233", + "https://openalex.org/W1880262756", + "https://openalex.org/W1746819321", + "https://openalex.org/W1663973292", + "https://openalex.org/W1554944419", + "https://openalex.org/W1511986666", + "https://openalex.org/W1506806321", + "https://openalex.org/W1480376833" + ], + "abstract_inverted_index": { + "Today's": [ + 0 + ], + "Web-enabled": [ + 1 + ], + "deluge": [ + 2 + ], + "of": [ + 3, + 10, + 47, + 79, + 140, + 155 + ], + "electronic": [ + 4 + ], + "data": [ + 5, + 11, + 25 + ], + "calls": [ + 6 + ], + "for": [ + 7, + 106, + 191 + ], + "automated": [ + 8 + ], + "methods": [ + 9, + 18 + ], + "analysis.": [ + 12 + ], + "Machine": [ + 13 + ], + "learning": [ + 14 + ], + "provides": [ + 15 + ], + "these,": [ + 16 + ], + "developing": [ + 17 + ], + "that": [ + 19 + ], + "can": [ + 20 + ], + "automatically": [ + 21 + ], + "detect": [ + 22 + ], + "patterns": [ + 23, + 31 + ], + "in": [ + 24, + 82, + 98, + 161, + 175 + ], + "and": [ + 26, + 41, + 60, + 72, + 91, + 119, + 133, + 164, + 200 + ], + "then": [ + 27 + ], + "use": [ + 28 + ], + "the": [ + 29, + 45, + 83, + 107, + 144, + 153, + 169 + ], + "uncovered": [ + 30 + ], + "to": [ + 32, + 44, + 158 + ], + "predict": [ + 33 + ], + "future": [ + 34 + ], + "data.": [ + 35 + ], + "This": [ + 36 + ], + "textbook": [ + 37 + ], + "offers": [ + 38 + ], + "a": [ + 39, + 52, + 138, + 147, + 162, + 176 + ], + "comprehensive": [ + 40 + ], + "self-contained": [ + 42 + ], + "introduction": [ + 43 + ], + "field": [ + 46 + ], + "machine": [ + 48 + ], + "learning,": [ + 49 + ], + "based": [ + 50 + ], + "on": [ + 51, + 66 + ], + "unified,": [ + 53 + ], + "probabilistic": [ + 54 + ], + "approach.": [ + 55 + ], + "The": [ + 56, + 94, + 187 + ], + "coverage": [ + 57 + ], + "combines": [ + 58 + ], + "breadth": [ + 59 + ], + "depth,": [ + 61 + ], + "offering": [ + 62 + ], + "necessary": [ + 63 + ], + "background": [ + 64, + 199 + ], + "material": [ + 65 + ], + "such": [ + 67, + 124 + ], + "topics": [ + 68, + 112 + ], + "as": [ + 69, + 75, + 77, + 127 + ], + "probability,": [ + 70 + ], + "optimization,": [ + 71 + ], + "linear": [ + 73 + ], + "algebra": [ + 74 + ], + "well": [ + 76 + ], + "discussion": [ + 78 + ], + "recent": [ + 80 + ], + "developments": [ + 81 + ], + "field,": [ + 84 + ], + "including": [ + 85 + ], + "conditional": [ + 86 + ], + "random": [ + 87 + ], + "fields,": [ + 88 + ], + "L1": [ + 89 + ], + "regularization,": [ + 90 + ], + "deep": [ + 92 + ], + "learning.": [ + 93 + ], + "book": [ + 95, + 145, + 188 + ], + "is": [ + 96, + 183, + 189 + ], + "written": [ + 97 + ], + "an": [ + 99, + 195 + ], + "informal,": [ + 100 + ], + "accessible": [ + 101 + ], + "style,": [ + 102 + ], + "complete": [ + 103 + ], + "with": [ + 104, + 116, + 194 + ], + "pseudo-code": [ + 105 + ], + "most": [ + 108 + ], + "important": [ + 109 + ], + "algorithms.": [ + 110 + ], + "All": [ + 111 + ], + "are": [ + 113 + ], + "copiously": [ + 114 + ], + "illustrated": [ + 115 + ], + "color": [ + 117 + ], + "images": [ + 118 + ], + "worked": [ + 120 + ], + "examples": [ + 121 + ], + "drawn": [ + 122 + ], + "from": [ + 123 + ], + "application": [ + 125 + ], + "domains": [ + 126 + ], + "biology,": [ + 128 + ], + "text": [ + 129 + ], + "processing,": [ + 130 + ], + "computer": [ + 131 + ], + "vision,": [ + 132 + ], + "robotics.": [ + 134 + ], + "Rather": [ + 135 + ], + "than": [ + 136 + ], + "providing": [ + 137 + ], + "cookbook": [ + 139 + ], + "different": [ + 141 + ], + "heuristic": [ + 142 + ], + "methods,": [ + 143 + ], + "stresses": [ + 146 + ], + "principled": [ + 148 + ], + "model-based": [ + 149 + ], + "approach,": [ + 150 + ], + "often": [ + 151 + ], + "using": [ + 152 + ], + "language": [ + 154 + ], + "graphical": [ + 156 + ], + "models": [ + 157, + 160, + 170 + ], + "specify": [ + 159 + ], + "concise": [ + 163 + ], + "intuitive": [ + 165 + ], + "way.": [ + 166 + ], + "Almost": [ + 167 + ], + "all": [ + 168 + ], + "described": [ + 171 + ], + "have": [ + 172 + ], + "been": [ + 173 + ], + "implemented": [ + 174 + ], + "MATLAB": [ + 177 + ], + "software": [ + 178 + ], + "package--PMTK": [ + 179 + ], + "(probabilistic": [ + 180 + ], + "modeling": [ + 181 + ], + "toolkit)--that": [ + 182 + ], + "freely": [ + 184 + ], + "available": [ + 185 + ], + "online.": [ + 186 + ], + "suitable": [ + 190 + ], + "upper-level": [ + 192 + ], + "undergraduates": [ + 193 + ], + "introductory-level": [ + 196 + ], + "college": [ + 197 + ], + "math": [ + 198 + ], + "beginning": [ + 201 + ], + "graduate": [ + 202 + ], + "students.": [ + 203 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 1 + }, + { + "year": 2025, + "cited_by_count": 363 + }, + { + "year": 2024, + "cited_by_count": 626 + }, + { + "year": 2023, + "cited_by_count": 915 + }, + { + "year": 2022, + "cited_by_count": 929 + }, + { + "year": 2021, + "cited_by_count": 1245 + }, + { + "year": 2020, + "cited_by_count": 1184 + }, + { + "year": 2019, + "cited_by_count": 1006 + }, + { + "year": 2018, + "cited_by_count": 862 + }, + { + "year": 2017, + "cited_by_count": 696 + }, + { + "year": 2016, + "cited_by_count": 594 + }, + { + "year": 2015, + "cited_by_count": 475 + }, + { + "year": 2014, + "cited_by_count": 294 + }, + { + "year": 2013, + "cited_by_count": 118 + }, + { + "year": 2012, + "cited_by_count": 12 + } + ], + "updated_date": "2026-04-19T08:26:33.389920", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W1901616594", + "doi": "https://doi.org/10.1126/science.aaa8415", + "title": "Machine learning: Trends, perspectives, and prospects", + "display_name": "Machine learning: Trends, perspectives, and prospects", + "relevance_score": 6836.612, + "publication_year": 2015, + "publication_date": "2015-07-16", + "ids": { + "openalex": "https://openalex.org/W1901616594", + "doi": "https://doi.org/10.1126/science.aaa8415", + "mag": "1901616594", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/26185243" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1126/science.aaa8415", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1126/science.aaa8415", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S3880285", + "display_name": "Science", + "issn_l": "0036-8075", + "issn": [ + "0036-8075", + "1095-9203" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315823", + "host_organization_name": "American Association for the Advancement of Science", + "host_organization_lineage": [ + "https://openalex.org/P4310315823" + ], + "host_organization_lineage_names": [ + "American Association for the Advancement of Science" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Science", + "raw_type": "journal-article" + }, + "type": "review", + "indexed_in": [ + "crossref", + "pubmed" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5049812527", + "display_name": "Michael I. Jordan", + "orcid": "https://orcid.org/0000-0001-8935-817X" + }, + "institutions": [ + { + "id": "https://openalex.org/I95457486", + "display_name": "University of California, Berkeley", + "ror": "https://ror.org/01an7q238", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I95457486" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "M. I. Jordan", + "raw_affiliation_strings": [ + "Department of Electrical Engineering and Computer Sciences, Department of Statistics, University of California, Berkeley, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Electrical Engineering and Computer Sciences, Department of Statistics, University of California, Berkeley, CA, USA", + "institution_ids": [ + "https://openalex.org/I95457486" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5102921433", + "display_name": "Tom M. Mitchell", + "orcid": "https://orcid.org/0000-0001-7373-0301" + }, + "institutions": [ + { + "id": "https://openalex.org/I74973139", + "display_name": "Carnegie Mellon University", + "ror": "https://ror.org/05x2bcf33", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I74973139" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "T. M. Mitchell", + "raw_affiliation_strings": [ + "Machine Learning Department, Carnegie Mellon University, Pittsburgh, PA, USA", + "Machine Learning Department, Carnegie Mellon University, Pittsburgh, PA, USA#TAB#" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Machine Learning Department, Carnegie Mellon University, Pittsburgh, PA, USA", + "institution_ids": [ + "https://openalex.org/I74973139" + ] + }, + { + "raw_affiliation_string": "Machine Learning Department, Carnegie Mellon University, Pittsburgh, PA, USA#TAB#", + "institution_ids": [ + "https://openalex.org/I74973139" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5049812527", + "https://openalex.org/A5102921433" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I74973139", + "https://openalex.org/I95457486" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 231.9474, + "has_fulltext": false, + "cited_by_count": 9492, + "citation_normalized_percentile": { + "value": 0.99992527, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "349", + "issue": "6245", + "first_page": "255", + "last_page": "260" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11512", + "display_name": "Anomaly Detection Techniques and Applications", + "score": 0.9993000030517578, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11512", + "display_name": "Anomaly Detection Techniques and Applications", + "score": 0.9993000030517578, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9980000257492065, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12761", + "display_name": "Data Stream Mining Techniques", + "score": 0.9962999820709229, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/intersection", + "display_name": "Intersection (aeronautics)", + "score": 0.6641911268234253 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6273059248924255 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5956528782844543 + }, + { + "id": "https://openalex.org/keywords/core", + "display_name": "Core (optical fiber)", + "score": 0.529660165309906 + }, + { + "id": "https://openalex.org/keywords/data-science", + "display_name": "Data science", + "score": 0.5171177387237549 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.5001497268676758 + }, + { + "id": "https://openalex.org/keywords/big-data", + "display_name": "Big data", + "score": 0.4807169735431671 + }, + { + "id": "https://openalex.org/keywords/computation", + "display_name": "Computation", + "score": 0.4387192130088806 + }, + { + "id": "https://openalex.org/keywords/lying", + "display_name": "Lying", + "score": 0.41993552446365356 + }, + { + "id": "https://openalex.org/keywords/engineering", + "display_name": "Engineering", + "score": 0.14734527468681335 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.13175764679908752 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C64543145", + "wikidata": "https://www.wikidata.org/wiki/Q162942", + "display_name": "Intersection (aeronautics)", + "level": 2, + "score": 0.6641911268234253 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6273059248924255 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5956528782844543 + }, + { + "id": "https://openalex.org/C2164484", + "wikidata": "https://www.wikidata.org/wiki/Q5170150", + "display_name": "Core (optical fiber)", + "level": 2, + "score": 0.529660165309906 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.5171177387237549 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.5001497268676758 + }, + { + "id": "https://openalex.org/C75684735", + "wikidata": "https://www.wikidata.org/wiki/Q858810", + "display_name": "Big data", + "level": 2, + "score": 0.4807169735431671 + }, + { + "id": "https://openalex.org/C45374587", + "wikidata": "https://www.wikidata.org/wiki/Q12525525", + "display_name": "Computation", + "level": 2, + "score": 0.4387192130088806 + }, + { + "id": "https://openalex.org/C119421448", + "wikidata": "https://www.wikidata.org/wiki/Q2268776", + "display_name": "Lying", + "level": 2, + "score": 0.41993552446365356 + }, + { + "id": "https://openalex.org/C127413603", + "wikidata": "https://www.wikidata.org/wiki/Q11023", + "display_name": "Engineering", + "level": 0, + "score": 0.14734527468681335 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.13175764679908752 + }, + { + "id": "https://openalex.org/C146978453", + "wikidata": "https://www.wikidata.org/wiki/Q3798668", + "display_name": "Aerospace engineering", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C126838900", + "wikidata": "https://www.wikidata.org/wiki/Q77604", + "display_name": "Radiology", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C76155785", + "wikidata": "https://www.wikidata.org/wiki/Q418", + "display_name": "Telecommunications", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.0 + } + ], + "mesh": [ + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D001185", + "descriptor_name": "Artificial Intelligence", + "qualifier_ui": "Q000639", + "qualifier_name": "trends", + "is_major_topic": false + }, + { + "descriptor_ui": "D001185", + "descriptor_name": "Artificial Intelligence", + "qualifier_ui": "Q000639", + "qualifier_name": "trends", + "is_major_topic": false + }, + { + "descriptor_ui": "D001185", + "descriptor_name": "Artificial Intelligence", + "qualifier_ui": "Q000639", + "qualifier_name": "trends", + "is_major_topic": false + }, + { + "descriptor_ui": "D003199", + "descriptor_name": "Computer Systems", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D003199", + "descriptor_name": "Computer Systems", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D003199", + "descriptor_name": "Computer Systems", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D003627", + "descriptor_name": "Data Interpretation, Statistical", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D003627", + "descriptor_name": "Data Interpretation, Statistical", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D003627", + "descriptor_name": "Data Interpretation, Statistical", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + } + ], + "locations_count": 2, + "locations": [ + { + "id": "doi:10.1126/science.aaa8415", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1126/science.aaa8415", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S3880285", + "display_name": "Science", + "issn_l": "0036-8075", + "issn": [ + "0036-8075", + "1095-9203" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315823", + "host_organization_name": "American Association for the Advancement of Science", + "host_organization_lineage": [ + "https://openalex.org/P4310315823" + ], + "host_organization_lineage_names": [ + "American Association for the Advancement of Science" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Science", + "raw_type": "journal-article" + }, + { + "id": "pmid:26185243", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/26185243", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Science (New York, N.Y.)", + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 32, + "referenced_works": [ + "https://openalex.org/W99485931", + "https://openalex.org/W1503398984", + "https://openalex.org/W1512585804", + "https://openalex.org/W1554944419", + "https://openalex.org/W1569098853", + "https://openalex.org/W1873763122", + "https://openalex.org/W1970472910", + "https://openalex.org/W1992570774", + "https://openalex.org/W1999352252", + "https://openalex.org/W2006452405", + "https://openalex.org/W2019363670", + "https://openalex.org/W2042469398", + "https://openalex.org/W2047281923", + "https://openalex.org/W2076063813", + "https://openalex.org/W2097381042", + "https://openalex.org/W2100495367", + "https://openalex.org/W2117726420", + "https://openalex.org/W2127180992", + "https://openalex.org/W2132001804", + "https://openalex.org/W2145339207", + "https://openalex.org/W2146774335", + "https://openalex.org/W2151320232", + "https://openalex.org/W2160815625", + "https://openalex.org/W2163605009", + "https://openalex.org/W2174706414", + "https://openalex.org/W2618530766", + "https://openalex.org/W3102480238", + "https://openalex.org/W4214717370", + "https://openalex.org/W4231109964", + "https://openalex.org/W4238893454", + "https://openalex.org/W4244670803", + "https://openalex.org/W4292363360" + ], + "related_works": [ + "https://openalex.org/W2955910435", + "https://openalex.org/W2888123326", + "https://openalex.org/W2501458630", + "https://openalex.org/W2982312151", + "https://openalex.org/W4246089694", + "https://openalex.org/W2747462053", + "https://openalex.org/W2753162950", + "https://openalex.org/W4210719352", + "https://openalex.org/W2347526077", + "https://openalex.org/W1568263573" + ], + "abstract_inverted_index": { + "Machine": [ + 0 + ], + "learning": [ + 1, + 48, + 58 + ], + "addresses": [ + 2 + ], + "the": [ + 3, + 27, + 36, + 54, + 64, + 68 + ], + "question": [ + 4 + ], + "of": [ + 5, + 18, + 29, + 38, + 56, + 70, + 78, + 98 + ], + "how": [ + 6 + ], + "to": [ + 7, + 91 + ], + "build": [ + 8 + ], + "computers": [ + 9 + ], + "that": [ + 10 + ], + "improve": [ + 11 + ], + "automatically": [ + 12 + ], + "through": [ + 13 + ], + "experience.": [ + 14 + ], + "It": [ + 15 + ], + "is": [ + 16 + ], + "one": [ + 17 + ], + "today's": [ + 19 + ], + "most": [ + 20 + ], + "rapidly": [ + 21 + ], + "growing": [ + 22 + ], + "technical": [ + 23 + ], + "fields,": [ + 24 + ], + "lying": [ + 25 + ], + "at": [ + 26, + 35 + ], + "intersection": [ + 28 + ], + "computer": [ + 30 + ], + "science": [ + 31 + ], + "and": [ + 32, + 34, + 41, + 60, + 62, + 73, + 88, + 108 + ], + "statistics,": [ + 33 + ], + "core": [ + 37 + ], + "artificial": [ + 39 + ], + "intelligence": [ + 40 + ], + "data": [ + 42, + 72 + ], + "science.": [ + 43 + ], + "Recent": [ + 44 + ], + "progress": [ + 45 + ], + "in": [ + 46, + 67 + ], + "machine": [ + 47 + ], + "has": [ + 49 + ], + "been": [ + 50 + ], + "driven": [ + 51 + ], + "both": [ + 52 + ], + "by": [ + 53, + 63 + ], + "development": [ + 55 + ], + "new": [ + 57 + ], + "algorithms": [ + 59 + ], + "theory": [ + 61 + ], + "ongoing": [ + 65 + ], + "explosion": [ + 66 + ], + "availability": [ + 69 + ], + "online": [ + 71 + ], + "low-cost": [ + 74 + ], + "computation.": [ + 75 + ], + "The": [ + 76 + ], + "adoption": [ + 77 + ], + "data-intensive": [ + 79 + ], + "machine-learning": [ + 80 + ], + "methods": [ + 81 + ], + "can": [ + 82 + ], + "be": [ + 83 + ], + "found": [ + 84 + ], + "throughout": [ + 85 + ], + "science,": [ + 86 + ], + "technology": [ + 87 + ], + "commerce,": [ + 89 + ], + "leading": [ + 90 + ], + "more": [ + 92 + ], + "evidence-based": [ + 93 + ], + "decision-making": [ + 94 + ], + "across": [ + 95 + ], + "many": [ + 96 + ], + "walks": [ + 97 + ], + "life,": [ + 99 + ], + "including": [ + 100 + ], + "health": [ + 101 + ], + "care,": [ + 102 + ], + "manufacturing,": [ + 103 + ], + "education,": [ + 104 + ], + "financial": [ + 105 + ], + "modeling,": [ + 106 + ], + "policing,": [ + 107 + ], + "marketing.": [ + 109 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 555 + }, + { + "year": 2025, + "cited_by_count": 1716 + }, + { + "year": 2024, + "cited_by_count": 1766 + }, + { + "year": 2023, + "cited_by_count": 1523 + }, + { + "year": 2022, + "cited_by_count": 1276 + }, + { + "year": 2021, + "cited_by_count": 961 + }, + { + "year": 2020, + "cited_by_count": 657 + }, + { + "year": 2019, + "cited_by_count": 517 + }, + { + "year": 2018, + "cited_by_count": 271 + }, + { + "year": 2017, + "cited_by_count": 157 + }, + { + "year": 2016, + "cited_by_count": 79 + }, + { + "year": 2015, + "cited_by_count": 13 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W1746819321", + "doi": "https://doi.org/10.7551/mitpress/3206.001.0001", + "title": "Gaussian Processes for Machine Learning", + "display_name": "Gaussian Processes for Machine Learning", + "relevance_score": 6818.0273, + "publication_year": 2005, + "publication_date": "2005-11-23", + "ids": { + "openalex": "https://openalex.org/W1746819321", + "doi": "https://doi.org/10.7551/mitpress/3206.001.0001", + "mag": "1746819321" + }, + "language": "en", + "primary_location": { + "id": "doi:10.7551/mitpress/3206.001.0001", + "is_oa": false, + "landing_page_url": "https://doi.org/10.7551/mitpress/3206.001.0001", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306463997", + "display_name": "The MIT Press eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/P4310315718", + "host_organization_name": "The MIT Press", + "host_organization_lineage": [ + "https://openalex.org/P4310315718" + ], + "host_organization_lineage_names": [ + "The MIT Press" + ], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "monograph" + }, + "type": "book", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5108711177", + "display_name": "Carl Edward Rasmussen", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I4210112925", + "display_name": "Max Planck Institute for Biological Cybernetics", + "ror": "https://ror.org/026nmvv73", + "country_code": "DE", + "type": "facility", + "lineage": [ + "https://openalex.org/I149899117", + "https://openalex.org/I4210112925" + ] + }, + { + "id": "https://openalex.org/I149899117", + "display_name": "Max Planck Society", + "ror": "https://ror.org/01hhn8329", + "country_code": "DE", + "type": "funder", + "lineage": [ + "https://openalex.org/I149899117" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": true, + "raw_author_name": "Carl Edward Rasmussen", + "raw_affiliation_strings": [ + "Max Planck Institute for Biological Cybernetics, Max Planck Society" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Max Planck Institute for Biological Cybernetics, Max Planck Society", + "institution_ids": [ + "https://openalex.org/I4210112925", + "https://openalex.org/I149899117" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5080713659", + "display_name": "Christopher K. I. Williams", + "orcid": "https://orcid.org/0000-0002-6270-4703" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Christopher K. I. Williams", + "raw_affiliation_strings": [ + "School of Informatics" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "School of Informatics", + "institution_ids": [] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5108711177" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I149899117", + "https://openalex.org/I4210112925" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 60.0909, + "has_fulltext": false, + "cited_by_count": 10487, + "citation_normalized_percentile": { + "value": 0.99936548, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 96, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12814", + "display_name": "Gaussian Processes and Bayesian Inference", + "score": 0.9994000196456909, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12814", + "display_name": "Gaussian Processes and Bayesian Inference", + "score": 0.9994000196456909, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.9882000088691711, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T13126", + "display_name": "Scientific Research and Discoveries", + "score": 0.9718000292778015, + "subfield": { + "id": "https://openalex.org/subfields/3109", + "display_name": "Statistical and Nonlinear Physics" + }, + "field": { + "id": "https://openalex.org/fields/31", + "display_name": "Physics and Astronomy" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.830909252166748 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.7165400981903076 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.678665816783905 + }, + { + "id": "https://openalex.org/keywords/online-machine-learning", + "display_name": "Online machine learning", + "score": 0.5565923452377319 + }, + { + "id": "https://openalex.org/keywords/gaussian-process", + "display_name": "Gaussian process", + "score": 0.5361518859863281 + }, + { + "id": "https://openalex.org/keywords/probabilistic-logic", + "display_name": "Probabilistic logic", + "score": 0.5021359920501709 + }, + { + "id": "https://openalex.org/keywords/relevance-vector-machine", + "display_name": "Relevance vector machine", + "score": 0.5012705326080322 + }, + { + "id": "https://openalex.org/keywords/support-vector-machine", + "display_name": "Support vector machine", + "score": 0.48535385727882385 + }, + { + "id": "https://openalex.org/keywords/kernel-method", + "display_name": "Kernel method", + "score": 0.47896531224250793 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.3814472556114197 + }, + { + "id": "https://openalex.org/keywords/gaussian", + "display_name": "Gaussian", + "score": 0.2928916811943054 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.830909252166748 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.7165400981903076 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.678665816783905 + }, + { + "id": "https://openalex.org/C115903097", + "wikidata": "https://www.wikidata.org/wiki/Q7094097", + "display_name": "Online machine learning", + "level": 3, + "score": 0.5565923452377319 + }, + { + "id": "https://openalex.org/C61326573", + "wikidata": "https://www.wikidata.org/wiki/Q1496376", + "display_name": "Gaussian process", + "level": 3, + "score": 0.5361518859863281 + }, + { + "id": "https://openalex.org/C49937458", + "wikidata": "https://www.wikidata.org/wiki/Q2599292", + "display_name": "Probabilistic logic", + "level": 2, + "score": 0.5021359920501709 + }, + { + "id": "https://openalex.org/C14948415", + "wikidata": "https://www.wikidata.org/wiki/Q7310972", + "display_name": "Relevance vector machine", + "level": 3, + "score": 0.5012705326080322 + }, + { + "id": "https://openalex.org/C12267149", + "wikidata": "https://www.wikidata.org/wiki/Q282453", + "display_name": "Support vector machine", + "level": 2, + "score": 0.48535385727882385 + }, + { + "id": "https://openalex.org/C122280245", + "wikidata": "https://www.wikidata.org/wiki/Q620622", + "display_name": "Kernel method", + "level": 3, + "score": 0.47896531224250793 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.3814472556114197 + }, + { + "id": "https://openalex.org/C163716315", + "wikidata": "https://www.wikidata.org/wiki/Q901177", + "display_name": "Gaussian", + "level": 2, + "score": 0.2928916811943054 + }, + { + "id": "https://openalex.org/C62520636", + "wikidata": "https://www.wikidata.org/wiki/Q944", + "display_name": "Quantum mechanics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C121332964", + "wikidata": "https://www.wikidata.org/wiki/Q413", + "display_name": "Physics", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 12, + "locations": [ + { + "id": "doi:10.7551/mitpress/3206.001.0001", + "is_oa": false, + "landing_page_url": "https://doi.org/10.7551/mitpress/3206.001.0001", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306463997", + "display_name": "The MIT Press eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/P4310315718", + "host_organization_name": "The MIT Press", + "host_organization_lineage": [ + "https://openalex.org/P4310315718" + ], + "host_organization_lineage_names": [ + "The MIT Press" + ], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "monograph" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.363.7289", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.363.7289", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://mlg.eng.cam.ac.uk/pub/pdf/Ras04.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.86.3414", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.86.3414", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.cs.ubc.ca/~hutter/earg/papers05/rasmussen_gps_in_ml.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-014768173", + "is_oa": false, + "landing_page_url": "http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=014768173&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "pmh:oai:cds.cern.ch:2307304", + "is_oa": false, + "landing_page_url": "http://cds.cern.ch/record/2307304", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402195", + "display_name": "CERN Document Server (European Organization for Nuclear Research)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I67311998", + "host_organization_name": "European Organization for Nuclear Research", + "host_organization_lineage": [ + "https://openalex.org/I67311998" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + }, + { + "id": "pmh:oai:edoc.mpg.de:232601", + "is_oa": false, + "landing_page_url": "http://edoc.mpg.de/232601", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4406922265", + "display_name": "Max Planck Institute for Plasma Physics", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Advanced Lectures on Machine Learning: ML Summer Schools 2003, Canberra, Australia, February 2 - 14, 2003, Tübingen, Germany, August 4 - 16, 2003, Revised Lectures, 63-71 (2004)", + "raw_type": "InBook" + }, + { + "id": "pmh:oai:edoc.mpg.de:312148", + "is_oa": false, + "landing_page_url": "http://edoc.mpg.de/312148", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4406922265", + "display_name": "Max Planck Institute for Plasma Physics", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Book" + }, + { + "id": "pmh:oai:generic.eprints.org:325766", + "is_oa": false, + "landing_page_url": "http://publications.eng.cam.ac.uk/325766/", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4406922847", + "display_name": "Cambridge University Engineering Department Publications Database", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Book" + }, + { + "id": "pmh:oai:generic.eprints.org:327253", + "is_oa": false, + "landing_page_url": "http://publications.eng.cam.ac.uk/327253/", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4406922847", + "display_name": "Cambridge University Engineering Department Publications Database", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Book Section" + }, + { + "id": "pmh:oai:pure.mpg.de:item_1791157", + "is_oa": false, + "landing_page_url": "http://hdl.handle.net/11858/00-001M-0000-0013-D2FB-6", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400654", + "display_name": "MPG.PuRe (Max Planck Society)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I149899117", + "host_organization_name": "Max Planck Society", + "host_organization_lineage": [ + "https://openalex.org/I149899117" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Adaptive Computation and Machine Learning", + "raw_type": "info:eu-repo/semantics/book" + }, + { + "id": "pmh:oai:pure.mpg.de:item_1792157", + "is_oa": false, + "landing_page_url": "http://hdl.handle.net/11858/00-001M-0000-0013-F365-A", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400654", + "display_name": "MPG.PuRe (Max Planck Society)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I149899117", + "host_organization_name": "Max Planck Society", + "host_organization_lineage": [ + "https://openalex.org/I149899117" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Advanced Lectures on Machine Learning: ML Summer Schools 2003, Canberra, Australia, February 2 - 14, 2003, Tübingen, Germany, August 4 - 16, 2003", + "raw_type": "info:eu-repo/semantics/conferenceObject" + }, + { + "id": "mag:3023062339", + "is_oa": false, + "landing_page_url": "https://www.research.ed.ac.uk/portal/en/publications/covariance-functions(33de55b3-5bb5-43f6-874e-301a6d2b2160)/export.html", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306463626", + "display_name": "MIT Press eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": "MIT Press eBooks", + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 180, + "referenced_works": [ + "https://openalex.org/W14377099", + "https://openalex.org/W44447720", + "https://openalex.org/W61071295", + "https://openalex.org/W131514509", + "https://openalex.org/W186419298", + "https://openalex.org/W336602872", + "https://openalex.org/W1213006044", + "https://openalex.org/W1484867920", + "https://openalex.org/W1486089539", + "https://openalex.org/W1486164486", + "https://openalex.org/W1496317909", + "https://openalex.org/W1497675750", + "https://openalex.org/W1505043854", + "https://openalex.org/W1506153731", + "https://openalex.org/W1510355813", + "https://openalex.org/W1512098439", + "https://openalex.org/W1512149552", + "https://openalex.org/W1515272691", + "https://openalex.org/W1543996294", + "https://openalex.org/W1549258098", + "https://openalex.org/W1550570395", + "https://openalex.org/W1551209770", + "https://openalex.org/W1554663460", + "https://openalex.org/W1564947197", + "https://openalex.org/W1567512734", + "https://openalex.org/W1571894236", + "https://openalex.org/W1574225613", + "https://openalex.org/W1598589417", + "https://openalex.org/W1601740268", + "https://openalex.org/W1604293137", + "https://openalex.org/W1607751291", + "https://openalex.org/W1618393386", + "https://openalex.org/W1618449801", + "https://openalex.org/W1628829797", + "https://openalex.org/W1633751774", + "https://openalex.org/W1642427530", + "https://openalex.org/W1648445109", + "https://openalex.org/W1654787807", + "https://openalex.org/W1755117326", + "https://openalex.org/W1859781365", + "https://openalex.org/W1963533512", + "https://openalex.org/W1965999112", + "https://openalex.org/W1967396577", + "https://openalex.org/W1975780894", + "https://openalex.org/W1976382401", + "https://openalex.org/W1976625337", + "https://openalex.org/W1978188282", + "https://openalex.org/W1978394996", + "https://openalex.org/W1981025032", + "https://openalex.org/W1982032418", + "https://openalex.org/W1982276155", + "https://openalex.org/W1986280275", + "https://openalex.org/W1995672551", + "https://openalex.org/W1998167411", + "https://openalex.org/W2000241167", + "https://openalex.org/W2003706076", + "https://openalex.org/W2003870625", + "https://openalex.org/W2006314423", + "https://openalex.org/W2008827410", + "https://openalex.org/W2014831690", + "https://openalex.org/W2015904350", + "https://openalex.org/W2018044188", + "https://openalex.org/W2019363670", + "https://openalex.org/W2020999234", + "https://openalex.org/W2023163512", + "https://openalex.org/W2033839039", + "https://openalex.org/W2041863660", + "https://openalex.org/W2047028564", + "https://openalex.org/W2049387919", + "https://openalex.org/W2056735347", + "https://openalex.org/W2062291655", + "https://openalex.org/W2063852603", + "https://openalex.org/W2065540158", + "https://openalex.org/W2069371995", + "https://openalex.org/W2069527924", + "https://openalex.org/W2072555316", + "https://openalex.org/W2078206416", + "https://openalex.org/W2081873601", + "https://openalex.org/W2085877024", + "https://openalex.org/W2087978636", + "https://openalex.org/W2088538739", + "https://openalex.org/W2090102379", + "https://openalex.org/W2090353374", + "https://openalex.org/W2093268114", + "https://openalex.org/W2094169479", + "https://openalex.org/W2094212611", + "https://openalex.org/W2096335861", + "https://openalex.org/W2098115979", + "https://openalex.org/W2098626000", + "https://openalex.org/W2098949458", + "https://openalex.org/W2100136038", + "https://openalex.org/W2101709642", + "https://openalex.org/W2103972570", + "https://openalex.org/W2104533781", + "https://openalex.org/W2106868411", + "https://openalex.org/W2107152312", + "https://openalex.org/W2107636931", + "https://openalex.org/W2107725114", + "https://openalex.org/W2108966602", + "https://openalex.org/W2111176881", + "https://openalex.org/W2111494971", + "https://openalex.org/W2112545207", + "https://openalex.org/W2114229504", + "https://openalex.org/W2114412769", + "https://openalex.org/W2115606304", + "https://openalex.org/W2116723448", + "https://openalex.org/W2117063635", + "https://openalex.org/W2117812871", + "https://openalex.org/W2118195892", + "https://openalex.org/W2123687908", + "https://openalex.org/W2124101779", + "https://openalex.org/W2124225821", + "https://openalex.org/W2126455177", + "https://openalex.org/W2127713198", + "https://openalex.org/W2129564505", + "https://openalex.org/W2129869373", + "https://openalex.org/W2130475491", + "https://openalex.org/W2130859329", + "https://openalex.org/W2137467792", + "https://openalex.org/W2137557016", + "https://openalex.org/W2137956165", + "https://openalex.org/W2139479120", + "https://openalex.org/W2140170995", + "https://openalex.org/W2140251433", + "https://openalex.org/W2141274633", + "https://openalex.org/W2141436719", + "https://openalex.org/W2142182841", + "https://openalex.org/W2142387771", + "https://openalex.org/W2142575165", + "https://openalex.org/W2143022286", + "https://openalex.org/W2143956139", + "https://openalex.org/W2144286620", + "https://openalex.org/W2145295623", + "https://openalex.org/W2146766088", + "https://openalex.org/W2148603752", + "https://openalex.org/W2149417376", + "https://openalex.org/W2149846618", + "https://openalex.org/W2151238122", + "https://openalex.org/W2152701363", + "https://openalex.org/W2152937653", + "https://openalex.org/W2153347097", + "https://openalex.org/W2153756422", + "https://openalex.org/W2156909104", + "https://openalex.org/W2158451137", + "https://openalex.org/W2158529569", + "https://openalex.org/W2160840682", + "https://openalex.org/W2161767008", + "https://openalex.org/W2162114812", + "https://openalex.org/W2163057507", + "https://openalex.org/W2167061265", + "https://openalex.org/W2167986580", + "https://openalex.org/W2168022998", + "https://openalex.org/W2169779569", + "https://openalex.org/W2170076406", + "https://openalex.org/W2170078560", + "https://openalex.org/W2170120409", + "https://openalex.org/W2170334710", + "https://openalex.org/W2171522835", + "https://openalex.org/W2172039283", + "https://openalex.org/W2296319761", + "https://openalex.org/W2408196097", + "https://openalex.org/W2464224693", + "https://openalex.org/W2548695521", + "https://openalex.org/W2554813760", + "https://openalex.org/W2782810849", + "https://openalex.org/W2797583072", + "https://openalex.org/W2798909945", + "https://openalex.org/W2904816695", + "https://openalex.org/W2916304084", + "https://openalex.org/W2989448192", + "https://openalex.org/W3014600732", + "https://openalex.org/W3017143921", + "https://openalex.org/W3023786531", + "https://openalex.org/W3048078645", + "https://openalex.org/W3119264854", + "https://openalex.org/W3127325877", + "https://openalex.org/W3134067276", + "https://openalex.org/W3140968660", + "https://openalex.org/W3148924112", + "https://openalex.org/W3165771198" + ], + "related_works": [ + "https://openalex.org/W3140968660", + "https://openalex.org/W2951665052", + "https://openalex.org/W2911964244", + "https://openalex.org/W2192203593", + "https://openalex.org/W2168464387", + "https://openalex.org/W2156909104", + "https://openalex.org/W2131241448", + "https://openalex.org/W2107386393", + "https://openalex.org/W2101234009", + "https://openalex.org/W2099768828", + "https://openalex.org/W2099201756", + "https://openalex.org/W2038669746", + "https://openalex.org/W2018044188", + "https://openalex.org/W1973333099", + "https://openalex.org/W1663973292", + "https://openalex.org/W1571870753", + "https://openalex.org/W1567512734", + "https://openalex.org/W1560724230", + "https://openalex.org/W1510052597", + "https://openalex.org/W137285897" + ], + "abstract_inverted_index": { + "A": [ + 0 + ], + "comprehensive": [ + 1 + ], + "and": [ + 2 + ], + "self-contained": [ + 3 + ], + "introduction": [ + 4 + ], + "to": [ + 5, + 15 + ], + "Gaussian": [ + 6 + ], + "processes,": [ + 7 + ], + "which": [ + 8 + ], + "provide": [ + 9 + ], + "a": [ + 10 + ], + "principled,": [ + 11 + ], + "practical,": [ + 12 + ], + "probabilistic": [ + 13 + ], + "approach": [ + 14 + ], + "learning": [ + 16 + ], + "in": [ + 17 + ], + "kernel": [ + 18 + ], + "machines.": [ + 19 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 2 + }, + { + "year": 2025, + "cited_by_count": 3 + }, + { + "year": 2024, + "cited_by_count": 8 + }, + { + "year": 2023, + "cited_by_count": 30 + }, + { + "year": 2022, + "cited_by_count": 123 + }, + { + "year": 2021, + "cited_by_count": 1209 + }, + { + "year": 2020, + "cited_by_count": 1390 + }, + { + "year": 2019, + "cited_by_count": 1013 + }, + { + "year": 2018, + "cited_by_count": 912 + }, + { + "year": 2017, + "cited_by_count": 810 + }, + { + "year": 2016, + "cited_by_count": 818 + }, + { + "year": 2015, + "cited_by_count": 825 + }, + { + "year": 2014, + "cited_by_count": 736 + }, + { + "year": 2013, + "cited_by_count": 598 + }, + { + "year": 2012, + "cited_by_count": 493 + } + ], + "updated_date": "2026-05-14T08:36:36.166977", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2997591727", + "doi": "https://doi.org/10.5555/1953048.2078195", + "title": "Scikit-learn: Machine Learning in Python", + "display_name": "Scikit-learn: Machine Learning in Python", + "relevance_score": 6232.348, + "publication_year": 2011, + "publication_date": "2011-11-01", + "ids": { + "openalex": "https://openalex.org/W2997591727", + "doi": "https://doi.org/10.5555/1953048.2078195", + "mag": "2997591727" + }, + "language": "en", + "primary_location": { + "id": "mag:2997591727", + "is_oa": false, + "landing_page_url": "https://dl.acm.org/citation.cfm?id=1953048.2078195", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S118988714", + "display_name": "Journal of Machine Learning Research", + "issn_l": "1532-4435", + "issn": [ + "1532-4435", + "1533-7928" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315718", + "host_organization_name": "The MIT Press", + "host_organization_lineage": [ + "https://openalex.org/P4310315718" + ], + "host_organization_lineage_names": [ + "The MIT Press" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": false, + "raw_source_name": "Journal of Machine Learning Research", + "raw_type": null + }, + "type": "article", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5001344255", + "display_name": "PedregosaFabian", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "PedregosaFabian", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5015155577", + "display_name": "VaroquauxGaël", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "VaroquauxGaël", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5082193384", + "display_name": "GramfortAlexandre", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "GramfortAlexandre", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5046730698", + "display_name": "MichelVincent", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "MichelVincent", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5057304980", + "display_name": "ThirionBertrand", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "ThirionBertrand", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5031085857", + "display_name": "GriselOlivier", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "GriselOlivier", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5023292999", + "display_name": "BlondelMathieu", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "BlondelMathieu", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5088096317", + "display_name": "PrettenhoferPeter", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "PrettenhoferPeter", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5083564992", + "display_name": "WeissRon", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "WeissRon", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5056576127", + "display_name": "DubourgVincent", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "DubourgVincent", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5082383435", + "display_name": "VanderplasJake", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "VanderplasJake", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5027220078", + "display_name": "PassosAlexandre", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "PassosAlexandre", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5002306909", + "display_name": "CournapeauDavid", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "CournapeauDavid", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5026983194", + "display_name": "BrucherMatthieu", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "BrucherMatthieu", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5014917008", + "display_name": "PerrotMatthieu", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "PerrotMatthieu", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5034896968", + "display_name": "DuchesnayÉdouard", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "DuchesnayÉdouard", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 16, + "corresponding_author_ids": [ + "https://openalex.org/A5001344255" + ], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 21.0993, + "has_fulltext": false, + "cited_by_count": 8191, + "citation_normalized_percentile": { + "value": 0.99448878, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T13650", + "display_name": "Computational Physics and Python Applications", + "score": 0.7835000157356262, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T13650", + "display_name": "Computational Physics and Python Applications", + "score": 0.7835000157356262, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/python", + "display_name": "Python (programming language)", + "score": 0.8940595388412476 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6587178707122803 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5495919585227966 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.4344472587108612 + }, + { + "id": "https://openalex.org/keywords/programming-language", + "display_name": "Programming language", + "score": 0.3134846091270447 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C519991488", + "wikidata": "https://www.wikidata.org/wiki/Q28865", + "display_name": "Python (programming language)", + "level": 2, + "score": 0.8940595388412476 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6587178707122803 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5495919585227966 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.4344472587108612 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.3134846091270447 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "mag:2997591727", + "is_oa": false, + "landing_page_url": "https://dl.acm.org/citation.cfm?id=1953048.2078195", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S118988714", + "display_name": "Journal of Machine Learning Research", + "issn_l": "1532-4435", + "issn": [ + "1532-4435", + "1533-7928" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315718", + "host_organization_name": "The MIT Press", + "host_organization_lineage": [ + "https://openalex.org/P4310315718" + ], + "host_organization_lineage_names": [ + "The MIT Press" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": "Journal of Machine Learning Research", + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "id": "https://metadata.un.org/sdg/4", + "display_name": "Quality Education", + "score": 0.5299999713897705 + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [ + "https://openalex.org/W3102476541", + "https://openalex.org/W2911964244", + "https://openalex.org/W2064675550", + "https://openalex.org/W2011301426", + "https://openalex.org/W2153635508", + "https://openalex.org/W2119821739", + "https://openalex.org/W2250539671", + "https://openalex.org/W1678356000", + "https://openalex.org/W3103145119", + "https://openalex.org/W3120740533", + "https://openalex.org/W2194775991", + "https://openalex.org/W2146292423", + "https://openalex.org/W3085162807", + "https://openalex.org/W2342249984", + "https://openalex.org/W2056132907", + "https://openalex.org/W2187089797", + "https://openalex.org/W2097998348", + "https://openalex.org/W1880262756", + "https://openalex.org/W2148143831", + "https://openalex.org/W1480376833" + ], + "abstract_inverted_index": { + "Scikit-learn": [ + 0 + ], + "is": [ + 1 + ], + "a": [ + 2, + 6 + ], + "Python": [ + 3 + ], + "module": [ + 4 + ], + "integrating": [ + 5 + ], + "wide": [ + 7 + ], + "range": [ + 8 + ], + "of": [ + 9 + ], + "state-of-the-art": [ + 10 + ], + "machine": [ + 11 + ], + "learning": [ + 12 + ], + "algorithms": [ + 13 + ], + "for": [ + 14 + ], + "medium-scale": [ + 15 + ], + "supervised": [ + 16 + ], + "and": [ + 17 + ], + "unsupervised": [ + 18 + ], + "problems.": [ + 19 + ], + "This": [ + 20 + ], + "package": [ + 21 + ], + "focuses": [ + 22 + ], + "on": [ + 23 + ], + "bringing": [ + 24 + ], + "mach...": [ + 25 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 177 + }, + { + "year": 2025, + "cited_by_count": 3317 + }, + { + "year": 2024, + "cited_by_count": 1191 + }, + { + "year": 2023, + "cited_by_count": 907 + }, + { + "year": 2022, + "cited_by_count": 726 + }, + { + "year": 2021, + "cited_by_count": 629 + }, + { + "year": 2020, + "cited_by_count": 479 + }, + { + "year": 2019, + "cited_by_count": 250 + }, + { + "year": 2018, + "cited_by_count": 193 + }, + { + "year": 2017, + "cited_by_count": 136 + }, + { + "year": 2016, + "cited_by_count": 87 + }, + { + "year": 2015, + "cited_by_count": 50 + }, + { + "year": 2014, + "cited_by_count": 34 + }, + { + "year": 2013, + "cited_by_count": 13 + }, + { + "year": 2012, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2953384591", + "doi": "https://doi.org/10.48550/arxiv.1605.08695", + "title": "TensorFlow: A system for large-scale machine learning", + "display_name": "TensorFlow: A system for large-scale machine learning", + "relevance_score": 6138.868, + "publication_year": 2016, + "publication_date": "2016-05-27", + "ids": { + "openalex": "https://openalex.org/W2953384591", + "doi": "https://doi.org/10.48550/arxiv.1605.08695", + "mag": "2953384591" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:arXiv.org:1605.08695", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1605.08695", + "pdf_url": "https://arxiv.org/pdf/1605.08695", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "type": "preprint", + "indexed_in": [ + "arxiv", + "datacite" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1605.08695", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5109387322", + "display_name": "Martı́n Abadi", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Abadi, Martín", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5110193634", + "display_name": "Paul Barham", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Barham, Paul", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5100665512", + "display_name": "Jianmin Chen", + "orcid": "https://orcid.org/0000-0001-5859-3070" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Chen, Jianmin", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5100715424", + "display_name": "Zhifeng Chen", + "orcid": "https://orcid.org/0000-0001-8631-2424" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Chen, Zhifeng", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5068599616", + "display_name": "Andy Davis", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Davis, Andy", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5043872671", + "display_name": "Jay B. Dean", + "orcid": "https://orcid.org/0000-0003-1362-0500" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Dean, Jeffrey", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5004386681", + "display_name": "Matthieu Devin", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Devin, Matthieu", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5012998255", + "display_name": "Sanjay Ghemawat", + "orcid": "https://orcid.org/0009-0005-6843-3093" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Ghemawat, Sanjay", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5029611587", + "display_name": "Geoffrey Irving", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Irving, Geoffrey", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5089543053", + "display_name": "Michael Isard", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Isard, Michael", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5000650022", + "display_name": "Manjunath Kudlur", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Kudlur, Manjunath", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5009510257", + "display_name": "Josh Levenberg", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Levenberg, Josh", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5024140027", + "display_name": "Rajat Monga", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Monga, Rajat", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5063771762", + "display_name": "Sherry Moore", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Moore, Sherry", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5067335143", + "display_name": "Derek G. Murray", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Murray, Derek G.", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5028992619", + "display_name": "Benoit Steiner", + "orcid": "https://orcid.org/0000-0002-5767-4976" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Steiner, Benoit", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5016586245", + "display_name": "Paul A. Tucker", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Tucker, Paul", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5004650249", + "display_name": "Vijay Vasudevan", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Vasudevan, Vijay", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5014405928", + "display_name": "Pete Warden", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Warden, Pete", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5080764662", + "display_name": "Martin Wicke", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Wicke, Martin", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5104075606", + "display_name": "Yuan Yu", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Yu, Yuan", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5102988664", + "display_name": "Xiaoqiang Zheng", + "orcid": "https://orcid.org/0000-0001-5151-8561" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Zheng, Xiaoqiang", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 22, + "corresponding_author_ids": [ + "https://openalex.org/A5109387322" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I1291425158" + ], + "apc_list": null, + "apc_paid": null, + "fwci": null, + "has_fulltext": false, + "cited_by_count": 8815, + "citation_normalized_percentile": null, + "cited_by_percentile_year": null, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10054", + "display_name": "Parallel Computing and Optimization Techniques", + "score": 0.996999979019165, + "subfield": { + "id": "https://openalex.org/subfields/1708", + "display_name": "Hardware and Architecture" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10054", + "display_name": "Parallel Computing and Optimization Techniques", + "score": 0.996999979019165, + "subfield": { + "id": "https://openalex.org/subfields/1708", + "display_name": "Hardware and Architecture" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T13650", + "display_name": "Computational Physics and Python Applications", + "score": 0.9926000237464905, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10036", + "display_name": "Advanced Neural Network Applications", + "score": 0.9921000003814697, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/scale", + "display_name": "Scale (ratio)", + "score": 0.6736689805984497 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.5508862733840942 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.4714523255825043 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.3947470188140869 + }, + { + "id": "https://openalex.org/keywords/cartography", + "display_name": "Cartography", + "score": 0.1177549660205841 + }, + { + "id": "https://openalex.org/keywords/geography", + "display_name": "Geography", + "score": 0.11608994007110596 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2778755073", + "wikidata": "https://www.wikidata.org/wiki/Q10858537", + "display_name": "Scale (ratio)", + "level": 2, + "score": 0.6736689805984497 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.5508862733840942 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.4714523255825043 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.3947470188140869 + }, + { + "id": "https://openalex.org/C58640448", + "wikidata": "https://www.wikidata.org/wiki/Q42515", + "display_name": "Cartography", + "level": 1, + "score": 0.1177549660205841 + }, + { + "id": "https://openalex.org/C205649164", + "wikidata": "https://www.wikidata.org/wiki/Q1071", + "display_name": "Geography", + "level": 0, + "score": 0.11608994007110596 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "pmh:oai:arXiv.org:1605.08695", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1605.08695", + "pdf_url": "https://arxiv.org/pdf/1605.08695", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "doi:10.48550/arxiv.1605.08695", + "is_oa": true, + "landing_page_url": "https://doi.org/10.48550/arxiv.1605.08695", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1605.08695", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1605.08695", + "pdf_url": "https://arxiv.org/pdf/1605.08695", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "sustainable_development_goals": [ + { + "id": "https://metadata.un.org/sdg/9", + "display_name": "Industry, innovation and infrastructure", + "score": 0.4099999964237213 + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 56, + "referenced_works": [ + "https://openalex.org/W104184427", + "https://openalex.org/W145476170", + "https://openalex.org/W941230081", + "https://openalex.org/W1442374986", + "https://openalex.org/W1484210532", + "https://openalex.org/W1485981043", + "https://openalex.org/W1493893823", + "https://openalex.org/W1498436455", + "https://openalex.org/W1548328233", + "https://openalex.org/W1598866093", + "https://openalex.org/W1658008008", + "https://openalex.org/W1667652561", + "https://openalex.org/W1869752048", + "https://openalex.org/W1978660892", + "https://openalex.org/W1992479210", + "https://openalex.org/W2041517243", + "https://openalex.org/W2055312318", + "https://openalex.org/W2061570747", + "https://openalex.org/W2066443755", + "https://openalex.org/W2072566913", + "https://openalex.org/W2083842231", + "https://openalex.org/W2099471712", + "https://openalex.org/W2100664567", + "https://openalex.org/W2109722477", + "https://openalex.org/W2117539524", + "https://openalex.org/W2120480077", + "https://openalex.org/W2131400476", + "https://openalex.org/W2131975293", + "https://openalex.org/W2132339004", + "https://openalex.org/W2140833774", + "https://openalex.org/W2141992894", + "https://openalex.org/W2145339207", + "https://openalex.org/W2146757372", + "https://openalex.org/W2160815625", + "https://openalex.org/W2163961697", + "https://openalex.org/W2168231600", + "https://openalex.org/W2173213060", + "https://openalex.org/W2186615578", + "https://openalex.org/W2198403777", + "https://openalex.org/W2259472270", + "https://openalex.org/W2308045930", + "https://openalex.org/W2336650964", + "https://openalex.org/W2339765813", + "https://openalex.org/W2384495648", + "https://openalex.org/W2591588155", + "https://openalex.org/W2949117887", + "https://openalex.org/W2949245006", + "https://openalex.org/W2949501655", + "https://openalex.org/W2949605076", + "https://openalex.org/W2949650786", + "https://openalex.org/W2949888546", + "https://openalex.org/W2950094539", + "https://openalex.org/W2950179405", + "https://openalex.org/W2950577311", + "https://openalex.org/W2951714314", + "https://openalex.org/W2951781666" + ], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W3046775127", + "https://openalex.org/W3107602296", + "https://openalex.org/W3170094116", + "https://openalex.org/W4386462264", + "https://openalex.org/W4364306694", + "https://openalex.org/W4312192474", + "https://openalex.org/W4283697347", + "https://openalex.org/W4210805261" + ], + "abstract_inverted_index": { + "TensorFlow": [ + 0, + 15, + 92, + 103, + 125, + 152, + 166 + ], + "is": [ + 1, + 87 + ], + "a": [ + 2, + 36, + 43, + 47, + 105 + ], + "machine": [ + 3, + 48, + 143 + ], + "learning": [ + 4, + 144 + ], + "system": [ + 5 + ], + "that": [ + 6, + 27, + 29, + 165 + ], + "operates": [ + 7 + ], + "at": [ + 8 + ], + "large": [ + 9 + ], + "scale": [ + 10 + ], + "and": [ + 11, + 24, + 45, + 58, + 100, + 115, + 136, + 160 + ], + "in": [ + 12, + 42, + 77, + 126, + 155 + ], + "heterogeneous": [ + 13 + ], + "environments.": [ + 14 + ], + "uses": [ + 16 + ], + "dataflow": [ + 17, + 37, + 153 + ], + "graphs": [ + 18 + ], + "to": [ + 19, + 72, + 95, + 157 + ], + "represent": [ + 20 + ], + "computation,": [ + 21 + ], + "shared": [ + 22, + 85 + ], + "state,": [ + 23 + ], + "the": [ + 25, + 33, + 73, + 82, + 90, + 151, + 162 + ], + "operations": [ + 26 + ], + "mutate": [ + 28 + ], + "state.": [ + 30 + ], + "It": [ + 31 + ], + "maps": [ + 32 + ], + "nodes": [ + 34 + ], + "of": [ + 35, + 84, + 107 + ], + "graph": [ + 38 + ], + "across": [ + 39, + 49 + ], + "many": [ + 40 + ], + "machines": [ + 41 + ], + "cluster,": [ + 44 + ], + "within": [ + 46 + ], + "multiple": [ + 50 + ], + "computational": [ + 51 + ], + "devices,": [ + 52 + ], + "including": [ + 53 + ], + "multicore": [ + 54 + ], + "CPUs,": [ + 55 + ], + "general-purpose": [ + 56 + ], + "GPUs,": [ + 57 + ], + "custom": [ + 59 + ], + "designed": [ + 60 + ], + "ASICs": [ + 61 + ], + "known": [ + 62 + ], + "as": [ + 63, + 132 + ], + "Tensor": [ + 64 + ], + "Processing": [ + 65 + ], + "Units": [ + 66 + ], + "(TPUs).": [ + 67 + ], + "This": [ + 68 + ], + "architecture": [ + 69 + ], + "gives": [ + 70 + ], + "flexibility": [ + 71 + ], + "application": [ + 74 + ], + "developer:": [ + 75 + ], + "whereas": [ + 76 + ], + "previous": [ + 78 + ], + "\"parameter": [ + 79 + ], + "server\"": [ + 80 + ], + "designs": [ + 81 + ], + "management": [ + 83 + ], + "state": [ + 86 + ], + "built": [ + 88 + ], + "into": [ + 89 + ], + "system,": [ + 91 + ], + "enables": [ + 93 + ], + "developers": [ + 94 + ], + "experiment": [ + 96 + ], + "with": [ + 97, + 109 + ], + "novel": [ + 98 + ], + "optimizations": [ + 99 + ], + "training": [ + 101, + 114 + ], + "algorithms.": [ + 102 + ], + "supports": [ + 104 + ], + "variety": [ + 106 + ], + "applications,": [ + 108 + ], + "particularly": [ + 110 + ], + "strong": [ + 111 + ], + "support": [ + 112 + ], + "for": [ + 113, + 142, + 168 + ], + "inference": [ + 116 + ], + "on": [ + 117 + ], + "deep": [ + 118 + ], + "neural": [ + 119 + ], + "networks.": [ + 120 + ], + "Several": [ + 121 + ], + "Google": [ + 122 + ], + "services": [ + 123 + ], + "use": [ + 124 + ], + "production,": [ + 127 + ], + "we": [ + 128, + 149 + ], + "have": [ + 129 + ], + "released": [ + 130 + ], + "it": [ + 131, + 137 + ], + "an": [ + 133 + ], + "open-source": [ + 134 + ], + "project,": [ + 135 + ], + "has": [ + 138 + ], + "become": [ + 139 + ], + "widely": [ + 140 + ], + "used": [ + 141 + ], + "research.": [ + 145 + ], + "In": [ + 146 + ], + "this": [ + 147 + ], + "paper,": [ + 148 + ], + "describe": [ + 150 + ], + "model": [ + 154 + ], + "contrast": [ + 156 + ], + "existing": [ + 158 + ], + "systems,": [ + 159 + ], + "demonstrate": [ + 161 + ], + "compelling": [ + 163 + ], + "performance": [ + 164 + ], + "achieves": [ + 167 + ], + "several": [ + 169 + ], + "real-world": [ + 170 + ], + "applications.": [ + 171 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 15 + }, + { + "year": 2025, + "cited_by_count": 161 + }, + { + "year": 2024, + "cited_by_count": 343 + }, + { + "year": 2023, + "cited_by_count": 730 + }, + { + "year": 2022, + "cited_by_count": 866 + }, + { + "year": 2021, + "cited_by_count": 1829 + }, + { + "year": 2020, + "cited_by_count": 1859 + }, + { + "year": 2019, + "cited_by_count": 1814 + }, + { + "year": 2018, + "cited_by_count": 959 + }, + { + "year": 2017, + "cited_by_count": 226 + }, + { + "year": 2016, + "cited_by_count": 12 + }, + { + "year": 2013, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2118020653", + "doi": "https://doi.org/10.1145/505282.505283", + "title": "Machine learning in automated text categorization", + "display_name": "Machine learning in automated text categorization", + "relevance_score": 6089.7915, + "publication_year": 2002, + "publication_date": "2002-03-01", + "ids": { + "openalex": "https://openalex.org/W2118020653", + "doi": "https://doi.org/10.1145/505282.505283", + "mag": "2118020653" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1145/505282.505283", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/505282.505283", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S157921468", + "display_name": "ACM Computing Surveys", + "issn_l": "0360-0300", + "issn": [ + "0360-0300", + "1557-7341" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319798", + "host_organization_name": "Association for Computing Machinery", + "host_organization_lineage": [ + "https://openalex.org/P4310319798" + ], + "host_organization_lineage_names": [ + "Association for Computing Machinery" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "ACM Computing Surveys", + "raw_type": "journal-article" + }, + "type": "review", + "indexed_in": [ + "arxiv", + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/cs/0110053", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5063975186", + "display_name": "Fabrizio Sebastiani", + "orcid": "https://orcid.org/0000-0003-4221-6427" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210107558", + "display_name": "Consorzio Pisa Ricerche", + "ror": "https://ror.org/01t0n3b84", + "country_code": "IT", + "type": "facility", + "lineage": [ + "https://openalex.org/I4210107558" + ] + } + ], + "countries": [ + "IT" + ], + "is_corresponding": true, + "raw_author_name": "Fabrizio Sebastiani", + "raw_affiliation_strings": [ + "Consiglio Nazionale delle Ricerche, Pisa, Italy" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Consiglio Nazionale delle Ricerche, Pisa, Italy", + "institution_ids": [ + "https://openalex.org/I4210107558" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5063975186" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I4210107558" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 291.6231, + "has_fulltext": false, + "cited_by_count": 7884, + "citation_normalized_percentile": { + "value": 0.99998629, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "34", + "issue": "1", + "first_page": "1", + "last_page": "47" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11550", + "display_name": "Text and Document Classification Technologies", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11550", + "display_name": "Text and Document Classification Technologies", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T13083", + "display_name": "Advanced Text Analysis Techniques", + "score": 0.9939000010490417, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11269", + "display_name": "Algorithms and Data Compression", + "score": 0.9889000058174133, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.8797882795333862 + }, + { + "id": "https://openalex.org/keywords/categorization", + "display_name": "Categorization", + "score": 0.7666846513748169 + }, + { + "id": "https://openalex.org/keywords/software-portability", + "display_name": "Software portability", + "score": 0.7267234325408936 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6928958892822266 + }, + { + "id": "https://openalex.org/keywords/classifier", + "display_name": "Classifier (UML)", + "score": 0.678881049156189 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6749231815338135 + }, + { + "id": "https://openalex.org/keywords/text-categorization", + "display_name": "Text categorization", + "score": 0.5723184943199158 + }, + { + "id": "https://openalex.org/keywords/natural-language-processing", + "display_name": "Natural language processing", + "score": 0.41375380754470825 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.8797882795333862 + }, + { + "id": "https://openalex.org/C94124525", + "wikidata": "https://www.wikidata.org/wiki/Q912550", + "display_name": "Categorization", + "level": 2, + "score": 0.7666846513748169 + }, + { + "id": "https://openalex.org/C63000827", + "wikidata": "https://www.wikidata.org/wiki/Q3080428", + "display_name": "Software portability", + "level": 2, + "score": 0.7267234325408936 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6928958892822266 + }, + { + "id": "https://openalex.org/C95623464", + "wikidata": "https://www.wikidata.org/wiki/Q1096149", + "display_name": "Classifier (UML)", + "level": 2, + "score": 0.678881049156189 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6749231815338135 + }, + { + "id": "https://openalex.org/C2986744138", + "wikidata": "https://www.wikidata.org/wiki/Q302088", + "display_name": "Text categorization", + "level": 3, + "score": 0.5723184943199158 + }, + { + "id": "https://openalex.org/C204321447", + "wikidata": "https://www.wikidata.org/wiki/Q30642", + "display_name": "Natural language processing", + "level": 1, + "score": 0.41375380754470825 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 4, + "locations": [ + { + "id": "doi:10.1145/505282.505283", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/505282.505283", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S157921468", + "display_name": "ACM Computing Surveys", + "issn_l": "0360-0300", + "issn": [ + "0360-0300", + "1557-7341" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319798", + "host_organization_name": "Association for Computing Machinery", + "host_organization_lineage": [ + "https://openalex.org/P4310319798" + ], + "host_organization_lineage_names": [ + "Association for Computing Machinery" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "ACM Computing Surveys", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:arXiv.org:cs/0110053", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/cs/0110053", + "pdf_url": "https://arxiv.org/pdf/cs/0110053", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:dnet:people______::286d170179fde02bc512e4870a2b12b5", + "is_oa": false, + "landing_page_url": "https://openportal.isti.cnr.it/doc?id=people______::286d170179fde02bc512e4870a2b12b5", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S7407055261", + "display_name": "ISTI Open Portal", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "ACM computing surveys 34 (2002): 1–47. doi:10.1145/505282.505283", + "raw_type": "Journal article" + }, + { + "id": "pmh:oai:dnet:people______::3938b196dad6eb4120aca01c3005413b", + "is_oa": false, + "landing_page_url": "https://openportal.isti.cnr.it/doc?id=people______::3938b196dad6eb4120aca01c3005413b", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S7407055261", + "display_name": "ISTI Open Portal", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "ISTI Technical reports, pp.1–63, 1999", + "raw_type": "Other" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:cs/0110053", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/cs/0110053", + "pdf_url": "https://arxiv.org/pdf/cs/0110053", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "text" + }, + "sustainable_development_goals": [ + { + "id": "https://metadata.un.org/sdg/8", + "display_name": "Decent work and economic growth", + "score": 0.7099999785423279 + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 204, + "referenced_works": [ + "https://openalex.org/W12876238", + "https://openalex.org/W22906612", + "https://openalex.org/W35304842", + "https://openalex.org/W59979790", + "https://openalex.org/W74894479", + "https://openalex.org/W81384683", + "https://openalex.org/W81511778", + "https://openalex.org/W104970664", + "https://openalex.org/W107306860", + "https://openalex.org/W112196149", + "https://openalex.org/W116328816", + "https://openalex.org/W148103248", + "https://openalex.org/W166124110", + "https://openalex.org/W1482260847", + "https://openalex.org/W1487445520", + "https://openalex.org/W1490175418", + "https://openalex.org/W1493526108", + "https://openalex.org/W1505794130", + "https://openalex.org/W1507179106", + "https://openalex.org/W1508175965", + "https://openalex.org/W1513874326", + "https://openalex.org/W1514707997", + "https://openalex.org/W1520963883", + "https://openalex.org/W1522930027", + "https://openalex.org/W1523389133", + "https://openalex.org/W1523949738", + "https://openalex.org/W1533946607", + "https://openalex.org/W1544227718", + "https://openalex.org/W1547553618", + "https://openalex.org/W1550961891", + "https://openalex.org/W1553682320", + "https://openalex.org/W1556094091", + "https://openalex.org/W1561056154", + "https://openalex.org/W1574901103", + "https://openalex.org/W1576676390", + "https://openalex.org/W1577216492", + "https://openalex.org/W1578881253", + "https://openalex.org/W1591234214", + "https://openalex.org/W1592212241", + "https://openalex.org/W1594962278", + "https://openalex.org/W1597379537", + "https://openalex.org/W1601145406", + "https://openalex.org/W1619226191", + "https://openalex.org/W1620204465", + "https://openalex.org/W1813610639", + "https://openalex.org/W1857571498", + "https://openalex.org/W1907380269", + "https://openalex.org/W1924689489", + "https://openalex.org/W1966065191", + "https://openalex.org/W1969572066", + "https://openalex.org/W1970858159", + "https://openalex.org/W1970974276", + "https://openalex.org/W1971666241", + "https://openalex.org/W1973911615", + "https://openalex.org/W1975496312", + "https://openalex.org/W1977182536", + "https://openalex.org/W1978394996", + "https://openalex.org/W1979648751", + "https://openalex.org/W1980776671", + "https://openalex.org/W1983078185", + "https://openalex.org/W1986913017", + "https://openalex.org/W1988711048", + "https://openalex.org/W1989568037", + "https://openalex.org/W1989738209", + "https://openalex.org/W1993657037", + "https://openalex.org/W1993934121", + "https://openalex.org/W1995014490", + "https://openalex.org/W2001664274", + "https://openalex.org/W2002675557", + "https://openalex.org/W2002857471", + "https://openalex.org/W2003436527", + "https://openalex.org/W2004180556", + "https://openalex.org/W2004871537", + "https://openalex.org/W2005422315", + "https://openalex.org/W2005758492", + "https://openalex.org/W2006119904", + "https://openalex.org/W2006187024", + "https://openalex.org/W2007395264", + "https://openalex.org/W2007512902", + "https://openalex.org/W2008931716", + "https://openalex.org/W2009190245", + "https://openalex.org/W2010652031", + "https://openalex.org/W2013657661", + "https://openalex.org/W2015267443", + "https://openalex.org/W2015518873", + "https://openalex.org/W2017867386", + "https://openalex.org/W2019778169", + "https://openalex.org/W2020316999", + "https://openalex.org/W2025451713", + "https://openalex.org/W2029609769", + "https://openalex.org/W2033751006", + "https://openalex.org/W2035754578", + "https://openalex.org/W2040424159", + "https://openalex.org/W2041726831", + "https://openalex.org/W2043909051", + "https://openalex.org/W2045812729", + "https://openalex.org/W2047031127", + "https://openalex.org/W2049384587", + "https://openalex.org/W2053463056", + "https://openalex.org/W2058982198", + "https://openalex.org/W2059019405", + "https://openalex.org/W2060216474", + "https://openalex.org/W2060476676", + "https://openalex.org/W2060704583", + "https://openalex.org/W2062847911", + "https://openalex.org/W2062914707", + "https://openalex.org/W2063198646", + "https://openalex.org/W2063862666", + "https://openalex.org/W2064580901", + "https://openalex.org/W2065010255", + "https://openalex.org/W2065747622", + "https://openalex.org/W2066462377", + "https://openalex.org/W2071415686", + "https://openalex.org/W2071664212", + "https://openalex.org/W2076008912", + "https://openalex.org/W2077777431", + "https://openalex.org/W2080251601", + "https://openalex.org/W2084044465", + "https://openalex.org/W2085302848", + "https://openalex.org/W2085989833", + "https://openalex.org/W2087609354", + "https://openalex.org/W2088658068", + "https://openalex.org/W2092134162", + "https://openalex.org/W2092488901", + "https://openalex.org/W2092689128", + "https://openalex.org/W2093098531", + "https://openalex.org/W2094934653", + "https://openalex.org/W2096152098", + "https://openalex.org/W2096411881", + "https://openalex.org/W2097089247", + "https://openalex.org/W2097847889", + "https://openalex.org/W2101154521", + "https://openalex.org/W2104808840", + "https://openalex.org/W2106365165", + "https://openalex.org/W2107008379", + "https://openalex.org/W2107827038", + "https://openalex.org/W2110224739", + "https://openalex.org/W2114535528", + "https://openalex.org/W2125776553", + "https://openalex.org/W2126502509", + "https://openalex.org/W2126631147", + "https://openalex.org/W2126850915", + "https://openalex.org/W2127994451", + "https://openalex.org/W2130337399", + "https://openalex.org/W2132315067", + "https://openalex.org/W2133890944", + "https://openalex.org/W2135276756", + "https://openalex.org/W2139578439", + "https://openalex.org/W2140785063", + "https://openalex.org/W2140956226", + "https://openalex.org/W2142515059", + "https://openalex.org/W2145036943", + "https://openalex.org/W2145296344", + "https://openalex.org/W2146888100", + "https://openalex.org/W2147152072", + "https://openalex.org/W2149684865", + "https://openalex.org/W2151801809", + "https://openalex.org/W2153211312", + "https://openalex.org/W2153962014", + "https://openalex.org/W2158738673", + "https://openalex.org/W2165612380", + "https://openalex.org/W2169384781", + "https://openalex.org/W2170654002", + "https://openalex.org/W2172142456", + "https://openalex.org/W2174678383", + "https://openalex.org/W2435251607", + "https://openalex.org/W2561675875", + "https://openalex.org/W2798573942", + "https://openalex.org/W2915186198", + "https://openalex.org/W2949696181", + "https://openalex.org/W2952299822", + "https://openalex.org/W2953123431", + "https://openalex.org/W3042893949", + "https://openalex.org/W3157411736", + "https://openalex.org/W4205241946", + "https://openalex.org/W4240008182", + "https://openalex.org/W4249379282", + "https://openalex.org/W4285719527", + "https://openalex.org/W6604296810", + "https://openalex.org/W6614676750", + "https://openalex.org/W6629232668", + "https://openalex.org/W6630268012", + "https://openalex.org/W6631307659", + "https://openalex.org/W6632118081", + "https://openalex.org/W6633640926", + "https://openalex.org/W6635379667", + "https://openalex.org/W6635548358", + "https://openalex.org/W6636628491", + "https://openalex.org/W6638423001", + "https://openalex.org/W6641777427", + "https://openalex.org/W6643036076", + "https://openalex.org/W6644484350", + "https://openalex.org/W6666817399", + "https://openalex.org/W6673691841", + "https://openalex.org/W6673781366", + "https://openalex.org/W6679004887", + "https://openalex.org/W6679453733", + "https://openalex.org/W6681835404", + "https://openalex.org/W6682342947", + "https://openalex.org/W6738852829", + "https://openalex.org/W6792154874", + "https://openalex.org/W6794861161", + "https://openalex.org/W7046466245", + "https://openalex.org/W7064660697" + ], + "related_works": [ + "https://openalex.org/W2360898036", + "https://openalex.org/W2390857744", + "https://openalex.org/W2133651098", + "https://openalex.org/W2390698788", + "https://openalex.org/W2383063829", + "https://openalex.org/W2138922887", + "https://openalex.org/W2082678934", + "https://openalex.org/W2035261173", + "https://openalex.org/W2106892947", + "https://openalex.org/W2237299843" + ], + "abstract_inverted_index": { + "The": [ + 0, + 74 + ], + "automated": [ + 1 + ], + "categorization": [ + 2, + 122 + ], + "(or": [ + 3 + ], + "classification)": [ + 4 + ], + "of": [ + 5, + 25, + 66, + 71, + 76, + 89, + 104 + ], + "texts": [ + 6 + ], + "into": [ + 7 + ], + "predefined": [ + 8 + ], + "categories": [ + 9 + ], + "has": [ + 10 + ], + "witnessed": [ + 11 + ], + "a": [ + 12, + 53, + 59, + 64, + 90, + 96 + ], + "booming": [ + 13 + ], + "interest": [ + 14 + ], + "in": [ + 15, + 27, + 85, + 102, + 133 + ], + "the": [ + 16, + 22, + 31, + 38, + 41, + 69, + 72, + 80, + 86, + 117, + 126 + ], + "last": [ + 17 + ], + "10": [ + 18 + ], + "years,": [ + 19 + ], + "due": [ + 20 + ], + "to": [ + 21, + 34, + 44, + 111, + 120, + 137 + ], + "increased": [ + 23 + ], + "availability": [ + 24 + ], + "documents": [ + 26 + ], + "digital": [ + 28 + ], + "form": [ + 29 + ], + "and": [ + 30, + 108, + 146 + ], + "ensuing": [ + 32 + ], + "need": [ + 33 + ], + "organize": [ + 35 + ], + "them.": [ + 36 + ], + "In": [ + 37 + ], + "research": [ + 39 + ], + "community": [ + 40 + ], + "dominant": [ + 42 + ], + "approach": [ + 43, + 78, + 83 + ], + "this": [ + 45, + 77 + ], + "problem": [ + 46 + ], + "is": [ + 47 + ], + "based": [ + 48 + ], + "on": [ + 49 + ], + "machine": [ + 50, + 127 + ], + "learning": [ + 51, + 128 + ], + "techniques:": [ + 52 + ], + "general": [ + 54 + ], + "inductive": [ + 55 + ], + "process": [ + 56 + ], + "automatically": [ + 57 + ], + "builds": [ + 58 + ], + "classifier": [ + 60, + 91, + 144, + 147 + ], + "by": [ + 61, + 92 + ], + "learning,": [ + 62 + ], + "from": [ + 63 + ], + "set": [ + 65 + ], + "preclassified": [ + 67 + ], + "documents,": [ + 68 + ], + "characteristics": [ + 70 + ], + "categories.": [ + 73 + ], + "advantages": [ + 75 + ], + "over": [ + 79 + ], + "knowledge": [ + 81 + ], + "engineering": [ + 82 + ], + "(consisting": [ + 84 + ], + "manual": [ + 87 + ], + "definition": [ + 88 + ], + "domain": [ + 93 + ], + "experts)": [ + 94 + ], + "are": [ + 95 + ], + "very": [ + 97 + ], + "good": [ + 98 + ], + "effectiveness,": [ + 99 + ], + "considerable": [ + 100 + ], + "savings": [ + 101 + ], + "terms": [ + 103 + ], + "expert": [ + 105 + ], + "labor": [ + 106 + ], + "power,": [ + 107 + ], + "straightforward": [ + 109 + ], + "portability": [ + 110 + ], + "different": [ + 112, + 139 + ], + "domains.": [ + 113 + ], + "This": [ + 114 + ], + "survey": [ + 115 + ], + "discusses": [ + 116 + ], + "main": [ + 118 + ], + "approaches": [ + 119 + ], + "text": [ + 121 + ], + "that": [ + 123 + ], + "fall": [ + 124 + ], + "within": [ + 125 + ], + "paradigm.": [ + 129 + ], + "We": [ + 130 + ], + "will": [ + 131 + ], + "discuss": [ + 132 + ], + "detail": [ + 134 + ], + "issues": [ + 135 + ], + "pertaining": [ + 136 + ], + "three": [ + 138 + ], + "problems,": [ + 140 + ], + "namely,": [ + 141 + ], + "document": [ + 142 + ], + "representation,": [ + 143 + ], + "construction,": [ + 145 + ], + "evaluation.": [ + 148 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 43 + }, + { + "year": 2025, + "cited_by_count": 154 + }, + { + "year": 2024, + "cited_by_count": 162 + }, + { + "year": 2023, + "cited_by_count": 189 + }, + { + "year": 2022, + "cited_by_count": 208 + }, + { + "year": 2021, + "cited_by_count": 255 + }, + { + "year": 2020, + "cited_by_count": 387 + }, + { + "year": 2019, + "cited_by_count": 377 + }, + { + "year": 2018, + "cited_by_count": 423 + }, + { + "year": 2017, + "cited_by_count": 392 + }, + { + "year": 2016, + "cited_by_count": 423 + }, + { + "year": 2015, + "cited_by_count": 449 + }, + { + "year": 2014, + "cited_by_count": 482 + }, + { + "year": 2013, + "cited_by_count": 433 + }, + { + "year": 2012, + "cited_by_count": 433 + } + ], + "updated_date": "2026-05-28T09:10:13.091523", + "created_date": "2021-02-01T00:00:00" + }, + { + "id": "https://openalex.org/W1504694836", + "doi": null, + "title": "Programs for Machine Learning", + "display_name": "Programs for Machine Learning", + "relevance_score": 5950.4067, + "publication_year": 1994, + "publication_date": "1994-01-01", + "ids": { + "openalex": "https://openalex.org/W1504694836", + "mag": "1504694836" + }, + "language": "en", + "primary_location": { + "id": "mag:1504694836", + "is_oa": false, + "landing_page_url": null, + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": null + }, + "type": "article", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5010384159", + "display_name": "Steven L. Salzberg", + "orcid": "https://orcid.org/0000-0002-8859-7432" + }, + "institutions": [ + { + "id": "https://openalex.org/I145311948", + "display_name": "Johns Hopkins University", + "ror": "https://ror.org/00za53h95", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I145311948" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Steven L. Salzberg", + "raw_affiliation_strings": [ + "Johns Hopkins University (" + ], + "raw_orcid": "https://orcid.org/0000-0002-8859-7432", + "affiliations": [ + { + "raw_affiliation_string": "Johns Hopkins University (", + "institution_ids": [ + "https://openalex.org/I145311948" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5071525910", + "display_name": "Alberto M. Segre", + "orcid": "https://orcid.org/0000-0002-8886-6559" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Alberto M. Segre", + "raw_affiliation_strings": [], + "raw_orcid": "https://orcid.org/0000-0002-8886-6559", + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5010384159" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I145311948" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 107.5137, + "has_fulltext": false, + "cited_by_count": 5804, + "citation_normalized_percentile": { + "value": 0.9997644, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10538", + "display_name": "Data Mining Algorithms and Applications", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1710", + "display_name": "Information Systems" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10538", + "display_name": "Data Mining Algorithms and Applications", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1710", + "display_name": "Information Systems" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9908999800682068, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11063", + "display_name": "Rough Sets and Fuzzy Logic", + "score": 0.9908000230789185, + "subfield": { + "id": "https://openalex.org/subfields/1703", + "display_name": "Computational Theory and Mathematics" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/successor-cardinal", + "display_name": "Successor cardinal", + "score": 0.7589357495307922 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6884413957595825 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6734851002693176 + }, + { + "id": "https://openalex.org/keywords/decision-tree", + "display_name": "Decision tree", + "score": 0.6281428337097168 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6256998777389526 + }, + { + "id": "https://openalex.org/keywords/subject", + "display_name": "Subject (documents)", + "score": 0.5763391256332397 + }, + { + "id": "https://openalex.org/keywords/id3-algorithm", + "display_name": "ID3 algorithm", + "score": 0.5538088083267212 + }, + { + "id": "https://openalex.org/keywords/decision-tree-learning", + "display_name": "Decision tree learning", + "score": 0.2895125150680542 + }, + { + "id": "https://openalex.org/keywords/incremental-decision-tree", + "display_name": "Incremental decision tree", + "score": 0.1487756371498108 + }, + { + "id": "https://openalex.org/keywords/world-wide-web", + "display_name": "World Wide Web", + "score": 0.12600353360176086 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.1005239188671112 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C75306776", + "wikidata": "https://www.wikidata.org/wiki/Q7632662", + "display_name": "Successor cardinal", + "level": 2, + "score": 0.7589357495307922 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6884413957595825 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6734851002693176 + }, + { + "id": "https://openalex.org/C84525736", + "wikidata": "https://www.wikidata.org/wiki/Q831366", + "display_name": "Decision tree", + "level": 2, + "score": 0.6281428337097168 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6256998777389526 + }, + { + "id": "https://openalex.org/C2777855551", + "wikidata": "https://www.wikidata.org/wiki/Q12310021", + "display_name": "Subject (documents)", + "level": 2, + "score": 0.5763391256332397 + }, + { + "id": "https://openalex.org/C183931066", + "wikidata": "https://www.wikidata.org/wiki/Q1653378", + "display_name": "ID3 algorithm", + "level": 5, + "score": 0.5538088083267212 + }, + { + "id": "https://openalex.org/C5481197", + "wikidata": "https://www.wikidata.org/wiki/Q16766476", + "display_name": "Decision tree learning", + "level": 3, + "score": 0.2895125150680542 + }, + { + "id": "https://openalex.org/C10229987", + "wikidata": "https://www.wikidata.org/wiki/Q17083028", + "display_name": "Incremental decision tree", + "level": 4, + "score": 0.1487756371498108 + }, + { + "id": "https://openalex.org/C136764020", + "wikidata": "https://www.wikidata.org/wiki/Q466", + "display_name": "World Wide Web", + "level": 1, + "score": 0.12600353360176086 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.1005239188671112 + }, + { + "id": "https://openalex.org/C134306372", + "wikidata": "https://www.wikidata.org/wiki/Q7754", + "display_name": "Mathematical analysis", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "mag:1504694836", + "is_oa": false, + "landing_page_url": null, + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "id": "https://metadata.un.org/sdg/16", + "display_name": "Peace, Justice and strong institutions", + "score": 0.5799999833106995 + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 6, + "referenced_works": [ + "https://openalex.org/W1534707631", + "https://openalex.org/W1573640198", + "https://openalex.org/W1594031697", + "https://openalex.org/W1604329830", + "https://openalex.org/W2149706766", + "https://openalex.org/W3085162807" + ], + "related_works": [ + "https://openalex.org/W3120740533", + "https://openalex.org/W2966207845", + "https://openalex.org/W2912934387", + "https://openalex.org/W2911964244", + "https://openalex.org/W2156909104", + "https://openalex.org/W2149706766", + "https://openalex.org/W2147169507", + "https://openalex.org/W2140190241", + "https://openalex.org/W2136000097", + "https://openalex.org/W2133990480", + "https://openalex.org/W2125055259", + "https://openalex.org/W2123504579", + "https://openalex.org/W2112076978", + "https://openalex.org/W2084812512", + "https://openalex.org/W1988790447", + "https://openalex.org/W1912123407", + "https://openalex.org/W1670263352", + "https://openalex.org/W1594031697", + "https://openalex.org/W1585743408", + "https://openalex.org/W1570448133" + ], + "abstract_inverted_index": { + "Algorithms": [ + 0 + ], + "for": [ + 1, + 64, + 87 + ], + "constructing": [ + 2 + ], + "decision": [ + 3, + 20, + 68 + ], + "trees": [ + 4, + 69 + ], + "are": [ + 5, + 31 + ], + "among": [ + 6 + ], + "the": [ + 7, + 33, + 37, + 49, + 104, + 117 + ], + "most": [ + 8, + 34, + 61 + ], + "well": [ + 9 + ], + "known": [ + 10 + ], + "and": [ + 11, + 27, + 43, + 122 + ], + "widely": [ + 12 + ], + "used": [ + 13 + ], + "of": [ + 14, + 51, + 99, + 119 + ], + "all": [ + 15 + ], + "machine": [ + 16, + 38 + ], + "learning": [ + 17, + 39 + ], + "methods.": [ + 18 + ], + "Among": [ + 19 + ], + "tree": [ + 21 + ], + "algorithms,": [ + 22 + ], + "J.": [ + 23 + ], + "Ross": [ + 24 + ], + "Quinlan's": [ + 25, + 72 + ], + "ID3": [ + 26 + ], + "its": [ + 28 + ], + "successor,": [ + 29 + ], + "C4.5,": [ + 30 + ], + "probably": [ + 32 + ], + "popular": [ + 35 + ], + "in": [ + 36 + ], + "community.": [ + 40 + ], + "These": [ + 41 + ], + "algorithms": [ + 42 + ], + "variations": [ + 44 + ], + "on": [ + 45 + ], + "them": [ + 46 + ], + "have": [ + 47 + ], + "been": [ + 48 + ], + "subject": [ + 50 + ], + "numerous": [ + 52 + ], + "research": [ + 53 + ], + "papers": [ + 54 + ], + "since": [ + 55 + ], + "Quinlan": [ + 56, + 90 + ], + "introduced": [ + 57 + ], + "ID3.": [ + 58 + ], + "Until": [ + 59 + ], + "recently,": [ + 60 + ], + "researchers": [ + 62, + 121 + ], + "looking": [ + 63 + ], + "an": [ + 65 + ], + "introduction": [ + 66 + ], + "to": [ + 67, + 71, + 116 + ], + "turned": [ + 70 + ], + "seminal": [ + 73 + ], + "1986": [ + 74 + ], + "Machine": [ + 75, + 88 + ], + "Learning": [ + 76 + ], + "journal": [ + 77 + ], + "article": [ + 78 + ], + "[Quinlan,": [ + 79 + ], + "1986].": [ + 80 + ], + "In": [ + 81 + ], + "his": [ + 82, + 100 + ], + "new": [ + 83 + ], + "book,": [ + 84 + ], + "C4.5:": [ + 85 + ], + "Programs": [ + 86 + ], + "Learning,": [ + 89 + ], + "has": [ + 91 + ], + "put": [ + 92 + ], + "together": [ + 93 + ], + "a": [ + 94, + 113 + ], + "definitive,": [ + 95 + ], + "much": [ + 96 + ], + "needed": [ + 97 + ], + "description": [ + 98 + ], + "complete": [ + 101 + ], + "system,": [ + 102 + ], + "including": [ + 103 + ], + "latest": [ + 105 + ], + "developments.": [ + 106 + ], + "As": [ + 107 + ], + "such,": [ + 108 + ], + "this": [ + 109 + ], + "book": [ + 110 + ], + "will": [ + 111 + ], + "be": [ + 112 + ], + "welcome": [ + 114 + ], + "addition": [ + 115 + ], + "library": [ + 118 + ], + "many": [ + 120 + ], + "students.": [ + 123 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 11 + }, + { + "year": 2024, + "cited_by_count": 25 + }, + { + "year": 2023, + "cited_by_count": 36 + }, + { + "year": 2022, + "cited_by_count": 48 + }, + { + "year": 2021, + "cited_by_count": 153 + }, + { + "year": 2020, + "cited_by_count": 167 + }, + { + "year": 2019, + "cited_by_count": 143 + }, + { + "year": 2018, + "cited_by_count": 160 + }, + { + "year": 2017, + "cited_by_count": 145 + }, + { + "year": 2016, + "cited_by_count": 190 + }, + { + "year": 2015, + "cited_by_count": 311 + }, + { + "year": 2014, + "cited_by_count": 283 + }, + { + "year": 2013, + "cited_by_count": 321 + }, + { + "year": 2012, + "cited_by_count": 284 + } + ], + "updated_date": "2026-04-26T08:31:28.666265", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2271840356", + "doi": "https://doi.org/10.48550/arxiv.1603.04467", + "title": "TensorFlow: Large-Scale Machine Learning on Heterogeneous Distributed Systems", + "display_name": "TensorFlow: Large-Scale Machine Learning on Heterogeneous Distributed Systems", + "relevance_score": 5950.2344, + "publication_year": 2016, + "publication_date": "2016-03-14", + "ids": { + "openalex": "https://openalex.org/W2271840356", + "doi": "https://doi.org/10.48550/arxiv.1603.04467", + "mag": "2271840356" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:arXiv.org:1603.04467", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1603.04467", + "pdf_url": "https://arxiv.org/pdf/1603.04467", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "type": "preprint", + "indexed_in": [ + "arxiv", + "datacite" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1603.04467", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5109387322", + "display_name": "Martı́n Abadi", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "Abadi, Martín", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5027820479", + "display_name": "Ashish Agarwal", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Agarwal, Ashish", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5110193634", + "display_name": "Paul Barham", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Barham, Paul", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5047736127", + "display_name": "Eugene Brevdo", + "orcid": "https://orcid.org/0009-0005-7965-3534" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Brevdo, Eugene", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5100715424", + "display_name": "Zhifeng Chen", + "orcid": "https://orcid.org/0000-0001-8631-2424" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Chen, Zhifeng", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5069624169", + "display_name": "Craig Citro", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Citro, Craig", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5066927687", + "display_name": "Gregory S. Corrado", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Corrado, Greg S.", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5068599616", + "display_name": "Andy Davis", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Davis, Andy", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5043872671", + "display_name": "Jay B. Dean", + "orcid": "https://orcid.org/0000-0003-1362-0500" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Dean, Jeffrey", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5004386681", + "display_name": "Matthieu Devin", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Devin, Matthieu", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5012998255", + "display_name": "Sanjay Ghemawat", + "orcid": "https://orcid.org/0009-0005-6843-3093" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Ghemawat, Sanjay", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5004271128", + "display_name": "Ian Goodfellow", + "orcid": "https://orcid.org/0000-0003-3937-2322" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Goodfellow, Ian", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5064042510", + "display_name": "Andrew Harp", + "orcid": "https://orcid.org/0000-0002-4836-7878" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Harp, Andrew", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5029611587", + "display_name": "Geoffrey Irving", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Irving, Geoffrey", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5089543053", + "display_name": "Michael Isard", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Isard, Michael", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5110220840", + "display_name": "Yangqing Jia", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Jia, Yangqing", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5067370075", + "display_name": "Rafał Józefowicz", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Jozefowicz, Rafal", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5031789995", + "display_name": "Łukasz Kaiser", + "orcid": "https://orcid.org/0000-0003-1092-6010" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Kaiser, Lukasz", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5000650022", + "display_name": "Manjunath Kudlur", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Kudlur, Manjunath", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5009510257", + "display_name": "Josh Levenberg", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Levenberg, Josh", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5045113162", + "display_name": "Dan Mané", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Mane, Dan", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5024140027", + "display_name": "Rajat Monga", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Monga, Rajat", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5063771762", + "display_name": "Sherry Moore", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Moore, Sherry", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5067335143", + "display_name": "Derek G. Murray", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Murray, Derek", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5039751155", + "display_name": "Chris Olah", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Olah, Chris", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5113452656", + "display_name": "Mike Schuster", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Schuster, Mike", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5032356827", + "display_name": "Jonathon Shlens", + "orcid": "https://orcid.org/0000-0001-9513-4244" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Shlens, Jonathon", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5028992619", + "display_name": "Benoit Steiner", + "orcid": "https://orcid.org/0000-0002-5767-4976" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Steiner, Benoit", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5006446297", + "display_name": "Ilya Sutskever", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Sutskever, Ilya", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5080065269", + "display_name": "Kunal Talwar", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Talwar, Kunal", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5016586245", + "display_name": "Paul A. Tucker", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Tucker, Paul", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5013813527", + "display_name": "Vincent Vanhoucke", + "orcid": "https://orcid.org/0000-0003-0544-2791" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Vanhoucke, Vincent", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5004650249", + "display_name": "Vijay Vasudevan", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Vasudevan, Vijay", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5059594867", + "display_name": "Fernanda Viégas", + "orcid": "https://orcid.org/0000-0002-4951-4008" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Viegas, Fernanda", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5003562101", + "display_name": "Oriol Vinyals", + "orcid": "https://orcid.org/0000-0001-7848-7283" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Vinyals, Oriol", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5014405928", + "display_name": "Pete Warden", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Warden, Pete", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5039276358", + "display_name": "Martin Wattenberg", + "orcid": "https://orcid.org/0000-0003-0904-4862" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Wattenberg, Martin", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5080764662", + "display_name": "Martin Wicke", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Wicke, Martin", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5104075606", + "display_name": "Yuan Yu", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Yu, Yuan", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5102988664", + "display_name": "Xiaoqiang Zheng", + "orcid": "https://orcid.org/0000-0001-5151-8561" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Zheng, Xiaoqiang", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 40, + "corresponding_author_ids": [ + "https://openalex.org/A5109387322" + ], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": null, + "has_fulltext": false, + "cited_by_count": 9772, + "citation_normalized_percentile": null, + "cited_by_percentile_year": null, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10054", + "display_name": "Parallel Computing and Optimization Techniques", + "score": 0.9970999956130981, + "subfield": { + "id": "https://openalex.org/subfields/1708", + "display_name": "Hardware and Architecture" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10054", + "display_name": "Parallel Computing and Optimization Techniques", + "score": 0.9970999956130981, + "subfield": { + "id": "https://openalex.org/subfields/1708", + "display_name": "Hardware and Architecture" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10101", + "display_name": "Cloud Computing and Resource Management", + "score": 0.9958999752998352, + "subfield": { + "id": "https://openalex.org/subfields/1710", + "display_name": "Information Systems" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11986", + "display_name": "Scientific Computing and Data Management", + "score": 0.9957000017166138, + "subfield": { + "id": "https://openalex.org/subfields/1802", + "display_name": "Information Systems and Management" + }, + "field": { + "id": "https://openalex.org/fields/18", + "display_name": "Decision Sciences" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/scale", + "display_name": "Scale (ratio)", + "score": 0.6250410079956055 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.5916432738304138 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.463681161403656 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.3644576668739319 + }, + { + "id": "https://openalex.org/keywords/distributed-computing", + "display_name": "Distributed computing", + "score": 0.36219537258148193 + }, + { + "id": "https://openalex.org/keywords/geography", + "display_name": "Geography", + "score": 0.11677020788192749 + }, + { + "id": "https://openalex.org/keywords/cartography", + "display_name": "Cartography", + "score": 0.11492305994033813 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2778755073", + "wikidata": "https://www.wikidata.org/wiki/Q10858537", + "display_name": "Scale (ratio)", + "level": 2, + "score": 0.6250410079956055 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.5916432738304138 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.463681161403656 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.3644576668739319 + }, + { + "id": "https://openalex.org/C120314980", + "wikidata": "https://www.wikidata.org/wiki/Q180634", + "display_name": "Distributed computing", + "level": 1, + "score": 0.36219537258148193 + }, + { + "id": "https://openalex.org/C205649164", + "wikidata": "https://www.wikidata.org/wiki/Q1071", + "display_name": "Geography", + "level": 0, + "score": 0.11677020788192749 + }, + { + "id": "https://openalex.org/C58640448", + "wikidata": "https://www.wikidata.org/wiki/Q42515", + "display_name": "Cartography", + "level": 1, + "score": 0.11492305994033813 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "pmh:oai:arXiv.org:1603.04467", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1603.04467", + "pdf_url": "https://arxiv.org/pdf/1603.04467", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "doi:10.48550/arxiv.1603.04467", + "is_oa": true, + "landing_page_url": "https://doi.org/10.48550/arxiv.1603.04467", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1603.04467", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1603.04467", + "pdf_url": "https://arxiv.org/pdf/1603.04467", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "sustainable_development_goals": [ + { + "id": "https://metadata.un.org/sdg/4", + "display_name": "Quality Education", + "score": 0.5299999713897705 + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 42, + "referenced_works": [ + "https://openalex.org/W1442374986", + "https://openalex.org/W1484210532", + "https://openalex.org/W1487337216", + "https://openalex.org/W1498436455", + "https://openalex.org/W1526734559", + "https://openalex.org/W1548328233", + "https://openalex.org/W1598866093", + "https://openalex.org/W1614298861", + "https://openalex.org/W1658008008", + "https://openalex.org/W1667652561", + "https://openalex.org/W1738019091", + "https://openalex.org/W1827297289", + "https://openalex.org/W1869752048", + "https://openalex.org/W1947291763", + "https://openalex.org/W1978660892", + "https://openalex.org/W1978924650", + "https://openalex.org/W2002257715", + "https://openalex.org/W2016053056", + "https://openalex.org/W2017351599", + "https://openalex.org/W2032036568", + "https://openalex.org/W2035424729", + "https://openalex.org/W2055312318", + "https://openalex.org/W2064675550", + "https://openalex.org/W2082171780", + "https://openalex.org/W2097117768", + "https://openalex.org/W2100830825", + "https://openalex.org/W2123024445", + "https://openalex.org/W2130942839", + "https://openalex.org/W2131975293", + "https://openalex.org/W2138243089", + "https://openalex.org/W2141992894", + "https://openalex.org/W2146757372", + "https://openalex.org/W2155893237", + "https://openalex.org/W2160815625", + "https://openalex.org/W2168231600", + "https://openalex.org/W2171532807", + "https://openalex.org/W2181607856", + "https://openalex.org/W2253807446", + "https://openalex.org/W2507756961", + "https://openalex.org/W2949117887", + "https://openalex.org/W2950789693", + "https://openalex.org/W2951781666" + ], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W3046775127", + "https://openalex.org/W3107602296", + "https://openalex.org/W3170094116", + "https://openalex.org/W4386462264", + "https://openalex.org/W4364306694", + "https://openalex.org/W4312192474", + "https://openalex.org/W4283697347", + "https://openalex.org/W4210805261" + ], + "abstract_inverted_index": { + "TensorFlow": [ + 0, + 20, + 138, + 153 + ], + "is": [ + 1, + 65 + ], + "an": [ + 2, + 10, + 141, + 162 + ], + "interface": [ + 3, + 139, + 145 + ], + "for": [ + 4, + 12, + 83, + 93, + 97 + ], + "expressing": [ + 5 + ], + "machine": [ + 6, + 99 + ], + "learning": [ + 7, + 100 + ], + "algorithms,": [ + 8, + 77 + ], + "and": [ + 9, + 43, + 54, + 67, + 80, + 88, + 96, + 113, + 130, + 140, + 155, + 173 + ], + "implementation": [ + 11, + 142, + 158 + ], + "executing": [ + 13 + ], + "such": [ + 14, + 40, + 59 + ], + "algorithms.": [ + 15 + ], + "A": [ + 16 + ], + "computation": [ + 17 + ], + "expressed": [ + 18 + ], + "using": [ + 19 + ], + "can": [ + 21, + 68 + ], + "be": [ + 22, + 69 + ], + "executed": [ + 23 + ], + "with": [ + 24 + ], + "little": [ + 25 + ], + "or": [ + 26 + ], + "no": [ + 27 + ], + "change": [ + 28 + ], + "on": [ + 29 + ], + "a": [ + 30, + 73, + 107, + 156 + ], + "wide": [ + 31, + 74 + ], + "variety": [ + 32, + 75 + ], + "of": [ + 33, + 50, + 52, + 56, + 76, + 110, + 143 + ], + "heterogeneous": [ + 34 + ], + "systems,": [ + 35 + ], + "ranging": [ + 36 + ], + "from": [ + 37 + ], + "mobile": [ + 38 + ], + "devices": [ + 39, + 58 + ], + "as": [ + 41, + 60, + 161 + ], + "phones": [ + 42 + ], + "tablets": [ + 44 + ], + "up": [ + 45 + ], + "to": [ + 46, + 71 + ], + "large-scale": [ + 47 + ], + "distributed": [ + 48 + ], + "systems": [ + 49, + 101 + ], + "hundreds": [ + 51 + ], + "machines": [ + 53 + ], + "thousands": [ + 55 + ], + "computational": [ + 57, + 131 + ], + "GPU": [ + 61 + ], + "cards.": [ + 62 + ], + "The": [ + 63, + 152 + ], + "system": [ + 64 + ], + "flexible": [ + 66 + ], + "used": [ + 70, + 92 + ], + "express": [ + 72 + ], + "including": [ + 78, + 116 + ], + "training": [ + 79 + ], + "inference": [ + 81 + ], + "algorithms": [ + 82 + ], + "deep": [ + 84 + ], + "neural": [ + 85 + ], + "network": [ + 86 + ], + "models,": [ + 87 + ], + "it": [ + 89 + ], + "has": [ + 90 + ], + "been": [ + 91 + ], + "conducting": [ + 94 + ], + "research": [ + 95 + ], + "deploying": [ + 98 + ], + "into": [ + 102 + ], + "production": [ + 103 + ], + "across": [ + 104 + ], + "more": [ + 105 + ], + "than": [ + 106 + ], + "dozen": [ + 108 + ], + "areas": [ + 109 + ], + "computer": [ + 111, + 119 + ], + "science": [ + 112 + ], + "other": [ + 114 + ], + "fields,": [ + 115 + ], + "speech": [ + 117 + ], + "recognition,": [ + 118 + ], + "vision,": [ + 120 + ], + "robotics,": [ + 121 + ], + "information": [ + 122, + 128 + ], + "retrieval,": [ + 123 + ], + "natural": [ + 124 + ], + "language": [ + 125 + ], + "processing,": [ + 126 + ], + "geographic": [ + 127 + ], + "extraction,": [ + 129 + ], + "drug": [ + 132 + ], + "discovery.": [ + 133 + ], + "This": [ + 134 + ], + "paper": [ + 135 + ], + "describes": [ + 136 + ], + "the": [ + 137, + 166 + ], + "that": [ + 144, + 146 + ], + "we": [ + 147 + ], + "have": [ + 148 + ], + "built": [ + 149 + ], + "at": [ + 150, + 176 + ], + "Google.": [ + 151 + ], + "API": [ + 154 + ], + "reference": [ + 157 + ], + "were": [ + 159 + ], + "released": [ + 160 + ], + "open-source": [ + 163 + ], + "package": [ + 164 + ], + "under": [ + 165 + ], + "Apache": [ + 167 + ], + "2.0": [ + 168 + ], + "license": [ + 169 + ], + "in": [ + 170 + ], + "November,": [ + 171 + ], + "2015": [ + 172 + ], + "are": [ + 174 + ], + "available": [ + 175 + ], + "www.tensorflow.org.": [ + 177 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 34 + }, + { + "year": 2025, + "cited_by_count": 298 + }, + { + "year": 2024, + "cited_by_count": 727 + }, + { + "year": 2023, + "cited_by_count": 903 + }, + { + "year": 2022, + "cited_by_count": 846 + }, + { + "year": 2021, + "cited_by_count": 1496 + }, + { + "year": 2020, + "cited_by_count": 1433 + }, + { + "year": 2019, + "cited_by_count": 1315 + }, + { + "year": 2018, + "cited_by_count": 1564 + }, + { + "year": 2017, + "cited_by_count": 996 + }, + { + "year": 2016, + "cited_by_count": 156 + }, + { + "year": 2015, + "cited_by_count": 2 + }, + { + "year": 2014, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2402144811", + "doi": "https://doi.org/10.5555/3026877.3026899", + "title": "TensorFlow: a system for large-scale machine learning", + "display_name": "TensorFlow: a system for large-scale machine learning", + "relevance_score": 5234.945, + "publication_year": 2016, + "publication_date": "2016-11-02", + "ids": { + "openalex": "https://openalex.org/W2402144811", + "doi": "https://doi.org/10.5555/3026877.3026899", + "mag": "2402144811" + }, + "language": "en", + "primary_location": { + "id": "mag:2402144811", + "is_oa": false, + "landing_page_url": "https://www.usenix.org/system/files/conference/osdi16/osdi16-abadi.pdf", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306420647", + "display_name": "Operating Systems Design and Implementation", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "conference" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": false, + "raw_source_name": "Operating Systems Design and Implementation", + "raw_type": null + }, + "type": "article", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5109387322", + "display_name": "Martı́n Abadi", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Martı́n Abadi", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5110193634", + "display_name": "Paul Barham", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Paul Barham", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5100665512", + "display_name": "Jianmin Chen", + "orcid": "https://orcid.org/0000-0001-5859-3070" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Jianmin Chen", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": "https://orcid.org/0000-0001-5859-3070", + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5100715421", + "display_name": "Zhifeng Chen", + "orcid": "https://orcid.org/0000-0001-5137-1344" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Zhifeng Chen", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": "https://orcid.org/0000-0001-5137-1344", + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5068599616", + "display_name": "Andy Davis", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Andy Davis", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5043872671", + "display_name": "Jay B. Dean", + "orcid": "https://orcid.org/0000-0003-1362-0500" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Jay B. Dean", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": "https://orcid.org/0000-0003-1362-0500", + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5004386681", + "display_name": "Matthieu Devin", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Matthieu Devin", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5012998255", + "display_name": "Sanjay Ghemawat", + "orcid": "https://orcid.org/0009-0005-6843-3093" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Sanjay Ghemawat", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": "https://orcid.org/0009-0005-6843-3093", + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5029611587", + "display_name": "Geoffrey Irving", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Geoffrey Irving", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5089543053", + "display_name": "Michael Isard", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Michael Isard", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5000650022", + "display_name": "Manjunath Kudlur", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Manjunath Kudlur", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5009510257", + "display_name": "Josh Levenberg", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Josh Levenberg", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5024140027", + "display_name": "Rajat Monga", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Rajat Monga", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5063771762", + "display_name": "Sherry Moore", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Sherry Moore", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5067335143", + "display_name": "Derek G. Murray", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Derek G. Murray", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5028992619", + "display_name": "Benoit Steiner", + "orcid": "https://orcid.org/0000-0002-5767-4976" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Benoit Steiner", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": "https://orcid.org/0000-0002-5767-4976", + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5016586245", + "display_name": "Paul A. Tucker", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Paul A. Tucker", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5004650249", + "display_name": "Vijay Vasudevan", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Vijay Vasudevan", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5014405928", + "display_name": "Pete Warden", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Pete Warden", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5080764662", + "display_name": "Martin Wicke", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Martin Wicke", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5104075606", + "display_name": "Yuan Yu", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Yuan Yu", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5102988664", + "display_name": "Xiaoqiang Zheng", + "orcid": "https://orcid.org/0000-0001-5151-8561" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Xiaoqiang Zheng", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": "https://orcid.org/0000-0001-5151-8561", + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 22, + "corresponding_author_ids": [ + "https://openalex.org/A5109387322" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I1291425158" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 330.6462, + "has_fulltext": false, + "cited_by_count": 6353, + "citation_normalized_percentile": { + "value": 1.0, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": "265", + "last_page": "283" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10036", + "display_name": "Advanced Neural Network Applications", + "score": 0.9991000294685364, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10036", + "display_name": "Advanced Neural Network Applications", + "score": 0.9991000294685364, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10054", + "display_name": "Parallel Computing and Optimization Techniques", + "score": 0.9987000226974487, + "subfield": { + "id": "https://openalex.org/subfields/1708", + "display_name": "Hardware and Architecture" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11689", + "display_name": "Adversarial Robustness in Machine Learning", + "score": 0.9969000220298767, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/dataflow", + "display_name": "Dataflow", + "score": 0.9571843147277832 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.830622673034668 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.711643636226654 + }, + { + "id": "https://openalex.org/keywords/multi-core-processor", + "display_name": "Multi-core processor", + "score": 0.5773373246192932 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.5193118453025818 + }, + { + "id": "https://openalex.org/keywords/computer-architecture", + "display_name": "Computer architecture", + "score": 0.4896014332771301 + }, + { + "id": "https://openalex.org/keywords/deep-learning", + "display_name": "Deep learning", + "score": 0.4813452661037445 + }, + { + "id": "https://openalex.org/keywords/scalability", + "display_name": "Scalability", + "score": 0.47406429052352905 + }, + { + "id": "https://openalex.org/keywords/inference", + "display_name": "Inference", + "score": 0.4678526520729065 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.44974687695503235 + }, + { + "id": "https://openalex.org/keywords/dataflow-architecture", + "display_name": "Dataflow architecture", + "score": 0.4496024250984192 + }, + { + "id": "https://openalex.org/keywords/computation", + "display_name": "Computation", + "score": 0.4395424723625183 + }, + { + "id": "https://openalex.org/keywords/distributed-computing", + "display_name": "Distributed computing", + "score": 0.3712141215801239 + }, + { + "id": "https://openalex.org/keywords/parallel-computing", + "display_name": "Parallel computing", + "score": 0.33661338686943054 + }, + { + "id": "https://openalex.org/keywords/programming-language", + "display_name": "Programming language", + "score": 0.21078741550445557 + }, + { + "id": "https://openalex.org/keywords/operating-system", + "display_name": "Operating system", + "score": 0.14919248223304749 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C96324660", + "wikidata": "https://www.wikidata.org/wiki/Q205446", + "display_name": "Dataflow", + "level": 2, + "score": 0.9571843147277832 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.830622673034668 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.711643636226654 + }, + { + "id": "https://openalex.org/C78766204", + "wikidata": "https://www.wikidata.org/wiki/Q555032", + "display_name": "Multi-core processor", + "level": 2, + "score": 0.5773373246192932 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.5193118453025818 + }, + { + "id": "https://openalex.org/C118524514", + "wikidata": "https://www.wikidata.org/wiki/Q173212", + "display_name": "Computer architecture", + "level": 1, + "score": 0.4896014332771301 + }, + { + "id": "https://openalex.org/C108583219", + "wikidata": "https://www.wikidata.org/wiki/Q197536", + "display_name": "Deep learning", + "level": 2, + "score": 0.4813452661037445 + }, + { + "id": "https://openalex.org/C48044578", + "wikidata": "https://www.wikidata.org/wiki/Q727490", + "display_name": "Scalability", + "level": 2, + "score": 0.47406429052352905 + }, + { + "id": "https://openalex.org/C2776214188", + "wikidata": "https://www.wikidata.org/wiki/Q408386", + "display_name": "Inference", + "level": 2, + "score": 0.4678526520729065 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.44974687695503235 + }, + { + "id": "https://openalex.org/C176727019", + "wikidata": "https://www.wikidata.org/wiki/Q1172415", + "display_name": "Dataflow architecture", + "level": 3, + "score": 0.4496024250984192 + }, + { + "id": "https://openalex.org/C45374587", + "wikidata": "https://www.wikidata.org/wiki/Q12525525", + "display_name": "Computation", + "level": 2, + "score": 0.4395424723625183 + }, + { + "id": "https://openalex.org/C120314980", + "wikidata": "https://www.wikidata.org/wiki/Q180634", + "display_name": "Distributed computing", + "level": 1, + "score": 0.3712141215801239 + }, + { + "id": "https://openalex.org/C173608175", + "wikidata": "https://www.wikidata.org/wiki/Q232661", + "display_name": "Parallel computing", + "level": 1, + "score": 0.33661338686943054 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.21078741550445557 + }, + { + "id": "https://openalex.org/C111919701", + "wikidata": "https://www.wikidata.org/wiki/Q9135", + "display_name": "Operating system", + "level": 1, + "score": 0.14919248223304749 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "mag:2402144811", + "is_oa": false, + "landing_page_url": "https://www.usenix.org/system/files/conference/osdi16/osdi16-abadi.pdf", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306420647", + "display_name": "Operating Systems Design and Implementation", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "conference" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": "Operating Systems Design and Implementation", + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "id": "https://metadata.un.org/sdg/9", + "display_name": "Industry, innovation and infrastructure", + "score": 0.4000000059604645 + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 55, + "referenced_works": [ + "https://openalex.org/W104184427", + "https://openalex.org/W145476170", + "https://openalex.org/W1425731158", + "https://openalex.org/W1442374986", + "https://openalex.org/W1485981043", + "https://openalex.org/W1493893823", + "https://openalex.org/W1498436455", + "https://openalex.org/W1526734559", + "https://openalex.org/W1539309091", + "https://openalex.org/W1548328233", + "https://openalex.org/W1598866093", + "https://openalex.org/W1658008008", + "https://openalex.org/W1667652561", + "https://openalex.org/W1815076433", + "https://openalex.org/W1947291763", + "https://openalex.org/W1978660892", + "https://openalex.org/W2016053056", + "https://openalex.org/W2032036568", + "https://openalex.org/W2035424729", + "https://openalex.org/W2041517243", + "https://openalex.org/W2061570747", + "https://openalex.org/W2064675550", + "https://openalex.org/W2066443755", + "https://openalex.org/W2083842231", + "https://openalex.org/W2097117768", + "https://openalex.org/W2100664567", + "https://openalex.org/W2100830825", + "https://openalex.org/W2117539524", + "https://openalex.org/W2122465391", + "https://openalex.org/W2131975293", + "https://openalex.org/W2132339004", + "https://openalex.org/W2140833774", + "https://openalex.org/W2141992894", + "https://openalex.org/W2145339207", + "https://openalex.org/W2146502635", + "https://openalex.org/W2146757372", + "https://openalex.org/W2147527908", + "https://openalex.org/W2160815625", + "https://openalex.org/W2168231600", + "https://openalex.org/W2172654076", + "https://openalex.org/W2186615578", + "https://openalex.org/W2194775991", + "https://openalex.org/W2253807446", + "https://openalex.org/W2259472270", + "https://openalex.org/W2336650964", + "https://openalex.org/W2339765813", + "https://openalex.org/W2384495648", + "https://openalex.org/W2521218765", + "https://openalex.org/W2525778437", + "https://openalex.org/W2618530766", + "https://openalex.org/W2949117887", + "https://openalex.org/W2949888546", + "https://openalex.org/W2950577311", + "https://openalex.org/W2951781666", + "https://openalex.org/W2962844195" + ], + "related_works": [ + "https://openalex.org/W3118608800", + "https://openalex.org/W2970971581", + "https://openalex.org/W2964121744", + "https://openalex.org/W2949117887", + "https://openalex.org/W2919115771", + "https://openalex.org/W2899771611", + "https://openalex.org/W2194775991", + "https://openalex.org/W2186615578", + "https://openalex.org/W2163605009", + "https://openalex.org/W2155893237", + "https://openalex.org/W2117539524", + "https://openalex.org/W2112796928", + "https://openalex.org/W2108598243", + "https://openalex.org/W2101234009", + "https://openalex.org/W2099471712", + "https://openalex.org/W2097117768", + "https://openalex.org/W2095705004", + "https://openalex.org/W2064675550", + "https://openalex.org/W1901129140", + "https://openalex.org/W1686810756" + ], + "abstract_inverted_index": { + "TensorFlow": [ + 0, + 91, + 102, + 123, + 150, + 159 + ], + "is": [ + 1, + 86 + ], + "a": [ + 2, + 36, + 43, + 47, + 104, + 109 + ], + "machine": [ + 3, + 48, + 141 + ], + "learning": [ + 4, + 142 + ], + "system": [ + 5 + ], + "that": [ + 6, + 27, + 29, + 158 + ], + "operates": [ + 7 + ], + "at": [ + 8 + ], + "large": [ + 9 + ], + "scale": [ + 10 + ], + "and": [ + 11, + 24, + 45, + 58, + 99, + 113, + 134, + 153 + ], + "in": [ + 12, + 42, + 76, + 124 + ], + "heterogeneous": [ + 13 + ], + "environments.": [ + 14 + ], + "Tensor-Flow": [ + 15 + ], + "uses": [ + 16 + ], + "dataflow": [ + 17, + 37, + 151 + ], + "graphs": [ + 18 + ], + "to": [ + 19, + 71, + 94 + ], + "represent": [ + 20 + ], + "computation,": [ + 21 + ], + "shared": [ + 22, + 84 + ], + "state,": [ + 23 + ], + "the": [ + 25, + 33, + 72, + 81, + 89, + 149, + 155 + ], + "operations": [ + 26 + ], + "mutate": [ + 28 + ], + "state.": [ + 30 + ], + "It": [ + 31 + ], + "maps": [ + 32 + ], + "nodes": [ + 34 + ], + "of": [ + 35, + 83, + 106 + ], + "graph": [ + 38 + ], + "across": [ + 39, + 49 + ], + "many": [ + 40 + ], + "machines": [ + 41 + ], + "cluster,": [ + 44 + ], + "within": [ + 46 + ], + "multiple": [ + 50 + ], + "computational": [ + 51 + ], + "devices,": [ + 52 + ], + "including": [ + 53 + ], + "multicore": [ + 54 + ], + "CPUs,": [ + 55 + ], + "general-purpose": [ + 56 + ], + "GPUs,": [ + 57 + ], + "custom-designed": [ + 59 + ], + "ASICs": [ + 60 + ], + "known": [ + 61 + ], + "as": [ + 62, + 130 + ], + "Tensor": [ + 63 + ], + "Processing": [ + 64 + ], + "Units": [ + 65 + ], + "(TPUs).": [ + 66 + ], + "This": [ + 67 + ], + "architecture": [ + 68 + ], + "gives": [ + 69 + ], + "flexibility": [ + 70 + ], + "application": [ + 73 + ], + "developer:": [ + 74 + ], + "whereas": [ + 75 + ], + "previous": [ + 77 + ], + "parameter": [ + 78 + ], + "server": [ + 79 + ], + "designs": [ + 80 + ], + "management": [ + 82 + ], + "state": [ + 85 + ], + "built": [ + 87 + ], + "into": [ + 88 + ], + "system,": [ + 90 + ], + "enables": [ + 92 + ], + "developers": [ + 93 + ], + "experiment": [ + 95 + ], + "with": [ + 96, + 108 + ], + "novel": [ + 97 + ], + "optimizations": [ + 98 + ], + "training": [ + 100, + 112 + ], + "algorithms.": [ + 101 + ], + "supports": [ + 103 + ], + "variety": [ + 105 + ], + "applications,": [ + 107 + ], + "focus": [ + 110 + ], + "on": [ + 111, + 115 + ], + "inference": [ + 114 + ], + "deep": [ + 116 + ], + "neural": [ + 117 + ], + "networks.": [ + 118 + ], + "Several": [ + 119 + ], + "Google": [ + 120 + ], + "services": [ + 121 + ], + "use": [ + 122 + ], + "production,": [ + 125 + ], + "we": [ + 126, + 147 + ], + "have": [ + 127 + ], + "released": [ + 128 + ], + "it": [ + 129, + 135 + ], + "an": [ + 131 + ], + "open-source": [ + 132 + ], + "project,": [ + 133 + ], + "has": [ + 136 + ], + "become": [ + 137 + ], + "widely": [ + 138 + ], + "used": [ + 139 + ], + "for": [ + 140, + 161 + ], + "research.": [ + 143 + ], + "In": [ + 144 + ], + "this": [ + 145 + ], + "paper,": [ + 146 + ], + "describe": [ + 148 + ], + "model": [ + 152 + ], + "demonstrate": [ + 154 + ], + "compelling": [ + 156 + ], + "performance": [ + 157 + ], + "achieves": [ + 160 + ], + "several": [ + 162 + ], + "real-world": [ + 163 + ], + "applications.": [ + 164 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 11 + }, + { + "year": 2025, + "cited_by_count": 106 + }, + { + "year": 2024, + "cited_by_count": 160 + }, + { + "year": 2023, + "cited_by_count": 187 + }, + { + "year": 2022, + "cited_by_count": 221 + }, + { + "year": 2021, + "cited_by_count": 1336 + }, + { + "year": 2020, + "cited_by_count": 1696 + }, + { + "year": 2019, + "cited_by_count": 1675 + }, + { + "year": 2018, + "cited_by_count": 802 + }, + { + "year": 2017, + "cited_by_count": 151 + }, + { + "year": 2016, + "cited_by_count": 7 + }, + { + "year": 2015, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-28T09:10:13.091523", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2912213068", + "doi": "https://doi.org/10.1145/3298981", + "title": "Federated Machine Learning", + "display_name": "Federated Machine Learning", + "relevance_score": 5104.653, + "publication_year": 2019, + "publication_date": "2019-01-28", + "ids": { + "openalex": "https://openalex.org/W2912213068", + "doi": "https://doi.org/10.1145/3298981", + "mag": "2912213068" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1145/3298981", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/3298981", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2492086750", + "display_name": "ACM Transactions on Intelligent Systems and Technology", + "issn_l": "2157-6904", + "issn": [ + "2157-6904", + "2157-6912" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319798", + "host_organization_name": "Association for Computing Machinery", + "host_organization_lineage": [ + "https://openalex.org/P4310319798" + ], + "host_organization_lineage_names": [ + "Association for Computing Machinery" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "ACM Transactions on Intelligent Systems and Technology", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5100636286", + "display_name": "Qiang Yang", + "orcid": "https://orcid.org/0000-0001-5059-8360" + }, + "institutions": [ + { + "id": "https://openalex.org/I200769079", + "display_name": "Hong Kong University of Science and Technology", + "ror": "https://ror.org/00q4vv597", + "country_code": "HK", + "type": "education", + "lineage": [ + "https://openalex.org/I200769079" + ] + } + ], + "countries": [ + "HK" + ], + "is_corresponding": true, + "raw_author_name": "Qiang Yang", + "raw_affiliation_strings": [ + "Hong Kong University of Science and Technology, Hong Kong, China" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Hong Kong University of Science and Technology, Hong Kong, China", + "institution_ids": [ + "https://openalex.org/I200769079" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5100356161", + "display_name": "Yang Liu", + "orcid": "https://orcid.org/0000-0003-3800-3533" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Yang Liu", + "raw_affiliation_strings": [ + "Webank, Shenzhen, China" + ], + "raw_orcid": "https://orcid.org/0000-0003-3800-3533", + "affiliations": [ + { + "raw_affiliation_string": "Webank, Shenzhen, China", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5068882233", + "display_name": "Tianjian Chen", + "orcid": "https://orcid.org/0000-0002-8479-2054" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Tianjian Chen", + "raw_affiliation_strings": [ + "Webank, Shenzhen, China" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Webank, Shenzhen, China", + "institution_ids": [] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5051874566", + "display_name": "Yongxin Tong", + "orcid": "https://orcid.org/0000-0002-5598-0312" + }, + "institutions": [ + { + "id": "https://openalex.org/I82880672", + "display_name": "Beihang University", + "ror": "https://ror.org/00wk2mp56", + "country_code": "CN", + "type": "education", + "lineage": [ + "https://openalex.org/I82880672" + ] + } + ], + "countries": [ + "CN" + ], + "is_corresponding": false, + "raw_author_name": "Yongxin Tong", + "raw_affiliation_strings": [ + "Beihang University, Beijing, China" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Beihang University, Beijing, China", + "institution_ids": [ + "https://openalex.org/I82880672" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 4, + "corresponding_author_ids": [ + "https://openalex.org/A5100636286" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I200769079" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 336.504, + "has_fulltext": false, + "cited_by_count": 5782, + "citation_normalized_percentile": { + "value": 0.99993867, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 94, + "max": 100 + }, + "biblio": { + "volume": "10", + "issue": "2", + "first_page": "1", + "last_page": "19" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10764", + "display_name": "Privacy-Preserving Technologies in Data", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10764", + "display_name": "Privacy-Preserving Technologies in Data", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10237", + "display_name": "Cryptography and Data Security", + "score": 0.9973000288009644, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11598", + "display_name": "Internet Traffic Analysis and Secure E-voting", + "score": 0.9965000152587891, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.9133003950119019 + }, + { + "id": "https://openalex.org/keywords/federated-learning", + "display_name": "Federated learning", + "score": 0.9119365215301514 + }, + { + "id": "https://openalex.org/keywords/transfer-of-learning", + "display_name": "Transfer of learning", + "score": 0.5265006422996521 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.39959585666656494 + }, + { + "id": "https://openalex.org/keywords/data-science", + "display_name": "Data science", + "score": 0.34242358803749084 + }, + { + "id": "https://openalex.org/keywords/computer-security", + "display_name": "Computer security", + "score": 0.3284221887588501 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.9133003950119019 + }, + { + "id": "https://openalex.org/C2992525071", + "wikidata": "https://www.wikidata.org/wiki/Q50818671", + "display_name": "Federated learning", + "level": 2, + "score": 0.9119365215301514 + }, + { + "id": "https://openalex.org/C150899416", + "wikidata": "https://www.wikidata.org/wiki/Q1820378", + "display_name": "Transfer of learning", + "level": 2, + "score": 0.5265006422996521 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.39959585666656494 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.34242358803749084 + }, + { + "id": "https://openalex.org/C38652104", + "wikidata": "https://www.wikidata.org/wiki/Q3510521", + "display_name": "Computer security", + "level": 1, + "score": 0.3284221887588501 + } + ], + "mesh": [], + "locations_count": 3, + "locations": [ + { + "id": "doi:10.1145/3298981", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/3298981", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2492086750", + "display_name": "ACM Transactions on Intelligent Systems and Technology", + "issn_l": "2157-6904", + "issn": [ + "2157-6904", + "2157-6912" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319798", + "host_organization_name": "Association for Computing Machinery", + "host_organization_lineage": [ + "https://openalex.org/P4310319798" + ], + "host_organization_lineage_names": [ + "Association for Computing Machinery" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "ACM Transactions on Intelligent Systems and Technology", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:repository.hkust.edu.hk:1783.1-95671", + "is_oa": false, + "landing_page_url": "http://repository.hkust.edu.hk/ir/Record/1783.1-95671", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401796", + "display_name": "Rare & Special e-Zone (The Hong Kong University of Science and Technology)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I200769079", + "host_organization_name": "Hong Kong University of Science and Technology", + "host_organization_lineage": [ + "https://openalex.org/I200769079" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "Article" + }, + { + "id": "pmh:oai:repository.ust.hk:1783.1-95671", + "is_oa": false, + "landing_page_url": "http://repository.ust.hk/ir/Record/1783.1-95671", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401796", + "display_name": "Rare & Special e-Zone (The Hong Kong University of Science and Technology)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I200769079", + "host_organization_name": "Hong Kong University of Science and Technology", + "host_organization_lineage": [ + "https://openalex.org/I200769079" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 85, + "referenced_works": [ + "https://openalex.org/W150223756", + "https://openalex.org/W162878246", + "https://openalex.org/W199752024", + "https://openalex.org/W1484769234", + "https://openalex.org/W1485800369", + "https://openalex.org/W1488526968", + "https://openalex.org/W1510952750", + "https://openalex.org/W1559506103", + "https://openalex.org/W1574534563", + "https://openalex.org/W1964366273", + "https://openalex.org/W1968265138", + "https://openalex.org/W1971991172", + "https://openalex.org/W1985511977", + "https://openalex.org/W2016758618", + "https://openalex.org/W2024652123", + "https://openalex.org/W2027471022", + "https://openalex.org/W2041416246", + "https://openalex.org/W2053637704", + "https://openalex.org/W2082624086", + "https://openalex.org/W2092422002", + "https://openalex.org/W2093367651", + "https://openalex.org/W2109426455", + "https://openalex.org/W2112022568", + "https://openalex.org/W2112340198", + "https://openalex.org/W2128906841", + "https://openalex.org/W2132737349", + "https://openalex.org/W2137351756", + "https://openalex.org/W2139336600", + "https://openalex.org/W2159024459", + "https://openalex.org/W2165698076", + "https://openalex.org/W2257979135", + "https://openalex.org/W2283463896", + "https://openalex.org/W2295292576", + "https://openalex.org/W2317339301", + "https://openalex.org/W2435473771", + "https://openalex.org/W2473418344", + "https://openalex.org/W2530417694", + "https://openalex.org/W2536058570", + "https://openalex.org/W2577421826", + "https://openalex.org/W2585580772", + "https://openalex.org/W2591882872", + "https://openalex.org/W2606882085", + "https://openalex.org/W2618494520", + "https://openalex.org/W2679684481", + "https://openalex.org/W2701059868", + "https://openalex.org/W2757853533", + "https://openalex.org/W2765200655", + "https://openalex.org/W2766255512", + "https://openalex.org/W2767079719", + "https://openalex.org/W2768347741", + "https://openalex.org/W2773194476", + "https://openalex.org/W2774000609", + "https://openalex.org/W2777914285", + "https://openalex.org/W2781091734", + "https://openalex.org/W2788629937", + "https://openalex.org/W2793216106", + "https://openalex.org/W2793925626", + "https://openalex.org/W2794888826", + "https://openalex.org/W2798551148", + "https://openalex.org/W2799803467", + "https://openalex.org/W2801958627", + "https://openalex.org/W2807006176", + "https://openalex.org/W2810065831", + "https://openalex.org/W2886722183", + "https://openalex.org/W2895865029", + "https://openalex.org/W2914304175", + "https://openalex.org/W2949140995", + "https://openalex.org/W2950460048", + "https://openalex.org/W2951152347", + "https://openalex.org/W2951368041", + "https://openalex.org/W2951798842", + "https://openalex.org/W2962877476", + "https://openalex.org/W2963106566", + "https://openalex.org/W2990138404", + "https://openalex.org/W3029558105", + "https://openalex.org/W3209546151", + "https://openalex.org/W4248358572", + "https://openalex.org/W4249529812", + "https://openalex.org/W4300427714", + "https://openalex.org/W4301418013", + "https://openalex.org/W4301483968", + "https://openalex.org/W6606067566", + "https://openalex.org/W6732586565", + "https://openalex.org/W6738383168", + "https://openalex.org/W6807767519" + ], + "related_works": [ + "https://openalex.org/W4298221930", + "https://openalex.org/W2777914285", + "https://openalex.org/W3013363440", + "https://openalex.org/W4287823391", + "https://openalex.org/W4312762663", + "https://openalex.org/W3035927627", + "https://openalex.org/W3201126466", + "https://openalex.org/W4317941881", + "https://openalex.org/W3128909129", + "https://openalex.org/W3123837699" + ], + "abstract_inverted_index": { + "Today’s": [ + 0 + ], + "artificial": [ + 1 + ], + "intelligence": [ + 2 + ], + "still": [ + 3 + ], + "faces": [ + 4 + ], + "two": [ + 5 + ], + "major": [ + 6 + ], + "challenges.": [ + 7 + ], + "One": [ + 8 + ], + "is": [ + 9, + 24 + ], + "that,": [ + 10 + ], + "in": [ + 11, + 16, + 51 + ], + "most": [ + 12 + ], + "industries,": [ + 13 + ], + "data": [ + 14, + 28, + 98 + ], + "exists": [ + 15 + ], + "the": [ + 17, + 25, + 44, + 79 + ], + "form": [ + 18 + ], + "of": [ + 19, + 27, + 87 + ], + "isolated": [ + 20 + ], + "islands.": [ + 21 + ], + "The": [ + 22 + ], + "other": [ + 23 + ], + "strengthening": [ + 26 + ], + "privacy": [ + 29 + ], + "and": [ + 30, + 68, + 76, + 82 + ], + "security.": [ + 31 + ], + "We": [ + 32, + 72 + ], + "propose": [ + 33, + 96 + ], + "a": [ + 34, + 55, + 84 + ], + "possible": [ + 35 + ], + "solution": [ + 36, + 109 + ], + "to": [ + 37, + 110, + 113 + ], + "these": [ + 38 + ], + "challenges:": [ + 39 + ], + "secure": [ + 40, + 57 + ], + "federated": [ + 41, + 63, + 66, + 69, + 104 + ], + "learning.": [ + 42, + 71 + ], + "Beyond": [ + 43 + ], + "federated-learning": [ + 45, + 58, + 80 + ], + "framework": [ + 46 + ], + "first": [ + 47 + ], + "proposed": [ + 48 + ], + "by": [ + 49 + ], + "Google": [ + 50 + ], + "2016,": [ + 52 + ], + "we": [ + 53, + 95 + ], + "introduce": [ + 54 + ], + "comprehensive": [ + 56, + 85 + ], + "framework,": [ + 59, + 81 + ], + "which": [ + 60 + ], + "includes": [ + 61 + ], + "horizontal": [ + 62 + ], + "learning,": [ + 64, + 67 + ], + "vertical": [ + 65 + ], + "transfer": [ + 70 + ], + "provide": [ + 73, + 83 + ], + "definitions,": [ + 74 + ], + "architectures,": [ + 75 + ], + "applications": [ + 77 + ], + "for": [ + 78 + ], + "survey": [ + 86 + ], + "existing": [ + 88 + ], + "works": [ + 89 + ], + "on": [ + 90, + 103 + ], + "this": [ + 91 + ], + "subject.": [ + 92 + ], + "In": [ + 93 + ], + "addition,": [ + 94 + ], + "building": [ + 97 + ], + "networks": [ + 99 + ], + "among": [ + 100 + ], + "organizations": [ + 101 + ], + "based": [ + 102 + ], + "mechanisms": [ + 105 + ], + "as": [ + 106 + ], + "an": [ + 107 + ], + "effective": [ + 108 + ], + "allowing": [ + 111 + ], + "knowledge": [ + 112 + ], + "be": [ + 114 + ], + "shared": [ + 115 + ], + "without": [ + 116 + ], + "compromising": [ + 117 + ], + "user": [ + 118 + ], + "privacy.": [ + 119 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 337 + }, + { + "year": 2025, + "cited_by_count": 1176 + }, + { + "year": 2024, + "cited_by_count": 1009 + }, + { + "year": 2023, + "cited_by_count": 939 + }, + { + "year": 2022, + "cited_by_count": 806 + }, + { + "year": 2021, + "cited_by_count": 932 + }, + { + "year": 2020, + "cited_by_count": 496 + }, + { + "year": 2019, + "cited_by_count": 85 + }, + { + "year": 2018, + "cited_by_count": 2 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2009086942", + "doi": "https://doi.org/10.1198/tech.2007.s518", + "title": "Pattern Recognition and Machine Learning", + "display_name": "Pattern Recognition and Machine Learning", + "relevance_score": 4977.467, + "publication_year": 2007, + "publication_date": "2007-08-01", + "ids": { + "openalex": "https://openalex.org/W2009086942", + "doi": "https://doi.org/10.1198/tech.2007.s518", + "mag": "2009086942" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1198/tech.2007.s518", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1198/tech.2007.s518", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S985303", + "display_name": "Technometrics", + "issn_l": "0040-1706", + "issn": [ + "0040-1706", + "1537-2723" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320547", + "host_organization_name": "Taylor & Francis", + "host_organization_lineage": [ + "https://openalex.org/P4310320547" + ], + "host_organization_lineage_names": [ + "Taylor & Francis" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Technometrics", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5062571011", + "display_name": "Radford M. Neal", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I185261750", + "display_name": "University of Toronto", + "ror": "https://ror.org/03dbr7087", + "country_code": "CA", + "type": "education", + "lineage": [ + "https://openalex.org/I185261750" + ] + } + ], + "countries": [ + "CA" + ], + "is_corresponding": true, + "raw_author_name": "Radford M Neal", + "raw_affiliation_strings": [ + "University of Toronto" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Toronto", + "institution_ids": [ + "https://openalex.org/I185261750" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5062571011" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I185261750" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 173.8255, + "has_fulltext": false, + "cited_by_count": 4651, + "citation_normalized_percentile": { + "value": 0.99994787, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 95, + "max": 100 + }, + "biblio": { + "volume": "49", + "issue": "3", + "first_page": "366", + "last_page": "366" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.23559999465942383, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.23559999465942383, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6036144495010376 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.5715402960777283 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.5367371439933777 + }, + { + "id": "https://openalex.org/keywords/pattern-recognition", + "display_name": "Pattern recognition (psychology)", + "score": 0.4431344270706177 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6036144495010376 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.5715402960777283 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.5367371439933777 + }, + { + "id": "https://openalex.org/C153180895", + "wikidata": "https://www.wikidata.org/wiki/Q7148389", + "display_name": "Pattern recognition (psychology)", + "level": 2, + "score": 0.4431344270706177 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1198/tech.2007.s518", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1198/tech.2007.s518", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S985303", + "display_name": "Technometrics", + "issn_l": "0040-1706", + "issn": [ + "0040-1706", + "1537-2723" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320547", + "host_organization_name": "Taylor & Francis", + "host_organization_lineage": [ + "https://openalex.org/P4310320547" + ], + "host_organization_lineage_names": [ + "Taylor & Francis" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Technometrics", + "raw_type": "journal-article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W3046775127", + "https://openalex.org/W3107602296", + "https://openalex.org/W3170094116", + "https://openalex.org/W4386462264", + "https://openalex.org/W4364306694", + "https://openalex.org/W4312192474", + "https://openalex.org/W2033914206", + "https://openalex.org/W4283697347" + ], + "abstract_inverted_index": { + "(2007).": [ + 0 + ], + "Pattern": [ + 1 + ], + "Recognition": [ + 2 + ], + "and": [ + 3 + ], + "Machine": [ + 4 + ], + "Learning.": [ + 5 + ], + "Technometrics:": [ + 6 + ], + "Vol.": [ + 7 + ], + "49,": [ + 8 + ], + "No.": [ + 9 + ], + "3,": [ + 10 + ], + "pp.": [ + 11 + ], + "366-366.": [ + 12 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 1 + }, + { + "year": 2025, + "cited_by_count": 11 + }, + { + "year": 2024, + "cited_by_count": 227 + }, + { + "year": 2023, + "cited_by_count": 381 + }, + { + "year": 2022, + "cited_by_count": 433 + }, + { + "year": 2021, + "cited_by_count": 419 + }, + { + "year": 2020, + "cited_by_count": 369 + }, + { + "year": 2019, + "cited_by_count": 450 + }, + { + "year": 2018, + "cited_by_count": 372 + }, + { + "year": 2017, + "cited_by_count": 291 + }, + { + "year": 2016, + "cited_by_count": 284 + }, + { + "year": 2015, + "cited_by_count": 294 + }, + { + "year": 2014, + "cited_by_count": 222 + }, + { + "year": 2013, + "cited_by_count": 191 + }, + { + "year": 2012, + "cited_by_count": 178 + } + ], + "updated_date": "2026-05-19T08:33:51.333923", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2131241448", + "doi": "https://doi.org/10.48550/arxiv.1206.2944", + "title": "Practical Bayesian Optimization of Machine Learning Algorithms", + "display_name": "Practical Bayesian Optimization of Machine Learning Algorithms", + "relevance_score": 4881.801, + "publication_year": 2012, + "publication_date": "2012-06-13", + "ids": { + "openalex": "https://openalex.org/W2131241448", + "doi": "https://doi.org/10.48550/arxiv.1206.2944", + "mag": "2131241448" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:arXiv.org:1206.2944", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1206.2944", + "pdf_url": "https://arxiv.org/pdf/1206.2944", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "type": "preprint", + "indexed_in": [ + "arxiv", + "datacite" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1206.2944", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5112347601", + "display_name": "Jasper Snoek", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I185261750", + "display_name": "University of Toronto", + "ror": "https://ror.org/03dbr7087", + "country_code": "CA", + "type": "education", + "lineage": [ + "https://openalex.org/I185261750" + ] + } + ], + "countries": [ + "CA" + ], + "is_corresponding": true, + "raw_author_name": "Snoek, Jasper", + "raw_affiliation_strings": [ + "[Department of Computer Science, University of Toronto]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Department of Computer Science, University of Toronto]", + "institution_ids": [ + "https://openalex.org/I185261750" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5019862529", + "display_name": "Hugo Larochelle", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I135117807", + "display_name": "Université de Sherbrooke", + "ror": "https://ror.org/00kybxq39", + "country_code": "CA", + "type": "education", + "lineage": [ + "https://openalex.org/I135117807" + ] + } + ], + "countries": [ + "CA" + ], + "is_corresponding": false, + "raw_author_name": "Larochelle, Hugo", + "raw_affiliation_strings": [ + "Department of Computer Science, University of Sherbrooke," + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science, University of Sherbrooke,", + "institution_ids": [ + "https://openalex.org/I135117807" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5007769527", + "display_name": "Ryan P. Adams", + "orcid": "https://orcid.org/0000-0002-5704-6654" + }, + "institutions": [ + { + "id": "https://openalex.org/I136199984", + "display_name": "Harvard University", + "ror": "https://ror.org/03vek6s52", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I136199984" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Adams, Ryan P.", + "raw_affiliation_strings": [ + "School of Engineering & Applied Sciences Harvard University" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "School of Engineering & Applied Sciences Harvard University", + "institution_ids": [ + "https://openalex.org/I136199984" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5112347601" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I185261750" + ], + "apc_list": null, + "apc_paid": null, + "fwci": null, + "has_fulltext": false, + "cited_by_count": 5659, + "citation_normalized_percentile": null, + "cited_by_percentile_year": null, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12814", + "display_name": "Gaussian Processes and Bayesian Inference", + "score": 0.9994000196456909, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12814", + "display_name": "Gaussian Processes and Bayesian Inference", + "score": 0.9994000196456909, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12072", + "display_name": "Machine Learning and Algorithms", + "score": 0.9991000294685364, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9991000294685364, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/bayesian-optimization", + "display_name": "Bayesian optimization", + "score": 0.6480942964553833 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6321470737457275 + }, + { + "id": "https://openalex.org/keywords/bayesian-probability", + "display_name": "Bayesian probability", + "score": 0.5293997526168823 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.49968791007995605 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.4541047513484955 + }, + { + "id": "https://openalex.org/keywords/optimization-algorithm", + "display_name": "Optimization algorithm", + "score": 0.422710120677948 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.4147215187549591 + }, + { + "id": "https://openalex.org/keywords/mathematical-optimization", + "display_name": "Mathematical optimization", + "score": 0.23351716995239258 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.17170017957687378 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2778049539", + "wikidata": "https://www.wikidata.org/wiki/Q17002908", + "display_name": "Bayesian optimization", + "level": 2, + "score": 0.6480942964553833 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6321470737457275 + }, + { + "id": "https://openalex.org/C107673813", + "wikidata": "https://www.wikidata.org/wiki/Q812534", + "display_name": "Bayesian probability", + "level": 2, + "score": 0.5293997526168823 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.49968791007995605 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.4541047513484955 + }, + { + "id": "https://openalex.org/C2987595161", + "wikidata": "https://www.wikidata.org/wiki/Q141495", + "display_name": "Optimization algorithm", + "level": 2, + "score": 0.422710120677948 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.4147215187549591 + }, + { + "id": "https://openalex.org/C126255220", + "wikidata": "https://www.wikidata.org/wiki/Q141495", + "display_name": "Mathematical optimization", + "level": 1, + "score": 0.23351716995239258 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.17170017957687378 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "pmh:oai:arXiv.org:1206.2944", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1206.2944", + "pdf_url": "https://arxiv.org/pdf/1206.2944", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "doi:10.48550/arxiv.1206.2944", + "is_oa": true, + "landing_page_url": "https://doi.org/10.48550/arxiv.1206.2944", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1206.2944", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1206.2944", + "pdf_url": "https://arxiv.org/pdf/1206.2944", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 23, + "referenced_works": [ + "https://openalex.org/W60686164", + "https://openalex.org/W78356000", + "https://openalex.org/W84569508", + "https://openalex.org/W1497675750", + "https://openalex.org/W1746819321", + "https://openalex.org/W1973333099", + "https://openalex.org/W2061144551", + "https://openalex.org/W2097998348", + "https://openalex.org/W2099201756", + "https://openalex.org/W2106411961", + "https://openalex.org/W2106869737", + "https://openalex.org/W2119595900", + "https://openalex.org/W2129458072", + "https://openalex.org/W2132984949", + "https://openalex.org/W2141125852", + "https://openalex.org/W2147196093", + "https://openalex.org/W2151238122", + "https://openalex.org/W2165599843", + "https://openalex.org/W2189424119", + "https://openalex.org/W2197776371", + "https://openalex.org/W2951665052", + "https://openalex.org/W2964172739", + "https://openalex.org/W3118608800" + ], + "related_works": [ + "https://openalex.org/W3199608561", + "https://openalex.org/W4382049207", + "https://openalex.org/W4366549320", + "https://openalex.org/W4287863136", + "https://openalex.org/W3006015132", + "https://openalex.org/W2965078190", + "https://openalex.org/W3040644038", + "https://openalex.org/W4311207076", + "https://openalex.org/W3203633096", + "https://openalex.org/W2355226480" + ], + "abstract_inverted_index": { + "Machine": [ + 0 + ], + "learning": [ + 1, + 53, + 78, + 165, + 181 + ], + "algorithms": [ + 2, + 171, + 200, + 220 + ], + "frequently": [ + 3 + ], + "require": [ + 4 + ], + "careful": [ + 5 + ], + "tuning": [ + 6, + 17, + 67, + 163 + ], + "of": [ + 7, + 29, + 41, + 50, + 72, + 104, + 126, + 146, + 180, + 189, + 218 + ], + "model": [ + 8 + ], + "hyperparameters,": [ + 9 + ], + "regularization": [ + 10 + ], + "terms,": [ + 11 + ], + "and": [ + 12, + 131, + 183, + 206, + 227 + ], + "optimization": [ + 13, + 213 + ], + "parameters.": [ + 14 + ], + "Unfortunately,": [ + 15 + ], + "this": [ + 16, + 61 + ], + "is": [ + 18, + 38, + 82 + ], + "often": [ + 19 + ], + "a": [ + 20, + 51, + 77, + 85, + 88, + 138, + 215 + ], + "\"black": [ + 21 + ], + "art\"": [ + 22 + ], + "that": [ + 23, + 151, + 158, + 172, + 184, + 197 + ], + "requires": [ + 24 + ], + "expert": [ + 25 + ], + "experience,": [ + 26 + ], + "unwritten": [ + 27 + ], + "rules": [ + 28 + ], + "thumb,": [ + 30 + ], + "or": [ + 31, + 144, + 209 + ], + "sometimes": [ + 32 + ], + "brute-force": [ + 33 + ], + "search.": [ + 34 + ], + "Much": [ + 35 + ], + "more": [ + 36 + ], + "appealing": [ + 37 + ], + "the": [ + 39, + 48, + 56, + 65, + 70, + 98, + 105, + 124, + 127, + 132, + 142, + 176, + 187 + ], + "idea": [ + 40 + ], + "developing": [ + 42 + ], + "automatic": [ + 43, + 66, + 204 + ], + "approaches": [ + 44 + ], + "which": [ + 45, + 76 + ], + "can": [ + 46, + 136, + 154, + 185, + 207 + ], + "optimize": [ + 47 + ], + "performance": [ + 49, + 81, + 161 + ], + "given": [ + 52 + ], + "algorithm": [ + 54 + ], + "to": [ + 55, + 101, + 117, + 156 + ], + "task": [ + 57 + ], + "at": [ + 58 + ], + "hand.": [ + 59 + ], + "In": [ + 60 + ], + "work,": [ + 62 + ], + "we": [ + 63, + 121 + ], + "consider": [ + 64 + ], + "problem": [ + 68 + ], + "within": [ + 69 + ], + "framework": [ + 71 + ], + "Bayesian": [ + 73, + 147 + ], + "optimization,": [ + 74 + ], + "in": [ + 75, + 162 + ], + "algorithm's": [ + 79 + ], + "generalization": [ + 80 + ], + "modeled": [ + 83 + ], + "as": [ + 84 + ], + "sample": [ + 86 + ], + "from": [ + 87 + ], + "Gaussian": [ + 89, + 128 + ], + "process": [ + 90, + 129 + ], + "(GP).": [ + 91 + ], + "The": [ + 92 + ], + "tractable": [ + 93 + ], + "posterior": [ + 94 + ], + "distribution": [ + 95 + ], + "induced": [ + 96 + ], + "by": [ + 97, + 108 + ], + "GP": [ + 99 + ], + "leads": [ + 100 + ], + "efficient": [ + 102 + ], + "use": [ + 103 + ], + "information": [ + 106 + ], + "gathered": [ + 107 + ], + "previous": [ + 109, + 203 + ], + "experiments,": [ + 110 + ], + "enabling": [ + 111 + ], + "optimal": [ + 112 + ], + "choices": [ + 113, + 153 + ], + "about": [ + 114 + ], + "what": [ + 115 + ], + "parameters": [ + 116 + ], + "try": [ + 118 + ], + "next.": [ + 119 + ], + "Here": [ + 120 + ], + "show": [ + 122, + 150, + 196 + ], + "how": [ + 123 + ], + "effects": [ + 125 + ], + "prior": [ + 130 + ], + "associated": [ + 133 + ], + "inference": [ + 134 + ], + "procedure": [ + 135 + ], + "have": [ + 137 + ], + "large": [ + 139 + ], + "impact": [ + 140 + ], + "on": [ + 141, + 202, + 214 + ], + "success": [ + 143 + ], + "failure": [ + 145 + ], + "optimization.": [ + 148 + ], + "We": [ + 149, + 167, + 195 + ], + "thoughtful": [ + 152 + ], + "lead": [ + 155 + ], + "results": [ + 157 + ], + "exceed": [ + 159 + ], + "expert-level": [ + 160, + 212 + ], + "machine": [ + 164 + ], + "algorithms.": [ + 166 + ], + "also": [ + 168 + ], + "describe": [ + 169 + ], + "new": [ + 170 + ], + "take": [ + 173 + ], + "into": [ + 174 + ], + "account": [ + 175 + ], + "variable": [ + 177 + ], + "cost": [ + 178 + ], + "(duration)": [ + 179 + ], + "experiments": [ + 182 + ], + "leverage": [ + 186 + ], + "presence": [ + 188 + ], + "multiple": [ + 190 + ], + "cores": [ + 191 + ], + "for": [ + 192 + ], + "parallel": [ + 193 + ], + "experimentation.": [ + 194 + ], + "these": [ + 198 + ], + "proposed": [ + 199 + ], + "improve": [ + 201 + ], + "procedures": [ + 205 + ], + "reach": [ + 208 + ], + "surpass": [ + 210 + ], + "human": [ + 211 + ], + "diverse": [ + 216 + ], + "set": [ + 217 + ], + "contemporary": [ + 219 + ], + "including": [ + 221 + ], + "latent": [ + 222 + ], + "Dirichlet": [ + 223 + ], + "allocation,": [ + 224 + ], + "structured": [ + 225 + ], + "SVMs": [ + 226 + ], + "convolutional": [ + 228 + ], + "neural": [ + 229 + ], + "networks.": [ + 230 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 32 + }, + { + "year": 2025, + "cited_by_count": 500 + }, + { + "year": 2024, + "cited_by_count": 630 + }, + { + "year": 2023, + "cited_by_count": 637 + }, + { + "year": 2022, + "cited_by_count": 632 + }, + { + "year": 2021, + "cited_by_count": 872 + }, + { + "year": 2020, + "cited_by_count": 787 + }, + { + "year": 2019, + "cited_by_count": 613 + }, + { + "year": 2018, + "cited_by_count": 368 + }, + { + "year": 2017, + "cited_by_count": 201 + }, + { + "year": 2016, + "cited_by_count": 154 + }, + { + "year": 2015, + "cited_by_count": 113 + }, + { + "year": 2014, + "cited_by_count": 81 + }, + { + "year": 2013, + "cited_by_count": 31 + }, + { + "year": 2012, + "cited_by_count": 8 + } + ], + "updated_date": "2026-05-22T09:01:20.584952", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2913668833", + "doi": null, + "title": "Proceedings of the 25th international conference on Machine learning", + "display_name": "Proceedings of the 25th international conference on Machine learning", + "relevance_score": 4815.651, + "publication_year": 2008, + "publication_date": "2008-07-05", + "ids": { + "openalex": "https://openalex.org/W2913668833", + "mag": "2913668833" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-034209046", + "is_oa": false, + "landing_page_url": "https://dl.acm.org/action/showBook?doi=10.1145%2F1390156", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "software, multimedia" + }, + "type": "article", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5051617344", + "display_name": "William W. Cohen", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I74973139", + "display_name": "Carnegie Mellon University", + "ror": "https://ror.org/05x2bcf33", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I74973139" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "William W. Cohen", + "raw_affiliation_strings": [ + "Carnegie Mellon University" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Carnegie Mellon University", + "institution_ids": [ + "https://openalex.org/I74973139" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5107835063", + "display_name": "Andrew McCallum", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I24603500", + "display_name": "University of Massachusetts Amherst", + "ror": "https://ror.org/0072zz521", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I24603500" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Andrew McCallum", + "raw_affiliation_strings": [ + "University of Massachusetts, Amherst" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Massachusetts, Amherst", + "institution_ids": [ + "https://openalex.org/I24603500" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5003010184", + "display_name": "Sam T. Roweis", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + }, + { + "id": "https://openalex.org/I185261750", + "display_name": "University of Toronto", + "ror": "https://ror.org/03dbr7087", + "country_code": "CA", + "type": "education", + "lineage": [ + "https://openalex.org/I185261750" + ] + } + ], + "countries": [ + "CA", + "US" + ], + "is_corresponding": false, + "raw_author_name": "Sam T. Roweis", + "raw_affiliation_strings": [ + "University of Toronto and Google#TAB#" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Toronto and Google#TAB#", + "institution_ids": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I185261750" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5051617344" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I74973139" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 211.7166, + "has_fulltext": false, + "cited_by_count": 5549, + "citation_normalized_percentile": { + "value": 0.99996634, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9751999974250793, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9751999974250793, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12072", + "display_name": "Machine Learning and Algorithms", + "score": 0.9610000252723694, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11875", + "display_name": "Statistics Education and Methodologies", + "score": 0.949999988079071, + "subfield": { + "id": "https://openalex.org/subfields/2613", + "display_name": "Statistics and Probability" + }, + "field": { + "id": "https://openalex.org/fields/26", + "display_name": "Mathematics" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/presentation", + "display_name": "Presentation (obstetrics)", + "score": 0.5605996251106262 + }, + { + "id": "https://openalex.org/keywords/library-science", + "display_name": "Library science", + "score": 0.5152300000190735 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.3871921896934509 + }, + { + "id": "https://openalex.org/keywords/medical-education", + "display_name": "Medical education", + "score": 0.3709452450275421 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.36655187606811523 + }, + { + "id": "https://openalex.org/keywords/medicine", + "display_name": "Medicine", + "score": 0.28487396240234375 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2777601897", + "wikidata": "https://www.wikidata.org/wiki/Q3409113", + "display_name": "Presentation (obstetrics)", + "level": 2, + "score": 0.5605996251106262 + }, + { + "id": "https://openalex.org/C161191863", + "wikidata": "https://www.wikidata.org/wiki/Q199655", + "display_name": "Library science", + "level": 1, + "score": 0.5152300000190735 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.3871921896934509 + }, + { + "id": "https://openalex.org/C509550671", + "wikidata": "https://www.wikidata.org/wiki/Q126945", + "display_name": "Medical education", + "level": 1, + "score": 0.3709452450275421 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.36655187606811523 + }, + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.28487396240234375 + }, + { + "id": "https://openalex.org/C126838900", + "wikidata": "https://www.wikidata.org/wiki/Q77604", + "display_name": "Radiology", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-034209046", + "is_oa": false, + "landing_page_url": "https://dl.acm.org/action/showBook?doi=10.1145%2F1390156", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "software, multimedia" + }, + { + "id": "mag:2913668833", + "is_oa": false, + "landing_page_url": "https://dl.acm.org/citation.cfm?id=1390156", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306419644", + "display_name": "International Conference on Machine Learning", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "conference" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": "International Conference on Machine Learning", + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "id": "https://metadata.un.org/sdg/17", + "display_name": "Partnerships for the goals", + "score": 0.4000000059604645 + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [], + "abstract_inverted_index": { + "This": [ + 0, + 395, + 430 + ], + "volume": [ + 1 + ], + "contains": [ + 2 + ], + "the": [ + 3, + 7, + 18, + 22, + 33, + 41, + 62, + 74, + 84, + 128, + 132, + 145, + 158, + 169, + 175, + 178, + 182, + 203, + 215, + 221, + 225, + 285, + 290, + 315, + 330, + 344, + 355, + 422, + 427, + 439, + 442, + 499, + 515 + ], + "papers": [ + 4, + 96, + 199, + 219, + 239, + 251, + 267 + ], + "accepted": [ + 5, + 241 + ], + "to": [ + 6, + 99, + 125, + 127, + 205, + 242, + 307, + 310, + 343, + 450, + 475 + ], + "25th": [ + 8 + ], + "International": [ + 9, + 23 + ], + "Conference": [ + 10, + 77, + 86 + ], + "on": [ + 11, + 78, + 87, + 141, + 218 + ], + "Machine": [ + 12, + 24, + 516 + ], + "Learning": [ + 13, + 25, + 80, + 517 + ], + "(ICML": [ + 14 + ], + "2008).": [ + 15 + ], + "ICML": [ + 16, + 56, + 100, + 229, + 243, + 445, + 503 + ], + "is": [ + 17 + ], + "annual": [ + 19 + ], + "conference": [ + 20, + 292 + ], + "of": [ + 21, + 37, + 43, + 64, + 147, + 171, + 177, + 195, + 232, + 250, + 262, + 284, + 289, + 314, + 318, + 322, + 329, + 337, + 408, + 414, + 426, + 441, + 502, + 522 + ], + "Society": [ + 26 + ], + "(IMLS),": [ + 27 + ], + "and": [ + 28, + 35, + 69, + 82, + 131, + 144, + 166, + 188, + 220, + 270, + 325, + 334, + 364, + 369, + 377, + 382, + 387, + 392, + 404, + 418, + 467, + 470, + 481, + 494 + ], + "provides": [ + 29 + ], + "a": [ + 30, + 104, + 190, + 247, + 272, + 300, + 409, + 433, + 510 + ], + "venue": [ + 31 + ], + "for": [ + 32, + 193, + 228, + 277, + 436, + 490, + 519 + ], + "presentation": [ + 34 + ], + "discussion": [ + 36, + 154, + 180 + ], + "current": [ + 38 + ], + "research": [ + 39 + ], + "in": [ + 40, + 66, + 89, + 109, + 271, + 507 + ], + "field": [ + 42 + ], + "machine": [ + 44 + ], + "learning.": [ + 45 + ], + "These": [ + 46 + ], + "proceedings": [ + 47 + ], + "can": [ + 48 + ], + "also": [ + 49, + 349, + 487 + ], + "be": [ + 50, + 308 + ], + "found": [ + 51 + ], + "online": [ + 52, + 142 + ], + "at": [ + 53, + 61 + ], + "http://www.machinelearning.org.\r\n\r\nThis": [ + 54 + ], + "year,": [ + 55, + 245, + 444 + ], + "was": [ + 57, + 70, + 103, + 113 + ], + "held": [ + 58, + 353 + ], + "July": [ + 59 + ], + "5..9": [ + 60 + ], + "University": [ + 63 + ], + "Helsinki,": [ + 65, + 67 + ], + "Finland,": [ + 68 + ], + "co-located": [ + 71, + 511 + ], + "with": [ + 72, + 280, + 402, + 509 + ], + "COLT-2008,": [ + 73 + ], + "21st": [ + 75 + ], + "Annual": [ + 76 + ], + "Computational": [ + 79 + ], + "Theory,": [ + 81 + ], + "UAI-2008,": [ + 83 + ], + "24th": [ + 85 + ], + "Uncertainty": [ + 88 + ], + "Artificial": [ + 90 + ], + "Intelligence.": [ + 91 + ], + "No": [ + 92 + ], + "less": [ + 93 + ], + "than": [ + 94 + ], + "583": [ + 95 + ], + "were": [ + 97, + 123, + 152, + 200, + 240, + 253, + 304, + 399 + ], + "submitted": [ + 98 + ], + "2008.": [ + 101 + ], + "There": [ + 102, + 151 + ], + "very": [ + 105, + 305 + ], + "thorough": [ + 106 + ], + "review": [ + 107, + 192, + 226 + ], + "process,": [ + 108 + ], + "which": [ + 110, + 252 + ], + "each": [ + 111, + 194 + ], + "paper": [ + 112, + 501, + 524 + ], + "reviewed": [ + 114 + ], + "double-blind": [ + 115 + ], + "by": [ + 116, + 157, + 202, + 299, + 359, + 421 + ], + "three": [ + 117, + 428 + ], + "program": [ + 118, + 160 + ], + "committee": [ + 119, + 161 + ], + "(PC)": [ + 120 + ], + "members.": [ + 121 + ], + "Authors": [ + 122 + ], + "able": [ + 124, + 309 + ], + "respond": [ + 126 + ], + "initial": [ + 129 + ], + "reviews,": [ + 130 + ], + "PC": [ + 133 + ], + "members": [ + 134, + 184 + ], + "could": [ + 135 + ], + "then": [ + 136 + ], + "modify": [ + 137 + ], + "their": [ + 138, + 186, + 196, + 266 + ], + "reviews": [ + 139 + ], + "based": [ + 140 + ], + "discussions": [ + 143, + 279 + ], + "content": [ + 146 + ], + "this": [ + 148, + 244 + ], + "author": [ + 149, + 172 + ], + "response.": [ + 150 + ], + "two": [ + 153, + 296 + ], + "periods": [ + 155 + ], + "led": [ + 156 + ], + "senior": [ + 159 + ], + "(SPC),": [ + 162 + ], + "one": [ + 163, + 167, + 294 + ], + "just": [ + 164 + ], + "before": [ + 165, + 354 + ], + "after": [ + 168 + ], + "submission": [ + 170 + ], + "responses.": [ + 173 + ], + "At": [ + 174 + ], + "end": [ + 176 + ], + "second": [ + 179 + ], + "period,": [ + 181 + ], + "SPC": [ + 183 + ], + "gave": [ + 185, + 488 + ], + "recommendations": [ + 187 + ], + "provided": [ + 189, + 432 + ], + "summary": [ + 191 + ], + "papers.": [ + 197 + ], + "Some": [ + 198 + ], + "checked": [ + 201 + ], + "SPCs": [ + 204 + ], + "ensure": [ + 206 + ], + "that": [ + 207, + 231 + ], + "reviewer": [ + 208 + ], + "comments": [ + 209 + ], + "had": [ + 210 + ], + "been": [ + 211 + ], + "addressed.": [ + 212 + ], + "Apart": [ + 213 + ], + "from": [ + 214 + ], + "length": [ + 216 + ], + "restrictions": [ + 217 + ], + "compressed": [ + 222 + ], + "time": [ + 223, + 276 + ], + "frame,": [ + 224 + ], + "process": [ + 227 + ], + "resembles": [ + 230 + ], + "many": [ + 233 + ], + "journal": [ + 234 + ], + "publications.": [ + 235 + ], + "In": [ + 236, + 341, + 473 + ], + "total,": [ + 237 + ], + "158": [ + 238 + ], + "including": [ + 246 + ], + "small": [ + 248 + ], + "number": [ + 249 + ], + "initially": [ + 254 + ], + "conditionally": [ + 255 + ], + "accepted,": [ + 256 + ], + "yielding": [ + 257 + ], + "an": [ + 258 + ], + "overall": [ + 259 + ], + "acceptance": [ + 260 + ], + "rate": [ + 261 + ], + "27%.\r\n\r\nICML": [ + 263 + ], + "authors": [ + 264 + ], + "presented": [ + 265, + 358 + ], + "both": [ + 268 + ], + "orally": [ + 269 + ], + "poster": [ + 273 + ], + "session,": [ + 274 + ], + "allowing": [ + 275 + ], + "detailed": [ + 278 + ], + "any": [ + 281 + ], + "interested": [ + 282 + ], + "attendees": [ + 283, + 440 + ], + "conference.": [ + 286 + ], + "Each": [ + 287 + ], + "day": [ + 288, + 431 + ], + "main": [ + 291, + 356 + ], + "included": [ + 293, + 350 + ], + "or": [ + 295 + ], + "invited": [ + 297 + ], + "talks": [ + 298 + ], + "prominent": [ + 301 + ], + "researcher.": [ + 302 + ], + "We": [ + 303, + 456, + 513 + ], + "fortunate": [ + 306 + ], + "host": [ + 311 + ], + "Michael": [ + 312 + ], + "Collins,": [ + 313 + ], + "Massachusetts": [ + 316 + ], + "Institute": [ + 317 + ], + "Technology;": [ + 319 + ], + "Andrew": [ + 320 + ], + "Ng,": [ + 321 + ], + "Stanford": [ + 323 + ], + "University;": [ + 324 + ], + "Luc": [ + 326 + ], + "De": [ + 327 + ], + "Raedt,": [ + 328 + ], + "Katholieke": [ + 331 + ], + "Universiteit": [ + 332 + ], + "Leuven,": [ + 333 + ], + "John": [ + 335 + ], + "Winn": [ + 336 + ], + "Microsoft": [ + 338 + ], + "Research": [ + 339 + ], + "Cambridge.": [ + 340 + ], + "addition": [ + 342, + 474 + ], + "technical": [ + 345 + ], + "talks,": [ + 346 + ], + "ICML-": [ + 347 + ], + "2008": [ + 348 + ], + "nine": [ + 351 + ], + "tutorials": [ + 352 + ], + "conference,": [ + 357 + ], + "Alex": [ + 360 + ], + "Smola,": [ + 361 + ], + "Arthur": [ + 362 + ], + "Gretton,": [ + 363 + ], + "Kenji": [ + 365 + ], + "Fukumizu;": [ + 366 + ], + "Bert": [ + 367 + ], + "Kappen": [ + 368 + ], + "Marc": [ + 370 + ], + "Toussaint;": [ + 371 + ], + "Neil": [ + 372 + ], + "Lawrence;": [ + 373 + ], + "MartinWainwright;": [ + 374 + ], + "Ralf": [ + 375 + ], + "Herbrich": [ + 376 + ], + "Thore": [ + 378 + ], + "Graepel;": [ + 379 + ], + "Andreas": [ + 380 + ], + "Krause": [ + 381 + ], + "Carlos": [ + 383 + ], + "Guestrin;": [ + 384 + ], + "Shai": [ + 385 + ], + "Shalev-Shwartz": [ + 386 + ], + "Yoram": [ + 388 + ], + "Singer;": [ + 389 + ], + "Rob": [ + 390 + ], + "Fergus;": [ + 391 + ], + "Matthias": [ + 393 + ], + "Seeger.": [ + 394 + ], + "year": [ + 396 + ], + "our": [ + 397, + 462, + 465, + 476, + 523 + ], + "workshops": [ + 398, + 416 + ], + "organized": [ + 400 + ], + "jointly": [ + 401 + ], + "COLT": [ + 403 + ], + "UAI": [ + 405 + ], + "as": [ + 406 + ], + "part": [ + 407 + ], + "special": [ + 410 + ], + "overlap": [ + 411 + ], + "day,": [ + 412 + ], + "consisting": [ + 413 + ], + "eleven": [ + 415 + ], + "selected": [ + 417 + ], + "arranged": [ + 419 + ], + "collaboratively": [ + 420 + ], + "respective": [ + 423 + ], + "workshop": [ + 424 + ], + "chairs": [ + 425 + ], + "conferences.": [ + 429, + 455 + ], + "rich": [ + 434 + ], + "opportunity": [ + 435 + ], + "interaction": [ + 437 + ], + "among": [ + 438 + ], + "conferences.\r\n\r\nThis": [ + 443 + ], + "enlarged": [ + 446 + ], + "its": [ + 447 + ], + "award": [ + 448 + ], + "offerings": [ + 449 + ], + "match": [ + 451 + ], + "several": [ + 452 + ], + "other": [ + 453 + ], + "well-established": [ + 454 + ], + "hope": [ + 457 + ], + "these": [ + 458 + ], + "will": [ + 459 + ], + "help": [ + 460 + ], + "build": [ + 461 + ], + "community,": [ + 463 + ], + "celebrate": [ + 464 + ], + "advances,": [ + 466 + ], + "encourage": [ + 468 + ], + "applications": [ + 469 + ], + "long-term": [ + 471 + ], + "thinking.": [ + 472 + ], + "previously": [ + 477 + ], + "traditional": [ + 478 + ], + "Best": [ + 496 + ], + "Paper": [ + 480, + 484, + 493, + 497 + ], + "Student": [ + 483 + ], + "awards,": [ + 485 + ], + "we": [ + 486 + ], + "awards": [ + 489 + ], + "Application": [ + 492 + ], + "10-year": [ + 495 + ], + "(for": [ + 498 + ], + "best": [ + 500 + ], + "1998,": [ + 504 + ], + "optionally": [ + 505 + ], + "given": [ + 506 + ], + "conjunction": [ + 508 + ], + "conference).": [ + 512 + ], + "thank": [ + 514 + ], + "Journal": [ + 518 + ], + "sponsoring": [ + 520 + ], + "some": [ + 521 + ], + "awards.": [ + 525 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 8 + }, + { + "year": 2024, + "cited_by_count": 1143 + }, + { + "year": 2023, + "cited_by_count": 870 + }, + { + "year": 2022, + "cited_by_count": 611 + }, + { + "year": 2021, + "cited_by_count": 497 + }, + { + "year": 2020, + "cited_by_count": 423 + }, + { + "year": 2019, + "cited_by_count": 289 + }, + { + "year": 2018, + "cited_by_count": 221 + }, + { + "year": 2017, + "cited_by_count": 220 + }, + { + "year": 2016, + "cited_by_count": 148 + }, + { + "year": 2015, + "cited_by_count": 122 + }, + { + "year": 2014, + "cited_by_count": 105 + }, + { + "year": 2013, + "cited_by_count": 109 + }, + { + "year": 2012, + "cited_by_count": 81 + } + ], + "updated_date": "2026-04-28T14:05:53.105641", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2934399013", + "doi": "https://doi.org/10.1056/nejmra1814259", + "title": "Machine Learning in Medicine", + "display_name": "Machine Learning in Medicine", + "relevance_score": 4739.2417, + "publication_year": 2019, + "publication_date": "2019-04-03", + "ids": { + "openalex": "https://openalex.org/W2934399013", + "doi": "https://doi.org/10.1056/nejmra1814259", + "mag": "2934399013", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/30943338" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1056/nejmra1814259", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1056/nejmra1814259", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S62468778", + "display_name": "New England Journal of Medicine", + "issn_l": "0028-4793", + "issn": [ + "0028-4793", + "1533-4406" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320239", + "host_organization_name": "Massachusetts Medical Society", + "host_organization_lineage": [ + "https://openalex.org/P4310320239" + ], + "host_organization_lineage_names": [ + "Massachusetts Medical Society" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "New England Journal of Medicine", + "raw_type": "journal-article" + }, + "type": "review", + "indexed_in": [ + "crossref", + "pubmed" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5022388476", + "display_name": "Alvin Rajkomar", + "orcid": "https://orcid.org/0000-0001-5750-5016" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Alvin Rajkomar", + "raw_affiliation_strings": [ + "From Google, Mountain View, CA (A.R., J.D.); and the Department of Biomedical Informatics, Harvard Medical School, Boston (I.K.)", + "Google, Mountain View, CA" + ], + "raw_orcid": "https://orcid.org/0000-0001-5750-5016", + "affiliations": [ + { + "raw_affiliation_string": "From Google, Mountain View, CA (A.R., J.D.); and the Department of Biomedical Informatics, Harvard Medical School, Boston (I.K.)", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + }, + { + "raw_affiliation_string": "Google, Mountain View, CA", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5043872671", + "display_name": "Jay B. Dean", + "orcid": "https://orcid.org/0000-0003-1362-0500" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Jeffrey Dean", + "raw_affiliation_strings": [ + "From Google, Mountain View, CA (A.R., J.D.); and the Department of Biomedical Informatics, Harvard Medical School, Boston (I.K.)", + "Google, Mountain View, CA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "From Google, Mountain View, CA (A.R., J.D.); and the Department of Biomedical Informatics, Harvard Medical School, Boston (I.K.)", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + }, + { + "raw_affiliation_string": "Google, Mountain View, CA", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5088509061", + "display_name": "Isaac S. Kohane", + "orcid": "https://orcid.org/0000-0003-2192-5160" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + }, + { + "id": "https://openalex.org/I136199984", + "display_name": "Harvard University", + "ror": "https://ror.org/03vek6s52", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I136199984" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Isaac Kohane", + "raw_affiliation_strings": [ + "From Google, Mountain View, CA (A.R., J.D.); and the Department of Biomedical Informatics, Harvard Medical School, Boston (I.K.)", + "Department of Biomedical Informatics, Harvard Medical School, Boston" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "From Google, Mountain View, CA (A.R., J.D.); and the Department of Biomedical Informatics, Harvard Medical School, Boston (I.K.)", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + }, + { + "raw_affiliation_string": "Department of Biomedical Informatics, Harvard Medical School, Boston", + "institution_ids": [ + "https://openalex.org/I136199984" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5022388476" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I1291425158" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 204.021, + "has_fulltext": false, + "cited_by_count": 3863, + "citation_normalized_percentile": { + "value": 0.99985434, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "380", + "issue": "14", + "first_page": "1347", + "last_page": "1358" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T13702", + "display_name": "Machine Learning in Healthcare", + "score": 0.998199999332428, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T13702", + "display_name": "Machine Learning in Healthcare", + "score": 0.998199999332428, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11636", + "display_name": "Artificial Intelligence in Healthcare and Education", + "score": 0.9979000091552734, + "subfield": { + "id": "https://openalex.org/subfields/2718", + "display_name": "Health Informatics" + }, + "field": { + "id": "https://openalex.org/fields/27", + "display_name": "Medicine" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + }, + { + "id": "https://openalex.org/T10350", + "display_name": "Electronic Health Records Systems", + "score": 0.9948999881744385, + "subfield": { + "id": "https://openalex.org/subfields/3605", + "display_name": "Health Information Management" + }, + "field": { + "id": "https://openalex.org/fields/36", + "display_name": "Health Professions" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/download", + "display_name": "Download", + "score": 0.6465957164764404 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.43065306544303894 + }, + { + "id": "https://openalex.org/keywords/data-science", + "display_name": "Data science", + "score": 0.39671552181243896 + }, + { + "id": "https://openalex.org/keywords/medicine", + "display_name": "Medicine", + "score": 0.3796260952949524 + }, + { + "id": "https://openalex.org/keywords/medical-education", + "display_name": "Medical education", + "score": 0.37657836079597473 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.321466863155365 + }, + { + "id": "https://openalex.org/keywords/world-wide-web", + "display_name": "World Wide Web", + "score": 0.27166682481765747 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2780154274", + "wikidata": "https://www.wikidata.org/wiki/Q7126717", + "display_name": "Download", + "level": 2, + "score": 0.6465957164764404 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.43065306544303894 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.39671552181243896 + }, + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.3796260952949524 + }, + { + "id": "https://openalex.org/C509550671", + "wikidata": "https://www.wikidata.org/wiki/Q126945", + "display_name": "Medical education", + "level": 1, + "score": 0.37657836079597473 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.321466863155365 + }, + { + "id": "https://openalex.org/C136764020", + "wikidata": "https://www.wikidata.org/wiki/Q466", + "display_name": "World Wide Web", + "level": 1, + "score": 0.27166682481765747 + } + ], + "mesh": [ + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D003658", + "descriptor_name": "Decision Making, Computer-Assisted", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D003658", + "descriptor_name": "Decision Making, Computer-Assisted", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D003658", + "descriptor_name": "Decision Making, Computer-Assisted", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D008297", + "descriptor_name": "Male", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D008297", + "descriptor_name": "Male", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D008297", + "descriptor_name": "Male", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D008490", + "descriptor_name": "Medical Informatics", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D008490", + "descriptor_name": "Medical Informatics", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D008490", + "descriptor_name": "Medical Informatics", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D008545", + "descriptor_name": "Melanoma", + "qualifier_ui": "Q000175", + "qualifier_name": "diagnosis", + "is_major_topic": false + }, + { + "descriptor_ui": "D008545", + "descriptor_name": "Melanoma", + "qualifier_ui": "Q000175", + "qualifier_name": "diagnosis", + "is_major_topic": false + }, + { + "descriptor_ui": "D008545", + "descriptor_name": "Melanoma", + "qualifier_ui": "Q000175", + "qualifier_name": "diagnosis", + "is_major_topic": false + }, + { + "descriptor_ui": "D008875", + "descriptor_name": "Middle Aged", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D008875", + "descriptor_name": "Middle Aged", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D008875", + "descriptor_name": "Middle Aged", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012878", + "descriptor_name": "Skin Neoplasms", + "qualifier_ui": "Q000175", + "qualifier_name": "diagnosis", + "is_major_topic": false + }, + { + "descriptor_ui": "D012878", + "descriptor_name": "Skin Neoplasms", + "qualifier_ui": "Q000175", + "qualifier_name": "diagnosis", + "is_major_topic": false + }, + { + "descriptor_ui": "D012878", + "descriptor_name": "Skin Neoplasms", + "qualifier_ui": "Q000175", + "qualifier_name": "diagnosis", + "is_major_topic": false + }, + { + "descriptor_ui": "D016347", + "descriptor_name": "Medical Records Systems, Computerized", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D016347", + "descriptor_name": "Medical Records Systems, Computerized", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D016347", + "descriptor_name": "Medical Records Systems, Computerized", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D057188", + "descriptor_name": "Workflow", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D057188", + "descriptor_name": "Workflow", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D057188", + "descriptor_name": "Workflow", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + } + ], + "locations_count": 2, + "locations": [ + { + "id": "doi:10.1056/nejmra1814259", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1056/nejmra1814259", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S62468778", + "display_name": "New England Journal of Medicine", + "issn_l": "0028-4793", + "issn": [ + "0028-4793", + "1533-4406" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320239", + "host_organization_name": "Massachusetts Medical Society", + "host_organization_lineage": [ + "https://openalex.org/P4310320239" + ], + "host_organization_lineage_names": [ + "Massachusetts Medical Society" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "New England Journal of Medicine", + "raw_type": "journal-article" + }, + { + "id": "pmid:30943338", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/30943338", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "The New England journal of medicine", + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 78, + "referenced_works": [ + "https://openalex.org/W1524493166", + "https://openalex.org/W1529983430", + "https://openalex.org/W2005440935", + "https://openalex.org/W2009184733", + "https://openalex.org/W2009954208", + "https://openalex.org/W2027540165", + "https://openalex.org/W2033163059", + "https://openalex.org/W2033609349", + "https://openalex.org/W2043092953", + "https://openalex.org/W2054076956", + "https://openalex.org/W2083721602", + "https://openalex.org/W2096849439", + "https://openalex.org/W2103018059", + "https://openalex.org/W2103889389", + "https://openalex.org/W2119472226", + "https://openalex.org/W2137767404", + "https://openalex.org/W2147246123", + "https://openalex.org/W2166187912", + "https://openalex.org/W2167414941", + "https://openalex.org/W2174931596", + "https://openalex.org/W2267932926", + "https://openalex.org/W2276530525", + "https://openalex.org/W2337116044", + "https://openalex.org/W2415841860", + "https://openalex.org/W2468431774", + "https://openalex.org/W2512902140", + "https://openalex.org/W2515682654", + "https://openalex.org/W2528491735", + "https://openalex.org/W2530247697", + "https://openalex.org/W2548723212", + "https://openalex.org/W2557738935", + "https://openalex.org/W2581082771", + "https://openalex.org/W2598272139", + "https://openalex.org/W2732701910", + "https://openalex.org/W2734356183", + "https://openalex.org/W2738975713", + "https://openalex.org/W2740060821", + "https://openalex.org/W2752747624", + "https://openalex.org/W2753059860", + "https://openalex.org/W2754518417", + "https://openalex.org/W2758348074", + "https://openalex.org/W2762741128", + "https://openalex.org/W2772246530", + "https://openalex.org/W2772723798", + "https://openalex.org/W2782945064", + "https://openalex.org/W2784499877", + "https://openalex.org/W2785268987", + "https://openalex.org/W2785526886", + "https://openalex.org/W2788633781", + "https://openalex.org/W2789894922", + "https://openalex.org/W2790444357", + "https://openalex.org/W2791819448", + "https://openalex.org/W2792902933", + "https://openalex.org/W2793267369", + "https://openalex.org/W2794457162", + "https://openalex.org/W2799837895", + "https://openalex.org/W2804685074", + "https://openalex.org/W2809453031", + "https://openalex.org/W2886281300", + "https://openalex.org/W2887623535", + "https://openalex.org/W2887719255", + "https://openalex.org/W2888109941", + "https://openalex.org/W2889242407", + "https://openalex.org/W2889494558", + "https://openalex.org/W2894917609", + "https://openalex.org/W2896385413", + "https://openalex.org/W2896817483", + "https://openalex.org/W2897434820", + "https://openalex.org/W2899560923", + "https://openalex.org/W2902802452", + "https://openalex.org/W2908201961", + "https://openalex.org/W2914579361", + "https://openalex.org/W2916105049", + "https://openalex.org/W2919115771", + "https://openalex.org/W3098949126", + "https://openalex.org/W4205374244", + "https://openalex.org/W4212774754", + "https://openalex.org/W4296220420" + ], + "related_works": [ + "https://openalex.org/W2899084033", + "https://openalex.org/W2748952813", + "https://openalex.org/W3031052312", + "https://openalex.org/W4389568370", + "https://openalex.org/W3032375762", + "https://openalex.org/W1995515455", + "https://openalex.org/W2080531066", + "https://openalex.org/W3108674512", + "https://openalex.org/W1506200166", + "https://openalex.org/W1489783725" + ], + "abstract_inverted_index": { + "Interview": [ + 0 + ], + "with": [ + 1, + 32 + ], + "Dr.": [ + 2 + ], + "Isaac": [ + 3 + ], + "Kohane": [ + 4 + ], + "on": [ + 5 + ], + "machine": [ + 6 + ], + "learning": [ + 7 + ], + "in": [ + 8 + ], + "medicine.": [ + 9 + ], + "(16:31)Download": [ + 10 + ], + "In": [ + 11 + ], + "this": [ + 12 + ], + "view": [ + 13 + ], + "of": [ + 14, + 17, + 28 + ], + "the": [ + 15, + 43 + ], + "future": [ + 16 + ], + "medicine,": [ + 18 + ], + "patient–provider": [ + 19 + ], + "interactions": [ + 20, + 31 + ], + "are": [ + 21, + 37 + ], + "informed": [ + 22 + ], + "and": [ + 23, + 39, + 47 + ], + "supported": [ + 24 + ], + "by": [ + 25 + ], + "massive": [ + 26 + ], + "amounts": [ + 27 + ], + "data": [ + 29, + 36 + ], + "from": [ + 30 + ], + "similar": [ + 33 + ], + "patients.": [ + 34 + ], + "These": [ + 35 + ], + "collected": [ + 38 + ], + "curated": [ + 40 + ], + "to": [ + 41 + ], + "provide": [ + 42 + ], + "latest": [ + 44 + ], + "evidence-based": [ + 45 + ], + "assessment": [ + 46 + ], + "recommendations.": [ + 48 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 428 + }, + { + "year": 2025, + "cited_by_count": 852 + }, + { + "year": 2024, + "cited_by_count": 636 + }, + { + "year": 2023, + "cited_by_count": 536 + }, + { + "year": 2022, + "cited_by_count": 465 + }, + { + "year": 2021, + "cited_by_count": 495 + }, + { + "year": 2020, + "cited_by_count": 354 + }, + { + "year": 2019, + "cited_by_count": 91 + }, + { + "year": 2018, + "cited_by_count": 2 + }, + { + "year": 2015, + "cited_by_count": 1 + }, + { + "year": 2014, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W1485009520", + "doi": "https://doi.org/10.48550/arxiv.1506.04214", + "title": "Convolutional LSTM Network: A Machine Learning Approach for Precipitation Nowcasting", + "display_name": "Convolutional LSTM Network: A Machine Learning Approach for Precipitation Nowcasting", + "relevance_score": 4735.6885, + "publication_year": 2015, + "publication_date": "2015-06-13", + "ids": { + "openalex": "https://openalex.org/W1485009520", + "doi": "https://doi.org/10.48550/arxiv.1506.04214", + "mag": "1485009520" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:arXiv.org:1506.04214", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1506.04214", + "pdf_url": "https://arxiv.org/pdf/1506.04214", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "type": "preprint", + "indexed_in": [ + "arxiv", + "datacite" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1506.04214", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5091515481", + "display_name": "Xingjian Shi", + "orcid": "https://orcid.org/0000-0002-2700-7742" + }, + "institutions": [ + { + "id": "https://openalex.org/I200769079", + "display_name": "Hong Kong University of Science and Technology", + "ror": "https://ror.org/00q4vv597", + "country_code": "HK", + "type": "education", + "lineage": [ + "https://openalex.org/I200769079" + ] + } + ], + "countries": [ + "HK" + ], + "is_corresponding": true, + "raw_author_name": "Shi, Xingjian", + "raw_affiliation_strings": [ + "Department of Computer Science and Engineering Hong Kong University of Science and Technology" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science and Engineering Hong Kong University of Science and Technology", + "institution_ids": [ + "https://openalex.org/I200769079" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5018500051", + "display_name": "Zhourong Chen", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I200769079", + "display_name": "Hong Kong University of Science and Technology", + "ror": "https://ror.org/00q4vv597", + "country_code": "HK", + "type": "education", + "lineage": [ + "https://openalex.org/I200769079" + ] + } + ], + "countries": [ + "HK" + ], + "is_corresponding": false, + "raw_author_name": "Chen, Zhourong", + "raw_affiliation_strings": [ + "Department of Computer Science and Engineering Hong Kong University of Science and Technology" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science and Engineering Hong Kong University of Science and Technology", + "institution_ids": [ + "https://openalex.org/I200769079" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5100663938", + "display_name": "Hao Wang", + "orcid": "https://orcid.org/0000-0003-0090-2840" + }, + "institutions": [ + { + "id": "https://openalex.org/I200769079", + "display_name": "Hong Kong University of Science and Technology", + "ror": "https://ror.org/00q4vv597", + "country_code": "HK", + "type": "education", + "lineage": [ + "https://openalex.org/I200769079" + ] + } + ], + "countries": [ + "HK" + ], + "is_corresponding": false, + "raw_author_name": "Wang, Hao", + "raw_affiliation_strings": [ + "Department of Computer Science and Engineering Hong Kong University of Science and Technology" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science and Engineering Hong Kong University of Science and Technology", + "institution_ids": [ + "https://openalex.org/I200769079" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5073139380", + "display_name": "Dit‐Yan Yeung", + "orcid": "https://orcid.org/0000-0003-3716-8125" + }, + "institutions": [ + { + "id": "https://openalex.org/I200769079", + "display_name": "Hong Kong University of Science and Technology", + "ror": "https://ror.org/00q4vv597", + "country_code": "HK", + "type": "education", + "lineage": [ + "https://openalex.org/I200769079" + ] + } + ], + "countries": [ + "HK" + ], + "is_corresponding": false, + "raw_author_name": "Yeung, Dit-Yan", + "raw_affiliation_strings": [ + "Department of Computer Science and Engineering Hong Kong University of Science and Technology" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science and Engineering Hong Kong University of Science and Technology", + "institution_ids": [ + "https://openalex.org/I200769079" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5101899480", + "display_name": "Wai Kin Wong", + "orcid": "https://orcid.org/0000-0001-8724-0696" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210104672", + "display_name": "Hong Kong Observatory", + "ror": "https://ror.org/01bvxvq19", + "country_code": "CN", + "type": "facility", + "lineage": [ + "https://openalex.org/I4210104672" + ] + } + ], + "countries": [ + "CN" + ], + "is_corresponding": false, + "raw_author_name": "Wong, Wai-kin", + "raw_affiliation_strings": [ + "Hong Kong Observatory Hong Kong, China" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Hong Kong Observatory Hong Kong, China", + "institution_ids": [ + "https://openalex.org/I4210104672" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5057734311", + "display_name": "Wang‐chun Woo", + "orcid": "https://orcid.org/0000-0001-5401-0333" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210104672", + "display_name": "Hong Kong Observatory", + "ror": "https://ror.org/01bvxvq19", + "country_code": "CN", + "type": "facility", + "lineage": [ + "https://openalex.org/I4210104672" + ] + } + ], + "countries": [ + "CN" + ], + "is_corresponding": false, + "raw_author_name": "Woo, Wang-chun", + "raw_affiliation_strings": [ + "Hong Kong Observatory Hong Kong, China" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Hong Kong Observatory Hong Kong, China", + "institution_ids": [ + "https://openalex.org/I4210104672" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 6, + "corresponding_author_ids": [ + "https://openalex.org/A5091515481" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I200769079" + ], + "apc_list": null, + "apc_paid": null, + "fwci": null, + "has_fulltext": false, + "cited_by_count": 6641, + "citation_normalized_percentile": null, + "cited_by_percentile_year": null, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10466", + "display_name": "Meteorological Phenomena and Simulations", + "score": 0.9984999895095825, + "subfield": { + "id": "https://openalex.org/subfields/1902", + "display_name": "Atmospheric Science" + }, + "field": { + "id": "https://openalex.org/fields/19", + "display_name": "Earth and Planetary Sciences" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10466", + "display_name": "Meteorological Phenomena and Simulations", + "score": 0.9984999895095825, + "subfield": { + "id": "https://openalex.org/subfields/1902", + "display_name": "Atmospheric Science" + }, + "field": { + "id": "https://openalex.org/fields/19", + "display_name": "Earth and Planetary Sciences" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11490", + "display_name": "Hydrological Forecasting Using AI", + "score": 0.9980000257492065, + "subfield": { + "id": "https://openalex.org/subfields/2305", + "display_name": "Environmental Engineering" + }, + "field": { + "id": "https://openalex.org/fields/23", + "display_name": "Environmental Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10930", + "display_name": "Flood Risk Assessment and Management", + "score": 0.9973999857902527, + "subfield": { + "id": "https://openalex.org/subfields/2306", + "display_name": "Global and Planetary Change" + }, + "field": { + "id": "https://openalex.org/fields/23", + "display_name": "Environmental Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/nowcasting", + "display_name": "Nowcasting", + "score": 0.9966049790382385 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7099078297615051 + }, + { + "id": "https://openalex.org/keywords/convolutional-neural-network", + "display_name": "Convolutional neural network", + "score": 0.6329242587089539 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5754866600036621 + }, + { + "id": "https://openalex.org/keywords/precipitation", + "display_name": "Precipitation", + "score": 0.5342473387718201 + }, + { + "id": "https://openalex.org/keywords/state", + "display_name": "State (computer science)", + "score": 0.4683465361595154 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.4540000259876251 + }, + { + "id": "https://openalex.org/keywords/perspective", + "display_name": "Perspective (graphical)", + "score": 0.4144560396671295 + }, + { + "id": "https://openalex.org/keywords/pattern-recognition", + "display_name": "Pattern recognition (psychology)", + "score": 0.3392675518989563 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.20132499933242798 + }, + { + "id": "https://openalex.org/keywords/meteorology", + "display_name": "Meteorology", + "score": 0.17883428931236267 + }, + { + "id": "https://openalex.org/keywords/geography", + "display_name": "Geography", + "score": 0.09717044234275818 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2781013037", + "wikidata": "https://www.wikidata.org/wiki/Q1433331", + "display_name": "Nowcasting", + "level": 2, + "score": 0.9966049790382385 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7099078297615051 + }, + { + "id": "https://openalex.org/C81363708", + "wikidata": "https://www.wikidata.org/wiki/Q17084460", + "display_name": "Convolutional neural network", + "level": 2, + "score": 0.6329242587089539 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5754866600036621 + }, + { + "id": "https://openalex.org/C107054158", + "wikidata": "https://www.wikidata.org/wiki/Q25257", + "display_name": "Precipitation", + "level": 2, + "score": 0.5342473387718201 + }, + { + "id": "https://openalex.org/C48103436", + "wikidata": "https://www.wikidata.org/wiki/Q599031", + "display_name": "State (computer science)", + "level": 2, + "score": 0.4683465361595154 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.4540000259876251 + }, + { + "id": "https://openalex.org/C12713177", + "wikidata": "https://www.wikidata.org/wiki/Q1900281", + "display_name": "Perspective (graphical)", + "level": 2, + "score": 0.4144560396671295 + }, + { + "id": "https://openalex.org/C153180895", + "wikidata": "https://www.wikidata.org/wiki/Q7148389", + "display_name": "Pattern recognition (psychology)", + "level": 2, + "score": 0.3392675518989563 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.20132499933242798 + }, + { + "id": "https://openalex.org/C153294291", + "wikidata": "https://www.wikidata.org/wiki/Q25261", + "display_name": "Meteorology", + "level": 1, + "score": 0.17883428931236267 + }, + { + "id": "https://openalex.org/C205649164", + "wikidata": "https://www.wikidata.org/wiki/Q1071", + "display_name": "Geography", + "level": 0, + "score": 0.09717044234275818 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "pmh:oai:arXiv.org:1506.04214", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1506.04214", + "pdf_url": "https://arxiv.org/pdf/1506.04214", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "doi:10.48550/arxiv.1506.04214", + "is_oa": true, + "landing_page_url": "https://doi.org/10.48550/arxiv.1506.04214", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1506.04214", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1506.04214", + "pdf_url": "https://arxiv.org/pdf/1506.04214", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "sustainable_development_goals": [ + { + "id": "https://metadata.un.org/sdg/13", + "display_name": "Climate action", + "score": 0.8500000238418579 + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 27, + "referenced_works": [ + "https://openalex.org/W588441650", + "https://openalex.org/W962117656", + "https://openalex.org/W1514535095", + "https://openalex.org/W1568514080", + "https://openalex.org/W1606347560", + "https://openalex.org/W1810943226", + "https://openalex.org/W1815076433", + "https://openalex.org/W1867429401", + "https://openalex.org/W1903029394", + "https://openalex.org/W1905882502", + "https://openalex.org/W1947481528", + "https://openalex.org/W1982479097", + "https://openalex.org/W2024414272", + "https://openalex.org/W2030459037", + "https://openalex.org/W2064675550", + "https://openalex.org/W2079565659", + "https://openalex.org/W2116435618", + "https://openalex.org/W2130942839", + "https://openalex.org/W2157331557", + "https://openalex.org/W2557283755", + "https://openalex.org/W2787727108", + "https://openalex.org/W2950635152", + "https://openalex.org/W2951183276", + "https://openalex.org/W2952453038", + "https://openalex.org/W4233546237", + "https://openalex.org/W4294306266", + "https://openalex.org/W4308909683" + ], + "related_works": [ + "https://openalex.org/W2098567841", + "https://openalex.org/W3124209601", + "https://openalex.org/W2238969010", + "https://openalex.org/W2189249776", + "https://openalex.org/W1526105959", + "https://openalex.org/W3193710367", + "https://openalex.org/W3122492506", + "https://openalex.org/W4388046081", + "https://openalex.org/W1778290058", + "https://openalex.org/W1166616657" + ], + "abstract_inverted_index": { + "The": [ + 0 + ], + "goal": [ + 1 + ], + "of": [ + 2, + 21 + ], + "precipitation": [ + 3, + 46, + 101, + 125 + ], + "nowcasting": [ + 4, + 47, + 102 + ], + "is": [ + 5 + ], + "to": [ + 6, + 73, + 93 + ], + "predict": [ + 7 + ], + "the": [ + 8, + 37, + 57, + 60, + 68, + 79, + 86, + 100, + 119 + ], + "future": [ + 9 + ], + "rainfall": [ + 10 + ], + "intensity": [ + 11 + ], + "in": [ + 12, + 54, + 77 + ], + "a": [ + 13, + 17, + 49 + ], + "local": [ + 14 + ], + "region": [ + 15 + ], + "over": [ + 16 + ], + "relatively": [ + 18 + ], + "short": [ + 19 + ], + "period": [ + 20 + ], + "time.": [ + 22 + ], + "Very": [ + 23 + ], + "few": [ + 24 + ], + "previous": [ + 25 + ], + "studies": [ + 26 + ], + "have": [ + 27, + 74 + ], + "examined": [ + 28 + ], + "this": [ + 29, + 42 + ], + "crucial": [ + 30 + ], + "and": [ + 31, + 59, + 81, + 90, + 114, + 118 + ], + "challenging": [ + 32 + ], + "weather": [ + 33 + ], + "forecasting": [ + 34, + 52 + ], + "problem": [ + 35, + 53 + ], + "from": [ + 36 + ], + "machine": [ + 38 + ], + "learning": [ + 39 + ], + "perspective.": [ + 40 + ], + "In": [ + 41 + ], + "paper,": [ + 43 + ], + "we": [ + 44, + 84 + ], + "formulate": [ + 45 + ], + "as": [ + 48 + ], + "spatiotemporal": [ + 50, + 64, + 111 + ], + "sequence": [ + 51 + ], + "which": [ + 55 + ], + "both": [ + 56, + 78 + ], + "input": [ + 58 + ], + "prediction": [ + 61 + ], + "target": [ + 62 + ], + "are": [ + 63 + ], + "sequences.": [ + 65 + ], + "By": [ + 66 + ], + "extending": [ + 67 + ], + "fully": [ + 69 + ], + "connected": [ + 70 + ], + "LSTM": [ + 71, + 88 + ], + "(FC-LSTM)": [ + 72 + ], + "convolutional": [ + 75, + 87 + ], + "structures": [ + 76 + ], + "input-to-state": [ + 80 + ], + "state-to-state": [ + 82 + ], + "transitions,": [ + 83 + ], + "propose": [ + 85 + ], + "(ConvLSTM)": [ + 89 + ], + "use": [ + 91 + ], + "it": [ + 92 + ], + "build": [ + 94 + ], + "an": [ + 95 + ], + "end-to-end": [ + 96 + ], + "trainable": [ + 97 + ], + "model": [ + 98 + ], + "for": [ + 99, + 124 + ], + "problem.": [ + 103 + ], + "Experiments": [ + 104 + ], + "show": [ + 105 + ], + "that": [ + 106 + ], + "our": [ + 107 + ], + "ConvLSTM": [ + 108 + ], + "network": [ + 109 + ], + "captures": [ + 110 + ], + "correlations": [ + 112 + ], + "better": [ + 113 + ], + "consistently": [ + 115 + ], + "outperforms": [ + 116 + ], + "FC-LSTM": [ + 117 + ], + "state-of-the-art": [ + 120 + ], + "operational": [ + 121 + ], + "ROVER": [ + 122 + ], + "algorithm": [ + 123 + ], + "nowcasting.": [ + 126 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 23 + }, + { + "year": 2025, + "cited_by_count": 513 + }, + { + "year": 2024, + "cited_by_count": 855 + }, + { + "year": 2023, + "cited_by_count": 1013 + }, + { + "year": 2022, + "cited_by_count": 1028 + }, + { + "year": 2021, + "cited_by_count": 1126 + }, + { + "year": 2020, + "cited_by_count": 926 + }, + { + "year": 2019, + "cited_by_count": 736 + }, + { + "year": 2018, + "cited_by_count": 294 + }, + { + "year": 2017, + "cited_by_count": 110 + }, + { + "year": 2016, + "cited_by_count": 15 + }, + { + "year": 2014, + "cited_by_count": 1 + }, + { + "year": 2012, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-24T08:33:08.758527", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W114517082", + "doi": "https://doi.org/10.1007/978-3-7908-2604-3_16", + "title": "Large-Scale Machine Learning with Stochastic Gradient Descent", + "display_name": "Large-Scale Machine Learning with Stochastic Gradient Descent", + "relevance_score": 4605.2676, + "publication_year": 2010, + "publication_date": "2010-01-01", + "ids": { + "openalex": "https://openalex.org/W114517082", + "doi": "https://doi.org/10.1007/978-3-7908-2604-3_16", + "mag": "114517082" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1007/978-3-7908-2604-3_16", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1007/978-3-7908-2604-3_16", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Proceedings of COMPSTAT'2010", + "raw_type": "book-chapter" + }, + "type": "book-chapter", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5019206666", + "display_name": "Léon Bottou", + "orcid": "https://orcid.org/0000-0002-9894-8128" + }, + "institutions": [ + { + "id": "https://openalex.org/I20089843", + "display_name": "Princeton University", + "ror": "https://ror.org/00hx57361", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I20089843" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Léon Bottou", + "raw_affiliation_strings": [ + "NEC Labs America, Princeton, NJ, 08542, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "NEC Labs America, Princeton, NJ, 08542, USA", + "institution_ids": [ + "https://openalex.org/I20089843" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5019206666" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I20089843" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 33.3114, + "has_fulltext": false, + "cited_by_count": 5615, + "citation_normalized_percentile": { + "value": 0.99817643, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": "177", + "last_page": "186" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11612", + "display_name": "Stochastic Gradient Optimization Techniques", + "score": 0.9887999892234802, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11612", + "display_name": "Stochastic Gradient Optimization Techniques", + "score": 0.9887999892234802, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10764", + "display_name": "Privacy-Preserving Technologies in Data", + "score": 0.003100000089034438, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12101", + "display_name": "Advanced Bandit Algorithms Research", + "score": 0.0019000000320374966, + "subfield": { + "id": "https://openalex.org/subfields/1803", + "display_name": "Management Science and Operations Research" + }, + "field": { + "id": "https://openalex.org/fields/18", + "display_name": "Decision Sciences" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/stochastic-gradient-descent", + "display_name": "Stochastic gradient descent", + "score": 0.8901551961898804 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6674743294715881 + }, + { + "id": "https://openalex.org/keywords/scale", + "display_name": "Scale (ratio)", + "score": 0.6642521619796753 + }, + { + "id": "https://openalex.org/keywords/stochastic-optimization", + "display_name": "Stochastic optimization", + "score": 0.610326886177063 + }, + { + "id": "https://openalex.org/keywords/gradient-descent", + "display_name": "Gradient descent", + "score": 0.5460410714149475 + }, + { + "id": "https://openalex.org/keywords/set", + "display_name": "Set (abstract data type)", + "score": 0.5359654426574707 + }, + { + "id": "https://openalex.org/keywords/online-machine-learning", + "display_name": "Online machine learning", + "score": 0.5075844526290894 + }, + { + "id": "https://openalex.org/keywords/context", + "display_name": "Context (archaeology)", + "score": 0.5021035671234131 + }, + { + "id": "https://openalex.org/keywords/sample", + "display_name": "Sample (material)", + "score": 0.44076448678970337 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.43065375089645386 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.3568766713142395 + }, + { + "id": "https://openalex.org/keywords/mathematical-optimization", + "display_name": "Mathematical optimization", + "score": 0.3531373143196106 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.3442344069480896 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.26637405157089233 + }, + { + "id": "https://openalex.org/keywords/active-learning", + "display_name": "Active learning (machine learning)", + "score": 0.11679795384407043 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.10637149214744568 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C206688291", + "wikidata": "https://www.wikidata.org/wiki/Q7617819", + "display_name": "Stochastic gradient descent", + "level": 3, + "score": 0.8901551961898804 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6674743294715881 + }, + { + "id": "https://openalex.org/C2778755073", + "wikidata": "https://www.wikidata.org/wiki/Q10858537", + "display_name": "Scale (ratio)", + "level": 2, + "score": 0.6642521619796753 + }, + { + "id": "https://openalex.org/C194387892", + "wikidata": "https://www.wikidata.org/wiki/Q1747770", + "display_name": "Stochastic optimization", + "level": 2, + "score": 0.610326886177063 + }, + { + "id": "https://openalex.org/C153258448", + "wikidata": "https://www.wikidata.org/wiki/Q1199743", + "display_name": "Gradient descent", + "level": 3, + "score": 0.5460410714149475 + }, + { + "id": "https://openalex.org/C177264268", + "wikidata": "https://www.wikidata.org/wiki/Q1514741", + "display_name": "Set (abstract data type)", + "level": 2, + "score": 0.5359654426574707 + }, + { + "id": "https://openalex.org/C115903097", + "wikidata": "https://www.wikidata.org/wiki/Q7094097", + "display_name": "Online machine learning", + "level": 3, + "score": 0.5075844526290894 + }, + { + "id": "https://openalex.org/C2779343474", + "wikidata": "https://www.wikidata.org/wiki/Q3109175", + "display_name": "Context (archaeology)", + "level": 2, + "score": 0.5021035671234131 + }, + { + "id": "https://openalex.org/C198531522", + "wikidata": "https://www.wikidata.org/wiki/Q485146", + "display_name": "Sample (material)", + "level": 2, + "score": 0.44076448678970337 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.43065375089645386 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.3568766713142395 + }, + { + "id": "https://openalex.org/C126255220", + "wikidata": "https://www.wikidata.org/wiki/Q141495", + "display_name": "Mathematical optimization", + "level": 1, + "score": 0.3531373143196106 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.3442344069480896 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.26637405157089233 + }, + { + "id": "https://openalex.org/C77967617", + "wikidata": "https://www.wikidata.org/wiki/Q4677561", + "display_name": "Active learning (machine learning)", + "level": 2, + "score": 0.11679795384407043 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.10637149214744568 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C43617362", + "wikidata": "https://www.wikidata.org/wiki/Q170050", + "display_name": "Chromatography", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C151730666", + "wikidata": "https://www.wikidata.org/wiki/Q7205", + "display_name": "Paleontology", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C121332964", + "wikidata": "https://www.wikidata.org/wiki/Q413", + "display_name": "Physics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C185592680", + "wikidata": "https://www.wikidata.org/wiki/Q2329", + "display_name": "Chemistry", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C86803240", + "wikidata": "https://www.wikidata.org/wiki/Q420", + "display_name": "Biology", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C62520636", + "wikidata": "https://www.wikidata.org/wiki/Q944", + "display_name": "Quantum mechanics", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "doi:10.1007/978-3-7908-2604-3_16", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1007/978-3-7908-2604-3_16", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Proceedings of COMPSTAT'2010", + "raw_type": "book-chapter" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.419.462", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.419.462", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://leon.bottou.org/publications/pdf/compstat-2010.pdf", + "raw_type": "text" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 26, + "referenced_works": [ + "https://openalex.org/W1505356468", + "https://openalex.org/W1535810436", + "https://openalex.org/W1629097610", + "https://openalex.org/W2029538739", + "https://openalex.org/W2030811966", + "https://openalex.org/W2035720976", + "https://openalex.org/W2043919728", + "https://openalex.org/W2068484625", + "https://openalex.org/W2086161653", + "https://openalex.org/W2098921539", + "https://openalex.org/W2101159990", + "https://openalex.org/W2113651538", + "https://openalex.org/W2119821739", + "https://openalex.org/W2127218421", + "https://openalex.org/W2129191766", + "https://openalex.org/W2135046866", + "https://openalex.org/W2137515395", + "https://openalex.org/W2147880316", + "https://openalex.org/W2150102617", + "https://openalex.org/W2154451187", + "https://openalex.org/W2322150470", + "https://openalex.org/W2416173357", + "https://openalex.org/W2766736793", + "https://openalex.org/W2990138404", + "https://openalex.org/W3207342693", + "https://openalex.org/W4238284510" + ], + "related_works": [ + "https://openalex.org/W2895097035", + "https://openalex.org/W4206903459", + "https://openalex.org/W2754816816", + "https://openalex.org/W4366280654", + "https://openalex.org/W4323366756", + "https://openalex.org/W4286899070", + "https://openalex.org/W4389775782", + "https://openalex.org/W4285259204", + "https://openalex.org/W3207830353", + "https://openalex.org/W114517082" + ], + "abstract_inverted_index": { + "During": [ + 0 + ], + "the": [ + 1, + 4, + 11, + 18, + 28, + 33, + 45, + 57, + 61, + 100 + ], + "last": [ + 2 + ], + "decade,": [ + 3 + ], + "data": [ + 5 + ], + "sizes": [ + 6 + ], + "have": [ + 7 + ], + "grown": [ + 8 + ], + "faster": [ + 9 + ], + "than": [ + 10, + 32 + ], + "speed": [ + 12 + ], + "of": [ + 13, + 20, + 47, + 60 + ], + "processors.": [ + 14 + ], + "In": [ + 15, + 82 + ], + "this": [ + 16 + ], + "context,": [ + 17 + ], + "capabilities": [ + 19 + ], + "statistical": [ + 21 + ], + "machine": [ + 22 + ], + "learning": [ + 23, + 51 + ], + "methods": [ + 24 + ], + "is": [ + 25 + ], + "limited": [ + 26 + ], + "by": [ + 27 + ], + "computing": [ + 29 + ], + "time": [ + 30 + ], + "rather": [ + 31 + ], + "sample": [ + 34 + ], + "size.": [ + 35 + ], + "A": [ + 36 + ], + "more": [ + 37 + ], + "precise": [ + 38 + ], + "analysis": [ + 39 + ], + "uncovers": [ + 40 + ], + "qualitatively": [ + 41 + ], + "different": [ + 42 + ], + "tradeoffs": [ + 43 + ], + "for": [ + 44, + 79 + ], + "case": [ + 46, + 55 + ], + "small-scale": [ + 48 + ], + "and": [ + 49, + 88 + ], + "large-scale": [ + 50, + 54, + 80 + ], + "problems.": [ + 52, + 81 + ], + "The": [ + 53 + ], + "involves": [ + 56 + ], + "computational": [ + 58 + ], + "complexity": [ + 59 + ], + "underlying": [ + 62 + ], + "optimization": [ + 63, + 69 + ], + "algorithm": [ + 64 + ], + "in": [ + 65 + ], + "non-trivial": [ + 66 + ], + "ways.": [ + 67 + ], + "Unlikely": [ + 68 + ], + "algorithms": [ + 70 + ], + "such": [ + 71 + ], + "as": [ + 72 + ], + "stochastic": [ + 73, + 86, + 90 + ], + "gradient": [ + 74, + 87, + 91 + ], + "descent": [ + 75 + ], + "show": [ + 76 + ], + "amazing": [ + 77 + ], + "performance": [ + 78 + ], + "particular,": [ + 83 + ], + "second": [ + 84 + ], + "order": [ + 85 + ], + "averaged": [ + 89 + ], + "are": [ + 92 + ], + "asymptotically": [ + 93 + ], + "efficient": [ + 94 + ], + "after": [ + 95 + ], + "a": [ + 96 + ], + "single": [ + 97 + ], + "pass": [ + 98 + ], + "on": [ + 99 + ], + "training": [ + 101 + ], + "set.": [ + 102 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 79 + }, + { + "year": 2025, + "cited_by_count": 338 + }, + { + "year": 2024, + "cited_by_count": 343 + }, + { + "year": 2023, + "cited_by_count": 392 + }, + { + "year": 2022, + "cited_by_count": 436 + }, + { + "year": 2021, + "cited_by_count": 796 + }, + { + "year": 2020, + "cited_by_count": 903 + }, + { + "year": 2019, + "cited_by_count": 787 + }, + { + "year": 2018, + "cited_by_count": 515 + }, + { + "year": 2017, + "cited_by_count": 392 + }, + { + "year": 2016, + "cited_by_count": 254 + }, + { + "year": 2015, + "cited_by_count": 153 + }, + { + "year": 2014, + "cited_by_count": 107 + }, + { + "year": 2013, + "cited_by_count": 66 + }, + { + "year": 2012, + "cited_by_count": 40 + } + ], + "updated_date": "2026-05-28T09:10:13.091523", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2619383789", + "doi": "https://doi.org/10.1109/tpami.2018.2798607", + "title": "Multimodal Machine Learning: A Survey and Taxonomy", + "display_name": "Multimodal Machine Learning: A Survey and Taxonomy", + "relevance_score": 4484.6733, + "publication_year": 2018, + "publication_date": "2018-01-25", + "ids": { + "openalex": "https://openalex.org/W2619383789", + "doi": "https://doi.org/10.1109/tpami.2018.2798607", + "mag": "2619383789", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/29994351" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1109/tpami.2018.2798607", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/tpami.2018.2798607", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S199944782", + "display_name": "IEEE Transactions on Pattern Analysis and Machine Intelligence", + "issn_l": "0162-8828", + "issn": [ + "0162-8828", + "1939-3539", + "2160-9292" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320439", + "host_organization_name": "IEEE Computer Society", + "host_organization_lineage": [ + "https://openalex.org/P4310320439", + "https://openalex.org/P4310319808" + ], + "host_organization_lineage_names": [ + "IEEE Computer Society", + "Institute of Electrical and Electronics Engineers" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IEEE Transactions on Pattern Analysis and Machine Intelligence", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref", + "pubmed" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5058610902", + "display_name": "Tadas Baltrušaitis", + "orcid": "https://orcid.org/0000-0001-7923-8780" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210164937", + "display_name": "Microsoft Research (United Kingdom)", + "ror": "https://ror.org/05k87vq12", + "country_code": "GB", + "type": "company", + "lineage": [ + "https://openalex.org/I1290206253", + "https://openalex.org/I4210164937" + ] + } + ], + "countries": [ + "GB" + ], + "is_corresponding": true, + "raw_author_name": "Tadas Baltrusaitis", + "raw_affiliation_strings": [ + "Microsoft Corporation, Cambridge, United Kingdom" + ], + "raw_orcid": "https://orcid.org/0000-0001-7923-8780", + "affiliations": [ + { + "raw_affiliation_string": "Microsoft Corporation, Cambridge, United Kingdom", + "institution_ids": [ + "https://openalex.org/I4210164937" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5050602513", + "display_name": "Chaitanya Ahuja", + "orcid": "https://orcid.org/0000-0003-4396-2050" + }, + "institutions": [ + { + "id": "https://openalex.org/I74973139", + "display_name": "Carnegie Mellon University", + "ror": "https://ror.org/05x2bcf33", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I74973139" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Chaitanya Ahuja", + "raw_affiliation_strings": [ + "Language Technologies Institute, Carnegie Mellon University, Pittsburgh, PA" + ], + "raw_orcid": "https://orcid.org/0000-0003-4396-2050", + "affiliations": [ + { + "raw_affiliation_string": "Language Technologies Institute, Carnegie Mellon University, Pittsburgh, PA", + "institution_ids": [ + "https://openalex.org/I74973139" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5081398601", + "display_name": "Louis–Philippe Morency", + "orcid": "https://orcid.org/0000-0001-6376-7696" + }, + "institutions": [ + { + "id": "https://openalex.org/I74973139", + "display_name": "Carnegie Mellon University", + "ror": "https://ror.org/05x2bcf33", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I74973139" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Louis-Philippe Morency", + "raw_affiliation_strings": [ + "Language Technologies Institute, Carnegie Mellon University, Pittsburgh, PA" + ], + "raw_orcid": "https://orcid.org/0000-0001-6376-7696", + "affiliations": [ + { + "raw_affiliation_string": "Language Technologies Institute, Carnegie Mellon University, Pittsburgh, PA", + "institution_ids": [ + "https://openalex.org/I74973139" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5058610902" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I4210164937" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 162.0966, + "has_fulltext": false, + "cited_by_count": 4123, + "citation_normalized_percentile": { + "value": 1.0, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "41", + "issue": "2", + "first_page": "423", + "last_page": "443" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11309", + "display_name": "Music and Audio Processing", + "score": 0.9983000159263611, + "subfield": { + "id": "https://openalex.org/subfields/1711", + "display_name": "Signal Processing" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11309", + "display_name": "Music and Audio Processing", + "score": 0.9983000159263611, + "subfield": { + "id": "https://openalex.org/subfields/1711", + "display_name": "Signal Processing" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T13083", + "display_name": "Advanced Text Analysis Techniques", + "score": 0.9890000224113464, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11667", + "display_name": "Advanced Chemical Sensor Technologies", + "score": 0.9860000014305115, + "subfield": { + "id": "https://openalex.org/subfields/2204", + "display_name": "Biomedical Engineering" + }, + "field": { + "id": "https://openalex.org/fields/22", + "display_name": "Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/multimodal-learning", + "display_name": "Multimodal learning", + "score": 0.7634491920471191 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6933263540267944 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.644882082939148 + }, + { + "id": "https://openalex.org/keywords/modalities", + "display_name": "Modalities", + "score": 0.6390953063964844 + }, + { + "id": "https://openalex.org/keywords/taxonomy", + "display_name": "Taxonomy (biology)", + "score": 0.6077015399932861 + }, + { + "id": "https://openalex.org/keywords/categorization", + "display_name": "Categorization", + "score": 0.5977133512496948 + }, + { + "id": "https://openalex.org/keywords/multimodality", + "display_name": "Multimodality", + "score": 0.4987671375274658 + }, + { + "id": "https://openalex.org/keywords/field", + "display_name": "Field (mathematics)", + "score": 0.45902901887893677 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.42995545268058777 + }, + { + "id": "https://openalex.org/keywords/human–computer-interaction", + "display_name": "Human–computer interaction", + "score": 0.35926470160484314 + }, + { + "id": "https://openalex.org/keywords/world-wide-web", + "display_name": "World Wide Web", + "score": 0.08981871604919434 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2780660688", + "wikidata": "https://www.wikidata.org/wiki/Q25052564", + "display_name": "Multimodal learning", + "level": 2, + "score": 0.7634491920471191 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6933263540267944 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.644882082939148 + }, + { + "id": "https://openalex.org/C2779903281", + "wikidata": "https://www.wikidata.org/wiki/Q6888026", + "display_name": "Modalities", + "level": 2, + "score": 0.6390953063964844 + }, + { + "id": "https://openalex.org/C58642233", + "wikidata": "https://www.wikidata.org/wiki/Q8269924", + "display_name": "Taxonomy (biology)", + "level": 2, + "score": 0.6077015399932861 + }, + { + "id": "https://openalex.org/C94124525", + "wikidata": "https://www.wikidata.org/wiki/Q912550", + "display_name": "Categorization", + "level": 2, + "score": 0.5977133512496948 + }, + { + "id": "https://openalex.org/C2780910867", + "wikidata": "https://www.wikidata.org/wiki/Q1952416", + "display_name": "Multimodality", + "level": 2, + "score": 0.4987671375274658 + }, + { + "id": "https://openalex.org/C9652623", + "wikidata": "https://www.wikidata.org/wiki/Q190109", + "display_name": "Field (mathematics)", + "level": 2, + "score": 0.45902901887893677 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.42995545268058777 + }, + { + "id": "https://openalex.org/C107457646", + "wikidata": "https://www.wikidata.org/wiki/Q207434", + "display_name": "Human–computer interaction", + "level": 1, + "score": 0.35926470160484314 + }, + { + "id": "https://openalex.org/C136764020", + "wikidata": "https://www.wikidata.org/wiki/Q466", + "display_name": "World Wide Web", + "level": 1, + "score": 0.08981871604919434 + }, + { + "id": "https://openalex.org/C202444582", + "wikidata": "https://www.wikidata.org/wiki/Q837863", + "display_name": "Pure mathematics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C144024400", + "wikidata": "https://www.wikidata.org/wiki/Q21201", + "display_name": "Sociology", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C36289849", + "wikidata": "https://www.wikidata.org/wiki/Q34749", + "display_name": "Social science", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C59822182", + "wikidata": "https://www.wikidata.org/wiki/Q441", + "display_name": "Botany", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C86803240", + "wikidata": "https://www.wikidata.org/wiki/Q420", + "display_name": "Biology", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "doi:10.1109/tpami.2018.2798607", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/tpami.2018.2798607", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S199944782", + "display_name": "IEEE Transactions on Pattern Analysis and Machine Intelligence", + "issn_l": "0162-8828", + "issn": [ + "0162-8828", + "1939-3539", + "2160-9292" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320439", + "host_organization_name": "IEEE Computer Society", + "host_organization_lineage": [ + "https://openalex.org/P4310320439", + "https://openalex.org/P4310319808" + ], + "host_organization_lineage_names": [ + "IEEE Computer Society", + "Institute of Electrical and Electronics Engineers" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IEEE Transactions on Pattern Analysis and Machine Intelligence", + "raw_type": "journal-article" + }, + { + "id": "pmid:29994351", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/29994351", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IEEE transactions on pattern analysis and machine intelligence", + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 369, + "referenced_works": [ + "https://openalex.org/W8316075", + "https://openalex.org/W21006490", + "https://openalex.org/W22229905", + "https://openalex.org/W59175527", + "https://openalex.org/W68733909", + "https://openalex.org/W129606432", + "https://openalex.org/W155596317", + "https://openalex.org/W189596042", + "https://openalex.org/W199018803", + "https://openalex.org/W262578090", + "https://openalex.org/W854541894", + "https://openalex.org/W877909479", + "https://openalex.org/W956551720", + "https://openalex.org/W1123427201", + "https://openalex.org/W1480583224", + "https://openalex.org/W1481820510", + "https://openalex.org/W1488163396", + "https://openalex.org/W1503933356", + "https://openalex.org/W1514535095", + "https://openalex.org/W1522301498", + "https://openalex.org/W1523385540", + "https://openalex.org/W1527575280", + "https://openalex.org/W1528056001", + "https://openalex.org/W1533861849", + "https://openalex.org/W1540429825", + "https://openalex.org/W1555767263", + "https://openalex.org/W1566289585", + "https://openalex.org/W1572567476", + "https://openalex.org/W1573040851", + "https://openalex.org/W1586939924", + "https://openalex.org/W1601567445", + "https://openalex.org/W1628307106", + "https://openalex.org/W1651753422", + "https://openalex.org/W1664311846", + "https://openalex.org/W1686810756", + "https://openalex.org/W1687846465", + "https://openalex.org/W1753482797", + "https://openalex.org/W1762503104", + "https://openalex.org/W1766290689", + "https://openalex.org/W1773149199", + "https://openalex.org/W1811254738", + "https://openalex.org/W1822526425", + "https://openalex.org/W1828348983", + "https://openalex.org/W1836465849", + "https://openalex.org/W1858383477", + "https://openalex.org/W1870428314", + "https://openalex.org/W1872883209", + "https://openalex.org/W1883346539", + "https://openalex.org/W1889038981", + "https://openalex.org/W1889081078", + "https://openalex.org/W1893116441", + "https://openalex.org/W1895577753", + "https://openalex.org/W1897761818", + "https://openalex.org/W1905882502", + "https://openalex.org/W1906515132", + "https://openalex.org/W1922557984", + "https://openalex.org/W1931795219", + "https://openalex.org/W1933065844", + "https://openalex.org/W1933349210", + "https://openalex.org/W1956340063", + "https://openalex.org/W1963540633", + "https://openalex.org/W1964073652", + "https://openalex.org/W1966811077", + "https://openalex.org/W1969616664", + "https://openalex.org/W1970055505", + "https://openalex.org/W1971791733", + "https://openalex.org/W1976066595", + "https://openalex.org/W1977547683", + "https://openalex.org/W1985867508", + "https://openalex.org/W1986451414", + "https://openalex.org/W1987835821", + "https://openalex.org/W1996418862", + "https://openalex.org/W1996478295", + "https://openalex.org/W2000911139", + "https://openalex.org/W2003333103", + "https://openalex.org/W2006969979", + "https://openalex.org/W2009059481", + "https://openalex.org/W2012237712", + "https://openalex.org/W2015394094", + "https://openalex.org/W2015412875", + "https://openalex.org/W2019024625", + "https://openalex.org/W2022799064", + "https://openalex.org/W2025341678", + "https://openalex.org/W2025638820", + "https://openalex.org/W2026012689", + "https://openalex.org/W2026243162", + "https://openalex.org/W2038698865", + "https://openalex.org/W2041288440", + "https://openalex.org/W2042608483", + "https://openalex.org/W2048343491", + "https://openalex.org/W2048679005", + "https://openalex.org/W2051721233", + "https://openalex.org/W2053101950", + "https://openalex.org/W2057568625", + "https://openalex.org/W2058616948", + "https://openalex.org/W2061781940", + "https://openalex.org/W2062632672", + "https://openalex.org/W2062955551", + "https://openalex.org/W2063036810", + "https://openalex.org/W2063330527", + "https://openalex.org/W2064675550", + "https://openalex.org/W2066667210", + "https://openalex.org/W2068676460", + "https://openalex.org/W2069682406", + "https://openalex.org/W2077395415", + "https://openalex.org/W2080576537", + "https://openalex.org/W2083885588", + "https://openalex.org/W2090048052", + "https://openalex.org/W2095705004", + "https://openalex.org/W2096391593", + "https://openalex.org/W2098411764", + "https://openalex.org/W2098562545", + "https://openalex.org/W2099471712", + "https://openalex.org/W2100235303", + "https://openalex.org/W2100561338", + "https://openalex.org/W2101105183", + "https://openalex.org/W2101534792", + "https://openalex.org/W2102765684", + "https://openalex.org/W2105103432", + "https://openalex.org/W2106277773", + "https://openalex.org/W2108710284", + "https://openalex.org/W2109586012", + "https://openalex.org/W2109743529", + "https://openalex.org/W2111078031", + "https://openalex.org/W2111645492", + "https://openalex.org/W2112019442", + "https://openalex.org/W2112184938", + "https://openalex.org/W2112912048", + "https://openalex.org/W2113507809", + "https://openalex.org/W2118714046", + "https://openalex.org/W2119288237", + "https://openalex.org/W2120776756", + "https://openalex.org/W2123024445", + "https://openalex.org/W2124033848", + "https://openalex.org/W2124372976", + "https://openalex.org/W2125336414", + "https://openalex.org/W2125366733", + "https://openalex.org/W2126598020", + "https://openalex.org/W2128856065", + "https://openalex.org/W2129142580", + "https://openalex.org/W2129360799", + "https://openalex.org/W2129382193", + "https://openalex.org/W2130055251", + "https://openalex.org/W2130162821", + "https://openalex.org/W2130942839", + "https://openalex.org/W2131179926", + "https://openalex.org/W2133459682", + "https://openalex.org/W2133564696", + "https://openalex.org/W2135776491", + "https://openalex.org/W2136922672", + "https://openalex.org/W2136985729", + "https://openalex.org/W2137735870", + "https://openalex.org/W2137806537", + "https://openalex.org/W2141477623", + "https://openalex.org/W2142192571", + "https://openalex.org/W2142900973", + "https://openalex.org/W2143449221", + "https://openalex.org/W2143492886", + "https://openalex.org/W2143612262", + "https://openalex.org/W2143926884", + "https://openalex.org/W2145056192", + "https://openalex.org/W2147880316", + "https://openalex.org/W2147885303", + "https://openalex.org/W2148298736", + "https://openalex.org/W2149172860", + "https://openalex.org/W2149557440", + "https://openalex.org/W2149940198", + "https://openalex.org/W2150295085", + "https://openalex.org/W2150658333", + "https://openalex.org/W2150696241", + "https://openalex.org/W2150824314", + "https://openalex.org/W2151096985", + "https://openalex.org/W2151103935", + "https://openalex.org/W2152239535", + "https://openalex.org/W2153579005", + "https://openalex.org/W2153927146", + "https://openalex.org/W2156303437", + "https://openalex.org/W2156503193", + "https://openalex.org/W2159973364", + "https://openalex.org/W2160815625", + "https://openalex.org/W2163108352", + "https://openalex.org/W2163605009", + "https://openalex.org/W2163922914", + "https://openalex.org/W2164186291", + "https://openalex.org/W2164450870", + "https://openalex.org/W2164587673", + "https://openalex.org/W2164699598", + "https://openalex.org/W2167103782", + "https://openalex.org/W2173180041", + "https://openalex.org/W2180844455", + "https://openalex.org/W2181691731", + "https://openalex.org/W2184045248", + "https://openalex.org/W2184188583", + "https://openalex.org/W2185175083", + "https://openalex.org/W2201007611", + "https://openalex.org/W2203543769", + "https://openalex.org/W2220981600", + "https://openalex.org/W2250742840", + "https://openalex.org/W2250842428", + "https://openalex.org/W2251353663", + "https://openalex.org/W2251394420", + "https://openalex.org/W2251885125", + "https://openalex.org/W2251970440", + "https://openalex.org/W2252122141", + "https://openalex.org/W2252238675", + "https://openalex.org/W2266728343", + "https://openalex.org/W2267126114", + "https://openalex.org/W2282219577", + "https://openalex.org/W2291822808", + "https://openalex.org/W2293453011", + "https://openalex.org/W2294797155", + "https://openalex.org/W2296613712", + "https://openalex.org/W2316138215", + "https://openalex.org/W2327501763", + "https://openalex.org/W2342662179", + "https://openalex.org/W2388114291", + "https://openalex.org/W2397159106", + "https://openalex.org/W2399507222", + "https://openalex.org/W2399733683", + "https://openalex.org/W2402955625", + "https://openalex.org/W2405756170", + "https://openalex.org/W2411037331", + "https://openalex.org/W2418349398", + "https://openalex.org/W2434537049", + "https://openalex.org/W2462496837", + "https://openalex.org/W2470413457", + "https://openalex.org/W2489434015", + "https://openalex.org/W2494980014", + "https://openalex.org/W2519091744", + "https://openalex.org/W2519656895", + "https://openalex.org/W2520160253", + "https://openalex.org/W2546919788", + "https://openalex.org/W2557865186", + "https://openalex.org/W2579317665", + "https://openalex.org/W2914699769", + "https://openalex.org/W2949465329", + "https://openalex.org/W2953318193", + "https://openalex.org/W2962706528", + "https://openalex.org/W2962756039", + "https://openalex.org/W2962835968", + "https://openalex.org/W2963082528", + "https://openalex.org/W2963109634", + "https://openalex.org/W2963143316", + "https://openalex.org/W2963192057", + "https://openalex.org/W2963260436", + "https://openalex.org/W2963324994", + "https://openalex.org/W2963383024", + "https://openalex.org/W2963389687", + "https://openalex.org/W2963410018", + "https://openalex.org/W2963576560", + "https://openalex.org/W2963579811", + "https://openalex.org/W2963605190", + "https://openalex.org/W2963656855", + "https://openalex.org/W2963735856", + "https://openalex.org/W2963811219", + "https://openalex.org/W2963899908", + "https://openalex.org/W2963954913", + "https://openalex.org/W2964040984", + "https://openalex.org/W2964118342", + "https://openalex.org/W2964121744", + "https://openalex.org/W2964217371", + "https://openalex.org/W2964241990", + "https://openalex.org/W2964308564", + "https://openalex.org/W2964345931", + "https://openalex.org/W3000384245", + "https://openalex.org/W3023993913", + "https://openalex.org/W3087871082", + "https://openalex.org/W3125032682", + "https://openalex.org/W4211232216", + "https://openalex.org/W4212844288", + "https://openalex.org/W4240592325", + "https://openalex.org/W4244018879", + "https://openalex.org/W4245655784", + "https://openalex.org/W4252331534", + "https://openalex.org/W4285719527", + "https://openalex.org/W4293665662", + "https://openalex.org/W4294170691", + "https://openalex.org/W4297813007", + "https://openalex.org/W4299801216", + "https://openalex.org/W4302613066", + "https://openalex.org/W4320013936", + "https://openalex.org/W6600334730", + "https://openalex.org/W6600827882", + "https://openalex.org/W6605295763", + "https://openalex.org/W6606244218", + "https://openalex.org/W6606327593", + "https://openalex.org/W6607775107", + "https://openalex.org/W6608183366", + "https://openalex.org/W6623517193", + "https://openalex.org/W6623995992", + "https://openalex.org/W6625044600", + "https://openalex.org/W6628794645", + "https://openalex.org/W6629203210", + "https://openalex.org/W6630875275", + "https://openalex.org/W6631190155", + "https://openalex.org/W6631216910", + "https://openalex.org/W6631516269", + "https://openalex.org/W6631943919", + "https://openalex.org/W6634126550", + "https://openalex.org/W6636447180", + "https://openalex.org/W6636942303", + "https://openalex.org/W6637306801", + "https://openalex.org/W6637373629", + "https://openalex.org/W6637698695", + "https://openalex.org/W6637971603", + "https://openalex.org/W6637989529", + "https://openalex.org/W6638549007", + "https://openalex.org/W6638667902", + "https://openalex.org/W6638742206", + "https://openalex.org/W6639103823", + "https://openalex.org/W6639118148", + "https://openalex.org/W6639283537", + "https://openalex.org/W6639358663", + "https://openalex.org/W6639432524", + "https://openalex.org/W6639434097", + "https://openalex.org/W6640257717", + "https://openalex.org/W6640296258", + "https://openalex.org/W6640764460", + "https://openalex.org/W6650605322", + "https://openalex.org/W6652311901", + "https://openalex.org/W6674330103", + "https://openalex.org/W6675048546", + "https://openalex.org/W6676380891", + "https://openalex.org/W6676497082", + "https://openalex.org/W6676647902", + "https://openalex.org/W6676709516", + "https://openalex.org/W6678360021", + "https://openalex.org/W6678470764", + "https://openalex.org/W6678809451", + "https://openalex.org/W6679434410", + "https://openalex.org/W6679436768", + "https://openalex.org/W6680094886", + "https://openalex.org/W6680336390", + "https://openalex.org/W6681184217", + "https://openalex.org/W6682082992", + "https://openalex.org/W6682086108", + "https://openalex.org/W6682222085", + "https://openalex.org/W6682511423", + "https://openalex.org/W6682691769", + "https://openalex.org/W6682864246", + "https://openalex.org/W6683074461", + "https://openalex.org/W6683167905", + "https://openalex.org/W6683277684", + "https://openalex.org/W6684191040", + "https://openalex.org/W6684209796", + "https://openalex.org/W6685183736", + "https://openalex.org/W6685527872", + "https://openalex.org/W6686207219", + "https://openalex.org/W6687543112", + "https://openalex.org/W6687672932", + "https://openalex.org/W6688143368", + "https://openalex.org/W6691419566", + "https://openalex.org/W6691647468", + "https://openalex.org/W6692004142", + "https://openalex.org/W6696843773", + "https://openalex.org/W6697449767", + "https://openalex.org/W6712426025", + "https://openalex.org/W6712802073", + "https://openalex.org/W6713645886", + "https://openalex.org/W6717487601", + "https://openalex.org/W6726977916", + "https://openalex.org/W6727336983", + "https://openalex.org/W6729831399", + "https://openalex.org/W6730042849", + "https://openalex.org/W6730666313", + "https://openalex.org/W6732843983", + "https://openalex.org/W6845679800", + "https://openalex.org/W6898505805", + "https://openalex.org/W7011438494" + ], + "related_works": [ + "https://openalex.org/W4319049579", + "https://openalex.org/W2791907740", + "https://openalex.org/W2135449968", + "https://openalex.org/W2739856905", + "https://openalex.org/W1508553398", + "https://openalex.org/W2170966221", + "https://openalex.org/W1594974701", + "https://openalex.org/W4287761641", + "https://openalex.org/W3034009428", + "https://openalex.org/W2116664529" + ], + "abstract_inverted_index": { + "Our": [ + 0 + ], + "experience": [ + 1 + ], + "of": [ + 2, + 93, + 101, + 164 + ], + "the": [ + 3, + 23, + 56, + 110, + 128, + 162, + 165 + ], + "world": [ + 4, + 57 + ], + "is": [ + 5, + 30, + 36, + 88 + ], + "multimodal": [ + 6, + 39, + 68, + 105, + 114, + 143 + ], + "-": [ + 7 + ], + "we": [ + 8 + ], + "see": [ + 9 + ], + "objects,": [ + 10 + ], + "hear": [ + 11 + ], + "sounds,": [ + 12 + ], + "feel": [ + 13 + ], + "texture,": [ + 14 + ], + "smell": [ + 15 + ], + "odors,": [ + 16 + ], + "and": [ + 17, + 32, + 81, + 96, + 118, + 131, + 135, + 151, + 167 + ], + "taste": [ + 18 + ], + "flavors.": [ + 19 + ], + "Modality": [ + 20 + ], + "refers": [ + 21 + ], + "to": [ + 22, + 51, + 62, + 65, + 75, + 159 + ], + "way": [ + 24 + ], + "in": [ + 25, + 54, + 113, + 121 + ], + "which": [ + 26 + ], + "something": [ + 27 + ], + "happens": [ + 28 + ], + "or": [ + 29 + ], + "experienced": [ + 31 + ], + "a": [ + 33, + 89, + 122 + ], + "research": [ + 34 + ], + "problem": [ + 35 + ], + "characterized": [ + 37 + ], + "as": [ + 38 + ], + "when": [ + 40 + ], + "it": [ + 41, + 60 + ], + "includes": [ + 42 + ], + "multiple": [ + 43, + 85 + ], + "such": [ + 44, + 67 + ], + "modalities.": [ + 45, + 86 + ], + "In": [ + 46 + ], + "order": [ + 47 + ], + "for": [ + 48, + 170 + ], + "Artificial": [ + 49 + ], + "Intelligence": [ + 50 + ], + "make": [ + 52 + ], + "progress": [ + 53 + ], + "understanding": [ + 55 + ], + "around": [ + 58 + ], + "us,": [ + 59 + ], + "needs": [ + 61 + ], + "be": [ + 63 + ], + "able": [ + 64 + ], + "interpret": [ + 66 + ], + "signals": [ + 69 + ], + "together.": [ + 70 + ], + "Multimodal": [ + 71 + ], + "machine": [ + 72, + 115, + 144 + ], + "learning": [ + 73, + 116 + ], + "aims": [ + 74 + ], + "build": [ + 76 + ], + "models": [ + 77 + ], + "that": [ + 78, + 139 + ], + "can": [ + 79 + ], + "process": [ + 80 + ], + "relate": [ + 82 + ], + "information": [ + 83 + ], + "from": [ + 84 + ], + "It": [ + 87 + ], + "vibrant": [ + 90 + ], + "multi-disciplinary": [ + 91 + ], + "field": [ + 92, + 166 + ], + "increasing": [ + 94 + ], + "importance": [ + 95 + ], + "with": [ + 97 + ], + "extraordinary": [ + 98 + ], + "potential.": [ + 99 + ], + "Instead": [ + 100 + ], + "focusing": [ + 102 + ], + "on": [ + 103 + ], + "specific": [ + 104 + ], + "applications,": [ + 106 + ], + "this": [ + 107 + ], + "paper": [ + 108 + ], + "surveys": [ + 109 + ], + "recent": [ + 111 + ], + "advances": [ + 112 + ], + "itself": [ + 117 + ], + "presents": [ + 119 + ], + "them": [ + 120 + ], + "common": [ + 123 + ], + "taxonomy.": [ + 124 + ], + "We": [ + 125 + ], + "go": [ + 126 + ], + "beyond": [ + 127 + ], + "typical": [ + 129 + ], + "early": [ + 130 + ], + "late": [ + 132 + ], + "fusion": [ + 133 + ], + "categorization": [ + 134 + ], + "identify": [ + 136, + 168 + ], + "broader": [ + 137 + ], + "challenges": [ + 138 + ], + "are": [ + 140 + ], + "faced": [ + 141 + ], + "by": [ + 142 + ], + "learning,": [ + 145 + ], + "namely:": [ + 146 + ], + "representation,": [ + 147 + ], + "translation,": [ + 148 + ], + "alignment,": [ + 149 + ], + "fusion,": [ + 150 + ], + "co-learning.": [ + 152 + ], + "This": [ + 153 + ], + "new": [ + 154 + ], + "taxonomy": [ + 155 + ], + "will": [ + 156 + ], + "enable": [ + 157 + ], + "researchers": [ + 158 + ], + "better": [ + 160 + ], + "understand": [ + 161 + ], + "state": [ + 163 + ], + "directions": [ + 169 + ], + "future": [ + 171 + ], + "research.": [ + 172 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 413 + }, + { + "year": 2025, + "cited_by_count": 970 + }, + { + "year": 2024, + "cited_by_count": 697 + }, + { + "year": 2023, + "cited_by_count": 590 + }, + { + "year": 2022, + "cited_by_count": 477 + }, + { + "year": 2021, + "cited_by_count": 383 + }, + { + "year": 2020, + "cited_by_count": 335 + }, + { + "year": 2019, + "cited_by_count": 194 + }, + { + "year": 2018, + "cited_by_count": 63 + }, + { + "year": 2017, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2177870565", + "doi": "https://doi.org/10.1161/circulationaha.115.001593", + "title": "Machine Learning in Medicine", + "display_name": "Machine Learning in Medicine", + "relevance_score": 4474.18, + "publication_year": 2015, + "publication_date": "2015-11-16", + "ids": { + "openalex": "https://openalex.org/W2177870565", + "doi": "https://doi.org/10.1161/circulationaha.115.001593", + "mag": "2177870565", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/26572668" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1161/circulationaha.115.001593", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1161/circulationaha.115.001593", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S116251202", + "display_name": "Circulation", + "issn_l": "0009-7322", + "issn": [ + "0009-7322", + "1524-4539" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315671", + "host_organization_name": "Lippincott Williams & Wilkins", + "host_organization_lineage": [ + "https://openalex.org/P4310315671", + "https://openalex.org/P4310318547" + ], + "host_organization_lineage_names": [ + "Lippincott Williams & Wilkins", + "Wolters Kluwer" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Circulation", + "raw_type": "journal-article" + }, + "type": "review", + "indexed_in": [ + "crossref", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/5831252", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5026141445", + "display_name": "Rahul C. Deo", + "orcid": "https://orcid.org/0000-0002-2791-9434" + }, + "institutions": [ + { + "id": "https://openalex.org/I103922791", + "display_name": "QB3", + "ror": "https://ror.org/04n1n3n22", + "country_code": "US", + "type": "nonprofit", + "lineage": [ + "https://openalex.org/I103922791", + "https://openalex.org/I180670191", + "https://openalex.org/I185103710", + "https://openalex.org/I95457486" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Rahul C. Deo", + "raw_affiliation_strings": [ + "From Cardiovascular Research Institute, Department of Medicine and Institute for Human Genetics, University of California, San Francisco, and California Institute for Quantitative Biosciences, San Francisco" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "From Cardiovascular Research Institute, Department of Medicine and Institute for Human Genetics, University of California, San Francisco, and California Institute for Quantitative Biosciences, San Francisco", + "institution_ids": [ + "https://openalex.org/I103922791" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5026141445" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I103922791" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 79.6902, + "has_fulltext": false, + "cited_by_count": 3390, + "citation_normalized_percentile": { + "value": 0.99935462, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "132", + "issue": "20", + "first_page": "1920", + "last_page": "1930" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T13702", + "display_name": "Machine Learning in Healthcare", + "score": 0.9980000257492065, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T13702", + "display_name": "Machine Learning in Healthcare", + "score": 0.9980000257492065, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11021", + "display_name": "ECG Monitoring and Analysis", + "score": 0.9660999774932861, + "subfield": { + "id": "https://openalex.org/subfields/2705", + "display_name": "Cardiology and Cardiovascular Medicine" + }, + "field": { + "id": "https://openalex.org/fields/27", + "display_name": "Medicine" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + }, + { + "id": "https://openalex.org/T11396", + "display_name": "Artificial Intelligence in Healthcare", + "score": 0.9575999975204468, + "subfield": { + "id": "https://openalex.org/subfields/3605", + "display_name": "Health Information Management" + }, + "field": { + "id": "https://openalex.org/fields/36", + "display_name": "Health Professions" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/medicine", + "display_name": "Medicine", + "score": 0.9206037521362305 + }, + { + "id": "https://openalex.org/keywords/medical-physics", + "display_name": "Medical physics", + "score": 0.36205965280532837 + }, + { + "id": "https://openalex.org/keywords/medical-education", + "display_name": "Medical education", + "score": 0.35273855924606323 + }, + { + "id": "https://openalex.org/keywords/intensive-care-medicine", + "display_name": "Intensive care medicine", + "score": 0.32538071274757385 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.9206037521362305 + }, + { + "id": "https://openalex.org/C19527891", + "wikidata": "https://www.wikidata.org/wiki/Q1120908", + "display_name": "Medical physics", + "level": 1, + "score": 0.36205965280532837 + }, + { + "id": "https://openalex.org/C509550671", + "wikidata": "https://www.wikidata.org/wiki/Q126945", + "display_name": "Medical education", + "level": 1, + "score": 0.35273855924606323 + }, + { + "id": "https://openalex.org/C177713679", + "wikidata": "https://www.wikidata.org/wiki/Q679690", + "display_name": "Intensive care medicine", + "level": 1, + "score": 0.32538071274757385 + } + ], + "mesh": [ + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": "Q000639", + "qualifier_name": "trends", + "is_major_topic": false + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": "Q000639", + "qualifier_name": "trends", + "is_major_topic": false + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": "Q000639", + "qualifier_name": "trends", + "is_major_topic": false + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D008511", + "descriptor_name": "Medicine", + "qualifier_ui": "Q000639", + "qualifier_name": "trends", + "is_major_topic": false + }, + { + "descriptor_ui": "D008511", + "descriptor_name": "Medicine", + "qualifier_ui": "Q000639", + "qualifier_name": "trends", + "is_major_topic": false + }, + { + "descriptor_ui": "D008511", + "descriptor_name": "Medicine", + "qualifier_ui": "Q000639", + "qualifier_name": "trends", + "is_major_topic": false + } + ], + "locations_count": 4, + "locations": [ + { + "id": "doi:10.1161/circulationaha.115.001593", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1161/circulationaha.115.001593", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S116251202", + "display_name": "Circulation", + "issn_l": "0009-7322", + "issn": [ + "0009-7322", + "1524-4539" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315671", + "host_organization_name": "Lippincott Williams & Wilkins", + "host_organization_lineage": [ + "https://openalex.org/P4310315671", + "https://openalex.org/P4310318547" + ], + "host_organization_lineage_names": [ + "Lippincott Williams & Wilkins", + "Wolters Kluwer" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Circulation", + "raw_type": "journal-article" + }, + { + "id": "pmid:26572668", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/26572668", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Circulation", + "raw_type": null + }, + { + "id": "pmh:oai:escholarship.org:ark:/13030/qt3jv2494f", + "is_oa": false, + "landing_page_url": "https://escholarship.org/uc/item/3jv2494f", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Circulation, vol 132, iss 20", + "raw_type": "article" + }, + { + "id": "pmh:oai:pubmedcentral.nih.gov:5831252", + "is_oa": true, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/5831252", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2764455111", + "display_name": "PubMed Central", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Circulation", + "raw_type": "Text" + } + ], + "best_oa_location": { + "id": "pmh:oai:pubmedcentral.nih.gov:5831252", + "is_oa": true, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/5831252", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2764455111", + "display_name": "PubMed Central", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Circulation", + "raw_type": "Text" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [ + { + "id": "https://openalex.org/F4320332161", + "display_name": "National Institutes of Health", + "ror": "https://ror.org/01cwqze88" + }, + { + "id": "https://openalex.org/F4320332622", + "display_name": "University of California, San Francisco", + "ror": "https://ror.org/043mz5j54" + } + ], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 47, + "referenced_works": [ + "https://openalex.org/W40442397", + "https://openalex.org/W1480376833", + "https://openalex.org/W1678356000", + "https://openalex.org/W1808991731", + "https://openalex.org/W1902027874", + "https://openalex.org/W1976196376", + "https://openalex.org/W2011999110", + "https://openalex.org/W2021701428", + "https://openalex.org/W2029243817", + "https://openalex.org/W2052825782", + "https://openalex.org/W2072128103", + "https://openalex.org/W2073751243", + "https://openalex.org/W2105464873", + "https://openalex.org/W2106665921", + "https://openalex.org/W2110243528", + "https://openalex.org/W2112289645", + "https://openalex.org/W2112592817", + "https://openalex.org/W2113606819", + "https://openalex.org/W2116802246", + "https://openalex.org/W2119361626", + "https://openalex.org/W2120480077", + "https://openalex.org/W2121495423", + "https://openalex.org/W2122111042", + "https://openalex.org/W2127482775", + "https://openalex.org/W2135046866", + "https://openalex.org/W2139212933", + "https://openalex.org/W2147461734", + "https://openalex.org/W2149298154", + "https://openalex.org/W2152072062", + "https://openalex.org/W2158927033", + "https://openalex.org/W2162586165", + "https://openalex.org/W2163697531", + "https://openalex.org/W2164434252", + "https://openalex.org/W2345255551", + "https://openalex.org/W2787894218", + "https://openalex.org/W2911964244", + "https://openalex.org/W2912934387", + "https://openalex.org/W2963481018", + "https://openalex.org/W2998216295", + "https://openalex.org/W3099478002", + "https://openalex.org/W4212883601", + "https://openalex.org/W4231109964", + "https://openalex.org/W4243607236", + "https://openalex.org/W4285719527", + "https://openalex.org/W6601599523", + "https://openalex.org/W6676903177", + "https://openalex.org/W7066667914" + ], + "related_works": [ + "https://openalex.org/W2899084033", + "https://openalex.org/W2748952813", + "https://openalex.org/W3031052312", + "https://openalex.org/W4389568370", + "https://openalex.org/W3032375762", + "https://openalex.org/W1995515455", + "https://openalex.org/W2080531066", + "https://openalex.org/W3108674512", + "https://openalex.org/W1506200166", + "https://openalex.org/W1489783725" + ], + "abstract_inverted_index": { + "Spurred": [ + 0 + ], + "by": [ + 1 + ], + "advances": [ + 2 + ], + "in": [ + 3, + 48, + 94, + 107, + 125, + 178 + ], + "processing": [ + 4 + ], + "power,": [ + 5 + ], + "memory,": [ + 6 + ], + "storage,": [ + 7 + ], + "and": [ + 8, + 45, + 80, + 115, + 140, + 150, + 216 + ], + "an": [ + 9 + ], + "unprecedented": [ + 10 + ], + "wealth": [ + 11 + ], + "of": [ + 12, + 35, + 40, + 67, + 99, + 156, + 175, + 185, + 194, + 210 + ], + "data,": [ + 13, + 44, + 164 + ], + "computers": [ + 14 + ], + "are": [ + 15, + 89, + 154 + ], + "being": [ + 16 + ], + "asked": [ + 17 + ], + "to": [ + 18, + 75, + 92, + 103, + 121, + 131, + 162, + 170, + 181, + 188, + 199, + 206 + ], + "tackle": [ + 19 + ], + "increasingly": [ + 20 + ], + "complex": [ + 21, + 72 + ], + "learning": [ + 22, + 113, + 142, + 160, + 187, + 214 + ], + "tasks,": [ + 23 + ], + "often": [ + 24 + ], + "with": [ + 25 + ], + "astonishing": [ + 26 + ], + "success.": [ + 27 + ], + "Computers": [ + 28 + ], + "have": [ + 29, + 55, + 144, + 167 + ], + "now": [ + 30 + ], + "mastered": [ + 31 + ], + "a": [ + 32 + ], + "popular": [ + 33 + ], + "variant": [ + 34 + ], + "poker,": [ + 36 + ], + "learned": [ + 37 + ], + "the": [ + 38, + 65, + 119, + 182, + 208 + ], + "laws": [ + 39 + ], + "physics": [ + 41 + ], + "from": [ + 42, + 111, + 118 + ], + "experimental": [ + 43 + ], + "become": [ + 46 + ], + "experts": [ + 47 + ], + "video": [ + 49 + ], + "games": [ + 50 + ], + "-": [ + 51 + ], + "tasks": [ + 52 + ], + "that": [ + 53, + 85, + 133 + ], + "would": [ + 54 + ], + "been": [ + 56, + 145 + ], + "deemed": [ + 57 + ], + "impossible": [ + 58 + ], + "not": [ + 59 + ], + "too": [ + 60 + ], + "long": [ + 61 + ], + "ago.": [ + 62 + ], + "In": [ + 63 + ], + "parallel,": [ + 64 + ], + "number": [ + 66 + ], + "companies": [ + 68, + 88 + ], + "centered": [ + 69 + ], + "on": [ + 70 + ], + "applying": [ + 71, + 158 + ], + "data": [ + 73, + 138 + ], + "analysis": [ + 74 + ], + "varying": [ + 76 + ], + "industries": [ + 77 + ], + "has": [ + 78 + ], + "exploded,": [ + 79 + ], + "it": [ + 81 + ], + "is": [ + 82, + 102, + 129 + ], + "thus": [ + 83 + ], + "unsurprising": [ + 84 + ], + "some": [ + 86 + ], + "analytic": [ + 87 + ], + "turning": [ + 90 + ], + "attention": [ + 91 + ], + "problems": [ + 93, + 106 + ], + "health": [ + 95 + ], + "care.": [ + 96, + 172 + ], + "The": [ + 97 + ], + "purpose": [ + 98 + ], + "this": [ + 100 + ], + "review": [ + 101 + ], + "explore": [ + 104 + ], + "what": [ + 105, + 201 + ], + "medicine": [ + 108, + 211 + ], + "might": [ + 109, + 220 + ], + "benefit": [ + 110 + ], + "such": [ + 112 + ], + "approaches": [ + 114 + ], + "use": [ + 116 + ], + "examples": [ + 117 + ], + "literature": [ + 120 + ], + "introduce": [ + 122 + ], + "basic": [ + 123 + ], + "concepts": [ + 124 + ], + "machine": [ + 126, + 159, + 186 + ], + "learning.": [ + 127 + ], + "It": [ + 128 + ], + "important": [ + 130 + ], + "note": [ + 132 + ], + "seemingly": [ + 134 + ], + "large": [ + 135 + ], + "enough": [ + 136 + ], + "medical": [ + 137, + 163 + ], + "sets": [ + 139 + ], + "adequate": [ + 141 + ], + "algorithms": [ + 143, + 161 + ], + "available": [ + 146 + ], + "for": [ + 147 + ], + "many": [ + 148, + 189 + ], + "decades,": [ + 149 + ], + "yet,": [ + 151 + ], + "although": [ + 152 + ], + "there": [ + 153, + 203 + ], + "thousands": [ + 155 + ], + "papers": [ + 157 + ], + "very": [ + 165 + ], + "few": [ + 166 + ], + "contributed": [ + 168 + ], + "meaningfully": [ + 169 + ], + "clinical": [ + 171 + ], + "This": [ + 173 + ], + "lack": [ + 174 + ], + "impact": [ + 176 + ], + "stands": [ + 177 + ], + "stark": [ + 179 + ], + "contrast": [ + 180 + ], + "enormous": [ + 183 + ], + "relevance": [ + 184 + ], + "other": [ + 190 + ], + "industries.": [ + 191 + ], + "Thus,": [ + 192 + ], + "part": [ + 193 + ], + "my": [ + 195 + ], + "effort": [ + 196 + ], + "will": [ + 197 + ], + "be": [ + 198, + 205, + 221 + ], + "identify": [ + 200 + ], + "obstacles": [ + 202 + ], + "may": [ + 204 + ], + "changing": [ + 207 + ], + "practice": [ + 209 + ], + "through": [ + 212 + ], + "statistical": [ + 213 + ], + "approaches,": [ + 215 + ], + "discuss": [ + 217 + ], + "how": [ + 218 + ], + "these": [ + 219 + ], + "overcome.": [ + 222 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 175 + }, + { + "year": 2025, + "cited_by_count": 522 + }, + { + "year": 2024, + "cited_by_count": 593 + }, + { + "year": 2023, + "cited_by_count": 500 + }, + { + "year": 2022, + "cited_by_count": 451 + }, + { + "year": 2021, + "cited_by_count": 454 + }, + { + "year": 2020, + "cited_by_count": 319 + }, + { + "year": 2019, + "cited_by_count": 194 + }, + { + "year": 2018, + "cited_by_count": 98 + }, + { + "year": 2017, + "cited_by_count": 55 + }, + { + "year": 2016, + "cited_by_count": 23 + }, + { + "year": 2015, + "cited_by_count": 3 + }, + { + "year": 2014, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2750384547", + "doi": "https://doi.org/10.48550/arxiv.1708.07747", + "title": "Fashion-MNIST: a Novel Image Dataset for Benchmarking Machine Learning Algorithms", + "display_name": "Fashion-MNIST: a Novel Image Dataset for Benchmarking Machine Learning Algorithms", + "relevance_score": 4398.4473, + "publication_year": 2017, + "publication_date": "2017-08-25", + "ids": { + "openalex": "https://openalex.org/W2750384547", + "doi": "https://doi.org/10.48550/arxiv.1708.07747", + "mag": "2750384547" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:arXiv.org:1708.07747", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1708.07747", + "pdf_url": "https://arxiv.org/pdf/1708.07747", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "type": "preprint", + "indexed_in": [ + "arxiv", + "datacite" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1708.07747", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": null, + "display_name": "Xiao, Han", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "Xiao, Han", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5075846365", + "display_name": "Kashif Rasul", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Rasul, Kashif", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5011375551", + "display_name": "Roland Vollgraf", + "orcid": "https://orcid.org/0000-0003-4658-0381" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Vollgraf, Roland", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 3, + "corresponding_author_ids": [], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": null, + "has_fulltext": false, + "cited_by_count": 6068, + "citation_normalized_percentile": null, + "cited_by_percentile_year": null, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10036", + "display_name": "Advanced Neural Network Applications", + "score": 0.9997000098228455, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10036", + "display_name": "Advanced Neural Network Applications", + "score": 0.9997000098228455, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10775", + "display_name": "Generative Adversarial Networks and Image Synthesis", + "score": 0.9986000061035156, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9972000122070312, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/mnist-database", + "display_name": "MNIST database", + "score": 0.9985602498054504 + }, + { + "id": "https://openalex.org/keywords/benchmarking", + "display_name": "Benchmarking", + "score": 0.8764249086380005 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6721041202545166 + }, + { + "id": "https://openalex.org/keywords/grayscale", + "display_name": "Grayscale", + "score": 0.6421833038330078 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6257829666137695 + }, + { + "id": "https://openalex.org/keywords/set", + "display_name": "Set (abstract data type)", + "score": 0.5550878643989563 + }, + { + "id": "https://openalex.org/keywords/test-set", + "display_name": "Test set", + "score": 0.548558235168457 + }, + { + "id": "https://openalex.org/keywords/pattern-recognition", + "display_name": "Pattern recognition (psychology)", + "score": 0.5261946320533752 + }, + { + "id": "https://openalex.org/keywords/image", + "display_name": "Image (mathematics)", + "score": 0.5203016400337219 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.5067091584205627 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.33083993196487427 + }, + { + "id": "https://openalex.org/keywords/deep-learning", + "display_name": "Deep learning", + "score": 0.2942641079425812 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C190502265", + "wikidata": "https://www.wikidata.org/wiki/Q17069496", + "display_name": "MNIST database", + "level": 3, + "score": 0.9985602498054504 + }, + { + "id": "https://openalex.org/C86251818", + "wikidata": "https://www.wikidata.org/wiki/Q816754", + "display_name": "Benchmarking", + "level": 2, + "score": 0.8764249086380005 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6721041202545166 + }, + { + "id": "https://openalex.org/C78201319", + "wikidata": "https://www.wikidata.org/wiki/Q685727", + "display_name": "Grayscale", + "level": 3, + "score": 0.6421833038330078 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6257829666137695 + }, + { + "id": "https://openalex.org/C177264268", + "wikidata": "https://www.wikidata.org/wiki/Q1514741", + "display_name": "Set (abstract data type)", + "level": 2, + "score": 0.5550878643989563 + }, + { + "id": "https://openalex.org/C169903167", + "wikidata": "https://www.wikidata.org/wiki/Q3985153", + "display_name": "Test set", + "level": 2, + "score": 0.548558235168457 + }, + { + "id": "https://openalex.org/C153180895", + "wikidata": "https://www.wikidata.org/wiki/Q7148389", + "display_name": "Pattern recognition (psychology)", + "level": 2, + "score": 0.5261946320533752 + }, + { + "id": "https://openalex.org/C115961682", + "wikidata": "https://www.wikidata.org/wiki/Q860623", + "display_name": "Image (mathematics)", + "level": 2, + "score": 0.5203016400337219 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.5067091584205627 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.33083993196487427 + }, + { + "id": "https://openalex.org/C108583219", + "wikidata": "https://www.wikidata.org/wiki/Q197536", + "display_name": "Deep learning", + "level": 2, + "score": 0.2942641079425812 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C144133560", + "wikidata": "https://www.wikidata.org/wiki/Q4830453", + "display_name": "Business", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C162853370", + "wikidata": "https://www.wikidata.org/wiki/Q39809", + "display_name": "Marketing", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "pmh:oai:arXiv.org:1708.07747", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1708.07747", + "pdf_url": "https://arxiv.org/pdf/1708.07747", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "doi:10.48550/arxiv.1708.07747", + "is_oa": true, + "landing_page_url": "https://doi.org/10.48550/arxiv.1708.07747", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1708.07747", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1708.07747", + "pdf_url": "https://arxiv.org/pdf/1708.07747", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 3, + "referenced_works": [ + "https://openalex.org/W4919037", + "https://openalex.org/W2112796928", + "https://openalex.org/W2590796488" + ], + "related_works": [ + "https://openalex.org/W4386603768", + "https://openalex.org/W2950475743", + "https://openalex.org/W2886711096", + "https://openalex.org/W2750384547", + "https://openalex.org/W4238897586", + "https://openalex.org/W4380078352", + "https://openalex.org/W3046591097", + "https://openalex.org/W2901671134", + "https://openalex.org/W4289293320", + "https://openalex.org/W2987302549" + ], + "abstract_inverted_index": { + "We": [ + 0 + ], + "present": [ + 1 + ], + "Fashion-MNIST,": [ + 2 + ], + "a": [ + 3, + 42 + ], + "new": [ + 4 + ], + "dataset": [ + 5, + 50, + 74 + ], + "comprising": [ + 6 + ], + "of": [ + 7, + 11, + 68 + ], + "28x28": [ + 8 + ], + "grayscale": [ + 9 + ], + "images": [ + 10, + 20, + 28 + ], + "70,000": [ + 12 + ], + "fashion": [ + 13 + ], + "products": [ + 14 + ], + "from": [ + 15 + ], + "10": [ + 16 + ], + "categories,": [ + 17 + ], + "with": [ + 18 + ], + "7,000": [ + 19 + ], + "per": [ + 21 + ], + "category.": [ + 22 + ], + "The": [ + 23, + 73 + ], + "training": [ + 24, + 69 + ], + "set": [ + 25, + 32 + ], + "has": [ + 26, + 33 + ], + "60,000": [ + 27 + ], + "and": [ + 29, + 65, + 70 + ], + "the": [ + 30, + 47, + 59, + 66 + ], + "test": [ + 31 + ], + "10,000": [ + 34 + ], + "images.": [ + 35 + ], + "Fashion-MNIST": [ + 36 + ], + "is": [ + 37, + 75 + ], + "intended": [ + 38 + ], + "to": [ + 39 + ], + "serve": [ + 40 + ], + "as": [ + 41, + 56 + ], + "direct": [ + 43 + ], + "drop-in": [ + 44 + ], + "replacement": [ + 45 + ], + "for": [ + 46, + 51 + ], + "original": [ + 48 + ], + "MNIST": [ + 49 + ], + "benchmarking": [ + 52 + ], + "machine": [ + 53 + ], + "learning": [ + 54 + ], + "algorithms,": [ + 55 + ], + "it": [ + 57 + ], + "shares": [ + 58 + ], + "same": [ + 60 + ], + "image": [ + 61 + ], + "size,": [ + 62 + ], + "data": [ + 63 + ], + "format": [ + 64 + ], + "structure": [ + 67 + ], + "testing": [ + 71 + ], + "splits.": [ + 72 + ], + "freely": [ + 76 + ], + "available": [ + 77 + ], + "at": [ + 78 + ], + "https://github.com/zalandoresearch/fashion-mnist": [ + 79 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 20 + }, + { + "year": 2025, + "cited_by_count": 272 + }, + { + "year": 2024, + "cited_by_count": 758 + }, + { + "year": 2023, + "cited_by_count": 967 + }, + { + "year": 2022, + "cited_by_count": 759 + }, + { + "year": 2021, + "cited_by_count": 1340 + }, + { + "year": 2020, + "cited_by_count": 1050 + }, + { + "year": 2019, + "cited_by_count": 625 + }, + { + "year": 2018, + "cited_by_count": 256 + }, + { + "year": 2017, + "cited_by_count": 21 + } + ], + "updated_date": "2026-05-27T09:02:27.158192", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W1873332500", + "doi": null, + "title": "Supervised Machine Learning: A Review of Classification Techniques", + "display_name": "Supervised Machine Learning: A Review of Classification Techniques", + "relevance_score": 4286.96, + "publication_year": 2007, + "publication_date": "2007-01-01", + "ids": { + "openalex": "https://openalex.org/W1873332500", + "mag": "1873332500" + }, + "language": "en", + "primary_location": { + "id": "mag:1873332500", + "is_oa": false, + "landing_page_url": "https://dblp.uni-trier.de/db/journals/informaticaSI/informaticaSI31.html#Kotsiantis07", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": false, + "raw_source_name": "Informatica", + "raw_type": null + }, + "type": "review", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5066370772", + "display_name": "Sotiris Kotsiantis", + "orcid": "https://orcid.org/0000-0002-2247-3082" + }, + "institutions": [ + { + "id": "https://openalex.org/I158716096", + "display_name": "University of Peloponnese", + "ror": "https://ror.org/04d4d3c02", + "country_code": "GR", + "type": "education", + "lineage": [ + "https://openalex.org/I158716096" + ] + } + ], + "countries": [ + "GR" + ], + "is_corresponding": true, + "raw_author_name": "Sotiris Kotsiantis", + "raw_affiliation_strings": [], + "raw_orcid": "https://orcid.org/0000-0002-2247-3082", + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5066370772" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I158716096" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 49.7093, + "has_fulltext": false, + "cited_by_count": 4147, + "citation_normalized_percentile": { + "value": 1.0, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "160", + "issue": "3", + "first_page": "249", + "last_page": "24" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9991999864578247, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9991999864578247, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11652", + "display_name": "Imbalanced Data Classification Techniques", + "score": 0.9936000108718872, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10057", + "display_name": "Face and Expression Recognition", + "score": 0.9873999953269958, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.7691857218742371 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.7264007925987244 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7053093314170837 + }, + { + "id": "https://openalex.org/keywords/classifier", + "display_name": "Classifier (UML)", + "score": 0.5915338397026062 + }, + { + "id": "https://openalex.org/keywords/supervised-learning", + "display_name": "Supervised learning", + "score": 0.5904386043548584 + }, + { + "id": "https://openalex.org/keywords/one-class-classification", + "display_name": "One-class classification", + "score": 0.5449395179748535 + }, + { + "id": "https://openalex.org/keywords/class", + "display_name": "Class (philosophy)", + "score": 0.5347427725791931 + }, + { + "id": "https://openalex.org/keywords/semi-supervised-learning", + "display_name": "Semi-supervised learning", + "score": 0.4761357605457306 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.13000115752220154 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.7691857218742371 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.7264007925987244 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7053093314170837 + }, + { + "id": "https://openalex.org/C95623464", + "wikidata": "https://www.wikidata.org/wiki/Q1096149", + "display_name": "Classifier (UML)", + "level": 2, + "score": 0.5915338397026062 + }, + { + "id": "https://openalex.org/C136389625", + "wikidata": "https://www.wikidata.org/wiki/Q334384", + "display_name": "Supervised learning", + "level": 3, + "score": 0.5904386043548584 + }, + { + "id": "https://openalex.org/C34872919", + "wikidata": "https://www.wikidata.org/wiki/Q7092302", + "display_name": "One-class classification", + "level": 3, + "score": 0.5449395179748535 + }, + { + "id": "https://openalex.org/C2777212361", + "wikidata": "https://www.wikidata.org/wiki/Q5127848", + "display_name": "Class (philosophy)", + "level": 2, + "score": 0.5347427725791931 + }, + { + "id": "https://openalex.org/C58973888", + "wikidata": "https://www.wikidata.org/wiki/Q1041418", + "display_name": "Semi-supervised learning", + "level": 2, + "score": 0.4761357605457306 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.13000115752220154 + } + ], + "mesh": [], + "locations_count": 3, + "locations": [ + { + "id": "mag:1873332500", + "is_oa": false, + "landing_page_url": "https://dblp.uni-trier.de/db/journals/informaticaSI/informaticaSI31.html#Kotsiantis07", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": "Informatica", + "raw_type": null + }, + { + "id": "mag:2295155158", + "is_oa": false, + "landing_page_url": "https://datajobs.com/data-science-repo/Supervised-Learning-%5bSB-Kotsiantis%5d.pdf", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": null + }, + { + "id": "mag:3136385871", + "is_oa": false, + "landing_page_url": "https://ebooks.iospress.nl/volumearticle/3666", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4210201731", + "display_name": "Frontiers in artificial intelligence and applications", + "issn_l": "0922-6389", + "issn": [ + "0922-6389", + "1879-8314" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": "Frontiers in artificial intelligence and applications", + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "score": 0.4099999964237213, + "id": "https://metadata.un.org/sdg/4", + "display_name": "Quality Education" + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 111, + "referenced_works": [ + "https://openalex.org/W5472403", + "https://openalex.org/W135311109", + "https://openalex.org/W177590838", + "https://openalex.org/W203696055", + "https://openalex.org/W1007293483", + "https://openalex.org/W1497605902", + "https://openalex.org/W1506588750", + "https://openalex.org/W1515851193", + "https://openalex.org/W1520605446", + "https://openalex.org/W1522114398", + "https://openalex.org/W1528113134", + "https://openalex.org/W1537143578", + "https://openalex.org/W1538041071", + "https://openalex.org/W1547833367", + "https://openalex.org/W1554309553", + "https://openalex.org/W1560955742", + "https://openalex.org/W1562368284", + "https://openalex.org/W1563088657", + "https://openalex.org/W1567012231", + "https://openalex.org/W1570329253", + "https://openalex.org/W1570448133", + "https://openalex.org/W1570706771", + "https://openalex.org/W1587647246", + "https://openalex.org/W1588516554", + "https://openalex.org/W1594031697", + "https://openalex.org/W1594781927", + "https://openalex.org/W1602492977", + "https://openalex.org/W1605688901", + "https://openalex.org/W1605844890", + "https://openalex.org/W1637435380", + "https://openalex.org/W1670263352", + "https://openalex.org/W1671614046", + "https://openalex.org/W1746680969", + "https://openalex.org/W1780185704", + "https://openalex.org/W1808644423", + "https://openalex.org/W1813387235", + "https://openalex.org/W1817561967", + "https://openalex.org/W1827261456", + "https://openalex.org/W1904009171", + "https://openalex.org/W1935515061", + "https://openalex.org/W1973991804", + "https://openalex.org/W1974545290", + "https://openalex.org/W1979711143", + "https://openalex.org/W1983479840", + "https://openalex.org/W1983690667", + "https://openalex.org/W1986883011", + "https://openalex.org/W1992419399", + "https://openalex.org/W1993066733", + "https://openalex.org/W2006345381", + "https://openalex.org/W2011101028", + "https://openalex.org/W2016441117", + "https://openalex.org/W2022058268", + "https://openalex.org/W2026718556", + "https://openalex.org/W2037322594", + "https://openalex.org/W2046649434", + "https://openalex.org/W2050829396", + "https://openalex.org/W2063783806", + "https://openalex.org/W2074584355", + "https://openalex.org/W2075932270", + "https://openalex.org/W2093825590", + "https://openalex.org/W2096756482", + "https://openalex.org/W2104333211", + "https://openalex.org/W2110179049", + "https://openalex.org/W2119479037", + "https://openalex.org/W2120199131", + "https://openalex.org/W2122111042", + "https://openalex.org/W2122496402", + "https://openalex.org/W2123623606", + "https://openalex.org/W2125055259", + "https://openalex.org/W2126333738", + "https://openalex.org/W2128912745", + "https://openalex.org/W2133160781", + "https://openalex.org/W2133218851", + "https://openalex.org/W2133632100", + "https://openalex.org/W2136000097", + "https://openalex.org/W2136132422", + "https://openalex.org/W2137130182", + "https://openalex.org/W2139212933", + "https://openalex.org/W2140586694", + "https://openalex.org/W2140785063", + "https://openalex.org/W2142857211", + "https://openalex.org/W2143603257", + "https://openalex.org/W2144731007", + "https://openalex.org/W2145467382", + "https://openalex.org/W2145680191", + "https://openalex.org/W2150796457", + "https://openalex.org/W2151450140", + "https://openalex.org/W2156440942", + "https://openalex.org/W2156571267", + "https://openalex.org/W2156909104", + "https://openalex.org/W2157815868", + "https://openalex.org/W2158724449", + "https://openalex.org/W2159895197", + "https://openalex.org/W2161349318", + "https://openalex.org/W2161782846", + "https://openalex.org/W2161960932", + "https://openalex.org/W2164359548", + "https://openalex.org/W2166985738", + "https://openalex.org/W2167277498", + "https://openalex.org/W2167467747", + "https://openalex.org/W2168754135", + "https://openalex.org/W2171265988", + "https://openalex.org/W2172429451", + "https://openalex.org/W2322002063", + "https://openalex.org/W2488399954", + "https://openalex.org/W2603390332", + "https://openalex.org/W2766736793", + "https://openalex.org/W2911678770", + "https://openalex.org/W2912276539", + "https://openalex.org/W2912934387", + "https://openalex.org/W3015462599" + ], + "related_works": [ + "https://openalex.org/W3120740533", + "https://openalex.org/W3085162807", + "https://openalex.org/W2919115771", + "https://openalex.org/W2912934387", + "https://openalex.org/W2911964244", + "https://openalex.org/W2156909104", + "https://openalex.org/W2153635508", + "https://openalex.org/W2149706766", + "https://openalex.org/W2140190241", + "https://openalex.org/W2139212933", + "https://openalex.org/W2133990480", + "https://openalex.org/W2125055259", + "https://openalex.org/W2122111042", + "https://openalex.org/W2119821739", + "https://openalex.org/W2119479037", + "https://openalex.org/W2101234009", + "https://openalex.org/W2096352448", + "https://openalex.org/W1680392829", + "https://openalex.org/W1663973292", + "https://openalex.org/W1570448133" + ], + "abstract_inverted_index": { + "The": [ + 0, + 22 + ], + "goal": [ + 1 + ], + "of": [ + 2, + 11, + 14, + 19, + 39, + 48, + 73 + ], + "supervised": [ + 3, + 58, + 75 + ], + "learning": [ + 4, + 60, + 77 + ], + "is": [ + 5, + 25, + 52 + ], + "to": [ + 6, + 28, + 32, + 113 + ], + "build": [ + 7 + ], + "a": [ + 8, + 65, + 70 + ], + "concise": [ + 9 + ], + "model": [ + 10 + ], + "the": [ + 12, + 33, + 37, + 40, + 46, + 49, + 89, + 94, + 99 + ], + "distribution": [ + 13 + ], + "class": [ + 15, + 30, + 50 + ], + "labels": [ + 16, + 31 + ], + "in": [ + 17, + 101 + ], + "terms": [ + 18 + ], + "predictor": [ + 20, + 41 + ], + "features.": [ + 21 + ], + "resulting": [ + 23 + ], + "classifier": [ + 24 + ], + "then": [ + 26 + ], + "used": [ + 27 + ], + "assign": [ + 29 + ], + "testing": [ + 34 + ], + "instances": [ + 35 + ], + "where": [ + 36 + ], + "values": [ + 38 + ], + "features": [ + 42 + ], + "are": [ + 43 + ], + "known,": [ + 44 + ], + "but": [ + 45 + ], + "value": [ + 47 + ], + "label": [ + 51 + ], + "unknown.": [ + 53 + ], + "This": [ + 54 + ], + "paper": [ + 55 + ], + "describes": [ + 56 + ], + "various": [ + 57 + ], + "machine": [ + 59, + 76 + ], + "classification": [ + 61, + 78, + 83 + ], + "techniques.": [ + 62 + ], + "Of": [ + 63 + ], + "course,": [ + 64 + ], + "single": [ + 66 + ], + "chapter": [ + 67 + ], + "cannot": [ + 68 + ], + "be": [ + 69, + 114 + ], + "complete": [ + 71 + ], + "review": [ + 72 + ], + "all": [ + 74 + ], + "algorithms": [ + 79 + ], + "(also": [ + 80 + ], + "known": [ + 81 + ], + "induction": [ + 82 + ], + "algorithms),": [ + 84 + ], + "yet": [ + 85, + 112 + ], + "we": [ + 86 + ], + "hope": [ + 87 + ], + "that": [ + 88, + 110 + ], + "references": [ + 90 + ], + "cited": [ + 91 + ], + "will": [ + 92 + ], + "cover": [ + 93 + ], + "major": [ + 95 + ], + "theoretical": [ + 96 + ], + "issues,": [ + 97 + ], + "guiding": [ + 98 + ], + "researcher": [ + 100 + ], + "interesting": [ + 102 + ], + "research": [ + 103 + ], + "directions": [ + 104 + ], + "and": [ + 105 + ], + "suggesting": [ + 106 + ], + "possible": [ + 107 + ], + "bias": [ + 108 + ], + "combinations": [ + 109 + ], + "have": [ + 111 + ], + "explored.": [ + 115 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 99 + }, + { + "year": 2024, + "cited_by_count": 227 + }, + { + "year": 2023, + "cited_by_count": 300 + }, + { + "year": 2022, + "cited_by_count": 329 + }, + { + "year": 2021, + "cited_by_count": 490 + }, + { + "year": 2020, + "cited_by_count": 504 + }, + { + "year": 2019, + "cited_by_count": 464 + }, + { + "year": 2018, + "cited_by_count": 344 + }, + { + "year": 2017, + "cited_by_count": 252 + }, + { + "year": 2016, + "cited_by_count": 221 + }, + { + "year": 2015, + "cited_by_count": 233 + }, + { + "year": 2014, + "cited_by_count": 184 + }, + { + "year": 2013, + "cited_by_count": 168 + }, + { + "year": 2012, + "cited_by_count": 125 + } + ], + "updated_date": "2025-10-10T17:16:08.811792", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W4236362309", + "doi": "https://doi.org/10.1017/cbo9781107298019", + "title": "Understanding Machine Learning", + "display_name": "Understanding Machine Learning", + "relevance_score": 4239.501, + "publication_year": 2014, + "publication_date": "2014-05-19", + "ids": { + "openalex": "https://openalex.org/W4236362309", + "doi": "https://doi.org/10.1017/cbo9781107298019" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1017/cbo9781107298019", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1017/cbo9781107298019", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306462995", + "display_name": "Cambridge University Press eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/P4310311721", + "host_organization_name": "Cambridge University Press", + "host_organization_lineage": [ + "https://openalex.org/P4310311721", + "https://openalex.org/P4310311702" + ], + "host_organization_lineage_names": [ + "Cambridge University Press", + "University of Cambridge" + ], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "monograph" + }, + "type": "book", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5078263052", + "display_name": "Shai Shalev‐Shwartz", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I197251160", + "display_name": "Hebrew University of Jerusalem", + "ror": "https://ror.org/03qxff017", + "country_code": "IL", + "type": "education", + "lineage": [ + "https://openalex.org/I197251160" + ] + } + ], + "countries": [ + "IL" + ], + "is_corresponding": true, + "raw_author_name": "Shai Shalev-Shwartz", + "raw_affiliation_strings": [ + "Hebrew University of Jerusalem" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Hebrew University of Jerusalem", + "institution_ids": [ + "https://openalex.org/I197251160" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5112193907", + "display_name": "Shai Ben-David", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I151746483", + "display_name": "University of Waterloo", + "ror": "https://ror.org/01aff2v68", + "country_code": "CA", + "type": "education", + "lineage": [ + "https://openalex.org/I151746483" + ] + } + ], + "countries": [ + "CA" + ], + "is_corresponding": false, + "raw_author_name": "Shai Ben-David", + "raw_affiliation_strings": [ + "University of Waterloo, Ontario" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Waterloo, Ontario", + "institution_ids": [ + "https://openalex.org/I151746483" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5078263052" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I197251160" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 13.8547, + "has_fulltext": false, + "cited_by_count": 2905, + "citation_normalized_percentile": { + "value": 0.98681112, + "is_in_top_1_percent": false, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.5062000155448914, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.5062000155448914, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7047193050384521 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6659388542175293 + }, + { + "id": "https://openalex.org/keywords/stability", + "display_name": "Stability (learning theory)", + "score": 0.5692204236984253 + }, + { + "id": "https://openalex.org/keywords/algorithmic-learning-theory", + "display_name": "Algorithmic learning theory", + "score": 0.5539110898971558 + }, + { + "id": "https://openalex.org/keywords/computational-learning-theory", + "display_name": "Computational learning theory", + "score": 0.5352068543434143 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.5332021117210388 + }, + { + "id": "https://openalex.org/keywords/presentation", + "display_name": "Presentation (obstetrics)", + "score": 0.5140898823738098 + }, + { + "id": "https://openalex.org/keywords/stochastic-gradient-descent", + "display_name": "Stochastic gradient descent", + "score": 0.5117306709289551 + }, + { + "id": "https://openalex.org/keywords/convexity", + "display_name": "Convexity", + "score": 0.51105797290802 + }, + { + "id": "https://openalex.org/keywords/online-machine-learning", + "display_name": "Online machine learning", + "score": 0.44482100009918213 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.40191978216171265 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7047193050384521 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6659388542175293 + }, + { + "id": "https://openalex.org/C112972136", + "wikidata": "https://www.wikidata.org/wiki/Q7595718", + "display_name": "Stability (learning theory)", + "level": 2, + "score": 0.5692204236984253 + }, + { + "id": "https://openalex.org/C32254414", + "wikidata": "https://www.wikidata.org/wiki/Q4724364", + "display_name": "Algorithmic learning theory", + "level": 3, + "score": 0.5539110898971558 + }, + { + "id": "https://openalex.org/C50292564", + "wikidata": "https://www.wikidata.org/wiki/Q2462783", + "display_name": "Computational learning theory", + "level": 3, + "score": 0.5352068543434143 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.5332021117210388 + }, + { + "id": "https://openalex.org/C2777601897", + "wikidata": "https://www.wikidata.org/wiki/Q3409113", + "display_name": "Presentation (obstetrics)", + "level": 2, + "score": 0.5140898823738098 + }, + { + "id": "https://openalex.org/C206688291", + "wikidata": "https://www.wikidata.org/wiki/Q7617819", + "display_name": "Stochastic gradient descent", + "level": 3, + "score": 0.5117306709289551 + }, + { + "id": "https://openalex.org/C72134830", + "wikidata": "https://www.wikidata.org/wiki/Q5166524", + "display_name": "Convexity", + "level": 2, + "score": 0.51105797290802 + }, + { + "id": "https://openalex.org/C115903097", + "wikidata": "https://www.wikidata.org/wiki/Q7094097", + "display_name": "Online machine learning", + "level": 3, + "score": 0.44482100009918213 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.40191978216171265 + }, + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C162324750", + "wikidata": "https://www.wikidata.org/wiki/Q8134", + "display_name": "Economics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C106159729", + "wikidata": "https://www.wikidata.org/wiki/Q2294553", + "display_name": "Financial economics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C126838900", + "wikidata": "https://www.wikidata.org/wiki/Q77604", + "display_name": "Radiology", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1017/cbo9781107298019", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1017/cbo9781107298019", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306462995", + "display_name": "Cambridge University Press eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/P4310311721", + "host_organization_name": "Cambridge University Press", + "host_organization_lineage": [ + "https://openalex.org/P4310311721", + "https://openalex.org/P4310311702" + ], + "host_organization_lineage_names": [ + "Cambridge University Press", + "University of Cambridge" + ], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "monograph" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "score": 0.7200000286102295, + "id": "https://metadata.un.org/sdg/4", + "display_name": "Quality Education" + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [ + "https://openalex.org/W36398315", + "https://openalex.org/W4286799911", + "https://openalex.org/W3176029617", + "https://openalex.org/W2109601080", + "https://openalex.org/W3031362111", + "https://openalex.org/W2183087249", + "https://openalex.org/W4234769374", + "https://openalex.org/W2774684800", + "https://openalex.org/W2339204188", + "https://openalex.org/W2170905826" + ], + "abstract_inverted_index": { + "Machine": [ + 0 + ], + "learning": [ + 1, + 46, + 86, + 135 + ], + "is": [ + 2, + 20 + ], + "one": [ + 3 + ], + "of": [ + 4, + 9, + 17, + 41, + 61, + 70, + 81, + 85, + 90, + 133 + ], + "the": [ + 5, + 26, + 42, + 48, + 62, + 64, + 82, + 88, + 113, + 126, + 129 + ], + "fastest": [ + 6 + ], + "growing": [ + 7 + ], + "areas": [ + 8 + ], + "computer": [ + 10, + 144 + ], + "science,": [ + 11, + 145 + ], + "with": [ + 12 + ], + "far-reaching": [ + 13 + ], + "applications.": [ + 14 + ], + "The": [ + 15, + 35 + ], + "aim": [ + 16 + ], + "this": [ + 18 + ], + "textbook": [ + 19 + ], + "to": [ + 21, + 137 + ], + "introduce": [ + 22 + ], + "machine": [ + 23, + 45, + 134 + ], + "learning,": [ + 24 + ], + "and": [ + 25, + 47, + 87, + 92, + 103, + 107, + 116, + 131, + 139, + 147 + ], + "algorithmic": [ + 27, + 95 + ], + "paradigms": [ + 28, + 96 + ], + "it": [ + 29 + ], + "offers,": [ + 30 + ], + "in": [ + 31, + 142 + ], + "a": [ + 32, + 38, + 59, + 67, + 79 + ], + "principled": [ + 33 + ], + "way.": [ + 34 + ], + "book": [ + 36, + 65 + ], + "provides": [ + 37 + ], + "theoretical": [ + 39, + 109 + ], + "account": [ + 40 + ], + "fundamentals": [ + 43, + 130 + ], + "underlying": [ + 44 + ], + "mathematical": [ + 49 + ], + "derivations": [ + 50 + ], + "that": [ + 51 + ], + "transform": [ + 52 + ], + "these": [ + 53 + ], + "principles": [ + 54 + ], + "into": [ + 55 + ], + "practical": [ + 56 + ], + "algorithms.": [ + 57 + ], + "Following": [ + 58 + ], + "presentation": [ + 60 + ], + "basics,": [ + 63 + ], + "covers": [ + 66 + ], + "wide": [ + 68 + ], + "array": [ + 69 + ], + "central": [ + 71 + ], + "topics": [ + 72 + ], + "unaddressed": [ + 73 + ], + "by": [ + 74 + ], + "previous": [ + 75 + ], + "textbooks.": [ + 76 + ], + "These": [ + 77 + ], + "include": [ + 78 + ], + "discussion": [ + 80 + ], + "computational": [ + 83 + ], + "complexity": [ + 84 + ], + "concepts": [ + 89, + 110 + ], + "convexity": [ + 91 + ], + "stability;": [ + 93 + ], + "important": [ + 94 + ], + "including": [ + 97 + ], + "stochastic": [ + 98 + ], + "gradient": [ + 99 + ], + "descent,": [ + 100 + ], + "neural": [ + 101 + ], + "networks,": [ + 102 + ], + "structured": [ + 104 + ], + "output": [ + 105 + ], + "learning;": [ + 106 + ], + "emerging": [ + 108 + ], + "such": [ + 111 + ], + "as": [ + 112 + ], + "PAC-Bayes": [ + 114 + ], + "approach": [ + 115 + ], + "compression-based": [ + 117 + ], + "bounds.": [ + 118 + ], + "Designed": [ + 119 + ], + "for": [ + 120 + ], + "advanced": [ + 121 + ], + "undergraduates": [ + 122 + ], + "or": [ + 123 + ], + "beginning": [ + 124 + ], + "graduates,": [ + 125 + ], + "text": [ + 127 + ], + "makes": [ + 128 + ], + "algorithms": [ + 132 + ], + "accessible": [ + 136 + ], + "students": [ + 138 + ], + "non-expert": [ + 140 + ], + "readers": [ + 141 + ], + "statistics,": [ + 143 + ], + "mathematics": [ + 146 + ], + "engineering.": [ + 148 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 96 + }, + { + "year": 2025, + "cited_by_count": 375 + }, + { + "year": 2024, + "cited_by_count": 400 + }, + { + "year": 2023, + "cited_by_count": 421 + }, + { + "year": 2022, + "cited_by_count": 424 + }, + { + "year": 2021, + "cited_by_count": 368 + }, + { + "year": 2020, + "cited_by_count": 366 + }, + { + "year": 2019, + "cited_by_count": 192 + }, + { + "year": 2018, + "cited_by_count": 144 + }, + { + "year": 2017, + "cited_by_count": 64 + }, + { + "year": 2016, + "cited_by_count": 33 + }, + { + "year": 2015, + "cited_by_count": 17 + }, + { + "year": 2014, + "cited_by_count": 4 + }, + { + "year": 2013, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-28T09:10:13.091523", + "created_date": "2022-05-12T00:00:00" + }, + { + "id": "https://openalex.org/W3198350258", + "doi": "https://doi.org/10.1147/rd.33.0210", + "title": "Some Studies in Machine Learning Using the Game of Checkers", + "display_name": "Some Studies in Machine Learning Using the Game of Checkers", + "relevance_score": 4168.228, + "publication_year": 1959, + "publication_date": "1959-07-01", + "ids": { + "openalex": "https://openalex.org/W3198350258", + "doi": "https://doi.org/10.1147/rd.33.0210", + "mag": "3198350258" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1147/rd.33.0210", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1147/rd.33.0210", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4210219925", + "display_name": "IBM Journal of Research and Development", + "issn_l": "0018-8646", + "issn": [ + "0018-8646", + "2151-8556" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320652", + "host_organization_name": "IBM", + "host_organization_lineage": [ + "https://openalex.org/P4310320652" + ], + "host_organization_lineage_names": [ + "IBM" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IBM Journal of Research and Development", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5103515726", + "display_name": "Arthur L. Samuel", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "A. L. Samuel", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5103515726" + ], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 58.6681, + "has_fulltext": false, + "cited_by_count": 4330, + "citation_normalized_percentile": { + "value": 0.99739244, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "3", + "issue": "3", + "first_page": "210", + "last_page": "229" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11574", + "display_name": "Artificial Intelligence in Games", + "score": 0.8087999820709229, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11574", + "display_name": "Artificial Intelligence in Games", + "score": 0.8087999820709229, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7188340425491333 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5375511050224304 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.3793615698814392 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7188340425491333 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5375511050224304 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.3793615698814392 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1147/rd.33.0210", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1147/rd.33.0210", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4210219925", + "display_name": "IBM Journal of Research and Development", + "issn_l": "0018-8646", + "issn": [ + "0018-8646", + "2151-8556" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320652", + "host_organization_name": "IBM", + "host_organization_lineage": [ + "https://openalex.org/P4310320652" + ], + "host_organization_lineage_names": [ + "IBM" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IBM Journal of Research and Development", + "raw_type": "journal-article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "score": 0.5, + "id": "https://metadata.un.org/sdg/4", + "display_name": "Quality Education" + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W4224009465", + "https://openalex.org/W4286629047", + "https://openalex.org/W4306321456", + "https://openalex.org/W4285260836", + "https://openalex.org/W3046775127", + "https://openalex.org/W3170094116", + "https://openalex.org/W4205958290", + "https://openalex.org/W3209574120" + ], + "abstract_inverted_index": { + "Two": [ + 0 + ], + "machine-learning": [ + 1 + ], + "procedures": [ + 2 + ], + "have": [ + 3, + 97 + ], + "been": [ + 4, + 17 + ], + "investigated": [ + 5 + ], + "in": [ + 6, + 59 + ], + "some": [ + 7 + ], + "detail": [ + 8 + ], + "using": [ + 9 + ], + "the": [ + 10, + 21, + 46, + 50, + 76, + 79, + 102 + ], + "game": [ + 11, + 38 + ], + "of": [ + 12, + 39, + 64, + 70, + 78, + 83, + 91, + 117, + 125 + ], + "checkers.": [ + 13 + ], + "Enough": [ + 14 + ], + "work": [ + 15 + ], + "has": [ + 16 + ], + "done": [ + 18 + ], + "to": [ + 19, + 34, + 56, + 96, + 99, + 128 + ], + "verify": [ + 20 + ], + "fact": [ + 22 + ], + "that": [ + 23, + 30 + ], + "a": [ + 24, + 36, + 60, + 81, + 86 + ], + "computer": [ + 25 + ], + "can": [ + 26, + 42, + 54 + ], + "be": [ + 27, + 43 + ], + "programmed": [ + 28 + ], + "so": [ + 29 + ], + "it": [ + 31, + 53 + ], + "will": [ + 32 + ], + "learn": [ + 33, + 55 + ], + "play": [ + 35 + ], + "better": [ + 37 + ], + "checkers": [ + 40 + ], + "than": [ + 41 + ], + "played": [ + 44 + ], + "by": [ + 45, + 121 + ], + "person": [ + 47 + ], + "who": [ + 48 + ], + "wrote": [ + 49 + ], + "program.": [ + 51 + ], + "Furthermore,": [ + 52 + ], + "do": [ + 57, + 100 + ], + "this": [ + 58 + ], + "remarkably": [ + 61 + ], + "short": [ + 62 + ], + "period": [ + 63 + ], + "time": [ + 65 + ], + "(8": [ + 66 + ], + "or": [ + 67 + ], + "10": [ + 68 + ], + "hours": [ + 69 + ], + "machine-playing": [ + 71 + ], + "time)": [ + 72 + ], + "when": [ + 73 + ], + "given": [ + 74 + ], + "only": [ + 75 + ], + "rules": [ + 77 + ], + "game,": [ + 80, + 103 + ], + "sense": [ + 82 + ], + "direction,": [ + 84 + ], + "and": [ + 85, + 88, + 108, + 113 + ], + "redundant": [ + 87 + ], + "incomplete": [ + 89 + ], + "list": [ + 90 + ], + "parameters": [ + 92 + ], + "which": [ + 93 + ], + "are": [ + 94, + 111 + ], + "thought": [ + 95 + ], + "something": [ + 98 + ], + "with": [ + 101 + ], + "but": [ + 104 + ], + "whose": [ + 105 + ], + "correct": [ + 106 + ], + "signs": [ + 107 + ], + "relative": [ + 109 + ], + "weights": [ + 110 + ], + "unknown": [ + 112 + ], + "unspecified.": [ + 114 + ], + "The": [ + 115 + ], + "principles": [ + 116 + ], + "machine": [ + 118 + ], + "learning": [ + 119 + ], + "verified": [ + 120 + ], + "these": [ + 122 + ], + "experiments": [ + 123 + ], + "are,": [ + 124 + ], + "course,": [ + 126 + ], + "applicable": [ + 127 + ], + "many": [ + 129 + ], + "other": [ + 130 + ], + "situations.": [ + 131 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 87 + }, + { + "year": 2025, + "cited_by_count": 322 + }, + { + "year": 2024, + "cited_by_count": 345 + }, + { + "year": 2023, + "cited_by_count": 343 + }, + { + "year": 2022, + "cited_by_count": 342 + }, + { + "year": 2021, + "cited_by_count": 398 + }, + { + "year": 2020, + "cited_by_count": 335 + }, + { + "year": 2019, + "cited_by_count": 352 + }, + { + "year": 2018, + "cited_by_count": 221 + }, + { + "year": 2017, + "cited_by_count": 147 + }, + { + "year": 2016, + "cited_by_count": 59 + }, + { + "year": 2015, + "cited_by_count": 42 + }, + { + "year": 2014, + "cited_by_count": 42 + }, + { + "year": 2013, + "cited_by_count": 52 + }, + { + "year": 2012, + "cited_by_count": 45 + } + ], + "updated_date": "2026-05-27T09:02:27.158192", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2535690855", + "doi": "https://doi.org/10.1109/sp.2017.41", + "title": "Membership Inference Attacks Against Machine Learning Models", + "display_name": "Membership Inference Attacks Against Machine Learning Models", + "relevance_score": 4124.923, + "publication_year": 2017, + "publication_date": "2017-05-01", + "ids": { + "openalex": "https://openalex.org/W2535690855", + "doi": "https://doi.org/10.1109/sp.2017.41", + "mag": "2535690855" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1109/sp.2017.41", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/sp.2017.41", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "2017 IEEE Symposium on Security and Privacy (SP)", + "raw_type": "proceedings-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5084892128", + "display_name": "Reza Shokri", + "orcid": "https://orcid.org/0000-0001-9816-0173" + }, + "institutions": [ + { + "id": "https://openalex.org/I205783295", + "display_name": "Cornell University", + "ror": "https://ror.org/05bnh6r87", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I205783295" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Reza Shokri", + "raw_affiliation_strings": [ + "Cornell Tech" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Cornell Tech", + "institution_ids": [ + "https://openalex.org/I205783295" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5086560283", + "display_name": "Marco Stronati", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1326498283", + "display_name": "Institut national de recherche en informatique et en automatique", + "ror": "https://ror.org/02kvxyf05", + "country_code": "FR", + "type": "funder", + "lineage": [ + "https://openalex.org/I1326498283" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Marco Stronati", + "raw_affiliation_strings": [ + "INRIA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "INRIA", + "institution_ids": [ + "https://openalex.org/I1326498283" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5048446895", + "display_name": "Congzheng Song", + "orcid": "https://orcid.org/0000-0002-5076-7299" + }, + "institutions": [ + { + "id": "https://openalex.org/I205783295", + "display_name": "Cornell University", + "ror": "https://ror.org/05bnh6r87", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I205783295" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Congzheng Song", + "raw_affiliation_strings": [ + "Cornell" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Cornell", + "institution_ids": [ + "https://openalex.org/I205783295" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5038206174", + "display_name": "Vitaly Shmatikov", + "orcid": "https://orcid.org/0009-0002-1336-5714" + }, + "institutions": [ + { + "id": "https://openalex.org/I205783295", + "display_name": "Cornell University", + "ror": "https://ror.org/05bnh6r87", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I205783295" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Vitaly Shmatikov", + "raw_affiliation_strings": [ + "Cornell Tech" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Cornell Tech", + "institution_ids": [ + "https://openalex.org/I205783295" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 4, + "corresponding_author_ids": [ + "https://openalex.org/A5084892128" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I205783295" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 167.1582, + "has_fulltext": false, + "cited_by_count": 4169, + "citation_normalized_percentile": { + "value": 0.99981035, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": "3", + "last_page": "18" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10764", + "display_name": "Privacy-Preserving Technologies in Data", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10764", + "display_name": "Privacy-Preserving Technologies in Data", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11689", + "display_name": "Adversarial Robustness in Machine Learning", + "score": 0.9997000098228455, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10237", + "display_name": "Cryptography and Data Security", + "score": 0.9768000245094299, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/inference", + "display_name": "Inference", + "score": 0.8516879081726074 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.7886953949928284 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7878186702728271 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6666349768638611 + }, + { + "id": "https://openalex.org/keywords/perspective", + "display_name": "Perspective (graphical)", + "score": 0.5839544534683228 + }, + { + "id": "https://openalex.org/keywords/focus", + "display_name": "Focus (optics)", + "score": 0.5145570635795593 + }, + { + "id": "https://openalex.org/keywords/data-modeling", + "display_name": "Data modeling", + "score": 0.47366389632225037 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.4463120698928833 + }, + { + "id": "https://openalex.org/keywords/adversarial-system", + "display_name": "Adversarial system", + "score": 0.41243356466293335 + }, + { + "id": "https://openalex.org/keywords/database", + "display_name": "Database", + "score": 0.07796728610992432 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2776214188", + "wikidata": "https://www.wikidata.org/wiki/Q408386", + "display_name": "Inference", + "level": 2, + "score": 0.8516879081726074 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.7886953949928284 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7878186702728271 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6666349768638611 + }, + { + "id": "https://openalex.org/C12713177", + "wikidata": "https://www.wikidata.org/wiki/Q1900281", + "display_name": "Perspective (graphical)", + "level": 2, + "score": 0.5839544534683228 + }, + { + "id": "https://openalex.org/C192209626", + "wikidata": "https://www.wikidata.org/wiki/Q190909", + "display_name": "Focus (optics)", + "level": 2, + "score": 0.5145570635795593 + }, + { + "id": "https://openalex.org/C67186912", + "wikidata": "https://www.wikidata.org/wiki/Q367664", + "display_name": "Data modeling", + "level": 2, + "score": 0.47366389632225037 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.4463120698928833 + }, + { + "id": "https://openalex.org/C37736160", + "wikidata": "https://www.wikidata.org/wiki/Q1801315", + "display_name": "Adversarial system", + "level": 2, + "score": 0.41243356466293335 + }, + { + "id": "https://openalex.org/C77088390", + "wikidata": "https://www.wikidata.org/wiki/Q8513", + "display_name": "Database", + "level": 1, + "score": 0.07796728610992432 + }, + { + "id": "https://openalex.org/C120665830", + "wikidata": "https://www.wikidata.org/wiki/Q14620", + "display_name": "Optics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C121332964", + "wikidata": "https://www.wikidata.org/wiki/Q413", + "display_name": "Physics", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "doi:10.1109/sp.2017.41", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/sp.2017.41", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "2017 IEEE Symposium on Security and Privacy (SP)", + "raw_type": "proceedings-article" + }, + { + "id": "pmh:oai:scholarbank.nus.edu.sg:10635/172937", + "is_oa": false, + "landing_page_url": "https://scholarbank.nus.edu.sg/handle/10635/172937", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S7407052290", + "display_name": "National University of Singapore", + "issn_l": null, + "issn": [], + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Elements", + "raw_type": "Conference Paper" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "score": 0.5699999928474426, + "id": "https://metadata.un.org/sdg/16", + "display_name": "Peace, Justice and strong institutions" + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 54, + "referenced_works": [ + "https://openalex.org/W1473189865", + "https://openalex.org/W1510952750", + "https://openalex.org/W1528076390", + "https://openalex.org/W1535019556", + "https://openalex.org/W1554944419", + "https://openalex.org/W1760458529", + "https://openalex.org/W1811750039", + "https://openalex.org/W1821462560", + "https://openalex.org/W1826232489", + "https://openalex.org/W1873763122", + "https://openalex.org/W1992926795", + "https://openalex.org/W2009733253", + "https://openalex.org/W2024594469", + "https://openalex.org/W2040228409", + "https://openalex.org/W2051267297", + "https://openalex.org/W2053637704", + "https://openalex.org/W2077905990", + "https://openalex.org/W2095272373", + "https://openalex.org/W2095705004", + "https://openalex.org/W2096633407", + "https://openalex.org/W2106313770", + "https://openalex.org/W2106463421", + "https://openalex.org/W2112380340", + "https://openalex.org/W2114229504", + "https://openalex.org/W2119874464", + "https://openalex.org/W2123147099", + "https://openalex.org/W2130051287", + "https://openalex.org/W2151320232", + "https://openalex.org/W2162379889", + "https://openalex.org/W2186645727", + "https://openalex.org/W2198253679", + "https://openalex.org/W2329660289", + "https://openalex.org/W2461943168", + "https://openalex.org/W2473418344", + "https://openalex.org/W2532520288", + "https://openalex.org/W2950943617", + "https://openalex.org/W2951114885", + "https://openalex.org/W2962835266", + "https://openalex.org/W2963794891", + "https://openalex.org/W2964318098", + "https://openalex.org/W3118608800", + "https://openalex.org/W3215186461", + "https://openalex.org/W4248649186", + "https://openalex.org/W6628547770", + "https://openalex.org/W6631628602", + "https://openalex.org/W6632160336", + "https://openalex.org/W6638214083", + "https://openalex.org/W6639246211", + "https://openalex.org/W6661425395", + "https://openalex.org/W6674330103", + "https://openalex.org/W6676639149", + "https://openalex.org/W6677855611", + "https://openalex.org/W6686761782", + "https://openalex.org/W6731627051" + ], + "related_works": [ + "https://openalex.org/W2899084033", + "https://openalex.org/W2502115930", + "https://openalex.org/W2482350142", + "https://openalex.org/W4246396837", + "https://openalex.org/W3126451824", + "https://openalex.org/W1561927205", + "https://openalex.org/W3191453585", + "https://openalex.org/W4297672492", + "https://openalex.org/W4310988119", + "https://openalex.org/W4285226279" + ], + "abstract_inverted_index": { + "We": [ + 0, + 19, + 92, + 146 + ], + "quantitatively": [ + 1 + ], + "investigate": [ + 2, + 148 + ], + "how": [ + 3 + ], + "machine": [ + 4, + 60 + ], + "learning": [ + 5, + 61, + 105 + ], + "models": [ + 6, + 100, + 138 + ], + "leak": [ + 7 + ], + "information": [ + 8 + ], + "about": [ + 9 + ], + "the": [ + 10, + 22, + 39, + 43, + 72, + 77, + 84, + 131, + 149 + ], + "individual": [ + 11 + ], + "data": [ + 12, + 29 + ], + "records": [ + 13 + ], + "on": [ + 14, + 21, + 76, + 82, + 98 + ], + "which": [ + 15 + ], + "they": [ + 16 + ], + "were": [ + 17 + ], + "trained.": [ + 18 + ], + "focus": [ + 20 + ], + "basic": [ + 23 + ], + "membership": [ + 24, + 49, + 127, + 143 + ], + "inference": [ + 25, + 50, + 66, + 96, + 144 + ], + "attack:": [ + 26 + ], + "given": [ + 27 + ], + "a": [ + 28, + 35, + 52, + 107, + 122 + ], + "record": [ + 30, + 40 + ], + "and": [ + 31, + 62, + 113, + 118, + 155 + ], + "black-box": [ + 32 + ], + "access": [ + 33 + ], + "to": [ + 34, + 68, + 142 + ], + "model,": [ + 36, + 54 + ], + "determine": [ + 37 + ], + "if": [ + 38 + ], + "was": [ + 41 + ], + "in": [ + 42, + 71 + ], + "model's": [ + 44, + 74 + ], + "training": [ + 45 + ], + "dataset.": [ + 46 + ], + "To": [ + 47 + ], + "perform": [ + 48 + ], + "against": [ + 51 + ], + "target": [ + 53, + 73 + ], + "we": [ + 55, + 134 + ], + "make": [ + 56 + ], + "adversarial": [ + 57 + ], + "use": [ + 58 + ], + "of": [ + 59 + ], + "train": [ + 63, + 90 + ], + "our": [ + 64, + 95 + ], + "own": [ + 65 + ], + "model": [ + 67 + ], + "recognize": [ + 69 + ], + "differences": [ + 70 + ], + "predictions": [ + 75 + ], + "inputs": [ + 78, + 85 + ], + "that": [ + 79, + 86, + 136, + 151 + ], + "it": [ + 80, + 87 + ], + "trained": [ + 81, + 101 + ], + "versus": [ + 83 + ], + "did": [ + 88 + ], + "not": [ + 89 + ], + "on.": [ + 91 + ], + "empirically": [ + 93 + ], + "evaluate": [ + 94, + 156 + ], + "techniques": [ + 97 + ], + "classification": [ + 99, + 119 + ], + "by": [ + 102 + ], + "commercial": [ + 103 + ], + "\"machine": [ + 104 + ], + "as": [ + 106, + 111 + ], + "service\"": [ + 108 + ], + "providers": [ + 109 + ], + "such": [ + 110 + ], + "Google": [ + 112 + ], + "Amazon.": [ + 114 + ], + "Using": [ + 115 + ], + "realistic": [ + 116 + ], + "datasets": [ + 117 + ], + "tasks,": [ + 120 + ], + "including": [ + 121 + ], + "hospital": [ + 123 + ], + "discharge": [ + 124 + ], + "dataset": [ + 125 + ], + "whose": [ + 126 + ], + "is": [ + 128 + ], + "sensitive": [ + 129 + ], + "from": [ + 130 + ], + "privacy": [ + 132 + ], + "perspective,": [ + 133 + ], + "show": [ + 135 + ], + "these": [ + 137 + ], + "can": [ + 139 + ], + "be": [ + 140 + ], + "vulnerable": [ + 141 + ], + "attacks.": [ + 145 + ], + "then": [ + 147 + ], + "factors": [ + 150 + ], + "influence": [ + 152 + ], + "this": [ + 153 + ], + "leakage": [ + 154 + ], + "mitigation": [ + 157 + ], + "strategies.": [ + 158 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 192 + }, + { + "year": 2025, + "cited_by_count": 743 + }, + { + "year": 2024, + "cited_by_count": 706 + }, + { + "year": 2023, + "cited_by_count": 627 + }, + { + "year": 2022, + "cited_by_count": 513 + }, + { + "year": 2021, + "cited_by_count": 585 + }, + { + "year": 2020, + "cited_by_count": 445 + }, + { + "year": 2019, + "cited_by_count": 232 + }, + { + "year": 2018, + "cited_by_count": 101 + }, + { + "year": 2017, + "cited_by_count": 24 + }, + { + "year": 2013, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2885770726", + "doi": "https://doi.org/10.3390/s18082674", + "title": "Machine Learning in Agriculture: A Review", + "display_name": "Machine Learning in Agriculture: A Review", + "relevance_score": 4122.498, + "publication_year": 2018, + "publication_date": "2018-08-14", + "ids": { + "openalex": "https://openalex.org/W2885770726", + "doi": "https://doi.org/10.3390/s18082674", + "mag": "2885770726", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/30110960" + }, + "language": "en", + "primary_location": { + "id": "doi:10.3390/s18082674", + "is_oa": true, + "landing_page_url": "https://doi.org/10.3390/s18082674", + "pdf_url": "https://www.mdpi.com/1424-8220/18/8/2674/pdf?version=1534247979", + "source": { + "id": "https://openalex.org/S101949793", + "display_name": "Sensors", + "issn_l": "1424-8220", + "issn": [ + "1424-8220" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310310987", + "host_organization_name": "Multidisciplinary Digital Publishing Institute", + "host_organization_lineage": [ + "https://openalex.org/P4310310987" + ], + "host_organization_lineage_names": [ + "Multidisciplinary Digital Publishing Institute" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Sensors", + "raw_type": "journal-article" + }, + "type": "review", + "indexed_in": [ + "crossref", + "doaj", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "gold", + "oa_url": "https://www.mdpi.com/1424-8220/18/8/2674/pdf?version=1534247979", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5085282864", + "display_name": "Κωνσταντίνος Λιάκος", + "orcid": "https://orcid.org/0000-0002-6866-0932" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210134249", + "display_name": "Centre for Research and Technology Hellas", + "ror": "https://ror.org/03bndpq63", + "country_code": "GR", + "type": "facility", + "lineage": [ + "https://openalex.org/I4210134249" + ] + } + ], + "countries": [ + "GR" + ], + "is_corresponding": false, + "raw_author_name": "Konstantinos Liakos", + "raw_affiliation_strings": [ + "Institute for Bio-Economy and Agri-Technology (IBO), Centre of Research and Technology—Hellas (CERTH), 6th km Charilaou-Thermi Rd, GR 57001 Thessaloniki, Greece" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Institute for Bio-Economy and Agri-Technology (IBO), Centre of Research and Technology—Hellas (CERTH), 6th km Charilaou-Thermi Rd, GR 57001 Thessaloniki, Greece", + "institution_ids": [ + "https://openalex.org/I4210134249" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5059581084", + "display_name": "Patrizia Busato", + "orcid": "https://orcid.org/0000-0001-9546-530X" + }, + "institutions": [ + { + "id": "https://openalex.org/I55143463", + "display_name": "University of Turin", + "ror": "https://ror.org/048tbm396", + "country_code": "IT", + "type": "education", + "lineage": [ + "https://openalex.org/I55143463" + ] + } + ], + "countries": [ + "IT" + ], + "is_corresponding": false, + "raw_author_name": "Patrizia Busato", + "raw_affiliation_strings": [ + "Department of Agriculture, Forestry and Food Sciences (DISAFA), Faculty of Agriculture, University of Turin, Largo Braccini 2, 10095 Grugliasco, Italy" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Agriculture, Forestry and Food Sciences (DISAFA), Faculty of Agriculture, University of Turin, Largo Braccini 2, 10095 Grugliasco, Italy", + "institution_ids": [ + "https://openalex.org/I55143463" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5047144831", + "display_name": "Dimitrios Moshou", + "orcid": "https://orcid.org/0000-0001-7270-5307" + }, + "institutions": [ + { + "id": "https://openalex.org/I21370196", + "display_name": "Aristotle University of Thessaloniki", + "ror": "https://ror.org/02j61yw88", + "country_code": "GR", + "type": "education", + "lineage": [ + "https://openalex.org/I21370196" + ] + }, + { + "id": "https://openalex.org/I4210134249", + "display_name": "Centre for Research and Technology Hellas", + "ror": "https://ror.org/03bndpq63", + "country_code": "GR", + "type": "facility", + "lineage": [ + "https://openalex.org/I4210134249" + ] + } + ], + "countries": [ + "GR" + ], + "is_corresponding": false, + "raw_author_name": "Dimitrios Moshou", + "raw_affiliation_strings": [ + "Agricultural Engineering Laboratory, Faculty of Agriculture, Aristotle University of Thessaloniki, 54124 Thessaloniki, Greece", + "Institute for Bio-Economy and Agri-Technology (IBO), Centre of Research and Technology—Hellas (CERTH), 6th km Charilaou-Thermi Rd, GR 57001 Thessaloniki, Greece" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Agricultural Engineering Laboratory, Faculty of Agriculture, Aristotle University of Thessaloniki, 54124 Thessaloniki, Greece", + "institution_ids": [ + "https://openalex.org/I21370196" + ] + }, + { + "raw_affiliation_string": "Institute for Bio-Economy and Agri-Technology (IBO), Centre of Research and Technology—Hellas (CERTH), 6th km Charilaou-Thermi Rd, GR 57001 Thessaloniki, Greece", + "institution_ids": [ + "https://openalex.org/I4210134249" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5018447003", + "display_name": "Simon Pearson", + "orcid": "https://orcid.org/0000-0002-4297-4837" + }, + "institutions": [ + { + "id": "https://openalex.org/I51532219", + "display_name": "University of Lincoln", + "ror": "https://ror.org/03yeq9x20", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I51532219" + ] + } + ], + "countries": [ + "GB" + ], + "is_corresponding": false, + "raw_author_name": "Simon Pearson", + "raw_affiliation_strings": [ + "Lincoln Institute for Agri-food Technology (LIAT), University of Lincoln, Brayford Way, Brayford Pool, Lincoln LN6 7TS, UK" + ], + "raw_orcid": "https://orcid.org/0000-0002-4297-4837", + "affiliations": [ + { + "raw_affiliation_string": "Lincoln Institute for Agri-food Technology (LIAT), University of Lincoln, Brayford Way, Brayford Pool, Lincoln LN6 7TS, UK", + "institution_ids": [ + "https://openalex.org/I51532219" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5073592501", + "display_name": "Dionysis Bochtis", + "orcid": "https://orcid.org/0000-0002-7058-5986" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210134249", + "display_name": "Centre for Research and Technology Hellas", + "ror": "https://ror.org/03bndpq63", + "country_code": "GR", + "type": "facility", + "lineage": [ + "https://openalex.org/I4210134249" + ] + } + ], + "countries": [ + "GR" + ], + "is_corresponding": true, + "raw_author_name": "Dionysis Bochtis", + "raw_affiliation_strings": [ + "Institute for Bio-Economy and Agri-Technology (IBO), Centre of Research and Technology—Hellas (CERTH), 6th km Charilaou-Thermi Rd, GR 57001 Thessaloniki, Greece" + ], + "raw_orcid": "https://orcid.org/0000-0002-7058-5986", + "affiliations": [ + { + "raw_affiliation_string": "Institute for Bio-Economy and Agri-Technology (IBO), Centre of Research and Technology—Hellas (CERTH), 6th km Charilaou-Thermi Rd, GR 57001 Thessaloniki, Greece", + "institution_ids": [ + "https://openalex.org/I4210134249" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 3, + "institutions_distinct_count": 5, + "corresponding_author_ids": [ + "https://openalex.org/A5073592501" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I4210134249" + ], + "apc_list": { + "value": 2400, + "currency": "CHF", + "value_usd": 2598 + }, + "apc_paid": { + "value": 2400, + "currency": "CHF", + "value_usd": 2598 + }, + "fwci": 234.4024, + "has_fulltext": true, + "cited_by_count": 2970, + "citation_normalized_percentile": { + "value": 0.99998177, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 96, + "max": 100 + }, + "biblio": { + "volume": "18", + "issue": "8", + "first_page": "2674", + "last_page": "2674" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10616", + "display_name": "Smart Agriculture and AI", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/1110", + "display_name": "Plant Science" + }, + "field": { + "id": "https://openalex.org/fields/11", + "display_name": "Agricultural and Biological Sciences" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10616", + "display_name": "Smart Agriculture and AI", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/1110", + "display_name": "Plant Science" + }, + "field": { + "id": "https://openalex.org/fields/11", + "display_name": "Agricultural and Biological Sciences" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + }, + { + "id": "https://openalex.org/T10640", + "display_name": "Spectroscopy and Chemometric Analyses", + "score": 0.9825999736785889, + "subfield": { + "id": "https://openalex.org/subfields/1602", + "display_name": "Analytical Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/16", + "display_name": "Chemistry" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10111", + "display_name": "Remote Sensing in Agriculture", + "score": 0.958299994468689, + "subfield": { + "id": "https://openalex.org/subfields/2303", + "display_name": "Ecology" + }, + "field": { + "id": "https://openalex.org/fields/23", + "display_name": "Environmental Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/agriculture", + "display_name": "Agriculture", + "score": 0.5998008251190186 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5735517740249634 + }, + { + "id": "https://openalex.org/keywords/precision-agriculture", + "display_name": "Precision agriculture", + "score": 0.5354065895080566 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.5236620306968689 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.5148038268089294 + }, + { + "id": "https://openalex.org/keywords/big-data", + "display_name": "Big data", + "score": 0.4952518045902252 + }, + { + "id": "https://openalex.org/keywords/livestock", + "display_name": "Livestock", + "score": 0.43506547808647156 + }, + { + "id": "https://openalex.org/keywords/decision-support-system", + "display_name": "Decision support system", + "score": 0.41696614027023315 + }, + { + "id": "https://openalex.org/keywords/data-science", + "display_name": "Data science", + "score": 0.3964245617389679 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.13465631008148193 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C118518473", + "wikidata": "https://www.wikidata.org/wiki/Q11451", + "display_name": "Agriculture", + "level": 2, + "score": 0.5998008251190186 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5735517740249634 + }, + { + "id": "https://openalex.org/C120217122", + "wikidata": "https://www.wikidata.org/wiki/Q740083", + "display_name": "Precision agriculture", + "level": 3, + "score": 0.5354065895080566 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.5236620306968689 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.5148038268089294 + }, + { + "id": "https://openalex.org/C75684735", + "wikidata": "https://www.wikidata.org/wiki/Q858810", + "display_name": "Big data", + "level": 2, + "score": 0.4952518045902252 + }, + { + "id": "https://openalex.org/C112964050", + "wikidata": "https://www.wikidata.org/wiki/Q103459", + "display_name": "Livestock", + "level": 2, + "score": 0.43506547808647156 + }, + { + "id": "https://openalex.org/C107327155", + "wikidata": "https://www.wikidata.org/wiki/Q330268", + "display_name": "Decision support system", + "level": 2, + "score": 0.41696614027023315 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.3964245617389679 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.13465631008148193 + }, + { + "id": "https://openalex.org/C86803240", + "wikidata": "https://www.wikidata.org/wiki/Q420", + "display_name": "Biology", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C18903297", + "wikidata": "https://www.wikidata.org/wiki/Q7150", + "display_name": "Ecology", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 9, + "locations": [ + { + "id": "doi:10.3390/s18082674", + "is_oa": true, + "landing_page_url": "https://doi.org/10.3390/s18082674", + "pdf_url": "https://www.mdpi.com/1424-8220/18/8/2674/pdf?version=1534247979", + "source": { + "id": "https://openalex.org/S101949793", + "display_name": "Sensors", + "issn_l": "1424-8220", + "issn": [ + "1424-8220" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310310987", + "host_organization_name": "Multidisciplinary Digital Publishing Institute", + "host_organization_lineage": [ + "https://openalex.org/P4310310987" + ], + "host_organization_lineage_names": [ + "Multidisciplinary Digital Publishing Institute" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Sensors", + "raw_type": "journal-article" + }, + { + "id": "pmid:30110960", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/30110960", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Sensors (Basel, Switzerland)", + "raw_type": null + }, + { + "id": "pmh:oai:doaj.org/article:c6cd93144ea3478f860eb1f3766e5a43", + "is_oa": true, + "landing_page_url": "https://doaj.org/article/c6cd93144ea3478f860eb1f3766e5a43", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401280", + "display_name": "DOAJ (DOAJ: Directory of Open Access Journals)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by-sa", + "license_id": "https://openalex.org/licenses/cc-by-sa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Sensors, Vol 18, Iss 8, p 2674 (2018)", + "raw_type": "article" + }, + { + "id": "pmh:oai:eprints.lincoln.ac.uk:33015", + "is_oa": true, + "landing_page_url": "http://eprints.lincoln.ac.uk/id/eprint/33015/1/htm", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4377196275", + "display_name": "Lincoln Repository (University of Lincoln)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I51532219", + "host_organization_name": "University of Lincoln", + "host_organization_lineage": [ + "https://openalex.org/I51532219" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Article" + }, + { + "id": "pmh:oai:europepmc.org:5064788", + "is_oa": true, + "landing_page_url": "http://europepmc.org/pmc/articles/PMC6111295", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400806", + "display_name": "Europe PMC (PubMed Central)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1303153112", + "host_organization_name": "European Bioinformatics Institute", + "host_organization_lineage": [ + "https://openalex.org/I1303153112" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "other-oa", + "license_id": "https://openalex.org/licenses/other-oa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Text" + }, + { + "id": "pmh:oai:figshare.com:article/24372634", + "is_oa": true, + "landing_page_url": "https://figshare.com/articles/journal_contribution/Machine_Learning_in_Agriculture_A_Review/24372634", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4377196282", + "display_name": "Figshare", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I4210132348", + "host_organization_name": "Figshare (United Kingdom)", + "host_organization_lineage": [ + "https://openalex.org/I4210132348" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Text" + }, + { + "id": "pmh:oai:iris.unito.it:2318/1679884", + "is_oa": true, + "landing_page_url": "http://hdl.handle.net/2318/1679884", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400637", + "display_name": "Institutional Research Information System University of Turin (University of Turin)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I55143463", + "host_organization_name": "University of Turin", + "host_organization_lineage": [ + "https://openalex.org/I55143463" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "other-oa", + "license_id": "https://openalex.org/licenses/other-oa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "info:eu-repo/semantics/article" + }, + { + "id": "pmh:oai:mdpi.com:/1424-8220/18/8/2674/", + "is_oa": true, + "landing_page_url": "http://dx.doi.org/10.3390/s18082674", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400947", + "display_name": "MDPI (MDPI AG)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I4210097602", + "host_organization_name": "Multidisciplinary Digital Publishing Institute (Switzerland)", + "host_organization_lineage": [ + "https://openalex.org/I4210097602" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Sensors", + "raw_type": "Text" + }, + { + "id": "pmh:oai:pubmedcentral.nih.gov:6111295", + "is_oa": true, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/6111295", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2764455111", + "display_name": "PubMed Central", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Sensors (Basel)", + "raw_type": "Text" + } + ], + "best_oa_location": { + "id": "doi:10.3390/s18082674", + "is_oa": true, + "landing_page_url": "https://doi.org/10.3390/s18082674", + "pdf_url": "https://www.mdpi.com/1424-8220/18/8/2674/pdf?version=1534247979", + "source": { + "id": "https://openalex.org/S101949793", + "display_name": "Sensors", + "issn_l": "1424-8220", + "issn": [ + "1424-8220" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310310987", + "host_organization_name": "Multidisciplinary Digital Publishing Institute", + "host_organization_lineage": [ + "https://openalex.org/P4310310987" + ], + "host_organization_lineage_names": [ + "Multidisciplinary Digital Publishing Institute" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Sensors", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [ + { + "score": 0.800000011920929, + "id": "https://metadata.un.org/sdg/2", + "display_name": "Zero hunger" + } + ], + "awards": [ + { + "id": "https://openalex.org/G3584239725", + "display_name": null, + "funder_award_id": "EP/R045127/1", + "funder_id": "https://openalex.org/F4320334627", + "funder_display_name": "Engineering and Physical Sciences Research Council" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320321917", + "display_name": "General Secretariat for Research and Technology", + "ror": "https://ror.org/04yeh8h63" + }, + { + "id": "https://openalex.org/F4320334627", + "display_name": "Engineering and Physical Sciences Research Council", + "ror": "https://ror.org/0439y7842" + } + ], + "has_content": { + "pdf": true, + "grobid_xml": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W2885770726.pdf", + "grobid_xml": "https://content.openalex.org/works/W2885770726.grobid-xml" + }, + "referenced_works_count": 112, + "referenced_works": [ + "https://openalex.org/W94523489", + "https://openalex.org/W189596042", + "https://openalex.org/W1179140510", + "https://openalex.org/W1496317909", + "https://openalex.org/W1596717185", + "https://openalex.org/W1689445748", + "https://openalex.org/W1916445479", + "https://openalex.org/W1963579367", + "https://openalex.org/W1963790103", + "https://openalex.org/W1966124853", + "https://openalex.org/W1967320885", + "https://openalex.org/W1968452917", + "https://openalex.org/W1984530193", + "https://openalex.org/W1990517717", + "https://openalex.org/W1995341919", + "https://openalex.org/W1998871699", + "https://openalex.org/W2000972253", + "https://openalex.org/W2001619934", + "https://openalex.org/W2009986810", + "https://openalex.org/W2015263929", + "https://openalex.org/W2018435387", + "https://openalex.org/W2019207321", + "https://openalex.org/W2024081693", + "https://openalex.org/W2025279987", + "https://openalex.org/W2028606616", + "https://openalex.org/W2040104179", + "https://openalex.org/W2040870580", + "https://openalex.org/W2049633694", + "https://openalex.org/W2063304499", + "https://openalex.org/W2065165083", + "https://openalex.org/W2072680624", + "https://openalex.org/W2075320162", + "https://openalex.org/W2076857888", + "https://openalex.org/W2081544115", + "https://openalex.org/W2087877962", + "https://openalex.org/W2095727900", + "https://openalex.org/W2102201073", + "https://openalex.org/W2106855632", + "https://openalex.org/W2108703480", + "https://openalex.org/W2110642273", + "https://openalex.org/W2111072639", + "https://openalex.org/W2119821739", + "https://openalex.org/W2128084896", + "https://openalex.org/W2138178898", + "https://openalex.org/W2143908786", + "https://openalex.org/W2149723649", + "https://openalex.org/W2150593711", + "https://openalex.org/W2153476503", + "https://openalex.org/W2153635508", + "https://openalex.org/W2154350719", + "https://openalex.org/W2161673710", + "https://openalex.org/W2174918471", + "https://openalex.org/W2200121095", + "https://openalex.org/W2209382794", + "https://openalex.org/W2216013554", + "https://openalex.org/W2231576311", + "https://openalex.org/W2270460811", + "https://openalex.org/W2270641383", + "https://openalex.org/W2273322351", + "https://openalex.org/W2286091602", + "https://openalex.org/W2294798173", + "https://openalex.org/W2298521547", + "https://openalex.org/W2337945771", + "https://openalex.org/W2339447311", + "https://openalex.org/W2399675776", + "https://openalex.org/W2417395753", + "https://openalex.org/W2419137750", + "https://openalex.org/W2470803522", + "https://openalex.org/W2497210317", + "https://openalex.org/W2502044482", + "https://openalex.org/W2552660223", + "https://openalex.org/W2560811704", + "https://openalex.org/W2577148968", + "https://openalex.org/W2580808806", + "https://openalex.org/W2586821267", + "https://openalex.org/W2591104514", + "https://openalex.org/W2598645336", + "https://openalex.org/W2603364874", + "https://openalex.org/W2603417106", + "https://openalex.org/W2604196786", + "https://openalex.org/W2606244344", + "https://openalex.org/W2606916050", + "https://openalex.org/W2612828053", + "https://openalex.org/W2619390517", + "https://openalex.org/W2620473470", + "https://openalex.org/W2620542418", + "https://openalex.org/W2621525431", + "https://openalex.org/W2622758479", + "https://openalex.org/W2622999711", + "https://openalex.org/W2738911869", + "https://openalex.org/W2775111183", + "https://openalex.org/W2789255992", + "https://openalex.org/W2790639095", + "https://openalex.org/W2791690647", + "https://openalex.org/W2794415089", + "https://openalex.org/W2796501058", + "https://openalex.org/W2806779833", + "https://openalex.org/W2903950532", + "https://openalex.org/W2911964244", + "https://openalex.org/W2919115771", + "https://openalex.org/W3125807057", + "https://openalex.org/W4210451417", + "https://openalex.org/W4212883601", + "https://openalex.org/W4232670376", + "https://openalex.org/W4239510810", + "https://openalex.org/W4250143236", + "https://openalex.org/W4400360174", + "https://openalex.org/W6607775107", + "https://openalex.org/W6632223008", + "https://openalex.org/W6675321329", + "https://openalex.org/W6675436802", + "https://openalex.org/W6676769703" + ], + "related_works": [ + "https://openalex.org/W1573929026", + "https://openalex.org/W4390608645", + "https://openalex.org/W4394895745", + "https://openalex.org/W4247566972", + "https://openalex.org/W3201212491", + "https://openalex.org/W4380767732", + "https://openalex.org/W4247744717", + "https://openalex.org/W3161605631", + "https://openalex.org/W2361557821", + "https://openalex.org/W2905677023" + ], + "abstract_inverted_index": { + "Machine": [ + 0 + ], + "learning": [ + 1, + 39, + 100, + 105 + ], + "has": [ + 2 + ], + "emerged": [ + 3 + ], + "with": [ + 4 + ], + "big": [ + 5 + ], + "data": [ + 6, + 16 + ], + "technologies": [ + 7 + ], + "and": [ + 8, + 64, + 75, + 81, + 87, + 125, + 131 + ], + "high-performance": [ + 9 + ], + "computing": [ + 10 + ], + "to": [ + 11, + 35, + 106 + ], + "create": [ + 12 + ], + "new": [ + 13 + ], + "opportunities": [ + 14 + ], + "for": [ + 15, + 127 + ], + "intensive": [ + 17 + ], + "science": [ + 18 + ], + "in": [ + 19, + 40, + 49 + ], + "the": [ + 20, + 90 + ], + "multi-disciplinary": [ + 21 + ], + "agri-technologies": [ + 22 + ], + "domain.": [ + 23 + ], + "In": [ + 24 + ], + "this": [ + 25 + ], + "paper,": [ + 26 + ], + "we": [ + 27 + ], + "present": [ + 28 + ], + "a": [ + 29 + ], + "comprehensive": [ + 30 + ], + "review": [ + 31 + ], + "of": [ + 32, + 37, + 89 + ], + "research": [ + 33 + ], + "dedicated": [ + 34 + ], + "applications": [ + 36, + 54, + 71 + ], + "machine": [ + 38, + 99, + 104 + ], + "agricultural": [ + 41 + ], + "production": [ + 42 + ], + "systems.": [ + 43 + ], + "The": [ + 44, + 85 + ], + "works": [ + 45 + ], + "analyzed": [ + 46 + ], + "were": [ + 47 + ], + "categorized": [ + 48 + ], + "(a)": [ + 50 + ], + "crop": [ + 51, + 62 + ], + "management,": [ + 52, + 69 + ], + "including": [ + 53, + 70 + ], + "on": [ + 55, + 72 + ], + "yield": [ + 56 + ], + "prediction,": [ + 57 + ], + "disease": [ + 58 + ], + "detection,": [ + 59 + ], + "weed": [ + 60 + ], + "detection": [ + 61 + ], + "quality,": [ + 63 + ], + "species": [ + 65 + ], + "recognition;": [ + 66 + ], + "(b)": [ + 67 + ], + "livestock": [ + 68, + 76 + ], + "animal": [ + 73 + ], + "welfare": [ + 74 + ], + "production;": [ + 77 + ], + "(c)": [ + 78 + ], + "water": [ + 79 + ], + "management;": [ + 80 + ], + "(d)": [ + 82 + ], + "soil": [ + 83 + ], + "management.": [ + 84 + ], + "filtering": [ + 86 + ], + "classification": [ + 88 + ], + "presented": [ + 91 + ], + "articles": [ + 92 + ], + "demonstrate": [ + 93 + ], + "how": [ + 94 + ], + "agriculture": [ + 95 + ], + "will": [ + 96 + ], + "benefit": [ + 97 + ], + "from": [ + 98 + ], + "technologies.": [ + 101 + ], + "By": [ + 102 + ], + "applying": [ + 103 + ], + "sensor": [ + 107 + ], + "data,": [ + 108 + ], + "farm": [ + 109 + ], + "management": [ + 110 + ], + "systems": [ + 111 + ], + "are": [ + 112 + ], + "evolving": [ + 113 + ], + "into": [ + 114 + ], + "real": [ + 115 + ], + "time": [ + 116 + ], + "artificial": [ + 117 + ], + "intelligence": [ + 118 + ], + "enabled": [ + 119 + ], + "programs": [ + 120 + ], + "that": [ + 121 + ], + "provide": [ + 122 + ], + "rich": [ + 123 + ], + "recommendations": [ + 124 + ], + "insights": [ + 126 + ], + "farmer": [ + 128 + ], + "decision": [ + 129 + ], + "support": [ + 130 + ], + "action.": [ + 132 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 267 + }, + { + "year": 2025, + "cited_by_count": 585 + }, + { + "year": 2024, + "cited_by_count": 449 + }, + { + "year": 2023, + "cited_by_count": 526 + }, + { + "year": 2022, + "cited_by_count": 448 + }, + { + "year": 2021, + "cited_by_count": 383 + }, + { + "year": 2020, + "cited_by_count": 235 + }, + { + "year": 2019, + "cited_by_count": 74 + }, + { + "year": 2018, + "cited_by_count": 3 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2588003345", + "doi": "https://doi.org/10.1371/journal.pone.0169748", + "title": "SoilGrids250m: Global gridded soil information based on machine learning", + "display_name": "SoilGrids250m: Global gridded soil information based on machine learning", + "relevance_score": 3980.6333, + "publication_year": 2017, + "publication_date": "2017-02-16", + "ids": { + "openalex": "https://openalex.org/W2588003345", + "doi": "https://doi.org/10.1371/journal.pone.0169748", + "mag": "2588003345", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/28207752" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1371/journal.pone.0169748", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1371/journal.pone.0169748", + "pdf_url": "https://journals.plos.org/plosone/article/file?id=10.1371/journal.pone.0169748&type=printable", + "source": { + "id": "https://openalex.org/S202381698", + "display_name": "PLoS ONE", + "issn_l": "1932-6203", + "issn": [ + "1932-6203" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310315706", + "host_organization_name": "Public Library of Science", + "host_organization_lineage": [ + "https://openalex.org/P4310315706" + ], + "host_organization_lineage_names": [ + "Public Library of Science" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "PLOS ONE", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref", + "doaj", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "gold", + "oa_url": "https://journals.plos.org/plosone/article/file?id=10.1371/journal.pone.0169748&type=printable", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5008884945", + "display_name": "Tomislav Hengl", + "orcid": "https://orcid.org/0000-0002-9921-5129" + }, + "institutions": [ + { + "id": "https://openalex.org/I31761138", + "display_name": "ISRIC - World Soil Information", + "ror": "https://ror.org/01z8yfp14", + "country_code": "NL", + "type": "other", + "lineage": [ + "https://openalex.org/I31761138" + ] + } + ], + "countries": [ + "NL" + ], + "is_corresponding": true, + "raw_author_name": "Tomislav Hengl", + "raw_affiliation_strings": [ + "ISRIC - World Soil Information, Wageningen, the Netherlands", + "ISRIC — World Soil Information, Wageningen, the Netherlands" + ], + "raw_orcid": "https://orcid.org/0000-0002-9921-5129", + "affiliations": [ + { + "raw_affiliation_string": "ISRIC - World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + }, + { + "raw_affiliation_string": "ISRIC — World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5066931705", + "display_name": "Jorge Mendes de Jesus", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I31761138", + "display_name": "ISRIC - World Soil Information", + "ror": "https://ror.org/01z8yfp14", + "country_code": "NL", + "type": "other", + "lineage": [ + "https://openalex.org/I31761138" + ] + } + ], + "countries": [ + "NL" + ], + "is_corresponding": false, + "raw_author_name": "Jorge Mendes de Jesus", + "raw_affiliation_strings": [ + "ISRIC - World Soil Information, Wageningen, the Netherlands", + "ISRIC — World Soil Information, Wageningen, the Netherlands" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "ISRIC - World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + }, + { + "raw_affiliation_string": "ISRIC — World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5011620756", + "display_name": "G.B.M. Heuvelink", + "orcid": "https://orcid.org/0000-0003-0959-9358" + }, + "institutions": [ + { + "id": "https://openalex.org/I31761138", + "display_name": "ISRIC - World Soil Information", + "ror": "https://ror.org/01z8yfp14", + "country_code": "NL", + "type": "other", + "lineage": [ + "https://openalex.org/I31761138" + ] + } + ], + "countries": [ + "NL" + ], + "is_corresponding": false, + "raw_author_name": "Gerard B. M. Heuvelink", + "raw_affiliation_strings": [ + "ISRIC - World Soil Information, Wageningen, the Netherlands", + "ISRIC — World Soil Information, Wageningen, the Netherlands" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "ISRIC - World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + }, + { + "raw_affiliation_string": "ISRIC — World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5048983679", + "display_name": "M. Ruiperez González", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I31761138", + "display_name": "ISRIC - World Soil Information", + "ror": "https://ror.org/01z8yfp14", + "country_code": "NL", + "type": "other", + "lineage": [ + "https://openalex.org/I31761138" + ] + } + ], + "countries": [ + "NL" + ], + "is_corresponding": false, + "raw_author_name": "Maria Ruiperez Gonzalez", + "raw_affiliation_strings": [ + "ISRIC - World Soil Information, Wageningen, the Netherlands", + "ISRIC — World Soil Information, Wageningen, the Netherlands" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "ISRIC - World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + }, + { + "raw_affiliation_string": "ISRIC — World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5019218652", + "display_name": "Milan Kilibarda", + "orcid": "https://orcid.org/0000-0002-2930-3596" + }, + "institutions": [ + { + "id": "https://openalex.org/I4068193", + "display_name": "University of Belgrade", + "ror": "https://ror.org/02qsmb048", + "country_code": "RS", + "type": "education", + "lineage": [ + "https://openalex.org/I4068193" + ] + } + ], + "countries": [ + "RS" + ], + "is_corresponding": false, + "raw_author_name": "Milan Kilibarda", + "raw_affiliation_strings": [ + "Faculty of Civil Engineering, University of Belgrade, Belgrade, Serbia" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Faculty of Civil Engineering, University of Belgrade, Belgrade, Serbia", + "institution_ids": [ + "https://openalex.org/I4068193" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5079601401", + "display_name": "Aleksandar Blagotić", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Aleksandar Blagotić", + "raw_affiliation_strings": [ + "GILab Ltd, Belgrade, Serbia" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "GILab Ltd, Belgrade, Serbia", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5050326105", + "display_name": "Wei Shangguan", + "orcid": "https://orcid.org/0000-0001-7622-8210" + }, + "institutions": [ + { + "id": "https://openalex.org/I157773358", + "display_name": "Sun Yat-sen University", + "ror": "https://ror.org/0064kty71", + "country_code": "CN", + "type": "education", + "lineage": [ + "https://openalex.org/I157773358" + ] + } + ], + "countries": [ + "CN" + ], + "is_corresponding": false, + "raw_author_name": "Wei Shangguan", + "raw_affiliation_strings": [ + "School of Atmospheric Sciences, Sun Yat-sen University, Guangzhou, China" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "School of Atmospheric Sciences, Sun Yat-sen University, Guangzhou, China", + "institution_ids": [ + "https://openalex.org/I157773358" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5087084229", + "display_name": "Marvin N. Wright", + "orcid": "https://orcid.org/0000-0002-8542-6291" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210086407", + "display_name": "Institut für Medizinische Informatik, Biometrie und Epidemiologie", + "ror": "https://ror.org/00wqjrk21", + "country_code": "DE", + "type": "facility", + "lineage": [ + "https://openalex.org/I4210086407" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Marvin N. Wright", + "raw_affiliation_strings": [ + "Institut für Medizinische Biometrie und Statistik, Lübeck, Germany" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Institut für Medizinische Biometrie und Statistik, Lübeck, Germany", + "institution_ids": [ + "https://openalex.org/I4210086407" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5017091285", + "display_name": "Xiaoyuan Geng", + "orcid": "https://orcid.org/0000-0002-5391-6915" + }, + "institutions": [ + { + "id": "https://openalex.org/I1331897569", + "display_name": "Agriculture and Agri-Food Canada", + "ror": "https://ror.org/051dzs374", + "country_code": "CA", + "type": "government", + "lineage": [ + "https://openalex.org/I1331897569", + "https://openalex.org/I2802286613" + ] + } + ], + "countries": [ + "CA" + ], + "is_corresponding": false, + "raw_author_name": "Xiaoyuan Geng", + "raw_affiliation_strings": [ + "Agriculture and Agri-Food Canada, Ottawa (Ontario), Canada" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Agriculture and Agri-Food Canada, Ottawa (Ontario), Canada", + "institution_ids": [ + "https://openalex.org/I1331897569" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5033747033", + "display_name": "Bernhard Bauer-Marschallinger", + "orcid": "https://orcid.org/0000-0001-7356-7516" + }, + "institutions": [ + { + "id": "https://openalex.org/I145847075", + "display_name": "TU Wien", + "ror": "https://ror.org/04d836q62", + "country_code": "AT", + "type": "education", + "lineage": [ + "https://openalex.org/I145847075" + ] + } + ], + "countries": [ + "AT" + ], + "is_corresponding": false, + "raw_author_name": "Bernhard Bauer-Marschallinger", + "raw_affiliation_strings": [ + "Department of Geodesy and Geoinformation, Vienna University of Technology, Vienna, Austria" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Geodesy and Geoinformation, Vienna University of Technology, Vienna, Austria", + "institution_ids": [ + "https://openalex.org/I145847075" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5047925002", + "display_name": "Mário Guevara", + "orcid": "https://orcid.org/0000-0002-9788-9947" + }, + "institutions": [ + { + "id": "https://openalex.org/I86501945", + "display_name": "University of Delaware", + "ror": "https://ror.org/01sbq1a82", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I86501945" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Mario Antonio Guevara", + "raw_affiliation_strings": [ + "University of Delaware, Newark (DE), United States of America" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Delaware, Newark (DE), United States of America", + "institution_ids": [ + "https://openalex.org/I86501945" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5051794236", + "display_name": "Rodrigo Vargas", + "orcid": "https://orcid.org/0000-0001-6829-5333" + }, + "institutions": [ + { + "id": "https://openalex.org/I86501945", + "display_name": "University of Delaware", + "ror": "https://ror.org/01sbq1a82", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I86501945" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Rodrigo Vargas", + "raw_affiliation_strings": [ + "University of Delaware, Newark (DE), United States of America" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Delaware, Newark (DE), United States of America", + "institution_ids": [ + "https://openalex.org/I86501945" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5073655843", + "display_name": "R.A. MacMillan", + "orcid": "https://orcid.org/0000-0001-9063-3634" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Robert A. MacMillan", + "raw_affiliation_strings": [ + "LandMapper Environmental Solutions Inc., Edmonton (Alberta), Canada" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "LandMapper Environmental Solutions Inc., Edmonton (Alberta), Canada", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5078952063", + "display_name": "N.H. Batjes", + "orcid": "https://orcid.org/0000-0003-2367-3067" + }, + "institutions": [ + { + "id": "https://openalex.org/I31761138", + "display_name": "ISRIC - World Soil Information", + "ror": "https://ror.org/01z8yfp14", + "country_code": "NL", + "type": "other", + "lineage": [ + "https://openalex.org/I31761138" + ] + } + ], + "countries": [ + "NL" + ], + "is_corresponding": false, + "raw_author_name": "Niels H. Batjes", + "raw_affiliation_strings": [ + "ISRIC - World Soil Information, Wageningen, the Netherlands", + "ISRIC — World Soil Information, Wageningen, the Netherlands" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "ISRIC - World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + }, + { + "raw_affiliation_string": "ISRIC — World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5071302765", + "display_name": "J.G.B. Leenaars", + "orcid": "https://orcid.org/0000-0003-1091-7114" + }, + "institutions": [ + { + "id": "https://openalex.org/I31761138", + "display_name": "ISRIC - World Soil Information", + "ror": "https://ror.org/01z8yfp14", + "country_code": "NL", + "type": "other", + "lineage": [ + "https://openalex.org/I31761138" + ] + } + ], + "countries": [ + "NL" + ], + "is_corresponding": false, + "raw_author_name": "Johan G. B. Leenaars", + "raw_affiliation_strings": [ + "ISRIC - World Soil Information, Wageningen, the Netherlands", + "ISRIC — World Soil Information, Wageningen, the Netherlands" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "ISRIC - World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + }, + { + "raw_affiliation_string": "ISRIC — World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5084085293", + "display_name": "Eloi Ribeiro", + "orcid": "https://orcid.org/0000-0002-2324-3000" + }, + "institutions": [ + { + "id": "https://openalex.org/I31761138", + "display_name": "ISRIC - World Soil Information", + "ror": "https://ror.org/01z8yfp14", + "country_code": "NL", + "type": "other", + "lineage": [ + "https://openalex.org/I31761138" + ] + } + ], + "countries": [ + "NL" + ], + "is_corresponding": false, + "raw_author_name": "Eloi Ribeiro", + "raw_affiliation_strings": [ + "ISRIC - World Soil Information, Wageningen, the Netherlands", + "ISRIC — World Soil Information, Wageningen, the Netherlands" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "ISRIC - World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + }, + { + "raw_affiliation_string": "ISRIC — World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5037321926", + "display_name": "Ichsani Wheeler", + "orcid": "https://orcid.org/0000-0002-9425-9157" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Ichsani Wheeler", + "raw_affiliation_strings": [ + "Envirometrix Inc., Wageningen, the Netherlands" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Envirometrix Inc., Wageningen, the Netherlands", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5091009469", + "display_name": "S. Mantel", + "orcid": "https://orcid.org/0000-0002-9623-0227" + }, + "institutions": [ + { + "id": "https://openalex.org/I31761138", + "display_name": "ISRIC - World Soil Information", + "ror": "https://ror.org/01z8yfp14", + "country_code": "NL", + "type": "other", + "lineage": [ + "https://openalex.org/I31761138" + ] + } + ], + "countries": [ + "NL" + ], + "is_corresponding": false, + "raw_author_name": "Stephan Mantel", + "raw_affiliation_strings": [ + "ISRIC - World Soil Information, Wageningen, the Netherlands", + "ISRIC — World Soil Information, Wageningen, the Netherlands" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "ISRIC - World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + }, + { + "raw_affiliation_string": "ISRIC — World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5031737926", + "display_name": "Bas Kempen", + "orcid": "https://orcid.org/0000-0002-2841-0058" + }, + "institutions": [ + { + "id": "https://openalex.org/I31761138", + "display_name": "ISRIC - World Soil Information", + "ror": "https://ror.org/01z8yfp14", + "country_code": "NL", + "type": "other", + "lineage": [ + "https://openalex.org/I31761138" + ] + } + ], + "countries": [ + "NL" + ], + "is_corresponding": false, + "raw_author_name": "Bas Kempen", + "raw_affiliation_strings": [ + "ISRIC - World Soil Information, Wageningen, the Netherlands", + "ISRIC — World Soil Information, Wageningen, the Netherlands" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "ISRIC - World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + }, + { + "raw_affiliation_string": "ISRIC — World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 7, + "institutions_distinct_count": 19, + "corresponding_author_ids": [ + "https://openalex.org/A5008884945" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I31761138" + ], + "apc_list": { + "value": 1805, + "currency": "USD", + "value_usd": 1805 + }, + "apc_paid": { + "value": 1805, + "currency": "USD", + "value_usd": 1805 + }, + "fwci": 145.6483, + "has_fulltext": true, + "cited_by_count": 4619, + "citation_normalized_percentile": { + "value": 0.99992747, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "12", + "issue": "2", + "first_page": "e0169748", + "last_page": "e0169748" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10770", + "display_name": "Soil Geostatistics and Mapping", + "score": 0.987500011920929, + "subfield": { + "id": "https://openalex.org/subfields/2305", + "display_name": "Environmental Engineering" + }, + "field": { + "id": "https://openalex.org/fields/23", + "display_name": "Environmental Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10770", + "display_name": "Soil Geostatistics and Mapping", + "score": 0.987500011920929, + "subfield": { + "id": "https://openalex.org/subfields/2305", + "display_name": "Environmental Engineering" + }, + "field": { + "id": "https://openalex.org/fields/23", + "display_name": "Environmental Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T14339", + "display_name": "Image Processing and 3D Reconstruction", + "score": 0.9588000178337097, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10004", + "display_name": "Soil Carbon and Nitrogen Dynamics", + "score": 0.9283999800682068, + "subfield": { + "id": "https://openalex.org/subfields/1111", + "display_name": "Soil Science" + }, + "field": { + "id": "https://openalex.org/fields/11", + "display_name": "Agricultural and Biological Sciences" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/random-forest", + "display_name": "Random forest", + "score": 0.6831311583518982 + }, + { + "id": "https://openalex.org/keywords/landform", + "display_name": "Landform", + "score": 0.5974330902099609 + }, + { + "id": "https://openalex.org/keywords/soil-texture", + "display_name": "Soil texture", + "score": 0.5643965005874634 + }, + { + "id": "https://openalex.org/keywords/gradient-boosting", + "display_name": "Gradient boosting", + "score": 0.5401628613471985 + }, + { + "id": "https://openalex.org/keywords/soil-science", + "display_name": "Soil science", + "score": 0.48470354080200195 + }, + { + "id": "https://openalex.org/keywords/environmental-science", + "display_name": "Environmental science", + "score": 0.47415441274642944 + }, + { + "id": "https://openalex.org/keywords/soil-map", + "display_name": "Soil map", + "score": 0.4570498764514923 + }, + { + "id": "https://openalex.org/keywords/shuttle-radar-topography-mission", + "display_name": "Shuttle Radar Topography Mission", + "score": 0.45663928985595703 + }, + { + "id": "https://openalex.org/keywords/ensemble-learning", + "display_name": "Ensemble learning", + "score": 0.44700905680656433 + }, + { + "id": "https://openalex.org/keywords/spatial-variability", + "display_name": "Spatial variability", + "score": 0.4328833520412445 + }, + { + "id": "https://openalex.org/keywords/standard-deviation", + "display_name": "Standard deviation", + "score": 0.4192587435245514 + }, + { + "id": "https://openalex.org/keywords/land-cover", + "display_name": "Land cover", + "score": 0.4154254198074341 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.3507459759712219 + }, + { + "id": "https://openalex.org/keywords/remote-sensing", + "display_name": "Remote sensing", + "score": 0.3381074368953705 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.279972106218338 + }, + { + "id": "https://openalex.org/keywords/cartography", + "display_name": "Cartography", + "score": 0.2646501958370209 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.2522737383842468 + }, + { + "id": "https://openalex.org/keywords/land-use", + "display_name": "Land use", + "score": 0.24553540349006653 + }, + { + "id": "https://openalex.org/keywords/digital-elevation-model", + "display_name": "Digital elevation model", + "score": 0.23033851385116577 + }, + { + "id": "https://openalex.org/keywords/statistics", + "display_name": "Statistics", + "score": 0.22281324863433838 + }, + { + "id": "https://openalex.org/keywords/geology", + "display_name": "Geology", + "score": 0.2194647192955017 + }, + { + "id": "https://openalex.org/keywords/soil-water", + "display_name": "Soil water", + "score": 0.2089666724205017 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C169258074", + "wikidata": "https://www.wikidata.org/wiki/Q245748", + "display_name": "Random forest", + "level": 2, + "score": 0.6831311583518982 + }, + { + "id": "https://openalex.org/C108497213", + "wikidata": "https://www.wikidata.org/wiki/Q271669", + "display_name": "Landform", + "level": 2, + "score": 0.5974330902099609 + }, + { + "id": "https://openalex.org/C175963888", + "wikidata": "https://www.wikidata.org/wiki/Q5026010", + "display_name": "Soil texture", + "level": 3, + "score": 0.5643965005874634 + }, + { + "id": "https://openalex.org/C70153297", + "wikidata": "https://www.wikidata.org/wiki/Q5591907", + "display_name": "Gradient boosting", + "level": 3, + "score": 0.5401628613471985 + }, + { + "id": "https://openalex.org/C159390177", + "wikidata": "https://www.wikidata.org/wiki/Q9161265", + "display_name": "Soil science", + "level": 1, + "score": 0.48470354080200195 + }, + { + "id": "https://openalex.org/C39432304", + "wikidata": "https://www.wikidata.org/wiki/Q188847", + "display_name": "Environmental science", + "level": 0, + "score": 0.47415441274642944 + }, + { + "id": "https://openalex.org/C71864017", + "wikidata": "https://www.wikidata.org/wiki/Q889561", + "display_name": "Soil map", + "level": 3, + "score": 0.4570498764514923 + }, + { + "id": "https://openalex.org/C184149073", + "wikidata": "https://www.wikidata.org/wiki/Q965136", + "display_name": "Shuttle Radar Topography Mission", + "level": 3, + "score": 0.45663928985595703 + }, + { + "id": "https://openalex.org/C45942800", + "wikidata": "https://www.wikidata.org/wiki/Q245652", + "display_name": "Ensemble learning", + "level": 2, + "score": 0.44700905680656433 + }, + { + "id": "https://openalex.org/C94747663", + "wikidata": "https://www.wikidata.org/wiki/Q7574086", + "display_name": "Spatial variability", + "level": 2, + "score": 0.4328833520412445 + }, + { + "id": "https://openalex.org/C22679943", + "wikidata": "https://www.wikidata.org/wiki/Q159375", + "display_name": "Standard deviation", + "level": 2, + "score": 0.4192587435245514 + }, + { + "id": "https://openalex.org/C2780648208", + "wikidata": "https://www.wikidata.org/wiki/Q3001793", + "display_name": "Land cover", + "level": 3, + "score": 0.4154254198074341 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.3507459759712219 + }, + { + "id": "https://openalex.org/C62649853", + "wikidata": "https://www.wikidata.org/wiki/Q199687", + "display_name": "Remote sensing", + "level": 1, + "score": 0.3381074368953705 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.279972106218338 + }, + { + "id": "https://openalex.org/C58640448", + "wikidata": "https://www.wikidata.org/wiki/Q42515", + "display_name": "Cartography", + "level": 1, + "score": 0.2646501958370209 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.2522737383842468 + }, + { + "id": "https://openalex.org/C4792198", + "wikidata": "https://www.wikidata.org/wiki/Q1165944", + "display_name": "Land use", + "level": 2, + "score": 0.24553540349006653 + }, + { + "id": "https://openalex.org/C181843262", + "wikidata": "https://www.wikidata.org/wiki/Q640492", + "display_name": "Digital elevation model", + "level": 2, + "score": 0.23033851385116577 + }, + { + "id": "https://openalex.org/C105795698", + "wikidata": "https://www.wikidata.org/wiki/Q12483", + "display_name": "Statistics", + "level": 1, + "score": 0.22281324863433838 + }, + { + "id": "https://openalex.org/C127313418", + "wikidata": "https://www.wikidata.org/wiki/Q1069", + "display_name": "Geology", + "level": 0, + "score": 0.2194647192955017 + }, + { + "id": "https://openalex.org/C159750122", + "wikidata": "https://www.wikidata.org/wiki/Q96621023", + "display_name": "Soil water", + "level": 2, + "score": 0.2089666724205017 + }, + { + "id": "https://openalex.org/C205649164", + "wikidata": "https://www.wikidata.org/wiki/Q1071", + "display_name": "Geography", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C127413603", + "wikidata": "https://www.wikidata.org/wiki/Q11023", + "display_name": "Engineering", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C147176958", + "wikidata": "https://www.wikidata.org/wiki/Q77590", + "display_name": "Civil engineering", + "level": 1, + "score": 0.0 + } + ], + "mesh": [ + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D003247", + "descriptor_name": "Conservation of Natural Resources", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D003247", + "descriptor_name": "Conservation of Natural Resources", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D003247", + "descriptor_name": "Conservation of Natural Resources", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D004784", + "descriptor_name": "Environmental Monitoring", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D004784", + "descriptor_name": "Environmental Monitoring", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D004784", + "descriptor_name": "Environmental Monitoring", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D008962", + "descriptor_name": "Models, Theoretical", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D008962", + "descriptor_name": "Models, Theoretical", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D008962", + "descriptor_name": "Models, Theoretical", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D012987", + "descriptor_name": "Soil", + "qualifier_ui": "Q000737", + "qualifier_name": "chemistry", + "is_major_topic": false + }, + { + "descriptor_ui": "D012987", + "descriptor_name": "Soil", + "qualifier_ui": "Q000737", + "qualifier_name": "chemistry", + "is_major_topic": false + }, + { + "descriptor_ui": "D012987", + "descriptor_name": "Soil", + "qualifier_ui": "Q000737", + "qualifier_name": "chemistry", + "is_major_topic": false + }, + { + "descriptor_ui": "D040362", + "descriptor_name": "Geographic Information Systems", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D040362", + "descriptor_name": "Geographic Information Systems", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D040362", + "descriptor_name": "Geographic Information Systems", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + } + ], + "locations_count": 7, + "locations": [ + { + "id": "doi:10.1371/journal.pone.0169748", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1371/journal.pone.0169748", + "pdf_url": "https://journals.plos.org/plosone/article/file?id=10.1371/journal.pone.0169748&type=printable", + "source": { + "id": "https://openalex.org/S202381698", + "display_name": "PLoS ONE", + "issn_l": "1932-6203", + "issn": [ + "1932-6203" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310315706", + "host_organization_name": "Public Library of Science", + "host_organization_lineage": [ + "https://openalex.org/P4310315706" + ], + "host_organization_lineage_names": [ + "Public Library of Science" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "PLOS ONE", + "raw_type": "journal-article" + }, + { + "id": "pmid:28207752", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/28207752", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "PloS one", + "raw_type": null + }, + { + "id": "pmh:oai:library.wur.nl:wurpubs/526278", + "is_oa": true, + "landing_page_url": "https://research.wur.nl/en/publications/soilgrids250m-global-gridded-soil-information-based-on-machine-le", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4210201231", + "display_name": "Socio-Environmental Systems Modeling", + "issn_l": "2663-3027", + "issn": [ + "2663-3027" + ], + "is_oa": true, + "is_in_doaj": false, + "is_core": true, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "acceptedVersion", + "is_accepted": true, + "is_published": false, + "raw_source_name": "ISSN: 1932-6203", + "raw_type": "Article/Letter to editor" + }, + { + "id": "pmh:oai:RePEc:plo:pone00:0169748", + "is_oa": false, + "landing_page_url": "https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0169748", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401271", + "display_name": "RePEc: Research Papers in Economics", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I77793887", + "host_organization_name": "Federal Reserve Bank of St. Louis", + "host_organization_lineage": [ + "https://openalex.org/I77793887" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "article" + }, + { + "id": "pmh:oai:doaj.org/article:ad46a8c2c401417e8b291d79603dfb3a", + "is_oa": false, + "landing_page_url": "https://doaj.org/article/ad46a8c2c401417e8b291d79603dfb3a", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401280", + "display_name": "DOAJ (DOAJ: Directory of Open Access Journals)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "PLoS ONE, Vol 12, Iss 2, p e0169748 (2017)", + "raw_type": "article" + }, + { + "id": "pmh:oai:grafar.grf.bg.ac.rs:123456789/885", + "is_oa": true, + "landing_page_url": "http://grafar.grf.bg.ac.rs/handle/123456789/885", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402541", + "display_name": "GraFar (University of Belgrade, Faculty of Civil Engineering)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I4210101313", + "host_organization_name": "University Hospital Center Dr Dragiša Mišović", + "host_organization_lineage": [ + "https://openalex.org/I4210101313" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "PLOS One", + "raw_type": "article" + }, + { + "id": "pmh:oai:pubmedcentral.nih.gov:5313206", + "is_oa": true, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/5313206", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2764455111", + "display_name": "PubMed Central", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "PLoS One", + "raw_type": "Text" + } + ], + "best_oa_location": { + "id": "doi:10.1371/journal.pone.0169748", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1371/journal.pone.0169748", + "pdf_url": "https://journals.plos.org/plosone/article/file?id=10.1371/journal.pone.0169748&type=printable", + "source": { + "id": "https://openalex.org/S202381698", + "display_name": "PLoS ONE", + "issn_l": "1932-6203", + "issn": [ + "1932-6203" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310315706", + "host_organization_name": "Public Library of Science", + "host_organization_lineage": [ + "https://openalex.org/P4310315706" + ], + "host_organization_lineage_names": [ + "Public Library of Science" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "PLOS ONE", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [ + { + "score": 0.6600000262260437, + "id": "https://metadata.un.org/sdg/15", + "display_name": "Life in Land" + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": true, + "grobid_xml": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W2588003345.pdf", + "grobid_xml": "https://content.openalex.org/works/W2588003345.grobid-xml" + }, + "referenced_works_count": 96, + "referenced_works": [ + "https://openalex.org/W30646539", + "https://openalex.org/W92141931", + "https://openalex.org/W191102129", + "https://openalex.org/W429766147", + "https://openalex.org/W595863337", + "https://openalex.org/W1482533224", + "https://openalex.org/W1513618424", + "https://openalex.org/W1573647811", + "https://openalex.org/W1606754933", + "https://openalex.org/W1689749838", + "https://openalex.org/W1727844347", + "https://openalex.org/W1786856418", + "https://openalex.org/W1831050183", + "https://openalex.org/W1895518694", + "https://openalex.org/W1969543759", + "https://openalex.org/W1980225565", + "https://openalex.org/W1983650914", + "https://openalex.org/W1984828485", + "https://openalex.org/W1985839444", + "https://openalex.org/W1990590197", + "https://openalex.org/W1993415357", + "https://openalex.org/W2005164184", + "https://openalex.org/W2006929658", + "https://openalex.org/W2018337952", + "https://openalex.org/W2023312901", + "https://openalex.org/W2023942604", + "https://openalex.org/W2027120296", + "https://openalex.org/W2032518966", + "https://openalex.org/W2033585087", + "https://openalex.org/W2036376676", + "https://openalex.org/W2037789405", + "https://openalex.org/W2050179592", + "https://openalex.org/W2057779644", + "https://openalex.org/W2066626803", + "https://openalex.org/W2078720475", + "https://openalex.org/W2088449361", + "https://openalex.org/W2102467070", + "https://openalex.org/W2112776483", + "https://openalex.org/W2114727579", + "https://openalex.org/W2123845623", + "https://openalex.org/W2126822776", + "https://openalex.org/W2130089270", + "https://openalex.org/W2130560194", + "https://openalex.org/W2131347105", + "https://openalex.org/W2131822674", + "https://openalex.org/W2133505387", + "https://openalex.org/W2135479785", + "https://openalex.org/W2140389576", + "https://openalex.org/W2142800341", + "https://openalex.org/W2145126338", + "https://openalex.org/W2151135366", + "https://openalex.org/W2151666808", + "https://openalex.org/W2155544089", + "https://openalex.org/W2156713494", + "https://openalex.org/W2157395790", + "https://openalex.org/W2158441306", + "https://openalex.org/W2160615957", + "https://openalex.org/W2179669825", + "https://openalex.org/W2191676425", + "https://openalex.org/W2199578048", + "https://openalex.org/W2205945645", + "https://openalex.org/W2287354130", + "https://openalex.org/W2295598076", + "https://openalex.org/W2310573451", + "https://openalex.org/W2346841190", + "https://openalex.org/W2417209869", + "https://openalex.org/W2463898247", + "https://openalex.org/W2479339604", + "https://openalex.org/W2514977123", + "https://openalex.org/W2522985694", + "https://openalex.org/W2554693566", + "https://openalex.org/W2557963070", + "https://openalex.org/W2564901692", + "https://openalex.org/W2580821229", + "https://openalex.org/W2582718246", + "https://openalex.org/W2727623211", + "https://openalex.org/W2730460668", + "https://openalex.org/W2736166619", + "https://openalex.org/W2890624634", + "https://openalex.org/W2890805913", + "https://openalex.org/W2917425395", + "https://openalex.org/W2917661374", + "https://openalex.org/W3022713798", + "https://openalex.org/W3102027041", + "https://openalex.org/W3102476541", + "https://openalex.org/W3163617311", + "https://openalex.org/W4211056572", + "https://openalex.org/W4250720198", + "https://openalex.org/W4252713891", + "https://openalex.org/W4285719527", + "https://openalex.org/W4399271987", + "https://openalex.org/W4399569501", + "https://openalex.org/W6634147026", + "https://openalex.org/W6727196412", + "https://openalex.org/W6870084398", + "https://openalex.org/W6891733106" + ], + "related_works": [ + "https://openalex.org/W3208169454", + "https://openalex.org/W4322004982", + "https://openalex.org/W2981500096", + "https://openalex.org/W2362208029", + "https://openalex.org/W3161502711", + "https://openalex.org/W2096944896", + "https://openalex.org/W2620784765", + "https://openalex.org/W2896029770", + "https://openalex.org/W2383154062", + "https://openalex.org/W4220718694" + ], + "abstract_inverted_index": { + "This": [ + 0 + ], + "paper": [ + 1 + ], + "describes": [ + 2 + ], + "the": [ + 3, + 10, + 17, + 78, + 151, + 166, + 187, + 191, + 199, + 220, + 293, + 335 + ], + "technical": [ + 4 + ], + "development": [ + 5, + 248, + 294 + ], + "and": [ + 6, + 13, + 47, + 60, + 71, + 83, + 104, + 124, + 127, + 142, + 157, + 174, + 239, + 260, + 268, + 323 + ], + "accuracy": [ + 7, + 189 + ], + "assessment": [ + 8 + ], + "of": [ + 9, + 16, + 67, + 73, + 107, + 137, + 161, + 177, + 183, + 193, + 202, + 222, + 226, + 243, + 249, + 254, + 262, + 271, + 284, + 289, + 295, + 300 + ], + "most": [ + 11 + ], + "recent": [ + 12 + ], + "improved": [ + 14 + ], + "version": [ + 15, + 201 + ], + "SoilGrids": [ + 18, + 26, + 203, + 250, + 301, + 331 + ], + "system": [ + 19 + ], + "at": [ + 20, + 50, + 204 + ], + "250m": [ + 21 + ], + "resolution": [ + 22, + 236 + ], + "(June": [ + 23 + ], + "2016": [ + 24 + ], + "update).": [ + 25 + ], + "provides": [ + 27 + ], + "global": [ + 28, + 125, + 325 + ], + "predictions": [ + 29, + 66, + 302 + ], + "for": [ + 30, + 102, + 281, + 297 + ], + "standard": [ + 31, + 52 + ], + "numeric": [ + 32 + ], + "soil": [ + 33, + 44, + 74, + 99, + 111, + 245, + 276, + 285, + 308, + 326 + ], + "properties": [ + 34 + ], + "(organic": [ + 35 + ], + "carbon,": [ + 36 + ], + "bulk": [ + 37 + ], + "density,": [ + 38 + ], + "Cation": [ + 39 + ], + "Exchange": [ + 40 + ], + "Capacity": [ + 41 + ], + "(CEC),": [ + 42 + ], + "pH,": [ + 43 + ], + "texture": [ + 45 + ], + "fractions": [ + 46 + ], + "coarse": [ + 48 + ], + "fragments)": [ + 49, + 173 + ], + "seven": [ + 51 + ], + "depths": [ + 53 + ], + "(0,": [ + 54 + ], + "5,": [ + 55 + ], + "15,": [ + 56 + ], + "30,": [ + 57 + ], + "60,": [ + 58 + ], + "100": [ + 59 + ], + "200": [ + 61 + ], + "cm),": [ + 62 + ], + "in": [ + 63, + 91, + 150, + 186, + 196, + 233 + ], + "addition": [ + 64 + ], + "to": [ + 65, + 69, + 133, + 198, + 212, + 230, + 241, + 256, + 312 + ], + "depth": [ + 68 + ], + "bedrock": [ + 70 + ], + "distribution": [ + 72 + ], + "classes": [ + 75 + ], + "based": [ + 76, + 95 + ], + "on": [ + 77, + 96 + ], + "World": [ + 79 + ], + "Reference": [ + 80 + ], + "Base": [ + 81, + 338 + ], + "(WRB)": [ + 82 + ], + "USDA": [ + 84 + ], + "classification": [ + 85 + ], + "systems": [ + 86 + ], + "(ca.": [ + 87 + ], + "280": [ + 88 + ], + "raster": [ + 89 + ], + "layers": [ + 90, + 238 + ], + "total).": [ + 92 + ], + "Predictions": [ + 93 + ], + "were": [ + 94, + 131 + ], + "ca.": [ + 97 + ], + "150,000": [ + 98 + ], + "profiles": [ + 100 + ], + "used": [ + 101, + 132 + ], + "training": [ + 103 + ], + "a": [ + 105 + ], + "stack": [ + 106 + ], + "158": [ + 108 + ], + "remote": [ + 109 + ], + "sensing-based": [ + 110 + ], + "covariates": [ + 112 + ], + "(primarily": [ + 113 + ], + "derived": [ + 114 + ], + "from": [ + 115, + 210 + ], + "MODIS": [ + 116 + ], + "land": [ + 117 + ], + "products,": [ + 118 + ], + "SRTM": [ + 119 + ], + "DEM": [ + 120 + ], + "derivatives,": [ + 121 + ], + "climatic": [ + 122 + ], + "images": [ + 123 + ], + "landform": [ + 126 + ], + "lithology": [ + 128 + ], + "maps),": [ + 129 + ], + "which": [ + 130 + ], + "fit": [ + 134 + ], + "an": [ + 135, + 180 + ], + "ensemble": [ + 136, + 167 + ], + "machine": [ + 138, + 223 + ], + "learning": [ + 139, + 224 + ], + "methods-random": [ + 140 + ], + "forest": [ + 141 + ], + "gradient": [ + 143 + ], + "boosting": [ + 144 + ], + "and/or": [ + 145, + 305 + ], + "multinomial": [ + 146 + ], + "logistic": [ + 147 + ], + "regression-as": [ + 148 + ], + "implemented": [ + 149 + ], + "R": [ + 152 + ], + "packages": [ + 153 + ], + "ranger,": [ + 154 + ], + "xgboost,": [ + 155 + ], + "nnet": [ + 156 + ], + "caret.": [ + 158 + ], + "The": [ + 159 + ], + "results": [ + 160 + ], + "10-fold": [ + 162 + ], + "cross-validation": [ + 163 + ], + "show": [ + 164 + ], + "that": [ + 165, + 275, + 318 + ], + "models": [ + 168 + ], + "explain": [ + 169 + ], + "between": [ + 170 + ], + "56%": [ + 171 + ], + "(coarse": [ + 172 + ], + "83%": [ + 175 + ], + "(pH)": [ + 176 + ], + "variation": [ + 178, + 194 + ], + "with": [ + 179, + 303 + ], + "overall": [ + 181 + ], + "average": [ + 182 + ], + "61%.": [ + 184 + ], + "Improvements": [ + 185, + 214 + ], + "relative": [ + 188 + ], + "considering": [ + 190 + ], + "amount": [ + 192 + ], + "explained,": [ + 195 + ], + "comparison": [ + 197 + ], + "previous": [ + 200 + ], + "1": [ + 205 + ], + "km": [ + 206 + ], + "spatial": [ + 207, + 272, + 315 + ], + "resolution,": [ + 208 + ], + "range": [ + 209 + ], + "60": [ + 211 + ], + "230%.": [ + 213 + ], + "can": [ + 215, + 278, + 328 + ], + "be": [ + 216, + 279, + 329 + ], + "attributed": [ + 217 + ], + "to:": [ + 218 + ], + "(1)": [ + 219 + ], + "use": [ + 221 + ], + "instead": [ + 225 + ], + "linear": [ + 227 + ], + "regression,": [ + 228 + ], + "(2)": [ + 229 + ], + "considerable": [ + 231 + ], + "investments": [ + 232 + ], + "preparing": [ + 234 + ], + "finer": [ + 235 + ], + "covariate": [ + 237 + ], + "(3)": [ + 240 + ], + "insertion": [ + 242 + ], + "additional": [ + 244 + ], + "profiles.": [ + 246 + ], + "Further": [ + 247 + ], + "could": [ + 251 + ], + "include": [ + 252 + ], + "refinement": [ + 253 + ], + "methods": [ + 255, + 296 + ], + "incorporate": [ + 257 + ], + "input": [ + 258 + ], + "uncertainties": [ + 259 + ], + "derivation": [ + 261 + ], + "posterior": [ + 263 + ], + "probability": [ + 264 + ], + "distributions": [ + 265 + ], + "(per": [ + 266 + ], + "pixel),": [ + 267 + ], + "further": [ + 269 + ], + "automation": [ + 270 + ], + "modeling": [ + 273 + ], + "so": [ + 274, + 317 + ], + "maps": [ + 277 + ], + "generated": [ + 280 + ], + "potentially": [ + 282 + ], + "hundreds": [ + 283 + ], + "variables.": [ + 286 + ], + "Another": [ + 287 + ], + "area": [ + 288 + ], + "future": [ + 290 + ], + "research": [ + 291 + ], + "is": [ + 292 + ], + "multiscale": [ + 298 + ], + "merging": [ + 299 + ], + "local": [ + 304 + ], + "national": [ + 306 + ], + "gridded": [ + 307 + ], + "products": [ + 309 + ], + "(e.g.": [ + 310 + ], + "up": [ + 311 + ], + "50": [ + 313 + ], + "m": [ + 314 + ], + "resolution)": [ + 316 + ], + "increasingly": [ + 319 + ], + "more": [ + 320 + ], + "accurate,": [ + 321 + ], + "complete": [ + 322 + ], + "consistent": [ + 324 + ], + "information": [ + 327 + ], + "produced.": [ + 330 + ], + "are": [ + 332 + ], + "available": [ + 333 + ], + "under": [ + 334 + ], + "Open": [ + 336 + ], + "Data": [ + 337 + ], + "License.": [ + 339 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 262 + }, + { + "year": 2025, + "cited_by_count": 669 + }, + { + "year": 2024, + "cited_by_count": 634 + }, + { + "year": 2023, + "cited_by_count": 702 + }, + { + "year": 2022, + "cited_by_count": 701 + }, + { + "year": 2021, + "cited_by_count": 699 + }, + { + "year": 2020, + "cited_by_count": 422 + }, + { + "year": 2019, + "cited_by_count": 281 + }, + { + "year": 2018, + "cited_by_count": 185 + }, + { + "year": 2017, + "cited_by_count": 57 + }, + { + "year": 2016, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W3153990350", + "doi": "https://doi.org/10.1007/s12525-021-00475-2", + "title": "Machine learning and deep learning", + "display_name": "Machine learning and deep learning", + "relevance_score": 3909.8005, + "publication_year": 2021, + "publication_date": "2021-04-08", + "ids": { + "openalex": "https://openalex.org/W3153990350", + "doi": "https://doi.org/10.1007/s12525-021-00475-2", + "mag": "3153990350" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1007/s12525-021-00475-2", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1007/s12525-021-00475-2", + "pdf_url": "https://link.springer.com/content/pdf/10.1007/s12525-021-00475-2.pdf", + "source": { + "id": "https://openalex.org/S137519996", + "display_name": "Electronic Markets", + "issn_l": "1019-6781", + "issn": [ + "1019-6781", + "1422-8890" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319900", + "host_organization_name": "Springer Science+Business Media", + "host_organization_lineage": [ + "https://openalex.org/P4310319900", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "Springer Science+Business Media", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Electronic Markets", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "arxiv", + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "hybrid", + "oa_url": "https://link.springer.com/content/pdf/10.1007/s12525-021-00475-2.pdf", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": null, + "display_name": "Christian Janiesch", + "orcid": "https://orcid.org/0000-0002-8050-123X" + }, + "institutions": [ + { + "id": "https://openalex.org/I25974101", + "display_name": "University of Würzburg", + "ror": "https://ror.org/00fbnyb24", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I25974101" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": true, + "raw_author_name": "Christian Janiesch", + "raw_affiliation_strings": [ + "Faculty of Business Management & Economics, University of Würzburg, Sanderring 2, 97070, Würzburg, Germany" + ], + "raw_orcid": "https://orcid.org/0000-0002-8050-123X", + "affiliations": [ + { + "raw_affiliation_string": "Faculty of Business Management & Economics, University of Würzburg, Sanderring 2, 97070, Würzburg, Germany", + "institution_ids": [ + "https://openalex.org/I25974101" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": null, + "display_name": "Patrick Zschech", + "orcid": "https://orcid.org/0000-0002-1105-8086" + }, + "institutions": [ + { + "id": "https://openalex.org/I181369854", + "display_name": "Friedrich-Alexander-Universität Erlangen-Nürnberg", + "ror": "https://ror.org/00f7hpc57", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I181369854" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Patrick Zschech", + "raw_affiliation_strings": [ + "Institute of Information Systems, Friedrich-Alexander University Erlangen-Nürnberg, Lange Gasse 20, 90403, Nürnberg, Germany" + ], + "raw_orcid": "https://orcid.org/0000-0002-1105-8086", + "affiliations": [ + { + "raw_affiliation_string": "Institute of Information Systems, Friedrich-Alexander University Erlangen-Nürnberg, Lange Gasse 20, 90403, Nürnberg, Germany", + "institution_ids": [ + "https://openalex.org/I181369854" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": null, + "display_name": "Kai Heinrich", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I95793202", + "display_name": "Otto-von-Guericke-Universität Magdeburg", + "ror": "https://ror.org/00ggpsq73", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I95793202" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Kai Heinrich", + "raw_affiliation_strings": [ + "Faculty of Economics and Management, Otto-von-Guericke-Universität Magdeburg, Universitätsplatz 2, 39106, Magdeburg, Germany" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Faculty of Economics and Management, Otto-von-Guericke-Universität Magdeburg, Universitätsplatz 2, 39106, Magdeburg, Germany", + "institution_ids": [ + "https://openalex.org/I95793202" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 3, + "corresponding_author_ids": [], + "corresponding_institution_ids": [ + "https://openalex.org/I25974101" + ], + "apc_list": { + "value": 2590, + "currency": "EUR", + "value_usd": 3190 + }, + "apc_paid": { + "value": 2590, + "currency": "EUR", + "value_usd": 3190 + }, + "fwci": 395.9064, + "has_fulltext": true, + "cited_by_count": 2439, + "citation_normalized_percentile": { + "value": 0.9999934, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "31", + "issue": "3", + "first_page": "685", + "last_page": "695" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T14347", + "display_name": "Big Data and Digital Economy", + "score": 0.0794999971985817, + "subfield": { + "id": "https://openalex.org/subfields/1710", + "display_name": "Information Systems" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T14347", + "display_name": "Big Data and Digital Economy", + "score": 0.0794999971985817, + "subfield": { + "id": "https://openalex.org/subfields/1710", + "display_name": "Information Systems" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T14222", + "display_name": "Knowledge Management and Technology", + "score": 0.03700000047683716, + "subfield": { + "id": "https://openalex.org/subfields/1803", + "display_name": "Management Science and Operations Research" + }, + "field": { + "id": "https://openalex.org/fields/18", + "display_name": "Decision Sciences" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + }, + { + "id": "https://openalex.org/T11891", + "display_name": "Big Data and Business Intelligence", + "score": 0.03220000118017197, + "subfield": { + "id": "https://openalex.org/subfields/1404", + "display_name": "Management Information Systems" + }, + "field": { + "id": "https://openalex.org/fields/14", + "display_name": "Business, Management and Accounting" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/deep-learning", + "display_name": "Deep learning", + "score": 0.7547000050544739 + }, + { + "id": "https://openalex.org/keywords/field", + "display_name": "Field (mathematics)", + "score": 0.5849999785423279 + }, + { + "id": "https://openalex.org/keywords/process", + "display_name": "Process (computing)", + "score": 0.5758000016212463 + }, + { + "id": "https://openalex.org/keywords/underpinning", + "display_name": "Underpinning", + "score": 0.5667999982833862 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.5267999768257141 + }, + { + "id": "https://openalex.org/keywords/instance-based-learning", + "display_name": "Instance-based learning", + "score": 0.34700000286102295 + }, + { + "id": "https://openalex.org/keywords/hyper-heuristic", + "display_name": "Hyper-heuristic", + "score": 0.34619998931884766 + }, + { + "id": "https://openalex.org/keywords/computational-learning-theory", + "display_name": "Computational learning theory", + "score": 0.3402000069618225 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.8934999704360962 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.8062000274658203 + }, + { + "id": "https://openalex.org/C108583219", + "wikidata": "https://www.wikidata.org/wiki/Q197536", + "display_name": "Deep learning", + "level": 2, + "score": 0.7547000050544739 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6575000286102295 + }, + { + "id": "https://openalex.org/C9652623", + "wikidata": "https://www.wikidata.org/wiki/Q190109", + "display_name": "Field (mathematics)", + "level": 2, + "score": 0.5849999785423279 + }, + { + "id": "https://openalex.org/C98045186", + "wikidata": "https://www.wikidata.org/wiki/Q205663", + "display_name": "Process (computing)", + "level": 2, + "score": 0.5758000016212463 + }, + { + "id": "https://openalex.org/C2780871342", + "wikidata": "https://www.wikidata.org/wiki/Q7883752", + "display_name": "Underpinning", + "level": 2, + "score": 0.5667999982833862 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.5267999768257141 + }, + { + "id": "https://openalex.org/C24138899", + "wikidata": "https://www.wikidata.org/wiki/Q17141258", + "display_name": "Instance-based learning", + "level": 3, + "score": 0.34700000286102295 + }, + { + "id": "https://openalex.org/C117270229", + "wikidata": "https://www.wikidata.org/wiki/Q5957539", + "display_name": "Hyper-heuristic", + "level": 5, + "score": 0.34619998931884766 + }, + { + "id": "https://openalex.org/C50292564", + "wikidata": "https://www.wikidata.org/wiki/Q2462783", + "display_name": "Computational learning theory", + "level": 3, + "score": 0.3402000069618225 + }, + { + "id": "https://openalex.org/C188888258", + "wikidata": "https://www.wikidata.org/wiki/Q7353390", + "display_name": "Robot learning", + "level": 4, + "score": 0.32989999651908875 + }, + { + "id": "https://openalex.org/C81363708", + "wikidata": "https://www.wikidata.org/wiki/Q17084460", + "display_name": "Convolutional neural network", + "level": 2, + "score": 0.32100000977516174 + }, + { + "id": "https://openalex.org/C56397880", + "wikidata": "https://www.wikidata.org/wiki/Q6044094", + "display_name": "Intelligent decision support system", + "level": 2, + "score": 0.3176000118255615 + }, + { + "id": "https://openalex.org/C2984842247", + "wikidata": "https://www.wikidata.org/wiki/Q197536", + "display_name": "Deep neural networks", + "level": 3, + "score": 0.30889999866485596 + }, + { + "id": "https://openalex.org/C77967617", + "wikidata": "https://www.wikidata.org/wiki/Q4677561", + "display_name": "Active learning (machine learning)", + "level": 2, + "score": 0.2793000042438507 + }, + { + "id": "https://openalex.org/C189474733", + "wikidata": "https://www.wikidata.org/wiki/Q917912", + "display_name": "Model building", + "level": 2, + "score": 0.2775000035762787 + }, + { + "id": "https://openalex.org/C32254414", + "wikidata": "https://www.wikidata.org/wiki/Q4724364", + "display_name": "Algorithmic learning theory", + "level": 3, + "score": 0.274399995803833 + }, + { + "id": "https://openalex.org/C97385483", + "wikidata": "https://www.wikidata.org/wiki/Q16954980", + "display_name": "Deep belief network", + "level": 3, + "score": 0.2669999897480011 + }, + { + "id": "https://openalex.org/C8038995", + "wikidata": "https://www.wikidata.org/wiki/Q1152135", + "display_name": "Unsupervised learning", + "level": 2, + "score": 0.2630999982357025 + }, + { + "id": "https://openalex.org/C67186912", + "wikidata": "https://www.wikidata.org/wiki/Q367664", + "display_name": "Data modeling", + "level": 2, + "score": 0.2572000026702881 + }, + { + "id": "https://openalex.org/C75684735", + "wikidata": "https://www.wikidata.org/wiki/Q858810", + "display_name": "Big data", + "level": 2, + "score": 0.2549999952316284 + }, + { + "id": "https://openalex.org/C157170001", + "wikidata": "https://www.wikidata.org/wiki/Q4781507", + "display_name": "Applications of artificial intelligence", + "level": 2, + "score": 0.2500999867916107 + } + ], + "mesh": [], + "locations_count": 6, + "locations": [ + { + "id": "doi:10.1007/s12525-021-00475-2", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1007/s12525-021-00475-2", + "pdf_url": "https://link.springer.com/content/pdf/10.1007/s12525-021-00475-2.pdf", + "source": { + "id": "https://openalex.org/S137519996", + "display_name": "Electronic Markets", + "issn_l": "1019-6781", + "issn": [ + "1019-6781", + "1422-8890" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319900", + "host_organization_name": "Springer Science+Business Media", + "host_organization_lineage": [ + "https://openalex.org/P4310319900", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "Springer Science+Business Media", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Electronic Markets", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:arXiv.org:2104.05314", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/2104.05314", + "pdf_url": "https://arxiv.org/pdf/2104.05314", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:RePEc:spr:elmark:v:31:y:2021:i:3:d:10.1007_s12525-021-00475-2", + "is_oa": false, + "landing_page_url": "http://link.springer.com/10.1007/s12525-021-00475-2", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401271", + "display_name": "RePEc: Research Papers in Economics", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I77793887", + "host_organization_name": "Federal Reserve Bank of St. Louis", + "host_organization_lineage": [ + "https://openalex.org/I77793887" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "article" + }, + { + "id": "pmh:oai:econstor.eu:10419/287156", + "is_oa": true, + "landing_page_url": "https://hdl.handle.net/10419/287156", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401696", + "display_name": "Econstor (Econstor)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "doc-type:article" + }, + { + "id": "pmh:oai:opus.bibliothek.uni-wuerzburg.de:27015", + "is_oa": true, + "landing_page_url": "https://opus.bibliothek.uni-wuerzburg.de/frontdoor/index/index/docId/27015", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401635", + "display_name": "Online Publication Service of Würzburg University (Würzburg University)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I25974101", + "host_organization_name": "University of Würzburg", + "host_organization_lineage": [ + "https://openalex.org/I25974101" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "article" + }, + { + "id": "pmh:oai:ub.uni-erlangen.de-opus:22263", + "is_oa": true, + "landing_page_url": "https://opus4.kobv.de/opus4-fau/frontdoor/index/index/docId/22263", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401636", + "display_name": "OPUS Repository (Kooperativer Bibliotheksverbund Berlin-Brandenburg)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "doi:10.1007/s12525-021-00475-2", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1007/s12525-021-00475-2", + "pdf_url": "https://link.springer.com/content/pdf/10.1007/s12525-021-00475-2.pdf", + "source": { + "id": "https://openalex.org/S137519996", + "display_name": "Electronic Markets", + "issn_l": "1019-6781", + "issn": [ + "1019-6781", + "1422-8890" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319900", + "host_organization_name": "Springer Science+Business Media", + "host_organization_lineage": [ + "https://openalex.org/P4310319900", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "Springer Science+Business Media", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Electronic Markets", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [], + "awards": [ + { + "id": "https://openalex.org/G2151094965", + "display_name": null, + "funder_award_id": "DIK0143/02", + "funder_id": "https://openalex.org/F4320331012", + "funder_display_name": "Bayerische Staatsministerium für Wirtschaft, Landesentwicklung und Energie" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320331012", + "display_name": "Bayerische Staatsministerium für Wirtschaft, Landesentwicklung und Energie", + "ror": null + } + ], + "has_content": { + "pdf": true, + "grobid_xml": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W3153990350.pdf", + "grobid_xml": "https://content.openalex.org/works/W3153990350.grobid-xml" + }, + "referenced_works_count": 53, + "referenced_works": [ + "https://openalex.org/W822801274", + "https://openalex.org/W1506806321", + "https://openalex.org/W1565746575", + "https://openalex.org/W1901616594", + "https://openalex.org/W1978394996", + "https://openalex.org/W2034059032", + "https://openalex.org/W2059111627", + "https://openalex.org/W2076063813", + "https://openalex.org/W2096352448", + "https://openalex.org/W2099419573", + "https://openalex.org/W2106577732", + "https://openalex.org/W2151103935", + "https://openalex.org/W2161969291", + "https://openalex.org/W2164598857", + "https://openalex.org/W2251410821", + "https://openalex.org/W2269742369", + "https://openalex.org/W2585169518", + "https://openalex.org/W2751039952", + "https://openalex.org/W2798302089", + "https://openalex.org/W2800722845", + "https://openalex.org/W2802955324", + "https://openalex.org/W2884001105", + "https://openalex.org/W2888794009", + "https://openalex.org/W2891503716", + "https://openalex.org/W2892341857", + "https://openalex.org/W2895991254", + "https://openalex.org/W2900453322", + "https://openalex.org/W2902907165", + "https://openalex.org/W2915015079", + "https://openalex.org/W2919115771", + "https://openalex.org/W2921353139", + "https://openalex.org/W2945976633", + "https://openalex.org/W2953189907", + "https://openalex.org/W2963095307", + "https://openalex.org/W2963428668", + "https://openalex.org/W2964716450", + "https://openalex.org/W2981207549", + "https://openalex.org/W2989851933", + "https://openalex.org/W2995871253", + "https://openalex.org/W2999321020", + "https://openalex.org/W3000062802", + "https://openalex.org/W3005351117", + "https://openalex.org/W3025420269", + "https://openalex.org/W3094605956", + "https://openalex.org/W3095865939", + "https://openalex.org/W3118496513", + "https://openalex.org/W3120261410", + "https://openalex.org/W3150796314", + "https://openalex.org/W4212902066", + "https://openalex.org/W4236093597", + "https://openalex.org/W4255466416", + "https://openalex.org/W6730267373", + "https://openalex.org/W6750380350" + ], + "related_works": [], + "abstract_inverted_index": { + "Abstract": [ + 0 + ], + "Today,": [ + 1 + ], + "intelligent": [ + 2, + 91, + 128 + ], + "systems": [ + 3, + 20, + 129 + ], + "that": [ + 4, + 123 + ], + "offer": [ + 5 + ], + "artificial": [ + 6, + 48, + 152 + ], + "intelligence": [ + 7, + 153 + ], + "capabilities": [ + 8 + ], + "often": [ + 9 + ], + "rely": [ + 10 + ], + "on": [ + 11, + 47 + ], + "machine": [ + 12, + 43, + 59, + 75, + 114 + ], + "learning.": [ + 13 + ], + "Machine": [ + 14 + ], + "learning": [ + 15, + 40, + 44, + 55, + 60, + 76, + 79, + 115 + ], + "describes": [ + 16 + ], + "the": [ + 17, + 29, + 72, + 86, + 106, + 121, + 131 + ], + "capacity": [ + 18 + ], + "of": [ + 19, + 31, + 74, + 85, + 89, + 108, + 133 + ], + "to": [ + 21, + 27, + 80 + ], + "learn": [ + 22 + ], + "from": [ + 23 + ], + "problem-specific": [ + 24 + ], + "training": [ + 25 + ], + "data": [ + 26, + 64 + ], + "automate": [ + 28 + ], + "process": [ + 30, + 107 + ], + "analytical": [ + 32, + 110 + ], + "model": [ + 33, + 111 + ], + "building": [ + 34, + 112 + ], + "and": [ + 35, + 62, + 77, + 103, + 116, + 119, + 136, + 145, + 151 + ], + "solve": [ + 36 + ], + "associated": [ + 37 + ], + "tasks.": [ + 38 + ], + "Deep": [ + 39 + ], + "is": [ + 41 + ], + "a": [ + 42, + 82, + 97 + ], + "concept": [ + 45 + ], + "based": [ + 46 + ], + "neural": [ + 49 + ], + "networks.": [ + 50 + ], + "For": [ + 51 + ], + "many": [ + 52 + ], + "applications,": [ + 53 + ], + "deep": [ + 54, + 78, + 117 + ], + "models": [ + 56, + 61 + ], + "outperform": [ + 57 + ], + "shallow": [ + 58 + ], + "traditional": [ + 63 + ], + "analysis": [ + 65 + ], + "approaches.": [ + 66 + ], + "In": [ + 67, + 93 + ], + "this": [ + 68 + ], + "article,": [ + 69 + ], + "we": [ + 70, + 95 + ], + "summarize": [ + 71 + ], + "fundamentals": [ + 73 + ], + "generate": [ + 81 + ], + "broader": [ + 83 + ], + "understanding": [ + 84 + ], + "methodical": [ + 87 + ], + "underpinning": [ + 88 + ], + "current": [ + 90 + ], + "systems.": [ + 92 + ], + "particular,": [ + 94 + ], + "provide": [ + 96 + ], + "conceptual": [ + 98 + ], + "distinction": [ + 99 + ], + "between": [ + 100 + ], + "relevant": [ + 101 + ], + "terms": [ + 102 + ], + "concepts,": [ + 104 + ], + "explain": [ + 105 + ], + "automated": [ + 109 + ], + "through": [ + 113 + ], + "learning,": [ + 118 + ], + "discuss": [ + 120 + ], + "challenges": [ + 122 + ], + "arise": [ + 124 + ], + "when": [ + 125 + ], + "implementing": [ + 126 + ], + "such": [ + 127 + ], + "in": [ + 130, + 148 + ], + "field": [ + 132 + ], + "electronic": [ + 134 + ], + "markets": [ + 135 + ], + "networked": [ + 137 + ], + "business.": [ + 138 + ], + "These": [ + 139 + ], + "naturally": [ + 140 + ], + "go": [ + 141 + ], + "beyond": [ + 142 + ], + "technological": [ + 143 + ], + "aspects": [ + 144 + ], + "highlight": [ + 146 + ], + "issues": [ + 147 + ], + "human-machine": [ + 149 + ], + "interaction": [ + 150 + ], + "servitization.": [ + 154 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 224 + }, + { + "year": 2025, + "cited_by_count": 823 + }, + { + "year": 2024, + "cited_by_count": 709 + }, + { + "year": 2023, + "cited_by_count": 463 + }, + { + "year": 2022, + "cited_by_count": 204 + }, + { + "year": 2021, + "cited_by_count": 16 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2021-04-26T00:00:00" + }, + { + "id": "https://openalex.org/W1495061682", + "doi": null, + "title": "Correlation-based Feature Selection for Machine Learning", + "display_name": "Correlation-based Feature Selection for Machine Learning", + "relevance_score": 3888.633, + "publication_year": 1998, + "publication_date": "1998-01-01", + "ids": { + "openalex": "https://openalex.org/W1495061682", + "mag": "1495061682" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.149.3848", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.149.3848", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.cs.waikato.ac.nz/~ml/publications/1999/99MH-Thesis.pdf", + "raw_type": "text" + }, + "type": "article", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5056507889", + "display_name": "Mark Hall", + "orcid": "https://orcid.org/0000-0003-0081-4277" + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "Mark Hall", + "raw_affiliation_strings": [], + "raw_orcid": "https://orcid.org/0000-0003-0081-4277", + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5056507889" + ], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 6.5111, + "has_fulltext": false, + "cited_by_count": 3502, + "citation_normalized_percentile": { + "value": 0.969452, + "is_in_top_1_percent": false, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10538", + "display_name": "Data Mining Algorithms and Applications", + "score": 0.9987000226974487, + "subfield": { + "id": "https://openalex.org/subfields/1710", + "display_name": "Information Systems" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10538", + "display_name": "Data Mining Algorithms and Applications", + "score": 0.9987000226974487, + "subfield": { + "id": "https://openalex.org/subfields/1710", + "display_name": "Information Systems" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9958999752998352, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.992900013923645, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.7863954305648804 + }, + { + "id": "https://openalex.org/keywords/feature-selection", + "display_name": "Feature selection", + "score": 0.7660661935806274 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6697717905044556 + }, + { + "id": "https://openalex.org/keywords/feature", + "display_name": "Feature (linguistics)", + "score": 0.6554372310638428 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6124832630157471 + }, + { + "id": "https://openalex.org/keywords/pattern-recognition", + "display_name": "Pattern recognition (psychology)", + "score": 0.5173172950744629 + }, + { + "id": "https://openalex.org/keywords/heuristic", + "display_name": "Heuristic", + "score": 0.5164375901222229 + }, + { + "id": "https://openalex.org/keywords/naive-bayes-classifier", + "display_name": "Naive Bayes classifier", + "score": 0.5061132311820984 + }, + { + "id": "https://openalex.org/keywords/relevance", + "display_name": "Relevance (law)", + "score": 0.4775296449661255 + }, + { + "id": "https://openalex.org/keywords/correlation", + "display_name": "Correlation", + "score": 0.45613178610801697 + }, + { + "id": "https://openalex.org/keywords/set", + "display_name": "Set (abstract data type)", + "score": 0.44838523864746094 + }, + { + "id": "https://openalex.org/keywords/decision-tree", + "display_name": "Decision tree", + "score": 0.4388089179992676 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.329307496547699 + }, + { + "id": "https://openalex.org/keywords/support-vector-machine", + "display_name": "Support vector machine", + "score": 0.2919524312019348 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.22016915678977966 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.7863954305648804 + }, + { + "id": "https://openalex.org/C148483581", + "wikidata": "https://www.wikidata.org/wiki/Q446488", + "display_name": "Feature selection", + "level": 2, + "score": 0.7660661935806274 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6697717905044556 + }, + { + "id": "https://openalex.org/C2776401178", + "wikidata": "https://www.wikidata.org/wiki/Q12050496", + "display_name": "Feature (linguistics)", + "level": 2, + "score": 0.6554372310638428 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6124832630157471 + }, + { + "id": "https://openalex.org/C153180895", + "wikidata": "https://www.wikidata.org/wiki/Q7148389", + "display_name": "Pattern recognition (psychology)", + "level": 2, + "score": 0.5173172950744629 + }, + { + "id": "https://openalex.org/C173801870", + "wikidata": "https://www.wikidata.org/wiki/Q201413", + "display_name": "Heuristic", + "level": 2, + "score": 0.5164375901222229 + }, + { + "id": "https://openalex.org/C52001869", + "wikidata": "https://www.wikidata.org/wiki/Q812530", + "display_name": "Naive Bayes classifier", + "level": 3, + "score": 0.5061132311820984 + }, + { + "id": "https://openalex.org/C158154518", + "wikidata": "https://www.wikidata.org/wiki/Q7310970", + "display_name": "Relevance (law)", + "level": 2, + "score": 0.4775296449661255 + }, + { + "id": "https://openalex.org/C117220453", + "wikidata": "https://www.wikidata.org/wiki/Q5172842", + "display_name": "Correlation", + "level": 2, + "score": 0.45613178610801697 + }, + { + "id": "https://openalex.org/C177264268", + "wikidata": "https://www.wikidata.org/wiki/Q1514741", + "display_name": "Set (abstract data type)", + "level": 2, + "score": 0.44838523864746094 + }, + { + "id": "https://openalex.org/C84525736", + "wikidata": "https://www.wikidata.org/wiki/Q831366", + "display_name": "Decision tree", + "level": 2, + "score": 0.4388089179992676 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.329307496547699 + }, + { + "id": "https://openalex.org/C12267149", + "wikidata": "https://www.wikidata.org/wiki/Q282453", + "display_name": "Support vector machine", + "level": 2, + "score": 0.2919524312019348 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.22016915678977966 + }, + { + "id": "https://openalex.org/C17744445", + "wikidata": "https://www.wikidata.org/wiki/Q36442", + "display_name": "Political science", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C2524010", + "wikidata": "https://www.wikidata.org/wiki/Q8087", + "display_name": "Geometry", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C199539241", + "wikidata": "https://www.wikidata.org/wiki/Q7748", + "display_name": "Law", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C138885662", + "wikidata": "https://www.wikidata.org/wiki/Q5891", + "display_name": "Philosophy", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C41895202", + "wikidata": "https://www.wikidata.org/wiki/Q8162", + "display_name": "Linguistics", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 6, + "locations": [ + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.149.3848", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.149.3848", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.cs.waikato.ac.nz/~ml/publications/1999/99MH-Thesis.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.37.4643", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.37.4643", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.cs.waikato.ac.nz/~mhall/thesis.ps.gz", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.455.4521", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.455.4521", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "https://www.lri.fr/~pierres/donn%E9es/save/these/articles/lpr-queue/hall99correlationbased.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.62.9584", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.62.9584", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.cs.waikato.ac.nz/~mhall/thesis.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:researchcommons.waikato.ac.nz:10289/15043", + "is_oa": false, + "landing_page_url": "https://hdl.handle.net/10289/15043", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400944", + "display_name": "Research Commons (University of Waikato)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I52179390", + "host_organization_name": "University of Waikato", + "host_organization_lineage": [ + "https://openalex.org/I52179390" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Thesis" + }, + { + "id": "mag:1495061682", + "is_oa": false, + "landing_page_url": "https://www.cs.waikato.ac.nz/~mhall/thesis.pdf", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "score": 0.4300000071525574, + "id": "https://metadata.un.org/sdg/16", + "display_name": "Peace, Justice and strong institutions" + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 88, + "referenced_works": [ + "https://openalex.org/W14420165", + "https://openalex.org/W23418094", + "https://openalex.org/W31783794", + "https://openalex.org/W32535764", + "https://openalex.org/W43179442", + "https://openalex.org/W124232507", + "https://openalex.org/W138217685", + "https://openalex.org/W149472151", + "https://openalex.org/W168332103", + "https://openalex.org/W184639320", + "https://openalex.org/W187357405", + "https://openalex.org/W1481111462", + "https://openalex.org/W1487306946", + "https://openalex.org/W1489725718", + "https://openalex.org/W1497256448", + "https://openalex.org/W1504694836", + "https://openalex.org/W1507029541", + "https://openalex.org/W1520687314", + "https://openalex.org/W1523989055", + "https://openalex.org/W1528176576", + "https://openalex.org/W1528489993", + "https://openalex.org/W1533544838", + "https://openalex.org/W1535723299", + "https://openalex.org/W1540113330", + "https://openalex.org/W1553244859", + "https://openalex.org/W1553313034", + "https://openalex.org/W1557564713", + "https://openalex.org/W1557923305", + "https://openalex.org/W1562345870", + "https://openalex.org/W1566376227", + "https://openalex.org/W1571061365", + "https://openalex.org/W1575869149", + "https://openalex.org/W1583700199", + "https://openalex.org/W1587362683", + "https://openalex.org/W1597910678", + "https://openalex.org/W1601529450", + "https://openalex.org/W1605844890", + "https://openalex.org/W1608549042", + "https://openalex.org/W1619226191", + "https://openalex.org/W1630964756", + "https://openalex.org/W1678889691", + "https://openalex.org/W1679846099", + "https://openalex.org/W1808644423", + "https://openalex.org/W1906182963", + "https://openalex.org/W1923673105", + "https://openalex.org/W1970406594", + "https://openalex.org/W1981251392", + "https://openalex.org/W1983661866", + "https://openalex.org/W1998523455", + "https://openalex.org/W2000613518", + "https://openalex.org/W2002150630", + "https://openalex.org/W2003048487", + "https://openalex.org/W2017337590", + "https://openalex.org/W2042385018", + "https://openalex.org/W2050297026", + "https://openalex.org/W2054658115", + "https://openalex.org/W2067098334", + "https://openalex.org/W2071817951", + "https://openalex.org/W2075038844", + "https://openalex.org/W2088658068", + "https://openalex.org/W2096581064", + "https://openalex.org/W2104626092", + "https://openalex.org/W2109293916", + "https://openalex.org/W2112076978", + "https://openalex.org/W2120216197", + "https://openalex.org/W2123865363", + "https://openalex.org/W2125055259", + "https://openalex.org/W2125412267", + "https://openalex.org/W2128420091", + "https://openalex.org/W2132166479", + "https://openalex.org/W2136000097", + "https://openalex.org/W2140785063", + "https://openalex.org/W2146257637", + "https://openalex.org/W2147169507", + "https://openalex.org/W2147409005", + "https://openalex.org/W2149706766", + "https://openalex.org/W2158000296", + "https://openalex.org/W2159080219", + "https://openalex.org/W2168165449", + "https://openalex.org/W2170120409", + "https://openalex.org/W2193378034", + "https://openalex.org/W2743477090", + "https://openalex.org/W2797502950", + "https://openalex.org/W2798455746", + "https://openalex.org/W2913283985", + "https://openalex.org/W2982720039", + "https://openalex.org/W2988864014", + "https://openalex.org/W3085162807" + ], + "related_works": [ + "https://openalex.org/W2912934387", + "https://openalex.org/W2911964244", + "https://openalex.org/W2169038408", + "https://openalex.org/W2156571267", + "https://openalex.org/W2154053567", + "https://openalex.org/W2153635508", + "https://openalex.org/W2149706766", + "https://openalex.org/W2143426320", + "https://openalex.org/W2140190241", + "https://openalex.org/W2133990480", + "https://openalex.org/W2125055259", + "https://openalex.org/W2119821739", + "https://openalex.org/W2119479037", + "https://openalex.org/W2119387367", + "https://openalex.org/W2017337590", + "https://openalex.org/W1808644423", + "https://openalex.org/W1661871015", + "https://openalex.org/W1619226191", + "https://openalex.org/W1583700199", + "https://openalex.org/W1570448133" + ], + "abstract_inverted_index": { + "A": [ + 0, + 62 + ], + "central": [ + 1, + 41 + ], + "problem": [ + 2, + 28 + ], + "in": [ + 3, + 200, + 255 + ], + "machine": [ + 4, + 33, + 113, + 197 + ], + "learning": [ + 5, + 34, + 114, + 198, + 238 + ], + "is": [ + 6, + 43, + 84 + ], + "identifying": [ + 7 + ], + "a": [ + 8, + 17, + 21, + 36, + 98, + 224, + 227 + ], + "representative": [ + 9 + ], + "set": [ + 10, + 184 + ], + "of": [ + 11, + 29, + 76, + 211, + 215, + 280, + 296 + ], + "features": [ + 12, + 49, + 151, + 204, + 297 + ], + "from": [ + 13, + 69 + ], + "which": [ + 14, + 207, + 271 + ], + "to": [ + 15, + 231, + 240, + 251, + 274, + 276, + 283, + 319 + ], + "construct": [ + 16 + ], + "classification": [ + 18, + 178 + ], + "model": [ + 19 + ], + "for": [ + 20, + 32 + ], + "particular": [ + 22 + ], + "task.": [ + 23 + ], + "This": [ + 24 + ], + "thesis": [ + 25 + ], + "addresses": [ + 26 + ], + "the": [ + 27, + 55, + 173, + 181, + 190, + 216, + 236, + 252, + 258, + 269, + 299, + 306, + 326 + ], + "feature": [ + 30, + 46, + 63, + 183, + 192, + 232, + 242, + 285, + 302 + ], + "selection": [ + 31, + 195, + 233 + ], + "through": [ + 35 + ], + "correlation": [ + 37, + 95 + ], + "based": [ + 38, + 66, + 81, + 127 + ], + "approach.": [ + 39 + ], + "The": [ + 40, + 292 + ], + "hypothesis": [ + 42 + ], + "that": [ + 44, + 50, + 87, + 137, + 234, + 314 + ], + "good": [ + 45 + ], + "sets": [ + 47 + ], + "contain": [ + 48 + ], + "are": [ + 51, + 287 + ], + "highly": [ + 52, + 209 + ], + "correlated": [ + 53 + ], + "with": [ + 54, + 59, + 92, + 223 + ], + "class,": [ + 56 + ], + "yet": [ + 57 + ], + "uncorrelated": [ + 58 + ], + "each": [ + 60 + ], + "other.": [ + 61 + ], + "evaluation": [ + 64, + 90 + ], + "formula,": [ + 65 + ], + "on": [ + 67, + 107, + 133, + 161, + 260, + 310 + ], + "ideas": [ + 68 + ], + "test": [ + 70 + ], + "theory,": [ + 71 + ], + "provides": [ + 72 + ], + "an": [ + 73, + 85, + 93 + ], + "operational": [ + 74 + ], + "definition": [ + 75 + ], + "this": [ + 77, + 89 + ], + "hypothesis.": [ + 78 + ], + "CFS": [ + 79, + 138, + 167, + 222, + 247, + 263, + 282 + ], + "(Correlation": [ + 80 + ], + "Feature": [ + 82, + 194 + ], + "Selection)": [ + 83 + ], + "algorithm": [ + 86, + 239 + ], + "couples": [ + 88 + ], + "formula": [ + 91 + ], + "appropriate": [ + 94 + ], + "measure": [ + 96 + ], + "and": [ + 97, + 109, + 129, + 141, + 145, + 148, + 254, + 289, + 298 + ], + "heuristic": [ + 99 + ], + "search": [ + 100 + ], + "strategy.": [ + 101 + ], + " \\n \\nCFS": [ + 102 + ], + "was": [ + 103 + ], + "evaluated": [ + 104 + ], + "by": [ + 105, + 305, + 337 + ], + "experiments": [ + 106, + 220 + ], + "artificial": [ + 108, + 134, + 311 + ], + "natural": [ + 110, + 165, + 324 + ], + "datasets.": [ + 111, + 262 + ], + "Three": [ + 112 + ], + "algorithms": [ + 115 + ], + "were": [ + 116, + 205, + 208, + 317 + ], + "used:": [ + 117 + ], + "C4.5": [ + 118 + ], + "(a": [ + 119 + ], + "decision": [ + 120 + ], + "tree": [ + 121 + ], + "learner),": [ + 122, + 128 + ], + "IB": [ + 123 + ], + "1": [ + 124 + ], + "(an": [ + 125 + ], + "instance": [ + 126, + 217 + ], + "naive": [ + 130 + ], + "Bayes.": [ + 131 + ], + "Experiments": [ + 132, + 309 + ], + "datasets": [ + 135 + ], + "showed": [ + 136, + 313 + ], + "quickly": [ + 139 + ], + "identifies": [ + 140, + 149 + ], + "screens": [ + 142 + ], + "irrelevant,": [ + 143 + ], + "redundant,": [ + 144 + ], + "noisy": [ + 146 + ], + "features,": [ + 147 + ], + "relevant": [ + 150 + ], + "as": [ + 152, + 154 + ], + "long": [ + 153 + ], + "their": [ + 155 + ], + "relevance": [ + 156 + ], + "does": [ + 157 + ], + "not": [ + 158 + ], + "strongly": [ + 159 + ], + "depend": [ + 160 + ], + "other": [ + 162 + ], + "features.": [ + 163, + 174, + 322 + ], + "On": [ + 164, + 323 + ], + "domains,": [ + 166, + 325 + ], + "typically": [ + 168 + ], + "eliminated": [ + 169, + 206 + ], + "well": [ + 170, + 228 + ], + "over": [ + 171 + ], + "half": [ + 172 + ], + "In": [ + 175, + 244 + ], + "most": [ + 176 + ], + "cases,": [ + 177 + ], + "accuracy": [ + 179, + 188 + ], + "using": [ + 180, + 189, + 334 + ], + "reduced": [ + 182 + ], + "equaled": [ + 185 + ], + "or": [ + 186 + ], + "bettered": [ + 187 + ], + "complete": [ + 191 + ], + "set.": [ + 193 + ], + "degraded": [ + 196 + ], + "performance": [ + 199 + ], + "cases": [ + 201, + 246 + ], + "where": [ + 202 + ], + "some": [ + 203 + ], + "predictive": [ + 210 + ], + "very": [ + 212 + ], + "small": [ + 213, + 261 + ], + "areas": [ + 214 + ], + "space.": [ + 218 + ], + " \\n \\nFurther": [ + 219 + ], + "compared": [ + 221 + ], + "wrapper": [ + 225, + 259 + ], + "-": [ + 226 + ], + "known": [ + 229 + ], + "approach": [ + 230 + ], + "employs": [ + 235 + ], + "target": [ + 237 + ], + "evaluate": [ + 241 + ], + "sets.": [ + 243 + ], + "many": [ + 245, + 265 + ], + "gave": [ + 248, + 329 + ], + "comparable": [ + 249 + ], + "results": [ + 250, + 332 + ], + "wrapper,": [ + 253, + 270 + ], + "general,": [ + 256 + ], + "outperformed": [ + 257 + ], + "executes": [ + 264 + ], + "times": [ + 266 + ], + "faster": [ + 267 + ], + "than": [ + 268, + 333 + ], + "allows": [ + 272 + ], + "it": [ + 273 + ], + "scale": [ + 275 + ], + "larger": [ + 277 + ], + "datasets. \\n \\nTwo": [ + 278 + ], + "methods": [ + 279, + 316 + ], + "extending": [ + 281 + ], + "handle": [ + 284 + ], + "interaction": [ + 286 + ], + "presented": [ + 288 + ], + "experimentally": [ + 290 + ], + "evaluated.": [ + 291 + ], + "first": [ + 293 + ], + "considers": [ + 294 + ], + "pairs": [ + 295 + ], + "second": [ + 300 + ], + "incorporates": [ + 301 + ], + "weights": [ + 303, + 335 + ], + "calculated": [ + 304 + ], + "RELIEF": [ + 307 + ], + "algorithm.": [ + 308 + ], + "domains": [ + 312 + ], + "both": [ + 315 + ], + "able": [ + 318 + ], + "identify": [ + 320 + ], + "interacting": [ + 321 + ], + "pairwise": [ + 327 + ], + "method": [ + 328 + ], + "more": [ + 330 + ], + "reliable": [ + 331 + ], + "provided": [ + 336 + ], + "RELIEF.": [ + 338 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 38 + }, + { + "year": 2024, + "cited_by_count": 89 + }, + { + "year": 2023, + "cited_by_count": 147 + }, + { + "year": 2022, + "cited_by_count": 181 + }, + { + "year": 2021, + "cited_by_count": 299 + }, + { + "year": 2020, + "cited_by_count": 287 + }, + { + "year": 2019, + "cited_by_count": 295 + }, + { + "year": 2018, + "cited_by_count": 296 + }, + { + "year": 2017, + "cited_by_count": 277 + }, + { + "year": 2016, + "cited_by_count": 271 + }, + { + "year": 2015, + "cited_by_count": 264 + }, + { + "year": 2014, + "cited_by_count": 238 + }, + { + "year": 2013, + "cited_by_count": 181 + }, + { + "year": 2012, + "cited_by_count": 163 + } + ], + "updated_date": "2025-11-06T04:12:42.849631", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2594183968", + "doi": "https://doi.org/10.1039/c7sc02664a", + "title": "MoleculeNet: a benchmark for molecular machine learning", + "display_name": "MoleculeNet: a benchmark for molecular machine learning", + "relevance_score": 3867.3242, + "publication_year": 2017, + "publication_date": "2017-10-31", + "ids": { + "openalex": "https://openalex.org/W2594183968", + "doi": "https://doi.org/10.1039/c7sc02664a", + "mag": "2594183968", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/29629118" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1039/c7sc02664a", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1039/c7sc02664a", + "pdf_url": "https://pubs.rsc.org/en/content/articlepdf/2018/sc/c7sc02664a", + "source": { + "id": "https://openalex.org/S184645833", + "display_name": "Chemical Science", + "issn_l": "2041-6520", + "issn": [ + "2041-6520", + "2041-6539" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320556", + "host_organization_name": "Royal Society of Chemistry", + "host_organization_lineage": [ + "https://openalex.org/P4310320556" + ], + "host_organization_lineage_names": [ + "Royal Society of Chemistry" + ], + "type": "journal" + }, + "license": "cc-by-nc", + "license_id": "https://openalex.org/licenses/cc-by-nc", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Chemical Science", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref", + "doaj", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "diamond", + "oa_url": "https://pubs.rsc.org/en/content/articlepdf/2018/sc/c7sc02664a", + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5054988040", + "display_name": "Zhenqin Wu", + "orcid": "https://orcid.org/0000-0002-0148-7055" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210137306", + "display_name": "Stanford Medicine", + "ror": "https://ror.org/03mtd9a03", + "country_code": "US", + "type": "healthcare", + "lineage": [ + "https://openalex.org/I4210137306", + "https://openalex.org/I97018004" + ] + }, + { + "id": "https://openalex.org/I97018004", + "display_name": "Stanford University", + "ror": "https://ror.org/00f54p054", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I97018004" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Zhenqin Wu", + "raw_affiliation_strings": [ + "Department of Chemistry", + "Stanford", + "Stanford University", + "USA", + "Department of Chemistry, Stanford University, Stanford, CA 94305, USA" + ], + "raw_orcid": "https://orcid.org/0000-0002-0148-7055", + "affiliations": [ + { + "raw_affiliation_string": "Department of Chemistry", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Stanford", + "institution_ids": [ + "https://openalex.org/I4210137306" + ] + }, + { + "raw_affiliation_string": "Stanford University", + "institution_ids": [ + "https://openalex.org/I97018004" + ] + }, + { + "raw_affiliation_string": "USA", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Department of Chemistry, Stanford University, Stanford, CA 94305, USA", + "institution_ids": [ + "https://openalex.org/I97018004" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5039641760", + "display_name": "Bharath Ramsundar", + "orcid": "https://orcid.org/0000-0001-8450-4262" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210137306", + "display_name": "Stanford Medicine", + "ror": "https://ror.org/03mtd9a03", + "country_code": "US", + "type": "healthcare", + "lineage": [ + "https://openalex.org/I4210137306", + "https://openalex.org/I97018004" + ] + }, + { + "id": "https://openalex.org/I97018004", + "display_name": "Stanford University", + "ror": "https://ror.org/00f54p054", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I97018004" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Bharath Ramsundar", + "raw_affiliation_strings": [ + "Department of Computer Science", + "Stanford", + "Stanford University", + "USA", + "Department of Computer Science, Stanford University, Stanford, CA 94305, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Stanford", + "institution_ids": [ + "https://openalex.org/I4210137306" + ] + }, + { + "raw_affiliation_string": "Stanford University", + "institution_ids": [ + "https://openalex.org/I97018004" + ] + }, + { + "raw_affiliation_string": "USA", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Department of Computer Science, Stanford University, Stanford, CA 94305, USA", + "institution_ids": [ + "https://openalex.org/I97018004" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5011983540", + "display_name": "Evan N. Feinberg", + "orcid": "https://orcid.org/0000-0002-7989-8751" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210137306", + "display_name": "Stanford Medicine", + "ror": "https://ror.org/03mtd9a03", + "country_code": "US", + "type": "healthcare", + "lineage": [ + "https://openalex.org/I4210137306", + "https://openalex.org/I97018004" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Evan N. Feinberg", + "raw_affiliation_strings": [ + "Program in Biophysics", + "Stanford", + "Stanford School of Medicine", + "USA", + "Program in Biophysics, Stanford School of Medicine, Stanford, CA 94305, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Program in Biophysics", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Stanford", + "institution_ids": [ + "https://openalex.org/I4210137306" + ] + }, + { + "raw_affiliation_string": "Stanford School of Medicine", + "institution_ids": [ + "https://openalex.org/I4210137306" + ] + }, + { + "raw_affiliation_string": "USA", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Program in Biophysics, Stanford School of Medicine, Stanford, CA 94305, USA", + "institution_ids": [ + "https://openalex.org/I4210137306" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5044158176", + "display_name": "Joseph Gomes", + "orcid": "https://orcid.org/0000-0002-0755-0641" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210137306", + "display_name": "Stanford Medicine", + "ror": "https://ror.org/03mtd9a03", + "country_code": "US", + "type": "healthcare", + "lineage": [ + "https://openalex.org/I4210137306", + "https://openalex.org/I97018004" + ] + }, + { + "id": "https://openalex.org/I97018004", + "display_name": "Stanford University", + "ror": "https://ror.org/00f54p054", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I97018004" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Joseph Gomes", + "raw_affiliation_strings": [ + "Department of Chemistry", + "Stanford", + "Stanford University", + "USA", + "Department of Chemistry, Stanford University, Stanford, CA 94305, USA" + ], + "raw_orcid": "https://orcid.org/0000-0002-0755-0641", + "affiliations": [ + { + "raw_affiliation_string": "Department of Chemistry", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Stanford", + "institution_ids": [ + "https://openalex.org/I4210137306" + ] + }, + { + "raw_affiliation_string": "Stanford University", + "institution_ids": [ + "https://openalex.org/I97018004" + ] + }, + { + "raw_affiliation_string": "USA", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Department of Chemistry, Stanford University, Stanford, CA 94305, USA", + "institution_ids": [ + "https://openalex.org/I97018004" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5069546508", + "display_name": "Caleb Geniesse", + "orcid": "https://orcid.org/0000-0002-7897-8338" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210137306", + "display_name": "Stanford Medicine", + "ror": "https://ror.org/03mtd9a03", + "country_code": "US", + "type": "healthcare", + "lineage": [ + "https://openalex.org/I4210137306", + "https://openalex.org/I97018004" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Caleb Geniesse", + "raw_affiliation_strings": [ + "Program in Biophysics", + "Stanford", + "Stanford School of Medicine", + "USA", + "Program in Biophysics, Stanford School of Medicine, Stanford, CA 94305, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Program in Biophysics", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Stanford", + "institution_ids": [ + "https://openalex.org/I4210137306" + ] + }, + { + "raw_affiliation_string": "Stanford School of Medicine", + "institution_ids": [ + "https://openalex.org/I4210137306" + ] + }, + { + "raw_affiliation_string": "USA", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Program in Biophysics, Stanford School of Medicine, Stanford, CA 94305, USA", + "institution_ids": [ + "https://openalex.org/I4210137306" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5015493289", + "display_name": "Aneesh Pappu", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I4210137306", + "display_name": "Stanford Medicine", + "ror": "https://ror.org/03mtd9a03", + "country_code": "US", + "type": "healthcare", + "lineage": [ + "https://openalex.org/I4210137306", + "https://openalex.org/I97018004" + ] + }, + { + "id": "https://openalex.org/I97018004", + "display_name": "Stanford University", + "ror": "https://ror.org/00f54p054", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I97018004" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Aneesh S. Pappu", + "raw_affiliation_strings": [ + "Department of Computer Science", + "Stanford", + "Stanford University", + "USA", + "Department of Computer Science, Stanford University, Stanford, CA 94305, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Stanford", + "institution_ids": [ + "https://openalex.org/I4210137306" + ] + }, + { + "raw_affiliation_string": "Stanford University", + "institution_ids": [ + "https://openalex.org/I97018004" + ] + }, + { + "raw_affiliation_string": "USA", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Department of Computer Science, Stanford University, Stanford, CA 94305, USA", + "institution_ids": [ + "https://openalex.org/I97018004" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5004322104", + "display_name": "Karl Leswing", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I203455613", + "display_name": "Schrodinger (United States)", + "ror": "https://ror.org/05a3z6914", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I203455613" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Karl Leswing", + "raw_affiliation_strings": [ + "Schrodinger Inc", + "USA", + "Schrodinger Inc., USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Schrodinger Inc", + "institution_ids": [ + "https://openalex.org/I203455613" + ] + }, + { + "raw_affiliation_string": "USA", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Schrodinger Inc., USA", + "institution_ids": [ + "https://openalex.org/I203455613" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5032418986", + "display_name": "Vijay S. Pande", + "orcid": "https://orcid.org/0000-0003-2774-1178" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210137306", + "display_name": "Stanford Medicine", + "ror": "https://ror.org/03mtd9a03", + "country_code": "US", + "type": "healthcare", + "lineage": [ + "https://openalex.org/I4210137306", + "https://openalex.org/I97018004" + ] + }, + { + "id": "https://openalex.org/I97018004", + "display_name": "Stanford University", + "ror": "https://ror.org/00f54p054", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I97018004" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Vijay Pande", + "raw_affiliation_strings": [ + "Department of Chemistry", + "Stanford", + "Stanford University", + "USA", + "Department of Chemistry, Stanford University, Stanford, CA 94305, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Chemistry", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Stanford", + "institution_ids": [ + "https://openalex.org/I4210137306" + ] + }, + { + "raw_affiliation_string": "Stanford University", + "institution_ids": [ + "https://openalex.org/I97018004" + ] + }, + { + "raw_affiliation_string": "USA", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Department of Chemistry, Stanford University, Stanford, CA 94305, USA", + "institution_ids": [ + "https://openalex.org/I97018004" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 8, + "corresponding_author_ids": [ + "https://openalex.org/A5032418986" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I4210137306", + "https://openalex.org/I97018004" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 128.6995, + "has_fulltext": true, + "cited_by_count": 2906, + "citation_normalized_percentile": { + "value": 0.9998827, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 94, + "max": 100 + }, + "biblio": { + "volume": "9", + "issue": "2", + "first_page": "513", + "last_page": "530" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10211", + "display_name": "Computational Drug Discovery Methods", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/1703", + "display_name": "Computational Theory and Mathematics" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10211", + "display_name": "Computational Drug Discovery Methods", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/1703", + "display_name": "Computational Theory and Mathematics" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11948", + "display_name": "Machine Learning in Materials Science", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/2505", + "display_name": "Materials Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/25", + "display_name": "Materials Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10044", + "display_name": "Protein Structure and Dynamics", + "score": 0.9779999852180481, + "subfield": { + "id": "https://openalex.org/subfields/1312", + "display_name": "Molecular Biology" + }, + "field": { + "id": "https://openalex.org/fields/13", + "display_name": "Biochemistry, Genetics and Molecular Biology" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/benchmark", + "display_name": "Benchmark (surveying)", + "score": 0.9469650983810425 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6600202322006226 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6345625519752502 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6119014024734497 + }, + { + "id": "https://openalex.org/keywords/scale", + "display_name": "Scale (ratio)", + "score": 0.5160343647003174 + }, + { + "id": "https://openalex.org/keywords/physics", + "display_name": "Physics", + "score": 0.04847747087478638 + }, + { + "id": "https://openalex.org/keywords/geography", + "display_name": "Geography", + "score": 0.04328623414039612 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C185798385", + "wikidata": "https://www.wikidata.org/wiki/Q1161707", + "display_name": "Benchmark (surveying)", + "level": 2, + "score": 0.9469650983810425 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6600202322006226 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6345625519752502 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6119014024734497 + }, + { + "id": "https://openalex.org/C2778755073", + "wikidata": "https://www.wikidata.org/wiki/Q10858537", + "display_name": "Scale (ratio)", + "level": 2, + "score": 0.5160343647003174 + }, + { + "id": "https://openalex.org/C121332964", + "wikidata": "https://www.wikidata.org/wiki/Q413", + "display_name": "Physics", + "level": 0, + "score": 0.04847747087478638 + }, + { + "id": "https://openalex.org/C205649164", + "wikidata": "https://www.wikidata.org/wiki/Q1071", + "display_name": "Geography", + "level": 0, + "score": 0.04328623414039612 + }, + { + "id": "https://openalex.org/C13280743", + "wikidata": "https://www.wikidata.org/wiki/Q131089", + "display_name": "Geodesy", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C62520636", + "wikidata": "https://www.wikidata.org/wiki/Q944", + "display_name": "Quantum mechanics", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 4, + "locations": [ + { + "id": "doi:10.1039/c7sc02664a", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1039/c7sc02664a", + "pdf_url": "https://pubs.rsc.org/en/content/articlepdf/2018/sc/c7sc02664a", + "source": { + "id": "https://openalex.org/S184645833", + "display_name": "Chemical Science", + "issn_l": "2041-6520", + "issn": [ + "2041-6520", + "2041-6539" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320556", + "host_organization_name": "Royal Society of Chemistry", + "host_organization_lineage": [ + "https://openalex.org/P4310320556" + ], + "host_organization_lineage_names": [ + "Royal Society of Chemistry" + ], + "type": "journal" + }, + "license": "cc-by-nc", + "license_id": "https://openalex.org/licenses/cc-by-nc", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Chemical Science", + "raw_type": "journal-article" + }, + { + "id": "pmid:29629118", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/29629118", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Chemical science", + "raw_type": null + }, + { + "id": "pmh:oai:europepmc.org:4794812", + "is_oa": false, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/5868307", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400806", + "display_name": "Europe PMC (PubMed Central)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1303153112", + "host_organization_name": "European Bioinformatics Institute", + "host_organization_lineage": [ + "https://openalex.org/I1303153112" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "Text" + }, + { + "id": "pmh:oai:hub.hku.hk:10722/354386", + "is_oa": false, + "landing_page_url": "https://hub.hku.hk/handle/10722/354386", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4377196271", + "display_name": "The HKU Scholars Hub (University of Hong Kong)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I889458895", + "host_organization_name": "University of Hong Kong", + "host_organization_lineage": [ + "https://openalex.org/I889458895" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "Article" + } + ], + "best_oa_location": { + "id": "doi:10.1039/c7sc02664a", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1039/c7sc02664a", + "pdf_url": "https://pubs.rsc.org/en/content/articlepdf/2018/sc/c7sc02664a", + "source": { + "id": "https://openalex.org/S184645833", + "display_name": "Chemical Science", + "issn_l": "2041-6520", + "issn": [ + "2041-6520", + "2041-6539" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320556", + "host_organization_name": "Royal Society of Chemistry", + "host_organization_lineage": [ + "https://openalex.org/P4310320556" + ], + "host_organization_lineage_names": [ + "Royal Society of Chemistry" + ], + "type": "journal" + }, + "license": "cc-by-nc", + "license_id": "https://openalex.org/licenses/cc-by-nc", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Chemical Science", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [], + "awards": [ + { + "id": "https://openalex.org/G4484533445", + "display_name": null, + "funder_award_id": "GM062868", + "funder_id": "https://openalex.org/F4320332161", + "funder_display_name": "National Institutes of Health" + }, + { + "id": "https://openalex.org/G7442115961", + "display_name": null, + "funder_award_id": "U19 AI109662", + "funder_id": "https://openalex.org/F4320332161", + "funder_display_name": "National Institutes of Health" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320308782", + "display_name": "Hertz Foundation", + "ror": "https://ror.org/01ycgxf29" + }, + { + "id": "https://openalex.org/F4320332161", + "display_name": "National Institutes of Health", + "ror": "https://ror.org/01cwqze88" + } + ], + "has_content": { + "pdf": true, + "grobid_xml": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W2594183968.pdf", + "grobid_xml": "https://content.openalex.org/works/W2594183968.grobid-xml" + }, + "referenced_works_count": 64, + "referenced_works": [ + "https://openalex.org/W655356045", + "https://openalex.org/W1579198272", + "https://openalex.org/W1601495365", + "https://openalex.org/W1678356000", + "https://openalex.org/W1738019091", + "https://openalex.org/W1780364926", + "https://openalex.org/W1964513093", + "https://openalex.org/W1975147762", + "https://openalex.org/W1985748743", + "https://openalex.org/W1988037271", + "https://openalex.org/W1993046136", + "https://openalex.org/W1993285168", + "https://openalex.org/W1995808589", + "https://openalex.org/W1996327711", + "https://openalex.org/W1998056319", + "https://openalex.org/W1999798000", + "https://openalex.org/W2001816314", + "https://openalex.org/W2008505552", + "https://openalex.org/W2010700988", + "https://openalex.org/W2019678805", + "https://openalex.org/W2024046085", + "https://openalex.org/W2025444507", + "https://openalex.org/W2033206800", + "https://openalex.org/W2046589863", + "https://openalex.org/W2060531713", + "https://openalex.org/W2060565460", + "https://openalex.org/W2076063813", + "https://openalex.org/W2076498053", + "https://openalex.org/W2080635178", + "https://openalex.org/W2081454243", + "https://openalex.org/W2081580037", + "https://openalex.org/W2085126686", + "https://openalex.org/W2085312881", + "https://openalex.org/W2092285329", + "https://openalex.org/W2096560421", + "https://openalex.org/W2101234009", + "https://openalex.org/W2104489082", + "https://openalex.org/W2114162221", + "https://openalex.org/W2114704115", + "https://openalex.org/W2117539524", + "https://openalex.org/W2119821739", + "https://openalex.org/W2127330184", + "https://openalex.org/W2127644822", + "https://openalex.org/W2139271038", + "https://openalex.org/W2145578524", + "https://openalex.org/W2153693853", + "https://openalex.org/W2170214641", + "https://openalex.org/W2171830166", + "https://openalex.org/W2290847742", + "https://openalex.org/W2319902168", + "https://openalex.org/W2406943157", + "https://openalex.org/W2461470610", + "https://openalex.org/W2461620095", + "https://openalex.org/W2473190403", + "https://openalex.org/W2606780347", + "https://openalex.org/W2734982589", + "https://openalex.org/W2753558426", + "https://openalex.org/W2787894218", + "https://openalex.org/W2911964244", + "https://openalex.org/W2914584698", + "https://openalex.org/W2919115771", + "https://openalex.org/W3100157108", + "https://openalex.org/W3102449990", + "https://openalex.org/W3102797483" + ], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W4387369504", + "https://openalex.org/W3046775127", + "https://openalex.org/W4394896187", + "https://openalex.org/W3170094116", + "https://openalex.org/W4386462264", + "https://openalex.org/W3107602296", + "https://openalex.org/W4364306694", + "https://openalex.org/W4312192474" + ], + "abstract_inverted_index": { + "Molecular": [ + 0 + ], + "machine": [ + 1, + 22, + 82, + 128 + ], + "learning": [ + 2, + 23, + 106, + 129, + 177 + ], + "has": [ + 3, + 36 + ], + "been": [ + 4, + 37 + ], + "maturing": [ + 5 + ], + "rapidly": [ + 6 + ], + "over": [ + 7 + ], + "the": [ + 8, + 15, + 41, + 49, + 67, + 112, + 133, + 164 + ], + "last": [ + 9 + ], + "few": [ + 10 + ], + "years.": [ + 11 + ], + "Improved": [ + 12 + ], + "methods": [ + 13 + ], + "and": [ + 14, + 93, + 105, + 130, + 154, + 161 + ], + "presence": [ + 16 + ], + "of": [ + 17, + 43, + 51, + 69, + 99, + 111, + 166, + 175 + ], + "larger": [ + 18 + ], + "datasets": [ + 19, + 61 + ], + "have": [ + 20 + ], + "enabled": [ + 21 + ], + "algorithms": [ + 24, + 56, + 107 + ], + "to": [ + 25, + 40, + 47, + 65, + 146 + ], + "make": [ + 26 + ], + "increasingly": [ + 27 + ], + "accurate": [ + 28 + ], + "predictions": [ + 29 + ], + "about": [ + 30 + ], + "molecular": [ + 31, + 81, + 103, + 127 + ], + "properties.": [ + 32 + ], + "However,": [ + 33, + 136 + ], + "algorithmic": [ + 34 + ], + "progress": [ + 35 + ], + "limited": [ + 38 + ], + "due": [ + 39 + ], + "lack": [ + 42 + ], + "a": [ + 44, + 76 + ], + "standard": [ + 45 + ], + "benchmark": [ + 46, + 79 + ], + "compare": [ + 48 + ], + "efficacy": [ + 50 + ], + "proposed": [ + 52, + 70, + 102 + ], + "methods;": [ + 53 + ], + "most": [ + 54 + ], + "new": [ + 55 + ], + "are": [ + 57, + 123 + ], + "benchmarked": [ + 58 + ], + "on": [ + 59 + ], + "different": [ + 60 + ], + "making": [ + 62 + ], + "it": [ + 63 + ], + "challenging": [ + 64 + ], + "gauge": [ + 66 + ], + "quality": [ + 68, + 96 + ], + "methods.": [ + 71 + ], + "This": [ + 72 + ], + "work": [ + 73 + ], + "introduces": [ + 74 + ], + "MoleculeNet,": [ + 75 + ], + "large": [ + 77 + ], + "scale": [ + 78 + ], + "for": [ + 80, + 91, + 126 + ], + "learning.": [ + 83 + ], + "MoleculeNet": [ + 84, + 117 + ], + "curates": [ + 85 + ], + "multiple": [ + 86, + 100 + ], + "public": [ + 87 + ], + "datasets,": [ + 88, + 163 + ], + "establishes": [ + 89 + ], + "metrics": [ + 90 + ], + "evaluation,": [ + 92 + ], + "offers": [ + 94 + ], + "high": [ + 95 + ], + "open-source": [ + 97 + ], + "implementations": [ + 98 + ], + "previously": [ + 101 + ], + "featurization": [ + 104 + ], + "(released": [ + 108 + ], + "as": [ + 109 + ], + "part": [ + 110 + ], + "DeepChem": [ + 113 + ], + "open": [ + 114 + ], + "source": [ + 115 + ], + "library).": [ + 116 + ], + "benchmarks": [ + 118 + ], + "demonstrate": [ + 119 + ], + "that": [ + 120 + ], + "learnable": [ + 121 + ], + "representations": [ + 122, + 143 + ], + "powerful": [ + 124 + ], + "tools": [ + 125 + ], + "broadly": [ + 131 + ], + "offer": [ + 132 + ], + "best": [ + 134 + ], + "performance.": [ + 135 + ], + "this": [ + 137 + ], + "result": [ + 138 + ], + "comes": [ + 139 + ], + "with": [ + 140, + 148 + ], + "caveats.": [ + 141 + ], + "Learnable": [ + 142 + ], + "still": [ + 144 + ], + "struggle": [ + 145 + ], + "deal": [ + 147 + ], + "complex": [ + 149 + ], + "tasks": [ + 150 + ], + "under": [ + 151 + ], + "data": [ + 152 + ], + "scarcity": [ + 153 + ], + "highly": [ + 155 + ], + "imbalanced": [ + 156 + ], + "classification.": [ + 157 + ], + "For": [ + 158 + ], + "quantum": [ + 159 + ], + "mechanical": [ + 160 + ], + "biophysical": [ + 162 + ], + "use": [ + 165 + ], + "physics-aware": [ + 167 + ], + "featurizations": [ + 168 + ], + "can": [ + 169 + ], + "be": [ + 170 + ], + "more": [ + 171 + ], + "important": [ + 172 + ], + "than": [ + 173 + ], + "choice": [ + 174 + ], + "particular": [ + 176 + ], + "algorithm.": [ + 178 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 181 + }, + { + "year": 2025, + "cited_by_count": 534 + }, + { + "year": 2024, + "cited_by_count": 510 + }, + { + "year": 2023, + "cited_by_count": 422 + }, + { + "year": 2022, + "cited_by_count": 374 + }, + { + "year": 2021, + "cited_by_count": 351 + }, + { + "year": 2020, + "cited_by_count": 292 + }, + { + "year": 2019, + "cited_by_count": 157 + }, + { + "year": 2018, + "cited_by_count": 75 + }, + { + "year": 2017, + "cited_by_count": 6 + }, + { + "year": 2012, + "cited_by_count": 2 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2594475271", + "doi": "https://doi.org/10.48550/arxiv.1702.08608", + "title": "Towards A Rigorous Science of Interpretable Machine Learning", + "display_name": "Towards A Rigorous Science of Interpretable Machine Learning", + "relevance_score": 3834.3765, + "publication_year": 2017, + "publication_date": "2017-02-28", + "ids": { + "openalex": "https://openalex.org/W2594475271", + "doi": "https://doi.org/10.48550/arxiv.1702.08608", + "mag": "2594475271" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:arXiv.org:1702.08608", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1702.08608", + "pdf_url": "https://arxiv.org/pdf/1702.08608", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "type": "preprint", + "indexed_in": [ + "arxiv", + "datacite" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1702.08608", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5038771285", + "display_name": "Finale Doshi‐Velez", + "orcid": "https://orcid.org/0000-0003-2886-3898" + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "Doshi-Velez, Finale", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5041405652", + "display_name": "Been Kim", + "orcid": "https://orcid.org/0000-0001-9938-2915" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Kim, Been", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5038771285" + ], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": null, + "has_fulltext": false, + "cited_by_count": 3135, + "citation_normalized_percentile": null, + "cited_by_percentile_year": null, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12026", + "display_name": "Explainable Artificial Intelligence (XAI)", + "score": 0.9997000098228455, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12026", + "display_name": "Explainable Artificial Intelligence (XAI)", + "score": 0.9997000098228455, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11689", + "display_name": "Adversarial Robustness in Machine Learning", + "score": 0.9986000061035156, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9822999835014343, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/interpretability", + "display_name": "Interpretability", + "score": 0.989424467086792 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.7579805850982666 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.723967432975769 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6432822346687317 + }, + { + "id": "https://openalex.org/keywords/taxonomy", + "display_name": "Taxonomy (biology)", + "score": 0.535308837890625 + }, + { + "id": "https://openalex.org/keywords/position-paper", + "display_name": "Position paper", + "score": 0.4703657329082489 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2781067378", + "wikidata": "https://www.wikidata.org/wiki/Q17027399", + "display_name": "Interpretability", + "level": 2, + "score": 0.989424467086792 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.7579805850982666 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.723967432975769 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6432822346687317 + }, + { + "id": "https://openalex.org/C58642233", + "wikidata": "https://www.wikidata.org/wiki/Q8269924", + "display_name": "Taxonomy (biology)", + "level": 2, + "score": 0.535308837890625 + }, + { + "id": "https://openalex.org/C78780964", + "wikidata": "https://www.wikidata.org/wiki/Q7233193", + "display_name": "Position paper", + "level": 2, + "score": 0.4703657329082489 + }, + { + "id": "https://openalex.org/C86803240", + "wikidata": "https://www.wikidata.org/wiki/Q420", + "display_name": "Biology", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C59822182", + "wikidata": "https://www.wikidata.org/wiki/Q441", + "display_name": "Botany", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C136764020", + "wikidata": "https://www.wikidata.org/wiki/Q466", + "display_name": "World Wide Web", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "pmh:oai:arXiv.org:1702.08608", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1702.08608", + "pdf_url": "https://arxiv.org/pdf/1702.08608", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "doi:10.48550/arxiv.1702.08608", + "is_oa": true, + "landing_page_url": "https://doi.org/10.48550/arxiv.1702.08608", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1702.08608", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1702.08608", + "pdf_url": "https://arxiv.org/pdf/1702.08608", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "sustainable_development_goals": [ + { + "score": 0.4399999976158142, + "id": "https://metadata.un.org/sdg/16", + "display_name": "Peace, Justice and strong institutions" + }, + { + "score": 0.4300000071525574, + "id": "https://metadata.un.org/sdg/10", + "display_name": "Reduced inequalities" + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 26, + "referenced_works": [ + "https://openalex.org/W65833265", + "https://openalex.org/W190506616", + "https://openalex.org/W214705575", + "https://openalex.org/W1570088706", + "https://openalex.org/W1757796397", + "https://openalex.org/W1983870751", + "https://openalex.org/W1994757764", + "https://openalex.org/W2008174170", + "https://openalex.org/W2100960835", + "https://openalex.org/W2119858020", + "https://openalex.org/W2132862423", + "https://openalex.org/W2159426623", + "https://openalex.org/W2160336621", + "https://openalex.org/W2187558068", + "https://openalex.org/W2189162242", + "https://openalex.org/W2257979135", + "https://openalex.org/W2336395599", + "https://openalex.org/W2367397349", + "https://openalex.org/W2440159969", + "https://openalex.org/W2462906003", + "https://openalex.org/W2493343568", + "https://openalex.org/W2528479067", + "https://openalex.org/W2560479124", + "https://openalex.org/W2567527106", + "https://openalex.org/W2951501516", + "https://openalex.org/W2964134873" + ], + "related_works": [ + "https://openalex.org/W1986582023", + "https://openalex.org/W2961085424", + "https://openalex.org/W2966829450", + "https://openalex.org/W4315864862", + "https://openalex.org/W4306674287", + "https://openalex.org/W3046775127", + "https://openalex.org/W3107602296", + "https://openalex.org/W3170094116", + "https://openalex.org/W4386462264", + "https://openalex.org/W4364306694" + ], + "abstract_inverted_index": { + "As": [ + 0 + ], + "machine": [ + 1, + 15, + 53, + 100 + ], + "learning": [ + 2, + 54 + ], + "systems": [ + 3, + 17 + ], + "become": [ + 4 + ], + "ubiquitous,": [ + 5 + ], + "there": [ + 6, + 45 + ], + "has": [ + 7 + ], + "been": [ + 8 + ], + "a": [ + 9, + 84, + 94 + ], + "surge": [ + 10 + ], + "of": [ + 11, + 98 + ], + "interest": [ + 12, + 42 + ], + "in": [ + 13, + 43 + ], + "interpretable": [ + 14, + 52, + 99 + ], + "learning:": [ + 16 + ], + "that": [ + 18 + ], + "provide": [ + 19 + ], + "explanation": [ + 20 + ], + "for": [ + 21, + 86 + ], + "their": [ + 22 + ], + "outputs.": [ + 23 + ], + "These": [ + 24 + ], + "explanations": [ + 25 + ], + "are": [ + 26 + ], + "often": [ + 27 + ], + "used": [ + 28 + ], + "to": [ + 29 + ], + "qualitatively": [ + 30 + ], + "assess": [ + 31 + ], + "other": [ + 32 + ], + "criteria": [ + 33 + ], + "such": [ + 34 + ], + "as": [ + 35 + ], + "safety": [ + 36 + ], + "or": [ + 37 + ], + "non-discrimination.": [ + 38 + ], + "However,": [ + 39 + ], + "despite": [ + 40 + ], + "the": [ + 41 + ], + "interpretability,": [ + 44 + ], + "is": [ + 46, + 55, + 74, + 79 + ], + "very": [ + 47 + ], + "little": [ + 48 + ], + "consensus": [ + 49 + ], + "on": [ + 50 + ], + "what": [ + 51 + ], + "and": [ + 56, + 70, + 89 + ], + "how": [ + 57 + ], + "it": [ + 58, + 78 + ], + "should": [ + 59 + ], + "be": [ + 60 + ], + "measured.": [ + 61 + ], + "In": [ + 62 + ], + "this": [ + 63 + ], + "position": [ + 64 + ], + "paper,": [ + 65 + ], + "we": [ + 66, + 82 + ], + "first": [ + 67 + ], + "define": [ + 68 + ], + "interpretability": [ + 69, + 73 + ], + "describe": [ + 71 + ], + "when": [ + 72, + 77 + ], + "needed": [ + 75 + ], + "(and": [ + 76 + ], + "not).": [ + 80 + ], + "Next,": [ + 81 + ], + "suggest": [ + 83 + ], + "taxonomy": [ + 85 + ], + "rigorous": [ + 87, + 96 + ], + "evaluation": [ + 88 + ], + "expose": [ + 90 + ], + "open": [ + 91 + ], + "questions": [ + 92 + ], + "towards": [ + 93 + ], + "more": [ + 95 + ], + "science": [ + 97 + ], + "learning.": [ + 101 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 45 + }, + { + "year": 2025, + "cited_by_count": 334 + }, + { + "year": 2024, + "cited_by_count": 390 + }, + { + "year": 2023, + "cited_by_count": 427 + }, + { + "year": 2022, + "cited_by_count": 338 + }, + { + "year": 2021, + "cited_by_count": 597 + }, + { + "year": 2020, + "cited_by_count": 488 + }, + { + "year": 2019, + "cited_by_count": 319 + }, + { + "year": 2018, + "cited_by_count": 164 + }, + { + "year": 2017, + "cited_by_count": 32 + }, + { + "year": 2016, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2007339694", + "doi": "https://doi.org/10.1109/msp.2012.2211477", + "title": "The MNIST Database of Handwritten Digit Images for Machine Learning Research [Best of the Web]", + "display_name": "The MNIST Database of Handwritten Digit Images for Machine Learning Research [Best of the Web]", + "relevance_score": 3802.358, + "publication_year": 2012, + "publication_date": "2012-10-19", + "ids": { + "openalex": "https://openalex.org/W2007339694", + "doi": "https://doi.org/10.1109/msp.2012.2211477", + "mag": "2007339694" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1109/msp.2012.2211477", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/msp.2012.2211477", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S120977877", + "display_name": "IEEE Signal Processing Magazine", + "issn_l": "1053-5888", + "issn": [ + "1053-5888", + "1558-0792" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319808", + "host_organization_name": "Institute of Electrical and Electronics Engineers", + "host_organization_lineage": [ + "https://openalex.org/P4310319808" + ], + "host_organization_lineage_names": [ + "Institute of Electrical and Electronics Engineers" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IEEE Signal Processing Magazine", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5100671326", + "display_name": "Li Deng", + "orcid": "https://orcid.org/0000-0002-7140-0701" + }, + "institutions": [ + { + "id": "https://openalex.org/I1290206253", + "display_name": "Microsoft (United States)", + "ror": "https://ror.org/00d0nc645", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1290206253" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Li Deng", + "raw_affiliation_strings": [ + "Microsoft Research, Redmond, WA, USA", + "[Microsoft Research,Redmond,WA,USA]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Microsoft Research, Redmond, WA, USA", + "institution_ids": [ + "https://openalex.org/I1290206253" + ] + }, + { + "raw_affiliation_string": "[Microsoft Research,Redmond,WA,USA]", + "institution_ids": [ + "https://openalex.org/I1290206253" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5100671326" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I1290206253" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 4.4386, + "has_fulltext": false, + "cited_by_count": 4579, + "citation_normalized_percentile": { + "value": 0.95130231, + "is_in_top_1_percent": false, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "29", + "issue": "6", + "first_page": "141", + "last_page": "142" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10601", + "display_name": "Handwritten Text Recognition Techniques", + "score": 0.9991000294685364, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10601", + "display_name": "Handwritten Text Recognition Techniques", + "score": 0.9991000294685364, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10036", + "display_name": "Advanced Neural Network Applications", + "score": 0.9983999729156494, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10627", + "display_name": "Advanced Image and Video Retrieval Techniques", + "score": 0.9976999759674072, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/mnist-database", + "display_name": "MNIST database", + "score": 0.9717313051223755 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.8078590035438538 + }, + { + "id": "https://openalex.org/keywords/optical-character-recognition", + "display_name": "Optical character recognition", + "score": 0.6577181220054626 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6341533660888672 + }, + { + "id": "https://openalex.org/keywords/handwriting-recognition", + "display_name": "Handwriting recognition", + "score": 0.5454277992248535 + }, + { + "id": "https://openalex.org/keywords/numerical-digit", + "display_name": "Numerical digit", + "score": 0.544492244720459 + }, + { + "id": "https://openalex.org/keywords/digit-recognition", + "display_name": "Digit recognition", + "score": 0.5283616185188293 + }, + { + "id": "https://openalex.org/keywords/character", + "display_name": "Character (mathematics)", + "score": 0.5253086686134338 + }, + { + "id": "https://openalex.org/keywords/intelligent-word-recognition", + "display_name": "Intelligent word recognition", + "score": 0.47909122705459595 + }, + { + "id": "https://openalex.org/keywords/deep-learning", + "display_name": "Deep learning", + "score": 0.43089044094085693 + }, + { + "id": "https://openalex.org/keywords/character-recognition", + "display_name": "Character recognition", + "score": 0.4222016930580139 + }, + { + "id": "https://openalex.org/keywords/pattern-recognition", + "display_name": "Pattern recognition (psychology)", + "score": 0.4071904420852661 + }, + { + "id": "https://openalex.org/keywords/speech-recognition", + "display_name": "Speech recognition", + "score": 0.39158111810684204 + }, + { + "id": "https://openalex.org/keywords/intelligent-character-recognition", + "display_name": "Intelligent character recognition", + "score": 0.3735637962818146 + }, + { + "id": "https://openalex.org/keywords/natural-language-processing", + "display_name": "Natural language processing", + "score": 0.3423413634300232 + }, + { + "id": "https://openalex.org/keywords/image", + "display_name": "Image (mathematics)", + "score": 0.27770859003067017 + }, + { + "id": "https://openalex.org/keywords/feature-extraction", + "display_name": "Feature extraction", + "score": 0.24367356300354004 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.1194082498550415 + }, + { + "id": "https://openalex.org/keywords/arithmetic", + "display_name": "Arithmetic", + "score": 0.07683056592941284 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.07060250639915466 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C190502265", + "wikidata": "https://www.wikidata.org/wiki/Q17069496", + "display_name": "MNIST database", + "level": 3, + "score": 0.9717313051223755 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.8078590035438538 + }, + { + "id": "https://openalex.org/C546480517", + "wikidata": "https://www.wikidata.org/wiki/Q167555", + "display_name": "Optical character recognition", + "level": 3, + "score": 0.6577181220054626 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6341533660888672 + }, + { + "id": "https://openalex.org/C112640561", + "wikidata": "https://www.wikidata.org/wiki/Q2440634", + "display_name": "Handwriting recognition", + "level": 3, + "score": 0.5454277992248535 + }, + { + "id": "https://openalex.org/C94957134", + "wikidata": "https://www.wikidata.org/wiki/Q82990", + "display_name": "Numerical digit", + "level": 2, + "score": 0.544492244720459 + }, + { + "id": "https://openalex.org/C2984784707", + "wikidata": "https://www.wikidata.org/wiki/Q167555", + "display_name": "Digit recognition", + "level": 3, + "score": 0.5283616185188293 + }, + { + "id": "https://openalex.org/C2780861071", + "wikidata": "https://www.wikidata.org/wiki/Q1062934", + "display_name": "Character (mathematics)", + "level": 2, + "score": 0.5253086686134338 + }, + { + "id": "https://openalex.org/C17649283", + "wikidata": "https://www.wikidata.org/wiki/Q6044162", + "display_name": "Intelligent word recognition", + "level": 5, + "score": 0.47909122705459595 + }, + { + "id": "https://openalex.org/C108583219", + "wikidata": "https://www.wikidata.org/wiki/Q197536", + "display_name": "Deep learning", + "level": 2, + "score": 0.43089044094085693 + }, + { + "id": "https://openalex.org/C2987247673", + "wikidata": "https://www.wikidata.org/wiki/Q167555", + "display_name": "Character recognition", + "level": 3, + "score": 0.4222016930580139 + }, + { + "id": "https://openalex.org/C153180895", + "wikidata": "https://www.wikidata.org/wiki/Q7148389", + "display_name": "Pattern recognition (psychology)", + "level": 2, + "score": 0.4071904420852661 + }, + { + "id": "https://openalex.org/C28490314", + "wikidata": "https://www.wikidata.org/wiki/Q189436", + "display_name": "Speech recognition", + "level": 1, + "score": 0.39158111810684204 + }, + { + "id": "https://openalex.org/C44868376", + "wikidata": "https://www.wikidata.org/wiki/Q3099089", + "display_name": "Intelligent character recognition", + "level": 4, + "score": 0.3735637962818146 + }, + { + "id": "https://openalex.org/C204321447", + "wikidata": "https://www.wikidata.org/wiki/Q30642", + "display_name": "Natural language processing", + "level": 1, + "score": 0.3423413634300232 + }, + { + "id": "https://openalex.org/C115961682", + "wikidata": "https://www.wikidata.org/wiki/Q860623", + "display_name": "Image (mathematics)", + "level": 2, + "score": 0.27770859003067017 + }, + { + "id": "https://openalex.org/C52622490", + "wikidata": "https://www.wikidata.org/wiki/Q1026626", + "display_name": "Feature extraction", + "level": 2, + "score": 0.24367356300354004 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.1194082498550415 + }, + { + "id": "https://openalex.org/C94375191", + "wikidata": "https://www.wikidata.org/wiki/Q11205", + "display_name": "Arithmetic", + "level": 1, + "score": 0.07683056592941284 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.07060250639915466 + }, + { + "id": "https://openalex.org/C2524010", + "wikidata": "https://www.wikidata.org/wiki/Q8087", + "display_name": "Geometry", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1109/msp.2012.2211477", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/msp.2012.2211477", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S120977877", + "display_name": "IEEE Signal Processing Magazine", + "issn_l": "1053-5888", + "issn": [ + "1053-5888", + "1558-0792" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319808", + "host_organization_name": "Institute of Electrical and Electronics Engineers", + "host_organization_lineage": [ + "https://openalex.org/P4310319808" + ], + "host_organization_lineage_names": [ + "Institute of Electrical and Electronics Engineers" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IEEE Signal Processing Magazine", + "raw_type": "journal-article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 8, + "referenced_works": [ + "https://openalex.org/W2033154814", + "https://openalex.org/W2112796928", + "https://openalex.org/W2139622435", + "https://openalex.org/W2148461049", + "https://openalex.org/W2149600041", + "https://openalex.org/W2156163116", + "https://openalex.org/W2546302380", + "https://openalex.org/W6681813608" + ], + "related_works": [ + "https://openalex.org/W2218402054", + "https://openalex.org/W4384296853", + "https://openalex.org/W954954433", + "https://openalex.org/W4309724674", + "https://openalex.org/W2557740161", + "https://openalex.org/W2135329887", + "https://openalex.org/W2011042697", + "https://openalex.org/W3200113662", + "https://openalex.org/W2153054283", + "https://openalex.org/W3112133370" + ], + "abstract_inverted_index": { + "In": [ + 0 + ], + "this": [ + 1 + ], + "issue,": [ + 2 + ], + "“Best": [ + 3 + ], + "of": [ + 4, + 12, + 19, + 22 + ], + "the": [ + 5, + 8 + ], + "Web”": [ + 6 + ], + "presents": [ + 7 + ], + "modified": [ + 9 + ], + "National": [ + 10 + ], + "Institute": [ + 11 + ], + "Standards": [ + 13 + ], + "and": [ + 14, + 32 + ], + "Technology": [ + 15 + ], + "(MNIST)": [ + 16 + ], + "resources,": [ + 17 + ], + "consisting": [ + 18 + ], + "a": [ + 20 + ], + "collection": [ + 21 + ], + "handwritten": [ + 23 + ], + "digit": [ + 24 + ], + "images": [ + 25 + ], + "used": [ + 26 + ], + "extensively": [ + 27 + ], + "in": [ + 28 + ], + "optical": [ + 29 + ], + "character": [ + 30 + ], + "recognition": [ + 31 + ], + "machine": [ + 33 + ], + "learning": [ + 34 + ], + "research.": [ + 35 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 233 + }, + { + "year": 2025, + "cited_by_count": 999 + }, + { + "year": 2024, + "cited_by_count": 1002 + }, + { + "year": 2023, + "cited_by_count": 905 + }, + { + "year": 2022, + "cited_by_count": 527 + }, + { + "year": 2021, + "cited_by_count": 366 + }, + { + "year": 2020, + "cited_by_count": 258 + }, + { + "year": 2019, + "cited_by_count": 167 + }, + { + "year": 2018, + "cited_by_count": 50 + }, + { + "year": 2017, + "cited_by_count": 37 + }, + { + "year": 2016, + "cited_by_count": 19 + }, + { + "year": 2015, + "cited_by_count": 9 + }, + { + "year": 2014, + "cited_by_count": 5 + }, + { + "year": 2013, + "cited_by_count": 1 + }, + { + "year": 2012, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W607505555", + "doi": "https://doi.org/10.1017/cbo9781107298019", + "title": "Understanding Machine Learning: From Theory To Algorithms", + "display_name": "Understanding Machine Learning: From Theory To Algorithms", + "relevance_score": 3786.84, + "publication_year": 2015, + "publication_date": "2015-01-01", + "ids": { + "openalex": "https://openalex.org/W607505555", + "doi": "https://doi.org/10.1017/cbo9781107298019", + "mag": "607505555" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-027241732", + "is_oa": false, + "landing_page_url": "https://bvbr.bib-bvb.de:443/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=027241732&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "Lehrbuch" + }, + "type": "book", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5078263052", + "display_name": "Shai Shalev‐Shwartz", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I197251160", + "display_name": "Hebrew University of Jerusalem", + "ror": "https://ror.org/03qxff017", + "country_code": "IL", + "type": "education", + "lineage": [ + "https://openalex.org/I197251160" + ] + } + ], + "countries": [ + "IL" + ], + "is_corresponding": true, + "raw_author_name": "Shai Shalev‐Shwartz", + "raw_affiliation_strings": [ + "Hebrew University of Jerusalem ," + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Hebrew University of Jerusalem ,", + "institution_ids": [ + "https://openalex.org/I197251160" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5112193907", + "display_name": "Shai Ben-David", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I151746483", + "display_name": "University of Waterloo", + "ror": "https://ror.org/01aff2v68", + "country_code": "CA", + "type": "education", + "lineage": [ + "https://openalex.org/I151746483" + ] + } + ], + "countries": [ + "CA" + ], + "is_corresponding": false, + "raw_author_name": "Shai Ben-David", + "raw_affiliation_strings": [ + "University of Waterloo, Ontario#TAB#" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Waterloo, Ontario#TAB#", + "institution_ids": [ + "https://openalex.org/I151746483" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5078263052" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I197251160" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 99.395, + "has_fulltext": false, + "cited_by_count": 3088, + "citation_normalized_percentile": { + "value": 1.0, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 96, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12072", + "display_name": "Machine Learning and Algorithms", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12072", + "display_name": "Machine Learning and Algorithms", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.9983000159263611, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12002", + "display_name": "Computability, Logic, AI Algorithms", + "score": 0.998199999332428, + "subfield": { + "id": "https://openalex.org/subfields/1703", + "display_name": "Computational Theory and Mathematics" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6889339685440063 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6654757261276245 + }, + { + "id": "https://openalex.org/keywords/field", + "display_name": "Field (mathematics)", + "score": 0.6018842458724976 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.5886845588684082 + }, + { + "id": "https://openalex.org/keywords/computational-learning-theory", + "display_name": "Computational learning theory", + "score": 0.573776364326477 + }, + { + "id": "https://openalex.org/keywords/stability", + "display_name": "Stability (learning theory)", + "score": 0.5710829496383667 + }, + { + "id": "https://openalex.org/keywords/algorithmic-learning-theory", + "display_name": "Algorithmic learning theory", + "score": 0.5549349784851074 + }, + { + "id": "https://openalex.org/keywords/stochastic-gradient-descent", + "display_name": "Stochastic gradient descent", + "score": 0.5015144348144531 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.4825989007949829 + }, + { + "id": "https://openalex.org/keywords/presentation", + "display_name": "Presentation (obstetrics)", + "score": 0.4673505127429962 + }, + { + "id": "https://openalex.org/keywords/convexity", + "display_name": "Convexity", + "score": 0.4466382563114166 + }, + { + "id": "https://openalex.org/keywords/online-machine-learning", + "display_name": "Online machine learning", + "score": 0.4228948950767517 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.3927263915538788 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.2105390727519989 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6889339685440063 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6654757261276245 + }, + { + "id": "https://openalex.org/C9652623", + "wikidata": "https://www.wikidata.org/wiki/Q190109", + "display_name": "Field (mathematics)", + "level": 2, + "score": 0.6018842458724976 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.5886845588684082 + }, + { + "id": "https://openalex.org/C50292564", + "wikidata": "https://www.wikidata.org/wiki/Q2462783", + "display_name": "Computational learning theory", + "level": 3, + "score": 0.573776364326477 + }, + { + "id": "https://openalex.org/C112972136", + "wikidata": "https://www.wikidata.org/wiki/Q7595718", + "display_name": "Stability (learning theory)", + "level": 2, + "score": 0.5710829496383667 + }, + { + "id": "https://openalex.org/C32254414", + "wikidata": "https://www.wikidata.org/wiki/Q4724364", + "display_name": "Algorithmic learning theory", + "level": 3, + "score": 0.5549349784851074 + }, + { + "id": "https://openalex.org/C206688291", + "wikidata": "https://www.wikidata.org/wiki/Q7617819", + "display_name": "Stochastic gradient descent", + "level": 3, + "score": 0.5015144348144531 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.4825989007949829 + }, + { + "id": "https://openalex.org/C2777601897", + "wikidata": "https://www.wikidata.org/wiki/Q3409113", + "display_name": "Presentation (obstetrics)", + "level": 2, + "score": 0.4673505127429962 + }, + { + "id": "https://openalex.org/C72134830", + "wikidata": "https://www.wikidata.org/wiki/Q5166524", + "display_name": "Convexity", + "level": 2, + "score": 0.4466382563114166 + }, + { + "id": "https://openalex.org/C115903097", + "wikidata": "https://www.wikidata.org/wiki/Q7094097", + "display_name": "Online machine learning", + "level": 3, + "score": 0.4228948950767517 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.3927263915538788 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.2105390727519989 + }, + { + "id": "https://openalex.org/C126838900", + "wikidata": "https://www.wikidata.org/wiki/Q77604", + "display_name": "Radiology", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C202444582", + "wikidata": "https://www.wikidata.org/wiki/Q837863", + "display_name": "Pure mathematics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C162324750", + "wikidata": "https://www.wikidata.org/wiki/Q8134", + "display_name": "Economics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C106159729", + "wikidata": "https://www.wikidata.org/wiki/Q2294553", + "display_name": "Financial economics", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 3, + "locations": [ + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-027241732", + "is_oa": false, + "landing_page_url": "https://bvbr.bib-bvb.de:443/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=027241732&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "Lehrbuch" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-028014298", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1017/CBO9781107298019", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "software, multimedia" + }, + { + "id": "mag:607505555", + "is_oa": false, + "landing_page_url": "https://www.cs.huji.ac.il/~shais/UnderstandingMachineLearning/understanding-machine-learning-theory-algorithms.pdf", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "score": 0.699999988079071, + "id": "https://metadata.un.org/sdg/4", + "display_name": "Quality Education" + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 192, + "referenced_works": [ + "https://openalex.org/W740415", + "https://openalex.org/W2169610", + "https://openalex.org/W27434444", + "https://openalex.org/W27926580", + "https://openalex.org/W60189517", + "https://openalex.org/W65382156", + "https://openalex.org/W88685657", + "https://openalex.org/W108503560", + "https://openalex.org/W182746352", + "https://openalex.org/W182881619", + "https://openalex.org/W1153891179", + "https://openalex.org/W1480376833", + "https://openalex.org/W1491105865", + "https://openalex.org/W1499397922", + "https://openalex.org/W1503398984", + "https://openalex.org/W1505356468", + "https://openalex.org/W1505731132", + "https://openalex.org/W1511986666", + "https://openalex.org/W1516903196", + "https://openalex.org/W1520252399", + "https://openalex.org/W1526146785", + "https://openalex.org/W1530699444", + "https://openalex.org/W1538131130", + "https://openalex.org/W1540155273", + "https://openalex.org/W1540586255", + "https://openalex.org/W1541527977", + "https://openalex.org/W1542886316", + "https://openalex.org/W1553702074", + "https://openalex.org/W1560724230", + "https://openalex.org/W1564947197", + "https://openalex.org/W1570963478", + "https://openalex.org/W1587157779", + "https://openalex.org/W1590183771", + "https://openalex.org/W1601740268", + "https://openalex.org/W1607832978", + "https://openalex.org/W1614597761", + "https://openalex.org/W1663973292", + "https://openalex.org/W1676820704", + "https://openalex.org/W1686946872", + "https://openalex.org/W1698155719", + "https://openalex.org/W1790582767", + "https://openalex.org/W1926592634", + "https://openalex.org/W1931645998", + "https://openalex.org/W1968934255", + "https://openalex.org/W1970074386", + "https://openalex.org/W1971361630", + "https://openalex.org/W1976697079", + "https://openalex.org/W1979711143", + "https://openalex.org/W1981207991", + "https://openalex.org/W1981340104", + "https://openalex.org/W1982381767", + "https://openalex.org/W1984876737", + "https://openalex.org/W1988355994", + "https://openalex.org/W1988790447", + "https://openalex.org/W1992208280", + "https://openalex.org/W1994520254", + "https://openalex.org/W1994584977", + "https://openalex.org/W1994616650", + "https://openalex.org/W2005140191", + "https://openalex.org/W2005306124", + "https://openalex.org/W2008652694", + "https://openalex.org/W2012400640", + "https://openalex.org/W2014384147", + "https://openalex.org/W2014902932", + "https://openalex.org/W2015418199", + "https://openalex.org/W2016133707", + "https://openalex.org/W2017753243", + "https://openalex.org/W2019363670", + "https://openalex.org/W2020913456", + "https://openalex.org/W2021302824", + "https://openalex.org/W2025263811", + "https://openalex.org/W2028781966", + "https://openalex.org/W2029029543", + "https://openalex.org/W2029538739", + "https://openalex.org/W2030449718", + "https://openalex.org/W2030811966", + "https://openalex.org/W2040870580", + "https://openalex.org/W2041613709", + "https://openalex.org/W2048448061", + "https://openalex.org/W2054658115", + "https://openalex.org/W2055186664", + "https://openalex.org/W2059507684", + "https://openalex.org/W2059811159", + "https://openalex.org/W2069936846", + "https://openalex.org/W2070771761", + "https://openalex.org/W2070902649", + "https://openalex.org/W2071846104", + "https://openalex.org/W2072128103", + "https://openalex.org/W2075567596", + "https://openalex.org/W2076451537", + "https://openalex.org/W2077008409", + "https://openalex.org/W2077424406", + "https://openalex.org/W2077723394", + "https://openalex.org/W2084544490", + "https://openalex.org/W2084840427", + "https://openalex.org/W2086789740", + "https://openalex.org/W2087347434", + "https://openalex.org/W2091825929", + "https://openalex.org/W2093717447", + "https://openalex.org/W2093825590", + "https://openalex.org/W2096879261", + "https://openalex.org/W2097931325", + "https://openalex.org/W2101276256", + "https://openalex.org/W2102486516", + "https://openalex.org/W2103194807", + "https://openalex.org/W2105594594", + "https://openalex.org/W2105644991", + "https://openalex.org/W2106596127", + "https://openalex.org/W2106948187", + "https://openalex.org/W2109943925", + "https://openalex.org/W2111004121", + "https://openalex.org/W2112269233", + "https://openalex.org/W2113651538", + "https://openalex.org/W2116314036", + "https://openalex.org/W2117049614", + "https://openalex.org/W2117130368", + "https://openalex.org/W2118075434", + "https://openalex.org/W2119479037", + "https://openalex.org/W2119821739", + "https://openalex.org/W2121127625", + "https://openalex.org/W2121367301", + "https://openalex.org/W2122111042", + "https://openalex.org/W2123921160", + "https://openalex.org/W2125055259", + "https://openalex.org/W2129113961", + "https://openalex.org/W2129131372", + "https://openalex.org/W2129160848", + "https://openalex.org/W2130325614", + "https://openalex.org/W2132914434", + "https://openalex.org/W2135046866", + "https://openalex.org/W2136885855", + "https://openalex.org/W2136922672", + "https://openalex.org/W2138263042", + "https://openalex.org/W2139338362", + "https://openalex.org/W2139427956", + "https://openalex.org/W2140095548", + "https://openalex.org/W2142623206", + "https://openalex.org/W2147880316", + "https://openalex.org/W2148603752", + "https://openalex.org/W2148825261", + "https://openalex.org/W2149706766", + "https://openalex.org/W2150434953", + "https://openalex.org/W2150940164", + "https://openalex.org/W2151554678", + "https://openalex.org/W2151693816", + "https://openalex.org/W2154642048", + "https://openalex.org/W2154952480", + "https://openalex.org/W2155195660", + "https://openalex.org/W2155534369", + "https://openalex.org/W2156909104", + "https://openalex.org/W2157791002", + "https://openalex.org/W2160354932", + "https://openalex.org/W2162341153", + "https://openalex.org/W2164595191", + "https://openalex.org/W2168022998", + "https://openalex.org/W2170207925", + "https://openalex.org/W2222512263", + "https://openalex.org/W2253807446", + "https://openalex.org/W2294798173", + "https://openalex.org/W2296319761", + "https://openalex.org/W2296616510", + "https://openalex.org/W2329579984", + "https://openalex.org/W2395092015", + "https://openalex.org/W2399803916", + "https://openalex.org/W2401610261", + "https://openalex.org/W2402090481", + "https://openalex.org/W2416173357", + "https://openalex.org/W2429914308", + "https://openalex.org/W2493312408", + "https://openalex.org/W2547651473", + "https://openalex.org/W2579923771", + "https://openalex.org/W2592570088", + "https://openalex.org/W2611627047", + "https://openalex.org/W2613634265", + "https://openalex.org/W2798766386", + "https://openalex.org/W2799119698", + "https://openalex.org/W2911964244", + "https://openalex.org/W2952817049", + "https://openalex.org/W2964020133", + "https://openalex.org/W2964270981", + "https://openalex.org/W2971788173", + "https://openalex.org/W3021452258", + "https://openalex.org/W3034905139", + "https://openalex.org/W3038084247", + "https://openalex.org/W3083047178", + "https://openalex.org/W3085162807", + "https://openalex.org/W3100743579", + "https://openalex.org/W3124678630", + "https://openalex.org/W3140968660", + "https://openalex.org/W3141595720", + "https://openalex.org/W3149604617", + "https://openalex.org/W3214968550" + ], + "related_works": [ + "https://openalex.org/W3137695714", + "https://openalex.org/W3118608800", + "https://openalex.org/W2964121744", + "https://openalex.org/W2919115771", + "https://openalex.org/W2911964244", + "https://openalex.org/W2579923771", + "https://openalex.org/W2296319761", + "https://openalex.org/W2194775991", + "https://openalex.org/W2163605009", + "https://openalex.org/W2156909104", + "https://openalex.org/W2148603752", + "https://openalex.org/W2139338362", + "https://openalex.org/W2112796928", + "https://openalex.org/W2101234009", + "https://openalex.org/W2029538739", + "https://openalex.org/W2019363670", + "https://openalex.org/W1944672", + "https://openalex.org/W1663973292", + "https://openalex.org/W1554944419", + "https://openalex.org/W1542886316" + ], + "abstract_inverted_index": { + "Machine": [ + 0 + ], + "learning": [ + 1, + 48, + 95, + 146 + ], + "is": [ + 2, + 20 + ], + "one": [ + 3 + ], + "of": [ + 4, + 9, + 17, + 42, + 63, + 66, + 75, + 90, + 94, + 99, + 144 + ], + "the": [ + 5, + 26, + 43, + 50, + 64, + 67, + 69, + 91, + 97, + 122, + 137, + 140 + ], + "fastest": [ + 6 + ], + "growing": [ + 7 + ], + "areas": [ + 8 + ], + "computer": [ + 10, + 155 + ], + "science,": [ + 11, + 156 + ], + "with": [ + 12 + ], + "far-reaching": [ + 13 + ], + "applications.": [ + 14 + ], + "The": [ + 15, + 35 + ], + "aim": [ + 16 + ], + "this": [ + 18 + ], + "textbook": [ + 19 + ], + "to": [ + 21, + 148 + ], + "introduce": [ + 22 + ], + "machine": [ + 23, + 47, + 145 + ], + "learning,": [ + 24 + ], + "and": [ + 25, + 49, + 96, + 101, + 112, + 116, + 125, + 142, + 150, + 158 + ], + "algorithmic": [ + 27, + 104 + ], + "paradigms": [ + 28, + 105 + ], + "it": [ + 29 + ], + "offers,": [ + 30 + ], + "in": [ + 31, + 153 + ], + "a": [ + 32, + 61, + 72, + 88 + ], + "principled": [ + 33 + ], + "way.": [ + 34 + ], + "book": [ + 36, + 70 + ], + "provides": [ + 37 + ], + "an": [ + 38, + 130 + ], + "extensive": [ + 39 + ], + "theoretical": [ + 40, + 118 + ], + "account": [ + 41 + ], + "fundamental": [ + 44 + ], + "ideas": [ + 45 + ], + "underlying": [ + 46 + ], + "mathematical": [ + 51 + ], + "derivations": [ + 52 + ], + "that": [ + 53, + 78 + ], + "transform": [ + 54 + ], + "these": [ + 55 + ], + "principles": [ + 56 + ], + "into": [ + 57 + ], + "practical": [ + 58 + ], + "algorithms.": [ + 59 + ], + "Following": [ + 60 + ], + "presentation": [ + 62 + ], + "basics": [ + 65 + ], + "field,": [ + 68 + ], + "covers": [ + 71 + ], + "wide": [ + 73 + ], + "array": [ + 74 + ], + "central": [ + 76 + ], + "topics": [ + 77 + ], + "have": [ + 79 + ], + "not": [ + 80 + ], + "been": [ + 81 + ], + "addressed": [ + 82 + ], + "by": [ + 83 + ], + "previous": [ + 84 + ], + "textbooks.": [ + 85 + ], + "These": [ + 86 + ], + "include": [ + 87 + ], + "discussion": [ + 89 + ], + "computational": [ + 92 + ], + "complexity": [ + 93 + ], + "concepts": [ + 98, + 119 + ], + "convexity": [ + 100 + ], + "stability;": [ + 102 + ], + "important": [ + 103 + ], + "including": [ + 106 + ], + "stochastic": [ + 107 + ], + "gradient": [ + 108 + ], + "descent,": [ + 109 + ], + "neural": [ + 110 + ], + "networks,": [ + 111 + ], + "structured": [ + 113 + ], + "output": [ + 114 + ], + "learning;": [ + 115 + ], + "emerging": [ + 117 + ], + "such": [ + 120 + ], + "as": [ + 121 + ], + "PAC-Bayes": [ + 123 + ], + "approach": [ + 124 + ], + "compression-based": [ + 126 + ], + "bounds.": [ + 127 + ], + "Designed": [ + 128 + ], + "for": [ + 129 + ], + "advanced": [ + 131 + ], + "undergraduate": [ + 132 + ], + "or": [ + 133 + ], + "beginning": [ + 134 + ], + "graduate": [ + 135 + ], + "course,": [ + 136 + ], + "text": [ + 138 + ], + "makes": [ + 139 + ], + "fundamentals": [ + 141 + ], + "algorithms": [ + 143 + ], + "accessible": [ + 147 + ], + "students": [ + 149 + ], + "non-expert": [ + 151 + ], + "readers": [ + 152 + ], + "statistics,": [ + 154 + ], + "mathematics,": [ + 157 + ], + "engineering.": [ + 159 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 80 + }, + { + "year": 2024, + "cited_by_count": 167 + }, + { + "year": 2023, + "cited_by_count": 278 + }, + { + "year": 2022, + "cited_by_count": 265 + }, + { + "year": 2021, + "cited_by_count": 621 + }, + { + "year": 2020, + "cited_by_count": 630 + }, + { + "year": 2019, + "cited_by_count": 453 + }, + { + "year": 2018, + "cited_by_count": 267 + }, + { + "year": 2017, + "cited_by_count": 152 + }, + { + "year": 2016, + "cited_by_count": 110 + }, + { + "year": 2015, + "cited_by_count": 46 + }, + { + "year": 2014, + "cited_by_count": 13 + }, + { + "year": 2013, + "cited_by_count": 3 + } + ], + "updated_date": "2026-04-28T14:05:53.105641", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2115252128", + "doi": "https://doi.org/10.5555/1577069.1755843", + "title": "Dlib-ml: A Machine Learning Toolkit", + "display_name": "Dlib-ml: A Machine Learning Toolkit", + "relevance_score": 3737.9124, + "publication_year": 2009, + "publication_date": "2009-12-01", + "ids": { + "openalex": "https://openalex.org/W2115252128", + "doi": "https://doi.org/10.5555/1577069.1755843", + "mag": "2115252128" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.156.3584", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.156.3584", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.jmlr.org/papers/volume10/king09a/king09a.pdf", + "raw_type": "text" + }, + "type": "article", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5055606271", + "display_name": "Davis E. King", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "Davis E. King", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5055606271" + ], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 4.9979, + "has_fulltext": false, + "cited_by_count": 2921, + "citation_normalized_percentile": { + "value": 0.95441293, + "is_in_top_1_percent": false, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 96, + "max": 100 + }, + "biblio": { + "volume": "10", + "issue": "60", + "first_page": "1755", + "last_page": "1758" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12205", + "display_name": "Time Series Analysis and Forecasting", + "score": 0.9950000047683716, + "subfield": { + "id": "https://openalex.org/subfields/1711", + "display_name": "Signal Processing" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12205", + "display_name": "Time Series Analysis and Forecasting", + "score": 0.9950000047683716, + "subfield": { + "id": "https://openalex.org/subfields/1711", + "display_name": "Signal Processing" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11447", + "display_name": "Blind Source Separation Techniques", + "score": 0.9936000108718872, + "subfield": { + "id": "https://openalex.org/subfields/1711", + "display_name": "Signal Processing" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.9926000237464905, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.8153140544891357 + }, + { + "id": "https://openalex.org/keywords/python", + "display_name": "Python (programming language)", + "score": 0.7605270147323608 + }, + { + "id": "https://openalex.org/keywords/debugging", + "display_name": "Debugging", + "score": 0.6248811483383179 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6037954092025757 + }, + { + "id": "https://openalex.org/keywords/cluster-analysis", + "display_name": "Cluster analysis", + "score": 0.553378701210022 + }, + { + "id": "https://openalex.org/keywords/implementation", + "display_name": "Implementation", + "score": 0.4825972318649292 + }, + { + "id": "https://openalex.org/keywords/programming-language", + "display_name": "Programming language", + "score": 0.4804627299308777 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.4792616367340088 + }, + { + "id": "https://openalex.org/keywords/software-engineering", + "display_name": "Software engineering", + "score": 0.46823209524154663 + }, + { + "id": "https://openalex.org/keywords/documentation", + "display_name": "Documentation", + "score": 0.4525264799594879 + }, + { + "id": "https://openalex.org/keywords/software", + "display_name": "Software", + "score": 0.4523027539253235 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.3667660355567932 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.8153140544891357 + }, + { + "id": "https://openalex.org/C519991488", + "wikidata": "https://www.wikidata.org/wiki/Q28865", + "display_name": "Python (programming language)", + "level": 2, + "score": 0.7605270147323608 + }, + { + "id": "https://openalex.org/C168065819", + "wikidata": "https://www.wikidata.org/wiki/Q845566", + "display_name": "Debugging", + "level": 2, + "score": 0.6248811483383179 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6037954092025757 + }, + { + "id": "https://openalex.org/C73555534", + "wikidata": "https://www.wikidata.org/wiki/Q622825", + "display_name": "Cluster analysis", + "level": 2, + "score": 0.553378701210022 + }, + { + "id": "https://openalex.org/C26713055", + "wikidata": "https://www.wikidata.org/wiki/Q245962", + "display_name": "Implementation", + "level": 2, + "score": 0.4825972318649292 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.4804627299308777 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.4792616367340088 + }, + { + "id": "https://openalex.org/C115903868", + "wikidata": "https://www.wikidata.org/wiki/Q80993", + "display_name": "Software engineering", + "level": 1, + "score": 0.46823209524154663 + }, + { + "id": "https://openalex.org/C56666940", + "wikidata": "https://www.wikidata.org/wiki/Q788790", + "display_name": "Documentation", + "level": 2, + "score": 0.4525264799594879 + }, + { + "id": "https://openalex.org/C2777904410", + "wikidata": "https://www.wikidata.org/wiki/Q7397", + "display_name": "Software", + "level": 2, + "score": 0.4523027539253235 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.3667660355567932 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.156.3584", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.156.3584", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.jmlr.org/papers/volume10/king09a/king09a.pdf", + "raw_type": "text" + }, + { + "id": "mag:2115252128", + "is_oa": false, + "landing_page_url": "https://jmlr.csail.mit.edu/papers/volume10/king09a/king09a.pdf", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S118988714", + "display_name": "Journal of Machine Learning Research", + "issn_l": "1532-4435", + "issn": [ + "1532-4435", + "1533-7928" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315718", + "host_organization_name": "The MIT Press", + "host_organization_lineage": [ + "https://openalex.org/P4310315718" + ], + "host_organization_lineage_names": [ + "The MIT Press" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": "Journal of Machine Learning Research", + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "score": 0.5400000214576721, + "id": "https://metadata.un.org/sdg/9", + "display_name": "Industry, innovation and infrastructure" + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 9, + "referenced_works": [ + "https://openalex.org/W1486089539", + "https://openalex.org/W1494068061", + "https://openalex.org/W1618905105", + "https://openalex.org/W1633751774", + "https://openalex.org/W2125993116", + "https://openalex.org/W2142623206", + "https://openalex.org/W2153290280", + "https://openalex.org/W2153635508", + "https://openalex.org/W2154462399" + ], + "related_works": [ + "https://openalex.org/W3101998545", + "https://openalex.org/W3099206234", + "https://openalex.org/W3097096317", + "https://openalex.org/W2964121744", + "https://openalex.org/W2963073614", + "https://openalex.org/W2325939864", + "https://openalex.org/W2301937176", + "https://openalex.org/W2194775991", + "https://openalex.org/W2163605009", + "https://openalex.org/W2161969291", + "https://openalex.org/W2145287260", + "https://openalex.org/W2108598243", + "https://openalex.org/W2103943262", + "https://openalex.org/W2099471712", + "https://openalex.org/W2097117768", + "https://openalex.org/W2087681821", + "https://openalex.org/W1901129140", + "https://openalex.org/W1834627138", + "https://openalex.org/W1782590233", + "https://openalex.org/W1686810756" + ], + "abstract_inverted_index": { + "There": [ + 0 + ], + "are": [ + 1 + ], + "many": [ + 2 + ], + "excellent": [ + 3 + ], + "toolkits": [ + 4 + ], + "which": [ + 5, + 33, + 105 + ], + "provide": [ + 6, + 36 + ], + "support": [ + 7 + ], + "for": [ + 8, + 41, + 71, + 80 + ], + "developing": [ + 9, + 42 + ], + "machine": [ + 10, + 43 + ], + "learning": [ + 11, + 44 + ], + "software": [ + 12, + 45 + ], + "in": [ + 13, + 46, + 62, + 74 + ], + "Python,": [ + 14 + ], + "R,": [ + 15 + ], + "Matlab,": [ + 16 + ], + "and": [ + 17, + 30, + 77, + 86, + 108 + ], + "similar": [ + 18 + ], + "environments.": [ + 19 + ], + "Dlib-ml": [ + 20 + ], + "is": [ + 21 + ], + "an": [ + 22, + 55 + ], + "open": [ + 23 + ], + "source": [ + 24 + ], + "library,": [ + 25 + ], + "targeted": [ + 26 + ], + "at": [ + 27 + ], + "both": [ + 28 + ], + "engineers": [ + 29 + ], + "research": [ + 31 + ], + "scientists,": [ + 32 + ], + "aims": [ + 34 + ], + "to": [ + 35 + ], + "a": [ + 37 + ], + "similarly": [ + 38 + ], + "rich": [ + 39 + ], + "environment": [ + 40 + ], + "the": [ + 47, + 96 + ], + "C++": [ + 48 + ], + "language.": [ + 49 + ], + "Towards": [ + 50 + ], + "this": [ + 51 + ], + "end,": [ + 52 + ], + "dlib-ml": [ + 53 + ], + "contains": [ + 54 + ], + "extensible": [ + 56 + ], + "linear": [ + 57 + ], + "algebra": [ + 58 + ], + "toolkit": [ + 59 + ], + "with": [ + 60, + 102 + ], + "built": [ + 61 + ], + "BLAS": [ + 63 + ], + "support.": [ + 64 + ], + "It": [ + 65 + ], + "also": [ + 66 + ], + "houses": [ + 67 + ], + "implementations": [ + 68 + ], + "of": [ + 69, + 93 + ], + "algorithms": [ + 70 + ], + "performing": [ + 72 + ], + "inference": [ + 73 + ], + "Bayesian": [ + 75, + 124 + ], + "networks": [ + 76, + 125 + ], + "kernel-based": [ + 78 + ], + "methods": [ + 79 + ], + "classification,": [ + 81 + ], + "regression,": [ + 82 + ], + "clustering,": [ + 83, + 122 + ], + "anomaly": [ + 84 + ], + "detection,": [ + 85 + ], + "feature": [ + 87 + ], + "ranking.": [ + 88 + ], + "To": [ + 89 + ], + "enable": [ + 90 + ], + "easy": [ + 91 + ], + "use": [ + 92 + ], + "these": [ + 94 + ], + "tools,": [ + 95 + ], + "entire": [ + 97 + ], + "library": [ + 98 + ], + "has": [ + 99 + ], + "been": [ + 100 + ], + "developed": [ + 101 + ], + "contract": [ + 103 + ], + "programming,": [ + 104 + ], + "provides": [ + 106 + ], + "complete": [ + 107 + ], + "precise": [ + 109 + ], + "documentation": [ + 110 + ], + "as": [ + 111, + 113 + ], + "well": [ + 112 + ], + "powerful": [ + 114 + ], + "debugging": [ + 115 + ], + "tools.": [ + 116 + ], + "Keywords:": [ + 117 + ], + "kernel-methods,": [ + 118 + ], + "svm,": [ + 119 + ], + "rvm,": [ + 120 + ], + "kernel": [ + 121 + ], + "C++,": [ + 123 + ], + "1.": [ + 126 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 1 + }, + { + "year": 2025, + "cited_by_count": 74 + }, + { + "year": 2024, + "cited_by_count": 194 + }, + { + "year": 2023, + "cited_by_count": 292 + }, + { + "year": 2022, + "cited_by_count": 336 + }, + { + "year": 2021, + "cited_by_count": 479 + }, + { + "year": 2020, + "cited_by_count": 446 + }, + { + "year": 2019, + "cited_by_count": 400 + }, + { + "year": 2018, + "cited_by_count": 319 + }, + { + "year": 2017, + "cited_by_count": 190 + }, + { + "year": 2016, + "cited_by_count": 113 + }, + { + "year": 2015, + "cited_by_count": 44 + }, + { + "year": 2014, + "cited_by_count": 14 + }, + { + "year": 2013, + "cited_by_count": 5 + }, + { + "year": 2012, + "cited_by_count": 5 + } + ], + "updated_date": "2026-05-08T15:41:06.802602", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W4400134761", + "doi": "https://doi.org/10.21275/art20203995", + "title": "Machine Learning Algorithms - A Review", + "display_name": "Machine Learning Algorithms - A Review", + "relevance_score": 3665.2559, + "publication_year": 2020, + "publication_date": "2020-01-05", + "ids": { + "openalex": "https://openalex.org/W4400134761", + "doi": "https://doi.org/10.21275/art20203995" + }, + "language": "en", + "primary_location": { + "id": "doi:10.21275/art20203995", + "is_oa": true, + "landing_page_url": "https://doi.org/10.21275/art20203995", + "pdf_url": "https://doi.org/10.21275/art20203995", + "source": { + "id": "https://openalex.org/S4210240710", + "display_name": "International Journal of Science and Research (IJSR)", + "issn_l": "2319-7064", + "issn": [ + "2319-7064" + ], + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "International Journal of Science and Research (IJSR)", + "raw_type": "journal-article" + }, + "type": "review", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "diamond", + "oa_url": "https://doi.org/10.21275/art20203995", + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5113270062", + "display_name": "Batta Mahesh", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "Batta Mahesh", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5113270062" + ], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 300.9137, + "has_fulltext": false, + "cited_by_count": 2450, + "citation_normalized_percentile": { + "value": 0.99993517, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 94, + "max": 100 + }, + "biblio": { + "volume": "9", + "issue": "1", + "first_page": "381", + "last_page": "386" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11396", + "display_name": "Artificial Intelligence in Healthcare", + "score": 0.19280000030994415, + "subfield": { + "id": "https://openalex.org/subfields/3605", + "display_name": "Health Information Management" + }, + "field": { + "id": "https://openalex.org/fields/36", + "display_name": "Health Professions" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11396", + "display_name": "Artificial Intelligence in Healthcare", + "score": 0.19280000030994415, + "subfield": { + "id": "https://openalex.org/subfields/3605", + "display_name": "Health Information Management" + }, + "field": { + "id": "https://openalex.org/fields/36", + "display_name": "Health Professions" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.5793123245239258 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.46341603994369507 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.44169795513153076 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.4307257831096649 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.5793123245239258 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.46341603994369507 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.44169795513153076 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.4307257831096649 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.21275/art20203995", + "is_oa": true, + "landing_page_url": "https://doi.org/10.21275/art20203995", + "pdf_url": "https://doi.org/10.21275/art20203995", + "source": { + "id": "https://openalex.org/S4210240710", + "display_name": "International Journal of Science and Research (IJSR)", + "issn_l": "2319-7064", + "issn": [ + "2319-7064" + ], + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "International Journal of Science and Research (IJSR)", + "raw_type": "journal-article" + } + ], + "best_oa_location": { + "id": "doi:10.21275/art20203995", + "is_oa": true, + "landing_page_url": "https://doi.org/10.21275/art20203995", + "pdf_url": "https://doi.org/10.21275/art20203995", + "source": { + "id": "https://openalex.org/S4210240710", + "display_name": "International Journal of Science and Research (IJSR)", + "issn_l": "2319-7064", + "issn": [ + "2319-7064" + ], + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "International Journal of Science and Research (IJSR)", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": true, + "grobid_xml": false + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W4400134761.pdf" + }, + "referenced_works_count": 6, + "referenced_works": [ + "https://openalex.org/W328766226", + "https://openalex.org/W1549998098", + "https://openalex.org/W2040895929", + "https://openalex.org/W2091005538", + "https://openalex.org/W2223344998", + "https://openalex.org/W4236558809" + ], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W3046775127", + "https://openalex.org/W3107602296", + "https://openalex.org/W4394896187", + "https://openalex.org/W3170094116", + "https://openalex.org/W4386462264", + "https://openalex.org/W4364306694", + "https://openalex.org/W4312192474", + "https://openalex.org/W4283697347" + ], + "abstract_inverted_index": { + "Machine": [ + 0 + ], + "learning": [ + 1, + 61, + 93, + 125 + ], + "(ML)": [ + 2 + ], + "is": [ + 3, + 44, + 58, + 94 + ], + "the": [ + 4, + 48, + 52, + 120 + ], + "scientific": [ + 5 + ], + "study": [ + 6 + ], + "of": [ + 7, + 34, + 51, + 90, + 119, + 123 + ], + "algorithms": [ + 8, + 26, + 70, + 126 + ], + "and": [ + 9, + 116 + ], + "statistical": [ + 10 + ], + "models": [ + 11 + ], + "that": [ + 12, + 54 + ], + "computer": [ + 13 + ], + "systems": [ + 14 + ], + "use": [ + 15, + 33 + ], + "to": [ + 16, + 46, + 66, + 84, + 101 + ], + "perform": [ + 17 + ], + "a": [ + 18, + 38, + 60, + 86, + 113 + ], + "specific": [ + 19 + ], + "task": [ + 20 + ], + "without": [ + 21 + ], + "being": [ + 22 + ], + "explicitly": [ + 23 + ], + "programmed.": [ + 24 + ], + "Learning": [ + 25 + ], + "in": [ + 27 + ], + "many": [ + 28 + ], + "applications": [ + 29, + 122 + ], + "that's": [ + 30 + ], + "we": [ + 31 + ], + "make": [ + 32 + ], + "daily.": [ + 35 + ], + "Every": [ + 36 + ], + "time": [ + 37 + ], + "web": [ + 39, + 68 + ], + "search": [ + 40, + 47 + ], + "engine": [ + 41 + ], + "like": [ + 42, + 76 + ], + "Google": [ + 43 + ], + "used": [ + 45, + 72 + ], + "internet,": [ + 49 + ], + "one": [ + 50 + ], + "reasons": [ + 53 + ], + "work": [ + 55, + 109 + ], + "so": [ + 56 + ], + "well": [ + 57 + ], + "because": [ + 59 + ], + "algorithm": [ + 62, + 98 + ], + "thathas": [ + 63 + ], + "learned": [ + 64 + ], + "how": [ + 65 + ], + "rank": [ + 67 + ], + "pages.These": [ + 69 + ], + "are": [ + 71 + ], + "for": [ + 73 + ], + "various": [ + 74 + ], + "purposes": [ + 75 + ], + "data": [ + 77 + ], + "mining,": [ + 78 + ], + "image": [ + 79 + ], + "processing,": [ + 80 + ], + "predictive": [ + 81 + ], + "analytics,": [ + 82 + ], + "etc.": [ + 83 + ], + "name": [ + 85 + ], + "few.The": [ + 87 + ], + "main": [ + 88 + ], + "advantage": [ + 89 + ], + "using": [ + 91 + ], + "machine": [ + 92, + 124 + ], + "that,": [ + 95 + ], + "once": [ + 96 + ], + "an": [ + 97 + ], + "learns": [ + 99 + ], + "what": [ + 100 + ], + "do": [ + 102, + 107 + ], + "with": [ + 103 + ], + "data,": [ + 104 + ], + "it": [ + 105 + ], + "can": [ + 106 + ], + "its": [ + 108 + ], + "automatically.In": [ + 110 + ], + "this": [ + 111 + ], + "paper,": [ + 112 + ], + "brief": [ + 114 + ], + "review": [ + 115 + ], + "future": [ + 117 + ], + "prospect": [ + 118 + ], + "vast": [ + 121 + ], + "has": [ + 127 + ], + "been": [ + 128 + ], + "made.": [ + 129 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 100 + }, + { + "year": 2025, + "cited_by_count": 646 + }, + { + "year": 2024, + "cited_by_count": 720 + }, + { + "year": 2023, + "cited_by_count": 608 + }, + { + "year": 2022, + "cited_by_count": 271 + }, + { + "year": 2021, + "cited_by_count": 68 + }, + { + "year": 2020, + "cited_by_count": 27 + }, + { + "year": 2019, + "cited_by_count": 7 + }, + { + "year": 2018, + "cited_by_count": 2 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2161336914", + "doi": "https://doi.org/10.1145/2347736.2347755", + "title": "A few useful things to know about machine learning", + "display_name": "A few useful things to know about machine learning", + "relevance_score": 3659.377, + "publication_year": 2012, + "publication_date": "2012-09-25", + "ids": { + "openalex": "https://openalex.org/W2161336914", + "doi": "https://doi.org/10.1145/2347736.2347755", + "mag": "2161336914" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1145/2347736.2347755", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/2347736.2347755", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S103482838", + "display_name": "Communications of the ACM", + "issn_l": "0001-0782", + "issn": [ + "0001-0782", + "1557-7317" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319798", + "host_organization_name": "Association for Computing Machinery", + "host_organization_lineage": [ + "https://openalex.org/P4310319798" + ], + "host_organization_lineage_names": [ + "Association for Computing Machinery" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Communications of the ACM", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5018711331", + "display_name": "Pedro Domingos", + "orcid": "https://orcid.org/0000-0003-4523-5631" + }, + "institutions": [ + { + "id": "https://openalex.org/I201448701", + "display_name": "University of Washington", + "ror": "https://ror.org/00cvxb145", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I201448701" + ] + }, + { + "id": "https://openalex.org/I58610484", + "display_name": "Seattle University", + "ror": "https://ror.org/02jqc0m91", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I58610484" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Pedro Domingos", + "raw_affiliation_strings": [ + "University of Washington, Seattle" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Washington, Seattle", + "institution_ids": [ + "https://openalex.org/I58610484", + "https://openalex.org/I201448701" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5018711331" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I201448701", + "https://openalex.org/I58610484" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 103.0267, + "has_fulltext": false, + "cited_by_count": 3229, + "citation_normalized_percentile": { + "value": 0.99977526, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 94, + "max": 100 + }, + "biblio": { + "volume": "55", + "issue": "10", + "first_page": "78", + "last_page": "87" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9976000189781189, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9976000189781189, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11303", + "display_name": "Bayesian Modeling and Causal Inference", + "score": 0.9958000183105469, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12072", + "display_name": "Machine Learning and Algorithms", + "score": 0.9908999800682068, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6615294218063354 + }, + { + "id": "https://openalex.org/keywords/need-to-know", + "display_name": "Need to know", + "score": 0.5620318651199341 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.43639615178108215 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.35491612553596497 + }, + { + "id": "https://openalex.org/keywords/computer-security", + "display_name": "Computer security", + "score": 0.22050878405570984 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6615294218063354 + }, + { + "id": "https://openalex.org/C2778519782", + "wikidata": "https://www.wikidata.org/wiki/Q1974060", + "display_name": "Need to know", + "level": 2, + "score": 0.5620318651199341 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.43639615178108215 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.35491612553596497 + }, + { + "id": "https://openalex.org/C38652104", + "wikidata": "https://www.wikidata.org/wiki/Q3510521", + "display_name": "Computer security", + "level": 1, + "score": 0.22050878405570984 + } + ], + "mesh": [], + "locations_count": 4, + "locations": [ + { + "id": "doi:10.1145/2347736.2347755", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/2347736.2347755", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S103482838", + "display_name": "Communications of the ACM", + "issn_l": "0001-0782", + "issn": [ + "0001-0782", + "1557-7317" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319798", + "host_organization_name": "Association for Computing Machinery", + "host_organization_lineage": [ + "https://openalex.org/P4310319798" + ], + "host_organization_lineage_names": [ + "Association for Computing Machinery" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Communications of the ACM", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.353.7232", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.353.7232", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://homes.cs.washington.edu/~pedrod/papers/cacm12.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.715.3497", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.715.3497", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://pantherfile.uwm.edu/borji/www/lecturesML/Reviews/cacm12.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.715.85", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.715.85", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://haralick.org/ML/useful_things_about_machine_learning.pdf", + "raw_type": "text" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "score": 0.47999998927116394, + "id": "https://metadata.un.org/sdg/4", + "display_name": "Quality Education" + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 31, + "referenced_works": [ + "https://openalex.org/W1486658274", + "https://openalex.org/W1494137514", + "https://openalex.org/W1504694836", + "https://openalex.org/W1521062204", + "https://openalex.org/W1570448133", + "https://openalex.org/W1583837637", + "https://openalex.org/W1585009072", + "https://openalex.org/W1761022139", + "https://openalex.org/W1977970897", + "https://openalex.org/W2001141328", + "https://openalex.org/W2039683780", + "https://openalex.org/W2063961549", + "https://openalex.org/W2070902649", + "https://openalex.org/W2072128103", + "https://openalex.org/W2089624555", + "https://openalex.org/W2100483895", + "https://openalex.org/W2110065044", + "https://openalex.org/W2110228583", + "https://openalex.org/W2125055259", + "https://openalex.org/W2140785063", + "https://openalex.org/W2143891888", + "https://openalex.org/W2152761983", + "https://openalex.org/W2156909104", + "https://openalex.org/W2400138769", + "https://openalex.org/W2966207845", + "https://openalex.org/W3133236490", + "https://openalex.org/W3135029803", + "https://openalex.org/W4231109964", + "https://openalex.org/W4232632925", + "https://openalex.org/W4299515571", + "https://openalex.org/W6791387550" + ], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W4224009465", + "https://openalex.org/W4286629047", + "https://openalex.org/W4306321456", + "https://openalex.org/W4285260836", + "https://openalex.org/W3046775127", + "https://openalex.org/W3170094116", + "https://openalex.org/W4205958290", + "https://openalex.org/W3209574120" + ], + "abstract_inverted_index": { + "Tapping": [ + 0 + ], + "into": [ + 1 + ], + "the": [ + 2 + ], + "\"folk": [ + 3 + ], + "knowledge\"": [ + 4 + ], + "needed": [ + 5 + ], + "to": [ + 6 + ], + "advance": [ + 7 + ], + "machine": [ + 8 + ], + "learning": [ + 9 + ], + "applications.": [ + 10 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 108 + }, + { + "year": 2025, + "cited_by_count": 349 + }, + { + "year": 2024, + "cited_by_count": 298 + }, + { + "year": 2023, + "cited_by_count": 268 + }, + { + "year": 2022, + "cited_by_count": 283 + }, + { + "year": 2021, + "cited_by_count": 310 + }, + { + "year": 2020, + "cited_by_count": 391 + }, + { + "year": 2019, + "cited_by_count": 326 + }, + { + "year": 2018, + "cited_by_count": 261 + }, + { + "year": 2017, + "cited_by_count": 248 + }, + { + "year": 2016, + "cited_by_count": 153 + }, + { + "year": 2015, + "cited_by_count": 106 + }, + { + "year": 2014, + "cited_by_count": 80 + }, + { + "year": 2013, + "cited_by_count": 45 + }, + { + "year": 2012, + "cited_by_count": 2 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2151591509", + "doi": "https://doi.org/10.3389/fninf.2014.00014", + "title": "Machine learning for neuroimaging with scikit-learn", + "display_name": "Machine learning for neuroimaging with scikit-learn", + "relevance_score": 3624.0254, + "publication_year": 2014, + "publication_date": "2014-01-01", + "ids": { + "openalex": "https://openalex.org/W2151591509", + "doi": "https://doi.org/10.3389/fninf.2014.00014", + "mag": "2151591509", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/24600388" + }, + "language": "en", + "primary_location": { + "id": "doi:10.3389/fninf.2014.00014", + "is_oa": true, + "landing_page_url": "https://doi.org/10.3389/fninf.2014.00014", + "pdf_url": "https://www.frontiersin.org/articles/10.3389/fninf.2014.00014/pdf", + "source": { + "id": "https://openalex.org/S179816892", + "display_name": "Frontiers in Neuroinformatics", + "issn_l": "1662-5196", + "issn": [ + "1662-5196" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320527", + "host_organization_name": "Frontiers Media", + "host_organization_lineage": [ + "https://openalex.org/P4310320527" + ], + "host_organization_lineage_names": [ + "Frontiers Media" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Frontiers in Neuroinformatics", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "arxiv", + "crossref", + "doaj", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "gold", + "oa_url": "https://www.frontiersin.org/articles/10.3389/fninf.2014.00014/pdf", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5033483167", + "display_name": "Alexandre Abraham", + "orcid": "https://orcid.org/0000-0003-3693-0560" + }, + "institutions": [ + { + "id": "https://openalex.org/I1326498283", + "display_name": "Institut national de recherche en sciences et technologies du numérique", + "ror": "https://ror.org/02kvxyf05", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I1326498283" + ] + }, + { + "id": "https://openalex.org/I2738703131", + "display_name": "Commissariat à l'Énergie Atomique et aux Énergies Alternatives", + "ror": "https://ror.org/00jjx8s55", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131" + ] + }, + { + "id": "https://openalex.org/I4210126360", + "display_name": "Centre Inria de Saclay", + "ror": "https://ror.org/0315e5x55", + "country_code": "FR", + "type": "facility", + "lineage": [ + "https://openalex.org/I1326498283", + "https://openalex.org/I4210126360" + ] + }, + { + "id": "https://openalex.org/I4210128565", + "display_name": "CEA Paris-Saclay", + "ror": "https://ror.org/03n15ch10", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I277688954", + "https://openalex.org/I4210128565" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": true, + "raw_author_name": "Alexandre Abraham", + "raw_affiliation_strings": [ + "Parietal Team, INRIA Saclay-Île-de-France Saclay, France ; Neurospin, I2 BM, DSV, CEA Gif-Sur-Yvette, France", + "Parietal Team, INRIA Saclay-Île-de-France, Saclay, France", + "Neurospin, I2 BM, DSV, CEA, Gif-Sur-Yvette, France" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Parietal Team, INRIA Saclay-Île-de-France Saclay, France ; Neurospin, I2 BM, DSV, CEA Gif-Sur-Yvette, France", + "institution_ids": [ + "https://openalex.org/I4210126360", + "https://openalex.org/I2738703131", + "https://openalex.org/I4210128565" + ] + }, + { + "raw_affiliation_string": "Parietal Team, INRIA Saclay-Île-de-France, Saclay, France", + "institution_ids": [ + "https://openalex.org/I4210126360", + "https://openalex.org/I1326498283" + ] + }, + { + "raw_affiliation_string": "Neurospin, I2 BM, DSV, CEA, Gif-Sur-Yvette, France", + "institution_ids": [ + "https://openalex.org/I2738703131" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5108143968", + "display_name": "Fabian Pedregosa", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1326498283", + "display_name": "Institut national de recherche en sciences et technologies du numérique", + "ror": "https://ror.org/02kvxyf05", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I1326498283" + ] + }, + { + "id": "https://openalex.org/I2738703131", + "display_name": "Commissariat à l'Énergie Atomique et aux Énergies Alternatives", + "ror": "https://ror.org/00jjx8s55", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131" + ] + }, + { + "id": "https://openalex.org/I4210126360", + "display_name": "Centre Inria de Saclay", + "ror": "https://ror.org/0315e5x55", + "country_code": "FR", + "type": "facility", + "lineage": [ + "https://openalex.org/I1326498283", + "https://openalex.org/I4210126360" + ] + }, + { + "id": "https://openalex.org/I4210128565", + "display_name": "CEA Paris-Saclay", + "ror": "https://ror.org/03n15ch10", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I277688954", + "https://openalex.org/I4210128565" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Fabian Pedregosa", + "raw_affiliation_strings": [ + "Parietal Team, INRIA Saclay-Île-de-France Saclay, France ; Neurospin, I2 BM, DSV, CEA Gif-Sur-Yvette, France", + "Parietal Team, INRIA Saclay-Île-de-France, Saclay, France", + "Neurospin, I2 BM, DSV, CEA, Gif-Sur-Yvette, France" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Parietal Team, INRIA Saclay-Île-de-France Saclay, France ; Neurospin, I2 BM, DSV, CEA Gif-Sur-Yvette, France", + "institution_ids": [ + "https://openalex.org/I4210126360", + "https://openalex.org/I2738703131", + "https://openalex.org/I4210128565" + ] + }, + { + "raw_affiliation_string": "Parietal Team, INRIA Saclay-Île-de-France, Saclay, France", + "institution_ids": [ + "https://openalex.org/I4210126360", + "https://openalex.org/I1326498283" + ] + }, + { + "raw_affiliation_string": "Neurospin, I2 BM, DSV, CEA, Gif-Sur-Yvette, France", + "institution_ids": [ + "https://openalex.org/I2738703131" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5065146930", + "display_name": "Michael Eickenberg", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1326498283", + "display_name": "Institut national de recherche en sciences et technologies du numérique", + "ror": "https://ror.org/02kvxyf05", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I1326498283" + ] + }, + { + "id": "https://openalex.org/I2738703131", + "display_name": "Commissariat à l'Énergie Atomique et aux Énergies Alternatives", + "ror": "https://ror.org/00jjx8s55", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131" + ] + }, + { + "id": "https://openalex.org/I4210126360", + "display_name": "Centre Inria de Saclay", + "ror": "https://ror.org/0315e5x55", + "country_code": "FR", + "type": "facility", + "lineage": [ + "https://openalex.org/I1326498283", + "https://openalex.org/I4210126360" + ] + }, + { + "id": "https://openalex.org/I4210128565", + "display_name": "CEA Paris-Saclay", + "ror": "https://ror.org/03n15ch10", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I277688954", + "https://openalex.org/I4210128565" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Michael Eickenberg", + "raw_affiliation_strings": [ + "Parietal Team, INRIA Saclay-Île-de-France Saclay, France ; Neurospin, I2 BM, DSV, CEA Gif-Sur-Yvette, France", + "Neurospin, I2 BM, DSV, CEA, Gif-Sur-Yvette, France", + "Parietal Team, INRIA Saclay-Île-de-France, Saclay, France" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Parietal Team, INRIA Saclay-Île-de-France Saclay, France ; Neurospin, I2 BM, DSV, CEA Gif-Sur-Yvette, France", + "institution_ids": [ + "https://openalex.org/I4210126360", + "https://openalex.org/I2738703131", + "https://openalex.org/I4210128565" + ] + }, + { + "raw_affiliation_string": "Neurospin, I2 BM, DSV, CEA, Gif-Sur-Yvette, France", + "institution_ids": [ + "https://openalex.org/I2738703131" + ] + }, + { + "raw_affiliation_string": "Parietal Team, INRIA Saclay-Île-de-France, Saclay, France", + "institution_ids": [ + "https://openalex.org/I4210126360", + "https://openalex.org/I1326498283" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5001112573", + "display_name": "Philippe Gervais", + "orcid": "https://orcid.org/0000-0003-2172-879X" + }, + "institutions": [ + { + "id": "https://openalex.org/I1326498283", + "display_name": "Institut national de recherche en sciences et technologies du numérique", + "ror": "https://ror.org/02kvxyf05", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I1326498283" + ] + }, + { + "id": "https://openalex.org/I2738703131", + "display_name": "Commissariat à l'Énergie Atomique et aux Énergies Alternatives", + "ror": "https://ror.org/00jjx8s55", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131" + ] + }, + { + "id": "https://openalex.org/I4210126360", + "display_name": "Centre Inria de Saclay", + "ror": "https://ror.org/0315e5x55", + "country_code": "FR", + "type": "facility", + "lineage": [ + "https://openalex.org/I1326498283", + "https://openalex.org/I4210126360" + ] + }, + { + "id": "https://openalex.org/I4210128565", + "display_name": "CEA Paris-Saclay", + "ror": "https://ror.org/03n15ch10", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I277688954", + "https://openalex.org/I4210128565" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Philippe Gervais", + "raw_affiliation_strings": [ + "Parietal Team, INRIA Saclay-Île-de-France Saclay, France ; Neurospin, I2 BM, DSV, CEA Gif-Sur-Yvette, France", + "Parietal Team, INRIA Saclay-Île-de-France, Saclay, France", + "Neurospin, I2 BM, DSV, CEA, Gif-Sur-Yvette, France" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Parietal Team, INRIA Saclay-Île-de-France Saclay, France ; Neurospin, I2 BM, DSV, CEA Gif-Sur-Yvette, France", + "institution_ids": [ + "https://openalex.org/I4210126360", + "https://openalex.org/I2738703131", + "https://openalex.org/I4210128565" + ] + }, + { + "raw_affiliation_string": "Parietal Team, INRIA Saclay-Île-de-France, Saclay, France", + "institution_ids": [ + "https://openalex.org/I4210126360", + "https://openalex.org/I1326498283" + ] + }, + { + "raw_affiliation_string": "Neurospin, I2 BM, DSV, CEA, Gif-Sur-Yvette, France", + "institution_ids": [ + "https://openalex.org/I2738703131" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5088500114", + "display_name": "Andreas Mueller", + "orcid": "https://orcid.org/0000-0002-2349-9428" + }, + "institutions": [ + { + "id": "https://openalex.org/I135140700", + "display_name": "University of Bonn", + "ror": "https://ror.org/041nas322", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I135140700" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Andreas Mueller", + "raw_affiliation_strings": [ + "Institute of Computer Science VI, University of Bonn Bonn, Germany", + "Institute of Computer Science VI, University of Bonn, Bonn, Germany" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Institute of Computer Science VI, University of Bonn Bonn, Germany", + "institution_ids": [ + "https://openalex.org/I135140700" + ] + }, + { + "raw_affiliation_string": "Institute of Computer Science VI, University of Bonn, Bonn, Germany", + "institution_ids": [ + "https://openalex.org/I135140700" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5006048318", + "display_name": "Jean Kossaifi", + "orcid": "https://orcid.org/0000-0002-4445-3429" + }, + "institutions": [ + { + "id": "https://openalex.org/I47508984", + "display_name": "Imperial College London", + "ror": "https://ror.org/041kmwe10", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I47508984" + ] + } + ], + "countries": [ + "GB" + ], + "is_corresponding": false, + "raw_author_name": "Jean Kossaifi", + "raw_affiliation_strings": [ + "Department of Computing, Imperial College London London, UK", + "Department of Computing, Imperial College London, London, UK" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Computing, Imperial College London London, UK", + "institution_ids": [ + "https://openalex.org/I47508984" + ] + }, + { + "raw_affiliation_string": "Department of Computing, Imperial College London, London, UK", + "institution_ids": [ + "https://openalex.org/I47508984" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5018256474", + "display_name": "Alexandre Gramfort", + "orcid": "https://orcid.org/0000-0001-9791-4404" + }, + "institutions": [ + { + "id": "https://openalex.org/I12356871", + "display_name": "Télécom Paris", + "ror": "https://ror.org/01naq7912", + "country_code": "FR", + "type": "education", + "lineage": [ + "https://openalex.org/I12356871", + "https://openalex.org/I205703379", + "https://openalex.org/I4210145102" + ] + }, + { + "id": "https://openalex.org/I1294671590", + "display_name": "Centre National de la Recherche Scientifique", + "ror": "https://ror.org/02feahw73", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I1294671590" + ] + }, + { + "id": "https://openalex.org/I1326498283", + "display_name": "Institut national de recherche en sciences et technologies du numérique", + "ror": "https://ror.org/02kvxyf05", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I1326498283" + ] + }, + { + "id": "https://openalex.org/I205703379", + "display_name": "Institut Mines-Télécom", + "ror": "https://ror.org/025vp2923", + "country_code": "FR", + "type": "facility", + "lineage": [ + "https://openalex.org/I205703379" + ] + }, + { + "id": "https://openalex.org/I2738703131", + "display_name": "Commissariat à l'Énergie Atomique et aux Énergies Alternatives", + "ror": "https://ror.org/00jjx8s55", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131" + ] + }, + { + "id": "https://openalex.org/I4210126360", + "display_name": "Centre Inria de Saclay", + "ror": "https://ror.org/0315e5x55", + "country_code": "FR", + "type": "facility", + "lineage": [ + "https://openalex.org/I1326498283", + "https://openalex.org/I4210126360" + ] + }, + { + "id": "https://openalex.org/I4210128565", + "display_name": "CEA Paris-Saclay", + "ror": "https://ror.org/03n15ch10", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I277688954", + "https://openalex.org/I4210128565" + ] + }, + { + "id": "https://openalex.org/I4210165912", + "display_name": "Laboratoire Traitement et Communication de l’Information", + "ror": "https://ror.org/057er4c39", + "country_code": "FR", + "type": "facility", + "lineage": [ + "https://openalex.org/I12356871", + "https://openalex.org/I205703379", + "https://openalex.org/I4210145102", + "https://openalex.org/I4210165912" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Alexandre Gramfort", + "raw_affiliation_strings": [ + "Parietal Team, INRIA Saclay-Île-de-France Saclay, France ; Neurospin, I2 BM, DSV, CEA Gif-Sur-Yvette, France ; Institut Mines-Telecom, Telecom ParisTech, CNRS LTCI Paris, France", + "Parietal Team, INRIA Saclay-Île-de-France, Saclay, France", + "Neurospin, I2 BM, DSV, CEA, Gif-Sur-Yvette, France", + "Institut Mines-Telecom, Telecom ParisTech, CNRS LTCI, Paris, France" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Parietal Team, INRIA Saclay-Île-de-France Saclay, France ; Neurospin, I2 BM, DSV, CEA Gif-Sur-Yvette, France ; Institut Mines-Telecom, Telecom ParisTech, CNRS LTCI Paris, France", + "institution_ids": [ + "https://openalex.org/I1294671590", + "https://openalex.org/I205703379", + "https://openalex.org/I4210128565", + "https://openalex.org/I4210165912", + "https://openalex.org/I2738703131" + ] + }, + { + "raw_affiliation_string": "Parietal Team, INRIA Saclay-Île-de-France, Saclay, France", + "institution_ids": [ + "https://openalex.org/I4210126360", + "https://openalex.org/I1326498283" + ] + }, + { + "raw_affiliation_string": "Neurospin, I2 BM, DSV, CEA, Gif-Sur-Yvette, France", + "institution_ids": [ + "https://openalex.org/I2738703131" + ] + }, + { + "raw_affiliation_string": "Institut Mines-Telecom, Telecom ParisTech, CNRS LTCI, Paris, France", + "institution_ids": [ + "https://openalex.org/I205703379", + "https://openalex.org/I12356871", + "https://openalex.org/I4210165912", + "https://openalex.org/I1294671590" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5026762833", + "display_name": "Bertrand Thirion", + "orcid": "https://orcid.org/0000-0001-5018-7895" + }, + "institutions": [ + { + "id": "https://openalex.org/I1326498283", + "display_name": "Institut national de recherche en sciences et technologies du numérique", + "ror": "https://ror.org/02kvxyf05", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I1326498283" + ] + }, + { + "id": "https://openalex.org/I2738703131", + "display_name": "Commissariat à l'Énergie Atomique et aux Énergies Alternatives", + "ror": "https://ror.org/00jjx8s55", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131" + ] + }, + { + "id": "https://openalex.org/I4210126360", + "display_name": "Centre Inria de Saclay", + "ror": "https://ror.org/0315e5x55", + "country_code": "FR", + "type": "facility", + "lineage": [ + "https://openalex.org/I1326498283", + "https://openalex.org/I4210126360" + ] + }, + { + "id": "https://openalex.org/I4210128565", + "display_name": "CEA Paris-Saclay", + "ror": "https://ror.org/03n15ch10", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I277688954", + "https://openalex.org/I4210128565" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Bertrand Thirion", + "raw_affiliation_strings": [ + "Parietal Team, INRIA Saclay-Île-de-France Saclay, France ; Neurospin, I2 BM, DSV, CEA Gif-Sur-Yvette, France", + "Parietal Team, INRIA Saclay-Île-de-France, Saclay, France", + "Neurospin, I2 BM, DSV, CEA, Gif-Sur-Yvette, France" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Parietal Team, INRIA Saclay-Île-de-France Saclay, France ; Neurospin, I2 BM, DSV, CEA Gif-Sur-Yvette, France", + "institution_ids": [ + "https://openalex.org/I4210126360", + "https://openalex.org/I2738703131", + "https://openalex.org/I4210128565" + ] + }, + { + "raw_affiliation_string": "Parietal Team, INRIA Saclay-Île-de-France, Saclay, France", + "institution_ids": [ + "https://openalex.org/I4210126360", + "https://openalex.org/I1326498283" + ] + }, + { + "raw_affiliation_string": "Neurospin, I2 BM, DSV, CEA, Gif-Sur-Yvette, France", + "institution_ids": [ + "https://openalex.org/I2738703131" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5074733625", + "display_name": "Gaël Varoquaux", + "orcid": "https://orcid.org/0000-0003-1076-5122" + }, + "institutions": [ + { + "id": "https://openalex.org/I1326498283", + "display_name": "Institut national de recherche en sciences et technologies du numérique", + "ror": "https://ror.org/02kvxyf05", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I1326498283" + ] + }, + { + "id": "https://openalex.org/I2738703131", + "display_name": "Commissariat à l'Énergie Atomique et aux Énergies Alternatives", + "ror": "https://ror.org/00jjx8s55", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131" + ] + }, + { + "id": "https://openalex.org/I4210126360", + "display_name": "Centre Inria de Saclay", + "ror": "https://ror.org/0315e5x55", + "country_code": "FR", + "type": "facility", + "lineage": [ + "https://openalex.org/I1326498283", + "https://openalex.org/I4210126360" + ] + }, + { + "id": "https://openalex.org/I4210128565", + "display_name": "CEA Paris-Saclay", + "ror": "https://ror.org/03n15ch10", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I277688954", + "https://openalex.org/I4210128565" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Gaël Varoquaux", + "raw_affiliation_strings": [ + "Parietal Team, INRIA Saclay-Île-de-France Saclay, France ; Neurospin, I2 BM, DSV, CEA Gif-Sur-Yvette, France", + "Neurospin, I2 BM, DSV, CEA, Gif-Sur-Yvette, France", + "Parietal Team, INRIA Saclay-Île-de-France, Saclay, France" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Parietal Team, INRIA Saclay-Île-de-France Saclay, France ; Neurospin, I2 BM, DSV, CEA Gif-Sur-Yvette, France", + "institution_ids": [ + "https://openalex.org/I4210126360", + "https://openalex.org/I2738703131", + "https://openalex.org/I4210128565" + ] + }, + { + "raw_affiliation_string": "Neurospin, I2 BM, DSV, CEA, Gif-Sur-Yvette, France", + "institution_ids": [ + "https://openalex.org/I2738703131" + ] + }, + { + "raw_affiliation_string": "Parietal Team, INRIA Saclay-Île-de-France, Saclay, France", + "institution_ids": [ + "https://openalex.org/I4210126360", + "https://openalex.org/I1326498283" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 3, + "institutions_distinct_count": 9, + "corresponding_author_ids": [ + "https://openalex.org/A5033483167" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I1326498283", + "https://openalex.org/I2738703131", + "https://openalex.org/I4210126360", + "https://openalex.org/I4210128565" + ], + "apc_list": { + "value": 2950, + "currency": "USD", + "value_usd": 2950 + }, + "apc_paid": { + "value": 2950, + "currency": "USD", + "value_usd": 2950 + }, + "fwci": 22.8921, + "has_fulltext": true, + "cited_by_count": 2624, + "citation_normalized_percentile": { + "value": 0.99795541, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 94, + "max": 100 + }, + "biblio": { + "volume": "8", + "issue": null, + "first_page": "14", + "last_page": "14" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10241", + "display_name": "Functional Brain Connectivity Studies", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/2805", + "display_name": "Cognitive Neuroscience" + }, + "field": { + "id": "https://openalex.org/fields/28", + "display_name": "Neuroscience" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10241", + "display_name": "Functional Brain Connectivity Studies", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/2805", + "display_name": "Cognitive Neuroscience" + }, + "field": { + "id": "https://openalex.org/fields/28", + "display_name": "Neuroscience" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + }, + { + "id": "https://openalex.org/T10581", + "display_name": "Neural dynamics and brain function", + "score": 0.9987999796867371, + "subfield": { + "id": "https://openalex.org/subfields/2805", + "display_name": "Cognitive Neuroscience" + }, + "field": { + "id": "https://openalex.org/fields/28", + "display_name": "Neuroscience" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + }, + { + "id": "https://openalex.org/T10378", + "display_name": "Advanced MRI Techniques and Applications", + "score": 0.9851999878883362, + "subfield": { + "id": "https://openalex.org/subfields/2741", + "display_name": "Radiology, Nuclear Medicine and Imaging" + }, + "field": { + "id": "https://openalex.org/fields/27", + "display_name": "Medicine" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/neuroimaging", + "display_name": "Neuroimaging", + "score": 0.8332920074462891 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6829519271850586 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6763078570365906 + }, + { + "id": "https://openalex.org/keywords/unsupervised-learning", + "display_name": "Unsupervised learning", + "score": 0.633687436580658 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6015421152114868 + }, + { + "id": "https://openalex.org/keywords/python", + "display_name": "Python (programming language)", + "score": 0.5471705794334412 + }, + { + "id": "https://openalex.org/keywords/functional-neuroimaging", + "display_name": "Functional neuroimaging", + "score": 0.5229871273040771 + }, + { + "id": "https://openalex.org/keywords/pattern-recognition", + "display_name": "Pattern recognition (psychology)", + "score": 0.40410205721855164 + }, + { + "id": "https://openalex.org/keywords/psychology", + "display_name": "Psychology", + "score": 0.1943330466747284 + }, + { + "id": "https://openalex.org/keywords/neuroscience", + "display_name": "Neuroscience", + "score": 0.13872376084327698 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C58693492", + "wikidata": "https://www.wikidata.org/wiki/Q551875", + "display_name": "Neuroimaging", + "level": 2, + "score": 0.8332920074462891 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6829519271850586 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6763078570365906 + }, + { + "id": "https://openalex.org/C8038995", + "wikidata": "https://www.wikidata.org/wiki/Q1152135", + "display_name": "Unsupervised learning", + "level": 2, + "score": 0.633687436580658 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6015421152114868 + }, + { + "id": "https://openalex.org/C519991488", + "wikidata": "https://www.wikidata.org/wiki/Q28865", + "display_name": "Python (programming language)", + "level": 2, + "score": 0.5471705794334412 + }, + { + "id": "https://openalex.org/C52338299", + "wikidata": "https://www.wikidata.org/wiki/Q1004354", + "display_name": "Functional neuroimaging", + "level": 3, + "score": 0.5229871273040771 + }, + { + "id": "https://openalex.org/C153180895", + "wikidata": "https://www.wikidata.org/wiki/Q7148389", + "display_name": "Pattern recognition (psychology)", + "level": 2, + "score": 0.40410205721855164 + }, + { + "id": "https://openalex.org/C15744967", + "wikidata": "https://www.wikidata.org/wiki/Q9418", + "display_name": "Psychology", + "level": 0, + "score": 0.1943330466747284 + }, + { + "id": "https://openalex.org/C169760540", + "wikidata": "https://www.wikidata.org/wiki/Q207011", + "display_name": "Neuroscience", + "level": 1, + "score": 0.13872376084327698 + }, + { + "id": "https://openalex.org/C111919701", + "wikidata": "https://www.wikidata.org/wiki/Q9135", + "display_name": "Operating system", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 7, + "locations": [ + { + "id": "doi:10.3389/fninf.2014.00014", + "is_oa": true, + "landing_page_url": "https://doi.org/10.3389/fninf.2014.00014", + "pdf_url": "https://www.frontiersin.org/articles/10.3389/fninf.2014.00014/pdf", + "source": { + "id": "https://openalex.org/S179816892", + "display_name": "Frontiers in Neuroinformatics", + "issn_l": "1662-5196", + "issn": [ + "1662-5196" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320527", + "host_organization_name": "Frontiers Media", + "host_organization_lineage": [ + "https://openalex.org/P4310320527" + ], + "host_organization_lineage_names": [ + "Frontiers Media" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Frontiers in Neuroinformatics", + "raw_type": "journal-article" + }, + { + "id": "pmid:24600388", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/24600388", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Frontiers in neuroinformatics", + "raw_type": null + }, + { + "id": "pmh:oai:arXiv.org:2202.11333", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/2202.11333", + "pdf_url": "https://arxiv.org/pdf/2202.11333", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "pmh:oai:HAL:hal-01093971v1", + "is_oa": false, + "landing_page_url": "https://inria.hal.science/hal-01093971", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402512", + "display_name": "HAL (Le Centre pour la Communication Scientifique Directe)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1294671590", + "host_organization_name": "Centre National de la Recherche Scientifique", + "host_organization_lineage": [ + "https://openalex.org/I1294671590" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Frontiers in Neuroscience, 2013, pp.15. ⟨10.3389/fninf.2014.00014⟩", + "raw_type": "Journal articles" + }, + { + "id": "pmh:oai:HAL:hal-03187887v3", + "is_oa": false, + "landing_page_url": "https://inria.hal.science/hal-03187887", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402512", + "display_name": "HAL (Le Centre pour la Communication Scientifique Directe)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1294671590", + "host_organization_name": "Centre National de la Recherche Scientifique", + "host_organization_lineage": [ + "https://openalex.org/I1294671590" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Neuroinformatics, 2022, ⟨10.3389/fninf.2014.00014⟩", + "raw_type": "Journal articles" + }, + { + "id": "pmh:oai:doaj.org/article:055de24a9c3540b6b3884081362be90d", + "is_oa": true, + "landing_page_url": "https://doaj.org/article/055de24a9c3540b6b3884081362be90d", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401280", + "display_name": "DOAJ (DOAJ: Directory of Open Access Journals)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by-sa", + "license_id": "https://openalex.org/licenses/cc-by-sa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Frontiers in Neuroinformatics, Vol 8 (2014)", + "raw_type": "article" + }, + { + "id": "pmh:oai:europepmc.org:2928056", + "is_oa": true, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/3930868", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400806", + "display_name": "Europe PMC (PubMed Central)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1303153112", + "host_organization_name": "European Bioinformatics Institute", + "host_organization_lineage": [ + "https://openalex.org/I1303153112" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "Text" + } + ], + "best_oa_location": { + "id": "doi:10.3389/fninf.2014.00014", + "is_oa": true, + "landing_page_url": "https://doi.org/10.3389/fninf.2014.00014", + "pdf_url": "https://www.frontiersin.org/articles/10.3389/fninf.2014.00014/pdf", + "source": { + "id": "https://openalex.org/S179816892", + "display_name": "Frontiers in Neuroinformatics", + "issn_l": "1662-5196", + "issn": [ + "1662-5196" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320527", + "host_organization_name": "Frontiers Media", + "host_organization_lineage": [ + "https://openalex.org/P4310320527" + ], + "host_organization_lineage_names": [ + "Frontiers Media" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Frontiers in Neuroinformatics", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [ + { + "score": 0.6600000262260437, + "id": "https://metadata.un.org/sdg/4", + "display_name": "Quality Education" + } + ], + "awards": [ + { + "id": "https://openalex.org/G2501487254", + "display_name": null, + "funder_award_id": "R21 DA034954", + "funder_id": "https://openalex.org/F4320337347", + "funder_display_name": "National Institute on Drug Abuse" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320337347", + "display_name": "National Institute on Drug Abuse", + "ror": "https://ror.org/00fq5cm18" + } + ], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 71, + "referenced_works": [ + "https://openalex.org/W758533152", + "https://openalex.org/W1480376833", + "https://openalex.org/W1528119265", + "https://openalex.org/W1548802052", + "https://openalex.org/W1569370144", + "https://openalex.org/W1571024744", + "https://openalex.org/W1906883763", + "https://openalex.org/W1970956440", + "https://openalex.org/W1974687978", + "https://openalex.org/W1985327120", + "https://openalex.org/W1988045490", + "https://openalex.org/W1996510233", + "https://openalex.org/W2001399171", + "https://openalex.org/W2006096283", + "https://openalex.org/W2007581301", + "https://openalex.org/W2009494091", + "https://openalex.org/W2011301426", + "https://openalex.org/W2011650426", + "https://openalex.org/W2023633168", + "https://openalex.org/W2024933578", + "https://openalex.org/W2040305148", + "https://openalex.org/W2040566369", + "https://openalex.org/W2040974372", + "https://openalex.org/W2048476135", + "https://openalex.org/W2048631316", + "https://openalex.org/W2052451171", + "https://openalex.org/W2056465968", + "https://openalex.org/W2060259639", + "https://openalex.org/W2063951486", + "https://openalex.org/W2063978378", + "https://openalex.org/W2073683361", + "https://openalex.org/W2077745487", + "https://openalex.org/W2079450984", + "https://openalex.org/W2079785597", + "https://openalex.org/W2089632738", + "https://openalex.org/W2096230777", + "https://openalex.org/W2097267381", + "https://openalex.org/W2097850441", + "https://openalex.org/W2101234009", + "https://openalex.org/W2102729564", + "https://openalex.org/W2113619522", + "https://openalex.org/W2116328702", + "https://openalex.org/W2117621792", + "https://openalex.org/W2122457251", + "https://openalex.org/W2123649031", + "https://openalex.org/W2133990480", + "https://openalex.org/W2134585061", + "https://openalex.org/W2135046866", + "https://openalex.org/W2137966626", + "https://openalex.org/W2140255740", + "https://openalex.org/W2140587192", + "https://openalex.org/W2145217719", + "https://openalex.org/W2145487185", + "https://openalex.org/W2146292423", + "https://openalex.org/W2148601705", + "https://openalex.org/W2151130155", + "https://openalex.org/W2151286458", + "https://openalex.org/W2151591509", + "https://openalex.org/W2158485497", + "https://openalex.org/W2164025570", + "https://openalex.org/W2179752489", + "https://openalex.org/W2240767875", + "https://openalex.org/W2540277519", + "https://openalex.org/W2752197104", + "https://openalex.org/W2810031488", + "https://openalex.org/W3132053208", + "https://openalex.org/W4206031975", + "https://openalex.org/W6633893416", + "https://openalex.org/W6675354045", + "https://openalex.org/W6959406008", + "https://openalex.org/W7074038129" + ], + "related_works": [ + "https://openalex.org/W2506266834", + "https://openalex.org/W2499037785", + "https://openalex.org/W2028174874", + "https://openalex.org/W2351278828", + "https://openalex.org/W4308957544", + "https://openalex.org/W2239282469", + "https://openalex.org/W67648935", + "https://openalex.org/W1993895507", + "https://openalex.org/W2122202779", + "https://openalex.org/W1995600417" + ], + "abstract_inverted_index": { + "Statistical": [ + 0 + ], + "machine": [ + 1, + 84 + ], + "learning": [ + 2, + 32, + 52, + 85, + 104 + ], + "methods": [ + 3 + ], + "are": [ + 4 + ], + "increasingly": [ + 5 + ], + "used": [ + 6, + 35, + 89 + ], + "for": [ + 7 + ], + "neuroimaging": [ + 8, + 76, + 114 + ], + "data": [ + 9, + 115 + ], + "analysis.": [ + 10 + ], + "Their": [ + 11 + ], + "main": [ + 12 + ], + "virtue": [ + 13 + ], + "is": [ + 14, + 33 + ], + "their": [ + 15 + ], + "ability": [ + 16 + ], + "to": [ + 17, + 41, + 45, + 90, + 113, + 120 + ], + "model": [ + 18 + ], + "high-dimensional": [ + 19 + ], + "datasets,": [ + 20 + ], + "e.g.,": [ + 21 + ], + "multivariate": [ + 22 + ], + "analysis": [ + 23, + 94 + ], + "of": [ + 24, + 59, + 102 + ], + "activation": [ + 25 + ], + "images": [ + 26, + 44, + 60 + ], + "or": [ + 27, + 38, + 47, + 66 + ], + "resting-state": [ + 28 + ], + "time": [ + 29 + ], + "series.": [ + 30 + ], + "Supervised": [ + 31 + ], + "typically": [ + 34 + ], + "in": [ + 36, + 57, + 69 + ], + "decoding": [ + 37 + ], + "encoding": [ + 39 + ], + "settings": [ + 40 + ], + "relate": [ + 42 + ], + "brain": [ + 43 + ], + "behavioral": [ + 46 + ], + "clinical": [ + 48 + ], + "observations,": [ + 49 + ], + "while": [ + 50 + ], + "unsupervised": [ + 51 + ], + "can": [ + 53, + 87 + ], + "uncover": [ + 54 + ], + "hidden": [ + 55 + ], + "structures": [ + 56 + ], + "sets": [ + 58 + ], + "(e.g.,": [ + 61 + ], + "resting": [ + 62 + ], + "state": [ + 63 + ], + "functional": [ + 64, + 75 + ], + "MRI)": [ + 65 + ], + "find": [ + 67 + ], + "sub-populations": [ + 68 + ], + "large": [ + 70, + 100 + ], + "cohorts.": [ + 71 + ], + "By": [ + 72 + ], + "considering": [ + 73 + ], + "different": [ + 74 + ], + "applications,": [ + 77 + ], + "we": [ + 78 + ], + "illustrate": [ + 79 + ], + "how": [ + 80 + ], + "scikit-learn,": [ + 81 + ], + "a": [ + 82, + 98, + 117 + ], + "Python": [ + 83 + ], + "library,": [ + 86 + ], + "be": [ + 88 + ], + "perform": [ + 91 + ], + "some": [ + 92 + ], + "key": [ + 93 + ], + "steps.": [ + 95 + ], + "Scikit-learn": [ + 96 + ], + "contains": [ + 97 + ], + "very": [ + 99 + ], + "set": [ + 101 + ], + "statistical": [ + 103 + ], + "algorithms,": [ + 105 + ], + "both": [ + 106 + ], + "supervised": [ + 107 + ], + "and": [ + 108, + 110 + ], + "unsupervised,": [ + 109 + ], + "its": [ + 111 + ], + "application": [ + 112 + ], + "provides": [ + 116 + ], + "versatile": [ + 118 + ], + "tool": [ + 119 + ], + "study": [ + 121 + ], + "the": [ + 122 + ], + "brain.": [ + 123 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 125 + }, + { + "year": 2025, + "cited_by_count": 383 + }, + { + "year": 2024, + "cited_by_count": 443 + }, + { + "year": 2023, + "cited_by_count": 381 + }, + { + "year": 2022, + "cited_by_count": 338 + }, + { + "year": 2021, + "cited_by_count": 320 + }, + { + "year": 2020, + "cited_by_count": 244 + }, + { + "year": 2019, + "cited_by_count": 151 + }, + { + "year": 2018, + "cited_by_count": 92 + }, + { + "year": 2017, + "cited_by_count": 61 + }, + { + "year": 2016, + "cited_by_count": 43 + }, + { + "year": 2015, + "cited_by_count": 29 + }, + { + "year": 2014, + "cited_by_count": 12 + }, + { + "year": 2013, + "cited_by_count": 2 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2016-06-24T00:00:00" + }, + { + "id": "https://openalex.org/W2973119841", + "doi": "https://doi.org/10.1146/annurev-fluid-010719-060214", + "title": "Machine Learning for Fluid Mechanics", + "display_name": "Machine Learning for Fluid Mechanics", + "relevance_score": 3605.4897, + "publication_year": 2019, + "publication_date": "2019-09-12", + "ids": { + "openalex": "https://openalex.org/W2973119841", + "doi": "https://doi.org/10.1146/annurev-fluid-010719-060214", + "mag": "2973119841" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1146/annurev-fluid-010719-060214", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1146/annurev-fluid-010719-060214", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S169493037", + "display_name": "Annual Review of Fluid Mechanics", + "issn_l": "0066-4189", + "issn": [ + "0066-4189", + "1545-4479" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320373", + "host_organization_name": "Annual Reviews", + "host_organization_lineage": [ + "https://openalex.org/P4310320373" + ], + "host_organization_lineage_names": [ + "Annual Reviews" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Annual Review of Fluid Mechanics", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "arxiv", + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1905.11075", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": null, + "display_name": "Steven L. Brunton", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I201448701", + "display_name": "University of Washington", + "ror": "https://ror.org/00cvxb145", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I201448701" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Steven L. Brunton", + "raw_affiliation_strings": [ + "Department of Mechanical Engineering, University of Washington, Seattle, Washington 98195, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Mechanical Engineering, University of Washington, Seattle, Washington 98195, USA", + "institution_ids": [ + "https://openalex.org/I201448701" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": null, + "display_name": "Bernd R. Noack", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1294671590", + "display_name": "Centre National de la Recherche Scientifique", + "ror": "https://ror.org/02feahw73", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I1294671590" + ] + }, + { + "id": "https://openalex.org/I277688954", + "display_name": "Université Paris-Saclay", + "ror": "https://ror.org/03xjwb503", + "country_code": "FR", + "type": "education", + "lineage": [ + "https://openalex.org/I277688954" + ] + }, + { + "id": "https://openalex.org/I4210115485", + "display_name": "Laboratoire d'Informatique pour la Mécanique et les Sciences de l'Ingénieur", + "ror": "https://ror.org/01raq4x89", + "country_code": "FR", + "type": "facility", + "lineage": [ + "https://openalex.org/I102197404", + "https://openalex.org/I1294671590", + "https://openalex.org/I4210115485", + "https://openalex.org/I4210159245" + ] + }, + { + "id": "https://openalex.org/I4577782", + "display_name": "Technische Universität Berlin", + "ror": "https://ror.org/03v4gjf40", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I4577782" + ] + } + ], + "countries": [ + "DE", + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Bernd R. Noack", + "raw_affiliation_strings": [ + "Institut für Strömungsmechanik und Technische Akustik, Technische Universität Berlin, D-10634 Berlin, Germany", + "LIMSI (Laboratoire d'Informatique pour la Mécanique et les Sciences de l'Ingénieur), CNRS UPR 3251, Université Paris-Saclay, F-91403 Orsay, France" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Institut für Strömungsmechanik und Technische Akustik, Technische Universität Berlin, D-10634 Berlin, Germany", + "institution_ids": [ + "https://openalex.org/I4577782" + ] + }, + { + "raw_affiliation_string": "LIMSI (Laboratoire d'Informatique pour la Mécanique et les Sciences de l'Ingénieur), CNRS UPR 3251, Université Paris-Saclay, F-91403 Orsay, France", + "institution_ids": [ + "https://openalex.org/I277688954", + "https://openalex.org/I4210115485", + "https://openalex.org/I1294671590" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": null, + "display_name": "Petros Koumoutsakos", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I35440088", + "display_name": "ETH Zurich", + "ror": "https://ror.org/05a28rw58", + "country_code": "CH", + "type": "education", + "lineage": [ + "https://openalex.org/I2799323385", + "https://openalex.org/I35440088" + ] + } + ], + "countries": [ + "CH" + ], + "is_corresponding": false, + "raw_author_name": "Petros Koumoutsakos", + "raw_affiliation_strings": [ + "Computational Science and Engineering Laboratory, ETH Zurich, CH-8092 Zurich, Switzerland;" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Computational Science and Engineering Laboratory, ETH Zurich, CH-8092 Zurich, Switzerland;", + "institution_ids": [ + "https://openalex.org/I35440088" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 4, + "institutions_distinct_count": 3, + "corresponding_author_ids": [], + "corresponding_institution_ids": [ + "https://openalex.org/I201448701" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 117.0527, + "has_fulltext": true, + "cited_by_count": 2553, + "citation_normalized_percentile": { + "value": 0.99990046, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "52", + "issue": "1", + "first_page": "477", + "last_page": "508" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11206", + "display_name": "Model Reduction and Neural Networks", + "score": 0.9092000126838684, + "subfield": { + "id": "https://openalex.org/subfields/3109", + "display_name": "Statistical and Nonlinear Physics" + }, + "field": { + "id": "https://openalex.org/fields/31", + "display_name": "Physics and Astronomy" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11206", + "display_name": "Model Reduction and Neural Networks", + "score": 0.9092000126838684, + "subfield": { + "id": "https://openalex.org/subfields/3109", + "display_name": "Statistical and Nonlinear Physics" + }, + "field": { + "id": "https://openalex.org/fields/31", + "display_name": "Physics and Astronomy" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10775", + "display_name": "Generative Adversarial Networks and Image Synthesis", + "score": 0.01759999990463257, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11948", + "display_name": "Machine Learning in Materials Science", + "score": 0.012000000104308128, + "subfield": { + "id": "https://openalex.org/subfields/2505", + "display_name": "Materials Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/25", + "display_name": "Materials Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/fluid-mechanics", + "display_name": "Fluid mechanics", + "score": 0.7289000153541565 + }, + { + "id": "https://openalex.org/keywords/current", + "display_name": "Current (fluid)", + "score": 0.5666999816894531 + }, + { + "id": "https://openalex.org/keywords/field", + "display_name": "Field (mathematics)", + "score": 0.5497000217437744 + }, + { + "id": "https://openalex.org/keywords/perspective", + "display_name": "Perspective (graphical)", + "score": 0.5285000205039978 + }, + { + "id": "https://openalex.org/keywords/fluid-dynamics", + "display_name": "Fluid dynamics", + "score": 0.5188999772071838 + }, + { + "id": "https://openalex.org/keywords/domain", + "display_name": "Domain (mathematical analysis)", + "score": 0.4918000102043152 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C43133876", + "wikidata": "https://www.wikidata.org/wiki/Q172145", + "display_name": "Fluid mechanics", + "level": 2, + "score": 0.7289000153541565 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7146999835968018 + }, + { + "id": "https://openalex.org/C148043351", + "wikidata": "https://www.wikidata.org/wiki/Q4456944", + "display_name": "Current (fluid)", + "level": 2, + "score": 0.5666999816894531 + }, + { + "id": "https://openalex.org/C9652623", + "wikidata": "https://www.wikidata.org/wiki/Q190109", + "display_name": "Field (mathematics)", + "level": 2, + "score": 0.5497000217437744 + }, + { + "id": "https://openalex.org/C12713177", + "wikidata": "https://www.wikidata.org/wiki/Q1900281", + "display_name": "Perspective (graphical)", + "level": 2, + "score": 0.5285000205039978 + }, + { + "id": "https://openalex.org/C90278072", + "wikidata": "https://www.wikidata.org/wiki/Q216320", + "display_name": "Fluid dynamics", + "level": 2, + "score": 0.5188999772071838 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5113000273704529 + }, + { + "id": "https://openalex.org/C36503486", + "wikidata": "https://www.wikidata.org/wiki/Q11235244", + "display_name": "Domain (mathematical analysis)", + "level": 2, + "score": 0.4918000102043152 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.43700000643730164 + }, + { + "id": "https://openalex.org/C207685749", + "wikidata": "https://www.wikidata.org/wiki/Q2088941", + "display_name": "Domain knowledge", + "level": 2, + "score": 0.38100001215934753 + }, + { + "id": "https://openalex.org/C38349280", + "wikidata": "https://www.wikidata.org/wiki/Q1434290", + "display_name": "Flow (mathematics)", + "level": 2, + "score": 0.3517000079154968 + }, + { + "id": "https://openalex.org/C99874945", + "wikidata": "https://www.wikidata.org/wiki/Q188715", + "display_name": "Statistical mechanics", + "level": 2, + "score": 0.2985999882221222 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.2874999940395355 + }, + { + "id": "https://openalex.org/C2984161354", + "wikidata": "https://www.wikidata.org/wiki/Q216320", + "display_name": "Fluid motion", + "level": 2, + "score": 0.2538999915122986 + } + ], + "mesh": [], + "locations_count": 3, + "locations": [ + { + "id": "doi:10.1146/annurev-fluid-010719-060214", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1146/annurev-fluid-010719-060214", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S169493037", + "display_name": "Annual Review of Fluid Mechanics", + "issn_l": "0066-4189", + "issn": [ + "0066-4189", + "1545-4479" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320373", + "host_organization_name": "Annual Reviews", + "host_organization_lineage": [ + "https://openalex.org/P4310320373" + ], + "host_organization_lineage_names": [ + "Annual Reviews" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Annual Review of Fluid Mechanics", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:arXiv.org:1905.11075", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1905.11075", + "pdf_url": "https://arxiv.org/pdf/1905.11075", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:HAL:hal-02398670v1", + "is_oa": false, + "landing_page_url": "https://hal.science/hal-02398670", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402512", + "display_name": "HAL (Le Centre pour la Communication Scientifique Directe)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1294671590", + "host_organization_name": "Centre National de la Recherche Scientifique", + "host_organization_lineage": [ + "https://openalex.org/I1294671590" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Annual Review of Fluid Mechanics, 2020, 52 (1), pp.477-508. ⟨10.1146/annurev-fluid-010719-060214⟩", + "raw_type": "Journal articles" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1905.11075", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1905.11075", + "pdf_url": "https://arxiv.org/pdf/1905.11075", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + "sustainable_development_goals": [], + "awards": [ + { + "id": "https://openalex.org/G1483361726", + "display_name": null, + "funder_award_id": "W911NF-17-1-0422", + "funder_id": "https://openalex.org/F4320338281", + "funder_display_name": "Army Research Office" + }, + { + "id": "https://openalex.org/G1523888516", + "display_name": null, + "funder_award_id": "FA9550-", + "funder_id": "https://openalex.org/F4320338279", + "funder_display_name": "Air Force Office of Scientific Research" + }, + { + "id": "https://openalex.org/G3655914848", + "display_name": null, + "funder_award_id": "W911NF-17-1-0306", + "funder_id": "https://openalex.org/F4320338281", + "funder_display_name": "Army Research Office" + }, + { + "id": "https://openalex.org/G4205652870", + "display_name": null, + "funder_award_id": "W911NF-17-1-0422", + "funder_id": "https://openalex.org/F4320338279", + "funder_display_name": "Air Force Office of Scientific Research" + }, + { + "id": "https://openalex.org/G5809100787", + "display_name": null, + "funder_award_id": "FA9550", + "funder_id": "https://openalex.org/F4320338279", + "funder_display_name": "Air Force Office of Scientific Research" + }, + { + "id": "https://openalex.org/G7042399192", + "display_name": null, + "funder_award_id": "AFOSR FA9550-18-1-0200", + "funder_id": "https://openalex.org/F4320338279", + "funder_display_name": "Air Force Office of Scientific Research" + }, + { + "id": "https://openalex.org/G7452299184", + "display_name": null, + "funder_award_id": "W911NF", + "funder_id": "https://openalex.org/F4320338281", + "funder_display_name": "Army Research Office" + }, + { + "id": "https://openalex.org/G8202574490", + "display_name": null, + "funder_award_id": "FA9550-18-1-0200", + "funder_id": "https://openalex.org/F4320338279", + "funder_display_name": "Air Force Office of Scientific Research" + }, + { + "id": "https://openalex.org/G8249314747", + "display_name": null, + "funder_award_id": "ARO W911NF-17-1-0306", + "funder_id": "https://openalex.org/F4320338281", + "funder_display_name": "Army Research Office" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320322892", + "display_name": "Centre National de la Recherche Scientifique", + "ror": "https://ror.org/02feahw73" + }, + { + "id": "https://openalex.org/F4320338279", + "display_name": "Air Force Office of Scientific Research", + "ror": "https://ror.org/011e9bt93" + }, + { + "id": "https://openalex.org/F4320338281", + "display_name": "Army Research Office", + "ror": "https://ror.org/05epdh915" + } + ], + "has_content": { + "pdf": true, + "grobid_xml": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W2973119841.pdf", + "grobid_xml": "https://content.openalex.org/works/W2973119841.grobid-xml" + }, + "referenced_works_count": 139, + "referenced_works": [ + "https://openalex.org/W54257720", + "https://openalex.org/W119114865", + "https://openalex.org/W1479971399", + "https://openalex.org/W1498436455", + "https://openalex.org/W1528439235", + "https://openalex.org/W1590183771", + "https://openalex.org/W1606265566", + "https://openalex.org/W1614107838", + "https://openalex.org/W1633869374", + "https://openalex.org/W1650825897", + "https://openalex.org/W1685006559", + "https://openalex.org/W1954793758", + "https://openalex.org/W1967011375", + "https://openalex.org/W1967963082", + "https://openalex.org/W1970454553", + "https://openalex.org/W1972005403", + "https://openalex.org/W1976068300", + "https://openalex.org/W1979769287", + "https://openalex.org/W1992462433", + "https://openalex.org/W1996773027", + "https://openalex.org/W1997126009", + "https://openalex.org/W2008125068", + "https://openalex.org/W2010459912", + "https://openalex.org/W2012725996", + "https://openalex.org/W2014356541", + "https://openalex.org/W2017479642", + "https://openalex.org/W2027964569", + "https://openalex.org/W2030450972", + "https://openalex.org/W2031349338", + "https://openalex.org/W2034541995", + "https://openalex.org/W2040387238", + "https://openalex.org/W2040870580", + "https://openalex.org/W2041754533", + "https://openalex.org/W2050195777", + "https://openalex.org/W2051465149", + "https://openalex.org/W2054881170", + "https://openalex.org/W2055503573", + "https://openalex.org/W2056653303", + "https://openalex.org/W2064675550", + "https://openalex.org/W2067472975", + "https://openalex.org/W2070246049", + "https://openalex.org/W2074447412", + "https://openalex.org/W2076110561", + "https://openalex.org/W2078626246", + "https://openalex.org/W2097074225", + "https://openalex.org/W2102162541", + "https://openalex.org/W2103626435", + "https://openalex.org/W2104578628", + "https://openalex.org/W2108380954", + "https://openalex.org/W2109177042", + "https://openalex.org/W2109883840", + "https://openalex.org/W2110418811", + "https://openalex.org/W2113553269", + "https://openalex.org/W2113640817", + "https://openalex.org/W2117756735", + "https://openalex.org/W2118944048", + "https://openalex.org/W2121058967", + "https://openalex.org/W2122861381", + "https://openalex.org/W2123381477", + "https://openalex.org/W2126999002", + "https://openalex.org/W2127129738", + "https://openalex.org/W2128084896", + "https://openalex.org/W2129812935", + "https://openalex.org/W2130259898", + "https://openalex.org/W2131847304", + "https://openalex.org/W2134692705", + "https://openalex.org/W2137595289", + "https://openalex.org/W2137983211", + "https://openalex.org/W2138537392", + "https://openalex.org/W2139960762", + "https://openalex.org/W2145339207", + "https://openalex.org/W2150559081", + "https://openalex.org/W2158985775", + "https://openalex.org/W2164954534", + "https://openalex.org/W2168479071", + "https://openalex.org/W2179833213", + "https://openalex.org/W2239232218", + "https://openalex.org/W2239916406", + "https://openalex.org/W2257979135", + "https://openalex.org/W2266714625", + "https://openalex.org/W2335276023", + "https://openalex.org/W2339890646", + "https://openalex.org/W2345737627", + "https://openalex.org/W2346717862", + "https://openalex.org/W2395962256", + "https://openalex.org/W2465244584", + "https://openalex.org/W2487365028", + "https://openalex.org/W2490045648", + "https://openalex.org/W2494808947", + "https://openalex.org/W2517135970", + "https://openalex.org/W2525748878", + "https://openalex.org/W2534240011", + "https://openalex.org/W2556930732", + "https://openalex.org/W2573798107", + "https://openalex.org/W2584231952", + "https://openalex.org/W2586197373", + "https://openalex.org/W2594632285", + "https://openalex.org/W2730644873", + "https://openalex.org/W2745110207", + "https://openalex.org/W2748760860", + "https://openalex.org/W2751013712", + "https://openalex.org/W2758626922", + "https://openalex.org/W2765372792", + "https://openalex.org/W2765861397", + "https://openalex.org/W2768911907", + "https://openalex.org/W2770660451", + "https://openalex.org/W2777417212", + "https://openalex.org/W2782714865", + "https://openalex.org/W2787894218", + "https://openalex.org/W2788403524", + "https://openalex.org/W2794371820", + "https://openalex.org/W2795982117", + "https://openalex.org/W2799103053", + "https://openalex.org/W2805869290", + "https://openalex.org/W2887432454", + "https://openalex.org/W2888317899", + "https://openalex.org/W2891423421", + "https://openalex.org/W2899283552", + "https://openalex.org/W2900119356", + "https://openalex.org/W2902480423", + "https://openalex.org/W2902946198", + "https://openalex.org/W2909451642", + "https://openalex.org/W2911964244", + "https://openalex.org/W2919115771", + "https://openalex.org/W2950974717", + "https://openalex.org/W2962757926", + "https://openalex.org/W2962761333", + "https://openalex.org/W2962899390", + "https://openalex.org/W2963448313", + "https://openalex.org/W2964027982", + "https://openalex.org/W2964059953", + "https://openalex.org/W2964128214", + "https://openalex.org/W2964129632", + "https://openalex.org/W2971781109", + "https://openalex.org/W4210968171", + "https://openalex.org/W4213332169", + "https://openalex.org/W4233518571", + "https://openalex.org/W4238160257", + "https://openalex.org/W4250955649" + ], + "related_works": [ + "https://openalex.org/W2772595360", + "https://openalex.org/W2221523880", + "https://openalex.org/W3046946477", + "https://openalex.org/W2010181683", + "https://openalex.org/W2778641779", + "https://openalex.org/W2967095864", + "https://openalex.org/W2056815676", + "https://openalex.org/W2284359467", + "https://openalex.org/W204992595", + "https://openalex.org/W2049238023" + ], + "abstract_inverted_index": { + "The": [ + 0, + 100 + ], + "field": [ + 1, + 16 + ], + "of": [ + 2, + 12, + 31, + 70, + 78, + 104, + 112, + 122, + 142 + ], + "fluid": [ + 3, + 47, + 81, + 98, + 143 + ], + "mechanics": [ + 4, + 144 + ], + "is": [ + 5 + ], + "rapidly": [ + 6 + ], + "advancing,": [ + 7 + ], + "driven": [ + 8 + ], + "by": [ + 9 + ], + "unprecedented": [ + 10 + ], + "volumes": [ + 11 + ], + "data": [ + 13, + 37, + 117 + ], + "from": [ + 14, + 36, + 109 + ], + "experiments,": [ + 15, + 124 + ], + "measurements,": [ + 17 + ], + "and": [ + 18, + 56, + 63, + 75, + 88, + 96, + 102, + 125, + 136, + 146 + ], + "large-scale": [ + 19 + ], + "simulations": [ + 20 + ], + "at": [ + 21 + ], + "multiple": [ + 22 + ], + "spatiotemporal": [ + 23 + ], + "scales.": [ + 24 + ], + "Machine": [ + 25 + ], + "learning": [ + 26 + ], + "(ML)": [ + 27 + ], + "offers": [ + 28 + ], + "a": [ + 29, + 129 + ], + "wealth": [ + 30 + ], + "techniques": [ + 32 + ], + "to": [ + 33, + 60 + ], + "extract": [ + 34 + ], + "information": [ + 35 + ], + "that": [ + 38, + 115, + 133 + ], + "can": [ + 39, + 52, + 134 + ], + "be": [ + 40 + ], + "translated": [ + 41 + ], + "into": [ + 42 + ], + "knowledge": [ + 43, + 55 + ], + "about": [ + 44 + ], + "the": [ + 45, + 110 + ], + "underlying": [ + 46 + ], + "mechanics.": [ + 48, + 82 + ], + "Moreover,": [ + 49 + ], + "ML": [ + 50, + 79, + 86, + 127 + ], + "algorithms": [ + 51 + ], + "augment": [ + 53 + ], + "domain": [ + 54 + ], + "automate": [ + 57 + ], + "tasks": [ + 58 + ], + "related": [ + 59 + ], + "flow": [ + 61 + ], + "control": [ + 62 + ], + "optimization.": [ + 64 + ], + "This": [ + 65 + ], + "article": [ + 66 + ], + "presents": [ + 67 + ], + "an": [ + 68, + 119 + ], + "overview": [ + 69 + ], + "past": [ + 71 + ], + "history,": [ + 72 + ], + "current": [ + 73, + 140 + ], + "developments,": [ + 74 + ], + "emerging": [ + 76 + ], + "opportunities": [ + 77 + ], + "for": [ + 80, + 92 + ], + "We": [ + 83 + ], + "outline": [ + 84 + ], + "fundamental": [ + 85 + ], + "methodologies": [ + 87 + ], + "discuss": [ + 89 + ], + "their": [ + 90 + ], + "uses": [ + 91 + ], + "understanding,": [ + 93 + ], + "modeling,": [ + 94, + 123 + ], + "optimizing,": [ + 95 + ], + "controlling": [ + 97 + ], + "flows.": [ + 99 + ], + "strengths": [ + 101 + ], + "limitations": [ + 103 + ], + "these": [ + 105 + ], + "methods": [ + 106 + ], + "are": [ + 107 + ], + "addressed": [ + 108 + ], + "perspective": [ + 111 + ], + "scientific": [ + 113 + ], + "inquiry": [ + 114 + ], + "considers": [ + 116 + ], + "as": [ + 118 + ], + "inherent": [ + 120 + ], + "part": [ + 121 + ], + "simulations.": [ + 126 + ], + "provides": [ + 128 + ], + "powerful": [ + 130 + ], + "information-processing": [ + 131 + ], + "framework": [ + 132 + ], + "augment,": [ + 135 + ], + "possibly": [ + 137 + ], + "even": [ + 138 + ], + "transform,": [ + 139 + ], + "lines": [ + 141 + ], + "research": [ + 145 + ], + "industrial": [ + 147 + ], + "applications.": [ + 148 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 232 + }, + { + "year": 2025, + "cited_by_count": 548 + }, + { + "year": 2024, + "cited_by_count": 526 + }, + { + "year": 2023, + "cited_by_count": 435 + }, + { + "year": 2022, + "cited_by_count": 396 + }, + { + "year": 2021, + "cited_by_count": 285 + }, + { + "year": 2020, + "cited_by_count": 121 + }, + { + "year": 2019, + "cited_by_count": 10 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2019-09-19T00:00:00" + }, + { + "id": "https://openalex.org/W2111547563", + "doi": "https://doi.org/10.1016/j.csbj.2014.11.005", + "title": "Machine learning applications in cancer prognosis and prediction", + "display_name": "Machine learning applications in cancer prognosis and prediction", + "relevance_score": 3577.4424, + "publication_year": 2014, + "publication_date": "2014-11-15", + "ids": { + "openalex": "https://openalex.org/W2111547563", + "doi": "https://doi.org/10.1016/j.csbj.2014.11.005", + "mag": "2111547563", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/25750696" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1016/j.csbj.2014.11.005", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1016/j.csbj.2014.11.005", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2764539591", + "display_name": "Computational and Structural Biotechnology Journal", + "issn_l": "2001-0370", + "issn": [ + "2001-0370" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320990", + "host_organization_name": "Elsevier BV", + "host_organization_lineage": [ + "https://openalex.org/P4310320990" + ], + "host_organization_lineage_names": [ + "Elsevier BV" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Computational and Structural Biotechnology Journal", + "raw_type": "journal-article" + }, + "type": "review", + "indexed_in": [ + "crossref", + "doaj", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "gold", + "oa_url": "https://doi.org/10.1016/j.csbj.2014.11.005", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5067569191", + "display_name": "Κωνσταντίνα Κούρου", + "orcid": "https://orcid.org/0000-0003-4310-2739" + }, + "institutions": [ + { + "id": "https://openalex.org/I194019607", + "display_name": "University of Ioannina", + "ror": "https://ror.org/01qg3j183", + "country_code": "GR", + "type": "education", + "lineage": [ + "https://openalex.org/I194019607" + ] + } + ], + "countries": [ + "GR" + ], + "is_corresponding": false, + "raw_author_name": "Konstantina Kourou", + "raw_affiliation_strings": [ + "Unit of Medical Technology and Intelligent Information Systems, Dept. of Materials Science and Engineering, University of Ioannina, Ioannina, Greece" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Unit of Medical Technology and Intelligent Information Systems, Dept. of Materials Science and Engineering, University of Ioannina, Ioannina, Greece", + "institution_ids": [ + "https://openalex.org/I194019607" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5104150275", + "display_name": "Themis P. Exarchos", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I194019607", + "display_name": "University of Ioannina", + "ror": "https://ror.org/01qg3j183", + "country_code": "GR", + "type": "education", + "lineage": [ + "https://openalex.org/I194019607" + ] + }, + { + "id": "https://openalex.org/I4210105723", + "display_name": "FORTH Institute of Molecular Biology and Biotechnology", + "ror": "https://ror.org/01gzszr18", + "country_code": "GR", + "type": "facility", + "lineage": [ + "https://openalex.org/I4210105723", + "https://openalex.org/I8901234" + ] + } + ], + "countries": [ + "GR" + ], + "is_corresponding": false, + "raw_author_name": "Themis P. Exarchos", + "raw_affiliation_strings": [ + "IMBB — FORTH, Dept. of Biomedical Research, Ioannina, Greece", + "Unit of Medical Technology and Intelligent Information Systems, Dept. of Materials Science and Engineering, University of Ioannina, Ioannina, Greece" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "IMBB — FORTH, Dept. of Biomedical Research, Ioannina, Greece", + "institution_ids": [ + "https://openalex.org/I4210105723" + ] + }, + { + "raw_affiliation_string": "Unit of Medical Technology and Intelligent Information Systems, Dept. of Materials Science and Engineering, University of Ioannina, Ioannina, Greece", + "institution_ids": [ + "https://openalex.org/I194019607" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5017880834", + "display_name": "Konstantinos Exarchos", + "orcid": "https://orcid.org/0000-0002-4754-7623" + }, + "institutions": [ + { + "id": "https://openalex.org/I194019607", + "display_name": "University of Ioannina", + "ror": "https://ror.org/01qg3j183", + "country_code": "GR", + "type": "education", + "lineage": [ + "https://openalex.org/I194019607" + ] + } + ], + "countries": [ + "GR" + ], + "is_corresponding": false, + "raw_author_name": "Konstantinos P. Exarchos", + "raw_affiliation_strings": [ + "Unit of Medical Technology and Intelligent Information Systems, Dept. of Materials Science and Engineering, University of Ioannina, Ioannina, Greece" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Unit of Medical Technology and Intelligent Information Systems, Dept. of Materials Science and Engineering, University of Ioannina, Ioannina, Greece", + "institution_ids": [ + "https://openalex.org/I194019607" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5084550691", + "display_name": "Michalis V. Karamouzis", + "orcid": "https://orcid.org/0000-0003-1369-8201" + }, + "institutions": [ + { + "id": "https://openalex.org/I200777214", + "display_name": "National and Kapodistrian University of Athens", + "ror": "https://ror.org/04gnjpq42", + "country_code": "GR", + "type": "education", + "lineage": [ + "https://openalex.org/I200777214" + ] + } + ], + "countries": [ + "GR" + ], + "is_corresponding": false, + "raw_author_name": "Michalis V. Karamouzis", + "raw_affiliation_strings": [ + "Molecular Oncology Unit, Department of Biological Chemistry, Medical School, University of Athens, Athens, Greece" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Molecular Oncology Unit, Department of Biological Chemistry, Medical School, University of Athens, Athens, Greece", + "institution_ids": [ + "https://openalex.org/I200777214" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5037813012", + "display_name": "Dimitrios I. Fotiadis", + "orcid": "https://orcid.org/0000-0002-7362-5082" + }, + "institutions": [ + { + "id": "https://openalex.org/I194019607", + "display_name": "University of Ioannina", + "ror": "https://ror.org/01qg3j183", + "country_code": "GR", + "type": "education", + "lineage": [ + "https://openalex.org/I194019607" + ] + }, + { + "id": "https://openalex.org/I4210105723", + "display_name": "FORTH Institute of Molecular Biology and Biotechnology", + "ror": "https://ror.org/01gzszr18", + "country_code": "GR", + "type": "facility", + "lineage": [ + "https://openalex.org/I4210105723", + "https://openalex.org/I8901234" + ] + } + ], + "countries": [ + "GR" + ], + "is_corresponding": true, + "raw_author_name": "Dimitrios I. Fotiadis", + "raw_affiliation_strings": [ + "IMBB — FORTH, Dept. of Biomedical Research, Ioannina, Greece", + "Unit of Medical Technology and Intelligent Information Systems, Dept. of Materials Science and Engineering, University of Ioannina, Ioannina, Greece" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "IMBB — FORTH, Dept. of Biomedical Research, Ioannina, Greece", + "institution_ids": [ + "https://openalex.org/I4210105723" + ] + }, + { + "raw_affiliation_string": "Unit of Medical Technology and Intelligent Information Systems, Dept. of Materials Science and Engineering, University of Ioannina, Ioannina, Greece", + "institution_ids": [ + "https://openalex.org/I194019607" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 5, + "corresponding_author_ids": [ + "https://openalex.org/A5037813012" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I194019607", + "https://openalex.org/I4210105723" + ], + "apc_list": { + "value": 2450, + "currency": "EUR", + "value_usd": 2642 + }, + "apc_paid": { + "value": 2450, + "currency": "EUR", + "value_usd": 2642 + }, + "fwci": 61.3105, + "has_fulltext": false, + "cited_by_count": 3271, + "citation_normalized_percentile": { + "value": 0.9992261, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "13", + "issue": null, + "first_page": "8", + "last_page": "17" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10862", + "display_name": "AI in cancer detection", + "score": 0.9977999925613403, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10862", + "display_name": "AI in cancer detection", + "score": 0.9977999925613403, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11396", + "display_name": "Artificial Intelligence in Healthcare", + "score": 0.9937999844551086, + "subfield": { + "id": "https://openalex.org/subfields/3605", + "display_name": "Health Information Management" + }, + "field": { + "id": "https://openalex.org/fields/36", + "display_name": "Health Professions" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + }, + { + "id": "https://openalex.org/T10885", + "display_name": "Gene expression and cancer classification", + "score": 0.9843000173568726, + "subfield": { + "id": "https://openalex.org/subfields/1312", + "display_name": "Molecular Biology" + }, + "field": { + "id": "https://openalex.org/fields/13", + "display_name": "Biochemistry, Genetics and Molecular Biology" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.7670019865036011 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6441092491149902 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6317405104637146 + }, + { + "id": "https://openalex.org/keywords/support-vector-machine", + "display_name": "Support vector machine", + "score": 0.6097581386566162 + }, + { + "id": "https://openalex.org/keywords/cancer", + "display_name": "Cancer", + "score": 0.567906379699707 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.5353600978851318 + }, + { + "id": "https://openalex.org/keywords/bayesian-network", + "display_name": "Bayesian network", + "score": 0.5231181979179382 + }, + { + "id": "https://openalex.org/keywords/clinical-practice", + "display_name": "Clinical Practice", + "score": 0.46658024191856384 + }, + { + "id": "https://openalex.org/keywords/variety", + "display_name": "Variety (cybernetics)", + "score": 0.4417306184768677 + }, + { + "id": "https://openalex.org/keywords/field", + "display_name": "Field (mathematics)", + "score": 0.43627700209617615 + }, + { + "id": "https://openalex.org/keywords/predictive-modelling", + "display_name": "Predictive modelling", + "score": 0.4162035584449768 + }, + { + "id": "https://openalex.org/keywords/medicine", + "display_name": "Medicine", + "score": 0.2604517340660095 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.08188235759735107 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.7670019865036011 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6441092491149902 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6317405104637146 + }, + { + "id": "https://openalex.org/C12267149", + "wikidata": "https://www.wikidata.org/wiki/Q282453", + "display_name": "Support vector machine", + "level": 2, + "score": 0.6097581386566162 + }, + { + "id": "https://openalex.org/C121608353", + "wikidata": "https://www.wikidata.org/wiki/Q12078", + "display_name": "Cancer", + "level": 2, + "score": 0.567906379699707 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.5353600978851318 + }, + { + "id": "https://openalex.org/C33724603", + "wikidata": "https://www.wikidata.org/wiki/Q812540", + "display_name": "Bayesian network", + "level": 2, + "score": 0.5231181979179382 + }, + { + "id": "https://openalex.org/C2779974597", + "wikidata": "https://www.wikidata.org/wiki/Q28448986", + "display_name": "Clinical Practice", + "level": 2, + "score": 0.46658024191856384 + }, + { + "id": "https://openalex.org/C136197465", + "wikidata": "https://www.wikidata.org/wiki/Q1729295", + "display_name": "Variety (cybernetics)", + "level": 2, + "score": 0.4417306184768677 + }, + { + "id": "https://openalex.org/C9652623", + "wikidata": "https://www.wikidata.org/wiki/Q190109", + "display_name": "Field (mathematics)", + "level": 2, + "score": 0.43627700209617615 + }, + { + "id": "https://openalex.org/C45804977", + "wikidata": "https://www.wikidata.org/wiki/Q7239673", + "display_name": "Predictive modelling", + "level": 2, + "score": 0.4162035584449768 + }, + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.2604517340660095 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.08188235759735107 + }, + { + "id": "https://openalex.org/C202444582", + "wikidata": "https://www.wikidata.org/wiki/Q837863", + "display_name": "Pure mathematics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C126322002", + "wikidata": "https://www.wikidata.org/wiki/Q11180", + "display_name": "Internal medicine", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C512399662", + "wikidata": "https://www.wikidata.org/wiki/Q3505712", + "display_name": "Family medicine", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 4, + "locations": [ + { + "id": "doi:10.1016/j.csbj.2014.11.005", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1016/j.csbj.2014.11.005", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2764539591", + "display_name": "Computational and Structural Biotechnology Journal", + "issn_l": "2001-0370", + "issn": [ + "2001-0370" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320990", + "host_organization_name": "Elsevier BV", + "host_organization_lineage": [ + "https://openalex.org/P4310320990" + ], + "host_organization_lineage_names": [ + "Elsevier BV" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Computational and Structural Biotechnology Journal", + "raw_type": "journal-article" + }, + { + "id": "pmid:25750696", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/25750696", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Computational and structural biotechnology journal", + "raw_type": null + }, + { + "id": "pmh:oai:doaj.org/article:35b9fc4c35f148889aab32c978d9a58b", + "is_oa": true, + "landing_page_url": "https://doaj.org/article/35b9fc4c35f148889aab32c978d9a58b", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401280", + "display_name": "DOAJ (DOAJ: Directory of Open Access Journals)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by-sa", + "license_id": "https://openalex.org/licenses/cc-by-sa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Computational and Structural Biotechnology Journal, Vol 13, Iss C, Pp 8-17 (2015)", + "raw_type": "article" + }, + { + "id": "pmh:oai:europepmc.org:3318377", + "is_oa": true, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/4348437", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400806", + "display_name": "Europe PMC (PubMed Central)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1303153112", + "host_organization_name": "European Bioinformatics Institute", + "host_organization_lineage": [ + "https://openalex.org/I1303153112" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "Text" + } + ], + "best_oa_location": { + "id": "doi:10.1016/j.csbj.2014.11.005", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1016/j.csbj.2014.11.005", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2764539591", + "display_name": "Computational and Structural Biotechnology Journal", + "issn_l": "2001-0370", + "issn": [ + "2001-0370" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320990", + "host_organization_name": "Elsevier BV", + "host_organization_lineage": [ + "https://openalex.org/P4310320990" + ], + "host_organization_lineage_names": [ + "Elsevier BV" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Computational and Structural Biotechnology Journal", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [ + { + "score": 0.4099999964237213, + "id": "https://metadata.un.org/sdg/16", + "display_name": "Peace, Justice and strong institutions" + } + ], + "awards": [], + "funders": [ + { + "id": "https://openalex.org/F4320338370", + "display_name": "FP7 Information and Communication Technologies", + "ror": null + } + ], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 74, + "referenced_works": [ + "https://openalex.org/W1491953704", + "https://openalex.org/W1500572886", + "https://openalex.org/W1517879388", + "https://openalex.org/W1519433744", + "https://openalex.org/W1565377632", + "https://openalex.org/W1570448133", + "https://openalex.org/W1591717158", + "https://openalex.org/W1651586605", + "https://openalex.org/W1663973292", + "https://openalex.org/W1960669649", + "https://openalex.org/W1971005400", + "https://openalex.org/W1978761216", + "https://openalex.org/W1983024255", + "https://openalex.org/W1985663400", + "https://openalex.org/W1987776395", + "https://openalex.org/W1989628460", + "https://openalex.org/W1992297816", + "https://openalex.org/W1993628165", + "https://openalex.org/W1995199599", + "https://openalex.org/W2007265575", + "https://openalex.org/W2011021469", + "https://openalex.org/W2014510428", + "https://openalex.org/W2017337590", + "https://openalex.org/W2020402396", + "https://openalex.org/W2021100122", + "https://openalex.org/W2025060250", + "https://openalex.org/W2025738103", + "https://openalex.org/W2036839465", + "https://openalex.org/W2041652340", + "https://openalex.org/W2048701123", + "https://openalex.org/W2053522428", + "https://openalex.org/W2058089746", + "https://openalex.org/W2062364738", + "https://openalex.org/W2083780116", + "https://openalex.org/W2088338744", + "https://openalex.org/W2089927030", + "https://openalex.org/W2091947792", + "https://openalex.org/W2097554668", + "https://openalex.org/W2105882193", + "https://openalex.org/W2109103446", + "https://openalex.org/W2109896839", + "https://openalex.org/W2111461407", + "https://openalex.org/W2116841457", + "https://openalex.org/W2117692326", + "https://openalex.org/W2118366842", + "https://openalex.org/W2119782683", + "https://openalex.org/W2122227569", + "https://openalex.org/W2123696692", + "https://openalex.org/W2126009609", + "https://openalex.org/W2128767954", + "https://openalex.org/W2130338776", + "https://openalex.org/W2132619562", + "https://openalex.org/W2133601033", + "https://openalex.org/W2140218006", + "https://openalex.org/W2148078825", + "https://openalex.org/W2152121590", + "https://openalex.org/W2154362705", + "https://openalex.org/W2155461561", + "https://openalex.org/W2156483112", + "https://openalex.org/W2157132621", + "https://openalex.org/W2157239837", + "https://openalex.org/W2163042952", + "https://openalex.org/W2167645795", + "https://openalex.org/W2167769381", + "https://openalex.org/W2170379523", + "https://openalex.org/W2324845196", + "https://openalex.org/W2431164060", + "https://openalex.org/W2476253186", + "https://openalex.org/W2977661550", + "https://openalex.org/W4205774955", + "https://openalex.org/W4255865525", + "https://openalex.org/W4296886862", + "https://openalex.org/W6660969321", + "https://openalex.org/W6663876547" + ], + "related_works": [ + "https://openalex.org/W2032233321", + "https://openalex.org/W3121970507", + "https://openalex.org/W2110028391", + "https://openalex.org/W54497855", + "https://openalex.org/W217960748", + "https://openalex.org/W3125814499", + "https://openalex.org/W2090827041", + "https://openalex.org/W2565703248", + "https://openalex.org/W187246281", + "https://openalex.org/W2143548620" + ], + "abstract_inverted_index": { + "Cancer": [ + 0 + ], + "has": [ + 1, + 51 + ], + "been": [ + 2, + 76, + 129 + ], + "characterized": [ + 3 + ], + "as": [ + 4, + 29, + 78, + 216, + 218, + 250 + ], + "a": [ + 5, + 19, + 24, + 191 + ], + "heterogeneous": [ + 6 + ], + "disease": [ + 7 + ], + "consisting": [ + 8 + ], + "of": [ + 9, + 18, + 37, + 41, + 67, + 87, + 94, + 109, + 138, + 156, + 163, + 169, + 193, + 201, + 233 + ], + "many": [ + 10, + 53 + ], + "different": [ + 11, + 220 + ], + "subtypes.": [ + 12 + ], + "The": [ + 13, + 39, + 204 + ], + "early": [ + 14 + ], + "diagnosis": [ + 15 + ], + "and": [ + 16, + 59, + 85, + 124, + 144, + 223 + ], + "prognosis": [ + 17 + ], + "cancer": [ + 20, + 27, + 43, + 133, + 164, + 202, + 237, + 255 + ], + "type": [ + 21 + ], + "have": [ + 22, + 75, + 128 + ], + "become": [ + 23 + ], + "necessity": [ + 25 + ], + "in": [ + 26, + 132, + 142, + 173, + 181, + 198, + 236 + ], + "research,": [ + 28, + 238 + ], + "it": [ + 30, + 150 + ], + "can": [ + 31, + 159 + ], + "facilitate": [ + 32 + ], + "the": [ + 33, + 57, + 60, + 65, + 83, + 92, + 136, + 154, + 182, + 199, + 227, + 231, + 242 + ], + "subsequent": [ + 34 + ], + "clinical": [ + 35, + 184 + ], + "management": [ + 36 + ], + "patients.": [ + 38 + ], + "importance": [ + 40 + ], + "classifying": [ + 42 + ], + "patients": [ + 44 + ], + "into": [ + 45 + ], + "high": [ + 46 + ], + "or": [ + 47, + 257 + ], + "low": [ + 48 + ], + "risk": [ + 49, + 256 + ], + "groups": [ + 50 + ], + "led": [ + 52 + ], + "research": [ + 54, + 134 + ], + "teams,": [ + 55 + ], + "from": [ + 56, + 101 + ], + "biomedical": [ + 58 + ], + "bioinformatics": [ + 61 + ], + "field,": [ + 62 + ], + "to": [ + 63, + 81, + 97, + 178, + 253 + ], + "study": [ + 64 + ], + "application": [ + 66, + 232 + ], + "machine": [ + 68 + ], + "learning": [ + 69 + ], + "(ML)": [ + 70 + ], + "methods.": [ + 71 + ], + "Therefore,": [ + 72 + ], + "these": [ + 73, + 110, + 176, + 248 + ], + "techniques": [ + 74, + 215, + 249 + ], + "utilized": [ + 77 + ], + "an": [ + 79, + 166, + 251 + ], + "aim": [ + 80, + 252 + ], + "model": [ + 82, + 254 + ], + "progression": [ + 84 + ], + "treatment": [ + 86 + ], + "cancerous": [ + 88 + ], + "conditions.": [ + 89 + ], + "In": [ + 90, + 186 + ], + "addition,": [ + 91 + ], + "ability": [ + 93 + ], + "ML": [ + 95, + 157, + 195, + 214, + 234 + ], + "tools": [ + 96 + ], + "detect": [ + 98 + ], + "key": [ + 99 + ], + "features": [ + 100, + 222 + ], + "complex": [ + 102 + ], + "datasets": [ + 103 + ], + "reveals": [ + 104 + ], + "their": [ + 105 + ], + "importance.": [ + 106 + ], + "A": [ + 107 + ], + "variety": [ + 108 + ], + "techniques,": [ + 111 + ], + "including": [ + 112 + ], + "Artificial": [ + 113 + ], + "Neural": [ + 114 + ], + "Networks": [ + 115, + 118 + ], + "(ANNs),": [ + 116 + ], + "Bayesian": [ + 117 + ], + "(BNs),": [ + 119 + ], + "Support": [ + 120 + ], + "Vector": [ + 121 + ], + "Machines": [ + 122 + ], + "(SVMs)": [ + 123 + ], + "Decision": [ + 125 + ], + "Trees": [ + 126 + ], + "(DTs)": [ + 127 + ], + "widely": [ + 130 + ], + "applied": [ + 131 + ], + "for": [ + 135, + 175 + ], + "development": [ + 137 + ], + "predictive": [ + 139, + 205 + ], + "models,": [ + 140 + ], + "resulting": [ + 141 + ], + "effective": [ + 143 + ], + "accurate": [ + 145 + ], + "decision": [ + 146 + ], + "making.": [ + 147 + ], + "Even": [ + 148 + ], + "though": [ + 149 + ], + "is": [ + 151, + 171 + ], + "evident": [ + 152 + ], + "that": [ + 153, + 246 + ], + "use": [ + 155 + ], + "methods": [ + 158, + 177, + 235 + ], + "improve": [ + 160 + ], + "our": [ + 161 + ], + "understanding": [ + 162 + ], + "progression,": [ + 165 + ], + "appropriate": [ + 167 + ], + "level": [ + 168 + ], + "validation": [ + 170 + ], + "needed": [ + 172 + ], + "order": [ + 174 + ], + "be": [ + 179 + ], + "considered": [ + 180 + ], + "everyday": [ + 183 + ], + "practice.": [ + 185 + ], + "this": [ + 187 + ], + "work,": [ + 188 + ], + "we": [ + 189, + 239 + ], + "present": [ + 190, + 240 + ], + "review": [ + 192 + ], + "recent": [ + 194, + 244 + ], + "approaches": [ + 196 + ], + "employed": [ + 197 + ], + "modeling": [ + 200 + ], + "progression.": [ + 203 + ], + "models": [ + 206 + ], + "discussed": [ + 207 + ], + "here": [ + 208, + 241 + ], + "are": [ + 209 + ], + "based": [ + 210 + ], + "on": [ + 211, + 219, + 230 + ], + "various": [ + 212 + ], + "supervised": [ + 213 + ], + "well": [ + 217 + ], + "input": [ + 221 + ], + "data": [ + 224 + ], + "samples.": [ + 225 + ], + "Given": [ + 226 + ], + "growing": [ + 228 + ], + "trend": [ + 229 + ], + "most": [ + 243 + ], + "publications": [ + 245 + ], + "employ": [ + 247 + ], + "patient": [ + 258 + ], + "outcomes.": [ + 259 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 127 + }, + { + "year": 2025, + "cited_by_count": 408 + }, + { + "year": 2024, + "cited_by_count": 427 + }, + { + "year": 2023, + "cited_by_count": 421 + }, + { + "year": 2022, + "cited_by_count": 411 + }, + { + "year": 2021, + "cited_by_count": 446 + }, + { + "year": 2020, + "cited_by_count": 441 + }, + { + "year": 2019, + "cited_by_count": 280 + }, + { + "year": 2018, + "cited_by_count": 165 + }, + { + "year": 2017, + "cited_by_count": 84 + }, + { + "year": 2016, + "cited_by_count": 49 + }, + { + "year": 2015, + "cited_by_count": 11 + }, + { + "year": 2014, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2525984666", + "doi": "https://doi.org/10.1056/nejmp1606181", + "title": "Predicting the Future — Big Data, Machine Learning, and Clinical Medicine", + "display_name": "Predicting the Future — Big Data, Machine Learning, and Clinical Medicine", + "relevance_score": 3574.7341, + "publication_year": 2016, + "publication_date": "2016-09-28", + "ids": { + "openalex": "https://openalex.org/W2525984666", + "doi": "https://doi.org/10.1056/nejmp1606181", + "mag": "2525984666" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1056/nejmp1606181", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1056/nejmp1606181", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S62468778", + "display_name": "New England Journal of Medicine", + "issn_l": "0028-4793", + "issn": [ + "0028-4793", + "1533-4406" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320239", + "host_organization_name": "Massachusetts Medical Society", + "host_organization_lineage": [ + "https://openalex.org/P4310320239" + ], + "host_organization_lineage_names": [ + "Massachusetts Medical Society" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "New England Journal of Medicine", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/5070532", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5017000481", + "display_name": "Ziad Obermeyer", + "orcid": "https://orcid.org/0000-0002-4563-5849" + }, + "institutions": [ + { + "id": "https://openalex.org/I136199984", + "display_name": "Harvard University", + "ror": "https://ror.org/03vek6s52", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I136199984" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Ziad Obermeyer", + "raw_affiliation_strings": [ + "Department of Health Care Policy, Harvard Medical School, Boston, and the Department of Medical Ethics and Health Policy, Perelman School of Medicine" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Health Care Policy, Harvard Medical School, Boston, and the Department of Medical Ethics and Health Policy, Perelman School of Medicine", + "institution_ids": [ + "https://openalex.org/I136199984" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5012567636", + "display_name": "Ezekiel Emanuel", + "orcid": "https://orcid.org/0000-0002-9796-5735" + }, + "institutions": [ + { + "id": "https://openalex.org/I79576946", + "display_name": "University of Pennsylvania", + "ror": "https://ror.org/00b30xv10", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I79576946" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Ezekiel J. Emanuel", + "raw_affiliation_strings": [ + "Department of Health Care Management, Wharton School, University of Pennsylvania, Philadelphia" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Health Care Management, Wharton School, University of Pennsylvania, Philadelphia", + "institution_ids": [ + "https://openalex.org/I79576946" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5017000481" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I136199984" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 397.113, + "has_fulltext": false, + "cited_by_count": 3448, + "citation_normalized_percentile": { + "value": 1.0, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 96, + "max": 100 + }, + "biblio": { + "volume": "375", + "issue": "13", + "first_page": "1216", + "last_page": "1219" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11396", + "display_name": "Artificial Intelligence in Healthcare", + "score": 0.9932000041007996, + "subfield": { + "id": "https://openalex.org/subfields/3605", + "display_name": "Health Information Management" + }, + "field": { + "id": "https://openalex.org/fields/36", + "display_name": "Health Professions" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11396", + "display_name": "Artificial Intelligence in Healthcare", + "score": 0.9932000041007996, + "subfield": { + "id": "https://openalex.org/subfields/3605", + "display_name": "Health Information Management" + }, + "field": { + "id": "https://openalex.org/fields/36", + "display_name": "Health Professions" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + }, + { + "id": "https://openalex.org/T11636", + "display_name": "Artificial Intelligence in Healthcare and Education", + "score": 0.991599977016449, + "subfield": { + "id": "https://openalex.org/subfields/2718", + "display_name": "Health Informatics" + }, + "field": { + "id": "https://openalex.org/fields/27", + "display_name": "Medicine" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + }, + { + "id": "https://openalex.org/T13702", + "display_name": "Machine Learning in Healthcare", + "score": 0.9872000217437744, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/medicine", + "display_name": "Medicine", + "score": 0.766974925994873 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6763951182365417 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6183133125305176 + }, + { + "id": "https://openalex.org/keywords/big-data", + "display_name": "Big data", + "score": 0.47957199811935425 + }, + { + "id": "https://openalex.org/keywords/precision-medicine", + "display_name": "Precision medicine", + "score": 0.46924924850463867 + }, + { + "id": "https://openalex.org/keywords/data-science", + "display_name": "Data science", + "score": 0.45585569739341736 + }, + { + "id": "https://openalex.org/keywords/scale-invariant-feature-transform", + "display_name": "Scale-invariant feature transform", + "score": 0.4480826258659363 + }, + { + "id": "https://openalex.org/keywords/medline", + "display_name": "MEDLINE", + "score": 0.42730244994163513 + }, + { + "id": "https://openalex.org/keywords/medical-physics", + "display_name": "Medical physics", + "score": 0.41148635745048523 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.21748274564743042 + }, + { + "id": "https://openalex.org/keywords/pathology", + "display_name": "Pathology", + "score": 0.20210126042366028 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.19222670793533325 + }, + { + "id": "https://openalex.org/keywords/feature-extraction", + "display_name": "Feature extraction", + "score": 0.09807196259498596 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.766974925994873 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6763951182365417 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6183133125305176 + }, + { + "id": "https://openalex.org/C75684735", + "wikidata": "https://www.wikidata.org/wiki/Q858810", + "display_name": "Big data", + "level": 2, + "score": 0.47957199811935425 + }, + { + "id": "https://openalex.org/C163763905", + "wikidata": "https://www.wikidata.org/wiki/Q17075943", + "display_name": "Precision medicine", + "level": 2, + "score": 0.46924924850463867 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.45585569739341736 + }, + { + "id": "https://openalex.org/C61265191", + "wikidata": "https://www.wikidata.org/wiki/Q767770", + "display_name": "Scale-invariant feature transform", + "level": 3, + "score": 0.4480826258659363 + }, + { + "id": "https://openalex.org/C2779473830", + "wikidata": "https://www.wikidata.org/wiki/Q1540899", + "display_name": "MEDLINE", + "level": 2, + "score": 0.42730244994163513 + }, + { + "id": "https://openalex.org/C19527891", + "wikidata": "https://www.wikidata.org/wiki/Q1120908", + "display_name": "Medical physics", + "level": 1, + "score": 0.41148635745048523 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.21748274564743042 + }, + { + "id": "https://openalex.org/C142724271", + "wikidata": "https://www.wikidata.org/wiki/Q7208", + "display_name": "Pathology", + "level": 1, + "score": 0.20210126042366028 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.19222670793533325 + }, + { + "id": "https://openalex.org/C52622490", + "wikidata": "https://www.wikidata.org/wiki/Q1026626", + "display_name": "Feature extraction", + "level": 2, + "score": 0.09807196259498596 + }, + { + "id": "https://openalex.org/C199539241", + "wikidata": "https://www.wikidata.org/wiki/Q7748", + "display_name": "Law", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C17744445", + "wikidata": "https://www.wikidata.org/wiki/Q36442", + "display_name": "Political science", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "doi:10.1056/nejmp1606181", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1056/nejmp1606181", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S62468778", + "display_name": "New England Journal of Medicine", + "issn_l": "0028-4793", + "issn": [ + "0028-4793", + "1533-4406" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320239", + "host_organization_name": "Massachusetts Medical Society", + "host_organization_lineage": [ + "https://openalex.org/P4310320239" + ], + "host_organization_lineage_names": [ + "Massachusetts Medical Society" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "New England Journal of Medicine", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:pubmedcentral.nih.gov:5070532", + "is_oa": true, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/5070532", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2764455111", + "display_name": "PubMed Central", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "N Engl J Med", + "raw_type": "Text" + } + ], + "best_oa_location": { + "id": "pmh:oai:pubmedcentral.nih.gov:5070532", + "is_oa": true, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/5070532", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2764455111", + "display_name": "PubMed Central", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "N Engl J Med", + "raw_type": "Text" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 5, + "referenced_works": [ + "https://openalex.org/W2020506948", + "https://openalex.org/W2103018059", + "https://openalex.org/W2203167467", + "https://openalex.org/W2341256599", + "https://openalex.org/W2610886376" + ], + "related_works": [ + "https://openalex.org/W3014300295", + "https://openalex.org/W2297410961", + "https://openalex.org/W2548459112", + "https://openalex.org/W2905881943", + "https://openalex.org/W4224276240", + "https://openalex.org/W4312569874", + "https://openalex.org/W2946781799", + "https://openalex.org/W2588050043", + "https://openalex.org/W2531479711", + "https://openalex.org/W2191030086" + ], + "abstract_inverted_index": { + "The": [ + 0 + ], + "algorithms": [ + 1 + ], + "of": [ + 2, + 11, + 25, + 28 + ], + "machine": [ + 3 + ], + "learning,": [ + 4 + ], + "which": [ + 5 + ], + "can": [ + 6 + ], + "sift": [ + 7 + ], + "through": [ + 8 + ], + "vast": [ + 9 + ], + "numbers": [ + 10 + ], + "variables": [ + 12 + ], + "looking": [ + 13 + ], + "for": [ + 14 + ], + "combinations": [ + 15 + ], + "that": [ + 16 + ], + "reliably": [ + 17 + ], + "predict": [ + 18 + ], + "outcomes,": [ + 19 + ], + "will": [ + 20 + ], + "improve": [ + 21, + 34 + ], + "prognosis,": [ + 22 + ], + "displace": [ + 23 + ], + "much": [ + 24 + ], + "the": [ + 26 + ], + "work": [ + 27 + ], + "radiologists": [ + 29 + ], + "and": [ + 30, + 33 + ], + "anatomical": [ + 31 + ], + "pathologists,": [ + 32 + ], + "diagnostic": [ + 35 + ], + "accuracy.": [ + 36 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 200 + }, + { + "year": 2025, + "cited_by_count": 587 + }, + { + "year": 2024, + "cited_by_count": 517 + }, + { + "year": 2023, + "cited_by_count": 393 + }, + { + "year": 2022, + "cited_by_count": 380 + }, + { + "year": 2021, + "cited_by_count": 405 + }, + { + "year": 2020, + "cited_by_count": 372 + }, + { + "year": 2019, + "cited_by_count": 283 + }, + { + "year": 2018, + "cited_by_count": 205 + }, + { + "year": 2017, + "cited_by_count": 98 + }, + { + "year": 2016, + "cited_by_count": 3 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2923537029", + "doi": "https://doi.org/10.1103/revmodphys.91.045002", + "title": "Machine learning and the physical sciences", + "display_name": "Machine learning and the physical sciences", + "relevance_score": 3570.645, + "publication_year": 2019, + "publication_date": "2019-12-06", + "ids": { + "openalex": "https://openalex.org/W2923537029", + "doi": "https://doi.org/10.1103/revmodphys.91.045002", + "mag": "2923537029" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1103/revmodphys.91.045002", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1103/revmodphys.91.045002", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S73260565", + "display_name": "Reviews of Modern Physics", + "issn_l": "0034-6861", + "issn": [ + "0034-6861", + "1538-4527", + "1539-0756" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320261", + "host_organization_name": "American Physical Society", + "host_organization_lineage": [ + "https://openalex.org/P4310320261" + ], + "host_organization_lineage_names": [ + "American Physical Society" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Reviews of Modern Physics", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "arxiv", + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1903.10563", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5007408828", + "display_name": "Giuseppe Carleo", + "orcid": "https://orcid.org/0000-0002-8887-4356" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210153546", + "display_name": "Flatiron Health (United States)", + "ror": "https://ror.org/0508h6p74", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I4210153546" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Giuseppe Carleo", + "raw_affiliation_strings": [ + "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA" + ], + "raw_orcid": "https://orcid.org/0000-0002-8887-4356", + "affiliations": [ + { + "raw_affiliation_string": "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA", + "institution_ids": [ + "https://openalex.org/I4210153546" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5083228566", + "display_name": "J. I. Cirac", + "orcid": "https://orcid.org/0000-0003-3359-1743" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210153546", + "display_name": "Flatiron Health (United States)", + "ror": "https://ror.org/0508h6p74", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I4210153546" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Ignacio Cirac", + "raw_affiliation_strings": [ + "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA", + "institution_ids": [ + "https://openalex.org/I4210153546" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5108167175", + "display_name": "K. Cranmer", + "orcid": "https://orcid.org/0000-0002-5769-7094" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210153546", + "display_name": "Flatiron Health (United States)", + "ror": "https://ror.org/0508h6p74", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I4210153546" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Kyle Cranmer", + "raw_affiliation_strings": [ + "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA", + "institution_ids": [ + "https://openalex.org/I4210153546" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5058259063", + "display_name": "Laurent Daudet", + "orcid": "https://orcid.org/0000-0001-5811-1078" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210153546", + "display_name": "Flatiron Health (United States)", + "ror": "https://ror.org/0508h6p74", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I4210153546" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Laurent Daudet", + "raw_affiliation_strings": [ + "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA", + "institution_ids": [ + "https://openalex.org/I4210153546" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5073832417", + "display_name": "Maria Schuld", + "orcid": "https://orcid.org/0000-0001-8626-168X" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210153546", + "display_name": "Flatiron Health (United States)", + "ror": "https://ror.org/0508h6p74", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I4210153546" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Maria Schuld", + "raw_affiliation_strings": [ + "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA", + "institution_ids": [ + "https://openalex.org/I4210153546" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5004273274", + "display_name": "Naftali Tishby", + "orcid": "https://orcid.org/0000-0002-8086-4436" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210153546", + "display_name": "Flatiron Health (United States)", + "ror": "https://ror.org/0508h6p74", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I4210153546" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Naftali Tishby", + "raw_affiliation_strings": [ + "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA", + "institution_ids": [ + "https://openalex.org/I4210153546" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5024209749", + "display_name": "Leslie Vogt-Maranto", + "orcid": "https://orcid.org/0000-0002-7006-4582" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210153546", + "display_name": "Flatiron Health (United States)", + "ror": "https://ror.org/0508h6p74", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I4210153546" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Leslie Vogt-Maranto", + "raw_affiliation_strings": [ + "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA" + ], + "raw_orcid": "https://orcid.org/0000-0002-7006-4582", + "affiliations": [ + { + "raw_affiliation_string": "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA", + "institution_ids": [ + "https://openalex.org/I4210153546" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5089268172", + "display_name": "Lenka Zdeborová", + "orcid": "https://orcid.org/0000-0002-8377-3978" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210153546", + "display_name": "Flatiron Health (United States)", + "ror": "https://ror.org/0508h6p74", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I4210153546" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Lenka Zdeborová", + "raw_affiliation_strings": [ + "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA", + "institution_ids": [ + "https://openalex.org/I4210153546" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 8, + "corresponding_author_ids": [ + "https://openalex.org/A5007408828" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I4210153546" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 98.7476, + "has_fulltext": false, + "cited_by_count": 2412, + "citation_normalized_percentile": { + "value": 0.99995194, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "91", + "issue": "4", + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11948", + "display_name": "Machine Learning in Materials Science", + "score": 0.998199999332428, + "subfield": { + "id": "https://openalex.org/subfields/2505", + "display_name": "Materials Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/25", + "display_name": "Materials Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11948", + "display_name": "Machine Learning in Materials Science", + "score": 0.998199999332428, + "subfield": { + "id": "https://openalex.org/subfields/2505", + "display_name": "Materials Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/25", + "display_name": "Materials Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10682", + "display_name": "Quantum Computing Algorithms and Architecture", + "score": 0.9898999929428101, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11804", + "display_name": "Quantum many-body systems", + "score": 0.9840999841690063, + "subfield": { + "id": "https://openalex.org/subfields/3107", + "display_name": "Atomic and Molecular Physics, and Optics" + }, + "field": { + "id": "https://openalex.org/fields/31", + "display_name": "Physics and Astronomy" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/physics", + "display_name": "Physics", + "score": 0.8221291899681091 + }, + { + "id": "https://openalex.org/keywords/field", + "display_name": "Field (mathematics)", + "score": 0.517598032951355 + }, + { + "id": "https://openalex.org/keywords/column", + "display_name": "Column (typography)", + "score": 0.5173665881156921 + }, + { + "id": "https://openalex.org/keywords/engineering-physics", + "display_name": "Engineering physics", + "score": 0.3996226489543915 + }, + { + "id": "https://openalex.org/keywords/library-science", + "display_name": "Library science", + "score": 0.3428024649620056 + }, + { + "id": "https://openalex.org/keywords/data-science", + "display_name": "Data science", + "score": 0.33104032278060913 + }, + { + "id": "https://openalex.org/keywords/engineering-ethics", + "display_name": "Engineering ethics", + "score": 0.3266659080982208 + }, + { + "id": "https://openalex.org/keywords/mechanical-engineering", + "display_name": "Mechanical engineering", + "score": 0.10730153322219849 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.08470335602760315 + }, + { + "id": "https://openalex.org/keywords/engineering", + "display_name": "Engineering", + "score": 0.08188295364379883 + }, + { + "id": "https://openalex.org/keywords/connection", + "display_name": "Connection (principal bundle)", + "score": 0.05932199954986572 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C121332964", + "wikidata": "https://www.wikidata.org/wiki/Q413", + "display_name": "Physics", + "level": 0, + "score": 0.8221291899681091 + }, + { + "id": "https://openalex.org/C9652623", + "wikidata": "https://www.wikidata.org/wiki/Q190109", + "display_name": "Field (mathematics)", + "level": 2, + "score": 0.517598032951355 + }, + { + "id": "https://openalex.org/C2780551164", + "wikidata": "https://www.wikidata.org/wiki/Q2306599", + "display_name": "Column (typography)", + "level": 3, + "score": 0.5173665881156921 + }, + { + "id": "https://openalex.org/C61696701", + "wikidata": "https://www.wikidata.org/wiki/Q770766", + "display_name": "Engineering physics", + "level": 1, + "score": 0.3996226489543915 + }, + { + "id": "https://openalex.org/C161191863", + "wikidata": "https://www.wikidata.org/wiki/Q199655", + "display_name": "Library science", + "level": 1, + "score": 0.3428024649620056 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.33104032278060913 + }, + { + "id": "https://openalex.org/C55587333", + "wikidata": "https://www.wikidata.org/wiki/Q1133029", + "display_name": "Engineering ethics", + "level": 1, + "score": 0.3266659080982208 + }, + { + "id": "https://openalex.org/C78519656", + "wikidata": "https://www.wikidata.org/wiki/Q101333", + "display_name": "Mechanical engineering", + "level": 1, + "score": 0.10730153322219849 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.08470335602760315 + }, + { + "id": "https://openalex.org/C127413603", + "wikidata": "https://www.wikidata.org/wiki/Q11023", + "display_name": "Engineering", + "level": 0, + "score": 0.08188295364379883 + }, + { + "id": "https://openalex.org/C13355873", + "wikidata": "https://www.wikidata.org/wiki/Q2920850", + "display_name": "Connection (principal bundle)", + "level": 2, + "score": 0.05932199954986572 + }, + { + "id": "https://openalex.org/C202444582", + "wikidata": "https://www.wikidata.org/wiki/Q837863", + "display_name": "Pure mathematics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 5, + "locations": [ + { + "id": "doi:10.1103/revmodphys.91.045002", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1103/revmodphys.91.045002", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S73260565", + "display_name": "Reviews of Modern Physics", + "issn_l": "0034-6861", + "issn": [ + "0034-6861", + "1538-4527", + "1539-0756" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320261", + "host_organization_name": "American Physical Society", + "host_organization_lineage": [ + "https://openalex.org/P4310320261" + ], + "host_organization_lineage_names": [ + "American Physical Society" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Reviews of Modern Physics", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:arXiv.org:1903.10563", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1903.10563", + "pdf_url": "https://arxiv.org/pdf/1903.10563", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:HAL:hal-02101667v1", + "is_oa": false, + "landing_page_url": "https://hal.science/hal-02101667", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402512", + "display_name": "HAL (Le Centre pour la Communication Scientifique Directe)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1294671590", + "host_organization_name": "Centre National de la Recherche Scientifique", + "host_organization_lineage": [ + "https://openalex.org/I1294671590" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Rev.Mod.Phys., 2019, 91 (4), pp.045002. ⟨10.1103/RevModPhys.91.045002⟩", + "raw_type": "Journal articles" + }, + { + "id": "pmh:oai:infoscience.epfl.ch:283035", + "is_oa": true, + "landing_page_url": "https://infoscience.epfl.ch/handle/20.500.14299/175040", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400487", + "display_name": "Infoscience (Ecole Polytechnique Fédérale de Lausanne)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by-nc-nd", + "license_id": "https://openalex.org/licenses/cc-by-nc-nd", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "research article" + }, + { + "id": "pmh:oai:pure.mpg.de:item_3192298", + "is_oa": true, + "landing_page_url": "http://hdl.handle.net/21.11116/0000-0005-B0C5-5", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400654", + "display_name": "MPG.PuRe (Max Planck Society)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I149899117", + "host_organization_name": "Max Planck Society", + "host_organization_lineage": [ + "https://openalex.org/I149899117" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "other-oa", + "license_id": "https://openalex.org/licenses/other-oa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Reviews of Modern Physics", + "raw_type": "info:eu-repo/semantics/article" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1903.10563", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1903.10563", + "pdf_url": "https://arxiv.org/pdf/1903.10563", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + "sustainable_development_goals": [], + "awards": [ + { + "id": "https://openalex.org/G162064734", + "display_name": null, + "funder_award_id": "W911NF-13-1-0387", + "funder_id": "https://openalex.org/F4320338281", + "funder_display_name": "Army Research Office" + }, + { + "id": "https://openalex.org/G3038972242", + "display_name": null, + "funder_award_id": "714608-SMiLe", + "funder_id": "https://openalex.org/F4320338335", + "funder_display_name": "H2020 European Research Council" + }, + { + "id": "https://openalex.org/G3228186847", + "display_name": null, + "funder_award_id": "ACI-1450310", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G346715306", + "display_name": null, + "funder_award_id": "OAC-1836650", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G6221687394", + "display_name": null, + "funder_award_id": "DMR-1420073", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320306076", + "display_name": "National Science Foundation", + "ror": "https://ror.org/021nxhr62" + }, + { + "id": "https://openalex.org/F4320338281", + "display_name": "Army Research Office", + "ror": "https://ror.org/05epdh915" + }, + { + "id": "https://openalex.org/F4320338335", + "display_name": "H2020 European Research Council", + "ror": "https://ror.org/0472cxd90" + } + ], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 580, + "referenced_works": [ + "https://openalex.org/W32507011", + "https://openalex.org/W41554520", + "https://openalex.org/W51943945", + "https://openalex.org/W577274971", + "https://openalex.org/W632087424", + "https://openalex.org/W659070123", + "https://openalex.org/W965729195", + "https://openalex.org/W1490670270", + "https://openalex.org/W1501987263", + "https://openalex.org/W1510052597", + "https://openalex.org/W1527520754", + "https://openalex.org/W1529624360", + "https://openalex.org/W1543736766", + "https://openalex.org/W1555084454", + "https://openalex.org/W1579940749", + "https://openalex.org/W1594031697", + "https://openalex.org/W1631356911", + "https://openalex.org/W1650706190", + "https://openalex.org/W1668248414", + "https://openalex.org/W1694049600", + "https://openalex.org/W1731081199", + "https://openalex.org/W1813659000", + "https://openalex.org/W1825525822", + "https://openalex.org/W1871641673", + "https://openalex.org/W1890000358", + "https://openalex.org/W1896203379", + "https://openalex.org/W1959879694", + "https://openalex.org/W1963762696", + "https://openalex.org/W1970789124", + "https://openalex.org/W1973128603", + "https://openalex.org/W1975907901", + "https://openalex.org/W1983959825", + "https://openalex.org/W1984793731", + "https://openalex.org/W1988369744", + "https://openalex.org/W1988790447", + "https://openalex.org/W1990124919", + "https://openalex.org/W1990755770", + "https://openalex.org/W1993482030", + "https://openalex.org/W1994395934", + "https://openalex.org/W1995842804", + "https://openalex.org/W1998515260", + "https://openalex.org/W1999383621", + "https://openalex.org/W1999975338", + "https://openalex.org/W2004531067", + "https://openalex.org/W2007749676", + "https://openalex.org/W2010536552", + "https://openalex.org/W2011535927", + "https://openalex.org/W2012895716", + "https://openalex.org/W2015990127", + "https://openalex.org/W2019781611", + "https://openalex.org/W2020452821", + "https://openalex.org/W2020786104", + "https://openalex.org/W2024514015", + "https://openalex.org/W2025444507", + "https://openalex.org/W2029007937", + "https://openalex.org/W2029413789", + "https://openalex.org/W2029507757", + "https://openalex.org/W2030450972", + "https://openalex.org/W2034451938", + "https://openalex.org/W2036463035", + "https://openalex.org/W2037768897", + "https://openalex.org/W2040171281", + "https://openalex.org/W2042318263", + "https://openalex.org/W2045973738", + "https://openalex.org/W2049530405", + "https://openalex.org/W2053881994", + "https://openalex.org/W2062363822", + "https://openalex.org/W2063397409", + "https://openalex.org/W2064675550", + "https://openalex.org/W2066424095", + "https://openalex.org/W2068476337", + "https://openalex.org/W2069129925", + "https://openalex.org/W2072420187", + "https://openalex.org/W2072637332", + "https://openalex.org/W2073065445", + "https://openalex.org/W2076063813", + "https://openalex.org/W2076476236", + "https://openalex.org/W2079488937", + "https://openalex.org/W2080021732", + "https://openalex.org/W2080173214", + "https://openalex.org/W2080531309", + "https://openalex.org/W2080635178", + "https://openalex.org/W2081119846", + "https://openalex.org/W2081748565", + "https://openalex.org/W2083415705", + "https://openalex.org/W2086789740", + "https://openalex.org/W2087375161", + "https://openalex.org/W2088025933", + "https://openalex.org/W2090614046", + "https://openalex.org/W2093437356", + "https://openalex.org/W2096391265", + "https://openalex.org/W2097714737", + "https://openalex.org/W2103496339", + "https://openalex.org/W2104489082", + "https://openalex.org/W2105724942", + "https://openalex.org/W2112370854", + "https://openalex.org/W2116064496", + "https://openalex.org/W2116416291", + "https://openalex.org/W2118706537", + "https://openalex.org/W2120802379", + "https://openalex.org/W2121863487", + "https://openalex.org/W2125621954", + "https://openalex.org/W2127048411", + "https://openalex.org/W2128084896", + "https://openalex.org/W2132914434", + "https://openalex.org/W2134344701", + "https://openalex.org/W2139812092", + "https://openalex.org/W2140862024", + "https://openalex.org/W2148539882", + "https://openalex.org/W2151729750", + "https://openalex.org/W2151781750", + "https://openalex.org/W2152876174", + "https://openalex.org/W2155413623", + "https://openalex.org/W2161966883", + "https://openalex.org/W2165960883", + "https://openalex.org/W2167298647", + "https://openalex.org/W2168029744", + "https://openalex.org/W2171253836", + "https://openalex.org/W2209668876", + "https://openalex.org/W2211979669", + "https://openalex.org/W2226799981", + "https://openalex.org/W2240020188", + "https://openalex.org/W2244690429", + "https://openalex.org/W2246040896", + "https://openalex.org/W2257086086", + "https://openalex.org/W2257617748", + "https://openalex.org/W2257937122", + "https://openalex.org/W2267648874", + "https://openalex.org/W2325907229", + "https://openalex.org/W2326812357", + "https://openalex.org/W2337082154", + "https://openalex.org/W2339008828", + "https://openalex.org/W2341702711", + "https://openalex.org/W2347891459", + "https://openalex.org/W2394697995", + "https://openalex.org/W2414456771", + "https://openalex.org/W2419175238", + "https://openalex.org/W2486570794", + "https://openalex.org/W2490183153", + "https://openalex.org/W2491766731", + "https://openalex.org/W2494808947", + "https://openalex.org/W2515276161", + "https://openalex.org/W2516533688", + "https://openalex.org/W2516912949", + "https://openalex.org/W2517648041", + "https://openalex.org/W2520022941", + "https://openalex.org/W2521066248", + "https://openalex.org/W2525193548", + "https://openalex.org/W2528697476", + "https://openalex.org/W2528710350", + "https://openalex.org/W2530117613", + "https://openalex.org/W2530819665", + "https://openalex.org/W2531147647", + "https://openalex.org/W2533940598", + "https://openalex.org/W2541404351", + "https://openalex.org/W2543804629", + "https://openalex.org/W2547192247", + "https://openalex.org/W2547447472", + "https://openalex.org/W2548129158", + "https://openalex.org/W2549491455", + "https://openalex.org/W2556341799", + "https://openalex.org/W2557778781", + "https://openalex.org/W2558748708", + "https://openalex.org/W2559394418", + "https://openalex.org/W2559655401", + "https://openalex.org/W2562250282", + "https://openalex.org/W2563240863", + "https://openalex.org/W2563437659", + "https://openalex.org/W2565722603", + "https://openalex.org/W2566505556", + "https://openalex.org/W2572438701", + "https://openalex.org/W2580506952", + "https://openalex.org/W2580838454", + "https://openalex.org/W2582157661", + "https://openalex.org/W2582761306", + "https://openalex.org/W2582886917", + "https://openalex.org/W2588219153", + "https://openalex.org/W2588591043", + "https://openalex.org/W2592570417", + "https://openalex.org/W2593634001", + "https://openalex.org/W2593807178", + "https://openalex.org/W2594041373", + "https://openalex.org/W2594639291", + "https://openalex.org/W2594780084", + "https://openalex.org/W2594983911", + "https://openalex.org/W2604272474", + "https://openalex.org/W2604506260", + "https://openalex.org/W2604901683", + "https://openalex.org/W2605800822", + "https://openalex.org/W2606429533", + "https://openalex.org/W2606470147", + "https://openalex.org/W2607662938", + "https://openalex.org/W2607839392", + "https://openalex.org/W2610038766", + "https://openalex.org/W2611652092", + "https://openalex.org/W2612065714", + "https://openalex.org/W2612690371", + "https://openalex.org/W2614083378", + "https://openalex.org/W2614157797", + "https://openalex.org/W2615473567", + "https://openalex.org/W2618159897", + "https://openalex.org/W2618574512", + "https://openalex.org/W2618646460", + "https://openalex.org/W2618945100", + "https://openalex.org/W2620286290", + "https://openalex.org/W2623750799", + "https://openalex.org/W2624637765", + "https://openalex.org/W2626454479", + "https://openalex.org/W2649051464", + "https://openalex.org/W2727796268", + "https://openalex.org/W2731335845", + "https://openalex.org/W2736592352", + "https://openalex.org/W2737327729", + "https://openalex.org/W2739440074", + "https://openalex.org/W2740976142", + "https://openalex.org/W2742127985", + "https://openalex.org/W2743218360", + "https://openalex.org/W2744415540", + "https://openalex.org/W2745533326", + "https://openalex.org/W2746272096", + "https://openalex.org/W2746470301", + "https://openalex.org/W2750458571", + "https://openalex.org/W2750586355", + "https://openalex.org/W2750673150", + "https://openalex.org/W2752849906", + "https://openalex.org/W2753545915", + "https://openalex.org/W2753962198", + "https://openalex.org/W2755157865", + "https://openalex.org/W2755190613", + "https://openalex.org/W2755695124", + "https://openalex.org/W2756015143", + "https://openalex.org/W2756291233", + "https://openalex.org/W2761015455", + "https://openalex.org/W2761329292", + "https://openalex.org/W2761704992", + "https://openalex.org/W2762549329", + "https://openalex.org/W2762761825", + "https://openalex.org/W2763146374", + "https://openalex.org/W2763850513", + "https://openalex.org/W2763894180", + "https://openalex.org/W2764347725", + "https://openalex.org/W2765128778", + "https://openalex.org/W2765372792", + "https://openalex.org/W2765499180", + "https://openalex.org/W2765597272", + "https://openalex.org/W2765861397", + "https://openalex.org/W2765910566", + "https://openalex.org/W2766140179", + "https://openalex.org/W2766183519", + "https://openalex.org/W2766323574", + "https://openalex.org/W2766572821", + "https://openalex.org/W2766678531", + "https://openalex.org/W2767545053", + "https://openalex.org/W2767713609", + "https://openalex.org/W2768213699", + "https://openalex.org/W2769068614", + "https://openalex.org/W2769287225", + "https://openalex.org/W2772549578", + "https://openalex.org/W2774682142", + "https://openalex.org/W2775562332", + "https://openalex.org/W2775599538", + "https://openalex.org/W2775970449", + "https://openalex.org/W2778051509", + "https://openalex.org/W2778530713", + "https://openalex.org/W2779710223", + "https://openalex.org/W2780640308", + "https://openalex.org/W2781708744", + "https://openalex.org/W2782213776", + "https://openalex.org/W2782714865", + "https://openalex.org/W2782719466", + "https://openalex.org/W2783102654", + "https://openalex.org/W2785331752", + "https://openalex.org/W2785813126", + "https://openalex.org/W2785838999", + "https://openalex.org/W2785942752", + "https://openalex.org/W2786295636", + "https://openalex.org/W2786721297", + "https://openalex.org/W2786956473", + "https://openalex.org/W2787088079", + "https://openalex.org/W2787955889", + "https://openalex.org/W2788379092", + "https://openalex.org/W2788577944", + "https://openalex.org/W2788652239", + "https://openalex.org/W2788808196", + "https://openalex.org/W2788824392", + "https://openalex.org/W2789327225", + "https://openalex.org/W2789590546", + "https://openalex.org/W2789706299", + "https://openalex.org/W2790105002", + "https://openalex.org/W2791995286", + "https://openalex.org/W2792137452", + "https://openalex.org/W2792315573", + "https://openalex.org/W2792351009", + "https://openalex.org/W2792521034", + "https://openalex.org/W2792944272", + "https://openalex.org/W2792946961", + "https://openalex.org/W2793087725", + "https://openalex.org/W2793179281", + "https://openalex.org/W2793645414", + "https://openalex.org/W2793709686", + "https://openalex.org/W2794727009", + "https://openalex.org/W2795016065", + "https://openalex.org/W2795407028", + "https://openalex.org/W2796506892", + "https://openalex.org/W2796744096", + "https://openalex.org/W2798084934", + "https://openalex.org/W2798368581", + "https://openalex.org/W2798398359", + "https://openalex.org/W2798434869", + "https://openalex.org/W2798439837", + "https://openalex.org/W2798701005", + "https://openalex.org/W2798718650", + "https://openalex.org/W2799038815", + "https://openalex.org/W2800301423", + "https://openalex.org/W2803163155", + "https://openalex.org/W2803328959", + "https://openalex.org/W2803439868", + "https://openalex.org/W2804425690", + "https://openalex.org/W2804639765", + "https://openalex.org/W2805461540", + "https://openalex.org/W2805827569", + "https://openalex.org/W2806094831", + "https://openalex.org/W2806315097", + "https://openalex.org/W2806607279", + "https://openalex.org/W2806687966", + "https://openalex.org/W2807616984", + "https://openalex.org/W2808455355", + "https://openalex.org/W2809092000", + "https://openalex.org/W2810437889", + "https://openalex.org/W2810441707", + "https://openalex.org/W2810443692", + "https://openalex.org/W2820787925", + "https://openalex.org/W2837143805", + "https://openalex.org/W2845055700", + "https://openalex.org/W2883445762", + "https://openalex.org/W2883954259", + "https://openalex.org/W2884430236", + "https://openalex.org/W2884564258", + "https://openalex.org/W2884817966", + "https://openalex.org/W2885278795", + "https://openalex.org/W2886382778", + "https://openalex.org/W2886408278", + "https://openalex.org/W2888720512", + "https://openalex.org/W2888774813", + "https://openalex.org/W2889149492", + "https://openalex.org/W2891423421", + "https://openalex.org/W2892666903", + "https://openalex.org/W2893674448", + "https://openalex.org/W2894980093", + "https://openalex.org/W2895363620", + "https://openalex.org/W2895846750", + "https://openalex.org/W2896410853", + "https://openalex.org/W2896564495", + "https://openalex.org/W2896712926", + "https://openalex.org/W2896817368", + "https://openalex.org/W2897050953", + "https://openalex.org/W2897760057", + "https://openalex.org/W2898121159", + "https://openalex.org/W2898391453", + "https://openalex.org/W2898595154", + "https://openalex.org/W2898966067", + "https://openalex.org/W2899415024", + "https://openalex.org/W2899961353", + "https://openalex.org/W2900466252", + "https://openalex.org/W2901551902", + "https://openalex.org/W2902247106", + "https://openalex.org/W2902639110", + "https://openalex.org/W2903935053", + "https://openalex.org/W2905527813", + "https://openalex.org/W2907627375", + "https://openalex.org/W2910259907", + "https://openalex.org/W2912516940", + "https://openalex.org/W2913063022", + "https://openalex.org/W2914465168", + "https://openalex.org/W2914520121", + "https://openalex.org/W2914529849", + "https://openalex.org/W2914982345", + "https://openalex.org/W2915156775", + "https://openalex.org/W2916052864", + "https://openalex.org/W2916528205", + "https://openalex.org/W2917217327", + "https://openalex.org/W2918745211", + "https://openalex.org/W2919115771", + "https://openalex.org/W2919751573", + "https://openalex.org/W2923779858", + "https://openalex.org/W2935584311", + "https://openalex.org/W2940305049", + "https://openalex.org/W2940425080", + "https://openalex.org/W2941443959", + "https://openalex.org/W2949158470", + "https://openalex.org/W2949697408", + "https://openalex.org/W2950881872", + "https://openalex.org/W2950999850", + "https://openalex.org/W2951004968", + "https://openalex.org/W2951993056", + "https://openalex.org/W2952177798", + "https://openalex.org/W2952203743", + "https://openalex.org/W2952877407", + "https://openalex.org/W2953283096", + "https://openalex.org/W2953495237", + "https://openalex.org/W2953581299", + "https://openalex.org/W2954332695", + "https://openalex.org/W2954692534", + "https://openalex.org/W2962730419", + "https://openalex.org/W2962929001", + "https://openalex.org/W2962938080", + "https://openalex.org/W2962947392", + "https://openalex.org/W2962999242", + "https://openalex.org/W2963071675", + "https://openalex.org/W2963072996", + "https://openalex.org/W2963173679", + "https://openalex.org/W2963784808", + "https://openalex.org/W2963819344", + "https://openalex.org/W2963827891", + "https://openalex.org/W2963886912", + "https://openalex.org/W2964156139", + "https://openalex.org/W2964268718", + "https://openalex.org/W2964313985", + "https://openalex.org/W2971059194", + "https://openalex.org/W2972246420", + "https://openalex.org/W2974176966", + "https://openalex.org/W2979001666", + "https://openalex.org/W2991697224", + "https://openalex.org/W2993717751", + "https://openalex.org/W2997073156", + "https://openalex.org/W2999905431", + "https://openalex.org/W3006317140", + "https://openalex.org/W3006943238", + "https://openalex.org/W3022095225", + "https://openalex.org/W3022539872", + "https://openalex.org/W3026847731", + "https://openalex.org/W3037108023", + "https://openalex.org/W3098229010", + "https://openalex.org/W3098509317", + "https://openalex.org/W3098558521", + "https://openalex.org/W3098574683", + "https://openalex.org/W3098827579", + "https://openalex.org/W3098847359", + "https://openalex.org/W3099013266", + "https://openalex.org/W3099014823", + "https://openalex.org/W3099142519", + "https://openalex.org/W3099186397", + "https://openalex.org/W3099267591", + "https://openalex.org/W3099305384", + "https://openalex.org/W3099381338", + "https://openalex.org/W3099423575", + "https://openalex.org/W3099659109", + "https://openalex.org/W3099680657", + "https://openalex.org/W3099765109", + "https://openalex.org/W3099782627", + "https://openalex.org/W3099813870", + "https://openalex.org/W3099950071", + "https://openalex.org/W3099956647", + "https://openalex.org/W3100009607", + "https://openalex.org/W3100068159", + "https://openalex.org/W3100072999", + "https://openalex.org/W3100127953", + "https://openalex.org/W3100248348", + "https://openalex.org/W3100294950", + "https://openalex.org/W3100492156", + "https://openalex.org/W3100511033", + "https://openalex.org/W3100550188", + "https://openalex.org/W3100571530", + "https://openalex.org/W3100749134", + "https://openalex.org/W3100757891", + "https://openalex.org/W3100942527", + "https://openalex.org/W3101119258", + "https://openalex.org/W3101214870", + "https://openalex.org/W3101363214", + "https://openalex.org/W3101493857", + "https://openalex.org/W3101501459", + "https://openalex.org/W3101542436", + "https://openalex.org/W3101643101", + "https://openalex.org/W3101696966", + "https://openalex.org/W3101749733", + "https://openalex.org/W3101949649", + "https://openalex.org/W3102014803", + "https://openalex.org/W3102038441", + "https://openalex.org/W3102180547", + "https://openalex.org/W3102400420", + "https://openalex.org/W3102409313", + "https://openalex.org/W3102548437", + "https://openalex.org/W3102549167", + "https://openalex.org/W3102617294", + "https://openalex.org/W3102641634", + "https://openalex.org/W3102678975", + "https://openalex.org/W3102776521", + "https://openalex.org/W3102844577", + "https://openalex.org/W3102885034", + "https://openalex.org/W3102926255", + "https://openalex.org/W3102929400", + "https://openalex.org/W3103002362", + "https://openalex.org/W3103107186", + "https://openalex.org/W3103289362", + "https://openalex.org/W3103328814", + "https://openalex.org/W3103393581", + "https://openalex.org/W3103574448", + "https://openalex.org/W3103589224", + "https://openalex.org/W3103722330", + "https://openalex.org/W3103746320", + "https://openalex.org/W3103863530", + "https://openalex.org/W3104065018", + "https://openalex.org/W3104289311", + "https://openalex.org/W3104300173", + "https://openalex.org/W3104403078", + "https://openalex.org/W3104481216", + "https://openalex.org/W3104496372", + "https://openalex.org/W3104536462", + "https://openalex.org/W3104644561", + "https://openalex.org/W3104674222", + "https://openalex.org/W3104690326", + "https://openalex.org/W3104771979", + "https://openalex.org/W3104864936", + "https://openalex.org/W3104962094", + "https://openalex.org/W3105233262", + "https://openalex.org/W3105377867", + "https://openalex.org/W3105494006", + "https://openalex.org/W3105570377", + "https://openalex.org/W3105585588", + "https://openalex.org/W3105977603", + "https://openalex.org/W3106144922", + "https://openalex.org/W3106166086", + "https://openalex.org/W3106193592", + "https://openalex.org/W3106214974", + "https://openalex.org/W3106310231", + "https://openalex.org/W3106418633", + "https://openalex.org/W3106447034", + "https://openalex.org/W3106469526", + "https://openalex.org/W3112028493", + "https://openalex.org/W3121355058", + "https://openalex.org/W3121659139", + "https://openalex.org/W3123261968", + "https://openalex.org/W3124956069", + "https://openalex.org/W3132379378", + "https://openalex.org/W3137695714", + "https://openalex.org/W3140960170", + "https://openalex.org/W3147165232", + "https://openalex.org/W4212774754", + "https://openalex.org/W4236747242", + "https://openalex.org/W4237249260", + "https://openalex.org/W4238893454", + "https://openalex.org/W4239969927", + "https://openalex.org/W4244364296", + "https://openalex.org/W4248685136", + "https://openalex.org/W4250955649", + "https://openalex.org/W4252579706", + "https://openalex.org/W4253029311", + "https://openalex.org/W4253271028", + "https://openalex.org/W4255056905", + "https://openalex.org/W4285719527", + "https://openalex.org/W4288418124", + "https://openalex.org/W4288616930", + "https://openalex.org/W4288622534", + "https://openalex.org/W4289108190", + "https://openalex.org/W4289305635", + "https://openalex.org/W4289389579", + "https://openalex.org/W4289543312", + "https://openalex.org/W4289751512", + "https://openalex.org/W4289761856", + "https://openalex.org/W4293358966", + "https://openalex.org/W4295111187", + "https://openalex.org/W4295769412", + "https://openalex.org/W4295837399", + "https://openalex.org/W4297749952", + "https://openalex.org/W4297802696", + "https://openalex.org/W4298125159", + "https://openalex.org/W4298201378", + "https://openalex.org/W4299295087", + "https://openalex.org/W4299565696", + "https://openalex.org/W4299971819", + "https://openalex.org/W4300852227", + "https://openalex.org/W4300885568", + "https://openalex.org/W4300921457", + "https://openalex.org/W4300946572", + "https://openalex.org/W4300990119", + "https://openalex.org/W4301055545", + "https://openalex.org/W4301057100", + "https://openalex.org/W4301369164", + "https://openalex.org/W4302549904", + "https://openalex.org/W4394667618" + ], + "related_works": [ + "https://openalex.org/W2181722423", + "https://openalex.org/W2347222412", + "https://openalex.org/W2085601491", + "https://openalex.org/W2375996887", + "https://openalex.org/W4322723290", + "https://openalex.org/W2368976073", + "https://openalex.org/W2948237757", + "https://openalex.org/W2376548177", + "https://openalex.org/W2808994565", + "https://openalex.org/W2769449614" + ], + "abstract_inverted_index": { + "In": [ + 0 + ], + "October": [ + 1 + ], + "2018": [ + 2 + ], + "an": [ + 3 + ], + "APS": [ + 4 + ], + "Physics": [ + 5 + ], + "Next": [ + 6 + ], + "Workshop": [ + 7 + ], + "on": [ + 8 + ], + "Machine": [ + 9 + ], + "Learning": [ + 10 + ], + "was": [ + 11 + ], + "held": [ + 12 + ], + "in": [ + 13, + 34 + ], + "Riverhead,": [ + 14 + ], + "NY.": [ + 15 + ], + "This": [ + 16 + ], + "article": [ + 17 + ], + "reviews": [ + 18 + ], + "and": [ + 19 + ], + "summarizes": [ + 20 + ], + "the": [ + 21, + 35 + ], + "proceedings": [ + 22 + ], + "of": [ + 23 + ], + "this": [ + 24 + ], + "very": [ + 25 + ], + "broad,": [ + 26 + ], + "emerging": [ + 27 + ], + "field.This": [ + 28 + ], + "needs": [ + 29 + ], + "to": [ + 30 + ], + "be": [ + 31 + ], + "a": [ + 32, + 39 + ], + "placard": [ + 33 + ], + "left-hand": [ + 36 + ], + "column,": [ + 37 + ], + "with": [ + 38 + ], + "custom": [ + 40 + ], + "tag.": [ + 41 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 112 + }, + { + "year": 2025, + "cited_by_count": 375 + }, + { + "year": 2024, + "cited_by_count": 374 + }, + { + "year": 2023, + "cited_by_count": 477 + }, + { + "year": 2022, + "cited_by_count": 416 + }, + { + "year": 2021, + "cited_by_count": 429 + }, + { + "year": 2020, + "cited_by_count": 209 + }, + { + "year": 2019, + "cited_by_count": 19 + }, + { + "year": 2018, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2603766943", + "doi": "https://doi.org/10.1145/3052973.3053009", + "title": "Practical Black-Box Attacks against Machine Learning", + "display_name": "Practical Black-Box Attacks against Machine Learning", + "relevance_score": 3522.2583, + "publication_year": 2017, + "publication_date": "2017-03-31", + "ids": { + "openalex": "https://openalex.org/W2603766943", + "doi": "https://doi.org/10.1145/3052973.3053009", + "mag": "2603766943" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1145/3052973.3053009", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/3052973.3053009", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Proceedings of the 2017 ACM on Asia Conference on Computer and Communications Security", + "raw_type": "proceedings-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5018809423", + "display_name": "Nicolas Papernot", + "orcid": "https://orcid.org/0000-0001-5078-7233" + }, + "institutions": [ + { + "id": "https://openalex.org/I130769515", + "display_name": "Pennsylvania State University", + "ror": "https://ror.org/04p491231", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I130769515" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Nicolas Papernot", + "raw_affiliation_strings": [ + "Pennsylvania State University, University Park, PA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Pennsylvania State University, University Park, PA, USA", + "institution_ids": [ + "https://openalex.org/I130769515" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5055368149", + "display_name": "Patrick McDaniel", + "orcid": "https://orcid.org/0000-0003-2091-7484" + }, + "institutions": [ + { + "id": "https://openalex.org/I130769515", + "display_name": "Pennsylvania State University", + "ror": "https://ror.org/04p491231", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I130769515" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Patrick McDaniel", + "raw_affiliation_strings": [ + "Pennsylvania State University, University Park, PA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Pennsylvania State University, University Park, PA, USA", + "institution_ids": [ + "https://openalex.org/I130769515" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5004271128", + "display_name": "Ian Goodfellow", + "orcid": "https://orcid.org/0000-0003-3937-2322" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210161460", + "display_name": "OpenAI (United States)", + "ror": "https://ror.org/05wx9n238", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I4210161460" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Ian Goodfellow", + "raw_affiliation_strings": [ + "OpenAI, San Francisco, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "OpenAI, San Francisco, CA, USA", + "institution_ids": [ + "https://openalex.org/I4210161460" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5088826068", + "display_name": "Somesh Jha", + "orcid": "https://orcid.org/0000-0001-5877-0436" + }, + "institutions": [ + { + "id": "https://openalex.org/I135310074", + "display_name": "University of Wisconsin–Madison", + "ror": "https://ror.org/01y2jtd41", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I135310074" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Somesh Jha", + "raw_affiliation_strings": [ + "University of Wisconsin, Madison, WI, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Wisconsin, Madison, WI, USA", + "institution_ids": [ + "https://openalex.org/I135310074" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": null, + "display_name": "Z. Berkay Celik", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I130769515", + "display_name": "Pennsylvania State University", + "ror": "https://ror.org/04p491231", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I130769515" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Z. Berkay Celik", + "raw_affiliation_strings": [ + "Pennsylvania State University, University Park, PA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Pennsylvania State University, University Park, PA, USA", + "institution_ids": [ + "https://openalex.org/I130769515" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5103191815", + "display_name": "Ananthram Swami", + "orcid": "https://orcid.org/0000-0003-1439-332X" + }, + "institutions": [ + { + "id": "https://openalex.org/I166416128", + "display_name": "DEVCOM Army Research Laboratory", + "ror": "https://ror.org/011hc8f90", + "country_code": "US", + "type": "government", + "lineage": [ + "https://openalex.org/I1304082316", + "https://openalex.org/I1330347796", + "https://openalex.org/I166416128", + "https://openalex.org/I2802705668", + "https://openalex.org/I4210154437" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Ananthram Swami", + "raw_affiliation_strings": [ + "US Army Research Laboratory, Adelphi, MD, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "US Army Research Laboratory, Adelphi, MD, USA", + "institution_ids": [ + "https://openalex.org/I166416128" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 6, + "corresponding_author_ids": [ + "https://openalex.org/A5018809423" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I130769515" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 282.6909, + "has_fulltext": false, + "cited_by_count": 3465, + "citation_normalized_percentile": { + "value": 0.99991872, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": "506", + "last_page": "519" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11689", + "display_name": "Adversarial Robustness in Machine Learning", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11689", + "display_name": "Adversarial Robustness in Machine Learning", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11241", + "display_name": "Advanced Malware Detection Techniques", + "score": 0.9887999892234802, + "subfield": { + "id": "https://openalex.org/subfields/1711", + "display_name": "Signal Processing" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11512", + "display_name": "Anomaly Detection Techniques and Applications", + "score": 0.9490000009536743, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/adversarial-system", + "display_name": "Adversarial system", + "score": 0.8607215881347656 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7777668237686157 + }, + { + "id": "https://openalex.org/keywords/adversary", + "display_name": "Adversary", + "score": 0.7760648727416992 + }, + { + "id": "https://openalex.org/keywords/black-box", + "display_name": "Black box", + "score": 0.7213448286056519 + }, + { + "id": "https://openalex.org/keywords/malware", + "display_name": "Malware", + "score": 0.7048903107643127 + }, + { + "id": "https://openalex.org/keywords/deep-neural-networks", + "display_name": "Deep neural networks", + "score": 0.65977942943573 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6321082711219788 + }, + { + "id": "https://openalex.org/keywords/deep-learning", + "display_name": "Deep learning", + "score": 0.6107656955718994 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.5658857226371765 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.559665858745575 + }, + { + "id": "https://openalex.org/keywords/adversarial-machine-learning", + "display_name": "Adversarial machine learning", + "score": 0.5187221169471741 + }, + { + "id": "https://openalex.org/keywords/threat-model", + "display_name": "Threat model", + "score": 0.4236634075641632 + }, + { + "id": "https://openalex.org/keywords/computer-security", + "display_name": "Computer security", + "score": 0.32835885882377625 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C37736160", + "wikidata": "https://www.wikidata.org/wiki/Q1801315", + "display_name": "Adversarial system", + "level": 2, + "score": 0.8607215881347656 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7777668237686157 + }, + { + "id": "https://openalex.org/C41065033", + "wikidata": "https://www.wikidata.org/wiki/Q2825412", + "display_name": "Adversary", + "level": 2, + "score": 0.7760648727416992 + }, + { + "id": "https://openalex.org/C94966114", + "wikidata": "https://www.wikidata.org/wiki/Q29256", + "display_name": "Black box", + "level": 2, + "score": 0.7213448286056519 + }, + { + "id": "https://openalex.org/C541664917", + "wikidata": "https://www.wikidata.org/wiki/Q14001", + "display_name": "Malware", + "level": 2, + "score": 0.7048903107643127 + }, + { + "id": "https://openalex.org/C2984842247", + "wikidata": "https://www.wikidata.org/wiki/Q197536", + "display_name": "Deep neural networks", + "level": 3, + "score": 0.65977942943573 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6321082711219788 + }, + { + "id": "https://openalex.org/C108583219", + "wikidata": "https://www.wikidata.org/wiki/Q197536", + "display_name": "Deep learning", + "level": 2, + "score": 0.6107656955718994 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.5658857226371765 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.559665858745575 + }, + { + "id": "https://openalex.org/C2778403875", + "wikidata": "https://www.wikidata.org/wiki/Q20312394", + "display_name": "Adversarial machine learning", + "level": 3, + "score": 0.5187221169471741 + }, + { + "id": "https://openalex.org/C140547941", + "wikidata": "https://www.wikidata.org/wiki/Q7797194", + "display_name": "Threat model", + "level": 2, + "score": 0.4236634075641632 + }, + { + "id": "https://openalex.org/C38652104", + "wikidata": "https://www.wikidata.org/wiki/Q3510521", + "display_name": "Computer security", + "level": 1, + "score": 0.32835885882377625 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1145/3052973.3053009", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/3052973.3053009", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Proceedings of the 2017 ACM on Asia Conference on Computer and Communications Security", + "raw_type": "proceedings-article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "score": 0.6399999856948853, + "id": "https://metadata.un.org/sdg/16", + "display_name": "Peace, Justice and strong institutions" + } + ], + "awards": [ + { + "id": "https://openalex.org/G2043895709", + "display_name": null, + "funder_award_id": "W911NF-13-2-0045", + "funder_id": "https://openalex.org/F4320338295", + "funder_display_name": "Army Research Laboratory" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320338295", + "display_name": "Army Research Laboratory", + "ror": "https://ror.org/011hc8f90" + } + ], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 18, + "referenced_works": [ + "https://openalex.org/W9657784", + "https://openalex.org/W581033782", + "https://openalex.org/W1510924833", + "https://openalex.org/W2038296020", + "https://openalex.org/W2045638068", + "https://openalex.org/W2067713319", + "https://openalex.org/W2095577883", + "https://openalex.org/W2119885577", + "https://openalex.org/W2151298633", + "https://openalex.org/W2174868984", + "https://openalex.org/W2180612164", + "https://openalex.org/W2252814878", + "https://openalex.org/W2461943168", + "https://openalex.org/W2475730566", + "https://openalex.org/W2535873859", + "https://openalex.org/W2574797807", + "https://openalex.org/W2963207607", + "https://openalex.org/W2964153729" + ], + "related_works": [ + "https://openalex.org/W4312601715", + "https://openalex.org/W3159204880", + "https://openalex.org/W2982631433", + "https://openalex.org/W4377865163", + "https://openalex.org/W4392828243", + "https://openalex.org/W4312822655", + "https://openalex.org/W3157170264", + "https://openalex.org/W4298185893", + "https://openalex.org/W4402427143", + "https://openalex.org/W2896078964" + ], + "abstract_inverted_index": { + "Machine": [ + 0 + ], + "learning": [ + 1, + 161 + ], + "(ML)": [ + 2 + ], + "models,": [ + 3 + ], + "e.g.,": [ + 4 + ], + "deep": [ + 5, + 160 + ], + "neural": [ + 6 + ], + "networks": [ + 7 + ], + "(DNNs),": [ + 8 + ], + "are": [ + 9, + 138 + ], + "vulnerable": [ + 10 + ], + "to": [ + 11, + 17, + 25, + 87, + 94, + 106, + 130, + 186, + 237 + ], + "adversarial": [ + 12, + 46, + 132, + 172, + 208, + 239 + ], + "examples:": [ + 13 + ], + "malicious": [ + 14, + 32 + ], + "inputs": [ + 15, + 113 + ], + "modified": [ + 16 + ], + "yield": [ + 18, + 207 + ], + "erroneous": [ + 19 + ], + "model": [ + 20, + 54, + 105 + ], + "outputs,": [ + 21 + ], + "while": [ + 22 + ], + "appearing": [ + 23 + ], + "unmodified": [ + 24 + ], + "human": [ + 26 + ], + "observers.": [ + 27 + ], + "Potential": [ + 28 + ], + "attacks": [ + 29, + 48 + ], + "include": [ + 30 + ], + "having": [ + 31 + ], + "content": [ + 33 + ], + "like": [ + 34 + ], + "malware": [ + 35 + ], + "identified": [ + 36 + ], + "as": [ + 37 + ], + "legitimate": [ + 38 + ], + "or": [ + 39, + 56 + ], + "controlling": [ + 40, + 69 + ], + "vehicle": [ + 41 + ], + "behavior.": [ + 42 + ], + "Yet,": [ + 43 + ], + "all": [ + 44 + ], + "existing": [ + 45 + ], + "example": [ + 47, + 240 + ], + "require": [ + 49 + ], + "knowledge": [ + 50 + ], + "of": [ + 51, + 66, + 82, + 170, + 183, + 217, + 231 + ], + "either": [ + 52 + ], + "the": [ + 53, + 62, + 79, + 92, + 109, + 122, + 127, + 141, + 171, + 180, + 192 + ], + "internals": [ + 55 + ], + "its": [ + 57 + ], + "training": [ + 58, + 102 + ], + "data.": [ + 59 + ], + "We": [ + 60, + 125, + 163, + 178, + 221 + ], + "introduce": [ + 61 + ], + "first": [ + 63 + ], + "practical": [ + 64 + ], + "demonstration": [ + 65 + ], + "an": [ + 67, + 117, + 158 + ], + "attacker": [ + 68 + ], + "a": [ + 70, + 103, + 146, + 153 + ], + "remotely": [ + 71 + ], + "hosted": [ + 72, + 155, + 197 + ], + "DNN": [ + 73, + 93, + 154, + 167 + ], + "with": [ + 74, + 175 + ], + "no": [ + 75 + ], + "such": [ + 76 + ], + "knowledge.": [ + 77 + ], + "Indeed,": [ + 78 + ], + "only": [ + 80 + ], + "capability": [ + 81 + ], + "our": [ + 83, + 176, + 184 + ], + "black-box": [ + 84, + 226 + ], + "adversary": [ + 85, + 118 + ], + "is": [ + 86, + 229 + ], + "observe": [ + 88 + ], + "labels": [ + 89 + ], + "given": [ + 90 + ], + "by": [ + 91, + 116, + 121, + 140, + 156, + 190, + 198, + 211 + ], + "chosen": [ + 95 + ], + "inputs.": [ + 96 + ], + "Our": [ + 97 + ], + "attack": [ + 98, + 152, + 194, + 227 + ], + "strategy": [ + 99, + 185, + 228 + ], + "consists": [ + 100 + ], + "in": [ + 101 + ], + "local": [ + 104, + 128 + ], + "substitute": [ + 107, + 129 + ], + "for": [ + 108 + ], + "target": [ + 110, + 123 + ], + "DNN,": [ + 111 + ], + "using": [ + 112, + 202 + ], + "synthetically": [ + 114 + ], + "generated": [ + 115 + ], + "and": [ + 119, + 134, + 148, + 200, + 213, + 219 + ], + "labeled": [ + 120 + ], + "DNN.": [ + 124, + 143 + ], + "use": [ + 126 + ], + "craft": [ + 131 + ], + "examples,": [ + 133 + ], + "find": [ + 135, + 164, + 223 + ], + "that": [ + 136, + 165, + 224 + ], + "they": [ + 137 + ], + "misclassified": [ + 139, + 210 + ], + "targeted": [ + 142 + ], + "To": [ + 144 + ], + "perform": [ + 145 + ], + "real-world": [ + 147 + ], + "properly-blinded": [ + 149 + ], + "evaluation,": [ + 150 + ], + "we": [ + 151 + ], + "MetaMind,": [ + 157 + ], + "online": [ + 159 + ], + "API.": [ + 162 + ], + "their": [ + 166 + ], + "misclassifies": [ + 168 + ], + "84.24%": [ + 169 + ], + "examples": [ + 173, + 209 + ], + "crafted": [ + 174 + ], + "substitute.": [ + 177 + ], + "demonstrate": [ + 179 + ], + "general": [ + 181 + ], + "applicability": [ + 182 + ], + "many": [ + 187 + ], + "ML": [ + 188 + ], + "techniques": [ + 189 + ], + "conducting": [ + 191 + ], + "same": [ + 193 + ], + "against": [ + 195 + ], + "models": [ + 196 + ], + "Amazon": [ + 199, + 212 + ], + "Google,": [ + 201 + ], + "logistic": [ + 203 + ], + "regression": [ + 204 + ], + "substitutes.": [ + 205 + ], + "They": [ + 206 + ], + "Google": [ + 214 + ], + "at": [ + 215 + ], + "rates": [ + 216 + ], + "96.19%": [ + 218 + ], + "88.94%.": [ + 220 + ], + "also": [ + 222 + ], + "this": [ + 225 + ], + "capable": [ + 230 + ], + "evading": [ + 232 + ], + "defense": [ + 233 + ], + "strategies": [ + 234 + ], + "previously": [ + 235 + ], + "found": [ + 236 + ], + "make": [ + 238 + ], + "crafting": [ + 241 + ], + "harder.": [ + 242 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 65 + }, + { + "year": 2025, + "cited_by_count": 289 + }, + { + "year": 2024, + "cited_by_count": 377 + }, + { + "year": 2023, + "cited_by_count": 396 + }, + { + "year": 2022, + "cited_by_count": 409 + }, + { + "year": 2021, + "cited_by_count": 569 + }, + { + "year": 2020, + "cited_by_count": 590 + }, + { + "year": 2019, + "cited_by_count": 476 + }, + { + "year": 2018, + "cited_by_count": 240 + }, + { + "year": 2017, + "cited_by_count": 52 + }, + { + "year": 2016, + "cited_by_count": 1 + }, + { + "year": 2012, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2914584698", + "doi": null, + "title": "Proceedings of the 23rd international conference on Machine learning", + "display_name": "Proceedings of the 23rd international conference on Machine learning", + "relevance_score": 3418.077, + "publication_year": 2006, + "publication_date": "2006-06-25", + "ids": { + "openalex": "https://openalex.org/W2914584698", + "mag": "2914584698" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-034209271", + "is_oa": false, + "landing_page_url": "https://dl.acm.org/action/showBook?doi=10.1145%2F1143844", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "software, multimedia" + }, + "type": "article", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5051617344", + "display_name": "William W. Cohen", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "William W. Cohen", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5101927521", + "display_name": "Andrew Moore", + "orcid": "https://orcid.org/0000-0002-3395-0841" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Andrew Moore", + "raw_affiliation_strings": [], + "raw_orcid": "https://orcid.org/0000-0002-3395-0841", + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5051617344" + ], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 2.9972, + "has_fulltext": false, + "cited_by_count": 2592, + "citation_normalized_percentile": { + "value": 0.91286853, + "is_in_top_1_percent": false, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12254", + "display_name": "Machine Learning in Bioinformatics", + "score": 0.6675000190734863, + "subfield": { + "id": "https://openalex.org/subfields/1312", + "display_name": "Molecular Biology" + }, + "field": { + "id": "https://openalex.org/fields/13", + "display_name": "Biochemistry, Genetics and Molecular Biology" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12254", + "display_name": "Machine Learning in Bioinformatics", + "score": 0.6675000190734863, + "subfield": { + "id": "https://openalex.org/subfields/1312", + "display_name": "Molecular Biology" + }, + "field": { + "id": "https://openalex.org/fields/13", + "display_name": "Biochemistry, Genetics and Molecular Biology" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.6546000242233276, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/presentation", + "display_name": "Presentation (obstetrics)", + "score": 0.64774489402771 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5538260340690613 + }, + { + "id": "https://openalex.org/keywords/library-science", + "display_name": "Library science", + "score": 0.5068791508674622 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.3816671371459961 + }, + { + "id": "https://openalex.org/keywords/medical-education", + "display_name": "Medical education", + "score": 0.338736891746521 + }, + { + "id": "https://openalex.org/keywords/medicine", + "display_name": "Medicine", + "score": 0.23399221897125244 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2777601897", + "wikidata": "https://www.wikidata.org/wiki/Q3409113", + "display_name": "Presentation (obstetrics)", + "level": 2, + "score": 0.64774489402771 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5538260340690613 + }, + { + "id": "https://openalex.org/C161191863", + "wikidata": "https://www.wikidata.org/wiki/Q199655", + "display_name": "Library science", + "level": 1, + "score": 0.5068791508674622 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.3816671371459961 + }, + { + "id": "https://openalex.org/C509550671", + "wikidata": "https://www.wikidata.org/wiki/Q126945", + "display_name": "Medical education", + "level": 1, + "score": 0.338736891746521 + }, + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.23399221897125244 + }, + { + "id": "https://openalex.org/C126838900", + "wikidata": "https://www.wikidata.org/wiki/Q77604", + "display_name": "Radiology", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-034209271", + "is_oa": false, + "landing_page_url": "https://dl.acm.org/action/showBook?doi=10.1145%2F1143844", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "software, multimedia" + }, + { + "id": "mag:2914584698", + "is_oa": false, + "landing_page_url": "https://dl.acm.org/citation.cfm?id=1143844", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [], + "abstract_inverted_index": { + "This": [ + 0, + 52, + 138 + ], + "volume,": [ + 1 + ], + "which": [ + 2, + 92, + 295 + ], + "is": [ + 3, + 34 + ], + "also": [ + 4, + 81, + 123, + 288 + ], + "available": [ + 5 + ], + "from": [ + 6, + 165 + ], + "http://www.machinelearning.org,": [ + 7 + ], + "the": [ + 8, + 12, + 18, + 26, + 43, + 47, + 69, + 82, + 85, + 128, + 158, + 163, + 166, + 179, + 201, + 215, + 223, + 231, + 239, + 249, + 264, + 269, + 284, + 301, + 325, + 330, + 353, + 370 + ], + "home": [ + 9 + ], + "page": [ + 10 + ], + "of": [ + 11, + 42, + 49, + 98, + 127, + 130, + 182, + 222, + 238, + 261, + 280, + 324, + 329, + 352, + 355, + 362, + 369 + ], + "International": [ + 13, + 28 + ], + "Machine": [ + 14, + 31, + 89 + ], + "Learning": [ + 15, + 75, + 90 + ], + "Society,": [ + 16 + ], + "contains": [ + 17 + ], + "technical": [ + 19, + 285 + ], + "papers": [ + 20, + 148, + 164, + 170, + 253, + 307 + ], + "accepted": [ + 21, + 252, + 274 + ], + "for": [ + 22, + 38, + 84, + 275, + 317 + ], + "presentation": [ + 23, + 39 + ], + "at": [ + 24, + 57, + 357 + ], + "ICML-2006,": [ + 25 + ], + "23rd": [ + 27 + ], + "Conference": [ + 29, + 72 + ], + "on": [ + 30, + 73 + ], + "Learning.": [ + 32 + ], + "ICML": [ + 33, + 54 + ], + "an": [ + 35, + 106, + 197, + 257, + 277, + 334 + ], + "international": [ + 36 + ], + "forum": [ + 37 + ], + "and": [ + 40, + 64, + 113, + 122, + 204, + 292, + 299, + 310, + 365 + ], + "discussion": [ + 41, + 221 + ], + "latest": [ + 44 + ], + "results": [ + 45 + ], + "in": [ + 46, + 61, + 95, + 136, + 157, + 219, + 236, + 311 + ], + "field": [ + 48, + 129 + ], + "machine": [ + 50, + 131 + ], + "learning.": [ + 51 + ], + "year,": [ + 53 + ], + "was": [ + 55, + 65, + 80, + 93, + 102 + ], + "held": [ + 56, + 94, + 297 + ], + "Carnegie": [ + 58, + 77 + ], + "Mellon": [ + 59, + 78 + ], + "University,": [ + 60 + ], + "Pittsburgh,": [ + 62 + ], + "Pennsylvania,": [ + 63 + ], + "co-located": [ + 66 + ], + "with": [ + 67, + 162, + 320 + ], + "COLT-2006,": [ + 68 + ], + "19th": [ + 70 + ], + "Annual": [ + 71 + ], + "Computational": [ + 74 + ], + "Theory.Coincidentally,": [ + 76 + ], + "University": [ + 79, + 354 + ], + "venue": [ + 83 + ], + "first": [ + 86, + 167, + 180 + ], + "ICML---the": [ + 87 + ], + "First": [ + 88 + ], + "Workshop,": [ + 91 + ], + "1980.": [ + 96 + ], + "Instead": [ + 97 + ], + "proceedings,": [ + 99 + ], + "a": [ + 100, + 124, + 174, + 210, + 220, + 228, + 312, + 338 + ], + "book": [ + 101 + ], + "published": [ + 103, + 161 + ], + "(Machine": [ + 104 + ], + "Learning:": [ + 105 + ], + "Artificial": [ + 107 + ], + "Intelligence": [ + 108 + ], + "Approach,": [ + 109 + ], + "ed.": [ + 110 + ], + "Michalski,": [ + 111 + ], + "Carbonell,": [ + 112 + ], + "Mitchell,": [ + 114 + ], + "Morgan": [ + 115 + ], + "Kaufman,": [ + 116 + ], + "1983)": [ + 117 + ], + "containing": [ + 118 + ], + "sixteen": [ + 119 + ], + "research": [ + 120 + ], + "papers,": [ + 121 + ], + "comprehensive": [ + 125, + 159 + ], + "bibliography": [ + 139 + ], + "learning,": [ + 132 + ], + "as": [ + 133, + 153, + 155 + ], + "it": [ + 134 + ], + "stood": [ + 135 + ], + "1983.": [ + 137 + ], + "contained": [ + 140 + ], + "572": [ + 141 + ], + "entries.In": [ + 142 + ], + "2006,": [ + 143 + ], + "no": [ + 144 + ], + "less": [ + 145 + ], + "than": [ + 146 + ], + "548": [ + 147, + 270 + ], + "were": [ + 149, + 156, + 171, + 194, + 254, + 273, + 296, + 342 + ], + "submitted": [ + 150 + ], + "to": [ + 151, + 173, + 199, + 206, + 227, + 256, + 283, + 345, + 348 + ], + "ICML---nearly": [ + 152 + ], + "many": [ + 154 + ], + "ICML.": [ + 168 + ], + "These": [ + 169 + ], + "subjected": [ + 172 + ], + "thorough": [ + 175 + ], + "review": [ + 176, + 262 + ], + "process.": [ + 177 + ], + "In": [ + 178 + ], + "round": [ + 181, + 260 + ], + "reviewing,": [ + 183 + ], + "every": [ + 184 + ], + "paper": [ + 185 + ], + "received": [ + 186 + ], + "three": [ + 187 + ], + "reviews": [ + 188, + 203 + ], + "by": [ + 189, + 209, + 230, + 263, + 337 + ], + "program": [ + 190 + ], + "committee": [ + 191 + ], + "members.": [ + 192 + ], + "Authors": [ + 193, + 304 + ], + "then": [ + 195, + 217 + ], + "given": [ + 196 + ], + "opportunity": [ + 198 + ], + "view": [ + 200 + ], + "first-round": [ + 202 + ], + "respond": [ + 205 + ], + "them.": [ + 207 + ], + "Led": [ + 208 + ], + "Senior": [ + 211, + 232, + 265 + ], + "Program": [ + 212, + 233, + 266 + ], + "Committee": [ + 213, + 234 + ], + "member,": [ + 214 + ], + "reviewers": [ + 216 + ], + "engaged": [ + 218 + ], + "paper,": [ + 224 + ], + "leading": [ + 225 + ], + "finally": [ + 226 + ], + "decision": [ + 229 + ], + "member": [ + 235 + ], + "charge": [ + 237 + ], + "paper.": [ + 240 + ], + "Papers": [ + 241 + ], + "could": [ + 242 + ], + "be": [ + 243, + 346 + ], + "accepted,": [ + 244 + ], + "rejected,": [ + 245 + ], + "or": [ + 246 + ], + "conditionally": [ + 247, + 251 + ], + "accepted;": [ + 248 + ], + "36": [ + 250 + ], + "subject": [ + 255 + ], + "additional": [ + 258 + ], + "final": [ + 259 + ], + "Committee.": [ + 267 + ], + "Of": [ + 268 + ], + "submissions,": [ + 271 + ], + "140": [ + 272 + ], + "publication,": [ + 276 + ], + "acceptance": [ + 278 + ], + "rate": [ + 279 + ], + "25.5%.In": [ + 281 + ], + "addition": [ + 282 + ], + "talks,": [ + 286 + ], + "ICML-2006": [ + 287 + ], + "included": [ + 289, + 333 + ], + "seven": [ + 290 + ], + "tutorials": [ + 291 + ], + "eleven": [ + 293 + ], + "workshops,": [ + 294 + ], + "before": [ + 298 + ], + "after": [ + 300 + ], + "conference,": [ + 302 + ], + "respectively.": [ + 303 + ], + "presented": [ + 305 + ], + "their": [ + 306 + ], + "both": [ + 308 + ], + "orally": [ + 309 + ], + "poster": [ + 313 + ], + "session,": [ + 314 + ], + "allowing": [ + 315 + ], + "time": [ + 316 + ], + "detailed": [ + 318 + ], + "discussions": [ + 319 + ], + "any": [ + 321 + ], + "interested": [ + 322 + ], + "attendees": [ + 323 + ], + "conference.": [ + 326 + ], + "Each": [ + 327 + ], + "day": [ + 328 + ], + "main": [ + 331 + ], + "conference": [ + 332 + ], + "invited": [ + 335 + ], + "talk": [ + 336 + ], + "prominent": [ + 339 + ], + "researcher.": [ + 340 + ], + "We": [ + 341 + ], + "very": [ + 343 + ], + "fortunate": [ + 344 + ], + "able": [ + 347 + ], + "host": [ + 349 + ], + "David": [ + 350 + ], + "Haussler,": [ + 351 + ], + "California": [ + 356 + ], + "Santa": [ + 358 + ], + "Cruz;": [ + 359 + ], + "Robert": [ + 360 + ], + "Schapire,": [ + 361 + ], + "Princeton": [ + 363 + ], + "University;": [ + 364 + ], + "Mandyam": [ + 366 + ], + "V.": [ + 367 + ], + "Srinivasan,": [ + 368 + ], + "Australian": [ + 371 + ], + "National": [ + 372 + ], + "University.": [ + 373 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 295 + }, + { + "year": 2024, + "cited_by_count": 391 + }, + { + "year": 2023, + "cited_by_count": 338 + }, + { + "year": 2022, + "cited_by_count": 297 + }, + { + "year": 2021, + "cited_by_count": 262 + }, + { + "year": 2020, + "cited_by_count": 272 + }, + { + "year": 2019, + "cited_by_count": 207 + }, + { + "year": 2018, + "cited_by_count": 147 + }, + { + "year": 2017, + "cited_by_count": 134 + }, + { + "year": 2016, + "cited_by_count": 74 + }, + { + "year": 2015, + "cited_by_count": 37 + }, + { + "year": 2014, + "cited_by_count": 40 + }, + { + "year": 2013, + "cited_by_count": 21 + }, + { + "year": 2012, + "cited_by_count": 20 + } + ], + "updated_date": "2025-11-06T04:12:42.849631", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W3116286104", + "doi": "https://doi.org/10.3390/e23010018", + "title": "Explainable AI: A Review of Machine Learning Interpretability Methods", + "display_name": "Explainable AI: A Review of Machine Learning Interpretability Methods", + "relevance_score": 3377.7432, + "publication_year": 2020, + "publication_date": "2020-12-25", + "ids": { + "openalex": "https://openalex.org/W3116286104", + "doi": "https://doi.org/10.3390/e23010018", + "mag": "3116286104", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/33375658" + }, + "language": "en", + "primary_location": { + "id": "doi:10.3390/e23010018", + "is_oa": true, + "landing_page_url": "https://doi.org/10.3390/e23010018", + "pdf_url": "https://www.mdpi.com/1099-4300/23/1/18/pdf?version=1609160444", + "source": { + "id": "https://openalex.org/S195231649", + "display_name": "Entropy", + "issn_l": "1099-4300", + "issn": [ + "1099-4300" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310310987", + "host_organization_name": "Multidisciplinary Digital Publishing Institute", + "host_organization_lineage": [ + "https://openalex.org/P4310310987" + ], + "host_organization_lineage_names": [ + "Multidisciplinary Digital Publishing Institute" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Entropy", + "raw_type": "journal-article" + }, + "type": "review", + "indexed_in": [ + "crossref", + "doaj", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "gold", + "oa_url": "https://www.mdpi.com/1099-4300/23/1/18/pdf?version=1609160444", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5074689646", + "display_name": "Pantelis Linardatos", + "orcid": "https://orcid.org/0000-0003-1132-4724" + }, + "institutions": [ + { + "id": "https://openalex.org/I174878644", + "display_name": "University of Patras", + "ror": "https://ror.org/017wvtq80", + "country_code": "GR", + "type": "education", + "lineage": [ + "https://openalex.org/I174878644" + ] + } + ], + "countries": [ + "GR" + ], + "is_corresponding": true, + "raw_author_name": "Pantelis Linardatos", + "raw_affiliation_strings": [ + "Department of Mathematics, University of Patras, 26504 Patras, Greece" + ], + "raw_orcid": "https://orcid.org/0000-0003-1132-4724", + "affiliations": [ + { + "raw_affiliation_string": "Department of Mathematics, University of Patras, 26504 Patras, Greece", + "institution_ids": [ + "https://openalex.org/I174878644" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5057093696", + "display_name": "Vasilis Papastefanopoulos", + "orcid": "https://orcid.org/0000-0001-8169-1373" + }, + "institutions": [ + { + "id": "https://openalex.org/I174878644", + "display_name": "University of Patras", + "ror": "https://ror.org/017wvtq80", + "country_code": "GR", + "type": "education", + "lineage": [ + "https://openalex.org/I174878644" + ] + } + ], + "countries": [ + "GR" + ], + "is_corresponding": false, + "raw_author_name": "Vasilis Papastefanopoulos", + "raw_affiliation_strings": [ + "Department of Mathematics, University of Patras, 26504 Patras, Greece" + ], + "raw_orcid": "https://orcid.org/0000-0001-8169-1373", + "affiliations": [ + { + "raw_affiliation_string": "Department of Mathematics, University of Patras, 26504 Patras, Greece", + "institution_ids": [ + "https://openalex.org/I174878644" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5066370772", + "display_name": "Sotiris Kotsiantis", + "orcid": "https://orcid.org/0000-0002-2247-3082" + }, + "institutions": [ + { + "id": "https://openalex.org/I174878644", + "display_name": "University of Patras", + "ror": "https://ror.org/017wvtq80", + "country_code": "GR", + "type": "education", + "lineage": [ + "https://openalex.org/I174878644" + ] + } + ], + "countries": [ + "GR" + ], + "is_corresponding": false, + "raw_author_name": "Sotiris Kotsiantis", + "raw_affiliation_strings": [ + "Department of Mathematics, University of Patras, 26504 Patras, Greece" + ], + "raw_orcid": "https://orcid.org/0000-0002-2247-3082", + "affiliations": [ + { + "raw_affiliation_string": "Department of Mathematics, University of Patras, 26504 Patras, Greece", + "institution_ids": [ + "https://openalex.org/I174878644" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5074689646" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I174878644" + ], + "apc_list": { + "value": 2000, + "currency": "CHF", + "value_usd": 2165 + }, + "apc_paid": { + "value": 2000, + "currency": "CHF", + "value_usd": 2165 + }, + "fwci": 147.8632, + "has_fulltext": false, + "cited_by_count": 2702, + "citation_normalized_percentile": { + "value": 0.99982617, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 89, + "max": 100 + }, + "biblio": { + "volume": "23", + "issue": "1", + "first_page": "18", + "last_page": "18" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12026", + "display_name": "Explainable Artificial Intelligence (XAI)", + "score": 0.9997000098228455, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12026", + "display_name": "Explainable Artificial Intelligence (XAI)", + "score": 0.9997000098228455, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11689", + "display_name": "Adversarial Robustness in Machine Learning", + "score": 0.9994000196456909, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11512", + "display_name": "Anomaly Detection Techniques and Applications", + "score": 0.972599983215332, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/interpretability", + "display_name": "Interpretability", + "score": 0.881382167339325 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.77054762840271 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7226959466934204 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6755812764167786 + }, + { + "id": "https://openalex.org/keywords/ambiguity", + "display_name": "Ambiguity", + "score": 0.6382596492767334 + }, + { + "id": "https://openalex.org/keywords/field", + "display_name": "Field (mathematics)", + "score": 0.5369188189506531 + }, + { + "id": "https://openalex.org/keywords/implementation", + "display_name": "Implementation", + "score": 0.5124835968017578 + }, + { + "id": "https://openalex.org/keywords/black-box", + "display_name": "Black box", + "score": 0.43949806690216064 + }, + { + "id": "https://openalex.org/keywords/management-science", + "display_name": "Management science", + "score": 0.3528066873550415 + }, + { + "id": "https://openalex.org/keywords/data-science", + "display_name": "Data science", + "score": 0.34925395250320435 + }, + { + "id": "https://openalex.org/keywords/software-engineering", + "display_name": "Software engineering", + "score": 0.10554653406143188 + }, + { + "id": "https://openalex.org/keywords/engineering", + "display_name": "Engineering", + "score": 0.10227954387664795 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2781067378", + "wikidata": "https://www.wikidata.org/wiki/Q17027399", + "display_name": "Interpretability", + "level": 2, + "score": 0.881382167339325 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.77054762840271 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7226959466934204 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6755812764167786 + }, + { + "id": "https://openalex.org/C2780522230", + "wikidata": "https://www.wikidata.org/wiki/Q1140419", + "display_name": "Ambiguity", + "level": 2, + "score": 0.6382596492767334 + }, + { + "id": "https://openalex.org/C9652623", + "wikidata": "https://www.wikidata.org/wiki/Q190109", + "display_name": "Field (mathematics)", + "level": 2, + "score": 0.5369188189506531 + }, + { + "id": "https://openalex.org/C26713055", + "wikidata": "https://www.wikidata.org/wiki/Q245962", + "display_name": "Implementation", + "level": 2, + "score": 0.5124835968017578 + }, + { + "id": "https://openalex.org/C94966114", + "wikidata": "https://www.wikidata.org/wiki/Q29256", + "display_name": "Black box", + "level": 2, + "score": 0.43949806690216064 + }, + { + "id": "https://openalex.org/C539667460", + "wikidata": "https://www.wikidata.org/wiki/Q2414942", + "display_name": "Management science", + "level": 1, + "score": 0.3528066873550415 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.34925395250320435 + }, + { + "id": "https://openalex.org/C115903868", + "wikidata": "https://www.wikidata.org/wiki/Q80993", + "display_name": "Software engineering", + "level": 1, + "score": 0.10554653406143188 + }, + { + "id": "https://openalex.org/C127413603", + "wikidata": "https://www.wikidata.org/wiki/Q11023", + "display_name": "Engineering", + "level": 0, + "score": 0.10227954387664795 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C202444582", + "wikidata": "https://www.wikidata.org/wiki/Q837863", + "display_name": "Pure mathematics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 5, + "locations": [ + { + "id": "doi:10.3390/e23010018", + "is_oa": true, + "landing_page_url": "https://doi.org/10.3390/e23010018", + "pdf_url": "https://www.mdpi.com/1099-4300/23/1/18/pdf?version=1609160444", + "source": { + "id": "https://openalex.org/S195231649", + "display_name": "Entropy", + "issn_l": "1099-4300", + "issn": [ + "1099-4300" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310310987", + "host_organization_name": "Multidisciplinary Digital Publishing Institute", + "host_organization_lineage": [ + "https://openalex.org/P4310310987" + ], + "host_organization_lineage_names": [ + "Multidisciplinary Digital Publishing Institute" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Entropy", + "raw_type": "journal-article" + }, + { + "id": "pmid:33375658", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/33375658", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Entropy (Basel, Switzerland)", + "raw_type": null + }, + { + "id": "pmh:oai:doaj.org/article:36ca352966604ee69cce840410673de9", + "is_oa": true, + "landing_page_url": "https://doaj.org/article/36ca352966604ee69cce840410673de9", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401280", + "display_name": "DOAJ (DOAJ: Directory of Open Access Journals)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by-sa", + "license_id": "https://openalex.org/licenses/cc-by-sa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Entropy, Vol 23, Iss 1, p 18 (2020)", + "raw_type": "article" + }, + { + "id": "pmh:oai:mdpi.com:/1099-4300/23/1/18/", + "is_oa": true, + "landing_page_url": "https://dx.doi.org/10.3390/e23010018", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400947", + "display_name": "MDPI (MDPI AG)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I4210097602", + "host_organization_name": "Multidisciplinary Digital Publishing Institute (Switzerland)", + "host_organization_lineage": [ + "https://openalex.org/I4210097602" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Entropy; Volume 23; Issue 1; Pages: 18", + "raw_type": "Text" + }, + { + "id": "pmh:oai:pubmedcentral.nih.gov:7824368", + "is_oa": true, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/7824368", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2764455111", + "display_name": "PubMed Central", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Entropy (Basel)", + "raw_type": "Text" + } + ], + "best_oa_location": { + "id": "doi:10.3390/e23010018", + "is_oa": true, + "landing_page_url": "https://doi.org/10.3390/e23010018", + "pdf_url": "https://www.mdpi.com/1099-4300/23/1/18/pdf?version=1609160444", + "source": { + "id": "https://openalex.org/S195231649", + "display_name": "Entropy", + "issn_l": "1099-4300", + "issn": [ + "1099-4300" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310310987", + "host_organization_name": "Multidisciplinary Digital Publishing Institute", + "host_organization_lineage": [ + "https://openalex.org/P4310310987" + ], + "host_organization_lineage_names": [ + "Multidisciplinary Digital Publishing Institute" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Entropy", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": true, + "grobid_xml": false + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W3116286104.pdf" + }, + "referenced_works_count": 184, + "referenced_works": [ + "https://openalex.org/W100464641", + "https://openalex.org/W273955616", + "https://openalex.org/W999207820", + "https://openalex.org/W1678356000", + "https://openalex.org/W1787224781", + "https://openalex.org/W1825675169", + "https://openalex.org/W1849277567", + "https://openalex.org/W1901616594", + "https://openalex.org/W1942214758", + "https://openalex.org/W1945616565", + "https://openalex.org/W1961345416", + "https://openalex.org/W1979362125", + "https://openalex.org/W1979769549", + "https://openalex.org/W1994080277", + "https://openalex.org/W1996796871", + "https://openalex.org/W2014352947", + "https://openalex.org/W2029767409", + "https://openalex.org/W2035363534", + "https://openalex.org/W2044639673", + "https://openalex.org/W2046945713", + "https://openalex.org/W2066238228", + "https://openalex.org/W2088765131", + "https://openalex.org/W2097246321", + "https://openalex.org/W2100960835", + "https://openalex.org/W2101589741", + "https://openalex.org/W2102636708", + "https://openalex.org/W2116572416", + "https://openalex.org/W2116666691", + "https://openalex.org/W2116984840", + "https://openalex.org/W2123045220", + "https://openalex.org/W2125283600", + "https://openalex.org/W2125847307", + "https://openalex.org/W2128272608", + "https://openalex.org/W2141200610", + "https://openalex.org/W2141755357", + "https://openalex.org/W2151868609", + "https://openalex.org/W2157928966", + "https://openalex.org/W2163605009", + "https://openalex.org/W2164878629", + "https://openalex.org/W2180612164", + "https://openalex.org/W2195388612", + "https://openalex.org/W2243397390", + "https://openalex.org/W2282821441", + "https://openalex.org/W2295107390", + "https://openalex.org/W2295598076", + "https://openalex.org/W2336525064", + "https://openalex.org/W2396394641", + "https://openalex.org/W2440159969", + "https://openalex.org/W2483215953", + "https://openalex.org/W2484189903", + "https://openalex.org/W2492294785", + "https://openalex.org/W2535873859", + "https://openalex.org/W2543927648", + "https://openalex.org/W2551974706", + "https://openalex.org/W2556096924", + "https://openalex.org/W2570685808", + "https://openalex.org/W2594475271", + "https://openalex.org/W2597603852", + "https://openalex.org/W2603766943", + "https://openalex.org/W2605409611", + "https://openalex.org/W2609368435", + "https://openalex.org/W2618851150", + "https://openalex.org/W2626639386", + "https://openalex.org/W2732560823", + "https://openalex.org/W2734421735", + "https://openalex.org/W2739220786", + "https://openalex.org/W2745565856", + "https://openalex.org/W2746600820", + "https://openalex.org/W2755655609", + "https://openalex.org/W2765424254", + "https://openalex.org/W2765793020", + "https://openalex.org/W2768894107", + "https://openalex.org/W2770312844", + "https://openalex.org/W2773022113", + "https://openalex.org/W2773497437", + "https://openalex.org/W2774644650", + "https://openalex.org/W2785699986", + "https://openalex.org/W2787955716", + "https://openalex.org/W2788199784", + "https://openalex.org/W2788403449", + "https://openalex.org/W2789160704", + "https://openalex.org/W2792942633", + "https://openalex.org/W2796215194", + "https://openalex.org/W2796885425", + "https://openalex.org/W2798312813", + "https://openalex.org/W2799194071", + "https://openalex.org/W2803831897", + "https://openalex.org/W2809136100", + "https://openalex.org/W2887252986", + "https://openalex.org/W2888078780", + "https://openalex.org/W2888421747", + "https://openalex.org/W2889210204", + "https://openalex.org/W2889252776", + "https://openalex.org/W2891503716", + "https://openalex.org/W2905526464", + "https://openalex.org/W2905810301", + "https://openalex.org/W2909878761", + "https://openalex.org/W2910705748", + "https://openalex.org/W2914598080", + "https://openalex.org/W2919115771", + "https://openalex.org/W2943646750", + "https://openalex.org/W2949128310", + "https://openalex.org/W2949197630", + "https://openalex.org/W2949200088", + "https://openalex.org/W2953911539", + "https://openalex.org/W2954503794", + "https://openalex.org/W2955782190", + "https://openalex.org/W2962718684", + "https://openalex.org/W2962772482", + "https://openalex.org/W2962790223", + "https://openalex.org/W2962816513", + "https://openalex.org/W2962818281", + "https://openalex.org/W2962858109", + "https://openalex.org/W2963095307", + "https://openalex.org/W2963100392", + "https://openalex.org/W2963116854", + "https://openalex.org/W2963125461", + "https://openalex.org/W2963126845", + "https://openalex.org/W2963165363", + "https://openalex.org/W2963233086", + "https://openalex.org/W2963382180", + "https://openalex.org/W2963483561", + "https://openalex.org/W2963615251", + "https://openalex.org/W2963847595", + "https://openalex.org/W2963857521", + "https://openalex.org/W2963859254", + "https://openalex.org/W2963969878", + "https://openalex.org/W2964082701", + "https://openalex.org/W2965749257", + "https://openalex.org/W2966149470", + "https://openalex.org/W2971970905", + "https://openalex.org/W2981731882", + "https://openalex.org/W2988194011", + "https://openalex.org/W2998277219", + "https://openalex.org/W3000208741", + "https://openalex.org/W3003420231", + "https://openalex.org/W3013371788", + "https://openalex.org/W3015625436", + "https://openalex.org/W3023553115", + "https://openalex.org/W3027870051", + "https://openalex.org/W3035517615", + "https://openalex.org/W3035736465", + "https://openalex.org/W3037881545", + "https://openalex.org/W3098276446", + "https://openalex.org/W3098278632", + "https://openalex.org/W3099126561", + "https://openalex.org/W3101449015", + "https://openalex.org/W3102476541", + "https://openalex.org/W3103557498", + "https://openalex.org/W3104423855", + "https://openalex.org/W3104570147", + "https://openalex.org/W3106412272", + "https://openalex.org/W3121410165", + "https://openalex.org/W3121588992", + "https://openalex.org/W3138819813", + "https://openalex.org/W4238293282", + "https://openalex.org/W4241793634", + "https://openalex.org/W4251708881", + "https://openalex.org/W4288625073", + "https://openalex.org/W4289258088", + "https://openalex.org/W4300337452", + "https://openalex.org/W6610017368", + "https://openalex.org/W6637162671", + "https://openalex.org/W6684072790", + "https://openalex.org/W6703326205", + "https://openalex.org/W6719080892", + "https://openalex.org/W6728551298", + "https://openalex.org/W6733049761", + "https://openalex.org/W6734194636", + "https://openalex.org/W6739575509", + "https://openalex.org/W6740085662", + "https://openalex.org/W6744110554", + "https://openalex.org/W6745730051", + "https://openalex.org/W6747473890", + "https://openalex.org/W6748377460", + "https://openalex.org/W6750628419", + "https://openalex.org/W6750829902", + "https://openalex.org/W6751569023", + "https://openalex.org/W6751776086", + "https://openalex.org/W6752083044", + "https://openalex.org/W6755768460", + "https://openalex.org/W6762840784", + "https://openalex.org/W6765646913", + "https://openalex.org/W7014198846" + ], + "related_works": [ + "https://openalex.org/W2797441709", + "https://openalex.org/W2346578521", + "https://openalex.org/W4297660007", + "https://openalex.org/W4377704659", + "https://openalex.org/W2886918272", + "https://openalex.org/W4387589990", + "https://openalex.org/W2943982549", + "https://openalex.org/W3101055019", + "https://openalex.org/W2910028250", + "https://openalex.org/W4241566321" + ], + "abstract_inverted_index": { + "Recent": [ + 0 + ], + "advances": [ + 1 + ], + "in": [ + 2, + 20, + 29, + 76, + 95, + 156 + ], + "artificial": [ + 3 + ], + "intelligence": [ + 4 + ], + "(AI)": [ + 5 + ], + "have": [ + 6 + ], + "led": [ + 7 + ], + "to": [ + 8, + 61, + 73, + 152 + ], + "its": [ + 9 + ], + "widespread": [ + 10 + ], + "industrial": [ + 11 + ], + "adoption,": [ + 12 + ], + "with": [ + 13, + 108 + ], + "machine": [ + 14, + 70, + 118, + 132 + ], + "learning": [ + 15, + 71, + 119, + 133 + ], + "systems": [ + 16, + 41, + 72 + ], + "demonstrating": [ + 17 + ], + "superhuman": [ + 18 + ], + "performance": [ + 19 + ], + "a": [ + 21, + 91, + 103, + 138, + 165 + ], + "significant": [ + 22 + ], + "number": [ + 23 + ], + "of": [ + 24, + 98, + 111, + 143 + ], + "tasks.": [ + 25 + ], + "However,": [ + 26 + ], + "this": [ + 27, + 160 + ], + "surge": [ + 28 + ], + "performance,": [ + 30 + ], + "has": [ + 31, + 65, + 121 + ], + "often": [ + 32 + ], + "been": [ + 33, + 122 + ], + "achieved": [ + 34 + ], + "through": [ + 35 + ], + "increased": [ + 36 + ], + "model": [ + 37 + ], + "complexity,": [ + 38 + ], + "turning": [ + 39 + ], + "such": [ + 40, + 87 + ], + "into": [ + 42 + ], + "\"black": [ + 43 + ], + "box\"": [ + 44 + ], + "approaches": [ + 45 + ], + "and": [ + 46, + 116, + 141, + 171 + ], + "causing": [ + 47 + ], + "uncertainty": [ + 48 + ], + "regarding": [ + 49 + ], + "the": [ + 50, + 56, + 96, + 109, + 157 + ], + "way": [ + 51, + 57 + ], + "they": [ + 52, + 59 + ], + "operate": [ + 53 + ], + "and,": [ + 54 + ], + "ultimately,": [ + 55 + ], + "that": [ + 58, + 105, + 114, + 159 + ], + "come": [ + 60 + ], + "decisions.": [ + 62 + ], + "This": [ + 63, + 128 + ], + "ambiguity": [ + 64 + ], + "made": [ + 66 + ], + "it": [ + 67 + ], + "problematic": [ + 68 + ], + "for": [ + 69, + 168 + ], + "be": [ + 74, + 85 + ], + "adopted": [ + 75 + ], + "sensitive": [ + 77 + ], + "yet": [ + 78 + ], + "critical": [ + 79 + ], + "domains,": [ + 80 + ], + "where": [ + 81 + ], + "their": [ + 82, + 153 + ], + "value": [ + 83 + ], + "could": [ + 84 + ], + "immense,": [ + 86 + ], + "as": [ + 88, + 148, + 150, + 164 + ], + "healthcare.": [ + 89 + ], + "As": [ + 90 + ], + "result,": [ + 92 + ], + "scientific": [ + 93 + ], + "interest": [ + 94 + ], + "field": [ + 97, + 104 + ], + "Explainable": [ + 99 + ], + "Artificial": [ + 100 + ], + "Intelligence": [ + 101 + ], + "(XAI),": [ + 102 + ], + "is": [ + 106 + ], + "concerned": [ + 107 + ], + "development": [ + 110 + ], + "new": [ + 112 + ], + "methods": [ + 113, + 145 + ], + "explain": [ + 115 + ], + "interpret": [ + 117 + ], + "models,": [ + 120 + ], + "tremendously": [ + 123 + ], + "reignited": [ + 124 + ], + "over": [ + 125 + ], + "recent": [ + 126 + ], + "years.": [ + 127 + ], + "study": [ + 129 + ], + "focuses": [ + 130 + ], + "on": [ + 131 + ], + "interpretability": [ + 134 + ], + "methods;": [ + 135 + ], + "more": [ + 136 + ], + "specifically,": [ + 137 + ], + "literature": [ + 139 + ], + "review": [ + 140 + ], + "taxonomy": [ + 142 + ], + "these": [ + 144 + ], + "are": [ + 146 + ], + "presented,": [ + 147 + ], + "well": [ + 149 + ], + "links": [ + 151 + ], + "programming": [ + 154 + ], + "implementations,": [ + 155 + ], + "hope": [ + 158 + ], + "survey": [ + 161 + ], + "would": [ + 162 + ], + "serve": [ + 163 + ], + "reference": [ + 166 + ], + "point": [ + 167 + ], + "both": [ + 169 + ], + "theorists": [ + 170 + ], + "practitioners.": [ + 172 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 209 + }, + { + "year": 2025, + "cited_by_count": 702 + }, + { + "year": 2024, + "cited_by_count": 707 + }, + { + "year": 2023, + "cited_by_count": 591 + }, + { + "year": 2022, + "cited_by_count": 382 + }, + { + "year": 2021, + "cited_by_count": 109 + }, + { + "year": 2020, + "cited_by_count": 1 + }, + { + "year": 2013, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2142334564", + "doi": "https://doi.org/10.2307/1269742", + "title": "Machine Learning, Neural and Statistical Classification", + "display_name": "Machine Learning, Neural and Statistical Classification", + "relevance_score": 3337.8804, + "publication_year": 1995, + "publication_date": "1995-11-01", + "ids": { + "openalex": "https://openalex.org/W2142334564", + "doi": "https://doi.org/10.2307/1269742", + "mag": "2142334564" + }, + "language": "en", + "primary_location": { + "id": "doi:10.2307/1269742", + "is_oa": false, + "landing_page_url": "https://doi.org/10.2307/1269742", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S985303", + "display_name": "Technometrics", + "issn_l": "0040-1706", + "issn": [ + "0040-1706", + "1537-2723" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320547", + "host_organization_name": "Taylor & Francis", + "host_organization_lineage": [ + "https://openalex.org/P4310320547" + ], + "host_organization_lineage_names": [ + "Taylor & Francis" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Technometrics", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5021483518", + "display_name": "Bill Fulkerson", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I5490798", + "display_name": "John Deere (Germany)", + "ror": "https://ror.org/02xc43e34", + "country_code": "DE", + "type": "company", + "lineage": [ + "https://openalex.org/I4210096981", + "https://openalex.org/I5490798" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": true, + "raw_author_name": "Bill Fulkerson", + "raw_affiliation_strings": [ + "Deere & Company", + "University of Edinburgh U.K" + ], + "affiliations": [ + { + "raw_affiliation_string": "Deere & Company", + "institution_ids": [ + "https://openalex.org/I5490798" + ] + }, + { + "raw_affiliation_string": "University of Edinburgh U.K", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5006171154", + "display_name": "D. Michie", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "D. Michie", + "raw_affiliation_strings": [ + "University of Edinburgh , U.K" + ], + "affiliations": [ + { + "raw_affiliation_string": "University of Edinburgh , U.K", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5080673459", + "display_name": "D. J. Spiegelhalter", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I241749", + "display_name": "University of Cambridge", + "ror": "https://ror.org/013meh722", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I241749" + ] + } + ], + "countries": [ + "GB" + ], + "is_corresponding": false, + "raw_author_name": "D. J. Spiegelhalter", + "raw_affiliation_strings": [ + "Univ. Forvie Site, Cambridge, U.K.#TAB#" + ], + "affiliations": [ + { + "raw_affiliation_string": "Univ. Forvie Site, Cambridge, U.K.#TAB#", + "institution_ids": [ + "https://openalex.org/I241749" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5111533856", + "display_name": "C. C. W. Taylor", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "C. C. Taylor", + "raw_affiliation_strings": [ + "University of Leeds; U.K" + ], + "affiliations": [ + { + "raw_affiliation_string": "University of Leeds; U.K", + "institution_ids": [] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 4, + "corresponding_author_ids": [ + "https://openalex.org/A5021483518" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I5490798" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 121.1376, + "has_fulltext": false, + "cited_by_count": 2191, + "citation_normalized_percentile": { + "value": 0.99989156, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "37", + "issue": "4", + "first_page": "459", + "last_page": "459" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.9955999851226807, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.9955999851226807, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10538", + "display_name": "Data Mining Algorithms and Applications", + "score": 0.9819999933242798, + "subfield": { + "id": "https://openalex.org/subfields/1710", + "display_name": "Information Systems" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T14351", + "display_name": "Statistical and Computational Modeling", + "score": 0.9731000065803528, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6783725023269653 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6460950374603271 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.638775646686554 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.5508975982666016 + }, + { + "id": "https://openalex.org/keywords/statistical-learning", + "display_name": "Statistical learning", + "score": 0.4216362535953522 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6783725023269653 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6460950374603271 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.638775646686554 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.5508975982666016 + }, + { + "id": "https://openalex.org/C2982736386", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Statistical learning", + "level": 2, + "score": 0.4216362535953522 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.2307/1269742", + "is_oa": false, + "landing_page_url": "https://doi.org/10.2307/1269742", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S985303", + "display_name": "Technometrics", + "issn_l": "0040-1706", + "issn": [ + "0040-1706", + "1537-2723" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320547", + "host_organization_name": "Taylor & Francis", + "host_organization_lineage": [ + "https://openalex.org/P4310320547" + ], + "host_organization_lineage_names": [ + "Taylor & Francis" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Technometrics", + "raw_type": "journal-article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 7, + "referenced_works": [ + "https://openalex.org/W1515620500", + "https://openalex.org/W1602329118", + "https://openalex.org/W1704669313", + "https://openalex.org/W1770912791", + "https://openalex.org/W2023837194", + "https://openalex.org/W2488901271", + "https://openalex.org/W3014310718" + ], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W3046775127", + "https://openalex.org/W3107602296", + "https://openalex.org/W3170094116", + "https://openalex.org/W4386462264", + "https://openalex.org/W4364306694", + "https://openalex.org/W4312192474", + "https://openalex.org/W4283697347", + "https://openalex.org/W4210805261" + ], + "abstract_inverted_index": { + "Survey": [ + 0 + ], + "of": [ + 1, + 8 + ], + "previous": [ + 2 + ], + "comparisons": [ + 3 + ], + "and": [ + 4, + 15 + ], + "theoretical": [ + 5 + ], + "work": [ + 6 + ], + "descriptions": [ + 7, + 11 + ], + "methods": [ + 9 + ], + "dataset": [ + 10 + ], + "criteria": [ + 12 + ], + "for": [ + 13 + ], + "comparison": [ + 14 + ], + "methodology": [ + 16 + ], + "(including": [ + 17 + ], + "validation)": [ + 18 + ], + "empirical": [ + 19 + ], + "results": [ + 20 + ], + "machine": [ + 21, + 24 + ], + "learning": [ + 22 + ], + "on": [ + 23 + ], + "learning.": [ + 25 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 8 + }, + { + "year": 2024, + "cited_by_count": 17 + }, + { + "year": 2023, + "cited_by_count": 45 + }, + { + "year": 2022, + "cited_by_count": 44 + }, + { + "year": 2021, + "cited_by_count": 64 + }, + { + "year": 2020, + "cited_by_count": 70 + }, + { + "year": 2019, + "cited_by_count": 65 + }, + { + "year": 2018, + "cited_by_count": 65 + }, + { + "year": 2017, + "cited_by_count": 80 + }, + { + "year": 2016, + "cited_by_count": 58 + }, + { + "year": 2015, + "cited_by_count": 64 + }, + { + "year": 2014, + "cited_by_count": 78 + }, + { + "year": 2013, + "cited_by_count": 68 + }, + { + "year": 2012, + "cited_by_count": 84 + } + ], + "updated_date": "2026-04-04T16:13:02.066488", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2962727772", + "doi": null, + "title": "Automatic differentiation in machine learning: a survey", + "display_name": "Automatic differentiation in machine learning: a survey", + "relevance_score": 3316.8074, + "publication_year": 2015, + "publication_date": "2015-01-01", + "ids": { + "openalex": "https://openalex.org/W2962727772", + "mag": "2962727772" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:eprints.maynoothuniversity.ie:8145", + "is_oa": true, + "landing_page_url": null, + "pdf_url": "http://eprints.maynoothuniversity.ie/8145/1/BP-Automatic-2015.pdf", + "source": { + "id": "https://openalex.org/S4306401432", + "display_name": "Maynooth University ePrints and eTheses Archive (Maynooth University)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I157286207", + "host_organization_name": "National University of Ireland, Maynooth", + "host_organization_lineage": [ + "https://openalex.org/I157286207" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Monograph" + }, + "type": "article", + "indexed_in": [], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "http://eprints.maynoothuniversity.ie/8145/1/BP-Automatic-2015.pdf", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5063994783", + "display_name": "Atılım Güneş Baydin", + "orcid": "https://orcid.org/0000-0001-9854-8100" + }, + "institutions": [ + { + "id": "https://openalex.org/I40120149", + "display_name": "University of Oxford", + "ror": "https://ror.org/052gg0110", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I40120149" + ] + }, + { + "id": "https://openalex.org/I4210146410", + "display_name": "Science Oxford", + "ror": "https://ror.org/04j8yhy50", + "country_code": "GB", + "type": "nonprofit", + "lineage": [ + "https://openalex.org/I4210146410" + ] + } + ], + "countries": [ + "GB" + ], + "is_corresponding": true, + "raw_author_name": "Atılım Güneş Baydin", + "raw_affiliation_strings": [ + "Department of Engineering Science; University of Oxford; Oxford United Kingdom" + ], + "raw_orcid": "https://orcid.org/0000-0001-9854-8100", + "affiliations": [ + { + "raw_affiliation_string": "Department of Engineering Science; University of Oxford; Oxford United Kingdom", + "institution_ids": [ + "https://openalex.org/I4210146410", + "https://openalex.org/I40120149" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5009984528", + "display_name": "Barak A. Pearlmutter", + "orcid": "https://orcid.org/0000-0003-0521-4553" + }, + "institutions": [ + { + "id": "https://openalex.org/I157286207", + "display_name": "National University of Ireland, Maynooth", + "ror": "https://ror.org/048nfjm95", + "country_code": "IE", + "type": "education", + "lineage": [ + "https://openalex.org/I157286207" + ] + } + ], + "countries": [ + "IE" + ], + "is_corresponding": false, + "raw_author_name": "Barak A. Pearlmutter", + "raw_affiliation_strings": [ + "Department of Computer Science , National University of Ireland Maynooth , Maynooth, Co. Kildare, Ireland" + ], + "raw_orcid": "https://orcid.org/0000-0003-0521-4553", + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science , National University of Ireland Maynooth , Maynooth, Co. Kildare, Ireland", + "institution_ids": [ + "https://openalex.org/I157286207" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5055832270", + "display_name": "Alexey Radul", + "orcid": "https://orcid.org/0000-0002-7251-4057" + }, + "institutions": [ + { + "id": "https://openalex.org/I63966007", + "display_name": "Massachusetts Institute of Technology", + "ror": "https://ror.org/042nb2s44", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I63966007" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Alexey Radul", + "raw_affiliation_strings": [ + "Department of Brain and Cognitive Sciences, Massachusetts Institute of Technology, Cambridge, MA" + ], + "raw_orcid": "https://orcid.org/0000-0002-7251-4057", + "affiliations": [ + { + "raw_affiliation_string": "Department of Brain and Cognitive Sciences, Massachusetts Institute of Technology, Cambridge, MA", + "institution_ids": [ + "https://openalex.org/I63966007" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5079140683", + "display_name": "Jeffrey Mark Siskind", + "orcid": "https://orcid.org/0000-0002-0105-6503" + }, + "institutions": [ + { + "id": "https://openalex.org/I219193219", + "display_name": "Purdue University West Lafayette", + "ror": "https://ror.org/02dqehb95", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I219193219" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Jeffrey Mark Siskind", + "raw_affiliation_strings": [ + "School of Electrical & Computer Engineering, Purdue University, West Lafayette, IN" + ], + "raw_orcid": "https://orcid.org/0000-0002-0105-6503", + "affiliations": [ + { + "raw_affiliation_string": "School of Electrical & Computer Engineering, Purdue University, West Lafayette, IN", + "institution_ids": [ + "https://openalex.org/I219193219" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 3, + "institutions_distinct_count": 4, + "corresponding_author_ids": [ + "https://openalex.org/A5063994783" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I40120149", + "https://openalex.org/I4210146410" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 5.8829, + "has_fulltext": true, + "cited_by_count": 2097, + "citation_normalized_percentile": { + "value": 0.96990496, + "is_in_top_1_percent": false, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 97, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12814", + "display_name": "Gaussian Processes and Bayesian Inference", + "score": 0.9951000213623047, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12814", + "display_name": "Gaussian Processes and Bayesian Inference", + "score": 0.9951000213623047, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.9828000068664551, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T13650", + "display_name": "Computational Physics and Python Applications", + "score": 0.9753999710083008, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7707252502441406 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6958426833152771 + }, + { + "id": "https://openalex.org/keywords/relevance", + "display_name": "Relevance (law)", + "score": 0.6952723264694214 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6923137903213501 + }, + { + "id": "https://openalex.org/keywords/automatic-differentiation", + "display_name": "Automatic differentiation", + "score": 0.5773985385894775 + }, + { + "id": "https://openalex.org/keywords/differentiable-function", + "display_name": "Differentiable function", + "score": 0.5487818717956543 + }, + { + "id": "https://openalex.org/keywords/clarity", + "display_name": "CLARITY", + "score": 0.49600204825401306 + }, + { + "id": "https://openalex.org/keywords/toolbox", + "display_name": "Toolbox", + "score": 0.47601065039634705 + }, + { + "id": "https://openalex.org/keywords/field", + "display_name": "Field (mathematics)", + "score": 0.47393471002578735 + }, + { + "id": "https://openalex.org/keywords/algorithmic-learning-theory", + "display_name": "Algorithmic learning theory", + "score": 0.4503173828125 + }, + { + "id": "https://openalex.org/keywords/active-learning", + "display_name": "Active learning (machine learning)", + "score": 0.41797730326652527 + }, + { + "id": "https://openalex.org/keywords/theoretical-computer-science", + "display_name": "Theoretical computer science", + "score": 0.36606842279434204 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.18022793531417847 + }, + { + "id": "https://openalex.org/keywords/programming-language", + "display_name": "Programming language", + "score": 0.14339032769203186 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.09765636920928955 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7707252502441406 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6958426833152771 + }, + { + "id": "https://openalex.org/C158154518", + "wikidata": "https://www.wikidata.org/wiki/Q7310970", + "display_name": "Relevance (law)", + "level": 2, + "score": 0.6952723264694214 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6923137903213501 + }, + { + "id": "https://openalex.org/C133512626", + "wikidata": "https://www.wikidata.org/wiki/Q787371", + "display_name": "Automatic differentiation", + "level": 3, + "score": 0.5773985385894775 + }, + { + "id": "https://openalex.org/C202615002", + "wikidata": "https://www.wikidata.org/wiki/Q783507", + "display_name": "Differentiable function", + "level": 2, + "score": 0.5487818717956543 + }, + { + "id": "https://openalex.org/C2777146004", + "wikidata": "https://www.wikidata.org/wiki/Q14949826", + "display_name": "CLARITY", + "level": 2, + "score": 0.49600204825401306 + }, + { + "id": "https://openalex.org/C2777655017", + "wikidata": "https://www.wikidata.org/wiki/Q1501161", + "display_name": "Toolbox", + "level": 2, + "score": 0.47601065039634705 + }, + { + "id": "https://openalex.org/C9652623", + "wikidata": "https://www.wikidata.org/wiki/Q190109", + "display_name": "Field (mathematics)", + "level": 2, + "score": 0.47393471002578735 + }, + { + "id": "https://openalex.org/C32254414", + "wikidata": "https://www.wikidata.org/wiki/Q4724364", + "display_name": "Algorithmic learning theory", + "level": 3, + "score": 0.4503173828125 + }, + { + "id": "https://openalex.org/C77967617", + "wikidata": "https://www.wikidata.org/wiki/Q4677561", + "display_name": "Active learning (machine learning)", + "level": 2, + "score": 0.41797730326652527 + }, + { + "id": "https://openalex.org/C80444323", + "wikidata": "https://www.wikidata.org/wiki/Q2878974", + "display_name": "Theoretical computer science", + "level": 1, + "score": 0.36606842279434204 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.18022793531417847 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.14339032769203186 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.09765636920928955 + }, + { + "id": "https://openalex.org/C134306372", + "wikidata": "https://www.wikidata.org/wiki/Q7754", + "display_name": "Mathematical analysis", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C55493867", + "wikidata": "https://www.wikidata.org/wiki/Q7094", + "display_name": "Biochemistry", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C199539241", + "wikidata": "https://www.wikidata.org/wiki/Q7748", + "display_name": "Law", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C45374587", + "wikidata": "https://www.wikidata.org/wiki/Q12525525", + "display_name": "Computation", + "level": 2, + "score": 0.0 + }, + { + "id": "https://openalex.org/C202444582", + "wikidata": "https://www.wikidata.org/wiki/Q837863", + "display_name": "Pure mathematics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C17744445", + "wikidata": "https://www.wikidata.org/wiki/Q36442", + "display_name": "Political science", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C185592680", + "wikidata": "https://www.wikidata.org/wiki/Q2329", + "display_name": "Chemistry", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "pmh:oai:eprints.maynoothuniversity.ie:8145", + "is_oa": true, + "landing_page_url": null, + "pdf_url": "http://eprints.maynoothuniversity.ie/8145/1/BP-Automatic-2015.pdf", + "source": { + "id": "https://openalex.org/S4306401432", + "display_name": "Maynooth University ePrints and eTheses Archive (Maynooth University)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I157286207", + "host_organization_name": "National University of Ireland, Maynooth", + "host_organization_lineage": [ + "https://openalex.org/I157286207" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Monograph" + } + ], + "best_oa_location": { + "id": "pmh:oai:eprints.maynoothuniversity.ie:8145", + "is_oa": true, + "landing_page_url": null, + "pdf_url": "http://eprints.maynoothuniversity.ie/8145/1/BP-Automatic-2015.pdf", + "source": { + "id": "https://openalex.org/S4306401432", + "display_name": "Maynooth University ePrints and eTheses Archive (Maynooth University)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I157286207", + "host_organization_name": "National University of Ireland, Maynooth", + "host_organization_lineage": [ + "https://openalex.org/I157286207" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Monograph" + }, + "sustainable_development_goals": [], + "awards": [ + { + "id": "https://openalex.org/G6346593773", + "display_name": null, + "funder_award_id": "09/IN.1/I2637", + "funder_id": "https://openalex.org/F4320320847", + "funder_display_name": "Science Foundation Ireland" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320320847", + "display_name": "Science Foundation Ireland", + "ror": "https://ror.org/0271asj38" + } + ], + "has_content": { + "pdf": true, + "grobid_xml": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W2962727772.pdf", + "grobid_xml": "https://content.openalex.org/works/W2962727772.grobid-xml" + }, + "referenced_works_count": 165, + "referenced_works": [ + "https://openalex.org/W10127936", + "https://openalex.org/W24803201", + "https://openalex.org/W32371573", + "https://openalex.org/W54927611", + "https://openalex.org/W56900066", + "https://openalex.org/W79234129", + "https://openalex.org/W96156603", + "https://openalex.org/W114517082", + "https://openalex.org/W150071318", + "https://openalex.org/W163279865", + "https://openalex.org/W178772886", + "https://openalex.org/W183071939", + "https://openalex.org/W195465510", + "https://openalex.org/W199058730", + "https://openalex.org/W658381347", + "https://openalex.org/W1448623749", + "https://openalex.org/W1491719553", + "https://openalex.org/W1498436455", + "https://openalex.org/W1508921047", + "https://openalex.org/W1510408204", + "https://openalex.org/W1526743513", + "https://openalex.org/W1531185881", + "https://openalex.org/W1531720974", + "https://openalex.org/W1533682968", + "https://openalex.org/W1545319692", + "https://openalex.org/W1554025628", + "https://openalex.org/W1554447113", + "https://openalex.org/W1555213329", + "https://openalex.org/W1556604985", + "https://openalex.org/W1558109178", + "https://openalex.org/W1579027943", + "https://openalex.org/W1585773866", + "https://openalex.org/W1593851055", + "https://openalex.org/W1597010871", + "https://openalex.org/W1597497095", + "https://openalex.org/W1601796594", + "https://openalex.org/W1602017060", + "https://openalex.org/W1667652561", + "https://openalex.org/W1732222442", + "https://openalex.org/W1746819321", + "https://openalex.org/W1781063653", + "https://openalex.org/W1786620475", + "https://openalex.org/W1833324609", + "https://openalex.org/W1841592590", + "https://openalex.org/W1868018859", + "https://openalex.org/W1902934009", + "https://openalex.org/W1906598733", + "https://openalex.org/W1909320841", + "https://openalex.org/W1959608418", + "https://openalex.org/W1960579544", + "https://openalex.org/W1964298340", + "https://openalex.org/W1965256357", + "https://openalex.org/W1976804081", + "https://openalex.org/W1980177911", + "https://openalex.org/W1981814724", + "https://openalex.org/W1983864872", + "https://openalex.org/W1984176077", + "https://openalex.org/W1985280181", + "https://openalex.org/W1987027398", + "https://openalex.org/W1988141348", + "https://openalex.org/W1991173503", + "https://openalex.org/W1996647346", + "https://openalex.org/W1996852196", + "https://openalex.org/W1997030105", + "https://openalex.org/W1999333806", + "https://openalex.org/W2004750113", + "https://openalex.org/W2005126631", + "https://openalex.org/W2006903949", + "https://openalex.org/W2008957460", + "https://openalex.org/W2017000414", + "https://openalex.org/W2018435387", + "https://openalex.org/W2030762303", + "https://openalex.org/W2031070741", + "https://openalex.org/W2039708501", + "https://openalex.org/W2042661604", + "https://openalex.org/W2057377421", + "https://openalex.org/W2058760524", + "https://openalex.org/W2058821858", + "https://openalex.org/W2062422869", + "https://openalex.org/W2065468339", + "https://openalex.org/W2069077343", + "https://openalex.org/W2069563463", + "https://openalex.org/W2070389042", + "https://openalex.org/W2076063813", + "https://openalex.org/W2076554018", + "https://openalex.org/W2077306381", + "https://openalex.org/W2083381683", + "https://openalex.org/W2084689793", + "https://openalex.org/W2084818100", + "https://openalex.org/W2087169336", + "https://openalex.org/W2098694378", + "https://openalex.org/W2106164382", + "https://openalex.org/W2108207895", + "https://openalex.org/W2109189215", + "https://openalex.org/W2112796928", + "https://openalex.org/W2119717200", + "https://openalex.org/W2120420045", + "https://openalex.org/W2124313187", + "https://openalex.org/W2129142203", + "https://openalex.org/W2129288307", + "https://openalex.org/W2133400152", + "https://openalex.org/W2133564696", + "https://openalex.org/W2134275125", + "https://openalex.org/W2136985729", + "https://openalex.org/W2137808436", + "https://openalex.org/W2141524150", + "https://openalex.org/W2146502635", + "https://openalex.org/W2146534684", + "https://openalex.org/W2146856863", + "https://openalex.org/W2157488230", + "https://openalex.org/W2161239884", + "https://openalex.org/W2161969291", + "https://openalex.org/W2163248562", + "https://openalex.org/W2163922914", + "https://openalex.org/W2167315686", + "https://openalex.org/W2167839676", + "https://openalex.org/W2171928131", + "https://openalex.org/W2250861254", + "https://openalex.org/W2271840356", + "https://openalex.org/W2271982975", + "https://openalex.org/W2327562811", + "https://openalex.org/W2382989034", + "https://openalex.org/W2396666011", + "https://openalex.org/W2403726878", + "https://openalex.org/W2405844906", + "https://openalex.org/W2423581336", + "https://openalex.org/W2464234964", + "https://openalex.org/W2478429860", + "https://openalex.org/W2482888308", + "https://openalex.org/W2496722619", + "https://openalex.org/W2509865812", + "https://openalex.org/W2513383847", + "https://openalex.org/W2539792571", + "https://openalex.org/W2566652804", + "https://openalex.org/W2572175727", + "https://openalex.org/W2574963492", + "https://openalex.org/W2577537660", + "https://openalex.org/W2578556340", + "https://openalex.org/W2586661897", + "https://openalex.org/W2597452529", + "https://openalex.org/W2606594511", + "https://openalex.org/W2618530766", + "https://openalex.org/W2754835109", + "https://openalex.org/W2768092088", + "https://openalex.org/W2778749116", + "https://openalex.org/W2786741601", + "https://openalex.org/W2899771611", + "https://openalex.org/W2919115771", + "https://openalex.org/W2948461586", + "https://openalex.org/W2950999850", + "https://openalex.org/W2951008357", + "https://openalex.org/W2952339051", + "https://openalex.org/W2953146438", + "https://openalex.org/W2962994101", + "https://openalex.org/W2963042536", + "https://openalex.org/W2963264829", + "https://openalex.org/W2963773578", + "https://openalex.org/W2963977107", + "https://openalex.org/W2964121744", + "https://openalex.org/W2986953278", + "https://openalex.org/W3004157836", + "https://openalex.org/W3087399931", + "https://openalex.org/W3100141945", + "https://openalex.org/W3121926921", + "https://openalex.org/W3123351260" + ], + "related_works": [ + "https://openalex.org/W3146803896", + "https://openalex.org/W3101260193", + "https://openalex.org/W3003922491", + "https://openalex.org/W2970971581", + "https://openalex.org/W2964121744", + "https://openalex.org/W2919115771", + "https://openalex.org/W2899771611", + "https://openalex.org/W2899283552", + "https://openalex.org/W2803629276", + "https://openalex.org/W2749028154", + "https://openalex.org/W2745110207", + "https://openalex.org/W2402144811", + "https://openalex.org/W2194775991", + "https://openalex.org/W2163605009", + "https://openalex.org/W2064675550", + "https://openalex.org/W2051434435", + "https://openalex.org/W1585773866", + "https://openalex.org/W1533861849", + "https://openalex.org/W1498436455", + "https://openalex.org/W2963112935" + ], + "abstract_inverted_index": { + "Derivatives,": [ + 0 + ], + "mostly": [ + 1 + ], + "in": [ + 2, + 11, + 34, + 51, + 97 + ], + "the": [ + 3, + 72, + 84, + 98, + 114, + 119 + ], + "form": [ + 4 + ], + "of": [ + 5, + 23, + 67, + 74, + 100, + 116 + ], + "gradients": [ + 6 + ], + "and": [ + 7, + 31, + 43, + 49, + 63, + 76, + 91 + ], + "Hessians,": [ + 8 + ], + "are": [ + 9 + ], + "ubiquitous": [ + 10 + ], + "machine": [ + 12, + 54, + 77, + 120 + ], + "learning.": [ + 13 + ], + "Automatic": [ + 14 + ], + "differentiation": [ + 15 + ], + "(AD)": [ + 16 + ], + "is": [ + 17 + ], + "a": [ + 18, + 88 + ], + "technique": [ + 19 + ], + "for": [ + 20 + ], + "calculating": [ + 21 + ], + "derivatives": [ + 22 + ], + "numeric": [ + 24 + ], + "functions": [ + 25 + ], + "expressed": [ + 26 + ], + "as": [ + 27, + 37 + ], + "computer": [ + 28 + ], + "programs": [ + 29 + ], + "efficiently": [ + 30 + ], + "accurately,": [ + 32 + ], + "used": [ + 33 + ], + "fields": [ + 35 + ], + "such": [ + 36 + ], + "computational": [ + 38 + ], + "fluid": [ + 39 + ], + "dynamics,": [ + 40 + ], + "nuclear": [ + 41 + ], + "engineering,": [ + 42 + ], + "atmospheric": [ + 44 + ], + "sciences.": [ + 45 + ], + "Despite": [ + 46 + ], + "its": [ + 47 + ], + "advantages": [ + 48 + ], + "use": [ + 50, + 66, + 115 + ], + "other": [ + 52 + ], + "fields,": [ + 53 + ], + "learning": [ + 55, + 121 + ], + "practitioners": [ + 56 + ], + "have": [ + 57, + 112 + ], + "been": [ + 58 + ], + "little": [ + 59 + ], + "influenced": [ + 60 + ], + "by": [ + 61 + ], + "AD": [ + 62, + 75, + 82, + 117 + ], + "make": [ + 64, + 87 + ], + "scant": [ + 65 + ], + "available": [ + 68 + ], + "tools.": [ + 69 + ], + "We": [ + 70, + 103 + ], + "survey": [ + 71 + ], + "intersection": [ + 73 + ], + "learning,": [ + 78 + ], + "cover": [ + 79 + ], + "applications": [ + 80 + ], + "where": [ + 81 + ], + "has": [ + 83 + ], + "potential": [ + 85 + ], + "to": [ + 86, + 105 + ], + "big": [ + 89 + ], + "impact,": [ + 90 + ], + "report": [ + 92 + ], + "on": [ + 93 + ], + "some": [ + 94, + 107 + ], + "recent": [ + 95 + ], + "developments": [ + 96 + ], + "adoption": [ + 99 + ], + "this": [ + 101 + ], + "technique.": [ + 102 + ], + "aim": [ + 104 + ], + "dispel": [ + 106 + ], + "misconceptions": [ + 108 + ], + "that": [ + 109 + ], + "we": [ + 110 + ], + "contend": [ + 111 + ], + "impeded": [ + 113 + ], + "within": [ + 118 + ], + "community.": [ + 122 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 252 + }, + { + "year": 2024, + "cited_by_count": 379 + }, + { + "year": 2023, + "cited_by_count": 398 + }, + { + "year": 2022, + "cited_by_count": 312 + }, + { + "year": 2021, + "cited_by_count": 381 + }, + { + "year": 2020, + "cited_by_count": 242 + }, + { + "year": 2019, + "cited_by_count": 99 + }, + { + "year": 2018, + "cited_by_count": 24 + }, + { + "year": 2017, + "cited_by_count": 6 + }, + { + "year": 2016, + "cited_by_count": 4 + } + ], + "updated_date": "2026-05-21T09:19:25.381259", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2751318774", + "doi": "https://doi.org/10.1142/9789811201967_0001", + "title": "Introduction to Machine Learning", + "display_name": "Introduction to Machine Learning", + "relevance_score": 3259.3015, + "publication_year": 2019, + "publication_date": "2019-02-27", + "ids": { + "openalex": "https://openalex.org/W2751318774", + "doi": "https://doi.org/10.1142/9789811201967_0001", + "mag": "2751318774" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1142/9789811201967_0001", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1142/9789811201967_0001", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4210240769", + "display_name": "Series in machine perception and artificial intelligence", + "issn_l": "1793-0839", + "issn": [ + "1793-0839" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319815", + "host_organization_name": "World Scientific", + "host_organization_lineage": [ + "https://openalex.org/P4310319815" + ], + "host_organization_lineage_names": [ + "World Scientific" + ], + "type": "book series" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Series in Machine Perception and Artificial Intelligence", + "raw_type": "book-chapter" + }, + "type": "book-chapter", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 0, + "corresponding_author_ids": [], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 45.4453, + "has_fulltext": false, + "cited_by_count": 1659, + "citation_normalized_percentile": { + "value": 0.9987236, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 94, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": "1", + "last_page": "22" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.3314000070095062, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.3314000070095062, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.49732616543769836 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.354877233505249 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.49732616543769836 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.354877233505249 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1142/9789811201967_0001", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1142/9789811201967_0001", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4210240769", + "display_name": "Series in machine perception and artificial intelligence", + "issn_l": "1793-0839", + "issn": [ + "1793-0839" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319815", + "host_organization_name": "World Scientific", + "host_organization_lineage": [ + "https://openalex.org/P4310319815" + ], + "host_organization_lineage_names": [ + "World Scientific" + ], + "type": "book series" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Series in Machine Perception and Artificial Intelligence", + "raw_type": "book-chapter" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [ + "https://openalex.org/W2899084033", + "https://openalex.org/W2748952813", + "https://openalex.org/W2390279801", + "https://openalex.org/W2358668433", + "https://openalex.org/W2376932109", + "https://openalex.org/W2382290278", + "https://openalex.org/W2096946506", + "https://openalex.org/W2350741829", + "https://openalex.org/W3004735627", + "https://openalex.org/W3107474891" + ], + "abstract_inverted_index": { + "The": [ + 0, + 140 + ], + "goal": [ + 1 + ], + "of": [ + 2, + 24, + 74, + 91, + 187, + 197, + 252, + 265 + ], + "machine": [ + 3, + 25, + 81, + 92, + 198, + 266 + ], + "learning": [ + 4, + 26, + 82, + 93, + 119, + 199, + 267 + ], + "is": [ + 5, + 63 + ], + "to": [ + 6, + 9, + 16, + 36, + 60, + 86, + 136, + 171, + 224, + 254 + ], + "program": [ + 7 + ], + "computers": [ + 8 + ], + "use": [ + 10 + ], + "example": [ + 11 + ], + "data": [ + 12, + 35, + 116 + ], + "or": [ + 13 + ], + "past": [ + 14, + 33 + ], + "experience": [ + 15 + ], + "solve": [ + 17 + ], + "a": [ + 18, + 45, + 64, + 71, + 88, + 137, + 191 + ], + "given": [ + 19 + ], + "problem.": [ + 20 + ], + "Many": [ + 21 + ], + "successful": [ + 22 + ], + "applications": [ + 23 + ], + "exist": [ + 27 + ], + "already,": [ + 28 + ], + "including": [ + 29, + 104 + ], + "systems": [ + 30 + ], + "that": [ + 31, + 44, + 124 + ], + "analyze": [ + 32 + ], + "sales": [ + 34 + ], + "predict": [ + 37 + ], + "customer": [ + 38 + ], + "behavior,": [ + 39 + ], + "optimize": [ + 40 + ], + "robot": [ + 41 + ], + "behavior": [ + 42 + ], + "so": [ + 43, + 123 + ], + "task": [ + 46 + ], + "can": [ + 47, + 127, + 227 + ], + "be": [ + 48, + 228, + 251 + ], + "completed": [ + 49, + 238 + ], + "using": [ + 50 + ], + "minimum": [ + 51 + ], + "resources,": [ + 52 + ], + "and": [ + 53, + 95, + 115, + 163, + 167, + 182, + 195, + 212, + 221, + 233, + 245, + 271 + ], + "extract": [ + 54 + ], + "knowledge": [ + 55 + ], + "from": [ + 56, + 101, + 130 + ], + "bioinformatics": [ + 57 + ], + "data.": [ + 58 + ], + "Introduction": [ + 59, + 223 + ], + "Machine": [ + 61, + 225, + 272 + ], + "Learning": [ + 62, + 226, + 273 + ], + "comprehensive": [ + 65 + ], + "textbook": [ + 66 + ], + "on": [ + 67, + 177, + 193, + 204 + ], + "the": [ + 68, + 125, + 131, + 134, + 172, + 205, + 257, + 263 + ], + "subject,": [ + 69 + ], + "covering": [ + 70 + ], + "broad": [ + 72 + ], + "array": [ + 73 + ], + "topics": [ + 75, + 144 + ], + "not": [ + 76 + ], + "usually": [ + 77 + ], + "included": [ + 78 + ], + "in": [ + 79, + 133, + 190, + 240, + 256 + ], + "introductory": [ + 80 + ], + "texts.": [ + 83 + ], + "In": [ + 84 + ], + "order": [ + 85 + ], + "present": [ + 87 + ], + "unified": [ + 89 + ], + "treatment": [ + 90 + ], + "problems": [ + 94 + ], + "solutions,": [ + 96 + ], + "it": [ + 97 + ], + "discusses": [ + 98 + ], + "many": [ + 99, + 213 + ], + "methods": [ + 100 + ], + "different": [ + 102 + ], + "fields,": [ + 103 + ], + "statistics,": [ + 105 + ], + "pattern": [ + 106 + ], + "recognition,": [ + 107 + ], + "neural": [ + 108 + ], + "networks,": [ + 109 + ], + "artificial": [ + 110 + ], + "intelligence,": [ + 111 + ], + "signal": [ + 112 + ], + "processing,": [ + 113 + ], + "control,": [ + 114 + ], + "mining.": [ + 117 + ], + "All": [ + 118, + 216 + ], + "algorithms": [ + 120 + ], + "are": [ + 121, + 175, + 260 + ], + "explained": [ + 122 + ], + "student": [ + 126 + ], + "easily": [ + 128 + ], + "move": [ + 129 + ], + "equations": [ + 132 + ], + "book": [ + 135 + ], + "computer": [ + 138, + 241 + ], + "program.": [ + 139 + ], + "text": [ + 141 + ], + "covers": [ + 142 + ], + "such": [ + 143 + ], + "as": [ + 145 + ], + "supervised": [ + 146 + ], + "learning,": [ + 147 + ], + "Bayesian": [ + 148, + 183 + ], + "decision": [ + 149 + ], + "theory,": [ + 150 + ], + "parametric": [ + 151 + ], + "methods,": [ + 152, + 154 + ], + "multivariate": [ + 153 + ], + "multilayer": [ + 155 + ], + "perceptrons,": [ + 156 + ], + "local": [ + 157 + ], + "models,": [ + 158, + 161, + 181 + ], + "hidden": [ + 159 + ], + "Markov": [ + 160 + ], + "assessing": [ + 162 + ], + "comparing": [ + 164 + ], + "classification": [ + 165 + ], + "algorithms,": [ + 166 + ], + "reinforcement": [ + 168 + ], + "learning.": [ + 169 + ], + "New": [ + 170 + ], + "second": [ + 173 + ], + "edition": [ + 174 + ], + "chapters": [ + 176, + 217 + ], + "kernel": [ + 178 + ], + "machines,": [ + 179 + ], + "graphical": [ + 180 + ], + "estimation;": [ + 184 + ], + "expanded": [ + 185 + ], + "coverage": [ + 186 + ], + "statistical": [ + 188 + ], + "tests": [ + 189 + ], + "chapter": [ + 192 + ], + "design": [ + 194 + ], + "analysis": [ + 196 + ], + "experiments;": [ + 200 + ], + "case": [ + 201 + ], + "studies": [ + 202 + ], + "available": [ + 203 + ], + "Web": [ + 206 + ], + "(with": [ + 207 + ], + "downloadable": [ + 208 + ], + "results": [ + 209 + ], + "for": [ + 210 + ], + "instructors);": [ + 211 + ], + "additional": [ + 214 + ], + "exercises.": [ + 215 + ], + "have": [ + 218, + 237 + ], + "been": [ + 219 + ], + "revised": [ + 220 + ], + "updated.": [ + 222 + ], + "used": [ + 229 + ], + "by": [ + 230 + ], + "advanced": [ + 231 + ], + "undergraduates": [ + 232 + ], + "graduate": [ + 234 + ], + "students": [ + 235 + ], + "who": [ + 236, + 259 + ], + "courses": [ + 239 + ], + "programming,": [ + 242 + ], + "probability,": [ + 243 + ], + "calculus,": [ + 244 + ], + "linear": [ + 246 + ], + "algebra.": [ + 247 + ], + "It": [ + 248 + ], + "will": [ + 249 + ], + "also": [ + 250 + ], + "interest": [ + 253 + ], + "engineers": [ + 255 + ], + "field": [ + 258 + ], + "concerned": [ + 261 + ], + "with": [ + 262 + ], + "application": [ + 264 + ], + "methods.": [ + 268 + ], + "Adaptive": [ + 269 + ], + "Computation": [ + 270 + ], + "series": [ + 274 + ] + }, + "counts_by_year": [ + { + "year": 2024, + "cited_by_count": 2 + }, + { + "year": 2023, + "cited_by_count": 3 + }, + { + "year": 2022, + "cited_by_count": 6 + }, + { + "year": 2021, + "cited_by_count": 46 + }, + { + "year": 2020, + "cited_by_count": 57 + }, + { + "year": 2019, + "cited_by_count": 56 + }, + { + "year": 2018, + "cited_by_count": 50 + }, + { + "year": 2017, + "cited_by_count": 63 + }, + { + "year": 2016, + "cited_by_count": 108 + }, + { + "year": 2015, + "cited_by_count": 153 + }, + { + "year": 2014, + "cited_by_count": 168 + }, + { + "year": 2013, + "cited_by_count": 151 + }, + { + "year": 2012, + "cited_by_count": 140 + } + ], + "updated_date": "2026-04-05T17:49:38.594831", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W4205539948", + "doi": "https://doi.org/10.1093/rfs/hhaa009", + "title": "Empirical Asset Pricing via Machine Learning", + "display_name": "Empirical Asset Pricing via Machine Learning", + "relevance_score": 3166.2117, + "publication_year": 2020, + "publication_date": "2020-02-20", + "ids": { + "openalex": "https://openalex.org/W4205539948", + "doi": "https://doi.org/10.1093/rfs/hhaa009" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1093/rfs/hhaa009", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1093/rfs/hhaa009", + "pdf_url": "https://academic.oup.com/rfs/article-pdf/33/5/2223/33209812/hhaa009.pdf", + "source": { + "id": "https://openalex.org/S170137484", + "display_name": "Review of Financial Studies", + "issn_l": "0893-9454", + "issn": [ + "0893-9454", + "1465-7368" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310311648", + "host_organization_name": "Oxford University Press", + "host_organization_lineage": [ + "https://openalex.org/P4310311648", + "https://openalex.org/P4310311647" + ], + "host_organization_lineage_names": [ + "Oxford University Press", + "University of Oxford" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "The Review of Financial Studies", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "bronze", + "oa_url": "https://academic.oup.com/rfs/article-pdf/33/5/2223/33209812/hhaa009.pdf", + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5025931561", + "display_name": "Shihao Gu", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I40347166", + "display_name": "University of Chicago", + "ror": "https://ror.org/024mw5h28", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I40347166" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Shihao Gu", + "raw_affiliation_strings": [ + "Booth School of Business, University of Chicago" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Booth School of Business, University of Chicago", + "institution_ids": [ + "https://openalex.org/I40347166" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5101435735", + "display_name": "Bryan Kelly", + "orcid": "https://orcid.org/0000-0001-6752-822X" + }, + "institutions": [ + { + "id": "https://openalex.org/I139787848", + "display_name": "Capital University", + "ror": "https://ror.org/00jy9e726", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I139787848" + ] + }, + { + "id": "https://openalex.org/I32971472", + "display_name": "Yale University", + "ror": "https://ror.org/03v76x132", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I32971472" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Bryan Kelly", + "raw_affiliation_strings": [ + "Yale University, AQR Capital Management, and NBER" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Yale University, AQR Capital Management, and NBER", + "institution_ids": [ + "https://openalex.org/I139787848", + "https://openalex.org/I32971472" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5050253426", + "display_name": "Dacheng Xiu", + "orcid": "https://orcid.org/0000-0002-2250-0861" + }, + "institutions": [ + { + "id": "https://openalex.org/I40347166", + "display_name": "University of Chicago", + "ror": "https://ror.org/024mw5h28", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I40347166" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Dacheng Xiu", + "raw_affiliation_strings": [ + "Booth School of Business, University of Chicago" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Booth School of Business, University of Chicago", + "institution_ids": [ + "https://openalex.org/I40347166" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5025931561" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I40347166" + ], + "apc_list": { + "value": 3724, + "currency": "USD", + "value_usd": 3724 + }, + "apc_paid": null, + "fwci": 221.2533, + "has_fulltext": true, + "cited_by_count": 2188, + "citation_normalized_percentile": { + "value": 1.0, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "33", + "issue": "5", + "first_page": "2223", + "last_page": "2273" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10047", + "display_name": "Financial Markets and Investment Strategies", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/2003", + "display_name": "Finance" + }, + "field": { + "id": "https://openalex.org/fields/20", + "display_name": "Economics, Econometrics and Finance" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10047", + "display_name": "Financial Markets and Investment Strategies", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/2003", + "display_name": "Finance" + }, + "field": { + "id": "https://openalex.org/fields/20", + "display_name": "Economics, Econometrics and Finance" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + }, + { + "id": "https://openalex.org/T11326", + "display_name": "Stock Market Forecasting Methods", + "score": 0.9994999766349792, + "subfield": { + "id": "https://openalex.org/subfields/1803", + "display_name": "Management Science and Operations Research" + }, + "field": { + "id": "https://openalex.org/fields/18", + "display_name": "Decision Sciences" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + }, + { + "id": "https://openalex.org/T10282", + "display_name": "Financial Risk and Volatility Modeling", + "score": 0.9952999949455261, + "subfield": { + "id": "https://openalex.org/subfields/2003", + "display_name": "Finance" + }, + "field": { + "id": "https://openalex.org/fields/20", + "display_name": "Economics, Econometrics and Finance" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/capital-asset-pricing-model", + "display_name": "Capital asset pricing model", + "score": 0.7436144351959229 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6426714658737183 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6057676076889038 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5858373641967773 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.5564541816711426 + }, + { + "id": "https://openalex.org/keywords/volatility", + "display_name": "Volatility (finance)", + "score": 0.5285476446151733 + }, + { + "id": "https://openalex.org/keywords/market-liquidity", + "display_name": "Market liquidity", + "score": 0.519666314125061 + }, + { + "id": "https://openalex.org/keywords/econometrics", + "display_name": "Econometrics", + "score": 0.5052424073219299 + }, + { + "id": "https://openalex.org/keywords/asset", + "display_name": "Asset (computer security)", + "score": 0.485171377658844 + }, + { + "id": "https://openalex.org/keywords/trace", + "display_name": "TRACE (psycholinguistics)", + "score": 0.45744583010673523 + }, + { + "id": "https://openalex.org/keywords/set", + "display_name": "Set (abstract data type)", + "score": 0.4424659311771393 + }, + { + "id": "https://openalex.org/keywords/economics", + "display_name": "Economics", + "score": 0.3305661678314209 + }, + { + "id": "https://openalex.org/keywords/finance", + "display_name": "Finance", + "score": 0.1892847716808319 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C181236170", + "wikidata": "https://www.wikidata.org/wiki/Q848354", + "display_name": "Capital asset pricing model", + "level": 2, + "score": 0.7436144351959229 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6426714658737183 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6057676076889038 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5858373641967773 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.5564541816711426 + }, + { + "id": "https://openalex.org/C91602232", + "wikidata": "https://www.wikidata.org/wiki/Q756115", + "display_name": "Volatility (finance)", + "level": 2, + "score": 0.5285476446151733 + }, + { + "id": "https://openalex.org/C183582576", + "wikidata": "https://www.wikidata.org/wiki/Q184783", + "display_name": "Market liquidity", + "level": 2, + "score": 0.519666314125061 + }, + { + "id": "https://openalex.org/C149782125", + "wikidata": "https://www.wikidata.org/wiki/Q160039", + "display_name": "Econometrics", + "level": 1, + "score": 0.5052424073219299 + }, + { + "id": "https://openalex.org/C76178495", + "wikidata": "https://www.wikidata.org/wiki/Q4808784", + "display_name": "Asset (computer security)", + "level": 2, + "score": 0.485171377658844 + }, + { + "id": "https://openalex.org/C75291252", + "wikidata": "https://www.wikidata.org/wiki/Q1315756", + "display_name": "TRACE (psycholinguistics)", + "level": 2, + "score": 0.45744583010673523 + }, + { + "id": "https://openalex.org/C177264268", + "wikidata": "https://www.wikidata.org/wiki/Q1514741", + "display_name": "Set (abstract data type)", + "level": 2, + "score": 0.4424659311771393 + }, + { + "id": "https://openalex.org/C162324750", + "wikidata": "https://www.wikidata.org/wiki/Q8134", + "display_name": "Economics", + "level": 0, + "score": 0.3305661678314209 + }, + { + "id": "https://openalex.org/C10138342", + "wikidata": "https://www.wikidata.org/wiki/Q43015", + "display_name": "Finance", + "level": 1, + "score": 0.1892847716808319 + }, + { + "id": "https://openalex.org/C41895202", + "wikidata": "https://www.wikidata.org/wiki/Q8162", + "display_name": "Linguistics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C138885662", + "wikidata": "https://www.wikidata.org/wiki/Q5891", + "display_name": "Philosophy", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C38652104", + "wikidata": "https://www.wikidata.org/wiki/Q3510521", + "display_name": "Computer security", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "doi:10.1093/rfs/hhaa009", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1093/rfs/hhaa009", + "pdf_url": "https://academic.oup.com/rfs/article-pdf/33/5/2223/33209812/hhaa009.pdf", + "source": { + "id": "https://openalex.org/S170137484", + "display_name": "Review of Financial Studies", + "issn_l": "0893-9454", + "issn": [ + "0893-9454", + "1465-7368" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310311648", + "host_organization_name": "Oxford University Press", + "host_organization_lineage": [ + "https://openalex.org/P4310311648", + "https://openalex.org/P4310311647" + ], + "host_organization_lineage_names": [ + "Oxford University Press", + "University of Oxford" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "The Review of Financial Studies", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:RePEc:oup:revfin:v:33:y:2020:i:5:p:2223-2273.", + "is_oa": false, + "landing_page_url": "http://hdl.handle.net/10.1093/rfs/hhaa009", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401271", + "display_name": "RePEc: Research Papers in Economics", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I77793887", + "host_organization_name": "Federal Reserve Bank of St. Louis", + "host_organization_lineage": [ + "https://openalex.org/I77793887" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "doi:10.1093/rfs/hhaa009", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1093/rfs/hhaa009", + "pdf_url": "https://academic.oup.com/rfs/article-pdf/33/5/2223/33209812/hhaa009.pdf", + "source": { + "id": "https://openalex.org/S170137484", + "display_name": "Review of Financial Studies", + "issn_l": "0893-9454", + "issn": [ + "0893-9454", + "1465-7368" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310311648", + "host_organization_name": "Oxford University Press", + "host_organization_lineage": [ + "https://openalex.org/P4310311648", + "https://openalex.org/P4310311647" + ], + "host_organization_lineage_names": [ + "Oxford University Press", + "University of Oxford" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "The Review of Financial Studies", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": true, + "grobid_xml": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W4205539948.pdf", + "grobid_xml": "https://content.openalex.org/works/W4205539948.grobid-xml" + }, + "referenced_works_count": 70, + "referenced_works": [ + "https://openalex.org/W608042232", + "https://openalex.org/W1503022246", + "https://openalex.org/W1522301498", + "https://openalex.org/W1533618852", + "https://openalex.org/W1534477342", + "https://openalex.org/W1594031697", + "https://openalex.org/W1678356000", + "https://openalex.org/W1789808336", + "https://openalex.org/W1969404656", + "https://openalex.org/W1971217947", + "https://openalex.org/W1976251851", + "https://openalex.org/W1995834279", + "https://openalex.org/W2007694684", + "https://openalex.org/W2024046085", + "https://openalex.org/W2046033161", + "https://openalex.org/W2048662624", + "https://openalex.org/W2063730763", + "https://openalex.org/W2070534370", + "https://openalex.org/W2103496339", + "https://openalex.org/W2135293965", + "https://openalex.org/W2136922672", + "https://openalex.org/W2137983211", + "https://openalex.org/W2139753118", + "https://openalex.org/W2144570112", + "https://openalex.org/W2154987621", + "https://openalex.org/W2194775991", + "https://openalex.org/W2265274622", + "https://openalex.org/W2291108100", + "https://openalex.org/W2319405822", + "https://openalex.org/W2338469198", + "https://openalex.org/W2503100348", + "https://openalex.org/W2546302380", + "https://openalex.org/W2560674852", + "https://openalex.org/W2741371467", + "https://openalex.org/W2787894218", + "https://openalex.org/W2799643291", + "https://openalex.org/W2911964244", + "https://openalex.org/W2938815980", + "https://openalex.org/W2967005703", + "https://openalex.org/W3001826040", + "https://openalex.org/W3004050393", + "https://openalex.org/W3004732066", + "https://openalex.org/W3018089439", + "https://openalex.org/W3121274430", + "https://openalex.org/W3121588992", + "https://openalex.org/W3122020290", + "https://openalex.org/W3122118888", + "https://openalex.org/W3123267500", + "https://openalex.org/W3123752263", + "https://openalex.org/W3124436545", + "https://openalex.org/W3125696988", + "https://openalex.org/W3125950889", + "https://openalex.org/W3126032681", + "https://openalex.org/W3126136988", + "https://openalex.org/W3131102529", + "https://openalex.org/W4211170237", + "https://openalex.org/W4237239309", + "https://openalex.org/W4242067316", + "https://openalex.org/W4297853882", + "https://openalex.org/W4388297464", + "https://openalex.org/W6637242042", + "https://openalex.org/W6637404493", + "https://openalex.org/W6638667902", + "https://openalex.org/W6660794422", + "https://openalex.org/W6682889407", + "https://openalex.org/W6684409620", + "https://openalex.org/W6691187937", + "https://openalex.org/W6694527737", + "https://openalex.org/W6736719330", + "https://openalex.org/W6781003217" + ], + "related_works": [ + "https://openalex.org/W2512907043", + "https://openalex.org/W4248657878", + "https://openalex.org/W1985218057", + "https://openalex.org/W4313341805", + "https://openalex.org/W2167647189", + "https://openalex.org/W4390564844", + "https://openalex.org/W2131958170", + "https://openalex.org/W2061122711", + "https://openalex.org/W2273754158", + "https://openalex.org/W4313341917" + ], + "abstract_inverted_index": { + "Abstract": [ + 0 + ], + "We": [ + 1, + 22, + 46 + ], + "perform": [ + 2 + ], + "a": [ + 3, + 80 + ], + "comparative": [ + 4 + ], + "analysis": [ + 5 + ], + "of": [ + 6, + 14, + 39, + 76 + ], + "machine": [ + 7, + 30 + ], + "learning": [ + 8, + 31 + ], + "methods": [ + 9, + 50, + 70 + ], + "for": [ + 10 + ], + "the": [ + 11, + 37, + 44, + 48, + 73, + 100, + 108, + 111 + ], + "canonical": [ + 12 + ], + "problem": [ + 13 + ], + "empirical": [ + 15 + ], + "asset": [ + 16, + 19 + ], + "pricing:": [ + 17 + ], + "measuring": [ + 18 + ], + "risk": [ + 20 + ], + "premiums.": [ + 21 + ], + "demonstrate": [ + 23 + ], + "large": [ + 24 + ], + "economic": [ + 25 + ], + "gains": [ + 26, + 59 + ], + "to": [ + 27, + 60, + 107, + 110 + ], + "investors": [ + 28 + ], + "using": [ + 29 + ], + "forecasts,": [ + 32 + ], + "in": [ + 33 + ], + "some": [ + 34 + ], + "cases": [ + 35 + ], + "doubling": [ + 36 + ], + "performance": [ + 38 + ], + "leading": [ + 40 + ], + "regression-based": [ + 41 + ], + "strategies": [ + 42 + ], + "from": [ + 43 + ], + "literature.": [ + 45 + ], + "identify": [ + 47 + ], + "best-performing": [ + 49 + ], + "(trees": [ + 51 + ], + "and": [ + 52, + 55, + 88 + ], + "neural": [ + 53 + ], + "networks)": [ + 54 + ], + "trace": [ + 56 + ], + "their": [ + 57 + ], + "predictive": [ + 58, + 78 + ], + "allowing": [ + 61 + ], + "nonlinear": [ + 62 + ], + "predictor": [ + 63 + ], + "interactions": [ + 64 + ], + "missed": [ + 65 + ], + "by": [ + 66 + ], + "other": [ + 67 + ], + "methods.": [ + 68 + ], + "All": [ + 69 + ], + "agree": [ + 71 + ], + "on": [ + 72, + 85, + 99 + ], + "same": [ + 74 + ], + "set": [ + 75, + 81 + ], + "dominant": [ + 77 + ], + "signals,": [ + 79 + ], + "that": [ + 82 + ], + "includes": [ + 83 + ], + "variations": [ + 84 + ], + "momentum,": [ + 86 + ], + "liquidity,": [ + 87 + ], + "volatility.": [ + 89 + ], + "Authors": [ + 90 + ], + "have": [ + 91 + ], + "furnished": [ + 92 + ], + "an": [ + 93 + ], + "Internet": [ + 94 + ], + "Appendix,": [ + 95 + ], + "which": [ + 96 + ], + "is": [ + 97 + ], + "available": [ + 98 + ], + "Oxford": [ + 101 + ], + "University": [ + 102 + ], + "Press": [ + 103 + ], + "Web": [ + 104 + ], + "site": [ + 105 + ], + "next": [ + 106 + ], + "link": [ + 109 + ], + "final": [ + 112 + ], + "published": [ + 113 + ], + "paper": [ + 114 + ], + "online.": [ + 115 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 261 + }, + { + "year": 2025, + "cited_by_count": 533 + }, + { + "year": 2024, + "cited_by_count": 433 + }, + { + "year": 2023, + "cited_by_count": 355 + }, + { + "year": 2022, + "cited_by_count": 246 + }, + { + "year": 2021, + "cited_by_count": 212 + }, + { + "year": 2020, + "cited_by_count": 105 + }, + { + "year": 2019, + "cited_by_count": 18 + }, + { + "year": 2018, + "cited_by_count": 13 + }, + { + "year": 2017, + "cited_by_count": 5 + }, + { + "year": 2016, + "cited_by_count": 3 + }, + { + "year": 2015, + "cited_by_count": 1 + }, + { + "year": 2014, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W1993220166", + "doi": "https://doi.org/10.1145/1007730.1007735", + "title": "A study of the behavior of several methods for balancing machine learning training data", + "display_name": "A study of the behavior of several methods for balancing machine learning training data", + "relevance_score": 3144.5222, + "publication_year": 2004, + "publication_date": "2004-06-01", + "ids": { + "openalex": "https://openalex.org/W1993220166", + "doi": "https://doi.org/10.1145/1007730.1007735", + "mag": "1993220166" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1145/1007730.1007735", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/1007730.1007735", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4210176598", + "display_name": "ACM SIGKDD Explorations Newsletter", + "issn_l": "1931-0145", + "issn": [ + "1931-0145", + "1931-0153" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319798", + "host_organization_name": "Association for Computing Machinery", + "host_organization_lineage": [ + "https://openalex.org/P4310319798" + ], + "host_organization_lineage_names": [ + "Association for Computing Machinery" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "ACM SIGKDD Explorations Newsletter", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5102371518", + "display_name": "Gustavo E. A. P. A. Batista", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I4210131883", + "display_name": "Brazilian Society of Computational and Applied Mathematics", + "ror": "https://ror.org/03kcw4w74", + "country_code": "BR", + "type": "other", + "lineage": [ + "https://openalex.org/I4210131883" + ] + } + ], + "countries": [ + "BR" + ], + "is_corresponding": true, + "raw_author_name": "Gustavo E. A. P. A. Batista", + "raw_affiliation_strings": [ + "Instituto de Ciências Matemáticas e de Computação, São Carlos - SP, Brazil" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Instituto de Ciências Matemáticas e de Computação, São Carlos - SP, Brazil", + "institution_ids": [ + "https://openalex.org/I4210131883" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5005717519", + "display_name": "Ronaldo C. Prati", + "orcid": "https://orcid.org/0000-0001-8597-4987" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210131883", + "display_name": "Brazilian Society of Computational and Applied Mathematics", + "ror": "https://ror.org/03kcw4w74", + "country_code": "BR", + "type": "other", + "lineage": [ + "https://openalex.org/I4210131883" + ] + } + ], + "countries": [ + "BR" + ], + "is_corresponding": false, + "raw_author_name": "Ronaldo C. Prati", + "raw_affiliation_strings": [ + "Instituto de Ciências Matemáticas e de Computação, São Carlos - SP, Brazil" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Instituto de Ciências Matemáticas e de Computação, São Carlos - SP, Brazil", + "institution_ids": [ + "https://openalex.org/I4210131883" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5000813310", + "display_name": "Maria Carolina Monard", + "orcid": "https://orcid.org/0000-0001-6004-7407" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210131883", + "display_name": "Brazilian Society of Computational and Applied Mathematics", + "ror": "https://ror.org/03kcw4w74", + "country_code": "BR", + "type": "other", + "lineage": [ + "https://openalex.org/I4210131883" + ] + } + ], + "countries": [ + "BR" + ], + "is_corresponding": false, + "raw_author_name": "Maria Carolina Monard", + "raw_affiliation_strings": [ + "Instituto de Ciências Matemáticas e de Computação, São Carlos - SP, Brazil" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Instituto de Ciências Matemáticas e de Computação, São Carlos - SP, Brazil", + "institution_ids": [ + "https://openalex.org/I4210131883" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5102371518" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I4210131883" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 37.4619, + "has_fulltext": false, + "cited_by_count": 4103, + "citation_normalized_percentile": { + "value": 0.99786656, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "6", + "issue": "1", + "first_page": "20", + "last_page": "29" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11652", + "display_name": "Imbalanced Data Classification Techniques", + "score": 0.9995999932289124, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11652", + "display_name": "Imbalanced Data Classification Techniques", + "score": 0.9995999932289124, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9994999766349792, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10538", + "display_name": "Data Mining Algorithms and Applications", + "score": 0.9883999824523926, + "subfield": { + "id": "https://openalex.org/subfields/1710", + "display_name": "Information Systems" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.8465416431427002 + }, + { + "id": "https://openalex.org/keywords/class", + "display_name": "Class (philosophy)", + "score": 0.7231571078300476 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.7109780311584473 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6125052571296692 + }, + { + "id": "https://openalex.org/keywords/sampling", + "display_name": "Sampling (signal processing)", + "score": 0.5954932570457458 + }, + { + "id": "https://openalex.org/keywords/simple-random-sample", + "display_name": "Simple random sample", + "score": 0.5651431083679199 + }, + { + "id": "https://openalex.org/keywords/event", + "display_name": "Event (particle physics)", + "score": 0.47093668580055237 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.44805052876472473 + }, + { + "id": "https://openalex.org/keywords/simple", + "display_name": "Simple (philosophy)", + "score": 0.44138047099113464 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.8465416431427002 + }, + { + "id": "https://openalex.org/C2777212361", + "wikidata": "https://www.wikidata.org/wiki/Q5127848", + "display_name": "Class (philosophy)", + "level": 2, + "score": 0.7231571078300476 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.7109780311584473 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6125052571296692 + }, + { + "id": "https://openalex.org/C140779682", + "wikidata": "https://www.wikidata.org/wiki/Q210868", + "display_name": "Sampling (signal processing)", + "level": 3, + "score": 0.5954932570457458 + }, + { + "id": "https://openalex.org/C20353970", + "wikidata": "https://www.wikidata.org/wiki/Q1056998", + "display_name": "Simple random sample", + "level": 3, + "score": 0.5651431083679199 + }, + { + "id": "https://openalex.org/C2779662365", + "wikidata": "https://www.wikidata.org/wiki/Q5416694", + "display_name": "Event (particle physics)", + "level": 2, + "score": 0.47093668580055237 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.44805052876472473 + }, + { + "id": "https://openalex.org/C2780586882", + "wikidata": "https://www.wikidata.org/wiki/Q7520643", + "display_name": "Simple (philosophy)", + "level": 2, + "score": 0.44138047099113464 + }, + { + "id": "https://openalex.org/C2908647359", + "wikidata": "https://www.wikidata.org/wiki/Q2625603", + "display_name": "Population", + "level": 2, + "score": 0.0 + }, + { + "id": "https://openalex.org/C106131492", + "wikidata": "https://www.wikidata.org/wiki/Q3072260", + "display_name": "Filter (signal processing)", + "level": 2, + "score": 0.0 + }, + { + "id": "https://openalex.org/C31972630", + "wikidata": "https://www.wikidata.org/wiki/Q844240", + "display_name": "Computer vision", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C149923435", + "wikidata": "https://www.wikidata.org/wiki/Q37732", + "display_name": "Demography", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C144024400", + "wikidata": "https://www.wikidata.org/wiki/Q21201", + "display_name": "Sociology", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C138885662", + "wikidata": "https://www.wikidata.org/wiki/Q5891", + "display_name": "Philosophy", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C111472728", + "wikidata": "https://www.wikidata.org/wiki/Q9471", + "display_name": "Epistemology", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C121332964", + "wikidata": "https://www.wikidata.org/wiki/Q413", + "display_name": "Physics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C62520636", + "wikidata": "https://www.wikidata.org/wiki/Q944", + "display_name": "Quantum mechanics", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1145/1007730.1007735", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/1007730.1007735", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4210176598", + "display_name": "ACM SIGKDD Explorations Newsletter", + "issn_l": "1931-0145", + "issn": [ + "1931-0145", + "1931-0153" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319798", + "host_organization_name": "Association for Computing Machinery", + "host_organization_lineage": [ + "https://openalex.org/P4310319798" + ], + "host_organization_lineage_names": [ + "Association for Computing Machinery" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "ACM SIGKDD Explorations Newsletter", + "raw_type": "journal-article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 26, + "referenced_works": [ + "https://openalex.org/W85350352", + "https://openalex.org/W102369970", + "https://openalex.org/W142793689", + "https://openalex.org/W1499467920", + "https://openalex.org/W1504694836", + "https://openalex.org/W1576442155", + "https://openalex.org/W1591261915", + "https://openalex.org/W1941659294", + "https://openalex.org/W1977245551", + "https://openalex.org/W1994410331", + "https://openalex.org/W2004131797", + "https://openalex.org/W2058732827", + "https://openalex.org/W2084812512", + "https://openalex.org/W2107686700", + "https://openalex.org/W2114968414", + "https://openalex.org/W2122496402", + "https://openalex.org/W2125055259", + "https://openalex.org/W2136903812", + "https://openalex.org/W2137029138", + "https://openalex.org/W2147169507", + "https://openalex.org/W2148143831", + "https://openalex.org/W2152761983", + "https://openalex.org/W2157092487", + "https://openalex.org/W2170913656", + "https://openalex.org/W2797114046", + "https://openalex.org/W4285719527" + ], + "related_works": [ + "https://openalex.org/W2370014976", + "https://openalex.org/W2350399852", + "https://openalex.org/W3047864323", + "https://openalex.org/W1036777753", + "https://openalex.org/W4379210352", + "https://openalex.org/W4238714840", + "https://openalex.org/W4362679606", + "https://openalex.org/W2994963386", + "https://openalex.org/W3004700962", + "https://openalex.org/W2088812990" + ], + "abstract_inverted_index": { + "There": [ + 0 + ], + "are": [ + 1, + 283 + ], + "several": [ + 2 + ], + "aspects": [ + 3, + 22 + ], + "that": [ + 4, + 18, + 112, + 280 + ], + "might": [ + 5 + ], + "influence": [ + 6 + ], + "the": [ + 7, + 40, + 43, + 62, + 70, + 74, + 94, + 99, + 119, + 126, + 141, + 194, + 197, + 210, + 255, + 266, + 270, + 288, + 298, + 302, + 312, + 316, + 326 + ], + "performance": [ + 8, + 120, + 261 + ], + "achieved": [ + 9 + ], + "by": [ + 10, + 93 + ], + "existing": [ + 11 + ], + "learning": [ + 12, + 63, + 122, + 133 + ], + "systems.": [ + 13, + 123 + ], + "It": [ + 14 + ], + "has": [ + 15 + ], + "been": [ + 16 + ], + "reported": [ + 17 + ], + "one": [ + 19, + 36 + ], + "of": [ + 20, + 90, + 121, + 143, + 152, + 213, + 235, + 269, + 305, + 319 + ], + "these": [ + 21, + 158, + 281 + ], + "is": [ + 23, + 50, + 246 + ], + "related": [ + 24, + 72, + 131 + ], + "to": [ + 25, + 35, + 68, + 73, + 96, + 129, + 132, + 172, + 204, + 249 + ], + "class": [ + 26, + 37, + 100, + 113, + 138, + 149, + 175 + ], + "imbalance": [ + 27, + 101, + 114 + ], + "in": [ + 28, + 31, + 42, + 52, + 103, + 140, + 170, + 182, + 209, + 301, + 315 + ], + "which": [ + 29, + 49 + ], + "examples": [ + 30, + 41, + 139 + ], + "training": [ + 32 + ], + "data": [ + 33, + 55, + 106, + 167, + 229 + ], + "belonging": [ + 34 + ], + "heavily": [ + 38 + ], + "outnumber": [ + 39 + ], + "other": [ + 44, + 144 + ], + "class.": [ + 45, + 76 + ], + "In": [ + 46, + 77, + 124 + ], + "this": [ + 47, + 78 + ], + "situation,": [ + 48 + ], + "found": [ + 51 + ], + "real": [ + 53 + ], + "world": [ + 54 + ], + "describing": [ + 56 + ], + "an": [ + 57 + ], + "infrequent": [ + 58 + ], + "but": [ + 59 + ], + "important": [ + 60 + ], + "event,": [ + 61 + ], + "system": [ + 64 + ], + "may": [ + 65 + ], + "have": [ + 66 + ], + "difficulties": [ + 67 + ], + "learn": [ + 69 + ], + "concept": [ + 71 + ], + "minority": [ + 75, + 137 + ], + "work": [ + 79 + ], + "we": [ + 80, + 263 + ], + "perform": [ + 81 + ], + "a": [ + 82, + 162, + 232, + 241 + ], + "broad": [ + 83 + ], + "experimental": [ + 84 + ], + "evaluation": [ + 85 + ], + "involving": [ + 86 + ], + "ten": [ + 87 + ], + "methods,": [ + 88, + 216 + ], + "three": [ + 89 + ], + "them": [ + 91 + ], + "proposed": [ + 92, + 154, + 215 + ], + "authors,": [ + 95 + ], + "deal": [ + 97, + 156 + ], + "with": [ + 98, + 134, + 157, + 166, + 231 + ], + "problem": [ + 102, + 127 + ], + "thirteen": [ + 104 + ], + "UCI": [ + 105 + ], + "sets.": [ + 107 + ], + "Our": [ + 108, + 177, + 277 + ], + "experiments": [ + 109, + 179 + ], + "provide": [ + 110, + 186 + ], + "evidence": [ + 111 + ], + "does": [ + 115 + ], + "not": [ + 116 + ], + "systematically": [ + 117 + ], + "hinder": [ + 118 + ], + "fact,": [ + 125 + ], + "seems": [ + 128, + 203 + ], + "be": [ + 130 + ], + "too": [ + 135 + ], + "few": [ + 136 + ], + "presence": [ + 142 + ], + "complicating": [ + 145 + ], + "factors,": [ + 146 + ], + "such": [ + 147 + ], + "as": [ + 148 + ], + "overlapping.": [ + 150 + ], + "Two": [ + 151, + 212 + ], + "our": [ + 153, + 214 + ], + "methods": [ + 155, + 169, + 185, + 192, + 257 + ], + "conditions": [ + 159, + 320 + ], + "directly,": [ + 160 + ], + "allying": [ + 161 + ], + "known": [ + 163 + ], + "over-sampling": [ + 164, + 184, + 244, + 252, + 256, + 295, + 328 + ], + "method": [ + 165 + ], + "cleaning": [ + 168 + ], + "order": [ + 171 + ], + "produce": [ + 173 + ], + "better-defined": [ + 174 + ], + "clusters.": [ + 176 + ], + "comparative": [ + 178 + ], + "show": [ + 180, + 279 + ], + "that,": [ + 181 + ], + "general,": [ + 183 + ], + "more": [ + 187, + 250, + 285 + ], + "accurate": [ + 188 + ], + "results": [ + 189, + 206, + 227, + 278 + ], + "than": [ + 190 + ], + "under-sampling": [ + 191 + ], + "considering": [ + 193 + ], + "area": [ + 195 + ], + "under": [ + 196 + ], + "ROC": [ + 198 + ], + "curve": [ + 199 + ], + "(AUC).": [ + 200 + ], + "This": [ + 201 + ], + "result": [ + 202 + ], + "contradict": [ + 205 + ], + "previously": [ + 207 + ], + "published": [ + 208 + ], + "literature.": [ + 211 + ], + "Smote": [ + 217, + 221, + 309 + ], + "+": [ + 218, + 222, + 310 + ], + "Tomek": [ + 219 + ], + "and": [ + 220, + 308 + ], + "ENN,": [ + 223 + ], + "presented": [ + 224 + ], + "very": [ + 225, + 242, + 247, + 259 + ], + "good": [ + 226, + 260 + ], + "for": [ + 228 + ], + "sets": [ + 230 + ], + "small": [ + 233 + ], + "number": [ + 234, + 304, + 318 + ], + "positive": [ + 236 + ], + "examples.": [ + 237 + ], + "Moreover,": [ + 238 + ], + "Random": [ + 239, + 294 + ], + "over-sampling,": [ + 240 + ], + "simple": [ + 243 + ], + "method,": [ + 245 + ], + "competitive": [ + 248 + ], + "complex": [ + 251, + 286 + ], + "methods.": [ + 253, + 329 + ], + "Since": [ + 254 + ], + "provided": [ + 258 + ], + "results,": [ + 262 + ], + "also": [ + 264 + ], + "measured": [ + 265 + ], + "syntactic": [ + 267 + ], + "complexity": [ + 268 + ], + "decision": [ + 271 + ], + "trees": [ + 272, + 282 + ], + "induced": [ + 273, + 290, + 306 + ], + "from": [ + 274, + 291 + ], + "over-sampled": [ + 275 + ], + "data.": [ + 276, + 293 + ], + "usually": [ + 284, + 296 + ], + "then": [ + 287 + ], + "ones": [ + 289 + ], + "original": [ + 292 + ], + "produced": [ + 297 + ], + "smallest": [ + 299, + 313 + ], + "increase": [ + 300, + 314 + ], + "mean": [ + 303, + 317 + ], + "rules": [ + 307 + ], + "ENN": [ + 311 + ], + "per": [ + 321 + ], + "rule,": [ + 322 + ], + "when": [ + 323 + ], + "compared": [ + 324 + ], + "among": [ + 325 + ], + "investigated": [ + 327 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 137 + }, + { + "year": 2025, + "cited_by_count": 463 + }, + { + "year": 2024, + "cited_by_count": 437 + }, + { + "year": 2023, + "cited_by_count": 422 + }, + { + "year": 2022, + "cited_by_count": 418 + }, + { + "year": 2021, + "cited_by_count": 366 + }, + { + "year": 2020, + "cited_by_count": 372 + }, + { + "year": 2019, + "cited_by_count": 282 + }, + { + "year": 2018, + "cited_by_count": 198 + }, + { + "year": 2017, + "cited_by_count": 148 + }, + { + "year": 2016, + "cited_by_count": 128 + }, + { + "year": 2015, + "cited_by_count": 102 + }, + { + "year": 2014, + "cited_by_count": 100 + }, + { + "year": 2013, + "cited_by_count": 103 + }, + { + "year": 2012, + "cited_by_count": 86 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2767079719", + "doi": "https://doi.org/10.1145/3133956.3133982", + "title": "Practical Secure Aggregation for Privacy-Preserving Machine Learning", + "display_name": "Practical Secure Aggregation for Privacy-Preserving Machine Learning", + "relevance_score": 3137.17, + "publication_year": 2017, + "publication_date": "2017-10-27", + "ids": { + "openalex": "https://openalex.org/W2767079719", + "doi": "https://doi.org/10.1145/3133956.3133982", + "mag": "2767079719" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1145/3133956.3133982", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/3133956.3133982", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Proceedings of the 2017 ACM SIGSAC Conference on Computer and Communications Security", + "raw_type": "proceedings-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5011571548", + "display_name": "Keith Bonawitz", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Keith Bonawitz", + "raw_affiliation_strings": [ + "Google Inc., Mountain View, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Google Inc., Mountain View, CA, USA", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5090386348", + "display_name": "Vladimir Ivanov", + "orcid": "https://orcid.org/0000-0002-2272-3504" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Vladimir Ivanov", + "raw_affiliation_strings": [ + "Google Inc., Mountain View, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Google Inc., Mountain View, CA, USA", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5048810237", + "display_name": "Ben Kreuter", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Ben Kreuter", + "raw_affiliation_strings": [ + "Google Inc., Mountain View, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Google Inc., Mountain View, CA, USA", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5042948297", + "display_name": "Antonio Marcedone", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + }, + { + "id": "https://openalex.org/I205783295", + "display_name": "Cornell University", + "ror": "https://ror.org/05bnh6r87", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I205783295" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Antonio Marcedone", + "raw_affiliation_strings": [ + "Cornell Tech & Google Inc., New York, NY, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Cornell Tech & Google Inc., New York, NY, USA", + "institution_ids": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I205783295" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5040311844", + "display_name": "H. Brendan McMahan", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "H. Brendan McMahan", + "raw_affiliation_strings": [ + "Google Inc., Mountain View, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Google Inc., Mountain View, CA, USA", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5112503421", + "display_name": "Sarvar Patel", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Sarvar Patel", + "raw_affiliation_strings": [ + "Google Inc., Mountain View, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Google Inc., Mountain View, CA, USA", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5071710055", + "display_name": "Daniel Ramage", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Daniel Ramage", + "raw_affiliation_strings": [ + "Google Inc., Mountain View, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Google Inc., Mountain View, CA, USA", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5103065610", + "display_name": "Aaron Segal", + "orcid": "https://orcid.org/0009-0009-4015-2248" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Aaron Segal", + "raw_affiliation_strings": [ + "Google Inc., Mountain View, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Google Inc., Mountain View, CA, USA", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5030536555", + "display_name": "Karn Seth", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Karn Seth", + "raw_affiliation_strings": [ + "Google Inc., Mountain View, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Google Inc., Mountain View, CA, USA", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 9, + "corresponding_author_ids": [ + "https://openalex.org/A5011571548" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I1291425158" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 115.5328, + "has_fulltext": false, + "cited_by_count": 3391, + "citation_normalized_percentile": { + "value": 0.99961167, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": "1175", + "last_page": "1191" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10764", + "display_name": "Privacy-Preserving Technologies in Data", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10764", + "display_name": "Privacy-Preserving Technologies in Data", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10237", + "display_name": "Cryptography and Data Security", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11612", + "display_name": "Stochastic Gradient Optimization Techniques", + "score": 0.998199999332428, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.8472366333007812 + }, + { + "id": "https://openalex.org/keywords/overhead", + "display_name": "Overhead (engineering)", + "score": 0.7010411024093628 + }, + { + "id": "https://openalex.org/keywords/protocol", + "display_name": "Protocol (science)", + "score": 0.6327217221260071 + }, + { + "id": "https://openalex.org/keywords/universal-composability", + "display_name": "Universal composability", + "score": 0.5701457858085632 + }, + { + "id": "https://openalex.org/keywords/adversary", + "display_name": "Adversary", + "score": 0.5431879758834839 + }, + { + "id": "https://openalex.org/keywords/computer-network", + "display_name": "Computer network", + "score": 0.5169126987457275 + }, + { + "id": "https://openalex.org/keywords/aggregate", + "display_name": "Aggregate (composite)", + "score": 0.5009667873382568 + }, + { + "id": "https://openalex.org/keywords/cryptographic-protocol", + "display_name": "Cryptographic protocol", + "score": 0.39526641368865967 + }, + { + "id": "https://openalex.org/keywords/distributed-computing", + "display_name": "Distributed computing", + "score": 0.3952005207538605 + }, + { + "id": "https://openalex.org/keywords/theoretical-computer-science", + "display_name": "Theoretical computer science", + "score": 0.33491313457489014 + }, + { + "id": "https://openalex.org/keywords/cryptography", + "display_name": "Cryptography", + "score": 0.27258676290512085 + }, + { + "id": "https://openalex.org/keywords/computer-security", + "display_name": "Computer security", + "score": 0.24293646216392517 + }, + { + "id": "https://openalex.org/keywords/operating-system", + "display_name": "Operating system", + "score": 0.08857136964797974 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.8472366333007812 + }, + { + "id": "https://openalex.org/C2779960059", + "wikidata": "https://www.wikidata.org/wiki/Q7113681", + "display_name": "Overhead (engineering)", + "level": 2, + "score": 0.7010411024093628 + }, + { + "id": "https://openalex.org/C2780385302", + "wikidata": "https://www.wikidata.org/wiki/Q367158", + "display_name": "Protocol (science)", + "level": 3, + "score": 0.6327217221260071 + }, + { + "id": "https://openalex.org/C165751822", + "wikidata": "https://www.wikidata.org/wiki/Q7894118", + "display_name": "Universal composability", + "level": 4, + "score": 0.5701457858085632 + }, + { + "id": "https://openalex.org/C41065033", + "wikidata": "https://www.wikidata.org/wiki/Q2825412", + "display_name": "Adversary", + "level": 2, + "score": 0.5431879758834839 + }, + { + "id": "https://openalex.org/C31258907", + "wikidata": "https://www.wikidata.org/wiki/Q1301371", + "display_name": "Computer network", + "level": 1, + "score": 0.5169126987457275 + }, + { + "id": "https://openalex.org/C4679612", + "wikidata": "https://www.wikidata.org/wiki/Q866298", + "display_name": "Aggregate (composite)", + "level": 2, + "score": 0.5009667873382568 + }, + { + "id": "https://openalex.org/C33884865", + "wikidata": "https://www.wikidata.org/wiki/Q1254335", + "display_name": "Cryptographic protocol", + "level": 3, + "score": 0.39526641368865967 + }, + { + "id": "https://openalex.org/C120314980", + "wikidata": "https://www.wikidata.org/wiki/Q180634", + "display_name": "Distributed computing", + "level": 1, + "score": 0.3952005207538605 + }, + { + "id": "https://openalex.org/C80444323", + "wikidata": "https://www.wikidata.org/wiki/Q2878974", + "display_name": "Theoretical computer science", + "level": 1, + "score": 0.33491313457489014 + }, + { + "id": "https://openalex.org/C178489894", + "wikidata": "https://www.wikidata.org/wiki/Q8789", + "display_name": "Cryptography", + "level": 2, + "score": 0.27258676290512085 + }, + { + "id": "https://openalex.org/C38652104", + "wikidata": "https://www.wikidata.org/wiki/Q3510521", + "display_name": "Computer security", + "level": 1, + "score": 0.24293646216392517 + }, + { + "id": "https://openalex.org/C111919701", + "wikidata": "https://www.wikidata.org/wiki/Q9135", + "display_name": "Operating system", + "level": 1, + "score": 0.08857136964797974 + }, + { + "id": "https://openalex.org/C159985019", + "wikidata": "https://www.wikidata.org/wiki/Q181790", + "display_name": "Composite material", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C204787440", + "wikidata": "https://www.wikidata.org/wiki/Q188504", + "display_name": "Alternative medicine", + "level": 2, + "score": 0.0 + }, + { + "id": "https://openalex.org/C192562407", + "wikidata": "https://www.wikidata.org/wiki/Q228736", + "display_name": "Materials science", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C142724271", + "wikidata": "https://www.wikidata.org/wiki/Q7208", + "display_name": "Pathology", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1145/3133956.3133982", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/3133956.3133982", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Proceedings of the 2017 ACM SIGSAC Conference on Computer and Communications Security", + "raw_type": "proceedings-article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "display_name": "Peace, Justice and strong institutions", + "id": "https://metadata.un.org/sdg/16", + "score": 0.49000000953674316 + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 56, + "referenced_works": [ + "https://openalex.org/W25045116", + "https://openalex.org/W95608104", + "https://openalex.org/W1071368427", + "https://openalex.org/W1493407996", + "https://openalex.org/W1519947574", + "https://openalex.org/W1557833142", + "https://openalex.org/W1595357546", + "https://openalex.org/W1656028867", + "https://openalex.org/W1836711297", + "https://openalex.org/W1952161176", + "https://openalex.org/W1952958290", + "https://openalex.org/W1981029888", + "https://openalex.org/W2006453614", + "https://openalex.org/W2027471022", + "https://openalex.org/W2027595342", + "https://openalex.org/W2033974828", + "https://openalex.org/W2051267297", + "https://openalex.org/W2053637704", + "https://openalex.org/W2053801139", + "https://openalex.org/W2058648304", + "https://openalex.org/W2061106457", + "https://openalex.org/W2069657084", + "https://openalex.org/W2087811006", + "https://openalex.org/W2104803737", + "https://openalex.org/W2128865076", + "https://openalex.org/W2135930857", + "https://openalex.org/W2141420453", + "https://openalex.org/W2146673169", + "https://openalex.org/W2149093588", + "https://openalex.org/W2152768255", + "https://openalex.org/W2156186849", + "https://openalex.org/W2163481970", + "https://openalex.org/W2164284862", + "https://openalex.org/W2200869402", + "https://openalex.org/W2232997092", + "https://openalex.org/W2267098117", + "https://openalex.org/W2295522738", + "https://openalex.org/W2336650964", + "https://openalex.org/W2400777838", + "https://openalex.org/W2402235285", + "https://openalex.org/W2413533038", + "https://openalex.org/W2473418344", + "https://openalex.org/W2525846285", + "https://openalex.org/W2535690855", + "https://openalex.org/W2536058570", + "https://openalex.org/W2538520193", + "https://openalex.org/W2541884796", + "https://openalex.org/W2557283755", + "https://openalex.org/W2568821124", + "https://openalex.org/W2599930814", + "https://openalex.org/W2911978475", + "https://openalex.org/W2951114885", + "https://openalex.org/W3031847131", + "https://openalex.org/W3102407811", + "https://openalex.org/W3141405531", + "https://openalex.org/W3150645827" + ], + "related_works": [ + "https://openalex.org/W1554274402", + "https://openalex.org/W2029851387", + "https://openalex.org/W4255046035", + "https://openalex.org/W2114477748", + "https://openalex.org/W37362883", + "https://openalex.org/W1554289623", + "https://openalex.org/W2384294878", + "https://openalex.org/W2989724018", + "https://openalex.org/W4315630650", + "https://openalex.org/W2115382662" + ], + "abstract_inverted_index": { + "We": [ + 0, + 62, + 95 + ], + "design": [ + 1 + ], + "a": [ + 2, + 16, + 31, + 48, + 58, + 108 + ], + "novel,": [ + 3 + ], + "communication-efficient,": [ + 4 + ], + "failure-robust": [ + 5 + ], + "protocol": [ + 6, + 14, + 68, + 101, + 132 + ], + "for": [ + 7, + 45, + 57, + 138, + 148 + ], + "secure": [ + 8, + 32 + ], + "aggregation": [ + 9 + ], + "of": [ + 10, + 22, + 66, + 88, + 99 + ], + "high-dimensional": [ + 11 + ], + "data.": [ + 12 + ], + "Our": [ + 13 + ], + "allows": [ + 15 + ], + "server": [ + 17 + ], + "to": [ + 18, + 52 + ], + "compute": [ + 19 + ], + "the": [ + 20, + 64, + 70, + 97, + 158 + ], + "sum": [ + 21 + ], + "large,": [ + 23 + ], + "user-held": [ + 24 + ], + "data": [ + 25, + 122, + 156 + ], + "vectors": [ + 26, + 153 + ], + "from": [ + 27 + ], + "mobile": [ + 28 + ], + "devices": [ + 29 + ], + "in": [ + 30, + 47, + 69, + 157 + ], + "manner": [ + 33 + ], + "(i.e.": [ + 34 + ], + "without": [ + 35 + ], + "learning": [ + 36, + 50 + ], + "each": [ + 37 + ], + "user's": [ + 38 + ], + "individual": [ + 39 + ], + "contribution),": [ + 40 + ], + "and": [ + 41, + 72, + 76, + 102, + 107, + 114, + 124, + 141, + 144, + 151 + ], + "can": [ + 42 + ], + "be": [ + 43 + ], + "used,": [ + 44 + ], + "example,": [ + 46 + ], + "federated": [ + 49 + ], + "setting,": [ + 51 + ], + "aggregate": [ + 53 + ], + "user-provided": [ + 54 + ], + "model": [ + 55 + ], + "updates": [ + 56 + ], + "deep": [ + 59 + ], + "neural": [ + 60 + ], + "network.": [ + 61 + ], + "prove": [ + 63 + ], + "security": [ + 65, + 79 + ], + "our": [ + 67, + 100, + 131 + ], + "honest-but-curious": [ + 71 + ], + "active": [ + 73 + ], + "adversary": [ + 74 + ], + "settings,": [ + 75 + ], + "show": [ + 77 + ], + "that": [ + 78, + 111 + ], + "is": [ + 80 + ], + "maintained": [ + 81 + ], + "even": [ + 82, + 119 + ], + "if": [ + 83 + ], + "an": [ + 84 + ], + "arbitrarily": [ + 85 + ], + "chosen": [ + 86 + ], + "subset": [ + 87 + ], + "users": [ + 89, + 140, + 150 + ], + "drop": [ + 90 + ], + "out": [ + 91 + ], + "at": [ + 92 + ], + "any": [ + 93 + ], + "time.": [ + 94 + ], + "evaluate": [ + 96 + ], + "efficiency": [ + 98 + ], + "show,": [ + 103 + ], + "by": [ + 104 + ], + "complexity": [ + 105 + ], + "analysis": [ + 106 + ], + "concrete": [ + 109 + ], + "implementation,": [ + 110 + ], + "its": [ + 112 + ], + "runtime": [ + 113 + ], + "communication": [ + 115, + 136 + ], + "overhead": [ + 116 + ], + "remain": [ + 117 + ], + "low": [ + 118 + ], + "on": [ + 120 + ], + "large": [ + 121 + ], + "sets": [ + 123 + ], + "client": [ + 125 + ], + "pools.": [ + 126 + ], + "For": [ + 127 + ], + "16-bit": [ + 128 + ], + "input": [ + 129 + ], + "values,": [ + 130 + ], + "offers": [ + 133 + ], + "$1.73": [ + 134 + ], + "x": [ + 135, + 146 + ], + "expansion": [ + 137, + 147 + ], + "210": [ + 139 + ], + "220-dimensional": [ + 142 + ], + "vectors,": [ + 143 + ], + "1.98": [ + 145 + ], + "214": [ + 149 + ], + "224-dimensional": [ + 152 + ], + "over": [ + 154 + ], + "sending": [ + 155 + ], + "clear.": [ + 159 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 195 + }, + { + "year": 2025, + "cited_by_count": 651 + }, + { + "year": 2024, + "cited_by_count": 595 + }, + { + "year": 2023, + "cited_by_count": 547 + }, + { + "year": 2022, + "cited_by_count": 392 + }, + { + "year": 2021, + "cited_by_count": 456 + }, + { + "year": 2020, + "cited_by_count": 335 + }, + { + "year": 2019, + "cited_by_count": 166 + }, + { + "year": 2018, + "cited_by_count": 46 + }, + { + "year": 2017, + "cited_by_count": 8 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W3122548859", + "doi": "https://doi.org/10.1177/2053951715622512", + "title": "How the machine ‘thinks’: Understanding opacity in machine learning algorithms", + "display_name": "How the machine ‘thinks’: Understanding opacity in machine learning algorithms", + "relevance_score": 3135.6523, + "publication_year": 2016, + "publication_date": "2016-01-06", + "ids": { + "openalex": "https://openalex.org/W3122548859", + "doi": "https://doi.org/10.1177/2053951715622512", + "mag": "3122548859" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1177/2053951715622512", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1177/2053951715622512", + "pdf_url": "https://journals.sagepub.com/doi/pdf/10.1177/2053951715622512", + "source": { + "id": "https://openalex.org/S2736409588", + "display_name": "Big Data & Society", + "issn_l": "2053-9517", + "issn": [ + "2053-9517" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320017", + "host_organization_name": "SAGE Publishing", + "host_organization_lineage": [ + "https://openalex.org/P4310320017" + ], + "host_organization_lineage_names": [ + "SAGE Publishing" + ], + "type": "journal" + }, + "license": "cc-by-nc", + "license_id": "https://openalex.org/licenses/cc-by-nc", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Big Data & Society", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref", + "doaj" + ], + "open_access": { + "is_oa": true, + "oa_status": "gold", + "oa_url": "https://journals.sagepub.com/doi/pdf/10.1177/2053951715622512", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5060940190", + "display_name": "Jenna Burrell", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I95457486", + "display_name": "University of California, Berkeley", + "ror": "https://ror.org/01an7q238", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I95457486" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Jenna Burrell", + "raw_affiliation_strings": [ + "School of Information, UC-Berkeley, Berkeley, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "School of Information, UC-Berkeley, Berkeley, CA, USA", + "institution_ids": [ + "https://openalex.org/I95457486" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5060940190" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I95457486" + ], + "apc_list": { + "value": 800, + "currency": "USD", + "value_usd": 800 + }, + "apc_paid": { + "value": 800, + "currency": "USD", + "value_usd": 800 + }, + "fwci": 172.3172, + "has_fulltext": false, + "cited_by_count": 2441, + "citation_normalized_percentile": { + "value": 0.99991908, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "3", + "issue": "1", + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10883", + "display_name": "Ethics and Social Impacts of AI", + "score": 0.9934999942779541, + "subfield": { + "id": "https://openalex.org/subfields/3311", + "display_name": "Safety Research" + }, + "field": { + "id": "https://openalex.org/fields/33", + "display_name": "Social Sciences" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10883", + "display_name": "Ethics and Social Impacts of AI", + "score": 0.9934999942779541, + "subfield": { + "id": "https://openalex.org/subfields/3311", + "display_name": "Safety Research" + }, + "field": { + "id": "https://openalex.org/fields/33", + "display_name": "Social Sciences" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + }, + { + "id": "https://openalex.org/T12519", + "display_name": "Cybercrime and Law Enforcement Studies", + "score": 0.9776999950408936, + "subfield": { + "id": "https://openalex.org/subfields/1710", + "display_name": "Information Systems" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11838", + "display_name": "Crime, Illicit Activities, and Governance", + "score": 0.9753000140190125, + "subfield": { + "id": "https://openalex.org/subfields/3312", + "display_name": "Sociology and Political Science" + }, + "field": { + "id": "https://openalex.org/fields/33", + "display_name": "Social Sciences" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.7680913209915161 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7178860902786255 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6108432412147522 + }, + { + "id": "https://openalex.org/keywords/credit-card-fraud", + "display_name": "Credit card fraud", + "score": 0.5365657210350037 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.529035747051239 + }, + { + "id": "https://openalex.org/keywords/audit", + "display_name": "Audit", + "score": 0.4749186933040619 + }, + { + "id": "https://openalex.org/keywords/opacity", + "display_name": "Opacity", + "score": 0.4564440846443176 + }, + { + "id": "https://openalex.org/keywords/credit-card", + "display_name": "Credit card", + "score": 0.24632757902145386 + }, + { + "id": "https://openalex.org/keywords/economics", + "display_name": "Economics", + "score": 0.14912906289100647 + }, + { + "id": "https://openalex.org/keywords/world-wide-web", + "display_name": "World Wide Web", + "score": 0.1430377960205078 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.7680913209915161 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7178860902786255 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6108432412147522 + }, + { + "id": "https://openalex.org/C2780747020", + "wikidata": "https://www.wikidata.org/wiki/Q83873", + "display_name": "Credit card fraud", + "level": 4, + "score": 0.5365657210350037 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.529035747051239 + }, + { + "id": "https://openalex.org/C199521495", + "wikidata": "https://www.wikidata.org/wiki/Q181487", + "display_name": "Audit", + "level": 2, + "score": 0.4749186933040619 + }, + { + "id": "https://openalex.org/C60056205", + "wikidata": "https://www.wikidata.org/wiki/Q691914", + "display_name": "Opacity", + "level": 2, + "score": 0.4564440846443176 + }, + { + "id": "https://openalex.org/C2983355114", + "wikidata": "https://www.wikidata.org/wiki/Q161380", + "display_name": "Credit card", + "level": 3, + "score": 0.24632757902145386 + }, + { + "id": "https://openalex.org/C162324750", + "wikidata": "https://www.wikidata.org/wiki/Q8134", + "display_name": "Economics", + "level": 0, + "score": 0.14912906289100647 + }, + { + "id": "https://openalex.org/C136764020", + "wikidata": "https://www.wikidata.org/wiki/Q466", + "display_name": "World Wide Web", + "level": 1, + "score": 0.1430377960205078 + }, + { + "id": "https://openalex.org/C187736073", + "wikidata": "https://www.wikidata.org/wiki/Q2920921", + "display_name": "Management", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C121332964", + "wikidata": "https://www.wikidata.org/wiki/Q413", + "display_name": "Physics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C120665830", + "wikidata": "https://www.wikidata.org/wiki/Q14620", + "display_name": "Optics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C145097563", + "wikidata": "https://www.wikidata.org/wiki/Q1148747", + "display_name": "Payment", + "level": 2, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "doi:10.1177/2053951715622512", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1177/2053951715622512", + "pdf_url": "https://journals.sagepub.com/doi/pdf/10.1177/2053951715622512", + "source": { + "id": "https://openalex.org/S2736409588", + "display_name": "Big Data & Society", + "issn_l": "2053-9517", + "issn": [ + "2053-9517" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320017", + "host_organization_name": "SAGE Publishing", + "host_organization_lineage": [ + "https://openalex.org/P4310320017" + ], + "host_organization_lineage_names": [ + "SAGE Publishing" + ], + "type": "journal" + }, + "license": "cc-by-nc", + "license_id": "https://openalex.org/licenses/cc-by-nc", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Big Data & Society", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:doaj.org/article:e24df3681a27440f95339729c7a4e28c", + "is_oa": true, + "landing_page_url": "https://doaj.org/article/e24df3681a27440f95339729c7a4e28c", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401280", + "display_name": "DOAJ (DOAJ: Directory of Open Access Journals)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by-sa", + "license_id": "https://openalex.org/licenses/cc-by-sa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Big Data & Society, Vol 3 (2016)", + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "doi:10.1177/2053951715622512", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1177/2053951715622512", + "pdf_url": "https://journals.sagepub.com/doi/pdf/10.1177/2053951715622512", + "source": { + "id": "https://openalex.org/S2736409588", + "display_name": "Big Data & Society", + "issn_l": "2053-9517", + "issn": [ + "2053-9517" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320017", + "host_organization_name": "SAGE Publishing", + "host_organization_lineage": [ + "https://openalex.org/P4310320017" + ], + "host_organization_lineage_names": [ + "SAGE Publishing" + ], + "type": "journal" + }, + "license": "cc-by-nc", + "license_id": "https://openalex.org/licenses/cc-by-nc", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Big Data & Society", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [ + { + "display_name": "Peace, Justice and strong institutions", + "id": "https://metadata.un.org/sdg/16", + "score": 0.4399999976158142 + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": true, + "grobid_xml": false + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W3122548859.pdf" + }, + "referenced_works_count": 31, + "referenced_works": [ + "https://openalex.org/W202799293", + "https://openalex.org/W606820417", + "https://openalex.org/W1540016313", + "https://openalex.org/W1648303880", + "https://openalex.org/W1990060255", + "https://openalex.org/W2021362544", + "https://openalex.org/W2048315072", + "https://openalex.org/W2065240211", + "https://openalex.org/W2066384602", + "https://openalex.org/W2074057591", + "https://openalex.org/W2078620351", + "https://openalex.org/W2100960835", + "https://openalex.org/W2158604749", + "https://openalex.org/W2161336914", + "https://openalex.org/W2163284576", + "https://openalex.org/W2186089794", + "https://openalex.org/W2339183141", + "https://openalex.org/W2556704061", + "https://openalex.org/W2566747599", + "https://openalex.org/W2735886174", + "https://openalex.org/W2799929805", + "https://openalex.org/W2951240445", + "https://openalex.org/W3123374861", + "https://openalex.org/W3157172840", + "https://openalex.org/W4233093336", + "https://openalex.org/W4233551533", + "https://openalex.org/W4238428424", + "https://openalex.org/W4239941956", + "https://openalex.org/W4242887383", + "https://openalex.org/W4244021162", + "https://openalex.org/W4285719527" + ], + "related_works": [ + "https://openalex.org/W2161791806", + "https://openalex.org/W4366824690", + "https://openalex.org/W2613656770", + "https://openalex.org/W2482431380", + "https://openalex.org/W2073474947", + "https://openalex.org/W2082077321", + "https://openalex.org/W2053059436", + "https://openalex.org/W4313201885", + "https://openalex.org/W2401696997", + "https://openalex.org/W4243546976" + ], + "abstract_inverted_index": { + "This": [ + 0 + ], + "article": [ + 1, + 113 + ], + "considers": [ + 2 + ], + "the": [ + 3, + 95, + 102, + 116, + 153 + ], + "issue": [ + 4 + ], + "of": [ + 5, + 14, + 43, + 73, + 97, + 140, + 145, + 156, + 174, + 177 + ], + "opacity": [ + 6, + 76, + 84, + 91, + 157 + ], + "as": [ + 7, + 19, + 77, + 85, + 142 + ], + "a": [ + 8, + 68, + 143, + 165, + 169, + 175 + ], + "problem": [ + 9 + ], + "for": [ + 10 + ], + "socially": [ + 11 + ], + "consequential": [ + 12 + ], + "mechanisms": [ + 13, + 42 + ], + "classification": [ + 15, + 44 + ], + "and": [ + 16, + 32, + 38, + 51, + 88, + 101, + 134, + 138, + 179 + ], + "ranking,": [ + 17 + ], + "such": [ + 18 + ], + "spam": [ + 20 + ], + "filters,": [ + 21 + ], + "credit": [ + 22, + 39 + ], + "card": [ + 23 + ], + "fraud": [ + 24 + ], + "detection,": [ + 25 + ], + "search": [ + 26 + ], + "engines,": [ + 27 + ], + "news": [ + 28 + ], + "trends,": [ + 29 + ], + "market": [ + 30 + ], + "segmentation": [ + 31 + ], + "advertising,": [ + 33 + ], + "insurance": [ + 34 + ], + "or": [ + 35, + 80 + ], + "loan": [ + 36 + ], + "qualification,": [ + 37 + ], + "scoring.": [ + 40 + ], + "These": [ + 41 + ], + "all": [ + 45 + ], + "frequently": [ + 46 + ], + "rely": [ + 47 + ], + "on": [ + 48, + 55 + ], + "computational": [ + 49 + ], + "algorithms,": [ + 50 + ], + "in": [ + 52, + 111, + 123, + 164 + ], + "many": [ + 53 + ], + "cases": [ + 54 + ], + "machine": [ + 56, + 98 + ], + "learning": [ + 57, + 99 + ], + "algorithms": [ + 58, + 100, + 117 + ], + "to": [ + 59, + 105, + 171, + 184 + ], + "do": [ + 60, + 135 + ], + "this": [ + 61, + 64, + 112 + ], + "work.": [ + 62 + ], + "In": [ + 63 + ], + "article,": [ + 65 + ], + "I": [ + 66, + 119, + 149 + ], + "draw": [ + 67 + ], + "distinction": [ + 69 + ], + "between": [ + 70 + ], + "three": [ + 71 + ], + "forms": [ + 72, + 155 + ], + "opacity:": [ + 74 + ], + "(1)": [ + 75 + ], + "intentional": [ + 78 + ], + "corporate": [ + 79 + ], + "state": [ + 81 + ], + "secrecy,": [ + 82 + ], + "(2)": [ + 83 + ], + "technical": [ + 86, + 178 + ], + "illiteracy,": [ + 87 + ], + "(3)": [ + 89 + ], + "an": [ + 90 + ], + "that": [ + 92, + 151, + 158 + ], + "arises": [ + 93 + ], + "from": [ + 94 + ], + "characteristics": [ + 96 + ], + "scale": [ + 103 + ], + "required": [ + 104 + ], + "apply": [ + 106 + ], + "them": [ + 107 + ], + "usefully.": [ + 108 + ], + "The": [ + 109 + ], + "analysis": [ + 110 + ], + "gets": [ + 114 + ], + "inside": [ + 115 + ], + "themselves.": [ + 118 + ], + "cite": [ + 120 + ], + "existing": [ + 121 + ], + "literatures": [ + 122 + ], + "computer": [ + 124 + ], + "science,": [ + 125 + ], + "known": [ + 126 + ], + "industry": [ + 127 + ], + "practices": [ + 128 + ], + "(as": [ + 129 + ], + "they": [ + 130 + ], + "are": [ + 131 + ], + "publicly": [ + 132 + ], + "presented),": [ + 133 + ], + "some": [ + 136 + ], + "testing": [ + 137 + ], + "manipulation": [ + 139 + ], + "code": [ + 141, + 147 + ], + "form": [ + 144 + ], + "lightweight": [ + 146 + ], + "audit.": [ + 148 + ], + "argue": [ + 150 + ], + "recognizing": [ + 152 + ], + "distinct": [ + 154 + ], + "may": [ + 159 + ], + "be": [ + 160 + ], + "coming": [ + 161 + ], + "into": [ + 162 + ], + "play": [ + 163 + ], + "given": [ + 166 + ], + "application": [ + 167 + ], + "is": [ + 168 + ], + "key": [ + 170 + ], + "determining": [ + 172 + ], + "which": [ + 173 + ], + "variety": [ + 176 + ], + "non-technical": [ + 180 + ], + "solutions": [ + 181 + ], + "could": [ + 182 + ], + "help": [ + 183 + ], + "prevent": [ + 185 + ], + "harm.": [ + 186 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 258 + }, + { + "year": 2025, + "cited_by_count": 414 + }, + { + "year": 2024, + "cited_by_count": 392 + }, + { + "year": 2023, + "cited_by_count": 320 + }, + { + "year": 2022, + "cited_by_count": 266 + }, + { + "year": 2021, + "cited_by_count": 272 + }, + { + "year": 2020, + "cited_by_count": 216 + }, + { + "year": 2019, + "cited_by_count": 136 + }, + { + "year": 2018, + "cited_by_count": 91 + }, + { + "year": 2017, + "cited_by_count": 61 + }, + { + "year": 2016, + "cited_by_count": 14 + }, + { + "year": 2012, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2610886376", + "doi": "https://doi.org/10.1257/jep.31.2.87", + "title": "Machine Learning: An Applied Econometric Approach", + "display_name": "Machine Learning: An Applied Econometric Approach", + "relevance_score": 3076.038, + "publication_year": 2017, + "publication_date": "2017-05-01", + "ids": { + "openalex": "https://openalex.org/W2610886376", + "doi": "https://doi.org/10.1257/jep.31.2.87", + "mag": "2610886376" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1257/jep.31.2.87", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1257/jep.31.2.87", + "pdf_url": "https://www.aeaweb.org/articles/pdf/doi/10.1257/jep.31.2.87", + "source": { + "id": "https://openalex.org/S72880728", + "display_name": "The Journal of Economic Perspectives", + "issn_l": "0895-3309", + "issn": [ + "0895-3309", + "1944-7965" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315912", + "host_organization_name": "American Economic Association", + "host_organization_lineage": [ + "https://openalex.org/P4310315912" + ], + "host_organization_lineage_names": [ + "American Economic Association" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Journal of Economic Perspectives", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "bronze", + "oa_url": "https://www.aeaweb.org/articles/pdf/doi/10.1257/jep.31.2.87", + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5034703281", + "display_name": "Sendhil Mullainathan", + "orcid": "https://orcid.org/0000-0001-8508-4052" + }, + "institutions": [ + { + "id": "https://openalex.org/I136199984", + "display_name": "Harvard University", + "ror": "https://ror.org/03vek6s52", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I136199984" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Sendhil Mullainathan", + "raw_affiliation_strings": [ + "Sendhil Mullainathan is the Robert C. Waggoner Professor of Economics, Harvard University, Cambridge, Massachusetts" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Sendhil Mullainathan is the Robert C. Waggoner Professor of Economics, Harvard University, Cambridge, Massachusetts", + "institution_ids": [ + "https://openalex.org/I136199984" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5061755779", + "display_name": "Jann Spiess", + "orcid": "https://orcid.org/0000-0002-4120-8241" + }, + "institutions": [ + { + "id": "https://openalex.org/I2801851002", + "display_name": "Harvard University Press", + "ror": "https://ror.org/006v7bf86", + "country_code": "US", + "type": "other", + "lineage": [ + "https://openalex.org/I136199984", + "https://openalex.org/I2801851002" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Jann Spiess", + "raw_affiliation_strings": [ + "Jann Spiess is a PhD candidate in Economics, Harvard University, Cambridge, Massachusetts" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Jann Spiess is a PhD candidate in Economics, Harvard University, Cambridge, Massachusetts", + "institution_ids": [ + "https://openalex.org/I2801851002" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5034703281" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I136199984" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 86.1063, + "has_fulltext": false, + "cited_by_count": 1860, + "citation_normalized_percentile": { + "value": 0.99985156, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 98, + "max": 100 + }, + "biblio": { + "volume": "31", + "issue": "2", + "first_page": "87", + "last_page": "106" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11963", + "display_name": "Impact of Light on Environment and Health", + "score": 0.9472000002861023, + "subfield": { + "id": "https://openalex.org/subfields/2306", + "display_name": "Global and Planetary Change" + }, + "field": { + "id": "https://openalex.org/fields/23", + "display_name": "Environmental Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11963", + "display_name": "Impact of Light on Environment and Health", + "score": 0.9472000002861023, + "subfield": { + "id": "https://openalex.org/subfields/2306", + "display_name": "Global and Planetary Change" + }, + "field": { + "id": "https://openalex.org/fields/23", + "display_name": "Environmental Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11918", + "display_name": "Forecasting Techniques and Applications", + "score": 0.9279999732971191, + "subfield": { + "id": "https://openalex.org/subfields/1803", + "display_name": "Management Science and Operations Research" + }, + "field": { + "id": "https://openalex.org/fields/18", + "display_name": "Decision Sciences" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + }, + { + "id": "https://openalex.org/T12617", + "display_name": "Energy, Environment, and Transportation Policies", + "score": 0.9222000241279602, + "subfield": { + "id": "https://openalex.org/subfields/2105", + "display_name": "Renewable Energy, Sustainability and the Environment" + }, + "field": { + "id": "https://openalex.org/fields/21", + "display_name": "Energy" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/toolbox", + "display_name": "Toolbox", + "score": 0.8121298551559448 + }, + { + "id": "https://openalex.org/keywords/python", + "display_name": "Python (programming language)", + "score": 0.8074401617050171 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.7986088991165161 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7388002872467041 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.7208589911460876 + }, + { + "id": "https://openalex.org/keywords/face", + "display_name": "Face (sociological concept)", + "score": 0.47808337211608887 + }, + { + "id": "https://openalex.org/keywords/empirical-research", + "display_name": "Empirical research", + "score": 0.46658068895339966 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.11046332120895386 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2777655017", + "wikidata": "https://www.wikidata.org/wiki/Q1501161", + "display_name": "Toolbox", + "level": 2, + "score": 0.8121298551559448 + }, + { + "id": "https://openalex.org/C519991488", + "wikidata": "https://www.wikidata.org/wiki/Q28865", + "display_name": "Python (programming language)", + "level": 2, + "score": 0.8074401617050171 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.7986088991165161 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7388002872467041 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.7208589911460876 + }, + { + "id": "https://openalex.org/C2779304628", + "wikidata": "https://www.wikidata.org/wiki/Q3503480", + "display_name": "Face (sociological concept)", + "level": 2, + "score": 0.47808337211608887 + }, + { + "id": "https://openalex.org/C120936955", + "wikidata": "https://www.wikidata.org/wiki/Q2155640", + "display_name": "Empirical research", + "level": 2, + "score": 0.46658068895339966 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.11046332120895386 + }, + { + "id": "https://openalex.org/C36289849", + "wikidata": "https://www.wikidata.org/wiki/Q34749", + "display_name": "Social science", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C105795698", + "wikidata": "https://www.wikidata.org/wiki/Q12483", + "display_name": "Statistics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C111919701", + "wikidata": "https://www.wikidata.org/wiki/Q9135", + "display_name": "Operating system", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C144024400", + "wikidata": "https://www.wikidata.org/wiki/Q21201", + "display_name": "Sociology", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "doi:10.1257/jep.31.2.87", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1257/jep.31.2.87", + "pdf_url": "https://www.aeaweb.org/articles/pdf/doi/10.1257/jep.31.2.87", + "source": { + "id": "https://openalex.org/S72880728", + "display_name": "The Journal of Economic Perspectives", + "issn_l": "0895-3309", + "issn": [ + "0895-3309", + "1944-7965" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315912", + "host_organization_name": "American Economic Association", + "host_organization_lineage": [ + "https://openalex.org/P4310315912" + ], + "host_organization_lineage_names": [ + "American Economic Association" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Journal of Economic Perspectives", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:RePEc:aea:jecper:v:31:y:2017:i:2:p:87-106", + "is_oa": false, + "landing_page_url": "https://www.aeaweb.org/articles?id=10.1257/jep.31.2.87", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401271", + "display_name": "RePEc: Research Papers in Economics", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I77793887", + "host_organization_name": "Federal Reserve Bank of St. Louis", + "host_organization_lineage": [ + "https://openalex.org/I77793887" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "doi:10.1257/jep.31.2.87", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1257/jep.31.2.87", + "pdf_url": "https://www.aeaweb.org/articles/pdf/doi/10.1257/jep.31.2.87", + "source": { + "id": "https://openalex.org/S72880728", + "display_name": "The Journal of Economic Perspectives", + "issn_l": "0895-3309", + "issn": [ + "0895-3309", + "1944-7965" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315912", + "host_organization_name": "American Economic Association", + "host_organization_lineage": [ + "https://openalex.org/P4310315912" + ], + "host_organization_lineage_names": [ + "American Economic Association" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Journal of Economic Perspectives", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [ + { + "display_name": "Decent work and economic growth", + "id": "https://metadata.un.org/sdg/8", + "score": 0.5699999928474426 + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 36, + "referenced_works": [ + "https://openalex.org/W1964565322", + "https://openalex.org/W1982471084", + "https://openalex.org/W1982991166", + "https://openalex.org/W1995466835", + "https://openalex.org/W1999822211", + "https://openalex.org/W2012218966", + "https://openalex.org/W2021314860", + "https://openalex.org/W2023336635", + "https://openalex.org/W2080896439", + "https://openalex.org/W2081993622", + "https://openalex.org/W2086426685", + "https://openalex.org/W2105224904", + "https://openalex.org/W2120846249", + "https://openalex.org/W2124142297", + "https://openalex.org/W2133367005", + "https://openalex.org/W2133757074", + "https://openalex.org/W2138545569", + "https://openalex.org/W2150940164", + "https://openalex.org/W2155419203", + "https://openalex.org/W2163162137", + "https://openalex.org/W2165144879", + "https://openalex.org/W2173315138", + "https://openalex.org/W2203167467", + "https://openalex.org/W2305754340", + "https://openalex.org/W2371804352", + "https://openalex.org/W2513506629", + "https://openalex.org/W2513604209", + "https://openalex.org/W2528504543", + "https://openalex.org/W2546040478", + "https://openalex.org/W3102065143", + "https://openalex.org/W3121263799", + "https://openalex.org/W3123123374", + "https://openalex.org/W3125633690", + "https://openalex.org/W3125786740", + "https://openalex.org/W3126053622", + "https://openalex.org/W4238040836" + ], + "related_works": [ + "https://openalex.org/W4205140848", + "https://openalex.org/W2068663075", + "https://openalex.org/W2978678743", + "https://openalex.org/W2797837731", + "https://openalex.org/W4393677513", + "https://openalex.org/W4390832911", + "https://openalex.org/W829257147", + "https://openalex.org/W4385302116", + "https://openalex.org/W2549786917", + "https://openalex.org/W3204758414" + ], + "abstract_inverted_index": { + "Machines": [ + 0 + ], + "are": [ + 1, + 123, + 146 + ], + "increasingly": [ + 2 + ], + "doing": [ + 3 + ], + "“intelligent”": [ + 4 + ], + "things.": [ + 5 + ], + "Face": [ + 6 + ], + "recognition": [ + 7 + ], + "algorithms": [ + 8, + 122, + 145, + 171 + ], + "use": [ + 9, + 60, + 162 + ], + "a": [ + 10, + 18, + 24, + 32, + 64, + 90, + 165 + ], + "large": [ + 11 + ], + "dataset": [ + 12 + ], + "of": [ + 13, + 31, + 66, + 100, + 168 + ], + "photos": [ + 14 + ], + "labeled": [ + 15 + ], + "as": [ + 16 + ], + "having": [ + 17 + ], + "face": [ + 19, + 33 + ], + "or": [ + 20, + 136, + 149 + ], + "not": [ + 21, + 83 + ], + "to": [ + 22, + 39, + 114, + 127, + 156, + 161 + ], + "estimate": [ + 23 + ], + "function": [ + 25 + ], + "that": [ + 26, + 71, + 143 + ], + "predicts": [ + 27 + ], + "the": [ + 28, + 78, + 98, + 141, + 144 + ], + "presence": [ + 29 + ], + "y": [ + 30 + ], + "from": [ + 34 + ], + "pixels": [ + 35 + ], + "x.": [ + 36 + ], + "This": [ + 37, + 138 + ], + "similarity": [ + 38 + ], + "econometrics": [ + 40 + ], + "raises": [ + 41, + 140 + ], + "questions:": [ + 42 + ], + "How": [ + 43 + ], + "do": [ + 44 + ], + "these": [ + 45, + 170 + ], + "new": [ + 46, + 86 + ], + "empirical": [ + 47, + 55 + ], + "tools": [ + 48 + ], + "fit": [ + 49 + ], + "with": [ + 50 + ], + "what": [ + 51 + ], + "we": [ + 52, + 59 + ], + "know?": [ + 53 + ], + "As": [ + 54 + ], + "economists,": [ + 56 + ], + "how": [ + 57, + 169 + ], + "can": [ + 58, + 130, + 179, + 184 + ], + "them?": [ + 61 + ], + "We": [ + 62, + 154 + ], + "present": [ + 63 + ], + "way": [ + 65 + ], + "thinking": [ + 67 + ], + "about": [ + 68 + ], + "machine": [ + 69, + 94, + 112 + ], + "learning": [ + 70, + 82, + 95, + 113, + 121 + ], + "gives": [ + 72 + ], + "it": [ + 73, + 88 + ], + "its": [ + 74 + ], + "own": [ + 75 + ], + "place": [ + 76 + ], + "in": [ + 77, + 134 + ], + "econometric": [ + 79 + ], + "toolbox.": [ + 80 + ], + "Machine": [ + 81, + 120 + ], + "only": [ + 84 + ], + "provides": [ + 85 + ], + "tools,": [ + 87 + ], + "solves": [ + 89 + ], + "different": [ + 91 + ], + "problem.": [ + 92 + ], + "Specifically,": [ + 93 + ], + "revolves": [ + 96 + ], + "around": [ + 97, + 107 + ], + "problem": [ + 99 + ], + "prediction,": [ + 101 + ], + "while": [ + 102 + ], + "many": [ + 103 + ], + "economic": [ + 104 + ], + "applications": [ + 105 + ], + "revolve": [ + 106 + ], + "parameter": [ + 108 + ], + "estimation.": [ + 109 + ], + "So": [ + 110 + ], + "applying": [ + 111 + ], + "economics": [ + 115 + ], + "requires": [ + 116 + ], + "finding": [ + 117 + ], + "relevant": [ + 118 + ], + "tasks.": [ + 119 + ], + "now": [ + 124 + ], + "technically": [ + 125 + ], + "easy": [ + 126 + ], + "use:": [ + 128 + ], + "you": [ + 129 + ], + "download": [ + 131 + ], + "convenient": [ + 132 + ], + "packages": [ + 133 + ], + "R": [ + 135 + ], + "Python.": [ + 137 + ], + "also": [ + 139 + ], + "risk": [ + 142 + ], + "applied": [ + 147 + ], + "naively": [ + 148 + ], + "their": [ + 150 + ], + "output": [ + 151 + ], + "is": [ + 152 + ], + "misinterpreted.": [ + 153 + ], + "hope": [ + 155 + ], + "make": [ + 157 + ], + "them": [ + 158 + ], + "conceptually": [ + 159 + ], + "easier": [ + 160 + ], + "by": [ + 163 + ], + "providing": [ + 164 + ], + "crisper": [ + 166 + ], + "understanding": [ + 167 + ], + "work,": [ + 172 + ], + "where": [ + 173, + 177, + 182 + ], + "they": [ + 174, + 178, + 183 + ], + "excel,": [ + 175 + ], + "and": [ + 176 + ], + "stumble—and": [ + 180 + ], + "thus": [ + 181 + ], + "be": [ + 185 + ], + "most": [ + 186 + ], + "usefully": [ + 187 + ], + "applied.": [ + 188 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 114 + }, + { + "year": 2025, + "cited_by_count": 278 + }, + { + "year": 2024, + "cited_by_count": 224 + }, + { + "year": 2023, + "cited_by_count": 243 + }, + { + "year": 2022, + "cited_by_count": 218 + }, + { + "year": 2021, + "cited_by_count": 274 + }, + { + "year": 2020, + "cited_by_count": 191 + }, + { + "year": 2019, + "cited_by_count": 182 + }, + { + "year": 2018, + "cited_by_count": 100 + }, + { + "year": 2017, + "cited_by_count": 28 + }, + { + "year": 2016, + "cited_by_count": 5 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2968923792", + "doi": "https://doi.org/10.1038/s41524-019-0221-0", + "title": "Recent advances and applications of machine learning in solid-state materials science", + "display_name": "Recent advances and applications of machine learning in solid-state materials science", + "relevance_score": 3012.908, + "publication_year": 2019, + "publication_date": "2019-08-08", + "ids": { + "openalex": "https://openalex.org/W2968923792", + "doi": "https://doi.org/10.1038/s41524-019-0221-0", + "mag": "2968923792" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1038/s41524-019-0221-0", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1038/s41524-019-0221-0", + "pdf_url": "https://www.nature.com/articles/s41524-019-0221-0.pdf", + "source": { + "id": "https://openalex.org/S4210232664", + "display_name": "npj Computational Materials", + "issn_l": "2057-3960", + "issn": [ + "2057-3960" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310319908", + "host_organization_name": "Nature Portfolio", + "host_organization_lineage": [ + "https://openalex.org/P4310319908", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "Nature Portfolio", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "npj Computational Materials", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref", + "doaj" + ], + "open_access": { + "is_oa": true, + "oa_status": "gold", + "oa_url": "https://www.nature.com/articles/s41524-019-0221-0.pdf", + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5057207447", + "display_name": "Jonathan Schmidt", + "orcid": "https://orcid.org/0000-0001-5685-6404" + }, + "institutions": [ + { + "id": "https://openalex.org/I68956291", + "display_name": "Martin Luther University Halle-Wittenberg", + "ror": "https://ror.org/05gqaka33", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I68956291" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": true, + "raw_author_name": "Jonathan Schmidt", + "raw_affiliation_strings": [ + "Institut fr Physik, Martin-Luther-Universitt, 06120 Halle-Wittenberg, Halle (Saale), Germany and", + "Institut für Physik, Martin-Luther-Universität, 06120, Halle-Wittenberg, Halle (Saale), Germany" + ], + "raw_orcid": "https://orcid.org/0000-0001-5685-6404", + "affiliations": [ + { + "raw_affiliation_string": "Institut fr Physik, Martin-Luther-Universitt, 06120 Halle-Wittenberg, Halle (Saale), Germany and", + "institution_ids": [ + "https://openalex.org/I68956291" + ] + }, + { + "raw_affiliation_string": "Institut für Physik, Martin-Luther-Universität, 06120, Halle-Wittenberg, Halle (Saale), Germany", + "institution_ids": [ + "https://openalex.org/I68956291" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5013807218", + "display_name": "Mário R. G. Marques", + "orcid": "https://orcid.org/0000-0002-7420-5098" + }, + "institutions": [ + { + "id": "https://openalex.org/I68956291", + "display_name": "Martin Luther University Halle-Wittenberg", + "ror": "https://ror.org/05gqaka33", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I68956291" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Mário R. G. Marques", + "raw_affiliation_strings": [ + "Institut fr Physik, Martin-Luther-Universitt, 06120 Halle-Wittenberg, Halle (Saale), Germany and", + "Institut für Physik, Martin-Luther-Universität, 06120, Halle-Wittenberg, Halle (Saale), Germany" + ], + "raw_orcid": "https://orcid.org/0000-0002-7420-5098", + "affiliations": [ + { + "raw_affiliation_string": "Institut fr Physik, Martin-Luther-Universitt, 06120 Halle-Wittenberg, Halle (Saale), Germany and", + "institution_ids": [ + "https://openalex.org/I68956291" + ] + }, + { + "raw_affiliation_string": "Institut für Physik, Martin-Luther-Universität, 06120, Halle-Wittenberg, Halle (Saale), Germany", + "institution_ids": [ + "https://openalex.org/I68956291" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5074073454", + "display_name": "Silvana Botti", + "orcid": "https://orcid.org/0000-0002-4920-2370" + }, + "institutions": [ + { + "id": "https://openalex.org/I76198965", + "display_name": "Friedrich Schiller University Jena", + "ror": "https://ror.org/05qpz1x62", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I76198965" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Silvana Botti", + "raw_affiliation_strings": [ + "Institut fr Festkrpertheorie und -optik, Friedrich-Schiller-Universitt Jena, Max-Wien-Platz 1, 07743 Jena, Germany", + "Institut für Festkörpertheorie und -optik, Friedrich-Schiller-Universität Jena, Max-Wien-Platz 1, 07743, Jena, Germany" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Institut fr Festkrpertheorie und -optik, Friedrich-Schiller-Universitt Jena, Max-Wien-Platz 1, 07743 Jena, Germany", + "institution_ids": [ + "https://openalex.org/I76198965" + ] + }, + { + "raw_affiliation_string": "Institut für Festkörpertheorie und -optik, Friedrich-Schiller-Universität Jena, Max-Wien-Platz 1, 07743, Jena, Germany", + "institution_ids": [ + "https://openalex.org/I76198965" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5052107166", + "display_name": "Miguel A. L. Marques", + "orcid": "https://orcid.org/0000-0003-0170-8222" + }, + "institutions": [ + { + "id": "https://openalex.org/I68956291", + "display_name": "Martin Luther University Halle-Wittenberg", + "ror": "https://ror.org/05gqaka33", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I68956291" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Miguel A. L. Marques", + "raw_affiliation_strings": [ + "Institut fr Physik, Martin-Luther-Universitt, 06120 Halle-Wittenberg, Halle (Saale), Germany and", + "Institut für Physik, Martin-Luther-Universität, 06120, Halle-Wittenberg, Halle (Saale), Germany" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Institut fr Physik, Martin-Luther-Universitt, 06120 Halle-Wittenberg, Halle (Saale), Germany and", + "institution_ids": [ + "https://openalex.org/I68956291" + ] + }, + { + "raw_affiliation_string": "Institut für Physik, Martin-Luther-Universität, 06120, Halle-Wittenberg, Halle (Saale), Germany", + "institution_ids": [ + "https://openalex.org/I68956291" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 4, + "corresponding_author_ids": [ + "https://openalex.org/A5057207447" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I68956291" + ], + "apc_list": { + "value": 2890, + "currency": "USD", + "value_usd": 2890 + }, + "apc_paid": { + "value": 2890, + "currency": "USD", + "value_usd": 2890 + }, + "fwci": 99.7467, + "has_fulltext": true, + "cited_by_count": 2365, + "citation_normalized_percentile": { + "value": 0.99995995, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "5", + "issue": "1", + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11948", + "display_name": "Machine Learning in Materials Science", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/2505", + "display_name": "Materials Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/25", + "display_name": "Materials Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11948", + "display_name": "Machine Learning in Materials Science", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/2505", + "display_name": "Materials Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/25", + "display_name": "Materials Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12613", + "display_name": "X-ray Diffraction in Crystallography", + "score": 0.998199999332428, + "subfield": { + "id": "https://openalex.org/subfields/2505", + "display_name": "Materials Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/25", + "display_name": "Materials Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10211", + "display_name": "Computational Drug Discovery Methods", + "score": 0.991100013256073, + "subfield": { + "id": "https://openalex.org/subfields/1703", + "display_name": "Computational Theory and Mathematics" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/interpretability", + "display_name": "Interpretability", + "score": 0.8451576828956604 + }, + { + "id": "https://openalex.org/keywords/toolbox", + "display_name": "Toolbox", + "score": 0.7814731597900391 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.7652289867401123 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.7290407419204712 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7001760005950928 + }, + { + "id": "https://openalex.org/keywords/process", + "display_name": "Process (computing)", + "score": 0.5603207945823669 + }, + { + "id": "https://openalex.org/keywords/property", + "display_name": "Property (philosophy)", + "score": 0.45152583718299866 + }, + { + "id": "https://openalex.org/keywords/point", + "display_name": "Point (geometry)", + "score": 0.4503237307071686 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.08372414112091064 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2781067378", + "wikidata": "https://www.wikidata.org/wiki/Q17027399", + "display_name": "Interpretability", + "level": 2, + "score": 0.8451576828956604 + }, + { + "id": "https://openalex.org/C2777655017", + "wikidata": "https://www.wikidata.org/wiki/Q1501161", + "display_name": "Toolbox", + "level": 2, + "score": 0.7814731597900391 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.7652289867401123 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.7290407419204712 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7001760005950928 + }, + { + "id": "https://openalex.org/C98045186", + "wikidata": "https://www.wikidata.org/wiki/Q205663", + "display_name": "Process (computing)", + "level": 2, + "score": 0.5603207945823669 + }, + { + "id": "https://openalex.org/C189950617", + "wikidata": "https://www.wikidata.org/wiki/Q937228", + "display_name": "Property (philosophy)", + "level": 2, + "score": 0.45152583718299866 + }, + { + "id": "https://openalex.org/C28719098", + "wikidata": "https://www.wikidata.org/wiki/Q44946", + "display_name": "Point (geometry)", + "level": 2, + "score": 0.4503237307071686 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.08372414112091064 + }, + { + "id": "https://openalex.org/C138885662", + "wikidata": "https://www.wikidata.org/wiki/Q5891", + "display_name": "Philosophy", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C2524010", + "wikidata": "https://www.wikidata.org/wiki/Q8087", + "display_name": "Geometry", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C111919701", + "wikidata": "https://www.wikidata.org/wiki/Q9135", + "display_name": "Operating system", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C111472728", + "wikidata": "https://www.wikidata.org/wiki/Q9471", + "display_name": "Epistemology", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "doi:10.1038/s41524-019-0221-0", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1038/s41524-019-0221-0", + "pdf_url": "https://www.nature.com/articles/s41524-019-0221-0.pdf", + "source": { + "id": "https://openalex.org/S4210232664", + "display_name": "npj Computational Materials", + "issn_l": "2057-3960", + "issn": [ + "2057-3960" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310319908", + "host_organization_name": "Nature Portfolio", + "host_organization_lineage": [ + "https://openalex.org/P4310319908", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "Nature Portfolio", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "npj Computational Materials", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:doaj.org/article:2e9ae6991e1e44179c61e241d69e1fe2", + "is_oa": false, + "landing_page_url": "https://doaj.org/article/2e9ae6991e1e44179c61e241d69e1fe2", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401280", + "display_name": "DOAJ (DOAJ: Directory of Open Access Journals)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "npj Computational Materials, Vol 5, Iss 1, Pp 1-36 (2019)", + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "doi:10.1038/s41524-019-0221-0", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1038/s41524-019-0221-0", + "pdf_url": "https://www.nature.com/articles/s41524-019-0221-0.pdf", + "source": { + "id": "https://openalex.org/S4210232664", + "display_name": "npj Computational Materials", + "issn_l": "2057-3960", + "issn": [ + "2057-3960" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310319908", + "host_organization_name": "Nature Portfolio", + "host_organization_lineage": [ + "https://openalex.org/P4310319908", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "Nature Portfolio", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "npj Computational Materials", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": true, + "grobid_xml": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W2968923792.pdf", + "grobid_xml": "https://content.openalex.org/works/W2968923792.grobid-xml" + }, + "referenced_works_count": 518, + "referenced_works": [ + "https://openalex.org/W26088913", + "https://openalex.org/W145450961", + "https://openalex.org/W179824108", + "https://openalex.org/W203253523", + "https://openalex.org/W230490465", + "https://openalex.org/W327991062", + "https://openalex.org/W590077806", + "https://openalex.org/W654619586", + "https://openalex.org/W814282759", + "https://openalex.org/W1485300768", + "https://openalex.org/W1498183065", + "https://openalex.org/W1499888549", + "https://openalex.org/W1501856433", + "https://openalex.org/W1503398984", + "https://openalex.org/W1504770578", + "https://openalex.org/W1510052597", + "https://openalex.org/W1534043326", + "https://openalex.org/W1539789214", + "https://openalex.org/W1542652324", + "https://openalex.org/W1544171083", + "https://openalex.org/W1563453094", + "https://openalex.org/W1564947197", + "https://openalex.org/W1571836963", + "https://openalex.org/W1577152309", + "https://openalex.org/W1581242383", + "https://openalex.org/W1584200143", + "https://openalex.org/W1596185547", + "https://openalex.org/W1625555899", + "https://openalex.org/W1643338536", + "https://openalex.org/W1662382123", + "https://openalex.org/W1677182931", + "https://openalex.org/W1678356000", + "https://openalex.org/W1678620623", + "https://openalex.org/W1780364926", + "https://openalex.org/W1787224781", + "https://openalex.org/W1800437104", + "https://openalex.org/W1806613374", + "https://openalex.org/W1812560530", + "https://openalex.org/W1849277567", + "https://openalex.org/W1861259131", + "https://openalex.org/W1865667476", + "https://openalex.org/W1875061881", + "https://openalex.org/W1875161738", + "https://openalex.org/W1940355499", + "https://openalex.org/W1964746686", + "https://openalex.org/W1964882117", + "https://openalex.org/W1965007242", + "https://openalex.org/W1965387924", + "https://openalex.org/W1965621008", + "https://openalex.org/W1966295044", + "https://openalex.org/W1966452023", + "https://openalex.org/W1967499431", + "https://openalex.org/W1967969088", + "https://openalex.org/W1971714101", + "https://openalex.org/W1972135189", + "https://openalex.org/W1973200549", + "https://openalex.org/W1975997599", + "https://openalex.org/W1976492731", + "https://openalex.org/W1976581079", + "https://openalex.org/W1978538703", + "https://openalex.org/W1979769287", + "https://openalex.org/W1979879584", + "https://openalex.org/W1981368803", + "https://openalex.org/W1981955214", + "https://openalex.org/W1982598895", + "https://openalex.org/W1983077902", + "https://openalex.org/W1984003326", + "https://openalex.org/W1986912357", + "https://openalex.org/W1988102749", + "https://openalex.org/W1988227526", + "https://openalex.org/W1988790447", + "https://openalex.org/W1989389325", + "https://openalex.org/W1989628244", + "https://openalex.org/W1989893427", + "https://openalex.org/W1990810992", + "https://openalex.org/W1991713655", + "https://openalex.org/W1992985800", + "https://openalex.org/W1994624373", + "https://openalex.org/W1995341919", + "https://openalex.org/W1996425351", + "https://openalex.org/W1998056920", + "https://openalex.org/W1998723350", + "https://openalex.org/W1999921067", + "https://openalex.org/W2000009216", + "https://openalex.org/W2000290731", + "https://openalex.org/W2000413114", + "https://openalex.org/W2002097322", + "https://openalex.org/W2002507631", + "https://openalex.org/W2005774952", + "https://openalex.org/W2006102096", + "https://openalex.org/W2007207351", + "https://openalex.org/W2007850701", + "https://openalex.org/W2011602276", + "https://openalex.org/W2012700578", + "https://openalex.org/W2014509568", + "https://openalex.org/W2014615332", + "https://openalex.org/W2015197254", + "https://openalex.org/W2015558379", + "https://openalex.org/W2017805851", + "https://openalex.org/W2018108526", + "https://openalex.org/W2019430858", + "https://openalex.org/W2020246947", + "https://openalex.org/W2020786104", + "https://openalex.org/W2021774695", + "https://openalex.org/W2021928136", + "https://openalex.org/W2022890839", + "https://openalex.org/W2024330948", + "https://openalex.org/W2025111634", + "https://openalex.org/W2025444507", + "https://openalex.org/W2025679679", + "https://openalex.org/W2025838043", + "https://openalex.org/W2027408247", + "https://openalex.org/W2029413789", + "https://openalex.org/W2030178277", + "https://openalex.org/W2030976617", + "https://openalex.org/W2031558918", + "https://openalex.org/W2033086537", + "https://openalex.org/W2033206800", + "https://openalex.org/W2034097448", + "https://openalex.org/W2035352360", + "https://openalex.org/W2036701191", + "https://openalex.org/W2037566781", + "https://openalex.org/W2037782625", + "https://openalex.org/W2039609876", + "https://openalex.org/W2039959185", + "https://openalex.org/W2040019593", + "https://openalex.org/W2040870580", + "https://openalex.org/W2041726686", + "https://openalex.org/W2042492924", + "https://openalex.org/W2042640655", + "https://openalex.org/W2042877835", + "https://openalex.org/W2042958553", + "https://openalex.org/W2044375044", + "https://openalex.org/W2046598747", + "https://openalex.org/W2051740693", + "https://openalex.org/W2051801258", + "https://openalex.org/W2052523499", + "https://openalex.org/W2053011449", + "https://openalex.org/W2053962240", + "https://openalex.org/W2054057690", + "https://openalex.org/W2055529982", + "https://openalex.org/W2056132907", + "https://openalex.org/W2057562773", + "https://openalex.org/W2057767448", + "https://openalex.org/W2057858097", + "https://openalex.org/W2060410316", + "https://openalex.org/W2060558956", + "https://openalex.org/W2061179540", + "https://openalex.org/W2063007245", + "https://openalex.org/W2064675550", + "https://openalex.org/W2065586875", + "https://openalex.org/W2068231021", + "https://openalex.org/W2068972463", + "https://openalex.org/W2069483681", + "https://openalex.org/W2070043768", + "https://openalex.org/W2070931774", + "https://openalex.org/W2074497204", + "https://openalex.org/W2074681440", + "https://openalex.org/W2075245047", + "https://openalex.org/W2075545717", + "https://openalex.org/W2075894130", + "https://openalex.org/W2075937489", + "https://openalex.org/W2076118331", + "https://openalex.org/W2077562320", + "https://openalex.org/W2078016408", + "https://openalex.org/W2080321486", + "https://openalex.org/W2080635178", + "https://openalex.org/W2081635359", + "https://openalex.org/W2083032961", + "https://openalex.org/W2083415705", + "https://openalex.org/W2083956694", + "https://openalex.org/W2084972556", + "https://openalex.org/W2085093563", + "https://openalex.org/W2085788926", + "https://openalex.org/W2086702546", + "https://openalex.org/W2086957099", + "https://openalex.org/W2087347434", + "https://openalex.org/W2087404659", + "https://openalex.org/W2087661061", + "https://openalex.org/W2088687796", + "https://openalex.org/W2088925839", + "https://openalex.org/W2090752561", + "https://openalex.org/W2092196700", + "https://openalex.org/W2092332261", + "https://openalex.org/W2093229042", + "https://openalex.org/W2093717447", + "https://openalex.org/W2094176506", + "https://openalex.org/W2095705004", + "https://openalex.org/W2097968133", + "https://openalex.org/W2099471712", + "https://openalex.org/W2100495367", + "https://openalex.org/W2100689957", + "https://openalex.org/W2102074887", + "https://openalex.org/W2102940758", + "https://openalex.org/W2103780778", + "https://openalex.org/W2104489082", + "https://openalex.org/W2106111284", + "https://openalex.org/W2107278155", + "https://openalex.org/W2108738385", + "https://openalex.org/W2111935653", + "https://openalex.org/W2112431211", + "https://openalex.org/W2112796928", + "https://openalex.org/W2114704115", + "https://openalex.org/W2116341502", + "https://openalex.org/W2121020550", + "https://openalex.org/W2121237359", + "https://openalex.org/W2122825543", + "https://openalex.org/W2123306226", + "https://openalex.org/W2124820885", + "https://openalex.org/W2125132504", + "https://openalex.org/W2126316555", + "https://openalex.org/W2127271355", + "https://openalex.org/W2128333270", + "https://openalex.org/W2128420091", + "https://openalex.org/W2128659236", + "https://openalex.org/W2134164499", + "https://openalex.org/W2135046866", + "https://openalex.org/W2135305876", + "https://openalex.org/W2137262074", + "https://openalex.org/W2138002307", + "https://openalex.org/W2139062161", + "https://openalex.org/W2142009706", + "https://openalex.org/W2144752499", + "https://openalex.org/W2146611938", + "https://openalex.org/W2147654806", + "https://openalex.org/W2147800946", + "https://openalex.org/W2147993766", + "https://openalex.org/W2148596493", + "https://openalex.org/W2149706766", + "https://openalex.org/W2153483479", + "https://openalex.org/W2153693853", + "https://openalex.org/W2154560360", + "https://openalex.org/W2154579312", + "https://openalex.org/W2155155530", + "https://openalex.org/W2155927283", + "https://openalex.org/W2156267707", + "https://openalex.org/W2156387975", + "https://openalex.org/W2159357141", + "https://openalex.org/W2163224677", + "https://openalex.org/W2163605009", + "https://openalex.org/W2163922914", + "https://openalex.org/W2164452299", + "https://openalex.org/W2164524421", + "https://openalex.org/W2169589339", + "https://openalex.org/W2171029115", + "https://openalex.org/W2173027866", + "https://openalex.org/W2176170193", + "https://openalex.org/W2176412452", + "https://openalex.org/W2192127365", + "https://openalex.org/W2194775991", + "https://openalex.org/W2195388612", + "https://openalex.org/W2200589053", + "https://openalex.org/W2217912240", + "https://openalex.org/W2222214459", + "https://openalex.org/W2230728100", + "https://openalex.org/W2257979135", + "https://openalex.org/W2261108203", + "https://openalex.org/W2278970271", + "https://openalex.org/W2279481448", + "https://openalex.org/W2290847742", + "https://openalex.org/W2291925970", + "https://openalex.org/W2294798173", + "https://openalex.org/W2297621926", + "https://openalex.org/W2299676960", + "https://openalex.org/W2302501749", + "https://openalex.org/W2312842167", + "https://openalex.org/W2316320254", + "https://openalex.org/W2316524229", + "https://openalex.org/W2319902168", + "https://openalex.org/W2322326629", + "https://openalex.org/W2331520253", + "https://openalex.org/W2331812412", + "https://openalex.org/W2334013383", + "https://openalex.org/W2335591923", + "https://openalex.org/W2337082154", + "https://openalex.org/W2337110853", + "https://openalex.org/W2337496963", + "https://openalex.org/W2343462019", + "https://openalex.org/W2343821232", + "https://openalex.org/W2347129741", + "https://openalex.org/W2395579298", + "https://openalex.org/W2415372084", + "https://openalex.org/W2419175238", + "https://openalex.org/W2437591545", + "https://openalex.org/W2460314483", + "https://openalex.org/W2461312660", + "https://openalex.org/W2462003543", + "https://openalex.org/W2464725281", + "https://openalex.org/W2468907370", + "https://openalex.org/W2471982001", + "https://openalex.org/W2474543364", + "https://openalex.org/W2482115826", + "https://openalex.org/W2489757118", + "https://openalex.org/W2490901606", + "https://openalex.org/W2499226730", + "https://openalex.org/W2509907061", + "https://openalex.org/W2510169513", + "https://openalex.org/W2511358339", + "https://openalex.org/W2511699341", + "https://openalex.org/W2517221375", + "https://openalex.org/W2520022941", + "https://openalex.org/W2520500207", + "https://openalex.org/W2524910928", + "https://openalex.org/W2526943155", + "https://openalex.org/W2527189750", + "https://openalex.org/W2527749992", + "https://openalex.org/W2531545384", + "https://openalex.org/W2534747019", + "https://openalex.org/W2547447472", + "https://openalex.org/W2550668110", + "https://openalex.org/W2555683692", + "https://openalex.org/W2556028878", + "https://openalex.org/W2563751252", + "https://openalex.org/W2564209180", + "https://openalex.org/W2565212977", + "https://openalex.org/W2566573083", + "https://openalex.org/W2566642125", + "https://openalex.org/W2567115595", + "https://openalex.org/W2572438701", + "https://openalex.org/W2576881135", + "https://openalex.org/W2583795764", + "https://openalex.org/W2592733333", + "https://openalex.org/W2593724699", + "https://openalex.org/W2593838212", + "https://openalex.org/W2600236415", + "https://openalex.org/W2605627947", + "https://openalex.org/W2606191816", + "https://openalex.org/W2606478829", + "https://openalex.org/W2609397020", + "https://openalex.org/W2613094910", + "https://openalex.org/W2614083378", + "https://openalex.org/W2616519837", + "https://openalex.org/W2618945100", + "https://openalex.org/W2625386340", + "https://openalex.org/W2650911154", + "https://openalex.org/W2725771565", + "https://openalex.org/W2728789193", + "https://openalex.org/W2728984672", + "https://openalex.org/W2734520197", + "https://openalex.org/W2739066022", + "https://openalex.org/W2741557496", + "https://openalex.org/W2742014174", + "https://openalex.org/W2742061408", + "https://openalex.org/W2742127985", + "https://openalex.org/W2742835787", + "https://openalex.org/W2744546448", + "https://openalex.org/W2746244909", + "https://openalex.org/W2746340587", + "https://openalex.org/W2750556263", + "https://openalex.org/W2750673150", + "https://openalex.org/W2751488329", + "https://openalex.org/W2752033117", + "https://openalex.org/W2752052391", + "https://openalex.org/W2755320374", + "https://openalex.org/W2760202681", + "https://openalex.org/W2764267192", + "https://openalex.org/W2765459427", + "https://openalex.org/W2765597272", + "https://openalex.org/W2765966278", + "https://openalex.org/W2766432501", + "https://openalex.org/W2766518642", + "https://openalex.org/W2766856748", + "https://openalex.org/W2768213699", + "https://openalex.org/W2768591600", + "https://openalex.org/W2768828389", + "https://openalex.org/W2769287225", + "https://openalex.org/W2773094581", + "https://openalex.org/W2773787581", + "https://openalex.org/W2774180927", + "https://openalex.org/W2775811982", + "https://openalex.org/W2778051509", + "https://openalex.org/W2782772320", + "https://openalex.org/W2782811937", + "https://openalex.org/W2783016230", + "https://openalex.org/W2783428669", + "https://openalex.org/W2783643969", + "https://openalex.org/W2784208423", + "https://openalex.org/W2785060548", + "https://openalex.org/W2785434749", + "https://openalex.org/W2786956473", + "https://openalex.org/W2787894218", + "https://openalex.org/W2789575256", + "https://openalex.org/W2790939418", + "https://openalex.org/W2790960441", + "https://openalex.org/W2792351009", + "https://openalex.org/W2792521034", + "https://openalex.org/W2793186536", + "https://openalex.org/W2793847568", + "https://openalex.org/W2794749944", + "https://openalex.org/W2794792904", + "https://openalex.org/W2796365074", + "https://openalex.org/W2800722845", + "https://openalex.org/W2801870733", + "https://openalex.org/W2802513623", + "https://openalex.org/W2803328959", + "https://openalex.org/W2804333359", + "https://openalex.org/W2804431384", + "https://openalex.org/W2804529100", + "https://openalex.org/W2804765537", + "https://openalex.org/W2805504266", + "https://openalex.org/W2806173046", + "https://openalex.org/W2806275814", + "https://openalex.org/W2806393871", + "https://openalex.org/W2806681928", + "https://openalex.org/W2807070436", + "https://openalex.org/W2807471255", + "https://openalex.org/W2807890728", + "https://openalex.org/W2808433588", + "https://openalex.org/W2808651099", + "https://openalex.org/W2809409278", + "https://openalex.org/W2810294304", + "https://openalex.org/W2810643961", + "https://openalex.org/W2831812383", + "https://openalex.org/W2883021798", + "https://openalex.org/W2883578585", + "https://openalex.org/W2884430236", + "https://openalex.org/W2885048850", + "https://openalex.org/W2885427655", + "https://openalex.org/W2888296885", + "https://openalex.org/W2888395196", + "https://openalex.org/W2889393096", + "https://openalex.org/W2890177760", + "https://openalex.org/W2890641732", + "https://openalex.org/W2890910436", + "https://openalex.org/W2891365537", + "https://openalex.org/W2894543465", + "https://openalex.org/W2896311968", + "https://openalex.org/W2896731862", + "https://openalex.org/W2899133278", + "https://openalex.org/W2899771611", + "https://openalex.org/W2901005646", + "https://openalex.org/W2902687791", + "https://openalex.org/W2902914368", + "https://openalex.org/W2903284152", + "https://openalex.org/W2903483166", + "https://openalex.org/W2911964244", + "https://openalex.org/W2913390193", + "https://openalex.org/W2919115771", + "https://openalex.org/W2922185717", + "https://openalex.org/W2949095042", + "https://openalex.org/W2949117887", + "https://openalex.org/W2949415003", + "https://openalex.org/W2949536823", + "https://openalex.org/W2950898568", + "https://openalex.org/W2952254971", + "https://openalex.org/W2962778515", + "https://openalex.org/W2962790223", + "https://openalex.org/W2962858756", + "https://openalex.org/W2963073614", + "https://openalex.org/W2963169277", + "https://openalex.org/W2963470893", + "https://openalex.org/W2963613996", + "https://openalex.org/W2963657244", + "https://openalex.org/W2963807552", + "https://openalex.org/W2963923030", + "https://openalex.org/W2964332384", + "https://openalex.org/W2971890617", + "https://openalex.org/W2976720228", + "https://openalex.org/W2998779578", + "https://openalex.org/W3036192984", + "https://openalex.org/W3098179186", + "https://openalex.org/W3098181309", + "https://openalex.org/W3098539674", + "https://openalex.org/W3098905070", + "https://openalex.org/W3099030566", + "https://openalex.org/W3099108283", + "https://openalex.org/W3099152177", + "https://openalex.org/W3099236691", + "https://openalex.org/W3099563879", + "https://openalex.org/W3099756651", + "https://openalex.org/W3099803468", + "https://openalex.org/W3099950071", + "https://openalex.org/W3100015175", + "https://openalex.org/W3100157108", + "https://openalex.org/W3100559197", + "https://openalex.org/W3100710928", + "https://openalex.org/W3100824689", + "https://openalex.org/W3101510464", + "https://openalex.org/W3101568640", + "https://openalex.org/W3101728438", + "https://openalex.org/W3101883705", + "https://openalex.org/W3102449990", + "https://openalex.org/W3102617294", + "https://openalex.org/W3102656154", + "https://openalex.org/W3102797483", + "https://openalex.org/W3103128256", + "https://openalex.org/W3103297471", + "https://openalex.org/W3103421232", + "https://openalex.org/W3103584381", + "https://openalex.org/W3103699203", + "https://openalex.org/W3104257088", + "https://openalex.org/W3104644561", + "https://openalex.org/W3105187533", + "https://openalex.org/W3105535058", + "https://openalex.org/W3105658368", + "https://openalex.org/W3106384232", + "https://openalex.org/W3106419168", + "https://openalex.org/W3138819813", + "https://openalex.org/W3145506661", + "https://openalex.org/W3188900288", + "https://openalex.org/W4206212643", + "https://openalex.org/W4211049957", + "https://openalex.org/W4214765890", + "https://openalex.org/W4229646010", + "https://openalex.org/W4230189600", + "https://openalex.org/W4238812661", + "https://openalex.org/W4239664769", + "https://openalex.org/W4244412880", + "https://openalex.org/W4245176872", + "https://openalex.org/W4249528159", + "https://openalex.org/W4251461630", + "https://openalex.org/W4254688476", + "https://openalex.org/W4256669726", + "https://openalex.org/W4300263211", + "https://openalex.org/W4302799641", + "https://openalex.org/W6679121739", + "https://openalex.org/W6704559304", + "https://openalex.org/W6756040250" + ], + "related_works": [ + "https://openalex.org/W2905433371", + "https://openalex.org/W4390569940", + "https://openalex.org/W4361193272", + "https://openalex.org/W4310278675", + "https://openalex.org/W4388422664", + "https://openalex.org/W2806259446", + "https://openalex.org/W1986582023", + "https://openalex.org/W2883749686", + "https://openalex.org/W2966829450", + "https://openalex.org/W4315864862" + ], + "abstract_inverted_index": { + "Abstract": [ + 0 + ], + "One": [ + 1 + ], + "of": [ + 2, + 22, + 31, + 47, + 65, + 94, + 102, + 108, + 127, + 153, + 162, + 178 + ], + "the": [ + 3, + 10, + 66, + 92, + 100, + 106, + 125, + 146, + 160, + 164, + 175 + ], + "most": [ + 4, + 67 + ], + "exciting": [ + 5 + ], + "tools": [ + 6 + ], + "that": [ + 7, + 49 + ], + "have": [ + 8 + ], + "entered": [ + 9 + ], + "material": [ + 11 + ], + "science": [ + 12 + ], + "toolbox": [ + 13 + ], + "in": [ + 14, + 70, + 86, + 116, + 183, + 197 + ], + "recent": [ + 15, + 68 + ], + "years": [ + 16 + ], + "is": [ + 17 + ], + "machine": [ + 18, + 53, + 79, + 96, + 131, + 169 + ], + "learning.": [ + 19, + 132 + ], + "This": [ + 20 + ], + "collection": [ + 21 + ], + "statistical": [ + 23 + ], + "methods": [ + 24, + 129 + ], + "has": [ + 25 + ], + "already": [ + 26 + ], + "proved": [ + 27 + ], + "to": [ + 28, + 55, + 144 + ], + "be": [ + 29, + 142 + ], + "capable": [ + 30 + ], + "considerably": [ + 32 + ], + "speeding": [ + 33 + ], + "up": [ + 34 + ], + "both": [ + 35 + ], + "fundamental": [ + 36 + ], + "and": [ + 37, + 51, + 63, + 84, + 105, + 121, + 138, + 150, + 163, + 180, + 190 + ], + "applied": [ + 38, + 143 + ], + "research.": [ + 39 + ], + "At": [ + 40 + ], + "present,": [ + 41 + ], + "we": [ + 42, + 77, + 113, + 187 + ], + "are": [ + 43, + 158 + ], + "witnessing": [ + 44 + ], + "an": [ + 45 + ], + "explosion": [ + 46 + ], + "works": [ + 48 + ], + "develop": [ + 50 + ], + "apply": [ + 52 + ], + "learning": [ + 54, + 80, + 97, + 137, + 170 + ], + "solid-state": [ + 56 + ], + "systems.": [ + 57 + ], + "We": [ + 58, + 89, + 133, + 172 + ], + "provide": [ + 59 + ], + "a": [ + 60, + 74 + ], + "comprehensive": [ + 61 + ], + "overview": [ + 62 + ], + "analysis": [ + 64 + ], + "research": [ + 69, + 115, + 192 + ], + "this": [ + 71 + ], + "topic.": [ + 72 + ], + "As": [ + 73 + ], + "starting": [ + 75 + ], + "point,": [ + 76 + ], + "introduce": [ + 78 + ], + "principles,": [ + 81 + ], + "algorithms,": [ + 82 + ], + "descriptors,": [ + 83 + ], + "databases": [ + 85 + ], + "materials": [ + 87, + 104, + 184, + 199 + ], + "science.": [ + 88, + 185, + 200 + ], + "continue": [ + 90 + ], + "with": [ + 91 + ], + "description": [ + 93 + ], + "different": [ + 95, + 176 + ], + "approaches": [ + 98, + 123 + ], + "for": [ + 99, + 124, + 194 + ], + "discovery": [ + 101 + ], + "stable": [ + 103 + ], + "prediction": [ + 107 + ], + "their": [ + 109, + 181 + ], + "crystal": [ + 110 + ], + "structure.": [ + 111 + ], + "Then": [ + 112 + ], + "discuss": [ + 114 + ], + "numerous": [ + 117 + ], + "quantitative": [ + 118 + ], + "structure–property": [ + 119 + ], + "relationships": [ + 120 + ], + "various": [ + 122, + 195 + ], + "replacement": [ + 126 + ], + "first-principle": [ + 128 + ], + "by": [ + 130 + ], + "review": [ + 134 + ], + "how": [ + 135 + ], + "active": [ + 136 + ], + "surrogate-based": [ + 139 + ], + "optimization": [ + 140 + ], + "can": [ + 141 + ], + "improve": [ + 145 + ], + "rational": [ + 147 + ], + "design": [ + 148 + ], + "process": [ + 149 + ], + "related": [ + 151 + ], + "examples": [ + 152 + ], + "applications.": [ + 154 + ], + "Two": [ + 155 + ], + "major": [ + 156 + ], + "questions": [ + 157 + ], + "always": [ + 159 + ], + "interpretability": [ + 161, + 179 + ], + "physical": [ + 165 + ], + "understanding": [ + 166 + ], + "gained": [ + 167 + ], + "from": [ + 168 + ], + "models.": [ + 171 + ], + "consider": [ + 173 + ], + "therefore": [ + 174 + ], + "facets": [ + 177 + ], + "importance": [ + 182 + ], + "Finally,": [ + 186 + ], + "propose": [ + 188 + ], + "solutions": [ + 189 + ], + "future": [ + 191 + ], + "paths": [ + 193 + ], + "challenges": [ + 196 + ], + "computational": [ + 198 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 152 + }, + { + "year": 2025, + "cited_by_count": 356 + }, + { + "year": 2024, + "cited_by_count": 379 + }, + { + "year": 2023, + "cited_by_count": 392 + }, + { + "year": 2022, + "cited_by_count": 452 + }, + { + "year": 2021, + "cited_by_count": 400 + }, + { + "year": 2020, + "cited_by_count": 223 + }, + { + "year": 2019, + "cited_by_count": 10 + }, + { + "year": 2018, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-28T09:10:13.091523", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2910705748", + "doi": "https://doi.org/10.1073/pnas.1900654116", + "title": "Definitions, methods, and applications in interpretable machine learning", + "display_name": "Definitions, methods, and applications in interpretable machine learning", + "relevance_score": 2997.7166, + "publication_year": 2019, + "publication_date": "2019-10-16", + "ids": { + "openalex": "https://openalex.org/W2910705748", + "doi": "https://doi.org/10.1073/pnas.1900654116", + "mag": "2910705748", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/31619572" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1073/pnas.1900654116", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1073/pnas.1900654116", + "pdf_url": "https://www.pnas.org/content/pnas/116/44/22071.full.pdf", + "source": { + "id": "https://openalex.org/S125754415", + "display_name": "Proceedings of the National Academy of Sciences", + "issn_l": "0027-8424", + "issn": [ + "0027-8424", + "1091-6490" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320052", + "host_organization_name": "National Academy of Sciences", + "host_organization_lineage": [ + "https://openalex.org/P4310320052" + ], + "host_organization_lineage_names": [ + "National Academy of Sciences" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Proceedings of the National Academy of Sciences", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "arxiv", + "crossref", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "bronze", + "oa_url": "https://www.pnas.org/content/pnas/116/44/22071.full.pdf", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5057838960", + "display_name": "William J. Murdoch", + "orcid": "https://orcid.org/0009-0009-7610-5187" + }, + "institutions": [ + { + "id": "https://openalex.org/I95457486", + "display_name": "University of California, Berkeley", + "ror": "https://ror.org/01an7q238", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I95457486" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "W. James Murdoch", + "raw_affiliation_strings": [ + "Statistics Department, University of California, Berkeley, CA 94720;" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Statistics Department, University of California, Berkeley, CA 94720;", + "institution_ids": [ + "https://openalex.org/I95457486" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5017514239", + "display_name": "Chandan Singh", + "orcid": "https://orcid.org/0000-0003-0318-2340" + }, + "institutions": [ + { + "id": "https://openalex.org/I95457486", + "display_name": "University of California, Berkeley", + "ror": "https://ror.org/01an7q238", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I95457486" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Chandan Singh", + "raw_affiliation_strings": [ + "Electrical Engineering and Computer Science Department, University of California, Berkeley, CA 94720;" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Electrical Engineering and Computer Science Department, University of California, Berkeley, CA 94720;", + "institution_ids": [ + "https://openalex.org/I95457486" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5013534934", + "display_name": "Karl Kumbier", + "orcid": "https://orcid.org/0000-0001-6521-1173" + }, + "institutions": [ + { + "id": "https://openalex.org/I95457486", + "display_name": "University of California, Berkeley", + "ror": "https://ror.org/01an7q238", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I95457486" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Karl Kumbier", + "raw_affiliation_strings": [ + "Statistics Department, University of California, Berkeley, CA 94720;" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Statistics Department, University of California, Berkeley, CA 94720;", + "institution_ids": [ + "https://openalex.org/I95457486" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5029714016", + "display_name": "Reza Abbasi-Asl", + "orcid": "https://orcid.org/0000-0001-7824-4628" + }, + "institutions": [ + { + "id": "https://openalex.org/I1314596251", + "display_name": "Allen Institute for Brain Science", + "ror": "https://ror.org/00dcv1019", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I1314596251", + "https://openalex.org/I4210140341" + ] + }, + { + "id": "https://openalex.org/I180670191", + "display_name": "University of California, San Francisco", + "ror": "https://ror.org/043mz5j54", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I180670191" + ] + }, + { + "id": "https://openalex.org/I4210140341", + "display_name": "Allen Institute", + "ror": "https://ror.org/03cpe7c52", + "country_code": "US", + "type": "nonprofit", + "lineage": [ + "https://openalex.org/I4210140341" + ] + }, + { + "id": "https://openalex.org/I95457486", + "display_name": "University of California, Berkeley", + "ror": "https://ror.org/01an7q238", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I95457486" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Reza Abbasi-Asl", + "raw_affiliation_strings": [ + "Allen Institute for Brain Science, Seattle, WA 98109", + "Department of Neurology, University of California, San Francisco, CA 94158;", + "Electrical Engineering and Computer Science Department, University of California, Berkeley, CA 94720;", + "Department of Neurology, University of California, San Francisco, CA 94158; and" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Allen Institute for Brain Science, Seattle, WA 98109", + "institution_ids": [ + "https://openalex.org/I4210140341", + "https://openalex.org/I1314596251" + ] + }, + { + "raw_affiliation_string": "Department of Neurology, University of California, San Francisco, CA 94158;", + "institution_ids": [ + "https://openalex.org/I180670191" + ] + }, + { + "raw_affiliation_string": "Electrical Engineering and Computer Science Department, University of California, Berkeley, CA 94720;", + "institution_ids": [ + "https://openalex.org/I95457486" + ] + }, + { + "raw_affiliation_string": "Department of Neurology, University of California, San Francisco, CA 94158; and", + "institution_ids": [ + "https://openalex.org/I180670191" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5100646137", + "display_name": "Bin Yu", + "orcid": "https://orcid.org/0000-0002-8888-4060" + }, + "institutions": [ + { + "id": "https://openalex.org/I95457486", + "display_name": "University of California, Berkeley", + "ror": "https://ror.org/01an7q238", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I95457486" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Bin Yu", + "raw_affiliation_strings": [ + "Electrical Engineering and Computer Science Department, University of California, Berkeley, CA 94720;", + "Statistics Department, University of California, Berkeley, CA 94720;" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Electrical Engineering and Computer Science Department, University of California, Berkeley, CA 94720;", + "institution_ids": [ + "https://openalex.org/I95457486" + ] + }, + { + "raw_affiliation_string": "Statistics Department, University of California, Berkeley, CA 94720;", + "institution_ids": [ + "https://openalex.org/I95457486" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 5, + "corresponding_author_ids": [ + "https://openalex.org/A5100646137" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I95457486" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 116.6663, + "has_fulltext": true, + "cited_by_count": 2050, + "citation_normalized_percentile": { + "value": 0.99969336, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "116", + "issue": "44", + "first_page": "22071", + "last_page": "22080" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12026", + "display_name": "Explainable Artificial Intelligence (XAI)", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12026", + "display_name": "Explainable Artificial Intelligence (XAI)", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11689", + "display_name": "Adversarial Robustness in Machine Learning", + "score": 0.9951000213623047, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9890999794006348, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/interpretability", + "display_name": "Interpretability", + "score": 0.9390578269958496 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7489986419677734 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6651195883750916 + }, + { + "id": "https://openalex.org/keywords/categorization", + "display_name": "Categorization", + "score": 0.6388148069381714 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6340200901031494 + }, + { + "id": "https://openalex.org/keywords/context", + "display_name": "Context (archaeology)", + "score": 0.6267019510269165 + }, + { + "id": "https://openalex.org/keywords/interpretation", + "display_name": "Interpretation (philosophy)", + "score": 0.6191895604133606 + }, + { + "id": "https://openalex.org/keywords/modularity", + "display_name": "Modularity (biology)", + "score": 0.5174987316131592 + }, + { + "id": "https://openalex.org/keywords/vocabulary", + "display_name": "Vocabulary", + "score": 0.4941387474536896 + }, + { + "id": "https://openalex.org/keywords/data-science", + "display_name": "Data science", + "score": 0.4534083902835846 + }, + { + "id": "https://openalex.org/keywords/focus", + "display_name": "Focus (optics)", + "score": 0.411584734916687 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2781067378", + "wikidata": "https://www.wikidata.org/wiki/Q17027399", + "display_name": "Interpretability", + "level": 2, + "score": 0.9390578269958496 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7489986419677734 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6651195883750916 + }, + { + "id": "https://openalex.org/C94124525", + "wikidata": "https://www.wikidata.org/wiki/Q912550", + "display_name": "Categorization", + "level": 2, + "score": 0.6388148069381714 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6340200901031494 + }, + { + "id": "https://openalex.org/C2779343474", + "wikidata": "https://www.wikidata.org/wiki/Q3109175", + "display_name": "Context (archaeology)", + "level": 2, + "score": 0.6267019510269165 + }, + { + "id": "https://openalex.org/C527412718", + "wikidata": "https://www.wikidata.org/wiki/Q855395", + "display_name": "Interpretation (philosophy)", + "level": 2, + "score": 0.6191895604133606 + }, + { + "id": "https://openalex.org/C2779478453", + "wikidata": "https://www.wikidata.org/wiki/Q6889748", + "display_name": "Modularity (biology)", + "level": 2, + "score": 0.5174987316131592 + }, + { + "id": "https://openalex.org/C2777601683", + "wikidata": "https://www.wikidata.org/wiki/Q6499736", + "display_name": "Vocabulary", + "level": 2, + "score": 0.4941387474536896 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.4534083902835846 + }, + { + "id": "https://openalex.org/C192209626", + "wikidata": "https://www.wikidata.org/wiki/Q190909", + "display_name": "Focus (optics)", + "level": 2, + "score": 0.411584734916687 + }, + { + "id": "https://openalex.org/C151730666", + "wikidata": "https://www.wikidata.org/wiki/Q7205", + "display_name": "Paleontology", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C120665830", + "wikidata": "https://www.wikidata.org/wiki/Q14620", + "display_name": "Optics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C54355233", + "wikidata": "https://www.wikidata.org/wiki/Q7162", + "display_name": "Genetics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C41895202", + "wikidata": "https://www.wikidata.org/wiki/Q8162", + "display_name": "Linguistics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C138885662", + "wikidata": "https://www.wikidata.org/wiki/Q5891", + "display_name": "Philosophy", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C86803240", + "wikidata": "https://www.wikidata.org/wiki/Q420", + "display_name": "Biology", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C121332964", + "wikidata": "https://www.wikidata.org/wiki/Q413", + "display_name": "Physics", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 7, + "locations": [ + { + "id": "doi:10.1073/pnas.1900654116", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1073/pnas.1900654116", + "pdf_url": "https://www.pnas.org/content/pnas/116/44/22071.full.pdf", + "source": { + "id": "https://openalex.org/S125754415", + "display_name": "Proceedings of the National Academy of Sciences", + "issn_l": "0027-8424", + "issn": [ + "0027-8424", + "1091-6490" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320052", + "host_organization_name": "National Academy of Sciences", + "host_organization_lineage": [ + "https://openalex.org/P4310320052" + ], + "host_organization_lineage_names": [ + "National Academy of Sciences" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Proceedings of the National Academy of Sciences", + "raw_type": "journal-article" + }, + { + "id": "pmid:31619572", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/31619572", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Proceedings of the National Academy of Sciences of the United States of America", + "raw_type": null + }, + { + "id": "pmh:oai:arXiv.org:1901.04592", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1901.04592", + "pdf_url": "https://arxiv.org/pdf/1901.04592", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:osti.gov:1633246", + "is_oa": true, + "landing_page_url": "https://www.osti.gov/biblio/1633246", + "pdf_url": "https://www.osti.gov/servlets/purl/1633246", + "source": { + "id": "https://openalex.org/S4306402487", + "display_name": "OSTI OAI (U.S. Department of Energy Office of Scientific and Technical Information)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I139351228", + "host_organization_name": "Office of Scientific and Technical Information", + "host_organization_lineage": [ + "https://openalex.org/I139351228" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": null + }, + { + "id": "pmh:ark:/13030/qt13x9q01k", + "is_oa": false, + "landing_page_url": null, + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": null + }, + { + "id": "pmh:oai:escholarship.org/ark:/13030/qt13x9q01k", + "is_oa": false, + "landing_page_url": "https://escholarship.org/uc/item/13x9q01k", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400115", + "display_name": "eScholarship (California Digital Library)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I2801248553", + "host_organization_name": "California Digital Library", + "host_organization_lineage": [ + "https://openalex.org/I2801248553" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Proceedings of the National Academy of Sciences of the United States of America, vol 116, iss 44", + "raw_type": "article" + }, + { + "id": "pmh:oai:europepmc.org:6105936", + "is_oa": false, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/6825274", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400806", + "display_name": "Europe PMC (PubMed Central)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1303153112", + "host_organization_name": "European Bioinformatics Institute", + "host_organization_lineage": [ + "https://openalex.org/I1303153112" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "Text" + } + ], + "best_oa_location": { + "id": "doi:10.1073/pnas.1900654116", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1073/pnas.1900654116", + "pdf_url": "https://www.pnas.org/content/pnas/116/44/22071.full.pdf", + "source": { + "id": "https://openalex.org/S125754415", + "display_name": "Proceedings of the National Academy of Sciences", + "issn_l": "0027-8424", + "issn": [ + "0027-8424", + "1091-6490" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320052", + "host_organization_name": "National Academy of Sciences", + "host_organization_lineage": [ + "https://openalex.org/P4310320052" + ], + "host_organization_lineage_names": [ + "National Academy of Sciences" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Proceedings of the National Academy of Sciences", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [ + { + "display_name": "Quality Education", + "id": "https://metadata.un.org/sdg/4", + "score": 0.7599999904632568 + } + ], + "awards": [ + { + "id": "https://openalex.org/G1490606517", + "display_name": null, + "funder_award_id": "N00014-16-1-2664", + "funder_id": "https://openalex.org/F4320337345", + "funder_display_name": "Office of Naval Research" + }, + { + "id": "https://openalex.org/G1739869781", + "display_name": null, + "funder_award_id": "CCF-0939370", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G4776703908", + "display_name": null, + "funder_award_id": "CGSD3-487534-2016", + "funder_id": "https://openalex.org/F4320334593", + "funder_display_name": "Natural Sciences and Engineering Research Council of Canada" + }, + { + "id": "https://openalex.org/G5202753860", + "display_name": "Canonical Linear Methods and Hierarchical Non-Linear Methods in High-Dimensional Statistics", + "funder_award_id": "1613002", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G6244900323", + "display_name": null, + "funder_award_id": "0939370", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G7379344686", + "display_name": null, + "funder_award_id": "1741340", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G7501964373", + "display_name": null, + "funder_award_id": "W911NF1710005", + "funder_id": "https://openalex.org/F4320338281", + "funder_display_name": "Army Research Office" + }, + { + "id": "https://openalex.org/G8170601752", + "display_name": null, + "funder_award_id": "IIS 1741340", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G8341606209", + "display_name": null, + "funder_award_id": "DMS-1613002", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G8876996369", + "display_name": null, + "funder_award_id": "N00014", + "funder_id": "https://openalex.org/F4320337345", + "funder_display_name": "Office of Naval Research" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320306076", + "display_name": "National Science Foundation", + "ror": "https://ror.org/021nxhr62" + }, + { + "id": "https://openalex.org/F4320334593", + "display_name": "Natural Sciences and Engineering Research Council of Canada", + "ror": "https://ror.org/01h531d29" + }, + { + "id": "https://openalex.org/F4320337345", + "display_name": "Office of Naval Research", + "ror": "https://ror.org/00rk2pe57" + }, + { + "id": "https://openalex.org/F4320338281", + "display_name": "Army Research Office", + "ror": "https://ror.org/05epdh915" + } + ], + "has_content": { + "pdf": true, + "grobid_xml": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W2910705748.pdf", + "grobid_xml": "https://content.openalex.org/works/W2910705748.grobid-xml" + }, + "referenced_works_count": 137, + "referenced_works": [ + "https://openalex.org/W11356396", + "https://openalex.org/W830575572", + "https://openalex.org/W1034019924", + "https://openalex.org/W1500693574", + "https://openalex.org/W1511986666", + "https://openalex.org/W1587026990", + "https://openalex.org/W1594031697", + "https://openalex.org/W1810028515", + "https://openalex.org/W1849277567", + "https://openalex.org/W1951216520", + "https://openalex.org/W1961953963", + "https://openalex.org/W1989968174", + "https://openalex.org/W1996796871", + "https://openalex.org/W2012712694", + "https://openalex.org/W2013511833", + "https://openalex.org/W2025341678", + "https://openalex.org/W2034637247", + "https://openalex.org/W2043175314", + "https://openalex.org/W2048231652", + "https://openalex.org/W2061939373", + "https://openalex.org/W2078977693", + "https://openalex.org/W2084341220", + "https://openalex.org/W2086396353", + "https://openalex.org/W2087448554", + "https://openalex.org/W2088286197", + "https://openalex.org/W2100960835", + "https://openalex.org/W2102636708", + "https://openalex.org/W2103780778", + "https://openalex.org/W2105464873", + "https://openalex.org/W2108384452", + "https://openalex.org/W2113882472", + "https://openalex.org/W2118022153", + "https://openalex.org/W2119858020", + "https://openalex.org/W2123045220", + "https://openalex.org/W2128659236", + "https://openalex.org/W2135046866", + "https://openalex.org/W2143481518", + "https://openalex.org/W2145860152", + "https://openalex.org/W2148694408", + "https://openalex.org/W2150165932", + "https://openalex.org/W2153332911", + "https://openalex.org/W2157355630", + "https://openalex.org/W2158196600", + "https://openalex.org/W2161969291", + "https://openalex.org/W2166163519", + "https://openalex.org/W2169053895", + "https://openalex.org/W2270785838", + "https://openalex.org/W2282821441", + "https://openalex.org/W2315452447", + "https://openalex.org/W2342249984", + "https://openalex.org/W2346578521", + "https://openalex.org/W2464516813", + "https://openalex.org/W2472803348", + "https://openalex.org/W2493343568", + "https://openalex.org/W2502949459", + "https://openalex.org/W2510508396", + "https://openalex.org/W2516809705", + "https://openalex.org/W2530010084", + "https://openalex.org/W2530395818", + "https://openalex.org/W2559655401", + "https://openalex.org/W2587529872", + "https://openalex.org/W2590082389", + "https://openalex.org/W2592895748", + "https://openalex.org/W2592929672", + "https://openalex.org/W2594633041", + "https://openalex.org/W2597603852", + "https://openalex.org/W2604526796", + "https://openalex.org/W2612690371", + "https://openalex.org/W2618851150", + "https://openalex.org/W2619351609", + "https://openalex.org/W2619444510", + "https://openalex.org/W2731142262", + "https://openalex.org/W2739349903", + "https://openalex.org/W2742591084", + "https://openalex.org/W2752194699", + "https://openalex.org/W2769421449", + "https://openalex.org/W2782630856", + "https://openalex.org/W2785184350", + "https://openalex.org/W2785760873", + "https://openalex.org/W2786715987", + "https://openalex.org/W2787070805", + "https://openalex.org/W2793165286", + "https://openalex.org/W2793277523", + "https://openalex.org/W2795431618", + "https://openalex.org/W2803354268", + "https://openalex.org/W2807015674", + "https://openalex.org/W2808315098", + "https://openalex.org/W2891612330", + "https://openalex.org/W2896089889", + "https://openalex.org/W2900404061", + "https://openalex.org/W2901939789", + "https://openalex.org/W2903768344", + "https://openalex.org/W2911964244", + "https://openalex.org/W2945800295", + "https://openalex.org/W2945976633", + "https://openalex.org/W2952354376", + "https://openalex.org/W2962772482", + "https://openalex.org/W2962862931", + "https://openalex.org/W2962883557", + "https://openalex.org/W2963016445", + "https://openalex.org/W2963029978", + "https://openalex.org/W2963233086", + "https://openalex.org/W2963382180", + "https://openalex.org/W2963424533", + "https://openalex.org/W2963715038", + "https://openalex.org/W2963798744", + "https://openalex.org/W2964118342", + "https://openalex.org/W2964159526", + "https://openalex.org/W3085162807", + "https://openalex.org/W3098232790", + "https://openalex.org/W3102564565", + "https://openalex.org/W3124792046", + "https://openalex.org/W3150635270", + "https://openalex.org/W3150893739", + "https://openalex.org/W4212774754", + "https://openalex.org/W4229494842", + "https://openalex.org/W4230605228", + "https://openalex.org/W4230742466", + "https://openalex.org/W4236697647", + "https://openalex.org/W4236965008", + "https://openalex.org/W4237723258", + "https://openalex.org/W4254687493", + "https://openalex.org/W4255332246", + "https://openalex.org/W4255405844", + "https://openalex.org/W4292023222", + "https://openalex.org/W4293861706", + "https://openalex.org/W4295313945", + "https://openalex.org/W4299408792", + "https://openalex.org/W4300756893", + "https://openalex.org/W4309520320", + "https://openalex.org/W4399576166", + "https://openalex.org/W6684823039", + "https://openalex.org/W6716358881", + "https://openalex.org/W6728551298", + "https://openalex.org/W6734194636", + "https://openalex.org/W6754669440", + "https://openalex.org/W6982728064" + ], + "related_works": [ + "https://openalex.org/W2905433371", + "https://openalex.org/W2888392564", + "https://openalex.org/W4310278675", + "https://openalex.org/W4388422664", + "https://openalex.org/W4390569940", + "https://openalex.org/W4361193272", + "https://openalex.org/W2963326959", + "https://openalex.org/W4388685194", + "https://openalex.org/W4312407344", + "https://openalex.org/W2894289927" + ], + "abstract_inverted_index": { + "Machine-learning": [ + 0 + ], + "models": [ + 1, + 23 + ], + "have": [ + 2 + ], + "demonstrated": [ + 3 + ], + "great": [ + 4 + ], + "success": [ + 5 + ], + "in": [ + 6, + 90, + 189 + ], + "learning": [ + 7, + 95 + ], + "complex": [ + 8 + ], + "patterns": [ + 9 + ], + "that": [ + 10, + 211, + 219 + ], + "enable": [ + 11 + ], + "them": [ + 12 + ], + "to": [ + 13, + 21, + 28, + 48, + 78, + 83, + 126, + 131, + 168, + 229 + ], + "make": [ + 14, + 221 + ], + "predictions": [ + 15 + ], + "about": [ + 16, + 51 + ], + "unobserved": [ + 17 + ], + "data.": [ + 18 + ], + "In": [ + 19, + 56 + ], + "addition": [ + 20 + ], + "using": [ + 22 + ], + "for": [ + 24, + 104, + 114, + 206, + 224 + ], + "prediction,": [ + 25 + ], + "the": [ + 26, + 52, + 62, + 91, + 98, + 134, + 165, + 181, + 234 + ], + "ability": [ + 27 + ], + "interpret": [ + 29 + ], + "what": [ + 30, + 72 + ], + "a": [ + 31, + 127, + 141, + 216 + ], + "model": [ + 32 + ], + "has": [ + 33, + 46 + ], + "learned": [ + 34 + ], + "is": [ + 35, + 59 + ], + "receiving": [ + 36 + ], + "an": [ + 37 + ], + "increasing": [ + 38 + ], + "amount": [ + 39 + ], + "of": [ + 40, + 54, + 65, + 93, + 136, + 143, + 191, + 201, + 237 + ], + "attention.": [ + 41 + ], + "However,": [ + 42 + ], + "this": [ + 43, + 212 + ], + "increased": [ + 44 + ], + "focus": [ + 45 + ], + "led": [ + 47 + ], + "considerable": [ + 49 + ], + "confusion": [ + 50 + ], + "notion": [ + 53 + ], + "interpretability.": [ + 55, + 192 + ], + "particular,": [ + 57 + ], + "it": [ + 58, + 222 + ], + "unclear": [ + 60 + ], + "how": [ + 61, + 161 + ], + "wide": [ + 63 + ], + "array": [ + 64 + ], + "proposed": [ + 66 + ], + "interpretation": [ + 67, + 137, + 238 + ], + "methods": [ + 68, + 203 + ], + "are": [ + 69 + ], + "related": [ + 70 + ], + "and": [ + 71, + 96, + 120, + 148, + 157, + 170, + 204, + 227, + 231 + ], + "common": [ + 73, + 217 + ], + "concepts": [ + 74 + ], + "can": [ + 75, + 163 + ], + "be": [ + 76 + ], + "used": [ + 77 + ], + "evaluate": [ + 79, + 169 + ], + "them.": [ + 80 + ], + "We": [ + 81, + 209 + ], + "aim": [ + 82 + ], + "address": [ + 84 + ], + "these": [ + 85 + ], + "concerns": [ + 86 + ], + "by": [ + 87, + 186 + ], + "defining": [ + 88 + ], + "interpretability": [ + 89 + ], + "context": [ + 92 + ], + "machine": [ + 94 + ], + "introducing": [ + 97 + ], + "predictive,": [ + 99 + ], + "descriptive,": [ + 100 + ], + "relevant": [ + 101 + ], + "(PDR)": [ + 102 + ], + "framework": [ + 103, + 109, + 167 + ], + "discussing": [ + 105 + ], + "interpretations.": [ + 106 + ], + "The": [ + 107 + ], + "PDR": [ + 108, + 166 + ], + "provides": [ + 110 + ], + "3": [ + 111 + ], + "overarching": [ + 112 + ], + "desiderata": [ + 113 + ], + "evaluation:": [ + 115 + ], + "predictive": [ + 116 + ], + "accuracy,": [ + 117, + 119 + ], + "descriptive": [ + 118 + ], + "relevancy,": [ + 121 + ], + "with": [ + 122, + 152 + ], + "relevancy": [ + 123 + ], + "judged": [ + 124 + ], + "relative": [ + 125 + ], + "human": [ + 128, + 187 + ], + "audience.": [ + 129 + ], + "Moreover,": [ + 130 + ], + "help": [ + 132 + ], + "manage": [ + 133 + ], + "deluge": [ + 135 + ], + "methods,": [ + 138 + ], + "we": [ + 139, + 173, + 198 + ], + "introduce": [ + 140 + ], + "categorization": [ + 142 + ], + "existing": [ + 144, + 202 + ], + "techniques": [ + 145 + ], + "into": [ + 146 + ], + "model-based": [ + 147 + ], + "post": [ + 149 + ], + "hoc": [ + 150 + ], + "categories,": [ + 151 + ], + "subgroups": [ + 153 + ], + "including": [ + 154 + ], + "sparsity,": [ + 155 + ], + "modularity,": [ + 156 + ], + "simulatability.": [ + 158 + ], + "To": [ + 159 + ], + "demonstrate": [ + 160 + ], + "practitioners": [ + 162, + 226 + ], + "use": [ + 164 + ], + "understand": [ + 171 + ], + "interpretations,": [ + 172 + ], + "provide": [ + 174, + 215 + ], + "numerous": [ + 175 + ], + "real-world": [ + 176 + ], + "examples.": [ + 177 + ], + "These": [ + 178 + ], + "examples": [ + 179 + ], + "highlight": [ + 180 + ], + "often": [ + 182 + ], + "underappreciated": [ + 183 + ], + "role": [ + 184 + ], + "played": [ + 185 + ], + "audiences": [ + 188 + ], + "discussions": [ + 190 + ], + "Finally,": [ + 193 + ], + "based": [ + 194 + ], + "on": [ + 195 + ], + "our": [ + 196 + ], + "framework,": [ + 197 + ], + "discuss": [ + 199, + 230 + ], + "limitations": [ + 200 + ], + "directions": [ + 205 + ], + "future": [ + 207 + ], + "work.": [ + 208 + ], + "hope": [ + 210 + ], + "work": [ + 213 + ], + "will": [ + 214, + 220 + ], + "vocabulary": [ + 218 + ], + "easier": [ + 223 + ], + "both": [ + 225 + ], + "researchers": [ + 228 + ], + "choose": [ + 232 + ], + "from": [ + 233 + ], + "full": [ + 235 + ], + "range": [ + 236 + ], + "methods.": [ + 239 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 135 + }, + { + "year": 2025, + "cited_by_count": 357 + }, + { + "year": 2024, + "cited_by_count": 384 + }, + { + "year": 2023, + "cited_by_count": 375 + }, + { + "year": 2022, + "cited_by_count": 317 + }, + { + "year": 2021, + "cited_by_count": 280 + }, + { + "year": 2020, + "cited_by_count": 161 + }, + { + "year": 2019, + "cited_by_count": 38 + }, + { + "year": 2018, + "cited_by_count": 2 + }, + { + "year": 2012, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2342408547", + "doi": "https://doi.org/10.1109/comst.2015.2494502", + "title": "A Survey of Data Mining and Machine Learning Methods for Cyber Security Intrusion Detection", + "display_name": "A Survey of Data Mining and Machine Learning Methods for Cyber Security Intrusion Detection", + "relevance_score": 2988.0178, + "publication_year": 2015, + "publication_date": "2015-10-26", + "ids": { + "openalex": "https://openalex.org/W2342408547", + "doi": "https://doi.org/10.1109/comst.2015.2494502", + "mag": "2342408547" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1109/comst.2015.2494502", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/comst.2015.2494502", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S23688054", + "display_name": "IEEE Communications Surveys & Tutorials", + "issn_l": "1553-877X", + "issn": [ + "1553-877X", + "2373-745X" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319808", + "host_organization_name": "Institute of Electrical and Electronics Engineers", + "host_organization_lineage": [ + "https://openalex.org/P4310319808" + ], + "host_organization_lineage_names": [ + "Institute of Electrical and Electronics Engineers" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IEEE Communications Surveys & Tutorials", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5036462876", + "display_name": "Anna L. Buczak", + "orcid": "https://orcid.org/0000-0002-4468-7719" + }, + "institutions": [ + { + "id": "https://openalex.org/I2802946424", + "display_name": "Johns Hopkins University Applied Physics Laboratory", + "ror": "https://ror.org/029pp9z10", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I145311948", + "https://openalex.org/I2802946424" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Anna L. Buczak", + "raw_affiliation_strings": [ + "The Johns Hopkins University Applied Physics Laboratory, Laurel, MD, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "The Johns Hopkins University Applied Physics Laboratory, Laurel, MD, USA", + "institution_ids": [ + "https://openalex.org/I2802946424" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5103648432", + "display_name": "Erhan Guven", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I2802946424", + "display_name": "Johns Hopkins University Applied Physics Laboratory", + "ror": "https://ror.org/029pp9z10", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I145311948", + "https://openalex.org/I2802946424" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Erhan Guven", + "raw_affiliation_strings": [ + "The Johns Hopkins University Applied Physics Laboratory, Laurel, MD, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "The Johns Hopkins University Applied Physics Laboratory, Laurel, MD, USA", + "institution_ids": [ + "https://openalex.org/I2802946424" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5036462876" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I2802946424" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 105.8793, + "has_fulltext": false, + "cited_by_count": 3023, + "citation_normalized_percentile": { + "value": 0.9998649, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "18", + "issue": "2", + "first_page": "1153", + "last_page": "1176" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10400", + "display_name": "Network Security and Intrusion Detection", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1705", + "display_name": "Computer Networks and Communications" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10400", + "display_name": "Network Security and Intrusion Detection", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1705", + "display_name": "Computer Networks and Communications" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11512", + "display_name": "Anomaly Detection Techniques and Applications", + "score": 0.9962999820709229, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11241", + "display_name": "Advanced Malware Detection Techniques", + "score": 0.9926999807357788, + "subfield": { + "id": "https://openalex.org/subfields/1711", + "display_name": "Signal Processing" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.8274868726730347 + }, + { + "id": "https://openalex.org/keywords/intrusion-detection-system", + "display_name": "Intrusion detection system", + "score": 0.7535451054573059 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.5479063391685486 + }, + { + "id": "https://openalex.org/keywords/relevance", + "display_name": "Relevance (law)", + "score": 0.5404182076454163 + }, + { + "id": "https://openalex.org/keywords/analytics", + "display_name": "Analytics", + "score": 0.47978121042251587 + }, + { + "id": "https://openalex.org/keywords/intrusion", + "display_name": "Intrusion", + "score": 0.44902172684669495 + }, + { + "id": "https://openalex.org/keywords/data-science", + "display_name": "Data science", + "score": 0.3901662826538086 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.34739550948143005 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.8274868726730347 + }, + { + "id": "https://openalex.org/C35525427", + "wikidata": "https://www.wikidata.org/wiki/Q745881", + "display_name": "Intrusion detection system", + "level": 2, + "score": 0.7535451054573059 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.5479063391685486 + }, + { + "id": "https://openalex.org/C158154518", + "wikidata": "https://www.wikidata.org/wiki/Q7310970", + "display_name": "Relevance (law)", + "level": 2, + "score": 0.5404182076454163 + }, + { + "id": "https://openalex.org/C79158427", + "wikidata": "https://www.wikidata.org/wiki/Q485396", + "display_name": "Analytics", + "level": 2, + "score": 0.47978121042251587 + }, + { + "id": "https://openalex.org/C158251709", + "wikidata": "https://www.wikidata.org/wiki/Q354025", + "display_name": "Intrusion", + "level": 2, + "score": 0.44902172684669495 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.3901662826538086 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.34739550948143005 + }, + { + "id": "https://openalex.org/C17744445", + "wikidata": "https://www.wikidata.org/wiki/Q36442", + "display_name": "Political science", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C127313418", + "wikidata": "https://www.wikidata.org/wiki/Q1069", + "display_name": "Geology", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C199539241", + "wikidata": "https://www.wikidata.org/wiki/Q7748", + "display_name": "Law", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C17409809", + "wikidata": "https://www.wikidata.org/wiki/Q161764", + "display_name": "Geochemistry", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1109/comst.2015.2494502", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/comst.2015.2494502", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S23688054", + "display_name": "IEEE Communications Surveys & Tutorials", + "issn_l": "1553-877X", + "issn": [ + "1553-877X", + "2373-745X" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319808", + "host_organization_name": "Institute of Electrical and Electronics Engineers", + "host_organization_lineage": [ + "https://openalex.org/P4310319808" + ], + "host_organization_lineage_names": [ + "Institute of Electrical and Electronics Engineers" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IEEE Communications Surveys & Tutorials", + "raw_type": "journal-article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 134, + "referenced_works": [ + "https://openalex.org/W4348436", + "https://openalex.org/W6091113", + "https://openalex.org/W49546894", + "https://openalex.org/W166342712", + "https://openalex.org/W1504694836", + "https://openalex.org/W1525180324", + "https://openalex.org/W1541288193", + "https://openalex.org/W1553696291", + "https://openalex.org/W1554891714", + "https://openalex.org/W1556024794", + "https://openalex.org/W1570448133", + "https://openalex.org/W1576185228", + "https://openalex.org/W1576660662", + "https://openalex.org/W1576818901", + "https://openalex.org/W1615454278", + "https://openalex.org/W1642161394", + "https://openalex.org/W1670263352", + "https://openalex.org/W1673310716", + "https://openalex.org/W1755360231", + "https://openalex.org/W1777713421", + "https://openalex.org/W1856750239", + "https://openalex.org/W1884606608", + "https://openalex.org/W1937068078", + "https://openalex.org/W1952056635", + "https://openalex.org/W1954903228", + "https://openalex.org/W1966809779", + "https://openalex.org/W1971751469", + "https://openalex.org/W1971784203", + "https://openalex.org/W1975791498", + "https://openalex.org/W1978779053", + "https://openalex.org/W1979877030", + "https://openalex.org/W1986334900", + "https://openalex.org/W1988741337", + "https://openalex.org/W1991237739", + "https://openalex.org/W1993717606", + "https://openalex.org/W1999427165", + "https://openalex.org/W2002016471", + "https://openalex.org/W2014712522", + "https://openalex.org/W2017528992", + "https://openalex.org/W2030553727", + "https://openalex.org/W2033626294", + "https://openalex.org/W2036959577", + "https://openalex.org/W2038819341", + "https://openalex.org/W2040870580", + "https://openalex.org/W2049633694", + "https://openalex.org/W2066664409", + "https://openalex.org/W2071221494", + "https://openalex.org/W2076384720", + "https://openalex.org/W2076526693", + "https://openalex.org/W2077574412", + "https://openalex.org/W2081707439", + "https://openalex.org/W2082550445", + "https://openalex.org/W2091576221", + "https://openalex.org/W2094138658", + "https://openalex.org/W2096118443", + "https://openalex.org/W2099940443", + "https://openalex.org/W2100024153", + "https://openalex.org/W2100537916", + "https://openalex.org/W2102201073", + "https://openalex.org/W2104593144", + "https://openalex.org/W2112076978", + "https://openalex.org/W2112090702", + "https://openalex.org/W2114996745", + "https://openalex.org/W2117707191", + "https://openalex.org/W2123619513", + "https://openalex.org/W2124261333", + "https://openalex.org/W2125055259", + "https://openalex.org/W2129018774", + "https://openalex.org/W2129879631", + "https://openalex.org/W2133941447", + "https://openalex.org/W2133990480", + "https://openalex.org/W2137983211", + "https://openalex.org/W2139212933", + "https://openalex.org/W2139669429", + "https://openalex.org/W2142384583", + "https://openalex.org/W2142889610", + "https://openalex.org/W2143893259", + "https://openalex.org/W2145052282", + "https://openalex.org/W2146082061", + "https://openalex.org/W2149706766", + "https://openalex.org/W2152195021", + "https://openalex.org/W2154929945", + "https://openalex.org/W2156909104", + "https://openalex.org/W2158454296", + "https://openalex.org/W2160598920", + "https://openalex.org/W2161302205", + "https://openalex.org/W2164576874", + "https://openalex.org/W2166275707", + "https://openalex.org/W2166559705", + "https://openalex.org/W2167917621", + "https://openalex.org/W2169654335", + "https://openalex.org/W2169768310", + "https://openalex.org/W2171331105", + "https://openalex.org/W2173213060", + "https://openalex.org/W2188268519", + "https://openalex.org/W2203709713", + "https://openalex.org/W2319660501", + "https://openalex.org/W2502697733", + "https://openalex.org/W2802348331", + "https://openalex.org/W2911964244", + "https://openalex.org/W2912565176", + "https://openalex.org/W3099514962", + "https://openalex.org/W3141738472", + "https://openalex.org/W3146803896", + "https://openalex.org/W3150719513", + "https://openalex.org/W3211952227", + "https://openalex.org/W4211007335", + "https://openalex.org/W4211064163", + "https://openalex.org/W4213332169", + "https://openalex.org/W4231918628", + "https://openalex.org/W4232872328", + "https://openalex.org/W4236137412", + "https://openalex.org/W4249991499", + "https://openalex.org/W4250857377", + "https://openalex.org/W4256360777", + "https://openalex.org/W4285719527", + "https://openalex.org/W4299670631", + "https://openalex.org/W6600247753", + "https://openalex.org/W6601962654", + "https://openalex.org/W6633310491", + "https://openalex.org/W6633402183", + "https://openalex.org/W6636895364", + "https://openalex.org/W6637131181", + "https://openalex.org/W6639223989", + "https://openalex.org/W6674887505", + "https://openalex.org/W6676769703", + "https://openalex.org/W6677572458", + "https://openalex.org/W6678524815", + "https://openalex.org/W6683882235", + "https://openalex.org/W6684325336", + "https://openalex.org/W6684920382", + "https://openalex.org/W6686806119", + "https://openalex.org/W6724329653", + "https://openalex.org/W7048738093" + ], + "related_works": [ + "https://openalex.org/W2357468538", + "https://openalex.org/W2085384747", + "https://openalex.org/W1577110157", + "https://openalex.org/W2106071040", + "https://openalex.org/W2088166309", + "https://openalex.org/W4312133475", + "https://openalex.org/W4238976562", + "https://openalex.org/W2276587472", + "https://openalex.org/W1835907303", + "https://openalex.org/W2133389611" + ], + "abstract_inverted_index": { + "This": [ + 0 + ], + "survey": [ + 1, + 7 + ], + "paper": [ + 2 + ], + "describes": [ + 3 + ], + "a": [ + 4, + 99 + ], + "focused": [ + 5 + ], + "literature": [ + 6 + ], + "of": [ + 8, + 22, + 28, + 38, + 43, + 76, + 82 + ], + "machine": [ + 9 + ], + "learning": [ + 10 + ], + "(ML)": [ + 11 + ], + "and": [ + 12, + 54, + 92 + ], + "data": [ + 13, + 57, + 67 + ], + "mining": [ + 14 + ], + "(DM)": [ + 15 + ], + "methods": [ + 16 + ], + "for": [ + 17, + 84, + 87 + ], + "cyber": [ + 18, + 66, + 88 + ], + "analytics": [ + 19 + ], + "in": [ + 20, + 61, + 70 + ], + "support": [ + 21 + ], + "intrusion": [ + 23 + ], + "detection.": [ + 24 + ], + "Short": [ + 25 + ], + "tutorial": [ + 26 + ], + "descriptions": [ + 27 + ], + "each": [ + 29, + 49 + ], + "ML/DM": [ + 30, + 62, + 71, + 77, + 86 + ], + "method": [ + 31, + 50, + 101 + ], + "are": [ + 32, + 58, + 72, + 102 + ], + "provided.": [ + 33, + 103 + ], + "Based": [ + 34 + ], + "on": [ + 35, + 95 + ], + "the": [ + 36, + 41 + ], + "number": [ + 37 + ], + "citations": [ + 39 + ], + "or": [ + 40 + ], + "relevance": [ + 42 + ], + "an": [ + 44 + ], + "emerging": [ + 45 + ], + "method,": [ + 46 + ], + "papers": [ + 47 + ], + "representing": [ + 48 + ], + "were": [ + 51 + ], + "identified,": [ + 52 + ], + "read,": [ + 53 + ], + "summarized.": [ + 55 + ], + "Because": [ + 56 + ], + "so": [ + 59 + ], + "important": [ + 60 + ], + "approaches,": [ + 63 + ], + "some": [ + 64, + 93 + ], + "well-known": [ + 65 + ], + "sets": [ + 68 + ], + "used": [ + 69 + ], + "described.": [ + 73 + ], + "The": [ + 74 + ], + "complexity": [ + 75 + ], + "algorithms": [ + 78 + ], + "is": [ + 79, + 90 + ], + "addressed,": [ + 80 + ], + "discussion": [ + 81 + ], + "challenges": [ + 83 + ], + "using": [ + 85 + ], + "security": [ + 89 + ], + "presented,": [ + 91 + ], + "recommendations": [ + 94 + ], + "when": [ + 96 + ], + "to": [ + 97 + ], + "use": [ + 98 + ], + "given": [ + 100 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 139 + }, + { + "year": 2025, + "cited_by_count": 371 + }, + { + "year": 2024, + "cited_by_count": 303 + }, + { + "year": 2023, + "cited_by_count": 326 + }, + { + "year": 2022, + "cited_by_count": 408 + }, + { + "year": 2021, + "cited_by_count": 454 + }, + { + "year": 2020, + "cited_by_count": 402 + }, + { + "year": 2019, + "cited_by_count": 317 + }, + { + "year": 2018, + "cited_by_count": 219 + }, + { + "year": 2017, + "cited_by_count": 72 + }, + { + "year": 2016, + "cited_by_count": 10 + }, + { + "year": 2015, + "cited_by_count": 1 + }, + { + "year": 2012, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W4213308398", + "doi": "https://doi.org/10.1007/978-3-030-05318-5", + "title": "Automated Machine Learning", + "display_name": "Automated Machine Learning", + "relevance_score": 2932.2896, + "publication_year": 2019, + "publication_date": "2019-01-01", + "ids": { + "openalex": "https://openalex.org/W4213308398", + "doi": "https://doi.org/10.1007/978-3-030-05318-5" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1007/978-3-030-05318-5", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1007/978-3-030-05318-5", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4210189751", + "display_name": "˜The œSpringer series on challenges in machine learning", + "issn_l": "2520-131X", + "issn": [ + "2520-131X", + "2520-1328" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319972", + "host_organization_name": "Springer International Publishing", + "host_organization_lineage": [ + "https://openalex.org/P4310319972", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "Springer International Publishing", + "Springer Nature" + ], + "type": "book series" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "The Springer Series on Challenges in Machine Learning", + "raw_type": "book" + }, + "type": "book", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "hybrid", + "oa_url": "https://doi.org/10.1007/978-3-030-05318-5", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5031002895", + "display_name": "Frank Hutter", + "orcid": "https://orcid.org/0000-0002-2037-3694" + }, + "institutions": [ + { + "id": "https://openalex.org/I161046081", + "display_name": "University of Freiburg", + "ror": "https://ror.org/0245cg223", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I161046081" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": true, + "raw_author_name": "Frank Hutter", + "raw_affiliation_strings": [ + "Department of Computer Science, University of Freiburg, Freiburg, Germany" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science, University of Freiburg, Freiburg, Germany", + "institution_ids": [ + "https://openalex.org/I161046081" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5032997049", + "display_name": "Lars Kotthoff", + "orcid": "https://orcid.org/0000-0003-4635-6873" + }, + "institutions": [ + { + "id": "https://openalex.org/I12834331", + "display_name": "University of Wyoming", + "ror": "https://ror.org/01485tq96", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I12834331" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Lars Kotthoff", + "raw_affiliation_strings": [ + "University of Wyoming, Laramie, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Wyoming, Laramie, USA", + "institution_ids": [ + "https://openalex.org/I12834331" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5016794035", + "display_name": "Joaquin Vanschoren", + "orcid": "https://orcid.org/0000-0001-7044-9805" + }, + "institutions": [ + { + "id": "https://openalex.org/I83019370", + "display_name": "Eindhoven University of Technology", + "ror": "https://ror.org/02c2kyt77", + "country_code": "NL", + "type": "education", + "lineage": [ + "https://openalex.org/I83019370" + ] + } + ], + "countries": [ + "NL" + ], + "is_corresponding": false, + "raw_author_name": "Joaquin Vanschoren", + "raw_affiliation_strings": [ + "Eindhoven University of Technology, Eindhoven, The Netherlands" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Eindhoven University of Technology, Eindhoven, The Netherlands", + "institution_ids": [ + "https://openalex.org/I83019370" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 3, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5031002895" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I161046081" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 76.3906, + "has_fulltext": true, + "cited_by_count": 1378, + "citation_normalized_percentile": { + "value": 0.99947479, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.32330000400543213, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.32330000400543213, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6049460172653198 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5378867983818054 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.4316948652267456 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6049460172653198 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5378867983818054 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.4316948652267456 + } + ], + "mesh": [], + "locations_count": 4, + "locations": [ + { + "id": "doi:10.1007/978-3-030-05318-5", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1007/978-3-030-05318-5", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4210189751", + "display_name": "˜The œSpringer series on challenges in machine learning", + "issn_l": "2520-131X", + "issn": [ + "2520-131X", + "2520-1328" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319972", + "host_organization_name": "Springer International Publishing", + "host_organization_lineage": [ + "https://openalex.org/P4310319972", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "Springer International Publishing", + "Springer Nature" + ], + "type": "book series" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "The Springer Series on Challenges in Machine Learning", + "raw_type": "book" + }, + { + "id": "pmh:tue:oai:pure.tue.nl:publications/14f00e7a-0861-477a-81f6-5b5c51f660f4", + "is_oa": true, + "landing_page_url": "https://research.tue.nl/nl/publications/14f00e7a-0861-477a-81f6-5b5c51f660f4", + "pdf_url": "https://research.tue.nl/nl/publications/14f00e7a-0861-477a-81f6-5b5c51f660f4", + "source": { + "id": "https://openalex.org/S4306401843", + "display_name": "Data Archiving and Networked Services (DANS)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1322597698", + "host_organization_name": "Royal Netherlands Academy of Arts and Sciences", + "host_organization_lineage": [ + "https://openalex.org/I1322597698" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "public-domain", + "license_id": "https://openalex.org/licenses/public-domain", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "info:eu-repo/semantics/book" + }, + { + "id": "pmh:oai:doab-books:43691", + "is_oa": true, + "landing_page_url": "http://www.oapen.org/download/?type=document&docid=1007149", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400539", + "display_name": "Directory of Open access Books (OAPEN Foundation)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by-nc-nd", + "license_id": "https://openalex.org/licenses/cc-by-nc-nd", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "book" + }, + { + "id": "pmh:oai:pure.tue.nl:publications/14f00e7a-0861-477a-81f6-5b5c51f660f4", + "is_oa": false, + "landing_page_url": "https://research.tue.nl/en/publications/14f00e7a-0861-477a-81f6-5b5c51f660f4", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4406922641", + "display_name": "TU/e Research Portal", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + } + ], + "best_oa_location": { + "id": "doi:10.1007/978-3-030-05318-5", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1007/978-3-030-05318-5", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4210189751", + "display_name": "˜The œSpringer series on challenges in machine learning", + "issn_l": "2520-131X", + "issn": [ + "2520-131X", + "2520-1328" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319972", + "host_organization_name": "Springer International Publishing", + "host_organization_lineage": [ + "https://openalex.org/P4310319972", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "Springer International Publishing", + "Springer Nature" + ], + "type": "book series" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "The Springer Series on Challenges in Machine Learning", + "raw_type": "book" + }, + "sustainable_development_goals": [], + "awards": [ + { + "id": "https://openalex.org/G6636476603", + "display_name": "Data-Driven Methods for Modelling and Optimizing the Empirical Performance of Deep Neural Networks", + "funder_award_id": "716721", + "funder_id": "https://openalex.org/F4320320300", + "funder_display_name": "European Commission" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320313934", + "display_name": "Institut national de recherche en informatique et en automatique (INRIA)", + "ror": "https://ror.org/02kvxyf05" + }, + { + "id": "https://openalex.org/F4320315803", + "display_name": "Centres de Recerca de Catalunya", + "ror": null + }, + { + "id": "https://openalex.org/F4320320300", + "display_name": "European Commission", + "ror": "https://ror.org/00k4n6c32" + }, + { + "id": "https://openalex.org/F4320320879", + "display_name": "Deutsche Forschungsgemeinschaft", + "ror": "https://ror.org/018mejw64" + }, + { + "id": "https://openalex.org/F4320321505", + "display_name": "Generalitat de Catalunya", + "ror": "https://ror.org/01bg62x04" + }, + { + "id": "https://openalex.org/F4320334593", + "display_name": "Natural Sciences and Engineering Research Council of Canada", + "ror": "https://ror.org/01h531d29" + }, + { + "id": "https://openalex.org/F4320336677", + "display_name": "BrainLinks-BrainTools", + "ror": null + } + ], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 463, + "referenced_works": [ + "https://openalex.org/W6908809", + "https://openalex.org/W24696228", + "https://openalex.org/W28412257", + "https://openalex.org/W41730657", + "https://openalex.org/W54639073", + "https://openalex.org/W60686164", + "https://openalex.org/W62188234", + "https://openalex.org/W76131926", + "https://openalex.org/W76331760", + "https://openalex.org/W85803853", + "https://openalex.org/W100047375", + "https://openalex.org/W114730584", + "https://openalex.org/W116375701", + "https://openalex.org/W122178443", + "https://openalex.org/W135104305", + "https://openalex.org/W138547447", + "https://openalex.org/W145519053", + "https://openalex.org/W148859753", + "https://openalex.org/W172742023", + "https://openalex.org/W174542576", + "https://openalex.org/W192975702", + "https://openalex.org/W198580638", + "https://openalex.org/W202805564", + "https://openalex.org/W202978992", + "https://openalex.org/W358897728", + "https://openalex.org/W603776396", + "https://openalex.org/W1165382972", + "https://openalex.org/W1471542436", + "https://openalex.org/W1480330138", + "https://openalex.org/W1484746829", + "https://openalex.org/W1488960379", + "https://openalex.org/W1491420040", + "https://openalex.org/W1494192115", + "https://openalex.org/W1494580925", + "https://openalex.org/W1500302649", + "https://openalex.org/W1501110974", + "https://openalex.org/W1503705371", + "https://openalex.org/W1507030697", + "https://openalex.org/W1512747601", + "https://openalex.org/W1516621661", + "https://openalex.org/W1519451279", + "https://openalex.org/W1520992199", + "https://openalex.org/W1522301498", + "https://openalex.org/W1528411633", + "https://openalex.org/W1533803232", + "https://openalex.org/W1534069108", + "https://openalex.org/W1534477342", + "https://openalex.org/W1535039099", + "https://openalex.org/W1539741229", + "https://openalex.org/W1542791059", + "https://openalex.org/W1543201103", + "https://openalex.org/W1549223806", + "https://openalex.org/W1556753024", + "https://openalex.org/W1565746575", + "https://openalex.org/W1568834902", + "https://openalex.org/W1569757501", + "https://openalex.org/W1575029535", + "https://openalex.org/W1575661061", + "https://openalex.org/W1577932924", + "https://openalex.org/W1581066146", + "https://openalex.org/W1588486985", + "https://openalex.org/W1588628884", + "https://openalex.org/W1588959569", + "https://openalex.org/W1589492330", + "https://openalex.org/W1593343777", + "https://openalex.org/W1598052524", + "https://openalex.org/W1601795611", + "https://openalex.org/W1604262624", + "https://openalex.org/W1631708156", + "https://openalex.org/W1638732406", + "https://openalex.org/W1640798781", + "https://openalex.org/W1647221522", + "https://openalex.org/W1661871015", + "https://openalex.org/W1663203009", + "https://openalex.org/W1663583528", + "https://openalex.org/W1678356000", + "https://openalex.org/W1680392829", + "https://openalex.org/W1690919088", + "https://openalex.org/W1701825639", + "https://openalex.org/W1758907577", + "https://openalex.org/W1763644767", + "https://openalex.org/W1840091437", + "https://openalex.org/W1868018859", + "https://openalex.org/W1880189740", + "https://openalex.org/W1886872224", + "https://openalex.org/W1922017469", + "https://openalex.org/W1925428099", + "https://openalex.org/W1925504357", + "https://openalex.org/W1935590542", + "https://openalex.org/W1965555277", + "https://openalex.org/W1968634175", + "https://openalex.org/W1969163824", + "https://openalex.org/W1971713783", + "https://openalex.org/W1973229481", + "https://openalex.org/W1979769287", + "https://openalex.org/W1980264541", + "https://openalex.org/W1981903823", + "https://openalex.org/W1984557319", + "https://openalex.org/W1985995090", + "https://openalex.org/W1986490585", + "https://openalex.org/W1986543815", + "https://openalex.org/W1986929000", + "https://openalex.org/W1989048657", + "https://openalex.org/W1994197834", + "https://openalex.org/W1994326354", + "https://openalex.org/W2001485654", + "https://openalex.org/W2040730773", + "https://openalex.org/W2040884411", + "https://openalex.org/W2048430744", + "https://openalex.org/W2050310928", + "https://openalex.org/W2051346631", + "https://openalex.org/W2056224615", + "https://openalex.org/W2057261601", + "https://openalex.org/W2062118960", + "https://openalex.org/W2062227835", + "https://openalex.org/W2064186732", + "https://openalex.org/W2074702228", + "https://openalex.org/W2074724805", + "https://openalex.org/W2078885513", + "https://openalex.org/W2083542829", + "https://openalex.org/W2084136177", + "https://openalex.org/W2084150578", + "https://openalex.org/W2087817842", + "https://openalex.org/W2089213632", + "https://openalex.org/W2089217417", + "https://openalex.org/W2090136295", + "https://openalex.org/W2091118421", + "https://openalex.org/W2095655959", + "https://openalex.org/W2095705004", + "https://openalex.org/W2096863518", + "https://openalex.org/W2097998348", + "https://openalex.org/W2099201756", + "https://openalex.org/W2101234009", + "https://openalex.org/W2101341561", + "https://openalex.org/W2102770307", + "https://openalex.org/W2105031846", + "https://openalex.org/W2106411961", + "https://openalex.org/W2106614481", + "https://openalex.org/W2107853397", + "https://openalex.org/W2108626634", + "https://openalex.org/W2109042184", + "https://openalex.org/W2109346685", + "https://openalex.org/W2111935653", + "https://openalex.org/W2112204321", + "https://openalex.org/W2112364454", + "https://openalex.org/W2113145584", + "https://openalex.org/W2113207845", + "https://openalex.org/W2113584252", + "https://openalex.org/W2115733720", + "https://openalex.org/W2115763804", + "https://openalex.org/W2116882733", + "https://openalex.org/W2117539524", + "https://openalex.org/W2118789407", + "https://openalex.org/W2119814172", + "https://openalex.org/W2120420045", + "https://openalex.org/W2122053572", + "https://openalex.org/W2122379760", + "https://openalex.org/W2122776323", + "https://openalex.org/W2123395972", + "https://openalex.org/W2123649031", + "https://openalex.org/W2124022122", + "https://openalex.org/W2124290836", + "https://openalex.org/W2124802506", + "https://openalex.org/W2125849100", + "https://openalex.org/W2125877832", + "https://openalex.org/W2126204609", + "https://openalex.org/W2126559945", + "https://openalex.org/W2126964466", + "https://openalex.org/W2127416213", + "https://openalex.org/W2129458072", + "https://openalex.org/W2130942839", + "https://openalex.org/W2131241448", + "https://openalex.org/W2131822674", + "https://openalex.org/W2133418613", + "https://openalex.org/W2133958955", + "https://openalex.org/W2136139971", + "https://openalex.org/W2136636278", + "https://openalex.org/W2137825550", + "https://openalex.org/W2138784882", + "https://openalex.org/W2139805416", + "https://openalex.org/W2141125852", + "https://openalex.org/W2141408223", + "https://openalex.org/W2142334564", + "https://openalex.org/W2142959074", + "https://openalex.org/W2143104527", + "https://openalex.org/W2144656844", + "https://openalex.org/W2144752499", + "https://openalex.org/W2144981148", + "https://openalex.org/W2145287260", + "https://openalex.org/W2145339207", + "https://openalex.org/W2145955992", + "https://openalex.org/W2146502635", + "https://openalex.org/W2149731329", + "https://openalex.org/W2150446468", + "https://openalex.org/W2152589362", + "https://openalex.org/W2153667946", + "https://openalex.org/W2154776925", + "https://openalex.org/W2155853132", + "https://openalex.org/W2156417353", + "https://openalex.org/W2157069634", + "https://openalex.org/W2160644528", + "https://openalex.org/W2163605009", + "https://openalex.org/W2163922914", + "https://openalex.org/W2165607334", + "https://openalex.org/W2165698076", + "https://openalex.org/W2165962877", + "https://openalex.org/W2166107799", + "https://openalex.org/W2168175751", + "https://openalex.org/W2168939893", + "https://openalex.org/W2171033594", + "https://openalex.org/W2171658832", + "https://openalex.org/W2181956361", + "https://openalex.org/W2182070128", + "https://openalex.org/W2182361439", + "https://openalex.org/W2183341477", + "https://openalex.org/W2183704914", + "https://openalex.org/W2186013251", + "https://openalex.org/W2189149359", + "https://openalex.org/W2192203593", + "https://openalex.org/W2194775991", + "https://openalex.org/W2200000192", + "https://openalex.org/W2210969396", + "https://openalex.org/W2226783037", + "https://openalex.org/W2234598170", + "https://openalex.org/W2234898963", + "https://openalex.org/W2249362929", + "https://openalex.org/W2250178193", + "https://openalex.org/W2257979135", + "https://openalex.org/W2266822037", + "https://openalex.org/W2270245739", + "https://openalex.org/W2271971987", + "https://openalex.org/W2282339125", + "https://openalex.org/W2295598076", + "https://openalex.org/W2295739661", + "https://openalex.org/W2309832917", + "https://openalex.org/W2317747985", + "https://openalex.org/W2344075909", + "https://openalex.org/W2346138280", + "https://openalex.org/W2346573293", + "https://openalex.org/W2368061054", + "https://openalex.org/W2384495648", + "https://openalex.org/W2395916875", + "https://openalex.org/W2396466031", + "https://openalex.org/W2396961612", + "https://openalex.org/W2397115702", + "https://openalex.org/W2399500811", + "https://openalex.org/W2399851305", + "https://openalex.org/W2400084313", + "https://openalex.org/W2407014344", + "https://openalex.org/W2407212869", + "https://openalex.org/W2418011751", + "https://openalex.org/W2465345967", + "https://openalex.org/W2467110937", + "https://openalex.org/W2472819217", + "https://openalex.org/W2474440862", + "https://openalex.org/W2486444208", + "https://openalex.org/W2504108613", + "https://openalex.org/W2522203492", + "https://openalex.org/W2531409750", + "https://openalex.org/W2549852851", + "https://openalex.org/W2551342063", + "https://openalex.org/W2553303224", + "https://openalex.org/W2555886487", + "https://openalex.org/W2556372419", + "https://openalex.org/W2556522401", + "https://openalex.org/W2560674852", + "https://openalex.org/W2563364594", + "https://openalex.org/W2571670780", + "https://openalex.org/W2578206533", + "https://openalex.org/W2580087858", + "https://openalex.org/W2585240214", + "https://openalex.org/W2587014634", + "https://openalex.org/W2588803499", + "https://openalex.org/W2593649365", + "https://openalex.org/W2593649546", + "https://openalex.org/W2594475271", + "https://openalex.org/W2596367596", + "https://openalex.org/W2601450892", + "https://openalex.org/W2604763608", + "https://openalex.org/W2604766410", + "https://openalex.org/W2608595939", + "https://openalex.org/W2608702473", + "https://openalex.org/W2610817424", + "https://openalex.org/W2613868844", + "https://openalex.org/W2616180702", + "https://openalex.org/W2616619952", + "https://openalex.org/W2618530766", + "https://openalex.org/W2619184049", + "https://openalex.org/W2620641980", + "https://openalex.org/W2620689287", + "https://openalex.org/W2622730215", + "https://openalex.org/W2623091261", + "https://openalex.org/W2624086852", + "https://openalex.org/W2624473996", + "https://openalex.org/W2626984672", + "https://openalex.org/W2725660645", + "https://openalex.org/W2728797307", + "https://openalex.org/W2734383650", + "https://openalex.org/W2740438624", + "https://openalex.org/W2741261073", + "https://openalex.org/W2741430497", + "https://openalex.org/W2746314669", + "https://openalex.org/W2748513770", + "https://openalex.org/W2751836095", + "https://openalex.org/W2752331852", + "https://openalex.org/W2752852504", + "https://openalex.org/W2753160622", + "https://openalex.org/W2753433947", + "https://openalex.org/W2756085244", + "https://openalex.org/W2765407302", + "https://openalex.org/W2768408766", + "https://openalex.org/W2769653148", + "https://openalex.org/W2769743674", + "https://openalex.org/W2772089072", + "https://openalex.org/W2773108397", + "https://openalex.org/W2773706593", + "https://openalex.org/W2774246732", + "https://openalex.org/W2775233965", + "https://openalex.org/W2777138789", + "https://openalex.org/W2777539043", + "https://openalex.org/W2778618317", + "https://openalex.org/W2778633128", + "https://openalex.org/W2778749116", + "https://openalex.org/W2780562800", + "https://openalex.org/W2782093256", + "https://openalex.org/W2783201493", + "https://openalex.org/W2784287478", + "https://openalex.org/W2785444061", + "https://openalex.org/W2785494456", + "https://openalex.org/W2787035179", + "https://openalex.org/W2787189300", + "https://openalex.org/W2787501667", + "https://openalex.org/W2788079077", + "https://openalex.org/W2788110787", + "https://openalex.org/W2788853733", + "https://openalex.org/W2789487674", + "https://openalex.org/W2793670633", + "https://openalex.org/W2793695846", + "https://openalex.org/W2794356495", + "https://openalex.org/W2796265726", + "https://openalex.org/W2803311163", + "https://openalex.org/W2803435037", + "https://openalex.org/W2804534929", + "https://openalex.org/W2808938483", + "https://openalex.org/W2809054435", + "https://openalex.org/W2809880372", + "https://openalex.org/W2809899846", + "https://openalex.org/W2818275232", + "https://openalex.org/W2826306652", + "https://openalex.org/W2884528674", + "https://openalex.org/W2885311373", + "https://openalex.org/W2885487916", + "https://openalex.org/W2885820039", + "https://openalex.org/W2886200920", + "https://openalex.org/W2887612286", + "https://openalex.org/W2889130221", + "https://openalex.org/W2899771611", + "https://openalex.org/W2902994895", + "https://openalex.org/W2903995489", + "https://openalex.org/W2911090636", + "https://openalex.org/W2913566062", + "https://openalex.org/W2913668833", + "https://openalex.org/W2914694469", + "https://openalex.org/W2947123069", + "https://openalex.org/W2949264490", + "https://openalex.org/W2950277768", + "https://openalex.org/W2950326163", + "https://openalex.org/W2950330175", + "https://openalex.org/W2950680102", + "https://openalex.org/W2950731343", + "https://openalex.org/W2951104886", + "https://openalex.org/W2951775784", + "https://openalex.org/W2952074906", + "https://openalex.org/W2952125132", + "https://openalex.org/W2953384591", + "https://openalex.org/W2963216850", + "https://openalex.org/W2963263347", + "https://openalex.org/W2963305465", + "https://openalex.org/W2963341924", + "https://openalex.org/W2963446712", + "https://openalex.org/W2963474950", + "https://openalex.org/W2963565814", + "https://openalex.org/W2963628712", + "https://openalex.org/W2963775850", + "https://openalex.org/W2963778169", + "https://openalex.org/W2963815651", + "https://openalex.org/W2963821229", + "https://openalex.org/W2963840672", + "https://openalex.org/W2963905884", + "https://openalex.org/W2964025389", + "https://openalex.org/W2964029277", + "https://openalex.org/W2964054038", + "https://openalex.org/W2964081807", + "https://openalex.org/W2964137095", + "https://openalex.org/W2965658867", + "https://openalex.org/W2997644599", + "https://openalex.org/W3000180494", + "https://openalex.org/W3006551545", + "https://openalex.org/W3023169168", + "https://openalex.org/W3026324026", + "https://openalex.org/W3035219538", + "https://openalex.org/W3043188097", + "https://openalex.org/W3099343340", + "https://openalex.org/W3099934359", + "https://openalex.org/W3100055683", + "https://openalex.org/W3102978735", + "https://openalex.org/W3118608800", + "https://openalex.org/W3120740533", + "https://openalex.org/W3122943284", + "https://openalex.org/W3124229194", + "https://openalex.org/W3195149063", + "https://openalex.org/W4205687621", + "https://openalex.org/W4211049957", + "https://openalex.org/W4226503094", + "https://openalex.org/W4232158517", + "https://openalex.org/W4233965824", + "https://openalex.org/W4234228486", + "https://openalex.org/W4237910115", + "https://openalex.org/W4239181501", + "https://openalex.org/W4243562335", + "https://openalex.org/W4246635279", + "https://openalex.org/W4247950230", + "https://openalex.org/W4250224875", + "https://openalex.org/W4255491615", + "https://openalex.org/W4289752289", + "https://openalex.org/W4289763996", + "https://openalex.org/W4293407356", + "https://openalex.org/W4293407536", + "https://openalex.org/W4293870975", + "https://openalex.org/W4294375521", + "https://openalex.org/W4294646197", + "https://openalex.org/W4295185264", + "https://openalex.org/W4295292688", + "https://openalex.org/W4295727797", + "https://openalex.org/W4297670622", + "https://openalex.org/W4297733768", + "https://openalex.org/W4297778814", + "https://openalex.org/W4297800546", + "https://openalex.org/W4297803580", + "https://openalex.org/W4297917482", + "https://openalex.org/W4298052809", + "https://openalex.org/W4298342842", + "https://openalex.org/W4298826872", + "https://openalex.org/W4299518610", + "https://openalex.org/W4300001399", + "https://openalex.org/W4300197707", + "https://openalex.org/W4300427683", + "https://openalex.org/W4300687381", + "https://openalex.org/W4300687870", + "https://openalex.org/W4300716136", + "https://openalex.org/W4300799480", + "https://openalex.org/W4300971732", + "https://openalex.org/W4301181331", + "https://openalex.org/W4301260059", + "https://openalex.org/W4302594429", + "https://openalex.org/W4302768905", + "https://openalex.org/W4302793682", + "https://openalex.org/W4303633609", + "https://openalex.org/W4313169793", + "https://openalex.org/W4324106947", + "https://openalex.org/W4387808640", + "https://openalex.org/W4394633966", + "https://openalex.org/W4394672493" + ], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W3046775127", + "https://openalex.org/W3107602296", + "https://openalex.org/W3170094116", + "https://openalex.org/W4386462264", + "https://openalex.org/W4313488044", + "https://openalex.org/W3209574120", + "https://openalex.org/W4312192474", + "https://openalex.org/W4210805261" + ], + "abstract_inverted_index": { + "This": [ + 0 + ], + "open": [ + 1 + ], + "access": [ + 2 + ], + "book": [ + 3 + ], + "gives": [ + 4 + ], + "the": [ + 5, + 29 + ], + "first": [ + 6, + 30 + ], + "comprehensive": [ + 7 + ], + "overview": [ + 8 + ], + "of": [ + 9, + 19, + 33 + ], + "general": [ + 10 + ], + "methods": [ + 11 + ], + "in": [ + 12 + ], + "Automatic": [ + 13 + ], + "Machine": [ + 14 + ], + "Learning,": [ + 15 + ], + "AutoML,": [ + 16 + ], + "collects": [ + 17 + ], + "descriptions": [ + 18 + ], + "existing": [ + 20 + ], + "AutoML": [ + 21, + 34 + ], + "systems": [ + 22 + ], + "based": [ + 23 + ], + "on": [ + 24 + ], + "these": [ + 25 + ], + "methods,": [ + 26 + ], + "and": [ + 27 + ], + "discusses": [ + 28 + ], + "international": [ + 31 + ], + "challenge": [ + 32 + ], + "systems.": [ + 35 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 77 + }, + { + "year": 2025, + "cited_by_count": 270 + }, + { + "year": 2024, + "cited_by_count": 240 + }, + { + "year": 2023, + "cited_by_count": 230 + }, + { + "year": 2022, + "cited_by_count": 223 + }, + { + "year": 2021, + "cited_by_count": 212 + }, + { + "year": 2020, + "cited_by_count": 107 + }, + { + "year": 2019, + "cited_by_count": 19 + } + ], + "updated_date": "2026-05-28T09:10:13.091523", + "created_date": "2022-02-24T00:00:00" + }, + { + "id": "https://openalex.org/W2168029744", + "doi": "https://doi.org/10.1214/009053607000000677", + "title": "Kernel methods in machine learning", + "display_name": "Kernel methods in machine learning", + "relevance_score": 2930.3071, + "publication_year": 2008, + "publication_date": "2008-05-26", + "ids": { + "openalex": "https://openalex.org/W2168029744", + "doi": "https://doi.org/10.1214/009053607000000677", + "mag": "2168029744" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1214/009053607000000677", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1214/009053607000000677", + "pdf_url": "https://projecteuclid.org/journals/annals-of-statistics/volume-36/issue-3/Kernel-methods-in-machine-learning/10.1214/009053607000000677.pdf", + "source": { + "id": "https://openalex.org/S119757635", + "display_name": "The Annals of Statistics", + "issn_l": "0090-5364", + "issn": [ + "0090-5364", + "2168-8966" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319881", + "host_organization_name": "Institute of Mathematical Statistics", + "host_organization_lineage": [ + "https://openalex.org/P4310319881" + ], + "host_organization_lineage_names": [ + "Institute of Mathematical Statistics" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "The Annals of Statistics", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "arxiv", + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "bronze", + "oa_url": "https://projecteuclid.org/journals/annals-of-statistics/volume-36/issue-3/Kernel-methods-in-machine-learning/10.1214/009053607000000677.pdf", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": null, + "display_name": "Thomas Hofmann", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I42894916", + "display_name": "Data61", + "ror": "https://ror.org/03q397159", + "country_code": "AU", + "type": "other", + "lineage": [ + "https://openalex.org/I1292875679", + "https://openalex.org/I2801453606", + "https://openalex.org/I42894916", + "https://openalex.org/I4387156119" + ] + } + ], + "countries": [ + "AU" + ], + "is_corresponding": true, + "raw_author_name": "Thomas Hofmann", + "raw_affiliation_strings": [ + "Darmstadt University of Technology, Max Planck Institute for Biological Cybernetics and National ICT Australia" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Darmstadt University of Technology, Max Planck Institute for Biological Cybernetics and National ICT Australia", + "institution_ids": [ + "https://openalex.org/I42894916" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": null, + "display_name": "Bernhard Schölkopf", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Bernhard Schölkopf", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "last", + "author": { + "id": null, + "display_name": "Alexander J. Smola", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I42894916", + "display_name": "Data61", + "ror": "https://ror.org/03q397159", + "country_code": "AU", + "type": "other", + "lineage": [ + "https://openalex.org/I1292875679", + "https://openalex.org/I2801453606", + "https://openalex.org/I42894916", + "https://openalex.org/I4387156119" + ] + }, + { + "id": "https://openalex.org/I4210112925", + "display_name": "Max Planck Institute for Biological Cybernetics", + "ror": "https://ror.org/026nmvv73", + "country_code": "DE", + "type": "facility", + "lineage": [ + "https://openalex.org/I149899117", + "https://openalex.org/I4210112925" + ] + } + ], + "countries": [ + "AU", + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Alexander J. Smola", + "raw_affiliation_strings": [ + "Darmstadt University of Technology, Max Planck Institute for Biological Cybernetics and National ICT Australia", + "MAX PLANCK INSTITUTE FOR BIOLOGICAL CYBERNETICS TBINGEN GERMANY" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Darmstadt University of Technology, Max Planck Institute for Biological Cybernetics and National ICT Australia", + "institution_ids": [ + "https://openalex.org/I42894916" + ] + }, + { + "raw_affiliation_string": "MAX PLANCK INSTITUTE FOR BIOLOGICAL CYBERNETICS TBINGEN GERMANY", + "institution_ids": [ + "https://openalex.org/I4210112925" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 3, + "corresponding_author_ids": [], + "corresponding_institution_ids": [ + "https://openalex.org/I42894916" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 26.4332, + "has_fulltext": true, + "cited_by_count": 1588, + "citation_normalized_percentile": { + "value": 0.99597728, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "36", + "issue": "3", + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12814", + "display_name": "Gaussian Processes and Bayesian Inference", + "score": 0.2791999876499176, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12814", + "display_name": "Gaussian Processes and Bayesian Inference", + "score": 0.2791999876499176, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11612", + "display_name": "Stochastic Gradient Optimization Techniques", + "score": 0.27090001106262207, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10136", + "display_name": "Statistical Methods and Inference", + "score": 0.1281999945640564, + "subfield": { + "id": "https://openalex.org/subfields/2613", + "display_name": "Statistics and Probability" + }, + "field": { + "id": "https://openalex.org/fields/26", + "display_name": "Mathematics" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/reproducing-kernel-hilbert-space", + "display_name": "Reproducing kernel Hilbert space", + "score": 0.7440000176429749 + }, + { + "id": "https://openalex.org/keywords/kernel", + "display_name": "Kernel (algebra)", + "score": 0.5529999732971191 + }, + { + "id": "https://openalex.org/keywords/kernel-method", + "display_name": "Kernel method", + "score": 0.5508999824523926 + }, + { + "id": "https://openalex.org/keywords/hilbert-space", + "display_name": "Hilbert space", + "score": 0.48159998655319214 + }, + { + "id": "https://openalex.org/keywords/binary-classification", + "display_name": "Binary classification", + "score": 0.45410001277923584 + }, + { + "id": "https://openalex.org/keywords/range", + "display_name": "Range (aeronautics)", + "score": 0.4406000077724457 + }, + { + "id": "https://openalex.org/keywords/kernel-embedding-of-distributions", + "display_name": "Kernel embedding of distributions", + "score": 0.43630000948905945 + }, + { + "id": "https://openalex.org/keywords/representer-theorem", + "display_name": "Representer theorem", + "score": 0.42590001225471497 + }, + { + "id": "https://openalex.org/keywords/pattern-recognition", + "display_name": "Pattern recognition (psychology)", + "score": 0.34369999170303345 + }, + { + "id": "https://openalex.org/keywords/radial-basis-function-kernel", + "display_name": "Radial basis function kernel", + "score": 0.34049999713897705 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C80884492", + "wikidata": "https://www.wikidata.org/wiki/Q3345678", + "display_name": "Reproducing kernel Hilbert space", + "level": 3, + "score": 0.7440000176429749 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6704999804496765 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6018999814987183 + }, + { + "id": "https://openalex.org/C74193536", + "wikidata": "https://www.wikidata.org/wiki/Q574844", + "display_name": "Kernel (algebra)", + "level": 2, + "score": 0.5529999732971191 + }, + { + "id": "https://openalex.org/C122280245", + "wikidata": "https://www.wikidata.org/wiki/Q620622", + "display_name": "Kernel method", + "level": 3, + "score": 0.5508999824523926 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.5184000134468079 + }, + { + "id": "https://openalex.org/C62799726", + "wikidata": "https://www.wikidata.org/wiki/Q190056", + "display_name": "Hilbert space", + "level": 2, + "score": 0.48159998655319214 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.46219998598098755 + }, + { + "id": "https://openalex.org/C66905080", + "wikidata": "https://www.wikidata.org/wiki/Q17005494", + "display_name": "Binary classification", + "level": 3, + "score": 0.45410001277923584 + }, + { + "id": "https://openalex.org/C204323151", + "wikidata": "https://www.wikidata.org/wiki/Q905424", + "display_name": "Range (aeronautics)", + "level": 2, + "score": 0.4406000077724457 + }, + { + "id": "https://openalex.org/C134517425", + "wikidata": "https://www.wikidata.org/wiki/Q16000131", + "display_name": "Kernel embedding of distributions", + "level": 4, + "score": 0.43630000948905945 + }, + { + "id": "https://openalex.org/C172623408", + "wikidata": "https://www.wikidata.org/wiki/Q7314263", + "display_name": "Representer theorem", + "level": 5, + "score": 0.42590001225471497 + }, + { + "id": "https://openalex.org/C153180895", + "wikidata": "https://www.wikidata.org/wiki/Q7148389", + "display_name": "Pattern recognition (psychology)", + "level": 2, + "score": 0.34369999170303345 + }, + { + "id": "https://openalex.org/C75866337", + "wikidata": "https://www.wikidata.org/wiki/Q7280263", + "display_name": "Radial basis function kernel", + "level": 4, + "score": 0.34049999713897705 + }, + { + "id": "https://openalex.org/C140417398", + "wikidata": "https://www.wikidata.org/wiki/Q16933942", + "display_name": "Tree kernel", + "level": 5, + "score": 0.3375000059604645 + }, + { + "id": "https://openalex.org/C58973888", + "wikidata": "https://www.wikidata.org/wiki/Q1041418", + "display_name": "Semi-supervised learning", + "level": 2, + "score": 0.32499998807907104 + }, + { + "id": "https://openalex.org/C14036430", + "wikidata": "https://www.wikidata.org/wiki/Q3736076", + "display_name": "Function (biology)", + "level": 2, + "score": 0.3230000138282776 + }, + { + "id": "https://openalex.org/C22367795", + "wikidata": "https://www.wikidata.org/wiki/Q7625208", + "display_name": "Structured prediction", + "level": 2, + "score": 0.3158000111579895 + }, + { + "id": "https://openalex.org/C160446489", + "wikidata": "https://www.wikidata.org/wiki/Q7226642", + "display_name": "Polynomial kernel", + "level": 4, + "score": 0.3151000142097473 + }, + { + "id": "https://openalex.org/C115903097", + "wikidata": "https://www.wikidata.org/wiki/Q7094097", + "display_name": "Online machine learning", + "level": 3, + "score": 0.31119999289512634 + }, + { + "id": "https://openalex.org/C65660741", + "wikidata": "https://www.wikidata.org/wiki/Q3952743", + "display_name": "Score", + "level": 2, + "score": 0.3109000027179718 + }, + { + "id": "https://openalex.org/C12267149", + "wikidata": "https://www.wikidata.org/wiki/Q282453", + "display_name": "Support vector machine", + "level": 2, + "score": 0.30809998512268066 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.2989000082015991 + }, + { + "id": "https://openalex.org/C77967617", + "wikidata": "https://www.wikidata.org/wiki/Q4677561", + "display_name": "Active learning (machine learning)", + "level": 2, + "score": 0.295199990272522 + }, + { + "id": "https://openalex.org/C158622935", + "wikidata": "https://www.wikidata.org/wiki/Q660848", + "display_name": "Nonlinear system", + "level": 2, + "score": 0.28299999237060547 + }, + { + "id": "https://openalex.org/C48372109", + "wikidata": "https://www.wikidata.org/wiki/Q3913", + "display_name": "Binary number", + "level": 2, + "score": 0.27970001101493835 + }, + { + "id": "https://openalex.org/C51632099", + "wikidata": "https://www.wikidata.org/wiki/Q3985153", + "display_name": "Training set", + "level": 2, + "score": 0.2784000039100647 + }, + { + "id": "https://openalex.org/C2780428219", + "wikidata": "https://www.wikidata.org/wiki/Q16952335", + "display_name": "Cover (algebra)", + "level": 2, + "score": 0.27799999713897705 + }, + { + "id": "https://openalex.org/C115051666", + "wikidata": "https://www.wikidata.org/wiki/Q6522493", + "display_name": "Ranging", + "level": 2, + "score": 0.2750999927520752 + }, + { + "id": "https://openalex.org/C136389625", + "wikidata": "https://www.wikidata.org/wiki/Q334384", + "display_name": "Supervised learning", + "level": 3, + "score": 0.27230000495910645 + }, + { + "id": "https://openalex.org/C21080849", + "wikidata": "https://www.wikidata.org/wiki/Q13611879", + "display_name": "Data point", + "level": 2, + "score": 0.26989999413490295 + }, + { + "id": "https://openalex.org/C2778572836", + "wikidata": "https://www.wikidata.org/wiki/Q380933", + "display_name": "Space (punctuation)", + "level": 2, + "score": 0.25369998812675476 + } + ], + "mesh": [], + "locations_count": 4, + "locations": [ + { + "id": "doi:10.1214/009053607000000677", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1214/009053607000000677", + "pdf_url": "https://projecteuclid.org/journals/annals-of-statistics/volume-36/issue-3/Kernel-methods-in-machine-learning/10.1214/009053607000000677.pdf", + "source": { + "id": "https://openalex.org/S119757635", + "display_name": "The Annals of Statistics", + "issn_l": "0090-5364", + "issn": [ + "0090-5364", + "2168-8966" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319881", + "host_organization_name": "Institute of Mathematical Statistics", + "host_organization_lineage": [ + "https://openalex.org/P4310319881" + ], + "host_organization_lineage_names": [ + "Institute of Mathematical Statistics" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "The Annals of Statistics", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:arXiv.org:math/0701907", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/math/0701907", + "pdf_url": "https://arxiv.org/pdf/math/0701907", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:CULeuclid:euclid.aos/1211819561", + "is_oa": false, + "landing_page_url": "http://projecteuclid.org/euclid.aos/1211819561", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400787", + "display_name": "Project Euclid (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Text" + }, + { + "id": "pmh:oai:openresearch-repository.anu.edu.au:1885/100161", + "is_oa": true, + "landing_page_url": "http://hdl.handle.net/1885/100161", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402539", + "display_name": "ANU Open Research (Australian National University)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I118347636", + "host_organization_name": "Australian National University", + "host_organization_lineage": [ + "https://openalex.org/I118347636" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "other-oa", + "license_id": "https://openalex.org/licenses/other-oa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Annals of Statistics", + "raw_type": "Journal article" + } + ], + "best_oa_location": { + "id": "doi:10.1214/009053607000000677", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1214/009053607000000677", + "pdf_url": "https://projecteuclid.org/journals/annals-of-statistics/volume-36/issue-3/Kernel-methods-in-machine-learning/10.1214/009053607000000677.pdf", + "source": { + "id": "https://openalex.org/S119757635", + "display_name": "The Annals of Statistics", + "issn_l": "0090-5364", + "issn": [ + "0090-5364", + "2168-8966" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319881", + "host_organization_name": "Institute of Mathematical Statistics", + "host_organization_lineage": [ + "https://openalex.org/P4310319881" + ], + "host_organization_lineage_names": [ + "Institute of Mathematical Statistics" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "The Annals of Statistics", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [ + { + "id": "https://openalex.org/F4320310369", + "display_name": "National ICT Australia", + "ror": "https://ror.org/03q397159" + }, + { + "id": "https://openalex.org/F4320315885", + "display_name": "Australian Government", + "ror": "https://ror.org/0314h5y94" + }, + { + "id": "https://openalex.org/F4320328470", + "display_name": "Mathematisches Forschungsinstitut Oberwolfach", + "ror": "https://ror.org/001zbj766" + }, + { + "id": "https://openalex.org/F4320334704", + "display_name": "Australian Research Council", + "ror": "https://ror.org/05mmh0f86" + } + ], + "has_content": { + "pdf": true, + "grobid_xml": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W2168029744.pdf", + "grobid_xml": "https://content.openalex.org/works/W2168029744.grobid-xml" + }, + "referenced_works_count": 116, + "referenced_works": [ + "https://openalex.org/W14071851", + "https://openalex.org/W56743589", + "https://openalex.org/W179694669", + "https://openalex.org/W1490266132", + "https://openalex.org/W1496189301", + "https://openalex.org/W1510073064", + "https://openalex.org/W1512098439", + "https://openalex.org/W1526146785", + "https://openalex.org/W1526729636", + "https://openalex.org/W1542652324", + "https://openalex.org/W1549656520", + "https://openalex.org/W1550988992", + "https://openalex.org/W1560729174", + "https://openalex.org/W1575431606", + "https://openalex.org/W1578255497", + "https://openalex.org/W1587744656", + "https://openalex.org/W1596052433", + "https://openalex.org/W1604293137", + "https://openalex.org/W1638081485", + "https://openalex.org/W1647376582", + "https://openalex.org/W1719651905", + "https://openalex.org/W1774304772", + "https://openalex.org/W1835509607", + "https://openalex.org/W1899157803", + "https://openalex.org/W1966347620", + "https://openalex.org/W1968934255", + "https://openalex.org/W1975077471", + "https://openalex.org/W1982032418", + "https://openalex.org/W1986931325", + "https://openalex.org/W1989408439", + "https://openalex.org/W1990534247", + "https://openalex.org/W1991200719", + "https://openalex.org/W1992236290", + "https://openalex.org/W1992666150", + "https://openalex.org/W1995558350", + "https://openalex.org/W1998438337", + "https://openalex.org/W1999486090", + "https://openalex.org/W2001792610", + "https://openalex.org/W2002806284", + "https://openalex.org/W2007154098", + "https://openalex.org/W2008400752", + "https://openalex.org/W2009511046", + "https://openalex.org/W2014902932", + "https://openalex.org/W2015904350", + "https://openalex.org/W2018582985", + "https://openalex.org/W2020816856", + "https://openalex.org/W2025341678", + "https://openalex.org/W2051381803", + "https://openalex.org/W2060591526", + "https://openalex.org/W2064976291", + "https://openalex.org/W2070771761", + "https://openalex.org/W2075887074", + "https://openalex.org/W2082100828", + "https://openalex.org/W2082612735", + "https://openalex.org/W2083780577", + "https://openalex.org/W2086404575", + "https://openalex.org/W2087258353", + "https://openalex.org/W2087347434", + "https://openalex.org/W2092182929", + "https://openalex.org/W2098385651", + "https://openalex.org/W2101276256", + "https://openalex.org/W2103657184", + "https://openalex.org/W2104128541", + "https://openalex.org/W2105842272", + "https://openalex.org/W2106353560", + "https://openalex.org/W2108153239", + "https://openalex.org/W2112076978", + "https://openalex.org/W2114281975", + "https://openalex.org/W2119647652", + "https://openalex.org/W2120340025", + "https://openalex.org/W2121127625", + "https://openalex.org/W2123606421", + "https://openalex.org/W2123737232", + "https://openalex.org/W2124101779", + "https://openalex.org/W2124225821", + "https://openalex.org/W2125053431", + "https://openalex.org/W2127713198", + "https://openalex.org/W2131479089", + "https://openalex.org/W2132637896", + "https://openalex.org/W2132870739", + "https://openalex.org/W2135046866", + "https://openalex.org/W2135498906", + "https://openalex.org/W2139686264", + "https://openalex.org/W2140095548", + "https://openalex.org/W2141224867", + "https://openalex.org/W2141407058", + "https://openalex.org/W2143956139", + "https://openalex.org/W2144068644", + "https://openalex.org/W2148018895", + "https://openalex.org/W2151949149", + "https://openalex.org/W2156515921", + "https://openalex.org/W2156909104", + "https://openalex.org/W2157791002", + "https://openalex.org/W2159737176", + "https://openalex.org/W2161920802", + "https://openalex.org/W2162836072", + "https://openalex.org/W2164943005", + "https://openalex.org/W2169945149", + "https://openalex.org/W2408196097", + "https://openalex.org/W2554813760", + "https://openalex.org/W2795528501", + "https://openalex.org/W2988119488", + "https://openalex.org/W2994982620", + "https://openalex.org/W4210636998", + "https://openalex.org/W4232576706", + "https://openalex.org/W4234698323", + "https://openalex.org/W4238284510", + "https://openalex.org/W4238957295", + "https://openalex.org/W4239510810", + "https://openalex.org/W4246066915", + "https://openalex.org/W4247545571", + "https://openalex.org/W4249925659", + "https://openalex.org/W4251085907", + "https://openalex.org/W4251115686", + "https://openalex.org/W4298876635", + "https://openalex.org/W4396738453" + ], + "related_works": [], + "abstract_inverted_index": { + "We": [ + 0, + 77 + ], + "review": [ + 1 + ], + "machine": [ + 2 + ], + "learning": [ + 3, + 12, + 52 + ], + "methods": [ + 4, + 10, + 90 + ], + "employing": [ + 5 + ], + "positive": [ + 6 + ], + "definite": [ + 7 + ], + "kernels.": [ + 8 + ], + "These": [ + 9 + ], + "formulate": [ + 11 + ], + "and": [ + 13, + 49 + ], + "estimation": [ + 14, + 92 + ], + "problems": [ + 15 + ], + "in": [ + 16, + 31, + 37 + ], + "a": [ + 17, + 34, + 79 + ], + "reproducing": [ + 18 + ], + "kernel": [ + 19 + ], + "Hilbert": [ + 20 + ], + "space": [ + 21 + ], + "(RKHS)": [ + 22 + ], + "of": [ + 23, + 33, + 40, + 45, + 51, + 62, + 82 + ], + "functions": [ + 24, + 68, + 72 + ], + "defined": [ + 25, + 73 + ], + "on": [ + 26, + 74 + ], + "the": [ + 27, + 43, + 47, + 56 + ], + "data": [ + 28 + ], + "domain,": [ + 29 + ], + "expanded": [ + 30 + ], + "terms": [ + 32 + ], + "kernel.": [ + 35 + ], + "Working": [ + 36 + ], + "linear": [ + 38 + ], + "spaces": [ + 39 + ], + "function": [ + 41 + ], + "has": [ + 42 + ], + "benefit": [ + 44 + ], + "facilitating": [ + 46 + ], + "construction": [ + 48 + ], + "analysis": [ + 50 + ], + "algorithms": [ + 53 + ], + "while": [ + 54 + ], + "at": [ + 55 + ], + "same": [ + 57 + ], + "time": [ + 58 + ], + "allowing": [ + 59 + ], + "large": [ + 60 + ], + "classes": [ + 61 + ], + "functions.": [ + 63 + ], + "The": [ + 64 + ], + "latter": [ + 65 + ], + "include": [ + 66 + ], + "nonlinear": [ + 67 + ], + "as": [ + 69, + 71 + ], + "well": [ + 70 + ], + "nonvectorial": [ + 75 + ], + "data.": [ + 76, + 95 + ], + "cover": [ + 78 + ], + "wide": [ + 80 + ], + "range": [ + 81 + ], + "methods,": [ + 83 + ], + "ranging": [ + 84 + ], + "from": [ + 85 + ], + "binary": [ + 86 + ], + "classifiers": [ + 87 + ], + "to": [ + 88 + ], + "sophisticated": [ + 89 + ], + "for": [ + 91 + ], + "with": [ + 93 + ], + "structured": [ + 94 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 37 + }, + { + "year": 2025, + "cited_by_count": 119 + }, + { + "year": 2024, + "cited_by_count": 144 + }, + { + "year": 2023, + "cited_by_count": 146 + }, + { + "year": 2022, + "cited_by_count": 169 + }, + { + "year": 2021, + "cited_by_count": 146 + }, + { + "year": 2020, + "cited_by_count": 163 + }, + { + "year": 2019, + "cited_by_count": 122 + }, + { + "year": 2018, + "cited_by_count": 99 + }, + { + "year": 2017, + "cited_by_count": 100 + }, + { + "year": 2016, + "cited_by_count": 81 + }, + { + "year": 2015, + "cited_by_count": 60 + }, + { + "year": 2014, + "cited_by_count": 67 + }, + { + "year": 2013, + "cited_by_count": 48 + }, + { + "year": 2012, + "cited_by_count": 41 + } + ], + "updated_date": "2026-05-22T09:01:20.584952", + "created_date": "2016-06-24T00:00:00" + }, + { + "id": "https://openalex.org/W2951278869", + "doi": "https://doi.org/10.48550/arxiv.cs/0205070", + "title": "Thumbs up? Sentiment Classification using Machine Learning Techniques", + "display_name": "Thumbs up? Sentiment Classification using Machine Learning Techniques", + "relevance_score": 2914.8403, + "publication_year": 2002, + "publication_date": "2002-05-28", + "ids": { + "openalex": "https://openalex.org/W2951278869", + "doi": "https://doi.org/10.48550/arxiv.cs/0205070", + "mag": "2951278869" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:arXiv.org:cs/0205070", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/cs/0205070", + "pdf_url": "https://arxiv.org/pdf/cs/0205070", + "source": { + "id": "https://openalex.org/S4393918464", + "display_name": "ArXiv.org", + "issn_l": "2331-8422", + "issn": [ + "2331-8422" + ], + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + "type": "preprint", + "indexed_in": [ + "arxiv", + "datacite" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/cs/0205070", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5101799605", + "display_name": "Bo Pang", + "orcid": "https://orcid.org/0000-0003-4521-6369" + }, + "institutions": [ + { + "id": "https://openalex.org/I205783295", + "display_name": "Cornell University", + "ror": "https://ror.org/05bnh6r87", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I205783295" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Pang, Bo", + "raw_affiliation_strings": [ + "[Cornell Univ., Ithaca, NY]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Cornell Univ., Ithaca, NY]", + "institution_ids": [ + "https://openalex.org/I205783295" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5076876084", + "display_name": "Lillian Lee", + "orcid": "https://orcid.org/0000-0003-4770-1712" + }, + "institutions": [ + { + "id": "https://openalex.org/I205783295", + "display_name": "Cornell University", + "ror": "https://ror.org/05bnh6r87", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I205783295" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Lee, Lillian", + "raw_affiliation_strings": [ + "[Cornell Univ., Ithaca, NY]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Cornell Univ., Ithaca, NY]", + "institution_ids": [ + "https://openalex.org/I205783295" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5010223683", + "display_name": "Shivakumar Vaithyanathan", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I4210085935", + "display_name": "IBM Research - Almaden", + "ror": "https://ror.org/005w8dd04", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I1341412227", + "https://openalex.org/I4210085935", + "https://openalex.org/I4210114115" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Vaithyanathan, Shivakumar", + "raw_affiliation_strings": [ + "IBM Almaden Research Center, San Jose´, CA#TAB#" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "IBM Almaden Research Center, San Jose´, CA#TAB#", + "institution_ids": [ + "https://openalex.org/I4210085935" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5101799605" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I205783295" + ], + "apc_list": null, + "apc_paid": null, + "fwci": null, + "has_fulltext": false, + "cited_by_count": 2213, + "citation_normalized_percentile": null, + "cited_by_percentile_year": null, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10664", + "display_name": "Sentiment Analysis and Opinion Mining", + "score": 0.9995999932289124, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10664", + "display_name": "Sentiment Analysis and Opinion Mining", + "score": 0.9995999932289124, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11550", + "display_name": "Text and Document Classification Technologies", + "score": 0.9995999932289124, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10028", + "display_name": "Topic Modeling", + "score": 0.9994999766349792, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/naive-bayes-classifier", + "display_name": "Naive Bayes classifier", + "score": 0.7803267240524292 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7159409523010254 + }, + { + "id": "https://openalex.org/keywords/categorization", + "display_name": "Categorization", + "score": 0.7090805172920227 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.7036598324775696 + }, + { + "id": "https://openalex.org/keywords/sentiment-analysis", + "display_name": "Sentiment analysis", + "score": 0.6854574084281921 + }, + { + "id": "https://openalex.org/keywords/support-vector-machine", + "display_name": "Support vector machine", + "score": 0.6812595129013062 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6556271314620972 + }, + { + "id": "https://openalex.org/keywords/principle-of-maximum-entropy", + "display_name": "Principle of maximum entropy", + "score": 0.6111433506011963 + }, + { + "id": "https://openalex.org/keywords/natural-language-processing", + "display_name": "Natural language processing", + "score": 0.4346766471862793 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C52001869", + "wikidata": "https://www.wikidata.org/wiki/Q812530", + "display_name": "Naive Bayes classifier", + "level": 3, + "score": 0.7803267240524292 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7159409523010254 + }, + { + "id": "https://openalex.org/C94124525", + "wikidata": "https://www.wikidata.org/wiki/Q912550", + "display_name": "Categorization", + "level": 2, + "score": 0.7090805172920227 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.7036598324775696 + }, + { + "id": "https://openalex.org/C66402592", + "wikidata": "https://www.wikidata.org/wiki/Q2271421", + "display_name": "Sentiment analysis", + "level": 2, + "score": 0.6854574084281921 + }, + { + "id": "https://openalex.org/C12267149", + "wikidata": "https://www.wikidata.org/wiki/Q282453", + "display_name": "Support vector machine", + "level": 2, + "score": 0.6812595129013062 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6556271314620972 + }, + { + "id": "https://openalex.org/C9679016", + "wikidata": "https://www.wikidata.org/wiki/Q1417473", + "display_name": "Principle of maximum entropy", + "level": 2, + "score": 0.6111433506011963 + }, + { + "id": "https://openalex.org/C204321447", + "wikidata": "https://www.wikidata.org/wiki/Q30642", + "display_name": "Natural language processing", + "level": 1, + "score": 0.4346766471862793 + } + ], + "mesh": [], + "locations_count": 8, + "locations": [ + { + "id": "pmh:oai:arXiv.org:cs/0205070", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/cs/0205070", + "pdf_url": "https://arxiv.org/pdf/cs/0205070", + "source": { + "id": "https://openalex.org/S4393918464", + "display_name": "ArXiv.org", + "issn_l": "2331-8422", + "issn": [ + "2331-8422" + ], + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.115.7478", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.115.7478", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.cs.cornell.edu/people/pabo/papers/sentiment.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.17.9562", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.17.9562", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.cs.cornell.edu/home/llee/papers/sentiment.ps", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.224.2133", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.224.2133", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.cs.columbia.edu/%7Ejulia/papers/pangetal02.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.3.1972", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.3.1972", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://acl.ldc.upenn.edu/W/W02/W02-1011.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.342.8489", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.342.8489", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://arxiv.org/pdf/cs/0205070v1.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.93.8755", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.93.8755", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.cs.cornell.edu/home/llee/papers/sentiment.pdf", + "raw_type": "text" + }, + { + "id": "doi:10.48550/arxiv.cs/0205070", + "is_oa": true, + "landing_page_url": "https://doi.org/10.48550/arxiv.cs/0205070", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:cs/0205070", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/cs/0205070", + "pdf_url": "https://arxiv.org/pdf/cs/0205070", + "source": { + "id": "https://openalex.org/S4393918464", + "display_name": "ArXiv.org", + "issn_l": "2331-8422", + "issn": [ + "2331-8422" + ], + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + "sustainable_development_goals": [ + { + "display_name": "Quality Education", + "id": "https://metadata.un.org/sdg/4", + "score": 0.6100000143051147 + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 21, + "referenced_works": [ + "https://openalex.org/W94749751", + "https://openalex.org/W123043039", + "https://openalex.org/W159417085", + "https://openalex.org/W204713426", + "https://openalex.org/W1547032355", + "https://openalex.org/W1550206324", + "https://openalex.org/W1576520375", + "https://openalex.org/W1924689489", + "https://openalex.org/W1998442272", + "https://openalex.org/W2038201841", + "https://openalex.org/W2048374711", + "https://openalex.org/W2066590388", + "https://openalex.org/W2086042358", + "https://openalex.org/W2093585241", + "https://openalex.org/W2096175520", + "https://openalex.org/W2149684865", + "https://openalex.org/W2163306339", + "https://openalex.org/W2787893582", + "https://openalex.org/W2949696181", + "https://openalex.org/W3146306708", + "https://openalex.org/W3151392175" + ], + "related_works": [ + "https://openalex.org/W2165912799", + "https://openalex.org/W2735662278", + "https://openalex.org/W2382615723", + "https://openalex.org/W4311804456", + "https://openalex.org/W1987484445", + "https://openalex.org/W2623658258", + "https://openalex.org/W2143413548", + "https://openalex.org/W1969219540", + "https://openalex.org/W2370459448", + "https://openalex.org/W3021501837" + ], + "abstract_inverted_index": { + "We": [ + 0, + 69 + ], + "consider": [ + 1 + ], + "the": [ + 2, + 40, + 76 + ], + "problem": [ + 3, + 79 + ], + "of": [ + 4 + ], + "classifying": [ + 5 + ], + "documents": [ + 6 + ], + "not": [ + 7, + 57 + ], + "by": [ + 8, + 11, + 71 + ], + "topic,": [ + 9 + ], + "but": [ + 10 + ], + "overall": [ + 12 + ], + "sentiment,": [ + 13 + ], + "e.g.,": [ + 14 + ], + "determining": [ + 15 + ], + "whether": [ + 16 + ], + "a": [ + 17 + ], + "review": [ + 18 + ], + "is": [ + 19 + ], + "positive": [ + 20 + ], + "or": [ + 21 + ], + "negative.": [ + 22 + ], + "Using": [ + 23 + ], + "movie": [ + 24 + ], + "reviews": [ + 25 + ], + "as": [ + 26, + 59, + 64 + ], + "data,": [ + 27 + ], + "we": [ + 28, + 45 + ], + "find": [ + 29 + ], + "that": [ + 30, + 74 + ], + "standard": [ + 31 + ], + "machine": [ + 32, + 42 + ], + "learning": [ + 33, + 43 + ], + "techniques": [ + 34 + ], + "definitively": [ + 35 + ], + "outperform": [ + 36 + ], + "human-produced": [ + 37 + ], + "baselines.": [ + 38 + ], + "However,": [ + 39 + ], + "three": [ + 41 + ], + "methods": [ + 44 + ], + "employed": [ + 46 + ], + "(Naive": [ + 47 + ], + "Bayes,": [ + 48 + ], + "maximum": [ + 49 + ], + "entropy": [ + 50 + ], + "classification,": [ + 51 + ], + "and": [ + 52 + ], + "support": [ + 53 + ], + "vector": [ + 54 + ], + "machines)": [ + 55 + ], + "do": [ + 56 + ], + "perform": [ + 58 + ], + "well": [ + 60 + ], + "on": [ + 61, + 65 + ], + "sentiment": [ + 62, + 77 + ], + "classification": [ + 63, + 78 + ], + "traditional": [ + 66 + ], + "topic-based": [ + 67 + ], + "categorization.": [ + 68 + ], + "conclude": [ + 70 + ], + "examining": [ + 72 + ], + "factors": [ + 73 + ], + "make": [ + 75 + ], + "more": [ + 80 + ], + "challenging.": [ + 81 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 1 + }, + { + "year": 2025, + "cited_by_count": 36 + }, + { + "year": 2024, + "cited_by_count": 80 + }, + { + "year": 2023, + "cited_by_count": 125 + }, + { + "year": 2022, + "cited_by_count": 143 + }, + { + "year": 2021, + "cited_by_count": 182 + }, + { + "year": 2020, + "cited_by_count": 197 + }, + { + "year": 2019, + "cited_by_count": 212 + }, + { + "year": 2018, + "cited_by_count": 230 + }, + { + "year": 2017, + "cited_by_count": 222 + }, + { + "year": 2016, + "cited_by_count": 184 + }, + { + "year": 2015, + "cited_by_count": 154 + }, + { + "year": 2014, + "cited_by_count": 131 + }, + { + "year": 2013, + "cited_by_count": 61 + }, + { + "year": 2012, + "cited_by_count": 44 + } + ], + "updated_date": "2026-05-28T09:10:13.091523", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2104489082", + "doi": "https://doi.org/10.1103/physrevlett.108.058301", + "title": "Fast and Accurate Modeling of Molecular Atomization Energies with Machine Learning", + "display_name": "Fast and Accurate Modeling of Molecular Atomization Energies with Machine Learning", + "relevance_score": 2890.9712, + "publication_year": 2012, + "publication_date": "2012-01-31", + "ids": { + "openalex": "https://openalex.org/W2104489082", + "doi": "https://doi.org/10.1103/physrevlett.108.058301", + "mag": "2104489082", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/22400967" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1103/physrevlett.108.058301", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1103/physrevlett.108.058301", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S24807848", + "display_name": "Physical Review Letters", + "issn_l": "0031-9007", + "issn": [ + "0031-9007", + "1079-7114", + "1092-0145" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320261", + "host_organization_name": "American Physical Society", + "host_organization_lineage": [ + "https://openalex.org/P4310320261" + ], + "host_organization_lineage_names": [ + "American Physical Society" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Physical Review Letters", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "arxiv", + "crossref", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1109.2618", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5020780798", + "display_name": "Matthias Rupp", + "orcid": "https://orcid.org/0000-0002-2934-2958" + }, + "institutions": [ + { + "id": "https://openalex.org/I4577782", + "display_name": "Technische Universität Berlin", + "ror": "https://ror.org/03v4gjf40", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I4577782" + ] + }, + { + "id": "https://openalex.org/I161318765", + "display_name": "University of California, Los Angeles", + "ror": "https://ror.org/046rm7j60", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I161318765" + ] + } + ], + "countries": [ + "DE", + "US" + ], + "is_corresponding": true, + "raw_author_name": "Matthias Rupp", + "raw_affiliation_strings": [ + "Machine Learning Group, Technical University of Berlin, Franklinstr 28/29, 10587 Berlin, Germany", + "Machine Learning Group, Technical University of Berlin", + "Institute of Pure and Applied Mathematics, University of California Los Angeles" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Machine Learning Group, Technical University of Berlin, Franklinstr 28/29, 10587 Berlin, Germany", + "institution_ids": [ + "https://openalex.org/I4577782" + ] + }, + { + "raw_affiliation_string": "Machine Learning Group, Technical University of Berlin", + "institution_ids": [ + "https://openalex.org/I4577782" + ] + }, + { + "raw_affiliation_string": "Institute of Pure and Applied Mathematics, University of California Los Angeles", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5026929463", + "display_name": "Alexandre Tkatchenko", + "orcid": "https://orcid.org/0000-0002-1012-4854" + }, + "institutions": [ + { + "id": "https://openalex.org/I161318765", + "display_name": "University of California, Los Angeles", + "ror": "https://ror.org/046rm7j60", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I161318765" + ] + }, + { + "id": "https://openalex.org/I2800875726", + "display_name": "Fritz Haber Institute of the Max Planck Society", + "ror": "https://ror.org/03k9qs827", + "country_code": "DE", + "type": "facility", + "lineage": [ + "https://openalex.org/I149899117", + "https://openalex.org/I2800875726" + ] + } + ], + "countries": [ + "DE", + "US" + ], + "is_corresponding": false, + "raw_author_name": "Alexandre Tkatchenko", + "raw_affiliation_strings": [ + "Fritz-Haber-Institut der Max-Planck-Gesellschaft, 14195 Berlin, Germany", + "Institute of Pure and Applied Mathematics, University of California Los Angeles, Los Angeles, California 90095, USA", + "Theory, Fritz Haber Institute, Max Planck Society", + "Institute of Pure and Applied Mathematics, University of California Los Angeles" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Fritz-Haber-Institut der Max-Planck-Gesellschaft, 14195 Berlin, Germany", + "institution_ids": [ + "https://openalex.org/I2800875726" + ] + }, + { + "raw_affiliation_string": "Institute of Pure and Applied Mathematics, University of California Los Angeles, Los Angeles, California 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Theory, Fritz Haber Institute, Max Planck Society", + "institution_ids": [ + "https://openalex.org/I2800875726" + ] + }, + { + "raw_affiliation_string": "Institute of Pure and Applied Mathematics, University of California Los Angeles", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5107838719", + "display_name": "Klaus‐Robert Müller", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I4577782", + "display_name": "Technische Universität Berlin", + "ror": "https://ror.org/03v4gjf40", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I4577782" + ] + }, + { + "id": "https://openalex.org/I161318765", + "display_name": "University of California, Los Angeles", + "ror": "https://ror.org/046rm7j60", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I161318765" + ] + } + ], + "countries": [ + "DE", + "US" + ], + "is_corresponding": false, + "raw_author_name": "Klaus-Robert Müller", + "raw_affiliation_strings": [ + "Institute of Pure and Applied Mathematics, University of California Los Angeles, Los Angeles, California 90095, USA", + "Machine Learning Group, Technical University of Berlin, Franklinstr 28/29, 10587 Berlin, Germany", + "Machine Learning Group, Technical University of Berlin", + "Institute of Pure and Applied Mathematics, University of California Los Angeles" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Institute of Pure and Applied Mathematics, University of California Los Angeles, Los Angeles, California 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Machine Learning Group, Technical University of Berlin, Franklinstr 28/29, 10587 Berlin, Germany", + "institution_ids": [ + "https://openalex.org/I4577782" + ] + }, + { + "raw_affiliation_string": "Machine Learning Group, Technical University of Berlin", + "institution_ids": [ + "https://openalex.org/I4577782" + ] + }, + { + "raw_affiliation_string": "Institute of Pure and Applied Mathematics, University of California Los Angeles", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5088793872", + "display_name": "O. Anatole von Lilienfeld", + "orcid": "https://orcid.org/0000-0001-7419-0466" + }, + "institutions": [ + { + "id": "https://openalex.org/I161318765", + "display_name": "University of California, Los Angeles", + "ror": "https://ror.org/046rm7j60", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I161318765" + ] + }, + { + "id": "https://openalex.org/I1282105669", + "display_name": "Argonne National Laboratory", + "ror": "https://ror.org/05gvnxz63", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I1282105669", + "https://openalex.org/I1330989302", + "https://openalex.org/I39565521", + "https://openalex.org/I40347166" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "O. Anatole von Lilienfeld", + "raw_affiliation_strings": [ + "Argonne Leadership Computing Facility, Argonne National Laboratory, Argonne, Illinois 60439, USA", + "Institute of Pure and Applied Mathematics, University of California Los Angeles, Los Angeles, California 90095, USA", + "Argonne Leadership Computing Facility, Argonne National Laboratory", + "Institute of Pure and Applied Mathematics, University of California Los Angeles" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Argonne Leadership Computing Facility, Argonne National Laboratory, Argonne, Illinois 60439, USA", + "institution_ids": [ + "https://openalex.org/I1282105669" + ] + }, + { + "raw_affiliation_string": "Institute of Pure and Applied Mathematics, University of California Los Angeles, Los Angeles, California 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Argonne Leadership Computing Facility, Argonne National Laboratory", + "institution_ids": [ + "https://openalex.org/I1282105669" + ] + }, + { + "raw_affiliation_string": "Institute of Pure and Applied Mathematics, University of California Los Angeles", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 4, + "corresponding_author_ids": [ + "https://openalex.org/A5020780798" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I161318765", + "https://openalex.org/I4577782" + ], + "apc_list": { + "value": 3750, + "currency": "USD", + "value_usd": 3750 + }, + "apc_paid": null, + "fwci": 13.8904, + "has_fulltext": false, + "cited_by_count": 2377, + "citation_normalized_percentile": { + "value": 0.99412296, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "108", + "issue": "5", + "first_page": "058301", + "last_page": "058301" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11948", + "display_name": "Machine Learning in Materials Science", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/2505", + "display_name": "Materials Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/25", + "display_name": "Materials Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11948", + "display_name": "Machine Learning in Materials Science", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/2505", + "display_name": "Materials Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/25", + "display_name": "Materials Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10002", + "display_name": "Advanced Chemical Physics Studies", + "score": 0.9954000115394592, + "subfield": { + "id": "https://openalex.org/subfields/3107", + "display_name": "Atomic and Molecular Physics, and Optics" + }, + "field": { + "id": "https://openalex.org/fields/31", + "display_name": "Physics and Astronomy" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10211", + "display_name": "Computational Drug Discovery Methods", + "score": 0.9923999905586243, + "subfield": { + "id": "https://openalex.org/subfields/1703", + "display_name": "Computational Theory and Mathematics" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.4200275242328644 + }, + { + "id": "https://openalex.org/keywords/statistical-physics", + "display_name": "Statistical physics", + "score": 0.3693031072616577 + }, + { + "id": "https://openalex.org/keywords/physics", + "display_name": "Physics", + "score": 0.28881940245628357 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.4200275242328644 + }, + { + "id": "https://openalex.org/C121864883", + "wikidata": "https://www.wikidata.org/wiki/Q677916", + "display_name": "Statistical physics", + "level": 1, + "score": 0.3693031072616577 + }, + { + "id": "https://openalex.org/C121332964", + "wikidata": "https://www.wikidata.org/wiki/Q413", + "display_name": "Physics", + "level": 0, + "score": 0.28881940245628357 + } + ], + "mesh": [], + "locations_count": 7, + "locations": [ + { + "id": "doi:10.1103/physrevlett.108.058301", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1103/physrevlett.108.058301", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S24807848", + "display_name": "Physical Review Letters", + "issn_l": "0031-9007", + "issn": [ + "0031-9007", + "1079-7114", + "1092-0145" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320261", + "host_organization_name": "American Physical Society", + "host_organization_lineage": [ + "https://openalex.org/P4310320261" + ], + "host_organization_lineage_names": [ + "American Physical Society" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Physical Review Letters", + "raw_type": "journal-article" + }, + { + "id": "pmid:22400967", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/22400967", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Physical review letters", + "raw_type": null + }, + { + "id": "pmh:oai:edoc.unibas.ch:43360", + "is_oa": false, + "landing_page_url": null, + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401836", + "display_name": "edoc (University of Basel)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1850255", + "host_organization_name": "University of Basel", + "host_organization_lineage": [ + "https://openalex.org/I1850255" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "acceptedVersion", + "is_accepted": true, + "is_published": false, + "raw_source_name": "", + "raw_type": "Article" + }, + { + "id": "pmh:oai:arXiv.org:1109.2618", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1109.2618", + "pdf_url": "https://arxiv.org/pdf/1109.2618", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:orbilu.uni.lu:10993/25176", + "is_oa": true, + "landing_page_url": "http://orbilu.uni.lu/handle/10993/25176", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401815", + "display_name": "Open Repository and Bibliography (University of Luxembourg)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I186903577", + "host_organization_name": "University of Luxembourg", + "host_organization_lineage": [ + "https://openalex.org/I186903577" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by-nc-sa", + "license_id": "https://openalex.org/licenses/cc-by-nc-sa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "PHYSICAL REVIEW LETTERS, 108(5). ONE PHYSICS ELLIPSE, COLLEGE PK, MD 20740-3844 USA: AMER PHYSICAL SOC (2012).", + "raw_type": null + }, + { + "id": "pmh:oai:osti.gov:1099077", + "is_oa": true, + "landing_page_url": "https://www.osti.gov/biblio/1099077", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402487", + "display_name": "OSTI OAI (U.S. Department of Energy Office of Scientific and Technical Information)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I139351228", + "host_organization_name": "Office of Scientific and Technical Information", + "host_organization_lineage": [ + "https://openalex.org/I139351228" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + }, + { + "id": "pmh:oai:pure.mpg.de:item_1500966", + "is_oa": true, + "landing_page_url": "http://hdl.handle.net/11858/00-001M-0000-000F-C6EF-A", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400654", + "display_name": "MPG.PuRe (Max Planck Society)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I149899117", + "host_organization_name": "Max Planck Society", + "host_organization_lineage": [ + "https://openalex.org/I149899117" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "other-oa", + "license_id": "https://openalex.org/licenses/other-oa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Physical Review Letters", + "raw_type": "info:eu-repo/semantics/article" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1109.2618", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1109.2618", + "pdf_url": "https://arxiv.org/pdf/1109.2618", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + "sustainable_development_goals": [ + { + "display_name": "Affordable and clean energy", + "id": "https://metadata.un.org/sdg/7", + "score": 0.8700000047683716 + } + ], + "awards": [], + "funders": [ + { + "id": "https://openalex.org/F4320306084", + "display_name": "U.S. Department of Energy", + "ror": "https://ror.org/01bj3aw27" + } + ], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 41, + "referenced_works": [ + "https://openalex.org/W1480376833", + "https://openalex.org/W1522205938", + "https://openalex.org/W1544445790", + "https://openalex.org/W1545231783", + "https://openalex.org/W1548618691", + "https://openalex.org/W1554944419", + "https://openalex.org/W1975997599", + "https://openalex.org/W1978538703", + "https://openalex.org/W1979408061", + "https://openalex.org/W1982598895", + "https://openalex.org/W1987236926", + "https://openalex.org/W1988636074", + "https://openalex.org/W1998317125", + "https://openalex.org/W1998848097", + "https://openalex.org/W2000500972", + "https://openalex.org/W2000957843", + "https://openalex.org/W2016819003", + "https://openalex.org/W2017891892", + "https://openalex.org/W2022080248", + "https://openalex.org/W2023390323", + "https://openalex.org/W2023466796", + "https://openalex.org/W2025444507", + "https://openalex.org/W2030976617", + "https://openalex.org/W2037761619", + "https://openalex.org/W2038617772", + "https://openalex.org/W2049961577", + "https://openalex.org/W2059401145", + "https://openalex.org/W2075930604", + "https://openalex.org/W2083415705", + "https://openalex.org/W2108995755", + "https://openalex.org/W2130437470", + "https://openalex.org/W2143981217", + "https://openalex.org/W2148424525", + "https://openalex.org/W2151571625", + "https://openalex.org/W2153693853", + "https://openalex.org/W2171033594", + "https://openalex.org/W2206840988", + "https://openalex.org/W2230728100", + "https://openalex.org/W2787894218", + "https://openalex.org/W3119651796", + "https://openalex.org/W4242320552" + ], + "related_works": [ + "https://openalex.org/W4391375266", + "https://openalex.org/W2899084033", + "https://openalex.org/W2748952813", + "https://openalex.org/W2390279801", + "https://openalex.org/W4391913857", + "https://openalex.org/W2358668433", + "https://openalex.org/W4396701345", + "https://openalex.org/W2376932109", + "https://openalex.org/W2001405890", + "https://openalex.org/W4396696052" + ], + "abstract_inverted_index": { + "We": [ + 0 + ], + "introduce": [ + 1 + ], + "a": [ + 2, + 11, + 36, + 69 + ], + "machine": [ + 3 + ], + "learning": [ + 4 + ], + "model": [ + 5 + ], + "to": [ + 6, + 51 + ], + "predict": [ + 7 + ], + "atomization": [ + 8, + 52, + 84 + ], + "energies": [ + 9, + 53 + ], + "of": [ + 10, + 14, + 27, + 41, + 73, + 82 + ], + "diverse": [ + 12 + ], + "set": [ + 13 + ], + "organic": [ + 15, + 66 + ], + "molecules,": [ + 16 + ], + "based": [ + 17 + ], + "on": [ + 18, + 48 + ], + "nuclear": [ + 19 + ], + "charges": [ + 20 + ], + "and": [ + 21, + 49 + ], + "atomic": [ + 22 + ], + "positions": [ + 23 + ], + "only.": [ + 24 + ], + "The": [ + 25 + ], + "problem": [ + 26, + 40 + ], + "solving": [ + 28 + ], + "the": [ + 29, + 80 + ], + "molecular": [ + 30, + 83 + ], + "Schrödinger": [ + 31 + ], + "equation": [ + 32 + ], + "is": [ + 33, + 77 + ], + "mapped": [ + 34 + ], + "onto": [ + 35 + ], + "nonlinear": [ + 37 + ], + "statistical": [ + 38 + ], + "regression": [ + 39 + ], + "reduced": [ + 42 + ], + "complexity.": [ + 43 + ], + "Regression": [ + 44 + ], + "models": [ + 45 + ], + "are": [ + 46 + ], + "trained": [ + 47 + ], + "compared": [ + 50 + ], + "computed": [ + 54 + ], + "with": [ + 55 + ], + "hybrid": [ + 56 + ], + "density-functional": [ + 57 + ], + "theory.": [ + 58 + ], + "Cross": [ + 59 + ], + "validation": [ + 60 + ], + "over": [ + 61 + ], + "more": [ + 62 + ], + "than": [ + 63 + ], + "seven": [ + 64 + ], + "thousand": [ + 65 + ], + "molecules": [ + 67 + ], + "yields": [ + 68 + ], + "mean": [ + 70 + ], + "absolute": [ + 71 + ], + "error": [ + 72 + ], + "∼10": [ + 74 + ], + "kcal/mol.": [ + 75 + ], + "Applicability": [ + 76 + ], + "demonstrated": [ + 78 + ], + "for": [ + 79 + ], + "prediction": [ + 81 + ], + "potential": [ + 85 + ], + "energy": [ + 86 + ], + "curves.": [ + 87 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 66 + }, + { + "year": 2025, + "cited_by_count": 222 + }, + { + "year": 2024, + "cited_by_count": 270 + }, + { + "year": 2023, + "cited_by_count": 256 + }, + { + "year": 2022, + "cited_by_count": 238 + }, + { + "year": 2021, + "cited_by_count": 346 + }, + { + "year": 2020, + "cited_by_count": 362 + }, + { + "year": 2019, + "cited_by_count": 205 + }, + { + "year": 2018, + "cited_by_count": 182 + }, + { + "year": 2017, + "cited_by_count": 95 + }, + { + "year": 2016, + "cited_by_count": 41 + }, + { + "year": 2015, + "cited_by_count": 33 + }, + { + "year": 2014, + "cited_by_count": 25 + }, + { + "year": 2013, + "cited_by_count": 25 + }, + { + "year": 2012, + "cited_by_count": 9 + } + ], + "updated_date": "2026-05-26T13:28:51.108037", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W1590183771", + "doi": "https://doi.org/10.1017/cbo9780511804779", + "title": "Bayesian Reasoning and Machine Learning", + "display_name": "Bayesian Reasoning and Machine Learning", + "relevance_score": 2858.3123, + "publication_year": 2012, + "publication_date": "2012-06-05", + "ids": { + "openalex": "https://openalex.org/W1590183771", + "doi": "https://doi.org/10.1017/cbo9780511804779", + "mag": "1590183771" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1017/cbo9780511804779", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1017/cbo9780511804779", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306462995", + "display_name": "Cambridge University Press eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/P4310311721", + "host_organization_name": "Cambridge University Press", + "host_organization_lineage": [ + "https://openalex.org/P4310311721", + "https://openalex.org/P4310311702" + ], + "host_organization_lineage_names": [ + "Cambridge University Press", + "University of Cambridge" + ], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "monograph" + }, + "type": "book", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5101763101", + "display_name": "David Barber", + "orcid": "https://orcid.org/0000-0003-2163-2982" + }, + "institutions": [ + { + "id": "https://openalex.org/I2800173700", + "display_name": "UCL Australia", + "ror": "https://ror.org/024atcf19", + "country_code": "AU", + "type": "education", + "lineage": [ + "https://openalex.org/I2800173700" + ] + }, + { + "id": "https://openalex.org/I45129253", + "display_name": "University College London", + "ror": "https://ror.org/02jx3x895", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I124357947", + "https://openalex.org/I45129253" + ] + } + ], + "countries": [ + "AU", + "GB" + ], + "is_corresponding": true, + "raw_author_name": "David Barber", + "raw_affiliation_strings": [ + "University College London", + "University college London" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University College London", + "institution_ids": [ + "https://openalex.org/I45129253" + ] + }, + { + "raw_affiliation_string": "University college London", + "institution_ids": [ + "https://openalex.org/I2800173700" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5101763101" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I2800173700", + "https://openalex.org/I45129253" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 16.0361, + "has_fulltext": false, + "cited_by_count": 1650, + "citation_normalized_percentile": { + "value": 0.99438202, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11875", + "display_name": "Statistics Education and Methodologies", + "score": 0.3961000144481659, + "subfield": { + "id": "https://openalex.org/subfields/2613", + "display_name": "Statistics and Probability" + }, + "field": { + "id": "https://openalex.org/fields/26", + "display_name": "Mathematics" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11875", + "display_name": "Statistics Education and Methodologies", + "score": 0.3961000144481659, + "subfield": { + "id": "https://openalex.org/subfields/2613", + "display_name": "Statistics and Probability" + }, + "field": { + "id": "https://openalex.org/fields/26", + "display_name": "Mathematics" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.38089999556541443, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/toolbox", + "display_name": "Toolbox", + "score": 0.8341989517211914 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6473276615142822 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.49235260486602783 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.3714091181755066 + }, + { + "id": "https://openalex.org/keywords/data-science", + "display_name": "Data science", + "score": 0.3704102039337158 + }, + { + "id": "https://openalex.org/keywords/human–computer-interaction", + "display_name": "Human–computer interaction", + "score": 0.3456208109855652 + }, + { + "id": "https://openalex.org/keywords/programming-language", + "display_name": "Programming language", + "score": 0.16564661264419556 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2777655017", + "wikidata": "https://www.wikidata.org/wiki/Q1501161", + "display_name": "Toolbox", + "level": 2, + "score": 0.8341989517211914 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6473276615142822 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.49235260486602783 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.3714091181755066 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.3704102039337158 + }, + { + "id": "https://openalex.org/C107457646", + "wikidata": "https://www.wikidata.org/wiki/Q207434", + "display_name": "Human–computer interaction", + "level": 1, + "score": 0.3456208109855652 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.16564661264419556 + } + ], + "mesh": [], + "locations_count": 10, + "locations": [ + { + "id": "doi:10.1017/cbo9780511804779", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1017/cbo9780511804779", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306462995", + "display_name": "Cambridge University Press eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/P4310311721", + "host_organization_name": "Cambridge University Press", + "host_organization_lineage": [ + "https://openalex.org/P4310311721", + "https://openalex.org/P4310311702" + ], + "host_organization_lineage_names": [ + "Cambridge University Press", + "University of Cambridge" + ], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "monograph" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.232.8159", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.232.8159", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://web4.cs.ucl.ac.uk/staff/D.Barber/textbook/270212.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.365.5529", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.365.5529", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://web4.cs.ucl.ac.uk/staff/D.Barber/textbook/180613.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.369.3646", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.369.3646", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://web4.cs.ucl.ac.uk/staff/D.Barber/textbook/090310.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.649.4333", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.649.4333", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://web4.cs.ucl.ac.uk/staff/D.Barber/textbook/250214.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.696.6905", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.696.6905", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://web4.cs.ucl.ac.uk/staff/D.Barber/textbook/240415.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.715.5862", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.715.5862", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://web4.cs.ucl.ac.uk/staff/D.Barber/textbook/181115.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-024811811", + "is_oa": false, + "landing_page_url": "http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=024811811&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-035597209", + "is_oa": false, + "landing_page_url": "http://www.cs.ucl.ac.uk/staff/d.barber/brml/", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:cds.cern.ch:1495251", + "is_oa": false, + "landing_page_url": "http://cds.cern.ch/record/1495251", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402195", + "display_name": "CERN Document Server (European Organization for Nuclear Research)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I67311998", + "host_organization_name": "European Organization for Nuclear Research", + "host_organization_lineage": [ + "https://openalex.org/I67311998" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "display_name": "Industry, innovation and infrastructure", + "id": "https://metadata.un.org/sdg/9", + "score": 0.41999998688697815 + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W4286629047", + "https://openalex.org/W3046775127", + "https://openalex.org/W3107602296", + "https://openalex.org/W3170094116", + "https://openalex.org/W4386462264", + "https://openalex.org/W4313488044", + "https://openalex.org/W3209574120", + "https://openalex.org/W4312192474" + ], + "abstract_inverted_index": { + "Machine": [ + 0 + ], + "learning": [ + 1 + ], + "methods": [ + 2, + 46 + ], + "extract": [ + 3 + ], + "value": [ + 4 + ], + "from": [ + 5, + 90 + ], + "vast": [ + 6 + ], + "data": [ + 7 + ], + "sets": [ + 8 + ], + "quickly": [ + 9 + ], + "and": [ + 10, + 33, + 36, + 73, + 82, + 85, + 113, + 125, + 130, + 140 + ], + "with": [ + 11, + 63, + 76 + ], + "modest": [ + 12, + 64 + ], + "resources.": [ + 13 + ], + "They": [ + 14 + ], + "are": [ + 15, + 132, + 146 + ], + "established": [ + 16 + ], + "tools": [ + 17 + ], + "in": [ + 18, + 79, + 134 + ], + "a": [ + 19, + 106, + 143 + ], + "wide": [ + 20 + ], + "range": [ + 21 + ], + "of": [ + 22, + 50, + 99, + 108 + ], + "industrial": [ + 23 + ], + "applications,": [ + 24 + ], + "including": [ + 25, + 142 + ], + "search": [ + 26 + ], + "engines,": [ + 27 + ], + "DNA": [ + 28 + ], + "sequencing,": [ + 29 + ], + "stock": [ + 30 + ], + "market": [ + 31 + ], + "analysis,": [ + 32 + ], + "robot": [ + 34 + ], + "locomotion,": [ + 35 + ], + "their": [ + 37, + 48 + ], + "use": [ + 38 + ], + "is": [ + 39, + 68 + ], + "spreading": [ + 40 + ], + "rapidly.": [ + 41 + ], + "People": [ + 42 + ], + "who": [ + 43 + ], + "know": [ + 44 + ], + "the": [ + 45, + 97, + 120 + ], + "have": [ + 47 + ], + "choice": [ + 49 + ], + "rewarding": [ + 51 + ], + "jobs.": [ + 52 + ], + "This": [ + 53 + ], + "hands-on": [ + 54 + ], + "text": [ + 55 + ], + "opens": [ + 56 + ], + "these": [ + 57 + ], + "opportunities": [ + 58 + ], + "to": [ + 59, + 93 + ], + "computer": [ + 60, + 128 + ], + "science": [ + 61 + ], + "students": [ + 62, + 75, + 139 + ], + "mathematical": [ + 65 + ], + "backgrounds.": [ + 66 + ], + "It": [ + 67 + ], + "designed": [ + 69 + ], + "for": [ + 70, + 119, + 138 + ], + "final-year": [ + 71 + ], + "undergraduates": [ + 72 + ], + "master's": [ + 74 + ], + "limited": [ + 77 + ], + "background": [ + 78 + ], + "linear": [ + 80 + ], + "algebra": [ + 81 + ], + "calculus.": [ + 83 + ], + "Comprehensive": [ + 84 + ], + "coherent,": [ + 86 + ], + "it": [ + 87 + ], + "develops": [ + 88 + ], + "everything": [ + 89 + ], + "basic": [ + 91 + ], + "reasoning": [ + 92 + ], + "advanced": [ + 94 + ], + "techniques": [ + 95 + ], + "within": [ + 96 + ], + "framework": [ + 98 + ], + "graphical": [ + 100 + ], + "models.": [ + 101 + ], + "Students": [ + 102 + ], + "learn": [ + 103 + ], + "more": [ + 104 + ], + "than": [ + 105 + ], + "menu": [ + 107 + ], + "techniques,": [ + 109 + ], + "they": [ + 110 + ], + "develop": [ + 111 + ], + "analytical": [ + 112 + ], + "problem-solving": [ + 114 + ], + "skills": [ + 115 + ], + "that": [ + 116 + ], + "equip": [ + 117 + ], + "them": [ + 118 + ], + "real": [ + 121 + ], + "world.": [ + 122 + ], + "Numerous": [ + 123 + ], + "examples": [ + 124 + ], + "exercises,": [ + 126 + ], + "both": [ + 127 + ], + "based": [ + 129 + ], + "theoretical,": [ + 131 + ], + "included": [ + 133 + ], + "every": [ + 135 + ], + "chapter.": [ + 136 + ], + "Resources": [ + 137 + ], + "instructors,": [ + 141 + ], + "MATLAB": [ + 144 + ], + "toolbox,": [ + 145 + ], + "available": [ + 147 + ], + "online.": [ + 148 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 18 + }, + { + "year": 2025, + "cited_by_count": 95 + }, + { + "year": 2024, + "cited_by_count": 101 + }, + { + "year": 2023, + "cited_by_count": 93 + }, + { + "year": 2022, + "cited_by_count": 124 + }, + { + "year": 2021, + "cited_by_count": 135 + }, + { + "year": 2020, + "cited_by_count": 193 + }, + { + "year": 2019, + "cited_by_count": 172 + }, + { + "year": 2018, + "cited_by_count": 141 + }, + { + "year": 2017, + "cited_by_count": 132 + }, + { + "year": 2016, + "cited_by_count": 126 + }, + { + "year": 2015, + "cited_by_count": 110 + }, + { + "year": 2014, + "cited_by_count": 100 + }, + { + "year": 2013, + "cited_by_count": 73 + }, + { + "year": 2012, + "cited_by_count": 22 + } + ], + "updated_date": "2026-05-28T09:10:13.091523", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W3123436326", + "doi": "https://doi.org/10.1111/ectj.12097", + "title": "Double/debiased machine learning for treatment and structural parameters", + "display_name": "Double/debiased machine learning for treatment and structural parameters", + "relevance_score": 2839.6946, + "publication_year": 2017, + "publication_date": "2017-06-24", + "ids": { + "openalex": "https://openalex.org/W3123436326", + "doi": "https://doi.org/10.1111/ectj.12097", + "mag": "3123436326" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1111/ectj.12097", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1111/ectj.12097", + "pdf_url": "https://academic.oup.com/ectj/article-pdf/21/1/C1/27684918/ectj00c1.pdf", + "source": { + "id": "https://openalex.org/S33519306", + "display_name": "Econometrics Journal", + "issn_l": "1368-4221", + "issn": [ + "1368-4221", + "1368-423X" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310311648", + "host_organization_name": "Oxford University Press", + "host_organization_lineage": [ + "https://openalex.org/P4310311648", + "https://openalex.org/P4310311647" + ], + "host_organization_lineage_names": [ + "Oxford University Press", + "University of Oxford" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "The Econometrics Journal", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "bronze", + "oa_url": "https://academic.oup.com/ectj/article-pdf/21/1/C1/27684918/ectj00c1.pdf", + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5068383641", + "display_name": "Victor Chernozhukov", + "orcid": "https://orcid.org/0000-0002-3250-6714" + }, + "institutions": [ + { + "id": "https://openalex.org/I63966007", + "display_name": "Massachusetts Institute of Technology", + "ror": "https://ror.org/042nb2s44", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I63966007" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Victor Chernozhukov", + "raw_affiliation_strings": [ + "Massachusetts Institute of Technology, 50 Memorial Drive, Cambridge, MA 02139, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Massachusetts Institute of Technology, 50 Memorial Drive, Cambridge, MA 02139, USA", + "institution_ids": [ + "https://openalex.org/I63966007" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5110738906", + "display_name": "Denis Chetverikov", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I161318765", + "display_name": "University of California, Los Angeles", + "ror": "https://ror.org/046rm7j60", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I161318765" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Denis Chetverikov", + "raw_affiliation_strings": [ + "University of California Los Angeles, 315 Portola Plaza, Los Angeles, CA 90095, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of California Los Angeles, 315 Portola Plaza, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5050184772", + "display_name": "Mert Demirer", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I63966007", + "display_name": "Massachusetts Institute of Technology", + "ror": "https://ror.org/042nb2s44", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I63966007" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Mert Demirer", + "raw_affiliation_strings": [ + "Massachusetts Institute of Technology, 50 Memorial Drive, Cambridge, MA 02139, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Massachusetts Institute of Technology, 50 Memorial Drive, Cambridge, MA 02139, USA", + "institution_ids": [ + "https://openalex.org/I63966007" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5015565298", + "display_name": "Esther Duflo", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I63966007", + "display_name": "Massachusetts Institute of Technology", + "ror": "https://ror.org/042nb2s44", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I63966007" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Esther Duflo", + "raw_affiliation_strings": [ + "Massachusetts Institute of Technology, 50 Memorial Drive, Cambridge, MA 02139, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Massachusetts Institute of Technology, 50 Memorial Drive, Cambridge, MA 02139, USA", + "institution_ids": [ + "https://openalex.org/I63966007" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5086970490", + "display_name": "Christian Hansen", + "orcid": "https://orcid.org/0009-0006-8123-1039" + }, + "institutions": [ + { + "id": "https://openalex.org/I40347166", + "display_name": "University of Chicago", + "ror": "https://ror.org/024mw5h28", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I40347166" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Christian Hansen", + "raw_affiliation_strings": [ + "University of Chicago, 5807 S. Woodlawn Ave., Chicago, IL 60637, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Chicago, 5807 S. Woodlawn Ave., Chicago, IL 60637, USA", + "institution_ids": [ + "https://openalex.org/I40347166" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5113931380", + "display_name": "Whitney K. Newey", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I63966007", + "display_name": "Massachusetts Institute of Technology", + "ror": "https://ror.org/042nb2s44", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I63966007" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Whitney Newey", + "raw_affiliation_strings": [ + "Massachusetts Institute of Technology, 50 Memorial Drive, Cambridge, MA 02139, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Massachusetts Institute of Technology, 50 Memorial Drive, Cambridge, MA 02139, USA", + "institution_ids": [ + "https://openalex.org/I63966007" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5079863455", + "display_name": "James M. Robins", + "orcid": "https://orcid.org/0000-0001-6609-209X" + }, + "institutions": [ + { + "id": "https://openalex.org/I136199984", + "display_name": "Harvard University", + "ror": "https://ror.org/03vek6s52", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I136199984" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "James Robins", + "raw_affiliation_strings": [ + "Harvard University, 677 Huntington Avenue, Boston, MA 02115, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Harvard University, 677 Huntington Avenue, Boston, MA 02115, USA", + "institution_ids": [ + "https://openalex.org/I136199984" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 7, + "corresponding_author_ids": [ + "https://openalex.org/A5068383641" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I63966007" + ], + "apc_list": { + "value": 3099, + "currency": "GBP", + "value_usd": 3801 + }, + "apc_paid": null, + "fwci": 49.5769, + "has_fulltext": false, + "cited_by_count": 2392, + "citation_normalized_percentile": { + "value": 0.99897025, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "21", + "issue": "1", + "first_page": "C1", + "last_page": "C68" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10136", + "display_name": "Statistical Methods and Inference", + "score": 0.9990000128746033, + "subfield": { + "id": "https://openalex.org/subfields/2613", + "display_name": "Statistics and Probability" + }, + "field": { + "id": "https://openalex.org/fields/26", + "display_name": "Mathematics" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10136", + "display_name": "Statistical Methods and Inference", + "score": 0.9990000128746033, + "subfield": { + "id": "https://openalex.org/subfields/2613", + "display_name": "Statistics and Probability" + }, + "field": { + "id": "https://openalex.org/fields/26", + "display_name": "Mathematics" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10845", + "display_name": "Advanced Causal Inference Techniques", + "score": 0.9986000061035156, + "subfield": { + "id": "https://openalex.org/subfields/2613", + "display_name": "Statistics and Probability" + }, + "field": { + "id": "https://openalex.org/fields/26", + "display_name": "Mathematics" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10243", + "display_name": "Statistical Methods and Bayesian Inference", + "score": 0.9952999949455261, + "subfield": { + "id": "https://openalex.org/subfields/2613", + "display_name": "Statistics and Probability" + }, + "field": { + "id": "https://openalex.org/fields/26", + "display_name": "Mathematics" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/overfitting", + "display_name": "Overfitting", + "score": 0.9195612668991089 + }, + { + "id": "https://openalex.org/keywords/estimator", + "display_name": "Estimator", + "score": 0.8237652778625488 + }, + { + "id": "https://openalex.org/keywords/nuisance-parameter", + "display_name": "Nuisance parameter", + "score": 0.6137700080871582 + }, + { + "id": "https://openalex.org/keywords/regularization", + "display_name": "Regularization (linguistics)", + "score": 0.611305832862854 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.5675204992294312 + }, + { + "id": "https://openalex.org/keywords/statistics", + "display_name": "Statistics", + "score": 0.3928169012069702 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.37074944376945496 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.3280455470085144 + }, + { + "id": "https://openalex.org/keywords/applied-mathematics", + "display_name": "Applied mathematics", + "score": 0.3253978490829468 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.3153572082519531 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.1361507773399353 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C22019652", + "wikidata": "https://www.wikidata.org/wiki/Q331309", + "display_name": "Overfitting", + "level": 3, + "score": 0.9195612668991089 + }, + { + "id": "https://openalex.org/C185429906", + "wikidata": "https://www.wikidata.org/wiki/Q1130160", + "display_name": "Estimator", + "level": 2, + "score": 0.8237652778625488 + }, + { + "id": "https://openalex.org/C194531419", + "wikidata": "https://www.wikidata.org/wiki/Q17104825", + "display_name": "Nuisance parameter", + "level": 3, + "score": 0.6137700080871582 + }, + { + "id": "https://openalex.org/C2776135515", + "wikidata": "https://www.wikidata.org/wiki/Q17143721", + "display_name": "Regularization (linguistics)", + "level": 2, + "score": 0.611305832862854 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.5675204992294312 + }, + { + "id": "https://openalex.org/C105795698", + "wikidata": "https://www.wikidata.org/wiki/Q12483", + "display_name": "Statistics", + "level": 1, + "score": 0.3928169012069702 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.37074944376945496 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.3280455470085144 + }, + { + "id": "https://openalex.org/C28826006", + "wikidata": "https://www.wikidata.org/wiki/Q33521", + "display_name": "Applied mathematics", + "level": 1, + "score": 0.3253978490829468 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.3153572082519531 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.1361507773399353 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1111/ectj.12097", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1111/ectj.12097", + "pdf_url": "https://academic.oup.com/ectj/article-pdf/21/1/C1/27684918/ectj00c1.pdf", + "source": { + "id": "https://openalex.org/S33519306", + "display_name": "Econometrics Journal", + "issn_l": "1368-4221", + "issn": [ + "1368-4221", + "1368-423X" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310311648", + "host_organization_name": "Oxford University Press", + "host_organization_lineage": [ + "https://openalex.org/P4310311648", + "https://openalex.org/P4310311647" + ], + "host_organization_lineage_names": [ + "Oxford University Press", + "University of Oxford" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "The Econometrics Journal", + "raw_type": "journal-article" + } + ], + "best_oa_location": { + "id": "doi:10.1111/ectj.12097", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1111/ectj.12097", + "pdf_url": "https://academic.oup.com/ectj/article-pdf/21/1/C1/27684918/ectj00c1.pdf", + "source": { + "id": "https://openalex.org/S33519306", + "display_name": "Econometrics Journal", + "issn_l": "1368-4221", + "issn": [ + "1368-4221", + "1368-423X" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310311648", + "host_organization_name": "Oxford University Press", + "host_organization_lineage": [ + "https://openalex.org/P4310311648", + "https://openalex.org/P4310311647" + ], + "host_organization_lineage_names": [ + "Oxford University Press", + "University of Oxford" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "The Econometrics Journal", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [], + "awards": [ + { + "id": "https://openalex.org/G6556031174", + "display_name": null, + "funder_award_id": "ES/I034021/1", + "funder_id": "https://openalex.org/F4320334630", + "funder_display_name": "Economic and Social Research Council" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320306076", + "display_name": "National Science Foundation", + "ror": "https://ror.org/021nxhr62" + }, + { + "id": "https://openalex.org/F4320334630", + "display_name": "Economic and Social Research Council", + "ror": "https://ror.org/03n0ht308" + } + ], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 94, + "referenced_works": [ + "https://openalex.org/W67506904", + "https://openalex.org/W81897278", + "https://openalex.org/W620038288", + "https://openalex.org/W1460189015", + "https://openalex.org/W1520595697", + "https://openalex.org/W1548939571", + "https://openalex.org/W1556388863", + "https://openalex.org/W1656622334", + "https://openalex.org/W1730512236", + "https://openalex.org/W1886275324", + "https://openalex.org/W1963509555", + "https://openalex.org/W1963874316", + "https://openalex.org/W1977675844", + "https://openalex.org/W1981809679", + "https://openalex.org/W1984547044", + "https://openalex.org/W1988734172", + "https://openalex.org/W2000008805", + "https://openalex.org/W2014373672", + "https://openalex.org/W2018543390", + "https://openalex.org/W2022450888", + "https://openalex.org/W2028995298", + "https://openalex.org/W2045640115", + "https://openalex.org/W2046977371", + "https://openalex.org/W2051507405", + "https://openalex.org/W2058248640", + "https://openalex.org/W2062579211", + "https://openalex.org/W2069119359", + "https://openalex.org/W2074523758", + "https://openalex.org/W2078411132", + "https://openalex.org/W2078658856", + "https://openalex.org/W2079597004", + "https://openalex.org/W2086426685", + "https://openalex.org/W2088093133", + "https://openalex.org/W2098895596", + "https://openalex.org/W2099730522", + "https://openalex.org/W2100532505", + "https://openalex.org/W2101746104", + "https://openalex.org/W2104780889", + "https://openalex.org/W2111162388", + "https://openalex.org/W2116581043", + "https://openalex.org/W2120846249", + "https://openalex.org/W2128235479", + "https://openalex.org/W2129086422", + "https://openalex.org/W2143966988", + "https://openalex.org/W2148119495", + "https://openalex.org/W2148596757", + "https://openalex.org/W2150291618", + "https://openalex.org/W2152001792", + "https://openalex.org/W2163162137", + "https://openalex.org/W2171443468", + "https://openalex.org/W2217990278", + "https://openalex.org/W2244523147", + "https://openalex.org/W2308122693", + "https://openalex.org/W2315960178", + "https://openalex.org/W2345898006", + "https://openalex.org/W2398799638", + "https://openalex.org/W2409903755", + "https://openalex.org/W2463468932", + "https://openalex.org/W2478927095", + "https://openalex.org/W2557116807", + "https://openalex.org/W2751382287", + "https://openalex.org/W2765398882", + "https://openalex.org/W2886798606", + "https://openalex.org/W2949148940", + "https://openalex.org/W2950845368", + "https://openalex.org/W2952150717", + "https://openalex.org/W2952248799", + "https://openalex.org/W2962952631", + "https://openalex.org/W2963278901", + "https://openalex.org/W3098302339", + "https://openalex.org/W3099550161", + "https://openalex.org/W3099718522", + "https://openalex.org/W3103221895", + "https://openalex.org/W3121832289", + "https://openalex.org/W3122193054", + "https://openalex.org/W3123233440", + "https://openalex.org/W3123785084", + "https://openalex.org/W3124166904", + "https://openalex.org/W3125188740", + "https://openalex.org/W3125441349", + "https://openalex.org/W3125657517", + "https://openalex.org/W3150893739", + "https://openalex.org/W3207136162", + "https://openalex.org/W4233056867", + "https://openalex.org/W4235461144", + "https://openalex.org/W4240967689", + "https://openalex.org/W4247571494", + "https://openalex.org/W4248240383", + "https://openalex.org/W4300220092", + "https://openalex.org/W4301106181", + "https://openalex.org/W6679265385", + "https://openalex.org/W6802843838", + "https://openalex.org/W6982782312", + "https://openalex.org/W7014881647" + ], + "related_works": [ + "https://openalex.org/W4362597605", + "https://openalex.org/W1574414179", + "https://openalex.org/W4245953108", + "https://openalex.org/W1977619534", + "https://openalex.org/W2236763869", + "https://openalex.org/W2097626286", + "https://openalex.org/W4293568347", + "https://openalex.org/W2808230936", + "https://openalex.org/W2023659367", + "https://openalex.org/W2600353266" + ], + "abstract_inverted_index": { + "We": [ + 0, + 21, + 149, + 205, + 217, + 301 + ], + "revisit": [ + 1 + ], + "the": [ + 2, + 14, + 24, + 36, + 46, + 59, + 135, + 146, + 152, + 162, + 207, + 230, + 267, + 279, + 303, + 314, + 320, + 334, + 351, + 356, + 361, + 369, + 388 + ], + "classic": [ + 3 + ], + "semi‐parametric": [ + 4 + ], + "problem": [ + 5 + ], + "of": [ + 6, + 16, + 45, + 61, + 114, + 124, + 154, + 161, + 164, + 196, + 203, + 210, + 229, + 244, + 252, + 269, + 273, + 298, + 313, + 390 + ], + "inference": [ + 7 + ], + "on": [ + 8, + 159, + 259, + 336, + 360 + ], + "a": [ + 9, + 109, + 270, + 325, + 341 + ], + "low‐dimensional": [ + 10 + ], + "parameter": [ + 11, + 47, + 163, + 232, + 323 + ], + "θ0": [ + 12, + 115, + 166 + ], + "in": [ + 13, + 75, + 97, + 105, + 112, + 134, + 226, + 324, + 340, + 374, + 392 + ], + "presence": [ + 15 + ], + "high‐dimensional": [ + 17, + 34, + 78 + ], + "nuisance": [ + 18, + 188, + 280 + ], + "parameters": [ + 19, + 189 + ], + "η0.": [ + 20 + ], + "depart": [ + 22 + ], + "from": [ + 23 + ], + "classical": [ + 25 + ], + "setting": [ + 26 + ], + "by": [ + 27, + 84, + 119, + 170, + 306 + ], + "allowing": [ + 28 + ], + "for": [ + 29, + 49, + 129, + 277 + ], + "η0": [ + 30, + 107, + 125 + ], + "to": [ + 31, + 73, + 87, + 139, + 187, + 190, + 309, + 318, + 332, + 349, + 367, + 381 + ], + "be": [ + 32, + 140, + 168 + ], + "so": [ + 33 + ], + "that": [ + 35, + 42, + 116, + 151, + 181, + 219, + 224 + ], + "traditional": [ + 37 + ], + "assumptions": [ + 38 + ], + "(e.g.": [ + 39 + ], + "Donsker": [ + 40 + ], + "properties)": [ + 41 + ], + "limit": [ + 43 + ], + "complexity": [ + 44 + ], + "space": [ + 48 + ], + "this": [ + 50 + ], + "object": [ + 51 + ], + "break": [ + 52 + ], + "down.": [ + 53 + ], + "To": [ + 54 + ], + "estimate": [ + 55, + 191 + ], + "η0,": [ + 56 + ], + "we": [ + 57, + 385 + ], + "consider": [ + 58 + ], + "use": [ + 60, + 195, + 268, + 389 + ], + "statistical": [ + 62, + 250 + ], + "or": [ + 63, + 213 + ], + "machine": [ + 64 + ], + "learning": [ + 65 + ], + "(ML)": [ + 66 + ], + "methods,": [ + 67 + ], + "which": [ + 68, + 198, + 241, + 264 + ], + "are": [ + 69, + 117, + 235 + ], + "particularly": [ + 70 + ], + "well": [ + 71, + 83 + ], + "suited": [ + 72 + ], + "estimation": [ + 74, + 160 + ], + "modern,": [ + 76 + ], + "very": [ + 77 + ], + "cases.": [ + 79 + ], + "ML": [ + 80, + 122, + 215, + 275 + ], + "methods": [ + 81, + 211, + 276 + ], + "perform": [ + 82 + ], + "employing": [ + 85 + ], + "regularization": [ + 86, + 93, + 101, + 155 + ], + "reduce": [ + 88 + ], + "variance": [ + 89 + ], + "and": [ + 90, + 103, + 157, + 234, + 238, + 256, + 293, + 296, + 355 + ], + "trading": [ + 91 + ], + "off": [ + 92 + ], + "bias": [ + 94, + 102, + 111, + 132, + 156 + ], + "with": [ + 95, + 185 + ], + "overfitting": [ + 96, + 104, + 158 + ], + "practice.": [ + 98 + ], + "However,": [ + 99 + ], + "both": [ + 100 + ], + "estimating": [ + 106, + 127, + 278 + ], + "cause": [ + 108 + ], + "heavy": [ + 110 + ], + "estimators": [ + 113, + 123, + 223 + ], + "obtained": [ + 118 + ], + "naively": [ + 120 + ], + "plugging": [ + 121 + ], + "into": [ + 126 + ], + "equations": [ + 128 + ], + "θ0.": [ + 130 + ], + "This": [ + 131 + ], + "results": [ + 133 + ], + "naive": [ + 136 + ], + "estimator": [ + 137 + ], + "failing": [ + 138 + ], + "N−1/2": [ + 141 + ], + "consistent,": [ + 142 + ], + "where": [ + 143 + ], + "N": [ + 144 + ], + "is": [ + 145, + 254 + ], + "sample": [ + 147 + ], + "size.": [ + 148 + ], + "show": [ + 150 + ], + "impact": [ + 153 + ], + "interest": [ + 165 + ], + "can": [ + 167 + ], + "removed": [ + 169 + ], + "using": [ + 171, + 178 + ], + "two": [ + 172 + ], + "simple,": [ + 173 + ], + "yet": [ + 174 + ], + "critical,": [ + 175 + ], + "ingredients:": [ + 176 + ], + "(1)": [ + 177 + ], + "Neyman‐orthogonal": [ + 179 + ], + "moments/scores": [ + 180 + ], + "have": [ + 182 + ], + "reduced": [ + 183 + ], + "sensitivity": [ + 184 + ], + "respect": [ + 186 + ], + "θ0;": [ + 192 + ], + "(2)": [ + 193 + ], + "making": [ + 194 + ], + "cross‐fitting,": [ + 197 + ], + "provides": [ + 199 + ], + "an": [ + 200, + 227, + 337, + 375 + ], + "efficient": [ + 201 + ], + "form": [ + 202 + ], + "data‐splitting.": [ + 204 + ], + "call": [ + 206 + ], + "resulting": [ + 208 + ], + "set": [ + 209 + ], + "double": [ + 212 + ], + "debiased": [ + 214 + ], + "(DML).": [ + 216 + ], + "verify": [ + 218 + ], + "DML": [ + 220, + 253, + 316, + 330, + 347, + 365, + 391 + ], + "delivers": [ + 221 + ], + "point": [ + 222 + ], + "concentrate": [ + 225 + ], + "N−1/2‐neighbourhood": [ + 228 + ], + "true": [ + 231 + ], + "values": [ + 233 + ], + "approximately": [ + 236 + ], + "unbiased": [ + 237 + ], + "normally": [ + 239 + ], + "distributed,": [ + 240 + ], + "allows": [ + 242 + ], + "construction": [ + 243 + ], + "valid": [ + 245 + ], + "confidence": [ + 246 + ], + "statements.": [ + 247 + ], + "The": [ + 248 + ], + "generic": [ + 249 + ], + "theory": [ + 251, + 305 + ], + "elementary": [ + 255 + ], + "simultaneously": [ + 257 + ], + "relies": [ + 258 + ], + "only": [ + 260 + ], + "weak": [ + 261 + ], + "theoretical": [ + 262, + 311, + 383 + ], + "requirements,": [ + 263 + ], + "will": [ + 265 + ], + "admit": [ + 266 + ], + "broad": [ + 271 + ], + "array": [ + 272 + ], + "modern": [ + 274 + ], + "parameters,": [ + 281 + ], + "such": [ + 282 + ], + "as": [ + 283 + ], + "random": [ + 284 + ], + "forests,": [ + 285 + ], + "lasso,": [ + 286 + ], + "ridge,": [ + 287 + ], + "deep": [ + 288 + ], + "neural": [ + 289 + ], + "nets,": [ + 290 + ], + "boosted": [ + 291 + ], + "trees,": [ + 292 + ], + "various": [ + 294 + ], + "hybrids": [ + 295 + ], + "ensembles": [ + 297 + ], + "these": [ + 299, + 382 + ], + "methods.": [ + 300 + ], + "illustrate": [ + 302, + 387 + ], + "general": [ + 304 + ], + "applying": [ + 307 + ], + "it": [ + 308 + ], + "provide": [ + 310 + ], + "properties": [ + 312 + ], + "following:": [ + 315 + ], + "applied": [ + 317, + 331, + 348, + 366 + ], + "learn": [ + 319, + 333, + 350, + 368 + ], + "main": [ + 321 + ], + "regression": [ + 322, + 328 + ], + "partially": [ + 326, + 342 + ], + "linear": [ + 327, + 343 + ], + "model;": [ + 329, + 346 + ], + "coefficient": [ + 335 + ], + "endogenous": [ + 338 + ], + "variable": [ + 339 + ], + "instrumental": [ + 344, + 376 + ], + "variables": [ + 345, + 377 + ], + "average": [ + 352, + 357, + 371 + ], + "treatment": [ + 353, + 358, + 372 + ], + "effect": [ + 354, + 359, + 373 + ], + "treated": [ + 362 + ], + "under": [ + 363 + ], + "unconfoundedness;": [ + 364 + ], + "local": [ + 370 + ], + "setting.": [ + 378 + ], + "In": [ + 379 + ], + "addition": [ + 380 + ], + "applications,": [ + 384 + ], + "also": [ + 386 + ], + "three": [ + 393 + ], + "empirical": [ + 394 + ], + "examples.": [ + 395 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 406 + }, + { + "year": 2025, + "cited_by_count": 714 + }, + { + "year": 2024, + "cited_by_count": 427 + }, + { + "year": 2023, + "cited_by_count": 257 + }, + { + "year": 2022, + "cited_by_count": 210 + }, + { + "year": 2021, + "cited_by_count": 172 + }, + { + "year": 2020, + "cited_by_count": 112 + }, + { + "year": 2019, + "cited_by_count": 70 + }, + { + "year": 2018, + "cited_by_count": 18 + }, + { + "year": 2017, + "cited_by_count": 5 + }, + { + "year": 2016, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2048266589", + "doi": "https://doi.org/10.1109/micro.2014.58", + "title": "DaDianNao: A Machine-Learning Supercomputer", + "display_name": "DaDianNao: A Machine-Learning Supercomputer", + "relevance_score": 2836.107, + "publication_year": 2014, + "publication_date": "2014-12-01", + "ids": { + "openalex": "https://openalex.org/W2048266589", + "doi": "https://doi.org/10.1109/micro.2014.58", + "mag": "2048266589" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1109/micro.2014.58", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/micro.2014.58", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "2014 47th Annual IEEE/ACM International Symposium on Microarchitecture", + "raw_type": "proceedings-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5036492388", + "display_name": "Yunji Chen", + "orcid": "https://orcid.org/0000-0003-3925-5185" + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "Yunji Chen", + "raw_affiliation_strings": [ + "SKL of Computer Architecture, ICT, CAS, China" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "SKL of Computer Architecture, ICT, CAS, China", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5101630043", + "display_name": "Tao Luo", + "orcid": "https://orcid.org/0000-0002-3415-3676" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Tao Luo", + "raw_affiliation_strings": [ + "SKL of Computer Architecture, ICT, CAS, China", + "University of CAS, China" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "SKL of Computer Architecture, ICT, CAS, China", + "institution_ids": [] + }, + { + "raw_affiliation_string": "University of CAS, China", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5033237869", + "display_name": "Shaoli Liu", + "orcid": "https://orcid.org/0000-0001-7197-8805" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Shaoli Liu", + "raw_affiliation_strings": [ + "SKL of Computer Architecture, ICT, CAS, China" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "SKL of Computer Architecture, ICT, CAS, China", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5101498177", + "display_name": "Shijin Zhang", + "orcid": "https://orcid.org/0000-0001-5141-3188" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Shijin Zhang", + "raw_affiliation_strings": [ + "SKL of Computer Architecture, ICT, CAS, China" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "SKL of Computer Architecture, ICT, CAS, China", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5100836264", + "display_name": "Liqiang He", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I2722730", + "display_name": "Inner Mongolia University", + "ror": "https://ror.org/0106qb496", + "country_code": "CN", + "type": "education", + "lineage": [ + "https://openalex.org/I2722730" + ] + }, + { + "id": "https://openalex.org/I1326498283", + "display_name": "Institut national de recherche en informatique et en automatique", + "ror": "https://ror.org/02kvxyf05", + "country_code": "FR", + "type": "funder", + "lineage": [ + "https://openalex.org/I1326498283" + ] + } + ], + "countries": [ + "CN", + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Liqiang He", + "raw_affiliation_strings": [ + "Inner Mongolia University, China", + "Inria, Scalay, France" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Inner Mongolia University, China", + "institution_ids": [ + "https://openalex.org/I2722730" + ] + }, + { + "raw_affiliation_string": "Inria, Scalay, France", + "institution_ids": [ + "https://openalex.org/I1326498283" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5100404643", + "display_name": "Jia Wang", + "orcid": "https://orcid.org/0000-0002-3165-7051" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Jia Wang", + "raw_affiliation_strings": [ + "SKL of Computer Architecture, ICT, CAS, China" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "SKL of Computer Architecture, ICT, CAS, China", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5100435321", + "display_name": "Ling Li", + "orcid": "https://orcid.org/0000-0001-8877-9052" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Ling Li", + "raw_affiliation_strings": [ + "SKL of Computer Architecture, ICT, CAS, China" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "SKL of Computer Architecture, ICT, CAS, China", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5109886311", + "display_name": "Tianshi Chen", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Tianshi Chen", + "raw_affiliation_strings": [ + "SKL of Computer Architecture, ICT, CAS, China" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "SKL of Computer Architecture, ICT, CAS, China", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5100628169", + "display_name": "Zhiwei Xu", + "orcid": "https://orcid.org/0000-0002-1480-7265" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Zhiwei Xu", + "raw_affiliation_strings": [ + "SKL of Computer Architecture, ICT, CAS, China" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "SKL of Computer Architecture, ICT, CAS, China", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5101738013", + "display_name": "Ninghui Sun", + "orcid": "https://orcid.org/0000-0002-1953-1392" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Ninghui Sun", + "raw_affiliation_strings": [ + "SKL of Computer Architecture, ICT, CAS, China" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "SKL of Computer Architecture, ICT, CAS, China", + "institution_ids": [] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5040252809", + "display_name": "Olivier Temam", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1326498283", + "display_name": "Institut national de recherche en informatique et en automatique", + "ror": "https://ror.org/02kvxyf05", + "country_code": "FR", + "type": "funder", + "lineage": [ + "https://openalex.org/I1326498283" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Olivier Temam", + "raw_affiliation_strings": [ + "Inria, Scalay, France" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Inria, Scalay, France", + "institution_ids": [ + "https://openalex.org/I1326498283" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 11, + "corresponding_author_ids": [ + "https://openalex.org/A5036492388" + ], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 66.2313, + "has_fulltext": false, + "cited_by_count": 1499, + "citation_normalized_percentile": { + "value": 0.99931373, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 96, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": "609", + "last_page": "622" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10036", + "display_name": "Advanced Neural Network Applications", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10036", + "display_name": "Advanced Neural Network Applications", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10054", + "display_name": "Parallel Computing and Optimization Techniques", + "score": 0.9994999766349792, + "subfield": { + "id": "https://openalex.org/subfields/1708", + "display_name": "Hardware and Architecture" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10502", + "display_name": "Advanced Memory and Neural Computing", + "score": 0.9987000226974487, + "subfield": { + "id": "https://openalex.org/subfields/2208", + "display_name": "Electrical and Electronic Engineering" + }, + "field": { + "id": "https://openalex.org/fields/22", + "display_name": "Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.8650738000869751 + }, + { + "id": "https://openalex.org/keywords/supercomputer", + "display_name": "Supercomputer", + "score": 0.6421846747398376 + }, + { + "id": "https://openalex.org/keywords/memory-footprint", + "display_name": "Memory footprint", + "score": 0.6217308640480042 + }, + { + "id": "https://openalex.org/keywords/convolutional-neural-network", + "display_name": "Convolutional neural network", + "score": 0.6212705373764038 + }, + { + "id": "https://openalex.org/keywords/speedup", + "display_name": "Speedup", + "score": 0.6080182790756226 + }, + { + "id": "https://openalex.org/keywords/parallel-computing", + "display_name": "Parallel computing", + "score": 0.5330008268356323 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.5072109699249268 + }, + { + "id": "https://openalex.org/keywords/deep-learning", + "display_name": "Deep learning", + "score": 0.507047176361084 + }, + { + "id": "https://openalex.org/keywords/memory-bandwidth", + "display_name": "Memory bandwidth", + "score": 0.5065058469772339 + }, + { + "id": "https://openalex.org/keywords/bandwidth", + "display_name": "Bandwidth (computing)", + "score": 0.4705035388469696 + }, + { + "id": "https://openalex.org/keywords/auxiliary-memory", + "display_name": "Auxiliary memory", + "score": 0.46236518025398254 + }, + { + "id": "https://openalex.org/keywords/computer-architecture", + "display_name": "Computer architecture", + "score": 0.44564568996429443 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.3841804265975952 + }, + { + "id": "https://openalex.org/keywords/distributed-computing", + "display_name": "Distributed computing", + "score": 0.34958434104919434 + }, + { + "id": "https://openalex.org/keywords/computer-engineering", + "display_name": "Computer engineering", + "score": 0.32731860876083374 + }, + { + "id": "https://openalex.org/keywords/computer-hardware", + "display_name": "Computer hardware", + "score": 0.21425938606262207 + }, + { + "id": "https://openalex.org/keywords/operating-system", + "display_name": "Operating system", + "score": 0.1414709985256195 + }, + { + "id": "https://openalex.org/keywords/computer-network", + "display_name": "Computer network", + "score": 0.13462954759597778 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.8650738000869751 + }, + { + "id": "https://openalex.org/C83283714", + "wikidata": "https://www.wikidata.org/wiki/Q121117", + "display_name": "Supercomputer", + "level": 2, + "score": 0.6421846747398376 + }, + { + "id": "https://openalex.org/C74912251", + "wikidata": "https://www.wikidata.org/wiki/Q6815727", + "display_name": "Memory footprint", + "level": 2, + "score": 0.6217308640480042 + }, + { + "id": "https://openalex.org/C81363708", + "wikidata": "https://www.wikidata.org/wiki/Q17084460", + "display_name": "Convolutional neural network", + "level": 2, + "score": 0.6212705373764038 + }, + { + "id": "https://openalex.org/C68339613", + "wikidata": "https://www.wikidata.org/wiki/Q1549489", + "display_name": "Speedup", + "level": 2, + "score": 0.6080182790756226 + }, + { + "id": "https://openalex.org/C173608175", + "wikidata": "https://www.wikidata.org/wiki/Q232661", + "display_name": "Parallel computing", + "level": 1, + "score": 0.5330008268356323 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.5072109699249268 + }, + { + "id": "https://openalex.org/C108583219", + "wikidata": "https://www.wikidata.org/wiki/Q197536", + "display_name": "Deep learning", + "level": 2, + "score": 0.507047176361084 + }, + { + "id": "https://openalex.org/C188045654", + "wikidata": "https://www.wikidata.org/wiki/Q17148339", + "display_name": "Memory bandwidth", + "level": 2, + "score": 0.5065058469772339 + }, + { + "id": "https://openalex.org/C2776257435", + "wikidata": "https://www.wikidata.org/wiki/Q1576430", + "display_name": "Bandwidth (computing)", + "level": 2, + "score": 0.4705035388469696 + }, + { + "id": "https://openalex.org/C82687282", + "wikidata": "https://www.wikidata.org/wiki/Q66221", + "display_name": "Auxiliary memory", + "level": 2, + "score": 0.46236518025398254 + }, + { + "id": "https://openalex.org/C118524514", + "wikidata": "https://www.wikidata.org/wiki/Q173212", + "display_name": "Computer architecture", + "level": 1, + "score": 0.44564568996429443 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.3841804265975952 + }, + { + "id": "https://openalex.org/C120314980", + "wikidata": "https://www.wikidata.org/wiki/Q180634", + "display_name": "Distributed computing", + "level": 1, + "score": 0.34958434104919434 + }, + { + "id": "https://openalex.org/C113775141", + "wikidata": "https://www.wikidata.org/wiki/Q428691", + "display_name": "Computer engineering", + "level": 1, + "score": 0.32731860876083374 + }, + { + "id": "https://openalex.org/C9390403", + "wikidata": "https://www.wikidata.org/wiki/Q3966", + "display_name": "Computer hardware", + "level": 1, + "score": 0.21425938606262207 + }, + { + "id": "https://openalex.org/C111919701", + "wikidata": "https://www.wikidata.org/wiki/Q9135", + "display_name": "Operating system", + "level": 1, + "score": 0.1414709985256195 + }, + { + "id": "https://openalex.org/C31258907", + "wikidata": "https://www.wikidata.org/wiki/Q1301371", + "display_name": "Computer network", + "level": 1, + "score": 0.13462954759597778 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1109/micro.2014.58", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/micro.2014.58", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "2014 47th Annual IEEE/ACM International Symposium on Microarchitecture", + "raw_type": "proceedings-article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "display_name": "Affordable and clean energy", + "id": "https://metadata.un.org/sdg/7", + "score": 0.7099999785423279 + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 61, + "referenced_works": [ + "https://openalex.org/W160318044", + "https://openalex.org/W587794757", + "https://openalex.org/W1501077214", + "https://openalex.org/W1964471912", + "https://openalex.org/W1987117608", + "https://openalex.org/W1994197834", + "https://openalex.org/W2006312753", + "https://openalex.org/W2010238453", + "https://openalex.org/W2024139303", + "https://openalex.org/W2038061869", + "https://openalex.org/W2043607059", + "https://openalex.org/W2056137328", + "https://openalex.org/W2062227835", + "https://openalex.org/W2071709160", + "https://openalex.org/W2077505860", + "https://openalex.org/W2082444966", + "https://openalex.org/W2089064077", + "https://openalex.org/W2098335003", + "https://openalex.org/W2102543317", + "https://openalex.org/W2107994122", + "https://openalex.org/W2108598243", + "https://openalex.org/W2109492604", + "https://openalex.org/W2111932160", + "https://openalex.org/W2112796928", + "https://openalex.org/W2116267755", + "https://openalex.org/W2120480077", + "https://openalex.org/W2121458485", + "https://openalex.org/W2125203716", + "https://openalex.org/W2128785632", + "https://openalex.org/W2136189984", + "https://openalex.org/W2136262589", + "https://openalex.org/W2141125852", + "https://openalex.org/W2148461049", + "https://openalex.org/W2148605318", + "https://openalex.org/W2152839228", + "https://openalex.org/W2155377787", + "https://openalex.org/W2162390675", + "https://openalex.org/W2163605009", + "https://openalex.org/W2168231600", + "https://openalex.org/W2169875292", + "https://openalex.org/W2187230075", + "https://openalex.org/W2252268321", + "https://openalex.org/W2253807446", + "https://openalex.org/W2467255337", + "https://openalex.org/W2504108613", + "https://openalex.org/W2546302380", + "https://openalex.org/W2963217749", + "https://openalex.org/W3151762208", + "https://openalex.org/W4232280717", + "https://openalex.org/W4239072543", + "https://openalex.org/W6617368339", + "https://openalex.org/W6651700774", + "https://openalex.org/W6673621702", + "https://openalex.org/W6676297131", + "https://openalex.org/W6678242812", + "https://openalex.org/W6680450716", + "https://openalex.org/W6681813608", + "https://openalex.org/W6683722107", + "https://openalex.org/W6684191040", + "https://openalex.org/W6684859321", + "https://openalex.org/W6691441656" + ], + "related_works": [ + "https://openalex.org/W4289827464", + "https://openalex.org/W4376647684", + "https://openalex.org/W4221139464", + "https://openalex.org/W4386302689", + "https://openalex.org/W2068996722", + "https://openalex.org/W4200309432", + "https://openalex.org/W3193699965", + "https://openalex.org/W4319917399", + "https://openalex.org/W2909779890", + "https://openalex.org/W2398743891" + ], + "abstract_inverted_index": { + "Many": [ + 0 + ], + "companies": [ + 1 + ], + "are": [ + 2, + 11, + 33, + 43 + ], + "deploying": [ + 3 + ], + "services,": [ + 4 + ], + "either": [ + 5 + ], + "for": [ + 6, + 17, + 185 + ], + "consumers": [ + 7 + ], + "or": [ + 8 + ], + "industry,": [ + 9 + ], + "which": [ + 10, + 42, + 62, + 70, + 127 + ], + "largely": [ + 12 + ], + "based": [ + 13 + ], + "on": [ + 14, + 84, + 102, + 155, + 183 + ], + "machine-learning": [ + 15, + 31, + 147 + ], + "algorithms": [ + 16, + 32 + ], + "sophisticated": [ + 18 + ], + "processing": [ + 19 + ], + "of": [ + 20, + 23, + 54, + 100, + 105, + 158, + 172, + 204 + ], + "large": [ + 21 + ], + "amounts": [ + 22 + ], + "data.": [ + 24 + ], + "The": [ + 25 + ], + "state-of-the-art": [ + 26 + ], + "and": [ + 27, + 35, + 40, + 49, + 89, + 123, + 177, + 197, + 207 + ], + "most": [ + 28 + ], + "popular": [ + 29 + ], + "such": [ + 30 + ], + "Convolutional": [ + 34 + ], + "Deep": [ + 36 + ], + "Neural": [ + 37 + ], + "Networks": [ + 38 + ], + "(CNNs": [ + 39 + ], + "DNNs),": [ + 41 + ], + "known": [ + 44, + 161 + ], + "to": [ + 45, + 119, + 168, + 194 + ], + "be": [ + 46 + ], + "both": [ + 47 + ], + "computationally": [ + 48 + ], + "memory": [ + 50, + 74, + 79, + 91 + ], + "intensive.": [ + 51 + ], + "A": [ + 52 + ], + "number": [ + 53 + ], + "neural": [ + 55, + 162 + ], + "network": [ + 56, + 163 + ], + "accelerators": [ + 57 + ], + "have": [ + 58 + ], + "been": [ + 59 + ], + "recently": [ + 60 + ], + "proposed": [ + 61 + ], + "can": [ + 63, + 117, + 128 + ], + "offer": [ + 64 + ], + "high": [ + 65, + 120 + ], + "computational": [ + 66, + 208 + ], + "capacity/area": [ + 67 + ], + "ratio,": [ + 68 + ], + "but": [ + 69 + ], + "remain": [ + 71 + ], + "hampered": [ + 72 + ], + "by": [ + 73, + 82, + 181 + ], + "accesses.": [ + 75 + ], + "However,": [ + 76 + ], + "unlike": [ + 77 + ], + "the": [ + 78, + 87, + 98, + 101, + 113, + 159, + 179, + 191, + 195 + ], + "wall": [ + 80 + ], + "faced": [ + 81 + ], + "processors": [ + 83 + ], + "general-purpose": [ + 85 + ], + "workloads,": [ + 86 + ], + "CNNs": [ + 88 + ], + "DNNs": [ + 90 + ], + "footprint,": [ + 92 + ], + "while": [ + 93 + ], + "large,": [ + 94 + ], + "is": [ + 95, + 166 + ], + "not": [ + 96 + ], + "beyond": [ + 97 + ], + "capability": [ + 99 + ], + "chip": [ + 103 + ], + "storage": [ + 104, + 206 + ], + "a": [ + 106, + 135, + 144, + 156, + 170, + 175, + 186, + 202 + ], + "multi-chip": [ + 107, + 146 + ], + "system.": [ + 108, + 188 + ], + "This": [ + 109 + ], + "property,": [ + 110 + ], + "combined": [ + 111 + ], + "with": [ + 112, + 210 + ], + "CNN/DNN": [ + 114 + ], + "algorithmic": [ + 115 + ], + "characteristics,": [ + 116 + ], + "lead": [ + 118 + ], + "internal": [ + 121 + ], + "bandwidth": [ + 122 + ], + "low": [ + 124 + ], + "external": [ + 125 + ], + "communications,": [ + 126 + ], + "in": [ + 129 + ], + "turn": [ + 130 + ], + "enable": [ + 131 + ], + "high-degree": [ + 132 + ], + "parallelism": [ + 133 + ], + "at": [ + 134, + 199 + ], + "reasonable": [ + 136 + ], + "area": [ + 137 + ], + "cost.": [ + 138 + ], + "In": [ + 139 + ], + "this": [ + 140 + ], + "article,": [ + 141 + ], + "we": [ + 142 + ], + "introduce": [ + 143 + ], + "custom": [ + 145, + 205 + ], + "architecture": [ + 148 + ], + "along": [ + 149 + ], + "those": [ + 150 + ], + "lines.": [ + 151 + ], + "We": [ + 152, + 189 + ], + "show": [ + 153 + ], + "that,": [ + 154 + ], + "subset": [ + 157 + ], + "largest": [ + 160 + ], + "layers,": [ + 164 + ], + "it": [ + 165 + ], + "possible": [ + 167 + ], + "achieve": [ + 169 + ], + "speedup": [ + 171 + ], + "450.65x": [ + 173 + ], + "over": [ + 174 + ], + "GPU,": [ + 176 + ], + "reduce": [ + 178 + ], + "energy": [ + 180 + ], + "150.31x": [ + 182 + ], + "average": [ + 184 + ], + "64-chip": [ + 187 + ], + "implement": [ + 190 + ], + "node": [ + 192 + ], + "down": [ + 193 + ], + "place": [ + 196 + ], + "route": [ + 198 + ], + "28nm,": [ + 200 + ], + "containing": [ + 201 + ], + "combination": [ + 203 + ], + "units,": [ + 209 + ], + "industry-grade": [ + 211 + ], + "interconnects.": [ + 212 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 13 + }, + { + "year": 2025, + "cited_by_count": 45 + }, + { + "year": 2024, + "cited_by_count": 74 + }, + { + "year": 2023, + "cited_by_count": 98 + }, + { + "year": 2022, + "cited_by_count": 139 + }, + { + "year": 2021, + "cited_by_count": 189 + }, + { + "year": 2020, + "cited_by_count": 234 + }, + { + "year": 2019, + "cited_by_count": 207 + }, + { + "year": 2018, + "cited_by_count": 232 + }, + { + "year": 2017, + "cited_by_count": 148 + }, + { + "year": 2016, + "cited_by_count": 93 + }, + { + "year": 2015, + "cited_by_count": 24 + }, + { + "year": 2014, + "cited_by_count": 3 + } + ], + "updated_date": "2026-05-28T09:10:13.091523", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2964303497", + "doi": "https://doi.org/10.3390/electronics8080832", + "title": "Machine Learning Interpretability: A Survey on Methods and Metrics", + "display_name": "Machine Learning Interpretability: A Survey on Methods and Metrics", + "relevance_score": 2832.288, + "publication_year": 2019, + "publication_date": "2019-07-26", + "ids": { + "openalex": "https://openalex.org/W2964303497", + "doi": "https://doi.org/10.3390/electronics8080832", + "mag": "2964303497" + }, + "language": "en", + "primary_location": { + "id": "doi:10.3390/electronics8080832", + "is_oa": true, + "landing_page_url": "https://doi.org/10.3390/electronics8080832", + "pdf_url": "https://www.mdpi.com/2079-9292/8/8/832/pdf?version=1564134847", + "source": { + "id": "https://openalex.org/S4210202905", + "display_name": "Electronics", + "issn_l": "2079-9292", + "issn": [ + "2079-9292" + ], + "is_oa": true, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310310987", + "host_organization_name": "Multidisciplinary Digital Publishing Institute", + "host_organization_lineage": [ + "https://openalex.org/P4310310987" + ], + "host_organization_lineage_names": [ + "Multidisciplinary Digital Publishing Institute" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Electronics", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref", + "doaj" + ], + "open_access": { + "is_oa": true, + "oa_status": "gold", + "oa_url": "https://www.mdpi.com/2079-9292/8/8/832/pdf?version=1564134847", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5102720670", + "display_name": "Diogo V. Carvalho", + "orcid": "https://orcid.org/0000-0002-2349-4117" + }, + "institutions": [ + { + "id": "https://openalex.org/I182534213", + "display_name": "Universidade do Porto", + "ror": "https://ror.org/043pwc612", + "country_code": "PT", + "type": "education", + "lineage": [ + "https://openalex.org/I182534213" + ] + } + ], + "countries": [ + "PT" + ], + "is_corresponding": true, + "raw_author_name": "Diogo V. Carvalho", + "raw_affiliation_strings": [ + "Deloitte Portugal, Manuel Bandeira Street, 43, 4150-479 Porto, Portugal", + "Faculty of Engineering, University of Porto, Dr. Roberto Frias Street, 4200-465 Porto, Portugal" + ], + "raw_orcid": "https://orcid.org/0000-0002-2349-4117", + "affiliations": [ + { + "raw_affiliation_string": "Deloitte Portugal, Manuel Bandeira Street, 43, 4150-479 Porto, Portugal", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Faculty of Engineering, University of Porto, Dr. Roberto Frias Street, 4200-465 Porto, Portugal", + "institution_ids": [ + "https://openalex.org/I182534213" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5102355791", + "display_name": "Eduardo M. Pereira", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Eduardo M. Pereira", + "raw_affiliation_strings": [ + "Deloitte Portugal, Manuel Bandeira Street, 43, 4150-479 Porto, Portugal" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Deloitte Portugal, Manuel Bandeira Street, 43, 4150-479 Porto, Portugal", + "institution_ids": [] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5013827007", + "display_name": "Jaime S. Cardoso", + "orcid": "https://orcid.org/0000-0002-3760-2473" + }, + "institutions": [ + { + "id": "https://openalex.org/I182534213", + "display_name": "Universidade do Porto", + "ror": "https://ror.org/043pwc612", + "country_code": "PT", + "type": "education", + "lineage": [ + "https://openalex.org/I182534213" + ] + }, + { + "id": "https://openalex.org/I4210166615", + "display_name": "INESC TEC", + "ror": "https://ror.org/05fa8ka61", + "country_code": "PT", + "type": "nonprofit", + "lineage": [ + "https://openalex.org/I4210125590", + "https://openalex.org/I4210166615" + ] + } + ], + "countries": [ + "PT" + ], + "is_corresponding": false, + "raw_author_name": "Jaime S. Cardoso", + "raw_affiliation_strings": [ + "Faculty of Engineering, University of Porto, Dr. Roberto Frias Street, 4200-465 Porto, Portugal", + "INESC TEC, Dr. Roberto Frias Street, 4200-465 Porto, Portugal" + ], + "raw_orcid": "https://orcid.org/0000-0002-3760-2473", + "affiliations": [ + { + "raw_affiliation_string": "Faculty of Engineering, University of Porto, Dr. Roberto Frias Street, 4200-465 Porto, Portugal", + "institution_ids": [ + "https://openalex.org/I182534213" + ] + }, + { + "raw_affiliation_string": "INESC TEC, Dr. Roberto Frias Street, 4200-465 Porto, Portugal", + "institution_ids": [ + "https://openalex.org/I4210166615" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5102720670" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I182534213" + ], + "apc_list": { + "value": 2000, + "currency": "CHF", + "value_usd": 2165 + }, + "apc_paid": { + "value": 2000, + "currency": "CHF", + "value_usd": 2165 + }, + "fwci": 90.6779, + "has_fulltext": true, + "cited_by_count": 1742, + "citation_normalized_percentile": { + "value": 0.99953229, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "8", + "issue": "8", + "first_page": "832", + "last_page": "832" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12026", + "display_name": "Explainable Artificial Intelligence (XAI)", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12026", + "display_name": "Explainable Artificial Intelligence (XAI)", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11689", + "display_name": "Adversarial Robustness in Machine Learning", + "score": 0.9976999759674072, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9767000079154968, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/interpretability", + "display_name": "Interpretability", + "score": 0.9701313972473145 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.659199059009552 + }, + { + "id": "https://openalex.org/keywords/meaning", + "display_name": "Meaning (existential)", + "score": 0.6587560772895813 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6230239272117615 + }, + { + "id": "https://openalex.org/keywords/field", + "display_name": "Field (mathematics)", + "score": 0.5974628925323486 + }, + { + "id": "https://openalex.org/keywords/audit", + "display_name": "Audit", + "score": 0.5879456400871277 + }, + { + "id": "https://openalex.org/keywords/quality", + "display_name": "Quality (philosophy)", + "score": 0.5633484125137329 + }, + { + "id": "https://openalex.org/keywords/data-science", + "display_name": "Data science", + "score": 0.5597485899925232 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.5310136675834656 + }, + { + "id": "https://openalex.org/keywords/management-science", + "display_name": "Management science", + "score": 0.4038145840167999 + }, + { + "id": "https://openalex.org/keywords/knowledge-management", + "display_name": "Knowledge management", + "score": 0.35610130429267883 + }, + { + "id": "https://openalex.org/keywords/risk-analysis", + "display_name": "Risk analysis (engineering)", + "score": 0.35108682513237 + }, + { + "id": "https://openalex.org/keywords/engineering", + "display_name": "Engineering", + "score": 0.14015191793441772 + }, + { + "id": "https://openalex.org/keywords/psychology", + "display_name": "Psychology", + "score": 0.12852543592453003 + }, + { + "id": "https://openalex.org/keywords/epistemology", + "display_name": "Epistemology", + "score": 0.08962225914001465 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2781067378", + "wikidata": "https://www.wikidata.org/wiki/Q17027399", + "display_name": "Interpretability", + "level": 2, + "score": 0.9701313972473145 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.659199059009552 + }, + { + "id": "https://openalex.org/C2780876879", + "wikidata": "https://www.wikidata.org/wiki/Q3054749", + "display_name": "Meaning (existential)", + "level": 2, + "score": 0.6587560772895813 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6230239272117615 + }, + { + "id": "https://openalex.org/C9652623", + "wikidata": "https://www.wikidata.org/wiki/Q190109", + "display_name": "Field (mathematics)", + "level": 2, + "score": 0.5974628925323486 + }, + { + "id": "https://openalex.org/C199521495", + "wikidata": "https://www.wikidata.org/wiki/Q181487", + "display_name": "Audit", + "level": 2, + "score": 0.5879456400871277 + }, + { + "id": "https://openalex.org/C2779530757", + "wikidata": "https://www.wikidata.org/wiki/Q1207505", + "display_name": "Quality (philosophy)", + "level": 2, + "score": 0.5633484125137329 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.5597485899925232 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.5310136675834656 + }, + { + "id": "https://openalex.org/C539667460", + "wikidata": "https://www.wikidata.org/wiki/Q2414942", + "display_name": "Management science", + "level": 1, + "score": 0.4038145840167999 + }, + { + "id": "https://openalex.org/C56739046", + "wikidata": "https://www.wikidata.org/wiki/Q192060", + "display_name": "Knowledge management", + "level": 1, + "score": 0.35610130429267883 + }, + { + "id": "https://openalex.org/C112930515", + "wikidata": "https://www.wikidata.org/wiki/Q4389547", + "display_name": "Risk analysis (engineering)", + "level": 1, + "score": 0.35108682513237 + }, + { + "id": "https://openalex.org/C127413603", + "wikidata": "https://www.wikidata.org/wiki/Q11023", + "display_name": "Engineering", + "level": 0, + "score": 0.14015191793441772 + }, + { + "id": "https://openalex.org/C15744967", + "wikidata": "https://www.wikidata.org/wiki/Q9418", + "display_name": "Psychology", + "level": 0, + "score": 0.12852543592453003 + }, + { + "id": "https://openalex.org/C111472728", + "wikidata": "https://www.wikidata.org/wiki/Q9471", + "display_name": "Epistemology", + "level": 1, + "score": 0.08962225914001465 + }, + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C202444582", + "wikidata": "https://www.wikidata.org/wiki/Q837863", + "display_name": "Pure mathematics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C138885662", + "wikidata": "https://www.wikidata.org/wiki/Q5891", + "display_name": "Philosophy", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C187736073", + "wikidata": "https://www.wikidata.org/wiki/Q2920921", + "display_name": "Management", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C542102704", + "wikidata": "https://www.wikidata.org/wiki/Q183257", + "display_name": "Psychotherapist", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C162324750", + "wikidata": "https://www.wikidata.org/wiki/Q8134", + "display_name": "Economics", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 3, + "locations": [ + { + "id": "doi:10.3390/electronics8080832", + "is_oa": true, + "landing_page_url": "https://doi.org/10.3390/electronics8080832", + "pdf_url": "https://www.mdpi.com/2079-9292/8/8/832/pdf?version=1564134847", + "source": { + "id": "https://openalex.org/S4210202905", + "display_name": "Electronics", + "issn_l": "2079-9292", + "issn": [ + "2079-9292" + ], + "is_oa": true, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310310987", + "host_organization_name": "Multidisciplinary Digital Publishing Institute", + "host_organization_lineage": [ + "https://openalex.org/P4310310987" + ], + "host_organization_lineage_names": [ + "Multidisciplinary Digital Publishing Institute" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Electronics", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:doaj.org/article:45fdfd3de6ed423b85a89d6e8d758b60", + "is_oa": true, + "landing_page_url": "https://doaj.org/article/45fdfd3de6ed423b85a89d6e8d758b60", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401280", + "display_name": "DOAJ (DOAJ: Directory of Open Access Journals)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by-sa", + "license_id": "https://openalex.org/licenses/cc-by-sa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Electronics, Vol 8, Iss 8, p 832 (2019)", + "raw_type": "article" + }, + { + "id": "pmh:oai:mdpi.com:/2079-9292/8/8/832/", + "is_oa": true, + "landing_page_url": "http://dx.doi.org/10.3390/electronics8080832", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400947", + "display_name": "MDPI (MDPI AG)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I4210097602", + "host_organization_name": "Multidisciplinary Digital Publishing Institute (Switzerland)", + "host_organization_lineage": [ + "https://openalex.org/I4210097602" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Electronics", + "raw_type": "Text" + } + ], + "best_oa_location": { + "id": "doi:10.3390/electronics8080832", + "is_oa": true, + "landing_page_url": "https://doi.org/10.3390/electronics8080832", + "pdf_url": "https://www.mdpi.com/2079-9292/8/8/832/pdf?version=1564134847", + "source": { + "id": "https://openalex.org/S4210202905", + "display_name": "Electronics", + "issn_l": "2079-9292", + "issn": [ + "2079-9292" + ], + "is_oa": true, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310310987", + "host_organization_name": "Multidisciplinary Digital Publishing Institute", + "host_organization_lineage": [ + "https://openalex.org/P4310310987" + ], + "host_organization_lineage_names": [ + "Multidisciplinary Digital Publishing Institute" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Electronics", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [ + { + "display_name": "Peace, Justice and strong institutions", + "id": "https://metadata.un.org/sdg/16", + "score": 0.7200000286102295 + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": true, + "grobid_xml": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W2964303497.pdf", + "grobid_xml": "https://content.openalex.org/works/W2964303497.grobid-xml" + }, + "referenced_works_count": 113, + "referenced_works": [ + "https://openalex.org/W17854248", + "https://openalex.org/W1516436026", + "https://openalex.org/W1537462412", + "https://openalex.org/W1585983533", + "https://openalex.org/W1678356000", + "https://openalex.org/W1821462560", + "https://openalex.org/W1968340857", + "https://openalex.org/W1971996841", + "https://openalex.org/W1977556410", + "https://openalex.org/W2026905436", + "https://openalex.org/W2048231652", + "https://openalex.org/W2063046703", + "https://openalex.org/W2073838543", + "https://openalex.org/W2075585362", + "https://openalex.org/W2084341220", + "https://openalex.org/W2096434649", + "https://openalex.org/W2123045220", + "https://openalex.org/W2125847307", + "https://openalex.org/W2130485404", + "https://openalex.org/W2134584261", + "https://openalex.org/W2134598164", + "https://openalex.org/W2149033360", + "https://openalex.org/W2187089797", + "https://openalex.org/W2194775991", + "https://openalex.org/W2195388612", + "https://openalex.org/W2198766081", + "https://openalex.org/W2232104438", + "https://openalex.org/W2282821441", + "https://openalex.org/W2319794630", + "https://openalex.org/W2367397349", + "https://openalex.org/W2467510144", + "https://openalex.org/W2528204193", + "https://openalex.org/W2551974706", + "https://openalex.org/W2564414379", + "https://openalex.org/W2587529872", + "https://openalex.org/W2594475271", + "https://openalex.org/W2607223307", + "https://openalex.org/W2617799811", + "https://openalex.org/W2618851150", + "https://openalex.org/W2626639386", + "https://openalex.org/W2732547613", + "https://openalex.org/W2744283806", + "https://openalex.org/W2744365997", + "https://openalex.org/W2762409054", + "https://openalex.org/W2762968537", + "https://openalex.org/W2765308317", + "https://openalex.org/W2769421449", + "https://openalex.org/W2769506033", + "https://openalex.org/W2781844902", + "https://openalex.org/W2787752464", + "https://openalex.org/W2788403449", + "https://openalex.org/W2791469229", + "https://openalex.org/W2794596673", + "https://openalex.org/W2795530988", + "https://openalex.org/W2795807997", + "https://openalex.org/W2796215194", + "https://openalex.org/W2796885425", + "https://openalex.org/W2804657206", + "https://openalex.org/W2806259446", + "https://openalex.org/W2807015674", + "https://openalex.org/W2807124908", + "https://openalex.org/W2810487289", + "https://openalex.org/W2886614482", + "https://openalex.org/W2887189984", + "https://openalex.org/W2891503716", + "https://openalex.org/W2894881080", + "https://openalex.org/W2898027682", + "https://openalex.org/W2901939789", + "https://openalex.org/W2902011388", + "https://openalex.org/W2902255491", + "https://openalex.org/W2907871166", + "https://openalex.org/W2917767525", + "https://openalex.org/W2920246635", + "https://openalex.org/W2927351257", + "https://openalex.org/W2947113669", + "https://openalex.org/W2949197630", + "https://openalex.org/W2949706042", + "https://openalex.org/W2950538796", + "https://openalex.org/W2951264787", + "https://openalex.org/W2952467640", + "https://openalex.org/W2962689739", + "https://openalex.org/W2962790223", + "https://openalex.org/W2962858109", + "https://openalex.org/W2963095307", + "https://openalex.org/W2963125461", + "https://openalex.org/W2963483561", + "https://openalex.org/W2963660754", + "https://openalex.org/W2963847595", + "https://openalex.org/W2964112969", + "https://openalex.org/W2964244352", + "https://openalex.org/W2965595588", + "https://openalex.org/W2979481854", + "https://openalex.org/W2979997102", + "https://openalex.org/W2982560934", + "https://openalex.org/W3023058184", + "https://openalex.org/W3098278632", + "https://openalex.org/W3104119469", + "https://openalex.org/W3124443940", + "https://openalex.org/W3128452405", + "https://openalex.org/W4206534706", + "https://openalex.org/W4226065182", + "https://openalex.org/W4231827019", + "https://openalex.org/W4298082496", + "https://openalex.org/W4399636541", + "https://openalex.org/W6644682428", + "https://openalex.org/W6728551298", + "https://openalex.org/W6744393810", + "https://openalex.org/W6745730051", + "https://openalex.org/W6749553640", + "https://openalex.org/W6755687963", + "https://openalex.org/W6757984148", + "https://openalex.org/W6790587931", + "https://openalex.org/W6809680140" + ], + "related_works": [ + "https://openalex.org/W2905433371", + "https://openalex.org/W2888392564", + "https://openalex.org/W4310278675", + "https://openalex.org/W4388422664", + "https://openalex.org/W4390569940", + "https://openalex.org/W4361193272", + "https://openalex.org/W2963326959", + "https://openalex.org/W4388685194", + "https://openalex.org/W4312407344", + "https://openalex.org/W2894289927" + ], + "abstract_inverted_index": { + "Machine": [ + 0 + ], + "learning": [ + 1, + 96, + 177 + ], + "systems": [ + 2, + 40 + ], + "are": [ + 3, + 52, + 145 + ], + "becoming": [ + 4 + ], + "increasingly": [ + 5 + ], + "ubiquitous.": [ + 6 + ], + "These": [ + 7 + ], + "systems’s": [ + 8 + ], + "adoption": [ + 9 + ], + "has": [ + 10, + 106 + ], + "been": [ + 11 + ], + "expanding,": [ + 12 + ], + "accelerating": [ + 13 + ], + "the": [ + 14, + 55, + 63, + 77, + 85, + 88, + 122, + 127, + 141, + 146, + 152, + 168, + 172, + 182, + 187 + ], + "shift": [ + 15 + ], + "towards": [ + 16 + ], + "a": [ + 17, + 165, + 193 + ], + "more": [ + 18 + ], + "algorithmic": [ + 19 + ], + "society,": [ + 20 + ], + "meaning": [ + 21, + 45 + ], + "that": [ + 22 + ], + "algorithmically": [ + 23 + ], + "informed": [ + 24 + ], + "decisions": [ + 25, + 82 + ], + "have": [ + 26, + 75 + ], + "greater": [ + 27 + ], + "potential": [ + 28 + ], + "for": [ + 29, + 87, + 98 + ], + "significant": [ + 30 + ], + "social": [ + 31 + ], + "impact.": [ + 32 + ], + "However,": [ + 33, + 126 + ], + "most": [ + 34, + 147 + ], + "of": [ + 35, + 81, + 129, + 154, + 159, + 167, + 171, + 205 + ], + "these": [ + 36, + 130 + ], + "accurate": [ + 37 + ], + "decision": [ + 38 + ], + "support": [ + 39 + ], + "remain": [ + 41 + ], + "complex": [ + 42 + ], + "black": [ + 43 + ], + "boxes,": [ + 44 + ], + "their": [ + 46, + 66 + ], + "internal": [ + 47 + ], + "logic": [ + 48 + ], + "and": [ + 49, + 57, + 71, + 79, + 93, + 111, + 118, + 185, + 190 + ], + "inner": [ + 50 + ], + "workings": [ + 51 + ], + "hidden": [ + 53 + ], + "to": [ + 54, + 90, + 139, + 150, + 163, + 201 + ], + "user": [ + 56 + ], + "even": [ + 58 + ], + "experts": [ + 59 + ], + "cannot": [ + 60 + ], + "fully": [ + 61 + ], + "understand": [ + 62 + ], + "rationale": [ + 64 + ], + "behind": [ + 65 + ], + "predictions.": [ + 67 + ], + "Moreover,": [ + 68 + ], + "new": [ + 69 + ], + "regulations": [ + 70 + ], + "highly": [ + 72 + ], + "regulated": [ + 73 + ], + "domains": [ + 74 + ], + "made": [ + 76 + ], + "audit": [ + 78 + ], + "verifiability": [ + 80 + ], + "mandatory,": [ + 83 + ], + "increasing": [ + 84 + ], + "demand": [ + 86 + ], + "ability": [ + 89 + ], + "question,": [ + 91 + ], + "understand,": [ + 92 + ], + "trust": [ + 94 + ], + "machine": [ + 95, + 176 + ], + "systems,": [ + 97 + ], + "which": [ + 99 + ], + "interpretability": [ + 100, + 109, + 178 + ], + "is": [ + 101, + 134, + 162, + 197 + ], + "indispensable.": [ + 102 + ], + "The": [ + 103, + 157 + ], + "research": [ + 104, + 173 + ], + "community": [ + 105 + ], + "recognized": [ + 107 + ], + "this": [ + 108, + 160, + 208 + ], + "problem": [ + 110 + ], + "focused": [ + 112 + ], + "on": [ + 113, + 137, + 175, + 181, + 186, + 207 + ], + "developing": [ + 114 + ], + "both": [ + 115 + ], + "interpretable": [ + 116 + ], + "models": [ + 117 + ], + "explanation": [ + 119, + 142 + ], + "methods": [ + 120, + 131, + 189 + ], + "over": [ + 121 + ], + "past": [ + 123 + ], + "few": [ + 124 + ], + "years.": [ + 125 + ], + "emergence": [ + 128 + ], + "shows": [ + 132 + ], + "there": [ + 133 + ], + "no": [ + 135 + ], + "consensus": [ + 136 + ], + "how": [ + 138 + ], + "assess": [ + 140, + 151 + ], + "quality.": [ + 143 + ], + "Which": [ + 144 + ], + "suitable": [ + 148 + ], + "metrics": [ + 149 + ], + "quality": [ + 153 + ], + "an": [ + 155 + ], + "explanation?": [ + 156 + ], + "aim": [ + 158 + ], + "article": [ + 161 + ], + "provide": [ + 164 + ], + "review": [ + 166, + 196 + ], + "current": [ + 169 + ], + "state": [ + 170 + ], + "field": [ + 174 + ], + "while": [ + 179 + ], + "focusing": [ + 180 + ], + "societal": [ + 183 + ], + "impact": [ + 184 + ], + "developed": [ + 188 + ], + "metrics.": [ + 191 + ], + "Furthermore,": [ + 192 + ], + "complete": [ + 194 + ], + "literature": [ + 195 + ], + "presented": [ + 198 + ], + "in": [ + 199 + ], + "order": [ + 200 + ], + "identify": [ + 202 + ], + "future": [ + 203 + ], + "directions": [ + 204 + ], + "work": [ + 206 + ], + "field.": [ + 209 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 101 + }, + { + "year": 2025, + "cited_by_count": 348 + }, + { + "year": 2024, + "cited_by_count": 347 + }, + { + "year": 2023, + "cited_by_count": 324 + }, + { + "year": 2022, + "cited_by_count": 294 + }, + { + "year": 2021, + "cited_by_count": 226 + }, + { + "year": 2020, + "cited_by_count": 97 + }, + { + "year": 2019, + "cited_by_count": 4 + }, + { + "year": 2012, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-27T09:02:27.158192", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W1563088657", + "doi": "https://doi.org/10.1017/cbo9780511801389", + "title": "An Introduction to Support Vector Machines and Other Kernel-based Learning Methods", + "display_name": "An Introduction to Support Vector Machines and Other Kernel-based Learning Methods", + "relevance_score": 2830.7322, + "publication_year": 2000, + "publication_date": "2000-03-23", + "ids": { + "openalex": "https://openalex.org/W1563088657", + "doi": "https://doi.org/10.1017/cbo9780511801389", + "mag": "1563088657" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1017/cbo9780511801389", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1017/cbo9780511801389", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306462995", + "display_name": "Cambridge University Press eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/P4310311721", + "host_organization_name": "Cambridge University Press", + "host_organization_lineage": [ + "https://openalex.org/P4310311721", + "https://openalex.org/P4310311702" + ], + "host_organization_lineage_names": [ + "Cambridge University Press", + "University of Cambridge" + ], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "monograph" + }, + "type": "book", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5083307694", + "display_name": "Nello Cristianini", + "orcid": "https://orcid.org/0000-0001-7740-0449" + }, + "institutions": [ + { + "id": "https://openalex.org/I36234482", + "display_name": "University of Bristol", + "ror": "https://ror.org/0524sp257", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I36234482" + ] + } + ], + "countries": [ + "GB" + ], + "is_corresponding": true, + "raw_author_name": "Nello Cristianini", + "raw_affiliation_strings": [ + "University of Bristol" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Bristol", + "institution_ids": [ + "https://openalex.org/I36234482" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5047980012", + "display_name": "John Shawe‐Taylor", + "orcid": "https://orcid.org/0000-0002-2030-0073" + }, + "institutions": [ + { + "id": "https://openalex.org/I184558857", + "display_name": "Royal Holloway University of London", + "ror": "https://ror.org/04g2vpn86", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I124357947", + "https://openalex.org/I184558857" + ] + } + ], + "countries": [ + "GB" + ], + "is_corresponding": false, + "raw_author_name": "John Shawe-Taylor", + "raw_affiliation_strings": [ + "Royal Holloway, University of London", + "†Royal Holloway, University of London" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Royal Holloway, University of London", + "institution_ids": [ + "https://openalex.org/I184558857" + ] + }, + { + "raw_affiliation_string": "†Royal Holloway, University of London", + "institution_ids": [ + "https://openalex.org/I184558857" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5083307694" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I36234482" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 129.5763, + "has_fulltext": false, + "cited_by_count": 13866, + "citation_normalized_percentile": { + "value": 1.0, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10057", + "display_name": "Face and Expression Recognition", + "score": 0.5723999738693237, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10057", + "display_name": "Face and Expression Recognition", + "score": 0.5723999738693237, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11550", + "display_name": "Text and Document Classification Technologies", + "score": 0.5425999760627747, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.4860999882221222, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7553318738937378 + }, + { + "id": "https://openalex.org/keywords/grasp", + "display_name": "GRASP", + "score": 0.6769353151321411 + }, + { + "id": "https://openalex.org/keywords/support-vector-machine", + "display_name": "Support vector machine", + "score": 0.6746301651000977 + }, + { + "id": "https://openalex.org/keywords/point", + "display_name": "Point (geometry)", + "score": 0.6089456677436829 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5675321817398071 + }, + { + "id": "https://openalex.org/keywords/statistical-learning-theory", + "display_name": "Statistical learning theory", + "score": 0.5189080834388733 + }, + { + "id": "https://openalex.org/keywords/presentation", + "display_name": "Presentation (obstetrics)", + "score": 0.5127816796302795 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.5107676982879639 + }, + { + "id": "https://openalex.org/keywords/software", + "display_name": "Software", + "score": 0.45903491973876953 + }, + { + "id": "https://openalex.org/keywords/kernel", + "display_name": "Kernel (algebra)", + "score": 0.4535565972328186 + }, + { + "id": "https://openalex.org/keywords/data-science", + "display_name": "Data science", + "score": 0.3457496166229248 + }, + { + "id": "https://openalex.org/keywords/software-engineering", + "display_name": "Software engineering", + "score": 0.2609504163265228 + }, + { + "id": "https://openalex.org/keywords/programming-language", + "display_name": "Programming language", + "score": 0.09729310870170593 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7553318738937378 + }, + { + "id": "https://openalex.org/C171268870", + "wikidata": "https://www.wikidata.org/wiki/Q1486676", + "display_name": "GRASP", + "level": 2, + "score": 0.6769353151321411 + }, + { + "id": "https://openalex.org/C12267149", + "wikidata": "https://www.wikidata.org/wiki/Q282453", + "display_name": "Support vector machine", + "level": 2, + "score": 0.6746301651000977 + }, + { + "id": "https://openalex.org/C28719098", + "wikidata": "https://www.wikidata.org/wiki/Q44946", + "display_name": "Point (geometry)", + "level": 2, + "score": 0.6089456677436829 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5675321817398071 + }, + { + "id": "https://openalex.org/C2779915298", + "wikidata": "https://www.wikidata.org/wiki/Q7604400", + "display_name": "Statistical learning theory", + "level": 3, + "score": 0.5189080834388733 + }, + { + "id": "https://openalex.org/C2777601897", + "wikidata": "https://www.wikidata.org/wiki/Q3409113", + "display_name": "Presentation (obstetrics)", + "level": 2, + "score": 0.5127816796302795 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.5107676982879639 + }, + { + "id": "https://openalex.org/C2777904410", + "wikidata": "https://www.wikidata.org/wiki/Q7397", + "display_name": "Software", + "level": 2, + "score": 0.45903491973876953 + }, + { + "id": "https://openalex.org/C74193536", + "wikidata": "https://www.wikidata.org/wiki/Q574844", + "display_name": "Kernel (algebra)", + "level": 2, + "score": 0.4535565972328186 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.3457496166229248 + }, + { + "id": "https://openalex.org/C115903868", + "wikidata": "https://www.wikidata.org/wiki/Q80993", + "display_name": "Software engineering", + "level": 1, + "score": 0.2609504163265228 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.09729310870170593 + }, + { + "id": "https://openalex.org/C2524010", + "wikidata": "https://www.wikidata.org/wiki/Q8087", + "display_name": "Geometry", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C126838900", + "wikidata": "https://www.wikidata.org/wiki/Q77604", + "display_name": "Radiology", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C114614502", + "wikidata": "https://www.wikidata.org/wiki/Q76592", + "display_name": "Combinatorics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 11, + "locations": [ + { + "id": "doi:10.1017/cbo9780511801389", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1017/cbo9780511801389", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306462995", + "display_name": "Cambridge University Press eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/P4310311721", + "host_organization_name": "Cambridge University Press", + "host_organization_lineage": [ + "https://openalex.org/P4310311721", + "https://openalex.org/P4310311702" + ], + "host_organization_lineage_names": [ + "Cambridge University Press", + "University of Cambridge" + ], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "monograph" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-008832996", + "is_oa": false, + "landing_page_url": null, + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-014827826", + "is_oa": false, + "landing_page_url": "http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=014827826&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-018922583", + "is_oa": false, + "landing_page_url": "http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=018922583&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-019935426", + "is_oa": false, + "landing_page_url": "http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=019935426&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-028388686", + "is_oa": false, + "landing_page_url": "http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&db=nlabk&AN=510940", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "software, multimedia" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-029352050", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1017/CBO9780511801389", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "software, multimedia" + }, + { + "id": "pmh:oai:bibliotecavirtualdefensa.es:671734", + "is_oa": false, + "landing_page_url": "https://bibliotecavirtual.defensa.gob.es/BVMDefensa/es/consulta/registro.do?id=671734", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4377196928", + "display_name": "Virtual Defense Library (Ministerio de Defensa)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I4210162908", + "host_organization_name": "Ministerio de Defensa", + "host_organization_lineage": [ + "https://openalex.org/I4210162908" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Libros" + }, + { + "id": "pmh:oai:cds.cern.ch:735638", + "is_oa": false, + "landing_page_url": "http://cds.cern.ch/record/735638", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402195", + "display_name": "CERN Document Server (European Organization for Nuclear Research)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I67311998", + "host_organization_name": "European Organization for Nuclear Research", + "host_organization_lineage": [ + "https://openalex.org/I67311998" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + }, + { + "id": "pmh:oai:eprints.ucl.ac.uk.OAI2:1377602", + "is_oa": false, + "landing_page_url": "http://discovery.ucl.ac.uk/1377602/", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400024", + "display_name": "UCL Discovery (University College London)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I45129253", + "host_organization_name": "University College London", + "host_organization_lineage": [ + "https://openalex.org/I45129253" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": " Cambridge University Press (2010) ", + "raw_type": "Book" + }, + { + "id": "pmh:oai:infoscience.epfl.ch:51488", + "is_oa": false, + "landing_page_url": "http://infoscience.epfl.ch/record/51488", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400488", + "display_name": "Infoscience (Ecole Polytechnique Fédérale de Lausanne)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Text" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "display_name": "Quality Education", + "id": "https://metadata.un.org/sdg/4", + "score": 0.7699999809265137 + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [ + "https://openalex.org/W2369526193", + "https://openalex.org/W2394142199", + "https://openalex.org/W2382810153", + "https://openalex.org/W3013091747", + "https://openalex.org/W2389264710", + "https://openalex.org/W2186819599", + "https://openalex.org/W2367955905", + "https://openalex.org/W2385435757", + "https://openalex.org/W2371052470", + "https://openalex.org/W2535735882" + ], + "abstract_inverted_index": { + "This": [ + 0 + ], + "is": [ + 1, + 100 + ], + "the": [ + 2, + 49, + 61, + 74, + 82, + 98, + 125 + ], + "first": [ + 3 + ], + "comprehensive": [ + 4 + ], + "introduction": [ + 5 + ], + "to": [ + 6, + 105, + 135 + ], + "Support": [ + 7 + ], + "Vector": [ + 8 + ], + "Machines": [ + 9 + ], + "(SVMs),": [ + 10 + ], + "a": [ + 11, + 78 + ], + "generation": [ + 12 + ], + "learning": [ + 13, + 21, + 54 + ], + "system": [ + 14 + ], + "based": [ + 15 + ], + "on": [ + 16 + ], + "recent": [ + 17 + ], + "advances": [ + 18 + ], + "in": [ + 19, + 27, + 92 + ], + "statistical": [ + 20 + ], + "theory.": [ + 22 + ], + "SVMs": [ + 23 + ], + "deliver": [ + 24 + ], + "state-of-the-art": [ + 25 + ], + "performance": [ + 26 + ], + "real-world": [ + 28 + ], + "applications": [ + 29 + ], + "such": [ + 30 + ], + "as": [ + 31, + 46 + ], + "text": [ + 32 + ], + "categorisation,": [ + 33 + ], + "hand-written": [ + 34 + ], + "character": [ + 35 + ], + "recognition,": [ + 36 + ], + "image": [ + 37 + ], + "classification,": [ + 38 + ], + "biosequences": [ + 39 + ], + "analysis,": [ + 40 + ], + "etc.,": [ + 41 + ], + "and": [ + 42, + 55, + 65, + 84, + 94, + 102, + 108, + 127, + 140 + ], + "are": [ + 43, + 89 + ], + "now": [ + 44 + ], + "established": [ + 45 + ], + "one": [ + 47 + ], + "of": [ + 48, + 81 + ], + "standard": [ + 50 + ], + "tools": [ + 51 + ], + "for": [ + 52, + 77, + 121 + ], + "machine": [ + 53 + ], + "data": [ + 56 + ], + "mining.": [ + 57 + ], + "Students": [ + 58 + ], + "will": [ + 59, + 69, + 132 + ], + "find": [ + 60 + ], + "book": [ + 62, + 126 + ], + "both": [ + 63 + ], + "stimulating": [ + 64 + ], + "accessible,": [ + 66 + ], + "while": [ + 67, + 97 + ], + "practitioners": [ + 68, + 134 + ], + "be": [ + 70 + ], + "guided": [ + 71 + ], + "smoothly": [ + 72 + ], + "through": [ + 73 + ], + "material": [ + 75 + ], + "required": [ + 76 + ], + "good": [ + 79 + ], + "grasp": [ + 80 + ], + "theory": [ + 83 + ], + "its": [ + 85, + 128 + ], + "applications.": [ + 86 + ], + "The": [ + 87 + ], + "concepts": [ + 88 + ], + "introduced": [ + 90 + ], + "gradually": [ + 91 + ], + "accessible": [ + 93 + ], + "self-contained": [ + 95 + ], + "stages,": [ + 96 + ], + "presentation": [ + 99 + ], + "rigorous": [ + 101 + ], + "thorough.": [ + 103 + ], + "Pointers": [ + 104 + ], + "relevant": [ + 106 + ], + "literature": [ + 107 + ], + "web": [ + 109, + 130 + ], + "sites": [ + 110 + ], + "containing": [ + 111 + ], + "software": [ + 112 + ], + "ensure": [ + 113 + ], + "that": [ + 114 + ], + "it": [ + 115 + ], + "forms": [ + 116 + ], + "an": [ + 117 + ], + "ideal": [ + 118 + ], + "starting": [ + 119 + ], + "point": [ + 120 + ], + "further": [ + 122 + ], + "study.": [ + 123 + ], + "Equally,": [ + 124 + ], + "associated": [ + 129 + ], + "site": [ + 131 + ], + "guide": [ + 133 + ], + "updated": [ + 136 + ], + "literature,": [ + 137 + ], + "new": [ + 138 + ], + "applications,": [ + 139 + ], + "on-line": [ + 141 + ], + "software.": [ + 142 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 70 + }, + { + "year": 2025, + "cited_by_count": 254 + }, + { + "year": 2024, + "cited_by_count": 299 + }, + { + "year": 2023, + "cited_by_count": 361 + }, + { + "year": 2022, + "cited_by_count": 432 + }, + { + "year": 2021, + "cited_by_count": 589 + }, + { + "year": 2020, + "cited_by_count": 597 + }, + { + "year": 2019, + "cited_by_count": 618 + }, + { + "year": 2018, + "cited_by_count": 618 + }, + { + "year": 2017, + "cited_by_count": 622 + }, + { + "year": 2016, + "cited_by_count": 654 + }, + { + "year": 2015, + "cited_by_count": 750 + }, + { + "year": 2014, + "cited_by_count": 767 + }, + { + "year": 2013, + "cited_by_count": 738 + }, + { + "year": 2012, + "cited_by_count": 765 + } + ], + "updated_date": "2026-05-26T13:28:51.108037", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2798701005", + "doi": "https://doi.org/10.1126/science.aat8084", + "title": "All-optical machine learning using diffractive deep neural networks", + "display_name": "All-optical machine learning using diffractive deep neural networks", + "relevance_score": 2812.0886, + "publication_year": 2018, + "publication_date": "2018-07-26", + "ids": { + "openalex": "https://openalex.org/W2798701005", + "doi": "https://doi.org/10.1126/science.aat8084", + "mag": "2798701005", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/30049787" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1126/science.aat8084", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1126/science.aat8084", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S3880285", + "display_name": "Science", + "issn_l": "0036-8075", + "issn": [ + "0036-8075", + "1095-9203" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315823", + "host_organization_name": "American Association for the Advancement of Science", + "host_organization_lineage": [ + "https://openalex.org/P4310315823" + ], + "host_organization_lineage_names": [ + "American Association for the Advancement of Science" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Science", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "arxiv", + "crossref", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1804.08711", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": null, + "display_name": "Xing Lin", + "orcid": "https://orcid.org/0000-0002-5560-7286" + }, + "institutions": [ + { + "id": "https://openalex.org/I142207940", + "display_name": "California NanoSystems Institute", + "ror": "https://ror.org/00q7fqf35", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I142207940", + "https://openalex.org/I154570441", + "https://openalex.org/I161318765" + ] + }, + { + "id": "https://openalex.org/I161318765", + "display_name": "University of California, Los Angeles", + "ror": "https://ror.org/046rm7j60", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I161318765" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Xing Lin", + "raw_affiliation_strings": [ + "California NanoSystems Institute (CNSI), University of California, Los Angeles, CA 90095, USA", + "Department of Bioengineering, University of California, Los Angeles, CA 90095, USA", + "Department of Electrical and Computer Engineering, University of California, Los Angeles, CA 90095, USA" + ], + "raw_orcid": "https://orcid.org/0000-0002-5560-7286", + "affiliations": [ + { + "raw_affiliation_string": "California NanoSystems Institute (CNSI), University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I142207940", + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Department of Bioengineering, University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Department of Electrical and Computer Engineering, University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5058629781", + "display_name": "Yair Rivenson", + "orcid": "https://orcid.org/0000-0003-1132-0715" + }, + "institutions": [ + { + "id": "https://openalex.org/I142207940", + "display_name": "California NanoSystems Institute", + "ror": "https://ror.org/00q7fqf35", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I142207940", + "https://openalex.org/I154570441", + "https://openalex.org/I161318765" + ] + }, + { + "id": "https://openalex.org/I161318765", + "display_name": "University of California, Los Angeles", + "ror": "https://ror.org/046rm7j60", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I161318765" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Yair Rivenson", + "raw_affiliation_strings": [ + "California NanoSystems Institute (CNSI), University of California, Los Angeles, CA 90095, USA", + "Department of Bioengineering, University of California, Los Angeles, CA 90095, USA", + "Department of Electrical and Computer Engineering, University of California, Los Angeles, CA 90095, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "California NanoSystems Institute (CNSI), University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I142207940", + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Department of Bioengineering, University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Department of Electrical and Computer Engineering, University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5043009217", + "display_name": "Nezih Tolga Yardimci", + "orcid": "https://orcid.org/0000-0002-3623-5835" + }, + "institutions": [ + { + "id": "https://openalex.org/I142207940", + "display_name": "California NanoSystems Institute", + "ror": "https://ror.org/00q7fqf35", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I142207940", + "https://openalex.org/I154570441", + "https://openalex.org/I161318765" + ] + }, + { + "id": "https://openalex.org/I161318765", + "display_name": "University of California, Los Angeles", + "ror": "https://ror.org/046rm7j60", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I161318765" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Nezih T. Yardimci", + "raw_affiliation_strings": [ + "California NanoSystems Institute (CNSI), University of California, Los Angeles, CA 90095, USA", + "Department of Electrical and Computer Engineering, University of California, Los Angeles, CA 90095, USA" + ], + "raw_orcid": "https://orcid.org/0000-0002-3623-5835", + "affiliations": [ + { + "raw_affiliation_string": "California NanoSystems Institute (CNSI), University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I142207940", + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Department of Electrical and Computer Engineering, University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5107809600", + "display_name": "Muhammed Veli", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I142207940", + "display_name": "California NanoSystems Institute", + "ror": "https://ror.org/00q7fqf35", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I142207940", + "https://openalex.org/I154570441", + "https://openalex.org/I161318765" + ] + }, + { + "id": "https://openalex.org/I161318765", + "display_name": "University of California, Los Angeles", + "ror": "https://ror.org/046rm7j60", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I161318765" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Muhammed Veli", + "raw_affiliation_strings": [ + "California NanoSystems Institute (CNSI), University of California, Los Angeles, CA 90095, USA", + "Department of Bioengineering, University of California, Los Angeles, CA 90095, USA", + "Department of Electrical and Computer Engineering, University of California, Los Angeles, CA 90095, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "California NanoSystems Institute (CNSI), University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I142207940", + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Department of Bioengineering, University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Department of Electrical and Computer Engineering, University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5069743536", + "display_name": "Yi Luo", + "orcid": "https://orcid.org/0000-0001-9442-547X" + }, + "institutions": [ + { + "id": "https://openalex.org/I142207940", + "display_name": "California NanoSystems Institute", + "ror": "https://ror.org/00q7fqf35", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I142207940", + "https://openalex.org/I154570441", + "https://openalex.org/I161318765" + ] + }, + { + "id": "https://openalex.org/I161318765", + "display_name": "University of California, Los Angeles", + "ror": "https://ror.org/046rm7j60", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I161318765" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Yi Luo", + "raw_affiliation_strings": [ + "California NanoSystems Institute (CNSI), University of California, Los Angeles, CA 90095, USA", + "Department of Bioengineering, University of California, Los Angeles, CA 90095, USA", + "Department of Electrical and Computer Engineering, University of California, Los Angeles, CA 90095, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "California NanoSystems Institute (CNSI), University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I142207940", + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Department of Bioengineering, University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Department of Electrical and Computer Engineering, University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5003547576", + "display_name": "Mona Jarrahi", + "orcid": "https://orcid.org/0000-0001-9514-555X" + }, + "institutions": [ + { + "id": "https://openalex.org/I142207940", + "display_name": "California NanoSystems Institute", + "ror": "https://ror.org/00q7fqf35", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I142207940", + "https://openalex.org/I154570441", + "https://openalex.org/I161318765" + ] + }, + { + "id": "https://openalex.org/I161318765", + "display_name": "University of California, Los Angeles", + "ror": "https://ror.org/046rm7j60", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I161318765" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Mona Jarrahi", + "raw_affiliation_strings": [ + "California NanoSystems Institute (CNSI), University of California, Los Angeles, CA 90095, USA", + "Department of Electrical and Computer Engineering, University of California, Los Angeles, CA 90095, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "California NanoSystems Institute (CNSI), University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I142207940", + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Department of Electrical and Computer Engineering, University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5016207990", + "display_name": "Aydogan Özcan", + "orcid": "https://orcid.org/0000-0002-0717-683X" + }, + "institutions": [ + { + "id": "https://openalex.org/I142207940", + "display_name": "California NanoSystems Institute", + "ror": "https://ror.org/00q7fqf35", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I142207940", + "https://openalex.org/I154570441", + "https://openalex.org/I161318765" + ] + }, + { + "id": "https://openalex.org/I161318765", + "display_name": "University of California, Los Angeles", + "ror": "https://ror.org/046rm7j60", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I161318765" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Aydogan Ozcan", + "raw_affiliation_strings": [ + "California NanoSystems Institute (CNSI), University of California, Los Angeles, CA 90095, USA", + "Department of Bioengineering, University of California, Los Angeles, CA 90095, USA", + "Department of Electrical and Computer Engineering, University of California, Los Angeles, CA 90095, USA", + "Department of Surgery, David Geffen School of Medicine, University of California, Los Angeles, CA 90095, USA" + ], + "raw_orcid": "https://orcid.org/0000-0002-0717-683X", + "affiliations": [ + { + "raw_affiliation_string": "California NanoSystems Institute (CNSI), University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I142207940", + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Department of Bioengineering, University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Department of Electrical and Computer Engineering, University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Department of Surgery, David Geffen School of Medicine, University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 7, + "corresponding_author_ids": [ + "https://openalex.org/A5016207990" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I142207940", + "https://openalex.org/I161318765" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 92.9123, + "has_fulltext": false, + "cited_by_count": 2394, + "citation_normalized_percentile": { + "value": 0.99953225, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "361", + "issue": "6406", + "first_page": "1004", + "last_page": "1008" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12611", + "display_name": "Neural Networks and Reservoir Computing", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12611", + "display_name": "Neural Networks and Reservoir Computing", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10299", + "display_name": "Photonic and Optical Devices", + "score": 0.9991999864578247, + "subfield": { + "id": "https://openalex.org/subfields/2208", + "display_name": "Electrical and Electronic Engineering" + }, + "field": { + "id": "https://openalex.org/fields/22", + "display_name": "Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10232", + "display_name": "Optical Network Technologies", + "score": 0.9976999759674072, + "subfield": { + "id": "https://openalex.org/subfields/2208", + "display_name": "Electrical and Electronic Engineering" + }, + "field": { + "id": "https://openalex.org/fields/22", + "display_name": "Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7860591411590576 + }, + { + "id": "https://openalex.org/keywords/deep-learning", + "display_name": "Deep learning", + "score": 0.7775610685348511 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6655349731445312 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.5838559865951538 + }, + { + "id": "https://openalex.org/keywords/feature", + "display_name": "Feature (linguistics)", + "score": 0.48495984077453613 + }, + { + "id": "https://openalex.org/keywords/lithography", + "display_name": "Lithography", + "score": 0.41517090797424316 + }, + { + "id": "https://openalex.org/keywords/deep-neural-networks", + "display_name": "Deep neural networks", + "score": 0.4102061092853546 + }, + { + "id": "https://openalex.org/keywords/pattern-recognition", + "display_name": "Pattern recognition (psychology)", + "score": 0.3880327045917511 + }, + { + "id": "https://openalex.org/keywords/computer-architecture", + "display_name": "Computer architecture", + "score": 0.3523845970630646 + }, + { + "id": "https://openalex.org/keywords/computer-vision", + "display_name": "Computer vision", + "score": 0.330812931060791 + }, + { + "id": "https://openalex.org/keywords/materials-science", + "display_name": "Materials science", + "score": 0.10253027081489563 + }, + { + "id": "https://openalex.org/keywords/optoelectronics", + "display_name": "Optoelectronics", + "score": 0.09713014960289001 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7860591411590576 + }, + { + "id": "https://openalex.org/C108583219", + "wikidata": "https://www.wikidata.org/wiki/Q197536", + "display_name": "Deep learning", + "level": 2, + "score": 0.7775610685348511 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6655349731445312 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.5838559865951538 + }, + { + "id": "https://openalex.org/C2776401178", + "wikidata": "https://www.wikidata.org/wiki/Q12050496", + "display_name": "Feature (linguistics)", + "level": 2, + "score": 0.48495984077453613 + }, + { + "id": "https://openalex.org/C204223013", + "wikidata": "https://www.wikidata.org/wiki/Q133036", + "display_name": "Lithography", + "level": 2, + "score": 0.41517090797424316 + }, + { + "id": "https://openalex.org/C2984842247", + "wikidata": "https://www.wikidata.org/wiki/Q197536", + "display_name": "Deep neural networks", + "level": 3, + "score": 0.4102061092853546 + }, + { + "id": "https://openalex.org/C153180895", + "wikidata": "https://www.wikidata.org/wiki/Q7148389", + "display_name": "Pattern recognition (psychology)", + "level": 2, + "score": 0.3880327045917511 + }, + { + "id": "https://openalex.org/C118524514", + "wikidata": "https://www.wikidata.org/wiki/Q173212", + "display_name": "Computer architecture", + "level": 1, + "score": 0.3523845970630646 + }, + { + "id": "https://openalex.org/C31972630", + "wikidata": "https://www.wikidata.org/wiki/Q844240", + "display_name": "Computer vision", + "level": 1, + "score": 0.330812931060791 + }, + { + "id": "https://openalex.org/C192562407", + "wikidata": "https://www.wikidata.org/wiki/Q228736", + "display_name": "Materials science", + "level": 0, + "score": 0.10253027081489563 + }, + { + "id": "https://openalex.org/C49040817", + "wikidata": "https://www.wikidata.org/wiki/Q193091", + "display_name": "Optoelectronics", + "level": 1, + "score": 0.09713014960289001 + }, + { + "id": "https://openalex.org/C41895202", + "wikidata": "https://www.wikidata.org/wiki/Q8162", + "display_name": "Linguistics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C138885662", + "wikidata": "https://www.wikidata.org/wiki/Q5891", + "display_name": "Philosophy", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 3, + "locations": [ + { + "id": "doi:10.1126/science.aat8084", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1126/science.aat8084", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S3880285", + "display_name": "Science", + "issn_l": "0036-8075", + "issn": [ + "0036-8075", + "1095-9203" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315823", + "host_organization_name": "American Association for the Advancement of Science", + "host_organization_lineage": [ + "https://openalex.org/P4310315823" + ], + "host_organization_lineage_names": [ + "American Association for the Advancement of Science" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Science", + "raw_type": "journal-article" + }, + { + "id": "pmid:30049787", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/30049787", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Science (New York, N.Y.)", + "raw_type": null + }, + { + "id": "pmh:oai:arXiv.org:1804.08711", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1804.08711", + "pdf_url": "https://arxiv.org/pdf/1804.08711", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1804.08711", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1804.08711", + "pdf_url": "https://arxiv.org/pdf/1804.08711", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [ + { + "id": "https://openalex.org/F4320306076", + "display_name": "National Science Foundation", + "ror": "https://ror.org/021nxhr62" + }, + { + "id": "https://openalex.org/F4320306082", + "display_name": "Howard Hughes Medical Institute", + "ror": "https://ror.org/006w34k90" + } + ], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 48, + "referenced_works": [ + "https://openalex.org/W1569530544", + "https://openalex.org/W1965702053", + "https://openalex.org/W1983348509", + "https://openalex.org/W1988583365", + "https://openalex.org/W1992642990", + "https://openalex.org/W1999001021", + "https://openalex.org/W2027029957", + "https://openalex.org/W2028891317", + "https://openalex.org/W2029316659", + "https://openalex.org/W2031557272", + "https://openalex.org/W2049431120", + "https://openalex.org/W2082093743", + "https://openalex.org/W2087322350", + "https://openalex.org/W2092056230", + "https://openalex.org/W2095705004", + "https://openalex.org/W2112796928", + "https://openalex.org/W2124188012", + "https://openalex.org/W2126442445", + "https://openalex.org/W2133665775", + "https://openalex.org/W2141125852", + "https://openalex.org/W2143612262", + "https://openalex.org/W2152537098", + "https://openalex.org/W2157331557", + "https://openalex.org/W2172174689", + "https://openalex.org/W2249493152", + "https://openalex.org/W2257979135", + "https://openalex.org/W2405496089", + "https://openalex.org/W2415475836", + "https://openalex.org/W2574952845", + "https://openalex.org/W2592929672", + "https://openalex.org/W2593966629", + "https://openalex.org/W2604272474", + "https://openalex.org/W2604388535", + "https://openalex.org/W2612688942", + "https://openalex.org/W2614949728", + "https://openalex.org/W2625634735", + "https://openalex.org/W2752849906", + "https://openalex.org/W2754141582", + "https://openalex.org/W2774993480", + "https://openalex.org/W2786808700", + "https://openalex.org/W2919115771", + "https://openalex.org/W3100115611", + "https://openalex.org/W3100420029", + "https://openalex.org/W3106459670", + "https://openalex.org/W3149029883", + "https://openalex.org/W4211228099", + "https://openalex.org/W4236965008", + "https://openalex.org/W4246799416" + ], + "related_works": [ + "https://openalex.org/W4375867731", + "https://openalex.org/W2611989081", + "https://openalex.org/W2731899572", + "https://openalex.org/W4377865163", + "https://openalex.org/W3193857078", + "https://openalex.org/W2888956734", + "https://openalex.org/W3000197790", + "https://openalex.org/W4315865067", + "https://openalex.org/W2979433843", + "https://openalex.org/W3208304128" + ], + "abstract_inverted_index": { + "All-optical": [ + 0 + ], + "deep": [ + 1 + ], + "learning": [ + 2, + 4, + 42 + ], + "Deep": [ + 3 + ], + "uses": [ + 5, + 44 + ], + "multilayered": [ + 6, + 27 + ], + "artificial": [ + 7, + 69 + ], + "neural": [ + 8, + 28, + 70 + ], + "networks": [ + 9, + 29 + ], + "to": [ + 10, + 67, + 76 + ], + "learn": [ + 11 + ], + "digitally": [ + 12 + ], + "from": [ + 13 + ], + "large": [ + 14 + ], + "datasets.": [ + 15 + ], + "It": [ + 16 + ], + "then": [ + 17 + ], + "performs": [ + 18 + ], + "advanced": [ + 19 + ], + "identification": [ + 20 + ], + "and": [ + 21, + 52 + ], + "classification": [ + 22 + ], + "tasks.": [ + 23 + ], + "To": [ + 24 + ], + "date,": [ + 25 + ], + "these": [ + 26 + ], + "have": [ + 30 + ], + "been": [ + 31 + ], + "implemented": [ + 32 + ], + "on": [ + 33 + ], + "a": [ + 34 + ], + "computer.": [ + 35 + ], + "Lin": [ + 36 + ], + "et": [ + 37 + ], + "al.": [ + 38 + ], + "demonstrate": [ + 39 + ], + "all-optical": [ + 40 + ], + "machine": [ + 41 + ], + "that": [ + 43, + 48, + 72 + ], + "passive": [ + 45 + ], + "optical": [ + 46, + 64 + ], + "components": [ + 47 + ], + "can": [ + 49, + 73 + ], + "be": [ + 50, + 74 + ], + "patterned": [ + 51 + ], + "fabricated": [ + 53 + ], + "with": [ + 54 + ], + "3D-printing.": [ + 55 + ], + "Their": [ + 56 + ], + "hardware": [ + 57 + ], + "approach": [ + 58 + ], + "comprises": [ + 59 + ], + "stacked": [ + 60 + ], + "layers": [ + 61 + ], + "of": [ + 62, + 83 + ], + "diffractive": [ + 63 + ], + "elements": [ + 65 + ], + "analogous": [ + 66 + ], + "an": [ + 68 + ], + "network": [ + 71 + ], + "trained": [ + 75 + ], + "execute": [ + 77 + ], + "complex": [ + 78 + ], + "functions": [ + 79 + ], + "at": [ + 80 + ], + "the": [ + 81 + ], + "speed": [ + 82 + ], + "light.": [ + 84 + ], + "Science": [ + 85 + ], + ",": [ + 86 + ], + "this": [ + 87 + ], + "issue": [ + 88 + ], + "p.": [ + 89 + ], + "1004": [ + 90 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 172 + }, + { + "year": 2025, + "cited_by_count": 519 + }, + { + "year": 2024, + "cited_by_count": 459 + }, + { + "year": 2023, + "cited_by_count": 367 + }, + { + "year": 2022, + "cited_by_count": 328 + }, + { + "year": 2021, + "cited_by_count": 253 + }, + { + "year": 2020, + "cited_by_count": 164 + }, + { + "year": 2019, + "cited_by_count": 113 + }, + { + "year": 2018, + "cited_by_count": 19 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2601810315", + "doi": "https://doi.org/10.1093/bioinformatics/btx180", + "title": "Trainable Weka Segmentation: a machine learning tool for microscopy pixel classification", + "display_name": "Trainable Weka Segmentation: a machine learning tool for microscopy pixel classification", + "relevance_score": 2796.3193, + "publication_year": 2017, + "publication_date": "2017-03-28", + "ids": { + "openalex": "https://openalex.org/W2601810315", + "doi": "https://doi.org/10.1093/bioinformatics/btx180", + "mag": "2601810315", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/28369169" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1093/bioinformatics/btx180", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1093/bioinformatics/btx180", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S52395412", + "display_name": "Bioinformatics", + "issn_l": "1367-4803", + "issn": [ + "1367-4803", + "1367-4811" + ], + "is_oa": false, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310311648", + "host_organization_name": "Oxford University Press", + "host_organization_lineage": [ + "https://openalex.org/P4310311648", + "https://openalex.org/P4310311647" + ], + "host_organization_lineage_names": [ + "Oxford University Press", + "University of Oxford" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Bioinformatics", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref", + "doaj", + "pubmed" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5021284069", + "display_name": "Ignacio Arganda‐Carreras", + "orcid": "https://orcid.org/0000-0003-0229-5722" + }, + "institutions": [ + { + "id": "https://openalex.org/I110594554", + "display_name": "Ikerbasque", + "ror": "https://ror.org/01cc3fy72", + "country_code": "ES", + "type": "other", + "lineage": [ + "https://openalex.org/I110594554" + ] + }, + { + "id": "https://openalex.org/I169108374", + "display_name": "University of the Basque Country", + "ror": "https://ror.org/000xsnr85", + "country_code": "ES", + "type": "education", + "lineage": [ + "https://openalex.org/I169108374" + ] + }, + { + "id": "https://openalex.org/I47686490", + "display_name": "Donostia International Physics Center", + "ror": "https://ror.org/02e24yw40", + "country_code": "ES", + "type": "other", + "lineage": [ + "https://openalex.org/I47686490" + ] + } + ], + "countries": [ + "ES" + ], + "is_corresponding": true, + "raw_author_name": "Ignacio Arganda-Carreras", + "raw_affiliation_strings": [ + "Computer Science and Artificial Intelligence Department, Basque Country University, San Sebastian, Spain", + "Donostia International Physics Center, San Sebastian, Spain", + "Ikerbasque, Basque Foundation for Science, Bilbao, Spain" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Computer Science and Artificial Intelligence Department, Basque Country University, San Sebastian, Spain", + "institution_ids": [ + "https://openalex.org/I169108374" + ] + }, + { + "raw_affiliation_string": "Donostia International Physics Center, San Sebastian, Spain", + "institution_ids": [ + "https://openalex.org/I47686490" + ] + }, + { + "raw_affiliation_string": "Ikerbasque, Basque Foundation for Science, Bilbao, Spain", + "institution_ids": [ + "https://openalex.org/I110594554" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5055757900", + "display_name": "Verena Kaynig", + "orcid": "https://orcid.org/0000-0002-3520-0577" + }, + "institutions": [ + { + "id": "https://openalex.org/I136199984", + "display_name": "Harvard University", + "ror": "https://ror.org/03vek6s52", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I136199984" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Verena Kaynig", + "raw_affiliation_strings": [ + "Harvard John A. Paulson School of Engineering and Applied Sciences, Harvard University, Cambridge, MA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Harvard John A. Paulson School of Engineering and Applied Sciences, Harvard University, Cambridge, MA, USA", + "institution_ids": [ + "https://openalex.org/I136199984" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5078540488", + "display_name": "Curtis Rueden", + "orcid": "https://orcid.org/0000-0001-7055-6707" + }, + "institutions": [ + { + "id": "https://openalex.org/I135310074", + "display_name": "University of Wisconsin–Madison", + "ror": "https://ror.org/01y2jtd41", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I135310074" + ] + }, + { + "id": "https://openalex.org/I59499333", + "display_name": "Optica", + "ror": "https://ror.org/00jypd850", + "country_code": "US", + "type": "nonprofit", + "lineage": [ + "https://openalex.org/I59499333" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Curtis Rueden", + "raw_affiliation_strings": [ + "Laboratory for Optical and Computational Instrumentation, University of Wisconsin, Madison, WI, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Laboratory for Optical and Computational Instrumentation, University of Wisconsin, Madison, WI, USA", + "institution_ids": [ + "https://openalex.org/I135310074", + "https://openalex.org/I59499333" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5010413374", + "display_name": "Kevin W. Eliceiri", + "orcid": "https://orcid.org/0000-0001-8678-670X" + }, + "institutions": [ + { + "id": "https://openalex.org/I135310074", + "display_name": "University of Wisconsin–Madison", + "ror": "https://ror.org/01y2jtd41", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I135310074" + ] + }, + { + "id": "https://openalex.org/I59499333", + "display_name": "Optica", + "ror": "https://ror.org/00jypd850", + "country_code": "US", + "type": "nonprofit", + "lineage": [ + "https://openalex.org/I59499333" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Kevin W Eliceiri", + "raw_affiliation_strings": [ + "Laboratory for Optical and Computational Instrumentation, University of Wisconsin, Madison, WI, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Laboratory for Optical and Computational Instrumentation, University of Wisconsin, Madison, WI, USA", + "institution_ids": [ + "https://openalex.org/I135310074", + "https://openalex.org/I59499333" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5050085853", + "display_name": "Johannes Schindelin", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I135310074", + "display_name": "University of Wisconsin–Madison", + "ror": "https://ror.org/01y2jtd41", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I135310074" + ] + }, + { + "id": "https://openalex.org/I59499333", + "display_name": "Optica", + "ror": "https://ror.org/00jypd850", + "country_code": "US", + "type": "nonprofit", + "lineage": [ + "https://openalex.org/I59499333" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Johannes Schindelin", + "raw_affiliation_strings": [ + "Laboratory for Optical and Computational Instrumentation, University of Wisconsin, Madison, WI, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Laboratory for Optical and Computational Instrumentation, University of Wisconsin, Madison, WI, USA", + "institution_ids": [ + "https://openalex.org/I135310074", + "https://openalex.org/I59499333" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5042603640", + "display_name": "Albert Cardona", + "orcid": "https://orcid.org/0000-0003-4941-6536" + }, + "institutions": [ + { + "id": "https://openalex.org/I1344073410", + "display_name": "Howard Hughes Medical Institute", + "ror": "https://ror.org/006w34k90", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I1344073410" + ] + }, + { + "id": "https://openalex.org/I195573530", + "display_name": "Janelia Research Campus", + "ror": "https://ror.org/013sk6x84", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I1344073410", + "https://openalex.org/I195573530" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Albert Cardona", + "raw_affiliation_strings": [ + "Howard Hughes Medical Institute, Janelia Research Campus, Ashburn, VA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Howard Hughes Medical Institute, Janelia Research Campus, Ashburn, VA, USA", + "institution_ids": [ + "https://openalex.org/I195573530", + "https://openalex.org/I1344073410" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5044273339", + "display_name": "H. Sebastian Seung", + "orcid": "https://orcid.org/0000-0002-8591-6733" + }, + "institutions": [ + { + "id": "https://openalex.org/I20089843", + "display_name": "Princeton University", + "ror": "https://ror.org/00hx57361", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I20089843" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "H Sebastian Seung", + "raw_affiliation_strings": [ + "Neuroscience Institute and Computer Science Department, Princeton University, NJ, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Neuroscience Institute and Computer Science Department, Princeton University, NJ, USA", + "institution_ids": [ + "https://openalex.org/I20089843" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 7, + "corresponding_author_ids": [ + "https://openalex.org/A5021284069" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I110594554", + "https://openalex.org/I169108374", + "https://openalex.org/I47686490" + ], + "apc_list": { + "value": 3618, + "currency": "USD", + "value_usd": 3618 + }, + "apc_paid": null, + "fwci": 95.3558, + "has_fulltext": false, + "cited_by_count": 2458, + "citation_normalized_percentile": { + "value": 0.99909297, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "33", + "issue": "15", + "first_page": "2424", + "last_page": "2426" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10857", + "display_name": "Advanced Electron Microscopy Techniques and Applications", + "score": 0.6383000016212463, + "subfield": { + "id": "https://openalex.org/subfields/1315", + "display_name": "Structural Biology" + }, + "field": { + "id": "https://openalex.org/fields/13", + "display_name": "Biochemistry, Genetics and Molecular Biology" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10857", + "display_name": "Advanced Electron Microscopy Techniques and Applications", + "score": 0.6383000016212463, + "subfield": { + "id": "https://openalex.org/subfields/1315", + "display_name": "Structural Biology" + }, + "field": { + "id": "https://openalex.org/fields/13", + "display_name": "Biochemistry, Genetics and Molecular Biology" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + }, + { + "id": "https://openalex.org/T12859", + "display_name": "Cell Image Analysis Techniques", + "score": 0.22310000658035278, + "subfield": { + "id": "https://openalex.org/subfields/1304", + "display_name": "Biophysics" + }, + "field": { + "id": "https://openalex.org/fields/13", + "display_name": "Biochemistry, Genetics and Molecular Biology" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + }, + { + "id": "https://openalex.org/T13937", + "display_name": "Genetics, Bioinformatics, and Biomedical Research", + "score": 0.02419999986886978, + "subfield": { + "id": "https://openalex.org/subfields/1312", + "display_name": "Molecular Biology" + }, + "field": { + "id": "https://openalex.org/fields/13", + "display_name": "Biochemistry, Genetics and Molecular Biology" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.8189126253128052 + }, + { + "id": "https://openalex.org/keywords/segmentation", + "display_name": "Segmentation", + "score": 0.7295361757278442 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.678537905216217 + }, + { + "id": "https://openalex.org/keywords/pipeline", + "display_name": "Pipeline (software)", + "score": 0.6693797707557678 + }, + { + "id": "https://openalex.org/keywords/bottleneck", + "display_name": "Bottleneck", + "score": 0.6350745558738708 + }, + { + "id": "https://openalex.org/keywords/cluster-analysis", + "display_name": "Cluster analysis", + "score": 0.6211010813713074 + }, + { + "id": "https://openalex.org/keywords/classifier", + "display_name": "Classifier (UML)", + "score": 0.51936274766922 + }, + { + "id": "https://openalex.org/keywords/software", + "display_name": "Software", + "score": 0.5177275538444519 + }, + { + "id": "https://openalex.org/keywords/pixel", + "display_name": "Pixel", + "score": 0.5061234831809998 + }, + { + "id": "https://openalex.org/keywords/pattern-recognition", + "display_name": "Pattern recognition (psychology)", + "score": 0.48226505517959595 + }, + { + "id": "https://openalex.org/keywords/image-segmentation", + "display_name": "Image segmentation", + "score": 0.480505108833313 + }, + { + "id": "https://openalex.org/keywords/process", + "display_name": "Process (computing)", + "score": 0.4530463218688965 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.3784646987915039 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.3474346399307251 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.8189126253128052 + }, + { + "id": "https://openalex.org/C89600930", + "wikidata": "https://www.wikidata.org/wiki/Q1423946", + "display_name": "Segmentation", + "level": 2, + "score": 0.7295361757278442 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.678537905216217 + }, + { + "id": "https://openalex.org/C43521106", + "wikidata": "https://www.wikidata.org/wiki/Q2165493", + "display_name": "Pipeline (software)", + "level": 2, + "score": 0.6693797707557678 + }, + { + "id": "https://openalex.org/C2780513914", + "wikidata": "https://www.wikidata.org/wiki/Q18210350", + "display_name": "Bottleneck", + "level": 2, + "score": 0.6350745558738708 + }, + { + "id": "https://openalex.org/C73555534", + "wikidata": "https://www.wikidata.org/wiki/Q622825", + "display_name": "Cluster analysis", + "level": 2, + "score": 0.6211010813713074 + }, + { + "id": "https://openalex.org/C95623464", + "wikidata": "https://www.wikidata.org/wiki/Q1096149", + "display_name": "Classifier (UML)", + "level": 2, + "score": 0.51936274766922 + }, + { + "id": "https://openalex.org/C2777904410", + "wikidata": "https://www.wikidata.org/wiki/Q7397", + "display_name": "Software", + "level": 2, + "score": 0.5177275538444519 + }, + { + "id": "https://openalex.org/C160633673", + "wikidata": "https://www.wikidata.org/wiki/Q355198", + "display_name": "Pixel", + "level": 2, + "score": 0.5061234831809998 + }, + { + "id": "https://openalex.org/C153180895", + "wikidata": "https://www.wikidata.org/wiki/Q7148389", + "display_name": "Pattern recognition (psychology)", + "level": 2, + "score": 0.48226505517959595 + }, + { + "id": "https://openalex.org/C124504099", + "wikidata": "https://www.wikidata.org/wiki/Q56933", + "display_name": "Image segmentation", + "level": 3, + "score": 0.480505108833313 + }, + { + "id": "https://openalex.org/C98045186", + "wikidata": "https://www.wikidata.org/wiki/Q205663", + "display_name": "Process (computing)", + "level": 2, + "score": 0.4530463218688965 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.3784646987915039 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.3474346399307251 + }, + { + "id": "https://openalex.org/C149635348", + "wikidata": "https://www.wikidata.org/wiki/Q193040", + "display_name": "Embedded system", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C111919701", + "wikidata": "https://www.wikidata.org/wiki/Q9135", + "display_name": "Operating system", + "level": 1, + "score": 0.0 + } + ], + "mesh": [ + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000818", + "descriptor_name": "Animals", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D000818", + "descriptor_name": "Animals", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D000818", + "descriptor_name": "Animals", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D004330", + "descriptor_name": "Drosophila", + "qualifier_ui": "Q000033", + "qualifier_name": "anatomy & histology", + "is_major_topic": false + }, + { + "descriptor_ui": "D004330", + "descriptor_name": "Drosophila", + "qualifier_ui": "Q000033", + "qualifier_name": "anatomy & histology", + "is_major_topic": false + }, + { + "descriptor_ui": "D004330", + "descriptor_name": "Drosophila", + "qualifier_ui": "Q000033", + "qualifier_name": "anatomy & histology", + "is_major_topic": false + }, + { + "descriptor_ui": "D004330", + "descriptor_name": "Drosophila", + "qualifier_ui": "Q000648", + "qualifier_name": "ultrastructure", + "is_major_topic": false + }, + { + "descriptor_ui": "D004330", + "descriptor_name": "Drosophila", + "qualifier_ui": "Q000648", + "qualifier_name": "ultrastructure", + "is_major_topic": false + }, + { + "descriptor_ui": "D004330", + "descriptor_name": "Drosophila", + "qualifier_ui": "Q000648", + "qualifier_name": "ultrastructure", + "is_major_topic": false + }, + { + "descriptor_ui": "D007091", + "descriptor_name": "Image Processing, Computer-Assisted", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D007091", + "descriptor_name": "Image Processing, Computer-Assisted", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D007091", + "descriptor_name": "Image Processing, Computer-Assisted", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D008853", + "descriptor_name": "Microscopy", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D008853", + "descriptor_name": "Microscopy", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D008853", + "descriptor_name": "Microscopy", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D012984", + "descriptor_name": "Software", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D012984", + "descriptor_name": "Software", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D012984", + "descriptor_name": "Software", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + } + ], + "locations_count": 2, + "locations": [ + { + "id": "doi:10.1093/bioinformatics/btx180", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1093/bioinformatics/btx180", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S52395412", + "display_name": "Bioinformatics", + "issn_l": "1367-4803", + "issn": [ + "1367-4803", + "1367-4811" + ], + "is_oa": false, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310311648", + "host_organization_name": "Oxford University Press", + "host_organization_lineage": [ + "https://openalex.org/P4310311648", + "https://openalex.org/P4310311647" + ], + "host_organization_lineage_names": [ + "Oxford University Press", + "University of Oxford" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Bioinformatics", + "raw_type": "journal-article" + }, + { + "id": "pmid:28369169", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/28369169", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Bioinformatics (Oxford, England)", + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 6, + "referenced_works": [ + "https://openalex.org/W2121469024", + "https://openalex.org/W2133990480", + "https://openalex.org/W2167279371", + "https://openalex.org/W2234666690", + "https://openalex.org/W2468870810", + "https://openalex.org/W2483966273" + ], + "related_works": [ + "https://openalex.org/W2595172197", + "https://openalex.org/W2084856301", + "https://openalex.org/W2127970246", + "https://openalex.org/W2885125400", + "https://openalex.org/W1989889224", + "https://openalex.org/W4382618745", + "https://openalex.org/W1973775000", + "https://openalex.org/W2748922771", + "https://openalex.org/W1987128138", + "https://openalex.org/W2743976221" + ], + "abstract_inverted_index": { + "SUMMARY:": [ + 0 + ], + "State-of-the-art": [ + 1 + ], + "light": [ + 2 + ], + "and": [ + 3, + 29, + 68, + 84 + ], + "electron": [ + 4 + ], + "microscopes": [ + 5 + ], + "are": [ + 6, + 123 + ], + "capable": [ + 7 + ], + "of": [ + 8, + 23, + 59, + 106, + 112 + ], + "acquiring": [ + 9 + ], + "large": [ + 10 + ], + "image": [ + 11, + 91, + 109 + ], + "datasets,": [ + 12 + ], + "but": [ + 13 + ], + "quantitatively": [ + 14 + ], + "evaluating": [ + 15 + ], + "the": [ + 16, + 35, + 45, + 70, + 107 + ], + "data": [ + 17, + 72, + 122 + ], + "often": [ + 18, + 30 + ], + "involves": [ + 19 + ], + "manually": [ + 20 + ], + "annotating": [ + 21 + ], + "structures": [ + 22 + ], + "interest.": [ + 24 + ], + "This": [ + 25 + ], + "process": [ + 26 + ], + "is": [ + 27, + 99 + ], + "time-consuming": [ + 28 + ], + "a": [ + 31, + 50, + 56, + 66 + ], + "major": [ + 32 + ], + "bottleneck": [ + 33 + ], + "in": [ + 34, + 62 + ], + "evaluation": [ + 36 + ], + "pipeline.": [ + 37 + ], + "To": [ + 38 + ], + "overcome": [ + 39 + ], + "this": [ + 40 + ], + "problem,": [ + 41 + ], + "we": [ + 42 + ], + "have": [ + 43 + ], + "introduced": [ + 44 + ], + "Trainable": [ + 46 + ], + "Weka": [ + 47 + ], + "Segmentation": [ + 48 + ], + "(TWS),": [ + 49 + ], + "machine": [ + 51 + ], + "learning": [ + 52, + 81 + ], + "tool": [ + 53 + ], + "that": [ + 54 + ], + "leverages": [ + 55 + ], + "limited": [ + 57 + ], + "number": [ + 58 + ], + "manual": [ + 60 + ], + "annotations": [ + 61 + ], + "order": [ + 63 + ], + "to": [ + 64, + 88 + ], + "train": [ + 65 + ], + "classifier": [ + 67 + ], + "segment": [ + 69 + ], + "remaining": [ + 71 + ], + "automatically.": [ + 73 + ], + "In": [ + 74 + ], + "addition,": [ + 75 + ], + "TWS": [ + 76, + 98 + ], + "can": [ + 77, + 85 + ], + "provide": [ + 78 + ], + "unsupervised": [ + 79 + ], + "segmentation": [ + 80 + ], + "schemes": [ + 82 + ], + "(clustering)": [ + 83 + ], + "be": [ + 86 + ], + "customized": [ + 87 + ], + "employ": [ + 89 + ], + "user-designed": [ + 90 + ], + "features": [ + 92 + ], + "or": [ + 93 + ], + "classifiers.": [ + 94 + ], + "AVAILABILITY": [ + 95 + ], + "AND": [ + 96 + ], + "IMPLEMENTATION:": [ + 97 + ], + "distributed": [ + 100 + ], + "as": [ + 101, + 104 + ], + "open-source": [ + 102 + ], + "software": [ + 103 + ], + "part": [ + 105 + ], + "Fiji": [ + 108 + ], + "processing": [ + 110 + ], + "distribution": [ + 111 + ], + "ImageJ": [ + 113 + ], + "at": [ + 114, + 125 + ], + "http://imagej.net/Trainable_Weka_Segmentation": [ + 115 + ], + ".": [ + 116 + ], + "CONTACT:": [ + 117 + ], + "ignacio.arganda@ehu.eus.": [ + 118 + ], + "SUPPLEMENTARY": [ + 119 + ], + "INFORMATION:": [ + 120 + ], + "Supplementary": [ + 121 + ], + "available": [ + 124 + ], + "Bioinformatics": [ + 126 + ], + "online.": [ + 127 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 131 + }, + { + "year": 2025, + "cited_by_count": 361 + }, + { + "year": 2024, + "cited_by_count": 372 + }, + { + "year": 2023, + "cited_by_count": 329 + }, + { + "year": 2022, + "cited_by_count": 363 + }, + { + "year": 2021, + "cited_by_count": 343 + }, + { + "year": 2020, + "cited_by_count": 238 + }, + { + "year": 2019, + "cited_by_count": 175 + }, + { + "year": 2018, + "cited_by_count": 106 + }, + { + "year": 2017, + "cited_by_count": 34 + }, + { + "year": 2016, + "cited_by_count": 3 + }, + { + "year": 2015, + "cited_by_count": 1 + }, + { + "year": 2013, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W1994005439", + "doi": "https://doi.org/10.1142/s0129065704001899", + "title": "GAUSSIAN PROCESSES FOR MACHINE LEARNING", + "display_name": "GAUSSIAN PROCESSES FOR MACHINE LEARNING", + "relevance_score": 2795.1987, + "publication_year": 2004, + "publication_date": "2004-04-01", + "ids": { + "openalex": "https://openalex.org/W1994005439", + "doi": "https://doi.org/10.1142/s0129065704001899", + "mag": "1994005439", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/15112367" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1142/s0129065704001899", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1142/s0129065704001899", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S197665576", + "display_name": "International Journal of Neural Systems", + "issn_l": "0129-0657", + "issn": [ + "0129-0657", + "1793-6462" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319815", + "host_organization_name": "World Scientific", + "host_organization_lineage": [ + "https://openalex.org/P4310319815" + ], + "host_organization_lineage_names": [ + "World Scientific" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "International Journal of Neural Systems", + "raw_type": "journal-article" + }, + "type": "review", + "indexed_in": [ + "crossref", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "http://infoscience.epfl.ch/record/161301", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5110779848", + "display_name": "Matthias Seeger", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I95457486", + "display_name": "University of California, Berkeley", + "ror": "https://ror.org/01an7q238", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I95457486" + ] + }, + { + "id": "https://openalex.org/I98677209", + "display_name": "University of Edinburgh", + "ror": "https://ror.org/01nrxwf90", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I98677209" + ] + } + ], + "countries": [ + "GB", + "US" + ], + "is_corresponding": true, + "raw_author_name": "MATTHIAS SEEGER", + "raw_affiliation_strings": [ + "Department of EECS, University of California at Berkeley, 485 Soda Hall, Berkeley CA 94720-1776, USA", + "Previously at: Institute for Adaptive and Neural Computation,\r\nUniversity of Edinburgh, UK" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of EECS, University of California at Berkeley, 485 Soda Hall, Berkeley CA 94720-1776, USA", + "institution_ids": [ + "https://openalex.org/I95457486" + ] + }, + { + "raw_affiliation_string": "Previously at: Institute for Adaptive and Neural Computation,\r\nUniversity of Edinburgh, UK", + "institution_ids": [ + "https://openalex.org/I98677209" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5110779848" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I95457486", + "https://openalex.org/I98677209" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 23.1235, + "has_fulltext": false, + "cited_by_count": 1401, + "citation_normalized_percentile": { + "value": 0.99493809, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "14", + "issue": "02", + "first_page": "69", + "last_page": "106" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12814", + "display_name": "Gaussian Processes and Bayesian Inference", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12814", + "display_name": "Gaussian Processes and Bayesian Inference", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10848", + "display_name": "Advanced Multi-Objective Optimization Algorithms", + "score": 0.9833999872207642, + "subfield": { + "id": "https://openalex.org/subfields/1703", + "display_name": "Computational Theory and Mathematics" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9825999736785889, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7189816236495972 + }, + { + "id": "https://openalex.org/keywords/gaussian-process", + "display_name": "Gaussian process", + "score": 0.6900824308395386 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6533682346343994 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5732190608978271 + }, + { + "id": "https://openalex.org/keywords/range", + "display_name": "Range (aeronautics)", + "score": 0.4565224051475525 + }, + { + "id": "https://openalex.org/keywords/smoothing", + "display_name": "Smoothing", + "score": 0.4471099376678467 + }, + { + "id": "https://openalex.org/keywords/gaussian", + "display_name": "Gaussian", + "score": 0.4403120279312134 + }, + { + "id": "https://openalex.org/keywords/support-vector-machine", + "display_name": "Support vector machine", + "score": 0.43361324071884155 + }, + { + "id": "https://openalex.org/keywords/kriging", + "display_name": "Kriging", + "score": 0.4239123463630676 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.41445812582969666 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7189816236495972 + }, + { + "id": "https://openalex.org/C61326573", + "wikidata": "https://www.wikidata.org/wiki/Q1496376", + "display_name": "Gaussian process", + "level": 3, + "score": 0.6900824308395386 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6533682346343994 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5732190608978271 + }, + { + "id": "https://openalex.org/C204323151", + "wikidata": "https://www.wikidata.org/wiki/Q905424", + "display_name": "Range (aeronautics)", + "level": 2, + "score": 0.4565224051475525 + }, + { + "id": "https://openalex.org/C3770464", + "wikidata": "https://www.wikidata.org/wiki/Q775963", + "display_name": "Smoothing", + "level": 2, + "score": 0.4471099376678467 + }, + { + "id": "https://openalex.org/C163716315", + "wikidata": "https://www.wikidata.org/wiki/Q901177", + "display_name": "Gaussian", + "level": 2, + "score": 0.4403120279312134 + }, + { + "id": "https://openalex.org/C12267149", + "wikidata": "https://www.wikidata.org/wiki/Q282453", + "display_name": "Support vector machine", + "level": 2, + "score": 0.43361324071884155 + }, + { + "id": "https://openalex.org/C81692654", + "wikidata": "https://www.wikidata.org/wiki/Q225926", + "display_name": "Kriging", + "level": 2, + "score": 0.4239123463630676 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.41445812582969666 + }, + { + "id": "https://openalex.org/C159985019", + "wikidata": "https://www.wikidata.org/wiki/Q181790", + "display_name": "Composite material", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C31972630", + "wikidata": "https://www.wikidata.org/wiki/Q844240", + "display_name": "Computer vision", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C62520636", + "wikidata": "https://www.wikidata.org/wiki/Q944", + "display_name": "Quantum mechanics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C121332964", + "wikidata": "https://www.wikidata.org/wiki/Q413", + "display_name": "Physics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C192562407", + "wikidata": "https://www.wikidata.org/wiki/Q228736", + "display_name": "Materials science", + "level": 0, + "score": 0.0 + } + ], + "mesh": [ + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D001185", + "descriptor_name": "Artificial Intelligence", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D001185", + "descriptor_name": "Artificial Intelligence", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D001185", + "descriptor_name": "Artificial Intelligence", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D001499", + "descriptor_name": "Bayes Theorem", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D001499", + "descriptor_name": "Bayes Theorem", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D001499", + "descriptor_name": "Bayes Theorem", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012044", + "descriptor_name": "Regression Analysis", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012044", + "descriptor_name": "Regression Analysis", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012044", + "descriptor_name": "Regression Analysis", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D015233", + "descriptor_name": "Models, Statistical", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D015233", + "descriptor_name": "Models, Statistical", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D015233", + "descriptor_name": "Models, Statistical", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D016011", + "descriptor_name": "Normal Distribution", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D016011", + "descriptor_name": "Normal Distribution", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D016011", + "descriptor_name": "Normal Distribution", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D016014", + "descriptor_name": "Linear Models", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D016014", + "descriptor_name": "Linear Models", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D016014", + "descriptor_name": "Linear Models", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D018709", + "descriptor_name": "Statistics, Nonparametric", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D018709", + "descriptor_name": "Statistics, Nonparametric", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D018709", + "descriptor_name": "Statistics, Nonparametric", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D019277", + "descriptor_name": "Entropy", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D019277", + "descriptor_name": "Entropy", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D019277", + "descriptor_name": "Entropy", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + } + ], + "locations_count": 7, + "locations": [ + { + "id": "doi:10.1142/s0129065704001899", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1142/s0129065704001899", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S197665576", + "display_name": "International Journal of Neural Systems", + "issn_l": "0129-0657", + "issn": [ + "0129-0657", + "1793-6462" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319815", + "host_organization_name": "World Scientific", + "host_organization_lineage": [ + "https://openalex.org/P4310319815" + ], + "host_organization_lineage_names": [ + "World Scientific" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "International Journal of Neural Systems", + "raw_type": "journal-article" + }, + { + "id": "pmid:15112367", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/15112367", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "International journal of neural systems", + "raw_type": null + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.330.2529", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.330.2529", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://math.iit.edu/pipermail/meshfree-methods-seminar/attachments/20061124/26d0a64a/attachment-0001.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.4.4097", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.4.4097", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.kernel-machines.org/papers/upload_4618_bayesgp-tut.ps.gz", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.71.1079", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.71.1079", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.kyb.tuebingen.mpg.de/bs/people/seeger/papers/bayesgp-tut.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:infoscience.epfl.ch:161301", + "is_oa": true, + "landing_page_url": "http://infoscience.epfl.ch/record/161301", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400487", + "display_name": "Infoscience (Ecole Polytechnique Fédérale de Lausanne)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Text" + }, + { + "id": "pmh:oai:infoscience.tind.io:161301", + "is_oa": true, + "landing_page_url": "https://infoscience.epfl.ch/handle/20.500.14299/61727", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400487", + "display_name": "Infoscience (Ecole Polytechnique Fédérale de Lausanne)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by-nc-nd", + "license_id": "https://openalex.org/licenses/cc-by-nc-nd", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "research article" + } + ], + "best_oa_location": { + "id": "pmh:oai:infoscience.epfl.ch:161301", + "is_oa": true, + "landing_page_url": "http://infoscience.epfl.ch/record/161301", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400487", + "display_name": "Infoscience (Ecole Polytechnique Fédérale de Lausanne)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Text" + }, + "sustainable_development_goals": [ + { + "display_name": "Quality Education", + "id": "https://metadata.un.org/sdg/4", + "score": 0.6100000143051147 + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 83, + "referenced_works": [ + "https://openalex.org/W55912154", + "https://openalex.org/W102828713", + "https://openalex.org/W174371023", + "https://openalex.org/W197497516", + "https://openalex.org/W1505937442", + "https://openalex.org/W1511160855", + "https://openalex.org/W1512098439", + "https://openalex.org/W1515272691", + "https://openalex.org/W1528905581", + "https://openalex.org/W1549656520", + "https://openalex.org/W1556890730", + "https://openalex.org/W1567512734", + "https://openalex.org/W1568586753", + "https://openalex.org/W1576213419", + "https://openalex.org/W1580334350", + "https://openalex.org/W1604938182", + "https://openalex.org/W1618905105", + "https://openalex.org/W1647250361", + "https://openalex.org/W1654787807", + "https://openalex.org/W1657213141", + "https://openalex.org/W1746680969", + "https://openalex.org/W1859781365", + "https://openalex.org/W1976625337", + "https://openalex.org/W1986280275", + "https://openalex.org/W2001141328", + "https://openalex.org/W2002355073", + "https://openalex.org/W2007154098", + "https://openalex.org/W2024697317", + "https://openalex.org/W2038610163", + "https://openalex.org/W2040870580", + "https://openalex.org/W2053186076", + "https://openalex.org/W2056099894", + "https://openalex.org/W2056894411", + "https://openalex.org/W2065540158", + "https://openalex.org/W2072555316", + "https://openalex.org/W2082100828", + "https://openalex.org/W2085877024", + "https://openalex.org/W2094435468", + "https://openalex.org/W2098626000", + "https://openalex.org/W2100136038", + "https://openalex.org/W2104533781", + "https://openalex.org/W2115438515", + "https://openalex.org/W2117063635", + "https://openalex.org/W2117670920", + "https://openalex.org/W2123152930", + "https://openalex.org/W2129564505", + "https://openalex.org/W2129869373", + "https://openalex.org/W2137956165", + "https://openalex.org/W2139212933", + "https://openalex.org/W2139999468", + "https://openalex.org/W2141274633", + "https://openalex.org/W2141800987", + "https://openalex.org/W2143022286", + "https://openalex.org/W2143956139", + "https://openalex.org/W2146766088", + "https://openalex.org/W2158122241", + "https://openalex.org/W2161023163", + "https://openalex.org/W2161813919", + "https://openalex.org/W2168022998", + "https://openalex.org/W2168464387", + "https://openalex.org/W2169178495", + "https://openalex.org/W2170120409", + "https://openalex.org/W2293192529", + "https://openalex.org/W2296319761", + "https://openalex.org/W2330005588", + "https://openalex.org/W2331182131", + "https://openalex.org/W2408196097", + "https://openalex.org/W2492794003", + "https://openalex.org/W2496675188", + "https://openalex.org/W2579190672", + "https://openalex.org/W2801490189", + "https://openalex.org/W2890351024", + "https://openalex.org/W2904816695", + "https://openalex.org/W2999905431", + "https://openalex.org/W3023786531", + "https://openalex.org/W3148924112", + "https://openalex.org/W4210310779", + "https://openalex.org/W4245531751", + "https://openalex.org/W4285719527", + "https://openalex.org/W4298876635", + "https://openalex.org/W4299551157", + "https://openalex.org/W4302114916", + "https://openalex.org/W4388297583" + ], + "related_works": [ + "https://openalex.org/W3195168932", + "https://openalex.org/W1996541855", + "https://openalex.org/W2081545345", + "https://openalex.org/W2063381173", + "https://openalex.org/W4316658362", + "https://openalex.org/W2348223921", + "https://openalex.org/W2318821300", + "https://openalex.org/W4321260833", + "https://openalex.org/W2972324047", + "https://openalex.org/W2563155481" + ], + "abstract_inverted_index": { + "Gaussian": [ + 0, + 8, + 51, + 89 + ], + "processes": [ + 1, + 52 + ], + "(GPs)": [ + 2 + ], + "are": [ + 3, + 43, + 92, + 102, + 175, + 227 + ], + "natural": [ + 4 + ], + "generalisations": [ + 5 + ], + "of": [ + 6, + 26, + 32, + 40, + 105, + 129, + 147, + 158, + 194 + ], + "multivariate": [ + 7 + ], + "random": [ + 9 + ], + "variables": [ + 10 + ], + "to": [ + 11, + 28, + 50, + 71, + 95, + 178, + 191, + 197, + 201, + 206, + 223 + ], + "infinite": [ + 12 + ], + "(countably": [ + 13 + ], + "or": [ + 14 + ], + "continuous)": [ + 15 + ], + "index": [ + 16 + ], + "sets.": [ + 17 + ], + "GPs": [ + 18, + 166, + 195 + ], + "have": [ + 19, + 86 + ], + "been": [ + 20, + 87, + 153 + ], + "applied": [ + 21 + ], + "in": [ + 22, + 64, + 82, + 131, + 211 + ], + "a": [ + 23, + 29, + 54, + 115, + 218 + ], + "large": [ + 24, + 168 + ], + "number": [ + 25 + ], + "fields": [ + 27 + ], + "diverse": [ + 30 + ], + "range": [ + 31 + ], + "ends,": [ + 33 + ], + "and": [ + 34, + 78, + 110, + 134, + 169, + 200 + ], + "very": [ + 35, + 118 + ], + "many": [ + 36 + ], + "deep": [ + 37, + 172 + ], + "theoretical": [ + 38 + ], + "analyses": [ + 39 + ], + "various": [ + 41 + ], + "properties": [ + 42 + ], + "available.": [ + 44 + ], + "This": [ + 45 + ], + "paper": [ + 46 + ], + "gives": [ + 47 + ], + "an": [ + 48 + ], + "introduction": [ + 49, + 157 + ], + "on": [ + 53, + 61, + 165, + 217 + ], + "fairly": [ + 55 + ], + "elementary": [ + 56 + ], + "level": [ + 57 + ], + "with": [ + 58 + ], + "special": [ + 59 + ], + "emphasis": [ + 60 + ], + "characteristics": [ + 62, + 193 + ], + "relevant": [ + 63, + 196 + ], + "machine": [ + 65, + 98, + 182, + 198 + ], + "learning.": [ + 66 + ], + "It": [ + 67 + ], + "draws": [ + 68 + ], + "explicit": [ + 69 + ], + "connections": [ + 70, + 205 + ], + "branches": [ + 72 + ], + "such": [ + 73 + ], + "as": [ + 74, + 140 + ], + "spline": [ + 75 + ], + "smoothing": [ + 76 + ], + "models": [ + 77, + 91 + ], + "support": [ + 79 + ], + "vector": [ + 80 + ], + "machines": [ + 81 + ], + "which": [ + 83, + 125, + 174 + ], + "similar": [ + 84 + ], + "ideas": [ + 85 + ], + "investigated.": [ + 88 + ], + "process": [ + 90 + ], + "routinely": [ + 93 + ], + "used": [ + 94 + ], + "solve": [ + 96 + ], + "hard": [ + 97 + ], + "learning": [ + 99, + 183, + 199 + ], + "problems.": [ + 100, + 143 + ], + "They": [ + 101 + ], + "attractive": [ + 103 + ], + "because": [ + 104 + ], + "their": [ + 106 + ], + "flexible": [ + 107 + ], + "non-parametric": [ + 108 + ], + "nature": [ + 109 + ], + "computational": [ + 111, + 149 + ], + "simplicity.": [ + 112 + ], + "Treated": [ + 113 + ], + "within": [ + 114 + ], + "Bayesian": [ + 116 + ], + "framework,": [ + 117 + ], + "powerful": [ + 119 + ], + "statistical": [ + 120 + ], + "methods": [ + 121 + ], + "can": [ + 122 + ], + "be": [ + 123 + ], + "implemented": [ + 124 + ], + "offer": [ + 126 + ], + "valid": [ + 127 + ], + "estimates": [ + 128 + ], + "uncertainties": [ + 130 + ], + "our": [ + 132 + ], + "predictions": [ + 133 + ], + "generic": [ + 135, + 159 + ], + "model": [ + 136 + ], + "selection": [ + 137 + ], + "procedures": [ + 138 + ], + "cast": [ + 139 + ], + "nonlinear": [ + 141 + ], + "optimization": [ + 142 + ], + "Their": [ + 144 + ], + "main": [ + 145 + ], + "drawback": [ + 146 + ], + "heavy": [ + 148 + ], + "scaling": [ + 150 + ], + "has": [ + 151 + ], + "recently": [ + 152 + ], + "alleviated": [ + 154 + ], + "by": [ + 155 + ], + "the": [ + 156, + 212 + ], + "sparse": [ + 160 + ], + "approximations.13,78,31": [ + 161 + ], + "The": [ + 162 + ], + "mathematical": [ + 163 + ], + "literature": [ + 164 + ], + "is": [ + 167, + 216 + ], + "often": [ + 170 + ], + "uses": [ + 171 + ], + "concepts": [ + 173 + ], + "not": [ + 176 + ], + "required": [ + 177 + ], + "fully": [ + 179 + ], + "understand": [ + 180 + ], + "most": [ + 181 + ], + "applications.": [ + 184 + ], + "In": [ + 185 + ], + "this": [ + 186 + ], + "tutorial": [ + 187 + ], + "paper,": [ + 188 + ], + "we": [ + 189 + ], + "aim": [ + 190 + ], + "present": [ + 192 + ], + "show": [ + 202 + ], + "up": [ + 203 + ], + "precise": [ + 204 + ], + "other": [ + 207 + ], + "\"kernel": [ + 208 + ], + "machines\"": [ + 209 + ], + "popular": [ + 210 + ], + "community.": [ + 213 + ], + "Our": [ + 214 + ], + "focus": [ + 215 + ], + "simple": [ + 219 + ], + "presentation,": [ + 220 + ], + "but": [ + 221 + ], + "references": [ + 222 + ], + "more": [ + 224 + ], + "detailed": [ + 225 + ], + "sources": [ + 226 + ], + "provided.": [ + 228 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 88 + }, + { + "year": 2025, + "cited_by_count": 263 + }, + { + "year": 2024, + "cited_by_count": 218 + }, + { + "year": 2023, + "cited_by_count": 156 + }, + { + "year": 2022, + "cited_by_count": 104 + }, + { + "year": 2021, + "cited_by_count": 100 + }, + { + "year": 2020, + "cited_by_count": 85 + }, + { + "year": 2019, + "cited_by_count": 72 + }, + { + "year": 2018, + "cited_by_count": 44 + }, + { + "year": 2017, + "cited_by_count": 25 + }, + { + "year": 2016, + "cited_by_count": 29 + }, + { + "year": 2015, + "cited_by_count": 20 + }, + { + "year": 2014, + "cited_by_count": 25 + }, + { + "year": 2013, + "cited_by_count": 26 + }, + { + "year": 2012, + "cited_by_count": 18 + } + ], + "updated_date": "2026-05-27T09:02:27.158192", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2162651021", + "doi": "https://doi.org/10.7551/mitpress/9780262170055.001.0001", + "title": "Dataset Shift in Machine Learning", + "display_name": "Dataset Shift in Machine Learning", + "relevance_score": 2785.0432, + "publication_year": 2008, + "publication_date": "2008-12-12", + "ids": { + "openalex": "https://openalex.org/W2162651021", + "doi": "https://doi.org/10.7551/mitpress/9780262170055.001.0001", + "mag": "2162651021" + }, + "language": "en", + "primary_location": { + "id": "doi:10.7551/mitpress/9780262170055.001.0001", + "is_oa": false, + "landing_page_url": "https://doi.org/10.7551/mitpress/9780262170055.001.0001", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306463997", + "display_name": "The MIT Press eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/P4310315718", + "host_organization_name": "The MIT Press", + "host_organization_lineage": [ + "https://openalex.org/P4310315718" + ], + "host_organization_lineage_names": [ + "The MIT Press" + ], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "edited-book" + }, + "type": "book", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 0, + "corresponding_author_ids": [], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 9.3591, + "has_fulltext": false, + "cited_by_count": 1508, + "citation_normalized_percentile": { + "value": 0.97485493, + "is_in_top_1_percent": false, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T14470", + "display_name": "Advanced Data Processing Techniques", + "score": 0.7767999768257141, + "subfield": { + "id": "https://openalex.org/subfields/2207", + "display_name": "Control and Systems Engineering" + }, + "field": { + "id": "https://openalex.org/fields/22", + "display_name": "Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T14470", + "display_name": "Advanced Data Processing Techniques", + "score": 0.7767999768257141, + "subfield": { + "id": "https://openalex.org/subfields/2207", + "display_name": "Control and Systems Engineering" + }, + "field": { + "id": "https://openalex.org/fields/22", + "display_name": "Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.664900004863739, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12205", + "display_name": "Time Series Analysis and Forecasting", + "score": 0.659500002861023, + "subfield": { + "id": "https://openalex.org/subfields/1711", + "display_name": "Signal Processing" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.7328447103500366 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.7292178273200989 + }, + { + "id": "https://openalex.org/keywords/covariate", + "display_name": "Covariate", + "score": 0.7273201942443848 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.5872174501419067 + }, + { + "id": "https://openalex.org/keywords/bayesian-probability", + "display_name": "Bayesian probability", + "score": 0.5522041320800781 + }, + { + "id": "https://openalex.org/keywords/paradigm-shift", + "display_name": "Paradigm shift", + "score": 0.4949187636375427 + }, + { + "id": "https://openalex.org/keywords/filter", + "display_name": "Filter (signal processing)", + "score": 0.4474133849143982 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.7328447103500366 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.7292178273200989 + }, + { + "id": "https://openalex.org/C119043178", + "wikidata": "https://www.wikidata.org/wiki/Q320723", + "display_name": "Covariate", + "level": 2, + "score": 0.7273201942443848 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.5872174501419067 + }, + { + "id": "https://openalex.org/C107673813", + "wikidata": "https://www.wikidata.org/wiki/Q812534", + "display_name": "Bayesian probability", + "level": 2, + "score": 0.5522041320800781 + }, + { + "id": "https://openalex.org/C43540301", + "wikidata": "https://www.wikidata.org/wiki/Q689971", + "display_name": "Paradigm shift", + "level": 2, + "score": 0.4949187636375427 + }, + { + "id": "https://openalex.org/C106131492", + "wikidata": "https://www.wikidata.org/wiki/Q3072260", + "display_name": "Filter (signal processing)", + "level": 2, + "score": 0.4474133849143982 + }, + { + "id": "https://openalex.org/C31972630", + "wikidata": "https://www.wikidata.org/wiki/Q844240", + "display_name": "Computer vision", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C138885662", + "wikidata": "https://www.wikidata.org/wiki/Q5891", + "display_name": "Philosophy", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C111472728", + "wikidata": "https://www.wikidata.org/wiki/Q9471", + "display_name": "Epistemology", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.7551/mitpress/9780262170055.001.0001", + "is_oa": false, + "landing_page_url": "https://doi.org/10.7551/mitpress/9780262170055.001.0001", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306463997", + "display_name": "The MIT Press eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/P4310315718", + "host_organization_name": "The MIT Press", + "host_organization_lineage": [ + "https://openalex.org/P4310315718" + ], + "host_organization_lineage_names": [ + "The MIT Press" + ], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "edited-book" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "display_name": "Peace, Justice and strong institutions", + "id": "https://metadata.un.org/sdg/16", + "score": 0.6000000238418579 + } + ], + "awards": [], + "funders": [ + { + "id": "https://openalex.org/F4320315885", + "display_name": "Australian Government", + "ror": "https://ror.org/0314h5y94" + }, + { + "id": "https://openalex.org/F4320320879", + "display_name": "Deutsche Forschungsgemeinschaft", + "ror": "https://ror.org/018mejw64" + }, + { + "id": "https://openalex.org/F4320320912", + "display_name": "Ministry of Education, Culture, Sports, Science and Technology", + "ror": "https://ror.org/048rj2z13" + }, + { + "id": "https://openalex.org/F4320321114", + "display_name": "Bundesministerium für Bildung und Forschung", + "ror": "https://ror.org/04pz7b180" + }, + { + "id": "https://openalex.org/F4320321999", + "display_name": "Lundbeckfonden", + "ror": "https://ror.org/03hz8wd80" + }, + { + "id": "https://openalex.org/F4320327918", + "display_name": "H. Lundbeck A/S", + "ror": null + } + ], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 154, + "referenced_works": [ + "https://openalex.org/W3805906", + "https://openalex.org/W73527130", + "https://openalex.org/W167016754", + "https://openalex.org/W189742998", + "https://openalex.org/W335134183", + "https://openalex.org/W1493044792", + "https://openalex.org/W1506588750", + "https://openalex.org/W1512098439", + "https://openalex.org/W1513525398", + "https://openalex.org/W1519342765", + "https://openalex.org/W1520168181", + "https://openalex.org/W1523843467", + "https://openalex.org/W1548614216", + "https://openalex.org/W1551909886", + "https://openalex.org/W1563644419", + "https://openalex.org/W1564947197", + "https://openalex.org/W1571895365", + "https://openalex.org/W1571917377", + "https://openalex.org/W1574539612", + "https://openalex.org/W1594031697", + "https://openalex.org/W1601787291", + "https://openalex.org/W1603576850", + "https://openalex.org/W1605619629", + "https://openalex.org/W1618393386", + "https://openalex.org/W1667072054", + "https://openalex.org/W1941659294", + "https://openalex.org/W1963661053", + "https://openalex.org/W1977245551", + "https://openalex.org/W1981428463", + "https://openalex.org/W1983055206", + "https://openalex.org/W1986250339", + "https://openalex.org/W1990645294", + "https://openalex.org/W1991907403", + "https://openalex.org/W1998438337", + "https://openalex.org/W2002355073", + "https://openalex.org/W2005688170", + "https://openalex.org/W2007406620", + "https://openalex.org/W2010102461", + "https://openalex.org/W2012712694", + "https://openalex.org/W2015932775", + "https://openalex.org/W2018770010", + "https://openalex.org/W2023063828", + "https://openalex.org/W2024689521", + "https://openalex.org/W2029030476", + "https://openalex.org/W2032536435", + "https://openalex.org/W2034368206", + "https://openalex.org/W2036043322", + "https://openalex.org/W2036902495", + "https://openalex.org/W2054658115", + "https://openalex.org/W2059575958", + "https://openalex.org/W2070845047", + "https://openalex.org/W2073042726", + "https://openalex.org/W2076428552", + "https://openalex.org/W2081850149", + "https://openalex.org/W2093064776", + "https://openalex.org/W2097839764", + "https://openalex.org/W2098949458", + "https://openalex.org/W2100247797", + "https://openalex.org/W2100600008", + "https://openalex.org/W2101974476", + "https://openalex.org/W2103851188", + "https://openalex.org/W2105644991", + "https://openalex.org/W2105842272", + "https://openalex.org/W2107996537", + "https://openalex.org/W2109033052", + "https://openalex.org/W2112081648", + "https://openalex.org/W2112483442", + "https://openalex.org/W2113530803", + "https://openalex.org/W2113679101", + "https://openalex.org/W2114338449", + "https://openalex.org/W2115305054", + "https://openalex.org/W2117063635", + "https://openalex.org/W2120217353", + "https://openalex.org/W2121909644", + "https://openalex.org/W2123157895", + "https://openalex.org/W2125865219", + "https://openalex.org/W2125993116", + "https://openalex.org/W2127816222", + "https://openalex.org/W2129851978", + "https://openalex.org/W2130031702", + "https://openalex.org/W2131479143", + "https://openalex.org/W2131953535", + "https://openalex.org/W2132870739", + "https://openalex.org/W2134169350", + "https://openalex.org/W2135498906", + "https://openalex.org/W2137346077", + "https://openalex.org/W2137557016", + "https://openalex.org/W2138805882", + "https://openalex.org/W2139122730", + "https://openalex.org/W2139823104", + "https://openalex.org/W2142992973", + "https://openalex.org/W2143033696", + "https://openalex.org/W2145295623", + "https://openalex.org/W2146395300", + "https://openalex.org/W2148143831", + "https://openalex.org/W2148603752", + "https://openalex.org/W2148924730", + "https://openalex.org/W2150388061", + "https://openalex.org/W2150884987", + "https://openalex.org/W2152859659", + "https://openalex.org/W2154455818", + "https://openalex.org/W2158108973", + "https://openalex.org/W2158754421", + "https://openalex.org/W2159400887", + "https://openalex.org/W2161920802", + "https://openalex.org/W2163194396", + "https://openalex.org/W2164161365", + "https://openalex.org/W2167328503", + "https://openalex.org/W2168175751", + "https://openalex.org/W2168561598", + "https://openalex.org/W2168639902", + "https://openalex.org/W2168741590", + "https://openalex.org/W2169075655", + "https://openalex.org/W2169338892", + "https://openalex.org/W2169384781", + "https://openalex.org/W2170580685", + "https://openalex.org/W2171033594", + "https://openalex.org/W2171343216", + "https://openalex.org/W2171388464", + "https://openalex.org/W2215815030", + "https://openalex.org/W2255883267", + "https://openalex.org/W2293768274", + "https://openalex.org/W2435251607", + "https://openalex.org/W2525109755", + "https://openalex.org/W2590957573", + "https://openalex.org/W2796372757", + "https://openalex.org/W2903718010", + "https://openalex.org/W2989661724", + "https://openalex.org/W3098372638", + "https://openalex.org/W3103871524", + "https://openalex.org/W3104240813", + "https://openalex.org/W4211049957", + "https://openalex.org/W4211204663", + "https://openalex.org/W4229633200", + "https://openalex.org/W4230946174", + "https://openalex.org/W4231510805", + "https://openalex.org/W4233216783", + "https://openalex.org/W4233413206", + "https://openalex.org/W4236188916", + "https://openalex.org/W4239047110", + "https://openalex.org/W4239390603", + "https://openalex.org/W4248721357", + "https://openalex.org/W4250182547", + "https://openalex.org/W4250224875", + "https://openalex.org/W4252262440", + "https://openalex.org/W4253064820", + "https://openalex.org/W4256544418", + "https://openalex.org/W4299515571", + "https://openalex.org/W4300093168", + "https://openalex.org/W4301436980", + "https://openalex.org/W4310299640", + "https://openalex.org/W4310738704", + "https://openalex.org/W4379510236", + "https://openalex.org/W4388297464" + ], + "related_works": [ + "https://openalex.org/W2985746494", + "https://openalex.org/W4206042385", + "https://openalex.org/W2511384863", + "https://openalex.org/W2080773131", + "https://openalex.org/W2096089271", + "https://openalex.org/W2923628599", + "https://openalex.org/W2014100433", + "https://openalex.org/W2051519658", + "https://openalex.org/W2002304499", + "https://openalex.org/W2994787386" + ], + "abstract_inverted_index": { + "An": [ + 0 + ], + "overview": [ + 1, + 159 + ], + "of": [ + 2, + 44, + 59, + 90, + 135, + 160, + 200 + ], + "recent": [ + 3 + ], + "efforts": [ + 4, + 162 + ], + "in": [ + 5, + 35, + 73, + 111, + 148, + 184 + ], + "the": [ + 6, + 41, + 65, + 81, + 88, + 91, + 114, + 116, + 127, + 131, + 149, + 179 + ], + "machine": [ + 7, + 150 + ], + "learning": [ + 8, + 137, + 151 + ], + "community": [ + 9, + 152 + ], + "to": [ + 10, + 87, + 106, + 130, + 163, + 178, + 186 + ], + "deal": [ + 11, + 164 + ], + "with": [ + 12, + 165 + ], + "dataset": [ + 13, + 60, + 141, + 166, + 182, + 201 + ], + "and": [ + 14, + 21, + 24, + 46, + 51, + 125, + 138, + 167, + 175, + 194, + 202, + 208, + 211 + ], + "covariate": [ + 15, + 168, + 203, + 215 + ], + "shift,": [ + 16, + 55, + 61 + ], + "which": [ + 17, + 103 + ], + "occurs": [ + 18, + 39, + 62 + ], + "when": [ + 19, + 40, + 63 + ], + "test": [ + 20, + 52 + ], + "training": [ + 22, + 50, + 95 + ], + "inputs": [ + 23, + 45 + ], + "outputs": [ + 25, + 47 + ], + "have": [ + 26 + ], + "different": [ + 27 + ], + "distributions.": [ + 28 + ], + "Dataset": [ + 29, + 69 + ], + "shift": [ + 30, + 70, + 142, + 183, + 204 + ], + "is": [ + 31, + 71, + 99 + ], + "a": [ + 32, + 56, + 173 + ], + "common": [ + 33 + ], + "problem": [ + 34 + ], + "predictive": [ + 36 + ], + "modeling": [ + 37 + ], + "that": [ + 38, + 109 + ], + "joint": [ + 42 + ], + "distribution": [ + 43, + 67 + ], + "differs": [ + 48, + 110 + ], + "between": [ + 49 + ], + "stages.": [ + 53 + ], + "Covariate": [ + 54 + ], + "particular": [ + 57 + ], + "case": [ + 58 + ], + "only": [ + 64 + ], + "input": [ + 66 + ], + "changes.": [ + 68 + ], + "present": [ + 72, + 212 + ], + "most": [ + 74 + ], + "practical": [ + 75 + ], + "applications,": [ + 76 + ], + "for": [ + 77, + 214 + ], + "reasons": [ + 78 + ], + "ranging": [ + 79 + ], + "from": [ + 80, + 113 + ], + "bias": [ + 82 + ], + "introduced": [ + 83 + ], + "by": [ + 84 + ], + "experimental": [ + 85 + ], + "design": [ + 86 + ], + "irreproducibility": [ + 89 + ], + "testing": [ + 92 + ], + "conditions": [ + 93 + ], + "at": [ + 94 + ], + "time.": [ + 96 + ], + "(An": [ + 97 + ], + "example": [ + 98 + ], + "-email": [ + 100 + ], + "spam": [ + 101, + 108, + 115 + ], + "filtering,": [ + 102 + ], + "may": [ + 104 + ], + "fail": [ + 105 + ], + "recognize": [ + 107 + ], + "form": [ + 112 + ], + "automatic": [ + 117 + ], + "filter": [ + 118 + ], + "has": [ + 119, + 143 + ], + "been": [ + 120 + ], + "built": [ + 121 + ], + "on.)": [ + 122 + ], + "Despite": [ + 123 + ], + "this,": [ + 124 + ], + "despite": [ + 126 + ], + "attention": [ + 128, + 147 + ], + "given": [ + 129 + ], + "apparently": [ + 132 + ], + "similar": [ + 133 + ], + "problems": [ + 134 + ], + "semi-supervised": [ + 136, + 195 + ], + "active": [ + 139, + 192 + ], + "learning,": [ + 140, + 188, + 191, + 193, + 196 + ], + "received": [ + 144 + ], + "relatively": [ + 145 + ], + "little": [ + 146 + ], + "until": [ + 153 + ], + "recently.": [ + 154 + ], + "This": [ + 155 + ], + "volume": [ + 156 + ], + "offers": [ + 157 + ], + "an": [ + 158 + ], + "current": [ + 161 + ], + "shift.": [ + 169, + 216 + ], + "The": [ + 170 + ], + "chapters": [ + 171 + ], + "offer": [ + 172 + ], + "mathematical": [ + 174 + ], + "philosophical": [ + 176 + ], + "introduction": [ + 177 + ], + "problem,": [ + 180 + ], + "place": [ + 181 + ], + "relationship": [ + 185 + ], + "transfer": [ + 187 + ], + "transduction,": [ + 189 + ], + "local": [ + 190 + ], + "provide": [ + 197 + ], + "theoretical": [ + 198 + ], + "views": [ + 199 + ], + "(including": [ + 205 + ], + "decision": [ + 206 + ], + "theoretic": [ + 207 + ], + "Bayesian": [ + 209 + ], + "perspectives),": [ + 210 + ], + "algorithms": [ + 213 + ], + "Contributors": [ + 217 + ], + "Shai": [ + 218 + ], + "Ben-David,": [ + 219 + ], + "Steffen": [ + 220 + ], + "Bickel,": [ + 221 + ], + "Karsten": [ + 222 + ], + "Borgwardt,": [ + 223 + ], + "Michael": [ + 224 + ], + "Brückner,": [ + 225 + ], + "David": [ + 226 + ], + "Corfield,": [ + 227 + ], + "Amir": [ + 228 + ], + "Globerson,": [ + 229 + ], + "Arthur": [ + 230 + ], + "Gretton,": [ + 231 + ], + "Lars": [ + 232 + ], + "Kai": [ + 233 + ], + "Hansen,": [ + 234 + ], + "Matthias": [ + 235 + ], + "Hein,": [ + 236 + ], + "Jiayuan": [ + 237 + ], + "Huang,": [ + 238 + ], + "Choon": [ + 239 + ], + "Hui": [ + 240 + ], + "Teo,": [ + 241 + ], + "Takafumi": [ + 242 + ], + "Kanamori,": [ + 243 + ], + "Klaus-Robert": [ + 244 + ], + "Müller,": [ + 245 + ], + "Sam": [ + 246 + ], + "Roweis,": [ + 247 + ], + "Neil": [ + 248 + ], + "Rubens,": [ + 249 + ], + "Tobias": [ + 250 + ], + "Scheffer,": [ + 251 + ], + "Marcel": [ + 252 + ], + "Schmittfull,": [ + 253 + ], + "Bernhard": [ + 254 + ], + "Schölkopf": [ + 255 + ], + "Hidetoshi": [ + 256 + ], + "Shimodaira,": [ + 257 + ], + "Alex": [ + 258 + ], + "Smola,": [ + 259 + ], + "Amos": [ + 260 + ], + "Storkey,": [ + 261 + ], + "Masashi": [ + 262 + ], + "Sugiyama": [ + 263 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 35 + }, + { + "year": 2025, + "cited_by_count": 109 + }, + { + "year": 2024, + "cited_by_count": 165 + }, + { + "year": 2023, + "cited_by_count": 146 + }, + { + "year": 2022, + "cited_by_count": 133 + }, + { + "year": 2021, + "cited_by_count": 231 + }, + { + "year": 2020, + "cited_by_count": 204 + }, + { + "year": 2019, + "cited_by_count": 127 + }, + { + "year": 2018, + "cited_by_count": 54 + }, + { + "year": 2017, + "cited_by_count": 33 + }, + { + "year": 2016, + "cited_by_count": 35 + }, + { + "year": 2015, + "cited_by_count": 55 + }, + { + "year": 2014, + "cited_by_count": 36 + }, + { + "year": 2013, + "cited_by_count": 44 + }, + { + "year": 2012, + "cited_by_count": 29 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2793927960", + "doi": "https://doi.org/10.1080/01431161.2018.1433343", + "title": "Implementation of machine-learning classification in remote sensing: an applied review", + "display_name": "Implementation of machine-learning classification in remote sensing: an applied review", + "relevance_score": 2762.7502, + "publication_year": 2018, + "publication_date": "2018-02-02", + "ids": { + "openalex": "https://openalex.org/W2793927960", + "doi": "https://doi.org/10.1080/01431161.2018.1433343", + "mag": "2793927960" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1080/01431161.2018.1433343", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1080/01431161.2018.1433343", + "pdf_url": "https://www.tandfonline.com/doi/pdf/10.1080/01431161.2018.1433343?needAccess=true", + "source": { + "id": "https://openalex.org/S117411352", + "display_name": "International Journal of Remote Sensing", + "issn_l": "0143-1161", + "issn": [ + "0143-1161", + "1366-5901" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320547", + "host_organization_name": "Taylor & Francis", + "host_organization_lineage": [ + "https://openalex.org/P4310320547" + ], + "host_organization_lineage_names": [ + "Taylor & Francis" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "International Journal of Remote Sensing", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "bronze", + "oa_url": "https://www.tandfonline.com/doi/pdf/10.1080/01431161.2018.1433343?needAccess=true", + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5085820343", + "display_name": "Aaron E. Maxwell", + "orcid": "https://orcid.org/0000-0002-4412-5599" + }, + "institutions": [ + { + "id": "https://openalex.org/I12097938", + "display_name": "West Virginia University", + "ror": "https://ror.org/011vxgd24", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I12097938" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Aaron E. Maxwell", + "raw_affiliation_strings": [ + "Department of Geology and Geography, West Virginia University, Morgantown, WV, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Geology and Geography, West Virginia University, Morgantown, WV, USA", + "institution_ids": [ + "https://openalex.org/I12097938" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5091637832", + "display_name": "Timothy A. Warner", + "orcid": "https://orcid.org/0000-0002-0414-9748" + }, + "institutions": [ + { + "id": "https://openalex.org/I12097938", + "display_name": "West Virginia University", + "ror": "https://ror.org/011vxgd24", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I12097938" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Timothy A. Warner", + "raw_affiliation_strings": [ + "Department of Geology and Geography, West Virginia University, Morgantown, WV, USA" + ], + "raw_orcid": "https://orcid.org/0000-0002-0414-9748", + "affiliations": [ + { + "raw_affiliation_string": "Department of Geology and Geography, West Virginia University, Morgantown, WV, USA", + "institution_ids": [ + "https://openalex.org/I12097938" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5100386844", + "display_name": "Fang Fang", + "orcid": "https://orcid.org/0000-0001-7541-189X" + }, + "institutions": [ + { + "id": "https://openalex.org/I12097938", + "display_name": "West Virginia University", + "ror": "https://ror.org/011vxgd24", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I12097938" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Fang Fang", + "raw_affiliation_strings": [ + "Department of Geology and Geography, West Virginia University, Morgantown, WV, USA" + ], + "raw_orcid": "https://orcid.org/0000-0001-7541-189X", + "affiliations": [ + { + "raw_affiliation_string": "Department of Geology and Geography, West Virginia University, Morgantown, WV, USA", + "institution_ids": [ + "https://openalex.org/I12097938" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5085820343" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I12097938" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 113.7745, + "has_fulltext": false, + "cited_by_count": 1905, + "citation_normalized_percentile": { + "value": 0.99988622, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "39", + "issue": "9", + "first_page": "2784", + "last_page": "2817" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10689", + "display_name": "Remote-Sensing Image Classification", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/2214", + "display_name": "Media Technology" + }, + "field": { + "id": "https://openalex.org/fields/22", + "display_name": "Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10689", + "display_name": "Remote-Sensing Image Classification", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/2214", + "display_name": "Media Technology" + }, + "field": { + "id": "https://openalex.org/fields/22", + "display_name": "Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10111", + "display_name": "Remote Sensing in Agriculture", + "score": 0.9976999759674072, + "subfield": { + "id": "https://openalex.org/subfields/2303", + "display_name": "Ecology" + }, + "field": { + "id": "https://openalex.org/fields/23", + "display_name": "Environmental Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11659", + "display_name": "Advanced Image Fusion Techniques", + "score": 0.9749000072479248, + "subfield": { + "id": "https://openalex.org/subfields/2214", + "display_name": "Media Technology" + }, + "field": { + "id": "https://openalex.org/fields/22", + "display_name": "Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.7877681255340576 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7791492342948914 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.7248809337615967 + }, + { + "id": "https://openalex.org/keywords/random-forest", + "display_name": "Random forest", + "score": 0.5729610323905945 + }, + { + "id": "https://openalex.org/keywords/dimensionality-reduction", + "display_name": "Dimensionality reduction", + "score": 0.5524418354034424 + }, + { + "id": "https://openalex.org/keywords/decision-tree", + "display_name": "Decision tree", + "score": 0.5341089963912964 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.5322451591491699 + }, + { + "id": "https://openalex.org/keywords/support-vector-machine", + "display_name": "Support vector machine", + "score": 0.514393150806427 + }, + { + "id": "https://openalex.org/keywords/curse-of-dimensionality", + "display_name": "Curse of dimensionality", + "score": 0.5014984607696533 + }, + { + "id": "https://openalex.org/keywords/key", + "display_name": "Key (lock)", + "score": 0.4978461265563965 + }, + { + "id": "https://openalex.org/keywords/focus", + "display_name": "Focus (optics)", + "score": 0.4418962001800537 + }, + { + "id": "https://openalex.org/keywords/perspective", + "display_name": "Perspective (graphical)", + "score": 0.41856345534324646 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.33177950978279114 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.7877681255340576 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7791492342948914 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.7248809337615967 + }, + { + "id": "https://openalex.org/C169258074", + "wikidata": "https://www.wikidata.org/wiki/Q245748", + "display_name": "Random forest", + "level": 2, + "score": 0.5729610323905945 + }, + { + "id": "https://openalex.org/C70518039", + "wikidata": "https://www.wikidata.org/wiki/Q16000077", + "display_name": "Dimensionality reduction", + "level": 2, + "score": 0.5524418354034424 + }, + { + "id": "https://openalex.org/C84525736", + "wikidata": "https://www.wikidata.org/wiki/Q831366", + "display_name": "Decision tree", + "level": 2, + "score": 0.5341089963912964 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.5322451591491699 + }, + { + "id": "https://openalex.org/C12267149", + "wikidata": "https://www.wikidata.org/wiki/Q282453", + "display_name": "Support vector machine", + "level": 2, + "score": 0.514393150806427 + }, + { + "id": "https://openalex.org/C111030470", + "wikidata": "https://www.wikidata.org/wiki/Q1430460", + "display_name": "Curse of dimensionality", + "level": 2, + "score": 0.5014984607696533 + }, + { + "id": "https://openalex.org/C26517878", + "wikidata": "https://www.wikidata.org/wiki/Q228039", + "display_name": "Key (lock)", + "level": 2, + "score": 0.4978461265563965 + }, + { + "id": "https://openalex.org/C192209626", + "wikidata": "https://www.wikidata.org/wiki/Q190909", + "display_name": "Focus (optics)", + "level": 2, + "score": 0.4418962001800537 + }, + { + "id": "https://openalex.org/C12713177", + "wikidata": "https://www.wikidata.org/wiki/Q1900281", + "display_name": "Perspective (graphical)", + "level": 2, + "score": 0.41856345534324646 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.33177950978279114 + }, + { + "id": "https://openalex.org/C120665830", + "wikidata": "https://www.wikidata.org/wiki/Q14620", + "display_name": "Optics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C38652104", + "wikidata": "https://www.wikidata.org/wiki/Q3510521", + "display_name": "Computer security", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C121332964", + "wikidata": "https://www.wikidata.org/wiki/Q413", + "display_name": "Physics", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1080/01431161.2018.1433343", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1080/01431161.2018.1433343", + "pdf_url": "https://www.tandfonline.com/doi/pdf/10.1080/01431161.2018.1433343?needAccess=true", + "source": { + "id": "https://openalex.org/S117411352", + "display_name": "International Journal of Remote Sensing", + "issn_l": "0143-1161", + "issn": [ + "0143-1161", + "1366-5901" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320547", + "host_organization_name": "Taylor & Francis", + "host_organization_lineage": [ + "https://openalex.org/P4310320547" + ], + "host_organization_lineage_names": [ + "Taylor & Francis" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "International Journal of Remote Sensing", + "raw_type": "journal-article" + } + ], + "best_oa_location": { + "id": "doi:10.1080/01431161.2018.1433343", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1080/01431161.2018.1433343", + "pdf_url": "https://www.tandfonline.com/doi/pdf/10.1080/01431161.2018.1433343?needAccess=true", + "source": { + "id": "https://openalex.org/S117411352", + "display_name": "International Journal of Remote Sensing", + "issn_l": "0143-1161", + "issn": [ + "0143-1161", + "1366-5901" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320547", + "host_organization_name": "Taylor & Francis", + "host_organization_lineage": [ + "https://openalex.org/P4310320547" + ], + "host_organization_lineage_names": [ + "Taylor & Francis" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "International Journal of Remote Sensing", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [ + { + "display_name": "Life in Land", + "id": "https://metadata.un.org/sdg/15", + "score": 0.4000000059604645 + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 118, + "referenced_works": [ + "https://openalex.org/W130347124", + "https://openalex.org/W1585128438", + "https://openalex.org/W1802207720", + "https://openalex.org/W1950365613", + "https://openalex.org/W1971271947", + "https://openalex.org/W1978034823", + "https://openalex.org/W1980547211", + "https://openalex.org/W1981755063", + "https://openalex.org/W1985258161", + "https://openalex.org/W1988790447", + "https://openalex.org/W1989344766", + "https://openalex.org/W1989428365", + "https://openalex.org/W1990653740", + "https://openalex.org/W1991856651", + "https://openalex.org/W1996777760", + "https://openalex.org/W1997478538", + "https://openalex.org/W1998351672", + "https://openalex.org/W2008469107", + "https://openalex.org/W2010479838", + "https://openalex.org/W2011287807", + "https://openalex.org/W2012136488", + "https://openalex.org/W2017212187", + "https://openalex.org/W2021314208", + "https://openalex.org/W2022156723", + "https://openalex.org/W2029316659", + "https://openalex.org/W2030025097", + "https://openalex.org/W2030825546", + "https://openalex.org/W2033388392", + "https://openalex.org/W2035419249", + "https://openalex.org/W2035466979", + "https://openalex.org/W2035549557", + "https://openalex.org/W2038951852", + "https://openalex.org/W2039067795", + "https://openalex.org/W2046113982", + "https://openalex.org/W2050830693", + "https://openalex.org/W2063907334", + "https://openalex.org/W2065800647", + "https://openalex.org/W2067983477", + "https://openalex.org/W2074112114", + "https://openalex.org/W2076656703", + "https://openalex.org/W2078619499", + "https://openalex.org/W2080401607", + "https://openalex.org/W2081620141", + "https://openalex.org/W2082081125", + "https://openalex.org/W2082874195", + "https://openalex.org/W2086567813", + "https://openalex.org/W2087016914", + "https://openalex.org/W2088891335", + "https://openalex.org/W2098057602", + "https://openalex.org/W2100711113", + "https://openalex.org/W2101051003", + "https://openalex.org/W2109826612", + "https://openalex.org/W2112076978", + "https://openalex.org/W2118978333", + "https://openalex.org/W2119479037", + "https://openalex.org/W2122111042", + "https://openalex.org/W2124624125", + "https://openalex.org/W2124706543", + "https://openalex.org/W2130269771", + "https://openalex.org/W2130695501", + "https://openalex.org/W2132424470", + "https://openalex.org/W2134721717", + "https://openalex.org/W2136251662", + "https://openalex.org/W2139086914", + "https://openalex.org/W2139211176", + "https://openalex.org/W2140181255", + "https://openalex.org/W2140950054", + "https://openalex.org/W2143481518", + "https://openalex.org/W2145862305", + "https://openalex.org/W2146884399", + "https://openalex.org/W2148143831", + "https://openalex.org/W2149706766", + "https://openalex.org/W2153534417", + "https://openalex.org/W2154506590", + "https://openalex.org/W2155632266", + "https://openalex.org/W2156665896", + "https://openalex.org/W2156909104", + "https://openalex.org/W2162421262", + "https://openalex.org/W2166307050", + "https://openalex.org/W2168809519", + "https://openalex.org/W2171058578", + "https://openalex.org/W2172009270", + "https://openalex.org/W2197595524", + "https://openalex.org/W2229291734", + "https://openalex.org/W2261059368", + "https://openalex.org/W2316813349", + "https://openalex.org/W2330853572", + "https://openalex.org/W2397914484", + "https://openalex.org/W2407655494", + "https://openalex.org/W2412588858", + "https://openalex.org/W2504658994", + "https://openalex.org/W2508058002", + "https://openalex.org/W2539651710", + "https://openalex.org/W2582743722", + "https://openalex.org/W2589780155", + "https://openalex.org/W2603834682", + "https://openalex.org/W2612451460", + "https://openalex.org/W2752696298", + "https://openalex.org/W2911964244", + "https://openalex.org/W3015384695", + "https://openalex.org/W3087967325", + "https://openalex.org/W3102027041", + "https://openalex.org/W3104925044", + "https://openalex.org/W3105578466", + "https://openalex.org/W3207342693", + "https://openalex.org/W4236137412", + "https://openalex.org/W4239510810", + "https://openalex.org/W4245066279", + "https://openalex.org/W4246090800", + "https://openalex.org/W4285719527", + "https://openalex.org/W4300402905", + "https://openalex.org/W4399569501", + "https://openalex.org/W4399570248", + "https://openalex.org/W4399575362", + "https://openalex.org/W6769764061", + "https://openalex.org/W6869234452", + "https://openalex.org/W6869284810", + "https://openalex.org/W6869666549" + ], + "related_works": [ + "https://openalex.org/W4321636153", + "https://openalex.org/W4377964522", + "https://openalex.org/W3195168932", + "https://openalex.org/W4386072274", + "https://openalex.org/W4386123260", + "https://openalex.org/W4383535405", + "https://openalex.org/W4381414210", + "https://openalex.org/W4384345534", + "https://openalex.org/W4308191010", + "https://openalex.org/W3034132578" + ], + "abstract_inverted_index": { + "Machine": [ + 0 + ], + "learning": [ + 1, + 18, + 62 + ], + "offers": [ + 2 + ], + "the": [ + 3, + 20, + 45, + 70, + 96 + ], + "potential": [ + 4 + ], + "for": [ + 5 + ], + "effective": [ + 6 + ], + "and": [ + 7, + 28, + 44, + 89, + 106, + 111, + 113 + ], + "efficient": [ + 8 + ], + "classification": [ + 9, + 40, + 123 + ], + "of": [ + 10, + 16, + 25, + 60, + 74, + 98 + ], + "remotely": [ + 11, + 128 + ], + "sensed": [ + 12, + 129 + ], + "imagery.": [ + 13 + ], + "The": [ + 14 + ], + "strengths": [ + 15 + ], + "machine": [ + 17, + 61 + ], + "include": [ + 19, + 95 + ], + "capacity": [ + 21 + ], + "to": [ + 22, + 29, + 124 + ], + "handle": [ + 23 + ], + "data": [ + 24, + 101, + 130 + ], + "high": [ + 26 + ], + "dimensionality": [ + 27 + ], + "map": [ + 30 + ], + "classes": [ + 31 + ], + "with": [ + 32 + ], + "very": [ + 33 + ], + "complex": [ + 34 + ], + "characteristics.": [ + 35 + ], + "Nevertheless,": [ + 36 + ], + "implementing": [ + 37 + ], + "a": [ + 38 + ], + "machine-learning": [ + 39, + 122 + ], + "is": [ + 41 + ], + "not": [ + 42 + ], + "straightforward,": [ + 43 + ], + "literature": [ + 46 + ], + "provides": [ + 47, + 57 + ], + "conflicting": [ + 48 + ], + "advice": [ + 49 + ], + "regarding": [ + 50 + ], + "many": [ + 51 + ], + "key": [ + 52 + ], + "issues.": [ + 53 + ], + "This": [ + 54 + ], + "article": [ + 55 + ], + "therefore": [ + 56 + ], + "an": [ + 58, + 64 + ], + "overview": [ + 59 + ], + "from": [ + 63 + ], + "applied": [ + 65 + ], + "perspective.": [ + 66 + ], + "We": [ + 67, + 116 + ], + "focus": [ + 68 + ], + "on": [ + 69 + ], + "relatively": [ + 71 + ], + "mature": [ + 72 + ], + "methods": [ + 73 + ], + "support": [ + 75 + ], + "vector": [ + 76 + ], + "machines,": [ + 77 + ], + "single": [ + 78 + ], + "decision": [ + 79 + ], + "trees": [ + 80 + ], + "(DTs),": [ + 81 + ], + "Random": [ + 82 + ], + "Forests,": [ + 83 + ], + "boosted": [ + 84 + ], + "DTs,": [ + 85 + ], + "artificial": [ + 86 + ], + "neural": [ + 87 + ], + "networks,": [ + 88 + ], + "k-nearest": [ + 90 + ], + "neighbours": [ + 91 + ], + "(k-NN).": [ + 92 + ], + "Issues": [ + 93 + ], + "considered": [ + 94 + ], + "choice": [ + 97 + ], + "algorithm,": [ + 99 + ], + "training": [ + 100 + ], + "requirements,": [ + 102 + ], + "user-defined": [ + 103 + ], + "parameter": [ + 104 + ], + "selection": [ + 105 + ], + "optimization,": [ + 107 + ], + "feature": [ + 108 + ], + "space": [ + 109 + ], + "impacts": [ + 110 + ], + "reduction,": [ + 112 + ], + "computational": [ + 114 + ], + "costs.": [ + 115 + ], + "illustrate": [ + 117 + ], + "these": [ + 118 + ], + "issues": [ + 119 + ], + "through": [ + 120 + ], + "applying": [ + 121 + ], + "two": [ + 125 + ], + "publically": [ + 126 + ], + "available": [ + 127 + ], + "sets.": [ + 131 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 128 + }, + { + "year": 2025, + "cited_by_count": 290 + }, + { + "year": 2024, + "cited_by_count": 312 + }, + { + "year": 2023, + "cited_by_count": 319 + }, + { + "year": 2022, + "cited_by_count": 312 + }, + { + "year": 2021, + "cited_by_count": 257 + }, + { + "year": 2020, + "cited_by_count": 168 + }, + { + "year": 2019, + "cited_by_count": 101 + }, + { + "year": 2018, + "cited_by_count": 18 + } + ], + "updated_date": "2026-05-28T09:10:13.091523", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2095577883", + "doi": "https://doi.org/10.1145/2046684.2046692", + "title": "Adversarial machine learning", + "display_name": "Adversarial machine learning", + "relevance_score": 2754.6794, + "publication_year": 2011, + "publication_date": "2011-10-21", + "ids": { + "openalex": "https://openalex.org/W2095577883", + "doi": "https://doi.org/10.1145/2046684.2046692", + "mag": "2095577883" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1145/2046684.2046692", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/2046684.2046692", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Proceedings of the 4th ACM workshop on Security and artificial intelligence", + "raw_type": "proceedings-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5082878554", + "display_name": "Ling Huang", + "orcid": "https://orcid.org/0000-0001-5089-4637" + }, + "institutions": [ + { + "id": "https://openalex.org/I1343180700", + "display_name": "Intel (United States)", + "ror": "https://ror.org/01ek73717", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1343180700" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Ling Huang", + "raw_affiliation_strings": [ + "Intel Labs Berkeley, Berkeley, CA, USA", + "Intel Labs. Berkeley, Berkeley, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Intel Labs Berkeley, Berkeley, CA, USA", + "institution_ids": [ + "https://openalex.org/I1343180700" + ] + }, + { + "raw_affiliation_string": "Intel Labs. Berkeley, Berkeley, CA, USA", + "institution_ids": [ + "https://openalex.org/I1343180700" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5017381278", + "display_name": "Anthony D. Joseph", + "orcid": "https://orcid.org/0000-0002-6798-9664" + }, + "institutions": [ + { + "id": "https://openalex.org/I134446601", + "display_name": "Berkeley College", + "ror": "https://ror.org/02xewxa75", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I134446601" + ] + }, + { + "id": "https://openalex.org/I95457486", + "display_name": "University of California, Berkeley", + "ror": "https://ror.org/01an7q238", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I95457486" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Anthony D. Joseph", + "raw_affiliation_strings": [ + "UC Berkeley, Berkeley, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "UC Berkeley, Berkeley, CA, USA", + "institution_ids": [ + "https://openalex.org/I134446601", + "https://openalex.org/I95457486" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5108249434", + "display_name": "Blaine Nelson", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I8087733", + "display_name": "University of Tübingen", + "ror": "https://ror.org/03a1kwz48", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I8087733" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Blaine Nelson", + "raw_affiliation_strings": [ + "University of Tubingen, Tubingen, Germany" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Tubingen, Tubingen, Germany", + "institution_ids": [ + "https://openalex.org/I8087733" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5078824132", + "display_name": "Benjamin I. P. Rubinstein", + "orcid": "https://orcid.org/0000-0002-2947-6980" + }, + "institutions": [ + { + "id": "https://openalex.org/I1290206253", + "display_name": "Microsoft (United States)", + "ror": "https://ror.org/00d0nc645", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1290206253" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Benjamin I.P. Rubinstein", + "raw_affiliation_strings": [ + "Microsoft, Mountain View, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Microsoft, Mountain View, CA, USA", + "institution_ids": [ + "https://openalex.org/I1290206253" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5113907559", + "display_name": "J. D. Tygar", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I95457486", + "display_name": "University of California, Berkeley", + "ror": "https://ror.org/01an7q238", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I95457486" + ] + }, + { + "id": "https://openalex.org/I134446601", + "display_name": "Berkeley College", + "ror": "https://ror.org/02xewxa75", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I134446601" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "J. D. Tygar", + "raw_affiliation_strings": [ + "UC Berkeley, Berkeley, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "UC Berkeley, Berkeley, CA, USA", + "institution_ids": [ + "https://openalex.org/I134446601", + "https://openalex.org/I95457486" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 5, + "corresponding_author_ids": [ + "https://openalex.org/A5082878554" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I1343180700" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 21.0993, + "has_fulltext": false, + "cited_by_count": 1193, + "citation_normalized_percentile": { + "value": 0.99439489, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 98, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": "43", + "last_page": "58" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11689", + "display_name": "Adversarial Robustness in Machine Learning", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11689", + "display_name": "Adversarial Robustness in Machine Learning", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11512", + "display_name": "Anomaly Detection Techniques and Applications", + "score": 0.9994000196456909, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11241", + "display_name": "Advanced Malware Detection Techniques", + "score": 0.9987000226974487, + "subfield": { + "id": "https://openalex.org/subfields/1711", + "display_name": "Signal Processing" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/adversarial-system", + "display_name": "Adversarial system", + "score": 0.9305077195167542 + }, + { + "id": "https://openalex.org/keywords/adversary", + "display_name": "Adversary", + "score": 0.8575477004051208 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.8086425065994263 + }, + { + "id": "https://openalex.org/keywords/adversarial-machine-learning", + "display_name": "Adversarial machine learning", + "score": 0.802598774433136 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6763424873352051 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6334288716316223 + }, + { + "id": "https://openalex.org/keywords/evasion", + "display_name": "Evasion (ethics)", + "score": 0.5196555852890015 + }, + { + "id": "https://openalex.org/keywords/field", + "display_name": "Field (mathematics)", + "score": 0.451160728931427 + }, + { + "id": "https://openalex.org/keywords/computer-security", + "display_name": "Computer security", + "score": 0.28231871128082275 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C37736160", + "wikidata": "https://www.wikidata.org/wiki/Q1801315", + "display_name": "Adversarial system", + "level": 2, + "score": 0.9305077195167542 + }, + { + "id": "https://openalex.org/C41065033", + "wikidata": "https://www.wikidata.org/wiki/Q2825412", + "display_name": "Adversary", + "level": 2, + "score": 0.8575477004051208 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.8086425065994263 + }, + { + "id": "https://openalex.org/C2778403875", + "wikidata": "https://www.wikidata.org/wiki/Q20312394", + "display_name": "Adversarial machine learning", + "level": 3, + "score": 0.802598774433136 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6763424873352051 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6334288716316223 + }, + { + "id": "https://openalex.org/C2781251061", + "wikidata": "https://www.wikidata.org/wiki/Q5416089", + "display_name": "Evasion (ethics)", + "level": 3, + "score": 0.5196555852890015 + }, + { + "id": "https://openalex.org/C9652623", + "wikidata": "https://www.wikidata.org/wiki/Q190109", + "display_name": "Field (mathematics)", + "level": 2, + "score": 0.451160728931427 + }, + { + "id": "https://openalex.org/C38652104", + "wikidata": "https://www.wikidata.org/wiki/Q3510521", + "display_name": "Computer security", + "level": 1, + "score": 0.28231871128082275 + }, + { + "id": "https://openalex.org/C8891405", + "wikidata": "https://www.wikidata.org/wiki/Q1059", + "display_name": "Immune system", + "level": 2, + "score": 0.0 + }, + { + "id": "https://openalex.org/C202444582", + "wikidata": "https://www.wikidata.org/wiki/Q837863", + "display_name": "Pure mathematics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C203014093", + "wikidata": "https://www.wikidata.org/wiki/Q101929", + "display_name": "Immunology", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C86803240", + "wikidata": "https://www.wikidata.org/wiki/Q420", + "display_name": "Biology", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 3, + "locations": [ + { + "id": "doi:10.1145/2046684.2046692", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/2046684.2046692", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Proceedings of the 4th ACM workshop on Security and artificial intelligence", + "raw_type": "proceedings-article" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.310.771", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.310.771", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.cs.berkeley.edu/~tygar/papers/SML2/Adversarial_AISEC.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.360.168", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.360.168", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://blaine-nelson.com/research/pubs/Huang-Joseph-AISec-2011.pdf", + "raw_type": "text" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "display_name": "Peace, Justice and strong institutions", + "id": "https://metadata.un.org/sdg/16", + "score": 0.7599999904632568 + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 203, + "referenced_works": [ + "https://openalex.org/W3805906", + "https://openalex.org/W10423024", + "https://openalex.org/W20093842", + "https://openalex.org/W34732858", + "https://openalex.org/W73527130", + "https://openalex.org/W83087001", + "https://openalex.org/W104201263", + "https://openalex.org/W114599062", + "https://openalex.org/W123634342", + "https://openalex.org/W149129625", + "https://openalex.org/W155995321", + "https://openalex.org/W162878246", + "https://openalex.org/W190013992", + "https://openalex.org/W301116043", + "https://openalex.org/W630188293", + "https://openalex.org/W1484507384", + "https://openalex.org/W1492810482", + "https://openalex.org/W1506806321", + "https://openalex.org/W1510073064", + "https://openalex.org/W1513231349", + "https://openalex.org/W1514940655", + "https://openalex.org/W1516506771", + "https://openalex.org/W1520723331", + "https://openalex.org/W1524581953", + "https://openalex.org/W1526402451", + "https://openalex.org/W1543155826", + "https://openalex.org/W1552056088", + "https://openalex.org/W1554944419", + "https://openalex.org/W1560724230", + "https://openalex.org/W1562491895", + "https://openalex.org/W1563088657", + "https://openalex.org/W1564947197", + "https://openalex.org/W1570425181", + "https://openalex.org/W1570963478", + "https://openalex.org/W1579838312", + "https://openalex.org/W1584516405", + "https://openalex.org/W1589713274", + "https://openalex.org/W1590452455", + "https://openalex.org/W1591480890", + "https://openalex.org/W1599976521", + "https://openalex.org/W1601740268", + "https://openalex.org/W1602011302", + "https://openalex.org/W1605925311", + "https://openalex.org/W1609770379", + "https://openalex.org/W1663973292", + "https://openalex.org/W1787843065", + "https://openalex.org/W1851403712", + "https://openalex.org/W1859580326", + "https://openalex.org/W1873763122", + "https://openalex.org/W1941427975", + "https://openalex.org/W1949459993", + "https://openalex.org/W1962340579", + "https://openalex.org/W1964964840", + "https://openalex.org/W1968439359", + "https://openalex.org/W1968998685", + "https://openalex.org/W1979486458", + "https://openalex.org/W1984068197", + "https://openalex.org/W1984350393", + "https://openalex.org/W1984643937", + "https://openalex.org/W1985987493", + "https://openalex.org/W1987845271", + "https://openalex.org/W1989499832", + "https://openalex.org/W1989702938", + "https://openalex.org/W1992244412", + "https://openalex.org/W1993116423", + "https://openalex.org/W1996360405", + "https://openalex.org/W1999935041", + "https://openalex.org/W2005299943", + "https://openalex.org/W2007562169", + "https://openalex.org/W2007657822", + "https://openalex.org/W2010523825", + "https://openalex.org/W2012712694", + "https://openalex.org/W2013936649", + "https://openalex.org/W2015904350", + "https://openalex.org/W2019363670", + "https://openalex.org/W2020764470", + "https://openalex.org/W2022097286", + "https://openalex.org/W2031415694", + "https://openalex.org/W2032247543", + "https://openalex.org/W2040228409", + "https://openalex.org/W2044180609", + "https://openalex.org/W2045796390", + "https://openalex.org/W2046692379", + "https://openalex.org/W2052740976", + "https://openalex.org/W2056099894", + "https://openalex.org/W2058496912", + "https://openalex.org/W2076798318", + "https://openalex.org/W2077217970", + "https://openalex.org/W2078950386", + "https://openalex.org/W2081357650", + "https://openalex.org/W2086437504", + "https://openalex.org/W2088846575", + "https://openalex.org/W2091915792", + "https://openalex.org/W2093825590", + "https://openalex.org/W2096633407", + "https://openalex.org/W2097272254", + "https://openalex.org/W2097895487", + "https://openalex.org/W2099362736", + "https://openalex.org/W2100454174", + "https://openalex.org/W2100779981", + "https://openalex.org/W2106129384", + "https://openalex.org/W2106318612", + "https://openalex.org/W2107968098", + "https://openalex.org/W2108077794", + "https://openalex.org/W2108214308", + "https://openalex.org/W2108601876", + "https://openalex.org/W2108807072", + "https://openalex.org/W2109300365", + "https://openalex.org/W2109394932", + "https://openalex.org/W2110868467", + "https://openalex.org/W2112380340", + "https://openalex.org/W2113741278", + "https://openalex.org/W2114296159", + "https://openalex.org/W2116108199", + "https://openalex.org/W2118931532", + "https://openalex.org/W2119874464", + "https://openalex.org/W2120617515", + "https://openalex.org/W2120665430", + "https://openalex.org/W2120806354", + "https://openalex.org/W2122290076", + "https://openalex.org/W2123449924", + "https://openalex.org/W2123733729", + "https://openalex.org/W2123820077", + "https://openalex.org/W2124612670", + "https://openalex.org/W2124765629", + "https://openalex.org/W2125109784", + "https://openalex.org/W2125908420", + "https://openalex.org/W2127577941", + "https://openalex.org/W2129104108", + "https://openalex.org/W2129860818", + "https://openalex.org/W2130789388", + "https://openalex.org/W2134063365", + "https://openalex.org/W2134167315", + "https://openalex.org/W2135143063", + "https://openalex.org/W2135930857", + "https://openalex.org/W2136114025", + "https://openalex.org/W2137207609", + "https://openalex.org/W2137786570", + "https://openalex.org/W2138263042", + "https://openalex.org/W2138865266", + "https://openalex.org/W2139212933", + "https://openalex.org/W2139709458", + "https://openalex.org/W2141902405", + "https://openalex.org/W2142069714", + "https://openalex.org/W2143521632", + "https://openalex.org/W2144902422", + "https://openalex.org/W2144936818", + "https://openalex.org/W2147487384", + "https://openalex.org/W2149721097", + "https://openalex.org/W2151238122", + "https://openalex.org/W2151298633", + "https://openalex.org/W2151773168", + "https://openalex.org/W2156186849", + "https://openalex.org/W2156909104", + "https://openalex.org/W2157578436", + "https://openalex.org/W2159024459", + "https://openalex.org/W2159675343", + "https://openalex.org/W2160495867", + "https://openalex.org/W2162379889", + "https://openalex.org/W2162552722", + "https://openalex.org/W2162737890", + "https://openalex.org/W2164210932", + "https://openalex.org/W2165239860", + "https://openalex.org/W2166858086", + "https://openalex.org/W2167529272", + "https://openalex.org/W2169300738", + "https://openalex.org/W2169570643", + "https://openalex.org/W2169623711", + "https://openalex.org/W2170005069", + "https://openalex.org/W2170204206", + "https://openalex.org/W2171074980", + "https://openalex.org/W2171604933", + "https://openalex.org/W2293322640", + "https://openalex.org/W2293634425", + "https://openalex.org/W2293768274", + "https://openalex.org/W2294798173", + "https://openalex.org/W2296319761", + "https://openalex.org/W2296452361", + "https://openalex.org/W2341535507", + "https://openalex.org/W2489822048", + "https://openalex.org/W2791732920", + "https://openalex.org/W2898916015", + "https://openalex.org/W2911978475", + "https://openalex.org/W2949506549", + "https://openalex.org/W2951987509", + "https://openalex.org/W2953223940", + "https://openalex.org/W2962974509", + "https://openalex.org/W2963774574", + "https://openalex.org/W2964020133", + "https://openalex.org/W3013501781", + "https://openalex.org/W3124370832", + "https://openalex.org/W3136767761", + "https://openalex.org/W3145128584", + "https://openalex.org/W4212863985", + "https://openalex.org/W4285719527", + "https://openalex.org/W6629510986", + "https://openalex.org/W6636283022", + "https://openalex.org/W6674632866", + "https://openalex.org/W6676639149", + "https://openalex.org/W6684819249", + "https://openalex.org/W6738852829", + "https://openalex.org/W6766076356", + "https://openalex.org/W7052421801" + ], + "related_works": [ + "https://openalex.org/W4320018150", + "https://openalex.org/W4239582170", + "https://openalex.org/W3048732067", + "https://openalex.org/W2918664383", + "https://openalex.org/W106056076", + "https://openalex.org/W4320855730", + "https://openalex.org/W4383468834", + "https://openalex.org/W2135200719", + "https://openalex.org/W4283221438", + "https://openalex.org/W2900159906" + ], + "abstract_inverted_index": { + "In": [ + 0, + 31 + ], + "this": [ + 1, + 32 + ], + "paper": [ + 2 + ], + "(expanded": [ + 3 + ], + "from": [ + 4 + ], + "an": [ + 5, + 13, + 28, + 51, + 59, + 66 + ], + "invited": [ + 6 + ], + "talk": [ + 7 + ], + "at": [ + 8 + ], + "AISEC": [ + 9 + ], + "2010),": [ + 10 + ], + "we": [ + 11 + ], + "discuss": [ + 12, + 46, + 84, + 93 + ], + "emerging": [ + 14 + ], + "field": [ + 15 + ], + "of": [ + 16, + 22, + 65 + ], + "study:": [ + 17 + ], + "adversarial": [ + 18, + 29 + ], + "machine": [ + 19, + 24, + 43, + 81 + ], + "learning---the": [ + 20 + ], + "study": [ + 21 + ], + "effective": [ + 23 + ], + "learning": [ + 25, + 44, + 82, + 95 + ], + "techniques": [ + 26 + ], + "against": [ + 27, + 41, + 86 + ], + "opponent.": [ + 30 + ], + "paper,": [ + 33 + ], + "we:": [ + 34 + ], + "give": [ + 35 + ], + "a": [ + 36 + ], + "taxonomy": [ + 37 + ], + "for": [ + 38, + 57 + ], + "classifying": [ + 39 + ], + "attacks": [ + 40 + ], + "online": [ + 42 + ], + "algorithms;": [ + 45, + 83 + ], + "application-specific": [ + 47 + ], + "factors": [ + 48 + ], + "that": [ + 49 + ], + "limit": [ + 50 + ], + "adversary's": [ + 52, + 60, + 67 + ], + "capabilities;": [ + 53, + 61 + ], + "introduce": [ + 54, + 88 + ], + "two": [ + 55 + ], + "models": [ + 56 + ], + "modeling": [ + 58 + ], + "explore": [ + 62, + 78 + ], + "the": [ + 63, + 70, + 89 + ], + "limits": [ + 64 + ], + "knowledge": [ + 68 + ], + "about": [ + 69 + ], + "algorithm,": [ + 71 + ], + "feature": [ + 72 + ], + "space,": [ + 73 + ], + "training,": [ + 74 + ], + "and": [ + 75, + 92 + ], + "input": [ + 76 + ], + "data;": [ + 77 + ], + "vulnerabilities": [ + 79 + ], + "in": [ + 80 + ], + "countermeasures": [ + 85 + ], + "attacks;": [ + 87 + ], + "evasion": [ + 90 + ], + "challenge;": [ + 91 + ], + "privacy-preserving": [ + 94 + ], + "techniques.": [ + 96 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 17 + }, + { + "year": 2025, + "cited_by_count": 65 + }, + { + "year": 2024, + "cited_by_count": 82 + }, + { + "year": 2023, + "cited_by_count": 88 + }, + { + "year": 2022, + "cited_by_count": 92 + }, + { + "year": 2021, + "cited_by_count": 192 + }, + { + "year": 2020, + "cited_by_count": 173 + }, + { + "year": 2019, + "cited_by_count": 136 + }, + { + "year": 2018, + "cited_by_count": 138 + }, + { + "year": 2017, + "cited_by_count": 88 + }, + { + "year": 2016, + "cited_by_count": 42 + }, + { + "year": 2015, + "cited_by_count": 32 + }, + { + "year": 2014, + "cited_by_count": 32 + }, + { + "year": 2013, + "cited_by_count": 10 + }, + { + "year": 2012, + "cited_by_count": 5 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W3101749733", + "doi": null, + "title": "KERNEL METHODS IN MACHINE LEARNING", + "display_name": "KERNEL METHODS IN MACHINE LEARNING", + "relevance_score": 2736.4016, + "publication_year": 2008, + "publication_date": "2008-01-01", + "ids": { + "openalex": "https://openalex.org/W3101749733", + "mag": "3101749733" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.160.8616", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.160.8616", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.kernel-machines.org/publications/pdfs/0701907.pdf", + "raw_type": "text" + }, + "type": "article", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": null, + "display_name": "Hofmann, T.", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "Hofmann, T.", + "raw_affiliation_strings": [ + "Department Empirical Inference, Max Planck Institute for Biological Cybernetics, Max Planck Society", + "Max Planck Institute for Biological Cybernetics, Max Planck Society", + "Darmstadt University of Technology, Max Planck Institute for Biological Cybernetics and National ICT Australia" + ], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": null, + "display_name": "Schölkopf, B.", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Schölkopf, B.", + "raw_affiliation_strings": [ + "Department Empirical Inference, Max Planck Institute for Biological Cybernetics, Max Planck Society", + "Max Planck Institute for Biological Cybernetics, Max Planck Society", + "DARMSTADT UNIVERSITY OF TECHNOLOGY DEPARTMENT OF COMPUTER SCIENCE DARMSTADT GERMANY" + ], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "last", + "author": { + "id": null, + "display_name": "Smola, A.", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Smola, A.", + "raw_affiliation_strings": [ + "MAX PLANCK INSTITUTE FOR BIOLOGICAL CYBERNETICS TÜBINGEN GERMANY", + "Darmstadt University of Technology, Max Planck Institute for Biological Cybernetics and National ICT Australia" + ], + "raw_orcid": null, + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 3, + "corresponding_author_ids": [], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 80.32, + "has_fulltext": false, + "cited_by_count": 1404, + "citation_normalized_percentile": { + "value": 0.99968234, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11236", + "display_name": "Control Systems and Identification", + "score": 0.9980999827384949, + "subfield": { + "id": "https://openalex.org/subfields/2207", + "display_name": "Control and Systems Engineering" + }, + "field": { + "id": "https://openalex.org/fields/22", + "display_name": "Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11236", + "display_name": "Control Systems and Identification", + "score": 0.9980999827384949, + "subfield": { + "id": "https://openalex.org/subfields/2207", + "display_name": "Control and Systems Engineering" + }, + "field": { + "id": "https://openalex.org/fields/22", + "display_name": "Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.9973000288009644, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12814", + "display_name": "Gaussian Processes and Bayesian Inference", + "score": 0.9959999918937683, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/reproducing-kernel-hilbert-space", + "display_name": "Reproducing kernel Hilbert space", + "score": 0.9235234260559082 + }, + { + "id": "https://openalex.org/keywords/kernel-embedding-of-distributions", + "display_name": "Kernel embedding of distributions", + "score": 0.661546528339386 + }, + { + "id": "https://openalex.org/keywords/kernel-method", + "display_name": "Kernel method", + "score": 0.6241254806518555 + }, + { + "id": "https://openalex.org/keywords/kernel", + "display_name": "Kernel (algebra)", + "score": 0.6204042434692383 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.5763845443725586 + }, + { + "id": "https://openalex.org/keywords/tree-kernel", + "display_name": "Tree kernel", + "score": 0.5457028150558472 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5348400473594666 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.5333948731422424 + }, + { + "id": "https://openalex.org/keywords/hilbert-space", + "display_name": "Hilbert space", + "score": 0.5198448300361633 + }, + { + "id": "https://openalex.org/keywords/binary-classification", + "display_name": "Binary classification", + "score": 0.5161064863204956 + }, + { + "id": "https://openalex.org/keywords/radial-basis-function-kernel", + "display_name": "Radial basis function kernel", + "score": 0.51426762342453 + }, + { + "id": "https://openalex.org/keywords/representer-theorem", + "display_name": "Representer theorem", + "score": 0.5071642398834229 + }, + { + "id": "https://openalex.org/keywords/domain", + "display_name": "Domain (mathematical analysis)", + "score": 0.46649500727653503 + }, + { + "id": "https://openalex.org/keywords/range", + "display_name": "Range (aeronautics)", + "score": 0.46594440937042236 + }, + { + "id": "https://openalex.org/keywords/polynomial-kernel", + "display_name": "Polynomial kernel", + "score": 0.41850125789642334 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.3844338357448578 + }, + { + "id": "https://openalex.org/keywords/support-vector-machine", + "display_name": "Support vector machine", + "score": 0.2444586455821991 + }, + { + "id": "https://openalex.org/keywords/discrete-mathematics", + "display_name": "Discrete mathematics", + "score": 0.09967216849327087 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C80884492", + "wikidata": "https://www.wikidata.org/wiki/Q3345678", + "display_name": "Reproducing kernel Hilbert space", + "level": 3, + "score": 0.9235234260559082 + }, + { + "id": "https://openalex.org/C134517425", + "wikidata": "https://www.wikidata.org/wiki/Q16000131", + "display_name": "Kernel embedding of distributions", + "level": 4, + "score": 0.661546528339386 + }, + { + "id": "https://openalex.org/C122280245", + "wikidata": "https://www.wikidata.org/wiki/Q620622", + "display_name": "Kernel method", + "level": 3, + "score": 0.6241254806518555 + }, + { + "id": "https://openalex.org/C74193536", + "wikidata": "https://www.wikidata.org/wiki/Q574844", + "display_name": "Kernel (algebra)", + "level": 2, + "score": 0.6204042434692383 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.5763845443725586 + }, + { + "id": "https://openalex.org/C140417398", + "wikidata": "https://www.wikidata.org/wiki/Q16933942", + "display_name": "Tree kernel", + "level": 5, + "score": 0.5457028150558472 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5348400473594666 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.5333948731422424 + }, + { + "id": "https://openalex.org/C62799726", + "wikidata": "https://www.wikidata.org/wiki/Q190056", + "display_name": "Hilbert space", + "level": 2, + "score": 0.5198448300361633 + }, + { + "id": "https://openalex.org/C66905080", + "wikidata": "https://www.wikidata.org/wiki/Q17005494", + "display_name": "Binary classification", + "level": 3, + "score": 0.5161064863204956 + }, + { + "id": "https://openalex.org/C75866337", + "wikidata": "https://www.wikidata.org/wiki/Q7280263", + "display_name": "Radial basis function kernel", + "level": 4, + "score": 0.51426762342453 + }, + { + "id": "https://openalex.org/C172623408", + "wikidata": "https://www.wikidata.org/wiki/Q7314263", + "display_name": "Representer theorem", + "level": 5, + "score": 0.5071642398834229 + }, + { + "id": "https://openalex.org/C36503486", + "wikidata": "https://www.wikidata.org/wiki/Q11235244", + "display_name": "Domain (mathematical analysis)", + "level": 2, + "score": 0.46649500727653503 + }, + { + "id": "https://openalex.org/C204323151", + "wikidata": "https://www.wikidata.org/wiki/Q905424", + "display_name": "Range (aeronautics)", + "level": 2, + "score": 0.46594440937042236 + }, + { + "id": "https://openalex.org/C160446489", + "wikidata": "https://www.wikidata.org/wiki/Q7226642", + "display_name": "Polynomial kernel", + "level": 4, + "score": 0.41850125789642334 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.3844338357448578 + }, + { + "id": "https://openalex.org/C12267149", + "wikidata": "https://www.wikidata.org/wiki/Q282453", + "display_name": "Support vector machine", + "level": 2, + "score": 0.2444586455821991 + }, + { + "id": "https://openalex.org/C118615104", + "wikidata": "https://www.wikidata.org/wiki/Q121416", + "display_name": "Discrete mathematics", + "level": 1, + "score": 0.09967216849327087 + }, + { + "id": "https://openalex.org/C192562407", + "wikidata": "https://www.wikidata.org/wiki/Q228736", + "display_name": "Materials science", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C159985019", + "wikidata": "https://www.wikidata.org/wiki/Q181790", + "display_name": "Composite material", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C134306372", + "wikidata": "https://www.wikidata.org/wiki/Q7754", + "display_name": "Mathematical analysis", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 4, + "locations": [ + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.160.8616", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.160.8616", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.kernel-machines.org/publications/pdfs/0701907.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.680.2403", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.680.2403", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://alex.smola.org/papers/2008/HofSchSmo08.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:edoc.mpg.de:419905", + "is_oa": false, + "landing_page_url": "http://edoc.mpg.de/419905", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4406922265", + "display_name": "Max Planck Institute for Plasma Physics", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Annals of Statistics, v.36, 1171-1220 (2008)", + "raw_type": "Article" + }, + { + "id": "pmh:oai:pure.mpg.de:item_1789855", + "is_oa": false, + "landing_page_url": "http://hdl.handle.net/11858/00-001M-0000-0013-C8CF-6", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400654", + "display_name": "MPG.PuRe (Max Planck Society)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I149899117", + "host_organization_name": "Max Planck Society", + "host_organization_lineage": [ + "https://openalex.org/I149899117" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "The Annals of Statistics", + "raw_type": "info:eu-repo/semantics/article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 186, + "referenced_works": [ + "https://openalex.org/W14071851", + "https://openalex.org/W56743589", + "https://openalex.org/W100063776", + "https://openalex.org/W111380827", + "https://openalex.org/W147273232", + "https://openalex.org/W168447211", + "https://openalex.org/W179694669", + "https://openalex.org/W633772442", + "https://openalex.org/W854322902", + "https://openalex.org/W1486164486", + "https://openalex.org/W1490266132", + "https://openalex.org/W1496189301", + "https://openalex.org/W1510073064", + "https://openalex.org/W1512098439", + "https://openalex.org/W1515020792", + "https://openalex.org/W1526146785", + "https://openalex.org/W1526729636", + "https://openalex.org/W1528905581", + "https://openalex.org/W1530699444", + "https://openalex.org/W1542652324", + "https://openalex.org/W1548802052", + "https://openalex.org/W1549656520", + "https://openalex.org/W1550988992", + "https://openalex.org/W1560729174", + "https://openalex.org/W1575431606", + "https://openalex.org/W1578255497", + "https://openalex.org/W1587744656", + "https://openalex.org/W1588401315", + "https://openalex.org/W1588424744", + "https://openalex.org/W1596052433", + "https://openalex.org/W1601740268", + "https://openalex.org/W1604293137", + "https://openalex.org/W1604792744", + "https://openalex.org/W1638081485", + "https://openalex.org/W1647376582", + "https://openalex.org/W1719651905", + "https://openalex.org/W1746819321", + "https://openalex.org/W1774304772", + "https://openalex.org/W1835509607", + "https://openalex.org/W1899157803", + "https://openalex.org/W1964724001", + "https://openalex.org/W1966347620", + "https://openalex.org/W1968934255", + "https://openalex.org/W1975077471", + "https://openalex.org/W1982032418", + "https://openalex.org/W1986280275", + "https://openalex.org/W1986931325", + "https://openalex.org/W1989408439", + "https://openalex.org/W1990534247", + "https://openalex.org/W1991200719", + "https://openalex.org/W1992236290", + "https://openalex.org/W1992666150", + "https://openalex.org/W1995558350", + "https://openalex.org/W1998438337", + "https://openalex.org/W1999486090", + "https://openalex.org/W2001792610", + "https://openalex.org/W2002806284", + "https://openalex.org/W2007154098", + "https://openalex.org/W2008400752", + "https://openalex.org/W2009511046", + "https://openalex.org/W2012383820", + "https://openalex.org/W2014158063", + "https://openalex.org/W2014902932", + "https://openalex.org/W2015904350", + "https://openalex.org/W2017753243", + "https://openalex.org/W2018582985", + "https://openalex.org/W2020816856", + "https://openalex.org/W2025341678", + "https://openalex.org/W2029538739", + "https://openalex.org/W2038798255", + "https://openalex.org/W2041797434", + "https://openalex.org/W2047028564", + "https://openalex.org/W2051381803", + "https://openalex.org/W2060591526", + "https://openalex.org/W2064976291", + "https://openalex.org/W2070771761", + "https://openalex.org/W2072640386", + "https://openalex.org/W2075887074", + "https://openalex.org/W2077658674", + "https://openalex.org/W2082100828", + "https://openalex.org/W2082612735", + "https://openalex.org/W2083780577", + "https://openalex.org/W2086404575", + "https://openalex.org/W2086726221", + "https://openalex.org/W2086789740", + "https://openalex.org/W2087258353", + "https://openalex.org/W2087347434", + "https://openalex.org/W2092182929", + "https://openalex.org/W2094212611", + "https://openalex.org/W2098385651", + "https://openalex.org/W2101276256", + "https://openalex.org/W2103194807", + "https://openalex.org/W2103657184", + "https://openalex.org/W2104128541", + "https://openalex.org/W2105644991", + "https://openalex.org/W2105842272", + "https://openalex.org/W2106353560", + "https://openalex.org/W2108153239", + "https://openalex.org/W2112076978", + "https://openalex.org/W2114281975", + "https://openalex.org/W2118712128", + "https://openalex.org/W2119647652", + "https://openalex.org/W2119821739", + "https://openalex.org/W2120340025", + "https://openalex.org/W2121921208", + "https://openalex.org/W2123606421", + "https://openalex.org/W2123737232", + "https://openalex.org/W2124101779", + "https://openalex.org/W2124225821", + "https://openalex.org/W2125053431", + "https://openalex.org/W2127713198", + "https://openalex.org/W2131479089", + "https://openalex.org/W2132637896", + "https://openalex.org/W2132870739", + "https://openalex.org/W2134407776", + "https://openalex.org/W2135046866", + "https://openalex.org/W2135498906", + "https://openalex.org/W2139212933", + "https://openalex.org/W2139686264", + "https://openalex.org/W2140095548", + "https://openalex.org/W2141224867", + "https://openalex.org/W2141407058", + "https://openalex.org/W2142387771", + "https://openalex.org/W2143956139", + "https://openalex.org/W2144068644", + "https://openalex.org/W2146766088", + "https://openalex.org/W2147880316", + "https://openalex.org/W2148018895", + "https://openalex.org/W2148603752", + "https://openalex.org/W2149166361", + "https://openalex.org/W2149607218", + "https://openalex.org/W2151949149", + "https://openalex.org/W2156515921", + "https://openalex.org/W2156909104", + "https://openalex.org/W2157791002", + "https://openalex.org/W2159737176", + "https://openalex.org/W2160842254", + "https://openalex.org/W2161920802", + "https://openalex.org/W2162836072", + "https://openalex.org/W2164943005", + "https://openalex.org/W2167826316", + "https://openalex.org/W2169945149", + "https://openalex.org/W2314709380", + "https://openalex.org/W2408196097", + "https://openalex.org/W2498775949", + "https://openalex.org/W2554813760", + "https://openalex.org/W2579923771", + "https://openalex.org/W2595056910", + "https://openalex.org/W2795528501", + "https://openalex.org/W2798510847", + "https://openalex.org/W2798766386", + "https://openalex.org/W2976840617", + "https://openalex.org/W2988119488", + "https://openalex.org/W2994982620", + "https://openalex.org/W3004533406", + "https://openalex.org/W3012317737", + "https://openalex.org/W3015736691", + "https://openalex.org/W3021452258", + "https://openalex.org/W3023786531", + "https://openalex.org/W3119651796", + "https://openalex.org/W3145143011", + "https://openalex.org/W4210636998", + "https://openalex.org/W4211049957", + "https://openalex.org/W4211083646", + "https://openalex.org/W4229758204", + "https://openalex.org/W4232576706", + "https://openalex.org/W4234698323", + "https://openalex.org/W4235236043", + "https://openalex.org/W4237723258", + "https://openalex.org/W4237951138", + "https://openalex.org/W4238284510", + "https://openalex.org/W4238957295", + "https://openalex.org/W4239510810", + "https://openalex.org/W4240579122", + "https://openalex.org/W4246066915", + "https://openalex.org/W4247545571", + "https://openalex.org/W4249925659", + "https://openalex.org/W4251085907", + "https://openalex.org/W4251115686", + "https://openalex.org/W4255455317", + "https://openalex.org/W4285719527", + "https://openalex.org/W4293052541", + "https://openalex.org/W4298876635", + "https://openalex.org/W4302591315", + "https://openalex.org/W4376453320", + "https://openalex.org/W4396738453" + ], + "related_works": [ + "https://openalex.org/W3013206934", + "https://openalex.org/W3100948281", + "https://openalex.org/W4311138679", + "https://openalex.org/W3123056048", + "https://openalex.org/W1983263273", + "https://openalex.org/W4247446331", + "https://openalex.org/W1836142315", + "https://openalex.org/W4294351650", + "https://openalex.org/W4243330733", + "https://openalex.org/W177392165" + ], + "abstract_inverted_index": { + "We": [ + 0, + 77 + ], + "review": [ + 1 + ], + "machine": [ + 2 + ], + "learning": [ + 3, + 12, + 52 + ], + "methods": [ + 4, + 10, + 90 + ], + "employing": [ + 5 + ], + "positive": [ + 6 + ], + "definite": [ + 7 + ], + "kernels.": [ + 8 + ], + "These": [ + 9 + ], + "formulate": [ + 11 + ], + "and": [ + 13, + 49 + ], + "estimation": [ + 14, + 92 + ], + "problems": [ + 15 + ], + "in": [ + 16, + 31, + 37 + ], + "a": [ + 17, + 34, + 79 + ], + "reproducing": [ + 18 + ], + "kernel": [ + 19 + ], + "Hilbert": [ + 20 + ], + "space": [ + 21 + ], + "(RKHS)": [ + 22 + ], + "of": [ + 23, + 33, + 40, + 45, + 51, + 62, + 82 + ], + "functions": [ + 24, + 68, + 72 + ], + "defined": [ + 25, + 73 + ], + "on": [ + 26, + 74 + ], + "the": [ + 27, + 43, + 47, + 56 + ], + "data": [ + 28 + ], + "domain,": [ + 29 + ], + "expanded": [ + 30 + ], + "terms": [ + 32 + ], + "kernel.": [ + 35 + ], + "Working": [ + 36 + ], + "linear": [ + 38 + ], + "spaces": [ + 39 + ], + "function": [ + 41 + ], + "has": [ + 42 + ], + "benefit": [ + 44 + ], + "facilitating": [ + 46 + ], + "construction": [ + 48 + ], + "analysis": [ + 50 + ], + "algorithms": [ + 53 + ], + "while": [ + 54 + ], + "at": [ + 55 + ], + "same": [ + 57 + ], + "time": [ + 58 + ], + "allowing": [ + 59 + ], + "large": [ + 60 + ], + "classes": [ + 61 + ], + "functions.": [ + 63 + ], + "The": [ + 64 + ], + "latter": [ + 65 + ], + "include": [ + 66 + ], + "nonlinear": [ + 67 + ], + "as": [ + 69, + 71 + ], + "well": [ + 70 + ], + "nonvectorial": [ + 75 + ], + "data.": [ + 76, + 95 + ], + "cover": [ + 78 + ], + "wide": [ + 80 + ], + "range": [ + 81 + ], + "methods,": [ + 83 + ], + "ranging": [ + 84 + ], + "from": [ + 85 + ], + "binary": [ + 86 + ], + "classifiers": [ + 87 + ], + "to": [ + 88 + ], + "sophisticated": [ + 89 + ], + "for": [ + 91 + ], + "with": [ + 93 + ], + "structured": [ + 94 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 8 + }, + { + "year": 2024, + "cited_by_count": 22 + }, + { + "year": 2023, + "cited_by_count": 32 + }, + { + "year": 2022, + "cited_by_count": 53 + }, + { + "year": 2021, + "cited_by_count": 181 + }, + { + "year": 2020, + "cited_by_count": 192 + }, + { + "year": 2019, + "cited_by_count": 152 + }, + { + "year": 2018, + "cited_by_count": 126 + }, + { + "year": 2017, + "cited_by_count": 119 + }, + { + "year": 2016, + "cited_by_count": 94 + }, + { + "year": 2015, + "cited_by_count": 86 + }, + { + "year": 2014, + "cited_by_count": 101 + }, + { + "year": 2013, + "cited_by_count": 81 + }, + { + "year": 2012, + "cited_by_count": 57 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2701059868", + "doi": "https://doi.org/10.1109/sp.2017.12", + "title": "SecureML: A System for Scalable Privacy-Preserving Machine Learning", + "display_name": "SecureML: A System for Scalable Privacy-Preserving Machine Learning", + "relevance_score": 2685.6213, + "publication_year": 2017, + "publication_date": "2017-05-01", + "ids": { + "openalex": "https://openalex.org/W2701059868", + "doi": "https://doi.org/10.1109/sp.2017.12", + "mag": "2701059868" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1109/sp.2017.12", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/sp.2017.12", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "2017 IEEE Symposium on Security and Privacy (SP)", + "raw_type": "proceedings-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5001493977", + "display_name": "Payman Mohassel", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I164956901", + "display_name": "Visa (United Kingdom)", + "ror": "https://ror.org/05syhdw25", + "country_code": "GB", + "type": "company", + "lineage": [ + "https://openalex.org/I164956901", + "https://openalex.org/I4210148469" + ] + } + ], + "countries": [ + "GB" + ], + "is_corresponding": true, + "raw_author_name": "Payman Mohassel", + "raw_affiliation_strings": [ + "Visa Research" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Visa Research", + "institution_ids": [ + "https://openalex.org/I164956901" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5100434296", + "display_name": "Yupeng Zhang", + "orcid": "https://orcid.org/0000-0003-0378-3146" + }, + "institutions": [ + { + "id": "https://openalex.org/I66946132", + "display_name": "University of Maryland, College Park", + "ror": "https://ror.org/047s2c258", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I66946132" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Yupeng Zhang", + "raw_affiliation_strings": [ + "University of Maryland" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Maryland", + "institution_ids": [ + "https://openalex.org/I66946132" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5001493977" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I164956901" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 109.4959, + "has_fulltext": false, + "cited_by_count": 1840, + "citation_normalized_percentile": { + "value": 0.99954846, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": "19", + "last_page": "38" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10764", + "display_name": "Privacy-Preserving Technologies in Data", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10764", + "display_name": "Privacy-Preserving Technologies in Data", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10237", + "display_name": "Cryptography and Data Security", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11612", + "display_name": "Stochastic Gradient Optimization Techniques", + "score": 0.9958999752998352, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.8628431558609009 + }, + { + "id": "https://openalex.org/keywords/softmax-function", + "display_name": "Softmax function", + "score": 0.6727948188781738 + }, + { + "id": "https://openalex.org/keywords/scalability", + "display_name": "Scalability", + "score": 0.639832079410553 + }, + { + "id": "https://openalex.org/keywords/server", + "display_name": "Server", + "score": 0.6201728582382202 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.5722167491912842 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.5273305177688599 + }, + { + "id": "https://openalex.org/keywords/information-privacy", + "display_name": "Information privacy", + "score": 0.4981374740600586 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.49659615755081177 + }, + { + "id": "https://openalex.org/keywords/stochastic-gradient-descent", + "display_name": "Stochastic gradient descent", + "score": 0.4761010408401489 + }, + { + "id": "https://openalex.org/keywords/mnist-database", + "display_name": "MNIST database", + "score": 0.47118237614631653 + }, + { + "id": "https://openalex.org/keywords/implementation", + "display_name": "Implementation", + "score": 0.4711809456348419 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.36041098833084106 + }, + { + "id": "https://openalex.org/keywords/computer-security", + "display_name": "Computer security", + "score": 0.1726815104484558 + }, + { + "id": "https://openalex.org/keywords/computer-network", + "display_name": "Computer network", + "score": 0.15583673119544983 + }, + { + "id": "https://openalex.org/keywords/database", + "display_name": "Database", + "score": 0.1493930220603943 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.8628431558609009 + }, + { + "id": "https://openalex.org/C188441871", + "wikidata": "https://www.wikidata.org/wiki/Q7554146", + "display_name": "Softmax function", + "level": 3, + "score": 0.6727948188781738 + }, + { + "id": "https://openalex.org/C48044578", + "wikidata": "https://www.wikidata.org/wiki/Q727490", + "display_name": "Scalability", + "level": 2, + "score": 0.639832079410553 + }, + { + "id": "https://openalex.org/C93996380", + "wikidata": "https://www.wikidata.org/wiki/Q44127", + "display_name": "Server", + "level": 2, + "score": 0.6201728582382202 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.5722167491912842 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.5273305177688599 + }, + { + "id": "https://openalex.org/C123201435", + "wikidata": "https://www.wikidata.org/wiki/Q456632", + "display_name": "Information privacy", + "level": 2, + "score": 0.4981374740600586 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.49659615755081177 + }, + { + "id": "https://openalex.org/C206688291", + "wikidata": "https://www.wikidata.org/wiki/Q7617819", + "display_name": "Stochastic gradient descent", + "level": 3, + "score": 0.4761010408401489 + }, + { + "id": "https://openalex.org/C190502265", + "wikidata": "https://www.wikidata.org/wiki/Q17069496", + "display_name": "MNIST database", + "level": 3, + "score": 0.47118237614631653 + }, + { + "id": "https://openalex.org/C26713055", + "wikidata": "https://www.wikidata.org/wiki/Q245962", + "display_name": "Implementation", + "level": 2, + "score": 0.4711809456348419 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.36041098833084106 + }, + { + "id": "https://openalex.org/C38652104", + "wikidata": "https://www.wikidata.org/wiki/Q3510521", + "display_name": "Computer security", + "level": 1, + "score": 0.1726815104484558 + }, + { + "id": "https://openalex.org/C31258907", + "wikidata": "https://www.wikidata.org/wiki/Q1301371", + "display_name": "Computer network", + "level": 1, + "score": 0.15583673119544983 + }, + { + "id": "https://openalex.org/C77088390", + "wikidata": "https://www.wikidata.org/wiki/Q8513", + "display_name": "Database", + "level": 1, + "score": 0.1493930220603943 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1109/sp.2017.12", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/sp.2017.12", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "2017 IEEE Symposium on Security and Privacy (SP)", + "raw_type": "proceedings-article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 49, + "referenced_works": [ + "https://openalex.org/W34785529", + "https://openalex.org/W173953576", + "https://openalex.org/W374828532", + "https://openalex.org/W1480225633", + "https://openalex.org/W1499934958", + "https://openalex.org/W1510952750", + "https://openalex.org/W1528076390", + "https://openalex.org/W1608459536", + "https://openalex.org/W1826277484", + "https://openalex.org/W1968265138", + "https://openalex.org/W1969009977", + "https://openalex.org/W1971991172", + "https://openalex.org/W1985511977", + "https://openalex.org/W2009733253", + "https://openalex.org/W2019891719", + "https://openalex.org/W2053637704", + "https://openalex.org/W2083026317", + "https://openalex.org/W2088339831", + "https://openalex.org/W2106217851", + "https://openalex.org/W2112340198", + "https://openalex.org/W2112380340", + "https://openalex.org/W2129548234", + "https://openalex.org/W2132172731", + "https://openalex.org/W2134340933", + "https://openalex.org/W2145029920", + "https://openalex.org/W2149603017", + "https://openalex.org/W2152799677", + "https://openalex.org/W2167094273", + "https://openalex.org/W2167236842", + "https://openalex.org/W2170696315", + "https://openalex.org/W2171033594", + "https://openalex.org/W2295292576", + "https://openalex.org/W2435473771", + "https://openalex.org/W2473418344", + "https://openalex.org/W2963759574", + "https://openalex.org/W3029558105", + "https://openalex.org/W3030849327", + "https://openalex.org/W3141585064", + "https://openalex.org/W3185488408", + "https://openalex.org/W4248358572", + "https://openalex.org/W6601427463", + "https://openalex.org/W6612902754", + "https://openalex.org/W6631628602", + "https://openalex.org/W6663928093", + "https://openalex.org/W6676639149", + "https://openalex.org/W6679568130", + "https://openalex.org/W6681017033", + "https://openalex.org/W6682557032", + "https://openalex.org/W6778583135" + ], + "related_works": [ + "https://openalex.org/W4386603768", + "https://openalex.org/W2950475743", + "https://openalex.org/W4283819496", + "https://openalex.org/W4315785049", + "https://openalex.org/W3015792155", + "https://openalex.org/W3021529903", + "https://openalex.org/W3118286710", + "https://openalex.org/W2937906318", + "https://openalex.org/W4225929918", + "https://openalex.org/W3095450733" + ], + "abstract_inverted_index": { + "Machine": [ + 0 + ], + "learning": [ + 1, + 58 + ], + "is": [ + 2 + ], + "widely": [ + 3 + ], + "used": [ + 4 + ], + "in": [ + 5, + 77, + 140 + ], + "practice": [ + 6 + ], + "to": [ + 7, + 109, + 122, + 133, + 170 + ], + "produce": [ + 8 + ], + "predictive": [ + 9 + ], + "models": [ + 10, + 22, + 95 + ], + "for": [ + 11, + 54, + 59, + 161, + 187 + ], + "applications": [ + 12 + ], + "such": [ + 13, + 125 + ], + "as": [ + 14, + 126 + ], + "image": [ + 15 + ], + "processing,": [ + 16 + ], + "speech": [ + 17 + ], + "and": [ + 18, + 51, + 64, + 118, + 128, + 165, + 168 + ], + "text": [ + 19 + ], + "recognition.": [ + 20 + ], + "These": [ + 21 + ], + "are": [ + 23, + 131, + 148 + ], + "more": [ + 24 + ], + "accurate": [ + 25 + ], + "when": [ + 26 + ], + "trained": [ + 27 + ], + "on": [ + 28, + 96, + 114 + ], + "large": [ + 29 + ], + "amount": [ + 30 + ], + "of": [ + 31, + 151, + 157, + 172, + 177 + ], + "data": [ + 32, + 40, + 82, + 87, + 99, + 173 + ], + "collected": [ + 33 + ], + "from": [ + 34 + ], + "different": [ + 35 + ], + "sources.": [ + 36 + ], + "However,": [ + 37 + ], + "the": [ + 38, + 69, + 78, + 97, + 155, + 158, + 182 + ], + "massive": [ + 39 + ], + "collection": [ + 41 + ], + "raises": [ + 42 + ], + "privacy": [ + 43, + 55, + 162, + 184 + ], + "concerns.": [ + 44 + ], + "In": [ + 45 + ], + "this": [ + 46 + ], + "paper,": [ + 47 + ], + "we": [ + 48 + ], + "present": [ + 49 + ], + "new": [ + 50, + 107 + ], + "efficient": [ + 52 + ], + "protocols": [ + 53, + 75, + 147 + ], + "preserving": [ + 56, + 163, + 185 + ], + "machine": [ + 57 + ], + "linear": [ + 60, + 164 + ], + "regression,": [ + 61 + ], + "logistic": [ + 62, + 166 + ], + "regression": [ + 63 + ], + "neural": [ + 65, + 189 + ], + "network": [ + 66 + ], + "training": [ + 67, + 188 + ], + "using": [ + 68, + 100 + ], + "stochastic": [ + 70 + ], + "gradient": [ + 71 + ], + "descent": [ + 72 + ], + "method.": [ + 73 + ], + "Our": [ + 74, + 142 + ], + "fall": [ + 76 + ], + "two-server": [ + 79 + ], + "model": [ + 80 + ], + "where": [ + 81 + ], + "owners": [ + 83 + ], + "distribute": [ + 84 + ], + "their": [ + 85 + ], + "private": [ + 86 + ], + "among": [ + 88 + ], + "two": [ + 89 + ], + "non-colluding": [ + 90 + ], + "servers": [ + 91 + ], + "who": [ + 92 + ], + "train": [ + 93 + ], + "various": [ + 94 + ], + "joint": [ + 98 + ], + "secure": [ + 101, + 111 + ], + "two-party": [ + 102 + ], + "computation": [ + 103 + ], + "(2PC).": [ + 104 + ], + "We": [ + 105, + 136, + 179 + ], + "develop": [ + 106 + ], + "techniques": [ + 108 + ], + "support": [ + 110 + ], + "arithmetic": [ + 112 + ], + "operations": [ + 113 + ], + "shared": [ + 115 + ], + "decimal": [ + 116 + ], + "numbers,": [ + 117 + ], + "propose": [ + 119 + ], + "MPC-friendly": [ + 120 + ], + "alternatives": [ + 121 + ], + "non-linear": [ + 123 + ], + "functions": [ + 124 + ], + "sigmoid": [ + 127 + ], + "softmax": [ + 129 + ], + "that": [ + 130, + 145 + ], + "superior": [ + 132 + ], + "prior": [ + 134 + ], + "work.": [ + 135 + ], + "implement": [ + 137, + 181 + ], + "our": [ + 138, + 146 + ], + "system": [ + 139, + 186 + ], + "C++.": [ + 141 + ], + "experiments": [ + 143 + ], + "validate": [ + 144 + ], + "several": [ + 149 + ], + "orders": [ + 150 + ], + "magnitude": [ + 152 + ], + "faster": [ + 153 + ], + "than": [ + 154 + ], + "state": [ + 156 + ], + "art": [ + 159 + ], + "implementations": [ + 160 + ], + "regressions,": [ + 167 + ], + "scale": [ + 169 + ], + "millions": [ + 171 + ], + "samples": [ + 174 + ], + "with": [ + 175 + ], + "thousands": [ + 176 + ], + "features.": [ + 178 + ], + "also": [ + 180 + ], + "first": [ + 183 + ], + "networks.": [ + 190 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 32 + }, + { + "year": 2025, + "cited_by_count": 250 + }, + { + "year": 2024, + "cited_by_count": 273 + }, + { + "year": 2023, + "cited_by_count": 261 + }, + { + "year": 2022, + "cited_by_count": 233 + }, + { + "year": 2021, + "cited_by_count": 265 + }, + { + "year": 2020, + "cited_by_count": 274 + }, + { + "year": 2019, + "cited_by_count": 158 + }, + { + "year": 2018, + "cited_by_count": 85 + }, + { + "year": 2017, + "cited_by_count": 9 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W1944672", + "doi": null, + "title": "Foundations of Machine Learning", + "display_name": "Foundations of Machine Learning", + "relevance_score": 2673.8584, + "publication_year": 2012, + "publication_date": "2012-08-17", + "ids": { + "openalex": "https://openalex.org/W1944672", + "mag": "1944672" + }, + "language": "nl", + "primary_location": { + "id": "mag:1944672", + "is_oa": false, + "landing_page_url": "http://ci.nii.ac.jp/ncid/BB10313921", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4210197683", + "display_name": "Medical Entomology and Zoology", + "issn_l": "0424-7086", + "issn": [ + "0424-7086", + "2185-5609" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319750", + "host_organization_name": "Japan Society of Medical Entomology and Zoology", + "host_organization_lineage": [ + "https://openalex.org/P4310319750" + ], + "host_organization_lineage_names": [ + "Japan Society of Medical Entomology and Zoology" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Nederlands tijdschrift voor geneeskunde", + "raw_type": null + }, + "type": "book", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5058849006", + "display_name": "Mehryar Mohri", + "orcid": "https://orcid.org/0000-0002-3987-9847" + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "Mehryar Mohri", + "raw_affiliation_strings": [], + "raw_orcid": "https://orcid.org/0000-0002-3987-9847", + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5089765894", + "display_name": "Afshin Rostamizadeh", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I57206974", + "display_name": "New York University", + "ror": "https://ror.org/0190ak572", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I57206974" + ] + }, + { + "id": "https://openalex.org/I95457486", + "display_name": "University of California, Berkeley", + "ror": "https://ror.org/01an7q238", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I95457486" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Afshin Rostamizadeh", + "raw_affiliation_strings": [ + "University of California at Berkeley", + "New York University" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of California at Berkeley", + "institution_ids": [ + "https://openalex.org/I95457486" + ] + }, + { + "raw_affiliation_string": "New York University", + "institution_ids": [ + "https://openalex.org/I57206974" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5029768722", + "display_name": "Ameet Talwalkar", + "orcid": "https://orcid.org/0000-0001-6650-1893" + }, + "institutions": [ + { + "id": "https://openalex.org/I57206974", + "display_name": "New York University", + "ror": "https://ror.org/0190ak572", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I57206974" + ] + }, + { + "id": "https://openalex.org/I95457486", + "display_name": "University of California, Berkeley", + "ror": "https://ror.org/01an7q238", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I95457486" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Ameet Talwalkar", + "raw_affiliation_strings": [ + "New York University", + "University of California at Berkeley" + ], + "raw_orcid": "https://orcid.org/0000-0001-6650-1893", + "affiliations": [ + { + "raw_affiliation_string": "New York University", + "institution_ids": [ + "https://openalex.org/I57206974" + ] + }, + { + "raw_affiliation_string": "University of California at Berkeley", + "institution_ids": [ + "https://openalex.org/I95457486" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5058849006" + ], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 27.6943, + "has_fulltext": false, + "cited_by_count": 1162, + "citation_normalized_percentile": { + "value": 0.99691086, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 94, + "max": 100 + }, + "biblio": { + "volume": "135", + "issue": "43", + "first_page": "2040", + "last_page": "2040" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12072", + "display_name": "Machine Learning and Algorithms", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12072", + "display_name": "Machine Learning and Algorithms", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10057", + "display_name": "Face and Expression Recognition", + "score": 0.9980999827384949, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11269", + "display_name": "Algorithms and Data Compression", + "score": 0.9976999759674072, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/mathematical-proof", + "display_name": "Mathematical proof", + "score": 0.7428677678108215 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6456596851348877 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5522527098655701 + }, + { + "id": "https://openalex.org/keywords/class", + "display_name": "Class (philosophy)", + "score": 0.5323909521102905 + }, + { + "id": "https://openalex.org/keywords/ranking", + "display_name": "Ranking (information retrieval)", + "score": 0.5272710919380188 + }, + { + "id": "https://openalex.org/keywords/key", + "display_name": "Key (lock)", + "score": 0.45580342411994934 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.4148377478122711 + }, + { + "id": "https://openalex.org/keywords/management-science", + "display_name": "Management science", + "score": 0.38723039627075195 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.22637265920639038 + }, + { + "id": "https://openalex.org/keywords/engineering", + "display_name": "Engineering", + "score": 0.15077513456344604 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C108710211", + "wikidata": "https://www.wikidata.org/wiki/Q11538", + "display_name": "Mathematical proof", + "level": 2, + "score": 0.7428677678108215 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6456596851348877 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5522527098655701 + }, + { + "id": "https://openalex.org/C2777212361", + "wikidata": "https://www.wikidata.org/wiki/Q5127848", + "display_name": "Class (philosophy)", + "level": 2, + "score": 0.5323909521102905 + }, + { + "id": "https://openalex.org/C189430467", + "wikidata": "https://www.wikidata.org/wiki/Q7293293", + "display_name": "Ranking (information retrieval)", + "level": 2, + "score": 0.5272710919380188 + }, + { + "id": "https://openalex.org/C26517878", + "wikidata": "https://www.wikidata.org/wiki/Q228039", + "display_name": "Key (lock)", + "level": 2, + "score": 0.45580342411994934 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.4148377478122711 + }, + { + "id": "https://openalex.org/C539667460", + "wikidata": "https://www.wikidata.org/wiki/Q2414942", + "display_name": "Management science", + "level": 1, + "score": 0.38723039627075195 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.22637265920639038 + }, + { + "id": "https://openalex.org/C127413603", + "wikidata": "https://www.wikidata.org/wiki/Q11023", + "display_name": "Engineering", + "level": 0, + "score": 0.15077513456344604 + }, + { + "id": "https://openalex.org/C38652104", + "wikidata": "https://www.wikidata.org/wiki/Q3510521", + "display_name": "Computer security", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C2524010", + "wikidata": "https://www.wikidata.org/wiki/Q8087", + "display_name": "Geometry", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 6, + "locations": [ + { + "id": "mag:1944672", + "is_oa": false, + "landing_page_url": "http://ci.nii.ac.jp/ncid/BB10313921", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4210197683", + "display_name": "Medical Entomology and Zoology", + "issn_l": "0424-7086", + "issn": [ + "0424-7086", + "2185-5609" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319750", + "host_organization_name": "Japan Society of Medical Entomology and Zoology", + "host_organization_lineage": [ + "https://openalex.org/P4310319750" + ], + "host_organization_lineage_names": [ + "Japan Society of Medical Entomology and Zoology" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Nederlands tijdschrift voor geneeskunde", + "raw_type": null + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-025293082", + "is_oa": false, + "landing_page_url": "https://bvbr.bib-bvb.de:443/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=025293082&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-030647834", + "is_oa": false, + "landing_page_url": "http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=030647834&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-033761252", + "is_oa": false, + "landing_page_url": null, + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:cds.cern.ch:2150131", + "is_oa": false, + "landing_page_url": "http://cds.cern.ch/record/2150131", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402194", + "display_name": "CERN Document Server (European Organization for Nuclear Research)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I67311998", + "host_organization_name": "European Organization for Nuclear Research", + "host_organization_lineage": [ + "https://openalex.org/I67311998" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + }, + { + "id": "pmh:oai:cds.cern.ch:2640216", + "is_oa": false, + "landing_page_url": "http://cds.cern.ch/record/2640216", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402195", + "display_name": "CERN Document Server (European Organization for Nuclear Research)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I67311998", + "host_organization_name": "European Organization for Nuclear Research", + "host_organization_lineage": [ + "https://openalex.org/I67311998" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "display_name": "Quality Education", + "id": "https://metadata.un.org/sdg/4", + "score": 0.7599999904632568 + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 208, + "referenced_works": [ + "https://openalex.org/W2169610", + "https://openalex.org/W29925583", + "https://openalex.org/W32198084", + "https://openalex.org/W82544137", + "https://openalex.org/W100063776", + "https://openalex.org/W180686687", + "https://openalex.org/W198244778", + "https://openalex.org/W214995755", + "https://openalex.org/W1034819515", + "https://openalex.org/W1502981577", + "https://openalex.org/W1504694836", + "https://openalex.org/W1510073064", + "https://openalex.org/W1512798900", + "https://openalex.org/W1514324498", + "https://openalex.org/W1515891729", + "https://openalex.org/W1520252399", + "https://openalex.org/W1526146785", + "https://openalex.org/W1527117384", + "https://openalex.org/W1527666879", + "https://openalex.org/W1528905581", + "https://openalex.org/W1532246502", + "https://openalex.org/W1532945940", + "https://openalex.org/W1534694010", + "https://openalex.org/W1535810436", + "https://openalex.org/W1536719366", + "https://openalex.org/W1538170657", + "https://openalex.org/W1538240903", + "https://openalex.org/W1539246860", + "https://openalex.org/W1539833865", + "https://openalex.org/W1540007258", + "https://openalex.org/W1540155273", + "https://openalex.org/W1542886316", + "https://openalex.org/W1544896713", + "https://openalex.org/W1545148916", + "https://openalex.org/W1546372806", + "https://openalex.org/W1546851689", + "https://openalex.org/W1546961578", + "https://openalex.org/W1553313034", + "https://openalex.org/W1563736811", + "https://openalex.org/W1569296262", + "https://openalex.org/W1570963478", + "https://openalex.org/W1575130722", + "https://openalex.org/W1576213419", + "https://openalex.org/W1579534531", + "https://openalex.org/W1584815367", + "https://openalex.org/W1605498412", + "https://openalex.org/W1605688901", + "https://openalex.org/W1606751204", + "https://openalex.org/W1608733719", + "https://openalex.org/W1614597761", + "https://openalex.org/W1629199664", + "https://openalex.org/W1676820704", + "https://openalex.org/W1678356000", + "https://openalex.org/W1755117326", + "https://openalex.org/W1848067327", + "https://openalex.org/W1892809886", + "https://openalex.org/W1918179283", + "https://openalex.org/W1963858753", + "https://openalex.org/W1966347620", + "https://openalex.org/W1967684610", + "https://openalex.org/W1969005071", + "https://openalex.org/W1971361630", + "https://openalex.org/W1979675141", + "https://openalex.org/W1979711143", + "https://openalex.org/W1983739894", + "https://openalex.org/W1984901446", + "https://openalex.org/W1985077192", + "https://openalex.org/W1985554184", + "https://openalex.org/W1985949731", + "https://openalex.org/W1986446408", + "https://openalex.org/W1988790447", + "https://openalex.org/W1990876436", + "https://openalex.org/W1994592916", + "https://openalex.org/W1994616650", + "https://openalex.org/W1998167411", + "https://openalex.org/W1999678910", + "https://openalex.org/W2001141328", + "https://openalex.org/W2002089154", + "https://openalex.org/W2002644653", + "https://openalex.org/W2003680476", + "https://openalex.org/W2005306124", + "https://openalex.org/W2008740515", + "https://openalex.org/W2009797711", + "https://openalex.org/W2010029425", + "https://openalex.org/W2015904350", + "https://openalex.org/W2017031328", + "https://openalex.org/W2017603160", + "https://openalex.org/W2018706164", + "https://openalex.org/W2019363670", + "https://openalex.org/W2020913456", + "https://openalex.org/W2024046085", + "https://openalex.org/W2029538739", + "https://openalex.org/W2030189596", + "https://openalex.org/W2032210760", + "https://openalex.org/W2033547792", + "https://openalex.org/W2040870580", + "https://openalex.org/W2041613709", + "https://openalex.org/W2041615247", + "https://openalex.org/W2044654734", + "https://openalex.org/W2045291344", + "https://openalex.org/W2047028564", + "https://openalex.org/W2047221353", + "https://openalex.org/W2047278710", + "https://openalex.org/W2050570613", + "https://openalex.org/W2051669046", + "https://openalex.org/W2051834357", + "https://openalex.org/W2053186076", + "https://openalex.org/W2053463056", + "https://openalex.org/W2055186664", + "https://openalex.org/W2058239479", + "https://openalex.org/W2063978378", + "https://openalex.org/W2068871408", + "https://openalex.org/W2070534370", + "https://openalex.org/W2073242866", + "https://openalex.org/W2074010768", + "https://openalex.org/W2075567596", + "https://openalex.org/W2081230843", + "https://openalex.org/W2081281113", + "https://openalex.org/W2084544490", + "https://openalex.org/W2086789740", + "https://openalex.org/W2087258353", + "https://openalex.org/W2087347434", + "https://openalex.org/W2088658556", + "https://openalex.org/W2092074494", + "https://openalex.org/W2092386826", + "https://openalex.org/W2093717447", + "https://openalex.org/W2093825590", + "https://openalex.org/W2097160297", + "https://openalex.org/W2097477220", + "https://openalex.org/W2099968818", + "https://openalex.org/W2101276256", + "https://openalex.org/W2102011767", + "https://openalex.org/W2103012681", + "https://openalex.org/W2104364170", + "https://openalex.org/W2105644991", + "https://openalex.org/W2105732805", + "https://openalex.org/W2105842272", + "https://openalex.org/W2106491486", + "https://openalex.org/W2106887613", + "https://openalex.org/W2107890099", + "https://openalex.org/W2108263314", + "https://openalex.org/W2109339818", + "https://openalex.org/W2111233787", + "https://openalex.org/W2111355007", + "https://openalex.org/W2111365067", + "https://openalex.org/W2117341272", + "https://openalex.org/W2118686230", + "https://openalex.org/W2119567691", + "https://openalex.org/W2120100126", + "https://openalex.org/W2120875792", + "https://openalex.org/W2121420451", + "https://openalex.org/W2123793406", + "https://openalex.org/W2125528794", + "https://openalex.org/W2128833328", + "https://openalex.org/W2129113961", + "https://openalex.org/W2131600418", + "https://openalex.org/W2133864802", + "https://openalex.org/W2135046866", + "https://openalex.org/W2135730283", + "https://openalex.org/W2135840513", + "https://openalex.org/W2137207609", + "https://openalex.org/W2137690105", + "https://openalex.org/W2138263042", + "https://openalex.org/W2139338362", + "https://openalex.org/W2142399242", + "https://openalex.org/W2143166796", + "https://openalex.org/W2147750403", + "https://openalex.org/W2147880316", + "https://openalex.org/W2148825261", + "https://openalex.org/W2149706766", + "https://openalex.org/W2154104389", + "https://openalex.org/W2154952480", + "https://openalex.org/W2156718197", + "https://openalex.org/W2157112198", + "https://openalex.org/W2157791002", + "https://openalex.org/W2157825442", + "https://openalex.org/W2160392347", + "https://openalex.org/W2161195767", + "https://openalex.org/W2162157640", + "https://openalex.org/W2165131254", + "https://openalex.org/W2165966284", + "https://openalex.org/W2166501286", + "https://openalex.org/W2168020168", + "https://openalex.org/W2169022337", + "https://openalex.org/W2169198425", + "https://openalex.org/W2169401877", + "https://openalex.org/W2171710336", + "https://openalex.org/W2171792531", + "https://openalex.org/W2172195373", + "https://openalex.org/W2294105907", + "https://openalex.org/W2294798173", + "https://openalex.org/W2296319761", + "https://openalex.org/W2312609093", + "https://openalex.org/W2322150470", + "https://openalex.org/W2330274477", + "https://openalex.org/W2490901831", + "https://openalex.org/W2554813760", + "https://openalex.org/W2554958826", + "https://openalex.org/W2579923771", + "https://openalex.org/W2611627047", + "https://openalex.org/W2798579099", + "https://openalex.org/W2798766386", + "https://openalex.org/W2979473749", + "https://openalex.org/W2989661724", + "https://openalex.org/W3011120880", + "https://openalex.org/W3022552533", + "https://openalex.org/W3085162807", + "https://openalex.org/W3119651796" + ], + "related_works": [ + "https://openalex.org/W607505555", + "https://openalex.org/W3118608800", + "https://openalex.org/W2964121744", + "https://openalex.org/W2963664410", + "https://openalex.org/W2919115771", + "https://openalex.org/W2911964244", + "https://openalex.org/W2899606262", + "https://openalex.org/W2579923771", + "https://openalex.org/W2194775991", + "https://openalex.org/W2163605009", + "https://openalex.org/W2156909104", + "https://openalex.org/W2153635508", + "https://openalex.org/W2148603752", + "https://openalex.org/W2119821739", + "https://openalex.org/W2112796928", + "https://openalex.org/W2099471712", + "https://openalex.org/W1663973292", + "https://openalex.org/W1480376833", + "https://openalex.org/W2165698076", + "https://openalex.org/W2121863487" + ], + "abstract_inverted_index": { + "Fundamental": [ + 0 + ], + "topics": [ + 1 + ], + "in": [ + 2 + ], + "machine": [ + 3 + ], + "learning": [ + 4 + ], + "are": [ + 5 + ], + "presented": [ + 6 + ], + "along": [ + 7 + ], + "with": [ + 8 + ], + "theoretical": [ + 9 + ], + "and": [ + 10, + 16 + ], + "conceptual": [ + 11 + ], + "tools": [ + 12 + ], + "for": [ + 13 + ], + "the": [ + 14 + ], + "discussion": [ + 15 + ], + "proof": [ + 17 + ], + "of": [ + 18 + ], + "algorithms.": [ + 19 + ] + }, + "counts_by_year": [ + { + "year": 2024, + "cited_by_count": 2 + }, + { + "year": 2023, + "cited_by_count": 10 + }, + { + "year": 2022, + "cited_by_count": 23 + }, + { + "year": 2021, + "cited_by_count": 260 + }, + { + "year": 2020, + "cited_by_count": 251 + }, + { + "year": 2019, + "cited_by_count": 183 + }, + { + "year": 2018, + "cited_by_count": 112 + }, + { + "year": 2017, + "cited_by_count": 64 + }, + { + "year": 2016, + "cited_by_count": 74 + }, + { + "year": 2015, + "cited_by_count": 103 + }, + { + "year": 2014, + "cited_by_count": 62 + }, + { + "year": 2013, + "cited_by_count": 15 + }, + { + "year": 2012, + "cited_by_count": 2 + } + ], + "updated_date": "2025-10-10T17:16:08.811792", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2792946961", + "doi": "https://doi.org/10.1103/physrevlett.122.040504", + "title": "Quantum Machine Learning in Feature Hilbert Spaces", + "display_name": "Quantum Machine Learning in Feature Hilbert Spaces", + "relevance_score": 2665.3752, + "publication_year": 2019, + "publication_date": "2019-02-01", + "ids": { + "openalex": "https://openalex.org/W2792946961", + "doi": "https://doi.org/10.1103/physrevlett.122.040504", + "mag": "2792946961", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/30768345" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1103/physrevlett.122.040504", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1103/physrevlett.122.040504", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S24807848", + "display_name": "Physical Review Letters", + "issn_l": "0031-9007", + "issn": [ + "0031-9007", + "1079-7114", + "1092-0145" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320261", + "host_organization_name": "American Physical Society", + "host_organization_lineage": [ + "https://openalex.org/P4310320261" + ], + "host_organization_lineage_names": [ + "American Physical Society" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Physical Review Letters", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "arxiv", + "crossref", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1803.07128", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5073832417", + "display_name": "Maria Schuld", + "orcid": "https://orcid.org/0000-0001-8626-168X" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210150097", + "display_name": "Xanadu Quantum Technologies (Canada)", + "ror": "https://ror.org/05qj0n416", + "country_code": "CA", + "type": "company", + "lineage": [ + "https://openalex.org/I4210150097" + ] + } + ], + "countries": [ + "CA" + ], + "is_corresponding": true, + "raw_author_name": "Maria Schuld", + "raw_affiliation_strings": [ + "Xanadu, 372 Richmond Street West, Toronto M5V 2L7, Canada" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Xanadu, 372 Richmond Street West, Toronto M5V 2L7, Canada", + "institution_ids": [ + "https://openalex.org/I4210150097" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5073500091", + "display_name": "Nathan Killoran", + "orcid": "https://orcid.org/0009-0004-5021-7467" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210150097", + "display_name": "Xanadu Quantum Technologies (Canada)", + "ror": "https://ror.org/05qj0n416", + "country_code": "CA", + "type": "company", + "lineage": [ + "https://openalex.org/I4210150097" + ] + } + ], + "countries": [ + "CA" + ], + "is_corresponding": false, + "raw_author_name": "Nathan Killoran", + "raw_affiliation_strings": [ + "Xanadu, 372 Richmond Street West, Toronto M5V 2L7, Canada" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Xanadu, 372 Richmond Street West, Toronto M5V 2L7, Canada", + "institution_ids": [ + "https://openalex.org/I4210150097" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5073832417" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I4210150097" + ], + "apc_list": { + "value": 3750, + "currency": "USD", + "value_usd": 3750 + }, + "apc_paid": null, + "fwci": 72.8439, + "has_fulltext": false, + "cited_by_count": 1613, + "citation_normalized_percentile": { + "value": 0.99930238, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "122", + "issue": "4", + "first_page": "040504", + "last_page": "040504" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10682", + "display_name": "Quantum Computing Algorithms and Architecture", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10682", + "display_name": "Quantum Computing Algorithms and Architecture", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10020", + "display_name": "Quantum Information and Cryptography", + "score": 0.9995999932289124, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10622", + "display_name": "Quantum Mechanics and Applications", + "score": 0.9937000274658203, + "subfield": { + "id": "https://openalex.org/subfields/3107", + "display_name": "Atomic and Molecular Physics, and Optics" + }, + "field": { + "id": "https://openalex.org/fields/31", + "display_name": "Physics and Astronomy" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/hilbert-space", + "display_name": "Hilbert space", + "score": 0.6511375904083252 + }, + { + "id": "https://openalex.org/keywords/kernel", + "display_name": "Kernel (algebra)", + "score": 0.6377810835838318 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6225951313972473 + }, + { + "id": "https://openalex.org/keywords/quantum-computer", + "display_name": "Quantum computer", + "score": 0.5806344747543335 + }, + { + "id": "https://openalex.org/keywords/reproducing-kernel-hilbert-space", + "display_name": "Reproducing kernel Hilbert space", + "score": 0.5536273717880249 + }, + { + "id": "https://openalex.org/keywords/quantum-machine-learning", + "display_name": "Quantum machine learning", + "score": 0.5515050888061523 + }, + { + "id": "https://openalex.org/keywords/quantum-state", + "display_name": "Quantum state", + "score": 0.5443233847618103 + }, + { + "id": "https://openalex.org/keywords/feature-vector", + "display_name": "Feature vector", + "score": 0.5191175937652588 + }, + { + "id": "https://openalex.org/keywords/kernel-method", + "display_name": "Kernel method", + "score": 0.5189794898033142 + }, + { + "id": "https://openalex.org/keywords/feature", + "display_name": "Feature (linguistics)", + "score": 0.5174089670181274 + }, + { + "id": "https://openalex.org/keywords/quantum-algorithm", + "display_name": "Quantum algorithm", + "score": 0.5012130737304688 + }, + { + "id": "https://openalex.org/keywords/quantum-information", + "display_name": "Quantum information", + "score": 0.49098876118659973 + }, + { + "id": "https://openalex.org/keywords/povm", + "display_name": "POVM", + "score": 0.48033323884010315 + }, + { + "id": "https://openalex.org/keywords/support-vector-machine", + "display_name": "Support vector machine", + "score": 0.45647674798965454 + }, + { + "id": "https://openalex.org/keywords/quantum-process", + "display_name": "Quantum process", + "score": 0.4484074115753174 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.43805402517318726 + }, + { + "id": "https://openalex.org/keywords/quantum", + "display_name": "Quantum", + "score": 0.4299362897872925 + }, + { + "id": "https://openalex.org/keywords/theoretical-computer-science", + "display_name": "Theoretical computer science", + "score": 0.4142104983329773 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.4032990038394928 + }, + { + "id": "https://openalex.org/keywords/quantum-operation", + "display_name": "Quantum operation", + "score": 0.39918798208236694 + }, + { + "id": "https://openalex.org/keywords/open-quantum-system", + "display_name": "Open quantum system", + "score": 0.36664798855781555 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.2376301884651184 + }, + { + "id": "https://openalex.org/keywords/quantum-mechanics", + "display_name": "Quantum mechanics", + "score": 0.23471912741661072 + }, + { + "id": "https://openalex.org/keywords/physics", + "display_name": "Physics", + "score": 0.20437106490135193 + }, + { + "id": "https://openalex.org/keywords/quantum-dynamics", + "display_name": "Quantum dynamics", + "score": 0.17022734880447388 + }, + { + "id": "https://openalex.org/keywords/pure-mathematics", + "display_name": "Pure mathematics", + "score": 0.16131508350372314 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C62799726", + "wikidata": "https://www.wikidata.org/wiki/Q190056", + "display_name": "Hilbert space", + "level": 2, + "score": 0.6511375904083252 + }, + { + "id": "https://openalex.org/C74193536", + "wikidata": "https://www.wikidata.org/wiki/Q574844", + "display_name": "Kernel (algebra)", + "level": 2, + "score": 0.6377810835838318 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6225951313972473 + }, + { + "id": "https://openalex.org/C58053490", + "wikidata": "https://www.wikidata.org/wiki/Q176555", + "display_name": "Quantum computer", + "level": 3, + "score": 0.5806344747543335 + }, + { + "id": "https://openalex.org/C80884492", + "wikidata": "https://www.wikidata.org/wiki/Q3345678", + "display_name": "Reproducing kernel Hilbert space", + "level": 3, + "score": 0.5536273717880249 + }, + { + "id": "https://openalex.org/C2779094486", + "wikidata": "https://www.wikidata.org/wiki/Q18811578", + "display_name": "Quantum machine learning", + "level": 4, + "score": 0.5515050888061523 + }, + { + "id": "https://openalex.org/C15706264", + "wikidata": "https://www.wikidata.org/wiki/Q230883", + "display_name": "Quantum state", + "level": 3, + "score": 0.5443233847618103 + }, + { + "id": "https://openalex.org/C83665646", + "wikidata": "https://www.wikidata.org/wiki/Q42139305", + "display_name": "Feature vector", + "level": 2, + "score": 0.5191175937652588 + }, + { + "id": "https://openalex.org/C122280245", + "wikidata": "https://www.wikidata.org/wiki/Q620622", + "display_name": "Kernel method", + "level": 3, + "score": 0.5189794898033142 + }, + { + "id": "https://openalex.org/C2776401178", + "wikidata": "https://www.wikidata.org/wiki/Q12050496", + "display_name": "Feature (linguistics)", + "level": 2, + "score": 0.5174089670181274 + }, + { + "id": "https://openalex.org/C137019171", + "wikidata": "https://www.wikidata.org/wiki/Q2623817", + "display_name": "Quantum algorithm", + "level": 3, + "score": 0.5012130737304688 + }, + { + "id": "https://openalex.org/C169699857", + "wikidata": "https://www.wikidata.org/wiki/Q2122243", + "display_name": "Quantum information", + "level": 3, + "score": 0.49098876118659973 + }, + { + "id": "https://openalex.org/C179957908", + "wikidata": "https://www.wikidata.org/wiki/Q907206", + "display_name": "POVM", + "level": 5, + "score": 0.48033323884010315 + }, + { + "id": "https://openalex.org/C12267149", + "wikidata": "https://www.wikidata.org/wiki/Q282453", + "display_name": "Support vector machine", + "level": 2, + "score": 0.45647674798965454 + }, + { + "id": "https://openalex.org/C11255438", + "wikidata": "https://www.wikidata.org/wiki/Q7269085", + "display_name": "Quantum process", + "level": 4, + "score": 0.4484074115753174 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.43805402517318726 + }, + { + "id": "https://openalex.org/C84114770", + "wikidata": "https://www.wikidata.org/wiki/Q46344", + "display_name": "Quantum", + "level": 2, + "score": 0.4299362897872925 + }, + { + "id": "https://openalex.org/C80444323", + "wikidata": "https://www.wikidata.org/wiki/Q2878974", + "display_name": "Theoretical computer science", + "level": 1, + "score": 0.4142104983329773 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.4032990038394928 + }, + { + "id": "https://openalex.org/C43682372", + "wikidata": "https://www.wikidata.org/wiki/Q7269080", + "display_name": "Quantum operation", + "level": 4, + "score": 0.39918798208236694 + }, + { + "id": "https://openalex.org/C190474826", + "wikidata": "https://www.wikidata.org/wiki/Q2495111", + "display_name": "Open quantum system", + "level": 3, + "score": 0.36664798855781555 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.2376301884651184 + }, + { + "id": "https://openalex.org/C62520636", + "wikidata": "https://www.wikidata.org/wiki/Q944", + "display_name": "Quantum mechanics", + "level": 1, + "score": 0.23471912741661072 + }, + { + "id": "https://openalex.org/C121332964", + "wikidata": "https://www.wikidata.org/wiki/Q413", + "display_name": "Physics", + "level": 0, + "score": 0.20437106490135193 + }, + { + "id": "https://openalex.org/C15184713", + "wikidata": "https://www.wikidata.org/wiki/Q7269042", + "display_name": "Quantum dynamics", + "level": 3, + "score": 0.17022734880447388 + }, + { + "id": "https://openalex.org/C202444582", + "wikidata": "https://www.wikidata.org/wiki/Q837863", + "display_name": "Pure mathematics", + "level": 1, + "score": 0.16131508350372314 + }, + { + "id": "https://openalex.org/C41895202", + "wikidata": "https://www.wikidata.org/wiki/Q8162", + "display_name": "Linguistics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C138885662", + "wikidata": "https://www.wikidata.org/wiki/Q5891", + "display_name": "Philosophy", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 3, + "locations": [ + { + "id": "doi:10.1103/physrevlett.122.040504", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1103/physrevlett.122.040504", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S24807848", + "display_name": "Physical Review Letters", + "issn_l": "0031-9007", + "issn": [ + "0031-9007", + "1079-7114", + "1092-0145" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320261", + "host_organization_name": "American Physical Society", + "host_organization_lineage": [ + "https://openalex.org/P4310320261" + ], + "host_organization_lineage_names": [ + "American Physical Society" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Physical Review Letters", + "raw_type": "journal-article" + }, + { + "id": "pmid:30768345", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/30768345", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Physical review letters", + "raw_type": null + }, + { + "id": "pmh:oai:arXiv.org:1803.07128", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1803.07128", + "pdf_url": "https://arxiv.org/pdf/1803.07128", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1803.07128", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1803.07128", + "pdf_url": "https://arxiv.org/pdf/1803.07128", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + "sustainable_development_goals": [ + { + "display_name": "Decent work and economic growth", + "id": "https://metadata.un.org/sdg/8", + "score": 0.5199999809265137 + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 40, + "referenced_works": [ + "https://openalex.org/W1550321157", + "https://openalex.org/W1559984405", + "https://openalex.org/W1565176583", + "https://openalex.org/W1584661976", + "https://openalex.org/W1590419653", + "https://openalex.org/W1904238065", + "https://openalex.org/W1970948459", + "https://openalex.org/W1981783889", + "https://openalex.org/W1984125696", + "https://openalex.org/W1986280275", + "https://openalex.org/W2011527952", + "https://openalex.org/W2014158063", + "https://openalex.org/W2103956991", + "https://openalex.org/W2126887346", + "https://openalex.org/W2142739935", + "https://openalex.org/W2155728415", + "https://openalex.org/W2168029744", + "https://openalex.org/W2257937122", + "https://openalex.org/W2487141439", + "https://openalex.org/W2489886790", + "https://openalex.org/W2497224462", + "https://openalex.org/W2510588772", + "https://openalex.org/W2557392572", + "https://openalex.org/W2560386163", + "https://openalex.org/W2561176579", + "https://openalex.org/W2619100667", + "https://openalex.org/W2751668559", + "https://openalex.org/W2766183519", + "https://openalex.org/W2781738013", + "https://openalex.org/W3098232754", + "https://openalex.org/W3098965398", + "https://openalex.org/W3100075333", + "https://openalex.org/W3100931082", + "https://openalex.org/W3101749733", + "https://openalex.org/W3103574448", + "https://openalex.org/W3144619878", + "https://openalex.org/W4205925775", + "https://openalex.org/W4254920206", + "https://openalex.org/W4298427462", + "https://openalex.org/W4299828299" + ], + "related_works": [ + "https://openalex.org/W2042511210", + "https://openalex.org/W2985796920", + "https://openalex.org/W4382045128", + "https://openalex.org/W4378527878", + "https://openalex.org/W4387503624", + "https://openalex.org/W4387607445", + "https://openalex.org/W4210384976", + "https://openalex.org/W4324106941", + "https://openalex.org/W85458870", + "https://openalex.org/W2010001223" + ], + "abstract_inverted_index": { + "A": [ + 0, + 79 + ], + "basic": [ + 1 + ], + "idea": [ + 2 + ], + "of": [ + 3, + 11, + 36, + 51, + 60, + 117 + ], + "quantum": [ + 4, + 52, + 65, + 76, + 80, + 103, + 112, + 118, + 150 + ], + "computing": [ + 5 + ], + "is": [ + 6 + ], + "surprisingly": [ + 7 + ], + "similar": [ + 8 + ], + "to": [ + 9, + 18, + 75, + 120 + ], + "that": [ + 10, + 72, + 156 + ], + "kernel": [ + 12, + 127, + 134 + ], + "methods": [ + 13 + ], + "in": [ + 14, + 22, + 63, + 88, + 160, + 174 + ], + "machine": [ + 15, + 53 + ], + "learning,": [ + 16 + ], + "namely,": [ + 17 + ], + "efficiently": [ + 19 + ], + "perform": [ + 20 + ], + "computations": [ + 21 + ], + "an": [ + 23 + ], + "intractably": [ + 24 + ], + "large": [ + 25 + ], + "Hilbert": [ + 26, + 77, + 161 + ], + "space.": [ + 27, + 78, + 91, + 162 + ], + "In": [ + 28, + 107, + 142 + ], + "this": [ + 29, + 37, + 89, + 94 + ], + "Letter": [ + 30 + ], + "we": [ + 31, + 96, + 146 + ], + "explore": [ + 32 + ], + "some": [ + 33 + ], + "theoretical": [ + 34 + ], + "foundations": [ + 35 + ], + "link": [ + 38 + ], + "and": [ + 39, + 178 + ], + "show": [ + 40 + ], + "how": [ + 41 + ], + "it": [ + 42 + ], + "opens": [ + 43 + ], + "up": [ + 44 + ], + "a": [ + 45, + 64, + 68, + 102, + 122, + 138, + 148, + 153, + 168, + 175 + ], + "new": [ + 46 + ], + "avenue": [ + 47 + ], + "for": [ + 48, + 100, + 105 + ], + "the": [ + 49, + 58, + 85, + 108, + 111, + 143, + 180 + ], + "design": [ + 50 + ], + "learning": [ + 54 + ], + "algorithms.": [ + 55 + ], + "We": [ + 56, + 163 + ], + "interpret": [ + 57 + ], + "process": [ + 59 + ], + "encoding": [ + 61 + ], + "inputs": [ + 62 + ], + "state": [ + 66 + ], + "as": [ + 67, + 137, + 152 + ], + "nonlinear": [ + 69 + ], + "feature": [ + 70, + 90, + 169 + ], + "map": [ + 71, + 170 + ], + "maps": [ + 73 + ], + "data": [ + 74, + 87, + 158 + ], + "computer": [ + 81 + ], + "can": [ + 82, + 128 + ], + "now": [ + 83 + ], + "analyze": [ + 84 + ], + "input": [ + 86 + ], + "Based": [ + 92 + ], + "on": [ + 93, + 172 + ], + "link,": [ + 95 + ], + "discuss": [ + 97 + ], + "two": [ + 98 + ], + "approaches": [ + 99 + ], + "building": [ + 101 + ], + "model": [ + 104, + 155 + ], + "classification.": [ + 106 + ], + "first": [ + 109 + ], + "approach,": [ + 110, + 145 + ], + "device": [ + 113 + ], + "estimates": [ + 114 + ], + "inner": [ + 115 + ], + "products": [ + 116 + ], + "states": [ + 119 + ], + "compute": [ + 121 + ], + "classically": [ + 123 + ], + "intractable": [ + 124 + ], + "kernel.": [ + 125 + ], + "The": [ + 126 + ], + "be": [ + 129 + ], + "fed": [ + 130 + ], + "into": [ + 131 + ], + "any": [ + 132 + ], + "classical": [ + 133 + ], + "method": [ + 135 + ], + "such": [ + 136 + ], + "support": [ + 139 + ], + "vector": [ + 140 + ], + "machine.": [ + 141 + ], + "second": [ + 144 + ], + "use": [ + 147 + ], + "variational": [ + 149 + ], + "circuit": [ + 151 + ], + "linear": [ + 154 + ], + "classifies": [ + 157 + ], + "explicitly": [ + 159 + ], + "illustrate": [ + 164 + ], + "these": [ + 165 + ], + "ideas": [ + 166 + ], + "with": [ + 167, + 183 + ], + "based": [ + 171 + ], + "squeezing": [ + 173 + ], + "continuous-variable": [ + 176 + ], + "system,": [ + 177 + ], + "visualize": [ + 179 + ], + "working": [ + 181 + ], + "principle": [ + 182 + ], + "two-dimensional": [ + 184 + ], + "minibenchmark": [ + 185 + ], + "datasets.": [ + 186 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 193 + }, + { + "year": 2025, + "cited_by_count": 352 + }, + { + "year": 2024, + "cited_by_count": 267 + }, + { + "year": 2023, + "cited_by_count": 290 + }, + { + "year": 2022, + "cited_by_count": 173 + }, + { + "year": 2021, + "cited_by_count": 195 + }, + { + "year": 2020, + "cited_by_count": 89 + }, + { + "year": 2019, + "cited_by_count": 45 + }, + { + "year": 2018, + "cited_by_count": 8 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2170282673", + "doi": "https://doi.org/10.1109/tpami.2008.275", + "title": "Faster and Better: A Machine Learning Approach to Corner Detection", + "display_name": "Faster and Better: A Machine Learning Approach to Corner Detection", + "relevance_score": 2664.9324, + "publication_year": 2008, + "publication_date": "2008-12-03", + "ids": { + "openalex": "https://openalex.org/W2170282673", + "doi": "https://doi.org/10.1109/tpami.2008.275", + "mag": "2170282673", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/19926902" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1109/tpami.2008.275", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/tpami.2008.275", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S199944782", + "display_name": "IEEE Transactions on Pattern Analysis and Machine Intelligence", + "issn_l": "0162-8828", + "issn": [ + "0162-8828", + "1939-3539", + "2160-9292" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320439", + "host_organization_name": "IEEE Computer Society", + "host_organization_lineage": [ + "https://openalex.org/P4310320439", + "https://openalex.org/P4310319808" + ], + "host_organization_lineage_names": [ + "IEEE Computer Society", + "Institute of Electrical and Electronics Engineers" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IEEE Transactions on Pattern Analysis and Machine Intelligence", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "arxiv", + "crossref", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/0810.2434", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5076168268", + "display_name": "Edward Rosten", + "orcid": "https://orcid.org/0000-0001-8675-4230" + }, + "institutions": [ + { + "id": "https://openalex.org/I241749", + "display_name": "University of Cambridge", + "ror": "https://ror.org/013meh722", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I241749" + ] + } + ], + "countries": [ + "GB" + ], + "is_corresponding": true, + "raw_author_name": "E. Rosten", + "raw_affiliation_strings": [ + "Department of Engineering, Cambridge University, Cambridge, UK. er258@cam.ac.uk" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Engineering, Cambridge University, Cambridge, UK. er258@cam.ac.uk", + "institution_ids": [ + "https://openalex.org/I241749" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5004732139", + "display_name": "Reid Porter", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1343871089", + "display_name": "Los Alamos National Laboratory", + "ror": "https://ror.org/01e41cf67", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I1330989302", + "https://openalex.org/I1343871089", + "https://openalex.org/I198811213", + "https://openalex.org/I4210120050" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "R. Porter", + "raw_affiliation_strings": [ + "Los Alamos National Laboratory, ISR2 Space and Remote Sensing, Los Alamos, NM, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Los Alamos National Laboratory, ISR2 Space and Remote Sensing, Los Alamos, NM, USA", + "institution_ids": [ + "https://openalex.org/I1343871089" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5017469047", + "display_name": "Tom Drummond", + "orcid": "https://orcid.org/0000-0001-8204-5904" + }, + "institutions": [ + { + "id": "https://openalex.org/I241749", + "display_name": "University of Cambridge", + "ror": "https://ror.org/013meh722", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I241749" + ] + } + ], + "countries": [ + "GB" + ], + "is_corresponding": false, + "raw_author_name": "T. Drummond", + "raw_affiliation_strings": [ + "Department of Engineering, University of Cambridge, Cambridge, UK" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Engineering, University of Cambridge, Cambridge, UK", + "institution_ids": [ + "https://openalex.org/I241749" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5076168268" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I241749" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 657.9673, + "has_fulltext": false, + "cited_by_count": 1833, + "citation_normalized_percentile": { + "value": 0.99997119, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "32", + "issue": "1", + "first_page": "105", + "last_page": "119" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10191", + "display_name": "Robotics and Sensor-Based Localization", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/2202", + "display_name": "Aerospace Engineering" + }, + "field": { + "id": "https://openalex.org/fields/22", + "display_name": "Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10191", + "display_name": "Robotics and Sensor-Based Localization", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/2202", + "display_name": "Aerospace Engineering" + }, + "field": { + "id": "https://openalex.org/fields/22", + "display_name": "Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10627", + "display_name": "Advanced Image and Video Retrieval Techniques", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10531", + "display_name": "Advanced Vision and Imaging", + "score": 0.9995999932289124, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/detector", + "display_name": "Detector", + "score": 0.889086127281189 + }, + { + "id": "https://openalex.org/keywords/repeatability", + "display_name": "Repeatability", + "score": 0.7754774689674377 + }, + { + "id": "https://openalex.org/keywords/frame-rate", + "display_name": "Frame rate", + "score": 0.7121055126190186 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6925737857818604 + }, + { + "id": "https://openalex.org/keywords/heuristic", + "display_name": "Heuristic", + "score": 0.6610417366027832 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6580203771591187 + }, + { + "id": "https://openalex.org/keywords/scale-invariant-feature-transform", + "display_name": "Scale-invariant feature transform", + "score": 0.580880343914032 + }, + { + "id": "https://openalex.org/keywords/computer-vision", + "display_name": "Computer vision", + "score": 0.5632566809654236 + }, + { + "id": "https://openalex.org/keywords/corner-detection", + "display_name": "Corner detection", + "score": 0.5312818288803101 + }, + { + "id": "https://openalex.org/keywords/feature", + "display_name": "Feature (linguistics)", + "score": 0.5021579265594482 + }, + { + "id": "https://openalex.org/keywords/feature-extraction", + "display_name": "Feature extraction", + "score": 0.48669177293777466 + }, + { + "id": "https://openalex.org/keywords/frame", + "display_name": "Frame (networking)", + "score": 0.47642096877098083 + }, + { + "id": "https://openalex.org/keywords/pattern-recognition", + "display_name": "Pattern recognition (psychology)", + "score": 0.41832929849624634 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.24135944247245789 + }, + { + "id": "https://openalex.org/keywords/image", + "display_name": "Image (mathematics)", + "score": 0.16702711582183838 + }, + { + "id": "https://openalex.org/keywords/statistics", + "display_name": "Statistics", + "score": 0.15768682956695557 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C94915269", + "wikidata": "https://www.wikidata.org/wiki/Q1834857", + "display_name": "Detector", + "level": 2, + "score": 0.889086127281189 + }, + { + "id": "https://openalex.org/C154020017", + "wikidata": "https://www.wikidata.org/wiki/Q520171", + "display_name": "Repeatability", + "level": 2, + "score": 0.7754774689674377 + }, + { + "id": "https://openalex.org/C3261483", + "wikidata": "https://www.wikidata.org/wiki/Q119565", + "display_name": "Frame rate", + "level": 2, + "score": 0.7121055126190186 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6925737857818604 + }, + { + "id": "https://openalex.org/C173801870", + "wikidata": "https://www.wikidata.org/wiki/Q201413", + "display_name": "Heuristic", + "level": 2, + "score": 0.6610417366027832 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6580203771591187 + }, + { + "id": "https://openalex.org/C61265191", + "wikidata": "https://www.wikidata.org/wiki/Q767770", + "display_name": "Scale-invariant feature transform", + "level": 3, + "score": 0.580880343914032 + }, + { + "id": "https://openalex.org/C31972630", + "wikidata": "https://www.wikidata.org/wiki/Q844240", + "display_name": "Computer vision", + "level": 1, + "score": 0.5632566809654236 + }, + { + "id": "https://openalex.org/C39499422", + "wikidata": "https://www.wikidata.org/wiki/Q697320", + "display_name": "Corner detection", + "level": 3, + "score": 0.5312818288803101 + }, + { + "id": "https://openalex.org/C2776401178", + "wikidata": "https://www.wikidata.org/wiki/Q12050496", + "display_name": "Feature (linguistics)", + "level": 2, + "score": 0.5021579265594482 + }, + { + "id": "https://openalex.org/C52622490", + "wikidata": "https://www.wikidata.org/wiki/Q1026626", + "display_name": "Feature extraction", + "level": 2, + "score": 0.48669177293777466 + }, + { + "id": "https://openalex.org/C126042441", + "wikidata": "https://www.wikidata.org/wiki/Q1324888", + "display_name": "Frame (networking)", + "level": 2, + "score": 0.47642096877098083 + }, + { + "id": "https://openalex.org/C153180895", + "wikidata": "https://www.wikidata.org/wiki/Q7148389", + "display_name": "Pattern recognition (psychology)", + "level": 2, + "score": 0.41832929849624634 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.24135944247245789 + }, + { + "id": "https://openalex.org/C115961682", + "wikidata": "https://www.wikidata.org/wiki/Q860623", + "display_name": "Image (mathematics)", + "level": 2, + "score": 0.16702711582183838 + }, + { + "id": "https://openalex.org/C105795698", + "wikidata": "https://www.wikidata.org/wiki/Q12483", + "display_name": "Statistics", + "level": 1, + "score": 0.15768682956695557 + }, + { + "id": "https://openalex.org/C41895202", + "wikidata": "https://www.wikidata.org/wiki/Q8162", + "display_name": "Linguistics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C138885662", + "wikidata": "https://www.wikidata.org/wiki/Q5891", + "display_name": "Philosophy", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C76155785", + "wikidata": "https://www.wikidata.org/wiki/Q418", + "display_name": "Telecommunications", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 4, + "locations": [ + { + "id": "doi:10.1109/tpami.2008.275", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/tpami.2008.275", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S199944782", + "display_name": "IEEE Transactions on Pattern Analysis and Machine Intelligence", + "issn_l": "0162-8828", + "issn": [ + "0162-8828", + "1939-3539", + "2160-9292" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320439", + "host_organization_name": "IEEE Computer Society", + "host_organization_lineage": [ + "https://openalex.org/P4310320439", + "https://openalex.org/P4310319808" + ], + "host_organization_lineage_names": [ + "IEEE Computer Society", + "Institute of Electrical and Electronics Engineers" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IEEE Transactions on Pattern Analysis and Machine Intelligence", + "raw_type": "journal-article" + }, + { + "id": "pmid:19926902", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/19926902", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IEEE transactions on pattern analysis and machine intelligence", + "raw_type": null + }, + { + "id": "pmh:oai:arXiv.org:0810.2434", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/0810.2434", + "pdf_url": "https://arxiv.org/pdf/0810.2434", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:generic.eprints.org:332870", + "is_oa": false, + "landing_page_url": "http://publications.eng.cam.ac.uk/332870/", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4406922847", + "display_name": "Cambridge University Engineering Department Publications Database", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Article" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:0810.2434", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/0810.2434", + "pdf_url": "https://arxiv.org/pdf/0810.2434", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 103, + "referenced_works": [ + "https://openalex.org/W22745672", + "https://openalex.org/W1505641881", + "https://openalex.org/W1532362218", + "https://openalex.org/W1541642243", + "https://openalex.org/W1564419782", + "https://openalex.org/W1573635437", + "https://openalex.org/W1580529010", + "https://openalex.org/W1639227073", + "https://openalex.org/W1676552347", + "https://openalex.org/W1773272891", + "https://openalex.org/W1831051511", + "https://openalex.org/W1911904603", + "https://openalex.org/W1926270821", + "https://openalex.org/W1966683117", + "https://openalex.org/W1967129518", + "https://openalex.org/W1970393892", + "https://openalex.org/W1974104694", + "https://openalex.org/W1980633381", + "https://openalex.org/W1981626707", + "https://openalex.org/W1981787154", + "https://openalex.org/W1983503034", + "https://openalex.org/W1985444400", + "https://openalex.org/W1992047056", + "https://openalex.org/W1994069847", + "https://openalex.org/W1994513823", + "https://openalex.org/W2000701155", + "https://openalex.org/W2003262222", + "https://openalex.org/W2012778485", + "https://openalex.org/W2014161456", + "https://openalex.org/W2015206503", + "https://openalex.org/W2017284398", + "https://openalex.org/W2020187819", + "https://openalex.org/W2022486878", + "https://openalex.org/W2027874846", + "https://openalex.org/W2028721671", + "https://openalex.org/W2038691774", + "https://openalex.org/W2045888618", + "https://openalex.org/W2046269998", + "https://openalex.org/W2052408227", + "https://openalex.org/W2054511520", + "https://openalex.org/W2059389571", + "https://openalex.org/W2062758634", + "https://openalex.org/W2065884509", + "https://openalex.org/W2067718526", + "https://openalex.org/W2069295011", + "https://openalex.org/W2072029938", + "https://openalex.org/W2075144239", + "https://openalex.org/W2075746031", + "https://openalex.org/W2075747175", + "https://openalex.org/W2076343824", + "https://openalex.org/W2090736344", + "https://openalex.org/W2091841488", + "https://openalex.org/W2091912813", + "https://openalex.org/W2093808735", + "https://openalex.org/W2095905764", + "https://openalex.org/W2099046646", + "https://openalex.org/W2102586630", + "https://openalex.org/W2105364438", + "https://openalex.org/W2111125604", + "https://openalex.org/W2111308925", + "https://openalex.org/W2111589119", + "https://openalex.org/W2114785422", + "https://openalex.org/W2115168188", + "https://openalex.org/W2117274643", + "https://openalex.org/W2119747362", + "https://openalex.org/W2129146260", + "https://openalex.org/W2130103520", + "https://openalex.org/W2135273733", + "https://openalex.org/W2138342591", + "https://openalex.org/W2141859096", + "https://openalex.org/W2142458388", + "https://openalex.org/W2144540462", + "https://openalex.org/W2145023731", + "https://openalex.org/W2145665593", + "https://openalex.org/W2148278638", + "https://openalex.org/W2149706766", + "https://openalex.org/W2151103935", + "https://openalex.org/W2155625202", + "https://openalex.org/W2156460770", + "https://openalex.org/W2158148005", + "https://openalex.org/W2162430761", + "https://openalex.org/W2163205713", + "https://openalex.org/W2165239264", + "https://openalex.org/W2168861291", + "https://openalex.org/W2169741726", + "https://openalex.org/W2170120409", + "https://openalex.org/W2170419248", + "https://openalex.org/W2170628770", + "https://openalex.org/W2172263315", + "https://openalex.org/W2177274842", + "https://openalex.org/W2791807800", + "https://openalex.org/W2911835288", + "https://openalex.org/W2914011225", + "https://openalex.org/W2999811158", + "https://openalex.org/W3040777582", + "https://openalex.org/W4236137412", + "https://openalex.org/W4250453583", + "https://openalex.org/W6631707545", + "https://openalex.org/W6634737366", + "https://openalex.org/W6637324600", + "https://openalex.org/W6677385351", + "https://openalex.org/W6679388247", + "https://openalex.org/W6680873466" + ], + "related_works": [ + "https://openalex.org/W2054654791", + "https://openalex.org/W2039361535", + "https://openalex.org/W1985861440", + "https://openalex.org/W2344562887", + "https://openalex.org/W1566379417", + "https://openalex.org/W4232672640", + "https://openalex.org/W2102080789", + "https://openalex.org/W2350376800", + "https://openalex.org/W2122784802", + "https://openalex.org/W2372805521" + ], + "abstract_inverted_index": { + "The": [ + 0, + 20, + 43 + ], + "repeatability": [ + 1, + 21, + 155 + ], + "and": [ + 2, + 203 + ], + "efficiency": [ + 3, + 44 + ], + "of": [ + 4, + 101, + 139, + 148, + 204 + ], + "a": [ + 5, + 17, + 72, + 84, + 145, + 196 + ], + "corner": [ + 6, + 149 + ], + "detector": [ + 7, + 52, + 86, + 118, + 176, + 197 + ], + "determines": [ + 8, + 49 + ], + "how": [ + 9 + ], + "likely": [ + 10 + ], + "it": [ + 11, + 130 + ], + "is": [ + 12, + 22, + 45, + 199 + ], + "to": [ + 13, + 37, + 131, + 158 + ], + "be": [ + 14, + 132 + ], + "useful": [ + 15 + ], + "in": [ + 16, + 66, + 193 + ], + "real-world": [ + 18, + 40 + ], + "application.": [ + 19 + ], + "important": [ + 23, + 46 + ], + "because": [ + 24, + 47 + ], + "the": [ + 25, + 38, + 51, + 102, + 127, + 153, + 183 + ], + "same": [ + 26, + 39 + ], + "scene": [ + 27 + ], + "viewed": [ + 28 + ], + "from": [ + 29, + 87 + ], + "different": [ + 30 + ], + "positions": [ + 31 + ], + "should": [ + 32 + ], + "yield": [ + 33 + ], + "features": [ + 34 + ], + "which": [ + 35, + 89 + ], + "correspond": [ + 36 + ], + "3D": [ + 41, + 159 + ], + "locations.": [ + 42 + ], + "this": [ + 48, + 67, + 88 + ], + "whether": [ + 50 + ], + "combined": [ + 53 + ], + "with": [ + 54, + 136 + ], + "further": [ + 55 + ], + "processing": [ + 56, + 104 + ], + "can": [ + 57, + 90 + ], + "operate": [ + 58, + 113 + ], + "at": [ + 59, + 114 + ], + "frame": [ + 60, + 115 + ], + "rate.": [ + 61 + ], + "Three": [ + 62 + ], + "advances": [ + 63 + ], + "are": [ + 64 + ], + "described": [ + 65 + ], + "paper.": [ + 68 + ], + "First,": [ + 69 + ], + "we": [ + 70, + 82, + 125, + 142 + ], + "present": [ + 71 + ], + "new": [ + 73 + ], + "heuristic": [ + 74, + 175 + ], + "for": [ + 75, + 134, + 168 + ], + "feature": [ + 76, + 85, + 180 + ], + "detection": [ + 77 + ], + "and,": [ + 78 + ], + "using": [ + 79, + 96, + 187 + ], + "machine": [ + 80, + 188 + ], + "learning,": [ + 81 + ], + "derive": [ + 83 + ], + "fully": [ + 91 + ], + "process": [ + 92 + ], + "live": [ + 93 + ], + "PAL": [ + 94 + ], + "video": [ + 95 + ], + "less": [ + 97 + ], + "than": [ + 98 + ], + "5": [ + 99 + ], + "percent": [ + 100 + ], + "available": [ + 103 + ], + "time.": [ + 105 + ], + "By": [ + 106 + ], + "comparison,": [ + 107 + ], + "most": [ + 108 + ], + "other": [ + 109 + ], + "detectors": [ + 110, + 150 + ], + "cannot": [ + 111 + ], + "even": [ + 112 + ], + "rate": [ + 116 + ], + "(Harris": [ + 117 + ], + "115": [ + 119 + ], + "percent,": [ + 120 + ], + "SIFT": [ + 121 + ], + "195": [ + 122 + ], + "percent).": [ + 123 + ], + "Second,": [ + 124 + ], + "generalize": [ + 126 + ], + "detector,": [ + 128 + ], + "allowing": [ + 129 + ], + "optimized": [ + 133 + ], + "repeatability,": [ + 135, + 194 + ], + "little": [ + 137 + ], + "loss": [ + 138 + ], + "efficiency.": [ + 140 + ], + "Third,": [ + 141 + ], + "carry": [ + 143 + ], + "out": [ + 144 + ], + "rigorous": [ + 146 + ], + "comparison": [ + 147, + 184 + ], + "based": [ + 151 + ], + "on": [ + 152, + 170 + ], + "above": [ + 154 + ], + "criterion": [ + 156 + ], + "applied": [ + 157 + ], + "scenes.": [ + 160 + ], + "We": [ + 161 + ], + "show": [ + 162 + ], + "that,": [ + 163 + ], + "despite": [ + 164 + ], + "being": [ + 165 + ], + "principally": [ + 166 + ], + "constructed": [ + 167 + ], + "speed,": [ + 169 + ], + "these": [ + 171 + ], + "stringent": [ + 172 + ], + "tests,": [ + 173 + ], + "our": [ + 174 + ], + "significantly": [ + 177 + ], + "outperforms": [ + 178 + ], + "existing": [ + 179 + ], + "detectors.": [ + 181 + ], + "Finally,": [ + 182 + ], + "demonstrates": [ + 185 + ], + "that": [ + 186, + 198 + ], + "learning": [ + 189 + ], + "produces": [ + 190 + ], + "significant": [ + 191 + ], + "improvements": [ + 192 + ], + "yielding": [ + 195 + ], + "both": [ + 200 + ], + "very": [ + 201, + 205 + ], + "fast": [ + 202 + ], + "high": [ + 206 + ], + "quality.": [ + 207 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 15 + }, + { + "year": 2025, + "cited_by_count": 77 + }, + { + "year": 2024, + "cited_by_count": 90 + }, + { + "year": 2023, + "cited_by_count": 105 + }, + { + "year": 2022, + "cited_by_count": 124 + }, + { + "year": 2021, + "cited_by_count": 125 + }, + { + "year": 2020, + "cited_by_count": 145 + }, + { + "year": 2019, + "cited_by_count": 149 + }, + { + "year": 2018, + "cited_by_count": 159 + }, + { + "year": 2017, + "cited_by_count": 165 + }, + { + "year": 2016, + "cited_by_count": 141 + }, + { + "year": 2015, + "cited_by_count": 153 + }, + { + "year": 2014, + "cited_by_count": 129 + }, + { + "year": 2013, + "cited_by_count": 118 + }, + { + "year": 2012, + "cited_by_count": 68 + } + ], + "updated_date": "2026-05-25T08:39:21.599409", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2015811642", + "doi": "https://doi.org/10.1080/00107514.2014.964942", + "title": "An introduction to quantum machine learning", + "display_name": "An introduction to quantum machine learning", + "relevance_score": 2622.3848, + "publication_year": 2014, + "publication_date": "2014-10-15", + "ids": { + "openalex": "https://openalex.org/W2015811642", + "doi": "https://doi.org/10.1080/00107514.2014.964942", + "mag": "2015811642" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1080/00107514.2014.964942", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1080/00107514.2014.964942", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S161902083", + "display_name": "Contemporary Physics", + "issn_l": "0010-7514", + "issn": [ + "0010-7514", + "1366-5812" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320547", + "host_organization_name": "Taylor & Francis", + "host_organization_lineage": [ + "https://openalex.org/P4310320547" + ], + "host_organization_lineage_names": [ + "Taylor & Francis" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Contemporary Physics", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "arxiv", + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1409.3097", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": null, + "display_name": "Maria Schuld", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I95023434", + "display_name": "University of KwaZulu-Natal", + "ror": "https://ror.org/04qzfn040", + "country_code": "ZA", + "type": "education", + "lineage": [ + "https://openalex.org/I95023434" + ] + } + ], + "countries": [ + "ZA" + ], + "is_corresponding": true, + "raw_author_name": "Maria Schuld", + "raw_affiliation_strings": [ + "Quantum Research Group, School of Chemistry and Physics, University of KwaZulu-Natal, Durban 4001, South Africa" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Quantum Research Group, School of Chemistry and Physics, University of KwaZulu-Natal, Durban 4001, South Africa", + "institution_ids": [ + "https://openalex.org/I95023434" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": null, + "display_name": "Ilya Sinayskiy", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Ilya Sinayskiy", + "raw_affiliation_strings": [ + "Quantum Research Group, School of Chemistry and Physics, University of KwaZulu-Natal, Durban 4001, South Africa.; National Institute for Theoretical Physics (NITheP), KwaZulu-Natal, South Africa" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Quantum Research Group, School of Chemistry and Physics, University of KwaZulu-Natal, Durban 4001, South Africa.; National Institute for Theoretical Physics (NITheP), KwaZulu-Natal, South Africa", + "institution_ids": [] + } + ] + }, + { + "author_position": "last", + "author": { + "id": null, + "display_name": "Francesco Petruccione", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Francesco Petruccione", + "raw_affiliation_strings": [ + "Quantum Research Group, School of Chemistry and Physics, University of KwaZulu-Natal, Durban 4001, South Africa.; National Institute for Theoretical Physics (NITheP), KwaZulu-Natal, South Africa" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Quantum Research Group, School of Chemistry and Physics, University of KwaZulu-Natal, Durban 4001, South Africa.; National Institute for Theoretical Physics (NITheP), KwaZulu-Natal, South Africa", + "institution_ids": [] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 3, + "corresponding_author_ids": [], + "corresponding_institution_ids": [ + "https://openalex.org/I95023434" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 19.4489, + "has_fulltext": false, + "cited_by_count": 1225, + "citation_normalized_percentile": { + "value": 0.99357845, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "56", + "issue": "2", + "first_page": "172", + "last_page": "185" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10682", + "display_name": "Quantum Computing Algorithms and Architecture", + "score": 0.817799985408783, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10682", + "display_name": "Quantum Computing Algorithms and Architecture", + "score": 0.817799985408783, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10622", + "display_name": "Quantum Mechanics and Applications", + "score": 0.01489999983459711, + "subfield": { + "id": "https://openalex.org/subfields/3107", + "display_name": "Atomic and Molecular Physics, and Optics" + }, + "field": { + "id": "https://openalex.org/fields/31", + "display_name": "Physics and Astronomy" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10020", + "display_name": "Quantum Information and Cryptography", + "score": 0.011599999852478504, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/quantum-machine-learning", + "display_name": "Quantum machine learning", + "score": 0.6427000164985657 + }, + { + "id": "https://openalex.org/keywords/subroutine", + "display_name": "Subroutine", + "score": 0.6392999887466431 + }, + { + "id": "https://openalex.org/keywords/machine-translation", + "display_name": "Machine translation", + "score": 0.5587000250816345 + }, + { + "id": "https://openalex.org/keywords/quantum-computer", + "display_name": "Quantum computer", + "score": 0.5418000221252441 + }, + { + "id": "https://openalex.org/keywords/field", + "display_name": "Field (mathematics)", + "score": 0.5389000177383423 + }, + { + "id": "https://openalex.org/keywords/quantum", + "display_name": "Quantum", + "score": 0.49810001254081726 + }, + { + "id": "https://openalex.org/keywords/relation", + "display_name": "Relation (database)", + "score": 0.492000013589859 + }, + { + "id": "https://openalex.org/keywords/computational-learning-theory", + "display_name": "Computational learning theory", + "score": 0.38510000705718994 + }, + { + "id": "https://openalex.org/keywords/range", + "display_name": "Range (aeronautics)", + "score": 0.37560001015663147 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7555999755859375 + }, + { + "id": "https://openalex.org/C2779094486", + "wikidata": "https://www.wikidata.org/wiki/Q18811578", + "display_name": "Quantum machine learning", + "level": 4, + "score": 0.6427000164985657 + }, + { + "id": "https://openalex.org/C96147967", + "wikidata": "https://www.wikidata.org/wiki/Q190686", + "display_name": "Subroutine", + "level": 2, + "score": 0.6392999887466431 + }, + { + "id": "https://openalex.org/C203005215", + "wikidata": "https://www.wikidata.org/wiki/Q79798", + "display_name": "Machine translation", + "level": 2, + "score": 0.5587000250816345 + }, + { + "id": "https://openalex.org/C58053490", + "wikidata": "https://www.wikidata.org/wiki/Q176555", + "display_name": "Quantum computer", + "level": 3, + "score": 0.5418000221252441 + }, + { + "id": "https://openalex.org/C9652623", + "wikidata": "https://www.wikidata.org/wiki/Q190109", + "display_name": "Field (mathematics)", + "level": 2, + "score": 0.5389000177383423 + }, + { + "id": "https://openalex.org/C84114770", + "wikidata": "https://www.wikidata.org/wiki/Q46344", + "display_name": "Quantum", + "level": 2, + "score": 0.49810001254081726 + }, + { + "id": "https://openalex.org/C25343380", + "wikidata": "https://www.wikidata.org/wiki/Q277521", + "display_name": "Relation (database)", + "level": 2, + "score": 0.492000013589859 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.4293999969959259 + }, + { + "id": "https://openalex.org/C80444323", + "wikidata": "https://www.wikidata.org/wiki/Q2878974", + "display_name": "Theoretical computer science", + "level": 1, + "score": 0.38679999113082886 + }, + { + "id": "https://openalex.org/C50292564", + "wikidata": "https://www.wikidata.org/wiki/Q2462783", + "display_name": "Computational learning theory", + "level": 3, + "score": 0.38510000705718994 + }, + { + "id": "https://openalex.org/C204323151", + "wikidata": "https://www.wikidata.org/wiki/Q905424", + "display_name": "Range (aeronautics)", + "level": 2, + "score": 0.37560001015663147 + }, + { + "id": "https://openalex.org/C131671149", + "wikidata": "https://www.wikidata.org/wiki/Q2703890", + "display_name": "Universal Turing machine", + "level": 4, + "score": 0.36239999532699585 + }, + { + "id": "https://openalex.org/C149364088", + "wikidata": "https://www.wikidata.org/wiki/Q185917", + "display_name": "Translation (biology)", + "level": 4, + "score": 0.3573000133037567 + }, + { + "id": "https://openalex.org/C137019171", + "wikidata": "https://www.wikidata.org/wiki/Q2623817", + "display_name": "Quantum algorithm", + "level": 3, + "score": 0.35510000586509705 + }, + { + "id": "https://openalex.org/C169699857", + "wikidata": "https://www.wikidata.org/wiki/Q2122243", + "display_name": "Quantum information", + "level": 3, + "score": 0.34360000491142273 + }, + { + "id": "https://openalex.org/C192061203", + "wikidata": "https://www.wikidata.org/wiki/Q765620", + "display_name": "Quantum Turing machine", + "level": 5, + "score": 0.33169999718666077 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.31439998745918274 + }, + { + "id": "https://openalex.org/C62641251", + "wikidata": "https://www.wikidata.org/wiki/Q7269097", + "display_name": "Quantum sort", + "level": 5, + "score": 0.31119999289512634 + }, + { + "id": "https://openalex.org/C190463098", + "wikidata": "https://www.wikidata.org/wiki/Q2081419", + "display_name": "Quantum technology", + "level": 4, + "score": 0.3100999891757965 + }, + { + "id": "https://openalex.org/C5320026", + "wikidata": "https://www.wikidata.org/wiki/Q2122216", + "display_name": "Quantum information science", + "level": 4, + "score": 0.30160000920295715 + }, + { + "id": "https://openalex.org/C32254414", + "wikidata": "https://www.wikidata.org/wiki/Q4724364", + "display_name": "Algorithmic learning theory", + "level": 3, + "score": 0.28349998593330383 + }, + { + "id": "https://openalex.org/C182306322", + "wikidata": "https://www.wikidata.org/wiki/Q1779371", + "display_name": "Order (exchange)", + "level": 2, + "score": 0.2777999937534332 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.2728999853134155 + }, + { + "id": "https://openalex.org/C2982832238", + "wikidata": "https://www.wikidata.org/wiki/Q5531640", + "display_name": "General purpose", + "level": 2, + "score": 0.2621999979019165 + }, + { + "id": "https://openalex.org/C2986862884", + "wikidata": "https://www.wikidata.org/wiki/Q7553", + "display_name": "Language translation", + "level": 3, + "score": 0.25360000133514404 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "doi:10.1080/00107514.2014.964942", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1080/00107514.2014.964942", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S161902083", + "display_name": "Contemporary Physics", + "issn_l": "0010-7514", + "issn": [ + "0010-7514", + "1366-5812" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320547", + "host_organization_name": "Taylor & Francis", + "host_organization_lineage": [ + "https://openalex.org/P4310320547" + ], + "host_organization_lineage_names": [ + "Taylor & Francis" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Contemporary Physics", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:arXiv.org:1409.3097", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1409.3097", + "pdf_url": "https://arxiv.org/pdf/1409.3097", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1409.3097", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1409.3097", + "pdf_url": "https://arxiv.org/pdf/1409.3097", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 44, + "referenced_works": [ + "https://openalex.org/W1485920032", + "https://openalex.org/W1490115964", + "https://openalex.org/W1492999010", + "https://openalex.org/W1498436455", + "https://openalex.org/W1514004320", + "https://openalex.org/W1581516671", + "https://openalex.org/W1804957150", + "https://openalex.org/W1942423339", + "https://openalex.org/W1968561119", + "https://openalex.org/W1971567680", + "https://openalex.org/W1979692035", + "https://openalex.org/W1980073965", + "https://openalex.org/W1987915183", + "https://openalex.org/W1990514347", + "https://openalex.org/W2008355848", + "https://openalex.org/W2010505240", + "https://openalex.org/W2019112050", + "https://openalex.org/W2020783771", + "https://openalex.org/W2030545386", + "https://openalex.org/W2031056773", + "https://openalex.org/W2034539720", + "https://openalex.org/W2037645123", + "https://openalex.org/W2038713182", + "https://openalex.org/W2040870580", + "https://openalex.org/W2044799191", + "https://openalex.org/W2055784634", + "https://openalex.org/W2061422883", + "https://openalex.org/W2064268005", + "https://openalex.org/W2076257979", + "https://openalex.org/W2089365259", + "https://openalex.org/W2095984596", + "https://openalex.org/W2103956991", + "https://openalex.org/W2111084110", + "https://openalex.org/W2121062711", + "https://openalex.org/W2122964527", + "https://openalex.org/W2124269824", + "https://openalex.org/W2125838338", + "https://openalex.org/W2133892930", + "https://openalex.org/W2136922672", + "https://openalex.org/W2138178898", + "https://openalex.org/W2990961515", + "https://openalex.org/W3022578515", + "https://openalex.org/W3037443854", + "https://openalex.org/W3037687232" + ], + "related_works": [], + "abstract_inverted_index": { + "Machine": [ + 0 + ], + "learning": [ + 1, + 54 + ], + "algorithms": [ + 2, + 62 + ], + "learn": [ + 3 + ], + "a": [ + 4, + 68, + 86, + 115 + ], + "desired": [ + 5 + ], + "input-output": [ + 6 + ], + "relation": [ + 7 + ], + "from": [ + 8, + 58 + ], + "examples": [ + 9 + ], + "in": [ + 10, + 33, + 106 + ], + "order": [ + 11 + ], + "to": [ + 12, + 50, + 71 + ], + "interpret": [ + 13 + ], + "new": [ + 14 + ], + "inputs.": [ + 15 + ], + "This": [ + 16, + 83 + ], + "is": [ + 17 + ], + "important": [ + 18 + ], + "for": [ + 19 + ], + "tasks": [ + 20 + ], + "such": [ + 21 + ], + "as": [ + 22, + 101, + 103 + ], + "image": [ + 23 + ], + "and": [ + 24, + 110 + ], + "speech": [ + 25 + ], + "recognition": [ + 26 + ], + "or": [ + 27, + 63 + ], + "strategy": [ + 28 + ], + "optimisation,": [ + 29 + ], + "with": [ + 30 + ], + "growing": [ + 31 + ], + "applications": [ + 32 + ], + "the": [ + 34, + 38, + 72, + 78, + 90, + 99, + 112 + ], + "IT": [ + 35 + ], + "industry.": [ + 36 + ], + "In": [ + 37 + ], + "last": [ + 39 + ], + "couple": [ + 40 + ], + "of": [ + 41, + 74, + 80, + 89, + 93, + 114, + 118 + ], + "years,": [ + 42 + ], + "researchers": [ + 43 + ], + "investigated": [ + 44 + ], + "if": [ + 45 + ], + "quantum": [ + 46, + 69, + 81, + 94, + 119 + ], + "computing": [ + 47 + ], + "can": [ + 48 + ], + "help": [ + 49 + ], + "improve": [ + 51 + ], + "classical": [ + 52 + ], + "machine": [ + 53, + 95 + ], + "algorithms.": [ + 55 + ], + "Ideas": [ + 56 + ], + "range": [ + 57 + ], + "running": [ + 59 + ], + "computationally": [ + 60 + ], + "costly": [ + 61 + ], + "their": [ + 64 + ], + "subroutines": [ + 65 + ], + "efficiently": [ + 66 + ], + "on": [ + 67 + ], + "computer": [ + 70 + ], + "translation": [ + 73 + ], + "stochastic": [ + 75 + ], + "methods": [ + 76 + ], + "into": [ + 77 + ], + "language": [ + 79 + ], + "theory.": [ + 82 + ], + "contribution": [ + 84 + ], + "gives": [ + 85 + ], + "systematic": [ + 87 + ], + "overview": [ + 88 + ], + "emerging": [ + 91 + ], + "field": [ + 92 + ], + "learning.": [ + 96, + 120 + ], + "It": [ + 97 + ], + "presents": [ + 98 + ], + "approaches": [ + 100 + ], + "well": [ + 102 + ], + "technical": [ + 104 + ], + "details": [ + 105 + ], + "an": [ + 107 + ], + "accessible": [ + 108 + ], + "way,": [ + 109 + ], + "discusses": [ + 111 + ], + "potential": [ + 113 + ], + "future": [ + 116 + ], + "theory": [ + 117 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 125 + }, + { + "year": 2025, + "cited_by_count": 267 + }, + { + "year": 2024, + "cited_by_count": 218 + }, + { + "year": 2023, + "cited_by_count": 168 + }, + { + "year": 2022, + "cited_by_count": 128 + }, + { + "year": 2021, + "cited_by_count": 94 + }, + { + "year": 2020, + "cited_by_count": 82 + }, + { + "year": 2019, + "cited_by_count": 57 + }, + { + "year": 2018, + "cited_by_count": 40 + }, + { + "year": 2017, + "cited_by_count": 31 + }, + { + "year": 2016, + "cited_by_count": 11 + }, + { + "year": 2015, + "cited_by_count": 3 + }, + { + "year": 2014, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-28T09:10:13.091523", + "created_date": "2016-06-24T00:00:00" + }, + { + "id": "https://openalex.org/W2789894922", + "doi": "https://doi.org/10.1001/jama.2017.18391", + "title": "Big Data and Machine Learning in Health Care", + "display_name": "Big Data and Machine Learning in Health Care", + "relevance_score": 2616.0063, + "publication_year": 2018, + "publication_date": "2018-03-12", + "ids": { + "openalex": "https://openalex.org/W2789894922", + "doi": "https://doi.org/10.1001/jama.2017.18391", + "mag": "2789894922", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/29532063" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1001/jama.2017.18391", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1001/jama.2017.18391", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S172573765", + "display_name": "JAMA", + "issn_l": "0098-7484", + "issn": [ + "0098-7484", + "1538-3598" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320259", + "host_organization_name": "American Medical Association", + "host_organization_lineage": [ + "https://openalex.org/P4310320259" + ], + "host_organization_lineage_names": [ + "American Medical Association" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "JAMA", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref", + "pubmed" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5077007622", + "display_name": "Andrew L. Beam", + "orcid": "https://orcid.org/0000-0002-6657-2787" + }, + "institutions": [ + { + "id": "https://openalex.org/I136199984", + "display_name": "Harvard University", + "ror": "https://ror.org/03vek6s52", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I136199984" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Andrew L. Beam", + "raw_affiliation_strings": [ + "Department of Biomedical Informatics, Harvard Medical School, Boston, Massachusetts" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Biomedical Informatics, Harvard Medical School, Boston, Massachusetts", + "institution_ids": [ + "https://openalex.org/I136199984" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5088509061", + "display_name": "Isaac S. Kohane", + "orcid": "https://orcid.org/0000-0003-2192-5160" + }, + "institutions": [ + { + "id": "https://openalex.org/I136199984", + "display_name": "Harvard University", + "ror": "https://ror.org/03vek6s52", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I136199984" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Isaac S. Kohane", + "raw_affiliation_strings": [ + "Department of Biomedical Informatics, Harvard Medical School, Boston, Massachusetts" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Biomedical Informatics, Harvard Medical School, Boston, Massachusetts", + "institution_ids": [ + "https://openalex.org/I136199984" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5077007622" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I136199984" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 125.0736, + "has_fulltext": false, + "cited_by_count": 2104, + "citation_normalized_percentile": { + "value": 0.99976569, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "319", + "issue": "13", + "first_page": "1317", + "last_page": "1317" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10261", + "display_name": "Genetic Associations and Epidemiology", + "score": 0.9894000291824341, + "subfield": { + "id": "https://openalex.org/subfields/1311", + "display_name": "Genetics" + }, + "field": { + "id": "https://openalex.org/fields/13", + "display_name": "Biochemistry, Genetics and Molecular Biology" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10261", + "display_name": "Genetic Associations and Epidemiology", + "score": 0.9894000291824341, + "subfield": { + "id": "https://openalex.org/subfields/1311", + "display_name": "Genetics" + }, + "field": { + "id": "https://openalex.org/fields/13", + "display_name": "Biochemistry, Genetics and Molecular Biology" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + }, + { + "id": "https://openalex.org/T13702", + "display_name": "Machine Learning in Healthcare", + "score": 0.9599000215530396, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12026", + "display_name": "Explainable Artificial Intelligence (XAI)", + "score": 0.9545000195503235, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/medicine", + "display_name": "Medicine", + "score": 0.9493777751922607 + }, + { + "id": "https://openalex.org/keywords/otorhinolaryngology", + "display_name": "Otorhinolaryngology", + "score": 0.5338343977928162 + }, + { + "id": "https://openalex.org/keywords/family-medicine", + "display_name": "Family medicine", + "score": 0.5010433197021484 + }, + { + "id": "https://openalex.org/keywords/sign", + "display_name": "Sign (mathematics)", + "score": 0.4248647093772888 + }, + { + "id": "https://openalex.org/keywords/psychiatry", + "display_name": "Psychiatry", + "score": 0.32425233721733093 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.9493777751922607 + }, + { + "id": "https://openalex.org/C108516343", + "wikidata": "https://www.wikidata.org/wiki/Q189553", + "display_name": "Otorhinolaryngology", + "level": 2, + "score": 0.5338343977928162 + }, + { + "id": "https://openalex.org/C512399662", + "wikidata": "https://www.wikidata.org/wiki/Q3505712", + "display_name": "Family medicine", + "level": 1, + "score": 0.5010433197021484 + }, + { + "id": "https://openalex.org/C139676723", + "wikidata": "https://www.wikidata.org/wiki/Q1193832", + "display_name": "Sign (mathematics)", + "level": 2, + "score": 0.4248647093772888 + }, + { + "id": "https://openalex.org/C118552586", + "wikidata": "https://www.wikidata.org/wiki/Q7867", + "display_name": "Psychiatry", + "level": 1, + "score": 0.32425233721733093 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C134306372", + "wikidata": "https://www.wikidata.org/wiki/Q7754", + "display_name": "Mathematical analysis", + "level": 1, + "score": 0.0 + } + ], + "mesh": [ + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D016571", + "descriptor_name": "Neural Networks, Computer", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D016571", + "descriptor_name": "Neural Networks, Computer", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D016571", + "descriptor_name": "Neural Networks, Computer", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D057225", + "descriptor_name": "Data Mining", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D057225", + "descriptor_name": "Data Mining", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D057225", + "descriptor_name": "Data Mining", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D066264", + "descriptor_name": "Datasets as Topic", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D066264", + "descriptor_name": "Datasets as Topic", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D066264", + "descriptor_name": "Datasets as Topic", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + } + ], + "locations_count": 2, + "locations": [ + { + "id": "doi:10.1001/jama.2017.18391", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1001/jama.2017.18391", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S172573765", + "display_name": "JAMA", + "issn_l": "0098-7484", + "issn": [ + "0098-7484", + "1538-3598" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320259", + "host_organization_name": "American Medical Association", + "host_organization_lineage": [ + "https://openalex.org/P4310320259" + ], + "host_organization_lineage_names": [ + "American Medical Association" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "JAMA", + "raw_type": "journal-article" + }, + { + "id": "pmid:29532063", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/29532063", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "JAMA", + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 5, + "referenced_works": [ + "https://openalex.org/W1984116324", + "https://openalex.org/W2076652359", + "https://openalex.org/W2257979135", + "https://openalex.org/W2557738935", + "https://openalex.org/W2766447205" + ], + "related_works": [ + "https://openalex.org/W2899084033", + "https://openalex.org/W2748952813", + "https://openalex.org/W3031052312", + "https://openalex.org/W3032375762", + "https://openalex.org/W1995515455", + "https://openalex.org/W2080531066", + "https://openalex.org/W3108674512", + "https://openalex.org/W1506200166", + "https://openalex.org/W2048182022", + "https://openalex.org/W2604872355" + ], + "abstract_inverted_index": { + "Our": [ + 0 + ], + "website": [ + 1 + ], + "uses": [ + 2 + ], + "cookies": [ + 3 + ], + "to": [ + 4, + 10, + 20, + 171 + ], + "enhance": [ + 5 + ], + "your": [ + 6, + 158 + ], + "experience.": [ + 7 + ], + "By": [ + 8 + ], + "continuing": [ + 9 + ], + "use": [ + 11 + ], + "our": [ + 12, + 21 + ], + "site,": [ + 13 + ], + "or": [ + 14 + ], + "clicking": [ + 15 + ], + "\"Continue,\"": [ + 16 + ], + "you": [ + 17 + ], + "are": [ + 18 + ], + "agreeing": [ + 19 + ], + "Cookie": [ + 22 + ], + "Policy": [ + 23, + 92 + ], + "|": [ + 24, + 90, + 93 + ], + "Continue": [ + 25 + ], + "JAMA": [ + 26, + 32, + 33, + 36, + 38, + 40, + 43, + 46, + 48, + 50, + 52, + 57, + 59, + 61, + 105, + 106, + 109, + 111, + 113, + 116, + 119, + 122, + 124, + 126, + 128, + 133, + 135, + 137, + 173 + ], + "HomeNew": [ + 27 + ], + "OnlineCurrent": [ + 28 + ], + "IssueFor": [ + 29 + ], + "Authors": [ + 30 + ], + "Publications": [ + 31 + ], + "Network": [ + 34, + 107 + ], + "Open": [ + 35, + 108 + ], + "Cardiology": [ + 37, + 110 + ], + "Dermatology": [ + 39, + 112 + ], + "Health": [ + 41, + 117 + ], + "Forum": [ + 42, + 114, + 118 + ], + "Internal": [ + 44, + 120 + ], + "Medicine": [ + 45, + 121 + ], + "Neurology": [ + 47, + 65, + 123, + 141 + ], + "Oncology": [ + 49, + 125 + ], + "Ophthalmology": [ + 51, + 127 + ], + "Otolaryngology–Head": [ + 53, + 129 + ], + "&": [ + 54, + 66, + 85, + 130, + 142 + ], + "Neck": [ + 55, + 131 + ], + "Surgery": [ + 56, + 62, + 132, + 138 + ], + "Pediatrics": [ + 58, + 134 + ], + "Psychiatry": [ + 60, + 67, + 136, + 143 + ], + "Archives": [ + 63, + 139 + ], + "of": [ + 64, + 88, + 140 + ], + "(1919-1959)": [ + 68 + ], + "Podcasts": [ + 69 + ], + "Clinical": [ + 70 + ], + "Reviews": [ + 71 + ], + "Editors'": [ + 72 + ], + "Summary": [ + 73 + ], + "Medical": [ + 74, + 98 + ], + "News": [ + 75 + ], + "Author": [ + 76 + ], + "Interviews": [ + 77 + ], + "More": [ + 78 + ], + "JN": [ + 79 + ], + "Learning": [ + 80 + ], + "/": [ + 81, + 83 + ], + "CMESubscribeJobsInstitutions": [ + 82 + ], + "LibrariansReprints": [ + 84 + ], + "Permissions": [ + 86 + ], + "Terms": [ + 87 + ], + "Use": [ + 89 + ], + "Privacy": [ + 91 + ], + "Accessibility": [ + 94 + ], + "Statement": [ + 95 + ], + "2023": [ + 96 + ], + "American": [ + 97 + ], + "Association.": [ + 99 + ], + "All": [ + 100, + 104 + ], + "Rights": [ + 101 + ], + "Reserved": [ + 102 + ], + "Search": [ + 103, + 145 + ], + "Archive": [ + 115 + ], + "Input": [ + 144 + ], + "Term": [ + 146 + ], + "Sign": [ + 147, + 150, + 152, + 160 + ], + "In": [ + 148, + 151, + 161 + ], + "Individual": [ + 149 + ], + "inCreate": [ + 153 + ], + "an": [ + 154 + ], + "Account": [ + 155 + ], + "Access": [ + 156 + ], + "through": [ + 157 + ], + "institution": [ + 159 + ], + "Purchase": [ + 162 + ], + "Options:": [ + 163 + ], + "Buy": [ + 164 + ], + "this": [ + 165, + 168 + ], + "article": [ + 166, + 169 + ], + "Rent": [ + 167 + ], + "Subscribe": [ + 170 + ], + "the": [ + 172 + ], + "journal": [ + 174 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 204 + }, + { + "year": 2025, + "cited_by_count": 376 + }, + { + "year": 2024, + "cited_by_count": 311 + }, + { + "year": 2023, + "cited_by_count": 274 + }, + { + "year": 2022, + "cited_by_count": 237 + }, + { + "year": 2021, + "cited_by_count": 279 + }, + { + "year": 2020, + "cited_by_count": 230 + }, + { + "year": 2019, + "cited_by_count": 133 + }, + { + "year": 2018, + "cited_by_count": 56 + }, + { + "year": 2015, + "cited_by_count": 1 + }, + { + "year": 2012, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2996061341", + "doi": "https://doi.org/10.1145/3359786", + "title": "Techniques for interpretable machine learning", + "display_name": "Techniques for interpretable machine learning", + "relevance_score": 2609.9995, + "publication_year": 2019, + "publication_date": "2019-12-20", + "ids": { + "openalex": "https://openalex.org/W2996061341", + "doi": "https://doi.org/10.1145/3359786", + "mag": "2996061341" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1145/3359786", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/3359786", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S103482838", + "display_name": "Communications of the ACM", + "issn_l": "0001-0782", + "issn": [ + "0001-0782", + "1557-7317" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319798", + "host_organization_name": "Association for Computing Machinery", + "host_organization_lineage": [ + "https://openalex.org/P4310319798" + ], + "host_organization_lineage_names": [ + "Association for Computing Machinery" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Communications of the ACM", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5072191151", + "display_name": "Mengnan Du", + "orcid": "https://orcid.org/0000-0002-1614-6069" + }, + "institutions": [ + { + "id": "https://openalex.org/I91045830", + "display_name": "Texas A&M University", + "ror": "https://ror.org/01f5ytq51", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I91045830" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Mengnan Du", + "raw_affiliation_strings": [ + "Texas A&M University, College Station, TX" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Texas A&M University, College Station, TX", + "institution_ids": [ + "https://openalex.org/I91045830" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5007489034", + "display_name": "Ninghao Liu", + "orcid": "https://orcid.org/0000-0002-9170-2424" + }, + "institutions": [ + { + "id": "https://openalex.org/I91045830", + "display_name": "Texas A&M University", + "ror": "https://ror.org/01f5ytq51", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I91045830" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Ninghao Liu", + "raw_affiliation_strings": [ + "Texas A&M University, College Station, TX" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Texas A&M University, College Station, TX", + "institution_ids": [ + "https://openalex.org/I91045830" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5068477431", + "display_name": "Xia Hu", + "orcid": "https://orcid.org/0000-0003-2234-3226" + }, + "institutions": [ + { + "id": "https://openalex.org/I91045830", + "display_name": "Texas A&M University", + "ror": "https://ror.org/01f5ytq51", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I91045830" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Xia Hu", + "raw_affiliation_strings": [ + "Texas A&M University, College Station, TX" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Texas A&M University, College Station, TX", + "institution_ids": [ + "https://openalex.org/I91045830" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5072191151" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I91045830" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 84.2956, + "has_fulltext": false, + "cited_by_count": 1230, + "citation_normalized_percentile": { + "value": 0.99944795, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "63", + "issue": "1", + "first_page": "68", + "last_page": "77" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12026", + "display_name": "Explainable Artificial Intelligence (XAI)", + "score": 0.9997000098228455, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12026", + "display_name": "Explainable Artificial Intelligence (XAI)", + "score": 0.9997000098228455, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11689", + "display_name": "Adversarial Robustness in Machine Learning", + "score": 0.9957000017166138, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9952999949455261, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6890396475791931 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6587886810302734 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.590798556804657 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6890396475791931 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6587886810302734 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.590798556804657 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1145/3359786", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/3359786", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S103482838", + "display_name": "Communications of the ACM", + "issn_l": "0001-0782", + "issn": [ + "0001-0782", + "1557-7317" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319798", + "host_organization_name": "Association for Computing Machinery", + "host_organization_lineage": [ + "https://openalex.org/P4310319798" + ], + "host_organization_lineage_names": [ + "Association for Computing Machinery" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Communications of the ACM", + "raw_type": "journal-article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 41, + "referenced_works": [ + "https://openalex.org/W1514535095", + "https://openalex.org/W1787224781", + "https://openalex.org/W1932198206", + "https://openalex.org/W1945616565", + "https://openalex.org/W1951216520", + "https://openalex.org/W1996796871", + "https://openalex.org/W2026905436", + "https://openalex.org/W2102636708", + "https://openalex.org/W2123045220", + "https://openalex.org/W2128420091", + "https://openalex.org/W2133564696", + "https://openalex.org/W2169393322", + "https://openalex.org/W2253993278", + "https://openalex.org/W2292919134", + "https://openalex.org/W2295598076", + "https://openalex.org/W2418098761", + "https://openalex.org/W2516809705", + "https://openalex.org/W2559655401", + "https://openalex.org/W2594475271", + "https://openalex.org/W2606462007", + "https://openalex.org/W2612690371", + "https://openalex.org/W2764024122", + "https://openalex.org/W2765204106", + "https://openalex.org/W2785760873", + "https://openalex.org/W2788403449", + "https://openalex.org/W2796096336", + "https://openalex.org/W2809002738", + "https://openalex.org/W2809376420", + "https://openalex.org/W2810511505", + "https://openalex.org/W2907174776", + "https://openalex.org/W2914018283", + "https://openalex.org/W2963125461", + "https://openalex.org/W2963615251", + "https://openalex.org/W3101609372", + "https://openalex.org/W3102476541", + "https://openalex.org/W3128452405", + "https://openalex.org/W4301861531", + "https://openalex.org/W6639927594", + "https://openalex.org/W6740789180", + "https://openalex.org/W6743446608", + "https://openalex.org/W6748634344" + ], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W3046775127", + "https://openalex.org/W3107602296", + "https://openalex.org/W3170094116", + "https://openalex.org/W4386462264", + "https://openalex.org/W4313488044", + "https://openalex.org/W3209574120", + "https://openalex.org/W4312192474", + "https://openalex.org/W4210805261" + ], + "abstract_inverted_index": { + "Uncovering": [ + 0 + ], + "the": [ + 1 + ], + "mysterious": [ + 2 + ], + "ways": [ + 3 + ], + "machine": [ + 4 + ], + "learning": [ + 5 + ], + "models": [ + 6 + ], + "make": [ + 7 + ], + "decisions.": [ + 8 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 39 + }, + { + "year": 2025, + "cited_by_count": 162 + }, + { + "year": 2024, + "cited_by_count": 221 + }, + { + "year": 2023, + "cited_by_count": 223 + }, + { + "year": 2022, + "cited_by_count": 221 + }, + { + "year": 2021, + "cited_by_count": 187 + }, + { + "year": 2020, + "cited_by_count": 139 + }, + { + "year": 2019, + "cited_by_count": 34 + }, + { + "year": 2018, + "cited_by_count": 3 + }, + { + "year": 2012, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-21T06:26:12.895304", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2284729062", + "doi": "https://doi.org/10.1177/1745691617693393", + "title": "Choosing Prediction Over Explanation in Psychology: Lessons From Machine Learning", + "display_name": "Choosing Prediction Over Explanation in Psychology: Lessons From Machine Learning", + "relevance_score": 2583.5972, + "publication_year": 2017, + "publication_date": "2017-08-25", + "ids": { + "openalex": "https://openalex.org/W2284729062", + "doi": "https://doi.org/10.1177/1745691617693393", + "mag": "2284729062", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/28841086" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1177/1745691617693393", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1177/1745691617693393", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S27228949", + "display_name": "Perspectives on Psychological Science", + "issn_l": "1745-6916", + "issn": [ + "1745-6916", + "1745-6924" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320017", + "host_organization_name": "SAGE Publishing", + "host_organization_lineage": [ + "https://openalex.org/P4310320017" + ], + "host_organization_lineage_names": [ + "SAGE Publishing" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Perspectives on Psychological Science", + "raw_type": "journal-article" + }, + "type": "review", + "indexed_in": [ + "crossref", + "datacite", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://figshare.com/articles/journal_contribution/Choosing_prediction_over_explanation_in_psychology_Lessons_from_machine_learning/2441878", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5089396175", + "display_name": "Tal Yarkoni", + "orcid": "https://orcid.org/0000-0002-6558-5113" + }, + "institutions": [ + { + "id": "https://openalex.org/I86519309", + "display_name": "The University of Texas at Austin", + "ror": "https://ror.org/00hj54h04", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I86519309" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Tal Yarkoni", + "raw_affiliation_strings": [ + "University of Texas at Austin" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Texas at Austin", + "institution_ids": [ + "https://openalex.org/I86519309" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5011718072", + "display_name": "Jacob Westfall", + "orcid": "https://orcid.org/0000-0001-7566-3544" + }, + "institutions": [ + { + "id": "https://openalex.org/I86519309", + "display_name": "The University of Texas at Austin", + "ror": "https://ror.org/00hj54h04", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I86519309" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Jacob Westfall", + "raw_affiliation_strings": [ + "University of Texas at Austin" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Texas at Austin", + "institution_ids": [ + "https://openalex.org/I86519309" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5089396175" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I86519309" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 142.2137, + "has_fulltext": false, + "cited_by_count": 1981, + "citation_normalized_percentile": { + "value": 0.99990781, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "12", + "issue": "6", + "first_page": "1100", + "last_page": "1122" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T13283", + "display_name": "Mental Health Research Topics", + "score": 0.9991999864578247, + "subfield": { + "id": "https://openalex.org/subfields/3205", + "display_name": "Experimental and Cognitive Psychology" + }, + "field": { + "id": "https://openalex.org/fields/32", + "display_name": "Psychology" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T13283", + "display_name": "Mental Health Research Topics", + "score": 0.9991999864578247, + "subfield": { + "id": "https://openalex.org/subfields/3205", + "display_name": "Experimental and Cognitive Psychology" + }, + "field": { + "id": "https://openalex.org/fields/32", + "display_name": "Psychology" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + }, + { + "id": "https://openalex.org/T10315", + "display_name": "Decision-Making and Behavioral Economics", + "score": 0.987500011920929, + "subfield": { + "id": "https://openalex.org/subfields/1800", + "display_name": "General Decision Sciences" + }, + "field": { + "id": "https://openalex.org/fields/18", + "display_name": "Decision Sciences" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + }, + { + "id": "https://openalex.org/T10241", + "display_name": "Functional Brain Connectivity Studies", + "score": 0.9757999777793884, + "subfield": { + "id": "https://openalex.org/subfields/2805", + "display_name": "Cognitive Neuroscience" + }, + "field": { + "id": "https://openalex.org/fields/28", + "display_name": "Neuroscience" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/psychology", + "display_name": "Psychology", + "score": 0.6357313990592957 + }, + { + "id": "https://openalex.org/keywords/field", + "display_name": "Field (mathematics)", + "score": 0.6339761018753052 + }, + { + "id": "https://openalex.org/keywords/psychological-research", + "display_name": "Psychological research", + "score": 0.623198390007019 + }, + { + "id": "https://openalex.org/keywords/mechanism", + "display_name": "Mechanism (biology)", + "score": 0.5662316679954529 + }, + { + "id": "https://openalex.org/keywords/focus", + "display_name": "Focus (optics)", + "score": 0.5525527000427246 + }, + { + "id": "https://openalex.org/keywords/psychological-science", + "display_name": "Psychological science", + "score": 0.5363956689834595 + }, + { + "id": "https://openalex.org/keywords/cognitive-psychology", + "display_name": "Cognitive psychology", + "score": 0.4831187427043915 + }, + { + "id": "https://openalex.org/keywords/basic-science", + "display_name": "Basic science", + "score": 0.44798544049263 + }, + { + "id": "https://openalex.org/keywords/experimental-psychology", + "display_name": "Experimental psychology", + "score": 0.4426892101764679 + }, + { + "id": "https://openalex.org/keywords/contrast", + "display_name": "Contrast (vision)", + "score": 0.4320238530635834 + }, + { + "id": "https://openalex.org/keywords/point", + "display_name": "Point (geometry)", + "score": 0.4234526753425598 + }, + { + "id": "https://openalex.org/keywords/cognitive-science", + "display_name": "Cognitive science", + "score": 0.4131108522415161 + }, + { + "id": "https://openalex.org/keywords/epistemology", + "display_name": "Epistemology", + "score": 0.39459776878356934 + }, + { + "id": "https://openalex.org/keywords/social-psychology", + "display_name": "Social psychology", + "score": 0.30900537967681885 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.2976836562156677 + }, + { + "id": "https://openalex.org/keywords/cognition", + "display_name": "Cognition", + "score": 0.22188469767570496 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.21790143847465515 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C15744967", + "wikidata": "https://www.wikidata.org/wiki/Q9418", + "display_name": "Psychology", + "level": 0, + "score": 0.6357313990592957 + }, + { + "id": "https://openalex.org/C9652623", + "wikidata": "https://www.wikidata.org/wiki/Q190109", + "display_name": "Field (mathematics)", + "level": 2, + "score": 0.6339761018753052 + }, + { + "id": "https://openalex.org/C188255311", + "wikidata": "https://www.wikidata.org/wiki/Q7256388", + "display_name": "Psychological research", + "level": 2, + "score": 0.623198390007019 + }, + { + "id": "https://openalex.org/C89611455", + "wikidata": "https://www.wikidata.org/wiki/Q6804646", + "display_name": "Mechanism (biology)", + "level": 2, + "score": 0.5662316679954529 + }, + { + "id": "https://openalex.org/C192209626", + "wikidata": "https://www.wikidata.org/wiki/Q190909", + "display_name": "Focus (optics)", + "level": 2, + "score": 0.5525527000427246 + }, + { + "id": "https://openalex.org/C2992048920", + "wikidata": "https://www.wikidata.org/wiki/Q7256367", + "display_name": "Psychological science", + "level": 2, + "score": 0.5363956689834595 + }, + { + "id": "https://openalex.org/C180747234", + "wikidata": "https://www.wikidata.org/wiki/Q23373", + "display_name": "Cognitive psychology", + "level": 1, + "score": 0.4831187427043915 + }, + { + "id": "https://openalex.org/C96526673", + "wikidata": "https://www.wikidata.org/wiki/Q4867047", + "display_name": "Basic science", + "level": 2, + "score": 0.44798544049263 + }, + { + "id": "https://openalex.org/C101068787", + "wikidata": "https://www.wikidata.org/wiki/Q475042", + "display_name": "Experimental psychology", + "level": 3, + "score": 0.4426892101764679 + }, + { + "id": "https://openalex.org/C2776502983", + "wikidata": "https://www.wikidata.org/wiki/Q690182", + "display_name": "Contrast (vision)", + "level": 2, + "score": 0.4320238530635834 + }, + { + "id": "https://openalex.org/C28719098", + "wikidata": "https://www.wikidata.org/wiki/Q44946", + "display_name": "Point (geometry)", + "level": 2, + "score": 0.4234526753425598 + }, + { + "id": "https://openalex.org/C188147891", + "wikidata": "https://www.wikidata.org/wiki/Q147638", + "display_name": "Cognitive science", + "level": 1, + "score": 0.4131108522415161 + }, + { + "id": "https://openalex.org/C111472728", + "wikidata": "https://www.wikidata.org/wiki/Q9471", + "display_name": "Epistemology", + "level": 1, + "score": 0.39459776878356934 + }, + { + "id": "https://openalex.org/C77805123", + "wikidata": "https://www.wikidata.org/wiki/Q161272", + "display_name": "Social psychology", + "level": 1, + "score": 0.30900537967681885 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.2976836562156677 + }, + { + "id": "https://openalex.org/C169900460", + "wikidata": "https://www.wikidata.org/wiki/Q2200417", + "display_name": "Cognition", + "level": 2, + "score": 0.22188469767570496 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.21790143847465515 + }, + { + "id": "https://openalex.org/C202444582", + "wikidata": "https://www.wikidata.org/wiki/Q837863", + "display_name": "Pure mathematics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C138885662", + "wikidata": "https://www.wikidata.org/wiki/Q5891", + "display_name": "Philosophy", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C121332964", + "wikidata": "https://www.wikidata.org/wiki/Q413", + "display_name": "Physics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C120665830", + "wikidata": "https://www.wikidata.org/wiki/Q14620", + "display_name": "Optics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C169760540", + "wikidata": "https://www.wikidata.org/wiki/Q207011", + "display_name": "Neuroscience", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C2524010", + "wikidata": "https://www.wikidata.org/wiki/Q8087", + "display_name": "Geometry", + "level": 1, + "score": 0.0 + } + ], + "mesh": [ + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D011584", + "descriptor_name": "Psychology", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D011584", + "descriptor_name": "Psychology", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D011584", + "descriptor_name": "Psychology", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + } + ], + "locations_count": 5, + "locations": [ + { + "id": "doi:10.1177/1745691617693393", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1177/1745691617693393", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S27228949", + "display_name": "Perspectives on Psychological Science", + "issn_l": "1745-6916", + "issn": [ + "1745-6916", + "1745-6924" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320017", + "host_organization_name": "SAGE Publishing", + "host_organization_lineage": [ + "https://openalex.org/P4310320017" + ], + "host_organization_lineage_names": [ + "SAGE Publishing" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Perspectives on Psychological Science", + "raw_type": "journal-article" + }, + { + "id": "pmid:28841086", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/28841086", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Perspectives on psychological science : a journal of the Association for Psychological Science", + "raw_type": null + }, + { + "id": "pmh:oai:figshare.com:article/2441878", + "is_oa": true, + "landing_page_url": "https://figshare.com/articles/journal_contribution/Choosing_prediction_over_explanation_in_psychology_Lessons_from_machine_learning/2441878", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4377196282", + "display_name": "Figshare", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I4210132348", + "host_organization_name": "Figshare (United Kingdom)", + "host_organization_lineage": [ + "https://openalex.org/I4210132348" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Text" + }, + { + "id": "pmh:oai:pubmedcentral.nih.gov:6603289", + "is_oa": true, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/6603289", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2764455111", + "display_name": "PubMed Central", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Perspect Psychol Sci", + "raw_type": "Text" + }, + { + "id": "doi:10.6084/m9.figshare.2441878.v1", + "is_oa": true, + "landing_page_url": "https://doi.org/10.6084/m9.figshare.2441878.v1", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4377196282", + "display_name": "Figshare", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I4210132348", + "host_organization_name": "Figshare (United Kingdom)", + "host_organization_lineage": [ + "https://openalex.org/I4210132348" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": "article-journal" + } + ], + "best_oa_location": { + "id": "pmh:oai:figshare.com:article/2441878", + "is_oa": true, + "landing_page_url": "https://figshare.com/articles/journal_contribution/Choosing_prediction_over_explanation_in_psychology_Lessons_from_machine_learning/2441878", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4377196282", + "display_name": "Figshare", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I4210132348", + "host_organization_name": "Figshare (United Kingdom)", + "host_organization_lineage": [ + "https://openalex.org/I4210132348" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Text" + }, + "sustainable_development_goals": [ + { + "display_name": "Quality Education", + "id": "https://metadata.un.org/sdg/4", + "score": 0.4300000071525574 + } + ], + "awards": [ + { + "id": "https://openalex.org/G6072193115", + "display_name": null, + "funder_award_id": "R01MH096906", + "funder_id": "https://openalex.org/F4320337346", + "funder_display_name": "National Institute of Mental Health" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320337346", + "display_name": "National Institute of Mental Health", + "ror": "https://ror.org/04xeg9z08" + } + ], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 117, + "referenced_works": [ + "https://openalex.org/W832971097", + "https://openalex.org/W1480376833", + "https://openalex.org/W1529288103", + "https://openalex.org/W1587094587", + "https://openalex.org/W1650809201", + "https://openalex.org/W1678356000", + "https://openalex.org/W1849277567", + "https://openalex.org/W1897139626", + "https://openalex.org/W1928997582", + "https://openalex.org/W1940090105", + "https://openalex.org/W1941783251", + "https://openalex.org/W1965803289", + "https://openalex.org/W1966023201", + "https://openalex.org/W1966797434", + "https://openalex.org/W1972820248", + "https://openalex.org/W1973871257", + "https://openalex.org/W1974829123", + "https://openalex.org/W1975494033", + "https://openalex.org/W1980331490", + "https://openalex.org/W1981457167", + "https://openalex.org/W1985898303", + "https://openalex.org/W1987997380", + "https://openalex.org/W1989462718", + "https://openalex.org/W1993193779", + "https://openalex.org/W1997161938", + "https://openalex.org/W2007178835", + "https://openalex.org/W2007307305", + "https://openalex.org/W2008607322", + "https://openalex.org/W2019448438", + "https://openalex.org/W2020769785", + "https://openalex.org/W2024729467", + "https://openalex.org/W2028171536", + "https://openalex.org/W2028966152", + "https://openalex.org/W2033198212", + "https://openalex.org/W2033872649", + "https://openalex.org/W2036231449", + "https://openalex.org/W2037557484", + "https://openalex.org/W2045573770", + "https://openalex.org/W2046281162", + "https://openalex.org/W2046398551", + "https://openalex.org/W2047104567", + "https://openalex.org/W2054106228", + "https://openalex.org/W2054251181", + "https://openalex.org/W2056418346", + "https://openalex.org/W2059246838", + "https://openalex.org/W2062787021", + "https://openalex.org/W2065692954", + "https://openalex.org/W2075046656", + "https://openalex.org/W2076063813", + "https://openalex.org/W2077088203", + "https://openalex.org/W2080581973", + "https://openalex.org/W2081156723", + "https://openalex.org/W2084341220", + "https://openalex.org/W2091959199", + "https://openalex.org/W2100267603", + "https://openalex.org/W2101645095", + "https://openalex.org/W2106095564", + "https://openalex.org/W2108598243", + "https://openalex.org/W2110223897", + "https://openalex.org/W2111621157", + "https://openalex.org/W2113085067", + "https://openalex.org/W2117350000", + "https://openalex.org/W2119472994", + "https://openalex.org/W2119862467", + "https://openalex.org/W2121880170", + "https://openalex.org/W2122572782", + "https://openalex.org/W2123263696", + "https://openalex.org/W2128431628", + "https://openalex.org/W2132193240", + "https://openalex.org/W2135046866", + "https://openalex.org/W2137351972", + "https://openalex.org/W2137739415", + "https://openalex.org/W2139394602", + "https://openalex.org/W2139852278", + "https://openalex.org/W2141007997", + "https://openalex.org/W2144345994", + "https://openalex.org/W2144710514", + "https://openalex.org/W2150215887", + "https://openalex.org/W2150833190", + "https://openalex.org/W2151554678", + "https://openalex.org/W2153803020", + "https://openalex.org/W2154290668", + "https://openalex.org/W2154776925", + "https://openalex.org/W2155449866", + "https://openalex.org/W2157668596", + "https://openalex.org/W2158196600", + "https://openalex.org/W2158647686", + "https://openalex.org/W2159401492", + "https://openalex.org/W2160455305", + "https://openalex.org/W2161336914", + "https://openalex.org/W2161498332", + "https://openalex.org/W2162148411", + "https://openalex.org/W2166154125", + "https://openalex.org/W2166823678", + "https://openalex.org/W2168979204", + "https://openalex.org/W2169214811", + "https://openalex.org/W2183510664", + "https://openalex.org/W2329873939", + "https://openalex.org/W2333692357", + "https://openalex.org/W2345613236", + "https://openalex.org/W2520456228", + "https://openalex.org/W2781367932", + "https://openalex.org/W2787894218", + "https://openalex.org/W2911964244", + "https://openalex.org/W2919115771", + "https://openalex.org/W2951936974", + "https://openalex.org/W2951964571", + "https://openalex.org/W3121452939", + "https://openalex.org/W3124333825", + "https://openalex.org/W4206439534", + "https://openalex.org/W4239677523", + "https://openalex.org/W4243177274", + "https://openalex.org/W4245648902", + "https://openalex.org/W4250304879", + "https://openalex.org/W4250528183", + "https://openalex.org/W4253418570", + "https://openalex.org/W4298870098" + ], + "related_works": [ + "https://openalex.org/W2967614692", + "https://openalex.org/W3162937339", + "https://openalex.org/W2811220869", + "https://openalex.org/W4390171572", + "https://openalex.org/W4205565064", + "https://openalex.org/W3104930238", + "https://openalex.org/W2792663123", + "https://openalex.org/W2178719713", + "https://openalex.org/W4248643446", + "https://openalex.org/W2330276990" + ], + "abstract_inverted_index": { + "Psychology": [ + 0 + ], + "has": [ + 1, + 59 + ], + "historically": [ + 2 + ], + "been": [ + 3, + 133 + ], + "concerned,": [ + 4 + ], + "first": [ + 5 + ], + "and": [ + 6, + 31, + 40, + 97, + 120, + 125, + 138 + ], + "foremost,": [ + 7 + ], + "with": [ + 8, + 89 + ], + "explaining": [ + 9, + 54 + ], + "the": [ + 10, + 25, + 37, + 55, + 63, + 100, + 117 + ], + "causal": [ + 11 + ], + "mechanisms": [ + 12 + ], + "that": [ + 13, + 43, + 49, + 71, + 79, + 95, + 142, + 150 + ], + "give": [ + 14 + ], + "rise": [ + 15 + ], + "to": [ + 16, + 65, + 85, + 135, + 163 + ], + "behavior.": [ + 17, + 167 + ], + "Randomized,": [ + 18 + ], + "tightly": [ + 19 + ], + "controlled": [ + 20 + ], + "experiments": [ + 21 + ], + "are": [ + 22, + 33 + ], + "enshrined": [ + 23 + ], + "as": [ + 24 + ], + "gold": [ + 26 + ], + "standard": [ + 27 + ], + "of": [ + 28, + 36, + 57, + 62, + 75, + 102, + 116, + 122, + 166 + ], + "psychological": [ + 29, + 76, + 140 + ], + "research,": [ + 30 + ], + "there": [ + 32 + ], + "endless": [ + 34 + ], + "investigations": [ + 35 + ], + "various": [ + 38, + 45 + ], + "mediating": [ + 39 + ], + "moderating": [ + 41 + ], + "variables": [ + 42 + ], + "govern": [ + 44 + ], + "behaviors.": [ + 46 + ], + "We": [ + 47, + 93, + 113, + 148 + ], + "argue": [ + 48 + ], + "psychology's": [ + 50 + ], + "near-total": [ + 51 + ], + "focus": [ + 52, + 153 + ], + "on": [ + 53, + 144, + 154 + ], + "causes": [ + 56 + ], + "behavior": [ + 58 + ], + "led": [ + 60 + ], + "much": [ + 61 + ], + "field": [ + 64, + 101 + ], + "be": [ + 66 + ], + "populated": [ + 67 + ], + "by": [ + 68 + ], + "research": [ + 69, + 141, + 146 + ], + "programs": [ + 70 + ], + "provide": [ + 72 + ], + "intricate": [ + 73 + ], + "theories": [ + 74 + ], + "mechanism": [ + 77 + ], + "but": [ + 78 + ], + "have": [ + 80, + 132 + ], + "little": [ + 81 + ], + "(or": [ + 82 + ], + "unknown)": [ + 83 + ], + "ability": [ + 84 + ], + "predict": [ + 86 + ], + "future": [ + 87 + ], + "behaviors": [ + 88 + ], + "any": [ + 90 + ], + "appreciable": [ + 91 + ], + "accuracy.": [ + 92 + ], + "propose": [ + 94 + ], + "principles": [ + 96 + ], + "techniques": [ + 98 + ], + "from": [ + 99 + ], + "machine": [ + 103, + 123 + ], + "learning": [ + 104, + 124 + ], + "can": [ + 105, + 159 + ], + "help": [ + 106 + ], + "psychology": [ + 107 + ], + "become": [ + 108 + ], + "a": [ + 109 + ], + "more": [ + 110 + ], + "predictive": [ + 111, + 145 + ], + "science.": [ + 112 + ], + "review": [ + 114 + ], + "some": [ + 115 + ], + "fundamental": [ + 118 + ], + "concepts": [ + 119, + 131 + ], + "tools": [ + 121 + ], + "point": [ + 126 + ], + "out": [ + 127 + ], + "examples": [ + 128 + ], + "where": [ + 129 + ], + "these": [ + 130 + ], + "used": [ + 134 + ], + "conduct": [ + 136 + ], + "interesting": [ + 137 + ], + "important": [ + 139 + ], + "focuses": [ + 143 + ], + "questions.": [ + 147 + ], + "suggest": [ + 149 + ], + "an": [ + 151 + ], + "increased": [ + 152 + ], + "prediction,": [ + 155 + ], + "rather": [ + 156 + ], + "than": [ + 157 + ], + "explanation,": [ + 158 + ], + "ultimately": [ + 160 + ], + "lead": [ + 161 + ], + "us": [ + 162 + ], + "greater": [ + 164 + ], + "understanding": [ + 165 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 96 + }, + { + "year": 2025, + "cited_by_count": 252 + }, + { + "year": 2024, + "cited_by_count": 244 + }, + { + "year": 2023, + "cited_by_count": 243 + }, + { + "year": 2022, + "cited_by_count": 252 + }, + { + "year": 2021, + "cited_by_count": 274 + }, + { + "year": 2020, + "cited_by_count": 290 + }, + { + "year": 2019, + "cited_by_count": 180 + }, + { + "year": 2018, + "cited_by_count": 107 + }, + { + "year": 2017, + "cited_by_count": 28 + }, + { + "year": 2016, + "cited_by_count": 13 + }, + { + "year": 2014, + "cited_by_count": 1 + }, + { + "year": 2013, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2469230926", + "doi": "https://doi.org/10.1109/tsp.2017.2690524", + "title": "Tensor Decomposition for Signal Processing and Machine Learning", + "display_name": "Tensor Decomposition for Signal Processing and Machine Learning", + "relevance_score": 2578.9434, + "publication_year": 2017, + "publication_date": "2017-04-03", + "ids": { + "openalex": "https://openalex.org/W2469230926", + "doi": "https://doi.org/10.1109/tsp.2017.2690524", + "mag": "2469230926" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1109/tsp.2017.2690524", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/tsp.2017.2690524", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S168680287", + "display_name": "IEEE Transactions on Signal Processing", + "issn_l": "1053-587X", + "issn": [ + "1053-587X", + "1941-0476" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319808", + "host_organization_name": "Institute of Electrical and Electronics Engineers", + "host_organization_lineage": [ + "https://openalex.org/P4310319808" + ], + "host_organization_lineage_names": [ + "Institute of Electrical and Electronics Engineers" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IEEE Transactions on Signal Processing", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "arxiv", + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1607.01668", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5050186120", + "display_name": "Nicholas D. Sidiropoulos", + "orcid": "https://orcid.org/0000-0002-3385-7911" + }, + "institutions": [ + { + "id": "https://openalex.org/I130238516", + "display_name": "University of Minnesota", + "ror": "https://ror.org/017zqws13", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I130238516" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Nicholas D. Sidiropoulos", + "raw_affiliation_strings": [ + "Department of Electrical and Computer Engineering, University of Minnesota, Minneapolis, MN, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Electrical and Computer Engineering, University of Minnesota, Minneapolis, MN, USA", + "institution_ids": [ + "https://openalex.org/I130238516" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5009006026", + "display_name": "Lieven De Lathauwer", + "orcid": "https://orcid.org/0000-0001-5562-5014" + }, + "institutions": [ + { + "id": "https://openalex.org/I99464096", + "display_name": "KU Leuven", + "ror": "https://ror.org/05f950310", + "country_code": "BE", + "type": "education", + "lineage": [ + "https://openalex.org/I99464096" + ] + } + ], + "countries": [ + "BE" + ], + "is_corresponding": false, + "raw_author_name": "Lieven De Lathauwer", + "raw_affiliation_strings": [ + "KU Leuven, Leuven, Belgium" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "KU Leuven, Leuven, Belgium", + "institution_ids": [ + "https://openalex.org/I99464096" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5015075381", + "display_name": "Xiao Fu", + "orcid": "https://orcid.org/0000-0003-4847-9586" + }, + "institutions": [ + { + "id": "https://openalex.org/I130238516", + "display_name": "University of Minnesota", + "ror": "https://ror.org/017zqws13", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I130238516" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Xiao Fu", + "raw_affiliation_strings": [ + "Department of Electrical and Computer Engineering, University of Minnesota, Minneapolis, MN, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Electrical and Computer Engineering, University of Minnesota, Minneapolis, MN, USA", + "institution_ids": [ + "https://openalex.org/I130238516" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5002695199", + "display_name": "Kejun Huang", + "orcid": "https://orcid.org/0000-0002-6460-6365" + }, + "institutions": [ + { + "id": "https://openalex.org/I130238516", + "display_name": "University of Minnesota", + "ror": "https://ror.org/017zqws13", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I130238516" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Kejun Huang", + "raw_affiliation_strings": [ + "Department of Electrical and Computer Engineering, University of Minnesota, Minneapolis, MN, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Electrical and Computer Engineering, University of Minnesota, Minneapolis, MN, USA", + "institution_ids": [ + "https://openalex.org/I130238516" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5054849323", + "display_name": "Evangelos E. Papalexakis", + "orcid": "https://orcid.org/0000-0002-3411-8483" + }, + "institutions": [ + { + "id": "https://openalex.org/I103635307", + "display_name": "University of California, Riverside", + "ror": "https://ror.org/03nawhv43", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I103635307" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Evangelos E. Papalexakis", + "raw_affiliation_strings": [ + "Department of Computer Science, University of California, Riverside, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science, University of California, Riverside, CA, USA", + "institution_ids": [ + "https://openalex.org/I103635307" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5035605036", + "display_name": "Christos Faloutsos", + "orcid": "https://orcid.org/0000-0003-2996-9790" + }, + "institutions": [ + { + "id": "https://openalex.org/I74973139", + "display_name": "Carnegie Mellon University", + "ror": "https://ror.org/05x2bcf33", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I74973139" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Christos Faloutsos", + "raw_affiliation_strings": [ + "Department of Computer Science, Carnegie Mellon University, Pittsburgh, PA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science, Carnegie Mellon University, Pittsburgh, PA, USA", + "institution_ids": [ + "https://openalex.org/I74973139" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 6, + "corresponding_author_ids": [ + "https://openalex.org/A5050186120" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I130238516" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 70.6888, + "has_fulltext": true, + "cited_by_count": 1592, + "citation_normalized_percentile": { + "value": 1.0, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 98, + "max": 100 + }, + "biblio": { + "volume": "65", + "issue": "13", + "first_page": "3551", + "last_page": "3582" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12303", + "display_name": "Tensor decomposition and applications", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/2605", + "display_name": "Computational Mathematics" + }, + "field": { + "id": "https://openalex.org/fields/26", + "display_name": "Mathematics" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12303", + "display_name": "Tensor decomposition and applications", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/2605", + "display_name": "Computational Mathematics" + }, + "field": { + "id": "https://openalex.org/fields/26", + "display_name": "Mathematics" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11269", + "display_name": "Algorithms and Data Compression", + "score": 0.967199981212616, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11447", + "display_name": "Blind Source Separation Techniques", + "score": 0.925000011920929, + "subfield": { + "id": "https://openalex.org/subfields/1711", + "display_name": "Signal Processing" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/tensor", + "display_name": "Tensor (intrinsic definition)", + "score": 0.6821173429489136 + }, + { + "id": "https://openalex.org/keywords/identifiability", + "display_name": "Identifiability", + "score": 0.6632334589958191 + }, + { + "id": "https://openalex.org/keywords/multilinear-algebra", + "display_name": "Multilinear algebra", + "score": 0.6560895442962646 + }, + { + "id": "https://openalex.org/keywords/multilinear-map", + "display_name": "Multilinear map", + "score": 0.6472100615501404 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6300849318504333 + }, + { + "id": "https://openalex.org/keywords/matrix-decomposition", + "display_name": "Matrix decomposition", + "score": 0.5968412160873413 + }, + { + "id": "https://openalex.org/keywords/signal-processing", + "display_name": "Signal processing", + "score": 0.5858262777328491 + }, + { + "id": "https://openalex.org/keywords/rank", + "display_name": "Rank (graph theory)", + "score": 0.4913288652896881 + }, + { + "id": "https://openalex.org/keywords/ranging", + "display_name": "Ranging", + "score": 0.4827932119369507 + }, + { + "id": "https://openalex.org/keywords/subspace-topology", + "display_name": "Subspace topology", + "score": 0.46624651551246643 + }, + { + "id": "https://openalex.org/keywords/statistical-signal-processing", + "display_name": "Statistical signal processing", + "score": 0.45162856578826904 + }, + { + "id": "https://openalex.org/keywords/analytics", + "display_name": "Analytics", + "score": 0.4217430055141449 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.41538673639297485 + }, + { + "id": "https://openalex.org/keywords/theoretical-computer-science", + "display_name": "Theoretical computer science", + "score": 0.38948237895965576 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.3768589496612549 + }, + { + "id": "https://openalex.org/keywords/algebra-over-a-field", + "display_name": "Algebra over a field", + "score": 0.29181069135665894 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.2590547800064087 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.2379186749458313 + }, + { + "id": "https://openalex.org/keywords/digital-signal-processing", + "display_name": "Digital signal processing", + "score": 0.20643731951713562 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C155281189", + "wikidata": "https://www.wikidata.org/wiki/Q3518150", + "display_name": "Tensor (intrinsic definition)", + "level": 2, + "score": 0.6821173429489136 + }, + { + "id": "https://openalex.org/C122770356", + "wikidata": "https://www.wikidata.org/wiki/Q1656753", + "display_name": "Identifiability", + "level": 2, + "score": 0.6632334589958191 + }, + { + "id": "https://openalex.org/C60321788", + "wikidata": "https://www.wikidata.org/wiki/Q1197190", + "display_name": "Multilinear algebra", + "level": 5, + "score": 0.6560895442962646 + }, + { + "id": "https://openalex.org/C84392682", + "wikidata": "https://www.wikidata.org/wiki/Q1952404", + "display_name": "Multilinear map", + "level": 2, + "score": 0.6472100615501404 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6300849318504333 + }, + { + "id": "https://openalex.org/C42355184", + "wikidata": "https://www.wikidata.org/wiki/Q1361088", + "display_name": "Matrix decomposition", + "level": 3, + "score": 0.5968412160873413 + }, + { + "id": "https://openalex.org/C104267543", + "wikidata": "https://www.wikidata.org/wiki/Q208163", + "display_name": "Signal processing", + "level": 3, + "score": 0.5858262777328491 + }, + { + "id": "https://openalex.org/C164226766", + "wikidata": "https://www.wikidata.org/wiki/Q7293202", + "display_name": "Rank (graph theory)", + "level": 2, + "score": 0.4913288652896881 + }, + { + "id": "https://openalex.org/C115051666", + "wikidata": "https://www.wikidata.org/wiki/Q6522493", + "display_name": "Ranging", + "level": 2, + "score": 0.4827932119369507 + }, + { + "id": "https://openalex.org/C32834561", + "wikidata": "https://www.wikidata.org/wiki/Q660730", + "display_name": "Subspace topology", + "level": 2, + "score": 0.46624651551246643 + }, + { + "id": "https://openalex.org/C105125183", + "wikidata": "https://www.wikidata.org/wiki/Q208163", + "display_name": "Statistical signal processing", + "level": 4, + "score": 0.45162856578826904 + }, + { + "id": "https://openalex.org/C79158427", + "wikidata": "https://www.wikidata.org/wiki/Q485396", + "display_name": "Analytics", + "level": 2, + "score": 0.4217430055141449 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.41538673639297485 + }, + { + "id": "https://openalex.org/C80444323", + "wikidata": "https://www.wikidata.org/wiki/Q2878974", + "display_name": "Theoretical computer science", + "level": 1, + "score": 0.38948237895965576 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.3768589496612549 + }, + { + "id": "https://openalex.org/C136119220", + "wikidata": "https://www.wikidata.org/wiki/Q1000660", + "display_name": "Algebra over a field", + "level": 2, + "score": 0.29181069135665894 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.2590547800064087 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.2379186749458313 + }, + { + "id": "https://openalex.org/C84462506", + "wikidata": "https://www.wikidata.org/wiki/Q173142", + "display_name": "Digital signal processing", + "level": 2, + "score": 0.20643731951713562 + }, + { + "id": "https://openalex.org/C114614502", + "wikidata": "https://www.wikidata.org/wiki/Q76592", + "display_name": "Combinatorics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C76155785", + "wikidata": "https://www.wikidata.org/wiki/Q418", + "display_name": "Telecommunications", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C138354692", + "wikidata": "https://www.wikidata.org/wiki/Q1231309", + "display_name": "Division algebra", + "level": 4, + "score": 0.0 + }, + { + "id": "https://openalex.org/C169171071", + "wikidata": "https://www.wikidata.org/wiki/Q5449241", + "display_name": "Filtered algebra", + "level": 3, + "score": 0.0 + }, + { + "id": "https://openalex.org/C202444582", + "wikidata": "https://www.wikidata.org/wiki/Q837863", + "display_name": "Pure mathematics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C62520636", + "wikidata": "https://www.wikidata.org/wiki/Q944", + "display_name": "Quantum mechanics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C158693339", + "wikidata": "https://www.wikidata.org/wiki/Q190524", + "display_name": "Eigenvalues and eigenvectors", + "level": 2, + "score": 0.0 + }, + { + "id": "https://openalex.org/C121332964", + "wikidata": "https://www.wikidata.org/wiki/Q413", + "display_name": "Physics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C9390403", + "wikidata": "https://www.wikidata.org/wiki/Q3966", + "display_name": "Computer hardware", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 3, + "locations": [ + { + "id": "doi:10.1109/tsp.2017.2690524", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/tsp.2017.2690524", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S168680287", + "display_name": "IEEE Transactions on Signal Processing", + "issn_l": "1053-587X", + "issn": [ + "1053-587X", + "1941-0476" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319808", + "host_organization_name": "Institute of Electrical and Electronics Engineers", + "host_organization_lineage": [ + "https://openalex.org/P4310319808" + ], + "host_organization_lineage_names": [ + "Institute of Electrical and Electronics Engineers" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IEEE Transactions on Signal Processing", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:arXiv.org:1607.01668", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1607.01668", + "pdf_url": "https://arxiv.org/pdf/1607.01668", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:lirias2repo.kuleuven.be:123456789/577591", + "is_oa": true, + "landing_page_url": "https://lirias.kuleuven.be/bitstream/123456789/577591/3/sidiropoulos2016tensor.pdf", + "pdf_url": "https://lirias.kuleuven.be/retrieve/eb8ab0fd-a4ff-419b-9ba1-24b97d90fb22", + "source": { + "id": "https://openalex.org/S4306401954", + "display_name": "Lirias (KU Leuven)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I99464096", + "host_organization_name": "KU Leuven", + "host_organization_lineage": [ + "https://openalex.org/I99464096" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "other-oa", + "license_id": "https://openalex.org/licenses/other-oa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "IEEE Transactions on Signal Processing, vol. 65 (13), (3551-3582)", + "raw_type": "info:eu-repo/semantics/publishedVersion" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1607.01668", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1607.01668", + "pdf_url": "https://arxiv.org/pdf/1607.01668", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + "sustainable_development_goals": [ + { + "display_name": "Industry, innovation and infrastructure", + "id": "https://metadata.un.org/sdg/9", + "score": 0.4300000071525574 + } + ], + "awards": [ + { + "id": "https://openalex.org/G1371775621", + "display_name": null, + "funder_award_id": "C16/15/059", + "funder_id": "https://openalex.org/F4320322308", + "funder_display_name": "KU Leuven" + }, + { + "id": "https://openalex.org/G1676009052", + "display_name": null, + "funder_award_id": "CoE EF/05/006", + "funder_id": "https://openalex.org/F4320322308", + "funder_display_name": "KU Leuven" + }, + { + "id": "https://openalex.org/G2832174611", + "display_name": null, + "funder_award_id": "IIS-1247632", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G4104599821", + "display_name": null, + "funder_award_id": "FP7/2007-2013", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G4967211227", + "display_name": "BIGDATA: Mid-Scale: DA: Collaborative Research: Big Tensor Mining: Theory, Scalable Algorithms and Applications", + "funder_award_id": "1247489", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G5519121898", + "display_name": "BIGDATA: Mid-Scale: DA: Collaborative Research: Big Tensor Mining: Theory, Scalable Algorithms and Applications", + "funder_award_id": "1247632", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G5946195615", + "display_name": null, + "funder_award_id": "IIS-1447788", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G6685711771", + "display_name": null, + "funder_award_id": "IIS-1247489", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G6734414162", + "display_name": null, + "funder_award_id": "IUAP P7", + "funder_id": "https://openalex.org/F4320321454", + "funder_display_name": "Belgian Federal Science Policy Office" + }, + { + "id": "https://openalex.org/G8796945004", + "display_name": null, + "funder_award_id": "FP7/2007-2013", + "funder_id": "https://openalex.org/F4320334960", + "funder_display_name": "Seventh Framework Programme" + }, + { + "id": "https://openalex.org/G8907058826", + "display_name": null, + "funder_award_id": "1447788", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320306076", + "display_name": "National Science Foundation", + "ror": "https://ror.org/021nxhr62" + }, + { + "id": "https://openalex.org/F4320321454", + "display_name": "Belgian Federal Science Policy Office", + "ror": "https://ror.org/01fapfv42" + }, + { + "id": "https://openalex.org/F4320322308", + "display_name": "KU Leuven", + "ror": "https://ror.org/05f950310" + }, + { + "id": "https://openalex.org/F4320334678", + "display_name": "European Research Council", + "ror": "https://ror.org/0472cxd90" + }, + { + "id": "https://openalex.org/F4320334960", + "display_name": "Seventh Framework Programme", + "ror": "https://ror.org/00k4n6c32" + } + ], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 174, + "referenced_works": [ + "https://openalex.org/W40848148", + "https://openalex.org/W49160414", + "https://openalex.org/W50417968", + "https://openalex.org/W94565353", + "https://openalex.org/W104065991", + "https://openalex.org/W111803032", + "https://openalex.org/W182499956", + "https://openalex.org/W227277429", + "https://openalex.org/W303777154", + "https://openalex.org/W343638764", + "https://openalex.org/W1500188831", + "https://openalex.org/W1511885491", + "https://openalex.org/W1525270046", + "https://openalex.org/W1539811621", + "https://openalex.org/W1562564874", + "https://openalex.org/W1590929617", + "https://openalex.org/W1632866817", + "https://openalex.org/W1682665945", + "https://openalex.org/W1755563775", + "https://openalex.org/W1850275953", + "https://openalex.org/W1852495720", + "https://openalex.org/W1870083876", + "https://openalex.org/W1964650132", + "https://openalex.org/W1965392255", + "https://openalex.org/W1966845080", + "https://openalex.org/W1967077133", + "https://openalex.org/W1969082792", + "https://openalex.org/W1970195563", + "https://openalex.org/W1973246170", + "https://openalex.org/W1974785908", + "https://openalex.org/W1978259121", + "https://openalex.org/W1980906180", + "https://openalex.org/W1982725637", + "https://openalex.org/W1989811026", + "https://openalex.org/W1993482030", + "https://openalex.org/W2000045479", + "https://openalex.org/W2000215628", + "https://openalex.org/W2008560788", + "https://openalex.org/W2008751154", + "https://openalex.org/W2008972618", + "https://openalex.org/W2009235538", + "https://openalex.org/W2009685860", + "https://openalex.org/W2010417247", + "https://openalex.org/W2011179711", + "https://openalex.org/W2013912476", + "https://openalex.org/W2014565165", + "https://openalex.org/W2014617517", + "https://openalex.org/W2017948584", + "https://openalex.org/W2018282388", + "https://openalex.org/W2019219605", + "https://openalex.org/W2024165284", + "https://openalex.org/W2024166170", + "https://openalex.org/W2027559251", + "https://openalex.org/W2030790903", + "https://openalex.org/W2033332370", + "https://openalex.org/W2033393326", + "https://openalex.org/W2038920431", + "https://openalex.org/W2042901969", + "https://openalex.org/W2043034352", + "https://openalex.org/W2044777402", + "https://openalex.org/W2044901395", + "https://openalex.org/W2047680880", + "https://openalex.org/W2049063033", + "https://openalex.org/W2049878767", + "https://openalex.org/W2050968963", + "https://openalex.org/W2057503509", + "https://openalex.org/W2058236771", + "https://openalex.org/W2066392792", + "https://openalex.org/W2068425868", + "https://openalex.org/W2070013413", + "https://openalex.org/W2070135644", + "https://openalex.org/W2072139290", + "https://openalex.org/W2072509929", + "https://openalex.org/W2076214866", + "https://openalex.org/W2076603483", + "https://openalex.org/W2078314058", + "https://openalex.org/W2078465266", + "https://openalex.org/W2079705627", + "https://openalex.org/W2081106919", + "https://openalex.org/W2081504597", + "https://openalex.org/W2084313768", + "https://openalex.org/W2086261631", + "https://openalex.org/W2090705694", + "https://openalex.org/W2098171862", + "https://openalex.org/W2101641981", + "https://openalex.org/W2102892751", + "https://openalex.org/W2102937240", + "https://openalex.org/W2103392911", + "https://openalex.org/W2103537693", + "https://openalex.org/W2105186495", + "https://openalex.org/W2105724942", + "https://openalex.org/W2106221905", + "https://openalex.org/W2108138101", + "https://openalex.org/W2110322013", + "https://openalex.org/W2111885075", + "https://openalex.org/W2112487361", + "https://openalex.org/W2113055885", + "https://openalex.org/W2118550318", + "https://openalex.org/W2119412403", + "https://openalex.org/W2119741678", + "https://openalex.org/W2120186527", + "https://openalex.org/W2121739212", + "https://openalex.org/W2128203095", + "https://openalex.org/W2129914124", + "https://openalex.org/W2130026668", + "https://openalex.org/W2130629120", + "https://openalex.org/W2131746221", + "https://openalex.org/W2132639093", + "https://openalex.org/W2136023375", + "https://openalex.org/W2136559714", + "https://openalex.org/W2138996475", + "https://openalex.org/W2140862024", + "https://openalex.org/W2141280932", + "https://openalex.org/W2142486198", + "https://openalex.org/W2142638745", + "https://openalex.org/W2144070955", + "https://openalex.org/W2148507357", + "https://openalex.org/W2150059498", + "https://openalex.org/W2150204240", + "https://openalex.org/W2150273584", + "https://openalex.org/W2151139595", + "https://openalex.org/W2152044198", + "https://openalex.org/W2157615762", + "https://openalex.org/W2158218920", + "https://openalex.org/W2158670239", + "https://openalex.org/W2164278908", + "https://openalex.org/W2167083368", + "https://openalex.org/W2167430018", + "https://openalex.org/W2170668800", + "https://openalex.org/W2172195418", + "https://openalex.org/W2181680249", + "https://openalex.org/W2191558661", + "https://openalex.org/W2195165862", + "https://openalex.org/W2237941226", + "https://openalex.org/W2258054274", + "https://openalex.org/W2264065105", + "https://openalex.org/W2282347063", + "https://openalex.org/W2294755503", + "https://openalex.org/W2295739661", + "https://openalex.org/W2296319761", + "https://openalex.org/W2298042388", + "https://openalex.org/W2322520062", + "https://openalex.org/W2328976642", + "https://openalex.org/W2396803706", + "https://openalex.org/W2404578340", + "https://openalex.org/W2490308495", + "https://openalex.org/W2528907418", + "https://openalex.org/W2592422147", + "https://openalex.org/W2595142274", + "https://openalex.org/W2614404377", + "https://openalex.org/W2949940479", + "https://openalex.org/W2964313686", + "https://openalex.org/W3011953977", + "https://openalex.org/W3098973674", + "https://openalex.org/W3104141160", + "https://openalex.org/W3104226882", + "https://openalex.org/W3118552534", + "https://openalex.org/W4236462140", + "https://openalex.org/W4242209908", + "https://openalex.org/W4244393449", + "https://openalex.org/W4250589301", + "https://openalex.org/W4251986282", + "https://openalex.org/W4285719527", + "https://openalex.org/W4292363360", + "https://openalex.org/W4295910354", + "https://openalex.org/W4301014524", + "https://openalex.org/W6603861661", + "https://openalex.org/W6636705969", + "https://openalex.org/W6676039487", + "https://openalex.org/W6676820125", + "https://openalex.org/W6681015807", + "https://openalex.org/W6681780477", + "https://openalex.org/W6687535707", + "https://openalex.org/W6787650870" + ], + "related_works": [ + "https://openalex.org/W2071105597", + "https://openalex.org/W2242909499", + "https://openalex.org/W2405717268", + "https://openalex.org/W2946637708", + "https://openalex.org/W4235893778", + "https://openalex.org/W2100779717", + "https://openalex.org/W2901391673", + "https://openalex.org/W4376274937", + "https://openalex.org/W3189506985", + "https://openalex.org/W3022422766" + ], + "abstract_inverted_index": { + "Tensors": [ + 0, + 33 + ], + "or": [ + 1, + 8 + ], + "multiway": [ + 2 + ], + "arrays": [ + 3 + ], + "are": [ + 4, + 23 + ], + "functions": [ + 5, + 24 + ], + "of": [ + 6, + 25, + 63, + 112, + 174, + 178 + ], + "three": [ + 7 + ], + "more": [ + 9 + ], + "indices": [ + 10, + 27 + ], + "(i,": [ + 11 + ], + "j,": [ + 12 + ], + "k,": [ + 13 + ], + ".": [ + 14, + 15, + 16 + ], + ")-similar": [ + 17 + ], + "to": [ + 18, + 76, + 107, + 130, + 184, + 196 + ], + "matrices": [ + 19 + ], + "(two-way": [ + 20 + ], + "arrays),": [ + 21 + ], + "which": [ + 22 + ], + "two": [ + 26 + ], + "(r,": [ + 28 + ], + "c)": [ + 29 + ], + "for": [ + 30, + 82 + ], + "(row,": [ + 31 + ], + "column).": [ + 32 + ], + "have": [ + 34, + 50 + ], + "a": [ + 35, + 41, + 78 + ], + "rich": [ + 36 + ], + "history,": [ + 37 + ], + "stretching": [ + 38 + ], + "over": [ + 39 + ], + "almost": [ + 40 + ], + "century,": [ + 42 + ], + "and": [ + 43, + 57, + 69, + 84, + 90, + 100, + 114, + 128, + 139, + 158, + 165, + 168, + 190, + 200, + 204 + ], + "touching": [ + 44 + ], + "upon": [ + 45 + ], + "numerous": [ + 46 + ], + "disciplines;": [ + 47 + ], + "but": [ + 48, + 148 + ], + "they": [ + 49 + ], + "only": [ + 51 + ], + "recently": [ + 52 + ], + "become": [ + 53 + ], + "ubiquitous": [ + 54 + ], + "in": [ + 55, + 87, + 125, + 143 + ], + "signal": [ + 56, + 64 + ], + "data": [ + 58, + 67 + ], + "analytics": [ + 59 + ], + "at": [ + 60 + ], + "the": [ + 61 + ], + "confluence": [ + 62 + ], + "processing,": [ + 65 + ], + "statistics,": [ + 66 + ], + "mining,": [ + 68 + ], + "machine": [ + 70 + ], + "learning.": [ + 71, + 207 + ], + "This": [ + 72 + ], + "overview": [ + 73 + ], + "article": [ + 74 + ], + "aims": [ + 75 + ], + "provide": [ + 77 + ], + "good": [ + 79, + 172 + ], + "starting": [ + 80 + ], + "point": [ + 81 + ], + "researchers": [ + 83 + ], + "practitioners": [ + 85 + ], + "interested": [ + 86 + ], + "learning": [ + 88 + ], + "about": [ + 89 + ], + "working": [ + 91 + ], + "with": [ + 92 + ], + "tensors.": [ + 93 + ], + "As": [ + 94 + ], + "such,": [ + 95 + ], + "it": [ + 96 + ], + "focuses": [ + 97 + ], + "on": [ + 98 + ], + "fundamentals": [ + 99 + ], + "motivation": [ + 101 + ], + "(using": [ + 102 + ], + "various": [ + 103 + ], + "application": [ + 104 + ], + "examples),": [ + 105 + ], + "aiming": [ + 106 + ], + "strike": [ + 108 + ], + "an": [ + 109 + ], + "appropriate": [ + 110 + ], + "balance": [ + 111 + ], + "breadth": [ + 113 + ], + "depth": [ + 115 + ], + "that": [ + 116 + ], + "will": [ + 117 + ], + "enable": [ + 118 + ], + "someone": [ + 119 + ], + "having": [ + 120 + ], + "taken": [ + 121 + ], + "first": [ + 122 + ], + "graduate": [ + 123 + ], + "courses": [ + 124 + ], + "matrix": [ + 126 + ], + "algebra": [ + 127 + ], + "probability": [ + 129 + ], + "get": [ + 131 + ], + "started": [ + 132 + ], + "doing": [ + 133 + ], + "research": [ + 134 + ], + "and/or": [ + 135 + ], + "developing": [ + 136 + ], + "tensor": [ + 137, + 156, + 162 + ], + "algorithms": [ + 138, + 179 + ], + "software.": [ + 140 + ], + "Some": [ + 141 + ], + "background": [ + 142 + ], + "applied": [ + 144 + ], + "optimization": [ + 145, + 183 + ], + "is": [ + 146 + ], + "useful": [ + 147 + ], + "not": [ + 149 + ], + "strictly": [ + 150 + ], + "required.": [ + 151 + ], + "The": [ + 152 + ], + "material": [ + 153 + ], + "covered": [ + 154 + ], + "includes": [ + 155 + ], + "rank": [ + 157, + 159 + ], + "decomposition;": [ + 160 + ], + "basic": [ + 161 + ], + "factorization": [ + 163 + ], + "models": [ + 164 + ], + "their": [ + 166 + ], + "relationships": [ + 167 + ], + "properties": [ + 169 + ], + "(including": [ + 170 + ], + "fairly": [ + 171 + ], + "coverage": [ + 173, + 177 + ], + "identifiability);": [ + 175 + ], + "broad": [ + 176 + ], + "ranging": [ + 180, + 192 + ], + "from": [ + 181, + 193 + ], + "alternating": [ + 182 + ], + "stochastic": [ + 185 + ], + "gradient;": [ + 186 + ], + "statistical": [ + 187 + ], + "performance": [ + 188 + ], + "analysis;": [ + 189 + ], + "applications": [ + 191 + ], + "source": [ + 194 + ], + "separation": [ + 195 + ], + "collaborative": [ + 197 + ], + "filtering,": [ + 198 + ], + "mixture": [ + 199 + ], + "topic": [ + 201 + ], + "modeling,": [ + 202 + ], + "classification,": [ + 203 + ], + "multilinear": [ + 205 + ], + "subspace": [ + 206 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 50 + }, + { + "year": 2025, + "cited_by_count": 180 + }, + { + "year": 2024, + "cited_by_count": 149 + }, + { + "year": 2023, + "cited_by_count": 151 + }, + { + "year": 2022, + "cited_by_count": 216 + }, + { + "year": 2021, + "cited_by_count": 245 + }, + { + "year": 2020, + "cited_by_count": 223 + }, + { + "year": 2019, + "cited_by_count": 200 + }, + { + "year": 2018, + "cited_by_count": 129 + }, + { + "year": 2017, + "cited_by_count": 43 + }, + { + "year": 2016, + "cited_by_count": 6 + } + ], + "updated_date": "2026-05-21T09:19:25.381259", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2588978745", + "doi": "https://doi.org/10.1148/rg.2017160130", + "title": "Machine Learning for Medical Imaging", + "display_name": "Machine Learning for Medical Imaging", + "relevance_score": 2574.7307, + "publication_year": 2017, + "publication_date": "2017-02-17", + "ids": { + "openalex": "https://openalex.org/W2588978745", + "doi": "https://doi.org/10.1148/rg.2017160130", + "mag": "2588978745", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/28212054" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1148/rg.2017160130", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1148/rg.2017160130", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S26381749", + "display_name": "Radiographics", + "issn_l": "0271-5333", + "issn": [ + "0271-5333", + "1527-1323" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315931", + "host_organization_name": "Radiological Society of North America", + "host_organization_lineage": [ + "https://openalex.org/P4310315931" + ], + "host_organization_lineage_names": [ + "Radiological Society of North America" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "RadioGraphics", + "raw_type": "journal-article" + }, + "type": "review", + "indexed_in": [ + "crossref", + "pubmed" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5008832314", + "display_name": "Bradley J. Erickson", + "orcid": "https://orcid.org/0000-0001-7926-6095" + }, + "institutions": [ + { + "id": "https://openalex.org/I1330342723", + "display_name": "Mayo Clinic", + "ror": "https://ror.org/02qp3tb03", + "country_code": "US", + "type": "funder", + "lineage": [ + "https://openalex.org/I1330342723" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Bradley J. Erickson", + "raw_affiliation_strings": [ + "From the Department of Radiology, Mayo Clinic, 200 First St SW, Rochester, MN 55905" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "From the Department of Radiology, Mayo Clinic, 200 First St SW, Rochester, MN 55905", + "institution_ids": [ + "https://openalex.org/I1330342723" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5053303391", + "display_name": "Panagiotis Korfiatis", + "orcid": "https://orcid.org/0000-0003-2516-1751" + }, + "institutions": [ + { + "id": "https://openalex.org/I1330342723", + "display_name": "Mayo Clinic", + "ror": "https://ror.org/02qp3tb03", + "country_code": "US", + "type": "funder", + "lineage": [ + "https://openalex.org/I1330342723" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Panagiotis Korfiatis", + "raw_affiliation_strings": [ + "From the Department of Radiology, Mayo Clinic, 200 First St SW, Rochester, MN 55905" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "From the Department of Radiology, Mayo Clinic, 200 First St SW, Rochester, MN 55905", + "institution_ids": [ + "https://openalex.org/I1330342723" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5052077725", + "display_name": "Zeynettin Akkus", + "orcid": "https://orcid.org/0000-0003-3920-1515" + }, + "institutions": [ + { + "id": "https://openalex.org/I1330342723", + "display_name": "Mayo Clinic", + "ror": "https://ror.org/02qp3tb03", + "country_code": "US", + "type": "funder", + "lineage": [ + "https://openalex.org/I1330342723" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Zeynettin Akkus", + "raw_affiliation_strings": [ + "From the Department of Radiology, Mayo Clinic, 200 First St SW, Rochester, MN 55905" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "From the Department of Radiology, Mayo Clinic, 200 First St SW, Rochester, MN 55905", + "institution_ids": [ + "https://openalex.org/I1330342723" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5016336723", + "display_name": "Timothy L. Kline", + "orcid": "https://orcid.org/0000-0002-7917-9853" + }, + "institutions": [ + { + "id": "https://openalex.org/I1330342723", + "display_name": "Mayo Clinic", + "ror": "https://ror.org/02qp3tb03", + "country_code": "US", + "type": "funder", + "lineage": [ + "https://openalex.org/I1330342723" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Timothy L. Kline", + "raw_affiliation_strings": [ + "From the Department of Radiology, Mayo Clinic, 200 First St SW, Rochester, MN 55905" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "From the Department of Radiology, Mayo Clinic, 200 First St SW, Rochester, MN 55905", + "institution_ids": [ + "https://openalex.org/I1330342723" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 4, + "corresponding_author_ids": [ + "https://openalex.org/A5008832314" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I1330342723" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 85.739, + "has_fulltext": false, + "cited_by_count": 1621, + "citation_normalized_percentile": { + "value": 0.99931345, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "37", + "issue": "2", + "first_page": "505", + "last_page": "515" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10862", + "display_name": "AI in cancer detection", + "score": 0.9991999864578247, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10862", + "display_name": "AI in cancer detection", + "score": 0.9991999864578247, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12422", + "display_name": "Radiomics and Machine Learning in Medical Imaging", + "score": 0.9991000294685364, + "subfield": { + "id": "https://openalex.org/subfields/2741", + "display_name": "Radiology, Nuclear Medicine and Imaging" + }, + "field": { + "id": "https://openalex.org/fields/27", + "display_name": "Medicine" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + }, + { + "id": "https://openalex.org/T11775", + "display_name": "COVID-19 diagnosis using AI", + "score": 0.994700014591217, + "subfield": { + "id": "https://openalex.org/subfields/2741", + "display_name": "Radiology, Nuclear Medicine and Imaging" + }, + "field": { + "id": "https://openalex.org/fields/27", + "display_name": "Medicine" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.7838993072509766 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.7787308096885681 + }, + { + "id": "https://openalex.org/keywords/medical-diagnosis", + "display_name": "Medical diagnosis", + "score": 0.6961835026741028 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.5870267152786255 + }, + { + "id": "https://openalex.org/keywords/medical-imaging", + "display_name": "Medical imaging", + "score": 0.5376978516578674 + }, + { + "id": "https://openalex.org/keywords/rendering", + "display_name": "Rendering (computer graphics)", + "score": 0.5225207805633545 + }, + { + "id": "https://openalex.org/keywords/feature", + "display_name": "Feature (linguistics)", + "score": 0.4827798902988434 + }, + { + "id": "https://openalex.org/keywords/process", + "display_name": "Process (computing)", + "score": 0.46324601769447327 + }, + { + "id": "https://openalex.org/keywords/identification", + "display_name": "Identification (biology)", + "score": 0.4527209401130676 + }, + { + "id": "https://openalex.org/keywords/deep-learning", + "display_name": "Deep learning", + "score": 0.4446392059326172 + }, + { + "id": "https://openalex.org/keywords/metric", + "display_name": "Metric (unit)", + "score": 0.4362000823020935 + }, + { + "id": "https://openalex.org/keywords/medicine", + "display_name": "Medicine", + "score": 0.2772611975669861 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.7838993072509766 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.7787308096885681 + }, + { + "id": "https://openalex.org/C534262118", + "wikidata": "https://www.wikidata.org/wiki/Q177719", + "display_name": "Medical diagnosis", + "level": 2, + "score": 0.6961835026741028 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.5870267152786255 + }, + { + "id": "https://openalex.org/C31601959", + "wikidata": "https://www.wikidata.org/wiki/Q931309", + "display_name": "Medical imaging", + "level": 2, + "score": 0.5376978516578674 + }, + { + "id": "https://openalex.org/C205711294", + "wikidata": "https://www.wikidata.org/wiki/Q176953", + "display_name": "Rendering (computer graphics)", + "level": 2, + "score": 0.5225207805633545 + }, + { + "id": "https://openalex.org/C2776401178", + "wikidata": "https://www.wikidata.org/wiki/Q12050496", + "display_name": "Feature (linguistics)", + "level": 2, + "score": 0.4827798902988434 + }, + { + "id": "https://openalex.org/C98045186", + "wikidata": "https://www.wikidata.org/wiki/Q205663", + "display_name": "Process (computing)", + "level": 2, + "score": 0.46324601769447327 + }, + { + "id": "https://openalex.org/C116834253", + "wikidata": "https://www.wikidata.org/wiki/Q2039217", + "display_name": "Identification (biology)", + "level": 2, + "score": 0.4527209401130676 + }, + { + "id": "https://openalex.org/C108583219", + "wikidata": "https://www.wikidata.org/wiki/Q197536", + "display_name": "Deep learning", + "level": 2, + "score": 0.4446392059326172 + }, + { + "id": "https://openalex.org/C176217482", + "wikidata": "https://www.wikidata.org/wiki/Q860554", + "display_name": "Metric (unit)", + "level": 2, + "score": 0.4362000823020935 + }, + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.2772611975669861 + }, + { + "id": "https://openalex.org/C142724271", + "wikidata": "https://www.wikidata.org/wiki/Q7208", + "display_name": "Pathology", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C41895202", + "wikidata": "https://www.wikidata.org/wiki/Q8162", + "display_name": "Linguistics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C138885662", + "wikidata": "https://www.wikidata.org/wiki/Q5891", + "display_name": "Philosophy", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C59822182", + "wikidata": "https://www.wikidata.org/wiki/Q441", + "display_name": "Botany", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C162324750", + "wikidata": "https://www.wikidata.org/wiki/Q8134", + "display_name": "Economics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C86803240", + "wikidata": "https://www.wikidata.org/wiki/Q420", + "display_name": "Biology", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C21547014", + "wikidata": "https://www.wikidata.org/wiki/Q1423657", + "display_name": "Operations management", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C111919701", + "wikidata": "https://www.wikidata.org/wiki/Q9135", + "display_name": "Operating system", + "level": 1, + "score": 0.0 + } + ], + "mesh": [ + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D003952", + "descriptor_name": "Diagnostic Imaging", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D003952", + "descriptor_name": "Diagnostic Imaging", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D003952", + "descriptor_name": "Diagnostic Imaging", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D007090", + "descriptor_name": "Image Interpretation, Computer-Assisted", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D007090", + "descriptor_name": "Image Interpretation, Computer-Assisted", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D007090", + "descriptor_name": "Image Interpretation, Computer-Assisted", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + } + ], + "locations_count": 3, + "locations": [ + { + "id": "doi:10.1148/rg.2017160130", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1148/rg.2017160130", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S26381749", + "display_name": "Radiographics", + "issn_l": "0271-5333", + "issn": [ + "0271-5333", + "1527-1323" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315931", + "host_organization_name": "Radiological Society of North America", + "host_organization_lineage": [ + "https://openalex.org/P4310315931" + ], + "host_organization_lineage_names": [ + "Radiological Society of North America" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "RadioGraphics", + "raw_type": "journal-article" + }, + { + "id": "pmid:28212054", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/28212054", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Radiographics : a review publication of the Radiological Society of North America, Inc", + "raw_type": null + }, + { + "id": "pmh:oai:europepmc.org:4343850", + "is_oa": false, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/5375621", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400806", + "display_name": "Europe PMC (PubMed Central)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1303153112", + "host_organization_name": "European Bioinformatics Institute", + "host_organization_lineage": [ + "https://openalex.org/I1303153112" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "Text" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "display_name": "Quality Education", + "id": "https://metadata.un.org/sdg/4", + "score": 0.49000000953674316 + } + ], + "awards": [ + { + "id": "https://openalex.org/G392204494", + "display_name": null, + "funder_award_id": "DK90728", + "funder_id": "https://openalex.org/F4320337351", + "funder_display_name": "National Cancer Institute" + }, + { + "id": "https://openalex.org/G7637728122", + "display_name": null, + "funder_award_id": "206g16a", + "funder_id": "https://openalex.org/F4320306478", + "funder_display_name": "PKD Foundation" + }, + { + "id": "https://openalex.org/G7783623847", + "display_name": null, + "funder_award_id": "CA160045", + "funder_id": "https://openalex.org/F4320337351", + "funder_display_name": "National Cancer Institute" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320306478", + "display_name": "PKD Foundation", + "ror": "https://ror.org/05g0xkn45" + }, + { + "id": "https://openalex.org/F4320337351", + "display_name": "National Cancer Institute", + "ror": "https://ror.org/040gcmg81" + } + ], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 59, + "referenced_works": [ + "https://openalex.org/W56743589", + "https://openalex.org/W1481460540", + "https://openalex.org/W1485026097", + "https://openalex.org/W1539741229", + "https://openalex.org/W1563088657", + "https://openalex.org/W1597405158", + "https://openalex.org/W1632778076", + "https://openalex.org/W1945544474", + "https://openalex.org/W1971022913", + "https://openalex.org/W1972070393", + "https://openalex.org/W1977513632", + "https://openalex.org/W1981552604", + "https://openalex.org/W1984992673", + "https://openalex.org/W1990368529", + "https://openalex.org/W1995450389", + "https://openalex.org/W1998871699", + "https://openalex.org/W2014711341", + "https://openalex.org/W2028053538", + "https://openalex.org/W2032026767", + "https://openalex.org/W2050997943", + "https://openalex.org/W2052604140", + "https://openalex.org/W2062227835", + "https://openalex.org/W2067191022", + "https://openalex.org/W2080915836", + "https://openalex.org/W2083780116", + "https://openalex.org/W2095705004", + "https://openalex.org/W2096798358", + "https://openalex.org/W2097117768", + "https://openalex.org/W2100736366", + "https://openalex.org/W2103868202", + "https://openalex.org/W2112525988", + "https://openalex.org/W2112796928", + "https://openalex.org/W2117539524", + "https://openalex.org/W2119387367", + "https://openalex.org/W2120111102", + "https://openalex.org/W2122111042", + "https://openalex.org/W2123498585", + "https://openalex.org/W2130623086", + "https://openalex.org/W2137983211", + "https://openalex.org/W2142730785", + "https://openalex.org/W2144412017", + "https://openalex.org/W2145343783", + "https://openalex.org/W2165428595", + "https://openalex.org/W2168217710", + "https://openalex.org/W2248644291", + "https://openalex.org/W2271840356", + "https://openalex.org/W2573231840", + "https://openalex.org/W2604272474", + "https://openalex.org/W2911964244", + "https://openalex.org/W3017143921", + "https://openalex.org/W3022861191", + "https://openalex.org/W3104887532", + "https://openalex.org/W4212883601", + "https://openalex.org/W4234556776", + "https://openalex.org/W4236137412", + "https://openalex.org/W4246484440", + "https://openalex.org/W4299689471", + "https://openalex.org/W6636708973", + "https://openalex.org/W6674914833" + ], + "related_works": [ + "https://openalex.org/W4249377076", + "https://openalex.org/W4210389441", + "https://openalex.org/W4375867731", + "https://openalex.org/W2395241803", + "https://openalex.org/W2003211637", + "https://openalex.org/W2021488205", + "https://openalex.org/W3024479225", + "https://openalex.org/W3171371563", + "https://openalex.org/W2995680918", + "https://openalex.org/W3003847115" + ], + "abstract_inverted_index": { + "RSNA,": [ + 0 + ], + "2017.": [ + 1 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 49 + }, + { + "year": 2025, + "cited_by_count": 189 + }, + { + "year": 2024, + "cited_by_count": 209 + }, + { + "year": 2023, + "cited_by_count": 278 + }, + { + "year": 2022, + "cited_by_count": 212 + }, + { + "year": 2021, + "cited_by_count": 266 + }, + { + "year": 2020, + "cited_by_count": 186 + }, + { + "year": 2019, + "cited_by_count": 140 + }, + { + "year": 2018, + "cited_by_count": 63 + }, + { + "year": 2017, + "cited_by_count": 23 + }, + { + "year": 2015, + "cited_by_count": 2 + }, + { + "year": 2014, + "cited_by_count": 1 + }, + { + "year": 2012, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-28T09:10:13.091523", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W1985987493", + "doi": "https://doi.org/10.1109/sp.2010.25", + "title": "Outside the Closed World: On Using Machine Learning for Network Intrusion Detection", + "display_name": "Outside the Closed World: On Using Machine Learning for Network Intrusion Detection", + "relevance_score": 2572.3384, + "publication_year": 2010, + "publication_date": "2010-01-01", + "ids": { + "openalex": "https://openalex.org/W1985987493", + "doi": "https://doi.org/10.1109/sp.2010.25", + "mag": "1985987493" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1109/sp.2010.25", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/sp.2010.25", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "2010 IEEE Symposium on Security and Privacy", + "raw_type": "proceedings-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5015612893", + "display_name": "Robin Sommer", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1297971548", + "display_name": "International Computer Science Institute", + "ror": "https://ror.org/01ewh7m12", + "country_code": "US", + "type": "nonprofit", + "lineage": [ + "https://openalex.org/I1297971548" + ] + }, + { + "id": "https://openalex.org/I148283060", + "display_name": "Lawrence Berkeley National Laboratory", + "ror": "https://ror.org/02jbv0t02", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I1330989302", + "https://openalex.org/I148283060", + "https://openalex.org/I39565521" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Robin Sommer", + "raw_affiliation_strings": [ + "Lawrence Berkeley National Laboratory, International Computer Science Institute, USA", + "Int. Comput. Sci. Inst., Lawrence Berkeley Nat. Lab., Berkeley, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Lawrence Berkeley National Laboratory, International Computer Science Institute, USA", + "institution_ids": [ + "https://openalex.org/I1297971548", + "https://openalex.org/I148283060" + ] + }, + { + "raw_affiliation_string": "Int. Comput. Sci. Inst., Lawrence Berkeley Nat. Lab., Berkeley, CA, USA", + "institution_ids": [ + "https://openalex.org/I148283060" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5002219113", + "display_name": "Vern Paxson", + "orcid": "https://orcid.org/0009-0005-2673-543X" + }, + "institutions": [ + { + "id": "https://openalex.org/I1297971548", + "display_name": "International Computer Science Institute", + "ror": "https://ror.org/01ewh7m12", + "country_code": "US", + "type": "nonprofit", + "lineage": [ + "https://openalex.org/I1297971548" + ] + }, + { + "id": "https://openalex.org/I95457486", + "display_name": "University of California, Berkeley", + "ror": "https://ror.org/01an7q238", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I95457486" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Vern Paxson", + "raw_affiliation_strings": [ + "International Computer Science Institute, University of California, Berkeley, USA", + "Int. Comput. Sci. Inst., Univ. of California, Berkeley, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "International Computer Science Institute, University of California, Berkeley, USA", + "institution_ids": [ + "https://openalex.org/I1297971548", + "https://openalex.org/I95457486" + ] + }, + { + "raw_affiliation_string": "Int. Comput. Sci. Inst., Univ. of California, Berkeley, CA, USA", + "institution_ids": [ + "https://openalex.org/I95457486" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5015612893" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I1297971548", + "https://openalex.org/I148283060" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 53.672, + "has_fulltext": false, + "cited_by_count": 1825, + "citation_normalized_percentile": { + "value": 0.99950792, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": "305", + "last_page": "316" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10400", + "display_name": "Network Security and Intrusion Detection", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/1705", + "display_name": "Computer Networks and Communications" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10400", + "display_name": "Network Security and Intrusion Detection", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/1705", + "display_name": "Computer Networks and Communications" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11598", + "display_name": "Internet Traffic Analysis and Secure E-voting", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11512", + "display_name": "Anomaly Detection Techniques and Applications", + "score": 0.9995999932289124, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/intrusion-detection-system", + "display_name": "Intrusion detection system", + "score": 0.8441348075866699 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7383659482002258 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6644471883773804 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6305571794509888 + }, + { + "id": "https://openalex.org/keywords/anomaly-detection", + "display_name": "Anomaly detection", + "score": 0.6277502179145813 + }, + { + "id": "https://openalex.org/keywords/anomaly-based-intrusion-detection-system", + "display_name": "Anomaly-based intrusion detection system", + "score": 0.5756117701530457 + }, + { + "id": "https://openalex.org/keywords/task", + "display_name": "Task (project management)", + "score": 0.4769274592399597 + }, + { + "id": "https://openalex.org/keywords/intrusion", + "display_name": "Intrusion", + "score": 0.4673961102962494 + }, + { + "id": "https://openalex.org/keywords/set", + "display_name": "Set (abstract data type)", + "score": 0.4657863676548004 + }, + { + "id": "https://openalex.org/keywords/intrusion-prevention-system", + "display_name": "Intrusion prevention system", + "score": 0.45944297313690186 + }, + { + "id": "https://openalex.org/keywords/learning-network", + "display_name": "Learning network", + "score": 0.4306923449039459 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.339436411857605 + }, + { + "id": "https://openalex.org/keywords/engineering", + "display_name": "Engineering", + "score": 0.18274590373039246 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C35525427", + "wikidata": "https://www.wikidata.org/wiki/Q745881", + "display_name": "Intrusion detection system", + "level": 2, + "score": 0.8441348075866699 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7383659482002258 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6644471883773804 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6305571794509888 + }, + { + "id": "https://openalex.org/C739882", + "wikidata": "https://www.wikidata.org/wiki/Q3560506", + "display_name": "Anomaly detection", + "level": 2, + "score": 0.6277502179145813 + }, + { + "id": "https://openalex.org/C137524506", + "wikidata": "https://www.wikidata.org/wiki/Q2247688", + "display_name": "Anomaly-based intrusion detection system", + "level": 3, + "score": 0.5756117701530457 + }, + { + "id": "https://openalex.org/C2780451532", + "wikidata": "https://www.wikidata.org/wiki/Q759676", + "display_name": "Task (project management)", + "level": 2, + "score": 0.4769274592399597 + }, + { + "id": "https://openalex.org/C158251709", + "wikidata": "https://www.wikidata.org/wiki/Q354025", + "display_name": "Intrusion", + "level": 2, + "score": 0.4673961102962494 + }, + { + "id": "https://openalex.org/C177264268", + "wikidata": "https://www.wikidata.org/wiki/Q1514741", + "display_name": "Set (abstract data type)", + "level": 2, + "score": 0.4657863676548004 + }, + { + "id": "https://openalex.org/C27061796", + "wikidata": "https://www.wikidata.org/wiki/Q745881", + "display_name": "Intrusion prevention system", + "level": 3, + "score": 0.45944297313690186 + }, + { + "id": "https://openalex.org/C2987015589", + "wikidata": "https://www.wikidata.org/wiki/Q1040098", + "display_name": "Learning network", + "level": 2, + "score": 0.4306923449039459 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.339436411857605 + }, + { + "id": "https://openalex.org/C127413603", + "wikidata": "https://www.wikidata.org/wiki/Q11023", + "display_name": "Engineering", + "level": 0, + "score": 0.18274590373039246 + }, + { + "id": "https://openalex.org/C127313418", + "wikidata": "https://www.wikidata.org/wiki/Q1069", + "display_name": "Geology", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C17409809", + "wikidata": "https://www.wikidata.org/wiki/Q161764", + "display_name": "Geochemistry", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C201995342", + "wikidata": "https://www.wikidata.org/wiki/Q682496", + "display_name": "Systems engineering", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "doi:10.1109/sp.2010.25", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/sp.2010.25", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "2010 IEEE Symposium on Security and Privacy", + "raw_type": "proceedings-article" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.212.1482", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.212.1482", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.icir.org/robin/papers/oakland10-ml.pdf", + "raw_type": "text" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 73, + "referenced_works": [ + "https://openalex.org/W6091113", + "https://openalex.org/W105475431", + "https://openalex.org/W191098608", + "https://openalex.org/W1490025813", + "https://openalex.org/W1490760466", + "https://openalex.org/W1510508184", + "https://openalex.org/W1512586648", + "https://openalex.org/W1516506771", + "https://openalex.org/W1545904932", + "https://openalex.org/W1570448133", + "https://openalex.org/W1573594453", + "https://openalex.org/W1582482241", + "https://openalex.org/W1590936031", + "https://openalex.org/W1591480890", + "https://openalex.org/W1602011302", + "https://openalex.org/W1805704774", + "https://openalex.org/W1986697120", + "https://openalex.org/W1988918299", + "https://openalex.org/W1989121667", + "https://openalex.org/W1999427165", + "https://openalex.org/W2001642682", + "https://openalex.org/W2021795960", + "https://openalex.org/W2032247543", + "https://openalex.org/W2048465382", + "https://openalex.org/W2058737869", + "https://openalex.org/W2069734023", + "https://openalex.org/W2087922528", + "https://openalex.org/W2096431803", + "https://openalex.org/W2096847629", + "https://openalex.org/W2102101901", + "https://openalex.org/W2102399005", + "https://openalex.org/W2103018059", + "https://openalex.org/W2103042216", + "https://openalex.org/W2103378897", + "https://openalex.org/W2108638430", + "https://openalex.org/W2117646649", + "https://openalex.org/W2119168550", + "https://openalex.org/W2122646361", + "https://openalex.org/W2125735062", + "https://openalex.org/W2130087897", + "https://openalex.org/W2130523241", + "https://openalex.org/W2135930857", + "https://openalex.org/W2147215426", + "https://openalex.org/W2149544709", + "https://openalex.org/W2150847526", + "https://openalex.org/W2151298633", + "https://openalex.org/W2155409100", + "https://openalex.org/W2156916299", + "https://openalex.org/W2159094788", + "https://openalex.org/W2168761028", + "https://openalex.org/W2171873915", + "https://openalex.org/W2275675895", + "https://openalex.org/W2341535507", + "https://openalex.org/W2404193357", + "https://openalex.org/W2966207845", + "https://openalex.org/W3005635621", + "https://openalex.org/W3208688400", + "https://openalex.org/W3216912485", + "https://openalex.org/W4230513520", + "https://openalex.org/W4230946174", + "https://openalex.org/W4253289766", + "https://openalex.org/W6604348779", + "https://openalex.org/W6607784307", + "https://openalex.org/W6630637722", + "https://openalex.org/W6630758996", + "https://openalex.org/W6635150131", + "https://openalex.org/W6638227319", + "https://openalex.org/W6650820226", + "https://openalex.org/W6674805939", + "https://openalex.org/W6679027663", + "https://openalex.org/W6680267248", + "https://openalex.org/W6694748896", + "https://openalex.org/W6713347195" + ], + "related_works": [ + "https://openalex.org/W2357468538", + "https://openalex.org/W2362800560", + "https://openalex.org/W4300599821", + "https://openalex.org/W2355007334", + "https://openalex.org/W1496376327", + "https://openalex.org/W2133389611", + "https://openalex.org/W2383127772", + "https://openalex.org/W2348767155", + "https://openalex.org/W2374614522", + "https://openalex.org/W1937493481" + ], + "abstract_inverted_index": { + "In": [ + 0 + ], + "network": [ + 1, + 78, + 133 + ], + "intrusion": [ + 2, + 59, + 79, + 116, + 134 + ], + "detection": [ + 3, + 60, + 80, + 117 + ], + "research,": [ + 4 + ], + "one": [ + 5, + 43 + ], + "popular": [ + 6 + ], + "strategy": [ + 7 + ], + "for": [ + 8, + 16, + 114 + ], + "finding": [ + 9, + 101 + ], + "attacks": [ + 10, + 102 + ], + "is": [ + 11, + 64, + 96, + 103 + ], + "monitoring": [ + 12 + ], + "a": [ + 13, + 45, + 138 + ], + "network's": [ + 14 + ], + "activity": [ + 15 + ], + "anomalies:": [ + 17 + ], + "deviations": [ + 18 + ], + "from": [ + 19, + 25, + 33, + 106 + ], + "profiles": [ + 20 + ], + "of": [ + 21, + 50, + 53, + 100, + 140 + ], + "normality": [ + 22 + ], + "previously": [ + 23 + ], + "learned": [ + 24 + ], + "benign": [ + 26 + ], + "traffic,": [ + 27 + ], + "typically": [ + 28 + ], + "identified": [ + 29 + ], + "using": [ + 30 + ], + "tools": [ + 31 + ], + "borrowed": [ + 32 + ], + "the": [ + 34, + 74, + 77, + 98, + 115 + ], + "machine": [ + 35, + 62, + 86, + 121 + ], + "learning": [ + 36, + 63, + 87, + 122 + ], + "community.": [ + 37 + ], + "However,": [ + 38 + ], + "despite": [ + 39 + ], + "extensive": [ + 40 + ], + "academic": [ + 41 + ], + "research": [ + 42, + 146 + ], + "finds": [ + 44, + 89 + ], + "striking": [ + 46 + ], + "gap": [ + 47 + ], + "in": [ + 48, + 67 + ], + "terms": [ + 49 + ], + "actual": [ + 51 + ], + "deployments": [ + 52 + ], + "such": [ + 54 + ], + "systems:": [ + 55 + ], + "compared": [ + 56 + ], + "with": [ + 57 + ], + "other": [ + 58, + 83, + 108 + ], + "approaches,": [ + 61 + ], + "rarely": [ + 65 + ], + "employed": [ + 66 + ], + "operational": [ + 68 + ], + "\"real": [ + 69 + ], + "world\"": [ + 70 + ], + "settings.": [ + 71 + ], + "We": [ + 72, + 124 + ], + "examine": [ + 73 + ], + "differences": [ + 75 + ], + "between": [ + 76 + ], + "problem": [ + 81 + ], + "and": [ + 82, + 136 + ], + "areas": [ + 84 + ], + "where": [ + 85 + ], + "regularly": [ + 88 + ], + "much": [ + 90 + ], + "more": [ + 91 + ], + "success.": [ + 92 + ], + "Our": [ + 93 + ], + "main": [ + 94 + ], + "claim": [ + 95, + 127 + ], + "that": [ + 97 + ], + "task": [ + 99 + ], + "fundamentally": [ + 104 + ], + "different": [ + 105 + ], + "these": [ + 107 + ], + "applications,": [ + 109 + ], + "making": [ + 110 + ], + "it": [ + 111 + ], + "significantly": [ + 112 + ], + "harder": [ + 113 + ], + "community": [ + 118 + ], + "to": [ + 119, + 132, + 143 + ], + "employ": [ + 120 + ], + "effectively.": [ + 123 + ], + "support": [ + 125 + ], + "this": [ + 126 + ], + "by": [ + 128 + ], + "identifying": [ + 129 + ], + "challenges": [ + 130 + ], + "particular": [ + 131 + ], + "detection,": [ + 135 + ], + "provide": [ + 137 + ], + "set": [ + 139 + ], + "guidelines": [ + 141 + ], + "meant": [ + 142 + ], + "strengthen": [ + 144 + ], + "future": [ + 145 + ], + "on": [ + 147 + ], + "anomaly": [ + 148 + ], + "detection.": [ + 149 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 90 + }, + { + "year": 2025, + "cited_by_count": 271 + }, + { + "year": 2024, + "cited_by_count": 159 + }, + { + "year": 2023, + "cited_by_count": 98 + }, + { + "year": 2022, + "cited_by_count": 109 + }, + { + "year": 2021, + "cited_by_count": 127 + }, + { + "year": 2020, + "cited_by_count": 162 + }, + { + "year": 2019, + "cited_by_count": 195 + }, + { + "year": 2018, + "cited_by_count": 136 + }, + { + "year": 2017, + "cited_by_count": 113 + }, + { + "year": 2016, + "cited_by_count": 98 + }, + { + "year": 2015, + "cited_by_count": 65 + }, + { + "year": 2014, + "cited_by_count": 58 + }, + { + "year": 2013, + "cited_by_count": 60 + }, + { + "year": 2012, + "cited_by_count": 43 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2963784900", + "doi": "https://doi.org/10.1038/s41524-017-0056-5", + "title": "Machine learning in materials informatics: recent applications and prospects", + "display_name": "Machine learning in materials informatics: recent applications and prospects", + "relevance_score": 2570.0874, + "publication_year": 2017, + "publication_date": "2017-12-07", + "ids": { + "openalex": "https://openalex.org/W2963784900", + "doi": "https://doi.org/10.1038/s41524-017-0056-5", + "mag": "2963784900" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1038/s41524-017-0056-5", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1038/s41524-017-0056-5", + "pdf_url": "https://www.nature.com/articles/s41524-017-0056-5.pdf", + "source": { + "id": "https://openalex.org/S4210232664", + "display_name": "npj Computational Materials", + "issn_l": "2057-3960", + "issn": [ + "2057-3960" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310319908", + "host_organization_name": "Nature Portfolio", + "host_organization_lineage": [ + "https://openalex.org/P4310319908", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "Nature Portfolio", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "npj Computational Materials", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref", + "doaj" + ], + "open_access": { + "is_oa": true, + "oa_status": "gold", + "oa_url": "https://www.nature.com/articles/s41524-017-0056-5.pdf", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5031952600", + "display_name": "Rampi Ramprasad", + "orcid": "https://orcid.org/0000-0003-4630-1565" + }, + "institutions": [ + { + "id": "https://openalex.org/I140172145", + "display_name": "University of Connecticut", + "ror": "https://ror.org/02der9h97", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I140172145" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Rampi Ramprasad", + "raw_affiliation_strings": [ + "Department of Materials Science & Engineering and Institute of Materials Science, University of Connecticut, 97 North Eagleville Rd., Unit 3136, Storrs, CT, 06269-3136, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Materials Science & Engineering and Institute of Materials Science, University of Connecticut, 97 North Eagleville Rd., Unit 3136, Storrs, CT, 06269-3136, USA", + "institution_ids": [ + "https://openalex.org/I140172145" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5003850818", + "display_name": "Rohit Batra", + "orcid": "https://orcid.org/0000-0002-1098-7035" + }, + "institutions": [ + { + "id": "https://openalex.org/I140172145", + "display_name": "University of Connecticut", + "ror": "https://ror.org/02der9h97", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I140172145" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Rohit Batra", + "raw_affiliation_strings": [ + "Department of Materials Science & Engineering and Institute of Materials Science, University of Connecticut, 97 North Eagleville Rd., Unit 3136, Storrs, CT, 06269-3136, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Materials Science & Engineering and Institute of Materials Science, University of Connecticut, 97 North Eagleville Rd., Unit 3136, Storrs, CT, 06269-3136, USA", + "institution_ids": [ + "https://openalex.org/I140172145" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5075051974", + "display_name": "Ghanshyam Pilania", + "orcid": "https://orcid.org/0000-0003-4460-1572" + }, + "institutions": [ + { + "id": "https://openalex.org/I1343871089", + "display_name": "Los Alamos National Laboratory", + "ror": "https://ror.org/01e41cf67", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I1330989302", + "https://openalex.org/I1343871089", + "https://openalex.org/I198811213", + "https://openalex.org/I4210120050" + ] + }, + { + "id": "https://openalex.org/I2800875726", + "display_name": "Fritz Haber Institute of the Max Planck Society", + "ror": "https://ror.org/03k9qs827", + "country_code": "DE", + "type": "facility", + "lineage": [ + "https://openalex.org/I149899117", + "https://openalex.org/I2800875726" + ] + } + ], + "countries": [ + "DE", + "US" + ], + "is_corresponding": false, + "raw_author_name": "Ghanshyam Pilania", + "raw_affiliation_strings": [ + "Fritz-Haber-Institut der Max-Planck-Gesellschaft, Faradayweg 4-6, 14195, Berlin, Germany", + "Materials Science and Technology Division, Los Alamos National Laboratory, Los Alamos, NM, 87545, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Fritz-Haber-Institut der Max-Planck-Gesellschaft, Faradayweg 4-6, 14195, Berlin, Germany", + "institution_ids": [ + "https://openalex.org/I2800875726" + ] + }, + { + "raw_affiliation_string": "Materials Science and Technology Division, Los Alamos National Laboratory, Los Alamos, NM, 87545, USA", + "institution_ids": [ + "https://openalex.org/I1343871089" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5032715041", + "display_name": "Arun Mannodi‐Kanakkithodi", + "orcid": "https://orcid.org/0000-0003-0780-1583" + }, + "institutions": [ + { + "id": "https://openalex.org/I140172145", + "display_name": "University of Connecticut", + "ror": "https://ror.org/02der9h97", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I140172145" + ] + }, + { + "id": "https://openalex.org/I4210164505", + "display_name": "NanoScale Corporation (United States)", + "ror": "https://ror.org/05rtsja45", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I4210164505" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Arun Mannodi-Kanakkithodi", + "raw_affiliation_strings": [ + "Center for Nanoscale Materials, Lamont National Laboratory, 9700 S. Cass Ave., Lemont, IL, 60439, USA", + "Department of Materials Science & Engineering and Institute of Materials Science, University of Connecticut, 97 North Eagleville Rd., Unit 3136, Storrs, CT, 06269-3136, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Center for Nanoscale Materials, Lamont National Laboratory, 9700 S. Cass Ave., Lemont, IL, 60439, USA", + "institution_ids": [ + "https://openalex.org/I4210164505" + ] + }, + { + "raw_affiliation_string": "Department of Materials Science & Engineering and Institute of Materials Science, University of Connecticut, 97 North Eagleville Rd., Unit 3136, Storrs, CT, 06269-3136, USA", + "institution_ids": [ + "https://openalex.org/I140172145" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5018939520", + "display_name": "Chiho Kim", + "orcid": "https://orcid.org/0000-0002-1814-4980" + }, + "institutions": [ + { + "id": "https://openalex.org/I140172145", + "display_name": "University of Connecticut", + "ror": "https://ror.org/02der9h97", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I140172145" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Chiho Kim", + "raw_affiliation_strings": [ + "Department of Materials Science & Engineering and Institute of Materials Science, University of Connecticut, 97 North Eagleville Rd., Unit 3136, Storrs, CT, 06269-3136, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Materials Science & Engineering and Institute of Materials Science, University of Connecticut, 97 North Eagleville Rd., Unit 3136, Storrs, CT, 06269-3136, USA", + "institution_ids": [ + "https://openalex.org/I140172145" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 5, + "corresponding_author_ids": [ + "https://openalex.org/A5031952600" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I140172145" + ], + "apc_list": { + "value": 2890, + "currency": "USD", + "value_usd": 2890 + }, + "apc_paid": { + "value": 2890, + "currency": "USD", + "value_usd": 2890 + }, + "fwci": 50.7176, + "has_fulltext": true, + "cited_by_count": 1745, + "citation_normalized_percentile": { + "value": 0.99974343, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 96, + "max": 100 + }, + "biblio": { + "volume": "3", + "issue": "1", + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11948", + "display_name": "Machine Learning in Materials Science", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/2505", + "display_name": "Materials Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/25", + "display_name": "Materials Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11948", + "display_name": "Machine Learning in Materials Science", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/2505", + "display_name": "Materials Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/25", + "display_name": "Materials Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12613", + "display_name": "X-ray Diffraction in Crystallography", + "score": 0.9908999800682068, + "subfield": { + "id": "https://openalex.org/subfields/2505", + "display_name": "Materials Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/25", + "display_name": "Materials Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10211", + "display_name": "Computational Drug Discovery Methods", + "score": 0.9868999719619751, + "subfield": { + "id": "https://openalex.org/subfields/1703", + "display_name": "Computational Theory and Mathematics" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6980394721031189 + }, + { + "id": "https://openalex.org/keywords/informatics", + "display_name": "Informatics", + "score": 0.6778385639190674 + }, + { + "id": "https://openalex.org/keywords/data-science", + "display_name": "Data science", + "score": 0.6716209650039673 + }, + { + "id": "https://openalex.org/keywords/domain", + "display_name": "Domain (mathematical analysis)", + "score": 0.5613667368888855 + }, + { + "id": "https://openalex.org/keywords/fingerprint", + "display_name": "Fingerprint (computing)", + "score": 0.5255624055862427 + }, + { + "id": "https://openalex.org/keywords/property", + "display_name": "Property (philosophy)", + "score": 0.5245295166969299 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.4813131093978882 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.47415369749069214 + }, + { + "id": "https://openalex.org/keywords/materials-informatics", + "display_name": "Materials informatics", + "score": 0.4402523338794708 + }, + { + "id": "https://openalex.org/keywords/computation", + "display_name": "Computation", + "score": 0.42585843801498413 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.364216685295105 + }, + { + "id": "https://openalex.org/keywords/management-science", + "display_name": "Management science", + "score": 0.34198737144470215 + }, + { + "id": "https://openalex.org/keywords/health-informatics", + "display_name": "Health informatics", + "score": 0.2691514790058136 + }, + { + "id": "https://openalex.org/keywords/engineering-informatics", + "display_name": "Engineering informatics", + "score": 0.2533683776855469 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.1932530701160431 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.12165293097496033 + }, + { + "id": "https://openalex.org/keywords/engineering", + "display_name": "Engineering", + "score": 0.11709535121917725 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6980394721031189 + }, + { + "id": "https://openalex.org/C191630685", + "wikidata": "https://www.wikidata.org/wiki/Q4027615", + "display_name": "Informatics", + "level": 2, + "score": 0.6778385639190674 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.6716209650039673 + }, + { + "id": "https://openalex.org/C36503486", + "wikidata": "https://www.wikidata.org/wiki/Q11235244", + "display_name": "Domain (mathematical analysis)", + "level": 2, + "score": 0.5613667368888855 + }, + { + "id": "https://openalex.org/C2777826928", + "wikidata": "https://www.wikidata.org/wiki/Q3745713", + "display_name": "Fingerprint (computing)", + "level": 2, + "score": 0.5255624055862427 + }, + { + "id": "https://openalex.org/C189950617", + "wikidata": "https://www.wikidata.org/wiki/Q937228", + "display_name": "Property (philosophy)", + "level": 2, + "score": 0.5245295166969299 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.4813131093978882 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.47415369749069214 + }, + { + "id": "https://openalex.org/C62085286", + "wikidata": "https://www.wikidata.org/wiki/Q6786605", + "display_name": "Materials informatics", + "level": 5, + "score": 0.4402523338794708 + }, + { + "id": "https://openalex.org/C45374587", + "wikidata": "https://www.wikidata.org/wiki/Q12525525", + "display_name": "Computation", + "level": 2, + "score": 0.42585843801498413 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.364216685295105 + }, + { + "id": "https://openalex.org/C539667460", + "wikidata": "https://www.wikidata.org/wiki/Q2414942", + "display_name": "Management science", + "level": 1, + "score": 0.34198737144470215 + }, + { + "id": "https://openalex.org/C145642194", + "wikidata": "https://www.wikidata.org/wiki/Q870895", + "display_name": "Health informatics", + "level": 3, + "score": 0.2691514790058136 + }, + { + "id": "https://openalex.org/C158518442", + "wikidata": "https://www.wikidata.org/wiki/Q2843902", + "display_name": "Engineering informatics", + "level": 4, + "score": 0.2533683776855469 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.1932530701160431 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.12165293097496033 + }, + { + "id": "https://openalex.org/C127413603", + "wikidata": "https://www.wikidata.org/wiki/Q11023", + "display_name": "Engineering", + "level": 0, + "score": 0.11709535121917725 + }, + { + "id": "https://openalex.org/C119599485", + "wikidata": "https://www.wikidata.org/wiki/Q43035", + "display_name": "Electrical engineering", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C138885662", + "wikidata": "https://www.wikidata.org/wiki/Q5891", + "display_name": "Philosophy", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C111472728", + "wikidata": "https://www.wikidata.org/wiki/Q9471", + "display_name": "Epistemology", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C134306372", + "wikidata": "https://www.wikidata.org/wiki/Q7754", + "display_name": "Mathematical analysis", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C138816342", + "wikidata": "https://www.wikidata.org/wiki/Q189603", + "display_name": "Public health", + "level": 2, + "score": 0.0 + }, + { + "id": "https://openalex.org/C159110408", + "wikidata": "https://www.wikidata.org/wiki/Q121176", + "display_name": "Nursing", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 4, + "locations": [ + { + "id": "doi:10.1038/s41524-017-0056-5", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1038/s41524-017-0056-5", + "pdf_url": "https://www.nature.com/articles/s41524-017-0056-5.pdf", + "source": { + "id": "https://openalex.org/S4210232664", + "display_name": "npj Computational Materials", + "issn_l": "2057-3960", + "issn": [ + "2057-3960" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310319908", + "host_organization_name": "Nature Portfolio", + "host_organization_lineage": [ + "https://openalex.org/P4310319908", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "Nature Portfolio", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "npj Computational Materials", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:osti.gov:1416298", + "is_oa": true, + "landing_page_url": "https://www.osti.gov/biblio/1416298", + "pdf_url": "https://www.osti.gov/servlets/purl/1416298", + "source": { + "id": "https://openalex.org/S4306402487", + "display_name": "OSTI OAI (U.S. Department of Energy Office of Scientific and Technical Information)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I139351228", + "host_organization_name": "Office of Scientific and Technical Information", + "host_organization_lineage": [ + "https://openalex.org/I139351228" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": null + }, + { + "id": "pmh:oai:pure.mpg.de:item_2567070", + "is_oa": true, + "landing_page_url": "https://hdl.handle.net/21.11116/0000-0001-1CC3-4", + "pdf_url": "http://hdl.handle.net/21.11116/0000-0001-1CC3-4", + "source": { + "id": "https://openalex.org/S4306400654", + "display_name": "MPG.PuRe (Max Planck Society)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I149899117", + "host_organization_name": "Max Planck Society", + "host_organization_lineage": [ + "https://openalex.org/I149899117" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "npj Computational Materials", + "raw_type": "info:eu-repo/semantics/article" + }, + { + "id": "pmh:oai:doaj.org/article:b5673072856d4e9fb243f09ce3ef9ed8", + "is_oa": false, + "landing_page_url": "https://doaj.org/article/b5673072856d4e9fb243f09ce3ef9ed8", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401280", + "display_name": "DOAJ (DOAJ: Directory of Open Access Journals)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "npj Computational Materials, Vol 3, Iss 1, Pp 1-13 (2017)", + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "doi:10.1038/s41524-017-0056-5", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1038/s41524-017-0056-5", + "pdf_url": "https://www.nature.com/articles/s41524-017-0056-5.pdf", + "source": { + "id": "https://openalex.org/S4210232664", + "display_name": "npj Computational Materials", + "issn_l": "2057-3960", + "issn": [ + "2057-3960" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310319908", + "host_organization_name": "Nature Portfolio", + "host_organization_lineage": [ + "https://openalex.org/P4310319908", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "Nature Portfolio", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "npj Computational Materials", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [], + "awards": [ + { + "id": "https://openalex.org/G3448238085", + "display_name": null, + "funder_award_id": "N00014-14-1-0098", + "funder_id": "https://openalex.org/F4320337345", + "funder_display_name": "Office of Naval Research" + }, + { + "id": "https://openalex.org/G5295348260", + "display_name": null, + "funder_award_id": "N00014-16-1-2580", + "funder_id": "https://openalex.org/F4320337345", + "funder_display_name": "Office of Naval Research" + }, + { + "id": "https://openalex.org/G8627259979", + "display_name": null, + "funder_award_id": "N00014-10-1-0944", + "funder_id": "https://openalex.org/F4320337345", + "funder_display_name": "Office of Naval Research" + }, + { + "id": "https://openalex.org/G8876996369", + "display_name": null, + "funder_award_id": "N00014", + "funder_id": "https://openalex.org/F4320337345", + "funder_display_name": "Office of Naval Research" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320308269", + "display_name": "Alexander von Humboldt-Stiftung", + "ror": "https://ror.org/012kf4317" + }, + { + "id": "https://openalex.org/F4320337345", + "display_name": "Office of Naval Research", + "ror": "https://ror.org/00rk2pe57" + } + ], + "has_content": { + "pdf": true, + "grobid_xml": false + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W2963784900.pdf" + }, + "referenced_works_count": 127, + "referenced_works": [ + "https://openalex.org/W26088913", + "https://openalex.org/W73132726", + "https://openalex.org/W214291446", + "https://openalex.org/W654619586", + "https://openalex.org/W1505168701", + "https://openalex.org/W1513260206", + "https://openalex.org/W1542208167", + "https://openalex.org/W1545048062", + "https://openalex.org/W1568537411", + "https://openalex.org/W1584846110", + "https://openalex.org/W1597841398", + "https://openalex.org/W1678620623", + "https://openalex.org/W1747451850", + "https://openalex.org/W1772299910", + "https://openalex.org/W1800437104", + "https://openalex.org/W1865667476", + "https://openalex.org/W1901616594", + "https://openalex.org/W1965192594", + "https://openalex.org/W1972135189", + "https://openalex.org/W1977739742", + "https://openalex.org/W1978183953", + "https://openalex.org/W1979769287", + "https://openalex.org/W1982598895", + "https://openalex.org/W1982886636", + "https://openalex.org/W1984087004", + "https://openalex.org/W1986575501", + "https://openalex.org/W1988887547", + "https://openalex.org/W1989885311", + "https://openalex.org/W1993765343", + "https://openalex.org/W2000957843", + "https://openalex.org/W2005543043", + "https://openalex.org/W2010785223", + "https://openalex.org/W2019903457", + "https://openalex.org/W2020786104", + "https://openalex.org/W2025444507", + "https://openalex.org/W2025882616", + "https://openalex.org/W2029413789", + "https://openalex.org/W2037566781", + "https://openalex.org/W2046505730", + "https://openalex.org/W2051801258", + "https://openalex.org/W2055974394", + "https://openalex.org/W2057858097", + "https://openalex.org/W2061333371", + "https://openalex.org/W2068123181", + "https://openalex.org/W2068456806", + "https://openalex.org/W2069034916", + "https://openalex.org/W2073357703", + "https://openalex.org/W2074616700", + "https://openalex.org/W2083415705", + "https://openalex.org/W2085607286", + "https://openalex.org/W2087292325", + "https://openalex.org/W2089843324", + "https://openalex.org/W2097489306", + "https://openalex.org/W2097968133", + "https://openalex.org/W2104489082", + "https://openalex.org/W2115003579", + "https://openalex.org/W2115096312", + "https://openalex.org/W2128873947", + "https://openalex.org/W2146611938", + "https://openalex.org/W2161262329", + "https://openalex.org/W2163272368", + "https://openalex.org/W2164524421", + "https://openalex.org/W2215223440", + "https://openalex.org/W2225949634", + "https://openalex.org/W2229902564", + "https://openalex.org/W2258702411", + "https://openalex.org/W2261108203", + "https://openalex.org/W2281127889", + "https://openalex.org/W2291908932", + "https://openalex.org/W2313966941", + "https://openalex.org/W2315793378", + "https://openalex.org/W2329258563", + "https://openalex.org/W2336382837", + "https://openalex.org/W2337110853", + "https://openalex.org/W2337496963", + "https://openalex.org/W2337529739", + "https://openalex.org/W2343462019", + "https://openalex.org/W2344188443", + "https://openalex.org/W2345653852", + "https://openalex.org/W2346778841", + "https://openalex.org/W2352719088", + "https://openalex.org/W2356584815", + "https://openalex.org/W2372859909", + "https://openalex.org/W2396196938", + "https://openalex.org/W2415372084", + "https://openalex.org/W2460314483", + "https://openalex.org/W2464725281", + "https://openalex.org/W2471982001", + "https://openalex.org/W2475256989", + "https://openalex.org/W2476592117", + "https://openalex.org/W2486570794", + "https://openalex.org/W2490507458", + "https://openalex.org/W2490901606", + "https://openalex.org/W2498941985", + "https://openalex.org/W2499226730", + "https://openalex.org/W2503343131", + "https://openalex.org/W2504731129", + "https://openalex.org/W2510431877", + "https://openalex.org/W2520500207", + "https://openalex.org/W2522125346", + "https://openalex.org/W2527749992", + "https://openalex.org/W2529958128", + "https://openalex.org/W2530960271", + "https://openalex.org/W2555683692", + "https://openalex.org/W2560817727", + "https://openalex.org/W2563751252", + "https://openalex.org/W2564078846", + "https://openalex.org/W2566573083", + "https://openalex.org/W2566642125", + "https://openalex.org/W2567115595", + "https://openalex.org/W2585152223", + "https://openalex.org/W2592939032", + "https://openalex.org/W2593838212", + "https://openalex.org/W2594250440", + "https://openalex.org/W2600236415", + "https://openalex.org/W2603482245", + "https://openalex.org/W2608722029", + "https://openalex.org/W2616136793", + "https://openalex.org/W2617604238", + "https://openalex.org/W2762836614", + "https://openalex.org/W3022711947", + "https://openalex.org/W3098539674", + "https://openalex.org/W3100710928", + "https://openalex.org/W3104005636", + "https://openalex.org/W4230031267", + "https://openalex.org/W4240060230", + "https://openalex.org/W4300789312" + ], + "related_works": [ + "https://openalex.org/W4375957285", + "https://openalex.org/W4206469383", + "https://openalex.org/W2359548422", + "https://openalex.org/W2083600684", + "https://openalex.org/W2373478723", + "https://openalex.org/W2118804853", + "https://openalex.org/W4376271842", + "https://openalex.org/W2754122850", + "https://openalex.org/W2162773262", + "https://openalex.org/W2901223208" + ], + "abstract_inverted_index": { + "Abstract": [ + 0 + ], + "Propelled": [ + 1 + ], + "partly": [ + 2, + 9 + ], + "by": [ + 3, + 10, + 53, + 57, + 156 + ], + "the": [ + 4, + 11, + 15, + 87, + 110, + 134, + 137, + 157, + 188, + 197, + 204, + 215, + 226 + ], + "Materials": [ + 5 + ], + "Genome": [ + 6 + ], + "Initiative,": [ + 7 + ], + "and": [ + 8, + 14, + 123, + 136, + 152, + 160, + 219 + ], + "algorithmic": [ + 12 + ], + "developments": [ + 13 + ], + "resounding": [ + 16 + ], + "successes": [ + 17 + ], + "of": [ + 18, + 109, + 139, + 149, + 185, + 187 + ], + "data-driven": [ + 19, + 191 + ], + "efforts": [ + 20 + ], + "in": [ + 21, + 59, + 196, + 225 + ], + "other": [ + 22 + ], + "domains,": [ + 23 + ], + "informatics": [ + 24, + 67 + ], + "strategies": [ + 25, + 194 + ], + "are": [ + 26, + 63, + 69, + 77, + 114, + 173 + ], + "beginning": [ + 27 + ], + "to": [ + 28, + 37, + 72, + 79, + 86, + 144, + 181 + ], + "take": [ + 29 + ], + "shape": [ + 30 + ], + "within": [ + 31 + ], + "materials": [ + 32, + 169 + ], + "science.": [ + 33 + ], + "These": [ + 34 + ], + "approaches": [ + 35 + ], + "lead": [ + 36 + ], + "surrogate": [ + 38 + ], + "machine": [ + 39 + ], + "learning": [ + 40, + 131 + ], + "models": [ + 41 + ], + "that": [ + 42, + 76, + 221 + ], + "enable": [ + 43 + ], + "rapid": [ + 44 + ], + "predictions": [ + 45 + ], + "based": [ + 46 + ], + "purely": [ + 47 + ], + "on": [ + 48, + 203 + ], + "past": [ + 49 + ], + "data": [ + 50, + 96 + ], + "rather": [ + 51 + ], + "than": [ + 52 + ], + "direct": [ + 54 + ], + "experimentation": [ + 55 + ], + "or": [ + 56, + 81, + 90, + 100, + 206 + ], + "computations/simulations": [ + 58 + ], + "which": [ + 60, + 94 + ], + "fundamental": [ + 61 + ], + "equations": [ + 62 + ], + "explicitly": [ + 64 + ], + "solved.": [ + 65 + ], + "Data-centric": [ + 66 + ], + "methods": [ + 68 + ], + "becoming": [ + 70 + ], + "useful": [ + 71 + ], + "determine": [ + 73 + ], + "material": [ + 74, + 120 + ], + "properties": [ + 75 + ], + "hard": [ + 78 + ], + "measure": [ + 80 + ], + "compute": [ + 82 + ], + "using": [ + 83 + ], + "traditional": [ + 84 + ], + "methods—due": [ + 85 + ], + "cost,": [ + 88 + ], + "time": [ + 89 + ], + "effort": [ + 91 + ], + "involved—but": [ + 92 + ], + "for": [ + 93, + 104 + ], + "reliable": [ + 95 + ], + "either": [ + 97 + ], + "already": [ + 98 + ], + "exists": [ + 99 + ], + "can": [ + 101 + ], + "be": [ + 102, + 148, + 165, + 223 + ], + "generated": [ + 103 + ], + "at": [ + 105 + ], + "least": [ + 106 + ], + "a": [ + 107, + 119, + 126, + 130 + ], + "subset": [ + 108 + ], + "critical": [ + 111 + ], + "cases.": [ + 112 + ], + "Predictions": [ + 113, + 162 + ], + "typically": [ + 115 + ], + "interpolative,": [ + 116 + ], + "involving": [ + 117 + ], + "fingerprinting": [ + 118 + ], + "numerically": [ + 121 + ], + "first,": [ + 122 + ], + "then": [ + 124 + ], + "following": [ + 125 + ], + "mapping": [ + 127 + ], + "(established": [ + 128 + ], + "via": [ + 129 + ], + "algorithm)": [ + 132 + ], + "between": [ + 133 + ], + "fingerprint": [ + 135, + 205 + ], + "property": [ + 138 + ], + "interest.": [ + 140 + ], + "Fingerprints,": [ + 141 + ], + "also": [ + 142, + 164, + 211 + ], + "referred": [ + 143 + ], + "as": [ + 145, + 154 + ], + "“descriptors”,": [ + 146 + ], + "may": [ + 147, + 163 + ], + "many": [ + 150 + ], + "types": [ + 151 + ], + "scales,": [ + 153 + ], + "dictated": [ + 155 + ], + "application": [ + 158 + ], + "domain": [ + 159 + ], + "needs.": [ + 161 + ], + "extrapolative—extending": [ + 166 + ], + "into": [ + 167, + 176 + ], + "new": [ + 168 + ], + "spaces—provided": [ + 170 + ], + "prediction": [ + 171 + ], + "uncertainties": [ + 172 + ], + "properly": [ + 174 + ], + "taken": [ + 175 + ], + "account.": [ + 177 + ], + "This": [ + 178 + ], + "article": [ + 179 + ], + "attempts": [ + 180 + ], + "provide": [ + 182 + ], + "an": [ + 183 + ], + "overview": [ + 184 + ], + "some": [ + 186, + 213 + ], + "recent": [ + 189 + ], + "successful": [ + 190 + ], + "“materials": [ + 192 + ], + "informatics”": [ + 193 + ], + "undertaken": [ + 195 + ], + "last": [ + 198 + ], + "decade,": [ + 199 + ], + "with": [ + 200 + ], + "particular": [ + 201 + ], + "emphasis": [ + 202 + ], + "descriptor": [ + 207 + ], + "choices.": [ + 208 + ], + "The": [ + 209 + ], + "review": [ + 210 + ], + "identifies": [ + 212 + ], + "challenges": [ + 214 + ], + "community": [ + 216 + ], + "is": [ + 217 + ], + "facing": [ + 218 + ], + "those": [ + 220 + ], + "should": [ + 222 + ], + "overcome": [ + 224 + ], + "near": [ + 227 + ], + "future.": [ + 228 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 111 + }, + { + "year": 2025, + "cited_by_count": 279 + }, + { + "year": 2024, + "cited_by_count": 235 + }, + { + "year": 2023, + "cited_by_count": 226 + }, + { + "year": 2022, + "cited_by_count": 224 + }, + { + "year": 2021, + "cited_by_count": 231 + }, + { + "year": 2020, + "cited_by_count": 217 + }, + { + "year": 2019, + "cited_by_count": 171 + }, + { + "year": 2018, + "cited_by_count": 48 + }, + { + "year": 2017, + "cited_by_count": 3 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W1529533208", + "doi": "https://doi.org/10.1109/jproc.2015.2483592", + "title": "A Review of Relational Machine Learning for Knowledge Graphs", + "display_name": "A Review of Relational Machine Learning for Knowledge Graphs", + "relevance_score": 2569.712, + "publication_year": 2015, + "publication_date": "2015-12-17", + "ids": { + "openalex": "https://openalex.org/W1529533208", + "doi": "https://doi.org/10.1109/jproc.2015.2483592", + "mag": "1529533208" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1109/jproc.2015.2483592", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/jproc.2015.2483592", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S68686220", + "display_name": "Proceedings of the IEEE", + "issn_l": "0018-9219", + "issn": [ + "0018-9219", + "1558-2256" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319808", + "host_organization_name": "Institute of Electrical and Electronics Engineers", + "host_organization_lineage": [ + "https://openalex.org/P4310319808" + ], + "host_organization_lineage_names": [ + "Institute of Electrical and Electronics Engineers" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Proceedings of the IEEE", + "raw_type": "journal-article" + }, + "type": "review", + "indexed_in": [ + "arxiv", + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1503.00759", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5000667901", + "display_name": "Maximilian Nickel", + "orcid": "https://orcid.org/0000-0001-5006-0827" + }, + "institutions": [ + { + "id": "https://openalex.org/I63966007", + "display_name": "Massachusetts Institute of Technology", + "ror": "https://ror.org/042nb2s44", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I63966007" + ] + }, + { + "id": "https://openalex.org/I30771326", + "display_name": "Italian Institute of Technology", + "ror": "https://ror.org/042t93s57", + "country_code": "IT", + "type": "facility", + "lineage": [ + "https://openalex.org/I30771326" + ] + } + ], + "countries": [ + "IT", + "US" + ], + "is_corresponding": true, + "raw_author_name": "Maximilian Nickel", + "raw_affiliation_strings": [ + "Laboratory for Computational and Statistical Learning (LCSL), Istituto Italiano di Tecnologia, Genova, MA, Italy", + "[Laboratory for Computational and Statistical Learning (LCSL), Massachusetts Institute of Technology, Cambridge, MA, USA]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Laboratory for Computational and Statistical Learning (LCSL), Istituto Italiano di Tecnologia, Genova, MA, Italy", + "institution_ids": [ + "https://openalex.org/I30771326" + ] + }, + { + "raw_affiliation_string": "[Laboratory for Computational and Statistical Learning (LCSL), Massachusetts Institute of Technology, Cambridge, MA, USA]", + "institution_ids": [ + "https://openalex.org/I63966007" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5002713363", + "display_name": "Kevin Murphy", + "orcid": "https://orcid.org/0000-0001-5196-7236" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Kevin Murphy", + "raw_affiliation_strings": [ + "Google Inc., Mountain View, CA, USA", + "Google Inc., Mountain View, CA USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Google Inc., Mountain View, CA, USA", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + }, + { + "raw_affiliation_string": "Google Inc., Mountain View, CA USA", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5074808403", + "display_name": "Volker Tresp", + "orcid": "https://orcid.org/0000-0001-9428-3686" + }, + "institutions": [ + { + "id": "https://openalex.org/I8204097", + "display_name": "Ludwig-Maximilians-Universität München", + "ror": "https://ror.org/05591te55", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I8204097" + ] + }, + { + "id": "https://openalex.org/I1325886976", + "display_name": "Siemens (Germany)", + "ror": "https://ror.org/059mq0909", + "country_code": "DE", + "type": "company", + "lineage": [ + "https://openalex.org/I1325886976" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Volker Tresp", + "raw_affiliation_strings": [ + "Siemens AG, Corporate Technology, Ludwig Maximilian University of Munich, Munich, Germany", + "Siemens AG, Corporate Technology, Munich, Germany#TAB#" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Siemens AG, Corporate Technology, Ludwig Maximilian University of Munich, Munich, Germany", + "institution_ids": [ + "https://openalex.org/I1325886976", + "https://openalex.org/I8204097" + ] + }, + { + "raw_affiliation_string": "Siemens AG, Corporate Technology, Munich, Germany#TAB#", + "institution_ids": [ + "https://openalex.org/I1325886976" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5013932834", + "display_name": "Evgeniy Gabrilovich", + "orcid": "https://orcid.org/0000-0001-7933-1926" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Evgeniy Gabrilovich", + "raw_affiliation_strings": [ + "Google Inc., Mountain View, CA, USA", + "Google Inc., Mountain View, CA USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Google Inc., Mountain View, CA, USA", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + }, + { + "raw_affiliation_string": "Google Inc., Mountain View, CA USA", + "institution_ids": [] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 3, + "institutions_distinct_count": 4, + "corresponding_author_ids": [ + "https://openalex.org/A5000667901" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I30771326", + "https://openalex.org/I63966007" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 124.2043, + "has_fulltext": false, + "cited_by_count": 1636, + "citation_normalized_percentile": { + "value": 0.99972146, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 98, + "max": 100 + }, + "biblio": { + "volume": "104", + "issue": "1", + "first_page": "11", + "last_page": "33" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11273", + "display_name": "Advanced Graph Neural Networks", + "score": 0.916700005531311, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11273", + "display_name": "Advanced Graph Neural Networks", + "score": 0.916700005531311, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11303", + "display_name": "Bayesian Modeling and Causal Inference", + "score": 0.00989999994635582, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12292", + "display_name": "Graph Theory and Algorithms", + "score": 0.007799999788403511, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/statistical-relational-learning", + "display_name": "Statistical relational learning", + "score": 0.7889400720596313 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7375805377960205 + }, + { + "id": "https://openalex.org/keywords/knowledge-graph", + "display_name": "Knowledge graph", + "score": 0.5366183519363403 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5131645798683167 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.5024473667144775 + }, + { + "id": "https://openalex.org/keywords/graph", + "display_name": "Graph", + "score": 0.451494425535202 + }, + { + "id": "https://openalex.org/keywords/theoretical-computer-science", + "display_name": "Theoretical computer science", + "score": 0.43196582794189453 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.42936253547668457 + }, + { + "id": "https://openalex.org/keywords/observable", + "display_name": "Observable", + "score": 0.4168981909751892 + }, + { + "id": "https://openalex.org/keywords/relational-model", + "display_name": "Relational model", + "score": 0.4146842658519745 + }, + { + "id": "https://openalex.org/keywords/relational-database", + "display_name": "Relational database", + "score": 0.414201021194458 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C177877439", + "wikidata": "https://www.wikidata.org/wiki/Q7604413", + "display_name": "Statistical relational learning", + "level": 3, + "score": 0.7889400720596313 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7375805377960205 + }, + { + "id": "https://openalex.org/C2987255567", + "wikidata": "https://www.wikidata.org/wiki/Q33002955", + "display_name": "Knowledge graph", + "level": 2, + "score": 0.5366183519363403 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5131645798683167 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.5024473667144775 + }, + { + "id": "https://openalex.org/C132525143", + "wikidata": "https://www.wikidata.org/wiki/Q141488", + "display_name": "Graph", + "level": 2, + "score": 0.451494425535202 + }, + { + "id": "https://openalex.org/C80444323", + "wikidata": "https://www.wikidata.org/wiki/Q2878974", + "display_name": "Theoretical computer science", + "level": 1, + "score": 0.43196582794189453 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.42936253547668457 + }, + { + "id": "https://openalex.org/C32848918", + "wikidata": "https://www.wikidata.org/wiki/Q845789", + "display_name": "Observable", + "level": 2, + "score": 0.4168981909751892 + }, + { + "id": "https://openalex.org/C40207289", + "wikidata": "https://www.wikidata.org/wiki/Q755662", + "display_name": "Relational model", + "level": 3, + "score": 0.4146842658519745 + }, + { + "id": "https://openalex.org/C5655090", + "wikidata": "https://www.wikidata.org/wiki/Q192588", + "display_name": "Relational database", + "level": 2, + "score": 0.414201021194458 + }, + { + "id": "https://openalex.org/C121332964", + "wikidata": "https://www.wikidata.org/wiki/Q413", + "display_name": "Physics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C62520636", + "wikidata": "https://www.wikidata.org/wiki/Q944", + "display_name": "Quantum mechanics", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 3, + "locations": [ + { + "id": "doi:10.1109/jproc.2015.2483592", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/jproc.2015.2483592", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S68686220", + "display_name": "Proceedings of the IEEE", + "issn_l": "0018-9219", + "issn": [ + "0018-9219", + "1558-2256" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319808", + "host_organization_name": "Institute of Electrical and Electronics Engineers", + "host_organization_lineage": [ + "https://openalex.org/P4310319808" + ], + "host_organization_lineage_names": [ + "Institute of Electrical and Electronics Engineers" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Proceedings of the IEEE", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:arXiv.org:1503.00759", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1503.00759", + "pdf_url": "https://arxiv.org/pdf/1503.00759", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:dspace.mit.edu:1721.1/100193", + "is_oa": true, + "landing_page_url": "http://hdl.handle.net/1721.1/100193", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400425", + "display_name": "DSpace@MIT (Massachusetts Institute of Technology)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I63966007", + "host_organization_name": "Massachusetts Institute of Technology", + "host_organization_lineage": [ + "https://openalex.org/I63966007" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by-nc", + "license_id": "https://openalex.org/licenses/cc-by-nc", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "Other" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1503.00759", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1503.00759", + "pdf_url": "https://arxiv.org/pdf/1503.00759", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + "sustainable_development_goals": [ + { + "display_name": "Quality Education", + "id": "https://metadata.un.org/sdg/4", + "score": 0.5400000214576721 + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 213, + "referenced_works": [ + "https://openalex.org/W28412257", + "https://openalex.org/W92973652", + "https://openalex.org/W94565353", + "https://openalex.org/W102708294", + "https://openalex.org/W109245773", + "https://openalex.org/W114517082", + "https://openalex.org/W156542065", + "https://openalex.org/W200741916", + "https://openalex.org/W203049729", + "https://openalex.org/W204615560", + "https://openalex.org/W205829674", + "https://openalex.org/W340632675", + "https://openalex.org/W1483236033", + "https://openalex.org/W1487060125", + "https://openalex.org/W1497523460", + "https://openalex.org/W1503398984", + "https://openalex.org/W1510675600", + "https://openalex.org/W1511986666", + "https://openalex.org/W1512387364", + "https://openalex.org/W1516346799", + "https://openalex.org/W1521736627", + "https://openalex.org/W1533230146", + "https://openalex.org/W1565102206", + "https://openalex.org/W1585529040", + "https://openalex.org/W1614298861", + "https://openalex.org/W1666347389", + "https://openalex.org/W1756422141", + "https://openalex.org/W1782550378", + "https://openalex.org/W1835243625", + "https://openalex.org/W1841189810", + "https://openalex.org/W1852412531", + "https://openalex.org/W1884516485", + "https://openalex.org/W1910578190", + "https://openalex.org/W1913703133", + "https://openalex.org/W1930472418", + "https://openalex.org/W1975346989", + "https://openalex.org/W1975563293", + "https://openalex.org/W1976526581", + "https://openalex.org/W1977970897", + "https://openalex.org/W1979104937", + "https://openalex.org/W1979629649", + "https://openalex.org/W1984179398", + "https://openalex.org/W1985009003", + "https://openalex.org/W1986380628", + "https://openalex.org/W1993500013", + "https://openalex.org/W1994389483", + "https://openalex.org/W1999138184", + "https://openalex.org/W2008620264", + "https://openalex.org/W2008896880", + "https://openalex.org/W2009937976", + "https://openalex.org/W2013494846", + "https://openalex.org/W2015191210", + "https://openalex.org/W2016753842", + "https://openalex.org/W2017102965", + "https://openalex.org/W2018758196", + "https://openalex.org/W2022166150", + "https://openalex.org/W2024165284", + "https://openalex.org/W2026417691", + "https://openalex.org/W2027324989", + "https://openalex.org/W2029249040", + "https://openalex.org/W2037705937", + "https://openalex.org/W2037933327", + "https://openalex.org/W2039688703", + "https://openalex.org/W2045495924", + "https://openalex.org/W2052390074", + "https://openalex.org/W2054141820", + "https://openalex.org/W2055317074", + "https://openalex.org/W2065758089", + "https://openalex.org/W2066459332", + "https://openalex.org/W2066636486", + "https://openalex.org/W2080133951", + "https://openalex.org/W2081210343", + "https://openalex.org/W2081580037", + "https://openalex.org/W2089349245", + "https://openalex.org/W2094286023", + "https://openalex.org/W2094728533", + "https://openalex.org/W2097266862", + "https://openalex.org/W2099752825", + "https://openalex.org/W2101705355", + "https://openalex.org/W2101802482", + "https://openalex.org/W2102363952", + "https://openalex.org/W2102907934", + "https://openalex.org/W2107306718", + "https://openalex.org/W2107658650", + "https://openalex.org/W2108044891", + "https://openalex.org/W2108177663", + "https://openalex.org/W2111488410", + "https://openalex.org/W2114157818", + "https://openalex.org/W2117373207", + "https://openalex.org/W2119831128", + "https://openalex.org/W2121773050", + "https://openalex.org/W2121906195", + "https://openalex.org/W2122865749", + "https://openalex.org/W2123228027", + "https://openalex.org/W2125027602", + "https://openalex.org/W2125315567", + "https://openalex.org/W2127048411", + "https://openalex.org/W2127345773", + "https://openalex.org/W2127426251", + "https://openalex.org/W2127795553", + "https://openalex.org/W2128407051", + "https://openalex.org/W2129207602", + "https://openalex.org/W2129842875", + "https://openalex.org/W2131844696", + "https://openalex.org/W2133134975", + "https://openalex.org/W2138204945", + "https://openalex.org/W2140141795", + "https://openalex.org/W2141312052", + "https://openalex.org/W2148019918", + "https://openalex.org/W2148507357", + "https://openalex.org/W2149474573", + "https://openalex.org/W2151502664", + "https://openalex.org/W2153595771", + "https://openalex.org/W2154454189", + "https://openalex.org/W2158781217", + "https://openalex.org/W2159203990", + "https://openalex.org/W2159583324", + "https://openalex.org/W2160605923", + "https://openalex.org/W2161371014", + "https://openalex.org/W2165428180", + "https://openalex.org/W2167187514", + "https://openalex.org/W2170902582", + "https://openalex.org/W2171278097", + "https://openalex.org/W2171472464", + "https://openalex.org/W2175268987", + "https://openalex.org/W2187164964", + "https://openalex.org/W2244992438", + "https://openalex.org/W2247119764", + "https://openalex.org/W2247380138", + "https://openalex.org/W2250184916", + "https://openalex.org/W2288526505", + "https://openalex.org/W2293485652", + "https://openalex.org/W2295240344", + "https://openalex.org/W2338322935", + "https://openalex.org/W2396685807", + "https://openalex.org/W2471366537", + "https://openalex.org/W2487770199", + "https://openalex.org/W2520858206", + "https://openalex.org/W2536888436", + "https://openalex.org/W2548695521", + "https://openalex.org/W2785884112", + "https://openalex.org/W2911581497", + "https://openalex.org/W2940690142", + "https://openalex.org/W2951166049", + "https://openalex.org/W2952738808", + "https://openalex.org/W2954527143", + "https://openalex.org/W2963572185", + "https://openalex.org/W2963587356", + "https://openalex.org/W2999525678", + "https://openalex.org/W3102641634", + "https://openalex.org/W3125520394", + "https://openalex.org/W3149838063", + "https://openalex.org/W3192290435", + "https://openalex.org/W4206727053", + "https://openalex.org/W4211035117", + "https://openalex.org/W4212943651", + "https://openalex.org/W4230553559", + "https://openalex.org/W4232932184", + "https://openalex.org/W4234117503", + "https://openalex.org/W4235345084", + "https://openalex.org/W4235469532", + "https://openalex.org/W4239231974", + "https://openalex.org/W4250809414", + "https://openalex.org/W4285719527", + "https://openalex.org/W4293249558", + "https://openalex.org/W4297732326", + "https://openalex.org/W4300062145", + "https://openalex.org/W4300564796", + "https://openalex.org/W4386506836", + "https://openalex.org/W6603669155", + "https://openalex.org/W6604452468", + "https://openalex.org/W6604653223", + "https://openalex.org/W6608338930", + "https://openalex.org/W6608344535", + "https://openalex.org/W6628965601", + "https://openalex.org/W6629025635", + "https://openalex.org/W6630579473", + "https://openalex.org/W6631964550", + "https://openalex.org/W6633947679", + "https://openalex.org/W6636510571", + "https://openalex.org/W6637194779", + "https://openalex.org/W6637805884", + "https://openalex.org/W6638051237", + "https://openalex.org/W6638588478", + "https://openalex.org/W6638754787", + "https://openalex.org/W6639281467", + "https://openalex.org/W6639731090", + "https://openalex.org/W6652957868", + "https://openalex.org/W6674413621", + "https://openalex.org/W6675204935", + "https://openalex.org/W6675255137", + "https://openalex.org/W6675925752", + "https://openalex.org/W6676581672", + "https://openalex.org/W6678067405", + "https://openalex.org/W6678347102", + "https://openalex.org/W6678830454", + "https://openalex.org/W6678846912", + "https://openalex.org/W6679197216", + "https://openalex.org/W6679243379", + "https://openalex.org/W6682467843", + "https://openalex.org/W6682619722", + "https://openalex.org/W6683404736", + "https://openalex.org/W6683461794", + "https://openalex.org/W6683612810", + "https://openalex.org/W6683773206", + "https://openalex.org/W6683861112", + "https://openalex.org/W6684350123", + "https://openalex.org/W6685018051", + "https://openalex.org/W6696035201", + "https://openalex.org/W6696966448", + "https://openalex.org/W6720922435", + "https://openalex.org/W6729382431", + "https://openalex.org/W6764731963" + ], + "related_works": [ + "https://openalex.org/W2267077731", + "https://openalex.org/W2386578196", + "https://openalex.org/W3091612633", + "https://openalex.org/W2483382562", + "https://openalex.org/W1549959306", + "https://openalex.org/W2085988990", + "https://openalex.org/W1528519853", + "https://openalex.org/W1510134535", + "https://openalex.org/W3181676408", + "https://openalex.org/W2389834944" + ], + "abstract_inverted_index": { + "Relational": [ + 0 + ], + "machine": [ + 1 + ], + "learning": [ + 2 + ], + "studies": [ + 3 + ], + "methods": [ + 4, + 137 + ], + "for": [ + 5, + 138 + ], + "the": [ + 6, + 41, + 51, + 99, + 144 + ], + "statistical": [ + 7, + 24, + 62, + 126 + ], + "analysis": [ + 8 + ], + "of": [ + 9, + 21, + 61, + 66, + 128, + 159 + ], + "relational,": [ + 10 + ], + "or": [ + 11 + ], + "graph-structured,": [ + 12 + ], + "data.": [ + 13 + ], + "In": [ + 14, + 53 + ], + "this": [ + 15, + 147 + ], + "paper,": [ + 16 + ], + "we": [ + 17, + 55, + 122, + 149 + ], + "provide": [ + 18 + ], + "a": [ + 19 + ], + "review": [ + 20 + ], + "how": [ + 22, + 104, + 124 + ], + "such": [ + 23, + 82, + 125, + 160 + ], + "models": [ + 25, + 81, + 111, + 127 + ], + "can": [ + 26, + 68, + 130 + ], + "be": [ + 27, + 131 + ], + "“trained”": [ + 28 + ], + "on": [ + 29, + 78, + 94 + ], + "large": [ + 30 + ], + "knowledge": [ + 31, + 141, + 153 + ], + "graphs,": [ + 32 + ], + "and": [ + 33, + 86, + 109 + ], + "then": [ + 34 + ], + "used": [ + 35 + ], + "to": [ + 36, + 46, + 70, + 105, + 112 + ], + "predict": [ + 37 + ], + "new": [ + 38, + 48 + ], + "facts": [ + 39 + ], + "about": [ + 40 + ], + "world": [ + 42 + ], + "(which": [ + 43 + ], + "is": [ + 44, + 76, + 92 + ], + "equivalent": [ + 45 + ], + "predicting": [ + 47 + ], + "edges": [ + 49 + ], + "in": [ + 50, + 98 + ], + "graph).": [ + 52 + ], + "particular,": [ + 54 + ], + "discuss": [ + 56, + 123, + 151 + ], + "two": [ + 57 + ], + "fundamentally": [ + 58 + ], + "different": [ + 59 + ], + "kinds": [ + 60 + ], + "relational": [ + 63 + ], + "models,": [ + 64 + ], + "both": [ + 65 + ], + "which": [ + 67 + ], + "scale": [ + 69 + ], + "massive": [ + 71 + ], + "data": [ + 72 + ], + "sets.": [ + 73 + ], + "The": [ + 74, + 90 + ], + "first": [ + 75 + ], + "based": [ + 77, + 93 + ], + "latent": [ + 79, + 108 + ], + "feature": [ + 80 + ], + "as": [ + 83, + 156 + ], + "tensor": [ + 84 + ], + "factorization": [ + 85 + ], + "multiway": [ + 87 + ], + "neural": [ + 88 + ], + "networks.": [ + 89 + ], + "second": [ + 91 + ], + "mining": [ + 95 + ], + "observable": [ + 96, + 110 + ], + "patterns": [ + 97 + ], + "graph.": [ + 100 + ], + "We": [ + 101 + ], + "also": [ + 102, + 150 + ], + "show": [ + 103 + ], + "combine": [ + 106 + ], + "these": [ + 107 + ], + "get": [ + 113 + ], + "improved": [ + 114 + ], + "modeling": [ + 115 + ], + "power": [ + 116 + ], + "at": [ + 117 + ], + "decreased": [ + 118 + ], + "computational": [ + 119 + ], + "cost.": [ + 120 + ], + "Finally,": [ + 121 + ], + "graphs": [ + 129, + 142 + ], + "combined": [ + 132 + ], + "with": [ + 133 + ], + "text-based": [ + 134 + ], + "information": [ + 135 + ], + "extraction": [ + 136 + ], + "automatically": [ + 139 + ], + "constructing": [ + 140 + ], + "from": [ + 143 + ], + "Web.": [ + 145 + ], + "To": [ + 146 + ], + "end,": [ + 148 + ], + "Google's": [ + 152 + ], + "vault": [ + 154 + ], + "project": [ + 155 + ], + "an": [ + 157 + ], + "example": [ + 158 + ], + "combination.": [ + 161 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 35 + }, + { + "year": 2025, + "cited_by_count": 115 + }, + { + "year": 2024, + "cited_by_count": 121 + }, + { + "year": 2023, + "cited_by_count": 180 + }, + { + "year": 2022, + "cited_by_count": 158 + }, + { + "year": 2021, + "cited_by_count": 263 + }, + { + "year": 2020, + "cited_by_count": 286 + }, + { + "year": 2019, + "cited_by_count": 199 + }, + { + "year": 2018, + "cited_by_count": 127 + }, + { + "year": 2017, + "cited_by_count": 107 + }, + { + "year": 2016, + "cited_by_count": 40 + }, + { + "year": 2015, + "cited_by_count": 5 + } + ], + "updated_date": "2026-05-28T09:10:13.091523", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2949767632", + "doi": "https://doi.org/10.1109/access.2019.2923707", + "title": "Effective Heart Disease Prediction Using Hybrid Machine Learning Techniques", + "display_name": "Effective Heart Disease Prediction Using Hybrid Machine Learning Techniques", + "relevance_score": 2561.0251, + "publication_year": 2019, + "publication_date": "2019-01-01", + "ids": { + "openalex": "https://openalex.org/W2949767632", + "doi": "https://doi.org/10.1109/access.2019.2923707", + "mag": "2949767632" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1109/access.2019.2923707", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1109/access.2019.2923707", + "pdf_url": "https://ieeexplore.ieee.org/ielx7/6287639/8600701/08740989.pdf", + "source": { + "id": "https://openalex.org/S2485537415", + "display_name": "IEEE Access", + "issn_l": "2169-3536", + "issn": [ + "2169-3536" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310319808", + "host_organization_name": "Institute of Electrical and Electronics Engineers", + "host_organization_lineage": [ + "https://openalex.org/P4310319808" + ], + "host_organization_lineage_names": [ + "Institute of Electrical and Electronics Engineers" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IEEE Access", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref", + "doaj" + ], + "open_access": { + "is_oa": true, + "oa_status": "gold", + "oa_url": "https://ieeexplore.ieee.org/ielx7/6287639/8600701/08740989.pdf", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5013635040", + "display_name": "Senthilkumar Mohan", + "orcid": "https://orcid.org/0000-0002-8114-3147" + }, + "institutions": [ + { + "id": "https://openalex.org/I876193797", + "display_name": "Vellore Institute of Technology University", + "ror": "https://ror.org/00qzypv28", + "country_code": "IN", + "type": "education", + "lineage": [ + "https://openalex.org/I876193797" + ] + } + ], + "countries": [ + "IN" + ], + "is_corresponding": true, + "raw_author_name": "Senthilkumar Mohan", + "raw_affiliation_strings": [ + "School of Information Technology and Engineering, VIT University, Vellore, India" + ], + "raw_orcid": "https://orcid.org/0000-0002-8114-3147", + "affiliations": [ + { + "raw_affiliation_string": "School of Information Technology and Engineering, VIT University, Vellore, India", + "institution_ids": [ + "https://openalex.org/I876193797" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5012000651", + "display_name": "Chandrasegar Thirumalai", + "orcid": "https://orcid.org/0000-0001-5171-946X" + }, + "institutions": [ + { + "id": "https://openalex.org/I876193797", + "display_name": "Vellore Institute of Technology University", + "ror": "https://ror.org/00qzypv28", + "country_code": "IN", + "type": "education", + "lineage": [ + "https://openalex.org/I876193797" + ] + } + ], + "countries": [ + "IN" + ], + "is_corresponding": false, + "raw_author_name": "Chandrasegar Thirumalai", + "raw_affiliation_strings": [ + "School of Information Technology and Engineering, VIT University, Vellore, India" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "School of Information Technology and Engineering, VIT University, Vellore, India", + "institution_ids": [ + "https://openalex.org/I876193797" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5041541232", + "display_name": "Gautam Srivastava", + "orcid": "https://orcid.org/0000-0001-9851-4103" + }, + "institutions": [ + { + "id": "https://openalex.org/I48890080", + "display_name": "Brandon University", + "ror": "https://ror.org/02qp25a50", + "country_code": "CA", + "type": "education", + "lineage": [ + "https://openalex.org/I48890080" + ] + } + ], + "countries": [ + "CA" + ], + "is_corresponding": false, + "raw_author_name": "Gautam Srivastava", + "raw_affiliation_strings": [ + "Department of Mathematics and Computer Science, Brandon University, Brandon, MB, Canada" + ], + "raw_orcid": "https://orcid.org/0000-0001-9851-4103", + "affiliations": [ + { + "raw_affiliation_string": "Department of Mathematics and Computer Science, Brandon University, Brandon, MB, Canada", + "institution_ids": [ + "https://openalex.org/I48890080" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5013635040" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I876193797" + ], + "apc_list": { + "value": 1850, + "currency": "USD", + "value_usd": 1850 + }, + "apc_paid": { + "value": 1850, + "currency": "USD", + "value_usd": 1850 + }, + "fwci": 215.0425, + "has_fulltext": true, + "cited_by_count": 1855, + "citation_normalized_percentile": { + "value": 1.0, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "7", + "issue": null, + "first_page": "81542", + "last_page": "81554" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11396", + "display_name": "Artificial Intelligence in Healthcare", + "score": 0.9962000250816345, + "subfield": { + "id": "https://openalex.org/subfields/3605", + "display_name": "Health Information Management" + }, + "field": { + "id": "https://openalex.org/fields/36", + "display_name": "Health Professions" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11396", + "display_name": "Artificial Intelligence in Healthcare", + "score": 0.9962000250816345, + "subfield": { + "id": "https://openalex.org/subfields/3605", + "display_name": "Health Information Management" + }, + "field": { + "id": "https://openalex.org/fields/36", + "display_name": "Health Professions" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + }, + { + "id": "https://openalex.org/T11021", + "display_name": "ECG Monitoring and Analysis", + "score": 0.991100013256073, + "subfield": { + "id": "https://openalex.org/subfields/2705", + "display_name": "Cardiology and Cardiovascular Medicine" + }, + "field": { + "id": "https://openalex.org/fields/27", + "display_name": "Medicine" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + }, + { + "id": "https://openalex.org/T13038", + "display_name": "Internet of Things and AI", + "score": 0.9423999786376953, + "subfield": { + "id": "https://openalex.org/subfields/1710", + "display_name": "Information Systems" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7656811475753784 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.7299566864967346 + }, + { + "id": "https://openalex.org/keywords/random-forest", + "display_name": "Random forest", + "score": 0.6608107089996338 + }, + { + "id": "https://openalex.org/keywords/heart-disease", + "display_name": "Heart disease", + "score": 0.6548975110054016 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6171836853027344 + }, + { + "id": "https://openalex.org/keywords/predictive-modelling", + "display_name": "Predictive modelling", + "score": 0.49283671379089355 + }, + { + "id": "https://openalex.org/keywords/disease", + "display_name": "Disease", + "score": 0.48001474142074585 + }, + { + "id": "https://openalex.org/keywords/internet-of-things", + "display_name": "Internet of Things", + "score": 0.4755784571170807 + }, + { + "id": "https://openalex.org/keywords/support-vector-machine", + "display_name": "Support vector machine", + "score": 0.4480767250061035 + }, + { + "id": "https://openalex.org/keywords/the-internet", + "display_name": "The Internet", + "score": 0.41082069277763367 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.3668927550315857 + }, + { + "id": "https://openalex.org/keywords/medicine", + "display_name": "Medicine", + "score": 0.10342156887054443 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7656811475753784 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.7299566864967346 + }, + { + "id": "https://openalex.org/C169258074", + "wikidata": "https://www.wikidata.org/wiki/Q245748", + "display_name": "Random forest", + "level": 2, + "score": 0.6608107089996338 + }, + { + "id": "https://openalex.org/C2780074459", + "wikidata": "https://www.wikidata.org/wiki/Q389735", + "display_name": "Heart disease", + "level": 2, + "score": 0.6548975110054016 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6171836853027344 + }, + { + "id": "https://openalex.org/C45804977", + "wikidata": "https://www.wikidata.org/wiki/Q7239673", + "display_name": "Predictive modelling", + "level": 2, + "score": 0.49283671379089355 + }, + { + "id": "https://openalex.org/C2779134260", + "wikidata": "https://www.wikidata.org/wiki/Q12136", + "display_name": "Disease", + "level": 2, + "score": 0.48001474142074585 + }, + { + "id": "https://openalex.org/C81860439", + "wikidata": "https://www.wikidata.org/wiki/Q251212", + "display_name": "Internet of Things", + "level": 2, + "score": 0.4755784571170807 + }, + { + "id": "https://openalex.org/C12267149", + "wikidata": "https://www.wikidata.org/wiki/Q282453", + "display_name": "Support vector machine", + "level": 2, + "score": 0.4480767250061035 + }, + { + "id": "https://openalex.org/C110875604", + "wikidata": "https://www.wikidata.org/wiki/Q75", + "display_name": "The Internet", + "level": 2, + "score": 0.41082069277763367 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.3668927550315857 + }, + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.10342156887054443 + }, + { + "id": "https://openalex.org/C136764020", + "wikidata": "https://www.wikidata.org/wiki/Q466", + "display_name": "World Wide Web", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C164705383", + "wikidata": "https://www.wikidata.org/wiki/Q10379", + "display_name": "Cardiology", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C149635348", + "wikidata": "https://www.wikidata.org/wiki/Q193040", + "display_name": "Embedded system", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C142724271", + "wikidata": "https://www.wikidata.org/wiki/Q7208", + "display_name": "Pathology", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "doi:10.1109/access.2019.2923707", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1109/access.2019.2923707", + "pdf_url": "https://ieeexplore.ieee.org/ielx7/6287639/8600701/08740989.pdf", + "source": { + "id": "https://openalex.org/S2485537415", + "display_name": "IEEE Access", + "issn_l": "2169-3536", + "issn": [ + "2169-3536" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310319808", + "host_organization_name": "Institute of Electrical and Electronics Engineers", + "host_organization_lineage": [ + "https://openalex.org/P4310319808" + ], + "host_organization_lineage_names": [ + "Institute of Electrical and Electronics Engineers" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IEEE Access", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:doaj.org/article:fe87ff1a239645a0979c257a4dea4864", + "is_oa": true, + "landing_page_url": "https://doaj.org/article/fe87ff1a239645a0979c257a4dea4864", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401280", + "display_name": "DOAJ (DOAJ: Directory of Open Access Journals)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by-sa", + "license_id": "https://openalex.org/licenses/cc-by-sa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "IEEE Access, Vol 7, Pp 81542-81554 (2019)", + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "doi:10.1109/access.2019.2923707", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1109/access.2019.2923707", + "pdf_url": "https://ieeexplore.ieee.org/ielx7/6287639/8600701/08740989.pdf", + "source": { + "id": "https://openalex.org/S2485537415", + "display_name": "IEEE Access", + "issn_l": "2169-3536", + "issn": [ + "2169-3536" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310319808", + "host_organization_name": "Institute of Electrical and Electronics Engineers", + "host_organization_lineage": [ + "https://openalex.org/P4310319808" + ], + "host_organization_lineage_names": [ + "Institute of Electrical and Electronics Engineers" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IEEE Access", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [ + { + "display_name": "Good health and well-being", + "id": "https://metadata.un.org/sdg/3", + "score": 0.4000000059604645 + } + ], + "awards": [], + "funders": [ + { + "id": "https://openalex.org/F4320324301", + "display_name": "China Medical University", + "ror": "https://ror.org/032d4f246" + } + ], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 51, + "referenced_works": [ + "https://openalex.org/W1202595205", + "https://openalex.org/W1532110920", + "https://openalex.org/W1965587486", + "https://openalex.org/W1991788616", + "https://openalex.org/W2003552981", + "https://openalex.org/W2062302861", + "https://openalex.org/W2068677783", + "https://openalex.org/W2080084655", + "https://openalex.org/W2103773860", + "https://openalex.org/W2178875556", + "https://openalex.org/W2250033699", + "https://openalex.org/W2291481687", + "https://openalex.org/W2293583529", + "https://openalex.org/W2350016386", + "https://openalex.org/W2485540933", + "https://openalex.org/W2531733772", + "https://openalex.org/W2545758574", + "https://openalex.org/W2548815743", + "https://openalex.org/W2608803612", + "https://openalex.org/W2611268076", + "https://openalex.org/W2621148797", + "https://openalex.org/W2654097460", + "https://openalex.org/W2735054537", + "https://openalex.org/W2754167666", + "https://openalex.org/W2755200181", + "https://openalex.org/W2755582817", + "https://openalex.org/W2766387270", + "https://openalex.org/W2767227735", + "https://openalex.org/W2769429260", + "https://openalex.org/W2774583472", + "https://openalex.org/W2784051633", + "https://openalex.org/W2786070938", + "https://openalex.org/W2790256058", + "https://openalex.org/W2790718901", + "https://openalex.org/W2793130752", + "https://openalex.org/W2795204643", + "https://openalex.org/W2795328221", + "https://openalex.org/W2795595258", + "https://openalex.org/W2808560727", + "https://openalex.org/W2885492729", + "https://openalex.org/W2890070546", + "https://openalex.org/W2891931318", + "https://openalex.org/W2895999059", + "https://openalex.org/W2900794383", + "https://openalex.org/W2901917857", + "https://openalex.org/W2993696341", + "https://openalex.org/W6675712684", + "https://openalex.org/W6729093307", + "https://openalex.org/W6749585949", + "https://openalex.org/W6771454245", + "https://openalex.org/W6986592312" + ], + "related_works": [ + "https://openalex.org/W4245926026", + "https://openalex.org/W3193043704", + "https://openalex.org/W4386259002", + "https://openalex.org/W1546989560", + "https://openalex.org/W4396689146", + "https://openalex.org/W4200112873", + "https://openalex.org/W2955796858", + "https://openalex.org/W2004826645", + "https://openalex.org/W3191198889", + "https://openalex.org/W4399767560" + ], + "abstract_inverted_index": { + "Heart": [ + 0 + ], + "disease": [ + 1, + 18, + 86, + 153 + ], + "is": [ + 2, + 19, + 123 + ], + "one": [ + 3 + ], + "of": [ + 4, + 9, + 16, + 26, + 50, + 71, + 74, + 117, + 128, + 145 + ], + "the": [ + 5, + 12, + 24, + 47, + 54, + 72, + 112, + 115, + 148, + 155 + ], + "most": [ + 6 + ], + "significant": [ + 7, + 102 + ], + "causes": [ + 8 + ], + "mortality": [ + 10 + ], + "in": [ + 11, + 23, + 39, + 41, + 65, + 68, + 110, + 114 + ], + "world": [ + 13 + ], + "today.": [ + 14 + ], + "Prediction": [ + 15 + ], + "cardiovascular": [ + 17, + 118 + ], + "a": [ + 20, + 81, + 95, + 160 + ], + "critical": [ + 21 + ], + "challenge": [ + 22 + ], + "area": [ + 25 + ], + "clinical": [ + 27 + ], + "data": [ + 28, + 51 + ], + "analysis.": [ + 29 + ], + "Machine": [ + 30 + ], + "learning": [ + 31, + 107 + ], + "(ML)": [ + 32 + ], + "has": [ + 33 + ], + "been": [ + 34 + ], + "shown": [ + 35 + ], + "to": [ + 36 + ], + "be": [ + 37 + ], + "effective": [ + 38 + ], + "assisting": [ + 40 + ], + "making": [ + 42 + ], + "decisions": [ + 43 + ], + "and": [ + 44, + 130 + ], + "predictions": [ + 45 + ], + "from": [ + 46 + ], + "large": [ + 48 + ], + "quantity": [ + 49 + ], + "produced": [ + 52 + ], + "by": [ + 53, + 104 + ], + "healthcare": [ + 55 + ], + "industry.": [ + 56 + ], + "We": [ + 57, + 135 + ], + "have": [ + 58 + ], + "also": [ + 59 + ], + "seen": [ + 60 + ], + "ML": [ + 61, + 88 + ], + "techniques": [ + 62, + 108 + ], + "being": [ + 63 + ], + "used": [ + 64 + ], + "recent": [ + 66 + ], + "developments": [ + 67 + ], + "different": [ + 69, + 126 + ], + "areas": [ + 70 + ], + "Internet": [ + 73 + ], + "Things": [ + 75 + ], + "(IoT).": [ + 76 + ], + "Various": [ + 77 + ], + "studies": [ + 78 + ], + "give": [ + 79 + ], + "only": [ + 80 + ], + "glimpse": [ + 82 + ], + "into": [ + 83 + ], + "predicting": [ + 84 + ], + "heart": [ + 85, + 152 + ], + "with": [ + 87, + 125, + 141, + 154, + 159 + ], + "techniques.": [ + 89, + 134 + ], + "In": [ + 90 + ], + "this": [ + 91 + ], + "paper,": [ + 92 + ], + "we": [ + 93 + ], + "propose": [ + 94 + ], + "novel": [ + 96 + ], + "method": [ + 97 + ], + "that": [ + 98 + ], + "aims": [ + 99 + ], + "at": [ + 100 + ], + "finding": [ + 101 + ], + "features": [ + 103, + 129 + ], + "applying": [ + 105 + ], + "machine": [ + 106 + ], + "resulting": [ + 109 + ], + "improving": [ + 111 + ], + "accuracy": [ + 113, + 143 + ], + "prediction": [ + 116, + 121, + 149 + ], + "disease.": [ + 119 + ], + "The": [ + 120 + ], + "model": [ + 122, + 150, + 162 + ], + "introduced": [ + 124 + ], + "combinations": [ + 127 + ], + "several": [ + 131 + ], + "known": [ + 132 + ], + "classification": [ + 133 + ], + "produce": [ + 136 + ], + "an": [ + 137, + 142 + ], + "enhanced": [ + 138 + ], + "performance": [ + 139 + ], + "level": [ + 140, + 144 + ], + "88.7%": [ + 146 + ], + "through": [ + 147 + ], + "for": [ + 151 + ], + "hybrid": [ + 156 + ], + "random": [ + 157 + ], + "forest": [ + 158 + ], + "linear": [ + 161 + ], + "(HRFLM).": [ + 163 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 81 + }, + { + "year": 2025, + "cited_by_count": 299 + }, + { + "year": 2024, + "cited_by_count": 376 + }, + { + "year": 2023, + "cited_by_count": 443 + }, + { + "year": 2022, + "cited_by_count": 335 + }, + { + "year": 2021, + "cited_by_count": 221 + }, + { + "year": 2020, + "cited_by_count": 90 + }, + { + "year": 2019, + "cited_by_count": 9 + }, + { + "year": 2012, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2995098893", + "doi": "https://doi.org/10.1186/s12911-019-1004-8", + "title": "Comparing different supervised machine learning algorithms for disease prediction", + "display_name": "Comparing different supervised machine learning algorithms for disease prediction", + "relevance_score": 2537.0056, + "publication_year": 2019, + "publication_date": "2019-12-01", + "ids": { + "openalex": "https://openalex.org/W2995098893", + "doi": "https://doi.org/10.1186/s12911-019-1004-8", + "mag": "2995098893", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/31864346" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1186/s12911-019-1004-8", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1186/s12911-019-1004-8", + "pdf_url": "https://bmcmedinformdecismak.biomedcentral.com/track/pdf/10.1186/s12911-019-1004-8", + "source": { + "id": "https://openalex.org/S107516304", + "display_name": "BMC Medical Informatics and Decision Making", + "issn_l": "1472-6947", + "issn": [ + "1472-6947" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320256", + "host_organization_name": "BioMed Central", + "host_organization_lineage": [ + "https://openalex.org/P4310320256", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "BioMed Central", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "BMC Medical Informatics and Decision Making", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref", + "doaj", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "gold", + "oa_url": "https://bmcmedinformdecismak.biomedcentral.com/track/pdf/10.1186/s12911-019-1004-8", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5073472514", + "display_name": "Shahadat Uddin", + "orcid": "https://orcid.org/0000-0003-0091-6919" + }, + "institutions": [ + { + "id": "https://openalex.org/I129604602", + "display_name": "The University of Sydney", + "ror": "https://ror.org/0384j8v12", + "country_code": "AU", + "type": "education", + "lineage": [ + "https://openalex.org/I129604602" + ] + } + ], + "countries": [ + "AU" + ], + "is_corresponding": true, + "raw_author_name": "Shahadat Uddin", + "raw_affiliation_strings": [ + "Complex Systems Research Group, Faculty of Engineering, The University of Sydney, Room 524, SIT Building (J12), Darlington, NSW, 2008, Australia. shahadat.uddin@sydney.edu.au", + "Complex Systems Research Group, Faculty of Engineering, The University of Sydney, Room 524, SIT Building (J12), Darlington, NSW, 2008, Australia" + ], + "raw_orcid": "https://orcid.org/0000-0003-0091-6919", + "affiliations": [ + { + "raw_affiliation_string": "Complex Systems Research Group, Faculty of Engineering, The University of Sydney, Room 524, SIT Building (J12), Darlington, NSW, 2008, Australia. shahadat.uddin@sydney.edu.au", + "institution_ids": [ + "https://openalex.org/I129604602" + ] + }, + { + "raw_affiliation_string": "Complex Systems Research Group, Faculty of Engineering, The University of Sydney, Room 524, SIT Building (J12), Darlington, NSW, 2008, Australia", + "institution_ids": [ + "https://openalex.org/I129604602" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5050771060", + "display_name": "Arif Khan", + "orcid": "https://orcid.org/0000-0002-5793-933X" + }, + "institutions": [ + { + "id": "https://openalex.org/I129604602", + "display_name": "The University of Sydney", + "ror": "https://ror.org/0384j8v12", + "country_code": "AU", + "type": "education", + "lineage": [ + "https://openalex.org/I129604602" + ] + }, + { + "id": "https://openalex.org/I4210117369", + "display_name": "RoZetta Institute", + "ror": "https://ror.org/02ex29a12", + "country_code": "AU", + "type": "nonprofit", + "lineage": [ + "https://openalex.org/I4210117369" + ] + } + ], + "countries": [ + "AU" + ], + "is_corresponding": false, + "raw_author_name": "Arif Khan", + "raw_affiliation_strings": [ + "Complex Systems Research Group, Faculty of Engineering, The University of Sydney, Room 524, SIT Building (J12), Darlington, NSW, 2008, Australia", + "Health Market Quality Research Stream, Capital Markets CRC, Level 3, 55 Harrington Street, Sydney, NSW, Australia" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Complex Systems Research Group, Faculty of Engineering, The University of Sydney, Room 524, SIT Building (J12), Darlington, NSW, 2008, Australia", + "institution_ids": [ + "https://openalex.org/I129604602" + ] + }, + { + "raw_affiliation_string": "Health Market Quality Research Stream, Capital Markets CRC, Level 3, 55 Harrington Street, Sydney, NSW, Australia", + "institution_ids": [ + "https://openalex.org/I4210117369" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5027942770", + "display_name": "Md Ekramul Hossain", + "orcid": "https://orcid.org/0000-0001-6913-8313" + }, + "institutions": [ + { + "id": "https://openalex.org/I129604602", + "display_name": "The University of Sydney", + "ror": "https://ror.org/0384j8v12", + "country_code": "AU", + "type": "education", + "lineage": [ + "https://openalex.org/I129604602" + ] + } + ], + "countries": [ + "AU" + ], + "is_corresponding": false, + "raw_author_name": "Md Ekramul Hossain", + "raw_affiliation_strings": [ + "Complex Systems Research Group, Faculty of Engineering, The University of Sydney, Room 524, SIT Building (J12), Darlington, NSW, 2008, Australia" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Complex Systems Research Group, Faculty of Engineering, The University of Sydney, Room 524, SIT Building (J12), Darlington, NSW, 2008, Australia", + "institution_ids": [ + "https://openalex.org/I129604602" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5034828056", + "display_name": "Mohammad Ali Moni", + "orcid": "https://orcid.org/0000-0003-0756-1006" + }, + "institutions": [ + { + "id": "https://openalex.org/I129604602", + "display_name": "The University of Sydney", + "ror": "https://ror.org/0384j8v12", + "country_code": "AU", + "type": "education", + "lineage": [ + "https://openalex.org/I129604602" + ] + } + ], + "countries": [ + "AU" + ], + "is_corresponding": false, + "raw_author_name": "Mohammad Ali Moni", + "raw_affiliation_strings": [ + "Faculty of Medicine and Health, School of Medical Sciences, The University of Sydney, Camperdown, NSW, 2006, Australia" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Faculty of Medicine and Health, School of Medical Sciences, The University of Sydney, Camperdown, NSW, 2006, Australia", + "institution_ids": [ + "https://openalex.org/I129604602" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 4, + "corresponding_author_ids": [ + "https://openalex.org/A5073472514" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I129604602" + ], + "apc_list": { + "value": 1570, + "currency": "GBP", + "value_usd": 1925 + }, + "apc_paid": { + "value": 1570, + "currency": "GBP", + "value_usd": 1925 + }, + "fwci": 163.4859, + "has_fulltext": false, + "cited_by_count": 1618, + "citation_normalized_percentile": { + "value": 0.99985259, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "19", + "issue": "1", + "first_page": "281", + "last_page": "281" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11396", + "display_name": "Artificial Intelligence in Healthcare", + "score": 0.8751999735832214, + "subfield": { + "id": "https://openalex.org/subfields/3605", + "display_name": "Health Information Management" + }, + "field": { + "id": "https://openalex.org/fields/36", + "display_name": "Health Professions" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11396", + "display_name": "Artificial Intelligence in Healthcare", + "score": 0.8751999735832214, + "subfield": { + "id": "https://openalex.org/subfields/3605", + "display_name": "Health Information Management" + }, + "field": { + "id": "https://openalex.org/fields/36", + "display_name": "Health Professions" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + }, + { + "id": "https://openalex.org/T13702", + "display_name": "Machine Learning in Healthcare", + "score": 0.008799999952316284, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11652", + "display_name": "Imbalanced Data Classification Techniques", + "score": 0.0066999997943639755, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/health-informatics", + "display_name": "Health informatics", + "score": 0.7566148042678833 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6764706373214722 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6419437527656555 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5513378381729126 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.41022202372550964 + }, + { + "id": "https://openalex.org/keywords/public-health", + "display_name": "Public health", + "score": 0.221120685338974 + }, + { + "id": "https://openalex.org/keywords/medicine", + "display_name": "Medicine", + "score": 0.2029423713684082 + }, + { + "id": "https://openalex.org/keywords/nursing", + "display_name": "Nursing", + "score": 0.09734433889389038 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C145642194", + "wikidata": "https://www.wikidata.org/wiki/Q870895", + "display_name": "Health informatics", + "level": 3, + "score": 0.7566148042678833 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6764706373214722 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6419437527656555 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5513378381729126 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.41022202372550964 + }, + { + "id": "https://openalex.org/C138816342", + "wikidata": "https://www.wikidata.org/wiki/Q189603", + "display_name": "Public health", + "level": 2, + "score": 0.221120685338974 + }, + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.2029423713684082 + }, + { + "id": "https://openalex.org/C159110408", + "wikidata": "https://www.wikidata.org/wiki/Q121176", + "display_name": "Nursing", + "level": 1, + "score": 0.09734433889389038 + } + ], + "mesh": [ + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000081415", + "descriptor_name": "Clinical Decision Rules", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000081415", + "descriptor_name": "Clinical Decision Rules", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000081415", + "descriptor_name": "Clinical Decision Rules", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D001499", + "descriptor_name": "Bayes Theorem", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D001499", + "descriptor_name": "Bayes Theorem", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D001499", + "descriptor_name": "Bayes Theorem", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012307", + "descriptor_name": "Risk Factors", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012307", + "descriptor_name": "Risk Factors", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012307", + "descriptor_name": "Risk Factors", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D057225", + "descriptor_name": "Data Mining", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D057225", + "descriptor_name": "Data Mining", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D057225", + "descriptor_name": "Data Mining", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D060388", + "descriptor_name": "Support Vector Machine", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D060388", + "descriptor_name": "Support Vector Machine", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D060388", + "descriptor_name": "Support Vector Machine", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + } + ], + "locations_count": 5, + "locations": [ + { + "id": "doi:10.1186/s12911-019-1004-8", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1186/s12911-019-1004-8", + "pdf_url": "https://bmcmedinformdecismak.biomedcentral.com/track/pdf/10.1186/s12911-019-1004-8", + "source": { + "id": "https://openalex.org/S107516304", + "display_name": "BMC Medical Informatics and Decision Making", + "issn_l": "1472-6947", + "issn": [ + "1472-6947" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320256", + "host_organization_name": "BioMed Central", + "host_organization_lineage": [ + "https://openalex.org/P4310320256", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "BioMed Central", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "BMC Medical Informatics and Decision Making", + "raw_type": "journal-article" + }, + { + "id": "pmid:31864346", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/31864346", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "BMC medical informatics and decision making", + "raw_type": null + }, + { + "id": "pmh:oai:pure.atira.dk:publications/17d2b406-1692-4f37-9f49-13ef0305ae3b", + "is_oa": true, + "landing_page_url": "https://researchoutput.csu.edu.au/en/publications/17d2b406-1692-4f37-9f49-13ef0305ae3b", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S7407055442", + "display_name": "Charles Sturt University Research Output (CRO)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Uddin, S, Khan, A, Hossain, M E & Moni, M A 2019, 'Comparing different supervised machine learning algorithms for disease prediction', BMC Medical Informatics and Decision Making, vol. 19, no. 1, 281. https://doi.org/10.1186/s12911-019-1004-8", + "raw_type": "info:eu-repo/semantics/publishedVersion" + }, + { + "id": "pmh:oai:doaj.org/article:9563bebece94495291af01cd287627a5", + "is_oa": false, + "landing_page_url": "https://doaj.org/article/9563bebece94495291af01cd287627a5", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401280", + "display_name": "DOAJ (DOAJ: Directory of Open Access Journals)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "BMC Medical Informatics and Decision Making, Vol 19, Iss 1, Pp 1-16 (2019)", + "raw_type": "article" + }, + { + "id": "pmh:oai:pubmedcentral.nih.gov:6925840", + "is_oa": true, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/6925840", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2764455111", + "display_name": "PubMed Central", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "BMC Med Inform Decis Mak", + "raw_type": "Text" + } + ], + "best_oa_location": { + "id": "doi:10.1186/s12911-019-1004-8", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1186/s12911-019-1004-8", + "pdf_url": "https://bmcmedinformdecismak.biomedcentral.com/track/pdf/10.1186/s12911-019-1004-8", + "source": { + "id": "https://openalex.org/S107516304", + "display_name": "BMC Medical Informatics and Decision Making", + "issn_l": "1472-6947", + "issn": [ + "1472-6947" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320256", + "host_organization_name": "BioMed Central", + "host_organization_lineage": [ + "https://openalex.org/P4310320256", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "BioMed Central", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "BMC Medical Informatics and Decision Making", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 87, + "referenced_works": [ + "https://openalex.org/W51263609", + "https://openalex.org/W101938375", + "https://openalex.org/W129507607", + "https://openalex.org/W166622706", + "https://openalex.org/W179179905", + "https://openalex.org/W1130077638", + "https://openalex.org/W1171616665", + "https://openalex.org/W1498436455", + "https://openalex.org/W1565746575", + "https://openalex.org/W1590675038", + "https://openalex.org/W1596324102", + "https://openalex.org/W1615991656", + "https://openalex.org/W1648885110", + "https://openalex.org/W1651586605", + "https://openalex.org/W1756788811", + "https://openalex.org/W1968571599", + "https://openalex.org/W1972404374", + "https://openalex.org/W1972588194", + "https://openalex.org/W1973448749", + "https://openalex.org/W1973948212", + "https://openalex.org/W1983024255", + "https://openalex.org/W1995341919", + "https://openalex.org/W1996856743", + "https://openalex.org/W2005501262", + "https://openalex.org/W2012316318", + "https://openalex.org/W2017993392", + "https://openalex.org/W2049623605", + "https://openalex.org/W2052655222", + "https://openalex.org/W2063130532", + "https://openalex.org/W2065831478", + "https://openalex.org/W2066525392", + "https://openalex.org/W2083866813", + "https://openalex.org/W2101234009", + "https://openalex.org/W2103069675", + "https://openalex.org/W2103441516", + "https://openalex.org/W2104890527", + "https://openalex.org/W2111974630", + "https://openalex.org/W2117646649", + "https://openalex.org/W2118020653", + "https://openalex.org/W2120109270", + "https://openalex.org/W2122111042", + "https://openalex.org/W2149706766", + "https://openalex.org/W2156098321", + "https://openalex.org/W2157784421", + "https://openalex.org/W2158698691", + "https://openalex.org/W2184248488", + "https://openalex.org/W2187651840", + "https://openalex.org/W2242827712", + "https://openalex.org/W2256130358", + "https://openalex.org/W2259337669", + "https://openalex.org/W2270635011", + "https://openalex.org/W2277317151", + "https://openalex.org/W2285678238", + "https://openalex.org/W2324845196", + "https://openalex.org/W2339549526", + "https://openalex.org/W2394922069", + "https://openalex.org/W2407129890", + "https://openalex.org/W2478337590", + "https://openalex.org/W2498119267", + "https://openalex.org/W2504629029", + "https://openalex.org/W2511048274", + "https://openalex.org/W2548466742", + "https://openalex.org/W2569214105", + "https://openalex.org/W2604503416", + "https://openalex.org/W2610135452", + "https://openalex.org/W2614141400", + "https://openalex.org/W2754510604", + "https://openalex.org/W2755895186", + "https://openalex.org/W2757722543", + "https://openalex.org/W2764175852", + "https://openalex.org/W2773413394", + "https://openalex.org/W2784168210", + "https://openalex.org/W2791504809", + "https://openalex.org/W2796884049", + "https://openalex.org/W2799071577", + "https://openalex.org/W2800253831", + "https://openalex.org/W2807027008", + "https://openalex.org/W2807992546", + "https://openalex.org/W2885479215", + "https://openalex.org/W2904579171", + "https://openalex.org/W2911495555", + "https://openalex.org/W2911964244", + "https://openalex.org/W2963873275", + "https://openalex.org/W2991792334", + "https://openalex.org/W4285719527", + "https://openalex.org/W6607259140", + "https://openalex.org/W6675354045" + ], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W3046775127", + "https://openalex.org/W4394896187", + "https://openalex.org/W3170094116", + "https://openalex.org/W4386462264", + "https://openalex.org/W3107602296", + "https://openalex.org/W4364306694", + "https://openalex.org/W4312192474", + "https://openalex.org/W4283697347" + ], + "abstract_inverted_index": { + "BACKGROUND:": [ + 0 + ], + "Supervised": [ + 1 + ], + "machine": [ + 2, + 43, + 74, + 108, + 200, + 225 + ], + "learning": [ + 3, + 44, + 75, + 109, + 201, + 226 + ], + "algorithms": [ + 4, + 110, + 202 + ], + "have": [ + 5 + ], + "been": [ + 6 + ], + "a": [ + 7, + 23, + 188 + ], + "dominant": [ + 8 + ], + "method": [ + 9 + ], + "in": [ + 10, + 100, + 163, + 176, + 218 + ], + "the": [ + 11, + 35, + 103, + 118, + 133, + 141, + 151, + 160, + 179, + 192, + 219 + ], + "data": [ + 12, + 19 + ], + "mining": [ + 13 + ], + "field.": [ + 14 + ], + "Disease": [ + 15 + ], + "prediction": [ + 16 + ], + "using": [ + 17 + ], + "health": [ + 18 + ], + "has": [ + 20 + ], + "recently": [ + 21 + ], + "shown": [ + 22 + ], + "potential": [ + 24 + ], + "application": [ + 25 + ], + "area": [ + 26 + ], + "for": [ + 27, + 51, + 89, + 102, + 111, + 203, + 228 + ], + "these": [ + 28 + ], + "methods.": [ + 29 + ], + "This": [ + 30, + 169, + 185, + 206 + ], + "study": [ + 31, + 186 + ], + "ai7ms": [ + 32 + ], + "to": [ + 33, + 64, + 215 + ], + "identify": [ + 34, + 65 + ], + "key": [ + 36 + ], + "trends": [ + 37 + ], + "among": [ + 38, + 105 + ], + "different": [ + 39, + 90, + 196 + ], + "types": [ + 40, + 91 + ], + "of": [ + 41, + 92, + 165, + 178, + 191, + 195, + 198, + 209, + 221 + ], + "supervised": [ + 42, + 73, + 107, + 199, + 224 + ], + "algorithms,": [ + 45 + ], + "and": [ + 46, + 49, + 85 + ], + "their": [ + 47, + 229 + ], + "performance": [ + 48, + 194, + 211 + ], + "usage": [ + 50 + ], + "disease": [ + 52, + 79, + 112, + 204 + ], + "risk": [ + 53 + ], + "prediction.": [ + 54, + 80, + 113, + 205 + ], + "METHODS:": [ + 55 + ], + "In": [ + 56 + ], + "this": [ + 57 + ], + "study,": [ + 58 + ], + "extensive": [ + 59 + ], + "research": [ + 60 + ], + "efforts": [ + 61 + ], + "were": [ + 62, + 87 + ], + "made": [ + 63 + ], + "those": [ + 66 + ], + "studies": [ + 67, + 153, + 180 + ], + "that": [ + 68, + 117 + ], + "applied": [ + 69, + 125 + ], + "more": [ + 70 + ], + "than": [ + 71 + ], + "one": [ + 72 + ], + "algorithm": [ + 76, + 123, + 136, + 145, + 227 + ], + "on": [ + 77 + ], + "single": [ + 78 + ], + "Two": [ + 81 + ], + "databases": [ + 82 + ], + "(i.e.,": [ + 83 + ], + "Scopus": [ + 84 + ], + "PubMed)": [ + 86 + ], + "searched": [ + 88 + ], + "search": [ + 93 + ], + "items.": [ + 94 + ], + "Thus,": [ + 95 + ], + "we": [ + 96 + ], + "selected": [ + 97 + ], + "48": [ + 98 + ], + "articles": [ + 99 + ], + "total": [ + 101 + ], + "comparison": [ + 104 + ], + "variants": [ + 106, + 197 + ], + "RESULTS:": [ + 114 + ], + "We": [ + 115 + ], + "found": [ + 116 + ], + "Support": [ + 119 + ], + "Vector": [ + 120 + ], + "Machine": [ + 121 + ], + "(SVM)": [ + 122 + ], + "is": [ + 124 + ], + "most": [ + 126 + ], + "frequently": [ + 127 + ], + "(in": [ + 128, + 137 + ], + "29": [ + 129 + ], + "studies)": [ + 130 + ], + "followed": [ + 131, + 171 + ], + "by": [ + 132, + 172 + ], + "Naïve": [ + 134 + ], + "Bayes": [ + 135 + ], + "23": [ + 138 + ], + "studies).": [ + 139 + ], + "However,": [ + 140 + ], + "Random": [ + 142 + ], + "Forest": [ + 143 + ], + "(RF)": [ + 144 + ], + "showed": [ + 146, + 159 + ], + "superior": [ + 147 + ], + "accuracy": [ + 148, + 162 + ], + "comparatively.": [ + 149 + ], + "Of": [ + 150 + ], + "17": [ + 152 + ], + "where": [ + 154 + ], + "it": [ + 155, + 181 + ], + "was": [ + 156, + 170, + 182 + ], + "applied,": [ + 157 + ], + "RF": [ + 158 + ], + "highest": [ + 161 + ], + "9": [ + 164 + ], + "them,": [ + 166 + ], + "i.e.,": [ + 167 + ], + "53%.": [ + 168 + ], + "SVM": [ + 173 + ], + "which": [ + 174 + ], + "topped": [ + 175 + ], + "41%": [ + 177 + ], + "considered.": [ + 183 + ], + "CONCLUSION:": [ + 184 + ], + "provides": [ + 187 + ], + "wide": [ + 189 + ], + "overview": [ + 190 + ], + "relative": [ + 193, + 210 + ], + "important": [ + 207 + ], + "information": [ + 208 + ], + "can": [ + 212 + ], + "be": [ + 213 + ], + "used": [ + 214 + ], + "aid": [ + 216 + ], + "researchers": [ + 217 + ], + "selection": [ + 220 + ], + "an": [ + 222 + ], + "appropriate": [ + 223 + ], + "studies.": [ + 230 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 72 + }, + { + "year": 2025, + "cited_by_count": 313 + }, + { + "year": 2024, + "cited_by_count": 370 + }, + { + "year": 2023, + "cited_by_count": 368 + }, + { + "year": 2022, + "cited_by_count": 289 + }, + { + "year": 2021, + "cited_by_count": 168 + }, + { + "year": 2020, + "cited_by_count": 37 + } + ], + "updated_date": "2026-05-27T09:02:27.158192", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2936573766", + "doi": "https://doi.org/10.1186/s12874-019-0681-4", + "title": "Machine learning in medicine: a practical introduction", + "display_name": "Machine learning in medicine: a practical introduction", + "relevance_score": 2524.7993, + "publication_year": 2019, + "publication_date": "2019-03-19", + "ids": { + "openalex": "https://openalex.org/W2936573766", + "doi": "https://doi.org/10.1186/s12874-019-0681-4", + "mag": "2936573766", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/30890124" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1186/s12874-019-0681-4", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1186/s12874-019-0681-4", + "pdf_url": "https://bmcmedresmethodol.biomedcentral.com/track/pdf/10.1186/s12874-019-0681-4", + "source": { + "id": "https://openalex.org/S185874209", + "display_name": "BMC Medical Research Methodology", + "issn_l": "1471-2288", + "issn": [ + "1471-2288" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320256", + "host_organization_name": "BioMed Central", + "host_organization_lineage": [ + "https://openalex.org/P4310320256", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "BioMed Central", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "BMC Medical Research Methodology", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref", + "doaj", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "gold", + "oa_url": "https://bmcmedresmethodol.biomedcentral.com/track/pdf/10.1186/s12874-019-0681-4", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5011988336", + "display_name": "Jenni A. M. Sidey-Gibbons", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I241749", + "display_name": "University of Cambridge", + "ror": "https://ror.org/013meh722", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I241749" + ] + } + ], + "countries": [ + "GB" + ], + "is_corresponding": false, + "raw_author_name": "Jenni A. M. Sidey-Gibbons", + "raw_affiliation_strings": [ + "Department of Engineering, University of Cambridge, Trumpington Street, Cambridge, CB2 1PZ, UK" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Engineering, University of Cambridge, Trumpington Street, Cambridge, CB2 1PZ, UK", + "institution_ids": [ + "https://openalex.org/I241749" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5038685423", + "display_name": "Chris Sidey‐Gibbons", + "orcid": "https://orcid.org/0000-0002-4732-7305" + }, + "institutions": [ + { + "id": "https://openalex.org/I1283280774", + "display_name": "Brigham and Women's Hospital", + "ror": "https://ror.org/04b6nzv94", + "country_code": "US", + "type": "healthcare", + "lineage": [ + "https://openalex.org/I1283280774", + "https://openalex.org/I48633490" + ] + }, + { + "id": "https://openalex.org/I136199984", + "display_name": "Harvard University", + "ror": "https://ror.org/03vek6s52", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I136199984" + ] + }, + { + "id": "https://openalex.org/I241749", + "display_name": "University of Cambridge", + "ror": "https://ror.org/013meh722", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I241749" + ] + } + ], + "countries": [ + "GB", + "US" + ], + "is_corresponding": true, + "raw_author_name": "Chris J. Sidey-Gibbons", + "raw_affiliation_strings": [ + "Department of Surgery, Brigham and Women's Hospital, 75 Francis Street, Boston, 01225, Massachusetts, USA. cgibbons2@bwh.harvard.edu", + "Department of Surgery, Harvard Medical School, 25 Shattuck Street, Boston, 01225, Massachusetts, USA. cgibbons2@bwh.harvard.edu", + "University of Cambridge Psychometrics Centre, Trumpington Street, Cambridge, CB2 1AG, UK. cgibbons2@bwh.harvard.edu", + "Department of Surgery, Harvard Medical School, 25 Shattuck Street, Boston, 01225, Massachusetts, USA" + ], + "raw_orcid": "https://orcid.org/0000-0002-4732-7305", + "affiliations": [ + { + "raw_affiliation_string": "Department of Surgery, Brigham and Women's Hospital, 75 Francis Street, Boston, 01225, Massachusetts, USA. cgibbons2@bwh.harvard.edu", + "institution_ids": [ + "https://openalex.org/I1283280774" + ] + }, + { + "raw_affiliation_string": "Department of Surgery, Harvard Medical School, 25 Shattuck Street, Boston, 01225, Massachusetts, USA. cgibbons2@bwh.harvard.edu", + "institution_ids": [ + "https://openalex.org/I136199984" + ] + }, + { + "raw_affiliation_string": "University of Cambridge Psychometrics Centre, Trumpington Street, Cambridge, CB2 1AG, UK. cgibbons2@bwh.harvard.edu", + "institution_ids": [ + "https://openalex.org/I241749" + ] + }, + { + "raw_affiliation_string": "Department of Surgery, Harvard Medical School, 25 Shattuck Street, Boston, 01225, Massachusetts, USA", + "institution_ids": [ + "https://openalex.org/I136199984" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5038685423" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I1283280774", + "https://openalex.org/I136199984", + "https://openalex.org/I241749" + ], + "apc_list": { + "value": 1790, + "currency": "GBP", + "value_usd": 2195 + }, + "apc_paid": { + "value": 1790, + "currency": "GBP", + "value_usd": 2195 + }, + "fwci": 68.7809, + "has_fulltext": true, + "cited_by_count": 1263, + "citation_normalized_percentile": { + "value": 0.99923339, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 98, + "max": 100 + }, + "biblio": { + "volume": "19", + "issue": "1", + "first_page": "64", + "last_page": "64" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10862", + "display_name": "AI in cancer detection", + "score": 0.9581000208854675, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10862", + "display_name": "AI in cancer detection", + "score": 0.9581000208854675, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12422", + "display_name": "Radiomics and Machine Learning in Medical Imaging", + "score": 0.003700000001117587, + "subfield": { + "id": "https://openalex.org/subfields/2741", + "display_name": "Radiology, Nuclear Medicine and Imaging" + }, + "field": { + "id": "https://openalex.org/fields/27", + "display_name": "Medicine" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + }, + { + "id": "https://openalex.org/T12994", + "display_name": "Infrared Thermography in Medicine", + "score": 0.0031999999191612005, + "subfield": { + "id": "https://openalex.org/subfields/2741", + "display_name": "Radiology, Nuclear Medicine and Imaging" + }, + "field": { + "id": "https://openalex.org/fields/27", + "display_name": "Medicine" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.8439639806747437 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.762427806854248 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7216744422912598 + }, + { + "id": "https://openalex.org/keywords/support-vector-machine", + "display_name": "Support vector machine", + "score": 0.7101428508758545 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.48576977849006653 + }, + { + "id": "https://openalex.org/keywords/cross-validation", + "display_name": "Cross-validation", + "score": 0.4503832459449768 + }, + { + "id": "https://openalex.org/keywords/sensitivity", + "display_name": "Sensitivity (control systems)", + "score": 0.4276343286037445 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.39164337515830994 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.33824363350868225 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.8439639806747437 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.762427806854248 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7216744422912598 + }, + { + "id": "https://openalex.org/C12267149", + "wikidata": "https://www.wikidata.org/wiki/Q282453", + "display_name": "Support vector machine", + "level": 2, + "score": 0.7101428508758545 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.48576977849006653 + }, + { + "id": "https://openalex.org/C27181475", + "wikidata": "https://www.wikidata.org/wiki/Q541014", + "display_name": "Cross-validation", + "level": 2, + "score": 0.4503832459449768 + }, + { + "id": "https://openalex.org/C21200559", + "wikidata": "https://www.wikidata.org/wiki/Q7451068", + "display_name": "Sensitivity (control systems)", + "level": 2, + "score": 0.4276343286037445 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.39164337515830994 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.33824363350868225 + }, + { + "id": "https://openalex.org/C24326235", + "wikidata": "https://www.wikidata.org/wiki/Q126095", + "display_name": "Electronic engineering", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C127413603", + "wikidata": "https://www.wikidata.org/wiki/Q11023", + "display_name": "Engineering", + "level": 0, + "score": 0.0 + } + ], + "mesh": [ + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D001943", + "descriptor_name": "Breast Neoplasms", + "qualifier_ui": "Q000175", + "qualifier_name": "diagnosis", + "is_major_topic": false + }, + { + "descriptor_ui": "D001943", + "descriptor_name": "Breast Neoplasms", + "qualifier_ui": "Q000175", + "qualifier_name": "diagnosis", + "is_major_topic": false + }, + { + "descriptor_ui": "D001943", + "descriptor_name": "Breast Neoplasms", + "qualifier_ui": "Q000175", + "qualifier_name": "diagnosis", + "is_major_topic": false + }, + { + "descriptor_ui": "D001943", + "descriptor_name": "Breast Neoplasms", + "qualifier_ui": "Q000175", + "qualifier_name": "diagnosis", + "is_major_topic": false + }, + { + "descriptor_ui": "D001943", + "descriptor_name": "Breast Neoplasms", + "qualifier_ui": "Q000175", + "qualifier_name": "diagnosis", + "is_major_topic": false + }, + { + "descriptor_ui": "D003936", + "descriptor_name": "Diagnosis, Computer-Assisted", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D003936", + "descriptor_name": "Diagnosis, Computer-Assisted", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D003936", + "descriptor_name": "Diagnosis, Computer-Assisted", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D003936", + "descriptor_name": "Diagnosis, Computer-Assisted", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D003936", + "descriptor_name": "Diagnosis, Computer-Assisted", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D005260", + "descriptor_name": "Female", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D005260", + "descriptor_name": "Female", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D005260", + "descriptor_name": "Female", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D005260", + "descriptor_name": "Female", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D005260", + "descriptor_name": "Female", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012680", + "descriptor_name": "Sensitivity and Specificity", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012680", + "descriptor_name": "Sensitivity and Specificity", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012680", + "descriptor_name": "Sensitivity and Specificity", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012680", + "descriptor_name": "Sensitivity and Specificity", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012680", + "descriptor_name": "Sensitivity and Specificity", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012984", + "descriptor_name": "Software", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012984", + "descriptor_name": "Software", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012984", + "descriptor_name": "Software", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012984", + "descriptor_name": "Software", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012984", + "descriptor_name": "Software", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D016571", + "descriptor_name": "Neural Networks, Computer", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D016571", + "descriptor_name": "Neural Networks, Computer", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D016571", + "descriptor_name": "Neural Networks, Computer", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D016571", + "descriptor_name": "Neural Networks, Computer", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D016571", + "descriptor_name": "Neural Networks, Computer", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D060388", + "descriptor_name": "Support Vector Machine", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D060388", + "descriptor_name": "Support Vector Machine", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D060388", + "descriptor_name": "Support Vector Machine", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D060388", + "descriptor_name": "Support Vector Machine", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D060388", + "descriptor_name": "Support Vector Machine", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + } + ], + "locations_count": 4, + "locations": [ + { + "id": "doi:10.1186/s12874-019-0681-4", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1186/s12874-019-0681-4", + "pdf_url": "https://bmcmedresmethodol.biomedcentral.com/track/pdf/10.1186/s12874-019-0681-4", + "source": { + "id": "https://openalex.org/S185874209", + "display_name": "BMC Medical Research Methodology", + "issn_l": "1471-2288", + "issn": [ + "1471-2288" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320256", + "host_organization_name": "BioMed Central", + "host_organization_lineage": [ + "https://openalex.org/P4310320256", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "BioMed Central", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "BMC Medical Research Methodology", + "raw_type": "journal-article" + }, + { + "id": "pmid:30890124", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/30890124", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "BMC medical research methodology", + "raw_type": null + }, + { + "id": "pmh:oai:doaj.org/article:5bab4056aa204fd895ccd0806796ea31", + "is_oa": true, + "landing_page_url": "https://doaj.org/article/5bab4056aa204fd895ccd0806796ea31", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401280", + "display_name": "DOAJ (DOAJ: Directory of Open Access Journals)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by-sa", + "license_id": "https://openalex.org/licenses/cc-by-sa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "BMC Medical Research Methodology, Vol 19, Iss 1, Pp 1-18 (2019)", + "raw_type": "article" + }, + { + "id": "pmh:oai:europepmc.org:5418903", + "is_oa": true, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/6425557", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400806", + "display_name": "Europe PMC (PubMed Central)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1303153112", + "host_organization_name": "European Bioinformatics Institute", + "host_organization_lineage": [ + "https://openalex.org/I1303153112" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "Text" + } + ], + "best_oa_location": { + "id": "doi:10.1186/s12874-019-0681-4", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1186/s12874-019-0681-4", + "pdf_url": "https://bmcmedresmethodol.biomedcentral.com/track/pdf/10.1186/s12874-019-0681-4", + "source": { + "id": "https://openalex.org/S185874209", + "display_name": "BMC Medical Research Methodology", + "issn_l": "1471-2288", + "issn": [ + "1471-2288" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320256", + "host_organization_name": "BioMed Central", + "host_organization_lineage": [ + "https://openalex.org/P4310320256", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "BioMed Central", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "BMC Medical Research Methodology", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [], + "awards": [ + { + "id": "https://openalex.org/G3027281633", + "display_name": null, + "funder_award_id": "PDF-2014-07-28", + "funder_id": "https://openalex.org/F4320334659", + "funder_display_name": "Research Trainees Coordinating Centre" + }, + { + "id": "https://openalex.org/G5017041387", + "display_name": null, + "funder_award_id": "PDF-2014-07-028", + "funder_id": "https://openalex.org/F4320319990", + "funder_display_name": "National Institute for Health and Care Research" + }, + { + "id": "https://openalex.org/G6065741097", + "display_name": null, + "funder_award_id": "CDF-2017-10-019", + "funder_id": "https://openalex.org/F4320334659", + "funder_display_name": "Research Trainees Coordinating Centre" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320319990", + "display_name": "National Institute for Health and Care Research", + "ror": "https://ror.org/0187kwz08" + }, + { + "id": "https://openalex.org/F4320334659", + "display_name": "Research Trainees Coordinating Centre", + "ror": "https://ror.org/0187kwz08" + } + ], + "has_content": { + "pdf": true, + "grobid_xml": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W2936573766.pdf", + "grobid_xml": "https://content.openalex.org/works/W2936573766.grobid-xml" + }, + "referenced_works_count": 40, + "referenced_works": [ + "https://openalex.org/W85009029", + "https://openalex.org/W1267646904", + "https://openalex.org/W1880262756", + "https://openalex.org/W1901616594", + "https://openalex.org/W1955303603", + "https://openalex.org/W1969557815", + "https://openalex.org/W1979744342", + "https://openalex.org/W2015795623", + "https://openalex.org/W2039708501", + "https://openalex.org/W2054290230", + "https://openalex.org/W2062227835", + "https://openalex.org/W2068181924", + "https://openalex.org/W2105034425", + "https://openalex.org/W2119821739", + "https://openalex.org/W2122825543", + "https://openalex.org/W2148554370", + "https://openalex.org/W2153803020", + "https://openalex.org/W2157825442", + "https://openalex.org/W2161793142", + "https://openalex.org/W2163605009", + "https://openalex.org/W2180737626", + "https://openalex.org/W2187089797", + "https://openalex.org/W2236731268", + "https://openalex.org/W2254050631", + "https://openalex.org/W2263224247", + "https://openalex.org/W2282821441", + "https://openalex.org/W2440159969", + "https://openalex.org/W2581082771", + "https://openalex.org/W2598641350", + "https://openalex.org/W2599379579", + "https://openalex.org/W2788588291", + "https://openalex.org/W2789894922", + "https://openalex.org/W3023058184", + "https://openalex.org/W3048797457", + "https://openalex.org/W4235011515", + "https://openalex.org/W4235051201", + "https://openalex.org/W4239510810", + "https://openalex.org/W4288077072", + "https://openalex.org/W6632445771", + "https://openalex.org/W6639619044" + ], + "related_works": [ + "https://openalex.org/W2090763504", + "https://openalex.org/W816105089", + "https://openalex.org/W148178222", + "https://openalex.org/W2104657898", + "https://openalex.org/W1948992892", + "https://openalex.org/W1886884218", + "https://openalex.org/W2550904580", + "https://openalex.org/W2963653239", + "https://openalex.org/W4241378172", + "https://openalex.org/W2144801536" + ], + "abstract_inverted_index": { + "BACKGROUND:": [ + 0 + ], + "Following": [ + 1 + ], + "visible": [ + 2 + ], + "successes": [ + 3 + ], + "on": [ + 4, + 131, + 155 + ], + "a": [ + 5, + 35, + 42, + 99, + 190, + 255, + 261 + ], + "wide": [ + 6 + ], + "range": [ + 7 + ], + "of": [ + 8, + 65, + 79, + 171, + 179, + 270 + ], + "predictive": [ + 9, + 49, + 72, + 186 + ], + "tasks,": [ + 10 + ], + "machine": [ + 11, + 39, + 66, + 271 + ], + "learning": [ + 12, + 40, + 67, + 272 + ], + "techniques": [ + 13, + 68 + ], + "are": [ + 14 + ], + "attracting": [ + 15 + ], + "substantial": [ + 16 + ], + "interest": [ + 17 + ], + "from": [ + 18, + 82, + 133 + ], + "medical": [ + 19, + 276 + ], + "researchers": [ + 20 + ], + "and": [ + 21, + 47, + 56, + 104, + 124, + 169, + 181, + 221, + 228, + 268, + 275, + 296 + ], + "clinicians.": [ + 22 + ], + "We": [ + 23, + 61, + 128, + 150, + 175, + 188, + 259 + ], + "address": [ + 24 + ], + "the": [ + 25, + 63, + 113, + 134, + 143, + 147, + 152, + 156, + 160, + 166, + 172, + 177, + 197, + 231, + 237, + 266 + ], + "need": [ + 26 + ], + "for": [ + 27, + 74, + 273 + ], + "capacity": [ + 28 + ], + "development": [ + 29 + ], + "in": [ + 30, + 146 + ], + "this": [ + 31 + ], + "area": [ + 32, + 229 + ], + "by": [ + 33, + 69 + ], + "providing": [ + 34 + ], + "conceptual": [ + 36 + ], + "introduction": [ + 37 + ], + "to": [ + 38, + 45, + 141, + 164, + 184, + 193, + 209, + 264, + 288 + ], + "alongside": [ + 41 + ], + "practical": [ + 43 + ], + "guide": [ + 44, + 192 + ], + "developing": [ + 46, + 70, + 194 + ], + "evaluating": [ + 48 + ], + "algorithms": [ + 50, + 86, + 130, + 195, + 206, + 251 + ], + "using": [ + 51, + 77, + 196, + 236 + ], + "freely-available": [ + 52 + ], + "open": [ + 53 + ], + "source": [ + 54 + ], + "software": [ + 55 + ], + "public": [ + 57 + ], + "domain": [ + 58 + ], + "data.": [ + 59 + ], + "METHODS:": [ + 60 + ], + "demonstrate": [ + 62, + 265, + 282 + ], + "use": [ + 64, + 178, + 260 + ], + "three": [ + 71, + 173 + ], + "models": [ + 73 + ], + "cancer": [ + 75 + ], + "diagnosis": [ + 76 + ], + "descriptions": [ + 78 + ], + "nuclei": [ + 80, + 212 + ], + "sampled": [ + 81 + ], + "breast": [ + 83, + 114 + ], + "masses.": [ + 84 + ], + "These": [ + 85 + ], + "include": [ + 87 + ], + "regularized": [ + 88 + ], + "General": [ + 89 + ], + "Linear": [ + 90 + ], + "Model": [ + 91 + ], + "regression": [ + 92 + ], + "(GLMs),": [ + 93 + ], + "Support": [ + 94 + ], + "Vector": [ + 95 + ], + "Machines": [ + 96 + ], + "(SVMs)": [ + 97 + ], + "with": [ + 98, + 159, + 213 + ], + "radial": [ + 100 + ], + "basis": [ + 101 + ], + "function": [ + 102 + ], + "kernel,": [ + 103 + ], + "single-layer": [ + 105 + ], + "Artificial": [ + 106 + ], + "Neural": [ + 107 + ], + "Networks.": [ + 108 + ], + "The": [ + 109, + 204, + 278 + ], + "publicly-available": [ + 110 + ], + "dataset": [ + 111 + ], + "describing": [ + 112 + ], + "mass": [ + 115 + ], + "samples": [ + 116 + ], + "(N=683)": [ + 117 + ], + "was": [ + 118, + 234 + ], + "randomly": [ + 119 + ], + "split": [ + 120 + ], + "into": [ + 121, + 254 + ], + "evaluation": [ + 122, + 135 + ], + "(n=456)": [ + 123 + ], + "validation": [ + 125, + 148, + 157 + ], + "(n=227)": [ + 126 + ], + "samples.": [ + 127 + ], + "trained": [ + 129, + 205 + ], + "data": [ + 132 + ], + "sample": [ + 136 + ], + "before": [ + 137 + ], + "they": [ + 138 + ], + "were": [ + 139, + 207, + 252 + ], + "used": [ + 140 + ], + "predict": [ + 142 + ], + "diagnostic": [ + 144, + 162 + ], + "outcome": [ + 145 + ], + "dataset.": [ + 149 + ], + "compared": [ + 151 + ], + "predictions": [ + 153 + ], + "made": [ + 154 + ], + "datasets": [ + 158 + ], + "real-world": [ + 161 + ], + "decisions": [ + 163 + ], + "calculate": [ + 165 + ], + "accuracy,": [ + 167 + ], + "sensitivity,": [ + 168 + ], + "specificity": [ + 170, + 222, + 248 + ], + "models.": [ + 174 + ], + "explored": [ + 176 + ], + "averaging": [ + 180 + ], + "voting": [ + 182, + 256 + ], + "ensembles": [ + 183 + ], + "improve": [ + 185 + ], + "performance.": [ + 187 + ], + "provide": [ + 189 + ], + "step-by-step": [ + 191 + ], + "open-source": [ + 198 + ], + "R": [ + 199 + ], + "statistical": [ + 200 + ], + "programming": [ + 201 + ], + "environment.": [ + 202 + ], + "RESULTS:": [ + 203 + ], + "able": [ + 208 + ], + "classify": [ + 210 + ], + "cell": [ + 211 + ], + "high": [ + 214 + ], + "accuracy": [ + 215, + 226 + ], + "(.94": [ + 216 + ], + "-.96),": [ + 217 + ], + "sensitivity": [ + 218, + 246 + ], + "(.97": [ + 219 + ], + "-.99),": [ + 220 + ], + "(.85": [ + 223 + ], + "-.94).": [ + 224 + ], + "Maximum": [ + 225 + ], + "(.96)": [ + 227 + ], + "under": [ + 230 + ], + "curve": [ + 232 + ], + "(.97)": [ + 233 + ], + "achieved": [ + 235 + ], + "SVM": [ + 238 + ], + "algorithm.": [ + 239 + ], + "Prediction": [ + 240 + ], + "performance": [ + 241 + ], + "increased": [ + 242 + ], + "marginally": [ + 243 + ], + "(accuracy": [ + 244 + ], + "=.97,": [ + 245 + ], + "=.99,": [ + 247 + ], + "=.95)": [ + 249 + ], + "when": [ + 250 + ], + "arranged": [ + 253 + ], + "ensemble.": [ + 257 + ], + "CONCLUSIONS:": [ + 258 + ], + "straightforward": [ + 262 + ], + "example": [ + 263 + ], + "theory": [ + 267 + ], + "practice": [ + 269 + ], + "clinicians": [ + 274 + ], + "researchers.": [ + 277 + ], + "principals": [ + 279 + ], + "which": [ + 280 + ], + "we": [ + 281 + ], + "here": [ + 283 + ], + "can": [ + 284 + ], + "be": [ + 285 + ], + "readily": [ + 286 + ], + "applied": [ + 287 + ], + "other": [ + 289 + ], + "complex": [ + 290 + ], + "tasks": [ + 291 + ], + "including": [ + 292 + ], + "natural": [ + 293 + ], + "language": [ + 294 + ], + "processing": [ + 295 + ], + "image": [ + 297 + ], + "recognition.": [ + 298 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 54 + }, + { + "year": 2025, + "cited_by_count": 223 + }, + { + "year": 2024, + "cited_by_count": 252 + }, + { + "year": 2023, + "cited_by_count": 259 + }, + { + "year": 2022, + "cited_by_count": 213 + }, + { + "year": 2021, + "cited_by_count": 167 + }, + { + "year": 2020, + "cited_by_count": 89 + }, + { + "year": 2019, + "cited_by_count": 5 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2540093921", + "doi": "https://doi.org/10.7551/mitpress/8291.003.0006", + "title": "Foundations of Machine Learning", + "display_name": "Foundations of Machine Learning", + "relevance_score": 2524.5752, + "publication_year": 2012, + "publication_date": "2012-05-18", + "ids": { + "openalex": "https://openalex.org/W2540093921", + "doi": "https://doi.org/10.7551/mitpress/8291.003.0006", + "mag": "2540093921" + }, + "language": "en", + "primary_location": { + "id": "doi:10.7551/mitpress/8291.003.0006", + "is_oa": true, + "landing_page_url": "https://doi.org/10.7551/mitpress/8291.003.0006", + "pdf_url": "https://direct.mit.edu/books/oa-monograph/chapter-pdf/2025421/c000700_9780262301183.pdf", + "source": { + "id": "https://openalex.org/S4306463997", + "display_name": "The MIT Press eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/P4310315718", + "host_organization_name": "The MIT Press", + "host_organization_lineage": [ + "https://openalex.org/P4310315718" + ], + "host_organization_lineage_names": [ + "The MIT Press" + ], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Boosting", + "raw_type": "book-chapter" + }, + "type": "book-chapter", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "bronze", + "oa_url": "https://direct.mit.edu/books/oa-monograph/chapter-pdf/2025421/c000700_9780262301183.pdf", + "any_repository_has_fulltext": false + }, + "authorships": [], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 0, + "corresponding_author_ids": [], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 46.8615, + "has_fulltext": false, + "cited_by_count": 1088, + "citation_normalized_percentile": { + "value": 0.99935275, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": "23", + "last_page": "52" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.056299999356269836, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.056299999356269836, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12874", + "display_name": "Digital Imaging for Blood Diseases", + "score": 0.05420000106096268, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.47987475991249084 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.347138911485672 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.47987475991249084 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.347138911485672 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.7551/mitpress/8291.003.0006", + "is_oa": true, + "landing_page_url": "https://doi.org/10.7551/mitpress/8291.003.0006", + "pdf_url": "https://direct.mit.edu/books/oa-monograph/chapter-pdf/2025421/c000700_9780262301183.pdf", + "source": { + "id": "https://openalex.org/S4306463997", + "display_name": "The MIT Press eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/P4310315718", + "host_organization_name": "The MIT Press", + "host_organization_lineage": [ + "https://openalex.org/P4310315718" + ], + "host_organization_lineage_names": [ + "The MIT Press" + ], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Boosting", + "raw_type": "book-chapter" + } + ], + "best_oa_location": { + "id": "doi:10.7551/mitpress/8291.003.0006", + "is_oa": true, + "landing_page_url": "https://doi.org/10.7551/mitpress/8291.003.0006", + "pdf_url": "https://direct.mit.edu/books/oa-monograph/chapter-pdf/2025421/c000700_9780262301183.pdf", + "source": { + "id": "https://openalex.org/S4306463997", + "display_name": "The MIT Press eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/P4310315718", + "host_organization_name": "The MIT Press", + "host_organization_lineage": [ + "https://openalex.org/P4310315718" + ], + "host_organization_lineage_names": [ + "The MIT Press" + ], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Boosting", + "raw_type": "book-chapter" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": true, + "grobid_xml": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W2540093921.pdf", + "grobid_xml": "https://content.openalex.org/works/W2540093921.grobid-xml" + }, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [ + "https://openalex.org/W2899084033", + "https://openalex.org/W2748952813", + "https://openalex.org/W2390279801", + "https://openalex.org/W2358668433", + "https://openalex.org/W2376932109", + "https://openalex.org/W2382290278", + "https://openalex.org/W2350741829", + "https://openalex.org/W2130043461", + "https://openalex.org/W2530322880", + "https://openalex.org/W1596801655" + ], + "abstract_inverted_index": { + "Foundations": [ + 0 + ], + "of": [ + 1, + 11, + 63, + 78, + 84, + 89, + 114, + 146, + 154, + 165, + 179, + 187, + 247, + 297, + 311, + 319, + 322 + ], + "Machine": [ + 2 + ], + "LearningSoon": [ + 3 + ], + "we": [ + 4, + 171, + 202, + 207, + 255 + ], + "will": [ + 5, + 41, + 46, + 72, + 172, + 203, + 231, + 256 + ], + "embark": [ + 6 + ], + "on": [ + 7, + 34, + 100, + 239, + 262 + ], + "a": [ + 8, + 23, + 51, + 87, + 92, + 142, + 150, + 210, + 284, + 294 + ], + "theoretical": [ + 9 + ], + "study": [ + 10, + 80 + ], + "AdaBoost": [ + 12 + ], + "in": [ + 13, + 75, + 168, + 183, + 232, + 251, + 270, + 281, + 292, + 332 + ], + "order": [ + 14 + ], + "to": [ + 15, + 26, + 30, + 49, + 54, + 58, + 139, + 149, + 192, + 267 + ], + "understand": [ + 16 + ], + "its": [ + 17, + 20 + ], + "properties,": [ + 18 + ], + "particularly": [ + 19 + ], + "ability": [ + 21 + ], + "as": [ + 22 + ], + "learning": [ + 24, + 115, + 188, + 276 + ], + "algorithm": [ + 25 + ], + "generalize,": [ + 27 + ], + "that": [ + 28, + 71, + 205, + 213 + ], + "is,": [ + 29 + ], + "make": [ + 31 + ], + "accurate": [ + 32, + 99, + 237 + ], + "predictions": [ + 33, + 96, + 238 + ], + "data": [ + 35, + 217 + ], + "not": [ + 36, + 225 + ], + "seen": [ + 37 + ], + "during": [ + 38 + ], + "training.Before": [ + 39 + ], + "this": [ + 40, + 112, + 169, + 185, + 229, + 252, + 282, + 314 + ], + "be": [ + 42, + 47, + 73, + 118, + 124, + 137, + 190, + 193, + 302 + ], + "possible,": [ + 43 + ], + "however,": [ + 44 + ], + "it": [ + 45, + 107, + 136, + 264 + ], + "necessary": [ + 48 + ], + "take": [ + 50 + ], + "step": [ + 52 + ], + "back": [ + 53 + ], + "outline": [ + 55, + 280 + ], + "our": [ + 56, + 76 + ], + "approach": [ + 57, + 249 + ], + "the": [ + 59, + 81, + 128, + 163, + 180, + 215, + 221, + 245, + 248, + 259, + 298, + 309, + 312, + 320, + 323 + ], + "more": [ + 60 + ], + "general": [ + 61, + 260 + ], + "problem": [ + 62, + 83, + 182, + 300 + ], + "machine": [ + 64, + 289 + ], + "learning,": [ + 65, + 290 + ], + "including": [ + 66 + ], + "some": [ + 67 + ], + "fundamental": [ + 68 + ], + "general-purpose": [ + 69 + ], + "tools": [ + 70 + ], + "invaluable": [ + 74 + ], + "analysis": [ + 77, + 261 + ], + "AdaBoost.We": [ + 79 + ], + "basic": [ + 82 + ], + "inferring": [ + 85 + ], + "from": [ + 86, + 141 + ], + "set": [ + 88, + 223 + ], + "training": [ + 90, + 129, + 147, + 216, + 222 + ], + "examples": [ + 91, + 148 + ], + "classification": [ + 93 + ], + "rule": [ + 94, + 212, + 230 + ], + "whose": [ + 95 + ], + "are": [ + 97, + 199 + ], + "highly": [ + 98 + ], + "freshly": [ + 101 + ], + "observed": [ + 102 + ], + "test": [ + 103, + 131, + 155, + 242 + ], + "data.On": [ + 104 + ], + "first": [ + 105 + ], + "encounter,": [ + 106 + ], + "may": [ + 108 + ], + "seem": [ + 109 + ], + "questionable": [ + 110 + ], + "whether": [ + 111 + ], + "kind": [ + 113, + 186 + ], + "should": [ + 116, + 122, + 135 + ], + "even": [ + 117 + ], + "possible.After": [ + 119 + ], + "all,": [ + 120 + ], + "why": [ + 121, + 134 + ], + "there": [ + 123 + ], + "any": [ + 125 + ], + "connection": [ + 126 + ], + "between": [ + 127 + ], + "and": [ + 130, + 133, + 219, + 254, + 274, + 304, + 335 + ], + "examples,": [ + 132 + ], + "possible": [ + 138 + ], + "generalize": [ + 140, + 234 + ], + "relatively": [ + 143 + ], + "small": [ + 144 + ], + "number": [ + 145 + ], + "potentially": [ + 151 + ], + "vast": [ + 152 + ], + "universe": [ + 153 + ], + "examples?Although": [ + 156 + ], + "such": [ + 157 + ], + "objections": [ + 158 + ], + "have": [ + 159, + 328 + ], + "indeed": [ + 160 + ], + "often": [ + 161, + 257 + ], + "been": [ + 162 + ], + "subject": [ + 164 + ], + "philosophical": [ + 166 + ], + "debate,": [ + 167 + ], + "chapter": [ + 170, + 283, + 315 + ], + "identify": [ + 173 + ], + "an": [ + 174 + ], + "idealized": [ + 175 + ], + "but": [ + 176 + ], + "realistic": [ + 177 + ], + "model": [ + 178 + ], + "inference": [ + 181 + ], + "which": [ + 184, + 263, + 293 + ], + "can": [ + 189, + 208, + 301 + ], + "proved": [ + 191 + ], + "entirely": [ + 194 + ], + "feasible": [ + 195 + ], + "when": [ + 196, + 275 + ], + "certain": [ + 197 + ], + "conditions": [ + 198 + ], + "satisfied.In": [ + 200 + ], + "particular,": [ + 201 + ], + "see": [ + 204 + ], + "if": [ + 206, + 220 + ], + "find": [ + 209 + ], + "simple": [ + 211 + ], + "fits": [ + 214 + ], + "well,": [ + 218, + 235 + ], + "is": [ + 224, + 244, + 265, + 277 + ], + "too": [ + 226 + ], + "small,": [ + 227 + ], + "then": [ + 228 + ], + "fact": [ + 233 + ], + "providing": [ + 236 + ], + "previously": [ + 240 + ], + "unseen": [ + 241 + ], + "examples.This": [ + 243 + ], + "basis": [ + 246 + ], + "presented": [ + 250 + ], + "chapter,": [ + 253 + ], + "use": [ + 258 + ], + "founded": [ + 266 + ], + "guide": [ + 268 + ], + "us": [ + 269 + ], + "understanding": [ + 271 + ], + "how,": [ + 272 + ], + "why,": [ + 273 + ], + "possible.We": [ + 278 + ], + "also": [ + 279 + ], + "mathematical": [ + 285 + ], + "framework": [ + 286 + ], + "for": [ + 287 + ], + "studying": [ + 288 + ], + "one": [ + 291 + ], + "precise": [ + 295 + ], + "formulation": [ + 296 + ], + "boosting": [ + 299 + ], + "clearly": [ + 303 + ], + "naturally": [ + 305 + ], + "expressed.Note": [ + 306 + ], + "that,": [ + 307 + ], + "unlike": [ + 308 + ], + "rest": [ + 310 + ], + "book,": [ + 313 + ], + "omits": [ + 316 + ], + "nearly": [ + 317 + ], + "all": [ + 318, + 330 + ], + "proofs": [ + 321 + ], + "main": [ + 324 + ], + "results": [ + 325 + ], + "since": [ + 326 + ], + "these": [ + 327 + ], + "largely": [ + 329 + ], + "appeared": [ + 331 + ], + "various": [ + 333 + ], + "texts": [ + 334 + ], + "articles.": [ + 336 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 33 + }, + { + "year": 2024, + "cited_by_count": 57 + }, + { + "year": 2023, + "cited_by_count": 75 + }, + { + "year": 2022, + "cited_by_count": 93 + }, + { + "year": 2021, + "cited_by_count": 111 + }, + { + "year": 2020, + "cited_by_count": 113 + }, + { + "year": 2019, + "cited_by_count": 136 + }, + { + "year": 2018, + "cited_by_count": 116 + }, + { + "year": 2017, + "cited_by_count": 104 + }, + { + "year": 2016, + "cited_by_count": 99 + }, + { + "year": 2015, + "cited_by_count": 73 + }, + { + "year": 2014, + "cited_by_count": 57 + }, + { + "year": 2013, + "cited_by_count": 18 + } + ], + "updated_date": "2026-04-04T16:13:02.066488", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2186615578", + "doi": "https://doi.org/10.48550/arxiv.1512.01274", + "title": "MXNet: A Flexible and Efficient Machine Learning Library for Heterogeneous Distributed Systems", + "display_name": "MXNet: A Flexible and Efficient Machine Learning Library for Heterogeneous Distributed Systems", + "relevance_score": 2499.2183, + "publication_year": 2015, + "publication_date": "2015-12-03", + "ids": { + "openalex": "https://openalex.org/W2186615578", + "doi": "https://doi.org/10.48550/arxiv.1512.01274", + "mag": "2186615578" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:arXiv.org:1512.01274", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1512.01274", + "pdf_url": "https://arxiv.org/pdf/1512.01274", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "type": "preprint", + "indexed_in": [ + "arxiv", + "datacite" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1512.01274", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5101471082", + "display_name": "Tianqi Chen", + "orcid": "https://orcid.org/0000-0002-0277-5163" + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "Chen, Tianqi", + "raw_affiliation_strings": [], + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5100399457", + "display_name": "Mu Li", + "orcid": "https://orcid.org/0000-0001-9871-7488" + }, + "institutions": [ + { + "id": "https://openalex.org/I74973139", + "display_name": "Carnegie Mellon University", + "ror": "https://ror.org/05x2bcf33", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I74973139" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Li, Mu", + "raw_affiliation_strings": [ + "Carnegie Mellon University" + ], + "affiliations": [ + { + "raw_affiliation_string": "Carnegie Mellon University", + "institution_ids": [ + "https://openalex.org/I74973139" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5085236897", + "display_name": "Yutian Li", + "orcid": "https://orcid.org/0000-0003-1810-3000" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Li, Yutian", + "raw_affiliation_strings": [], + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5100697981", + "display_name": "Min Lin", + "orcid": "https://orcid.org/0000-0002-0296-436X" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Lin, Min", + "raw_affiliation_strings": [], + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5100742122", + "display_name": "Naiyan Wang", + "orcid": "https://orcid.org/0000-0002-0526-3331" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Wang, Naiyan", + "raw_affiliation_strings": [], + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5101452217", + "display_name": "Minjie Wang", + "orcid": "https://orcid.org/0000-0001-8830-6079" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Wang, Minjie", + "raw_affiliation_strings": [], + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5020757657", + "display_name": "Tianjun Xiao", + "orcid": "https://orcid.org/0000-0003-4705-1545" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Xiao, Tianjun", + "raw_affiliation_strings": [], + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5003333136", + "display_name": "Bing Xu", + "orcid": "https://orcid.org/0000-0003-3677-1109" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Xu, Bing", + "raw_affiliation_strings": [], + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5016054994", + "display_name": "Chiyuan Zhang", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Zhang, Chiyuan", + "raw_affiliation_strings": [], + "affiliations": [] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5100459107", + "display_name": "Zheng Zhang", + "orcid": "https://orcid.org/0000-0002-2292-0030" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Zhang, Zheng", + "raw_affiliation_strings": [], + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 10, + "corresponding_author_ids": [ + "https://openalex.org/A5101471082" + ], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": null, + "has_fulltext": false, + "cited_by_count": 1922, + "citation_normalized_percentile": null, + "cited_by_percentile_year": null, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10502", + "display_name": "Advanced Memory and Neural Computing", + "score": 0.9966999888420105, + "subfield": { + "id": "https://openalex.org/subfields/2208", + "display_name": "Electrical and Electronic Engineering" + }, + "field": { + "id": "https://openalex.org/fields/22", + "display_name": "Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10502", + "display_name": "Advanced Memory and Neural Computing", + "score": 0.9966999888420105, + "subfield": { + "id": "https://openalex.org/subfields/2208", + "display_name": "Electrical and Electronic Engineering" + }, + "field": { + "id": "https://openalex.org/fields/22", + "display_name": "Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10036", + "display_name": "Advanced Neural Network Applications", + "score": 0.9911999702453613, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10273", + "display_name": "IoT and Edge/Fog Computing", + "score": 0.9869999885559082, + "subfield": { + "id": "https://openalex.org/subfields/1705", + "display_name": "Computer Networks and Communications" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6740605235099792 + }, + { + "id": "https://openalex.org/keywords/distributed-computing", + "display_name": "Distributed computing", + "score": 0.47939276695251465 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.4228232204914093 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6740605235099792 + }, + { + "id": "https://openalex.org/C120314980", + "wikidata": "https://www.wikidata.org/wiki/Q180634", + "display_name": "Distributed computing", + "level": 1, + "score": 0.47939276695251465 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.4228232204914093 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "pmh:oai:arXiv.org:1512.01274", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1512.01274", + "pdf_url": "https://arxiv.org/pdf/1512.01274", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "doi:10.48550/arxiv.1512.01274", + "is_oa": true, + "landing_page_url": "https://doi.org/10.48550/arxiv.1512.01274", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1512.01274", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1512.01274", + "pdf_url": "https://arxiv.org/pdf/1512.01274", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 9, + "referenced_works": [ + "https://openalex.org/W753012316", + "https://openalex.org/W1606347560", + "https://openalex.org/W1863582480", + "https://openalex.org/W2083842231", + "https://openalex.org/W2117539524", + "https://openalex.org/W2127941149", + "https://openalex.org/W2155893237", + "https://openalex.org/W2168231600", + "https://openalex.org/W2949117887" + ], + "related_works": [ + "https://openalex.org/W4391375266", + "https://openalex.org/W2748952813", + "https://openalex.org/W2390279801", + "https://openalex.org/W2358668433", + "https://openalex.org/W2376932109", + "https://openalex.org/W2001405890", + "https://openalex.org/W2382290278", + "https://openalex.org/W2478288626", + "https://openalex.org/W4391913857", + "https://openalex.org/W2350741829" + ], + "abstract_inverted_index": { + "MXNet": [ + 0, + 41 + ], + "is": [ + 1, + 42, + 85 + ], + "a": [ + 2, + 88 + ], + "multi-language": [ + 3 + ], + "machine": [ + 4 + ], + "learning": [ + 5 + ], + "(ML)": [ + 6 + ], + "library": [ + 7 + ], + "to": [ + 8, + 38, + 57 + ], + "ease": [ + 9 + ], + "the": [ + 10, + 22, + 65, + 69 + ], + "development": [ + 11 + ], + "of": [ + 12, + 72, + 78 + ], + "ML": [ + 13 + ], + "algorithms,": [ + 14 + ], + "especially": [ + 15 + ], + "for": [ + 16 + ], + "deep": [ + 17, + 100 + ], + "neural": [ + 18, + 101 + ], + "networks.": [ + 19 + ], + "Embedded": [ + 20 + ], + "in": [ + 21, + 87 + ], + "host": [ + 23 + ], + "language,": [ + 24 + ], + "it": [ + 25 + ], + "blends": [ + 26 + ], + "declarative": [ + 27 + ], + "symbolic": [ + 28, + 80 + ], + "expression": [ + 29, + 81 + ], + "with": [ + 30 + ], + "imperative": [ + 31 + ], + "tensor": [ + 32, + 83 + ], + "computation.": [ + 33 + ], + "It": [ + 34 + ], + "offers": [ + 35 + ], + "auto": [ + 36 + ], + "differentiation": [ + 37 + ], + "derive": [ + 39 + ], + "gradients.": [ + 40 + ], + "computation": [ + 43 + ], + "and": [ + 44, + 47, + 68, + 74, + 82 + ], + "memory": [ + 45 + ], + "efficient": [ + 46 + ], + "runs": [ + 48 + ], + "on": [ + 49, + 97 + ], + "various": [ + 50 + ], + "heterogeneous": [ + 51 + ], + "systems,": [ + 52 + ], + "ranging": [ + 53 + ], + "from": [ + 54 + ], + "mobile": [ + 55 + ], + "devices": [ + 56 + ], + "distributed": [ + 58 + ], + "GPU": [ + 59, + 106 + ], + "clusters.": [ + 60 + ], + "This": [ + 61 + ], + "paper": [ + 62 + ], + "describes": [ + 63 + ], + "both": [ + 64, + 79 + ], + "API": [ + 66 + ], + "design": [ + 67 + ], + "system": [ + 70 + ], + "implementation": [ + 71 + ], + "MXNet,": [ + 73 + ], + "explains": [ + 75 + ], + "how": [ + 76 + ], + "embedding": [ + 77 + ], + "operation": [ + 84 + ], + "handled": [ + 86 + ], + "unified": [ + 89 + ], + "fashion.": [ + 90 + ], + "Our": [ + 91 + ], + "preliminary": [ + 92 + ], + "experiments": [ + 93 + ], + "reveal": [ + 94 + ], + "promising": [ + 95 + ], + "results": [ + 96 + ], + "large": [ + 98 + ], + "scale": [ + 99 + ], + "network": [ + 102 + ], + "applications": [ + 103 + ], + "using": [ + 104 + ], + "multiple": [ + 105 + ], + "machines.": [ + 107 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 1 + }, + { + "year": 2025, + "cited_by_count": 23 + }, + { + "year": 2024, + "cited_by_count": 66 + }, + { + "year": 2023, + "cited_by_count": 119 + }, + { + "year": 2022, + "cited_by_count": 116 + }, + { + "year": 2021, + "cited_by_count": 272 + }, + { + "year": 2020, + "cited_by_count": 344 + }, + { + "year": 2019, + "cited_by_count": 425 + }, + { + "year": 2018, + "cited_by_count": 328 + }, + { + "year": 2017, + "cited_by_count": 163 + }, + { + "year": 2016, + "cited_by_count": 63 + }, + { + "year": 2015, + "cited_by_count": 1 + }, + { + "year": 2014, + "cited_by_count": 1 + } + ], + "updated_date": "2026-04-15T08:11:43.952461", + "created_date": "2016-06-24T00:00:00" + }, + { + "id": "https://openalex.org/W1549998098", + "doi": "https://doi.org/10.1201/b17476", + "title": "Machine Learning: An Algorithmic Perspective", + "display_name": "Machine Learning: An Algorithmic Perspective", + "relevance_score": 2491.7415, + "publication_year": 2009, + "publication_date": "2009-04-01", + "ids": { + "openalex": "https://openalex.org/W1549998098", + "doi": "https://doi.org/10.1201/b17476", + "mag": "1549998098" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-017552574", + "is_oa": false, + "landing_page_url": "http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=017552574&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "type": "book", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5062355849", + "display_name": "Stephen Marsland", + "orcid": "https://orcid.org/0000-0002-9568-848X" + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "Stephen Marsland", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5062355849" + ], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 7.7283, + "has_fulltext": false, + "cited_by_count": 1082, + "citation_normalized_percentile": { + "value": 0.97590361, + "is_in_top_1_percent": false, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10100", + "display_name": "Metaheuristic Optimization Algorithms Research", + "score": 0.9527999758720398, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10100", + "display_name": "Metaheuristic Optimization Algorithms Research", + "score": 0.9527999758720398, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.9485999941825867, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11975", + "display_name": "Evolutionary Algorithms and Applications", + "score": 0.9290000200271606, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/python", + "display_name": "Python (programming language)", + "score": 0.8247708678245544 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6978603005409241 + }, + { + "id": "https://openalex.org/keywords/implementation", + "display_name": "Implementation", + "score": 0.6065407991409302 + }, + { + "id": "https://openalex.org/keywords/perspective", + "display_name": "Perspective (graphical)", + "score": 0.5084995031356812 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.485168993473053 + }, + { + "id": "https://openalex.org/keywords/reinforcement-learning", + "display_name": "Reinforcement learning", + "score": 0.46519267559051514 + }, + { + "id": "https://openalex.org/keywords/dimensionality-reduction", + "display_name": "Dimensionality reduction", + "score": 0.4341639578342438 + }, + { + "id": "https://openalex.org/keywords/theoretical-computer-science", + "display_name": "Theoretical computer science", + "score": 0.40039053559303284 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.3699588179588318 + }, + { + "id": "https://openalex.org/keywords/programming-language", + "display_name": "Programming language", + "score": 0.27868103981018066 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C519991488", + "wikidata": "https://www.wikidata.org/wiki/Q28865", + "display_name": "Python (programming language)", + "level": 2, + "score": 0.8247708678245544 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6978603005409241 + }, + { + "id": "https://openalex.org/C26713055", + "wikidata": "https://www.wikidata.org/wiki/Q245962", + "display_name": "Implementation", + "level": 2, + "score": 0.6065407991409302 + }, + { + "id": "https://openalex.org/C12713177", + "wikidata": "https://www.wikidata.org/wiki/Q1900281", + "display_name": "Perspective (graphical)", + "level": 2, + "score": 0.5084995031356812 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.485168993473053 + }, + { + "id": "https://openalex.org/C97541855", + "wikidata": "https://www.wikidata.org/wiki/Q830687", + "display_name": "Reinforcement learning", + "level": 2, + "score": 0.46519267559051514 + }, + { + "id": "https://openalex.org/C70518039", + "wikidata": "https://www.wikidata.org/wiki/Q16000077", + "display_name": "Dimensionality reduction", + "level": 2, + "score": 0.4341639578342438 + }, + { + "id": "https://openalex.org/C80444323", + "wikidata": "https://www.wikidata.org/wiki/Q2878974", + "display_name": "Theoretical computer science", + "level": 1, + "score": 0.40039053559303284 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.3699588179588318 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.27868103981018066 + } + ], + "mesh": [], + "locations_count": 6, + "locations": [ + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-017552574", + "is_oa": false, + "landing_page_url": "http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=017552574&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-027969692", + "is_oa": false, + "landing_page_url": "http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=027969692&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-032339396", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1201/b17476", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "software, multimedia" + }, + { + "id": "pmh:oai:cds.cern.ch:1338551", + "is_oa": false, + "landing_page_url": "http://cds.cern.ch/record/1338551", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402195", + "display_name": "CERN Document Server (European Organization for Nuclear Research)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I67311998", + "host_organization_name": "European Organization for Nuclear Research", + "host_organization_lineage": [ + "https://openalex.org/I67311998" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + }, + { + "id": "pmh:oai:cds.cern.ch:2749325", + "is_oa": false, + "landing_page_url": "http://cds.cern.ch/record/2749325", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402195", + "display_name": "CERN Document Server (European Organization for Nuclear Research)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I67311998", + "host_organization_name": "European Organization for Nuclear Research", + "host_organization_lineage": [ + "https://openalex.org/I67311998" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + }, + { + "id": "mag:1549998098", + "is_oa": false, + "landing_page_url": "https://www.comp.hkbu.edu.hk/~cib/2009/Dec/review1/iib_vol10no1_review1.pdf", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 4, + "referenced_works": [ + "https://openalex.org/W136111882", + "https://openalex.org/W1554944419", + "https://openalex.org/W1606368318", + "https://openalex.org/W2799061466" + ], + "related_works": [ + "https://openalex.org/W2911964244", + "https://openalex.org/W1663973292", + "https://openalex.org/W1570448133", + "https://openalex.org/W2122410182", + "https://openalex.org/W1554944419", + "https://openalex.org/W2101234009", + "https://openalex.org/W1503398984", + "https://openalex.org/W2919115771", + "https://openalex.org/W3145506661", + "https://openalex.org/W2121863487", + "https://openalex.org/W2124776405", + "https://openalex.org/W1873332500", + "https://openalex.org/W2912934387", + "https://openalex.org/W2119821739", + "https://openalex.org/W1480376833", + "https://openalex.org/W3085162807", + "https://openalex.org/W2140190241", + "https://openalex.org/W2799061466", + "https://openalex.org/W2156909104", + "https://openalex.org/W2149706766" + ], + "abstract_inverted_index": { + "Traditional": [ + 0 + ], + "books": [ + 1 + ], + "on": [ + 2, + 29 + ], + "machine": [ + 3, + 53 + ], + "learning": [ + 4, + 54 + ], + "can": [ + 5 + ], + "be": [ + 6 + ], + "divided": [ + 7 + ], + "into": [ + 8 + ], + "two": [ + 9 + ], + "groups": [ + 10 + ], + "-": [ + 11 + ], + "those": [ + 12, + 25 + ], + "aimed": [ + 13 + ], + "at": [ + 14 + ], + "advanced": [ + 15 + ], + "undergraduates": [ + 16 + ], + "or": [ + 17 + ], + "early": [ + 18 + ], + "postgraduates": [ + 19 + ], + "with": [ + 20 + ], + "reasonable": [ + 21 + ], + "mathematical": [ + 22 + ], + "knowledge": [ + 23 + ], + "and": [ + 24, + 65 + ], + "that": [ + 26, + 41, + 50, + 76 + ], + "are": [ + 27 + ], + "primers": [ + 28 + ], + "how": [ + 30, + 45, + 64 + ], + "to": [ + 31, + 46, + 62 + ], + "code": [ + 32 + ], + "algorithms.": [ + 33 + ], + "The": [ + 34 + ], + "field": [ + 35 + ], + "is": [ + 36, + 75 + ], + "ready": [ + 37 + ], + "for": [ + 38 + ], + "a": [ + 39 + ], + "text": [ + 40 + ], + "not": [ + 42 + ], + "only": [ + 43 + ], + "demonstrates": [ + 44 + ], + "use": [ + 47 + ], + "the": [ + 48, + 59 + ], + "algorithms": [ + 49, + 68 + ], + "make": [ + 51 + ], + "up": [ + 52, + 79 + ], + "methods,": [ + 55 + ], + "but": [ + 56 + ], + "also": [ + 57 + ], + "provides": [ + 58 + ], + "background": [ + 60 + ], + "needed": [ + 61 + ], + "understand": [ + 63 + ], + "why": [ + 66 + ], + "these": [ + 67 + ], + "work.": [ + 69 + ], + "Machine": [ + 70 + ], + "Learning:": [ + 71 + ], + "An": [ + 72 + ], + "Algorithmic": [ + 73 + ], + "Perspective": [ + 74 + ], + "text.Theory": [ + 77 + ], + "Backed": [ + 78 + ], + "by": [ + 80 + ], + "Practical": [ + 81 + ], + "ExamplesThe": [ + 82 + ], + "book": [ + 83 + ], + "covers": [ + 84 + ], + "neural": [ + 85 + ], + "networks,": [ + 86 + ], + "graphical": [ + 87 + ], + "models,": [ + 88 + ], + "reinforcement": [ + 89 + ], + "le": [ + 90 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 17 + }, + { + "year": 2024, + "cited_by_count": 56 + }, + { + "year": 2023, + "cited_by_count": 70 + }, + { + "year": 2022, + "cited_by_count": 88 + }, + { + "year": 2021, + "cited_by_count": 141 + }, + { + "year": 2020, + "cited_by_count": 140 + }, + { + "year": 2019, + "cited_by_count": 113 + }, + { + "year": 2018, + "cited_by_count": 96 + }, + { + "year": 2017, + "cited_by_count": 77 + }, + { + "year": 2016, + "cited_by_count": 61 + }, + { + "year": 2015, + "cited_by_count": 56 + }, + { + "year": 2014, + "cited_by_count": 45 + }, + { + "year": 2013, + "cited_by_count": 49 + }, + { + "year": 2012, + "cited_by_count": 49 + } + ], + "updated_date": "2026-04-28T14:05:53.105641", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2464725281", + "doi": "https://doi.org/10.1038/npjcompumats.2016.28", + "title": "A general-purpose machine learning framework for predicting properties of inorganic materials", + "display_name": "A general-purpose machine learning framework for predicting properties of inorganic materials", + "relevance_score": 2486.7349, + "publication_year": 2016, + "publication_date": "2016-08-26", + "ids": { + "openalex": "https://openalex.org/W2464725281", + "doi": "https://doi.org/10.1038/npjcompumats.2016.28", + "mag": "2464725281" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1038/npjcompumats.2016.28", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1038/npjcompumats.2016.28", + "pdf_url": "https://www.nature.com/articles/npjcompumats201628.pdf", + "source": { + "id": "https://openalex.org/S4210232664", + "display_name": "npj Computational Materials", + "issn_l": "2057-3960", + "issn": [ + "2057-3960" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310319908", + "host_organization_name": "Nature Portfolio", + "host_organization_lineage": [ + "https://openalex.org/P4310319908", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "Nature Portfolio", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "npj Computational Materials", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "arxiv", + "crossref", + "doaj" + ], + "open_access": { + "is_oa": true, + "oa_status": "gold", + "oa_url": "https://www.nature.com/articles/npjcompumats201628.pdf", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5021403239", + "display_name": "Logan Ward", + "orcid": "https://orcid.org/0000-0002-1323-5939" + }, + "institutions": [ + { + "id": "https://openalex.org/I111979921", + "display_name": "Northwestern University", + "ror": "https://ror.org/000e0be47", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I111979921" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Logan Ward", + "raw_affiliation_strings": [ + "Department of Materials Science and Engineering, Northwestern University, Evanston, IL, USA" + ], + "raw_orcid": "https://orcid.org/0000-0002-1323-5939", + "affiliations": [ + { + "raw_affiliation_string": "Department of Materials Science and Engineering, Northwestern University, Evanston, IL, USA", + "institution_ids": [ + "https://openalex.org/I111979921" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5004659592", + "display_name": "Ankit Agrawal", + "orcid": "https://orcid.org/0000-0002-5519-0302" + }, + "institutions": [ + { + "id": "https://openalex.org/I111979921", + "display_name": "Northwestern University", + "ror": "https://ror.org/000e0be47", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I111979921" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Ankit Agrawal", + "raw_affiliation_strings": [ + "Department of Electrical Engineering and Computer Science, Northwestern University, Evanston, IL, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Electrical Engineering and Computer Science, Northwestern University, Evanston, IL, USA", + "institution_ids": [ + "https://openalex.org/I111979921" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5074976770", + "display_name": "Alok Choudhary", + "orcid": "https://orcid.org/0000-0001-8152-6319" + }, + "institutions": [ + { + "id": "https://openalex.org/I111979921", + "display_name": "Northwestern University", + "ror": "https://ror.org/000e0be47", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I111979921" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Alok Choudhary", + "raw_affiliation_strings": [ + "Department of Electrical Engineering and Computer Science, Northwestern University, Evanston, IL, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Electrical Engineering and Computer Science, Northwestern University, Evanston, IL, USA", + "institution_ids": [ + "https://openalex.org/I111979921" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5113557612", + "display_name": "Christopher Wolverton", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I111979921", + "display_name": "Northwestern University", + "ror": "https://ror.org/000e0be47", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I111979921" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Christopher Wolverton", + "raw_affiliation_strings": [ + "Department of Materials Science and Engineering, Northwestern University, Evanston, IL, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Materials Science and Engineering, Northwestern University, Evanston, IL, USA", + "institution_ids": [ + "https://openalex.org/I111979921" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 4, + "corresponding_author_ids": [ + "https://openalex.org/A5021403239" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I111979921" + ], + "apc_list": { + "value": 2890, + "currency": "USD", + "value_usd": 2890 + }, + "apc_paid": { + "value": 2890, + "currency": "USD", + "value_usd": 2890 + }, + "fwci": 33.8847, + "has_fulltext": true, + "cited_by_count": 1668, + "citation_normalized_percentile": { + "value": 0.99915049, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 96, + "max": 100 + }, + "biblio": { + "volume": "2", + "issue": "1", + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11948", + "display_name": "Machine Learning in Materials Science", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/2505", + "display_name": "Materials Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/25", + "display_name": "Materials Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11948", + "display_name": "Machine Learning in Materials Science", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/2505", + "display_name": "Materials Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/25", + "display_name": "Materials Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12613", + "display_name": "X-ray Diffraction in Crystallography", + "score": 0.9973000288009644, + "subfield": { + "id": "https://openalex.org/subfields/2505", + "display_name": "Materials Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/25", + "display_name": "Materials Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11825", + "display_name": "Catalysis and Oxidation Reactions", + "score": 0.9901999831199646, + "subfield": { + "id": "https://openalex.org/subfields/1503", + "display_name": "Catalysis" + }, + "field": { + "id": "https://openalex.org/fields/15", + "display_name": "Chemical Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7177993655204773 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6573723554611206 + }, + { + "id": "https://openalex.org/keywords/variety", + "display_name": "Variety (cybernetics)", + "score": 0.5816711783409119 + }, + { + "id": "https://openalex.org/keywords/set", + "display_name": "Set (abstract data type)", + "score": 0.5580894351005554 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5311656594276428 + }, + { + "id": "https://openalex.org/keywords/range", + "display_name": "Range (aeronautics)", + "score": 0.4939315915107727 + }, + { + "id": "https://openalex.org/keywords/materials-science", + "display_name": "Materials science", + "score": 0.1735665500164032 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7177993655204773 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6573723554611206 + }, + { + "id": "https://openalex.org/C136197465", + "wikidata": "https://www.wikidata.org/wiki/Q1729295", + "display_name": "Variety (cybernetics)", + "level": 2, + "score": 0.5816711783409119 + }, + { + "id": "https://openalex.org/C177264268", + "wikidata": "https://www.wikidata.org/wiki/Q1514741", + "display_name": "Set (abstract data type)", + "level": 2, + "score": 0.5580894351005554 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5311656594276428 + }, + { + "id": "https://openalex.org/C204323151", + "wikidata": "https://www.wikidata.org/wiki/Q905424", + "display_name": "Range (aeronautics)", + "level": 2, + "score": 0.4939315915107727 + }, + { + "id": "https://openalex.org/C192562407", + "wikidata": "https://www.wikidata.org/wiki/Q228736", + "display_name": "Materials science", + "level": 0, + "score": 0.1735665500164032 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C159985019", + "wikidata": "https://www.wikidata.org/wiki/Q181790", + "display_name": "Composite material", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 3, + "locations": [ + { + "id": "doi:10.1038/npjcompumats.2016.28", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1038/npjcompumats.2016.28", + "pdf_url": "https://www.nature.com/articles/npjcompumats201628.pdf", + "source": { + "id": "https://openalex.org/S4210232664", + "display_name": "npj Computational Materials", + "issn_l": "2057-3960", + "issn": [ + "2057-3960" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310319908", + "host_organization_name": "Nature Portfolio", + "host_organization_lineage": [ + "https://openalex.org/P4310319908", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "Nature Portfolio", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "npj Computational Materials", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:arXiv.org:1606.09551", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1606.09551", + "pdf_url": "https://arxiv.org/pdf/1606.09551", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:osti.gov:1437349", + "is_oa": true, + "landing_page_url": "https://www.osti.gov/biblio/1437349", + "pdf_url": "https://www.osti.gov/servlets/purl/1437349", + "source": { + "id": "https://openalex.org/S4306402487", + "display_name": "OSTI OAI (U.S. Department of Energy Office of Scientific and Technical Information)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I139351228", + "host_organization_name": "Office of Scientific and Technical Information", + "host_organization_lineage": [ + "https://openalex.org/I139351228" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": null + } + ], + "best_oa_location": { + "id": "doi:10.1038/npjcompumats.2016.28", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1038/npjcompumats.2016.28", + "pdf_url": "https://www.nature.com/articles/npjcompumats201628.pdf", + "source": { + "id": "https://openalex.org/S4210232664", + "display_name": "npj Computational Materials", + "issn_l": "2057-3960", + "issn": [ + "2057-3960" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310319908", + "host_organization_name": "Nature Portfolio", + "host_organization_lineage": [ + "https://openalex.org/P4310319908", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "Nature Portfolio", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "npj Computational Materials", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [], + "awards": [ + { + "id": "https://openalex.org/G1314375578", + "display_name": null, + "funder_award_id": "70NANB14H012", + "funder_id": "https://openalex.org/F4320306111", + "funder_display_name": "U.S. Department of Commerce" + }, + { + "id": "https://openalex.org/G1523888516", + "display_name": null, + "funder_award_id": "FA9550-", + "funder_id": "https://openalex.org/F4320338279", + "funder_display_name": "Air Force Office of Scientific Research" + }, + { + "id": "https://openalex.org/G1676583131", + "display_name": null, + "funder_award_id": "70NANB14H012", + "funder_id": "https://openalex.org/F4320337819", + "funder_display_name": "Center for Hierarchical Materials Design" + }, + { + "id": "https://openalex.org/G1872610661", + "display_name": null, + "funder_award_id": "FA9550-12-1-0458", + "funder_id": "https://openalex.org/F4320337819", + "funder_display_name": "Center for Hierarchical Materials Design" + }, + { + "id": "https://openalex.org/G2989483902", + "display_name": "EAGER: Scalable Big Data Analytics", + "funder_award_id": "1343639", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G3481652762", + "display_name": null, + "funder_award_id": "CCF-1409601", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G3532683099", + "display_name": "SHF: Medium: Collaborative Research: Scalable Algorithms for Spatio-temporal Data Analysis", + "funder_award_id": "1409601", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G4940832283", + "display_name": null, + "funder_award_id": "FA9550-12-1-0458", + "funder_id": "https://openalex.org/F4320306111", + "funder_display_name": "U.S. Department of Commerce" + }, + { + "id": "https://openalex.org/G5249168579", + "display_name": null, + "funder_award_id": "FA9550-12-1-0458", + "funder_id": "https://openalex.org/F4320338279", + "funder_display_name": "Air Force Office of Scientific Research" + }, + { + "id": "https://openalex.org/G5490804116", + "display_name": null, + "funder_award_id": "70NANB14H012", + "funder_id": "https://openalex.org/F4320306078", + "funder_display_name": "U.S. Department of Defense" + }, + { + "id": "https://openalex.org/G552768688", + "display_name": null, + "funder_award_id": "FA9550-12-1-0458", + "funder_id": "https://openalex.org/F4320332178", + "funder_display_name": "National Institute of Standards and Technology" + }, + { + "id": "https://openalex.org/G5809100787", + "display_name": null, + "funder_award_id": "FA9550", + "funder_id": "https://openalex.org/F4320338279", + "funder_display_name": "Air Force Office of Scientific Research" + }, + { + "id": "https://openalex.org/G6071252945", + "display_name": null, + "funder_award_id": "FA9550-12", + "funder_id": "https://openalex.org/F4320338279", + "funder_display_name": "Air Force Office of Scientific Research" + }, + { + "id": "https://openalex.org/G6131312370", + "display_name": null, + "funder_award_id": "70NANB14H012", + "funder_id": "https://openalex.org/F4320332178", + "funder_display_name": "National Institute of Standards and Technology" + }, + { + "id": "https://openalex.org/G6563589624", + "display_name": null, + "funder_award_id": "70NANB14H012", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G7116556506", + "display_name": null, + "funder_award_id": "N66001-15-C-4036", + "funder_id": "https://openalex.org/F4320332180", + "funder_display_name": "Defense Advanced Research Projects Agency" + }, + { + "id": "https://openalex.org/G7999580237", + "display_name": null, + "funder_award_id": "FA9550-12-1", + "funder_id": "https://openalex.org/F4320338279", + "funder_display_name": "Air Force Office of Scientific Research" + }, + { + "id": "https://openalex.org/G8678745938", + "display_name": null, + "funder_award_id": "DESC0007456", + "funder_id": "https://openalex.org/F4320306084", + "funder_display_name": "U.S. Department of Energy" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320306076", + "display_name": "National Science Foundation", + "ror": "https://ror.org/021nxhr62" + }, + { + "id": "https://openalex.org/F4320306078", + "display_name": "U.S. Department of Defense", + "ror": "https://ror.org/0447fe631" + }, + { + "id": "https://openalex.org/F4320306084", + "display_name": "U.S. Department of Energy", + "ror": "https://ror.org/01bj3aw27" + }, + { + "id": "https://openalex.org/F4320306111", + "display_name": "U.S. Department of Commerce", + "ror": "https://ror.org/04chq2495" + }, + { + "id": "https://openalex.org/F4320332178", + "display_name": "National Institute of Standards and Technology", + "ror": "https://ror.org/05xpvk416" + }, + { + "id": "https://openalex.org/F4320332180", + "display_name": "Defense Advanced Research Projects Agency", + "ror": "https://ror.org/02caytj08" + }, + { + "id": "https://openalex.org/F4320333566", + "display_name": "National Defense Science and Engineering Graduate", + "ror": null + }, + { + "id": "https://openalex.org/F4320337819", + "display_name": "Center for Hierarchical Materials Design", + "ror": null + }, + { + "id": "https://openalex.org/F4320338279", + "display_name": "Air Force Office of Scientific Research", + "ror": "https://ror.org/011e9bt93" + } + ], + "has_content": { + "pdf": true, + "grobid_xml": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W2464725281.pdf", + "grobid_xml": "https://content.openalex.org/works/W2464725281.grobid-xml" + }, + "referenced_works_count": 74, + "referenced_works": [ + "https://openalex.org/W336365082", + "https://openalex.org/W568714467", + "https://openalex.org/W1496257230", + "https://openalex.org/W1545231783", + "https://openalex.org/W1605058418", + "https://openalex.org/W1741949188", + "https://openalex.org/W1861259131", + "https://openalex.org/W1964254287", + "https://openalex.org/W1966216358", + "https://openalex.org/W1968075993", + "https://openalex.org/W1976492731", + "https://openalex.org/W1977053243", + "https://openalex.org/W1988887547", + "https://openalex.org/W1992985800", + "https://openalex.org/W2000009216", + "https://openalex.org/W2013795311", + "https://openalex.org/W2016587795", + "https://openalex.org/W2018351443", + "https://openalex.org/W2019561942", + "https://openalex.org/W2020246947", + "https://openalex.org/W2029637177", + "https://openalex.org/W2034097448", + "https://openalex.org/W2039971369", + "https://openalex.org/W2044012801", + "https://openalex.org/W2045759556", + "https://openalex.org/W2047165001", + "https://openalex.org/W2051801258", + "https://openalex.org/W2052663622", + "https://openalex.org/W2055410454", + "https://openalex.org/W2074616700", + "https://openalex.org/W2083415705", + "https://openalex.org/W2097968133", + "https://openalex.org/W2100833014", + "https://openalex.org/W2102539288", + "https://openalex.org/W2104489082", + "https://openalex.org/W2111124526", + "https://openalex.org/W2112845989", + "https://openalex.org/W2113072508", + "https://openalex.org/W2113242816", + "https://openalex.org/W2115252128", + "https://openalex.org/W2117363206", + "https://openalex.org/W2119735967", + "https://openalex.org/W2123306226", + "https://openalex.org/W2133990480", + "https://openalex.org/W2138060751", + "https://openalex.org/W2142009706", + "https://openalex.org/W2145914706", + "https://openalex.org/W2150757437", + "https://openalex.org/W2159357141", + "https://openalex.org/W2162653998", + "https://openalex.org/W2164524421", + "https://openalex.org/W2164529883", + "https://openalex.org/W2167441267", + "https://openalex.org/W2217912240", + "https://openalex.org/W2241011319", + "https://openalex.org/W2278970271", + "https://openalex.org/W2312842167", + "https://openalex.org/W2313966941", + "https://openalex.org/W2317309722", + "https://openalex.org/W2318376321", + "https://openalex.org/W2329258563", + "https://openalex.org/W2338402873", + "https://openalex.org/W2343462019", + "https://openalex.org/W2494629425", + "https://openalex.org/W2612686989", + "https://openalex.org/W2671074027", + "https://openalex.org/W2911964244", + "https://openalex.org/W2913390193", + "https://openalex.org/W2950537967", + "https://openalex.org/W2963485997", + "https://openalex.org/W4230093030", + "https://openalex.org/W4236360742", + "https://openalex.org/W4239059908", + "https://openalex.org/W4249528159" + ], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W3046775127", + "https://openalex.org/W3107602296", + "https://openalex.org/W3170094116", + "https://openalex.org/W4386462264", + "https://openalex.org/W4364306694", + "https://openalex.org/W4312192474", + "https://openalex.org/W4283697347", + "https://openalex.org/W4210805261" + ], + "abstract_inverted_index": { + "Abstract": [ + 0 + ], + "A": [ + 1 + ], + "very": [ + 2 + ], + "active": [ + 3 + ], + "area": [ + 4 + ], + "of": [ + 5, + 51, + 63, + 70, + 82, + 94, + 107, + 131 + ], + "materials": [ + 6, + 23, + 71, + 109 + ], + "research": [ + 7 + ], + "is": [ + 8 + ], + "to": [ + 9, + 16, + 66, + 110, + 127 + ], + "devise": [ + 10 + ], + "methods": [ + 11 + ], + "that": [ + 12 + ], + "use": [ + 13 + ], + "machine": [ + 14, + 40 + ], + "learning": [ + 15, + 41 + ], + "automatically": [ + 17 + ], + "extract": [ + 18 + ], + "predictive": [ + 19, + 113 + ], + "models": [ + 20, + 31, + 53 + ], + "from": [ + 21 + ], + "existing": [ + 22 + ], + "data.": [ + 24, + 72 + ], + "While": [ + 25 + ], + "prior": [ + 26 + ], + "examples": [ + 27 + ], + "have": [ + 28, + 58 + ], + "demonstrated": [ + 29 + ], + "successful": [ + 30 + ], + "for": [ + 32, + 54, + 89, + 100 + ], + "some": [ + 33 + ], + "applications,": [ + 34, + 56 + ], + "many": [ + 35 + ], + "more": [ + 36 + ], + "applications": [ + 37 + ], + "exist": [ + 38 + ], + "where": [ + 39 + ], + "can": [ + 42, + 124 + ], + "make": [ + 43 + ], + "a": [ + 44, + 60, + 67, + 78, + 91, + 97 + ], + "strong": [ + 45 + ], + "impact.": [ + 46 + ], + "To": [ + 47 + ], + "enable": [ + 48 + ], + "faster": [ + 49 + ], + "development": [ + 50 + ], + "machine-learning-based": [ + 52 + ], + "such": [ + 55, + 136 + ], + "we": [ + 57, + 85, + 118 + ], + "created": [ + 59 + ], + "framework": [ + 61 + ], + "capable": [ + 62 + ], + "being": [ + 64 + ], + "applied": [ + 65 + ], + "broad": [ + 68 + ], + "range": [ + 69 + ], + "Our": [ + 73 + ], + "method": [ + 74, + 99, + 123 + ], + "works": [ + 75 + ], + "by": [ + 76 + ], + "using": [ + 77 + ], + "chemically": [ + 79 + ], + "diverse": [ + 80, + 129 + ], + "list": [ + 81 + ], + "attributes,": [ + 83 + ], + "which": [ + 84 + ], + "demonstrate": [ + 86, + 119 + ], + "are": [ + 87 + ], + "suitable": [ + 88 + ], + "describing": [ + 90 + ], + "wide": [ + 92 + ], + "variety": [ + 93 + ], + "properties,": [ + 95 + ], + "and": [ + 96, + 133, + 141 + ], + "novel": [ + 98 + ], + "partitioning": [ + 101 + ], + "the": [ + 102, + 112 + ], + "data": [ + 103 + ], + "set": [ + 104 + ], + "into": [ + 105 + ], + "groups": [ + 106 + ], + "similar": [ + 108 + ], + "boost": [ + 111 + ], + "accuracy.": [ + 114 + ], + "In": [ + 115 + ], + "this": [ + 116, + 121 + ], + "manuscript,": [ + 117 + ], + "how": [ + 120 + ], + "new": [ + 122 + ], + "be": [ + 125 + ], + "used": [ + 126 + ], + "predict": [ + 128 + ], + "properties": [ + 130 + ], + "crystalline": [ + 132 + ], + "amorphous": [ + 134 + ], + "materials,": [ + 135 + ], + "as": [ + 137 + ], + "band": [ + 138 + ], + "gap": [ + 139 + ], + "energy": [ + 140 + ], + "glass-forming": [ + 142 + ], + "ability.": [ + 143 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 135 + }, + { + "year": 2025, + "cited_by_count": 274 + }, + { + "year": 2024, + "cited_by_count": 247 + }, + { + "year": 2023, + "cited_by_count": 215 + }, + { + "year": 2022, + "cited_by_count": 204 + }, + { + "year": 2021, + "cited_by_count": 195 + }, + { + "year": 2020, + "cited_by_count": 185 + }, + { + "year": 2019, + "cited_by_count": 117 + }, + { + "year": 2018, + "cited_by_count": 71 + }, + { + "year": 2017, + "cited_by_count": 22 + }, + { + "year": 2016, + "cited_by_count": 3 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2016-07-22T00:00:00" + }, + { + "id": "https://openalex.org/W2182361439", + "doi": null, + "title": "Efficient and robust automated machine learning", + "display_name": "Efficient and robust automated machine learning", + "relevance_score": 2483.388, + "publication_year": 2015, + "publication_date": "2015-12-07", + "ids": { + "openalex": "https://openalex.org/W2182361439", + "mag": "2182361439" + }, + "language": "en", + "primary_location": { + "id": "mag:2182361439", + "is_oa": false, + "landing_page_url": "https://papers.nips.cc/paper/2015/file/11d0e6287202fced83f79975ec59a3a6-Paper.pdf", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306420609", + "display_name": "Neural Information Processing Systems", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "conference" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": false, + "raw_source_name": "Neural Information Processing Systems", + "raw_type": null + }, + "type": "article", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5054262288", + "display_name": "Matthias Feurer", + "orcid": "https://orcid.org/0000-0001-9611-8588" + }, + "institutions": [ + { + "id": "https://openalex.org/I161046081", + "display_name": "University of Freiburg", + "ror": "https://ror.org/0245cg223", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I161046081" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": true, + "raw_author_name": "Matthias Feurer", + "raw_affiliation_strings": [ + "Department of Computer Science , University of Freiburg , Germany" + ], + "raw_orcid": "https://orcid.org/0000-0001-9611-8588", + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science , University of Freiburg , Germany", + "institution_ids": [ + "https://openalex.org/I161046081" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5044806693", + "display_name": "Aaron Klein", + "orcid": "https://orcid.org/0000-0003-3960-7742" + }, + "institutions": [ + { + "id": "https://openalex.org/I161046081", + "display_name": "University of Freiburg", + "ror": "https://ror.org/0245cg223", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I161046081" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Aaron Klein", + "raw_affiliation_strings": [ + "Department of Computer Science , University of Freiburg , Germany" + ], + "raw_orcid": "https://orcid.org/0000-0003-3960-7742", + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science , University of Freiburg , Germany", + "institution_ids": [ + "https://openalex.org/I161046081" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5081813991", + "display_name": "Katharina Eggensperger", + "orcid": "https://orcid.org/0000-0002-0309-401X" + }, + "institutions": [ + { + "id": "https://openalex.org/I161046081", + "display_name": "University of Freiburg", + "ror": "https://ror.org/0245cg223", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I161046081" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Katharina Eggensperger", + "raw_affiliation_strings": [ + "Department of Computer Science , University of Freiburg , Germany" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science , University of Freiburg , Germany", + "institution_ids": [ + "https://openalex.org/I161046081" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5017985443", + "display_name": "Jost Tobias Springenberg", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I161046081", + "display_name": "University of Freiburg", + "ror": "https://ror.org/0245cg223", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I161046081" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Jost Tobias Springenberg", + "raw_affiliation_strings": [ + "Department of Computer Science , University of Freiburg , Germany" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science , University of Freiburg , Germany", + "institution_ids": [ + "https://openalex.org/I161046081" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5102766796", + "display_name": "Manuel Blum", + "orcid": "https://orcid.org/0000-0002-0982-4845" + }, + "institutions": [ + { + "id": "https://openalex.org/I161046081", + "display_name": "University of Freiburg", + "ror": "https://ror.org/0245cg223", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I161046081" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Manuel Blum", + "raw_affiliation_strings": [ + "Department of Computer Science , University of Freiburg , Germany" + ], + "raw_orcid": "https://orcid.org/0000-0002-0982-4845", + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science , University of Freiburg , Germany", + "institution_ids": [ + "https://openalex.org/I161046081" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5031002895", + "display_name": "Frank Hutter", + "orcid": "https://orcid.org/0000-0002-2037-3694" + }, + "institutions": [ + { + "id": "https://openalex.org/I161046081", + "display_name": "University of Freiburg", + "ror": "https://ror.org/0245cg223", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I161046081" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Frank Hutter", + "raw_affiliation_strings": [ + "Department of Computer Science , University of Freiburg , Germany" + ], + "raw_orcid": "https://orcid.org/0000-0002-2037-3694", + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science , University of Freiburg , Germany", + "institution_ids": [ + "https://openalex.org/I161046081" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 6, + "corresponding_author_ids": [ + "https://openalex.org/A5054262288" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I161046081" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 26.632, + "has_fulltext": false, + "cited_by_count": 1255, + "citation_normalized_percentile": { + "value": 0.99838319, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "28", + "issue": null, + "first_page": "2755", + "last_page": "2763" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12072", + "display_name": "Machine Learning and Algorithms", + "score": 0.9991999864578247, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11652", + "display_name": "Imbalanced Data Classification Techniques", + "score": 0.9884999990463257, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/hyperparameter", + "display_name": "Hyperparameter", + "score": 0.8062483668327332 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.7956940531730652 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.7567195892333984 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7412288188934326 + }, + { + "id": "https://openalex.org/keywords/preprocessor", + "display_name": "Preprocessor", + "score": 0.723639726638794 + }, + { + "id": "https://openalex.org/keywords/bayesian-optimization", + "display_name": "Bayesian optimization", + "score": 0.5717392563819885 + }, + { + "id": "https://openalex.org/keywords/feature", + "display_name": "Feature (linguistics)", + "score": 0.5170496106147766 + }, + { + "id": "https://openalex.org/keywords/set", + "display_name": "Set (abstract data type)", + "score": 0.4831806719303131 + }, + { + "id": "https://openalex.org/keywords/bayesian-probability", + "display_name": "Bayesian probability", + "score": 0.41747650504112244 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C8642999", + "wikidata": "https://www.wikidata.org/wiki/Q4171168", + "display_name": "Hyperparameter", + "level": 2, + "score": 0.8062483668327332 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.7956940531730652 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.7567195892333984 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7412288188934326 + }, + { + "id": "https://openalex.org/C34736171", + "wikidata": "https://www.wikidata.org/wiki/Q918333", + "display_name": "Preprocessor", + "level": 2, + "score": 0.723639726638794 + }, + { + "id": "https://openalex.org/C2778049539", + "wikidata": "https://www.wikidata.org/wiki/Q17002908", + "display_name": "Bayesian optimization", + "level": 2, + "score": 0.5717392563819885 + }, + { + "id": "https://openalex.org/C2776401178", + "wikidata": "https://www.wikidata.org/wiki/Q12050496", + "display_name": "Feature (linguistics)", + "level": 2, + "score": 0.5170496106147766 + }, + { + "id": "https://openalex.org/C177264268", + "wikidata": "https://www.wikidata.org/wiki/Q1514741", + "display_name": "Set (abstract data type)", + "level": 2, + "score": 0.4831806719303131 + }, + { + "id": "https://openalex.org/C107673813", + "wikidata": "https://www.wikidata.org/wiki/Q812534", + "display_name": "Bayesian probability", + "level": 2, + "score": 0.41747650504112244 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C41895202", + "wikidata": "https://www.wikidata.org/wiki/Q8162", + "display_name": "Linguistics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C138885662", + "wikidata": "https://www.wikidata.org/wiki/Q5891", + "display_name": "Philosophy", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "mag:2182361439", + "is_oa": false, + "landing_page_url": "https://papers.nips.cc/paper/2015/file/11d0e6287202fced83f79975ec59a3a6-Paper.pdf", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306420609", + "display_name": "Neural Information Processing Systems", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "conference" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": "Neural Information Processing Systems", + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 26, + "referenced_works": [ + "https://openalex.org/W28412257", + "https://openalex.org/W60686164", + "https://openalex.org/W76331760", + "https://openalex.org/W116375701", + "https://openalex.org/W122178443", + "https://openalex.org/W1519451279", + "https://openalex.org/W1647221522", + "https://openalex.org/W1840091437", + "https://openalex.org/W1980264541", + "https://openalex.org/W2099201756", + "https://openalex.org/W2101234009", + "https://openalex.org/W2102539288", + "https://openalex.org/W2106411961", + "https://openalex.org/W2112204321", + "https://openalex.org/W2112364454", + "https://openalex.org/W2131241448", + "https://openalex.org/W2132862423", + "https://openalex.org/W2133990480", + "https://openalex.org/W2142334564", + "https://openalex.org/W2149731329", + "https://openalex.org/W2150446468", + "https://openalex.org/W2150753219", + "https://openalex.org/W2165607334", + "https://openalex.org/W2200000192", + "https://openalex.org/W2809054435", + "https://openalex.org/W2911964244" + ], + "related_works": [ + "https://openalex.org/W60686164", + "https://openalex.org/W2964024268", + "https://openalex.org/W2963815651", + "https://openalex.org/W2963423218", + "https://openalex.org/W2947123069", + "https://openalex.org/W2911964244", + "https://openalex.org/W2608595939", + "https://openalex.org/W2553303224", + "https://openalex.org/W2309832917", + "https://openalex.org/W2200000192", + "https://openalex.org/W2194775991", + "https://openalex.org/W2192203593", + "https://openalex.org/W2133990480", + "https://openalex.org/W2132862423", + "https://openalex.org/W2131241448", + "https://openalex.org/W2112364454", + "https://openalex.org/W2106411961", + "https://openalex.org/W2102539288", + "https://openalex.org/W2101234009", + "https://openalex.org/W2097998348" + ], + "abstract_inverted_index": { + "The": [ + 0 + ], + "success": [ + 1 + ], + "of": [ + 2, + 9, + 75, + 153, + 176, + 190, + 199, + 203 + ], + "machine": [ + 3, + 18, + 68 + ], + "learning": [ + 4, + 19, + 69 + ], + "in": [ + 5, + 33, + 179 + ], + "a": [ + 6, + 41, + 49, + 85, + 108 + ], + "broad": [ + 7 + ], + "range": [ + 8 + ], + "applications": [ + 10 + ], + "has": [ + 11, + 62 + ], + "led": [ + 12 + ], + "to": [ + 13, + 38, + 64, + 107, + 188 + ], + "an": [ + 14 + ], + "ever-growing": [ + 15 + ], + "demand": [ + 16 + ], + "for": [ + 17, + 48 + ], + "systems": [ + 20, + 36 + ], + "that": [ + 21, + 169 + ], + "can": [ + 22 + ], + "be": [ + 23, + 31 + ], + "used": [ + 24 + ], + "off": [ + 25 + ], + "the": [ + 26, + 73, + 141, + 145, + 150, + 154, + 173, + 177, + 184, + 197, + 200 + ], + "shelf": [ + 27 + ], + "by": [ + 28, + 126, + 137 + ], + "non-experts.": [ + 29 + ], + "To": [ + 30 + ], + "effective": [ + 32 + ], + "practice,": [ + 34 + ], + "such": [ + 35 + ], + "need": [ + 37 + ], + "automatically": [ + 39, + 127 + ], + "choose": [ + 40 + ], + "good": [ + 42 + ], + "algorithm": [ + 43 + ], + "and": [ + 44, + 54, + 100, + 136, + 159, + 193 + ], + "feature": [ + 45, + 97 + ], + "preprocessing": [ + 46, + 98, + 103 + ], + "steps": [ + 47 + ], + "new": [ + 50, + 87 + ], + "dataset": [ + 51 + ], + "at": [ + 52 + ], + "hand,": [ + 53 + ], + "also": [ + 55, + 182 + ], + "set": [ + 56 + ], + "their": [ + 57 + ], + "respective": [ + 58 + ], + "hyperparameters.": [ + 59 + ], + "Recent": [ + 60 + ], + "work": [ + 61 + ], + "started": [ + 63 + ], + "tackle": [ + 65 + ], + "this": [ + 66 + ], + "automated": [ + 67 + ], + "(AutoML)": [ + 70 + ], + "problem": [ + 71 + ], + "with": [ + 72, + 112 + ], + "help": [ + 74 + ], + "efficient": [ + 76 + ], + "Bayesian": [ + 77 + ], + "optimization": [ + 78 + ], + "methods.": [ + 79 + ], + "Building": [ + 80 + ], + "on": [ + 81, + 91, + 122, + 133, + 163 + ], + "this,": [ + 82 + ], + "we": [ + 83, + 118 + ], + "introduce": [ + 84 + ], + "robust": [ + 86 + ], + "AutoML": [ + 88, + 124, + 157 + ], + "system": [ + 89, + 148 + ], + "based": [ + 90 + ], + "scikit-learn": [ + 92 + ], + "(using": [ + 93 + ], + "15": [ + 94 + ], + "classifiers,": [ + 95 + ], + "14": [ + 96 + ], + "methods,": [ + 99, + 104 + ], + "4": [ + 101 + ], + "data": [ + 102 + ], + "giving": [ + 105 + ], + "rise": [ + 106 + ], + "structured": [ + 109 + ], + "hypothesis": [ + 110 + ], + "space": [ + 111 + ], + "110": [ + 113 + ], + "hyperparameters).": [ + 114 + ], + "This": [ + 115 + ], + "system,": [ + 116 + ], + "which": [ + 117 + ], + "dub": [ + 119 + ], + "AUTO-SKLEARN,": [ + 120 + ], + "improves": [ + 121 + ], + "existing": [ + 123 + ], + "methods": [ + 125 + ], + "taking": [ + 128 + ], + "into": [ + 129, + 196 + ], + "account": [ + 130 + ], + "past": [ + 131 + ], + "performance": [ + 132, + 185 + ], + "similar": [ + 134 + ], + "datasets,": [ + 135 + ], + "constructing": [ + 138 + ], + "ensembles": [ + 139 + ], + "from": [ + 140 + ], + "models": [ + 142 + ], + "evaluated": [ + 143 + ], + "during": [ + 144 + ], + "optimization.": [ + 146 + ], + "Our": [ + 147 + ], + "won": [ + 149 + ], + "first": [ + 151 + ], + "phase": [ + 152 + ], + "ongoing": [ + 155 + ], + "ChaLearn": [ + 156 + ], + "challenge,": [ + 158 + ], + "our": [ + 160, + 191 + ], + "comprehensive": [ + 161 + ], + "analysis": [ + 162 + ], + "over": [ + 164 + ], + "100": [ + 165 + ], + "diverse": [ + 166 + ], + "datasets": [ + 167 + ], + "shows": [ + 168 + ], + "it": [ + 170 + ], + "substantially": [ + 171 + ], + "outperforms": [ + 172 + ], + "previous": [ + 174 + ], + "state": [ + 175 + ], + "art": [ + 178 + ], + "AutoML.": [ + 180 + ], + "We": [ + 181 + ], + "demonstrate": [ + 183 + ], + "gains": [ + 186 + ], + "due": [ + 187 + ], + "each": [ + 189 + ], + "contributions": [ + 192 + ], + "derive": [ + 194 + ], + "insights": [ + 195 + ], + "effectiveness": [ + 198 + ], + "individual": [ + 201 + ], + "components": [ + 202 + ], + "AUTO-SKLEARN.": [ + 204 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 61 + }, + { + "year": 2024, + "cited_by_count": 99 + }, + { + "year": 2023, + "cited_by_count": 134 + }, + { + "year": 2022, + "cited_by_count": 125 + }, + { + "year": 2021, + "cited_by_count": 221 + }, + { + "year": 2020, + "cited_by_count": 263 + }, + { + "year": 2019, + "cited_by_count": 217 + }, + { + "year": 2018, + "cited_by_count": 86 + }, + { + "year": 2017, + "cited_by_count": 34 + }, + { + "year": 2016, + "cited_by_count": 14 + }, + { + "year": 2015, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-14T08:36:36.166977", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W1983989471", + "doi": "https://doi.org/10.1198/jasa.2008.s236", + "title": "Pattern Recognition and Machine Learning", + "display_name": "Pattern Recognition and Machine Learning", + "relevance_score": 2477.2678, + "publication_year": 2008, + "publication_date": "2008-06-01", + "ids": { + "openalex": "https://openalex.org/W1983989471", + "doi": "https://doi.org/10.1198/jasa.2008.s236", + "mag": "1983989471" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1198/jasa.2008.s236", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1198/jasa.2008.s236", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4394736638", + "display_name": "Journal of the American Statistical Association", + "issn_l": "0162-1459", + "issn": [ + "0162-1459", + "1537-274X" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Journal of the American Statistical Association", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5109482919", + "display_name": "Thomas Burr", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1343871089", + "display_name": "Los Alamos National Laboratory", + "ror": "https://ror.org/01e41cf67", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I1330989302", + "https://openalex.org/I1343871089", + "https://openalex.org/I198811213", + "https://openalex.org/I4210120050" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Thomas Burr", + "raw_affiliation_strings": [ + "Los Alamos National Laboratory", + "LOS Alamos National Laboratory" + ], + "affiliations": [ + { + "raw_affiliation_string": "Los Alamos National Laboratory", + "institution_ids": [ + "https://openalex.org/I1343871089" + ] + }, + { + "raw_affiliation_string": "LOS Alamos National Laboratory", + "institution_ids": [ + "https://openalex.org/I1343871089" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5109482919" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I1343871089" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 47.4793, + "has_fulltext": false, + "cited_by_count": 1113, + "citation_normalized_percentile": { + "value": 0.99954397, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 98, + "max": 100 + }, + "biblio": { + "volume": "103", + "issue": "482", + "first_page": "886", + "last_page": "887" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12205", + "display_name": "Time Series Analysis and Forecasting", + "score": 0.98580002784729, + "subfield": { + "id": "https://openalex.org/subfields/1711", + "display_name": "Signal Processing" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12205", + "display_name": "Time Series Analysis and Forecasting", + "score": 0.98580002784729, + "subfield": { + "id": "https://openalex.org/subfields/1711", + "display_name": "Signal Processing" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12761", + "display_name": "Data Stream Mining Techniques", + "score": 0.9822999835014343, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11512", + "display_name": "Anomaly Detection Techniques and Applications", + "score": 0.9811000227928162, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5010311603546143 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.4807431697845459 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.40664222836494446 + }, + { + "id": "https://openalex.org/keywords/pattern-recognition", + "display_name": "Pattern recognition (psychology)", + "score": 0.374175488948822 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5010311603546143 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.4807431697845459 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.40664222836494446 + }, + { + "id": "https://openalex.org/C153180895", + "wikidata": "https://www.wikidata.org/wiki/Q7148389", + "display_name": "Pattern recognition (psychology)", + "level": 2, + "score": 0.374175488948822 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1198/jasa.2008.s236", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1198/jasa.2008.s236", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4394736638", + "display_name": "Journal of the American Statistical Association", + "issn_l": "0162-1459", + "issn": [ + "0162-1459", + "1537-274X" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Journal of the American Statistical Association", + "raw_type": "journal-article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 5, + "referenced_works": [ + "https://openalex.org/W2009086942", + "https://openalex.org/W2019044526", + "https://openalex.org/W2078502317", + "https://openalex.org/W2090911498", + "https://openalex.org/W4237415315" + ], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W3046775127", + "https://openalex.org/W3170094116", + "https://openalex.org/W4386462264", + "https://openalex.org/W3209574120", + "https://openalex.org/W3107602296", + "https://openalex.org/W2033914206", + "https://openalex.org/W4312192474", + "https://openalex.org/W4210805261" + ], + "abstract_inverted_index": { + "\"Pattern": [ + 0 + ], + "Recognition": [ + 1 + ], + "and": [ + 2 + ], + "Machine": [ + 3 + ], + "Learning.\"": [ + 4 + ], + "Journal": [ + 5 + ], + "of": [ + 6 + ], + "the": [ + 7 + ], + "American": [ + 8 + ], + "Statistical": [ + 9 + ], + "Association,": [ + 10 + ], + "103(482),": [ + 11 + ], + "pp.": [ + 12 + ], + "886–887": [ + 13 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 6 + }, + { + "year": 2024, + "cited_by_count": 27 + }, + { + "year": 2023, + "cited_by_count": 55 + }, + { + "year": 2022, + "cited_by_count": 54 + }, + { + "year": 2021, + "cited_by_count": 97 + }, + { + "year": 2020, + "cited_by_count": 87 + }, + { + "year": 2019, + "cited_by_count": 133 + }, + { + "year": 2018, + "cited_by_count": 105 + }, + { + "year": 2017, + "cited_by_count": 64 + }, + { + "year": 2016, + "cited_by_count": 67 + }, + { + "year": 2015, + "cited_by_count": 75 + }, + { + "year": 2014, + "cited_by_count": 68 + }, + { + "year": 2013, + "cited_by_count": 73 + }, + { + "year": 2012, + "cited_by_count": 73 + } + ], + "updated_date": "2026-04-05T17:49:38.594831", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W4299828299", + "doi": "https://doi.org/10.48550/arxiv.1207.4676", + "title": "Proceedings of the 29th International Conference on Machine Learning (ICML-12)", + "display_name": "Proceedings of the 29th International Conference on Machine Learning (ICML-12)", + "relevance_score": 2470.0903, + "publication_year": 2012, + "publication_date": "2012-07-19", + "ids": { + "openalex": "https://openalex.org/W4299828299", + "doi": "https://doi.org/10.48550/arxiv.1207.4676" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:arXiv.org:1207.4676", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1207.4676", + "pdf_url": "https://arxiv.org/pdf/1207.4676", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "type": "preprint", + "indexed_in": [ + "arxiv", + "datacite" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1207.4676", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5005003250", + "display_name": "John Langford", + "orcid": "https://orcid.org/0000-0002-9811-3550" + }, + "institutions": [ + { + "id": "https://openalex.org/I2801032651", + "display_name": "Council of Science Editors", + "ror": "https://ror.org/007cr8911", + "country_code": "US", + "type": "nonprofit", + "lineage": [ + "https://openalex.org/I2801032651" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Langford, John", + "raw_affiliation_strings": [ + "Editors" + ], + "affiliations": [ + { + "raw_affiliation_string": "Editors", + "institution_ids": [ + "https://openalex.org/I2801032651" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5080591144", + "display_name": "Joëlle Pineau", + "orcid": "https://orcid.org/0000-0003-0747-7250" + }, + "institutions": [ + { + "id": "https://openalex.org/I2801032651", + "display_name": "Council of Science Editors", + "ror": "https://ror.org/007cr8911", + "country_code": "US", + "type": "nonprofit", + "lineage": [ + "https://openalex.org/I2801032651" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Pineau, Joelle", + "raw_affiliation_strings": [ + "Editors" + ], + "affiliations": [ + { + "raw_affiliation_string": "Editors", + "institution_ids": [ + "https://openalex.org/I2801032651" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5005003250" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I2801032651" + ], + "apc_list": null, + "apc_paid": null, + "fwci": null, + "has_fulltext": false, + "cited_by_count": 1618, + "citation_normalized_percentile": null, + "cited_by_percentile_year": null, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10181", + "display_name": "Natural Language Processing Techniques", + "score": 0.6305000185966492, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10181", + "display_name": "Natural Language Processing Techniques", + "score": 0.6305000185966492, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/library-science", + "display_name": "Library science", + "score": 0.5253459811210632 + }, + { + "id": "https://openalex.org/keywords/geography", + "display_name": "Geography", + "score": 0.3677058815956116 + }, + { + "id": "https://openalex.org/keywords/forestry", + "display_name": "Forestry", + "score": 0.32110482454299927 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.18688607215881348 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C161191863", + "wikidata": "https://www.wikidata.org/wiki/Q199655", + "display_name": "Library science", + "level": 1, + "score": 0.5253459811210632 + }, + { + "id": "https://openalex.org/C205649164", + "wikidata": "https://www.wikidata.org/wiki/Q1071", + "display_name": "Geography", + "level": 0, + "score": 0.3677058815956116 + }, + { + "id": "https://openalex.org/C97137747", + "wikidata": "https://www.wikidata.org/wiki/Q38112", + "display_name": "Forestry", + "level": 1, + "score": 0.32110482454299927 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.18688607215881348 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "pmh:oai:arXiv.org:1207.4676", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1207.4676", + "pdf_url": "https://arxiv.org/pdf/1207.4676", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "doi:10.48550/arxiv.1207.4676", + "is_oa": true, + "landing_page_url": "https://doi.org/10.48550/arxiv.1207.4676", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1207.4676", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1207.4676", + "pdf_url": "https://arxiv.org/pdf/1207.4676", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [ + "https://openalex.org/W2748952813", + "https://openalex.org/W2383882895", + "https://openalex.org/W3111098267", + "https://openalex.org/W2370206093", + "https://openalex.org/W264709706", + "https://openalex.org/W2375009411", + "https://openalex.org/W2371019958", + "https://openalex.org/W2092269694", + "https://openalex.org/W2063002724", + "https://openalex.org/W3150437343" + ], + "abstract_inverted_index": { + "This": [ + 0 + ], + "is": [ + 1 + ], + "an": [ + 2 + ], + "index": [ + 3 + ], + "to": [ + 4 + ], + "the": [ + 5, + 10, + 13 + ], + "papers": [ + 6 + ], + "that": [ + 7 + ], + "appear": [ + 8 + ], + "in": [ + 9, + 25 + ], + "Proceedings": [ + 11 + ], + "of": [ + 12 + ], + "29th": [ + 14 + ], + "International": [ + 15 + ], + "Conference": [ + 16 + ], + "on": [ + 17 + ], + "Machine": [ + 18 + ], + "Learning": [ + 19 + ], + "(ICML-12).": [ + 20 + ], + "The": [ + 21 + ], + "conference": [ + 22 + ], + "was": [ + 23 + ], + "held": [ + 24 + ], + "Edinburgh,": [ + 26 + ], + "Scotland,": [ + 27 + ], + "June": [ + 28 + ], + "27th": [ + 29 + ], + "-": [ + 30 + ], + "July": [ + 31 + ], + "3rd,": [ + 32 + ], + "2012.": [ + 33 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 100 + }, + { + "year": 2024, + "cited_by_count": 136 + }, + { + "year": 2023, + "cited_by_count": 155 + }, + { + "year": 2022, + "cited_by_count": 120 + }, + { + "year": 2021, + "cited_by_count": 86 + }, + { + "year": 2020, + "cited_by_count": 167 + }, + { + "year": 2019, + "cited_by_count": 218 + }, + { + "year": 2018, + "cited_by_count": 146 + }, + { + "year": 2017, + "cited_by_count": 177 + }, + { + "year": 2016, + "cited_by_count": 136 + }, + { + "year": 2015, + "cited_by_count": 76 + }, + { + "year": 2014, + "cited_by_count": 49 + }, + { + "year": 2013, + "cited_by_count": 37 + }, + { + "year": 2012, + "cited_by_count": 15 + } + ], + "updated_date": "2026-04-24T08:23:43.765630", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2981679558", + "doi": "https://doi.org/10.1371/journal.pone.0224365", + "title": "Machine learning algorithm validation with a limited sample size", + "display_name": "Machine learning algorithm validation with a limited sample size", + "relevance_score": 2469.721, + "publication_year": 2019, + "publication_date": "2019-11-07", + "ids": { + "openalex": "https://openalex.org/W2981679558", + "doi": "https://doi.org/10.1371/journal.pone.0224365", + "mag": "2981679558", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/31697686" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1371/journal.pone.0224365", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1371/journal.pone.0224365", + "pdf_url": "https://journals.plos.org/plosone/article/file?id=10.1371/journal.pone.0224365&type=printable", + "source": { + "id": "https://openalex.org/S202381698", + "display_name": "PLoS ONE", + "issn_l": "1932-6203", + "issn": [ + "1932-6203" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310315706", + "host_organization_name": "Public Library of Science", + "host_organization_lineage": [ + "https://openalex.org/P4310315706" + ], + "host_organization_lineage_names": [ + "Public Library of Science" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "PLOS ONE", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref", + "doaj", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "gold", + "oa_url": "https://journals.plos.org/plosone/article/file?id=10.1371/journal.pone.0224365&type=printable", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5058581210", + "display_name": "Andrius Vabalas", + "orcid": "https://orcid.org/0000-0002-0659-2890" + }, + "institutions": [ + { + "id": "https://openalex.org/I28407311", + "display_name": "University of Manchester", + "ror": "https://ror.org/027m9bs27", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I28407311" + ] + } + ], + "countries": [ + "GB" + ], + "is_corresponding": true, + "raw_author_name": "Andrius Vabalas", + "raw_affiliation_strings": [ + "Materials, Devices and Systems Division, School of Electrical and Electronic Engineering, The University of Manchester, Manchester, England, United Kingdom" + ], + "raw_orcid": "https://orcid.org/0000-0002-0659-2890", + "affiliations": [ + { + "raw_affiliation_string": "Materials, Devices and Systems Division, School of Electrical and Electronic Engineering, The University of Manchester, Manchester, England, United Kingdom", + "institution_ids": [ + "https://openalex.org/I28407311" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5054131595", + "display_name": "Emma Gowen", + "orcid": "https://orcid.org/0000-0003-4788-4280" + }, + "institutions": [ + { + "id": "https://openalex.org/I28407311", + "display_name": "University of Manchester", + "ror": "https://ror.org/027m9bs27", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I28407311" + ] + } + ], + "countries": [ + "GB" + ], + "is_corresponding": false, + "raw_author_name": "Emma Gowen", + "raw_affiliation_strings": [ + "School of Biological Sciences, The University of Manchester, Manchester, England, United Kingdom" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "School of Biological Sciences, The University of Manchester, Manchester, England, United Kingdom", + "institution_ids": [ + "https://openalex.org/I28407311" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5080441481", + "display_name": "Ellen Poliakoff", + "orcid": "https://orcid.org/0000-0003-4975-7787" + }, + "institutions": [ + { + "id": "https://openalex.org/I28407311", + "display_name": "University of Manchester", + "ror": "https://ror.org/027m9bs27", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I28407311" + ] + } + ], + "countries": [ + "GB" + ], + "is_corresponding": false, + "raw_author_name": "Ellen Poliakoff", + "raw_affiliation_strings": [ + "School of Biological Sciences, The University of Manchester, Manchester, England, United Kingdom" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "School of Biological Sciences, The University of Manchester, Manchester, England, United Kingdom", + "institution_ids": [ + "https://openalex.org/I28407311" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5091104655", + "display_name": "Alexander J. Casson", + "orcid": "https://orcid.org/0000-0003-1408-1190" + }, + "institutions": [ + { + "id": "https://openalex.org/I28407311", + "display_name": "University of Manchester", + "ror": "https://ror.org/027m9bs27", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I28407311" + ] + } + ], + "countries": [ + "GB" + ], + "is_corresponding": false, + "raw_author_name": "Alexander J. Casson", + "raw_affiliation_strings": [ + "Materials, Devices and Systems Division, School of Electrical and Electronic Engineering, The University of Manchester, Manchester, England, United Kingdom" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Materials, Devices and Systems Division, School of Electrical and Electronic Engineering, The University of Manchester, Manchester, England, United Kingdom", + "institution_ids": [ + "https://openalex.org/I28407311" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 4, + "corresponding_author_ids": [ + "https://openalex.org/A5058581210" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I28407311" + ], + "apc_list": { + "value": 1805, + "currency": "USD", + "value_usd": 1805 + }, + "apc_paid": { + "value": 1805, + "currency": "USD", + "value_usd": 1805 + }, + "fwci": 44.2653, + "has_fulltext": true, + "cited_by_count": 1659, + "citation_normalized_percentile": { + "value": 0.99924824, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "14", + "issue": "11", + "first_page": "e0224365", + "last_page": "e0224365" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10885", + "display_name": "Gene expression and cancer classification", + "score": 0.9955000281333923, + "subfield": { + "id": "https://openalex.org/subfields/1312", + "display_name": "Molecular Biology" + }, + "field": { + "id": "https://openalex.org/fields/13", + "display_name": "Biochemistry, Genetics and Molecular Biology" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10885", + "display_name": "Gene expression and cancer classification", + "score": 0.9955000281333923, + "subfield": { + "id": "https://openalex.org/subfields/1312", + "display_name": "Molecular Biology" + }, + "field": { + "id": "https://openalex.org/fields/13", + "display_name": "Biochemistry, Genetics and Molecular Biology" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9860000014305115, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12859", + "display_name": "Cell Image Analysis Techniques", + "score": 0.9606000185012817, + "subfield": { + "id": "https://openalex.org/subfields/1304", + "display_name": "Biophysics" + }, + "field": { + "id": "https://openalex.org/fields/13", + "display_name": "Biochemistry, Genetics and Molecular Biology" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/overfitting", + "display_name": "Overfitting", + "score": 0.8499270677566528 + }, + { + "id": "https://openalex.org/keywords/sample-size-determination", + "display_name": "Sample size determination", + "score": 0.7672773003578186 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6191924810409546 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5842269062995911 + }, + { + "id": "https://openalex.org/keywords/cross-validation", + "display_name": "Cross-validation", + "score": 0.5098270773887634 + }, + { + "id": "https://openalex.org/keywords/data-collection", + "display_name": "Data collection", + "score": 0.4877827763557434 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.4619005620479584 + }, + { + "id": "https://openalex.org/keywords/selection-bias", + "display_name": "Selection bias", + "score": 0.438579261302948 + }, + { + "id": "https://openalex.org/keywords/sample", + "display_name": "Sample (material)", + "score": 0.43803805112838745 + }, + { + "id": "https://openalex.org/keywords/statistics", + "display_name": "Statistics", + "score": 0.41916215419769287 + }, + { + "id": "https://openalex.org/keywords/feature-selection", + "display_name": "Feature selection", + "score": 0.412355899810791 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.39342644810676575 + }, + { + "id": "https://openalex.org/keywords/pattern-recognition", + "display_name": "Pattern recognition (psychology)", + "score": 0.35772329568862915 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.23591920733451843 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.1789134442806244 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C22019652", + "wikidata": "https://www.wikidata.org/wiki/Q331309", + "display_name": "Overfitting", + "level": 3, + "score": 0.8499270677566528 + }, + { + "id": "https://openalex.org/C129848803", + "wikidata": "https://www.wikidata.org/wiki/Q2564360", + "display_name": "Sample size determination", + "level": 2, + "score": 0.7672773003578186 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6191924810409546 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5842269062995911 + }, + { + "id": "https://openalex.org/C27181475", + "wikidata": "https://www.wikidata.org/wiki/Q541014", + "display_name": "Cross-validation", + "level": 2, + "score": 0.5098270773887634 + }, + { + "id": "https://openalex.org/C133462117", + "wikidata": "https://www.wikidata.org/wiki/Q4929239", + "display_name": "Data collection", + "level": 2, + "score": 0.4877827763557434 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.4619005620479584 + }, + { + "id": "https://openalex.org/C40423286", + "wikidata": "https://www.wikidata.org/wiki/Q284172", + "display_name": "Selection bias", + "level": 2, + "score": 0.438579261302948 + }, + { + "id": "https://openalex.org/C198531522", + "wikidata": "https://www.wikidata.org/wiki/Q485146", + "display_name": "Sample (material)", + "level": 2, + "score": 0.43803805112838745 + }, + { + "id": "https://openalex.org/C105795698", + "wikidata": "https://www.wikidata.org/wiki/Q12483", + "display_name": "Statistics", + "level": 1, + "score": 0.41916215419769287 + }, + { + "id": "https://openalex.org/C148483581", + "wikidata": "https://www.wikidata.org/wiki/Q446488", + "display_name": "Feature selection", + "level": 2, + "score": 0.412355899810791 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.39342644810676575 + }, + { + "id": "https://openalex.org/C153180895", + "wikidata": "https://www.wikidata.org/wiki/Q7148389", + "display_name": "Pattern recognition (psychology)", + "level": 2, + "score": 0.35772329568862915 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.23591920733451843 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.1789134442806244 + }, + { + "id": "https://openalex.org/C185592680", + "wikidata": "https://www.wikidata.org/wiki/Q2329", + "display_name": "Chemistry", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C43617362", + "wikidata": "https://www.wikidata.org/wiki/Q170050", + "display_name": "Chromatography", + "level": 1, + "score": 0.0 + } + ], + "mesh": [ + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D003627", + "descriptor_name": "Data Interpretation, Statistical", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D003627", + "descriptor_name": "Data Interpretation, Statistical", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D003627", + "descriptor_name": "Data Interpretation, Statistical", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D018401", + "descriptor_name": "Sample Size", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D018401", + "descriptor_name": "Sample Size", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D018401", + "descriptor_name": "Sample Size", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D035843", + "descriptor_name": "Biomedical Research", + "qualifier_ui": "Q000706", + "qualifier_name": "statistics & numerical data", + "is_major_topic": false + }, + { + "descriptor_ui": "D035843", + "descriptor_name": "Biomedical Research", + "qualifier_ui": "Q000706", + "qualifier_name": "statistics & numerical data", + "is_major_topic": false + }, + { + "descriptor_ui": "D035843", + "descriptor_name": "Biomedical Research", + "qualifier_ui": "Q000706", + "qualifier_name": "statistics & numerical data", + "is_major_topic": false + } + ], + "locations_count": 8, + "locations": [ + { + "id": "doi:10.1371/journal.pone.0224365", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1371/journal.pone.0224365", + "pdf_url": "https://journals.plos.org/plosone/article/file?id=10.1371/journal.pone.0224365&type=printable", + "source": { + "id": "https://openalex.org/S202381698", + "display_name": "PLoS ONE", + "issn_l": "1932-6203", + "issn": [ + "1932-6203" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310315706", + "host_organization_name": "Public Library of Science", + "host_organization_lineage": [ + "https://openalex.org/P4310315706" + ], + "host_organization_lineage_names": [ + "Public Library of Science" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "PLOS ONE", + "raw_type": "journal-article" + }, + { + "id": "pmid:31697686", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/31697686", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "PloS one", + "raw_type": null + }, + { + "id": "pmh:oai:pure.atira.dk:openaire/46636137-42f8-46a3-82e2-565843dbc92a", + "is_oa": true, + "landing_page_url": "https://research.manchester.ac.uk/en/publications/46636137-42f8-46a3-82e2-565843dbc92a", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400662", + "display_name": "Research Explorer (The University of Manchester)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I28407311", + "host_organization_name": "University of Manchester", + "host_organization_lineage": [ + "https://openalex.org/I28407311" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Vabalas, A, Gowen, E, Poliakoff, E & Casson, A 2020, 'Machine learning algorithm validation with a limited sample size', P L o S One, vol. 14, no. 11, e0224365. https://doi.org/10.1371/journal.pone.0224365", + "raw_type": "info:eu-repo/semantics/publishedVersion" + }, + { + "id": "pmh:oai:RePEc:plo:pone00:0224365", + "is_oa": false, + "landing_page_url": "https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0224365", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401271", + "display_name": "RePEc: Research Papers in Economics", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I77793887", + "host_organization_name": "Federal Reserve Bank of St. Louis", + "host_organization_lineage": [ + "https://openalex.org/I77793887" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "article" + }, + { + "id": "pmh:oai:doaj.org/article:df3153cdf6ba4ecc9e209347e26d9f38", + "is_oa": true, + "landing_page_url": "https://doaj.org/article/df3153cdf6ba4ecc9e209347e26d9f38", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401280", + "display_name": "DOAJ (DOAJ: Directory of Open Access Journals)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by-sa", + "license_id": "https://openalex.org/licenses/cc-by-sa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "PLoS ONE, Vol 14, Iss 11, p e0224365 (2019)", + "raw_type": "article" + }, + { + "id": "pmh:oai:figshare.com:article/10268015", + "is_oa": true, + "landing_page_url": "https://figshare.com/articles/dataset/Machine_learning_algorithm_validation_with_a_limited_sample_size/10268015", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4377196282", + "display_name": "Figshare", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I4210132348", + "host_organization_name": "Figshare (United Kingdom)", + "host_organization_lineage": [ + "https://openalex.org/I4210132348" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Dataset" + }, + { + "id": "pmh:oai:pubmedcentral.nih.gov:6837442", + "is_oa": true, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/6837442", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2764455111", + "display_name": "PubMed Central", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "PLoS One", + "raw_type": "Text" + }, + { + "id": "pmh:oai:pure.atira.dk:publications/46636137-42f8-46a3-82e2-565843dbc92a", + "is_oa": true, + "landing_page_url": "https://www.research.manchester.ac.uk/portal/en/publications/machine-learning-algorithm-validation-with-a-limited-sample-size(46636137-42f8-46a3-82e2-565843dbc92a).html", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400662", + "display_name": "Research Explorer (The University of Manchester)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I28407311", + "host_organization_name": "University of Manchester", + "host_organization_lineage": [ + "https://openalex.org/I28407311" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Vabalas, A, Gowen, E, Poliakoff, E & Casson, A 2020, 'Machine learning algorithm validation with a limited sample size', P L o S One, vol. 14, no. 11, e0224365. https://doi.org/10.1371/journal.pone.0224365", + "raw_type": "info:eu-repo/semantics/publishedVersion" + } + ], + "best_oa_location": { + "id": "doi:10.1371/journal.pone.0224365", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1371/journal.pone.0224365", + "pdf_url": "https://journals.plos.org/plosone/article/file?id=10.1371/journal.pone.0224365&type=printable", + "source": { + "id": "https://openalex.org/S202381698", + "display_name": "PLoS ONE", + "issn_l": "1932-6203", + "issn": [ + "1932-6203" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310315706", + "host_organization_name": "Public Library of Science", + "host_organization_lineage": [ + "https://openalex.org/P4310315706" + ], + "host_organization_lineage_names": [ + "Public Library of Science" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "PLOS ONE", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [ + { + "display_name": "Reduced inequalities", + "id": "https://metadata.un.org/sdg/10", + "score": 0.6899999976158142 + } + ], + "awards": [ + { + "id": "https://openalex.org/G1969528513", + "display_name": null, + "funder_award_id": "1830965", + "funder_id": "https://openalex.org/F4320334627", + "funder_display_name": "Engineering and Physical Sciences Research Council" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320320291", + "display_name": "University of Manchester", + "ror": "https://ror.org/027m9bs27" + }, + { + "id": "https://openalex.org/F4320334627", + "display_name": "Engineering and Physical Sciences Research Council", + "ror": "https://ror.org/0439y7842" + } + ], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 33, + "referenced_works": [ + "https://openalex.org/W7299809", + "https://openalex.org/W1493357981", + "https://openalex.org/W1505191356", + "https://openalex.org/W1988975411", + "https://openalex.org/W2002645541", + "https://openalex.org/W2031167046", + "https://openalex.org/W2061553036", + "https://openalex.org/W2065283057", + "https://openalex.org/W2077991879", + "https://openalex.org/W2082704080", + "https://openalex.org/W2087347434", + "https://openalex.org/W2092095117", + "https://openalex.org/W2092444470", + "https://openalex.org/W2101234009", + "https://openalex.org/W2112081648", + "https://openalex.org/W2119155327", + "https://openalex.org/W2119387367", + "https://openalex.org/W2132886902", + "https://openalex.org/W2136487516", + "https://openalex.org/W2141007997", + "https://openalex.org/W2142594886", + "https://openalex.org/W2143426320", + "https://openalex.org/W2153635508", + "https://openalex.org/W2154290668", + "https://openalex.org/W2154776925", + "https://openalex.org/W2310177520", + "https://openalex.org/W2421101021", + "https://openalex.org/W2552047097", + "https://openalex.org/W2917871264", + "https://openalex.org/W2963389298", + "https://openalex.org/W3120421331", + "https://openalex.org/W3139562178", + "https://openalex.org/W6675354045" + ], + "related_works": [ + "https://openalex.org/W4362597605", + "https://openalex.org/W1574414179", + "https://openalex.org/W4297676672", + "https://openalex.org/W3009056573", + "https://openalex.org/W2922073769", + "https://openalex.org/W4281702477", + "https://openalex.org/W3155717344", + "https://openalex.org/W1770458422", + "https://openalex.org/W2801469686", + "https://openalex.org/W2149651625" + ], + "abstract_inverted_index": { + "Advances": [ + 0 + ], + "in": [ + 1 + ], + "neuroimaging,": [ + 2 + ], + "genomic,": [ + 3 + ], + "motion": [ + 4 + ], + "tracking,": [ + 5 + ], + "eye-tracking": [ + 6 + ], + "and": [ + 7, + 59, + 62, + 140, + 153, + 159, + 178, + 201, + 208, + 230 + ], + "many": [ + 8 + ], + "other": [ + 9, + 237 + ], + "technology-based": [ + 10 + ], + "data": [ + 11, + 38, + 45, + 180, + 197 + ], + "collection": [ + 12, + 39 + ], + "methods": [ + 13, + 117, + 210 + ], + "have": [ + 14, + 25, + 81, + 104 + ], + "led": [ + 15 + ], + "to": [ + 16, + 69, + 84, + 183, + 194, + 220, + 232 + ], + "a": [ + 17, + 26, + 47 + ], + "torrent": [ + 18 + ], + "of": [ + 19, + 29, + 32, + 37, + 50, + 53, + 78, + 115, + 149, + 164, + 203, + 236 + ], + "high": [ + 20, + 35 + ], + "dimensional": [ + 21, + 44 + ], + "datasets,": [ + 22 + ], + "which": [ + 23, + 80, + 118 + ], + "commonly": [ + 24 + ], + "small": [ + 27, + 48, + 92, + 137, + 228 + ], + "number": [ + 28, + 49, + 202 + ], + "samples": [ + 30, + 51 + ], + "because": [ + 31 + ], + "the": [ + 33, + 113, + 141, + 192, + 234 + ], + "intrinsic": [ + 34 + ], + "cost": [ + 36 + ], + "involving": [ + 40 + ], + "human": [ + 41 + ], + "participants.": [ + 42 + ], + "High": [ + 43 + ], + "with": [ + 46, + 97, + 136, + 146, + 213, + 227 + ], + "is": [ + 52, + 95, + 143, + 181 + ], + "critical": [ + 54 + ], + "importance": [ + 55 + ], + "for": [ + 56 + ], + "identifying": [ + 57 + ], + "biomarkers": [ + 58 + ], + "conducting": [ + 60 + ], + "feasibility": [ + 61 + ], + "pilot": [ + 63 + ], + "work,": [ + 64 + ], + "however": [ + 65 + ], + "it": [ + 66 + ], + "can": [ + 67 + ], + "lead": [ + 68 + ], + "biased": [ + 70, + 133 + ], + "machine": [ + 71 + ], + "learning": [ + 72 + ], + "(ML)": [ + 73 + ], + "performance": [ + 74, + 134, + 161 + ], + "estimates.": [ + 75 + ], + "Our": [ + 76, + 124 + ], + "review": [ + 77 + ], + "studies": [ + 79, + 238 + ], + "applied": [ + 82 + ], + "ML": [ + 83 + ], + "predict": [ + 85 + ], + "autistic": [ + 86 + ], + "from": [ + 87 + ], + "non-autistic": [ + 88 + ], + "individuals": [ + 89 + ], + "showed": [ + 90 + ], + "that": [ + 91, + 127, + 170 + ], + "sample": [ + 93, + 138, + 147, + 165 + ], + "size": [ + 94, + 148 + ], + "associated": [ + 96 + ], + "higher": [ + 98 + ], + "reported": [ + 99 + ], + "classification": [ + 100 + ], + "accuracy.": [ + 101 + ], + "Thus,": [ + 102 + ], + "we": [ + 103 + ], + "investigated": [ + 105 + ], + "whether": [ + 106 + ], + "this": [ + 107 + ], + "bias": [ + 108, + 142, + 184, + 195 + ], + "could": [ + 109 + ], + "be": [ + 110 + ], + "caused": [ + 111 + ], + "by": [ + 112, + 196 + ], + "use": [ + 114 + ], + "validation": [ + 116, + 209, + 242 + ], + "do": [ + 119 + ], + "not": [ + 120 + ], + "sufficiently": [ + 121 + ], + "control": [ + 122 + ], + "overfitting.": [ + 123 + ], + "simulations": [ + 125 + ], + "show": [ + 126, + 169 + ], + "K-fold": [ + 128 + ], + "Cross-Validation": [ + 129 + ], + "(CV)": [ + 130 + ], + "produces": [ + 131 + ], + "strongly": [ + 132 + ], + "estimates": [ + 135, + 162 + ], + "sizes,": [ + 139 + ], + "still": [ + 144 + ], + "evident": [ + 145 + ], + "1000.": [ + 150 + ], + "Nested": [ + 151 + ], + "CV": [ + 152, + 204 + ], + "train/test": [ + 154 + ], + "split": [ + 155 + ], + "approaches": [ + 156 + ], + "produce": [ + 157 + ], + "robust": [ + 158, + 222 + ], + "unbiased": [ + 160 + ], + "regardless": [ + 163 + ], + "size.": [ + 166 + ], + "We": [ + 167 + ], + "also": [ + 168 + ], + "feature": [ + 171 + ], + "selection": [ + 172 + ], + "if": [ + 173 + ], + "performed": [ + 174 + ], + "on": [ + 175, + 240 + ], + "pooled": [ + 176 + ], + "training": [ + 177 + ], + "testing": [ + 179, + 223 + ], + "contributing": [ + 182 + ], + "considerably": [ + 185 + ], + "more": [ + 186 + ], + "than": [ + 187 + ], + "parameter": [ + 188 + ], + "tuning.": [ + 189 + ], + "In": [ + 190 + ], + "addition,": [ + 191 + ], + "contribution": [ + 193 + ], + "dimensionality,": [ + 198 + ], + "hyper-parameter": [ + 199 + ], + "space": [ + 200 + ], + "folds": [ + 205 + ], + "was": [ + 206, + 244 + ], + "explored,": [ + 207 + ], + "were": [ + 211 + ], + "compared": [ + 212 + ], + "discriminable": [ + 214 + ], + "data.": [ + 215 + ], + "The": [ + 216 + ], + "results": [ + 217, + 235 + ], + "suggest": [ + 218 + ], + "how": [ + 219, + 231 + ], + "design": [ + 221 + ], + "methodologies": [ + 224 + ], + "when": [ + 225 + ], + "working": [ + 226 + ], + "datasets": [ + 229 + ], + "interpret": [ + 233 + ], + "based": [ + 239 + ], + "what": [ + 241 + ], + "method": [ + 243 + ], + "used.": [ + 245 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 176 + }, + { + "year": 2025, + "cited_by_count": 330 + }, + { + "year": 2024, + "cited_by_count": 338 + }, + { + "year": 2023, + "cited_by_count": 299 + }, + { + "year": 2022, + "cited_by_count": 267 + }, + { + "year": 2021, + "cited_by_count": 176 + }, + { + "year": 2020, + "cited_by_count": 70 + }, + { + "year": 2019, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + } +] \ No newline at end of file diff --git a/data/raw/openalex_20260529_183916.json b/data/raw/openalex_20260529_183916.json new file mode 100644 index 0000000..fa6d466 --- /dev/null +++ b/data/raw/openalex_20260529_183916.json @@ -0,0 +1,111089 @@ +[ + { + "id": "https://openalex.org/W2101234009", + "doi": "https://doi.org/10.48550/arxiv.1201.0490", + "title": "Scikit-learn: Machine Learning in Python", + "display_name": "Scikit-learn: Machine Learning in Python", + "relevance_score": 17405.58, + "publication_year": 2012, + "publication_date": "2012-01-02", + "ids": { + "openalex": "https://openalex.org/W2101234009", + "doi": "https://doi.org/10.48550/arxiv.1201.0490", + "mag": "2101234009" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:arXiv.org:1201.0490", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1201.0490", + "pdf_url": "https://arxiv.org/pdf/1201.0490", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "type": "preprint", + "indexed_in": [ + "arxiv", + "datacite" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1201.0490", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5105141183", + "display_name": "Fabián Pedregosa", + "orcid": "https://orcid.org/0000-0003-4025-3953" + }, + "institutions": [ + { + "id": "https://openalex.org/I2738703131", + "display_name": "Commissariat à l'Énergie Atomique et aux Énergies Alternatives", + "ror": "https://ror.org/00jjx8s55", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131" + ] + }, + { + "id": "https://openalex.org/I4210128565", + "display_name": "CEA Paris-Saclay", + "ror": "https://ror.org/03n15ch10", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I277688954", + "https://openalex.org/I4210128565" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": true, + "raw_author_name": "Pedregosa, Fabian", + "raw_affiliation_strings": [ + "LNAO - Laboratoire de Neuroimagerie Assistée par Ordinateur (France)", + "PARIETAL - Modelling brain structure, function and variability based on high-field MRI data (Neurospin, CEA Saclay, Bâtiment 145, 91191 Gif-sur-Yvette Cedex - France)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "LNAO - Laboratoire de Neuroimagerie Assistée par Ordinateur (France)", + "institution_ids": [] + }, + { + "raw_affiliation_string": "PARIETAL - Modelling brain structure, function and variability based on high-field MRI data (Neurospin, CEA Saclay, Bâtiment 145, 91191 Gif-sur-Yvette Cedex - France)", + "institution_ids": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I4210128565" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5074733625", + "display_name": "Gaël Varoquaux", + "orcid": "https://orcid.org/0000-0003-1076-5122" + }, + "institutions": [ + { + "id": "https://openalex.org/I2738703131", + "display_name": "Commissariat à l'Énergie Atomique et aux Énergies Alternatives", + "ror": "https://ror.org/00jjx8s55", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131" + ] + }, + { + "id": "https://openalex.org/I4210128565", + "display_name": "CEA Paris-Saclay", + "ror": "https://ror.org/03n15ch10", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I277688954", + "https://openalex.org/I4210128565" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Varoquaux, Gaël", + "raw_affiliation_strings": [ + "LNAO - Laboratoire de Neuroimagerie Assistée par Ordinateur (France)", + "PARIETAL - Modelling brain structure, function and variability based on high-field MRI data (Neurospin, CEA Saclay, Bâtiment 145, 91191 Gif-sur-Yvette Cedex - France)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "LNAO - Laboratoire de Neuroimagerie Assistée par Ordinateur (France)", + "institution_ids": [] + }, + { + "raw_affiliation_string": "PARIETAL - Modelling brain structure, function and variability based on high-field MRI data (Neurospin, CEA Saclay, Bâtiment 145, 91191 Gif-sur-Yvette Cedex - France)", + "institution_ids": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I4210128565" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5018256474", + "display_name": "Alexandre Gramfort", + "orcid": "https://orcid.org/0000-0001-9791-4404" + }, + "institutions": [ + { + "id": "https://openalex.org/I2738703131", + "display_name": "Commissariat à l'Énergie Atomique et aux Énergies Alternatives", + "ror": "https://ror.org/00jjx8s55", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131" + ] + }, + { + "id": "https://openalex.org/I4210128565", + "display_name": "CEA Paris-Saclay", + "ror": "https://ror.org/03n15ch10", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I277688954", + "https://openalex.org/I4210128565" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Gramfort, Alexandre", + "raw_affiliation_strings": [ + "LNAO - Laboratoire de Neuroimagerie Assistée par Ordinateur (France)", + "PARIETAL - Modelling brain structure, function and variability based on high-field MRI data (Neurospin, CEA Saclay, Bâtiment 145, 91191 Gif-sur-Yvette Cedex - France)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "LNAO - Laboratoire de Neuroimagerie Assistée par Ordinateur (France)", + "institution_ids": [] + }, + { + "raw_affiliation_string": "PARIETAL - Modelling brain structure, function and variability based on high-field MRI data (Neurospin, CEA Saclay, Bâtiment 145, 91191 Gif-sur-Yvette Cedex - France)", + "institution_ids": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I4210128565" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5027430303", + "display_name": "Vincent Michel", + "orcid": "https://orcid.org/0000-0002-7025-4343" + }, + "institutions": [ + { + "id": "https://openalex.org/I2738703131", + "display_name": "Commissariat à l'Énergie Atomique et aux Énergies Alternatives", + "ror": "https://ror.org/00jjx8s55", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131" + ] + }, + { + "id": "https://openalex.org/I4210128565", + "display_name": "CEA Paris-Saclay", + "ror": "https://ror.org/03n15ch10", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I277688954", + "https://openalex.org/I4210128565" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Michel, Vincent", + "raw_affiliation_strings": [ + "PARIETAL - Modelling brain structure, function and variability based on high-field MRI data (Neurospin, CEA Saclay, Bâtiment 145, 91191 Gif-sur-Yvette Cedex - France)", + "LNAO - Laboratoire de Neuroimagerie Assistée par Ordinateur (France)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "PARIETAL - Modelling brain structure, function and variability based on high-field MRI data (Neurospin, CEA Saclay, Bâtiment 145, 91191 Gif-sur-Yvette Cedex - France)", + "institution_ids": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I4210128565" + ] + }, + { + "raw_affiliation_string": "LNAO - Laboratoire de Neuroimagerie Assistée par Ordinateur (France)", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5026762833", + "display_name": "Bertrand Thirion", + "orcid": "https://orcid.org/0000-0001-5018-7895" + }, + "institutions": [ + { + "id": "https://openalex.org/I2738703131", + "display_name": "Commissariat à l'Énergie Atomique et aux Énergies Alternatives", + "ror": "https://ror.org/00jjx8s55", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131" + ] + }, + { + "id": "https://openalex.org/I4210128565", + "display_name": "CEA Paris-Saclay", + "ror": "https://ror.org/03n15ch10", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I277688954", + "https://openalex.org/I4210128565" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Thirion, Bertrand", + "raw_affiliation_strings": [ + "LNAO - Laboratoire de Neuroimagerie Assistée par Ordinateur (France)", + "PARIETAL - Modelling brain structure, function and variability based on high-field MRI data (Neurospin, CEA Saclay, Bâtiment 145, 91191 Gif-sur-Yvette Cedex - France)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "LNAO - Laboratoire de Neuroimagerie Assistée par Ordinateur (France)", + "institution_ids": [] + }, + { + "raw_affiliation_string": "PARIETAL - Modelling brain structure, function and variability based on high-field MRI data (Neurospin, CEA Saclay, Bâtiment 145, 91191 Gif-sur-Yvette Cedex - France)", + "institution_ids": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I4210128565" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5112700874", + "display_name": "Olivier Grisel", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I4210131947", + "display_name": "Nuxe (France)", + "ror": "https://ror.org/02m7qby09", + "country_code": "FR", + "type": "company", + "lineage": [ + "https://openalex.org/I4210131947" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Grisel, Olivier", + "raw_affiliation_strings": [ + "Nuxeo (18-20 rue Soleillet 75020 Paris - France)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Nuxeo (18-20 rue Soleillet 75020 Paris - France)", + "institution_ids": [ + "https://openalex.org/I4210131947" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5049123454", + "display_name": "Mathieu Blondel", + "orcid": "https://orcid.org/0000-0002-2366-2993" + }, + "institutions": [ + { + "id": "https://openalex.org/I65837984", + "display_name": "Kobe University", + "ror": "https://ror.org/03tgsfw79", + "country_code": "JP", + "type": "education", + "lineage": [ + "https://openalex.org/I65837984" + ] + } + ], + "countries": [ + "JP" + ], + "is_corresponding": false, + "raw_author_name": "Blondel, Mathieu", + "raw_affiliation_strings": [ + "Kobe University (Japan)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Kobe University (Japan)", + "institution_ids": [ + "https://openalex.org/I65837984" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": null, + "display_name": "Müller, Andreas", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I51441396", + "display_name": "Bauhaus-Universität Weimar", + "ror": "https://ror.org/033bb5z47", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I51441396" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Müller, Andreas", + "raw_affiliation_strings": [ + "Bauhaus-Universität Weimar (Geschwister-Scholl-Straße 8 99423 Weimar - Germany)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Bauhaus-Universität Weimar (Geschwister-Scholl-Straße 8 99423 Weimar - Germany)", + "institution_ids": [ + "https://openalex.org/I51441396" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": null, + "display_name": "Nothman, Joel", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I4210148186", + "display_name": "Google (Canada)", + "ror": "https://ror.org/04d06q394", + "country_code": "CA", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969", + "https://openalex.org/I4210148186" + ] + } + ], + "countries": [ + "CA" + ], + "is_corresponding": false, + "raw_author_name": "Nothman, Joel", + "raw_affiliation_strings": [ + "Google Inc (Toronto - Canada)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Google Inc (Toronto - Canada)", + "institution_ids": [ + "https://openalex.org/I4210148186" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": null, + "display_name": "Louppe, Gilles", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Louppe, Gilles", + "raw_affiliation_strings": [ + "LAMI - Laboratoire de Mécanique et Ingénieries (IFMA. Campus des Cézeaux BP 265 63175 Aubière Cedex - France)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "LAMI - Laboratoire de Mécanique et Ingénieries (IFMA. Campus des Cézeaux BP 265 63175 Aubière Cedex - France)", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5088660184", + "display_name": "Peter Prettenhofer", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I201448701", + "display_name": "University of Washington", + "ror": "https://ror.org/00cvxb145", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I201448701" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Prettenhofer, Peter", + "raw_affiliation_strings": [ + "University of Washington [Seattle] (Seattle, Washington 98105 - United States)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Washington [Seattle] (Seattle, Washington 98105 - United States)", + "institution_ids": [ + "https://openalex.org/I201448701" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5103273436", + "display_name": "Ron J. Weiss", + "orcid": "https://orcid.org/0000-0003-2010-4053" + }, + "institutions": [ + { + "id": "https://openalex.org/I177605424", + "display_name": "Amherst College", + "ror": "https://ror.org/028vqfs63", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I177605424" + ] + }, + { + "id": "https://openalex.org/I24603500", + "display_name": "University of Massachusetts Amherst", + "ror": "https://ror.org/0072zz521", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I24603500" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Weiss, Ron", + "raw_affiliation_strings": [ + "Department of Mechanical and Industrial Engineering [UMass] (UMass Amherst College of Engineering Department of Mechanical and Industrial Engineering, 220 ELAB, University of Massachusetts Amherst, MA 01003-2210 - United States)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Mechanical and Industrial Engineering [UMass] (UMass Amherst College of Engineering Department of Mechanical and Industrial Engineering, 220 ELAB, University of Massachusetts Amherst, MA 01003-2210 - United States)", + "institution_ids": [ + "https://openalex.org/I177605424", + "https://openalex.org/I24603500" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5031324436", + "display_name": "Vincent Dubourg", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I4210121859", + "display_name": "Enthought (United States)", + "ror": "https://ror.org/02xfc1977", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I4210121859" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Dubourg, Vincent", + "raw_affiliation_strings": [ + "Enthought Inc (515 Congress Avenue Suite 2100 Austin, TX 78701 - United States)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Enthought Inc (515 Congress Avenue Suite 2100 Austin, TX 78701 - United States)", + "institution_ids": [ + "https://openalex.org/I4210121859" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5038304150", + "display_name": "Jake Vanderplas", + "orcid": "https://orcid.org/0000-0002-9623-3401" + }, + "institutions": [ + { + "id": "https://openalex.org/I103084370", + "display_name": "Total (France)", + "ror": "https://ror.org/04sk34n56", + "country_code": "FR", + "type": "company", + "lineage": [ + "https://openalex.org/I103084370" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Vanderplas, Jake", + "raw_affiliation_strings": [ + "TOTAL S.A. (France)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "TOTAL S.A. (France)", + "institution_ids": [ + "https://openalex.org/I103084370" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5034029772", + "display_name": "Alexandre Passos", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Passos, Alexandre", + "raw_affiliation_strings": [ + "LNAO (France)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "LNAO (France)", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5023051838", + "display_name": "David Cournapeau", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Cournapeau, David", + "raw_affiliation_strings": [ + "LNAO - Laboratoire de Neuroimagerie Assistée par Ordinateur (France)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "LNAO - Laboratoire de Neuroimagerie Assistée par Ordinateur (France)", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5050910015", + "display_name": "Matthieu Brucher", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Brucher, Matthieu", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5107933380", + "display_name": "Matthieu Perrot", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Perrot, Matthieu", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5007095962", + "display_name": "Édouard Duchesnay", + "orcid": "https://orcid.org/0000-0002-4073-3490" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Duchesnay, Édouard", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 5, + "institutions_distinct_count": 19, + "corresponding_author_ids": [ + "https://openalex.org/A5105141183" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I4210128565" + ], + "apc_list": null, + "apc_paid": null, + "fwci": null, + "has_fulltext": false, + "cited_by_count": 63662, + "citation_normalized_percentile": null, + "cited_by_percentile_year": null, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T13650", + "display_name": "Computational Physics and Python Applications", + "score": 0.7835000157356262, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T13650", + "display_name": "Computational Physics and Python Applications", + "score": 0.7835000157356262, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/python", + "display_name": "Python (programming language)", + "score": 0.8748029470443726 + }, + { + "id": "https://openalex.org/keywords/documentation", + "display_name": "Documentation", + "score": 0.834846019744873 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7323822975158691 + }, + { + "id": "https://openalex.org/keywords/mit-license", + "display_name": "MIT License", + "score": 0.5501254796981812 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.511991560459137 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.43965548276901245 + }, + { + "id": "https://openalex.org/keywords/programming-language", + "display_name": "Programming language", + "score": 0.397538423538208 + }, + { + "id": "https://openalex.org/keywords/license", + "display_name": "License", + "score": 0.35676372051239014 + }, + { + "id": "https://openalex.org/keywords/software-engineering", + "display_name": "Software engineering", + "score": 0.34812211990356445 + }, + { + "id": "https://openalex.org/keywords/operating-system", + "display_name": "Operating system", + "score": 0.18154305219650269 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C519991488", + "wikidata": "https://www.wikidata.org/wiki/Q28865", + "display_name": "Python (programming language)", + "level": 2, + "score": 0.8748029470443726 + }, + { + "id": "https://openalex.org/C56666940", + "wikidata": "https://www.wikidata.org/wiki/Q788790", + "display_name": "Documentation", + "level": 2, + "score": 0.834846019744873 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7323822975158691 + }, + { + "id": "https://openalex.org/C174183944", + "wikidata": "https://www.wikidata.org/wiki/Q334661", + "display_name": "MIT License", + "level": 3, + "score": 0.5501254796981812 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.511991560459137 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.43965548276901245 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.397538423538208 + }, + { + "id": "https://openalex.org/C2780560020", + "wikidata": "https://www.wikidata.org/wiki/Q79719", + "display_name": "License", + "level": 2, + "score": 0.35676372051239014 + }, + { + "id": "https://openalex.org/C115903868", + "wikidata": "https://www.wikidata.org/wiki/Q80993", + "display_name": "Software engineering", + "level": 1, + "score": 0.34812211990356445 + }, + { + "id": "https://openalex.org/C111919701", + "wikidata": "https://www.wikidata.org/wiki/Q9135", + "display_name": "Operating system", + "level": 1, + "score": 0.18154305219650269 + } + ], + "mesh": [], + "locations_count": 5, + "locations": [ + { + "id": "pmh:oai:arXiv.org:1201.0490", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1201.0490", + "pdf_url": "https://arxiv.org/pdf/1201.0490", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "pmh:oai:orbi.ulg.ac.be:2268/225787", + "is_oa": true, + "landing_page_url": "https://orbi.uliege.be/handle/2268/225787", + "pdf_url": "https://orbi.uliege.be/handle/2268/225787", + "source": { + "id": "https://openalex.org/S4306400651", + "display_name": "Open Repository and Bibliography (University of Liège)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I157674565", + "host_organization_name": "University of Liège", + "host_organization_lineage": [ + "https://openalex.org/I157674565" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "other-oa", + "license_id": "https://openalex.org/licenses/other-oa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Journal of Machine Learning Research, 1201 (2012-01-02)", + "raw_type": "peer reviewed" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.763.4227", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.763.4227", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://arxiv.org/pdf/1201.0490.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:HAL:hal-00650905v2", + "is_oa": false, + "landing_page_url": "https://inria.hal.science/hal-00650905", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402512", + "display_name": "HAL (Le Centre pour la Communication Scientifique Directe)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1294671590", + "host_organization_name": "Centre National de la Recherche Scientifique", + "host_organization_lineage": [ + "https://openalex.org/I1294671590" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Journal of Machine Learning Research, 2011", + "raw_type": "Journal articles" + }, + { + "id": "doi:10.48550/arxiv.1201.0490", + "is_oa": true, + "landing_page_url": "https://doi.org/10.48550/arxiv.1201.0490", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": "article-journal" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1201.0490", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1201.0490", + "pdf_url": "https://arxiv.org/pdf/1201.0490", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "sustainable_development_goals": [ + { + "score": 0.4399999976158142, + "display_name": "Quality Education", + "id": "https://metadata.un.org/sdg/4" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 13, + "referenced_works": [ + "https://openalex.org/W1496508106", + "https://openalex.org/W1571024744", + "https://openalex.org/W2024933578", + "https://openalex.org/W2035776949", + "https://openalex.org/W2040387238", + "https://openalex.org/W2047804403", + "https://openalex.org/W2063978378", + "https://openalex.org/W2097360283", + "https://openalex.org/W2097850441", + "https://openalex.org/W2118585731", + "https://openalex.org/W2146292423", + "https://openalex.org/W2152799677", + "https://openalex.org/W2153635508" + ], + "related_works": [ + "https://openalex.org/W2036021480", + "https://openalex.org/W2207495067", + "https://openalex.org/W1906486629", + "https://openalex.org/W2132241624", + "https://openalex.org/W4392173297", + "https://openalex.org/W4311683883", + "https://openalex.org/W4212902261", + "https://openalex.org/W2546377002", + "https://openalex.org/W4221030787", + "https://openalex.org/W2790811106" + ], + "abstract_inverted_index": { + "Scikit-learn": [ + 0 + ], + "is": [ + 1, + 35, + 51 + ], + "a": [ + 2, + 6, + 30 + ], + "Python": [ + 3 + ], + "module": [ + 4 + ], + "integrating": [ + 5 + ], + "wide": [ + 7 + ], + "range": [ + 8 + ], + "of": [ + 9, + 39 + ], + "state-of-the-art": [ + 10 + ], + "machine": [ + 11, + 25 + ], + "learning": [ + 12, + 26 + ], + "algorithms": [ + 13 + ], + "for": [ + 14 + ], + "medium-scale": [ + 15 + ], + "supervised": [ + 16 + ], + "and": [ + 17, + 43, + 50, + 64, + 70 + ], + "unsupervised": [ + 18 + ], + "problems.": [ + 19 + ], + "This": [ + 20 + ], + "package": [ + 21 + ], + "focuses": [ + 22 + ], + "on": [ + 23, + 37 + ], + "bringing": [ + 24 + ], + "to": [ + 27 + ], + "non-specialists": [ + 28 + ], + "using": [ + 29 + ], + "general-purpose": [ + 31 + ], + "high-level": [ + 32 + ], + "language.": [ + 33 + ], + "Emphasis": [ + 34 + ], + "put": [ + 36 + ], + "ease": [ + 38 + ], + "use,": [ + 40 + ], + "performance,": [ + 41 + ], + "documentation,": [ + 42 + ], + "API": [ + 44 + ], + "consistency.": [ + 45 + ], + "It": [ + 46 + ], + "has": [ + 47 + ], + "minimal": [ + 48 + ], + "dependencies": [ + 49 + ], + "distributed": [ + 52 + ], + "under": [ + 53 + ], + "the": [ + 54 + ], + "simplified": [ + 55 + ], + "BSD": [ + 56 + ], + "license,": [ + 57 + ], + "encouraging": [ + 58 + ], + "its": [ + 59 + ], + "use": [ + 60 + ], + "in": [ + 61 + ], + "both": [ + 62 + ], + "academic": [ + 63 + ], + "commercial": [ + 65 + ], + "settings.": [ + 66 + ], + "Source": [ + 67 + ], + "code,": [ + 68 + ], + "binaries,": [ + 69 + ], + "documentation": [ + 71 + ], + "can": [ + 72 + ], + "be": [ + 73 + ], + "downloaded": [ + 74 + ], + "from": [ + 75 + ], + "http://scikit-learn.org.": [ + 76 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 228 + }, + { + "year": 2025, + "cited_by_count": 3190 + }, + { + "year": 2024, + "cited_by_count": 7800 + }, + { + "year": 2023, + "cited_by_count": 8518 + }, + { + "year": 2022, + "cited_by_count": 7941 + }, + { + "year": 2021, + "cited_by_count": 10726 + }, + { + "year": 2020, + "cited_by_count": 8605 + }, + { + "year": 2019, + "cited_by_count": 6020 + }, + { + "year": 2018, + "cited_by_count": 4131 + }, + { + "year": 2017, + "cited_by_count": 2623 + }, + { + "year": 2016, + "cited_by_count": 1692 + }, + { + "year": 2015, + "cited_by_count": 1075 + }, + { + "year": 2014, + "cited_by_count": 632 + }, + { + "year": 2013, + "cited_by_count": 267 + }, + { + "year": 2012, + "cited_by_count": 80 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W3023540311", + "doi": "https://doi.org/10.5860/choice.27-0936", + "title": "Genetic algorithms in search, optimization, and machine learning", + "display_name": "Genetic algorithms in search, optimization, and machine learning", + "relevance_score": 12402.153, + "publication_year": 1989, + "publication_date": "1989-10-01", + "ids": { + "openalex": "https://openalex.org/W3023540311", + "doi": "https://doi.org/10.5860/choice.27-0936", + "mag": "3023540311" + }, + "language": "en", + "primary_location": { + "id": "doi:10.5860/choice.27-0936", + "is_oa": false, + "landing_page_url": "https://doi.org/10.5860/choice.27-0936", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2764375719", + "display_name": "Choice Reviews Online", + "issn_l": "0009-4978", + "issn": [ + "0009-4978", + "1523-8253", + "1943-5975" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310316146", + "host_organization_name": "Association of College and Research Libraries", + "host_organization_lineage": [ + "https://openalex.org/P4310316146", + "https://openalex.org/P4310315903" + ], + "host_organization_lineage_names": [ + "Association of College and Research Libraries", + "American Library Association" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Choice Reviews Online", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 0, + "corresponding_author_ids": [], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 216.8325, + "has_fulltext": false, + "cited_by_count": 49332, + "citation_normalized_percentile": { + "value": 1.0, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "27", + "issue": "02", + "first_page": "27", + "last_page": "0936" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10100", + "display_name": "Metaheuristic Optimization Algorithms Research", + "score": 0.6865000128746033, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10100", + "display_name": "Metaheuristic Optimization Algorithms Research", + "score": 0.6865000128746033, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.64090496301651 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.4825281798839569 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.4684337079524994 + }, + { + "id": "https://openalex.org/keywords/quality-control-and-genetic-algorithms", + "display_name": "Quality control and genetic algorithms", + "score": 0.4515381157398224 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.39135777950286865 + }, + { + "id": "https://openalex.org/keywords/genetic-algorithm", + "display_name": "Genetic algorithm", + "score": 0.37594497203826904 + }, + { + "id": "https://openalex.org/keywords/meta-optimization", + "display_name": "Meta-optimization", + "score": 0.18808576464653015 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.64090496301651 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.4825281798839569 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.4684337079524994 + }, + { + "id": "https://openalex.org/C161164918", + "wikidata": "https://www.wikidata.org/wiki/Q7268775", + "display_name": "Quality control and genetic algorithms", + "level": 4, + "score": 0.4515381157398224 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.39135777950286865 + }, + { + "id": "https://openalex.org/C8880873", + "wikidata": "https://www.wikidata.org/wiki/Q187787", + "display_name": "Genetic algorithm", + "level": 2, + "score": 0.37594497203826904 + }, + { + "id": "https://openalex.org/C4935549", + "wikidata": "https://www.wikidata.org/wiki/Q6822261", + "display_name": "Meta-optimization", + "level": 3, + "score": 0.18808576464653015 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.5860/choice.27-0936", + "is_oa": false, + "landing_page_url": "https://doi.org/10.5860/choice.27-0936", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2764375719", + "display_name": "Choice Reviews Online", + "issn_l": "0009-4978", + "issn": [ + "0009-4978", + "1523-8253", + "1943-5975" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310316146", + "host_organization_name": "Association of College and Research Libraries", + "host_organization_lineage": [ + "https://openalex.org/P4310316146", + "https://openalex.org/P4310315903" + ], + "host_organization_lineage_names": [ + "Association of College and Research Libraries", + "American Library Association" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Choice Reviews Online", + "raw_type": "journal-article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "score": 0.800000011920929, + "display_name": "Quality Education", + "id": "https://metadata.un.org/sdg/4" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W4224009465", + "https://openalex.org/W2030843598", + "https://openalex.org/W2381755277", + "https://openalex.org/W4360996914", + "https://openalex.org/W2509607449", + "https://openalex.org/W1608872107", + "https://openalex.org/W2786126153", + "https://openalex.org/W2360904702" + ], + "abstract_inverted_index": { + "From": [ + 0 + ], + "the": [ + 1, + 14 + ], + "Publisher:\r\nThis": [ + 2 + ], + "book": [ + 3 + ], + "brings": [ + 4 + ], + "together": [ + 5 + ], + "-": [ + 6, + 13 + ], + "in": [ + 7, + 35 + ], + "an": [ + 8 + ], + "informal": [ + 9 + ], + "and": [ + 10, + 19, + 27, + 45, + 63, + 70 + ], + "tutorial": [ + 11 + ], + "fashion": [ + 12 + ], + "computer": [ + 15, + 52, + 68 + ], + "techniques,": [ + 16 + ], + "mathematical": [ + 17 + ], + "tools,": [ + 18 + ], + "research": [ + 20 + ], + "results": [ + 21 + ], + "that": [ + 22 + ], + "will": [ + 23 + ], + "enable": [ + 24 + ], + "both": [ + 25 + ], + "students": [ + 26 + ], + "practitioners": [ + 28 + ], + "to": [ + 29, + 33 + ], + "apply": [ + 30 + ], + "genetic": [ + 31 + ], + "algorithms": [ + 32, + 47 + ], + "problems": [ + 34 + ], + "many": [ + 36 + ], + "fields.": [ + 37 + ], + "\r\n\r\nMajor": [ + 38 + ], + "concepts": [ + 39 + ], + "are": [ + 40, + 48 + ], + "illustrated": [ + 41, + 49 + ], + "with": [ + 42 + ], + "running": [ + 43 + ], + "examples,": [ + 44 + ], + "major": [ + 46 + ], + "by": [ + 50 + ], + "Pascal": [ + 51 + ], + "programs.": [ + 53 + ], + "No": [ + 54 + ], + "prior": [ + 55 + ], + "knowledge": [ + 56 + ], + "of": [ + 57, + 67 + ], + "GAs": [ + 58 + ], + "or": [ + 59 + ], + "genetics": [ + 60 + ], + "is": [ + 61, + 73 + ], + "assumed,": [ + 62 + ], + "only": [ + 64 + ], + "a": [ + 65 + ], + "minimum": [ + 66 + ], + "programming": [ + 69 + ], + "mathematics": [ + 71 + ], + "background": [ + 72 + ], + "required.": [ + 74 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 6 + }, + { + "year": 2025, + "cited_by_count": 311 + }, + { + "year": 2024, + "cited_by_count": 480 + }, + { + "year": 2023, + "cited_by_count": 736 + }, + { + "year": 2022, + "cited_by_count": 722 + }, + { + "year": 2021, + "cited_by_count": 1091 + }, + { + "year": 2020, + "cited_by_count": 1203 + }, + { + "year": 2019, + "cited_by_count": 1219 + }, + { + "year": 2018, + "cited_by_count": 1396 + }, + { + "year": 2017, + "cited_by_count": 1475 + }, + { + "year": 2016, + "cited_by_count": 1729 + }, + { + "year": 2015, + "cited_by_count": 1774 + }, + { + "year": 2014, + "cited_by_count": 2001 + }, + { + "year": 2013, + "cited_by_count": 2166 + }, + { + "year": 2012, + "cited_by_count": 2360 + } + ], + "updated_date": "2026-05-27T09:02:27.158192", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2125055259", + "doi": null, + "title": "C4.5: Programs for Machine Learning", + "display_name": "C4.5: Programs for Machine Learning", + "relevance_score": 10844.968, + "publication_year": 1992, + "publication_date": "1992-10-15", + "ids": { + "openalex": "https://openalex.org/W2125055259", + "mag": "2125055259" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-028413442", + "is_oa": false, + "landing_page_url": "http://lib.myilibrary.com?id=677844", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "software, multimedia" + }, + "type": "book", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5110271944", + "display_name": "J. R. Quinlan", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I129604602", + "display_name": "University of Sydney", + "ror": "https://ror.org/0384j8v12", + "country_code": "AU", + "type": "education", + "lineage": [ + "https://openalex.org/I129604602" + ] + } + ], + "countries": [ + "AU" + ], + "is_corresponding": true, + "raw_author_name": "J. R. Quinlan", + "raw_affiliation_strings": [ + "Univ. of Sydney, Sydney, NSW, Australia#TAB#" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Univ. of Sydney, Sydney, NSW, Australia#TAB#", + "institution_ids": [ + "https://openalex.org/I129604602" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5110271944" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I129604602" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 37.5253, + "has_fulltext": false, + "cited_by_count": 23696, + "citation_normalized_percentile": { + "value": 0.99811143, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 95, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11975", + "display_name": "Evolutionary Algorithms and Applications", + "score": 0.732699990272522, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11975", + "display_name": "Evolutionary Algorithms and Applications", + "score": 0.732699990272522, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7494493126869202 + }, + { + "id": "https://openalex.org/keywords/unix", + "display_name": "Unix", + "score": 0.7103577852249146 + }, + { + "id": "https://openalex.org/keywords/classifier", + "display_name": "Classifier (UML)", + "score": 0.5452554225921631 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.5430417060852051 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5293187499046326 + }, + { + "id": "https://openalex.org/keywords/source-code", + "display_name": "Source code", + "score": 0.5040985345840454 + }, + { + "id": "https://openalex.org/keywords/workstation", + "display_name": "Workstation", + "score": 0.4916697144508362 + }, + { + "id": "https://openalex.org/keywords/software", + "display_name": "Software", + "score": 0.47135013341903687 + }, + { + "id": "https://openalex.org/keywords/decision-tree", + "display_name": "Decision tree", + "score": 0.4408881366252899 + }, + { + "id": "https://openalex.org/keywords/sample", + "display_name": "Sample (material)", + "score": 0.43640998005867004 + }, + { + "id": "https://openalex.org/keywords/software-engineering", + "display_name": "Software engineering", + "score": 0.3549916744232178 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.34295010566711426 + }, + { + "id": "https://openalex.org/keywords/programming-language", + "display_name": "Programming language", + "score": 0.28907880187034607 + }, + { + "id": "https://openalex.org/keywords/operating-system", + "display_name": "Operating system", + "score": 0.16292878985404968 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7494493126869202 + }, + { + "id": "https://openalex.org/C112968700", + "wikidata": "https://www.wikidata.org/wiki/Q11368", + "display_name": "Unix", + "level": 3, + "score": 0.7103577852249146 + }, + { + "id": "https://openalex.org/C95623464", + "wikidata": "https://www.wikidata.org/wiki/Q1096149", + "display_name": "Classifier (UML)", + "level": 2, + "score": 0.5452554225921631 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.5430417060852051 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5293187499046326 + }, + { + "id": "https://openalex.org/C43126263", + "wikidata": "https://www.wikidata.org/wiki/Q128751", + "display_name": "Source code", + "level": 2, + "score": 0.5040985345840454 + }, + { + "id": "https://openalex.org/C67953723", + "wikidata": "https://www.wikidata.org/wiki/Q192525", + "display_name": "Workstation", + "level": 2, + "score": 0.4916697144508362 + }, + { + "id": "https://openalex.org/C2777904410", + "wikidata": "https://www.wikidata.org/wiki/Q7397", + "display_name": "Software", + "level": 2, + "score": 0.47135013341903687 + }, + { + "id": "https://openalex.org/C84525736", + "wikidata": "https://www.wikidata.org/wiki/Q831366", + "display_name": "Decision tree", + "level": 2, + "score": 0.4408881366252899 + }, + { + "id": "https://openalex.org/C198531522", + "wikidata": "https://www.wikidata.org/wiki/Q485146", + "display_name": "Sample (material)", + "level": 2, + "score": 0.43640998005867004 + }, + { + "id": "https://openalex.org/C115903868", + "wikidata": "https://www.wikidata.org/wiki/Q80993", + "display_name": "Software engineering", + "level": 1, + "score": 0.3549916744232178 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.34295010566711426 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.28907880187034607 + }, + { + "id": "https://openalex.org/C111919701", + "wikidata": "https://www.wikidata.org/wiki/Q9135", + "display_name": "Operating system", + "level": 1, + "score": 0.16292878985404968 + }, + { + "id": "https://openalex.org/C43617362", + "wikidata": "https://www.wikidata.org/wiki/Q170050", + "display_name": "Chromatography", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C185592680", + "wikidata": "https://www.wikidata.org/wiki/Q2329", + "display_name": "Chemistry", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 3, + "locations": [ + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-028413442", + "is_oa": false, + "landing_page_url": "http://lib.myilibrary.com?id=677844", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "software, multimedia" + }, + { + "id": "pmh:oai:cds.cern.ch:2031749", + "is_oa": false, + "landing_page_url": "http://cds.cern.ch/record/2031749", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402195", + "display_name": "CERN Document Server (European Organization for Nuclear Research)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I67311998", + "host_organization_name": "European Organization for Nuclear Research", + "host_organization_lineage": [ + "https://openalex.org/I67311998" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + }, + { + "id": "mag:2125055259", + "is_oa": false, + "landing_page_url": "https://cds.cern.ch/record/2031749", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "score": 0.49000000953674316, + "display_name": "Reduced inequalities", + "id": "https://metadata.un.org/sdg/10" + }, + { + "score": 0.4300000071525574, + "display_name": "Peace, Justice and strong institutions", + "id": "https://metadata.un.org/sdg/16" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [ + "https://openalex.org/W3120740533", + "https://openalex.org/W3085162807", + "https://openalex.org/W2966207845", + "https://openalex.org/W2912934387", + "https://openalex.org/W2911964244", + "https://openalex.org/W2156909104", + "https://openalex.org/W2149706766", + "https://openalex.org/W2147169507", + "https://openalex.org/W2140190241", + "https://openalex.org/W2136000097", + "https://openalex.org/W2133990480", + "https://openalex.org/W2123504579", + "https://openalex.org/W2119821739", + "https://openalex.org/W2112076978", + "https://openalex.org/W2084812512", + "https://openalex.org/W1988790447", + "https://openalex.org/W1912123407", + "https://openalex.org/W1670263352", + "https://openalex.org/W1570448133", + "https://openalex.org/W1504694836" + ], + "abstract_inverted_index": { + "Classifier": [ + 0 + ], + "systems": [ + 1 + ], + "play": [ + 2 + ], + "a": [ + 3, + 38, + 55 + ], + "major": [ + 4 + ], + "role": [ + 5 + ], + "in": [ + 6, + 47 + ], + "machine": [ + 7 + ], + "learning": [ + 8 + ], + "and": [ + 9, + 12, + 18, + 69, + 75 + ], + "knowledge-based": [ + 10 + ], + "systems,": [ + 11 + ], + "Ross": [ + 13 + ], + "Quinlan's": [ + 14 + ], + "work": [ + 15 + ], + "on": [ + 16 + ], + "ID3": [ + 17 + ], + "C4.5": [ + 19, + 43, + 85 + ], + "is": [ + 20, + 37 + ], + "widely": [ + 21 + ], + "acknowledged": [ + 22 + ], + "to": [ + 23, + 32, + 41, + 58, + 93 + ], + "have": [ + 24 + ], + "made": [ + 25 + ], + "some": [ + 26 + ], + "of": [ + 27, + 90 + ], + "the": [ + 28, + 42, + 50, + 59, + 63 + ], + "most": [ + 29 + ], + "significant": [ + 30 + ], + "contributions": [ + 31 + ], + "their": [ + 33 + ], + "development.": [ + 34 + ], + "This": [ + 35 + ], + "book": [ + 36 + ], + "complete": [ + 39 + ], + "guide": [ + 40, + 57 + ], + "system": [ + 44 + ], + "as": [ + 45 + ], + "implemented": [ + 46 + ], + "C": [ + 48 + ], + "for": [ + 49, + 81 + ], + "UNIX": [ + 51 + ], + "environment.": [ + 52 + ], + "It": [ + 53 + ], + "contains": [ + 54 + ], + "comprehensive": [ + 56 + ], + "system's": [ + 60 + ], + "use": [ + 61 + ], + ",": [ + 62 + ], + "source": [ + 64, + 73 + ], + "code": [ + 65, + 74 + ], + "(about": [ + 66 + ], + "8,800": [ + 67 + ], + "lines),": [ + 68 + ], + "implementation": [ + 70 + ], + "notes.": [ + 71 + ], + "The": [ + 72, + 96 + ], + "sample": [ + 76 + ], + "datasets": [ + 77 + ], + "are": [ + 78 + ], + "also": [ + 79 + ], + "available": [ + 80 + ], + "download": [ + 82 + ], + "(see": [ + 83 + ], + "below).": [ + 84 + ], + "starts": [ + 86 + ], + "with": [ + 87 + ], + "large": [ + 88 + ], + "sets": [ + 89 + ], + "cases": [ + 91 + ], + "belonging": [ + 92 + ], + "known": [ + 94 + ], + "classes.": [ + 95 + ], + "cases,": [ + 97 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 1 + }, + { + "year": 2025, + "cited_by_count": 119 + }, + { + "year": 2024, + "cited_by_count": 234 + }, + { + "year": 2023, + "cited_by_count": 397 + }, + { + "year": 2022, + "cited_by_count": 454 + }, + { + "year": 2021, + "cited_by_count": 798 + }, + { + "year": 2020, + "cited_by_count": 893 + }, + { + "year": 2019, + "cited_by_count": 970 + }, + { + "year": 2018, + "cited_by_count": 978 + }, + { + "year": 2017, + "cited_by_count": 1004 + }, + { + "year": 2016, + "cited_by_count": 1088 + }, + { + "year": 2015, + "cited_by_count": 1179 + }, + { + "year": 2014, + "cited_by_count": 1226 + }, + { + "year": 2013, + "cited_by_count": 1265 + }, + { + "year": 2012, + "cited_by_count": 1268 + } + ], + "updated_date": "2026-05-28T09:10:13.091523", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W1570448133", + "doi": "https://doi.org/10.1016/c2009-0-19715-5", + "title": "Data Mining: Practical Machine Learning Tools and Techniques", + "display_name": "Data Mining: Practical Machine Learning Tools and Techniques", + "relevance_score": 9974.977, + "publication_year": 2011, + "publication_date": "2011-01-01", + "ids": { + "openalex": "https://openalex.org/W1570448133", + "doi": "https://doi.org/10.1016/c2009-0-19715-5", + "mag": "1570448133" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1016/c2009-0-19715-5", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1016/c2009-0-19715-5", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306463230", + "display_name": "Elsevier eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/P4310320990", + "host_organization_name": "Elsevier BV", + "host_organization_lineage": [ + "https://openalex.org/P4310320990" + ], + "host_organization_lineage_names": [ + "Elsevier BV" + ], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "edited-book" + }, + "type": "book", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "gold", + "oa_url": "http://www.gbv.de/dms/bowker/toc/9780123748560.pdf", + "any_repository_has_fulltext": null + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5045934263", + "display_name": "Ian H. Witten", + "orcid": "https://orcid.org/0000-0001-6428-8988" + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "Witten, Ian H. 1947-", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5059992863", + "display_name": "Eibe Frank", + "orcid": "https://orcid.org/0000-0001-6152-7111" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Frank, Eibe", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5065290010", + "display_name": "Mark A. Hall", + "orcid": "https://orcid.org/0000-0001-6277-144X" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Hall, Mark A.", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5045934263" + ], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 777.8895, + "has_fulltext": false, + "cited_by_count": 25711, + "citation_normalized_percentile": { + "value": 1.0, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10538", + "display_name": "Data Mining Algorithms and Applications", + "score": 0.9994000196456909, + "subfield": { + "id": "https://openalex.org/subfields/1710", + "display_name": "Information Systems" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10538", + "display_name": "Data Mining Algorithms and Applications", + "score": 0.9994000196456909, + "subfield": { + "id": "https://openalex.org/subfields/1710", + "display_name": "Information Systems" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.994700014591217, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11269", + "display_name": "Algorithms and Data Compression", + "score": 0.9937000274658203, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6216986179351807 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.40141761302948 + }, + { + "id": "https://openalex.org/keywords/data-science", + "display_name": "Data science", + "score": 0.381103515625 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.3717349171638489 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.3705868124961853 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6216986179351807 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.40141761302948 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.381103515625 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.3717349171638489 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.3705868124961853 + } + ], + "mesh": [], + "locations_count": 4, + "locations": [ + { + "id": "doi:10.1016/c2009-0-19715-5", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1016/c2009-0-19715-5", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306463230", + "display_name": "Elsevier eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/P4310320990", + "host_organization_name": "Elsevier BV", + "host_organization_lineage": [ + "https://openalex.org/P4310320990" + ], + "host_organization_lineage_names": [ + "Elsevier BV" + ], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "edited-book" + }, + { + "id": "pmh:KOHA-OAI-BM:91035", + "is_oa": true, + "landing_page_url": null, + "pdf_url": "http://www.gbv.de/dms/bowker/toc/9780123748560.pdf", + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "pmh:KOHA-OAI-BM:44641", + "is_oa": false, + "landing_page_url": "http://www.loc.gov/catdir/enhancements/fy0624/2005043385-t.html", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-027751250", + "is_oa": false, + "landing_page_url": "http://www.sciencedirect.com/science/book/9780123748560", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "software, multimedia" + } + ], + "best_oa_location": { + "id": "pmh:KOHA-OAI-BM:91035", + "is_oa": true, + "landing_page_url": null, + "pdf_url": "http://www.gbv.de/dms/bowker/toc/9780123748560.pdf", + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "sustainable_development_goals": [ + { + "score": 0.47999998927116394, + "display_name": "Industry, innovation and infrastructure", + "id": "https://metadata.un.org/sdg/9" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W1570448133.pdf" + }, + "referenced_works_count": 203, + "referenced_works": [ + "https://openalex.org/W23418094", + "https://openalex.org/W24402856", + "https://openalex.org/W28412257", + "https://openalex.org/W43179442", + "https://openalex.org/W64096637", + "https://openalex.org/W66926763", + "https://openalex.org/W69783631", + "https://openalex.org/W122789262", + "https://openalex.org/W123339444", + "https://openalex.org/W138217685", + "https://openalex.org/W149472151", + "https://openalex.org/W173229765", + "https://openalex.org/W187357405", + "https://openalex.org/W586094522", + "https://openalex.org/W589058777", + "https://openalex.org/W1483135265", + "https://openalex.org/W1483679765", + "https://openalex.org/W1492324553", + "https://openalex.org/W1492698999", + "https://openalex.org/W1495859460", + "https://openalex.org/W1500698297", + "https://openalex.org/W1506285740", + "https://openalex.org/W1513366687", + "https://openalex.org/W1516443426", + "https://openalex.org/W1520687314", + "https://openalex.org/W1523856491", + "https://openalex.org/W1524704912", + "https://openalex.org/W1528113134", + "https://openalex.org/W1530010412", + "https://openalex.org/W1533544838", + "https://openalex.org/W1533946607", + "https://openalex.org/W1536719366", + "https://openalex.org/W1550206324", + "https://openalex.org/W1550821944", + "https://openalex.org/W1551066950", + "https://openalex.org/W1553019137", + "https://openalex.org/W1553313034", + "https://openalex.org/W1554663460", + "https://openalex.org/W1555244713", + "https://openalex.org/W1559060276", + "https://openalex.org/W1560107318", + "https://openalex.org/W1563088657", + "https://openalex.org/W1564947197", + "https://openalex.org/W1571836963", + "https://openalex.org/W1572964175", + "https://openalex.org/W1572978214", + "https://openalex.org/W1573228426", + "https://openalex.org/W1576962511", + "https://openalex.org/W1582036668", + "https://openalex.org/W1583700199", + "https://openalex.org/W1584333058", + "https://openalex.org/W1585221258", + "https://openalex.org/W1585610988", + "https://openalex.org/W1585743408", + "https://openalex.org/W1588100052", + "https://openalex.org/W1588282782", + "https://openalex.org/W1597165973", + "https://openalex.org/W1598333443", + "https://openalex.org/W1598696986", + "https://openalex.org/W1600437712", + "https://openalex.org/W1601529450", + "https://openalex.org/W1604345466", + "https://openalex.org/W1605275907", + "https://openalex.org/W1605688901", + "https://openalex.org/W1605957858", + "https://openalex.org/W1619226191", + "https://openalex.org/W1625504505", + "https://openalex.org/W1630964756", + "https://openalex.org/W1641039719", + "https://openalex.org/W1648885110", + "https://openalex.org/W1670263352", + "https://openalex.org/W1673310716", + "https://openalex.org/W1676820704", + "https://openalex.org/W1678889691", + "https://openalex.org/W1679846099", + "https://openalex.org/W1680392829", + "https://openalex.org/W1763728792", + "https://openalex.org/W1781794689", + "https://openalex.org/W1800049145", + "https://openalex.org/W1806329564", + "https://openalex.org/W1817561967", + "https://openalex.org/W1833977909", + "https://openalex.org/W1861764418", + "https://openalex.org/W1881647329", + "https://openalex.org/W1882120692", + "https://openalex.org/W1906182963", + "https://openalex.org/W1907578970", + "https://openalex.org/W1908888846", + "https://openalex.org/W1912123407", + "https://openalex.org/W1932571505", + "https://openalex.org/W1955600018", + "https://openalex.org/W1969482724", + "https://openalex.org/W1978515644", + "https://openalex.org/W1979711143", + "https://openalex.org/W1982161962", + "https://openalex.org/W1985593448", + "https://openalex.org/W1987947967", + "https://openalex.org/W1990748933", + "https://openalex.org/W1995945562", + "https://openalex.org/W2001619934", + "https://openalex.org/W2008906462", + "https://openalex.org/W2014725748", + "https://openalex.org/W2015401436", + "https://openalex.org/W2017337590", + "https://openalex.org/W2019575783", + "https://openalex.org/W2024046085", + "https://openalex.org/W2024646871", + "https://openalex.org/W2024668293", + "https://openalex.org/W2035890032", + "https://openalex.org/W2037603696", + "https://openalex.org/W2037768235", + "https://openalex.org/W2037965136", + "https://openalex.org/W2042385018", + "https://openalex.org/W2048679005", + "https://openalex.org/W2053154970", + "https://openalex.org/W2057720927", + "https://openalex.org/W2058732827", + "https://openalex.org/W2064853889", + "https://openalex.org/W2065861851", + "https://openalex.org/W2066636486", + "https://openalex.org/W2067098334", + "https://openalex.org/W2068337856", + "https://openalex.org/W2073308541", + "https://openalex.org/W2073583237", + "https://openalex.org/W2074610805", + "https://openalex.org/W2075665712", + "https://openalex.org/W2078579128", + "https://openalex.org/W2095749253", + "https://openalex.org/W2095897464", + "https://openalex.org/W2097089247", + "https://openalex.org/W2097569937", + "https://openalex.org/W2100406636", + "https://openalex.org/W2102009083", + "https://openalex.org/W2105494575", + "https://openalex.org/W2105497548", + "https://openalex.org/W2106393550", + "https://openalex.org/W2108949035", + "https://openalex.org/W2110119381", + "https://openalex.org/W2111746072", + "https://openalex.org/W2112076978", + "https://openalex.org/W2112841646", + "https://openalex.org/W2113242816", + "https://openalex.org/W2117812871", + "https://openalex.org/W2118020653", + "https://openalex.org/W2118383892", + "https://openalex.org/W2119821739", + "https://openalex.org/W2119885577", + "https://openalex.org/W2120216197", + "https://openalex.org/W2122111042", + "https://openalex.org/W2122410182", + "https://openalex.org/W2129113961", + "https://openalex.org/W2129249398", + "https://openalex.org/W2132166479", + "https://openalex.org/W2133632100", + "https://openalex.org/W2134696506", + "https://openalex.org/W2138064700", + "https://openalex.org/W2138621811", + "https://openalex.org/W2139059214", + "https://openalex.org/W2140190241", + "https://openalex.org/W2142767931", + "https://openalex.org/W2142819948", + "https://openalex.org/W2142957916", + "https://openalex.org/W2143349571", + "https://openalex.org/W2143426320", + "https://openalex.org/W2144907232", + "https://openalex.org/W2146257637", + "https://openalex.org/W2147492008", + "https://openalex.org/W2147810216", + "https://openalex.org/W2148949939", + "https://openalex.org/W2149706766", + "https://openalex.org/W2153028052", + "https://openalex.org/W2154318594", + "https://openalex.org/W2154642793", + "https://openalex.org/W2156909104", + "https://openalex.org/W2160642098", + "https://openalex.org/W2161077873", + "https://openalex.org/W2163915185", + "https://openalex.org/W2164818318", + "https://openalex.org/W2166559705", + "https://openalex.org/W2167793421", + "https://openalex.org/W2170112109", + "https://openalex.org/W2170654002", + "https://openalex.org/W2170726034", + "https://openalex.org/W2170913656", + "https://openalex.org/W2172162418", + "https://openalex.org/W2172780573", + "https://openalex.org/W2277957941", + "https://openalex.org/W2331052961", + "https://openalex.org/W2621280964", + "https://openalex.org/W2912934387", + "https://openalex.org/W2913066018", + "https://openalex.org/W2914369697", + "https://openalex.org/W2953014340", + "https://openalex.org/W2988864014", + "https://openalex.org/W3017143921", + "https://openalex.org/W3023540311", + "https://openalex.org/W3083113686", + "https://openalex.org/W3085162807", + "https://openalex.org/W3123294050", + "https://openalex.org/W3163638146", + "https://openalex.org/W3193477162", + "https://openalex.org/W3203633735", + "https://openalex.org/W3208887124" + ], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W3046775127", + "https://openalex.org/W3107602296", + "https://openalex.org/W3170094116", + "https://openalex.org/W4386462264", + "https://openalex.org/W4313488044", + "https://openalex.org/W3209574120", + "https://openalex.org/W4312192474", + "https://openalex.org/W4210805261" + ], + "abstract_inverted_index": { + "As": [ + 0 + ], + "with": [ + 1 + ], + "any": [ + 2 + ], + "burgeoning": [ + 3 + ], + "technology": [ + 4 + ], + "that": [ + 5, + 27, + 61, + 89, + 108 + ], + "enjoys": [ + 6 + ], + "commercial": [ + 7 + ], + "attention,": [ + 8 + ], + "the": [ + 9, + 86, + 94, + 98, + 106, + 120, + 125 + ], + "use": [ + 10 + ], + "of": [ + 11, + 20, + 25, + 37, + 58, + 85 + ], + "data": [ + 12 + ], + "mining": [ + 13 + ], + "is": [ + 14, + 41, + 54, + 81 + ], + "surrounded": [ + 15 + ], + "by": [ + 16, + 31 + ], + "a": [ + 17, + 82, + 150 + ], + "great": [ + 18 + ], + "deal": [ + 19 + ], + "hype.": [ + 21 + ], + "Exaggerated": [ + 22 + ], + "reports": [ + 23 + ], + "tell": [ + 24 + ], + "secrets": [ + 26 + ], + "can": [ + 28, + 62 + ], + "be": [ + 29 + ], + "uncovered": [ + 30 + ], + "setting": [ + 32 + ], + "algorithms": [ + 33 + ], + "loose": [ + 34 + ], + "on": [ + 35, + 147, + 153 + ], + "oceans": [ + 36 + ], + "data.": [ + 38, + 68 + ], + "But": [ + 39 + ], + "there": [ + 40, + 53 + ], + "no": [ + 42, + 47, + 50 + ], + "magic": [ + 43 + ], + "in": [ + 44, + 91 + ], + "machine": [ + 45, + 136 + ], + "learning,": [ + 46 + ], + "hidden": [ + 48 + ], + "power,": [ + 49 + ], + "alchemy.": [ + 51 + ], + "Instead": [ + 52 + ], + "an": [ + 55, + 133, + 142 + ], + "identifiable": [ + 56 + ], + "body": [ + 57 + ], + "practical": [ + 59 + ], + "techniques": [ + 60, + 73 + ], + "extract": [ + 63 + ], + "useful": [ + 64 + ], + "information": [ + 65, + 146 + ], + "from": [ + 66 + ], + "raw": [ + 67 + ], + "This": [ + 69 + ], + "book": [ + 70, + 80 + ], + "describes": [ + 71 + ], + "these": [ + 72 + ], + "and": [ + 74, + 115 + ], + "shows": [ + 75 + ], + "how": [ + 76 + ], + "they": [ + 77 + ], + "work.": [ + 78 + ], + "The": [ + 79, + 122 + ], + "major": [ + 83 + ], + "revision": [ + 84 + ], + "first": [ + 87 + ], + "edition": [ + 88, + 127 + ], + "appeared": [ + 90 + ], + "1999.": [ + 92 + ], + "While": [ + 93 + ], + "basic": [ + 95 + ], + "core": [ + 96 + ], + "remains": [ + 97 + ], + "same,": [ + 99 + ], + "it": [ + 100 + ], + "has": [ + 101, + 117 + ], + "been": [ + 102 + ], + "updated": [ + 103 + ], + "to": [ + 104 + ], + "reflect": [ + 105 + ], + "changes": [ + 107 + ], + "have": [ + 109 + ], + "taken": [ + 110 + ], + "place": [ + 111 + ], + "over": [ + 112 + ], + "five": [ + 113 + ], + "years,": [ + 114 + ], + "now": [ + 116, + 140 + ], + "nearly": [ + 118 + ], + "double": [ + 119 + ], + "references.": [ + 121 + ], + "highlights": [ + 123 + ], + "for": [ + 124 + ], + "new": [ + 126, + 130, + 151 + ], + "include": [ + 128 + ], + "thirty": [ + 129 + ], + "technique": [ + 131 + ], + "sections;": [ + 132 + ], + "enhanced": [ + 134 + ], + "Weka": [ + 135 + ], + "learning": [ + 137 + ], + "workbench,": [ + 138 + ], + "which": [ + 139 + ], + "features": [ + 141 + ], + "interactive": [ + 143 + ], + "interface;": [ + 144 + ], + "comprehensive": [ + 145 + ], + "neural": [ + 148 + ], + "networks;": [ + 149, + 155 + ], + "section": [ + 152 + ], + "Bayesian": [ + 154 + ], + "plus": [ + 156 + ], + "much": [ + 157 + ], + "more.": [ + 158 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 5 + }, + { + "year": 2025, + "cited_by_count": 237 + }, + { + "year": 2024, + "cited_by_count": 449 + }, + { + "year": 2023, + "cited_by_count": 684 + }, + { + "year": 2022, + "cited_by_count": 774 + }, + { + "year": 2021, + "cited_by_count": 1127 + }, + { + "year": 2020, + "cited_by_count": 1434 + }, + { + "year": 2019, + "cited_by_count": 1625 + }, + { + "year": 2018, + "cited_by_count": 1646 + }, + { + "year": 2017, + "cited_by_count": 1443 + }, + { + "year": 2016, + "cited_by_count": 1255 + }, + { + "year": 2015, + "cited_by_count": 1510 + }, + { + "year": 2014, + "cited_by_count": 1529 + }, + { + "year": 2013, + "cited_by_count": 1672 + }, + { + "year": 2012, + "cited_by_count": 1557 + } + ], + "updated_date": "2026-05-22T09:01:20.584952", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W1663973292", + "doi": "https://doi.org/10.1117/1.2819119", + "title": "Pattern Recognition and Machine Learning", + "display_name": "Pattern Recognition and Machine Learning", + "relevance_score": 9308.29, + "publication_year": 2007, + "publication_date": "2007-01-01", + "ids": { + "openalex": "https://openalex.org/W1663973292", + "doi": "https://doi.org/10.1117/1.2819119", + "mag": "1663973292" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1117/1.2819119", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1117/1.2819119", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S158511090", + "display_name": "Journal of Electronic Imaging", + "issn_l": "1017-9909", + "issn": [ + "1017-9909", + "1560-229X" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315543", + "host_organization_name": "SPIE", + "host_organization_lineage": [ + "https://openalex.org/P4310315543" + ], + "host_organization_lineage_names": [ + "SPIE" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Journal of Electronic Imaging", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": null, + "display_name": "Nasser M. Nasrabadi", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I12097938", + "display_name": "West Virginia University", + "ror": "https://ror.org/011vxgd24", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I12097938" + ] + }, + { + "id": "https://openalex.org/I4210164937", + "display_name": "Microsoft Research (United Kingdom)", + "ror": "https://ror.org/05k87vq12", + "country_code": "GB", + "type": "company", + "lineage": [ + "https://openalex.org/I1290206253", + "https://openalex.org/I4210164937" + ] + } + ], + "countries": [ + "GB", + "US" + ], + "is_corresponding": true, + "raw_author_name": "Nasser M. Nasrabadi", + "raw_affiliation_strings": [ + "West Virginia Univ. (United States)", + "Microsoft" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "West Virginia Univ. (United States)", + "institution_ids": [ + "https://openalex.org/I12097938" + ] + }, + { + "raw_affiliation_string": "Microsoft", + "institution_ids": [ + "https://openalex.org/I4210164937" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 1, + "corresponding_author_ids": [], + "corresponding_institution_ids": [ + "https://openalex.org/I12097938", + "https://openalex.org/I4210164937" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 798.0702, + "has_fulltext": false, + "cited_by_count": 22082, + "citation_normalized_percentile": { + "value": 1.0, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "16", + "issue": "4", + "first_page": "049901", + "last_page": "049901" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10136", + "display_name": "Statistical Methods and Inference", + "score": 0.9984999895095825, + "subfield": { + "id": "https://openalex.org/subfields/2613", + "display_name": "Statistics and Probability" + }, + "field": { + "id": "https://openalex.org/fields/26", + "display_name": "Mathematics" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10136", + "display_name": "Statistical Methods and Inference", + "score": 0.9984999895095825, + "subfield": { + "id": "https://openalex.org/subfields/2613", + "display_name": "Statistics and Probability" + }, + "field": { + "id": "https://openalex.org/fields/26", + "display_name": "Mathematics" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10688", + "display_name": "Image and Signal Denoising Methods", + "score": 0.9861999750137329, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10770", + "display_name": "Soil Geostatistics and Mapping", + "score": 0.9860000014305115, + "subfield": { + "id": "https://openalex.org/subfields/2305", + "display_name": "Environmental Engineering" + }, + "field": { + "id": "https://openalex.org/fields/23", + "display_name": "Environmental Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.5992881655693054 + }, + { + "id": "https://openalex.org/keywords/imaging-science", + "display_name": "Imaging science", + "score": 0.5219192504882812 + }, + { + "id": "https://openalex.org/keywords/cover", + "display_name": "Cover (algebra)", + "score": 0.45677652955055237 + }, + { + "id": "https://openalex.org/keywords/data-science", + "display_name": "Data science", + "score": 0.4510306119918823 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.41892093420028687 + }, + { + "id": "https://openalex.org/keywords/engineering", + "display_name": "Engineering", + "score": 0.15935367345809937 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.5992881655693054 + }, + { + "id": "https://openalex.org/C57177791", + "wikidata": "https://www.wikidata.org/wiki/Q1038886", + "display_name": "Imaging science", + "level": 2, + "score": 0.5219192504882812 + }, + { + "id": "https://openalex.org/C2780428219", + "wikidata": "https://www.wikidata.org/wiki/Q16952335", + "display_name": "Cover (algebra)", + "level": 2, + "score": 0.45677652955055237 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.4510306119918823 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.41892093420028687 + }, + { + "id": "https://openalex.org/C127413603", + "wikidata": "https://www.wikidata.org/wiki/Q11023", + "display_name": "Engineering", + "level": 0, + "score": 0.15935367345809937 + }, + { + "id": "https://openalex.org/C78519656", + "wikidata": "https://www.wikidata.org/wiki/Q101333", + "display_name": "Mechanical engineering", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1117/1.2819119", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1117/1.2819119", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S158511090", + "display_name": "Journal of Electronic Imaging", + "issn_l": "1017-9909", + "issn": [ + "1017-9909", + "1560-229X" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315543", + "host_organization_name": "SPIE", + "host_organization_lineage": [ + "https://openalex.org/P4310315543" + ], + "host_organization_lineage_names": [ + "SPIE" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Journal of Electronic Imaging", + "raw_type": "journal-article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 6, + "referenced_works": [ + "https://openalex.org/W1480376833", + "https://openalex.org/W1496317909", + "https://openalex.org/W2117812871", + "https://openalex.org/W3215037115", + "https://openalex.org/W4232383088", + "https://openalex.org/W4292691288" + ], + "related_works": [ + "https://openalex.org/W2748952813", + "https://openalex.org/W2390279801", + "https://openalex.org/W2358668433", + "https://openalex.org/W623607250", + "https://openalex.org/W2376932109", + "https://openalex.org/W2001405890", + "https://openalex.org/W4245429118", + "https://openalex.org/W2382290278", + "https://openalex.org/W4245505501", + "https://openalex.org/W2350741829" + ], + "abstract_inverted_index": { + "The": [ + 0 + ], + "Journal": [ + 1 + ], + "of": [ + 2, + 27 + ], + "Electronic": [ + 3 + ], + "Imaging": [ + 4 + ], + "(JEI),": [ + 5 + ], + "copublished": [ + 6 + ], + "bimonthly": [ + 7 + ], + "with": [ + 8 + ], + "the": [ + 9 + ], + "Society": [ + 10 + ], + "for": [ + 11 + ], + "Imaging": [ + 12 + ], + "Science": [ + 13 + ], + "and": [ + 14, + 22, + 31 + ], + "Technology,": [ + 15 + ], + "publishes": [ + 16 + ], + "peer-reviewed": [ + 17 + ], + "papers": [ + 18 + ], + "that": [ + 19 + ], + "cover": [ + 20 + ], + "research": [ + 21 + ], + "applications": [ + 23 + ], + "in": [ + 24 + ], + "all": [ + 25 + ], + "areas": [ + 26 + ], + "electronic": [ + 28 + ], + "imaging": [ + 29 + ], + "science": [ + 30 + ], + "technology.": [ + 32 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 22 + }, + { + "year": 2025, + "cited_by_count": 52 + }, + { + "year": 2024, + "cited_by_count": 85 + }, + { + "year": 2023, + "cited_by_count": 106 + }, + { + "year": 2022, + "cited_by_count": 170 + }, + { + "year": 2021, + "cited_by_count": 2005 + }, + { + "year": 2020, + "cited_by_count": 2386 + }, + { + "year": 2019, + "cited_by_count": 1999 + }, + { + "year": 2018, + "cited_by_count": 1718 + }, + { + "year": 2017, + "cited_by_count": 1316 + }, + { + "year": 2016, + "cited_by_count": 1444 + }, + { + "year": 2015, + "cited_by_count": 1951 + }, + { + "year": 2014, + "cited_by_count": 1736 + }, + { + "year": 2013, + "cited_by_count": 1461 + }, + { + "year": 2012, + "cited_by_count": 1440 + } + ], + "updated_date": "2026-05-24T08:33:08.758527", + "created_date": "2016-06-24T00:00:00" + }, + { + "id": "https://openalex.org/W1639032689", + "doi": null, + "title": "Genetic Algorithms in Search, Optimization and Machine Learning", + "display_name": "Genetic Algorithms in Search, Optimization and Machine Learning", + "relevance_score": 8475.392, + "publication_year": 1988, + "publication_date": "1988-01-01", + "ids": { + "openalex": "https://openalex.org/W1639032689", + "mag": "1639032689" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:KnabeLibrary:353", + "is_oa": false, + "landing_page_url": "http://panmental.de/library/index.php?bibtex|353", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + }, + "type": "book", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5110057218", + "display_name": "David E. Goldberg", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "David E. Goldberg", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5110057218" + ], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 26.7962, + "has_fulltext": false, + "cited_by_count": 17771, + "citation_normalized_percentile": { + "value": 0.99576372, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10100", + "display_name": "Metaheuristic Optimization Algorithms Research", + "score": 0.6876999735832214, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10100", + "display_name": "Metaheuristic Optimization Algorithms Research", + "score": 0.6876999735832214, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/pascal", + "display_name": "Pascal (unit)", + "score": 0.8266515135765076 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6943583488464355 + }, + { + "id": "https://openalex.org/keywords/genetic-programming", + "display_name": "Genetic programming", + "score": 0.6225850582122803 + }, + { + "id": "https://openalex.org/keywords/genetic-algorithm", + "display_name": "Genetic algorithm", + "score": 0.4758467376232147 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.4586948752403259 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.43886905908584595 + }, + { + "id": "https://openalex.org/keywords/quality-control-and-genetic-algorithms", + "display_name": "Quality control and genetic algorithms", + "score": 0.43597400188446045 + }, + { + "id": "https://openalex.org/keywords/theoretical-computer-science", + "display_name": "Theoretical computer science", + "score": 0.3935277462005615 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.3595549464225769 + }, + { + "id": "https://openalex.org/keywords/programming-language", + "display_name": "Programming language", + "score": 0.20000383257865906 + }, + { + "id": "https://openalex.org/keywords/meta-optimization", + "display_name": "Meta-optimization", + "score": 0.1979789137840271 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C75608658", + "wikidata": "https://www.wikidata.org/wiki/Q44395", + "display_name": "Pascal (unit)", + "level": 2, + "score": 0.8266515135765076 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6943583488464355 + }, + { + "id": "https://openalex.org/C110332635", + "wikidata": "https://www.wikidata.org/wiki/Q629498", + "display_name": "Genetic programming", + "level": 2, + "score": 0.6225850582122803 + }, + { + "id": "https://openalex.org/C8880873", + "wikidata": "https://www.wikidata.org/wiki/Q187787", + "display_name": "Genetic algorithm", + "level": 2, + "score": 0.4758467376232147 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.4586948752403259 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.43886905908584595 + }, + { + "id": "https://openalex.org/C161164918", + "wikidata": "https://www.wikidata.org/wiki/Q7268775", + "display_name": "Quality control and genetic algorithms", + "level": 4, + "score": 0.43597400188446045 + }, + { + "id": "https://openalex.org/C80444323", + "wikidata": "https://www.wikidata.org/wiki/Q2878974", + "display_name": "Theoretical computer science", + "level": 1, + "score": 0.3935277462005615 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.3595549464225769 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.20000383257865906 + }, + { + "id": "https://openalex.org/C4935549", + "wikidata": "https://www.wikidata.org/wiki/Q6822261", + "display_name": "Meta-optimization", + "level": 3, + "score": 0.1979789137840271 + } + ], + "mesh": [], + "locations_count": 5, + "locations": [ + { + "id": "pmh:oai:KnabeLibrary:353", + "is_oa": false, + "landing_page_url": "http://panmental.de/library/index.php?bibtex|353", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-001455853", + "is_oa": false, + "landing_page_url": null, + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:cds.cern.ch:206079", + "is_oa": false, + "landing_page_url": "http://cds.cern.ch/record/206079", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402195", + "display_name": "CERN Document Server (European Organization for Nuclear Research)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I67311998", + "host_organization_name": "European Organization for Nuclear Research", + "host_organization_lineage": [ + "https://openalex.org/I67311998" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + }, + { + "id": "pmh:oai:cumincad.architexturez.net:8807", + "is_oa": false, + "landing_page_url": "http://cumincad.architexturez.net//doc/oai-cumincadworks-id-a4ce", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + }, + { + "id": "mag:2996648926", + "is_oa": false, + "landing_page_url": "http://papers.cumincad.org/cgi-bin/works/Show?a4ce", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "score": 0.800000011920929, + "display_name": "Quality Education", + "id": "https://metadata.un.org/sdg/4" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [ + "https://openalex.org/W3149025087", + "https://openalex.org/W2904250082", + "https://openalex.org/W2339500526", + "https://openalex.org/W2261054240", + "https://openalex.org/W2166843422", + "https://openalex.org/W2152195021", + "https://openalex.org/W2152150600", + "https://openalex.org/W2142183404", + "https://openalex.org/W2126105956", + "https://openalex.org/W2116661285", + "https://openalex.org/W2097571405", + "https://openalex.org/W2096590200", + "https://openalex.org/W2024060531", + "https://openalex.org/W2011039300", + "https://openalex.org/W1659842140", + "https://openalex.org/W1595498733", + "https://openalex.org/W1595159159", + "https://openalex.org/W1576818901", + "https://openalex.org/W1544329015", + "https://openalex.org/W1497256448" + ], + "abstract_inverted_index": { + "David": [ + 0 + ], + "Goldberg's": [ + 1 + ], + "Genetic": [ + 2 + ], + "Algorithms": [ + 3 + ], + "in": [ + 4, + 26, + 69, + 85 + ], + "Search,": [ + 5 + ], + "Optimization": [ + 6 + ], + "and": [ + 7, + 38, + 93, + 111 + ], + "Machine": [ + 8 + ], + "Learning": [ + 9 + ], + "is": [ + 10, + 20, + 39 + ], + "by": [ + 11 + ], + "far": [ + 12 + ], + "the": [ + 13, + 23, + 27, + 45, + 54, + 82, + 86 + ], + "bestselling": [ + 14 + ], + "introduction": [ + 15 + ], + "to": [ + 16, + 106, + 115 + ], + "genetic": [ + 17, + 36, + 48, + 67, + 109, + 113 + ], + "algorithms.": [ + 18 + ], + "Goldberg": [ + 19 + ], + "one": [ + 21 + ], + "of": [ + 22, + 42, + 47, + 53, + 64, + 81 + ], + "preeminent": [ + 24 + ], + "researchers": [ + 25 + ], + "field--he": [ + 28 + ], + "has": [ + 29 + ], + "published": [ + 30 + ], + "over": [ + 31 + ], + "100": [ + 32 + ], + "research": [ + 33 + ], + "articles": [ + 34 + ], + "on": [ + 35 + ], + "algorithms": [ + 37, + 114 + ], + "a": [ + 40, + 61, + 65, + 97, + 100, + 108, + 116 + ], + "student": [ + 41 + ], + "John": [ + 43 + ], + "Holland,": [ + 44 + ], + "father": [ + 46 + ], + "algorithms--and": [ + 49 + ], + "his": [ + 50 + ], + "deep": [ + 51 + ], + "understanding": [ + 52 + ], + "material": [ + 55 + ], + "shines": [ + 56 + ], + "through.": [ + 57 + ], + "The": [ + 58, + 77 + ], + "book": [ + 59, + 78 + ], + "contains": [ + 60 + ], + "complete": [ + 62 + ], + "listing": [ + 63 + ], + "simple": [ + 66 + ], + "algorithm": [ + 68, + 110 + ], + "Pascal,": [ + 70 + ], + "which": [ + 71 + ], + "C": [ + 72 + ], + "programmers": [ + 73 + ], + "can": [ + 74 + ], + "easily": [ + 75 + ], + "understand.": [ + 76 + ], + "covers": [ + 79 + ], + "all": [ + 80 + ], + "important": [ + 83 + ], + "topics": [ + 84 + ], + "field,": [ + 87 + ], + "including": [ + 88 + ], + "crossover,": [ + 89 + ], + "mutation,": [ + 90 + ], + "classifier": [ + 91 + ], + "systems,": [ + 92 + ], + "fitness": [ + 94 + ], + "scaling,": [ + 95 + ], + "giving": [ + 96 + ], + "novice": [ + 98 + ], + "with": [ + 99 + ], + "computer": [ + 101 + ], + "science": [ + 102 + ], + "background": [ + 103 + ], + "enough": [ + 104 + ], + "information": [ + 105 + ], + "implement": [ + 107 + ], + "describe": [ + 112 + ], + "friend.": [ + 117 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 66 + }, + { + "year": 2024, + "cited_by_count": 102 + }, + { + "year": 2023, + "cited_by_count": 182 + }, + { + "year": 2022, + "cited_by_count": 116 + }, + { + "year": 2021, + "cited_by_count": 204 + }, + { + "year": 2020, + "cited_by_count": 176 + }, + { + "year": 2019, + "cited_by_count": 166 + }, + { + "year": 2018, + "cited_by_count": 168 + }, + { + "year": 2017, + "cited_by_count": 217 + }, + { + "year": 2016, + "cited_by_count": 360 + }, + { + "year": 2015, + "cited_by_count": 660 + }, + { + "year": 2014, + "cited_by_count": 886 + }, + { + "year": 2013, + "cited_by_count": 961 + }, + { + "year": 2012, + "cited_by_count": 984 + } + ], + "updated_date": "2026-05-15T08:27:34.491423", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W1583837637", + "doi": "https://doi.org/10.1145/1273496", + "title": "Proceedings of the 24th international conference on Machine learning", + "display_name": "Proceedings of the 24th international conference on Machine learning", + "relevance_score": 7150.085, + "publication_year": 2007, + "publication_date": "2007-06-20", + "ids": { + "openalex": "https://openalex.org/W1583837637", + "doi": "https://doi.org/10.1145/1273496", + "mag": "1583837637" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1145/1273496", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/1273496", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "proceedings" + }, + "type": "preprint", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 0, + "corresponding_author_ids": [], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": null, + "has_fulltext": false, + "cited_by_count": 11733, + "citation_normalized_percentile": null, + "cited_by_percentile_year": null, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": true, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12254", + "display_name": "Machine Learning in Bioinformatics", + "score": 0.9121000170707703, + "subfield": { + "id": "https://openalex.org/subfields/1312", + "display_name": "Molecular Biology" + }, + "field": { + "id": "https://openalex.org/fields/13", + "display_name": "Biochemistry, Genetics and Molecular Biology" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12254", + "display_name": "Machine Learning in Bioinformatics", + "score": 0.9121000170707703, + "subfield": { + "id": "https://openalex.org/subfields/1312", + "display_name": "Molecular Biology" + }, + "field": { + "id": "https://openalex.org/fields/13", + "display_name": "Biochemistry, Genetics and Molecular Biology" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/presentation", + "display_name": "Presentation (obstetrics)", + "score": 0.6044684648513794 + }, + { + "id": "https://openalex.org/keywords/library-science", + "display_name": "Library science", + "score": 0.4876014292240143 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.42869511246681213 + }, + { + "id": "https://openalex.org/keywords/medical-education", + "display_name": "Medical education", + "score": 0.3953603208065033 + }, + { + "id": "https://openalex.org/keywords/medicine", + "display_name": "Medicine", + "score": 0.27516093850135803 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2777601897", + "wikidata": "https://www.wikidata.org/wiki/Q3409113", + "display_name": "Presentation (obstetrics)", + "level": 2, + "score": 0.6044684648513794 + }, + { + "id": "https://openalex.org/C161191863", + "wikidata": "https://www.wikidata.org/wiki/Q199655", + "display_name": "Library science", + "level": 1, + "score": 0.4876014292240143 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.42869511246681213 + }, + { + "id": "https://openalex.org/C509550671", + "wikidata": "https://www.wikidata.org/wiki/Q126945", + "display_name": "Medical education", + "level": 1, + "score": 0.3953603208065033 + }, + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.27516093850135803 + }, + { + "id": "https://openalex.org/C126838900", + "wikidata": "https://www.wikidata.org/wiki/Q77604", + "display_name": "Radiology", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1145/1273496", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/1273496", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "proceedings" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [ + "https://openalex.org/W2748952813", + "https://openalex.org/W4387426029", + "https://openalex.org/W4254162896", + "https://openalex.org/W4388792380", + "https://openalex.org/W1477999932", + "https://openalex.org/W4386731653", + "https://openalex.org/W2376001620", + "https://openalex.org/W2925303117", + "https://openalex.org/W4285219045", + "https://openalex.org/W3167529338" + ], + "abstract_inverted_index": { + "This": [ + 0, + 71 + ], + "volume": [ + 1 + ], + "contains": [ + 2 + ], + "the": [ + 3, + 7, + 34, + 38, + 49, + 57, + 104, + 108, + 121, + 128, + 140, + 151, + 157, + 160, + 164, + 182, + 203, + 215, + 221, + 225, + 273, + 293, + 330, + 347, + 393, + 402, + 428, + 444 + ], + "papers": [ + 4, + 219, + 239, + 252, + 278, + 287 + ], + "accepted": [ + 5, + 197, + 241, + 277, + 334 + ], + "to": [ + 6, + 29, + 77, + 101, + 103, + 188, + 205, + 242, + 329, + 371, + 399, + 409 + ], + "24th": [ + 8 + ], + "International": [ + 9, + 39, + 429 + ], + "Conference": [ + 10, + 430 + ], + "on": [ + 11, + 117, + 218, + 356, + 431, + 443 + ], + "Machine": [ + 12, + 40, + 403 + ], + "Learning": [ + 13, + 41, + 404 + ], + "(ICML": [ + 14 + ], + "2007),": [ + 15 + ], + "which": [ + 16, + 87, + 199, + 253, + 336, + 360 + ], + "was": [ + 17, + 80, + 90, + 200, + 425 + ], + "held": [ + 18, + 440 + ], + "at": [ + 19 + ], + "Oregon": [ + 20 + ], + "State": [ + 21 + ], + "University": [ + 22 + ], + "in": [ + 23, + 56, + 86 + ], + "Corvalis,": [ + 24 + ], + "Oregon,": [ + 25 + ], + "from": [ + 26, + 214, + 268, + 292, + 296, + 299, + 305, + 308, + 312, + 317, + 322 + ], + "June": [ + 27 + ], + "20th": [ + 28 + ], + "24th,": [ + 30 + ], + "2007.": [ + 31, + 449 + ], + "ICML": [ + 32, + 229, + 243, + 265, + 348, + 424, + 437, + 448 + ], + "is": [ + 33 + ], + "annual": [ + 35 + ], + "conference": [ + 36 + ], + "of": [ + 37, + 53, + 59, + 123, + 153, + 159, + 177, + 192, + 232, + 251, + 263, + 333, + 363, + 381, + 413, + 447 + ], + "Society": [ + 42 + ], + "(IMLS),": [ + 43 + ], + "and": [ + 44, + 51, + 107, + 120, + 148, + 170, + 220, + 314, + 319, + 325, + 341, + 353, + 383, + 438 + ], + "provides": [ + 45 + ], + "a": [ + 46, + 81, + 172, + 190, + 247, + 289, + 339, + 411 + ], + "venue": [ + 47 + ], + "for": [ + 48, + 175, + 181, + 228, + 344, + 389 + ], + "presentation": [ + 50, + 343 + ], + "discussion": [ + 52, + 136, + 162 + ], + "current": [ + 54 + ], + "research": [ + 55 + ], + "field": [ + 58 + ], + "machine": [ + 60, + 269, + 357 + ], + "learning.": [ + 61 + ], + "These": [ + 62 + ], + "proceedings": [ + 63 + ], + "can": [ + 64 + ], + "also": [ + 65, + 368 + ], + "be": [ + 66 + ], + "found": [ + 67 + ], + "online": [ + 68, + 118 + ], + "at:": [ + 69 + ], + "http://www.machinelearning.org.": [ + 70 + ], + "year": [ + 72, + 132, + 280, + 422 + ], + "there": [ + 73, + 133 + ], + "were": [ + 74, + 99, + 134, + 186, + 240, + 254, + 281, + 367, + 407, + 419 + ], + "522": [ + 75 + ], + "submissions": [ + 76, + 267 + ], + "ICML.": [ + 78 + ], + "There": [ + 79 + ], + "very": [ + 82, + 248 + ], + "thorough": [ + 83 + ], + "review": [ + 84, + 174, + 226 + ], + "process,": [ + 85 + ], + "each": [ + 88, + 176, + 311, + 321, + 345 + ], + "paper": [ + 89, + 416 + ], + "reviewed": [ + 91 + ], + "by": [ + 92, + 139, + 202, + 401 + ], + "three": [ + 93 + ], + "program": [ + 94, + 142, + 332, + 349 + ], + "committee": [ + 95, + 143 + ], + "(PC)": [ + 96 + ], + "members.": [ + 97 + ], + "Authors": [ + 98 + ], + "able": [ + 100, + 408 + ], + "respond": [ + 102 + ], + "initial": [ + 105 + ], + "reviews,": [ + 106 + ], + "PC": [ + 109 + ], + "members": [ + 110, + 166 + ], + "could": [ + 111 + ], + "then": [ + 112 + ], + "modify": [ + 113 + ], + "their": [ + 114, + 168, + 178, + 195 + ], + "reviews": [ + 115 + ], + "based": [ + 116 + ], + "discussions": [ + 119 + ], + "content": [ + 122 + ], + "this": [ + 124, + 131, + 244, + 279, + 396, + 421 + ], + "author": [ + 125, + 154, + 291 + ], + "response.": [ + 126 + ], + "For": [ + 127 + ], + "first": [ + 129, + 183, + 290, + 445 + ], + "time": [ + 130, + 223 + ], + "two": [ + 135 + ], + "periods": [ + 137 + ], + "led": [ + 138 + ], + "senior": [ + 141 + ], + "(SPC),": [ + 144 + ], + "one": [ + 145, + 149 + ], + "just": [ + 146 + ], + "before": [ + 147 + ], + "after": [ + 150 + ], + "submission": [ + 152 + ], + "responses.": [ + 155 + ], + "At": [ + 156 + ], + "end": [ + 158 + ], + "second": [ + 161 + ], + "period,": [ + 163 + ], + "SPC": [ + 165 + ], + "gave": [ + 167 + ], + "recommendations": [ + 169 + ], + "provided": [ + 171 + ], + "summary": [ + 173 + ], + "papers.": [ + 179 + ], + "Also": [ + 180 + ], + "time,": [ + 184 + ], + "authors": [ + 185 + ], + "asked": [ + 187 + ], + "submit": [ + 189 + ], + "list": [ + 191 + ], + "changes": [ + 193 + ], + "with": [ + 194, + 427 + ], + "final": [ + 196 + ], + "papers,": [ + 198, + 335 + ], + "checked": [ + 201 + ], + "SPCs": [ + 204 + ], + "ensure": [ + 206 + ], + "that": [ + 207, + 231, + 423 + ], + "reviewer": [ + 208 + ], + "comments": [ + 209 + ], + "had": [ + 210, + 288 + ], + "been": [ + 211 + ], + "addressed.": [ + 212 + ], + "Apart": [ + 213 + ], + "length": [ + 216 + ], + "restrictions": [ + 217 + ], + "compressed": [ + 222 + ], + "frame,": [ + 224 + ], + "process": [ + 227 + ], + "resembles": [ + 230 + ], + "many": [ + 233 + ], + "journal": [ + 234 + ], + "publications.": [ + 235 + ], + "In": [ + 236, + 327 + ], + "total,": [ + 237 + ], + "150": [ + 238, + 276 + ], + "year,": [ + 245 + ], + "including": [ + 246 + ], + "small": [ + 249 + ], + "number": [ + 250, + 412 + ], + "initially": [ + 255 + ], + "conditionally": [ + 256 + ], + "accepted,": [ + 257 + ], + "yielding": [ + 258 + ], + "an": [ + 259 + ], + "overall": [ + 260 + ], + "acceptance": [ + 261 + ], + "rate": [ + 262 + ], + "29%.": [ + 264 + ], + "attracts": [ + 266 + ], + "learning": [ + 270, + 358 + ], + "researchers": [ + 271 + ], + "around": [ + 272 + ], + "globe.": [ + 274 + ], + "The": [ + 275 + ], + "geographically": [ + 282 + ], + "distributed": [ + 283 + ], + "as": [ + 284, + 392 + ], + "follows:": [ + 285 + ], + "66": [ + 286 + ], + "US,": [ + 294 + ], + "32": [ + 295 + ], + "Europe,": [ + 297 + ], + "19": [ + 298 + ], + "China": [ + 300 + ], + "or": [ + 301 + ], + "Hong": [ + 302 + ], + "Kong,": [ + 303 + ], + "11": [ + 304 + ], + "Canada,": [ + 306 + ], + "6": [ + 307 + ], + "India,": [ + 309 + ], + "5": [ + 310 + ], + "Australia": [ + 313 + ], + "Japan,": [ + 315 + ], + "3": [ + 316, + 351 + ], + "Israel,": [ + 318 + ], + "1": [ + 320 + ], + "Korea,": [ + 323 + ], + "Russia": [ + 324 + ], + "Taiwan.": [ + 326 + ], + "addition": [ + 328 + ], + "main": [ + 331 + ], + "includes": [ + 337 + ], + "both": [ + 338 + ], + "talk": [ + 340 + ], + "poster": [ + 342 + ], + "paper,": [ + 346 + ], + "included": [ + 350 + ], + "workshops": [ + 352 + ], + "8": [ + 354 + ], + "tutorials": [ + 355 + ], + "topics": [ + 359 + ], + "are": [ + 361 + ], + "currently": [ + 362 + ], + "broad": [ + 364 + ], + "interest.": [ + 365 + ], + "We": [ + 366, + 418 + ], + "extremely": [ + 369 + ], + "pleased": [ + 370 + ], + "have": [ + 372 + ], + "David": [ + 373 + ], + "Heckerman": [ + 374 + ], + "(Microsoft": [ + 375 + ], + "Research),": [ + 376 + ], + "Joshua": [ + 377 + ], + "Tenenbaum": [ + 378 + ], + "(Massachussetts": [ + 379 + ], + "Institute": [ + 380, + 388 + ], + "Technology),": [ + 382 + ], + "Bernhard": [ + 384 + ], + "Schölkopf": [ + 385 + ], + "(Max": [ + 386 + ], + "Planck": [ + 387 + ], + "Biological": [ + 390 + ], + "Cybernetics)": [ + 391 + ], + "invited": [ + 394 + ], + "speakers": [ + 395 + ], + "year.": [ + 397 + ], + "Thanks": [ + 398 + ], + "sponsorship": [ + 400 + ], + "Journal,": [ + 405 + ], + "we": [ + 406 + ], + "award": [ + 410 + ], + "outstanding": [ + 414 + ], + "student": [ + 415 + ], + "prizes.": [ + 417 + ], + "fortunate": [ + 420 + ], + "co-located": [ + 426 + ], + "Inductive": [ + 432 + ], + "Logic": [ + 433 + ], + "Programming": [ + 434 + ], + "(ILP": [ + 435 + ], + "2007).": [ + 436 + ], + "ILP": [ + 439 + ], + "joint": [ + 441 + ], + "sessions": [ + 442 + ], + "day": [ + 446 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 2573 + }, + { + "year": 2024, + "cited_by_count": 2390 + }, + { + "year": 2023, + "cited_by_count": 1818 + }, + { + "year": 2022, + "cited_by_count": 1221 + }, + { + "year": 2021, + "cited_by_count": 622 + }, + { + "year": 2020, + "cited_by_count": 595 + }, + { + "year": 2019, + "cited_by_count": 396 + }, + { + "year": 2018, + "cited_by_count": 268 + }, + { + "year": 2017, + "cited_by_count": 253 + }, + { + "year": 2016, + "cited_by_count": 196 + }, + { + "year": 2015, + "cited_by_count": 162 + }, + { + "year": 2014, + "cited_by_count": 153 + }, + { + "year": 2013, + "cited_by_count": 136 + }, + { + "year": 2012, + "cited_by_count": 135 + } + ], + "updated_date": "2026-04-05T17:49:38.594831", + "created_date": "2016-06-24T00:00:00" + }, + { + "id": "https://openalex.org/W1503398984", + "doi": null, + "title": "Machine learning a probabilistic perspective", + "display_name": "Machine learning a probabilistic perspective", + "relevance_score": 6897.388, + "publication_year": 2012, + "publication_date": "2012-01-01", + "ids": { + "openalex": "https://openalex.org/W1503398984", + "mag": "1503398984" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-028615309", + "is_oa": false, + "landing_page_url": "http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=028615309&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "Lehrbuch" + }, + "type": "book", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5103362817", + "display_name": "Kevin P. Murphy", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "Kevin P. Murphy", + "raw_affiliation_strings": [], + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5103362817" + ], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 397.5259, + "has_fulltext": false, + "cited_by_count": 9327, + "citation_normalized_percentile": { + "value": 0.99999101, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 96, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T13650", + "display_name": "Computational Physics and Python Applications", + "score": 0.09690000116825104, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T13650", + "display_name": "Computational Physics and Python Applications", + "score": 0.09690000116825104, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T14406", + "display_name": "Multidisciplinary Science and Engineering Research", + "score": 0.08969999849796295, + "subfield": { + "id": "https://openalex.org/subfields/1804", + "display_name": "Statistics, Probability and Uncertainty" + }, + "field": { + "id": "https://openalex.org/fields/18", + "display_name": "Decision Sciences" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6962889432907104 + }, + { + "id": "https://openalex.org/keywords/probabilistic-logic", + "display_name": "Probabilistic logic", + "score": 0.6251402497291565 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6185331344604492 + }, + { + "id": "https://openalex.org/keywords/field", + "display_name": "Field (mathematics)", + "score": 0.5668832063674927 + }, + { + "id": "https://openalex.org/keywords/conditional-random-field", + "display_name": "Conditional random field", + "score": 0.5589616298675537 + }, + { + "id": "https://openalex.org/keywords/heuristic", + "display_name": "Heuristic", + "score": 0.5155355930328369 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.49392396211624146 + }, + { + "id": "https://openalex.org/keywords/graphical-model", + "display_name": "Graphical model", + "score": 0.4833957254886627 + }, + { + "id": "https://openalex.org/keywords/regularization", + "display_name": "Regularization (linguistics)", + "score": 0.4277557134628296 + }, + { + "id": "https://openalex.org/keywords/software", + "display_name": "Software", + "score": 0.41000470519065857 + }, + { + "id": "https://openalex.org/keywords/programming-language", + "display_name": "Programming language", + "score": 0.1839407980442047 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6962889432907104 + }, + { + "id": "https://openalex.org/C49937458", + "wikidata": "https://www.wikidata.org/wiki/Q2599292", + "display_name": "Probabilistic logic", + "level": 2, + "score": 0.6251402497291565 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6185331344604492 + }, + { + "id": "https://openalex.org/C9652623", + "wikidata": "https://www.wikidata.org/wiki/Q190109", + "display_name": "Field (mathematics)", + "level": 2, + "score": 0.5668832063674927 + }, + { + "id": "https://openalex.org/C152565575", + "wikidata": "https://www.wikidata.org/wiki/Q1124538", + "display_name": "Conditional random field", + "level": 2, + "score": 0.5589616298675537 + }, + { + "id": "https://openalex.org/C173801870", + "wikidata": "https://www.wikidata.org/wiki/Q201413", + "display_name": "Heuristic", + "level": 2, + "score": 0.5155355930328369 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.49392396211624146 + }, + { + "id": "https://openalex.org/C155846161", + "wikidata": "https://www.wikidata.org/wiki/Q1143367", + "display_name": "Graphical model", + "level": 2, + "score": 0.4833957254886627 + }, + { + "id": "https://openalex.org/C2776135515", + "wikidata": "https://www.wikidata.org/wiki/Q17143721", + "display_name": "Regularization (linguistics)", + "level": 2, + "score": 0.4277557134628296 + }, + { + "id": "https://openalex.org/C2777904410", + "wikidata": "https://www.wikidata.org/wiki/Q7397", + "display_name": "Software", + "level": 2, + "score": 0.41000470519065857 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.1839407980442047 + }, + { + "id": "https://openalex.org/C202444582", + "wikidata": "https://www.wikidata.org/wiki/Q837863", + "display_name": "Pure mathematics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 4, + "locations": [ + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-028615309", + "is_oa": false, + "landing_page_url": "http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=028615309&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "Lehrbuch" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-032798127", + "is_oa": false, + "landing_page_url": "http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=032798127&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "pmh:oai:cds.cern.ch:1981503", + "is_oa": false, + "landing_page_url": "http://cds.cern.ch/record/1981503", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402195", + "display_name": "CERN Document Server (European Organization for Nuclear Research)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I67311998", + "host_organization_name": "European Organization for Nuclear Research", + "host_organization_lineage": [ + "https://openalex.org/I67311998" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + }, + { + "id": "pmh:oai:cds.cern.ch:2723460", + "is_oa": false, + "landing_page_url": "http://cds.cern.ch/record/2723460", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402195", + "display_name": "CERN Document Server (European Organization for Nuclear Research)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I67311998", + "host_organization_name": "European Organization for Nuclear Research", + "host_organization_lineage": [ + "https://openalex.org/I67311998" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "score": 0.41999998688697815, + "display_name": "Quality Education", + "id": "https://metadata.un.org/sdg/4" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [ + "https://openalex.org/W2964121744", + "https://openalex.org/W2919115771", + "https://openalex.org/W2911964244", + "https://openalex.org/W2194775991", + "https://openalex.org/W2163605009", + "https://openalex.org/W2135046866", + "https://openalex.org/W2119821739", + "https://openalex.org/W2112796928", + "https://openalex.org/W2101234009", + "https://openalex.org/W2095705004", + "https://openalex.org/W2064675550", + "https://openalex.org/W2049633694", + "https://openalex.org/W2045656233", + "https://openalex.org/W1880262756", + "https://openalex.org/W1746819321", + "https://openalex.org/W1663973292", + "https://openalex.org/W1554944419", + "https://openalex.org/W1511986666", + "https://openalex.org/W1506806321", + "https://openalex.org/W1480376833" + ], + "abstract_inverted_index": { + "Today's": [ + 0 + ], + "Web-enabled": [ + 1 + ], + "deluge": [ + 2 + ], + "of": [ + 3, + 10, + 47, + 79, + 140, + 155 + ], + "electronic": [ + 4 + ], + "data": [ + 5, + 11, + 25 + ], + "calls": [ + 6 + ], + "for": [ + 7, + 106, + 191 + ], + "automated": [ + 8 + ], + "methods": [ + 9, + 18 + ], + "analysis.": [ + 12 + ], + "Machine": [ + 13 + ], + "learning": [ + 14 + ], + "provides": [ + 15 + ], + "these,": [ + 16 + ], + "developing": [ + 17 + ], + "that": [ + 19 + ], + "can": [ + 20 + ], + "automatically": [ + 21 + ], + "detect": [ + 22 + ], + "patterns": [ + 23, + 31 + ], + "in": [ + 24, + 82, + 98, + 161, + 175 + ], + "and": [ + 26, + 41, + 60, + 72, + 91, + 119, + 133, + 164, + 200 + ], + "then": [ + 27 + ], + "use": [ + 28 + ], + "the": [ + 29, + 45, + 83, + 107, + 144, + 153, + 169 + ], + "uncovered": [ + 30 + ], + "to": [ + 32, + 44, + 158 + ], + "predict": [ + 33 + ], + "future": [ + 34 + ], + "data.": [ + 35 + ], + "This": [ + 36 + ], + "textbook": [ + 37 + ], + "offers": [ + 38 + ], + "a": [ + 39, + 52, + 138, + 147, + 162, + 176 + ], + "comprehensive": [ + 40 + ], + "self-contained": [ + 42 + ], + "introduction": [ + 43 + ], + "field": [ + 46 + ], + "machine": [ + 48 + ], + "learning,": [ + 49 + ], + "based": [ + 50 + ], + "on": [ + 51, + 66 + ], + "unified,": [ + 53 + ], + "probabilistic": [ + 54 + ], + "approach.": [ + 55 + ], + "The": [ + 56, + 94, + 187 + ], + "coverage": [ + 57 + ], + "combines": [ + 58 + ], + "breadth": [ + 59 + ], + "depth,": [ + 61 + ], + "offering": [ + 62 + ], + "necessary": [ + 63 + ], + "background": [ + 64, + 199 + ], + "material": [ + 65 + ], + "such": [ + 67, + 124 + ], + "topics": [ + 68, + 112 + ], + "as": [ + 69, + 75, + 77, + 127 + ], + "probability,": [ + 70 + ], + "optimization,": [ + 71 + ], + "linear": [ + 73 + ], + "algebra": [ + 74 + ], + "well": [ + 76 + ], + "discussion": [ + 78 + ], + "recent": [ + 80 + ], + "developments": [ + 81 + ], + "field,": [ + 84 + ], + "including": [ + 85 + ], + "conditional": [ + 86 + ], + "random": [ + 87 + ], + "fields,": [ + 88 + ], + "L1": [ + 89 + ], + "regularization,": [ + 90 + ], + "deep": [ + 92 + ], + "learning.": [ + 93 + ], + "book": [ + 95, + 145, + 188 + ], + "is": [ + 96, + 183, + 189 + ], + "written": [ + 97 + ], + "an": [ + 99, + 195 + ], + "informal,": [ + 100 + ], + "accessible": [ + 101 + ], + "style,": [ + 102 + ], + "complete": [ + 103 + ], + "with": [ + 104, + 116, + 194 + ], + "pseudo-code": [ + 105 + ], + "most": [ + 108 + ], + "important": [ + 109 + ], + "algorithms.": [ + 110 + ], + "All": [ + 111 + ], + "are": [ + 113 + ], + "copiously": [ + 114 + ], + "illustrated": [ + 115 + ], + "color": [ + 117 + ], + "images": [ + 118 + ], + "worked": [ + 120 + ], + "examples": [ + 121 + ], + "drawn": [ + 122 + ], + "from": [ + 123 + ], + "application": [ + 125 + ], + "domains": [ + 126 + ], + "biology,": [ + 128 + ], + "text": [ + 129 + ], + "processing,": [ + 130 + ], + "computer": [ + 131 + ], + "vision,": [ + 132 + ], + "robotics.": [ + 134 + ], + "Rather": [ + 135 + ], + "than": [ + 136 + ], + "providing": [ + 137 + ], + "cookbook": [ + 139 + ], + "different": [ + 141 + ], + "heuristic": [ + 142 + ], + "methods,": [ + 143 + ], + "stresses": [ + 146 + ], + "principled": [ + 148 + ], + "model-based": [ + 149 + ], + "approach,": [ + 150 + ], + "often": [ + 151 + ], + "using": [ + 152 + ], + "language": [ + 154 + ], + "graphical": [ + 156 + ], + "models": [ + 157, + 160, + 170 + ], + "specify": [ + 159 + ], + "concise": [ + 163 + ], + "intuitive": [ + 165 + ], + "way.": [ + 166 + ], + "Almost": [ + 167 + ], + "all": [ + 168 + ], + "described": [ + 171 + ], + "have": [ + 172 + ], + "been": [ + 173 + ], + "implemented": [ + 174 + ], + "MATLAB": [ + 177 + ], + "software": [ + 178 + ], + "package--PMTK": [ + 179 + ], + "(probabilistic": [ + 180 + ], + "modeling": [ + 181 + ], + "toolkit)--that": [ + 182 + ], + "freely": [ + 184 + ], + "available": [ + 185 + ], + "online.": [ + 186 + ], + "suitable": [ + 190 + ], + "upper-level": [ + 192 + ], + "undergraduates": [ + 193 + ], + "introductory-level": [ + 196 + ], + "college": [ + 197 + ], + "math": [ + 198 + ], + "beginning": [ + 201 + ], + "graduate": [ + 202 + ], + "students.": [ + 203 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 1 + }, + { + "year": 2025, + "cited_by_count": 363 + }, + { + "year": 2024, + "cited_by_count": 626 + }, + { + "year": 2023, + "cited_by_count": 915 + }, + { + "year": 2022, + "cited_by_count": 929 + }, + { + "year": 2021, + "cited_by_count": 1245 + }, + { + "year": 2020, + "cited_by_count": 1184 + }, + { + "year": 2019, + "cited_by_count": 1006 + }, + { + "year": 2018, + "cited_by_count": 862 + }, + { + "year": 2017, + "cited_by_count": 696 + }, + { + "year": 2016, + "cited_by_count": 594 + }, + { + "year": 2015, + "cited_by_count": 475 + }, + { + "year": 2014, + "cited_by_count": 294 + }, + { + "year": 2013, + "cited_by_count": 118 + }, + { + "year": 2012, + "cited_by_count": 12 + } + ], + "updated_date": "2026-04-19T08:26:33.389920", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W1901616594", + "doi": "https://doi.org/10.1126/science.aaa8415", + "title": "Machine learning: Trends, perspectives, and prospects", + "display_name": "Machine learning: Trends, perspectives, and prospects", + "relevance_score": 6836.612, + "publication_year": 2015, + "publication_date": "2015-07-16", + "ids": { + "openalex": "https://openalex.org/W1901616594", + "doi": "https://doi.org/10.1126/science.aaa8415", + "mag": "1901616594", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/26185243" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1126/science.aaa8415", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1126/science.aaa8415", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S3880285", + "display_name": "Science", + "issn_l": "0036-8075", + "issn": [ + "0036-8075", + "1095-9203" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315823", + "host_organization_name": "American Association for the Advancement of Science", + "host_organization_lineage": [ + "https://openalex.org/P4310315823" + ], + "host_organization_lineage_names": [ + "American Association for the Advancement of Science" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Science", + "raw_type": "journal-article" + }, + "type": "review", + "indexed_in": [ + "crossref", + "pubmed" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5049812527", + "display_name": "Michael I. Jordan", + "orcid": "https://orcid.org/0000-0001-8935-817X" + }, + "institutions": [ + { + "id": "https://openalex.org/I95457486", + "display_name": "University of California, Berkeley", + "ror": "https://ror.org/01an7q238", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I95457486" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "M. I. Jordan", + "raw_affiliation_strings": [ + "Department of Electrical Engineering and Computer Sciences, Department of Statistics, University of California, Berkeley, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Electrical Engineering and Computer Sciences, Department of Statistics, University of California, Berkeley, CA, USA", + "institution_ids": [ + "https://openalex.org/I95457486" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5102921433", + "display_name": "Tom M. Mitchell", + "orcid": "https://orcid.org/0000-0001-7373-0301" + }, + "institutions": [ + { + "id": "https://openalex.org/I74973139", + "display_name": "Carnegie Mellon University", + "ror": "https://ror.org/05x2bcf33", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I74973139" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "T. M. Mitchell", + "raw_affiliation_strings": [ + "Machine Learning Department, Carnegie Mellon University, Pittsburgh, PA, USA", + "Machine Learning Department, Carnegie Mellon University, Pittsburgh, PA, USA#TAB#" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Machine Learning Department, Carnegie Mellon University, Pittsburgh, PA, USA", + "institution_ids": [ + "https://openalex.org/I74973139" + ] + }, + { + "raw_affiliation_string": "Machine Learning Department, Carnegie Mellon University, Pittsburgh, PA, USA#TAB#", + "institution_ids": [ + "https://openalex.org/I74973139" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5049812527", + "https://openalex.org/A5102921433" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I74973139", + "https://openalex.org/I95457486" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 231.9474, + "has_fulltext": false, + "cited_by_count": 9492, + "citation_normalized_percentile": { + "value": 0.99992527, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "349", + "issue": "6245", + "first_page": "255", + "last_page": "260" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11512", + "display_name": "Anomaly Detection Techniques and Applications", + "score": 0.9993000030517578, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11512", + "display_name": "Anomaly Detection Techniques and Applications", + "score": 0.9993000030517578, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9980000257492065, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12761", + "display_name": "Data Stream Mining Techniques", + "score": 0.9962999820709229, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/intersection", + "display_name": "Intersection (aeronautics)", + "score": 0.6641911268234253 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6273059248924255 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5956528782844543 + }, + { + "id": "https://openalex.org/keywords/core", + "display_name": "Core (optical fiber)", + "score": 0.529660165309906 + }, + { + "id": "https://openalex.org/keywords/data-science", + "display_name": "Data science", + "score": 0.5171177387237549 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.5001497268676758 + }, + { + "id": "https://openalex.org/keywords/big-data", + "display_name": "Big data", + "score": 0.4807169735431671 + }, + { + "id": "https://openalex.org/keywords/computation", + "display_name": "Computation", + "score": 0.4387192130088806 + }, + { + "id": "https://openalex.org/keywords/lying", + "display_name": "Lying", + "score": 0.41993552446365356 + }, + { + "id": "https://openalex.org/keywords/engineering", + "display_name": "Engineering", + "score": 0.14734527468681335 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.13175764679908752 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C64543145", + "wikidata": "https://www.wikidata.org/wiki/Q162942", + "display_name": "Intersection (aeronautics)", + "level": 2, + "score": 0.6641911268234253 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6273059248924255 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5956528782844543 + }, + { + "id": "https://openalex.org/C2164484", + "wikidata": "https://www.wikidata.org/wiki/Q5170150", + "display_name": "Core (optical fiber)", + "level": 2, + "score": 0.529660165309906 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.5171177387237549 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.5001497268676758 + }, + { + "id": "https://openalex.org/C75684735", + "wikidata": "https://www.wikidata.org/wiki/Q858810", + "display_name": "Big data", + "level": 2, + "score": 0.4807169735431671 + }, + { + "id": "https://openalex.org/C45374587", + "wikidata": "https://www.wikidata.org/wiki/Q12525525", + "display_name": "Computation", + "level": 2, + "score": 0.4387192130088806 + }, + { + "id": "https://openalex.org/C119421448", + "wikidata": "https://www.wikidata.org/wiki/Q2268776", + "display_name": "Lying", + "level": 2, + "score": 0.41993552446365356 + }, + { + "id": "https://openalex.org/C127413603", + "wikidata": "https://www.wikidata.org/wiki/Q11023", + "display_name": "Engineering", + "level": 0, + "score": 0.14734527468681335 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.13175764679908752 + }, + { + "id": "https://openalex.org/C146978453", + "wikidata": "https://www.wikidata.org/wiki/Q3798668", + "display_name": "Aerospace engineering", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C126838900", + "wikidata": "https://www.wikidata.org/wiki/Q77604", + "display_name": "Radiology", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C76155785", + "wikidata": "https://www.wikidata.org/wiki/Q418", + "display_name": "Telecommunications", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.0 + } + ], + "mesh": [ + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D001185", + "descriptor_name": "Artificial Intelligence", + "qualifier_ui": "Q000639", + "qualifier_name": "trends", + "is_major_topic": false + }, + { + "descriptor_ui": "D001185", + "descriptor_name": "Artificial Intelligence", + "qualifier_ui": "Q000639", + "qualifier_name": "trends", + "is_major_topic": false + }, + { + "descriptor_ui": "D001185", + "descriptor_name": "Artificial Intelligence", + "qualifier_ui": "Q000639", + "qualifier_name": "trends", + "is_major_topic": false + }, + { + "descriptor_ui": "D003199", + "descriptor_name": "Computer Systems", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D003199", + "descriptor_name": "Computer Systems", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D003199", + "descriptor_name": "Computer Systems", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D003627", + "descriptor_name": "Data Interpretation, Statistical", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D003627", + "descriptor_name": "Data Interpretation, Statistical", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D003627", + "descriptor_name": "Data Interpretation, Statistical", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + } + ], + "locations_count": 2, + "locations": [ + { + "id": "doi:10.1126/science.aaa8415", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1126/science.aaa8415", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S3880285", + "display_name": "Science", + "issn_l": "0036-8075", + "issn": [ + "0036-8075", + "1095-9203" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315823", + "host_organization_name": "American Association for the Advancement of Science", + "host_organization_lineage": [ + "https://openalex.org/P4310315823" + ], + "host_organization_lineage_names": [ + "American Association for the Advancement of Science" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Science", + "raw_type": "journal-article" + }, + { + "id": "pmid:26185243", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/26185243", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Science (New York, N.Y.)", + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 32, + "referenced_works": [ + "https://openalex.org/W99485931", + "https://openalex.org/W1503398984", + "https://openalex.org/W1512585804", + "https://openalex.org/W1554944419", + "https://openalex.org/W1569098853", + "https://openalex.org/W1873763122", + "https://openalex.org/W1970472910", + "https://openalex.org/W1992570774", + "https://openalex.org/W1999352252", + "https://openalex.org/W2006452405", + "https://openalex.org/W2019363670", + "https://openalex.org/W2042469398", + "https://openalex.org/W2047281923", + "https://openalex.org/W2076063813", + "https://openalex.org/W2097381042", + "https://openalex.org/W2100495367", + "https://openalex.org/W2117726420", + "https://openalex.org/W2127180992", + "https://openalex.org/W2132001804", + "https://openalex.org/W2145339207", + "https://openalex.org/W2146774335", + "https://openalex.org/W2151320232", + "https://openalex.org/W2160815625", + "https://openalex.org/W2163605009", + "https://openalex.org/W2174706414", + "https://openalex.org/W2618530766", + "https://openalex.org/W3102480238", + "https://openalex.org/W4214717370", + "https://openalex.org/W4231109964", + "https://openalex.org/W4238893454", + "https://openalex.org/W4244670803", + "https://openalex.org/W4292363360" + ], + "related_works": [ + "https://openalex.org/W2955910435", + "https://openalex.org/W2888123326", + "https://openalex.org/W2501458630", + "https://openalex.org/W2982312151", + "https://openalex.org/W4246089694", + "https://openalex.org/W2747462053", + "https://openalex.org/W2753162950", + "https://openalex.org/W4210719352", + "https://openalex.org/W2347526077", + "https://openalex.org/W1568263573" + ], + "abstract_inverted_index": { + "Machine": [ + 0 + ], + "learning": [ + 1, + 48, + 58 + ], + "addresses": [ + 2 + ], + "the": [ + 3, + 27, + 36, + 54, + 64, + 68 + ], + "question": [ + 4 + ], + "of": [ + 5, + 18, + 29, + 38, + 56, + 70, + 78, + 98 + ], + "how": [ + 6 + ], + "to": [ + 7, + 91 + ], + "build": [ + 8 + ], + "computers": [ + 9 + ], + "that": [ + 10 + ], + "improve": [ + 11 + ], + "automatically": [ + 12 + ], + "through": [ + 13 + ], + "experience.": [ + 14 + ], + "It": [ + 15 + ], + "is": [ + 16 + ], + "one": [ + 17 + ], + "today's": [ + 19 + ], + "most": [ + 20 + ], + "rapidly": [ + 21 + ], + "growing": [ + 22 + ], + "technical": [ + 23 + ], + "fields,": [ + 24 + ], + "lying": [ + 25 + ], + "at": [ + 26, + 35 + ], + "intersection": [ + 28 + ], + "computer": [ + 30 + ], + "science": [ + 31 + ], + "and": [ + 32, + 34, + 41, + 60, + 62, + 73, + 88, + 108 + ], + "statistics,": [ + 33 + ], + "core": [ + 37 + ], + "artificial": [ + 39 + ], + "intelligence": [ + 40 + ], + "data": [ + 42, + 72 + ], + "science.": [ + 43 + ], + "Recent": [ + 44 + ], + "progress": [ + 45 + ], + "in": [ + 46, + 67 + ], + "machine": [ + 47 + ], + "has": [ + 49 + ], + "been": [ + 50 + ], + "driven": [ + 51 + ], + "both": [ + 52 + ], + "by": [ + 53, + 63 + ], + "development": [ + 55 + ], + "new": [ + 57 + ], + "algorithms": [ + 59 + ], + "theory": [ + 61 + ], + "ongoing": [ + 65 + ], + "explosion": [ + 66 + ], + "availability": [ + 69 + ], + "online": [ + 71 + ], + "low-cost": [ + 74 + ], + "computation.": [ + 75 + ], + "The": [ + 76 + ], + "adoption": [ + 77 + ], + "data-intensive": [ + 79 + ], + "machine-learning": [ + 80 + ], + "methods": [ + 81 + ], + "can": [ + 82 + ], + "be": [ + 83 + ], + "found": [ + 84 + ], + "throughout": [ + 85 + ], + "science,": [ + 86 + ], + "technology": [ + 87 + ], + "commerce,": [ + 89 + ], + "leading": [ + 90 + ], + "more": [ + 92 + ], + "evidence-based": [ + 93 + ], + "decision-making": [ + 94 + ], + "across": [ + 95 + ], + "many": [ + 96 + ], + "walks": [ + 97 + ], + "life,": [ + 99 + ], + "including": [ + 100 + ], + "health": [ + 101 + ], + "care,": [ + 102 + ], + "manufacturing,": [ + 103 + ], + "education,": [ + 104 + ], + "financial": [ + 105 + ], + "modeling,": [ + 106 + ], + "policing,": [ + 107 + ], + "marketing.": [ + 109 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 555 + }, + { + "year": 2025, + "cited_by_count": 1716 + }, + { + "year": 2024, + "cited_by_count": 1766 + }, + { + "year": 2023, + "cited_by_count": 1523 + }, + { + "year": 2022, + "cited_by_count": 1276 + }, + { + "year": 2021, + "cited_by_count": 961 + }, + { + "year": 2020, + "cited_by_count": 657 + }, + { + "year": 2019, + "cited_by_count": 517 + }, + { + "year": 2018, + "cited_by_count": 271 + }, + { + "year": 2017, + "cited_by_count": 157 + }, + { + "year": 2016, + "cited_by_count": 79 + }, + { + "year": 2015, + "cited_by_count": 13 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W1746819321", + "doi": "https://doi.org/10.7551/mitpress/3206.001.0001", + "title": "Gaussian Processes for Machine Learning", + "display_name": "Gaussian Processes for Machine Learning", + "relevance_score": 6818.0273, + "publication_year": 2005, + "publication_date": "2005-11-23", + "ids": { + "openalex": "https://openalex.org/W1746819321", + "doi": "https://doi.org/10.7551/mitpress/3206.001.0001", + "mag": "1746819321" + }, + "language": "en", + "primary_location": { + "id": "doi:10.7551/mitpress/3206.001.0001", + "is_oa": false, + "landing_page_url": "https://doi.org/10.7551/mitpress/3206.001.0001", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306463997", + "display_name": "The MIT Press eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/P4310315718", + "host_organization_name": "The MIT Press", + "host_organization_lineage": [ + "https://openalex.org/P4310315718" + ], + "host_organization_lineage_names": [ + "The MIT Press" + ], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "monograph" + }, + "type": "book", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5108711177", + "display_name": "Carl Edward Rasmussen", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I4210112925", + "display_name": "Max Planck Institute for Biological Cybernetics", + "ror": "https://ror.org/026nmvv73", + "country_code": "DE", + "type": "facility", + "lineage": [ + "https://openalex.org/I149899117", + "https://openalex.org/I4210112925" + ] + }, + { + "id": "https://openalex.org/I149899117", + "display_name": "Max Planck Society", + "ror": "https://ror.org/01hhn8329", + "country_code": "DE", + "type": "funder", + "lineage": [ + "https://openalex.org/I149899117" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": true, + "raw_author_name": "Carl Edward Rasmussen", + "raw_affiliation_strings": [ + "Max Planck Institute for Biological Cybernetics, Max Planck Society" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Max Planck Institute for Biological Cybernetics, Max Planck Society", + "institution_ids": [ + "https://openalex.org/I4210112925", + "https://openalex.org/I149899117" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5080713659", + "display_name": "Christopher K. I. Williams", + "orcid": "https://orcid.org/0000-0002-6270-4703" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Christopher K. I. Williams", + "raw_affiliation_strings": [ + "School of Informatics" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "School of Informatics", + "institution_ids": [] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5108711177" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I149899117", + "https://openalex.org/I4210112925" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 60.0909, + "has_fulltext": false, + "cited_by_count": 10487, + "citation_normalized_percentile": { + "value": 0.99936548, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 96, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12814", + "display_name": "Gaussian Processes and Bayesian Inference", + "score": 0.9994000196456909, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12814", + "display_name": "Gaussian Processes and Bayesian Inference", + "score": 0.9994000196456909, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.9882000088691711, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T13126", + "display_name": "Scientific Research and Discoveries", + "score": 0.9718000292778015, + "subfield": { + "id": "https://openalex.org/subfields/3109", + "display_name": "Statistical and Nonlinear Physics" + }, + "field": { + "id": "https://openalex.org/fields/31", + "display_name": "Physics and Astronomy" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.830909252166748 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.7165400981903076 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.678665816783905 + }, + { + "id": "https://openalex.org/keywords/online-machine-learning", + "display_name": "Online machine learning", + "score": 0.5565923452377319 + }, + { + "id": "https://openalex.org/keywords/gaussian-process", + "display_name": "Gaussian process", + "score": 0.5361518859863281 + }, + { + "id": "https://openalex.org/keywords/probabilistic-logic", + "display_name": "Probabilistic logic", + "score": 0.5021359920501709 + }, + { + "id": "https://openalex.org/keywords/relevance-vector-machine", + "display_name": "Relevance vector machine", + "score": 0.5012705326080322 + }, + { + "id": "https://openalex.org/keywords/support-vector-machine", + "display_name": "Support vector machine", + "score": 0.48535385727882385 + }, + { + "id": "https://openalex.org/keywords/kernel-method", + "display_name": "Kernel method", + "score": 0.47896531224250793 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.3814472556114197 + }, + { + "id": "https://openalex.org/keywords/gaussian", + "display_name": "Gaussian", + "score": 0.2928916811943054 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.830909252166748 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.7165400981903076 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.678665816783905 + }, + { + "id": "https://openalex.org/C115903097", + "wikidata": "https://www.wikidata.org/wiki/Q7094097", + "display_name": "Online machine learning", + "level": 3, + "score": 0.5565923452377319 + }, + { + "id": "https://openalex.org/C61326573", + "wikidata": "https://www.wikidata.org/wiki/Q1496376", + "display_name": "Gaussian process", + "level": 3, + "score": 0.5361518859863281 + }, + { + "id": "https://openalex.org/C49937458", + "wikidata": "https://www.wikidata.org/wiki/Q2599292", + "display_name": "Probabilistic logic", + "level": 2, + "score": 0.5021359920501709 + }, + { + "id": "https://openalex.org/C14948415", + "wikidata": "https://www.wikidata.org/wiki/Q7310972", + "display_name": "Relevance vector machine", + "level": 3, + "score": 0.5012705326080322 + }, + { + "id": "https://openalex.org/C12267149", + "wikidata": "https://www.wikidata.org/wiki/Q282453", + "display_name": "Support vector machine", + "level": 2, + "score": 0.48535385727882385 + }, + { + "id": "https://openalex.org/C122280245", + "wikidata": "https://www.wikidata.org/wiki/Q620622", + "display_name": "Kernel method", + "level": 3, + "score": 0.47896531224250793 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.3814472556114197 + }, + { + "id": "https://openalex.org/C163716315", + "wikidata": "https://www.wikidata.org/wiki/Q901177", + "display_name": "Gaussian", + "level": 2, + "score": 0.2928916811943054 + }, + { + "id": "https://openalex.org/C62520636", + "wikidata": "https://www.wikidata.org/wiki/Q944", + "display_name": "Quantum mechanics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C121332964", + "wikidata": "https://www.wikidata.org/wiki/Q413", + "display_name": "Physics", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 12, + "locations": [ + { + "id": "doi:10.7551/mitpress/3206.001.0001", + "is_oa": false, + "landing_page_url": "https://doi.org/10.7551/mitpress/3206.001.0001", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306463997", + "display_name": "The MIT Press eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/P4310315718", + "host_organization_name": "The MIT Press", + "host_organization_lineage": [ + "https://openalex.org/P4310315718" + ], + "host_organization_lineage_names": [ + "The MIT Press" + ], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "monograph" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.363.7289", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.363.7289", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://mlg.eng.cam.ac.uk/pub/pdf/Ras04.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.86.3414", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.86.3414", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.cs.ubc.ca/~hutter/earg/papers05/rasmussen_gps_in_ml.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-014768173", + "is_oa": false, + "landing_page_url": "http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=014768173&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "pmh:oai:cds.cern.ch:2307304", + "is_oa": false, + "landing_page_url": "http://cds.cern.ch/record/2307304", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402195", + "display_name": "CERN Document Server (European Organization for Nuclear Research)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I67311998", + "host_organization_name": "European Organization for Nuclear Research", + "host_organization_lineage": [ + "https://openalex.org/I67311998" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + }, + { + "id": "pmh:oai:edoc.mpg.de:232601", + "is_oa": false, + "landing_page_url": "http://edoc.mpg.de/232601", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4406922265", + "display_name": "Max Planck Institute for Plasma Physics", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Advanced Lectures on Machine Learning: ML Summer Schools 2003, Canberra, Australia, February 2 - 14, 2003, Tübingen, Germany, August 4 - 16, 2003, Revised Lectures, 63-71 (2004)", + "raw_type": "InBook" + }, + { + "id": "pmh:oai:edoc.mpg.de:312148", + "is_oa": false, + "landing_page_url": "http://edoc.mpg.de/312148", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4406922265", + "display_name": "Max Planck Institute for Plasma Physics", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Book" + }, + { + "id": "pmh:oai:generic.eprints.org:325766", + "is_oa": false, + "landing_page_url": "http://publications.eng.cam.ac.uk/325766/", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4406922847", + "display_name": "Cambridge University Engineering Department Publications Database", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Book" + }, + { + "id": "pmh:oai:generic.eprints.org:327253", + "is_oa": false, + "landing_page_url": "http://publications.eng.cam.ac.uk/327253/", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4406922847", + "display_name": "Cambridge University Engineering Department Publications Database", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Book Section" + }, + { + "id": "pmh:oai:pure.mpg.de:item_1791157", + "is_oa": false, + "landing_page_url": "http://hdl.handle.net/11858/00-001M-0000-0013-D2FB-6", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400654", + "display_name": "MPG.PuRe (Max Planck Society)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I149899117", + "host_organization_name": "Max Planck Society", + "host_organization_lineage": [ + "https://openalex.org/I149899117" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Adaptive Computation and Machine Learning", + "raw_type": "info:eu-repo/semantics/book" + }, + { + "id": "pmh:oai:pure.mpg.de:item_1792157", + "is_oa": false, + "landing_page_url": "http://hdl.handle.net/11858/00-001M-0000-0013-F365-A", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400654", + "display_name": "MPG.PuRe (Max Planck Society)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I149899117", + "host_organization_name": "Max Planck Society", + "host_organization_lineage": [ + "https://openalex.org/I149899117" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Advanced Lectures on Machine Learning: ML Summer Schools 2003, Canberra, Australia, February 2 - 14, 2003, Tübingen, Germany, August 4 - 16, 2003", + "raw_type": "info:eu-repo/semantics/conferenceObject" + }, + { + "id": "mag:3023062339", + "is_oa": false, + "landing_page_url": "https://www.research.ed.ac.uk/portal/en/publications/covariance-functions(33de55b3-5bb5-43f6-874e-301a6d2b2160)/export.html", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306463626", + "display_name": "MIT Press eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": "MIT Press eBooks", + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 180, + "referenced_works": [ + "https://openalex.org/W14377099", + "https://openalex.org/W44447720", + "https://openalex.org/W61071295", + "https://openalex.org/W131514509", + "https://openalex.org/W186419298", + "https://openalex.org/W336602872", + "https://openalex.org/W1213006044", + "https://openalex.org/W1484867920", + "https://openalex.org/W1486089539", + "https://openalex.org/W1486164486", + "https://openalex.org/W1496317909", + "https://openalex.org/W1497675750", + "https://openalex.org/W1505043854", + "https://openalex.org/W1506153731", + "https://openalex.org/W1510355813", + "https://openalex.org/W1512098439", + "https://openalex.org/W1512149552", + "https://openalex.org/W1515272691", + "https://openalex.org/W1543996294", + "https://openalex.org/W1549258098", + "https://openalex.org/W1550570395", + "https://openalex.org/W1551209770", + "https://openalex.org/W1554663460", + "https://openalex.org/W1564947197", + "https://openalex.org/W1567512734", + "https://openalex.org/W1571894236", + "https://openalex.org/W1574225613", + "https://openalex.org/W1598589417", + "https://openalex.org/W1601740268", + "https://openalex.org/W1604293137", + "https://openalex.org/W1607751291", + "https://openalex.org/W1618393386", + "https://openalex.org/W1618449801", + "https://openalex.org/W1628829797", + "https://openalex.org/W1633751774", + "https://openalex.org/W1642427530", + "https://openalex.org/W1648445109", + "https://openalex.org/W1654787807", + "https://openalex.org/W1755117326", + "https://openalex.org/W1859781365", + "https://openalex.org/W1963533512", + "https://openalex.org/W1965999112", + "https://openalex.org/W1967396577", + "https://openalex.org/W1975780894", + "https://openalex.org/W1976382401", + "https://openalex.org/W1976625337", + "https://openalex.org/W1978188282", + "https://openalex.org/W1978394996", + "https://openalex.org/W1981025032", + "https://openalex.org/W1982032418", + "https://openalex.org/W1982276155", + "https://openalex.org/W1986280275", + "https://openalex.org/W1995672551", + "https://openalex.org/W1998167411", + "https://openalex.org/W2000241167", + "https://openalex.org/W2003706076", + "https://openalex.org/W2003870625", + "https://openalex.org/W2006314423", + "https://openalex.org/W2008827410", + "https://openalex.org/W2014831690", + "https://openalex.org/W2015904350", + "https://openalex.org/W2018044188", + "https://openalex.org/W2019363670", + "https://openalex.org/W2020999234", + "https://openalex.org/W2023163512", + "https://openalex.org/W2033839039", + "https://openalex.org/W2041863660", + "https://openalex.org/W2047028564", + "https://openalex.org/W2049387919", + "https://openalex.org/W2056735347", + "https://openalex.org/W2062291655", + "https://openalex.org/W2063852603", + "https://openalex.org/W2065540158", + "https://openalex.org/W2069371995", + "https://openalex.org/W2069527924", + "https://openalex.org/W2072555316", + "https://openalex.org/W2078206416", + "https://openalex.org/W2081873601", + "https://openalex.org/W2085877024", + "https://openalex.org/W2087978636", + "https://openalex.org/W2088538739", + "https://openalex.org/W2090102379", + "https://openalex.org/W2090353374", + "https://openalex.org/W2093268114", + "https://openalex.org/W2094169479", + "https://openalex.org/W2094212611", + "https://openalex.org/W2096335861", + "https://openalex.org/W2098115979", + "https://openalex.org/W2098626000", + "https://openalex.org/W2098949458", + "https://openalex.org/W2100136038", + "https://openalex.org/W2101709642", + "https://openalex.org/W2103972570", + "https://openalex.org/W2104533781", + "https://openalex.org/W2106868411", + "https://openalex.org/W2107152312", + "https://openalex.org/W2107636931", + "https://openalex.org/W2107725114", + "https://openalex.org/W2108966602", + "https://openalex.org/W2111176881", + "https://openalex.org/W2111494971", + "https://openalex.org/W2112545207", + "https://openalex.org/W2114229504", + "https://openalex.org/W2114412769", + "https://openalex.org/W2115606304", + "https://openalex.org/W2116723448", + "https://openalex.org/W2117063635", + "https://openalex.org/W2117812871", + "https://openalex.org/W2118195892", + "https://openalex.org/W2123687908", + "https://openalex.org/W2124101779", + "https://openalex.org/W2124225821", + "https://openalex.org/W2126455177", + "https://openalex.org/W2127713198", + "https://openalex.org/W2129564505", + "https://openalex.org/W2129869373", + "https://openalex.org/W2130475491", + "https://openalex.org/W2130859329", + "https://openalex.org/W2137467792", + "https://openalex.org/W2137557016", + "https://openalex.org/W2137956165", + "https://openalex.org/W2139479120", + "https://openalex.org/W2140170995", + "https://openalex.org/W2140251433", + "https://openalex.org/W2141274633", + "https://openalex.org/W2141436719", + "https://openalex.org/W2142182841", + "https://openalex.org/W2142387771", + "https://openalex.org/W2142575165", + "https://openalex.org/W2143022286", + "https://openalex.org/W2143956139", + "https://openalex.org/W2144286620", + "https://openalex.org/W2145295623", + "https://openalex.org/W2146766088", + "https://openalex.org/W2148603752", + "https://openalex.org/W2149417376", + "https://openalex.org/W2149846618", + "https://openalex.org/W2151238122", + "https://openalex.org/W2152701363", + "https://openalex.org/W2152937653", + "https://openalex.org/W2153347097", + "https://openalex.org/W2153756422", + "https://openalex.org/W2156909104", + "https://openalex.org/W2158451137", + "https://openalex.org/W2158529569", + "https://openalex.org/W2160840682", + "https://openalex.org/W2161767008", + "https://openalex.org/W2162114812", + "https://openalex.org/W2163057507", + "https://openalex.org/W2167061265", + "https://openalex.org/W2167986580", + "https://openalex.org/W2168022998", + "https://openalex.org/W2169779569", + "https://openalex.org/W2170076406", + "https://openalex.org/W2170078560", + "https://openalex.org/W2170120409", + "https://openalex.org/W2170334710", + "https://openalex.org/W2171522835", + "https://openalex.org/W2172039283", + "https://openalex.org/W2296319761", + "https://openalex.org/W2408196097", + "https://openalex.org/W2464224693", + "https://openalex.org/W2548695521", + "https://openalex.org/W2554813760", + "https://openalex.org/W2782810849", + "https://openalex.org/W2797583072", + "https://openalex.org/W2798909945", + "https://openalex.org/W2904816695", + "https://openalex.org/W2916304084", + "https://openalex.org/W2989448192", + "https://openalex.org/W3014600732", + "https://openalex.org/W3017143921", + "https://openalex.org/W3023786531", + "https://openalex.org/W3048078645", + "https://openalex.org/W3119264854", + "https://openalex.org/W3127325877", + "https://openalex.org/W3134067276", + "https://openalex.org/W3140968660", + "https://openalex.org/W3148924112", + "https://openalex.org/W3165771198" + ], + "related_works": [ + "https://openalex.org/W3140968660", + "https://openalex.org/W2951665052", + "https://openalex.org/W2911964244", + "https://openalex.org/W2192203593", + "https://openalex.org/W2168464387", + "https://openalex.org/W2156909104", + "https://openalex.org/W2131241448", + "https://openalex.org/W2107386393", + "https://openalex.org/W2101234009", + "https://openalex.org/W2099768828", + "https://openalex.org/W2099201756", + "https://openalex.org/W2038669746", + "https://openalex.org/W2018044188", + "https://openalex.org/W1973333099", + "https://openalex.org/W1663973292", + "https://openalex.org/W1571870753", + "https://openalex.org/W1567512734", + "https://openalex.org/W1560724230", + "https://openalex.org/W1510052597", + "https://openalex.org/W137285897" + ], + "abstract_inverted_index": { + "A": [ + 0 + ], + "comprehensive": [ + 1 + ], + "and": [ + 2 + ], + "self-contained": [ + 3 + ], + "introduction": [ + 4 + ], + "to": [ + 5, + 15 + ], + "Gaussian": [ + 6 + ], + "processes,": [ + 7 + ], + "which": [ + 8 + ], + "provide": [ + 9 + ], + "a": [ + 10 + ], + "principled,": [ + 11 + ], + "practical,": [ + 12 + ], + "probabilistic": [ + 13 + ], + "approach": [ + 14 + ], + "learning": [ + 16 + ], + "in": [ + 17 + ], + "kernel": [ + 18 + ], + "machines.": [ + 19 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 2 + }, + { + "year": 2025, + "cited_by_count": 3 + }, + { + "year": 2024, + "cited_by_count": 8 + }, + { + "year": 2023, + "cited_by_count": 30 + }, + { + "year": 2022, + "cited_by_count": 123 + }, + { + "year": 2021, + "cited_by_count": 1209 + }, + { + "year": 2020, + "cited_by_count": 1390 + }, + { + "year": 2019, + "cited_by_count": 1013 + }, + { + "year": 2018, + "cited_by_count": 912 + }, + { + "year": 2017, + "cited_by_count": 810 + }, + { + "year": 2016, + "cited_by_count": 818 + }, + { + "year": 2015, + "cited_by_count": 825 + }, + { + "year": 2014, + "cited_by_count": 736 + }, + { + "year": 2013, + "cited_by_count": 598 + }, + { + "year": 2012, + "cited_by_count": 493 + } + ], + "updated_date": "2026-05-14T08:36:36.166977", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2997591727", + "doi": "https://doi.org/10.5555/1953048.2078195", + "title": "Scikit-learn: Machine Learning in Python", + "display_name": "Scikit-learn: Machine Learning in Python", + "relevance_score": 6232.348, + "publication_year": 2011, + "publication_date": "2011-11-01", + "ids": { + "openalex": "https://openalex.org/W2997591727", + "doi": "https://doi.org/10.5555/1953048.2078195", + "mag": "2997591727" + }, + "language": "en", + "primary_location": { + "id": "mag:2997591727", + "is_oa": false, + "landing_page_url": "https://dl.acm.org/citation.cfm?id=1953048.2078195", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S118988714", + "display_name": "Journal of Machine Learning Research", + "issn_l": "1532-4435", + "issn": [ + "1532-4435", + "1533-7928" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315718", + "host_organization_name": "The MIT Press", + "host_organization_lineage": [ + "https://openalex.org/P4310315718" + ], + "host_organization_lineage_names": [ + "The MIT Press" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": false, + "raw_source_name": "Journal of Machine Learning Research", + "raw_type": null + }, + "type": "article", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5001344255", + "display_name": "PedregosaFabian", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "PedregosaFabian", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5015155577", + "display_name": "VaroquauxGaël", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "VaroquauxGaël", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5082193384", + "display_name": "GramfortAlexandre", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "GramfortAlexandre", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5046730698", + "display_name": "MichelVincent", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "MichelVincent", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5057304980", + "display_name": "ThirionBertrand", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "ThirionBertrand", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5031085857", + "display_name": "GriselOlivier", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "GriselOlivier", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5023292999", + "display_name": "BlondelMathieu", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "BlondelMathieu", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5088096317", + "display_name": "PrettenhoferPeter", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "PrettenhoferPeter", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5083564992", + "display_name": "WeissRon", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "WeissRon", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5056576127", + "display_name": "DubourgVincent", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "DubourgVincent", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5082383435", + "display_name": "VanderplasJake", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "VanderplasJake", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5027220078", + "display_name": "PassosAlexandre", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "PassosAlexandre", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5002306909", + "display_name": "CournapeauDavid", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "CournapeauDavid", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5026983194", + "display_name": "BrucherMatthieu", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "BrucherMatthieu", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5014917008", + "display_name": "PerrotMatthieu", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "PerrotMatthieu", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5034896968", + "display_name": "DuchesnayÉdouard", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "DuchesnayÉdouard", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 16, + "corresponding_author_ids": [ + "https://openalex.org/A5001344255" + ], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 21.0993, + "has_fulltext": false, + "cited_by_count": 8191, + "citation_normalized_percentile": { + "value": 0.99448878, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T13650", + "display_name": "Computational Physics and Python Applications", + "score": 0.7835000157356262, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T13650", + "display_name": "Computational Physics and Python Applications", + "score": 0.7835000157356262, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/python", + "display_name": "Python (programming language)", + "score": 0.8940595388412476 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6587178707122803 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5495919585227966 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.4344472587108612 + }, + { + "id": "https://openalex.org/keywords/programming-language", + "display_name": "Programming language", + "score": 0.3134846091270447 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C519991488", + "wikidata": "https://www.wikidata.org/wiki/Q28865", + "display_name": "Python (programming language)", + "level": 2, + "score": 0.8940595388412476 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6587178707122803 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5495919585227966 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.4344472587108612 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.3134846091270447 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "mag:2997591727", + "is_oa": false, + "landing_page_url": "https://dl.acm.org/citation.cfm?id=1953048.2078195", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S118988714", + "display_name": "Journal of Machine Learning Research", + "issn_l": "1532-4435", + "issn": [ + "1532-4435", + "1533-7928" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315718", + "host_organization_name": "The MIT Press", + "host_organization_lineage": [ + "https://openalex.org/P4310315718" + ], + "host_organization_lineage_names": [ + "The MIT Press" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": "Journal of Machine Learning Research", + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "score": 0.5299999713897705, + "display_name": "Quality Education", + "id": "https://metadata.un.org/sdg/4" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [ + "https://openalex.org/W3102476541", + "https://openalex.org/W2911964244", + "https://openalex.org/W2064675550", + "https://openalex.org/W2011301426", + "https://openalex.org/W2153635508", + "https://openalex.org/W2119821739", + "https://openalex.org/W2250539671", + "https://openalex.org/W1678356000", + "https://openalex.org/W3103145119", + "https://openalex.org/W3120740533", + "https://openalex.org/W2194775991", + "https://openalex.org/W2146292423", + "https://openalex.org/W3085162807", + "https://openalex.org/W2342249984", + "https://openalex.org/W2056132907", + "https://openalex.org/W2187089797", + "https://openalex.org/W2097998348", + "https://openalex.org/W1880262756", + "https://openalex.org/W2148143831", + "https://openalex.org/W1480376833" + ], + "abstract_inverted_index": { + "Scikit-learn": [ + 0 + ], + "is": [ + 1 + ], + "a": [ + 2, + 6 + ], + "Python": [ + 3 + ], + "module": [ + 4 + ], + "integrating": [ + 5 + ], + "wide": [ + 7 + ], + "range": [ + 8 + ], + "of": [ + 9 + ], + "state-of-the-art": [ + 10 + ], + "machine": [ + 11 + ], + "learning": [ + 12 + ], + "algorithms": [ + 13 + ], + "for": [ + 14 + ], + "medium-scale": [ + 15 + ], + "supervised": [ + 16 + ], + "and": [ + 17 + ], + "unsupervised": [ + 18 + ], + "problems.": [ + 19 + ], + "This": [ + 20 + ], + "package": [ + 21 + ], + "focuses": [ + 22 + ], + "on": [ + 23 + ], + "bringing": [ + 24 + ], + "mach...": [ + 25 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 177 + }, + { + "year": 2025, + "cited_by_count": 3317 + }, + { + "year": 2024, + "cited_by_count": 1191 + }, + { + "year": 2023, + "cited_by_count": 907 + }, + { + "year": 2022, + "cited_by_count": 726 + }, + { + "year": 2021, + "cited_by_count": 629 + }, + { + "year": 2020, + "cited_by_count": 479 + }, + { + "year": 2019, + "cited_by_count": 250 + }, + { + "year": 2018, + "cited_by_count": 193 + }, + { + "year": 2017, + "cited_by_count": 136 + }, + { + "year": 2016, + "cited_by_count": 87 + }, + { + "year": 2015, + "cited_by_count": 50 + }, + { + "year": 2014, + "cited_by_count": 34 + }, + { + "year": 2013, + "cited_by_count": 13 + }, + { + "year": 2012, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2953384591", + "doi": "https://doi.org/10.48550/arxiv.1605.08695", + "title": "TensorFlow: A system for large-scale machine learning", + "display_name": "TensorFlow: A system for large-scale machine learning", + "relevance_score": 6138.868, + "publication_year": 2016, + "publication_date": "2016-05-27", + "ids": { + "openalex": "https://openalex.org/W2953384591", + "doi": "https://doi.org/10.48550/arxiv.1605.08695", + "mag": "2953384591" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:arXiv.org:1605.08695", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1605.08695", + "pdf_url": "https://arxiv.org/pdf/1605.08695", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "type": "preprint", + "indexed_in": [ + "arxiv", + "datacite" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1605.08695", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5109387322", + "display_name": "Martı́n Abadi", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Abadi, Martín", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5110193634", + "display_name": "Paul Barham", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Barham, Paul", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5100665512", + "display_name": "Jianmin Chen", + "orcid": "https://orcid.org/0000-0001-5859-3070" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Chen, Jianmin", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5100715424", + "display_name": "Zhifeng Chen", + "orcid": "https://orcid.org/0000-0001-8631-2424" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Chen, Zhifeng", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5068599616", + "display_name": "Andy Davis", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Davis, Andy", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5043872671", + "display_name": "Jay B. Dean", + "orcid": "https://orcid.org/0000-0003-1362-0500" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Dean, Jeffrey", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5004386681", + "display_name": "Matthieu Devin", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Devin, Matthieu", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5012998255", + "display_name": "Sanjay Ghemawat", + "orcid": "https://orcid.org/0009-0005-6843-3093" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Ghemawat, Sanjay", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5029611587", + "display_name": "Geoffrey Irving", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Irving, Geoffrey", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5089543053", + "display_name": "Michael Isard", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Isard, Michael", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5000650022", + "display_name": "Manjunath Kudlur", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Kudlur, Manjunath", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5009510257", + "display_name": "Josh Levenberg", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Levenberg, Josh", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5024140027", + "display_name": "Rajat Monga", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Monga, Rajat", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5063771762", + "display_name": "Sherry Moore", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Moore, Sherry", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5067335143", + "display_name": "Derek G. Murray", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Murray, Derek G.", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5028992619", + "display_name": "Benoit Steiner", + "orcid": "https://orcid.org/0000-0002-5767-4976" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Steiner, Benoit", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5016586245", + "display_name": "Paul A. Tucker", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Tucker, Paul", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5004650249", + "display_name": "Vijay Vasudevan", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Vasudevan, Vijay", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5014405928", + "display_name": "Pete Warden", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Warden, Pete", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5080764662", + "display_name": "Martin Wicke", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Wicke, Martin", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5104075606", + "display_name": "Yuan Yu", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Yu, Yuan", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5102988664", + "display_name": "Xiaoqiang Zheng", + "orcid": "https://orcid.org/0000-0001-5151-8561" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Zheng, Xiaoqiang", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 22, + "corresponding_author_ids": [ + "https://openalex.org/A5109387322" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I1291425158" + ], + "apc_list": null, + "apc_paid": null, + "fwci": null, + "has_fulltext": false, + "cited_by_count": 8815, + "citation_normalized_percentile": null, + "cited_by_percentile_year": null, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10054", + "display_name": "Parallel Computing and Optimization Techniques", + "score": 0.996999979019165, + "subfield": { + "id": "https://openalex.org/subfields/1708", + "display_name": "Hardware and Architecture" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10054", + "display_name": "Parallel Computing and Optimization Techniques", + "score": 0.996999979019165, + "subfield": { + "id": "https://openalex.org/subfields/1708", + "display_name": "Hardware and Architecture" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T13650", + "display_name": "Computational Physics and Python Applications", + "score": 0.9926000237464905, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10036", + "display_name": "Advanced Neural Network Applications", + "score": 0.9921000003814697, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/scale", + "display_name": "Scale (ratio)", + "score": 0.6736689805984497 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.5508862733840942 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.4714523255825043 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.3947470188140869 + }, + { + "id": "https://openalex.org/keywords/cartography", + "display_name": "Cartography", + "score": 0.1177549660205841 + }, + { + "id": "https://openalex.org/keywords/geography", + "display_name": "Geography", + "score": 0.11608994007110596 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2778755073", + "wikidata": "https://www.wikidata.org/wiki/Q10858537", + "display_name": "Scale (ratio)", + "level": 2, + "score": 0.6736689805984497 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.5508862733840942 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.4714523255825043 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.3947470188140869 + }, + { + "id": "https://openalex.org/C58640448", + "wikidata": "https://www.wikidata.org/wiki/Q42515", + "display_name": "Cartography", + "level": 1, + "score": 0.1177549660205841 + }, + { + "id": "https://openalex.org/C205649164", + "wikidata": "https://www.wikidata.org/wiki/Q1071", + "display_name": "Geography", + "level": 0, + "score": 0.11608994007110596 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "pmh:oai:arXiv.org:1605.08695", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1605.08695", + "pdf_url": "https://arxiv.org/pdf/1605.08695", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "doi:10.48550/arxiv.1605.08695", + "is_oa": true, + "landing_page_url": "https://doi.org/10.48550/arxiv.1605.08695", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1605.08695", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1605.08695", + "pdf_url": "https://arxiv.org/pdf/1605.08695", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "sustainable_development_goals": [ + { + "score": 0.4099999964237213, + "display_name": "Industry, innovation and infrastructure", + "id": "https://metadata.un.org/sdg/9" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 56, + "referenced_works": [ + "https://openalex.org/W104184427", + "https://openalex.org/W145476170", + "https://openalex.org/W941230081", + "https://openalex.org/W1442374986", + "https://openalex.org/W1484210532", + "https://openalex.org/W1485981043", + "https://openalex.org/W1493893823", + "https://openalex.org/W1498436455", + "https://openalex.org/W1548328233", + "https://openalex.org/W1598866093", + "https://openalex.org/W1658008008", + "https://openalex.org/W1667652561", + "https://openalex.org/W1869752048", + "https://openalex.org/W1978660892", + "https://openalex.org/W1992479210", + "https://openalex.org/W2041517243", + "https://openalex.org/W2055312318", + "https://openalex.org/W2061570747", + "https://openalex.org/W2066443755", + "https://openalex.org/W2072566913", + "https://openalex.org/W2083842231", + "https://openalex.org/W2099471712", + "https://openalex.org/W2100664567", + "https://openalex.org/W2109722477", + "https://openalex.org/W2117539524", + "https://openalex.org/W2120480077", + "https://openalex.org/W2131400476", + "https://openalex.org/W2131975293", + "https://openalex.org/W2132339004", + "https://openalex.org/W2140833774", + "https://openalex.org/W2141992894", + "https://openalex.org/W2145339207", + "https://openalex.org/W2146757372", + "https://openalex.org/W2160815625", + "https://openalex.org/W2163961697", + "https://openalex.org/W2168231600", + "https://openalex.org/W2173213060", + "https://openalex.org/W2186615578", + "https://openalex.org/W2198403777", + "https://openalex.org/W2259472270", + "https://openalex.org/W2308045930", + "https://openalex.org/W2336650964", + "https://openalex.org/W2339765813", + "https://openalex.org/W2384495648", + "https://openalex.org/W2591588155", + "https://openalex.org/W2949117887", + "https://openalex.org/W2949245006", + "https://openalex.org/W2949501655", + "https://openalex.org/W2949605076", + "https://openalex.org/W2949650786", + "https://openalex.org/W2949888546", + "https://openalex.org/W2950094539", + "https://openalex.org/W2950179405", + "https://openalex.org/W2950577311", + "https://openalex.org/W2951714314", + "https://openalex.org/W2951781666" + ], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W3046775127", + "https://openalex.org/W3107602296", + "https://openalex.org/W3170094116", + "https://openalex.org/W4386462264", + "https://openalex.org/W4364306694", + "https://openalex.org/W4312192474", + "https://openalex.org/W4283697347", + "https://openalex.org/W4210805261" + ], + "abstract_inverted_index": { + "TensorFlow": [ + 0, + 15, + 92, + 103, + 125, + 152, + 166 + ], + "is": [ + 1, + 87 + ], + "a": [ + 2, + 36, + 43, + 47, + 105 + ], + "machine": [ + 3, + 48, + 143 + ], + "learning": [ + 4, + 144 + ], + "system": [ + 5 + ], + "that": [ + 6, + 27, + 29, + 165 + ], + "operates": [ + 7 + ], + "at": [ + 8 + ], + "large": [ + 9 + ], + "scale": [ + 10 + ], + "and": [ + 11, + 24, + 45, + 58, + 100, + 115, + 136, + 160 + ], + "in": [ + 12, + 42, + 77, + 126, + 155 + ], + "heterogeneous": [ + 13 + ], + "environments.": [ + 14 + ], + "uses": [ + 16 + ], + "dataflow": [ + 17, + 37, + 153 + ], + "graphs": [ + 18 + ], + "to": [ + 19, + 72, + 95, + 157 + ], + "represent": [ + 20 + ], + "computation,": [ + 21 + ], + "shared": [ + 22, + 85 + ], + "state,": [ + 23 + ], + "the": [ + 25, + 33, + 73, + 82, + 90, + 151, + 162 + ], + "operations": [ + 26 + ], + "mutate": [ + 28 + ], + "state.": [ + 30 + ], + "It": [ + 31 + ], + "maps": [ + 32 + ], + "nodes": [ + 34 + ], + "of": [ + 35, + 84, + 107 + ], + "graph": [ + 38 + ], + "across": [ + 39, + 49 + ], + "many": [ + 40 + ], + "machines": [ + 41 + ], + "cluster,": [ + 44 + ], + "within": [ + 46 + ], + "multiple": [ + 50 + ], + "computational": [ + 51 + ], + "devices,": [ + 52 + ], + "including": [ + 53 + ], + "multicore": [ + 54 + ], + "CPUs,": [ + 55 + ], + "general-purpose": [ + 56 + ], + "GPUs,": [ + 57 + ], + "custom": [ + 59 + ], + "designed": [ + 60 + ], + "ASICs": [ + 61 + ], + "known": [ + 62 + ], + "as": [ + 63, + 132 + ], + "Tensor": [ + 64 + ], + "Processing": [ + 65 + ], + "Units": [ + 66 + ], + "(TPUs).": [ + 67 + ], + "This": [ + 68 + ], + "architecture": [ + 69 + ], + "gives": [ + 70 + ], + "flexibility": [ + 71 + ], + "application": [ + 74 + ], + "developer:": [ + 75 + ], + "whereas": [ + 76 + ], + "previous": [ + 78 + ], + "\"parameter": [ + 79 + ], + "server\"": [ + 80 + ], + "designs": [ + 81 + ], + "management": [ + 83 + ], + "state": [ + 86 + ], + "built": [ + 88 + ], + "into": [ + 89 + ], + "system,": [ + 91 + ], + "enables": [ + 93 + ], + "developers": [ + 94 + ], + "experiment": [ + 96 + ], + "with": [ + 97, + 109 + ], + "novel": [ + 98 + ], + "optimizations": [ + 99 + ], + "training": [ + 101, + 114 + ], + "algorithms.": [ + 102 + ], + "supports": [ + 104 + ], + "variety": [ + 106 + ], + "applications,": [ + 108 + ], + "particularly": [ + 110 + ], + "strong": [ + 111 + ], + "support": [ + 112 + ], + "for": [ + 113, + 142, + 168 + ], + "inference": [ + 116 + ], + "on": [ + 117 + ], + "deep": [ + 118 + ], + "neural": [ + 119 + ], + "networks.": [ + 120 + ], + "Several": [ + 121 + ], + "Google": [ + 122 + ], + "services": [ + 123 + ], + "use": [ + 124 + ], + "production,": [ + 127 + ], + "we": [ + 128, + 149 + ], + "have": [ + 129 + ], + "released": [ + 130 + ], + "it": [ + 131, + 137 + ], + "an": [ + 133 + ], + "open-source": [ + 134 + ], + "project,": [ + 135 + ], + "has": [ + 138 + ], + "become": [ + 139 + ], + "widely": [ + 140 + ], + "used": [ + 141 + ], + "research.": [ + 145 + ], + "In": [ + 146 + ], + "this": [ + 147 + ], + "paper,": [ + 148 + ], + "describe": [ + 150 + ], + "model": [ + 154 + ], + "contrast": [ + 156 + ], + "existing": [ + 158 + ], + "systems,": [ + 159 + ], + "demonstrate": [ + 161 + ], + "compelling": [ + 163 + ], + "performance": [ + 164 + ], + "achieves": [ + 167 + ], + "several": [ + 169 + ], + "real-world": [ + 170 + ], + "applications.": [ + 171 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 15 + }, + { + "year": 2025, + "cited_by_count": 161 + }, + { + "year": 2024, + "cited_by_count": 343 + }, + { + "year": 2023, + "cited_by_count": 730 + }, + { + "year": 2022, + "cited_by_count": 866 + }, + { + "year": 2021, + "cited_by_count": 1829 + }, + { + "year": 2020, + "cited_by_count": 1859 + }, + { + "year": 2019, + "cited_by_count": 1814 + }, + { + "year": 2018, + "cited_by_count": 959 + }, + { + "year": 2017, + "cited_by_count": 226 + }, + { + "year": 2016, + "cited_by_count": 12 + }, + { + "year": 2013, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2118020653", + "doi": "https://doi.org/10.1145/505282.505283", + "title": "Machine learning in automated text categorization", + "display_name": "Machine learning in automated text categorization", + "relevance_score": 6089.7915, + "publication_year": 2002, + "publication_date": "2002-03-01", + "ids": { + "openalex": "https://openalex.org/W2118020653", + "doi": "https://doi.org/10.1145/505282.505283", + "mag": "2118020653" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1145/505282.505283", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/505282.505283", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S157921468", + "display_name": "ACM Computing Surveys", + "issn_l": "0360-0300", + "issn": [ + "0360-0300", + "1557-7341" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319798", + "host_organization_name": "Association for Computing Machinery", + "host_organization_lineage": [ + "https://openalex.org/P4310319798" + ], + "host_organization_lineage_names": [ + "Association for Computing Machinery" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "ACM Computing Surveys", + "raw_type": "journal-article" + }, + "type": "review", + "indexed_in": [ + "arxiv", + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/cs/0110053", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5063975186", + "display_name": "Fabrizio Sebastiani", + "orcid": "https://orcid.org/0000-0003-4221-6427" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210107558", + "display_name": "Consorzio Pisa Ricerche", + "ror": "https://ror.org/01t0n3b84", + "country_code": "IT", + "type": "facility", + "lineage": [ + "https://openalex.org/I4210107558" + ] + } + ], + "countries": [ + "IT" + ], + "is_corresponding": true, + "raw_author_name": "Fabrizio Sebastiani", + "raw_affiliation_strings": [ + "Consiglio Nazionale delle Ricerche, Pisa, Italy" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Consiglio Nazionale delle Ricerche, Pisa, Italy", + "institution_ids": [ + "https://openalex.org/I4210107558" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5063975186" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I4210107558" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 291.6231, + "has_fulltext": false, + "cited_by_count": 7884, + "citation_normalized_percentile": { + "value": 0.99998629, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "34", + "issue": "1", + "first_page": "1", + "last_page": "47" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11550", + "display_name": "Text and Document Classification Technologies", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11550", + "display_name": "Text and Document Classification Technologies", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T13083", + "display_name": "Advanced Text Analysis Techniques", + "score": 0.9939000010490417, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11269", + "display_name": "Algorithms and Data Compression", + "score": 0.9889000058174133, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.8797882795333862 + }, + { + "id": "https://openalex.org/keywords/categorization", + "display_name": "Categorization", + "score": 0.7666846513748169 + }, + { + "id": "https://openalex.org/keywords/software-portability", + "display_name": "Software portability", + "score": 0.7267234325408936 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6928958892822266 + }, + { + "id": "https://openalex.org/keywords/classifier", + "display_name": "Classifier (UML)", + "score": 0.678881049156189 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6749231815338135 + }, + { + "id": "https://openalex.org/keywords/text-categorization", + "display_name": "Text categorization", + "score": 0.5723184943199158 + }, + { + "id": "https://openalex.org/keywords/natural-language-processing", + "display_name": "Natural language processing", + "score": 0.41375380754470825 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.8797882795333862 + }, + { + "id": "https://openalex.org/C94124525", + "wikidata": "https://www.wikidata.org/wiki/Q912550", + "display_name": "Categorization", + "level": 2, + "score": 0.7666846513748169 + }, + { + "id": "https://openalex.org/C63000827", + "wikidata": "https://www.wikidata.org/wiki/Q3080428", + "display_name": "Software portability", + "level": 2, + "score": 0.7267234325408936 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6928958892822266 + }, + { + "id": "https://openalex.org/C95623464", + "wikidata": "https://www.wikidata.org/wiki/Q1096149", + "display_name": "Classifier (UML)", + "level": 2, + "score": 0.678881049156189 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6749231815338135 + }, + { + "id": "https://openalex.org/C2986744138", + "wikidata": "https://www.wikidata.org/wiki/Q302088", + "display_name": "Text categorization", + "level": 3, + "score": 0.5723184943199158 + }, + { + "id": "https://openalex.org/C204321447", + "wikidata": "https://www.wikidata.org/wiki/Q30642", + "display_name": "Natural language processing", + "level": 1, + "score": 0.41375380754470825 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 4, + "locations": [ + { + "id": "doi:10.1145/505282.505283", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/505282.505283", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S157921468", + "display_name": "ACM Computing Surveys", + "issn_l": "0360-0300", + "issn": [ + "0360-0300", + "1557-7341" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319798", + "host_organization_name": "Association for Computing Machinery", + "host_organization_lineage": [ + "https://openalex.org/P4310319798" + ], + "host_organization_lineage_names": [ + "Association for Computing Machinery" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "ACM Computing Surveys", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:arXiv.org:cs/0110053", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/cs/0110053", + "pdf_url": "https://arxiv.org/pdf/cs/0110053", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:dnet:people______::286d170179fde02bc512e4870a2b12b5", + "is_oa": false, + "landing_page_url": "https://openportal.isti.cnr.it/doc?id=people______::286d170179fde02bc512e4870a2b12b5", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S7407055261", + "display_name": "ISTI Open Portal", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "ACM computing surveys 34 (2002): 1–47. doi:10.1145/505282.505283", + "raw_type": "Journal article" + }, + { + "id": "pmh:oai:dnet:people______::3938b196dad6eb4120aca01c3005413b", + "is_oa": false, + "landing_page_url": "https://openportal.isti.cnr.it/doc?id=people______::3938b196dad6eb4120aca01c3005413b", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S7407055261", + "display_name": "ISTI Open Portal", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "ISTI Technical reports, pp.1–63, 1999", + "raw_type": "Other" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:cs/0110053", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/cs/0110053", + "pdf_url": "https://arxiv.org/pdf/cs/0110053", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "text" + }, + "sustainable_development_goals": [ + { + "score": 0.7099999785423279, + "display_name": "Decent work and economic growth", + "id": "https://metadata.un.org/sdg/8" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 204, + "referenced_works": [ + "https://openalex.org/W12876238", + "https://openalex.org/W22906612", + "https://openalex.org/W35304842", + "https://openalex.org/W59979790", + "https://openalex.org/W74894479", + "https://openalex.org/W81384683", + "https://openalex.org/W81511778", + "https://openalex.org/W104970664", + "https://openalex.org/W107306860", + "https://openalex.org/W112196149", + "https://openalex.org/W116328816", + "https://openalex.org/W148103248", + "https://openalex.org/W166124110", + "https://openalex.org/W1482260847", + "https://openalex.org/W1487445520", + "https://openalex.org/W1490175418", + "https://openalex.org/W1493526108", + "https://openalex.org/W1505794130", + "https://openalex.org/W1507179106", + "https://openalex.org/W1508175965", + "https://openalex.org/W1513874326", + "https://openalex.org/W1514707997", + "https://openalex.org/W1520963883", + "https://openalex.org/W1522930027", + "https://openalex.org/W1523389133", + "https://openalex.org/W1523949738", + "https://openalex.org/W1533946607", + "https://openalex.org/W1544227718", + "https://openalex.org/W1547553618", + "https://openalex.org/W1550961891", + "https://openalex.org/W1553682320", + "https://openalex.org/W1556094091", + "https://openalex.org/W1561056154", + "https://openalex.org/W1574901103", + "https://openalex.org/W1576676390", + "https://openalex.org/W1577216492", + "https://openalex.org/W1578881253", + "https://openalex.org/W1591234214", + "https://openalex.org/W1592212241", + "https://openalex.org/W1594962278", + "https://openalex.org/W1597379537", + "https://openalex.org/W1601145406", + "https://openalex.org/W1619226191", + "https://openalex.org/W1620204465", + "https://openalex.org/W1813610639", + "https://openalex.org/W1857571498", + "https://openalex.org/W1907380269", + "https://openalex.org/W1924689489", + "https://openalex.org/W1966065191", + "https://openalex.org/W1969572066", + "https://openalex.org/W1970858159", + "https://openalex.org/W1970974276", + "https://openalex.org/W1971666241", + "https://openalex.org/W1973911615", + "https://openalex.org/W1975496312", + "https://openalex.org/W1977182536", + "https://openalex.org/W1978394996", + "https://openalex.org/W1979648751", + "https://openalex.org/W1980776671", + "https://openalex.org/W1983078185", + "https://openalex.org/W1986913017", + "https://openalex.org/W1988711048", + "https://openalex.org/W1989568037", + "https://openalex.org/W1989738209", + "https://openalex.org/W1993657037", + "https://openalex.org/W1993934121", + "https://openalex.org/W1995014490", + "https://openalex.org/W2001664274", + "https://openalex.org/W2002675557", + "https://openalex.org/W2002857471", + "https://openalex.org/W2003436527", + "https://openalex.org/W2004180556", + "https://openalex.org/W2004871537", + "https://openalex.org/W2005422315", + "https://openalex.org/W2005758492", + "https://openalex.org/W2006119904", + "https://openalex.org/W2006187024", + "https://openalex.org/W2007395264", + "https://openalex.org/W2007512902", + "https://openalex.org/W2008931716", + "https://openalex.org/W2009190245", + "https://openalex.org/W2010652031", + "https://openalex.org/W2013657661", + "https://openalex.org/W2015267443", + "https://openalex.org/W2015518873", + "https://openalex.org/W2017867386", + "https://openalex.org/W2019778169", + "https://openalex.org/W2020316999", + "https://openalex.org/W2025451713", + "https://openalex.org/W2029609769", + "https://openalex.org/W2033751006", + "https://openalex.org/W2035754578", + "https://openalex.org/W2040424159", + "https://openalex.org/W2041726831", + "https://openalex.org/W2043909051", + "https://openalex.org/W2045812729", + "https://openalex.org/W2047031127", + "https://openalex.org/W2049384587", + "https://openalex.org/W2053463056", + "https://openalex.org/W2058982198", + "https://openalex.org/W2059019405", + "https://openalex.org/W2060216474", + "https://openalex.org/W2060476676", + "https://openalex.org/W2060704583", + "https://openalex.org/W2062847911", + "https://openalex.org/W2062914707", + "https://openalex.org/W2063198646", + "https://openalex.org/W2063862666", + "https://openalex.org/W2064580901", + "https://openalex.org/W2065010255", + "https://openalex.org/W2065747622", + "https://openalex.org/W2066462377", + "https://openalex.org/W2071415686", + "https://openalex.org/W2071664212", + "https://openalex.org/W2076008912", + "https://openalex.org/W2077777431", + "https://openalex.org/W2080251601", + "https://openalex.org/W2084044465", + "https://openalex.org/W2085302848", + "https://openalex.org/W2085989833", + "https://openalex.org/W2087609354", + "https://openalex.org/W2088658068", + "https://openalex.org/W2092134162", + "https://openalex.org/W2092488901", + "https://openalex.org/W2092689128", + "https://openalex.org/W2093098531", + "https://openalex.org/W2094934653", + "https://openalex.org/W2096152098", + "https://openalex.org/W2096411881", + "https://openalex.org/W2097089247", + "https://openalex.org/W2097847889", + "https://openalex.org/W2101154521", + "https://openalex.org/W2104808840", + "https://openalex.org/W2106365165", + "https://openalex.org/W2107008379", + "https://openalex.org/W2107827038", + "https://openalex.org/W2110224739", + "https://openalex.org/W2114535528", + "https://openalex.org/W2125776553", + "https://openalex.org/W2126502509", + "https://openalex.org/W2126631147", + "https://openalex.org/W2126850915", + "https://openalex.org/W2127994451", + "https://openalex.org/W2130337399", + "https://openalex.org/W2132315067", + "https://openalex.org/W2133890944", + "https://openalex.org/W2135276756", + "https://openalex.org/W2139578439", + "https://openalex.org/W2140785063", + "https://openalex.org/W2140956226", + "https://openalex.org/W2142515059", + "https://openalex.org/W2145036943", + "https://openalex.org/W2145296344", + "https://openalex.org/W2146888100", + "https://openalex.org/W2147152072", + "https://openalex.org/W2149684865", + "https://openalex.org/W2151801809", + "https://openalex.org/W2153211312", + "https://openalex.org/W2153962014", + "https://openalex.org/W2158738673", + "https://openalex.org/W2165612380", + "https://openalex.org/W2169384781", + "https://openalex.org/W2170654002", + "https://openalex.org/W2172142456", + "https://openalex.org/W2174678383", + "https://openalex.org/W2435251607", + "https://openalex.org/W2561675875", + "https://openalex.org/W2798573942", + "https://openalex.org/W2915186198", + "https://openalex.org/W2949696181", + "https://openalex.org/W2952299822", + "https://openalex.org/W2953123431", + "https://openalex.org/W3042893949", + "https://openalex.org/W3157411736", + "https://openalex.org/W4205241946", + "https://openalex.org/W4240008182", + "https://openalex.org/W4249379282", + "https://openalex.org/W4285719527", + "https://openalex.org/W6604296810", + "https://openalex.org/W6614676750", + "https://openalex.org/W6629232668", + "https://openalex.org/W6630268012", + "https://openalex.org/W6631307659", + "https://openalex.org/W6632118081", + "https://openalex.org/W6633640926", + "https://openalex.org/W6635379667", + "https://openalex.org/W6635548358", + "https://openalex.org/W6636628491", + "https://openalex.org/W6638423001", + "https://openalex.org/W6641777427", + "https://openalex.org/W6643036076", + "https://openalex.org/W6644484350", + "https://openalex.org/W6666817399", + "https://openalex.org/W6673691841", + "https://openalex.org/W6673781366", + "https://openalex.org/W6679004887", + "https://openalex.org/W6679453733", + "https://openalex.org/W6681835404", + "https://openalex.org/W6682342947", + "https://openalex.org/W6738852829", + "https://openalex.org/W6792154874", + "https://openalex.org/W6794861161", + "https://openalex.org/W7046466245", + "https://openalex.org/W7064660697" + ], + "related_works": [ + "https://openalex.org/W2360898036", + "https://openalex.org/W2390857744", + "https://openalex.org/W2133651098", + "https://openalex.org/W2390698788", + "https://openalex.org/W2383063829", + "https://openalex.org/W2138922887", + "https://openalex.org/W2082678934", + "https://openalex.org/W2035261173", + "https://openalex.org/W2106892947", + "https://openalex.org/W2237299843" + ], + "abstract_inverted_index": { + "The": [ + 0, + 74 + ], + "automated": [ + 1 + ], + "categorization": [ + 2, + 122 + ], + "(or": [ + 3 + ], + "classification)": [ + 4 + ], + "of": [ + 5, + 25, + 66, + 71, + 76, + 89, + 104 + ], + "texts": [ + 6 + ], + "into": [ + 7 + ], + "predefined": [ + 8 + ], + "categories": [ + 9 + ], + "has": [ + 10 + ], + "witnessed": [ + 11 + ], + "a": [ + 12, + 53, + 59, + 64, + 90, + 96 + ], + "booming": [ + 13 + ], + "interest": [ + 14 + ], + "in": [ + 15, + 27, + 85, + 102, + 133 + ], + "the": [ + 16, + 22, + 31, + 38, + 41, + 69, + 72, + 80, + 86, + 117, + 126 + ], + "last": [ + 17 + ], + "10": [ + 18 + ], + "years,": [ + 19 + ], + "due": [ + 20 + ], + "to": [ + 21, + 34, + 44, + 111, + 120, + 137 + ], + "increased": [ + 23 + ], + "availability": [ + 24 + ], + "documents": [ + 26 + ], + "digital": [ + 28 + ], + "form": [ + 29 + ], + "and": [ + 30, + 108, + 146 + ], + "ensuing": [ + 32 + ], + "need": [ + 33 + ], + "organize": [ + 35 + ], + "them.": [ + 36 + ], + "In": [ + 37 + ], + "research": [ + 39 + ], + "community": [ + 40 + ], + "dominant": [ + 42 + ], + "approach": [ + 43, + 78, + 83 + ], + "this": [ + 45, + 77 + ], + "problem": [ + 46 + ], + "is": [ + 47 + ], + "based": [ + 48 + ], + "on": [ + 49 + ], + "machine": [ + 50, + 127 + ], + "learning": [ + 51, + 128 + ], + "techniques:": [ + 52 + ], + "general": [ + 54 + ], + "inductive": [ + 55 + ], + "process": [ + 56 + ], + "automatically": [ + 57 + ], + "builds": [ + 58 + ], + "classifier": [ + 60, + 91, + 144, + 147 + ], + "by": [ + 61, + 92 + ], + "learning,": [ + 62 + ], + "from": [ + 63 + ], + "set": [ + 65 + ], + "preclassified": [ + 67 + ], + "documents,": [ + 68 + ], + "characteristics": [ + 70 + ], + "categories.": [ + 73 + ], + "advantages": [ + 75 + ], + "over": [ + 79 + ], + "knowledge": [ + 81 + ], + "engineering": [ + 82 + ], + "(consisting": [ + 84 + ], + "manual": [ + 87 + ], + "definition": [ + 88 + ], + "domain": [ + 93 + ], + "experts)": [ + 94 + ], + "are": [ + 95 + ], + "very": [ + 97 + ], + "good": [ + 98 + ], + "effectiveness,": [ + 99 + ], + "considerable": [ + 100 + ], + "savings": [ + 101 + ], + "terms": [ + 103 + ], + "expert": [ + 105 + ], + "labor": [ + 106 + ], + "power,": [ + 107 + ], + "straightforward": [ + 109 + ], + "portability": [ + 110 + ], + "different": [ + 112, + 139 + ], + "domains.": [ + 113 + ], + "This": [ + 114 + ], + "survey": [ + 115 + ], + "discusses": [ + 116 + ], + "main": [ + 118 + ], + "approaches": [ + 119 + ], + "text": [ + 121 + ], + "that": [ + 123 + ], + "fall": [ + 124 + ], + "within": [ + 125 + ], + "paradigm.": [ + 129 + ], + "We": [ + 130 + ], + "will": [ + 131 + ], + "discuss": [ + 132 + ], + "detail": [ + 134 + ], + "issues": [ + 135 + ], + "pertaining": [ + 136 + ], + "three": [ + 138 + ], + "problems,": [ + 140 + ], + "namely,": [ + 141 + ], + "document": [ + 142 + ], + "representation,": [ + 143 + ], + "construction,": [ + 145 + ], + "evaluation.": [ + 148 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 43 + }, + { + "year": 2025, + "cited_by_count": 154 + }, + { + "year": 2024, + "cited_by_count": 162 + }, + { + "year": 2023, + "cited_by_count": 189 + }, + { + "year": 2022, + "cited_by_count": 208 + }, + { + "year": 2021, + "cited_by_count": 255 + }, + { + "year": 2020, + "cited_by_count": 387 + }, + { + "year": 2019, + "cited_by_count": 377 + }, + { + "year": 2018, + "cited_by_count": 423 + }, + { + "year": 2017, + "cited_by_count": 392 + }, + { + "year": 2016, + "cited_by_count": 423 + }, + { + "year": 2015, + "cited_by_count": 449 + }, + { + "year": 2014, + "cited_by_count": 482 + }, + { + "year": 2013, + "cited_by_count": 433 + }, + { + "year": 2012, + "cited_by_count": 433 + } + ], + "updated_date": "2026-05-28T09:10:13.091523", + "created_date": "2021-02-01T00:00:00" + }, + { + "id": "https://openalex.org/W1504694836", + "doi": null, + "title": "Programs for Machine Learning", + "display_name": "Programs for Machine Learning", + "relevance_score": 5950.4067, + "publication_year": 1994, + "publication_date": "1994-01-01", + "ids": { + "openalex": "https://openalex.org/W1504694836", + "mag": "1504694836" + }, + "language": "en", + "primary_location": { + "id": "mag:1504694836", + "is_oa": false, + "landing_page_url": null, + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": null + }, + "type": "article", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5010384159", + "display_name": "Steven L. Salzberg", + "orcid": "https://orcid.org/0000-0002-8859-7432" + }, + "institutions": [ + { + "id": "https://openalex.org/I145311948", + "display_name": "Johns Hopkins University", + "ror": "https://ror.org/00za53h95", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I145311948" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Steven L. Salzberg", + "raw_affiliation_strings": [ + "Johns Hopkins University (" + ], + "raw_orcid": "https://orcid.org/0000-0002-8859-7432", + "affiliations": [ + { + "raw_affiliation_string": "Johns Hopkins University (", + "institution_ids": [ + "https://openalex.org/I145311948" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5071525910", + "display_name": "Alberto M. Segre", + "orcid": "https://orcid.org/0000-0002-8886-6559" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Alberto M. Segre", + "raw_affiliation_strings": [], + "raw_orcid": "https://orcid.org/0000-0002-8886-6559", + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5010384159" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I145311948" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 107.5137, + "has_fulltext": false, + "cited_by_count": 5804, + "citation_normalized_percentile": { + "value": 0.9997644, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10538", + "display_name": "Data Mining Algorithms and Applications", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1710", + "display_name": "Information Systems" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10538", + "display_name": "Data Mining Algorithms and Applications", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1710", + "display_name": "Information Systems" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9908999800682068, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11063", + "display_name": "Rough Sets and Fuzzy Logic", + "score": 0.9908000230789185, + "subfield": { + "id": "https://openalex.org/subfields/1703", + "display_name": "Computational Theory and Mathematics" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/successor-cardinal", + "display_name": "Successor cardinal", + "score": 0.7589357495307922 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6884413957595825 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6734851002693176 + }, + { + "id": "https://openalex.org/keywords/decision-tree", + "display_name": "Decision tree", + "score": 0.6281428337097168 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6256998777389526 + }, + { + "id": "https://openalex.org/keywords/subject", + "display_name": "Subject (documents)", + "score": 0.5763391256332397 + }, + { + "id": "https://openalex.org/keywords/id3-algorithm", + "display_name": "ID3 algorithm", + "score": 0.5538088083267212 + }, + { + "id": "https://openalex.org/keywords/decision-tree-learning", + "display_name": "Decision tree learning", + "score": 0.2895125150680542 + }, + { + "id": "https://openalex.org/keywords/incremental-decision-tree", + "display_name": "Incremental decision tree", + "score": 0.1487756371498108 + }, + { + "id": "https://openalex.org/keywords/world-wide-web", + "display_name": "World Wide Web", + "score": 0.12600353360176086 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.1005239188671112 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C75306776", + "wikidata": "https://www.wikidata.org/wiki/Q7632662", + "display_name": "Successor cardinal", + "level": 2, + "score": 0.7589357495307922 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6884413957595825 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6734851002693176 + }, + { + "id": "https://openalex.org/C84525736", + "wikidata": "https://www.wikidata.org/wiki/Q831366", + "display_name": "Decision tree", + "level": 2, + "score": 0.6281428337097168 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6256998777389526 + }, + { + "id": "https://openalex.org/C2777855551", + "wikidata": "https://www.wikidata.org/wiki/Q12310021", + "display_name": "Subject (documents)", + "level": 2, + "score": 0.5763391256332397 + }, + { + "id": "https://openalex.org/C183931066", + "wikidata": "https://www.wikidata.org/wiki/Q1653378", + "display_name": "ID3 algorithm", + "level": 5, + "score": 0.5538088083267212 + }, + { + "id": "https://openalex.org/C5481197", + "wikidata": "https://www.wikidata.org/wiki/Q16766476", + "display_name": "Decision tree learning", + "level": 3, + "score": 0.2895125150680542 + }, + { + "id": "https://openalex.org/C10229987", + "wikidata": "https://www.wikidata.org/wiki/Q17083028", + "display_name": "Incremental decision tree", + "level": 4, + "score": 0.1487756371498108 + }, + { + "id": "https://openalex.org/C136764020", + "wikidata": "https://www.wikidata.org/wiki/Q466", + "display_name": "World Wide Web", + "level": 1, + "score": 0.12600353360176086 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.1005239188671112 + }, + { + "id": "https://openalex.org/C134306372", + "wikidata": "https://www.wikidata.org/wiki/Q7754", + "display_name": "Mathematical analysis", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "mag:1504694836", + "is_oa": false, + "landing_page_url": null, + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "score": 0.5799999833106995, + "display_name": "Peace, Justice and strong institutions", + "id": "https://metadata.un.org/sdg/16" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 6, + "referenced_works": [ + "https://openalex.org/W1534707631", + "https://openalex.org/W1573640198", + "https://openalex.org/W1594031697", + "https://openalex.org/W1604329830", + "https://openalex.org/W2149706766", + "https://openalex.org/W3085162807" + ], + "related_works": [ + "https://openalex.org/W3120740533", + "https://openalex.org/W2966207845", + "https://openalex.org/W2912934387", + "https://openalex.org/W2911964244", + "https://openalex.org/W2156909104", + "https://openalex.org/W2149706766", + "https://openalex.org/W2147169507", + "https://openalex.org/W2140190241", + "https://openalex.org/W2136000097", + "https://openalex.org/W2133990480", + "https://openalex.org/W2125055259", + "https://openalex.org/W2123504579", + "https://openalex.org/W2112076978", + "https://openalex.org/W2084812512", + "https://openalex.org/W1988790447", + "https://openalex.org/W1912123407", + "https://openalex.org/W1670263352", + "https://openalex.org/W1594031697", + "https://openalex.org/W1585743408", + "https://openalex.org/W1570448133" + ], + "abstract_inverted_index": { + "Algorithms": [ + 0 + ], + "for": [ + 1, + 64, + 87 + ], + "constructing": [ + 2 + ], + "decision": [ + 3, + 20, + 68 + ], + "trees": [ + 4, + 69 + ], + "are": [ + 5, + 31 + ], + "among": [ + 6 + ], + "the": [ + 7, + 33, + 37, + 49, + 104, + 117 + ], + "most": [ + 8, + 34, + 61 + ], + "well": [ + 9 + ], + "known": [ + 10 + ], + "and": [ + 11, + 27, + 43, + 122 + ], + "widely": [ + 12 + ], + "used": [ + 13 + ], + "of": [ + 14, + 51, + 99, + 119 + ], + "all": [ + 15 + ], + "machine": [ + 16, + 38 + ], + "learning": [ + 17, + 39 + ], + "methods.": [ + 18 + ], + "Among": [ + 19 + ], + "tree": [ + 21 + ], + "algorithms,": [ + 22 + ], + "J.": [ + 23 + ], + "Ross": [ + 24 + ], + "Quinlan's": [ + 25, + 72 + ], + "ID3": [ + 26 + ], + "its": [ + 28 + ], + "successor,": [ + 29 + ], + "C4.5,": [ + 30 + ], + "probably": [ + 32 + ], + "popular": [ + 35 + ], + "in": [ + 36 + ], + "community.": [ + 40 + ], + "These": [ + 41 + ], + "algorithms": [ + 42 + ], + "variations": [ + 44 + ], + "on": [ + 45 + ], + "them": [ + 46 + ], + "have": [ + 47 + ], + "been": [ + 48 + ], + "subject": [ + 50 + ], + "numerous": [ + 52 + ], + "research": [ + 53 + ], + "papers": [ + 54 + ], + "since": [ + 55 + ], + "Quinlan": [ + 56, + 90 + ], + "introduced": [ + 57 + ], + "ID3.": [ + 58 + ], + "Until": [ + 59 + ], + "recently,": [ + 60 + ], + "researchers": [ + 62, + 121 + ], + "looking": [ + 63 + ], + "an": [ + 65 + ], + "introduction": [ + 66 + ], + "to": [ + 67, + 71, + 116 + ], + "turned": [ + 70 + ], + "seminal": [ + 73 + ], + "1986": [ + 74 + ], + "Machine": [ + 75, + 88 + ], + "Learning": [ + 76 + ], + "journal": [ + 77 + ], + "article": [ + 78 + ], + "[Quinlan,": [ + 79 + ], + "1986].": [ + 80 + ], + "In": [ + 81 + ], + "his": [ + 82, + 100 + ], + "new": [ + 83 + ], + "book,": [ + 84 + ], + "C4.5:": [ + 85 + ], + "Programs": [ + 86 + ], + "Learning,": [ + 89 + ], + "has": [ + 91 + ], + "put": [ + 92 + ], + "together": [ + 93 + ], + "a": [ + 94, + 113 + ], + "definitive,": [ + 95 + ], + "much": [ + 96 + ], + "needed": [ + 97 + ], + "description": [ + 98 + ], + "complete": [ + 101 + ], + "system,": [ + 102 + ], + "including": [ + 103 + ], + "latest": [ + 105 + ], + "developments.": [ + 106 + ], + "As": [ + 107 + ], + "such,": [ + 108 + ], + "this": [ + 109 + ], + "book": [ + 110 + ], + "will": [ + 111 + ], + "be": [ + 112 + ], + "welcome": [ + 114 + ], + "addition": [ + 115 + ], + "library": [ + 118 + ], + "many": [ + 120 + ], + "students.": [ + 123 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 11 + }, + { + "year": 2024, + "cited_by_count": 25 + }, + { + "year": 2023, + "cited_by_count": 36 + }, + { + "year": 2022, + "cited_by_count": 48 + }, + { + "year": 2021, + "cited_by_count": 153 + }, + { + "year": 2020, + "cited_by_count": 167 + }, + { + "year": 2019, + "cited_by_count": 143 + }, + { + "year": 2018, + "cited_by_count": 160 + }, + { + "year": 2017, + "cited_by_count": 145 + }, + { + "year": 2016, + "cited_by_count": 190 + }, + { + "year": 2015, + "cited_by_count": 311 + }, + { + "year": 2014, + "cited_by_count": 283 + }, + { + "year": 2013, + "cited_by_count": 321 + }, + { + "year": 2012, + "cited_by_count": 284 + } + ], + "updated_date": "2026-04-26T08:31:28.666265", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2271840356", + "doi": "https://doi.org/10.48550/arxiv.1603.04467", + "title": "TensorFlow: Large-Scale Machine Learning on Heterogeneous Distributed Systems", + "display_name": "TensorFlow: Large-Scale Machine Learning on Heterogeneous Distributed Systems", + "relevance_score": 5950.2344, + "publication_year": 2016, + "publication_date": "2016-03-14", + "ids": { + "openalex": "https://openalex.org/W2271840356", + "doi": "https://doi.org/10.48550/arxiv.1603.04467", + "mag": "2271840356" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:arXiv.org:1603.04467", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1603.04467", + "pdf_url": "https://arxiv.org/pdf/1603.04467", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "type": "preprint", + "indexed_in": [ + "arxiv", + "datacite" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1603.04467", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5109387322", + "display_name": "Martı́n Abadi", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "Abadi, Martín", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5027820479", + "display_name": "Ashish Agarwal", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Agarwal, Ashish", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5110193634", + "display_name": "Paul Barham", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Barham, Paul", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5047736127", + "display_name": "Eugene Brevdo", + "orcid": "https://orcid.org/0009-0005-7965-3534" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Brevdo, Eugene", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5100715424", + "display_name": "Zhifeng Chen", + "orcid": "https://orcid.org/0000-0001-8631-2424" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Chen, Zhifeng", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5069624169", + "display_name": "Craig Citro", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Citro, Craig", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5066927687", + "display_name": "Gregory S. Corrado", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Corrado, Greg S.", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5068599616", + "display_name": "Andy Davis", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Davis, Andy", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5043872671", + "display_name": "Jay B. Dean", + "orcid": "https://orcid.org/0000-0003-1362-0500" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Dean, Jeffrey", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5004386681", + "display_name": "Matthieu Devin", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Devin, Matthieu", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5012998255", + "display_name": "Sanjay Ghemawat", + "orcid": "https://orcid.org/0009-0005-6843-3093" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Ghemawat, Sanjay", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5004271128", + "display_name": "Ian Goodfellow", + "orcid": "https://orcid.org/0000-0003-3937-2322" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Goodfellow, Ian", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5064042510", + "display_name": "Andrew Harp", + "orcid": "https://orcid.org/0000-0002-4836-7878" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Harp, Andrew", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5029611587", + "display_name": "Geoffrey Irving", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Irving, Geoffrey", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5089543053", + "display_name": "Michael Isard", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Isard, Michael", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5110220840", + "display_name": "Yangqing Jia", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Jia, Yangqing", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5067370075", + "display_name": "Rafał Józefowicz", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Jozefowicz, Rafal", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5031789995", + "display_name": "Łukasz Kaiser", + "orcid": "https://orcid.org/0000-0003-1092-6010" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Kaiser, Lukasz", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5000650022", + "display_name": "Manjunath Kudlur", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Kudlur, Manjunath", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5009510257", + "display_name": "Josh Levenberg", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Levenberg, Josh", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5045113162", + "display_name": "Dan Mané", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Mane, Dan", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5024140027", + "display_name": "Rajat Monga", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Monga, Rajat", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5063771762", + "display_name": "Sherry Moore", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Moore, Sherry", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5067335143", + "display_name": "Derek G. Murray", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Murray, Derek", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5039751155", + "display_name": "Chris Olah", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Olah, Chris", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5113452656", + "display_name": "Mike Schuster", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Schuster, Mike", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5032356827", + "display_name": "Jonathon Shlens", + "orcid": "https://orcid.org/0000-0001-9513-4244" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Shlens, Jonathon", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5028992619", + "display_name": "Benoit Steiner", + "orcid": "https://orcid.org/0000-0002-5767-4976" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Steiner, Benoit", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5006446297", + "display_name": "Ilya Sutskever", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Sutskever, Ilya", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5080065269", + "display_name": "Kunal Talwar", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Talwar, Kunal", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5016586245", + "display_name": "Paul A. Tucker", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Tucker, Paul", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5013813527", + "display_name": "Vincent Vanhoucke", + "orcid": "https://orcid.org/0000-0003-0544-2791" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Vanhoucke, Vincent", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5004650249", + "display_name": "Vijay Vasudevan", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Vasudevan, Vijay", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5059594867", + "display_name": "Fernanda Viégas", + "orcid": "https://orcid.org/0000-0002-4951-4008" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Viegas, Fernanda", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5003562101", + "display_name": "Oriol Vinyals", + "orcid": "https://orcid.org/0000-0001-7848-7283" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Vinyals, Oriol", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5014405928", + "display_name": "Pete Warden", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Warden, Pete", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5039276358", + "display_name": "Martin Wattenberg", + "orcid": "https://orcid.org/0000-0003-0904-4862" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Wattenberg, Martin", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5080764662", + "display_name": "Martin Wicke", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Wicke, Martin", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5104075606", + "display_name": "Yuan Yu", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Yu, Yuan", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5102988664", + "display_name": "Xiaoqiang Zheng", + "orcid": "https://orcid.org/0000-0001-5151-8561" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Zheng, Xiaoqiang", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 40, + "corresponding_author_ids": [ + "https://openalex.org/A5109387322" + ], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": null, + "has_fulltext": false, + "cited_by_count": 9772, + "citation_normalized_percentile": null, + "cited_by_percentile_year": null, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10054", + "display_name": "Parallel Computing and Optimization Techniques", + "score": 0.9970999956130981, + "subfield": { + "id": "https://openalex.org/subfields/1708", + "display_name": "Hardware and Architecture" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10054", + "display_name": "Parallel Computing and Optimization Techniques", + "score": 0.9970999956130981, + "subfield": { + "id": "https://openalex.org/subfields/1708", + "display_name": "Hardware and Architecture" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10101", + "display_name": "Cloud Computing and Resource Management", + "score": 0.9958999752998352, + "subfield": { + "id": "https://openalex.org/subfields/1710", + "display_name": "Information Systems" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11986", + "display_name": "Scientific Computing and Data Management", + "score": 0.9957000017166138, + "subfield": { + "id": "https://openalex.org/subfields/1802", + "display_name": "Information Systems and Management" + }, + "field": { + "id": "https://openalex.org/fields/18", + "display_name": "Decision Sciences" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/scale", + "display_name": "Scale (ratio)", + "score": 0.6250410079956055 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.5916432738304138 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.463681161403656 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.3644576668739319 + }, + { + "id": "https://openalex.org/keywords/distributed-computing", + "display_name": "Distributed computing", + "score": 0.36219537258148193 + }, + { + "id": "https://openalex.org/keywords/geography", + "display_name": "Geography", + "score": 0.11677020788192749 + }, + { + "id": "https://openalex.org/keywords/cartography", + "display_name": "Cartography", + "score": 0.11492305994033813 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2778755073", + "wikidata": "https://www.wikidata.org/wiki/Q10858537", + "display_name": "Scale (ratio)", + "level": 2, + "score": 0.6250410079956055 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.5916432738304138 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.463681161403656 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.3644576668739319 + }, + { + "id": "https://openalex.org/C120314980", + "wikidata": "https://www.wikidata.org/wiki/Q180634", + "display_name": "Distributed computing", + "level": 1, + "score": 0.36219537258148193 + }, + { + "id": "https://openalex.org/C205649164", + "wikidata": "https://www.wikidata.org/wiki/Q1071", + "display_name": "Geography", + "level": 0, + "score": 0.11677020788192749 + }, + { + "id": "https://openalex.org/C58640448", + "wikidata": "https://www.wikidata.org/wiki/Q42515", + "display_name": "Cartography", + "level": 1, + "score": 0.11492305994033813 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "pmh:oai:arXiv.org:1603.04467", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1603.04467", + "pdf_url": "https://arxiv.org/pdf/1603.04467", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "doi:10.48550/arxiv.1603.04467", + "is_oa": true, + "landing_page_url": "https://doi.org/10.48550/arxiv.1603.04467", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1603.04467", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1603.04467", + "pdf_url": "https://arxiv.org/pdf/1603.04467", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "sustainable_development_goals": [ + { + "score": 0.5299999713897705, + "display_name": "Quality Education", + "id": "https://metadata.un.org/sdg/4" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 42, + "referenced_works": [ + "https://openalex.org/W1442374986", + "https://openalex.org/W1484210532", + "https://openalex.org/W1487337216", + "https://openalex.org/W1498436455", + "https://openalex.org/W1526734559", + "https://openalex.org/W1548328233", + "https://openalex.org/W1598866093", + "https://openalex.org/W1614298861", + "https://openalex.org/W1658008008", + "https://openalex.org/W1667652561", + "https://openalex.org/W1738019091", + "https://openalex.org/W1827297289", + "https://openalex.org/W1869752048", + "https://openalex.org/W1947291763", + "https://openalex.org/W1978660892", + "https://openalex.org/W1978924650", + "https://openalex.org/W2002257715", + "https://openalex.org/W2016053056", + "https://openalex.org/W2017351599", + "https://openalex.org/W2032036568", + "https://openalex.org/W2035424729", + "https://openalex.org/W2055312318", + "https://openalex.org/W2064675550", + "https://openalex.org/W2082171780", + "https://openalex.org/W2097117768", + "https://openalex.org/W2100830825", + "https://openalex.org/W2123024445", + "https://openalex.org/W2130942839", + "https://openalex.org/W2131975293", + "https://openalex.org/W2138243089", + "https://openalex.org/W2141992894", + "https://openalex.org/W2146757372", + "https://openalex.org/W2155893237", + "https://openalex.org/W2160815625", + "https://openalex.org/W2168231600", + "https://openalex.org/W2171532807", + "https://openalex.org/W2181607856", + "https://openalex.org/W2253807446", + "https://openalex.org/W2507756961", + "https://openalex.org/W2949117887", + "https://openalex.org/W2950789693", + "https://openalex.org/W2951781666" + ], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W3046775127", + "https://openalex.org/W3107602296", + "https://openalex.org/W3170094116", + "https://openalex.org/W4386462264", + "https://openalex.org/W4364306694", + "https://openalex.org/W4312192474", + "https://openalex.org/W4283697347", + "https://openalex.org/W4210805261" + ], + "abstract_inverted_index": { + "TensorFlow": [ + 0, + 20, + 138, + 153 + ], + "is": [ + 1, + 65 + ], + "an": [ + 2, + 10, + 141, + 162 + ], + "interface": [ + 3, + 139, + 145 + ], + "for": [ + 4, + 12, + 83, + 93, + 97 + ], + "expressing": [ + 5 + ], + "machine": [ + 6, + 99 + ], + "learning": [ + 7, + 100 + ], + "algorithms,": [ + 8, + 77 + ], + "and": [ + 9, + 43, + 54, + 67, + 80, + 88, + 96, + 113, + 130, + 140, + 155, + 173 + ], + "implementation": [ + 11, + 142, + 158 + ], + "executing": [ + 13 + ], + "such": [ + 14, + 40, + 59 + ], + "algorithms.": [ + 15 + ], + "A": [ + 16 + ], + "computation": [ + 17 + ], + "expressed": [ + 18 + ], + "using": [ + 19 + ], + "can": [ + 21, + 68 + ], + "be": [ + 22, + 69 + ], + "executed": [ + 23 + ], + "with": [ + 24 + ], + "little": [ + 25 + ], + "or": [ + 26 + ], + "no": [ + 27 + ], + "change": [ + 28 + ], + "on": [ + 29 + ], + "a": [ + 30, + 73, + 107, + 156 + ], + "wide": [ + 31, + 74 + ], + "variety": [ + 32, + 75 + ], + "of": [ + 33, + 50, + 52, + 56, + 76, + 110, + 143 + ], + "heterogeneous": [ + 34 + ], + "systems,": [ + 35 + ], + "ranging": [ + 36 + ], + "from": [ + 37 + ], + "mobile": [ + 38 + ], + "devices": [ + 39, + 58 + ], + "as": [ + 41, + 60, + 161 + ], + "phones": [ + 42 + ], + "tablets": [ + 44 + ], + "up": [ + 45 + ], + "to": [ + 46, + 71 + ], + "large-scale": [ + 47 + ], + "distributed": [ + 48 + ], + "systems": [ + 49, + 101 + ], + "hundreds": [ + 51 + ], + "machines": [ + 53 + ], + "thousands": [ + 55 + ], + "computational": [ + 57, + 131 + ], + "GPU": [ + 61 + ], + "cards.": [ + 62 + ], + "The": [ + 63, + 152 + ], + "system": [ + 64 + ], + "flexible": [ + 66 + ], + "used": [ + 70, + 92 + ], + "express": [ + 72 + ], + "including": [ + 78, + 116 + ], + "training": [ + 79 + ], + "inference": [ + 81 + ], + "algorithms": [ + 82 + ], + "deep": [ + 84 + ], + "neural": [ + 85 + ], + "network": [ + 86 + ], + "models,": [ + 87 + ], + "it": [ + 89 + ], + "has": [ + 90 + ], + "been": [ + 91 + ], + "conducting": [ + 94 + ], + "research": [ + 95 + ], + "deploying": [ + 98 + ], + "into": [ + 102 + ], + "production": [ + 103 + ], + "across": [ + 104 + ], + "more": [ + 105 + ], + "than": [ + 106 + ], + "dozen": [ + 108 + ], + "areas": [ + 109 + ], + "computer": [ + 111, + 119 + ], + "science": [ + 112 + ], + "other": [ + 114 + ], + "fields,": [ + 115 + ], + "speech": [ + 117 + ], + "recognition,": [ + 118 + ], + "vision,": [ + 120 + ], + "robotics,": [ + 121 + ], + "information": [ + 122, + 128 + ], + "retrieval,": [ + 123 + ], + "natural": [ + 124 + ], + "language": [ + 125 + ], + "processing,": [ + 126 + ], + "geographic": [ + 127 + ], + "extraction,": [ + 129 + ], + "drug": [ + 132 + ], + "discovery.": [ + 133 + ], + "This": [ + 134 + ], + "paper": [ + 135 + ], + "describes": [ + 136 + ], + "the": [ + 137, + 166 + ], + "that": [ + 144, + 146 + ], + "we": [ + 147 + ], + "have": [ + 148 + ], + "built": [ + 149 + ], + "at": [ + 150, + 176 + ], + "Google.": [ + 151 + ], + "API": [ + 154 + ], + "reference": [ + 157 + ], + "were": [ + 159 + ], + "released": [ + 160 + ], + "open-source": [ + 163 + ], + "package": [ + 164 + ], + "under": [ + 165 + ], + "Apache": [ + 167 + ], + "2.0": [ + 168 + ], + "license": [ + 169 + ], + "in": [ + 170 + ], + "November,": [ + 171 + ], + "2015": [ + 172 + ], + "are": [ + 174 + ], + "available": [ + 175 + ], + "www.tensorflow.org.": [ + 177 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 34 + }, + { + "year": 2025, + "cited_by_count": 298 + }, + { + "year": 2024, + "cited_by_count": 727 + }, + { + "year": 2023, + "cited_by_count": 903 + }, + { + "year": 2022, + "cited_by_count": 846 + }, + { + "year": 2021, + "cited_by_count": 1496 + }, + { + "year": 2020, + "cited_by_count": 1433 + }, + { + "year": 2019, + "cited_by_count": 1315 + }, + { + "year": 2018, + "cited_by_count": 1564 + }, + { + "year": 2017, + "cited_by_count": 996 + }, + { + "year": 2016, + "cited_by_count": 156 + }, + { + "year": 2015, + "cited_by_count": 2 + }, + { + "year": 2014, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2402144811", + "doi": "https://doi.org/10.5555/3026877.3026899", + "title": "TensorFlow: a system for large-scale machine learning", + "display_name": "TensorFlow: a system for large-scale machine learning", + "relevance_score": 5234.945, + "publication_year": 2016, + "publication_date": "2016-11-02", + "ids": { + "openalex": "https://openalex.org/W2402144811", + "doi": "https://doi.org/10.5555/3026877.3026899", + "mag": "2402144811" + }, + "language": "en", + "primary_location": { + "id": "mag:2402144811", + "is_oa": false, + "landing_page_url": "https://www.usenix.org/system/files/conference/osdi16/osdi16-abadi.pdf", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306420647", + "display_name": "Operating Systems Design and Implementation", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "conference" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": false, + "raw_source_name": "Operating Systems Design and Implementation", + "raw_type": null + }, + "type": "article", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5109387322", + "display_name": "Martı́n Abadi", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Martı́n Abadi", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5110193634", + "display_name": "Paul Barham", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Paul Barham", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5100665512", + "display_name": "Jianmin Chen", + "orcid": "https://orcid.org/0000-0001-5859-3070" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Jianmin Chen", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": "https://orcid.org/0000-0001-5859-3070", + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5100715421", + "display_name": "Zhifeng Chen", + "orcid": "https://orcid.org/0000-0001-5137-1344" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Zhifeng Chen", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": "https://orcid.org/0000-0001-5137-1344", + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5068599616", + "display_name": "Andy Davis", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Andy Davis", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5043872671", + "display_name": "Jay B. Dean", + "orcid": "https://orcid.org/0000-0003-1362-0500" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Jay B. Dean", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": "https://orcid.org/0000-0003-1362-0500", + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5004386681", + "display_name": "Matthieu Devin", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Matthieu Devin", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5012998255", + "display_name": "Sanjay Ghemawat", + "orcid": "https://orcid.org/0009-0005-6843-3093" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Sanjay Ghemawat", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": "https://orcid.org/0009-0005-6843-3093", + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5029611587", + "display_name": "Geoffrey Irving", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Geoffrey Irving", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5089543053", + "display_name": "Michael Isard", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Michael Isard", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5000650022", + "display_name": "Manjunath Kudlur", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Manjunath Kudlur", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5009510257", + "display_name": "Josh Levenberg", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Josh Levenberg", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5024140027", + "display_name": "Rajat Monga", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Rajat Monga", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5063771762", + "display_name": "Sherry Moore", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Sherry Moore", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5067335143", + "display_name": "Derek G. Murray", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Derek G. Murray", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5028992619", + "display_name": "Benoit Steiner", + "orcid": "https://orcid.org/0000-0002-5767-4976" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Benoit Steiner", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": "https://orcid.org/0000-0002-5767-4976", + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5016586245", + "display_name": "Paul A. Tucker", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Paul A. Tucker", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5004650249", + "display_name": "Vijay Vasudevan", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Vijay Vasudevan", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5014405928", + "display_name": "Pete Warden", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Pete Warden", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5080764662", + "display_name": "Martin Wicke", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Martin Wicke", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5104075606", + "display_name": "Yuan Yu", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Yuan Yu", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5102988664", + "display_name": "Xiaoqiang Zheng", + "orcid": "https://orcid.org/0000-0001-5151-8561" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Xiaoqiang Zheng", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": "https://orcid.org/0000-0001-5151-8561", + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 22, + "corresponding_author_ids": [ + "https://openalex.org/A5109387322" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I1291425158" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 330.6462, + "has_fulltext": false, + "cited_by_count": 6353, + "citation_normalized_percentile": { + "value": 1.0, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": "265", + "last_page": "283" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10036", + "display_name": "Advanced Neural Network Applications", + "score": 0.9991000294685364, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10036", + "display_name": "Advanced Neural Network Applications", + "score": 0.9991000294685364, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10054", + "display_name": "Parallel Computing and Optimization Techniques", + "score": 0.9987000226974487, + "subfield": { + "id": "https://openalex.org/subfields/1708", + "display_name": "Hardware and Architecture" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11689", + "display_name": "Adversarial Robustness in Machine Learning", + "score": 0.9969000220298767, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/dataflow", + "display_name": "Dataflow", + "score": 0.9571843147277832 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.830622673034668 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.711643636226654 + }, + { + "id": "https://openalex.org/keywords/multi-core-processor", + "display_name": "Multi-core processor", + "score": 0.5773373246192932 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.5193118453025818 + }, + { + "id": "https://openalex.org/keywords/computer-architecture", + "display_name": "Computer architecture", + "score": 0.4896014332771301 + }, + { + "id": "https://openalex.org/keywords/deep-learning", + "display_name": "Deep learning", + "score": 0.4813452661037445 + }, + { + "id": "https://openalex.org/keywords/scalability", + "display_name": "Scalability", + "score": 0.47406429052352905 + }, + { + "id": "https://openalex.org/keywords/inference", + "display_name": "Inference", + "score": 0.4678526520729065 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.44974687695503235 + }, + { + "id": "https://openalex.org/keywords/dataflow-architecture", + "display_name": "Dataflow architecture", + "score": 0.4496024250984192 + }, + { + "id": "https://openalex.org/keywords/computation", + "display_name": "Computation", + "score": 0.4395424723625183 + }, + { + "id": "https://openalex.org/keywords/distributed-computing", + "display_name": "Distributed computing", + "score": 0.3712141215801239 + }, + { + "id": "https://openalex.org/keywords/parallel-computing", + "display_name": "Parallel computing", + "score": 0.33661338686943054 + }, + { + "id": "https://openalex.org/keywords/programming-language", + "display_name": "Programming language", + "score": 0.21078741550445557 + }, + { + "id": "https://openalex.org/keywords/operating-system", + "display_name": "Operating system", + "score": 0.14919248223304749 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C96324660", + "wikidata": "https://www.wikidata.org/wiki/Q205446", + "display_name": "Dataflow", + "level": 2, + "score": 0.9571843147277832 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.830622673034668 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.711643636226654 + }, + { + "id": "https://openalex.org/C78766204", + "wikidata": "https://www.wikidata.org/wiki/Q555032", + "display_name": "Multi-core processor", + "level": 2, + "score": 0.5773373246192932 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.5193118453025818 + }, + { + "id": "https://openalex.org/C118524514", + "wikidata": "https://www.wikidata.org/wiki/Q173212", + "display_name": "Computer architecture", + "level": 1, + "score": 0.4896014332771301 + }, + { + "id": "https://openalex.org/C108583219", + "wikidata": "https://www.wikidata.org/wiki/Q197536", + "display_name": "Deep learning", + "level": 2, + "score": 0.4813452661037445 + }, + { + "id": "https://openalex.org/C48044578", + "wikidata": "https://www.wikidata.org/wiki/Q727490", + "display_name": "Scalability", + "level": 2, + "score": 0.47406429052352905 + }, + { + "id": "https://openalex.org/C2776214188", + "wikidata": "https://www.wikidata.org/wiki/Q408386", + "display_name": "Inference", + "level": 2, + "score": 0.4678526520729065 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.44974687695503235 + }, + { + "id": "https://openalex.org/C176727019", + "wikidata": "https://www.wikidata.org/wiki/Q1172415", + "display_name": "Dataflow architecture", + "level": 3, + "score": 0.4496024250984192 + }, + { + "id": "https://openalex.org/C45374587", + "wikidata": "https://www.wikidata.org/wiki/Q12525525", + "display_name": "Computation", + "level": 2, + "score": 0.4395424723625183 + }, + { + "id": "https://openalex.org/C120314980", + "wikidata": "https://www.wikidata.org/wiki/Q180634", + "display_name": "Distributed computing", + "level": 1, + "score": 0.3712141215801239 + }, + { + "id": "https://openalex.org/C173608175", + "wikidata": "https://www.wikidata.org/wiki/Q232661", + "display_name": "Parallel computing", + "level": 1, + "score": 0.33661338686943054 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.21078741550445557 + }, + { + "id": "https://openalex.org/C111919701", + "wikidata": "https://www.wikidata.org/wiki/Q9135", + "display_name": "Operating system", + "level": 1, + "score": 0.14919248223304749 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "mag:2402144811", + "is_oa": false, + "landing_page_url": "https://www.usenix.org/system/files/conference/osdi16/osdi16-abadi.pdf", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306420647", + "display_name": "Operating Systems Design and Implementation", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "conference" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": "Operating Systems Design and Implementation", + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "score": 0.4000000059604645, + "display_name": "Industry, innovation and infrastructure", + "id": "https://metadata.un.org/sdg/9" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 55, + "referenced_works": [ + "https://openalex.org/W104184427", + "https://openalex.org/W145476170", + "https://openalex.org/W1425731158", + "https://openalex.org/W1442374986", + "https://openalex.org/W1485981043", + "https://openalex.org/W1493893823", + "https://openalex.org/W1498436455", + "https://openalex.org/W1526734559", + "https://openalex.org/W1539309091", + "https://openalex.org/W1548328233", + "https://openalex.org/W1598866093", + "https://openalex.org/W1658008008", + "https://openalex.org/W1667652561", + "https://openalex.org/W1815076433", + "https://openalex.org/W1947291763", + "https://openalex.org/W1978660892", + "https://openalex.org/W2016053056", + "https://openalex.org/W2032036568", + "https://openalex.org/W2035424729", + "https://openalex.org/W2041517243", + "https://openalex.org/W2061570747", + "https://openalex.org/W2064675550", + "https://openalex.org/W2066443755", + "https://openalex.org/W2083842231", + "https://openalex.org/W2097117768", + "https://openalex.org/W2100664567", + "https://openalex.org/W2100830825", + "https://openalex.org/W2117539524", + "https://openalex.org/W2122465391", + "https://openalex.org/W2131975293", + "https://openalex.org/W2132339004", + "https://openalex.org/W2140833774", + "https://openalex.org/W2141992894", + "https://openalex.org/W2145339207", + "https://openalex.org/W2146502635", + "https://openalex.org/W2146757372", + "https://openalex.org/W2147527908", + "https://openalex.org/W2160815625", + "https://openalex.org/W2168231600", + "https://openalex.org/W2172654076", + "https://openalex.org/W2186615578", + "https://openalex.org/W2194775991", + "https://openalex.org/W2253807446", + "https://openalex.org/W2259472270", + "https://openalex.org/W2336650964", + "https://openalex.org/W2339765813", + "https://openalex.org/W2384495648", + "https://openalex.org/W2521218765", + "https://openalex.org/W2525778437", + "https://openalex.org/W2618530766", + "https://openalex.org/W2949117887", + "https://openalex.org/W2949888546", + "https://openalex.org/W2950577311", + "https://openalex.org/W2951781666", + "https://openalex.org/W2962844195" + ], + "related_works": [ + "https://openalex.org/W3118608800", + "https://openalex.org/W2970971581", + "https://openalex.org/W2964121744", + "https://openalex.org/W2949117887", + "https://openalex.org/W2919115771", + "https://openalex.org/W2899771611", + "https://openalex.org/W2194775991", + "https://openalex.org/W2186615578", + "https://openalex.org/W2163605009", + "https://openalex.org/W2155893237", + "https://openalex.org/W2117539524", + "https://openalex.org/W2112796928", + "https://openalex.org/W2108598243", + "https://openalex.org/W2101234009", + "https://openalex.org/W2099471712", + "https://openalex.org/W2097117768", + "https://openalex.org/W2095705004", + "https://openalex.org/W2064675550", + "https://openalex.org/W1901129140", + "https://openalex.org/W1686810756" + ], + "abstract_inverted_index": { + "TensorFlow": [ + 0, + 91, + 102, + 123, + 150, + 159 + ], + "is": [ + 1, + 86 + ], + "a": [ + 2, + 36, + 43, + 47, + 104, + 109 + ], + "machine": [ + 3, + 48, + 141 + ], + "learning": [ + 4, + 142 + ], + "system": [ + 5 + ], + "that": [ + 6, + 27, + 29, + 158 + ], + "operates": [ + 7 + ], + "at": [ + 8 + ], + "large": [ + 9 + ], + "scale": [ + 10 + ], + "and": [ + 11, + 24, + 45, + 58, + 99, + 113, + 134, + 153 + ], + "in": [ + 12, + 42, + 76, + 124 + ], + "heterogeneous": [ + 13 + ], + "environments.": [ + 14 + ], + "Tensor-Flow": [ + 15 + ], + "uses": [ + 16 + ], + "dataflow": [ + 17, + 37, + 151 + ], + "graphs": [ + 18 + ], + "to": [ + 19, + 71, + 94 + ], + "represent": [ + 20 + ], + "computation,": [ + 21 + ], + "shared": [ + 22, + 84 + ], + "state,": [ + 23 + ], + "the": [ + 25, + 33, + 72, + 81, + 89, + 149, + 155 + ], + "operations": [ + 26 + ], + "mutate": [ + 28 + ], + "state.": [ + 30 + ], + "It": [ + 31 + ], + "maps": [ + 32 + ], + "nodes": [ + 34 + ], + "of": [ + 35, + 83, + 106 + ], + "graph": [ + 38 + ], + "across": [ + 39, + 49 + ], + "many": [ + 40 + ], + "machines": [ + 41 + ], + "cluster,": [ + 44 + ], + "within": [ + 46 + ], + "multiple": [ + 50 + ], + "computational": [ + 51 + ], + "devices,": [ + 52 + ], + "including": [ + 53 + ], + "multicore": [ + 54 + ], + "CPUs,": [ + 55 + ], + "general-purpose": [ + 56 + ], + "GPUs,": [ + 57 + ], + "custom-designed": [ + 59 + ], + "ASICs": [ + 60 + ], + "known": [ + 61 + ], + "as": [ + 62, + 130 + ], + "Tensor": [ + 63 + ], + "Processing": [ + 64 + ], + "Units": [ + 65 + ], + "(TPUs).": [ + 66 + ], + "This": [ + 67 + ], + "architecture": [ + 68 + ], + "gives": [ + 69 + ], + "flexibility": [ + 70 + ], + "application": [ + 73 + ], + "developer:": [ + 74 + ], + "whereas": [ + 75 + ], + "previous": [ + 77 + ], + "parameter": [ + 78 + ], + "server": [ + 79 + ], + "designs": [ + 80 + ], + "management": [ + 82 + ], + "state": [ + 85 + ], + "built": [ + 87 + ], + "into": [ + 88 + ], + "system,": [ + 90 + ], + "enables": [ + 92 + ], + "developers": [ + 93 + ], + "experiment": [ + 95 + ], + "with": [ + 96, + 108 + ], + "novel": [ + 97 + ], + "optimizations": [ + 98 + ], + "training": [ + 100, + 112 + ], + "algorithms.": [ + 101 + ], + "supports": [ + 103 + ], + "variety": [ + 105 + ], + "applications,": [ + 107 + ], + "focus": [ + 110 + ], + "on": [ + 111, + 115 + ], + "inference": [ + 114 + ], + "deep": [ + 116 + ], + "neural": [ + 117 + ], + "networks.": [ + 118 + ], + "Several": [ + 119 + ], + "Google": [ + 120 + ], + "services": [ + 121 + ], + "use": [ + 122 + ], + "production,": [ + 125 + ], + "we": [ + 126, + 147 + ], + "have": [ + 127 + ], + "released": [ + 128 + ], + "it": [ + 129, + 135 + ], + "an": [ + 131 + ], + "open-source": [ + 132 + ], + "project,": [ + 133 + ], + "has": [ + 136 + ], + "become": [ + 137 + ], + "widely": [ + 138 + ], + "used": [ + 139 + ], + "for": [ + 140, + 161 + ], + "research.": [ + 143 + ], + "In": [ + 144 + ], + "this": [ + 145 + ], + "paper,": [ + 146 + ], + "describe": [ + 148 + ], + "model": [ + 152 + ], + "demonstrate": [ + 154 + ], + "compelling": [ + 156 + ], + "performance": [ + 157 + ], + "achieves": [ + 160 + ], + "several": [ + 162 + ], + "real-world": [ + 163 + ], + "applications.": [ + 164 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 11 + }, + { + "year": 2025, + "cited_by_count": 106 + }, + { + "year": 2024, + "cited_by_count": 160 + }, + { + "year": 2023, + "cited_by_count": 187 + }, + { + "year": 2022, + "cited_by_count": 221 + }, + { + "year": 2021, + "cited_by_count": 1336 + }, + { + "year": 2020, + "cited_by_count": 1696 + }, + { + "year": 2019, + "cited_by_count": 1675 + }, + { + "year": 2018, + "cited_by_count": 802 + }, + { + "year": 2017, + "cited_by_count": 151 + }, + { + "year": 2016, + "cited_by_count": 7 + }, + { + "year": 2015, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-28T09:10:13.091523", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2912213068", + "doi": "https://doi.org/10.1145/3298981", + "title": "Federated Machine Learning", + "display_name": "Federated Machine Learning", + "relevance_score": 5104.653, + "publication_year": 2019, + "publication_date": "2019-01-28", + "ids": { + "openalex": "https://openalex.org/W2912213068", + "doi": "https://doi.org/10.1145/3298981", + "mag": "2912213068" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1145/3298981", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/3298981", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2492086750", + "display_name": "ACM Transactions on Intelligent Systems and Technology", + "issn_l": "2157-6904", + "issn": [ + "2157-6904", + "2157-6912" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319798", + "host_organization_name": "Association for Computing Machinery", + "host_organization_lineage": [ + "https://openalex.org/P4310319798" + ], + "host_organization_lineage_names": [ + "Association for Computing Machinery" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "ACM Transactions on Intelligent Systems and Technology", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5100636286", + "display_name": "Qiang Yang", + "orcid": "https://orcid.org/0000-0001-5059-8360" + }, + "institutions": [ + { + "id": "https://openalex.org/I200769079", + "display_name": "Hong Kong University of Science and Technology", + "ror": "https://ror.org/00q4vv597", + "country_code": "HK", + "type": "education", + "lineage": [ + "https://openalex.org/I200769079" + ] + } + ], + "countries": [ + "HK" + ], + "is_corresponding": true, + "raw_author_name": "Qiang Yang", + "raw_affiliation_strings": [ + "Hong Kong University of Science and Technology, Hong Kong, China" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Hong Kong University of Science and Technology, Hong Kong, China", + "institution_ids": [ + "https://openalex.org/I200769079" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5100356161", + "display_name": "Yang Liu", + "orcid": "https://orcid.org/0000-0003-3800-3533" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Yang Liu", + "raw_affiliation_strings": [ + "Webank, Shenzhen, China" + ], + "raw_orcid": "https://orcid.org/0000-0003-3800-3533", + "affiliations": [ + { + "raw_affiliation_string": "Webank, Shenzhen, China", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5068882233", + "display_name": "Tianjian Chen", + "orcid": "https://orcid.org/0000-0002-8479-2054" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Tianjian Chen", + "raw_affiliation_strings": [ + "Webank, Shenzhen, China" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Webank, Shenzhen, China", + "institution_ids": [] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5051874566", + "display_name": "Yongxin Tong", + "orcid": "https://orcid.org/0000-0002-5598-0312" + }, + "institutions": [ + { + "id": "https://openalex.org/I82880672", + "display_name": "Beihang University", + "ror": "https://ror.org/00wk2mp56", + "country_code": "CN", + "type": "education", + "lineage": [ + "https://openalex.org/I82880672" + ] + } + ], + "countries": [ + "CN" + ], + "is_corresponding": false, + "raw_author_name": "Yongxin Tong", + "raw_affiliation_strings": [ + "Beihang University, Beijing, China" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Beihang University, Beijing, China", + "institution_ids": [ + "https://openalex.org/I82880672" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 4, + "corresponding_author_ids": [ + "https://openalex.org/A5100636286" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I200769079" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 336.504, + "has_fulltext": false, + "cited_by_count": 5782, + "citation_normalized_percentile": { + "value": 0.99993867, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 94, + "max": 100 + }, + "biblio": { + "volume": "10", + "issue": "2", + "first_page": "1", + "last_page": "19" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10764", + "display_name": "Privacy-Preserving Technologies in Data", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10764", + "display_name": "Privacy-Preserving Technologies in Data", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10237", + "display_name": "Cryptography and Data Security", + "score": 0.9973000288009644, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11598", + "display_name": "Internet Traffic Analysis and Secure E-voting", + "score": 0.9965000152587891, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.9133003950119019 + }, + { + "id": "https://openalex.org/keywords/federated-learning", + "display_name": "Federated learning", + "score": 0.9119365215301514 + }, + { + "id": "https://openalex.org/keywords/transfer-of-learning", + "display_name": "Transfer of learning", + "score": 0.5265006422996521 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.39959585666656494 + }, + { + "id": "https://openalex.org/keywords/data-science", + "display_name": "Data science", + "score": 0.34242358803749084 + }, + { + "id": "https://openalex.org/keywords/computer-security", + "display_name": "Computer security", + "score": 0.3284221887588501 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.9133003950119019 + }, + { + "id": "https://openalex.org/C2992525071", + "wikidata": "https://www.wikidata.org/wiki/Q50818671", + "display_name": "Federated learning", + "level": 2, + "score": 0.9119365215301514 + }, + { + "id": "https://openalex.org/C150899416", + "wikidata": "https://www.wikidata.org/wiki/Q1820378", + "display_name": "Transfer of learning", + "level": 2, + "score": 0.5265006422996521 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.39959585666656494 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.34242358803749084 + }, + { + "id": "https://openalex.org/C38652104", + "wikidata": "https://www.wikidata.org/wiki/Q3510521", + "display_name": "Computer security", + "level": 1, + "score": 0.3284221887588501 + } + ], + "mesh": [], + "locations_count": 3, + "locations": [ + { + "id": "doi:10.1145/3298981", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/3298981", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2492086750", + "display_name": "ACM Transactions on Intelligent Systems and Technology", + "issn_l": "2157-6904", + "issn": [ + "2157-6904", + "2157-6912" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319798", + "host_organization_name": "Association for Computing Machinery", + "host_organization_lineage": [ + "https://openalex.org/P4310319798" + ], + "host_organization_lineage_names": [ + "Association for Computing Machinery" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "ACM Transactions on Intelligent Systems and Technology", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:repository.hkust.edu.hk:1783.1-95671", + "is_oa": false, + "landing_page_url": "http://repository.hkust.edu.hk/ir/Record/1783.1-95671", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401796", + "display_name": "Rare & Special e-Zone (The Hong Kong University of Science and Technology)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I200769079", + "host_organization_name": "Hong Kong University of Science and Technology", + "host_organization_lineage": [ + "https://openalex.org/I200769079" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "Article" + }, + { + "id": "pmh:oai:repository.ust.hk:1783.1-95671", + "is_oa": false, + "landing_page_url": "http://repository.ust.hk/ir/Record/1783.1-95671", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401796", + "display_name": "Rare & Special e-Zone (The Hong Kong University of Science and Technology)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I200769079", + "host_organization_name": "Hong Kong University of Science and Technology", + "host_organization_lineage": [ + "https://openalex.org/I200769079" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 85, + "referenced_works": [ + "https://openalex.org/W150223756", + "https://openalex.org/W162878246", + "https://openalex.org/W199752024", + "https://openalex.org/W1484769234", + "https://openalex.org/W1485800369", + "https://openalex.org/W1488526968", + "https://openalex.org/W1510952750", + "https://openalex.org/W1559506103", + "https://openalex.org/W1574534563", + "https://openalex.org/W1964366273", + "https://openalex.org/W1968265138", + "https://openalex.org/W1971991172", + "https://openalex.org/W1985511977", + "https://openalex.org/W2016758618", + "https://openalex.org/W2024652123", + "https://openalex.org/W2027471022", + "https://openalex.org/W2041416246", + "https://openalex.org/W2053637704", + "https://openalex.org/W2082624086", + "https://openalex.org/W2092422002", + "https://openalex.org/W2093367651", + "https://openalex.org/W2109426455", + "https://openalex.org/W2112022568", + "https://openalex.org/W2112340198", + "https://openalex.org/W2128906841", + "https://openalex.org/W2132737349", + "https://openalex.org/W2137351756", + "https://openalex.org/W2139336600", + "https://openalex.org/W2159024459", + "https://openalex.org/W2165698076", + "https://openalex.org/W2257979135", + "https://openalex.org/W2283463896", + "https://openalex.org/W2295292576", + "https://openalex.org/W2317339301", + "https://openalex.org/W2435473771", + "https://openalex.org/W2473418344", + "https://openalex.org/W2530417694", + "https://openalex.org/W2536058570", + "https://openalex.org/W2577421826", + "https://openalex.org/W2585580772", + "https://openalex.org/W2591882872", + "https://openalex.org/W2606882085", + "https://openalex.org/W2618494520", + "https://openalex.org/W2679684481", + "https://openalex.org/W2701059868", + "https://openalex.org/W2757853533", + "https://openalex.org/W2765200655", + "https://openalex.org/W2766255512", + "https://openalex.org/W2767079719", + "https://openalex.org/W2768347741", + "https://openalex.org/W2773194476", + "https://openalex.org/W2774000609", + "https://openalex.org/W2777914285", + "https://openalex.org/W2781091734", + "https://openalex.org/W2788629937", + "https://openalex.org/W2793216106", + "https://openalex.org/W2793925626", + "https://openalex.org/W2794888826", + "https://openalex.org/W2798551148", + "https://openalex.org/W2799803467", + "https://openalex.org/W2801958627", + "https://openalex.org/W2807006176", + "https://openalex.org/W2810065831", + "https://openalex.org/W2886722183", + "https://openalex.org/W2895865029", + "https://openalex.org/W2914304175", + "https://openalex.org/W2949140995", + "https://openalex.org/W2950460048", + "https://openalex.org/W2951152347", + "https://openalex.org/W2951368041", + "https://openalex.org/W2951798842", + "https://openalex.org/W2962877476", + "https://openalex.org/W2963106566", + "https://openalex.org/W2990138404", + "https://openalex.org/W3029558105", + "https://openalex.org/W3209546151", + "https://openalex.org/W4248358572", + "https://openalex.org/W4249529812", + "https://openalex.org/W4300427714", + "https://openalex.org/W4301418013", + "https://openalex.org/W4301483968", + "https://openalex.org/W6606067566", + "https://openalex.org/W6732586565", + "https://openalex.org/W6738383168", + "https://openalex.org/W6807767519" + ], + "related_works": [ + "https://openalex.org/W4298221930", + "https://openalex.org/W2777914285", + "https://openalex.org/W3013363440", + "https://openalex.org/W4287823391", + "https://openalex.org/W4312762663", + "https://openalex.org/W3035927627", + "https://openalex.org/W3201126466", + "https://openalex.org/W4317941881", + "https://openalex.org/W3128909129", + "https://openalex.org/W3123837699" + ], + "abstract_inverted_index": { + "Today’s": [ + 0 + ], + "artificial": [ + 1 + ], + "intelligence": [ + 2 + ], + "still": [ + 3 + ], + "faces": [ + 4 + ], + "two": [ + 5 + ], + "major": [ + 6 + ], + "challenges.": [ + 7 + ], + "One": [ + 8 + ], + "is": [ + 9, + 24 + ], + "that,": [ + 10 + ], + "in": [ + 11, + 16, + 51 + ], + "most": [ + 12 + ], + "industries,": [ + 13 + ], + "data": [ + 14, + 28, + 98 + ], + "exists": [ + 15 + ], + "the": [ + 17, + 25, + 44, + 79 + ], + "form": [ + 18 + ], + "of": [ + 19, + 27, + 87 + ], + "isolated": [ + 20 + ], + "islands.": [ + 21 + ], + "The": [ + 22 + ], + "other": [ + 23 + ], + "strengthening": [ + 26 + ], + "privacy": [ + 29 + ], + "and": [ + 30, + 68, + 76, + 82 + ], + "security.": [ + 31 + ], + "We": [ + 32, + 72 + ], + "propose": [ + 33, + 96 + ], + "a": [ + 34, + 55, + 84 + ], + "possible": [ + 35 + ], + "solution": [ + 36, + 109 + ], + "to": [ + 37, + 110, + 113 + ], + "these": [ + 38 + ], + "challenges:": [ + 39 + ], + "secure": [ + 40, + 57 + ], + "federated": [ + 41, + 63, + 66, + 69, + 104 + ], + "learning.": [ + 42, + 71 + ], + "Beyond": [ + 43 + ], + "federated-learning": [ + 45, + 58, + 80 + ], + "framework": [ + 46 + ], + "first": [ + 47 + ], + "proposed": [ + 48 + ], + "by": [ + 49 + ], + "Google": [ + 50 + ], + "2016,": [ + 52 + ], + "we": [ + 53, + 95 + ], + "introduce": [ + 54 + ], + "comprehensive": [ + 56, + 85 + ], + "framework,": [ + 59, + 81 + ], + "which": [ + 60 + ], + "includes": [ + 61 + ], + "horizontal": [ + 62 + ], + "learning,": [ + 64, + 67 + ], + "vertical": [ + 65 + ], + "transfer": [ + 70 + ], + "provide": [ + 73, + 83 + ], + "definitions,": [ + 74 + ], + "architectures,": [ + 75 + ], + "applications": [ + 77 + ], + "for": [ + 78 + ], + "survey": [ + 86 + ], + "existing": [ + 88 + ], + "works": [ + 89 + ], + "on": [ + 90, + 103 + ], + "this": [ + 91 + ], + "subject.": [ + 92 + ], + "In": [ + 93 + ], + "addition,": [ + 94 + ], + "building": [ + 97 + ], + "networks": [ + 99 + ], + "among": [ + 100 + ], + "organizations": [ + 101 + ], + "based": [ + 102 + ], + "mechanisms": [ + 105 + ], + "as": [ + 106 + ], + "an": [ + 107 + ], + "effective": [ + 108 + ], + "allowing": [ + 111 + ], + "knowledge": [ + 112 + ], + "be": [ + 114 + ], + "shared": [ + 115 + ], + "without": [ + 116 + ], + "compromising": [ + 117 + ], + "user": [ + 118 + ], + "privacy.": [ + 119 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 337 + }, + { + "year": 2025, + "cited_by_count": 1176 + }, + { + "year": 2024, + "cited_by_count": 1009 + }, + { + "year": 2023, + "cited_by_count": 939 + }, + { + "year": 2022, + "cited_by_count": 806 + }, + { + "year": 2021, + "cited_by_count": 932 + }, + { + "year": 2020, + "cited_by_count": 496 + }, + { + "year": 2019, + "cited_by_count": 85 + }, + { + "year": 2018, + "cited_by_count": 2 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2009086942", + "doi": "https://doi.org/10.1198/tech.2007.s518", + "title": "Pattern Recognition and Machine Learning", + "display_name": "Pattern Recognition and Machine Learning", + "relevance_score": 4977.467, + "publication_year": 2007, + "publication_date": "2007-08-01", + "ids": { + "openalex": "https://openalex.org/W2009086942", + "doi": "https://doi.org/10.1198/tech.2007.s518", + "mag": "2009086942" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1198/tech.2007.s518", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1198/tech.2007.s518", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S985303", + "display_name": "Technometrics", + "issn_l": "0040-1706", + "issn": [ + "0040-1706", + "1537-2723" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320547", + "host_organization_name": "Taylor & Francis", + "host_organization_lineage": [ + "https://openalex.org/P4310320547" + ], + "host_organization_lineage_names": [ + "Taylor & Francis" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Technometrics", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5062571011", + "display_name": "Radford M. Neal", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I185261750", + "display_name": "University of Toronto", + "ror": "https://ror.org/03dbr7087", + "country_code": "CA", + "type": "education", + "lineage": [ + "https://openalex.org/I185261750" + ] + } + ], + "countries": [ + "CA" + ], + "is_corresponding": true, + "raw_author_name": "Radford M Neal", + "raw_affiliation_strings": [ + "University of Toronto" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Toronto", + "institution_ids": [ + "https://openalex.org/I185261750" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5062571011" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I185261750" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 173.8255, + "has_fulltext": false, + "cited_by_count": 4651, + "citation_normalized_percentile": { + "value": 0.99994787, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 95, + "max": 100 + }, + "biblio": { + "volume": "49", + "issue": "3", + "first_page": "366", + "last_page": "366" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.23559999465942383, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.23559999465942383, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6036144495010376 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.5715402960777283 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.5367371439933777 + }, + { + "id": "https://openalex.org/keywords/pattern-recognition", + "display_name": "Pattern recognition (psychology)", + "score": 0.4431344270706177 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6036144495010376 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.5715402960777283 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.5367371439933777 + }, + { + "id": "https://openalex.org/C153180895", + "wikidata": "https://www.wikidata.org/wiki/Q7148389", + "display_name": "Pattern recognition (psychology)", + "level": 2, + "score": 0.4431344270706177 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1198/tech.2007.s518", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1198/tech.2007.s518", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S985303", + "display_name": "Technometrics", + "issn_l": "0040-1706", + "issn": [ + "0040-1706", + "1537-2723" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320547", + "host_organization_name": "Taylor & Francis", + "host_organization_lineage": [ + "https://openalex.org/P4310320547" + ], + "host_organization_lineage_names": [ + "Taylor & Francis" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Technometrics", + "raw_type": "journal-article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W3046775127", + "https://openalex.org/W3107602296", + "https://openalex.org/W3170094116", + "https://openalex.org/W4386462264", + "https://openalex.org/W4364306694", + "https://openalex.org/W4312192474", + "https://openalex.org/W2033914206", + "https://openalex.org/W4283697347" + ], + "abstract_inverted_index": { + "(2007).": [ + 0 + ], + "Pattern": [ + 1 + ], + "Recognition": [ + 2 + ], + "and": [ + 3 + ], + "Machine": [ + 4 + ], + "Learning.": [ + 5 + ], + "Technometrics:": [ + 6 + ], + "Vol.": [ + 7 + ], + "49,": [ + 8 + ], + "No.": [ + 9 + ], + "3,": [ + 10 + ], + "pp.": [ + 11 + ], + "366-366.": [ + 12 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 1 + }, + { + "year": 2025, + "cited_by_count": 11 + }, + { + "year": 2024, + "cited_by_count": 227 + }, + { + "year": 2023, + "cited_by_count": 381 + }, + { + "year": 2022, + "cited_by_count": 433 + }, + { + "year": 2021, + "cited_by_count": 419 + }, + { + "year": 2020, + "cited_by_count": 369 + }, + { + "year": 2019, + "cited_by_count": 450 + }, + { + "year": 2018, + "cited_by_count": 372 + }, + { + "year": 2017, + "cited_by_count": 291 + }, + { + "year": 2016, + "cited_by_count": 284 + }, + { + "year": 2015, + "cited_by_count": 294 + }, + { + "year": 2014, + "cited_by_count": 222 + }, + { + "year": 2013, + "cited_by_count": 191 + }, + { + "year": 2012, + "cited_by_count": 178 + } + ], + "updated_date": "2026-05-19T08:33:51.333923", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2131241448", + "doi": "https://doi.org/10.48550/arxiv.1206.2944", + "title": "Practical Bayesian Optimization of Machine Learning Algorithms", + "display_name": "Practical Bayesian Optimization of Machine Learning Algorithms", + "relevance_score": 4881.801, + "publication_year": 2012, + "publication_date": "2012-06-13", + "ids": { + "openalex": "https://openalex.org/W2131241448", + "doi": "https://doi.org/10.48550/arxiv.1206.2944", + "mag": "2131241448" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:arXiv.org:1206.2944", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1206.2944", + "pdf_url": "https://arxiv.org/pdf/1206.2944", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "type": "preprint", + "indexed_in": [ + "arxiv", + "datacite" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1206.2944", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5112347601", + "display_name": "Jasper Snoek", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I185261750", + "display_name": "University of Toronto", + "ror": "https://ror.org/03dbr7087", + "country_code": "CA", + "type": "education", + "lineage": [ + "https://openalex.org/I185261750" + ] + } + ], + "countries": [ + "CA" + ], + "is_corresponding": true, + "raw_author_name": "Snoek, Jasper", + "raw_affiliation_strings": [ + "[Department of Computer Science, University of Toronto]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Department of Computer Science, University of Toronto]", + "institution_ids": [ + "https://openalex.org/I185261750" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5019862529", + "display_name": "Hugo Larochelle", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I135117807", + "display_name": "Université de Sherbrooke", + "ror": "https://ror.org/00kybxq39", + "country_code": "CA", + "type": "education", + "lineage": [ + "https://openalex.org/I135117807" + ] + } + ], + "countries": [ + "CA" + ], + "is_corresponding": false, + "raw_author_name": "Larochelle, Hugo", + "raw_affiliation_strings": [ + "Department of Computer Science, University of Sherbrooke," + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science, University of Sherbrooke,", + "institution_ids": [ + "https://openalex.org/I135117807" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5007769527", + "display_name": "Ryan P. Adams", + "orcid": "https://orcid.org/0000-0002-5704-6654" + }, + "institutions": [ + { + "id": "https://openalex.org/I136199984", + "display_name": "Harvard University", + "ror": "https://ror.org/03vek6s52", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I136199984" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Adams, Ryan P.", + "raw_affiliation_strings": [ + "School of Engineering & Applied Sciences Harvard University" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "School of Engineering & Applied Sciences Harvard University", + "institution_ids": [ + "https://openalex.org/I136199984" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5112347601" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I185261750" + ], + "apc_list": null, + "apc_paid": null, + "fwci": null, + "has_fulltext": false, + "cited_by_count": 5659, + "citation_normalized_percentile": null, + "cited_by_percentile_year": null, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12814", + "display_name": "Gaussian Processes and Bayesian Inference", + "score": 0.9994000196456909, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12814", + "display_name": "Gaussian Processes and Bayesian Inference", + "score": 0.9994000196456909, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12072", + "display_name": "Machine Learning and Algorithms", + "score": 0.9991000294685364, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9991000294685364, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/bayesian-optimization", + "display_name": "Bayesian optimization", + "score": 0.6480942964553833 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6321470737457275 + }, + { + "id": "https://openalex.org/keywords/bayesian-probability", + "display_name": "Bayesian probability", + "score": 0.5293997526168823 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.49968791007995605 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.4541047513484955 + }, + { + "id": "https://openalex.org/keywords/optimization-algorithm", + "display_name": "Optimization algorithm", + "score": 0.422710120677948 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.4147215187549591 + }, + { + "id": "https://openalex.org/keywords/mathematical-optimization", + "display_name": "Mathematical optimization", + "score": 0.23351716995239258 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.17170017957687378 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2778049539", + "wikidata": "https://www.wikidata.org/wiki/Q17002908", + "display_name": "Bayesian optimization", + "level": 2, + "score": 0.6480942964553833 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6321470737457275 + }, + { + "id": "https://openalex.org/C107673813", + "wikidata": "https://www.wikidata.org/wiki/Q812534", + "display_name": "Bayesian probability", + "level": 2, + "score": 0.5293997526168823 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.49968791007995605 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.4541047513484955 + }, + { + "id": "https://openalex.org/C2987595161", + "wikidata": "https://www.wikidata.org/wiki/Q141495", + "display_name": "Optimization algorithm", + "level": 2, + "score": 0.422710120677948 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.4147215187549591 + }, + { + "id": "https://openalex.org/C126255220", + "wikidata": "https://www.wikidata.org/wiki/Q141495", + "display_name": "Mathematical optimization", + "level": 1, + "score": 0.23351716995239258 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.17170017957687378 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "pmh:oai:arXiv.org:1206.2944", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1206.2944", + "pdf_url": "https://arxiv.org/pdf/1206.2944", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "doi:10.48550/arxiv.1206.2944", + "is_oa": true, + "landing_page_url": "https://doi.org/10.48550/arxiv.1206.2944", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1206.2944", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1206.2944", + "pdf_url": "https://arxiv.org/pdf/1206.2944", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 23, + "referenced_works": [ + "https://openalex.org/W60686164", + "https://openalex.org/W78356000", + "https://openalex.org/W84569508", + "https://openalex.org/W1497675750", + "https://openalex.org/W1746819321", + "https://openalex.org/W1973333099", + "https://openalex.org/W2061144551", + "https://openalex.org/W2097998348", + "https://openalex.org/W2099201756", + "https://openalex.org/W2106411961", + "https://openalex.org/W2106869737", + "https://openalex.org/W2119595900", + "https://openalex.org/W2129458072", + "https://openalex.org/W2132984949", + "https://openalex.org/W2141125852", + "https://openalex.org/W2147196093", + "https://openalex.org/W2151238122", + "https://openalex.org/W2165599843", + "https://openalex.org/W2189424119", + "https://openalex.org/W2197776371", + "https://openalex.org/W2951665052", + "https://openalex.org/W2964172739", + "https://openalex.org/W3118608800" + ], + "related_works": [ + "https://openalex.org/W3199608561", + "https://openalex.org/W4382049207", + "https://openalex.org/W4366549320", + "https://openalex.org/W4287863136", + "https://openalex.org/W3006015132", + "https://openalex.org/W2965078190", + "https://openalex.org/W3040644038", + "https://openalex.org/W4311207076", + "https://openalex.org/W3203633096", + "https://openalex.org/W2355226480" + ], + "abstract_inverted_index": { + "Machine": [ + 0 + ], + "learning": [ + 1, + 53, + 78, + 165, + 181 + ], + "algorithms": [ + 2, + 171, + 200, + 220 + ], + "frequently": [ + 3 + ], + "require": [ + 4 + ], + "careful": [ + 5 + ], + "tuning": [ + 6, + 17, + 67, + 163 + ], + "of": [ + 7, + 29, + 41, + 50, + 72, + 104, + 126, + 146, + 180, + 189, + 218 + ], + "model": [ + 8 + ], + "hyperparameters,": [ + 9 + ], + "regularization": [ + 10 + ], + "terms,": [ + 11 + ], + "and": [ + 12, + 131, + 183, + 206, + 227 + ], + "optimization": [ + 13, + 213 + ], + "parameters.": [ + 14 + ], + "Unfortunately,": [ + 15 + ], + "this": [ + 16, + 61 + ], + "is": [ + 18, + 38, + 82 + ], + "often": [ + 19 + ], + "a": [ + 20, + 51, + 77, + 85, + 88, + 138, + 215 + ], + "\"black": [ + 21 + ], + "art\"": [ + 22 + ], + "that": [ + 23, + 151, + 158, + 172, + 184, + 197 + ], + "requires": [ + 24 + ], + "expert": [ + 25 + ], + "experience,": [ + 26 + ], + "unwritten": [ + 27 + ], + "rules": [ + 28 + ], + "thumb,": [ + 30 + ], + "or": [ + 31, + 144, + 209 + ], + "sometimes": [ + 32 + ], + "brute-force": [ + 33 + ], + "search.": [ + 34 + ], + "Much": [ + 35 + ], + "more": [ + 36 + ], + "appealing": [ + 37 + ], + "the": [ + 39, + 48, + 56, + 65, + 70, + 98, + 105, + 124, + 127, + 132, + 142, + 176, + 187 + ], + "idea": [ + 40 + ], + "developing": [ + 42 + ], + "automatic": [ + 43, + 66, + 204 + ], + "approaches": [ + 44 + ], + "which": [ + 45, + 76 + ], + "can": [ + 46, + 136, + 154, + 185, + 207 + ], + "optimize": [ + 47 + ], + "performance": [ + 49, + 81, + 161 + ], + "given": [ + 52 + ], + "algorithm": [ + 54 + ], + "to": [ + 55, + 101, + 117, + 156 + ], + "task": [ + 57 + ], + "at": [ + 58 + ], + "hand.": [ + 59 + ], + "In": [ + 60 + ], + "work,": [ + 62 + ], + "we": [ + 63, + 121 + ], + "consider": [ + 64 + ], + "problem": [ + 68 + ], + "within": [ + 69 + ], + "framework": [ + 71 + ], + "Bayesian": [ + 73, + 147 + ], + "optimization,": [ + 74 + ], + "in": [ + 75, + 162 + ], + "algorithm's": [ + 79 + ], + "generalization": [ + 80 + ], + "modeled": [ + 83 + ], + "as": [ + 84 + ], + "sample": [ + 86 + ], + "from": [ + 87 + ], + "Gaussian": [ + 89, + 128 + ], + "process": [ + 90, + 129 + ], + "(GP).": [ + 91 + ], + "The": [ + 92 + ], + "tractable": [ + 93 + ], + "posterior": [ + 94 + ], + "distribution": [ + 95 + ], + "induced": [ + 96 + ], + "by": [ + 97, + 108 + ], + "GP": [ + 99 + ], + "leads": [ + 100 + ], + "efficient": [ + 102 + ], + "use": [ + 103 + ], + "information": [ + 106 + ], + "gathered": [ + 107 + ], + "previous": [ + 109, + 203 + ], + "experiments,": [ + 110 + ], + "enabling": [ + 111 + ], + "optimal": [ + 112 + ], + "choices": [ + 113, + 153 + ], + "about": [ + 114 + ], + "what": [ + 115 + ], + "parameters": [ + 116 + ], + "try": [ + 118 + ], + "next.": [ + 119 + ], + "Here": [ + 120 + ], + "show": [ + 122, + 150, + 196 + ], + "how": [ + 123 + ], + "effects": [ + 125 + ], + "prior": [ + 130 + ], + "associated": [ + 133 + ], + "inference": [ + 134 + ], + "procedure": [ + 135 + ], + "have": [ + 137 + ], + "large": [ + 139 + ], + "impact": [ + 140 + ], + "on": [ + 141, + 202, + 214 + ], + "success": [ + 143 + ], + "failure": [ + 145 + ], + "optimization.": [ + 148 + ], + "We": [ + 149, + 167, + 195 + ], + "thoughtful": [ + 152 + ], + "lead": [ + 155 + ], + "results": [ + 157 + ], + "exceed": [ + 159 + ], + "expert-level": [ + 160, + 212 + ], + "machine": [ + 164 + ], + "algorithms.": [ + 166 + ], + "also": [ + 168 + ], + "describe": [ + 169 + ], + "new": [ + 170 + ], + "take": [ + 173 + ], + "into": [ + 174 + ], + "account": [ + 175 + ], + "variable": [ + 177 + ], + "cost": [ + 178 + ], + "(duration)": [ + 179 + ], + "experiments": [ + 182 + ], + "leverage": [ + 186 + ], + "presence": [ + 188 + ], + "multiple": [ + 190 + ], + "cores": [ + 191 + ], + "for": [ + 192 + ], + "parallel": [ + 193 + ], + "experimentation.": [ + 194 + ], + "these": [ + 198 + ], + "proposed": [ + 199 + ], + "improve": [ + 201 + ], + "procedures": [ + 205 + ], + "reach": [ + 208 + ], + "surpass": [ + 210 + ], + "human": [ + 211 + ], + "diverse": [ + 216 + ], + "set": [ + 217 + ], + "contemporary": [ + 219 + ], + "including": [ + 221 + ], + "latent": [ + 222 + ], + "Dirichlet": [ + 223 + ], + "allocation,": [ + 224 + ], + "structured": [ + 225 + ], + "SVMs": [ + 226 + ], + "convolutional": [ + 228 + ], + "neural": [ + 229 + ], + "networks.": [ + 230 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 32 + }, + { + "year": 2025, + "cited_by_count": 500 + }, + { + "year": 2024, + "cited_by_count": 630 + }, + { + "year": 2023, + "cited_by_count": 637 + }, + { + "year": 2022, + "cited_by_count": 632 + }, + { + "year": 2021, + "cited_by_count": 872 + }, + { + "year": 2020, + "cited_by_count": 787 + }, + { + "year": 2019, + "cited_by_count": 613 + }, + { + "year": 2018, + "cited_by_count": 368 + }, + { + "year": 2017, + "cited_by_count": 201 + }, + { + "year": 2016, + "cited_by_count": 154 + }, + { + "year": 2015, + "cited_by_count": 113 + }, + { + "year": 2014, + "cited_by_count": 81 + }, + { + "year": 2013, + "cited_by_count": 31 + }, + { + "year": 2012, + "cited_by_count": 8 + } + ], + "updated_date": "2026-05-22T09:01:20.584952", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2913668833", + "doi": null, + "title": "Proceedings of the 25th international conference on Machine learning", + "display_name": "Proceedings of the 25th international conference on Machine learning", + "relevance_score": 4815.651, + "publication_year": 2008, + "publication_date": "2008-07-05", + "ids": { + "openalex": "https://openalex.org/W2913668833", + "mag": "2913668833" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-034209046", + "is_oa": false, + "landing_page_url": "https://dl.acm.org/action/showBook?doi=10.1145%2F1390156", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "software, multimedia" + }, + "type": "article", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5051617344", + "display_name": "William W. Cohen", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I74973139", + "display_name": "Carnegie Mellon University", + "ror": "https://ror.org/05x2bcf33", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I74973139" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "William W. Cohen", + "raw_affiliation_strings": [ + "Carnegie Mellon University" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Carnegie Mellon University", + "institution_ids": [ + "https://openalex.org/I74973139" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5107835063", + "display_name": "Andrew McCallum", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I24603500", + "display_name": "University of Massachusetts Amherst", + "ror": "https://ror.org/0072zz521", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I24603500" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Andrew McCallum", + "raw_affiliation_strings": [ + "University of Massachusetts, Amherst" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Massachusetts, Amherst", + "institution_ids": [ + "https://openalex.org/I24603500" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5003010184", + "display_name": "Sam T. Roweis", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + }, + { + "id": "https://openalex.org/I185261750", + "display_name": "University of Toronto", + "ror": "https://ror.org/03dbr7087", + "country_code": "CA", + "type": "education", + "lineage": [ + "https://openalex.org/I185261750" + ] + } + ], + "countries": [ + "CA", + "US" + ], + "is_corresponding": false, + "raw_author_name": "Sam T. Roweis", + "raw_affiliation_strings": [ + "University of Toronto and Google#TAB#" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Toronto and Google#TAB#", + "institution_ids": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I185261750" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5051617344" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I74973139" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 211.7166, + "has_fulltext": false, + "cited_by_count": 5549, + "citation_normalized_percentile": { + "value": 0.99996634, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9751999974250793, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9751999974250793, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12072", + "display_name": "Machine Learning and Algorithms", + "score": 0.9610000252723694, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11875", + "display_name": "Statistics Education and Methodologies", + "score": 0.949999988079071, + "subfield": { + "id": "https://openalex.org/subfields/2613", + "display_name": "Statistics and Probability" + }, + "field": { + "id": "https://openalex.org/fields/26", + "display_name": "Mathematics" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/presentation", + "display_name": "Presentation (obstetrics)", + "score": 0.5605996251106262 + }, + { + "id": "https://openalex.org/keywords/library-science", + "display_name": "Library science", + "score": 0.5152300000190735 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.3871921896934509 + }, + { + "id": "https://openalex.org/keywords/medical-education", + "display_name": "Medical education", + "score": 0.3709452450275421 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.36655187606811523 + }, + { + "id": "https://openalex.org/keywords/medicine", + "display_name": "Medicine", + "score": 0.28487396240234375 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2777601897", + "wikidata": "https://www.wikidata.org/wiki/Q3409113", + "display_name": "Presentation (obstetrics)", + "level": 2, + "score": 0.5605996251106262 + }, + { + "id": "https://openalex.org/C161191863", + "wikidata": "https://www.wikidata.org/wiki/Q199655", + "display_name": "Library science", + "level": 1, + "score": 0.5152300000190735 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.3871921896934509 + }, + { + "id": "https://openalex.org/C509550671", + "wikidata": "https://www.wikidata.org/wiki/Q126945", + "display_name": "Medical education", + "level": 1, + "score": 0.3709452450275421 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.36655187606811523 + }, + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.28487396240234375 + }, + { + "id": "https://openalex.org/C126838900", + "wikidata": "https://www.wikidata.org/wiki/Q77604", + "display_name": "Radiology", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-034209046", + "is_oa": false, + "landing_page_url": "https://dl.acm.org/action/showBook?doi=10.1145%2F1390156", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "software, multimedia" + }, + { + "id": "mag:2913668833", + "is_oa": false, + "landing_page_url": "https://dl.acm.org/citation.cfm?id=1390156", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306419644", + "display_name": "International Conference on Machine Learning", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "conference" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": "International Conference on Machine Learning", + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "score": 0.4000000059604645, + "display_name": "Partnerships for the goals", + "id": "https://metadata.un.org/sdg/17" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [], + "abstract_inverted_index": { + "This": [ + 0, + 395, + 430 + ], + "volume": [ + 1 + ], + "contains": [ + 2 + ], + "the": [ + 3, + 7, + 18, + 22, + 33, + 41, + 62, + 74, + 84, + 128, + 132, + 145, + 158, + 169, + 175, + 178, + 182, + 203, + 215, + 221, + 225, + 285, + 290, + 315, + 330, + 344, + 355, + 422, + 427, + 439, + 442, + 499, + 515 + ], + "papers": [ + 4, + 96, + 199, + 219, + 239, + 251, + 267 + ], + "accepted": [ + 5, + 241 + ], + "to": [ + 6, + 99, + 125, + 127, + 205, + 242, + 307, + 310, + 343, + 450, + 475 + ], + "25th": [ + 8 + ], + "International": [ + 9, + 23 + ], + "Conference": [ + 10, + 77, + 86 + ], + "on": [ + 11, + 78, + 87, + 141, + 218 + ], + "Machine": [ + 12, + 24, + 516 + ], + "Learning": [ + 13, + 25, + 80, + 517 + ], + "(ICML": [ + 14 + ], + "2008).": [ + 15 + ], + "ICML": [ + 16, + 56, + 100, + 229, + 243, + 445, + 503 + ], + "is": [ + 17 + ], + "annual": [ + 19 + ], + "conference": [ + 20, + 292 + ], + "of": [ + 21, + 37, + 43, + 64, + 147, + 171, + 177, + 195, + 232, + 250, + 262, + 284, + 289, + 314, + 318, + 322, + 329, + 337, + 408, + 414, + 426, + 441, + 502, + 522 + ], + "Society": [ + 26 + ], + "(IMLS),": [ + 27 + ], + "and": [ + 28, + 35, + 69, + 82, + 131, + 144, + 166, + 188, + 220, + 270, + 325, + 334, + 364, + 369, + 377, + 382, + 387, + 392, + 404, + 418, + 467, + 470, + 481, + 494 + ], + "provides": [ + 29 + ], + "a": [ + 30, + 104, + 190, + 247, + 272, + 300, + 409, + 433, + 510 + ], + "venue": [ + 31 + ], + "for": [ + 32, + 193, + 228, + 277, + 436, + 490, + 519 + ], + "presentation": [ + 34 + ], + "discussion": [ + 36, + 154, + 180 + ], + "current": [ + 38 + ], + "research": [ + 39 + ], + "in": [ + 40, + 66, + 89, + 109, + 271, + 507 + ], + "field": [ + 42 + ], + "machine": [ + 44 + ], + "learning.": [ + 45 + ], + "These": [ + 46 + ], + "proceedings": [ + 47 + ], + "can": [ + 48 + ], + "also": [ + 49, + 349, + 487 + ], + "be": [ + 50, + 308 + ], + "found": [ + 51 + ], + "online": [ + 52, + 142 + ], + "at": [ + 53, + 61 + ], + "http://www.machinelearning.org.\r\n\r\nThis": [ + 54 + ], + "year,": [ + 55, + 245, + 444 + ], + "was": [ + 57, + 70, + 103, + 113 + ], + "held": [ + 58, + 353 + ], + "July": [ + 59 + ], + "5..9": [ + 60 + ], + "University": [ + 63 + ], + "Helsinki,": [ + 65, + 67 + ], + "Finland,": [ + 68 + ], + "co-located": [ + 71, + 511 + ], + "with": [ + 72, + 280, + 402, + 509 + ], + "COLT-2008,": [ + 73 + ], + "21st": [ + 75 + ], + "Annual": [ + 76 + ], + "Computational": [ + 79 + ], + "Theory,": [ + 81 + ], + "UAI-2008,": [ + 83 + ], + "24th": [ + 85 + ], + "Uncertainty": [ + 88 + ], + "Artificial": [ + 90 + ], + "Intelligence.": [ + 91 + ], + "No": [ + 92 + ], + "less": [ + 93 + ], + "than": [ + 94 + ], + "583": [ + 95 + ], + "were": [ + 97, + 123, + 152, + 200, + 240, + 253, + 304, + 399 + ], + "submitted": [ + 98 + ], + "2008.": [ + 101 + ], + "There": [ + 102, + 151 + ], + "very": [ + 105, + 305 + ], + "thorough": [ + 106 + ], + "review": [ + 107, + 192, + 226 + ], + "process,": [ + 108 + ], + "which": [ + 110, + 252 + ], + "each": [ + 111, + 194 + ], + "paper": [ + 112, + 501, + 524 + ], + "reviewed": [ + 114 + ], + "double-blind": [ + 115 + ], + "by": [ + 116, + 157, + 202, + 299, + 359, + 421 + ], + "three": [ + 117, + 428 + ], + "program": [ + 118, + 160 + ], + "committee": [ + 119, + 161 + ], + "(PC)": [ + 120 + ], + "members.": [ + 121 + ], + "Authors": [ + 122 + ], + "able": [ + 124, + 309 + ], + "respond": [ + 126 + ], + "initial": [ + 129 + ], + "reviews,": [ + 130 + ], + "PC": [ + 133 + ], + "members": [ + 134, + 184 + ], + "could": [ + 135 + ], + "then": [ + 136 + ], + "modify": [ + 137 + ], + "their": [ + 138, + 186, + 196, + 266 + ], + "reviews": [ + 139 + ], + "based": [ + 140 + ], + "discussions": [ + 143, + 279 + ], + "content": [ + 146 + ], + "this": [ + 148, + 244 + ], + "author": [ + 149, + 172 + ], + "response.": [ + 150 + ], + "two": [ + 153, + 296 + ], + "periods": [ + 155 + ], + "led": [ + 156 + ], + "senior": [ + 159 + ], + "(SPC),": [ + 162 + ], + "one": [ + 163, + 167, + 294 + ], + "just": [ + 164 + ], + "before": [ + 165, + 354 + ], + "after": [ + 168 + ], + "submission": [ + 170 + ], + "responses.": [ + 173 + ], + "At": [ + 174 + ], + "end": [ + 176 + ], + "second": [ + 179 + ], + "period,": [ + 181 + ], + "SPC": [ + 183 + ], + "gave": [ + 185, + 488 + ], + "recommendations": [ + 187 + ], + "provided": [ + 189, + 432 + ], + "summary": [ + 191 + ], + "papers.": [ + 197 + ], + "Some": [ + 198 + ], + "checked": [ + 201 + ], + "SPCs": [ + 204 + ], + "ensure": [ + 206 + ], + "that": [ + 207, + 231 + ], + "reviewer": [ + 208 + ], + "comments": [ + 209 + ], + "had": [ + 210 + ], + "been": [ + 211 + ], + "addressed.": [ + 212 + ], + "Apart": [ + 213 + ], + "from": [ + 214 + ], + "length": [ + 216 + ], + "restrictions": [ + 217 + ], + "compressed": [ + 222 + ], + "time": [ + 223, + 276 + ], + "frame,": [ + 224 + ], + "process": [ + 227 + ], + "resembles": [ + 230 + ], + "many": [ + 233 + ], + "journal": [ + 234 + ], + "publications.": [ + 235 + ], + "In": [ + 236, + 341, + 473 + ], + "total,": [ + 237 + ], + "158": [ + 238 + ], + "including": [ + 246 + ], + "small": [ + 248 + ], + "number": [ + 249 + ], + "initially": [ + 254 + ], + "conditionally": [ + 255 + ], + "accepted,": [ + 256 + ], + "yielding": [ + 257 + ], + "an": [ + 258 + ], + "overall": [ + 259 + ], + "acceptance": [ + 260 + ], + "rate": [ + 261 + ], + "27%.\r\n\r\nICML": [ + 263 + ], + "authors": [ + 264 + ], + "presented": [ + 265, + 358 + ], + "both": [ + 268 + ], + "orally": [ + 269 + ], + "poster": [ + 273 + ], + "session,": [ + 274 + ], + "allowing": [ + 275 + ], + "detailed": [ + 278 + ], + "any": [ + 281 + ], + "interested": [ + 282 + ], + "attendees": [ + 283, + 440 + ], + "conference.": [ + 286 + ], + "Each": [ + 287 + ], + "day": [ + 288, + 431 + ], + "main": [ + 291, + 356 + ], + "included": [ + 293, + 350 + ], + "or": [ + 295 + ], + "invited": [ + 297 + ], + "talks": [ + 298 + ], + "prominent": [ + 301 + ], + "researcher.": [ + 302 + ], + "We": [ + 303, + 456, + 513 + ], + "fortunate": [ + 306 + ], + "host": [ + 311 + ], + "Michael": [ + 312 + ], + "Collins,": [ + 313 + ], + "Massachusetts": [ + 316 + ], + "Institute": [ + 317 + ], + "Technology;": [ + 319 + ], + "Andrew": [ + 320 + ], + "Ng,": [ + 321 + ], + "Stanford": [ + 323 + ], + "University;": [ + 324 + ], + "Luc": [ + 326 + ], + "De": [ + 327 + ], + "Raedt,": [ + 328 + ], + "Katholieke": [ + 331 + ], + "Universiteit": [ + 332 + ], + "Leuven,": [ + 333 + ], + "John": [ + 335 + ], + "Winn": [ + 336 + ], + "Microsoft": [ + 338 + ], + "Research": [ + 339 + ], + "Cambridge.": [ + 340 + ], + "addition": [ + 342, + 474 + ], + "technical": [ + 345 + ], + "talks,": [ + 346 + ], + "ICML-": [ + 347 + ], + "2008": [ + 348 + ], + "nine": [ + 351 + ], + "tutorials": [ + 352 + ], + "conference,": [ + 357 + ], + "Alex": [ + 360 + ], + "Smola,": [ + 361 + ], + "Arthur": [ + 362 + ], + "Gretton,": [ + 363 + ], + "Kenji": [ + 365 + ], + "Fukumizu;": [ + 366 + ], + "Bert": [ + 367 + ], + "Kappen": [ + 368 + ], + "Marc": [ + 370 + ], + "Toussaint;": [ + 371 + ], + "Neil": [ + 372 + ], + "Lawrence;": [ + 373 + ], + "MartinWainwright;": [ + 374 + ], + "Ralf": [ + 375 + ], + "Herbrich": [ + 376 + ], + "Thore": [ + 378 + ], + "Graepel;": [ + 379 + ], + "Andreas": [ + 380 + ], + "Krause": [ + 381 + ], + "Carlos": [ + 383 + ], + "Guestrin;": [ + 384 + ], + "Shai": [ + 385 + ], + "Shalev-Shwartz": [ + 386 + ], + "Yoram": [ + 388 + ], + "Singer;": [ + 389 + ], + "Rob": [ + 390 + ], + "Fergus;": [ + 391 + ], + "Matthias": [ + 393 + ], + "Seeger.": [ + 394 + ], + "year": [ + 396 + ], + "our": [ + 397, + 462, + 465, + 476, + 523 + ], + "workshops": [ + 398, + 416 + ], + "organized": [ + 400 + ], + "jointly": [ + 401 + ], + "COLT": [ + 403 + ], + "UAI": [ + 405 + ], + "as": [ + 406 + ], + "part": [ + 407 + ], + "special": [ + 410 + ], + "overlap": [ + 411 + ], + "day,": [ + 412 + ], + "consisting": [ + 413 + ], + "eleven": [ + 415 + ], + "selected": [ + 417 + ], + "arranged": [ + 419 + ], + "collaboratively": [ + 420 + ], + "respective": [ + 423 + ], + "workshop": [ + 424 + ], + "chairs": [ + 425 + ], + "conferences.": [ + 429, + 455 + ], + "rich": [ + 434 + ], + "opportunity": [ + 435 + ], + "interaction": [ + 437 + ], + "among": [ + 438 + ], + "conferences.\r\n\r\nThis": [ + 443 + ], + "enlarged": [ + 446 + ], + "its": [ + 447 + ], + "award": [ + 448 + ], + "offerings": [ + 449 + ], + "match": [ + 451 + ], + "several": [ + 452 + ], + "other": [ + 453 + ], + "well-established": [ + 454 + ], + "hope": [ + 457 + ], + "these": [ + 458 + ], + "will": [ + 459 + ], + "help": [ + 460 + ], + "build": [ + 461 + ], + "community,": [ + 463 + ], + "celebrate": [ + 464 + ], + "advances,": [ + 466 + ], + "encourage": [ + 468 + ], + "applications": [ + 469 + ], + "long-term": [ + 471 + ], + "thinking.": [ + 472 + ], + "previously": [ + 477 + ], + "traditional": [ + 478 + ], + "Best": [ + 496 + ], + "Paper": [ + 480, + 484, + 493, + 497 + ], + "Student": [ + 483 + ], + "awards,": [ + 485 + ], + "we": [ + 486 + ], + "awards": [ + 489 + ], + "Application": [ + 492 + ], + "10-year": [ + 495 + ], + "(for": [ + 498 + ], + "best": [ + 500 + ], + "1998,": [ + 504 + ], + "optionally": [ + 505 + ], + "given": [ + 506 + ], + "conjunction": [ + 508 + ], + "conference).": [ + 512 + ], + "thank": [ + 514 + ], + "Journal": [ + 518 + ], + "sponsoring": [ + 520 + ], + "some": [ + 521 + ], + "awards.": [ + 525 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 8 + }, + { + "year": 2024, + "cited_by_count": 1143 + }, + { + "year": 2023, + "cited_by_count": 870 + }, + { + "year": 2022, + "cited_by_count": 611 + }, + { + "year": 2021, + "cited_by_count": 497 + }, + { + "year": 2020, + "cited_by_count": 423 + }, + { + "year": 2019, + "cited_by_count": 289 + }, + { + "year": 2018, + "cited_by_count": 221 + }, + { + "year": 2017, + "cited_by_count": 220 + }, + { + "year": 2016, + "cited_by_count": 148 + }, + { + "year": 2015, + "cited_by_count": 122 + }, + { + "year": 2014, + "cited_by_count": 105 + }, + { + "year": 2013, + "cited_by_count": 109 + }, + { + "year": 2012, + "cited_by_count": 81 + } + ], + "updated_date": "2026-04-28T14:05:53.105641", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2934399013", + "doi": "https://doi.org/10.1056/nejmra1814259", + "title": "Machine Learning in Medicine", + "display_name": "Machine Learning in Medicine", + "relevance_score": 4739.2417, + "publication_year": 2019, + "publication_date": "2019-04-03", + "ids": { + "openalex": "https://openalex.org/W2934399013", + "doi": "https://doi.org/10.1056/nejmra1814259", + "mag": "2934399013", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/30943338" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1056/nejmra1814259", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1056/nejmra1814259", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S62468778", + "display_name": "New England Journal of Medicine", + "issn_l": "0028-4793", + "issn": [ + "0028-4793", + "1533-4406" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320239", + "host_organization_name": "Massachusetts Medical Society", + "host_organization_lineage": [ + "https://openalex.org/P4310320239" + ], + "host_organization_lineage_names": [ + "Massachusetts Medical Society" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "New England Journal of Medicine", + "raw_type": "journal-article" + }, + "type": "review", + "indexed_in": [ + "crossref", + "pubmed" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5022388476", + "display_name": "Alvin Rajkomar", + "orcid": "https://orcid.org/0000-0001-5750-5016" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Alvin Rajkomar", + "raw_affiliation_strings": [ + "From Google, Mountain View, CA (A.R., J.D.); and the Department of Biomedical Informatics, Harvard Medical School, Boston (I.K.)", + "Google, Mountain View, CA" + ], + "raw_orcid": "https://orcid.org/0000-0001-5750-5016", + "affiliations": [ + { + "raw_affiliation_string": "From Google, Mountain View, CA (A.R., J.D.); and the Department of Biomedical Informatics, Harvard Medical School, Boston (I.K.)", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + }, + { + "raw_affiliation_string": "Google, Mountain View, CA", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5043872671", + "display_name": "Jay B. Dean", + "orcid": "https://orcid.org/0000-0003-1362-0500" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Jeffrey Dean", + "raw_affiliation_strings": [ + "From Google, Mountain View, CA (A.R., J.D.); and the Department of Biomedical Informatics, Harvard Medical School, Boston (I.K.)", + "Google, Mountain View, CA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "From Google, Mountain View, CA (A.R., J.D.); and the Department of Biomedical Informatics, Harvard Medical School, Boston (I.K.)", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + }, + { + "raw_affiliation_string": "Google, Mountain View, CA", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5088509061", + "display_name": "Isaac S. Kohane", + "orcid": "https://orcid.org/0000-0003-2192-5160" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + }, + { + "id": "https://openalex.org/I136199984", + "display_name": "Harvard University", + "ror": "https://ror.org/03vek6s52", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I136199984" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Isaac Kohane", + "raw_affiliation_strings": [ + "From Google, Mountain View, CA (A.R., J.D.); and the Department of Biomedical Informatics, Harvard Medical School, Boston (I.K.)", + "Department of Biomedical Informatics, Harvard Medical School, Boston" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "From Google, Mountain View, CA (A.R., J.D.); and the Department of Biomedical Informatics, Harvard Medical School, Boston (I.K.)", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + }, + { + "raw_affiliation_string": "Department of Biomedical Informatics, Harvard Medical School, Boston", + "institution_ids": [ + "https://openalex.org/I136199984" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5022388476" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I1291425158" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 204.021, + "has_fulltext": false, + "cited_by_count": 3863, + "citation_normalized_percentile": { + "value": 0.99985434, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "380", + "issue": "14", + "first_page": "1347", + "last_page": "1358" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T13702", + "display_name": "Machine Learning in Healthcare", + "score": 0.998199999332428, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T13702", + "display_name": "Machine Learning in Healthcare", + "score": 0.998199999332428, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11636", + "display_name": "Artificial Intelligence in Healthcare and Education", + "score": 0.9979000091552734, + "subfield": { + "id": "https://openalex.org/subfields/2718", + "display_name": "Health Informatics" + }, + "field": { + "id": "https://openalex.org/fields/27", + "display_name": "Medicine" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + }, + { + "id": "https://openalex.org/T10350", + "display_name": "Electronic Health Records Systems", + "score": 0.9948999881744385, + "subfield": { + "id": "https://openalex.org/subfields/3605", + "display_name": "Health Information Management" + }, + "field": { + "id": "https://openalex.org/fields/36", + "display_name": "Health Professions" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/download", + "display_name": "Download", + "score": 0.6465957164764404 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.43065306544303894 + }, + { + "id": "https://openalex.org/keywords/data-science", + "display_name": "Data science", + "score": 0.39671552181243896 + }, + { + "id": "https://openalex.org/keywords/medicine", + "display_name": "Medicine", + "score": 0.3796260952949524 + }, + { + "id": "https://openalex.org/keywords/medical-education", + "display_name": "Medical education", + "score": 0.37657836079597473 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.321466863155365 + }, + { + "id": "https://openalex.org/keywords/world-wide-web", + "display_name": "World Wide Web", + "score": 0.27166682481765747 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2780154274", + "wikidata": "https://www.wikidata.org/wiki/Q7126717", + "display_name": "Download", + "level": 2, + "score": 0.6465957164764404 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.43065306544303894 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.39671552181243896 + }, + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.3796260952949524 + }, + { + "id": "https://openalex.org/C509550671", + "wikidata": "https://www.wikidata.org/wiki/Q126945", + "display_name": "Medical education", + "level": 1, + "score": 0.37657836079597473 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.321466863155365 + }, + { + "id": "https://openalex.org/C136764020", + "wikidata": "https://www.wikidata.org/wiki/Q466", + "display_name": "World Wide Web", + "level": 1, + "score": 0.27166682481765747 + } + ], + "mesh": [ + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D003658", + "descriptor_name": "Decision Making, Computer-Assisted", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D003658", + "descriptor_name": "Decision Making, Computer-Assisted", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D003658", + "descriptor_name": "Decision Making, Computer-Assisted", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D008297", + "descriptor_name": "Male", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D008297", + "descriptor_name": "Male", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D008297", + "descriptor_name": "Male", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D008490", + "descriptor_name": "Medical Informatics", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D008490", + "descriptor_name": "Medical Informatics", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D008490", + "descriptor_name": "Medical Informatics", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D008545", + "descriptor_name": "Melanoma", + "qualifier_ui": "Q000175", + "qualifier_name": "diagnosis", + "is_major_topic": false + }, + { + "descriptor_ui": "D008545", + "descriptor_name": "Melanoma", + "qualifier_ui": "Q000175", + "qualifier_name": "diagnosis", + "is_major_topic": false + }, + { + "descriptor_ui": "D008545", + "descriptor_name": "Melanoma", + "qualifier_ui": "Q000175", + "qualifier_name": "diagnosis", + "is_major_topic": false + }, + { + "descriptor_ui": "D008875", + "descriptor_name": "Middle Aged", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D008875", + "descriptor_name": "Middle Aged", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D008875", + "descriptor_name": "Middle Aged", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012878", + "descriptor_name": "Skin Neoplasms", + "qualifier_ui": "Q000175", + "qualifier_name": "diagnosis", + "is_major_topic": false + }, + { + "descriptor_ui": "D012878", + "descriptor_name": "Skin Neoplasms", + "qualifier_ui": "Q000175", + "qualifier_name": "diagnosis", + "is_major_topic": false + }, + { + "descriptor_ui": "D012878", + "descriptor_name": "Skin Neoplasms", + "qualifier_ui": "Q000175", + "qualifier_name": "diagnosis", + "is_major_topic": false + }, + { + "descriptor_ui": "D016347", + "descriptor_name": "Medical Records Systems, Computerized", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D016347", + "descriptor_name": "Medical Records Systems, Computerized", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D016347", + "descriptor_name": "Medical Records Systems, Computerized", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D057188", + "descriptor_name": "Workflow", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D057188", + "descriptor_name": "Workflow", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D057188", + "descriptor_name": "Workflow", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + } + ], + "locations_count": 2, + "locations": [ + { + "id": "doi:10.1056/nejmra1814259", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1056/nejmra1814259", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S62468778", + "display_name": "New England Journal of Medicine", + "issn_l": "0028-4793", + "issn": [ + "0028-4793", + "1533-4406" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320239", + "host_organization_name": "Massachusetts Medical Society", + "host_organization_lineage": [ + "https://openalex.org/P4310320239" + ], + "host_organization_lineage_names": [ + "Massachusetts Medical Society" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "New England Journal of Medicine", + "raw_type": "journal-article" + }, + { + "id": "pmid:30943338", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/30943338", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "The New England journal of medicine", + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 78, + "referenced_works": [ + "https://openalex.org/W1524493166", + "https://openalex.org/W1529983430", + "https://openalex.org/W2005440935", + "https://openalex.org/W2009184733", + "https://openalex.org/W2009954208", + "https://openalex.org/W2027540165", + "https://openalex.org/W2033163059", + "https://openalex.org/W2033609349", + "https://openalex.org/W2043092953", + "https://openalex.org/W2054076956", + "https://openalex.org/W2083721602", + "https://openalex.org/W2096849439", + "https://openalex.org/W2103018059", + "https://openalex.org/W2103889389", + "https://openalex.org/W2119472226", + "https://openalex.org/W2137767404", + "https://openalex.org/W2147246123", + "https://openalex.org/W2166187912", + "https://openalex.org/W2167414941", + "https://openalex.org/W2174931596", + "https://openalex.org/W2267932926", + "https://openalex.org/W2276530525", + "https://openalex.org/W2337116044", + "https://openalex.org/W2415841860", + "https://openalex.org/W2468431774", + "https://openalex.org/W2512902140", + "https://openalex.org/W2515682654", + "https://openalex.org/W2528491735", + "https://openalex.org/W2530247697", + "https://openalex.org/W2548723212", + "https://openalex.org/W2557738935", + "https://openalex.org/W2581082771", + "https://openalex.org/W2598272139", + "https://openalex.org/W2732701910", + "https://openalex.org/W2734356183", + "https://openalex.org/W2738975713", + "https://openalex.org/W2740060821", + "https://openalex.org/W2752747624", + "https://openalex.org/W2753059860", + "https://openalex.org/W2754518417", + "https://openalex.org/W2758348074", + "https://openalex.org/W2762741128", + "https://openalex.org/W2772246530", + "https://openalex.org/W2772723798", + "https://openalex.org/W2782945064", + "https://openalex.org/W2784499877", + "https://openalex.org/W2785268987", + "https://openalex.org/W2785526886", + "https://openalex.org/W2788633781", + "https://openalex.org/W2789894922", + "https://openalex.org/W2790444357", + "https://openalex.org/W2791819448", + "https://openalex.org/W2792902933", + "https://openalex.org/W2793267369", + "https://openalex.org/W2794457162", + "https://openalex.org/W2799837895", + "https://openalex.org/W2804685074", + "https://openalex.org/W2809453031", + "https://openalex.org/W2886281300", + "https://openalex.org/W2887623535", + "https://openalex.org/W2887719255", + "https://openalex.org/W2888109941", + "https://openalex.org/W2889242407", + "https://openalex.org/W2889494558", + "https://openalex.org/W2894917609", + "https://openalex.org/W2896385413", + "https://openalex.org/W2896817483", + "https://openalex.org/W2897434820", + "https://openalex.org/W2899560923", + "https://openalex.org/W2902802452", + "https://openalex.org/W2908201961", + "https://openalex.org/W2914579361", + "https://openalex.org/W2916105049", + "https://openalex.org/W2919115771", + "https://openalex.org/W3098949126", + "https://openalex.org/W4205374244", + "https://openalex.org/W4212774754", + "https://openalex.org/W4296220420" + ], + "related_works": [ + "https://openalex.org/W2899084033", + "https://openalex.org/W2748952813", + "https://openalex.org/W3031052312", + "https://openalex.org/W4389568370", + "https://openalex.org/W3032375762", + "https://openalex.org/W1995515455", + "https://openalex.org/W2080531066", + "https://openalex.org/W3108674512", + "https://openalex.org/W1506200166", + "https://openalex.org/W1489783725" + ], + "abstract_inverted_index": { + "Interview": [ + 0 + ], + "with": [ + 1, + 32 + ], + "Dr.": [ + 2 + ], + "Isaac": [ + 3 + ], + "Kohane": [ + 4 + ], + "on": [ + 5 + ], + "machine": [ + 6 + ], + "learning": [ + 7 + ], + "in": [ + 8 + ], + "medicine.": [ + 9 + ], + "(16:31)Download": [ + 10 + ], + "In": [ + 11 + ], + "this": [ + 12 + ], + "view": [ + 13 + ], + "of": [ + 14, + 17, + 28 + ], + "the": [ + 15, + 43 + ], + "future": [ + 16 + ], + "medicine,": [ + 18 + ], + "patient–provider": [ + 19 + ], + "interactions": [ + 20, + 31 + ], + "are": [ + 21, + 37 + ], + "informed": [ + 22 + ], + "and": [ + 23, + 39, + 47 + ], + "supported": [ + 24 + ], + "by": [ + 25 + ], + "massive": [ + 26 + ], + "amounts": [ + 27 + ], + "data": [ + 29, + 36 + ], + "from": [ + 30 + ], + "similar": [ + 33 + ], + "patients.": [ + 34 + ], + "These": [ + 35 + ], + "collected": [ + 38 + ], + "curated": [ + 40 + ], + "to": [ + 41 + ], + "provide": [ + 42 + ], + "latest": [ + 44 + ], + "evidence-based": [ + 45 + ], + "assessment": [ + 46 + ], + "recommendations.": [ + 48 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 428 + }, + { + "year": 2025, + "cited_by_count": 852 + }, + { + "year": 2024, + "cited_by_count": 636 + }, + { + "year": 2023, + "cited_by_count": 536 + }, + { + "year": 2022, + "cited_by_count": 465 + }, + { + "year": 2021, + "cited_by_count": 495 + }, + { + "year": 2020, + "cited_by_count": 354 + }, + { + "year": 2019, + "cited_by_count": 91 + }, + { + "year": 2018, + "cited_by_count": 2 + }, + { + "year": 2015, + "cited_by_count": 1 + }, + { + "year": 2014, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W1485009520", + "doi": "https://doi.org/10.48550/arxiv.1506.04214", + "title": "Convolutional LSTM Network: A Machine Learning Approach for Precipitation Nowcasting", + "display_name": "Convolutional LSTM Network: A Machine Learning Approach for Precipitation Nowcasting", + "relevance_score": 4735.6885, + "publication_year": 2015, + "publication_date": "2015-06-13", + "ids": { + "openalex": "https://openalex.org/W1485009520", + "doi": "https://doi.org/10.48550/arxiv.1506.04214", + "mag": "1485009520" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:arXiv.org:1506.04214", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1506.04214", + "pdf_url": "https://arxiv.org/pdf/1506.04214", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "type": "preprint", + "indexed_in": [ + "arxiv", + "datacite" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1506.04214", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5091515481", + "display_name": "Xingjian Shi", + "orcid": "https://orcid.org/0000-0002-2700-7742" + }, + "institutions": [ + { + "id": "https://openalex.org/I200769079", + "display_name": "Hong Kong University of Science and Technology", + "ror": "https://ror.org/00q4vv597", + "country_code": "HK", + "type": "education", + "lineage": [ + "https://openalex.org/I200769079" + ] + } + ], + "countries": [ + "HK" + ], + "is_corresponding": true, + "raw_author_name": "Shi, Xingjian", + "raw_affiliation_strings": [ + "Department of Computer Science and Engineering Hong Kong University of Science and Technology" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science and Engineering Hong Kong University of Science and Technology", + "institution_ids": [ + "https://openalex.org/I200769079" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5018500051", + "display_name": "Zhourong Chen", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I200769079", + "display_name": "Hong Kong University of Science and Technology", + "ror": "https://ror.org/00q4vv597", + "country_code": "HK", + "type": "education", + "lineage": [ + "https://openalex.org/I200769079" + ] + } + ], + "countries": [ + "HK" + ], + "is_corresponding": false, + "raw_author_name": "Chen, Zhourong", + "raw_affiliation_strings": [ + "Department of Computer Science and Engineering Hong Kong University of Science and Technology" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science and Engineering Hong Kong University of Science and Technology", + "institution_ids": [ + "https://openalex.org/I200769079" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5100663938", + "display_name": "Hao Wang", + "orcid": "https://orcid.org/0000-0003-0090-2840" + }, + "institutions": [ + { + "id": "https://openalex.org/I200769079", + "display_name": "Hong Kong University of Science and Technology", + "ror": "https://ror.org/00q4vv597", + "country_code": "HK", + "type": "education", + "lineage": [ + "https://openalex.org/I200769079" + ] + } + ], + "countries": [ + "HK" + ], + "is_corresponding": false, + "raw_author_name": "Wang, Hao", + "raw_affiliation_strings": [ + "Department of Computer Science and Engineering Hong Kong University of Science and Technology" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science and Engineering Hong Kong University of Science and Technology", + "institution_ids": [ + "https://openalex.org/I200769079" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5073139380", + "display_name": "Dit‐Yan Yeung", + "orcid": "https://orcid.org/0000-0003-3716-8125" + }, + "institutions": [ + { + "id": "https://openalex.org/I200769079", + "display_name": "Hong Kong University of Science and Technology", + "ror": "https://ror.org/00q4vv597", + "country_code": "HK", + "type": "education", + "lineage": [ + "https://openalex.org/I200769079" + ] + } + ], + "countries": [ + "HK" + ], + "is_corresponding": false, + "raw_author_name": "Yeung, Dit-Yan", + "raw_affiliation_strings": [ + "Department of Computer Science and Engineering Hong Kong University of Science and Technology" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science and Engineering Hong Kong University of Science and Technology", + "institution_ids": [ + "https://openalex.org/I200769079" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5101899480", + "display_name": "Wai Kin Wong", + "orcid": "https://orcid.org/0000-0001-8724-0696" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210104672", + "display_name": "Hong Kong Observatory", + "ror": "https://ror.org/01bvxvq19", + "country_code": "CN", + "type": "facility", + "lineage": [ + "https://openalex.org/I4210104672" + ] + } + ], + "countries": [ + "CN" + ], + "is_corresponding": false, + "raw_author_name": "Wong, Wai-kin", + "raw_affiliation_strings": [ + "Hong Kong Observatory Hong Kong, China" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Hong Kong Observatory Hong Kong, China", + "institution_ids": [ + "https://openalex.org/I4210104672" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5057734311", + "display_name": "Wang‐chun Woo", + "orcid": "https://orcid.org/0000-0001-5401-0333" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210104672", + "display_name": "Hong Kong Observatory", + "ror": "https://ror.org/01bvxvq19", + "country_code": "CN", + "type": "facility", + "lineage": [ + "https://openalex.org/I4210104672" + ] + } + ], + "countries": [ + "CN" + ], + "is_corresponding": false, + "raw_author_name": "Woo, Wang-chun", + "raw_affiliation_strings": [ + "Hong Kong Observatory Hong Kong, China" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Hong Kong Observatory Hong Kong, China", + "institution_ids": [ + "https://openalex.org/I4210104672" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 6, + "corresponding_author_ids": [ + "https://openalex.org/A5091515481" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I200769079" + ], + "apc_list": null, + "apc_paid": null, + "fwci": null, + "has_fulltext": false, + "cited_by_count": 6641, + "citation_normalized_percentile": null, + "cited_by_percentile_year": null, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10466", + "display_name": "Meteorological Phenomena and Simulations", + "score": 0.9984999895095825, + "subfield": { + "id": "https://openalex.org/subfields/1902", + "display_name": "Atmospheric Science" + }, + "field": { + "id": "https://openalex.org/fields/19", + "display_name": "Earth and Planetary Sciences" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10466", + "display_name": "Meteorological Phenomena and Simulations", + "score": 0.9984999895095825, + "subfield": { + "id": "https://openalex.org/subfields/1902", + "display_name": "Atmospheric Science" + }, + "field": { + "id": "https://openalex.org/fields/19", + "display_name": "Earth and Planetary Sciences" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11490", + "display_name": "Hydrological Forecasting Using AI", + "score": 0.9980000257492065, + "subfield": { + "id": "https://openalex.org/subfields/2305", + "display_name": "Environmental Engineering" + }, + "field": { + "id": "https://openalex.org/fields/23", + "display_name": "Environmental Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10930", + "display_name": "Flood Risk Assessment and Management", + "score": 0.9973999857902527, + "subfield": { + "id": "https://openalex.org/subfields/2306", + "display_name": "Global and Planetary Change" + }, + "field": { + "id": "https://openalex.org/fields/23", + "display_name": "Environmental Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/nowcasting", + "display_name": "Nowcasting", + "score": 0.9966049790382385 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7099078297615051 + }, + { + "id": "https://openalex.org/keywords/convolutional-neural-network", + "display_name": "Convolutional neural network", + "score": 0.6329242587089539 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5754866600036621 + }, + { + "id": "https://openalex.org/keywords/precipitation", + "display_name": "Precipitation", + "score": 0.5342473387718201 + }, + { + "id": "https://openalex.org/keywords/state", + "display_name": "State (computer science)", + "score": 0.4683465361595154 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.4540000259876251 + }, + { + "id": "https://openalex.org/keywords/perspective", + "display_name": "Perspective (graphical)", + "score": 0.4144560396671295 + }, + { + "id": "https://openalex.org/keywords/pattern-recognition", + "display_name": "Pattern recognition (psychology)", + "score": 0.3392675518989563 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.20132499933242798 + }, + { + "id": "https://openalex.org/keywords/meteorology", + "display_name": "Meteorology", + "score": 0.17883428931236267 + }, + { + "id": "https://openalex.org/keywords/geography", + "display_name": "Geography", + "score": 0.09717044234275818 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2781013037", + "wikidata": "https://www.wikidata.org/wiki/Q1433331", + "display_name": "Nowcasting", + "level": 2, + "score": 0.9966049790382385 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7099078297615051 + }, + { + "id": "https://openalex.org/C81363708", + "wikidata": "https://www.wikidata.org/wiki/Q17084460", + "display_name": "Convolutional neural network", + "level": 2, + "score": 0.6329242587089539 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5754866600036621 + }, + { + "id": "https://openalex.org/C107054158", + "wikidata": "https://www.wikidata.org/wiki/Q25257", + "display_name": "Precipitation", + "level": 2, + "score": 0.5342473387718201 + }, + { + "id": "https://openalex.org/C48103436", + "wikidata": "https://www.wikidata.org/wiki/Q599031", + "display_name": "State (computer science)", + "level": 2, + "score": 0.4683465361595154 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.4540000259876251 + }, + { + "id": "https://openalex.org/C12713177", + "wikidata": "https://www.wikidata.org/wiki/Q1900281", + "display_name": "Perspective (graphical)", + "level": 2, + "score": 0.4144560396671295 + }, + { + "id": "https://openalex.org/C153180895", + "wikidata": "https://www.wikidata.org/wiki/Q7148389", + "display_name": "Pattern recognition (psychology)", + "level": 2, + "score": 0.3392675518989563 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.20132499933242798 + }, + { + "id": "https://openalex.org/C153294291", + "wikidata": "https://www.wikidata.org/wiki/Q25261", + "display_name": "Meteorology", + "level": 1, + "score": 0.17883428931236267 + }, + { + "id": "https://openalex.org/C205649164", + "wikidata": "https://www.wikidata.org/wiki/Q1071", + "display_name": "Geography", + "level": 0, + "score": 0.09717044234275818 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "pmh:oai:arXiv.org:1506.04214", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1506.04214", + "pdf_url": "https://arxiv.org/pdf/1506.04214", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "doi:10.48550/arxiv.1506.04214", + "is_oa": true, + "landing_page_url": "https://doi.org/10.48550/arxiv.1506.04214", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1506.04214", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1506.04214", + "pdf_url": "https://arxiv.org/pdf/1506.04214", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "sustainable_development_goals": [ + { + "score": 0.8500000238418579, + "display_name": "Climate action", + "id": "https://metadata.un.org/sdg/13" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 27, + "referenced_works": [ + "https://openalex.org/W588441650", + "https://openalex.org/W962117656", + "https://openalex.org/W1514535095", + "https://openalex.org/W1568514080", + "https://openalex.org/W1606347560", + "https://openalex.org/W1810943226", + "https://openalex.org/W1815076433", + "https://openalex.org/W1867429401", + "https://openalex.org/W1903029394", + "https://openalex.org/W1905882502", + "https://openalex.org/W1947481528", + "https://openalex.org/W1982479097", + "https://openalex.org/W2024414272", + "https://openalex.org/W2030459037", + "https://openalex.org/W2064675550", + "https://openalex.org/W2079565659", + "https://openalex.org/W2116435618", + "https://openalex.org/W2130942839", + "https://openalex.org/W2157331557", + "https://openalex.org/W2557283755", + "https://openalex.org/W2787727108", + "https://openalex.org/W2950635152", + "https://openalex.org/W2951183276", + "https://openalex.org/W2952453038", + "https://openalex.org/W4233546237", + "https://openalex.org/W4294306266", + "https://openalex.org/W4308909683" + ], + "related_works": [ + "https://openalex.org/W2098567841", + "https://openalex.org/W3124209601", + "https://openalex.org/W2238969010", + "https://openalex.org/W2189249776", + "https://openalex.org/W1526105959", + "https://openalex.org/W3193710367", + "https://openalex.org/W3122492506", + "https://openalex.org/W4388046081", + "https://openalex.org/W1778290058", + "https://openalex.org/W1166616657" + ], + "abstract_inverted_index": { + "The": [ + 0 + ], + "goal": [ + 1 + ], + "of": [ + 2, + 21 + ], + "precipitation": [ + 3, + 46, + 101, + 125 + ], + "nowcasting": [ + 4, + 47, + 102 + ], + "is": [ + 5 + ], + "to": [ + 6, + 73, + 93 + ], + "predict": [ + 7 + ], + "the": [ + 8, + 37, + 57, + 60, + 68, + 79, + 86, + 100, + 119 + ], + "future": [ + 9 + ], + "rainfall": [ + 10 + ], + "intensity": [ + 11 + ], + "in": [ + 12, + 54, + 77 + ], + "a": [ + 13, + 17, + 49 + ], + "local": [ + 14 + ], + "region": [ + 15 + ], + "over": [ + 16 + ], + "relatively": [ + 18 + ], + "short": [ + 19 + ], + "period": [ + 20 + ], + "time.": [ + 22 + ], + "Very": [ + 23 + ], + "few": [ + 24 + ], + "previous": [ + 25 + ], + "studies": [ + 26 + ], + "have": [ + 27, + 74 + ], + "examined": [ + 28 + ], + "this": [ + 29, + 42 + ], + "crucial": [ + 30 + ], + "and": [ + 31, + 59, + 81, + 90, + 114, + 118 + ], + "challenging": [ + 32 + ], + "weather": [ + 33 + ], + "forecasting": [ + 34, + 52 + ], + "problem": [ + 35, + 53 + ], + "from": [ + 36 + ], + "machine": [ + 38 + ], + "learning": [ + 39 + ], + "perspective.": [ + 40 + ], + "In": [ + 41 + ], + "paper,": [ + 43 + ], + "we": [ + 44, + 84 + ], + "formulate": [ + 45 + ], + "as": [ + 48 + ], + "spatiotemporal": [ + 50, + 64, + 111 + ], + "sequence": [ + 51 + ], + "which": [ + 55 + ], + "both": [ + 56, + 78 + ], + "input": [ + 58 + ], + "prediction": [ + 61 + ], + "target": [ + 62 + ], + "are": [ + 63 + ], + "sequences.": [ + 65 + ], + "By": [ + 66 + ], + "extending": [ + 67 + ], + "fully": [ + 69 + ], + "connected": [ + 70 + ], + "LSTM": [ + 71, + 88 + ], + "(FC-LSTM)": [ + 72 + ], + "convolutional": [ + 75, + 87 + ], + "structures": [ + 76 + ], + "input-to-state": [ + 80 + ], + "state-to-state": [ + 82 + ], + "transitions,": [ + 83 + ], + "propose": [ + 85 + ], + "(ConvLSTM)": [ + 89 + ], + "use": [ + 91 + ], + "it": [ + 92 + ], + "build": [ + 94 + ], + "an": [ + 95 + ], + "end-to-end": [ + 96 + ], + "trainable": [ + 97 + ], + "model": [ + 98 + ], + "for": [ + 99, + 124 + ], + "problem.": [ + 103 + ], + "Experiments": [ + 104 + ], + "show": [ + 105 + ], + "that": [ + 106 + ], + "our": [ + 107 + ], + "ConvLSTM": [ + 108 + ], + "network": [ + 109 + ], + "captures": [ + 110 + ], + "correlations": [ + 112 + ], + "better": [ + 113 + ], + "consistently": [ + 115 + ], + "outperforms": [ + 116 + ], + "FC-LSTM": [ + 117 + ], + "state-of-the-art": [ + 120 + ], + "operational": [ + 121 + ], + "ROVER": [ + 122 + ], + "algorithm": [ + 123 + ], + "nowcasting.": [ + 126 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 23 + }, + { + "year": 2025, + "cited_by_count": 513 + }, + { + "year": 2024, + "cited_by_count": 855 + }, + { + "year": 2023, + "cited_by_count": 1013 + }, + { + "year": 2022, + "cited_by_count": 1028 + }, + { + "year": 2021, + "cited_by_count": 1126 + }, + { + "year": 2020, + "cited_by_count": 926 + }, + { + "year": 2019, + "cited_by_count": 736 + }, + { + "year": 2018, + "cited_by_count": 294 + }, + { + "year": 2017, + "cited_by_count": 110 + }, + { + "year": 2016, + "cited_by_count": 15 + }, + { + "year": 2014, + "cited_by_count": 1 + }, + { + "year": 2012, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-24T08:33:08.758527", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W114517082", + "doi": "https://doi.org/10.1007/978-3-7908-2604-3_16", + "title": "Large-Scale Machine Learning with Stochastic Gradient Descent", + "display_name": "Large-Scale Machine Learning with Stochastic Gradient Descent", + "relevance_score": 4605.2676, + "publication_year": 2010, + "publication_date": "2010-01-01", + "ids": { + "openalex": "https://openalex.org/W114517082", + "doi": "https://doi.org/10.1007/978-3-7908-2604-3_16", + "mag": "114517082" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1007/978-3-7908-2604-3_16", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1007/978-3-7908-2604-3_16", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Proceedings of COMPSTAT'2010", + "raw_type": "book-chapter" + }, + "type": "book-chapter", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5019206666", + "display_name": "Léon Bottou", + "orcid": "https://orcid.org/0000-0002-9894-8128" + }, + "institutions": [ + { + "id": "https://openalex.org/I20089843", + "display_name": "Princeton University", + "ror": "https://ror.org/00hx57361", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I20089843" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Léon Bottou", + "raw_affiliation_strings": [ + "NEC Labs America, Princeton, NJ, 08542, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "NEC Labs America, Princeton, NJ, 08542, USA", + "institution_ids": [ + "https://openalex.org/I20089843" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5019206666" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I20089843" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 33.3114, + "has_fulltext": false, + "cited_by_count": 5615, + "citation_normalized_percentile": { + "value": 0.99817643, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": "177", + "last_page": "186" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11612", + "display_name": "Stochastic Gradient Optimization Techniques", + "score": 0.9887999892234802, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11612", + "display_name": "Stochastic Gradient Optimization Techniques", + "score": 0.9887999892234802, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10764", + "display_name": "Privacy-Preserving Technologies in Data", + "score": 0.003100000089034438, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12101", + "display_name": "Advanced Bandit Algorithms Research", + "score": 0.0019000000320374966, + "subfield": { + "id": "https://openalex.org/subfields/1803", + "display_name": "Management Science and Operations Research" + }, + "field": { + "id": "https://openalex.org/fields/18", + "display_name": "Decision Sciences" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/stochastic-gradient-descent", + "display_name": "Stochastic gradient descent", + "score": 0.8901551961898804 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6674743294715881 + }, + { + "id": "https://openalex.org/keywords/scale", + "display_name": "Scale (ratio)", + "score": 0.6642521619796753 + }, + { + "id": "https://openalex.org/keywords/stochastic-optimization", + "display_name": "Stochastic optimization", + "score": 0.610326886177063 + }, + { + "id": "https://openalex.org/keywords/gradient-descent", + "display_name": "Gradient descent", + "score": 0.5460410714149475 + }, + { + "id": "https://openalex.org/keywords/set", + "display_name": "Set (abstract data type)", + "score": 0.5359654426574707 + }, + { + "id": "https://openalex.org/keywords/online-machine-learning", + "display_name": "Online machine learning", + "score": 0.5075844526290894 + }, + { + "id": "https://openalex.org/keywords/context", + "display_name": "Context (archaeology)", + "score": 0.5021035671234131 + }, + { + "id": "https://openalex.org/keywords/sample", + "display_name": "Sample (material)", + "score": 0.44076448678970337 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.43065375089645386 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.3568766713142395 + }, + { + "id": "https://openalex.org/keywords/mathematical-optimization", + "display_name": "Mathematical optimization", + "score": 0.3531373143196106 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.3442344069480896 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.26637405157089233 + }, + { + "id": "https://openalex.org/keywords/active-learning", + "display_name": "Active learning (machine learning)", + "score": 0.11679795384407043 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.10637149214744568 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C206688291", + "wikidata": "https://www.wikidata.org/wiki/Q7617819", + "display_name": "Stochastic gradient descent", + "level": 3, + "score": 0.8901551961898804 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6674743294715881 + }, + { + "id": "https://openalex.org/C2778755073", + "wikidata": "https://www.wikidata.org/wiki/Q10858537", + "display_name": "Scale (ratio)", + "level": 2, + "score": 0.6642521619796753 + }, + { + "id": "https://openalex.org/C194387892", + "wikidata": "https://www.wikidata.org/wiki/Q1747770", + "display_name": "Stochastic optimization", + "level": 2, + "score": 0.610326886177063 + }, + { + "id": "https://openalex.org/C153258448", + "wikidata": "https://www.wikidata.org/wiki/Q1199743", + "display_name": "Gradient descent", + "level": 3, + "score": 0.5460410714149475 + }, + { + "id": "https://openalex.org/C177264268", + "wikidata": "https://www.wikidata.org/wiki/Q1514741", + "display_name": "Set (abstract data type)", + "level": 2, + "score": 0.5359654426574707 + }, + { + "id": "https://openalex.org/C115903097", + "wikidata": "https://www.wikidata.org/wiki/Q7094097", + "display_name": "Online machine learning", + "level": 3, + "score": 0.5075844526290894 + }, + { + "id": "https://openalex.org/C2779343474", + "wikidata": "https://www.wikidata.org/wiki/Q3109175", + "display_name": "Context (archaeology)", + "level": 2, + "score": 0.5021035671234131 + }, + { + "id": "https://openalex.org/C198531522", + "wikidata": "https://www.wikidata.org/wiki/Q485146", + "display_name": "Sample (material)", + "level": 2, + "score": 0.44076448678970337 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.43065375089645386 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.3568766713142395 + }, + { + "id": "https://openalex.org/C126255220", + "wikidata": "https://www.wikidata.org/wiki/Q141495", + "display_name": "Mathematical optimization", + "level": 1, + "score": 0.3531373143196106 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.3442344069480896 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.26637405157089233 + }, + { + "id": "https://openalex.org/C77967617", + "wikidata": "https://www.wikidata.org/wiki/Q4677561", + "display_name": "Active learning (machine learning)", + "level": 2, + "score": 0.11679795384407043 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.10637149214744568 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C43617362", + "wikidata": "https://www.wikidata.org/wiki/Q170050", + "display_name": "Chromatography", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C151730666", + "wikidata": "https://www.wikidata.org/wiki/Q7205", + "display_name": "Paleontology", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C121332964", + "wikidata": "https://www.wikidata.org/wiki/Q413", + "display_name": "Physics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C185592680", + "wikidata": "https://www.wikidata.org/wiki/Q2329", + "display_name": "Chemistry", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C86803240", + "wikidata": "https://www.wikidata.org/wiki/Q420", + "display_name": "Biology", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C62520636", + "wikidata": "https://www.wikidata.org/wiki/Q944", + "display_name": "Quantum mechanics", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "doi:10.1007/978-3-7908-2604-3_16", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1007/978-3-7908-2604-3_16", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Proceedings of COMPSTAT'2010", + "raw_type": "book-chapter" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.419.462", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.419.462", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://leon.bottou.org/publications/pdf/compstat-2010.pdf", + "raw_type": "text" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 26, + "referenced_works": [ + "https://openalex.org/W1505356468", + "https://openalex.org/W1535810436", + "https://openalex.org/W1629097610", + "https://openalex.org/W2029538739", + "https://openalex.org/W2030811966", + "https://openalex.org/W2035720976", + "https://openalex.org/W2043919728", + "https://openalex.org/W2068484625", + "https://openalex.org/W2086161653", + "https://openalex.org/W2098921539", + "https://openalex.org/W2101159990", + "https://openalex.org/W2113651538", + "https://openalex.org/W2119821739", + "https://openalex.org/W2127218421", + "https://openalex.org/W2129191766", + "https://openalex.org/W2135046866", + "https://openalex.org/W2137515395", + "https://openalex.org/W2147880316", + "https://openalex.org/W2150102617", + "https://openalex.org/W2154451187", + "https://openalex.org/W2322150470", + "https://openalex.org/W2416173357", + "https://openalex.org/W2766736793", + "https://openalex.org/W2990138404", + "https://openalex.org/W3207342693", + "https://openalex.org/W4238284510" + ], + "related_works": [ + "https://openalex.org/W2895097035", + "https://openalex.org/W4206903459", + "https://openalex.org/W2754816816", + "https://openalex.org/W4366280654", + "https://openalex.org/W4323366756", + "https://openalex.org/W4286899070", + "https://openalex.org/W4389775782", + "https://openalex.org/W4285259204", + "https://openalex.org/W3207830353", + "https://openalex.org/W114517082" + ], + "abstract_inverted_index": { + "During": [ + 0 + ], + "the": [ + 1, + 4, + 11, + 18, + 28, + 33, + 45, + 57, + 61, + 100 + ], + "last": [ + 2 + ], + "decade,": [ + 3 + ], + "data": [ + 5 + ], + "sizes": [ + 6 + ], + "have": [ + 7 + ], + "grown": [ + 8 + ], + "faster": [ + 9 + ], + "than": [ + 10, + 32 + ], + "speed": [ + 12 + ], + "of": [ + 13, + 20, + 47, + 60 + ], + "processors.": [ + 14 + ], + "In": [ + 15, + 82 + ], + "this": [ + 16 + ], + "context,": [ + 17 + ], + "capabilities": [ + 19 + ], + "statistical": [ + 21 + ], + "machine": [ + 22 + ], + "learning": [ + 23, + 51 + ], + "methods": [ + 24 + ], + "is": [ + 25 + ], + "limited": [ + 26 + ], + "by": [ + 27 + ], + "computing": [ + 29 + ], + "time": [ + 30 + ], + "rather": [ + 31 + ], + "sample": [ + 34 + ], + "size.": [ + 35 + ], + "A": [ + 36 + ], + "more": [ + 37 + ], + "precise": [ + 38 + ], + "analysis": [ + 39 + ], + "uncovers": [ + 40 + ], + "qualitatively": [ + 41 + ], + "different": [ + 42 + ], + "tradeoffs": [ + 43 + ], + "for": [ + 44, + 79 + ], + "case": [ + 46, + 55 + ], + "small-scale": [ + 48 + ], + "and": [ + 49, + 88 + ], + "large-scale": [ + 50, + 54, + 80 + ], + "problems.": [ + 52, + 81 + ], + "The": [ + 53 + ], + "involves": [ + 56 + ], + "computational": [ + 58 + ], + "complexity": [ + 59 + ], + "underlying": [ + 62 + ], + "optimization": [ + 63, + 69 + ], + "algorithm": [ + 64 + ], + "in": [ + 65 + ], + "non-trivial": [ + 66 + ], + "ways.": [ + 67 + ], + "Unlikely": [ + 68 + ], + "algorithms": [ + 70 + ], + "such": [ + 71 + ], + "as": [ + 72 + ], + "stochastic": [ + 73, + 86, + 90 + ], + "gradient": [ + 74, + 87, + 91 + ], + "descent": [ + 75 + ], + "show": [ + 76 + ], + "amazing": [ + 77 + ], + "performance": [ + 78 + ], + "particular,": [ + 83 + ], + "second": [ + 84 + ], + "order": [ + 85 + ], + "averaged": [ + 89 + ], + "are": [ + 92 + ], + "asymptotically": [ + 93 + ], + "efficient": [ + 94 + ], + "after": [ + 95 + ], + "a": [ + 96 + ], + "single": [ + 97 + ], + "pass": [ + 98 + ], + "on": [ + 99 + ], + "training": [ + 101 + ], + "set.": [ + 102 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 79 + }, + { + "year": 2025, + "cited_by_count": 338 + }, + { + "year": 2024, + "cited_by_count": 343 + }, + { + "year": 2023, + "cited_by_count": 392 + }, + { + "year": 2022, + "cited_by_count": 436 + }, + { + "year": 2021, + "cited_by_count": 796 + }, + { + "year": 2020, + "cited_by_count": 903 + }, + { + "year": 2019, + "cited_by_count": 787 + }, + { + "year": 2018, + "cited_by_count": 515 + }, + { + "year": 2017, + "cited_by_count": 392 + }, + { + "year": 2016, + "cited_by_count": 254 + }, + { + "year": 2015, + "cited_by_count": 153 + }, + { + "year": 2014, + "cited_by_count": 107 + }, + { + "year": 2013, + "cited_by_count": 66 + }, + { + "year": 2012, + "cited_by_count": 40 + } + ], + "updated_date": "2026-05-28T09:10:13.091523", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2619383789", + "doi": "https://doi.org/10.1109/tpami.2018.2798607", + "title": "Multimodal Machine Learning: A Survey and Taxonomy", + "display_name": "Multimodal Machine Learning: A Survey and Taxonomy", + "relevance_score": 4484.6733, + "publication_year": 2018, + "publication_date": "2018-01-25", + "ids": { + "openalex": "https://openalex.org/W2619383789", + "doi": "https://doi.org/10.1109/tpami.2018.2798607", + "mag": "2619383789", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/29994351" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1109/tpami.2018.2798607", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/tpami.2018.2798607", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S199944782", + "display_name": "IEEE Transactions on Pattern Analysis and Machine Intelligence", + "issn_l": "0162-8828", + "issn": [ + "0162-8828", + "1939-3539", + "2160-9292" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320439", + "host_organization_name": "IEEE Computer Society", + "host_organization_lineage": [ + "https://openalex.org/P4310320439", + "https://openalex.org/P4310319808" + ], + "host_organization_lineage_names": [ + "IEEE Computer Society", + "Institute of Electrical and Electronics Engineers" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IEEE Transactions on Pattern Analysis and Machine Intelligence", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref", + "pubmed" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5058610902", + "display_name": "Tadas Baltrušaitis", + "orcid": "https://orcid.org/0000-0001-7923-8780" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210164937", + "display_name": "Microsoft Research (United Kingdom)", + "ror": "https://ror.org/05k87vq12", + "country_code": "GB", + "type": "company", + "lineage": [ + "https://openalex.org/I1290206253", + "https://openalex.org/I4210164937" + ] + } + ], + "countries": [ + "GB" + ], + "is_corresponding": true, + "raw_author_name": "Tadas Baltrusaitis", + "raw_affiliation_strings": [ + "Microsoft Corporation, Cambridge, United Kingdom" + ], + "raw_orcid": "https://orcid.org/0000-0001-7923-8780", + "affiliations": [ + { + "raw_affiliation_string": "Microsoft Corporation, Cambridge, United Kingdom", + "institution_ids": [ + "https://openalex.org/I4210164937" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5050602513", + "display_name": "Chaitanya Ahuja", + "orcid": "https://orcid.org/0000-0003-4396-2050" + }, + "institutions": [ + { + "id": "https://openalex.org/I74973139", + "display_name": "Carnegie Mellon University", + "ror": "https://ror.org/05x2bcf33", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I74973139" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Chaitanya Ahuja", + "raw_affiliation_strings": [ + "Language Technologies Institute, Carnegie Mellon University, Pittsburgh, PA" + ], + "raw_orcid": "https://orcid.org/0000-0003-4396-2050", + "affiliations": [ + { + "raw_affiliation_string": "Language Technologies Institute, Carnegie Mellon University, Pittsburgh, PA", + "institution_ids": [ + "https://openalex.org/I74973139" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5081398601", + "display_name": "Louis–Philippe Morency", + "orcid": "https://orcid.org/0000-0001-6376-7696" + }, + "institutions": [ + { + "id": "https://openalex.org/I74973139", + "display_name": "Carnegie Mellon University", + "ror": "https://ror.org/05x2bcf33", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I74973139" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Louis-Philippe Morency", + "raw_affiliation_strings": [ + "Language Technologies Institute, Carnegie Mellon University, Pittsburgh, PA" + ], + "raw_orcid": "https://orcid.org/0000-0001-6376-7696", + "affiliations": [ + { + "raw_affiliation_string": "Language Technologies Institute, Carnegie Mellon University, Pittsburgh, PA", + "institution_ids": [ + "https://openalex.org/I74973139" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5058610902" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I4210164937" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 162.0966, + "has_fulltext": false, + "cited_by_count": 4123, + "citation_normalized_percentile": { + "value": 1.0, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "41", + "issue": "2", + "first_page": "423", + "last_page": "443" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11309", + "display_name": "Music and Audio Processing", + "score": 0.9983000159263611, + "subfield": { + "id": "https://openalex.org/subfields/1711", + "display_name": "Signal Processing" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11309", + "display_name": "Music and Audio Processing", + "score": 0.9983000159263611, + "subfield": { + "id": "https://openalex.org/subfields/1711", + "display_name": "Signal Processing" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T13083", + "display_name": "Advanced Text Analysis Techniques", + "score": 0.9890000224113464, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11667", + "display_name": "Advanced Chemical Sensor Technologies", + "score": 0.9860000014305115, + "subfield": { + "id": "https://openalex.org/subfields/2204", + "display_name": "Biomedical Engineering" + }, + "field": { + "id": "https://openalex.org/fields/22", + "display_name": "Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/multimodal-learning", + "display_name": "Multimodal learning", + "score": 0.7634491920471191 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6933263540267944 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.644882082939148 + }, + { + "id": "https://openalex.org/keywords/modalities", + "display_name": "Modalities", + "score": 0.6390953063964844 + }, + { + "id": "https://openalex.org/keywords/taxonomy", + "display_name": "Taxonomy (biology)", + "score": 0.6077015399932861 + }, + { + "id": "https://openalex.org/keywords/categorization", + "display_name": "Categorization", + "score": 0.5977133512496948 + }, + { + "id": "https://openalex.org/keywords/multimodality", + "display_name": "Multimodality", + "score": 0.4987671375274658 + }, + { + "id": "https://openalex.org/keywords/field", + "display_name": "Field (mathematics)", + "score": 0.45902901887893677 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.42995545268058777 + }, + { + "id": "https://openalex.org/keywords/human–computer-interaction", + "display_name": "Human–computer interaction", + "score": 0.35926470160484314 + }, + { + "id": "https://openalex.org/keywords/world-wide-web", + "display_name": "World Wide Web", + "score": 0.08981871604919434 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2780660688", + "wikidata": "https://www.wikidata.org/wiki/Q25052564", + "display_name": "Multimodal learning", + "level": 2, + "score": 0.7634491920471191 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6933263540267944 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.644882082939148 + }, + { + "id": "https://openalex.org/C2779903281", + "wikidata": "https://www.wikidata.org/wiki/Q6888026", + "display_name": "Modalities", + "level": 2, + "score": 0.6390953063964844 + }, + { + "id": "https://openalex.org/C58642233", + "wikidata": "https://www.wikidata.org/wiki/Q8269924", + "display_name": "Taxonomy (biology)", + "level": 2, + "score": 0.6077015399932861 + }, + { + "id": "https://openalex.org/C94124525", + "wikidata": "https://www.wikidata.org/wiki/Q912550", + "display_name": "Categorization", + "level": 2, + "score": 0.5977133512496948 + }, + { + "id": "https://openalex.org/C2780910867", + "wikidata": "https://www.wikidata.org/wiki/Q1952416", + "display_name": "Multimodality", + "level": 2, + "score": 0.4987671375274658 + }, + { + "id": "https://openalex.org/C9652623", + "wikidata": "https://www.wikidata.org/wiki/Q190109", + "display_name": "Field (mathematics)", + "level": 2, + "score": 0.45902901887893677 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.42995545268058777 + }, + { + "id": "https://openalex.org/C107457646", + "wikidata": "https://www.wikidata.org/wiki/Q207434", + "display_name": "Human–computer interaction", + "level": 1, + "score": 0.35926470160484314 + }, + { + "id": "https://openalex.org/C136764020", + "wikidata": "https://www.wikidata.org/wiki/Q466", + "display_name": "World Wide Web", + "level": 1, + "score": 0.08981871604919434 + }, + { + "id": "https://openalex.org/C202444582", + "wikidata": "https://www.wikidata.org/wiki/Q837863", + "display_name": "Pure mathematics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C144024400", + "wikidata": "https://www.wikidata.org/wiki/Q21201", + "display_name": "Sociology", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C36289849", + "wikidata": "https://www.wikidata.org/wiki/Q34749", + "display_name": "Social science", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C59822182", + "wikidata": "https://www.wikidata.org/wiki/Q441", + "display_name": "Botany", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C86803240", + "wikidata": "https://www.wikidata.org/wiki/Q420", + "display_name": "Biology", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "doi:10.1109/tpami.2018.2798607", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/tpami.2018.2798607", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S199944782", + "display_name": "IEEE Transactions on Pattern Analysis and Machine Intelligence", + "issn_l": "0162-8828", + "issn": [ + "0162-8828", + "1939-3539", + "2160-9292" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320439", + "host_organization_name": "IEEE Computer Society", + "host_organization_lineage": [ + "https://openalex.org/P4310320439", + "https://openalex.org/P4310319808" + ], + "host_organization_lineage_names": [ + "IEEE Computer Society", + "Institute of Electrical and Electronics Engineers" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IEEE Transactions on Pattern Analysis and Machine Intelligence", + "raw_type": "journal-article" + }, + { + "id": "pmid:29994351", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/29994351", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IEEE transactions on pattern analysis and machine intelligence", + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 369, + "referenced_works": [ + "https://openalex.org/W8316075", + "https://openalex.org/W21006490", + "https://openalex.org/W22229905", + "https://openalex.org/W59175527", + "https://openalex.org/W68733909", + "https://openalex.org/W129606432", + "https://openalex.org/W155596317", + "https://openalex.org/W189596042", + "https://openalex.org/W199018803", + "https://openalex.org/W262578090", + "https://openalex.org/W854541894", + "https://openalex.org/W877909479", + "https://openalex.org/W956551720", + "https://openalex.org/W1123427201", + "https://openalex.org/W1480583224", + "https://openalex.org/W1481820510", + "https://openalex.org/W1488163396", + "https://openalex.org/W1503933356", + "https://openalex.org/W1514535095", + "https://openalex.org/W1522301498", + "https://openalex.org/W1523385540", + "https://openalex.org/W1527575280", + "https://openalex.org/W1528056001", + "https://openalex.org/W1533861849", + "https://openalex.org/W1540429825", + "https://openalex.org/W1555767263", + "https://openalex.org/W1566289585", + "https://openalex.org/W1572567476", + "https://openalex.org/W1573040851", + "https://openalex.org/W1586939924", + "https://openalex.org/W1601567445", + "https://openalex.org/W1628307106", + "https://openalex.org/W1651753422", + "https://openalex.org/W1664311846", + "https://openalex.org/W1686810756", + "https://openalex.org/W1687846465", + "https://openalex.org/W1753482797", + "https://openalex.org/W1762503104", + "https://openalex.org/W1766290689", + "https://openalex.org/W1773149199", + "https://openalex.org/W1811254738", + "https://openalex.org/W1822526425", + "https://openalex.org/W1828348983", + "https://openalex.org/W1836465849", + "https://openalex.org/W1858383477", + "https://openalex.org/W1870428314", + "https://openalex.org/W1872883209", + "https://openalex.org/W1883346539", + "https://openalex.org/W1889038981", + "https://openalex.org/W1889081078", + "https://openalex.org/W1893116441", + "https://openalex.org/W1895577753", + "https://openalex.org/W1897761818", + "https://openalex.org/W1905882502", + "https://openalex.org/W1906515132", + "https://openalex.org/W1922557984", + "https://openalex.org/W1931795219", + "https://openalex.org/W1933065844", + "https://openalex.org/W1933349210", + "https://openalex.org/W1956340063", + "https://openalex.org/W1963540633", + "https://openalex.org/W1964073652", + "https://openalex.org/W1966811077", + "https://openalex.org/W1969616664", + "https://openalex.org/W1970055505", + "https://openalex.org/W1971791733", + "https://openalex.org/W1976066595", + "https://openalex.org/W1977547683", + "https://openalex.org/W1985867508", + "https://openalex.org/W1986451414", + "https://openalex.org/W1987835821", + "https://openalex.org/W1996418862", + "https://openalex.org/W1996478295", + "https://openalex.org/W2000911139", + "https://openalex.org/W2003333103", + "https://openalex.org/W2006969979", + "https://openalex.org/W2009059481", + "https://openalex.org/W2012237712", + "https://openalex.org/W2015394094", + "https://openalex.org/W2015412875", + "https://openalex.org/W2019024625", + "https://openalex.org/W2022799064", + "https://openalex.org/W2025341678", + "https://openalex.org/W2025638820", + "https://openalex.org/W2026012689", + "https://openalex.org/W2026243162", + "https://openalex.org/W2038698865", + "https://openalex.org/W2041288440", + "https://openalex.org/W2042608483", + "https://openalex.org/W2048343491", + "https://openalex.org/W2048679005", + "https://openalex.org/W2051721233", + "https://openalex.org/W2053101950", + "https://openalex.org/W2057568625", + "https://openalex.org/W2058616948", + "https://openalex.org/W2061781940", + "https://openalex.org/W2062632672", + "https://openalex.org/W2062955551", + "https://openalex.org/W2063036810", + "https://openalex.org/W2063330527", + "https://openalex.org/W2064675550", + "https://openalex.org/W2066667210", + "https://openalex.org/W2068676460", + "https://openalex.org/W2069682406", + "https://openalex.org/W2077395415", + "https://openalex.org/W2080576537", + "https://openalex.org/W2083885588", + "https://openalex.org/W2090048052", + "https://openalex.org/W2095705004", + "https://openalex.org/W2096391593", + "https://openalex.org/W2098411764", + "https://openalex.org/W2098562545", + "https://openalex.org/W2099471712", + "https://openalex.org/W2100235303", + "https://openalex.org/W2100561338", + "https://openalex.org/W2101105183", + "https://openalex.org/W2101534792", + "https://openalex.org/W2102765684", + "https://openalex.org/W2105103432", + "https://openalex.org/W2106277773", + "https://openalex.org/W2108710284", + "https://openalex.org/W2109586012", + "https://openalex.org/W2109743529", + "https://openalex.org/W2111078031", + "https://openalex.org/W2111645492", + "https://openalex.org/W2112019442", + "https://openalex.org/W2112184938", + "https://openalex.org/W2112912048", + "https://openalex.org/W2113507809", + "https://openalex.org/W2118714046", + "https://openalex.org/W2119288237", + "https://openalex.org/W2120776756", + "https://openalex.org/W2123024445", + "https://openalex.org/W2124033848", + "https://openalex.org/W2124372976", + "https://openalex.org/W2125336414", + "https://openalex.org/W2125366733", + "https://openalex.org/W2126598020", + "https://openalex.org/W2128856065", + "https://openalex.org/W2129142580", + "https://openalex.org/W2129360799", + "https://openalex.org/W2129382193", + "https://openalex.org/W2130055251", + "https://openalex.org/W2130162821", + "https://openalex.org/W2130942839", + "https://openalex.org/W2131179926", + "https://openalex.org/W2133459682", + "https://openalex.org/W2133564696", + "https://openalex.org/W2135776491", + "https://openalex.org/W2136922672", + "https://openalex.org/W2136985729", + "https://openalex.org/W2137735870", + "https://openalex.org/W2137806537", + "https://openalex.org/W2141477623", + "https://openalex.org/W2142192571", + "https://openalex.org/W2142900973", + "https://openalex.org/W2143449221", + "https://openalex.org/W2143492886", + "https://openalex.org/W2143612262", + "https://openalex.org/W2143926884", + "https://openalex.org/W2145056192", + "https://openalex.org/W2147880316", + "https://openalex.org/W2147885303", + "https://openalex.org/W2148298736", + "https://openalex.org/W2149172860", + "https://openalex.org/W2149557440", + "https://openalex.org/W2149940198", + "https://openalex.org/W2150295085", + "https://openalex.org/W2150658333", + "https://openalex.org/W2150696241", + "https://openalex.org/W2150824314", + "https://openalex.org/W2151096985", + "https://openalex.org/W2151103935", + "https://openalex.org/W2152239535", + "https://openalex.org/W2153579005", + "https://openalex.org/W2153927146", + "https://openalex.org/W2156303437", + "https://openalex.org/W2156503193", + "https://openalex.org/W2159973364", + "https://openalex.org/W2160815625", + "https://openalex.org/W2163108352", + "https://openalex.org/W2163605009", + "https://openalex.org/W2163922914", + "https://openalex.org/W2164186291", + "https://openalex.org/W2164450870", + "https://openalex.org/W2164587673", + "https://openalex.org/W2164699598", + "https://openalex.org/W2167103782", + "https://openalex.org/W2173180041", + "https://openalex.org/W2180844455", + "https://openalex.org/W2181691731", + "https://openalex.org/W2184045248", + "https://openalex.org/W2184188583", + "https://openalex.org/W2185175083", + "https://openalex.org/W2201007611", + "https://openalex.org/W2203543769", + "https://openalex.org/W2220981600", + "https://openalex.org/W2250742840", + "https://openalex.org/W2250842428", + "https://openalex.org/W2251353663", + "https://openalex.org/W2251394420", + "https://openalex.org/W2251885125", + "https://openalex.org/W2251970440", + "https://openalex.org/W2252122141", + "https://openalex.org/W2252238675", + "https://openalex.org/W2266728343", + "https://openalex.org/W2267126114", + "https://openalex.org/W2282219577", + "https://openalex.org/W2291822808", + "https://openalex.org/W2293453011", + "https://openalex.org/W2294797155", + "https://openalex.org/W2296613712", + "https://openalex.org/W2316138215", + "https://openalex.org/W2327501763", + "https://openalex.org/W2342662179", + "https://openalex.org/W2388114291", + "https://openalex.org/W2397159106", + "https://openalex.org/W2399507222", + "https://openalex.org/W2399733683", + "https://openalex.org/W2402955625", + "https://openalex.org/W2405756170", + "https://openalex.org/W2411037331", + "https://openalex.org/W2418349398", + "https://openalex.org/W2434537049", + "https://openalex.org/W2462496837", + "https://openalex.org/W2470413457", + "https://openalex.org/W2489434015", + "https://openalex.org/W2494980014", + "https://openalex.org/W2519091744", + "https://openalex.org/W2519656895", + "https://openalex.org/W2520160253", + "https://openalex.org/W2546919788", + "https://openalex.org/W2557865186", + "https://openalex.org/W2579317665", + "https://openalex.org/W2914699769", + "https://openalex.org/W2949465329", + "https://openalex.org/W2953318193", + "https://openalex.org/W2962706528", + "https://openalex.org/W2962756039", + "https://openalex.org/W2962835968", + "https://openalex.org/W2963082528", + "https://openalex.org/W2963109634", + "https://openalex.org/W2963143316", + "https://openalex.org/W2963192057", + "https://openalex.org/W2963260436", + "https://openalex.org/W2963324994", + "https://openalex.org/W2963383024", + "https://openalex.org/W2963389687", + "https://openalex.org/W2963410018", + "https://openalex.org/W2963576560", + "https://openalex.org/W2963579811", + "https://openalex.org/W2963605190", + "https://openalex.org/W2963656855", + "https://openalex.org/W2963735856", + "https://openalex.org/W2963811219", + "https://openalex.org/W2963899908", + "https://openalex.org/W2963954913", + "https://openalex.org/W2964040984", + "https://openalex.org/W2964118342", + "https://openalex.org/W2964121744", + "https://openalex.org/W2964217371", + "https://openalex.org/W2964241990", + "https://openalex.org/W2964308564", + "https://openalex.org/W2964345931", + "https://openalex.org/W3000384245", + "https://openalex.org/W3023993913", + "https://openalex.org/W3087871082", + "https://openalex.org/W3125032682", + "https://openalex.org/W4211232216", + "https://openalex.org/W4212844288", + "https://openalex.org/W4240592325", + "https://openalex.org/W4244018879", + "https://openalex.org/W4245655784", + "https://openalex.org/W4252331534", + "https://openalex.org/W4285719527", + "https://openalex.org/W4293665662", + "https://openalex.org/W4294170691", + "https://openalex.org/W4297813007", + "https://openalex.org/W4299801216", + "https://openalex.org/W4302613066", + "https://openalex.org/W4320013936", + "https://openalex.org/W6600334730", + "https://openalex.org/W6600827882", + "https://openalex.org/W6605295763", + "https://openalex.org/W6606244218", + "https://openalex.org/W6606327593", + "https://openalex.org/W6607775107", + "https://openalex.org/W6608183366", + "https://openalex.org/W6623517193", + "https://openalex.org/W6623995992", + "https://openalex.org/W6625044600", + "https://openalex.org/W6628794645", + "https://openalex.org/W6629203210", + "https://openalex.org/W6630875275", + "https://openalex.org/W6631190155", + "https://openalex.org/W6631216910", + "https://openalex.org/W6631516269", + "https://openalex.org/W6631943919", + "https://openalex.org/W6634126550", + "https://openalex.org/W6636447180", + "https://openalex.org/W6636942303", + "https://openalex.org/W6637306801", + "https://openalex.org/W6637373629", + "https://openalex.org/W6637698695", + "https://openalex.org/W6637971603", + "https://openalex.org/W6637989529", + "https://openalex.org/W6638549007", + "https://openalex.org/W6638667902", + "https://openalex.org/W6638742206", + "https://openalex.org/W6639103823", + "https://openalex.org/W6639118148", + "https://openalex.org/W6639283537", + "https://openalex.org/W6639358663", + "https://openalex.org/W6639432524", + "https://openalex.org/W6639434097", + "https://openalex.org/W6640257717", + "https://openalex.org/W6640296258", + "https://openalex.org/W6640764460", + "https://openalex.org/W6650605322", + "https://openalex.org/W6652311901", + "https://openalex.org/W6674330103", + "https://openalex.org/W6675048546", + "https://openalex.org/W6676380891", + "https://openalex.org/W6676497082", + "https://openalex.org/W6676647902", + "https://openalex.org/W6676709516", + "https://openalex.org/W6678360021", + "https://openalex.org/W6678470764", + "https://openalex.org/W6678809451", + "https://openalex.org/W6679434410", + "https://openalex.org/W6679436768", + "https://openalex.org/W6680094886", + "https://openalex.org/W6680336390", + "https://openalex.org/W6681184217", + "https://openalex.org/W6682082992", + "https://openalex.org/W6682086108", + "https://openalex.org/W6682222085", + "https://openalex.org/W6682511423", + "https://openalex.org/W6682691769", + "https://openalex.org/W6682864246", + "https://openalex.org/W6683074461", + "https://openalex.org/W6683167905", + "https://openalex.org/W6683277684", + "https://openalex.org/W6684191040", + "https://openalex.org/W6684209796", + "https://openalex.org/W6685183736", + "https://openalex.org/W6685527872", + "https://openalex.org/W6686207219", + "https://openalex.org/W6687543112", + "https://openalex.org/W6687672932", + "https://openalex.org/W6688143368", + "https://openalex.org/W6691419566", + "https://openalex.org/W6691647468", + "https://openalex.org/W6692004142", + "https://openalex.org/W6696843773", + "https://openalex.org/W6697449767", + "https://openalex.org/W6712426025", + "https://openalex.org/W6712802073", + "https://openalex.org/W6713645886", + "https://openalex.org/W6717487601", + "https://openalex.org/W6726977916", + "https://openalex.org/W6727336983", + "https://openalex.org/W6729831399", + "https://openalex.org/W6730042849", + "https://openalex.org/W6730666313", + "https://openalex.org/W6732843983", + "https://openalex.org/W6845679800", + "https://openalex.org/W6898505805", + "https://openalex.org/W7011438494" + ], + "related_works": [ + "https://openalex.org/W4319049579", + "https://openalex.org/W2791907740", + "https://openalex.org/W2135449968", + "https://openalex.org/W2739856905", + "https://openalex.org/W1508553398", + "https://openalex.org/W2170966221", + "https://openalex.org/W1594974701", + "https://openalex.org/W4287761641", + "https://openalex.org/W3034009428", + "https://openalex.org/W2116664529" + ], + "abstract_inverted_index": { + "Our": [ + 0 + ], + "experience": [ + 1 + ], + "of": [ + 2, + 93, + 101, + 164 + ], + "the": [ + 3, + 23, + 56, + 110, + 128, + 162, + 165 + ], + "world": [ + 4, + 57 + ], + "is": [ + 5, + 30, + 36, + 88 + ], + "multimodal": [ + 6, + 39, + 68, + 105, + 114, + 143 + ], + "-": [ + 7 + ], + "we": [ + 8 + ], + "see": [ + 9 + ], + "objects,": [ + 10 + ], + "hear": [ + 11 + ], + "sounds,": [ + 12 + ], + "feel": [ + 13 + ], + "texture,": [ + 14 + ], + "smell": [ + 15 + ], + "odors,": [ + 16 + ], + "and": [ + 17, + 32, + 81, + 96, + 118, + 131, + 135, + 151, + 167 + ], + "taste": [ + 18 + ], + "flavors.": [ + 19 + ], + "Modality": [ + 20 + ], + "refers": [ + 21 + ], + "to": [ + 22, + 51, + 62, + 65, + 75, + 159 + ], + "way": [ + 24 + ], + "in": [ + 25, + 54, + 113, + 121 + ], + "which": [ + 26 + ], + "something": [ + 27 + ], + "happens": [ + 28 + ], + "or": [ + 29 + ], + "experienced": [ + 31 + ], + "a": [ + 33, + 89, + 122 + ], + "research": [ + 34 + ], + "problem": [ + 35 + ], + "characterized": [ + 37 + ], + "as": [ + 38 + ], + "when": [ + 40 + ], + "it": [ + 41, + 60 + ], + "includes": [ + 42 + ], + "multiple": [ + 43, + 85 + ], + "such": [ + 44, + 67 + ], + "modalities.": [ + 45, + 86 + ], + "In": [ + 46 + ], + "order": [ + 47 + ], + "for": [ + 48, + 170 + ], + "Artificial": [ + 49 + ], + "Intelligence": [ + 50 + ], + "make": [ + 52 + ], + "progress": [ + 53 + ], + "understanding": [ + 55 + ], + "around": [ + 58 + ], + "us,": [ + 59 + ], + "needs": [ + 61 + ], + "be": [ + 63 + ], + "able": [ + 64 + ], + "interpret": [ + 66 + ], + "signals": [ + 69 + ], + "together.": [ + 70 + ], + "Multimodal": [ + 71 + ], + "machine": [ + 72, + 115, + 144 + ], + "learning": [ + 73, + 116 + ], + "aims": [ + 74 + ], + "build": [ + 76 + ], + "models": [ + 77 + ], + "that": [ + 78, + 139 + ], + "can": [ + 79 + ], + "process": [ + 80 + ], + "relate": [ + 82 + ], + "information": [ + 83 + ], + "from": [ + 84 + ], + "It": [ + 87 + ], + "vibrant": [ + 90 + ], + "multi-disciplinary": [ + 91 + ], + "field": [ + 92, + 166 + ], + "increasing": [ + 94 + ], + "importance": [ + 95 + ], + "with": [ + 97 + ], + "extraordinary": [ + 98 + ], + "potential.": [ + 99 + ], + "Instead": [ + 100 + ], + "focusing": [ + 102 + ], + "on": [ + 103 + ], + "specific": [ + 104 + ], + "applications,": [ + 106 + ], + "this": [ + 107 + ], + "paper": [ + 108 + ], + "surveys": [ + 109 + ], + "recent": [ + 111 + ], + "advances": [ + 112 + ], + "itself": [ + 117 + ], + "presents": [ + 119 + ], + "them": [ + 120 + ], + "common": [ + 123 + ], + "taxonomy.": [ + 124 + ], + "We": [ + 125 + ], + "go": [ + 126 + ], + "beyond": [ + 127 + ], + "typical": [ + 129 + ], + "early": [ + 130 + ], + "late": [ + 132 + ], + "fusion": [ + 133 + ], + "categorization": [ + 134 + ], + "identify": [ + 136, + 168 + ], + "broader": [ + 137 + ], + "challenges": [ + 138 + ], + "are": [ + 140 + ], + "faced": [ + 141 + ], + "by": [ + 142 + ], + "learning,": [ + 145 + ], + "namely:": [ + 146 + ], + "representation,": [ + 147 + ], + "translation,": [ + 148 + ], + "alignment,": [ + 149 + ], + "fusion,": [ + 150 + ], + "co-learning.": [ + 152 + ], + "This": [ + 153 + ], + "new": [ + 154 + ], + "taxonomy": [ + 155 + ], + "will": [ + 156 + ], + "enable": [ + 157 + ], + "researchers": [ + 158 + ], + "better": [ + 160 + ], + "understand": [ + 161 + ], + "state": [ + 163 + ], + "directions": [ + 169 + ], + "future": [ + 171 + ], + "research.": [ + 172 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 413 + }, + { + "year": 2025, + "cited_by_count": 970 + }, + { + "year": 2024, + "cited_by_count": 697 + }, + { + "year": 2023, + "cited_by_count": 590 + }, + { + "year": 2022, + "cited_by_count": 477 + }, + { + "year": 2021, + "cited_by_count": 383 + }, + { + "year": 2020, + "cited_by_count": 335 + }, + { + "year": 2019, + "cited_by_count": 194 + }, + { + "year": 2018, + "cited_by_count": 63 + }, + { + "year": 2017, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2177870565", + "doi": "https://doi.org/10.1161/circulationaha.115.001593", + "title": "Machine Learning in Medicine", + "display_name": "Machine Learning in Medicine", + "relevance_score": 4474.18, + "publication_year": 2015, + "publication_date": "2015-11-16", + "ids": { + "openalex": "https://openalex.org/W2177870565", + "doi": "https://doi.org/10.1161/circulationaha.115.001593", + "mag": "2177870565", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/26572668" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1161/circulationaha.115.001593", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1161/circulationaha.115.001593", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S116251202", + "display_name": "Circulation", + "issn_l": "0009-7322", + "issn": [ + "0009-7322", + "1524-4539" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315671", + "host_organization_name": "Lippincott Williams & Wilkins", + "host_organization_lineage": [ + "https://openalex.org/P4310315671", + "https://openalex.org/P4310318547" + ], + "host_organization_lineage_names": [ + "Lippincott Williams & Wilkins", + "Wolters Kluwer" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Circulation", + "raw_type": "journal-article" + }, + "type": "review", + "indexed_in": [ + "crossref", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/5831252", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5026141445", + "display_name": "Rahul C. Deo", + "orcid": "https://orcid.org/0000-0002-2791-9434" + }, + "institutions": [ + { + "id": "https://openalex.org/I103922791", + "display_name": "QB3", + "ror": "https://ror.org/04n1n3n22", + "country_code": "US", + "type": "nonprofit", + "lineage": [ + "https://openalex.org/I103922791", + "https://openalex.org/I180670191", + "https://openalex.org/I185103710", + "https://openalex.org/I95457486" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Rahul C. Deo", + "raw_affiliation_strings": [ + "From Cardiovascular Research Institute, Department of Medicine and Institute for Human Genetics, University of California, San Francisco, and California Institute for Quantitative Biosciences, San Francisco" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "From Cardiovascular Research Institute, Department of Medicine and Institute for Human Genetics, University of California, San Francisco, and California Institute for Quantitative Biosciences, San Francisco", + "institution_ids": [ + "https://openalex.org/I103922791" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5026141445" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I103922791" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 79.6902, + "has_fulltext": false, + "cited_by_count": 3390, + "citation_normalized_percentile": { + "value": 0.99935462, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "132", + "issue": "20", + "first_page": "1920", + "last_page": "1930" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T13702", + "display_name": "Machine Learning in Healthcare", + "score": 0.9980000257492065, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T13702", + "display_name": "Machine Learning in Healthcare", + "score": 0.9980000257492065, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11021", + "display_name": "ECG Monitoring and Analysis", + "score": 0.9660999774932861, + "subfield": { + "id": "https://openalex.org/subfields/2705", + "display_name": "Cardiology and Cardiovascular Medicine" + }, + "field": { + "id": "https://openalex.org/fields/27", + "display_name": "Medicine" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + }, + { + "id": "https://openalex.org/T11396", + "display_name": "Artificial Intelligence in Healthcare", + "score": 0.9575999975204468, + "subfield": { + "id": "https://openalex.org/subfields/3605", + "display_name": "Health Information Management" + }, + "field": { + "id": "https://openalex.org/fields/36", + "display_name": "Health Professions" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/medicine", + "display_name": "Medicine", + "score": 0.9206037521362305 + }, + { + "id": "https://openalex.org/keywords/medical-physics", + "display_name": "Medical physics", + "score": 0.36205965280532837 + }, + { + "id": "https://openalex.org/keywords/medical-education", + "display_name": "Medical education", + "score": 0.35273855924606323 + }, + { + "id": "https://openalex.org/keywords/intensive-care-medicine", + "display_name": "Intensive care medicine", + "score": 0.32538071274757385 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.9206037521362305 + }, + { + "id": "https://openalex.org/C19527891", + "wikidata": "https://www.wikidata.org/wiki/Q1120908", + "display_name": "Medical physics", + "level": 1, + "score": 0.36205965280532837 + }, + { + "id": "https://openalex.org/C509550671", + "wikidata": "https://www.wikidata.org/wiki/Q126945", + "display_name": "Medical education", + "level": 1, + "score": 0.35273855924606323 + }, + { + "id": "https://openalex.org/C177713679", + "wikidata": "https://www.wikidata.org/wiki/Q679690", + "display_name": "Intensive care medicine", + "level": 1, + "score": 0.32538071274757385 + } + ], + "mesh": [ + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": "Q000639", + "qualifier_name": "trends", + "is_major_topic": false + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": "Q000639", + "qualifier_name": "trends", + "is_major_topic": false + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": "Q000639", + "qualifier_name": "trends", + "is_major_topic": false + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D008511", + "descriptor_name": "Medicine", + "qualifier_ui": "Q000639", + "qualifier_name": "trends", + "is_major_topic": false + }, + { + "descriptor_ui": "D008511", + "descriptor_name": "Medicine", + "qualifier_ui": "Q000639", + "qualifier_name": "trends", + "is_major_topic": false + }, + { + "descriptor_ui": "D008511", + "descriptor_name": "Medicine", + "qualifier_ui": "Q000639", + "qualifier_name": "trends", + "is_major_topic": false + } + ], + "locations_count": 4, + "locations": [ + { + "id": "doi:10.1161/circulationaha.115.001593", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1161/circulationaha.115.001593", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S116251202", + "display_name": "Circulation", + "issn_l": "0009-7322", + "issn": [ + "0009-7322", + "1524-4539" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315671", + "host_organization_name": "Lippincott Williams & Wilkins", + "host_organization_lineage": [ + "https://openalex.org/P4310315671", + "https://openalex.org/P4310318547" + ], + "host_organization_lineage_names": [ + "Lippincott Williams & Wilkins", + "Wolters Kluwer" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Circulation", + "raw_type": "journal-article" + }, + { + "id": "pmid:26572668", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/26572668", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Circulation", + "raw_type": null + }, + { + "id": "pmh:oai:escholarship.org:ark:/13030/qt3jv2494f", + "is_oa": false, + "landing_page_url": "https://escholarship.org/uc/item/3jv2494f", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Circulation, vol 132, iss 20", + "raw_type": "article" + }, + { + "id": "pmh:oai:pubmedcentral.nih.gov:5831252", + "is_oa": true, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/5831252", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2764455111", + "display_name": "PubMed Central", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Circulation", + "raw_type": "Text" + } + ], + "best_oa_location": { + "id": "pmh:oai:pubmedcentral.nih.gov:5831252", + "is_oa": true, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/5831252", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2764455111", + "display_name": "PubMed Central", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Circulation", + "raw_type": "Text" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [ + { + "id": "https://openalex.org/F4320332161", + "display_name": "National Institutes of Health", + "ror": "https://ror.org/01cwqze88" + }, + { + "id": "https://openalex.org/F4320332622", + "display_name": "University of California, San Francisco", + "ror": "https://ror.org/043mz5j54" + } + ], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 47, + "referenced_works": [ + "https://openalex.org/W40442397", + "https://openalex.org/W1480376833", + "https://openalex.org/W1678356000", + "https://openalex.org/W1808991731", + "https://openalex.org/W1902027874", + "https://openalex.org/W1976196376", + "https://openalex.org/W2011999110", + "https://openalex.org/W2021701428", + "https://openalex.org/W2029243817", + "https://openalex.org/W2052825782", + "https://openalex.org/W2072128103", + "https://openalex.org/W2073751243", + "https://openalex.org/W2105464873", + "https://openalex.org/W2106665921", + "https://openalex.org/W2110243528", + "https://openalex.org/W2112289645", + "https://openalex.org/W2112592817", + "https://openalex.org/W2113606819", + "https://openalex.org/W2116802246", + "https://openalex.org/W2119361626", + "https://openalex.org/W2120480077", + "https://openalex.org/W2121495423", + "https://openalex.org/W2122111042", + "https://openalex.org/W2127482775", + "https://openalex.org/W2135046866", + "https://openalex.org/W2139212933", + "https://openalex.org/W2147461734", + "https://openalex.org/W2149298154", + "https://openalex.org/W2152072062", + "https://openalex.org/W2158927033", + "https://openalex.org/W2162586165", + "https://openalex.org/W2163697531", + "https://openalex.org/W2164434252", + "https://openalex.org/W2345255551", + "https://openalex.org/W2787894218", + "https://openalex.org/W2911964244", + "https://openalex.org/W2912934387", + "https://openalex.org/W2963481018", + "https://openalex.org/W2998216295", + "https://openalex.org/W3099478002", + "https://openalex.org/W4212883601", + "https://openalex.org/W4231109964", + "https://openalex.org/W4243607236", + "https://openalex.org/W4285719527", + "https://openalex.org/W6601599523", + "https://openalex.org/W6676903177", + "https://openalex.org/W7066667914" + ], + "related_works": [ + "https://openalex.org/W2899084033", + "https://openalex.org/W2748952813", + "https://openalex.org/W3031052312", + "https://openalex.org/W4389568370", + "https://openalex.org/W3032375762", + "https://openalex.org/W1995515455", + "https://openalex.org/W2080531066", + "https://openalex.org/W3108674512", + "https://openalex.org/W1506200166", + "https://openalex.org/W1489783725" + ], + "abstract_inverted_index": { + "Spurred": [ + 0 + ], + "by": [ + 1 + ], + "advances": [ + 2 + ], + "in": [ + 3, + 48, + 94, + 107, + 125, + 178 + ], + "processing": [ + 4 + ], + "power,": [ + 5 + ], + "memory,": [ + 6 + ], + "storage,": [ + 7 + ], + "and": [ + 8, + 45, + 80, + 115, + 140, + 150, + 216 + ], + "an": [ + 9 + ], + "unprecedented": [ + 10 + ], + "wealth": [ + 11 + ], + "of": [ + 12, + 35, + 40, + 67, + 99, + 156, + 175, + 185, + 194, + 210 + ], + "data,": [ + 13, + 44, + 164 + ], + "computers": [ + 14 + ], + "are": [ + 15, + 89, + 154 + ], + "being": [ + 16 + ], + "asked": [ + 17 + ], + "to": [ + 18, + 75, + 92, + 103, + 121, + 131, + 162, + 170, + 181, + 188, + 199, + 206 + ], + "tackle": [ + 19 + ], + "increasingly": [ + 20 + ], + "complex": [ + 21, + 72 + ], + "learning": [ + 22, + 113, + 142, + 160, + 187, + 214 + ], + "tasks,": [ + 23 + ], + "often": [ + 24 + ], + "with": [ + 25 + ], + "astonishing": [ + 26 + ], + "success.": [ + 27 + ], + "Computers": [ + 28 + ], + "have": [ + 29, + 55, + 144, + 167 + ], + "now": [ + 30 + ], + "mastered": [ + 31 + ], + "a": [ + 32 + ], + "popular": [ + 33 + ], + "variant": [ + 34 + ], + "poker,": [ + 36 + ], + "learned": [ + 37 + ], + "the": [ + 38, + 65, + 119, + 182, + 208 + ], + "laws": [ + 39 + ], + "physics": [ + 41 + ], + "from": [ + 42, + 111, + 118 + ], + "experimental": [ + 43 + ], + "become": [ + 46 + ], + "experts": [ + 47 + ], + "video": [ + 49 + ], + "games": [ + 50 + ], + "-": [ + 51 + ], + "tasks": [ + 52 + ], + "that": [ + 53, + 85, + 133 + ], + "would": [ + 54 + ], + "been": [ + 56, + 145 + ], + "deemed": [ + 57 + ], + "impossible": [ + 58 + ], + "not": [ + 59 + ], + "too": [ + 60 + ], + "long": [ + 61 + ], + "ago.": [ + 62 + ], + "In": [ + 63 + ], + "parallel,": [ + 64 + ], + "number": [ + 66 + ], + "companies": [ + 68, + 88 + ], + "centered": [ + 69 + ], + "on": [ + 70 + ], + "applying": [ + 71, + 158 + ], + "data": [ + 73, + 138 + ], + "analysis": [ + 74 + ], + "varying": [ + 76 + ], + "industries": [ + 77 + ], + "has": [ + 78 + ], + "exploded,": [ + 79 + ], + "it": [ + 81 + ], + "is": [ + 82, + 102, + 129 + ], + "thus": [ + 83 + ], + "unsurprising": [ + 84 + ], + "some": [ + 86 + ], + "analytic": [ + 87 + ], + "turning": [ + 90 + ], + "attention": [ + 91 + ], + "problems": [ + 93, + 106 + ], + "health": [ + 95 + ], + "care.": [ + 96, + 172 + ], + "The": [ + 97 + ], + "purpose": [ + 98 + ], + "this": [ + 100 + ], + "review": [ + 101 + ], + "explore": [ + 104 + ], + "what": [ + 105, + 201 + ], + "medicine": [ + 108, + 211 + ], + "might": [ + 109, + 220 + ], + "benefit": [ + 110 + ], + "such": [ + 112 + ], + "approaches": [ + 114 + ], + "use": [ + 116 + ], + "examples": [ + 117 + ], + "literature": [ + 120 + ], + "introduce": [ + 122 + ], + "basic": [ + 123 + ], + "concepts": [ + 124 + ], + "machine": [ + 126, + 159, + 186 + ], + "learning.": [ + 127 + ], + "It": [ + 128 + ], + "important": [ + 130 + ], + "note": [ + 132 + ], + "seemingly": [ + 134 + ], + "large": [ + 135 + ], + "enough": [ + 136 + ], + "medical": [ + 137, + 163 + ], + "sets": [ + 139 + ], + "adequate": [ + 141 + ], + "algorithms": [ + 143, + 161 + ], + "available": [ + 146 + ], + "for": [ + 147 + ], + "many": [ + 148, + 189 + ], + "decades,": [ + 149 + ], + "yet,": [ + 151 + ], + "although": [ + 152 + ], + "there": [ + 153, + 203 + ], + "thousands": [ + 155 + ], + "papers": [ + 157 + ], + "very": [ + 165 + ], + "few": [ + 166 + ], + "contributed": [ + 168 + ], + "meaningfully": [ + 169 + ], + "clinical": [ + 171 + ], + "This": [ + 173 + ], + "lack": [ + 174 + ], + "impact": [ + 176 + ], + "stands": [ + 177 + ], + "stark": [ + 179 + ], + "contrast": [ + 180 + ], + "enormous": [ + 183 + ], + "relevance": [ + 184 + ], + "other": [ + 190 + ], + "industries.": [ + 191 + ], + "Thus,": [ + 192 + ], + "part": [ + 193 + ], + "my": [ + 195 + ], + "effort": [ + 196 + ], + "will": [ + 197 + ], + "be": [ + 198, + 205, + 221 + ], + "identify": [ + 200 + ], + "obstacles": [ + 202 + ], + "may": [ + 204 + ], + "changing": [ + 207 + ], + "practice": [ + 209 + ], + "through": [ + 212 + ], + "statistical": [ + 213 + ], + "approaches,": [ + 215 + ], + "discuss": [ + 217 + ], + "how": [ + 218 + ], + "these": [ + 219 + ], + "overcome.": [ + 222 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 175 + }, + { + "year": 2025, + "cited_by_count": 522 + }, + { + "year": 2024, + "cited_by_count": 593 + }, + { + "year": 2023, + "cited_by_count": 500 + }, + { + "year": 2022, + "cited_by_count": 451 + }, + { + "year": 2021, + "cited_by_count": 454 + }, + { + "year": 2020, + "cited_by_count": 319 + }, + { + "year": 2019, + "cited_by_count": 194 + }, + { + "year": 2018, + "cited_by_count": 98 + }, + { + "year": 2017, + "cited_by_count": 55 + }, + { + "year": 2016, + "cited_by_count": 23 + }, + { + "year": 2015, + "cited_by_count": 3 + }, + { + "year": 2014, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2750384547", + "doi": "https://doi.org/10.48550/arxiv.1708.07747", + "title": "Fashion-MNIST: a Novel Image Dataset for Benchmarking Machine Learning Algorithms", + "display_name": "Fashion-MNIST: a Novel Image Dataset for Benchmarking Machine Learning Algorithms", + "relevance_score": 4398.4473, + "publication_year": 2017, + "publication_date": "2017-08-25", + "ids": { + "openalex": "https://openalex.org/W2750384547", + "doi": "https://doi.org/10.48550/arxiv.1708.07747", + "mag": "2750384547" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:arXiv.org:1708.07747", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1708.07747", + "pdf_url": "https://arxiv.org/pdf/1708.07747", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "type": "preprint", + "indexed_in": [ + "arxiv", + "datacite" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1708.07747", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": null, + "display_name": "Xiao, Han", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "Xiao, Han", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5075846365", + "display_name": "Kashif Rasul", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Rasul, Kashif", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5011375551", + "display_name": "Roland Vollgraf", + "orcid": "https://orcid.org/0000-0003-4658-0381" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Vollgraf, Roland", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 3, + "corresponding_author_ids": [], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": null, + "has_fulltext": false, + "cited_by_count": 6068, + "citation_normalized_percentile": null, + "cited_by_percentile_year": null, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10036", + "display_name": "Advanced Neural Network Applications", + "score": 0.9997000098228455, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10036", + "display_name": "Advanced Neural Network Applications", + "score": 0.9997000098228455, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10775", + "display_name": "Generative Adversarial Networks and Image Synthesis", + "score": 0.9986000061035156, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9972000122070312, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/mnist-database", + "display_name": "MNIST database", + "score": 0.9985602498054504 + }, + { + "id": "https://openalex.org/keywords/benchmarking", + "display_name": "Benchmarking", + "score": 0.8764249086380005 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6721041202545166 + }, + { + "id": "https://openalex.org/keywords/grayscale", + "display_name": "Grayscale", + "score": 0.6421833038330078 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6257829666137695 + }, + { + "id": "https://openalex.org/keywords/set", + "display_name": "Set (abstract data type)", + "score": 0.5550878643989563 + }, + { + "id": "https://openalex.org/keywords/test-set", + "display_name": "Test set", + "score": 0.548558235168457 + }, + { + "id": "https://openalex.org/keywords/pattern-recognition", + "display_name": "Pattern recognition (psychology)", + "score": 0.5261946320533752 + }, + { + "id": "https://openalex.org/keywords/image", + "display_name": "Image (mathematics)", + "score": 0.5203016400337219 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.5067091584205627 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.33083993196487427 + }, + { + "id": "https://openalex.org/keywords/deep-learning", + "display_name": "Deep learning", + "score": 0.2942641079425812 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C190502265", + "wikidata": "https://www.wikidata.org/wiki/Q17069496", + "display_name": "MNIST database", + "level": 3, + "score": 0.9985602498054504 + }, + { + "id": "https://openalex.org/C86251818", + "wikidata": "https://www.wikidata.org/wiki/Q816754", + "display_name": "Benchmarking", + "level": 2, + "score": 0.8764249086380005 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6721041202545166 + }, + { + "id": "https://openalex.org/C78201319", + "wikidata": "https://www.wikidata.org/wiki/Q685727", + "display_name": "Grayscale", + "level": 3, + "score": 0.6421833038330078 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6257829666137695 + }, + { + "id": "https://openalex.org/C177264268", + "wikidata": "https://www.wikidata.org/wiki/Q1514741", + "display_name": "Set (abstract data type)", + "level": 2, + "score": 0.5550878643989563 + }, + { + "id": "https://openalex.org/C169903167", + "wikidata": "https://www.wikidata.org/wiki/Q3985153", + "display_name": "Test set", + "level": 2, + "score": 0.548558235168457 + }, + { + "id": "https://openalex.org/C153180895", + "wikidata": "https://www.wikidata.org/wiki/Q7148389", + "display_name": "Pattern recognition (psychology)", + "level": 2, + "score": 0.5261946320533752 + }, + { + "id": "https://openalex.org/C115961682", + "wikidata": "https://www.wikidata.org/wiki/Q860623", + "display_name": "Image (mathematics)", + "level": 2, + "score": 0.5203016400337219 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.5067091584205627 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.33083993196487427 + }, + { + "id": "https://openalex.org/C108583219", + "wikidata": "https://www.wikidata.org/wiki/Q197536", + "display_name": "Deep learning", + "level": 2, + "score": 0.2942641079425812 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C144133560", + "wikidata": "https://www.wikidata.org/wiki/Q4830453", + "display_name": "Business", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C162853370", + "wikidata": "https://www.wikidata.org/wiki/Q39809", + "display_name": "Marketing", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "pmh:oai:arXiv.org:1708.07747", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1708.07747", + "pdf_url": "https://arxiv.org/pdf/1708.07747", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "doi:10.48550/arxiv.1708.07747", + "is_oa": true, + "landing_page_url": "https://doi.org/10.48550/arxiv.1708.07747", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1708.07747", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1708.07747", + "pdf_url": "https://arxiv.org/pdf/1708.07747", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 3, + "referenced_works": [ + "https://openalex.org/W4919037", + "https://openalex.org/W2112796928", + "https://openalex.org/W2590796488" + ], + "related_works": [ + "https://openalex.org/W4386603768", + "https://openalex.org/W2950475743", + "https://openalex.org/W2886711096", + "https://openalex.org/W2750384547", + "https://openalex.org/W4238897586", + "https://openalex.org/W4380078352", + "https://openalex.org/W3046591097", + "https://openalex.org/W2901671134", + "https://openalex.org/W4289293320", + "https://openalex.org/W2987302549" + ], + "abstract_inverted_index": { + "We": [ + 0 + ], + "present": [ + 1 + ], + "Fashion-MNIST,": [ + 2 + ], + "a": [ + 3, + 42 + ], + "new": [ + 4 + ], + "dataset": [ + 5, + 50, + 74 + ], + "comprising": [ + 6 + ], + "of": [ + 7, + 11, + 68 + ], + "28x28": [ + 8 + ], + "grayscale": [ + 9 + ], + "images": [ + 10, + 20, + 28 + ], + "70,000": [ + 12 + ], + "fashion": [ + 13 + ], + "products": [ + 14 + ], + "from": [ + 15 + ], + "10": [ + 16 + ], + "categories,": [ + 17 + ], + "with": [ + 18 + ], + "7,000": [ + 19 + ], + "per": [ + 21 + ], + "category.": [ + 22 + ], + "The": [ + 23, + 73 + ], + "training": [ + 24, + 69 + ], + "set": [ + 25, + 32 + ], + "has": [ + 26, + 33 + ], + "60,000": [ + 27 + ], + "and": [ + 29, + 65, + 70 + ], + "the": [ + 30, + 47, + 59, + 66 + ], + "test": [ + 31 + ], + "10,000": [ + 34 + ], + "images.": [ + 35 + ], + "Fashion-MNIST": [ + 36 + ], + "is": [ + 37, + 75 + ], + "intended": [ + 38 + ], + "to": [ + 39 + ], + "serve": [ + 40 + ], + "as": [ + 41, + 56 + ], + "direct": [ + 43 + ], + "drop-in": [ + 44 + ], + "replacement": [ + 45 + ], + "for": [ + 46, + 51 + ], + "original": [ + 48 + ], + "MNIST": [ + 49 + ], + "benchmarking": [ + 52 + ], + "machine": [ + 53 + ], + "learning": [ + 54 + ], + "algorithms,": [ + 55 + ], + "it": [ + 57 + ], + "shares": [ + 58 + ], + "same": [ + 60 + ], + "image": [ + 61 + ], + "size,": [ + 62 + ], + "data": [ + 63 + ], + "format": [ + 64 + ], + "structure": [ + 67 + ], + "testing": [ + 71 + ], + "splits.": [ + 72 + ], + "freely": [ + 76 + ], + "available": [ + 77 + ], + "at": [ + 78 + ], + "https://github.com/zalandoresearch/fashion-mnist": [ + 79 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 20 + }, + { + "year": 2025, + "cited_by_count": 272 + }, + { + "year": 2024, + "cited_by_count": 758 + }, + { + "year": 2023, + "cited_by_count": 967 + }, + { + "year": 2022, + "cited_by_count": 759 + }, + { + "year": 2021, + "cited_by_count": 1340 + }, + { + "year": 2020, + "cited_by_count": 1050 + }, + { + "year": 2019, + "cited_by_count": 625 + }, + { + "year": 2018, + "cited_by_count": 256 + }, + { + "year": 2017, + "cited_by_count": 21 + } + ], + "updated_date": "2026-05-27T09:02:27.158192", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W1873332500", + "doi": null, + "title": "Supervised Machine Learning: A Review of Classification Techniques", + "display_name": "Supervised Machine Learning: A Review of Classification Techniques", + "relevance_score": 4286.96, + "publication_year": 2007, + "publication_date": "2007-01-01", + "ids": { + "openalex": "https://openalex.org/W1873332500", + "mag": "1873332500" + }, + "language": "en", + "primary_location": { + "id": "mag:1873332500", + "is_oa": false, + "landing_page_url": "https://dblp.uni-trier.de/db/journals/informaticaSI/informaticaSI31.html#Kotsiantis07", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": false, + "raw_source_name": "Informatica", + "raw_type": null + }, + "type": "review", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5066370772", + "display_name": "Sotiris Kotsiantis", + "orcid": "https://orcid.org/0000-0002-2247-3082" + }, + "institutions": [ + { + "id": "https://openalex.org/I158716096", + "display_name": "University of Peloponnese", + "ror": "https://ror.org/04d4d3c02", + "country_code": "GR", + "type": "education", + "lineage": [ + "https://openalex.org/I158716096" + ] + } + ], + "countries": [ + "GR" + ], + "is_corresponding": true, + "raw_author_name": "Sotiris Kotsiantis", + "raw_affiliation_strings": [], + "raw_orcid": "https://orcid.org/0000-0002-2247-3082", + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5066370772" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I158716096" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 49.7093, + "has_fulltext": false, + "cited_by_count": 4147, + "citation_normalized_percentile": { + "value": 1.0, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "160", + "issue": "3", + "first_page": "249", + "last_page": "24" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9991999864578247, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9991999864578247, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11652", + "display_name": "Imbalanced Data Classification Techniques", + "score": 0.9936000108718872, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10057", + "display_name": "Face and Expression Recognition", + "score": 0.9873999953269958, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.7691857218742371 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.7264007925987244 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7053093314170837 + }, + { + "id": "https://openalex.org/keywords/classifier", + "display_name": "Classifier (UML)", + "score": 0.5915338397026062 + }, + { + "id": "https://openalex.org/keywords/supervised-learning", + "display_name": "Supervised learning", + "score": 0.5904386043548584 + }, + { + "id": "https://openalex.org/keywords/one-class-classification", + "display_name": "One-class classification", + "score": 0.5449395179748535 + }, + { + "id": "https://openalex.org/keywords/class", + "display_name": "Class (philosophy)", + "score": 0.5347427725791931 + }, + { + "id": "https://openalex.org/keywords/semi-supervised-learning", + "display_name": "Semi-supervised learning", + "score": 0.4761357605457306 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.13000115752220154 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.7691857218742371 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.7264007925987244 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7053093314170837 + }, + { + "id": "https://openalex.org/C95623464", + "wikidata": "https://www.wikidata.org/wiki/Q1096149", + "display_name": "Classifier (UML)", + "level": 2, + "score": 0.5915338397026062 + }, + { + "id": "https://openalex.org/C136389625", + "wikidata": "https://www.wikidata.org/wiki/Q334384", + "display_name": "Supervised learning", + "level": 3, + "score": 0.5904386043548584 + }, + { + "id": "https://openalex.org/C34872919", + "wikidata": "https://www.wikidata.org/wiki/Q7092302", + "display_name": "One-class classification", + "level": 3, + "score": 0.5449395179748535 + }, + { + "id": "https://openalex.org/C2777212361", + "wikidata": "https://www.wikidata.org/wiki/Q5127848", + "display_name": "Class (philosophy)", + "level": 2, + "score": 0.5347427725791931 + }, + { + "id": "https://openalex.org/C58973888", + "wikidata": "https://www.wikidata.org/wiki/Q1041418", + "display_name": "Semi-supervised learning", + "level": 2, + "score": 0.4761357605457306 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.13000115752220154 + } + ], + "mesh": [], + "locations_count": 3, + "locations": [ + { + "id": "mag:1873332500", + "is_oa": false, + "landing_page_url": "https://dblp.uni-trier.de/db/journals/informaticaSI/informaticaSI31.html#Kotsiantis07", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": "Informatica", + "raw_type": null + }, + { + "id": "mag:2295155158", + "is_oa": false, + "landing_page_url": "https://datajobs.com/data-science-repo/Supervised-Learning-%5bSB-Kotsiantis%5d.pdf", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": null + }, + { + "id": "mag:3136385871", + "is_oa": false, + "landing_page_url": "https://ebooks.iospress.nl/volumearticle/3666", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4210201731", + "display_name": "Frontiers in artificial intelligence and applications", + "issn_l": "0922-6389", + "issn": [ + "0922-6389", + "1879-8314" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": "Frontiers in artificial intelligence and applications", + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "score": 0.4099999964237213, + "display_name": "Quality Education", + "id": "https://metadata.un.org/sdg/4" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 111, + "referenced_works": [ + "https://openalex.org/W5472403", + "https://openalex.org/W135311109", + "https://openalex.org/W177590838", + "https://openalex.org/W203696055", + "https://openalex.org/W1007293483", + "https://openalex.org/W1497605902", + "https://openalex.org/W1506588750", + "https://openalex.org/W1515851193", + "https://openalex.org/W1520605446", + "https://openalex.org/W1522114398", + "https://openalex.org/W1528113134", + "https://openalex.org/W1537143578", + "https://openalex.org/W1538041071", + "https://openalex.org/W1547833367", + "https://openalex.org/W1554309553", + "https://openalex.org/W1560955742", + "https://openalex.org/W1562368284", + "https://openalex.org/W1563088657", + "https://openalex.org/W1567012231", + "https://openalex.org/W1570329253", + "https://openalex.org/W1570448133", + "https://openalex.org/W1570706771", + "https://openalex.org/W1587647246", + "https://openalex.org/W1588516554", + "https://openalex.org/W1594031697", + "https://openalex.org/W1594781927", + "https://openalex.org/W1602492977", + "https://openalex.org/W1605688901", + "https://openalex.org/W1605844890", + "https://openalex.org/W1637435380", + "https://openalex.org/W1670263352", + "https://openalex.org/W1671614046", + "https://openalex.org/W1746680969", + "https://openalex.org/W1780185704", + "https://openalex.org/W1808644423", + "https://openalex.org/W1813387235", + "https://openalex.org/W1817561967", + "https://openalex.org/W1827261456", + "https://openalex.org/W1904009171", + "https://openalex.org/W1935515061", + "https://openalex.org/W1973991804", + "https://openalex.org/W1974545290", + "https://openalex.org/W1979711143", + "https://openalex.org/W1983479840", + "https://openalex.org/W1983690667", + "https://openalex.org/W1986883011", + "https://openalex.org/W1992419399", + "https://openalex.org/W1993066733", + "https://openalex.org/W2006345381", + "https://openalex.org/W2011101028", + "https://openalex.org/W2016441117", + "https://openalex.org/W2022058268", + "https://openalex.org/W2026718556", + "https://openalex.org/W2037322594", + "https://openalex.org/W2046649434", + "https://openalex.org/W2050829396", + "https://openalex.org/W2063783806", + "https://openalex.org/W2074584355", + "https://openalex.org/W2075932270", + "https://openalex.org/W2093825590", + "https://openalex.org/W2096756482", + "https://openalex.org/W2104333211", + "https://openalex.org/W2110179049", + "https://openalex.org/W2119479037", + "https://openalex.org/W2120199131", + "https://openalex.org/W2122111042", + "https://openalex.org/W2122496402", + "https://openalex.org/W2123623606", + "https://openalex.org/W2125055259", + "https://openalex.org/W2126333738", + "https://openalex.org/W2128912745", + "https://openalex.org/W2133160781", + "https://openalex.org/W2133218851", + "https://openalex.org/W2133632100", + "https://openalex.org/W2136000097", + "https://openalex.org/W2136132422", + "https://openalex.org/W2137130182", + "https://openalex.org/W2139212933", + "https://openalex.org/W2140586694", + "https://openalex.org/W2140785063", + "https://openalex.org/W2142857211", + "https://openalex.org/W2143603257", + "https://openalex.org/W2144731007", + "https://openalex.org/W2145467382", + "https://openalex.org/W2145680191", + "https://openalex.org/W2150796457", + "https://openalex.org/W2151450140", + "https://openalex.org/W2156440942", + "https://openalex.org/W2156571267", + "https://openalex.org/W2156909104", + "https://openalex.org/W2157815868", + "https://openalex.org/W2158724449", + "https://openalex.org/W2159895197", + "https://openalex.org/W2161349318", + "https://openalex.org/W2161782846", + "https://openalex.org/W2161960932", + "https://openalex.org/W2164359548", + "https://openalex.org/W2166985738", + "https://openalex.org/W2167277498", + "https://openalex.org/W2167467747", + "https://openalex.org/W2168754135", + "https://openalex.org/W2171265988", + "https://openalex.org/W2172429451", + "https://openalex.org/W2322002063", + "https://openalex.org/W2488399954", + "https://openalex.org/W2603390332", + "https://openalex.org/W2766736793", + "https://openalex.org/W2911678770", + "https://openalex.org/W2912276539", + "https://openalex.org/W2912934387", + "https://openalex.org/W3015462599" + ], + "related_works": [ + "https://openalex.org/W3120740533", + "https://openalex.org/W3085162807", + "https://openalex.org/W2919115771", + "https://openalex.org/W2912934387", + "https://openalex.org/W2911964244", + "https://openalex.org/W2156909104", + "https://openalex.org/W2153635508", + "https://openalex.org/W2149706766", + "https://openalex.org/W2140190241", + "https://openalex.org/W2139212933", + "https://openalex.org/W2133990480", + "https://openalex.org/W2125055259", + "https://openalex.org/W2122111042", + "https://openalex.org/W2119821739", + "https://openalex.org/W2119479037", + "https://openalex.org/W2101234009", + "https://openalex.org/W2096352448", + "https://openalex.org/W1680392829", + "https://openalex.org/W1663973292", + "https://openalex.org/W1570448133" + ], + "abstract_inverted_index": { + "The": [ + 0, + 22 + ], + "goal": [ + 1 + ], + "of": [ + 2, + 11, + 14, + 19, + 39, + 48, + 73 + ], + "supervised": [ + 3, + 58, + 75 + ], + "learning": [ + 4, + 60, + 77 + ], + "is": [ + 5, + 25, + 52 + ], + "to": [ + 6, + 28, + 32, + 113 + ], + "build": [ + 7 + ], + "a": [ + 8, + 65, + 70 + ], + "concise": [ + 9 + ], + "model": [ + 10 + ], + "the": [ + 12, + 33, + 37, + 40, + 46, + 49, + 89, + 94, + 99 + ], + "distribution": [ + 13 + ], + "class": [ + 15, + 30, + 50 + ], + "labels": [ + 16, + 31 + ], + "in": [ + 17, + 101 + ], + "terms": [ + 18 + ], + "predictor": [ + 20, + 41 + ], + "features.": [ + 21 + ], + "resulting": [ + 23 + ], + "classifier": [ + 24 + ], + "then": [ + 26 + ], + "used": [ + 27 + ], + "assign": [ + 29 + ], + "testing": [ + 34 + ], + "instances": [ + 35 + ], + "where": [ + 36 + ], + "values": [ + 38 + ], + "features": [ + 42 + ], + "are": [ + 43 + ], + "known,": [ + 44 + ], + "but": [ + 45 + ], + "value": [ + 47 + ], + "label": [ + 51 + ], + "unknown.": [ + 53 + ], + "This": [ + 54 + ], + "paper": [ + 55 + ], + "describes": [ + 56 + ], + "various": [ + 57 + ], + "machine": [ + 59, + 76 + ], + "classification": [ + 61, + 78, + 83 + ], + "techniques.": [ + 62 + ], + "Of": [ + 63 + ], + "course,": [ + 64 + ], + "single": [ + 66 + ], + "chapter": [ + 67 + ], + "cannot": [ + 68 + ], + "be": [ + 69, + 114 + ], + "complete": [ + 71 + ], + "review": [ + 72 + ], + "all": [ + 74 + ], + "algorithms": [ + 79 + ], + "(also": [ + 80 + ], + "known": [ + 81 + ], + "induction": [ + 82 + ], + "algorithms),": [ + 84 + ], + "yet": [ + 85, + 112 + ], + "we": [ + 86 + ], + "hope": [ + 87 + ], + "that": [ + 88, + 110 + ], + "references": [ + 90 + ], + "cited": [ + 91 + ], + "will": [ + 92 + ], + "cover": [ + 93 + ], + "major": [ + 95 + ], + "theoretical": [ + 96 + ], + "issues,": [ + 97 + ], + "guiding": [ + 98 + ], + "researcher": [ + 100 + ], + "interesting": [ + 102 + ], + "research": [ + 103 + ], + "directions": [ + 104 + ], + "and": [ + 105 + ], + "suggesting": [ + 106 + ], + "possible": [ + 107 + ], + "bias": [ + 108 + ], + "combinations": [ + 109 + ], + "have": [ + 111 + ], + "explored.": [ + 115 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 99 + }, + { + "year": 2024, + "cited_by_count": 227 + }, + { + "year": 2023, + "cited_by_count": 300 + }, + { + "year": 2022, + "cited_by_count": 329 + }, + { + "year": 2021, + "cited_by_count": 490 + }, + { + "year": 2020, + "cited_by_count": 504 + }, + { + "year": 2019, + "cited_by_count": 464 + }, + { + "year": 2018, + "cited_by_count": 344 + }, + { + "year": 2017, + "cited_by_count": 252 + }, + { + "year": 2016, + "cited_by_count": 221 + }, + { + "year": 2015, + "cited_by_count": 233 + }, + { + "year": 2014, + "cited_by_count": 184 + }, + { + "year": 2013, + "cited_by_count": 168 + }, + { + "year": 2012, + "cited_by_count": 125 + } + ], + "updated_date": "2025-10-10T17:16:08.811792", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W4236362309", + "doi": "https://doi.org/10.1017/cbo9781107298019", + "title": "Understanding Machine Learning", + "display_name": "Understanding Machine Learning", + "relevance_score": 4239.501, + "publication_year": 2014, + "publication_date": "2014-05-19", + "ids": { + "openalex": "https://openalex.org/W4236362309", + "doi": "https://doi.org/10.1017/cbo9781107298019" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1017/cbo9781107298019", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1017/cbo9781107298019", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306462995", + "display_name": "Cambridge University Press eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/P4310311721", + "host_organization_name": "Cambridge University Press", + "host_organization_lineage": [ + "https://openalex.org/P4310311721", + "https://openalex.org/P4310311702" + ], + "host_organization_lineage_names": [ + "Cambridge University Press", + "University of Cambridge" + ], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "monograph" + }, + "type": "book", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5078263052", + "display_name": "Shai Shalev‐Shwartz", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I197251160", + "display_name": "Hebrew University of Jerusalem", + "ror": "https://ror.org/03qxff017", + "country_code": "IL", + "type": "education", + "lineage": [ + "https://openalex.org/I197251160" + ] + } + ], + "countries": [ + "IL" + ], + "is_corresponding": true, + "raw_author_name": "Shai Shalev-Shwartz", + "raw_affiliation_strings": [ + "Hebrew University of Jerusalem" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Hebrew University of Jerusalem", + "institution_ids": [ + "https://openalex.org/I197251160" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5112193907", + "display_name": "Shai Ben-David", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I151746483", + "display_name": "University of Waterloo", + "ror": "https://ror.org/01aff2v68", + "country_code": "CA", + "type": "education", + "lineage": [ + "https://openalex.org/I151746483" + ] + } + ], + "countries": [ + "CA" + ], + "is_corresponding": false, + "raw_author_name": "Shai Ben-David", + "raw_affiliation_strings": [ + "University of Waterloo, Ontario" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Waterloo, Ontario", + "institution_ids": [ + "https://openalex.org/I151746483" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5078263052" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I197251160" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 13.8547, + "has_fulltext": false, + "cited_by_count": 2905, + "citation_normalized_percentile": { + "value": 0.98681112, + "is_in_top_1_percent": false, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.5062000155448914, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.5062000155448914, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7047193050384521 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6659388542175293 + }, + { + "id": "https://openalex.org/keywords/stability", + "display_name": "Stability (learning theory)", + "score": 0.5692204236984253 + }, + { + "id": "https://openalex.org/keywords/algorithmic-learning-theory", + "display_name": "Algorithmic learning theory", + "score": 0.5539110898971558 + }, + { + "id": "https://openalex.org/keywords/computational-learning-theory", + "display_name": "Computational learning theory", + "score": 0.5352068543434143 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.5332021117210388 + }, + { + "id": "https://openalex.org/keywords/presentation", + "display_name": "Presentation (obstetrics)", + "score": 0.5140898823738098 + }, + { + "id": "https://openalex.org/keywords/stochastic-gradient-descent", + "display_name": "Stochastic gradient descent", + "score": 0.5117306709289551 + }, + { + "id": "https://openalex.org/keywords/convexity", + "display_name": "Convexity", + "score": 0.51105797290802 + }, + { + "id": "https://openalex.org/keywords/online-machine-learning", + "display_name": "Online machine learning", + "score": 0.44482100009918213 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.40191978216171265 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7047193050384521 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6659388542175293 + }, + { + "id": "https://openalex.org/C112972136", + "wikidata": "https://www.wikidata.org/wiki/Q7595718", + "display_name": "Stability (learning theory)", + "level": 2, + "score": 0.5692204236984253 + }, + { + "id": "https://openalex.org/C32254414", + "wikidata": "https://www.wikidata.org/wiki/Q4724364", + "display_name": "Algorithmic learning theory", + "level": 3, + "score": 0.5539110898971558 + }, + { + "id": "https://openalex.org/C50292564", + "wikidata": "https://www.wikidata.org/wiki/Q2462783", + "display_name": "Computational learning theory", + "level": 3, + "score": 0.5352068543434143 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.5332021117210388 + }, + { + "id": "https://openalex.org/C2777601897", + "wikidata": "https://www.wikidata.org/wiki/Q3409113", + "display_name": "Presentation (obstetrics)", + "level": 2, + "score": 0.5140898823738098 + }, + { + "id": "https://openalex.org/C206688291", + "wikidata": "https://www.wikidata.org/wiki/Q7617819", + "display_name": "Stochastic gradient descent", + "level": 3, + "score": 0.5117306709289551 + }, + { + "id": "https://openalex.org/C72134830", + "wikidata": "https://www.wikidata.org/wiki/Q5166524", + "display_name": "Convexity", + "level": 2, + "score": 0.51105797290802 + }, + { + "id": "https://openalex.org/C115903097", + "wikidata": "https://www.wikidata.org/wiki/Q7094097", + "display_name": "Online machine learning", + "level": 3, + "score": 0.44482100009918213 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.40191978216171265 + }, + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C162324750", + "wikidata": "https://www.wikidata.org/wiki/Q8134", + "display_name": "Economics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C106159729", + "wikidata": "https://www.wikidata.org/wiki/Q2294553", + "display_name": "Financial economics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C126838900", + "wikidata": "https://www.wikidata.org/wiki/Q77604", + "display_name": "Radiology", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1017/cbo9781107298019", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1017/cbo9781107298019", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306462995", + "display_name": "Cambridge University Press eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/P4310311721", + "host_organization_name": "Cambridge University Press", + "host_organization_lineage": [ + "https://openalex.org/P4310311721", + "https://openalex.org/P4310311702" + ], + "host_organization_lineage_names": [ + "Cambridge University Press", + "University of Cambridge" + ], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "monograph" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "score": 0.7200000286102295, + "display_name": "Quality Education", + "id": "https://metadata.un.org/sdg/4" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [ + "https://openalex.org/W36398315", + "https://openalex.org/W4286799911", + "https://openalex.org/W3176029617", + "https://openalex.org/W2109601080", + "https://openalex.org/W3031362111", + "https://openalex.org/W2183087249", + "https://openalex.org/W4234769374", + "https://openalex.org/W2774684800", + "https://openalex.org/W2339204188", + "https://openalex.org/W2170905826" + ], + "abstract_inverted_index": { + "Machine": [ + 0 + ], + "learning": [ + 1, + 46, + 86, + 135 + ], + "is": [ + 2, + 20 + ], + "one": [ + 3 + ], + "of": [ + 4, + 9, + 17, + 41, + 61, + 70, + 81, + 85, + 90, + 133 + ], + "the": [ + 5, + 26, + 42, + 48, + 62, + 64, + 82, + 88, + 113, + 126, + 129 + ], + "fastest": [ + 6 + ], + "growing": [ + 7 + ], + "areas": [ + 8 + ], + "computer": [ + 10, + 144 + ], + "science,": [ + 11, + 145 + ], + "with": [ + 12 + ], + "far-reaching": [ + 13 + ], + "applications.": [ + 14 + ], + "The": [ + 15, + 35 + ], + "aim": [ + 16 + ], + "this": [ + 18 + ], + "textbook": [ + 19 + ], + "to": [ + 21, + 137 + ], + "introduce": [ + 22 + ], + "machine": [ + 23, + 45, + 134 + ], + "learning,": [ + 24 + ], + "and": [ + 25, + 47, + 87, + 92, + 103, + 107, + 116, + 131, + 139, + 147 + ], + "algorithmic": [ + 27, + 95 + ], + "paradigms": [ + 28, + 96 + ], + "it": [ + 29 + ], + "offers,": [ + 30 + ], + "in": [ + 31, + 142 + ], + "a": [ + 32, + 38, + 59, + 67, + 79 + ], + "principled": [ + 33 + ], + "way.": [ + 34 + ], + "book": [ + 36, + 65 + ], + "provides": [ + 37 + ], + "theoretical": [ + 39, + 109 + ], + "account": [ + 40 + ], + "fundamentals": [ + 43, + 130 + ], + "underlying": [ + 44 + ], + "mathematical": [ + 49 + ], + "derivations": [ + 50 + ], + "that": [ + 51 + ], + "transform": [ + 52 + ], + "these": [ + 53 + ], + "principles": [ + 54 + ], + "into": [ + 55 + ], + "practical": [ + 56 + ], + "algorithms.": [ + 57 + ], + "Following": [ + 58 + ], + "presentation": [ + 60 + ], + "basics,": [ + 63 + ], + "covers": [ + 66 + ], + "wide": [ + 68 + ], + "array": [ + 69 + ], + "central": [ + 71 + ], + "topics": [ + 72 + ], + "unaddressed": [ + 73 + ], + "by": [ + 74 + ], + "previous": [ + 75 + ], + "textbooks.": [ + 76 + ], + "These": [ + 77 + ], + "include": [ + 78 + ], + "discussion": [ + 80 + ], + "computational": [ + 83 + ], + "complexity": [ + 84 + ], + "concepts": [ + 89, + 110 + ], + "convexity": [ + 91 + ], + "stability;": [ + 93 + ], + "important": [ + 94 + ], + "including": [ + 97 + ], + "stochastic": [ + 98 + ], + "gradient": [ + 99 + ], + "descent,": [ + 100 + ], + "neural": [ + 101 + ], + "networks,": [ + 102 + ], + "structured": [ + 104 + ], + "output": [ + 105 + ], + "learning;": [ + 106 + ], + "emerging": [ + 108 + ], + "such": [ + 111 + ], + "as": [ + 112 + ], + "PAC-Bayes": [ + 114 + ], + "approach": [ + 115 + ], + "compression-based": [ + 117 + ], + "bounds.": [ + 118 + ], + "Designed": [ + 119 + ], + "for": [ + 120 + ], + "advanced": [ + 121 + ], + "undergraduates": [ + 122 + ], + "or": [ + 123 + ], + "beginning": [ + 124 + ], + "graduates,": [ + 125 + ], + "text": [ + 127 + ], + "makes": [ + 128 + ], + "algorithms": [ + 132 + ], + "accessible": [ + 136 + ], + "students": [ + 138 + ], + "non-expert": [ + 140 + ], + "readers": [ + 141 + ], + "statistics,": [ + 143 + ], + "mathematics": [ + 146 + ], + "engineering.": [ + 148 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 96 + }, + { + "year": 2025, + "cited_by_count": 375 + }, + { + "year": 2024, + "cited_by_count": 400 + }, + { + "year": 2023, + "cited_by_count": 421 + }, + { + "year": 2022, + "cited_by_count": 424 + }, + { + "year": 2021, + "cited_by_count": 368 + }, + { + "year": 2020, + "cited_by_count": 366 + }, + { + "year": 2019, + "cited_by_count": 192 + }, + { + "year": 2018, + "cited_by_count": 144 + }, + { + "year": 2017, + "cited_by_count": 64 + }, + { + "year": 2016, + "cited_by_count": 33 + }, + { + "year": 2015, + "cited_by_count": 17 + }, + { + "year": 2014, + "cited_by_count": 4 + }, + { + "year": 2013, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-28T09:10:13.091523", + "created_date": "2022-05-12T00:00:00" + }, + { + "id": "https://openalex.org/W3198350258", + "doi": "https://doi.org/10.1147/rd.33.0210", + "title": "Some Studies in Machine Learning Using the Game of Checkers", + "display_name": "Some Studies in Machine Learning Using the Game of Checkers", + "relevance_score": 4168.228, + "publication_year": 1959, + "publication_date": "1959-07-01", + "ids": { + "openalex": "https://openalex.org/W3198350258", + "doi": "https://doi.org/10.1147/rd.33.0210", + "mag": "3198350258" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1147/rd.33.0210", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1147/rd.33.0210", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4210219925", + "display_name": "IBM Journal of Research and Development", + "issn_l": "0018-8646", + "issn": [ + "0018-8646", + "2151-8556" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320652", + "host_organization_name": "IBM", + "host_organization_lineage": [ + "https://openalex.org/P4310320652" + ], + "host_organization_lineage_names": [ + "IBM" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IBM Journal of Research and Development", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5103515726", + "display_name": "Arthur L. Samuel", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "A. L. Samuel", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5103515726" + ], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 58.6681, + "has_fulltext": false, + "cited_by_count": 4330, + "citation_normalized_percentile": { + "value": 0.99739244, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "3", + "issue": "3", + "first_page": "210", + "last_page": "229" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11574", + "display_name": "Artificial Intelligence in Games", + "score": 0.8087999820709229, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11574", + "display_name": "Artificial Intelligence in Games", + "score": 0.8087999820709229, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7188340425491333 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5375511050224304 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.3793615698814392 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7188340425491333 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5375511050224304 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.3793615698814392 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1147/rd.33.0210", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1147/rd.33.0210", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4210219925", + "display_name": "IBM Journal of Research and Development", + "issn_l": "0018-8646", + "issn": [ + "0018-8646", + "2151-8556" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320652", + "host_organization_name": "IBM", + "host_organization_lineage": [ + "https://openalex.org/P4310320652" + ], + "host_organization_lineage_names": [ + "IBM" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IBM Journal of Research and Development", + "raw_type": "journal-article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "score": 0.5, + "display_name": "Quality Education", + "id": "https://metadata.un.org/sdg/4" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W4224009465", + "https://openalex.org/W4286629047", + "https://openalex.org/W4306321456", + "https://openalex.org/W4285260836", + "https://openalex.org/W3046775127", + "https://openalex.org/W3170094116", + "https://openalex.org/W4205958290", + "https://openalex.org/W3209574120" + ], + "abstract_inverted_index": { + "Two": [ + 0 + ], + "machine-learning": [ + 1 + ], + "procedures": [ + 2 + ], + "have": [ + 3, + 97 + ], + "been": [ + 4, + 17 + ], + "investigated": [ + 5 + ], + "in": [ + 6, + 59 + ], + "some": [ + 7 + ], + "detail": [ + 8 + ], + "using": [ + 9 + ], + "the": [ + 10, + 21, + 46, + 50, + 76, + 79, + 102 + ], + "game": [ + 11, + 38 + ], + "of": [ + 12, + 39, + 64, + 70, + 78, + 83, + 91, + 117, + 125 + ], + "checkers.": [ + 13 + ], + "Enough": [ + 14 + ], + "work": [ + 15 + ], + "has": [ + 16 + ], + "done": [ + 18 + ], + "to": [ + 19, + 34, + 56, + 96, + 99, + 128 + ], + "verify": [ + 20 + ], + "fact": [ + 22 + ], + "that": [ + 23, + 30 + ], + "a": [ + 24, + 36, + 60, + 81, + 86 + ], + "computer": [ + 25 + ], + "can": [ + 26, + 42, + 54 + ], + "be": [ + 27, + 43 + ], + "programmed": [ + 28 + ], + "so": [ + 29 + ], + "it": [ + 31, + 53 + ], + "will": [ + 32 + ], + "learn": [ + 33, + 55 + ], + "play": [ + 35 + ], + "better": [ + 37 + ], + "checkers": [ + 40 + ], + "than": [ + 41 + ], + "played": [ + 44 + ], + "by": [ + 45, + 121 + ], + "person": [ + 47 + ], + "who": [ + 48 + ], + "wrote": [ + 49 + ], + "program.": [ + 51 + ], + "Furthermore,": [ + 52 + ], + "do": [ + 57, + 100 + ], + "this": [ + 58 + ], + "remarkably": [ + 61 + ], + "short": [ + 62 + ], + "period": [ + 63 + ], + "time": [ + 65 + ], + "(8": [ + 66 + ], + "or": [ + 67 + ], + "10": [ + 68 + ], + "hours": [ + 69 + ], + "machine-playing": [ + 71 + ], + "time)": [ + 72 + ], + "when": [ + 73 + ], + "given": [ + 74 + ], + "only": [ + 75 + ], + "rules": [ + 77 + ], + "game,": [ + 80, + 103 + ], + "sense": [ + 82 + ], + "direction,": [ + 84 + ], + "and": [ + 85, + 88, + 108, + 113 + ], + "redundant": [ + 87 + ], + "incomplete": [ + 89 + ], + "list": [ + 90 + ], + "parameters": [ + 92 + ], + "which": [ + 93 + ], + "are": [ + 94, + 111 + ], + "thought": [ + 95 + ], + "something": [ + 98 + ], + "with": [ + 101 + ], + "but": [ + 104 + ], + "whose": [ + 105 + ], + "correct": [ + 106 + ], + "signs": [ + 107 + ], + "relative": [ + 109 + ], + "weights": [ + 110 + ], + "unknown": [ + 112 + ], + "unspecified.": [ + 114 + ], + "The": [ + 115 + ], + "principles": [ + 116 + ], + "machine": [ + 118 + ], + "learning": [ + 119 + ], + "verified": [ + 120 + ], + "these": [ + 122 + ], + "experiments": [ + 123 + ], + "are,": [ + 124 + ], + "course,": [ + 126 + ], + "applicable": [ + 127 + ], + "many": [ + 129 + ], + "other": [ + 130 + ], + "situations.": [ + 131 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 87 + }, + { + "year": 2025, + "cited_by_count": 322 + }, + { + "year": 2024, + "cited_by_count": 345 + }, + { + "year": 2023, + "cited_by_count": 343 + }, + { + "year": 2022, + "cited_by_count": 342 + }, + { + "year": 2021, + "cited_by_count": 398 + }, + { + "year": 2020, + "cited_by_count": 335 + }, + { + "year": 2019, + "cited_by_count": 352 + }, + { + "year": 2018, + "cited_by_count": 221 + }, + { + "year": 2017, + "cited_by_count": 147 + }, + { + "year": 2016, + "cited_by_count": 59 + }, + { + "year": 2015, + "cited_by_count": 42 + }, + { + "year": 2014, + "cited_by_count": 42 + }, + { + "year": 2013, + "cited_by_count": 52 + }, + { + "year": 2012, + "cited_by_count": 45 + } + ], + "updated_date": "2026-05-27T09:02:27.158192", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2535690855", + "doi": "https://doi.org/10.1109/sp.2017.41", + "title": "Membership Inference Attacks Against Machine Learning Models", + "display_name": "Membership Inference Attacks Against Machine Learning Models", + "relevance_score": 4124.923, + "publication_year": 2017, + "publication_date": "2017-05-01", + "ids": { + "openalex": "https://openalex.org/W2535690855", + "doi": "https://doi.org/10.1109/sp.2017.41", + "mag": "2535690855" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1109/sp.2017.41", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/sp.2017.41", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "2017 IEEE Symposium on Security and Privacy (SP)", + "raw_type": "proceedings-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5084892128", + "display_name": "Reza Shokri", + "orcid": "https://orcid.org/0000-0001-9816-0173" + }, + "institutions": [ + { + "id": "https://openalex.org/I205783295", + "display_name": "Cornell University", + "ror": "https://ror.org/05bnh6r87", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I205783295" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Reza Shokri", + "raw_affiliation_strings": [ + "Cornell Tech" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Cornell Tech", + "institution_ids": [ + "https://openalex.org/I205783295" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5086560283", + "display_name": "Marco Stronati", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1326498283", + "display_name": "Institut national de recherche en informatique et en automatique", + "ror": "https://ror.org/02kvxyf05", + "country_code": "FR", + "type": "funder", + "lineage": [ + "https://openalex.org/I1326498283" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Marco Stronati", + "raw_affiliation_strings": [ + "INRIA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "INRIA", + "institution_ids": [ + "https://openalex.org/I1326498283" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5048446895", + "display_name": "Congzheng Song", + "orcid": "https://orcid.org/0000-0002-5076-7299" + }, + "institutions": [ + { + "id": "https://openalex.org/I205783295", + "display_name": "Cornell University", + "ror": "https://ror.org/05bnh6r87", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I205783295" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Congzheng Song", + "raw_affiliation_strings": [ + "Cornell" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Cornell", + "institution_ids": [ + "https://openalex.org/I205783295" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5038206174", + "display_name": "Vitaly Shmatikov", + "orcid": "https://orcid.org/0009-0002-1336-5714" + }, + "institutions": [ + { + "id": "https://openalex.org/I205783295", + "display_name": "Cornell University", + "ror": "https://ror.org/05bnh6r87", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I205783295" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Vitaly Shmatikov", + "raw_affiliation_strings": [ + "Cornell Tech" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Cornell Tech", + "institution_ids": [ + "https://openalex.org/I205783295" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 4, + "corresponding_author_ids": [ + "https://openalex.org/A5084892128" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I205783295" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 167.1582, + "has_fulltext": false, + "cited_by_count": 4169, + "citation_normalized_percentile": { + "value": 0.99981035, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": "3", + "last_page": "18" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10764", + "display_name": "Privacy-Preserving Technologies in Data", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10764", + "display_name": "Privacy-Preserving Technologies in Data", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11689", + "display_name": "Adversarial Robustness in Machine Learning", + "score": 0.9997000098228455, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10237", + "display_name": "Cryptography and Data Security", + "score": 0.9768000245094299, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/inference", + "display_name": "Inference", + "score": 0.8516879081726074 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.7886953949928284 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7878186702728271 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6666349768638611 + }, + { + "id": "https://openalex.org/keywords/perspective", + "display_name": "Perspective (graphical)", + "score": 0.5839544534683228 + }, + { + "id": "https://openalex.org/keywords/focus", + "display_name": "Focus (optics)", + "score": 0.5145570635795593 + }, + { + "id": "https://openalex.org/keywords/data-modeling", + "display_name": "Data modeling", + "score": 0.47366389632225037 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.4463120698928833 + }, + { + "id": "https://openalex.org/keywords/adversarial-system", + "display_name": "Adversarial system", + "score": 0.41243356466293335 + }, + { + "id": "https://openalex.org/keywords/database", + "display_name": "Database", + "score": 0.07796728610992432 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2776214188", + "wikidata": "https://www.wikidata.org/wiki/Q408386", + "display_name": "Inference", + "level": 2, + "score": 0.8516879081726074 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.7886953949928284 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7878186702728271 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6666349768638611 + }, + { + "id": "https://openalex.org/C12713177", + "wikidata": "https://www.wikidata.org/wiki/Q1900281", + "display_name": "Perspective (graphical)", + "level": 2, + "score": 0.5839544534683228 + }, + { + "id": "https://openalex.org/C192209626", + "wikidata": "https://www.wikidata.org/wiki/Q190909", + "display_name": "Focus (optics)", + "level": 2, + "score": 0.5145570635795593 + }, + { + "id": "https://openalex.org/C67186912", + "wikidata": "https://www.wikidata.org/wiki/Q367664", + "display_name": "Data modeling", + "level": 2, + "score": 0.47366389632225037 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.4463120698928833 + }, + { + "id": "https://openalex.org/C37736160", + "wikidata": "https://www.wikidata.org/wiki/Q1801315", + "display_name": "Adversarial system", + "level": 2, + "score": 0.41243356466293335 + }, + { + "id": "https://openalex.org/C77088390", + "wikidata": "https://www.wikidata.org/wiki/Q8513", + "display_name": "Database", + "level": 1, + "score": 0.07796728610992432 + }, + { + "id": "https://openalex.org/C120665830", + "wikidata": "https://www.wikidata.org/wiki/Q14620", + "display_name": "Optics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C121332964", + "wikidata": "https://www.wikidata.org/wiki/Q413", + "display_name": "Physics", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "doi:10.1109/sp.2017.41", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/sp.2017.41", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "2017 IEEE Symposium on Security and Privacy (SP)", + "raw_type": "proceedings-article" + }, + { + "id": "pmh:oai:scholarbank.nus.edu.sg:10635/172937", + "is_oa": false, + "landing_page_url": "https://scholarbank.nus.edu.sg/handle/10635/172937", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S7407052290", + "display_name": "National University of Singapore", + "issn_l": null, + "issn": [], + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Elements", + "raw_type": "Conference Paper" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "score": 0.5699999928474426, + "display_name": "Peace, Justice and strong institutions", + "id": "https://metadata.un.org/sdg/16" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 54, + "referenced_works": [ + "https://openalex.org/W1473189865", + "https://openalex.org/W1510952750", + "https://openalex.org/W1528076390", + "https://openalex.org/W1535019556", + "https://openalex.org/W1554944419", + "https://openalex.org/W1760458529", + "https://openalex.org/W1811750039", + "https://openalex.org/W1821462560", + "https://openalex.org/W1826232489", + "https://openalex.org/W1873763122", + "https://openalex.org/W1992926795", + "https://openalex.org/W2009733253", + "https://openalex.org/W2024594469", + "https://openalex.org/W2040228409", + "https://openalex.org/W2051267297", + "https://openalex.org/W2053637704", + "https://openalex.org/W2077905990", + "https://openalex.org/W2095272373", + "https://openalex.org/W2095705004", + "https://openalex.org/W2096633407", + "https://openalex.org/W2106313770", + "https://openalex.org/W2106463421", + "https://openalex.org/W2112380340", + "https://openalex.org/W2114229504", + "https://openalex.org/W2119874464", + "https://openalex.org/W2123147099", + "https://openalex.org/W2130051287", + "https://openalex.org/W2151320232", + "https://openalex.org/W2162379889", + "https://openalex.org/W2186645727", + "https://openalex.org/W2198253679", + "https://openalex.org/W2329660289", + "https://openalex.org/W2461943168", + "https://openalex.org/W2473418344", + "https://openalex.org/W2532520288", + "https://openalex.org/W2950943617", + "https://openalex.org/W2951114885", + "https://openalex.org/W2962835266", + "https://openalex.org/W2963794891", + "https://openalex.org/W2964318098", + "https://openalex.org/W3118608800", + "https://openalex.org/W3215186461", + "https://openalex.org/W4248649186", + "https://openalex.org/W6628547770", + "https://openalex.org/W6631628602", + "https://openalex.org/W6632160336", + "https://openalex.org/W6638214083", + "https://openalex.org/W6639246211", + "https://openalex.org/W6661425395", + "https://openalex.org/W6674330103", + "https://openalex.org/W6676639149", + "https://openalex.org/W6677855611", + "https://openalex.org/W6686761782", + "https://openalex.org/W6731627051" + ], + "related_works": [ + "https://openalex.org/W2899084033", + "https://openalex.org/W2502115930", + "https://openalex.org/W2482350142", + "https://openalex.org/W4246396837", + "https://openalex.org/W3126451824", + "https://openalex.org/W1561927205", + "https://openalex.org/W3191453585", + "https://openalex.org/W4297672492", + "https://openalex.org/W4310988119", + "https://openalex.org/W4285226279" + ], + "abstract_inverted_index": { + "We": [ + 0, + 19, + 92, + 146 + ], + "quantitatively": [ + 1 + ], + "investigate": [ + 2, + 148 + ], + "how": [ + 3 + ], + "machine": [ + 4, + 60 + ], + "learning": [ + 5, + 61, + 105 + ], + "models": [ + 6, + 100, + 138 + ], + "leak": [ + 7 + ], + "information": [ + 8 + ], + "about": [ + 9 + ], + "the": [ + 10, + 22, + 39, + 43, + 72, + 77, + 84, + 131, + 149 + ], + "individual": [ + 11 + ], + "data": [ + 12, + 29 + ], + "records": [ + 13 + ], + "on": [ + 14, + 21, + 76, + 82, + 98 + ], + "which": [ + 15 + ], + "they": [ + 16 + ], + "were": [ + 17 + ], + "trained.": [ + 18 + ], + "focus": [ + 20 + ], + "basic": [ + 23 + ], + "membership": [ + 24, + 49, + 127, + 143 + ], + "inference": [ + 25, + 50, + 66, + 96, + 144 + ], + "attack:": [ + 26 + ], + "given": [ + 27 + ], + "a": [ + 28, + 35, + 52, + 107, + 122 + ], + "record": [ + 30, + 40 + ], + "and": [ + 31, + 62, + 113, + 118, + 155 + ], + "black-box": [ + 32 + ], + "access": [ + 33 + ], + "to": [ + 34, + 68, + 142 + ], + "model,": [ + 36, + 54 + ], + "determine": [ + 37 + ], + "if": [ + 38 + ], + "was": [ + 41 + ], + "in": [ + 42, + 71 + ], + "model's": [ + 44, + 74 + ], + "training": [ + 45 + ], + "dataset.": [ + 46 + ], + "To": [ + 47 + ], + "perform": [ + 48 + ], + "against": [ + 51 + ], + "target": [ + 53, + 73 + ], + "we": [ + 55, + 134 + ], + "make": [ + 56 + ], + "adversarial": [ + 57 + ], + "use": [ + 58 + ], + "of": [ + 59 + ], + "train": [ + 63, + 90 + ], + "our": [ + 64, + 95 + ], + "own": [ + 65 + ], + "model": [ + 67 + ], + "recognize": [ + 69 + ], + "differences": [ + 70 + ], + "predictions": [ + 75 + ], + "inputs": [ + 78, + 85 + ], + "that": [ + 79, + 86, + 136, + 151 + ], + "it": [ + 80, + 87 + ], + "trained": [ + 81, + 101 + ], + "versus": [ + 83 + ], + "did": [ + 88 + ], + "not": [ + 89 + ], + "on.": [ + 91 + ], + "empirically": [ + 93 + ], + "evaluate": [ + 94, + 156 + ], + "techniques": [ + 97 + ], + "classification": [ + 99, + 119 + ], + "by": [ + 102 + ], + "commercial": [ + 103 + ], + "\"machine": [ + 104 + ], + "as": [ + 106, + 111 + ], + "service\"": [ + 108 + ], + "providers": [ + 109 + ], + "such": [ + 110 + ], + "Google": [ + 112 + ], + "Amazon.": [ + 114 + ], + "Using": [ + 115 + ], + "realistic": [ + 116 + ], + "datasets": [ + 117 + ], + "tasks,": [ + 120 + ], + "including": [ + 121 + ], + "hospital": [ + 123 + ], + "discharge": [ + 124 + ], + "dataset": [ + 125 + ], + "whose": [ + 126 + ], + "is": [ + 128 + ], + "sensitive": [ + 129 + ], + "from": [ + 130 + ], + "privacy": [ + 132 + ], + "perspective,": [ + 133 + ], + "show": [ + 135 + ], + "these": [ + 137 + ], + "can": [ + 139 + ], + "be": [ + 140 + ], + "vulnerable": [ + 141 + ], + "attacks.": [ + 145 + ], + "then": [ + 147 + ], + "factors": [ + 150 + ], + "influence": [ + 152 + ], + "this": [ + 153 + ], + "leakage": [ + 154 + ], + "mitigation": [ + 157 + ], + "strategies.": [ + 158 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 192 + }, + { + "year": 2025, + "cited_by_count": 743 + }, + { + "year": 2024, + "cited_by_count": 706 + }, + { + "year": 2023, + "cited_by_count": 627 + }, + { + "year": 2022, + "cited_by_count": 513 + }, + { + "year": 2021, + "cited_by_count": 585 + }, + { + "year": 2020, + "cited_by_count": 445 + }, + { + "year": 2019, + "cited_by_count": 232 + }, + { + "year": 2018, + "cited_by_count": 101 + }, + { + "year": 2017, + "cited_by_count": 24 + }, + { + "year": 2013, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2885770726", + "doi": "https://doi.org/10.3390/s18082674", + "title": "Machine Learning in Agriculture: A Review", + "display_name": "Machine Learning in Agriculture: A Review", + "relevance_score": 4122.498, + "publication_year": 2018, + "publication_date": "2018-08-14", + "ids": { + "openalex": "https://openalex.org/W2885770726", + "doi": "https://doi.org/10.3390/s18082674", + "mag": "2885770726", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/30110960" + }, + "language": "en", + "primary_location": { + "id": "doi:10.3390/s18082674", + "is_oa": true, + "landing_page_url": "https://doi.org/10.3390/s18082674", + "pdf_url": "https://www.mdpi.com/1424-8220/18/8/2674/pdf?version=1534247979", + "source": { + "id": "https://openalex.org/S101949793", + "display_name": "Sensors", + "issn_l": "1424-8220", + "issn": [ + "1424-8220" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310310987", + "host_organization_name": "Multidisciplinary Digital Publishing Institute", + "host_organization_lineage": [ + "https://openalex.org/P4310310987" + ], + "host_organization_lineage_names": [ + "Multidisciplinary Digital Publishing Institute" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Sensors", + "raw_type": "journal-article" + }, + "type": "review", + "indexed_in": [ + "crossref", + "doaj", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "gold", + "oa_url": "https://www.mdpi.com/1424-8220/18/8/2674/pdf?version=1534247979", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5085282864", + "display_name": "Κωνσταντίνος Λιάκος", + "orcid": "https://orcid.org/0000-0002-6866-0932" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210134249", + "display_name": "Centre for Research and Technology Hellas", + "ror": "https://ror.org/03bndpq63", + "country_code": "GR", + "type": "facility", + "lineage": [ + "https://openalex.org/I4210134249" + ] + } + ], + "countries": [ + "GR" + ], + "is_corresponding": false, + "raw_author_name": "Konstantinos Liakos", + "raw_affiliation_strings": [ + "Institute for Bio-Economy and Agri-Technology (IBO), Centre of Research and Technology—Hellas (CERTH), 6th km Charilaou-Thermi Rd, GR 57001 Thessaloniki, Greece" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Institute for Bio-Economy and Agri-Technology (IBO), Centre of Research and Technology—Hellas (CERTH), 6th km Charilaou-Thermi Rd, GR 57001 Thessaloniki, Greece", + "institution_ids": [ + "https://openalex.org/I4210134249" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5059581084", + "display_name": "Patrizia Busato", + "orcid": "https://orcid.org/0000-0001-9546-530X" + }, + "institutions": [ + { + "id": "https://openalex.org/I55143463", + "display_name": "University of Turin", + "ror": "https://ror.org/048tbm396", + "country_code": "IT", + "type": "education", + "lineage": [ + "https://openalex.org/I55143463" + ] + } + ], + "countries": [ + "IT" + ], + "is_corresponding": false, + "raw_author_name": "Patrizia Busato", + "raw_affiliation_strings": [ + "Department of Agriculture, Forestry and Food Sciences (DISAFA), Faculty of Agriculture, University of Turin, Largo Braccini 2, 10095 Grugliasco, Italy" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Agriculture, Forestry and Food Sciences (DISAFA), Faculty of Agriculture, University of Turin, Largo Braccini 2, 10095 Grugliasco, Italy", + "institution_ids": [ + "https://openalex.org/I55143463" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5047144831", + "display_name": "Dimitrios Moshou", + "orcid": "https://orcid.org/0000-0001-7270-5307" + }, + "institutions": [ + { + "id": "https://openalex.org/I21370196", + "display_name": "Aristotle University of Thessaloniki", + "ror": "https://ror.org/02j61yw88", + "country_code": "GR", + "type": "education", + "lineage": [ + "https://openalex.org/I21370196" + ] + }, + { + "id": "https://openalex.org/I4210134249", + "display_name": "Centre for Research and Technology Hellas", + "ror": "https://ror.org/03bndpq63", + "country_code": "GR", + "type": "facility", + "lineage": [ + "https://openalex.org/I4210134249" + ] + } + ], + "countries": [ + "GR" + ], + "is_corresponding": false, + "raw_author_name": "Dimitrios Moshou", + "raw_affiliation_strings": [ + "Agricultural Engineering Laboratory, Faculty of Agriculture, Aristotle University of Thessaloniki, 54124 Thessaloniki, Greece", + "Institute for Bio-Economy and Agri-Technology (IBO), Centre of Research and Technology—Hellas (CERTH), 6th km Charilaou-Thermi Rd, GR 57001 Thessaloniki, Greece" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Agricultural Engineering Laboratory, Faculty of Agriculture, Aristotle University of Thessaloniki, 54124 Thessaloniki, Greece", + "institution_ids": [ + "https://openalex.org/I21370196" + ] + }, + { + "raw_affiliation_string": "Institute for Bio-Economy and Agri-Technology (IBO), Centre of Research and Technology—Hellas (CERTH), 6th km Charilaou-Thermi Rd, GR 57001 Thessaloniki, Greece", + "institution_ids": [ + "https://openalex.org/I4210134249" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5018447003", + "display_name": "Simon Pearson", + "orcid": "https://orcid.org/0000-0002-4297-4837" + }, + "institutions": [ + { + "id": "https://openalex.org/I51532219", + "display_name": "University of Lincoln", + "ror": "https://ror.org/03yeq9x20", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I51532219" + ] + } + ], + "countries": [ + "GB" + ], + "is_corresponding": false, + "raw_author_name": "Simon Pearson", + "raw_affiliation_strings": [ + "Lincoln Institute for Agri-food Technology (LIAT), University of Lincoln, Brayford Way, Brayford Pool, Lincoln LN6 7TS, UK" + ], + "raw_orcid": "https://orcid.org/0000-0002-4297-4837", + "affiliations": [ + { + "raw_affiliation_string": "Lincoln Institute for Agri-food Technology (LIAT), University of Lincoln, Brayford Way, Brayford Pool, Lincoln LN6 7TS, UK", + "institution_ids": [ + "https://openalex.org/I51532219" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5073592501", + "display_name": "Dionysis Bochtis", + "orcid": "https://orcid.org/0000-0002-7058-5986" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210134249", + "display_name": "Centre for Research and Technology Hellas", + "ror": "https://ror.org/03bndpq63", + "country_code": "GR", + "type": "facility", + "lineage": [ + "https://openalex.org/I4210134249" + ] + } + ], + "countries": [ + "GR" + ], + "is_corresponding": true, + "raw_author_name": "Dionysis Bochtis", + "raw_affiliation_strings": [ + "Institute for Bio-Economy and Agri-Technology (IBO), Centre of Research and Technology—Hellas (CERTH), 6th km Charilaou-Thermi Rd, GR 57001 Thessaloniki, Greece" + ], + "raw_orcid": "https://orcid.org/0000-0002-7058-5986", + "affiliations": [ + { + "raw_affiliation_string": "Institute for Bio-Economy and Agri-Technology (IBO), Centre of Research and Technology—Hellas (CERTH), 6th km Charilaou-Thermi Rd, GR 57001 Thessaloniki, Greece", + "institution_ids": [ + "https://openalex.org/I4210134249" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 3, + "institutions_distinct_count": 5, + "corresponding_author_ids": [ + "https://openalex.org/A5073592501" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I4210134249" + ], + "apc_list": { + "value": 2400, + "currency": "CHF", + "value_usd": 2598 + }, + "apc_paid": { + "value": 2400, + "currency": "CHF", + "value_usd": 2598 + }, + "fwci": 234.4024, + "has_fulltext": true, + "cited_by_count": 2970, + "citation_normalized_percentile": { + "value": 0.99998177, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 96, + "max": 100 + }, + "biblio": { + "volume": "18", + "issue": "8", + "first_page": "2674", + "last_page": "2674" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10616", + "display_name": "Smart Agriculture and AI", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/1110", + "display_name": "Plant Science" + }, + "field": { + "id": "https://openalex.org/fields/11", + "display_name": "Agricultural and Biological Sciences" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10616", + "display_name": "Smart Agriculture and AI", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/1110", + "display_name": "Plant Science" + }, + "field": { + "id": "https://openalex.org/fields/11", + "display_name": "Agricultural and Biological Sciences" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + }, + { + "id": "https://openalex.org/T10640", + "display_name": "Spectroscopy and Chemometric Analyses", + "score": 0.9825999736785889, + "subfield": { + "id": "https://openalex.org/subfields/1602", + "display_name": "Analytical Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/16", + "display_name": "Chemistry" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10111", + "display_name": "Remote Sensing in Agriculture", + "score": 0.958299994468689, + "subfield": { + "id": "https://openalex.org/subfields/2303", + "display_name": "Ecology" + }, + "field": { + "id": "https://openalex.org/fields/23", + "display_name": "Environmental Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/agriculture", + "display_name": "Agriculture", + "score": 0.5998008251190186 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5735517740249634 + }, + { + "id": "https://openalex.org/keywords/precision-agriculture", + "display_name": "Precision agriculture", + "score": 0.5354065895080566 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.5236620306968689 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.5148038268089294 + }, + { + "id": "https://openalex.org/keywords/big-data", + "display_name": "Big data", + "score": 0.4952518045902252 + }, + { + "id": "https://openalex.org/keywords/livestock", + "display_name": "Livestock", + "score": 0.43506547808647156 + }, + { + "id": "https://openalex.org/keywords/decision-support-system", + "display_name": "Decision support system", + "score": 0.41696614027023315 + }, + { + "id": "https://openalex.org/keywords/data-science", + "display_name": "Data science", + "score": 0.3964245617389679 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.13465631008148193 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C118518473", + "wikidata": "https://www.wikidata.org/wiki/Q11451", + "display_name": "Agriculture", + "level": 2, + "score": 0.5998008251190186 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5735517740249634 + }, + { + "id": "https://openalex.org/C120217122", + "wikidata": "https://www.wikidata.org/wiki/Q740083", + "display_name": "Precision agriculture", + "level": 3, + "score": 0.5354065895080566 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.5236620306968689 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.5148038268089294 + }, + { + "id": "https://openalex.org/C75684735", + "wikidata": "https://www.wikidata.org/wiki/Q858810", + "display_name": "Big data", + "level": 2, + "score": 0.4952518045902252 + }, + { + "id": "https://openalex.org/C112964050", + "wikidata": "https://www.wikidata.org/wiki/Q103459", + "display_name": "Livestock", + "level": 2, + "score": 0.43506547808647156 + }, + { + "id": "https://openalex.org/C107327155", + "wikidata": "https://www.wikidata.org/wiki/Q330268", + "display_name": "Decision support system", + "level": 2, + "score": 0.41696614027023315 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.3964245617389679 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.13465631008148193 + }, + { + "id": "https://openalex.org/C86803240", + "wikidata": "https://www.wikidata.org/wiki/Q420", + "display_name": "Biology", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C18903297", + "wikidata": "https://www.wikidata.org/wiki/Q7150", + "display_name": "Ecology", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 9, + "locations": [ + { + "id": "doi:10.3390/s18082674", + "is_oa": true, + "landing_page_url": "https://doi.org/10.3390/s18082674", + "pdf_url": "https://www.mdpi.com/1424-8220/18/8/2674/pdf?version=1534247979", + "source": { + "id": "https://openalex.org/S101949793", + "display_name": "Sensors", + "issn_l": "1424-8220", + "issn": [ + "1424-8220" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310310987", + "host_organization_name": "Multidisciplinary Digital Publishing Institute", + "host_organization_lineage": [ + "https://openalex.org/P4310310987" + ], + "host_organization_lineage_names": [ + "Multidisciplinary Digital Publishing Institute" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Sensors", + "raw_type": "journal-article" + }, + { + "id": "pmid:30110960", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/30110960", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Sensors (Basel, Switzerland)", + "raw_type": null + }, + { + "id": "pmh:oai:doaj.org/article:c6cd93144ea3478f860eb1f3766e5a43", + "is_oa": true, + "landing_page_url": "https://doaj.org/article/c6cd93144ea3478f860eb1f3766e5a43", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401280", + "display_name": "DOAJ (DOAJ: Directory of Open Access Journals)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by-sa", + "license_id": "https://openalex.org/licenses/cc-by-sa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Sensors, Vol 18, Iss 8, p 2674 (2018)", + "raw_type": "article" + }, + { + "id": "pmh:oai:eprints.lincoln.ac.uk:33015", + "is_oa": true, + "landing_page_url": "http://eprints.lincoln.ac.uk/id/eprint/33015/1/htm", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4377196275", + "display_name": "Lincoln Repository (University of Lincoln)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I51532219", + "host_organization_name": "University of Lincoln", + "host_organization_lineage": [ + "https://openalex.org/I51532219" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Article" + }, + { + "id": "pmh:oai:europepmc.org:5064788", + "is_oa": true, + "landing_page_url": "http://europepmc.org/pmc/articles/PMC6111295", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400806", + "display_name": "Europe PMC (PubMed Central)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1303153112", + "host_organization_name": "European Bioinformatics Institute", + "host_organization_lineage": [ + "https://openalex.org/I1303153112" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "other-oa", + "license_id": "https://openalex.org/licenses/other-oa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Text" + }, + { + "id": "pmh:oai:figshare.com:article/24372634", + "is_oa": true, + "landing_page_url": "https://figshare.com/articles/journal_contribution/Machine_Learning_in_Agriculture_A_Review/24372634", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4377196282", + "display_name": "Figshare", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I4210132348", + "host_organization_name": "Figshare (United Kingdom)", + "host_organization_lineage": [ + "https://openalex.org/I4210132348" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Text" + }, + { + "id": "pmh:oai:iris.unito.it:2318/1679884", + "is_oa": true, + "landing_page_url": "http://hdl.handle.net/2318/1679884", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400637", + "display_name": "Institutional Research Information System University of Turin (University of Turin)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I55143463", + "host_organization_name": "University of Turin", + "host_organization_lineage": [ + "https://openalex.org/I55143463" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "other-oa", + "license_id": "https://openalex.org/licenses/other-oa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "info:eu-repo/semantics/article" + }, + { + "id": "pmh:oai:mdpi.com:/1424-8220/18/8/2674/", + "is_oa": true, + "landing_page_url": "http://dx.doi.org/10.3390/s18082674", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400947", + "display_name": "MDPI (MDPI AG)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I4210097602", + "host_organization_name": "Multidisciplinary Digital Publishing Institute (Switzerland)", + "host_organization_lineage": [ + "https://openalex.org/I4210097602" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Sensors", + "raw_type": "Text" + }, + { + "id": "pmh:oai:pubmedcentral.nih.gov:6111295", + "is_oa": true, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/6111295", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2764455111", + "display_name": "PubMed Central", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Sensors (Basel)", + "raw_type": "Text" + } + ], + "best_oa_location": { + "id": "doi:10.3390/s18082674", + "is_oa": true, + "landing_page_url": "https://doi.org/10.3390/s18082674", + "pdf_url": "https://www.mdpi.com/1424-8220/18/8/2674/pdf?version=1534247979", + "source": { + "id": "https://openalex.org/S101949793", + "display_name": "Sensors", + "issn_l": "1424-8220", + "issn": [ + "1424-8220" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310310987", + "host_organization_name": "Multidisciplinary Digital Publishing Institute", + "host_organization_lineage": [ + "https://openalex.org/P4310310987" + ], + "host_organization_lineage_names": [ + "Multidisciplinary Digital Publishing Institute" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Sensors", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [ + { + "score": 0.800000011920929, + "display_name": "Zero hunger", + "id": "https://metadata.un.org/sdg/2" + } + ], + "awards": [ + { + "id": "https://openalex.org/G3584239725", + "display_name": null, + "funder_award_id": "EP/R045127/1", + "funder_id": "https://openalex.org/F4320334627", + "funder_display_name": "Engineering and Physical Sciences Research Council" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320321917", + "display_name": "General Secretariat for Research and Technology", + "ror": "https://ror.org/04yeh8h63" + }, + { + "id": "https://openalex.org/F4320334627", + "display_name": "Engineering and Physical Sciences Research Council", + "ror": "https://ror.org/0439y7842" + } + ], + "has_content": { + "grobid_xml": true, + "pdf": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W2885770726.pdf", + "grobid_xml": "https://content.openalex.org/works/W2885770726.grobid-xml" + }, + "referenced_works_count": 112, + "referenced_works": [ + "https://openalex.org/W94523489", + "https://openalex.org/W189596042", + "https://openalex.org/W1179140510", + "https://openalex.org/W1496317909", + "https://openalex.org/W1596717185", + "https://openalex.org/W1689445748", + "https://openalex.org/W1916445479", + "https://openalex.org/W1963579367", + "https://openalex.org/W1963790103", + "https://openalex.org/W1966124853", + "https://openalex.org/W1967320885", + "https://openalex.org/W1968452917", + "https://openalex.org/W1984530193", + "https://openalex.org/W1990517717", + "https://openalex.org/W1995341919", + "https://openalex.org/W1998871699", + "https://openalex.org/W2000972253", + "https://openalex.org/W2001619934", + "https://openalex.org/W2009986810", + "https://openalex.org/W2015263929", + "https://openalex.org/W2018435387", + "https://openalex.org/W2019207321", + "https://openalex.org/W2024081693", + "https://openalex.org/W2025279987", + "https://openalex.org/W2028606616", + "https://openalex.org/W2040104179", + "https://openalex.org/W2040870580", + "https://openalex.org/W2049633694", + "https://openalex.org/W2063304499", + "https://openalex.org/W2065165083", + "https://openalex.org/W2072680624", + "https://openalex.org/W2075320162", + "https://openalex.org/W2076857888", + "https://openalex.org/W2081544115", + "https://openalex.org/W2087877962", + "https://openalex.org/W2095727900", + "https://openalex.org/W2102201073", + "https://openalex.org/W2106855632", + "https://openalex.org/W2108703480", + "https://openalex.org/W2110642273", + "https://openalex.org/W2111072639", + "https://openalex.org/W2119821739", + "https://openalex.org/W2128084896", + "https://openalex.org/W2138178898", + "https://openalex.org/W2143908786", + "https://openalex.org/W2149723649", + "https://openalex.org/W2150593711", + "https://openalex.org/W2153476503", + "https://openalex.org/W2153635508", + "https://openalex.org/W2154350719", + "https://openalex.org/W2161673710", + "https://openalex.org/W2174918471", + "https://openalex.org/W2200121095", + "https://openalex.org/W2209382794", + "https://openalex.org/W2216013554", + "https://openalex.org/W2231576311", + "https://openalex.org/W2270460811", + "https://openalex.org/W2270641383", + "https://openalex.org/W2273322351", + "https://openalex.org/W2286091602", + "https://openalex.org/W2294798173", + "https://openalex.org/W2298521547", + "https://openalex.org/W2337945771", + "https://openalex.org/W2339447311", + "https://openalex.org/W2399675776", + "https://openalex.org/W2417395753", + "https://openalex.org/W2419137750", + "https://openalex.org/W2470803522", + "https://openalex.org/W2497210317", + "https://openalex.org/W2502044482", + "https://openalex.org/W2552660223", + "https://openalex.org/W2560811704", + "https://openalex.org/W2577148968", + "https://openalex.org/W2580808806", + "https://openalex.org/W2586821267", + "https://openalex.org/W2591104514", + "https://openalex.org/W2598645336", + "https://openalex.org/W2603364874", + "https://openalex.org/W2603417106", + "https://openalex.org/W2604196786", + "https://openalex.org/W2606244344", + "https://openalex.org/W2606916050", + "https://openalex.org/W2612828053", + "https://openalex.org/W2619390517", + "https://openalex.org/W2620473470", + "https://openalex.org/W2620542418", + "https://openalex.org/W2621525431", + "https://openalex.org/W2622758479", + "https://openalex.org/W2622999711", + "https://openalex.org/W2738911869", + "https://openalex.org/W2775111183", + "https://openalex.org/W2789255992", + "https://openalex.org/W2790639095", + "https://openalex.org/W2791690647", + "https://openalex.org/W2794415089", + "https://openalex.org/W2796501058", + "https://openalex.org/W2806779833", + "https://openalex.org/W2903950532", + "https://openalex.org/W2911964244", + "https://openalex.org/W2919115771", + "https://openalex.org/W3125807057", + "https://openalex.org/W4210451417", + "https://openalex.org/W4212883601", + "https://openalex.org/W4232670376", + "https://openalex.org/W4239510810", + "https://openalex.org/W4250143236", + "https://openalex.org/W4400360174", + "https://openalex.org/W6607775107", + "https://openalex.org/W6632223008", + "https://openalex.org/W6675321329", + "https://openalex.org/W6675436802", + "https://openalex.org/W6676769703" + ], + "related_works": [ + "https://openalex.org/W1573929026", + "https://openalex.org/W4390608645", + "https://openalex.org/W4394895745", + "https://openalex.org/W4247566972", + "https://openalex.org/W3201212491", + "https://openalex.org/W4380767732", + "https://openalex.org/W4247744717", + "https://openalex.org/W3161605631", + "https://openalex.org/W2361557821", + "https://openalex.org/W2905677023" + ], + "abstract_inverted_index": { + "Machine": [ + 0 + ], + "learning": [ + 1, + 39, + 100, + 105 + ], + "has": [ + 2 + ], + "emerged": [ + 3 + ], + "with": [ + 4 + ], + "big": [ + 5 + ], + "data": [ + 6, + 16 + ], + "technologies": [ + 7 + ], + "and": [ + 8, + 64, + 75, + 81, + 87, + 125, + 131 + ], + "high-performance": [ + 9 + ], + "computing": [ + 10 + ], + "to": [ + 11, + 35, + 106 + ], + "create": [ + 12 + ], + "new": [ + 13 + ], + "opportunities": [ + 14 + ], + "for": [ + 15, + 127 + ], + "intensive": [ + 17 + ], + "science": [ + 18 + ], + "in": [ + 19, + 40, + 49 + ], + "the": [ + 20, + 90 + ], + "multi-disciplinary": [ + 21 + ], + "agri-technologies": [ + 22 + ], + "domain.": [ + 23 + ], + "In": [ + 24 + ], + "this": [ + 25 + ], + "paper,": [ + 26 + ], + "we": [ + 27 + ], + "present": [ + 28 + ], + "a": [ + 29 + ], + "comprehensive": [ + 30 + ], + "review": [ + 31 + ], + "of": [ + 32, + 37, + 89 + ], + "research": [ + 33 + ], + "dedicated": [ + 34 + ], + "applications": [ + 36, + 54, + 71 + ], + "machine": [ + 38, + 99, + 104 + ], + "agricultural": [ + 41 + ], + "production": [ + 42 + ], + "systems.": [ + 43 + ], + "The": [ + 44, + 85 + ], + "works": [ + 45 + ], + "analyzed": [ + 46 + ], + "were": [ + 47 + ], + "categorized": [ + 48 + ], + "(a)": [ + 50 + ], + "crop": [ + 51, + 62 + ], + "management,": [ + 52, + 69 + ], + "including": [ + 53, + 70 + ], + "on": [ + 55, + 72 + ], + "yield": [ + 56 + ], + "prediction,": [ + 57 + ], + "disease": [ + 58 + ], + "detection,": [ + 59 + ], + "weed": [ + 60 + ], + "detection": [ + 61 + ], + "quality,": [ + 63 + ], + "species": [ + 65 + ], + "recognition;": [ + 66 + ], + "(b)": [ + 67 + ], + "livestock": [ + 68, + 76 + ], + "animal": [ + 73 + ], + "welfare": [ + 74 + ], + "production;": [ + 77 + ], + "(c)": [ + 78 + ], + "water": [ + 79 + ], + "management;": [ + 80 + ], + "(d)": [ + 82 + ], + "soil": [ + 83 + ], + "management.": [ + 84 + ], + "filtering": [ + 86 + ], + "classification": [ + 88 + ], + "presented": [ + 91 + ], + "articles": [ + 92 + ], + "demonstrate": [ + 93 + ], + "how": [ + 94 + ], + "agriculture": [ + 95 + ], + "will": [ + 96 + ], + "benefit": [ + 97 + ], + "from": [ + 98 + ], + "technologies.": [ + 101 + ], + "By": [ + 102 + ], + "applying": [ + 103 + ], + "sensor": [ + 107 + ], + "data,": [ + 108 + ], + "farm": [ + 109 + ], + "management": [ + 110 + ], + "systems": [ + 111 + ], + "are": [ + 112 + ], + "evolving": [ + 113 + ], + "into": [ + 114 + ], + "real": [ + 115 + ], + "time": [ + 116 + ], + "artificial": [ + 117 + ], + "intelligence": [ + 118 + ], + "enabled": [ + 119 + ], + "programs": [ + 120 + ], + "that": [ + 121 + ], + "provide": [ + 122 + ], + "rich": [ + 123 + ], + "recommendations": [ + 124 + ], + "insights": [ + 126 + ], + "farmer": [ + 128 + ], + "decision": [ + 129 + ], + "support": [ + 130 + ], + "action.": [ + 132 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 267 + }, + { + "year": 2025, + "cited_by_count": 585 + }, + { + "year": 2024, + "cited_by_count": 449 + }, + { + "year": 2023, + "cited_by_count": 526 + }, + { + "year": 2022, + "cited_by_count": 448 + }, + { + "year": 2021, + "cited_by_count": 383 + }, + { + "year": 2020, + "cited_by_count": 235 + }, + { + "year": 2019, + "cited_by_count": 74 + }, + { + "year": 2018, + "cited_by_count": 3 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2588003345", + "doi": "https://doi.org/10.1371/journal.pone.0169748", + "title": "SoilGrids250m: Global gridded soil information based on machine learning", + "display_name": "SoilGrids250m: Global gridded soil information based on machine learning", + "relevance_score": 3980.6333, + "publication_year": 2017, + "publication_date": "2017-02-16", + "ids": { + "openalex": "https://openalex.org/W2588003345", + "doi": "https://doi.org/10.1371/journal.pone.0169748", + "mag": "2588003345", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/28207752" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1371/journal.pone.0169748", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1371/journal.pone.0169748", + "pdf_url": "https://journals.plos.org/plosone/article/file?id=10.1371/journal.pone.0169748&type=printable", + "source": { + "id": "https://openalex.org/S202381698", + "display_name": "PLoS ONE", + "issn_l": "1932-6203", + "issn": [ + "1932-6203" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310315706", + "host_organization_name": "Public Library of Science", + "host_organization_lineage": [ + "https://openalex.org/P4310315706" + ], + "host_organization_lineage_names": [ + "Public Library of Science" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "PLOS ONE", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref", + "doaj", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "gold", + "oa_url": "https://journals.plos.org/plosone/article/file?id=10.1371/journal.pone.0169748&type=printable", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5008884945", + "display_name": "Tomislav Hengl", + "orcid": "https://orcid.org/0000-0002-9921-5129" + }, + "institutions": [ + { + "id": "https://openalex.org/I31761138", + "display_name": "ISRIC - World Soil Information", + "ror": "https://ror.org/01z8yfp14", + "country_code": "NL", + "type": "other", + "lineage": [ + "https://openalex.org/I31761138" + ] + } + ], + "countries": [ + "NL" + ], + "is_corresponding": true, + "raw_author_name": "Tomislav Hengl", + "raw_affiliation_strings": [ + "ISRIC - World Soil Information, Wageningen, the Netherlands", + "ISRIC — World Soil Information, Wageningen, the Netherlands" + ], + "raw_orcid": "https://orcid.org/0000-0002-9921-5129", + "affiliations": [ + { + "raw_affiliation_string": "ISRIC - World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + }, + { + "raw_affiliation_string": "ISRIC — World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5066931705", + "display_name": "Jorge Mendes de Jesus", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I31761138", + "display_name": "ISRIC - World Soil Information", + "ror": "https://ror.org/01z8yfp14", + "country_code": "NL", + "type": "other", + "lineage": [ + "https://openalex.org/I31761138" + ] + } + ], + "countries": [ + "NL" + ], + "is_corresponding": false, + "raw_author_name": "Jorge Mendes de Jesus", + "raw_affiliation_strings": [ + "ISRIC - World Soil Information, Wageningen, the Netherlands", + "ISRIC — World Soil Information, Wageningen, the Netherlands" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "ISRIC - World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + }, + { + "raw_affiliation_string": "ISRIC — World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5011620756", + "display_name": "G.B.M. Heuvelink", + "orcid": "https://orcid.org/0000-0003-0959-9358" + }, + "institutions": [ + { + "id": "https://openalex.org/I31761138", + "display_name": "ISRIC - World Soil Information", + "ror": "https://ror.org/01z8yfp14", + "country_code": "NL", + "type": "other", + "lineage": [ + "https://openalex.org/I31761138" + ] + } + ], + "countries": [ + "NL" + ], + "is_corresponding": false, + "raw_author_name": "Gerard B. M. Heuvelink", + "raw_affiliation_strings": [ + "ISRIC - World Soil Information, Wageningen, the Netherlands", + "ISRIC — World Soil Information, Wageningen, the Netherlands" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "ISRIC - World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + }, + { + "raw_affiliation_string": "ISRIC — World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5048983679", + "display_name": "M. Ruiperez González", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I31761138", + "display_name": "ISRIC - World Soil Information", + "ror": "https://ror.org/01z8yfp14", + "country_code": "NL", + "type": "other", + "lineage": [ + "https://openalex.org/I31761138" + ] + } + ], + "countries": [ + "NL" + ], + "is_corresponding": false, + "raw_author_name": "Maria Ruiperez Gonzalez", + "raw_affiliation_strings": [ + "ISRIC - World Soil Information, Wageningen, the Netherlands", + "ISRIC — World Soil Information, Wageningen, the Netherlands" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "ISRIC - World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + }, + { + "raw_affiliation_string": "ISRIC — World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5019218652", + "display_name": "Milan Kilibarda", + "orcid": "https://orcid.org/0000-0002-2930-3596" + }, + "institutions": [ + { + "id": "https://openalex.org/I4068193", + "display_name": "University of Belgrade", + "ror": "https://ror.org/02qsmb048", + "country_code": "RS", + "type": "education", + "lineage": [ + "https://openalex.org/I4068193" + ] + } + ], + "countries": [ + "RS" + ], + "is_corresponding": false, + "raw_author_name": "Milan Kilibarda", + "raw_affiliation_strings": [ + "Faculty of Civil Engineering, University of Belgrade, Belgrade, Serbia" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Faculty of Civil Engineering, University of Belgrade, Belgrade, Serbia", + "institution_ids": [ + "https://openalex.org/I4068193" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5079601401", + "display_name": "Aleksandar Blagotić", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Aleksandar Blagotić", + "raw_affiliation_strings": [ + "GILab Ltd, Belgrade, Serbia" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "GILab Ltd, Belgrade, Serbia", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5050326105", + "display_name": "Wei Shangguan", + "orcid": "https://orcid.org/0000-0001-7622-8210" + }, + "institutions": [ + { + "id": "https://openalex.org/I157773358", + "display_name": "Sun Yat-sen University", + "ror": "https://ror.org/0064kty71", + "country_code": "CN", + "type": "education", + "lineage": [ + "https://openalex.org/I157773358" + ] + } + ], + "countries": [ + "CN" + ], + "is_corresponding": false, + "raw_author_name": "Wei Shangguan", + "raw_affiliation_strings": [ + "School of Atmospheric Sciences, Sun Yat-sen University, Guangzhou, China" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "School of Atmospheric Sciences, Sun Yat-sen University, Guangzhou, China", + "institution_ids": [ + "https://openalex.org/I157773358" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5087084229", + "display_name": "Marvin N. Wright", + "orcid": "https://orcid.org/0000-0002-8542-6291" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210086407", + "display_name": "Institut für Medizinische Informatik, Biometrie und Epidemiologie", + "ror": "https://ror.org/00wqjrk21", + "country_code": "DE", + "type": "facility", + "lineage": [ + "https://openalex.org/I4210086407" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Marvin N. Wright", + "raw_affiliation_strings": [ + "Institut für Medizinische Biometrie und Statistik, Lübeck, Germany" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Institut für Medizinische Biometrie und Statistik, Lübeck, Germany", + "institution_ids": [ + "https://openalex.org/I4210086407" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5017091285", + "display_name": "Xiaoyuan Geng", + "orcid": "https://orcid.org/0000-0002-5391-6915" + }, + "institutions": [ + { + "id": "https://openalex.org/I1331897569", + "display_name": "Agriculture and Agri-Food Canada", + "ror": "https://ror.org/051dzs374", + "country_code": "CA", + "type": "government", + "lineage": [ + "https://openalex.org/I1331897569", + "https://openalex.org/I2802286613" + ] + } + ], + "countries": [ + "CA" + ], + "is_corresponding": false, + "raw_author_name": "Xiaoyuan Geng", + "raw_affiliation_strings": [ + "Agriculture and Agri-Food Canada, Ottawa (Ontario), Canada" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Agriculture and Agri-Food Canada, Ottawa (Ontario), Canada", + "institution_ids": [ + "https://openalex.org/I1331897569" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5033747033", + "display_name": "Bernhard Bauer-Marschallinger", + "orcid": "https://orcid.org/0000-0001-7356-7516" + }, + "institutions": [ + { + "id": "https://openalex.org/I145847075", + "display_name": "TU Wien", + "ror": "https://ror.org/04d836q62", + "country_code": "AT", + "type": "education", + "lineage": [ + "https://openalex.org/I145847075" + ] + } + ], + "countries": [ + "AT" + ], + "is_corresponding": false, + "raw_author_name": "Bernhard Bauer-Marschallinger", + "raw_affiliation_strings": [ + "Department of Geodesy and Geoinformation, Vienna University of Technology, Vienna, Austria" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Geodesy and Geoinformation, Vienna University of Technology, Vienna, Austria", + "institution_ids": [ + "https://openalex.org/I145847075" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5047925002", + "display_name": "Mário Guevara", + "orcid": "https://orcid.org/0000-0002-9788-9947" + }, + "institutions": [ + { + "id": "https://openalex.org/I86501945", + "display_name": "University of Delaware", + "ror": "https://ror.org/01sbq1a82", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I86501945" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Mario Antonio Guevara", + "raw_affiliation_strings": [ + "University of Delaware, Newark (DE), United States of America" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Delaware, Newark (DE), United States of America", + "institution_ids": [ + "https://openalex.org/I86501945" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5051794236", + "display_name": "Rodrigo Vargas", + "orcid": "https://orcid.org/0000-0001-6829-5333" + }, + "institutions": [ + { + "id": "https://openalex.org/I86501945", + "display_name": "University of Delaware", + "ror": "https://ror.org/01sbq1a82", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I86501945" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Rodrigo Vargas", + "raw_affiliation_strings": [ + "University of Delaware, Newark (DE), United States of America" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Delaware, Newark (DE), United States of America", + "institution_ids": [ + "https://openalex.org/I86501945" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5073655843", + "display_name": "R.A. MacMillan", + "orcid": "https://orcid.org/0000-0001-9063-3634" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Robert A. MacMillan", + "raw_affiliation_strings": [ + "LandMapper Environmental Solutions Inc., Edmonton (Alberta), Canada" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "LandMapper Environmental Solutions Inc., Edmonton (Alberta), Canada", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5078952063", + "display_name": "N.H. Batjes", + "orcid": "https://orcid.org/0000-0003-2367-3067" + }, + "institutions": [ + { + "id": "https://openalex.org/I31761138", + "display_name": "ISRIC - World Soil Information", + "ror": "https://ror.org/01z8yfp14", + "country_code": "NL", + "type": "other", + "lineage": [ + "https://openalex.org/I31761138" + ] + } + ], + "countries": [ + "NL" + ], + "is_corresponding": false, + "raw_author_name": "Niels H. Batjes", + "raw_affiliation_strings": [ + "ISRIC - World Soil Information, Wageningen, the Netherlands", + "ISRIC — World Soil Information, Wageningen, the Netherlands" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "ISRIC - World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + }, + { + "raw_affiliation_string": "ISRIC — World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5071302765", + "display_name": "J.G.B. Leenaars", + "orcid": "https://orcid.org/0000-0003-1091-7114" + }, + "institutions": [ + { + "id": "https://openalex.org/I31761138", + "display_name": "ISRIC - World Soil Information", + "ror": "https://ror.org/01z8yfp14", + "country_code": "NL", + "type": "other", + "lineage": [ + "https://openalex.org/I31761138" + ] + } + ], + "countries": [ + "NL" + ], + "is_corresponding": false, + "raw_author_name": "Johan G. B. Leenaars", + "raw_affiliation_strings": [ + "ISRIC - World Soil Information, Wageningen, the Netherlands", + "ISRIC — World Soil Information, Wageningen, the Netherlands" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "ISRIC - World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + }, + { + "raw_affiliation_string": "ISRIC — World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5084085293", + "display_name": "Eloi Ribeiro", + "orcid": "https://orcid.org/0000-0002-2324-3000" + }, + "institutions": [ + { + "id": "https://openalex.org/I31761138", + "display_name": "ISRIC - World Soil Information", + "ror": "https://ror.org/01z8yfp14", + "country_code": "NL", + "type": "other", + "lineage": [ + "https://openalex.org/I31761138" + ] + } + ], + "countries": [ + "NL" + ], + "is_corresponding": false, + "raw_author_name": "Eloi Ribeiro", + "raw_affiliation_strings": [ + "ISRIC - World Soil Information, Wageningen, the Netherlands", + "ISRIC — World Soil Information, Wageningen, the Netherlands" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "ISRIC - World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + }, + { + "raw_affiliation_string": "ISRIC — World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5037321926", + "display_name": "Ichsani Wheeler", + "orcid": "https://orcid.org/0000-0002-9425-9157" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Ichsani Wheeler", + "raw_affiliation_strings": [ + "Envirometrix Inc., Wageningen, the Netherlands" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Envirometrix Inc., Wageningen, the Netherlands", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5091009469", + "display_name": "S. Mantel", + "orcid": "https://orcid.org/0000-0002-9623-0227" + }, + "institutions": [ + { + "id": "https://openalex.org/I31761138", + "display_name": "ISRIC - World Soil Information", + "ror": "https://ror.org/01z8yfp14", + "country_code": "NL", + "type": "other", + "lineage": [ + "https://openalex.org/I31761138" + ] + } + ], + "countries": [ + "NL" + ], + "is_corresponding": false, + "raw_author_name": "Stephan Mantel", + "raw_affiliation_strings": [ + "ISRIC - World Soil Information, Wageningen, the Netherlands", + "ISRIC — World Soil Information, Wageningen, the Netherlands" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "ISRIC - World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + }, + { + "raw_affiliation_string": "ISRIC — World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5031737926", + "display_name": "Bas Kempen", + "orcid": "https://orcid.org/0000-0002-2841-0058" + }, + "institutions": [ + { + "id": "https://openalex.org/I31761138", + "display_name": "ISRIC - World Soil Information", + "ror": "https://ror.org/01z8yfp14", + "country_code": "NL", + "type": "other", + "lineage": [ + "https://openalex.org/I31761138" + ] + } + ], + "countries": [ + "NL" + ], + "is_corresponding": false, + "raw_author_name": "Bas Kempen", + "raw_affiliation_strings": [ + "ISRIC - World Soil Information, Wageningen, the Netherlands", + "ISRIC — World Soil Information, Wageningen, the Netherlands" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "ISRIC - World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + }, + { + "raw_affiliation_string": "ISRIC — World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 7, + "institutions_distinct_count": 19, + "corresponding_author_ids": [ + "https://openalex.org/A5008884945" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I31761138" + ], + "apc_list": { + "value": 1805, + "currency": "USD", + "value_usd": 1805 + }, + "apc_paid": { + "value": 1805, + "currency": "USD", + "value_usd": 1805 + }, + "fwci": 145.6483, + "has_fulltext": true, + "cited_by_count": 4619, + "citation_normalized_percentile": { + "value": 0.99992747, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "12", + "issue": "2", + "first_page": "e0169748", + "last_page": "e0169748" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10770", + "display_name": "Soil Geostatistics and Mapping", + "score": 0.987500011920929, + "subfield": { + "id": "https://openalex.org/subfields/2305", + "display_name": "Environmental Engineering" + }, + "field": { + "id": "https://openalex.org/fields/23", + "display_name": "Environmental Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10770", + "display_name": "Soil Geostatistics and Mapping", + "score": 0.987500011920929, + "subfield": { + "id": "https://openalex.org/subfields/2305", + "display_name": "Environmental Engineering" + }, + "field": { + "id": "https://openalex.org/fields/23", + "display_name": "Environmental Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T14339", + "display_name": "Image Processing and 3D Reconstruction", + "score": 0.9588000178337097, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10004", + "display_name": "Soil Carbon and Nitrogen Dynamics", + "score": 0.9283999800682068, + "subfield": { + "id": "https://openalex.org/subfields/1111", + "display_name": "Soil Science" + }, + "field": { + "id": "https://openalex.org/fields/11", + "display_name": "Agricultural and Biological Sciences" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/random-forest", + "display_name": "Random forest", + "score": 0.6831311583518982 + }, + { + "id": "https://openalex.org/keywords/landform", + "display_name": "Landform", + "score": 0.5974330902099609 + }, + { + "id": "https://openalex.org/keywords/soil-texture", + "display_name": "Soil texture", + "score": 0.5643965005874634 + }, + { + "id": "https://openalex.org/keywords/gradient-boosting", + "display_name": "Gradient boosting", + "score": 0.5401628613471985 + }, + { + "id": "https://openalex.org/keywords/soil-science", + "display_name": "Soil science", + "score": 0.48470354080200195 + }, + { + "id": "https://openalex.org/keywords/environmental-science", + "display_name": "Environmental science", + "score": 0.47415441274642944 + }, + { + "id": "https://openalex.org/keywords/soil-map", + "display_name": "Soil map", + "score": 0.4570498764514923 + }, + { + "id": "https://openalex.org/keywords/shuttle-radar-topography-mission", + "display_name": "Shuttle Radar Topography Mission", + "score": 0.45663928985595703 + }, + { + "id": "https://openalex.org/keywords/ensemble-learning", + "display_name": "Ensemble learning", + "score": 0.44700905680656433 + }, + { + "id": "https://openalex.org/keywords/spatial-variability", + "display_name": "Spatial variability", + "score": 0.4328833520412445 + }, + { + "id": "https://openalex.org/keywords/standard-deviation", + "display_name": "Standard deviation", + "score": 0.4192587435245514 + }, + { + "id": "https://openalex.org/keywords/land-cover", + "display_name": "Land cover", + "score": 0.4154254198074341 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.3507459759712219 + }, + { + "id": "https://openalex.org/keywords/remote-sensing", + "display_name": "Remote sensing", + "score": 0.3381074368953705 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.279972106218338 + }, + { + "id": "https://openalex.org/keywords/cartography", + "display_name": "Cartography", + "score": 0.2646501958370209 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.2522737383842468 + }, + { + "id": "https://openalex.org/keywords/land-use", + "display_name": "Land use", + "score": 0.24553540349006653 + }, + { + "id": "https://openalex.org/keywords/digital-elevation-model", + "display_name": "Digital elevation model", + "score": 0.23033851385116577 + }, + { + "id": "https://openalex.org/keywords/statistics", + "display_name": "Statistics", + "score": 0.22281324863433838 + }, + { + "id": "https://openalex.org/keywords/geology", + "display_name": "Geology", + "score": 0.2194647192955017 + }, + { + "id": "https://openalex.org/keywords/soil-water", + "display_name": "Soil water", + "score": 0.2089666724205017 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C169258074", + "wikidata": "https://www.wikidata.org/wiki/Q245748", + "display_name": "Random forest", + "level": 2, + "score": 0.6831311583518982 + }, + { + "id": "https://openalex.org/C108497213", + "wikidata": "https://www.wikidata.org/wiki/Q271669", + "display_name": "Landform", + "level": 2, + "score": 0.5974330902099609 + }, + { + "id": "https://openalex.org/C175963888", + "wikidata": "https://www.wikidata.org/wiki/Q5026010", + "display_name": "Soil texture", + "level": 3, + "score": 0.5643965005874634 + }, + { + "id": "https://openalex.org/C70153297", + "wikidata": "https://www.wikidata.org/wiki/Q5591907", + "display_name": "Gradient boosting", + "level": 3, + "score": 0.5401628613471985 + }, + { + "id": "https://openalex.org/C159390177", + "wikidata": "https://www.wikidata.org/wiki/Q9161265", + "display_name": "Soil science", + "level": 1, + "score": 0.48470354080200195 + }, + { + "id": "https://openalex.org/C39432304", + "wikidata": "https://www.wikidata.org/wiki/Q188847", + "display_name": "Environmental science", + "level": 0, + "score": 0.47415441274642944 + }, + { + "id": "https://openalex.org/C71864017", + "wikidata": "https://www.wikidata.org/wiki/Q889561", + "display_name": "Soil map", + "level": 3, + "score": 0.4570498764514923 + }, + { + "id": "https://openalex.org/C184149073", + "wikidata": "https://www.wikidata.org/wiki/Q965136", + "display_name": "Shuttle Radar Topography Mission", + "level": 3, + "score": 0.45663928985595703 + }, + { + "id": "https://openalex.org/C45942800", + "wikidata": "https://www.wikidata.org/wiki/Q245652", + "display_name": "Ensemble learning", + "level": 2, + "score": 0.44700905680656433 + }, + { + "id": "https://openalex.org/C94747663", + "wikidata": "https://www.wikidata.org/wiki/Q7574086", + "display_name": "Spatial variability", + "level": 2, + "score": 0.4328833520412445 + }, + { + "id": "https://openalex.org/C22679943", + "wikidata": "https://www.wikidata.org/wiki/Q159375", + "display_name": "Standard deviation", + "level": 2, + "score": 0.4192587435245514 + }, + { + "id": "https://openalex.org/C2780648208", + "wikidata": "https://www.wikidata.org/wiki/Q3001793", + "display_name": "Land cover", + "level": 3, + "score": 0.4154254198074341 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.3507459759712219 + }, + { + "id": "https://openalex.org/C62649853", + "wikidata": "https://www.wikidata.org/wiki/Q199687", + "display_name": "Remote sensing", + "level": 1, + "score": 0.3381074368953705 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.279972106218338 + }, + { + "id": "https://openalex.org/C58640448", + "wikidata": "https://www.wikidata.org/wiki/Q42515", + "display_name": "Cartography", + "level": 1, + "score": 0.2646501958370209 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.2522737383842468 + }, + { + "id": "https://openalex.org/C4792198", + "wikidata": "https://www.wikidata.org/wiki/Q1165944", + "display_name": "Land use", + "level": 2, + "score": 0.24553540349006653 + }, + { + "id": "https://openalex.org/C181843262", + "wikidata": "https://www.wikidata.org/wiki/Q640492", + "display_name": "Digital elevation model", + "level": 2, + "score": 0.23033851385116577 + }, + { + "id": "https://openalex.org/C105795698", + "wikidata": "https://www.wikidata.org/wiki/Q12483", + "display_name": "Statistics", + "level": 1, + "score": 0.22281324863433838 + }, + { + "id": "https://openalex.org/C127313418", + "wikidata": "https://www.wikidata.org/wiki/Q1069", + "display_name": "Geology", + "level": 0, + "score": 0.2194647192955017 + }, + { + "id": "https://openalex.org/C159750122", + "wikidata": "https://www.wikidata.org/wiki/Q96621023", + "display_name": "Soil water", + "level": 2, + "score": 0.2089666724205017 + }, + { + "id": "https://openalex.org/C205649164", + "wikidata": "https://www.wikidata.org/wiki/Q1071", + "display_name": "Geography", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C127413603", + "wikidata": "https://www.wikidata.org/wiki/Q11023", + "display_name": "Engineering", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C147176958", + "wikidata": "https://www.wikidata.org/wiki/Q77590", + "display_name": "Civil engineering", + "level": 1, + "score": 0.0 + } + ], + "mesh": [ + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D003247", + "descriptor_name": "Conservation of Natural Resources", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D003247", + "descriptor_name": "Conservation of Natural Resources", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D003247", + "descriptor_name": "Conservation of Natural Resources", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D004784", + "descriptor_name": "Environmental Monitoring", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D004784", + "descriptor_name": "Environmental Monitoring", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D004784", + "descriptor_name": "Environmental Monitoring", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D008962", + "descriptor_name": "Models, Theoretical", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D008962", + "descriptor_name": "Models, Theoretical", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D008962", + "descriptor_name": "Models, Theoretical", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D012987", + "descriptor_name": "Soil", + "qualifier_ui": "Q000737", + "qualifier_name": "chemistry", + "is_major_topic": false + }, + { + "descriptor_ui": "D012987", + "descriptor_name": "Soil", + "qualifier_ui": "Q000737", + "qualifier_name": "chemistry", + "is_major_topic": false + }, + { + "descriptor_ui": "D012987", + "descriptor_name": "Soil", + "qualifier_ui": "Q000737", + "qualifier_name": "chemistry", + "is_major_topic": false + }, + { + "descriptor_ui": "D040362", + "descriptor_name": "Geographic Information Systems", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D040362", + "descriptor_name": "Geographic Information Systems", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D040362", + "descriptor_name": "Geographic Information Systems", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + } + ], + "locations_count": 7, + "locations": [ + { + "id": "doi:10.1371/journal.pone.0169748", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1371/journal.pone.0169748", + "pdf_url": "https://journals.plos.org/plosone/article/file?id=10.1371/journal.pone.0169748&type=printable", + "source": { + "id": "https://openalex.org/S202381698", + "display_name": "PLoS ONE", + "issn_l": "1932-6203", + "issn": [ + "1932-6203" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310315706", + "host_organization_name": "Public Library of Science", + "host_organization_lineage": [ + "https://openalex.org/P4310315706" + ], + "host_organization_lineage_names": [ + "Public Library of Science" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "PLOS ONE", + "raw_type": "journal-article" + }, + { + "id": "pmid:28207752", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/28207752", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "PloS one", + "raw_type": null + }, + { + "id": "pmh:oai:library.wur.nl:wurpubs/526278", + "is_oa": true, + "landing_page_url": "https://research.wur.nl/en/publications/soilgrids250m-global-gridded-soil-information-based-on-machine-le", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4210201231", + "display_name": "Socio-Environmental Systems Modeling", + "issn_l": "2663-3027", + "issn": [ + "2663-3027" + ], + "is_oa": true, + "is_in_doaj": false, + "is_core": true, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "acceptedVersion", + "is_accepted": true, + "is_published": false, + "raw_source_name": "ISSN: 1932-6203", + "raw_type": "Article/Letter to editor" + }, + { + "id": "pmh:oai:RePEc:plo:pone00:0169748", + "is_oa": false, + "landing_page_url": "https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0169748", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401271", + "display_name": "RePEc: Research Papers in Economics", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I77793887", + "host_organization_name": "Federal Reserve Bank of St. Louis", + "host_organization_lineage": [ + "https://openalex.org/I77793887" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "article" + }, + { + "id": "pmh:oai:doaj.org/article:ad46a8c2c401417e8b291d79603dfb3a", + "is_oa": false, + "landing_page_url": "https://doaj.org/article/ad46a8c2c401417e8b291d79603dfb3a", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401280", + "display_name": "DOAJ (DOAJ: Directory of Open Access Journals)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "PLoS ONE, Vol 12, Iss 2, p e0169748 (2017)", + "raw_type": "article" + }, + { + "id": "pmh:oai:grafar.grf.bg.ac.rs:123456789/885", + "is_oa": true, + "landing_page_url": "http://grafar.grf.bg.ac.rs/handle/123456789/885", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402541", + "display_name": "GraFar (University of Belgrade, Faculty of Civil Engineering)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I4210101313", + "host_organization_name": "University Hospital Center Dr Dragiša Mišović", + "host_organization_lineage": [ + "https://openalex.org/I4210101313" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "PLOS One", + "raw_type": "article" + }, + { + "id": "pmh:oai:pubmedcentral.nih.gov:5313206", + "is_oa": true, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/5313206", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2764455111", + "display_name": "PubMed Central", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "PLoS One", + "raw_type": "Text" + } + ], + "best_oa_location": { + "id": "doi:10.1371/journal.pone.0169748", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1371/journal.pone.0169748", + "pdf_url": "https://journals.plos.org/plosone/article/file?id=10.1371/journal.pone.0169748&type=printable", + "source": { + "id": "https://openalex.org/S202381698", + "display_name": "PLoS ONE", + "issn_l": "1932-6203", + "issn": [ + "1932-6203" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310315706", + "host_organization_name": "Public Library of Science", + "host_organization_lineage": [ + "https://openalex.org/P4310315706" + ], + "host_organization_lineage_names": [ + "Public Library of Science" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "PLOS ONE", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [ + { + "score": 0.6600000262260437, + "display_name": "Life in Land", + "id": "https://metadata.un.org/sdg/15" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": true, + "pdf": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W2588003345.pdf", + "grobid_xml": "https://content.openalex.org/works/W2588003345.grobid-xml" + }, + "referenced_works_count": 96, + "referenced_works": [ + "https://openalex.org/W30646539", + "https://openalex.org/W92141931", + "https://openalex.org/W191102129", + "https://openalex.org/W429766147", + "https://openalex.org/W595863337", + "https://openalex.org/W1482533224", + "https://openalex.org/W1513618424", + "https://openalex.org/W1573647811", + "https://openalex.org/W1606754933", + "https://openalex.org/W1689749838", + "https://openalex.org/W1727844347", + "https://openalex.org/W1786856418", + "https://openalex.org/W1831050183", + "https://openalex.org/W1895518694", + "https://openalex.org/W1969543759", + "https://openalex.org/W1980225565", + "https://openalex.org/W1983650914", + "https://openalex.org/W1984828485", + "https://openalex.org/W1985839444", + "https://openalex.org/W1990590197", + "https://openalex.org/W1993415357", + "https://openalex.org/W2005164184", + "https://openalex.org/W2006929658", + "https://openalex.org/W2018337952", + "https://openalex.org/W2023312901", + "https://openalex.org/W2023942604", + "https://openalex.org/W2027120296", + "https://openalex.org/W2032518966", + "https://openalex.org/W2033585087", + "https://openalex.org/W2036376676", + "https://openalex.org/W2037789405", + "https://openalex.org/W2050179592", + "https://openalex.org/W2057779644", + "https://openalex.org/W2066626803", + "https://openalex.org/W2078720475", + "https://openalex.org/W2088449361", + "https://openalex.org/W2102467070", + "https://openalex.org/W2112776483", + "https://openalex.org/W2114727579", + "https://openalex.org/W2123845623", + "https://openalex.org/W2126822776", + "https://openalex.org/W2130089270", + "https://openalex.org/W2130560194", + "https://openalex.org/W2131347105", + "https://openalex.org/W2131822674", + "https://openalex.org/W2133505387", + "https://openalex.org/W2135479785", + "https://openalex.org/W2140389576", + "https://openalex.org/W2142800341", + "https://openalex.org/W2145126338", + "https://openalex.org/W2151135366", + "https://openalex.org/W2151666808", + "https://openalex.org/W2155544089", + "https://openalex.org/W2156713494", + "https://openalex.org/W2157395790", + "https://openalex.org/W2158441306", + "https://openalex.org/W2160615957", + "https://openalex.org/W2179669825", + "https://openalex.org/W2191676425", + "https://openalex.org/W2199578048", + "https://openalex.org/W2205945645", + "https://openalex.org/W2287354130", + "https://openalex.org/W2295598076", + "https://openalex.org/W2310573451", + "https://openalex.org/W2346841190", + "https://openalex.org/W2417209869", + "https://openalex.org/W2463898247", + "https://openalex.org/W2479339604", + "https://openalex.org/W2514977123", + "https://openalex.org/W2522985694", + "https://openalex.org/W2554693566", + "https://openalex.org/W2557963070", + "https://openalex.org/W2564901692", + "https://openalex.org/W2580821229", + "https://openalex.org/W2582718246", + "https://openalex.org/W2727623211", + "https://openalex.org/W2730460668", + "https://openalex.org/W2736166619", + "https://openalex.org/W2890624634", + "https://openalex.org/W2890805913", + "https://openalex.org/W2917425395", + "https://openalex.org/W2917661374", + "https://openalex.org/W3022713798", + "https://openalex.org/W3102027041", + "https://openalex.org/W3102476541", + "https://openalex.org/W3163617311", + "https://openalex.org/W4211056572", + "https://openalex.org/W4250720198", + "https://openalex.org/W4252713891", + "https://openalex.org/W4285719527", + "https://openalex.org/W4399271987", + "https://openalex.org/W4399569501", + "https://openalex.org/W6634147026", + "https://openalex.org/W6727196412", + "https://openalex.org/W6870084398", + "https://openalex.org/W6891733106" + ], + "related_works": [ + "https://openalex.org/W3208169454", + "https://openalex.org/W4322004982", + "https://openalex.org/W2981500096", + "https://openalex.org/W2362208029", + "https://openalex.org/W3161502711", + "https://openalex.org/W2096944896", + "https://openalex.org/W2620784765", + "https://openalex.org/W2896029770", + "https://openalex.org/W2383154062", + "https://openalex.org/W4220718694" + ], + "abstract_inverted_index": { + "This": [ + 0 + ], + "paper": [ + 1 + ], + "describes": [ + 2 + ], + "the": [ + 3, + 10, + 17, + 78, + 151, + 166, + 187, + 191, + 199, + 220, + 293, + 335 + ], + "technical": [ + 4 + ], + "development": [ + 5, + 248, + 294 + ], + "and": [ + 6, + 13, + 47, + 60, + 71, + 83, + 104, + 124, + 127, + 142, + 157, + 174, + 239, + 260, + 268, + 323 + ], + "accuracy": [ + 7, + 189 + ], + "assessment": [ + 8 + ], + "of": [ + 9, + 16, + 67, + 73, + 107, + 137, + 161, + 177, + 183, + 193, + 202, + 222, + 226, + 243, + 249, + 254, + 262, + 271, + 284, + 289, + 295, + 300 + ], + "most": [ + 11 + ], + "recent": [ + 12 + ], + "improved": [ + 14 + ], + "version": [ + 15, + 201 + ], + "SoilGrids": [ + 18, + 26, + 203, + 250, + 301, + 331 + ], + "system": [ + 19 + ], + "at": [ + 20, + 50, + 204 + ], + "250m": [ + 21 + ], + "resolution": [ + 22, + 236 + ], + "(June": [ + 23 + ], + "2016": [ + 24 + ], + "update).": [ + 25 + ], + "provides": [ + 27 + ], + "global": [ + 28, + 125, + 325 + ], + "predictions": [ + 29, + 66, + 302 + ], + "for": [ + 30, + 102, + 281, + 297 + ], + "standard": [ + 31, + 52 + ], + "numeric": [ + 32 + ], + "soil": [ + 33, + 44, + 74, + 99, + 111, + 245, + 276, + 285, + 308, + 326 + ], + "properties": [ + 34 + ], + "(organic": [ + 35 + ], + "carbon,": [ + 36 + ], + "bulk": [ + 37 + ], + "density,": [ + 38 + ], + "Cation": [ + 39 + ], + "Exchange": [ + 40 + ], + "Capacity": [ + 41 + ], + "(CEC),": [ + 42 + ], + "pH,": [ + 43 + ], + "texture": [ + 45 + ], + "fractions": [ + 46 + ], + "coarse": [ + 48 + ], + "fragments)": [ + 49, + 173 + ], + "seven": [ + 51 + ], + "depths": [ + 53 + ], + "(0,": [ + 54 + ], + "5,": [ + 55 + ], + "15,": [ + 56 + ], + "30,": [ + 57 + ], + "60,": [ + 58 + ], + "100": [ + 59 + ], + "200": [ + 61 + ], + "cm),": [ + 62 + ], + "in": [ + 63, + 91, + 150, + 186, + 196, + 233 + ], + "addition": [ + 64 + ], + "to": [ + 65, + 69, + 133, + 198, + 212, + 230, + 241, + 256, + 312 + ], + "depth": [ + 68 + ], + "bedrock": [ + 70 + ], + "distribution": [ + 72 + ], + "classes": [ + 75 + ], + "based": [ + 76, + 95 + ], + "on": [ + 77, + 96 + ], + "World": [ + 79 + ], + "Reference": [ + 80 + ], + "Base": [ + 81, + 338 + ], + "(WRB)": [ + 82 + ], + "USDA": [ + 84 + ], + "classification": [ + 85 + ], + "systems": [ + 86 + ], + "(ca.": [ + 87 + ], + "280": [ + 88 + ], + "raster": [ + 89 + ], + "layers": [ + 90, + 238 + ], + "total).": [ + 92 + ], + "Predictions": [ + 93 + ], + "were": [ + 94, + 131 + ], + "ca.": [ + 97 + ], + "150,000": [ + 98 + ], + "profiles": [ + 100 + ], + "used": [ + 101, + 132 + ], + "training": [ + 103 + ], + "a": [ + 105 + ], + "stack": [ + 106 + ], + "158": [ + 108 + ], + "remote": [ + 109 + ], + "sensing-based": [ + 110 + ], + "covariates": [ + 112 + ], + "(primarily": [ + 113 + ], + "derived": [ + 114 + ], + "from": [ + 115, + 210 + ], + "MODIS": [ + 116 + ], + "land": [ + 117 + ], + "products,": [ + 118 + ], + "SRTM": [ + 119 + ], + "DEM": [ + 120 + ], + "derivatives,": [ + 121 + ], + "climatic": [ + 122 + ], + "images": [ + 123 + ], + "landform": [ + 126 + ], + "lithology": [ + 128 + ], + "maps),": [ + 129 + ], + "which": [ + 130 + ], + "fit": [ + 134 + ], + "an": [ + 135, + 180 + ], + "ensemble": [ + 136, + 167 + ], + "machine": [ + 138, + 223 + ], + "learning": [ + 139, + 224 + ], + "methods-random": [ + 140 + ], + "forest": [ + 141 + ], + "gradient": [ + 143 + ], + "boosting": [ + 144 + ], + "and/or": [ + 145, + 305 + ], + "multinomial": [ + 146 + ], + "logistic": [ + 147 + ], + "regression-as": [ + 148 + ], + "implemented": [ + 149 + ], + "R": [ + 152 + ], + "packages": [ + 153 + ], + "ranger,": [ + 154 + ], + "xgboost,": [ + 155 + ], + "nnet": [ + 156 + ], + "caret.": [ + 158 + ], + "The": [ + 159 + ], + "results": [ + 160 + ], + "10-fold": [ + 162 + ], + "cross-validation": [ + 163 + ], + "show": [ + 164 + ], + "that": [ + 165, + 275, + 318 + ], + "models": [ + 168 + ], + "explain": [ + 169 + ], + "between": [ + 170 + ], + "56%": [ + 171 + ], + "(coarse": [ + 172 + ], + "83%": [ + 175 + ], + "(pH)": [ + 176 + ], + "variation": [ + 178, + 194 + ], + "with": [ + 179, + 303 + ], + "overall": [ + 181 + ], + "average": [ + 182 + ], + "61%.": [ + 184 + ], + "Improvements": [ + 185, + 214 + ], + "relative": [ + 188 + ], + "considering": [ + 190 + ], + "amount": [ + 192 + ], + "explained,": [ + 195 + ], + "comparison": [ + 197 + ], + "previous": [ + 200 + ], + "1": [ + 205 + ], + "km": [ + 206 + ], + "spatial": [ + 207, + 272, + 315 + ], + "resolution,": [ + 208 + ], + "range": [ + 209 + ], + "60": [ + 211 + ], + "230%.": [ + 213 + ], + "can": [ + 215, + 278, + 328 + ], + "be": [ + 216, + 279, + 329 + ], + "attributed": [ + 217 + ], + "to:": [ + 218 + ], + "(1)": [ + 219 + ], + "use": [ + 221 + ], + "instead": [ + 225 + ], + "linear": [ + 227 + ], + "regression,": [ + 228 + ], + "(2)": [ + 229 + ], + "considerable": [ + 231 + ], + "investments": [ + 232 + ], + "preparing": [ + 234 + ], + "finer": [ + 235 + ], + "covariate": [ + 237 + ], + "(3)": [ + 240 + ], + "insertion": [ + 242 + ], + "additional": [ + 244 + ], + "profiles.": [ + 246 + ], + "Further": [ + 247 + ], + "could": [ + 251 + ], + "include": [ + 252 + ], + "refinement": [ + 253 + ], + "methods": [ + 255, + 296 + ], + "incorporate": [ + 257 + ], + "input": [ + 258 + ], + "uncertainties": [ + 259 + ], + "derivation": [ + 261 + ], + "posterior": [ + 263 + ], + "probability": [ + 264 + ], + "distributions": [ + 265 + ], + "(per": [ + 266 + ], + "pixel),": [ + 267 + ], + "further": [ + 269 + ], + "automation": [ + 270 + ], + "modeling": [ + 273 + ], + "so": [ + 274, + 317 + ], + "maps": [ + 277 + ], + "generated": [ + 280 + ], + "potentially": [ + 282 + ], + "hundreds": [ + 283 + ], + "variables.": [ + 286 + ], + "Another": [ + 287 + ], + "area": [ + 288 + ], + "future": [ + 290 + ], + "research": [ + 291 + ], + "is": [ + 292 + ], + "multiscale": [ + 298 + ], + "merging": [ + 299 + ], + "local": [ + 304 + ], + "national": [ + 306 + ], + "gridded": [ + 307 + ], + "products": [ + 309 + ], + "(e.g.": [ + 310 + ], + "up": [ + 311 + ], + "50": [ + 313 + ], + "m": [ + 314 + ], + "resolution)": [ + 316 + ], + "increasingly": [ + 319 + ], + "more": [ + 320 + ], + "accurate,": [ + 321 + ], + "complete": [ + 322 + ], + "consistent": [ + 324 + ], + "information": [ + 327 + ], + "produced.": [ + 330 + ], + "are": [ + 332 + ], + "available": [ + 333 + ], + "under": [ + 334 + ], + "Open": [ + 336 + ], + "Data": [ + 337 + ], + "License.": [ + 339 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 262 + }, + { + "year": 2025, + "cited_by_count": 669 + }, + { + "year": 2024, + "cited_by_count": 634 + }, + { + "year": 2023, + "cited_by_count": 702 + }, + { + "year": 2022, + "cited_by_count": 701 + }, + { + "year": 2021, + "cited_by_count": 699 + }, + { + "year": 2020, + "cited_by_count": 422 + }, + { + "year": 2019, + "cited_by_count": 281 + }, + { + "year": 2018, + "cited_by_count": 185 + }, + { + "year": 2017, + "cited_by_count": 57 + }, + { + "year": 2016, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W3153990350", + "doi": "https://doi.org/10.1007/s12525-021-00475-2", + "title": "Machine learning and deep learning", + "display_name": "Machine learning and deep learning", + "relevance_score": 3909.8005, + "publication_year": 2021, + "publication_date": "2021-04-08", + "ids": { + "openalex": "https://openalex.org/W3153990350", + "doi": "https://doi.org/10.1007/s12525-021-00475-2", + "mag": "3153990350" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1007/s12525-021-00475-2", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1007/s12525-021-00475-2", + "pdf_url": "https://link.springer.com/content/pdf/10.1007/s12525-021-00475-2.pdf", + "source": { + "id": "https://openalex.org/S137519996", + "display_name": "Electronic Markets", + "issn_l": "1019-6781", + "issn": [ + "1019-6781", + "1422-8890" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319900", + "host_organization_name": "Springer Science+Business Media", + "host_organization_lineage": [ + "https://openalex.org/P4310319900", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "Springer Science+Business Media", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Electronic Markets", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "arxiv", + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "hybrid", + "oa_url": "https://link.springer.com/content/pdf/10.1007/s12525-021-00475-2.pdf", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": null, + "display_name": "Christian Janiesch", + "orcid": "https://orcid.org/0000-0002-8050-123X" + }, + "institutions": [ + { + "id": "https://openalex.org/I25974101", + "display_name": "University of Würzburg", + "ror": "https://ror.org/00fbnyb24", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I25974101" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": true, + "raw_author_name": "Christian Janiesch", + "raw_affiliation_strings": [ + "Faculty of Business Management & Economics, University of Würzburg, Sanderring 2, 97070, Würzburg, Germany" + ], + "raw_orcid": "https://orcid.org/0000-0002-8050-123X", + "affiliations": [ + { + "raw_affiliation_string": "Faculty of Business Management & Economics, University of Würzburg, Sanderring 2, 97070, Würzburg, Germany", + "institution_ids": [ + "https://openalex.org/I25974101" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": null, + "display_name": "Patrick Zschech", + "orcid": "https://orcid.org/0000-0002-1105-8086" + }, + "institutions": [ + { + "id": "https://openalex.org/I181369854", + "display_name": "Friedrich-Alexander-Universität Erlangen-Nürnberg", + "ror": "https://ror.org/00f7hpc57", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I181369854" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Patrick Zschech", + "raw_affiliation_strings": [ + "Institute of Information Systems, Friedrich-Alexander University Erlangen-Nürnberg, Lange Gasse 20, 90403, Nürnberg, Germany" + ], + "raw_orcid": "https://orcid.org/0000-0002-1105-8086", + "affiliations": [ + { + "raw_affiliation_string": "Institute of Information Systems, Friedrich-Alexander University Erlangen-Nürnberg, Lange Gasse 20, 90403, Nürnberg, Germany", + "institution_ids": [ + "https://openalex.org/I181369854" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": null, + "display_name": "Kai Heinrich", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I95793202", + "display_name": "Otto-von-Guericke-Universität Magdeburg", + "ror": "https://ror.org/00ggpsq73", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I95793202" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Kai Heinrich", + "raw_affiliation_strings": [ + "Faculty of Economics and Management, Otto-von-Guericke-Universität Magdeburg, Universitätsplatz 2, 39106, Magdeburg, Germany" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Faculty of Economics and Management, Otto-von-Guericke-Universität Magdeburg, Universitätsplatz 2, 39106, Magdeburg, Germany", + "institution_ids": [ + "https://openalex.org/I95793202" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 3, + "corresponding_author_ids": [], + "corresponding_institution_ids": [ + "https://openalex.org/I25974101" + ], + "apc_list": { + "value": 2590, + "currency": "EUR", + "value_usd": 3190 + }, + "apc_paid": { + "value": 2590, + "currency": "EUR", + "value_usd": 3190 + }, + "fwci": 395.9064, + "has_fulltext": true, + "cited_by_count": 2439, + "citation_normalized_percentile": { + "value": 0.9999934, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "31", + "issue": "3", + "first_page": "685", + "last_page": "695" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T14347", + "display_name": "Big Data and Digital Economy", + "score": 0.0794999971985817, + "subfield": { + "id": "https://openalex.org/subfields/1710", + "display_name": "Information Systems" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T14347", + "display_name": "Big Data and Digital Economy", + "score": 0.0794999971985817, + "subfield": { + "id": "https://openalex.org/subfields/1710", + "display_name": "Information Systems" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T14222", + "display_name": "Knowledge Management and Technology", + "score": 0.03700000047683716, + "subfield": { + "id": "https://openalex.org/subfields/1803", + "display_name": "Management Science and Operations Research" + }, + "field": { + "id": "https://openalex.org/fields/18", + "display_name": "Decision Sciences" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + }, + { + "id": "https://openalex.org/T11891", + "display_name": "Big Data and Business Intelligence", + "score": 0.03220000118017197, + "subfield": { + "id": "https://openalex.org/subfields/1404", + "display_name": "Management Information Systems" + }, + "field": { + "id": "https://openalex.org/fields/14", + "display_name": "Business, Management and Accounting" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/deep-learning", + "display_name": "Deep learning", + "score": 0.7547000050544739 + }, + { + "id": "https://openalex.org/keywords/field", + "display_name": "Field (mathematics)", + "score": 0.5849999785423279 + }, + { + "id": "https://openalex.org/keywords/process", + "display_name": "Process (computing)", + "score": 0.5758000016212463 + }, + { + "id": "https://openalex.org/keywords/underpinning", + "display_name": "Underpinning", + "score": 0.5667999982833862 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.5267999768257141 + }, + { + "id": "https://openalex.org/keywords/instance-based-learning", + "display_name": "Instance-based learning", + "score": 0.34700000286102295 + }, + { + "id": "https://openalex.org/keywords/hyper-heuristic", + "display_name": "Hyper-heuristic", + "score": 0.34619998931884766 + }, + { + "id": "https://openalex.org/keywords/computational-learning-theory", + "display_name": "Computational learning theory", + "score": 0.3402000069618225 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.8934999704360962 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.8062000274658203 + }, + { + "id": "https://openalex.org/C108583219", + "wikidata": "https://www.wikidata.org/wiki/Q197536", + "display_name": "Deep learning", + "level": 2, + "score": 0.7547000050544739 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6575000286102295 + }, + { + "id": "https://openalex.org/C9652623", + "wikidata": "https://www.wikidata.org/wiki/Q190109", + "display_name": "Field (mathematics)", + "level": 2, + "score": 0.5849999785423279 + }, + { + "id": "https://openalex.org/C98045186", + "wikidata": "https://www.wikidata.org/wiki/Q205663", + "display_name": "Process (computing)", + "level": 2, + "score": 0.5758000016212463 + }, + { + "id": "https://openalex.org/C2780871342", + "wikidata": "https://www.wikidata.org/wiki/Q7883752", + "display_name": "Underpinning", + "level": 2, + "score": 0.5667999982833862 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.5267999768257141 + }, + { + "id": "https://openalex.org/C24138899", + "wikidata": "https://www.wikidata.org/wiki/Q17141258", + "display_name": "Instance-based learning", + "level": 3, + "score": 0.34700000286102295 + }, + { + "id": "https://openalex.org/C117270229", + "wikidata": "https://www.wikidata.org/wiki/Q5957539", + "display_name": "Hyper-heuristic", + "level": 5, + "score": 0.34619998931884766 + }, + { + "id": "https://openalex.org/C50292564", + "wikidata": "https://www.wikidata.org/wiki/Q2462783", + "display_name": "Computational learning theory", + "level": 3, + "score": 0.3402000069618225 + }, + { + "id": "https://openalex.org/C188888258", + "wikidata": "https://www.wikidata.org/wiki/Q7353390", + "display_name": "Robot learning", + "level": 4, + "score": 0.32989999651908875 + }, + { + "id": "https://openalex.org/C81363708", + "wikidata": "https://www.wikidata.org/wiki/Q17084460", + "display_name": "Convolutional neural network", + "level": 2, + "score": 0.32100000977516174 + }, + { + "id": "https://openalex.org/C56397880", + "wikidata": "https://www.wikidata.org/wiki/Q6044094", + "display_name": "Intelligent decision support system", + "level": 2, + "score": 0.3176000118255615 + }, + { + "id": "https://openalex.org/C2984842247", + "wikidata": "https://www.wikidata.org/wiki/Q197536", + "display_name": "Deep neural networks", + "level": 3, + "score": 0.30889999866485596 + }, + { + "id": "https://openalex.org/C77967617", + "wikidata": "https://www.wikidata.org/wiki/Q4677561", + "display_name": "Active learning (machine learning)", + "level": 2, + "score": 0.2793000042438507 + }, + { + "id": "https://openalex.org/C189474733", + "wikidata": "https://www.wikidata.org/wiki/Q917912", + "display_name": "Model building", + "level": 2, + "score": 0.2775000035762787 + }, + { + "id": "https://openalex.org/C32254414", + "wikidata": "https://www.wikidata.org/wiki/Q4724364", + "display_name": "Algorithmic learning theory", + "level": 3, + "score": 0.274399995803833 + }, + { + "id": "https://openalex.org/C97385483", + "wikidata": "https://www.wikidata.org/wiki/Q16954980", + "display_name": "Deep belief network", + "level": 3, + "score": 0.2669999897480011 + }, + { + "id": "https://openalex.org/C8038995", + "wikidata": "https://www.wikidata.org/wiki/Q1152135", + "display_name": "Unsupervised learning", + "level": 2, + "score": 0.2630999982357025 + }, + { + "id": "https://openalex.org/C67186912", + "wikidata": "https://www.wikidata.org/wiki/Q367664", + "display_name": "Data modeling", + "level": 2, + "score": 0.2572000026702881 + }, + { + "id": "https://openalex.org/C75684735", + "wikidata": "https://www.wikidata.org/wiki/Q858810", + "display_name": "Big data", + "level": 2, + "score": 0.2549999952316284 + }, + { + "id": "https://openalex.org/C157170001", + "wikidata": "https://www.wikidata.org/wiki/Q4781507", + "display_name": "Applications of artificial intelligence", + "level": 2, + "score": 0.2500999867916107 + } + ], + "mesh": [], + "locations_count": 6, + "locations": [ + { + "id": "doi:10.1007/s12525-021-00475-2", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1007/s12525-021-00475-2", + "pdf_url": "https://link.springer.com/content/pdf/10.1007/s12525-021-00475-2.pdf", + "source": { + "id": "https://openalex.org/S137519996", + "display_name": "Electronic Markets", + "issn_l": "1019-6781", + "issn": [ + "1019-6781", + "1422-8890" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319900", + "host_organization_name": "Springer Science+Business Media", + "host_organization_lineage": [ + "https://openalex.org/P4310319900", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "Springer Science+Business Media", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Electronic Markets", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:arXiv.org:2104.05314", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/2104.05314", + "pdf_url": "https://arxiv.org/pdf/2104.05314", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:RePEc:spr:elmark:v:31:y:2021:i:3:d:10.1007_s12525-021-00475-2", + "is_oa": false, + "landing_page_url": "http://link.springer.com/10.1007/s12525-021-00475-2", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401271", + "display_name": "RePEc: Research Papers in Economics", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I77793887", + "host_organization_name": "Federal Reserve Bank of St. Louis", + "host_organization_lineage": [ + "https://openalex.org/I77793887" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "article" + }, + { + "id": "pmh:oai:econstor.eu:10419/287156", + "is_oa": true, + "landing_page_url": "https://hdl.handle.net/10419/287156", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401696", + "display_name": "Econstor (Econstor)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "doc-type:article" + }, + { + "id": "pmh:oai:opus.bibliothek.uni-wuerzburg.de:27015", + "is_oa": true, + "landing_page_url": "https://opus.bibliothek.uni-wuerzburg.de/frontdoor/index/index/docId/27015", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401635", + "display_name": "Online Publication Service of Würzburg University (Würzburg University)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I25974101", + "host_organization_name": "University of Würzburg", + "host_organization_lineage": [ + "https://openalex.org/I25974101" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "article" + }, + { + "id": "pmh:oai:ub.uni-erlangen.de-opus:22263", + "is_oa": true, + "landing_page_url": "https://opus4.kobv.de/opus4-fau/frontdoor/index/index/docId/22263", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401636", + "display_name": "OPUS Repository (Kooperativer Bibliotheksverbund Berlin-Brandenburg)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "doi:10.1007/s12525-021-00475-2", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1007/s12525-021-00475-2", + "pdf_url": "https://link.springer.com/content/pdf/10.1007/s12525-021-00475-2.pdf", + "source": { + "id": "https://openalex.org/S137519996", + "display_name": "Electronic Markets", + "issn_l": "1019-6781", + "issn": [ + "1019-6781", + "1422-8890" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319900", + "host_organization_name": "Springer Science+Business Media", + "host_organization_lineage": [ + "https://openalex.org/P4310319900", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "Springer Science+Business Media", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Electronic Markets", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [], + "awards": [ + { + "id": "https://openalex.org/G2151094965", + "display_name": null, + "funder_award_id": "DIK0143/02", + "funder_id": "https://openalex.org/F4320331012", + "funder_display_name": "Bayerische Staatsministerium für Wirtschaft, Landesentwicklung und Energie" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320331012", + "display_name": "Bayerische Staatsministerium für Wirtschaft, Landesentwicklung und Energie", + "ror": null + } + ], + "has_content": { + "grobid_xml": true, + "pdf": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W3153990350.pdf", + "grobid_xml": "https://content.openalex.org/works/W3153990350.grobid-xml" + }, + "referenced_works_count": 53, + "referenced_works": [ + "https://openalex.org/W822801274", + "https://openalex.org/W1506806321", + "https://openalex.org/W1565746575", + "https://openalex.org/W1901616594", + "https://openalex.org/W1978394996", + "https://openalex.org/W2034059032", + "https://openalex.org/W2059111627", + "https://openalex.org/W2076063813", + "https://openalex.org/W2096352448", + "https://openalex.org/W2099419573", + "https://openalex.org/W2106577732", + "https://openalex.org/W2151103935", + "https://openalex.org/W2161969291", + "https://openalex.org/W2164598857", + "https://openalex.org/W2251410821", + "https://openalex.org/W2269742369", + "https://openalex.org/W2585169518", + "https://openalex.org/W2751039952", + "https://openalex.org/W2798302089", + "https://openalex.org/W2800722845", + "https://openalex.org/W2802955324", + "https://openalex.org/W2884001105", + "https://openalex.org/W2888794009", + "https://openalex.org/W2891503716", + "https://openalex.org/W2892341857", + "https://openalex.org/W2895991254", + "https://openalex.org/W2900453322", + "https://openalex.org/W2902907165", + "https://openalex.org/W2915015079", + "https://openalex.org/W2919115771", + "https://openalex.org/W2921353139", + "https://openalex.org/W2945976633", + "https://openalex.org/W2953189907", + "https://openalex.org/W2963095307", + "https://openalex.org/W2963428668", + "https://openalex.org/W2964716450", + "https://openalex.org/W2981207549", + "https://openalex.org/W2989851933", + "https://openalex.org/W2995871253", + "https://openalex.org/W2999321020", + "https://openalex.org/W3000062802", + "https://openalex.org/W3005351117", + "https://openalex.org/W3025420269", + "https://openalex.org/W3094605956", + "https://openalex.org/W3095865939", + "https://openalex.org/W3118496513", + "https://openalex.org/W3120261410", + "https://openalex.org/W3150796314", + "https://openalex.org/W4212902066", + "https://openalex.org/W4236093597", + "https://openalex.org/W4255466416", + "https://openalex.org/W6730267373", + "https://openalex.org/W6750380350" + ], + "related_works": [], + "abstract_inverted_index": { + "Abstract": [ + 0 + ], + "Today,": [ + 1 + ], + "intelligent": [ + 2, + 91, + 128 + ], + "systems": [ + 3, + 20, + 129 + ], + "that": [ + 4, + 123 + ], + "offer": [ + 5 + ], + "artificial": [ + 6, + 48, + 152 + ], + "intelligence": [ + 7, + 153 + ], + "capabilities": [ + 8 + ], + "often": [ + 9 + ], + "rely": [ + 10 + ], + "on": [ + 11, + 47 + ], + "machine": [ + 12, + 43, + 59, + 75, + 114 + ], + "learning.": [ + 13 + ], + "Machine": [ + 14 + ], + "learning": [ + 15, + 40, + 44, + 55, + 60, + 76, + 79, + 115 + ], + "describes": [ + 16 + ], + "the": [ + 17, + 29, + 72, + 86, + 106, + 121, + 131 + ], + "capacity": [ + 18 + ], + "of": [ + 19, + 31, + 74, + 85, + 89, + 108, + 133 + ], + "to": [ + 21, + 27, + 80 + ], + "learn": [ + 22 + ], + "from": [ + 23 + ], + "problem-specific": [ + 24 + ], + "training": [ + 25 + ], + "data": [ + 26, + 64 + ], + "automate": [ + 28 + ], + "process": [ + 30, + 107 + ], + "analytical": [ + 32, + 110 + ], + "model": [ + 33, + 111 + ], + "building": [ + 34, + 112 + ], + "and": [ + 35, + 62, + 77, + 103, + 116, + 119, + 136, + 145, + 151 + ], + "solve": [ + 36 + ], + "associated": [ + 37 + ], + "tasks.": [ + 38 + ], + "Deep": [ + 39 + ], + "is": [ + 41 + ], + "a": [ + 42, + 82, + 97 + ], + "concept": [ + 45 + ], + "based": [ + 46 + ], + "neural": [ + 49 + ], + "networks.": [ + 50 + ], + "For": [ + 51 + ], + "many": [ + 52 + ], + "applications,": [ + 53 + ], + "deep": [ + 54, + 78, + 117 + ], + "models": [ + 56, + 61 + ], + "outperform": [ + 57 + ], + "shallow": [ + 58 + ], + "traditional": [ + 63 + ], + "analysis": [ + 65 + ], + "approaches.": [ + 66 + ], + "In": [ + 67, + 93 + ], + "this": [ + 68 + ], + "article,": [ + 69 + ], + "we": [ + 70, + 95 + ], + "summarize": [ + 71 + ], + "fundamentals": [ + 73 + ], + "generate": [ + 81 + ], + "broader": [ + 83 + ], + "understanding": [ + 84 + ], + "methodical": [ + 87 + ], + "underpinning": [ + 88 + ], + "current": [ + 90 + ], + "systems.": [ + 92 + ], + "particular,": [ + 94 + ], + "provide": [ + 96 + ], + "conceptual": [ + 98 + ], + "distinction": [ + 99 + ], + "between": [ + 100 + ], + "relevant": [ + 101 + ], + "terms": [ + 102 + ], + "concepts,": [ + 104 + ], + "explain": [ + 105 + ], + "automated": [ + 109 + ], + "through": [ + 113 + ], + "learning,": [ + 118 + ], + "discuss": [ + 120 + ], + "challenges": [ + 122 + ], + "arise": [ + 124 + ], + "when": [ + 125 + ], + "implementing": [ + 126 + ], + "such": [ + 127 + ], + "in": [ + 130, + 148 + ], + "field": [ + 132 + ], + "electronic": [ + 134 + ], + "markets": [ + 135 + ], + "networked": [ + 137 + ], + "business.": [ + 138 + ], + "These": [ + 139 + ], + "naturally": [ + 140 + ], + "go": [ + 141 + ], + "beyond": [ + 142 + ], + "technological": [ + 143 + ], + "aspects": [ + 144 + ], + "highlight": [ + 146 + ], + "issues": [ + 147 + ], + "human-machine": [ + 149 + ], + "interaction": [ + 150 + ], + "servitization.": [ + 154 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 224 + }, + { + "year": 2025, + "cited_by_count": 823 + }, + { + "year": 2024, + "cited_by_count": 709 + }, + { + "year": 2023, + "cited_by_count": 463 + }, + { + "year": 2022, + "cited_by_count": 204 + }, + { + "year": 2021, + "cited_by_count": 16 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2021-04-26T00:00:00" + }, + { + "id": "https://openalex.org/W1495061682", + "doi": null, + "title": "Correlation-based Feature Selection for Machine Learning", + "display_name": "Correlation-based Feature Selection for Machine Learning", + "relevance_score": 3888.633, + "publication_year": 1998, + "publication_date": "1998-01-01", + "ids": { + "openalex": "https://openalex.org/W1495061682", + "mag": "1495061682" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.149.3848", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.149.3848", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.cs.waikato.ac.nz/~ml/publications/1999/99MH-Thesis.pdf", + "raw_type": "text" + }, + "type": "article", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5056507889", + "display_name": "Mark Hall", + "orcid": "https://orcid.org/0000-0003-0081-4277" + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "Mark Hall", + "raw_affiliation_strings": [], + "raw_orcid": "https://orcid.org/0000-0003-0081-4277", + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5056507889" + ], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 6.5111, + "has_fulltext": false, + "cited_by_count": 3502, + "citation_normalized_percentile": { + "value": 0.969452, + "is_in_top_1_percent": false, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10538", + "display_name": "Data Mining Algorithms and Applications", + "score": 0.9987000226974487, + "subfield": { + "id": "https://openalex.org/subfields/1710", + "display_name": "Information Systems" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10538", + "display_name": "Data Mining Algorithms and Applications", + "score": 0.9987000226974487, + "subfield": { + "id": "https://openalex.org/subfields/1710", + "display_name": "Information Systems" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9958999752998352, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.992900013923645, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.7863954305648804 + }, + { + "id": "https://openalex.org/keywords/feature-selection", + "display_name": "Feature selection", + "score": 0.7660661935806274 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6697717905044556 + }, + { + "id": "https://openalex.org/keywords/feature", + "display_name": "Feature (linguistics)", + "score": 0.6554372310638428 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6124832630157471 + }, + { + "id": "https://openalex.org/keywords/pattern-recognition", + "display_name": "Pattern recognition (psychology)", + "score": 0.5173172950744629 + }, + { + "id": "https://openalex.org/keywords/heuristic", + "display_name": "Heuristic", + "score": 0.5164375901222229 + }, + { + "id": "https://openalex.org/keywords/naive-bayes-classifier", + "display_name": "Naive Bayes classifier", + "score": 0.5061132311820984 + }, + { + "id": "https://openalex.org/keywords/relevance", + "display_name": "Relevance (law)", + "score": 0.4775296449661255 + }, + { + "id": "https://openalex.org/keywords/correlation", + "display_name": "Correlation", + "score": 0.45613178610801697 + }, + { + "id": "https://openalex.org/keywords/set", + "display_name": "Set (abstract data type)", + "score": 0.44838523864746094 + }, + { + "id": "https://openalex.org/keywords/decision-tree", + "display_name": "Decision tree", + "score": 0.4388089179992676 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.329307496547699 + }, + { + "id": "https://openalex.org/keywords/support-vector-machine", + "display_name": "Support vector machine", + "score": 0.2919524312019348 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.22016915678977966 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.7863954305648804 + }, + { + "id": "https://openalex.org/C148483581", + "wikidata": "https://www.wikidata.org/wiki/Q446488", + "display_name": "Feature selection", + "level": 2, + "score": 0.7660661935806274 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6697717905044556 + }, + { + "id": "https://openalex.org/C2776401178", + "wikidata": "https://www.wikidata.org/wiki/Q12050496", + "display_name": "Feature (linguistics)", + "level": 2, + "score": 0.6554372310638428 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6124832630157471 + }, + { + "id": "https://openalex.org/C153180895", + "wikidata": "https://www.wikidata.org/wiki/Q7148389", + "display_name": "Pattern recognition (psychology)", + "level": 2, + "score": 0.5173172950744629 + }, + { + "id": "https://openalex.org/C173801870", + "wikidata": "https://www.wikidata.org/wiki/Q201413", + "display_name": "Heuristic", + "level": 2, + "score": 0.5164375901222229 + }, + { + "id": "https://openalex.org/C52001869", + "wikidata": "https://www.wikidata.org/wiki/Q812530", + "display_name": "Naive Bayes classifier", + "level": 3, + "score": 0.5061132311820984 + }, + { + "id": "https://openalex.org/C158154518", + "wikidata": "https://www.wikidata.org/wiki/Q7310970", + "display_name": "Relevance (law)", + "level": 2, + "score": 0.4775296449661255 + }, + { + "id": "https://openalex.org/C117220453", + "wikidata": "https://www.wikidata.org/wiki/Q5172842", + "display_name": "Correlation", + "level": 2, + "score": 0.45613178610801697 + }, + { + "id": "https://openalex.org/C177264268", + "wikidata": "https://www.wikidata.org/wiki/Q1514741", + "display_name": "Set (abstract data type)", + "level": 2, + "score": 0.44838523864746094 + }, + { + "id": "https://openalex.org/C84525736", + "wikidata": "https://www.wikidata.org/wiki/Q831366", + "display_name": "Decision tree", + "level": 2, + "score": 0.4388089179992676 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.329307496547699 + }, + { + "id": "https://openalex.org/C12267149", + "wikidata": "https://www.wikidata.org/wiki/Q282453", + "display_name": "Support vector machine", + "level": 2, + "score": 0.2919524312019348 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.22016915678977966 + }, + { + "id": "https://openalex.org/C17744445", + "wikidata": "https://www.wikidata.org/wiki/Q36442", + "display_name": "Political science", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C2524010", + "wikidata": "https://www.wikidata.org/wiki/Q8087", + "display_name": "Geometry", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C199539241", + "wikidata": "https://www.wikidata.org/wiki/Q7748", + "display_name": "Law", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C138885662", + "wikidata": "https://www.wikidata.org/wiki/Q5891", + "display_name": "Philosophy", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C41895202", + "wikidata": "https://www.wikidata.org/wiki/Q8162", + "display_name": "Linguistics", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 6, + "locations": [ + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.149.3848", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.149.3848", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.cs.waikato.ac.nz/~ml/publications/1999/99MH-Thesis.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.37.4643", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.37.4643", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.cs.waikato.ac.nz/~mhall/thesis.ps.gz", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.455.4521", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.455.4521", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "https://www.lri.fr/~pierres/donn%E9es/save/these/articles/lpr-queue/hall99correlationbased.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.62.9584", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.62.9584", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.cs.waikato.ac.nz/~mhall/thesis.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:researchcommons.waikato.ac.nz:10289/15043", + "is_oa": false, + "landing_page_url": "https://hdl.handle.net/10289/15043", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400944", + "display_name": "Research Commons (University of Waikato)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I52179390", + "host_organization_name": "University of Waikato", + "host_organization_lineage": [ + "https://openalex.org/I52179390" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Thesis" + }, + { + "id": "mag:1495061682", + "is_oa": false, + "landing_page_url": "https://www.cs.waikato.ac.nz/~mhall/thesis.pdf", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "score": 0.4300000071525574, + "display_name": "Peace, Justice and strong institutions", + "id": "https://metadata.un.org/sdg/16" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 88, + "referenced_works": [ + "https://openalex.org/W14420165", + "https://openalex.org/W23418094", + "https://openalex.org/W31783794", + "https://openalex.org/W32535764", + "https://openalex.org/W43179442", + "https://openalex.org/W124232507", + "https://openalex.org/W138217685", + "https://openalex.org/W149472151", + "https://openalex.org/W168332103", + "https://openalex.org/W184639320", + "https://openalex.org/W187357405", + "https://openalex.org/W1481111462", + "https://openalex.org/W1487306946", + "https://openalex.org/W1489725718", + "https://openalex.org/W1497256448", + "https://openalex.org/W1504694836", + "https://openalex.org/W1507029541", + "https://openalex.org/W1520687314", + "https://openalex.org/W1523989055", + "https://openalex.org/W1528176576", + "https://openalex.org/W1528489993", + "https://openalex.org/W1533544838", + "https://openalex.org/W1535723299", + "https://openalex.org/W1540113330", + "https://openalex.org/W1553244859", + "https://openalex.org/W1553313034", + "https://openalex.org/W1557564713", + "https://openalex.org/W1557923305", + "https://openalex.org/W1562345870", + "https://openalex.org/W1566376227", + "https://openalex.org/W1571061365", + "https://openalex.org/W1575869149", + "https://openalex.org/W1583700199", + "https://openalex.org/W1587362683", + "https://openalex.org/W1597910678", + "https://openalex.org/W1601529450", + "https://openalex.org/W1605844890", + "https://openalex.org/W1608549042", + "https://openalex.org/W1619226191", + "https://openalex.org/W1630964756", + "https://openalex.org/W1678889691", + "https://openalex.org/W1679846099", + "https://openalex.org/W1808644423", + "https://openalex.org/W1906182963", + "https://openalex.org/W1923673105", + "https://openalex.org/W1970406594", + "https://openalex.org/W1981251392", + "https://openalex.org/W1983661866", + "https://openalex.org/W1998523455", + "https://openalex.org/W2000613518", + "https://openalex.org/W2002150630", + "https://openalex.org/W2003048487", + "https://openalex.org/W2017337590", + "https://openalex.org/W2042385018", + "https://openalex.org/W2050297026", + "https://openalex.org/W2054658115", + "https://openalex.org/W2067098334", + "https://openalex.org/W2071817951", + "https://openalex.org/W2075038844", + "https://openalex.org/W2088658068", + "https://openalex.org/W2096581064", + "https://openalex.org/W2104626092", + "https://openalex.org/W2109293916", + "https://openalex.org/W2112076978", + "https://openalex.org/W2120216197", + "https://openalex.org/W2123865363", + "https://openalex.org/W2125055259", + "https://openalex.org/W2125412267", + "https://openalex.org/W2128420091", + "https://openalex.org/W2132166479", + "https://openalex.org/W2136000097", + "https://openalex.org/W2140785063", + "https://openalex.org/W2146257637", + "https://openalex.org/W2147169507", + "https://openalex.org/W2147409005", + "https://openalex.org/W2149706766", + "https://openalex.org/W2158000296", + "https://openalex.org/W2159080219", + "https://openalex.org/W2168165449", + "https://openalex.org/W2170120409", + "https://openalex.org/W2193378034", + "https://openalex.org/W2743477090", + "https://openalex.org/W2797502950", + "https://openalex.org/W2798455746", + "https://openalex.org/W2913283985", + "https://openalex.org/W2982720039", + "https://openalex.org/W2988864014", + "https://openalex.org/W3085162807" + ], + "related_works": [ + "https://openalex.org/W2912934387", + "https://openalex.org/W2911964244", + "https://openalex.org/W2169038408", + "https://openalex.org/W2156571267", + "https://openalex.org/W2154053567", + "https://openalex.org/W2153635508", + "https://openalex.org/W2149706766", + "https://openalex.org/W2143426320", + "https://openalex.org/W2140190241", + "https://openalex.org/W2133990480", + "https://openalex.org/W2125055259", + "https://openalex.org/W2119821739", + "https://openalex.org/W2119479037", + "https://openalex.org/W2119387367", + "https://openalex.org/W2017337590", + "https://openalex.org/W1808644423", + "https://openalex.org/W1661871015", + "https://openalex.org/W1619226191", + "https://openalex.org/W1583700199", + "https://openalex.org/W1570448133" + ], + "abstract_inverted_index": { + "A": [ + 0, + 62 + ], + "central": [ + 1, + 41 + ], + "problem": [ + 2, + 28 + ], + "in": [ + 3, + 200, + 255 + ], + "machine": [ + 4, + 33, + 113, + 197 + ], + "learning": [ + 5, + 34, + 114, + 198, + 238 + ], + "is": [ + 6, + 43, + 84 + ], + "identifying": [ + 7 + ], + "a": [ + 8, + 17, + 21, + 36, + 98, + 224, + 227 + ], + "representative": [ + 9 + ], + "set": [ + 10, + 184 + ], + "of": [ + 11, + 29, + 76, + 211, + 215, + 280, + 296 + ], + "features": [ + 12, + 49, + 151, + 204, + 297 + ], + "from": [ + 13, + 69 + ], + "which": [ + 14, + 207, + 271 + ], + "to": [ + 15, + 231, + 240, + 251, + 274, + 276, + 283, + 319 + ], + "construct": [ + 16 + ], + "classification": [ + 18, + 178 + ], + "model": [ + 19 + ], + "for": [ + 20, + 32 + ], + "particular": [ + 22 + ], + "task.": [ + 23 + ], + "This": [ + 24 + ], + "thesis": [ + 25 + ], + "addresses": [ + 26 + ], + "the": [ + 27, + 55, + 173, + 181, + 190, + 216, + 236, + 252, + 258, + 269, + 299, + 306, + 326 + ], + "feature": [ + 30, + 46, + 63, + 183, + 192, + 232, + 242, + 285, + 302 + ], + "selection": [ + 31, + 195, + 233 + ], + "through": [ + 35 + ], + "correlation": [ + 37, + 95 + ], + "based": [ + 38, + 66, + 81, + 127 + ], + "approach.": [ + 39 + ], + "The": [ + 40, + 292 + ], + "hypothesis": [ + 42 + ], + "that": [ + 44, + 50, + 87, + 137, + 234, + 314 + ], + "good": [ + 45 + ], + "sets": [ + 47 + ], + "contain": [ + 48 + ], + "are": [ + 51, + 287 + ], + "highly": [ + 52, + 209 + ], + "correlated": [ + 53 + ], + "with": [ + 54, + 59, + 92, + 223 + ], + "class,": [ + 56 + ], + "yet": [ + 57 + ], + "uncorrelated": [ + 58 + ], + "each": [ + 60 + ], + "other.": [ + 61 + ], + "evaluation": [ + 64, + 90 + ], + "formula,": [ + 65 + ], + "on": [ + 67, + 107, + 133, + 161, + 260, + 310 + ], + "ideas": [ + 68 + ], + "test": [ + 70 + ], + "theory,": [ + 71 + ], + "provides": [ + 72 + ], + "an": [ + 73, + 85, + 93 + ], + "operational": [ + 74 + ], + "definition": [ + 75 + ], + "this": [ + 77, + 89 + ], + "hypothesis.": [ + 78 + ], + "CFS": [ + 79, + 138, + 167, + 222, + 247, + 263, + 282 + ], + "(Correlation": [ + 80 + ], + "Feature": [ + 82, + 194 + ], + "Selection)": [ + 83 + ], + "algorithm": [ + 86, + 239 + ], + "couples": [ + 88 + ], + "formula": [ + 91 + ], + "appropriate": [ + 94 + ], + "measure": [ + 96 + ], + "and": [ + 97, + 109, + 129, + 141, + 145, + 148, + 254, + 289, + 298 + ], + "heuristic": [ + 99 + ], + "search": [ + 100 + ], + "strategy.": [ + 101 + ], + " \\n \\nCFS": [ + 102 + ], + "was": [ + 103 + ], + "evaluated": [ + 104 + ], + "by": [ + 105, + 305, + 337 + ], + "experiments": [ + 106, + 220 + ], + "artificial": [ + 108, + 134, + 311 + ], + "natural": [ + 110, + 165, + 324 + ], + "datasets.": [ + 111, + 262 + ], + "Three": [ + 112 + ], + "algorithms": [ + 115 + ], + "were": [ + 116, + 205, + 208, + 317 + ], + "used:": [ + 117 + ], + "C4.5": [ + 118 + ], + "(a": [ + 119 + ], + "decision": [ + 120 + ], + "tree": [ + 121 + ], + "learner),": [ + 122, + 128 + ], + "IB": [ + 123 + ], + "1": [ + 124 + ], + "(an": [ + 125 + ], + "instance": [ + 126, + 217 + ], + "naive": [ + 130 + ], + "Bayes.": [ + 131 + ], + "Experiments": [ + 132, + 309 + ], + "datasets": [ + 135 + ], + "showed": [ + 136, + 313 + ], + "quickly": [ + 139 + ], + "identifies": [ + 140, + 149 + ], + "screens": [ + 142 + ], + "irrelevant,": [ + 143 + ], + "redundant,": [ + 144 + ], + "noisy": [ + 146 + ], + "features,": [ + 147 + ], + "relevant": [ + 150 + ], + "as": [ + 152, + 154 + ], + "long": [ + 153 + ], + "their": [ + 155 + ], + "relevance": [ + 156 + ], + "does": [ + 157 + ], + "not": [ + 158 + ], + "strongly": [ + 159 + ], + "depend": [ + 160 + ], + "other": [ + 162 + ], + "features.": [ + 163, + 174, + 322 + ], + "On": [ + 164, + 323 + ], + "domains,": [ + 166, + 325 + ], + "typically": [ + 168 + ], + "eliminated": [ + 169, + 206 + ], + "well": [ + 170, + 228 + ], + "over": [ + 171 + ], + "half": [ + 172 + ], + "In": [ + 175, + 244 + ], + "most": [ + 176 + ], + "cases,": [ + 177 + ], + "accuracy": [ + 179, + 188 + ], + "using": [ + 180, + 189, + 334 + ], + "reduced": [ + 182 + ], + "equaled": [ + 185 + ], + "or": [ + 186 + ], + "bettered": [ + 187 + ], + "complete": [ + 191 + ], + "set.": [ + 193 + ], + "degraded": [ + 196 + ], + "performance": [ + 199 + ], + "cases": [ + 201, + 246 + ], + "where": [ + 202 + ], + "some": [ + 203 + ], + "predictive": [ + 210 + ], + "very": [ + 212 + ], + "small": [ + 213, + 261 + ], + "areas": [ + 214 + ], + "space.": [ + 218 + ], + " \\n \\nFurther": [ + 219 + ], + "compared": [ + 221 + ], + "wrapper": [ + 225, + 259 + ], + "-": [ + 226 + ], + "known": [ + 229 + ], + "approach": [ + 230 + ], + "employs": [ + 235 + ], + "target": [ + 237 + ], + "evaluate": [ + 241 + ], + "sets.": [ + 243 + ], + "many": [ + 245, + 265 + ], + "gave": [ + 248, + 329 + ], + "comparable": [ + 249 + ], + "results": [ + 250, + 332 + ], + "wrapper,": [ + 253, + 270 + ], + "general,": [ + 256 + ], + "outperformed": [ + 257 + ], + "executes": [ + 264 + ], + "times": [ + 266 + ], + "faster": [ + 267 + ], + "than": [ + 268, + 333 + ], + "allows": [ + 272 + ], + "it": [ + 273 + ], + "scale": [ + 275 + ], + "larger": [ + 277 + ], + "datasets. \\n \\nTwo": [ + 278 + ], + "methods": [ + 279, + 316 + ], + "extending": [ + 281 + ], + "handle": [ + 284 + ], + "interaction": [ + 286 + ], + "presented": [ + 288 + ], + "experimentally": [ + 290 + ], + "evaluated.": [ + 291 + ], + "first": [ + 293 + ], + "considers": [ + 294 + ], + "pairs": [ + 295 + ], + "second": [ + 300 + ], + "incorporates": [ + 301 + ], + "weights": [ + 303, + 335 + ], + "calculated": [ + 304 + ], + "RELIEF": [ + 307 + ], + "algorithm.": [ + 308 + ], + "domains": [ + 312 + ], + "both": [ + 315 + ], + "able": [ + 318 + ], + "identify": [ + 320 + ], + "interacting": [ + 321 + ], + "pairwise": [ + 327 + ], + "method": [ + 328 + ], + "more": [ + 330 + ], + "reliable": [ + 331 + ], + "provided": [ + 336 + ], + "RELIEF.": [ + 338 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 38 + }, + { + "year": 2024, + "cited_by_count": 89 + }, + { + "year": 2023, + "cited_by_count": 147 + }, + { + "year": 2022, + "cited_by_count": 181 + }, + { + "year": 2021, + "cited_by_count": 299 + }, + { + "year": 2020, + "cited_by_count": 287 + }, + { + "year": 2019, + "cited_by_count": 295 + }, + { + "year": 2018, + "cited_by_count": 296 + }, + { + "year": 2017, + "cited_by_count": 277 + }, + { + "year": 2016, + "cited_by_count": 271 + }, + { + "year": 2015, + "cited_by_count": 264 + }, + { + "year": 2014, + "cited_by_count": 238 + }, + { + "year": 2013, + "cited_by_count": 181 + }, + { + "year": 2012, + "cited_by_count": 163 + } + ], + "updated_date": "2025-11-06T04:12:42.849631", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2594183968", + "doi": "https://doi.org/10.1039/c7sc02664a", + "title": "MoleculeNet: a benchmark for molecular machine learning", + "display_name": "MoleculeNet: a benchmark for molecular machine learning", + "relevance_score": 3867.3242, + "publication_year": 2017, + "publication_date": "2017-10-31", + "ids": { + "openalex": "https://openalex.org/W2594183968", + "doi": "https://doi.org/10.1039/c7sc02664a", + "mag": "2594183968", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/29629118" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1039/c7sc02664a", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1039/c7sc02664a", + "pdf_url": "https://pubs.rsc.org/en/content/articlepdf/2018/sc/c7sc02664a", + "source": { + "id": "https://openalex.org/S184645833", + "display_name": "Chemical Science", + "issn_l": "2041-6520", + "issn": [ + "2041-6520", + "2041-6539" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320556", + "host_organization_name": "Royal Society of Chemistry", + "host_organization_lineage": [ + "https://openalex.org/P4310320556" + ], + "host_organization_lineage_names": [ + "Royal Society of Chemistry" + ], + "type": "journal" + }, + "license": "cc-by-nc", + "license_id": "https://openalex.org/licenses/cc-by-nc", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Chemical Science", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref", + "doaj", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "diamond", + "oa_url": "https://pubs.rsc.org/en/content/articlepdf/2018/sc/c7sc02664a", + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5054988040", + "display_name": "Zhenqin Wu", + "orcid": "https://orcid.org/0000-0002-0148-7055" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210137306", + "display_name": "Stanford Medicine", + "ror": "https://ror.org/03mtd9a03", + "country_code": "US", + "type": "healthcare", + "lineage": [ + "https://openalex.org/I4210137306", + "https://openalex.org/I97018004" + ] + }, + { + "id": "https://openalex.org/I97018004", + "display_name": "Stanford University", + "ror": "https://ror.org/00f54p054", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I97018004" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Zhenqin Wu", + "raw_affiliation_strings": [ + "Department of Chemistry", + "Stanford", + "Stanford University", + "USA", + "Department of Chemistry, Stanford University, Stanford, CA 94305, USA" + ], + "raw_orcid": "https://orcid.org/0000-0002-0148-7055", + "affiliations": [ + { + "raw_affiliation_string": "Department of Chemistry", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Stanford", + "institution_ids": [ + "https://openalex.org/I4210137306" + ] + }, + { + "raw_affiliation_string": "Stanford University", + "institution_ids": [ + "https://openalex.org/I97018004" + ] + }, + { + "raw_affiliation_string": "USA", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Department of Chemistry, Stanford University, Stanford, CA 94305, USA", + "institution_ids": [ + "https://openalex.org/I97018004" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5039641760", + "display_name": "Bharath Ramsundar", + "orcid": "https://orcid.org/0000-0001-8450-4262" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210137306", + "display_name": "Stanford Medicine", + "ror": "https://ror.org/03mtd9a03", + "country_code": "US", + "type": "healthcare", + "lineage": [ + "https://openalex.org/I4210137306", + "https://openalex.org/I97018004" + ] + }, + { + "id": "https://openalex.org/I97018004", + "display_name": "Stanford University", + "ror": "https://ror.org/00f54p054", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I97018004" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Bharath Ramsundar", + "raw_affiliation_strings": [ + "Department of Computer Science", + "Stanford", + "Stanford University", + "USA", + "Department of Computer Science, Stanford University, Stanford, CA 94305, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Stanford", + "institution_ids": [ + "https://openalex.org/I4210137306" + ] + }, + { + "raw_affiliation_string": "Stanford University", + "institution_ids": [ + "https://openalex.org/I97018004" + ] + }, + { + "raw_affiliation_string": "USA", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Department of Computer Science, Stanford University, Stanford, CA 94305, USA", + "institution_ids": [ + "https://openalex.org/I97018004" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5011983540", + "display_name": "Evan N. Feinberg", + "orcid": "https://orcid.org/0000-0002-7989-8751" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210137306", + "display_name": "Stanford Medicine", + "ror": "https://ror.org/03mtd9a03", + "country_code": "US", + "type": "healthcare", + "lineage": [ + "https://openalex.org/I4210137306", + "https://openalex.org/I97018004" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Evan N. Feinberg", + "raw_affiliation_strings": [ + "Program in Biophysics", + "Stanford", + "Stanford School of Medicine", + "USA", + "Program in Biophysics, Stanford School of Medicine, Stanford, CA 94305, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Program in Biophysics", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Stanford", + "institution_ids": [ + "https://openalex.org/I4210137306" + ] + }, + { + "raw_affiliation_string": "Stanford School of Medicine", + "institution_ids": [ + "https://openalex.org/I4210137306" + ] + }, + { + "raw_affiliation_string": "USA", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Program in Biophysics, Stanford School of Medicine, Stanford, CA 94305, USA", + "institution_ids": [ + "https://openalex.org/I4210137306" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5044158176", + "display_name": "Joseph Gomes", + "orcid": "https://orcid.org/0000-0002-0755-0641" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210137306", + "display_name": "Stanford Medicine", + "ror": "https://ror.org/03mtd9a03", + "country_code": "US", + "type": "healthcare", + "lineage": [ + "https://openalex.org/I4210137306", + "https://openalex.org/I97018004" + ] + }, + { + "id": "https://openalex.org/I97018004", + "display_name": "Stanford University", + "ror": "https://ror.org/00f54p054", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I97018004" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Joseph Gomes", + "raw_affiliation_strings": [ + "Department of Chemistry", + "Stanford", + "Stanford University", + "USA", + "Department of Chemistry, Stanford University, Stanford, CA 94305, USA" + ], + "raw_orcid": "https://orcid.org/0000-0002-0755-0641", + "affiliations": [ + { + "raw_affiliation_string": "Department of Chemistry", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Stanford", + "institution_ids": [ + "https://openalex.org/I4210137306" + ] + }, + { + "raw_affiliation_string": "Stanford University", + "institution_ids": [ + "https://openalex.org/I97018004" + ] + }, + { + "raw_affiliation_string": "USA", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Department of Chemistry, Stanford University, Stanford, CA 94305, USA", + "institution_ids": [ + "https://openalex.org/I97018004" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5069546508", + "display_name": "Caleb Geniesse", + "orcid": "https://orcid.org/0000-0002-7897-8338" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210137306", + "display_name": "Stanford Medicine", + "ror": "https://ror.org/03mtd9a03", + "country_code": "US", + "type": "healthcare", + "lineage": [ + "https://openalex.org/I4210137306", + "https://openalex.org/I97018004" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Caleb Geniesse", + "raw_affiliation_strings": [ + "Program in Biophysics", + "Stanford", + "Stanford School of Medicine", + "USA", + "Program in Biophysics, Stanford School of Medicine, Stanford, CA 94305, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Program in Biophysics", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Stanford", + "institution_ids": [ + "https://openalex.org/I4210137306" + ] + }, + { + "raw_affiliation_string": "Stanford School of Medicine", + "institution_ids": [ + "https://openalex.org/I4210137306" + ] + }, + { + "raw_affiliation_string": "USA", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Program in Biophysics, Stanford School of Medicine, Stanford, CA 94305, USA", + "institution_ids": [ + "https://openalex.org/I4210137306" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5015493289", + "display_name": "Aneesh Pappu", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I4210137306", + "display_name": "Stanford Medicine", + "ror": "https://ror.org/03mtd9a03", + "country_code": "US", + "type": "healthcare", + "lineage": [ + "https://openalex.org/I4210137306", + "https://openalex.org/I97018004" + ] + }, + { + "id": "https://openalex.org/I97018004", + "display_name": "Stanford University", + "ror": "https://ror.org/00f54p054", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I97018004" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Aneesh S. Pappu", + "raw_affiliation_strings": [ + "Department of Computer Science", + "Stanford", + "Stanford University", + "USA", + "Department of Computer Science, Stanford University, Stanford, CA 94305, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Stanford", + "institution_ids": [ + "https://openalex.org/I4210137306" + ] + }, + { + "raw_affiliation_string": "Stanford University", + "institution_ids": [ + "https://openalex.org/I97018004" + ] + }, + { + "raw_affiliation_string": "USA", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Department of Computer Science, Stanford University, Stanford, CA 94305, USA", + "institution_ids": [ + "https://openalex.org/I97018004" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5004322104", + "display_name": "Karl Leswing", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I203455613", + "display_name": "Schrodinger (United States)", + "ror": "https://ror.org/05a3z6914", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I203455613" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Karl Leswing", + "raw_affiliation_strings": [ + "Schrodinger Inc", + "USA", + "Schrodinger Inc., USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Schrodinger Inc", + "institution_ids": [ + "https://openalex.org/I203455613" + ] + }, + { + "raw_affiliation_string": "USA", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Schrodinger Inc., USA", + "institution_ids": [ + "https://openalex.org/I203455613" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5032418986", + "display_name": "Vijay S. Pande", + "orcid": "https://orcid.org/0000-0003-2774-1178" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210137306", + "display_name": "Stanford Medicine", + "ror": "https://ror.org/03mtd9a03", + "country_code": "US", + "type": "healthcare", + "lineage": [ + "https://openalex.org/I4210137306", + "https://openalex.org/I97018004" + ] + }, + { + "id": "https://openalex.org/I97018004", + "display_name": "Stanford University", + "ror": "https://ror.org/00f54p054", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I97018004" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Vijay Pande", + "raw_affiliation_strings": [ + "Department of Chemistry", + "Stanford", + "Stanford University", + "USA", + "Department of Chemistry, Stanford University, Stanford, CA 94305, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Chemistry", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Stanford", + "institution_ids": [ + "https://openalex.org/I4210137306" + ] + }, + { + "raw_affiliation_string": "Stanford University", + "institution_ids": [ + "https://openalex.org/I97018004" + ] + }, + { + "raw_affiliation_string": "USA", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Department of Chemistry, Stanford University, Stanford, CA 94305, USA", + "institution_ids": [ + "https://openalex.org/I97018004" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 8, + "corresponding_author_ids": [ + "https://openalex.org/A5032418986" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I4210137306", + "https://openalex.org/I97018004" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 128.6995, + "has_fulltext": true, + "cited_by_count": 2906, + "citation_normalized_percentile": { + "value": 0.9998827, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 94, + "max": 100 + }, + "biblio": { + "volume": "9", + "issue": "2", + "first_page": "513", + "last_page": "530" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10211", + "display_name": "Computational Drug Discovery Methods", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/1703", + "display_name": "Computational Theory and Mathematics" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10211", + "display_name": "Computational Drug Discovery Methods", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/1703", + "display_name": "Computational Theory and Mathematics" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11948", + "display_name": "Machine Learning in Materials Science", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/2505", + "display_name": "Materials Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/25", + "display_name": "Materials Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10044", + "display_name": "Protein Structure and Dynamics", + "score": 0.9779999852180481, + "subfield": { + "id": "https://openalex.org/subfields/1312", + "display_name": "Molecular Biology" + }, + "field": { + "id": "https://openalex.org/fields/13", + "display_name": "Biochemistry, Genetics and Molecular Biology" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/benchmark", + "display_name": "Benchmark (surveying)", + "score": 0.9469650983810425 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6600202322006226 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6345625519752502 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6119014024734497 + }, + { + "id": "https://openalex.org/keywords/scale", + "display_name": "Scale (ratio)", + "score": 0.5160343647003174 + }, + { + "id": "https://openalex.org/keywords/physics", + "display_name": "Physics", + "score": 0.04847747087478638 + }, + { + "id": "https://openalex.org/keywords/geography", + "display_name": "Geography", + "score": 0.04328623414039612 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C185798385", + "wikidata": "https://www.wikidata.org/wiki/Q1161707", + "display_name": "Benchmark (surveying)", + "level": 2, + "score": 0.9469650983810425 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6600202322006226 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6345625519752502 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6119014024734497 + }, + { + "id": "https://openalex.org/C2778755073", + "wikidata": "https://www.wikidata.org/wiki/Q10858537", + "display_name": "Scale (ratio)", + "level": 2, + "score": 0.5160343647003174 + }, + { + "id": "https://openalex.org/C121332964", + "wikidata": "https://www.wikidata.org/wiki/Q413", + "display_name": "Physics", + "level": 0, + "score": 0.04847747087478638 + }, + { + "id": "https://openalex.org/C205649164", + "wikidata": "https://www.wikidata.org/wiki/Q1071", + "display_name": "Geography", + "level": 0, + "score": 0.04328623414039612 + }, + { + "id": "https://openalex.org/C13280743", + "wikidata": "https://www.wikidata.org/wiki/Q131089", + "display_name": "Geodesy", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C62520636", + "wikidata": "https://www.wikidata.org/wiki/Q944", + "display_name": "Quantum mechanics", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 4, + "locations": [ + { + "id": "doi:10.1039/c7sc02664a", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1039/c7sc02664a", + "pdf_url": "https://pubs.rsc.org/en/content/articlepdf/2018/sc/c7sc02664a", + "source": { + "id": "https://openalex.org/S184645833", + "display_name": "Chemical Science", + "issn_l": "2041-6520", + "issn": [ + "2041-6520", + "2041-6539" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320556", + "host_organization_name": "Royal Society of Chemistry", + "host_organization_lineage": [ + "https://openalex.org/P4310320556" + ], + "host_organization_lineage_names": [ + "Royal Society of Chemistry" + ], + "type": "journal" + }, + "license": "cc-by-nc", + "license_id": "https://openalex.org/licenses/cc-by-nc", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Chemical Science", + "raw_type": "journal-article" + }, + { + "id": "pmid:29629118", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/29629118", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Chemical science", + "raw_type": null + }, + { + "id": "pmh:oai:europepmc.org:4794812", + "is_oa": false, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/5868307", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400806", + "display_name": "Europe PMC (PubMed Central)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1303153112", + "host_organization_name": "European Bioinformatics Institute", + "host_organization_lineage": [ + "https://openalex.org/I1303153112" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "Text" + }, + { + "id": "pmh:oai:hub.hku.hk:10722/354386", + "is_oa": false, + "landing_page_url": "https://hub.hku.hk/handle/10722/354386", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4377196271", + "display_name": "The HKU Scholars Hub (University of Hong Kong)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I889458895", + "host_organization_name": "University of Hong Kong", + "host_organization_lineage": [ + "https://openalex.org/I889458895" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "Article" + } + ], + "best_oa_location": { + "id": "doi:10.1039/c7sc02664a", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1039/c7sc02664a", + "pdf_url": "https://pubs.rsc.org/en/content/articlepdf/2018/sc/c7sc02664a", + "source": { + "id": "https://openalex.org/S184645833", + "display_name": "Chemical Science", + "issn_l": "2041-6520", + "issn": [ + "2041-6520", + "2041-6539" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320556", + "host_organization_name": "Royal Society of Chemistry", + "host_organization_lineage": [ + "https://openalex.org/P4310320556" + ], + "host_organization_lineage_names": [ + "Royal Society of Chemistry" + ], + "type": "journal" + }, + "license": "cc-by-nc", + "license_id": "https://openalex.org/licenses/cc-by-nc", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Chemical Science", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [], + "awards": [ + { + "id": "https://openalex.org/G4484533445", + "display_name": null, + "funder_award_id": "GM062868", + "funder_id": "https://openalex.org/F4320332161", + "funder_display_name": "National Institutes of Health" + }, + { + "id": "https://openalex.org/G7442115961", + "display_name": null, + "funder_award_id": "U19 AI109662", + "funder_id": "https://openalex.org/F4320332161", + "funder_display_name": "National Institutes of Health" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320308782", + "display_name": "Hertz Foundation", + "ror": "https://ror.org/01ycgxf29" + }, + { + "id": "https://openalex.org/F4320332161", + "display_name": "National Institutes of Health", + "ror": "https://ror.org/01cwqze88" + } + ], + "has_content": { + "grobid_xml": true, + "pdf": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W2594183968.pdf", + "grobid_xml": "https://content.openalex.org/works/W2594183968.grobid-xml" + }, + "referenced_works_count": 64, + "referenced_works": [ + "https://openalex.org/W655356045", + "https://openalex.org/W1579198272", + "https://openalex.org/W1601495365", + "https://openalex.org/W1678356000", + "https://openalex.org/W1738019091", + "https://openalex.org/W1780364926", + "https://openalex.org/W1964513093", + "https://openalex.org/W1975147762", + "https://openalex.org/W1985748743", + "https://openalex.org/W1988037271", + "https://openalex.org/W1993046136", + "https://openalex.org/W1993285168", + "https://openalex.org/W1995808589", + "https://openalex.org/W1996327711", + "https://openalex.org/W1998056319", + "https://openalex.org/W1999798000", + "https://openalex.org/W2001816314", + "https://openalex.org/W2008505552", + "https://openalex.org/W2010700988", + "https://openalex.org/W2019678805", + "https://openalex.org/W2024046085", + "https://openalex.org/W2025444507", + "https://openalex.org/W2033206800", + "https://openalex.org/W2046589863", + "https://openalex.org/W2060531713", + "https://openalex.org/W2060565460", + "https://openalex.org/W2076063813", + "https://openalex.org/W2076498053", + "https://openalex.org/W2080635178", + "https://openalex.org/W2081454243", + "https://openalex.org/W2081580037", + "https://openalex.org/W2085126686", + "https://openalex.org/W2085312881", + "https://openalex.org/W2092285329", + "https://openalex.org/W2096560421", + "https://openalex.org/W2101234009", + "https://openalex.org/W2104489082", + "https://openalex.org/W2114162221", + "https://openalex.org/W2114704115", + "https://openalex.org/W2117539524", + "https://openalex.org/W2119821739", + "https://openalex.org/W2127330184", + "https://openalex.org/W2127644822", + "https://openalex.org/W2139271038", + "https://openalex.org/W2145578524", + "https://openalex.org/W2153693853", + "https://openalex.org/W2170214641", + "https://openalex.org/W2171830166", + "https://openalex.org/W2290847742", + "https://openalex.org/W2319902168", + "https://openalex.org/W2406943157", + "https://openalex.org/W2461470610", + "https://openalex.org/W2461620095", + "https://openalex.org/W2473190403", + "https://openalex.org/W2606780347", + "https://openalex.org/W2734982589", + "https://openalex.org/W2753558426", + "https://openalex.org/W2787894218", + "https://openalex.org/W2911964244", + "https://openalex.org/W2914584698", + "https://openalex.org/W2919115771", + "https://openalex.org/W3100157108", + "https://openalex.org/W3102449990", + "https://openalex.org/W3102797483" + ], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W4387369504", + "https://openalex.org/W3046775127", + "https://openalex.org/W4394896187", + "https://openalex.org/W3170094116", + "https://openalex.org/W4386462264", + "https://openalex.org/W3107602296", + "https://openalex.org/W4364306694", + "https://openalex.org/W4312192474" + ], + "abstract_inverted_index": { + "Molecular": [ + 0 + ], + "machine": [ + 1, + 22, + 82, + 128 + ], + "learning": [ + 2, + 23, + 106, + 129, + 177 + ], + "has": [ + 3, + 36 + ], + "been": [ + 4, + 37 + ], + "maturing": [ + 5 + ], + "rapidly": [ + 6 + ], + "over": [ + 7 + ], + "the": [ + 8, + 15, + 41, + 49, + 67, + 112, + 133, + 164 + ], + "last": [ + 9 + ], + "few": [ + 10 + ], + "years.": [ + 11 + ], + "Improved": [ + 12 + ], + "methods": [ + 13 + ], + "and": [ + 14, + 93, + 105, + 130, + 154, + 161 + ], + "presence": [ + 16 + ], + "of": [ + 17, + 43, + 51, + 69, + 99, + 111, + 166, + 175 + ], + "larger": [ + 18 + ], + "datasets": [ + 19, + 61 + ], + "have": [ + 20 + ], + "enabled": [ + 21 + ], + "algorithms": [ + 24, + 56, + 107 + ], + "to": [ + 25, + 40, + 47, + 65, + 146 + ], + "make": [ + 26 + ], + "increasingly": [ + 27 + ], + "accurate": [ + 28 + ], + "predictions": [ + 29 + ], + "about": [ + 30 + ], + "molecular": [ + 31, + 81, + 103, + 127 + ], + "properties.": [ + 32 + ], + "However,": [ + 33, + 136 + ], + "algorithmic": [ + 34 + ], + "progress": [ + 35 + ], + "limited": [ + 38 + ], + "due": [ + 39 + ], + "lack": [ + 42 + ], + "a": [ + 44, + 76 + ], + "standard": [ + 45 + ], + "benchmark": [ + 46, + 79 + ], + "compare": [ + 48 + ], + "efficacy": [ + 50 + ], + "proposed": [ + 52, + 70, + 102 + ], + "methods;": [ + 53 + ], + "most": [ + 54 + ], + "new": [ + 55 + ], + "are": [ + 57, + 123 + ], + "benchmarked": [ + 58 + ], + "on": [ + 59 + ], + "different": [ + 60 + ], + "making": [ + 62 + ], + "it": [ + 63 + ], + "challenging": [ + 64 + ], + "gauge": [ + 66 + ], + "quality": [ + 68, + 96 + ], + "methods.": [ + 71 + ], + "This": [ + 72 + ], + "work": [ + 73 + ], + "introduces": [ + 74 + ], + "MoleculeNet,": [ + 75 + ], + "large": [ + 77 + ], + "scale": [ + 78 + ], + "for": [ + 80, + 91, + 126 + ], + "learning.": [ + 83 + ], + "MoleculeNet": [ + 84, + 117 + ], + "curates": [ + 85 + ], + "multiple": [ + 86, + 100 + ], + "public": [ + 87 + ], + "datasets,": [ + 88, + 163 + ], + "establishes": [ + 89 + ], + "metrics": [ + 90 + ], + "evaluation,": [ + 92 + ], + "offers": [ + 94 + ], + "high": [ + 95 + ], + "open-source": [ + 97 + ], + "implementations": [ + 98 + ], + "previously": [ + 101 + ], + "featurization": [ + 104 + ], + "(released": [ + 108 + ], + "as": [ + 109 + ], + "part": [ + 110 + ], + "DeepChem": [ + 113 + ], + "open": [ + 114 + ], + "source": [ + 115 + ], + "library).": [ + 116 + ], + "benchmarks": [ + 118 + ], + "demonstrate": [ + 119 + ], + "that": [ + 120 + ], + "learnable": [ + 121 + ], + "representations": [ + 122, + 143 + ], + "powerful": [ + 124 + ], + "tools": [ + 125 + ], + "broadly": [ + 131 + ], + "offer": [ + 132 + ], + "best": [ + 134 + ], + "performance.": [ + 135 + ], + "this": [ + 137 + ], + "result": [ + 138 + ], + "comes": [ + 139 + ], + "with": [ + 140, + 148 + ], + "caveats.": [ + 141 + ], + "Learnable": [ + 142 + ], + "still": [ + 144 + ], + "struggle": [ + 145 + ], + "deal": [ + 147 + ], + "complex": [ + 149 + ], + "tasks": [ + 150 + ], + "under": [ + 151 + ], + "data": [ + 152 + ], + "scarcity": [ + 153 + ], + "highly": [ + 155 + ], + "imbalanced": [ + 156 + ], + "classification.": [ + 157 + ], + "For": [ + 158 + ], + "quantum": [ + 159 + ], + "mechanical": [ + 160 + ], + "biophysical": [ + 162 + ], + "use": [ + 165 + ], + "physics-aware": [ + 167 + ], + "featurizations": [ + 168 + ], + "can": [ + 169 + ], + "be": [ + 170 + ], + "more": [ + 171 + ], + "important": [ + 172 + ], + "than": [ + 173 + ], + "choice": [ + 174 + ], + "particular": [ + 176 + ], + "algorithm.": [ + 178 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 181 + }, + { + "year": 2025, + "cited_by_count": 534 + }, + { + "year": 2024, + "cited_by_count": 510 + }, + { + "year": 2023, + "cited_by_count": 422 + }, + { + "year": 2022, + "cited_by_count": 374 + }, + { + "year": 2021, + "cited_by_count": 351 + }, + { + "year": 2020, + "cited_by_count": 292 + }, + { + "year": 2019, + "cited_by_count": 157 + }, + { + "year": 2018, + "cited_by_count": 75 + }, + { + "year": 2017, + "cited_by_count": 6 + }, + { + "year": 2012, + "cited_by_count": 2 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2594475271", + "doi": "https://doi.org/10.48550/arxiv.1702.08608", + "title": "Towards A Rigorous Science of Interpretable Machine Learning", + "display_name": "Towards A Rigorous Science of Interpretable Machine Learning", + "relevance_score": 3834.3765, + "publication_year": 2017, + "publication_date": "2017-02-28", + "ids": { + "openalex": "https://openalex.org/W2594475271", + "doi": "https://doi.org/10.48550/arxiv.1702.08608", + "mag": "2594475271" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:arXiv.org:1702.08608", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1702.08608", + "pdf_url": "https://arxiv.org/pdf/1702.08608", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "type": "preprint", + "indexed_in": [ + "arxiv", + "datacite" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1702.08608", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5038771285", + "display_name": "Finale Doshi‐Velez", + "orcid": "https://orcid.org/0000-0003-2886-3898" + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "Doshi-Velez, Finale", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5041405652", + "display_name": "Been Kim", + "orcid": "https://orcid.org/0000-0001-9938-2915" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Kim, Been", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5038771285" + ], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": null, + "has_fulltext": false, + "cited_by_count": 3135, + "citation_normalized_percentile": null, + "cited_by_percentile_year": null, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12026", + "display_name": "Explainable Artificial Intelligence (XAI)", + "score": 0.9997000098228455, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12026", + "display_name": "Explainable Artificial Intelligence (XAI)", + "score": 0.9997000098228455, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11689", + "display_name": "Adversarial Robustness in Machine Learning", + "score": 0.9986000061035156, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9822999835014343, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/interpretability", + "display_name": "Interpretability", + "score": 0.989424467086792 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.7579805850982666 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.723967432975769 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6432822346687317 + }, + { + "id": "https://openalex.org/keywords/taxonomy", + "display_name": "Taxonomy (biology)", + "score": 0.535308837890625 + }, + { + "id": "https://openalex.org/keywords/position-paper", + "display_name": "Position paper", + "score": 0.4703657329082489 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2781067378", + "wikidata": "https://www.wikidata.org/wiki/Q17027399", + "display_name": "Interpretability", + "level": 2, + "score": 0.989424467086792 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.7579805850982666 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.723967432975769 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6432822346687317 + }, + { + "id": "https://openalex.org/C58642233", + "wikidata": "https://www.wikidata.org/wiki/Q8269924", + "display_name": "Taxonomy (biology)", + "level": 2, + "score": 0.535308837890625 + }, + { + "id": "https://openalex.org/C78780964", + "wikidata": "https://www.wikidata.org/wiki/Q7233193", + "display_name": "Position paper", + "level": 2, + "score": 0.4703657329082489 + }, + { + "id": "https://openalex.org/C86803240", + "wikidata": "https://www.wikidata.org/wiki/Q420", + "display_name": "Biology", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C59822182", + "wikidata": "https://www.wikidata.org/wiki/Q441", + "display_name": "Botany", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C136764020", + "wikidata": "https://www.wikidata.org/wiki/Q466", + "display_name": "World Wide Web", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "pmh:oai:arXiv.org:1702.08608", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1702.08608", + "pdf_url": "https://arxiv.org/pdf/1702.08608", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "doi:10.48550/arxiv.1702.08608", + "is_oa": true, + "landing_page_url": "https://doi.org/10.48550/arxiv.1702.08608", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1702.08608", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1702.08608", + "pdf_url": "https://arxiv.org/pdf/1702.08608", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "sustainable_development_goals": [ + { + "score": 0.4399999976158142, + "display_name": "Peace, Justice and strong institutions", + "id": "https://metadata.un.org/sdg/16" + }, + { + "score": 0.4300000071525574, + "display_name": "Reduced inequalities", + "id": "https://metadata.un.org/sdg/10" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 26, + "referenced_works": [ + "https://openalex.org/W65833265", + "https://openalex.org/W190506616", + "https://openalex.org/W214705575", + "https://openalex.org/W1570088706", + "https://openalex.org/W1757796397", + "https://openalex.org/W1983870751", + "https://openalex.org/W1994757764", + "https://openalex.org/W2008174170", + "https://openalex.org/W2100960835", + "https://openalex.org/W2119858020", + "https://openalex.org/W2132862423", + "https://openalex.org/W2159426623", + "https://openalex.org/W2160336621", + "https://openalex.org/W2187558068", + "https://openalex.org/W2189162242", + "https://openalex.org/W2257979135", + "https://openalex.org/W2336395599", + "https://openalex.org/W2367397349", + "https://openalex.org/W2440159969", + "https://openalex.org/W2462906003", + "https://openalex.org/W2493343568", + "https://openalex.org/W2528479067", + "https://openalex.org/W2560479124", + "https://openalex.org/W2567527106", + "https://openalex.org/W2951501516", + "https://openalex.org/W2964134873" + ], + "related_works": [ + "https://openalex.org/W1986582023", + "https://openalex.org/W2961085424", + "https://openalex.org/W2966829450", + "https://openalex.org/W4315864862", + "https://openalex.org/W4306674287", + "https://openalex.org/W3046775127", + "https://openalex.org/W3107602296", + "https://openalex.org/W3170094116", + "https://openalex.org/W4386462264", + "https://openalex.org/W4364306694" + ], + "abstract_inverted_index": { + "As": [ + 0 + ], + "machine": [ + 1, + 15, + 53, + 100 + ], + "learning": [ + 2, + 54 + ], + "systems": [ + 3, + 17 + ], + "become": [ + 4 + ], + "ubiquitous,": [ + 5 + ], + "there": [ + 6, + 45 + ], + "has": [ + 7 + ], + "been": [ + 8 + ], + "a": [ + 9, + 84, + 94 + ], + "surge": [ + 10 + ], + "of": [ + 11, + 98 + ], + "interest": [ + 12, + 42 + ], + "in": [ + 13, + 43 + ], + "interpretable": [ + 14, + 52, + 99 + ], + "learning:": [ + 16 + ], + "that": [ + 18 + ], + "provide": [ + 19 + ], + "explanation": [ + 20 + ], + "for": [ + 21, + 86 + ], + "their": [ + 22 + ], + "outputs.": [ + 23 + ], + "These": [ + 24 + ], + "explanations": [ + 25 + ], + "are": [ + 26 + ], + "often": [ + 27 + ], + "used": [ + 28 + ], + "to": [ + 29 + ], + "qualitatively": [ + 30 + ], + "assess": [ + 31 + ], + "other": [ + 32 + ], + "criteria": [ + 33 + ], + "such": [ + 34 + ], + "as": [ + 35 + ], + "safety": [ + 36 + ], + "or": [ + 37 + ], + "non-discrimination.": [ + 38 + ], + "However,": [ + 39 + ], + "despite": [ + 40 + ], + "the": [ + 41 + ], + "interpretability,": [ + 44 + ], + "is": [ + 46, + 55, + 74, + 79 + ], + "very": [ + 47 + ], + "little": [ + 48 + ], + "consensus": [ + 49 + ], + "on": [ + 50 + ], + "what": [ + 51 + ], + "and": [ + 56, + 70, + 89 + ], + "how": [ + 57 + ], + "it": [ + 58, + 78 + ], + "should": [ + 59 + ], + "be": [ + 60 + ], + "measured.": [ + 61 + ], + "In": [ + 62 + ], + "this": [ + 63 + ], + "position": [ + 64 + ], + "paper,": [ + 65 + ], + "we": [ + 66, + 82 + ], + "first": [ + 67 + ], + "define": [ + 68 + ], + "interpretability": [ + 69, + 73 + ], + "describe": [ + 71 + ], + "when": [ + 72, + 77 + ], + "needed": [ + 75 + ], + "(and": [ + 76 + ], + "not).": [ + 80 + ], + "Next,": [ + 81 + ], + "suggest": [ + 83 + ], + "taxonomy": [ + 85 + ], + "rigorous": [ + 87, + 96 + ], + "evaluation": [ + 88 + ], + "expose": [ + 90 + ], + "open": [ + 91 + ], + "questions": [ + 92 + ], + "towards": [ + 93 + ], + "more": [ + 95 + ], + "science": [ + 97 + ], + "learning.": [ + 101 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 45 + }, + { + "year": 2025, + "cited_by_count": 334 + }, + { + "year": 2024, + "cited_by_count": 390 + }, + { + "year": 2023, + "cited_by_count": 427 + }, + { + "year": 2022, + "cited_by_count": 338 + }, + { + "year": 2021, + "cited_by_count": 597 + }, + { + "year": 2020, + "cited_by_count": 488 + }, + { + "year": 2019, + "cited_by_count": 319 + }, + { + "year": 2018, + "cited_by_count": 164 + }, + { + "year": 2017, + "cited_by_count": 32 + }, + { + "year": 2016, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2007339694", + "doi": "https://doi.org/10.1109/msp.2012.2211477", + "title": "The MNIST Database of Handwritten Digit Images for Machine Learning Research [Best of the Web]", + "display_name": "The MNIST Database of Handwritten Digit Images for Machine Learning Research [Best of the Web]", + "relevance_score": 3802.358, + "publication_year": 2012, + "publication_date": "2012-10-19", + "ids": { + "openalex": "https://openalex.org/W2007339694", + "doi": "https://doi.org/10.1109/msp.2012.2211477", + "mag": "2007339694" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1109/msp.2012.2211477", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/msp.2012.2211477", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S120977877", + "display_name": "IEEE Signal Processing Magazine", + "issn_l": "1053-5888", + "issn": [ + "1053-5888", + "1558-0792" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319808", + "host_organization_name": "Institute of Electrical and Electronics Engineers", + "host_organization_lineage": [ + "https://openalex.org/P4310319808" + ], + "host_organization_lineage_names": [ + "Institute of Electrical and Electronics Engineers" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IEEE Signal Processing Magazine", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5100671326", + "display_name": "Li Deng", + "orcid": "https://orcid.org/0000-0002-7140-0701" + }, + "institutions": [ + { + "id": "https://openalex.org/I1290206253", + "display_name": "Microsoft (United States)", + "ror": "https://ror.org/00d0nc645", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1290206253" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Li Deng", + "raw_affiliation_strings": [ + "Microsoft Research, Redmond, WA, USA", + "[Microsoft Research,Redmond,WA,USA]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Microsoft Research, Redmond, WA, USA", + "institution_ids": [ + "https://openalex.org/I1290206253" + ] + }, + { + "raw_affiliation_string": "[Microsoft Research,Redmond,WA,USA]", + "institution_ids": [ + "https://openalex.org/I1290206253" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5100671326" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I1290206253" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 4.4386, + "has_fulltext": false, + "cited_by_count": 4579, + "citation_normalized_percentile": { + "value": 0.95130231, + "is_in_top_1_percent": false, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "29", + "issue": "6", + "first_page": "141", + "last_page": "142" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10601", + "display_name": "Handwritten Text Recognition Techniques", + "score": 0.9991000294685364, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10601", + "display_name": "Handwritten Text Recognition Techniques", + "score": 0.9991000294685364, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10036", + "display_name": "Advanced Neural Network Applications", + "score": 0.9983999729156494, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10627", + "display_name": "Advanced Image and Video Retrieval Techniques", + "score": 0.9976999759674072, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/mnist-database", + "display_name": "MNIST database", + "score": 0.9717313051223755 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.8078590035438538 + }, + { + "id": "https://openalex.org/keywords/optical-character-recognition", + "display_name": "Optical character recognition", + "score": 0.6577181220054626 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6341533660888672 + }, + { + "id": "https://openalex.org/keywords/handwriting-recognition", + "display_name": "Handwriting recognition", + "score": 0.5454277992248535 + }, + { + "id": "https://openalex.org/keywords/numerical-digit", + "display_name": "Numerical digit", + "score": 0.544492244720459 + }, + { + "id": "https://openalex.org/keywords/digit-recognition", + "display_name": "Digit recognition", + "score": 0.5283616185188293 + }, + { + "id": "https://openalex.org/keywords/character", + "display_name": "Character (mathematics)", + "score": 0.5253086686134338 + }, + { + "id": "https://openalex.org/keywords/intelligent-word-recognition", + "display_name": "Intelligent word recognition", + "score": 0.47909122705459595 + }, + { + "id": "https://openalex.org/keywords/deep-learning", + "display_name": "Deep learning", + "score": 0.43089044094085693 + }, + { + "id": "https://openalex.org/keywords/character-recognition", + "display_name": "Character recognition", + "score": 0.4222016930580139 + }, + { + "id": "https://openalex.org/keywords/pattern-recognition", + "display_name": "Pattern recognition (psychology)", + "score": 0.4071904420852661 + }, + { + "id": "https://openalex.org/keywords/speech-recognition", + "display_name": "Speech recognition", + "score": 0.39158111810684204 + }, + { + "id": "https://openalex.org/keywords/intelligent-character-recognition", + "display_name": "Intelligent character recognition", + "score": 0.3735637962818146 + }, + { + "id": "https://openalex.org/keywords/natural-language-processing", + "display_name": "Natural language processing", + "score": 0.3423413634300232 + }, + { + "id": "https://openalex.org/keywords/image", + "display_name": "Image (mathematics)", + "score": 0.27770859003067017 + }, + { + "id": "https://openalex.org/keywords/feature-extraction", + "display_name": "Feature extraction", + "score": 0.24367356300354004 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.1194082498550415 + }, + { + "id": "https://openalex.org/keywords/arithmetic", + "display_name": "Arithmetic", + "score": 0.07683056592941284 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.07060250639915466 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C190502265", + "wikidata": "https://www.wikidata.org/wiki/Q17069496", + "display_name": "MNIST database", + "level": 3, + "score": 0.9717313051223755 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.8078590035438538 + }, + { + "id": "https://openalex.org/C546480517", + "wikidata": "https://www.wikidata.org/wiki/Q167555", + "display_name": "Optical character recognition", + "level": 3, + "score": 0.6577181220054626 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6341533660888672 + }, + { + "id": "https://openalex.org/C112640561", + "wikidata": "https://www.wikidata.org/wiki/Q2440634", + "display_name": "Handwriting recognition", + "level": 3, + "score": 0.5454277992248535 + }, + { + "id": "https://openalex.org/C94957134", + "wikidata": "https://www.wikidata.org/wiki/Q82990", + "display_name": "Numerical digit", + "level": 2, + "score": 0.544492244720459 + }, + { + "id": "https://openalex.org/C2984784707", + "wikidata": "https://www.wikidata.org/wiki/Q167555", + "display_name": "Digit recognition", + "level": 3, + "score": 0.5283616185188293 + }, + { + "id": "https://openalex.org/C2780861071", + "wikidata": "https://www.wikidata.org/wiki/Q1062934", + "display_name": "Character (mathematics)", + "level": 2, + "score": 0.5253086686134338 + }, + { + "id": "https://openalex.org/C17649283", + "wikidata": "https://www.wikidata.org/wiki/Q6044162", + "display_name": "Intelligent word recognition", + "level": 5, + "score": 0.47909122705459595 + }, + { + "id": "https://openalex.org/C108583219", + "wikidata": "https://www.wikidata.org/wiki/Q197536", + "display_name": "Deep learning", + "level": 2, + "score": 0.43089044094085693 + }, + { + "id": "https://openalex.org/C2987247673", + "wikidata": "https://www.wikidata.org/wiki/Q167555", + "display_name": "Character recognition", + "level": 3, + "score": 0.4222016930580139 + }, + { + "id": "https://openalex.org/C153180895", + "wikidata": "https://www.wikidata.org/wiki/Q7148389", + "display_name": "Pattern recognition (psychology)", + "level": 2, + "score": 0.4071904420852661 + }, + { + "id": "https://openalex.org/C28490314", + "wikidata": "https://www.wikidata.org/wiki/Q189436", + "display_name": "Speech recognition", + "level": 1, + "score": 0.39158111810684204 + }, + { + "id": "https://openalex.org/C44868376", + "wikidata": "https://www.wikidata.org/wiki/Q3099089", + "display_name": "Intelligent character recognition", + "level": 4, + "score": 0.3735637962818146 + }, + { + "id": "https://openalex.org/C204321447", + "wikidata": "https://www.wikidata.org/wiki/Q30642", + "display_name": "Natural language processing", + "level": 1, + "score": 0.3423413634300232 + }, + { + "id": "https://openalex.org/C115961682", + "wikidata": "https://www.wikidata.org/wiki/Q860623", + "display_name": "Image (mathematics)", + "level": 2, + "score": 0.27770859003067017 + }, + { + "id": "https://openalex.org/C52622490", + "wikidata": "https://www.wikidata.org/wiki/Q1026626", + "display_name": "Feature extraction", + "level": 2, + "score": 0.24367356300354004 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.1194082498550415 + }, + { + "id": "https://openalex.org/C94375191", + "wikidata": "https://www.wikidata.org/wiki/Q11205", + "display_name": "Arithmetic", + "level": 1, + "score": 0.07683056592941284 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.07060250639915466 + }, + { + "id": "https://openalex.org/C2524010", + "wikidata": "https://www.wikidata.org/wiki/Q8087", + "display_name": "Geometry", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1109/msp.2012.2211477", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/msp.2012.2211477", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S120977877", + "display_name": "IEEE Signal Processing Magazine", + "issn_l": "1053-5888", + "issn": [ + "1053-5888", + "1558-0792" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319808", + "host_organization_name": "Institute of Electrical and Electronics Engineers", + "host_organization_lineage": [ + "https://openalex.org/P4310319808" + ], + "host_organization_lineage_names": [ + "Institute of Electrical and Electronics Engineers" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IEEE Signal Processing Magazine", + "raw_type": "journal-article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 8, + "referenced_works": [ + "https://openalex.org/W2033154814", + "https://openalex.org/W2112796928", + "https://openalex.org/W2139622435", + "https://openalex.org/W2148461049", + "https://openalex.org/W2149600041", + "https://openalex.org/W2156163116", + "https://openalex.org/W2546302380", + "https://openalex.org/W6681813608" + ], + "related_works": [ + "https://openalex.org/W2218402054", + "https://openalex.org/W4384296853", + "https://openalex.org/W954954433", + "https://openalex.org/W4309724674", + "https://openalex.org/W2557740161", + "https://openalex.org/W2135329887", + "https://openalex.org/W2011042697", + "https://openalex.org/W3200113662", + "https://openalex.org/W2153054283", + "https://openalex.org/W3112133370" + ], + "abstract_inverted_index": { + "In": [ + 0 + ], + "this": [ + 1 + ], + "issue,": [ + 2 + ], + "“Best": [ + 3 + ], + "of": [ + 4, + 12, + 19, + 22 + ], + "the": [ + 5, + 8 + ], + "Web”": [ + 6 + ], + "presents": [ + 7 + ], + "modified": [ + 9 + ], + "National": [ + 10 + ], + "Institute": [ + 11 + ], + "Standards": [ + 13 + ], + "and": [ + 14, + 32 + ], + "Technology": [ + 15 + ], + "(MNIST)": [ + 16 + ], + "resources,": [ + 17 + ], + "consisting": [ + 18 + ], + "a": [ + 20 + ], + "collection": [ + 21 + ], + "handwritten": [ + 23 + ], + "digit": [ + 24 + ], + "images": [ + 25 + ], + "used": [ + 26 + ], + "extensively": [ + 27 + ], + "in": [ + 28 + ], + "optical": [ + 29 + ], + "character": [ + 30 + ], + "recognition": [ + 31 + ], + "machine": [ + 33 + ], + "learning": [ + 34 + ], + "research.": [ + 35 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 233 + }, + { + "year": 2025, + "cited_by_count": 999 + }, + { + "year": 2024, + "cited_by_count": 1002 + }, + { + "year": 2023, + "cited_by_count": 905 + }, + { + "year": 2022, + "cited_by_count": 527 + }, + { + "year": 2021, + "cited_by_count": 366 + }, + { + "year": 2020, + "cited_by_count": 258 + }, + { + "year": 2019, + "cited_by_count": 167 + }, + { + "year": 2018, + "cited_by_count": 50 + }, + { + "year": 2017, + "cited_by_count": 37 + }, + { + "year": 2016, + "cited_by_count": 19 + }, + { + "year": 2015, + "cited_by_count": 9 + }, + { + "year": 2014, + "cited_by_count": 5 + }, + { + "year": 2013, + "cited_by_count": 1 + }, + { + "year": 2012, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W607505555", + "doi": "https://doi.org/10.1017/cbo9781107298019", + "title": "Understanding Machine Learning: From Theory To Algorithms", + "display_name": "Understanding Machine Learning: From Theory To Algorithms", + "relevance_score": 3786.84, + "publication_year": 2015, + "publication_date": "2015-01-01", + "ids": { + "openalex": "https://openalex.org/W607505555", + "doi": "https://doi.org/10.1017/cbo9781107298019", + "mag": "607505555" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-027241732", + "is_oa": false, + "landing_page_url": "https://bvbr.bib-bvb.de:443/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=027241732&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "Lehrbuch" + }, + "type": "book", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5078263052", + "display_name": "Shai Shalev‐Shwartz", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I197251160", + "display_name": "Hebrew University of Jerusalem", + "ror": "https://ror.org/03qxff017", + "country_code": "IL", + "type": "education", + "lineage": [ + "https://openalex.org/I197251160" + ] + } + ], + "countries": [ + "IL" + ], + "is_corresponding": true, + "raw_author_name": "Shai Shalev‐Shwartz", + "raw_affiliation_strings": [ + "Hebrew University of Jerusalem ," + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Hebrew University of Jerusalem ,", + "institution_ids": [ + "https://openalex.org/I197251160" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5112193907", + "display_name": "Shai Ben-David", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I151746483", + "display_name": "University of Waterloo", + "ror": "https://ror.org/01aff2v68", + "country_code": "CA", + "type": "education", + "lineage": [ + "https://openalex.org/I151746483" + ] + } + ], + "countries": [ + "CA" + ], + "is_corresponding": false, + "raw_author_name": "Shai Ben-David", + "raw_affiliation_strings": [ + "University of Waterloo, Ontario#TAB#" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Waterloo, Ontario#TAB#", + "institution_ids": [ + "https://openalex.org/I151746483" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5078263052" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I197251160" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 99.395, + "has_fulltext": false, + "cited_by_count": 3088, + "citation_normalized_percentile": { + "value": 1.0, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 96, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12072", + "display_name": "Machine Learning and Algorithms", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12072", + "display_name": "Machine Learning and Algorithms", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.9983000159263611, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12002", + "display_name": "Computability, Logic, AI Algorithms", + "score": 0.998199999332428, + "subfield": { + "id": "https://openalex.org/subfields/1703", + "display_name": "Computational Theory and Mathematics" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6889339685440063 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6654757261276245 + }, + { + "id": "https://openalex.org/keywords/field", + "display_name": "Field (mathematics)", + "score": 0.6018842458724976 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.5886845588684082 + }, + { + "id": "https://openalex.org/keywords/computational-learning-theory", + "display_name": "Computational learning theory", + "score": 0.573776364326477 + }, + { + "id": "https://openalex.org/keywords/stability", + "display_name": "Stability (learning theory)", + "score": 0.5710829496383667 + }, + { + "id": "https://openalex.org/keywords/algorithmic-learning-theory", + "display_name": "Algorithmic learning theory", + "score": 0.5549349784851074 + }, + { + "id": "https://openalex.org/keywords/stochastic-gradient-descent", + "display_name": "Stochastic gradient descent", + "score": 0.5015144348144531 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.4825989007949829 + }, + { + "id": "https://openalex.org/keywords/presentation", + "display_name": "Presentation (obstetrics)", + "score": 0.4673505127429962 + }, + { + "id": "https://openalex.org/keywords/convexity", + "display_name": "Convexity", + "score": 0.4466382563114166 + }, + { + "id": "https://openalex.org/keywords/online-machine-learning", + "display_name": "Online machine learning", + "score": 0.4228948950767517 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.3927263915538788 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.2105390727519989 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6889339685440063 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6654757261276245 + }, + { + "id": "https://openalex.org/C9652623", + "wikidata": "https://www.wikidata.org/wiki/Q190109", + "display_name": "Field (mathematics)", + "level": 2, + "score": 0.6018842458724976 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.5886845588684082 + }, + { + "id": "https://openalex.org/C50292564", + "wikidata": "https://www.wikidata.org/wiki/Q2462783", + "display_name": "Computational learning theory", + "level": 3, + "score": 0.573776364326477 + }, + { + "id": "https://openalex.org/C112972136", + "wikidata": "https://www.wikidata.org/wiki/Q7595718", + "display_name": "Stability (learning theory)", + "level": 2, + "score": 0.5710829496383667 + }, + { + "id": "https://openalex.org/C32254414", + "wikidata": "https://www.wikidata.org/wiki/Q4724364", + "display_name": "Algorithmic learning theory", + "level": 3, + "score": 0.5549349784851074 + }, + { + "id": "https://openalex.org/C206688291", + "wikidata": "https://www.wikidata.org/wiki/Q7617819", + "display_name": "Stochastic gradient descent", + "level": 3, + "score": 0.5015144348144531 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.4825989007949829 + }, + { + "id": "https://openalex.org/C2777601897", + "wikidata": "https://www.wikidata.org/wiki/Q3409113", + "display_name": "Presentation (obstetrics)", + "level": 2, + "score": 0.4673505127429962 + }, + { + "id": "https://openalex.org/C72134830", + "wikidata": "https://www.wikidata.org/wiki/Q5166524", + "display_name": "Convexity", + "level": 2, + "score": 0.4466382563114166 + }, + { + "id": "https://openalex.org/C115903097", + "wikidata": "https://www.wikidata.org/wiki/Q7094097", + "display_name": "Online machine learning", + "level": 3, + "score": 0.4228948950767517 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.3927263915538788 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.2105390727519989 + }, + { + "id": "https://openalex.org/C126838900", + "wikidata": "https://www.wikidata.org/wiki/Q77604", + "display_name": "Radiology", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C202444582", + "wikidata": "https://www.wikidata.org/wiki/Q837863", + "display_name": "Pure mathematics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C162324750", + "wikidata": "https://www.wikidata.org/wiki/Q8134", + "display_name": "Economics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C106159729", + "wikidata": "https://www.wikidata.org/wiki/Q2294553", + "display_name": "Financial economics", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 3, + "locations": [ + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-027241732", + "is_oa": false, + "landing_page_url": "https://bvbr.bib-bvb.de:443/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=027241732&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "Lehrbuch" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-028014298", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1017/CBO9781107298019", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "software, multimedia" + }, + { + "id": "mag:607505555", + "is_oa": false, + "landing_page_url": "https://www.cs.huji.ac.il/~shais/UnderstandingMachineLearning/understanding-machine-learning-theory-algorithms.pdf", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "score": 0.699999988079071, + "display_name": "Quality Education", + "id": "https://metadata.un.org/sdg/4" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 192, + "referenced_works": [ + "https://openalex.org/W740415", + "https://openalex.org/W2169610", + "https://openalex.org/W27434444", + "https://openalex.org/W27926580", + "https://openalex.org/W60189517", + "https://openalex.org/W65382156", + "https://openalex.org/W88685657", + "https://openalex.org/W108503560", + "https://openalex.org/W182746352", + "https://openalex.org/W182881619", + "https://openalex.org/W1153891179", + "https://openalex.org/W1480376833", + "https://openalex.org/W1491105865", + "https://openalex.org/W1499397922", + "https://openalex.org/W1503398984", + "https://openalex.org/W1505356468", + "https://openalex.org/W1505731132", + "https://openalex.org/W1511986666", + "https://openalex.org/W1516903196", + "https://openalex.org/W1520252399", + "https://openalex.org/W1526146785", + "https://openalex.org/W1530699444", + "https://openalex.org/W1538131130", + "https://openalex.org/W1540155273", + "https://openalex.org/W1540586255", + "https://openalex.org/W1541527977", + "https://openalex.org/W1542886316", + "https://openalex.org/W1553702074", + "https://openalex.org/W1560724230", + "https://openalex.org/W1564947197", + "https://openalex.org/W1570963478", + "https://openalex.org/W1587157779", + "https://openalex.org/W1590183771", + "https://openalex.org/W1601740268", + "https://openalex.org/W1607832978", + "https://openalex.org/W1614597761", + "https://openalex.org/W1663973292", + "https://openalex.org/W1676820704", + "https://openalex.org/W1686946872", + "https://openalex.org/W1698155719", + "https://openalex.org/W1790582767", + "https://openalex.org/W1926592634", + "https://openalex.org/W1931645998", + "https://openalex.org/W1968934255", + "https://openalex.org/W1970074386", + "https://openalex.org/W1971361630", + "https://openalex.org/W1976697079", + "https://openalex.org/W1979711143", + "https://openalex.org/W1981207991", + "https://openalex.org/W1981340104", + "https://openalex.org/W1982381767", + "https://openalex.org/W1984876737", + "https://openalex.org/W1988355994", + "https://openalex.org/W1988790447", + "https://openalex.org/W1992208280", + "https://openalex.org/W1994520254", + "https://openalex.org/W1994584977", + "https://openalex.org/W1994616650", + "https://openalex.org/W2005140191", + "https://openalex.org/W2005306124", + "https://openalex.org/W2008652694", + "https://openalex.org/W2012400640", + "https://openalex.org/W2014384147", + "https://openalex.org/W2014902932", + "https://openalex.org/W2015418199", + "https://openalex.org/W2016133707", + "https://openalex.org/W2017753243", + "https://openalex.org/W2019363670", + "https://openalex.org/W2020913456", + "https://openalex.org/W2021302824", + "https://openalex.org/W2025263811", + "https://openalex.org/W2028781966", + "https://openalex.org/W2029029543", + "https://openalex.org/W2029538739", + "https://openalex.org/W2030449718", + "https://openalex.org/W2030811966", + "https://openalex.org/W2040870580", + "https://openalex.org/W2041613709", + "https://openalex.org/W2048448061", + "https://openalex.org/W2054658115", + "https://openalex.org/W2055186664", + "https://openalex.org/W2059507684", + "https://openalex.org/W2059811159", + "https://openalex.org/W2069936846", + "https://openalex.org/W2070771761", + "https://openalex.org/W2070902649", + "https://openalex.org/W2071846104", + "https://openalex.org/W2072128103", + "https://openalex.org/W2075567596", + "https://openalex.org/W2076451537", + "https://openalex.org/W2077008409", + "https://openalex.org/W2077424406", + "https://openalex.org/W2077723394", + "https://openalex.org/W2084544490", + "https://openalex.org/W2084840427", + "https://openalex.org/W2086789740", + "https://openalex.org/W2087347434", + "https://openalex.org/W2091825929", + "https://openalex.org/W2093717447", + "https://openalex.org/W2093825590", + "https://openalex.org/W2096879261", + "https://openalex.org/W2097931325", + "https://openalex.org/W2101276256", + "https://openalex.org/W2102486516", + "https://openalex.org/W2103194807", + "https://openalex.org/W2105594594", + "https://openalex.org/W2105644991", + "https://openalex.org/W2106596127", + "https://openalex.org/W2106948187", + "https://openalex.org/W2109943925", + "https://openalex.org/W2111004121", + "https://openalex.org/W2112269233", + "https://openalex.org/W2113651538", + "https://openalex.org/W2116314036", + "https://openalex.org/W2117049614", + "https://openalex.org/W2117130368", + "https://openalex.org/W2118075434", + "https://openalex.org/W2119479037", + "https://openalex.org/W2119821739", + "https://openalex.org/W2121127625", + "https://openalex.org/W2121367301", + "https://openalex.org/W2122111042", + "https://openalex.org/W2123921160", + "https://openalex.org/W2125055259", + "https://openalex.org/W2129113961", + "https://openalex.org/W2129131372", + "https://openalex.org/W2129160848", + "https://openalex.org/W2130325614", + "https://openalex.org/W2132914434", + "https://openalex.org/W2135046866", + "https://openalex.org/W2136885855", + "https://openalex.org/W2136922672", + "https://openalex.org/W2138263042", + "https://openalex.org/W2139338362", + "https://openalex.org/W2139427956", + "https://openalex.org/W2140095548", + "https://openalex.org/W2142623206", + "https://openalex.org/W2147880316", + "https://openalex.org/W2148603752", + "https://openalex.org/W2148825261", + "https://openalex.org/W2149706766", + "https://openalex.org/W2150434953", + "https://openalex.org/W2150940164", + "https://openalex.org/W2151554678", + "https://openalex.org/W2151693816", + "https://openalex.org/W2154642048", + "https://openalex.org/W2154952480", + "https://openalex.org/W2155195660", + "https://openalex.org/W2155534369", + "https://openalex.org/W2156909104", + "https://openalex.org/W2157791002", + "https://openalex.org/W2160354932", + "https://openalex.org/W2162341153", + "https://openalex.org/W2164595191", + "https://openalex.org/W2168022998", + "https://openalex.org/W2170207925", + "https://openalex.org/W2222512263", + "https://openalex.org/W2253807446", + "https://openalex.org/W2294798173", + "https://openalex.org/W2296319761", + "https://openalex.org/W2296616510", + "https://openalex.org/W2329579984", + "https://openalex.org/W2395092015", + "https://openalex.org/W2399803916", + "https://openalex.org/W2401610261", + "https://openalex.org/W2402090481", + "https://openalex.org/W2416173357", + "https://openalex.org/W2429914308", + "https://openalex.org/W2493312408", + "https://openalex.org/W2547651473", + "https://openalex.org/W2579923771", + "https://openalex.org/W2592570088", + "https://openalex.org/W2611627047", + "https://openalex.org/W2613634265", + "https://openalex.org/W2798766386", + "https://openalex.org/W2799119698", + "https://openalex.org/W2911964244", + "https://openalex.org/W2952817049", + "https://openalex.org/W2964020133", + "https://openalex.org/W2964270981", + "https://openalex.org/W2971788173", + "https://openalex.org/W3021452258", + "https://openalex.org/W3034905139", + "https://openalex.org/W3038084247", + "https://openalex.org/W3083047178", + "https://openalex.org/W3085162807", + "https://openalex.org/W3100743579", + "https://openalex.org/W3124678630", + "https://openalex.org/W3140968660", + "https://openalex.org/W3141595720", + "https://openalex.org/W3149604617", + "https://openalex.org/W3214968550" + ], + "related_works": [ + "https://openalex.org/W3137695714", + "https://openalex.org/W3118608800", + "https://openalex.org/W2964121744", + "https://openalex.org/W2919115771", + "https://openalex.org/W2911964244", + "https://openalex.org/W2579923771", + "https://openalex.org/W2296319761", + "https://openalex.org/W2194775991", + "https://openalex.org/W2163605009", + "https://openalex.org/W2156909104", + "https://openalex.org/W2148603752", + "https://openalex.org/W2139338362", + "https://openalex.org/W2112796928", + "https://openalex.org/W2101234009", + "https://openalex.org/W2029538739", + "https://openalex.org/W2019363670", + "https://openalex.org/W1944672", + "https://openalex.org/W1663973292", + "https://openalex.org/W1554944419", + "https://openalex.org/W1542886316" + ], + "abstract_inverted_index": { + "Machine": [ + 0 + ], + "learning": [ + 1, + 48, + 95, + 146 + ], + "is": [ + 2, + 20 + ], + "one": [ + 3 + ], + "of": [ + 4, + 9, + 17, + 42, + 63, + 66, + 75, + 90, + 94, + 99, + 144 + ], + "the": [ + 5, + 26, + 43, + 50, + 64, + 67, + 69, + 91, + 97, + 122, + 137, + 140 + ], + "fastest": [ + 6 + ], + "growing": [ + 7 + ], + "areas": [ + 8 + ], + "computer": [ + 10, + 155 + ], + "science,": [ + 11, + 156 + ], + "with": [ + 12 + ], + "far-reaching": [ + 13 + ], + "applications.": [ + 14 + ], + "The": [ + 15, + 35 + ], + "aim": [ + 16 + ], + "this": [ + 18 + ], + "textbook": [ + 19 + ], + "to": [ + 21, + 148 + ], + "introduce": [ + 22 + ], + "machine": [ + 23, + 47, + 145 + ], + "learning,": [ + 24 + ], + "and": [ + 25, + 49, + 96, + 101, + 112, + 116, + 125, + 142, + 150, + 158 + ], + "algorithmic": [ + 27, + 104 + ], + "paradigms": [ + 28, + 105 + ], + "it": [ + 29 + ], + "offers,": [ + 30 + ], + "in": [ + 31, + 153 + ], + "a": [ + 32, + 61, + 72, + 88 + ], + "principled": [ + 33 + ], + "way.": [ + 34 + ], + "book": [ + 36, + 70 + ], + "provides": [ + 37 + ], + "an": [ + 38, + 130 + ], + "extensive": [ + 39 + ], + "theoretical": [ + 40, + 118 + ], + "account": [ + 41 + ], + "fundamental": [ + 44 + ], + "ideas": [ + 45 + ], + "underlying": [ + 46 + ], + "mathematical": [ + 51 + ], + "derivations": [ + 52 + ], + "that": [ + 53, + 78 + ], + "transform": [ + 54 + ], + "these": [ + 55 + ], + "principles": [ + 56 + ], + "into": [ + 57 + ], + "practical": [ + 58 + ], + "algorithms.": [ + 59 + ], + "Following": [ + 60 + ], + "presentation": [ + 62 + ], + "basics": [ + 65 + ], + "field,": [ + 68 + ], + "covers": [ + 71 + ], + "wide": [ + 73 + ], + "array": [ + 74 + ], + "central": [ + 76 + ], + "topics": [ + 77 + ], + "have": [ + 79 + ], + "not": [ + 80 + ], + "been": [ + 81 + ], + "addressed": [ + 82 + ], + "by": [ + 83 + ], + "previous": [ + 84 + ], + "textbooks.": [ + 85 + ], + "These": [ + 86 + ], + "include": [ + 87 + ], + "discussion": [ + 89 + ], + "computational": [ + 92 + ], + "complexity": [ + 93 + ], + "concepts": [ + 98, + 119 + ], + "convexity": [ + 100 + ], + "stability;": [ + 102 + ], + "important": [ + 103 + ], + "including": [ + 106 + ], + "stochastic": [ + 107 + ], + "gradient": [ + 108 + ], + "descent,": [ + 109 + ], + "neural": [ + 110 + ], + "networks,": [ + 111 + ], + "structured": [ + 113 + ], + "output": [ + 114 + ], + "learning;": [ + 115 + ], + "emerging": [ + 117 + ], + "such": [ + 120 + ], + "as": [ + 121 + ], + "PAC-Bayes": [ + 123 + ], + "approach": [ + 124 + ], + "compression-based": [ + 126 + ], + "bounds.": [ + 127 + ], + "Designed": [ + 128 + ], + "for": [ + 129 + ], + "advanced": [ + 131 + ], + "undergraduate": [ + 132 + ], + "or": [ + 133 + ], + "beginning": [ + 134 + ], + "graduate": [ + 135 + ], + "course,": [ + 136 + ], + "text": [ + 138 + ], + "makes": [ + 139 + ], + "fundamentals": [ + 141 + ], + "algorithms": [ + 143 + ], + "accessible": [ + 147 + ], + "students": [ + 149 + ], + "non-expert": [ + 151 + ], + "readers": [ + 152 + ], + "statistics,": [ + 154 + ], + "mathematics,": [ + 157 + ], + "engineering.": [ + 159 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 80 + }, + { + "year": 2024, + "cited_by_count": 167 + }, + { + "year": 2023, + "cited_by_count": 278 + }, + { + "year": 2022, + "cited_by_count": 265 + }, + { + "year": 2021, + "cited_by_count": 621 + }, + { + "year": 2020, + "cited_by_count": 630 + }, + { + "year": 2019, + "cited_by_count": 453 + }, + { + "year": 2018, + "cited_by_count": 267 + }, + { + "year": 2017, + "cited_by_count": 152 + }, + { + "year": 2016, + "cited_by_count": 110 + }, + { + "year": 2015, + "cited_by_count": 46 + }, + { + "year": 2014, + "cited_by_count": 13 + }, + { + "year": 2013, + "cited_by_count": 3 + } + ], + "updated_date": "2026-04-28T14:05:53.105641", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2115252128", + "doi": "https://doi.org/10.5555/1577069.1755843", + "title": "Dlib-ml: A Machine Learning Toolkit", + "display_name": "Dlib-ml: A Machine Learning Toolkit", + "relevance_score": 3737.9124, + "publication_year": 2009, + "publication_date": "2009-12-01", + "ids": { + "openalex": "https://openalex.org/W2115252128", + "doi": "https://doi.org/10.5555/1577069.1755843", + "mag": "2115252128" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.156.3584", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.156.3584", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.jmlr.org/papers/volume10/king09a/king09a.pdf", + "raw_type": "text" + }, + "type": "article", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5055606271", + "display_name": "Davis E. King", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "Davis E. King", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5055606271" + ], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 4.9979, + "has_fulltext": false, + "cited_by_count": 2921, + "citation_normalized_percentile": { + "value": 0.95441293, + "is_in_top_1_percent": false, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 96, + "max": 100 + }, + "biblio": { + "volume": "10", + "issue": "60", + "first_page": "1755", + "last_page": "1758" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12205", + "display_name": "Time Series Analysis and Forecasting", + "score": 0.9950000047683716, + "subfield": { + "id": "https://openalex.org/subfields/1711", + "display_name": "Signal Processing" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12205", + "display_name": "Time Series Analysis and Forecasting", + "score": 0.9950000047683716, + "subfield": { + "id": "https://openalex.org/subfields/1711", + "display_name": "Signal Processing" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11447", + "display_name": "Blind Source Separation Techniques", + "score": 0.9936000108718872, + "subfield": { + "id": "https://openalex.org/subfields/1711", + "display_name": "Signal Processing" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.9926000237464905, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.8153140544891357 + }, + { + "id": "https://openalex.org/keywords/python", + "display_name": "Python (programming language)", + "score": 0.7605270147323608 + }, + { + "id": "https://openalex.org/keywords/debugging", + "display_name": "Debugging", + "score": 0.6248811483383179 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6037954092025757 + }, + { + "id": "https://openalex.org/keywords/cluster-analysis", + "display_name": "Cluster analysis", + "score": 0.553378701210022 + }, + { + "id": "https://openalex.org/keywords/implementation", + "display_name": "Implementation", + "score": 0.4825972318649292 + }, + { + "id": "https://openalex.org/keywords/programming-language", + "display_name": "Programming language", + "score": 0.4804627299308777 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.4792616367340088 + }, + { + "id": "https://openalex.org/keywords/software-engineering", + "display_name": "Software engineering", + "score": 0.46823209524154663 + }, + { + "id": "https://openalex.org/keywords/documentation", + "display_name": "Documentation", + "score": 0.4525264799594879 + }, + { + "id": "https://openalex.org/keywords/software", + "display_name": "Software", + "score": 0.4523027539253235 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.3667660355567932 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.8153140544891357 + }, + { + "id": "https://openalex.org/C519991488", + "wikidata": "https://www.wikidata.org/wiki/Q28865", + "display_name": "Python (programming language)", + "level": 2, + "score": 0.7605270147323608 + }, + { + "id": "https://openalex.org/C168065819", + "wikidata": "https://www.wikidata.org/wiki/Q845566", + "display_name": "Debugging", + "level": 2, + "score": 0.6248811483383179 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6037954092025757 + }, + { + "id": "https://openalex.org/C73555534", + "wikidata": "https://www.wikidata.org/wiki/Q622825", + "display_name": "Cluster analysis", + "level": 2, + "score": 0.553378701210022 + }, + { + "id": "https://openalex.org/C26713055", + "wikidata": "https://www.wikidata.org/wiki/Q245962", + "display_name": "Implementation", + "level": 2, + "score": 0.4825972318649292 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.4804627299308777 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.4792616367340088 + }, + { + "id": "https://openalex.org/C115903868", + "wikidata": "https://www.wikidata.org/wiki/Q80993", + "display_name": "Software engineering", + "level": 1, + "score": 0.46823209524154663 + }, + { + "id": "https://openalex.org/C56666940", + "wikidata": "https://www.wikidata.org/wiki/Q788790", + "display_name": "Documentation", + "level": 2, + "score": 0.4525264799594879 + }, + { + "id": "https://openalex.org/C2777904410", + "wikidata": "https://www.wikidata.org/wiki/Q7397", + "display_name": "Software", + "level": 2, + "score": 0.4523027539253235 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.3667660355567932 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.156.3584", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.156.3584", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.jmlr.org/papers/volume10/king09a/king09a.pdf", + "raw_type": "text" + }, + { + "id": "mag:2115252128", + "is_oa": false, + "landing_page_url": "https://jmlr.csail.mit.edu/papers/volume10/king09a/king09a.pdf", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S118988714", + "display_name": "Journal of Machine Learning Research", + "issn_l": "1532-4435", + "issn": [ + "1532-4435", + "1533-7928" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315718", + "host_organization_name": "The MIT Press", + "host_organization_lineage": [ + "https://openalex.org/P4310315718" + ], + "host_organization_lineage_names": [ + "The MIT Press" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": "Journal of Machine Learning Research", + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "score": 0.5400000214576721, + "display_name": "Industry, innovation and infrastructure", + "id": "https://metadata.un.org/sdg/9" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 9, + "referenced_works": [ + "https://openalex.org/W1486089539", + "https://openalex.org/W1494068061", + "https://openalex.org/W1618905105", + "https://openalex.org/W1633751774", + "https://openalex.org/W2125993116", + "https://openalex.org/W2142623206", + "https://openalex.org/W2153290280", + "https://openalex.org/W2153635508", + "https://openalex.org/W2154462399" + ], + "related_works": [ + "https://openalex.org/W3101998545", + "https://openalex.org/W3099206234", + "https://openalex.org/W3097096317", + "https://openalex.org/W2964121744", + "https://openalex.org/W2963073614", + "https://openalex.org/W2325939864", + "https://openalex.org/W2301937176", + "https://openalex.org/W2194775991", + "https://openalex.org/W2163605009", + "https://openalex.org/W2161969291", + "https://openalex.org/W2145287260", + "https://openalex.org/W2108598243", + "https://openalex.org/W2103943262", + "https://openalex.org/W2099471712", + "https://openalex.org/W2097117768", + "https://openalex.org/W2087681821", + "https://openalex.org/W1901129140", + "https://openalex.org/W1834627138", + "https://openalex.org/W1782590233", + "https://openalex.org/W1686810756" + ], + "abstract_inverted_index": { + "There": [ + 0 + ], + "are": [ + 1 + ], + "many": [ + 2 + ], + "excellent": [ + 3 + ], + "toolkits": [ + 4 + ], + "which": [ + 5, + 33, + 105 + ], + "provide": [ + 6, + 36 + ], + "support": [ + 7 + ], + "for": [ + 8, + 41, + 71, + 80 + ], + "developing": [ + 9, + 42 + ], + "machine": [ + 10, + 43 + ], + "learning": [ + 11, + 44 + ], + "software": [ + 12, + 45 + ], + "in": [ + 13, + 46, + 62, + 74 + ], + "Python,": [ + 14 + ], + "R,": [ + 15 + ], + "Matlab,": [ + 16 + ], + "and": [ + 17, + 30, + 77, + 86, + 108 + ], + "similar": [ + 18 + ], + "environments.": [ + 19 + ], + "Dlib-ml": [ + 20 + ], + "is": [ + 21 + ], + "an": [ + 22, + 55 + ], + "open": [ + 23 + ], + "source": [ + 24 + ], + "library,": [ + 25 + ], + "targeted": [ + 26 + ], + "at": [ + 27 + ], + "both": [ + 28 + ], + "engineers": [ + 29 + ], + "research": [ + 31 + ], + "scientists,": [ + 32 + ], + "aims": [ + 34 + ], + "to": [ + 35 + ], + "a": [ + 37 + ], + "similarly": [ + 38 + ], + "rich": [ + 39 + ], + "environment": [ + 40 + ], + "the": [ + 47, + 96 + ], + "C++": [ + 48 + ], + "language.": [ + 49 + ], + "Towards": [ + 50 + ], + "this": [ + 51 + ], + "end,": [ + 52 + ], + "dlib-ml": [ + 53 + ], + "contains": [ + 54 + ], + "extensible": [ + 56 + ], + "linear": [ + 57 + ], + "algebra": [ + 58 + ], + "toolkit": [ + 59 + ], + "with": [ + 60, + 102 + ], + "built": [ + 61 + ], + "BLAS": [ + 63 + ], + "support.": [ + 64 + ], + "It": [ + 65 + ], + "also": [ + 66 + ], + "houses": [ + 67 + ], + "implementations": [ + 68 + ], + "of": [ + 69, + 93 + ], + "algorithms": [ + 70 + ], + "performing": [ + 72 + ], + "inference": [ + 73 + ], + "Bayesian": [ + 75, + 124 + ], + "networks": [ + 76, + 125 + ], + "kernel-based": [ + 78 + ], + "methods": [ + 79 + ], + "classification,": [ + 81 + ], + "regression,": [ + 82 + ], + "clustering,": [ + 83, + 122 + ], + "anomaly": [ + 84 + ], + "detection,": [ + 85 + ], + "feature": [ + 87 + ], + "ranking.": [ + 88 + ], + "To": [ + 89 + ], + "enable": [ + 90 + ], + "easy": [ + 91 + ], + "use": [ + 92 + ], + "these": [ + 94 + ], + "tools,": [ + 95 + ], + "entire": [ + 97 + ], + "library": [ + 98 + ], + "has": [ + 99 + ], + "been": [ + 100 + ], + "developed": [ + 101 + ], + "contract": [ + 103 + ], + "programming,": [ + 104 + ], + "provides": [ + 106 + ], + "complete": [ + 107 + ], + "precise": [ + 109 + ], + "documentation": [ + 110 + ], + "as": [ + 111, + 113 + ], + "well": [ + 112 + ], + "powerful": [ + 114 + ], + "debugging": [ + 115 + ], + "tools.": [ + 116 + ], + "Keywords:": [ + 117 + ], + "kernel-methods,": [ + 118 + ], + "svm,": [ + 119 + ], + "rvm,": [ + 120 + ], + "kernel": [ + 121 + ], + "C++,": [ + 123 + ], + "1.": [ + 126 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 1 + }, + { + "year": 2025, + "cited_by_count": 74 + }, + { + "year": 2024, + "cited_by_count": 194 + }, + { + "year": 2023, + "cited_by_count": 292 + }, + { + "year": 2022, + "cited_by_count": 336 + }, + { + "year": 2021, + "cited_by_count": 479 + }, + { + "year": 2020, + "cited_by_count": 446 + }, + { + "year": 2019, + "cited_by_count": 400 + }, + { + "year": 2018, + "cited_by_count": 319 + }, + { + "year": 2017, + "cited_by_count": 190 + }, + { + "year": 2016, + "cited_by_count": 113 + }, + { + "year": 2015, + "cited_by_count": 44 + }, + { + "year": 2014, + "cited_by_count": 14 + }, + { + "year": 2013, + "cited_by_count": 5 + }, + { + "year": 2012, + "cited_by_count": 5 + } + ], + "updated_date": "2026-05-08T15:41:06.802602", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W4400134761", + "doi": "https://doi.org/10.21275/art20203995", + "title": "Machine Learning Algorithms - A Review", + "display_name": "Machine Learning Algorithms - A Review", + "relevance_score": 3665.2559, + "publication_year": 2020, + "publication_date": "2020-01-05", + "ids": { + "openalex": "https://openalex.org/W4400134761", + "doi": "https://doi.org/10.21275/art20203995" + }, + "language": "en", + "primary_location": { + "id": "doi:10.21275/art20203995", + "is_oa": true, + "landing_page_url": "https://doi.org/10.21275/art20203995", + "pdf_url": "https://doi.org/10.21275/art20203995", + "source": { + "id": "https://openalex.org/S4210240710", + "display_name": "International Journal of Science and Research (IJSR)", + "issn_l": "2319-7064", + "issn": [ + "2319-7064" + ], + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "International Journal of Science and Research (IJSR)", + "raw_type": "journal-article" + }, + "type": "review", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "diamond", + "oa_url": "https://doi.org/10.21275/art20203995", + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5113270062", + "display_name": "Batta Mahesh", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "Batta Mahesh", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5113270062" + ], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 300.9137, + "has_fulltext": false, + "cited_by_count": 2450, + "citation_normalized_percentile": { + "value": 0.99993517, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 94, + "max": 100 + }, + "biblio": { + "volume": "9", + "issue": "1", + "first_page": "381", + "last_page": "386" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11396", + "display_name": "Artificial Intelligence in Healthcare", + "score": 0.19280000030994415, + "subfield": { + "id": "https://openalex.org/subfields/3605", + "display_name": "Health Information Management" + }, + "field": { + "id": "https://openalex.org/fields/36", + "display_name": "Health Professions" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11396", + "display_name": "Artificial Intelligence in Healthcare", + "score": 0.19280000030994415, + "subfield": { + "id": "https://openalex.org/subfields/3605", + "display_name": "Health Information Management" + }, + "field": { + "id": "https://openalex.org/fields/36", + "display_name": "Health Professions" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.5793123245239258 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.46341603994369507 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.44169795513153076 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.4307257831096649 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.5793123245239258 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.46341603994369507 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.44169795513153076 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.4307257831096649 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.21275/art20203995", + "is_oa": true, + "landing_page_url": "https://doi.org/10.21275/art20203995", + "pdf_url": "https://doi.org/10.21275/art20203995", + "source": { + "id": "https://openalex.org/S4210240710", + "display_name": "International Journal of Science and Research (IJSR)", + "issn_l": "2319-7064", + "issn": [ + "2319-7064" + ], + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "International Journal of Science and Research (IJSR)", + "raw_type": "journal-article" + } + ], + "best_oa_location": { + "id": "doi:10.21275/art20203995", + "is_oa": true, + "landing_page_url": "https://doi.org/10.21275/art20203995", + "pdf_url": "https://doi.org/10.21275/art20203995", + "source": { + "id": "https://openalex.org/S4210240710", + "display_name": "International Journal of Science and Research (IJSR)", + "issn_l": "2319-7064", + "issn": [ + "2319-7064" + ], + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "International Journal of Science and Research (IJSR)", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W4400134761.pdf" + }, + "referenced_works_count": 6, + "referenced_works": [ + "https://openalex.org/W328766226", + "https://openalex.org/W1549998098", + "https://openalex.org/W2040895929", + "https://openalex.org/W2091005538", + "https://openalex.org/W2223344998", + "https://openalex.org/W4236558809" + ], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W3046775127", + "https://openalex.org/W3107602296", + "https://openalex.org/W4394896187", + "https://openalex.org/W3170094116", + "https://openalex.org/W4386462264", + "https://openalex.org/W4364306694", + "https://openalex.org/W4312192474", + "https://openalex.org/W4283697347" + ], + "abstract_inverted_index": { + "Machine": [ + 0 + ], + "learning": [ + 1, + 61, + 93, + 125 + ], + "(ML)": [ + 2 + ], + "is": [ + 3, + 44, + 58, + 94 + ], + "the": [ + 4, + 48, + 52, + 120 + ], + "scientific": [ + 5 + ], + "study": [ + 6 + ], + "of": [ + 7, + 34, + 51, + 90, + 119, + 123 + ], + "algorithms": [ + 8, + 26, + 70, + 126 + ], + "and": [ + 9, + 116 + ], + "statistical": [ + 10 + ], + "models": [ + 11 + ], + "that": [ + 12, + 54 + ], + "computer": [ + 13 + ], + "systems": [ + 14 + ], + "use": [ + 15, + 33 + ], + "to": [ + 16, + 46, + 66, + 84, + 101 + ], + "perform": [ + 17 + ], + "a": [ + 18, + 38, + 60, + 86, + 113 + ], + "specific": [ + 19 + ], + "task": [ + 20 + ], + "without": [ + 21 + ], + "being": [ + 22 + ], + "explicitly": [ + 23 + ], + "programmed.": [ + 24 + ], + "Learning": [ + 25 + ], + "in": [ + 27 + ], + "many": [ + 28 + ], + "applications": [ + 29, + 122 + ], + "that's": [ + 30 + ], + "we": [ + 31 + ], + "make": [ + 32 + ], + "daily.": [ + 35 + ], + "Every": [ + 36 + ], + "time": [ + 37 + ], + "web": [ + 39, + 68 + ], + "search": [ + 40, + 47 + ], + "engine": [ + 41 + ], + "like": [ + 42, + 76 + ], + "Google": [ + 43 + ], + "used": [ + 45, + 72 + ], + "internet,": [ + 49 + ], + "one": [ + 50 + ], + "reasons": [ + 53 + ], + "work": [ + 55, + 109 + ], + "so": [ + 56 + ], + "well": [ + 57 + ], + "because": [ + 59 + ], + "algorithm": [ + 62, + 98 + ], + "thathas": [ + 63 + ], + "learned": [ + 64 + ], + "how": [ + 65 + ], + "rank": [ + 67 + ], + "pages.These": [ + 69 + ], + "are": [ + 71 + ], + "for": [ + 73 + ], + "various": [ + 74 + ], + "purposes": [ + 75 + ], + "data": [ + 77 + ], + "mining,": [ + 78 + ], + "image": [ + 79 + ], + "processing,": [ + 80 + ], + "predictive": [ + 81 + ], + "analytics,": [ + 82 + ], + "etc.": [ + 83 + ], + "name": [ + 85 + ], + "few.The": [ + 87 + ], + "main": [ + 88 + ], + "advantage": [ + 89 + ], + "using": [ + 91 + ], + "machine": [ + 92, + 124 + ], + "that,": [ + 95 + ], + "once": [ + 96 + ], + "an": [ + 97 + ], + "learns": [ + 99 + ], + "what": [ + 100 + ], + "do": [ + 102, + 107 + ], + "with": [ + 103 + ], + "data,": [ + 104 + ], + "it": [ + 105 + ], + "can": [ + 106 + ], + "its": [ + 108 + ], + "automatically.In": [ + 110 + ], + "this": [ + 111 + ], + "paper,": [ + 112 + ], + "brief": [ + 114 + ], + "review": [ + 115 + ], + "future": [ + 117 + ], + "prospect": [ + 118 + ], + "vast": [ + 121 + ], + "has": [ + 127 + ], + "been": [ + 128 + ], + "made.": [ + 129 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 100 + }, + { + "year": 2025, + "cited_by_count": 646 + }, + { + "year": 2024, + "cited_by_count": 720 + }, + { + "year": 2023, + "cited_by_count": 608 + }, + { + "year": 2022, + "cited_by_count": 271 + }, + { + "year": 2021, + "cited_by_count": 68 + }, + { + "year": 2020, + "cited_by_count": 27 + }, + { + "year": 2019, + "cited_by_count": 7 + }, + { + "year": 2018, + "cited_by_count": 2 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2161336914", + "doi": "https://doi.org/10.1145/2347736.2347755", + "title": "A few useful things to know about machine learning", + "display_name": "A few useful things to know about machine learning", + "relevance_score": 3659.377, + "publication_year": 2012, + "publication_date": "2012-09-25", + "ids": { + "openalex": "https://openalex.org/W2161336914", + "doi": "https://doi.org/10.1145/2347736.2347755", + "mag": "2161336914" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1145/2347736.2347755", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/2347736.2347755", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S103482838", + "display_name": "Communications of the ACM", + "issn_l": "0001-0782", + "issn": [ + "0001-0782", + "1557-7317" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319798", + "host_organization_name": "Association for Computing Machinery", + "host_organization_lineage": [ + "https://openalex.org/P4310319798" + ], + "host_organization_lineage_names": [ + "Association for Computing Machinery" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Communications of the ACM", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5018711331", + "display_name": "Pedro Domingos", + "orcid": "https://orcid.org/0000-0003-4523-5631" + }, + "institutions": [ + { + "id": "https://openalex.org/I201448701", + "display_name": "University of Washington", + "ror": "https://ror.org/00cvxb145", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I201448701" + ] + }, + { + "id": "https://openalex.org/I58610484", + "display_name": "Seattle University", + "ror": "https://ror.org/02jqc0m91", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I58610484" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Pedro Domingos", + "raw_affiliation_strings": [ + "University of Washington, Seattle" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Washington, Seattle", + "institution_ids": [ + "https://openalex.org/I58610484", + "https://openalex.org/I201448701" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5018711331" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I201448701", + "https://openalex.org/I58610484" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 103.0267, + "has_fulltext": false, + "cited_by_count": 3229, + "citation_normalized_percentile": { + "value": 0.99977526, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 94, + "max": 100 + }, + "biblio": { + "volume": "55", + "issue": "10", + "first_page": "78", + "last_page": "87" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9976000189781189, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9976000189781189, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11303", + "display_name": "Bayesian Modeling and Causal Inference", + "score": 0.9958000183105469, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12072", + "display_name": "Machine Learning and Algorithms", + "score": 0.9908999800682068, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6615294218063354 + }, + { + "id": "https://openalex.org/keywords/need-to-know", + "display_name": "Need to know", + "score": 0.5620318651199341 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.43639615178108215 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.35491612553596497 + }, + { + "id": "https://openalex.org/keywords/computer-security", + "display_name": "Computer security", + "score": 0.22050878405570984 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6615294218063354 + }, + { + "id": "https://openalex.org/C2778519782", + "wikidata": "https://www.wikidata.org/wiki/Q1974060", + "display_name": "Need to know", + "level": 2, + "score": 0.5620318651199341 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.43639615178108215 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.35491612553596497 + }, + { + "id": "https://openalex.org/C38652104", + "wikidata": "https://www.wikidata.org/wiki/Q3510521", + "display_name": "Computer security", + "level": 1, + "score": 0.22050878405570984 + } + ], + "mesh": [], + "locations_count": 4, + "locations": [ + { + "id": "doi:10.1145/2347736.2347755", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/2347736.2347755", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S103482838", + "display_name": "Communications of the ACM", + "issn_l": "0001-0782", + "issn": [ + "0001-0782", + "1557-7317" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319798", + "host_organization_name": "Association for Computing Machinery", + "host_organization_lineage": [ + "https://openalex.org/P4310319798" + ], + "host_organization_lineage_names": [ + "Association for Computing Machinery" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Communications of the ACM", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.353.7232", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.353.7232", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://homes.cs.washington.edu/~pedrod/papers/cacm12.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.715.3497", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.715.3497", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://pantherfile.uwm.edu/borji/www/lecturesML/Reviews/cacm12.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.715.85", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.715.85", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://haralick.org/ML/useful_things_about_machine_learning.pdf", + "raw_type": "text" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "score": 0.47999998927116394, + "display_name": "Quality Education", + "id": "https://metadata.un.org/sdg/4" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 31, + "referenced_works": [ + "https://openalex.org/W1486658274", + "https://openalex.org/W1494137514", + "https://openalex.org/W1504694836", + "https://openalex.org/W1521062204", + "https://openalex.org/W1570448133", + "https://openalex.org/W1583837637", + "https://openalex.org/W1585009072", + "https://openalex.org/W1761022139", + "https://openalex.org/W1977970897", + "https://openalex.org/W2001141328", + "https://openalex.org/W2039683780", + "https://openalex.org/W2063961549", + "https://openalex.org/W2070902649", + "https://openalex.org/W2072128103", + "https://openalex.org/W2089624555", + "https://openalex.org/W2100483895", + "https://openalex.org/W2110065044", + "https://openalex.org/W2110228583", + "https://openalex.org/W2125055259", + "https://openalex.org/W2140785063", + "https://openalex.org/W2143891888", + "https://openalex.org/W2152761983", + "https://openalex.org/W2156909104", + "https://openalex.org/W2400138769", + "https://openalex.org/W2966207845", + "https://openalex.org/W3133236490", + "https://openalex.org/W3135029803", + "https://openalex.org/W4231109964", + "https://openalex.org/W4232632925", + "https://openalex.org/W4299515571", + "https://openalex.org/W6791387550" + ], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W4224009465", + "https://openalex.org/W4286629047", + "https://openalex.org/W4306321456", + "https://openalex.org/W4285260836", + "https://openalex.org/W3046775127", + "https://openalex.org/W3170094116", + "https://openalex.org/W4205958290", + "https://openalex.org/W3209574120" + ], + "abstract_inverted_index": { + "Tapping": [ + 0 + ], + "into": [ + 1 + ], + "the": [ + 2 + ], + "\"folk": [ + 3 + ], + "knowledge\"": [ + 4 + ], + "needed": [ + 5 + ], + "to": [ + 6 + ], + "advance": [ + 7 + ], + "machine": [ + 8 + ], + "learning": [ + 9 + ], + "applications.": [ + 10 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 108 + }, + { + "year": 2025, + "cited_by_count": 349 + }, + { + "year": 2024, + "cited_by_count": 298 + }, + { + "year": 2023, + "cited_by_count": 268 + }, + { + "year": 2022, + "cited_by_count": 283 + }, + { + "year": 2021, + "cited_by_count": 310 + }, + { + "year": 2020, + "cited_by_count": 391 + }, + { + "year": 2019, + "cited_by_count": 326 + }, + { + "year": 2018, + "cited_by_count": 261 + }, + { + "year": 2017, + "cited_by_count": 248 + }, + { + "year": 2016, + "cited_by_count": 153 + }, + { + "year": 2015, + "cited_by_count": 106 + }, + { + "year": 2014, + "cited_by_count": 80 + }, + { + "year": 2013, + "cited_by_count": 45 + }, + { + "year": 2012, + "cited_by_count": 2 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2151591509", + "doi": "https://doi.org/10.3389/fninf.2014.00014", + "title": "Machine learning for neuroimaging with scikit-learn", + "display_name": "Machine learning for neuroimaging with scikit-learn", + "relevance_score": 3624.0254, + "publication_year": 2014, + "publication_date": "2014-01-01", + "ids": { + "openalex": "https://openalex.org/W2151591509", + "doi": "https://doi.org/10.3389/fninf.2014.00014", + "mag": "2151591509", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/24600388" + }, + "language": "en", + "primary_location": { + "id": "doi:10.3389/fninf.2014.00014", + "is_oa": true, + "landing_page_url": "https://doi.org/10.3389/fninf.2014.00014", + "pdf_url": "https://www.frontiersin.org/articles/10.3389/fninf.2014.00014/pdf", + "source": { + "id": "https://openalex.org/S179816892", + "display_name": "Frontiers in Neuroinformatics", + "issn_l": "1662-5196", + "issn": [ + "1662-5196" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320527", + "host_organization_name": "Frontiers Media", + "host_organization_lineage": [ + "https://openalex.org/P4310320527" + ], + "host_organization_lineage_names": [ + "Frontiers Media" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Frontiers in Neuroinformatics", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "arxiv", + "crossref", + "doaj", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "gold", + "oa_url": "https://www.frontiersin.org/articles/10.3389/fninf.2014.00014/pdf", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5033483167", + "display_name": "Alexandre Abraham", + "orcid": "https://orcid.org/0000-0003-3693-0560" + }, + "institutions": [ + { + "id": "https://openalex.org/I1326498283", + "display_name": "Institut national de recherche en sciences et technologies du numérique", + "ror": "https://ror.org/02kvxyf05", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I1326498283" + ] + }, + { + "id": "https://openalex.org/I2738703131", + "display_name": "Commissariat à l'Énergie Atomique et aux Énergies Alternatives", + "ror": "https://ror.org/00jjx8s55", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131" + ] + }, + { + "id": "https://openalex.org/I4210126360", + "display_name": "Centre Inria de Saclay", + "ror": "https://ror.org/0315e5x55", + "country_code": "FR", + "type": "facility", + "lineage": [ + "https://openalex.org/I1326498283", + "https://openalex.org/I4210126360" + ] + }, + { + "id": "https://openalex.org/I4210128565", + "display_name": "CEA Paris-Saclay", + "ror": "https://ror.org/03n15ch10", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I277688954", + "https://openalex.org/I4210128565" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": true, + "raw_author_name": "Alexandre Abraham", + "raw_affiliation_strings": [ + "Parietal Team, INRIA Saclay-Île-de-France Saclay, France ; Neurospin, I2 BM, DSV, CEA Gif-Sur-Yvette, France", + "Parietal Team, INRIA Saclay-Île-de-France, Saclay, France", + "Neurospin, I2 BM, DSV, CEA, Gif-Sur-Yvette, France" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Parietal Team, INRIA Saclay-Île-de-France Saclay, France ; Neurospin, I2 BM, DSV, CEA Gif-Sur-Yvette, France", + "institution_ids": [ + "https://openalex.org/I4210126360", + "https://openalex.org/I2738703131", + "https://openalex.org/I4210128565" + ] + }, + { + "raw_affiliation_string": "Parietal Team, INRIA Saclay-Île-de-France, Saclay, France", + "institution_ids": [ + "https://openalex.org/I4210126360", + "https://openalex.org/I1326498283" + ] + }, + { + "raw_affiliation_string": "Neurospin, I2 BM, DSV, CEA, Gif-Sur-Yvette, France", + "institution_ids": [ + "https://openalex.org/I2738703131" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5108143968", + "display_name": "Fabian Pedregosa", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1326498283", + "display_name": "Institut national de recherche en sciences et technologies du numérique", + "ror": "https://ror.org/02kvxyf05", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I1326498283" + ] + }, + { + "id": "https://openalex.org/I2738703131", + "display_name": "Commissariat à l'Énergie Atomique et aux Énergies Alternatives", + "ror": "https://ror.org/00jjx8s55", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131" + ] + }, + { + "id": "https://openalex.org/I4210126360", + "display_name": "Centre Inria de Saclay", + "ror": "https://ror.org/0315e5x55", + "country_code": "FR", + "type": "facility", + "lineage": [ + "https://openalex.org/I1326498283", + "https://openalex.org/I4210126360" + ] + }, + { + "id": "https://openalex.org/I4210128565", + "display_name": "CEA Paris-Saclay", + "ror": "https://ror.org/03n15ch10", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I277688954", + "https://openalex.org/I4210128565" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Fabian Pedregosa", + "raw_affiliation_strings": [ + "Parietal Team, INRIA Saclay-Île-de-France Saclay, France ; Neurospin, I2 BM, DSV, CEA Gif-Sur-Yvette, France", + "Parietal Team, INRIA Saclay-Île-de-France, Saclay, France", + "Neurospin, I2 BM, DSV, CEA, Gif-Sur-Yvette, France" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Parietal Team, INRIA Saclay-Île-de-France Saclay, France ; Neurospin, I2 BM, DSV, CEA Gif-Sur-Yvette, France", + "institution_ids": [ + "https://openalex.org/I4210126360", + "https://openalex.org/I2738703131", + "https://openalex.org/I4210128565" + ] + }, + { + "raw_affiliation_string": "Parietal Team, INRIA Saclay-Île-de-France, Saclay, France", + "institution_ids": [ + "https://openalex.org/I4210126360", + "https://openalex.org/I1326498283" + ] + }, + { + "raw_affiliation_string": "Neurospin, I2 BM, DSV, CEA, Gif-Sur-Yvette, France", + "institution_ids": [ + "https://openalex.org/I2738703131" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5065146930", + "display_name": "Michael Eickenberg", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1326498283", + "display_name": "Institut national de recherche en sciences et technologies du numérique", + "ror": "https://ror.org/02kvxyf05", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I1326498283" + ] + }, + { + "id": "https://openalex.org/I2738703131", + "display_name": "Commissariat à l'Énergie Atomique et aux Énergies Alternatives", + "ror": "https://ror.org/00jjx8s55", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131" + ] + }, + { + "id": "https://openalex.org/I4210126360", + "display_name": "Centre Inria de Saclay", + "ror": "https://ror.org/0315e5x55", + "country_code": "FR", + "type": "facility", + "lineage": [ + "https://openalex.org/I1326498283", + "https://openalex.org/I4210126360" + ] + }, + { + "id": "https://openalex.org/I4210128565", + "display_name": "CEA Paris-Saclay", + "ror": "https://ror.org/03n15ch10", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I277688954", + "https://openalex.org/I4210128565" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Michael Eickenberg", + "raw_affiliation_strings": [ + "Parietal Team, INRIA Saclay-Île-de-France Saclay, France ; Neurospin, I2 BM, DSV, CEA Gif-Sur-Yvette, France", + "Neurospin, I2 BM, DSV, CEA, Gif-Sur-Yvette, France", + "Parietal Team, INRIA Saclay-Île-de-France, Saclay, France" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Parietal Team, INRIA Saclay-Île-de-France Saclay, France ; Neurospin, I2 BM, DSV, CEA Gif-Sur-Yvette, France", + "institution_ids": [ + "https://openalex.org/I4210126360", + "https://openalex.org/I2738703131", + "https://openalex.org/I4210128565" + ] + }, + { + "raw_affiliation_string": "Neurospin, I2 BM, DSV, CEA, Gif-Sur-Yvette, France", + "institution_ids": [ + "https://openalex.org/I2738703131" + ] + }, + { + "raw_affiliation_string": "Parietal Team, INRIA Saclay-Île-de-France, Saclay, France", + "institution_ids": [ + "https://openalex.org/I4210126360", + "https://openalex.org/I1326498283" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5001112573", + "display_name": "Philippe Gervais", + "orcid": "https://orcid.org/0000-0003-2172-879X" + }, + "institutions": [ + { + "id": "https://openalex.org/I1326498283", + "display_name": "Institut national de recherche en sciences et technologies du numérique", + "ror": "https://ror.org/02kvxyf05", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I1326498283" + ] + }, + { + "id": "https://openalex.org/I2738703131", + "display_name": "Commissariat à l'Énergie Atomique et aux Énergies Alternatives", + "ror": "https://ror.org/00jjx8s55", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131" + ] + }, + { + "id": "https://openalex.org/I4210126360", + "display_name": "Centre Inria de Saclay", + "ror": "https://ror.org/0315e5x55", + "country_code": "FR", + "type": "facility", + "lineage": [ + "https://openalex.org/I1326498283", + "https://openalex.org/I4210126360" + ] + }, + { + "id": "https://openalex.org/I4210128565", + "display_name": "CEA Paris-Saclay", + "ror": "https://ror.org/03n15ch10", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I277688954", + "https://openalex.org/I4210128565" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Philippe Gervais", + "raw_affiliation_strings": [ + "Parietal Team, INRIA Saclay-Île-de-France Saclay, France ; Neurospin, I2 BM, DSV, CEA Gif-Sur-Yvette, France", + "Parietal Team, INRIA Saclay-Île-de-France, Saclay, France", + "Neurospin, I2 BM, DSV, CEA, Gif-Sur-Yvette, France" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Parietal Team, INRIA Saclay-Île-de-France Saclay, France ; Neurospin, I2 BM, DSV, CEA Gif-Sur-Yvette, France", + "institution_ids": [ + "https://openalex.org/I4210126360", + "https://openalex.org/I2738703131", + "https://openalex.org/I4210128565" + ] + }, + { + "raw_affiliation_string": "Parietal Team, INRIA Saclay-Île-de-France, Saclay, France", + "institution_ids": [ + "https://openalex.org/I4210126360", + "https://openalex.org/I1326498283" + ] + }, + { + "raw_affiliation_string": "Neurospin, I2 BM, DSV, CEA, Gif-Sur-Yvette, France", + "institution_ids": [ + "https://openalex.org/I2738703131" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5088500114", + "display_name": "Andreas Mueller", + "orcid": "https://orcid.org/0000-0002-2349-9428" + }, + "institutions": [ + { + "id": "https://openalex.org/I135140700", + "display_name": "University of Bonn", + "ror": "https://ror.org/041nas322", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I135140700" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Andreas Mueller", + "raw_affiliation_strings": [ + "Institute of Computer Science VI, University of Bonn Bonn, Germany", + "Institute of Computer Science VI, University of Bonn, Bonn, Germany" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Institute of Computer Science VI, University of Bonn Bonn, Germany", + "institution_ids": [ + "https://openalex.org/I135140700" + ] + }, + { + "raw_affiliation_string": "Institute of Computer Science VI, University of Bonn, Bonn, Germany", + "institution_ids": [ + "https://openalex.org/I135140700" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5006048318", + "display_name": "Jean Kossaifi", + "orcid": "https://orcid.org/0000-0002-4445-3429" + }, + "institutions": [ + { + "id": "https://openalex.org/I47508984", + "display_name": "Imperial College London", + "ror": "https://ror.org/041kmwe10", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I47508984" + ] + } + ], + "countries": [ + "GB" + ], + "is_corresponding": false, + "raw_author_name": "Jean Kossaifi", + "raw_affiliation_strings": [ + "Department of Computing, Imperial College London London, UK", + "Department of Computing, Imperial College London, London, UK" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Computing, Imperial College London London, UK", + "institution_ids": [ + "https://openalex.org/I47508984" + ] + }, + { + "raw_affiliation_string": "Department of Computing, Imperial College London, London, UK", + "institution_ids": [ + "https://openalex.org/I47508984" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5018256474", + "display_name": "Alexandre Gramfort", + "orcid": "https://orcid.org/0000-0001-9791-4404" + }, + "institutions": [ + { + "id": "https://openalex.org/I12356871", + "display_name": "Télécom Paris", + "ror": "https://ror.org/01naq7912", + "country_code": "FR", + "type": "education", + "lineage": [ + "https://openalex.org/I12356871", + "https://openalex.org/I205703379", + "https://openalex.org/I4210145102" + ] + }, + { + "id": "https://openalex.org/I1294671590", + "display_name": "Centre National de la Recherche Scientifique", + "ror": "https://ror.org/02feahw73", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I1294671590" + ] + }, + { + "id": "https://openalex.org/I1326498283", + "display_name": "Institut national de recherche en sciences et technologies du numérique", + "ror": "https://ror.org/02kvxyf05", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I1326498283" + ] + }, + { + "id": "https://openalex.org/I205703379", + "display_name": "Institut Mines-Télécom", + "ror": "https://ror.org/025vp2923", + "country_code": "FR", + "type": "facility", + "lineage": [ + "https://openalex.org/I205703379" + ] + }, + { + "id": "https://openalex.org/I2738703131", + "display_name": "Commissariat à l'Énergie Atomique et aux Énergies Alternatives", + "ror": "https://ror.org/00jjx8s55", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131" + ] + }, + { + "id": "https://openalex.org/I4210126360", + "display_name": "Centre Inria de Saclay", + "ror": "https://ror.org/0315e5x55", + "country_code": "FR", + "type": "facility", + "lineage": [ + "https://openalex.org/I1326498283", + "https://openalex.org/I4210126360" + ] + }, + { + "id": "https://openalex.org/I4210128565", + "display_name": "CEA Paris-Saclay", + "ror": "https://ror.org/03n15ch10", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I277688954", + "https://openalex.org/I4210128565" + ] + }, + { + "id": "https://openalex.org/I4210165912", + "display_name": "Laboratoire Traitement et Communication de l’Information", + "ror": "https://ror.org/057er4c39", + "country_code": "FR", + "type": "facility", + "lineage": [ + "https://openalex.org/I12356871", + "https://openalex.org/I205703379", + "https://openalex.org/I4210145102", + "https://openalex.org/I4210165912" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Alexandre Gramfort", + "raw_affiliation_strings": [ + "Parietal Team, INRIA Saclay-Île-de-France Saclay, France ; Neurospin, I2 BM, DSV, CEA Gif-Sur-Yvette, France ; Institut Mines-Telecom, Telecom ParisTech, CNRS LTCI Paris, France", + "Parietal Team, INRIA Saclay-Île-de-France, Saclay, France", + "Neurospin, I2 BM, DSV, CEA, Gif-Sur-Yvette, France", + "Institut Mines-Telecom, Telecom ParisTech, CNRS LTCI, Paris, France" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Parietal Team, INRIA Saclay-Île-de-France Saclay, France ; Neurospin, I2 BM, DSV, CEA Gif-Sur-Yvette, France ; Institut Mines-Telecom, Telecom ParisTech, CNRS LTCI Paris, France", + "institution_ids": [ + "https://openalex.org/I1294671590", + "https://openalex.org/I205703379", + "https://openalex.org/I4210128565", + "https://openalex.org/I4210165912", + "https://openalex.org/I2738703131" + ] + }, + { + "raw_affiliation_string": "Parietal Team, INRIA Saclay-Île-de-France, Saclay, France", + "institution_ids": [ + "https://openalex.org/I4210126360", + "https://openalex.org/I1326498283" + ] + }, + { + "raw_affiliation_string": "Neurospin, I2 BM, DSV, CEA, Gif-Sur-Yvette, France", + "institution_ids": [ + "https://openalex.org/I2738703131" + ] + }, + { + "raw_affiliation_string": "Institut Mines-Telecom, Telecom ParisTech, CNRS LTCI, Paris, France", + "institution_ids": [ + "https://openalex.org/I205703379", + "https://openalex.org/I12356871", + "https://openalex.org/I4210165912", + "https://openalex.org/I1294671590" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5026762833", + "display_name": "Bertrand Thirion", + "orcid": "https://orcid.org/0000-0001-5018-7895" + }, + "institutions": [ + { + "id": "https://openalex.org/I1326498283", + "display_name": "Institut national de recherche en sciences et technologies du numérique", + "ror": "https://ror.org/02kvxyf05", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I1326498283" + ] + }, + { + "id": "https://openalex.org/I2738703131", + "display_name": "Commissariat à l'Énergie Atomique et aux Énergies Alternatives", + "ror": "https://ror.org/00jjx8s55", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131" + ] + }, + { + "id": "https://openalex.org/I4210126360", + "display_name": "Centre Inria de Saclay", + "ror": "https://ror.org/0315e5x55", + "country_code": "FR", + "type": "facility", + "lineage": [ + "https://openalex.org/I1326498283", + "https://openalex.org/I4210126360" + ] + }, + { + "id": "https://openalex.org/I4210128565", + "display_name": "CEA Paris-Saclay", + "ror": "https://ror.org/03n15ch10", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I277688954", + "https://openalex.org/I4210128565" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Bertrand Thirion", + "raw_affiliation_strings": [ + "Parietal Team, INRIA Saclay-Île-de-France Saclay, France ; Neurospin, I2 BM, DSV, CEA Gif-Sur-Yvette, France", + "Parietal Team, INRIA Saclay-Île-de-France, Saclay, France", + "Neurospin, I2 BM, DSV, CEA, Gif-Sur-Yvette, France" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Parietal Team, INRIA Saclay-Île-de-France Saclay, France ; Neurospin, I2 BM, DSV, CEA Gif-Sur-Yvette, France", + "institution_ids": [ + "https://openalex.org/I4210126360", + "https://openalex.org/I2738703131", + "https://openalex.org/I4210128565" + ] + }, + { + "raw_affiliation_string": "Parietal Team, INRIA Saclay-Île-de-France, Saclay, France", + "institution_ids": [ + "https://openalex.org/I4210126360", + "https://openalex.org/I1326498283" + ] + }, + { + "raw_affiliation_string": "Neurospin, I2 BM, DSV, CEA, Gif-Sur-Yvette, France", + "institution_ids": [ + "https://openalex.org/I2738703131" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5074733625", + "display_name": "Gaël Varoquaux", + "orcid": "https://orcid.org/0000-0003-1076-5122" + }, + "institutions": [ + { + "id": "https://openalex.org/I1326498283", + "display_name": "Institut national de recherche en sciences et technologies du numérique", + "ror": "https://ror.org/02kvxyf05", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I1326498283" + ] + }, + { + "id": "https://openalex.org/I2738703131", + "display_name": "Commissariat à l'Énergie Atomique et aux Énergies Alternatives", + "ror": "https://ror.org/00jjx8s55", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131" + ] + }, + { + "id": "https://openalex.org/I4210126360", + "display_name": "Centre Inria de Saclay", + "ror": "https://ror.org/0315e5x55", + "country_code": "FR", + "type": "facility", + "lineage": [ + "https://openalex.org/I1326498283", + "https://openalex.org/I4210126360" + ] + }, + { + "id": "https://openalex.org/I4210128565", + "display_name": "CEA Paris-Saclay", + "ror": "https://ror.org/03n15ch10", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I277688954", + "https://openalex.org/I4210128565" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Gaël Varoquaux", + "raw_affiliation_strings": [ + "Parietal Team, INRIA Saclay-Île-de-France Saclay, France ; Neurospin, I2 BM, DSV, CEA Gif-Sur-Yvette, France", + "Neurospin, I2 BM, DSV, CEA, Gif-Sur-Yvette, France", + "Parietal Team, INRIA Saclay-Île-de-France, Saclay, France" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Parietal Team, INRIA Saclay-Île-de-France Saclay, France ; Neurospin, I2 BM, DSV, CEA Gif-Sur-Yvette, France", + "institution_ids": [ + "https://openalex.org/I4210126360", + "https://openalex.org/I2738703131", + "https://openalex.org/I4210128565" + ] + }, + { + "raw_affiliation_string": "Neurospin, I2 BM, DSV, CEA, Gif-Sur-Yvette, France", + "institution_ids": [ + "https://openalex.org/I2738703131" + ] + }, + { + "raw_affiliation_string": "Parietal Team, INRIA Saclay-Île-de-France, Saclay, France", + "institution_ids": [ + "https://openalex.org/I4210126360", + "https://openalex.org/I1326498283" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 3, + "institutions_distinct_count": 9, + "corresponding_author_ids": [ + "https://openalex.org/A5033483167" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I1326498283", + "https://openalex.org/I2738703131", + "https://openalex.org/I4210126360", + "https://openalex.org/I4210128565" + ], + "apc_list": { + "value": 2950, + "currency": "USD", + "value_usd": 2950 + }, + "apc_paid": { + "value": 2950, + "currency": "USD", + "value_usd": 2950 + }, + "fwci": 22.8921, + "has_fulltext": true, + "cited_by_count": 2624, + "citation_normalized_percentile": { + "value": 0.99795541, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 94, + "max": 100 + }, + "biblio": { + "volume": "8", + "issue": null, + "first_page": "14", + "last_page": "14" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10241", + "display_name": "Functional Brain Connectivity Studies", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/2805", + "display_name": "Cognitive Neuroscience" + }, + "field": { + "id": "https://openalex.org/fields/28", + "display_name": "Neuroscience" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10241", + "display_name": "Functional Brain Connectivity Studies", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/2805", + "display_name": "Cognitive Neuroscience" + }, + "field": { + "id": "https://openalex.org/fields/28", + "display_name": "Neuroscience" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + }, + { + "id": "https://openalex.org/T10581", + "display_name": "Neural dynamics and brain function", + "score": 0.9987999796867371, + "subfield": { + "id": "https://openalex.org/subfields/2805", + "display_name": "Cognitive Neuroscience" + }, + "field": { + "id": "https://openalex.org/fields/28", + "display_name": "Neuroscience" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + }, + { + "id": "https://openalex.org/T10378", + "display_name": "Advanced MRI Techniques and Applications", + "score": 0.9851999878883362, + "subfield": { + "id": "https://openalex.org/subfields/2741", + "display_name": "Radiology, Nuclear Medicine and Imaging" + }, + "field": { + "id": "https://openalex.org/fields/27", + "display_name": "Medicine" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/neuroimaging", + "display_name": "Neuroimaging", + "score": 0.8332920074462891 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6829519271850586 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6763078570365906 + }, + { + "id": "https://openalex.org/keywords/unsupervised-learning", + "display_name": "Unsupervised learning", + "score": 0.633687436580658 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6015421152114868 + }, + { + "id": "https://openalex.org/keywords/python", + "display_name": "Python (programming language)", + "score": 0.5471705794334412 + }, + { + "id": "https://openalex.org/keywords/functional-neuroimaging", + "display_name": "Functional neuroimaging", + "score": 0.5229871273040771 + }, + { + "id": "https://openalex.org/keywords/pattern-recognition", + "display_name": "Pattern recognition (psychology)", + "score": 0.40410205721855164 + }, + { + "id": "https://openalex.org/keywords/psychology", + "display_name": "Psychology", + "score": 0.1943330466747284 + }, + { + "id": "https://openalex.org/keywords/neuroscience", + "display_name": "Neuroscience", + "score": 0.13872376084327698 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C58693492", + "wikidata": "https://www.wikidata.org/wiki/Q551875", + "display_name": "Neuroimaging", + "level": 2, + "score": 0.8332920074462891 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6829519271850586 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6763078570365906 + }, + { + "id": "https://openalex.org/C8038995", + "wikidata": "https://www.wikidata.org/wiki/Q1152135", + "display_name": "Unsupervised learning", + "level": 2, + "score": 0.633687436580658 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6015421152114868 + }, + { + "id": "https://openalex.org/C519991488", + "wikidata": "https://www.wikidata.org/wiki/Q28865", + "display_name": "Python (programming language)", + "level": 2, + "score": 0.5471705794334412 + }, + { + "id": "https://openalex.org/C52338299", + "wikidata": "https://www.wikidata.org/wiki/Q1004354", + "display_name": "Functional neuroimaging", + "level": 3, + "score": 0.5229871273040771 + }, + { + "id": "https://openalex.org/C153180895", + "wikidata": "https://www.wikidata.org/wiki/Q7148389", + "display_name": "Pattern recognition (psychology)", + "level": 2, + "score": 0.40410205721855164 + }, + { + "id": "https://openalex.org/C15744967", + "wikidata": "https://www.wikidata.org/wiki/Q9418", + "display_name": "Psychology", + "level": 0, + "score": 0.1943330466747284 + }, + { + "id": "https://openalex.org/C169760540", + "wikidata": "https://www.wikidata.org/wiki/Q207011", + "display_name": "Neuroscience", + "level": 1, + "score": 0.13872376084327698 + }, + { + "id": "https://openalex.org/C111919701", + "wikidata": "https://www.wikidata.org/wiki/Q9135", + "display_name": "Operating system", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 7, + "locations": [ + { + "id": "doi:10.3389/fninf.2014.00014", + "is_oa": true, + "landing_page_url": "https://doi.org/10.3389/fninf.2014.00014", + "pdf_url": "https://www.frontiersin.org/articles/10.3389/fninf.2014.00014/pdf", + "source": { + "id": "https://openalex.org/S179816892", + "display_name": "Frontiers in Neuroinformatics", + "issn_l": "1662-5196", + "issn": [ + "1662-5196" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320527", + "host_organization_name": "Frontiers Media", + "host_organization_lineage": [ + "https://openalex.org/P4310320527" + ], + "host_organization_lineage_names": [ + "Frontiers Media" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Frontiers in Neuroinformatics", + "raw_type": "journal-article" + }, + { + "id": "pmid:24600388", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/24600388", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Frontiers in neuroinformatics", + "raw_type": null + }, + { + "id": "pmh:oai:arXiv.org:2202.11333", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/2202.11333", + "pdf_url": "https://arxiv.org/pdf/2202.11333", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "pmh:oai:HAL:hal-01093971v1", + "is_oa": false, + "landing_page_url": "https://inria.hal.science/hal-01093971", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402512", + "display_name": "HAL (Le Centre pour la Communication Scientifique Directe)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1294671590", + "host_organization_name": "Centre National de la Recherche Scientifique", + "host_organization_lineage": [ + "https://openalex.org/I1294671590" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Frontiers in Neuroscience, 2013, pp.15. ⟨10.3389/fninf.2014.00014⟩", + "raw_type": "Journal articles" + }, + { + "id": "pmh:oai:HAL:hal-03187887v3", + "is_oa": false, + "landing_page_url": "https://inria.hal.science/hal-03187887", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402512", + "display_name": "HAL (Le Centre pour la Communication Scientifique Directe)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1294671590", + "host_organization_name": "Centre National de la Recherche Scientifique", + "host_organization_lineage": [ + "https://openalex.org/I1294671590" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Neuroinformatics, 2022, ⟨10.3389/fninf.2014.00014⟩", + "raw_type": "Journal articles" + }, + { + "id": "pmh:oai:doaj.org/article:055de24a9c3540b6b3884081362be90d", + "is_oa": true, + "landing_page_url": "https://doaj.org/article/055de24a9c3540b6b3884081362be90d", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401280", + "display_name": "DOAJ (DOAJ: Directory of Open Access Journals)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by-sa", + "license_id": "https://openalex.org/licenses/cc-by-sa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Frontiers in Neuroinformatics, Vol 8 (2014)", + "raw_type": "article" + }, + { + "id": "pmh:oai:europepmc.org:2928056", + "is_oa": true, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/3930868", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400806", + "display_name": "Europe PMC (PubMed Central)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1303153112", + "host_organization_name": "European Bioinformatics Institute", + "host_organization_lineage": [ + "https://openalex.org/I1303153112" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "Text" + } + ], + "best_oa_location": { + "id": "doi:10.3389/fninf.2014.00014", + "is_oa": true, + "landing_page_url": "https://doi.org/10.3389/fninf.2014.00014", + "pdf_url": "https://www.frontiersin.org/articles/10.3389/fninf.2014.00014/pdf", + "source": { + "id": "https://openalex.org/S179816892", + "display_name": "Frontiers in Neuroinformatics", + "issn_l": "1662-5196", + "issn": [ + "1662-5196" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320527", + "host_organization_name": "Frontiers Media", + "host_organization_lineage": [ + "https://openalex.org/P4310320527" + ], + "host_organization_lineage_names": [ + "Frontiers Media" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Frontiers in Neuroinformatics", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [ + { + "score": 0.6600000262260437, + "display_name": "Quality Education", + "id": "https://metadata.un.org/sdg/4" + } + ], + "awards": [ + { + "id": "https://openalex.org/G2501487254", + "display_name": null, + "funder_award_id": "R21 DA034954", + "funder_id": "https://openalex.org/F4320337347", + "funder_display_name": "National Institute on Drug Abuse" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320337347", + "display_name": "National Institute on Drug Abuse", + "ror": "https://ror.org/00fq5cm18" + } + ], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 71, + "referenced_works": [ + "https://openalex.org/W758533152", + "https://openalex.org/W1480376833", + "https://openalex.org/W1528119265", + "https://openalex.org/W1548802052", + "https://openalex.org/W1569370144", + "https://openalex.org/W1571024744", + "https://openalex.org/W1906883763", + "https://openalex.org/W1970956440", + "https://openalex.org/W1974687978", + "https://openalex.org/W1985327120", + "https://openalex.org/W1988045490", + "https://openalex.org/W1996510233", + "https://openalex.org/W2001399171", + "https://openalex.org/W2006096283", + "https://openalex.org/W2007581301", + "https://openalex.org/W2009494091", + "https://openalex.org/W2011301426", + "https://openalex.org/W2011650426", + "https://openalex.org/W2023633168", + "https://openalex.org/W2024933578", + "https://openalex.org/W2040305148", + "https://openalex.org/W2040566369", + "https://openalex.org/W2040974372", + "https://openalex.org/W2048476135", + "https://openalex.org/W2048631316", + "https://openalex.org/W2052451171", + "https://openalex.org/W2056465968", + "https://openalex.org/W2060259639", + "https://openalex.org/W2063951486", + "https://openalex.org/W2063978378", + "https://openalex.org/W2073683361", + "https://openalex.org/W2077745487", + "https://openalex.org/W2079450984", + "https://openalex.org/W2079785597", + "https://openalex.org/W2089632738", + "https://openalex.org/W2096230777", + "https://openalex.org/W2097267381", + "https://openalex.org/W2097850441", + "https://openalex.org/W2101234009", + "https://openalex.org/W2102729564", + "https://openalex.org/W2113619522", + "https://openalex.org/W2116328702", + "https://openalex.org/W2117621792", + "https://openalex.org/W2122457251", + "https://openalex.org/W2123649031", + "https://openalex.org/W2133990480", + "https://openalex.org/W2134585061", + "https://openalex.org/W2135046866", + "https://openalex.org/W2137966626", + "https://openalex.org/W2140255740", + "https://openalex.org/W2140587192", + "https://openalex.org/W2145217719", + "https://openalex.org/W2145487185", + "https://openalex.org/W2146292423", + "https://openalex.org/W2148601705", + "https://openalex.org/W2151130155", + "https://openalex.org/W2151286458", + "https://openalex.org/W2151591509", + "https://openalex.org/W2158485497", + "https://openalex.org/W2164025570", + "https://openalex.org/W2179752489", + "https://openalex.org/W2240767875", + "https://openalex.org/W2540277519", + "https://openalex.org/W2752197104", + "https://openalex.org/W2810031488", + "https://openalex.org/W3132053208", + "https://openalex.org/W4206031975", + "https://openalex.org/W6633893416", + "https://openalex.org/W6675354045", + "https://openalex.org/W6959406008", + "https://openalex.org/W7074038129" + ], + "related_works": [ + "https://openalex.org/W2506266834", + "https://openalex.org/W2499037785", + "https://openalex.org/W2028174874", + "https://openalex.org/W2351278828", + "https://openalex.org/W4308957544", + "https://openalex.org/W2239282469", + "https://openalex.org/W67648935", + "https://openalex.org/W1993895507", + "https://openalex.org/W2122202779", + "https://openalex.org/W1995600417" + ], + "abstract_inverted_index": { + "Statistical": [ + 0 + ], + "machine": [ + 1, + 84 + ], + "learning": [ + 2, + 32, + 52, + 85, + 104 + ], + "methods": [ + 3 + ], + "are": [ + 4 + ], + "increasingly": [ + 5 + ], + "used": [ + 6, + 35, + 89 + ], + "for": [ + 7 + ], + "neuroimaging": [ + 8, + 76, + 114 + ], + "data": [ + 9, + 115 + ], + "analysis.": [ + 10 + ], + "Their": [ + 11 + ], + "main": [ + 12 + ], + "virtue": [ + 13 + ], + "is": [ + 14, + 33 + ], + "their": [ + 15 + ], + "ability": [ + 16 + ], + "to": [ + 17, + 41, + 45, + 90, + 113, + 120 + ], + "model": [ + 18 + ], + "high-dimensional": [ + 19 + ], + "datasets,": [ + 20 + ], + "e.g.,": [ + 21 + ], + "multivariate": [ + 22 + ], + "analysis": [ + 23, + 94 + ], + "of": [ + 24, + 59, + 102 + ], + "activation": [ + 25 + ], + "images": [ + 26, + 44, + 60 + ], + "or": [ + 27, + 38, + 47, + 66 + ], + "resting-state": [ + 28 + ], + "time": [ + 29 + ], + "series.": [ + 30 + ], + "Supervised": [ + 31 + ], + "typically": [ + 34 + ], + "in": [ + 36, + 57, + 69 + ], + "decoding": [ + 37 + ], + "encoding": [ + 39 + ], + "settings": [ + 40 + ], + "relate": [ + 42 + ], + "brain": [ + 43 + ], + "behavioral": [ + 46 + ], + "clinical": [ + 48 + ], + "observations,": [ + 49 + ], + "while": [ + 50 + ], + "unsupervised": [ + 51 + ], + "can": [ + 53, + 87 + ], + "uncover": [ + 54 + ], + "hidden": [ + 55 + ], + "structures": [ + 56 + ], + "sets": [ + 58 + ], + "(e.g.,": [ + 61 + ], + "resting": [ + 62 + ], + "state": [ + 63 + ], + "functional": [ + 64, + 75 + ], + "MRI)": [ + 65 + ], + "find": [ + 67 + ], + "sub-populations": [ + 68 + ], + "large": [ + 70, + 100 + ], + "cohorts.": [ + 71 + ], + "By": [ + 72 + ], + "considering": [ + 73 + ], + "different": [ + 74 + ], + "applications,": [ + 77 + ], + "we": [ + 78 + ], + "illustrate": [ + 79 + ], + "how": [ + 80 + ], + "scikit-learn,": [ + 81 + ], + "a": [ + 82, + 98, + 117 + ], + "Python": [ + 83 + ], + "library,": [ + 86 + ], + "be": [ + 88 + ], + "perform": [ + 91 + ], + "some": [ + 92 + ], + "key": [ + 93 + ], + "steps.": [ + 95 + ], + "Scikit-learn": [ + 96 + ], + "contains": [ + 97 + ], + "very": [ + 99 + ], + "set": [ + 101 + ], + "statistical": [ + 103 + ], + "algorithms,": [ + 105 + ], + "both": [ + 106 + ], + "supervised": [ + 107 + ], + "and": [ + 108, + 110 + ], + "unsupervised,": [ + 109 + ], + "its": [ + 111 + ], + "application": [ + 112 + ], + "provides": [ + 116 + ], + "versatile": [ + 118 + ], + "tool": [ + 119 + ], + "study": [ + 121 + ], + "the": [ + 122 + ], + "brain.": [ + 123 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 125 + }, + { + "year": 2025, + "cited_by_count": 383 + }, + { + "year": 2024, + "cited_by_count": 443 + }, + { + "year": 2023, + "cited_by_count": 381 + }, + { + "year": 2022, + "cited_by_count": 338 + }, + { + "year": 2021, + "cited_by_count": 320 + }, + { + "year": 2020, + "cited_by_count": 244 + }, + { + "year": 2019, + "cited_by_count": 151 + }, + { + "year": 2018, + "cited_by_count": 92 + }, + { + "year": 2017, + "cited_by_count": 61 + }, + { + "year": 2016, + "cited_by_count": 43 + }, + { + "year": 2015, + "cited_by_count": 29 + }, + { + "year": 2014, + "cited_by_count": 12 + }, + { + "year": 2013, + "cited_by_count": 2 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2016-06-24T00:00:00" + }, + { + "id": "https://openalex.org/W2973119841", + "doi": "https://doi.org/10.1146/annurev-fluid-010719-060214", + "title": "Machine Learning for Fluid Mechanics", + "display_name": "Machine Learning for Fluid Mechanics", + "relevance_score": 3605.4897, + "publication_year": 2019, + "publication_date": "2019-09-12", + "ids": { + "openalex": "https://openalex.org/W2973119841", + "doi": "https://doi.org/10.1146/annurev-fluid-010719-060214", + "mag": "2973119841" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1146/annurev-fluid-010719-060214", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1146/annurev-fluid-010719-060214", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S169493037", + "display_name": "Annual Review of Fluid Mechanics", + "issn_l": "0066-4189", + "issn": [ + "0066-4189", + "1545-4479" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320373", + "host_organization_name": "Annual Reviews", + "host_organization_lineage": [ + "https://openalex.org/P4310320373" + ], + "host_organization_lineage_names": [ + "Annual Reviews" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Annual Review of Fluid Mechanics", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "arxiv", + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1905.11075", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": null, + "display_name": "Steven L. Brunton", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I201448701", + "display_name": "University of Washington", + "ror": "https://ror.org/00cvxb145", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I201448701" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Steven L. Brunton", + "raw_affiliation_strings": [ + "Department of Mechanical Engineering, University of Washington, Seattle, Washington 98195, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Mechanical Engineering, University of Washington, Seattle, Washington 98195, USA", + "institution_ids": [ + "https://openalex.org/I201448701" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": null, + "display_name": "Bernd R. Noack", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1294671590", + "display_name": "Centre National de la Recherche Scientifique", + "ror": "https://ror.org/02feahw73", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I1294671590" + ] + }, + { + "id": "https://openalex.org/I277688954", + "display_name": "Université Paris-Saclay", + "ror": "https://ror.org/03xjwb503", + "country_code": "FR", + "type": "education", + "lineage": [ + "https://openalex.org/I277688954" + ] + }, + { + "id": "https://openalex.org/I4210115485", + "display_name": "Laboratoire d'Informatique pour la Mécanique et les Sciences de l'Ingénieur", + "ror": "https://ror.org/01raq4x89", + "country_code": "FR", + "type": "facility", + "lineage": [ + "https://openalex.org/I102197404", + "https://openalex.org/I1294671590", + "https://openalex.org/I4210115485", + "https://openalex.org/I4210159245" + ] + }, + { + "id": "https://openalex.org/I4577782", + "display_name": "Technische Universität Berlin", + "ror": "https://ror.org/03v4gjf40", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I4577782" + ] + } + ], + "countries": [ + "DE", + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Bernd R. Noack", + "raw_affiliation_strings": [ + "Institut für Strömungsmechanik und Technische Akustik, Technische Universität Berlin, D-10634 Berlin, Germany", + "LIMSI (Laboratoire d'Informatique pour la Mécanique et les Sciences de l'Ingénieur), CNRS UPR 3251, Université Paris-Saclay, F-91403 Orsay, France" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Institut für Strömungsmechanik und Technische Akustik, Technische Universität Berlin, D-10634 Berlin, Germany", + "institution_ids": [ + "https://openalex.org/I4577782" + ] + }, + { + "raw_affiliation_string": "LIMSI (Laboratoire d'Informatique pour la Mécanique et les Sciences de l'Ingénieur), CNRS UPR 3251, Université Paris-Saclay, F-91403 Orsay, France", + "institution_ids": [ + "https://openalex.org/I277688954", + "https://openalex.org/I4210115485", + "https://openalex.org/I1294671590" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": null, + "display_name": "Petros Koumoutsakos", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I35440088", + "display_name": "ETH Zurich", + "ror": "https://ror.org/05a28rw58", + "country_code": "CH", + "type": "education", + "lineage": [ + "https://openalex.org/I2799323385", + "https://openalex.org/I35440088" + ] + } + ], + "countries": [ + "CH" + ], + "is_corresponding": false, + "raw_author_name": "Petros Koumoutsakos", + "raw_affiliation_strings": [ + "Computational Science and Engineering Laboratory, ETH Zurich, CH-8092 Zurich, Switzerland;" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Computational Science and Engineering Laboratory, ETH Zurich, CH-8092 Zurich, Switzerland;", + "institution_ids": [ + "https://openalex.org/I35440088" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 4, + "institutions_distinct_count": 3, + "corresponding_author_ids": [], + "corresponding_institution_ids": [ + "https://openalex.org/I201448701" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 117.0527, + "has_fulltext": true, + "cited_by_count": 2553, + "citation_normalized_percentile": { + "value": 0.99990046, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "52", + "issue": "1", + "first_page": "477", + "last_page": "508" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11206", + "display_name": "Model Reduction and Neural Networks", + "score": 0.9092000126838684, + "subfield": { + "id": "https://openalex.org/subfields/3109", + "display_name": "Statistical and Nonlinear Physics" + }, + "field": { + "id": "https://openalex.org/fields/31", + "display_name": "Physics and Astronomy" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11206", + "display_name": "Model Reduction and Neural Networks", + "score": 0.9092000126838684, + "subfield": { + "id": "https://openalex.org/subfields/3109", + "display_name": "Statistical and Nonlinear Physics" + }, + "field": { + "id": "https://openalex.org/fields/31", + "display_name": "Physics and Astronomy" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10775", + "display_name": "Generative Adversarial Networks and Image Synthesis", + "score": 0.01759999990463257, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11948", + "display_name": "Machine Learning in Materials Science", + "score": 0.012000000104308128, + "subfield": { + "id": "https://openalex.org/subfields/2505", + "display_name": "Materials Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/25", + "display_name": "Materials Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/fluid-mechanics", + "display_name": "Fluid mechanics", + "score": 0.7289000153541565 + }, + { + "id": "https://openalex.org/keywords/current", + "display_name": "Current (fluid)", + "score": 0.5666999816894531 + }, + { + "id": "https://openalex.org/keywords/field", + "display_name": "Field (mathematics)", + "score": 0.5497000217437744 + }, + { + "id": "https://openalex.org/keywords/perspective", + "display_name": "Perspective (graphical)", + "score": 0.5285000205039978 + }, + { + "id": "https://openalex.org/keywords/fluid-dynamics", + "display_name": "Fluid dynamics", + "score": 0.5188999772071838 + }, + { + "id": "https://openalex.org/keywords/domain", + "display_name": "Domain (mathematical analysis)", + "score": 0.4918000102043152 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C43133876", + "wikidata": "https://www.wikidata.org/wiki/Q172145", + "display_name": "Fluid mechanics", + "level": 2, + "score": 0.7289000153541565 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7146999835968018 + }, + { + "id": "https://openalex.org/C148043351", + "wikidata": "https://www.wikidata.org/wiki/Q4456944", + "display_name": "Current (fluid)", + "level": 2, + "score": 0.5666999816894531 + }, + { + "id": "https://openalex.org/C9652623", + "wikidata": "https://www.wikidata.org/wiki/Q190109", + "display_name": "Field (mathematics)", + "level": 2, + "score": 0.5497000217437744 + }, + { + "id": "https://openalex.org/C12713177", + "wikidata": "https://www.wikidata.org/wiki/Q1900281", + "display_name": "Perspective (graphical)", + "level": 2, + "score": 0.5285000205039978 + }, + { + "id": "https://openalex.org/C90278072", + "wikidata": "https://www.wikidata.org/wiki/Q216320", + "display_name": "Fluid dynamics", + "level": 2, + "score": 0.5188999772071838 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5113000273704529 + }, + { + "id": "https://openalex.org/C36503486", + "wikidata": "https://www.wikidata.org/wiki/Q11235244", + "display_name": "Domain (mathematical analysis)", + "level": 2, + "score": 0.4918000102043152 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.43700000643730164 + }, + { + "id": "https://openalex.org/C207685749", + "wikidata": "https://www.wikidata.org/wiki/Q2088941", + "display_name": "Domain knowledge", + "level": 2, + "score": 0.38100001215934753 + }, + { + "id": "https://openalex.org/C38349280", + "wikidata": "https://www.wikidata.org/wiki/Q1434290", + "display_name": "Flow (mathematics)", + "level": 2, + "score": 0.3517000079154968 + }, + { + "id": "https://openalex.org/C99874945", + "wikidata": "https://www.wikidata.org/wiki/Q188715", + "display_name": "Statistical mechanics", + "level": 2, + "score": 0.2985999882221222 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.2874999940395355 + }, + { + "id": "https://openalex.org/C2984161354", + "wikidata": "https://www.wikidata.org/wiki/Q216320", + "display_name": "Fluid motion", + "level": 2, + "score": 0.2538999915122986 + } + ], + "mesh": [], + "locations_count": 3, + "locations": [ + { + "id": "doi:10.1146/annurev-fluid-010719-060214", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1146/annurev-fluid-010719-060214", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S169493037", + "display_name": "Annual Review of Fluid Mechanics", + "issn_l": "0066-4189", + "issn": [ + "0066-4189", + "1545-4479" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320373", + "host_organization_name": "Annual Reviews", + "host_organization_lineage": [ + "https://openalex.org/P4310320373" + ], + "host_organization_lineage_names": [ + "Annual Reviews" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Annual Review of Fluid Mechanics", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:arXiv.org:1905.11075", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1905.11075", + "pdf_url": "https://arxiv.org/pdf/1905.11075", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:HAL:hal-02398670v1", + "is_oa": false, + "landing_page_url": "https://hal.science/hal-02398670", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402512", + "display_name": "HAL (Le Centre pour la Communication Scientifique Directe)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1294671590", + "host_organization_name": "Centre National de la Recherche Scientifique", + "host_organization_lineage": [ + "https://openalex.org/I1294671590" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Annual Review of Fluid Mechanics, 2020, 52 (1), pp.477-508. ⟨10.1146/annurev-fluid-010719-060214⟩", + "raw_type": "Journal articles" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1905.11075", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1905.11075", + "pdf_url": "https://arxiv.org/pdf/1905.11075", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + "sustainable_development_goals": [], + "awards": [ + { + "id": "https://openalex.org/G1483361726", + "display_name": null, + "funder_award_id": "W911NF-17-1-0422", + "funder_id": "https://openalex.org/F4320338281", + "funder_display_name": "Army Research Office" + }, + { + "id": "https://openalex.org/G1523888516", + "display_name": null, + "funder_award_id": "FA9550-", + "funder_id": "https://openalex.org/F4320338279", + "funder_display_name": "Air Force Office of Scientific Research" + }, + { + "id": "https://openalex.org/G3655914848", + "display_name": null, + "funder_award_id": "W911NF-17-1-0306", + "funder_id": "https://openalex.org/F4320338281", + "funder_display_name": "Army Research Office" + }, + { + "id": "https://openalex.org/G4205652870", + "display_name": null, + "funder_award_id": "W911NF-17-1-0422", + "funder_id": "https://openalex.org/F4320338279", + "funder_display_name": "Air Force Office of Scientific Research" + }, + { + "id": "https://openalex.org/G5809100787", + "display_name": null, + "funder_award_id": "FA9550", + "funder_id": "https://openalex.org/F4320338279", + "funder_display_name": "Air Force Office of Scientific Research" + }, + { + "id": "https://openalex.org/G7042399192", + "display_name": null, + "funder_award_id": "AFOSR FA9550-18-1-0200", + "funder_id": "https://openalex.org/F4320338279", + "funder_display_name": "Air Force Office of Scientific Research" + }, + { + "id": "https://openalex.org/G7452299184", + "display_name": null, + "funder_award_id": "W911NF", + "funder_id": "https://openalex.org/F4320338281", + "funder_display_name": "Army Research Office" + }, + { + "id": "https://openalex.org/G8202574490", + "display_name": null, + "funder_award_id": "FA9550-18-1-0200", + "funder_id": "https://openalex.org/F4320338279", + "funder_display_name": "Air Force Office of Scientific Research" + }, + { + "id": "https://openalex.org/G8249314747", + "display_name": null, + "funder_award_id": "ARO W911NF-17-1-0306", + "funder_id": "https://openalex.org/F4320338281", + "funder_display_name": "Army Research Office" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320322892", + "display_name": "Centre National de la Recherche Scientifique", + "ror": "https://ror.org/02feahw73" + }, + { + "id": "https://openalex.org/F4320338279", + "display_name": "Air Force Office of Scientific Research", + "ror": "https://ror.org/011e9bt93" + }, + { + "id": "https://openalex.org/F4320338281", + "display_name": "Army Research Office", + "ror": "https://ror.org/05epdh915" + } + ], + "has_content": { + "grobid_xml": true, + "pdf": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W2973119841.pdf", + "grobid_xml": "https://content.openalex.org/works/W2973119841.grobid-xml" + }, + "referenced_works_count": 139, + "referenced_works": [ + "https://openalex.org/W54257720", + "https://openalex.org/W119114865", + "https://openalex.org/W1479971399", + "https://openalex.org/W1498436455", + "https://openalex.org/W1528439235", + "https://openalex.org/W1590183771", + "https://openalex.org/W1606265566", + "https://openalex.org/W1614107838", + "https://openalex.org/W1633869374", + "https://openalex.org/W1650825897", + "https://openalex.org/W1685006559", + "https://openalex.org/W1954793758", + "https://openalex.org/W1967011375", + "https://openalex.org/W1967963082", + "https://openalex.org/W1970454553", + "https://openalex.org/W1972005403", + "https://openalex.org/W1976068300", + "https://openalex.org/W1979769287", + "https://openalex.org/W1992462433", + "https://openalex.org/W1996773027", + "https://openalex.org/W1997126009", + "https://openalex.org/W2008125068", + "https://openalex.org/W2010459912", + "https://openalex.org/W2012725996", + "https://openalex.org/W2014356541", + "https://openalex.org/W2017479642", + "https://openalex.org/W2027964569", + "https://openalex.org/W2030450972", + "https://openalex.org/W2031349338", + "https://openalex.org/W2034541995", + "https://openalex.org/W2040387238", + "https://openalex.org/W2040870580", + "https://openalex.org/W2041754533", + "https://openalex.org/W2050195777", + "https://openalex.org/W2051465149", + "https://openalex.org/W2054881170", + "https://openalex.org/W2055503573", + "https://openalex.org/W2056653303", + "https://openalex.org/W2064675550", + "https://openalex.org/W2067472975", + "https://openalex.org/W2070246049", + "https://openalex.org/W2074447412", + "https://openalex.org/W2076110561", + "https://openalex.org/W2078626246", + "https://openalex.org/W2097074225", + "https://openalex.org/W2102162541", + "https://openalex.org/W2103626435", + "https://openalex.org/W2104578628", + "https://openalex.org/W2108380954", + "https://openalex.org/W2109177042", + "https://openalex.org/W2109883840", + "https://openalex.org/W2110418811", + "https://openalex.org/W2113553269", + "https://openalex.org/W2113640817", + "https://openalex.org/W2117756735", + "https://openalex.org/W2118944048", + "https://openalex.org/W2121058967", + "https://openalex.org/W2122861381", + "https://openalex.org/W2123381477", + "https://openalex.org/W2126999002", + "https://openalex.org/W2127129738", + "https://openalex.org/W2128084896", + "https://openalex.org/W2129812935", + "https://openalex.org/W2130259898", + "https://openalex.org/W2131847304", + "https://openalex.org/W2134692705", + "https://openalex.org/W2137595289", + "https://openalex.org/W2137983211", + "https://openalex.org/W2138537392", + "https://openalex.org/W2139960762", + "https://openalex.org/W2145339207", + "https://openalex.org/W2150559081", + "https://openalex.org/W2158985775", + "https://openalex.org/W2164954534", + "https://openalex.org/W2168479071", + "https://openalex.org/W2179833213", + "https://openalex.org/W2239232218", + "https://openalex.org/W2239916406", + "https://openalex.org/W2257979135", + "https://openalex.org/W2266714625", + "https://openalex.org/W2335276023", + "https://openalex.org/W2339890646", + "https://openalex.org/W2345737627", + "https://openalex.org/W2346717862", + "https://openalex.org/W2395962256", + "https://openalex.org/W2465244584", + "https://openalex.org/W2487365028", + "https://openalex.org/W2490045648", + "https://openalex.org/W2494808947", + "https://openalex.org/W2517135970", + "https://openalex.org/W2525748878", + "https://openalex.org/W2534240011", + "https://openalex.org/W2556930732", + "https://openalex.org/W2573798107", + "https://openalex.org/W2584231952", + "https://openalex.org/W2586197373", + "https://openalex.org/W2594632285", + "https://openalex.org/W2730644873", + "https://openalex.org/W2745110207", + "https://openalex.org/W2748760860", + "https://openalex.org/W2751013712", + "https://openalex.org/W2758626922", + "https://openalex.org/W2765372792", + "https://openalex.org/W2765861397", + "https://openalex.org/W2768911907", + "https://openalex.org/W2770660451", + "https://openalex.org/W2777417212", + "https://openalex.org/W2782714865", + "https://openalex.org/W2787894218", + "https://openalex.org/W2788403524", + "https://openalex.org/W2794371820", + "https://openalex.org/W2795982117", + "https://openalex.org/W2799103053", + "https://openalex.org/W2805869290", + "https://openalex.org/W2887432454", + "https://openalex.org/W2888317899", + "https://openalex.org/W2891423421", + "https://openalex.org/W2899283552", + "https://openalex.org/W2900119356", + "https://openalex.org/W2902480423", + "https://openalex.org/W2902946198", + "https://openalex.org/W2909451642", + "https://openalex.org/W2911964244", + "https://openalex.org/W2919115771", + "https://openalex.org/W2950974717", + "https://openalex.org/W2962757926", + "https://openalex.org/W2962761333", + "https://openalex.org/W2962899390", + "https://openalex.org/W2963448313", + "https://openalex.org/W2964027982", + "https://openalex.org/W2964059953", + "https://openalex.org/W2964128214", + "https://openalex.org/W2964129632", + "https://openalex.org/W2971781109", + "https://openalex.org/W4210968171", + "https://openalex.org/W4213332169", + "https://openalex.org/W4233518571", + "https://openalex.org/W4238160257", + "https://openalex.org/W4250955649" + ], + "related_works": [ + "https://openalex.org/W2772595360", + "https://openalex.org/W2221523880", + "https://openalex.org/W3046946477", + "https://openalex.org/W2010181683", + "https://openalex.org/W2778641779", + "https://openalex.org/W2967095864", + "https://openalex.org/W2056815676", + "https://openalex.org/W2284359467", + "https://openalex.org/W204992595", + "https://openalex.org/W2049238023" + ], + "abstract_inverted_index": { + "The": [ + 0, + 100 + ], + "field": [ + 1, + 16 + ], + "of": [ + 2, + 12, + 31, + 70, + 78, + 104, + 112, + 122, + 142 + ], + "fluid": [ + 3, + 47, + 81, + 98, + 143 + ], + "mechanics": [ + 4, + 144 + ], + "is": [ + 5 + ], + "rapidly": [ + 6 + ], + "advancing,": [ + 7 + ], + "driven": [ + 8 + ], + "by": [ + 9 + ], + "unprecedented": [ + 10 + ], + "volumes": [ + 11 + ], + "data": [ + 13, + 37, + 117 + ], + "from": [ + 14, + 36, + 109 + ], + "experiments,": [ + 15, + 124 + ], + "measurements,": [ + 17 + ], + "and": [ + 18, + 56, + 63, + 75, + 88, + 96, + 102, + 125, + 136, + 146 + ], + "large-scale": [ + 19 + ], + "simulations": [ + 20 + ], + "at": [ + 21 + ], + "multiple": [ + 22 + ], + "spatiotemporal": [ + 23 + ], + "scales.": [ + 24 + ], + "Machine": [ + 25 + ], + "learning": [ + 26 + ], + "(ML)": [ + 27 + ], + "offers": [ + 28 + ], + "a": [ + 29, + 129 + ], + "wealth": [ + 30 + ], + "techniques": [ + 32 + ], + "to": [ + 33, + 60 + ], + "extract": [ + 34 + ], + "information": [ + 35 + ], + "that": [ + 38, + 115, + 133 + ], + "can": [ + 39, + 52, + 134 + ], + "be": [ + 40 + ], + "translated": [ + 41 + ], + "into": [ + 42 + ], + "knowledge": [ + 43, + 55 + ], + "about": [ + 44 + ], + "the": [ + 45, + 110 + ], + "underlying": [ + 46 + ], + "mechanics.": [ + 48, + 82 + ], + "Moreover,": [ + 49 + ], + "ML": [ + 50, + 79, + 86, + 127 + ], + "algorithms": [ + 51 + ], + "augment": [ + 53 + ], + "domain": [ + 54 + ], + "automate": [ + 57 + ], + "tasks": [ + 58 + ], + "related": [ + 59 + ], + "flow": [ + 61 + ], + "control": [ + 62 + ], + "optimization.": [ + 64 + ], + "This": [ + 65 + ], + "article": [ + 66 + ], + "presents": [ + 67 + ], + "an": [ + 68, + 119 + ], + "overview": [ + 69 + ], + "past": [ + 71 + ], + "history,": [ + 72 + ], + "current": [ + 73, + 140 + ], + "developments,": [ + 74 + ], + "emerging": [ + 76 + ], + "opportunities": [ + 77 + ], + "for": [ + 80, + 92 + ], + "We": [ + 83 + ], + "outline": [ + 84 + ], + "fundamental": [ + 85 + ], + "methodologies": [ + 87 + ], + "discuss": [ + 89 + ], + "their": [ + 90 + ], + "uses": [ + 91 + ], + "understanding,": [ + 93 + ], + "modeling,": [ + 94, + 123 + ], + "optimizing,": [ + 95 + ], + "controlling": [ + 97 + ], + "flows.": [ + 99 + ], + "strengths": [ + 101 + ], + "limitations": [ + 103 + ], + "these": [ + 105 + ], + "methods": [ + 106 + ], + "are": [ + 107 + ], + "addressed": [ + 108 + ], + "perspective": [ + 111 + ], + "scientific": [ + 113 + ], + "inquiry": [ + 114 + ], + "considers": [ + 116 + ], + "as": [ + 118 + ], + "inherent": [ + 120 + ], + "part": [ + 121 + ], + "simulations.": [ + 126 + ], + "provides": [ + 128 + ], + "powerful": [ + 130 + ], + "information-processing": [ + 131 + ], + "framework": [ + 132 + ], + "augment,": [ + 135 + ], + "possibly": [ + 137 + ], + "even": [ + 138 + ], + "transform,": [ + 139 + ], + "lines": [ + 141 + ], + "research": [ + 145 + ], + "industrial": [ + 147 + ], + "applications.": [ + 148 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 232 + }, + { + "year": 2025, + "cited_by_count": 548 + }, + { + "year": 2024, + "cited_by_count": 526 + }, + { + "year": 2023, + "cited_by_count": 435 + }, + { + "year": 2022, + "cited_by_count": 396 + }, + { + "year": 2021, + "cited_by_count": 285 + }, + { + "year": 2020, + "cited_by_count": 121 + }, + { + "year": 2019, + "cited_by_count": 10 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2019-09-19T00:00:00" + }, + { + "id": "https://openalex.org/W2111547563", + "doi": "https://doi.org/10.1016/j.csbj.2014.11.005", + "title": "Machine learning applications in cancer prognosis and prediction", + "display_name": "Machine learning applications in cancer prognosis and prediction", + "relevance_score": 3577.4424, + "publication_year": 2014, + "publication_date": "2014-11-15", + "ids": { + "openalex": "https://openalex.org/W2111547563", + "doi": "https://doi.org/10.1016/j.csbj.2014.11.005", + "mag": "2111547563", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/25750696" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1016/j.csbj.2014.11.005", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1016/j.csbj.2014.11.005", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2764539591", + "display_name": "Computational and Structural Biotechnology Journal", + "issn_l": "2001-0370", + "issn": [ + "2001-0370" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320990", + "host_organization_name": "Elsevier BV", + "host_organization_lineage": [ + "https://openalex.org/P4310320990" + ], + "host_organization_lineage_names": [ + "Elsevier BV" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Computational and Structural Biotechnology Journal", + "raw_type": "journal-article" + }, + "type": "review", + "indexed_in": [ + "crossref", + "doaj", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "gold", + "oa_url": "https://doi.org/10.1016/j.csbj.2014.11.005", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5067569191", + "display_name": "Κωνσταντίνα Κούρου", + "orcid": "https://orcid.org/0000-0003-4310-2739" + }, + "institutions": [ + { + "id": "https://openalex.org/I194019607", + "display_name": "University of Ioannina", + "ror": "https://ror.org/01qg3j183", + "country_code": "GR", + "type": "education", + "lineage": [ + "https://openalex.org/I194019607" + ] + } + ], + "countries": [ + "GR" + ], + "is_corresponding": false, + "raw_author_name": "Konstantina Kourou", + "raw_affiliation_strings": [ + "Unit of Medical Technology and Intelligent Information Systems, Dept. of Materials Science and Engineering, University of Ioannina, Ioannina, Greece" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Unit of Medical Technology and Intelligent Information Systems, Dept. of Materials Science and Engineering, University of Ioannina, Ioannina, Greece", + "institution_ids": [ + "https://openalex.org/I194019607" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5104150275", + "display_name": "Themis P. Exarchos", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I194019607", + "display_name": "University of Ioannina", + "ror": "https://ror.org/01qg3j183", + "country_code": "GR", + "type": "education", + "lineage": [ + "https://openalex.org/I194019607" + ] + }, + { + "id": "https://openalex.org/I4210105723", + "display_name": "FORTH Institute of Molecular Biology and Biotechnology", + "ror": "https://ror.org/01gzszr18", + "country_code": "GR", + "type": "facility", + "lineage": [ + "https://openalex.org/I4210105723", + "https://openalex.org/I8901234" + ] + } + ], + "countries": [ + "GR" + ], + "is_corresponding": false, + "raw_author_name": "Themis P. Exarchos", + "raw_affiliation_strings": [ + "IMBB — FORTH, Dept. of Biomedical Research, Ioannina, Greece", + "Unit of Medical Technology and Intelligent Information Systems, Dept. of Materials Science and Engineering, University of Ioannina, Ioannina, Greece" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "IMBB — FORTH, Dept. of Biomedical Research, Ioannina, Greece", + "institution_ids": [ + "https://openalex.org/I4210105723" + ] + }, + { + "raw_affiliation_string": "Unit of Medical Technology and Intelligent Information Systems, Dept. of Materials Science and Engineering, University of Ioannina, Ioannina, Greece", + "institution_ids": [ + "https://openalex.org/I194019607" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5017880834", + "display_name": "Konstantinos Exarchos", + "orcid": "https://orcid.org/0000-0002-4754-7623" + }, + "institutions": [ + { + "id": "https://openalex.org/I194019607", + "display_name": "University of Ioannina", + "ror": "https://ror.org/01qg3j183", + "country_code": "GR", + "type": "education", + "lineage": [ + "https://openalex.org/I194019607" + ] + } + ], + "countries": [ + "GR" + ], + "is_corresponding": false, + "raw_author_name": "Konstantinos P. Exarchos", + "raw_affiliation_strings": [ + "Unit of Medical Technology and Intelligent Information Systems, Dept. of Materials Science and Engineering, University of Ioannina, Ioannina, Greece" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Unit of Medical Technology and Intelligent Information Systems, Dept. of Materials Science and Engineering, University of Ioannina, Ioannina, Greece", + "institution_ids": [ + "https://openalex.org/I194019607" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5084550691", + "display_name": "Michalis V. Karamouzis", + "orcid": "https://orcid.org/0000-0003-1369-8201" + }, + "institutions": [ + { + "id": "https://openalex.org/I200777214", + "display_name": "National and Kapodistrian University of Athens", + "ror": "https://ror.org/04gnjpq42", + "country_code": "GR", + "type": "education", + "lineage": [ + "https://openalex.org/I200777214" + ] + } + ], + "countries": [ + "GR" + ], + "is_corresponding": false, + "raw_author_name": "Michalis V. Karamouzis", + "raw_affiliation_strings": [ + "Molecular Oncology Unit, Department of Biological Chemistry, Medical School, University of Athens, Athens, Greece" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Molecular Oncology Unit, Department of Biological Chemistry, Medical School, University of Athens, Athens, Greece", + "institution_ids": [ + "https://openalex.org/I200777214" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5037813012", + "display_name": "Dimitrios I. Fotiadis", + "orcid": "https://orcid.org/0000-0002-7362-5082" + }, + "institutions": [ + { + "id": "https://openalex.org/I194019607", + "display_name": "University of Ioannina", + "ror": "https://ror.org/01qg3j183", + "country_code": "GR", + "type": "education", + "lineage": [ + "https://openalex.org/I194019607" + ] + }, + { + "id": "https://openalex.org/I4210105723", + "display_name": "FORTH Institute of Molecular Biology and Biotechnology", + "ror": "https://ror.org/01gzszr18", + "country_code": "GR", + "type": "facility", + "lineage": [ + "https://openalex.org/I4210105723", + "https://openalex.org/I8901234" + ] + } + ], + "countries": [ + "GR" + ], + "is_corresponding": true, + "raw_author_name": "Dimitrios I. Fotiadis", + "raw_affiliation_strings": [ + "IMBB — FORTH, Dept. of Biomedical Research, Ioannina, Greece", + "Unit of Medical Technology and Intelligent Information Systems, Dept. of Materials Science and Engineering, University of Ioannina, Ioannina, Greece" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "IMBB — FORTH, Dept. of Biomedical Research, Ioannina, Greece", + "institution_ids": [ + "https://openalex.org/I4210105723" + ] + }, + { + "raw_affiliation_string": "Unit of Medical Technology and Intelligent Information Systems, Dept. of Materials Science and Engineering, University of Ioannina, Ioannina, Greece", + "institution_ids": [ + "https://openalex.org/I194019607" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 5, + "corresponding_author_ids": [ + "https://openalex.org/A5037813012" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I194019607", + "https://openalex.org/I4210105723" + ], + "apc_list": { + "value": 2450, + "currency": "EUR", + "value_usd": 2642 + }, + "apc_paid": { + "value": 2450, + "currency": "EUR", + "value_usd": 2642 + }, + "fwci": 61.3105, + "has_fulltext": false, + "cited_by_count": 3271, + "citation_normalized_percentile": { + "value": 0.9992261, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "13", + "issue": null, + "first_page": "8", + "last_page": "17" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10862", + "display_name": "AI in cancer detection", + "score": 0.9977999925613403, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10862", + "display_name": "AI in cancer detection", + "score": 0.9977999925613403, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11396", + "display_name": "Artificial Intelligence in Healthcare", + "score": 0.9937999844551086, + "subfield": { + "id": "https://openalex.org/subfields/3605", + "display_name": "Health Information Management" + }, + "field": { + "id": "https://openalex.org/fields/36", + "display_name": "Health Professions" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + }, + { + "id": "https://openalex.org/T10885", + "display_name": "Gene expression and cancer classification", + "score": 0.9843000173568726, + "subfield": { + "id": "https://openalex.org/subfields/1312", + "display_name": "Molecular Biology" + }, + "field": { + "id": "https://openalex.org/fields/13", + "display_name": "Biochemistry, Genetics and Molecular Biology" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.7670019865036011 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6441092491149902 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6317405104637146 + }, + { + "id": "https://openalex.org/keywords/support-vector-machine", + "display_name": "Support vector machine", + "score": 0.6097581386566162 + }, + { + "id": "https://openalex.org/keywords/cancer", + "display_name": "Cancer", + "score": 0.567906379699707 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.5353600978851318 + }, + { + "id": "https://openalex.org/keywords/bayesian-network", + "display_name": "Bayesian network", + "score": 0.5231181979179382 + }, + { + "id": "https://openalex.org/keywords/clinical-practice", + "display_name": "Clinical Practice", + "score": 0.46658024191856384 + }, + { + "id": "https://openalex.org/keywords/variety", + "display_name": "Variety (cybernetics)", + "score": 0.4417306184768677 + }, + { + "id": "https://openalex.org/keywords/field", + "display_name": "Field (mathematics)", + "score": 0.43627700209617615 + }, + { + "id": "https://openalex.org/keywords/predictive-modelling", + "display_name": "Predictive modelling", + "score": 0.4162035584449768 + }, + { + "id": "https://openalex.org/keywords/medicine", + "display_name": "Medicine", + "score": 0.2604517340660095 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.08188235759735107 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.7670019865036011 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6441092491149902 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6317405104637146 + }, + { + "id": "https://openalex.org/C12267149", + "wikidata": "https://www.wikidata.org/wiki/Q282453", + "display_name": "Support vector machine", + "level": 2, + "score": 0.6097581386566162 + }, + { + "id": "https://openalex.org/C121608353", + "wikidata": "https://www.wikidata.org/wiki/Q12078", + "display_name": "Cancer", + "level": 2, + "score": 0.567906379699707 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.5353600978851318 + }, + { + "id": "https://openalex.org/C33724603", + "wikidata": "https://www.wikidata.org/wiki/Q812540", + "display_name": "Bayesian network", + "level": 2, + "score": 0.5231181979179382 + }, + { + "id": "https://openalex.org/C2779974597", + "wikidata": "https://www.wikidata.org/wiki/Q28448986", + "display_name": "Clinical Practice", + "level": 2, + "score": 0.46658024191856384 + }, + { + "id": "https://openalex.org/C136197465", + "wikidata": "https://www.wikidata.org/wiki/Q1729295", + "display_name": "Variety (cybernetics)", + "level": 2, + "score": 0.4417306184768677 + }, + { + "id": "https://openalex.org/C9652623", + "wikidata": "https://www.wikidata.org/wiki/Q190109", + "display_name": "Field (mathematics)", + "level": 2, + "score": 0.43627700209617615 + }, + { + "id": "https://openalex.org/C45804977", + "wikidata": "https://www.wikidata.org/wiki/Q7239673", + "display_name": "Predictive modelling", + "level": 2, + "score": 0.4162035584449768 + }, + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.2604517340660095 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.08188235759735107 + }, + { + "id": "https://openalex.org/C202444582", + "wikidata": "https://www.wikidata.org/wiki/Q837863", + "display_name": "Pure mathematics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C126322002", + "wikidata": "https://www.wikidata.org/wiki/Q11180", + "display_name": "Internal medicine", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C512399662", + "wikidata": "https://www.wikidata.org/wiki/Q3505712", + "display_name": "Family medicine", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 4, + "locations": [ + { + "id": "doi:10.1016/j.csbj.2014.11.005", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1016/j.csbj.2014.11.005", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2764539591", + "display_name": "Computational and Structural Biotechnology Journal", + "issn_l": "2001-0370", + "issn": [ + "2001-0370" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320990", + "host_organization_name": "Elsevier BV", + "host_organization_lineage": [ + "https://openalex.org/P4310320990" + ], + "host_organization_lineage_names": [ + "Elsevier BV" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Computational and Structural Biotechnology Journal", + "raw_type": "journal-article" + }, + { + "id": "pmid:25750696", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/25750696", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Computational and structural biotechnology journal", + "raw_type": null + }, + { + "id": "pmh:oai:doaj.org/article:35b9fc4c35f148889aab32c978d9a58b", + "is_oa": true, + "landing_page_url": "https://doaj.org/article/35b9fc4c35f148889aab32c978d9a58b", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401280", + "display_name": "DOAJ (DOAJ: Directory of Open Access Journals)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by-sa", + "license_id": "https://openalex.org/licenses/cc-by-sa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Computational and Structural Biotechnology Journal, Vol 13, Iss C, Pp 8-17 (2015)", + "raw_type": "article" + }, + { + "id": "pmh:oai:europepmc.org:3318377", + "is_oa": true, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/4348437", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400806", + "display_name": "Europe PMC (PubMed Central)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1303153112", + "host_organization_name": "European Bioinformatics Institute", + "host_organization_lineage": [ + "https://openalex.org/I1303153112" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "Text" + } + ], + "best_oa_location": { + "id": "doi:10.1016/j.csbj.2014.11.005", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1016/j.csbj.2014.11.005", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2764539591", + "display_name": "Computational and Structural Biotechnology Journal", + "issn_l": "2001-0370", + "issn": [ + "2001-0370" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320990", + "host_organization_name": "Elsevier BV", + "host_organization_lineage": [ + "https://openalex.org/P4310320990" + ], + "host_organization_lineage_names": [ + "Elsevier BV" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Computational and Structural Biotechnology Journal", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [ + { + "score": 0.4099999964237213, + "display_name": "Peace, Justice and strong institutions", + "id": "https://metadata.un.org/sdg/16" + } + ], + "awards": [], + "funders": [ + { + "id": "https://openalex.org/F4320338370", + "display_name": "FP7 Information and Communication Technologies", + "ror": null + } + ], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 74, + "referenced_works": [ + "https://openalex.org/W1491953704", + "https://openalex.org/W1500572886", + "https://openalex.org/W1517879388", + "https://openalex.org/W1519433744", + "https://openalex.org/W1565377632", + "https://openalex.org/W1570448133", + "https://openalex.org/W1591717158", + "https://openalex.org/W1651586605", + "https://openalex.org/W1663973292", + "https://openalex.org/W1960669649", + "https://openalex.org/W1971005400", + "https://openalex.org/W1978761216", + "https://openalex.org/W1983024255", + "https://openalex.org/W1985663400", + "https://openalex.org/W1987776395", + "https://openalex.org/W1989628460", + "https://openalex.org/W1992297816", + "https://openalex.org/W1993628165", + "https://openalex.org/W1995199599", + "https://openalex.org/W2007265575", + "https://openalex.org/W2011021469", + "https://openalex.org/W2014510428", + "https://openalex.org/W2017337590", + "https://openalex.org/W2020402396", + "https://openalex.org/W2021100122", + "https://openalex.org/W2025060250", + "https://openalex.org/W2025738103", + "https://openalex.org/W2036839465", + "https://openalex.org/W2041652340", + "https://openalex.org/W2048701123", + "https://openalex.org/W2053522428", + "https://openalex.org/W2058089746", + "https://openalex.org/W2062364738", + "https://openalex.org/W2083780116", + "https://openalex.org/W2088338744", + "https://openalex.org/W2089927030", + "https://openalex.org/W2091947792", + "https://openalex.org/W2097554668", + "https://openalex.org/W2105882193", + "https://openalex.org/W2109103446", + "https://openalex.org/W2109896839", + "https://openalex.org/W2111461407", + "https://openalex.org/W2116841457", + "https://openalex.org/W2117692326", + "https://openalex.org/W2118366842", + "https://openalex.org/W2119782683", + "https://openalex.org/W2122227569", + "https://openalex.org/W2123696692", + "https://openalex.org/W2126009609", + "https://openalex.org/W2128767954", + "https://openalex.org/W2130338776", + "https://openalex.org/W2132619562", + "https://openalex.org/W2133601033", + "https://openalex.org/W2140218006", + "https://openalex.org/W2148078825", + "https://openalex.org/W2152121590", + "https://openalex.org/W2154362705", + "https://openalex.org/W2155461561", + "https://openalex.org/W2156483112", + "https://openalex.org/W2157132621", + "https://openalex.org/W2157239837", + "https://openalex.org/W2163042952", + "https://openalex.org/W2167645795", + "https://openalex.org/W2167769381", + "https://openalex.org/W2170379523", + "https://openalex.org/W2324845196", + "https://openalex.org/W2431164060", + "https://openalex.org/W2476253186", + "https://openalex.org/W2977661550", + "https://openalex.org/W4205774955", + "https://openalex.org/W4255865525", + "https://openalex.org/W4296886862", + "https://openalex.org/W6660969321", + "https://openalex.org/W6663876547" + ], + "related_works": [ + "https://openalex.org/W2032233321", + "https://openalex.org/W3121970507", + "https://openalex.org/W2110028391", + "https://openalex.org/W54497855", + "https://openalex.org/W217960748", + "https://openalex.org/W3125814499", + "https://openalex.org/W2090827041", + "https://openalex.org/W2565703248", + "https://openalex.org/W187246281", + "https://openalex.org/W2143548620" + ], + "abstract_inverted_index": { + "Cancer": [ + 0 + ], + "has": [ + 1, + 51 + ], + "been": [ + 2, + 76, + 129 + ], + "characterized": [ + 3 + ], + "as": [ + 4, + 29, + 78, + 216, + 218, + 250 + ], + "a": [ + 5, + 19, + 24, + 191 + ], + "heterogeneous": [ + 6 + ], + "disease": [ + 7 + ], + "consisting": [ + 8 + ], + "of": [ + 9, + 18, + 37, + 41, + 67, + 87, + 94, + 109, + 138, + 156, + 163, + 169, + 193, + 201, + 233 + ], + "many": [ + 10, + 53 + ], + "different": [ + 11, + 220 + ], + "subtypes.": [ + 12 + ], + "The": [ + 13, + 39, + 204 + ], + "early": [ + 14 + ], + "diagnosis": [ + 15 + ], + "and": [ + 16, + 59, + 85, + 124, + 144, + 223 + ], + "prognosis": [ + 17 + ], + "cancer": [ + 20, + 27, + 43, + 133, + 164, + 202, + 237, + 255 + ], + "type": [ + 21 + ], + "have": [ + 22, + 75, + 128 + ], + "become": [ + 23 + ], + "necessity": [ + 25 + ], + "in": [ + 26, + 132, + 142, + 173, + 181, + 198, + 236 + ], + "research,": [ + 28, + 238 + ], + "it": [ + 30, + 150 + ], + "can": [ + 31, + 159 + ], + "facilitate": [ + 32 + ], + "the": [ + 33, + 57, + 60, + 65, + 83, + 92, + 136, + 154, + 182, + 199, + 227, + 231, + 242 + ], + "subsequent": [ + 34 + ], + "clinical": [ + 35, + 184 + ], + "management": [ + 36 + ], + "patients.": [ + 38 + ], + "importance": [ + 40 + ], + "classifying": [ + 42 + ], + "patients": [ + 44 + ], + "into": [ + 45 + ], + "high": [ + 46 + ], + "or": [ + 47, + 257 + ], + "low": [ + 48 + ], + "risk": [ + 49, + 256 + ], + "groups": [ + 50 + ], + "led": [ + 52 + ], + "research": [ + 54, + 134 + ], + "teams,": [ + 55 + ], + "from": [ + 56, + 101 + ], + "biomedical": [ + 58 + ], + "bioinformatics": [ + 61 + ], + "field,": [ + 62 + ], + "to": [ + 63, + 81, + 97, + 178, + 253 + ], + "study": [ + 64 + ], + "application": [ + 66, + 232 + ], + "machine": [ + 68 + ], + "learning": [ + 69 + ], + "(ML)": [ + 70 + ], + "methods.": [ + 71 + ], + "Therefore,": [ + 72 + ], + "these": [ + 73, + 110, + 176, + 248 + ], + "techniques": [ + 74, + 215, + 249 + ], + "utilized": [ + 77 + ], + "an": [ + 79, + 166, + 251 + ], + "aim": [ + 80, + 252 + ], + "model": [ + 82, + 254 + ], + "progression": [ + 84 + ], + "treatment": [ + 86 + ], + "cancerous": [ + 88 + ], + "conditions.": [ + 89 + ], + "In": [ + 90, + 186 + ], + "addition,": [ + 91 + ], + "ability": [ + 93 + ], + "ML": [ + 95, + 157, + 195, + 214, + 234 + ], + "tools": [ + 96 + ], + "detect": [ + 98 + ], + "key": [ + 99 + ], + "features": [ + 100, + 222 + ], + "complex": [ + 102 + ], + "datasets": [ + 103 + ], + "reveals": [ + 104 + ], + "their": [ + 105 + ], + "importance.": [ + 106 + ], + "A": [ + 107 + ], + "variety": [ + 108 + ], + "techniques,": [ + 111 + ], + "including": [ + 112 + ], + "Artificial": [ + 113 + ], + "Neural": [ + 114 + ], + "Networks": [ + 115, + 118 + ], + "(ANNs),": [ + 116 + ], + "Bayesian": [ + 117 + ], + "(BNs),": [ + 119 + ], + "Support": [ + 120 + ], + "Vector": [ + 121 + ], + "Machines": [ + 122 + ], + "(SVMs)": [ + 123 + ], + "Decision": [ + 125 + ], + "Trees": [ + 126 + ], + "(DTs)": [ + 127 + ], + "widely": [ + 130 + ], + "applied": [ + 131 + ], + "for": [ + 135, + 175 + ], + "development": [ + 137 + ], + "predictive": [ + 139, + 205 + ], + "models,": [ + 140 + ], + "resulting": [ + 141 + ], + "effective": [ + 143 + ], + "accurate": [ + 145 + ], + "decision": [ + 146 + ], + "making.": [ + 147 + ], + "Even": [ + 148 + ], + "though": [ + 149 + ], + "is": [ + 151, + 171 + ], + "evident": [ + 152 + ], + "that": [ + 153, + 246 + ], + "use": [ + 155 + ], + "methods": [ + 158, + 177, + 235 + ], + "improve": [ + 160 + ], + "our": [ + 161 + ], + "understanding": [ + 162 + ], + "progression,": [ + 165 + ], + "appropriate": [ + 167 + ], + "level": [ + 168 + ], + "validation": [ + 170 + ], + "needed": [ + 172 + ], + "order": [ + 174 + ], + "be": [ + 179 + ], + "considered": [ + 180 + ], + "everyday": [ + 183 + ], + "practice.": [ + 185 + ], + "this": [ + 187 + ], + "work,": [ + 188 + ], + "we": [ + 189, + 239 + ], + "present": [ + 190, + 240 + ], + "review": [ + 192 + ], + "recent": [ + 194, + 244 + ], + "approaches": [ + 196 + ], + "employed": [ + 197 + ], + "modeling": [ + 200 + ], + "progression.": [ + 203 + ], + "models": [ + 206 + ], + "discussed": [ + 207 + ], + "here": [ + 208, + 241 + ], + "are": [ + 209 + ], + "based": [ + 210 + ], + "on": [ + 211, + 219, + 230 + ], + "various": [ + 212 + ], + "supervised": [ + 213 + ], + "well": [ + 217 + ], + "input": [ + 221 + ], + "data": [ + 224 + ], + "samples.": [ + 225 + ], + "Given": [ + 226 + ], + "growing": [ + 228 + ], + "trend": [ + 229 + ], + "most": [ + 243 + ], + "publications": [ + 245 + ], + "employ": [ + 247 + ], + "patient": [ + 258 + ], + "outcomes.": [ + 259 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 127 + }, + { + "year": 2025, + "cited_by_count": 408 + }, + { + "year": 2024, + "cited_by_count": 427 + }, + { + "year": 2023, + "cited_by_count": 421 + }, + { + "year": 2022, + "cited_by_count": 411 + }, + { + "year": 2021, + "cited_by_count": 446 + }, + { + "year": 2020, + "cited_by_count": 441 + }, + { + "year": 2019, + "cited_by_count": 280 + }, + { + "year": 2018, + "cited_by_count": 165 + }, + { + "year": 2017, + "cited_by_count": 84 + }, + { + "year": 2016, + "cited_by_count": 49 + }, + { + "year": 2015, + "cited_by_count": 11 + }, + { + "year": 2014, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2525984666", + "doi": "https://doi.org/10.1056/nejmp1606181", + "title": "Predicting the Future — Big Data, Machine Learning, and Clinical Medicine", + "display_name": "Predicting the Future — Big Data, Machine Learning, and Clinical Medicine", + "relevance_score": 3574.7341, + "publication_year": 2016, + "publication_date": "2016-09-28", + "ids": { + "openalex": "https://openalex.org/W2525984666", + "doi": "https://doi.org/10.1056/nejmp1606181", + "mag": "2525984666" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1056/nejmp1606181", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1056/nejmp1606181", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S62468778", + "display_name": "New England Journal of Medicine", + "issn_l": "0028-4793", + "issn": [ + "0028-4793", + "1533-4406" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320239", + "host_organization_name": "Massachusetts Medical Society", + "host_organization_lineage": [ + "https://openalex.org/P4310320239" + ], + "host_organization_lineage_names": [ + "Massachusetts Medical Society" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "New England Journal of Medicine", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/5070532", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5017000481", + "display_name": "Ziad Obermeyer", + "orcid": "https://orcid.org/0000-0002-4563-5849" + }, + "institutions": [ + { + "id": "https://openalex.org/I136199984", + "display_name": "Harvard University", + "ror": "https://ror.org/03vek6s52", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I136199984" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Ziad Obermeyer", + "raw_affiliation_strings": [ + "Department of Health Care Policy, Harvard Medical School, Boston, and the Department of Medical Ethics and Health Policy, Perelman School of Medicine" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Health Care Policy, Harvard Medical School, Boston, and the Department of Medical Ethics and Health Policy, Perelman School of Medicine", + "institution_ids": [ + "https://openalex.org/I136199984" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5012567636", + "display_name": "Ezekiel Emanuel", + "orcid": "https://orcid.org/0000-0002-9796-5735" + }, + "institutions": [ + { + "id": "https://openalex.org/I79576946", + "display_name": "University of Pennsylvania", + "ror": "https://ror.org/00b30xv10", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I79576946" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Ezekiel J. Emanuel", + "raw_affiliation_strings": [ + "Department of Health Care Management, Wharton School, University of Pennsylvania, Philadelphia" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Health Care Management, Wharton School, University of Pennsylvania, Philadelphia", + "institution_ids": [ + "https://openalex.org/I79576946" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5017000481" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I136199984" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 397.113, + "has_fulltext": false, + "cited_by_count": 3448, + "citation_normalized_percentile": { + "value": 1.0, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 96, + "max": 100 + }, + "biblio": { + "volume": "375", + "issue": "13", + "first_page": "1216", + "last_page": "1219" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11396", + "display_name": "Artificial Intelligence in Healthcare", + "score": 0.9932000041007996, + "subfield": { + "id": "https://openalex.org/subfields/3605", + "display_name": "Health Information Management" + }, + "field": { + "id": "https://openalex.org/fields/36", + "display_name": "Health Professions" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11396", + "display_name": "Artificial Intelligence in Healthcare", + "score": 0.9932000041007996, + "subfield": { + "id": "https://openalex.org/subfields/3605", + "display_name": "Health Information Management" + }, + "field": { + "id": "https://openalex.org/fields/36", + "display_name": "Health Professions" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + }, + { + "id": "https://openalex.org/T11636", + "display_name": "Artificial Intelligence in Healthcare and Education", + "score": 0.991599977016449, + "subfield": { + "id": "https://openalex.org/subfields/2718", + "display_name": "Health Informatics" + }, + "field": { + "id": "https://openalex.org/fields/27", + "display_name": "Medicine" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + }, + { + "id": "https://openalex.org/T13702", + "display_name": "Machine Learning in Healthcare", + "score": 0.9872000217437744, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/medicine", + "display_name": "Medicine", + "score": 0.766974925994873 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6763951182365417 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6183133125305176 + }, + { + "id": "https://openalex.org/keywords/big-data", + "display_name": "Big data", + "score": 0.47957199811935425 + }, + { + "id": "https://openalex.org/keywords/precision-medicine", + "display_name": "Precision medicine", + "score": 0.46924924850463867 + }, + { + "id": "https://openalex.org/keywords/data-science", + "display_name": "Data science", + "score": 0.45585569739341736 + }, + { + "id": "https://openalex.org/keywords/scale-invariant-feature-transform", + "display_name": "Scale-invariant feature transform", + "score": 0.4480826258659363 + }, + { + "id": "https://openalex.org/keywords/medline", + "display_name": "MEDLINE", + "score": 0.42730244994163513 + }, + { + "id": "https://openalex.org/keywords/medical-physics", + "display_name": "Medical physics", + "score": 0.41148635745048523 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.21748274564743042 + }, + { + "id": "https://openalex.org/keywords/pathology", + "display_name": "Pathology", + "score": 0.20210126042366028 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.19222670793533325 + }, + { + "id": "https://openalex.org/keywords/feature-extraction", + "display_name": "Feature extraction", + "score": 0.09807196259498596 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.766974925994873 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6763951182365417 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6183133125305176 + }, + { + "id": "https://openalex.org/C75684735", + "wikidata": "https://www.wikidata.org/wiki/Q858810", + "display_name": "Big data", + "level": 2, + "score": 0.47957199811935425 + }, + { + "id": "https://openalex.org/C163763905", + "wikidata": "https://www.wikidata.org/wiki/Q17075943", + "display_name": "Precision medicine", + "level": 2, + "score": 0.46924924850463867 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.45585569739341736 + }, + { + "id": "https://openalex.org/C61265191", + "wikidata": "https://www.wikidata.org/wiki/Q767770", + "display_name": "Scale-invariant feature transform", + "level": 3, + "score": 0.4480826258659363 + }, + { + "id": "https://openalex.org/C2779473830", + "wikidata": "https://www.wikidata.org/wiki/Q1540899", + "display_name": "MEDLINE", + "level": 2, + "score": 0.42730244994163513 + }, + { + "id": "https://openalex.org/C19527891", + "wikidata": "https://www.wikidata.org/wiki/Q1120908", + "display_name": "Medical physics", + "level": 1, + "score": 0.41148635745048523 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.21748274564743042 + }, + { + "id": "https://openalex.org/C142724271", + "wikidata": "https://www.wikidata.org/wiki/Q7208", + "display_name": "Pathology", + "level": 1, + "score": 0.20210126042366028 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.19222670793533325 + }, + { + "id": "https://openalex.org/C52622490", + "wikidata": "https://www.wikidata.org/wiki/Q1026626", + "display_name": "Feature extraction", + "level": 2, + "score": 0.09807196259498596 + }, + { + "id": "https://openalex.org/C199539241", + "wikidata": "https://www.wikidata.org/wiki/Q7748", + "display_name": "Law", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C17744445", + "wikidata": "https://www.wikidata.org/wiki/Q36442", + "display_name": "Political science", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "doi:10.1056/nejmp1606181", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1056/nejmp1606181", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S62468778", + "display_name": "New England Journal of Medicine", + "issn_l": "0028-4793", + "issn": [ + "0028-4793", + "1533-4406" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320239", + "host_organization_name": "Massachusetts Medical Society", + "host_organization_lineage": [ + "https://openalex.org/P4310320239" + ], + "host_organization_lineage_names": [ + "Massachusetts Medical Society" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "New England Journal of Medicine", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:pubmedcentral.nih.gov:5070532", + "is_oa": true, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/5070532", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2764455111", + "display_name": "PubMed Central", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "N Engl J Med", + "raw_type": "Text" + } + ], + "best_oa_location": { + "id": "pmh:oai:pubmedcentral.nih.gov:5070532", + "is_oa": true, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/5070532", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2764455111", + "display_name": "PubMed Central", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "N Engl J Med", + "raw_type": "Text" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 5, + "referenced_works": [ + "https://openalex.org/W2020506948", + "https://openalex.org/W2103018059", + "https://openalex.org/W2203167467", + "https://openalex.org/W2341256599", + "https://openalex.org/W2610886376" + ], + "related_works": [ + "https://openalex.org/W3014300295", + "https://openalex.org/W2297410961", + "https://openalex.org/W2548459112", + "https://openalex.org/W2905881943", + "https://openalex.org/W4224276240", + "https://openalex.org/W4312569874", + "https://openalex.org/W2946781799", + "https://openalex.org/W2588050043", + "https://openalex.org/W2531479711", + "https://openalex.org/W2191030086" + ], + "abstract_inverted_index": { + "The": [ + 0 + ], + "algorithms": [ + 1 + ], + "of": [ + 2, + 11, + 25, + 28 + ], + "machine": [ + 3 + ], + "learning,": [ + 4 + ], + "which": [ + 5 + ], + "can": [ + 6 + ], + "sift": [ + 7 + ], + "through": [ + 8 + ], + "vast": [ + 9 + ], + "numbers": [ + 10 + ], + "variables": [ + 12 + ], + "looking": [ + 13 + ], + "for": [ + 14 + ], + "combinations": [ + 15 + ], + "that": [ + 16 + ], + "reliably": [ + 17 + ], + "predict": [ + 18 + ], + "outcomes,": [ + 19 + ], + "will": [ + 20 + ], + "improve": [ + 21, + 34 + ], + "prognosis,": [ + 22 + ], + "displace": [ + 23 + ], + "much": [ + 24 + ], + "the": [ + 26 + ], + "work": [ + 27 + ], + "radiologists": [ + 29 + ], + "and": [ + 30, + 33 + ], + "anatomical": [ + 31 + ], + "pathologists,": [ + 32 + ], + "diagnostic": [ + 35 + ], + "accuracy.": [ + 36 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 200 + }, + { + "year": 2025, + "cited_by_count": 587 + }, + { + "year": 2024, + "cited_by_count": 517 + }, + { + "year": 2023, + "cited_by_count": 393 + }, + { + "year": 2022, + "cited_by_count": 380 + }, + { + "year": 2021, + "cited_by_count": 405 + }, + { + "year": 2020, + "cited_by_count": 372 + }, + { + "year": 2019, + "cited_by_count": 283 + }, + { + "year": 2018, + "cited_by_count": 205 + }, + { + "year": 2017, + "cited_by_count": 98 + }, + { + "year": 2016, + "cited_by_count": 3 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2923537029", + "doi": "https://doi.org/10.1103/revmodphys.91.045002", + "title": "Machine learning and the physical sciences", + "display_name": "Machine learning and the physical sciences", + "relevance_score": 3570.645, + "publication_year": 2019, + "publication_date": "2019-12-06", + "ids": { + "openalex": "https://openalex.org/W2923537029", + "doi": "https://doi.org/10.1103/revmodphys.91.045002", + "mag": "2923537029" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1103/revmodphys.91.045002", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1103/revmodphys.91.045002", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S73260565", + "display_name": "Reviews of Modern Physics", + "issn_l": "0034-6861", + "issn": [ + "0034-6861", + "1538-4527", + "1539-0756" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320261", + "host_organization_name": "American Physical Society", + "host_organization_lineage": [ + "https://openalex.org/P4310320261" + ], + "host_organization_lineage_names": [ + "American Physical Society" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Reviews of Modern Physics", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "arxiv", + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1903.10563", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5007408828", + "display_name": "Giuseppe Carleo", + "orcid": "https://orcid.org/0000-0002-8887-4356" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210153546", + "display_name": "Flatiron Health (United States)", + "ror": "https://ror.org/0508h6p74", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I4210153546" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Giuseppe Carleo", + "raw_affiliation_strings": [ + "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA" + ], + "raw_orcid": "https://orcid.org/0000-0002-8887-4356", + "affiliations": [ + { + "raw_affiliation_string": "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA", + "institution_ids": [ + "https://openalex.org/I4210153546" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5083228566", + "display_name": "J. I. Cirac", + "orcid": "https://orcid.org/0000-0003-3359-1743" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210153546", + "display_name": "Flatiron Health (United States)", + "ror": "https://ror.org/0508h6p74", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I4210153546" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Ignacio Cirac", + "raw_affiliation_strings": [ + "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA", + "institution_ids": [ + "https://openalex.org/I4210153546" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5108167175", + "display_name": "K. Cranmer", + "orcid": "https://orcid.org/0000-0002-5769-7094" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210153546", + "display_name": "Flatiron Health (United States)", + "ror": "https://ror.org/0508h6p74", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I4210153546" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Kyle Cranmer", + "raw_affiliation_strings": [ + "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA", + "institution_ids": [ + "https://openalex.org/I4210153546" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5058259063", + "display_name": "Laurent Daudet", + "orcid": "https://orcid.org/0000-0001-5811-1078" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210153546", + "display_name": "Flatiron Health (United States)", + "ror": "https://ror.org/0508h6p74", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I4210153546" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Laurent Daudet", + "raw_affiliation_strings": [ + "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA", + "institution_ids": [ + "https://openalex.org/I4210153546" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5073832417", + "display_name": "Maria Schuld", + "orcid": "https://orcid.org/0000-0001-8626-168X" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210153546", + "display_name": "Flatiron Health (United States)", + "ror": "https://ror.org/0508h6p74", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I4210153546" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Maria Schuld", + "raw_affiliation_strings": [ + "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA", + "institution_ids": [ + "https://openalex.org/I4210153546" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5004273274", + "display_name": "Naftali Tishby", + "orcid": "https://orcid.org/0000-0002-8086-4436" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210153546", + "display_name": "Flatiron Health (United States)", + "ror": "https://ror.org/0508h6p74", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I4210153546" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Naftali Tishby", + "raw_affiliation_strings": [ + "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA", + "institution_ids": [ + "https://openalex.org/I4210153546" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5024209749", + "display_name": "Leslie Vogt-Maranto", + "orcid": "https://orcid.org/0000-0002-7006-4582" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210153546", + "display_name": "Flatiron Health (United States)", + "ror": "https://ror.org/0508h6p74", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I4210153546" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Leslie Vogt-Maranto", + "raw_affiliation_strings": [ + "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA" + ], + "raw_orcid": "https://orcid.org/0000-0002-7006-4582", + "affiliations": [ + { + "raw_affiliation_string": "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA", + "institution_ids": [ + "https://openalex.org/I4210153546" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5089268172", + "display_name": "Lenka Zdeborová", + "orcid": "https://orcid.org/0000-0002-8377-3978" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210153546", + "display_name": "Flatiron Health (United States)", + "ror": "https://ror.org/0508h6p74", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I4210153546" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Lenka Zdeborová", + "raw_affiliation_strings": [ + "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA", + "institution_ids": [ + "https://openalex.org/I4210153546" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 8, + "corresponding_author_ids": [ + "https://openalex.org/A5007408828" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I4210153546" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 98.7476, + "has_fulltext": false, + "cited_by_count": 2412, + "citation_normalized_percentile": { + "value": 0.99995194, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "91", + "issue": "4", + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11948", + "display_name": "Machine Learning in Materials Science", + "score": 0.998199999332428, + "subfield": { + "id": "https://openalex.org/subfields/2505", + "display_name": "Materials Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/25", + "display_name": "Materials Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11948", + "display_name": "Machine Learning in Materials Science", + "score": 0.998199999332428, + "subfield": { + "id": "https://openalex.org/subfields/2505", + "display_name": "Materials Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/25", + "display_name": "Materials Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10682", + "display_name": "Quantum Computing Algorithms and Architecture", + "score": 0.9898999929428101, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11804", + "display_name": "Quantum many-body systems", + "score": 0.9840999841690063, + "subfield": { + "id": "https://openalex.org/subfields/3107", + "display_name": "Atomic and Molecular Physics, and Optics" + }, + "field": { + "id": "https://openalex.org/fields/31", + "display_name": "Physics and Astronomy" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/physics", + "display_name": "Physics", + "score": 0.8221291899681091 + }, + { + "id": "https://openalex.org/keywords/field", + "display_name": "Field (mathematics)", + "score": 0.517598032951355 + }, + { + "id": "https://openalex.org/keywords/column", + "display_name": "Column (typography)", + "score": 0.5173665881156921 + }, + { + "id": "https://openalex.org/keywords/engineering-physics", + "display_name": "Engineering physics", + "score": 0.3996226489543915 + }, + { + "id": "https://openalex.org/keywords/library-science", + "display_name": "Library science", + "score": 0.3428024649620056 + }, + { + "id": "https://openalex.org/keywords/data-science", + "display_name": "Data science", + "score": 0.33104032278060913 + }, + { + "id": "https://openalex.org/keywords/engineering-ethics", + "display_name": "Engineering ethics", + "score": 0.3266659080982208 + }, + { + "id": "https://openalex.org/keywords/mechanical-engineering", + "display_name": "Mechanical engineering", + "score": 0.10730153322219849 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.08470335602760315 + }, + { + "id": "https://openalex.org/keywords/engineering", + "display_name": "Engineering", + "score": 0.08188295364379883 + }, + { + "id": "https://openalex.org/keywords/connection", + "display_name": "Connection (principal bundle)", + "score": 0.05932199954986572 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C121332964", + "wikidata": "https://www.wikidata.org/wiki/Q413", + "display_name": "Physics", + "level": 0, + "score": 0.8221291899681091 + }, + { + "id": "https://openalex.org/C9652623", + "wikidata": "https://www.wikidata.org/wiki/Q190109", + "display_name": "Field (mathematics)", + "level": 2, + "score": 0.517598032951355 + }, + { + "id": "https://openalex.org/C2780551164", + "wikidata": "https://www.wikidata.org/wiki/Q2306599", + "display_name": "Column (typography)", + "level": 3, + "score": 0.5173665881156921 + }, + { + "id": "https://openalex.org/C61696701", + "wikidata": "https://www.wikidata.org/wiki/Q770766", + "display_name": "Engineering physics", + "level": 1, + "score": 0.3996226489543915 + }, + { + "id": "https://openalex.org/C161191863", + "wikidata": "https://www.wikidata.org/wiki/Q199655", + "display_name": "Library science", + "level": 1, + "score": 0.3428024649620056 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.33104032278060913 + }, + { + "id": "https://openalex.org/C55587333", + "wikidata": "https://www.wikidata.org/wiki/Q1133029", + "display_name": "Engineering ethics", + "level": 1, + "score": 0.3266659080982208 + }, + { + "id": "https://openalex.org/C78519656", + "wikidata": "https://www.wikidata.org/wiki/Q101333", + "display_name": "Mechanical engineering", + "level": 1, + "score": 0.10730153322219849 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.08470335602760315 + }, + { + "id": "https://openalex.org/C127413603", + "wikidata": "https://www.wikidata.org/wiki/Q11023", + "display_name": "Engineering", + "level": 0, + "score": 0.08188295364379883 + }, + { + "id": "https://openalex.org/C13355873", + "wikidata": "https://www.wikidata.org/wiki/Q2920850", + "display_name": "Connection (principal bundle)", + "level": 2, + "score": 0.05932199954986572 + }, + { + "id": "https://openalex.org/C202444582", + "wikidata": "https://www.wikidata.org/wiki/Q837863", + "display_name": "Pure mathematics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 5, + "locations": [ + { + "id": "doi:10.1103/revmodphys.91.045002", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1103/revmodphys.91.045002", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S73260565", + "display_name": "Reviews of Modern Physics", + "issn_l": "0034-6861", + "issn": [ + "0034-6861", + "1538-4527", + "1539-0756" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320261", + "host_organization_name": "American Physical Society", + "host_organization_lineage": [ + "https://openalex.org/P4310320261" + ], + "host_organization_lineage_names": [ + "American Physical Society" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Reviews of Modern Physics", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:arXiv.org:1903.10563", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1903.10563", + "pdf_url": "https://arxiv.org/pdf/1903.10563", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:HAL:hal-02101667v1", + "is_oa": false, + "landing_page_url": "https://hal.science/hal-02101667", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402512", + "display_name": "HAL (Le Centre pour la Communication Scientifique Directe)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1294671590", + "host_organization_name": "Centre National de la Recherche Scientifique", + "host_organization_lineage": [ + "https://openalex.org/I1294671590" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Rev.Mod.Phys., 2019, 91 (4), pp.045002. ⟨10.1103/RevModPhys.91.045002⟩", + "raw_type": "Journal articles" + }, + { + "id": "pmh:oai:infoscience.epfl.ch:283035", + "is_oa": true, + "landing_page_url": "https://infoscience.epfl.ch/handle/20.500.14299/175040", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400487", + "display_name": "Infoscience (Ecole Polytechnique Fédérale de Lausanne)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by-nc-nd", + "license_id": "https://openalex.org/licenses/cc-by-nc-nd", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "research article" + }, + { + "id": "pmh:oai:pure.mpg.de:item_3192298", + "is_oa": true, + "landing_page_url": "http://hdl.handle.net/21.11116/0000-0005-B0C5-5", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400654", + "display_name": "MPG.PuRe (Max Planck Society)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I149899117", + "host_organization_name": "Max Planck Society", + "host_organization_lineage": [ + "https://openalex.org/I149899117" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "other-oa", + "license_id": "https://openalex.org/licenses/other-oa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Reviews of Modern Physics", + "raw_type": "info:eu-repo/semantics/article" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1903.10563", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1903.10563", + "pdf_url": "https://arxiv.org/pdf/1903.10563", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + "sustainable_development_goals": [], + "awards": [ + { + "id": "https://openalex.org/G162064734", + "display_name": null, + "funder_award_id": "W911NF-13-1-0387", + "funder_id": "https://openalex.org/F4320338281", + "funder_display_name": "Army Research Office" + }, + { + "id": "https://openalex.org/G3038972242", + "display_name": null, + "funder_award_id": "714608-SMiLe", + "funder_id": "https://openalex.org/F4320338335", + "funder_display_name": "H2020 European Research Council" + }, + { + "id": "https://openalex.org/G3228186847", + "display_name": null, + "funder_award_id": "ACI-1450310", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G346715306", + "display_name": null, + "funder_award_id": "OAC-1836650", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G6221687394", + "display_name": null, + "funder_award_id": "DMR-1420073", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320306076", + "display_name": "National Science Foundation", + "ror": "https://ror.org/021nxhr62" + }, + { + "id": "https://openalex.org/F4320338281", + "display_name": "Army Research Office", + "ror": "https://ror.org/05epdh915" + }, + { + "id": "https://openalex.org/F4320338335", + "display_name": "H2020 European Research Council", + "ror": "https://ror.org/0472cxd90" + } + ], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 580, + "referenced_works": [ + "https://openalex.org/W32507011", + "https://openalex.org/W41554520", + "https://openalex.org/W51943945", + "https://openalex.org/W577274971", + "https://openalex.org/W632087424", + "https://openalex.org/W659070123", + "https://openalex.org/W965729195", + "https://openalex.org/W1490670270", + "https://openalex.org/W1501987263", + "https://openalex.org/W1510052597", + "https://openalex.org/W1527520754", + "https://openalex.org/W1529624360", + "https://openalex.org/W1543736766", + "https://openalex.org/W1555084454", + "https://openalex.org/W1579940749", + "https://openalex.org/W1594031697", + "https://openalex.org/W1631356911", + "https://openalex.org/W1650706190", + "https://openalex.org/W1668248414", + "https://openalex.org/W1694049600", + "https://openalex.org/W1731081199", + "https://openalex.org/W1813659000", + "https://openalex.org/W1825525822", + "https://openalex.org/W1871641673", + "https://openalex.org/W1890000358", + "https://openalex.org/W1896203379", + "https://openalex.org/W1959879694", + "https://openalex.org/W1963762696", + "https://openalex.org/W1970789124", + "https://openalex.org/W1973128603", + "https://openalex.org/W1975907901", + "https://openalex.org/W1983959825", + "https://openalex.org/W1984793731", + "https://openalex.org/W1988369744", + "https://openalex.org/W1988790447", + "https://openalex.org/W1990124919", + "https://openalex.org/W1990755770", + "https://openalex.org/W1993482030", + "https://openalex.org/W1994395934", + "https://openalex.org/W1995842804", + "https://openalex.org/W1998515260", + "https://openalex.org/W1999383621", + "https://openalex.org/W1999975338", + "https://openalex.org/W2004531067", + "https://openalex.org/W2007749676", + "https://openalex.org/W2010536552", + "https://openalex.org/W2011535927", + "https://openalex.org/W2012895716", + "https://openalex.org/W2015990127", + "https://openalex.org/W2019781611", + "https://openalex.org/W2020452821", + "https://openalex.org/W2020786104", + "https://openalex.org/W2024514015", + "https://openalex.org/W2025444507", + "https://openalex.org/W2029007937", + "https://openalex.org/W2029413789", + "https://openalex.org/W2029507757", + "https://openalex.org/W2030450972", + "https://openalex.org/W2034451938", + "https://openalex.org/W2036463035", + "https://openalex.org/W2037768897", + "https://openalex.org/W2040171281", + "https://openalex.org/W2042318263", + "https://openalex.org/W2045973738", + "https://openalex.org/W2049530405", + "https://openalex.org/W2053881994", + "https://openalex.org/W2062363822", + "https://openalex.org/W2063397409", + "https://openalex.org/W2064675550", + "https://openalex.org/W2066424095", + "https://openalex.org/W2068476337", + "https://openalex.org/W2069129925", + "https://openalex.org/W2072420187", + "https://openalex.org/W2072637332", + "https://openalex.org/W2073065445", + "https://openalex.org/W2076063813", + "https://openalex.org/W2076476236", + "https://openalex.org/W2079488937", + "https://openalex.org/W2080021732", + "https://openalex.org/W2080173214", + "https://openalex.org/W2080531309", + "https://openalex.org/W2080635178", + "https://openalex.org/W2081119846", + "https://openalex.org/W2081748565", + "https://openalex.org/W2083415705", + "https://openalex.org/W2086789740", + "https://openalex.org/W2087375161", + "https://openalex.org/W2088025933", + "https://openalex.org/W2090614046", + "https://openalex.org/W2093437356", + "https://openalex.org/W2096391265", + "https://openalex.org/W2097714737", + "https://openalex.org/W2103496339", + "https://openalex.org/W2104489082", + "https://openalex.org/W2105724942", + "https://openalex.org/W2112370854", + "https://openalex.org/W2116064496", + "https://openalex.org/W2116416291", + "https://openalex.org/W2118706537", + "https://openalex.org/W2120802379", + "https://openalex.org/W2121863487", + "https://openalex.org/W2125621954", + "https://openalex.org/W2127048411", + "https://openalex.org/W2128084896", + "https://openalex.org/W2132914434", + "https://openalex.org/W2134344701", + "https://openalex.org/W2139812092", + "https://openalex.org/W2140862024", + "https://openalex.org/W2148539882", + "https://openalex.org/W2151729750", + "https://openalex.org/W2151781750", + "https://openalex.org/W2152876174", + "https://openalex.org/W2155413623", + "https://openalex.org/W2161966883", + "https://openalex.org/W2165960883", + "https://openalex.org/W2167298647", + "https://openalex.org/W2168029744", + "https://openalex.org/W2171253836", + "https://openalex.org/W2209668876", + "https://openalex.org/W2211979669", + "https://openalex.org/W2226799981", + "https://openalex.org/W2240020188", + "https://openalex.org/W2244690429", + "https://openalex.org/W2246040896", + "https://openalex.org/W2257086086", + "https://openalex.org/W2257617748", + "https://openalex.org/W2257937122", + "https://openalex.org/W2267648874", + "https://openalex.org/W2325907229", + "https://openalex.org/W2326812357", + "https://openalex.org/W2337082154", + "https://openalex.org/W2339008828", + "https://openalex.org/W2341702711", + "https://openalex.org/W2347891459", + "https://openalex.org/W2394697995", + "https://openalex.org/W2414456771", + "https://openalex.org/W2419175238", + "https://openalex.org/W2486570794", + "https://openalex.org/W2490183153", + "https://openalex.org/W2491766731", + "https://openalex.org/W2494808947", + "https://openalex.org/W2515276161", + "https://openalex.org/W2516533688", + "https://openalex.org/W2516912949", + "https://openalex.org/W2517648041", + "https://openalex.org/W2520022941", + "https://openalex.org/W2521066248", + "https://openalex.org/W2525193548", + "https://openalex.org/W2528697476", + "https://openalex.org/W2528710350", + "https://openalex.org/W2530117613", + "https://openalex.org/W2530819665", + "https://openalex.org/W2531147647", + "https://openalex.org/W2533940598", + "https://openalex.org/W2541404351", + "https://openalex.org/W2543804629", + "https://openalex.org/W2547192247", + "https://openalex.org/W2547447472", + "https://openalex.org/W2548129158", + "https://openalex.org/W2549491455", + "https://openalex.org/W2556341799", + "https://openalex.org/W2557778781", + "https://openalex.org/W2558748708", + "https://openalex.org/W2559394418", + "https://openalex.org/W2559655401", + "https://openalex.org/W2562250282", + "https://openalex.org/W2563240863", + "https://openalex.org/W2563437659", + "https://openalex.org/W2565722603", + "https://openalex.org/W2566505556", + "https://openalex.org/W2572438701", + "https://openalex.org/W2580506952", + "https://openalex.org/W2580838454", + "https://openalex.org/W2582157661", + "https://openalex.org/W2582761306", + "https://openalex.org/W2582886917", + "https://openalex.org/W2588219153", + "https://openalex.org/W2588591043", + "https://openalex.org/W2592570417", + "https://openalex.org/W2593634001", + "https://openalex.org/W2593807178", + "https://openalex.org/W2594041373", + "https://openalex.org/W2594639291", + "https://openalex.org/W2594780084", + "https://openalex.org/W2594983911", + "https://openalex.org/W2604272474", + "https://openalex.org/W2604506260", + "https://openalex.org/W2604901683", + "https://openalex.org/W2605800822", + "https://openalex.org/W2606429533", + "https://openalex.org/W2606470147", + "https://openalex.org/W2607662938", + "https://openalex.org/W2607839392", + "https://openalex.org/W2610038766", + "https://openalex.org/W2611652092", + "https://openalex.org/W2612065714", + "https://openalex.org/W2612690371", + "https://openalex.org/W2614083378", + "https://openalex.org/W2614157797", + "https://openalex.org/W2615473567", + "https://openalex.org/W2618159897", + "https://openalex.org/W2618574512", + "https://openalex.org/W2618646460", + "https://openalex.org/W2618945100", + "https://openalex.org/W2620286290", + "https://openalex.org/W2623750799", + "https://openalex.org/W2624637765", + "https://openalex.org/W2626454479", + "https://openalex.org/W2649051464", + "https://openalex.org/W2727796268", + "https://openalex.org/W2731335845", + "https://openalex.org/W2736592352", + "https://openalex.org/W2737327729", + "https://openalex.org/W2739440074", + "https://openalex.org/W2740976142", + "https://openalex.org/W2742127985", + "https://openalex.org/W2743218360", + "https://openalex.org/W2744415540", + "https://openalex.org/W2745533326", + "https://openalex.org/W2746272096", + "https://openalex.org/W2746470301", + "https://openalex.org/W2750458571", + "https://openalex.org/W2750586355", + "https://openalex.org/W2750673150", + "https://openalex.org/W2752849906", + "https://openalex.org/W2753545915", + "https://openalex.org/W2753962198", + "https://openalex.org/W2755157865", + "https://openalex.org/W2755190613", + "https://openalex.org/W2755695124", + "https://openalex.org/W2756015143", + "https://openalex.org/W2756291233", + "https://openalex.org/W2761015455", + "https://openalex.org/W2761329292", + "https://openalex.org/W2761704992", + "https://openalex.org/W2762549329", + "https://openalex.org/W2762761825", + "https://openalex.org/W2763146374", + "https://openalex.org/W2763850513", + "https://openalex.org/W2763894180", + "https://openalex.org/W2764347725", + "https://openalex.org/W2765128778", + "https://openalex.org/W2765372792", + "https://openalex.org/W2765499180", + "https://openalex.org/W2765597272", + "https://openalex.org/W2765861397", + "https://openalex.org/W2765910566", + "https://openalex.org/W2766140179", + "https://openalex.org/W2766183519", + "https://openalex.org/W2766323574", + "https://openalex.org/W2766572821", + "https://openalex.org/W2766678531", + "https://openalex.org/W2767545053", + "https://openalex.org/W2767713609", + "https://openalex.org/W2768213699", + "https://openalex.org/W2769068614", + "https://openalex.org/W2769287225", + "https://openalex.org/W2772549578", + "https://openalex.org/W2774682142", + "https://openalex.org/W2775562332", + "https://openalex.org/W2775599538", + "https://openalex.org/W2775970449", + "https://openalex.org/W2778051509", + "https://openalex.org/W2778530713", + "https://openalex.org/W2779710223", + "https://openalex.org/W2780640308", + "https://openalex.org/W2781708744", + "https://openalex.org/W2782213776", + "https://openalex.org/W2782714865", + "https://openalex.org/W2782719466", + "https://openalex.org/W2783102654", + "https://openalex.org/W2785331752", + "https://openalex.org/W2785813126", + "https://openalex.org/W2785838999", + "https://openalex.org/W2785942752", + "https://openalex.org/W2786295636", + "https://openalex.org/W2786721297", + "https://openalex.org/W2786956473", + "https://openalex.org/W2787088079", + "https://openalex.org/W2787955889", + "https://openalex.org/W2788379092", + "https://openalex.org/W2788577944", + "https://openalex.org/W2788652239", + "https://openalex.org/W2788808196", + "https://openalex.org/W2788824392", + "https://openalex.org/W2789327225", + "https://openalex.org/W2789590546", + "https://openalex.org/W2789706299", + "https://openalex.org/W2790105002", + "https://openalex.org/W2791995286", + "https://openalex.org/W2792137452", + "https://openalex.org/W2792315573", + "https://openalex.org/W2792351009", + "https://openalex.org/W2792521034", + "https://openalex.org/W2792944272", + "https://openalex.org/W2792946961", + "https://openalex.org/W2793087725", + "https://openalex.org/W2793179281", + "https://openalex.org/W2793645414", + "https://openalex.org/W2793709686", + "https://openalex.org/W2794727009", + "https://openalex.org/W2795016065", + "https://openalex.org/W2795407028", + "https://openalex.org/W2796506892", + "https://openalex.org/W2796744096", + "https://openalex.org/W2798084934", + "https://openalex.org/W2798368581", + "https://openalex.org/W2798398359", + "https://openalex.org/W2798434869", + "https://openalex.org/W2798439837", + "https://openalex.org/W2798701005", + "https://openalex.org/W2798718650", + "https://openalex.org/W2799038815", + "https://openalex.org/W2800301423", + "https://openalex.org/W2803163155", + "https://openalex.org/W2803328959", + "https://openalex.org/W2803439868", + "https://openalex.org/W2804425690", + "https://openalex.org/W2804639765", + "https://openalex.org/W2805461540", + "https://openalex.org/W2805827569", + "https://openalex.org/W2806094831", + "https://openalex.org/W2806315097", + "https://openalex.org/W2806607279", + "https://openalex.org/W2806687966", + "https://openalex.org/W2807616984", + "https://openalex.org/W2808455355", + "https://openalex.org/W2809092000", + "https://openalex.org/W2810437889", + "https://openalex.org/W2810441707", + "https://openalex.org/W2810443692", + "https://openalex.org/W2820787925", + "https://openalex.org/W2837143805", + "https://openalex.org/W2845055700", + "https://openalex.org/W2883445762", + "https://openalex.org/W2883954259", + "https://openalex.org/W2884430236", + "https://openalex.org/W2884564258", + "https://openalex.org/W2884817966", + "https://openalex.org/W2885278795", + "https://openalex.org/W2886382778", + "https://openalex.org/W2886408278", + "https://openalex.org/W2888720512", + "https://openalex.org/W2888774813", + "https://openalex.org/W2889149492", + "https://openalex.org/W2891423421", + "https://openalex.org/W2892666903", + "https://openalex.org/W2893674448", + "https://openalex.org/W2894980093", + "https://openalex.org/W2895363620", + "https://openalex.org/W2895846750", + "https://openalex.org/W2896410853", + "https://openalex.org/W2896564495", + "https://openalex.org/W2896712926", + "https://openalex.org/W2896817368", + "https://openalex.org/W2897050953", + "https://openalex.org/W2897760057", + "https://openalex.org/W2898121159", + "https://openalex.org/W2898391453", + "https://openalex.org/W2898595154", + "https://openalex.org/W2898966067", + "https://openalex.org/W2899415024", + "https://openalex.org/W2899961353", + "https://openalex.org/W2900466252", + "https://openalex.org/W2901551902", + "https://openalex.org/W2902247106", + "https://openalex.org/W2902639110", + "https://openalex.org/W2903935053", + "https://openalex.org/W2905527813", + "https://openalex.org/W2907627375", + "https://openalex.org/W2910259907", + "https://openalex.org/W2912516940", + "https://openalex.org/W2913063022", + "https://openalex.org/W2914465168", + "https://openalex.org/W2914520121", + "https://openalex.org/W2914529849", + "https://openalex.org/W2914982345", + "https://openalex.org/W2915156775", + "https://openalex.org/W2916052864", + "https://openalex.org/W2916528205", + "https://openalex.org/W2917217327", + "https://openalex.org/W2918745211", + "https://openalex.org/W2919115771", + "https://openalex.org/W2919751573", + "https://openalex.org/W2923779858", + "https://openalex.org/W2935584311", + "https://openalex.org/W2940305049", + "https://openalex.org/W2940425080", + "https://openalex.org/W2941443959", + "https://openalex.org/W2949158470", + "https://openalex.org/W2949697408", + "https://openalex.org/W2950881872", + "https://openalex.org/W2950999850", + "https://openalex.org/W2951004968", + "https://openalex.org/W2951993056", + "https://openalex.org/W2952177798", + "https://openalex.org/W2952203743", + "https://openalex.org/W2952877407", + "https://openalex.org/W2953283096", + "https://openalex.org/W2953495237", + "https://openalex.org/W2953581299", + "https://openalex.org/W2954332695", + "https://openalex.org/W2954692534", + "https://openalex.org/W2962730419", + "https://openalex.org/W2962929001", + "https://openalex.org/W2962938080", + "https://openalex.org/W2962947392", + "https://openalex.org/W2962999242", + "https://openalex.org/W2963071675", + "https://openalex.org/W2963072996", + "https://openalex.org/W2963173679", + "https://openalex.org/W2963784808", + "https://openalex.org/W2963819344", + "https://openalex.org/W2963827891", + "https://openalex.org/W2963886912", + "https://openalex.org/W2964156139", + "https://openalex.org/W2964268718", + "https://openalex.org/W2964313985", + "https://openalex.org/W2971059194", + "https://openalex.org/W2972246420", + "https://openalex.org/W2974176966", + "https://openalex.org/W2979001666", + "https://openalex.org/W2991697224", + "https://openalex.org/W2993717751", + "https://openalex.org/W2997073156", + "https://openalex.org/W2999905431", + "https://openalex.org/W3006317140", + "https://openalex.org/W3006943238", + "https://openalex.org/W3022095225", + "https://openalex.org/W3022539872", + "https://openalex.org/W3026847731", + "https://openalex.org/W3037108023", + "https://openalex.org/W3098229010", + "https://openalex.org/W3098509317", + "https://openalex.org/W3098558521", + "https://openalex.org/W3098574683", + "https://openalex.org/W3098827579", + "https://openalex.org/W3098847359", + "https://openalex.org/W3099013266", + "https://openalex.org/W3099014823", + "https://openalex.org/W3099142519", + "https://openalex.org/W3099186397", + "https://openalex.org/W3099267591", + "https://openalex.org/W3099305384", + "https://openalex.org/W3099381338", + "https://openalex.org/W3099423575", + "https://openalex.org/W3099659109", + "https://openalex.org/W3099680657", + "https://openalex.org/W3099765109", + "https://openalex.org/W3099782627", + "https://openalex.org/W3099813870", + "https://openalex.org/W3099950071", + "https://openalex.org/W3099956647", + "https://openalex.org/W3100009607", + "https://openalex.org/W3100068159", + "https://openalex.org/W3100072999", + "https://openalex.org/W3100127953", + "https://openalex.org/W3100248348", + "https://openalex.org/W3100294950", + "https://openalex.org/W3100492156", + "https://openalex.org/W3100511033", + "https://openalex.org/W3100550188", + "https://openalex.org/W3100571530", + "https://openalex.org/W3100749134", + "https://openalex.org/W3100757891", + "https://openalex.org/W3100942527", + "https://openalex.org/W3101119258", + "https://openalex.org/W3101214870", + "https://openalex.org/W3101363214", + "https://openalex.org/W3101493857", + "https://openalex.org/W3101501459", + "https://openalex.org/W3101542436", + "https://openalex.org/W3101643101", + "https://openalex.org/W3101696966", + "https://openalex.org/W3101749733", + "https://openalex.org/W3101949649", + "https://openalex.org/W3102014803", + "https://openalex.org/W3102038441", + "https://openalex.org/W3102180547", + "https://openalex.org/W3102400420", + "https://openalex.org/W3102409313", + "https://openalex.org/W3102548437", + "https://openalex.org/W3102549167", + "https://openalex.org/W3102617294", + "https://openalex.org/W3102641634", + "https://openalex.org/W3102678975", + "https://openalex.org/W3102776521", + "https://openalex.org/W3102844577", + "https://openalex.org/W3102885034", + "https://openalex.org/W3102926255", + "https://openalex.org/W3102929400", + "https://openalex.org/W3103002362", + "https://openalex.org/W3103107186", + "https://openalex.org/W3103289362", + "https://openalex.org/W3103328814", + "https://openalex.org/W3103393581", + "https://openalex.org/W3103574448", + "https://openalex.org/W3103589224", + "https://openalex.org/W3103722330", + "https://openalex.org/W3103746320", + "https://openalex.org/W3103863530", + "https://openalex.org/W3104065018", + "https://openalex.org/W3104289311", + "https://openalex.org/W3104300173", + "https://openalex.org/W3104403078", + "https://openalex.org/W3104481216", + "https://openalex.org/W3104496372", + "https://openalex.org/W3104536462", + "https://openalex.org/W3104644561", + "https://openalex.org/W3104674222", + "https://openalex.org/W3104690326", + "https://openalex.org/W3104771979", + "https://openalex.org/W3104864936", + "https://openalex.org/W3104962094", + "https://openalex.org/W3105233262", + "https://openalex.org/W3105377867", + "https://openalex.org/W3105494006", + "https://openalex.org/W3105570377", + "https://openalex.org/W3105585588", + "https://openalex.org/W3105977603", + "https://openalex.org/W3106144922", + "https://openalex.org/W3106166086", + "https://openalex.org/W3106193592", + "https://openalex.org/W3106214974", + "https://openalex.org/W3106310231", + "https://openalex.org/W3106418633", + "https://openalex.org/W3106447034", + "https://openalex.org/W3106469526", + "https://openalex.org/W3112028493", + "https://openalex.org/W3121355058", + "https://openalex.org/W3121659139", + "https://openalex.org/W3123261968", + "https://openalex.org/W3124956069", + "https://openalex.org/W3132379378", + "https://openalex.org/W3137695714", + "https://openalex.org/W3140960170", + "https://openalex.org/W3147165232", + "https://openalex.org/W4212774754", + "https://openalex.org/W4236747242", + "https://openalex.org/W4237249260", + "https://openalex.org/W4238893454", + "https://openalex.org/W4239969927", + "https://openalex.org/W4244364296", + "https://openalex.org/W4248685136", + "https://openalex.org/W4250955649", + "https://openalex.org/W4252579706", + "https://openalex.org/W4253029311", + "https://openalex.org/W4253271028", + "https://openalex.org/W4255056905", + "https://openalex.org/W4285719527", + "https://openalex.org/W4288418124", + "https://openalex.org/W4288616930", + "https://openalex.org/W4288622534", + "https://openalex.org/W4289108190", + "https://openalex.org/W4289305635", + "https://openalex.org/W4289389579", + "https://openalex.org/W4289543312", + "https://openalex.org/W4289751512", + "https://openalex.org/W4289761856", + "https://openalex.org/W4293358966", + "https://openalex.org/W4295111187", + "https://openalex.org/W4295769412", + "https://openalex.org/W4295837399", + "https://openalex.org/W4297749952", + "https://openalex.org/W4297802696", + "https://openalex.org/W4298125159", + "https://openalex.org/W4298201378", + "https://openalex.org/W4299295087", + "https://openalex.org/W4299565696", + "https://openalex.org/W4299971819", + "https://openalex.org/W4300852227", + "https://openalex.org/W4300885568", + "https://openalex.org/W4300921457", + "https://openalex.org/W4300946572", + "https://openalex.org/W4300990119", + "https://openalex.org/W4301055545", + "https://openalex.org/W4301057100", + "https://openalex.org/W4301369164", + "https://openalex.org/W4302549904", + "https://openalex.org/W4394667618" + ], + "related_works": [ + "https://openalex.org/W2181722423", + "https://openalex.org/W2347222412", + "https://openalex.org/W2085601491", + "https://openalex.org/W2375996887", + "https://openalex.org/W4322723290", + "https://openalex.org/W2368976073", + "https://openalex.org/W2948237757", + "https://openalex.org/W2376548177", + "https://openalex.org/W2808994565", + "https://openalex.org/W2769449614" + ], + "abstract_inverted_index": { + "In": [ + 0 + ], + "October": [ + 1 + ], + "2018": [ + 2 + ], + "an": [ + 3 + ], + "APS": [ + 4 + ], + "Physics": [ + 5 + ], + "Next": [ + 6 + ], + "Workshop": [ + 7 + ], + "on": [ + 8 + ], + "Machine": [ + 9 + ], + "Learning": [ + 10 + ], + "was": [ + 11 + ], + "held": [ + 12 + ], + "in": [ + 13, + 34 + ], + "Riverhead,": [ + 14 + ], + "NY.": [ + 15 + ], + "This": [ + 16 + ], + "article": [ + 17 + ], + "reviews": [ + 18 + ], + "and": [ + 19 + ], + "summarizes": [ + 20 + ], + "the": [ + 21, + 35 + ], + "proceedings": [ + 22 + ], + "of": [ + 23 + ], + "this": [ + 24 + ], + "very": [ + 25 + ], + "broad,": [ + 26 + ], + "emerging": [ + 27 + ], + "field.This": [ + 28 + ], + "needs": [ + 29 + ], + "to": [ + 30 + ], + "be": [ + 31 + ], + "a": [ + 32, + 39 + ], + "placard": [ + 33 + ], + "left-hand": [ + 36 + ], + "column,": [ + 37 + ], + "with": [ + 38 + ], + "custom": [ + 40 + ], + "tag.": [ + 41 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 112 + }, + { + "year": 2025, + "cited_by_count": 375 + }, + { + "year": 2024, + "cited_by_count": 374 + }, + { + "year": 2023, + "cited_by_count": 477 + }, + { + "year": 2022, + "cited_by_count": 416 + }, + { + "year": 2021, + "cited_by_count": 429 + }, + { + "year": 2020, + "cited_by_count": 209 + }, + { + "year": 2019, + "cited_by_count": 19 + }, + { + "year": 2018, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2603766943", + "doi": "https://doi.org/10.1145/3052973.3053009", + "title": "Practical Black-Box Attacks against Machine Learning", + "display_name": "Practical Black-Box Attacks against Machine Learning", + "relevance_score": 3522.2583, + "publication_year": 2017, + "publication_date": "2017-03-31", + "ids": { + "openalex": "https://openalex.org/W2603766943", + "doi": "https://doi.org/10.1145/3052973.3053009", + "mag": "2603766943" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1145/3052973.3053009", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/3052973.3053009", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Proceedings of the 2017 ACM on Asia Conference on Computer and Communications Security", + "raw_type": "proceedings-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5018809423", + "display_name": "Nicolas Papernot", + "orcid": "https://orcid.org/0000-0001-5078-7233" + }, + "institutions": [ + { + "id": "https://openalex.org/I130769515", + "display_name": "Pennsylvania State University", + "ror": "https://ror.org/04p491231", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I130769515" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Nicolas Papernot", + "raw_affiliation_strings": [ + "Pennsylvania State University, University Park, PA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Pennsylvania State University, University Park, PA, USA", + "institution_ids": [ + "https://openalex.org/I130769515" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5055368149", + "display_name": "Patrick McDaniel", + "orcid": "https://orcid.org/0000-0003-2091-7484" + }, + "institutions": [ + { + "id": "https://openalex.org/I130769515", + "display_name": "Pennsylvania State University", + "ror": "https://ror.org/04p491231", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I130769515" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Patrick McDaniel", + "raw_affiliation_strings": [ + "Pennsylvania State University, University Park, PA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Pennsylvania State University, University Park, PA, USA", + "institution_ids": [ + "https://openalex.org/I130769515" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5004271128", + "display_name": "Ian Goodfellow", + "orcid": "https://orcid.org/0000-0003-3937-2322" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210161460", + "display_name": "OpenAI (United States)", + "ror": "https://ror.org/05wx9n238", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I4210161460" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Ian Goodfellow", + "raw_affiliation_strings": [ + "OpenAI, San Francisco, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "OpenAI, San Francisco, CA, USA", + "institution_ids": [ + "https://openalex.org/I4210161460" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5088826068", + "display_name": "Somesh Jha", + "orcid": "https://orcid.org/0000-0001-5877-0436" + }, + "institutions": [ + { + "id": "https://openalex.org/I135310074", + "display_name": "University of Wisconsin–Madison", + "ror": "https://ror.org/01y2jtd41", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I135310074" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Somesh Jha", + "raw_affiliation_strings": [ + "University of Wisconsin, Madison, WI, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Wisconsin, Madison, WI, USA", + "institution_ids": [ + "https://openalex.org/I135310074" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": null, + "display_name": "Z. Berkay Celik", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I130769515", + "display_name": "Pennsylvania State University", + "ror": "https://ror.org/04p491231", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I130769515" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Z. Berkay Celik", + "raw_affiliation_strings": [ + "Pennsylvania State University, University Park, PA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Pennsylvania State University, University Park, PA, USA", + "institution_ids": [ + "https://openalex.org/I130769515" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5103191815", + "display_name": "Ananthram Swami", + "orcid": "https://orcid.org/0000-0003-1439-332X" + }, + "institutions": [ + { + "id": "https://openalex.org/I166416128", + "display_name": "DEVCOM Army Research Laboratory", + "ror": "https://ror.org/011hc8f90", + "country_code": "US", + "type": "government", + "lineage": [ + "https://openalex.org/I1304082316", + "https://openalex.org/I1330347796", + "https://openalex.org/I166416128", + "https://openalex.org/I2802705668", + "https://openalex.org/I4210154437" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Ananthram Swami", + "raw_affiliation_strings": [ + "US Army Research Laboratory, Adelphi, MD, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "US Army Research Laboratory, Adelphi, MD, USA", + "institution_ids": [ + "https://openalex.org/I166416128" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 6, + "corresponding_author_ids": [ + "https://openalex.org/A5018809423" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I130769515" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 282.6909, + "has_fulltext": false, + "cited_by_count": 3465, + "citation_normalized_percentile": { + "value": 0.99991872, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": "506", + "last_page": "519" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11689", + "display_name": "Adversarial Robustness in Machine Learning", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11689", + "display_name": "Adversarial Robustness in Machine Learning", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11241", + "display_name": "Advanced Malware Detection Techniques", + "score": 0.9887999892234802, + "subfield": { + "id": "https://openalex.org/subfields/1711", + "display_name": "Signal Processing" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11512", + "display_name": "Anomaly Detection Techniques and Applications", + "score": 0.9490000009536743, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/adversarial-system", + "display_name": "Adversarial system", + "score": 0.8607215881347656 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7777668237686157 + }, + { + "id": "https://openalex.org/keywords/adversary", + "display_name": "Adversary", + "score": 0.7760648727416992 + }, + { + "id": "https://openalex.org/keywords/black-box", + "display_name": "Black box", + "score": 0.7213448286056519 + }, + { + "id": "https://openalex.org/keywords/malware", + "display_name": "Malware", + "score": 0.7048903107643127 + }, + { + "id": "https://openalex.org/keywords/deep-neural-networks", + "display_name": "Deep neural networks", + "score": 0.65977942943573 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6321082711219788 + }, + { + "id": "https://openalex.org/keywords/deep-learning", + "display_name": "Deep learning", + "score": 0.6107656955718994 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.5658857226371765 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.559665858745575 + }, + { + "id": "https://openalex.org/keywords/adversarial-machine-learning", + "display_name": "Adversarial machine learning", + "score": 0.5187221169471741 + }, + { + "id": "https://openalex.org/keywords/threat-model", + "display_name": "Threat model", + "score": 0.4236634075641632 + }, + { + "id": "https://openalex.org/keywords/computer-security", + "display_name": "Computer security", + "score": 0.32835885882377625 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C37736160", + "wikidata": "https://www.wikidata.org/wiki/Q1801315", + "display_name": "Adversarial system", + "level": 2, + "score": 0.8607215881347656 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7777668237686157 + }, + { + "id": "https://openalex.org/C41065033", + "wikidata": "https://www.wikidata.org/wiki/Q2825412", + "display_name": "Adversary", + "level": 2, + "score": 0.7760648727416992 + }, + { + "id": "https://openalex.org/C94966114", + "wikidata": "https://www.wikidata.org/wiki/Q29256", + "display_name": "Black box", + "level": 2, + "score": 0.7213448286056519 + }, + { + "id": "https://openalex.org/C541664917", + "wikidata": "https://www.wikidata.org/wiki/Q14001", + "display_name": "Malware", + "level": 2, + "score": 0.7048903107643127 + }, + { + "id": "https://openalex.org/C2984842247", + "wikidata": "https://www.wikidata.org/wiki/Q197536", + "display_name": "Deep neural networks", + "level": 3, + "score": 0.65977942943573 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6321082711219788 + }, + { + "id": "https://openalex.org/C108583219", + "wikidata": "https://www.wikidata.org/wiki/Q197536", + "display_name": "Deep learning", + "level": 2, + "score": 0.6107656955718994 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.5658857226371765 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.559665858745575 + }, + { + "id": "https://openalex.org/C2778403875", + "wikidata": "https://www.wikidata.org/wiki/Q20312394", + "display_name": "Adversarial machine learning", + "level": 3, + "score": 0.5187221169471741 + }, + { + "id": "https://openalex.org/C140547941", + "wikidata": "https://www.wikidata.org/wiki/Q7797194", + "display_name": "Threat model", + "level": 2, + "score": 0.4236634075641632 + }, + { + "id": "https://openalex.org/C38652104", + "wikidata": "https://www.wikidata.org/wiki/Q3510521", + "display_name": "Computer security", + "level": 1, + "score": 0.32835885882377625 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1145/3052973.3053009", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/3052973.3053009", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Proceedings of the 2017 ACM on Asia Conference on Computer and Communications Security", + "raw_type": "proceedings-article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "score": 0.6399999856948853, + "display_name": "Peace, Justice and strong institutions", + "id": "https://metadata.un.org/sdg/16" + } + ], + "awards": [ + { + "id": "https://openalex.org/G2043895709", + "display_name": null, + "funder_award_id": "W911NF-13-2-0045", + "funder_id": "https://openalex.org/F4320338295", + "funder_display_name": "Army Research Laboratory" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320338295", + "display_name": "Army Research Laboratory", + "ror": "https://ror.org/011hc8f90" + } + ], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 18, + "referenced_works": [ + "https://openalex.org/W9657784", + "https://openalex.org/W581033782", + "https://openalex.org/W1510924833", + "https://openalex.org/W2038296020", + "https://openalex.org/W2045638068", + "https://openalex.org/W2067713319", + "https://openalex.org/W2095577883", + "https://openalex.org/W2119885577", + "https://openalex.org/W2151298633", + "https://openalex.org/W2174868984", + "https://openalex.org/W2180612164", + "https://openalex.org/W2252814878", + "https://openalex.org/W2461943168", + "https://openalex.org/W2475730566", + "https://openalex.org/W2535873859", + "https://openalex.org/W2574797807", + "https://openalex.org/W2963207607", + "https://openalex.org/W2964153729" + ], + "related_works": [ + "https://openalex.org/W4312601715", + "https://openalex.org/W3159204880", + "https://openalex.org/W2982631433", + "https://openalex.org/W4377865163", + "https://openalex.org/W4392828243", + "https://openalex.org/W4312822655", + "https://openalex.org/W3157170264", + "https://openalex.org/W4298185893", + "https://openalex.org/W4402427143", + "https://openalex.org/W2896078964" + ], + "abstract_inverted_index": { + "Machine": [ + 0 + ], + "learning": [ + 1, + 161 + ], + "(ML)": [ + 2 + ], + "models,": [ + 3 + ], + "e.g.,": [ + 4 + ], + "deep": [ + 5, + 160 + ], + "neural": [ + 6 + ], + "networks": [ + 7 + ], + "(DNNs),": [ + 8 + ], + "are": [ + 9, + 138 + ], + "vulnerable": [ + 10 + ], + "to": [ + 11, + 17, + 25, + 87, + 94, + 106, + 130, + 186, + 237 + ], + "adversarial": [ + 12, + 46, + 132, + 172, + 208, + 239 + ], + "examples:": [ + 13 + ], + "malicious": [ + 14, + 32 + ], + "inputs": [ + 15, + 113 + ], + "modified": [ + 16 + ], + "yield": [ + 18, + 207 + ], + "erroneous": [ + 19 + ], + "model": [ + 20, + 54, + 105 + ], + "outputs,": [ + 21 + ], + "while": [ + 22 + ], + "appearing": [ + 23 + ], + "unmodified": [ + 24 + ], + "human": [ + 26 + ], + "observers.": [ + 27 + ], + "Potential": [ + 28 + ], + "attacks": [ + 29, + 48 + ], + "include": [ + 30 + ], + "having": [ + 31 + ], + "content": [ + 33 + ], + "like": [ + 34 + ], + "malware": [ + 35 + ], + "identified": [ + 36 + ], + "as": [ + 37 + ], + "legitimate": [ + 38 + ], + "or": [ + 39, + 56 + ], + "controlling": [ + 40, + 69 + ], + "vehicle": [ + 41 + ], + "behavior.": [ + 42 + ], + "Yet,": [ + 43 + ], + "all": [ + 44 + ], + "existing": [ + 45 + ], + "example": [ + 47, + 240 + ], + "require": [ + 49 + ], + "knowledge": [ + 50 + ], + "of": [ + 51, + 66, + 82, + 170, + 183, + 217, + 231 + ], + "either": [ + 52 + ], + "the": [ + 53, + 62, + 79, + 92, + 109, + 122, + 127, + 141, + 171, + 180, + 192 + ], + "internals": [ + 55 + ], + "its": [ + 57 + ], + "training": [ + 58, + 102 + ], + "data.": [ + 59 + ], + "We": [ + 60, + 125, + 163, + 178, + 221 + ], + "introduce": [ + 61 + ], + "first": [ + 63 + ], + "practical": [ + 64 + ], + "demonstration": [ + 65 + ], + "an": [ + 67, + 117, + 158 + ], + "attacker": [ + 68 + ], + "a": [ + 70, + 103, + 146, + 153 + ], + "remotely": [ + 71 + ], + "hosted": [ + 72, + 155, + 197 + ], + "DNN": [ + 73, + 93, + 154, + 167 + ], + "with": [ + 74, + 175 + ], + "no": [ + 75 + ], + "such": [ + 76 + ], + "knowledge.": [ + 77 + ], + "Indeed,": [ + 78 + ], + "only": [ + 80 + ], + "capability": [ + 81 + ], + "our": [ + 83, + 176, + 184 + ], + "black-box": [ + 84, + 226 + ], + "adversary": [ + 85, + 118 + ], + "is": [ + 86, + 229 + ], + "observe": [ + 88 + ], + "labels": [ + 89 + ], + "given": [ + 90 + ], + "by": [ + 91, + 116, + 121, + 140, + 156, + 190, + 198, + 211 + ], + "chosen": [ + 95 + ], + "inputs.": [ + 96 + ], + "Our": [ + 97 + ], + "attack": [ + 98, + 152, + 194, + 227 + ], + "strategy": [ + 99, + 185, + 228 + ], + "consists": [ + 100 + ], + "in": [ + 101 + ], + "local": [ + 104, + 128 + ], + "substitute": [ + 107, + 129 + ], + "for": [ + 108 + ], + "target": [ + 110, + 123 + ], + "DNN,": [ + 111 + ], + "using": [ + 112, + 202 + ], + "synthetically": [ + 114 + ], + "generated": [ + 115 + ], + "and": [ + 119, + 134, + 148, + 200, + 213, + 219 + ], + "labeled": [ + 120 + ], + "DNN.": [ + 124, + 143 + ], + "use": [ + 126 + ], + "craft": [ + 131 + ], + "examples,": [ + 133 + ], + "find": [ + 135, + 164, + 223 + ], + "that": [ + 136, + 165, + 224 + ], + "they": [ + 137 + ], + "misclassified": [ + 139, + 210 + ], + "targeted": [ + 142 + ], + "To": [ + 144 + ], + "perform": [ + 145 + ], + "real-world": [ + 147 + ], + "properly-blinded": [ + 149 + ], + "evaluation,": [ + 150 + ], + "we": [ + 151 + ], + "MetaMind,": [ + 157 + ], + "online": [ + 159 + ], + "API.": [ + 162 + ], + "their": [ + 166 + ], + "misclassifies": [ + 168 + ], + "84.24%": [ + 169 + ], + "examples": [ + 173, + 209 + ], + "crafted": [ + 174 + ], + "substitute.": [ + 177 + ], + "demonstrate": [ + 179 + ], + "general": [ + 181 + ], + "applicability": [ + 182 + ], + "many": [ + 187 + ], + "ML": [ + 188 + ], + "techniques": [ + 189 + ], + "conducting": [ + 191 + ], + "same": [ + 193 + ], + "against": [ + 195 + ], + "models": [ + 196 + ], + "Amazon": [ + 199, + 212 + ], + "Google,": [ + 201 + ], + "logistic": [ + 203 + ], + "regression": [ + 204 + ], + "substitutes.": [ + 205 + ], + "They": [ + 206 + ], + "Google": [ + 214 + ], + "at": [ + 215 + ], + "rates": [ + 216 + ], + "96.19%": [ + 218 + ], + "88.94%.": [ + 220 + ], + "also": [ + 222 + ], + "this": [ + 225 + ], + "capable": [ + 230 + ], + "evading": [ + 232 + ], + "defense": [ + 233 + ], + "strategies": [ + 234 + ], + "previously": [ + 235 + ], + "found": [ + 236 + ], + "make": [ + 238 + ], + "crafting": [ + 241 + ], + "harder.": [ + 242 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 65 + }, + { + "year": 2025, + "cited_by_count": 289 + }, + { + "year": 2024, + "cited_by_count": 377 + }, + { + "year": 2023, + "cited_by_count": 396 + }, + { + "year": 2022, + "cited_by_count": 409 + }, + { + "year": 2021, + "cited_by_count": 569 + }, + { + "year": 2020, + "cited_by_count": 590 + }, + { + "year": 2019, + "cited_by_count": 476 + }, + { + "year": 2018, + "cited_by_count": 240 + }, + { + "year": 2017, + "cited_by_count": 52 + }, + { + "year": 2016, + "cited_by_count": 1 + }, + { + "year": 2012, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2914584698", + "doi": null, + "title": "Proceedings of the 23rd international conference on Machine learning", + "display_name": "Proceedings of the 23rd international conference on Machine learning", + "relevance_score": 3418.077, + "publication_year": 2006, + "publication_date": "2006-06-25", + "ids": { + "openalex": "https://openalex.org/W2914584698", + "mag": "2914584698" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-034209271", + "is_oa": false, + "landing_page_url": "https://dl.acm.org/action/showBook?doi=10.1145%2F1143844", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "software, multimedia" + }, + "type": "article", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5051617344", + "display_name": "William W. Cohen", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "William W. Cohen", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5101927521", + "display_name": "Andrew Moore", + "orcid": "https://orcid.org/0000-0002-3395-0841" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Andrew Moore", + "raw_affiliation_strings": [], + "raw_orcid": "https://orcid.org/0000-0002-3395-0841", + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5051617344" + ], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 2.9972, + "has_fulltext": false, + "cited_by_count": 2592, + "citation_normalized_percentile": { + "value": 0.91286853, + "is_in_top_1_percent": false, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12254", + "display_name": "Machine Learning in Bioinformatics", + "score": 0.6675000190734863, + "subfield": { + "id": "https://openalex.org/subfields/1312", + "display_name": "Molecular Biology" + }, + "field": { + "id": "https://openalex.org/fields/13", + "display_name": "Biochemistry, Genetics and Molecular Biology" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12254", + "display_name": "Machine Learning in Bioinformatics", + "score": 0.6675000190734863, + "subfield": { + "id": "https://openalex.org/subfields/1312", + "display_name": "Molecular Biology" + }, + "field": { + "id": "https://openalex.org/fields/13", + "display_name": "Biochemistry, Genetics and Molecular Biology" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.6546000242233276, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/presentation", + "display_name": "Presentation (obstetrics)", + "score": 0.64774489402771 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5538260340690613 + }, + { + "id": "https://openalex.org/keywords/library-science", + "display_name": "Library science", + "score": 0.5068791508674622 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.3816671371459961 + }, + { + "id": "https://openalex.org/keywords/medical-education", + "display_name": "Medical education", + "score": 0.338736891746521 + }, + { + "id": "https://openalex.org/keywords/medicine", + "display_name": "Medicine", + "score": 0.23399221897125244 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2777601897", + "wikidata": "https://www.wikidata.org/wiki/Q3409113", + "display_name": "Presentation (obstetrics)", + "level": 2, + "score": 0.64774489402771 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5538260340690613 + }, + { + "id": "https://openalex.org/C161191863", + "wikidata": "https://www.wikidata.org/wiki/Q199655", + "display_name": "Library science", + "level": 1, + "score": 0.5068791508674622 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.3816671371459961 + }, + { + "id": "https://openalex.org/C509550671", + "wikidata": "https://www.wikidata.org/wiki/Q126945", + "display_name": "Medical education", + "level": 1, + "score": 0.338736891746521 + }, + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.23399221897125244 + }, + { + "id": "https://openalex.org/C126838900", + "wikidata": "https://www.wikidata.org/wiki/Q77604", + "display_name": "Radiology", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-034209271", + "is_oa": false, + "landing_page_url": "https://dl.acm.org/action/showBook?doi=10.1145%2F1143844", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "software, multimedia" + }, + { + "id": "mag:2914584698", + "is_oa": false, + "landing_page_url": "https://dl.acm.org/citation.cfm?id=1143844", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [], + "abstract_inverted_index": { + "This": [ + 0, + 52, + 138 + ], + "volume,": [ + 1 + ], + "which": [ + 2, + 92, + 295 + ], + "is": [ + 3, + 34 + ], + "also": [ + 4, + 81, + 123, + 288 + ], + "available": [ + 5 + ], + "from": [ + 6, + 165 + ], + "http://www.machinelearning.org,": [ + 7 + ], + "the": [ + 8, + 12, + 18, + 26, + 43, + 47, + 69, + 82, + 85, + 128, + 158, + 163, + 166, + 179, + 201, + 215, + 223, + 231, + 239, + 249, + 264, + 269, + 284, + 301, + 325, + 330, + 353, + 370 + ], + "home": [ + 9 + ], + "page": [ + 10 + ], + "of": [ + 11, + 42, + 49, + 98, + 127, + 130, + 182, + 222, + 238, + 261, + 280, + 324, + 329, + 352, + 355, + 362, + 369 + ], + "International": [ + 13, + 28 + ], + "Machine": [ + 14, + 31, + 89 + ], + "Learning": [ + 15, + 75, + 90 + ], + "Society,": [ + 16 + ], + "contains": [ + 17 + ], + "technical": [ + 19, + 285 + ], + "papers": [ + 20, + 148, + 164, + 170, + 253, + 307 + ], + "accepted": [ + 21, + 252, + 274 + ], + "for": [ + 22, + 38, + 84, + 275, + 317 + ], + "presentation": [ + 23, + 39 + ], + "at": [ + 24, + 57, + 357 + ], + "ICML-2006,": [ + 25 + ], + "23rd": [ + 27 + ], + "Conference": [ + 29, + 72 + ], + "on": [ + 30, + 73 + ], + "Learning.": [ + 32 + ], + "ICML": [ + 33, + 54 + ], + "an": [ + 35, + 106, + 197, + 257, + 277, + 334 + ], + "international": [ + 36 + ], + "forum": [ + 37 + ], + "and": [ + 40, + 64, + 113, + 122, + 204, + 292, + 299, + 310, + 365 + ], + "discussion": [ + 41, + 221 + ], + "latest": [ + 44 + ], + "results": [ + 45 + ], + "in": [ + 46, + 61, + 95, + 136, + 157, + 219, + 236, + 311 + ], + "field": [ + 48, + 129 + ], + "machine": [ + 50, + 131 + ], + "learning.": [ + 51 + ], + "year,": [ + 53 + ], + "was": [ + 55, + 65, + 80, + 93, + 102 + ], + "held": [ + 56, + 94, + 297 + ], + "Carnegie": [ + 58, + 77 + ], + "Mellon": [ + 59, + 78 + ], + "University,": [ + 60 + ], + "Pittsburgh,": [ + 62 + ], + "Pennsylvania,": [ + 63 + ], + "co-located": [ + 66 + ], + "with": [ + 67, + 162, + 320 + ], + "COLT-2006,": [ + 68 + ], + "19th": [ + 70 + ], + "Annual": [ + 71 + ], + "Computational": [ + 74 + ], + "Theory.Coincidentally,": [ + 76 + ], + "University": [ + 79, + 354 + ], + "venue": [ + 83 + ], + "first": [ + 86, + 167, + 180 + ], + "ICML---the": [ + 87 + ], + "First": [ + 88 + ], + "Workshop,": [ + 91 + ], + "1980.": [ + 96 + ], + "Instead": [ + 97 + ], + "proceedings,": [ + 99 + ], + "a": [ + 100, + 124, + 174, + 210, + 220, + 228, + 312, + 338 + ], + "book": [ + 101 + ], + "published": [ + 103, + 161 + ], + "(Machine": [ + 104 + ], + "Learning:": [ + 105 + ], + "Artificial": [ + 107 + ], + "Intelligence": [ + 108 + ], + "Approach,": [ + 109 + ], + "ed.": [ + 110 + ], + "Michalski,": [ + 111 + ], + "Carbonell,": [ + 112 + ], + "Mitchell,": [ + 114 + ], + "Morgan": [ + 115 + ], + "Kaufman,": [ + 116 + ], + "1983)": [ + 117 + ], + "containing": [ + 118 + ], + "sixteen": [ + 119 + ], + "research": [ + 120 + ], + "papers,": [ + 121 + ], + "comprehensive": [ + 125, + 159 + ], + "bibliography": [ + 139 + ], + "learning,": [ + 132 + ], + "as": [ + 133, + 153, + 155 + ], + "it": [ + 134 + ], + "stood": [ + 135 + ], + "1983.": [ + 137 + ], + "contained": [ + 140 + ], + "572": [ + 141 + ], + "entries.In": [ + 142 + ], + "2006,": [ + 143 + ], + "no": [ + 144 + ], + "less": [ + 145 + ], + "than": [ + 146 + ], + "548": [ + 147, + 270 + ], + "were": [ + 149, + 156, + 171, + 194, + 254, + 273, + 296, + 342 + ], + "submitted": [ + 150 + ], + "to": [ + 151, + 173, + 199, + 206, + 227, + 256, + 283, + 345, + 348 + ], + "ICML---nearly": [ + 152 + ], + "many": [ + 154 + ], + "ICML.": [ + 168 + ], + "These": [ + 169 + ], + "subjected": [ + 172 + ], + "thorough": [ + 175 + ], + "review": [ + 176, + 262 + ], + "process.": [ + 177 + ], + "In": [ + 178 + ], + "round": [ + 181, + 260 + ], + "reviewing,": [ + 183 + ], + "every": [ + 184 + ], + "paper": [ + 185 + ], + "received": [ + 186 + ], + "three": [ + 187 + ], + "reviews": [ + 188, + 203 + ], + "by": [ + 189, + 209, + 230, + 263, + 337 + ], + "program": [ + 190 + ], + "committee": [ + 191 + ], + "members.": [ + 192 + ], + "Authors": [ + 193, + 304 + ], + "then": [ + 195, + 217 + ], + "given": [ + 196 + ], + "opportunity": [ + 198 + ], + "view": [ + 200 + ], + "first-round": [ + 202 + ], + "respond": [ + 205 + ], + "them.": [ + 207 + ], + "Led": [ + 208 + ], + "Senior": [ + 211, + 232, + 265 + ], + "Program": [ + 212, + 233, + 266 + ], + "Committee": [ + 213, + 234 + ], + "member,": [ + 214 + ], + "reviewers": [ + 216 + ], + "engaged": [ + 218 + ], + "paper,": [ + 224 + ], + "leading": [ + 225 + ], + "finally": [ + 226 + ], + "decision": [ + 229 + ], + "member": [ + 235 + ], + "charge": [ + 237 + ], + "paper.": [ + 240 + ], + "Papers": [ + 241 + ], + "could": [ + 242 + ], + "be": [ + 243, + 346 + ], + "accepted,": [ + 244 + ], + "rejected,": [ + 245 + ], + "or": [ + 246 + ], + "conditionally": [ + 247, + 251 + ], + "accepted;": [ + 248 + ], + "36": [ + 250 + ], + "subject": [ + 255 + ], + "additional": [ + 258 + ], + "final": [ + 259 + ], + "Committee.": [ + 267 + ], + "Of": [ + 268 + ], + "submissions,": [ + 271 + ], + "140": [ + 272 + ], + "publication,": [ + 276 + ], + "acceptance": [ + 278 + ], + "rate": [ + 279 + ], + "25.5%.In": [ + 281 + ], + "addition": [ + 282 + ], + "talks,": [ + 286 + ], + "ICML-2006": [ + 287 + ], + "included": [ + 289, + 333 + ], + "seven": [ + 290 + ], + "tutorials": [ + 291 + ], + "eleven": [ + 293 + ], + "workshops,": [ + 294 + ], + "before": [ + 298 + ], + "after": [ + 300 + ], + "conference,": [ + 302 + ], + "respectively.": [ + 303 + ], + "presented": [ + 305 + ], + "their": [ + 306 + ], + "both": [ + 308 + ], + "orally": [ + 309 + ], + "poster": [ + 313 + ], + "session,": [ + 314 + ], + "allowing": [ + 315 + ], + "time": [ + 316 + ], + "detailed": [ + 318 + ], + "discussions": [ + 319 + ], + "any": [ + 321 + ], + "interested": [ + 322 + ], + "attendees": [ + 323 + ], + "conference.": [ + 326 + ], + "Each": [ + 327 + ], + "day": [ + 328 + ], + "main": [ + 331 + ], + "conference": [ + 332 + ], + "invited": [ + 335 + ], + "talk": [ + 336 + ], + "prominent": [ + 339 + ], + "researcher.": [ + 340 + ], + "We": [ + 341 + ], + "very": [ + 343 + ], + "fortunate": [ + 344 + ], + "able": [ + 347 + ], + "host": [ + 349 + ], + "David": [ + 350 + ], + "Haussler,": [ + 351 + ], + "California": [ + 356 + ], + "Santa": [ + 358 + ], + "Cruz;": [ + 359 + ], + "Robert": [ + 360 + ], + "Schapire,": [ + 361 + ], + "Princeton": [ + 363 + ], + "University;": [ + 364 + ], + "Mandyam": [ + 366 + ], + "V.": [ + 367 + ], + "Srinivasan,": [ + 368 + ], + "Australian": [ + 371 + ], + "National": [ + 372 + ], + "University.": [ + 373 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 295 + }, + { + "year": 2024, + "cited_by_count": 391 + }, + { + "year": 2023, + "cited_by_count": 338 + }, + { + "year": 2022, + "cited_by_count": 297 + }, + { + "year": 2021, + "cited_by_count": 262 + }, + { + "year": 2020, + "cited_by_count": 272 + }, + { + "year": 2019, + "cited_by_count": 207 + }, + { + "year": 2018, + "cited_by_count": 147 + }, + { + "year": 2017, + "cited_by_count": 134 + }, + { + "year": 2016, + "cited_by_count": 74 + }, + { + "year": 2015, + "cited_by_count": 37 + }, + { + "year": 2014, + "cited_by_count": 40 + }, + { + "year": 2013, + "cited_by_count": 21 + }, + { + "year": 2012, + "cited_by_count": 20 + } + ], + "updated_date": "2025-11-06T04:12:42.849631", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W3116286104", + "doi": "https://doi.org/10.3390/e23010018", + "title": "Explainable AI: A Review of Machine Learning Interpretability Methods", + "display_name": "Explainable AI: A Review of Machine Learning Interpretability Methods", + "relevance_score": 3377.7432, + "publication_year": 2020, + "publication_date": "2020-12-25", + "ids": { + "openalex": "https://openalex.org/W3116286104", + "doi": "https://doi.org/10.3390/e23010018", + "mag": "3116286104", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/33375658" + }, + "language": "en", + "primary_location": { + "id": "doi:10.3390/e23010018", + "is_oa": true, + "landing_page_url": "https://doi.org/10.3390/e23010018", + "pdf_url": "https://www.mdpi.com/1099-4300/23/1/18/pdf?version=1609160444", + "source": { + "id": "https://openalex.org/S195231649", + "display_name": "Entropy", + "issn_l": "1099-4300", + "issn": [ + "1099-4300" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310310987", + "host_organization_name": "Multidisciplinary Digital Publishing Institute", + "host_organization_lineage": [ + "https://openalex.org/P4310310987" + ], + "host_organization_lineage_names": [ + "Multidisciplinary Digital Publishing Institute" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Entropy", + "raw_type": "journal-article" + }, + "type": "review", + "indexed_in": [ + "crossref", + "doaj", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "gold", + "oa_url": "https://www.mdpi.com/1099-4300/23/1/18/pdf?version=1609160444", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5074689646", + "display_name": "Pantelis Linardatos", + "orcid": "https://orcid.org/0000-0003-1132-4724" + }, + "institutions": [ + { + "id": "https://openalex.org/I174878644", + "display_name": "University of Patras", + "ror": "https://ror.org/017wvtq80", + "country_code": "GR", + "type": "education", + "lineage": [ + "https://openalex.org/I174878644" + ] + } + ], + "countries": [ + "GR" + ], + "is_corresponding": true, + "raw_author_name": "Pantelis Linardatos", + "raw_affiliation_strings": [ + "Department of Mathematics, University of Patras, 26504 Patras, Greece" + ], + "raw_orcid": "https://orcid.org/0000-0003-1132-4724", + "affiliations": [ + { + "raw_affiliation_string": "Department of Mathematics, University of Patras, 26504 Patras, Greece", + "institution_ids": [ + "https://openalex.org/I174878644" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5057093696", + "display_name": "Vasilis Papastefanopoulos", + "orcid": "https://orcid.org/0000-0001-8169-1373" + }, + "institutions": [ + { + "id": "https://openalex.org/I174878644", + "display_name": "University of Patras", + "ror": "https://ror.org/017wvtq80", + "country_code": "GR", + "type": "education", + "lineage": [ + "https://openalex.org/I174878644" + ] + } + ], + "countries": [ + "GR" + ], + "is_corresponding": false, + "raw_author_name": "Vasilis Papastefanopoulos", + "raw_affiliation_strings": [ + "Department of Mathematics, University of Patras, 26504 Patras, Greece" + ], + "raw_orcid": "https://orcid.org/0000-0001-8169-1373", + "affiliations": [ + { + "raw_affiliation_string": "Department of Mathematics, University of Patras, 26504 Patras, Greece", + "institution_ids": [ + "https://openalex.org/I174878644" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5066370772", + "display_name": "Sotiris Kotsiantis", + "orcid": "https://orcid.org/0000-0002-2247-3082" + }, + "institutions": [ + { + "id": "https://openalex.org/I174878644", + "display_name": "University of Patras", + "ror": "https://ror.org/017wvtq80", + "country_code": "GR", + "type": "education", + "lineage": [ + "https://openalex.org/I174878644" + ] + } + ], + "countries": [ + "GR" + ], + "is_corresponding": false, + "raw_author_name": "Sotiris Kotsiantis", + "raw_affiliation_strings": [ + "Department of Mathematics, University of Patras, 26504 Patras, Greece" + ], + "raw_orcid": "https://orcid.org/0000-0002-2247-3082", + "affiliations": [ + { + "raw_affiliation_string": "Department of Mathematics, University of Patras, 26504 Patras, Greece", + "institution_ids": [ + "https://openalex.org/I174878644" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5074689646" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I174878644" + ], + "apc_list": { + "value": 2000, + "currency": "CHF", + "value_usd": 2165 + }, + "apc_paid": { + "value": 2000, + "currency": "CHF", + "value_usd": 2165 + }, + "fwci": 147.8632, + "has_fulltext": false, + "cited_by_count": 2702, + "citation_normalized_percentile": { + "value": 0.99982617, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 89, + "max": 100 + }, + "biblio": { + "volume": "23", + "issue": "1", + "first_page": "18", + "last_page": "18" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12026", + "display_name": "Explainable Artificial Intelligence (XAI)", + "score": 0.9997000098228455, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12026", + "display_name": "Explainable Artificial Intelligence (XAI)", + "score": 0.9997000098228455, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11689", + "display_name": "Adversarial Robustness in Machine Learning", + "score": 0.9994000196456909, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11512", + "display_name": "Anomaly Detection Techniques and Applications", + "score": 0.972599983215332, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/interpretability", + "display_name": "Interpretability", + "score": 0.881382167339325 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.77054762840271 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7226959466934204 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6755812764167786 + }, + { + "id": "https://openalex.org/keywords/ambiguity", + "display_name": "Ambiguity", + "score": 0.6382596492767334 + }, + { + "id": "https://openalex.org/keywords/field", + "display_name": "Field (mathematics)", + "score": 0.5369188189506531 + }, + { + "id": "https://openalex.org/keywords/implementation", + "display_name": "Implementation", + "score": 0.5124835968017578 + }, + { + "id": "https://openalex.org/keywords/black-box", + "display_name": "Black box", + "score": 0.43949806690216064 + }, + { + "id": "https://openalex.org/keywords/management-science", + "display_name": "Management science", + "score": 0.3528066873550415 + }, + { + "id": "https://openalex.org/keywords/data-science", + "display_name": "Data science", + "score": 0.34925395250320435 + }, + { + "id": "https://openalex.org/keywords/software-engineering", + "display_name": "Software engineering", + "score": 0.10554653406143188 + }, + { + "id": "https://openalex.org/keywords/engineering", + "display_name": "Engineering", + "score": 0.10227954387664795 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2781067378", + "wikidata": "https://www.wikidata.org/wiki/Q17027399", + "display_name": "Interpretability", + "level": 2, + "score": 0.881382167339325 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.77054762840271 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7226959466934204 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6755812764167786 + }, + { + "id": "https://openalex.org/C2780522230", + "wikidata": "https://www.wikidata.org/wiki/Q1140419", + "display_name": "Ambiguity", + "level": 2, + "score": 0.6382596492767334 + }, + { + "id": "https://openalex.org/C9652623", + "wikidata": "https://www.wikidata.org/wiki/Q190109", + "display_name": "Field (mathematics)", + "level": 2, + "score": 0.5369188189506531 + }, + { + "id": "https://openalex.org/C26713055", + "wikidata": "https://www.wikidata.org/wiki/Q245962", + "display_name": "Implementation", + "level": 2, + "score": 0.5124835968017578 + }, + { + "id": "https://openalex.org/C94966114", + "wikidata": "https://www.wikidata.org/wiki/Q29256", + "display_name": "Black box", + "level": 2, + "score": 0.43949806690216064 + }, + { + "id": "https://openalex.org/C539667460", + "wikidata": "https://www.wikidata.org/wiki/Q2414942", + "display_name": "Management science", + "level": 1, + "score": 0.3528066873550415 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.34925395250320435 + }, + { + "id": "https://openalex.org/C115903868", + "wikidata": "https://www.wikidata.org/wiki/Q80993", + "display_name": "Software engineering", + "level": 1, + "score": 0.10554653406143188 + }, + { + "id": "https://openalex.org/C127413603", + "wikidata": "https://www.wikidata.org/wiki/Q11023", + "display_name": "Engineering", + "level": 0, + "score": 0.10227954387664795 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C202444582", + "wikidata": "https://www.wikidata.org/wiki/Q837863", + "display_name": "Pure mathematics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 5, + "locations": [ + { + "id": "doi:10.3390/e23010018", + "is_oa": true, + "landing_page_url": "https://doi.org/10.3390/e23010018", + "pdf_url": "https://www.mdpi.com/1099-4300/23/1/18/pdf?version=1609160444", + "source": { + "id": "https://openalex.org/S195231649", + "display_name": "Entropy", + "issn_l": "1099-4300", + "issn": [ + "1099-4300" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310310987", + "host_organization_name": "Multidisciplinary Digital Publishing Institute", + "host_organization_lineage": [ + "https://openalex.org/P4310310987" + ], + "host_organization_lineage_names": [ + "Multidisciplinary Digital Publishing Institute" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Entropy", + "raw_type": "journal-article" + }, + { + "id": "pmid:33375658", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/33375658", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Entropy (Basel, Switzerland)", + "raw_type": null + }, + { + "id": "pmh:oai:doaj.org/article:36ca352966604ee69cce840410673de9", + "is_oa": true, + "landing_page_url": "https://doaj.org/article/36ca352966604ee69cce840410673de9", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401280", + "display_name": "DOAJ (DOAJ: Directory of Open Access Journals)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by-sa", + "license_id": "https://openalex.org/licenses/cc-by-sa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Entropy, Vol 23, Iss 1, p 18 (2020)", + "raw_type": "article" + }, + { + "id": "pmh:oai:mdpi.com:/1099-4300/23/1/18/", + "is_oa": true, + "landing_page_url": "https://dx.doi.org/10.3390/e23010018", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400947", + "display_name": "MDPI (MDPI AG)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I4210097602", + "host_organization_name": "Multidisciplinary Digital Publishing Institute (Switzerland)", + "host_organization_lineage": [ + "https://openalex.org/I4210097602" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Entropy; Volume 23; Issue 1; Pages: 18", + "raw_type": "Text" + }, + { + "id": "pmh:oai:pubmedcentral.nih.gov:7824368", + "is_oa": true, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/7824368", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2764455111", + "display_name": "PubMed Central", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Entropy (Basel)", + "raw_type": "Text" + } + ], + "best_oa_location": { + "id": "doi:10.3390/e23010018", + "is_oa": true, + "landing_page_url": "https://doi.org/10.3390/e23010018", + "pdf_url": "https://www.mdpi.com/1099-4300/23/1/18/pdf?version=1609160444", + "source": { + "id": "https://openalex.org/S195231649", + "display_name": "Entropy", + "issn_l": "1099-4300", + "issn": [ + "1099-4300" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310310987", + "host_organization_name": "Multidisciplinary Digital Publishing Institute", + "host_organization_lineage": [ + "https://openalex.org/P4310310987" + ], + "host_organization_lineage_names": [ + "Multidisciplinary Digital Publishing Institute" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Entropy", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W3116286104.pdf" + }, + "referenced_works_count": 184, + "referenced_works": [ + "https://openalex.org/W100464641", + "https://openalex.org/W273955616", + "https://openalex.org/W999207820", + "https://openalex.org/W1678356000", + "https://openalex.org/W1787224781", + "https://openalex.org/W1825675169", + "https://openalex.org/W1849277567", + "https://openalex.org/W1901616594", + "https://openalex.org/W1942214758", + "https://openalex.org/W1945616565", + "https://openalex.org/W1961345416", + "https://openalex.org/W1979362125", + "https://openalex.org/W1979769549", + "https://openalex.org/W1994080277", + "https://openalex.org/W1996796871", + "https://openalex.org/W2014352947", + "https://openalex.org/W2029767409", + "https://openalex.org/W2035363534", + "https://openalex.org/W2044639673", + "https://openalex.org/W2046945713", + "https://openalex.org/W2066238228", + "https://openalex.org/W2088765131", + "https://openalex.org/W2097246321", + "https://openalex.org/W2100960835", + "https://openalex.org/W2101589741", + "https://openalex.org/W2102636708", + "https://openalex.org/W2116572416", + "https://openalex.org/W2116666691", + "https://openalex.org/W2116984840", + "https://openalex.org/W2123045220", + "https://openalex.org/W2125283600", + "https://openalex.org/W2125847307", + "https://openalex.org/W2128272608", + "https://openalex.org/W2141200610", + "https://openalex.org/W2141755357", + "https://openalex.org/W2151868609", + "https://openalex.org/W2157928966", + "https://openalex.org/W2163605009", + "https://openalex.org/W2164878629", + "https://openalex.org/W2180612164", + "https://openalex.org/W2195388612", + "https://openalex.org/W2243397390", + "https://openalex.org/W2282821441", + "https://openalex.org/W2295107390", + "https://openalex.org/W2295598076", + "https://openalex.org/W2336525064", + "https://openalex.org/W2396394641", + "https://openalex.org/W2440159969", + "https://openalex.org/W2483215953", + "https://openalex.org/W2484189903", + "https://openalex.org/W2492294785", + "https://openalex.org/W2535873859", + "https://openalex.org/W2543927648", + "https://openalex.org/W2551974706", + "https://openalex.org/W2556096924", + "https://openalex.org/W2570685808", + "https://openalex.org/W2594475271", + "https://openalex.org/W2597603852", + "https://openalex.org/W2603766943", + "https://openalex.org/W2605409611", + "https://openalex.org/W2609368435", + "https://openalex.org/W2618851150", + "https://openalex.org/W2626639386", + "https://openalex.org/W2732560823", + "https://openalex.org/W2734421735", + "https://openalex.org/W2739220786", + "https://openalex.org/W2745565856", + "https://openalex.org/W2746600820", + "https://openalex.org/W2755655609", + "https://openalex.org/W2765424254", + "https://openalex.org/W2765793020", + "https://openalex.org/W2768894107", + "https://openalex.org/W2770312844", + "https://openalex.org/W2773022113", + "https://openalex.org/W2773497437", + "https://openalex.org/W2774644650", + "https://openalex.org/W2785699986", + "https://openalex.org/W2787955716", + "https://openalex.org/W2788199784", + "https://openalex.org/W2788403449", + "https://openalex.org/W2789160704", + "https://openalex.org/W2792942633", + "https://openalex.org/W2796215194", + "https://openalex.org/W2796885425", + "https://openalex.org/W2798312813", + "https://openalex.org/W2799194071", + "https://openalex.org/W2803831897", + "https://openalex.org/W2809136100", + "https://openalex.org/W2887252986", + "https://openalex.org/W2888078780", + "https://openalex.org/W2888421747", + "https://openalex.org/W2889210204", + "https://openalex.org/W2889252776", + "https://openalex.org/W2891503716", + "https://openalex.org/W2905526464", + "https://openalex.org/W2905810301", + "https://openalex.org/W2909878761", + "https://openalex.org/W2910705748", + "https://openalex.org/W2914598080", + "https://openalex.org/W2919115771", + "https://openalex.org/W2943646750", + "https://openalex.org/W2949128310", + "https://openalex.org/W2949197630", + "https://openalex.org/W2949200088", + "https://openalex.org/W2953911539", + "https://openalex.org/W2954503794", + "https://openalex.org/W2955782190", + "https://openalex.org/W2962718684", + "https://openalex.org/W2962772482", + "https://openalex.org/W2962790223", + "https://openalex.org/W2962816513", + "https://openalex.org/W2962818281", + "https://openalex.org/W2962858109", + "https://openalex.org/W2963095307", + "https://openalex.org/W2963100392", + "https://openalex.org/W2963116854", + "https://openalex.org/W2963125461", + "https://openalex.org/W2963126845", + "https://openalex.org/W2963165363", + "https://openalex.org/W2963233086", + "https://openalex.org/W2963382180", + "https://openalex.org/W2963483561", + "https://openalex.org/W2963615251", + "https://openalex.org/W2963847595", + "https://openalex.org/W2963857521", + "https://openalex.org/W2963859254", + "https://openalex.org/W2963969878", + "https://openalex.org/W2964082701", + "https://openalex.org/W2965749257", + "https://openalex.org/W2966149470", + "https://openalex.org/W2971970905", + "https://openalex.org/W2981731882", + "https://openalex.org/W2988194011", + "https://openalex.org/W2998277219", + "https://openalex.org/W3000208741", + "https://openalex.org/W3003420231", + "https://openalex.org/W3013371788", + "https://openalex.org/W3015625436", + "https://openalex.org/W3023553115", + "https://openalex.org/W3027870051", + "https://openalex.org/W3035517615", + "https://openalex.org/W3035736465", + "https://openalex.org/W3037881545", + "https://openalex.org/W3098276446", + "https://openalex.org/W3098278632", + "https://openalex.org/W3099126561", + "https://openalex.org/W3101449015", + "https://openalex.org/W3102476541", + "https://openalex.org/W3103557498", + "https://openalex.org/W3104423855", + "https://openalex.org/W3104570147", + "https://openalex.org/W3106412272", + "https://openalex.org/W3121410165", + "https://openalex.org/W3121588992", + "https://openalex.org/W3138819813", + "https://openalex.org/W4238293282", + "https://openalex.org/W4241793634", + "https://openalex.org/W4251708881", + "https://openalex.org/W4288625073", + "https://openalex.org/W4289258088", + "https://openalex.org/W4300337452", + "https://openalex.org/W6610017368", + "https://openalex.org/W6637162671", + "https://openalex.org/W6684072790", + "https://openalex.org/W6703326205", + "https://openalex.org/W6719080892", + "https://openalex.org/W6728551298", + "https://openalex.org/W6733049761", + "https://openalex.org/W6734194636", + "https://openalex.org/W6739575509", + "https://openalex.org/W6740085662", + "https://openalex.org/W6744110554", + "https://openalex.org/W6745730051", + "https://openalex.org/W6747473890", + "https://openalex.org/W6748377460", + "https://openalex.org/W6750628419", + "https://openalex.org/W6750829902", + "https://openalex.org/W6751569023", + "https://openalex.org/W6751776086", + "https://openalex.org/W6752083044", + "https://openalex.org/W6755768460", + "https://openalex.org/W6762840784", + "https://openalex.org/W6765646913", + "https://openalex.org/W7014198846" + ], + "related_works": [ + "https://openalex.org/W2797441709", + "https://openalex.org/W2346578521", + "https://openalex.org/W4297660007", + "https://openalex.org/W4377704659", + "https://openalex.org/W2886918272", + "https://openalex.org/W4387589990", + "https://openalex.org/W2943982549", + "https://openalex.org/W3101055019", + "https://openalex.org/W2910028250", + "https://openalex.org/W4241566321" + ], + "abstract_inverted_index": { + "Recent": [ + 0 + ], + "advances": [ + 1 + ], + "in": [ + 2, + 20, + 29, + 76, + 95, + 156 + ], + "artificial": [ + 3 + ], + "intelligence": [ + 4 + ], + "(AI)": [ + 5 + ], + "have": [ + 6 + ], + "led": [ + 7 + ], + "to": [ + 8, + 61, + 73, + 152 + ], + "its": [ + 9 + ], + "widespread": [ + 10 + ], + "industrial": [ + 11 + ], + "adoption,": [ + 12 + ], + "with": [ + 13, + 108 + ], + "machine": [ + 14, + 70, + 118, + 132 + ], + "learning": [ + 15, + 71, + 119, + 133 + ], + "systems": [ + 16, + 41, + 72 + ], + "demonstrating": [ + 17 + ], + "superhuman": [ + 18 + ], + "performance": [ + 19 + ], + "a": [ + 21, + 91, + 103, + 138, + 165 + ], + "significant": [ + 22 + ], + "number": [ + 23 + ], + "of": [ + 24, + 98, + 111, + 143 + ], + "tasks.": [ + 25 + ], + "However,": [ + 26 + ], + "this": [ + 27, + 160 + ], + "surge": [ + 28 + ], + "performance,": [ + 30 + ], + "has": [ + 31, + 65, + 121 + ], + "often": [ + 32 + ], + "been": [ + 33, + 122 + ], + "achieved": [ + 34 + ], + "through": [ + 35 + ], + "increased": [ + 36 + ], + "model": [ + 37 + ], + "complexity,": [ + 38 + ], + "turning": [ + 39 + ], + "such": [ + 40, + 87 + ], + "into": [ + 42 + ], + "\"black": [ + 43 + ], + "box\"": [ + 44 + ], + "approaches": [ + 45 + ], + "and": [ + 46, + 116, + 141, + 171 + ], + "causing": [ + 47 + ], + "uncertainty": [ + 48 + ], + "regarding": [ + 49 + ], + "the": [ + 50, + 56, + 96, + 109, + 157 + ], + "way": [ + 51, + 57 + ], + "they": [ + 52, + 59 + ], + "operate": [ + 53 + ], + "and,": [ + 54 + ], + "ultimately,": [ + 55 + ], + "that": [ + 58, + 105, + 114, + 159 + ], + "come": [ + 60 + ], + "decisions.": [ + 62 + ], + "This": [ + 63, + 128 + ], + "ambiguity": [ + 64 + ], + "made": [ + 66 + ], + "it": [ + 67 + ], + "problematic": [ + 68 + ], + "for": [ + 69, + 168 + ], + "be": [ + 74, + 85 + ], + "adopted": [ + 75 + ], + "sensitive": [ + 77 + ], + "yet": [ + 78 + ], + "critical": [ + 79 + ], + "domains,": [ + 80 + ], + "where": [ + 81 + ], + "their": [ + 82, + 153 + ], + "value": [ + 83 + ], + "could": [ + 84 + ], + "immense,": [ + 86 + ], + "as": [ + 88, + 148, + 150, + 164 + ], + "healthcare.": [ + 89 + ], + "As": [ + 90 + ], + "result,": [ + 92 + ], + "scientific": [ + 93 + ], + "interest": [ + 94 + ], + "field": [ + 97, + 104 + ], + "Explainable": [ + 99 + ], + "Artificial": [ + 100 + ], + "Intelligence": [ + 101 + ], + "(XAI),": [ + 102 + ], + "is": [ + 106 + ], + "concerned": [ + 107 + ], + "development": [ + 110 + ], + "new": [ + 112 + ], + "methods": [ + 113, + 145 + ], + "explain": [ + 115 + ], + "interpret": [ + 117 + ], + "models,": [ + 120 + ], + "tremendously": [ + 123 + ], + "reignited": [ + 124 + ], + "over": [ + 125 + ], + "recent": [ + 126 + ], + "years.": [ + 127 + ], + "study": [ + 129 + ], + "focuses": [ + 130 + ], + "on": [ + 131 + ], + "interpretability": [ + 134 + ], + "methods;": [ + 135 + ], + "more": [ + 136 + ], + "specifically,": [ + 137 + ], + "literature": [ + 139 + ], + "review": [ + 140 + ], + "taxonomy": [ + 142 + ], + "these": [ + 144 + ], + "are": [ + 146 + ], + "presented,": [ + 147 + ], + "well": [ + 149 + ], + "links": [ + 151 + ], + "programming": [ + 154 + ], + "implementations,": [ + 155 + ], + "hope": [ + 158 + ], + "survey": [ + 161 + ], + "would": [ + 162 + ], + "serve": [ + 163 + ], + "reference": [ + 166 + ], + "point": [ + 167 + ], + "both": [ + 169 + ], + "theorists": [ + 170 + ], + "practitioners.": [ + 172 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 209 + }, + { + "year": 2025, + "cited_by_count": 702 + }, + { + "year": 2024, + "cited_by_count": 707 + }, + { + "year": 2023, + "cited_by_count": 591 + }, + { + "year": 2022, + "cited_by_count": 382 + }, + { + "year": 2021, + "cited_by_count": 109 + }, + { + "year": 2020, + "cited_by_count": 1 + }, + { + "year": 2013, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2142334564", + "doi": "https://doi.org/10.2307/1269742", + "title": "Machine Learning, Neural and Statistical Classification", + "display_name": "Machine Learning, Neural and Statistical Classification", + "relevance_score": 3337.8804, + "publication_year": 1995, + "publication_date": "1995-11-01", + "ids": { + "openalex": "https://openalex.org/W2142334564", + "doi": "https://doi.org/10.2307/1269742", + "mag": "2142334564" + }, + "language": "en", + "primary_location": { + "id": "doi:10.2307/1269742", + "is_oa": false, + "landing_page_url": "https://doi.org/10.2307/1269742", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S985303", + "display_name": "Technometrics", + "issn_l": "0040-1706", + "issn": [ + "0040-1706", + "1537-2723" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320547", + "host_organization_name": "Taylor & Francis", + "host_organization_lineage": [ + "https://openalex.org/P4310320547" + ], + "host_organization_lineage_names": [ + "Taylor & Francis" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Technometrics", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5021483518", + "display_name": "Bill Fulkerson", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I5490798", + "display_name": "John Deere (Germany)", + "ror": "https://ror.org/02xc43e34", + "country_code": "DE", + "type": "company", + "lineage": [ + "https://openalex.org/I4210096981", + "https://openalex.org/I5490798" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": true, + "raw_author_name": "Bill Fulkerson", + "raw_affiliation_strings": [ + "Deere & Company", + "University of Edinburgh U.K" + ], + "affiliations": [ + { + "raw_affiliation_string": "Deere & Company", + "institution_ids": [ + "https://openalex.org/I5490798" + ] + }, + { + "raw_affiliation_string": "University of Edinburgh U.K", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5006171154", + "display_name": "D. Michie", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "D. Michie", + "raw_affiliation_strings": [ + "University of Edinburgh , U.K" + ], + "affiliations": [ + { + "raw_affiliation_string": "University of Edinburgh , U.K", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5080673459", + "display_name": "D. J. Spiegelhalter", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I241749", + "display_name": "University of Cambridge", + "ror": "https://ror.org/013meh722", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I241749" + ] + } + ], + "countries": [ + "GB" + ], + "is_corresponding": false, + "raw_author_name": "D. J. Spiegelhalter", + "raw_affiliation_strings": [ + "Univ. Forvie Site, Cambridge, U.K.#TAB#" + ], + "affiliations": [ + { + "raw_affiliation_string": "Univ. Forvie Site, Cambridge, U.K.#TAB#", + "institution_ids": [ + "https://openalex.org/I241749" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5111533856", + "display_name": "C. C. W. Taylor", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "C. C. Taylor", + "raw_affiliation_strings": [ + "University of Leeds; U.K" + ], + "affiliations": [ + { + "raw_affiliation_string": "University of Leeds; U.K", + "institution_ids": [] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 4, + "corresponding_author_ids": [ + "https://openalex.org/A5021483518" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I5490798" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 121.1376, + "has_fulltext": false, + "cited_by_count": 2191, + "citation_normalized_percentile": { + "value": 0.99989156, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "37", + "issue": "4", + "first_page": "459", + "last_page": "459" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.9955999851226807, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.9955999851226807, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10538", + "display_name": "Data Mining Algorithms and Applications", + "score": 0.9819999933242798, + "subfield": { + "id": "https://openalex.org/subfields/1710", + "display_name": "Information Systems" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T14351", + "display_name": "Statistical and Computational Modeling", + "score": 0.9731000065803528, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6783725023269653 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6460950374603271 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.638775646686554 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.5508975982666016 + }, + { + "id": "https://openalex.org/keywords/statistical-learning", + "display_name": "Statistical learning", + "score": 0.4216362535953522 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6783725023269653 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6460950374603271 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.638775646686554 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.5508975982666016 + }, + { + "id": "https://openalex.org/C2982736386", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Statistical learning", + "level": 2, + "score": 0.4216362535953522 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.2307/1269742", + "is_oa": false, + "landing_page_url": "https://doi.org/10.2307/1269742", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S985303", + "display_name": "Technometrics", + "issn_l": "0040-1706", + "issn": [ + "0040-1706", + "1537-2723" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320547", + "host_organization_name": "Taylor & Francis", + "host_organization_lineage": [ + "https://openalex.org/P4310320547" + ], + "host_organization_lineage_names": [ + "Taylor & Francis" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Technometrics", + "raw_type": "journal-article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 7, + "referenced_works": [ + "https://openalex.org/W1515620500", + "https://openalex.org/W1602329118", + "https://openalex.org/W1704669313", + "https://openalex.org/W1770912791", + "https://openalex.org/W2023837194", + "https://openalex.org/W2488901271", + "https://openalex.org/W3014310718" + ], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W3046775127", + "https://openalex.org/W3107602296", + "https://openalex.org/W3170094116", + "https://openalex.org/W4386462264", + "https://openalex.org/W4364306694", + "https://openalex.org/W4312192474", + "https://openalex.org/W4283697347", + "https://openalex.org/W4210805261" + ], + "abstract_inverted_index": { + "Survey": [ + 0 + ], + "of": [ + 1, + 8 + ], + "previous": [ + 2 + ], + "comparisons": [ + 3 + ], + "and": [ + 4, + 15 + ], + "theoretical": [ + 5 + ], + "work": [ + 6 + ], + "descriptions": [ + 7, + 11 + ], + "methods": [ + 9 + ], + "dataset": [ + 10 + ], + "criteria": [ + 12 + ], + "for": [ + 13 + ], + "comparison": [ + 14 + ], + "methodology": [ + 16 + ], + "(including": [ + 17 + ], + "validation)": [ + 18 + ], + "empirical": [ + 19 + ], + "results": [ + 20 + ], + "machine": [ + 21, + 24 + ], + "learning": [ + 22 + ], + "on": [ + 23 + ], + "learning.": [ + 25 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 8 + }, + { + "year": 2024, + "cited_by_count": 17 + }, + { + "year": 2023, + "cited_by_count": 45 + }, + { + "year": 2022, + "cited_by_count": 44 + }, + { + "year": 2021, + "cited_by_count": 64 + }, + { + "year": 2020, + "cited_by_count": 70 + }, + { + "year": 2019, + "cited_by_count": 65 + }, + { + "year": 2018, + "cited_by_count": 65 + }, + { + "year": 2017, + "cited_by_count": 80 + }, + { + "year": 2016, + "cited_by_count": 58 + }, + { + "year": 2015, + "cited_by_count": 64 + }, + { + "year": 2014, + "cited_by_count": 78 + }, + { + "year": 2013, + "cited_by_count": 68 + }, + { + "year": 2012, + "cited_by_count": 84 + } + ], + "updated_date": "2026-04-04T16:13:02.066488", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2962727772", + "doi": null, + "title": "Automatic differentiation in machine learning: a survey", + "display_name": "Automatic differentiation in machine learning: a survey", + "relevance_score": 3316.8074, + "publication_year": 2015, + "publication_date": "2015-01-01", + "ids": { + "openalex": "https://openalex.org/W2962727772", + "mag": "2962727772" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:eprints.maynoothuniversity.ie:8145", + "is_oa": true, + "landing_page_url": null, + "pdf_url": "http://eprints.maynoothuniversity.ie/8145/1/BP-Automatic-2015.pdf", + "source": { + "id": "https://openalex.org/S4306401432", + "display_name": "Maynooth University ePrints and eTheses Archive (Maynooth University)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I157286207", + "host_organization_name": "National University of Ireland, Maynooth", + "host_organization_lineage": [ + "https://openalex.org/I157286207" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Monograph" + }, + "type": "article", + "indexed_in": [], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "http://eprints.maynoothuniversity.ie/8145/1/BP-Automatic-2015.pdf", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5063994783", + "display_name": "Atılım Güneş Baydin", + "orcid": "https://orcid.org/0000-0001-9854-8100" + }, + "institutions": [ + { + "id": "https://openalex.org/I40120149", + "display_name": "University of Oxford", + "ror": "https://ror.org/052gg0110", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I40120149" + ] + }, + { + "id": "https://openalex.org/I4210146410", + "display_name": "Science Oxford", + "ror": "https://ror.org/04j8yhy50", + "country_code": "GB", + "type": "nonprofit", + "lineage": [ + "https://openalex.org/I4210146410" + ] + } + ], + "countries": [ + "GB" + ], + "is_corresponding": true, + "raw_author_name": "Atılım Güneş Baydin", + "raw_affiliation_strings": [ + "Department of Engineering Science; University of Oxford; Oxford United Kingdom" + ], + "raw_orcid": "https://orcid.org/0000-0001-9854-8100", + "affiliations": [ + { + "raw_affiliation_string": "Department of Engineering Science; University of Oxford; Oxford United Kingdom", + "institution_ids": [ + "https://openalex.org/I4210146410", + "https://openalex.org/I40120149" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5009984528", + "display_name": "Barak A. Pearlmutter", + "orcid": "https://orcid.org/0000-0003-0521-4553" + }, + "institutions": [ + { + "id": "https://openalex.org/I157286207", + "display_name": "National University of Ireland, Maynooth", + "ror": "https://ror.org/048nfjm95", + "country_code": "IE", + "type": "education", + "lineage": [ + "https://openalex.org/I157286207" + ] + } + ], + "countries": [ + "IE" + ], + "is_corresponding": false, + "raw_author_name": "Barak A. Pearlmutter", + "raw_affiliation_strings": [ + "Department of Computer Science , National University of Ireland Maynooth , Maynooth, Co. Kildare, Ireland" + ], + "raw_orcid": "https://orcid.org/0000-0003-0521-4553", + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science , National University of Ireland Maynooth , Maynooth, Co. Kildare, Ireland", + "institution_ids": [ + "https://openalex.org/I157286207" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5055832270", + "display_name": "Alexey Radul", + "orcid": "https://orcid.org/0000-0002-7251-4057" + }, + "institutions": [ + { + "id": "https://openalex.org/I63966007", + "display_name": "Massachusetts Institute of Technology", + "ror": "https://ror.org/042nb2s44", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I63966007" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Alexey Radul", + "raw_affiliation_strings": [ + "Department of Brain and Cognitive Sciences, Massachusetts Institute of Technology, Cambridge, MA" + ], + "raw_orcid": "https://orcid.org/0000-0002-7251-4057", + "affiliations": [ + { + "raw_affiliation_string": "Department of Brain and Cognitive Sciences, Massachusetts Institute of Technology, Cambridge, MA", + "institution_ids": [ + "https://openalex.org/I63966007" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5079140683", + "display_name": "Jeffrey Mark Siskind", + "orcid": "https://orcid.org/0000-0002-0105-6503" + }, + "institutions": [ + { + "id": "https://openalex.org/I219193219", + "display_name": "Purdue University West Lafayette", + "ror": "https://ror.org/02dqehb95", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I219193219" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Jeffrey Mark Siskind", + "raw_affiliation_strings": [ + "School of Electrical & Computer Engineering, Purdue University, West Lafayette, IN" + ], + "raw_orcid": "https://orcid.org/0000-0002-0105-6503", + "affiliations": [ + { + "raw_affiliation_string": "School of Electrical & Computer Engineering, Purdue University, West Lafayette, IN", + "institution_ids": [ + "https://openalex.org/I219193219" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 3, + "institutions_distinct_count": 4, + "corresponding_author_ids": [ + "https://openalex.org/A5063994783" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I40120149", + "https://openalex.org/I4210146410" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 5.8829, + "has_fulltext": true, + "cited_by_count": 2097, + "citation_normalized_percentile": { + "value": 0.96990496, + "is_in_top_1_percent": false, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 97, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12814", + "display_name": "Gaussian Processes and Bayesian Inference", + "score": 0.9951000213623047, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12814", + "display_name": "Gaussian Processes and Bayesian Inference", + "score": 0.9951000213623047, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.9828000068664551, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T13650", + "display_name": "Computational Physics and Python Applications", + "score": 0.9753999710083008, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7707252502441406 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6958426833152771 + }, + { + "id": "https://openalex.org/keywords/relevance", + "display_name": "Relevance (law)", + "score": 0.6952723264694214 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6923137903213501 + }, + { + "id": "https://openalex.org/keywords/automatic-differentiation", + "display_name": "Automatic differentiation", + "score": 0.5773985385894775 + }, + { + "id": "https://openalex.org/keywords/differentiable-function", + "display_name": "Differentiable function", + "score": 0.5487818717956543 + }, + { + "id": "https://openalex.org/keywords/clarity", + "display_name": "CLARITY", + "score": 0.49600204825401306 + }, + { + "id": "https://openalex.org/keywords/toolbox", + "display_name": "Toolbox", + "score": 0.47601065039634705 + }, + { + "id": "https://openalex.org/keywords/field", + "display_name": "Field (mathematics)", + "score": 0.47393471002578735 + }, + { + "id": "https://openalex.org/keywords/algorithmic-learning-theory", + "display_name": "Algorithmic learning theory", + "score": 0.4503173828125 + }, + { + "id": "https://openalex.org/keywords/active-learning", + "display_name": "Active learning (machine learning)", + "score": 0.41797730326652527 + }, + { + "id": "https://openalex.org/keywords/theoretical-computer-science", + "display_name": "Theoretical computer science", + "score": 0.36606842279434204 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.18022793531417847 + }, + { + "id": "https://openalex.org/keywords/programming-language", + "display_name": "Programming language", + "score": 0.14339032769203186 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.09765636920928955 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7707252502441406 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6958426833152771 + }, + { + "id": "https://openalex.org/C158154518", + "wikidata": "https://www.wikidata.org/wiki/Q7310970", + "display_name": "Relevance (law)", + "level": 2, + "score": 0.6952723264694214 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6923137903213501 + }, + { + "id": "https://openalex.org/C133512626", + "wikidata": "https://www.wikidata.org/wiki/Q787371", + "display_name": "Automatic differentiation", + "level": 3, + "score": 0.5773985385894775 + }, + { + "id": "https://openalex.org/C202615002", + "wikidata": "https://www.wikidata.org/wiki/Q783507", + "display_name": "Differentiable function", + "level": 2, + "score": 0.5487818717956543 + }, + { + "id": "https://openalex.org/C2777146004", + "wikidata": "https://www.wikidata.org/wiki/Q14949826", + "display_name": "CLARITY", + "level": 2, + "score": 0.49600204825401306 + }, + { + "id": "https://openalex.org/C2777655017", + "wikidata": "https://www.wikidata.org/wiki/Q1501161", + "display_name": "Toolbox", + "level": 2, + "score": 0.47601065039634705 + }, + { + "id": "https://openalex.org/C9652623", + "wikidata": "https://www.wikidata.org/wiki/Q190109", + "display_name": "Field (mathematics)", + "level": 2, + "score": 0.47393471002578735 + }, + { + "id": "https://openalex.org/C32254414", + "wikidata": "https://www.wikidata.org/wiki/Q4724364", + "display_name": "Algorithmic learning theory", + "level": 3, + "score": 0.4503173828125 + }, + { + "id": "https://openalex.org/C77967617", + "wikidata": "https://www.wikidata.org/wiki/Q4677561", + "display_name": "Active learning (machine learning)", + "level": 2, + "score": 0.41797730326652527 + }, + { + "id": "https://openalex.org/C80444323", + "wikidata": "https://www.wikidata.org/wiki/Q2878974", + "display_name": "Theoretical computer science", + "level": 1, + "score": 0.36606842279434204 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.18022793531417847 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.14339032769203186 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.09765636920928955 + }, + { + "id": "https://openalex.org/C134306372", + "wikidata": "https://www.wikidata.org/wiki/Q7754", + "display_name": "Mathematical analysis", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C55493867", + "wikidata": "https://www.wikidata.org/wiki/Q7094", + "display_name": "Biochemistry", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C199539241", + "wikidata": "https://www.wikidata.org/wiki/Q7748", + "display_name": "Law", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C45374587", + "wikidata": "https://www.wikidata.org/wiki/Q12525525", + "display_name": "Computation", + "level": 2, + "score": 0.0 + }, + { + "id": "https://openalex.org/C202444582", + "wikidata": "https://www.wikidata.org/wiki/Q837863", + "display_name": "Pure mathematics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C17744445", + "wikidata": "https://www.wikidata.org/wiki/Q36442", + "display_name": "Political science", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C185592680", + "wikidata": "https://www.wikidata.org/wiki/Q2329", + "display_name": "Chemistry", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "pmh:oai:eprints.maynoothuniversity.ie:8145", + "is_oa": true, + "landing_page_url": null, + "pdf_url": "http://eprints.maynoothuniversity.ie/8145/1/BP-Automatic-2015.pdf", + "source": { + "id": "https://openalex.org/S4306401432", + "display_name": "Maynooth University ePrints and eTheses Archive (Maynooth University)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I157286207", + "host_organization_name": "National University of Ireland, Maynooth", + "host_organization_lineage": [ + "https://openalex.org/I157286207" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Monograph" + } + ], + "best_oa_location": { + "id": "pmh:oai:eprints.maynoothuniversity.ie:8145", + "is_oa": true, + "landing_page_url": null, + "pdf_url": "http://eprints.maynoothuniversity.ie/8145/1/BP-Automatic-2015.pdf", + "source": { + "id": "https://openalex.org/S4306401432", + "display_name": "Maynooth University ePrints and eTheses Archive (Maynooth University)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I157286207", + "host_organization_name": "National University of Ireland, Maynooth", + "host_organization_lineage": [ + "https://openalex.org/I157286207" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Monograph" + }, + "sustainable_development_goals": [], + "awards": [ + { + "id": "https://openalex.org/G6346593773", + "display_name": null, + "funder_award_id": "09/IN.1/I2637", + "funder_id": "https://openalex.org/F4320320847", + "funder_display_name": "Science Foundation Ireland" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320320847", + "display_name": "Science Foundation Ireland", + "ror": "https://ror.org/0271asj38" + } + ], + "has_content": { + "grobid_xml": true, + "pdf": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W2962727772.pdf", + "grobid_xml": "https://content.openalex.org/works/W2962727772.grobid-xml" + }, + "referenced_works_count": 165, + "referenced_works": [ + "https://openalex.org/W10127936", + "https://openalex.org/W24803201", + "https://openalex.org/W32371573", + "https://openalex.org/W54927611", + "https://openalex.org/W56900066", + "https://openalex.org/W79234129", + "https://openalex.org/W96156603", + "https://openalex.org/W114517082", + "https://openalex.org/W150071318", + "https://openalex.org/W163279865", + "https://openalex.org/W178772886", + "https://openalex.org/W183071939", + "https://openalex.org/W195465510", + "https://openalex.org/W199058730", + "https://openalex.org/W658381347", + "https://openalex.org/W1448623749", + "https://openalex.org/W1491719553", + "https://openalex.org/W1498436455", + "https://openalex.org/W1508921047", + "https://openalex.org/W1510408204", + "https://openalex.org/W1526743513", + "https://openalex.org/W1531185881", + "https://openalex.org/W1531720974", + "https://openalex.org/W1533682968", + "https://openalex.org/W1545319692", + "https://openalex.org/W1554025628", + "https://openalex.org/W1554447113", + "https://openalex.org/W1555213329", + "https://openalex.org/W1556604985", + "https://openalex.org/W1558109178", + "https://openalex.org/W1579027943", + "https://openalex.org/W1585773866", + "https://openalex.org/W1593851055", + "https://openalex.org/W1597010871", + "https://openalex.org/W1597497095", + "https://openalex.org/W1601796594", + "https://openalex.org/W1602017060", + "https://openalex.org/W1667652561", + "https://openalex.org/W1732222442", + "https://openalex.org/W1746819321", + "https://openalex.org/W1781063653", + "https://openalex.org/W1786620475", + "https://openalex.org/W1833324609", + "https://openalex.org/W1841592590", + "https://openalex.org/W1868018859", + "https://openalex.org/W1902934009", + "https://openalex.org/W1906598733", + "https://openalex.org/W1909320841", + "https://openalex.org/W1959608418", + "https://openalex.org/W1960579544", + "https://openalex.org/W1964298340", + "https://openalex.org/W1965256357", + "https://openalex.org/W1976804081", + "https://openalex.org/W1980177911", + "https://openalex.org/W1981814724", + "https://openalex.org/W1983864872", + "https://openalex.org/W1984176077", + "https://openalex.org/W1985280181", + "https://openalex.org/W1987027398", + "https://openalex.org/W1988141348", + "https://openalex.org/W1991173503", + "https://openalex.org/W1996647346", + "https://openalex.org/W1996852196", + "https://openalex.org/W1997030105", + "https://openalex.org/W1999333806", + "https://openalex.org/W2004750113", + "https://openalex.org/W2005126631", + "https://openalex.org/W2006903949", + "https://openalex.org/W2008957460", + "https://openalex.org/W2017000414", + "https://openalex.org/W2018435387", + "https://openalex.org/W2030762303", + "https://openalex.org/W2031070741", + "https://openalex.org/W2039708501", + "https://openalex.org/W2042661604", + "https://openalex.org/W2057377421", + "https://openalex.org/W2058760524", + "https://openalex.org/W2058821858", + "https://openalex.org/W2062422869", + "https://openalex.org/W2065468339", + "https://openalex.org/W2069077343", + "https://openalex.org/W2069563463", + "https://openalex.org/W2070389042", + "https://openalex.org/W2076063813", + "https://openalex.org/W2076554018", + "https://openalex.org/W2077306381", + "https://openalex.org/W2083381683", + "https://openalex.org/W2084689793", + "https://openalex.org/W2084818100", + "https://openalex.org/W2087169336", + "https://openalex.org/W2098694378", + "https://openalex.org/W2106164382", + "https://openalex.org/W2108207895", + "https://openalex.org/W2109189215", + "https://openalex.org/W2112796928", + "https://openalex.org/W2119717200", + "https://openalex.org/W2120420045", + "https://openalex.org/W2124313187", + "https://openalex.org/W2129142203", + "https://openalex.org/W2129288307", + "https://openalex.org/W2133400152", + "https://openalex.org/W2133564696", + "https://openalex.org/W2134275125", + "https://openalex.org/W2136985729", + "https://openalex.org/W2137808436", + "https://openalex.org/W2141524150", + "https://openalex.org/W2146502635", + "https://openalex.org/W2146534684", + "https://openalex.org/W2146856863", + "https://openalex.org/W2157488230", + "https://openalex.org/W2161239884", + "https://openalex.org/W2161969291", + "https://openalex.org/W2163248562", + "https://openalex.org/W2163922914", + "https://openalex.org/W2167315686", + "https://openalex.org/W2167839676", + "https://openalex.org/W2171928131", + "https://openalex.org/W2250861254", + "https://openalex.org/W2271840356", + "https://openalex.org/W2271982975", + "https://openalex.org/W2327562811", + "https://openalex.org/W2382989034", + "https://openalex.org/W2396666011", + "https://openalex.org/W2403726878", + "https://openalex.org/W2405844906", + "https://openalex.org/W2423581336", + "https://openalex.org/W2464234964", + "https://openalex.org/W2478429860", + "https://openalex.org/W2482888308", + "https://openalex.org/W2496722619", + "https://openalex.org/W2509865812", + "https://openalex.org/W2513383847", + "https://openalex.org/W2539792571", + "https://openalex.org/W2566652804", + "https://openalex.org/W2572175727", + "https://openalex.org/W2574963492", + "https://openalex.org/W2577537660", + "https://openalex.org/W2578556340", + "https://openalex.org/W2586661897", + "https://openalex.org/W2597452529", + "https://openalex.org/W2606594511", + "https://openalex.org/W2618530766", + "https://openalex.org/W2754835109", + "https://openalex.org/W2768092088", + "https://openalex.org/W2778749116", + "https://openalex.org/W2786741601", + "https://openalex.org/W2899771611", + "https://openalex.org/W2919115771", + "https://openalex.org/W2948461586", + "https://openalex.org/W2950999850", + "https://openalex.org/W2951008357", + "https://openalex.org/W2952339051", + "https://openalex.org/W2953146438", + "https://openalex.org/W2962994101", + "https://openalex.org/W2963042536", + "https://openalex.org/W2963264829", + "https://openalex.org/W2963773578", + "https://openalex.org/W2963977107", + "https://openalex.org/W2964121744", + "https://openalex.org/W2986953278", + "https://openalex.org/W3004157836", + "https://openalex.org/W3087399931", + "https://openalex.org/W3100141945", + "https://openalex.org/W3121926921", + "https://openalex.org/W3123351260" + ], + "related_works": [ + "https://openalex.org/W3146803896", + "https://openalex.org/W3101260193", + "https://openalex.org/W3003922491", + "https://openalex.org/W2970971581", + "https://openalex.org/W2964121744", + "https://openalex.org/W2919115771", + "https://openalex.org/W2899771611", + "https://openalex.org/W2899283552", + "https://openalex.org/W2803629276", + "https://openalex.org/W2749028154", + "https://openalex.org/W2745110207", + "https://openalex.org/W2402144811", + "https://openalex.org/W2194775991", + "https://openalex.org/W2163605009", + "https://openalex.org/W2064675550", + "https://openalex.org/W2051434435", + "https://openalex.org/W1585773866", + "https://openalex.org/W1533861849", + "https://openalex.org/W1498436455", + "https://openalex.org/W2963112935" + ], + "abstract_inverted_index": { + "Derivatives,": [ + 0 + ], + "mostly": [ + 1 + ], + "in": [ + 2, + 11, + 34, + 51, + 97 + ], + "the": [ + 3, + 72, + 84, + 98, + 114, + 119 + ], + "form": [ + 4 + ], + "of": [ + 5, + 23, + 67, + 74, + 100, + 116 + ], + "gradients": [ + 6 + ], + "and": [ + 7, + 31, + 43, + 49, + 63, + 76, + 91 + ], + "Hessians,": [ + 8 + ], + "are": [ + 9 + ], + "ubiquitous": [ + 10 + ], + "machine": [ + 12, + 54, + 77, + 120 + ], + "learning.": [ + 13 + ], + "Automatic": [ + 14 + ], + "differentiation": [ + 15 + ], + "(AD)": [ + 16 + ], + "is": [ + 17 + ], + "a": [ + 18, + 88 + ], + "technique": [ + 19 + ], + "for": [ + 20 + ], + "calculating": [ + 21 + ], + "derivatives": [ + 22 + ], + "numeric": [ + 24 + ], + "functions": [ + 25 + ], + "expressed": [ + 26 + ], + "as": [ + 27, + 37 + ], + "computer": [ + 28 + ], + "programs": [ + 29 + ], + "efficiently": [ + 30 + ], + "accurately,": [ + 32 + ], + "used": [ + 33 + ], + "fields": [ + 35 + ], + "such": [ + 36 + ], + "computational": [ + 38 + ], + "fluid": [ + 39 + ], + "dynamics,": [ + 40 + ], + "nuclear": [ + 41 + ], + "engineering,": [ + 42 + ], + "atmospheric": [ + 44 + ], + "sciences.": [ + 45 + ], + "Despite": [ + 46 + ], + "its": [ + 47 + ], + "advantages": [ + 48 + ], + "use": [ + 50, + 66, + 115 + ], + "other": [ + 52 + ], + "fields,": [ + 53 + ], + "learning": [ + 55, + 121 + ], + "practitioners": [ + 56 + ], + "have": [ + 57, + 112 + ], + "been": [ + 58 + ], + "little": [ + 59 + ], + "influenced": [ + 60 + ], + "by": [ + 61 + ], + "AD": [ + 62, + 75, + 82, + 117 + ], + "make": [ + 64, + 87 + ], + "scant": [ + 65 + ], + "available": [ + 68 + ], + "tools.": [ + 69 + ], + "We": [ + 70, + 103 + ], + "survey": [ + 71 + ], + "intersection": [ + 73 + ], + "learning,": [ + 78 + ], + "cover": [ + 79 + ], + "applications": [ + 80 + ], + "where": [ + 81 + ], + "has": [ + 83 + ], + "potential": [ + 85 + ], + "to": [ + 86, + 105 + ], + "big": [ + 89 + ], + "impact,": [ + 90 + ], + "report": [ + 92 + ], + "on": [ + 93 + ], + "some": [ + 94, + 107 + ], + "recent": [ + 95 + ], + "developments": [ + 96 + ], + "adoption": [ + 99 + ], + "this": [ + 101 + ], + "technique.": [ + 102 + ], + "aim": [ + 104 + ], + "dispel": [ + 106 + ], + "misconceptions": [ + 108 + ], + "that": [ + 109 + ], + "we": [ + 110 + ], + "contend": [ + 111 + ], + "impeded": [ + 113 + ], + "within": [ + 118 + ], + "community.": [ + 122 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 252 + }, + { + "year": 2024, + "cited_by_count": 379 + }, + { + "year": 2023, + "cited_by_count": 398 + }, + { + "year": 2022, + "cited_by_count": 312 + }, + { + "year": 2021, + "cited_by_count": 381 + }, + { + "year": 2020, + "cited_by_count": 242 + }, + { + "year": 2019, + "cited_by_count": 99 + }, + { + "year": 2018, + "cited_by_count": 24 + }, + { + "year": 2017, + "cited_by_count": 6 + }, + { + "year": 2016, + "cited_by_count": 4 + } + ], + "updated_date": "2026-05-21T09:19:25.381259", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2751318774", + "doi": "https://doi.org/10.1142/9789811201967_0001", + "title": "Introduction to Machine Learning", + "display_name": "Introduction to Machine Learning", + "relevance_score": 3259.3015, + "publication_year": 2019, + "publication_date": "2019-02-27", + "ids": { + "openalex": "https://openalex.org/W2751318774", + "doi": "https://doi.org/10.1142/9789811201967_0001", + "mag": "2751318774" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1142/9789811201967_0001", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1142/9789811201967_0001", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4210240769", + "display_name": "Series in machine perception and artificial intelligence", + "issn_l": "1793-0839", + "issn": [ + "1793-0839" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319815", + "host_organization_name": "World Scientific", + "host_organization_lineage": [ + "https://openalex.org/P4310319815" + ], + "host_organization_lineage_names": [ + "World Scientific" + ], + "type": "book series" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Series in Machine Perception and Artificial Intelligence", + "raw_type": "book-chapter" + }, + "type": "book-chapter", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 0, + "corresponding_author_ids": [], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 45.4453, + "has_fulltext": false, + "cited_by_count": 1659, + "citation_normalized_percentile": { + "value": 0.9987236, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 94, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": "1", + "last_page": "22" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.3314000070095062, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.3314000070095062, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.49732616543769836 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.354877233505249 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.49732616543769836 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.354877233505249 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1142/9789811201967_0001", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1142/9789811201967_0001", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4210240769", + "display_name": "Series in machine perception and artificial intelligence", + "issn_l": "1793-0839", + "issn": [ + "1793-0839" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319815", + "host_organization_name": "World Scientific", + "host_organization_lineage": [ + "https://openalex.org/P4310319815" + ], + "host_organization_lineage_names": [ + "World Scientific" + ], + "type": "book series" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Series in Machine Perception and Artificial Intelligence", + "raw_type": "book-chapter" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [ + "https://openalex.org/W2899084033", + "https://openalex.org/W2748952813", + "https://openalex.org/W2390279801", + "https://openalex.org/W2358668433", + "https://openalex.org/W2376932109", + "https://openalex.org/W2382290278", + "https://openalex.org/W2096946506", + "https://openalex.org/W2350741829", + "https://openalex.org/W3004735627", + "https://openalex.org/W3107474891" + ], + "abstract_inverted_index": { + "The": [ + 0, + 140 + ], + "goal": [ + 1 + ], + "of": [ + 2, + 24, + 74, + 91, + 187, + 197, + 252, + 265 + ], + "machine": [ + 3, + 25, + 81, + 92, + 198, + 266 + ], + "learning": [ + 4, + 26, + 82, + 93, + 119, + 199, + 267 + ], + "is": [ + 5, + 63 + ], + "to": [ + 6, + 9, + 16, + 36, + 60, + 86, + 136, + 171, + 224, + 254 + ], + "program": [ + 7 + ], + "computers": [ + 8 + ], + "use": [ + 10 + ], + "example": [ + 11 + ], + "data": [ + 12, + 35, + 116 + ], + "or": [ + 13 + ], + "past": [ + 14, + 33 + ], + "experience": [ + 15 + ], + "solve": [ + 17 + ], + "a": [ + 18, + 45, + 64, + 71, + 88, + 137, + 191 + ], + "given": [ + 19 + ], + "problem.": [ + 20 + ], + "Many": [ + 21 + ], + "successful": [ + 22 + ], + "applications": [ + 23 + ], + "exist": [ + 27 + ], + "already,": [ + 28 + ], + "including": [ + 29, + 104 + ], + "systems": [ + 30 + ], + "that": [ + 31, + 44, + 124 + ], + "analyze": [ + 32 + ], + "sales": [ + 34 + ], + "predict": [ + 37 + ], + "customer": [ + 38 + ], + "behavior,": [ + 39 + ], + "optimize": [ + 40 + ], + "robot": [ + 41 + ], + "behavior": [ + 42 + ], + "so": [ + 43, + 123 + ], + "task": [ + 46 + ], + "can": [ + 47, + 127, + 227 + ], + "be": [ + 48, + 228, + 251 + ], + "completed": [ + 49, + 238 + ], + "using": [ + 50 + ], + "minimum": [ + 51 + ], + "resources,": [ + 52 + ], + "and": [ + 53, + 95, + 115, + 163, + 167, + 182, + 195, + 212, + 221, + 233, + 245, + 271 + ], + "extract": [ + 54 + ], + "knowledge": [ + 55 + ], + "from": [ + 56, + 101, + 130 + ], + "bioinformatics": [ + 57 + ], + "data.": [ + 58 + ], + "Introduction": [ + 59, + 223 + ], + "Machine": [ + 61, + 225, + 272 + ], + "Learning": [ + 62, + 226, + 273 + ], + "comprehensive": [ + 65 + ], + "textbook": [ + 66 + ], + "on": [ + 67, + 177, + 193, + 204 + ], + "the": [ + 68, + 125, + 131, + 134, + 172, + 205, + 257, + 263 + ], + "subject,": [ + 69 + ], + "covering": [ + 70 + ], + "broad": [ + 72 + ], + "array": [ + 73 + ], + "topics": [ + 75, + 144 + ], + "not": [ + 76 + ], + "usually": [ + 77 + ], + "included": [ + 78 + ], + "in": [ + 79, + 133, + 190, + 240, + 256 + ], + "introductory": [ + 80 + ], + "texts.": [ + 83 + ], + "In": [ + 84 + ], + "order": [ + 85 + ], + "present": [ + 87 + ], + "unified": [ + 89 + ], + "treatment": [ + 90 + ], + "problems": [ + 94 + ], + "solutions,": [ + 96 + ], + "it": [ + 97 + ], + "discusses": [ + 98 + ], + "many": [ + 99, + 213 + ], + "methods": [ + 100 + ], + "different": [ + 102 + ], + "fields,": [ + 103 + ], + "statistics,": [ + 105 + ], + "pattern": [ + 106 + ], + "recognition,": [ + 107 + ], + "neural": [ + 108 + ], + "networks,": [ + 109 + ], + "artificial": [ + 110 + ], + "intelligence,": [ + 111 + ], + "signal": [ + 112 + ], + "processing,": [ + 113 + ], + "control,": [ + 114 + ], + "mining.": [ + 117 + ], + "All": [ + 118, + 216 + ], + "algorithms": [ + 120 + ], + "are": [ + 121, + 175, + 260 + ], + "explained": [ + 122 + ], + "student": [ + 126 + ], + "easily": [ + 128 + ], + "move": [ + 129 + ], + "equations": [ + 132 + ], + "book": [ + 135 + ], + "computer": [ + 138, + 241 + ], + "program.": [ + 139 + ], + "text": [ + 141 + ], + "covers": [ + 142 + ], + "such": [ + 143 + ], + "as": [ + 145 + ], + "supervised": [ + 146 + ], + "learning,": [ + 147 + ], + "Bayesian": [ + 148, + 183 + ], + "decision": [ + 149 + ], + "theory,": [ + 150 + ], + "parametric": [ + 151 + ], + "methods,": [ + 152, + 154 + ], + "multivariate": [ + 153 + ], + "multilayer": [ + 155 + ], + "perceptrons,": [ + 156 + ], + "local": [ + 157 + ], + "models,": [ + 158, + 161, + 181 + ], + "hidden": [ + 159 + ], + "Markov": [ + 160 + ], + "assessing": [ + 162 + ], + "comparing": [ + 164 + ], + "classification": [ + 165 + ], + "algorithms,": [ + 166 + ], + "reinforcement": [ + 168 + ], + "learning.": [ + 169 + ], + "New": [ + 170 + ], + "second": [ + 173 + ], + "edition": [ + 174 + ], + "chapters": [ + 176, + 217 + ], + "kernel": [ + 178 + ], + "machines,": [ + 179 + ], + "graphical": [ + 180 + ], + "estimation;": [ + 184 + ], + "expanded": [ + 185 + ], + "coverage": [ + 186 + ], + "statistical": [ + 188 + ], + "tests": [ + 189 + ], + "chapter": [ + 192 + ], + "design": [ + 194 + ], + "analysis": [ + 196 + ], + "experiments;": [ + 200 + ], + "case": [ + 201 + ], + "studies": [ + 202 + ], + "available": [ + 203 + ], + "Web": [ + 206 + ], + "(with": [ + 207 + ], + "downloadable": [ + 208 + ], + "results": [ + 209 + ], + "for": [ + 210 + ], + "instructors);": [ + 211 + ], + "additional": [ + 214 + ], + "exercises.": [ + 215 + ], + "have": [ + 218, + 237 + ], + "been": [ + 219 + ], + "revised": [ + 220 + ], + "updated.": [ + 222 + ], + "used": [ + 229 + ], + "by": [ + 230 + ], + "advanced": [ + 231 + ], + "undergraduates": [ + 232 + ], + "graduate": [ + 234 + ], + "students": [ + 235 + ], + "who": [ + 236, + 259 + ], + "courses": [ + 239 + ], + "programming,": [ + 242 + ], + "probability,": [ + 243 + ], + "calculus,": [ + 244 + ], + "linear": [ + 246 + ], + "algebra.": [ + 247 + ], + "It": [ + 248 + ], + "will": [ + 249 + ], + "also": [ + 250 + ], + "interest": [ + 253 + ], + "engineers": [ + 255 + ], + "field": [ + 258 + ], + "concerned": [ + 261 + ], + "with": [ + 262 + ], + "application": [ + 264 + ], + "methods.": [ + 268 + ], + "Adaptive": [ + 269 + ], + "Computation": [ + 270 + ], + "series": [ + 274 + ] + }, + "counts_by_year": [ + { + "year": 2024, + "cited_by_count": 2 + }, + { + "year": 2023, + "cited_by_count": 3 + }, + { + "year": 2022, + "cited_by_count": 6 + }, + { + "year": 2021, + "cited_by_count": 46 + }, + { + "year": 2020, + "cited_by_count": 57 + }, + { + "year": 2019, + "cited_by_count": 56 + }, + { + "year": 2018, + "cited_by_count": 50 + }, + { + "year": 2017, + "cited_by_count": 63 + }, + { + "year": 2016, + "cited_by_count": 108 + }, + { + "year": 2015, + "cited_by_count": 153 + }, + { + "year": 2014, + "cited_by_count": 168 + }, + { + "year": 2013, + "cited_by_count": 151 + }, + { + "year": 2012, + "cited_by_count": 140 + } + ], + "updated_date": "2026-04-05T17:49:38.594831", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W4205539948", + "doi": "https://doi.org/10.1093/rfs/hhaa009", + "title": "Empirical Asset Pricing via Machine Learning", + "display_name": "Empirical Asset Pricing via Machine Learning", + "relevance_score": 3166.2117, + "publication_year": 2020, + "publication_date": "2020-02-20", + "ids": { + "openalex": "https://openalex.org/W4205539948", + "doi": "https://doi.org/10.1093/rfs/hhaa009" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1093/rfs/hhaa009", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1093/rfs/hhaa009", + "pdf_url": "https://academic.oup.com/rfs/article-pdf/33/5/2223/33209812/hhaa009.pdf", + "source": { + "id": "https://openalex.org/S170137484", + "display_name": "Review of Financial Studies", + "issn_l": "0893-9454", + "issn": [ + "0893-9454", + "1465-7368" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310311648", + "host_organization_name": "Oxford University Press", + "host_organization_lineage": [ + "https://openalex.org/P4310311648", + "https://openalex.org/P4310311647" + ], + "host_organization_lineage_names": [ + "Oxford University Press", + "University of Oxford" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "The Review of Financial Studies", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "bronze", + "oa_url": "https://academic.oup.com/rfs/article-pdf/33/5/2223/33209812/hhaa009.pdf", + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5025931561", + "display_name": "Shihao Gu", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I40347166", + "display_name": "University of Chicago", + "ror": "https://ror.org/024mw5h28", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I40347166" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Shihao Gu", + "raw_affiliation_strings": [ + "Booth School of Business, University of Chicago" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Booth School of Business, University of Chicago", + "institution_ids": [ + "https://openalex.org/I40347166" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5101435735", + "display_name": "Bryan Kelly", + "orcid": "https://orcid.org/0000-0001-6752-822X" + }, + "institutions": [ + { + "id": "https://openalex.org/I139787848", + "display_name": "Capital University", + "ror": "https://ror.org/00jy9e726", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I139787848" + ] + }, + { + "id": "https://openalex.org/I32971472", + "display_name": "Yale University", + "ror": "https://ror.org/03v76x132", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I32971472" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Bryan Kelly", + "raw_affiliation_strings": [ + "Yale University, AQR Capital Management, and NBER" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Yale University, AQR Capital Management, and NBER", + "institution_ids": [ + "https://openalex.org/I139787848", + "https://openalex.org/I32971472" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5050253426", + "display_name": "Dacheng Xiu", + "orcid": "https://orcid.org/0000-0002-2250-0861" + }, + "institutions": [ + { + "id": "https://openalex.org/I40347166", + "display_name": "University of Chicago", + "ror": "https://ror.org/024mw5h28", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I40347166" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Dacheng Xiu", + "raw_affiliation_strings": [ + "Booth School of Business, University of Chicago" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Booth School of Business, University of Chicago", + "institution_ids": [ + "https://openalex.org/I40347166" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5025931561" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I40347166" + ], + "apc_list": { + "value": 3724, + "currency": "USD", + "value_usd": 3724 + }, + "apc_paid": null, + "fwci": 221.2533, + "has_fulltext": true, + "cited_by_count": 2188, + "citation_normalized_percentile": { + "value": 1.0, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "33", + "issue": "5", + "first_page": "2223", + "last_page": "2273" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10047", + "display_name": "Financial Markets and Investment Strategies", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/2003", + "display_name": "Finance" + }, + "field": { + "id": "https://openalex.org/fields/20", + "display_name": "Economics, Econometrics and Finance" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10047", + "display_name": "Financial Markets and Investment Strategies", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/2003", + "display_name": "Finance" + }, + "field": { + "id": "https://openalex.org/fields/20", + "display_name": "Economics, Econometrics and Finance" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + }, + { + "id": "https://openalex.org/T11326", + "display_name": "Stock Market Forecasting Methods", + "score": 0.9994999766349792, + "subfield": { + "id": "https://openalex.org/subfields/1803", + "display_name": "Management Science and Operations Research" + }, + "field": { + "id": "https://openalex.org/fields/18", + "display_name": "Decision Sciences" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + }, + { + "id": "https://openalex.org/T10282", + "display_name": "Financial Risk and Volatility Modeling", + "score": 0.9952999949455261, + "subfield": { + "id": "https://openalex.org/subfields/2003", + "display_name": "Finance" + }, + "field": { + "id": "https://openalex.org/fields/20", + "display_name": "Economics, Econometrics and Finance" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/capital-asset-pricing-model", + "display_name": "Capital asset pricing model", + "score": 0.7436144351959229 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6426714658737183 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6057676076889038 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5858373641967773 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.5564541816711426 + }, + { + "id": "https://openalex.org/keywords/volatility", + "display_name": "Volatility (finance)", + "score": 0.5285476446151733 + }, + { + "id": "https://openalex.org/keywords/market-liquidity", + "display_name": "Market liquidity", + "score": 0.519666314125061 + }, + { + "id": "https://openalex.org/keywords/econometrics", + "display_name": "Econometrics", + "score": 0.5052424073219299 + }, + { + "id": "https://openalex.org/keywords/asset", + "display_name": "Asset (computer security)", + "score": 0.485171377658844 + }, + { + "id": "https://openalex.org/keywords/trace", + "display_name": "TRACE (psycholinguistics)", + "score": 0.45744583010673523 + }, + { + "id": "https://openalex.org/keywords/set", + "display_name": "Set (abstract data type)", + "score": 0.4424659311771393 + }, + { + "id": "https://openalex.org/keywords/economics", + "display_name": "Economics", + "score": 0.3305661678314209 + }, + { + "id": "https://openalex.org/keywords/finance", + "display_name": "Finance", + "score": 0.1892847716808319 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C181236170", + "wikidata": "https://www.wikidata.org/wiki/Q848354", + "display_name": "Capital asset pricing model", + "level": 2, + "score": 0.7436144351959229 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6426714658737183 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6057676076889038 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5858373641967773 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.5564541816711426 + }, + { + "id": "https://openalex.org/C91602232", + "wikidata": "https://www.wikidata.org/wiki/Q756115", + "display_name": "Volatility (finance)", + "level": 2, + "score": 0.5285476446151733 + }, + { + "id": "https://openalex.org/C183582576", + "wikidata": "https://www.wikidata.org/wiki/Q184783", + "display_name": "Market liquidity", + "level": 2, + "score": 0.519666314125061 + }, + { + "id": "https://openalex.org/C149782125", + "wikidata": "https://www.wikidata.org/wiki/Q160039", + "display_name": "Econometrics", + "level": 1, + "score": 0.5052424073219299 + }, + { + "id": "https://openalex.org/C76178495", + "wikidata": "https://www.wikidata.org/wiki/Q4808784", + "display_name": "Asset (computer security)", + "level": 2, + "score": 0.485171377658844 + }, + { + "id": "https://openalex.org/C75291252", + "wikidata": "https://www.wikidata.org/wiki/Q1315756", + "display_name": "TRACE (psycholinguistics)", + "level": 2, + "score": 0.45744583010673523 + }, + { + "id": "https://openalex.org/C177264268", + "wikidata": "https://www.wikidata.org/wiki/Q1514741", + "display_name": "Set (abstract data type)", + "level": 2, + "score": 0.4424659311771393 + }, + { + "id": "https://openalex.org/C162324750", + "wikidata": "https://www.wikidata.org/wiki/Q8134", + "display_name": "Economics", + "level": 0, + "score": 0.3305661678314209 + }, + { + "id": "https://openalex.org/C10138342", + "wikidata": "https://www.wikidata.org/wiki/Q43015", + "display_name": "Finance", + "level": 1, + "score": 0.1892847716808319 + }, + { + "id": "https://openalex.org/C41895202", + "wikidata": "https://www.wikidata.org/wiki/Q8162", + "display_name": "Linguistics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C138885662", + "wikidata": "https://www.wikidata.org/wiki/Q5891", + "display_name": "Philosophy", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C38652104", + "wikidata": "https://www.wikidata.org/wiki/Q3510521", + "display_name": "Computer security", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "doi:10.1093/rfs/hhaa009", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1093/rfs/hhaa009", + "pdf_url": "https://academic.oup.com/rfs/article-pdf/33/5/2223/33209812/hhaa009.pdf", + "source": { + "id": "https://openalex.org/S170137484", + "display_name": "Review of Financial Studies", + "issn_l": "0893-9454", + "issn": [ + "0893-9454", + "1465-7368" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310311648", + "host_organization_name": "Oxford University Press", + "host_organization_lineage": [ + "https://openalex.org/P4310311648", + "https://openalex.org/P4310311647" + ], + "host_organization_lineage_names": [ + "Oxford University Press", + "University of Oxford" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "The Review of Financial Studies", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:RePEc:oup:revfin:v:33:y:2020:i:5:p:2223-2273.", + "is_oa": false, + "landing_page_url": "http://hdl.handle.net/10.1093/rfs/hhaa009", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401271", + "display_name": "RePEc: Research Papers in Economics", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I77793887", + "host_organization_name": "Federal Reserve Bank of St. Louis", + "host_organization_lineage": [ + "https://openalex.org/I77793887" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "doi:10.1093/rfs/hhaa009", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1093/rfs/hhaa009", + "pdf_url": "https://academic.oup.com/rfs/article-pdf/33/5/2223/33209812/hhaa009.pdf", + "source": { + "id": "https://openalex.org/S170137484", + "display_name": "Review of Financial Studies", + "issn_l": "0893-9454", + "issn": [ + "0893-9454", + "1465-7368" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310311648", + "host_organization_name": "Oxford University Press", + "host_organization_lineage": [ + "https://openalex.org/P4310311648", + "https://openalex.org/P4310311647" + ], + "host_organization_lineage_names": [ + "Oxford University Press", + "University of Oxford" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "The Review of Financial Studies", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": true, + "pdf": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W4205539948.pdf", + "grobid_xml": "https://content.openalex.org/works/W4205539948.grobid-xml" + }, + "referenced_works_count": 70, + "referenced_works": [ + "https://openalex.org/W608042232", + "https://openalex.org/W1503022246", + "https://openalex.org/W1522301498", + "https://openalex.org/W1533618852", + "https://openalex.org/W1534477342", + "https://openalex.org/W1594031697", + "https://openalex.org/W1678356000", + "https://openalex.org/W1789808336", + "https://openalex.org/W1969404656", + "https://openalex.org/W1971217947", + "https://openalex.org/W1976251851", + "https://openalex.org/W1995834279", + "https://openalex.org/W2007694684", + "https://openalex.org/W2024046085", + "https://openalex.org/W2046033161", + "https://openalex.org/W2048662624", + "https://openalex.org/W2063730763", + "https://openalex.org/W2070534370", + "https://openalex.org/W2103496339", + "https://openalex.org/W2135293965", + "https://openalex.org/W2136922672", + "https://openalex.org/W2137983211", + "https://openalex.org/W2139753118", + "https://openalex.org/W2144570112", + "https://openalex.org/W2154987621", + "https://openalex.org/W2194775991", + "https://openalex.org/W2265274622", + "https://openalex.org/W2291108100", + "https://openalex.org/W2319405822", + "https://openalex.org/W2338469198", + "https://openalex.org/W2503100348", + "https://openalex.org/W2546302380", + "https://openalex.org/W2560674852", + "https://openalex.org/W2741371467", + "https://openalex.org/W2787894218", + "https://openalex.org/W2799643291", + "https://openalex.org/W2911964244", + "https://openalex.org/W2938815980", + "https://openalex.org/W2967005703", + "https://openalex.org/W3001826040", + "https://openalex.org/W3004050393", + "https://openalex.org/W3004732066", + "https://openalex.org/W3018089439", + "https://openalex.org/W3121274430", + "https://openalex.org/W3121588992", + "https://openalex.org/W3122020290", + "https://openalex.org/W3122118888", + "https://openalex.org/W3123267500", + "https://openalex.org/W3123752263", + "https://openalex.org/W3124436545", + "https://openalex.org/W3125696988", + "https://openalex.org/W3125950889", + "https://openalex.org/W3126032681", + "https://openalex.org/W3126136988", + "https://openalex.org/W3131102529", + "https://openalex.org/W4211170237", + "https://openalex.org/W4237239309", + "https://openalex.org/W4242067316", + "https://openalex.org/W4297853882", + "https://openalex.org/W4388297464", + "https://openalex.org/W6637242042", + "https://openalex.org/W6637404493", + "https://openalex.org/W6638667902", + "https://openalex.org/W6660794422", + "https://openalex.org/W6682889407", + "https://openalex.org/W6684409620", + "https://openalex.org/W6691187937", + "https://openalex.org/W6694527737", + "https://openalex.org/W6736719330", + "https://openalex.org/W6781003217" + ], + "related_works": [ + "https://openalex.org/W2512907043", + "https://openalex.org/W4248657878", + "https://openalex.org/W1985218057", + "https://openalex.org/W4313341805", + "https://openalex.org/W2167647189", + "https://openalex.org/W4390564844", + "https://openalex.org/W2131958170", + "https://openalex.org/W2061122711", + "https://openalex.org/W2273754158", + "https://openalex.org/W4313341917" + ], + "abstract_inverted_index": { + "Abstract": [ + 0 + ], + "We": [ + 1, + 22, + 46 + ], + "perform": [ + 2 + ], + "a": [ + 3, + 80 + ], + "comparative": [ + 4 + ], + "analysis": [ + 5 + ], + "of": [ + 6, + 14, + 39, + 76 + ], + "machine": [ + 7, + 30 + ], + "learning": [ + 8, + 31 + ], + "methods": [ + 9, + 50, + 70 + ], + "for": [ + 10 + ], + "the": [ + 11, + 37, + 44, + 48, + 73, + 100, + 108, + 111 + ], + "canonical": [ + 12 + ], + "problem": [ + 13 + ], + "empirical": [ + 15 + ], + "asset": [ + 16, + 19 + ], + "pricing:": [ + 17 + ], + "measuring": [ + 18 + ], + "risk": [ + 20 + ], + "premiums.": [ + 21 + ], + "demonstrate": [ + 23 + ], + "large": [ + 24 + ], + "economic": [ + 25 + ], + "gains": [ + 26, + 59 + ], + "to": [ + 27, + 60, + 107, + 110 + ], + "investors": [ + 28 + ], + "using": [ + 29 + ], + "forecasts,": [ + 32 + ], + "in": [ + 33 + ], + "some": [ + 34 + ], + "cases": [ + 35 + ], + "doubling": [ + 36 + ], + "performance": [ + 38 + ], + "leading": [ + 40 + ], + "regression-based": [ + 41 + ], + "strategies": [ + 42 + ], + "from": [ + 43 + ], + "literature.": [ + 45 + ], + "identify": [ + 47 + ], + "best-performing": [ + 49 + ], + "(trees": [ + 51 + ], + "and": [ + 52, + 55, + 88 + ], + "neural": [ + 53 + ], + "networks)": [ + 54 + ], + "trace": [ + 56 + ], + "their": [ + 57 + ], + "predictive": [ + 58, + 78 + ], + "allowing": [ + 61 + ], + "nonlinear": [ + 62 + ], + "predictor": [ + 63 + ], + "interactions": [ + 64 + ], + "missed": [ + 65 + ], + "by": [ + 66 + ], + "other": [ + 67 + ], + "methods.": [ + 68 + ], + "All": [ + 69 + ], + "agree": [ + 71 + ], + "on": [ + 72, + 85, + 99 + ], + "same": [ + 74 + ], + "set": [ + 75, + 81 + ], + "dominant": [ + 77 + ], + "signals,": [ + 79 + ], + "that": [ + 82 + ], + "includes": [ + 83 + ], + "variations": [ + 84 + ], + "momentum,": [ + 86 + ], + "liquidity,": [ + 87 + ], + "volatility.": [ + 89 + ], + "Authors": [ + 90 + ], + "have": [ + 91 + ], + "furnished": [ + 92 + ], + "an": [ + 93 + ], + "Internet": [ + 94 + ], + "Appendix,": [ + 95 + ], + "which": [ + 96 + ], + "is": [ + 97 + ], + "available": [ + 98 + ], + "Oxford": [ + 101 + ], + "University": [ + 102 + ], + "Press": [ + 103 + ], + "Web": [ + 104 + ], + "site": [ + 105 + ], + "next": [ + 106 + ], + "link": [ + 109 + ], + "final": [ + 112 + ], + "published": [ + 113 + ], + "paper": [ + 114 + ], + "online.": [ + 115 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 261 + }, + { + "year": 2025, + "cited_by_count": 533 + }, + { + "year": 2024, + "cited_by_count": 433 + }, + { + "year": 2023, + "cited_by_count": 355 + }, + { + "year": 2022, + "cited_by_count": 246 + }, + { + "year": 2021, + "cited_by_count": 212 + }, + { + "year": 2020, + "cited_by_count": 105 + }, + { + "year": 2019, + "cited_by_count": 18 + }, + { + "year": 2018, + "cited_by_count": 13 + }, + { + "year": 2017, + "cited_by_count": 5 + }, + { + "year": 2016, + "cited_by_count": 3 + }, + { + "year": 2015, + "cited_by_count": 1 + }, + { + "year": 2014, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W1993220166", + "doi": "https://doi.org/10.1145/1007730.1007735", + "title": "A study of the behavior of several methods for balancing machine learning training data", + "display_name": "A study of the behavior of several methods for balancing machine learning training data", + "relevance_score": 3144.5222, + "publication_year": 2004, + "publication_date": "2004-06-01", + "ids": { + "openalex": "https://openalex.org/W1993220166", + "doi": "https://doi.org/10.1145/1007730.1007735", + "mag": "1993220166" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1145/1007730.1007735", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/1007730.1007735", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4210176598", + "display_name": "ACM SIGKDD Explorations Newsletter", + "issn_l": "1931-0145", + "issn": [ + "1931-0145", + "1931-0153" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319798", + "host_organization_name": "Association for Computing Machinery", + "host_organization_lineage": [ + "https://openalex.org/P4310319798" + ], + "host_organization_lineage_names": [ + "Association for Computing Machinery" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "ACM SIGKDD Explorations Newsletter", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5102371518", + "display_name": "Gustavo E. A. P. A. Batista", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I4210131883", + "display_name": "Brazilian Society of Computational and Applied Mathematics", + "ror": "https://ror.org/03kcw4w74", + "country_code": "BR", + "type": "other", + "lineage": [ + "https://openalex.org/I4210131883" + ] + } + ], + "countries": [ + "BR" + ], + "is_corresponding": true, + "raw_author_name": "Gustavo E. A. P. A. Batista", + "raw_affiliation_strings": [ + "Instituto de Ciências Matemáticas e de Computação, São Carlos - SP, Brazil" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Instituto de Ciências Matemáticas e de Computação, São Carlos - SP, Brazil", + "institution_ids": [ + "https://openalex.org/I4210131883" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5005717519", + "display_name": "Ronaldo C. Prati", + "orcid": "https://orcid.org/0000-0001-8597-4987" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210131883", + "display_name": "Brazilian Society of Computational and Applied Mathematics", + "ror": "https://ror.org/03kcw4w74", + "country_code": "BR", + "type": "other", + "lineage": [ + "https://openalex.org/I4210131883" + ] + } + ], + "countries": [ + "BR" + ], + "is_corresponding": false, + "raw_author_name": "Ronaldo C. Prati", + "raw_affiliation_strings": [ + "Instituto de Ciências Matemáticas e de Computação, São Carlos - SP, Brazil" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Instituto de Ciências Matemáticas e de Computação, São Carlos - SP, Brazil", + "institution_ids": [ + "https://openalex.org/I4210131883" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5000813310", + "display_name": "Maria Carolina Monard", + "orcid": "https://orcid.org/0000-0001-6004-7407" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210131883", + "display_name": "Brazilian Society of Computational and Applied Mathematics", + "ror": "https://ror.org/03kcw4w74", + "country_code": "BR", + "type": "other", + "lineage": [ + "https://openalex.org/I4210131883" + ] + } + ], + "countries": [ + "BR" + ], + "is_corresponding": false, + "raw_author_name": "Maria Carolina Monard", + "raw_affiliation_strings": [ + "Instituto de Ciências Matemáticas e de Computação, São Carlos - SP, Brazil" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Instituto de Ciências Matemáticas e de Computação, São Carlos - SP, Brazil", + "institution_ids": [ + "https://openalex.org/I4210131883" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5102371518" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I4210131883" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 37.4619, + "has_fulltext": false, + "cited_by_count": 4103, + "citation_normalized_percentile": { + "value": 0.99786656, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "6", + "issue": "1", + "first_page": "20", + "last_page": "29" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11652", + "display_name": "Imbalanced Data Classification Techniques", + "score": 0.9995999932289124, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11652", + "display_name": "Imbalanced Data Classification Techniques", + "score": 0.9995999932289124, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9994999766349792, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10538", + "display_name": "Data Mining Algorithms and Applications", + "score": 0.9883999824523926, + "subfield": { + "id": "https://openalex.org/subfields/1710", + "display_name": "Information Systems" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.8465416431427002 + }, + { + "id": "https://openalex.org/keywords/class", + "display_name": "Class (philosophy)", + "score": 0.7231571078300476 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.7109780311584473 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6125052571296692 + }, + { + "id": "https://openalex.org/keywords/sampling", + "display_name": "Sampling (signal processing)", + "score": 0.5954932570457458 + }, + { + "id": "https://openalex.org/keywords/simple-random-sample", + "display_name": "Simple random sample", + "score": 0.5651431083679199 + }, + { + "id": "https://openalex.org/keywords/event", + "display_name": "Event (particle physics)", + "score": 0.47093668580055237 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.44805052876472473 + }, + { + "id": "https://openalex.org/keywords/simple", + "display_name": "Simple (philosophy)", + "score": 0.44138047099113464 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.8465416431427002 + }, + { + "id": "https://openalex.org/C2777212361", + "wikidata": "https://www.wikidata.org/wiki/Q5127848", + "display_name": "Class (philosophy)", + "level": 2, + "score": 0.7231571078300476 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.7109780311584473 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6125052571296692 + }, + { + "id": "https://openalex.org/C140779682", + "wikidata": "https://www.wikidata.org/wiki/Q210868", + "display_name": "Sampling (signal processing)", + "level": 3, + "score": 0.5954932570457458 + }, + { + "id": "https://openalex.org/C20353970", + "wikidata": "https://www.wikidata.org/wiki/Q1056998", + "display_name": "Simple random sample", + "level": 3, + "score": 0.5651431083679199 + }, + { + "id": "https://openalex.org/C2779662365", + "wikidata": "https://www.wikidata.org/wiki/Q5416694", + "display_name": "Event (particle physics)", + "level": 2, + "score": 0.47093668580055237 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.44805052876472473 + }, + { + "id": "https://openalex.org/C2780586882", + "wikidata": "https://www.wikidata.org/wiki/Q7520643", + "display_name": "Simple (philosophy)", + "level": 2, + "score": 0.44138047099113464 + }, + { + "id": "https://openalex.org/C2908647359", + "wikidata": "https://www.wikidata.org/wiki/Q2625603", + "display_name": "Population", + "level": 2, + "score": 0.0 + }, + { + "id": "https://openalex.org/C106131492", + "wikidata": "https://www.wikidata.org/wiki/Q3072260", + "display_name": "Filter (signal processing)", + "level": 2, + "score": 0.0 + }, + { + "id": "https://openalex.org/C31972630", + "wikidata": "https://www.wikidata.org/wiki/Q844240", + "display_name": "Computer vision", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C149923435", + "wikidata": "https://www.wikidata.org/wiki/Q37732", + "display_name": "Demography", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C144024400", + "wikidata": "https://www.wikidata.org/wiki/Q21201", + "display_name": "Sociology", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C138885662", + "wikidata": "https://www.wikidata.org/wiki/Q5891", + "display_name": "Philosophy", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C111472728", + "wikidata": "https://www.wikidata.org/wiki/Q9471", + "display_name": "Epistemology", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C121332964", + "wikidata": "https://www.wikidata.org/wiki/Q413", + "display_name": "Physics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C62520636", + "wikidata": "https://www.wikidata.org/wiki/Q944", + "display_name": "Quantum mechanics", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1145/1007730.1007735", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/1007730.1007735", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4210176598", + "display_name": "ACM SIGKDD Explorations Newsletter", + "issn_l": "1931-0145", + "issn": [ + "1931-0145", + "1931-0153" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319798", + "host_organization_name": "Association for Computing Machinery", + "host_organization_lineage": [ + "https://openalex.org/P4310319798" + ], + "host_organization_lineage_names": [ + "Association for Computing Machinery" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "ACM SIGKDD Explorations Newsletter", + "raw_type": "journal-article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 26, + "referenced_works": [ + "https://openalex.org/W85350352", + "https://openalex.org/W102369970", + "https://openalex.org/W142793689", + "https://openalex.org/W1499467920", + "https://openalex.org/W1504694836", + "https://openalex.org/W1576442155", + "https://openalex.org/W1591261915", + "https://openalex.org/W1941659294", + "https://openalex.org/W1977245551", + "https://openalex.org/W1994410331", + "https://openalex.org/W2004131797", + "https://openalex.org/W2058732827", + "https://openalex.org/W2084812512", + "https://openalex.org/W2107686700", + "https://openalex.org/W2114968414", + "https://openalex.org/W2122496402", + "https://openalex.org/W2125055259", + "https://openalex.org/W2136903812", + "https://openalex.org/W2137029138", + "https://openalex.org/W2147169507", + "https://openalex.org/W2148143831", + "https://openalex.org/W2152761983", + "https://openalex.org/W2157092487", + "https://openalex.org/W2170913656", + "https://openalex.org/W2797114046", + "https://openalex.org/W4285719527" + ], + "related_works": [ + "https://openalex.org/W2370014976", + "https://openalex.org/W2350399852", + "https://openalex.org/W3047864323", + "https://openalex.org/W1036777753", + "https://openalex.org/W4379210352", + "https://openalex.org/W4238714840", + "https://openalex.org/W4362679606", + "https://openalex.org/W2994963386", + "https://openalex.org/W3004700962", + "https://openalex.org/W2088812990" + ], + "abstract_inverted_index": { + "There": [ + 0 + ], + "are": [ + 1, + 283 + ], + "several": [ + 2 + ], + "aspects": [ + 3, + 22 + ], + "that": [ + 4, + 18, + 112, + 280 + ], + "might": [ + 5 + ], + "influence": [ + 6 + ], + "the": [ + 7, + 40, + 43, + 62, + 70, + 74, + 94, + 99, + 119, + 126, + 141, + 194, + 197, + 210, + 255, + 266, + 270, + 288, + 298, + 302, + 312, + 316, + 326 + ], + "performance": [ + 8, + 120, + 261 + ], + "achieved": [ + 9 + ], + "by": [ + 10, + 93 + ], + "existing": [ + 11 + ], + "learning": [ + 12, + 63, + 122, + 133 + ], + "systems.": [ + 13, + 123 + ], + "It": [ + 14 + ], + "has": [ + 15 + ], + "been": [ + 16 + ], + "reported": [ + 17 + ], + "one": [ + 19, + 36 + ], + "of": [ + 20, + 90, + 121, + 143, + 152, + 213, + 235, + 269, + 305, + 319 + ], + "these": [ + 21, + 158, + 281 + ], + "is": [ + 23, + 50, + 246 + ], + "related": [ + 24, + 72, + 131 + ], + "to": [ + 25, + 35, + 68, + 73, + 96, + 129, + 132, + 172, + 204, + 249 + ], + "class": [ + 26, + 37, + 100, + 113, + 138, + 149, + 175 + ], + "imbalance": [ + 27, + 101, + 114 + ], + "in": [ + 28, + 31, + 42, + 52, + 103, + 140, + 170, + 182, + 209, + 301, + 315 + ], + "which": [ + 29, + 49 + ], + "examples": [ + 30, + 41, + 139 + ], + "training": [ + 32 + ], + "data": [ + 33, + 55, + 106, + 167, + 229 + ], + "belonging": [ + 34 + ], + "heavily": [ + 38 + ], + "outnumber": [ + 39 + ], + "other": [ + 44, + 144 + ], + "class.": [ + 45, + 76 + ], + "In": [ + 46, + 77, + 124 + ], + "this": [ + 47, + 78 + ], + "situation,": [ + 48 + ], + "found": [ + 51 + ], + "real": [ + 53 + ], + "world": [ + 54 + ], + "describing": [ + 56 + ], + "an": [ + 57 + ], + "infrequent": [ + 58 + ], + "but": [ + 59 + ], + "important": [ + 60 + ], + "event,": [ + 61 + ], + "system": [ + 64 + ], + "may": [ + 65 + ], + "have": [ + 66 + ], + "difficulties": [ + 67 + ], + "learn": [ + 69 + ], + "concept": [ + 71 + ], + "minority": [ + 75, + 137 + ], + "work": [ + 79 + ], + "we": [ + 80, + 263 + ], + "perform": [ + 81 + ], + "a": [ + 82, + 162, + 232, + 241 + ], + "broad": [ + 83 + ], + "experimental": [ + 84 + ], + "evaluation": [ + 85 + ], + "involving": [ + 86 + ], + "ten": [ + 87 + ], + "methods,": [ + 88, + 216 + ], + "three": [ + 89 + ], + "them": [ + 91 + ], + "proposed": [ + 92, + 154, + 215 + ], + "authors,": [ + 95 + ], + "deal": [ + 97, + 156 + ], + "with": [ + 98, + 134, + 157, + 166, + 231 + ], + "problem": [ + 102, + 127 + ], + "thirteen": [ + 104 + ], + "UCI": [ + 105 + ], + "sets.": [ + 107 + ], + "Our": [ + 108, + 177, + 277 + ], + "experiments": [ + 109, + 179 + ], + "provide": [ + 110, + 186 + ], + "evidence": [ + 111 + ], + "does": [ + 115 + ], + "not": [ + 116 + ], + "systematically": [ + 117 + ], + "hinder": [ + 118 + ], + "fact,": [ + 125 + ], + "seems": [ + 128, + 203 + ], + "be": [ + 130 + ], + "too": [ + 135 + ], + "few": [ + 136 + ], + "presence": [ + 142 + ], + "complicating": [ + 145 + ], + "factors,": [ + 146 + ], + "such": [ + 147 + ], + "as": [ + 148 + ], + "overlapping.": [ + 150 + ], + "Two": [ + 151, + 212 + ], + "our": [ + 153, + 214 + ], + "methods": [ + 155, + 169, + 185, + 192, + 257 + ], + "conditions": [ + 159, + 320 + ], + "directly,": [ + 160 + ], + "allying": [ + 161 + ], + "known": [ + 163 + ], + "over-sampling": [ + 164, + 184, + 244, + 252, + 256, + 295, + 328 + ], + "method": [ + 165 + ], + "cleaning": [ + 168 + ], + "order": [ + 171 + ], + "produce": [ + 173 + ], + "better-defined": [ + 174 + ], + "clusters.": [ + 176 + ], + "comparative": [ + 178 + ], + "show": [ + 180, + 279 + ], + "that,": [ + 181 + ], + "general,": [ + 183 + ], + "more": [ + 187, + 250, + 285 + ], + "accurate": [ + 188 + ], + "results": [ + 189, + 206, + 227, + 278 + ], + "than": [ + 190 + ], + "under-sampling": [ + 191 + ], + "considering": [ + 193 + ], + "area": [ + 195 + ], + "under": [ + 196 + ], + "ROC": [ + 198 + ], + "curve": [ + 199 + ], + "(AUC).": [ + 200 + ], + "This": [ + 201 + ], + "result": [ + 202 + ], + "contradict": [ + 205 + ], + "previously": [ + 207 + ], + "published": [ + 208 + ], + "literature.": [ + 211 + ], + "Smote": [ + 217, + 221, + 309 + ], + "+": [ + 218, + 222, + 310 + ], + "Tomek": [ + 219 + ], + "and": [ + 220, + 308 + ], + "ENN,": [ + 223 + ], + "presented": [ + 224 + ], + "very": [ + 225, + 242, + 247, + 259 + ], + "good": [ + 226, + 260 + ], + "for": [ + 228 + ], + "sets": [ + 230 + ], + "small": [ + 233 + ], + "number": [ + 234, + 304, + 318 + ], + "positive": [ + 236 + ], + "examples.": [ + 237 + ], + "Moreover,": [ + 238 + ], + "Random": [ + 239, + 294 + ], + "over-sampling,": [ + 240 + ], + "simple": [ + 243 + ], + "method,": [ + 245 + ], + "competitive": [ + 248 + ], + "complex": [ + 251, + 286 + ], + "methods.": [ + 253, + 329 + ], + "Since": [ + 254 + ], + "provided": [ + 258 + ], + "results,": [ + 262 + ], + "also": [ + 264 + ], + "measured": [ + 265 + ], + "syntactic": [ + 267 + ], + "complexity": [ + 268 + ], + "decision": [ + 271 + ], + "trees": [ + 272, + 282 + ], + "induced": [ + 273, + 290, + 306 + ], + "from": [ + 274, + 291 + ], + "over-sampled": [ + 275 + ], + "data.": [ + 276, + 293 + ], + "usually": [ + 284, + 296 + ], + "then": [ + 287 + ], + "ones": [ + 289 + ], + "original": [ + 292 + ], + "produced": [ + 297 + ], + "smallest": [ + 299, + 313 + ], + "increase": [ + 300, + 314 + ], + "mean": [ + 303, + 317 + ], + "rules": [ + 307 + ], + "ENN": [ + 311 + ], + "per": [ + 321 + ], + "rule,": [ + 322 + ], + "when": [ + 323 + ], + "compared": [ + 324 + ], + "among": [ + 325 + ], + "investigated": [ + 327 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 137 + }, + { + "year": 2025, + "cited_by_count": 463 + }, + { + "year": 2024, + "cited_by_count": 437 + }, + { + "year": 2023, + "cited_by_count": 422 + }, + { + "year": 2022, + "cited_by_count": 418 + }, + { + "year": 2021, + "cited_by_count": 366 + }, + { + "year": 2020, + "cited_by_count": 372 + }, + { + "year": 2019, + "cited_by_count": 282 + }, + { + "year": 2018, + "cited_by_count": 198 + }, + { + "year": 2017, + "cited_by_count": 148 + }, + { + "year": 2016, + "cited_by_count": 128 + }, + { + "year": 2015, + "cited_by_count": 102 + }, + { + "year": 2014, + "cited_by_count": 100 + }, + { + "year": 2013, + "cited_by_count": 103 + }, + { + "year": 2012, + "cited_by_count": 86 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2767079719", + "doi": "https://doi.org/10.1145/3133956.3133982", + "title": "Practical Secure Aggregation for Privacy-Preserving Machine Learning", + "display_name": "Practical Secure Aggregation for Privacy-Preserving Machine Learning", + "relevance_score": 3137.17, + "publication_year": 2017, + "publication_date": "2017-10-27", + "ids": { + "openalex": "https://openalex.org/W2767079719", + "doi": "https://doi.org/10.1145/3133956.3133982", + "mag": "2767079719" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1145/3133956.3133982", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/3133956.3133982", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Proceedings of the 2017 ACM SIGSAC Conference on Computer and Communications Security", + "raw_type": "proceedings-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5011571548", + "display_name": "Keith Bonawitz", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Keith Bonawitz", + "raw_affiliation_strings": [ + "Google Inc., Mountain View, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Google Inc., Mountain View, CA, USA", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5090386348", + "display_name": "Vladimir Ivanov", + "orcid": "https://orcid.org/0000-0002-2272-3504" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Vladimir Ivanov", + "raw_affiliation_strings": [ + "Google Inc., Mountain View, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Google Inc., Mountain View, CA, USA", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5048810237", + "display_name": "Ben Kreuter", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Ben Kreuter", + "raw_affiliation_strings": [ + "Google Inc., Mountain View, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Google Inc., Mountain View, CA, USA", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5042948297", + "display_name": "Antonio Marcedone", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + }, + { + "id": "https://openalex.org/I205783295", + "display_name": "Cornell University", + "ror": "https://ror.org/05bnh6r87", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I205783295" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Antonio Marcedone", + "raw_affiliation_strings": [ + "Cornell Tech & Google Inc., New York, NY, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Cornell Tech & Google Inc., New York, NY, USA", + "institution_ids": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I205783295" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5040311844", + "display_name": "H. Brendan McMahan", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "H. Brendan McMahan", + "raw_affiliation_strings": [ + "Google Inc., Mountain View, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Google Inc., Mountain View, CA, USA", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5112503421", + "display_name": "Sarvar Patel", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Sarvar Patel", + "raw_affiliation_strings": [ + "Google Inc., Mountain View, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Google Inc., Mountain View, CA, USA", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5071710055", + "display_name": "Daniel Ramage", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Daniel Ramage", + "raw_affiliation_strings": [ + "Google Inc., Mountain View, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Google Inc., Mountain View, CA, USA", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5103065610", + "display_name": "Aaron Segal", + "orcid": "https://orcid.org/0009-0009-4015-2248" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Aaron Segal", + "raw_affiliation_strings": [ + "Google Inc., Mountain View, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Google Inc., Mountain View, CA, USA", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5030536555", + "display_name": "Karn Seth", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Karn Seth", + "raw_affiliation_strings": [ + "Google Inc., Mountain View, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Google Inc., Mountain View, CA, USA", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 9, + "corresponding_author_ids": [ + "https://openalex.org/A5011571548" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I1291425158" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 115.5328, + "has_fulltext": false, + "cited_by_count": 3391, + "citation_normalized_percentile": { + "value": 0.99961167, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": "1175", + "last_page": "1191" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10764", + "display_name": "Privacy-Preserving Technologies in Data", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10764", + "display_name": "Privacy-Preserving Technologies in Data", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10237", + "display_name": "Cryptography and Data Security", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11612", + "display_name": "Stochastic Gradient Optimization Techniques", + "score": 0.998199999332428, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.8472366333007812 + }, + { + "id": "https://openalex.org/keywords/overhead", + "display_name": "Overhead (engineering)", + "score": 0.7010411024093628 + }, + { + "id": "https://openalex.org/keywords/protocol", + "display_name": "Protocol (science)", + "score": 0.6327217221260071 + }, + { + "id": "https://openalex.org/keywords/universal-composability", + "display_name": "Universal composability", + "score": 0.5701457858085632 + }, + { + "id": "https://openalex.org/keywords/adversary", + "display_name": "Adversary", + "score": 0.5431879758834839 + }, + { + "id": "https://openalex.org/keywords/computer-network", + "display_name": "Computer network", + "score": 0.5169126987457275 + }, + { + "id": "https://openalex.org/keywords/aggregate", + "display_name": "Aggregate (composite)", + "score": 0.5009667873382568 + }, + { + "id": "https://openalex.org/keywords/cryptographic-protocol", + "display_name": "Cryptographic protocol", + "score": 0.39526641368865967 + }, + { + "id": "https://openalex.org/keywords/distributed-computing", + "display_name": "Distributed computing", + "score": 0.3952005207538605 + }, + { + "id": "https://openalex.org/keywords/theoretical-computer-science", + "display_name": "Theoretical computer science", + "score": 0.33491313457489014 + }, + { + "id": "https://openalex.org/keywords/cryptography", + "display_name": "Cryptography", + "score": 0.27258676290512085 + }, + { + "id": "https://openalex.org/keywords/computer-security", + "display_name": "Computer security", + "score": 0.24293646216392517 + }, + { + "id": "https://openalex.org/keywords/operating-system", + "display_name": "Operating system", + "score": 0.08857136964797974 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.8472366333007812 + }, + { + "id": "https://openalex.org/C2779960059", + "wikidata": "https://www.wikidata.org/wiki/Q7113681", + "display_name": "Overhead (engineering)", + "level": 2, + "score": 0.7010411024093628 + }, + { + "id": "https://openalex.org/C2780385302", + "wikidata": "https://www.wikidata.org/wiki/Q367158", + "display_name": "Protocol (science)", + "level": 3, + "score": 0.6327217221260071 + }, + { + "id": "https://openalex.org/C165751822", + "wikidata": "https://www.wikidata.org/wiki/Q7894118", + "display_name": "Universal composability", + "level": 4, + "score": 0.5701457858085632 + }, + { + "id": "https://openalex.org/C41065033", + "wikidata": "https://www.wikidata.org/wiki/Q2825412", + "display_name": "Adversary", + "level": 2, + "score": 0.5431879758834839 + }, + { + "id": "https://openalex.org/C31258907", + "wikidata": "https://www.wikidata.org/wiki/Q1301371", + "display_name": "Computer network", + "level": 1, + "score": 0.5169126987457275 + }, + { + "id": "https://openalex.org/C4679612", + "wikidata": "https://www.wikidata.org/wiki/Q866298", + "display_name": "Aggregate (composite)", + "level": 2, + "score": 0.5009667873382568 + }, + { + "id": "https://openalex.org/C33884865", + "wikidata": "https://www.wikidata.org/wiki/Q1254335", + "display_name": "Cryptographic protocol", + "level": 3, + "score": 0.39526641368865967 + }, + { + "id": "https://openalex.org/C120314980", + "wikidata": "https://www.wikidata.org/wiki/Q180634", + "display_name": "Distributed computing", + "level": 1, + "score": 0.3952005207538605 + }, + { + "id": "https://openalex.org/C80444323", + "wikidata": "https://www.wikidata.org/wiki/Q2878974", + "display_name": "Theoretical computer science", + "level": 1, + "score": 0.33491313457489014 + }, + { + "id": "https://openalex.org/C178489894", + "wikidata": "https://www.wikidata.org/wiki/Q8789", + "display_name": "Cryptography", + "level": 2, + "score": 0.27258676290512085 + }, + { + "id": "https://openalex.org/C38652104", + "wikidata": "https://www.wikidata.org/wiki/Q3510521", + "display_name": "Computer security", + "level": 1, + "score": 0.24293646216392517 + }, + { + "id": "https://openalex.org/C111919701", + "wikidata": "https://www.wikidata.org/wiki/Q9135", + "display_name": "Operating system", + "level": 1, + "score": 0.08857136964797974 + }, + { + "id": "https://openalex.org/C159985019", + "wikidata": "https://www.wikidata.org/wiki/Q181790", + "display_name": "Composite material", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C204787440", + "wikidata": "https://www.wikidata.org/wiki/Q188504", + "display_name": "Alternative medicine", + "level": 2, + "score": 0.0 + }, + { + "id": "https://openalex.org/C192562407", + "wikidata": "https://www.wikidata.org/wiki/Q228736", + "display_name": "Materials science", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C142724271", + "wikidata": "https://www.wikidata.org/wiki/Q7208", + "display_name": "Pathology", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1145/3133956.3133982", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/3133956.3133982", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Proceedings of the 2017 ACM SIGSAC Conference on Computer and Communications Security", + "raw_type": "proceedings-article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "score": 0.49000000953674316, + "id": "https://metadata.un.org/sdg/16", + "display_name": "Peace, Justice and strong institutions" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 56, + "referenced_works": [ + "https://openalex.org/W25045116", + "https://openalex.org/W95608104", + "https://openalex.org/W1071368427", + "https://openalex.org/W1493407996", + "https://openalex.org/W1519947574", + "https://openalex.org/W1557833142", + "https://openalex.org/W1595357546", + "https://openalex.org/W1656028867", + "https://openalex.org/W1836711297", + "https://openalex.org/W1952161176", + "https://openalex.org/W1952958290", + "https://openalex.org/W1981029888", + "https://openalex.org/W2006453614", + "https://openalex.org/W2027471022", + "https://openalex.org/W2027595342", + "https://openalex.org/W2033974828", + "https://openalex.org/W2051267297", + "https://openalex.org/W2053637704", + "https://openalex.org/W2053801139", + "https://openalex.org/W2058648304", + "https://openalex.org/W2061106457", + "https://openalex.org/W2069657084", + "https://openalex.org/W2087811006", + "https://openalex.org/W2104803737", + "https://openalex.org/W2128865076", + "https://openalex.org/W2135930857", + "https://openalex.org/W2141420453", + "https://openalex.org/W2146673169", + "https://openalex.org/W2149093588", + "https://openalex.org/W2152768255", + "https://openalex.org/W2156186849", + "https://openalex.org/W2163481970", + "https://openalex.org/W2164284862", + "https://openalex.org/W2200869402", + "https://openalex.org/W2232997092", + "https://openalex.org/W2267098117", + "https://openalex.org/W2295522738", + "https://openalex.org/W2336650964", + "https://openalex.org/W2400777838", + "https://openalex.org/W2402235285", + "https://openalex.org/W2413533038", + "https://openalex.org/W2473418344", + "https://openalex.org/W2525846285", + "https://openalex.org/W2535690855", + "https://openalex.org/W2536058570", + "https://openalex.org/W2538520193", + "https://openalex.org/W2541884796", + "https://openalex.org/W2557283755", + "https://openalex.org/W2568821124", + "https://openalex.org/W2599930814", + "https://openalex.org/W2911978475", + "https://openalex.org/W2951114885", + "https://openalex.org/W3031847131", + "https://openalex.org/W3102407811", + "https://openalex.org/W3141405531", + "https://openalex.org/W3150645827" + ], + "related_works": [ + "https://openalex.org/W1554274402", + "https://openalex.org/W2029851387", + "https://openalex.org/W4255046035", + "https://openalex.org/W2114477748", + "https://openalex.org/W37362883", + "https://openalex.org/W1554289623", + "https://openalex.org/W2384294878", + "https://openalex.org/W2989724018", + "https://openalex.org/W4315630650", + "https://openalex.org/W2115382662" + ], + "abstract_inverted_index": { + "We": [ + 0, + 62, + 95 + ], + "design": [ + 1 + ], + "a": [ + 2, + 16, + 31, + 48, + 58, + 108 + ], + "novel,": [ + 3 + ], + "communication-efficient,": [ + 4 + ], + "failure-robust": [ + 5 + ], + "protocol": [ + 6, + 14, + 68, + 101, + 132 + ], + "for": [ + 7, + 45, + 57, + 138, + 148 + ], + "secure": [ + 8, + 32 + ], + "aggregation": [ + 9 + ], + "of": [ + 10, + 22, + 66, + 88, + 99 + ], + "high-dimensional": [ + 11 + ], + "data.": [ + 12 + ], + "Our": [ + 13 + ], + "allows": [ + 15 + ], + "server": [ + 17 + ], + "to": [ + 18, + 52 + ], + "compute": [ + 19 + ], + "the": [ + 20, + 64, + 70, + 97, + 158 + ], + "sum": [ + 21 + ], + "large,": [ + 23 + ], + "user-held": [ + 24 + ], + "data": [ + 25, + 122, + 156 + ], + "vectors": [ + 26, + 153 + ], + "from": [ + 27 + ], + "mobile": [ + 28 + ], + "devices": [ + 29 + ], + "in": [ + 30, + 47, + 69, + 157 + ], + "manner": [ + 33 + ], + "(i.e.": [ + 34 + ], + "without": [ + 35 + ], + "learning": [ + 36, + 50 + ], + "each": [ + 37 + ], + "user's": [ + 38 + ], + "individual": [ + 39 + ], + "contribution),": [ + 40 + ], + "and": [ + 41, + 72, + 76, + 102, + 107, + 114, + 124, + 141, + 144, + 151 + ], + "can": [ + 42 + ], + "be": [ + 43 + ], + "used,": [ + 44 + ], + "example,": [ + 46 + ], + "federated": [ + 49 + ], + "setting,": [ + 51 + ], + "aggregate": [ + 53 + ], + "user-provided": [ + 54 + ], + "model": [ + 55 + ], + "updates": [ + 56 + ], + "deep": [ + 59 + ], + "neural": [ + 60 + ], + "network.": [ + 61 + ], + "prove": [ + 63 + ], + "security": [ + 65, + 79 + ], + "our": [ + 67, + 100, + 131 + ], + "honest-but-curious": [ + 71 + ], + "active": [ + 73 + ], + "adversary": [ + 74 + ], + "settings,": [ + 75 + ], + "show": [ + 77 + ], + "that": [ + 78, + 111 + ], + "is": [ + 80 + ], + "maintained": [ + 81 + ], + "even": [ + 82, + 119 + ], + "if": [ + 83 + ], + "an": [ + 84 + ], + "arbitrarily": [ + 85 + ], + "chosen": [ + 86 + ], + "subset": [ + 87 + ], + "users": [ + 89, + 140, + 150 + ], + "drop": [ + 90 + ], + "out": [ + 91 + ], + "at": [ + 92 + ], + "any": [ + 93 + ], + "time.": [ + 94 + ], + "evaluate": [ + 96 + ], + "efficiency": [ + 98 + ], + "show,": [ + 103 + ], + "by": [ + 104 + ], + "complexity": [ + 105 + ], + "analysis": [ + 106 + ], + "concrete": [ + 109 + ], + "implementation,": [ + 110 + ], + "its": [ + 112 + ], + "runtime": [ + 113 + ], + "communication": [ + 115, + 136 + ], + "overhead": [ + 116 + ], + "remain": [ + 117 + ], + "low": [ + 118 + ], + "on": [ + 120 + ], + "large": [ + 121 + ], + "sets": [ + 123 + ], + "client": [ + 125 + ], + "pools.": [ + 126 + ], + "For": [ + 127 + ], + "16-bit": [ + 128 + ], + "input": [ + 129 + ], + "values,": [ + 130 + ], + "offers": [ + 133 + ], + "$1.73": [ + 134 + ], + "x": [ + 135, + 146 + ], + "expansion": [ + 137, + 147 + ], + "210": [ + 139 + ], + "220-dimensional": [ + 142 + ], + "vectors,": [ + 143 + ], + "1.98": [ + 145 + ], + "214": [ + 149 + ], + "224-dimensional": [ + 152 + ], + "over": [ + 154 + ], + "sending": [ + 155 + ], + "clear.": [ + 159 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 195 + }, + { + "year": 2025, + "cited_by_count": 651 + }, + { + "year": 2024, + "cited_by_count": 595 + }, + { + "year": 2023, + "cited_by_count": 547 + }, + { + "year": 2022, + "cited_by_count": 392 + }, + { + "year": 2021, + "cited_by_count": 456 + }, + { + "year": 2020, + "cited_by_count": 335 + }, + { + "year": 2019, + "cited_by_count": 166 + }, + { + "year": 2018, + "cited_by_count": 46 + }, + { + "year": 2017, + "cited_by_count": 8 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W3122548859", + "doi": "https://doi.org/10.1177/2053951715622512", + "title": "How the machine ‘thinks’: Understanding opacity in machine learning algorithms", + "display_name": "How the machine ‘thinks’: Understanding opacity in machine learning algorithms", + "relevance_score": 3135.6523, + "publication_year": 2016, + "publication_date": "2016-01-06", + "ids": { + "openalex": "https://openalex.org/W3122548859", + "doi": "https://doi.org/10.1177/2053951715622512", + "mag": "3122548859" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1177/2053951715622512", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1177/2053951715622512", + "pdf_url": "https://journals.sagepub.com/doi/pdf/10.1177/2053951715622512", + "source": { + "id": "https://openalex.org/S2736409588", + "display_name": "Big Data & Society", + "issn_l": "2053-9517", + "issn": [ + "2053-9517" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320017", + "host_organization_name": "SAGE Publishing", + "host_organization_lineage": [ + "https://openalex.org/P4310320017" + ], + "host_organization_lineage_names": [ + "SAGE Publishing" + ], + "type": "journal" + }, + "license": "cc-by-nc", + "license_id": "https://openalex.org/licenses/cc-by-nc", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Big Data & Society", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref", + "doaj" + ], + "open_access": { + "is_oa": true, + "oa_status": "gold", + "oa_url": "https://journals.sagepub.com/doi/pdf/10.1177/2053951715622512", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5060940190", + "display_name": "Jenna Burrell", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I95457486", + "display_name": "University of California, Berkeley", + "ror": "https://ror.org/01an7q238", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I95457486" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Jenna Burrell", + "raw_affiliation_strings": [ + "School of Information, UC-Berkeley, Berkeley, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "School of Information, UC-Berkeley, Berkeley, CA, USA", + "institution_ids": [ + "https://openalex.org/I95457486" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5060940190" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I95457486" + ], + "apc_list": { + "value": 800, + "currency": "USD", + "value_usd": 800 + }, + "apc_paid": { + "value": 800, + "currency": "USD", + "value_usd": 800 + }, + "fwci": 172.3172, + "has_fulltext": false, + "cited_by_count": 2441, + "citation_normalized_percentile": { + "value": 0.99991908, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "3", + "issue": "1", + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10883", + "display_name": "Ethics and Social Impacts of AI", + "score": 0.9934999942779541, + "subfield": { + "id": "https://openalex.org/subfields/3311", + "display_name": "Safety Research" + }, + "field": { + "id": "https://openalex.org/fields/33", + "display_name": "Social Sciences" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10883", + "display_name": "Ethics and Social Impacts of AI", + "score": 0.9934999942779541, + "subfield": { + "id": "https://openalex.org/subfields/3311", + "display_name": "Safety Research" + }, + "field": { + "id": "https://openalex.org/fields/33", + "display_name": "Social Sciences" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + }, + { + "id": "https://openalex.org/T12519", + "display_name": "Cybercrime and Law Enforcement Studies", + "score": 0.9776999950408936, + "subfield": { + "id": "https://openalex.org/subfields/1710", + "display_name": "Information Systems" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11838", + "display_name": "Crime, Illicit Activities, and Governance", + "score": 0.9753000140190125, + "subfield": { + "id": "https://openalex.org/subfields/3312", + "display_name": "Sociology and Political Science" + }, + "field": { + "id": "https://openalex.org/fields/33", + "display_name": "Social Sciences" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.7680913209915161 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7178860902786255 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6108432412147522 + }, + { + "id": "https://openalex.org/keywords/credit-card-fraud", + "display_name": "Credit card fraud", + "score": 0.5365657210350037 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.529035747051239 + }, + { + "id": "https://openalex.org/keywords/audit", + "display_name": "Audit", + "score": 0.4749186933040619 + }, + { + "id": "https://openalex.org/keywords/opacity", + "display_name": "Opacity", + "score": 0.4564440846443176 + }, + { + "id": "https://openalex.org/keywords/credit-card", + "display_name": "Credit card", + "score": 0.24632757902145386 + }, + { + "id": "https://openalex.org/keywords/economics", + "display_name": "Economics", + "score": 0.14912906289100647 + }, + { + "id": "https://openalex.org/keywords/world-wide-web", + "display_name": "World Wide Web", + "score": 0.1430377960205078 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.7680913209915161 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7178860902786255 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6108432412147522 + }, + { + "id": "https://openalex.org/C2780747020", + "wikidata": "https://www.wikidata.org/wiki/Q83873", + "display_name": "Credit card fraud", + "level": 4, + "score": 0.5365657210350037 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.529035747051239 + }, + { + "id": "https://openalex.org/C199521495", + "wikidata": "https://www.wikidata.org/wiki/Q181487", + "display_name": "Audit", + "level": 2, + "score": 0.4749186933040619 + }, + { + "id": "https://openalex.org/C60056205", + "wikidata": "https://www.wikidata.org/wiki/Q691914", + "display_name": "Opacity", + "level": 2, + "score": 0.4564440846443176 + }, + { + "id": "https://openalex.org/C2983355114", + "wikidata": "https://www.wikidata.org/wiki/Q161380", + "display_name": "Credit card", + "level": 3, + "score": 0.24632757902145386 + }, + { + "id": "https://openalex.org/C162324750", + "wikidata": "https://www.wikidata.org/wiki/Q8134", + "display_name": "Economics", + "level": 0, + "score": 0.14912906289100647 + }, + { + "id": "https://openalex.org/C136764020", + "wikidata": "https://www.wikidata.org/wiki/Q466", + "display_name": "World Wide Web", + "level": 1, + "score": 0.1430377960205078 + }, + { + "id": "https://openalex.org/C187736073", + "wikidata": "https://www.wikidata.org/wiki/Q2920921", + "display_name": "Management", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C121332964", + "wikidata": "https://www.wikidata.org/wiki/Q413", + "display_name": "Physics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C120665830", + "wikidata": "https://www.wikidata.org/wiki/Q14620", + "display_name": "Optics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C145097563", + "wikidata": "https://www.wikidata.org/wiki/Q1148747", + "display_name": "Payment", + "level": 2, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "doi:10.1177/2053951715622512", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1177/2053951715622512", + "pdf_url": "https://journals.sagepub.com/doi/pdf/10.1177/2053951715622512", + "source": { + "id": "https://openalex.org/S2736409588", + "display_name": "Big Data & Society", + "issn_l": "2053-9517", + "issn": [ + "2053-9517" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320017", + "host_organization_name": "SAGE Publishing", + "host_organization_lineage": [ + "https://openalex.org/P4310320017" + ], + "host_organization_lineage_names": [ + "SAGE Publishing" + ], + "type": "journal" + }, + "license": "cc-by-nc", + "license_id": "https://openalex.org/licenses/cc-by-nc", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Big Data & Society", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:doaj.org/article:e24df3681a27440f95339729c7a4e28c", + "is_oa": true, + "landing_page_url": "https://doaj.org/article/e24df3681a27440f95339729c7a4e28c", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401280", + "display_name": "DOAJ (DOAJ: Directory of Open Access Journals)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by-sa", + "license_id": "https://openalex.org/licenses/cc-by-sa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Big Data & Society, Vol 3 (2016)", + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "doi:10.1177/2053951715622512", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1177/2053951715622512", + "pdf_url": "https://journals.sagepub.com/doi/pdf/10.1177/2053951715622512", + "source": { + "id": "https://openalex.org/S2736409588", + "display_name": "Big Data & Society", + "issn_l": "2053-9517", + "issn": [ + "2053-9517" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320017", + "host_organization_name": "SAGE Publishing", + "host_organization_lineage": [ + "https://openalex.org/P4310320017" + ], + "host_organization_lineage_names": [ + "SAGE Publishing" + ], + "type": "journal" + }, + "license": "cc-by-nc", + "license_id": "https://openalex.org/licenses/cc-by-nc", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Big Data & Society", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [ + { + "score": 0.4399999976158142, + "id": "https://metadata.un.org/sdg/16", + "display_name": "Peace, Justice and strong institutions" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W3122548859.pdf" + }, + "referenced_works_count": 31, + "referenced_works": [ + "https://openalex.org/W202799293", + "https://openalex.org/W606820417", + "https://openalex.org/W1540016313", + "https://openalex.org/W1648303880", + "https://openalex.org/W1990060255", + "https://openalex.org/W2021362544", + "https://openalex.org/W2048315072", + "https://openalex.org/W2065240211", + "https://openalex.org/W2066384602", + "https://openalex.org/W2074057591", + "https://openalex.org/W2078620351", + "https://openalex.org/W2100960835", + "https://openalex.org/W2158604749", + "https://openalex.org/W2161336914", + "https://openalex.org/W2163284576", + "https://openalex.org/W2186089794", + "https://openalex.org/W2339183141", + "https://openalex.org/W2556704061", + "https://openalex.org/W2566747599", + "https://openalex.org/W2735886174", + "https://openalex.org/W2799929805", + "https://openalex.org/W2951240445", + "https://openalex.org/W3123374861", + "https://openalex.org/W3157172840", + "https://openalex.org/W4233093336", + "https://openalex.org/W4233551533", + "https://openalex.org/W4238428424", + "https://openalex.org/W4239941956", + "https://openalex.org/W4242887383", + "https://openalex.org/W4244021162", + "https://openalex.org/W4285719527" + ], + "related_works": [ + "https://openalex.org/W2161791806", + "https://openalex.org/W4366824690", + "https://openalex.org/W2613656770", + "https://openalex.org/W2482431380", + "https://openalex.org/W2073474947", + "https://openalex.org/W2082077321", + "https://openalex.org/W2053059436", + "https://openalex.org/W4313201885", + "https://openalex.org/W2401696997", + "https://openalex.org/W4243546976" + ], + "abstract_inverted_index": { + "This": [ + 0 + ], + "article": [ + 1, + 113 + ], + "considers": [ + 2 + ], + "the": [ + 3, + 95, + 102, + 116, + 153 + ], + "issue": [ + 4 + ], + "of": [ + 5, + 14, + 43, + 73, + 97, + 140, + 145, + 156, + 174, + 177 + ], + "opacity": [ + 6, + 76, + 84, + 91, + 157 + ], + "as": [ + 7, + 19, + 77, + 85, + 142 + ], + "a": [ + 8, + 68, + 143, + 165, + 169, + 175 + ], + "problem": [ + 9 + ], + "for": [ + 10 + ], + "socially": [ + 11 + ], + "consequential": [ + 12 + ], + "mechanisms": [ + 13, + 42 + ], + "classification": [ + 15, + 44 + ], + "and": [ + 16, + 32, + 38, + 51, + 88, + 101, + 134, + 138, + 179 + ], + "ranking,": [ + 17 + ], + "such": [ + 18 + ], + "spam": [ + 20 + ], + "filters,": [ + 21 + ], + "credit": [ + 22, + 39 + ], + "card": [ + 23 + ], + "fraud": [ + 24 + ], + "detection,": [ + 25 + ], + "search": [ + 26 + ], + "engines,": [ + 27 + ], + "news": [ + 28 + ], + "trends,": [ + 29 + ], + "market": [ + 30 + ], + "segmentation": [ + 31 + ], + "advertising,": [ + 33 + ], + "insurance": [ + 34 + ], + "or": [ + 35, + 80 + ], + "loan": [ + 36 + ], + "qualification,": [ + 37 + ], + "scoring.": [ + 40 + ], + "These": [ + 41 + ], + "all": [ + 45 + ], + "frequently": [ + 46 + ], + "rely": [ + 47 + ], + "on": [ + 48, + 55 + ], + "computational": [ + 49 + ], + "algorithms,": [ + 50 + ], + "in": [ + 52, + 111, + 123, + 164 + ], + "many": [ + 53 + ], + "cases": [ + 54 + ], + "machine": [ + 56, + 98 + ], + "learning": [ + 57, + 99 + ], + "algorithms": [ + 58, + 100, + 117 + ], + "to": [ + 59, + 105, + 171, + 184 + ], + "do": [ + 60, + 135 + ], + "this": [ + 61, + 64, + 112 + ], + "work.": [ + 62 + ], + "In": [ + 63 + ], + "article,": [ + 65 + ], + "I": [ + 66, + 119, + 149 + ], + "draw": [ + 67 + ], + "distinction": [ + 69 + ], + "between": [ + 70 + ], + "three": [ + 71 + ], + "forms": [ + 72, + 155 + ], + "opacity:": [ + 74 + ], + "(1)": [ + 75 + ], + "intentional": [ + 78 + ], + "corporate": [ + 79 + ], + "state": [ + 81 + ], + "secrecy,": [ + 82 + ], + "(2)": [ + 83 + ], + "technical": [ + 86, + 178 + ], + "illiteracy,": [ + 87 + ], + "(3)": [ + 89 + ], + "an": [ + 90 + ], + "that": [ + 92, + 151, + 158 + ], + "arises": [ + 93 + ], + "from": [ + 94 + ], + "characteristics": [ + 96 + ], + "scale": [ + 103 + ], + "required": [ + 104 + ], + "apply": [ + 106 + ], + "them": [ + 107 + ], + "usefully.": [ + 108 + ], + "The": [ + 109 + ], + "analysis": [ + 110 + ], + "gets": [ + 114 + ], + "inside": [ + 115 + ], + "themselves.": [ + 118 + ], + "cite": [ + 120 + ], + "existing": [ + 121 + ], + "literatures": [ + 122 + ], + "computer": [ + 124 + ], + "science,": [ + 125 + ], + "known": [ + 126 + ], + "industry": [ + 127 + ], + "practices": [ + 128 + ], + "(as": [ + 129 + ], + "they": [ + 130 + ], + "are": [ + 131 + ], + "publicly": [ + 132 + ], + "presented),": [ + 133 + ], + "some": [ + 136 + ], + "testing": [ + 137 + ], + "manipulation": [ + 139 + ], + "code": [ + 141, + 147 + ], + "form": [ + 144 + ], + "lightweight": [ + 146 + ], + "audit.": [ + 148 + ], + "argue": [ + 150 + ], + "recognizing": [ + 152 + ], + "distinct": [ + 154 + ], + "may": [ + 159 + ], + "be": [ + 160 + ], + "coming": [ + 161 + ], + "into": [ + 162 + ], + "play": [ + 163 + ], + "given": [ + 166 + ], + "application": [ + 167 + ], + "is": [ + 168 + ], + "key": [ + 170 + ], + "determining": [ + 172 + ], + "which": [ + 173 + ], + "variety": [ + 176 + ], + "non-technical": [ + 180 + ], + "solutions": [ + 181 + ], + "could": [ + 182 + ], + "help": [ + 183 + ], + "prevent": [ + 185 + ], + "harm.": [ + 186 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 258 + }, + { + "year": 2025, + "cited_by_count": 414 + }, + { + "year": 2024, + "cited_by_count": 392 + }, + { + "year": 2023, + "cited_by_count": 320 + }, + { + "year": 2022, + "cited_by_count": 266 + }, + { + "year": 2021, + "cited_by_count": 272 + }, + { + "year": 2020, + "cited_by_count": 216 + }, + { + "year": 2019, + "cited_by_count": 136 + }, + { + "year": 2018, + "cited_by_count": 91 + }, + { + "year": 2017, + "cited_by_count": 61 + }, + { + "year": 2016, + "cited_by_count": 14 + }, + { + "year": 2012, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2610886376", + "doi": "https://doi.org/10.1257/jep.31.2.87", + "title": "Machine Learning: An Applied Econometric Approach", + "display_name": "Machine Learning: An Applied Econometric Approach", + "relevance_score": 3076.038, + "publication_year": 2017, + "publication_date": "2017-05-01", + "ids": { + "openalex": "https://openalex.org/W2610886376", + "doi": "https://doi.org/10.1257/jep.31.2.87", + "mag": "2610886376" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1257/jep.31.2.87", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1257/jep.31.2.87", + "pdf_url": "https://www.aeaweb.org/articles/pdf/doi/10.1257/jep.31.2.87", + "source": { + "id": "https://openalex.org/S72880728", + "display_name": "The Journal of Economic Perspectives", + "issn_l": "0895-3309", + "issn": [ + "0895-3309", + "1944-7965" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315912", + "host_organization_name": "American Economic Association", + "host_organization_lineage": [ + "https://openalex.org/P4310315912" + ], + "host_organization_lineage_names": [ + "American Economic Association" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Journal of Economic Perspectives", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "bronze", + "oa_url": "https://www.aeaweb.org/articles/pdf/doi/10.1257/jep.31.2.87", + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5034703281", + "display_name": "Sendhil Mullainathan", + "orcid": "https://orcid.org/0000-0001-8508-4052" + }, + "institutions": [ + { + "id": "https://openalex.org/I136199984", + "display_name": "Harvard University", + "ror": "https://ror.org/03vek6s52", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I136199984" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Sendhil Mullainathan", + "raw_affiliation_strings": [ + "Sendhil Mullainathan is the Robert C. Waggoner Professor of Economics, Harvard University, Cambridge, Massachusetts" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Sendhil Mullainathan is the Robert C. Waggoner Professor of Economics, Harvard University, Cambridge, Massachusetts", + "institution_ids": [ + "https://openalex.org/I136199984" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5061755779", + "display_name": "Jann Spiess", + "orcid": "https://orcid.org/0000-0002-4120-8241" + }, + "institutions": [ + { + "id": "https://openalex.org/I2801851002", + "display_name": "Harvard University Press", + "ror": "https://ror.org/006v7bf86", + "country_code": "US", + "type": "other", + "lineage": [ + "https://openalex.org/I136199984", + "https://openalex.org/I2801851002" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Jann Spiess", + "raw_affiliation_strings": [ + "Jann Spiess is a PhD candidate in Economics, Harvard University, Cambridge, Massachusetts" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Jann Spiess is a PhD candidate in Economics, Harvard University, Cambridge, Massachusetts", + "institution_ids": [ + "https://openalex.org/I2801851002" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5034703281" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I136199984" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 86.1063, + "has_fulltext": false, + "cited_by_count": 1860, + "citation_normalized_percentile": { + "value": 0.99985156, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 98, + "max": 100 + }, + "biblio": { + "volume": "31", + "issue": "2", + "first_page": "87", + "last_page": "106" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11963", + "display_name": "Impact of Light on Environment and Health", + "score": 0.9472000002861023, + "subfield": { + "id": "https://openalex.org/subfields/2306", + "display_name": "Global and Planetary Change" + }, + "field": { + "id": "https://openalex.org/fields/23", + "display_name": "Environmental Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11963", + "display_name": "Impact of Light on Environment and Health", + "score": 0.9472000002861023, + "subfield": { + "id": "https://openalex.org/subfields/2306", + "display_name": "Global and Planetary Change" + }, + "field": { + "id": "https://openalex.org/fields/23", + "display_name": "Environmental Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11918", + "display_name": "Forecasting Techniques and Applications", + "score": 0.9279999732971191, + "subfield": { + "id": "https://openalex.org/subfields/1803", + "display_name": "Management Science and Operations Research" + }, + "field": { + "id": "https://openalex.org/fields/18", + "display_name": "Decision Sciences" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + }, + { + "id": "https://openalex.org/T12617", + "display_name": "Energy, Environment, and Transportation Policies", + "score": 0.9222000241279602, + "subfield": { + "id": "https://openalex.org/subfields/2105", + "display_name": "Renewable Energy, Sustainability and the Environment" + }, + "field": { + "id": "https://openalex.org/fields/21", + "display_name": "Energy" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/toolbox", + "display_name": "Toolbox", + "score": 0.8121298551559448 + }, + { + "id": "https://openalex.org/keywords/python", + "display_name": "Python (programming language)", + "score": 0.8074401617050171 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.7986088991165161 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7388002872467041 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.7208589911460876 + }, + { + "id": "https://openalex.org/keywords/face", + "display_name": "Face (sociological concept)", + "score": 0.47808337211608887 + }, + { + "id": "https://openalex.org/keywords/empirical-research", + "display_name": "Empirical research", + "score": 0.46658068895339966 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.11046332120895386 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2777655017", + "wikidata": "https://www.wikidata.org/wiki/Q1501161", + "display_name": "Toolbox", + "level": 2, + "score": 0.8121298551559448 + }, + { + "id": "https://openalex.org/C519991488", + "wikidata": "https://www.wikidata.org/wiki/Q28865", + "display_name": "Python (programming language)", + "level": 2, + "score": 0.8074401617050171 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.7986088991165161 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7388002872467041 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.7208589911460876 + }, + { + "id": "https://openalex.org/C2779304628", + "wikidata": "https://www.wikidata.org/wiki/Q3503480", + "display_name": "Face (sociological concept)", + "level": 2, + "score": 0.47808337211608887 + }, + { + "id": "https://openalex.org/C120936955", + "wikidata": "https://www.wikidata.org/wiki/Q2155640", + "display_name": "Empirical research", + "level": 2, + "score": 0.46658068895339966 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.11046332120895386 + }, + { + "id": "https://openalex.org/C36289849", + "wikidata": "https://www.wikidata.org/wiki/Q34749", + "display_name": "Social science", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C105795698", + "wikidata": "https://www.wikidata.org/wiki/Q12483", + "display_name": "Statistics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C111919701", + "wikidata": "https://www.wikidata.org/wiki/Q9135", + "display_name": "Operating system", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C144024400", + "wikidata": "https://www.wikidata.org/wiki/Q21201", + "display_name": "Sociology", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "doi:10.1257/jep.31.2.87", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1257/jep.31.2.87", + "pdf_url": "https://www.aeaweb.org/articles/pdf/doi/10.1257/jep.31.2.87", + "source": { + "id": "https://openalex.org/S72880728", + "display_name": "The Journal of Economic Perspectives", + "issn_l": "0895-3309", + "issn": [ + "0895-3309", + "1944-7965" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315912", + "host_organization_name": "American Economic Association", + "host_organization_lineage": [ + "https://openalex.org/P4310315912" + ], + "host_organization_lineage_names": [ + "American Economic Association" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Journal of Economic Perspectives", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:RePEc:aea:jecper:v:31:y:2017:i:2:p:87-106", + "is_oa": false, + "landing_page_url": "https://www.aeaweb.org/articles?id=10.1257/jep.31.2.87", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401271", + "display_name": "RePEc: Research Papers in Economics", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I77793887", + "host_organization_name": "Federal Reserve Bank of St. Louis", + "host_organization_lineage": [ + "https://openalex.org/I77793887" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "doi:10.1257/jep.31.2.87", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1257/jep.31.2.87", + "pdf_url": "https://www.aeaweb.org/articles/pdf/doi/10.1257/jep.31.2.87", + "source": { + "id": "https://openalex.org/S72880728", + "display_name": "The Journal of Economic Perspectives", + "issn_l": "0895-3309", + "issn": [ + "0895-3309", + "1944-7965" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315912", + "host_organization_name": "American Economic Association", + "host_organization_lineage": [ + "https://openalex.org/P4310315912" + ], + "host_organization_lineage_names": [ + "American Economic Association" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Journal of Economic Perspectives", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [ + { + "score": 0.5699999928474426, + "id": "https://metadata.un.org/sdg/8", + "display_name": "Decent work and economic growth" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 36, + "referenced_works": [ + "https://openalex.org/W1964565322", + "https://openalex.org/W1982471084", + "https://openalex.org/W1982991166", + "https://openalex.org/W1995466835", + "https://openalex.org/W1999822211", + "https://openalex.org/W2012218966", + "https://openalex.org/W2021314860", + "https://openalex.org/W2023336635", + "https://openalex.org/W2080896439", + "https://openalex.org/W2081993622", + "https://openalex.org/W2086426685", + "https://openalex.org/W2105224904", + "https://openalex.org/W2120846249", + "https://openalex.org/W2124142297", + "https://openalex.org/W2133367005", + "https://openalex.org/W2133757074", + "https://openalex.org/W2138545569", + "https://openalex.org/W2150940164", + "https://openalex.org/W2155419203", + "https://openalex.org/W2163162137", + "https://openalex.org/W2165144879", + "https://openalex.org/W2173315138", + "https://openalex.org/W2203167467", + "https://openalex.org/W2305754340", + "https://openalex.org/W2371804352", + "https://openalex.org/W2513506629", + "https://openalex.org/W2513604209", + "https://openalex.org/W2528504543", + "https://openalex.org/W2546040478", + "https://openalex.org/W3102065143", + "https://openalex.org/W3121263799", + "https://openalex.org/W3123123374", + "https://openalex.org/W3125633690", + "https://openalex.org/W3125786740", + "https://openalex.org/W3126053622", + "https://openalex.org/W4238040836" + ], + "related_works": [ + "https://openalex.org/W4205140848", + "https://openalex.org/W2068663075", + "https://openalex.org/W2978678743", + "https://openalex.org/W2797837731", + "https://openalex.org/W4393677513", + "https://openalex.org/W4390832911", + "https://openalex.org/W829257147", + "https://openalex.org/W4385302116", + "https://openalex.org/W2549786917", + "https://openalex.org/W3204758414" + ], + "abstract_inverted_index": { + "Machines": [ + 0 + ], + "are": [ + 1, + 123, + 146 + ], + "increasingly": [ + 2 + ], + "doing": [ + 3 + ], + "“intelligent”": [ + 4 + ], + "things.": [ + 5 + ], + "Face": [ + 6 + ], + "recognition": [ + 7 + ], + "algorithms": [ + 8, + 122, + 145, + 171 + ], + "use": [ + 9, + 60, + 162 + ], + "a": [ + 10, + 18, + 24, + 32, + 64, + 90, + 165 + ], + "large": [ + 11 + ], + "dataset": [ + 12 + ], + "of": [ + 13, + 31, + 66, + 100, + 168 + ], + "photos": [ + 14 + ], + "labeled": [ + 15 + ], + "as": [ + 16 + ], + "having": [ + 17 + ], + "face": [ + 19, + 33 + ], + "or": [ + 20, + 136, + 149 + ], + "not": [ + 21, + 83 + ], + "to": [ + 22, + 39, + 114, + 127, + 156, + 161 + ], + "estimate": [ + 23 + ], + "function": [ + 25 + ], + "that": [ + 26, + 71, + 143 + ], + "predicts": [ + 27 + ], + "the": [ + 28, + 78, + 98, + 141, + 144 + ], + "presence": [ + 29 + ], + "y": [ + 30 + ], + "from": [ + 34 + ], + "pixels": [ + 35 + ], + "x.": [ + 36 + ], + "This": [ + 37, + 138 + ], + "similarity": [ + 38 + ], + "econometrics": [ + 40 + ], + "raises": [ + 41, + 140 + ], + "questions:": [ + 42 + ], + "How": [ + 43 + ], + "do": [ + 44 + ], + "these": [ + 45, + 170 + ], + "new": [ + 46, + 86 + ], + "empirical": [ + 47, + 55 + ], + "tools": [ + 48 + ], + "fit": [ + 49 + ], + "with": [ + 50 + ], + "what": [ + 51 + ], + "we": [ + 52, + 59 + ], + "know?": [ + 53 + ], + "As": [ + 54 + ], + "economists,": [ + 56 + ], + "how": [ + 57, + 169 + ], + "can": [ + 58, + 130, + 179, + 184 + ], + "them?": [ + 61 + ], + "We": [ + 62, + 154 + ], + "present": [ + 63 + ], + "way": [ + 65 + ], + "thinking": [ + 67 + ], + "about": [ + 68 + ], + "machine": [ + 69, + 94, + 112 + ], + "learning": [ + 70, + 82, + 95, + 113, + 121 + ], + "gives": [ + 72 + ], + "it": [ + 73, + 88 + ], + "its": [ + 74 + ], + "own": [ + 75 + ], + "place": [ + 76 + ], + "in": [ + 77, + 134 + ], + "econometric": [ + 79 + ], + "toolbox.": [ + 80 + ], + "Machine": [ + 81, + 120 + ], + "only": [ + 84 + ], + "provides": [ + 85 + ], + "tools,": [ + 87 + ], + "solves": [ + 89 + ], + "different": [ + 91 + ], + "problem.": [ + 92 + ], + "Specifically,": [ + 93 + ], + "revolves": [ + 96 + ], + "around": [ + 97, + 107 + ], + "problem": [ + 99 + ], + "prediction,": [ + 101 + ], + "while": [ + 102 + ], + "many": [ + 103 + ], + "economic": [ + 104 + ], + "applications": [ + 105 + ], + "revolve": [ + 106 + ], + "parameter": [ + 108 + ], + "estimation.": [ + 109 + ], + "So": [ + 110 + ], + "applying": [ + 111 + ], + "economics": [ + 115 + ], + "requires": [ + 116 + ], + "finding": [ + 117 + ], + "relevant": [ + 118 + ], + "tasks.": [ + 119 + ], + "now": [ + 124 + ], + "technically": [ + 125 + ], + "easy": [ + 126 + ], + "use:": [ + 128 + ], + "you": [ + 129 + ], + "download": [ + 131 + ], + "convenient": [ + 132 + ], + "packages": [ + 133 + ], + "R": [ + 135 + ], + "Python.": [ + 137 + ], + "also": [ + 139 + ], + "risk": [ + 142 + ], + "applied": [ + 147 + ], + "naively": [ + 148 + ], + "their": [ + 150 + ], + "output": [ + 151 + ], + "is": [ + 152 + ], + "misinterpreted.": [ + 153 + ], + "hope": [ + 155 + ], + "make": [ + 157 + ], + "them": [ + 158 + ], + "conceptually": [ + 159 + ], + "easier": [ + 160 + ], + "by": [ + 163 + ], + "providing": [ + 164 + ], + "crisper": [ + 166 + ], + "understanding": [ + 167 + ], + "work,": [ + 172 + ], + "where": [ + 173, + 177, + 182 + ], + "they": [ + 174, + 178, + 183 + ], + "excel,": [ + 175 + ], + "and": [ + 176 + ], + "stumble—and": [ + 180 + ], + "thus": [ + 181 + ], + "be": [ + 185 + ], + "most": [ + 186 + ], + "usefully": [ + 187 + ], + "applied.": [ + 188 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 114 + }, + { + "year": 2025, + "cited_by_count": 278 + }, + { + "year": 2024, + "cited_by_count": 224 + }, + { + "year": 2023, + "cited_by_count": 243 + }, + { + "year": 2022, + "cited_by_count": 218 + }, + { + "year": 2021, + "cited_by_count": 274 + }, + { + "year": 2020, + "cited_by_count": 191 + }, + { + "year": 2019, + "cited_by_count": 182 + }, + { + "year": 2018, + "cited_by_count": 100 + }, + { + "year": 2017, + "cited_by_count": 28 + }, + { + "year": 2016, + "cited_by_count": 5 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2968923792", + "doi": "https://doi.org/10.1038/s41524-019-0221-0", + "title": "Recent advances and applications of machine learning in solid-state materials science", + "display_name": "Recent advances and applications of machine learning in solid-state materials science", + "relevance_score": 3012.908, + "publication_year": 2019, + "publication_date": "2019-08-08", + "ids": { + "openalex": "https://openalex.org/W2968923792", + "doi": "https://doi.org/10.1038/s41524-019-0221-0", + "mag": "2968923792" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1038/s41524-019-0221-0", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1038/s41524-019-0221-0", + "pdf_url": "https://www.nature.com/articles/s41524-019-0221-0.pdf", + "source": { + "id": "https://openalex.org/S4210232664", + "display_name": "npj Computational Materials", + "issn_l": "2057-3960", + "issn": [ + "2057-3960" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310319908", + "host_organization_name": "Nature Portfolio", + "host_organization_lineage": [ + "https://openalex.org/P4310319908", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "Nature Portfolio", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "npj Computational Materials", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref", + "doaj" + ], + "open_access": { + "is_oa": true, + "oa_status": "gold", + "oa_url": "https://www.nature.com/articles/s41524-019-0221-0.pdf", + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5057207447", + "display_name": "Jonathan Schmidt", + "orcid": "https://orcid.org/0000-0001-5685-6404" + }, + "institutions": [ + { + "id": "https://openalex.org/I68956291", + "display_name": "Martin Luther University Halle-Wittenberg", + "ror": "https://ror.org/05gqaka33", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I68956291" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": true, + "raw_author_name": "Jonathan Schmidt", + "raw_affiliation_strings": [ + "Institut fr Physik, Martin-Luther-Universitt, 06120 Halle-Wittenberg, Halle (Saale), Germany and", + "Institut für Physik, Martin-Luther-Universität, 06120, Halle-Wittenberg, Halle (Saale), Germany" + ], + "raw_orcid": "https://orcid.org/0000-0001-5685-6404", + "affiliations": [ + { + "raw_affiliation_string": "Institut fr Physik, Martin-Luther-Universitt, 06120 Halle-Wittenberg, Halle (Saale), Germany and", + "institution_ids": [ + "https://openalex.org/I68956291" + ] + }, + { + "raw_affiliation_string": "Institut für Physik, Martin-Luther-Universität, 06120, Halle-Wittenberg, Halle (Saale), Germany", + "institution_ids": [ + "https://openalex.org/I68956291" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5013807218", + "display_name": "Mário R. G. Marques", + "orcid": "https://orcid.org/0000-0002-7420-5098" + }, + "institutions": [ + { + "id": "https://openalex.org/I68956291", + "display_name": "Martin Luther University Halle-Wittenberg", + "ror": "https://ror.org/05gqaka33", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I68956291" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Mário R. G. Marques", + "raw_affiliation_strings": [ + "Institut fr Physik, Martin-Luther-Universitt, 06120 Halle-Wittenberg, Halle (Saale), Germany and", + "Institut für Physik, Martin-Luther-Universität, 06120, Halle-Wittenberg, Halle (Saale), Germany" + ], + "raw_orcid": "https://orcid.org/0000-0002-7420-5098", + "affiliations": [ + { + "raw_affiliation_string": "Institut fr Physik, Martin-Luther-Universitt, 06120 Halle-Wittenberg, Halle (Saale), Germany and", + "institution_ids": [ + "https://openalex.org/I68956291" + ] + }, + { + "raw_affiliation_string": "Institut für Physik, Martin-Luther-Universität, 06120, Halle-Wittenberg, Halle (Saale), Germany", + "institution_ids": [ + "https://openalex.org/I68956291" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5074073454", + "display_name": "Silvana Botti", + "orcid": "https://orcid.org/0000-0002-4920-2370" + }, + "institutions": [ + { + "id": "https://openalex.org/I76198965", + "display_name": "Friedrich Schiller University Jena", + "ror": "https://ror.org/05qpz1x62", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I76198965" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Silvana Botti", + "raw_affiliation_strings": [ + "Institut fr Festkrpertheorie und -optik, Friedrich-Schiller-Universitt Jena, Max-Wien-Platz 1, 07743 Jena, Germany", + "Institut für Festkörpertheorie und -optik, Friedrich-Schiller-Universität Jena, Max-Wien-Platz 1, 07743, Jena, Germany" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Institut fr Festkrpertheorie und -optik, Friedrich-Schiller-Universitt Jena, Max-Wien-Platz 1, 07743 Jena, Germany", + "institution_ids": [ + "https://openalex.org/I76198965" + ] + }, + { + "raw_affiliation_string": "Institut für Festkörpertheorie und -optik, Friedrich-Schiller-Universität Jena, Max-Wien-Platz 1, 07743, Jena, Germany", + "institution_ids": [ + "https://openalex.org/I76198965" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5052107166", + "display_name": "Miguel A. L. Marques", + "orcid": "https://orcid.org/0000-0003-0170-8222" + }, + "institutions": [ + { + "id": "https://openalex.org/I68956291", + "display_name": "Martin Luther University Halle-Wittenberg", + "ror": "https://ror.org/05gqaka33", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I68956291" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Miguel A. L. Marques", + "raw_affiliation_strings": [ + "Institut fr Physik, Martin-Luther-Universitt, 06120 Halle-Wittenberg, Halle (Saale), Germany and", + "Institut für Physik, Martin-Luther-Universität, 06120, Halle-Wittenberg, Halle (Saale), Germany" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Institut fr Physik, Martin-Luther-Universitt, 06120 Halle-Wittenberg, Halle (Saale), Germany and", + "institution_ids": [ + "https://openalex.org/I68956291" + ] + }, + { + "raw_affiliation_string": "Institut für Physik, Martin-Luther-Universität, 06120, Halle-Wittenberg, Halle (Saale), Germany", + "institution_ids": [ + "https://openalex.org/I68956291" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 4, + "corresponding_author_ids": [ + "https://openalex.org/A5057207447" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I68956291" + ], + "apc_list": { + "value": 2890, + "currency": "USD", + "value_usd": 2890 + }, + "apc_paid": { + "value": 2890, + "currency": "USD", + "value_usd": 2890 + }, + "fwci": 99.7467, + "has_fulltext": true, + "cited_by_count": 2365, + "citation_normalized_percentile": { + "value": 0.99995995, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "5", + "issue": "1", + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11948", + "display_name": "Machine Learning in Materials Science", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/2505", + "display_name": "Materials Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/25", + "display_name": "Materials Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11948", + "display_name": "Machine Learning in Materials Science", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/2505", + "display_name": "Materials Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/25", + "display_name": "Materials Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12613", + "display_name": "X-ray Diffraction in Crystallography", + "score": 0.998199999332428, + "subfield": { + "id": "https://openalex.org/subfields/2505", + "display_name": "Materials Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/25", + "display_name": "Materials Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10211", + "display_name": "Computational Drug Discovery Methods", + "score": 0.991100013256073, + "subfield": { + "id": "https://openalex.org/subfields/1703", + "display_name": "Computational Theory and Mathematics" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/interpretability", + "display_name": "Interpretability", + "score": 0.8451576828956604 + }, + { + "id": "https://openalex.org/keywords/toolbox", + "display_name": "Toolbox", + "score": 0.7814731597900391 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.7652289867401123 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.7290407419204712 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7001760005950928 + }, + { + "id": "https://openalex.org/keywords/process", + "display_name": "Process (computing)", + "score": 0.5603207945823669 + }, + { + "id": "https://openalex.org/keywords/property", + "display_name": "Property (philosophy)", + "score": 0.45152583718299866 + }, + { + "id": "https://openalex.org/keywords/point", + "display_name": "Point (geometry)", + "score": 0.4503237307071686 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.08372414112091064 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2781067378", + "wikidata": "https://www.wikidata.org/wiki/Q17027399", + "display_name": "Interpretability", + "level": 2, + "score": 0.8451576828956604 + }, + { + "id": "https://openalex.org/C2777655017", + "wikidata": "https://www.wikidata.org/wiki/Q1501161", + "display_name": "Toolbox", + "level": 2, + "score": 0.7814731597900391 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.7652289867401123 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.7290407419204712 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7001760005950928 + }, + { + "id": "https://openalex.org/C98045186", + "wikidata": "https://www.wikidata.org/wiki/Q205663", + "display_name": "Process (computing)", + "level": 2, + "score": 0.5603207945823669 + }, + { + "id": "https://openalex.org/C189950617", + "wikidata": "https://www.wikidata.org/wiki/Q937228", + "display_name": "Property (philosophy)", + "level": 2, + "score": 0.45152583718299866 + }, + { + "id": "https://openalex.org/C28719098", + "wikidata": "https://www.wikidata.org/wiki/Q44946", + "display_name": "Point (geometry)", + "level": 2, + "score": 0.4503237307071686 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.08372414112091064 + }, + { + "id": "https://openalex.org/C138885662", + "wikidata": "https://www.wikidata.org/wiki/Q5891", + "display_name": "Philosophy", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C2524010", + "wikidata": "https://www.wikidata.org/wiki/Q8087", + "display_name": "Geometry", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C111919701", + "wikidata": "https://www.wikidata.org/wiki/Q9135", + "display_name": "Operating system", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C111472728", + "wikidata": "https://www.wikidata.org/wiki/Q9471", + "display_name": "Epistemology", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "doi:10.1038/s41524-019-0221-0", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1038/s41524-019-0221-0", + "pdf_url": "https://www.nature.com/articles/s41524-019-0221-0.pdf", + "source": { + "id": "https://openalex.org/S4210232664", + "display_name": "npj Computational Materials", + "issn_l": "2057-3960", + "issn": [ + "2057-3960" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310319908", + "host_organization_name": "Nature Portfolio", + "host_organization_lineage": [ + "https://openalex.org/P4310319908", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "Nature Portfolio", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "npj Computational Materials", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:doaj.org/article:2e9ae6991e1e44179c61e241d69e1fe2", + "is_oa": false, + "landing_page_url": "https://doaj.org/article/2e9ae6991e1e44179c61e241d69e1fe2", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401280", + "display_name": "DOAJ (DOAJ: Directory of Open Access Journals)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "npj Computational Materials, Vol 5, Iss 1, Pp 1-36 (2019)", + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "doi:10.1038/s41524-019-0221-0", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1038/s41524-019-0221-0", + "pdf_url": "https://www.nature.com/articles/s41524-019-0221-0.pdf", + "source": { + "id": "https://openalex.org/S4210232664", + "display_name": "npj Computational Materials", + "issn_l": "2057-3960", + "issn": [ + "2057-3960" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310319908", + "host_organization_name": "Nature Portfolio", + "host_organization_lineage": [ + "https://openalex.org/P4310319908", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "Nature Portfolio", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "npj Computational Materials", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": true, + "pdf": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W2968923792.pdf", + "grobid_xml": "https://content.openalex.org/works/W2968923792.grobid-xml" + }, + "referenced_works_count": 518, + "referenced_works": [ + "https://openalex.org/W26088913", + "https://openalex.org/W145450961", + "https://openalex.org/W179824108", + "https://openalex.org/W203253523", + "https://openalex.org/W230490465", + "https://openalex.org/W327991062", + "https://openalex.org/W590077806", + "https://openalex.org/W654619586", + "https://openalex.org/W814282759", + "https://openalex.org/W1485300768", + "https://openalex.org/W1498183065", + "https://openalex.org/W1499888549", + "https://openalex.org/W1501856433", + "https://openalex.org/W1503398984", + "https://openalex.org/W1504770578", + "https://openalex.org/W1510052597", + "https://openalex.org/W1534043326", + "https://openalex.org/W1539789214", + "https://openalex.org/W1542652324", + "https://openalex.org/W1544171083", + "https://openalex.org/W1563453094", + "https://openalex.org/W1564947197", + "https://openalex.org/W1571836963", + "https://openalex.org/W1577152309", + "https://openalex.org/W1581242383", + "https://openalex.org/W1584200143", + "https://openalex.org/W1596185547", + "https://openalex.org/W1625555899", + "https://openalex.org/W1643338536", + "https://openalex.org/W1662382123", + "https://openalex.org/W1677182931", + "https://openalex.org/W1678356000", + "https://openalex.org/W1678620623", + "https://openalex.org/W1780364926", + "https://openalex.org/W1787224781", + "https://openalex.org/W1800437104", + "https://openalex.org/W1806613374", + "https://openalex.org/W1812560530", + "https://openalex.org/W1849277567", + "https://openalex.org/W1861259131", + "https://openalex.org/W1865667476", + "https://openalex.org/W1875061881", + "https://openalex.org/W1875161738", + "https://openalex.org/W1940355499", + "https://openalex.org/W1964746686", + "https://openalex.org/W1964882117", + "https://openalex.org/W1965007242", + "https://openalex.org/W1965387924", + "https://openalex.org/W1965621008", + "https://openalex.org/W1966295044", + "https://openalex.org/W1966452023", + "https://openalex.org/W1967499431", + "https://openalex.org/W1967969088", + "https://openalex.org/W1971714101", + "https://openalex.org/W1972135189", + "https://openalex.org/W1973200549", + "https://openalex.org/W1975997599", + "https://openalex.org/W1976492731", + "https://openalex.org/W1976581079", + "https://openalex.org/W1978538703", + "https://openalex.org/W1979769287", + "https://openalex.org/W1979879584", + "https://openalex.org/W1981368803", + "https://openalex.org/W1981955214", + "https://openalex.org/W1982598895", + "https://openalex.org/W1983077902", + "https://openalex.org/W1984003326", + "https://openalex.org/W1986912357", + "https://openalex.org/W1988102749", + "https://openalex.org/W1988227526", + "https://openalex.org/W1988790447", + "https://openalex.org/W1989389325", + "https://openalex.org/W1989628244", + "https://openalex.org/W1989893427", + "https://openalex.org/W1990810992", + "https://openalex.org/W1991713655", + "https://openalex.org/W1992985800", + "https://openalex.org/W1994624373", + "https://openalex.org/W1995341919", + "https://openalex.org/W1996425351", + "https://openalex.org/W1998056920", + "https://openalex.org/W1998723350", + "https://openalex.org/W1999921067", + "https://openalex.org/W2000009216", + "https://openalex.org/W2000290731", + "https://openalex.org/W2000413114", + "https://openalex.org/W2002097322", + "https://openalex.org/W2002507631", + "https://openalex.org/W2005774952", + "https://openalex.org/W2006102096", + "https://openalex.org/W2007207351", + "https://openalex.org/W2007850701", + "https://openalex.org/W2011602276", + "https://openalex.org/W2012700578", + "https://openalex.org/W2014509568", + "https://openalex.org/W2014615332", + "https://openalex.org/W2015197254", + "https://openalex.org/W2015558379", + "https://openalex.org/W2017805851", + "https://openalex.org/W2018108526", + "https://openalex.org/W2019430858", + "https://openalex.org/W2020246947", + "https://openalex.org/W2020786104", + "https://openalex.org/W2021774695", + "https://openalex.org/W2021928136", + "https://openalex.org/W2022890839", + "https://openalex.org/W2024330948", + "https://openalex.org/W2025111634", + "https://openalex.org/W2025444507", + "https://openalex.org/W2025679679", + "https://openalex.org/W2025838043", + "https://openalex.org/W2027408247", + "https://openalex.org/W2029413789", + "https://openalex.org/W2030178277", + "https://openalex.org/W2030976617", + "https://openalex.org/W2031558918", + "https://openalex.org/W2033086537", + "https://openalex.org/W2033206800", + "https://openalex.org/W2034097448", + "https://openalex.org/W2035352360", + "https://openalex.org/W2036701191", + "https://openalex.org/W2037566781", + "https://openalex.org/W2037782625", + "https://openalex.org/W2039609876", + "https://openalex.org/W2039959185", + "https://openalex.org/W2040019593", + "https://openalex.org/W2040870580", + "https://openalex.org/W2041726686", + "https://openalex.org/W2042492924", + "https://openalex.org/W2042640655", + "https://openalex.org/W2042877835", + "https://openalex.org/W2042958553", + "https://openalex.org/W2044375044", + "https://openalex.org/W2046598747", + "https://openalex.org/W2051740693", + "https://openalex.org/W2051801258", + "https://openalex.org/W2052523499", + "https://openalex.org/W2053011449", + "https://openalex.org/W2053962240", + "https://openalex.org/W2054057690", + "https://openalex.org/W2055529982", + "https://openalex.org/W2056132907", + "https://openalex.org/W2057562773", + "https://openalex.org/W2057767448", + "https://openalex.org/W2057858097", + "https://openalex.org/W2060410316", + "https://openalex.org/W2060558956", + "https://openalex.org/W2061179540", + "https://openalex.org/W2063007245", + "https://openalex.org/W2064675550", + "https://openalex.org/W2065586875", + "https://openalex.org/W2068231021", + "https://openalex.org/W2068972463", + "https://openalex.org/W2069483681", + "https://openalex.org/W2070043768", + "https://openalex.org/W2070931774", + "https://openalex.org/W2074497204", + "https://openalex.org/W2074681440", + "https://openalex.org/W2075245047", + "https://openalex.org/W2075545717", + "https://openalex.org/W2075894130", + "https://openalex.org/W2075937489", + "https://openalex.org/W2076118331", + "https://openalex.org/W2077562320", + "https://openalex.org/W2078016408", + "https://openalex.org/W2080321486", + "https://openalex.org/W2080635178", + "https://openalex.org/W2081635359", + "https://openalex.org/W2083032961", + "https://openalex.org/W2083415705", + "https://openalex.org/W2083956694", + "https://openalex.org/W2084972556", + "https://openalex.org/W2085093563", + "https://openalex.org/W2085788926", + "https://openalex.org/W2086702546", + "https://openalex.org/W2086957099", + "https://openalex.org/W2087347434", + "https://openalex.org/W2087404659", + "https://openalex.org/W2087661061", + "https://openalex.org/W2088687796", + "https://openalex.org/W2088925839", + "https://openalex.org/W2090752561", + "https://openalex.org/W2092196700", + "https://openalex.org/W2092332261", + "https://openalex.org/W2093229042", + "https://openalex.org/W2093717447", + "https://openalex.org/W2094176506", + "https://openalex.org/W2095705004", + "https://openalex.org/W2097968133", + "https://openalex.org/W2099471712", + "https://openalex.org/W2100495367", + "https://openalex.org/W2100689957", + "https://openalex.org/W2102074887", + "https://openalex.org/W2102940758", + "https://openalex.org/W2103780778", + "https://openalex.org/W2104489082", + "https://openalex.org/W2106111284", + "https://openalex.org/W2107278155", + "https://openalex.org/W2108738385", + "https://openalex.org/W2111935653", + "https://openalex.org/W2112431211", + "https://openalex.org/W2112796928", + "https://openalex.org/W2114704115", + "https://openalex.org/W2116341502", + "https://openalex.org/W2121020550", + "https://openalex.org/W2121237359", + "https://openalex.org/W2122825543", + "https://openalex.org/W2123306226", + "https://openalex.org/W2124820885", + "https://openalex.org/W2125132504", + "https://openalex.org/W2126316555", + "https://openalex.org/W2127271355", + "https://openalex.org/W2128333270", + "https://openalex.org/W2128420091", + "https://openalex.org/W2128659236", + "https://openalex.org/W2134164499", + "https://openalex.org/W2135046866", + "https://openalex.org/W2135305876", + "https://openalex.org/W2137262074", + "https://openalex.org/W2138002307", + "https://openalex.org/W2139062161", + "https://openalex.org/W2142009706", + "https://openalex.org/W2144752499", + "https://openalex.org/W2146611938", + "https://openalex.org/W2147654806", + "https://openalex.org/W2147800946", + "https://openalex.org/W2147993766", + "https://openalex.org/W2148596493", + "https://openalex.org/W2149706766", + "https://openalex.org/W2153483479", + "https://openalex.org/W2153693853", + "https://openalex.org/W2154560360", + "https://openalex.org/W2154579312", + "https://openalex.org/W2155155530", + "https://openalex.org/W2155927283", + "https://openalex.org/W2156267707", + "https://openalex.org/W2156387975", + "https://openalex.org/W2159357141", + "https://openalex.org/W2163224677", + "https://openalex.org/W2163605009", + "https://openalex.org/W2163922914", + "https://openalex.org/W2164452299", + "https://openalex.org/W2164524421", + "https://openalex.org/W2169589339", + "https://openalex.org/W2171029115", + "https://openalex.org/W2173027866", + "https://openalex.org/W2176170193", + "https://openalex.org/W2176412452", + "https://openalex.org/W2192127365", + "https://openalex.org/W2194775991", + "https://openalex.org/W2195388612", + "https://openalex.org/W2200589053", + "https://openalex.org/W2217912240", + "https://openalex.org/W2222214459", + "https://openalex.org/W2230728100", + "https://openalex.org/W2257979135", + "https://openalex.org/W2261108203", + "https://openalex.org/W2278970271", + "https://openalex.org/W2279481448", + "https://openalex.org/W2290847742", + "https://openalex.org/W2291925970", + "https://openalex.org/W2294798173", + "https://openalex.org/W2297621926", + "https://openalex.org/W2299676960", + "https://openalex.org/W2302501749", + "https://openalex.org/W2312842167", + "https://openalex.org/W2316320254", + "https://openalex.org/W2316524229", + "https://openalex.org/W2319902168", + "https://openalex.org/W2322326629", + "https://openalex.org/W2331520253", + "https://openalex.org/W2331812412", + "https://openalex.org/W2334013383", + "https://openalex.org/W2335591923", + "https://openalex.org/W2337082154", + "https://openalex.org/W2337110853", + "https://openalex.org/W2337496963", + "https://openalex.org/W2343462019", + "https://openalex.org/W2343821232", + "https://openalex.org/W2347129741", + "https://openalex.org/W2395579298", + "https://openalex.org/W2415372084", + "https://openalex.org/W2419175238", + "https://openalex.org/W2437591545", + "https://openalex.org/W2460314483", + "https://openalex.org/W2461312660", + "https://openalex.org/W2462003543", + "https://openalex.org/W2464725281", + "https://openalex.org/W2468907370", + "https://openalex.org/W2471982001", + "https://openalex.org/W2474543364", + "https://openalex.org/W2482115826", + "https://openalex.org/W2489757118", + "https://openalex.org/W2490901606", + "https://openalex.org/W2499226730", + "https://openalex.org/W2509907061", + "https://openalex.org/W2510169513", + "https://openalex.org/W2511358339", + "https://openalex.org/W2511699341", + "https://openalex.org/W2517221375", + "https://openalex.org/W2520022941", + "https://openalex.org/W2520500207", + "https://openalex.org/W2524910928", + "https://openalex.org/W2526943155", + "https://openalex.org/W2527189750", + "https://openalex.org/W2527749992", + "https://openalex.org/W2531545384", + "https://openalex.org/W2534747019", + "https://openalex.org/W2547447472", + "https://openalex.org/W2550668110", + "https://openalex.org/W2555683692", + "https://openalex.org/W2556028878", + "https://openalex.org/W2563751252", + "https://openalex.org/W2564209180", + "https://openalex.org/W2565212977", + "https://openalex.org/W2566573083", + "https://openalex.org/W2566642125", + "https://openalex.org/W2567115595", + "https://openalex.org/W2572438701", + "https://openalex.org/W2576881135", + "https://openalex.org/W2583795764", + "https://openalex.org/W2592733333", + "https://openalex.org/W2593724699", + "https://openalex.org/W2593838212", + "https://openalex.org/W2600236415", + "https://openalex.org/W2605627947", + "https://openalex.org/W2606191816", + "https://openalex.org/W2606478829", + "https://openalex.org/W2609397020", + "https://openalex.org/W2613094910", + "https://openalex.org/W2614083378", + "https://openalex.org/W2616519837", + "https://openalex.org/W2618945100", + "https://openalex.org/W2625386340", + "https://openalex.org/W2650911154", + "https://openalex.org/W2725771565", + "https://openalex.org/W2728789193", + "https://openalex.org/W2728984672", + "https://openalex.org/W2734520197", + "https://openalex.org/W2739066022", + "https://openalex.org/W2741557496", + "https://openalex.org/W2742014174", + "https://openalex.org/W2742061408", + "https://openalex.org/W2742127985", + "https://openalex.org/W2742835787", + "https://openalex.org/W2744546448", + "https://openalex.org/W2746244909", + "https://openalex.org/W2746340587", + "https://openalex.org/W2750556263", + "https://openalex.org/W2750673150", + "https://openalex.org/W2751488329", + "https://openalex.org/W2752033117", + "https://openalex.org/W2752052391", + "https://openalex.org/W2755320374", + "https://openalex.org/W2760202681", + "https://openalex.org/W2764267192", + "https://openalex.org/W2765459427", + "https://openalex.org/W2765597272", + "https://openalex.org/W2765966278", + "https://openalex.org/W2766432501", + "https://openalex.org/W2766518642", + "https://openalex.org/W2766856748", + "https://openalex.org/W2768213699", + "https://openalex.org/W2768591600", + "https://openalex.org/W2768828389", + "https://openalex.org/W2769287225", + "https://openalex.org/W2773094581", + "https://openalex.org/W2773787581", + "https://openalex.org/W2774180927", + "https://openalex.org/W2775811982", + "https://openalex.org/W2778051509", + "https://openalex.org/W2782772320", + "https://openalex.org/W2782811937", + "https://openalex.org/W2783016230", + "https://openalex.org/W2783428669", + "https://openalex.org/W2783643969", + "https://openalex.org/W2784208423", + "https://openalex.org/W2785060548", + "https://openalex.org/W2785434749", + "https://openalex.org/W2786956473", + "https://openalex.org/W2787894218", + "https://openalex.org/W2789575256", + "https://openalex.org/W2790939418", + "https://openalex.org/W2790960441", + "https://openalex.org/W2792351009", + "https://openalex.org/W2792521034", + "https://openalex.org/W2793186536", + "https://openalex.org/W2793847568", + "https://openalex.org/W2794749944", + "https://openalex.org/W2794792904", + "https://openalex.org/W2796365074", + "https://openalex.org/W2800722845", + "https://openalex.org/W2801870733", + "https://openalex.org/W2802513623", + "https://openalex.org/W2803328959", + "https://openalex.org/W2804333359", + "https://openalex.org/W2804431384", + "https://openalex.org/W2804529100", + "https://openalex.org/W2804765537", + "https://openalex.org/W2805504266", + "https://openalex.org/W2806173046", + "https://openalex.org/W2806275814", + "https://openalex.org/W2806393871", + "https://openalex.org/W2806681928", + "https://openalex.org/W2807070436", + "https://openalex.org/W2807471255", + "https://openalex.org/W2807890728", + "https://openalex.org/W2808433588", + "https://openalex.org/W2808651099", + "https://openalex.org/W2809409278", + "https://openalex.org/W2810294304", + "https://openalex.org/W2810643961", + "https://openalex.org/W2831812383", + "https://openalex.org/W2883021798", + "https://openalex.org/W2883578585", + "https://openalex.org/W2884430236", + "https://openalex.org/W2885048850", + "https://openalex.org/W2885427655", + "https://openalex.org/W2888296885", + "https://openalex.org/W2888395196", + "https://openalex.org/W2889393096", + "https://openalex.org/W2890177760", + "https://openalex.org/W2890641732", + "https://openalex.org/W2890910436", + "https://openalex.org/W2891365537", + "https://openalex.org/W2894543465", + "https://openalex.org/W2896311968", + "https://openalex.org/W2896731862", + "https://openalex.org/W2899133278", + "https://openalex.org/W2899771611", + "https://openalex.org/W2901005646", + "https://openalex.org/W2902687791", + "https://openalex.org/W2902914368", + "https://openalex.org/W2903284152", + "https://openalex.org/W2903483166", + "https://openalex.org/W2911964244", + "https://openalex.org/W2913390193", + "https://openalex.org/W2919115771", + "https://openalex.org/W2922185717", + "https://openalex.org/W2949095042", + "https://openalex.org/W2949117887", + "https://openalex.org/W2949415003", + "https://openalex.org/W2949536823", + "https://openalex.org/W2950898568", + "https://openalex.org/W2952254971", + "https://openalex.org/W2962778515", + "https://openalex.org/W2962790223", + "https://openalex.org/W2962858756", + "https://openalex.org/W2963073614", + "https://openalex.org/W2963169277", + "https://openalex.org/W2963470893", + "https://openalex.org/W2963613996", + "https://openalex.org/W2963657244", + "https://openalex.org/W2963807552", + "https://openalex.org/W2963923030", + "https://openalex.org/W2964332384", + "https://openalex.org/W2971890617", + "https://openalex.org/W2976720228", + "https://openalex.org/W2998779578", + "https://openalex.org/W3036192984", + "https://openalex.org/W3098179186", + "https://openalex.org/W3098181309", + "https://openalex.org/W3098539674", + "https://openalex.org/W3098905070", + "https://openalex.org/W3099030566", + "https://openalex.org/W3099108283", + "https://openalex.org/W3099152177", + "https://openalex.org/W3099236691", + "https://openalex.org/W3099563879", + "https://openalex.org/W3099756651", + "https://openalex.org/W3099803468", + "https://openalex.org/W3099950071", + "https://openalex.org/W3100015175", + "https://openalex.org/W3100157108", + "https://openalex.org/W3100559197", + "https://openalex.org/W3100710928", + "https://openalex.org/W3100824689", + "https://openalex.org/W3101510464", + "https://openalex.org/W3101568640", + "https://openalex.org/W3101728438", + "https://openalex.org/W3101883705", + "https://openalex.org/W3102449990", + "https://openalex.org/W3102617294", + "https://openalex.org/W3102656154", + "https://openalex.org/W3102797483", + "https://openalex.org/W3103128256", + "https://openalex.org/W3103297471", + "https://openalex.org/W3103421232", + "https://openalex.org/W3103584381", + "https://openalex.org/W3103699203", + "https://openalex.org/W3104257088", + "https://openalex.org/W3104644561", + "https://openalex.org/W3105187533", + "https://openalex.org/W3105535058", + "https://openalex.org/W3105658368", + "https://openalex.org/W3106384232", + "https://openalex.org/W3106419168", + "https://openalex.org/W3138819813", + "https://openalex.org/W3145506661", + "https://openalex.org/W3188900288", + "https://openalex.org/W4206212643", + "https://openalex.org/W4211049957", + "https://openalex.org/W4214765890", + "https://openalex.org/W4229646010", + "https://openalex.org/W4230189600", + "https://openalex.org/W4238812661", + "https://openalex.org/W4239664769", + "https://openalex.org/W4244412880", + "https://openalex.org/W4245176872", + "https://openalex.org/W4249528159", + "https://openalex.org/W4251461630", + "https://openalex.org/W4254688476", + "https://openalex.org/W4256669726", + "https://openalex.org/W4300263211", + "https://openalex.org/W4302799641", + "https://openalex.org/W6679121739", + "https://openalex.org/W6704559304", + "https://openalex.org/W6756040250" + ], + "related_works": [ + "https://openalex.org/W2905433371", + "https://openalex.org/W4390569940", + "https://openalex.org/W4361193272", + "https://openalex.org/W4310278675", + "https://openalex.org/W4388422664", + "https://openalex.org/W2806259446", + "https://openalex.org/W1986582023", + "https://openalex.org/W2883749686", + "https://openalex.org/W2966829450", + "https://openalex.org/W4315864862" + ], + "abstract_inverted_index": { + "Abstract": [ + 0 + ], + "One": [ + 1 + ], + "of": [ + 2, + 22, + 31, + 47, + 65, + 94, + 102, + 108, + 127, + 153, + 162, + 178 + ], + "the": [ + 3, + 10, + 66, + 92, + 100, + 106, + 125, + 146, + 160, + 164, + 175 + ], + "most": [ + 4, + 67 + ], + "exciting": [ + 5 + ], + "tools": [ + 6 + ], + "that": [ + 7, + 49 + ], + "have": [ + 8 + ], + "entered": [ + 9 + ], + "material": [ + 11 + ], + "science": [ + 12 + ], + "toolbox": [ + 13 + ], + "in": [ + 14, + 70, + 86, + 116, + 183, + 197 + ], + "recent": [ + 15, + 68 + ], + "years": [ + 16 + ], + "is": [ + 17 + ], + "machine": [ + 18, + 53, + 79, + 96, + 131, + 169 + ], + "learning.": [ + 19, + 132 + ], + "This": [ + 20 + ], + "collection": [ + 21 + ], + "statistical": [ + 23 + ], + "methods": [ + 24, + 129 + ], + "has": [ + 25 + ], + "already": [ + 26 + ], + "proved": [ + 27 + ], + "to": [ + 28, + 55, + 144 + ], + "be": [ + 29, + 142 + ], + "capable": [ + 30 + ], + "considerably": [ + 32 + ], + "speeding": [ + 33 + ], + "up": [ + 34 + ], + "both": [ + 35 + ], + "fundamental": [ + 36 + ], + "and": [ + 37, + 51, + 63, + 84, + 105, + 121, + 138, + 150, + 163, + 180, + 190 + ], + "applied": [ + 38, + 143 + ], + "research.": [ + 39 + ], + "At": [ + 40 + ], + "present,": [ + 41 + ], + "we": [ + 42, + 77, + 113, + 187 + ], + "are": [ + 43, + 158 + ], + "witnessing": [ + 44 + ], + "an": [ + 45 + ], + "explosion": [ + 46 + ], + "works": [ + 48 + ], + "develop": [ + 50 + ], + "apply": [ + 52 + ], + "learning": [ + 54, + 80, + 97, + 137, + 170 + ], + "solid-state": [ + 56 + ], + "systems.": [ + 57 + ], + "We": [ + 58, + 89, + 133, + 172 + ], + "provide": [ + 59 + ], + "a": [ + 60, + 74 + ], + "comprehensive": [ + 61 + ], + "overview": [ + 62 + ], + "analysis": [ + 64 + ], + "research": [ + 69, + 115, + 192 + ], + "this": [ + 71 + ], + "topic.": [ + 72 + ], + "As": [ + 73 + ], + "starting": [ + 75 + ], + "point,": [ + 76 + ], + "introduce": [ + 78 + ], + "principles,": [ + 81 + ], + "algorithms,": [ + 82 + ], + "descriptors,": [ + 83 + ], + "databases": [ + 85 + ], + "materials": [ + 87, + 104, + 184, + 199 + ], + "science.": [ + 88, + 185, + 200 + ], + "continue": [ + 90 + ], + "with": [ + 91 + ], + "description": [ + 93 + ], + "different": [ + 95, + 176 + ], + "approaches": [ + 98, + 123 + ], + "for": [ + 99, + 124, + 194 + ], + "discovery": [ + 101 + ], + "stable": [ + 103 + ], + "prediction": [ + 107 + ], + "their": [ + 109, + 181 + ], + "crystal": [ + 110 + ], + "structure.": [ + 111 + ], + "Then": [ + 112 + ], + "discuss": [ + 114 + ], + "numerous": [ + 117 + ], + "quantitative": [ + 118 + ], + "structure–property": [ + 119 + ], + "relationships": [ + 120 + ], + "various": [ + 122, + 195 + ], + "replacement": [ + 126 + ], + "first-principle": [ + 128 + ], + "by": [ + 130 + ], + "review": [ + 134 + ], + "how": [ + 135 + ], + "active": [ + 136 + ], + "surrogate-based": [ + 139 + ], + "optimization": [ + 140 + ], + "can": [ + 141 + ], + "improve": [ + 145 + ], + "rational": [ + 147 + ], + "design": [ + 148 + ], + "process": [ + 149 + ], + "related": [ + 151 + ], + "examples": [ + 152 + ], + "applications.": [ + 154 + ], + "Two": [ + 155 + ], + "major": [ + 156 + ], + "questions": [ + 157 + ], + "always": [ + 159 + ], + "interpretability": [ + 161, + 179 + ], + "physical": [ + 165 + ], + "understanding": [ + 166 + ], + "gained": [ + 167 + ], + "from": [ + 168 + ], + "models.": [ + 171 + ], + "consider": [ + 173 + ], + "therefore": [ + 174 + ], + "facets": [ + 177 + ], + "importance": [ + 182 + ], + "Finally,": [ + 186 + ], + "propose": [ + 188 + ], + "solutions": [ + 189 + ], + "future": [ + 191 + ], + "paths": [ + 193 + ], + "challenges": [ + 196 + ], + "computational": [ + 198 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 152 + }, + { + "year": 2025, + "cited_by_count": 356 + }, + { + "year": 2024, + "cited_by_count": 379 + }, + { + "year": 2023, + "cited_by_count": 392 + }, + { + "year": 2022, + "cited_by_count": 452 + }, + { + "year": 2021, + "cited_by_count": 400 + }, + { + "year": 2020, + "cited_by_count": 223 + }, + { + "year": 2019, + "cited_by_count": 10 + }, + { + "year": 2018, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-28T09:10:13.091523", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2910705748", + "doi": "https://doi.org/10.1073/pnas.1900654116", + "title": "Definitions, methods, and applications in interpretable machine learning", + "display_name": "Definitions, methods, and applications in interpretable machine learning", + "relevance_score": 2997.7166, + "publication_year": 2019, + "publication_date": "2019-10-16", + "ids": { + "openalex": "https://openalex.org/W2910705748", + "doi": "https://doi.org/10.1073/pnas.1900654116", + "mag": "2910705748", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/31619572" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1073/pnas.1900654116", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1073/pnas.1900654116", + "pdf_url": "https://www.pnas.org/content/pnas/116/44/22071.full.pdf", + "source": { + "id": "https://openalex.org/S125754415", + "display_name": "Proceedings of the National Academy of Sciences", + "issn_l": "0027-8424", + "issn": [ + "0027-8424", + "1091-6490" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320052", + "host_organization_name": "National Academy of Sciences", + "host_organization_lineage": [ + "https://openalex.org/P4310320052" + ], + "host_organization_lineage_names": [ + "National Academy of Sciences" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Proceedings of the National Academy of Sciences", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "arxiv", + "crossref", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "bronze", + "oa_url": "https://www.pnas.org/content/pnas/116/44/22071.full.pdf", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5057838960", + "display_name": "William J. Murdoch", + "orcid": "https://orcid.org/0009-0009-7610-5187" + }, + "institutions": [ + { + "id": "https://openalex.org/I95457486", + "display_name": "University of California, Berkeley", + "ror": "https://ror.org/01an7q238", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I95457486" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "W. James Murdoch", + "raw_affiliation_strings": [ + "Statistics Department, University of California, Berkeley, CA 94720;" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Statistics Department, University of California, Berkeley, CA 94720;", + "institution_ids": [ + "https://openalex.org/I95457486" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5017514239", + "display_name": "Chandan Singh", + "orcid": "https://orcid.org/0000-0003-0318-2340" + }, + "institutions": [ + { + "id": "https://openalex.org/I95457486", + "display_name": "University of California, Berkeley", + "ror": "https://ror.org/01an7q238", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I95457486" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Chandan Singh", + "raw_affiliation_strings": [ + "Electrical Engineering and Computer Science Department, University of California, Berkeley, CA 94720;" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Electrical Engineering and Computer Science Department, University of California, Berkeley, CA 94720;", + "institution_ids": [ + "https://openalex.org/I95457486" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5013534934", + "display_name": "Karl Kumbier", + "orcid": "https://orcid.org/0000-0001-6521-1173" + }, + "institutions": [ + { + "id": "https://openalex.org/I95457486", + "display_name": "University of California, Berkeley", + "ror": "https://ror.org/01an7q238", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I95457486" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Karl Kumbier", + "raw_affiliation_strings": [ + "Statistics Department, University of California, Berkeley, CA 94720;" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Statistics Department, University of California, Berkeley, CA 94720;", + "institution_ids": [ + "https://openalex.org/I95457486" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5029714016", + "display_name": "Reza Abbasi-Asl", + "orcid": "https://orcid.org/0000-0001-7824-4628" + }, + "institutions": [ + { + "id": "https://openalex.org/I1314596251", + "display_name": "Allen Institute for Brain Science", + "ror": "https://ror.org/00dcv1019", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I1314596251", + "https://openalex.org/I4210140341" + ] + }, + { + "id": "https://openalex.org/I180670191", + "display_name": "University of California, San Francisco", + "ror": "https://ror.org/043mz5j54", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I180670191" + ] + }, + { + "id": "https://openalex.org/I4210140341", + "display_name": "Allen Institute", + "ror": "https://ror.org/03cpe7c52", + "country_code": "US", + "type": "nonprofit", + "lineage": [ + "https://openalex.org/I4210140341" + ] + }, + { + "id": "https://openalex.org/I95457486", + "display_name": "University of California, Berkeley", + "ror": "https://ror.org/01an7q238", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I95457486" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Reza Abbasi-Asl", + "raw_affiliation_strings": [ + "Allen Institute for Brain Science, Seattle, WA 98109", + "Department of Neurology, University of California, San Francisco, CA 94158;", + "Electrical Engineering and Computer Science Department, University of California, Berkeley, CA 94720;", + "Department of Neurology, University of California, San Francisco, CA 94158; and" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Allen Institute for Brain Science, Seattle, WA 98109", + "institution_ids": [ + "https://openalex.org/I4210140341", + "https://openalex.org/I1314596251" + ] + }, + { + "raw_affiliation_string": "Department of Neurology, University of California, San Francisco, CA 94158;", + "institution_ids": [ + "https://openalex.org/I180670191" + ] + }, + { + "raw_affiliation_string": "Electrical Engineering and Computer Science Department, University of California, Berkeley, CA 94720;", + "institution_ids": [ + "https://openalex.org/I95457486" + ] + }, + { + "raw_affiliation_string": "Department of Neurology, University of California, San Francisco, CA 94158; and", + "institution_ids": [ + "https://openalex.org/I180670191" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5100646137", + "display_name": "Bin Yu", + "orcid": "https://orcid.org/0000-0002-8888-4060" + }, + "institutions": [ + { + "id": "https://openalex.org/I95457486", + "display_name": "University of California, Berkeley", + "ror": "https://ror.org/01an7q238", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I95457486" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Bin Yu", + "raw_affiliation_strings": [ + "Electrical Engineering and Computer Science Department, University of California, Berkeley, CA 94720;", + "Statistics Department, University of California, Berkeley, CA 94720;" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Electrical Engineering and Computer Science Department, University of California, Berkeley, CA 94720;", + "institution_ids": [ + "https://openalex.org/I95457486" + ] + }, + { + "raw_affiliation_string": "Statistics Department, University of California, Berkeley, CA 94720;", + "institution_ids": [ + "https://openalex.org/I95457486" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 5, + "corresponding_author_ids": [ + "https://openalex.org/A5100646137" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I95457486" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 116.6663, + "has_fulltext": true, + "cited_by_count": 2050, + "citation_normalized_percentile": { + "value": 0.99969336, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "116", + "issue": "44", + "first_page": "22071", + "last_page": "22080" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12026", + "display_name": "Explainable Artificial Intelligence (XAI)", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12026", + "display_name": "Explainable Artificial Intelligence (XAI)", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11689", + "display_name": "Adversarial Robustness in Machine Learning", + "score": 0.9951000213623047, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9890999794006348, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/interpretability", + "display_name": "Interpretability", + "score": 0.9390578269958496 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7489986419677734 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6651195883750916 + }, + { + "id": "https://openalex.org/keywords/categorization", + "display_name": "Categorization", + "score": 0.6388148069381714 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6340200901031494 + }, + { + "id": "https://openalex.org/keywords/context", + "display_name": "Context (archaeology)", + "score": 0.6267019510269165 + }, + { + "id": "https://openalex.org/keywords/interpretation", + "display_name": "Interpretation (philosophy)", + "score": 0.6191895604133606 + }, + { + "id": "https://openalex.org/keywords/modularity", + "display_name": "Modularity (biology)", + "score": 0.5174987316131592 + }, + { + "id": "https://openalex.org/keywords/vocabulary", + "display_name": "Vocabulary", + "score": 0.4941387474536896 + }, + { + "id": "https://openalex.org/keywords/data-science", + "display_name": "Data science", + "score": 0.4534083902835846 + }, + { + "id": "https://openalex.org/keywords/focus", + "display_name": "Focus (optics)", + "score": 0.411584734916687 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2781067378", + "wikidata": "https://www.wikidata.org/wiki/Q17027399", + "display_name": "Interpretability", + "level": 2, + "score": 0.9390578269958496 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7489986419677734 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6651195883750916 + }, + { + "id": "https://openalex.org/C94124525", + "wikidata": "https://www.wikidata.org/wiki/Q912550", + "display_name": "Categorization", + "level": 2, + "score": 0.6388148069381714 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6340200901031494 + }, + { + "id": "https://openalex.org/C2779343474", + "wikidata": "https://www.wikidata.org/wiki/Q3109175", + "display_name": "Context (archaeology)", + "level": 2, + "score": 0.6267019510269165 + }, + { + "id": "https://openalex.org/C527412718", + "wikidata": "https://www.wikidata.org/wiki/Q855395", + "display_name": "Interpretation (philosophy)", + "level": 2, + "score": 0.6191895604133606 + }, + { + "id": "https://openalex.org/C2779478453", + "wikidata": "https://www.wikidata.org/wiki/Q6889748", + "display_name": "Modularity (biology)", + "level": 2, + "score": 0.5174987316131592 + }, + { + "id": "https://openalex.org/C2777601683", + "wikidata": "https://www.wikidata.org/wiki/Q6499736", + "display_name": "Vocabulary", + "level": 2, + "score": 0.4941387474536896 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.4534083902835846 + }, + { + "id": "https://openalex.org/C192209626", + "wikidata": "https://www.wikidata.org/wiki/Q190909", + "display_name": "Focus (optics)", + "level": 2, + "score": 0.411584734916687 + }, + { + "id": "https://openalex.org/C151730666", + "wikidata": "https://www.wikidata.org/wiki/Q7205", + "display_name": "Paleontology", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C120665830", + "wikidata": "https://www.wikidata.org/wiki/Q14620", + "display_name": "Optics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C54355233", + "wikidata": "https://www.wikidata.org/wiki/Q7162", + "display_name": "Genetics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C41895202", + "wikidata": "https://www.wikidata.org/wiki/Q8162", + "display_name": "Linguistics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C138885662", + "wikidata": "https://www.wikidata.org/wiki/Q5891", + "display_name": "Philosophy", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C86803240", + "wikidata": "https://www.wikidata.org/wiki/Q420", + "display_name": "Biology", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C121332964", + "wikidata": "https://www.wikidata.org/wiki/Q413", + "display_name": "Physics", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 7, + "locations": [ + { + "id": "doi:10.1073/pnas.1900654116", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1073/pnas.1900654116", + "pdf_url": "https://www.pnas.org/content/pnas/116/44/22071.full.pdf", + "source": { + "id": "https://openalex.org/S125754415", + "display_name": "Proceedings of the National Academy of Sciences", + "issn_l": "0027-8424", + "issn": [ + "0027-8424", + "1091-6490" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320052", + "host_organization_name": "National Academy of Sciences", + "host_organization_lineage": [ + "https://openalex.org/P4310320052" + ], + "host_organization_lineage_names": [ + "National Academy of Sciences" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Proceedings of the National Academy of Sciences", + "raw_type": "journal-article" + }, + { + "id": "pmid:31619572", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/31619572", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Proceedings of the National Academy of Sciences of the United States of America", + "raw_type": null + }, + { + "id": "pmh:oai:arXiv.org:1901.04592", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1901.04592", + "pdf_url": "https://arxiv.org/pdf/1901.04592", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:osti.gov:1633246", + "is_oa": true, + "landing_page_url": "https://www.osti.gov/biblio/1633246", + "pdf_url": "https://www.osti.gov/servlets/purl/1633246", + "source": { + "id": "https://openalex.org/S4306402487", + "display_name": "OSTI OAI (U.S. Department of Energy Office of Scientific and Technical Information)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I139351228", + "host_organization_name": "Office of Scientific and Technical Information", + "host_organization_lineage": [ + "https://openalex.org/I139351228" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": null + }, + { + "id": "pmh:ark:/13030/qt13x9q01k", + "is_oa": false, + "landing_page_url": null, + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": null + }, + { + "id": "pmh:oai:escholarship.org/ark:/13030/qt13x9q01k", + "is_oa": false, + "landing_page_url": "https://escholarship.org/uc/item/13x9q01k", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400115", + "display_name": "eScholarship (California Digital Library)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I2801248553", + "host_organization_name": "California Digital Library", + "host_organization_lineage": [ + "https://openalex.org/I2801248553" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Proceedings of the National Academy of Sciences of the United States of America, vol 116, iss 44", + "raw_type": "article" + }, + { + "id": "pmh:oai:europepmc.org:6105936", + "is_oa": false, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/6825274", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400806", + "display_name": "Europe PMC (PubMed Central)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1303153112", + "host_organization_name": "European Bioinformatics Institute", + "host_organization_lineage": [ + "https://openalex.org/I1303153112" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "Text" + } + ], + "best_oa_location": { + "id": "doi:10.1073/pnas.1900654116", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1073/pnas.1900654116", + "pdf_url": "https://www.pnas.org/content/pnas/116/44/22071.full.pdf", + "source": { + "id": "https://openalex.org/S125754415", + "display_name": "Proceedings of the National Academy of Sciences", + "issn_l": "0027-8424", + "issn": [ + "0027-8424", + "1091-6490" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320052", + "host_organization_name": "National Academy of Sciences", + "host_organization_lineage": [ + "https://openalex.org/P4310320052" + ], + "host_organization_lineage_names": [ + "National Academy of Sciences" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Proceedings of the National Academy of Sciences", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [ + { + "score": 0.7599999904632568, + "id": "https://metadata.un.org/sdg/4", + "display_name": "Quality Education" + } + ], + "awards": [ + { + "id": "https://openalex.org/G1490606517", + "display_name": null, + "funder_award_id": "N00014-16-1-2664", + "funder_id": "https://openalex.org/F4320337345", + "funder_display_name": "Office of Naval Research" + }, + { + "id": "https://openalex.org/G1739869781", + "display_name": null, + "funder_award_id": "CCF-0939370", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G4776703908", + "display_name": null, + "funder_award_id": "CGSD3-487534-2016", + "funder_id": "https://openalex.org/F4320334593", + "funder_display_name": "Natural Sciences and Engineering Research Council of Canada" + }, + { + "id": "https://openalex.org/G5202753860", + "display_name": "Canonical Linear Methods and Hierarchical Non-Linear Methods in High-Dimensional Statistics", + "funder_award_id": "1613002", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G6244900323", + "display_name": null, + "funder_award_id": "0939370", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G7379344686", + "display_name": null, + "funder_award_id": "1741340", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G7501964373", + "display_name": null, + "funder_award_id": "W911NF1710005", + "funder_id": "https://openalex.org/F4320338281", + "funder_display_name": "Army Research Office" + }, + { + "id": "https://openalex.org/G8170601752", + "display_name": null, + "funder_award_id": "IIS 1741340", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G8341606209", + "display_name": null, + "funder_award_id": "DMS-1613002", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G8876996369", + "display_name": null, + "funder_award_id": "N00014", + "funder_id": "https://openalex.org/F4320337345", + "funder_display_name": "Office of Naval Research" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320306076", + "display_name": "National Science Foundation", + "ror": "https://ror.org/021nxhr62" + }, + { + "id": "https://openalex.org/F4320334593", + "display_name": "Natural Sciences and Engineering Research Council of Canada", + "ror": "https://ror.org/01h531d29" + }, + { + "id": "https://openalex.org/F4320337345", + "display_name": "Office of Naval Research", + "ror": "https://ror.org/00rk2pe57" + }, + { + "id": "https://openalex.org/F4320338281", + "display_name": "Army Research Office", + "ror": "https://ror.org/05epdh915" + } + ], + "has_content": { + "grobid_xml": true, + "pdf": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W2910705748.pdf", + "grobid_xml": "https://content.openalex.org/works/W2910705748.grobid-xml" + }, + "referenced_works_count": 137, + "referenced_works": [ + "https://openalex.org/W11356396", + "https://openalex.org/W830575572", + "https://openalex.org/W1034019924", + "https://openalex.org/W1500693574", + "https://openalex.org/W1511986666", + "https://openalex.org/W1587026990", + "https://openalex.org/W1594031697", + "https://openalex.org/W1810028515", + "https://openalex.org/W1849277567", + "https://openalex.org/W1951216520", + "https://openalex.org/W1961953963", + "https://openalex.org/W1989968174", + "https://openalex.org/W1996796871", + "https://openalex.org/W2012712694", + "https://openalex.org/W2013511833", + "https://openalex.org/W2025341678", + "https://openalex.org/W2034637247", + "https://openalex.org/W2043175314", + "https://openalex.org/W2048231652", + "https://openalex.org/W2061939373", + "https://openalex.org/W2078977693", + "https://openalex.org/W2084341220", + "https://openalex.org/W2086396353", + "https://openalex.org/W2087448554", + "https://openalex.org/W2088286197", + "https://openalex.org/W2100960835", + "https://openalex.org/W2102636708", + "https://openalex.org/W2103780778", + "https://openalex.org/W2105464873", + "https://openalex.org/W2108384452", + "https://openalex.org/W2113882472", + "https://openalex.org/W2118022153", + "https://openalex.org/W2119858020", + "https://openalex.org/W2123045220", + "https://openalex.org/W2128659236", + "https://openalex.org/W2135046866", + "https://openalex.org/W2143481518", + "https://openalex.org/W2145860152", + "https://openalex.org/W2148694408", + "https://openalex.org/W2150165932", + "https://openalex.org/W2153332911", + "https://openalex.org/W2157355630", + "https://openalex.org/W2158196600", + "https://openalex.org/W2161969291", + "https://openalex.org/W2166163519", + "https://openalex.org/W2169053895", + "https://openalex.org/W2270785838", + "https://openalex.org/W2282821441", + "https://openalex.org/W2315452447", + "https://openalex.org/W2342249984", + "https://openalex.org/W2346578521", + "https://openalex.org/W2464516813", + "https://openalex.org/W2472803348", + "https://openalex.org/W2493343568", + "https://openalex.org/W2502949459", + "https://openalex.org/W2510508396", + "https://openalex.org/W2516809705", + "https://openalex.org/W2530010084", + "https://openalex.org/W2530395818", + "https://openalex.org/W2559655401", + "https://openalex.org/W2587529872", + "https://openalex.org/W2590082389", + "https://openalex.org/W2592895748", + "https://openalex.org/W2592929672", + "https://openalex.org/W2594633041", + "https://openalex.org/W2597603852", + "https://openalex.org/W2604526796", + "https://openalex.org/W2612690371", + "https://openalex.org/W2618851150", + "https://openalex.org/W2619351609", + "https://openalex.org/W2619444510", + "https://openalex.org/W2731142262", + "https://openalex.org/W2739349903", + "https://openalex.org/W2742591084", + "https://openalex.org/W2752194699", + "https://openalex.org/W2769421449", + "https://openalex.org/W2782630856", + "https://openalex.org/W2785184350", + "https://openalex.org/W2785760873", + "https://openalex.org/W2786715987", + "https://openalex.org/W2787070805", + "https://openalex.org/W2793165286", + "https://openalex.org/W2793277523", + "https://openalex.org/W2795431618", + "https://openalex.org/W2803354268", + "https://openalex.org/W2807015674", + "https://openalex.org/W2808315098", + "https://openalex.org/W2891612330", + "https://openalex.org/W2896089889", + "https://openalex.org/W2900404061", + "https://openalex.org/W2901939789", + "https://openalex.org/W2903768344", + "https://openalex.org/W2911964244", + "https://openalex.org/W2945800295", + "https://openalex.org/W2945976633", + "https://openalex.org/W2952354376", + "https://openalex.org/W2962772482", + "https://openalex.org/W2962862931", + "https://openalex.org/W2962883557", + "https://openalex.org/W2963016445", + "https://openalex.org/W2963029978", + "https://openalex.org/W2963233086", + "https://openalex.org/W2963382180", + "https://openalex.org/W2963424533", + "https://openalex.org/W2963715038", + "https://openalex.org/W2963798744", + "https://openalex.org/W2964118342", + "https://openalex.org/W2964159526", + "https://openalex.org/W3085162807", + "https://openalex.org/W3098232790", + "https://openalex.org/W3102564565", + "https://openalex.org/W3124792046", + "https://openalex.org/W3150635270", + "https://openalex.org/W3150893739", + "https://openalex.org/W4212774754", + "https://openalex.org/W4229494842", + "https://openalex.org/W4230605228", + "https://openalex.org/W4230742466", + "https://openalex.org/W4236697647", + "https://openalex.org/W4236965008", + "https://openalex.org/W4237723258", + "https://openalex.org/W4254687493", + "https://openalex.org/W4255332246", + "https://openalex.org/W4255405844", + "https://openalex.org/W4292023222", + "https://openalex.org/W4293861706", + "https://openalex.org/W4295313945", + "https://openalex.org/W4299408792", + "https://openalex.org/W4300756893", + "https://openalex.org/W4309520320", + "https://openalex.org/W4399576166", + "https://openalex.org/W6684823039", + "https://openalex.org/W6716358881", + "https://openalex.org/W6728551298", + "https://openalex.org/W6734194636", + "https://openalex.org/W6754669440", + "https://openalex.org/W6982728064" + ], + "related_works": [ + "https://openalex.org/W2905433371", + "https://openalex.org/W2888392564", + "https://openalex.org/W4310278675", + "https://openalex.org/W4388422664", + "https://openalex.org/W4390569940", + "https://openalex.org/W4361193272", + "https://openalex.org/W2963326959", + "https://openalex.org/W4388685194", + "https://openalex.org/W4312407344", + "https://openalex.org/W2894289927" + ], + "abstract_inverted_index": { + "Machine-learning": [ + 0 + ], + "models": [ + 1, + 23 + ], + "have": [ + 2 + ], + "demonstrated": [ + 3 + ], + "great": [ + 4 + ], + "success": [ + 5 + ], + "in": [ + 6, + 90, + 189 + ], + "learning": [ + 7, + 95 + ], + "complex": [ + 8 + ], + "patterns": [ + 9 + ], + "that": [ + 10, + 211, + 219 + ], + "enable": [ + 11 + ], + "them": [ + 12 + ], + "to": [ + 13, + 21, + 28, + 48, + 78, + 83, + 126, + 131, + 168, + 229 + ], + "make": [ + 14, + 221 + ], + "predictions": [ + 15 + ], + "about": [ + 16, + 51 + ], + "unobserved": [ + 17 + ], + "data.": [ + 18 + ], + "In": [ + 19, + 56 + ], + "addition": [ + 20 + ], + "using": [ + 22 + ], + "for": [ + 24, + 104, + 114, + 206, + 224 + ], + "prediction,": [ + 25 + ], + "the": [ + 26, + 52, + 62, + 91, + 98, + 134, + 165, + 181, + 234 + ], + "ability": [ + 27 + ], + "interpret": [ + 29 + ], + "what": [ + 30, + 72 + ], + "a": [ + 31, + 127, + 141, + 216 + ], + "model": [ + 32 + ], + "has": [ + 33, + 46 + ], + "learned": [ + 34 + ], + "is": [ + 35, + 59 + ], + "receiving": [ + 36 + ], + "an": [ + 37 + ], + "increasing": [ + 38 + ], + "amount": [ + 39 + ], + "of": [ + 40, + 54, + 65, + 93, + 136, + 143, + 191, + 201, + 237 + ], + "attention.": [ + 41 + ], + "However,": [ + 42 + ], + "this": [ + 43, + 212 + ], + "increased": [ + 44 + ], + "focus": [ + 45 + ], + "led": [ + 47 + ], + "considerable": [ + 49 + ], + "confusion": [ + 50 + ], + "notion": [ + 53 + ], + "interpretability.": [ + 55, + 192 + ], + "particular,": [ + 57 + ], + "it": [ + 58, + 222 + ], + "unclear": [ + 60 + ], + "how": [ + 61, + 161 + ], + "wide": [ + 63 + ], + "array": [ + 64 + ], + "proposed": [ + 66 + ], + "interpretation": [ + 67, + 137, + 238 + ], + "methods": [ + 68, + 203 + ], + "are": [ + 69 + ], + "related": [ + 70 + ], + "and": [ + 71, + 96, + 120, + 148, + 157, + 170, + 204, + 227, + 231 + ], + "common": [ + 73, + 217 + ], + "concepts": [ + 74 + ], + "can": [ + 75, + 163 + ], + "be": [ + 76 + ], + "used": [ + 77 + ], + "evaluate": [ + 79, + 169 + ], + "them.": [ + 80 + ], + "We": [ + 81, + 209 + ], + "aim": [ + 82 + ], + "address": [ + 84 + ], + "these": [ + 85 + ], + "concerns": [ + 86 + ], + "by": [ + 87, + 186 + ], + "defining": [ + 88 + ], + "interpretability": [ + 89 + ], + "context": [ + 92 + ], + "machine": [ + 94 + ], + "introducing": [ + 97 + ], + "predictive,": [ + 99 + ], + "descriptive,": [ + 100 + ], + "relevant": [ + 101 + ], + "(PDR)": [ + 102 + ], + "framework": [ + 103, + 109, + 167 + ], + "discussing": [ + 105 + ], + "interpretations.": [ + 106 + ], + "The": [ + 107 + ], + "PDR": [ + 108, + 166 + ], + "provides": [ + 110 + ], + "3": [ + 111 + ], + "overarching": [ + 112 + ], + "desiderata": [ + 113 + ], + "evaluation:": [ + 115 + ], + "predictive": [ + 116 + ], + "accuracy,": [ + 117, + 119 + ], + "descriptive": [ + 118 + ], + "relevancy,": [ + 121 + ], + "with": [ + 122, + 152 + ], + "relevancy": [ + 123 + ], + "judged": [ + 124 + ], + "relative": [ + 125 + ], + "human": [ + 128, + 187 + ], + "audience.": [ + 129 + ], + "Moreover,": [ + 130 + ], + "help": [ + 132 + ], + "manage": [ + 133 + ], + "deluge": [ + 135 + ], + "methods,": [ + 138 + ], + "we": [ + 139, + 173, + 198 + ], + "introduce": [ + 140 + ], + "categorization": [ + 142 + ], + "existing": [ + 144, + 202 + ], + "techniques": [ + 145 + ], + "into": [ + 146 + ], + "model-based": [ + 147 + ], + "post": [ + 149 + ], + "hoc": [ + 150 + ], + "categories,": [ + 151 + ], + "subgroups": [ + 153 + ], + "including": [ + 154 + ], + "sparsity,": [ + 155 + ], + "modularity,": [ + 156 + ], + "simulatability.": [ + 158 + ], + "To": [ + 159 + ], + "demonstrate": [ + 160 + ], + "practitioners": [ + 162, + 226 + ], + "use": [ + 164 + ], + "understand": [ + 171 + ], + "interpretations,": [ + 172 + ], + "provide": [ + 174, + 215 + ], + "numerous": [ + 175 + ], + "real-world": [ + 176 + ], + "examples.": [ + 177 + ], + "These": [ + 178 + ], + "examples": [ + 179 + ], + "highlight": [ + 180 + ], + "often": [ + 182 + ], + "underappreciated": [ + 183 + ], + "role": [ + 184 + ], + "played": [ + 185 + ], + "audiences": [ + 188 + ], + "discussions": [ + 190 + ], + "Finally,": [ + 193 + ], + "based": [ + 194 + ], + "on": [ + 195 + ], + "our": [ + 196 + ], + "framework,": [ + 197 + ], + "discuss": [ + 199, + 230 + ], + "limitations": [ + 200 + ], + "directions": [ + 205 + ], + "future": [ + 207 + ], + "work.": [ + 208 + ], + "hope": [ + 210 + ], + "work": [ + 213 + ], + "will": [ + 214, + 220 + ], + "vocabulary": [ + 218 + ], + "easier": [ + 223 + ], + "both": [ + 225 + ], + "researchers": [ + 228 + ], + "choose": [ + 232 + ], + "from": [ + 233 + ], + "full": [ + 235 + ], + "range": [ + 236 + ], + "methods.": [ + 239 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 135 + }, + { + "year": 2025, + "cited_by_count": 357 + }, + { + "year": 2024, + "cited_by_count": 384 + }, + { + "year": 2023, + "cited_by_count": 375 + }, + { + "year": 2022, + "cited_by_count": 317 + }, + { + "year": 2021, + "cited_by_count": 280 + }, + { + "year": 2020, + "cited_by_count": 161 + }, + { + "year": 2019, + "cited_by_count": 38 + }, + { + "year": 2018, + "cited_by_count": 2 + }, + { + "year": 2012, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2342408547", + "doi": "https://doi.org/10.1109/comst.2015.2494502", + "title": "A Survey of Data Mining and Machine Learning Methods for Cyber Security Intrusion Detection", + "display_name": "A Survey of Data Mining and Machine Learning Methods for Cyber Security Intrusion Detection", + "relevance_score": 2988.0178, + "publication_year": 2015, + "publication_date": "2015-10-26", + "ids": { + "openalex": "https://openalex.org/W2342408547", + "doi": "https://doi.org/10.1109/comst.2015.2494502", + "mag": "2342408547" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1109/comst.2015.2494502", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/comst.2015.2494502", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S23688054", + "display_name": "IEEE Communications Surveys & Tutorials", + "issn_l": "1553-877X", + "issn": [ + "1553-877X", + "2373-745X" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319808", + "host_organization_name": "Institute of Electrical and Electronics Engineers", + "host_organization_lineage": [ + "https://openalex.org/P4310319808" + ], + "host_organization_lineage_names": [ + "Institute of Electrical and Electronics Engineers" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IEEE Communications Surveys & Tutorials", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5036462876", + "display_name": "Anna L. Buczak", + "orcid": "https://orcid.org/0000-0002-4468-7719" + }, + "institutions": [ + { + "id": "https://openalex.org/I2802946424", + "display_name": "Johns Hopkins University Applied Physics Laboratory", + "ror": "https://ror.org/029pp9z10", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I145311948", + "https://openalex.org/I2802946424" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Anna L. Buczak", + "raw_affiliation_strings": [ + "The Johns Hopkins University Applied Physics Laboratory, Laurel, MD, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "The Johns Hopkins University Applied Physics Laboratory, Laurel, MD, USA", + "institution_ids": [ + "https://openalex.org/I2802946424" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5103648432", + "display_name": "Erhan Guven", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I2802946424", + "display_name": "Johns Hopkins University Applied Physics Laboratory", + "ror": "https://ror.org/029pp9z10", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I145311948", + "https://openalex.org/I2802946424" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Erhan Guven", + "raw_affiliation_strings": [ + "The Johns Hopkins University Applied Physics Laboratory, Laurel, MD, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "The Johns Hopkins University Applied Physics Laboratory, Laurel, MD, USA", + "institution_ids": [ + "https://openalex.org/I2802946424" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5036462876" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I2802946424" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 105.8793, + "has_fulltext": false, + "cited_by_count": 3023, + "citation_normalized_percentile": { + "value": 0.9998649, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "18", + "issue": "2", + "first_page": "1153", + "last_page": "1176" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10400", + "display_name": "Network Security and Intrusion Detection", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1705", + "display_name": "Computer Networks and Communications" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10400", + "display_name": "Network Security and Intrusion Detection", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1705", + "display_name": "Computer Networks and Communications" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11512", + "display_name": "Anomaly Detection Techniques and Applications", + "score": 0.9962999820709229, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11241", + "display_name": "Advanced Malware Detection Techniques", + "score": 0.9926999807357788, + "subfield": { + "id": "https://openalex.org/subfields/1711", + "display_name": "Signal Processing" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.8274868726730347 + }, + { + "id": "https://openalex.org/keywords/intrusion-detection-system", + "display_name": "Intrusion detection system", + "score": 0.7535451054573059 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.5479063391685486 + }, + { + "id": "https://openalex.org/keywords/relevance", + "display_name": "Relevance (law)", + "score": 0.5404182076454163 + }, + { + "id": "https://openalex.org/keywords/analytics", + "display_name": "Analytics", + "score": 0.47978121042251587 + }, + { + "id": "https://openalex.org/keywords/intrusion", + "display_name": "Intrusion", + "score": 0.44902172684669495 + }, + { + "id": "https://openalex.org/keywords/data-science", + "display_name": "Data science", + "score": 0.3901662826538086 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.34739550948143005 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.8274868726730347 + }, + { + "id": "https://openalex.org/C35525427", + "wikidata": "https://www.wikidata.org/wiki/Q745881", + "display_name": "Intrusion detection system", + "level": 2, + "score": 0.7535451054573059 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.5479063391685486 + }, + { + "id": "https://openalex.org/C158154518", + "wikidata": "https://www.wikidata.org/wiki/Q7310970", + "display_name": "Relevance (law)", + "level": 2, + "score": 0.5404182076454163 + }, + { + "id": "https://openalex.org/C79158427", + "wikidata": "https://www.wikidata.org/wiki/Q485396", + "display_name": "Analytics", + "level": 2, + "score": 0.47978121042251587 + }, + { + "id": "https://openalex.org/C158251709", + "wikidata": "https://www.wikidata.org/wiki/Q354025", + "display_name": "Intrusion", + "level": 2, + "score": 0.44902172684669495 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.3901662826538086 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.34739550948143005 + }, + { + "id": "https://openalex.org/C17744445", + "wikidata": "https://www.wikidata.org/wiki/Q36442", + "display_name": "Political science", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C127313418", + "wikidata": "https://www.wikidata.org/wiki/Q1069", + "display_name": "Geology", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C199539241", + "wikidata": "https://www.wikidata.org/wiki/Q7748", + "display_name": "Law", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C17409809", + "wikidata": "https://www.wikidata.org/wiki/Q161764", + "display_name": "Geochemistry", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1109/comst.2015.2494502", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/comst.2015.2494502", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S23688054", + "display_name": "IEEE Communications Surveys & Tutorials", + "issn_l": "1553-877X", + "issn": [ + "1553-877X", + "2373-745X" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319808", + "host_organization_name": "Institute of Electrical and Electronics Engineers", + "host_organization_lineage": [ + "https://openalex.org/P4310319808" + ], + "host_organization_lineage_names": [ + "Institute of Electrical and Electronics Engineers" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IEEE Communications Surveys & Tutorials", + "raw_type": "journal-article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 134, + "referenced_works": [ + "https://openalex.org/W4348436", + "https://openalex.org/W6091113", + "https://openalex.org/W49546894", + "https://openalex.org/W166342712", + "https://openalex.org/W1504694836", + "https://openalex.org/W1525180324", + "https://openalex.org/W1541288193", + "https://openalex.org/W1553696291", + "https://openalex.org/W1554891714", + "https://openalex.org/W1556024794", + "https://openalex.org/W1570448133", + "https://openalex.org/W1576185228", + "https://openalex.org/W1576660662", + "https://openalex.org/W1576818901", + "https://openalex.org/W1615454278", + "https://openalex.org/W1642161394", + "https://openalex.org/W1670263352", + "https://openalex.org/W1673310716", + "https://openalex.org/W1755360231", + "https://openalex.org/W1777713421", + "https://openalex.org/W1856750239", + "https://openalex.org/W1884606608", + "https://openalex.org/W1937068078", + "https://openalex.org/W1952056635", + "https://openalex.org/W1954903228", + "https://openalex.org/W1966809779", + "https://openalex.org/W1971751469", + "https://openalex.org/W1971784203", + "https://openalex.org/W1975791498", + "https://openalex.org/W1978779053", + "https://openalex.org/W1979877030", + "https://openalex.org/W1986334900", + "https://openalex.org/W1988741337", + "https://openalex.org/W1991237739", + "https://openalex.org/W1993717606", + "https://openalex.org/W1999427165", + "https://openalex.org/W2002016471", + "https://openalex.org/W2014712522", + "https://openalex.org/W2017528992", + "https://openalex.org/W2030553727", + "https://openalex.org/W2033626294", + "https://openalex.org/W2036959577", + "https://openalex.org/W2038819341", + "https://openalex.org/W2040870580", + "https://openalex.org/W2049633694", + "https://openalex.org/W2066664409", + "https://openalex.org/W2071221494", + "https://openalex.org/W2076384720", + "https://openalex.org/W2076526693", + "https://openalex.org/W2077574412", + "https://openalex.org/W2081707439", + "https://openalex.org/W2082550445", + "https://openalex.org/W2091576221", + "https://openalex.org/W2094138658", + "https://openalex.org/W2096118443", + "https://openalex.org/W2099940443", + "https://openalex.org/W2100024153", + "https://openalex.org/W2100537916", + "https://openalex.org/W2102201073", + "https://openalex.org/W2104593144", + "https://openalex.org/W2112076978", + "https://openalex.org/W2112090702", + "https://openalex.org/W2114996745", + "https://openalex.org/W2117707191", + "https://openalex.org/W2123619513", + "https://openalex.org/W2124261333", + "https://openalex.org/W2125055259", + "https://openalex.org/W2129018774", + "https://openalex.org/W2129879631", + "https://openalex.org/W2133941447", + "https://openalex.org/W2133990480", + "https://openalex.org/W2137983211", + "https://openalex.org/W2139212933", + "https://openalex.org/W2139669429", + "https://openalex.org/W2142384583", + "https://openalex.org/W2142889610", + "https://openalex.org/W2143893259", + "https://openalex.org/W2145052282", + "https://openalex.org/W2146082061", + "https://openalex.org/W2149706766", + "https://openalex.org/W2152195021", + "https://openalex.org/W2154929945", + "https://openalex.org/W2156909104", + "https://openalex.org/W2158454296", + "https://openalex.org/W2160598920", + "https://openalex.org/W2161302205", + "https://openalex.org/W2164576874", + "https://openalex.org/W2166275707", + "https://openalex.org/W2166559705", + "https://openalex.org/W2167917621", + "https://openalex.org/W2169654335", + "https://openalex.org/W2169768310", + "https://openalex.org/W2171331105", + "https://openalex.org/W2173213060", + "https://openalex.org/W2188268519", + "https://openalex.org/W2203709713", + "https://openalex.org/W2319660501", + "https://openalex.org/W2502697733", + "https://openalex.org/W2802348331", + "https://openalex.org/W2911964244", + "https://openalex.org/W2912565176", + "https://openalex.org/W3099514962", + "https://openalex.org/W3141738472", + "https://openalex.org/W3146803896", + "https://openalex.org/W3150719513", + "https://openalex.org/W3211952227", + "https://openalex.org/W4211007335", + "https://openalex.org/W4211064163", + "https://openalex.org/W4213332169", + "https://openalex.org/W4231918628", + "https://openalex.org/W4232872328", + "https://openalex.org/W4236137412", + "https://openalex.org/W4249991499", + "https://openalex.org/W4250857377", + "https://openalex.org/W4256360777", + "https://openalex.org/W4285719527", + "https://openalex.org/W4299670631", + "https://openalex.org/W6600247753", + "https://openalex.org/W6601962654", + "https://openalex.org/W6633310491", + "https://openalex.org/W6633402183", + "https://openalex.org/W6636895364", + "https://openalex.org/W6637131181", + "https://openalex.org/W6639223989", + "https://openalex.org/W6674887505", + "https://openalex.org/W6676769703", + "https://openalex.org/W6677572458", + "https://openalex.org/W6678524815", + "https://openalex.org/W6683882235", + "https://openalex.org/W6684325336", + "https://openalex.org/W6684920382", + "https://openalex.org/W6686806119", + "https://openalex.org/W6724329653", + "https://openalex.org/W7048738093" + ], + "related_works": [ + "https://openalex.org/W2357468538", + "https://openalex.org/W2085384747", + "https://openalex.org/W1577110157", + "https://openalex.org/W2106071040", + "https://openalex.org/W2088166309", + "https://openalex.org/W4312133475", + "https://openalex.org/W4238976562", + "https://openalex.org/W2276587472", + "https://openalex.org/W1835907303", + "https://openalex.org/W2133389611" + ], + "abstract_inverted_index": { + "This": [ + 0 + ], + "survey": [ + 1, + 7 + ], + "paper": [ + 2 + ], + "describes": [ + 3 + ], + "a": [ + 4, + 99 + ], + "focused": [ + 5 + ], + "literature": [ + 6 + ], + "of": [ + 8, + 22, + 28, + 38, + 43, + 76, + 82 + ], + "machine": [ + 9 + ], + "learning": [ + 10 + ], + "(ML)": [ + 11 + ], + "and": [ + 12, + 54, + 92 + ], + "data": [ + 13, + 57, + 67 + ], + "mining": [ + 14 + ], + "(DM)": [ + 15 + ], + "methods": [ + 16 + ], + "for": [ + 17, + 84, + 87 + ], + "cyber": [ + 18, + 66, + 88 + ], + "analytics": [ + 19 + ], + "in": [ + 20, + 61, + 70 + ], + "support": [ + 21 + ], + "intrusion": [ + 23 + ], + "detection.": [ + 24 + ], + "Short": [ + 25 + ], + "tutorial": [ + 26 + ], + "descriptions": [ + 27 + ], + "each": [ + 29, + 49 + ], + "ML/DM": [ + 30, + 62, + 71, + 77, + 86 + ], + "method": [ + 31, + 50, + 101 + ], + "are": [ + 32, + 58, + 72, + 102 + ], + "provided.": [ + 33, + 103 + ], + "Based": [ + 34 + ], + "on": [ + 35, + 95 + ], + "the": [ + 36, + 41 + ], + "number": [ + 37 + ], + "citations": [ + 39 + ], + "or": [ + 40 + ], + "relevance": [ + 42 + ], + "an": [ + 44 + ], + "emerging": [ + 45 + ], + "method,": [ + 46 + ], + "papers": [ + 47 + ], + "representing": [ + 48 + ], + "were": [ + 51 + ], + "identified,": [ + 52 + ], + "read,": [ + 53 + ], + "summarized.": [ + 55 + ], + "Because": [ + 56 + ], + "so": [ + 59 + ], + "important": [ + 60 + ], + "approaches,": [ + 63 + ], + "some": [ + 64, + 93 + ], + "well-known": [ + 65 + ], + "sets": [ + 68 + ], + "used": [ + 69 + ], + "described.": [ + 73 + ], + "The": [ + 74 + ], + "complexity": [ + 75 + ], + "algorithms": [ + 78 + ], + "is": [ + 79, + 90 + ], + "addressed,": [ + 80 + ], + "discussion": [ + 81 + ], + "challenges": [ + 83 + ], + "using": [ + 85 + ], + "security": [ + 89 + ], + "presented,": [ + 91 + ], + "recommendations": [ + 94 + ], + "when": [ + 96 + ], + "to": [ + 97 + ], + "use": [ + 98 + ], + "given": [ + 100 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 139 + }, + { + "year": 2025, + "cited_by_count": 371 + }, + { + "year": 2024, + "cited_by_count": 303 + }, + { + "year": 2023, + "cited_by_count": 326 + }, + { + "year": 2022, + "cited_by_count": 408 + }, + { + "year": 2021, + "cited_by_count": 454 + }, + { + "year": 2020, + "cited_by_count": 402 + }, + { + "year": 2019, + "cited_by_count": 317 + }, + { + "year": 2018, + "cited_by_count": 219 + }, + { + "year": 2017, + "cited_by_count": 72 + }, + { + "year": 2016, + "cited_by_count": 10 + }, + { + "year": 2015, + "cited_by_count": 1 + }, + { + "year": 2012, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W4213308398", + "doi": "https://doi.org/10.1007/978-3-030-05318-5", + "title": "Automated Machine Learning", + "display_name": "Automated Machine Learning", + "relevance_score": 2932.2896, + "publication_year": 2019, + "publication_date": "2019-01-01", + "ids": { + "openalex": "https://openalex.org/W4213308398", + "doi": "https://doi.org/10.1007/978-3-030-05318-5" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1007/978-3-030-05318-5", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1007/978-3-030-05318-5", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4210189751", + "display_name": "˜The œSpringer series on challenges in machine learning", + "issn_l": "2520-131X", + "issn": [ + "2520-131X", + "2520-1328" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319972", + "host_organization_name": "Springer International Publishing", + "host_organization_lineage": [ + "https://openalex.org/P4310319972", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "Springer International Publishing", + "Springer Nature" + ], + "type": "book series" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "The Springer Series on Challenges in Machine Learning", + "raw_type": "book" + }, + "type": "book", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "hybrid", + "oa_url": "https://doi.org/10.1007/978-3-030-05318-5", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5031002895", + "display_name": "Frank Hutter", + "orcid": "https://orcid.org/0000-0002-2037-3694" + }, + "institutions": [ + { + "id": "https://openalex.org/I161046081", + "display_name": "University of Freiburg", + "ror": "https://ror.org/0245cg223", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I161046081" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": true, + "raw_author_name": "Frank Hutter", + "raw_affiliation_strings": [ + "Department of Computer Science, University of Freiburg, Freiburg, Germany" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science, University of Freiburg, Freiburg, Germany", + "institution_ids": [ + "https://openalex.org/I161046081" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5032997049", + "display_name": "Lars Kotthoff", + "orcid": "https://orcid.org/0000-0003-4635-6873" + }, + "institutions": [ + { + "id": "https://openalex.org/I12834331", + "display_name": "University of Wyoming", + "ror": "https://ror.org/01485tq96", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I12834331" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Lars Kotthoff", + "raw_affiliation_strings": [ + "University of Wyoming, Laramie, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Wyoming, Laramie, USA", + "institution_ids": [ + "https://openalex.org/I12834331" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5016794035", + "display_name": "Joaquin Vanschoren", + "orcid": "https://orcid.org/0000-0001-7044-9805" + }, + "institutions": [ + { + "id": "https://openalex.org/I83019370", + "display_name": "Eindhoven University of Technology", + "ror": "https://ror.org/02c2kyt77", + "country_code": "NL", + "type": "education", + "lineage": [ + "https://openalex.org/I83019370" + ] + } + ], + "countries": [ + "NL" + ], + "is_corresponding": false, + "raw_author_name": "Joaquin Vanschoren", + "raw_affiliation_strings": [ + "Eindhoven University of Technology, Eindhoven, The Netherlands" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Eindhoven University of Technology, Eindhoven, The Netherlands", + "institution_ids": [ + "https://openalex.org/I83019370" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 3, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5031002895" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I161046081" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 76.3906, + "has_fulltext": true, + "cited_by_count": 1378, + "citation_normalized_percentile": { + "value": 0.99947479, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.32330000400543213, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.32330000400543213, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6049460172653198 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5378867983818054 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.4316948652267456 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6049460172653198 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5378867983818054 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.4316948652267456 + } + ], + "mesh": [], + "locations_count": 4, + "locations": [ + { + "id": "doi:10.1007/978-3-030-05318-5", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1007/978-3-030-05318-5", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4210189751", + "display_name": "˜The œSpringer series on challenges in machine learning", + "issn_l": "2520-131X", + "issn": [ + "2520-131X", + "2520-1328" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319972", + "host_organization_name": "Springer International Publishing", + "host_organization_lineage": [ + "https://openalex.org/P4310319972", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "Springer International Publishing", + "Springer Nature" + ], + "type": "book series" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "The Springer Series on Challenges in Machine Learning", + "raw_type": "book" + }, + { + "id": "pmh:tue:oai:pure.tue.nl:publications/14f00e7a-0861-477a-81f6-5b5c51f660f4", + "is_oa": true, + "landing_page_url": "https://research.tue.nl/nl/publications/14f00e7a-0861-477a-81f6-5b5c51f660f4", + "pdf_url": "https://research.tue.nl/nl/publications/14f00e7a-0861-477a-81f6-5b5c51f660f4", + "source": { + "id": "https://openalex.org/S4306401843", + "display_name": "Data Archiving and Networked Services (DANS)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1322597698", + "host_organization_name": "Royal Netherlands Academy of Arts and Sciences", + "host_organization_lineage": [ + "https://openalex.org/I1322597698" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "public-domain", + "license_id": "https://openalex.org/licenses/public-domain", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "info:eu-repo/semantics/book" + }, + { + "id": "pmh:oai:doab-books:43691", + "is_oa": true, + "landing_page_url": "http://www.oapen.org/download/?type=document&docid=1007149", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400539", + "display_name": "Directory of Open access Books (OAPEN Foundation)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by-nc-nd", + "license_id": "https://openalex.org/licenses/cc-by-nc-nd", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "book" + }, + { + "id": "pmh:oai:pure.tue.nl:publications/14f00e7a-0861-477a-81f6-5b5c51f660f4", + "is_oa": false, + "landing_page_url": "https://research.tue.nl/en/publications/14f00e7a-0861-477a-81f6-5b5c51f660f4", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4406922641", + "display_name": "TU/e Research Portal", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + } + ], + "best_oa_location": { + "id": "doi:10.1007/978-3-030-05318-5", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1007/978-3-030-05318-5", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4210189751", + "display_name": "˜The œSpringer series on challenges in machine learning", + "issn_l": "2520-131X", + "issn": [ + "2520-131X", + "2520-1328" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319972", + "host_organization_name": "Springer International Publishing", + "host_organization_lineage": [ + "https://openalex.org/P4310319972", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "Springer International Publishing", + "Springer Nature" + ], + "type": "book series" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "The Springer Series on Challenges in Machine Learning", + "raw_type": "book" + }, + "sustainable_development_goals": [], + "awards": [ + { + "id": "https://openalex.org/G6636476603", + "display_name": "Data-Driven Methods for Modelling and Optimizing the Empirical Performance of Deep Neural Networks", + "funder_award_id": "716721", + "funder_id": "https://openalex.org/F4320320300", + "funder_display_name": "European Commission" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320313934", + "display_name": "Institut national de recherche en informatique et en automatique (INRIA)", + "ror": "https://ror.org/02kvxyf05" + }, + { + "id": "https://openalex.org/F4320315803", + "display_name": "Centres de Recerca de Catalunya", + "ror": null + }, + { + "id": "https://openalex.org/F4320320300", + "display_name": "European Commission", + "ror": "https://ror.org/00k4n6c32" + }, + { + "id": "https://openalex.org/F4320320879", + "display_name": "Deutsche Forschungsgemeinschaft", + "ror": "https://ror.org/018mejw64" + }, + { + "id": "https://openalex.org/F4320321505", + "display_name": "Generalitat de Catalunya", + "ror": "https://ror.org/01bg62x04" + }, + { + "id": "https://openalex.org/F4320334593", + "display_name": "Natural Sciences and Engineering Research Council of Canada", + "ror": "https://ror.org/01h531d29" + }, + { + "id": "https://openalex.org/F4320336677", + "display_name": "BrainLinks-BrainTools", + "ror": null + } + ], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 463, + "referenced_works": [ + "https://openalex.org/W6908809", + "https://openalex.org/W24696228", + "https://openalex.org/W28412257", + "https://openalex.org/W41730657", + "https://openalex.org/W54639073", + "https://openalex.org/W60686164", + "https://openalex.org/W62188234", + "https://openalex.org/W76131926", + "https://openalex.org/W76331760", + "https://openalex.org/W85803853", + "https://openalex.org/W100047375", + "https://openalex.org/W114730584", + "https://openalex.org/W116375701", + "https://openalex.org/W122178443", + "https://openalex.org/W135104305", + "https://openalex.org/W138547447", + "https://openalex.org/W145519053", + "https://openalex.org/W148859753", + "https://openalex.org/W172742023", + "https://openalex.org/W174542576", + "https://openalex.org/W192975702", + "https://openalex.org/W198580638", + "https://openalex.org/W202805564", + "https://openalex.org/W202978992", + "https://openalex.org/W358897728", + "https://openalex.org/W603776396", + "https://openalex.org/W1165382972", + "https://openalex.org/W1471542436", + "https://openalex.org/W1480330138", + "https://openalex.org/W1484746829", + "https://openalex.org/W1488960379", + "https://openalex.org/W1491420040", + "https://openalex.org/W1494192115", + "https://openalex.org/W1494580925", + "https://openalex.org/W1500302649", + "https://openalex.org/W1501110974", + "https://openalex.org/W1503705371", + "https://openalex.org/W1507030697", + "https://openalex.org/W1512747601", + "https://openalex.org/W1516621661", + "https://openalex.org/W1519451279", + "https://openalex.org/W1520992199", + "https://openalex.org/W1522301498", + "https://openalex.org/W1528411633", + "https://openalex.org/W1533803232", + "https://openalex.org/W1534069108", + "https://openalex.org/W1534477342", + "https://openalex.org/W1535039099", + "https://openalex.org/W1539741229", + "https://openalex.org/W1542791059", + "https://openalex.org/W1543201103", + "https://openalex.org/W1549223806", + "https://openalex.org/W1556753024", + "https://openalex.org/W1565746575", + "https://openalex.org/W1568834902", + "https://openalex.org/W1569757501", + "https://openalex.org/W1575029535", + "https://openalex.org/W1575661061", + "https://openalex.org/W1577932924", + "https://openalex.org/W1581066146", + "https://openalex.org/W1588486985", + "https://openalex.org/W1588628884", + "https://openalex.org/W1588959569", + "https://openalex.org/W1589492330", + "https://openalex.org/W1593343777", + "https://openalex.org/W1598052524", + "https://openalex.org/W1601795611", + "https://openalex.org/W1604262624", + "https://openalex.org/W1631708156", + "https://openalex.org/W1638732406", + "https://openalex.org/W1640798781", + "https://openalex.org/W1647221522", + "https://openalex.org/W1661871015", + "https://openalex.org/W1663203009", + "https://openalex.org/W1663583528", + "https://openalex.org/W1678356000", + "https://openalex.org/W1680392829", + "https://openalex.org/W1690919088", + "https://openalex.org/W1701825639", + "https://openalex.org/W1758907577", + "https://openalex.org/W1763644767", + "https://openalex.org/W1840091437", + "https://openalex.org/W1868018859", + "https://openalex.org/W1880189740", + "https://openalex.org/W1886872224", + "https://openalex.org/W1922017469", + "https://openalex.org/W1925428099", + "https://openalex.org/W1925504357", + "https://openalex.org/W1935590542", + "https://openalex.org/W1965555277", + "https://openalex.org/W1968634175", + "https://openalex.org/W1969163824", + "https://openalex.org/W1971713783", + "https://openalex.org/W1973229481", + "https://openalex.org/W1979769287", + "https://openalex.org/W1980264541", + "https://openalex.org/W1981903823", + "https://openalex.org/W1984557319", + "https://openalex.org/W1985995090", + "https://openalex.org/W1986490585", + "https://openalex.org/W1986543815", + "https://openalex.org/W1986929000", + "https://openalex.org/W1989048657", + "https://openalex.org/W1994197834", + "https://openalex.org/W1994326354", + "https://openalex.org/W2001485654", + "https://openalex.org/W2040730773", + "https://openalex.org/W2040884411", + "https://openalex.org/W2048430744", + "https://openalex.org/W2050310928", + "https://openalex.org/W2051346631", + "https://openalex.org/W2056224615", + "https://openalex.org/W2057261601", + "https://openalex.org/W2062118960", + "https://openalex.org/W2062227835", + "https://openalex.org/W2064186732", + "https://openalex.org/W2074702228", + "https://openalex.org/W2074724805", + "https://openalex.org/W2078885513", + "https://openalex.org/W2083542829", + "https://openalex.org/W2084136177", + "https://openalex.org/W2084150578", + "https://openalex.org/W2087817842", + "https://openalex.org/W2089213632", + "https://openalex.org/W2089217417", + "https://openalex.org/W2090136295", + "https://openalex.org/W2091118421", + "https://openalex.org/W2095655959", + "https://openalex.org/W2095705004", + "https://openalex.org/W2096863518", + "https://openalex.org/W2097998348", + "https://openalex.org/W2099201756", + "https://openalex.org/W2101234009", + "https://openalex.org/W2101341561", + "https://openalex.org/W2102770307", + "https://openalex.org/W2105031846", + "https://openalex.org/W2106411961", + "https://openalex.org/W2106614481", + "https://openalex.org/W2107853397", + "https://openalex.org/W2108626634", + "https://openalex.org/W2109042184", + "https://openalex.org/W2109346685", + "https://openalex.org/W2111935653", + "https://openalex.org/W2112204321", + "https://openalex.org/W2112364454", + "https://openalex.org/W2113145584", + "https://openalex.org/W2113207845", + "https://openalex.org/W2113584252", + "https://openalex.org/W2115733720", + "https://openalex.org/W2115763804", + "https://openalex.org/W2116882733", + "https://openalex.org/W2117539524", + "https://openalex.org/W2118789407", + "https://openalex.org/W2119814172", + "https://openalex.org/W2120420045", + "https://openalex.org/W2122053572", + "https://openalex.org/W2122379760", + "https://openalex.org/W2122776323", + "https://openalex.org/W2123395972", + "https://openalex.org/W2123649031", + "https://openalex.org/W2124022122", + "https://openalex.org/W2124290836", + "https://openalex.org/W2124802506", + "https://openalex.org/W2125849100", + "https://openalex.org/W2125877832", + "https://openalex.org/W2126204609", + "https://openalex.org/W2126559945", + "https://openalex.org/W2126964466", + "https://openalex.org/W2127416213", + "https://openalex.org/W2129458072", + "https://openalex.org/W2130942839", + "https://openalex.org/W2131241448", + "https://openalex.org/W2131822674", + "https://openalex.org/W2133418613", + "https://openalex.org/W2133958955", + "https://openalex.org/W2136139971", + "https://openalex.org/W2136636278", + "https://openalex.org/W2137825550", + "https://openalex.org/W2138784882", + "https://openalex.org/W2139805416", + "https://openalex.org/W2141125852", + "https://openalex.org/W2141408223", + "https://openalex.org/W2142334564", + "https://openalex.org/W2142959074", + "https://openalex.org/W2143104527", + "https://openalex.org/W2144656844", + "https://openalex.org/W2144752499", + "https://openalex.org/W2144981148", + "https://openalex.org/W2145287260", + "https://openalex.org/W2145339207", + "https://openalex.org/W2145955992", + "https://openalex.org/W2146502635", + "https://openalex.org/W2149731329", + "https://openalex.org/W2150446468", + "https://openalex.org/W2152589362", + "https://openalex.org/W2153667946", + "https://openalex.org/W2154776925", + "https://openalex.org/W2155853132", + "https://openalex.org/W2156417353", + "https://openalex.org/W2157069634", + "https://openalex.org/W2160644528", + "https://openalex.org/W2163605009", + "https://openalex.org/W2163922914", + "https://openalex.org/W2165607334", + "https://openalex.org/W2165698076", + "https://openalex.org/W2165962877", + "https://openalex.org/W2166107799", + "https://openalex.org/W2168175751", + "https://openalex.org/W2168939893", + "https://openalex.org/W2171033594", + "https://openalex.org/W2171658832", + "https://openalex.org/W2181956361", + "https://openalex.org/W2182070128", + "https://openalex.org/W2182361439", + "https://openalex.org/W2183341477", + "https://openalex.org/W2183704914", + "https://openalex.org/W2186013251", + "https://openalex.org/W2189149359", + "https://openalex.org/W2192203593", + "https://openalex.org/W2194775991", + "https://openalex.org/W2200000192", + "https://openalex.org/W2210969396", + "https://openalex.org/W2226783037", + "https://openalex.org/W2234598170", + "https://openalex.org/W2234898963", + "https://openalex.org/W2249362929", + "https://openalex.org/W2250178193", + "https://openalex.org/W2257979135", + "https://openalex.org/W2266822037", + "https://openalex.org/W2270245739", + "https://openalex.org/W2271971987", + "https://openalex.org/W2282339125", + "https://openalex.org/W2295598076", + "https://openalex.org/W2295739661", + "https://openalex.org/W2309832917", + "https://openalex.org/W2317747985", + "https://openalex.org/W2344075909", + "https://openalex.org/W2346138280", + "https://openalex.org/W2346573293", + "https://openalex.org/W2368061054", + "https://openalex.org/W2384495648", + "https://openalex.org/W2395916875", + "https://openalex.org/W2396466031", + "https://openalex.org/W2396961612", + "https://openalex.org/W2397115702", + "https://openalex.org/W2399500811", + "https://openalex.org/W2399851305", + "https://openalex.org/W2400084313", + "https://openalex.org/W2407014344", + "https://openalex.org/W2407212869", + "https://openalex.org/W2418011751", + "https://openalex.org/W2465345967", + "https://openalex.org/W2467110937", + "https://openalex.org/W2472819217", + "https://openalex.org/W2474440862", + "https://openalex.org/W2486444208", + "https://openalex.org/W2504108613", + "https://openalex.org/W2522203492", + "https://openalex.org/W2531409750", + "https://openalex.org/W2549852851", + "https://openalex.org/W2551342063", + "https://openalex.org/W2553303224", + "https://openalex.org/W2555886487", + "https://openalex.org/W2556372419", + "https://openalex.org/W2556522401", + "https://openalex.org/W2560674852", + "https://openalex.org/W2563364594", + "https://openalex.org/W2571670780", + "https://openalex.org/W2578206533", + "https://openalex.org/W2580087858", + "https://openalex.org/W2585240214", + "https://openalex.org/W2587014634", + "https://openalex.org/W2588803499", + "https://openalex.org/W2593649365", + "https://openalex.org/W2593649546", + "https://openalex.org/W2594475271", + "https://openalex.org/W2596367596", + "https://openalex.org/W2601450892", + "https://openalex.org/W2604763608", + "https://openalex.org/W2604766410", + "https://openalex.org/W2608595939", + "https://openalex.org/W2608702473", + "https://openalex.org/W2610817424", + "https://openalex.org/W2613868844", + "https://openalex.org/W2616180702", + "https://openalex.org/W2616619952", + "https://openalex.org/W2618530766", + "https://openalex.org/W2619184049", + "https://openalex.org/W2620641980", + "https://openalex.org/W2620689287", + "https://openalex.org/W2622730215", + "https://openalex.org/W2623091261", + "https://openalex.org/W2624086852", + "https://openalex.org/W2624473996", + "https://openalex.org/W2626984672", + "https://openalex.org/W2725660645", + "https://openalex.org/W2728797307", + "https://openalex.org/W2734383650", + "https://openalex.org/W2740438624", + "https://openalex.org/W2741261073", + "https://openalex.org/W2741430497", + "https://openalex.org/W2746314669", + "https://openalex.org/W2748513770", + "https://openalex.org/W2751836095", + "https://openalex.org/W2752331852", + "https://openalex.org/W2752852504", + "https://openalex.org/W2753160622", + "https://openalex.org/W2753433947", + "https://openalex.org/W2756085244", + "https://openalex.org/W2765407302", + "https://openalex.org/W2768408766", + "https://openalex.org/W2769653148", + "https://openalex.org/W2769743674", + "https://openalex.org/W2772089072", + "https://openalex.org/W2773108397", + "https://openalex.org/W2773706593", + "https://openalex.org/W2774246732", + "https://openalex.org/W2775233965", + "https://openalex.org/W2777138789", + "https://openalex.org/W2777539043", + "https://openalex.org/W2778618317", + "https://openalex.org/W2778633128", + "https://openalex.org/W2778749116", + "https://openalex.org/W2780562800", + "https://openalex.org/W2782093256", + "https://openalex.org/W2783201493", + "https://openalex.org/W2784287478", + "https://openalex.org/W2785444061", + "https://openalex.org/W2785494456", + "https://openalex.org/W2787035179", + "https://openalex.org/W2787189300", + "https://openalex.org/W2787501667", + "https://openalex.org/W2788079077", + "https://openalex.org/W2788110787", + "https://openalex.org/W2788853733", + "https://openalex.org/W2789487674", + "https://openalex.org/W2793670633", + "https://openalex.org/W2793695846", + "https://openalex.org/W2794356495", + "https://openalex.org/W2796265726", + "https://openalex.org/W2803311163", + "https://openalex.org/W2803435037", + "https://openalex.org/W2804534929", + "https://openalex.org/W2808938483", + "https://openalex.org/W2809054435", + "https://openalex.org/W2809880372", + "https://openalex.org/W2809899846", + "https://openalex.org/W2818275232", + "https://openalex.org/W2826306652", + "https://openalex.org/W2884528674", + "https://openalex.org/W2885311373", + "https://openalex.org/W2885487916", + "https://openalex.org/W2885820039", + "https://openalex.org/W2886200920", + "https://openalex.org/W2887612286", + "https://openalex.org/W2889130221", + "https://openalex.org/W2899771611", + "https://openalex.org/W2902994895", + "https://openalex.org/W2903995489", + "https://openalex.org/W2911090636", + "https://openalex.org/W2913566062", + "https://openalex.org/W2913668833", + "https://openalex.org/W2914694469", + "https://openalex.org/W2947123069", + "https://openalex.org/W2949264490", + "https://openalex.org/W2950277768", + "https://openalex.org/W2950326163", + "https://openalex.org/W2950330175", + "https://openalex.org/W2950680102", + "https://openalex.org/W2950731343", + "https://openalex.org/W2951104886", + "https://openalex.org/W2951775784", + "https://openalex.org/W2952074906", + "https://openalex.org/W2952125132", + "https://openalex.org/W2953384591", + "https://openalex.org/W2963216850", + "https://openalex.org/W2963263347", + "https://openalex.org/W2963305465", + "https://openalex.org/W2963341924", + "https://openalex.org/W2963446712", + "https://openalex.org/W2963474950", + "https://openalex.org/W2963565814", + "https://openalex.org/W2963628712", + "https://openalex.org/W2963775850", + "https://openalex.org/W2963778169", + "https://openalex.org/W2963815651", + "https://openalex.org/W2963821229", + "https://openalex.org/W2963840672", + "https://openalex.org/W2963905884", + "https://openalex.org/W2964025389", + "https://openalex.org/W2964029277", + "https://openalex.org/W2964054038", + "https://openalex.org/W2964081807", + "https://openalex.org/W2964137095", + "https://openalex.org/W2965658867", + "https://openalex.org/W2997644599", + "https://openalex.org/W3000180494", + "https://openalex.org/W3006551545", + "https://openalex.org/W3023169168", + "https://openalex.org/W3026324026", + "https://openalex.org/W3035219538", + "https://openalex.org/W3043188097", + "https://openalex.org/W3099343340", + "https://openalex.org/W3099934359", + "https://openalex.org/W3100055683", + "https://openalex.org/W3102978735", + "https://openalex.org/W3118608800", + "https://openalex.org/W3120740533", + "https://openalex.org/W3122943284", + "https://openalex.org/W3124229194", + "https://openalex.org/W3195149063", + "https://openalex.org/W4205687621", + "https://openalex.org/W4211049957", + "https://openalex.org/W4226503094", + "https://openalex.org/W4232158517", + "https://openalex.org/W4233965824", + "https://openalex.org/W4234228486", + "https://openalex.org/W4237910115", + "https://openalex.org/W4239181501", + "https://openalex.org/W4243562335", + "https://openalex.org/W4246635279", + "https://openalex.org/W4247950230", + "https://openalex.org/W4250224875", + "https://openalex.org/W4255491615", + "https://openalex.org/W4289752289", + "https://openalex.org/W4289763996", + "https://openalex.org/W4293407356", + "https://openalex.org/W4293407536", + "https://openalex.org/W4293870975", + "https://openalex.org/W4294375521", + "https://openalex.org/W4294646197", + "https://openalex.org/W4295185264", + "https://openalex.org/W4295292688", + "https://openalex.org/W4295727797", + "https://openalex.org/W4297670622", + "https://openalex.org/W4297733768", + "https://openalex.org/W4297778814", + "https://openalex.org/W4297800546", + "https://openalex.org/W4297803580", + "https://openalex.org/W4297917482", + "https://openalex.org/W4298052809", + "https://openalex.org/W4298342842", + "https://openalex.org/W4298826872", + "https://openalex.org/W4299518610", + "https://openalex.org/W4300001399", + "https://openalex.org/W4300197707", + "https://openalex.org/W4300427683", + "https://openalex.org/W4300687381", + "https://openalex.org/W4300687870", + "https://openalex.org/W4300716136", + "https://openalex.org/W4300799480", + "https://openalex.org/W4300971732", + "https://openalex.org/W4301181331", + "https://openalex.org/W4301260059", + "https://openalex.org/W4302594429", + "https://openalex.org/W4302768905", + "https://openalex.org/W4302793682", + "https://openalex.org/W4303633609", + "https://openalex.org/W4313169793", + "https://openalex.org/W4324106947", + "https://openalex.org/W4387808640", + "https://openalex.org/W4394633966", + "https://openalex.org/W4394672493" + ], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W3046775127", + "https://openalex.org/W3107602296", + "https://openalex.org/W3170094116", + "https://openalex.org/W4386462264", + "https://openalex.org/W4313488044", + "https://openalex.org/W3209574120", + "https://openalex.org/W4312192474", + "https://openalex.org/W4210805261" + ], + "abstract_inverted_index": { + "This": [ + 0 + ], + "open": [ + 1 + ], + "access": [ + 2 + ], + "book": [ + 3 + ], + "gives": [ + 4 + ], + "the": [ + 5, + 29 + ], + "first": [ + 6, + 30 + ], + "comprehensive": [ + 7 + ], + "overview": [ + 8 + ], + "of": [ + 9, + 19, + 33 + ], + "general": [ + 10 + ], + "methods": [ + 11 + ], + "in": [ + 12 + ], + "Automatic": [ + 13 + ], + "Machine": [ + 14 + ], + "Learning,": [ + 15 + ], + "AutoML,": [ + 16 + ], + "collects": [ + 17 + ], + "descriptions": [ + 18 + ], + "existing": [ + 20 + ], + "AutoML": [ + 21, + 34 + ], + "systems": [ + 22 + ], + "based": [ + 23 + ], + "on": [ + 24 + ], + "these": [ + 25 + ], + "methods,": [ + 26 + ], + "and": [ + 27 + ], + "discusses": [ + 28 + ], + "international": [ + 31 + ], + "challenge": [ + 32 + ], + "systems.": [ + 35 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 77 + }, + { + "year": 2025, + "cited_by_count": 270 + }, + { + "year": 2024, + "cited_by_count": 240 + }, + { + "year": 2023, + "cited_by_count": 230 + }, + { + "year": 2022, + "cited_by_count": 223 + }, + { + "year": 2021, + "cited_by_count": 212 + }, + { + "year": 2020, + "cited_by_count": 107 + }, + { + "year": 2019, + "cited_by_count": 19 + } + ], + "updated_date": "2026-05-28T09:10:13.091523", + "created_date": "2022-02-24T00:00:00" + }, + { + "id": "https://openalex.org/W2168029744", + "doi": "https://doi.org/10.1214/009053607000000677", + "title": "Kernel methods in machine learning", + "display_name": "Kernel methods in machine learning", + "relevance_score": 2930.3071, + "publication_year": 2008, + "publication_date": "2008-05-26", + "ids": { + "openalex": "https://openalex.org/W2168029744", + "doi": "https://doi.org/10.1214/009053607000000677", + "mag": "2168029744" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1214/009053607000000677", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1214/009053607000000677", + "pdf_url": "https://projecteuclid.org/journals/annals-of-statistics/volume-36/issue-3/Kernel-methods-in-machine-learning/10.1214/009053607000000677.pdf", + "source": { + "id": "https://openalex.org/S119757635", + "display_name": "The Annals of Statistics", + "issn_l": "0090-5364", + "issn": [ + "0090-5364", + "2168-8966" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319881", + "host_organization_name": "Institute of Mathematical Statistics", + "host_organization_lineage": [ + "https://openalex.org/P4310319881" + ], + "host_organization_lineage_names": [ + "Institute of Mathematical Statistics" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "The Annals of Statistics", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "arxiv", + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "bronze", + "oa_url": "https://projecteuclid.org/journals/annals-of-statistics/volume-36/issue-3/Kernel-methods-in-machine-learning/10.1214/009053607000000677.pdf", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": null, + "display_name": "Thomas Hofmann", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I42894916", + "display_name": "Data61", + "ror": "https://ror.org/03q397159", + "country_code": "AU", + "type": "other", + "lineage": [ + "https://openalex.org/I1292875679", + "https://openalex.org/I2801453606", + "https://openalex.org/I42894916", + "https://openalex.org/I4387156119" + ] + } + ], + "countries": [ + "AU" + ], + "is_corresponding": true, + "raw_author_name": "Thomas Hofmann", + "raw_affiliation_strings": [ + "Darmstadt University of Technology, Max Planck Institute for Biological Cybernetics and National ICT Australia" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Darmstadt University of Technology, Max Planck Institute for Biological Cybernetics and National ICT Australia", + "institution_ids": [ + "https://openalex.org/I42894916" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": null, + "display_name": "Bernhard Schölkopf", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Bernhard Schölkopf", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "last", + "author": { + "id": null, + "display_name": "Alexander J. Smola", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I42894916", + "display_name": "Data61", + "ror": "https://ror.org/03q397159", + "country_code": "AU", + "type": "other", + "lineage": [ + "https://openalex.org/I1292875679", + "https://openalex.org/I2801453606", + "https://openalex.org/I42894916", + "https://openalex.org/I4387156119" + ] + }, + { + "id": "https://openalex.org/I4210112925", + "display_name": "Max Planck Institute for Biological Cybernetics", + "ror": "https://ror.org/026nmvv73", + "country_code": "DE", + "type": "facility", + "lineage": [ + "https://openalex.org/I149899117", + "https://openalex.org/I4210112925" + ] + } + ], + "countries": [ + "AU", + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Alexander J. Smola", + "raw_affiliation_strings": [ + "Darmstadt University of Technology, Max Planck Institute for Biological Cybernetics and National ICT Australia", + "MAX PLANCK INSTITUTE FOR BIOLOGICAL CYBERNETICS TBINGEN GERMANY" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Darmstadt University of Technology, Max Planck Institute for Biological Cybernetics and National ICT Australia", + "institution_ids": [ + "https://openalex.org/I42894916" + ] + }, + { + "raw_affiliation_string": "MAX PLANCK INSTITUTE FOR BIOLOGICAL CYBERNETICS TBINGEN GERMANY", + "institution_ids": [ + "https://openalex.org/I4210112925" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 3, + "corresponding_author_ids": [], + "corresponding_institution_ids": [ + "https://openalex.org/I42894916" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 26.4332, + "has_fulltext": true, + "cited_by_count": 1588, + "citation_normalized_percentile": { + "value": 0.99597728, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "36", + "issue": "3", + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12814", + "display_name": "Gaussian Processes and Bayesian Inference", + "score": 0.2791999876499176, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12814", + "display_name": "Gaussian Processes and Bayesian Inference", + "score": 0.2791999876499176, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11612", + "display_name": "Stochastic Gradient Optimization Techniques", + "score": 0.27090001106262207, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10136", + "display_name": "Statistical Methods and Inference", + "score": 0.1281999945640564, + "subfield": { + "id": "https://openalex.org/subfields/2613", + "display_name": "Statistics and Probability" + }, + "field": { + "id": "https://openalex.org/fields/26", + "display_name": "Mathematics" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/reproducing-kernel-hilbert-space", + "display_name": "Reproducing kernel Hilbert space", + "score": 0.7440000176429749 + }, + { + "id": "https://openalex.org/keywords/kernel", + "display_name": "Kernel (algebra)", + "score": 0.5529999732971191 + }, + { + "id": "https://openalex.org/keywords/kernel-method", + "display_name": "Kernel method", + "score": 0.5508999824523926 + }, + { + "id": "https://openalex.org/keywords/hilbert-space", + "display_name": "Hilbert space", + "score": 0.48159998655319214 + }, + { + "id": "https://openalex.org/keywords/binary-classification", + "display_name": "Binary classification", + "score": 0.45410001277923584 + }, + { + "id": "https://openalex.org/keywords/range", + "display_name": "Range (aeronautics)", + "score": 0.4406000077724457 + }, + { + "id": "https://openalex.org/keywords/kernel-embedding-of-distributions", + "display_name": "Kernel embedding of distributions", + "score": 0.43630000948905945 + }, + { + "id": "https://openalex.org/keywords/representer-theorem", + "display_name": "Representer theorem", + "score": 0.42590001225471497 + }, + { + "id": "https://openalex.org/keywords/pattern-recognition", + "display_name": "Pattern recognition (psychology)", + "score": 0.34369999170303345 + }, + { + "id": "https://openalex.org/keywords/radial-basis-function-kernel", + "display_name": "Radial basis function kernel", + "score": 0.34049999713897705 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C80884492", + "wikidata": "https://www.wikidata.org/wiki/Q3345678", + "display_name": "Reproducing kernel Hilbert space", + "level": 3, + "score": 0.7440000176429749 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6704999804496765 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6018999814987183 + }, + { + "id": "https://openalex.org/C74193536", + "wikidata": "https://www.wikidata.org/wiki/Q574844", + "display_name": "Kernel (algebra)", + "level": 2, + "score": 0.5529999732971191 + }, + { + "id": "https://openalex.org/C122280245", + "wikidata": "https://www.wikidata.org/wiki/Q620622", + "display_name": "Kernel method", + "level": 3, + "score": 0.5508999824523926 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.5184000134468079 + }, + { + "id": "https://openalex.org/C62799726", + "wikidata": "https://www.wikidata.org/wiki/Q190056", + "display_name": "Hilbert space", + "level": 2, + "score": 0.48159998655319214 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.46219998598098755 + }, + { + "id": "https://openalex.org/C66905080", + "wikidata": "https://www.wikidata.org/wiki/Q17005494", + "display_name": "Binary classification", + "level": 3, + "score": 0.45410001277923584 + }, + { + "id": "https://openalex.org/C204323151", + "wikidata": "https://www.wikidata.org/wiki/Q905424", + "display_name": "Range (aeronautics)", + "level": 2, + "score": 0.4406000077724457 + }, + { + "id": "https://openalex.org/C134517425", + "wikidata": "https://www.wikidata.org/wiki/Q16000131", + "display_name": "Kernel embedding of distributions", + "level": 4, + "score": 0.43630000948905945 + }, + { + "id": "https://openalex.org/C172623408", + "wikidata": "https://www.wikidata.org/wiki/Q7314263", + "display_name": "Representer theorem", + "level": 5, + "score": 0.42590001225471497 + }, + { + "id": "https://openalex.org/C153180895", + "wikidata": "https://www.wikidata.org/wiki/Q7148389", + "display_name": "Pattern recognition (psychology)", + "level": 2, + "score": 0.34369999170303345 + }, + { + "id": "https://openalex.org/C75866337", + "wikidata": "https://www.wikidata.org/wiki/Q7280263", + "display_name": "Radial basis function kernel", + "level": 4, + "score": 0.34049999713897705 + }, + { + "id": "https://openalex.org/C140417398", + "wikidata": "https://www.wikidata.org/wiki/Q16933942", + "display_name": "Tree kernel", + "level": 5, + "score": 0.3375000059604645 + }, + { + "id": "https://openalex.org/C58973888", + "wikidata": "https://www.wikidata.org/wiki/Q1041418", + "display_name": "Semi-supervised learning", + "level": 2, + "score": 0.32499998807907104 + }, + { + "id": "https://openalex.org/C14036430", + "wikidata": "https://www.wikidata.org/wiki/Q3736076", + "display_name": "Function (biology)", + "level": 2, + "score": 0.3230000138282776 + }, + { + "id": "https://openalex.org/C22367795", + "wikidata": "https://www.wikidata.org/wiki/Q7625208", + "display_name": "Structured prediction", + "level": 2, + "score": 0.3158000111579895 + }, + { + "id": "https://openalex.org/C160446489", + "wikidata": "https://www.wikidata.org/wiki/Q7226642", + "display_name": "Polynomial kernel", + "level": 4, + "score": 0.3151000142097473 + }, + { + "id": "https://openalex.org/C115903097", + "wikidata": "https://www.wikidata.org/wiki/Q7094097", + "display_name": "Online machine learning", + "level": 3, + "score": 0.31119999289512634 + }, + { + "id": "https://openalex.org/C65660741", + "wikidata": "https://www.wikidata.org/wiki/Q3952743", + "display_name": "Score", + "level": 2, + "score": 0.3109000027179718 + }, + { + "id": "https://openalex.org/C12267149", + "wikidata": "https://www.wikidata.org/wiki/Q282453", + "display_name": "Support vector machine", + "level": 2, + "score": 0.30809998512268066 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.2989000082015991 + }, + { + "id": "https://openalex.org/C77967617", + "wikidata": "https://www.wikidata.org/wiki/Q4677561", + "display_name": "Active learning (machine learning)", + "level": 2, + "score": 0.295199990272522 + }, + { + "id": "https://openalex.org/C158622935", + "wikidata": "https://www.wikidata.org/wiki/Q660848", + "display_name": "Nonlinear system", + "level": 2, + "score": 0.28299999237060547 + }, + { + "id": "https://openalex.org/C48372109", + "wikidata": "https://www.wikidata.org/wiki/Q3913", + "display_name": "Binary number", + "level": 2, + "score": 0.27970001101493835 + }, + { + "id": "https://openalex.org/C51632099", + "wikidata": "https://www.wikidata.org/wiki/Q3985153", + "display_name": "Training set", + "level": 2, + "score": 0.2784000039100647 + }, + { + "id": "https://openalex.org/C2780428219", + "wikidata": "https://www.wikidata.org/wiki/Q16952335", + "display_name": "Cover (algebra)", + "level": 2, + "score": 0.27799999713897705 + }, + { + "id": "https://openalex.org/C115051666", + "wikidata": "https://www.wikidata.org/wiki/Q6522493", + "display_name": "Ranging", + "level": 2, + "score": 0.2750999927520752 + }, + { + "id": "https://openalex.org/C136389625", + "wikidata": "https://www.wikidata.org/wiki/Q334384", + "display_name": "Supervised learning", + "level": 3, + "score": 0.27230000495910645 + }, + { + "id": "https://openalex.org/C21080849", + "wikidata": "https://www.wikidata.org/wiki/Q13611879", + "display_name": "Data point", + "level": 2, + "score": 0.26989999413490295 + }, + { + "id": "https://openalex.org/C2778572836", + "wikidata": "https://www.wikidata.org/wiki/Q380933", + "display_name": "Space (punctuation)", + "level": 2, + "score": 0.25369998812675476 + } + ], + "mesh": [], + "locations_count": 4, + "locations": [ + { + "id": "doi:10.1214/009053607000000677", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1214/009053607000000677", + "pdf_url": "https://projecteuclid.org/journals/annals-of-statistics/volume-36/issue-3/Kernel-methods-in-machine-learning/10.1214/009053607000000677.pdf", + "source": { + "id": "https://openalex.org/S119757635", + "display_name": "The Annals of Statistics", + "issn_l": "0090-5364", + "issn": [ + "0090-5364", + "2168-8966" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319881", + "host_organization_name": "Institute of Mathematical Statistics", + "host_organization_lineage": [ + "https://openalex.org/P4310319881" + ], + "host_organization_lineage_names": [ + "Institute of Mathematical Statistics" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "The Annals of Statistics", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:arXiv.org:math/0701907", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/math/0701907", + "pdf_url": "https://arxiv.org/pdf/math/0701907", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:CULeuclid:euclid.aos/1211819561", + "is_oa": false, + "landing_page_url": "http://projecteuclid.org/euclid.aos/1211819561", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400787", + "display_name": "Project Euclid (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Text" + }, + { + "id": "pmh:oai:openresearch-repository.anu.edu.au:1885/100161", + "is_oa": true, + "landing_page_url": "http://hdl.handle.net/1885/100161", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402539", + "display_name": "ANU Open Research (Australian National University)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I118347636", + "host_organization_name": "Australian National University", + "host_organization_lineage": [ + "https://openalex.org/I118347636" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "other-oa", + "license_id": "https://openalex.org/licenses/other-oa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Annals of Statistics", + "raw_type": "Journal article" + } + ], + "best_oa_location": { + "id": "doi:10.1214/009053607000000677", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1214/009053607000000677", + "pdf_url": "https://projecteuclid.org/journals/annals-of-statistics/volume-36/issue-3/Kernel-methods-in-machine-learning/10.1214/009053607000000677.pdf", + "source": { + "id": "https://openalex.org/S119757635", + "display_name": "The Annals of Statistics", + "issn_l": "0090-5364", + "issn": [ + "0090-5364", + "2168-8966" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319881", + "host_organization_name": "Institute of Mathematical Statistics", + "host_organization_lineage": [ + "https://openalex.org/P4310319881" + ], + "host_organization_lineage_names": [ + "Institute of Mathematical Statistics" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "The Annals of Statistics", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [ + { + "id": "https://openalex.org/F4320310369", + "display_name": "National ICT Australia", + "ror": "https://ror.org/03q397159" + }, + { + "id": "https://openalex.org/F4320315885", + "display_name": "Australian Government", + "ror": "https://ror.org/0314h5y94" + }, + { + "id": "https://openalex.org/F4320328470", + "display_name": "Mathematisches Forschungsinstitut Oberwolfach", + "ror": "https://ror.org/001zbj766" + }, + { + "id": "https://openalex.org/F4320334704", + "display_name": "Australian Research Council", + "ror": "https://ror.org/05mmh0f86" + } + ], + "has_content": { + "grobid_xml": true, + "pdf": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W2168029744.pdf", + "grobid_xml": "https://content.openalex.org/works/W2168029744.grobid-xml" + }, + "referenced_works_count": 116, + "referenced_works": [ + "https://openalex.org/W14071851", + "https://openalex.org/W56743589", + "https://openalex.org/W179694669", + "https://openalex.org/W1490266132", + "https://openalex.org/W1496189301", + "https://openalex.org/W1510073064", + "https://openalex.org/W1512098439", + "https://openalex.org/W1526146785", + "https://openalex.org/W1526729636", + "https://openalex.org/W1542652324", + "https://openalex.org/W1549656520", + "https://openalex.org/W1550988992", + "https://openalex.org/W1560729174", + "https://openalex.org/W1575431606", + "https://openalex.org/W1578255497", + "https://openalex.org/W1587744656", + "https://openalex.org/W1596052433", + "https://openalex.org/W1604293137", + "https://openalex.org/W1638081485", + "https://openalex.org/W1647376582", + "https://openalex.org/W1719651905", + "https://openalex.org/W1774304772", + "https://openalex.org/W1835509607", + "https://openalex.org/W1899157803", + "https://openalex.org/W1966347620", + "https://openalex.org/W1968934255", + "https://openalex.org/W1975077471", + "https://openalex.org/W1982032418", + "https://openalex.org/W1986931325", + "https://openalex.org/W1989408439", + "https://openalex.org/W1990534247", + "https://openalex.org/W1991200719", + "https://openalex.org/W1992236290", + "https://openalex.org/W1992666150", + "https://openalex.org/W1995558350", + "https://openalex.org/W1998438337", + "https://openalex.org/W1999486090", + "https://openalex.org/W2001792610", + "https://openalex.org/W2002806284", + "https://openalex.org/W2007154098", + "https://openalex.org/W2008400752", + "https://openalex.org/W2009511046", + "https://openalex.org/W2014902932", + "https://openalex.org/W2015904350", + "https://openalex.org/W2018582985", + "https://openalex.org/W2020816856", + "https://openalex.org/W2025341678", + "https://openalex.org/W2051381803", + "https://openalex.org/W2060591526", + "https://openalex.org/W2064976291", + "https://openalex.org/W2070771761", + "https://openalex.org/W2075887074", + "https://openalex.org/W2082100828", + "https://openalex.org/W2082612735", + "https://openalex.org/W2083780577", + "https://openalex.org/W2086404575", + "https://openalex.org/W2087258353", + "https://openalex.org/W2087347434", + "https://openalex.org/W2092182929", + "https://openalex.org/W2098385651", + "https://openalex.org/W2101276256", + "https://openalex.org/W2103657184", + "https://openalex.org/W2104128541", + "https://openalex.org/W2105842272", + "https://openalex.org/W2106353560", + "https://openalex.org/W2108153239", + "https://openalex.org/W2112076978", + "https://openalex.org/W2114281975", + "https://openalex.org/W2119647652", + "https://openalex.org/W2120340025", + "https://openalex.org/W2121127625", + "https://openalex.org/W2123606421", + "https://openalex.org/W2123737232", + "https://openalex.org/W2124101779", + "https://openalex.org/W2124225821", + "https://openalex.org/W2125053431", + "https://openalex.org/W2127713198", + "https://openalex.org/W2131479089", + "https://openalex.org/W2132637896", + "https://openalex.org/W2132870739", + "https://openalex.org/W2135046866", + "https://openalex.org/W2135498906", + "https://openalex.org/W2139686264", + "https://openalex.org/W2140095548", + "https://openalex.org/W2141224867", + "https://openalex.org/W2141407058", + "https://openalex.org/W2143956139", + "https://openalex.org/W2144068644", + "https://openalex.org/W2148018895", + "https://openalex.org/W2151949149", + "https://openalex.org/W2156515921", + "https://openalex.org/W2156909104", + "https://openalex.org/W2157791002", + "https://openalex.org/W2159737176", + "https://openalex.org/W2161920802", + "https://openalex.org/W2162836072", + "https://openalex.org/W2164943005", + "https://openalex.org/W2169945149", + "https://openalex.org/W2408196097", + "https://openalex.org/W2554813760", + "https://openalex.org/W2795528501", + "https://openalex.org/W2988119488", + "https://openalex.org/W2994982620", + "https://openalex.org/W4210636998", + "https://openalex.org/W4232576706", + "https://openalex.org/W4234698323", + "https://openalex.org/W4238284510", + "https://openalex.org/W4238957295", + "https://openalex.org/W4239510810", + "https://openalex.org/W4246066915", + "https://openalex.org/W4247545571", + "https://openalex.org/W4249925659", + "https://openalex.org/W4251085907", + "https://openalex.org/W4251115686", + "https://openalex.org/W4298876635", + "https://openalex.org/W4396738453" + ], + "related_works": [], + "abstract_inverted_index": { + "We": [ + 0, + 77 + ], + "review": [ + 1 + ], + "machine": [ + 2 + ], + "learning": [ + 3, + 12, + 52 + ], + "methods": [ + 4, + 10, + 90 + ], + "employing": [ + 5 + ], + "positive": [ + 6 + ], + "definite": [ + 7 + ], + "kernels.": [ + 8 + ], + "These": [ + 9 + ], + "formulate": [ + 11 + ], + "and": [ + 13, + 49 + ], + "estimation": [ + 14, + 92 + ], + "problems": [ + 15 + ], + "in": [ + 16, + 31, + 37 + ], + "a": [ + 17, + 34, + 79 + ], + "reproducing": [ + 18 + ], + "kernel": [ + 19 + ], + "Hilbert": [ + 20 + ], + "space": [ + 21 + ], + "(RKHS)": [ + 22 + ], + "of": [ + 23, + 33, + 40, + 45, + 51, + 62, + 82 + ], + "functions": [ + 24, + 68, + 72 + ], + "defined": [ + 25, + 73 + ], + "on": [ + 26, + 74 + ], + "the": [ + 27, + 43, + 47, + 56 + ], + "data": [ + 28 + ], + "domain,": [ + 29 + ], + "expanded": [ + 30 + ], + "terms": [ + 32 + ], + "kernel.": [ + 35 + ], + "Working": [ + 36 + ], + "linear": [ + 38 + ], + "spaces": [ + 39 + ], + "function": [ + 41 + ], + "has": [ + 42 + ], + "benefit": [ + 44 + ], + "facilitating": [ + 46 + ], + "construction": [ + 48 + ], + "analysis": [ + 50 + ], + "algorithms": [ + 53 + ], + "while": [ + 54 + ], + "at": [ + 55 + ], + "same": [ + 57 + ], + "time": [ + 58 + ], + "allowing": [ + 59 + ], + "large": [ + 60 + ], + "classes": [ + 61 + ], + "functions.": [ + 63 + ], + "The": [ + 64 + ], + "latter": [ + 65 + ], + "include": [ + 66 + ], + "nonlinear": [ + 67 + ], + "as": [ + 69, + 71 + ], + "well": [ + 70 + ], + "nonvectorial": [ + 75 + ], + "data.": [ + 76, + 95 + ], + "cover": [ + 78 + ], + "wide": [ + 80 + ], + "range": [ + 81 + ], + "methods,": [ + 83 + ], + "ranging": [ + 84 + ], + "from": [ + 85 + ], + "binary": [ + 86 + ], + "classifiers": [ + 87 + ], + "to": [ + 88 + ], + "sophisticated": [ + 89 + ], + "for": [ + 91 + ], + "with": [ + 93 + ], + "structured": [ + 94 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 37 + }, + { + "year": 2025, + "cited_by_count": 119 + }, + { + "year": 2024, + "cited_by_count": 144 + }, + { + "year": 2023, + "cited_by_count": 146 + }, + { + "year": 2022, + "cited_by_count": 169 + }, + { + "year": 2021, + "cited_by_count": 146 + }, + { + "year": 2020, + "cited_by_count": 163 + }, + { + "year": 2019, + "cited_by_count": 122 + }, + { + "year": 2018, + "cited_by_count": 99 + }, + { + "year": 2017, + "cited_by_count": 100 + }, + { + "year": 2016, + "cited_by_count": 81 + }, + { + "year": 2015, + "cited_by_count": 60 + }, + { + "year": 2014, + "cited_by_count": 67 + }, + { + "year": 2013, + "cited_by_count": 48 + }, + { + "year": 2012, + "cited_by_count": 41 + } + ], + "updated_date": "2026-05-22T09:01:20.584952", + "created_date": "2016-06-24T00:00:00" + }, + { + "id": "https://openalex.org/W2951278869", + "doi": "https://doi.org/10.48550/arxiv.cs/0205070", + "title": "Thumbs up? Sentiment Classification using Machine Learning Techniques", + "display_name": "Thumbs up? Sentiment Classification using Machine Learning Techniques", + "relevance_score": 2914.8403, + "publication_year": 2002, + "publication_date": "2002-05-28", + "ids": { + "openalex": "https://openalex.org/W2951278869", + "doi": "https://doi.org/10.48550/arxiv.cs/0205070", + "mag": "2951278869" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:arXiv.org:cs/0205070", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/cs/0205070", + "pdf_url": "https://arxiv.org/pdf/cs/0205070", + "source": { + "id": "https://openalex.org/S4393918464", + "display_name": "ArXiv.org", + "issn_l": "2331-8422", + "issn": [ + "2331-8422" + ], + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + "type": "preprint", + "indexed_in": [ + "arxiv", + "datacite" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/cs/0205070", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5101799605", + "display_name": "Bo Pang", + "orcid": "https://orcid.org/0000-0003-4521-6369" + }, + "institutions": [ + { + "id": "https://openalex.org/I205783295", + "display_name": "Cornell University", + "ror": "https://ror.org/05bnh6r87", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I205783295" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Pang, Bo", + "raw_affiliation_strings": [ + "[Cornell Univ., Ithaca, NY]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Cornell Univ., Ithaca, NY]", + "institution_ids": [ + "https://openalex.org/I205783295" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5076876084", + "display_name": "Lillian Lee", + "orcid": "https://orcid.org/0000-0003-4770-1712" + }, + "institutions": [ + { + "id": "https://openalex.org/I205783295", + "display_name": "Cornell University", + "ror": "https://ror.org/05bnh6r87", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I205783295" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Lee, Lillian", + "raw_affiliation_strings": [ + "[Cornell Univ., Ithaca, NY]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Cornell Univ., Ithaca, NY]", + "institution_ids": [ + "https://openalex.org/I205783295" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5010223683", + "display_name": "Shivakumar Vaithyanathan", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I4210085935", + "display_name": "IBM Research - Almaden", + "ror": "https://ror.org/005w8dd04", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I1341412227", + "https://openalex.org/I4210085935", + "https://openalex.org/I4210114115" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Vaithyanathan, Shivakumar", + "raw_affiliation_strings": [ + "IBM Almaden Research Center, San Jose´, CA#TAB#" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "IBM Almaden Research Center, San Jose´, CA#TAB#", + "institution_ids": [ + "https://openalex.org/I4210085935" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5101799605" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I205783295" + ], + "apc_list": null, + "apc_paid": null, + "fwci": null, + "has_fulltext": false, + "cited_by_count": 2213, + "citation_normalized_percentile": null, + "cited_by_percentile_year": null, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10664", + "display_name": "Sentiment Analysis and Opinion Mining", + "score": 0.9995999932289124, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10664", + "display_name": "Sentiment Analysis and Opinion Mining", + "score": 0.9995999932289124, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11550", + "display_name": "Text and Document Classification Technologies", + "score": 0.9995999932289124, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10028", + "display_name": "Topic Modeling", + "score": 0.9994999766349792, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/naive-bayes-classifier", + "display_name": "Naive Bayes classifier", + "score": 0.7803267240524292 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7159409523010254 + }, + { + "id": "https://openalex.org/keywords/categorization", + "display_name": "Categorization", + "score": 0.7090805172920227 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.7036598324775696 + }, + { + "id": "https://openalex.org/keywords/sentiment-analysis", + "display_name": "Sentiment analysis", + "score": 0.6854574084281921 + }, + { + "id": "https://openalex.org/keywords/support-vector-machine", + "display_name": "Support vector machine", + "score": 0.6812595129013062 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6556271314620972 + }, + { + "id": "https://openalex.org/keywords/principle-of-maximum-entropy", + "display_name": "Principle of maximum entropy", + "score": 0.6111433506011963 + }, + { + "id": "https://openalex.org/keywords/natural-language-processing", + "display_name": "Natural language processing", + "score": 0.4346766471862793 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C52001869", + "wikidata": "https://www.wikidata.org/wiki/Q812530", + "display_name": "Naive Bayes classifier", + "level": 3, + "score": 0.7803267240524292 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7159409523010254 + }, + { + "id": "https://openalex.org/C94124525", + "wikidata": "https://www.wikidata.org/wiki/Q912550", + "display_name": "Categorization", + "level": 2, + "score": 0.7090805172920227 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.7036598324775696 + }, + { + "id": "https://openalex.org/C66402592", + "wikidata": "https://www.wikidata.org/wiki/Q2271421", + "display_name": "Sentiment analysis", + "level": 2, + "score": 0.6854574084281921 + }, + { + "id": "https://openalex.org/C12267149", + "wikidata": "https://www.wikidata.org/wiki/Q282453", + "display_name": "Support vector machine", + "level": 2, + "score": 0.6812595129013062 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6556271314620972 + }, + { + "id": "https://openalex.org/C9679016", + "wikidata": "https://www.wikidata.org/wiki/Q1417473", + "display_name": "Principle of maximum entropy", + "level": 2, + "score": 0.6111433506011963 + }, + { + "id": "https://openalex.org/C204321447", + "wikidata": "https://www.wikidata.org/wiki/Q30642", + "display_name": "Natural language processing", + "level": 1, + "score": 0.4346766471862793 + } + ], + "mesh": [], + "locations_count": 8, + "locations": [ + { + "id": "pmh:oai:arXiv.org:cs/0205070", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/cs/0205070", + "pdf_url": "https://arxiv.org/pdf/cs/0205070", + "source": { + "id": "https://openalex.org/S4393918464", + "display_name": "ArXiv.org", + "issn_l": "2331-8422", + "issn": [ + "2331-8422" + ], + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.115.7478", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.115.7478", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.cs.cornell.edu/people/pabo/papers/sentiment.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.17.9562", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.17.9562", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.cs.cornell.edu/home/llee/papers/sentiment.ps", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.224.2133", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.224.2133", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.cs.columbia.edu/%7Ejulia/papers/pangetal02.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.3.1972", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.3.1972", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://acl.ldc.upenn.edu/W/W02/W02-1011.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.342.8489", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.342.8489", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://arxiv.org/pdf/cs/0205070v1.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.93.8755", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.93.8755", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.cs.cornell.edu/home/llee/papers/sentiment.pdf", + "raw_type": "text" + }, + { + "id": "doi:10.48550/arxiv.cs/0205070", + "is_oa": true, + "landing_page_url": "https://doi.org/10.48550/arxiv.cs/0205070", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:cs/0205070", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/cs/0205070", + "pdf_url": "https://arxiv.org/pdf/cs/0205070", + "source": { + "id": "https://openalex.org/S4393918464", + "display_name": "ArXiv.org", + "issn_l": "2331-8422", + "issn": [ + "2331-8422" + ], + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + "sustainable_development_goals": [ + { + "score": 0.6100000143051147, + "id": "https://metadata.un.org/sdg/4", + "display_name": "Quality Education" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 21, + "referenced_works": [ + "https://openalex.org/W94749751", + "https://openalex.org/W123043039", + "https://openalex.org/W159417085", + "https://openalex.org/W204713426", + "https://openalex.org/W1547032355", + "https://openalex.org/W1550206324", + "https://openalex.org/W1576520375", + "https://openalex.org/W1924689489", + "https://openalex.org/W1998442272", + "https://openalex.org/W2038201841", + "https://openalex.org/W2048374711", + "https://openalex.org/W2066590388", + "https://openalex.org/W2086042358", + "https://openalex.org/W2093585241", + "https://openalex.org/W2096175520", + "https://openalex.org/W2149684865", + "https://openalex.org/W2163306339", + "https://openalex.org/W2787893582", + "https://openalex.org/W2949696181", + "https://openalex.org/W3146306708", + "https://openalex.org/W3151392175" + ], + "related_works": [ + "https://openalex.org/W2165912799", + "https://openalex.org/W2735662278", + "https://openalex.org/W2382615723", + "https://openalex.org/W4311804456", + "https://openalex.org/W1987484445", + "https://openalex.org/W2623658258", + "https://openalex.org/W2143413548", + "https://openalex.org/W1969219540", + "https://openalex.org/W2370459448", + "https://openalex.org/W3021501837" + ], + "abstract_inverted_index": { + "We": [ + 0, + 69 + ], + "consider": [ + 1 + ], + "the": [ + 2, + 40, + 76 + ], + "problem": [ + 3, + 79 + ], + "of": [ + 4 + ], + "classifying": [ + 5 + ], + "documents": [ + 6 + ], + "not": [ + 7, + 57 + ], + "by": [ + 8, + 11, + 71 + ], + "topic,": [ + 9 + ], + "but": [ + 10 + ], + "overall": [ + 12 + ], + "sentiment,": [ + 13 + ], + "e.g.,": [ + 14 + ], + "determining": [ + 15 + ], + "whether": [ + 16 + ], + "a": [ + 17 + ], + "review": [ + 18 + ], + "is": [ + 19 + ], + "positive": [ + 20 + ], + "or": [ + 21 + ], + "negative.": [ + 22 + ], + "Using": [ + 23 + ], + "movie": [ + 24 + ], + "reviews": [ + 25 + ], + "as": [ + 26, + 59, + 64 + ], + "data,": [ + 27 + ], + "we": [ + 28, + 45 + ], + "find": [ + 29 + ], + "that": [ + 30, + 74 + ], + "standard": [ + 31 + ], + "machine": [ + 32, + 42 + ], + "learning": [ + 33, + 43 + ], + "techniques": [ + 34 + ], + "definitively": [ + 35 + ], + "outperform": [ + 36 + ], + "human-produced": [ + 37 + ], + "baselines.": [ + 38 + ], + "However,": [ + 39 + ], + "three": [ + 41 + ], + "methods": [ + 44 + ], + "employed": [ + 46 + ], + "(Naive": [ + 47 + ], + "Bayes,": [ + 48 + ], + "maximum": [ + 49 + ], + "entropy": [ + 50 + ], + "classification,": [ + 51 + ], + "and": [ + 52 + ], + "support": [ + 53 + ], + "vector": [ + 54 + ], + "machines)": [ + 55 + ], + "do": [ + 56 + ], + "perform": [ + 58 + ], + "well": [ + 60 + ], + "on": [ + 61, + 65 + ], + "sentiment": [ + 62, + 77 + ], + "classification": [ + 63, + 78 + ], + "traditional": [ + 66 + ], + "topic-based": [ + 67 + ], + "categorization.": [ + 68 + ], + "conclude": [ + 70 + ], + "examining": [ + 72 + ], + "factors": [ + 73 + ], + "make": [ + 75 + ], + "more": [ + 80 + ], + "challenging.": [ + 81 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 1 + }, + { + "year": 2025, + "cited_by_count": 36 + }, + { + "year": 2024, + "cited_by_count": 80 + }, + { + "year": 2023, + "cited_by_count": 125 + }, + { + "year": 2022, + "cited_by_count": 143 + }, + { + "year": 2021, + "cited_by_count": 182 + }, + { + "year": 2020, + "cited_by_count": 197 + }, + { + "year": 2019, + "cited_by_count": 212 + }, + { + "year": 2018, + "cited_by_count": 230 + }, + { + "year": 2017, + "cited_by_count": 222 + }, + { + "year": 2016, + "cited_by_count": 184 + }, + { + "year": 2015, + "cited_by_count": 154 + }, + { + "year": 2014, + "cited_by_count": 131 + }, + { + "year": 2013, + "cited_by_count": 61 + }, + { + "year": 2012, + "cited_by_count": 44 + } + ], + "updated_date": "2026-05-28T09:10:13.091523", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2104489082", + "doi": "https://doi.org/10.1103/physrevlett.108.058301", + "title": "Fast and Accurate Modeling of Molecular Atomization Energies with Machine Learning", + "display_name": "Fast and Accurate Modeling of Molecular Atomization Energies with Machine Learning", + "relevance_score": 2890.9712, + "publication_year": 2012, + "publication_date": "2012-01-31", + "ids": { + "openalex": "https://openalex.org/W2104489082", + "doi": "https://doi.org/10.1103/physrevlett.108.058301", + "mag": "2104489082", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/22400967" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1103/physrevlett.108.058301", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1103/physrevlett.108.058301", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S24807848", + "display_name": "Physical Review Letters", + "issn_l": "0031-9007", + "issn": [ + "0031-9007", + "1079-7114", + "1092-0145" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320261", + "host_organization_name": "American Physical Society", + "host_organization_lineage": [ + "https://openalex.org/P4310320261" + ], + "host_organization_lineage_names": [ + "American Physical Society" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Physical Review Letters", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "arxiv", + "crossref", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1109.2618", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5020780798", + "display_name": "Matthias Rupp", + "orcid": "https://orcid.org/0000-0002-2934-2958" + }, + "institutions": [ + { + "id": "https://openalex.org/I4577782", + "display_name": "Technische Universität Berlin", + "ror": "https://ror.org/03v4gjf40", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I4577782" + ] + }, + { + "id": "https://openalex.org/I161318765", + "display_name": "University of California, Los Angeles", + "ror": "https://ror.org/046rm7j60", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I161318765" + ] + } + ], + "countries": [ + "DE", + "US" + ], + "is_corresponding": true, + "raw_author_name": "Matthias Rupp", + "raw_affiliation_strings": [ + "Machine Learning Group, Technical University of Berlin, Franklinstr 28/29, 10587 Berlin, Germany", + "Machine Learning Group, Technical University of Berlin", + "Institute of Pure and Applied Mathematics, University of California Los Angeles" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Machine Learning Group, Technical University of Berlin, Franklinstr 28/29, 10587 Berlin, Germany", + "institution_ids": [ + "https://openalex.org/I4577782" + ] + }, + { + "raw_affiliation_string": "Machine Learning Group, Technical University of Berlin", + "institution_ids": [ + "https://openalex.org/I4577782" + ] + }, + { + "raw_affiliation_string": "Institute of Pure and Applied Mathematics, University of California Los Angeles", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5026929463", + "display_name": "Alexandre Tkatchenko", + "orcid": "https://orcid.org/0000-0002-1012-4854" + }, + "institutions": [ + { + "id": "https://openalex.org/I161318765", + "display_name": "University of California, Los Angeles", + "ror": "https://ror.org/046rm7j60", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I161318765" + ] + }, + { + "id": "https://openalex.org/I2800875726", + "display_name": "Fritz Haber Institute of the Max Planck Society", + "ror": "https://ror.org/03k9qs827", + "country_code": "DE", + "type": "facility", + "lineage": [ + "https://openalex.org/I149899117", + "https://openalex.org/I2800875726" + ] + } + ], + "countries": [ + "DE", + "US" + ], + "is_corresponding": false, + "raw_author_name": "Alexandre Tkatchenko", + "raw_affiliation_strings": [ + "Fritz-Haber-Institut der Max-Planck-Gesellschaft, 14195 Berlin, Germany", + "Institute of Pure and Applied Mathematics, University of California Los Angeles, Los Angeles, California 90095, USA", + "Theory, Fritz Haber Institute, Max Planck Society", + "Institute of Pure and Applied Mathematics, University of California Los Angeles" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Fritz-Haber-Institut der Max-Planck-Gesellschaft, 14195 Berlin, Germany", + "institution_ids": [ + "https://openalex.org/I2800875726" + ] + }, + { + "raw_affiliation_string": "Institute of Pure and Applied Mathematics, University of California Los Angeles, Los Angeles, California 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Theory, Fritz Haber Institute, Max Planck Society", + "institution_ids": [ + "https://openalex.org/I2800875726" + ] + }, + { + "raw_affiliation_string": "Institute of Pure and Applied Mathematics, University of California Los Angeles", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5107838719", + "display_name": "Klaus‐Robert Müller", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I4577782", + "display_name": "Technische Universität Berlin", + "ror": "https://ror.org/03v4gjf40", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I4577782" + ] + }, + { + "id": "https://openalex.org/I161318765", + "display_name": "University of California, Los Angeles", + "ror": "https://ror.org/046rm7j60", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I161318765" + ] + } + ], + "countries": [ + "DE", + "US" + ], + "is_corresponding": false, + "raw_author_name": "Klaus-Robert Müller", + "raw_affiliation_strings": [ + "Institute of Pure and Applied Mathematics, University of California Los Angeles, Los Angeles, California 90095, USA", + "Machine Learning Group, Technical University of Berlin, Franklinstr 28/29, 10587 Berlin, Germany", + "Machine Learning Group, Technical University of Berlin", + "Institute of Pure and Applied Mathematics, University of California Los Angeles" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Institute of Pure and Applied Mathematics, University of California Los Angeles, Los Angeles, California 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Machine Learning Group, Technical University of Berlin, Franklinstr 28/29, 10587 Berlin, Germany", + "institution_ids": [ + "https://openalex.org/I4577782" + ] + }, + { + "raw_affiliation_string": "Machine Learning Group, Technical University of Berlin", + "institution_ids": [ + "https://openalex.org/I4577782" + ] + }, + { + "raw_affiliation_string": "Institute of Pure and Applied Mathematics, University of California Los Angeles", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5088793872", + "display_name": "O. Anatole von Lilienfeld", + "orcid": "https://orcid.org/0000-0001-7419-0466" + }, + "institutions": [ + { + "id": "https://openalex.org/I161318765", + "display_name": "University of California, Los Angeles", + "ror": "https://ror.org/046rm7j60", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I161318765" + ] + }, + { + "id": "https://openalex.org/I1282105669", + "display_name": "Argonne National Laboratory", + "ror": "https://ror.org/05gvnxz63", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I1282105669", + "https://openalex.org/I1330989302", + "https://openalex.org/I39565521", + "https://openalex.org/I40347166" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "O. Anatole von Lilienfeld", + "raw_affiliation_strings": [ + "Argonne Leadership Computing Facility, Argonne National Laboratory, Argonne, Illinois 60439, USA", + "Institute of Pure and Applied Mathematics, University of California Los Angeles, Los Angeles, California 90095, USA", + "Argonne Leadership Computing Facility, Argonne National Laboratory", + "Institute of Pure and Applied Mathematics, University of California Los Angeles" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Argonne Leadership Computing Facility, Argonne National Laboratory, Argonne, Illinois 60439, USA", + "institution_ids": [ + "https://openalex.org/I1282105669" + ] + }, + { + "raw_affiliation_string": "Institute of Pure and Applied Mathematics, University of California Los Angeles, Los Angeles, California 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Argonne Leadership Computing Facility, Argonne National Laboratory", + "institution_ids": [ + "https://openalex.org/I1282105669" + ] + }, + { + "raw_affiliation_string": "Institute of Pure and Applied Mathematics, University of California Los Angeles", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 4, + "corresponding_author_ids": [ + "https://openalex.org/A5020780798" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I161318765", + "https://openalex.org/I4577782" + ], + "apc_list": { + "value": 3750, + "currency": "USD", + "value_usd": 3750 + }, + "apc_paid": null, + "fwci": 13.8904, + "has_fulltext": false, + "cited_by_count": 2377, + "citation_normalized_percentile": { + "value": 0.99412296, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "108", + "issue": "5", + "first_page": "058301", + "last_page": "058301" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11948", + "display_name": "Machine Learning in Materials Science", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/2505", + "display_name": "Materials Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/25", + "display_name": "Materials Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11948", + "display_name": "Machine Learning in Materials Science", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/2505", + "display_name": "Materials Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/25", + "display_name": "Materials Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10002", + "display_name": "Advanced Chemical Physics Studies", + "score": 0.9954000115394592, + "subfield": { + "id": "https://openalex.org/subfields/3107", + "display_name": "Atomic and Molecular Physics, and Optics" + }, + "field": { + "id": "https://openalex.org/fields/31", + "display_name": "Physics and Astronomy" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10211", + "display_name": "Computational Drug Discovery Methods", + "score": 0.9923999905586243, + "subfield": { + "id": "https://openalex.org/subfields/1703", + "display_name": "Computational Theory and Mathematics" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.4200275242328644 + }, + { + "id": "https://openalex.org/keywords/statistical-physics", + "display_name": "Statistical physics", + "score": 0.3693031072616577 + }, + { + "id": "https://openalex.org/keywords/physics", + "display_name": "Physics", + "score": 0.28881940245628357 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.4200275242328644 + }, + { + "id": "https://openalex.org/C121864883", + "wikidata": "https://www.wikidata.org/wiki/Q677916", + "display_name": "Statistical physics", + "level": 1, + "score": 0.3693031072616577 + }, + { + "id": "https://openalex.org/C121332964", + "wikidata": "https://www.wikidata.org/wiki/Q413", + "display_name": "Physics", + "level": 0, + "score": 0.28881940245628357 + } + ], + "mesh": [], + "locations_count": 7, + "locations": [ + { + "id": "doi:10.1103/physrevlett.108.058301", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1103/physrevlett.108.058301", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S24807848", + "display_name": "Physical Review Letters", + "issn_l": "0031-9007", + "issn": [ + "0031-9007", + "1079-7114", + "1092-0145" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320261", + "host_organization_name": "American Physical Society", + "host_organization_lineage": [ + "https://openalex.org/P4310320261" + ], + "host_organization_lineage_names": [ + "American Physical Society" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Physical Review Letters", + "raw_type": "journal-article" + }, + { + "id": "pmid:22400967", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/22400967", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Physical review letters", + "raw_type": null + }, + { + "id": "pmh:oai:edoc.unibas.ch:43360", + "is_oa": false, + "landing_page_url": null, + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401836", + "display_name": "edoc (University of Basel)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1850255", + "host_organization_name": "University of Basel", + "host_organization_lineage": [ + "https://openalex.org/I1850255" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "acceptedVersion", + "is_accepted": true, + "is_published": false, + "raw_source_name": "", + "raw_type": "Article" + }, + { + "id": "pmh:oai:arXiv.org:1109.2618", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1109.2618", + "pdf_url": "https://arxiv.org/pdf/1109.2618", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:orbilu.uni.lu:10993/25176", + "is_oa": true, + "landing_page_url": "http://orbilu.uni.lu/handle/10993/25176", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401815", + "display_name": "Open Repository and Bibliography (University of Luxembourg)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I186903577", + "host_organization_name": "University of Luxembourg", + "host_organization_lineage": [ + "https://openalex.org/I186903577" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by-nc-sa", + "license_id": "https://openalex.org/licenses/cc-by-nc-sa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "PHYSICAL REVIEW LETTERS, 108(5). ONE PHYSICS ELLIPSE, COLLEGE PK, MD 20740-3844 USA: AMER PHYSICAL SOC (2012).", + "raw_type": null + }, + { + "id": "pmh:oai:osti.gov:1099077", + "is_oa": true, + "landing_page_url": "https://www.osti.gov/biblio/1099077", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402487", + "display_name": "OSTI OAI (U.S. Department of Energy Office of Scientific and Technical Information)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I139351228", + "host_organization_name": "Office of Scientific and Technical Information", + "host_organization_lineage": [ + "https://openalex.org/I139351228" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + }, + { + "id": "pmh:oai:pure.mpg.de:item_1500966", + "is_oa": true, + "landing_page_url": "http://hdl.handle.net/11858/00-001M-0000-000F-C6EF-A", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400654", + "display_name": "MPG.PuRe (Max Planck Society)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I149899117", + "host_organization_name": "Max Planck Society", + "host_organization_lineage": [ + "https://openalex.org/I149899117" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "other-oa", + "license_id": "https://openalex.org/licenses/other-oa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Physical Review Letters", + "raw_type": "info:eu-repo/semantics/article" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1109.2618", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1109.2618", + "pdf_url": "https://arxiv.org/pdf/1109.2618", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + "sustainable_development_goals": [ + { + "score": 0.8700000047683716, + "id": "https://metadata.un.org/sdg/7", + "display_name": "Affordable and clean energy" + } + ], + "awards": [], + "funders": [ + { + "id": "https://openalex.org/F4320306084", + "display_name": "U.S. Department of Energy", + "ror": "https://ror.org/01bj3aw27" + } + ], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 41, + "referenced_works": [ + "https://openalex.org/W1480376833", + "https://openalex.org/W1522205938", + "https://openalex.org/W1544445790", + "https://openalex.org/W1545231783", + "https://openalex.org/W1548618691", + "https://openalex.org/W1554944419", + "https://openalex.org/W1975997599", + "https://openalex.org/W1978538703", + "https://openalex.org/W1979408061", + "https://openalex.org/W1982598895", + "https://openalex.org/W1987236926", + "https://openalex.org/W1988636074", + "https://openalex.org/W1998317125", + "https://openalex.org/W1998848097", + "https://openalex.org/W2000500972", + "https://openalex.org/W2000957843", + "https://openalex.org/W2016819003", + "https://openalex.org/W2017891892", + "https://openalex.org/W2022080248", + "https://openalex.org/W2023390323", + "https://openalex.org/W2023466796", + "https://openalex.org/W2025444507", + "https://openalex.org/W2030976617", + "https://openalex.org/W2037761619", + "https://openalex.org/W2038617772", + "https://openalex.org/W2049961577", + "https://openalex.org/W2059401145", + "https://openalex.org/W2075930604", + "https://openalex.org/W2083415705", + "https://openalex.org/W2108995755", + "https://openalex.org/W2130437470", + "https://openalex.org/W2143981217", + "https://openalex.org/W2148424525", + "https://openalex.org/W2151571625", + "https://openalex.org/W2153693853", + "https://openalex.org/W2171033594", + "https://openalex.org/W2206840988", + "https://openalex.org/W2230728100", + "https://openalex.org/W2787894218", + "https://openalex.org/W3119651796", + "https://openalex.org/W4242320552" + ], + "related_works": [ + "https://openalex.org/W4391375266", + "https://openalex.org/W2899084033", + "https://openalex.org/W2748952813", + "https://openalex.org/W2390279801", + "https://openalex.org/W4391913857", + "https://openalex.org/W2358668433", + "https://openalex.org/W4396701345", + "https://openalex.org/W2376932109", + "https://openalex.org/W2001405890", + "https://openalex.org/W4396696052" + ], + "abstract_inverted_index": { + "We": [ + 0 + ], + "introduce": [ + 1 + ], + "a": [ + 2, + 11, + 36, + 69 + ], + "machine": [ + 3 + ], + "learning": [ + 4 + ], + "model": [ + 5 + ], + "to": [ + 6, + 51 + ], + "predict": [ + 7 + ], + "atomization": [ + 8, + 52, + 84 + ], + "energies": [ + 9, + 53 + ], + "of": [ + 10, + 14, + 27, + 41, + 73, + 82 + ], + "diverse": [ + 12 + ], + "set": [ + 13 + ], + "organic": [ + 15, + 66 + ], + "molecules,": [ + 16 + ], + "based": [ + 17 + ], + "on": [ + 18, + 48 + ], + "nuclear": [ + 19 + ], + "charges": [ + 20 + ], + "and": [ + 21, + 49 + ], + "atomic": [ + 22 + ], + "positions": [ + 23 + ], + "only.": [ + 24 + ], + "The": [ + 25 + ], + "problem": [ + 26, + 40 + ], + "solving": [ + 28 + ], + "the": [ + 29, + 80 + ], + "molecular": [ + 30, + 83 + ], + "Schrödinger": [ + 31 + ], + "equation": [ + 32 + ], + "is": [ + 33, + 77 + ], + "mapped": [ + 34 + ], + "onto": [ + 35 + ], + "nonlinear": [ + 37 + ], + "statistical": [ + 38 + ], + "regression": [ + 39 + ], + "reduced": [ + 42 + ], + "complexity.": [ + 43 + ], + "Regression": [ + 44 + ], + "models": [ + 45 + ], + "are": [ + 46 + ], + "trained": [ + 47 + ], + "compared": [ + 50 + ], + "computed": [ + 54 + ], + "with": [ + 55 + ], + "hybrid": [ + 56 + ], + "density-functional": [ + 57 + ], + "theory.": [ + 58 + ], + "Cross": [ + 59 + ], + "validation": [ + 60 + ], + "over": [ + 61 + ], + "more": [ + 62 + ], + "than": [ + 63 + ], + "seven": [ + 64 + ], + "thousand": [ + 65 + ], + "molecules": [ + 67 + ], + "yields": [ + 68 + ], + "mean": [ + 70 + ], + "absolute": [ + 71 + ], + "error": [ + 72 + ], + "∼10": [ + 74 + ], + "kcal/mol.": [ + 75 + ], + "Applicability": [ + 76 + ], + "demonstrated": [ + 78 + ], + "for": [ + 79 + ], + "prediction": [ + 81 + ], + "potential": [ + 85 + ], + "energy": [ + 86 + ], + "curves.": [ + 87 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 66 + }, + { + "year": 2025, + "cited_by_count": 222 + }, + { + "year": 2024, + "cited_by_count": 270 + }, + { + "year": 2023, + "cited_by_count": 256 + }, + { + "year": 2022, + "cited_by_count": 238 + }, + { + "year": 2021, + "cited_by_count": 346 + }, + { + "year": 2020, + "cited_by_count": 362 + }, + { + "year": 2019, + "cited_by_count": 205 + }, + { + "year": 2018, + "cited_by_count": 182 + }, + { + "year": 2017, + "cited_by_count": 95 + }, + { + "year": 2016, + "cited_by_count": 41 + }, + { + "year": 2015, + "cited_by_count": 33 + }, + { + "year": 2014, + "cited_by_count": 25 + }, + { + "year": 2013, + "cited_by_count": 25 + }, + { + "year": 2012, + "cited_by_count": 9 + } + ], + "updated_date": "2026-05-26T13:28:51.108037", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W1590183771", + "doi": "https://doi.org/10.1017/cbo9780511804779", + "title": "Bayesian Reasoning and Machine Learning", + "display_name": "Bayesian Reasoning and Machine Learning", + "relevance_score": 2858.3123, + "publication_year": 2012, + "publication_date": "2012-06-05", + "ids": { + "openalex": "https://openalex.org/W1590183771", + "doi": "https://doi.org/10.1017/cbo9780511804779", + "mag": "1590183771" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1017/cbo9780511804779", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1017/cbo9780511804779", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306462995", + "display_name": "Cambridge University Press eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/P4310311721", + "host_organization_name": "Cambridge University Press", + "host_organization_lineage": [ + "https://openalex.org/P4310311721", + "https://openalex.org/P4310311702" + ], + "host_organization_lineage_names": [ + "Cambridge University Press", + "University of Cambridge" + ], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "monograph" + }, + "type": "book", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5101763101", + "display_name": "David Barber", + "orcid": "https://orcid.org/0000-0003-2163-2982" + }, + "institutions": [ + { + "id": "https://openalex.org/I2800173700", + "display_name": "UCL Australia", + "ror": "https://ror.org/024atcf19", + "country_code": "AU", + "type": "education", + "lineage": [ + "https://openalex.org/I2800173700" + ] + }, + { + "id": "https://openalex.org/I45129253", + "display_name": "University College London", + "ror": "https://ror.org/02jx3x895", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I124357947", + "https://openalex.org/I45129253" + ] + } + ], + "countries": [ + "AU", + "GB" + ], + "is_corresponding": true, + "raw_author_name": "David Barber", + "raw_affiliation_strings": [ + "University College London", + "University college London" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University College London", + "institution_ids": [ + "https://openalex.org/I45129253" + ] + }, + { + "raw_affiliation_string": "University college London", + "institution_ids": [ + "https://openalex.org/I2800173700" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5101763101" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I2800173700", + "https://openalex.org/I45129253" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 16.0361, + "has_fulltext": false, + "cited_by_count": 1650, + "citation_normalized_percentile": { + "value": 0.99438202, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11875", + "display_name": "Statistics Education and Methodologies", + "score": 0.3961000144481659, + "subfield": { + "id": "https://openalex.org/subfields/2613", + "display_name": "Statistics and Probability" + }, + "field": { + "id": "https://openalex.org/fields/26", + "display_name": "Mathematics" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11875", + "display_name": "Statistics Education and Methodologies", + "score": 0.3961000144481659, + "subfield": { + "id": "https://openalex.org/subfields/2613", + "display_name": "Statistics and Probability" + }, + "field": { + "id": "https://openalex.org/fields/26", + "display_name": "Mathematics" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.38089999556541443, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/toolbox", + "display_name": "Toolbox", + "score": 0.8341989517211914 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6473276615142822 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.49235260486602783 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.3714091181755066 + }, + { + "id": "https://openalex.org/keywords/data-science", + "display_name": "Data science", + "score": 0.3704102039337158 + }, + { + "id": "https://openalex.org/keywords/human–computer-interaction", + "display_name": "Human–computer interaction", + "score": 0.3456208109855652 + }, + { + "id": "https://openalex.org/keywords/programming-language", + "display_name": "Programming language", + "score": 0.16564661264419556 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2777655017", + "wikidata": "https://www.wikidata.org/wiki/Q1501161", + "display_name": "Toolbox", + "level": 2, + "score": 0.8341989517211914 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6473276615142822 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.49235260486602783 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.3714091181755066 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.3704102039337158 + }, + { + "id": "https://openalex.org/C107457646", + "wikidata": "https://www.wikidata.org/wiki/Q207434", + "display_name": "Human–computer interaction", + "level": 1, + "score": 0.3456208109855652 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.16564661264419556 + } + ], + "mesh": [], + "locations_count": 10, + "locations": [ + { + "id": "doi:10.1017/cbo9780511804779", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1017/cbo9780511804779", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306462995", + "display_name": "Cambridge University Press eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/P4310311721", + "host_organization_name": "Cambridge University Press", + "host_organization_lineage": [ + "https://openalex.org/P4310311721", + "https://openalex.org/P4310311702" + ], + "host_organization_lineage_names": [ + "Cambridge University Press", + "University of Cambridge" + ], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "monograph" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.232.8159", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.232.8159", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://web4.cs.ucl.ac.uk/staff/D.Barber/textbook/270212.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.365.5529", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.365.5529", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://web4.cs.ucl.ac.uk/staff/D.Barber/textbook/180613.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.369.3646", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.369.3646", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://web4.cs.ucl.ac.uk/staff/D.Barber/textbook/090310.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.649.4333", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.649.4333", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://web4.cs.ucl.ac.uk/staff/D.Barber/textbook/250214.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.696.6905", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.696.6905", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://web4.cs.ucl.ac.uk/staff/D.Barber/textbook/240415.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.715.5862", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.715.5862", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://web4.cs.ucl.ac.uk/staff/D.Barber/textbook/181115.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-024811811", + "is_oa": false, + "landing_page_url": "http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=024811811&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-035597209", + "is_oa": false, + "landing_page_url": "http://www.cs.ucl.ac.uk/staff/d.barber/brml/", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:cds.cern.ch:1495251", + "is_oa": false, + "landing_page_url": "http://cds.cern.ch/record/1495251", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402195", + "display_name": "CERN Document Server (European Organization for Nuclear Research)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I67311998", + "host_organization_name": "European Organization for Nuclear Research", + "host_organization_lineage": [ + "https://openalex.org/I67311998" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "score": 0.41999998688697815, + "id": "https://metadata.un.org/sdg/9", + "display_name": "Industry, innovation and infrastructure" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W4286629047", + "https://openalex.org/W3046775127", + "https://openalex.org/W3107602296", + "https://openalex.org/W3170094116", + "https://openalex.org/W4386462264", + "https://openalex.org/W4313488044", + "https://openalex.org/W3209574120", + "https://openalex.org/W4312192474" + ], + "abstract_inverted_index": { + "Machine": [ + 0 + ], + "learning": [ + 1 + ], + "methods": [ + 2, + 46 + ], + "extract": [ + 3 + ], + "value": [ + 4 + ], + "from": [ + 5, + 90 + ], + "vast": [ + 6 + ], + "data": [ + 7 + ], + "sets": [ + 8 + ], + "quickly": [ + 9 + ], + "and": [ + 10, + 33, + 36, + 73, + 82, + 85, + 113, + 125, + 130, + 140 + ], + "with": [ + 11, + 63, + 76 + ], + "modest": [ + 12, + 64 + ], + "resources.": [ + 13 + ], + "They": [ + 14 + ], + "are": [ + 15, + 132, + 146 + ], + "established": [ + 16 + ], + "tools": [ + 17 + ], + "in": [ + 18, + 79, + 134 + ], + "a": [ + 19, + 106, + 143 + ], + "wide": [ + 20 + ], + "range": [ + 21 + ], + "of": [ + 22, + 50, + 99, + 108 + ], + "industrial": [ + 23 + ], + "applications,": [ + 24 + ], + "including": [ + 25, + 142 + ], + "search": [ + 26 + ], + "engines,": [ + 27 + ], + "DNA": [ + 28 + ], + "sequencing,": [ + 29 + ], + "stock": [ + 30 + ], + "market": [ + 31 + ], + "analysis,": [ + 32 + ], + "robot": [ + 34 + ], + "locomotion,": [ + 35 + ], + "their": [ + 37, + 48 + ], + "use": [ + 38 + ], + "is": [ + 39, + 68 + ], + "spreading": [ + 40 + ], + "rapidly.": [ + 41 + ], + "People": [ + 42 + ], + "who": [ + 43 + ], + "know": [ + 44 + ], + "the": [ + 45, + 97, + 120 + ], + "have": [ + 47 + ], + "choice": [ + 49 + ], + "rewarding": [ + 51 + ], + "jobs.": [ + 52 + ], + "This": [ + 53 + ], + "hands-on": [ + 54 + ], + "text": [ + 55 + ], + "opens": [ + 56 + ], + "these": [ + 57 + ], + "opportunities": [ + 58 + ], + "to": [ + 59, + 93 + ], + "computer": [ + 60, + 128 + ], + "science": [ + 61 + ], + "students": [ + 62, + 75, + 139 + ], + "mathematical": [ + 65 + ], + "backgrounds.": [ + 66 + ], + "It": [ + 67 + ], + "designed": [ + 69 + ], + "for": [ + 70, + 119, + 138 + ], + "final-year": [ + 71 + ], + "undergraduates": [ + 72 + ], + "master's": [ + 74 + ], + "limited": [ + 77 + ], + "background": [ + 78 + ], + "linear": [ + 80 + ], + "algebra": [ + 81 + ], + "calculus.": [ + 83 + ], + "Comprehensive": [ + 84 + ], + "coherent,": [ + 86 + ], + "it": [ + 87 + ], + "develops": [ + 88 + ], + "everything": [ + 89 + ], + "basic": [ + 91 + ], + "reasoning": [ + 92 + ], + "advanced": [ + 94 + ], + "techniques": [ + 95 + ], + "within": [ + 96 + ], + "framework": [ + 98 + ], + "graphical": [ + 100 + ], + "models.": [ + 101 + ], + "Students": [ + 102 + ], + "learn": [ + 103 + ], + "more": [ + 104 + ], + "than": [ + 105 + ], + "menu": [ + 107 + ], + "techniques,": [ + 109 + ], + "they": [ + 110 + ], + "develop": [ + 111 + ], + "analytical": [ + 112 + ], + "problem-solving": [ + 114 + ], + "skills": [ + 115 + ], + "that": [ + 116 + ], + "equip": [ + 117 + ], + "them": [ + 118 + ], + "real": [ + 121 + ], + "world.": [ + 122 + ], + "Numerous": [ + 123 + ], + "examples": [ + 124 + ], + "exercises,": [ + 126 + ], + "both": [ + 127 + ], + "based": [ + 129 + ], + "theoretical,": [ + 131 + ], + "included": [ + 133 + ], + "every": [ + 135 + ], + "chapter.": [ + 136 + ], + "Resources": [ + 137 + ], + "instructors,": [ + 141 + ], + "MATLAB": [ + 144 + ], + "toolbox,": [ + 145 + ], + "available": [ + 147 + ], + "online.": [ + 148 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 18 + }, + { + "year": 2025, + "cited_by_count": 95 + }, + { + "year": 2024, + "cited_by_count": 101 + }, + { + "year": 2023, + "cited_by_count": 93 + }, + { + "year": 2022, + "cited_by_count": 124 + }, + { + "year": 2021, + "cited_by_count": 135 + }, + { + "year": 2020, + "cited_by_count": 193 + }, + { + "year": 2019, + "cited_by_count": 172 + }, + { + "year": 2018, + "cited_by_count": 141 + }, + { + "year": 2017, + "cited_by_count": 132 + }, + { + "year": 2016, + "cited_by_count": 126 + }, + { + "year": 2015, + "cited_by_count": 110 + }, + { + "year": 2014, + "cited_by_count": 100 + }, + { + "year": 2013, + "cited_by_count": 73 + }, + { + "year": 2012, + "cited_by_count": 22 + } + ], + "updated_date": "2026-05-28T09:10:13.091523", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W3123436326", + "doi": "https://doi.org/10.1111/ectj.12097", + "title": "Double/debiased machine learning for treatment and structural parameters", + "display_name": "Double/debiased machine learning for treatment and structural parameters", + "relevance_score": 2839.6946, + "publication_year": 2017, + "publication_date": "2017-06-24", + "ids": { + "openalex": "https://openalex.org/W3123436326", + "doi": "https://doi.org/10.1111/ectj.12097", + "mag": "3123436326" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1111/ectj.12097", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1111/ectj.12097", + "pdf_url": "https://academic.oup.com/ectj/article-pdf/21/1/C1/27684918/ectj00c1.pdf", + "source": { + "id": "https://openalex.org/S33519306", + "display_name": "Econometrics Journal", + "issn_l": "1368-4221", + "issn": [ + "1368-4221", + "1368-423X" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310311648", + "host_organization_name": "Oxford University Press", + "host_organization_lineage": [ + "https://openalex.org/P4310311648", + "https://openalex.org/P4310311647" + ], + "host_organization_lineage_names": [ + "Oxford University Press", + "University of Oxford" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "The Econometrics Journal", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "bronze", + "oa_url": "https://academic.oup.com/ectj/article-pdf/21/1/C1/27684918/ectj00c1.pdf", + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5068383641", + "display_name": "Victor Chernozhukov", + "orcid": "https://orcid.org/0000-0002-3250-6714" + }, + "institutions": [ + { + "id": "https://openalex.org/I63966007", + "display_name": "Massachusetts Institute of Technology", + "ror": "https://ror.org/042nb2s44", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I63966007" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Victor Chernozhukov", + "raw_affiliation_strings": [ + "Massachusetts Institute of Technology, 50 Memorial Drive, Cambridge, MA 02139, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Massachusetts Institute of Technology, 50 Memorial Drive, Cambridge, MA 02139, USA", + "institution_ids": [ + "https://openalex.org/I63966007" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5110738906", + "display_name": "Denis Chetverikov", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I161318765", + "display_name": "University of California, Los Angeles", + "ror": "https://ror.org/046rm7j60", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I161318765" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Denis Chetverikov", + "raw_affiliation_strings": [ + "University of California Los Angeles, 315 Portola Plaza, Los Angeles, CA 90095, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of California Los Angeles, 315 Portola Plaza, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5050184772", + "display_name": "Mert Demirer", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I63966007", + "display_name": "Massachusetts Institute of Technology", + "ror": "https://ror.org/042nb2s44", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I63966007" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Mert Demirer", + "raw_affiliation_strings": [ + "Massachusetts Institute of Technology, 50 Memorial Drive, Cambridge, MA 02139, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Massachusetts Institute of Technology, 50 Memorial Drive, Cambridge, MA 02139, USA", + "institution_ids": [ + "https://openalex.org/I63966007" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5015565298", + "display_name": "Esther Duflo", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I63966007", + "display_name": "Massachusetts Institute of Technology", + "ror": "https://ror.org/042nb2s44", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I63966007" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Esther Duflo", + "raw_affiliation_strings": [ + "Massachusetts Institute of Technology, 50 Memorial Drive, Cambridge, MA 02139, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Massachusetts Institute of Technology, 50 Memorial Drive, Cambridge, MA 02139, USA", + "institution_ids": [ + "https://openalex.org/I63966007" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5086970490", + "display_name": "Christian Hansen", + "orcid": "https://orcid.org/0009-0006-8123-1039" + }, + "institutions": [ + { + "id": "https://openalex.org/I40347166", + "display_name": "University of Chicago", + "ror": "https://ror.org/024mw5h28", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I40347166" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Christian Hansen", + "raw_affiliation_strings": [ + "University of Chicago, 5807 S. Woodlawn Ave., Chicago, IL 60637, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Chicago, 5807 S. Woodlawn Ave., Chicago, IL 60637, USA", + "institution_ids": [ + "https://openalex.org/I40347166" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5113931380", + "display_name": "Whitney K. Newey", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I63966007", + "display_name": "Massachusetts Institute of Technology", + "ror": "https://ror.org/042nb2s44", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I63966007" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Whitney Newey", + "raw_affiliation_strings": [ + "Massachusetts Institute of Technology, 50 Memorial Drive, Cambridge, MA 02139, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Massachusetts Institute of Technology, 50 Memorial Drive, Cambridge, MA 02139, USA", + "institution_ids": [ + "https://openalex.org/I63966007" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5079863455", + "display_name": "James M. Robins", + "orcid": "https://orcid.org/0000-0001-6609-209X" + }, + "institutions": [ + { + "id": "https://openalex.org/I136199984", + "display_name": "Harvard University", + "ror": "https://ror.org/03vek6s52", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I136199984" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "James Robins", + "raw_affiliation_strings": [ + "Harvard University, 677 Huntington Avenue, Boston, MA 02115, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Harvard University, 677 Huntington Avenue, Boston, MA 02115, USA", + "institution_ids": [ + "https://openalex.org/I136199984" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 7, + "corresponding_author_ids": [ + "https://openalex.org/A5068383641" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I63966007" + ], + "apc_list": { + "value": 3099, + "currency": "GBP", + "value_usd": 3801 + }, + "apc_paid": null, + "fwci": 49.5769, + "has_fulltext": false, + "cited_by_count": 2392, + "citation_normalized_percentile": { + "value": 0.99897025, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "21", + "issue": "1", + "first_page": "C1", + "last_page": "C68" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10136", + "display_name": "Statistical Methods and Inference", + "score": 0.9990000128746033, + "subfield": { + "id": "https://openalex.org/subfields/2613", + "display_name": "Statistics and Probability" + }, + "field": { + "id": "https://openalex.org/fields/26", + "display_name": "Mathematics" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10136", + "display_name": "Statistical Methods and Inference", + "score": 0.9990000128746033, + "subfield": { + "id": "https://openalex.org/subfields/2613", + "display_name": "Statistics and Probability" + }, + "field": { + "id": "https://openalex.org/fields/26", + "display_name": "Mathematics" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10845", + "display_name": "Advanced Causal Inference Techniques", + "score": 0.9986000061035156, + "subfield": { + "id": "https://openalex.org/subfields/2613", + "display_name": "Statistics and Probability" + }, + "field": { + "id": "https://openalex.org/fields/26", + "display_name": "Mathematics" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10243", + "display_name": "Statistical Methods and Bayesian Inference", + "score": 0.9952999949455261, + "subfield": { + "id": "https://openalex.org/subfields/2613", + "display_name": "Statistics and Probability" + }, + "field": { + "id": "https://openalex.org/fields/26", + "display_name": "Mathematics" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/overfitting", + "display_name": "Overfitting", + "score": 0.9195612668991089 + }, + { + "id": "https://openalex.org/keywords/estimator", + "display_name": "Estimator", + "score": 0.8237652778625488 + }, + { + "id": "https://openalex.org/keywords/nuisance-parameter", + "display_name": "Nuisance parameter", + "score": 0.6137700080871582 + }, + { + "id": "https://openalex.org/keywords/regularization", + "display_name": "Regularization (linguistics)", + "score": 0.611305832862854 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.5675204992294312 + }, + { + "id": "https://openalex.org/keywords/statistics", + "display_name": "Statistics", + "score": 0.3928169012069702 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.37074944376945496 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.3280455470085144 + }, + { + "id": "https://openalex.org/keywords/applied-mathematics", + "display_name": "Applied mathematics", + "score": 0.3253978490829468 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.3153572082519531 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.1361507773399353 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C22019652", + "wikidata": "https://www.wikidata.org/wiki/Q331309", + "display_name": "Overfitting", + "level": 3, + "score": 0.9195612668991089 + }, + { + "id": "https://openalex.org/C185429906", + "wikidata": "https://www.wikidata.org/wiki/Q1130160", + "display_name": "Estimator", + "level": 2, + "score": 0.8237652778625488 + }, + { + "id": "https://openalex.org/C194531419", + "wikidata": "https://www.wikidata.org/wiki/Q17104825", + "display_name": "Nuisance parameter", + "level": 3, + "score": 0.6137700080871582 + }, + { + "id": "https://openalex.org/C2776135515", + "wikidata": "https://www.wikidata.org/wiki/Q17143721", + "display_name": "Regularization (linguistics)", + "level": 2, + "score": 0.611305832862854 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.5675204992294312 + }, + { + "id": "https://openalex.org/C105795698", + "wikidata": "https://www.wikidata.org/wiki/Q12483", + "display_name": "Statistics", + "level": 1, + "score": 0.3928169012069702 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.37074944376945496 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.3280455470085144 + }, + { + "id": "https://openalex.org/C28826006", + "wikidata": "https://www.wikidata.org/wiki/Q33521", + "display_name": "Applied mathematics", + "level": 1, + "score": 0.3253978490829468 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.3153572082519531 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.1361507773399353 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1111/ectj.12097", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1111/ectj.12097", + "pdf_url": "https://academic.oup.com/ectj/article-pdf/21/1/C1/27684918/ectj00c1.pdf", + "source": { + "id": "https://openalex.org/S33519306", + "display_name": "Econometrics Journal", + "issn_l": "1368-4221", + "issn": [ + "1368-4221", + "1368-423X" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310311648", + "host_organization_name": "Oxford University Press", + "host_organization_lineage": [ + "https://openalex.org/P4310311648", + "https://openalex.org/P4310311647" + ], + "host_organization_lineage_names": [ + "Oxford University Press", + "University of Oxford" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "The Econometrics Journal", + "raw_type": "journal-article" + } + ], + "best_oa_location": { + "id": "doi:10.1111/ectj.12097", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1111/ectj.12097", + "pdf_url": "https://academic.oup.com/ectj/article-pdf/21/1/C1/27684918/ectj00c1.pdf", + "source": { + "id": "https://openalex.org/S33519306", + "display_name": "Econometrics Journal", + "issn_l": "1368-4221", + "issn": [ + "1368-4221", + "1368-423X" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310311648", + "host_organization_name": "Oxford University Press", + "host_organization_lineage": [ + "https://openalex.org/P4310311648", + "https://openalex.org/P4310311647" + ], + "host_organization_lineage_names": [ + "Oxford University Press", + "University of Oxford" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "The Econometrics Journal", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [], + "awards": [ + { + "id": "https://openalex.org/G6556031174", + "display_name": null, + "funder_award_id": "ES/I034021/1", + "funder_id": "https://openalex.org/F4320334630", + "funder_display_name": "Economic and Social Research Council" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320306076", + "display_name": "National Science Foundation", + "ror": "https://ror.org/021nxhr62" + }, + { + "id": "https://openalex.org/F4320334630", + "display_name": "Economic and Social Research Council", + "ror": "https://ror.org/03n0ht308" + } + ], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 94, + "referenced_works": [ + "https://openalex.org/W67506904", + "https://openalex.org/W81897278", + "https://openalex.org/W620038288", + "https://openalex.org/W1460189015", + "https://openalex.org/W1520595697", + "https://openalex.org/W1548939571", + "https://openalex.org/W1556388863", + "https://openalex.org/W1656622334", + "https://openalex.org/W1730512236", + "https://openalex.org/W1886275324", + "https://openalex.org/W1963509555", + "https://openalex.org/W1963874316", + "https://openalex.org/W1977675844", + "https://openalex.org/W1981809679", + "https://openalex.org/W1984547044", + "https://openalex.org/W1988734172", + "https://openalex.org/W2000008805", + "https://openalex.org/W2014373672", + "https://openalex.org/W2018543390", + "https://openalex.org/W2022450888", + "https://openalex.org/W2028995298", + "https://openalex.org/W2045640115", + "https://openalex.org/W2046977371", + "https://openalex.org/W2051507405", + "https://openalex.org/W2058248640", + "https://openalex.org/W2062579211", + "https://openalex.org/W2069119359", + "https://openalex.org/W2074523758", + "https://openalex.org/W2078411132", + "https://openalex.org/W2078658856", + "https://openalex.org/W2079597004", + "https://openalex.org/W2086426685", + "https://openalex.org/W2088093133", + "https://openalex.org/W2098895596", + "https://openalex.org/W2099730522", + "https://openalex.org/W2100532505", + "https://openalex.org/W2101746104", + "https://openalex.org/W2104780889", + "https://openalex.org/W2111162388", + "https://openalex.org/W2116581043", + "https://openalex.org/W2120846249", + "https://openalex.org/W2128235479", + "https://openalex.org/W2129086422", + "https://openalex.org/W2143966988", + "https://openalex.org/W2148119495", + "https://openalex.org/W2148596757", + "https://openalex.org/W2150291618", + "https://openalex.org/W2152001792", + "https://openalex.org/W2163162137", + "https://openalex.org/W2171443468", + "https://openalex.org/W2217990278", + "https://openalex.org/W2244523147", + "https://openalex.org/W2308122693", + "https://openalex.org/W2315960178", + "https://openalex.org/W2345898006", + "https://openalex.org/W2398799638", + "https://openalex.org/W2409903755", + "https://openalex.org/W2463468932", + "https://openalex.org/W2478927095", + "https://openalex.org/W2557116807", + "https://openalex.org/W2751382287", + "https://openalex.org/W2765398882", + "https://openalex.org/W2886798606", + "https://openalex.org/W2949148940", + "https://openalex.org/W2950845368", + "https://openalex.org/W2952150717", + "https://openalex.org/W2952248799", + "https://openalex.org/W2962952631", + "https://openalex.org/W2963278901", + "https://openalex.org/W3098302339", + "https://openalex.org/W3099550161", + "https://openalex.org/W3099718522", + "https://openalex.org/W3103221895", + "https://openalex.org/W3121832289", + "https://openalex.org/W3122193054", + "https://openalex.org/W3123233440", + "https://openalex.org/W3123785084", + "https://openalex.org/W3124166904", + "https://openalex.org/W3125188740", + "https://openalex.org/W3125441349", + "https://openalex.org/W3125657517", + "https://openalex.org/W3150893739", + "https://openalex.org/W3207136162", + "https://openalex.org/W4233056867", + "https://openalex.org/W4235461144", + "https://openalex.org/W4240967689", + "https://openalex.org/W4247571494", + "https://openalex.org/W4248240383", + "https://openalex.org/W4300220092", + "https://openalex.org/W4301106181", + "https://openalex.org/W6679265385", + "https://openalex.org/W6802843838", + "https://openalex.org/W6982782312", + "https://openalex.org/W7014881647" + ], + "related_works": [ + "https://openalex.org/W4362597605", + "https://openalex.org/W1574414179", + "https://openalex.org/W4245953108", + "https://openalex.org/W1977619534", + "https://openalex.org/W2236763869", + "https://openalex.org/W2097626286", + "https://openalex.org/W4293568347", + "https://openalex.org/W2808230936", + "https://openalex.org/W2023659367", + "https://openalex.org/W2600353266" + ], + "abstract_inverted_index": { + "We": [ + 0, + 21, + 149, + 205, + 217, + 301 + ], + "revisit": [ + 1 + ], + "the": [ + 2, + 14, + 24, + 36, + 46, + 59, + 135, + 146, + 152, + 162, + 207, + 230, + 267, + 279, + 303, + 314, + 320, + 334, + 351, + 356, + 361, + 369, + 388 + ], + "classic": [ + 3 + ], + "semi‐parametric": [ + 4 + ], + "problem": [ + 5 + ], + "of": [ + 6, + 16, + 45, + 61, + 114, + 124, + 154, + 161, + 164, + 196, + 203, + 210, + 229, + 244, + 252, + 269, + 273, + 298, + 313, + 390 + ], + "inference": [ + 7 + ], + "on": [ + 8, + 159, + 259, + 336, + 360 + ], + "a": [ + 9, + 109, + 270, + 325, + 341 + ], + "low‐dimensional": [ + 10 + ], + "parameter": [ + 11, + 47, + 163, + 232, + 323 + ], + "θ0": [ + 12, + 115, + 166 + ], + "in": [ + 13, + 75, + 97, + 105, + 112, + 134, + 226, + 324, + 340, + 374, + 392 + ], + "presence": [ + 15 + ], + "high‐dimensional": [ + 17, + 34, + 78 + ], + "nuisance": [ + 18, + 188, + 280 + ], + "parameters": [ + 19, + 189 + ], + "η0.": [ + 20 + ], + "depart": [ + 22 + ], + "from": [ + 23 + ], + "classical": [ + 25 + ], + "setting": [ + 26 + ], + "by": [ + 27, + 84, + 119, + 170, + 306 + ], + "allowing": [ + 28 + ], + "for": [ + 29, + 49, + 129, + 277 + ], + "η0": [ + 30, + 107, + 125 + ], + "to": [ + 31, + 73, + 87, + 139, + 187, + 190, + 309, + 318, + 332, + 349, + 367, + 381 + ], + "be": [ + 32, + 140, + 168 + ], + "so": [ + 33 + ], + "that": [ + 35, + 42, + 116, + 151, + 181, + 219, + 224 + ], + "traditional": [ + 37 + ], + "assumptions": [ + 38 + ], + "(e.g.": [ + 39 + ], + "Donsker": [ + 40 + ], + "properties)": [ + 41 + ], + "limit": [ + 43 + ], + "complexity": [ + 44 + ], + "space": [ + 48 + ], + "this": [ + 50 + ], + "object": [ + 51 + ], + "break": [ + 52 + ], + "down.": [ + 53 + ], + "To": [ + 54 + ], + "estimate": [ + 55, + 191 + ], + "η0,": [ + 56 + ], + "we": [ + 57, + 385 + ], + "consider": [ + 58 + ], + "use": [ + 60, + 195, + 268, + 389 + ], + "statistical": [ + 62, + 250 + ], + "or": [ + 63, + 213 + ], + "machine": [ + 64 + ], + "learning": [ + 65 + ], + "(ML)": [ + 66 + ], + "methods,": [ + 67 + ], + "which": [ + 68, + 198, + 241, + 264 + ], + "are": [ + 69, + 117, + 235 + ], + "particularly": [ + 70 + ], + "well": [ + 71, + 83 + ], + "suited": [ + 72 + ], + "estimation": [ + 74, + 160 + ], + "modern,": [ + 76 + ], + "very": [ + 77 + ], + "cases.": [ + 79 + ], + "ML": [ + 80, + 122, + 215, + 275 + ], + "methods": [ + 81, + 211, + 276 + ], + "perform": [ + 82 + ], + "employing": [ + 85 + ], + "regularization": [ + 86, + 93, + 101, + 155 + ], + "reduce": [ + 88 + ], + "variance": [ + 89 + ], + "and": [ + 90, + 103, + 157, + 234, + 238, + 256, + 293, + 296, + 355 + ], + "trading": [ + 91 + ], + "off": [ + 92 + ], + "bias": [ + 94, + 102, + 111, + 132, + 156 + ], + "with": [ + 95, + 185 + ], + "overfitting": [ + 96, + 104, + 158 + ], + "practice.": [ + 98 + ], + "However,": [ + 99 + ], + "both": [ + 100 + ], + "estimating": [ + 106, + 127, + 278 + ], + "cause": [ + 108 + ], + "heavy": [ + 110 + ], + "estimators": [ + 113, + 123, + 223 + ], + "obtained": [ + 118 + ], + "naively": [ + 120 + ], + "plugging": [ + 121 + ], + "into": [ + 126 + ], + "equations": [ + 128 + ], + "θ0.": [ + 130 + ], + "This": [ + 131 + ], + "results": [ + 133 + ], + "naive": [ + 136 + ], + "estimator": [ + 137 + ], + "failing": [ + 138 + ], + "N−1/2": [ + 141 + ], + "consistent,": [ + 142 + ], + "where": [ + 143 + ], + "N": [ + 144 + ], + "is": [ + 145, + 254 + ], + "sample": [ + 147 + ], + "size.": [ + 148 + ], + "show": [ + 150 + ], + "impact": [ + 153 + ], + "interest": [ + 165 + ], + "can": [ + 167 + ], + "removed": [ + 169 + ], + "using": [ + 171, + 178 + ], + "two": [ + 172 + ], + "simple,": [ + 173 + ], + "yet": [ + 174 + ], + "critical,": [ + 175 + ], + "ingredients:": [ + 176 + ], + "(1)": [ + 177 + ], + "Neyman‐orthogonal": [ + 179 + ], + "moments/scores": [ + 180 + ], + "have": [ + 182 + ], + "reduced": [ + 183 + ], + "sensitivity": [ + 184 + ], + "respect": [ + 186 + ], + "θ0;": [ + 192 + ], + "(2)": [ + 193 + ], + "making": [ + 194 + ], + "cross‐fitting,": [ + 197 + ], + "provides": [ + 199 + ], + "an": [ + 200, + 227, + 337, + 375 + ], + "efficient": [ + 201 + ], + "form": [ + 202 + ], + "data‐splitting.": [ + 204 + ], + "call": [ + 206 + ], + "resulting": [ + 208 + ], + "set": [ + 209 + ], + "double": [ + 212 + ], + "debiased": [ + 214 + ], + "(DML).": [ + 216 + ], + "verify": [ + 218 + ], + "DML": [ + 220, + 253, + 316, + 330, + 347, + 365, + 391 + ], + "delivers": [ + 221 + ], + "point": [ + 222 + ], + "concentrate": [ + 225 + ], + "N−1/2‐neighbourhood": [ + 228 + ], + "true": [ + 231 + ], + "values": [ + 233 + ], + "approximately": [ + 236 + ], + "unbiased": [ + 237 + ], + "normally": [ + 239 + ], + "distributed,": [ + 240 + ], + "allows": [ + 242 + ], + "construction": [ + 243 + ], + "valid": [ + 245 + ], + "confidence": [ + 246 + ], + "statements.": [ + 247 + ], + "The": [ + 248 + ], + "generic": [ + 249 + ], + "theory": [ + 251, + 305 + ], + "elementary": [ + 255 + ], + "simultaneously": [ + 257 + ], + "relies": [ + 258 + ], + "only": [ + 260 + ], + "weak": [ + 261 + ], + "theoretical": [ + 262, + 311, + 383 + ], + "requirements,": [ + 263 + ], + "will": [ + 265 + ], + "admit": [ + 266 + ], + "broad": [ + 271 + ], + "array": [ + 272 + ], + "modern": [ + 274 + ], + "parameters,": [ + 281 + ], + "such": [ + 282 + ], + "as": [ + 283 + ], + "random": [ + 284 + ], + "forests,": [ + 285 + ], + "lasso,": [ + 286 + ], + "ridge,": [ + 287 + ], + "deep": [ + 288 + ], + "neural": [ + 289 + ], + "nets,": [ + 290 + ], + "boosted": [ + 291 + ], + "trees,": [ + 292 + ], + "various": [ + 294 + ], + "hybrids": [ + 295 + ], + "ensembles": [ + 297 + ], + "these": [ + 299, + 382 + ], + "methods.": [ + 300 + ], + "illustrate": [ + 302, + 387 + ], + "general": [ + 304 + ], + "applying": [ + 307 + ], + "it": [ + 308 + ], + "provide": [ + 310 + ], + "properties": [ + 312 + ], + "following:": [ + 315 + ], + "applied": [ + 317, + 331, + 348, + 366 + ], + "learn": [ + 319, + 333, + 350, + 368 + ], + "main": [ + 321 + ], + "regression": [ + 322, + 328 + ], + "partially": [ + 326, + 342 + ], + "linear": [ + 327, + 343 + ], + "model;": [ + 329, + 346 + ], + "coefficient": [ + 335 + ], + "endogenous": [ + 338 + ], + "variable": [ + 339 + ], + "instrumental": [ + 344, + 376 + ], + "variables": [ + 345, + 377 + ], + "average": [ + 352, + 357, + 371 + ], + "treatment": [ + 353, + 358, + 372 + ], + "effect": [ + 354, + 359, + 373 + ], + "treated": [ + 362 + ], + "under": [ + 363 + ], + "unconfoundedness;": [ + 364 + ], + "local": [ + 370 + ], + "setting.": [ + 378 + ], + "In": [ + 379 + ], + "addition": [ + 380 + ], + "applications,": [ + 384 + ], + "also": [ + 386 + ], + "three": [ + 393 + ], + "empirical": [ + 394 + ], + "examples.": [ + 395 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 406 + }, + { + "year": 2025, + "cited_by_count": 714 + }, + { + "year": 2024, + "cited_by_count": 427 + }, + { + "year": 2023, + "cited_by_count": 257 + }, + { + "year": 2022, + "cited_by_count": 210 + }, + { + "year": 2021, + "cited_by_count": 172 + }, + { + "year": 2020, + "cited_by_count": 112 + }, + { + "year": 2019, + "cited_by_count": 70 + }, + { + "year": 2018, + "cited_by_count": 18 + }, + { + "year": 2017, + "cited_by_count": 5 + }, + { + "year": 2016, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2048266589", + "doi": "https://doi.org/10.1109/micro.2014.58", + "title": "DaDianNao: A Machine-Learning Supercomputer", + "display_name": "DaDianNao: A Machine-Learning Supercomputer", + "relevance_score": 2836.107, + "publication_year": 2014, + "publication_date": "2014-12-01", + "ids": { + "openalex": "https://openalex.org/W2048266589", + "doi": "https://doi.org/10.1109/micro.2014.58", + "mag": "2048266589" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1109/micro.2014.58", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/micro.2014.58", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "2014 47th Annual IEEE/ACM International Symposium on Microarchitecture", + "raw_type": "proceedings-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5036492388", + "display_name": "Yunji Chen", + "orcid": "https://orcid.org/0000-0003-3925-5185" + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "Yunji Chen", + "raw_affiliation_strings": [ + "SKL of Computer Architecture, ICT, CAS, China" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "SKL of Computer Architecture, ICT, CAS, China", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5101630043", + "display_name": "Tao Luo", + "orcid": "https://orcid.org/0000-0002-3415-3676" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Tao Luo", + "raw_affiliation_strings": [ + "SKL of Computer Architecture, ICT, CAS, China", + "University of CAS, China" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "SKL of Computer Architecture, ICT, CAS, China", + "institution_ids": [] + }, + { + "raw_affiliation_string": "University of CAS, China", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5033237869", + "display_name": "Shaoli Liu", + "orcid": "https://orcid.org/0000-0001-7197-8805" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Shaoli Liu", + "raw_affiliation_strings": [ + "SKL of Computer Architecture, ICT, CAS, China" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "SKL of Computer Architecture, ICT, CAS, China", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5101498177", + "display_name": "Shijin Zhang", + "orcid": "https://orcid.org/0000-0001-5141-3188" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Shijin Zhang", + "raw_affiliation_strings": [ + "SKL of Computer Architecture, ICT, CAS, China" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "SKL of Computer Architecture, ICT, CAS, China", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5100836264", + "display_name": "Liqiang He", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I2722730", + "display_name": "Inner Mongolia University", + "ror": "https://ror.org/0106qb496", + "country_code": "CN", + "type": "education", + "lineage": [ + "https://openalex.org/I2722730" + ] + }, + { + "id": "https://openalex.org/I1326498283", + "display_name": "Institut national de recherche en informatique et en automatique", + "ror": "https://ror.org/02kvxyf05", + "country_code": "FR", + "type": "funder", + "lineage": [ + "https://openalex.org/I1326498283" + ] + } + ], + "countries": [ + "CN", + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Liqiang He", + "raw_affiliation_strings": [ + "Inner Mongolia University, China", + "Inria, Scalay, France" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Inner Mongolia University, China", + "institution_ids": [ + "https://openalex.org/I2722730" + ] + }, + { + "raw_affiliation_string": "Inria, Scalay, France", + "institution_ids": [ + "https://openalex.org/I1326498283" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5100404643", + "display_name": "Jia Wang", + "orcid": "https://orcid.org/0000-0002-3165-7051" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Jia Wang", + "raw_affiliation_strings": [ + "SKL of Computer Architecture, ICT, CAS, China" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "SKL of Computer Architecture, ICT, CAS, China", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5100435321", + "display_name": "Ling Li", + "orcid": "https://orcid.org/0000-0001-8877-9052" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Ling Li", + "raw_affiliation_strings": [ + "SKL of Computer Architecture, ICT, CAS, China" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "SKL of Computer Architecture, ICT, CAS, China", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5109886311", + "display_name": "Tianshi Chen", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Tianshi Chen", + "raw_affiliation_strings": [ + "SKL of Computer Architecture, ICT, CAS, China" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "SKL of Computer Architecture, ICT, CAS, China", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5100628169", + "display_name": "Zhiwei Xu", + "orcid": "https://orcid.org/0000-0002-1480-7265" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Zhiwei Xu", + "raw_affiliation_strings": [ + "SKL of Computer Architecture, ICT, CAS, China" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "SKL of Computer Architecture, ICT, CAS, China", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5101738013", + "display_name": "Ninghui Sun", + "orcid": "https://orcid.org/0000-0002-1953-1392" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Ninghui Sun", + "raw_affiliation_strings": [ + "SKL of Computer Architecture, ICT, CAS, China" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "SKL of Computer Architecture, ICT, CAS, China", + "institution_ids": [] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5040252809", + "display_name": "Olivier Temam", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1326498283", + "display_name": "Institut national de recherche en informatique et en automatique", + "ror": "https://ror.org/02kvxyf05", + "country_code": "FR", + "type": "funder", + "lineage": [ + "https://openalex.org/I1326498283" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Olivier Temam", + "raw_affiliation_strings": [ + "Inria, Scalay, France" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Inria, Scalay, France", + "institution_ids": [ + "https://openalex.org/I1326498283" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 11, + "corresponding_author_ids": [ + "https://openalex.org/A5036492388" + ], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 66.2313, + "has_fulltext": false, + "cited_by_count": 1499, + "citation_normalized_percentile": { + "value": 0.99931373, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 96, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": "609", + "last_page": "622" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10036", + "display_name": "Advanced Neural Network Applications", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10036", + "display_name": "Advanced Neural Network Applications", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10054", + "display_name": "Parallel Computing and Optimization Techniques", + "score": 0.9994999766349792, + "subfield": { + "id": "https://openalex.org/subfields/1708", + "display_name": "Hardware and Architecture" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10502", + "display_name": "Advanced Memory and Neural Computing", + "score": 0.9987000226974487, + "subfield": { + "id": "https://openalex.org/subfields/2208", + "display_name": "Electrical and Electronic Engineering" + }, + "field": { + "id": "https://openalex.org/fields/22", + "display_name": "Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.8650738000869751 + }, + { + "id": "https://openalex.org/keywords/supercomputer", + "display_name": "Supercomputer", + "score": 0.6421846747398376 + }, + { + "id": "https://openalex.org/keywords/memory-footprint", + "display_name": "Memory footprint", + "score": 0.6217308640480042 + }, + { + "id": "https://openalex.org/keywords/convolutional-neural-network", + "display_name": "Convolutional neural network", + "score": 0.6212705373764038 + }, + { + "id": "https://openalex.org/keywords/speedup", + "display_name": "Speedup", + "score": 0.6080182790756226 + }, + { + "id": "https://openalex.org/keywords/parallel-computing", + "display_name": "Parallel computing", + "score": 0.5330008268356323 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.5072109699249268 + }, + { + "id": "https://openalex.org/keywords/deep-learning", + "display_name": "Deep learning", + "score": 0.507047176361084 + }, + { + "id": "https://openalex.org/keywords/memory-bandwidth", + "display_name": "Memory bandwidth", + "score": 0.5065058469772339 + }, + { + "id": "https://openalex.org/keywords/bandwidth", + "display_name": "Bandwidth (computing)", + "score": 0.4705035388469696 + }, + { + "id": "https://openalex.org/keywords/auxiliary-memory", + "display_name": "Auxiliary memory", + "score": 0.46236518025398254 + }, + { + "id": "https://openalex.org/keywords/computer-architecture", + "display_name": "Computer architecture", + "score": 0.44564568996429443 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.3841804265975952 + }, + { + "id": "https://openalex.org/keywords/distributed-computing", + "display_name": "Distributed computing", + "score": 0.34958434104919434 + }, + { + "id": "https://openalex.org/keywords/computer-engineering", + "display_name": "Computer engineering", + "score": 0.32731860876083374 + }, + { + "id": "https://openalex.org/keywords/computer-hardware", + "display_name": "Computer hardware", + "score": 0.21425938606262207 + }, + { + "id": "https://openalex.org/keywords/operating-system", + "display_name": "Operating system", + "score": 0.1414709985256195 + }, + { + "id": "https://openalex.org/keywords/computer-network", + "display_name": "Computer network", + "score": 0.13462954759597778 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.8650738000869751 + }, + { + "id": "https://openalex.org/C83283714", + "wikidata": "https://www.wikidata.org/wiki/Q121117", + "display_name": "Supercomputer", + "level": 2, + "score": 0.6421846747398376 + }, + { + "id": "https://openalex.org/C74912251", + "wikidata": "https://www.wikidata.org/wiki/Q6815727", + "display_name": "Memory footprint", + "level": 2, + "score": 0.6217308640480042 + }, + { + "id": "https://openalex.org/C81363708", + "wikidata": "https://www.wikidata.org/wiki/Q17084460", + "display_name": "Convolutional neural network", + "level": 2, + "score": 0.6212705373764038 + }, + { + "id": "https://openalex.org/C68339613", + "wikidata": "https://www.wikidata.org/wiki/Q1549489", + "display_name": "Speedup", + "level": 2, + "score": 0.6080182790756226 + }, + { + "id": "https://openalex.org/C173608175", + "wikidata": "https://www.wikidata.org/wiki/Q232661", + "display_name": "Parallel computing", + "level": 1, + "score": 0.5330008268356323 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.5072109699249268 + }, + { + "id": "https://openalex.org/C108583219", + "wikidata": "https://www.wikidata.org/wiki/Q197536", + "display_name": "Deep learning", + "level": 2, + "score": 0.507047176361084 + }, + { + "id": "https://openalex.org/C188045654", + "wikidata": "https://www.wikidata.org/wiki/Q17148339", + "display_name": "Memory bandwidth", + "level": 2, + "score": 0.5065058469772339 + }, + { + "id": "https://openalex.org/C2776257435", + "wikidata": "https://www.wikidata.org/wiki/Q1576430", + "display_name": "Bandwidth (computing)", + "level": 2, + "score": 0.4705035388469696 + }, + { + "id": "https://openalex.org/C82687282", + "wikidata": "https://www.wikidata.org/wiki/Q66221", + "display_name": "Auxiliary memory", + "level": 2, + "score": 0.46236518025398254 + }, + { + "id": "https://openalex.org/C118524514", + "wikidata": "https://www.wikidata.org/wiki/Q173212", + "display_name": "Computer architecture", + "level": 1, + "score": 0.44564568996429443 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.3841804265975952 + }, + { + "id": "https://openalex.org/C120314980", + "wikidata": "https://www.wikidata.org/wiki/Q180634", + "display_name": "Distributed computing", + "level": 1, + "score": 0.34958434104919434 + }, + { + "id": "https://openalex.org/C113775141", + "wikidata": "https://www.wikidata.org/wiki/Q428691", + "display_name": "Computer engineering", + "level": 1, + "score": 0.32731860876083374 + }, + { + "id": "https://openalex.org/C9390403", + "wikidata": "https://www.wikidata.org/wiki/Q3966", + "display_name": "Computer hardware", + "level": 1, + "score": 0.21425938606262207 + }, + { + "id": "https://openalex.org/C111919701", + "wikidata": "https://www.wikidata.org/wiki/Q9135", + "display_name": "Operating system", + "level": 1, + "score": 0.1414709985256195 + }, + { + "id": "https://openalex.org/C31258907", + "wikidata": "https://www.wikidata.org/wiki/Q1301371", + "display_name": "Computer network", + "level": 1, + "score": 0.13462954759597778 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1109/micro.2014.58", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/micro.2014.58", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "2014 47th Annual IEEE/ACM International Symposium on Microarchitecture", + "raw_type": "proceedings-article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "score": 0.7099999785423279, + "id": "https://metadata.un.org/sdg/7", + "display_name": "Affordable and clean energy" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 61, + "referenced_works": [ + "https://openalex.org/W160318044", + "https://openalex.org/W587794757", + "https://openalex.org/W1501077214", + "https://openalex.org/W1964471912", + "https://openalex.org/W1987117608", + "https://openalex.org/W1994197834", + "https://openalex.org/W2006312753", + "https://openalex.org/W2010238453", + "https://openalex.org/W2024139303", + "https://openalex.org/W2038061869", + "https://openalex.org/W2043607059", + "https://openalex.org/W2056137328", + "https://openalex.org/W2062227835", + "https://openalex.org/W2071709160", + "https://openalex.org/W2077505860", + "https://openalex.org/W2082444966", + "https://openalex.org/W2089064077", + "https://openalex.org/W2098335003", + "https://openalex.org/W2102543317", + "https://openalex.org/W2107994122", + "https://openalex.org/W2108598243", + "https://openalex.org/W2109492604", + "https://openalex.org/W2111932160", + "https://openalex.org/W2112796928", + "https://openalex.org/W2116267755", + "https://openalex.org/W2120480077", + "https://openalex.org/W2121458485", + "https://openalex.org/W2125203716", + "https://openalex.org/W2128785632", + "https://openalex.org/W2136189984", + "https://openalex.org/W2136262589", + "https://openalex.org/W2141125852", + "https://openalex.org/W2148461049", + "https://openalex.org/W2148605318", + "https://openalex.org/W2152839228", + "https://openalex.org/W2155377787", + "https://openalex.org/W2162390675", + "https://openalex.org/W2163605009", + "https://openalex.org/W2168231600", + "https://openalex.org/W2169875292", + "https://openalex.org/W2187230075", + "https://openalex.org/W2252268321", + "https://openalex.org/W2253807446", + "https://openalex.org/W2467255337", + "https://openalex.org/W2504108613", + "https://openalex.org/W2546302380", + "https://openalex.org/W2963217749", + "https://openalex.org/W3151762208", + "https://openalex.org/W4232280717", + "https://openalex.org/W4239072543", + "https://openalex.org/W6617368339", + "https://openalex.org/W6651700774", + "https://openalex.org/W6673621702", + "https://openalex.org/W6676297131", + "https://openalex.org/W6678242812", + "https://openalex.org/W6680450716", + "https://openalex.org/W6681813608", + "https://openalex.org/W6683722107", + "https://openalex.org/W6684191040", + "https://openalex.org/W6684859321", + "https://openalex.org/W6691441656" + ], + "related_works": [ + "https://openalex.org/W4289827464", + "https://openalex.org/W4376647684", + "https://openalex.org/W4221139464", + "https://openalex.org/W4386302689", + "https://openalex.org/W2068996722", + "https://openalex.org/W4200309432", + "https://openalex.org/W3193699965", + "https://openalex.org/W4319917399", + "https://openalex.org/W2909779890", + "https://openalex.org/W2398743891" + ], + "abstract_inverted_index": { + "Many": [ + 0 + ], + "companies": [ + 1 + ], + "are": [ + 2, + 11, + 33, + 43 + ], + "deploying": [ + 3 + ], + "services,": [ + 4 + ], + "either": [ + 5 + ], + "for": [ + 6, + 17, + 185 + ], + "consumers": [ + 7 + ], + "or": [ + 8 + ], + "industry,": [ + 9 + ], + "which": [ + 10, + 42, + 62, + 70, + 127 + ], + "largely": [ + 12 + ], + "based": [ + 13 + ], + "on": [ + 14, + 84, + 102, + 155, + 183 + ], + "machine-learning": [ + 15, + 31, + 147 + ], + "algorithms": [ + 16, + 32 + ], + "sophisticated": [ + 18 + ], + "processing": [ + 19 + ], + "of": [ + 20, + 23, + 54, + 100, + 105, + 158, + 172, + 204 + ], + "large": [ + 21 + ], + "amounts": [ + 22 + ], + "data.": [ + 24 + ], + "The": [ + 25 + ], + "state-of-the-art": [ + 26 + ], + "and": [ + 27, + 35, + 40, + 49, + 89, + 123, + 177, + 197, + 207 + ], + "most": [ + 28 + ], + "popular": [ + 29 + ], + "such": [ + 30 + ], + "Convolutional": [ + 34 + ], + "Deep": [ + 36 + ], + "Neural": [ + 37 + ], + "Networks": [ + 38 + ], + "(CNNs": [ + 39 + ], + "DNNs),": [ + 41 + ], + "known": [ + 44, + 161 + ], + "to": [ + 45, + 119, + 168, + 194 + ], + "be": [ + 46 + ], + "both": [ + 47 + ], + "computationally": [ + 48 + ], + "memory": [ + 50, + 74, + 79, + 91 + ], + "intensive.": [ + 51 + ], + "A": [ + 52 + ], + "number": [ + 53 + ], + "neural": [ + 55, + 162 + ], + "network": [ + 56, + 163 + ], + "accelerators": [ + 57 + ], + "have": [ + 58 + ], + "been": [ + 59 + ], + "recently": [ + 60 + ], + "proposed": [ + 61 + ], + "can": [ + 63, + 117, + 128 + ], + "offer": [ + 64 + ], + "high": [ + 65, + 120 + ], + "computational": [ + 66, + 208 + ], + "capacity/area": [ + 67 + ], + "ratio,": [ + 68 + ], + "but": [ + 69 + ], + "remain": [ + 71 + ], + "hampered": [ + 72 + ], + "by": [ + 73, + 82, + 181 + ], + "accesses.": [ + 75 + ], + "However,": [ + 76 + ], + "unlike": [ + 77 + ], + "the": [ + 78, + 87, + 98, + 101, + 113, + 159, + 179, + 191, + 195 + ], + "wall": [ + 80 + ], + "faced": [ + 81 + ], + "processors": [ + 83 + ], + "general-purpose": [ + 85 + ], + "workloads,": [ + 86 + ], + "CNNs": [ + 88 + ], + "DNNs": [ + 90 + ], + "footprint,": [ + 92 + ], + "while": [ + 93 + ], + "large,": [ + 94 + ], + "is": [ + 95, + 166 + ], + "not": [ + 96 + ], + "beyond": [ + 97 + ], + "capability": [ + 99 + ], + "chip": [ + 103 + ], + "storage": [ + 104, + 206 + ], + "a": [ + 106, + 135, + 144, + 156, + 170, + 175, + 186, + 202 + ], + "multi-chip": [ + 107, + 146 + ], + "system.": [ + 108, + 188 + ], + "This": [ + 109 + ], + "property,": [ + 110 + ], + "combined": [ + 111 + ], + "with": [ + 112, + 210 + ], + "CNN/DNN": [ + 114 + ], + "algorithmic": [ + 115 + ], + "characteristics,": [ + 116 + ], + "lead": [ + 118 + ], + "internal": [ + 121 + ], + "bandwidth": [ + 122 + ], + "low": [ + 124 + ], + "external": [ + 125 + ], + "communications,": [ + 126 + ], + "in": [ + 129 + ], + "turn": [ + 130 + ], + "enable": [ + 131 + ], + "high-degree": [ + 132 + ], + "parallelism": [ + 133 + ], + "at": [ + 134, + 199 + ], + "reasonable": [ + 136 + ], + "area": [ + 137 + ], + "cost.": [ + 138 + ], + "In": [ + 139 + ], + "this": [ + 140 + ], + "article,": [ + 141 + ], + "we": [ + 142 + ], + "introduce": [ + 143 + ], + "custom": [ + 145, + 205 + ], + "architecture": [ + 148 + ], + "along": [ + 149 + ], + "those": [ + 150 + ], + "lines.": [ + 151 + ], + "We": [ + 152, + 189 + ], + "show": [ + 153 + ], + "that,": [ + 154 + ], + "subset": [ + 157 + ], + "largest": [ + 160 + ], + "layers,": [ + 164 + ], + "it": [ + 165 + ], + "possible": [ + 167 + ], + "achieve": [ + 169 + ], + "speedup": [ + 171 + ], + "450.65x": [ + 173 + ], + "over": [ + 174 + ], + "GPU,": [ + 176 + ], + "reduce": [ + 178 + ], + "energy": [ + 180 + ], + "150.31x": [ + 182 + ], + "average": [ + 184 + ], + "64-chip": [ + 187 + ], + "implement": [ + 190 + ], + "node": [ + 192 + ], + "down": [ + 193 + ], + "place": [ + 196 + ], + "route": [ + 198 + ], + "28nm,": [ + 200 + ], + "containing": [ + 201 + ], + "combination": [ + 203 + ], + "units,": [ + 209 + ], + "industry-grade": [ + 211 + ], + "interconnects.": [ + 212 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 13 + }, + { + "year": 2025, + "cited_by_count": 45 + }, + { + "year": 2024, + "cited_by_count": 74 + }, + { + "year": 2023, + "cited_by_count": 98 + }, + { + "year": 2022, + "cited_by_count": 139 + }, + { + "year": 2021, + "cited_by_count": 189 + }, + { + "year": 2020, + "cited_by_count": 234 + }, + { + "year": 2019, + "cited_by_count": 207 + }, + { + "year": 2018, + "cited_by_count": 232 + }, + { + "year": 2017, + "cited_by_count": 148 + }, + { + "year": 2016, + "cited_by_count": 93 + }, + { + "year": 2015, + "cited_by_count": 24 + }, + { + "year": 2014, + "cited_by_count": 3 + } + ], + "updated_date": "2026-05-28T09:10:13.091523", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2964303497", + "doi": "https://doi.org/10.3390/electronics8080832", + "title": "Machine Learning Interpretability: A Survey on Methods and Metrics", + "display_name": "Machine Learning Interpretability: A Survey on Methods and Metrics", + "relevance_score": 2832.288, + "publication_year": 2019, + "publication_date": "2019-07-26", + "ids": { + "openalex": "https://openalex.org/W2964303497", + "doi": "https://doi.org/10.3390/electronics8080832", + "mag": "2964303497" + }, + "language": "en", + "primary_location": { + "id": "doi:10.3390/electronics8080832", + "is_oa": true, + "landing_page_url": "https://doi.org/10.3390/electronics8080832", + "pdf_url": "https://www.mdpi.com/2079-9292/8/8/832/pdf?version=1564134847", + "source": { + "id": "https://openalex.org/S4210202905", + "display_name": "Electronics", + "issn_l": "2079-9292", + "issn": [ + "2079-9292" + ], + "is_oa": true, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310310987", + "host_organization_name": "Multidisciplinary Digital Publishing Institute", + "host_organization_lineage": [ + "https://openalex.org/P4310310987" + ], + "host_organization_lineage_names": [ + "Multidisciplinary Digital Publishing Institute" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Electronics", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref", + "doaj" + ], + "open_access": { + "is_oa": true, + "oa_status": "gold", + "oa_url": "https://www.mdpi.com/2079-9292/8/8/832/pdf?version=1564134847", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5102720670", + "display_name": "Diogo V. Carvalho", + "orcid": "https://orcid.org/0000-0002-2349-4117" + }, + "institutions": [ + { + "id": "https://openalex.org/I182534213", + "display_name": "Universidade do Porto", + "ror": "https://ror.org/043pwc612", + "country_code": "PT", + "type": "education", + "lineage": [ + "https://openalex.org/I182534213" + ] + } + ], + "countries": [ + "PT" + ], + "is_corresponding": true, + "raw_author_name": "Diogo V. Carvalho", + "raw_affiliation_strings": [ + "Deloitte Portugal, Manuel Bandeira Street, 43, 4150-479 Porto, Portugal", + "Faculty of Engineering, University of Porto, Dr. Roberto Frias Street, 4200-465 Porto, Portugal" + ], + "raw_orcid": "https://orcid.org/0000-0002-2349-4117", + "affiliations": [ + { + "raw_affiliation_string": "Deloitte Portugal, Manuel Bandeira Street, 43, 4150-479 Porto, Portugal", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Faculty of Engineering, University of Porto, Dr. Roberto Frias Street, 4200-465 Porto, Portugal", + "institution_ids": [ + "https://openalex.org/I182534213" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5102355791", + "display_name": "Eduardo M. Pereira", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Eduardo M. Pereira", + "raw_affiliation_strings": [ + "Deloitte Portugal, Manuel Bandeira Street, 43, 4150-479 Porto, Portugal" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Deloitte Portugal, Manuel Bandeira Street, 43, 4150-479 Porto, Portugal", + "institution_ids": [] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5013827007", + "display_name": "Jaime S. Cardoso", + "orcid": "https://orcid.org/0000-0002-3760-2473" + }, + "institutions": [ + { + "id": "https://openalex.org/I182534213", + "display_name": "Universidade do Porto", + "ror": "https://ror.org/043pwc612", + "country_code": "PT", + "type": "education", + "lineage": [ + "https://openalex.org/I182534213" + ] + }, + { + "id": "https://openalex.org/I4210166615", + "display_name": "INESC TEC", + "ror": "https://ror.org/05fa8ka61", + "country_code": "PT", + "type": "nonprofit", + "lineage": [ + "https://openalex.org/I4210125590", + "https://openalex.org/I4210166615" + ] + } + ], + "countries": [ + "PT" + ], + "is_corresponding": false, + "raw_author_name": "Jaime S. Cardoso", + "raw_affiliation_strings": [ + "Faculty of Engineering, University of Porto, Dr. Roberto Frias Street, 4200-465 Porto, Portugal", + "INESC TEC, Dr. Roberto Frias Street, 4200-465 Porto, Portugal" + ], + "raw_orcid": "https://orcid.org/0000-0002-3760-2473", + "affiliations": [ + { + "raw_affiliation_string": "Faculty of Engineering, University of Porto, Dr. Roberto Frias Street, 4200-465 Porto, Portugal", + "institution_ids": [ + "https://openalex.org/I182534213" + ] + }, + { + "raw_affiliation_string": "INESC TEC, Dr. Roberto Frias Street, 4200-465 Porto, Portugal", + "institution_ids": [ + "https://openalex.org/I4210166615" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5102720670" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I182534213" + ], + "apc_list": { + "value": 2000, + "currency": "CHF", + "value_usd": 2165 + }, + "apc_paid": { + "value": 2000, + "currency": "CHF", + "value_usd": 2165 + }, + "fwci": 90.6779, + "has_fulltext": true, + "cited_by_count": 1742, + "citation_normalized_percentile": { + "value": 0.99953229, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "8", + "issue": "8", + "first_page": "832", + "last_page": "832" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12026", + "display_name": "Explainable Artificial Intelligence (XAI)", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12026", + "display_name": "Explainable Artificial Intelligence (XAI)", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11689", + "display_name": "Adversarial Robustness in Machine Learning", + "score": 0.9976999759674072, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9767000079154968, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/interpretability", + "display_name": "Interpretability", + "score": 0.9701313972473145 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.659199059009552 + }, + { + "id": "https://openalex.org/keywords/meaning", + "display_name": "Meaning (existential)", + "score": 0.6587560772895813 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6230239272117615 + }, + { + "id": "https://openalex.org/keywords/field", + "display_name": "Field (mathematics)", + "score": 0.5974628925323486 + }, + { + "id": "https://openalex.org/keywords/audit", + "display_name": "Audit", + "score": 0.5879456400871277 + }, + { + "id": "https://openalex.org/keywords/quality", + "display_name": "Quality (philosophy)", + "score": 0.5633484125137329 + }, + { + "id": "https://openalex.org/keywords/data-science", + "display_name": "Data science", + "score": 0.5597485899925232 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.5310136675834656 + }, + { + "id": "https://openalex.org/keywords/management-science", + "display_name": "Management science", + "score": 0.4038145840167999 + }, + { + "id": "https://openalex.org/keywords/knowledge-management", + "display_name": "Knowledge management", + "score": 0.35610130429267883 + }, + { + "id": "https://openalex.org/keywords/risk-analysis", + "display_name": "Risk analysis (engineering)", + "score": 0.35108682513237 + }, + { + "id": "https://openalex.org/keywords/engineering", + "display_name": "Engineering", + "score": 0.14015191793441772 + }, + { + "id": "https://openalex.org/keywords/psychology", + "display_name": "Psychology", + "score": 0.12852543592453003 + }, + { + "id": "https://openalex.org/keywords/epistemology", + "display_name": "Epistemology", + "score": 0.08962225914001465 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2781067378", + "wikidata": "https://www.wikidata.org/wiki/Q17027399", + "display_name": "Interpretability", + "level": 2, + "score": 0.9701313972473145 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.659199059009552 + }, + { + "id": "https://openalex.org/C2780876879", + "wikidata": "https://www.wikidata.org/wiki/Q3054749", + "display_name": "Meaning (existential)", + "level": 2, + "score": 0.6587560772895813 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6230239272117615 + }, + { + "id": "https://openalex.org/C9652623", + "wikidata": "https://www.wikidata.org/wiki/Q190109", + "display_name": "Field (mathematics)", + "level": 2, + "score": 0.5974628925323486 + }, + { + "id": "https://openalex.org/C199521495", + "wikidata": "https://www.wikidata.org/wiki/Q181487", + "display_name": "Audit", + "level": 2, + "score": 0.5879456400871277 + }, + { + "id": "https://openalex.org/C2779530757", + "wikidata": "https://www.wikidata.org/wiki/Q1207505", + "display_name": "Quality (philosophy)", + "level": 2, + "score": 0.5633484125137329 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.5597485899925232 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.5310136675834656 + }, + { + "id": "https://openalex.org/C539667460", + "wikidata": "https://www.wikidata.org/wiki/Q2414942", + "display_name": "Management science", + "level": 1, + "score": 0.4038145840167999 + }, + { + "id": "https://openalex.org/C56739046", + "wikidata": "https://www.wikidata.org/wiki/Q192060", + "display_name": "Knowledge management", + "level": 1, + "score": 0.35610130429267883 + }, + { + "id": "https://openalex.org/C112930515", + "wikidata": "https://www.wikidata.org/wiki/Q4389547", + "display_name": "Risk analysis (engineering)", + "level": 1, + "score": 0.35108682513237 + }, + { + "id": "https://openalex.org/C127413603", + "wikidata": "https://www.wikidata.org/wiki/Q11023", + "display_name": "Engineering", + "level": 0, + "score": 0.14015191793441772 + }, + { + "id": "https://openalex.org/C15744967", + "wikidata": "https://www.wikidata.org/wiki/Q9418", + "display_name": "Psychology", + "level": 0, + "score": 0.12852543592453003 + }, + { + "id": "https://openalex.org/C111472728", + "wikidata": "https://www.wikidata.org/wiki/Q9471", + "display_name": "Epistemology", + "level": 1, + "score": 0.08962225914001465 + }, + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C202444582", + "wikidata": "https://www.wikidata.org/wiki/Q837863", + "display_name": "Pure mathematics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C138885662", + "wikidata": "https://www.wikidata.org/wiki/Q5891", + "display_name": "Philosophy", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C187736073", + "wikidata": "https://www.wikidata.org/wiki/Q2920921", + "display_name": "Management", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C542102704", + "wikidata": "https://www.wikidata.org/wiki/Q183257", + "display_name": "Psychotherapist", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C162324750", + "wikidata": "https://www.wikidata.org/wiki/Q8134", + "display_name": "Economics", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 3, + "locations": [ + { + "id": "doi:10.3390/electronics8080832", + "is_oa": true, + "landing_page_url": "https://doi.org/10.3390/electronics8080832", + "pdf_url": "https://www.mdpi.com/2079-9292/8/8/832/pdf?version=1564134847", + "source": { + "id": "https://openalex.org/S4210202905", + "display_name": "Electronics", + "issn_l": "2079-9292", + "issn": [ + "2079-9292" + ], + "is_oa": true, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310310987", + "host_organization_name": "Multidisciplinary Digital Publishing Institute", + "host_organization_lineage": [ + "https://openalex.org/P4310310987" + ], + "host_organization_lineage_names": [ + "Multidisciplinary Digital Publishing Institute" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Electronics", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:doaj.org/article:45fdfd3de6ed423b85a89d6e8d758b60", + "is_oa": true, + "landing_page_url": "https://doaj.org/article/45fdfd3de6ed423b85a89d6e8d758b60", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401280", + "display_name": "DOAJ (DOAJ: Directory of Open Access Journals)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by-sa", + "license_id": "https://openalex.org/licenses/cc-by-sa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Electronics, Vol 8, Iss 8, p 832 (2019)", + "raw_type": "article" + }, + { + "id": "pmh:oai:mdpi.com:/2079-9292/8/8/832/", + "is_oa": true, + "landing_page_url": "http://dx.doi.org/10.3390/electronics8080832", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400947", + "display_name": "MDPI (MDPI AG)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I4210097602", + "host_organization_name": "Multidisciplinary Digital Publishing Institute (Switzerland)", + "host_organization_lineage": [ + "https://openalex.org/I4210097602" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Electronics", + "raw_type": "Text" + } + ], + "best_oa_location": { + "id": "doi:10.3390/electronics8080832", + "is_oa": true, + "landing_page_url": "https://doi.org/10.3390/electronics8080832", + "pdf_url": "https://www.mdpi.com/2079-9292/8/8/832/pdf?version=1564134847", + "source": { + "id": "https://openalex.org/S4210202905", + "display_name": "Electronics", + "issn_l": "2079-9292", + "issn": [ + "2079-9292" + ], + "is_oa": true, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310310987", + "host_organization_name": "Multidisciplinary Digital Publishing Institute", + "host_organization_lineage": [ + "https://openalex.org/P4310310987" + ], + "host_organization_lineage_names": [ + "Multidisciplinary Digital Publishing Institute" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Electronics", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [ + { + "score": 0.7200000286102295, + "id": "https://metadata.un.org/sdg/16", + "display_name": "Peace, Justice and strong institutions" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": true, + "pdf": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W2964303497.pdf", + "grobid_xml": "https://content.openalex.org/works/W2964303497.grobid-xml" + }, + "referenced_works_count": 113, + "referenced_works": [ + "https://openalex.org/W17854248", + "https://openalex.org/W1516436026", + "https://openalex.org/W1537462412", + "https://openalex.org/W1585983533", + "https://openalex.org/W1678356000", + "https://openalex.org/W1821462560", + "https://openalex.org/W1968340857", + "https://openalex.org/W1971996841", + "https://openalex.org/W1977556410", + "https://openalex.org/W2026905436", + "https://openalex.org/W2048231652", + "https://openalex.org/W2063046703", + "https://openalex.org/W2073838543", + "https://openalex.org/W2075585362", + "https://openalex.org/W2084341220", + "https://openalex.org/W2096434649", + "https://openalex.org/W2123045220", + "https://openalex.org/W2125847307", + "https://openalex.org/W2130485404", + "https://openalex.org/W2134584261", + "https://openalex.org/W2134598164", + "https://openalex.org/W2149033360", + "https://openalex.org/W2187089797", + "https://openalex.org/W2194775991", + "https://openalex.org/W2195388612", + "https://openalex.org/W2198766081", + "https://openalex.org/W2232104438", + "https://openalex.org/W2282821441", + "https://openalex.org/W2319794630", + "https://openalex.org/W2367397349", + "https://openalex.org/W2467510144", + "https://openalex.org/W2528204193", + "https://openalex.org/W2551974706", + "https://openalex.org/W2564414379", + "https://openalex.org/W2587529872", + "https://openalex.org/W2594475271", + "https://openalex.org/W2607223307", + "https://openalex.org/W2617799811", + "https://openalex.org/W2618851150", + "https://openalex.org/W2626639386", + "https://openalex.org/W2732547613", + "https://openalex.org/W2744283806", + "https://openalex.org/W2744365997", + "https://openalex.org/W2762409054", + "https://openalex.org/W2762968537", + "https://openalex.org/W2765308317", + "https://openalex.org/W2769421449", + "https://openalex.org/W2769506033", + "https://openalex.org/W2781844902", + "https://openalex.org/W2787752464", + "https://openalex.org/W2788403449", + "https://openalex.org/W2791469229", + "https://openalex.org/W2794596673", + "https://openalex.org/W2795530988", + "https://openalex.org/W2795807997", + "https://openalex.org/W2796215194", + "https://openalex.org/W2796885425", + "https://openalex.org/W2804657206", + "https://openalex.org/W2806259446", + "https://openalex.org/W2807015674", + "https://openalex.org/W2807124908", + "https://openalex.org/W2810487289", + "https://openalex.org/W2886614482", + "https://openalex.org/W2887189984", + "https://openalex.org/W2891503716", + "https://openalex.org/W2894881080", + "https://openalex.org/W2898027682", + "https://openalex.org/W2901939789", + "https://openalex.org/W2902011388", + "https://openalex.org/W2902255491", + "https://openalex.org/W2907871166", + "https://openalex.org/W2917767525", + "https://openalex.org/W2920246635", + "https://openalex.org/W2927351257", + "https://openalex.org/W2947113669", + "https://openalex.org/W2949197630", + "https://openalex.org/W2949706042", + "https://openalex.org/W2950538796", + "https://openalex.org/W2951264787", + "https://openalex.org/W2952467640", + "https://openalex.org/W2962689739", + "https://openalex.org/W2962790223", + "https://openalex.org/W2962858109", + "https://openalex.org/W2963095307", + "https://openalex.org/W2963125461", + "https://openalex.org/W2963483561", + "https://openalex.org/W2963660754", + "https://openalex.org/W2963847595", + "https://openalex.org/W2964112969", + "https://openalex.org/W2964244352", + "https://openalex.org/W2965595588", + "https://openalex.org/W2979481854", + "https://openalex.org/W2979997102", + "https://openalex.org/W2982560934", + "https://openalex.org/W3023058184", + "https://openalex.org/W3098278632", + "https://openalex.org/W3104119469", + "https://openalex.org/W3124443940", + "https://openalex.org/W3128452405", + "https://openalex.org/W4206534706", + "https://openalex.org/W4226065182", + "https://openalex.org/W4231827019", + "https://openalex.org/W4298082496", + "https://openalex.org/W4399636541", + "https://openalex.org/W6644682428", + "https://openalex.org/W6728551298", + "https://openalex.org/W6744393810", + "https://openalex.org/W6745730051", + "https://openalex.org/W6749553640", + "https://openalex.org/W6755687963", + "https://openalex.org/W6757984148", + "https://openalex.org/W6790587931", + "https://openalex.org/W6809680140" + ], + "related_works": [ + "https://openalex.org/W2905433371", + "https://openalex.org/W2888392564", + "https://openalex.org/W4310278675", + "https://openalex.org/W4388422664", + "https://openalex.org/W4390569940", + "https://openalex.org/W4361193272", + "https://openalex.org/W2963326959", + "https://openalex.org/W4388685194", + "https://openalex.org/W4312407344", + "https://openalex.org/W2894289927" + ], + "abstract_inverted_index": { + "Machine": [ + 0 + ], + "learning": [ + 1, + 96, + 177 + ], + "systems": [ + 2, + 40 + ], + "are": [ + 3, + 52, + 145 + ], + "becoming": [ + 4 + ], + "increasingly": [ + 5 + ], + "ubiquitous.": [ + 6 + ], + "These": [ + 7 + ], + "systems’s": [ + 8 + ], + "adoption": [ + 9 + ], + "has": [ + 10, + 106 + ], + "been": [ + 11 + ], + "expanding,": [ + 12 + ], + "accelerating": [ + 13 + ], + "the": [ + 14, + 55, + 63, + 77, + 85, + 88, + 122, + 127, + 141, + 146, + 152, + 168, + 172, + 182, + 187 + ], + "shift": [ + 15 + ], + "towards": [ + 16 + ], + "a": [ + 17, + 165, + 193 + ], + "more": [ + 18 + ], + "algorithmic": [ + 19 + ], + "society,": [ + 20 + ], + "meaning": [ + 21, + 45 + ], + "that": [ + 22 + ], + "algorithmically": [ + 23 + ], + "informed": [ + 24 + ], + "decisions": [ + 25, + 82 + ], + "have": [ + 26, + 75 + ], + "greater": [ + 27 + ], + "potential": [ + 28 + ], + "for": [ + 29, + 87, + 98 + ], + "significant": [ + 30 + ], + "social": [ + 31 + ], + "impact.": [ + 32 + ], + "However,": [ + 33, + 126 + ], + "most": [ + 34, + 147 + ], + "of": [ + 35, + 81, + 129, + 154, + 159, + 167, + 171, + 205 + ], + "these": [ + 36, + 130 + ], + "accurate": [ + 37 + ], + "decision": [ + 38 + ], + "support": [ + 39 + ], + "remain": [ + 41 + ], + "complex": [ + 42 + ], + "black": [ + 43 + ], + "boxes,": [ + 44 + ], + "their": [ + 46, + 66 + ], + "internal": [ + 47 + ], + "logic": [ + 48 + ], + "and": [ + 49, + 57, + 71, + 79, + 93, + 111, + 118, + 185, + 190 + ], + "inner": [ + 50 + ], + "workings": [ + 51 + ], + "hidden": [ + 53 + ], + "to": [ + 54, + 90, + 139, + 150, + 163, + 201 + ], + "user": [ + 56 + ], + "even": [ + 58 + ], + "experts": [ + 59 + ], + "cannot": [ + 60 + ], + "fully": [ + 61 + ], + "understand": [ + 62 + ], + "rationale": [ + 64 + ], + "behind": [ + 65 + ], + "predictions.": [ + 67 + ], + "Moreover,": [ + 68 + ], + "new": [ + 69 + ], + "regulations": [ + 70 + ], + "highly": [ + 72 + ], + "regulated": [ + 73 + ], + "domains": [ + 74 + ], + "made": [ + 76 + ], + "audit": [ + 78 + ], + "verifiability": [ + 80 + ], + "mandatory,": [ + 83 + ], + "increasing": [ + 84 + ], + "demand": [ + 86 + ], + "ability": [ + 89 + ], + "question,": [ + 91 + ], + "understand,": [ + 92 + ], + "trust": [ + 94 + ], + "machine": [ + 95, + 176 + ], + "systems,": [ + 97 + ], + "which": [ + 99 + ], + "interpretability": [ + 100, + 109, + 178 + ], + "is": [ + 101, + 134, + 162, + 197 + ], + "indispensable.": [ + 102 + ], + "The": [ + 103, + 157 + ], + "research": [ + 104, + 173 + ], + "community": [ + 105 + ], + "recognized": [ + 107 + ], + "this": [ + 108, + 160, + 208 + ], + "problem": [ + 110 + ], + "focused": [ + 112 + ], + "on": [ + 113, + 137, + 175, + 181, + 186, + 207 + ], + "developing": [ + 114 + ], + "both": [ + 115 + ], + "interpretable": [ + 116 + ], + "models": [ + 117 + ], + "explanation": [ + 119, + 142 + ], + "methods": [ + 120, + 131, + 189 + ], + "over": [ + 121 + ], + "past": [ + 123 + ], + "few": [ + 124 + ], + "years.": [ + 125 + ], + "emergence": [ + 128 + ], + "shows": [ + 132 + ], + "there": [ + 133 + ], + "no": [ + 135 + ], + "consensus": [ + 136 + ], + "how": [ + 138 + ], + "assess": [ + 140, + 151 + ], + "quality.": [ + 143 + ], + "Which": [ + 144 + ], + "suitable": [ + 148 + ], + "metrics": [ + 149 + ], + "quality": [ + 153 + ], + "an": [ + 155 + ], + "explanation?": [ + 156 + ], + "aim": [ + 158 + ], + "article": [ + 161 + ], + "provide": [ + 164 + ], + "review": [ + 166, + 196 + ], + "current": [ + 169 + ], + "state": [ + 170 + ], + "field": [ + 174 + ], + "while": [ + 179 + ], + "focusing": [ + 180 + ], + "societal": [ + 183 + ], + "impact": [ + 184 + ], + "developed": [ + 188 + ], + "metrics.": [ + 191 + ], + "Furthermore,": [ + 192 + ], + "complete": [ + 194 + ], + "literature": [ + 195 + ], + "presented": [ + 198 + ], + "in": [ + 199 + ], + "order": [ + 200 + ], + "identify": [ + 202 + ], + "future": [ + 203 + ], + "directions": [ + 204 + ], + "work": [ + 206 + ], + "field.": [ + 209 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 101 + }, + { + "year": 2025, + "cited_by_count": 348 + }, + { + "year": 2024, + "cited_by_count": 347 + }, + { + "year": 2023, + "cited_by_count": 324 + }, + { + "year": 2022, + "cited_by_count": 294 + }, + { + "year": 2021, + "cited_by_count": 226 + }, + { + "year": 2020, + "cited_by_count": 97 + }, + { + "year": 2019, + "cited_by_count": 4 + }, + { + "year": 2012, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-27T09:02:27.158192", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W1563088657", + "doi": "https://doi.org/10.1017/cbo9780511801389", + "title": "An Introduction to Support Vector Machines and Other Kernel-based Learning Methods", + "display_name": "An Introduction to Support Vector Machines and Other Kernel-based Learning Methods", + "relevance_score": 2830.7322, + "publication_year": 2000, + "publication_date": "2000-03-23", + "ids": { + "openalex": "https://openalex.org/W1563088657", + "doi": "https://doi.org/10.1017/cbo9780511801389", + "mag": "1563088657" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1017/cbo9780511801389", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1017/cbo9780511801389", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306462995", + "display_name": "Cambridge University Press eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/P4310311721", + "host_organization_name": "Cambridge University Press", + "host_organization_lineage": [ + "https://openalex.org/P4310311721", + "https://openalex.org/P4310311702" + ], + "host_organization_lineage_names": [ + "Cambridge University Press", + "University of Cambridge" + ], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "monograph" + }, + "type": "book", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5083307694", + "display_name": "Nello Cristianini", + "orcid": "https://orcid.org/0000-0001-7740-0449" + }, + "institutions": [ + { + "id": "https://openalex.org/I36234482", + "display_name": "University of Bristol", + "ror": "https://ror.org/0524sp257", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I36234482" + ] + } + ], + "countries": [ + "GB" + ], + "is_corresponding": true, + "raw_author_name": "Nello Cristianini", + "raw_affiliation_strings": [ + "University of Bristol" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Bristol", + "institution_ids": [ + "https://openalex.org/I36234482" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5047980012", + "display_name": "John Shawe‐Taylor", + "orcid": "https://orcid.org/0000-0002-2030-0073" + }, + "institutions": [ + { + "id": "https://openalex.org/I184558857", + "display_name": "Royal Holloway University of London", + "ror": "https://ror.org/04g2vpn86", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I124357947", + "https://openalex.org/I184558857" + ] + } + ], + "countries": [ + "GB" + ], + "is_corresponding": false, + "raw_author_name": "John Shawe-Taylor", + "raw_affiliation_strings": [ + "Royal Holloway, University of London", + "†Royal Holloway, University of London" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Royal Holloway, University of London", + "institution_ids": [ + "https://openalex.org/I184558857" + ] + }, + { + "raw_affiliation_string": "†Royal Holloway, University of London", + "institution_ids": [ + "https://openalex.org/I184558857" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5083307694" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I36234482" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 129.5763, + "has_fulltext": false, + "cited_by_count": 13866, + "citation_normalized_percentile": { + "value": 1.0, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10057", + "display_name": "Face and Expression Recognition", + "score": 0.5723999738693237, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10057", + "display_name": "Face and Expression Recognition", + "score": 0.5723999738693237, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11550", + "display_name": "Text and Document Classification Technologies", + "score": 0.5425999760627747, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.4860999882221222, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7553318738937378 + }, + { + "id": "https://openalex.org/keywords/grasp", + "display_name": "GRASP", + "score": 0.6769353151321411 + }, + { + "id": "https://openalex.org/keywords/support-vector-machine", + "display_name": "Support vector machine", + "score": 0.6746301651000977 + }, + { + "id": "https://openalex.org/keywords/point", + "display_name": "Point (geometry)", + "score": 0.6089456677436829 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5675321817398071 + }, + { + "id": "https://openalex.org/keywords/statistical-learning-theory", + "display_name": "Statistical learning theory", + "score": 0.5189080834388733 + }, + { + "id": "https://openalex.org/keywords/presentation", + "display_name": "Presentation (obstetrics)", + "score": 0.5127816796302795 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.5107676982879639 + }, + { + "id": "https://openalex.org/keywords/software", + "display_name": "Software", + "score": 0.45903491973876953 + }, + { + "id": "https://openalex.org/keywords/kernel", + "display_name": "Kernel (algebra)", + "score": 0.4535565972328186 + }, + { + "id": "https://openalex.org/keywords/data-science", + "display_name": "Data science", + "score": 0.3457496166229248 + }, + { + "id": "https://openalex.org/keywords/software-engineering", + "display_name": "Software engineering", + "score": 0.2609504163265228 + }, + { + "id": "https://openalex.org/keywords/programming-language", + "display_name": "Programming language", + "score": 0.09729310870170593 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7553318738937378 + }, + { + "id": "https://openalex.org/C171268870", + "wikidata": "https://www.wikidata.org/wiki/Q1486676", + "display_name": "GRASP", + "level": 2, + "score": 0.6769353151321411 + }, + { + "id": "https://openalex.org/C12267149", + "wikidata": "https://www.wikidata.org/wiki/Q282453", + "display_name": "Support vector machine", + "level": 2, + "score": 0.6746301651000977 + }, + { + "id": "https://openalex.org/C28719098", + "wikidata": "https://www.wikidata.org/wiki/Q44946", + "display_name": "Point (geometry)", + "level": 2, + "score": 0.6089456677436829 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5675321817398071 + }, + { + "id": "https://openalex.org/C2779915298", + "wikidata": "https://www.wikidata.org/wiki/Q7604400", + "display_name": "Statistical learning theory", + "level": 3, + "score": 0.5189080834388733 + }, + { + "id": "https://openalex.org/C2777601897", + "wikidata": "https://www.wikidata.org/wiki/Q3409113", + "display_name": "Presentation (obstetrics)", + "level": 2, + "score": 0.5127816796302795 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.5107676982879639 + }, + { + "id": "https://openalex.org/C2777904410", + "wikidata": "https://www.wikidata.org/wiki/Q7397", + "display_name": "Software", + "level": 2, + "score": 0.45903491973876953 + }, + { + "id": "https://openalex.org/C74193536", + "wikidata": "https://www.wikidata.org/wiki/Q574844", + "display_name": "Kernel (algebra)", + "level": 2, + "score": 0.4535565972328186 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.3457496166229248 + }, + { + "id": "https://openalex.org/C115903868", + "wikidata": "https://www.wikidata.org/wiki/Q80993", + "display_name": "Software engineering", + "level": 1, + "score": 0.2609504163265228 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.09729310870170593 + }, + { + "id": "https://openalex.org/C2524010", + "wikidata": "https://www.wikidata.org/wiki/Q8087", + "display_name": "Geometry", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C126838900", + "wikidata": "https://www.wikidata.org/wiki/Q77604", + "display_name": "Radiology", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C114614502", + "wikidata": "https://www.wikidata.org/wiki/Q76592", + "display_name": "Combinatorics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 11, + "locations": [ + { + "id": "doi:10.1017/cbo9780511801389", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1017/cbo9780511801389", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306462995", + "display_name": "Cambridge University Press eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/P4310311721", + "host_organization_name": "Cambridge University Press", + "host_organization_lineage": [ + "https://openalex.org/P4310311721", + "https://openalex.org/P4310311702" + ], + "host_organization_lineage_names": [ + "Cambridge University Press", + "University of Cambridge" + ], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "monograph" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-008832996", + "is_oa": false, + "landing_page_url": null, + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-014827826", + "is_oa": false, + "landing_page_url": "http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=014827826&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-018922583", + "is_oa": false, + "landing_page_url": "http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=018922583&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-019935426", + "is_oa": false, + "landing_page_url": "http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=019935426&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-028388686", + "is_oa": false, + "landing_page_url": "http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&db=nlabk&AN=510940", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "software, multimedia" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-029352050", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1017/CBO9780511801389", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "software, multimedia" + }, + { + "id": "pmh:oai:bibliotecavirtualdefensa.es:671734", + "is_oa": false, + "landing_page_url": "https://bibliotecavirtual.defensa.gob.es/BVMDefensa/es/consulta/registro.do?id=671734", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4377196928", + "display_name": "Virtual Defense Library (Ministerio de Defensa)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I4210162908", + "host_organization_name": "Ministerio de Defensa", + "host_organization_lineage": [ + "https://openalex.org/I4210162908" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Libros" + }, + { + "id": "pmh:oai:cds.cern.ch:735638", + "is_oa": false, + "landing_page_url": "http://cds.cern.ch/record/735638", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402195", + "display_name": "CERN Document Server (European Organization for Nuclear Research)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I67311998", + "host_organization_name": "European Organization for Nuclear Research", + "host_organization_lineage": [ + "https://openalex.org/I67311998" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + }, + { + "id": "pmh:oai:eprints.ucl.ac.uk.OAI2:1377602", + "is_oa": false, + "landing_page_url": "http://discovery.ucl.ac.uk/1377602/", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400024", + "display_name": "UCL Discovery (University College London)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I45129253", + "host_organization_name": "University College London", + "host_organization_lineage": [ + "https://openalex.org/I45129253" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": " Cambridge University Press (2010) ", + "raw_type": "Book" + }, + { + "id": "pmh:oai:infoscience.epfl.ch:51488", + "is_oa": false, + "landing_page_url": "http://infoscience.epfl.ch/record/51488", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400488", + "display_name": "Infoscience (Ecole Polytechnique Fédérale de Lausanne)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Text" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "score": 0.7699999809265137, + "id": "https://metadata.un.org/sdg/4", + "display_name": "Quality Education" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [ + "https://openalex.org/W2369526193", + "https://openalex.org/W2394142199", + "https://openalex.org/W2382810153", + "https://openalex.org/W3013091747", + "https://openalex.org/W2389264710", + "https://openalex.org/W2186819599", + "https://openalex.org/W2367955905", + "https://openalex.org/W2385435757", + "https://openalex.org/W2371052470", + "https://openalex.org/W2535735882" + ], + "abstract_inverted_index": { + "This": [ + 0 + ], + "is": [ + 1, + 100 + ], + "the": [ + 2, + 49, + 61, + 74, + 82, + 98, + 125 + ], + "first": [ + 3 + ], + "comprehensive": [ + 4 + ], + "introduction": [ + 5 + ], + "to": [ + 6, + 105, + 135 + ], + "Support": [ + 7 + ], + "Vector": [ + 8 + ], + "Machines": [ + 9 + ], + "(SVMs),": [ + 10 + ], + "a": [ + 11, + 78 + ], + "generation": [ + 12 + ], + "learning": [ + 13, + 21, + 54 + ], + "system": [ + 14 + ], + "based": [ + 15 + ], + "on": [ + 16 + ], + "recent": [ + 17 + ], + "advances": [ + 18 + ], + "in": [ + 19, + 27, + 92 + ], + "statistical": [ + 20 + ], + "theory.": [ + 22 + ], + "SVMs": [ + 23 + ], + "deliver": [ + 24 + ], + "state-of-the-art": [ + 25 + ], + "performance": [ + 26 + ], + "real-world": [ + 28 + ], + "applications": [ + 29 + ], + "such": [ + 30 + ], + "as": [ + 31, + 46 + ], + "text": [ + 32 + ], + "categorisation,": [ + 33 + ], + "hand-written": [ + 34 + ], + "character": [ + 35 + ], + "recognition,": [ + 36 + ], + "image": [ + 37 + ], + "classification,": [ + 38 + ], + "biosequences": [ + 39 + ], + "analysis,": [ + 40 + ], + "etc.,": [ + 41 + ], + "and": [ + 42, + 55, + 65, + 84, + 94, + 102, + 108, + 127, + 140 + ], + "are": [ + 43, + 89 + ], + "now": [ + 44 + ], + "established": [ + 45 + ], + "one": [ + 47 + ], + "of": [ + 48, + 81 + ], + "standard": [ + 50 + ], + "tools": [ + 51 + ], + "for": [ + 52, + 77, + 121 + ], + "machine": [ + 53 + ], + "data": [ + 56 + ], + "mining.": [ + 57 + ], + "Students": [ + 58 + ], + "will": [ + 59, + 69, + 132 + ], + "find": [ + 60 + ], + "book": [ + 62, + 126 + ], + "both": [ + 63 + ], + "stimulating": [ + 64 + ], + "accessible,": [ + 66 + ], + "while": [ + 67, + 97 + ], + "practitioners": [ + 68, + 134 + ], + "be": [ + 70 + ], + "guided": [ + 71 + ], + "smoothly": [ + 72 + ], + "through": [ + 73 + ], + "material": [ + 75 + ], + "required": [ + 76 + ], + "good": [ + 79 + ], + "grasp": [ + 80 + ], + "theory": [ + 83 + ], + "its": [ + 85, + 128 + ], + "applications.": [ + 86 + ], + "The": [ + 87 + ], + "concepts": [ + 88 + ], + "introduced": [ + 90 + ], + "gradually": [ + 91 + ], + "accessible": [ + 93 + ], + "self-contained": [ + 95 + ], + "stages,": [ + 96 + ], + "presentation": [ + 99 + ], + "rigorous": [ + 101 + ], + "thorough.": [ + 103 + ], + "Pointers": [ + 104 + ], + "relevant": [ + 106 + ], + "literature": [ + 107 + ], + "web": [ + 109, + 130 + ], + "sites": [ + 110 + ], + "containing": [ + 111 + ], + "software": [ + 112 + ], + "ensure": [ + 113 + ], + "that": [ + 114 + ], + "it": [ + 115 + ], + "forms": [ + 116 + ], + "an": [ + 117 + ], + "ideal": [ + 118 + ], + "starting": [ + 119 + ], + "point": [ + 120 + ], + "further": [ + 122 + ], + "study.": [ + 123 + ], + "Equally,": [ + 124 + ], + "associated": [ + 129 + ], + "site": [ + 131 + ], + "guide": [ + 133 + ], + "updated": [ + 136 + ], + "literature,": [ + 137 + ], + "new": [ + 138 + ], + "applications,": [ + 139 + ], + "on-line": [ + 141 + ], + "software.": [ + 142 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 70 + }, + { + "year": 2025, + "cited_by_count": 254 + }, + { + "year": 2024, + "cited_by_count": 299 + }, + { + "year": 2023, + "cited_by_count": 361 + }, + { + "year": 2022, + "cited_by_count": 432 + }, + { + "year": 2021, + "cited_by_count": 589 + }, + { + "year": 2020, + "cited_by_count": 597 + }, + { + "year": 2019, + "cited_by_count": 618 + }, + { + "year": 2018, + "cited_by_count": 618 + }, + { + "year": 2017, + "cited_by_count": 622 + }, + { + "year": 2016, + "cited_by_count": 654 + }, + { + "year": 2015, + "cited_by_count": 750 + }, + { + "year": 2014, + "cited_by_count": 767 + }, + { + "year": 2013, + "cited_by_count": 738 + }, + { + "year": 2012, + "cited_by_count": 765 + } + ], + "updated_date": "2026-05-26T13:28:51.108037", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2798701005", + "doi": "https://doi.org/10.1126/science.aat8084", + "title": "All-optical machine learning using diffractive deep neural networks", + "display_name": "All-optical machine learning using diffractive deep neural networks", + "relevance_score": 2812.0886, + "publication_year": 2018, + "publication_date": "2018-07-26", + "ids": { + "openalex": "https://openalex.org/W2798701005", + "doi": "https://doi.org/10.1126/science.aat8084", + "mag": "2798701005", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/30049787" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1126/science.aat8084", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1126/science.aat8084", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S3880285", + "display_name": "Science", + "issn_l": "0036-8075", + "issn": [ + "0036-8075", + "1095-9203" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315823", + "host_organization_name": "American Association for the Advancement of Science", + "host_organization_lineage": [ + "https://openalex.org/P4310315823" + ], + "host_organization_lineage_names": [ + "American Association for the Advancement of Science" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Science", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "arxiv", + "crossref", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1804.08711", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": null, + "display_name": "Xing Lin", + "orcid": "https://orcid.org/0000-0002-5560-7286" + }, + "institutions": [ + { + "id": "https://openalex.org/I142207940", + "display_name": "California NanoSystems Institute", + "ror": "https://ror.org/00q7fqf35", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I142207940", + "https://openalex.org/I154570441", + "https://openalex.org/I161318765" + ] + }, + { + "id": "https://openalex.org/I161318765", + "display_name": "University of California, Los Angeles", + "ror": "https://ror.org/046rm7j60", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I161318765" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Xing Lin", + "raw_affiliation_strings": [ + "California NanoSystems Institute (CNSI), University of California, Los Angeles, CA 90095, USA", + "Department of Bioengineering, University of California, Los Angeles, CA 90095, USA", + "Department of Electrical and Computer Engineering, University of California, Los Angeles, CA 90095, USA" + ], + "raw_orcid": "https://orcid.org/0000-0002-5560-7286", + "affiliations": [ + { + "raw_affiliation_string": "California NanoSystems Institute (CNSI), University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I142207940", + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Department of Bioengineering, University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Department of Electrical and Computer Engineering, University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5058629781", + "display_name": "Yair Rivenson", + "orcid": "https://orcid.org/0000-0003-1132-0715" + }, + "institutions": [ + { + "id": "https://openalex.org/I142207940", + "display_name": "California NanoSystems Institute", + "ror": "https://ror.org/00q7fqf35", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I142207940", + "https://openalex.org/I154570441", + "https://openalex.org/I161318765" + ] + }, + { + "id": "https://openalex.org/I161318765", + "display_name": "University of California, Los Angeles", + "ror": "https://ror.org/046rm7j60", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I161318765" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Yair Rivenson", + "raw_affiliation_strings": [ + "California NanoSystems Institute (CNSI), University of California, Los Angeles, CA 90095, USA", + "Department of Bioengineering, University of California, Los Angeles, CA 90095, USA", + "Department of Electrical and Computer Engineering, University of California, Los Angeles, CA 90095, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "California NanoSystems Institute (CNSI), University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I142207940", + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Department of Bioengineering, University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Department of Electrical and Computer Engineering, University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5043009217", + "display_name": "Nezih Tolga Yardimci", + "orcid": "https://orcid.org/0000-0002-3623-5835" + }, + "institutions": [ + { + "id": "https://openalex.org/I142207940", + "display_name": "California NanoSystems Institute", + "ror": "https://ror.org/00q7fqf35", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I142207940", + "https://openalex.org/I154570441", + "https://openalex.org/I161318765" + ] + }, + { + "id": "https://openalex.org/I161318765", + "display_name": "University of California, Los Angeles", + "ror": "https://ror.org/046rm7j60", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I161318765" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Nezih T. Yardimci", + "raw_affiliation_strings": [ + "California NanoSystems Institute (CNSI), University of California, Los Angeles, CA 90095, USA", + "Department of Electrical and Computer Engineering, University of California, Los Angeles, CA 90095, USA" + ], + "raw_orcid": "https://orcid.org/0000-0002-3623-5835", + "affiliations": [ + { + "raw_affiliation_string": "California NanoSystems Institute (CNSI), University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I142207940", + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Department of Electrical and Computer Engineering, University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5107809600", + "display_name": "Muhammed Veli", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I142207940", + "display_name": "California NanoSystems Institute", + "ror": "https://ror.org/00q7fqf35", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I142207940", + "https://openalex.org/I154570441", + "https://openalex.org/I161318765" + ] + }, + { + "id": "https://openalex.org/I161318765", + "display_name": "University of California, Los Angeles", + "ror": "https://ror.org/046rm7j60", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I161318765" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Muhammed Veli", + "raw_affiliation_strings": [ + "California NanoSystems Institute (CNSI), University of California, Los Angeles, CA 90095, USA", + "Department of Bioengineering, University of California, Los Angeles, CA 90095, USA", + "Department of Electrical and Computer Engineering, University of California, Los Angeles, CA 90095, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "California NanoSystems Institute (CNSI), University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I142207940", + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Department of Bioengineering, University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Department of Electrical and Computer Engineering, University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5069743536", + "display_name": "Yi Luo", + "orcid": "https://orcid.org/0000-0001-9442-547X" + }, + "institutions": [ + { + "id": "https://openalex.org/I142207940", + "display_name": "California NanoSystems Institute", + "ror": "https://ror.org/00q7fqf35", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I142207940", + "https://openalex.org/I154570441", + "https://openalex.org/I161318765" + ] + }, + { + "id": "https://openalex.org/I161318765", + "display_name": "University of California, Los Angeles", + "ror": "https://ror.org/046rm7j60", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I161318765" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Yi Luo", + "raw_affiliation_strings": [ + "California NanoSystems Institute (CNSI), University of California, Los Angeles, CA 90095, USA", + "Department of Bioengineering, University of California, Los Angeles, CA 90095, USA", + "Department of Electrical and Computer Engineering, University of California, Los Angeles, CA 90095, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "California NanoSystems Institute (CNSI), University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I142207940", + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Department of Bioengineering, University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Department of Electrical and Computer Engineering, University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5003547576", + "display_name": "Mona Jarrahi", + "orcid": "https://orcid.org/0000-0001-9514-555X" + }, + "institutions": [ + { + "id": "https://openalex.org/I142207940", + "display_name": "California NanoSystems Institute", + "ror": "https://ror.org/00q7fqf35", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I142207940", + "https://openalex.org/I154570441", + "https://openalex.org/I161318765" + ] + }, + { + "id": "https://openalex.org/I161318765", + "display_name": "University of California, Los Angeles", + "ror": "https://ror.org/046rm7j60", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I161318765" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Mona Jarrahi", + "raw_affiliation_strings": [ + "California NanoSystems Institute (CNSI), University of California, Los Angeles, CA 90095, USA", + "Department of Electrical and Computer Engineering, University of California, Los Angeles, CA 90095, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "California NanoSystems Institute (CNSI), University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I142207940", + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Department of Electrical and Computer Engineering, University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5016207990", + "display_name": "Aydogan Özcan", + "orcid": "https://orcid.org/0000-0002-0717-683X" + }, + "institutions": [ + { + "id": "https://openalex.org/I142207940", + "display_name": "California NanoSystems Institute", + "ror": "https://ror.org/00q7fqf35", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I142207940", + "https://openalex.org/I154570441", + "https://openalex.org/I161318765" + ] + }, + { + "id": "https://openalex.org/I161318765", + "display_name": "University of California, Los Angeles", + "ror": "https://ror.org/046rm7j60", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I161318765" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Aydogan Ozcan", + "raw_affiliation_strings": [ + "California NanoSystems Institute (CNSI), University of California, Los Angeles, CA 90095, USA", + "Department of Bioengineering, University of California, Los Angeles, CA 90095, USA", + "Department of Electrical and Computer Engineering, University of California, Los Angeles, CA 90095, USA", + "Department of Surgery, David Geffen School of Medicine, University of California, Los Angeles, CA 90095, USA" + ], + "raw_orcid": "https://orcid.org/0000-0002-0717-683X", + "affiliations": [ + { + "raw_affiliation_string": "California NanoSystems Institute (CNSI), University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I142207940", + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Department of Bioengineering, University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Department of Electrical and Computer Engineering, University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Department of Surgery, David Geffen School of Medicine, University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 7, + "corresponding_author_ids": [ + "https://openalex.org/A5016207990" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I142207940", + "https://openalex.org/I161318765" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 92.9123, + "has_fulltext": false, + "cited_by_count": 2394, + "citation_normalized_percentile": { + "value": 0.99953225, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "361", + "issue": "6406", + "first_page": "1004", + "last_page": "1008" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12611", + "display_name": "Neural Networks and Reservoir Computing", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12611", + "display_name": "Neural Networks and Reservoir Computing", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10299", + "display_name": "Photonic and Optical Devices", + "score": 0.9991999864578247, + "subfield": { + "id": "https://openalex.org/subfields/2208", + "display_name": "Electrical and Electronic Engineering" + }, + "field": { + "id": "https://openalex.org/fields/22", + "display_name": "Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10232", + "display_name": "Optical Network Technologies", + "score": 0.9976999759674072, + "subfield": { + "id": "https://openalex.org/subfields/2208", + "display_name": "Electrical and Electronic Engineering" + }, + "field": { + "id": "https://openalex.org/fields/22", + "display_name": "Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7860591411590576 + }, + { + "id": "https://openalex.org/keywords/deep-learning", + "display_name": "Deep learning", + "score": 0.7775610685348511 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6655349731445312 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.5838559865951538 + }, + { + "id": "https://openalex.org/keywords/feature", + "display_name": "Feature (linguistics)", + "score": 0.48495984077453613 + }, + { + "id": "https://openalex.org/keywords/lithography", + "display_name": "Lithography", + "score": 0.41517090797424316 + }, + { + "id": "https://openalex.org/keywords/deep-neural-networks", + "display_name": "Deep neural networks", + "score": 0.4102061092853546 + }, + { + "id": "https://openalex.org/keywords/pattern-recognition", + "display_name": "Pattern recognition (psychology)", + "score": 0.3880327045917511 + }, + { + "id": "https://openalex.org/keywords/computer-architecture", + "display_name": "Computer architecture", + "score": 0.3523845970630646 + }, + { + "id": "https://openalex.org/keywords/computer-vision", + "display_name": "Computer vision", + "score": 0.330812931060791 + }, + { + "id": "https://openalex.org/keywords/materials-science", + "display_name": "Materials science", + "score": 0.10253027081489563 + }, + { + "id": "https://openalex.org/keywords/optoelectronics", + "display_name": "Optoelectronics", + "score": 0.09713014960289001 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7860591411590576 + }, + { + "id": "https://openalex.org/C108583219", + "wikidata": "https://www.wikidata.org/wiki/Q197536", + "display_name": "Deep learning", + "level": 2, + "score": 0.7775610685348511 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6655349731445312 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.5838559865951538 + }, + { + "id": "https://openalex.org/C2776401178", + "wikidata": "https://www.wikidata.org/wiki/Q12050496", + "display_name": "Feature (linguistics)", + "level": 2, + "score": 0.48495984077453613 + }, + { + "id": "https://openalex.org/C204223013", + "wikidata": "https://www.wikidata.org/wiki/Q133036", + "display_name": "Lithography", + "level": 2, + "score": 0.41517090797424316 + }, + { + "id": "https://openalex.org/C2984842247", + "wikidata": "https://www.wikidata.org/wiki/Q197536", + "display_name": "Deep neural networks", + "level": 3, + "score": 0.4102061092853546 + }, + { + "id": "https://openalex.org/C153180895", + "wikidata": "https://www.wikidata.org/wiki/Q7148389", + "display_name": "Pattern recognition (psychology)", + "level": 2, + "score": 0.3880327045917511 + }, + { + "id": "https://openalex.org/C118524514", + "wikidata": "https://www.wikidata.org/wiki/Q173212", + "display_name": "Computer architecture", + "level": 1, + "score": 0.3523845970630646 + }, + { + "id": "https://openalex.org/C31972630", + "wikidata": "https://www.wikidata.org/wiki/Q844240", + "display_name": "Computer vision", + "level": 1, + "score": 0.330812931060791 + }, + { + "id": "https://openalex.org/C192562407", + "wikidata": "https://www.wikidata.org/wiki/Q228736", + "display_name": "Materials science", + "level": 0, + "score": 0.10253027081489563 + }, + { + "id": "https://openalex.org/C49040817", + "wikidata": "https://www.wikidata.org/wiki/Q193091", + "display_name": "Optoelectronics", + "level": 1, + "score": 0.09713014960289001 + }, + { + "id": "https://openalex.org/C41895202", + "wikidata": "https://www.wikidata.org/wiki/Q8162", + "display_name": "Linguistics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C138885662", + "wikidata": "https://www.wikidata.org/wiki/Q5891", + "display_name": "Philosophy", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 3, + "locations": [ + { + "id": "doi:10.1126/science.aat8084", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1126/science.aat8084", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S3880285", + "display_name": "Science", + "issn_l": "0036-8075", + "issn": [ + "0036-8075", + "1095-9203" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315823", + "host_organization_name": "American Association for the Advancement of Science", + "host_organization_lineage": [ + "https://openalex.org/P4310315823" + ], + "host_organization_lineage_names": [ + "American Association for the Advancement of Science" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Science", + "raw_type": "journal-article" + }, + { + "id": "pmid:30049787", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/30049787", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Science (New York, N.Y.)", + "raw_type": null + }, + { + "id": "pmh:oai:arXiv.org:1804.08711", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1804.08711", + "pdf_url": "https://arxiv.org/pdf/1804.08711", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1804.08711", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1804.08711", + "pdf_url": "https://arxiv.org/pdf/1804.08711", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [ + { + "id": "https://openalex.org/F4320306076", + "display_name": "National Science Foundation", + "ror": "https://ror.org/021nxhr62" + }, + { + "id": "https://openalex.org/F4320306082", + "display_name": "Howard Hughes Medical Institute", + "ror": "https://ror.org/006w34k90" + } + ], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 48, + "referenced_works": [ + "https://openalex.org/W1569530544", + "https://openalex.org/W1965702053", + "https://openalex.org/W1983348509", + "https://openalex.org/W1988583365", + "https://openalex.org/W1992642990", + "https://openalex.org/W1999001021", + "https://openalex.org/W2027029957", + "https://openalex.org/W2028891317", + "https://openalex.org/W2029316659", + "https://openalex.org/W2031557272", + "https://openalex.org/W2049431120", + "https://openalex.org/W2082093743", + "https://openalex.org/W2087322350", + "https://openalex.org/W2092056230", + "https://openalex.org/W2095705004", + "https://openalex.org/W2112796928", + "https://openalex.org/W2124188012", + "https://openalex.org/W2126442445", + "https://openalex.org/W2133665775", + "https://openalex.org/W2141125852", + "https://openalex.org/W2143612262", + "https://openalex.org/W2152537098", + "https://openalex.org/W2157331557", + "https://openalex.org/W2172174689", + "https://openalex.org/W2249493152", + "https://openalex.org/W2257979135", + "https://openalex.org/W2405496089", + "https://openalex.org/W2415475836", + "https://openalex.org/W2574952845", + "https://openalex.org/W2592929672", + "https://openalex.org/W2593966629", + "https://openalex.org/W2604272474", + "https://openalex.org/W2604388535", + "https://openalex.org/W2612688942", + "https://openalex.org/W2614949728", + "https://openalex.org/W2625634735", + "https://openalex.org/W2752849906", + "https://openalex.org/W2754141582", + "https://openalex.org/W2774993480", + "https://openalex.org/W2786808700", + "https://openalex.org/W2919115771", + "https://openalex.org/W3100115611", + "https://openalex.org/W3100420029", + "https://openalex.org/W3106459670", + "https://openalex.org/W3149029883", + "https://openalex.org/W4211228099", + "https://openalex.org/W4236965008", + "https://openalex.org/W4246799416" + ], + "related_works": [ + "https://openalex.org/W4375867731", + "https://openalex.org/W2611989081", + "https://openalex.org/W2731899572", + "https://openalex.org/W4377865163", + "https://openalex.org/W3193857078", + "https://openalex.org/W2888956734", + "https://openalex.org/W3000197790", + "https://openalex.org/W4315865067", + "https://openalex.org/W2979433843", + "https://openalex.org/W3208304128" + ], + "abstract_inverted_index": { + "All-optical": [ + 0 + ], + "deep": [ + 1 + ], + "learning": [ + 2, + 4, + 42 + ], + "Deep": [ + 3 + ], + "uses": [ + 5, + 44 + ], + "multilayered": [ + 6, + 27 + ], + "artificial": [ + 7, + 69 + ], + "neural": [ + 8, + 28, + 70 + ], + "networks": [ + 9, + 29 + ], + "to": [ + 10, + 67, + 76 + ], + "learn": [ + 11 + ], + "digitally": [ + 12 + ], + "from": [ + 13 + ], + "large": [ + 14 + ], + "datasets.": [ + 15 + ], + "It": [ + 16 + ], + "then": [ + 17 + ], + "performs": [ + 18 + ], + "advanced": [ + 19 + ], + "identification": [ + 20 + ], + "and": [ + 21, + 52 + ], + "classification": [ + 22 + ], + "tasks.": [ + 23 + ], + "To": [ + 24 + ], + "date,": [ + 25 + ], + "these": [ + 26 + ], + "have": [ + 30 + ], + "been": [ + 31 + ], + "implemented": [ + 32 + ], + "on": [ + 33 + ], + "a": [ + 34 + ], + "computer.": [ + 35 + ], + "Lin": [ + 36 + ], + "et": [ + 37 + ], + "al.": [ + 38 + ], + "demonstrate": [ + 39 + ], + "all-optical": [ + 40 + ], + "machine": [ + 41 + ], + "that": [ + 43, + 48, + 72 + ], + "passive": [ + 45 + ], + "optical": [ + 46, + 64 + ], + "components": [ + 47 + ], + "can": [ + 49, + 73 + ], + "be": [ + 50, + 74 + ], + "patterned": [ + 51 + ], + "fabricated": [ + 53 + ], + "with": [ + 54 + ], + "3D-printing.": [ + 55 + ], + "Their": [ + 56 + ], + "hardware": [ + 57 + ], + "approach": [ + 58 + ], + "comprises": [ + 59 + ], + "stacked": [ + 60 + ], + "layers": [ + 61 + ], + "of": [ + 62, + 83 + ], + "diffractive": [ + 63 + ], + "elements": [ + 65 + ], + "analogous": [ + 66 + ], + "an": [ + 68 + ], + "network": [ + 71 + ], + "trained": [ + 75 + ], + "execute": [ + 77 + ], + "complex": [ + 78 + ], + "functions": [ + 79 + ], + "at": [ + 80 + ], + "the": [ + 81 + ], + "speed": [ + 82 + ], + "light.": [ + 84 + ], + "Science": [ + 85 + ], + ",": [ + 86 + ], + "this": [ + 87 + ], + "issue": [ + 88 + ], + "p.": [ + 89 + ], + "1004": [ + 90 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 172 + }, + { + "year": 2025, + "cited_by_count": 519 + }, + { + "year": 2024, + "cited_by_count": 459 + }, + { + "year": 2023, + "cited_by_count": 367 + }, + { + "year": 2022, + "cited_by_count": 328 + }, + { + "year": 2021, + "cited_by_count": 253 + }, + { + "year": 2020, + "cited_by_count": 164 + }, + { + "year": 2019, + "cited_by_count": 113 + }, + { + "year": 2018, + "cited_by_count": 19 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2601810315", + "doi": "https://doi.org/10.1093/bioinformatics/btx180", + "title": "Trainable Weka Segmentation: a machine learning tool for microscopy pixel classification", + "display_name": "Trainable Weka Segmentation: a machine learning tool for microscopy pixel classification", + "relevance_score": 2796.3193, + "publication_year": 2017, + "publication_date": "2017-03-28", + "ids": { + "openalex": "https://openalex.org/W2601810315", + "doi": "https://doi.org/10.1093/bioinformatics/btx180", + "mag": "2601810315", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/28369169" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1093/bioinformatics/btx180", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1093/bioinformatics/btx180", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S52395412", + "display_name": "Bioinformatics", + "issn_l": "1367-4803", + "issn": [ + "1367-4803", + "1367-4811" + ], + "is_oa": false, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310311648", + "host_organization_name": "Oxford University Press", + "host_organization_lineage": [ + "https://openalex.org/P4310311648", + "https://openalex.org/P4310311647" + ], + "host_organization_lineage_names": [ + "Oxford University Press", + "University of Oxford" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Bioinformatics", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref", + "doaj", + "pubmed" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5021284069", + "display_name": "Ignacio Arganda‐Carreras", + "orcid": "https://orcid.org/0000-0003-0229-5722" + }, + "institutions": [ + { + "id": "https://openalex.org/I110594554", + "display_name": "Ikerbasque", + "ror": "https://ror.org/01cc3fy72", + "country_code": "ES", + "type": "other", + "lineage": [ + "https://openalex.org/I110594554" + ] + }, + { + "id": "https://openalex.org/I169108374", + "display_name": "University of the Basque Country", + "ror": "https://ror.org/000xsnr85", + "country_code": "ES", + "type": "education", + "lineage": [ + "https://openalex.org/I169108374" + ] + }, + { + "id": "https://openalex.org/I47686490", + "display_name": "Donostia International Physics Center", + "ror": "https://ror.org/02e24yw40", + "country_code": "ES", + "type": "other", + "lineage": [ + "https://openalex.org/I47686490" + ] + } + ], + "countries": [ + "ES" + ], + "is_corresponding": true, + "raw_author_name": "Ignacio Arganda-Carreras", + "raw_affiliation_strings": [ + "Computer Science and Artificial Intelligence Department, Basque Country University, San Sebastian, Spain", + "Donostia International Physics Center, San Sebastian, Spain", + "Ikerbasque, Basque Foundation for Science, Bilbao, Spain" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Computer Science and Artificial Intelligence Department, Basque Country University, San Sebastian, Spain", + "institution_ids": [ + "https://openalex.org/I169108374" + ] + }, + { + "raw_affiliation_string": "Donostia International Physics Center, San Sebastian, Spain", + "institution_ids": [ + "https://openalex.org/I47686490" + ] + }, + { + "raw_affiliation_string": "Ikerbasque, Basque Foundation for Science, Bilbao, Spain", + "institution_ids": [ + "https://openalex.org/I110594554" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5055757900", + "display_name": "Verena Kaynig", + "orcid": "https://orcid.org/0000-0002-3520-0577" + }, + "institutions": [ + { + "id": "https://openalex.org/I136199984", + "display_name": "Harvard University", + "ror": "https://ror.org/03vek6s52", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I136199984" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Verena Kaynig", + "raw_affiliation_strings": [ + "Harvard John A. Paulson School of Engineering and Applied Sciences, Harvard University, Cambridge, MA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Harvard John A. Paulson School of Engineering and Applied Sciences, Harvard University, Cambridge, MA, USA", + "institution_ids": [ + "https://openalex.org/I136199984" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5078540488", + "display_name": "Curtis Rueden", + "orcid": "https://orcid.org/0000-0001-7055-6707" + }, + "institutions": [ + { + "id": "https://openalex.org/I135310074", + "display_name": "University of Wisconsin–Madison", + "ror": "https://ror.org/01y2jtd41", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I135310074" + ] + }, + { + "id": "https://openalex.org/I59499333", + "display_name": "Optica", + "ror": "https://ror.org/00jypd850", + "country_code": "US", + "type": "nonprofit", + "lineage": [ + "https://openalex.org/I59499333" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Curtis Rueden", + "raw_affiliation_strings": [ + "Laboratory for Optical and Computational Instrumentation, University of Wisconsin, Madison, WI, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Laboratory for Optical and Computational Instrumentation, University of Wisconsin, Madison, WI, USA", + "institution_ids": [ + "https://openalex.org/I135310074", + "https://openalex.org/I59499333" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5010413374", + "display_name": "Kevin W. Eliceiri", + "orcid": "https://orcid.org/0000-0001-8678-670X" + }, + "institutions": [ + { + "id": "https://openalex.org/I135310074", + "display_name": "University of Wisconsin–Madison", + "ror": "https://ror.org/01y2jtd41", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I135310074" + ] + }, + { + "id": "https://openalex.org/I59499333", + "display_name": "Optica", + "ror": "https://ror.org/00jypd850", + "country_code": "US", + "type": "nonprofit", + "lineage": [ + "https://openalex.org/I59499333" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Kevin W Eliceiri", + "raw_affiliation_strings": [ + "Laboratory for Optical and Computational Instrumentation, University of Wisconsin, Madison, WI, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Laboratory for Optical and Computational Instrumentation, University of Wisconsin, Madison, WI, USA", + "institution_ids": [ + "https://openalex.org/I135310074", + "https://openalex.org/I59499333" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5050085853", + "display_name": "Johannes Schindelin", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I135310074", + "display_name": "University of Wisconsin–Madison", + "ror": "https://ror.org/01y2jtd41", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I135310074" + ] + }, + { + "id": "https://openalex.org/I59499333", + "display_name": "Optica", + "ror": "https://ror.org/00jypd850", + "country_code": "US", + "type": "nonprofit", + "lineage": [ + "https://openalex.org/I59499333" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Johannes Schindelin", + "raw_affiliation_strings": [ + "Laboratory for Optical and Computational Instrumentation, University of Wisconsin, Madison, WI, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Laboratory for Optical and Computational Instrumentation, University of Wisconsin, Madison, WI, USA", + "institution_ids": [ + "https://openalex.org/I135310074", + "https://openalex.org/I59499333" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5042603640", + "display_name": "Albert Cardona", + "orcid": "https://orcid.org/0000-0003-4941-6536" + }, + "institutions": [ + { + "id": "https://openalex.org/I1344073410", + "display_name": "Howard Hughes Medical Institute", + "ror": "https://ror.org/006w34k90", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I1344073410" + ] + }, + { + "id": "https://openalex.org/I195573530", + "display_name": "Janelia Research Campus", + "ror": "https://ror.org/013sk6x84", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I1344073410", + "https://openalex.org/I195573530" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Albert Cardona", + "raw_affiliation_strings": [ + "Howard Hughes Medical Institute, Janelia Research Campus, Ashburn, VA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Howard Hughes Medical Institute, Janelia Research Campus, Ashburn, VA, USA", + "institution_ids": [ + "https://openalex.org/I195573530", + "https://openalex.org/I1344073410" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5044273339", + "display_name": "H. Sebastian Seung", + "orcid": "https://orcid.org/0000-0002-8591-6733" + }, + "institutions": [ + { + "id": "https://openalex.org/I20089843", + "display_name": "Princeton University", + "ror": "https://ror.org/00hx57361", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I20089843" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "H Sebastian Seung", + "raw_affiliation_strings": [ + "Neuroscience Institute and Computer Science Department, Princeton University, NJ, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Neuroscience Institute and Computer Science Department, Princeton University, NJ, USA", + "institution_ids": [ + "https://openalex.org/I20089843" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 7, + "corresponding_author_ids": [ + "https://openalex.org/A5021284069" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I110594554", + "https://openalex.org/I169108374", + "https://openalex.org/I47686490" + ], + "apc_list": { + "value": 3618, + "currency": "USD", + "value_usd": 3618 + }, + "apc_paid": null, + "fwci": 95.3558, + "has_fulltext": false, + "cited_by_count": 2458, + "citation_normalized_percentile": { + "value": 0.99909297, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "33", + "issue": "15", + "first_page": "2424", + "last_page": "2426" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10857", + "display_name": "Advanced Electron Microscopy Techniques and Applications", + "score": 0.6383000016212463, + "subfield": { + "id": "https://openalex.org/subfields/1315", + "display_name": "Structural Biology" + }, + "field": { + "id": "https://openalex.org/fields/13", + "display_name": "Biochemistry, Genetics and Molecular Biology" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10857", + "display_name": "Advanced Electron Microscopy Techniques and Applications", + "score": 0.6383000016212463, + "subfield": { + "id": "https://openalex.org/subfields/1315", + "display_name": "Structural Biology" + }, + "field": { + "id": "https://openalex.org/fields/13", + "display_name": "Biochemistry, Genetics and Molecular Biology" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + }, + { + "id": "https://openalex.org/T12859", + "display_name": "Cell Image Analysis Techniques", + "score": 0.22310000658035278, + "subfield": { + "id": "https://openalex.org/subfields/1304", + "display_name": "Biophysics" + }, + "field": { + "id": "https://openalex.org/fields/13", + "display_name": "Biochemistry, Genetics and Molecular Biology" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + }, + { + "id": "https://openalex.org/T13937", + "display_name": "Genetics, Bioinformatics, and Biomedical Research", + "score": 0.02419999986886978, + "subfield": { + "id": "https://openalex.org/subfields/1312", + "display_name": "Molecular Biology" + }, + "field": { + "id": "https://openalex.org/fields/13", + "display_name": "Biochemistry, Genetics and Molecular Biology" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.8189126253128052 + }, + { + "id": "https://openalex.org/keywords/segmentation", + "display_name": "Segmentation", + "score": 0.7295361757278442 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.678537905216217 + }, + { + "id": "https://openalex.org/keywords/pipeline", + "display_name": "Pipeline (software)", + "score": 0.6693797707557678 + }, + { + "id": "https://openalex.org/keywords/bottleneck", + "display_name": "Bottleneck", + "score": 0.6350745558738708 + }, + { + "id": "https://openalex.org/keywords/cluster-analysis", + "display_name": "Cluster analysis", + "score": 0.6211010813713074 + }, + { + "id": "https://openalex.org/keywords/classifier", + "display_name": "Classifier (UML)", + "score": 0.51936274766922 + }, + { + "id": "https://openalex.org/keywords/software", + "display_name": "Software", + "score": 0.5177275538444519 + }, + { + "id": "https://openalex.org/keywords/pixel", + "display_name": "Pixel", + "score": 0.5061234831809998 + }, + { + "id": "https://openalex.org/keywords/pattern-recognition", + "display_name": "Pattern recognition (psychology)", + "score": 0.48226505517959595 + }, + { + "id": "https://openalex.org/keywords/image-segmentation", + "display_name": "Image segmentation", + "score": 0.480505108833313 + }, + { + "id": "https://openalex.org/keywords/process", + "display_name": "Process (computing)", + "score": 0.4530463218688965 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.3784646987915039 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.3474346399307251 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.8189126253128052 + }, + { + "id": "https://openalex.org/C89600930", + "wikidata": "https://www.wikidata.org/wiki/Q1423946", + "display_name": "Segmentation", + "level": 2, + "score": 0.7295361757278442 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.678537905216217 + }, + { + "id": "https://openalex.org/C43521106", + "wikidata": "https://www.wikidata.org/wiki/Q2165493", + "display_name": "Pipeline (software)", + "level": 2, + "score": 0.6693797707557678 + }, + { + "id": "https://openalex.org/C2780513914", + "wikidata": "https://www.wikidata.org/wiki/Q18210350", + "display_name": "Bottleneck", + "level": 2, + "score": 0.6350745558738708 + }, + { + "id": "https://openalex.org/C73555534", + "wikidata": "https://www.wikidata.org/wiki/Q622825", + "display_name": "Cluster analysis", + "level": 2, + "score": 0.6211010813713074 + }, + { + "id": "https://openalex.org/C95623464", + "wikidata": "https://www.wikidata.org/wiki/Q1096149", + "display_name": "Classifier (UML)", + "level": 2, + "score": 0.51936274766922 + }, + { + "id": "https://openalex.org/C2777904410", + "wikidata": "https://www.wikidata.org/wiki/Q7397", + "display_name": "Software", + "level": 2, + "score": 0.5177275538444519 + }, + { + "id": "https://openalex.org/C160633673", + "wikidata": "https://www.wikidata.org/wiki/Q355198", + "display_name": "Pixel", + "level": 2, + "score": 0.5061234831809998 + }, + { + "id": "https://openalex.org/C153180895", + "wikidata": "https://www.wikidata.org/wiki/Q7148389", + "display_name": "Pattern recognition (psychology)", + "level": 2, + "score": 0.48226505517959595 + }, + { + "id": "https://openalex.org/C124504099", + "wikidata": "https://www.wikidata.org/wiki/Q56933", + "display_name": "Image segmentation", + "level": 3, + "score": 0.480505108833313 + }, + { + "id": "https://openalex.org/C98045186", + "wikidata": "https://www.wikidata.org/wiki/Q205663", + "display_name": "Process (computing)", + "level": 2, + "score": 0.4530463218688965 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.3784646987915039 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.3474346399307251 + }, + { + "id": "https://openalex.org/C149635348", + "wikidata": "https://www.wikidata.org/wiki/Q193040", + "display_name": "Embedded system", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C111919701", + "wikidata": "https://www.wikidata.org/wiki/Q9135", + "display_name": "Operating system", + "level": 1, + "score": 0.0 + } + ], + "mesh": [ + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000818", + "descriptor_name": "Animals", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D000818", + "descriptor_name": "Animals", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D000818", + "descriptor_name": "Animals", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D004330", + "descriptor_name": "Drosophila", + "qualifier_ui": "Q000033", + "qualifier_name": "anatomy & histology", + "is_major_topic": false + }, + { + "descriptor_ui": "D004330", + "descriptor_name": "Drosophila", + "qualifier_ui": "Q000033", + "qualifier_name": "anatomy & histology", + "is_major_topic": false + }, + { + "descriptor_ui": "D004330", + "descriptor_name": "Drosophila", + "qualifier_ui": "Q000033", + "qualifier_name": "anatomy & histology", + "is_major_topic": false + }, + { + "descriptor_ui": "D004330", + "descriptor_name": "Drosophila", + "qualifier_ui": "Q000648", + "qualifier_name": "ultrastructure", + "is_major_topic": false + }, + { + "descriptor_ui": "D004330", + "descriptor_name": "Drosophila", + "qualifier_ui": "Q000648", + "qualifier_name": "ultrastructure", + "is_major_topic": false + }, + { + "descriptor_ui": "D004330", + "descriptor_name": "Drosophila", + "qualifier_ui": "Q000648", + "qualifier_name": "ultrastructure", + "is_major_topic": false + }, + { + "descriptor_ui": "D007091", + "descriptor_name": "Image Processing, Computer-Assisted", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D007091", + "descriptor_name": "Image Processing, Computer-Assisted", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D007091", + "descriptor_name": "Image Processing, Computer-Assisted", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D008853", + "descriptor_name": "Microscopy", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D008853", + "descriptor_name": "Microscopy", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D008853", + "descriptor_name": "Microscopy", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D012984", + "descriptor_name": "Software", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D012984", + "descriptor_name": "Software", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D012984", + "descriptor_name": "Software", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + } + ], + "locations_count": 2, + "locations": [ + { + "id": "doi:10.1093/bioinformatics/btx180", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1093/bioinformatics/btx180", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S52395412", + "display_name": "Bioinformatics", + "issn_l": "1367-4803", + "issn": [ + "1367-4803", + "1367-4811" + ], + "is_oa": false, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310311648", + "host_organization_name": "Oxford University Press", + "host_organization_lineage": [ + "https://openalex.org/P4310311648", + "https://openalex.org/P4310311647" + ], + "host_organization_lineage_names": [ + "Oxford University Press", + "University of Oxford" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Bioinformatics", + "raw_type": "journal-article" + }, + { + "id": "pmid:28369169", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/28369169", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Bioinformatics (Oxford, England)", + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 6, + "referenced_works": [ + "https://openalex.org/W2121469024", + "https://openalex.org/W2133990480", + "https://openalex.org/W2167279371", + "https://openalex.org/W2234666690", + "https://openalex.org/W2468870810", + "https://openalex.org/W2483966273" + ], + "related_works": [ + "https://openalex.org/W2595172197", + "https://openalex.org/W2084856301", + "https://openalex.org/W2127970246", + "https://openalex.org/W2885125400", + "https://openalex.org/W1989889224", + "https://openalex.org/W4382618745", + "https://openalex.org/W1973775000", + "https://openalex.org/W2748922771", + "https://openalex.org/W1987128138", + "https://openalex.org/W2743976221" + ], + "abstract_inverted_index": { + "SUMMARY:": [ + 0 + ], + "State-of-the-art": [ + 1 + ], + "light": [ + 2 + ], + "and": [ + 3, + 29, + 68, + 84 + ], + "electron": [ + 4 + ], + "microscopes": [ + 5 + ], + "are": [ + 6, + 123 + ], + "capable": [ + 7 + ], + "of": [ + 8, + 23, + 59, + 106, + 112 + ], + "acquiring": [ + 9 + ], + "large": [ + 10 + ], + "image": [ + 11, + 91, + 109 + ], + "datasets,": [ + 12 + ], + "but": [ + 13 + ], + "quantitatively": [ + 14 + ], + "evaluating": [ + 15 + ], + "the": [ + 16, + 35, + 45, + 70, + 107 + ], + "data": [ + 17, + 72, + 122 + ], + "often": [ + 18, + 30 + ], + "involves": [ + 19 + ], + "manually": [ + 20 + ], + "annotating": [ + 21 + ], + "structures": [ + 22 + ], + "interest.": [ + 24 + ], + "This": [ + 25 + ], + "process": [ + 26 + ], + "is": [ + 27, + 99 + ], + "time-consuming": [ + 28 + ], + "a": [ + 31, + 50, + 56, + 66 + ], + "major": [ + 32 + ], + "bottleneck": [ + 33 + ], + "in": [ + 34, + 62 + ], + "evaluation": [ + 36 + ], + "pipeline.": [ + 37 + ], + "To": [ + 38 + ], + "overcome": [ + 39 + ], + "this": [ + 40 + ], + "problem,": [ + 41 + ], + "we": [ + 42 + ], + "have": [ + 43 + ], + "introduced": [ + 44 + ], + "Trainable": [ + 46 + ], + "Weka": [ + 47 + ], + "Segmentation": [ + 48 + ], + "(TWS),": [ + 49 + ], + "machine": [ + 51 + ], + "learning": [ + 52, + 81 + ], + "tool": [ + 53 + ], + "that": [ + 54 + ], + "leverages": [ + 55 + ], + "limited": [ + 57 + ], + "number": [ + 58 + ], + "manual": [ + 60 + ], + "annotations": [ + 61 + ], + "order": [ + 63 + ], + "to": [ + 64, + 88 + ], + "train": [ + 65 + ], + "classifier": [ + 67 + ], + "segment": [ + 69 + ], + "remaining": [ + 71 + ], + "automatically.": [ + 73 + ], + "In": [ + 74 + ], + "addition,": [ + 75 + ], + "TWS": [ + 76, + 98 + ], + "can": [ + 77, + 85 + ], + "provide": [ + 78 + ], + "unsupervised": [ + 79 + ], + "segmentation": [ + 80 + ], + "schemes": [ + 82 + ], + "(clustering)": [ + 83 + ], + "be": [ + 86 + ], + "customized": [ + 87 + ], + "employ": [ + 89 + ], + "user-designed": [ + 90 + ], + "features": [ + 92 + ], + "or": [ + 93 + ], + "classifiers.": [ + 94 + ], + "AVAILABILITY": [ + 95 + ], + "AND": [ + 96 + ], + "IMPLEMENTATION:": [ + 97 + ], + "distributed": [ + 100 + ], + "as": [ + 101, + 104 + ], + "open-source": [ + 102 + ], + "software": [ + 103 + ], + "part": [ + 105 + ], + "Fiji": [ + 108 + ], + "processing": [ + 110 + ], + "distribution": [ + 111 + ], + "ImageJ": [ + 113 + ], + "at": [ + 114, + 125 + ], + "http://imagej.net/Trainable_Weka_Segmentation": [ + 115 + ], + ".": [ + 116 + ], + "CONTACT:": [ + 117 + ], + "ignacio.arganda@ehu.eus.": [ + 118 + ], + "SUPPLEMENTARY": [ + 119 + ], + "INFORMATION:": [ + 120 + ], + "Supplementary": [ + 121 + ], + "available": [ + 124 + ], + "Bioinformatics": [ + 126 + ], + "online.": [ + 127 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 131 + }, + { + "year": 2025, + "cited_by_count": 361 + }, + { + "year": 2024, + "cited_by_count": 372 + }, + { + "year": 2023, + "cited_by_count": 329 + }, + { + "year": 2022, + "cited_by_count": 363 + }, + { + "year": 2021, + "cited_by_count": 343 + }, + { + "year": 2020, + "cited_by_count": 238 + }, + { + "year": 2019, + "cited_by_count": 175 + }, + { + "year": 2018, + "cited_by_count": 106 + }, + { + "year": 2017, + "cited_by_count": 34 + }, + { + "year": 2016, + "cited_by_count": 3 + }, + { + "year": 2015, + "cited_by_count": 1 + }, + { + "year": 2013, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W1994005439", + "doi": "https://doi.org/10.1142/s0129065704001899", + "title": "GAUSSIAN PROCESSES FOR MACHINE LEARNING", + "display_name": "GAUSSIAN PROCESSES FOR MACHINE LEARNING", + "relevance_score": 2795.1987, + "publication_year": 2004, + "publication_date": "2004-04-01", + "ids": { + "openalex": "https://openalex.org/W1994005439", + "doi": "https://doi.org/10.1142/s0129065704001899", + "mag": "1994005439", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/15112367" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1142/s0129065704001899", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1142/s0129065704001899", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S197665576", + "display_name": "International Journal of Neural Systems", + "issn_l": "0129-0657", + "issn": [ + "0129-0657", + "1793-6462" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319815", + "host_organization_name": "World Scientific", + "host_organization_lineage": [ + "https://openalex.org/P4310319815" + ], + "host_organization_lineage_names": [ + "World Scientific" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "International Journal of Neural Systems", + "raw_type": "journal-article" + }, + "type": "review", + "indexed_in": [ + "crossref", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "http://infoscience.epfl.ch/record/161301", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5110779848", + "display_name": "Matthias Seeger", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I95457486", + "display_name": "University of California, Berkeley", + "ror": "https://ror.org/01an7q238", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I95457486" + ] + }, + { + "id": "https://openalex.org/I98677209", + "display_name": "University of Edinburgh", + "ror": "https://ror.org/01nrxwf90", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I98677209" + ] + } + ], + "countries": [ + "GB", + "US" + ], + "is_corresponding": true, + "raw_author_name": "MATTHIAS SEEGER", + "raw_affiliation_strings": [ + "Department of EECS, University of California at Berkeley, 485 Soda Hall, Berkeley CA 94720-1776, USA", + "Previously at: Institute for Adaptive and Neural Computation,\r\nUniversity of Edinburgh, UK" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of EECS, University of California at Berkeley, 485 Soda Hall, Berkeley CA 94720-1776, USA", + "institution_ids": [ + "https://openalex.org/I95457486" + ] + }, + { + "raw_affiliation_string": "Previously at: Institute for Adaptive and Neural Computation,\r\nUniversity of Edinburgh, UK", + "institution_ids": [ + "https://openalex.org/I98677209" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5110779848" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I95457486", + "https://openalex.org/I98677209" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 23.1235, + "has_fulltext": false, + "cited_by_count": 1401, + "citation_normalized_percentile": { + "value": 0.99493809, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "14", + "issue": "02", + "first_page": "69", + "last_page": "106" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12814", + "display_name": "Gaussian Processes and Bayesian Inference", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12814", + "display_name": "Gaussian Processes and Bayesian Inference", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10848", + "display_name": "Advanced Multi-Objective Optimization Algorithms", + "score": 0.9833999872207642, + "subfield": { + "id": "https://openalex.org/subfields/1703", + "display_name": "Computational Theory and Mathematics" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9825999736785889, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7189816236495972 + }, + { + "id": "https://openalex.org/keywords/gaussian-process", + "display_name": "Gaussian process", + "score": 0.6900824308395386 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6533682346343994 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5732190608978271 + }, + { + "id": "https://openalex.org/keywords/range", + "display_name": "Range (aeronautics)", + "score": 0.4565224051475525 + }, + { + "id": "https://openalex.org/keywords/smoothing", + "display_name": "Smoothing", + "score": 0.4471099376678467 + }, + { + "id": "https://openalex.org/keywords/gaussian", + "display_name": "Gaussian", + "score": 0.4403120279312134 + }, + { + "id": "https://openalex.org/keywords/support-vector-machine", + "display_name": "Support vector machine", + "score": 0.43361324071884155 + }, + { + "id": "https://openalex.org/keywords/kriging", + "display_name": "Kriging", + "score": 0.4239123463630676 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.41445812582969666 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7189816236495972 + }, + { + "id": "https://openalex.org/C61326573", + "wikidata": "https://www.wikidata.org/wiki/Q1496376", + "display_name": "Gaussian process", + "level": 3, + "score": 0.6900824308395386 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6533682346343994 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5732190608978271 + }, + { + "id": "https://openalex.org/C204323151", + "wikidata": "https://www.wikidata.org/wiki/Q905424", + "display_name": "Range (aeronautics)", + "level": 2, + "score": 0.4565224051475525 + }, + { + "id": "https://openalex.org/C3770464", + "wikidata": "https://www.wikidata.org/wiki/Q775963", + "display_name": "Smoothing", + "level": 2, + "score": 0.4471099376678467 + }, + { + "id": "https://openalex.org/C163716315", + "wikidata": "https://www.wikidata.org/wiki/Q901177", + "display_name": "Gaussian", + "level": 2, + "score": 0.4403120279312134 + }, + { + "id": "https://openalex.org/C12267149", + "wikidata": "https://www.wikidata.org/wiki/Q282453", + "display_name": "Support vector machine", + "level": 2, + "score": 0.43361324071884155 + }, + { + "id": "https://openalex.org/C81692654", + "wikidata": "https://www.wikidata.org/wiki/Q225926", + "display_name": "Kriging", + "level": 2, + "score": 0.4239123463630676 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.41445812582969666 + }, + { + "id": "https://openalex.org/C159985019", + "wikidata": "https://www.wikidata.org/wiki/Q181790", + "display_name": "Composite material", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C31972630", + "wikidata": "https://www.wikidata.org/wiki/Q844240", + "display_name": "Computer vision", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C62520636", + "wikidata": "https://www.wikidata.org/wiki/Q944", + "display_name": "Quantum mechanics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C121332964", + "wikidata": "https://www.wikidata.org/wiki/Q413", + "display_name": "Physics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C192562407", + "wikidata": "https://www.wikidata.org/wiki/Q228736", + "display_name": "Materials science", + "level": 0, + "score": 0.0 + } + ], + "mesh": [ + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D001185", + "descriptor_name": "Artificial Intelligence", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D001185", + "descriptor_name": "Artificial Intelligence", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D001185", + "descriptor_name": "Artificial Intelligence", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D001499", + "descriptor_name": "Bayes Theorem", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D001499", + "descriptor_name": "Bayes Theorem", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D001499", + "descriptor_name": "Bayes Theorem", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012044", + "descriptor_name": "Regression Analysis", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012044", + "descriptor_name": "Regression Analysis", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012044", + "descriptor_name": "Regression Analysis", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D015233", + "descriptor_name": "Models, Statistical", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D015233", + "descriptor_name": "Models, Statistical", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D015233", + "descriptor_name": "Models, Statistical", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D016011", + "descriptor_name": "Normal Distribution", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D016011", + "descriptor_name": "Normal Distribution", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D016011", + "descriptor_name": "Normal Distribution", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D016014", + "descriptor_name": "Linear Models", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D016014", + "descriptor_name": "Linear Models", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D016014", + "descriptor_name": "Linear Models", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D018709", + "descriptor_name": "Statistics, Nonparametric", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D018709", + "descriptor_name": "Statistics, Nonparametric", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D018709", + "descriptor_name": "Statistics, Nonparametric", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D019277", + "descriptor_name": "Entropy", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D019277", + "descriptor_name": "Entropy", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D019277", + "descriptor_name": "Entropy", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + } + ], + "locations_count": 7, + "locations": [ + { + "id": "doi:10.1142/s0129065704001899", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1142/s0129065704001899", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S197665576", + "display_name": "International Journal of Neural Systems", + "issn_l": "0129-0657", + "issn": [ + "0129-0657", + "1793-6462" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319815", + "host_organization_name": "World Scientific", + "host_organization_lineage": [ + "https://openalex.org/P4310319815" + ], + "host_organization_lineage_names": [ + "World Scientific" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "International Journal of Neural Systems", + "raw_type": "journal-article" + }, + { + "id": "pmid:15112367", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/15112367", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "International journal of neural systems", + "raw_type": null + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.330.2529", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.330.2529", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://math.iit.edu/pipermail/meshfree-methods-seminar/attachments/20061124/26d0a64a/attachment-0001.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.4.4097", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.4.4097", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.kernel-machines.org/papers/upload_4618_bayesgp-tut.ps.gz", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.71.1079", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.71.1079", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.kyb.tuebingen.mpg.de/bs/people/seeger/papers/bayesgp-tut.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:infoscience.epfl.ch:161301", + "is_oa": true, + "landing_page_url": "http://infoscience.epfl.ch/record/161301", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400487", + "display_name": "Infoscience (Ecole Polytechnique Fédérale de Lausanne)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Text" + }, + { + "id": "pmh:oai:infoscience.tind.io:161301", + "is_oa": true, + "landing_page_url": "https://infoscience.epfl.ch/handle/20.500.14299/61727", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400487", + "display_name": "Infoscience (Ecole Polytechnique Fédérale de Lausanne)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by-nc-nd", + "license_id": "https://openalex.org/licenses/cc-by-nc-nd", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "research article" + } + ], + "best_oa_location": { + "id": "pmh:oai:infoscience.epfl.ch:161301", + "is_oa": true, + "landing_page_url": "http://infoscience.epfl.ch/record/161301", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400487", + "display_name": "Infoscience (Ecole Polytechnique Fédérale de Lausanne)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Text" + }, + "sustainable_development_goals": [ + { + "score": 0.6100000143051147, + "id": "https://metadata.un.org/sdg/4", + "display_name": "Quality Education" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 83, + "referenced_works": [ + "https://openalex.org/W55912154", + "https://openalex.org/W102828713", + "https://openalex.org/W174371023", + "https://openalex.org/W197497516", + "https://openalex.org/W1505937442", + "https://openalex.org/W1511160855", + "https://openalex.org/W1512098439", + "https://openalex.org/W1515272691", + "https://openalex.org/W1528905581", + "https://openalex.org/W1549656520", + "https://openalex.org/W1556890730", + "https://openalex.org/W1567512734", + "https://openalex.org/W1568586753", + "https://openalex.org/W1576213419", + "https://openalex.org/W1580334350", + "https://openalex.org/W1604938182", + "https://openalex.org/W1618905105", + "https://openalex.org/W1647250361", + "https://openalex.org/W1654787807", + "https://openalex.org/W1657213141", + "https://openalex.org/W1746680969", + "https://openalex.org/W1859781365", + "https://openalex.org/W1976625337", + "https://openalex.org/W1986280275", + "https://openalex.org/W2001141328", + "https://openalex.org/W2002355073", + "https://openalex.org/W2007154098", + "https://openalex.org/W2024697317", + "https://openalex.org/W2038610163", + "https://openalex.org/W2040870580", + "https://openalex.org/W2053186076", + "https://openalex.org/W2056099894", + "https://openalex.org/W2056894411", + "https://openalex.org/W2065540158", + "https://openalex.org/W2072555316", + "https://openalex.org/W2082100828", + "https://openalex.org/W2085877024", + "https://openalex.org/W2094435468", + "https://openalex.org/W2098626000", + "https://openalex.org/W2100136038", + "https://openalex.org/W2104533781", + "https://openalex.org/W2115438515", + "https://openalex.org/W2117063635", + "https://openalex.org/W2117670920", + "https://openalex.org/W2123152930", + "https://openalex.org/W2129564505", + "https://openalex.org/W2129869373", + "https://openalex.org/W2137956165", + "https://openalex.org/W2139212933", + "https://openalex.org/W2139999468", + "https://openalex.org/W2141274633", + "https://openalex.org/W2141800987", + "https://openalex.org/W2143022286", + "https://openalex.org/W2143956139", + "https://openalex.org/W2146766088", + "https://openalex.org/W2158122241", + "https://openalex.org/W2161023163", + "https://openalex.org/W2161813919", + "https://openalex.org/W2168022998", + "https://openalex.org/W2168464387", + "https://openalex.org/W2169178495", + "https://openalex.org/W2170120409", + "https://openalex.org/W2293192529", + "https://openalex.org/W2296319761", + "https://openalex.org/W2330005588", + "https://openalex.org/W2331182131", + "https://openalex.org/W2408196097", + "https://openalex.org/W2492794003", + "https://openalex.org/W2496675188", + "https://openalex.org/W2579190672", + "https://openalex.org/W2801490189", + "https://openalex.org/W2890351024", + "https://openalex.org/W2904816695", + "https://openalex.org/W2999905431", + "https://openalex.org/W3023786531", + "https://openalex.org/W3148924112", + "https://openalex.org/W4210310779", + "https://openalex.org/W4245531751", + "https://openalex.org/W4285719527", + "https://openalex.org/W4298876635", + "https://openalex.org/W4299551157", + "https://openalex.org/W4302114916", + "https://openalex.org/W4388297583" + ], + "related_works": [ + "https://openalex.org/W3195168932", + "https://openalex.org/W1996541855", + "https://openalex.org/W2081545345", + "https://openalex.org/W2063381173", + "https://openalex.org/W4316658362", + "https://openalex.org/W2348223921", + "https://openalex.org/W2318821300", + "https://openalex.org/W4321260833", + "https://openalex.org/W2972324047", + "https://openalex.org/W2563155481" + ], + "abstract_inverted_index": { + "Gaussian": [ + 0, + 8, + 51, + 89 + ], + "processes": [ + 1, + 52 + ], + "(GPs)": [ + 2 + ], + "are": [ + 3, + 43, + 92, + 102, + 175, + 227 + ], + "natural": [ + 4 + ], + "generalisations": [ + 5 + ], + "of": [ + 6, + 26, + 32, + 40, + 105, + 129, + 147, + 158, + 194 + ], + "multivariate": [ + 7 + ], + "random": [ + 9 + ], + "variables": [ + 10 + ], + "to": [ + 11, + 28, + 50, + 71, + 95, + 178, + 191, + 197, + 201, + 206, + 223 + ], + "infinite": [ + 12 + ], + "(countably": [ + 13 + ], + "or": [ + 14 + ], + "continuous)": [ + 15 + ], + "index": [ + 16 + ], + "sets.": [ + 17 + ], + "GPs": [ + 18, + 166, + 195 + ], + "have": [ + 19, + 86 + ], + "been": [ + 20, + 87, + 153 + ], + "applied": [ + 21 + ], + "in": [ + 22, + 64, + 82, + 131, + 211 + ], + "a": [ + 23, + 29, + 54, + 115, + 218 + ], + "large": [ + 24, + 168 + ], + "number": [ + 25 + ], + "fields": [ + 27 + ], + "diverse": [ + 30 + ], + "range": [ + 31 + ], + "ends,": [ + 33 + ], + "and": [ + 34, + 78, + 110, + 134, + 169, + 200 + ], + "very": [ + 35, + 118 + ], + "many": [ + 36 + ], + "deep": [ + 37, + 172 + ], + "theoretical": [ + 38 + ], + "analyses": [ + 39 + ], + "various": [ + 41 + ], + "properties": [ + 42 + ], + "available.": [ + 44 + ], + "This": [ + 45 + ], + "paper": [ + 46 + ], + "gives": [ + 47 + ], + "an": [ + 48 + ], + "introduction": [ + 49, + 157 + ], + "on": [ + 53, + 61, + 165, + 217 + ], + "fairly": [ + 55 + ], + "elementary": [ + 56 + ], + "level": [ + 57 + ], + "with": [ + 58 + ], + "special": [ + 59 + ], + "emphasis": [ + 60 + ], + "characteristics": [ + 62, + 193 + ], + "relevant": [ + 63, + 196 + ], + "machine": [ + 65, + 98, + 182, + 198 + ], + "learning.": [ + 66 + ], + "It": [ + 67 + ], + "draws": [ + 68 + ], + "explicit": [ + 69 + ], + "connections": [ + 70, + 205 + ], + "branches": [ + 72 + ], + "such": [ + 73 + ], + "as": [ + 74, + 140 + ], + "spline": [ + 75 + ], + "smoothing": [ + 76 + ], + "models": [ + 77, + 91 + ], + "support": [ + 79 + ], + "vector": [ + 80 + ], + "machines": [ + 81 + ], + "which": [ + 83, + 125, + 174 + ], + "similar": [ + 84 + ], + "ideas": [ + 85 + ], + "investigated.": [ + 88 + ], + "process": [ + 90 + ], + "routinely": [ + 93 + ], + "used": [ + 94 + ], + "solve": [ + 96 + ], + "hard": [ + 97 + ], + "learning": [ + 99, + 183, + 199 + ], + "problems.": [ + 100, + 143 + ], + "They": [ + 101 + ], + "attractive": [ + 103 + ], + "because": [ + 104 + ], + "their": [ + 106 + ], + "flexible": [ + 107 + ], + "non-parametric": [ + 108 + ], + "nature": [ + 109 + ], + "computational": [ + 111, + 149 + ], + "simplicity.": [ + 112 + ], + "Treated": [ + 113 + ], + "within": [ + 114 + ], + "Bayesian": [ + 116 + ], + "framework,": [ + 117 + ], + "powerful": [ + 119 + ], + "statistical": [ + 120 + ], + "methods": [ + 121 + ], + "can": [ + 122 + ], + "be": [ + 123 + ], + "implemented": [ + 124 + ], + "offer": [ + 126 + ], + "valid": [ + 127 + ], + "estimates": [ + 128 + ], + "uncertainties": [ + 130 + ], + "our": [ + 132 + ], + "predictions": [ + 133 + ], + "generic": [ + 135, + 159 + ], + "model": [ + 136 + ], + "selection": [ + 137 + ], + "procedures": [ + 138 + ], + "cast": [ + 139 + ], + "nonlinear": [ + 141 + ], + "optimization": [ + 142 + ], + "Their": [ + 144 + ], + "main": [ + 145 + ], + "drawback": [ + 146 + ], + "heavy": [ + 148 + ], + "scaling": [ + 150 + ], + "has": [ + 151 + ], + "recently": [ + 152 + ], + "alleviated": [ + 154 + ], + "by": [ + 155 + ], + "the": [ + 156, + 212 + ], + "sparse": [ + 160 + ], + "approximations.13,78,31": [ + 161 + ], + "The": [ + 162 + ], + "mathematical": [ + 163 + ], + "literature": [ + 164 + ], + "is": [ + 167, + 216 + ], + "often": [ + 170 + ], + "uses": [ + 171 + ], + "concepts": [ + 173 + ], + "not": [ + 176 + ], + "required": [ + 177 + ], + "fully": [ + 179 + ], + "understand": [ + 180 + ], + "most": [ + 181 + ], + "applications.": [ + 184 + ], + "In": [ + 185 + ], + "this": [ + 186 + ], + "tutorial": [ + 187 + ], + "paper,": [ + 188 + ], + "we": [ + 189 + ], + "aim": [ + 190 + ], + "present": [ + 192 + ], + "show": [ + 202 + ], + "up": [ + 203 + ], + "precise": [ + 204 + ], + "other": [ + 207 + ], + "\"kernel": [ + 208 + ], + "machines\"": [ + 209 + ], + "popular": [ + 210 + ], + "community.": [ + 213 + ], + "Our": [ + 214 + ], + "focus": [ + 215 + ], + "simple": [ + 219 + ], + "presentation,": [ + 220 + ], + "but": [ + 221 + ], + "references": [ + 222 + ], + "more": [ + 224 + ], + "detailed": [ + 225 + ], + "sources": [ + 226 + ], + "provided.": [ + 228 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 88 + }, + { + "year": 2025, + "cited_by_count": 263 + }, + { + "year": 2024, + "cited_by_count": 218 + }, + { + "year": 2023, + "cited_by_count": 156 + }, + { + "year": 2022, + "cited_by_count": 104 + }, + { + "year": 2021, + "cited_by_count": 100 + }, + { + "year": 2020, + "cited_by_count": 85 + }, + { + "year": 2019, + "cited_by_count": 72 + }, + { + "year": 2018, + "cited_by_count": 44 + }, + { + "year": 2017, + "cited_by_count": 25 + }, + { + "year": 2016, + "cited_by_count": 29 + }, + { + "year": 2015, + "cited_by_count": 20 + }, + { + "year": 2014, + "cited_by_count": 25 + }, + { + "year": 2013, + "cited_by_count": 26 + }, + { + "year": 2012, + "cited_by_count": 18 + } + ], + "updated_date": "2026-05-27T09:02:27.158192", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2162651021", + "doi": "https://doi.org/10.7551/mitpress/9780262170055.001.0001", + "title": "Dataset Shift in Machine Learning", + "display_name": "Dataset Shift in Machine Learning", + "relevance_score": 2785.0432, + "publication_year": 2008, + "publication_date": "2008-12-12", + "ids": { + "openalex": "https://openalex.org/W2162651021", + "doi": "https://doi.org/10.7551/mitpress/9780262170055.001.0001", + "mag": "2162651021" + }, + "language": "en", + "primary_location": { + "id": "doi:10.7551/mitpress/9780262170055.001.0001", + "is_oa": false, + "landing_page_url": "https://doi.org/10.7551/mitpress/9780262170055.001.0001", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306463997", + "display_name": "The MIT Press eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/P4310315718", + "host_organization_name": "The MIT Press", + "host_organization_lineage": [ + "https://openalex.org/P4310315718" + ], + "host_organization_lineage_names": [ + "The MIT Press" + ], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "edited-book" + }, + "type": "book", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 0, + "corresponding_author_ids": [], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 9.3591, + "has_fulltext": false, + "cited_by_count": 1508, + "citation_normalized_percentile": { + "value": 0.97485493, + "is_in_top_1_percent": false, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T14470", + "display_name": "Advanced Data Processing Techniques", + "score": 0.7767999768257141, + "subfield": { + "id": "https://openalex.org/subfields/2207", + "display_name": "Control and Systems Engineering" + }, + "field": { + "id": "https://openalex.org/fields/22", + "display_name": "Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T14470", + "display_name": "Advanced Data Processing Techniques", + "score": 0.7767999768257141, + "subfield": { + "id": "https://openalex.org/subfields/2207", + "display_name": "Control and Systems Engineering" + }, + "field": { + "id": "https://openalex.org/fields/22", + "display_name": "Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.664900004863739, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12205", + "display_name": "Time Series Analysis and Forecasting", + "score": 0.659500002861023, + "subfield": { + "id": "https://openalex.org/subfields/1711", + "display_name": "Signal Processing" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.7328447103500366 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.7292178273200989 + }, + { + "id": "https://openalex.org/keywords/covariate", + "display_name": "Covariate", + "score": 0.7273201942443848 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.5872174501419067 + }, + { + "id": "https://openalex.org/keywords/bayesian-probability", + "display_name": "Bayesian probability", + "score": 0.5522041320800781 + }, + { + "id": "https://openalex.org/keywords/paradigm-shift", + "display_name": "Paradigm shift", + "score": 0.4949187636375427 + }, + { + "id": "https://openalex.org/keywords/filter", + "display_name": "Filter (signal processing)", + "score": 0.4474133849143982 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.7328447103500366 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.7292178273200989 + }, + { + "id": "https://openalex.org/C119043178", + "wikidata": "https://www.wikidata.org/wiki/Q320723", + "display_name": "Covariate", + "level": 2, + "score": 0.7273201942443848 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.5872174501419067 + }, + { + "id": "https://openalex.org/C107673813", + "wikidata": "https://www.wikidata.org/wiki/Q812534", + "display_name": "Bayesian probability", + "level": 2, + "score": 0.5522041320800781 + }, + { + "id": "https://openalex.org/C43540301", + "wikidata": "https://www.wikidata.org/wiki/Q689971", + "display_name": "Paradigm shift", + "level": 2, + "score": 0.4949187636375427 + }, + { + "id": "https://openalex.org/C106131492", + "wikidata": "https://www.wikidata.org/wiki/Q3072260", + "display_name": "Filter (signal processing)", + "level": 2, + "score": 0.4474133849143982 + }, + { + "id": "https://openalex.org/C31972630", + "wikidata": "https://www.wikidata.org/wiki/Q844240", + "display_name": "Computer vision", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C138885662", + "wikidata": "https://www.wikidata.org/wiki/Q5891", + "display_name": "Philosophy", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C111472728", + "wikidata": "https://www.wikidata.org/wiki/Q9471", + "display_name": "Epistemology", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.7551/mitpress/9780262170055.001.0001", + "is_oa": false, + "landing_page_url": "https://doi.org/10.7551/mitpress/9780262170055.001.0001", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306463997", + "display_name": "The MIT Press eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/P4310315718", + "host_organization_name": "The MIT Press", + "host_organization_lineage": [ + "https://openalex.org/P4310315718" + ], + "host_organization_lineage_names": [ + "The MIT Press" + ], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "edited-book" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "score": 0.6000000238418579, + "id": "https://metadata.un.org/sdg/16", + "display_name": "Peace, Justice and strong institutions" + } + ], + "awards": [], + "funders": [ + { + "id": "https://openalex.org/F4320315885", + "display_name": "Australian Government", + "ror": "https://ror.org/0314h5y94" + }, + { + "id": "https://openalex.org/F4320320879", + "display_name": "Deutsche Forschungsgemeinschaft", + "ror": "https://ror.org/018mejw64" + }, + { + "id": "https://openalex.org/F4320320912", + "display_name": "Ministry of Education, Culture, Sports, Science and Technology", + "ror": "https://ror.org/048rj2z13" + }, + { + "id": "https://openalex.org/F4320321114", + "display_name": "Bundesministerium für Bildung und Forschung", + "ror": "https://ror.org/04pz7b180" + }, + { + "id": "https://openalex.org/F4320321999", + "display_name": "Lundbeckfonden", + "ror": "https://ror.org/03hz8wd80" + }, + { + "id": "https://openalex.org/F4320327918", + "display_name": "H. Lundbeck A/S", + "ror": null + } + ], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 154, + "referenced_works": [ + "https://openalex.org/W3805906", + "https://openalex.org/W73527130", + "https://openalex.org/W167016754", + "https://openalex.org/W189742998", + "https://openalex.org/W335134183", + "https://openalex.org/W1493044792", + "https://openalex.org/W1506588750", + "https://openalex.org/W1512098439", + "https://openalex.org/W1513525398", + "https://openalex.org/W1519342765", + "https://openalex.org/W1520168181", + "https://openalex.org/W1523843467", + "https://openalex.org/W1548614216", + "https://openalex.org/W1551909886", + "https://openalex.org/W1563644419", + "https://openalex.org/W1564947197", + "https://openalex.org/W1571895365", + "https://openalex.org/W1571917377", + "https://openalex.org/W1574539612", + "https://openalex.org/W1594031697", + "https://openalex.org/W1601787291", + "https://openalex.org/W1603576850", + "https://openalex.org/W1605619629", + "https://openalex.org/W1618393386", + "https://openalex.org/W1667072054", + "https://openalex.org/W1941659294", + "https://openalex.org/W1963661053", + "https://openalex.org/W1977245551", + "https://openalex.org/W1981428463", + "https://openalex.org/W1983055206", + "https://openalex.org/W1986250339", + "https://openalex.org/W1990645294", + "https://openalex.org/W1991907403", + "https://openalex.org/W1998438337", + "https://openalex.org/W2002355073", + "https://openalex.org/W2005688170", + "https://openalex.org/W2007406620", + "https://openalex.org/W2010102461", + "https://openalex.org/W2012712694", + "https://openalex.org/W2015932775", + "https://openalex.org/W2018770010", + "https://openalex.org/W2023063828", + "https://openalex.org/W2024689521", + "https://openalex.org/W2029030476", + "https://openalex.org/W2032536435", + "https://openalex.org/W2034368206", + "https://openalex.org/W2036043322", + "https://openalex.org/W2036902495", + "https://openalex.org/W2054658115", + "https://openalex.org/W2059575958", + "https://openalex.org/W2070845047", + "https://openalex.org/W2073042726", + "https://openalex.org/W2076428552", + "https://openalex.org/W2081850149", + "https://openalex.org/W2093064776", + "https://openalex.org/W2097839764", + "https://openalex.org/W2098949458", + "https://openalex.org/W2100247797", + "https://openalex.org/W2100600008", + "https://openalex.org/W2101974476", + "https://openalex.org/W2103851188", + "https://openalex.org/W2105644991", + "https://openalex.org/W2105842272", + "https://openalex.org/W2107996537", + "https://openalex.org/W2109033052", + "https://openalex.org/W2112081648", + "https://openalex.org/W2112483442", + "https://openalex.org/W2113530803", + "https://openalex.org/W2113679101", + "https://openalex.org/W2114338449", + "https://openalex.org/W2115305054", + "https://openalex.org/W2117063635", + "https://openalex.org/W2120217353", + "https://openalex.org/W2121909644", + "https://openalex.org/W2123157895", + "https://openalex.org/W2125865219", + "https://openalex.org/W2125993116", + "https://openalex.org/W2127816222", + "https://openalex.org/W2129851978", + "https://openalex.org/W2130031702", + "https://openalex.org/W2131479143", + "https://openalex.org/W2131953535", + "https://openalex.org/W2132870739", + "https://openalex.org/W2134169350", + "https://openalex.org/W2135498906", + "https://openalex.org/W2137346077", + "https://openalex.org/W2137557016", + "https://openalex.org/W2138805882", + "https://openalex.org/W2139122730", + "https://openalex.org/W2139823104", + "https://openalex.org/W2142992973", + "https://openalex.org/W2143033696", + "https://openalex.org/W2145295623", + "https://openalex.org/W2146395300", + "https://openalex.org/W2148143831", + "https://openalex.org/W2148603752", + "https://openalex.org/W2148924730", + "https://openalex.org/W2150388061", + "https://openalex.org/W2150884987", + "https://openalex.org/W2152859659", + "https://openalex.org/W2154455818", + "https://openalex.org/W2158108973", + "https://openalex.org/W2158754421", + "https://openalex.org/W2159400887", + "https://openalex.org/W2161920802", + "https://openalex.org/W2163194396", + "https://openalex.org/W2164161365", + "https://openalex.org/W2167328503", + "https://openalex.org/W2168175751", + "https://openalex.org/W2168561598", + "https://openalex.org/W2168639902", + "https://openalex.org/W2168741590", + "https://openalex.org/W2169075655", + "https://openalex.org/W2169338892", + "https://openalex.org/W2169384781", + "https://openalex.org/W2170580685", + "https://openalex.org/W2171033594", + "https://openalex.org/W2171343216", + "https://openalex.org/W2171388464", + "https://openalex.org/W2215815030", + "https://openalex.org/W2255883267", + "https://openalex.org/W2293768274", + "https://openalex.org/W2435251607", + "https://openalex.org/W2525109755", + "https://openalex.org/W2590957573", + "https://openalex.org/W2796372757", + "https://openalex.org/W2903718010", + "https://openalex.org/W2989661724", + "https://openalex.org/W3098372638", + "https://openalex.org/W3103871524", + "https://openalex.org/W3104240813", + "https://openalex.org/W4211049957", + "https://openalex.org/W4211204663", + "https://openalex.org/W4229633200", + "https://openalex.org/W4230946174", + "https://openalex.org/W4231510805", + "https://openalex.org/W4233216783", + "https://openalex.org/W4233413206", + "https://openalex.org/W4236188916", + "https://openalex.org/W4239047110", + "https://openalex.org/W4239390603", + "https://openalex.org/W4248721357", + "https://openalex.org/W4250182547", + "https://openalex.org/W4250224875", + "https://openalex.org/W4252262440", + "https://openalex.org/W4253064820", + "https://openalex.org/W4256544418", + "https://openalex.org/W4299515571", + "https://openalex.org/W4300093168", + "https://openalex.org/W4301436980", + "https://openalex.org/W4310299640", + "https://openalex.org/W4310738704", + "https://openalex.org/W4379510236", + "https://openalex.org/W4388297464" + ], + "related_works": [ + "https://openalex.org/W2985746494", + "https://openalex.org/W4206042385", + "https://openalex.org/W2511384863", + "https://openalex.org/W2080773131", + "https://openalex.org/W2096089271", + "https://openalex.org/W2923628599", + "https://openalex.org/W2014100433", + "https://openalex.org/W2051519658", + "https://openalex.org/W2002304499", + "https://openalex.org/W2994787386" + ], + "abstract_inverted_index": { + "An": [ + 0 + ], + "overview": [ + 1, + 159 + ], + "of": [ + 2, + 44, + 59, + 90, + 135, + 160, + 200 + ], + "recent": [ + 3 + ], + "efforts": [ + 4, + 162 + ], + "in": [ + 5, + 35, + 73, + 111, + 148, + 184 + ], + "the": [ + 6, + 41, + 65, + 81, + 88, + 91, + 114, + 116, + 127, + 131, + 149, + 179 + ], + "machine": [ + 7, + 150 + ], + "learning": [ + 8, + 137, + 151 + ], + "community": [ + 9, + 152 + ], + "to": [ + 10, + 87, + 106, + 130, + 163, + 178, + 186 + ], + "deal": [ + 11, + 164 + ], + "with": [ + 12, + 165 + ], + "dataset": [ + 13, + 60, + 141, + 166, + 182, + 201 + ], + "and": [ + 14, + 21, + 24, + 46, + 51, + 125, + 138, + 167, + 175, + 194, + 202, + 208, + 211 + ], + "covariate": [ + 15, + 168, + 203, + 215 + ], + "shift,": [ + 16, + 55, + 61 + ], + "which": [ + 17, + 103 + ], + "occurs": [ + 18, + 39, + 62 + ], + "when": [ + 19, + 40, + 63 + ], + "test": [ + 20, + 52 + ], + "training": [ + 22, + 50, + 95 + ], + "inputs": [ + 23, + 45 + ], + "outputs": [ + 25, + 47 + ], + "have": [ + 26 + ], + "different": [ + 27 + ], + "distributions.": [ + 28 + ], + "Dataset": [ + 29, + 69 + ], + "shift": [ + 30, + 70, + 142, + 183, + 204 + ], + "is": [ + 31, + 71, + 99 + ], + "a": [ + 32, + 56, + 173 + ], + "common": [ + 33 + ], + "problem": [ + 34 + ], + "predictive": [ + 36 + ], + "modeling": [ + 37 + ], + "that": [ + 38, + 109 + ], + "joint": [ + 42 + ], + "distribution": [ + 43, + 67 + ], + "differs": [ + 48, + 110 + ], + "between": [ + 49 + ], + "stages.": [ + 53 + ], + "Covariate": [ + 54 + ], + "particular": [ + 57 + ], + "case": [ + 58 + ], + "only": [ + 64 + ], + "input": [ + 66 + ], + "changes.": [ + 68 + ], + "present": [ + 72, + 212 + ], + "most": [ + 74 + ], + "practical": [ + 75 + ], + "applications,": [ + 76 + ], + "for": [ + 77, + 214 + ], + "reasons": [ + 78 + ], + "ranging": [ + 79 + ], + "from": [ + 80, + 113 + ], + "bias": [ + 82 + ], + "introduced": [ + 83 + ], + "by": [ + 84 + ], + "experimental": [ + 85 + ], + "design": [ + 86 + ], + "irreproducibility": [ + 89 + ], + "testing": [ + 92 + ], + "conditions": [ + 93 + ], + "at": [ + 94 + ], + "time.": [ + 96 + ], + "(An": [ + 97 + ], + "example": [ + 98 + ], + "-email": [ + 100 + ], + "spam": [ + 101, + 108, + 115 + ], + "filtering,": [ + 102 + ], + "may": [ + 104 + ], + "fail": [ + 105 + ], + "recognize": [ + 107 + ], + "form": [ + 112 + ], + "automatic": [ + 117 + ], + "filter": [ + 118 + ], + "has": [ + 119, + 143 + ], + "been": [ + 120 + ], + "built": [ + 121 + ], + "on.)": [ + 122 + ], + "Despite": [ + 123 + ], + "this,": [ + 124 + ], + "despite": [ + 126 + ], + "attention": [ + 128, + 147 + ], + "given": [ + 129 + ], + "apparently": [ + 132 + ], + "similar": [ + 133 + ], + "problems": [ + 134 + ], + "semi-supervised": [ + 136, + 195 + ], + "active": [ + 139, + 192 + ], + "learning,": [ + 140, + 188, + 191, + 193, + 196 + ], + "received": [ + 144 + ], + "relatively": [ + 145 + ], + "little": [ + 146 + ], + "until": [ + 153 + ], + "recently.": [ + 154 + ], + "This": [ + 155 + ], + "volume": [ + 156 + ], + "offers": [ + 157 + ], + "an": [ + 158 + ], + "current": [ + 161 + ], + "shift.": [ + 169, + 216 + ], + "The": [ + 170 + ], + "chapters": [ + 171 + ], + "offer": [ + 172 + ], + "mathematical": [ + 174 + ], + "philosophical": [ + 176 + ], + "introduction": [ + 177 + ], + "problem,": [ + 180 + ], + "place": [ + 181 + ], + "relationship": [ + 185 + ], + "transfer": [ + 187 + ], + "transduction,": [ + 189 + ], + "local": [ + 190 + ], + "provide": [ + 197 + ], + "theoretical": [ + 198 + ], + "views": [ + 199 + ], + "(including": [ + 205 + ], + "decision": [ + 206 + ], + "theoretic": [ + 207 + ], + "Bayesian": [ + 209 + ], + "perspectives),": [ + 210 + ], + "algorithms": [ + 213 + ], + "Contributors": [ + 217 + ], + "Shai": [ + 218 + ], + "Ben-David,": [ + 219 + ], + "Steffen": [ + 220 + ], + "Bickel,": [ + 221 + ], + "Karsten": [ + 222 + ], + "Borgwardt,": [ + 223 + ], + "Michael": [ + 224 + ], + "Brückner,": [ + 225 + ], + "David": [ + 226 + ], + "Corfield,": [ + 227 + ], + "Amir": [ + 228 + ], + "Globerson,": [ + 229 + ], + "Arthur": [ + 230 + ], + "Gretton,": [ + 231 + ], + "Lars": [ + 232 + ], + "Kai": [ + 233 + ], + "Hansen,": [ + 234 + ], + "Matthias": [ + 235 + ], + "Hein,": [ + 236 + ], + "Jiayuan": [ + 237 + ], + "Huang,": [ + 238 + ], + "Choon": [ + 239 + ], + "Hui": [ + 240 + ], + "Teo,": [ + 241 + ], + "Takafumi": [ + 242 + ], + "Kanamori,": [ + 243 + ], + "Klaus-Robert": [ + 244 + ], + "Müller,": [ + 245 + ], + "Sam": [ + 246 + ], + "Roweis,": [ + 247 + ], + "Neil": [ + 248 + ], + "Rubens,": [ + 249 + ], + "Tobias": [ + 250 + ], + "Scheffer,": [ + 251 + ], + "Marcel": [ + 252 + ], + "Schmittfull,": [ + 253 + ], + "Bernhard": [ + 254 + ], + "Schölkopf": [ + 255 + ], + "Hidetoshi": [ + 256 + ], + "Shimodaira,": [ + 257 + ], + "Alex": [ + 258 + ], + "Smola,": [ + 259 + ], + "Amos": [ + 260 + ], + "Storkey,": [ + 261 + ], + "Masashi": [ + 262 + ], + "Sugiyama": [ + 263 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 35 + }, + { + "year": 2025, + "cited_by_count": 109 + }, + { + "year": 2024, + "cited_by_count": 165 + }, + { + "year": 2023, + "cited_by_count": 146 + }, + { + "year": 2022, + "cited_by_count": 133 + }, + { + "year": 2021, + "cited_by_count": 231 + }, + { + "year": 2020, + "cited_by_count": 204 + }, + { + "year": 2019, + "cited_by_count": 127 + }, + { + "year": 2018, + "cited_by_count": 54 + }, + { + "year": 2017, + "cited_by_count": 33 + }, + { + "year": 2016, + "cited_by_count": 35 + }, + { + "year": 2015, + "cited_by_count": 55 + }, + { + "year": 2014, + "cited_by_count": 36 + }, + { + "year": 2013, + "cited_by_count": 44 + }, + { + "year": 2012, + "cited_by_count": 29 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2793927960", + "doi": "https://doi.org/10.1080/01431161.2018.1433343", + "title": "Implementation of machine-learning classification in remote sensing: an applied review", + "display_name": "Implementation of machine-learning classification in remote sensing: an applied review", + "relevance_score": 2762.7502, + "publication_year": 2018, + "publication_date": "2018-02-02", + "ids": { + "openalex": "https://openalex.org/W2793927960", + "doi": "https://doi.org/10.1080/01431161.2018.1433343", + "mag": "2793927960" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1080/01431161.2018.1433343", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1080/01431161.2018.1433343", + "pdf_url": "https://www.tandfonline.com/doi/pdf/10.1080/01431161.2018.1433343?needAccess=true", + "source": { + "id": "https://openalex.org/S117411352", + "display_name": "International Journal of Remote Sensing", + "issn_l": "0143-1161", + "issn": [ + "0143-1161", + "1366-5901" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320547", + "host_organization_name": "Taylor & Francis", + "host_organization_lineage": [ + "https://openalex.org/P4310320547" + ], + "host_organization_lineage_names": [ + "Taylor & Francis" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "International Journal of Remote Sensing", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "bronze", + "oa_url": "https://www.tandfonline.com/doi/pdf/10.1080/01431161.2018.1433343?needAccess=true", + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5085820343", + "display_name": "Aaron E. Maxwell", + "orcid": "https://orcid.org/0000-0002-4412-5599" + }, + "institutions": [ + { + "id": "https://openalex.org/I12097938", + "display_name": "West Virginia University", + "ror": "https://ror.org/011vxgd24", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I12097938" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Aaron E. Maxwell", + "raw_affiliation_strings": [ + "Department of Geology and Geography, West Virginia University, Morgantown, WV, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Geology and Geography, West Virginia University, Morgantown, WV, USA", + "institution_ids": [ + "https://openalex.org/I12097938" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5091637832", + "display_name": "Timothy A. Warner", + "orcid": "https://orcid.org/0000-0002-0414-9748" + }, + "institutions": [ + { + "id": "https://openalex.org/I12097938", + "display_name": "West Virginia University", + "ror": "https://ror.org/011vxgd24", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I12097938" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Timothy A. Warner", + "raw_affiliation_strings": [ + "Department of Geology and Geography, West Virginia University, Morgantown, WV, USA" + ], + "raw_orcid": "https://orcid.org/0000-0002-0414-9748", + "affiliations": [ + { + "raw_affiliation_string": "Department of Geology and Geography, West Virginia University, Morgantown, WV, USA", + "institution_ids": [ + "https://openalex.org/I12097938" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5100386844", + "display_name": "Fang Fang", + "orcid": "https://orcid.org/0000-0001-7541-189X" + }, + "institutions": [ + { + "id": "https://openalex.org/I12097938", + "display_name": "West Virginia University", + "ror": "https://ror.org/011vxgd24", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I12097938" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Fang Fang", + "raw_affiliation_strings": [ + "Department of Geology and Geography, West Virginia University, Morgantown, WV, USA" + ], + "raw_orcid": "https://orcid.org/0000-0001-7541-189X", + "affiliations": [ + { + "raw_affiliation_string": "Department of Geology and Geography, West Virginia University, Morgantown, WV, USA", + "institution_ids": [ + "https://openalex.org/I12097938" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5085820343" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I12097938" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 113.7745, + "has_fulltext": false, + "cited_by_count": 1905, + "citation_normalized_percentile": { + "value": 0.99988622, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "39", + "issue": "9", + "first_page": "2784", + "last_page": "2817" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10689", + "display_name": "Remote-Sensing Image Classification", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/2214", + "display_name": "Media Technology" + }, + "field": { + "id": "https://openalex.org/fields/22", + "display_name": "Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10689", + "display_name": "Remote-Sensing Image Classification", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/2214", + "display_name": "Media Technology" + }, + "field": { + "id": "https://openalex.org/fields/22", + "display_name": "Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10111", + "display_name": "Remote Sensing in Agriculture", + "score": 0.9976999759674072, + "subfield": { + "id": "https://openalex.org/subfields/2303", + "display_name": "Ecology" + }, + "field": { + "id": "https://openalex.org/fields/23", + "display_name": "Environmental Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11659", + "display_name": "Advanced Image Fusion Techniques", + "score": 0.9749000072479248, + "subfield": { + "id": "https://openalex.org/subfields/2214", + "display_name": "Media Technology" + }, + "field": { + "id": "https://openalex.org/fields/22", + "display_name": "Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.7877681255340576 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7791492342948914 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.7248809337615967 + }, + { + "id": "https://openalex.org/keywords/random-forest", + "display_name": "Random forest", + "score": 0.5729610323905945 + }, + { + "id": "https://openalex.org/keywords/dimensionality-reduction", + "display_name": "Dimensionality reduction", + "score": 0.5524418354034424 + }, + { + "id": "https://openalex.org/keywords/decision-tree", + "display_name": "Decision tree", + "score": 0.5341089963912964 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.5322451591491699 + }, + { + "id": "https://openalex.org/keywords/support-vector-machine", + "display_name": "Support vector machine", + "score": 0.514393150806427 + }, + { + "id": "https://openalex.org/keywords/curse-of-dimensionality", + "display_name": "Curse of dimensionality", + "score": 0.5014984607696533 + }, + { + "id": "https://openalex.org/keywords/key", + "display_name": "Key (lock)", + "score": 0.4978461265563965 + }, + { + "id": "https://openalex.org/keywords/focus", + "display_name": "Focus (optics)", + "score": 0.4418962001800537 + }, + { + "id": "https://openalex.org/keywords/perspective", + "display_name": "Perspective (graphical)", + "score": 0.41856345534324646 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.33177950978279114 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.7877681255340576 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7791492342948914 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.7248809337615967 + }, + { + "id": "https://openalex.org/C169258074", + "wikidata": "https://www.wikidata.org/wiki/Q245748", + "display_name": "Random forest", + "level": 2, + "score": 0.5729610323905945 + }, + { + "id": "https://openalex.org/C70518039", + "wikidata": "https://www.wikidata.org/wiki/Q16000077", + "display_name": "Dimensionality reduction", + "level": 2, + "score": 0.5524418354034424 + }, + { + "id": "https://openalex.org/C84525736", + "wikidata": "https://www.wikidata.org/wiki/Q831366", + "display_name": "Decision tree", + "level": 2, + "score": 0.5341089963912964 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.5322451591491699 + }, + { + "id": "https://openalex.org/C12267149", + "wikidata": "https://www.wikidata.org/wiki/Q282453", + "display_name": "Support vector machine", + "level": 2, + "score": 0.514393150806427 + }, + { + "id": "https://openalex.org/C111030470", + "wikidata": "https://www.wikidata.org/wiki/Q1430460", + "display_name": "Curse of dimensionality", + "level": 2, + "score": 0.5014984607696533 + }, + { + "id": "https://openalex.org/C26517878", + "wikidata": "https://www.wikidata.org/wiki/Q228039", + "display_name": "Key (lock)", + "level": 2, + "score": 0.4978461265563965 + }, + { + "id": "https://openalex.org/C192209626", + "wikidata": "https://www.wikidata.org/wiki/Q190909", + "display_name": "Focus (optics)", + "level": 2, + "score": 0.4418962001800537 + }, + { + "id": "https://openalex.org/C12713177", + "wikidata": "https://www.wikidata.org/wiki/Q1900281", + "display_name": "Perspective (graphical)", + "level": 2, + "score": 0.41856345534324646 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.33177950978279114 + }, + { + "id": "https://openalex.org/C120665830", + "wikidata": "https://www.wikidata.org/wiki/Q14620", + "display_name": "Optics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C38652104", + "wikidata": "https://www.wikidata.org/wiki/Q3510521", + "display_name": "Computer security", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C121332964", + "wikidata": "https://www.wikidata.org/wiki/Q413", + "display_name": "Physics", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1080/01431161.2018.1433343", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1080/01431161.2018.1433343", + "pdf_url": "https://www.tandfonline.com/doi/pdf/10.1080/01431161.2018.1433343?needAccess=true", + "source": { + "id": "https://openalex.org/S117411352", + "display_name": "International Journal of Remote Sensing", + "issn_l": "0143-1161", + "issn": [ + "0143-1161", + "1366-5901" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320547", + "host_organization_name": "Taylor & Francis", + "host_organization_lineage": [ + "https://openalex.org/P4310320547" + ], + "host_organization_lineage_names": [ + "Taylor & Francis" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "International Journal of Remote Sensing", + "raw_type": "journal-article" + } + ], + "best_oa_location": { + "id": "doi:10.1080/01431161.2018.1433343", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1080/01431161.2018.1433343", + "pdf_url": "https://www.tandfonline.com/doi/pdf/10.1080/01431161.2018.1433343?needAccess=true", + "source": { + "id": "https://openalex.org/S117411352", + "display_name": "International Journal of Remote Sensing", + "issn_l": "0143-1161", + "issn": [ + "0143-1161", + "1366-5901" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320547", + "host_organization_name": "Taylor & Francis", + "host_organization_lineage": [ + "https://openalex.org/P4310320547" + ], + "host_organization_lineage_names": [ + "Taylor & Francis" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "International Journal of Remote Sensing", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [ + { + "score": 0.4000000059604645, + "id": "https://metadata.un.org/sdg/15", + "display_name": "Life in Land" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 118, + "referenced_works": [ + "https://openalex.org/W130347124", + "https://openalex.org/W1585128438", + "https://openalex.org/W1802207720", + "https://openalex.org/W1950365613", + "https://openalex.org/W1971271947", + "https://openalex.org/W1978034823", + "https://openalex.org/W1980547211", + "https://openalex.org/W1981755063", + "https://openalex.org/W1985258161", + "https://openalex.org/W1988790447", + "https://openalex.org/W1989344766", + "https://openalex.org/W1989428365", + "https://openalex.org/W1990653740", + "https://openalex.org/W1991856651", + "https://openalex.org/W1996777760", + "https://openalex.org/W1997478538", + "https://openalex.org/W1998351672", + "https://openalex.org/W2008469107", + "https://openalex.org/W2010479838", + "https://openalex.org/W2011287807", + "https://openalex.org/W2012136488", + "https://openalex.org/W2017212187", + "https://openalex.org/W2021314208", + "https://openalex.org/W2022156723", + "https://openalex.org/W2029316659", + "https://openalex.org/W2030025097", + "https://openalex.org/W2030825546", + "https://openalex.org/W2033388392", + "https://openalex.org/W2035419249", + "https://openalex.org/W2035466979", + "https://openalex.org/W2035549557", + "https://openalex.org/W2038951852", + "https://openalex.org/W2039067795", + "https://openalex.org/W2046113982", + "https://openalex.org/W2050830693", + "https://openalex.org/W2063907334", + "https://openalex.org/W2065800647", + "https://openalex.org/W2067983477", + "https://openalex.org/W2074112114", + "https://openalex.org/W2076656703", + "https://openalex.org/W2078619499", + "https://openalex.org/W2080401607", + "https://openalex.org/W2081620141", + "https://openalex.org/W2082081125", + "https://openalex.org/W2082874195", + "https://openalex.org/W2086567813", + "https://openalex.org/W2087016914", + "https://openalex.org/W2088891335", + "https://openalex.org/W2098057602", + "https://openalex.org/W2100711113", + "https://openalex.org/W2101051003", + "https://openalex.org/W2109826612", + "https://openalex.org/W2112076978", + "https://openalex.org/W2118978333", + "https://openalex.org/W2119479037", + "https://openalex.org/W2122111042", + "https://openalex.org/W2124624125", + "https://openalex.org/W2124706543", + "https://openalex.org/W2130269771", + "https://openalex.org/W2130695501", + "https://openalex.org/W2132424470", + "https://openalex.org/W2134721717", + "https://openalex.org/W2136251662", + "https://openalex.org/W2139086914", + "https://openalex.org/W2139211176", + "https://openalex.org/W2140181255", + "https://openalex.org/W2140950054", + "https://openalex.org/W2143481518", + "https://openalex.org/W2145862305", + "https://openalex.org/W2146884399", + "https://openalex.org/W2148143831", + "https://openalex.org/W2149706766", + "https://openalex.org/W2153534417", + "https://openalex.org/W2154506590", + "https://openalex.org/W2155632266", + "https://openalex.org/W2156665896", + "https://openalex.org/W2156909104", + "https://openalex.org/W2162421262", + "https://openalex.org/W2166307050", + "https://openalex.org/W2168809519", + "https://openalex.org/W2171058578", + "https://openalex.org/W2172009270", + "https://openalex.org/W2197595524", + "https://openalex.org/W2229291734", + "https://openalex.org/W2261059368", + "https://openalex.org/W2316813349", + "https://openalex.org/W2330853572", + "https://openalex.org/W2397914484", + "https://openalex.org/W2407655494", + "https://openalex.org/W2412588858", + "https://openalex.org/W2504658994", + "https://openalex.org/W2508058002", + "https://openalex.org/W2539651710", + "https://openalex.org/W2582743722", + "https://openalex.org/W2589780155", + "https://openalex.org/W2603834682", + "https://openalex.org/W2612451460", + "https://openalex.org/W2752696298", + "https://openalex.org/W2911964244", + "https://openalex.org/W3015384695", + "https://openalex.org/W3087967325", + "https://openalex.org/W3102027041", + "https://openalex.org/W3104925044", + "https://openalex.org/W3105578466", + "https://openalex.org/W3207342693", + "https://openalex.org/W4236137412", + "https://openalex.org/W4239510810", + "https://openalex.org/W4245066279", + "https://openalex.org/W4246090800", + "https://openalex.org/W4285719527", + "https://openalex.org/W4300402905", + "https://openalex.org/W4399569501", + "https://openalex.org/W4399570248", + "https://openalex.org/W4399575362", + "https://openalex.org/W6769764061", + "https://openalex.org/W6869234452", + "https://openalex.org/W6869284810", + "https://openalex.org/W6869666549" + ], + "related_works": [ + "https://openalex.org/W4321636153", + "https://openalex.org/W4377964522", + "https://openalex.org/W3195168932", + "https://openalex.org/W4386072274", + "https://openalex.org/W4386123260", + "https://openalex.org/W4383535405", + "https://openalex.org/W4381414210", + "https://openalex.org/W4384345534", + "https://openalex.org/W4308191010", + "https://openalex.org/W3034132578" + ], + "abstract_inverted_index": { + "Machine": [ + 0 + ], + "learning": [ + 1, + 18, + 62 + ], + "offers": [ + 2 + ], + "the": [ + 3, + 20, + 45, + 70, + 96 + ], + "potential": [ + 4 + ], + "for": [ + 5 + ], + "effective": [ + 6 + ], + "and": [ + 7, + 28, + 44, + 89, + 106, + 111, + 113 + ], + "efficient": [ + 8 + ], + "classification": [ + 9, + 40, + 123 + ], + "of": [ + 10, + 16, + 25, + 60, + 74, + 98 + ], + "remotely": [ + 11, + 128 + ], + "sensed": [ + 12, + 129 + ], + "imagery.": [ + 13 + ], + "The": [ + 14 + ], + "strengths": [ + 15 + ], + "machine": [ + 17, + 61 + ], + "include": [ + 19, + 95 + ], + "capacity": [ + 21 + ], + "to": [ + 22, + 29, + 124 + ], + "handle": [ + 23 + ], + "data": [ + 24, + 101, + 130 + ], + "high": [ + 26 + ], + "dimensionality": [ + 27 + ], + "map": [ + 30 + ], + "classes": [ + 31 + ], + "with": [ + 32 + ], + "very": [ + 33 + ], + "complex": [ + 34 + ], + "characteristics.": [ + 35 + ], + "Nevertheless,": [ + 36 + ], + "implementing": [ + 37 + ], + "a": [ + 38 + ], + "machine-learning": [ + 39, + 122 + ], + "is": [ + 41 + ], + "not": [ + 42 + ], + "straightforward,": [ + 43 + ], + "literature": [ + 46 + ], + "provides": [ + 47, + 57 + ], + "conflicting": [ + 48 + ], + "advice": [ + 49 + ], + "regarding": [ + 50 + ], + "many": [ + 51 + ], + "key": [ + 52 + ], + "issues.": [ + 53 + ], + "This": [ + 54 + ], + "article": [ + 55 + ], + "therefore": [ + 56 + ], + "an": [ + 58, + 64 + ], + "overview": [ + 59 + ], + "from": [ + 63 + ], + "applied": [ + 65 + ], + "perspective.": [ + 66 + ], + "We": [ + 67, + 116 + ], + "focus": [ + 68 + ], + "on": [ + 69 + ], + "relatively": [ + 71 + ], + "mature": [ + 72 + ], + "methods": [ + 73 + ], + "support": [ + 75 + ], + "vector": [ + 76 + ], + "machines,": [ + 77 + ], + "single": [ + 78 + ], + "decision": [ + 79 + ], + "trees": [ + 80 + ], + "(DTs),": [ + 81 + ], + "Random": [ + 82 + ], + "Forests,": [ + 83 + ], + "boosted": [ + 84 + ], + "DTs,": [ + 85 + ], + "artificial": [ + 86 + ], + "neural": [ + 87 + ], + "networks,": [ + 88 + ], + "k-nearest": [ + 90 + ], + "neighbours": [ + 91 + ], + "(k-NN).": [ + 92 + ], + "Issues": [ + 93 + ], + "considered": [ + 94 + ], + "choice": [ + 97 + ], + "algorithm,": [ + 99 + ], + "training": [ + 100 + ], + "requirements,": [ + 102 + ], + "user-defined": [ + 103 + ], + "parameter": [ + 104 + ], + "selection": [ + 105 + ], + "optimization,": [ + 107 + ], + "feature": [ + 108 + ], + "space": [ + 109 + ], + "impacts": [ + 110 + ], + "reduction,": [ + 112 + ], + "computational": [ + 114 + ], + "costs.": [ + 115 + ], + "illustrate": [ + 117 + ], + "these": [ + 118 + ], + "issues": [ + 119 + ], + "through": [ + 120 + ], + "applying": [ + 121 + ], + "two": [ + 125 + ], + "publically": [ + 126 + ], + "available": [ + 127 + ], + "sets.": [ + 131 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 128 + }, + { + "year": 2025, + "cited_by_count": 290 + }, + { + "year": 2024, + "cited_by_count": 312 + }, + { + "year": 2023, + "cited_by_count": 319 + }, + { + "year": 2022, + "cited_by_count": 312 + }, + { + "year": 2021, + "cited_by_count": 257 + }, + { + "year": 2020, + "cited_by_count": 168 + }, + { + "year": 2019, + "cited_by_count": 101 + }, + { + "year": 2018, + "cited_by_count": 18 + } + ], + "updated_date": "2026-05-28T09:10:13.091523", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2095577883", + "doi": "https://doi.org/10.1145/2046684.2046692", + "title": "Adversarial machine learning", + "display_name": "Adversarial machine learning", + "relevance_score": 2754.6794, + "publication_year": 2011, + "publication_date": "2011-10-21", + "ids": { + "openalex": "https://openalex.org/W2095577883", + "doi": "https://doi.org/10.1145/2046684.2046692", + "mag": "2095577883" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1145/2046684.2046692", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/2046684.2046692", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Proceedings of the 4th ACM workshop on Security and artificial intelligence", + "raw_type": "proceedings-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5082878554", + "display_name": "Ling Huang", + "orcid": "https://orcid.org/0000-0001-5089-4637" + }, + "institutions": [ + { + "id": "https://openalex.org/I1343180700", + "display_name": "Intel (United States)", + "ror": "https://ror.org/01ek73717", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1343180700" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Ling Huang", + "raw_affiliation_strings": [ + "Intel Labs Berkeley, Berkeley, CA, USA", + "Intel Labs. Berkeley, Berkeley, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Intel Labs Berkeley, Berkeley, CA, USA", + "institution_ids": [ + "https://openalex.org/I1343180700" + ] + }, + { + "raw_affiliation_string": "Intel Labs. Berkeley, Berkeley, CA, USA", + "institution_ids": [ + "https://openalex.org/I1343180700" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5017381278", + "display_name": "Anthony D. Joseph", + "orcid": "https://orcid.org/0000-0002-6798-9664" + }, + "institutions": [ + { + "id": "https://openalex.org/I134446601", + "display_name": "Berkeley College", + "ror": "https://ror.org/02xewxa75", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I134446601" + ] + }, + { + "id": "https://openalex.org/I95457486", + "display_name": "University of California, Berkeley", + "ror": "https://ror.org/01an7q238", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I95457486" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Anthony D. Joseph", + "raw_affiliation_strings": [ + "UC Berkeley, Berkeley, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "UC Berkeley, Berkeley, CA, USA", + "institution_ids": [ + "https://openalex.org/I134446601", + "https://openalex.org/I95457486" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5108249434", + "display_name": "Blaine Nelson", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I8087733", + "display_name": "University of Tübingen", + "ror": "https://ror.org/03a1kwz48", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I8087733" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Blaine Nelson", + "raw_affiliation_strings": [ + "University of Tubingen, Tubingen, Germany" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Tubingen, Tubingen, Germany", + "institution_ids": [ + "https://openalex.org/I8087733" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5078824132", + "display_name": "Benjamin I. P. Rubinstein", + "orcid": "https://orcid.org/0000-0002-2947-6980" + }, + "institutions": [ + { + "id": "https://openalex.org/I1290206253", + "display_name": "Microsoft (United States)", + "ror": "https://ror.org/00d0nc645", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1290206253" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Benjamin I.P. Rubinstein", + "raw_affiliation_strings": [ + "Microsoft, Mountain View, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Microsoft, Mountain View, CA, USA", + "institution_ids": [ + "https://openalex.org/I1290206253" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5113907559", + "display_name": "J. D. Tygar", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I95457486", + "display_name": "University of California, Berkeley", + "ror": "https://ror.org/01an7q238", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I95457486" + ] + }, + { + "id": "https://openalex.org/I134446601", + "display_name": "Berkeley College", + "ror": "https://ror.org/02xewxa75", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I134446601" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "J. D. Tygar", + "raw_affiliation_strings": [ + "UC Berkeley, Berkeley, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "UC Berkeley, Berkeley, CA, USA", + "institution_ids": [ + "https://openalex.org/I134446601", + "https://openalex.org/I95457486" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 5, + "corresponding_author_ids": [ + "https://openalex.org/A5082878554" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I1343180700" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 21.0993, + "has_fulltext": false, + "cited_by_count": 1193, + "citation_normalized_percentile": { + "value": 0.99439489, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 98, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": "43", + "last_page": "58" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11689", + "display_name": "Adversarial Robustness in Machine Learning", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11689", + "display_name": "Adversarial Robustness in Machine Learning", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11512", + "display_name": "Anomaly Detection Techniques and Applications", + "score": 0.9994000196456909, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11241", + "display_name": "Advanced Malware Detection Techniques", + "score": 0.9987000226974487, + "subfield": { + "id": "https://openalex.org/subfields/1711", + "display_name": "Signal Processing" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/adversarial-system", + "display_name": "Adversarial system", + "score": 0.9305077195167542 + }, + { + "id": "https://openalex.org/keywords/adversary", + "display_name": "Adversary", + "score": 0.8575477004051208 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.8086425065994263 + }, + { + "id": "https://openalex.org/keywords/adversarial-machine-learning", + "display_name": "Adversarial machine learning", + "score": 0.802598774433136 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6763424873352051 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6334288716316223 + }, + { + "id": "https://openalex.org/keywords/evasion", + "display_name": "Evasion (ethics)", + "score": 0.5196555852890015 + }, + { + "id": "https://openalex.org/keywords/field", + "display_name": "Field (mathematics)", + "score": 0.451160728931427 + }, + { + "id": "https://openalex.org/keywords/computer-security", + "display_name": "Computer security", + "score": 0.28231871128082275 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C37736160", + "wikidata": "https://www.wikidata.org/wiki/Q1801315", + "display_name": "Adversarial system", + "level": 2, + "score": 0.9305077195167542 + }, + { + "id": "https://openalex.org/C41065033", + "wikidata": "https://www.wikidata.org/wiki/Q2825412", + "display_name": "Adversary", + "level": 2, + "score": 0.8575477004051208 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.8086425065994263 + }, + { + "id": "https://openalex.org/C2778403875", + "wikidata": "https://www.wikidata.org/wiki/Q20312394", + "display_name": "Adversarial machine learning", + "level": 3, + "score": 0.802598774433136 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6763424873352051 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6334288716316223 + }, + { + "id": "https://openalex.org/C2781251061", + "wikidata": "https://www.wikidata.org/wiki/Q5416089", + "display_name": "Evasion (ethics)", + "level": 3, + "score": 0.5196555852890015 + }, + { + "id": "https://openalex.org/C9652623", + "wikidata": "https://www.wikidata.org/wiki/Q190109", + "display_name": "Field (mathematics)", + "level": 2, + "score": 0.451160728931427 + }, + { + "id": "https://openalex.org/C38652104", + "wikidata": "https://www.wikidata.org/wiki/Q3510521", + "display_name": "Computer security", + "level": 1, + "score": 0.28231871128082275 + }, + { + "id": "https://openalex.org/C8891405", + "wikidata": "https://www.wikidata.org/wiki/Q1059", + "display_name": "Immune system", + "level": 2, + "score": 0.0 + }, + { + "id": "https://openalex.org/C202444582", + "wikidata": "https://www.wikidata.org/wiki/Q837863", + "display_name": "Pure mathematics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C203014093", + "wikidata": "https://www.wikidata.org/wiki/Q101929", + "display_name": "Immunology", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C86803240", + "wikidata": "https://www.wikidata.org/wiki/Q420", + "display_name": "Biology", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 3, + "locations": [ + { + "id": "doi:10.1145/2046684.2046692", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/2046684.2046692", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Proceedings of the 4th ACM workshop on Security and artificial intelligence", + "raw_type": "proceedings-article" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.310.771", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.310.771", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.cs.berkeley.edu/~tygar/papers/SML2/Adversarial_AISEC.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.360.168", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.360.168", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://blaine-nelson.com/research/pubs/Huang-Joseph-AISec-2011.pdf", + "raw_type": "text" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "score": 0.7599999904632568, + "id": "https://metadata.un.org/sdg/16", + "display_name": "Peace, Justice and strong institutions" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 203, + "referenced_works": [ + "https://openalex.org/W3805906", + "https://openalex.org/W10423024", + "https://openalex.org/W20093842", + "https://openalex.org/W34732858", + "https://openalex.org/W73527130", + "https://openalex.org/W83087001", + "https://openalex.org/W104201263", + "https://openalex.org/W114599062", + "https://openalex.org/W123634342", + "https://openalex.org/W149129625", + "https://openalex.org/W155995321", + "https://openalex.org/W162878246", + "https://openalex.org/W190013992", + "https://openalex.org/W301116043", + "https://openalex.org/W630188293", + "https://openalex.org/W1484507384", + "https://openalex.org/W1492810482", + "https://openalex.org/W1506806321", + "https://openalex.org/W1510073064", + "https://openalex.org/W1513231349", + "https://openalex.org/W1514940655", + "https://openalex.org/W1516506771", + "https://openalex.org/W1520723331", + "https://openalex.org/W1524581953", + "https://openalex.org/W1526402451", + "https://openalex.org/W1543155826", + "https://openalex.org/W1552056088", + "https://openalex.org/W1554944419", + "https://openalex.org/W1560724230", + "https://openalex.org/W1562491895", + "https://openalex.org/W1563088657", + "https://openalex.org/W1564947197", + "https://openalex.org/W1570425181", + "https://openalex.org/W1570963478", + "https://openalex.org/W1579838312", + "https://openalex.org/W1584516405", + "https://openalex.org/W1589713274", + "https://openalex.org/W1590452455", + "https://openalex.org/W1591480890", + "https://openalex.org/W1599976521", + "https://openalex.org/W1601740268", + "https://openalex.org/W1602011302", + "https://openalex.org/W1605925311", + "https://openalex.org/W1609770379", + "https://openalex.org/W1663973292", + "https://openalex.org/W1787843065", + "https://openalex.org/W1851403712", + "https://openalex.org/W1859580326", + "https://openalex.org/W1873763122", + "https://openalex.org/W1941427975", + "https://openalex.org/W1949459993", + "https://openalex.org/W1962340579", + "https://openalex.org/W1964964840", + "https://openalex.org/W1968439359", + "https://openalex.org/W1968998685", + "https://openalex.org/W1979486458", + "https://openalex.org/W1984068197", + "https://openalex.org/W1984350393", + "https://openalex.org/W1984643937", + "https://openalex.org/W1985987493", + "https://openalex.org/W1987845271", + "https://openalex.org/W1989499832", + "https://openalex.org/W1989702938", + "https://openalex.org/W1992244412", + "https://openalex.org/W1993116423", + "https://openalex.org/W1996360405", + "https://openalex.org/W1999935041", + "https://openalex.org/W2005299943", + "https://openalex.org/W2007562169", + "https://openalex.org/W2007657822", + "https://openalex.org/W2010523825", + "https://openalex.org/W2012712694", + "https://openalex.org/W2013936649", + "https://openalex.org/W2015904350", + "https://openalex.org/W2019363670", + "https://openalex.org/W2020764470", + "https://openalex.org/W2022097286", + "https://openalex.org/W2031415694", + "https://openalex.org/W2032247543", + "https://openalex.org/W2040228409", + "https://openalex.org/W2044180609", + "https://openalex.org/W2045796390", + "https://openalex.org/W2046692379", + "https://openalex.org/W2052740976", + "https://openalex.org/W2056099894", + "https://openalex.org/W2058496912", + "https://openalex.org/W2076798318", + "https://openalex.org/W2077217970", + "https://openalex.org/W2078950386", + "https://openalex.org/W2081357650", + "https://openalex.org/W2086437504", + "https://openalex.org/W2088846575", + "https://openalex.org/W2091915792", + "https://openalex.org/W2093825590", + "https://openalex.org/W2096633407", + "https://openalex.org/W2097272254", + "https://openalex.org/W2097895487", + "https://openalex.org/W2099362736", + "https://openalex.org/W2100454174", + "https://openalex.org/W2100779981", + "https://openalex.org/W2106129384", + "https://openalex.org/W2106318612", + "https://openalex.org/W2107968098", + "https://openalex.org/W2108077794", + "https://openalex.org/W2108214308", + "https://openalex.org/W2108601876", + "https://openalex.org/W2108807072", + "https://openalex.org/W2109300365", + "https://openalex.org/W2109394932", + "https://openalex.org/W2110868467", + "https://openalex.org/W2112380340", + "https://openalex.org/W2113741278", + "https://openalex.org/W2114296159", + "https://openalex.org/W2116108199", + "https://openalex.org/W2118931532", + "https://openalex.org/W2119874464", + "https://openalex.org/W2120617515", + "https://openalex.org/W2120665430", + "https://openalex.org/W2120806354", + "https://openalex.org/W2122290076", + "https://openalex.org/W2123449924", + "https://openalex.org/W2123733729", + "https://openalex.org/W2123820077", + "https://openalex.org/W2124612670", + "https://openalex.org/W2124765629", + "https://openalex.org/W2125109784", + "https://openalex.org/W2125908420", + "https://openalex.org/W2127577941", + "https://openalex.org/W2129104108", + "https://openalex.org/W2129860818", + "https://openalex.org/W2130789388", + "https://openalex.org/W2134063365", + "https://openalex.org/W2134167315", + "https://openalex.org/W2135143063", + "https://openalex.org/W2135930857", + "https://openalex.org/W2136114025", + "https://openalex.org/W2137207609", + "https://openalex.org/W2137786570", + "https://openalex.org/W2138263042", + "https://openalex.org/W2138865266", + "https://openalex.org/W2139212933", + "https://openalex.org/W2139709458", + "https://openalex.org/W2141902405", + "https://openalex.org/W2142069714", + "https://openalex.org/W2143521632", + "https://openalex.org/W2144902422", + "https://openalex.org/W2144936818", + "https://openalex.org/W2147487384", + "https://openalex.org/W2149721097", + "https://openalex.org/W2151238122", + "https://openalex.org/W2151298633", + "https://openalex.org/W2151773168", + "https://openalex.org/W2156186849", + "https://openalex.org/W2156909104", + "https://openalex.org/W2157578436", + "https://openalex.org/W2159024459", + "https://openalex.org/W2159675343", + "https://openalex.org/W2160495867", + "https://openalex.org/W2162379889", + "https://openalex.org/W2162552722", + "https://openalex.org/W2162737890", + "https://openalex.org/W2164210932", + "https://openalex.org/W2165239860", + "https://openalex.org/W2166858086", + "https://openalex.org/W2167529272", + "https://openalex.org/W2169300738", + "https://openalex.org/W2169570643", + "https://openalex.org/W2169623711", + "https://openalex.org/W2170005069", + "https://openalex.org/W2170204206", + "https://openalex.org/W2171074980", + "https://openalex.org/W2171604933", + "https://openalex.org/W2293322640", + "https://openalex.org/W2293634425", + "https://openalex.org/W2293768274", + "https://openalex.org/W2294798173", + "https://openalex.org/W2296319761", + "https://openalex.org/W2296452361", + "https://openalex.org/W2341535507", + "https://openalex.org/W2489822048", + "https://openalex.org/W2791732920", + "https://openalex.org/W2898916015", + "https://openalex.org/W2911978475", + "https://openalex.org/W2949506549", + "https://openalex.org/W2951987509", + "https://openalex.org/W2953223940", + "https://openalex.org/W2962974509", + "https://openalex.org/W2963774574", + "https://openalex.org/W2964020133", + "https://openalex.org/W3013501781", + "https://openalex.org/W3124370832", + "https://openalex.org/W3136767761", + "https://openalex.org/W3145128584", + "https://openalex.org/W4212863985", + "https://openalex.org/W4285719527", + "https://openalex.org/W6629510986", + "https://openalex.org/W6636283022", + "https://openalex.org/W6674632866", + "https://openalex.org/W6676639149", + "https://openalex.org/W6684819249", + "https://openalex.org/W6738852829", + "https://openalex.org/W6766076356", + "https://openalex.org/W7052421801" + ], + "related_works": [ + "https://openalex.org/W4320018150", + "https://openalex.org/W4239582170", + "https://openalex.org/W3048732067", + "https://openalex.org/W2918664383", + "https://openalex.org/W106056076", + "https://openalex.org/W4320855730", + "https://openalex.org/W4383468834", + "https://openalex.org/W2135200719", + "https://openalex.org/W4283221438", + "https://openalex.org/W2900159906" + ], + "abstract_inverted_index": { + "In": [ + 0, + 31 + ], + "this": [ + 1, + 32 + ], + "paper": [ + 2 + ], + "(expanded": [ + 3 + ], + "from": [ + 4 + ], + "an": [ + 5, + 13, + 28, + 51, + 59, + 66 + ], + "invited": [ + 6 + ], + "talk": [ + 7 + ], + "at": [ + 8 + ], + "AISEC": [ + 9 + ], + "2010),": [ + 10 + ], + "we": [ + 11 + ], + "discuss": [ + 12, + 46, + 84, + 93 + ], + "emerging": [ + 14 + ], + "field": [ + 15 + ], + "of": [ + 16, + 22, + 65 + ], + "study:": [ + 17 + ], + "adversarial": [ + 18, + 29 + ], + "machine": [ + 19, + 24, + 43, + 81 + ], + "learning---the": [ + 20 + ], + "study": [ + 21 + ], + "effective": [ + 23 + ], + "learning": [ + 25, + 44, + 82, + 95 + ], + "techniques": [ + 26 + ], + "against": [ + 27, + 41, + 86 + ], + "opponent.": [ + 30 + ], + "paper,": [ + 33 + ], + "we:": [ + 34 + ], + "give": [ + 35 + ], + "a": [ + 36 + ], + "taxonomy": [ + 37 + ], + "for": [ + 38, + 57 + ], + "classifying": [ + 39 + ], + "attacks": [ + 40 + ], + "online": [ + 42 + ], + "algorithms;": [ + 45, + 83 + ], + "application-specific": [ + 47 + ], + "factors": [ + 48 + ], + "that": [ + 49 + ], + "limit": [ + 50 + ], + "adversary's": [ + 52, + 60, + 67 + ], + "capabilities;": [ + 53, + 61 + ], + "introduce": [ + 54, + 88 + ], + "two": [ + 55 + ], + "models": [ + 56 + ], + "modeling": [ + 58 + ], + "explore": [ + 62, + 78 + ], + "the": [ + 63, + 70, + 89 + ], + "limits": [ + 64 + ], + "knowledge": [ + 68 + ], + "about": [ + 69 + ], + "algorithm,": [ + 71 + ], + "feature": [ + 72 + ], + "space,": [ + 73 + ], + "training,": [ + 74 + ], + "and": [ + 75, + 92 + ], + "input": [ + 76 + ], + "data;": [ + 77 + ], + "vulnerabilities": [ + 79 + ], + "in": [ + 80 + ], + "countermeasures": [ + 85 + ], + "attacks;": [ + 87 + ], + "evasion": [ + 90 + ], + "challenge;": [ + 91 + ], + "privacy-preserving": [ + 94 + ], + "techniques.": [ + 96 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 17 + }, + { + "year": 2025, + "cited_by_count": 65 + }, + { + "year": 2024, + "cited_by_count": 82 + }, + { + "year": 2023, + "cited_by_count": 88 + }, + { + "year": 2022, + "cited_by_count": 92 + }, + { + "year": 2021, + "cited_by_count": 192 + }, + { + "year": 2020, + "cited_by_count": 173 + }, + { + "year": 2019, + "cited_by_count": 136 + }, + { + "year": 2018, + "cited_by_count": 138 + }, + { + "year": 2017, + "cited_by_count": 88 + }, + { + "year": 2016, + "cited_by_count": 42 + }, + { + "year": 2015, + "cited_by_count": 32 + }, + { + "year": 2014, + "cited_by_count": 32 + }, + { + "year": 2013, + "cited_by_count": 10 + }, + { + "year": 2012, + "cited_by_count": 5 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W3101749733", + "doi": null, + "title": "KERNEL METHODS IN MACHINE LEARNING", + "display_name": "KERNEL METHODS IN MACHINE LEARNING", + "relevance_score": 2736.4016, + "publication_year": 2008, + "publication_date": "2008-01-01", + "ids": { + "openalex": "https://openalex.org/W3101749733", + "mag": "3101749733" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.160.8616", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.160.8616", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.kernel-machines.org/publications/pdfs/0701907.pdf", + "raw_type": "text" + }, + "type": "article", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": null, + "display_name": "Hofmann, T.", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "Hofmann, T.", + "raw_affiliation_strings": [ + "Department Empirical Inference, Max Planck Institute for Biological Cybernetics, Max Planck Society", + "Max Planck Institute for Biological Cybernetics, Max Planck Society", + "Darmstadt University of Technology, Max Planck Institute for Biological Cybernetics and National ICT Australia" + ], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": null, + "display_name": "Schölkopf, B.", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Schölkopf, B.", + "raw_affiliation_strings": [ + "Department Empirical Inference, Max Planck Institute for Biological Cybernetics, Max Planck Society", + "Max Planck Institute for Biological Cybernetics, Max Planck Society", + "DARMSTADT UNIVERSITY OF TECHNOLOGY DEPARTMENT OF COMPUTER SCIENCE DARMSTADT GERMANY" + ], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "last", + "author": { + "id": null, + "display_name": "Smola, A.", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Smola, A.", + "raw_affiliation_strings": [ + "MAX PLANCK INSTITUTE FOR BIOLOGICAL CYBERNETICS TÜBINGEN GERMANY", + "Darmstadt University of Technology, Max Planck Institute for Biological Cybernetics and National ICT Australia" + ], + "raw_orcid": null, + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 3, + "corresponding_author_ids": [], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 80.32, + "has_fulltext": false, + "cited_by_count": 1404, + "citation_normalized_percentile": { + "value": 0.99968234, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11236", + "display_name": "Control Systems and Identification", + "score": 0.9980999827384949, + "subfield": { + "id": "https://openalex.org/subfields/2207", + "display_name": "Control and Systems Engineering" + }, + "field": { + "id": "https://openalex.org/fields/22", + "display_name": "Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11236", + "display_name": "Control Systems and Identification", + "score": 0.9980999827384949, + "subfield": { + "id": "https://openalex.org/subfields/2207", + "display_name": "Control and Systems Engineering" + }, + "field": { + "id": "https://openalex.org/fields/22", + "display_name": "Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.9973000288009644, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12814", + "display_name": "Gaussian Processes and Bayesian Inference", + "score": 0.9959999918937683, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/reproducing-kernel-hilbert-space", + "display_name": "Reproducing kernel Hilbert space", + "score": 0.9235234260559082 + }, + { + "id": "https://openalex.org/keywords/kernel-embedding-of-distributions", + "display_name": "Kernel embedding of distributions", + "score": 0.661546528339386 + }, + { + "id": "https://openalex.org/keywords/kernel-method", + "display_name": "Kernel method", + "score": 0.6241254806518555 + }, + { + "id": "https://openalex.org/keywords/kernel", + "display_name": "Kernel (algebra)", + "score": 0.6204042434692383 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.5763845443725586 + }, + { + "id": "https://openalex.org/keywords/tree-kernel", + "display_name": "Tree kernel", + "score": 0.5457028150558472 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5348400473594666 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.5333948731422424 + }, + { + "id": "https://openalex.org/keywords/hilbert-space", + "display_name": "Hilbert space", + "score": 0.5198448300361633 + }, + { + "id": "https://openalex.org/keywords/binary-classification", + "display_name": "Binary classification", + "score": 0.5161064863204956 + }, + { + "id": "https://openalex.org/keywords/radial-basis-function-kernel", + "display_name": "Radial basis function kernel", + "score": 0.51426762342453 + }, + { + "id": "https://openalex.org/keywords/representer-theorem", + "display_name": "Representer theorem", + "score": 0.5071642398834229 + }, + { + "id": "https://openalex.org/keywords/domain", + "display_name": "Domain (mathematical analysis)", + "score": 0.46649500727653503 + }, + { + "id": "https://openalex.org/keywords/range", + "display_name": "Range (aeronautics)", + "score": 0.46594440937042236 + }, + { + "id": "https://openalex.org/keywords/polynomial-kernel", + "display_name": "Polynomial kernel", + "score": 0.41850125789642334 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.3844338357448578 + }, + { + "id": "https://openalex.org/keywords/support-vector-machine", + "display_name": "Support vector machine", + "score": 0.2444586455821991 + }, + { + "id": "https://openalex.org/keywords/discrete-mathematics", + "display_name": "Discrete mathematics", + "score": 0.09967216849327087 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C80884492", + "wikidata": "https://www.wikidata.org/wiki/Q3345678", + "display_name": "Reproducing kernel Hilbert space", + "level": 3, + "score": 0.9235234260559082 + }, + { + "id": "https://openalex.org/C134517425", + "wikidata": "https://www.wikidata.org/wiki/Q16000131", + "display_name": "Kernel embedding of distributions", + "level": 4, + "score": 0.661546528339386 + }, + { + "id": "https://openalex.org/C122280245", + "wikidata": "https://www.wikidata.org/wiki/Q620622", + "display_name": "Kernel method", + "level": 3, + "score": 0.6241254806518555 + }, + { + "id": "https://openalex.org/C74193536", + "wikidata": "https://www.wikidata.org/wiki/Q574844", + "display_name": "Kernel (algebra)", + "level": 2, + "score": 0.6204042434692383 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.5763845443725586 + }, + { + "id": "https://openalex.org/C140417398", + "wikidata": "https://www.wikidata.org/wiki/Q16933942", + "display_name": "Tree kernel", + "level": 5, + "score": 0.5457028150558472 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5348400473594666 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.5333948731422424 + }, + { + "id": "https://openalex.org/C62799726", + "wikidata": "https://www.wikidata.org/wiki/Q190056", + "display_name": "Hilbert space", + "level": 2, + "score": 0.5198448300361633 + }, + { + "id": "https://openalex.org/C66905080", + "wikidata": "https://www.wikidata.org/wiki/Q17005494", + "display_name": "Binary classification", + "level": 3, + "score": 0.5161064863204956 + }, + { + "id": "https://openalex.org/C75866337", + "wikidata": "https://www.wikidata.org/wiki/Q7280263", + "display_name": "Radial basis function kernel", + "level": 4, + "score": 0.51426762342453 + }, + { + "id": "https://openalex.org/C172623408", + "wikidata": "https://www.wikidata.org/wiki/Q7314263", + "display_name": "Representer theorem", + "level": 5, + "score": 0.5071642398834229 + }, + { + "id": "https://openalex.org/C36503486", + "wikidata": "https://www.wikidata.org/wiki/Q11235244", + "display_name": "Domain (mathematical analysis)", + "level": 2, + "score": 0.46649500727653503 + }, + { + "id": "https://openalex.org/C204323151", + "wikidata": "https://www.wikidata.org/wiki/Q905424", + "display_name": "Range (aeronautics)", + "level": 2, + "score": 0.46594440937042236 + }, + { + "id": "https://openalex.org/C160446489", + "wikidata": "https://www.wikidata.org/wiki/Q7226642", + "display_name": "Polynomial kernel", + "level": 4, + "score": 0.41850125789642334 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.3844338357448578 + }, + { + "id": "https://openalex.org/C12267149", + "wikidata": "https://www.wikidata.org/wiki/Q282453", + "display_name": "Support vector machine", + "level": 2, + "score": 0.2444586455821991 + }, + { + "id": "https://openalex.org/C118615104", + "wikidata": "https://www.wikidata.org/wiki/Q121416", + "display_name": "Discrete mathematics", + "level": 1, + "score": 0.09967216849327087 + }, + { + "id": "https://openalex.org/C192562407", + "wikidata": "https://www.wikidata.org/wiki/Q228736", + "display_name": "Materials science", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C159985019", + "wikidata": "https://www.wikidata.org/wiki/Q181790", + "display_name": "Composite material", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C134306372", + "wikidata": "https://www.wikidata.org/wiki/Q7754", + "display_name": "Mathematical analysis", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 4, + "locations": [ + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.160.8616", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.160.8616", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.kernel-machines.org/publications/pdfs/0701907.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.680.2403", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.680.2403", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://alex.smola.org/papers/2008/HofSchSmo08.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:edoc.mpg.de:419905", + "is_oa": false, + "landing_page_url": "http://edoc.mpg.de/419905", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4406922265", + "display_name": "Max Planck Institute for Plasma Physics", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Annals of Statistics, v.36, 1171-1220 (2008)", + "raw_type": "Article" + }, + { + "id": "pmh:oai:pure.mpg.de:item_1789855", + "is_oa": false, + "landing_page_url": "http://hdl.handle.net/11858/00-001M-0000-0013-C8CF-6", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400654", + "display_name": "MPG.PuRe (Max Planck Society)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I149899117", + "host_organization_name": "Max Planck Society", + "host_organization_lineage": [ + "https://openalex.org/I149899117" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "The Annals of Statistics", + "raw_type": "info:eu-repo/semantics/article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 186, + "referenced_works": [ + "https://openalex.org/W14071851", + "https://openalex.org/W56743589", + "https://openalex.org/W100063776", + "https://openalex.org/W111380827", + "https://openalex.org/W147273232", + "https://openalex.org/W168447211", + "https://openalex.org/W179694669", + "https://openalex.org/W633772442", + "https://openalex.org/W854322902", + "https://openalex.org/W1486164486", + "https://openalex.org/W1490266132", + "https://openalex.org/W1496189301", + "https://openalex.org/W1510073064", + "https://openalex.org/W1512098439", + "https://openalex.org/W1515020792", + "https://openalex.org/W1526146785", + "https://openalex.org/W1526729636", + "https://openalex.org/W1528905581", + "https://openalex.org/W1530699444", + "https://openalex.org/W1542652324", + "https://openalex.org/W1548802052", + "https://openalex.org/W1549656520", + "https://openalex.org/W1550988992", + "https://openalex.org/W1560729174", + "https://openalex.org/W1575431606", + "https://openalex.org/W1578255497", + "https://openalex.org/W1587744656", + "https://openalex.org/W1588401315", + "https://openalex.org/W1588424744", + "https://openalex.org/W1596052433", + "https://openalex.org/W1601740268", + "https://openalex.org/W1604293137", + "https://openalex.org/W1604792744", + "https://openalex.org/W1638081485", + "https://openalex.org/W1647376582", + "https://openalex.org/W1719651905", + "https://openalex.org/W1746819321", + "https://openalex.org/W1774304772", + "https://openalex.org/W1835509607", + "https://openalex.org/W1899157803", + "https://openalex.org/W1964724001", + "https://openalex.org/W1966347620", + "https://openalex.org/W1968934255", + "https://openalex.org/W1975077471", + "https://openalex.org/W1982032418", + "https://openalex.org/W1986280275", + "https://openalex.org/W1986931325", + "https://openalex.org/W1989408439", + "https://openalex.org/W1990534247", + "https://openalex.org/W1991200719", + "https://openalex.org/W1992236290", + "https://openalex.org/W1992666150", + "https://openalex.org/W1995558350", + "https://openalex.org/W1998438337", + "https://openalex.org/W1999486090", + "https://openalex.org/W2001792610", + "https://openalex.org/W2002806284", + "https://openalex.org/W2007154098", + "https://openalex.org/W2008400752", + "https://openalex.org/W2009511046", + "https://openalex.org/W2012383820", + "https://openalex.org/W2014158063", + "https://openalex.org/W2014902932", + "https://openalex.org/W2015904350", + "https://openalex.org/W2017753243", + "https://openalex.org/W2018582985", + "https://openalex.org/W2020816856", + "https://openalex.org/W2025341678", + "https://openalex.org/W2029538739", + "https://openalex.org/W2038798255", + "https://openalex.org/W2041797434", + "https://openalex.org/W2047028564", + "https://openalex.org/W2051381803", + "https://openalex.org/W2060591526", + "https://openalex.org/W2064976291", + "https://openalex.org/W2070771761", + "https://openalex.org/W2072640386", + "https://openalex.org/W2075887074", + "https://openalex.org/W2077658674", + "https://openalex.org/W2082100828", + "https://openalex.org/W2082612735", + "https://openalex.org/W2083780577", + "https://openalex.org/W2086404575", + "https://openalex.org/W2086726221", + "https://openalex.org/W2086789740", + "https://openalex.org/W2087258353", + "https://openalex.org/W2087347434", + "https://openalex.org/W2092182929", + "https://openalex.org/W2094212611", + "https://openalex.org/W2098385651", + "https://openalex.org/W2101276256", + "https://openalex.org/W2103194807", + "https://openalex.org/W2103657184", + "https://openalex.org/W2104128541", + "https://openalex.org/W2105644991", + "https://openalex.org/W2105842272", + "https://openalex.org/W2106353560", + "https://openalex.org/W2108153239", + "https://openalex.org/W2112076978", + "https://openalex.org/W2114281975", + "https://openalex.org/W2118712128", + "https://openalex.org/W2119647652", + "https://openalex.org/W2119821739", + "https://openalex.org/W2120340025", + "https://openalex.org/W2121921208", + "https://openalex.org/W2123606421", + "https://openalex.org/W2123737232", + "https://openalex.org/W2124101779", + "https://openalex.org/W2124225821", + "https://openalex.org/W2125053431", + "https://openalex.org/W2127713198", + "https://openalex.org/W2131479089", + "https://openalex.org/W2132637896", + "https://openalex.org/W2132870739", + "https://openalex.org/W2134407776", + "https://openalex.org/W2135046866", + "https://openalex.org/W2135498906", + "https://openalex.org/W2139212933", + "https://openalex.org/W2139686264", + "https://openalex.org/W2140095548", + "https://openalex.org/W2141224867", + "https://openalex.org/W2141407058", + "https://openalex.org/W2142387771", + "https://openalex.org/W2143956139", + "https://openalex.org/W2144068644", + "https://openalex.org/W2146766088", + "https://openalex.org/W2147880316", + "https://openalex.org/W2148018895", + "https://openalex.org/W2148603752", + "https://openalex.org/W2149166361", + "https://openalex.org/W2149607218", + "https://openalex.org/W2151949149", + "https://openalex.org/W2156515921", + "https://openalex.org/W2156909104", + "https://openalex.org/W2157791002", + "https://openalex.org/W2159737176", + "https://openalex.org/W2160842254", + "https://openalex.org/W2161920802", + "https://openalex.org/W2162836072", + "https://openalex.org/W2164943005", + "https://openalex.org/W2167826316", + "https://openalex.org/W2169945149", + "https://openalex.org/W2314709380", + "https://openalex.org/W2408196097", + "https://openalex.org/W2498775949", + "https://openalex.org/W2554813760", + "https://openalex.org/W2579923771", + "https://openalex.org/W2595056910", + "https://openalex.org/W2795528501", + "https://openalex.org/W2798510847", + "https://openalex.org/W2798766386", + "https://openalex.org/W2976840617", + "https://openalex.org/W2988119488", + "https://openalex.org/W2994982620", + "https://openalex.org/W3004533406", + "https://openalex.org/W3012317737", + "https://openalex.org/W3015736691", + "https://openalex.org/W3021452258", + "https://openalex.org/W3023786531", + "https://openalex.org/W3119651796", + "https://openalex.org/W3145143011", + "https://openalex.org/W4210636998", + "https://openalex.org/W4211049957", + "https://openalex.org/W4211083646", + "https://openalex.org/W4229758204", + "https://openalex.org/W4232576706", + "https://openalex.org/W4234698323", + "https://openalex.org/W4235236043", + "https://openalex.org/W4237723258", + "https://openalex.org/W4237951138", + "https://openalex.org/W4238284510", + "https://openalex.org/W4238957295", + "https://openalex.org/W4239510810", + "https://openalex.org/W4240579122", + "https://openalex.org/W4246066915", + "https://openalex.org/W4247545571", + "https://openalex.org/W4249925659", + "https://openalex.org/W4251085907", + "https://openalex.org/W4251115686", + "https://openalex.org/W4255455317", + "https://openalex.org/W4285719527", + "https://openalex.org/W4293052541", + "https://openalex.org/W4298876635", + "https://openalex.org/W4302591315", + "https://openalex.org/W4376453320", + "https://openalex.org/W4396738453" + ], + "related_works": [ + "https://openalex.org/W3013206934", + "https://openalex.org/W3100948281", + "https://openalex.org/W4311138679", + "https://openalex.org/W3123056048", + "https://openalex.org/W1983263273", + "https://openalex.org/W4247446331", + "https://openalex.org/W1836142315", + "https://openalex.org/W4294351650", + "https://openalex.org/W4243330733", + "https://openalex.org/W177392165" + ], + "abstract_inverted_index": { + "We": [ + 0, + 77 + ], + "review": [ + 1 + ], + "machine": [ + 2 + ], + "learning": [ + 3, + 12, + 52 + ], + "methods": [ + 4, + 10, + 90 + ], + "employing": [ + 5 + ], + "positive": [ + 6 + ], + "definite": [ + 7 + ], + "kernels.": [ + 8 + ], + "These": [ + 9 + ], + "formulate": [ + 11 + ], + "and": [ + 13, + 49 + ], + "estimation": [ + 14, + 92 + ], + "problems": [ + 15 + ], + "in": [ + 16, + 31, + 37 + ], + "a": [ + 17, + 34, + 79 + ], + "reproducing": [ + 18 + ], + "kernel": [ + 19 + ], + "Hilbert": [ + 20 + ], + "space": [ + 21 + ], + "(RKHS)": [ + 22 + ], + "of": [ + 23, + 33, + 40, + 45, + 51, + 62, + 82 + ], + "functions": [ + 24, + 68, + 72 + ], + "defined": [ + 25, + 73 + ], + "on": [ + 26, + 74 + ], + "the": [ + 27, + 43, + 47, + 56 + ], + "data": [ + 28 + ], + "domain,": [ + 29 + ], + "expanded": [ + 30 + ], + "terms": [ + 32 + ], + "kernel.": [ + 35 + ], + "Working": [ + 36 + ], + "linear": [ + 38 + ], + "spaces": [ + 39 + ], + "function": [ + 41 + ], + "has": [ + 42 + ], + "benefit": [ + 44 + ], + "facilitating": [ + 46 + ], + "construction": [ + 48 + ], + "analysis": [ + 50 + ], + "algorithms": [ + 53 + ], + "while": [ + 54 + ], + "at": [ + 55 + ], + "same": [ + 57 + ], + "time": [ + 58 + ], + "allowing": [ + 59 + ], + "large": [ + 60 + ], + "classes": [ + 61 + ], + "functions.": [ + 63 + ], + "The": [ + 64 + ], + "latter": [ + 65 + ], + "include": [ + 66 + ], + "nonlinear": [ + 67 + ], + "as": [ + 69, + 71 + ], + "well": [ + 70 + ], + "nonvectorial": [ + 75 + ], + "data.": [ + 76, + 95 + ], + "cover": [ + 78 + ], + "wide": [ + 80 + ], + "range": [ + 81 + ], + "methods,": [ + 83 + ], + "ranging": [ + 84 + ], + "from": [ + 85 + ], + "binary": [ + 86 + ], + "classifiers": [ + 87 + ], + "to": [ + 88 + ], + "sophisticated": [ + 89 + ], + "for": [ + 91 + ], + "with": [ + 93 + ], + "structured": [ + 94 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 8 + }, + { + "year": 2024, + "cited_by_count": 22 + }, + { + "year": 2023, + "cited_by_count": 32 + }, + { + "year": 2022, + "cited_by_count": 53 + }, + { + "year": 2021, + "cited_by_count": 181 + }, + { + "year": 2020, + "cited_by_count": 192 + }, + { + "year": 2019, + "cited_by_count": 152 + }, + { + "year": 2018, + "cited_by_count": 126 + }, + { + "year": 2017, + "cited_by_count": 119 + }, + { + "year": 2016, + "cited_by_count": 94 + }, + { + "year": 2015, + "cited_by_count": 86 + }, + { + "year": 2014, + "cited_by_count": 101 + }, + { + "year": 2013, + "cited_by_count": 81 + }, + { + "year": 2012, + "cited_by_count": 57 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2701059868", + "doi": "https://doi.org/10.1109/sp.2017.12", + "title": "SecureML: A System for Scalable Privacy-Preserving Machine Learning", + "display_name": "SecureML: A System for Scalable Privacy-Preserving Machine Learning", + "relevance_score": 2685.6213, + "publication_year": 2017, + "publication_date": "2017-05-01", + "ids": { + "openalex": "https://openalex.org/W2701059868", + "doi": "https://doi.org/10.1109/sp.2017.12", + "mag": "2701059868" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1109/sp.2017.12", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/sp.2017.12", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "2017 IEEE Symposium on Security and Privacy (SP)", + "raw_type": "proceedings-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5001493977", + "display_name": "Payman Mohassel", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I164956901", + "display_name": "Visa (United Kingdom)", + "ror": "https://ror.org/05syhdw25", + "country_code": "GB", + "type": "company", + "lineage": [ + "https://openalex.org/I164956901", + "https://openalex.org/I4210148469" + ] + } + ], + "countries": [ + "GB" + ], + "is_corresponding": true, + "raw_author_name": "Payman Mohassel", + "raw_affiliation_strings": [ + "Visa Research" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Visa Research", + "institution_ids": [ + "https://openalex.org/I164956901" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5100434296", + "display_name": "Yupeng Zhang", + "orcid": "https://orcid.org/0000-0003-0378-3146" + }, + "institutions": [ + { + "id": "https://openalex.org/I66946132", + "display_name": "University of Maryland, College Park", + "ror": "https://ror.org/047s2c258", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I66946132" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Yupeng Zhang", + "raw_affiliation_strings": [ + "University of Maryland" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Maryland", + "institution_ids": [ + "https://openalex.org/I66946132" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5001493977" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I164956901" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 109.4959, + "has_fulltext": false, + "cited_by_count": 1840, + "citation_normalized_percentile": { + "value": 0.99954846, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": "19", + "last_page": "38" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10764", + "display_name": "Privacy-Preserving Technologies in Data", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10764", + "display_name": "Privacy-Preserving Technologies in Data", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10237", + "display_name": "Cryptography and Data Security", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11612", + "display_name": "Stochastic Gradient Optimization Techniques", + "score": 0.9958999752998352, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.8628431558609009 + }, + { + "id": "https://openalex.org/keywords/softmax-function", + "display_name": "Softmax function", + "score": 0.6727948188781738 + }, + { + "id": "https://openalex.org/keywords/scalability", + "display_name": "Scalability", + "score": 0.639832079410553 + }, + { + "id": "https://openalex.org/keywords/server", + "display_name": "Server", + "score": 0.6201728582382202 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.5722167491912842 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.5273305177688599 + }, + { + "id": "https://openalex.org/keywords/information-privacy", + "display_name": "Information privacy", + "score": 0.4981374740600586 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.49659615755081177 + }, + { + "id": "https://openalex.org/keywords/stochastic-gradient-descent", + "display_name": "Stochastic gradient descent", + "score": 0.4761010408401489 + }, + { + "id": "https://openalex.org/keywords/mnist-database", + "display_name": "MNIST database", + "score": 0.47118237614631653 + }, + { + "id": "https://openalex.org/keywords/implementation", + "display_name": "Implementation", + "score": 0.4711809456348419 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.36041098833084106 + }, + { + "id": "https://openalex.org/keywords/computer-security", + "display_name": "Computer security", + "score": 0.1726815104484558 + }, + { + "id": "https://openalex.org/keywords/computer-network", + "display_name": "Computer network", + "score": 0.15583673119544983 + }, + { + "id": "https://openalex.org/keywords/database", + "display_name": "Database", + "score": 0.1493930220603943 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.8628431558609009 + }, + { + "id": "https://openalex.org/C188441871", + "wikidata": "https://www.wikidata.org/wiki/Q7554146", + "display_name": "Softmax function", + "level": 3, + "score": 0.6727948188781738 + }, + { + "id": "https://openalex.org/C48044578", + "wikidata": "https://www.wikidata.org/wiki/Q727490", + "display_name": "Scalability", + "level": 2, + "score": 0.639832079410553 + }, + { + "id": "https://openalex.org/C93996380", + "wikidata": "https://www.wikidata.org/wiki/Q44127", + "display_name": "Server", + "level": 2, + "score": 0.6201728582382202 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.5722167491912842 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.5273305177688599 + }, + { + "id": "https://openalex.org/C123201435", + "wikidata": "https://www.wikidata.org/wiki/Q456632", + "display_name": "Information privacy", + "level": 2, + "score": 0.4981374740600586 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.49659615755081177 + }, + { + "id": "https://openalex.org/C206688291", + "wikidata": "https://www.wikidata.org/wiki/Q7617819", + "display_name": "Stochastic gradient descent", + "level": 3, + "score": 0.4761010408401489 + }, + { + "id": "https://openalex.org/C190502265", + "wikidata": "https://www.wikidata.org/wiki/Q17069496", + "display_name": "MNIST database", + "level": 3, + "score": 0.47118237614631653 + }, + { + "id": "https://openalex.org/C26713055", + "wikidata": "https://www.wikidata.org/wiki/Q245962", + "display_name": "Implementation", + "level": 2, + "score": 0.4711809456348419 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.36041098833084106 + }, + { + "id": "https://openalex.org/C38652104", + "wikidata": "https://www.wikidata.org/wiki/Q3510521", + "display_name": "Computer security", + "level": 1, + "score": 0.1726815104484558 + }, + { + "id": "https://openalex.org/C31258907", + "wikidata": "https://www.wikidata.org/wiki/Q1301371", + "display_name": "Computer network", + "level": 1, + "score": 0.15583673119544983 + }, + { + "id": "https://openalex.org/C77088390", + "wikidata": "https://www.wikidata.org/wiki/Q8513", + "display_name": "Database", + "level": 1, + "score": 0.1493930220603943 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1109/sp.2017.12", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/sp.2017.12", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "2017 IEEE Symposium on Security and Privacy (SP)", + "raw_type": "proceedings-article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 49, + "referenced_works": [ + "https://openalex.org/W34785529", + "https://openalex.org/W173953576", + "https://openalex.org/W374828532", + "https://openalex.org/W1480225633", + "https://openalex.org/W1499934958", + "https://openalex.org/W1510952750", + "https://openalex.org/W1528076390", + "https://openalex.org/W1608459536", + "https://openalex.org/W1826277484", + "https://openalex.org/W1968265138", + "https://openalex.org/W1969009977", + "https://openalex.org/W1971991172", + "https://openalex.org/W1985511977", + "https://openalex.org/W2009733253", + "https://openalex.org/W2019891719", + "https://openalex.org/W2053637704", + "https://openalex.org/W2083026317", + "https://openalex.org/W2088339831", + "https://openalex.org/W2106217851", + "https://openalex.org/W2112340198", + "https://openalex.org/W2112380340", + "https://openalex.org/W2129548234", + "https://openalex.org/W2132172731", + "https://openalex.org/W2134340933", + "https://openalex.org/W2145029920", + "https://openalex.org/W2149603017", + "https://openalex.org/W2152799677", + "https://openalex.org/W2167094273", + "https://openalex.org/W2167236842", + "https://openalex.org/W2170696315", + "https://openalex.org/W2171033594", + "https://openalex.org/W2295292576", + "https://openalex.org/W2435473771", + "https://openalex.org/W2473418344", + "https://openalex.org/W2963759574", + "https://openalex.org/W3029558105", + "https://openalex.org/W3030849327", + "https://openalex.org/W3141585064", + "https://openalex.org/W3185488408", + "https://openalex.org/W4248358572", + "https://openalex.org/W6601427463", + "https://openalex.org/W6612902754", + "https://openalex.org/W6631628602", + "https://openalex.org/W6663928093", + "https://openalex.org/W6676639149", + "https://openalex.org/W6679568130", + "https://openalex.org/W6681017033", + "https://openalex.org/W6682557032", + "https://openalex.org/W6778583135" + ], + "related_works": [ + "https://openalex.org/W4386603768", + "https://openalex.org/W2950475743", + "https://openalex.org/W4283819496", + "https://openalex.org/W4315785049", + "https://openalex.org/W3015792155", + "https://openalex.org/W3021529903", + "https://openalex.org/W3118286710", + "https://openalex.org/W2937906318", + "https://openalex.org/W4225929918", + "https://openalex.org/W3095450733" + ], + "abstract_inverted_index": { + "Machine": [ + 0 + ], + "learning": [ + 1, + 58 + ], + "is": [ + 2 + ], + "widely": [ + 3 + ], + "used": [ + 4 + ], + "in": [ + 5, + 77, + 140 + ], + "practice": [ + 6 + ], + "to": [ + 7, + 109, + 122, + 133, + 170 + ], + "produce": [ + 8 + ], + "predictive": [ + 9 + ], + "models": [ + 10, + 22, + 95 + ], + "for": [ + 11, + 54, + 59, + 161, + 187 + ], + "applications": [ + 12 + ], + "such": [ + 13, + 125 + ], + "as": [ + 14, + 126 + ], + "image": [ + 15 + ], + "processing,": [ + 16 + ], + "speech": [ + 17 + ], + "and": [ + 18, + 51, + 64, + 118, + 128, + 165, + 168 + ], + "text": [ + 19 + ], + "recognition.": [ + 20 + ], + "These": [ + 21 + ], + "are": [ + 23, + 131, + 148 + ], + "more": [ + 24 + ], + "accurate": [ + 25 + ], + "when": [ + 26 + ], + "trained": [ + 27 + ], + "on": [ + 28, + 96, + 114 + ], + "large": [ + 29 + ], + "amount": [ + 30 + ], + "of": [ + 31, + 151, + 157, + 172, + 177 + ], + "data": [ + 32, + 40, + 82, + 87, + 99, + 173 + ], + "collected": [ + 33 + ], + "from": [ + 34 + ], + "different": [ + 35 + ], + "sources.": [ + 36 + ], + "However,": [ + 37 + ], + "the": [ + 38, + 69, + 78, + 97, + 155, + 158, + 182 + ], + "massive": [ + 39 + ], + "collection": [ + 41 + ], + "raises": [ + 42 + ], + "privacy": [ + 43, + 55, + 162, + 184 + ], + "concerns.": [ + 44 + ], + "In": [ + 45 + ], + "this": [ + 46 + ], + "paper,": [ + 47 + ], + "we": [ + 48 + ], + "present": [ + 49 + ], + "new": [ + 50, + 107 + ], + "efficient": [ + 52 + ], + "protocols": [ + 53, + 75, + 147 + ], + "preserving": [ + 56, + 163, + 185 + ], + "machine": [ + 57 + ], + "linear": [ + 60, + 164 + ], + "regression,": [ + 61 + ], + "logistic": [ + 62, + 166 + ], + "regression": [ + 63 + ], + "neural": [ + 65, + 189 + ], + "network": [ + 66 + ], + "training": [ + 67, + 188 + ], + "using": [ + 68, + 100 + ], + "stochastic": [ + 70 + ], + "gradient": [ + 71 + ], + "descent": [ + 72 + ], + "method.": [ + 73 + ], + "Our": [ + 74, + 142 + ], + "fall": [ + 76 + ], + "two-server": [ + 79 + ], + "model": [ + 80 + ], + "where": [ + 81 + ], + "owners": [ + 83 + ], + "distribute": [ + 84 + ], + "their": [ + 85 + ], + "private": [ + 86 + ], + "among": [ + 88 + ], + "two": [ + 89 + ], + "non-colluding": [ + 90 + ], + "servers": [ + 91 + ], + "who": [ + 92 + ], + "train": [ + 93 + ], + "various": [ + 94 + ], + "joint": [ + 98 + ], + "secure": [ + 101, + 111 + ], + "two-party": [ + 102 + ], + "computation": [ + 103 + ], + "(2PC).": [ + 104 + ], + "We": [ + 105, + 136, + 179 + ], + "develop": [ + 106 + ], + "techniques": [ + 108 + ], + "support": [ + 110 + ], + "arithmetic": [ + 112 + ], + "operations": [ + 113 + ], + "shared": [ + 115 + ], + "decimal": [ + 116 + ], + "numbers,": [ + 117 + ], + "propose": [ + 119 + ], + "MPC-friendly": [ + 120 + ], + "alternatives": [ + 121 + ], + "non-linear": [ + 123 + ], + "functions": [ + 124 + ], + "sigmoid": [ + 127 + ], + "softmax": [ + 129 + ], + "that": [ + 130, + 145 + ], + "superior": [ + 132 + ], + "prior": [ + 134 + ], + "work.": [ + 135 + ], + "implement": [ + 137, + 181 + ], + "our": [ + 138, + 146 + ], + "system": [ + 139, + 186 + ], + "C++.": [ + 141 + ], + "experiments": [ + 143 + ], + "validate": [ + 144 + ], + "several": [ + 149 + ], + "orders": [ + 150 + ], + "magnitude": [ + 152 + ], + "faster": [ + 153 + ], + "than": [ + 154 + ], + "state": [ + 156 + ], + "art": [ + 159 + ], + "implementations": [ + 160 + ], + "regressions,": [ + 167 + ], + "scale": [ + 169 + ], + "millions": [ + 171 + ], + "samples": [ + 174 + ], + "with": [ + 175 + ], + "thousands": [ + 176 + ], + "features.": [ + 178 + ], + "also": [ + 180 + ], + "first": [ + 183 + ], + "networks.": [ + 190 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 32 + }, + { + "year": 2025, + "cited_by_count": 250 + }, + { + "year": 2024, + "cited_by_count": 273 + }, + { + "year": 2023, + "cited_by_count": 261 + }, + { + "year": 2022, + "cited_by_count": 233 + }, + { + "year": 2021, + "cited_by_count": 265 + }, + { + "year": 2020, + "cited_by_count": 274 + }, + { + "year": 2019, + "cited_by_count": 158 + }, + { + "year": 2018, + "cited_by_count": 85 + }, + { + "year": 2017, + "cited_by_count": 9 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W1944672", + "doi": null, + "title": "Foundations of Machine Learning", + "display_name": "Foundations of Machine Learning", + "relevance_score": 2673.8584, + "publication_year": 2012, + "publication_date": "2012-08-17", + "ids": { + "openalex": "https://openalex.org/W1944672", + "mag": "1944672" + }, + "language": "nl", + "primary_location": { + "id": "mag:1944672", + "is_oa": false, + "landing_page_url": "http://ci.nii.ac.jp/ncid/BB10313921", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4210197683", + "display_name": "Medical Entomology and Zoology", + "issn_l": "0424-7086", + "issn": [ + "0424-7086", + "2185-5609" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319750", + "host_organization_name": "Japan Society of Medical Entomology and Zoology", + "host_organization_lineage": [ + "https://openalex.org/P4310319750" + ], + "host_organization_lineage_names": [ + "Japan Society of Medical Entomology and Zoology" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Nederlands tijdschrift voor geneeskunde", + "raw_type": null + }, + "type": "book", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5058849006", + "display_name": "Mehryar Mohri", + "orcid": "https://orcid.org/0000-0002-3987-9847" + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "Mehryar Mohri", + "raw_affiliation_strings": [], + "raw_orcid": "https://orcid.org/0000-0002-3987-9847", + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5089765894", + "display_name": "Afshin Rostamizadeh", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I57206974", + "display_name": "New York University", + "ror": "https://ror.org/0190ak572", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I57206974" + ] + }, + { + "id": "https://openalex.org/I95457486", + "display_name": "University of California, Berkeley", + "ror": "https://ror.org/01an7q238", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I95457486" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Afshin Rostamizadeh", + "raw_affiliation_strings": [ + "University of California at Berkeley", + "New York University" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of California at Berkeley", + "institution_ids": [ + "https://openalex.org/I95457486" + ] + }, + { + "raw_affiliation_string": "New York University", + "institution_ids": [ + "https://openalex.org/I57206974" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5029768722", + "display_name": "Ameet Talwalkar", + "orcid": "https://orcid.org/0000-0001-6650-1893" + }, + "institutions": [ + { + "id": "https://openalex.org/I57206974", + "display_name": "New York University", + "ror": "https://ror.org/0190ak572", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I57206974" + ] + }, + { + "id": "https://openalex.org/I95457486", + "display_name": "University of California, Berkeley", + "ror": "https://ror.org/01an7q238", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I95457486" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Ameet Talwalkar", + "raw_affiliation_strings": [ + "New York University", + "University of California at Berkeley" + ], + "raw_orcid": "https://orcid.org/0000-0001-6650-1893", + "affiliations": [ + { + "raw_affiliation_string": "New York University", + "institution_ids": [ + "https://openalex.org/I57206974" + ] + }, + { + "raw_affiliation_string": "University of California at Berkeley", + "institution_ids": [ + "https://openalex.org/I95457486" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5058849006" + ], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 27.6943, + "has_fulltext": false, + "cited_by_count": 1162, + "citation_normalized_percentile": { + "value": 0.99691086, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 94, + "max": 100 + }, + "biblio": { + "volume": "135", + "issue": "43", + "first_page": "2040", + "last_page": "2040" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12072", + "display_name": "Machine Learning and Algorithms", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12072", + "display_name": "Machine Learning and Algorithms", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10057", + "display_name": "Face and Expression Recognition", + "score": 0.9980999827384949, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11269", + "display_name": "Algorithms and Data Compression", + "score": 0.9976999759674072, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/mathematical-proof", + "display_name": "Mathematical proof", + "score": 0.7428677678108215 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6456596851348877 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5522527098655701 + }, + { + "id": "https://openalex.org/keywords/class", + "display_name": "Class (philosophy)", + "score": 0.5323909521102905 + }, + { + "id": "https://openalex.org/keywords/ranking", + "display_name": "Ranking (information retrieval)", + "score": 0.5272710919380188 + }, + { + "id": "https://openalex.org/keywords/key", + "display_name": "Key (lock)", + "score": 0.45580342411994934 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.4148377478122711 + }, + { + "id": "https://openalex.org/keywords/management-science", + "display_name": "Management science", + "score": 0.38723039627075195 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.22637265920639038 + }, + { + "id": "https://openalex.org/keywords/engineering", + "display_name": "Engineering", + "score": 0.15077513456344604 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C108710211", + "wikidata": "https://www.wikidata.org/wiki/Q11538", + "display_name": "Mathematical proof", + "level": 2, + "score": 0.7428677678108215 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6456596851348877 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5522527098655701 + }, + { + "id": "https://openalex.org/C2777212361", + "wikidata": "https://www.wikidata.org/wiki/Q5127848", + "display_name": "Class (philosophy)", + "level": 2, + "score": 0.5323909521102905 + }, + { + "id": "https://openalex.org/C189430467", + "wikidata": "https://www.wikidata.org/wiki/Q7293293", + "display_name": "Ranking (information retrieval)", + "level": 2, + "score": 0.5272710919380188 + }, + { + "id": "https://openalex.org/C26517878", + "wikidata": "https://www.wikidata.org/wiki/Q228039", + "display_name": "Key (lock)", + "level": 2, + "score": 0.45580342411994934 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.4148377478122711 + }, + { + "id": "https://openalex.org/C539667460", + "wikidata": "https://www.wikidata.org/wiki/Q2414942", + "display_name": "Management science", + "level": 1, + "score": 0.38723039627075195 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.22637265920639038 + }, + { + "id": "https://openalex.org/C127413603", + "wikidata": "https://www.wikidata.org/wiki/Q11023", + "display_name": "Engineering", + "level": 0, + "score": 0.15077513456344604 + }, + { + "id": "https://openalex.org/C38652104", + "wikidata": "https://www.wikidata.org/wiki/Q3510521", + "display_name": "Computer security", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C2524010", + "wikidata": "https://www.wikidata.org/wiki/Q8087", + "display_name": "Geometry", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 6, + "locations": [ + { + "id": "mag:1944672", + "is_oa": false, + "landing_page_url": "http://ci.nii.ac.jp/ncid/BB10313921", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4210197683", + "display_name": "Medical Entomology and Zoology", + "issn_l": "0424-7086", + "issn": [ + "0424-7086", + "2185-5609" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319750", + "host_organization_name": "Japan Society of Medical Entomology and Zoology", + "host_organization_lineage": [ + "https://openalex.org/P4310319750" + ], + "host_organization_lineage_names": [ + "Japan Society of Medical Entomology and Zoology" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Nederlands tijdschrift voor geneeskunde", + "raw_type": null + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-025293082", + "is_oa": false, + "landing_page_url": "https://bvbr.bib-bvb.de:443/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=025293082&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-030647834", + "is_oa": false, + "landing_page_url": "http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=030647834&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-033761252", + "is_oa": false, + "landing_page_url": null, + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:cds.cern.ch:2150131", + "is_oa": false, + "landing_page_url": "http://cds.cern.ch/record/2150131", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402194", + "display_name": "CERN Document Server (European Organization for Nuclear Research)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I67311998", + "host_organization_name": "European Organization for Nuclear Research", + "host_organization_lineage": [ + "https://openalex.org/I67311998" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + }, + { + "id": "pmh:oai:cds.cern.ch:2640216", + "is_oa": false, + "landing_page_url": "http://cds.cern.ch/record/2640216", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402195", + "display_name": "CERN Document Server (European Organization for Nuclear Research)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I67311998", + "host_organization_name": "European Organization for Nuclear Research", + "host_organization_lineage": [ + "https://openalex.org/I67311998" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "id": "https://metadata.un.org/sdg/4", + "display_name": "Quality Education", + "score": 0.7599999904632568 + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 208, + "referenced_works": [ + "https://openalex.org/W2169610", + "https://openalex.org/W29925583", + "https://openalex.org/W32198084", + "https://openalex.org/W82544137", + "https://openalex.org/W100063776", + "https://openalex.org/W180686687", + "https://openalex.org/W198244778", + "https://openalex.org/W214995755", + "https://openalex.org/W1034819515", + "https://openalex.org/W1502981577", + "https://openalex.org/W1504694836", + "https://openalex.org/W1510073064", + "https://openalex.org/W1512798900", + "https://openalex.org/W1514324498", + "https://openalex.org/W1515891729", + "https://openalex.org/W1520252399", + "https://openalex.org/W1526146785", + "https://openalex.org/W1527117384", + "https://openalex.org/W1527666879", + "https://openalex.org/W1528905581", + "https://openalex.org/W1532246502", + "https://openalex.org/W1532945940", + "https://openalex.org/W1534694010", + "https://openalex.org/W1535810436", + "https://openalex.org/W1536719366", + "https://openalex.org/W1538170657", + "https://openalex.org/W1538240903", + "https://openalex.org/W1539246860", + "https://openalex.org/W1539833865", + "https://openalex.org/W1540007258", + "https://openalex.org/W1540155273", + "https://openalex.org/W1542886316", + "https://openalex.org/W1544896713", + "https://openalex.org/W1545148916", + "https://openalex.org/W1546372806", + "https://openalex.org/W1546851689", + "https://openalex.org/W1546961578", + "https://openalex.org/W1553313034", + "https://openalex.org/W1563736811", + "https://openalex.org/W1569296262", + "https://openalex.org/W1570963478", + "https://openalex.org/W1575130722", + "https://openalex.org/W1576213419", + "https://openalex.org/W1579534531", + "https://openalex.org/W1584815367", + "https://openalex.org/W1605498412", + "https://openalex.org/W1605688901", + "https://openalex.org/W1606751204", + "https://openalex.org/W1608733719", + "https://openalex.org/W1614597761", + "https://openalex.org/W1629199664", + "https://openalex.org/W1676820704", + "https://openalex.org/W1678356000", + "https://openalex.org/W1755117326", + "https://openalex.org/W1848067327", + "https://openalex.org/W1892809886", + "https://openalex.org/W1918179283", + "https://openalex.org/W1963858753", + "https://openalex.org/W1966347620", + "https://openalex.org/W1967684610", + "https://openalex.org/W1969005071", + "https://openalex.org/W1971361630", + "https://openalex.org/W1979675141", + "https://openalex.org/W1979711143", + "https://openalex.org/W1983739894", + "https://openalex.org/W1984901446", + "https://openalex.org/W1985077192", + "https://openalex.org/W1985554184", + "https://openalex.org/W1985949731", + "https://openalex.org/W1986446408", + "https://openalex.org/W1988790447", + "https://openalex.org/W1990876436", + "https://openalex.org/W1994592916", + "https://openalex.org/W1994616650", + "https://openalex.org/W1998167411", + "https://openalex.org/W1999678910", + "https://openalex.org/W2001141328", + "https://openalex.org/W2002089154", + "https://openalex.org/W2002644653", + "https://openalex.org/W2003680476", + "https://openalex.org/W2005306124", + "https://openalex.org/W2008740515", + "https://openalex.org/W2009797711", + "https://openalex.org/W2010029425", + "https://openalex.org/W2015904350", + "https://openalex.org/W2017031328", + "https://openalex.org/W2017603160", + "https://openalex.org/W2018706164", + "https://openalex.org/W2019363670", + "https://openalex.org/W2020913456", + "https://openalex.org/W2024046085", + "https://openalex.org/W2029538739", + "https://openalex.org/W2030189596", + "https://openalex.org/W2032210760", + "https://openalex.org/W2033547792", + "https://openalex.org/W2040870580", + "https://openalex.org/W2041613709", + "https://openalex.org/W2041615247", + "https://openalex.org/W2044654734", + "https://openalex.org/W2045291344", + "https://openalex.org/W2047028564", + "https://openalex.org/W2047221353", + "https://openalex.org/W2047278710", + "https://openalex.org/W2050570613", + "https://openalex.org/W2051669046", + "https://openalex.org/W2051834357", + "https://openalex.org/W2053186076", + "https://openalex.org/W2053463056", + "https://openalex.org/W2055186664", + "https://openalex.org/W2058239479", + "https://openalex.org/W2063978378", + "https://openalex.org/W2068871408", + "https://openalex.org/W2070534370", + "https://openalex.org/W2073242866", + "https://openalex.org/W2074010768", + "https://openalex.org/W2075567596", + "https://openalex.org/W2081230843", + "https://openalex.org/W2081281113", + "https://openalex.org/W2084544490", + "https://openalex.org/W2086789740", + "https://openalex.org/W2087258353", + "https://openalex.org/W2087347434", + "https://openalex.org/W2088658556", + "https://openalex.org/W2092074494", + "https://openalex.org/W2092386826", + "https://openalex.org/W2093717447", + "https://openalex.org/W2093825590", + "https://openalex.org/W2097160297", + "https://openalex.org/W2097477220", + "https://openalex.org/W2099968818", + "https://openalex.org/W2101276256", + "https://openalex.org/W2102011767", + "https://openalex.org/W2103012681", + "https://openalex.org/W2104364170", + "https://openalex.org/W2105644991", + "https://openalex.org/W2105732805", + "https://openalex.org/W2105842272", + "https://openalex.org/W2106491486", + "https://openalex.org/W2106887613", + "https://openalex.org/W2107890099", + "https://openalex.org/W2108263314", + "https://openalex.org/W2109339818", + "https://openalex.org/W2111233787", + "https://openalex.org/W2111355007", + "https://openalex.org/W2111365067", + "https://openalex.org/W2117341272", + "https://openalex.org/W2118686230", + "https://openalex.org/W2119567691", + "https://openalex.org/W2120100126", + "https://openalex.org/W2120875792", + "https://openalex.org/W2121420451", + "https://openalex.org/W2123793406", + "https://openalex.org/W2125528794", + "https://openalex.org/W2128833328", + "https://openalex.org/W2129113961", + "https://openalex.org/W2131600418", + "https://openalex.org/W2133864802", + "https://openalex.org/W2135046866", + "https://openalex.org/W2135730283", + "https://openalex.org/W2135840513", + "https://openalex.org/W2137207609", + "https://openalex.org/W2137690105", + "https://openalex.org/W2138263042", + "https://openalex.org/W2139338362", + "https://openalex.org/W2142399242", + "https://openalex.org/W2143166796", + "https://openalex.org/W2147750403", + "https://openalex.org/W2147880316", + "https://openalex.org/W2148825261", + "https://openalex.org/W2149706766", + "https://openalex.org/W2154104389", + "https://openalex.org/W2154952480", + "https://openalex.org/W2156718197", + "https://openalex.org/W2157112198", + "https://openalex.org/W2157791002", + "https://openalex.org/W2157825442", + "https://openalex.org/W2160392347", + "https://openalex.org/W2161195767", + "https://openalex.org/W2162157640", + "https://openalex.org/W2165131254", + "https://openalex.org/W2165966284", + "https://openalex.org/W2166501286", + "https://openalex.org/W2168020168", + "https://openalex.org/W2169022337", + "https://openalex.org/W2169198425", + "https://openalex.org/W2169401877", + "https://openalex.org/W2171710336", + "https://openalex.org/W2171792531", + "https://openalex.org/W2172195373", + "https://openalex.org/W2294105907", + "https://openalex.org/W2294798173", + "https://openalex.org/W2296319761", + "https://openalex.org/W2312609093", + "https://openalex.org/W2322150470", + "https://openalex.org/W2330274477", + "https://openalex.org/W2490901831", + "https://openalex.org/W2554813760", + "https://openalex.org/W2554958826", + "https://openalex.org/W2579923771", + "https://openalex.org/W2611627047", + "https://openalex.org/W2798579099", + "https://openalex.org/W2798766386", + "https://openalex.org/W2979473749", + "https://openalex.org/W2989661724", + "https://openalex.org/W3011120880", + "https://openalex.org/W3022552533", + "https://openalex.org/W3085162807", + "https://openalex.org/W3119651796" + ], + "related_works": [ + "https://openalex.org/W607505555", + "https://openalex.org/W3118608800", + "https://openalex.org/W2964121744", + "https://openalex.org/W2963664410", + "https://openalex.org/W2919115771", + "https://openalex.org/W2911964244", + "https://openalex.org/W2899606262", + "https://openalex.org/W2579923771", + "https://openalex.org/W2194775991", + "https://openalex.org/W2163605009", + "https://openalex.org/W2156909104", + "https://openalex.org/W2153635508", + "https://openalex.org/W2148603752", + "https://openalex.org/W2119821739", + "https://openalex.org/W2112796928", + "https://openalex.org/W2099471712", + "https://openalex.org/W1663973292", + "https://openalex.org/W1480376833", + "https://openalex.org/W2165698076", + "https://openalex.org/W2121863487" + ], + "abstract_inverted_index": { + "Fundamental": [ + 0 + ], + "topics": [ + 1 + ], + "in": [ + 2 + ], + "machine": [ + 3 + ], + "learning": [ + 4 + ], + "are": [ + 5 + ], + "presented": [ + 6 + ], + "along": [ + 7 + ], + "with": [ + 8 + ], + "theoretical": [ + 9 + ], + "and": [ + 10, + 16 + ], + "conceptual": [ + 11 + ], + "tools": [ + 12 + ], + "for": [ + 13 + ], + "the": [ + 14 + ], + "discussion": [ + 15 + ], + "proof": [ + 17 + ], + "of": [ + 18 + ], + "algorithms.": [ + 19 + ] + }, + "counts_by_year": [ + { + "year": 2024, + "cited_by_count": 2 + }, + { + "year": 2023, + "cited_by_count": 10 + }, + { + "year": 2022, + "cited_by_count": 23 + }, + { + "year": 2021, + "cited_by_count": 260 + }, + { + "year": 2020, + "cited_by_count": 251 + }, + { + "year": 2019, + "cited_by_count": 183 + }, + { + "year": 2018, + "cited_by_count": 112 + }, + { + "year": 2017, + "cited_by_count": 64 + }, + { + "year": 2016, + "cited_by_count": 74 + }, + { + "year": 2015, + "cited_by_count": 103 + }, + { + "year": 2014, + "cited_by_count": 62 + }, + { + "year": 2013, + "cited_by_count": 15 + }, + { + "year": 2012, + "cited_by_count": 2 + } + ], + "updated_date": "2025-10-10T17:16:08.811792", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2792946961", + "doi": "https://doi.org/10.1103/physrevlett.122.040504", + "title": "Quantum Machine Learning in Feature Hilbert Spaces", + "display_name": "Quantum Machine Learning in Feature Hilbert Spaces", + "relevance_score": 2665.3752, + "publication_year": 2019, + "publication_date": "2019-02-01", + "ids": { + "openalex": "https://openalex.org/W2792946961", + "doi": "https://doi.org/10.1103/physrevlett.122.040504", + "mag": "2792946961", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/30768345" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1103/physrevlett.122.040504", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1103/physrevlett.122.040504", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S24807848", + "display_name": "Physical Review Letters", + "issn_l": "0031-9007", + "issn": [ + "0031-9007", + "1079-7114", + "1092-0145" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320261", + "host_organization_name": "American Physical Society", + "host_organization_lineage": [ + "https://openalex.org/P4310320261" + ], + "host_organization_lineage_names": [ + "American Physical Society" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Physical Review Letters", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "arxiv", + "crossref", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1803.07128", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5073832417", + "display_name": "Maria Schuld", + "orcid": "https://orcid.org/0000-0001-8626-168X" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210150097", + "display_name": "Xanadu Quantum Technologies (Canada)", + "ror": "https://ror.org/05qj0n416", + "country_code": "CA", + "type": "company", + "lineage": [ + "https://openalex.org/I4210150097" + ] + } + ], + "countries": [ + "CA" + ], + "is_corresponding": true, + "raw_author_name": "Maria Schuld", + "raw_affiliation_strings": [ + "Xanadu, 372 Richmond Street West, Toronto M5V 2L7, Canada" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Xanadu, 372 Richmond Street West, Toronto M5V 2L7, Canada", + "institution_ids": [ + "https://openalex.org/I4210150097" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5073500091", + "display_name": "Nathan Killoran", + "orcid": "https://orcid.org/0009-0004-5021-7467" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210150097", + "display_name": "Xanadu Quantum Technologies (Canada)", + "ror": "https://ror.org/05qj0n416", + "country_code": "CA", + "type": "company", + "lineage": [ + "https://openalex.org/I4210150097" + ] + } + ], + "countries": [ + "CA" + ], + "is_corresponding": false, + "raw_author_name": "Nathan Killoran", + "raw_affiliation_strings": [ + "Xanadu, 372 Richmond Street West, Toronto M5V 2L7, Canada" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Xanadu, 372 Richmond Street West, Toronto M5V 2L7, Canada", + "institution_ids": [ + "https://openalex.org/I4210150097" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5073832417" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I4210150097" + ], + "apc_list": { + "value": 3750, + "currency": "USD", + "value_usd": 3750 + }, + "apc_paid": null, + "fwci": 72.8439, + "has_fulltext": false, + "cited_by_count": 1613, + "citation_normalized_percentile": { + "value": 0.99930238, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "122", + "issue": "4", + "first_page": "040504", + "last_page": "040504" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10682", + "display_name": "Quantum Computing Algorithms and Architecture", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10682", + "display_name": "Quantum Computing Algorithms and Architecture", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10020", + "display_name": "Quantum Information and Cryptography", + "score": 0.9995999932289124, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10622", + "display_name": "Quantum Mechanics and Applications", + "score": 0.9937000274658203, + "subfield": { + "id": "https://openalex.org/subfields/3107", + "display_name": "Atomic and Molecular Physics, and Optics" + }, + "field": { + "id": "https://openalex.org/fields/31", + "display_name": "Physics and Astronomy" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/hilbert-space", + "display_name": "Hilbert space", + "score": 0.6511375904083252 + }, + { + "id": "https://openalex.org/keywords/kernel", + "display_name": "Kernel (algebra)", + "score": 0.6377810835838318 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6225951313972473 + }, + { + "id": "https://openalex.org/keywords/quantum-computer", + "display_name": "Quantum computer", + "score": 0.5806344747543335 + }, + { + "id": "https://openalex.org/keywords/reproducing-kernel-hilbert-space", + "display_name": "Reproducing kernel Hilbert space", + "score": 0.5536273717880249 + }, + { + "id": "https://openalex.org/keywords/quantum-machine-learning", + "display_name": "Quantum machine learning", + "score": 0.5515050888061523 + }, + { + "id": "https://openalex.org/keywords/quantum-state", + "display_name": "Quantum state", + "score": 0.5443233847618103 + }, + { + "id": "https://openalex.org/keywords/feature-vector", + "display_name": "Feature vector", + "score": 0.5191175937652588 + }, + { + "id": "https://openalex.org/keywords/kernel-method", + "display_name": "Kernel method", + "score": 0.5189794898033142 + }, + { + "id": "https://openalex.org/keywords/feature", + "display_name": "Feature (linguistics)", + "score": 0.5174089670181274 + }, + { + "id": "https://openalex.org/keywords/quantum-algorithm", + "display_name": "Quantum algorithm", + "score": 0.5012130737304688 + }, + { + "id": "https://openalex.org/keywords/quantum-information", + "display_name": "Quantum information", + "score": 0.49098876118659973 + }, + { + "id": "https://openalex.org/keywords/povm", + "display_name": "POVM", + "score": 0.48033323884010315 + }, + { + "id": "https://openalex.org/keywords/support-vector-machine", + "display_name": "Support vector machine", + "score": 0.45647674798965454 + }, + { + "id": "https://openalex.org/keywords/quantum-process", + "display_name": "Quantum process", + "score": 0.4484074115753174 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.43805402517318726 + }, + { + "id": "https://openalex.org/keywords/quantum", + "display_name": "Quantum", + "score": 0.4299362897872925 + }, + { + "id": "https://openalex.org/keywords/theoretical-computer-science", + "display_name": "Theoretical computer science", + "score": 0.4142104983329773 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.4032990038394928 + }, + { + "id": "https://openalex.org/keywords/quantum-operation", + "display_name": "Quantum operation", + "score": 0.39918798208236694 + }, + { + "id": "https://openalex.org/keywords/open-quantum-system", + "display_name": "Open quantum system", + "score": 0.36664798855781555 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.2376301884651184 + }, + { + "id": "https://openalex.org/keywords/quantum-mechanics", + "display_name": "Quantum mechanics", + "score": 0.23471912741661072 + }, + { + "id": "https://openalex.org/keywords/physics", + "display_name": "Physics", + "score": 0.20437106490135193 + }, + { + "id": "https://openalex.org/keywords/quantum-dynamics", + "display_name": "Quantum dynamics", + "score": 0.17022734880447388 + }, + { + "id": "https://openalex.org/keywords/pure-mathematics", + "display_name": "Pure mathematics", + "score": 0.16131508350372314 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C62799726", + "wikidata": "https://www.wikidata.org/wiki/Q190056", + "display_name": "Hilbert space", + "level": 2, + "score": 0.6511375904083252 + }, + { + "id": "https://openalex.org/C74193536", + "wikidata": "https://www.wikidata.org/wiki/Q574844", + "display_name": "Kernel (algebra)", + "level": 2, + "score": 0.6377810835838318 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6225951313972473 + }, + { + "id": "https://openalex.org/C58053490", + "wikidata": "https://www.wikidata.org/wiki/Q176555", + "display_name": "Quantum computer", + "level": 3, + "score": 0.5806344747543335 + }, + { + "id": "https://openalex.org/C80884492", + "wikidata": "https://www.wikidata.org/wiki/Q3345678", + "display_name": "Reproducing kernel Hilbert space", + "level": 3, + "score": 0.5536273717880249 + }, + { + "id": "https://openalex.org/C2779094486", + "wikidata": "https://www.wikidata.org/wiki/Q18811578", + "display_name": "Quantum machine learning", + "level": 4, + "score": 0.5515050888061523 + }, + { + "id": "https://openalex.org/C15706264", + "wikidata": "https://www.wikidata.org/wiki/Q230883", + "display_name": "Quantum state", + "level": 3, + "score": 0.5443233847618103 + }, + { + "id": "https://openalex.org/C83665646", + "wikidata": "https://www.wikidata.org/wiki/Q42139305", + "display_name": "Feature vector", + "level": 2, + "score": 0.5191175937652588 + }, + { + "id": "https://openalex.org/C122280245", + "wikidata": "https://www.wikidata.org/wiki/Q620622", + "display_name": "Kernel method", + "level": 3, + "score": 0.5189794898033142 + }, + { + "id": "https://openalex.org/C2776401178", + "wikidata": "https://www.wikidata.org/wiki/Q12050496", + "display_name": "Feature (linguistics)", + "level": 2, + "score": 0.5174089670181274 + }, + { + "id": "https://openalex.org/C137019171", + "wikidata": "https://www.wikidata.org/wiki/Q2623817", + "display_name": "Quantum algorithm", + "level": 3, + "score": 0.5012130737304688 + }, + { + "id": "https://openalex.org/C169699857", + "wikidata": "https://www.wikidata.org/wiki/Q2122243", + "display_name": "Quantum information", + "level": 3, + "score": 0.49098876118659973 + }, + { + "id": "https://openalex.org/C179957908", + "wikidata": "https://www.wikidata.org/wiki/Q907206", + "display_name": "POVM", + "level": 5, + "score": 0.48033323884010315 + }, + { + "id": "https://openalex.org/C12267149", + "wikidata": "https://www.wikidata.org/wiki/Q282453", + "display_name": "Support vector machine", + "level": 2, + "score": 0.45647674798965454 + }, + { + "id": "https://openalex.org/C11255438", + "wikidata": "https://www.wikidata.org/wiki/Q7269085", + "display_name": "Quantum process", + "level": 4, + "score": 0.4484074115753174 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.43805402517318726 + }, + { + "id": "https://openalex.org/C84114770", + "wikidata": "https://www.wikidata.org/wiki/Q46344", + "display_name": "Quantum", + "level": 2, + "score": 0.4299362897872925 + }, + { + "id": "https://openalex.org/C80444323", + "wikidata": "https://www.wikidata.org/wiki/Q2878974", + "display_name": "Theoretical computer science", + "level": 1, + "score": 0.4142104983329773 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.4032990038394928 + }, + { + "id": "https://openalex.org/C43682372", + "wikidata": "https://www.wikidata.org/wiki/Q7269080", + "display_name": "Quantum operation", + "level": 4, + "score": 0.39918798208236694 + }, + { + "id": "https://openalex.org/C190474826", + "wikidata": "https://www.wikidata.org/wiki/Q2495111", + "display_name": "Open quantum system", + "level": 3, + "score": 0.36664798855781555 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.2376301884651184 + }, + { + "id": "https://openalex.org/C62520636", + "wikidata": "https://www.wikidata.org/wiki/Q944", + "display_name": "Quantum mechanics", + "level": 1, + "score": 0.23471912741661072 + }, + { + "id": "https://openalex.org/C121332964", + "wikidata": "https://www.wikidata.org/wiki/Q413", + "display_name": "Physics", + "level": 0, + "score": 0.20437106490135193 + }, + { + "id": "https://openalex.org/C15184713", + "wikidata": "https://www.wikidata.org/wiki/Q7269042", + "display_name": "Quantum dynamics", + "level": 3, + "score": 0.17022734880447388 + }, + { + "id": "https://openalex.org/C202444582", + "wikidata": "https://www.wikidata.org/wiki/Q837863", + "display_name": "Pure mathematics", + "level": 1, + "score": 0.16131508350372314 + }, + { + "id": "https://openalex.org/C41895202", + "wikidata": "https://www.wikidata.org/wiki/Q8162", + "display_name": "Linguistics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C138885662", + "wikidata": "https://www.wikidata.org/wiki/Q5891", + "display_name": "Philosophy", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 3, + "locations": [ + { + "id": "doi:10.1103/physrevlett.122.040504", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1103/physrevlett.122.040504", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S24807848", + "display_name": "Physical Review Letters", + "issn_l": "0031-9007", + "issn": [ + "0031-9007", + "1079-7114", + "1092-0145" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320261", + "host_organization_name": "American Physical Society", + "host_organization_lineage": [ + "https://openalex.org/P4310320261" + ], + "host_organization_lineage_names": [ + "American Physical Society" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Physical Review Letters", + "raw_type": "journal-article" + }, + { + "id": "pmid:30768345", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/30768345", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Physical review letters", + "raw_type": null + }, + { + "id": "pmh:oai:arXiv.org:1803.07128", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1803.07128", + "pdf_url": "https://arxiv.org/pdf/1803.07128", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1803.07128", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1803.07128", + "pdf_url": "https://arxiv.org/pdf/1803.07128", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + "sustainable_development_goals": [ + { + "id": "https://metadata.un.org/sdg/8", + "display_name": "Decent work and economic growth", + "score": 0.5199999809265137 + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 40, + "referenced_works": [ + "https://openalex.org/W1550321157", + "https://openalex.org/W1559984405", + "https://openalex.org/W1565176583", + "https://openalex.org/W1584661976", + "https://openalex.org/W1590419653", + "https://openalex.org/W1904238065", + "https://openalex.org/W1970948459", + "https://openalex.org/W1981783889", + "https://openalex.org/W1984125696", + "https://openalex.org/W1986280275", + "https://openalex.org/W2011527952", + "https://openalex.org/W2014158063", + "https://openalex.org/W2103956991", + "https://openalex.org/W2126887346", + "https://openalex.org/W2142739935", + "https://openalex.org/W2155728415", + "https://openalex.org/W2168029744", + "https://openalex.org/W2257937122", + "https://openalex.org/W2487141439", + "https://openalex.org/W2489886790", + "https://openalex.org/W2497224462", + "https://openalex.org/W2510588772", + "https://openalex.org/W2557392572", + "https://openalex.org/W2560386163", + "https://openalex.org/W2561176579", + "https://openalex.org/W2619100667", + "https://openalex.org/W2751668559", + "https://openalex.org/W2766183519", + "https://openalex.org/W2781738013", + "https://openalex.org/W3098232754", + "https://openalex.org/W3098965398", + "https://openalex.org/W3100075333", + "https://openalex.org/W3100931082", + "https://openalex.org/W3101749733", + "https://openalex.org/W3103574448", + "https://openalex.org/W3144619878", + "https://openalex.org/W4205925775", + "https://openalex.org/W4254920206", + "https://openalex.org/W4298427462", + "https://openalex.org/W4299828299" + ], + "related_works": [ + "https://openalex.org/W2042511210", + "https://openalex.org/W2985796920", + "https://openalex.org/W4382045128", + "https://openalex.org/W4378527878", + "https://openalex.org/W4387503624", + "https://openalex.org/W4387607445", + "https://openalex.org/W4210384976", + "https://openalex.org/W4324106941", + "https://openalex.org/W85458870", + "https://openalex.org/W2010001223" + ], + "abstract_inverted_index": { + "A": [ + 0, + 79 + ], + "basic": [ + 1 + ], + "idea": [ + 2 + ], + "of": [ + 3, + 11, + 36, + 51, + 60, + 117 + ], + "quantum": [ + 4, + 52, + 65, + 76, + 80, + 103, + 112, + 118, + 150 + ], + "computing": [ + 5 + ], + "is": [ + 6 + ], + "surprisingly": [ + 7 + ], + "similar": [ + 8 + ], + "to": [ + 9, + 18, + 75, + 120 + ], + "that": [ + 10, + 72, + 156 + ], + "kernel": [ + 12, + 127, + 134 + ], + "methods": [ + 13 + ], + "in": [ + 14, + 22, + 63, + 88, + 160, + 174 + ], + "machine": [ + 15, + 53 + ], + "learning,": [ + 16 + ], + "namely,": [ + 17 + ], + "efficiently": [ + 19 + ], + "perform": [ + 20 + ], + "computations": [ + 21 + ], + "an": [ + 23 + ], + "intractably": [ + 24 + ], + "large": [ + 25 + ], + "Hilbert": [ + 26, + 77, + 161 + ], + "space.": [ + 27, + 78, + 91, + 162 + ], + "In": [ + 28, + 107, + 142 + ], + "this": [ + 29, + 37, + 89, + 94 + ], + "Letter": [ + 30 + ], + "we": [ + 31, + 96, + 146 + ], + "explore": [ + 32 + ], + "some": [ + 33 + ], + "theoretical": [ + 34 + ], + "foundations": [ + 35 + ], + "link": [ + 38 + ], + "and": [ + 39, + 178 + ], + "show": [ + 40 + ], + "how": [ + 41 + ], + "it": [ + 42 + ], + "opens": [ + 43 + ], + "up": [ + 44 + ], + "a": [ + 45, + 64, + 68, + 102, + 122, + 138, + 148, + 153, + 168, + 175 + ], + "new": [ + 46 + ], + "avenue": [ + 47 + ], + "for": [ + 48, + 100, + 105 + ], + "the": [ + 49, + 58, + 85, + 108, + 111, + 143, + 180 + ], + "design": [ + 50 + ], + "learning": [ + 54 + ], + "algorithms.": [ + 55 + ], + "We": [ + 56, + 163 + ], + "interpret": [ + 57 + ], + "process": [ + 59 + ], + "encoding": [ + 61 + ], + "inputs": [ + 62 + ], + "state": [ + 66 + ], + "as": [ + 67, + 137, + 152 + ], + "nonlinear": [ + 69 + ], + "feature": [ + 70, + 90, + 169 + ], + "map": [ + 71, + 170 + ], + "maps": [ + 73 + ], + "data": [ + 74, + 87, + 158 + ], + "computer": [ + 81 + ], + "can": [ + 82, + 128 + ], + "now": [ + 83 + ], + "analyze": [ + 84 + ], + "input": [ + 86 + ], + "Based": [ + 92 + ], + "on": [ + 93, + 172 + ], + "link,": [ + 95 + ], + "discuss": [ + 97 + ], + "two": [ + 98 + ], + "approaches": [ + 99 + ], + "building": [ + 101 + ], + "model": [ + 104, + 155 + ], + "classification.": [ + 106 + ], + "first": [ + 109 + ], + "approach,": [ + 110, + 145 + ], + "device": [ + 113 + ], + "estimates": [ + 114 + ], + "inner": [ + 115 + ], + "products": [ + 116 + ], + "states": [ + 119 + ], + "compute": [ + 121 + ], + "classically": [ + 123 + ], + "intractable": [ + 124 + ], + "kernel.": [ + 125 + ], + "The": [ + 126 + ], + "be": [ + 129 + ], + "fed": [ + 130 + ], + "into": [ + 131 + ], + "any": [ + 132 + ], + "classical": [ + 133 + ], + "method": [ + 135 + ], + "such": [ + 136 + ], + "support": [ + 139 + ], + "vector": [ + 140 + ], + "machine.": [ + 141 + ], + "second": [ + 144 + ], + "use": [ + 147 + ], + "variational": [ + 149 + ], + "circuit": [ + 151 + ], + "linear": [ + 154 + ], + "classifies": [ + 157 + ], + "explicitly": [ + 159 + ], + "illustrate": [ + 164 + ], + "these": [ + 165 + ], + "ideas": [ + 166 + ], + "with": [ + 167, + 183 + ], + "based": [ + 171 + ], + "squeezing": [ + 173 + ], + "continuous-variable": [ + 176 + ], + "system,": [ + 177 + ], + "visualize": [ + 179 + ], + "working": [ + 181 + ], + "principle": [ + 182 + ], + "two-dimensional": [ + 184 + ], + "minibenchmark": [ + 185 + ], + "datasets.": [ + 186 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 193 + }, + { + "year": 2025, + "cited_by_count": 352 + }, + { + "year": 2024, + "cited_by_count": 267 + }, + { + "year": 2023, + "cited_by_count": 290 + }, + { + "year": 2022, + "cited_by_count": 173 + }, + { + "year": 2021, + "cited_by_count": 195 + }, + { + "year": 2020, + "cited_by_count": 89 + }, + { + "year": 2019, + "cited_by_count": 45 + }, + { + "year": 2018, + "cited_by_count": 8 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2170282673", + "doi": "https://doi.org/10.1109/tpami.2008.275", + "title": "Faster and Better: A Machine Learning Approach to Corner Detection", + "display_name": "Faster and Better: A Machine Learning Approach to Corner Detection", + "relevance_score": 2664.9324, + "publication_year": 2008, + "publication_date": "2008-12-03", + "ids": { + "openalex": "https://openalex.org/W2170282673", + "doi": "https://doi.org/10.1109/tpami.2008.275", + "mag": "2170282673", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/19926902" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1109/tpami.2008.275", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/tpami.2008.275", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S199944782", + "display_name": "IEEE Transactions on Pattern Analysis and Machine Intelligence", + "issn_l": "0162-8828", + "issn": [ + "0162-8828", + "1939-3539", + "2160-9292" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320439", + "host_organization_name": "IEEE Computer Society", + "host_organization_lineage": [ + "https://openalex.org/P4310320439", + "https://openalex.org/P4310319808" + ], + "host_organization_lineage_names": [ + "IEEE Computer Society", + "Institute of Electrical and Electronics Engineers" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IEEE Transactions on Pattern Analysis and Machine Intelligence", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "arxiv", + "crossref", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/0810.2434", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5076168268", + "display_name": "Edward Rosten", + "orcid": "https://orcid.org/0000-0001-8675-4230" + }, + "institutions": [ + { + "id": "https://openalex.org/I241749", + "display_name": "University of Cambridge", + "ror": "https://ror.org/013meh722", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I241749" + ] + } + ], + "countries": [ + "GB" + ], + "is_corresponding": true, + "raw_author_name": "E. Rosten", + "raw_affiliation_strings": [ + "Department of Engineering, Cambridge University, Cambridge, UK. er258@cam.ac.uk" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Engineering, Cambridge University, Cambridge, UK. er258@cam.ac.uk", + "institution_ids": [ + "https://openalex.org/I241749" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5004732139", + "display_name": "Reid Porter", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1343871089", + "display_name": "Los Alamos National Laboratory", + "ror": "https://ror.org/01e41cf67", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I1330989302", + "https://openalex.org/I1343871089", + "https://openalex.org/I198811213", + "https://openalex.org/I4210120050" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "R. Porter", + "raw_affiliation_strings": [ + "Los Alamos National Laboratory, ISR2 Space and Remote Sensing, Los Alamos, NM, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Los Alamos National Laboratory, ISR2 Space and Remote Sensing, Los Alamos, NM, USA", + "institution_ids": [ + "https://openalex.org/I1343871089" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5017469047", + "display_name": "Tom Drummond", + "orcid": "https://orcid.org/0000-0001-8204-5904" + }, + "institutions": [ + { + "id": "https://openalex.org/I241749", + "display_name": "University of Cambridge", + "ror": "https://ror.org/013meh722", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I241749" + ] + } + ], + "countries": [ + "GB" + ], + "is_corresponding": false, + "raw_author_name": "T. Drummond", + "raw_affiliation_strings": [ + "Department of Engineering, University of Cambridge, Cambridge, UK" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Engineering, University of Cambridge, Cambridge, UK", + "institution_ids": [ + "https://openalex.org/I241749" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5076168268" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I241749" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 657.9673, + "has_fulltext": false, + "cited_by_count": 1833, + "citation_normalized_percentile": { + "value": 0.99997119, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "32", + "issue": "1", + "first_page": "105", + "last_page": "119" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10191", + "display_name": "Robotics and Sensor-Based Localization", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/2202", + "display_name": "Aerospace Engineering" + }, + "field": { + "id": "https://openalex.org/fields/22", + "display_name": "Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10191", + "display_name": "Robotics and Sensor-Based Localization", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/2202", + "display_name": "Aerospace Engineering" + }, + "field": { + "id": "https://openalex.org/fields/22", + "display_name": "Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10627", + "display_name": "Advanced Image and Video Retrieval Techniques", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10531", + "display_name": "Advanced Vision and Imaging", + "score": 0.9995999932289124, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/detector", + "display_name": "Detector", + "score": 0.889086127281189 + }, + { + "id": "https://openalex.org/keywords/repeatability", + "display_name": "Repeatability", + "score": 0.7754774689674377 + }, + { + "id": "https://openalex.org/keywords/frame-rate", + "display_name": "Frame rate", + "score": 0.7121055126190186 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6925737857818604 + }, + { + "id": "https://openalex.org/keywords/heuristic", + "display_name": "Heuristic", + "score": 0.6610417366027832 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6580203771591187 + }, + { + "id": "https://openalex.org/keywords/scale-invariant-feature-transform", + "display_name": "Scale-invariant feature transform", + "score": 0.580880343914032 + }, + { + "id": "https://openalex.org/keywords/computer-vision", + "display_name": "Computer vision", + "score": 0.5632566809654236 + }, + { + "id": "https://openalex.org/keywords/corner-detection", + "display_name": "Corner detection", + "score": 0.5312818288803101 + }, + { + "id": "https://openalex.org/keywords/feature", + "display_name": "Feature (linguistics)", + "score": 0.5021579265594482 + }, + { + "id": "https://openalex.org/keywords/feature-extraction", + "display_name": "Feature extraction", + "score": 0.48669177293777466 + }, + { + "id": "https://openalex.org/keywords/frame", + "display_name": "Frame (networking)", + "score": 0.47642096877098083 + }, + { + "id": "https://openalex.org/keywords/pattern-recognition", + "display_name": "Pattern recognition (psychology)", + "score": 0.41832929849624634 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.24135944247245789 + }, + { + "id": "https://openalex.org/keywords/image", + "display_name": "Image (mathematics)", + "score": 0.16702711582183838 + }, + { + "id": "https://openalex.org/keywords/statistics", + "display_name": "Statistics", + "score": 0.15768682956695557 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C94915269", + "wikidata": "https://www.wikidata.org/wiki/Q1834857", + "display_name": "Detector", + "level": 2, + "score": 0.889086127281189 + }, + { + "id": "https://openalex.org/C154020017", + "wikidata": "https://www.wikidata.org/wiki/Q520171", + "display_name": "Repeatability", + "level": 2, + "score": 0.7754774689674377 + }, + { + "id": "https://openalex.org/C3261483", + "wikidata": "https://www.wikidata.org/wiki/Q119565", + "display_name": "Frame rate", + "level": 2, + "score": 0.7121055126190186 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6925737857818604 + }, + { + "id": "https://openalex.org/C173801870", + "wikidata": "https://www.wikidata.org/wiki/Q201413", + "display_name": "Heuristic", + "level": 2, + "score": 0.6610417366027832 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6580203771591187 + }, + { + "id": "https://openalex.org/C61265191", + "wikidata": "https://www.wikidata.org/wiki/Q767770", + "display_name": "Scale-invariant feature transform", + "level": 3, + "score": 0.580880343914032 + }, + { + "id": "https://openalex.org/C31972630", + "wikidata": "https://www.wikidata.org/wiki/Q844240", + "display_name": "Computer vision", + "level": 1, + "score": 0.5632566809654236 + }, + { + "id": "https://openalex.org/C39499422", + "wikidata": "https://www.wikidata.org/wiki/Q697320", + "display_name": "Corner detection", + "level": 3, + "score": 0.5312818288803101 + }, + { + "id": "https://openalex.org/C2776401178", + "wikidata": "https://www.wikidata.org/wiki/Q12050496", + "display_name": "Feature (linguistics)", + "level": 2, + "score": 0.5021579265594482 + }, + { + "id": "https://openalex.org/C52622490", + "wikidata": "https://www.wikidata.org/wiki/Q1026626", + "display_name": "Feature extraction", + "level": 2, + "score": 0.48669177293777466 + }, + { + "id": "https://openalex.org/C126042441", + "wikidata": "https://www.wikidata.org/wiki/Q1324888", + "display_name": "Frame (networking)", + "level": 2, + "score": 0.47642096877098083 + }, + { + "id": "https://openalex.org/C153180895", + "wikidata": "https://www.wikidata.org/wiki/Q7148389", + "display_name": "Pattern recognition (psychology)", + "level": 2, + "score": 0.41832929849624634 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.24135944247245789 + }, + { + "id": "https://openalex.org/C115961682", + "wikidata": "https://www.wikidata.org/wiki/Q860623", + "display_name": "Image (mathematics)", + "level": 2, + "score": 0.16702711582183838 + }, + { + "id": "https://openalex.org/C105795698", + "wikidata": "https://www.wikidata.org/wiki/Q12483", + "display_name": "Statistics", + "level": 1, + "score": 0.15768682956695557 + }, + { + "id": "https://openalex.org/C41895202", + "wikidata": "https://www.wikidata.org/wiki/Q8162", + "display_name": "Linguistics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C138885662", + "wikidata": "https://www.wikidata.org/wiki/Q5891", + "display_name": "Philosophy", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C76155785", + "wikidata": "https://www.wikidata.org/wiki/Q418", + "display_name": "Telecommunications", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 4, + "locations": [ + { + "id": "doi:10.1109/tpami.2008.275", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/tpami.2008.275", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S199944782", + "display_name": "IEEE Transactions on Pattern Analysis and Machine Intelligence", + "issn_l": "0162-8828", + "issn": [ + "0162-8828", + "1939-3539", + "2160-9292" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320439", + "host_organization_name": "IEEE Computer Society", + "host_organization_lineage": [ + "https://openalex.org/P4310320439", + "https://openalex.org/P4310319808" + ], + "host_organization_lineage_names": [ + "IEEE Computer Society", + "Institute of Electrical and Electronics Engineers" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IEEE Transactions on Pattern Analysis and Machine Intelligence", + "raw_type": "journal-article" + }, + { + "id": "pmid:19926902", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/19926902", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IEEE transactions on pattern analysis and machine intelligence", + "raw_type": null + }, + { + "id": "pmh:oai:arXiv.org:0810.2434", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/0810.2434", + "pdf_url": "https://arxiv.org/pdf/0810.2434", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:generic.eprints.org:332870", + "is_oa": false, + "landing_page_url": "http://publications.eng.cam.ac.uk/332870/", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4406922847", + "display_name": "Cambridge University Engineering Department Publications Database", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Article" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:0810.2434", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/0810.2434", + "pdf_url": "https://arxiv.org/pdf/0810.2434", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 103, + "referenced_works": [ + "https://openalex.org/W22745672", + "https://openalex.org/W1505641881", + "https://openalex.org/W1532362218", + "https://openalex.org/W1541642243", + "https://openalex.org/W1564419782", + "https://openalex.org/W1573635437", + "https://openalex.org/W1580529010", + "https://openalex.org/W1639227073", + "https://openalex.org/W1676552347", + "https://openalex.org/W1773272891", + "https://openalex.org/W1831051511", + "https://openalex.org/W1911904603", + "https://openalex.org/W1926270821", + "https://openalex.org/W1966683117", + "https://openalex.org/W1967129518", + "https://openalex.org/W1970393892", + "https://openalex.org/W1974104694", + "https://openalex.org/W1980633381", + "https://openalex.org/W1981626707", + "https://openalex.org/W1981787154", + "https://openalex.org/W1983503034", + "https://openalex.org/W1985444400", + "https://openalex.org/W1992047056", + "https://openalex.org/W1994069847", + "https://openalex.org/W1994513823", + "https://openalex.org/W2000701155", + "https://openalex.org/W2003262222", + "https://openalex.org/W2012778485", + "https://openalex.org/W2014161456", + "https://openalex.org/W2015206503", + "https://openalex.org/W2017284398", + "https://openalex.org/W2020187819", + "https://openalex.org/W2022486878", + "https://openalex.org/W2027874846", + "https://openalex.org/W2028721671", + "https://openalex.org/W2038691774", + "https://openalex.org/W2045888618", + "https://openalex.org/W2046269998", + "https://openalex.org/W2052408227", + "https://openalex.org/W2054511520", + "https://openalex.org/W2059389571", + "https://openalex.org/W2062758634", + "https://openalex.org/W2065884509", + "https://openalex.org/W2067718526", + "https://openalex.org/W2069295011", + "https://openalex.org/W2072029938", + "https://openalex.org/W2075144239", + "https://openalex.org/W2075746031", + "https://openalex.org/W2075747175", + "https://openalex.org/W2076343824", + "https://openalex.org/W2090736344", + "https://openalex.org/W2091841488", + "https://openalex.org/W2091912813", + "https://openalex.org/W2093808735", + "https://openalex.org/W2095905764", + "https://openalex.org/W2099046646", + "https://openalex.org/W2102586630", + "https://openalex.org/W2105364438", + "https://openalex.org/W2111125604", + "https://openalex.org/W2111308925", + "https://openalex.org/W2111589119", + "https://openalex.org/W2114785422", + "https://openalex.org/W2115168188", + "https://openalex.org/W2117274643", + "https://openalex.org/W2119747362", + "https://openalex.org/W2129146260", + "https://openalex.org/W2130103520", + "https://openalex.org/W2135273733", + "https://openalex.org/W2138342591", + "https://openalex.org/W2141859096", + "https://openalex.org/W2142458388", + "https://openalex.org/W2144540462", + "https://openalex.org/W2145023731", + "https://openalex.org/W2145665593", + "https://openalex.org/W2148278638", + "https://openalex.org/W2149706766", + "https://openalex.org/W2151103935", + "https://openalex.org/W2155625202", + "https://openalex.org/W2156460770", + "https://openalex.org/W2158148005", + "https://openalex.org/W2162430761", + "https://openalex.org/W2163205713", + "https://openalex.org/W2165239264", + "https://openalex.org/W2168861291", + "https://openalex.org/W2169741726", + "https://openalex.org/W2170120409", + "https://openalex.org/W2170419248", + "https://openalex.org/W2170628770", + "https://openalex.org/W2172263315", + "https://openalex.org/W2177274842", + "https://openalex.org/W2791807800", + "https://openalex.org/W2911835288", + "https://openalex.org/W2914011225", + "https://openalex.org/W2999811158", + "https://openalex.org/W3040777582", + "https://openalex.org/W4236137412", + "https://openalex.org/W4250453583", + "https://openalex.org/W6631707545", + "https://openalex.org/W6634737366", + "https://openalex.org/W6637324600", + "https://openalex.org/W6677385351", + "https://openalex.org/W6679388247", + "https://openalex.org/W6680873466" + ], + "related_works": [ + "https://openalex.org/W2054654791", + "https://openalex.org/W2039361535", + "https://openalex.org/W1985861440", + "https://openalex.org/W2344562887", + "https://openalex.org/W1566379417", + "https://openalex.org/W4232672640", + "https://openalex.org/W2102080789", + "https://openalex.org/W2350376800", + "https://openalex.org/W2122784802", + "https://openalex.org/W2372805521" + ], + "abstract_inverted_index": { + "The": [ + 0, + 20, + 43 + ], + "repeatability": [ + 1, + 21, + 155 + ], + "and": [ + 2, + 203 + ], + "efficiency": [ + 3, + 44 + ], + "of": [ + 4, + 101, + 139, + 148, + 204 + ], + "a": [ + 5, + 17, + 72, + 84, + 145, + 196 + ], + "corner": [ + 6, + 149 + ], + "detector": [ + 7, + 52, + 86, + 118, + 176, + 197 + ], + "determines": [ + 8, + 49 + ], + "how": [ + 9 + ], + "likely": [ + 10 + ], + "it": [ + 11, + 130 + ], + "is": [ + 12, + 22, + 45, + 199 + ], + "to": [ + 13, + 37, + 131, + 158 + ], + "be": [ + 14, + 132 + ], + "useful": [ + 15 + ], + "in": [ + 16, + 66, + 193 + ], + "real-world": [ + 18, + 40 + ], + "application.": [ + 19 + ], + "important": [ + 23, + 46 + ], + "because": [ + 24, + 47 + ], + "the": [ + 25, + 38, + 51, + 102, + 127, + 153, + 183 + ], + "same": [ + 26, + 39 + ], + "scene": [ + 27 + ], + "viewed": [ + 28 + ], + "from": [ + 29, + 87 + ], + "different": [ + 30 + ], + "positions": [ + 31 + ], + "should": [ + 32 + ], + "yield": [ + 33 + ], + "features": [ + 34 + ], + "which": [ + 35, + 89 + ], + "correspond": [ + 36 + ], + "3D": [ + 41, + 159 + ], + "locations.": [ + 42 + ], + "this": [ + 48, + 67, + 88 + ], + "whether": [ + 50 + ], + "combined": [ + 53 + ], + "with": [ + 54, + 136 + ], + "further": [ + 55 + ], + "processing": [ + 56, + 104 + ], + "can": [ + 57, + 90 + ], + "operate": [ + 58, + 113 + ], + "at": [ + 59, + 114 + ], + "frame": [ + 60, + 115 + ], + "rate.": [ + 61 + ], + "Three": [ + 62 + ], + "advances": [ + 63 + ], + "are": [ + 64 + ], + "described": [ + 65 + ], + "paper.": [ + 68 + ], + "First,": [ + 69 + ], + "we": [ + 70, + 82, + 125, + 142 + ], + "present": [ + 71 + ], + "new": [ + 73 + ], + "heuristic": [ + 74, + 175 + ], + "for": [ + 75, + 134, + 168 + ], + "feature": [ + 76, + 85, + 180 + ], + "detection": [ + 77 + ], + "and,": [ + 78 + ], + "using": [ + 79, + 96, + 187 + ], + "machine": [ + 80, + 188 + ], + "learning,": [ + 81 + ], + "derive": [ + 83 + ], + "fully": [ + 91 + ], + "process": [ + 92 + ], + "live": [ + 93 + ], + "PAL": [ + 94 + ], + "video": [ + 95 + ], + "less": [ + 97 + ], + "than": [ + 98 + ], + "5": [ + 99 + ], + "percent": [ + 100 + ], + "available": [ + 103 + ], + "time.": [ + 105 + ], + "By": [ + 106 + ], + "comparison,": [ + 107 + ], + "most": [ + 108 + ], + "other": [ + 109 + ], + "detectors": [ + 110, + 150 + ], + "cannot": [ + 111 + ], + "even": [ + 112 + ], + "rate": [ + 116 + ], + "(Harris": [ + 117 + ], + "115": [ + 119 + ], + "percent,": [ + 120 + ], + "SIFT": [ + 121 + ], + "195": [ + 122 + ], + "percent).": [ + 123 + ], + "Second,": [ + 124 + ], + "generalize": [ + 126 + ], + "detector,": [ + 128 + ], + "allowing": [ + 129 + ], + "optimized": [ + 133 + ], + "repeatability,": [ + 135, + 194 + ], + "little": [ + 137 + ], + "loss": [ + 138 + ], + "efficiency.": [ + 140 + ], + "Third,": [ + 141 + ], + "carry": [ + 143 + ], + "out": [ + 144 + ], + "rigorous": [ + 146 + ], + "comparison": [ + 147, + 184 + ], + "based": [ + 151 + ], + "on": [ + 152, + 170 + ], + "above": [ + 154 + ], + "criterion": [ + 156 + ], + "applied": [ + 157 + ], + "scenes.": [ + 160 + ], + "We": [ + 161 + ], + "show": [ + 162 + ], + "that,": [ + 163 + ], + "despite": [ + 164 + ], + "being": [ + 165 + ], + "principally": [ + 166 + ], + "constructed": [ + 167 + ], + "speed,": [ + 169 + ], + "these": [ + 171 + ], + "stringent": [ + 172 + ], + "tests,": [ + 173 + ], + "our": [ + 174 + ], + "significantly": [ + 177 + ], + "outperforms": [ + 178 + ], + "existing": [ + 179 + ], + "detectors.": [ + 181 + ], + "Finally,": [ + 182 + ], + "demonstrates": [ + 185 + ], + "that": [ + 186, + 198 + ], + "learning": [ + 189 + ], + "produces": [ + 190 + ], + "significant": [ + 191 + ], + "improvements": [ + 192 + ], + "yielding": [ + 195 + ], + "both": [ + 200 + ], + "very": [ + 201, + 205 + ], + "fast": [ + 202 + ], + "high": [ + 206 + ], + "quality.": [ + 207 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 15 + }, + { + "year": 2025, + "cited_by_count": 77 + }, + { + "year": 2024, + "cited_by_count": 90 + }, + { + "year": 2023, + "cited_by_count": 105 + }, + { + "year": 2022, + "cited_by_count": 124 + }, + { + "year": 2021, + "cited_by_count": 125 + }, + { + "year": 2020, + "cited_by_count": 145 + }, + { + "year": 2019, + "cited_by_count": 149 + }, + { + "year": 2018, + "cited_by_count": 159 + }, + { + "year": 2017, + "cited_by_count": 165 + }, + { + "year": 2016, + "cited_by_count": 141 + }, + { + "year": 2015, + "cited_by_count": 153 + }, + { + "year": 2014, + "cited_by_count": 129 + }, + { + "year": 2013, + "cited_by_count": 118 + }, + { + "year": 2012, + "cited_by_count": 68 + } + ], + "updated_date": "2026-05-25T08:39:21.599409", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2015811642", + "doi": "https://doi.org/10.1080/00107514.2014.964942", + "title": "An introduction to quantum machine learning", + "display_name": "An introduction to quantum machine learning", + "relevance_score": 2622.3848, + "publication_year": 2014, + "publication_date": "2014-10-15", + "ids": { + "openalex": "https://openalex.org/W2015811642", + "doi": "https://doi.org/10.1080/00107514.2014.964942", + "mag": "2015811642" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1080/00107514.2014.964942", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1080/00107514.2014.964942", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S161902083", + "display_name": "Contemporary Physics", + "issn_l": "0010-7514", + "issn": [ + "0010-7514", + "1366-5812" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320547", + "host_organization_name": "Taylor & Francis", + "host_organization_lineage": [ + "https://openalex.org/P4310320547" + ], + "host_organization_lineage_names": [ + "Taylor & Francis" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Contemporary Physics", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "arxiv", + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1409.3097", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": null, + "display_name": "Maria Schuld", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I95023434", + "display_name": "University of KwaZulu-Natal", + "ror": "https://ror.org/04qzfn040", + "country_code": "ZA", + "type": "education", + "lineage": [ + "https://openalex.org/I95023434" + ] + } + ], + "countries": [ + "ZA" + ], + "is_corresponding": true, + "raw_author_name": "Maria Schuld", + "raw_affiliation_strings": [ + "Quantum Research Group, School of Chemistry and Physics, University of KwaZulu-Natal, Durban 4001, South Africa" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Quantum Research Group, School of Chemistry and Physics, University of KwaZulu-Natal, Durban 4001, South Africa", + "institution_ids": [ + "https://openalex.org/I95023434" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": null, + "display_name": "Ilya Sinayskiy", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Ilya Sinayskiy", + "raw_affiliation_strings": [ + "Quantum Research Group, School of Chemistry and Physics, University of KwaZulu-Natal, Durban 4001, South Africa.; National Institute for Theoretical Physics (NITheP), KwaZulu-Natal, South Africa" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Quantum Research Group, School of Chemistry and Physics, University of KwaZulu-Natal, Durban 4001, South Africa.; National Institute for Theoretical Physics (NITheP), KwaZulu-Natal, South Africa", + "institution_ids": [] + } + ] + }, + { + "author_position": "last", + "author": { + "id": null, + "display_name": "Francesco Petruccione", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Francesco Petruccione", + "raw_affiliation_strings": [ + "Quantum Research Group, School of Chemistry and Physics, University of KwaZulu-Natal, Durban 4001, South Africa.; National Institute for Theoretical Physics (NITheP), KwaZulu-Natal, South Africa" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Quantum Research Group, School of Chemistry and Physics, University of KwaZulu-Natal, Durban 4001, South Africa.; National Institute for Theoretical Physics (NITheP), KwaZulu-Natal, South Africa", + "institution_ids": [] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 3, + "corresponding_author_ids": [], + "corresponding_institution_ids": [ + "https://openalex.org/I95023434" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 19.4489, + "has_fulltext": false, + "cited_by_count": 1225, + "citation_normalized_percentile": { + "value": 0.99357845, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "56", + "issue": "2", + "first_page": "172", + "last_page": "185" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10682", + "display_name": "Quantum Computing Algorithms and Architecture", + "score": 0.817799985408783, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10682", + "display_name": "Quantum Computing Algorithms and Architecture", + "score": 0.817799985408783, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10622", + "display_name": "Quantum Mechanics and Applications", + "score": 0.01489999983459711, + "subfield": { + "id": "https://openalex.org/subfields/3107", + "display_name": "Atomic and Molecular Physics, and Optics" + }, + "field": { + "id": "https://openalex.org/fields/31", + "display_name": "Physics and Astronomy" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10020", + "display_name": "Quantum Information and Cryptography", + "score": 0.011599999852478504, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/quantum-machine-learning", + "display_name": "Quantum machine learning", + "score": 0.6427000164985657 + }, + { + "id": "https://openalex.org/keywords/subroutine", + "display_name": "Subroutine", + "score": 0.6392999887466431 + }, + { + "id": "https://openalex.org/keywords/machine-translation", + "display_name": "Machine translation", + "score": 0.5587000250816345 + }, + { + "id": "https://openalex.org/keywords/quantum-computer", + "display_name": "Quantum computer", + "score": 0.5418000221252441 + }, + { + "id": "https://openalex.org/keywords/field", + "display_name": "Field (mathematics)", + "score": 0.5389000177383423 + }, + { + "id": "https://openalex.org/keywords/quantum", + "display_name": "Quantum", + "score": 0.49810001254081726 + }, + { + "id": "https://openalex.org/keywords/relation", + "display_name": "Relation (database)", + "score": 0.492000013589859 + }, + { + "id": "https://openalex.org/keywords/computational-learning-theory", + "display_name": "Computational learning theory", + "score": 0.38510000705718994 + }, + { + "id": "https://openalex.org/keywords/range", + "display_name": "Range (aeronautics)", + "score": 0.37560001015663147 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7555999755859375 + }, + { + "id": "https://openalex.org/C2779094486", + "wikidata": "https://www.wikidata.org/wiki/Q18811578", + "display_name": "Quantum machine learning", + "level": 4, + "score": 0.6427000164985657 + }, + { + "id": "https://openalex.org/C96147967", + "wikidata": "https://www.wikidata.org/wiki/Q190686", + "display_name": "Subroutine", + "level": 2, + "score": 0.6392999887466431 + }, + { + "id": "https://openalex.org/C203005215", + "wikidata": "https://www.wikidata.org/wiki/Q79798", + "display_name": "Machine translation", + "level": 2, + "score": 0.5587000250816345 + }, + { + "id": "https://openalex.org/C58053490", + "wikidata": "https://www.wikidata.org/wiki/Q176555", + "display_name": "Quantum computer", + "level": 3, + "score": 0.5418000221252441 + }, + { + "id": "https://openalex.org/C9652623", + "wikidata": "https://www.wikidata.org/wiki/Q190109", + "display_name": "Field (mathematics)", + "level": 2, + "score": 0.5389000177383423 + }, + { + "id": "https://openalex.org/C84114770", + "wikidata": "https://www.wikidata.org/wiki/Q46344", + "display_name": "Quantum", + "level": 2, + "score": 0.49810001254081726 + }, + { + "id": "https://openalex.org/C25343380", + "wikidata": "https://www.wikidata.org/wiki/Q277521", + "display_name": "Relation (database)", + "level": 2, + "score": 0.492000013589859 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.4293999969959259 + }, + { + "id": "https://openalex.org/C80444323", + "wikidata": "https://www.wikidata.org/wiki/Q2878974", + "display_name": "Theoretical computer science", + "level": 1, + "score": 0.38679999113082886 + }, + { + "id": "https://openalex.org/C50292564", + "wikidata": "https://www.wikidata.org/wiki/Q2462783", + "display_name": "Computational learning theory", + "level": 3, + "score": 0.38510000705718994 + }, + { + "id": "https://openalex.org/C204323151", + "wikidata": "https://www.wikidata.org/wiki/Q905424", + "display_name": "Range (aeronautics)", + "level": 2, + "score": 0.37560001015663147 + }, + { + "id": "https://openalex.org/C131671149", + "wikidata": "https://www.wikidata.org/wiki/Q2703890", + "display_name": "Universal Turing machine", + "level": 4, + "score": 0.36239999532699585 + }, + { + "id": "https://openalex.org/C149364088", + "wikidata": "https://www.wikidata.org/wiki/Q185917", + "display_name": "Translation (biology)", + "level": 4, + "score": 0.3573000133037567 + }, + { + "id": "https://openalex.org/C137019171", + "wikidata": "https://www.wikidata.org/wiki/Q2623817", + "display_name": "Quantum algorithm", + "level": 3, + "score": 0.35510000586509705 + }, + { + "id": "https://openalex.org/C169699857", + "wikidata": "https://www.wikidata.org/wiki/Q2122243", + "display_name": "Quantum information", + "level": 3, + "score": 0.34360000491142273 + }, + { + "id": "https://openalex.org/C192061203", + "wikidata": "https://www.wikidata.org/wiki/Q765620", + "display_name": "Quantum Turing machine", + "level": 5, + "score": 0.33169999718666077 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.31439998745918274 + }, + { + "id": "https://openalex.org/C62641251", + "wikidata": "https://www.wikidata.org/wiki/Q7269097", + "display_name": "Quantum sort", + "level": 5, + "score": 0.31119999289512634 + }, + { + "id": "https://openalex.org/C190463098", + "wikidata": "https://www.wikidata.org/wiki/Q2081419", + "display_name": "Quantum technology", + "level": 4, + "score": 0.3100999891757965 + }, + { + "id": "https://openalex.org/C5320026", + "wikidata": "https://www.wikidata.org/wiki/Q2122216", + "display_name": "Quantum information science", + "level": 4, + "score": 0.30160000920295715 + }, + { + "id": "https://openalex.org/C32254414", + "wikidata": "https://www.wikidata.org/wiki/Q4724364", + "display_name": "Algorithmic learning theory", + "level": 3, + "score": 0.28349998593330383 + }, + { + "id": "https://openalex.org/C182306322", + "wikidata": "https://www.wikidata.org/wiki/Q1779371", + "display_name": "Order (exchange)", + "level": 2, + "score": 0.2777999937534332 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.2728999853134155 + }, + { + "id": "https://openalex.org/C2982832238", + "wikidata": "https://www.wikidata.org/wiki/Q5531640", + "display_name": "General purpose", + "level": 2, + "score": 0.2621999979019165 + }, + { + "id": "https://openalex.org/C2986862884", + "wikidata": "https://www.wikidata.org/wiki/Q7553", + "display_name": "Language translation", + "level": 3, + "score": 0.25360000133514404 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "doi:10.1080/00107514.2014.964942", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1080/00107514.2014.964942", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S161902083", + "display_name": "Contemporary Physics", + "issn_l": "0010-7514", + "issn": [ + "0010-7514", + "1366-5812" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320547", + "host_organization_name": "Taylor & Francis", + "host_organization_lineage": [ + "https://openalex.org/P4310320547" + ], + "host_organization_lineage_names": [ + "Taylor & Francis" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Contemporary Physics", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:arXiv.org:1409.3097", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1409.3097", + "pdf_url": "https://arxiv.org/pdf/1409.3097", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1409.3097", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1409.3097", + "pdf_url": "https://arxiv.org/pdf/1409.3097", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 44, + "referenced_works": [ + "https://openalex.org/W1485920032", + "https://openalex.org/W1490115964", + "https://openalex.org/W1492999010", + "https://openalex.org/W1498436455", + "https://openalex.org/W1514004320", + "https://openalex.org/W1581516671", + "https://openalex.org/W1804957150", + "https://openalex.org/W1942423339", + "https://openalex.org/W1968561119", + "https://openalex.org/W1971567680", + "https://openalex.org/W1979692035", + "https://openalex.org/W1980073965", + "https://openalex.org/W1987915183", + "https://openalex.org/W1990514347", + "https://openalex.org/W2008355848", + "https://openalex.org/W2010505240", + "https://openalex.org/W2019112050", + "https://openalex.org/W2020783771", + "https://openalex.org/W2030545386", + "https://openalex.org/W2031056773", + "https://openalex.org/W2034539720", + "https://openalex.org/W2037645123", + "https://openalex.org/W2038713182", + "https://openalex.org/W2040870580", + "https://openalex.org/W2044799191", + "https://openalex.org/W2055784634", + "https://openalex.org/W2061422883", + "https://openalex.org/W2064268005", + "https://openalex.org/W2076257979", + "https://openalex.org/W2089365259", + "https://openalex.org/W2095984596", + "https://openalex.org/W2103956991", + "https://openalex.org/W2111084110", + "https://openalex.org/W2121062711", + "https://openalex.org/W2122964527", + "https://openalex.org/W2124269824", + "https://openalex.org/W2125838338", + "https://openalex.org/W2133892930", + "https://openalex.org/W2136922672", + "https://openalex.org/W2138178898", + "https://openalex.org/W2990961515", + "https://openalex.org/W3022578515", + "https://openalex.org/W3037443854", + "https://openalex.org/W3037687232" + ], + "related_works": [], + "abstract_inverted_index": { + "Machine": [ + 0 + ], + "learning": [ + 1, + 54 + ], + "algorithms": [ + 2, + 62 + ], + "learn": [ + 3 + ], + "a": [ + 4, + 68, + 86, + 115 + ], + "desired": [ + 5 + ], + "input-output": [ + 6 + ], + "relation": [ + 7 + ], + "from": [ + 8, + 58 + ], + "examples": [ + 9 + ], + "in": [ + 10, + 33, + 106 + ], + "order": [ + 11 + ], + "to": [ + 12, + 50, + 71 + ], + "interpret": [ + 13 + ], + "new": [ + 14 + ], + "inputs.": [ + 15 + ], + "This": [ + 16, + 83 + ], + "is": [ + 17 + ], + "important": [ + 18 + ], + "for": [ + 19 + ], + "tasks": [ + 20 + ], + "such": [ + 21 + ], + "as": [ + 22, + 101, + 103 + ], + "image": [ + 23 + ], + "and": [ + 24, + 110 + ], + "speech": [ + 25 + ], + "recognition": [ + 26 + ], + "or": [ + 27, + 63 + ], + "strategy": [ + 28 + ], + "optimisation,": [ + 29 + ], + "with": [ + 30 + ], + "growing": [ + 31 + ], + "applications": [ + 32 + ], + "the": [ + 34, + 38, + 72, + 78, + 90, + 99, + 112 + ], + "IT": [ + 35 + ], + "industry.": [ + 36 + ], + "In": [ + 37 + ], + "last": [ + 39 + ], + "couple": [ + 40 + ], + "of": [ + 41, + 74, + 80, + 89, + 93, + 114, + 118 + ], + "years,": [ + 42 + ], + "researchers": [ + 43 + ], + "investigated": [ + 44 + ], + "if": [ + 45 + ], + "quantum": [ + 46, + 69, + 81, + 94, + 119 + ], + "computing": [ + 47 + ], + "can": [ + 48 + ], + "help": [ + 49 + ], + "improve": [ + 51 + ], + "classical": [ + 52 + ], + "machine": [ + 53, + 95 + ], + "algorithms.": [ + 55 + ], + "Ideas": [ + 56 + ], + "range": [ + 57 + ], + "running": [ + 59 + ], + "computationally": [ + 60 + ], + "costly": [ + 61 + ], + "their": [ + 64 + ], + "subroutines": [ + 65 + ], + "efficiently": [ + 66 + ], + "on": [ + 67 + ], + "computer": [ + 70 + ], + "translation": [ + 73 + ], + "stochastic": [ + 75 + ], + "methods": [ + 76 + ], + "into": [ + 77 + ], + "language": [ + 79 + ], + "theory.": [ + 82 + ], + "contribution": [ + 84 + ], + "gives": [ + 85 + ], + "systematic": [ + 87 + ], + "overview": [ + 88 + ], + "emerging": [ + 91 + ], + "field": [ + 92 + ], + "learning.": [ + 96, + 120 + ], + "It": [ + 97 + ], + "presents": [ + 98 + ], + "approaches": [ + 100 + ], + "well": [ + 102 + ], + "technical": [ + 104 + ], + "details": [ + 105 + ], + "an": [ + 107 + ], + "accessible": [ + 108 + ], + "way,": [ + 109 + ], + "discusses": [ + 111 + ], + "potential": [ + 113 + ], + "future": [ + 116 + ], + "theory": [ + 117 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 125 + }, + { + "year": 2025, + "cited_by_count": 267 + }, + { + "year": 2024, + "cited_by_count": 218 + }, + { + "year": 2023, + "cited_by_count": 168 + }, + { + "year": 2022, + "cited_by_count": 128 + }, + { + "year": 2021, + "cited_by_count": 94 + }, + { + "year": 2020, + "cited_by_count": 82 + }, + { + "year": 2019, + "cited_by_count": 57 + }, + { + "year": 2018, + "cited_by_count": 40 + }, + { + "year": 2017, + "cited_by_count": 31 + }, + { + "year": 2016, + "cited_by_count": 11 + }, + { + "year": 2015, + "cited_by_count": 3 + }, + { + "year": 2014, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-28T09:10:13.091523", + "created_date": "2016-06-24T00:00:00" + }, + { + "id": "https://openalex.org/W2789894922", + "doi": "https://doi.org/10.1001/jama.2017.18391", + "title": "Big Data and Machine Learning in Health Care", + "display_name": "Big Data and Machine Learning in Health Care", + "relevance_score": 2616.0063, + "publication_year": 2018, + "publication_date": "2018-03-12", + "ids": { + "openalex": "https://openalex.org/W2789894922", + "doi": "https://doi.org/10.1001/jama.2017.18391", + "mag": "2789894922", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/29532063" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1001/jama.2017.18391", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1001/jama.2017.18391", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S172573765", + "display_name": "JAMA", + "issn_l": "0098-7484", + "issn": [ + "0098-7484", + "1538-3598" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320259", + "host_organization_name": "American Medical Association", + "host_organization_lineage": [ + "https://openalex.org/P4310320259" + ], + "host_organization_lineage_names": [ + "American Medical Association" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "JAMA", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref", + "pubmed" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5077007622", + "display_name": "Andrew L. Beam", + "orcid": "https://orcid.org/0000-0002-6657-2787" + }, + "institutions": [ + { + "id": "https://openalex.org/I136199984", + "display_name": "Harvard University", + "ror": "https://ror.org/03vek6s52", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I136199984" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Andrew L. Beam", + "raw_affiliation_strings": [ + "Department of Biomedical Informatics, Harvard Medical School, Boston, Massachusetts" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Biomedical Informatics, Harvard Medical School, Boston, Massachusetts", + "institution_ids": [ + "https://openalex.org/I136199984" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5088509061", + "display_name": "Isaac S. Kohane", + "orcid": "https://orcid.org/0000-0003-2192-5160" + }, + "institutions": [ + { + "id": "https://openalex.org/I136199984", + "display_name": "Harvard University", + "ror": "https://ror.org/03vek6s52", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I136199984" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Isaac S. Kohane", + "raw_affiliation_strings": [ + "Department of Biomedical Informatics, Harvard Medical School, Boston, Massachusetts" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Biomedical Informatics, Harvard Medical School, Boston, Massachusetts", + "institution_ids": [ + "https://openalex.org/I136199984" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5077007622" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I136199984" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 125.0736, + "has_fulltext": false, + "cited_by_count": 2104, + "citation_normalized_percentile": { + "value": 0.99976569, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "319", + "issue": "13", + "first_page": "1317", + "last_page": "1317" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10261", + "display_name": "Genetic Associations and Epidemiology", + "score": 0.9894000291824341, + "subfield": { + "id": "https://openalex.org/subfields/1311", + "display_name": "Genetics" + }, + "field": { + "id": "https://openalex.org/fields/13", + "display_name": "Biochemistry, Genetics and Molecular Biology" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10261", + "display_name": "Genetic Associations and Epidemiology", + "score": 0.9894000291824341, + "subfield": { + "id": "https://openalex.org/subfields/1311", + "display_name": "Genetics" + }, + "field": { + "id": "https://openalex.org/fields/13", + "display_name": "Biochemistry, Genetics and Molecular Biology" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + }, + { + "id": "https://openalex.org/T13702", + "display_name": "Machine Learning in Healthcare", + "score": 0.9599000215530396, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12026", + "display_name": "Explainable Artificial Intelligence (XAI)", + "score": 0.9545000195503235, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/medicine", + "display_name": "Medicine", + "score": 0.9493777751922607 + }, + { + "id": "https://openalex.org/keywords/otorhinolaryngology", + "display_name": "Otorhinolaryngology", + "score": 0.5338343977928162 + }, + { + "id": "https://openalex.org/keywords/family-medicine", + "display_name": "Family medicine", + "score": 0.5010433197021484 + }, + { + "id": "https://openalex.org/keywords/sign", + "display_name": "Sign (mathematics)", + "score": 0.4248647093772888 + }, + { + "id": "https://openalex.org/keywords/psychiatry", + "display_name": "Psychiatry", + "score": 0.32425233721733093 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.9493777751922607 + }, + { + "id": "https://openalex.org/C108516343", + "wikidata": "https://www.wikidata.org/wiki/Q189553", + "display_name": "Otorhinolaryngology", + "level": 2, + "score": 0.5338343977928162 + }, + { + "id": "https://openalex.org/C512399662", + "wikidata": "https://www.wikidata.org/wiki/Q3505712", + "display_name": "Family medicine", + "level": 1, + "score": 0.5010433197021484 + }, + { + "id": "https://openalex.org/C139676723", + "wikidata": "https://www.wikidata.org/wiki/Q1193832", + "display_name": "Sign (mathematics)", + "level": 2, + "score": 0.4248647093772888 + }, + { + "id": "https://openalex.org/C118552586", + "wikidata": "https://www.wikidata.org/wiki/Q7867", + "display_name": "Psychiatry", + "level": 1, + "score": 0.32425233721733093 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C134306372", + "wikidata": "https://www.wikidata.org/wiki/Q7754", + "display_name": "Mathematical analysis", + "level": 1, + "score": 0.0 + } + ], + "mesh": [ + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D016571", + "descriptor_name": "Neural Networks, Computer", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D016571", + "descriptor_name": "Neural Networks, Computer", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D016571", + "descriptor_name": "Neural Networks, Computer", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D057225", + "descriptor_name": "Data Mining", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D057225", + "descriptor_name": "Data Mining", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D057225", + "descriptor_name": "Data Mining", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D066264", + "descriptor_name": "Datasets as Topic", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D066264", + "descriptor_name": "Datasets as Topic", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D066264", + "descriptor_name": "Datasets as Topic", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + } + ], + "locations_count": 2, + "locations": [ + { + "id": "doi:10.1001/jama.2017.18391", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1001/jama.2017.18391", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S172573765", + "display_name": "JAMA", + "issn_l": "0098-7484", + "issn": [ + "0098-7484", + "1538-3598" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320259", + "host_organization_name": "American Medical Association", + "host_organization_lineage": [ + "https://openalex.org/P4310320259" + ], + "host_organization_lineage_names": [ + "American Medical Association" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "JAMA", + "raw_type": "journal-article" + }, + { + "id": "pmid:29532063", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/29532063", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "JAMA", + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 5, + "referenced_works": [ + "https://openalex.org/W1984116324", + "https://openalex.org/W2076652359", + "https://openalex.org/W2257979135", + "https://openalex.org/W2557738935", + "https://openalex.org/W2766447205" + ], + "related_works": [ + "https://openalex.org/W2899084033", + "https://openalex.org/W2748952813", + "https://openalex.org/W3031052312", + "https://openalex.org/W3032375762", + "https://openalex.org/W1995515455", + "https://openalex.org/W2080531066", + "https://openalex.org/W3108674512", + "https://openalex.org/W1506200166", + "https://openalex.org/W2048182022", + "https://openalex.org/W2604872355" + ], + "abstract_inverted_index": { + "Our": [ + 0 + ], + "website": [ + 1 + ], + "uses": [ + 2 + ], + "cookies": [ + 3 + ], + "to": [ + 4, + 10, + 20, + 171 + ], + "enhance": [ + 5 + ], + "your": [ + 6, + 158 + ], + "experience.": [ + 7 + ], + "By": [ + 8 + ], + "continuing": [ + 9 + ], + "use": [ + 11 + ], + "our": [ + 12, + 21 + ], + "site,": [ + 13 + ], + "or": [ + 14 + ], + "clicking": [ + 15 + ], + "\"Continue,\"": [ + 16 + ], + "you": [ + 17 + ], + "are": [ + 18 + ], + "agreeing": [ + 19 + ], + "Cookie": [ + 22 + ], + "Policy": [ + 23, + 92 + ], + "|": [ + 24, + 90, + 93 + ], + "Continue": [ + 25 + ], + "JAMA": [ + 26, + 32, + 33, + 36, + 38, + 40, + 43, + 46, + 48, + 50, + 52, + 57, + 59, + 61, + 105, + 106, + 109, + 111, + 113, + 116, + 119, + 122, + 124, + 126, + 128, + 133, + 135, + 137, + 173 + ], + "HomeNew": [ + 27 + ], + "OnlineCurrent": [ + 28 + ], + "IssueFor": [ + 29 + ], + "Authors": [ + 30 + ], + "Publications": [ + 31 + ], + "Network": [ + 34, + 107 + ], + "Open": [ + 35, + 108 + ], + "Cardiology": [ + 37, + 110 + ], + "Dermatology": [ + 39, + 112 + ], + "Health": [ + 41, + 117 + ], + "Forum": [ + 42, + 114, + 118 + ], + "Internal": [ + 44, + 120 + ], + "Medicine": [ + 45, + 121 + ], + "Neurology": [ + 47, + 65, + 123, + 141 + ], + "Oncology": [ + 49, + 125 + ], + "Ophthalmology": [ + 51, + 127 + ], + "Otolaryngology–Head": [ + 53, + 129 + ], + "&": [ + 54, + 66, + 85, + 130, + 142 + ], + "Neck": [ + 55, + 131 + ], + "Surgery": [ + 56, + 62, + 132, + 138 + ], + "Pediatrics": [ + 58, + 134 + ], + "Psychiatry": [ + 60, + 67, + 136, + 143 + ], + "Archives": [ + 63, + 139 + ], + "of": [ + 64, + 88, + 140 + ], + "(1919-1959)": [ + 68 + ], + "Podcasts": [ + 69 + ], + "Clinical": [ + 70 + ], + "Reviews": [ + 71 + ], + "Editors'": [ + 72 + ], + "Summary": [ + 73 + ], + "Medical": [ + 74, + 98 + ], + "News": [ + 75 + ], + "Author": [ + 76 + ], + "Interviews": [ + 77 + ], + "More": [ + 78 + ], + "JN": [ + 79 + ], + "Learning": [ + 80 + ], + "/": [ + 81, + 83 + ], + "CMESubscribeJobsInstitutions": [ + 82 + ], + "LibrariansReprints": [ + 84 + ], + "Permissions": [ + 86 + ], + "Terms": [ + 87 + ], + "Use": [ + 89 + ], + "Privacy": [ + 91 + ], + "Accessibility": [ + 94 + ], + "Statement": [ + 95 + ], + "2023": [ + 96 + ], + "American": [ + 97 + ], + "Association.": [ + 99 + ], + "All": [ + 100, + 104 + ], + "Rights": [ + 101 + ], + "Reserved": [ + 102 + ], + "Search": [ + 103, + 145 + ], + "Archive": [ + 115 + ], + "Input": [ + 144 + ], + "Term": [ + 146 + ], + "Sign": [ + 147, + 150, + 152, + 160 + ], + "In": [ + 148, + 151, + 161 + ], + "Individual": [ + 149 + ], + "inCreate": [ + 153 + ], + "an": [ + 154 + ], + "Account": [ + 155 + ], + "Access": [ + 156 + ], + "through": [ + 157 + ], + "institution": [ + 159 + ], + "Purchase": [ + 162 + ], + "Options:": [ + 163 + ], + "Buy": [ + 164 + ], + "this": [ + 165, + 168 + ], + "article": [ + 166, + 169 + ], + "Rent": [ + 167 + ], + "Subscribe": [ + 170 + ], + "the": [ + 172 + ], + "journal": [ + 174 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 204 + }, + { + "year": 2025, + "cited_by_count": 376 + }, + { + "year": 2024, + "cited_by_count": 311 + }, + { + "year": 2023, + "cited_by_count": 274 + }, + { + "year": 2022, + "cited_by_count": 237 + }, + { + "year": 2021, + "cited_by_count": 279 + }, + { + "year": 2020, + "cited_by_count": 230 + }, + { + "year": 2019, + "cited_by_count": 133 + }, + { + "year": 2018, + "cited_by_count": 56 + }, + { + "year": 2015, + "cited_by_count": 1 + }, + { + "year": 2012, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2996061341", + "doi": "https://doi.org/10.1145/3359786", + "title": "Techniques for interpretable machine learning", + "display_name": "Techniques for interpretable machine learning", + "relevance_score": 2609.9995, + "publication_year": 2019, + "publication_date": "2019-12-20", + "ids": { + "openalex": "https://openalex.org/W2996061341", + "doi": "https://doi.org/10.1145/3359786", + "mag": "2996061341" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1145/3359786", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/3359786", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S103482838", + "display_name": "Communications of the ACM", + "issn_l": "0001-0782", + "issn": [ + "0001-0782", + "1557-7317" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319798", + "host_organization_name": "Association for Computing Machinery", + "host_organization_lineage": [ + "https://openalex.org/P4310319798" + ], + "host_organization_lineage_names": [ + "Association for Computing Machinery" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Communications of the ACM", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5072191151", + "display_name": "Mengnan Du", + "orcid": "https://orcid.org/0000-0002-1614-6069" + }, + "institutions": [ + { + "id": "https://openalex.org/I91045830", + "display_name": "Texas A&M University", + "ror": "https://ror.org/01f5ytq51", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I91045830" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Mengnan Du", + "raw_affiliation_strings": [ + "Texas A&M University, College Station, TX" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Texas A&M University, College Station, TX", + "institution_ids": [ + "https://openalex.org/I91045830" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5007489034", + "display_name": "Ninghao Liu", + "orcid": "https://orcid.org/0000-0002-9170-2424" + }, + "institutions": [ + { + "id": "https://openalex.org/I91045830", + "display_name": "Texas A&M University", + "ror": "https://ror.org/01f5ytq51", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I91045830" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Ninghao Liu", + "raw_affiliation_strings": [ + "Texas A&M University, College Station, TX" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Texas A&M University, College Station, TX", + "institution_ids": [ + "https://openalex.org/I91045830" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5068477431", + "display_name": "Xia Hu", + "orcid": "https://orcid.org/0000-0003-2234-3226" + }, + "institutions": [ + { + "id": "https://openalex.org/I91045830", + "display_name": "Texas A&M University", + "ror": "https://ror.org/01f5ytq51", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I91045830" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Xia Hu", + "raw_affiliation_strings": [ + "Texas A&M University, College Station, TX" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Texas A&M University, College Station, TX", + "institution_ids": [ + "https://openalex.org/I91045830" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5072191151" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I91045830" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 84.2956, + "has_fulltext": false, + "cited_by_count": 1230, + "citation_normalized_percentile": { + "value": 0.99944795, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "63", + "issue": "1", + "first_page": "68", + "last_page": "77" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12026", + "display_name": "Explainable Artificial Intelligence (XAI)", + "score": 0.9997000098228455, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12026", + "display_name": "Explainable Artificial Intelligence (XAI)", + "score": 0.9997000098228455, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11689", + "display_name": "Adversarial Robustness in Machine Learning", + "score": 0.9957000017166138, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9952999949455261, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6890396475791931 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6587886810302734 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.590798556804657 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6890396475791931 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6587886810302734 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.590798556804657 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1145/3359786", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/3359786", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S103482838", + "display_name": "Communications of the ACM", + "issn_l": "0001-0782", + "issn": [ + "0001-0782", + "1557-7317" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319798", + "host_organization_name": "Association for Computing Machinery", + "host_organization_lineage": [ + "https://openalex.org/P4310319798" + ], + "host_organization_lineage_names": [ + "Association for Computing Machinery" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Communications of the ACM", + "raw_type": "journal-article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 41, + "referenced_works": [ + "https://openalex.org/W1514535095", + "https://openalex.org/W1787224781", + "https://openalex.org/W1932198206", + "https://openalex.org/W1945616565", + "https://openalex.org/W1951216520", + "https://openalex.org/W1996796871", + "https://openalex.org/W2026905436", + "https://openalex.org/W2102636708", + "https://openalex.org/W2123045220", + "https://openalex.org/W2128420091", + "https://openalex.org/W2133564696", + "https://openalex.org/W2169393322", + "https://openalex.org/W2253993278", + "https://openalex.org/W2292919134", + "https://openalex.org/W2295598076", + "https://openalex.org/W2418098761", + "https://openalex.org/W2516809705", + "https://openalex.org/W2559655401", + "https://openalex.org/W2594475271", + "https://openalex.org/W2606462007", + "https://openalex.org/W2612690371", + "https://openalex.org/W2764024122", + "https://openalex.org/W2765204106", + "https://openalex.org/W2785760873", + "https://openalex.org/W2788403449", + "https://openalex.org/W2796096336", + "https://openalex.org/W2809002738", + "https://openalex.org/W2809376420", + "https://openalex.org/W2810511505", + "https://openalex.org/W2907174776", + "https://openalex.org/W2914018283", + "https://openalex.org/W2963125461", + "https://openalex.org/W2963615251", + "https://openalex.org/W3101609372", + "https://openalex.org/W3102476541", + "https://openalex.org/W3128452405", + "https://openalex.org/W4301861531", + "https://openalex.org/W6639927594", + "https://openalex.org/W6740789180", + "https://openalex.org/W6743446608", + "https://openalex.org/W6748634344" + ], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W3046775127", + "https://openalex.org/W3107602296", + "https://openalex.org/W3170094116", + "https://openalex.org/W4386462264", + "https://openalex.org/W4313488044", + "https://openalex.org/W3209574120", + "https://openalex.org/W4312192474", + "https://openalex.org/W4210805261" + ], + "abstract_inverted_index": { + "Uncovering": [ + 0 + ], + "the": [ + 1 + ], + "mysterious": [ + 2 + ], + "ways": [ + 3 + ], + "machine": [ + 4 + ], + "learning": [ + 5 + ], + "models": [ + 6 + ], + "make": [ + 7 + ], + "decisions.": [ + 8 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 39 + }, + { + "year": 2025, + "cited_by_count": 162 + }, + { + "year": 2024, + "cited_by_count": 221 + }, + { + "year": 2023, + "cited_by_count": 223 + }, + { + "year": 2022, + "cited_by_count": 221 + }, + { + "year": 2021, + "cited_by_count": 187 + }, + { + "year": 2020, + "cited_by_count": 139 + }, + { + "year": 2019, + "cited_by_count": 34 + }, + { + "year": 2018, + "cited_by_count": 3 + }, + { + "year": 2012, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-21T06:26:12.895304", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2284729062", + "doi": "https://doi.org/10.1177/1745691617693393", + "title": "Choosing Prediction Over Explanation in Psychology: Lessons From Machine Learning", + "display_name": "Choosing Prediction Over Explanation in Psychology: Lessons From Machine Learning", + "relevance_score": 2583.5972, + "publication_year": 2017, + "publication_date": "2017-08-25", + "ids": { + "openalex": "https://openalex.org/W2284729062", + "doi": "https://doi.org/10.1177/1745691617693393", + "mag": "2284729062", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/28841086" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1177/1745691617693393", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1177/1745691617693393", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S27228949", + "display_name": "Perspectives on Psychological Science", + "issn_l": "1745-6916", + "issn": [ + "1745-6916", + "1745-6924" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320017", + "host_organization_name": "SAGE Publishing", + "host_organization_lineage": [ + "https://openalex.org/P4310320017" + ], + "host_organization_lineage_names": [ + "SAGE Publishing" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Perspectives on Psychological Science", + "raw_type": "journal-article" + }, + "type": "review", + "indexed_in": [ + "crossref", + "datacite", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://figshare.com/articles/journal_contribution/Choosing_prediction_over_explanation_in_psychology_Lessons_from_machine_learning/2441878", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5089396175", + "display_name": "Tal Yarkoni", + "orcid": "https://orcid.org/0000-0002-6558-5113" + }, + "institutions": [ + { + "id": "https://openalex.org/I86519309", + "display_name": "The University of Texas at Austin", + "ror": "https://ror.org/00hj54h04", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I86519309" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Tal Yarkoni", + "raw_affiliation_strings": [ + "University of Texas at Austin" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Texas at Austin", + "institution_ids": [ + "https://openalex.org/I86519309" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5011718072", + "display_name": "Jacob Westfall", + "orcid": "https://orcid.org/0000-0001-7566-3544" + }, + "institutions": [ + { + "id": "https://openalex.org/I86519309", + "display_name": "The University of Texas at Austin", + "ror": "https://ror.org/00hj54h04", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I86519309" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Jacob Westfall", + "raw_affiliation_strings": [ + "University of Texas at Austin" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Texas at Austin", + "institution_ids": [ + "https://openalex.org/I86519309" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5089396175" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I86519309" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 142.2137, + "has_fulltext": false, + "cited_by_count": 1981, + "citation_normalized_percentile": { + "value": 0.99990781, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "12", + "issue": "6", + "first_page": "1100", + "last_page": "1122" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T13283", + "display_name": "Mental Health Research Topics", + "score": 0.9991999864578247, + "subfield": { + "id": "https://openalex.org/subfields/3205", + "display_name": "Experimental and Cognitive Psychology" + }, + "field": { + "id": "https://openalex.org/fields/32", + "display_name": "Psychology" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T13283", + "display_name": "Mental Health Research Topics", + "score": 0.9991999864578247, + "subfield": { + "id": "https://openalex.org/subfields/3205", + "display_name": "Experimental and Cognitive Psychology" + }, + "field": { + "id": "https://openalex.org/fields/32", + "display_name": "Psychology" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + }, + { + "id": "https://openalex.org/T10315", + "display_name": "Decision-Making and Behavioral Economics", + "score": 0.987500011920929, + "subfield": { + "id": "https://openalex.org/subfields/1800", + "display_name": "General Decision Sciences" + }, + "field": { + "id": "https://openalex.org/fields/18", + "display_name": "Decision Sciences" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + }, + { + "id": "https://openalex.org/T10241", + "display_name": "Functional Brain Connectivity Studies", + "score": 0.9757999777793884, + "subfield": { + "id": "https://openalex.org/subfields/2805", + "display_name": "Cognitive Neuroscience" + }, + "field": { + "id": "https://openalex.org/fields/28", + "display_name": "Neuroscience" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/psychology", + "display_name": "Psychology", + "score": 0.6357313990592957 + }, + { + "id": "https://openalex.org/keywords/field", + "display_name": "Field (mathematics)", + "score": 0.6339761018753052 + }, + { + "id": "https://openalex.org/keywords/psychological-research", + "display_name": "Psychological research", + "score": 0.623198390007019 + }, + { + "id": "https://openalex.org/keywords/mechanism", + "display_name": "Mechanism (biology)", + "score": 0.5662316679954529 + }, + { + "id": "https://openalex.org/keywords/focus", + "display_name": "Focus (optics)", + "score": 0.5525527000427246 + }, + { + "id": "https://openalex.org/keywords/psychological-science", + "display_name": "Psychological science", + "score": 0.5363956689834595 + }, + { + "id": "https://openalex.org/keywords/cognitive-psychology", + "display_name": "Cognitive psychology", + "score": 0.4831187427043915 + }, + { + "id": "https://openalex.org/keywords/basic-science", + "display_name": "Basic science", + "score": 0.44798544049263 + }, + { + "id": "https://openalex.org/keywords/experimental-psychology", + "display_name": "Experimental psychology", + "score": 0.4426892101764679 + }, + { + "id": "https://openalex.org/keywords/contrast", + "display_name": "Contrast (vision)", + "score": 0.4320238530635834 + }, + { + "id": "https://openalex.org/keywords/point", + "display_name": "Point (geometry)", + "score": 0.4234526753425598 + }, + { + "id": "https://openalex.org/keywords/cognitive-science", + "display_name": "Cognitive science", + "score": 0.4131108522415161 + }, + { + "id": "https://openalex.org/keywords/epistemology", + "display_name": "Epistemology", + "score": 0.39459776878356934 + }, + { + "id": "https://openalex.org/keywords/social-psychology", + "display_name": "Social psychology", + "score": 0.30900537967681885 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.2976836562156677 + }, + { + "id": "https://openalex.org/keywords/cognition", + "display_name": "Cognition", + "score": 0.22188469767570496 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.21790143847465515 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C15744967", + "wikidata": "https://www.wikidata.org/wiki/Q9418", + "display_name": "Psychology", + "level": 0, + "score": 0.6357313990592957 + }, + { + "id": "https://openalex.org/C9652623", + "wikidata": "https://www.wikidata.org/wiki/Q190109", + "display_name": "Field (mathematics)", + "level": 2, + "score": 0.6339761018753052 + }, + { + "id": "https://openalex.org/C188255311", + "wikidata": "https://www.wikidata.org/wiki/Q7256388", + "display_name": "Psychological research", + "level": 2, + "score": 0.623198390007019 + }, + { + "id": "https://openalex.org/C89611455", + "wikidata": "https://www.wikidata.org/wiki/Q6804646", + "display_name": "Mechanism (biology)", + "level": 2, + "score": 0.5662316679954529 + }, + { + "id": "https://openalex.org/C192209626", + "wikidata": "https://www.wikidata.org/wiki/Q190909", + "display_name": "Focus (optics)", + "level": 2, + "score": 0.5525527000427246 + }, + { + "id": "https://openalex.org/C2992048920", + "wikidata": "https://www.wikidata.org/wiki/Q7256367", + "display_name": "Psychological science", + "level": 2, + "score": 0.5363956689834595 + }, + { + "id": "https://openalex.org/C180747234", + "wikidata": "https://www.wikidata.org/wiki/Q23373", + "display_name": "Cognitive psychology", + "level": 1, + "score": 0.4831187427043915 + }, + { + "id": "https://openalex.org/C96526673", + "wikidata": "https://www.wikidata.org/wiki/Q4867047", + "display_name": "Basic science", + "level": 2, + "score": 0.44798544049263 + }, + { + "id": "https://openalex.org/C101068787", + "wikidata": "https://www.wikidata.org/wiki/Q475042", + "display_name": "Experimental psychology", + "level": 3, + "score": 0.4426892101764679 + }, + { + "id": "https://openalex.org/C2776502983", + "wikidata": "https://www.wikidata.org/wiki/Q690182", + "display_name": "Contrast (vision)", + "level": 2, + "score": 0.4320238530635834 + }, + { + "id": "https://openalex.org/C28719098", + "wikidata": "https://www.wikidata.org/wiki/Q44946", + "display_name": "Point (geometry)", + "level": 2, + "score": 0.4234526753425598 + }, + { + "id": "https://openalex.org/C188147891", + "wikidata": "https://www.wikidata.org/wiki/Q147638", + "display_name": "Cognitive science", + "level": 1, + "score": 0.4131108522415161 + }, + { + "id": "https://openalex.org/C111472728", + "wikidata": "https://www.wikidata.org/wiki/Q9471", + "display_name": "Epistemology", + "level": 1, + "score": 0.39459776878356934 + }, + { + "id": "https://openalex.org/C77805123", + "wikidata": "https://www.wikidata.org/wiki/Q161272", + "display_name": "Social psychology", + "level": 1, + "score": 0.30900537967681885 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.2976836562156677 + }, + { + "id": "https://openalex.org/C169900460", + "wikidata": "https://www.wikidata.org/wiki/Q2200417", + "display_name": "Cognition", + "level": 2, + "score": 0.22188469767570496 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.21790143847465515 + }, + { + "id": "https://openalex.org/C202444582", + "wikidata": "https://www.wikidata.org/wiki/Q837863", + "display_name": "Pure mathematics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C138885662", + "wikidata": "https://www.wikidata.org/wiki/Q5891", + "display_name": "Philosophy", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C121332964", + "wikidata": "https://www.wikidata.org/wiki/Q413", + "display_name": "Physics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C120665830", + "wikidata": "https://www.wikidata.org/wiki/Q14620", + "display_name": "Optics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C169760540", + "wikidata": "https://www.wikidata.org/wiki/Q207011", + "display_name": "Neuroscience", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C2524010", + "wikidata": "https://www.wikidata.org/wiki/Q8087", + "display_name": "Geometry", + "level": 1, + "score": 0.0 + } + ], + "mesh": [ + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D011584", + "descriptor_name": "Psychology", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D011584", + "descriptor_name": "Psychology", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D011584", + "descriptor_name": "Psychology", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + } + ], + "locations_count": 5, + "locations": [ + { + "id": "doi:10.1177/1745691617693393", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1177/1745691617693393", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S27228949", + "display_name": "Perspectives on Psychological Science", + "issn_l": "1745-6916", + "issn": [ + "1745-6916", + "1745-6924" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320017", + "host_organization_name": "SAGE Publishing", + "host_organization_lineage": [ + "https://openalex.org/P4310320017" + ], + "host_organization_lineage_names": [ + "SAGE Publishing" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Perspectives on Psychological Science", + "raw_type": "journal-article" + }, + { + "id": "pmid:28841086", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/28841086", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Perspectives on psychological science : a journal of the Association for Psychological Science", + "raw_type": null + }, + { + "id": "pmh:oai:figshare.com:article/2441878", + "is_oa": true, + "landing_page_url": "https://figshare.com/articles/journal_contribution/Choosing_prediction_over_explanation_in_psychology_Lessons_from_machine_learning/2441878", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4377196282", + "display_name": "Figshare", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I4210132348", + "host_organization_name": "Figshare (United Kingdom)", + "host_organization_lineage": [ + "https://openalex.org/I4210132348" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Text" + }, + { + "id": "pmh:oai:pubmedcentral.nih.gov:6603289", + "is_oa": true, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/6603289", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2764455111", + "display_name": "PubMed Central", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Perspect Psychol Sci", + "raw_type": "Text" + }, + { + "id": "doi:10.6084/m9.figshare.2441878.v1", + "is_oa": true, + "landing_page_url": "https://doi.org/10.6084/m9.figshare.2441878.v1", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4377196282", + "display_name": "Figshare", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I4210132348", + "host_organization_name": "Figshare (United Kingdom)", + "host_organization_lineage": [ + "https://openalex.org/I4210132348" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": "article-journal" + } + ], + "best_oa_location": { + "id": "pmh:oai:figshare.com:article/2441878", + "is_oa": true, + "landing_page_url": "https://figshare.com/articles/journal_contribution/Choosing_prediction_over_explanation_in_psychology_Lessons_from_machine_learning/2441878", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4377196282", + "display_name": "Figshare", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I4210132348", + "host_organization_name": "Figshare (United Kingdom)", + "host_organization_lineage": [ + "https://openalex.org/I4210132348" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Text" + }, + "sustainable_development_goals": [ + { + "id": "https://metadata.un.org/sdg/4", + "display_name": "Quality Education", + "score": 0.4300000071525574 + } + ], + "awards": [ + { + "id": "https://openalex.org/G6072193115", + "display_name": null, + "funder_award_id": "R01MH096906", + "funder_id": "https://openalex.org/F4320337346", + "funder_display_name": "National Institute of Mental Health" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320337346", + "display_name": "National Institute of Mental Health", + "ror": "https://ror.org/04xeg9z08" + } + ], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 117, + "referenced_works": [ + "https://openalex.org/W832971097", + "https://openalex.org/W1480376833", + "https://openalex.org/W1529288103", + "https://openalex.org/W1587094587", + "https://openalex.org/W1650809201", + "https://openalex.org/W1678356000", + "https://openalex.org/W1849277567", + "https://openalex.org/W1897139626", + "https://openalex.org/W1928997582", + "https://openalex.org/W1940090105", + "https://openalex.org/W1941783251", + "https://openalex.org/W1965803289", + "https://openalex.org/W1966023201", + "https://openalex.org/W1966797434", + "https://openalex.org/W1972820248", + "https://openalex.org/W1973871257", + "https://openalex.org/W1974829123", + "https://openalex.org/W1975494033", + "https://openalex.org/W1980331490", + "https://openalex.org/W1981457167", + "https://openalex.org/W1985898303", + "https://openalex.org/W1987997380", + "https://openalex.org/W1989462718", + "https://openalex.org/W1993193779", + "https://openalex.org/W1997161938", + "https://openalex.org/W2007178835", + "https://openalex.org/W2007307305", + "https://openalex.org/W2008607322", + "https://openalex.org/W2019448438", + "https://openalex.org/W2020769785", + "https://openalex.org/W2024729467", + "https://openalex.org/W2028171536", + "https://openalex.org/W2028966152", + "https://openalex.org/W2033198212", + "https://openalex.org/W2033872649", + "https://openalex.org/W2036231449", + "https://openalex.org/W2037557484", + "https://openalex.org/W2045573770", + "https://openalex.org/W2046281162", + "https://openalex.org/W2046398551", + "https://openalex.org/W2047104567", + "https://openalex.org/W2054106228", + "https://openalex.org/W2054251181", + "https://openalex.org/W2056418346", + "https://openalex.org/W2059246838", + "https://openalex.org/W2062787021", + "https://openalex.org/W2065692954", + "https://openalex.org/W2075046656", + "https://openalex.org/W2076063813", + "https://openalex.org/W2077088203", + "https://openalex.org/W2080581973", + "https://openalex.org/W2081156723", + "https://openalex.org/W2084341220", + "https://openalex.org/W2091959199", + "https://openalex.org/W2100267603", + "https://openalex.org/W2101645095", + "https://openalex.org/W2106095564", + "https://openalex.org/W2108598243", + "https://openalex.org/W2110223897", + "https://openalex.org/W2111621157", + "https://openalex.org/W2113085067", + "https://openalex.org/W2117350000", + "https://openalex.org/W2119472994", + "https://openalex.org/W2119862467", + "https://openalex.org/W2121880170", + "https://openalex.org/W2122572782", + "https://openalex.org/W2123263696", + "https://openalex.org/W2128431628", + "https://openalex.org/W2132193240", + "https://openalex.org/W2135046866", + "https://openalex.org/W2137351972", + "https://openalex.org/W2137739415", + "https://openalex.org/W2139394602", + "https://openalex.org/W2139852278", + "https://openalex.org/W2141007997", + "https://openalex.org/W2144345994", + "https://openalex.org/W2144710514", + "https://openalex.org/W2150215887", + "https://openalex.org/W2150833190", + "https://openalex.org/W2151554678", + "https://openalex.org/W2153803020", + "https://openalex.org/W2154290668", + "https://openalex.org/W2154776925", + "https://openalex.org/W2155449866", + "https://openalex.org/W2157668596", + "https://openalex.org/W2158196600", + "https://openalex.org/W2158647686", + "https://openalex.org/W2159401492", + "https://openalex.org/W2160455305", + "https://openalex.org/W2161336914", + "https://openalex.org/W2161498332", + "https://openalex.org/W2162148411", + "https://openalex.org/W2166154125", + "https://openalex.org/W2166823678", + "https://openalex.org/W2168979204", + "https://openalex.org/W2169214811", + "https://openalex.org/W2183510664", + "https://openalex.org/W2329873939", + "https://openalex.org/W2333692357", + "https://openalex.org/W2345613236", + "https://openalex.org/W2520456228", + "https://openalex.org/W2781367932", + "https://openalex.org/W2787894218", + "https://openalex.org/W2911964244", + "https://openalex.org/W2919115771", + "https://openalex.org/W2951936974", + "https://openalex.org/W2951964571", + "https://openalex.org/W3121452939", + "https://openalex.org/W3124333825", + "https://openalex.org/W4206439534", + "https://openalex.org/W4239677523", + "https://openalex.org/W4243177274", + "https://openalex.org/W4245648902", + "https://openalex.org/W4250304879", + "https://openalex.org/W4250528183", + "https://openalex.org/W4253418570", + "https://openalex.org/W4298870098" + ], + "related_works": [ + "https://openalex.org/W2967614692", + "https://openalex.org/W3162937339", + "https://openalex.org/W2811220869", + "https://openalex.org/W4390171572", + "https://openalex.org/W4205565064", + "https://openalex.org/W3104930238", + "https://openalex.org/W2792663123", + "https://openalex.org/W2178719713", + "https://openalex.org/W4248643446", + "https://openalex.org/W2330276990" + ], + "abstract_inverted_index": { + "Psychology": [ + 0 + ], + "has": [ + 1, + 59 + ], + "historically": [ + 2 + ], + "been": [ + 3, + 133 + ], + "concerned,": [ + 4 + ], + "first": [ + 5 + ], + "and": [ + 6, + 31, + 40, + 97, + 120, + 125, + 138 + ], + "foremost,": [ + 7 + ], + "with": [ + 8, + 89 + ], + "explaining": [ + 9, + 54 + ], + "the": [ + 10, + 25, + 37, + 55, + 63, + 100, + 117 + ], + "causal": [ + 11 + ], + "mechanisms": [ + 12 + ], + "that": [ + 13, + 43, + 49, + 71, + 79, + 95, + 142, + 150 + ], + "give": [ + 14 + ], + "rise": [ + 15 + ], + "to": [ + 16, + 65, + 85, + 135, + 163 + ], + "behavior.": [ + 17, + 167 + ], + "Randomized,": [ + 18 + ], + "tightly": [ + 19 + ], + "controlled": [ + 20 + ], + "experiments": [ + 21 + ], + "are": [ + 22, + 33 + ], + "enshrined": [ + 23 + ], + "as": [ + 24 + ], + "gold": [ + 26 + ], + "standard": [ + 27 + ], + "of": [ + 28, + 36, + 57, + 62, + 75, + 102, + 116, + 122, + 166 + ], + "psychological": [ + 29, + 76, + 140 + ], + "research,": [ + 30 + ], + "there": [ + 32 + ], + "endless": [ + 34 + ], + "investigations": [ + 35 + ], + "various": [ + 38, + 45 + ], + "mediating": [ + 39 + ], + "moderating": [ + 41 + ], + "variables": [ + 42 + ], + "govern": [ + 44 + ], + "behaviors.": [ + 46 + ], + "We": [ + 47, + 93, + 113, + 148 + ], + "argue": [ + 48 + ], + "psychology's": [ + 50 + ], + "near-total": [ + 51 + ], + "focus": [ + 52, + 153 + ], + "on": [ + 53, + 144, + 154 + ], + "causes": [ + 56 + ], + "behavior": [ + 58 + ], + "led": [ + 60 + ], + "much": [ + 61 + ], + "field": [ + 64, + 101 + ], + "be": [ + 66 + ], + "populated": [ + 67 + ], + "by": [ + 68 + ], + "research": [ + 69, + 141, + 146 + ], + "programs": [ + 70 + ], + "provide": [ + 72 + ], + "intricate": [ + 73 + ], + "theories": [ + 74 + ], + "mechanism": [ + 77 + ], + "but": [ + 78 + ], + "have": [ + 80, + 132 + ], + "little": [ + 81 + ], + "(or": [ + 82 + ], + "unknown)": [ + 83 + ], + "ability": [ + 84 + ], + "predict": [ + 86 + ], + "future": [ + 87 + ], + "behaviors": [ + 88 + ], + "any": [ + 90 + ], + "appreciable": [ + 91 + ], + "accuracy.": [ + 92 + ], + "propose": [ + 94 + ], + "principles": [ + 96 + ], + "techniques": [ + 98 + ], + "from": [ + 99 + ], + "machine": [ + 103, + 123 + ], + "learning": [ + 104, + 124 + ], + "can": [ + 105, + 159 + ], + "help": [ + 106 + ], + "psychology": [ + 107 + ], + "become": [ + 108 + ], + "a": [ + 109 + ], + "more": [ + 110 + ], + "predictive": [ + 111, + 145 + ], + "science.": [ + 112 + ], + "review": [ + 114 + ], + "some": [ + 115 + ], + "fundamental": [ + 118 + ], + "concepts": [ + 119, + 131 + ], + "tools": [ + 121 + ], + "point": [ + 126 + ], + "out": [ + 127 + ], + "examples": [ + 128 + ], + "where": [ + 129 + ], + "these": [ + 130 + ], + "used": [ + 134 + ], + "conduct": [ + 136 + ], + "interesting": [ + 137 + ], + "important": [ + 139 + ], + "focuses": [ + 143 + ], + "questions.": [ + 147 + ], + "suggest": [ + 149 + ], + "an": [ + 151 + ], + "increased": [ + 152 + ], + "prediction,": [ + 155 + ], + "rather": [ + 156 + ], + "than": [ + 157 + ], + "explanation,": [ + 158 + ], + "ultimately": [ + 160 + ], + "lead": [ + 161 + ], + "us": [ + 162 + ], + "greater": [ + 164 + ], + "understanding": [ + 165 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 96 + }, + { + "year": 2025, + "cited_by_count": 252 + }, + { + "year": 2024, + "cited_by_count": 244 + }, + { + "year": 2023, + "cited_by_count": 243 + }, + { + "year": 2022, + "cited_by_count": 252 + }, + { + "year": 2021, + "cited_by_count": 274 + }, + { + "year": 2020, + "cited_by_count": 290 + }, + { + "year": 2019, + "cited_by_count": 180 + }, + { + "year": 2018, + "cited_by_count": 107 + }, + { + "year": 2017, + "cited_by_count": 28 + }, + { + "year": 2016, + "cited_by_count": 13 + }, + { + "year": 2014, + "cited_by_count": 1 + }, + { + "year": 2013, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2469230926", + "doi": "https://doi.org/10.1109/tsp.2017.2690524", + "title": "Tensor Decomposition for Signal Processing and Machine Learning", + "display_name": "Tensor Decomposition for Signal Processing and Machine Learning", + "relevance_score": 2578.9434, + "publication_year": 2017, + "publication_date": "2017-04-03", + "ids": { + "openalex": "https://openalex.org/W2469230926", + "doi": "https://doi.org/10.1109/tsp.2017.2690524", + "mag": "2469230926" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1109/tsp.2017.2690524", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/tsp.2017.2690524", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S168680287", + "display_name": "IEEE Transactions on Signal Processing", + "issn_l": "1053-587X", + "issn": [ + "1053-587X", + "1941-0476" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319808", + "host_organization_name": "Institute of Electrical and Electronics Engineers", + "host_organization_lineage": [ + "https://openalex.org/P4310319808" + ], + "host_organization_lineage_names": [ + "Institute of Electrical and Electronics Engineers" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IEEE Transactions on Signal Processing", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "arxiv", + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1607.01668", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5050186120", + "display_name": "Nicholas D. Sidiropoulos", + "orcid": "https://orcid.org/0000-0002-3385-7911" + }, + "institutions": [ + { + "id": "https://openalex.org/I130238516", + "display_name": "University of Minnesota", + "ror": "https://ror.org/017zqws13", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I130238516" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Nicholas D. Sidiropoulos", + "raw_affiliation_strings": [ + "Department of Electrical and Computer Engineering, University of Minnesota, Minneapolis, MN, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Electrical and Computer Engineering, University of Minnesota, Minneapolis, MN, USA", + "institution_ids": [ + "https://openalex.org/I130238516" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5009006026", + "display_name": "Lieven De Lathauwer", + "orcid": "https://orcid.org/0000-0001-5562-5014" + }, + "institutions": [ + { + "id": "https://openalex.org/I99464096", + "display_name": "KU Leuven", + "ror": "https://ror.org/05f950310", + "country_code": "BE", + "type": "education", + "lineage": [ + "https://openalex.org/I99464096" + ] + } + ], + "countries": [ + "BE" + ], + "is_corresponding": false, + "raw_author_name": "Lieven De Lathauwer", + "raw_affiliation_strings": [ + "KU Leuven, Leuven, Belgium" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "KU Leuven, Leuven, Belgium", + "institution_ids": [ + "https://openalex.org/I99464096" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5015075381", + "display_name": "Xiao Fu", + "orcid": "https://orcid.org/0000-0003-4847-9586" + }, + "institutions": [ + { + "id": "https://openalex.org/I130238516", + "display_name": "University of Minnesota", + "ror": "https://ror.org/017zqws13", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I130238516" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Xiao Fu", + "raw_affiliation_strings": [ + "Department of Electrical and Computer Engineering, University of Minnesota, Minneapolis, MN, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Electrical and Computer Engineering, University of Minnesota, Minneapolis, MN, USA", + "institution_ids": [ + "https://openalex.org/I130238516" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5002695199", + "display_name": "Kejun Huang", + "orcid": "https://orcid.org/0000-0002-6460-6365" + }, + "institutions": [ + { + "id": "https://openalex.org/I130238516", + "display_name": "University of Minnesota", + "ror": "https://ror.org/017zqws13", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I130238516" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Kejun Huang", + "raw_affiliation_strings": [ + "Department of Electrical and Computer Engineering, University of Minnesota, Minneapolis, MN, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Electrical and Computer Engineering, University of Minnesota, Minneapolis, MN, USA", + "institution_ids": [ + "https://openalex.org/I130238516" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5054849323", + "display_name": "Evangelos E. Papalexakis", + "orcid": "https://orcid.org/0000-0002-3411-8483" + }, + "institutions": [ + { + "id": "https://openalex.org/I103635307", + "display_name": "University of California, Riverside", + "ror": "https://ror.org/03nawhv43", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I103635307" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Evangelos E. Papalexakis", + "raw_affiliation_strings": [ + "Department of Computer Science, University of California, Riverside, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science, University of California, Riverside, CA, USA", + "institution_ids": [ + "https://openalex.org/I103635307" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5035605036", + "display_name": "Christos Faloutsos", + "orcid": "https://orcid.org/0000-0003-2996-9790" + }, + "institutions": [ + { + "id": "https://openalex.org/I74973139", + "display_name": "Carnegie Mellon University", + "ror": "https://ror.org/05x2bcf33", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I74973139" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Christos Faloutsos", + "raw_affiliation_strings": [ + "Department of Computer Science, Carnegie Mellon University, Pittsburgh, PA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science, Carnegie Mellon University, Pittsburgh, PA, USA", + "institution_ids": [ + "https://openalex.org/I74973139" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 6, + "corresponding_author_ids": [ + "https://openalex.org/A5050186120" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I130238516" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 70.6888, + "has_fulltext": true, + "cited_by_count": 1592, + "citation_normalized_percentile": { + "value": 1.0, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 98, + "max": 100 + }, + "biblio": { + "volume": "65", + "issue": "13", + "first_page": "3551", + "last_page": "3582" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12303", + "display_name": "Tensor decomposition and applications", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/2605", + "display_name": "Computational Mathematics" + }, + "field": { + "id": "https://openalex.org/fields/26", + "display_name": "Mathematics" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12303", + "display_name": "Tensor decomposition and applications", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/2605", + "display_name": "Computational Mathematics" + }, + "field": { + "id": "https://openalex.org/fields/26", + "display_name": "Mathematics" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11269", + "display_name": "Algorithms and Data Compression", + "score": 0.967199981212616, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11447", + "display_name": "Blind Source Separation Techniques", + "score": 0.925000011920929, + "subfield": { + "id": "https://openalex.org/subfields/1711", + "display_name": "Signal Processing" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/tensor", + "display_name": "Tensor (intrinsic definition)", + "score": 0.6821173429489136 + }, + { + "id": "https://openalex.org/keywords/identifiability", + "display_name": "Identifiability", + "score": 0.6632334589958191 + }, + { + "id": "https://openalex.org/keywords/multilinear-algebra", + "display_name": "Multilinear algebra", + "score": 0.6560895442962646 + }, + { + "id": "https://openalex.org/keywords/multilinear-map", + "display_name": "Multilinear map", + "score": 0.6472100615501404 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6300849318504333 + }, + { + "id": "https://openalex.org/keywords/matrix-decomposition", + "display_name": "Matrix decomposition", + "score": 0.5968412160873413 + }, + { + "id": "https://openalex.org/keywords/signal-processing", + "display_name": "Signal processing", + "score": 0.5858262777328491 + }, + { + "id": "https://openalex.org/keywords/rank", + "display_name": "Rank (graph theory)", + "score": 0.4913288652896881 + }, + { + "id": "https://openalex.org/keywords/ranging", + "display_name": "Ranging", + "score": 0.4827932119369507 + }, + { + "id": "https://openalex.org/keywords/subspace-topology", + "display_name": "Subspace topology", + "score": 0.46624651551246643 + }, + { + "id": "https://openalex.org/keywords/statistical-signal-processing", + "display_name": "Statistical signal processing", + "score": 0.45162856578826904 + }, + { + "id": "https://openalex.org/keywords/analytics", + "display_name": "Analytics", + "score": 0.4217430055141449 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.41538673639297485 + }, + { + "id": "https://openalex.org/keywords/theoretical-computer-science", + "display_name": "Theoretical computer science", + "score": 0.38948237895965576 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.3768589496612549 + }, + { + "id": "https://openalex.org/keywords/algebra-over-a-field", + "display_name": "Algebra over a field", + "score": 0.29181069135665894 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.2590547800064087 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.2379186749458313 + }, + { + "id": "https://openalex.org/keywords/digital-signal-processing", + "display_name": "Digital signal processing", + "score": 0.20643731951713562 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C155281189", + "wikidata": "https://www.wikidata.org/wiki/Q3518150", + "display_name": "Tensor (intrinsic definition)", + "level": 2, + "score": 0.6821173429489136 + }, + { + "id": "https://openalex.org/C122770356", + "wikidata": "https://www.wikidata.org/wiki/Q1656753", + "display_name": "Identifiability", + "level": 2, + "score": 0.6632334589958191 + }, + { + "id": "https://openalex.org/C60321788", + "wikidata": "https://www.wikidata.org/wiki/Q1197190", + "display_name": "Multilinear algebra", + "level": 5, + "score": 0.6560895442962646 + }, + { + "id": "https://openalex.org/C84392682", + "wikidata": "https://www.wikidata.org/wiki/Q1952404", + "display_name": "Multilinear map", + "level": 2, + "score": 0.6472100615501404 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6300849318504333 + }, + { + "id": "https://openalex.org/C42355184", + "wikidata": "https://www.wikidata.org/wiki/Q1361088", + "display_name": "Matrix decomposition", + "level": 3, + "score": 0.5968412160873413 + }, + { + "id": "https://openalex.org/C104267543", + "wikidata": "https://www.wikidata.org/wiki/Q208163", + "display_name": "Signal processing", + "level": 3, + "score": 0.5858262777328491 + }, + { + "id": "https://openalex.org/C164226766", + "wikidata": "https://www.wikidata.org/wiki/Q7293202", + "display_name": "Rank (graph theory)", + "level": 2, + "score": 0.4913288652896881 + }, + { + "id": "https://openalex.org/C115051666", + "wikidata": "https://www.wikidata.org/wiki/Q6522493", + "display_name": "Ranging", + "level": 2, + "score": 0.4827932119369507 + }, + { + "id": "https://openalex.org/C32834561", + "wikidata": "https://www.wikidata.org/wiki/Q660730", + "display_name": "Subspace topology", + "level": 2, + "score": 0.46624651551246643 + }, + { + "id": "https://openalex.org/C105125183", + "wikidata": "https://www.wikidata.org/wiki/Q208163", + "display_name": "Statistical signal processing", + "level": 4, + "score": 0.45162856578826904 + }, + { + "id": "https://openalex.org/C79158427", + "wikidata": "https://www.wikidata.org/wiki/Q485396", + "display_name": "Analytics", + "level": 2, + "score": 0.4217430055141449 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.41538673639297485 + }, + { + "id": "https://openalex.org/C80444323", + "wikidata": "https://www.wikidata.org/wiki/Q2878974", + "display_name": "Theoretical computer science", + "level": 1, + "score": 0.38948237895965576 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.3768589496612549 + }, + { + "id": "https://openalex.org/C136119220", + "wikidata": "https://www.wikidata.org/wiki/Q1000660", + "display_name": "Algebra over a field", + "level": 2, + "score": 0.29181069135665894 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.2590547800064087 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.2379186749458313 + }, + { + "id": "https://openalex.org/C84462506", + "wikidata": "https://www.wikidata.org/wiki/Q173142", + "display_name": "Digital signal processing", + "level": 2, + "score": 0.20643731951713562 + }, + { + "id": "https://openalex.org/C114614502", + "wikidata": "https://www.wikidata.org/wiki/Q76592", + "display_name": "Combinatorics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C76155785", + "wikidata": "https://www.wikidata.org/wiki/Q418", + "display_name": "Telecommunications", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C138354692", + "wikidata": "https://www.wikidata.org/wiki/Q1231309", + "display_name": "Division algebra", + "level": 4, + "score": 0.0 + }, + { + "id": "https://openalex.org/C169171071", + "wikidata": "https://www.wikidata.org/wiki/Q5449241", + "display_name": "Filtered algebra", + "level": 3, + "score": 0.0 + }, + { + "id": "https://openalex.org/C202444582", + "wikidata": "https://www.wikidata.org/wiki/Q837863", + "display_name": "Pure mathematics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C62520636", + "wikidata": "https://www.wikidata.org/wiki/Q944", + "display_name": "Quantum mechanics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C158693339", + "wikidata": "https://www.wikidata.org/wiki/Q190524", + "display_name": "Eigenvalues and eigenvectors", + "level": 2, + "score": 0.0 + }, + { + "id": "https://openalex.org/C121332964", + "wikidata": "https://www.wikidata.org/wiki/Q413", + "display_name": "Physics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C9390403", + "wikidata": "https://www.wikidata.org/wiki/Q3966", + "display_name": "Computer hardware", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 3, + "locations": [ + { + "id": "doi:10.1109/tsp.2017.2690524", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/tsp.2017.2690524", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S168680287", + "display_name": "IEEE Transactions on Signal Processing", + "issn_l": "1053-587X", + "issn": [ + "1053-587X", + "1941-0476" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319808", + "host_organization_name": "Institute of Electrical and Electronics Engineers", + "host_organization_lineage": [ + "https://openalex.org/P4310319808" + ], + "host_organization_lineage_names": [ + "Institute of Electrical and Electronics Engineers" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IEEE Transactions on Signal Processing", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:arXiv.org:1607.01668", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1607.01668", + "pdf_url": "https://arxiv.org/pdf/1607.01668", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:lirias2repo.kuleuven.be:123456789/577591", + "is_oa": true, + "landing_page_url": "https://lirias.kuleuven.be/bitstream/123456789/577591/3/sidiropoulos2016tensor.pdf", + "pdf_url": "https://lirias.kuleuven.be/retrieve/eb8ab0fd-a4ff-419b-9ba1-24b97d90fb22", + "source": { + "id": "https://openalex.org/S4306401954", + "display_name": "Lirias (KU Leuven)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I99464096", + "host_organization_name": "KU Leuven", + "host_organization_lineage": [ + "https://openalex.org/I99464096" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "other-oa", + "license_id": "https://openalex.org/licenses/other-oa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "IEEE Transactions on Signal Processing, vol. 65 (13), (3551-3582)", + "raw_type": "info:eu-repo/semantics/publishedVersion" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1607.01668", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1607.01668", + "pdf_url": "https://arxiv.org/pdf/1607.01668", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + "sustainable_development_goals": [ + { + "id": "https://metadata.un.org/sdg/9", + "display_name": "Industry, innovation and infrastructure", + "score": 0.4300000071525574 + } + ], + "awards": [ + { + "id": "https://openalex.org/G1371775621", + "display_name": null, + "funder_award_id": "C16/15/059", + "funder_id": "https://openalex.org/F4320322308", + "funder_display_name": "KU Leuven" + }, + { + "id": "https://openalex.org/G1676009052", + "display_name": null, + "funder_award_id": "CoE EF/05/006", + "funder_id": "https://openalex.org/F4320322308", + "funder_display_name": "KU Leuven" + }, + { + "id": "https://openalex.org/G2832174611", + "display_name": null, + "funder_award_id": "IIS-1247632", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G4104599821", + "display_name": null, + "funder_award_id": "FP7/2007-2013", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G4967211227", + "display_name": "BIGDATA: Mid-Scale: DA: Collaborative Research: Big Tensor Mining: Theory, Scalable Algorithms and Applications", + "funder_award_id": "1247489", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G5519121898", + "display_name": "BIGDATA: Mid-Scale: DA: Collaborative Research: Big Tensor Mining: Theory, Scalable Algorithms and Applications", + "funder_award_id": "1247632", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G5946195615", + "display_name": null, + "funder_award_id": "IIS-1447788", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G6685711771", + "display_name": null, + "funder_award_id": "IIS-1247489", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G6734414162", + "display_name": null, + "funder_award_id": "IUAP P7", + "funder_id": "https://openalex.org/F4320321454", + "funder_display_name": "Belgian Federal Science Policy Office" + }, + { + "id": "https://openalex.org/G8796945004", + "display_name": null, + "funder_award_id": "FP7/2007-2013", + "funder_id": "https://openalex.org/F4320334960", + "funder_display_name": "Seventh Framework Programme" + }, + { + "id": "https://openalex.org/G8907058826", + "display_name": null, + "funder_award_id": "1447788", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320306076", + "display_name": "National Science Foundation", + "ror": "https://ror.org/021nxhr62" + }, + { + "id": "https://openalex.org/F4320321454", + "display_name": "Belgian Federal Science Policy Office", + "ror": "https://ror.org/01fapfv42" + }, + { + "id": "https://openalex.org/F4320322308", + "display_name": "KU Leuven", + "ror": "https://ror.org/05f950310" + }, + { + "id": "https://openalex.org/F4320334678", + "display_name": "European Research Council", + "ror": "https://ror.org/0472cxd90" + }, + { + "id": "https://openalex.org/F4320334960", + "display_name": "Seventh Framework Programme", + "ror": "https://ror.org/00k4n6c32" + } + ], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 174, + "referenced_works": [ + "https://openalex.org/W40848148", + "https://openalex.org/W49160414", + "https://openalex.org/W50417968", + "https://openalex.org/W94565353", + "https://openalex.org/W104065991", + "https://openalex.org/W111803032", + "https://openalex.org/W182499956", + "https://openalex.org/W227277429", + "https://openalex.org/W303777154", + "https://openalex.org/W343638764", + "https://openalex.org/W1500188831", + "https://openalex.org/W1511885491", + "https://openalex.org/W1525270046", + "https://openalex.org/W1539811621", + "https://openalex.org/W1562564874", + "https://openalex.org/W1590929617", + "https://openalex.org/W1632866817", + "https://openalex.org/W1682665945", + "https://openalex.org/W1755563775", + "https://openalex.org/W1850275953", + "https://openalex.org/W1852495720", + "https://openalex.org/W1870083876", + "https://openalex.org/W1964650132", + "https://openalex.org/W1965392255", + "https://openalex.org/W1966845080", + "https://openalex.org/W1967077133", + "https://openalex.org/W1969082792", + "https://openalex.org/W1970195563", + "https://openalex.org/W1973246170", + "https://openalex.org/W1974785908", + "https://openalex.org/W1978259121", + "https://openalex.org/W1980906180", + "https://openalex.org/W1982725637", + "https://openalex.org/W1989811026", + "https://openalex.org/W1993482030", + "https://openalex.org/W2000045479", + "https://openalex.org/W2000215628", + "https://openalex.org/W2008560788", + "https://openalex.org/W2008751154", + "https://openalex.org/W2008972618", + "https://openalex.org/W2009235538", + "https://openalex.org/W2009685860", + "https://openalex.org/W2010417247", + "https://openalex.org/W2011179711", + "https://openalex.org/W2013912476", + "https://openalex.org/W2014565165", + "https://openalex.org/W2014617517", + "https://openalex.org/W2017948584", + "https://openalex.org/W2018282388", + "https://openalex.org/W2019219605", + "https://openalex.org/W2024165284", + "https://openalex.org/W2024166170", + "https://openalex.org/W2027559251", + "https://openalex.org/W2030790903", + "https://openalex.org/W2033332370", + "https://openalex.org/W2033393326", + "https://openalex.org/W2038920431", + "https://openalex.org/W2042901969", + "https://openalex.org/W2043034352", + "https://openalex.org/W2044777402", + "https://openalex.org/W2044901395", + "https://openalex.org/W2047680880", + "https://openalex.org/W2049063033", + "https://openalex.org/W2049878767", + "https://openalex.org/W2050968963", + "https://openalex.org/W2057503509", + "https://openalex.org/W2058236771", + "https://openalex.org/W2066392792", + "https://openalex.org/W2068425868", + "https://openalex.org/W2070013413", + "https://openalex.org/W2070135644", + "https://openalex.org/W2072139290", + "https://openalex.org/W2072509929", + "https://openalex.org/W2076214866", + "https://openalex.org/W2076603483", + "https://openalex.org/W2078314058", + "https://openalex.org/W2078465266", + "https://openalex.org/W2079705627", + "https://openalex.org/W2081106919", + "https://openalex.org/W2081504597", + "https://openalex.org/W2084313768", + "https://openalex.org/W2086261631", + "https://openalex.org/W2090705694", + "https://openalex.org/W2098171862", + "https://openalex.org/W2101641981", + "https://openalex.org/W2102892751", + "https://openalex.org/W2102937240", + "https://openalex.org/W2103392911", + "https://openalex.org/W2103537693", + "https://openalex.org/W2105186495", + "https://openalex.org/W2105724942", + "https://openalex.org/W2106221905", + "https://openalex.org/W2108138101", + "https://openalex.org/W2110322013", + "https://openalex.org/W2111885075", + "https://openalex.org/W2112487361", + "https://openalex.org/W2113055885", + "https://openalex.org/W2118550318", + "https://openalex.org/W2119412403", + "https://openalex.org/W2119741678", + "https://openalex.org/W2120186527", + "https://openalex.org/W2121739212", + "https://openalex.org/W2128203095", + "https://openalex.org/W2129914124", + "https://openalex.org/W2130026668", + "https://openalex.org/W2130629120", + "https://openalex.org/W2131746221", + "https://openalex.org/W2132639093", + "https://openalex.org/W2136023375", + "https://openalex.org/W2136559714", + "https://openalex.org/W2138996475", + "https://openalex.org/W2140862024", + "https://openalex.org/W2141280932", + "https://openalex.org/W2142486198", + "https://openalex.org/W2142638745", + "https://openalex.org/W2144070955", + "https://openalex.org/W2148507357", + "https://openalex.org/W2150059498", + "https://openalex.org/W2150204240", + "https://openalex.org/W2150273584", + "https://openalex.org/W2151139595", + "https://openalex.org/W2152044198", + "https://openalex.org/W2157615762", + "https://openalex.org/W2158218920", + "https://openalex.org/W2158670239", + "https://openalex.org/W2164278908", + "https://openalex.org/W2167083368", + "https://openalex.org/W2167430018", + "https://openalex.org/W2170668800", + "https://openalex.org/W2172195418", + "https://openalex.org/W2181680249", + "https://openalex.org/W2191558661", + "https://openalex.org/W2195165862", + "https://openalex.org/W2237941226", + "https://openalex.org/W2258054274", + "https://openalex.org/W2264065105", + "https://openalex.org/W2282347063", + "https://openalex.org/W2294755503", + "https://openalex.org/W2295739661", + "https://openalex.org/W2296319761", + "https://openalex.org/W2298042388", + "https://openalex.org/W2322520062", + "https://openalex.org/W2328976642", + "https://openalex.org/W2396803706", + "https://openalex.org/W2404578340", + "https://openalex.org/W2490308495", + "https://openalex.org/W2528907418", + "https://openalex.org/W2592422147", + "https://openalex.org/W2595142274", + "https://openalex.org/W2614404377", + "https://openalex.org/W2949940479", + "https://openalex.org/W2964313686", + "https://openalex.org/W3011953977", + "https://openalex.org/W3098973674", + "https://openalex.org/W3104141160", + "https://openalex.org/W3104226882", + "https://openalex.org/W3118552534", + "https://openalex.org/W4236462140", + "https://openalex.org/W4242209908", + "https://openalex.org/W4244393449", + "https://openalex.org/W4250589301", + "https://openalex.org/W4251986282", + "https://openalex.org/W4285719527", + "https://openalex.org/W4292363360", + "https://openalex.org/W4295910354", + "https://openalex.org/W4301014524", + "https://openalex.org/W6603861661", + "https://openalex.org/W6636705969", + "https://openalex.org/W6676039487", + "https://openalex.org/W6676820125", + "https://openalex.org/W6681015807", + "https://openalex.org/W6681780477", + "https://openalex.org/W6687535707", + "https://openalex.org/W6787650870" + ], + "related_works": [ + "https://openalex.org/W2071105597", + "https://openalex.org/W2242909499", + "https://openalex.org/W2405717268", + "https://openalex.org/W2946637708", + "https://openalex.org/W4235893778", + "https://openalex.org/W2100779717", + "https://openalex.org/W2901391673", + "https://openalex.org/W4376274937", + "https://openalex.org/W3189506985", + "https://openalex.org/W3022422766" + ], + "abstract_inverted_index": { + "Tensors": [ + 0, + 33 + ], + "or": [ + 1, + 8 + ], + "multiway": [ + 2 + ], + "arrays": [ + 3 + ], + "are": [ + 4, + 23 + ], + "functions": [ + 5, + 24 + ], + "of": [ + 6, + 25, + 63, + 112, + 174, + 178 + ], + "three": [ + 7 + ], + "more": [ + 9 + ], + "indices": [ + 10, + 27 + ], + "(i,": [ + 11 + ], + "j,": [ + 12 + ], + "k,": [ + 13 + ], + ".": [ + 14, + 15, + 16 + ], + ")-similar": [ + 17 + ], + "to": [ + 18, + 76, + 107, + 130, + 184, + 196 + ], + "matrices": [ + 19 + ], + "(two-way": [ + 20 + ], + "arrays),": [ + 21 + ], + "which": [ + 22 + ], + "two": [ + 26 + ], + "(r,": [ + 28 + ], + "c)": [ + 29 + ], + "for": [ + 30, + 82 + ], + "(row,": [ + 31 + ], + "column).": [ + 32 + ], + "have": [ + 34, + 50 + ], + "a": [ + 35, + 41, + 78 + ], + "rich": [ + 36 + ], + "history,": [ + 37 + ], + "stretching": [ + 38 + ], + "over": [ + 39 + ], + "almost": [ + 40 + ], + "century,": [ + 42 + ], + "and": [ + 43, + 57, + 69, + 84, + 90, + 100, + 114, + 128, + 139, + 158, + 165, + 168, + 190, + 200, + 204 + ], + "touching": [ + 44 + ], + "upon": [ + 45 + ], + "numerous": [ + 46 + ], + "disciplines;": [ + 47 + ], + "but": [ + 48, + 148 + ], + "they": [ + 49 + ], + "only": [ + 51 + ], + "recently": [ + 52 + ], + "become": [ + 53 + ], + "ubiquitous": [ + 54 + ], + "in": [ + 55, + 87, + 125, + 143 + ], + "signal": [ + 56, + 64 + ], + "data": [ + 58, + 67 + ], + "analytics": [ + 59 + ], + "at": [ + 60 + ], + "the": [ + 61 + ], + "confluence": [ + 62 + ], + "processing,": [ + 65 + ], + "statistics,": [ + 66 + ], + "mining,": [ + 68 + ], + "machine": [ + 70 + ], + "learning.": [ + 71, + 207 + ], + "This": [ + 72 + ], + "overview": [ + 73 + ], + "article": [ + 74 + ], + "aims": [ + 75 + ], + "provide": [ + 77 + ], + "good": [ + 79, + 172 + ], + "starting": [ + 80 + ], + "point": [ + 81 + ], + "researchers": [ + 83 + ], + "practitioners": [ + 85 + ], + "interested": [ + 86 + ], + "learning": [ + 88 + ], + "about": [ + 89 + ], + "working": [ + 91 + ], + "with": [ + 92 + ], + "tensors.": [ + 93 + ], + "As": [ + 94 + ], + "such,": [ + 95 + ], + "it": [ + 96 + ], + "focuses": [ + 97 + ], + "on": [ + 98 + ], + "fundamentals": [ + 99 + ], + "motivation": [ + 101 + ], + "(using": [ + 102 + ], + "various": [ + 103 + ], + "application": [ + 104 + ], + "examples),": [ + 105 + ], + "aiming": [ + 106 + ], + "strike": [ + 108 + ], + "an": [ + 109 + ], + "appropriate": [ + 110 + ], + "balance": [ + 111 + ], + "breadth": [ + 113 + ], + "depth": [ + 115 + ], + "that": [ + 116 + ], + "will": [ + 117 + ], + "enable": [ + 118 + ], + "someone": [ + 119 + ], + "having": [ + 120 + ], + "taken": [ + 121 + ], + "first": [ + 122 + ], + "graduate": [ + 123 + ], + "courses": [ + 124 + ], + "matrix": [ + 126 + ], + "algebra": [ + 127 + ], + "probability": [ + 129 + ], + "get": [ + 131 + ], + "started": [ + 132 + ], + "doing": [ + 133 + ], + "research": [ + 134 + ], + "and/or": [ + 135 + ], + "developing": [ + 136 + ], + "tensor": [ + 137, + 156, + 162 + ], + "algorithms": [ + 138, + 179 + ], + "software.": [ + 140 + ], + "Some": [ + 141 + ], + "background": [ + 142 + ], + "applied": [ + 144 + ], + "optimization": [ + 145, + 183 + ], + "is": [ + 146 + ], + "useful": [ + 147 + ], + "not": [ + 149 + ], + "strictly": [ + 150 + ], + "required.": [ + 151 + ], + "The": [ + 152 + ], + "material": [ + 153 + ], + "covered": [ + 154 + ], + "includes": [ + 155 + ], + "rank": [ + 157, + 159 + ], + "decomposition;": [ + 160 + ], + "basic": [ + 161 + ], + "factorization": [ + 163 + ], + "models": [ + 164 + ], + "their": [ + 166 + ], + "relationships": [ + 167 + ], + "properties": [ + 169 + ], + "(including": [ + 170 + ], + "fairly": [ + 171 + ], + "coverage": [ + 173, + 177 + ], + "identifiability);": [ + 175 + ], + "broad": [ + 176 + ], + "ranging": [ + 180, + 192 + ], + "from": [ + 181, + 193 + ], + "alternating": [ + 182 + ], + "stochastic": [ + 185 + ], + "gradient;": [ + 186 + ], + "statistical": [ + 187 + ], + "performance": [ + 188 + ], + "analysis;": [ + 189 + ], + "applications": [ + 191 + ], + "source": [ + 194 + ], + "separation": [ + 195 + ], + "collaborative": [ + 197 + ], + "filtering,": [ + 198 + ], + "mixture": [ + 199 + ], + "topic": [ + 201 + ], + "modeling,": [ + 202 + ], + "classification,": [ + 203 + ], + "multilinear": [ + 205 + ], + "subspace": [ + 206 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 50 + }, + { + "year": 2025, + "cited_by_count": 180 + }, + { + "year": 2024, + "cited_by_count": 149 + }, + { + "year": 2023, + "cited_by_count": 151 + }, + { + "year": 2022, + "cited_by_count": 216 + }, + { + "year": 2021, + "cited_by_count": 245 + }, + { + "year": 2020, + "cited_by_count": 223 + }, + { + "year": 2019, + "cited_by_count": 200 + }, + { + "year": 2018, + "cited_by_count": 129 + }, + { + "year": 2017, + "cited_by_count": 43 + }, + { + "year": 2016, + "cited_by_count": 6 + } + ], + "updated_date": "2026-05-21T09:19:25.381259", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2588978745", + "doi": "https://doi.org/10.1148/rg.2017160130", + "title": "Machine Learning for Medical Imaging", + "display_name": "Machine Learning for Medical Imaging", + "relevance_score": 2574.7307, + "publication_year": 2017, + "publication_date": "2017-02-17", + "ids": { + "openalex": "https://openalex.org/W2588978745", + "doi": "https://doi.org/10.1148/rg.2017160130", + "mag": "2588978745", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/28212054" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1148/rg.2017160130", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1148/rg.2017160130", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S26381749", + "display_name": "Radiographics", + "issn_l": "0271-5333", + "issn": [ + "0271-5333", + "1527-1323" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315931", + "host_organization_name": "Radiological Society of North America", + "host_organization_lineage": [ + "https://openalex.org/P4310315931" + ], + "host_organization_lineage_names": [ + "Radiological Society of North America" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "RadioGraphics", + "raw_type": "journal-article" + }, + "type": "review", + "indexed_in": [ + "crossref", + "pubmed" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5008832314", + "display_name": "Bradley J. Erickson", + "orcid": "https://orcid.org/0000-0001-7926-6095" + }, + "institutions": [ + { + "id": "https://openalex.org/I1330342723", + "display_name": "Mayo Clinic", + "ror": "https://ror.org/02qp3tb03", + "country_code": "US", + "type": "funder", + "lineage": [ + "https://openalex.org/I1330342723" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Bradley J. Erickson", + "raw_affiliation_strings": [ + "From the Department of Radiology, Mayo Clinic, 200 First St SW, Rochester, MN 55905" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "From the Department of Radiology, Mayo Clinic, 200 First St SW, Rochester, MN 55905", + "institution_ids": [ + "https://openalex.org/I1330342723" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5053303391", + "display_name": "Panagiotis Korfiatis", + "orcid": "https://orcid.org/0000-0003-2516-1751" + }, + "institutions": [ + { + "id": "https://openalex.org/I1330342723", + "display_name": "Mayo Clinic", + "ror": "https://ror.org/02qp3tb03", + "country_code": "US", + "type": "funder", + "lineage": [ + "https://openalex.org/I1330342723" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Panagiotis Korfiatis", + "raw_affiliation_strings": [ + "From the Department of Radiology, Mayo Clinic, 200 First St SW, Rochester, MN 55905" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "From the Department of Radiology, Mayo Clinic, 200 First St SW, Rochester, MN 55905", + "institution_ids": [ + "https://openalex.org/I1330342723" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5052077725", + "display_name": "Zeynettin Akkus", + "orcid": "https://orcid.org/0000-0003-3920-1515" + }, + "institutions": [ + { + "id": "https://openalex.org/I1330342723", + "display_name": "Mayo Clinic", + "ror": "https://ror.org/02qp3tb03", + "country_code": "US", + "type": "funder", + "lineage": [ + "https://openalex.org/I1330342723" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Zeynettin Akkus", + "raw_affiliation_strings": [ + "From the Department of Radiology, Mayo Clinic, 200 First St SW, Rochester, MN 55905" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "From the Department of Radiology, Mayo Clinic, 200 First St SW, Rochester, MN 55905", + "institution_ids": [ + "https://openalex.org/I1330342723" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5016336723", + "display_name": "Timothy L. Kline", + "orcid": "https://orcid.org/0000-0002-7917-9853" + }, + "institutions": [ + { + "id": "https://openalex.org/I1330342723", + "display_name": "Mayo Clinic", + "ror": "https://ror.org/02qp3tb03", + "country_code": "US", + "type": "funder", + "lineage": [ + "https://openalex.org/I1330342723" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Timothy L. Kline", + "raw_affiliation_strings": [ + "From the Department of Radiology, Mayo Clinic, 200 First St SW, Rochester, MN 55905" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "From the Department of Radiology, Mayo Clinic, 200 First St SW, Rochester, MN 55905", + "institution_ids": [ + "https://openalex.org/I1330342723" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 4, + "corresponding_author_ids": [ + "https://openalex.org/A5008832314" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I1330342723" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 85.739, + "has_fulltext": false, + "cited_by_count": 1621, + "citation_normalized_percentile": { + "value": 0.99931345, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "37", + "issue": "2", + "first_page": "505", + "last_page": "515" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10862", + "display_name": "AI in cancer detection", + "score": 0.9991999864578247, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10862", + "display_name": "AI in cancer detection", + "score": 0.9991999864578247, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12422", + "display_name": "Radiomics and Machine Learning in Medical Imaging", + "score": 0.9991000294685364, + "subfield": { + "id": "https://openalex.org/subfields/2741", + "display_name": "Radiology, Nuclear Medicine and Imaging" + }, + "field": { + "id": "https://openalex.org/fields/27", + "display_name": "Medicine" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + }, + { + "id": "https://openalex.org/T11775", + "display_name": "COVID-19 diagnosis using AI", + "score": 0.994700014591217, + "subfield": { + "id": "https://openalex.org/subfields/2741", + "display_name": "Radiology, Nuclear Medicine and Imaging" + }, + "field": { + "id": "https://openalex.org/fields/27", + "display_name": "Medicine" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.7838993072509766 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.7787308096885681 + }, + { + "id": "https://openalex.org/keywords/medical-diagnosis", + "display_name": "Medical diagnosis", + "score": 0.6961835026741028 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.5870267152786255 + }, + { + "id": "https://openalex.org/keywords/medical-imaging", + "display_name": "Medical imaging", + "score": 0.5376978516578674 + }, + { + "id": "https://openalex.org/keywords/rendering", + "display_name": "Rendering (computer graphics)", + "score": 0.5225207805633545 + }, + { + "id": "https://openalex.org/keywords/feature", + "display_name": "Feature (linguistics)", + "score": 0.4827798902988434 + }, + { + "id": "https://openalex.org/keywords/process", + "display_name": "Process (computing)", + "score": 0.46324601769447327 + }, + { + "id": "https://openalex.org/keywords/identification", + "display_name": "Identification (biology)", + "score": 0.4527209401130676 + }, + { + "id": "https://openalex.org/keywords/deep-learning", + "display_name": "Deep learning", + "score": 0.4446392059326172 + }, + { + "id": "https://openalex.org/keywords/metric", + "display_name": "Metric (unit)", + "score": 0.4362000823020935 + }, + { + "id": "https://openalex.org/keywords/medicine", + "display_name": "Medicine", + "score": 0.2772611975669861 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.7838993072509766 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.7787308096885681 + }, + { + "id": "https://openalex.org/C534262118", + "wikidata": "https://www.wikidata.org/wiki/Q177719", + "display_name": "Medical diagnosis", + "level": 2, + "score": 0.6961835026741028 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.5870267152786255 + }, + { + "id": "https://openalex.org/C31601959", + "wikidata": "https://www.wikidata.org/wiki/Q931309", + "display_name": "Medical imaging", + "level": 2, + "score": 0.5376978516578674 + }, + { + "id": "https://openalex.org/C205711294", + "wikidata": "https://www.wikidata.org/wiki/Q176953", + "display_name": "Rendering (computer graphics)", + "level": 2, + "score": 0.5225207805633545 + }, + { + "id": "https://openalex.org/C2776401178", + "wikidata": "https://www.wikidata.org/wiki/Q12050496", + "display_name": "Feature (linguistics)", + "level": 2, + "score": 0.4827798902988434 + }, + { + "id": "https://openalex.org/C98045186", + "wikidata": "https://www.wikidata.org/wiki/Q205663", + "display_name": "Process (computing)", + "level": 2, + "score": 0.46324601769447327 + }, + { + "id": "https://openalex.org/C116834253", + "wikidata": "https://www.wikidata.org/wiki/Q2039217", + "display_name": "Identification (biology)", + "level": 2, + "score": 0.4527209401130676 + }, + { + "id": "https://openalex.org/C108583219", + "wikidata": "https://www.wikidata.org/wiki/Q197536", + "display_name": "Deep learning", + "level": 2, + "score": 0.4446392059326172 + }, + { + "id": "https://openalex.org/C176217482", + "wikidata": "https://www.wikidata.org/wiki/Q860554", + "display_name": "Metric (unit)", + "level": 2, + "score": 0.4362000823020935 + }, + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.2772611975669861 + }, + { + "id": "https://openalex.org/C142724271", + "wikidata": "https://www.wikidata.org/wiki/Q7208", + "display_name": "Pathology", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C41895202", + "wikidata": "https://www.wikidata.org/wiki/Q8162", + "display_name": "Linguistics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C138885662", + "wikidata": "https://www.wikidata.org/wiki/Q5891", + "display_name": "Philosophy", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C59822182", + "wikidata": "https://www.wikidata.org/wiki/Q441", + "display_name": "Botany", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C162324750", + "wikidata": "https://www.wikidata.org/wiki/Q8134", + "display_name": "Economics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C86803240", + "wikidata": "https://www.wikidata.org/wiki/Q420", + "display_name": "Biology", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C21547014", + "wikidata": "https://www.wikidata.org/wiki/Q1423657", + "display_name": "Operations management", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C111919701", + "wikidata": "https://www.wikidata.org/wiki/Q9135", + "display_name": "Operating system", + "level": 1, + "score": 0.0 + } + ], + "mesh": [ + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D003952", + "descriptor_name": "Diagnostic Imaging", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D003952", + "descriptor_name": "Diagnostic Imaging", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D003952", + "descriptor_name": "Diagnostic Imaging", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D007090", + "descriptor_name": "Image Interpretation, Computer-Assisted", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D007090", + "descriptor_name": "Image Interpretation, Computer-Assisted", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D007090", + "descriptor_name": "Image Interpretation, Computer-Assisted", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + } + ], + "locations_count": 3, + "locations": [ + { + "id": "doi:10.1148/rg.2017160130", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1148/rg.2017160130", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S26381749", + "display_name": "Radiographics", + "issn_l": "0271-5333", + "issn": [ + "0271-5333", + "1527-1323" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315931", + "host_organization_name": "Radiological Society of North America", + "host_organization_lineage": [ + "https://openalex.org/P4310315931" + ], + "host_organization_lineage_names": [ + "Radiological Society of North America" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "RadioGraphics", + "raw_type": "journal-article" + }, + { + "id": "pmid:28212054", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/28212054", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Radiographics : a review publication of the Radiological Society of North America, Inc", + "raw_type": null + }, + { + "id": "pmh:oai:europepmc.org:4343850", + "is_oa": false, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/5375621", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400806", + "display_name": "Europe PMC (PubMed Central)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1303153112", + "host_organization_name": "European Bioinformatics Institute", + "host_organization_lineage": [ + "https://openalex.org/I1303153112" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "Text" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "id": "https://metadata.un.org/sdg/4", + "display_name": "Quality Education", + "score": 0.49000000953674316 + } + ], + "awards": [ + { + "id": "https://openalex.org/G392204494", + "display_name": null, + "funder_award_id": "DK90728", + "funder_id": "https://openalex.org/F4320337351", + "funder_display_name": "National Cancer Institute" + }, + { + "id": "https://openalex.org/G7637728122", + "display_name": null, + "funder_award_id": "206g16a", + "funder_id": "https://openalex.org/F4320306478", + "funder_display_name": "PKD Foundation" + }, + { + "id": "https://openalex.org/G7783623847", + "display_name": null, + "funder_award_id": "CA160045", + "funder_id": "https://openalex.org/F4320337351", + "funder_display_name": "National Cancer Institute" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320306478", + "display_name": "PKD Foundation", + "ror": "https://ror.org/05g0xkn45" + }, + { + "id": "https://openalex.org/F4320337351", + "display_name": "National Cancer Institute", + "ror": "https://ror.org/040gcmg81" + } + ], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 59, + "referenced_works": [ + "https://openalex.org/W56743589", + "https://openalex.org/W1481460540", + "https://openalex.org/W1485026097", + "https://openalex.org/W1539741229", + "https://openalex.org/W1563088657", + "https://openalex.org/W1597405158", + "https://openalex.org/W1632778076", + "https://openalex.org/W1945544474", + "https://openalex.org/W1971022913", + "https://openalex.org/W1972070393", + "https://openalex.org/W1977513632", + "https://openalex.org/W1981552604", + "https://openalex.org/W1984992673", + "https://openalex.org/W1990368529", + "https://openalex.org/W1995450389", + "https://openalex.org/W1998871699", + "https://openalex.org/W2014711341", + "https://openalex.org/W2028053538", + "https://openalex.org/W2032026767", + "https://openalex.org/W2050997943", + "https://openalex.org/W2052604140", + "https://openalex.org/W2062227835", + "https://openalex.org/W2067191022", + "https://openalex.org/W2080915836", + "https://openalex.org/W2083780116", + "https://openalex.org/W2095705004", + "https://openalex.org/W2096798358", + "https://openalex.org/W2097117768", + "https://openalex.org/W2100736366", + "https://openalex.org/W2103868202", + "https://openalex.org/W2112525988", + "https://openalex.org/W2112796928", + "https://openalex.org/W2117539524", + "https://openalex.org/W2119387367", + "https://openalex.org/W2120111102", + "https://openalex.org/W2122111042", + "https://openalex.org/W2123498585", + "https://openalex.org/W2130623086", + "https://openalex.org/W2137983211", + "https://openalex.org/W2142730785", + "https://openalex.org/W2144412017", + "https://openalex.org/W2145343783", + "https://openalex.org/W2165428595", + "https://openalex.org/W2168217710", + "https://openalex.org/W2248644291", + "https://openalex.org/W2271840356", + "https://openalex.org/W2573231840", + "https://openalex.org/W2604272474", + "https://openalex.org/W2911964244", + "https://openalex.org/W3017143921", + "https://openalex.org/W3022861191", + "https://openalex.org/W3104887532", + "https://openalex.org/W4212883601", + "https://openalex.org/W4234556776", + "https://openalex.org/W4236137412", + "https://openalex.org/W4246484440", + "https://openalex.org/W4299689471", + "https://openalex.org/W6636708973", + "https://openalex.org/W6674914833" + ], + "related_works": [ + "https://openalex.org/W4249377076", + "https://openalex.org/W4210389441", + "https://openalex.org/W4375867731", + "https://openalex.org/W2395241803", + "https://openalex.org/W2003211637", + "https://openalex.org/W2021488205", + "https://openalex.org/W3024479225", + "https://openalex.org/W3171371563", + "https://openalex.org/W2995680918", + "https://openalex.org/W3003847115" + ], + "abstract_inverted_index": { + "RSNA,": [ + 0 + ], + "2017.": [ + 1 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 49 + }, + { + "year": 2025, + "cited_by_count": 189 + }, + { + "year": 2024, + "cited_by_count": 209 + }, + { + "year": 2023, + "cited_by_count": 278 + }, + { + "year": 2022, + "cited_by_count": 212 + }, + { + "year": 2021, + "cited_by_count": 266 + }, + { + "year": 2020, + "cited_by_count": 186 + }, + { + "year": 2019, + "cited_by_count": 140 + }, + { + "year": 2018, + "cited_by_count": 63 + }, + { + "year": 2017, + "cited_by_count": 23 + }, + { + "year": 2015, + "cited_by_count": 2 + }, + { + "year": 2014, + "cited_by_count": 1 + }, + { + "year": 2012, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-28T09:10:13.091523", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W1985987493", + "doi": "https://doi.org/10.1109/sp.2010.25", + "title": "Outside the Closed World: On Using Machine Learning for Network Intrusion Detection", + "display_name": "Outside the Closed World: On Using Machine Learning for Network Intrusion Detection", + "relevance_score": 2572.3384, + "publication_year": 2010, + "publication_date": "2010-01-01", + "ids": { + "openalex": "https://openalex.org/W1985987493", + "doi": "https://doi.org/10.1109/sp.2010.25", + "mag": "1985987493" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1109/sp.2010.25", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/sp.2010.25", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "2010 IEEE Symposium on Security and Privacy", + "raw_type": "proceedings-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5015612893", + "display_name": "Robin Sommer", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1297971548", + "display_name": "International Computer Science Institute", + "ror": "https://ror.org/01ewh7m12", + "country_code": "US", + "type": "nonprofit", + "lineage": [ + "https://openalex.org/I1297971548" + ] + }, + { + "id": "https://openalex.org/I148283060", + "display_name": "Lawrence Berkeley National Laboratory", + "ror": "https://ror.org/02jbv0t02", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I1330989302", + "https://openalex.org/I148283060", + "https://openalex.org/I39565521" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Robin Sommer", + "raw_affiliation_strings": [ + "Lawrence Berkeley National Laboratory, International Computer Science Institute, USA", + "Int. Comput. Sci. Inst., Lawrence Berkeley Nat. Lab., Berkeley, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Lawrence Berkeley National Laboratory, International Computer Science Institute, USA", + "institution_ids": [ + "https://openalex.org/I1297971548", + "https://openalex.org/I148283060" + ] + }, + { + "raw_affiliation_string": "Int. Comput. Sci. Inst., Lawrence Berkeley Nat. Lab., Berkeley, CA, USA", + "institution_ids": [ + "https://openalex.org/I148283060" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5002219113", + "display_name": "Vern Paxson", + "orcid": "https://orcid.org/0009-0005-2673-543X" + }, + "institutions": [ + { + "id": "https://openalex.org/I1297971548", + "display_name": "International Computer Science Institute", + "ror": "https://ror.org/01ewh7m12", + "country_code": "US", + "type": "nonprofit", + "lineage": [ + "https://openalex.org/I1297971548" + ] + }, + { + "id": "https://openalex.org/I95457486", + "display_name": "University of California, Berkeley", + "ror": "https://ror.org/01an7q238", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I95457486" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Vern Paxson", + "raw_affiliation_strings": [ + "International Computer Science Institute, University of California, Berkeley, USA", + "Int. Comput. Sci. Inst., Univ. of California, Berkeley, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "International Computer Science Institute, University of California, Berkeley, USA", + "institution_ids": [ + "https://openalex.org/I1297971548", + "https://openalex.org/I95457486" + ] + }, + { + "raw_affiliation_string": "Int. Comput. Sci. Inst., Univ. of California, Berkeley, CA, USA", + "institution_ids": [ + "https://openalex.org/I95457486" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5015612893" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I1297971548", + "https://openalex.org/I148283060" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 53.672, + "has_fulltext": false, + "cited_by_count": 1825, + "citation_normalized_percentile": { + "value": 0.99950792, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": "305", + "last_page": "316" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10400", + "display_name": "Network Security and Intrusion Detection", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/1705", + "display_name": "Computer Networks and Communications" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10400", + "display_name": "Network Security and Intrusion Detection", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/1705", + "display_name": "Computer Networks and Communications" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11598", + "display_name": "Internet Traffic Analysis and Secure E-voting", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11512", + "display_name": "Anomaly Detection Techniques and Applications", + "score": 0.9995999932289124, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/intrusion-detection-system", + "display_name": "Intrusion detection system", + "score": 0.8441348075866699 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7383659482002258 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6644471883773804 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6305571794509888 + }, + { + "id": "https://openalex.org/keywords/anomaly-detection", + "display_name": "Anomaly detection", + "score": 0.6277502179145813 + }, + { + "id": "https://openalex.org/keywords/anomaly-based-intrusion-detection-system", + "display_name": "Anomaly-based intrusion detection system", + "score": 0.5756117701530457 + }, + { + "id": "https://openalex.org/keywords/task", + "display_name": "Task (project management)", + "score": 0.4769274592399597 + }, + { + "id": "https://openalex.org/keywords/intrusion", + "display_name": "Intrusion", + "score": 0.4673961102962494 + }, + { + "id": "https://openalex.org/keywords/set", + "display_name": "Set (abstract data type)", + "score": 0.4657863676548004 + }, + { + "id": "https://openalex.org/keywords/intrusion-prevention-system", + "display_name": "Intrusion prevention system", + "score": 0.45944297313690186 + }, + { + "id": "https://openalex.org/keywords/learning-network", + "display_name": "Learning network", + "score": 0.4306923449039459 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.339436411857605 + }, + { + "id": "https://openalex.org/keywords/engineering", + "display_name": "Engineering", + "score": 0.18274590373039246 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C35525427", + "wikidata": "https://www.wikidata.org/wiki/Q745881", + "display_name": "Intrusion detection system", + "level": 2, + "score": 0.8441348075866699 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7383659482002258 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6644471883773804 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6305571794509888 + }, + { + "id": "https://openalex.org/C739882", + "wikidata": "https://www.wikidata.org/wiki/Q3560506", + "display_name": "Anomaly detection", + "level": 2, + "score": 0.6277502179145813 + }, + { + "id": "https://openalex.org/C137524506", + "wikidata": "https://www.wikidata.org/wiki/Q2247688", + "display_name": "Anomaly-based intrusion detection system", + "level": 3, + "score": 0.5756117701530457 + }, + { + "id": "https://openalex.org/C2780451532", + "wikidata": "https://www.wikidata.org/wiki/Q759676", + "display_name": "Task (project management)", + "level": 2, + "score": 0.4769274592399597 + }, + { + "id": "https://openalex.org/C158251709", + "wikidata": "https://www.wikidata.org/wiki/Q354025", + "display_name": "Intrusion", + "level": 2, + "score": 0.4673961102962494 + }, + { + "id": "https://openalex.org/C177264268", + "wikidata": "https://www.wikidata.org/wiki/Q1514741", + "display_name": "Set (abstract data type)", + "level": 2, + "score": 0.4657863676548004 + }, + { + "id": "https://openalex.org/C27061796", + "wikidata": "https://www.wikidata.org/wiki/Q745881", + "display_name": "Intrusion prevention system", + "level": 3, + "score": 0.45944297313690186 + }, + { + "id": "https://openalex.org/C2987015589", + "wikidata": "https://www.wikidata.org/wiki/Q1040098", + "display_name": "Learning network", + "level": 2, + "score": 0.4306923449039459 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.339436411857605 + }, + { + "id": "https://openalex.org/C127413603", + "wikidata": "https://www.wikidata.org/wiki/Q11023", + "display_name": "Engineering", + "level": 0, + "score": 0.18274590373039246 + }, + { + "id": "https://openalex.org/C127313418", + "wikidata": "https://www.wikidata.org/wiki/Q1069", + "display_name": "Geology", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C17409809", + "wikidata": "https://www.wikidata.org/wiki/Q161764", + "display_name": "Geochemistry", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C201995342", + "wikidata": "https://www.wikidata.org/wiki/Q682496", + "display_name": "Systems engineering", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "doi:10.1109/sp.2010.25", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/sp.2010.25", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "2010 IEEE Symposium on Security and Privacy", + "raw_type": "proceedings-article" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.212.1482", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.212.1482", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.icir.org/robin/papers/oakland10-ml.pdf", + "raw_type": "text" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 73, + "referenced_works": [ + "https://openalex.org/W6091113", + "https://openalex.org/W105475431", + "https://openalex.org/W191098608", + "https://openalex.org/W1490025813", + "https://openalex.org/W1490760466", + "https://openalex.org/W1510508184", + "https://openalex.org/W1512586648", + "https://openalex.org/W1516506771", + "https://openalex.org/W1545904932", + "https://openalex.org/W1570448133", + "https://openalex.org/W1573594453", + "https://openalex.org/W1582482241", + "https://openalex.org/W1590936031", + "https://openalex.org/W1591480890", + "https://openalex.org/W1602011302", + "https://openalex.org/W1805704774", + "https://openalex.org/W1986697120", + "https://openalex.org/W1988918299", + "https://openalex.org/W1989121667", + "https://openalex.org/W1999427165", + "https://openalex.org/W2001642682", + "https://openalex.org/W2021795960", + "https://openalex.org/W2032247543", + "https://openalex.org/W2048465382", + "https://openalex.org/W2058737869", + "https://openalex.org/W2069734023", + "https://openalex.org/W2087922528", + "https://openalex.org/W2096431803", + "https://openalex.org/W2096847629", + "https://openalex.org/W2102101901", + "https://openalex.org/W2102399005", + "https://openalex.org/W2103018059", + "https://openalex.org/W2103042216", + "https://openalex.org/W2103378897", + "https://openalex.org/W2108638430", + "https://openalex.org/W2117646649", + "https://openalex.org/W2119168550", + "https://openalex.org/W2122646361", + "https://openalex.org/W2125735062", + "https://openalex.org/W2130087897", + "https://openalex.org/W2130523241", + "https://openalex.org/W2135930857", + "https://openalex.org/W2147215426", + "https://openalex.org/W2149544709", + "https://openalex.org/W2150847526", + "https://openalex.org/W2151298633", + "https://openalex.org/W2155409100", + "https://openalex.org/W2156916299", + "https://openalex.org/W2159094788", + "https://openalex.org/W2168761028", + "https://openalex.org/W2171873915", + "https://openalex.org/W2275675895", + "https://openalex.org/W2341535507", + "https://openalex.org/W2404193357", + "https://openalex.org/W2966207845", + "https://openalex.org/W3005635621", + "https://openalex.org/W3208688400", + "https://openalex.org/W3216912485", + "https://openalex.org/W4230513520", + "https://openalex.org/W4230946174", + "https://openalex.org/W4253289766", + "https://openalex.org/W6604348779", + "https://openalex.org/W6607784307", + "https://openalex.org/W6630637722", + "https://openalex.org/W6630758996", + "https://openalex.org/W6635150131", + "https://openalex.org/W6638227319", + "https://openalex.org/W6650820226", + "https://openalex.org/W6674805939", + "https://openalex.org/W6679027663", + "https://openalex.org/W6680267248", + "https://openalex.org/W6694748896", + "https://openalex.org/W6713347195" + ], + "related_works": [ + "https://openalex.org/W2357468538", + "https://openalex.org/W2362800560", + "https://openalex.org/W4300599821", + "https://openalex.org/W2355007334", + "https://openalex.org/W1496376327", + "https://openalex.org/W2133389611", + "https://openalex.org/W2383127772", + "https://openalex.org/W2348767155", + "https://openalex.org/W2374614522", + "https://openalex.org/W1937493481" + ], + "abstract_inverted_index": { + "In": [ + 0 + ], + "network": [ + 1, + 78, + 133 + ], + "intrusion": [ + 2, + 59, + 79, + 116, + 134 + ], + "detection": [ + 3, + 60, + 80, + 117 + ], + "research,": [ + 4 + ], + "one": [ + 5, + 43 + ], + "popular": [ + 6 + ], + "strategy": [ + 7 + ], + "for": [ + 8, + 16, + 114 + ], + "finding": [ + 9, + 101 + ], + "attacks": [ + 10, + 102 + ], + "is": [ + 11, + 64, + 96, + 103 + ], + "monitoring": [ + 12 + ], + "a": [ + 13, + 45, + 138 + ], + "network's": [ + 14 + ], + "activity": [ + 15 + ], + "anomalies:": [ + 17 + ], + "deviations": [ + 18 + ], + "from": [ + 19, + 25, + 33, + 106 + ], + "profiles": [ + 20 + ], + "of": [ + 21, + 50, + 53, + 100, + 140 + ], + "normality": [ + 22 + ], + "previously": [ + 23 + ], + "learned": [ + 24 + ], + "benign": [ + 26 + ], + "traffic,": [ + 27 + ], + "typically": [ + 28 + ], + "identified": [ + 29 + ], + "using": [ + 30 + ], + "tools": [ + 31 + ], + "borrowed": [ + 32 + ], + "the": [ + 34, + 74, + 77, + 98, + 115 + ], + "machine": [ + 35, + 62, + 86, + 121 + ], + "learning": [ + 36, + 63, + 87, + 122 + ], + "community.": [ + 37 + ], + "However,": [ + 38 + ], + "despite": [ + 39 + ], + "extensive": [ + 40 + ], + "academic": [ + 41 + ], + "research": [ + 42, + 146 + ], + "finds": [ + 44, + 89 + ], + "striking": [ + 46 + ], + "gap": [ + 47 + ], + "in": [ + 48, + 67 + ], + "terms": [ + 49 + ], + "actual": [ + 51 + ], + "deployments": [ + 52 + ], + "such": [ + 54 + ], + "systems:": [ + 55 + ], + "compared": [ + 56 + ], + "with": [ + 57 + ], + "other": [ + 58, + 83, + 108 + ], + "approaches,": [ + 61 + ], + "rarely": [ + 65 + ], + "employed": [ + 66 + ], + "operational": [ + 68 + ], + "\"real": [ + 69 + ], + "world\"": [ + 70 + ], + "settings.": [ + 71 + ], + "We": [ + 72, + 124 + ], + "examine": [ + 73 + ], + "differences": [ + 75 + ], + "between": [ + 76 + ], + "problem": [ + 81 + ], + "and": [ + 82, + 136 + ], + "areas": [ + 84 + ], + "where": [ + 85 + ], + "regularly": [ + 88 + ], + "much": [ + 90 + ], + "more": [ + 91 + ], + "success.": [ + 92 + ], + "Our": [ + 93 + ], + "main": [ + 94 + ], + "claim": [ + 95, + 127 + ], + "that": [ + 97 + ], + "task": [ + 99 + ], + "fundamentally": [ + 104 + ], + "different": [ + 105 + ], + "these": [ + 107 + ], + "applications,": [ + 109 + ], + "making": [ + 110 + ], + "it": [ + 111 + ], + "significantly": [ + 112 + ], + "harder": [ + 113 + ], + "community": [ + 118 + ], + "to": [ + 119, + 132, + 143 + ], + "employ": [ + 120 + ], + "effectively.": [ + 123 + ], + "support": [ + 125 + ], + "this": [ + 126 + ], + "by": [ + 128 + ], + "identifying": [ + 129 + ], + "challenges": [ + 130 + ], + "particular": [ + 131 + ], + "detection,": [ + 135 + ], + "provide": [ + 137 + ], + "set": [ + 139 + ], + "guidelines": [ + 141 + ], + "meant": [ + 142 + ], + "strengthen": [ + 144 + ], + "future": [ + 145 + ], + "on": [ + 147 + ], + "anomaly": [ + 148 + ], + "detection.": [ + 149 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 90 + }, + { + "year": 2025, + "cited_by_count": 271 + }, + { + "year": 2024, + "cited_by_count": 159 + }, + { + "year": 2023, + "cited_by_count": 98 + }, + { + "year": 2022, + "cited_by_count": 109 + }, + { + "year": 2021, + "cited_by_count": 127 + }, + { + "year": 2020, + "cited_by_count": 162 + }, + { + "year": 2019, + "cited_by_count": 195 + }, + { + "year": 2018, + "cited_by_count": 136 + }, + { + "year": 2017, + "cited_by_count": 113 + }, + { + "year": 2016, + "cited_by_count": 98 + }, + { + "year": 2015, + "cited_by_count": 65 + }, + { + "year": 2014, + "cited_by_count": 58 + }, + { + "year": 2013, + "cited_by_count": 60 + }, + { + "year": 2012, + "cited_by_count": 43 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2963784900", + "doi": "https://doi.org/10.1038/s41524-017-0056-5", + "title": "Machine learning in materials informatics: recent applications and prospects", + "display_name": "Machine learning in materials informatics: recent applications and prospects", + "relevance_score": 2570.0874, + "publication_year": 2017, + "publication_date": "2017-12-07", + "ids": { + "openalex": "https://openalex.org/W2963784900", + "doi": "https://doi.org/10.1038/s41524-017-0056-5", + "mag": "2963784900" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1038/s41524-017-0056-5", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1038/s41524-017-0056-5", + "pdf_url": "https://www.nature.com/articles/s41524-017-0056-5.pdf", + "source": { + "id": "https://openalex.org/S4210232664", + "display_name": "npj Computational Materials", + "issn_l": "2057-3960", + "issn": [ + "2057-3960" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310319908", + "host_organization_name": "Nature Portfolio", + "host_organization_lineage": [ + "https://openalex.org/P4310319908", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "Nature Portfolio", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "npj Computational Materials", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref", + "doaj" + ], + "open_access": { + "is_oa": true, + "oa_status": "gold", + "oa_url": "https://www.nature.com/articles/s41524-017-0056-5.pdf", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5031952600", + "display_name": "Rampi Ramprasad", + "orcid": "https://orcid.org/0000-0003-4630-1565" + }, + "institutions": [ + { + "id": "https://openalex.org/I140172145", + "display_name": "University of Connecticut", + "ror": "https://ror.org/02der9h97", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I140172145" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Rampi Ramprasad", + "raw_affiliation_strings": [ + "Department of Materials Science & Engineering and Institute of Materials Science, University of Connecticut, 97 North Eagleville Rd., Unit 3136, Storrs, CT, 06269-3136, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Materials Science & Engineering and Institute of Materials Science, University of Connecticut, 97 North Eagleville Rd., Unit 3136, Storrs, CT, 06269-3136, USA", + "institution_ids": [ + "https://openalex.org/I140172145" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5003850818", + "display_name": "Rohit Batra", + "orcid": "https://orcid.org/0000-0002-1098-7035" + }, + "institutions": [ + { + "id": "https://openalex.org/I140172145", + "display_name": "University of Connecticut", + "ror": "https://ror.org/02der9h97", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I140172145" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Rohit Batra", + "raw_affiliation_strings": [ + "Department of Materials Science & Engineering and Institute of Materials Science, University of Connecticut, 97 North Eagleville Rd., Unit 3136, Storrs, CT, 06269-3136, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Materials Science & Engineering and Institute of Materials Science, University of Connecticut, 97 North Eagleville Rd., Unit 3136, Storrs, CT, 06269-3136, USA", + "institution_ids": [ + "https://openalex.org/I140172145" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5075051974", + "display_name": "Ghanshyam Pilania", + "orcid": "https://orcid.org/0000-0003-4460-1572" + }, + "institutions": [ + { + "id": "https://openalex.org/I1343871089", + "display_name": "Los Alamos National Laboratory", + "ror": "https://ror.org/01e41cf67", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I1330989302", + "https://openalex.org/I1343871089", + "https://openalex.org/I198811213", + "https://openalex.org/I4210120050" + ] + }, + { + "id": "https://openalex.org/I2800875726", + "display_name": "Fritz Haber Institute of the Max Planck Society", + "ror": "https://ror.org/03k9qs827", + "country_code": "DE", + "type": "facility", + "lineage": [ + "https://openalex.org/I149899117", + "https://openalex.org/I2800875726" + ] + } + ], + "countries": [ + "DE", + "US" + ], + "is_corresponding": false, + "raw_author_name": "Ghanshyam Pilania", + "raw_affiliation_strings": [ + "Fritz-Haber-Institut der Max-Planck-Gesellschaft, Faradayweg 4-6, 14195, Berlin, Germany", + "Materials Science and Technology Division, Los Alamos National Laboratory, Los Alamos, NM, 87545, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Fritz-Haber-Institut der Max-Planck-Gesellschaft, Faradayweg 4-6, 14195, Berlin, Germany", + "institution_ids": [ + "https://openalex.org/I2800875726" + ] + }, + { + "raw_affiliation_string": "Materials Science and Technology Division, Los Alamos National Laboratory, Los Alamos, NM, 87545, USA", + "institution_ids": [ + "https://openalex.org/I1343871089" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5032715041", + "display_name": "Arun Mannodi‐Kanakkithodi", + "orcid": "https://orcid.org/0000-0003-0780-1583" + }, + "institutions": [ + { + "id": "https://openalex.org/I140172145", + "display_name": "University of Connecticut", + "ror": "https://ror.org/02der9h97", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I140172145" + ] + }, + { + "id": "https://openalex.org/I4210164505", + "display_name": "NanoScale Corporation (United States)", + "ror": "https://ror.org/05rtsja45", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I4210164505" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Arun Mannodi-Kanakkithodi", + "raw_affiliation_strings": [ + "Center for Nanoscale Materials, Lamont National Laboratory, 9700 S. Cass Ave., Lemont, IL, 60439, USA", + "Department of Materials Science & Engineering and Institute of Materials Science, University of Connecticut, 97 North Eagleville Rd., Unit 3136, Storrs, CT, 06269-3136, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Center for Nanoscale Materials, Lamont National Laboratory, 9700 S. Cass Ave., Lemont, IL, 60439, USA", + "institution_ids": [ + "https://openalex.org/I4210164505" + ] + }, + { + "raw_affiliation_string": "Department of Materials Science & Engineering and Institute of Materials Science, University of Connecticut, 97 North Eagleville Rd., Unit 3136, Storrs, CT, 06269-3136, USA", + "institution_ids": [ + "https://openalex.org/I140172145" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5018939520", + "display_name": "Chiho Kim", + "orcid": "https://orcid.org/0000-0002-1814-4980" + }, + "institutions": [ + { + "id": "https://openalex.org/I140172145", + "display_name": "University of Connecticut", + "ror": "https://ror.org/02der9h97", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I140172145" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Chiho Kim", + "raw_affiliation_strings": [ + "Department of Materials Science & Engineering and Institute of Materials Science, University of Connecticut, 97 North Eagleville Rd., Unit 3136, Storrs, CT, 06269-3136, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Materials Science & Engineering and Institute of Materials Science, University of Connecticut, 97 North Eagleville Rd., Unit 3136, Storrs, CT, 06269-3136, USA", + "institution_ids": [ + "https://openalex.org/I140172145" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 5, + "corresponding_author_ids": [ + "https://openalex.org/A5031952600" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I140172145" + ], + "apc_list": { + "value": 2890, + "currency": "USD", + "value_usd": 2890 + }, + "apc_paid": { + "value": 2890, + "currency": "USD", + "value_usd": 2890 + }, + "fwci": 50.7176, + "has_fulltext": true, + "cited_by_count": 1745, + "citation_normalized_percentile": { + "value": 0.99974343, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 96, + "max": 100 + }, + "biblio": { + "volume": "3", + "issue": "1", + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11948", + "display_name": "Machine Learning in Materials Science", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/2505", + "display_name": "Materials Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/25", + "display_name": "Materials Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11948", + "display_name": "Machine Learning in Materials Science", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/2505", + "display_name": "Materials Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/25", + "display_name": "Materials Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12613", + "display_name": "X-ray Diffraction in Crystallography", + "score": 0.9908999800682068, + "subfield": { + "id": "https://openalex.org/subfields/2505", + "display_name": "Materials Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/25", + "display_name": "Materials Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10211", + "display_name": "Computational Drug Discovery Methods", + "score": 0.9868999719619751, + "subfield": { + "id": "https://openalex.org/subfields/1703", + "display_name": "Computational Theory and Mathematics" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6980394721031189 + }, + { + "id": "https://openalex.org/keywords/informatics", + "display_name": "Informatics", + "score": 0.6778385639190674 + }, + { + "id": "https://openalex.org/keywords/data-science", + "display_name": "Data science", + "score": 0.6716209650039673 + }, + { + "id": "https://openalex.org/keywords/domain", + "display_name": "Domain (mathematical analysis)", + "score": 0.5613667368888855 + }, + { + "id": "https://openalex.org/keywords/fingerprint", + "display_name": "Fingerprint (computing)", + "score": 0.5255624055862427 + }, + { + "id": "https://openalex.org/keywords/property", + "display_name": "Property (philosophy)", + "score": 0.5245295166969299 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.4813131093978882 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.47415369749069214 + }, + { + "id": "https://openalex.org/keywords/materials-informatics", + "display_name": "Materials informatics", + "score": 0.4402523338794708 + }, + { + "id": "https://openalex.org/keywords/computation", + "display_name": "Computation", + "score": 0.42585843801498413 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.364216685295105 + }, + { + "id": "https://openalex.org/keywords/management-science", + "display_name": "Management science", + "score": 0.34198737144470215 + }, + { + "id": "https://openalex.org/keywords/health-informatics", + "display_name": "Health informatics", + "score": 0.2691514790058136 + }, + { + "id": "https://openalex.org/keywords/engineering-informatics", + "display_name": "Engineering informatics", + "score": 0.2533683776855469 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.1932530701160431 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.12165293097496033 + }, + { + "id": "https://openalex.org/keywords/engineering", + "display_name": "Engineering", + "score": 0.11709535121917725 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6980394721031189 + }, + { + "id": "https://openalex.org/C191630685", + "wikidata": "https://www.wikidata.org/wiki/Q4027615", + "display_name": "Informatics", + "level": 2, + "score": 0.6778385639190674 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.6716209650039673 + }, + { + "id": "https://openalex.org/C36503486", + "wikidata": "https://www.wikidata.org/wiki/Q11235244", + "display_name": "Domain (mathematical analysis)", + "level": 2, + "score": 0.5613667368888855 + }, + { + "id": "https://openalex.org/C2777826928", + "wikidata": "https://www.wikidata.org/wiki/Q3745713", + "display_name": "Fingerprint (computing)", + "level": 2, + "score": 0.5255624055862427 + }, + { + "id": "https://openalex.org/C189950617", + "wikidata": "https://www.wikidata.org/wiki/Q937228", + "display_name": "Property (philosophy)", + "level": 2, + "score": 0.5245295166969299 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.4813131093978882 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.47415369749069214 + }, + { + "id": "https://openalex.org/C62085286", + "wikidata": "https://www.wikidata.org/wiki/Q6786605", + "display_name": "Materials informatics", + "level": 5, + "score": 0.4402523338794708 + }, + { + "id": "https://openalex.org/C45374587", + "wikidata": "https://www.wikidata.org/wiki/Q12525525", + "display_name": "Computation", + "level": 2, + "score": 0.42585843801498413 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.364216685295105 + }, + { + "id": "https://openalex.org/C539667460", + "wikidata": "https://www.wikidata.org/wiki/Q2414942", + "display_name": "Management science", + "level": 1, + "score": 0.34198737144470215 + }, + { + "id": "https://openalex.org/C145642194", + "wikidata": "https://www.wikidata.org/wiki/Q870895", + "display_name": "Health informatics", + "level": 3, + "score": 0.2691514790058136 + }, + { + "id": "https://openalex.org/C158518442", + "wikidata": "https://www.wikidata.org/wiki/Q2843902", + "display_name": "Engineering informatics", + "level": 4, + "score": 0.2533683776855469 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.1932530701160431 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.12165293097496033 + }, + { + "id": "https://openalex.org/C127413603", + "wikidata": "https://www.wikidata.org/wiki/Q11023", + "display_name": "Engineering", + "level": 0, + "score": 0.11709535121917725 + }, + { + "id": "https://openalex.org/C119599485", + "wikidata": "https://www.wikidata.org/wiki/Q43035", + "display_name": "Electrical engineering", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C138885662", + "wikidata": "https://www.wikidata.org/wiki/Q5891", + "display_name": "Philosophy", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C111472728", + "wikidata": "https://www.wikidata.org/wiki/Q9471", + "display_name": "Epistemology", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C134306372", + "wikidata": "https://www.wikidata.org/wiki/Q7754", + "display_name": "Mathematical analysis", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C138816342", + "wikidata": "https://www.wikidata.org/wiki/Q189603", + "display_name": "Public health", + "level": 2, + "score": 0.0 + }, + { + "id": "https://openalex.org/C159110408", + "wikidata": "https://www.wikidata.org/wiki/Q121176", + "display_name": "Nursing", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 4, + "locations": [ + { + "id": "doi:10.1038/s41524-017-0056-5", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1038/s41524-017-0056-5", + "pdf_url": "https://www.nature.com/articles/s41524-017-0056-5.pdf", + "source": { + "id": "https://openalex.org/S4210232664", + "display_name": "npj Computational Materials", + "issn_l": "2057-3960", + "issn": [ + "2057-3960" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310319908", + "host_organization_name": "Nature Portfolio", + "host_organization_lineage": [ + "https://openalex.org/P4310319908", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "Nature Portfolio", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "npj Computational Materials", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:osti.gov:1416298", + "is_oa": true, + "landing_page_url": "https://www.osti.gov/biblio/1416298", + "pdf_url": "https://www.osti.gov/servlets/purl/1416298", + "source": { + "id": "https://openalex.org/S4306402487", + "display_name": "OSTI OAI (U.S. Department of Energy Office of Scientific and Technical Information)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I139351228", + "host_organization_name": "Office of Scientific and Technical Information", + "host_organization_lineage": [ + "https://openalex.org/I139351228" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": null + }, + { + "id": "pmh:oai:pure.mpg.de:item_2567070", + "is_oa": true, + "landing_page_url": "https://hdl.handle.net/21.11116/0000-0001-1CC3-4", + "pdf_url": "http://hdl.handle.net/21.11116/0000-0001-1CC3-4", + "source": { + "id": "https://openalex.org/S4306400654", + "display_name": "MPG.PuRe (Max Planck Society)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I149899117", + "host_organization_name": "Max Planck Society", + "host_organization_lineage": [ + "https://openalex.org/I149899117" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "npj Computational Materials", + "raw_type": "info:eu-repo/semantics/article" + }, + { + "id": "pmh:oai:doaj.org/article:b5673072856d4e9fb243f09ce3ef9ed8", + "is_oa": false, + "landing_page_url": "https://doaj.org/article/b5673072856d4e9fb243f09ce3ef9ed8", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401280", + "display_name": "DOAJ (DOAJ: Directory of Open Access Journals)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "npj Computational Materials, Vol 3, Iss 1, Pp 1-13 (2017)", + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "doi:10.1038/s41524-017-0056-5", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1038/s41524-017-0056-5", + "pdf_url": "https://www.nature.com/articles/s41524-017-0056-5.pdf", + "source": { + "id": "https://openalex.org/S4210232664", + "display_name": "npj Computational Materials", + "issn_l": "2057-3960", + "issn": [ + "2057-3960" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310319908", + "host_organization_name": "Nature Portfolio", + "host_organization_lineage": [ + "https://openalex.org/P4310319908", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "Nature Portfolio", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "npj Computational Materials", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [], + "awards": [ + { + "id": "https://openalex.org/G3448238085", + "display_name": null, + "funder_award_id": "N00014-14-1-0098", + "funder_id": "https://openalex.org/F4320337345", + "funder_display_name": "Office of Naval Research" + }, + { + "id": "https://openalex.org/G5295348260", + "display_name": null, + "funder_award_id": "N00014-16-1-2580", + "funder_id": "https://openalex.org/F4320337345", + "funder_display_name": "Office of Naval Research" + }, + { + "id": "https://openalex.org/G8627259979", + "display_name": null, + "funder_award_id": "N00014-10-1-0944", + "funder_id": "https://openalex.org/F4320337345", + "funder_display_name": "Office of Naval Research" + }, + { + "id": "https://openalex.org/G8876996369", + "display_name": null, + "funder_award_id": "N00014", + "funder_id": "https://openalex.org/F4320337345", + "funder_display_name": "Office of Naval Research" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320308269", + "display_name": "Alexander von Humboldt-Stiftung", + "ror": "https://ror.org/012kf4317" + }, + { + "id": "https://openalex.org/F4320337345", + "display_name": "Office of Naval Research", + "ror": "https://ror.org/00rk2pe57" + } + ], + "has_content": { + "pdf": true, + "grobid_xml": false + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W2963784900.pdf" + }, + "referenced_works_count": 127, + "referenced_works": [ + "https://openalex.org/W26088913", + "https://openalex.org/W73132726", + "https://openalex.org/W214291446", + "https://openalex.org/W654619586", + "https://openalex.org/W1505168701", + "https://openalex.org/W1513260206", + "https://openalex.org/W1542208167", + "https://openalex.org/W1545048062", + "https://openalex.org/W1568537411", + "https://openalex.org/W1584846110", + "https://openalex.org/W1597841398", + "https://openalex.org/W1678620623", + "https://openalex.org/W1747451850", + "https://openalex.org/W1772299910", + "https://openalex.org/W1800437104", + "https://openalex.org/W1865667476", + "https://openalex.org/W1901616594", + "https://openalex.org/W1965192594", + "https://openalex.org/W1972135189", + "https://openalex.org/W1977739742", + "https://openalex.org/W1978183953", + "https://openalex.org/W1979769287", + "https://openalex.org/W1982598895", + "https://openalex.org/W1982886636", + "https://openalex.org/W1984087004", + "https://openalex.org/W1986575501", + "https://openalex.org/W1988887547", + "https://openalex.org/W1989885311", + "https://openalex.org/W1993765343", + "https://openalex.org/W2000957843", + "https://openalex.org/W2005543043", + "https://openalex.org/W2010785223", + "https://openalex.org/W2019903457", + "https://openalex.org/W2020786104", + "https://openalex.org/W2025444507", + "https://openalex.org/W2025882616", + "https://openalex.org/W2029413789", + "https://openalex.org/W2037566781", + "https://openalex.org/W2046505730", + "https://openalex.org/W2051801258", + "https://openalex.org/W2055974394", + "https://openalex.org/W2057858097", + "https://openalex.org/W2061333371", + "https://openalex.org/W2068123181", + "https://openalex.org/W2068456806", + "https://openalex.org/W2069034916", + "https://openalex.org/W2073357703", + "https://openalex.org/W2074616700", + "https://openalex.org/W2083415705", + "https://openalex.org/W2085607286", + "https://openalex.org/W2087292325", + "https://openalex.org/W2089843324", + "https://openalex.org/W2097489306", + "https://openalex.org/W2097968133", + "https://openalex.org/W2104489082", + "https://openalex.org/W2115003579", + "https://openalex.org/W2115096312", + "https://openalex.org/W2128873947", + "https://openalex.org/W2146611938", + "https://openalex.org/W2161262329", + "https://openalex.org/W2163272368", + "https://openalex.org/W2164524421", + "https://openalex.org/W2215223440", + "https://openalex.org/W2225949634", + "https://openalex.org/W2229902564", + "https://openalex.org/W2258702411", + "https://openalex.org/W2261108203", + "https://openalex.org/W2281127889", + "https://openalex.org/W2291908932", + "https://openalex.org/W2313966941", + "https://openalex.org/W2315793378", + "https://openalex.org/W2329258563", + "https://openalex.org/W2336382837", + "https://openalex.org/W2337110853", + "https://openalex.org/W2337496963", + "https://openalex.org/W2337529739", + "https://openalex.org/W2343462019", + "https://openalex.org/W2344188443", + "https://openalex.org/W2345653852", + "https://openalex.org/W2346778841", + "https://openalex.org/W2352719088", + "https://openalex.org/W2356584815", + "https://openalex.org/W2372859909", + "https://openalex.org/W2396196938", + "https://openalex.org/W2415372084", + "https://openalex.org/W2460314483", + "https://openalex.org/W2464725281", + "https://openalex.org/W2471982001", + "https://openalex.org/W2475256989", + "https://openalex.org/W2476592117", + "https://openalex.org/W2486570794", + "https://openalex.org/W2490507458", + "https://openalex.org/W2490901606", + "https://openalex.org/W2498941985", + "https://openalex.org/W2499226730", + "https://openalex.org/W2503343131", + "https://openalex.org/W2504731129", + "https://openalex.org/W2510431877", + "https://openalex.org/W2520500207", + "https://openalex.org/W2522125346", + "https://openalex.org/W2527749992", + "https://openalex.org/W2529958128", + "https://openalex.org/W2530960271", + "https://openalex.org/W2555683692", + "https://openalex.org/W2560817727", + "https://openalex.org/W2563751252", + "https://openalex.org/W2564078846", + "https://openalex.org/W2566573083", + "https://openalex.org/W2566642125", + "https://openalex.org/W2567115595", + "https://openalex.org/W2585152223", + "https://openalex.org/W2592939032", + "https://openalex.org/W2593838212", + "https://openalex.org/W2594250440", + "https://openalex.org/W2600236415", + "https://openalex.org/W2603482245", + "https://openalex.org/W2608722029", + "https://openalex.org/W2616136793", + "https://openalex.org/W2617604238", + "https://openalex.org/W2762836614", + "https://openalex.org/W3022711947", + "https://openalex.org/W3098539674", + "https://openalex.org/W3100710928", + "https://openalex.org/W3104005636", + "https://openalex.org/W4230031267", + "https://openalex.org/W4240060230", + "https://openalex.org/W4300789312" + ], + "related_works": [ + "https://openalex.org/W4375957285", + "https://openalex.org/W4206469383", + "https://openalex.org/W2359548422", + "https://openalex.org/W2083600684", + "https://openalex.org/W2373478723", + "https://openalex.org/W2118804853", + "https://openalex.org/W4376271842", + "https://openalex.org/W2754122850", + "https://openalex.org/W2162773262", + "https://openalex.org/W2901223208" + ], + "abstract_inverted_index": { + "Abstract": [ + 0 + ], + "Propelled": [ + 1 + ], + "partly": [ + 2, + 9 + ], + "by": [ + 3, + 10, + 53, + 57, + 156 + ], + "the": [ + 4, + 11, + 15, + 87, + 110, + 134, + 137, + 157, + 188, + 197, + 204, + 215, + 226 + ], + "Materials": [ + 5 + ], + "Genome": [ + 6 + ], + "Initiative,": [ + 7 + ], + "and": [ + 8, + 14, + 123, + 136, + 152, + 160, + 219 + ], + "algorithmic": [ + 12 + ], + "developments": [ + 13 + ], + "resounding": [ + 16 + ], + "successes": [ + 17 + ], + "of": [ + 18, + 109, + 139, + 149, + 185, + 187 + ], + "data-driven": [ + 19, + 191 + ], + "efforts": [ + 20 + ], + "in": [ + 21, + 59, + 196, + 225 + ], + "other": [ + 22 + ], + "domains,": [ + 23 + ], + "informatics": [ + 24, + 67 + ], + "strategies": [ + 25, + 194 + ], + "are": [ + 26, + 63, + 69, + 77, + 114, + 173 + ], + "beginning": [ + 27 + ], + "to": [ + 28, + 37, + 72, + 79, + 86, + 144, + 181 + ], + "take": [ + 29 + ], + "shape": [ + 30 + ], + "within": [ + 31 + ], + "materials": [ + 32, + 169 + ], + "science.": [ + 33 + ], + "These": [ + 34 + ], + "approaches": [ + 35 + ], + "lead": [ + 36 + ], + "surrogate": [ + 38 + ], + "machine": [ + 39 + ], + "learning": [ + 40, + 131 + ], + "models": [ + 41 + ], + "that": [ + 42, + 76, + 221 + ], + "enable": [ + 43 + ], + "rapid": [ + 44 + ], + "predictions": [ + 45 + ], + "based": [ + 46 + ], + "purely": [ + 47 + ], + "on": [ + 48, + 203 + ], + "past": [ + 49 + ], + "data": [ + 50, + 96 + ], + "rather": [ + 51 + ], + "than": [ + 52 + ], + "direct": [ + 54 + ], + "experimentation": [ + 55 + ], + "or": [ + 56, + 81, + 90, + 100, + 206 + ], + "computations/simulations": [ + 58 + ], + "which": [ + 60, + 94 + ], + "fundamental": [ + 61 + ], + "equations": [ + 62 + ], + "explicitly": [ + 64 + ], + "solved.": [ + 65 + ], + "Data-centric": [ + 66 + ], + "methods": [ + 68 + ], + "becoming": [ + 70 + ], + "useful": [ + 71 + ], + "determine": [ + 73 + ], + "material": [ + 74, + 120 + ], + "properties": [ + 75 + ], + "hard": [ + 78 + ], + "measure": [ + 80 + ], + "compute": [ + 82 + ], + "using": [ + 83 + ], + "traditional": [ + 84 + ], + "methods—due": [ + 85 + ], + "cost,": [ + 88 + ], + "time": [ + 89 + ], + "effort": [ + 91 + ], + "involved—but": [ + 92 + ], + "for": [ + 93, + 104 + ], + "reliable": [ + 95 + ], + "either": [ + 97 + ], + "already": [ + 98 + ], + "exists": [ + 99 + ], + "can": [ + 101 + ], + "be": [ + 102, + 148, + 165, + 223 + ], + "generated": [ + 103 + ], + "at": [ + 105 + ], + "least": [ + 106 + ], + "a": [ + 107, + 119, + 126, + 130 + ], + "subset": [ + 108 + ], + "critical": [ + 111 + ], + "cases.": [ + 112 + ], + "Predictions": [ + 113, + 162 + ], + "typically": [ + 115 + ], + "interpolative,": [ + 116 + ], + "involving": [ + 117 + ], + "fingerprinting": [ + 118 + ], + "numerically": [ + 121 + ], + "first,": [ + 122 + ], + "then": [ + 124 + ], + "following": [ + 125 + ], + "mapping": [ + 127 + ], + "(established": [ + 128 + ], + "via": [ + 129 + ], + "algorithm)": [ + 132 + ], + "between": [ + 133 + ], + "fingerprint": [ + 135, + 205 + ], + "property": [ + 138 + ], + "interest.": [ + 140 + ], + "Fingerprints,": [ + 141 + ], + "also": [ + 142, + 164, + 211 + ], + "referred": [ + 143 + ], + "as": [ + 145, + 154 + ], + "“descriptors”,": [ + 146 + ], + "may": [ + 147, + 163 + ], + "many": [ + 150 + ], + "types": [ + 151 + ], + "scales,": [ + 153 + ], + "dictated": [ + 155 + ], + "application": [ + 158 + ], + "domain": [ + 159 + ], + "needs.": [ + 161 + ], + "extrapolative—extending": [ + 166 + ], + "into": [ + 167, + 176 + ], + "new": [ + 168 + ], + "spaces—provided": [ + 170 + ], + "prediction": [ + 171 + ], + "uncertainties": [ + 172 + ], + "properly": [ + 174 + ], + "taken": [ + 175 + ], + "account.": [ + 177 + ], + "This": [ + 178 + ], + "article": [ + 179 + ], + "attempts": [ + 180 + ], + "provide": [ + 182 + ], + "an": [ + 183 + ], + "overview": [ + 184 + ], + "some": [ + 186, + 213 + ], + "recent": [ + 189 + ], + "successful": [ + 190 + ], + "“materials": [ + 192 + ], + "informatics”": [ + 193 + ], + "undertaken": [ + 195 + ], + "last": [ + 198 + ], + "decade,": [ + 199 + ], + "with": [ + 200 + ], + "particular": [ + 201 + ], + "emphasis": [ + 202 + ], + "descriptor": [ + 207 + ], + "choices.": [ + 208 + ], + "The": [ + 209 + ], + "review": [ + 210 + ], + "identifies": [ + 212 + ], + "challenges": [ + 214 + ], + "community": [ + 216 + ], + "is": [ + 217 + ], + "facing": [ + 218 + ], + "those": [ + 220 + ], + "should": [ + 222 + ], + "overcome": [ + 224 + ], + "near": [ + 227 + ], + "future.": [ + 228 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 111 + }, + { + "year": 2025, + "cited_by_count": 279 + }, + { + "year": 2024, + "cited_by_count": 235 + }, + { + "year": 2023, + "cited_by_count": 226 + }, + { + "year": 2022, + "cited_by_count": 224 + }, + { + "year": 2021, + "cited_by_count": 231 + }, + { + "year": 2020, + "cited_by_count": 217 + }, + { + "year": 2019, + "cited_by_count": 171 + }, + { + "year": 2018, + "cited_by_count": 48 + }, + { + "year": 2017, + "cited_by_count": 3 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W1529533208", + "doi": "https://doi.org/10.1109/jproc.2015.2483592", + "title": "A Review of Relational Machine Learning for Knowledge Graphs", + "display_name": "A Review of Relational Machine Learning for Knowledge Graphs", + "relevance_score": 2569.712, + "publication_year": 2015, + "publication_date": "2015-12-17", + "ids": { + "openalex": "https://openalex.org/W1529533208", + "doi": "https://doi.org/10.1109/jproc.2015.2483592", + "mag": "1529533208" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1109/jproc.2015.2483592", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/jproc.2015.2483592", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S68686220", + "display_name": "Proceedings of the IEEE", + "issn_l": "0018-9219", + "issn": [ + "0018-9219", + "1558-2256" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319808", + "host_organization_name": "Institute of Electrical and Electronics Engineers", + "host_organization_lineage": [ + "https://openalex.org/P4310319808" + ], + "host_organization_lineage_names": [ + "Institute of Electrical and Electronics Engineers" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Proceedings of the IEEE", + "raw_type": "journal-article" + }, + "type": "review", + "indexed_in": [ + "arxiv", + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1503.00759", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5000667901", + "display_name": "Maximilian Nickel", + "orcid": "https://orcid.org/0000-0001-5006-0827" + }, + "institutions": [ + { + "id": "https://openalex.org/I63966007", + "display_name": "Massachusetts Institute of Technology", + "ror": "https://ror.org/042nb2s44", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I63966007" + ] + }, + { + "id": "https://openalex.org/I30771326", + "display_name": "Italian Institute of Technology", + "ror": "https://ror.org/042t93s57", + "country_code": "IT", + "type": "facility", + "lineage": [ + "https://openalex.org/I30771326" + ] + } + ], + "countries": [ + "IT", + "US" + ], + "is_corresponding": true, + "raw_author_name": "Maximilian Nickel", + "raw_affiliation_strings": [ + "Laboratory for Computational and Statistical Learning (LCSL), Istituto Italiano di Tecnologia, Genova, MA, Italy", + "[Laboratory for Computational and Statistical Learning (LCSL), Massachusetts Institute of Technology, Cambridge, MA, USA]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Laboratory for Computational and Statistical Learning (LCSL), Istituto Italiano di Tecnologia, Genova, MA, Italy", + "institution_ids": [ + "https://openalex.org/I30771326" + ] + }, + { + "raw_affiliation_string": "[Laboratory for Computational and Statistical Learning (LCSL), Massachusetts Institute of Technology, Cambridge, MA, USA]", + "institution_ids": [ + "https://openalex.org/I63966007" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5002713363", + "display_name": "Kevin Murphy", + "orcid": "https://orcid.org/0000-0001-5196-7236" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Kevin Murphy", + "raw_affiliation_strings": [ + "Google Inc., Mountain View, CA, USA", + "Google Inc., Mountain View, CA USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Google Inc., Mountain View, CA, USA", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + }, + { + "raw_affiliation_string": "Google Inc., Mountain View, CA USA", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5074808403", + "display_name": "Volker Tresp", + "orcid": "https://orcid.org/0000-0001-9428-3686" + }, + "institutions": [ + { + "id": "https://openalex.org/I8204097", + "display_name": "Ludwig-Maximilians-Universität München", + "ror": "https://ror.org/05591te55", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I8204097" + ] + }, + { + "id": "https://openalex.org/I1325886976", + "display_name": "Siemens (Germany)", + "ror": "https://ror.org/059mq0909", + "country_code": "DE", + "type": "company", + "lineage": [ + "https://openalex.org/I1325886976" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Volker Tresp", + "raw_affiliation_strings": [ + "Siemens AG, Corporate Technology, Ludwig Maximilian University of Munich, Munich, Germany", + "Siemens AG, Corporate Technology, Munich, Germany#TAB#" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Siemens AG, Corporate Technology, Ludwig Maximilian University of Munich, Munich, Germany", + "institution_ids": [ + "https://openalex.org/I1325886976", + "https://openalex.org/I8204097" + ] + }, + { + "raw_affiliation_string": "Siemens AG, Corporate Technology, Munich, Germany#TAB#", + "institution_ids": [ + "https://openalex.org/I1325886976" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5013932834", + "display_name": "Evgeniy Gabrilovich", + "orcid": "https://orcid.org/0000-0001-7933-1926" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Evgeniy Gabrilovich", + "raw_affiliation_strings": [ + "Google Inc., Mountain View, CA, USA", + "Google Inc., Mountain View, CA USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Google Inc., Mountain View, CA, USA", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + }, + { + "raw_affiliation_string": "Google Inc., Mountain View, CA USA", + "institution_ids": [] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 3, + "institutions_distinct_count": 4, + "corresponding_author_ids": [ + "https://openalex.org/A5000667901" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I30771326", + "https://openalex.org/I63966007" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 124.2043, + "has_fulltext": false, + "cited_by_count": 1636, + "citation_normalized_percentile": { + "value": 0.99972146, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 98, + "max": 100 + }, + "biblio": { + "volume": "104", + "issue": "1", + "first_page": "11", + "last_page": "33" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11273", + "display_name": "Advanced Graph Neural Networks", + "score": 0.916700005531311, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11273", + "display_name": "Advanced Graph Neural Networks", + "score": 0.916700005531311, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11303", + "display_name": "Bayesian Modeling and Causal Inference", + "score": 0.00989999994635582, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12292", + "display_name": "Graph Theory and Algorithms", + "score": 0.007799999788403511, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/statistical-relational-learning", + "display_name": "Statistical relational learning", + "score": 0.7889400720596313 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7375805377960205 + }, + { + "id": "https://openalex.org/keywords/knowledge-graph", + "display_name": "Knowledge graph", + "score": 0.5366183519363403 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5131645798683167 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.5024473667144775 + }, + { + "id": "https://openalex.org/keywords/graph", + "display_name": "Graph", + "score": 0.451494425535202 + }, + { + "id": "https://openalex.org/keywords/theoretical-computer-science", + "display_name": "Theoretical computer science", + "score": 0.43196582794189453 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.42936253547668457 + }, + { + "id": "https://openalex.org/keywords/observable", + "display_name": "Observable", + "score": 0.4168981909751892 + }, + { + "id": "https://openalex.org/keywords/relational-model", + "display_name": "Relational model", + "score": 0.4146842658519745 + }, + { + "id": "https://openalex.org/keywords/relational-database", + "display_name": "Relational database", + "score": 0.414201021194458 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C177877439", + "wikidata": "https://www.wikidata.org/wiki/Q7604413", + "display_name": "Statistical relational learning", + "level": 3, + "score": 0.7889400720596313 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7375805377960205 + }, + { + "id": "https://openalex.org/C2987255567", + "wikidata": "https://www.wikidata.org/wiki/Q33002955", + "display_name": "Knowledge graph", + "level": 2, + "score": 0.5366183519363403 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5131645798683167 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.5024473667144775 + }, + { + "id": "https://openalex.org/C132525143", + "wikidata": "https://www.wikidata.org/wiki/Q141488", + "display_name": "Graph", + "level": 2, + "score": 0.451494425535202 + }, + { + "id": "https://openalex.org/C80444323", + "wikidata": "https://www.wikidata.org/wiki/Q2878974", + "display_name": "Theoretical computer science", + "level": 1, + "score": 0.43196582794189453 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.42936253547668457 + }, + { + "id": "https://openalex.org/C32848918", + "wikidata": "https://www.wikidata.org/wiki/Q845789", + "display_name": "Observable", + "level": 2, + "score": 0.4168981909751892 + }, + { + "id": "https://openalex.org/C40207289", + "wikidata": "https://www.wikidata.org/wiki/Q755662", + "display_name": "Relational model", + "level": 3, + "score": 0.4146842658519745 + }, + { + "id": "https://openalex.org/C5655090", + "wikidata": "https://www.wikidata.org/wiki/Q192588", + "display_name": "Relational database", + "level": 2, + "score": 0.414201021194458 + }, + { + "id": "https://openalex.org/C121332964", + "wikidata": "https://www.wikidata.org/wiki/Q413", + "display_name": "Physics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C62520636", + "wikidata": "https://www.wikidata.org/wiki/Q944", + "display_name": "Quantum mechanics", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 3, + "locations": [ + { + "id": "doi:10.1109/jproc.2015.2483592", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/jproc.2015.2483592", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S68686220", + "display_name": "Proceedings of the IEEE", + "issn_l": "0018-9219", + "issn": [ + "0018-9219", + "1558-2256" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319808", + "host_organization_name": "Institute of Electrical and Electronics Engineers", + "host_organization_lineage": [ + "https://openalex.org/P4310319808" + ], + "host_organization_lineage_names": [ + "Institute of Electrical and Electronics Engineers" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Proceedings of the IEEE", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:arXiv.org:1503.00759", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1503.00759", + "pdf_url": "https://arxiv.org/pdf/1503.00759", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:dspace.mit.edu:1721.1/100193", + "is_oa": true, + "landing_page_url": "http://hdl.handle.net/1721.1/100193", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400425", + "display_name": "DSpace@MIT (Massachusetts Institute of Technology)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I63966007", + "host_organization_name": "Massachusetts Institute of Technology", + "host_organization_lineage": [ + "https://openalex.org/I63966007" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by-nc", + "license_id": "https://openalex.org/licenses/cc-by-nc", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "Other" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1503.00759", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1503.00759", + "pdf_url": "https://arxiv.org/pdf/1503.00759", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + "sustainable_development_goals": [ + { + "id": "https://metadata.un.org/sdg/4", + "display_name": "Quality Education", + "score": 0.5400000214576721 + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 213, + "referenced_works": [ + "https://openalex.org/W28412257", + "https://openalex.org/W92973652", + "https://openalex.org/W94565353", + "https://openalex.org/W102708294", + "https://openalex.org/W109245773", + "https://openalex.org/W114517082", + "https://openalex.org/W156542065", + "https://openalex.org/W200741916", + "https://openalex.org/W203049729", + "https://openalex.org/W204615560", + "https://openalex.org/W205829674", + "https://openalex.org/W340632675", + "https://openalex.org/W1483236033", + "https://openalex.org/W1487060125", + "https://openalex.org/W1497523460", + "https://openalex.org/W1503398984", + "https://openalex.org/W1510675600", + "https://openalex.org/W1511986666", + "https://openalex.org/W1512387364", + "https://openalex.org/W1516346799", + "https://openalex.org/W1521736627", + "https://openalex.org/W1533230146", + "https://openalex.org/W1565102206", + "https://openalex.org/W1585529040", + "https://openalex.org/W1614298861", + "https://openalex.org/W1666347389", + "https://openalex.org/W1756422141", + "https://openalex.org/W1782550378", + "https://openalex.org/W1835243625", + "https://openalex.org/W1841189810", + "https://openalex.org/W1852412531", + "https://openalex.org/W1884516485", + "https://openalex.org/W1910578190", + "https://openalex.org/W1913703133", + "https://openalex.org/W1930472418", + "https://openalex.org/W1975346989", + "https://openalex.org/W1975563293", + "https://openalex.org/W1976526581", + "https://openalex.org/W1977970897", + "https://openalex.org/W1979104937", + "https://openalex.org/W1979629649", + "https://openalex.org/W1984179398", + "https://openalex.org/W1985009003", + "https://openalex.org/W1986380628", + "https://openalex.org/W1993500013", + "https://openalex.org/W1994389483", + "https://openalex.org/W1999138184", + "https://openalex.org/W2008620264", + "https://openalex.org/W2008896880", + "https://openalex.org/W2009937976", + "https://openalex.org/W2013494846", + "https://openalex.org/W2015191210", + "https://openalex.org/W2016753842", + "https://openalex.org/W2017102965", + "https://openalex.org/W2018758196", + "https://openalex.org/W2022166150", + "https://openalex.org/W2024165284", + "https://openalex.org/W2026417691", + "https://openalex.org/W2027324989", + "https://openalex.org/W2029249040", + "https://openalex.org/W2037705937", + "https://openalex.org/W2037933327", + "https://openalex.org/W2039688703", + "https://openalex.org/W2045495924", + "https://openalex.org/W2052390074", + "https://openalex.org/W2054141820", + "https://openalex.org/W2055317074", + "https://openalex.org/W2065758089", + "https://openalex.org/W2066459332", + "https://openalex.org/W2066636486", + "https://openalex.org/W2080133951", + "https://openalex.org/W2081210343", + "https://openalex.org/W2081580037", + "https://openalex.org/W2089349245", + "https://openalex.org/W2094286023", + "https://openalex.org/W2094728533", + "https://openalex.org/W2097266862", + "https://openalex.org/W2099752825", + "https://openalex.org/W2101705355", + "https://openalex.org/W2101802482", + "https://openalex.org/W2102363952", + "https://openalex.org/W2102907934", + "https://openalex.org/W2107306718", + "https://openalex.org/W2107658650", + "https://openalex.org/W2108044891", + "https://openalex.org/W2108177663", + "https://openalex.org/W2111488410", + "https://openalex.org/W2114157818", + "https://openalex.org/W2117373207", + "https://openalex.org/W2119831128", + "https://openalex.org/W2121773050", + "https://openalex.org/W2121906195", + "https://openalex.org/W2122865749", + "https://openalex.org/W2123228027", + "https://openalex.org/W2125027602", + "https://openalex.org/W2125315567", + "https://openalex.org/W2127048411", + "https://openalex.org/W2127345773", + "https://openalex.org/W2127426251", + "https://openalex.org/W2127795553", + "https://openalex.org/W2128407051", + "https://openalex.org/W2129207602", + "https://openalex.org/W2129842875", + "https://openalex.org/W2131844696", + "https://openalex.org/W2133134975", + "https://openalex.org/W2138204945", + "https://openalex.org/W2140141795", + "https://openalex.org/W2141312052", + "https://openalex.org/W2148019918", + "https://openalex.org/W2148507357", + "https://openalex.org/W2149474573", + "https://openalex.org/W2151502664", + "https://openalex.org/W2153595771", + "https://openalex.org/W2154454189", + "https://openalex.org/W2158781217", + "https://openalex.org/W2159203990", + "https://openalex.org/W2159583324", + "https://openalex.org/W2160605923", + "https://openalex.org/W2161371014", + "https://openalex.org/W2165428180", + "https://openalex.org/W2167187514", + "https://openalex.org/W2170902582", + "https://openalex.org/W2171278097", + "https://openalex.org/W2171472464", + "https://openalex.org/W2175268987", + "https://openalex.org/W2187164964", + "https://openalex.org/W2244992438", + "https://openalex.org/W2247119764", + "https://openalex.org/W2247380138", + "https://openalex.org/W2250184916", + "https://openalex.org/W2288526505", + "https://openalex.org/W2293485652", + "https://openalex.org/W2295240344", + "https://openalex.org/W2338322935", + "https://openalex.org/W2396685807", + "https://openalex.org/W2471366537", + "https://openalex.org/W2487770199", + "https://openalex.org/W2520858206", + "https://openalex.org/W2536888436", + "https://openalex.org/W2548695521", + "https://openalex.org/W2785884112", + "https://openalex.org/W2911581497", + "https://openalex.org/W2940690142", + "https://openalex.org/W2951166049", + "https://openalex.org/W2952738808", + "https://openalex.org/W2954527143", + "https://openalex.org/W2963572185", + "https://openalex.org/W2963587356", + "https://openalex.org/W2999525678", + "https://openalex.org/W3102641634", + "https://openalex.org/W3125520394", + "https://openalex.org/W3149838063", + "https://openalex.org/W3192290435", + "https://openalex.org/W4206727053", + "https://openalex.org/W4211035117", + "https://openalex.org/W4212943651", + "https://openalex.org/W4230553559", + "https://openalex.org/W4232932184", + "https://openalex.org/W4234117503", + "https://openalex.org/W4235345084", + "https://openalex.org/W4235469532", + "https://openalex.org/W4239231974", + "https://openalex.org/W4250809414", + "https://openalex.org/W4285719527", + "https://openalex.org/W4293249558", + "https://openalex.org/W4297732326", + "https://openalex.org/W4300062145", + "https://openalex.org/W4300564796", + "https://openalex.org/W4386506836", + "https://openalex.org/W6603669155", + "https://openalex.org/W6604452468", + "https://openalex.org/W6604653223", + "https://openalex.org/W6608338930", + "https://openalex.org/W6608344535", + "https://openalex.org/W6628965601", + "https://openalex.org/W6629025635", + "https://openalex.org/W6630579473", + "https://openalex.org/W6631964550", + "https://openalex.org/W6633947679", + "https://openalex.org/W6636510571", + "https://openalex.org/W6637194779", + "https://openalex.org/W6637805884", + "https://openalex.org/W6638051237", + "https://openalex.org/W6638588478", + "https://openalex.org/W6638754787", + "https://openalex.org/W6639281467", + "https://openalex.org/W6639731090", + "https://openalex.org/W6652957868", + "https://openalex.org/W6674413621", + "https://openalex.org/W6675204935", + "https://openalex.org/W6675255137", + "https://openalex.org/W6675925752", + "https://openalex.org/W6676581672", + "https://openalex.org/W6678067405", + "https://openalex.org/W6678347102", + "https://openalex.org/W6678830454", + "https://openalex.org/W6678846912", + "https://openalex.org/W6679197216", + "https://openalex.org/W6679243379", + "https://openalex.org/W6682467843", + "https://openalex.org/W6682619722", + "https://openalex.org/W6683404736", + "https://openalex.org/W6683461794", + "https://openalex.org/W6683612810", + "https://openalex.org/W6683773206", + "https://openalex.org/W6683861112", + "https://openalex.org/W6684350123", + "https://openalex.org/W6685018051", + "https://openalex.org/W6696035201", + "https://openalex.org/W6696966448", + "https://openalex.org/W6720922435", + "https://openalex.org/W6729382431", + "https://openalex.org/W6764731963" + ], + "related_works": [ + "https://openalex.org/W2267077731", + "https://openalex.org/W2386578196", + "https://openalex.org/W3091612633", + "https://openalex.org/W2483382562", + "https://openalex.org/W1549959306", + "https://openalex.org/W2085988990", + "https://openalex.org/W1528519853", + "https://openalex.org/W1510134535", + "https://openalex.org/W3181676408", + "https://openalex.org/W2389834944" + ], + "abstract_inverted_index": { + "Relational": [ + 0 + ], + "machine": [ + 1 + ], + "learning": [ + 2 + ], + "studies": [ + 3 + ], + "methods": [ + 4, + 137 + ], + "for": [ + 5, + 138 + ], + "the": [ + 6, + 41, + 51, + 99, + 144 + ], + "statistical": [ + 7, + 24, + 62, + 126 + ], + "analysis": [ + 8 + ], + "of": [ + 9, + 21, + 61, + 66, + 128, + 159 + ], + "relational,": [ + 10 + ], + "or": [ + 11 + ], + "graph-structured,": [ + 12 + ], + "data.": [ + 13 + ], + "In": [ + 14, + 53 + ], + "this": [ + 15, + 147 + ], + "paper,": [ + 16 + ], + "we": [ + 17, + 55, + 122, + 149 + ], + "provide": [ + 18 + ], + "a": [ + 19 + ], + "review": [ + 20 + ], + "how": [ + 22, + 104, + 124 + ], + "such": [ + 23, + 82, + 125, + 160 + ], + "models": [ + 25, + 81, + 111, + 127 + ], + "can": [ + 26, + 68, + 130 + ], + "be": [ + 27, + 131 + ], + "“trained”": [ + 28 + ], + "on": [ + 29, + 78, + 94 + ], + "large": [ + 30 + ], + "knowledge": [ + 31, + 141, + 153 + ], + "graphs,": [ + 32 + ], + "and": [ + 33, + 86, + 109 + ], + "then": [ + 34 + ], + "used": [ + 35 + ], + "to": [ + 36, + 46, + 70, + 105, + 112 + ], + "predict": [ + 37 + ], + "new": [ + 38, + 48 + ], + "facts": [ + 39 + ], + "about": [ + 40 + ], + "world": [ + 42 + ], + "(which": [ + 43 + ], + "is": [ + 44, + 76, + 92 + ], + "equivalent": [ + 45 + ], + "predicting": [ + 47 + ], + "edges": [ + 49 + ], + "in": [ + 50, + 98 + ], + "graph).": [ + 52 + ], + "particular,": [ + 54 + ], + "discuss": [ + 56, + 123, + 151 + ], + "two": [ + 57 + ], + "fundamentally": [ + 58 + ], + "different": [ + 59 + ], + "kinds": [ + 60 + ], + "relational": [ + 63 + ], + "models,": [ + 64 + ], + "both": [ + 65 + ], + "which": [ + 67 + ], + "scale": [ + 69 + ], + "massive": [ + 71 + ], + "data": [ + 72 + ], + "sets.": [ + 73 + ], + "The": [ + 74, + 90 + ], + "first": [ + 75 + ], + "based": [ + 77, + 93 + ], + "latent": [ + 79, + 108 + ], + "feature": [ + 80 + ], + "as": [ + 83, + 156 + ], + "tensor": [ + 84 + ], + "factorization": [ + 85 + ], + "multiway": [ + 87 + ], + "neural": [ + 88 + ], + "networks.": [ + 89 + ], + "second": [ + 91 + ], + "mining": [ + 95 + ], + "observable": [ + 96, + 110 + ], + "patterns": [ + 97 + ], + "graph.": [ + 100 + ], + "We": [ + 101 + ], + "also": [ + 102, + 150 + ], + "show": [ + 103 + ], + "combine": [ + 106 + ], + "these": [ + 107 + ], + "get": [ + 113 + ], + "improved": [ + 114 + ], + "modeling": [ + 115 + ], + "power": [ + 116 + ], + "at": [ + 117 + ], + "decreased": [ + 118 + ], + "computational": [ + 119 + ], + "cost.": [ + 120 + ], + "Finally,": [ + 121 + ], + "graphs": [ + 129, + 142 + ], + "combined": [ + 132 + ], + "with": [ + 133 + ], + "text-based": [ + 134 + ], + "information": [ + 135 + ], + "extraction": [ + 136 + ], + "automatically": [ + 139 + ], + "constructing": [ + 140 + ], + "from": [ + 143 + ], + "Web.": [ + 145 + ], + "To": [ + 146 + ], + "end,": [ + 148 + ], + "Google's": [ + 152 + ], + "vault": [ + 154 + ], + "project": [ + 155 + ], + "an": [ + 157 + ], + "example": [ + 158 + ], + "combination.": [ + 161 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 35 + }, + { + "year": 2025, + "cited_by_count": 115 + }, + { + "year": 2024, + "cited_by_count": 121 + }, + { + "year": 2023, + "cited_by_count": 180 + }, + { + "year": 2022, + "cited_by_count": 158 + }, + { + "year": 2021, + "cited_by_count": 263 + }, + { + "year": 2020, + "cited_by_count": 286 + }, + { + "year": 2019, + "cited_by_count": 199 + }, + { + "year": 2018, + "cited_by_count": 127 + }, + { + "year": 2017, + "cited_by_count": 107 + }, + { + "year": 2016, + "cited_by_count": 40 + }, + { + "year": 2015, + "cited_by_count": 5 + } + ], + "updated_date": "2026-05-28T09:10:13.091523", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2949767632", + "doi": "https://doi.org/10.1109/access.2019.2923707", + "title": "Effective Heart Disease Prediction Using Hybrid Machine Learning Techniques", + "display_name": "Effective Heart Disease Prediction Using Hybrid Machine Learning Techniques", + "relevance_score": 2561.0251, + "publication_year": 2019, + "publication_date": "2019-01-01", + "ids": { + "openalex": "https://openalex.org/W2949767632", + "doi": "https://doi.org/10.1109/access.2019.2923707", + "mag": "2949767632" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1109/access.2019.2923707", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1109/access.2019.2923707", + "pdf_url": "https://ieeexplore.ieee.org/ielx7/6287639/8600701/08740989.pdf", + "source": { + "id": "https://openalex.org/S2485537415", + "display_name": "IEEE Access", + "issn_l": "2169-3536", + "issn": [ + "2169-3536" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310319808", + "host_organization_name": "Institute of Electrical and Electronics Engineers", + "host_organization_lineage": [ + "https://openalex.org/P4310319808" + ], + "host_organization_lineage_names": [ + "Institute of Electrical and Electronics Engineers" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IEEE Access", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref", + "doaj" + ], + "open_access": { + "is_oa": true, + "oa_status": "gold", + "oa_url": "https://ieeexplore.ieee.org/ielx7/6287639/8600701/08740989.pdf", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5013635040", + "display_name": "Senthilkumar Mohan", + "orcid": "https://orcid.org/0000-0002-8114-3147" + }, + "institutions": [ + { + "id": "https://openalex.org/I876193797", + "display_name": "Vellore Institute of Technology University", + "ror": "https://ror.org/00qzypv28", + "country_code": "IN", + "type": "education", + "lineage": [ + "https://openalex.org/I876193797" + ] + } + ], + "countries": [ + "IN" + ], + "is_corresponding": true, + "raw_author_name": "Senthilkumar Mohan", + "raw_affiliation_strings": [ + "School of Information Technology and Engineering, VIT University, Vellore, India" + ], + "raw_orcid": "https://orcid.org/0000-0002-8114-3147", + "affiliations": [ + { + "raw_affiliation_string": "School of Information Technology and Engineering, VIT University, Vellore, India", + "institution_ids": [ + "https://openalex.org/I876193797" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5012000651", + "display_name": "Chandrasegar Thirumalai", + "orcid": "https://orcid.org/0000-0001-5171-946X" + }, + "institutions": [ + { + "id": "https://openalex.org/I876193797", + "display_name": "Vellore Institute of Technology University", + "ror": "https://ror.org/00qzypv28", + "country_code": "IN", + "type": "education", + "lineage": [ + "https://openalex.org/I876193797" + ] + } + ], + "countries": [ + "IN" + ], + "is_corresponding": false, + "raw_author_name": "Chandrasegar Thirumalai", + "raw_affiliation_strings": [ + "School of Information Technology and Engineering, VIT University, Vellore, India" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "School of Information Technology and Engineering, VIT University, Vellore, India", + "institution_ids": [ + "https://openalex.org/I876193797" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5041541232", + "display_name": "Gautam Srivastava", + "orcid": "https://orcid.org/0000-0001-9851-4103" + }, + "institutions": [ + { + "id": "https://openalex.org/I48890080", + "display_name": "Brandon University", + "ror": "https://ror.org/02qp25a50", + "country_code": "CA", + "type": "education", + "lineage": [ + "https://openalex.org/I48890080" + ] + } + ], + "countries": [ + "CA" + ], + "is_corresponding": false, + "raw_author_name": "Gautam Srivastava", + "raw_affiliation_strings": [ + "Department of Mathematics and Computer Science, Brandon University, Brandon, MB, Canada" + ], + "raw_orcid": "https://orcid.org/0000-0001-9851-4103", + "affiliations": [ + { + "raw_affiliation_string": "Department of Mathematics and Computer Science, Brandon University, Brandon, MB, Canada", + "institution_ids": [ + "https://openalex.org/I48890080" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5013635040" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I876193797" + ], + "apc_list": { + "value": 1850, + "currency": "USD", + "value_usd": 1850 + }, + "apc_paid": { + "value": 1850, + "currency": "USD", + "value_usd": 1850 + }, + "fwci": 215.0425, + "has_fulltext": true, + "cited_by_count": 1855, + "citation_normalized_percentile": { + "value": 1.0, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "7", + "issue": null, + "first_page": "81542", + "last_page": "81554" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11396", + "display_name": "Artificial Intelligence in Healthcare", + "score": 0.9962000250816345, + "subfield": { + "id": "https://openalex.org/subfields/3605", + "display_name": "Health Information Management" + }, + "field": { + "id": "https://openalex.org/fields/36", + "display_name": "Health Professions" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11396", + "display_name": "Artificial Intelligence in Healthcare", + "score": 0.9962000250816345, + "subfield": { + "id": "https://openalex.org/subfields/3605", + "display_name": "Health Information Management" + }, + "field": { + "id": "https://openalex.org/fields/36", + "display_name": "Health Professions" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + }, + { + "id": "https://openalex.org/T11021", + "display_name": "ECG Monitoring and Analysis", + "score": 0.991100013256073, + "subfield": { + "id": "https://openalex.org/subfields/2705", + "display_name": "Cardiology and Cardiovascular Medicine" + }, + "field": { + "id": "https://openalex.org/fields/27", + "display_name": "Medicine" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + }, + { + "id": "https://openalex.org/T13038", + "display_name": "Internet of Things and AI", + "score": 0.9423999786376953, + "subfield": { + "id": "https://openalex.org/subfields/1710", + "display_name": "Information Systems" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7656811475753784 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.7299566864967346 + }, + { + "id": "https://openalex.org/keywords/random-forest", + "display_name": "Random forest", + "score": 0.6608107089996338 + }, + { + "id": "https://openalex.org/keywords/heart-disease", + "display_name": "Heart disease", + "score": 0.6548975110054016 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6171836853027344 + }, + { + "id": "https://openalex.org/keywords/predictive-modelling", + "display_name": "Predictive modelling", + "score": 0.49283671379089355 + }, + { + "id": "https://openalex.org/keywords/disease", + "display_name": "Disease", + "score": 0.48001474142074585 + }, + { + "id": "https://openalex.org/keywords/internet-of-things", + "display_name": "Internet of Things", + "score": 0.4755784571170807 + }, + { + "id": "https://openalex.org/keywords/support-vector-machine", + "display_name": "Support vector machine", + "score": 0.4480767250061035 + }, + { + "id": "https://openalex.org/keywords/the-internet", + "display_name": "The Internet", + "score": 0.41082069277763367 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.3668927550315857 + }, + { + "id": "https://openalex.org/keywords/medicine", + "display_name": "Medicine", + "score": 0.10342156887054443 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7656811475753784 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.7299566864967346 + }, + { + "id": "https://openalex.org/C169258074", + "wikidata": "https://www.wikidata.org/wiki/Q245748", + "display_name": "Random forest", + "level": 2, + "score": 0.6608107089996338 + }, + { + "id": "https://openalex.org/C2780074459", + "wikidata": "https://www.wikidata.org/wiki/Q389735", + "display_name": "Heart disease", + "level": 2, + "score": 0.6548975110054016 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6171836853027344 + }, + { + "id": "https://openalex.org/C45804977", + "wikidata": "https://www.wikidata.org/wiki/Q7239673", + "display_name": "Predictive modelling", + "level": 2, + "score": 0.49283671379089355 + }, + { + "id": "https://openalex.org/C2779134260", + "wikidata": "https://www.wikidata.org/wiki/Q12136", + "display_name": "Disease", + "level": 2, + "score": 0.48001474142074585 + }, + { + "id": "https://openalex.org/C81860439", + "wikidata": "https://www.wikidata.org/wiki/Q251212", + "display_name": "Internet of Things", + "level": 2, + "score": 0.4755784571170807 + }, + { + "id": "https://openalex.org/C12267149", + "wikidata": "https://www.wikidata.org/wiki/Q282453", + "display_name": "Support vector machine", + "level": 2, + "score": 0.4480767250061035 + }, + { + "id": "https://openalex.org/C110875604", + "wikidata": "https://www.wikidata.org/wiki/Q75", + "display_name": "The Internet", + "level": 2, + "score": 0.41082069277763367 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.3668927550315857 + }, + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.10342156887054443 + }, + { + "id": "https://openalex.org/C136764020", + "wikidata": "https://www.wikidata.org/wiki/Q466", + "display_name": "World Wide Web", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C164705383", + "wikidata": "https://www.wikidata.org/wiki/Q10379", + "display_name": "Cardiology", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C149635348", + "wikidata": "https://www.wikidata.org/wiki/Q193040", + "display_name": "Embedded system", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C142724271", + "wikidata": "https://www.wikidata.org/wiki/Q7208", + "display_name": "Pathology", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "doi:10.1109/access.2019.2923707", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1109/access.2019.2923707", + "pdf_url": "https://ieeexplore.ieee.org/ielx7/6287639/8600701/08740989.pdf", + "source": { + "id": "https://openalex.org/S2485537415", + "display_name": "IEEE Access", + "issn_l": "2169-3536", + "issn": [ + "2169-3536" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310319808", + "host_organization_name": "Institute of Electrical and Electronics Engineers", + "host_organization_lineage": [ + "https://openalex.org/P4310319808" + ], + "host_organization_lineage_names": [ + "Institute of Electrical and Electronics Engineers" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IEEE Access", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:doaj.org/article:fe87ff1a239645a0979c257a4dea4864", + "is_oa": true, + "landing_page_url": "https://doaj.org/article/fe87ff1a239645a0979c257a4dea4864", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401280", + "display_name": "DOAJ (DOAJ: Directory of Open Access Journals)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by-sa", + "license_id": "https://openalex.org/licenses/cc-by-sa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "IEEE Access, Vol 7, Pp 81542-81554 (2019)", + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "doi:10.1109/access.2019.2923707", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1109/access.2019.2923707", + "pdf_url": "https://ieeexplore.ieee.org/ielx7/6287639/8600701/08740989.pdf", + "source": { + "id": "https://openalex.org/S2485537415", + "display_name": "IEEE Access", + "issn_l": "2169-3536", + "issn": [ + "2169-3536" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310319808", + "host_organization_name": "Institute of Electrical and Electronics Engineers", + "host_organization_lineage": [ + "https://openalex.org/P4310319808" + ], + "host_organization_lineage_names": [ + "Institute of Electrical and Electronics Engineers" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IEEE Access", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [ + { + "id": "https://metadata.un.org/sdg/3", + "display_name": "Good health and well-being", + "score": 0.4000000059604645 + } + ], + "awards": [], + "funders": [ + { + "id": "https://openalex.org/F4320324301", + "display_name": "China Medical University", + "ror": "https://ror.org/032d4f246" + } + ], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 51, + "referenced_works": [ + "https://openalex.org/W1202595205", + "https://openalex.org/W1532110920", + "https://openalex.org/W1965587486", + "https://openalex.org/W1991788616", + "https://openalex.org/W2003552981", + "https://openalex.org/W2062302861", + "https://openalex.org/W2068677783", + "https://openalex.org/W2080084655", + "https://openalex.org/W2103773860", + "https://openalex.org/W2178875556", + "https://openalex.org/W2250033699", + "https://openalex.org/W2291481687", + "https://openalex.org/W2293583529", + "https://openalex.org/W2350016386", + "https://openalex.org/W2485540933", + "https://openalex.org/W2531733772", + "https://openalex.org/W2545758574", + "https://openalex.org/W2548815743", + "https://openalex.org/W2608803612", + "https://openalex.org/W2611268076", + "https://openalex.org/W2621148797", + "https://openalex.org/W2654097460", + "https://openalex.org/W2735054537", + "https://openalex.org/W2754167666", + "https://openalex.org/W2755200181", + "https://openalex.org/W2755582817", + "https://openalex.org/W2766387270", + "https://openalex.org/W2767227735", + "https://openalex.org/W2769429260", + "https://openalex.org/W2774583472", + "https://openalex.org/W2784051633", + "https://openalex.org/W2786070938", + "https://openalex.org/W2790256058", + "https://openalex.org/W2790718901", + "https://openalex.org/W2793130752", + "https://openalex.org/W2795204643", + "https://openalex.org/W2795328221", + "https://openalex.org/W2795595258", + "https://openalex.org/W2808560727", + "https://openalex.org/W2885492729", + "https://openalex.org/W2890070546", + "https://openalex.org/W2891931318", + "https://openalex.org/W2895999059", + "https://openalex.org/W2900794383", + "https://openalex.org/W2901917857", + "https://openalex.org/W2993696341", + "https://openalex.org/W6675712684", + "https://openalex.org/W6729093307", + "https://openalex.org/W6749585949", + "https://openalex.org/W6771454245", + "https://openalex.org/W6986592312" + ], + "related_works": [ + "https://openalex.org/W4245926026", + "https://openalex.org/W3193043704", + "https://openalex.org/W4386259002", + "https://openalex.org/W1546989560", + "https://openalex.org/W4396689146", + "https://openalex.org/W4200112873", + "https://openalex.org/W2955796858", + "https://openalex.org/W2004826645", + "https://openalex.org/W3191198889", + "https://openalex.org/W4399767560" + ], + "abstract_inverted_index": { + "Heart": [ + 0 + ], + "disease": [ + 1, + 18, + 86, + 153 + ], + "is": [ + 2, + 19, + 123 + ], + "one": [ + 3 + ], + "of": [ + 4, + 9, + 16, + 26, + 50, + 71, + 74, + 117, + 128, + 145 + ], + "the": [ + 5, + 12, + 24, + 47, + 54, + 72, + 112, + 115, + 148, + 155 + ], + "most": [ + 6 + ], + "significant": [ + 7, + 102 + ], + "causes": [ + 8 + ], + "mortality": [ + 10 + ], + "in": [ + 11, + 23, + 39, + 41, + 65, + 68, + 110, + 114 + ], + "world": [ + 13 + ], + "today.": [ + 14 + ], + "Prediction": [ + 15 + ], + "cardiovascular": [ + 17, + 118 + ], + "a": [ + 20, + 81, + 95, + 160 + ], + "critical": [ + 21 + ], + "challenge": [ + 22 + ], + "area": [ + 25 + ], + "clinical": [ + 27 + ], + "data": [ + 28, + 51 + ], + "analysis.": [ + 29 + ], + "Machine": [ + 30 + ], + "learning": [ + 31, + 107 + ], + "(ML)": [ + 32 + ], + "has": [ + 33 + ], + "been": [ + 34 + ], + "shown": [ + 35 + ], + "to": [ + 36 + ], + "be": [ + 37 + ], + "effective": [ + 38 + ], + "assisting": [ + 40 + ], + "making": [ + 42 + ], + "decisions": [ + 43 + ], + "and": [ + 44, + 130 + ], + "predictions": [ + 45 + ], + "from": [ + 46 + ], + "large": [ + 48 + ], + "quantity": [ + 49 + ], + "produced": [ + 52 + ], + "by": [ + 53, + 104 + ], + "healthcare": [ + 55 + ], + "industry.": [ + 56 + ], + "We": [ + 57, + 135 + ], + "have": [ + 58 + ], + "also": [ + 59 + ], + "seen": [ + 60 + ], + "ML": [ + 61, + 88 + ], + "techniques": [ + 62, + 108 + ], + "being": [ + 63 + ], + "used": [ + 64 + ], + "recent": [ + 66 + ], + "developments": [ + 67 + ], + "different": [ + 69, + 126 + ], + "areas": [ + 70 + ], + "Internet": [ + 73 + ], + "Things": [ + 75 + ], + "(IoT).": [ + 76 + ], + "Various": [ + 77 + ], + "studies": [ + 78 + ], + "give": [ + 79 + ], + "only": [ + 80 + ], + "glimpse": [ + 82 + ], + "into": [ + 83 + ], + "predicting": [ + 84 + ], + "heart": [ + 85, + 152 + ], + "with": [ + 87, + 125, + 141, + 154, + 159 + ], + "techniques.": [ + 89, + 134 + ], + "In": [ + 90 + ], + "this": [ + 91 + ], + "paper,": [ + 92 + ], + "we": [ + 93 + ], + "propose": [ + 94 + ], + "novel": [ + 96 + ], + "method": [ + 97 + ], + "that": [ + 98 + ], + "aims": [ + 99 + ], + "at": [ + 100 + ], + "finding": [ + 101 + ], + "features": [ + 103, + 129 + ], + "applying": [ + 105 + ], + "machine": [ + 106 + ], + "resulting": [ + 109 + ], + "improving": [ + 111 + ], + "accuracy": [ + 113, + 143 + ], + "prediction": [ + 116, + 121, + 149 + ], + "disease.": [ + 119 + ], + "The": [ + 120 + ], + "model": [ + 122, + 150, + 162 + ], + "introduced": [ + 124 + ], + "combinations": [ + 127 + ], + "several": [ + 131 + ], + "known": [ + 132 + ], + "classification": [ + 133 + ], + "produce": [ + 136 + ], + "an": [ + 137, + 142 + ], + "enhanced": [ + 138 + ], + "performance": [ + 139 + ], + "level": [ + 140, + 144 + ], + "88.7%": [ + 146 + ], + "through": [ + 147 + ], + "for": [ + 151 + ], + "hybrid": [ + 156 + ], + "random": [ + 157 + ], + "forest": [ + 158 + ], + "linear": [ + 161 + ], + "(HRFLM).": [ + 163 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 81 + }, + { + "year": 2025, + "cited_by_count": 299 + }, + { + "year": 2024, + "cited_by_count": 376 + }, + { + "year": 2023, + "cited_by_count": 443 + }, + { + "year": 2022, + "cited_by_count": 335 + }, + { + "year": 2021, + "cited_by_count": 221 + }, + { + "year": 2020, + "cited_by_count": 90 + }, + { + "year": 2019, + "cited_by_count": 9 + }, + { + "year": 2012, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2995098893", + "doi": "https://doi.org/10.1186/s12911-019-1004-8", + "title": "Comparing different supervised machine learning algorithms for disease prediction", + "display_name": "Comparing different supervised machine learning algorithms for disease prediction", + "relevance_score": 2537.0056, + "publication_year": 2019, + "publication_date": "2019-12-01", + "ids": { + "openalex": "https://openalex.org/W2995098893", + "doi": "https://doi.org/10.1186/s12911-019-1004-8", + "mag": "2995098893", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/31864346" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1186/s12911-019-1004-8", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1186/s12911-019-1004-8", + "pdf_url": "https://bmcmedinformdecismak.biomedcentral.com/track/pdf/10.1186/s12911-019-1004-8", + "source": { + "id": "https://openalex.org/S107516304", + "display_name": "BMC Medical Informatics and Decision Making", + "issn_l": "1472-6947", + "issn": [ + "1472-6947" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320256", + "host_organization_name": "BioMed Central", + "host_organization_lineage": [ + "https://openalex.org/P4310320256", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "BioMed Central", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "BMC Medical Informatics and Decision Making", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref", + "doaj", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "gold", + "oa_url": "https://bmcmedinformdecismak.biomedcentral.com/track/pdf/10.1186/s12911-019-1004-8", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5073472514", + "display_name": "Shahadat Uddin", + "orcid": "https://orcid.org/0000-0003-0091-6919" + }, + "institutions": [ + { + "id": "https://openalex.org/I129604602", + "display_name": "The University of Sydney", + "ror": "https://ror.org/0384j8v12", + "country_code": "AU", + "type": "education", + "lineage": [ + "https://openalex.org/I129604602" + ] + } + ], + "countries": [ + "AU" + ], + "is_corresponding": true, + "raw_author_name": "Shahadat Uddin", + "raw_affiliation_strings": [ + "Complex Systems Research Group, Faculty of Engineering, The University of Sydney, Room 524, SIT Building (J12), Darlington, NSW, 2008, Australia. shahadat.uddin@sydney.edu.au", + "Complex Systems Research Group, Faculty of Engineering, The University of Sydney, Room 524, SIT Building (J12), Darlington, NSW, 2008, Australia" + ], + "raw_orcid": "https://orcid.org/0000-0003-0091-6919", + "affiliations": [ + { + "raw_affiliation_string": "Complex Systems Research Group, Faculty of Engineering, The University of Sydney, Room 524, SIT Building (J12), Darlington, NSW, 2008, Australia. shahadat.uddin@sydney.edu.au", + "institution_ids": [ + "https://openalex.org/I129604602" + ] + }, + { + "raw_affiliation_string": "Complex Systems Research Group, Faculty of Engineering, The University of Sydney, Room 524, SIT Building (J12), Darlington, NSW, 2008, Australia", + "institution_ids": [ + "https://openalex.org/I129604602" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5050771060", + "display_name": "Arif Khan", + "orcid": "https://orcid.org/0000-0002-5793-933X" + }, + "institutions": [ + { + "id": "https://openalex.org/I129604602", + "display_name": "The University of Sydney", + "ror": "https://ror.org/0384j8v12", + "country_code": "AU", + "type": "education", + "lineage": [ + "https://openalex.org/I129604602" + ] + }, + { + "id": "https://openalex.org/I4210117369", + "display_name": "RoZetta Institute", + "ror": "https://ror.org/02ex29a12", + "country_code": "AU", + "type": "nonprofit", + "lineage": [ + "https://openalex.org/I4210117369" + ] + } + ], + "countries": [ + "AU" + ], + "is_corresponding": false, + "raw_author_name": "Arif Khan", + "raw_affiliation_strings": [ + "Complex Systems Research Group, Faculty of Engineering, The University of Sydney, Room 524, SIT Building (J12), Darlington, NSW, 2008, Australia", + "Health Market Quality Research Stream, Capital Markets CRC, Level 3, 55 Harrington Street, Sydney, NSW, Australia" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Complex Systems Research Group, Faculty of Engineering, The University of Sydney, Room 524, SIT Building (J12), Darlington, NSW, 2008, Australia", + "institution_ids": [ + "https://openalex.org/I129604602" + ] + }, + { + "raw_affiliation_string": "Health Market Quality Research Stream, Capital Markets CRC, Level 3, 55 Harrington Street, Sydney, NSW, Australia", + "institution_ids": [ + "https://openalex.org/I4210117369" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5027942770", + "display_name": "Md Ekramul Hossain", + "orcid": "https://orcid.org/0000-0001-6913-8313" + }, + "institutions": [ + { + "id": "https://openalex.org/I129604602", + "display_name": "The University of Sydney", + "ror": "https://ror.org/0384j8v12", + "country_code": "AU", + "type": "education", + "lineage": [ + "https://openalex.org/I129604602" + ] + } + ], + "countries": [ + "AU" + ], + "is_corresponding": false, + "raw_author_name": "Md Ekramul Hossain", + "raw_affiliation_strings": [ + "Complex Systems Research Group, Faculty of Engineering, The University of Sydney, Room 524, SIT Building (J12), Darlington, NSW, 2008, Australia" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Complex Systems Research Group, Faculty of Engineering, The University of Sydney, Room 524, SIT Building (J12), Darlington, NSW, 2008, Australia", + "institution_ids": [ + "https://openalex.org/I129604602" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5034828056", + "display_name": "Mohammad Ali Moni", + "orcid": "https://orcid.org/0000-0003-0756-1006" + }, + "institutions": [ + { + "id": "https://openalex.org/I129604602", + "display_name": "The University of Sydney", + "ror": "https://ror.org/0384j8v12", + "country_code": "AU", + "type": "education", + "lineage": [ + "https://openalex.org/I129604602" + ] + } + ], + "countries": [ + "AU" + ], + "is_corresponding": false, + "raw_author_name": "Mohammad Ali Moni", + "raw_affiliation_strings": [ + "Faculty of Medicine and Health, School of Medical Sciences, The University of Sydney, Camperdown, NSW, 2006, Australia" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Faculty of Medicine and Health, School of Medical Sciences, The University of Sydney, Camperdown, NSW, 2006, Australia", + "institution_ids": [ + "https://openalex.org/I129604602" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 4, + "corresponding_author_ids": [ + "https://openalex.org/A5073472514" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I129604602" + ], + "apc_list": { + "value": 1570, + "currency": "GBP", + "value_usd": 1925 + }, + "apc_paid": { + "value": 1570, + "currency": "GBP", + "value_usd": 1925 + }, + "fwci": 163.4859, + "has_fulltext": false, + "cited_by_count": 1618, + "citation_normalized_percentile": { + "value": 0.99985259, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "19", + "issue": "1", + "first_page": "281", + "last_page": "281" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11396", + "display_name": "Artificial Intelligence in Healthcare", + "score": 0.8751999735832214, + "subfield": { + "id": "https://openalex.org/subfields/3605", + "display_name": "Health Information Management" + }, + "field": { + "id": "https://openalex.org/fields/36", + "display_name": "Health Professions" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11396", + "display_name": "Artificial Intelligence in Healthcare", + "score": 0.8751999735832214, + "subfield": { + "id": "https://openalex.org/subfields/3605", + "display_name": "Health Information Management" + }, + "field": { + "id": "https://openalex.org/fields/36", + "display_name": "Health Professions" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + }, + { + "id": "https://openalex.org/T13702", + "display_name": "Machine Learning in Healthcare", + "score": 0.008799999952316284, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11652", + "display_name": "Imbalanced Data Classification Techniques", + "score": 0.0066999997943639755, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/health-informatics", + "display_name": "Health informatics", + "score": 0.7566148042678833 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6764706373214722 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6419437527656555 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5513378381729126 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.41022202372550964 + }, + { + "id": "https://openalex.org/keywords/public-health", + "display_name": "Public health", + "score": 0.221120685338974 + }, + { + "id": "https://openalex.org/keywords/medicine", + "display_name": "Medicine", + "score": 0.2029423713684082 + }, + { + "id": "https://openalex.org/keywords/nursing", + "display_name": "Nursing", + "score": 0.09734433889389038 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C145642194", + "wikidata": "https://www.wikidata.org/wiki/Q870895", + "display_name": "Health informatics", + "level": 3, + "score": 0.7566148042678833 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6764706373214722 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6419437527656555 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5513378381729126 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.41022202372550964 + }, + { + "id": "https://openalex.org/C138816342", + "wikidata": "https://www.wikidata.org/wiki/Q189603", + "display_name": "Public health", + "level": 2, + "score": 0.221120685338974 + }, + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.2029423713684082 + }, + { + "id": "https://openalex.org/C159110408", + "wikidata": "https://www.wikidata.org/wiki/Q121176", + "display_name": "Nursing", + "level": 1, + "score": 0.09734433889389038 + } + ], + "mesh": [ + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000081415", + "descriptor_name": "Clinical Decision Rules", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000081415", + "descriptor_name": "Clinical Decision Rules", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000081415", + "descriptor_name": "Clinical Decision Rules", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D001499", + "descriptor_name": "Bayes Theorem", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D001499", + "descriptor_name": "Bayes Theorem", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D001499", + "descriptor_name": "Bayes Theorem", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012307", + "descriptor_name": "Risk Factors", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012307", + "descriptor_name": "Risk Factors", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012307", + "descriptor_name": "Risk Factors", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D057225", + "descriptor_name": "Data Mining", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D057225", + "descriptor_name": "Data Mining", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D057225", + "descriptor_name": "Data Mining", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D060388", + "descriptor_name": "Support Vector Machine", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D060388", + "descriptor_name": "Support Vector Machine", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D060388", + "descriptor_name": "Support Vector Machine", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + } + ], + "locations_count": 5, + "locations": [ + { + "id": "doi:10.1186/s12911-019-1004-8", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1186/s12911-019-1004-8", + "pdf_url": "https://bmcmedinformdecismak.biomedcentral.com/track/pdf/10.1186/s12911-019-1004-8", + "source": { + "id": "https://openalex.org/S107516304", + "display_name": "BMC Medical Informatics and Decision Making", + "issn_l": "1472-6947", + "issn": [ + "1472-6947" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320256", + "host_organization_name": "BioMed Central", + "host_organization_lineage": [ + "https://openalex.org/P4310320256", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "BioMed Central", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "BMC Medical Informatics and Decision Making", + "raw_type": "journal-article" + }, + { + "id": "pmid:31864346", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/31864346", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "BMC medical informatics and decision making", + "raw_type": null + }, + { + "id": "pmh:oai:pure.atira.dk:publications/17d2b406-1692-4f37-9f49-13ef0305ae3b", + "is_oa": true, + "landing_page_url": "https://researchoutput.csu.edu.au/en/publications/17d2b406-1692-4f37-9f49-13ef0305ae3b", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S7407055442", + "display_name": "Charles Sturt University Research Output (CRO)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Uddin, S, Khan, A, Hossain, M E & Moni, M A 2019, 'Comparing different supervised machine learning algorithms for disease prediction', BMC Medical Informatics and Decision Making, vol. 19, no. 1, 281. https://doi.org/10.1186/s12911-019-1004-8", + "raw_type": "info:eu-repo/semantics/publishedVersion" + }, + { + "id": "pmh:oai:doaj.org/article:9563bebece94495291af01cd287627a5", + "is_oa": false, + "landing_page_url": "https://doaj.org/article/9563bebece94495291af01cd287627a5", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401280", + "display_name": "DOAJ (DOAJ: Directory of Open Access Journals)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "BMC Medical Informatics and Decision Making, Vol 19, Iss 1, Pp 1-16 (2019)", + "raw_type": "article" + }, + { + "id": "pmh:oai:pubmedcentral.nih.gov:6925840", + "is_oa": true, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/6925840", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2764455111", + "display_name": "PubMed Central", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "BMC Med Inform Decis Mak", + "raw_type": "Text" + } + ], + "best_oa_location": { + "id": "doi:10.1186/s12911-019-1004-8", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1186/s12911-019-1004-8", + "pdf_url": "https://bmcmedinformdecismak.biomedcentral.com/track/pdf/10.1186/s12911-019-1004-8", + "source": { + "id": "https://openalex.org/S107516304", + "display_name": "BMC Medical Informatics and Decision Making", + "issn_l": "1472-6947", + "issn": [ + "1472-6947" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320256", + "host_organization_name": "BioMed Central", + "host_organization_lineage": [ + "https://openalex.org/P4310320256", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "BioMed Central", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "BMC Medical Informatics and Decision Making", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 87, + "referenced_works": [ + "https://openalex.org/W51263609", + "https://openalex.org/W101938375", + "https://openalex.org/W129507607", + "https://openalex.org/W166622706", + "https://openalex.org/W179179905", + "https://openalex.org/W1130077638", + "https://openalex.org/W1171616665", + "https://openalex.org/W1498436455", + "https://openalex.org/W1565746575", + "https://openalex.org/W1590675038", + "https://openalex.org/W1596324102", + "https://openalex.org/W1615991656", + "https://openalex.org/W1648885110", + "https://openalex.org/W1651586605", + "https://openalex.org/W1756788811", + "https://openalex.org/W1968571599", + "https://openalex.org/W1972404374", + "https://openalex.org/W1972588194", + "https://openalex.org/W1973448749", + "https://openalex.org/W1973948212", + "https://openalex.org/W1983024255", + "https://openalex.org/W1995341919", + "https://openalex.org/W1996856743", + "https://openalex.org/W2005501262", + "https://openalex.org/W2012316318", + "https://openalex.org/W2017993392", + "https://openalex.org/W2049623605", + "https://openalex.org/W2052655222", + "https://openalex.org/W2063130532", + "https://openalex.org/W2065831478", + "https://openalex.org/W2066525392", + "https://openalex.org/W2083866813", + "https://openalex.org/W2101234009", + "https://openalex.org/W2103069675", + "https://openalex.org/W2103441516", + "https://openalex.org/W2104890527", + "https://openalex.org/W2111974630", + "https://openalex.org/W2117646649", + "https://openalex.org/W2118020653", + "https://openalex.org/W2120109270", + "https://openalex.org/W2122111042", + "https://openalex.org/W2149706766", + "https://openalex.org/W2156098321", + "https://openalex.org/W2157784421", + "https://openalex.org/W2158698691", + "https://openalex.org/W2184248488", + "https://openalex.org/W2187651840", + "https://openalex.org/W2242827712", + "https://openalex.org/W2256130358", + "https://openalex.org/W2259337669", + "https://openalex.org/W2270635011", + "https://openalex.org/W2277317151", + "https://openalex.org/W2285678238", + "https://openalex.org/W2324845196", + "https://openalex.org/W2339549526", + "https://openalex.org/W2394922069", + "https://openalex.org/W2407129890", + "https://openalex.org/W2478337590", + "https://openalex.org/W2498119267", + "https://openalex.org/W2504629029", + "https://openalex.org/W2511048274", + "https://openalex.org/W2548466742", + "https://openalex.org/W2569214105", + "https://openalex.org/W2604503416", + "https://openalex.org/W2610135452", + "https://openalex.org/W2614141400", + "https://openalex.org/W2754510604", + "https://openalex.org/W2755895186", + "https://openalex.org/W2757722543", + "https://openalex.org/W2764175852", + "https://openalex.org/W2773413394", + "https://openalex.org/W2784168210", + "https://openalex.org/W2791504809", + "https://openalex.org/W2796884049", + "https://openalex.org/W2799071577", + "https://openalex.org/W2800253831", + "https://openalex.org/W2807027008", + "https://openalex.org/W2807992546", + "https://openalex.org/W2885479215", + "https://openalex.org/W2904579171", + "https://openalex.org/W2911495555", + "https://openalex.org/W2911964244", + "https://openalex.org/W2963873275", + "https://openalex.org/W2991792334", + "https://openalex.org/W4285719527", + "https://openalex.org/W6607259140", + "https://openalex.org/W6675354045" + ], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W3046775127", + "https://openalex.org/W4394896187", + "https://openalex.org/W3170094116", + "https://openalex.org/W4386462264", + "https://openalex.org/W3107602296", + "https://openalex.org/W4364306694", + "https://openalex.org/W4312192474", + "https://openalex.org/W4283697347" + ], + "abstract_inverted_index": { + "BACKGROUND:": [ + 0 + ], + "Supervised": [ + 1 + ], + "machine": [ + 2, + 43, + 74, + 108, + 200, + 225 + ], + "learning": [ + 3, + 44, + 75, + 109, + 201, + 226 + ], + "algorithms": [ + 4, + 110, + 202 + ], + "have": [ + 5 + ], + "been": [ + 6 + ], + "a": [ + 7, + 23, + 188 + ], + "dominant": [ + 8 + ], + "method": [ + 9 + ], + "in": [ + 10, + 100, + 163, + 176, + 218 + ], + "the": [ + 11, + 35, + 103, + 118, + 133, + 141, + 151, + 160, + 179, + 192, + 219 + ], + "data": [ + 12, + 19 + ], + "mining": [ + 13 + ], + "field.": [ + 14 + ], + "Disease": [ + 15 + ], + "prediction": [ + 16 + ], + "using": [ + 17 + ], + "health": [ + 18 + ], + "has": [ + 20 + ], + "recently": [ + 21 + ], + "shown": [ + 22 + ], + "potential": [ + 24 + ], + "application": [ + 25 + ], + "area": [ + 26 + ], + "for": [ + 27, + 51, + 89, + 102, + 111, + 203, + 228 + ], + "these": [ + 28 + ], + "methods.": [ + 29 + ], + "This": [ + 30, + 169, + 185, + 206 + ], + "study": [ + 31, + 186 + ], + "ai7ms": [ + 32 + ], + "to": [ + 33, + 64, + 215 + ], + "identify": [ + 34, + 65 + ], + "key": [ + 36 + ], + "trends": [ + 37 + ], + "among": [ + 38, + 105 + ], + "different": [ + 39, + 90, + 196 + ], + "types": [ + 40, + 91 + ], + "of": [ + 41, + 92, + 165, + 178, + 191, + 195, + 198, + 209, + 221 + ], + "supervised": [ + 42, + 73, + 107, + 199, + 224 + ], + "algorithms,": [ + 45 + ], + "and": [ + 46, + 49, + 85 + ], + "their": [ + 47, + 229 + ], + "performance": [ + 48, + 194, + 211 + ], + "usage": [ + 50 + ], + "disease": [ + 52, + 79, + 112, + 204 + ], + "risk": [ + 53 + ], + "prediction.": [ + 54, + 80, + 113, + 205 + ], + "METHODS:": [ + 55 + ], + "In": [ + 56 + ], + "this": [ + 57 + ], + "study,": [ + 58 + ], + "extensive": [ + 59 + ], + "research": [ + 60 + ], + "efforts": [ + 61 + ], + "were": [ + 62, + 87 + ], + "made": [ + 63 + ], + "those": [ + 66 + ], + "studies": [ + 67, + 153, + 180 + ], + "that": [ + 68, + 117 + ], + "applied": [ + 69, + 125 + ], + "more": [ + 70 + ], + "than": [ + 71 + ], + "one": [ + 72 + ], + "algorithm": [ + 76, + 123, + 136, + 145, + 227 + ], + "on": [ + 77 + ], + "single": [ + 78 + ], + "Two": [ + 81 + ], + "databases": [ + 82 + ], + "(i.e.,": [ + 83 + ], + "Scopus": [ + 84 + ], + "PubMed)": [ + 86 + ], + "searched": [ + 88 + ], + "search": [ + 93 + ], + "items.": [ + 94 + ], + "Thus,": [ + 95 + ], + "we": [ + 96 + ], + "selected": [ + 97 + ], + "48": [ + 98 + ], + "articles": [ + 99 + ], + "total": [ + 101 + ], + "comparison": [ + 104 + ], + "variants": [ + 106, + 197 + ], + "RESULTS:": [ + 114 + ], + "We": [ + 115 + ], + "found": [ + 116 + ], + "Support": [ + 119 + ], + "Vector": [ + 120 + ], + "Machine": [ + 121 + ], + "(SVM)": [ + 122 + ], + "is": [ + 124 + ], + "most": [ + 126 + ], + "frequently": [ + 127 + ], + "(in": [ + 128, + 137 + ], + "29": [ + 129 + ], + "studies)": [ + 130 + ], + "followed": [ + 131, + 171 + ], + "by": [ + 132, + 172 + ], + "Naïve": [ + 134 + ], + "Bayes": [ + 135 + ], + "23": [ + 138 + ], + "studies).": [ + 139 + ], + "However,": [ + 140 + ], + "Random": [ + 142 + ], + "Forest": [ + 143 + ], + "(RF)": [ + 144 + ], + "showed": [ + 146, + 159 + ], + "superior": [ + 147 + ], + "accuracy": [ + 148, + 162 + ], + "comparatively.": [ + 149 + ], + "Of": [ + 150 + ], + "17": [ + 152 + ], + "where": [ + 154 + ], + "it": [ + 155, + 181 + ], + "was": [ + 156, + 170, + 182 + ], + "applied,": [ + 157 + ], + "RF": [ + 158 + ], + "highest": [ + 161 + ], + "9": [ + 164 + ], + "them,": [ + 166 + ], + "i.e.,": [ + 167 + ], + "53%.": [ + 168 + ], + "SVM": [ + 173 + ], + "which": [ + 174 + ], + "topped": [ + 175 + ], + "41%": [ + 177 + ], + "considered.": [ + 183 + ], + "CONCLUSION:": [ + 184 + ], + "provides": [ + 187 + ], + "wide": [ + 189 + ], + "overview": [ + 190 + ], + "relative": [ + 193, + 210 + ], + "important": [ + 207 + ], + "information": [ + 208 + ], + "can": [ + 212 + ], + "be": [ + 213 + ], + "used": [ + 214 + ], + "aid": [ + 216 + ], + "researchers": [ + 217 + ], + "selection": [ + 220 + ], + "an": [ + 222 + ], + "appropriate": [ + 223 + ], + "studies.": [ + 230 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 72 + }, + { + "year": 2025, + "cited_by_count": 313 + }, + { + "year": 2024, + "cited_by_count": 370 + }, + { + "year": 2023, + "cited_by_count": 368 + }, + { + "year": 2022, + "cited_by_count": 289 + }, + { + "year": 2021, + "cited_by_count": 168 + }, + { + "year": 2020, + "cited_by_count": 37 + } + ], + "updated_date": "2026-05-27T09:02:27.158192", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2936573766", + "doi": "https://doi.org/10.1186/s12874-019-0681-4", + "title": "Machine learning in medicine: a practical introduction", + "display_name": "Machine learning in medicine: a practical introduction", + "relevance_score": 2524.7993, + "publication_year": 2019, + "publication_date": "2019-03-19", + "ids": { + "openalex": "https://openalex.org/W2936573766", + "doi": "https://doi.org/10.1186/s12874-019-0681-4", + "mag": "2936573766", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/30890124" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1186/s12874-019-0681-4", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1186/s12874-019-0681-4", + "pdf_url": "https://bmcmedresmethodol.biomedcentral.com/track/pdf/10.1186/s12874-019-0681-4", + "source": { + "id": "https://openalex.org/S185874209", + "display_name": "BMC Medical Research Methodology", + "issn_l": "1471-2288", + "issn": [ + "1471-2288" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320256", + "host_organization_name": "BioMed Central", + "host_organization_lineage": [ + "https://openalex.org/P4310320256", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "BioMed Central", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "BMC Medical Research Methodology", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref", + "doaj", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "gold", + "oa_url": "https://bmcmedresmethodol.biomedcentral.com/track/pdf/10.1186/s12874-019-0681-4", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5011988336", + "display_name": "Jenni A. M. Sidey-Gibbons", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I241749", + "display_name": "University of Cambridge", + "ror": "https://ror.org/013meh722", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I241749" + ] + } + ], + "countries": [ + "GB" + ], + "is_corresponding": false, + "raw_author_name": "Jenni A. M. Sidey-Gibbons", + "raw_affiliation_strings": [ + "Department of Engineering, University of Cambridge, Trumpington Street, Cambridge, CB2 1PZ, UK" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Engineering, University of Cambridge, Trumpington Street, Cambridge, CB2 1PZ, UK", + "institution_ids": [ + "https://openalex.org/I241749" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5038685423", + "display_name": "Chris Sidey‐Gibbons", + "orcid": "https://orcid.org/0000-0002-4732-7305" + }, + "institutions": [ + { + "id": "https://openalex.org/I1283280774", + "display_name": "Brigham and Women's Hospital", + "ror": "https://ror.org/04b6nzv94", + "country_code": "US", + "type": "healthcare", + "lineage": [ + "https://openalex.org/I1283280774", + "https://openalex.org/I48633490" + ] + }, + { + "id": "https://openalex.org/I136199984", + "display_name": "Harvard University", + "ror": "https://ror.org/03vek6s52", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I136199984" + ] + }, + { + "id": "https://openalex.org/I241749", + "display_name": "University of Cambridge", + "ror": "https://ror.org/013meh722", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I241749" + ] + } + ], + "countries": [ + "GB", + "US" + ], + "is_corresponding": true, + "raw_author_name": "Chris J. Sidey-Gibbons", + "raw_affiliation_strings": [ + "Department of Surgery, Brigham and Women's Hospital, 75 Francis Street, Boston, 01225, Massachusetts, USA. cgibbons2@bwh.harvard.edu", + "Department of Surgery, Harvard Medical School, 25 Shattuck Street, Boston, 01225, Massachusetts, USA. cgibbons2@bwh.harvard.edu", + "University of Cambridge Psychometrics Centre, Trumpington Street, Cambridge, CB2 1AG, UK. cgibbons2@bwh.harvard.edu", + "Department of Surgery, Harvard Medical School, 25 Shattuck Street, Boston, 01225, Massachusetts, USA" + ], + "raw_orcid": "https://orcid.org/0000-0002-4732-7305", + "affiliations": [ + { + "raw_affiliation_string": "Department of Surgery, Brigham and Women's Hospital, 75 Francis Street, Boston, 01225, Massachusetts, USA. cgibbons2@bwh.harvard.edu", + "institution_ids": [ + "https://openalex.org/I1283280774" + ] + }, + { + "raw_affiliation_string": "Department of Surgery, Harvard Medical School, 25 Shattuck Street, Boston, 01225, Massachusetts, USA. cgibbons2@bwh.harvard.edu", + "institution_ids": [ + "https://openalex.org/I136199984" + ] + }, + { + "raw_affiliation_string": "University of Cambridge Psychometrics Centre, Trumpington Street, Cambridge, CB2 1AG, UK. cgibbons2@bwh.harvard.edu", + "institution_ids": [ + "https://openalex.org/I241749" + ] + }, + { + "raw_affiliation_string": "Department of Surgery, Harvard Medical School, 25 Shattuck Street, Boston, 01225, Massachusetts, USA", + "institution_ids": [ + "https://openalex.org/I136199984" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5038685423" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I1283280774", + "https://openalex.org/I136199984", + "https://openalex.org/I241749" + ], + "apc_list": { + "value": 1790, + "currency": "GBP", + "value_usd": 2195 + }, + "apc_paid": { + "value": 1790, + "currency": "GBP", + "value_usd": 2195 + }, + "fwci": 68.7809, + "has_fulltext": true, + "cited_by_count": 1263, + "citation_normalized_percentile": { + "value": 0.99923339, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 98, + "max": 100 + }, + "biblio": { + "volume": "19", + "issue": "1", + "first_page": "64", + "last_page": "64" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10862", + "display_name": "AI in cancer detection", + "score": 0.9581000208854675, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10862", + "display_name": "AI in cancer detection", + "score": 0.9581000208854675, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12422", + "display_name": "Radiomics and Machine Learning in Medical Imaging", + "score": 0.003700000001117587, + "subfield": { + "id": "https://openalex.org/subfields/2741", + "display_name": "Radiology, Nuclear Medicine and Imaging" + }, + "field": { + "id": "https://openalex.org/fields/27", + "display_name": "Medicine" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + }, + { + "id": "https://openalex.org/T12994", + "display_name": "Infrared Thermography in Medicine", + "score": 0.0031999999191612005, + "subfield": { + "id": "https://openalex.org/subfields/2741", + "display_name": "Radiology, Nuclear Medicine and Imaging" + }, + "field": { + "id": "https://openalex.org/fields/27", + "display_name": "Medicine" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.8439639806747437 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.762427806854248 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7216744422912598 + }, + { + "id": "https://openalex.org/keywords/support-vector-machine", + "display_name": "Support vector machine", + "score": 0.7101428508758545 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.48576977849006653 + }, + { + "id": "https://openalex.org/keywords/cross-validation", + "display_name": "Cross-validation", + "score": 0.4503832459449768 + }, + { + "id": "https://openalex.org/keywords/sensitivity", + "display_name": "Sensitivity (control systems)", + "score": 0.4276343286037445 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.39164337515830994 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.33824363350868225 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.8439639806747437 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.762427806854248 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7216744422912598 + }, + { + "id": "https://openalex.org/C12267149", + "wikidata": "https://www.wikidata.org/wiki/Q282453", + "display_name": "Support vector machine", + "level": 2, + "score": 0.7101428508758545 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.48576977849006653 + }, + { + "id": "https://openalex.org/C27181475", + "wikidata": "https://www.wikidata.org/wiki/Q541014", + "display_name": "Cross-validation", + "level": 2, + "score": 0.4503832459449768 + }, + { + "id": "https://openalex.org/C21200559", + "wikidata": "https://www.wikidata.org/wiki/Q7451068", + "display_name": "Sensitivity (control systems)", + "level": 2, + "score": 0.4276343286037445 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.39164337515830994 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.33824363350868225 + }, + { + "id": "https://openalex.org/C24326235", + "wikidata": "https://www.wikidata.org/wiki/Q126095", + "display_name": "Electronic engineering", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C127413603", + "wikidata": "https://www.wikidata.org/wiki/Q11023", + "display_name": "Engineering", + "level": 0, + "score": 0.0 + } + ], + "mesh": [ + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D001943", + "descriptor_name": "Breast Neoplasms", + "qualifier_ui": "Q000175", + "qualifier_name": "diagnosis", + "is_major_topic": false + }, + { + "descriptor_ui": "D001943", + "descriptor_name": "Breast Neoplasms", + "qualifier_ui": "Q000175", + "qualifier_name": "diagnosis", + "is_major_topic": false + }, + { + "descriptor_ui": "D001943", + "descriptor_name": "Breast Neoplasms", + "qualifier_ui": "Q000175", + "qualifier_name": "diagnosis", + "is_major_topic": false + }, + { + "descriptor_ui": "D001943", + "descriptor_name": "Breast Neoplasms", + "qualifier_ui": "Q000175", + "qualifier_name": "diagnosis", + "is_major_topic": false + }, + { + "descriptor_ui": "D001943", + "descriptor_name": "Breast Neoplasms", + "qualifier_ui": "Q000175", + "qualifier_name": "diagnosis", + "is_major_topic": false + }, + { + "descriptor_ui": "D003936", + "descriptor_name": "Diagnosis, Computer-Assisted", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D003936", + "descriptor_name": "Diagnosis, Computer-Assisted", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D003936", + "descriptor_name": "Diagnosis, Computer-Assisted", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D003936", + "descriptor_name": "Diagnosis, Computer-Assisted", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D003936", + "descriptor_name": "Diagnosis, Computer-Assisted", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D005260", + "descriptor_name": "Female", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D005260", + "descriptor_name": "Female", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D005260", + "descriptor_name": "Female", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D005260", + "descriptor_name": "Female", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D005260", + "descriptor_name": "Female", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012680", + "descriptor_name": "Sensitivity and Specificity", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012680", + "descriptor_name": "Sensitivity and Specificity", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012680", + "descriptor_name": "Sensitivity and Specificity", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012680", + "descriptor_name": "Sensitivity and Specificity", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012680", + "descriptor_name": "Sensitivity and Specificity", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012984", + "descriptor_name": "Software", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012984", + "descriptor_name": "Software", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012984", + "descriptor_name": "Software", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012984", + "descriptor_name": "Software", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012984", + "descriptor_name": "Software", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D016571", + "descriptor_name": "Neural Networks, Computer", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D016571", + "descriptor_name": "Neural Networks, Computer", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D016571", + "descriptor_name": "Neural Networks, Computer", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D016571", + "descriptor_name": "Neural Networks, Computer", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D016571", + "descriptor_name": "Neural Networks, Computer", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D060388", + "descriptor_name": "Support Vector Machine", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D060388", + "descriptor_name": "Support Vector Machine", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D060388", + "descriptor_name": "Support Vector Machine", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D060388", + "descriptor_name": "Support Vector Machine", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D060388", + "descriptor_name": "Support Vector Machine", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + } + ], + "locations_count": 4, + "locations": [ + { + "id": "doi:10.1186/s12874-019-0681-4", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1186/s12874-019-0681-4", + "pdf_url": "https://bmcmedresmethodol.biomedcentral.com/track/pdf/10.1186/s12874-019-0681-4", + "source": { + "id": "https://openalex.org/S185874209", + "display_name": "BMC Medical Research Methodology", + "issn_l": "1471-2288", + "issn": [ + "1471-2288" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320256", + "host_organization_name": "BioMed Central", + "host_organization_lineage": [ + "https://openalex.org/P4310320256", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "BioMed Central", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "BMC Medical Research Methodology", + "raw_type": "journal-article" + }, + { + "id": "pmid:30890124", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/30890124", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "BMC medical research methodology", + "raw_type": null + }, + { + "id": "pmh:oai:doaj.org/article:5bab4056aa204fd895ccd0806796ea31", + "is_oa": true, + "landing_page_url": "https://doaj.org/article/5bab4056aa204fd895ccd0806796ea31", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401280", + "display_name": "DOAJ (DOAJ: Directory of Open Access Journals)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by-sa", + "license_id": "https://openalex.org/licenses/cc-by-sa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "BMC Medical Research Methodology, Vol 19, Iss 1, Pp 1-18 (2019)", + "raw_type": "article" + }, + { + "id": "pmh:oai:europepmc.org:5418903", + "is_oa": true, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/6425557", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400806", + "display_name": "Europe PMC (PubMed Central)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1303153112", + "host_organization_name": "European Bioinformatics Institute", + "host_organization_lineage": [ + "https://openalex.org/I1303153112" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "Text" + } + ], + "best_oa_location": { + "id": "doi:10.1186/s12874-019-0681-4", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1186/s12874-019-0681-4", + "pdf_url": "https://bmcmedresmethodol.biomedcentral.com/track/pdf/10.1186/s12874-019-0681-4", + "source": { + "id": "https://openalex.org/S185874209", + "display_name": "BMC Medical Research Methodology", + "issn_l": "1471-2288", + "issn": [ + "1471-2288" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320256", + "host_organization_name": "BioMed Central", + "host_organization_lineage": [ + "https://openalex.org/P4310320256", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "BioMed Central", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "BMC Medical Research Methodology", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [], + "awards": [ + { + "id": "https://openalex.org/G3027281633", + "display_name": null, + "funder_award_id": "PDF-2014-07-28", + "funder_id": "https://openalex.org/F4320334659", + "funder_display_name": "Research Trainees Coordinating Centre" + }, + { + "id": "https://openalex.org/G5017041387", + "display_name": null, + "funder_award_id": "PDF-2014-07-028", + "funder_id": "https://openalex.org/F4320319990", + "funder_display_name": "National Institute for Health and Care Research" + }, + { + "id": "https://openalex.org/G6065741097", + "display_name": null, + "funder_award_id": "CDF-2017-10-019", + "funder_id": "https://openalex.org/F4320334659", + "funder_display_name": "Research Trainees Coordinating Centre" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320319990", + "display_name": "National Institute for Health and Care Research", + "ror": "https://ror.org/0187kwz08" + }, + { + "id": "https://openalex.org/F4320334659", + "display_name": "Research Trainees Coordinating Centre", + "ror": "https://ror.org/0187kwz08" + } + ], + "has_content": { + "pdf": true, + "grobid_xml": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W2936573766.pdf", + "grobid_xml": "https://content.openalex.org/works/W2936573766.grobid-xml" + }, + "referenced_works_count": 40, + "referenced_works": [ + "https://openalex.org/W85009029", + "https://openalex.org/W1267646904", + "https://openalex.org/W1880262756", + "https://openalex.org/W1901616594", + "https://openalex.org/W1955303603", + "https://openalex.org/W1969557815", + "https://openalex.org/W1979744342", + "https://openalex.org/W2015795623", + "https://openalex.org/W2039708501", + "https://openalex.org/W2054290230", + "https://openalex.org/W2062227835", + "https://openalex.org/W2068181924", + "https://openalex.org/W2105034425", + "https://openalex.org/W2119821739", + "https://openalex.org/W2122825543", + "https://openalex.org/W2148554370", + "https://openalex.org/W2153803020", + "https://openalex.org/W2157825442", + "https://openalex.org/W2161793142", + "https://openalex.org/W2163605009", + "https://openalex.org/W2180737626", + "https://openalex.org/W2187089797", + "https://openalex.org/W2236731268", + "https://openalex.org/W2254050631", + "https://openalex.org/W2263224247", + "https://openalex.org/W2282821441", + "https://openalex.org/W2440159969", + "https://openalex.org/W2581082771", + "https://openalex.org/W2598641350", + "https://openalex.org/W2599379579", + "https://openalex.org/W2788588291", + "https://openalex.org/W2789894922", + "https://openalex.org/W3023058184", + "https://openalex.org/W3048797457", + "https://openalex.org/W4235011515", + "https://openalex.org/W4235051201", + "https://openalex.org/W4239510810", + "https://openalex.org/W4288077072", + "https://openalex.org/W6632445771", + "https://openalex.org/W6639619044" + ], + "related_works": [ + "https://openalex.org/W2090763504", + "https://openalex.org/W816105089", + "https://openalex.org/W148178222", + "https://openalex.org/W2104657898", + "https://openalex.org/W1948992892", + "https://openalex.org/W1886884218", + "https://openalex.org/W2550904580", + "https://openalex.org/W2963653239", + "https://openalex.org/W4241378172", + "https://openalex.org/W2144801536" + ], + "abstract_inverted_index": { + "BACKGROUND:": [ + 0 + ], + "Following": [ + 1 + ], + "visible": [ + 2 + ], + "successes": [ + 3 + ], + "on": [ + 4, + 131, + 155 + ], + "a": [ + 5, + 35, + 42, + 99, + 190, + 255, + 261 + ], + "wide": [ + 6 + ], + "range": [ + 7 + ], + "of": [ + 8, + 65, + 79, + 171, + 179, + 270 + ], + "predictive": [ + 9, + 49, + 72, + 186 + ], + "tasks,": [ + 10 + ], + "machine": [ + 11, + 39, + 66, + 271 + ], + "learning": [ + 12, + 40, + 67, + 272 + ], + "techniques": [ + 13, + 68 + ], + "are": [ + 14 + ], + "attracting": [ + 15 + ], + "substantial": [ + 16 + ], + "interest": [ + 17 + ], + "from": [ + 18, + 82, + 133 + ], + "medical": [ + 19, + 276 + ], + "researchers": [ + 20 + ], + "and": [ + 21, + 47, + 56, + 104, + 124, + 169, + 181, + 221, + 228, + 268, + 275, + 296 + ], + "clinicians.": [ + 22 + ], + "We": [ + 23, + 61, + 128, + 150, + 175, + 188, + 259 + ], + "address": [ + 24 + ], + "the": [ + 25, + 63, + 113, + 134, + 143, + 147, + 152, + 156, + 160, + 166, + 172, + 177, + 197, + 231, + 237, + 266 + ], + "need": [ + 26 + ], + "for": [ + 27, + 74, + 273 + ], + "capacity": [ + 28 + ], + "development": [ + 29 + ], + "in": [ + 30, + 146 + ], + "this": [ + 31 + ], + "area": [ + 32, + 229 + ], + "by": [ + 33, + 69 + ], + "providing": [ + 34 + ], + "conceptual": [ + 36 + ], + "introduction": [ + 37 + ], + "to": [ + 38, + 45, + 141, + 164, + 184, + 193, + 209, + 264, + 288 + ], + "alongside": [ + 41 + ], + "practical": [ + 43 + ], + "guide": [ + 44, + 192 + ], + "developing": [ + 46, + 70, + 194 + ], + "evaluating": [ + 48 + ], + "algorithms": [ + 50, + 86, + 130, + 195, + 206, + 251 + ], + "using": [ + 51, + 77, + 196, + 236 + ], + "freely-available": [ + 52 + ], + "open": [ + 53 + ], + "source": [ + 54 + ], + "software": [ + 55 + ], + "public": [ + 57 + ], + "domain": [ + 58 + ], + "data.": [ + 59 + ], + "METHODS:": [ + 60 + ], + "demonstrate": [ + 62, + 265, + 282 + ], + "use": [ + 64, + 178, + 260 + ], + "three": [ + 71, + 173 + ], + "models": [ + 73 + ], + "cancer": [ + 75 + ], + "diagnosis": [ + 76 + ], + "descriptions": [ + 78 + ], + "nuclei": [ + 80, + 212 + ], + "sampled": [ + 81 + ], + "breast": [ + 83, + 114 + ], + "masses.": [ + 84 + ], + "These": [ + 85 + ], + "include": [ + 87 + ], + "regularized": [ + 88 + ], + "General": [ + 89 + ], + "Linear": [ + 90 + ], + "Model": [ + 91 + ], + "regression": [ + 92 + ], + "(GLMs),": [ + 93 + ], + "Support": [ + 94 + ], + "Vector": [ + 95 + ], + "Machines": [ + 96 + ], + "(SVMs)": [ + 97 + ], + "with": [ + 98, + 159, + 213 + ], + "radial": [ + 100 + ], + "basis": [ + 101 + ], + "function": [ + 102 + ], + "kernel,": [ + 103 + ], + "single-layer": [ + 105 + ], + "Artificial": [ + 106 + ], + "Neural": [ + 107 + ], + "Networks.": [ + 108 + ], + "The": [ + 109, + 204, + 278 + ], + "publicly-available": [ + 110 + ], + "dataset": [ + 111 + ], + "describing": [ + 112 + ], + "mass": [ + 115 + ], + "samples": [ + 116 + ], + "(N=683)": [ + 117 + ], + "was": [ + 118, + 234 + ], + "randomly": [ + 119 + ], + "split": [ + 120 + ], + "into": [ + 121, + 254 + ], + "evaluation": [ + 122, + 135 + ], + "(n=456)": [ + 123 + ], + "validation": [ + 125, + 148, + 157 + ], + "(n=227)": [ + 126 + ], + "samples.": [ + 127 + ], + "trained": [ + 129, + 205 + ], + "data": [ + 132 + ], + "sample": [ + 136 + ], + "before": [ + 137 + ], + "they": [ + 138 + ], + "were": [ + 139, + 207, + 252 + ], + "used": [ + 140 + ], + "predict": [ + 142 + ], + "diagnostic": [ + 144, + 162 + ], + "outcome": [ + 145 + ], + "dataset.": [ + 149 + ], + "compared": [ + 151 + ], + "predictions": [ + 153 + ], + "made": [ + 154 + ], + "datasets": [ + 158 + ], + "real-world": [ + 161 + ], + "decisions": [ + 163 + ], + "calculate": [ + 165 + ], + "accuracy,": [ + 167 + ], + "sensitivity,": [ + 168 + ], + "specificity": [ + 170, + 222, + 248 + ], + "models.": [ + 174 + ], + "explored": [ + 176 + ], + "averaging": [ + 180 + ], + "voting": [ + 182, + 256 + ], + "ensembles": [ + 183 + ], + "improve": [ + 185 + ], + "performance.": [ + 187 + ], + "provide": [ + 189 + ], + "step-by-step": [ + 191 + ], + "open-source": [ + 198 + ], + "R": [ + 199 + ], + "statistical": [ + 200 + ], + "programming": [ + 201 + ], + "environment.": [ + 202 + ], + "RESULTS:": [ + 203 + ], + "able": [ + 208 + ], + "classify": [ + 210 + ], + "cell": [ + 211 + ], + "high": [ + 214 + ], + "accuracy": [ + 215, + 226 + ], + "(.94": [ + 216 + ], + "-.96),": [ + 217 + ], + "sensitivity": [ + 218, + 246 + ], + "(.97": [ + 219 + ], + "-.99),": [ + 220 + ], + "(.85": [ + 223 + ], + "-.94).": [ + 224 + ], + "Maximum": [ + 225 + ], + "(.96)": [ + 227 + ], + "under": [ + 230 + ], + "curve": [ + 232 + ], + "(.97)": [ + 233 + ], + "achieved": [ + 235 + ], + "SVM": [ + 238 + ], + "algorithm.": [ + 239 + ], + "Prediction": [ + 240 + ], + "performance": [ + 241 + ], + "increased": [ + 242 + ], + "marginally": [ + 243 + ], + "(accuracy": [ + 244 + ], + "=.97,": [ + 245 + ], + "=.99,": [ + 247 + ], + "=.95)": [ + 249 + ], + "when": [ + 250 + ], + "arranged": [ + 253 + ], + "ensemble.": [ + 257 + ], + "CONCLUSIONS:": [ + 258 + ], + "straightforward": [ + 262 + ], + "example": [ + 263 + ], + "theory": [ + 267 + ], + "practice": [ + 269 + ], + "clinicians": [ + 274 + ], + "researchers.": [ + 277 + ], + "principals": [ + 279 + ], + "which": [ + 280 + ], + "we": [ + 281 + ], + "here": [ + 283 + ], + "can": [ + 284 + ], + "be": [ + 285 + ], + "readily": [ + 286 + ], + "applied": [ + 287 + ], + "other": [ + 289 + ], + "complex": [ + 290 + ], + "tasks": [ + 291 + ], + "including": [ + 292 + ], + "natural": [ + 293 + ], + "language": [ + 294 + ], + "processing": [ + 295 + ], + "image": [ + 297 + ], + "recognition.": [ + 298 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 54 + }, + { + "year": 2025, + "cited_by_count": 223 + }, + { + "year": 2024, + "cited_by_count": 252 + }, + { + "year": 2023, + "cited_by_count": 259 + }, + { + "year": 2022, + "cited_by_count": 213 + }, + { + "year": 2021, + "cited_by_count": 167 + }, + { + "year": 2020, + "cited_by_count": 89 + }, + { + "year": 2019, + "cited_by_count": 5 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2540093921", + "doi": "https://doi.org/10.7551/mitpress/8291.003.0006", + "title": "Foundations of Machine Learning", + "display_name": "Foundations of Machine Learning", + "relevance_score": 2524.5752, + "publication_year": 2012, + "publication_date": "2012-05-18", + "ids": { + "openalex": "https://openalex.org/W2540093921", + "doi": "https://doi.org/10.7551/mitpress/8291.003.0006", + "mag": "2540093921" + }, + "language": "en", + "primary_location": { + "id": "doi:10.7551/mitpress/8291.003.0006", + "is_oa": true, + "landing_page_url": "https://doi.org/10.7551/mitpress/8291.003.0006", + "pdf_url": "https://direct.mit.edu/books/oa-monograph/chapter-pdf/2025421/c000700_9780262301183.pdf", + "source": { + "id": "https://openalex.org/S4306463997", + "display_name": "The MIT Press eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/P4310315718", + "host_organization_name": "The MIT Press", + "host_organization_lineage": [ + "https://openalex.org/P4310315718" + ], + "host_organization_lineage_names": [ + "The MIT Press" + ], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Boosting", + "raw_type": "book-chapter" + }, + "type": "book-chapter", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "bronze", + "oa_url": "https://direct.mit.edu/books/oa-monograph/chapter-pdf/2025421/c000700_9780262301183.pdf", + "any_repository_has_fulltext": false + }, + "authorships": [], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 0, + "corresponding_author_ids": [], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 46.8615, + "has_fulltext": false, + "cited_by_count": 1088, + "citation_normalized_percentile": { + "value": 0.99935275, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": "23", + "last_page": "52" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.056299999356269836, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.056299999356269836, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12874", + "display_name": "Digital Imaging for Blood Diseases", + "score": 0.05420000106096268, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.47987475991249084 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.347138911485672 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.47987475991249084 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.347138911485672 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.7551/mitpress/8291.003.0006", + "is_oa": true, + "landing_page_url": "https://doi.org/10.7551/mitpress/8291.003.0006", + "pdf_url": "https://direct.mit.edu/books/oa-monograph/chapter-pdf/2025421/c000700_9780262301183.pdf", + "source": { + "id": "https://openalex.org/S4306463997", + "display_name": "The MIT Press eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/P4310315718", + "host_organization_name": "The MIT Press", + "host_organization_lineage": [ + "https://openalex.org/P4310315718" + ], + "host_organization_lineage_names": [ + "The MIT Press" + ], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Boosting", + "raw_type": "book-chapter" + } + ], + "best_oa_location": { + "id": "doi:10.7551/mitpress/8291.003.0006", + "is_oa": true, + "landing_page_url": "https://doi.org/10.7551/mitpress/8291.003.0006", + "pdf_url": "https://direct.mit.edu/books/oa-monograph/chapter-pdf/2025421/c000700_9780262301183.pdf", + "source": { + "id": "https://openalex.org/S4306463997", + "display_name": "The MIT Press eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/P4310315718", + "host_organization_name": "The MIT Press", + "host_organization_lineage": [ + "https://openalex.org/P4310315718" + ], + "host_organization_lineage_names": [ + "The MIT Press" + ], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Boosting", + "raw_type": "book-chapter" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": true, + "grobid_xml": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W2540093921.pdf", + "grobid_xml": "https://content.openalex.org/works/W2540093921.grobid-xml" + }, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [ + "https://openalex.org/W2899084033", + "https://openalex.org/W2748952813", + "https://openalex.org/W2390279801", + "https://openalex.org/W2358668433", + "https://openalex.org/W2376932109", + "https://openalex.org/W2382290278", + "https://openalex.org/W2350741829", + "https://openalex.org/W2130043461", + "https://openalex.org/W2530322880", + "https://openalex.org/W1596801655" + ], + "abstract_inverted_index": { + "Foundations": [ + 0 + ], + "of": [ + 1, + 11, + 63, + 78, + 84, + 89, + 114, + 146, + 154, + 165, + 179, + 187, + 247, + 297, + 311, + 319, + 322 + ], + "Machine": [ + 2 + ], + "LearningSoon": [ + 3 + ], + "we": [ + 4, + 171, + 202, + 207, + 255 + ], + "will": [ + 5, + 41, + 46, + 72, + 172, + 203, + 231, + 256 + ], + "embark": [ + 6 + ], + "on": [ + 7, + 34, + 100, + 239, + 262 + ], + "a": [ + 8, + 23, + 51, + 87, + 92, + 142, + 150, + 210, + 284, + 294 + ], + "theoretical": [ + 9 + ], + "study": [ + 10, + 80 + ], + "AdaBoost": [ + 12 + ], + "in": [ + 13, + 75, + 168, + 183, + 232, + 251, + 270, + 281, + 292, + 332 + ], + "order": [ + 14 + ], + "to": [ + 15, + 26, + 30, + 49, + 54, + 58, + 139, + 149, + 192, + 267 + ], + "understand": [ + 16 + ], + "its": [ + 17, + 20 + ], + "properties,": [ + 18 + ], + "particularly": [ + 19 + ], + "ability": [ + 21 + ], + "as": [ + 22 + ], + "learning": [ + 24, + 115, + 188, + 276 + ], + "algorithm": [ + 25 + ], + "generalize,": [ + 27 + ], + "that": [ + 28, + 71, + 205, + 213 + ], + "is,": [ + 29 + ], + "make": [ + 31 + ], + "accurate": [ + 32, + 99, + 237 + ], + "predictions": [ + 33, + 96, + 238 + ], + "data": [ + 35, + 217 + ], + "not": [ + 36, + 225 + ], + "seen": [ + 37 + ], + "during": [ + 38 + ], + "training.Before": [ + 39 + ], + "this": [ + 40, + 112, + 169, + 185, + 229, + 252, + 282, + 314 + ], + "be": [ + 42, + 47, + 73, + 118, + 124, + 137, + 190, + 193, + 302 + ], + "possible,": [ + 43 + ], + "however,": [ + 44 + ], + "it": [ + 45, + 107, + 136, + 264 + ], + "necessary": [ + 48 + ], + "take": [ + 50 + ], + "step": [ + 52 + ], + "back": [ + 53 + ], + "outline": [ + 55, + 280 + ], + "our": [ + 56, + 76 + ], + "approach": [ + 57, + 249 + ], + "the": [ + 59, + 81, + 128, + 163, + 180, + 215, + 221, + 245, + 248, + 259, + 298, + 309, + 312, + 320, + 323 + ], + "more": [ + 60 + ], + "general": [ + 61, + 260 + ], + "problem": [ + 62, + 83, + 182, + 300 + ], + "machine": [ + 64, + 289 + ], + "learning,": [ + 65, + 290 + ], + "including": [ + 66 + ], + "some": [ + 67 + ], + "fundamental": [ + 68 + ], + "general-purpose": [ + 69 + ], + "tools": [ + 70 + ], + "invaluable": [ + 74 + ], + "analysis": [ + 77, + 261 + ], + "AdaBoost.We": [ + 79 + ], + "basic": [ + 82 + ], + "inferring": [ + 85 + ], + "from": [ + 86, + 141 + ], + "set": [ + 88, + 223 + ], + "training": [ + 90, + 129, + 147, + 216, + 222 + ], + "examples": [ + 91, + 148 + ], + "classification": [ + 93 + ], + "rule": [ + 94, + 212, + 230 + ], + "whose": [ + 95 + ], + "are": [ + 97, + 199 + ], + "highly": [ + 98 + ], + "freshly": [ + 101 + ], + "observed": [ + 102 + ], + "test": [ + 103, + 131, + 155, + 242 + ], + "data.On": [ + 104 + ], + "first": [ + 105 + ], + "encounter,": [ + 106 + ], + "may": [ + 108 + ], + "seem": [ + 109 + ], + "questionable": [ + 110 + ], + "whether": [ + 111 + ], + "kind": [ + 113, + 186 + ], + "should": [ + 116, + 122, + 135 + ], + "even": [ + 117 + ], + "possible.After": [ + 119 + ], + "all,": [ + 120 + ], + "why": [ + 121, + 134 + ], + "there": [ + 123 + ], + "any": [ + 125 + ], + "connection": [ + 126 + ], + "between": [ + 127 + ], + "and": [ + 130, + 133, + 219, + 254, + 274, + 304, + 335 + ], + "examples,": [ + 132 + ], + "possible": [ + 138 + ], + "generalize": [ + 140, + 234 + ], + "relatively": [ + 143 + ], + "small": [ + 144 + ], + "number": [ + 145 + ], + "potentially": [ + 151 + ], + "vast": [ + 152 + ], + "universe": [ + 153 + ], + "examples?Although": [ + 156 + ], + "such": [ + 157 + ], + "objections": [ + 158 + ], + "have": [ + 159, + 328 + ], + "indeed": [ + 160 + ], + "often": [ + 161, + 257 + ], + "been": [ + 162 + ], + "subject": [ + 164 + ], + "philosophical": [ + 166 + ], + "debate,": [ + 167 + ], + "chapter": [ + 170, + 283, + 315 + ], + "identify": [ + 173 + ], + "an": [ + 174 + ], + "idealized": [ + 175 + ], + "but": [ + 176 + ], + "realistic": [ + 177 + ], + "model": [ + 178 + ], + "inference": [ + 181 + ], + "which": [ + 184, + 263, + 293 + ], + "can": [ + 189, + 208, + 301 + ], + "proved": [ + 191 + ], + "entirely": [ + 194 + ], + "feasible": [ + 195 + ], + "when": [ + 196, + 275 + ], + "certain": [ + 197 + ], + "conditions": [ + 198 + ], + "satisfied.In": [ + 200 + ], + "particular,": [ + 201 + ], + "see": [ + 204 + ], + "if": [ + 206, + 220 + ], + "find": [ + 209 + ], + "simple": [ + 211 + ], + "fits": [ + 214 + ], + "well,": [ + 218, + 235 + ], + "is": [ + 224, + 244, + 265, + 277 + ], + "too": [ + 226 + ], + "small,": [ + 227 + ], + "then": [ + 228 + ], + "fact": [ + 233 + ], + "providing": [ + 236 + ], + "previously": [ + 240 + ], + "unseen": [ + 241 + ], + "examples.This": [ + 243 + ], + "basis": [ + 246 + ], + "presented": [ + 250 + ], + "chapter,": [ + 253 + ], + "use": [ + 258 + ], + "founded": [ + 266 + ], + "guide": [ + 268 + ], + "us": [ + 269 + ], + "understanding": [ + 271 + ], + "how,": [ + 272 + ], + "why,": [ + 273 + ], + "possible.We": [ + 278 + ], + "also": [ + 279 + ], + "mathematical": [ + 285 + ], + "framework": [ + 286 + ], + "for": [ + 287 + ], + "studying": [ + 288 + ], + "one": [ + 291 + ], + "precise": [ + 295 + ], + "formulation": [ + 296 + ], + "boosting": [ + 299 + ], + "clearly": [ + 303 + ], + "naturally": [ + 305 + ], + "expressed.Note": [ + 306 + ], + "that,": [ + 307 + ], + "unlike": [ + 308 + ], + "rest": [ + 310 + ], + "book,": [ + 313 + ], + "omits": [ + 316 + ], + "nearly": [ + 317 + ], + "all": [ + 318, + 330 + ], + "proofs": [ + 321 + ], + "main": [ + 324 + ], + "results": [ + 325 + ], + "since": [ + 326 + ], + "these": [ + 327 + ], + "largely": [ + 329 + ], + "appeared": [ + 331 + ], + "various": [ + 333 + ], + "texts": [ + 334 + ], + "articles.": [ + 336 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 33 + }, + { + "year": 2024, + "cited_by_count": 57 + }, + { + "year": 2023, + "cited_by_count": 75 + }, + { + "year": 2022, + "cited_by_count": 93 + }, + { + "year": 2021, + "cited_by_count": 111 + }, + { + "year": 2020, + "cited_by_count": 113 + }, + { + "year": 2019, + "cited_by_count": 136 + }, + { + "year": 2018, + "cited_by_count": 116 + }, + { + "year": 2017, + "cited_by_count": 104 + }, + { + "year": 2016, + "cited_by_count": 99 + }, + { + "year": 2015, + "cited_by_count": 73 + }, + { + "year": 2014, + "cited_by_count": 57 + }, + { + "year": 2013, + "cited_by_count": 18 + } + ], + "updated_date": "2026-04-04T16:13:02.066488", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2186615578", + "doi": "https://doi.org/10.48550/arxiv.1512.01274", + "title": "MXNet: A Flexible and Efficient Machine Learning Library for Heterogeneous Distributed Systems", + "display_name": "MXNet: A Flexible and Efficient Machine Learning Library for Heterogeneous Distributed Systems", + "relevance_score": 2499.2183, + "publication_year": 2015, + "publication_date": "2015-12-03", + "ids": { + "openalex": "https://openalex.org/W2186615578", + "doi": "https://doi.org/10.48550/arxiv.1512.01274", + "mag": "2186615578" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:arXiv.org:1512.01274", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1512.01274", + "pdf_url": "https://arxiv.org/pdf/1512.01274", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "type": "preprint", + "indexed_in": [ + "arxiv", + "datacite" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1512.01274", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5101471082", + "display_name": "Tianqi Chen", + "orcid": "https://orcid.org/0000-0002-0277-5163" + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "Chen, Tianqi", + "raw_affiliation_strings": [], + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5100399457", + "display_name": "Mu Li", + "orcid": "https://orcid.org/0000-0001-9871-7488" + }, + "institutions": [ + { + "id": "https://openalex.org/I74973139", + "display_name": "Carnegie Mellon University", + "ror": "https://ror.org/05x2bcf33", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I74973139" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Li, Mu", + "raw_affiliation_strings": [ + "Carnegie Mellon University" + ], + "affiliations": [ + { + "raw_affiliation_string": "Carnegie Mellon University", + "institution_ids": [ + "https://openalex.org/I74973139" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5085236897", + "display_name": "Yutian Li", + "orcid": "https://orcid.org/0000-0003-1810-3000" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Li, Yutian", + "raw_affiliation_strings": [], + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5100697981", + "display_name": "Min Lin", + "orcid": "https://orcid.org/0000-0002-0296-436X" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Lin, Min", + "raw_affiliation_strings": [], + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5100742122", + "display_name": "Naiyan Wang", + "orcid": "https://orcid.org/0000-0002-0526-3331" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Wang, Naiyan", + "raw_affiliation_strings": [], + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5101452217", + "display_name": "Minjie Wang", + "orcid": "https://orcid.org/0000-0001-8830-6079" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Wang, Minjie", + "raw_affiliation_strings": [], + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5020757657", + "display_name": "Tianjun Xiao", + "orcid": "https://orcid.org/0000-0003-4705-1545" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Xiao, Tianjun", + "raw_affiliation_strings": [], + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5003333136", + "display_name": "Bing Xu", + "orcid": "https://orcid.org/0000-0003-3677-1109" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Xu, Bing", + "raw_affiliation_strings": [], + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5016054994", + "display_name": "Chiyuan Zhang", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Zhang, Chiyuan", + "raw_affiliation_strings": [], + "affiliations": [] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5100459107", + "display_name": "Zheng Zhang", + "orcid": "https://orcid.org/0000-0002-2292-0030" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Zhang, Zheng", + "raw_affiliation_strings": [], + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 10, + "corresponding_author_ids": [ + "https://openalex.org/A5101471082" + ], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": null, + "has_fulltext": false, + "cited_by_count": 1922, + "citation_normalized_percentile": null, + "cited_by_percentile_year": null, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10502", + "display_name": "Advanced Memory and Neural Computing", + "score": 0.9966999888420105, + "subfield": { + "id": "https://openalex.org/subfields/2208", + "display_name": "Electrical and Electronic Engineering" + }, + "field": { + "id": "https://openalex.org/fields/22", + "display_name": "Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10502", + "display_name": "Advanced Memory and Neural Computing", + "score": 0.9966999888420105, + "subfield": { + "id": "https://openalex.org/subfields/2208", + "display_name": "Electrical and Electronic Engineering" + }, + "field": { + "id": "https://openalex.org/fields/22", + "display_name": "Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10036", + "display_name": "Advanced Neural Network Applications", + "score": 0.9911999702453613, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10273", + "display_name": "IoT and Edge/Fog Computing", + "score": 0.9869999885559082, + "subfield": { + "id": "https://openalex.org/subfields/1705", + "display_name": "Computer Networks and Communications" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6740605235099792 + }, + { + "id": "https://openalex.org/keywords/distributed-computing", + "display_name": "Distributed computing", + "score": 0.47939276695251465 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.4228232204914093 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6740605235099792 + }, + { + "id": "https://openalex.org/C120314980", + "wikidata": "https://www.wikidata.org/wiki/Q180634", + "display_name": "Distributed computing", + "level": 1, + "score": 0.47939276695251465 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.4228232204914093 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "pmh:oai:arXiv.org:1512.01274", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1512.01274", + "pdf_url": "https://arxiv.org/pdf/1512.01274", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "doi:10.48550/arxiv.1512.01274", + "is_oa": true, + "landing_page_url": "https://doi.org/10.48550/arxiv.1512.01274", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1512.01274", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1512.01274", + "pdf_url": "https://arxiv.org/pdf/1512.01274", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 9, + "referenced_works": [ + "https://openalex.org/W753012316", + "https://openalex.org/W1606347560", + "https://openalex.org/W1863582480", + "https://openalex.org/W2083842231", + "https://openalex.org/W2117539524", + "https://openalex.org/W2127941149", + "https://openalex.org/W2155893237", + "https://openalex.org/W2168231600", + "https://openalex.org/W2949117887" + ], + "related_works": [ + "https://openalex.org/W4391375266", + "https://openalex.org/W2748952813", + "https://openalex.org/W2390279801", + "https://openalex.org/W2358668433", + "https://openalex.org/W2376932109", + "https://openalex.org/W2001405890", + "https://openalex.org/W2382290278", + "https://openalex.org/W2478288626", + "https://openalex.org/W4391913857", + "https://openalex.org/W2350741829" + ], + "abstract_inverted_index": { + "MXNet": [ + 0, + 41 + ], + "is": [ + 1, + 42, + 85 + ], + "a": [ + 2, + 88 + ], + "multi-language": [ + 3 + ], + "machine": [ + 4 + ], + "learning": [ + 5 + ], + "(ML)": [ + 6 + ], + "library": [ + 7 + ], + "to": [ + 8, + 38, + 57 + ], + "ease": [ + 9 + ], + "the": [ + 10, + 22, + 65, + 69 + ], + "development": [ + 11 + ], + "of": [ + 12, + 72, + 78 + ], + "ML": [ + 13 + ], + "algorithms,": [ + 14 + ], + "especially": [ + 15 + ], + "for": [ + 16 + ], + "deep": [ + 17, + 100 + ], + "neural": [ + 18, + 101 + ], + "networks.": [ + 19 + ], + "Embedded": [ + 20 + ], + "in": [ + 21, + 87 + ], + "host": [ + 23 + ], + "language,": [ + 24 + ], + "it": [ + 25 + ], + "blends": [ + 26 + ], + "declarative": [ + 27 + ], + "symbolic": [ + 28, + 80 + ], + "expression": [ + 29, + 81 + ], + "with": [ + 30 + ], + "imperative": [ + 31 + ], + "tensor": [ + 32, + 83 + ], + "computation.": [ + 33 + ], + "It": [ + 34 + ], + "offers": [ + 35 + ], + "auto": [ + 36 + ], + "differentiation": [ + 37 + ], + "derive": [ + 39 + ], + "gradients.": [ + 40 + ], + "computation": [ + 43 + ], + "and": [ + 44, + 47, + 68, + 74, + 82 + ], + "memory": [ + 45 + ], + "efficient": [ + 46 + ], + "runs": [ + 48 + ], + "on": [ + 49, + 97 + ], + "various": [ + 50 + ], + "heterogeneous": [ + 51 + ], + "systems,": [ + 52 + ], + "ranging": [ + 53 + ], + "from": [ + 54 + ], + "mobile": [ + 55 + ], + "devices": [ + 56 + ], + "distributed": [ + 58 + ], + "GPU": [ + 59, + 106 + ], + "clusters.": [ + 60 + ], + "This": [ + 61 + ], + "paper": [ + 62 + ], + "describes": [ + 63 + ], + "both": [ + 64, + 79 + ], + "API": [ + 66 + ], + "design": [ + 67 + ], + "system": [ + 70 + ], + "implementation": [ + 71 + ], + "MXNet,": [ + 73 + ], + "explains": [ + 75 + ], + "how": [ + 76 + ], + "embedding": [ + 77 + ], + "operation": [ + 84 + ], + "handled": [ + 86 + ], + "unified": [ + 89 + ], + "fashion.": [ + 90 + ], + "Our": [ + 91 + ], + "preliminary": [ + 92 + ], + "experiments": [ + 93 + ], + "reveal": [ + 94 + ], + "promising": [ + 95 + ], + "results": [ + 96 + ], + "large": [ + 98 + ], + "scale": [ + 99 + ], + "network": [ + 102 + ], + "applications": [ + 103 + ], + "using": [ + 104 + ], + "multiple": [ + 105 + ], + "machines.": [ + 107 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 1 + }, + { + "year": 2025, + "cited_by_count": 23 + }, + { + "year": 2024, + "cited_by_count": 66 + }, + { + "year": 2023, + "cited_by_count": 119 + }, + { + "year": 2022, + "cited_by_count": 116 + }, + { + "year": 2021, + "cited_by_count": 272 + }, + { + "year": 2020, + "cited_by_count": 344 + }, + { + "year": 2019, + "cited_by_count": 425 + }, + { + "year": 2018, + "cited_by_count": 328 + }, + { + "year": 2017, + "cited_by_count": 163 + }, + { + "year": 2016, + "cited_by_count": 63 + }, + { + "year": 2015, + "cited_by_count": 1 + }, + { + "year": 2014, + "cited_by_count": 1 + } + ], + "updated_date": "2026-04-15T08:11:43.952461", + "created_date": "2016-06-24T00:00:00" + }, + { + "id": "https://openalex.org/W1549998098", + "doi": "https://doi.org/10.1201/b17476", + "title": "Machine Learning: An Algorithmic Perspective", + "display_name": "Machine Learning: An Algorithmic Perspective", + "relevance_score": 2491.7415, + "publication_year": 2009, + "publication_date": "2009-04-01", + "ids": { + "openalex": "https://openalex.org/W1549998098", + "doi": "https://doi.org/10.1201/b17476", + "mag": "1549998098" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-017552574", + "is_oa": false, + "landing_page_url": "http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=017552574&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "type": "book", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5062355849", + "display_name": "Stephen Marsland", + "orcid": "https://orcid.org/0000-0002-9568-848X" + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "Stephen Marsland", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5062355849" + ], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 7.7283, + "has_fulltext": false, + "cited_by_count": 1082, + "citation_normalized_percentile": { + "value": 0.97590361, + "is_in_top_1_percent": false, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10100", + "display_name": "Metaheuristic Optimization Algorithms Research", + "score": 0.9527999758720398, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10100", + "display_name": "Metaheuristic Optimization Algorithms Research", + "score": 0.9527999758720398, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.9485999941825867, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11975", + "display_name": "Evolutionary Algorithms and Applications", + "score": 0.9290000200271606, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/python", + "display_name": "Python (programming language)", + "score": 0.8247708678245544 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6978603005409241 + }, + { + "id": "https://openalex.org/keywords/implementation", + "display_name": "Implementation", + "score": 0.6065407991409302 + }, + { + "id": "https://openalex.org/keywords/perspective", + "display_name": "Perspective (graphical)", + "score": 0.5084995031356812 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.485168993473053 + }, + { + "id": "https://openalex.org/keywords/reinforcement-learning", + "display_name": "Reinforcement learning", + "score": 0.46519267559051514 + }, + { + "id": "https://openalex.org/keywords/dimensionality-reduction", + "display_name": "Dimensionality reduction", + "score": 0.4341639578342438 + }, + { + "id": "https://openalex.org/keywords/theoretical-computer-science", + "display_name": "Theoretical computer science", + "score": 0.40039053559303284 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.3699588179588318 + }, + { + "id": "https://openalex.org/keywords/programming-language", + "display_name": "Programming language", + "score": 0.27868103981018066 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C519991488", + "wikidata": "https://www.wikidata.org/wiki/Q28865", + "display_name": "Python (programming language)", + "level": 2, + "score": 0.8247708678245544 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6978603005409241 + }, + { + "id": "https://openalex.org/C26713055", + "wikidata": "https://www.wikidata.org/wiki/Q245962", + "display_name": "Implementation", + "level": 2, + "score": 0.6065407991409302 + }, + { + "id": "https://openalex.org/C12713177", + "wikidata": "https://www.wikidata.org/wiki/Q1900281", + "display_name": "Perspective (graphical)", + "level": 2, + "score": 0.5084995031356812 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.485168993473053 + }, + { + "id": "https://openalex.org/C97541855", + "wikidata": "https://www.wikidata.org/wiki/Q830687", + "display_name": "Reinforcement learning", + "level": 2, + "score": 0.46519267559051514 + }, + { + "id": "https://openalex.org/C70518039", + "wikidata": "https://www.wikidata.org/wiki/Q16000077", + "display_name": "Dimensionality reduction", + "level": 2, + "score": 0.4341639578342438 + }, + { + "id": "https://openalex.org/C80444323", + "wikidata": "https://www.wikidata.org/wiki/Q2878974", + "display_name": "Theoretical computer science", + "level": 1, + "score": 0.40039053559303284 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.3699588179588318 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.27868103981018066 + } + ], + "mesh": [], + "locations_count": 6, + "locations": [ + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-017552574", + "is_oa": false, + "landing_page_url": "http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=017552574&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-027969692", + "is_oa": false, + "landing_page_url": "http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=027969692&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-032339396", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1201/b17476", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "software, multimedia" + }, + { + "id": "pmh:oai:cds.cern.ch:1338551", + "is_oa": false, + "landing_page_url": "http://cds.cern.ch/record/1338551", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402195", + "display_name": "CERN Document Server (European Organization for Nuclear Research)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I67311998", + "host_organization_name": "European Organization for Nuclear Research", + "host_organization_lineage": [ + "https://openalex.org/I67311998" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + }, + { + "id": "pmh:oai:cds.cern.ch:2749325", + "is_oa": false, + "landing_page_url": "http://cds.cern.ch/record/2749325", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402195", + "display_name": "CERN Document Server (European Organization for Nuclear Research)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I67311998", + "host_organization_name": "European Organization for Nuclear Research", + "host_organization_lineage": [ + "https://openalex.org/I67311998" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + }, + { + "id": "mag:1549998098", + "is_oa": false, + "landing_page_url": "https://www.comp.hkbu.edu.hk/~cib/2009/Dec/review1/iib_vol10no1_review1.pdf", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 4, + "referenced_works": [ + "https://openalex.org/W136111882", + "https://openalex.org/W1554944419", + "https://openalex.org/W1606368318", + "https://openalex.org/W2799061466" + ], + "related_works": [ + "https://openalex.org/W2911964244", + "https://openalex.org/W1663973292", + "https://openalex.org/W1570448133", + "https://openalex.org/W2122410182", + "https://openalex.org/W1554944419", + "https://openalex.org/W2101234009", + "https://openalex.org/W1503398984", + "https://openalex.org/W2919115771", + "https://openalex.org/W3145506661", + "https://openalex.org/W2121863487", + "https://openalex.org/W2124776405", + "https://openalex.org/W1873332500", + "https://openalex.org/W2912934387", + "https://openalex.org/W2119821739", + "https://openalex.org/W1480376833", + "https://openalex.org/W3085162807", + "https://openalex.org/W2140190241", + "https://openalex.org/W2799061466", + "https://openalex.org/W2156909104", + "https://openalex.org/W2149706766" + ], + "abstract_inverted_index": { + "Traditional": [ + 0 + ], + "books": [ + 1 + ], + "on": [ + 2, + 29 + ], + "machine": [ + 3, + 53 + ], + "learning": [ + 4, + 54 + ], + "can": [ + 5 + ], + "be": [ + 6 + ], + "divided": [ + 7 + ], + "into": [ + 8 + ], + "two": [ + 9 + ], + "groups": [ + 10 + ], + "-": [ + 11 + ], + "those": [ + 12, + 25 + ], + "aimed": [ + 13 + ], + "at": [ + 14 + ], + "advanced": [ + 15 + ], + "undergraduates": [ + 16 + ], + "or": [ + 17 + ], + "early": [ + 18 + ], + "postgraduates": [ + 19 + ], + "with": [ + 20 + ], + "reasonable": [ + 21 + ], + "mathematical": [ + 22 + ], + "knowledge": [ + 23 + ], + "and": [ + 24, + 65 + ], + "that": [ + 26, + 41, + 50, + 76 + ], + "are": [ + 27 + ], + "primers": [ + 28 + ], + "how": [ + 30, + 45, + 64 + ], + "to": [ + 31, + 46, + 62 + ], + "code": [ + 32 + ], + "algorithms.": [ + 33 + ], + "The": [ + 34 + ], + "field": [ + 35 + ], + "is": [ + 36, + 75 + ], + "ready": [ + 37 + ], + "for": [ + 38 + ], + "a": [ + 39 + ], + "text": [ + 40 + ], + "not": [ + 42 + ], + "only": [ + 43 + ], + "demonstrates": [ + 44 + ], + "use": [ + 47 + ], + "the": [ + 48, + 59 + ], + "algorithms": [ + 49, + 68 + ], + "make": [ + 51 + ], + "up": [ + 52, + 79 + ], + "methods,": [ + 55 + ], + "but": [ + 56 + ], + "also": [ + 57 + ], + "provides": [ + 58 + ], + "background": [ + 60 + ], + "needed": [ + 61 + ], + "understand": [ + 63 + ], + "why": [ + 66 + ], + "these": [ + 67 + ], + "work.": [ + 69 + ], + "Machine": [ + 70 + ], + "Learning:": [ + 71 + ], + "An": [ + 72 + ], + "Algorithmic": [ + 73 + ], + "Perspective": [ + 74 + ], + "text.Theory": [ + 77 + ], + "Backed": [ + 78 + ], + "by": [ + 80 + ], + "Practical": [ + 81 + ], + "ExamplesThe": [ + 82 + ], + "book": [ + 83 + ], + "covers": [ + 84 + ], + "neural": [ + 85 + ], + "networks,": [ + 86 + ], + "graphical": [ + 87 + ], + "models,": [ + 88 + ], + "reinforcement": [ + 89 + ], + "le": [ + 90 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 17 + }, + { + "year": 2024, + "cited_by_count": 56 + }, + { + "year": 2023, + "cited_by_count": 70 + }, + { + "year": 2022, + "cited_by_count": 88 + }, + { + "year": 2021, + "cited_by_count": 141 + }, + { + "year": 2020, + "cited_by_count": 140 + }, + { + "year": 2019, + "cited_by_count": 113 + }, + { + "year": 2018, + "cited_by_count": 96 + }, + { + "year": 2017, + "cited_by_count": 77 + }, + { + "year": 2016, + "cited_by_count": 61 + }, + { + "year": 2015, + "cited_by_count": 56 + }, + { + "year": 2014, + "cited_by_count": 45 + }, + { + "year": 2013, + "cited_by_count": 49 + }, + { + "year": 2012, + "cited_by_count": 49 + } + ], + "updated_date": "2026-04-28T14:05:53.105641", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2464725281", + "doi": "https://doi.org/10.1038/npjcompumats.2016.28", + "title": "A general-purpose machine learning framework for predicting properties of inorganic materials", + "display_name": "A general-purpose machine learning framework for predicting properties of inorganic materials", + "relevance_score": 2486.7349, + "publication_year": 2016, + "publication_date": "2016-08-26", + "ids": { + "openalex": "https://openalex.org/W2464725281", + "doi": "https://doi.org/10.1038/npjcompumats.2016.28", + "mag": "2464725281" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1038/npjcompumats.2016.28", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1038/npjcompumats.2016.28", + "pdf_url": "https://www.nature.com/articles/npjcompumats201628.pdf", + "source": { + "id": "https://openalex.org/S4210232664", + "display_name": "npj Computational Materials", + "issn_l": "2057-3960", + "issn": [ + "2057-3960" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310319908", + "host_organization_name": "Nature Portfolio", + "host_organization_lineage": [ + "https://openalex.org/P4310319908", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "Nature Portfolio", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "npj Computational Materials", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "arxiv", + "crossref", + "doaj" + ], + "open_access": { + "is_oa": true, + "oa_status": "gold", + "oa_url": "https://www.nature.com/articles/npjcompumats201628.pdf", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5021403239", + "display_name": "Logan Ward", + "orcid": "https://orcid.org/0000-0002-1323-5939" + }, + "institutions": [ + { + "id": "https://openalex.org/I111979921", + "display_name": "Northwestern University", + "ror": "https://ror.org/000e0be47", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I111979921" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Logan Ward", + "raw_affiliation_strings": [ + "Department of Materials Science and Engineering, Northwestern University, Evanston, IL, USA" + ], + "raw_orcid": "https://orcid.org/0000-0002-1323-5939", + "affiliations": [ + { + "raw_affiliation_string": "Department of Materials Science and Engineering, Northwestern University, Evanston, IL, USA", + "institution_ids": [ + "https://openalex.org/I111979921" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5004659592", + "display_name": "Ankit Agrawal", + "orcid": "https://orcid.org/0000-0002-5519-0302" + }, + "institutions": [ + { + "id": "https://openalex.org/I111979921", + "display_name": "Northwestern University", + "ror": "https://ror.org/000e0be47", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I111979921" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Ankit Agrawal", + "raw_affiliation_strings": [ + "Department of Electrical Engineering and Computer Science, Northwestern University, Evanston, IL, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Electrical Engineering and Computer Science, Northwestern University, Evanston, IL, USA", + "institution_ids": [ + "https://openalex.org/I111979921" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5074976770", + "display_name": "Alok Choudhary", + "orcid": "https://orcid.org/0000-0001-8152-6319" + }, + "institutions": [ + { + "id": "https://openalex.org/I111979921", + "display_name": "Northwestern University", + "ror": "https://ror.org/000e0be47", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I111979921" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Alok Choudhary", + "raw_affiliation_strings": [ + "Department of Electrical Engineering and Computer Science, Northwestern University, Evanston, IL, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Electrical Engineering and Computer Science, Northwestern University, Evanston, IL, USA", + "institution_ids": [ + "https://openalex.org/I111979921" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5113557612", + "display_name": "Christopher Wolverton", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I111979921", + "display_name": "Northwestern University", + "ror": "https://ror.org/000e0be47", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I111979921" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Christopher Wolverton", + "raw_affiliation_strings": [ + "Department of Materials Science and Engineering, Northwestern University, Evanston, IL, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Materials Science and Engineering, Northwestern University, Evanston, IL, USA", + "institution_ids": [ + "https://openalex.org/I111979921" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 4, + "corresponding_author_ids": [ + "https://openalex.org/A5021403239" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I111979921" + ], + "apc_list": { + "value": 2890, + "currency": "USD", + "value_usd": 2890 + }, + "apc_paid": { + "value": 2890, + "currency": "USD", + "value_usd": 2890 + }, + "fwci": 33.8847, + "has_fulltext": true, + "cited_by_count": 1668, + "citation_normalized_percentile": { + "value": 0.99915049, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 96, + "max": 100 + }, + "biblio": { + "volume": "2", + "issue": "1", + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11948", + "display_name": "Machine Learning in Materials Science", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/2505", + "display_name": "Materials Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/25", + "display_name": "Materials Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11948", + "display_name": "Machine Learning in Materials Science", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/2505", + "display_name": "Materials Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/25", + "display_name": "Materials Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12613", + "display_name": "X-ray Diffraction in Crystallography", + "score": 0.9973000288009644, + "subfield": { + "id": "https://openalex.org/subfields/2505", + "display_name": "Materials Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/25", + "display_name": "Materials Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11825", + "display_name": "Catalysis and Oxidation Reactions", + "score": 0.9901999831199646, + "subfield": { + "id": "https://openalex.org/subfields/1503", + "display_name": "Catalysis" + }, + "field": { + "id": "https://openalex.org/fields/15", + "display_name": "Chemical Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7177993655204773 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6573723554611206 + }, + { + "id": "https://openalex.org/keywords/variety", + "display_name": "Variety (cybernetics)", + "score": 0.5816711783409119 + }, + { + "id": "https://openalex.org/keywords/set", + "display_name": "Set (abstract data type)", + "score": 0.5580894351005554 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5311656594276428 + }, + { + "id": "https://openalex.org/keywords/range", + "display_name": "Range (aeronautics)", + "score": 0.4939315915107727 + }, + { + "id": "https://openalex.org/keywords/materials-science", + "display_name": "Materials science", + "score": 0.1735665500164032 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7177993655204773 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6573723554611206 + }, + { + "id": "https://openalex.org/C136197465", + "wikidata": "https://www.wikidata.org/wiki/Q1729295", + "display_name": "Variety (cybernetics)", + "level": 2, + "score": 0.5816711783409119 + }, + { + "id": "https://openalex.org/C177264268", + "wikidata": "https://www.wikidata.org/wiki/Q1514741", + "display_name": "Set (abstract data type)", + "level": 2, + "score": 0.5580894351005554 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5311656594276428 + }, + { + "id": "https://openalex.org/C204323151", + "wikidata": "https://www.wikidata.org/wiki/Q905424", + "display_name": "Range (aeronautics)", + "level": 2, + "score": 0.4939315915107727 + }, + { + "id": "https://openalex.org/C192562407", + "wikidata": "https://www.wikidata.org/wiki/Q228736", + "display_name": "Materials science", + "level": 0, + "score": 0.1735665500164032 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C159985019", + "wikidata": "https://www.wikidata.org/wiki/Q181790", + "display_name": "Composite material", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 3, + "locations": [ + { + "id": "doi:10.1038/npjcompumats.2016.28", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1038/npjcompumats.2016.28", + "pdf_url": "https://www.nature.com/articles/npjcompumats201628.pdf", + "source": { + "id": "https://openalex.org/S4210232664", + "display_name": "npj Computational Materials", + "issn_l": "2057-3960", + "issn": [ + "2057-3960" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310319908", + "host_organization_name": "Nature Portfolio", + "host_organization_lineage": [ + "https://openalex.org/P4310319908", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "Nature Portfolio", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "npj Computational Materials", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:arXiv.org:1606.09551", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1606.09551", + "pdf_url": "https://arxiv.org/pdf/1606.09551", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:osti.gov:1437349", + "is_oa": true, + "landing_page_url": "https://www.osti.gov/biblio/1437349", + "pdf_url": "https://www.osti.gov/servlets/purl/1437349", + "source": { + "id": "https://openalex.org/S4306402487", + "display_name": "OSTI OAI (U.S. Department of Energy Office of Scientific and Technical Information)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I139351228", + "host_organization_name": "Office of Scientific and Technical Information", + "host_organization_lineage": [ + "https://openalex.org/I139351228" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": null + } + ], + "best_oa_location": { + "id": "doi:10.1038/npjcompumats.2016.28", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1038/npjcompumats.2016.28", + "pdf_url": "https://www.nature.com/articles/npjcompumats201628.pdf", + "source": { + "id": "https://openalex.org/S4210232664", + "display_name": "npj Computational Materials", + "issn_l": "2057-3960", + "issn": [ + "2057-3960" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310319908", + "host_organization_name": "Nature Portfolio", + "host_organization_lineage": [ + "https://openalex.org/P4310319908", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "Nature Portfolio", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "npj Computational Materials", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [], + "awards": [ + { + "id": "https://openalex.org/G1314375578", + "display_name": null, + "funder_award_id": "70NANB14H012", + "funder_id": "https://openalex.org/F4320306111", + "funder_display_name": "U.S. Department of Commerce" + }, + { + "id": "https://openalex.org/G1523888516", + "display_name": null, + "funder_award_id": "FA9550-", + "funder_id": "https://openalex.org/F4320338279", + "funder_display_name": "Air Force Office of Scientific Research" + }, + { + "id": "https://openalex.org/G1676583131", + "display_name": null, + "funder_award_id": "70NANB14H012", + "funder_id": "https://openalex.org/F4320337819", + "funder_display_name": "Center for Hierarchical Materials Design" + }, + { + "id": "https://openalex.org/G1872610661", + "display_name": null, + "funder_award_id": "FA9550-12-1-0458", + "funder_id": "https://openalex.org/F4320337819", + "funder_display_name": "Center for Hierarchical Materials Design" + }, + { + "id": "https://openalex.org/G2989483902", + "display_name": "EAGER: Scalable Big Data Analytics", + "funder_award_id": "1343639", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G3481652762", + "display_name": null, + "funder_award_id": "CCF-1409601", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G3532683099", + "display_name": "SHF: Medium: Collaborative Research: Scalable Algorithms for Spatio-temporal Data Analysis", + "funder_award_id": "1409601", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G4940832283", + "display_name": null, + "funder_award_id": "FA9550-12-1-0458", + "funder_id": "https://openalex.org/F4320306111", + "funder_display_name": "U.S. Department of Commerce" + }, + { + "id": "https://openalex.org/G5249168579", + "display_name": null, + "funder_award_id": "FA9550-12-1-0458", + "funder_id": "https://openalex.org/F4320338279", + "funder_display_name": "Air Force Office of Scientific Research" + }, + { + "id": "https://openalex.org/G5490804116", + "display_name": null, + "funder_award_id": "70NANB14H012", + "funder_id": "https://openalex.org/F4320306078", + "funder_display_name": "U.S. Department of Defense" + }, + { + "id": "https://openalex.org/G552768688", + "display_name": null, + "funder_award_id": "FA9550-12-1-0458", + "funder_id": "https://openalex.org/F4320332178", + "funder_display_name": "National Institute of Standards and Technology" + }, + { + "id": "https://openalex.org/G5809100787", + "display_name": null, + "funder_award_id": "FA9550", + "funder_id": "https://openalex.org/F4320338279", + "funder_display_name": "Air Force Office of Scientific Research" + }, + { + "id": "https://openalex.org/G6071252945", + "display_name": null, + "funder_award_id": "FA9550-12", + "funder_id": "https://openalex.org/F4320338279", + "funder_display_name": "Air Force Office of Scientific Research" + }, + { + "id": "https://openalex.org/G6131312370", + "display_name": null, + "funder_award_id": "70NANB14H012", + "funder_id": "https://openalex.org/F4320332178", + "funder_display_name": "National Institute of Standards and Technology" + }, + { + "id": "https://openalex.org/G6563589624", + "display_name": null, + "funder_award_id": "70NANB14H012", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G7116556506", + "display_name": null, + "funder_award_id": "N66001-15-C-4036", + "funder_id": "https://openalex.org/F4320332180", + "funder_display_name": "Defense Advanced Research Projects Agency" + }, + { + "id": "https://openalex.org/G7999580237", + "display_name": null, + "funder_award_id": "FA9550-12-1", + "funder_id": "https://openalex.org/F4320338279", + "funder_display_name": "Air Force Office of Scientific Research" + }, + { + "id": "https://openalex.org/G8678745938", + "display_name": null, + "funder_award_id": "DESC0007456", + "funder_id": "https://openalex.org/F4320306084", + "funder_display_name": "U.S. Department of Energy" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320306076", + "display_name": "National Science Foundation", + "ror": "https://ror.org/021nxhr62" + }, + { + "id": "https://openalex.org/F4320306078", + "display_name": "U.S. Department of Defense", + "ror": "https://ror.org/0447fe631" + }, + { + "id": "https://openalex.org/F4320306084", + "display_name": "U.S. Department of Energy", + "ror": "https://ror.org/01bj3aw27" + }, + { + "id": "https://openalex.org/F4320306111", + "display_name": "U.S. Department of Commerce", + "ror": "https://ror.org/04chq2495" + }, + { + "id": "https://openalex.org/F4320332178", + "display_name": "National Institute of Standards and Technology", + "ror": "https://ror.org/05xpvk416" + }, + { + "id": "https://openalex.org/F4320332180", + "display_name": "Defense Advanced Research Projects Agency", + "ror": "https://ror.org/02caytj08" + }, + { + "id": "https://openalex.org/F4320333566", + "display_name": "National Defense Science and Engineering Graduate", + "ror": null + }, + { + "id": "https://openalex.org/F4320337819", + "display_name": "Center for Hierarchical Materials Design", + "ror": null + }, + { + "id": "https://openalex.org/F4320338279", + "display_name": "Air Force Office of Scientific Research", + "ror": "https://ror.org/011e9bt93" + } + ], + "has_content": { + "pdf": true, + "grobid_xml": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W2464725281.pdf", + "grobid_xml": "https://content.openalex.org/works/W2464725281.grobid-xml" + }, + "referenced_works_count": 74, + "referenced_works": [ + "https://openalex.org/W336365082", + "https://openalex.org/W568714467", + "https://openalex.org/W1496257230", + "https://openalex.org/W1545231783", + "https://openalex.org/W1605058418", + "https://openalex.org/W1741949188", + "https://openalex.org/W1861259131", + "https://openalex.org/W1964254287", + "https://openalex.org/W1966216358", + "https://openalex.org/W1968075993", + "https://openalex.org/W1976492731", + "https://openalex.org/W1977053243", + "https://openalex.org/W1988887547", + "https://openalex.org/W1992985800", + "https://openalex.org/W2000009216", + "https://openalex.org/W2013795311", + "https://openalex.org/W2016587795", + "https://openalex.org/W2018351443", + "https://openalex.org/W2019561942", + "https://openalex.org/W2020246947", + "https://openalex.org/W2029637177", + "https://openalex.org/W2034097448", + "https://openalex.org/W2039971369", + "https://openalex.org/W2044012801", + "https://openalex.org/W2045759556", + "https://openalex.org/W2047165001", + "https://openalex.org/W2051801258", + "https://openalex.org/W2052663622", + "https://openalex.org/W2055410454", + "https://openalex.org/W2074616700", + "https://openalex.org/W2083415705", + "https://openalex.org/W2097968133", + "https://openalex.org/W2100833014", + "https://openalex.org/W2102539288", + "https://openalex.org/W2104489082", + "https://openalex.org/W2111124526", + "https://openalex.org/W2112845989", + "https://openalex.org/W2113072508", + "https://openalex.org/W2113242816", + "https://openalex.org/W2115252128", + "https://openalex.org/W2117363206", + "https://openalex.org/W2119735967", + "https://openalex.org/W2123306226", + "https://openalex.org/W2133990480", + "https://openalex.org/W2138060751", + "https://openalex.org/W2142009706", + "https://openalex.org/W2145914706", + "https://openalex.org/W2150757437", + "https://openalex.org/W2159357141", + "https://openalex.org/W2162653998", + "https://openalex.org/W2164524421", + "https://openalex.org/W2164529883", + "https://openalex.org/W2167441267", + "https://openalex.org/W2217912240", + "https://openalex.org/W2241011319", + "https://openalex.org/W2278970271", + "https://openalex.org/W2312842167", + "https://openalex.org/W2313966941", + "https://openalex.org/W2317309722", + "https://openalex.org/W2318376321", + "https://openalex.org/W2329258563", + "https://openalex.org/W2338402873", + "https://openalex.org/W2343462019", + "https://openalex.org/W2494629425", + "https://openalex.org/W2612686989", + "https://openalex.org/W2671074027", + "https://openalex.org/W2911964244", + "https://openalex.org/W2913390193", + "https://openalex.org/W2950537967", + "https://openalex.org/W2963485997", + "https://openalex.org/W4230093030", + "https://openalex.org/W4236360742", + "https://openalex.org/W4239059908", + "https://openalex.org/W4249528159" + ], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W3046775127", + "https://openalex.org/W3107602296", + "https://openalex.org/W3170094116", + "https://openalex.org/W4386462264", + "https://openalex.org/W4364306694", + "https://openalex.org/W4312192474", + "https://openalex.org/W4283697347", + "https://openalex.org/W4210805261" + ], + "abstract_inverted_index": { + "Abstract": [ + 0 + ], + "A": [ + 1 + ], + "very": [ + 2 + ], + "active": [ + 3 + ], + "area": [ + 4 + ], + "of": [ + 5, + 51, + 63, + 70, + 82, + 94, + 107, + 131 + ], + "materials": [ + 6, + 23, + 71, + 109 + ], + "research": [ + 7 + ], + "is": [ + 8 + ], + "to": [ + 9, + 16, + 66, + 110, + 127 + ], + "devise": [ + 10 + ], + "methods": [ + 11 + ], + "that": [ + 12 + ], + "use": [ + 13 + ], + "machine": [ + 14, + 40 + ], + "learning": [ + 15, + 41 + ], + "automatically": [ + 17 + ], + "extract": [ + 18 + ], + "predictive": [ + 19, + 113 + ], + "models": [ + 20, + 31, + 53 + ], + "from": [ + 21 + ], + "existing": [ + 22 + ], + "data.": [ + 24, + 72 + ], + "While": [ + 25 + ], + "prior": [ + 26 + ], + "examples": [ + 27 + ], + "have": [ + 28, + 58 + ], + "demonstrated": [ + 29 + ], + "successful": [ + 30 + ], + "for": [ + 32, + 54, + 89, + 100 + ], + "some": [ + 33 + ], + "applications,": [ + 34, + 56 + ], + "many": [ + 35 + ], + "more": [ + 36 + ], + "applications": [ + 37 + ], + "exist": [ + 38 + ], + "where": [ + 39 + ], + "can": [ + 42, + 124 + ], + "make": [ + 43 + ], + "a": [ + 44, + 60, + 67, + 78, + 91, + 97 + ], + "strong": [ + 45 + ], + "impact.": [ + 46 + ], + "To": [ + 47 + ], + "enable": [ + 48 + ], + "faster": [ + 49 + ], + "development": [ + 50 + ], + "machine-learning-based": [ + 52 + ], + "such": [ + 55, + 136 + ], + "we": [ + 57, + 85, + 118 + ], + "created": [ + 59 + ], + "framework": [ + 61 + ], + "capable": [ + 62 + ], + "being": [ + 64 + ], + "applied": [ + 65 + ], + "broad": [ + 68 + ], + "range": [ + 69 + ], + "Our": [ + 73 + ], + "method": [ + 74, + 99, + 123 + ], + "works": [ + 75 + ], + "by": [ + 76 + ], + "using": [ + 77 + ], + "chemically": [ + 79 + ], + "diverse": [ + 80, + 129 + ], + "list": [ + 81 + ], + "attributes,": [ + 83 + ], + "which": [ + 84 + ], + "demonstrate": [ + 86, + 119 + ], + "are": [ + 87 + ], + "suitable": [ + 88 + ], + "describing": [ + 90 + ], + "wide": [ + 92 + ], + "variety": [ + 93 + ], + "properties,": [ + 95 + ], + "and": [ + 96, + 133, + 141 + ], + "novel": [ + 98 + ], + "partitioning": [ + 101 + ], + "the": [ + 102, + 112 + ], + "data": [ + 103 + ], + "set": [ + 104 + ], + "into": [ + 105 + ], + "groups": [ + 106 + ], + "similar": [ + 108 + ], + "boost": [ + 111 + ], + "accuracy.": [ + 114 + ], + "In": [ + 115 + ], + "this": [ + 116, + 121 + ], + "manuscript,": [ + 117 + ], + "how": [ + 120 + ], + "new": [ + 122 + ], + "be": [ + 125 + ], + "used": [ + 126 + ], + "predict": [ + 128 + ], + "properties": [ + 130 + ], + "crystalline": [ + 132 + ], + "amorphous": [ + 134 + ], + "materials,": [ + 135 + ], + "as": [ + 137 + ], + "band": [ + 138 + ], + "gap": [ + 139 + ], + "energy": [ + 140 + ], + "glass-forming": [ + 142 + ], + "ability.": [ + 143 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 135 + }, + { + "year": 2025, + "cited_by_count": 274 + }, + { + "year": 2024, + "cited_by_count": 247 + }, + { + "year": 2023, + "cited_by_count": 215 + }, + { + "year": 2022, + "cited_by_count": 204 + }, + { + "year": 2021, + "cited_by_count": 195 + }, + { + "year": 2020, + "cited_by_count": 185 + }, + { + "year": 2019, + "cited_by_count": 117 + }, + { + "year": 2018, + "cited_by_count": 71 + }, + { + "year": 2017, + "cited_by_count": 22 + }, + { + "year": 2016, + "cited_by_count": 3 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2016-07-22T00:00:00" + }, + { + "id": "https://openalex.org/W2182361439", + "doi": null, + "title": "Efficient and robust automated machine learning", + "display_name": "Efficient and robust automated machine learning", + "relevance_score": 2483.388, + "publication_year": 2015, + "publication_date": "2015-12-07", + "ids": { + "openalex": "https://openalex.org/W2182361439", + "mag": "2182361439" + }, + "language": "en", + "primary_location": { + "id": "mag:2182361439", + "is_oa": false, + "landing_page_url": "https://papers.nips.cc/paper/2015/file/11d0e6287202fced83f79975ec59a3a6-Paper.pdf", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306420609", + "display_name": "Neural Information Processing Systems", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "conference" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": false, + "raw_source_name": "Neural Information Processing Systems", + "raw_type": null + }, + "type": "article", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5054262288", + "display_name": "Matthias Feurer", + "orcid": "https://orcid.org/0000-0001-9611-8588" + }, + "institutions": [ + { + "id": "https://openalex.org/I161046081", + "display_name": "University of Freiburg", + "ror": "https://ror.org/0245cg223", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I161046081" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": true, + "raw_author_name": "Matthias Feurer", + "raw_affiliation_strings": [ + "Department of Computer Science , University of Freiburg , Germany" + ], + "raw_orcid": "https://orcid.org/0000-0001-9611-8588", + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science , University of Freiburg , Germany", + "institution_ids": [ + "https://openalex.org/I161046081" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5044806693", + "display_name": "Aaron Klein", + "orcid": "https://orcid.org/0000-0003-3960-7742" + }, + "institutions": [ + { + "id": "https://openalex.org/I161046081", + "display_name": "University of Freiburg", + "ror": "https://ror.org/0245cg223", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I161046081" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Aaron Klein", + "raw_affiliation_strings": [ + "Department of Computer Science , University of Freiburg , Germany" + ], + "raw_orcid": "https://orcid.org/0000-0003-3960-7742", + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science , University of Freiburg , Germany", + "institution_ids": [ + "https://openalex.org/I161046081" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5081813991", + "display_name": "Katharina Eggensperger", + "orcid": "https://orcid.org/0000-0002-0309-401X" + }, + "institutions": [ + { + "id": "https://openalex.org/I161046081", + "display_name": "University of Freiburg", + "ror": "https://ror.org/0245cg223", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I161046081" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Katharina Eggensperger", + "raw_affiliation_strings": [ + "Department of Computer Science , University of Freiburg , Germany" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science , University of Freiburg , Germany", + "institution_ids": [ + "https://openalex.org/I161046081" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5017985443", + "display_name": "Jost Tobias Springenberg", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I161046081", + "display_name": "University of Freiburg", + "ror": "https://ror.org/0245cg223", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I161046081" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Jost Tobias Springenberg", + "raw_affiliation_strings": [ + "Department of Computer Science , University of Freiburg , Germany" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science , University of Freiburg , Germany", + "institution_ids": [ + "https://openalex.org/I161046081" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5102766796", + "display_name": "Manuel Blum", + "orcid": "https://orcid.org/0000-0002-0982-4845" + }, + "institutions": [ + { + "id": "https://openalex.org/I161046081", + "display_name": "University of Freiburg", + "ror": "https://ror.org/0245cg223", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I161046081" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Manuel Blum", + "raw_affiliation_strings": [ + "Department of Computer Science , University of Freiburg , Germany" + ], + "raw_orcid": "https://orcid.org/0000-0002-0982-4845", + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science , University of Freiburg , Germany", + "institution_ids": [ + "https://openalex.org/I161046081" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5031002895", + "display_name": "Frank Hutter", + "orcid": "https://orcid.org/0000-0002-2037-3694" + }, + "institutions": [ + { + "id": "https://openalex.org/I161046081", + "display_name": "University of Freiburg", + "ror": "https://ror.org/0245cg223", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I161046081" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Frank Hutter", + "raw_affiliation_strings": [ + "Department of Computer Science , University of Freiburg , Germany" + ], + "raw_orcid": "https://orcid.org/0000-0002-2037-3694", + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science , University of Freiburg , Germany", + "institution_ids": [ + "https://openalex.org/I161046081" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 6, + "corresponding_author_ids": [ + "https://openalex.org/A5054262288" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I161046081" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 26.632, + "has_fulltext": false, + "cited_by_count": 1255, + "citation_normalized_percentile": { + "value": 0.99838319, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "28", + "issue": null, + "first_page": "2755", + "last_page": "2763" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12072", + "display_name": "Machine Learning and Algorithms", + "score": 0.9991999864578247, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11652", + "display_name": "Imbalanced Data Classification Techniques", + "score": 0.9884999990463257, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/hyperparameter", + "display_name": "Hyperparameter", + "score": 0.8062483668327332 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.7956940531730652 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.7567195892333984 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7412288188934326 + }, + { + "id": "https://openalex.org/keywords/preprocessor", + "display_name": "Preprocessor", + "score": 0.723639726638794 + }, + { + "id": "https://openalex.org/keywords/bayesian-optimization", + "display_name": "Bayesian optimization", + "score": 0.5717392563819885 + }, + { + "id": "https://openalex.org/keywords/feature", + "display_name": "Feature (linguistics)", + "score": 0.5170496106147766 + }, + { + "id": "https://openalex.org/keywords/set", + "display_name": "Set (abstract data type)", + "score": 0.4831806719303131 + }, + { + "id": "https://openalex.org/keywords/bayesian-probability", + "display_name": "Bayesian probability", + "score": 0.41747650504112244 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C8642999", + "wikidata": "https://www.wikidata.org/wiki/Q4171168", + "display_name": "Hyperparameter", + "level": 2, + "score": 0.8062483668327332 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.7956940531730652 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.7567195892333984 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7412288188934326 + }, + { + "id": "https://openalex.org/C34736171", + "wikidata": "https://www.wikidata.org/wiki/Q918333", + "display_name": "Preprocessor", + "level": 2, + "score": 0.723639726638794 + }, + { + "id": "https://openalex.org/C2778049539", + "wikidata": "https://www.wikidata.org/wiki/Q17002908", + "display_name": "Bayesian optimization", + "level": 2, + "score": 0.5717392563819885 + }, + { + "id": "https://openalex.org/C2776401178", + "wikidata": "https://www.wikidata.org/wiki/Q12050496", + "display_name": "Feature (linguistics)", + "level": 2, + "score": 0.5170496106147766 + }, + { + "id": "https://openalex.org/C177264268", + "wikidata": "https://www.wikidata.org/wiki/Q1514741", + "display_name": "Set (abstract data type)", + "level": 2, + "score": 0.4831806719303131 + }, + { + "id": "https://openalex.org/C107673813", + "wikidata": "https://www.wikidata.org/wiki/Q812534", + "display_name": "Bayesian probability", + "level": 2, + "score": 0.41747650504112244 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C41895202", + "wikidata": "https://www.wikidata.org/wiki/Q8162", + "display_name": "Linguistics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C138885662", + "wikidata": "https://www.wikidata.org/wiki/Q5891", + "display_name": "Philosophy", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "mag:2182361439", + "is_oa": false, + "landing_page_url": "https://papers.nips.cc/paper/2015/file/11d0e6287202fced83f79975ec59a3a6-Paper.pdf", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306420609", + "display_name": "Neural Information Processing Systems", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "conference" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": "Neural Information Processing Systems", + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 26, + "referenced_works": [ + "https://openalex.org/W28412257", + "https://openalex.org/W60686164", + "https://openalex.org/W76331760", + "https://openalex.org/W116375701", + "https://openalex.org/W122178443", + "https://openalex.org/W1519451279", + "https://openalex.org/W1647221522", + "https://openalex.org/W1840091437", + "https://openalex.org/W1980264541", + "https://openalex.org/W2099201756", + "https://openalex.org/W2101234009", + "https://openalex.org/W2102539288", + "https://openalex.org/W2106411961", + "https://openalex.org/W2112204321", + "https://openalex.org/W2112364454", + "https://openalex.org/W2131241448", + "https://openalex.org/W2132862423", + "https://openalex.org/W2133990480", + "https://openalex.org/W2142334564", + "https://openalex.org/W2149731329", + "https://openalex.org/W2150446468", + "https://openalex.org/W2150753219", + "https://openalex.org/W2165607334", + "https://openalex.org/W2200000192", + "https://openalex.org/W2809054435", + "https://openalex.org/W2911964244" + ], + "related_works": [ + "https://openalex.org/W60686164", + "https://openalex.org/W2964024268", + "https://openalex.org/W2963815651", + "https://openalex.org/W2963423218", + "https://openalex.org/W2947123069", + "https://openalex.org/W2911964244", + "https://openalex.org/W2608595939", + "https://openalex.org/W2553303224", + "https://openalex.org/W2309832917", + "https://openalex.org/W2200000192", + "https://openalex.org/W2194775991", + "https://openalex.org/W2192203593", + "https://openalex.org/W2133990480", + "https://openalex.org/W2132862423", + "https://openalex.org/W2131241448", + "https://openalex.org/W2112364454", + "https://openalex.org/W2106411961", + "https://openalex.org/W2102539288", + "https://openalex.org/W2101234009", + "https://openalex.org/W2097998348" + ], + "abstract_inverted_index": { + "The": [ + 0 + ], + "success": [ + 1 + ], + "of": [ + 2, + 9, + 75, + 153, + 176, + 190, + 199, + 203 + ], + "machine": [ + 3, + 18, + 68 + ], + "learning": [ + 4, + 19, + 69 + ], + "in": [ + 5, + 33, + 179 + ], + "a": [ + 6, + 41, + 49, + 85, + 108 + ], + "broad": [ + 7 + ], + "range": [ + 8 + ], + "applications": [ + 10 + ], + "has": [ + 11, + 62 + ], + "led": [ + 12 + ], + "to": [ + 13, + 38, + 64, + 107, + 188 + ], + "an": [ + 14 + ], + "ever-growing": [ + 15 + ], + "demand": [ + 16 + ], + "for": [ + 17, + 48 + ], + "systems": [ + 20, + 36 + ], + "that": [ + 21, + 169 + ], + "can": [ + 22 + ], + "be": [ + 23, + 31 + ], + "used": [ + 24 + ], + "off": [ + 25 + ], + "the": [ + 26, + 73, + 141, + 145, + 150, + 154, + 173, + 177, + 184, + 197, + 200 + ], + "shelf": [ + 27 + ], + "by": [ + 28, + 126, + 137 + ], + "non-experts.": [ + 29 + ], + "To": [ + 30 + ], + "effective": [ + 32 + ], + "practice,": [ + 34 + ], + "such": [ + 35 + ], + "need": [ + 37 + ], + "automatically": [ + 39, + 127 + ], + "choose": [ + 40 + ], + "good": [ + 42 + ], + "algorithm": [ + 43 + ], + "and": [ + 44, + 54, + 100, + 136, + 159, + 193 + ], + "feature": [ + 45, + 97 + ], + "preprocessing": [ + 46, + 98, + 103 + ], + "steps": [ + 47 + ], + "new": [ + 50, + 87 + ], + "dataset": [ + 51 + ], + "at": [ + 52 + ], + "hand,": [ + 53 + ], + "also": [ + 55, + 182 + ], + "set": [ + 56 + ], + "their": [ + 57 + ], + "respective": [ + 58 + ], + "hyperparameters.": [ + 59 + ], + "Recent": [ + 60 + ], + "work": [ + 61 + ], + "started": [ + 63 + ], + "tackle": [ + 65 + ], + "this": [ + 66 + ], + "automated": [ + 67 + ], + "(AutoML)": [ + 70 + ], + "problem": [ + 71 + ], + "with": [ + 72, + 112 + ], + "help": [ + 74 + ], + "efficient": [ + 76 + ], + "Bayesian": [ + 77 + ], + "optimization": [ + 78 + ], + "methods.": [ + 79 + ], + "Building": [ + 80 + ], + "on": [ + 81, + 91, + 122, + 133, + 163 + ], + "this,": [ + 82 + ], + "we": [ + 83, + 118 + ], + "introduce": [ + 84 + ], + "robust": [ + 86 + ], + "AutoML": [ + 88, + 124, + 157 + ], + "system": [ + 89, + 148 + ], + "based": [ + 90 + ], + "scikit-learn": [ + 92 + ], + "(using": [ + 93 + ], + "15": [ + 94 + ], + "classifiers,": [ + 95 + ], + "14": [ + 96 + ], + "methods,": [ + 99, + 104 + ], + "4": [ + 101 + ], + "data": [ + 102 + ], + "giving": [ + 105 + ], + "rise": [ + 106 + ], + "structured": [ + 109 + ], + "hypothesis": [ + 110 + ], + "space": [ + 111 + ], + "110": [ + 113 + ], + "hyperparameters).": [ + 114 + ], + "This": [ + 115 + ], + "system,": [ + 116 + ], + "which": [ + 117 + ], + "dub": [ + 119 + ], + "AUTO-SKLEARN,": [ + 120 + ], + "improves": [ + 121 + ], + "existing": [ + 123 + ], + "methods": [ + 125 + ], + "taking": [ + 128 + ], + "into": [ + 129, + 196 + ], + "account": [ + 130 + ], + "past": [ + 131 + ], + "performance": [ + 132, + 185 + ], + "similar": [ + 134 + ], + "datasets,": [ + 135 + ], + "constructing": [ + 138 + ], + "ensembles": [ + 139 + ], + "from": [ + 140 + ], + "models": [ + 142 + ], + "evaluated": [ + 143 + ], + "during": [ + 144 + ], + "optimization.": [ + 146 + ], + "Our": [ + 147 + ], + "won": [ + 149 + ], + "first": [ + 151 + ], + "phase": [ + 152 + ], + "ongoing": [ + 155 + ], + "ChaLearn": [ + 156 + ], + "challenge,": [ + 158 + ], + "our": [ + 160, + 191 + ], + "comprehensive": [ + 161 + ], + "analysis": [ + 162 + ], + "over": [ + 164 + ], + "100": [ + 165 + ], + "diverse": [ + 166 + ], + "datasets": [ + 167 + ], + "shows": [ + 168 + ], + "it": [ + 170 + ], + "substantially": [ + 171 + ], + "outperforms": [ + 172 + ], + "previous": [ + 174 + ], + "state": [ + 175 + ], + "art": [ + 178 + ], + "AutoML.": [ + 180 + ], + "We": [ + 181 + ], + "demonstrate": [ + 183 + ], + "gains": [ + 186 + ], + "due": [ + 187 + ], + "each": [ + 189 + ], + "contributions": [ + 192 + ], + "derive": [ + 194 + ], + "insights": [ + 195 + ], + "effectiveness": [ + 198 + ], + "individual": [ + 201 + ], + "components": [ + 202 + ], + "AUTO-SKLEARN.": [ + 204 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 61 + }, + { + "year": 2024, + "cited_by_count": 99 + }, + { + "year": 2023, + "cited_by_count": 134 + }, + { + "year": 2022, + "cited_by_count": 125 + }, + { + "year": 2021, + "cited_by_count": 221 + }, + { + "year": 2020, + "cited_by_count": 263 + }, + { + "year": 2019, + "cited_by_count": 217 + }, + { + "year": 2018, + "cited_by_count": 86 + }, + { + "year": 2017, + "cited_by_count": 34 + }, + { + "year": 2016, + "cited_by_count": 14 + }, + { + "year": 2015, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-14T08:36:36.166977", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W1983989471", + "doi": "https://doi.org/10.1198/jasa.2008.s236", + "title": "Pattern Recognition and Machine Learning", + "display_name": "Pattern Recognition and Machine Learning", + "relevance_score": 2477.2678, + "publication_year": 2008, + "publication_date": "2008-06-01", + "ids": { + "openalex": "https://openalex.org/W1983989471", + "doi": "https://doi.org/10.1198/jasa.2008.s236", + "mag": "1983989471" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1198/jasa.2008.s236", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1198/jasa.2008.s236", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4394736638", + "display_name": "Journal of the American Statistical Association", + "issn_l": "0162-1459", + "issn": [ + "0162-1459", + "1537-274X" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Journal of the American Statistical Association", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5109482919", + "display_name": "Thomas Burr", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1343871089", + "display_name": "Los Alamos National Laboratory", + "ror": "https://ror.org/01e41cf67", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I1330989302", + "https://openalex.org/I1343871089", + "https://openalex.org/I198811213", + "https://openalex.org/I4210120050" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Thomas Burr", + "raw_affiliation_strings": [ + "Los Alamos National Laboratory", + "LOS Alamos National Laboratory" + ], + "affiliations": [ + { + "raw_affiliation_string": "Los Alamos National Laboratory", + "institution_ids": [ + "https://openalex.org/I1343871089" + ] + }, + { + "raw_affiliation_string": "LOS Alamos National Laboratory", + "institution_ids": [ + "https://openalex.org/I1343871089" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5109482919" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I1343871089" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 47.4793, + "has_fulltext": false, + "cited_by_count": 1113, + "citation_normalized_percentile": { + "value": 0.99954397, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 98, + "max": 100 + }, + "biblio": { + "volume": "103", + "issue": "482", + "first_page": "886", + "last_page": "887" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12205", + "display_name": "Time Series Analysis and Forecasting", + "score": 0.98580002784729, + "subfield": { + "id": "https://openalex.org/subfields/1711", + "display_name": "Signal Processing" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12205", + "display_name": "Time Series Analysis and Forecasting", + "score": 0.98580002784729, + "subfield": { + "id": "https://openalex.org/subfields/1711", + "display_name": "Signal Processing" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12761", + "display_name": "Data Stream Mining Techniques", + "score": 0.9822999835014343, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11512", + "display_name": "Anomaly Detection Techniques and Applications", + "score": 0.9811000227928162, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5010311603546143 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.4807431697845459 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.40664222836494446 + }, + { + "id": "https://openalex.org/keywords/pattern-recognition", + "display_name": "Pattern recognition (psychology)", + "score": 0.374175488948822 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5010311603546143 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.4807431697845459 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.40664222836494446 + }, + { + "id": "https://openalex.org/C153180895", + "wikidata": "https://www.wikidata.org/wiki/Q7148389", + "display_name": "Pattern recognition (psychology)", + "level": 2, + "score": 0.374175488948822 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1198/jasa.2008.s236", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1198/jasa.2008.s236", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4394736638", + "display_name": "Journal of the American Statistical Association", + "issn_l": "0162-1459", + "issn": [ + "0162-1459", + "1537-274X" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Journal of the American Statistical Association", + "raw_type": "journal-article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 5, + "referenced_works": [ + "https://openalex.org/W2009086942", + "https://openalex.org/W2019044526", + "https://openalex.org/W2078502317", + "https://openalex.org/W2090911498", + "https://openalex.org/W4237415315" + ], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W3046775127", + "https://openalex.org/W3170094116", + "https://openalex.org/W4386462264", + "https://openalex.org/W3209574120", + "https://openalex.org/W3107602296", + "https://openalex.org/W2033914206", + "https://openalex.org/W4312192474", + "https://openalex.org/W4210805261" + ], + "abstract_inverted_index": { + "\"Pattern": [ + 0 + ], + "Recognition": [ + 1 + ], + "and": [ + 2 + ], + "Machine": [ + 3 + ], + "Learning.\"": [ + 4 + ], + "Journal": [ + 5 + ], + "of": [ + 6 + ], + "the": [ + 7 + ], + "American": [ + 8 + ], + "Statistical": [ + 9 + ], + "Association,": [ + 10 + ], + "103(482),": [ + 11 + ], + "pp.": [ + 12 + ], + "886–887": [ + 13 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 6 + }, + { + "year": 2024, + "cited_by_count": 27 + }, + { + "year": 2023, + "cited_by_count": 55 + }, + { + "year": 2022, + "cited_by_count": 54 + }, + { + "year": 2021, + "cited_by_count": 97 + }, + { + "year": 2020, + "cited_by_count": 87 + }, + { + "year": 2019, + "cited_by_count": 133 + }, + { + "year": 2018, + "cited_by_count": 105 + }, + { + "year": 2017, + "cited_by_count": 64 + }, + { + "year": 2016, + "cited_by_count": 67 + }, + { + "year": 2015, + "cited_by_count": 75 + }, + { + "year": 2014, + "cited_by_count": 68 + }, + { + "year": 2013, + "cited_by_count": 73 + }, + { + "year": 2012, + "cited_by_count": 73 + } + ], + "updated_date": "2026-04-05T17:49:38.594831", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W4299828299", + "doi": "https://doi.org/10.48550/arxiv.1207.4676", + "title": "Proceedings of the 29th International Conference on Machine Learning (ICML-12)", + "display_name": "Proceedings of the 29th International Conference on Machine Learning (ICML-12)", + "relevance_score": 2470.0903, + "publication_year": 2012, + "publication_date": "2012-07-19", + "ids": { + "openalex": "https://openalex.org/W4299828299", + "doi": "https://doi.org/10.48550/arxiv.1207.4676" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:arXiv.org:1207.4676", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1207.4676", + "pdf_url": "https://arxiv.org/pdf/1207.4676", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "type": "preprint", + "indexed_in": [ + "arxiv", + "datacite" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1207.4676", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5005003250", + "display_name": "John Langford", + "orcid": "https://orcid.org/0000-0002-9811-3550" + }, + "institutions": [ + { + "id": "https://openalex.org/I2801032651", + "display_name": "Council of Science Editors", + "ror": "https://ror.org/007cr8911", + "country_code": "US", + "type": "nonprofit", + "lineage": [ + "https://openalex.org/I2801032651" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Langford, John", + "raw_affiliation_strings": [ + "Editors" + ], + "affiliations": [ + { + "raw_affiliation_string": "Editors", + "institution_ids": [ + "https://openalex.org/I2801032651" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5080591144", + "display_name": "Joëlle Pineau", + "orcid": "https://orcid.org/0000-0003-0747-7250" + }, + "institutions": [ + { + "id": "https://openalex.org/I2801032651", + "display_name": "Council of Science Editors", + "ror": "https://ror.org/007cr8911", + "country_code": "US", + "type": "nonprofit", + "lineage": [ + "https://openalex.org/I2801032651" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Pineau, Joelle", + "raw_affiliation_strings": [ + "Editors" + ], + "affiliations": [ + { + "raw_affiliation_string": "Editors", + "institution_ids": [ + "https://openalex.org/I2801032651" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5005003250" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I2801032651" + ], + "apc_list": null, + "apc_paid": null, + "fwci": null, + "has_fulltext": false, + "cited_by_count": 1618, + "citation_normalized_percentile": null, + "cited_by_percentile_year": null, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10181", + "display_name": "Natural Language Processing Techniques", + "score": 0.6305000185966492, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10181", + "display_name": "Natural Language Processing Techniques", + "score": 0.6305000185966492, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/library-science", + "display_name": "Library science", + "score": 0.5253459811210632 + }, + { + "id": "https://openalex.org/keywords/geography", + "display_name": "Geography", + "score": 0.3677058815956116 + }, + { + "id": "https://openalex.org/keywords/forestry", + "display_name": "Forestry", + "score": 0.32110482454299927 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.18688607215881348 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C161191863", + "wikidata": "https://www.wikidata.org/wiki/Q199655", + "display_name": "Library science", + "level": 1, + "score": 0.5253459811210632 + }, + { + "id": "https://openalex.org/C205649164", + "wikidata": "https://www.wikidata.org/wiki/Q1071", + "display_name": "Geography", + "level": 0, + "score": 0.3677058815956116 + }, + { + "id": "https://openalex.org/C97137747", + "wikidata": "https://www.wikidata.org/wiki/Q38112", + "display_name": "Forestry", + "level": 1, + "score": 0.32110482454299927 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.18688607215881348 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "pmh:oai:arXiv.org:1207.4676", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1207.4676", + "pdf_url": "https://arxiv.org/pdf/1207.4676", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "doi:10.48550/arxiv.1207.4676", + "is_oa": true, + "landing_page_url": "https://doi.org/10.48550/arxiv.1207.4676", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1207.4676", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1207.4676", + "pdf_url": "https://arxiv.org/pdf/1207.4676", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [ + "https://openalex.org/W2748952813", + "https://openalex.org/W2383882895", + "https://openalex.org/W3111098267", + "https://openalex.org/W2370206093", + "https://openalex.org/W264709706", + "https://openalex.org/W2375009411", + "https://openalex.org/W2371019958", + "https://openalex.org/W2092269694", + "https://openalex.org/W2063002724", + "https://openalex.org/W3150437343" + ], + "abstract_inverted_index": { + "This": [ + 0 + ], + "is": [ + 1 + ], + "an": [ + 2 + ], + "index": [ + 3 + ], + "to": [ + 4 + ], + "the": [ + 5, + 10, + 13 + ], + "papers": [ + 6 + ], + "that": [ + 7 + ], + "appear": [ + 8 + ], + "in": [ + 9, + 25 + ], + "Proceedings": [ + 11 + ], + "of": [ + 12 + ], + "29th": [ + 14 + ], + "International": [ + 15 + ], + "Conference": [ + 16 + ], + "on": [ + 17 + ], + "Machine": [ + 18 + ], + "Learning": [ + 19 + ], + "(ICML-12).": [ + 20 + ], + "The": [ + 21 + ], + "conference": [ + 22 + ], + "was": [ + 23 + ], + "held": [ + 24 + ], + "Edinburgh,": [ + 26 + ], + "Scotland,": [ + 27 + ], + "June": [ + 28 + ], + "27th": [ + 29 + ], + "-": [ + 30 + ], + "July": [ + 31 + ], + "3rd,": [ + 32 + ], + "2012.": [ + 33 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 100 + }, + { + "year": 2024, + "cited_by_count": 136 + }, + { + "year": 2023, + "cited_by_count": 155 + }, + { + "year": 2022, + "cited_by_count": 120 + }, + { + "year": 2021, + "cited_by_count": 86 + }, + { + "year": 2020, + "cited_by_count": 167 + }, + { + "year": 2019, + "cited_by_count": 218 + }, + { + "year": 2018, + "cited_by_count": 146 + }, + { + "year": 2017, + "cited_by_count": 177 + }, + { + "year": 2016, + "cited_by_count": 136 + }, + { + "year": 2015, + "cited_by_count": 76 + }, + { + "year": 2014, + "cited_by_count": 49 + }, + { + "year": 2013, + "cited_by_count": 37 + }, + { + "year": 2012, + "cited_by_count": 15 + } + ], + "updated_date": "2026-04-24T08:23:43.765630", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2981679558", + "doi": "https://doi.org/10.1371/journal.pone.0224365", + "title": "Machine learning algorithm validation with a limited sample size", + "display_name": "Machine learning algorithm validation with a limited sample size", + "relevance_score": 2469.721, + "publication_year": 2019, + "publication_date": "2019-11-07", + "ids": { + "openalex": "https://openalex.org/W2981679558", + "doi": "https://doi.org/10.1371/journal.pone.0224365", + "mag": "2981679558", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/31697686" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1371/journal.pone.0224365", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1371/journal.pone.0224365", + "pdf_url": "https://journals.plos.org/plosone/article/file?id=10.1371/journal.pone.0224365&type=printable", + "source": { + "id": "https://openalex.org/S202381698", + "display_name": "PLoS ONE", + "issn_l": "1932-6203", + "issn": [ + "1932-6203" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310315706", + "host_organization_name": "Public Library of Science", + "host_organization_lineage": [ + "https://openalex.org/P4310315706" + ], + "host_organization_lineage_names": [ + "Public Library of Science" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "PLOS ONE", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref", + "doaj", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "gold", + "oa_url": "https://journals.plos.org/plosone/article/file?id=10.1371/journal.pone.0224365&type=printable", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5058581210", + "display_name": "Andrius Vabalas", + "orcid": "https://orcid.org/0000-0002-0659-2890" + }, + "institutions": [ + { + "id": "https://openalex.org/I28407311", + "display_name": "University of Manchester", + "ror": "https://ror.org/027m9bs27", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I28407311" + ] + } + ], + "countries": [ + "GB" + ], + "is_corresponding": true, + "raw_author_name": "Andrius Vabalas", + "raw_affiliation_strings": [ + "Materials, Devices and Systems Division, School of Electrical and Electronic Engineering, The University of Manchester, Manchester, England, United Kingdom" + ], + "raw_orcid": "https://orcid.org/0000-0002-0659-2890", + "affiliations": [ + { + "raw_affiliation_string": "Materials, Devices and Systems Division, School of Electrical and Electronic Engineering, The University of Manchester, Manchester, England, United Kingdom", + "institution_ids": [ + "https://openalex.org/I28407311" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5054131595", + "display_name": "Emma Gowen", + "orcid": "https://orcid.org/0000-0003-4788-4280" + }, + "institutions": [ + { + "id": "https://openalex.org/I28407311", + "display_name": "University of Manchester", + "ror": "https://ror.org/027m9bs27", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I28407311" + ] + } + ], + "countries": [ + "GB" + ], + "is_corresponding": false, + "raw_author_name": "Emma Gowen", + "raw_affiliation_strings": [ + "School of Biological Sciences, The University of Manchester, Manchester, England, United Kingdom" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "School of Biological Sciences, The University of Manchester, Manchester, England, United Kingdom", + "institution_ids": [ + "https://openalex.org/I28407311" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5080441481", + "display_name": "Ellen Poliakoff", + "orcid": "https://orcid.org/0000-0003-4975-7787" + }, + "institutions": [ + { + "id": "https://openalex.org/I28407311", + "display_name": "University of Manchester", + "ror": "https://ror.org/027m9bs27", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I28407311" + ] + } + ], + "countries": [ + "GB" + ], + "is_corresponding": false, + "raw_author_name": "Ellen Poliakoff", + "raw_affiliation_strings": [ + "School of Biological Sciences, The University of Manchester, Manchester, England, United Kingdom" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "School of Biological Sciences, The University of Manchester, Manchester, England, United Kingdom", + "institution_ids": [ + "https://openalex.org/I28407311" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5091104655", + "display_name": "Alexander J. Casson", + "orcid": "https://orcid.org/0000-0003-1408-1190" + }, + "institutions": [ + { + "id": "https://openalex.org/I28407311", + "display_name": "University of Manchester", + "ror": "https://ror.org/027m9bs27", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I28407311" + ] + } + ], + "countries": [ + "GB" + ], + "is_corresponding": false, + "raw_author_name": "Alexander J. Casson", + "raw_affiliation_strings": [ + "Materials, Devices and Systems Division, School of Electrical and Electronic Engineering, The University of Manchester, Manchester, England, United Kingdom" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Materials, Devices and Systems Division, School of Electrical and Electronic Engineering, The University of Manchester, Manchester, England, United Kingdom", + "institution_ids": [ + "https://openalex.org/I28407311" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 4, + "corresponding_author_ids": [ + "https://openalex.org/A5058581210" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I28407311" + ], + "apc_list": { + "value": 1805, + "currency": "USD", + "value_usd": 1805 + }, + "apc_paid": { + "value": 1805, + "currency": "USD", + "value_usd": 1805 + }, + "fwci": 44.2653, + "has_fulltext": true, + "cited_by_count": 1659, + "citation_normalized_percentile": { + "value": 0.99924824, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "14", + "issue": "11", + "first_page": "e0224365", + "last_page": "e0224365" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10885", + "display_name": "Gene expression and cancer classification", + "score": 0.9955000281333923, + "subfield": { + "id": "https://openalex.org/subfields/1312", + "display_name": "Molecular Biology" + }, + "field": { + "id": "https://openalex.org/fields/13", + "display_name": "Biochemistry, Genetics and Molecular Biology" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10885", + "display_name": "Gene expression and cancer classification", + "score": 0.9955000281333923, + "subfield": { + "id": "https://openalex.org/subfields/1312", + "display_name": "Molecular Biology" + }, + "field": { + "id": "https://openalex.org/fields/13", + "display_name": "Biochemistry, Genetics and Molecular Biology" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9860000014305115, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12859", + "display_name": "Cell Image Analysis Techniques", + "score": 0.9606000185012817, + "subfield": { + "id": "https://openalex.org/subfields/1304", + "display_name": "Biophysics" + }, + "field": { + "id": "https://openalex.org/fields/13", + "display_name": "Biochemistry, Genetics and Molecular Biology" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/overfitting", + "display_name": "Overfitting", + "score": 0.8499270677566528 + }, + { + "id": "https://openalex.org/keywords/sample-size-determination", + "display_name": "Sample size determination", + "score": 0.7672773003578186 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6191924810409546 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5842269062995911 + }, + { + "id": "https://openalex.org/keywords/cross-validation", + "display_name": "Cross-validation", + "score": 0.5098270773887634 + }, + { + "id": "https://openalex.org/keywords/data-collection", + "display_name": "Data collection", + "score": 0.4877827763557434 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.4619005620479584 + }, + { + "id": "https://openalex.org/keywords/selection-bias", + "display_name": "Selection bias", + "score": 0.438579261302948 + }, + { + "id": "https://openalex.org/keywords/sample", + "display_name": "Sample (material)", + "score": 0.43803805112838745 + }, + { + "id": "https://openalex.org/keywords/statistics", + "display_name": "Statistics", + "score": 0.41916215419769287 + }, + { + "id": "https://openalex.org/keywords/feature-selection", + "display_name": "Feature selection", + "score": 0.412355899810791 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.39342644810676575 + }, + { + "id": "https://openalex.org/keywords/pattern-recognition", + "display_name": "Pattern recognition (psychology)", + "score": 0.35772329568862915 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.23591920733451843 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.1789134442806244 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C22019652", + "wikidata": "https://www.wikidata.org/wiki/Q331309", + "display_name": "Overfitting", + "level": 3, + "score": 0.8499270677566528 + }, + { + "id": "https://openalex.org/C129848803", + "wikidata": "https://www.wikidata.org/wiki/Q2564360", + "display_name": "Sample size determination", + "level": 2, + "score": 0.7672773003578186 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6191924810409546 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5842269062995911 + }, + { + "id": "https://openalex.org/C27181475", + "wikidata": "https://www.wikidata.org/wiki/Q541014", + "display_name": "Cross-validation", + "level": 2, + "score": 0.5098270773887634 + }, + { + "id": "https://openalex.org/C133462117", + "wikidata": "https://www.wikidata.org/wiki/Q4929239", + "display_name": "Data collection", + "level": 2, + "score": 0.4877827763557434 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.4619005620479584 + }, + { + "id": "https://openalex.org/C40423286", + "wikidata": "https://www.wikidata.org/wiki/Q284172", + "display_name": "Selection bias", + "level": 2, + "score": 0.438579261302948 + }, + { + "id": "https://openalex.org/C198531522", + "wikidata": "https://www.wikidata.org/wiki/Q485146", + "display_name": "Sample (material)", + "level": 2, + "score": 0.43803805112838745 + }, + { + "id": "https://openalex.org/C105795698", + "wikidata": "https://www.wikidata.org/wiki/Q12483", + "display_name": "Statistics", + "level": 1, + "score": 0.41916215419769287 + }, + { + "id": "https://openalex.org/C148483581", + "wikidata": "https://www.wikidata.org/wiki/Q446488", + "display_name": "Feature selection", + "level": 2, + "score": 0.412355899810791 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.39342644810676575 + }, + { + "id": "https://openalex.org/C153180895", + "wikidata": "https://www.wikidata.org/wiki/Q7148389", + "display_name": "Pattern recognition (psychology)", + "level": 2, + "score": 0.35772329568862915 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.23591920733451843 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.1789134442806244 + }, + { + "id": "https://openalex.org/C185592680", + "wikidata": "https://www.wikidata.org/wiki/Q2329", + "display_name": "Chemistry", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C43617362", + "wikidata": "https://www.wikidata.org/wiki/Q170050", + "display_name": "Chromatography", + "level": 1, + "score": 0.0 + } + ], + "mesh": [ + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D003627", + "descriptor_name": "Data Interpretation, Statistical", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D003627", + "descriptor_name": "Data Interpretation, Statistical", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D003627", + "descriptor_name": "Data Interpretation, Statistical", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D018401", + "descriptor_name": "Sample Size", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D018401", + "descriptor_name": "Sample Size", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D018401", + "descriptor_name": "Sample Size", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D035843", + "descriptor_name": "Biomedical Research", + "qualifier_ui": "Q000706", + "qualifier_name": "statistics & numerical data", + "is_major_topic": false + }, + { + "descriptor_ui": "D035843", + "descriptor_name": "Biomedical Research", + "qualifier_ui": "Q000706", + "qualifier_name": "statistics & numerical data", + "is_major_topic": false + }, + { + "descriptor_ui": "D035843", + "descriptor_name": "Biomedical Research", + "qualifier_ui": "Q000706", + "qualifier_name": "statistics & numerical data", + "is_major_topic": false + } + ], + "locations_count": 8, + "locations": [ + { + "id": "doi:10.1371/journal.pone.0224365", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1371/journal.pone.0224365", + "pdf_url": "https://journals.plos.org/plosone/article/file?id=10.1371/journal.pone.0224365&type=printable", + "source": { + "id": "https://openalex.org/S202381698", + "display_name": "PLoS ONE", + "issn_l": "1932-6203", + "issn": [ + "1932-6203" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310315706", + "host_organization_name": "Public Library of Science", + "host_organization_lineage": [ + "https://openalex.org/P4310315706" + ], + "host_organization_lineage_names": [ + "Public Library of Science" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "PLOS ONE", + "raw_type": "journal-article" + }, + { + "id": "pmid:31697686", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/31697686", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "PloS one", + "raw_type": null + }, + { + "id": "pmh:oai:pure.atira.dk:openaire/46636137-42f8-46a3-82e2-565843dbc92a", + "is_oa": true, + "landing_page_url": "https://research.manchester.ac.uk/en/publications/46636137-42f8-46a3-82e2-565843dbc92a", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400662", + "display_name": "Research Explorer (The University of Manchester)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I28407311", + "host_organization_name": "University of Manchester", + "host_organization_lineage": [ + "https://openalex.org/I28407311" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Vabalas, A, Gowen, E, Poliakoff, E & Casson, A 2020, 'Machine learning algorithm validation with a limited sample size', P L o S One, vol. 14, no. 11, e0224365. https://doi.org/10.1371/journal.pone.0224365", + "raw_type": "info:eu-repo/semantics/publishedVersion" + }, + { + "id": "pmh:oai:RePEc:plo:pone00:0224365", + "is_oa": false, + "landing_page_url": "https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0224365", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401271", + "display_name": "RePEc: Research Papers in Economics", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I77793887", + "host_organization_name": "Federal Reserve Bank of St. Louis", + "host_organization_lineage": [ + "https://openalex.org/I77793887" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "article" + }, + { + "id": "pmh:oai:doaj.org/article:df3153cdf6ba4ecc9e209347e26d9f38", + "is_oa": true, + "landing_page_url": "https://doaj.org/article/df3153cdf6ba4ecc9e209347e26d9f38", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401280", + "display_name": "DOAJ (DOAJ: Directory of Open Access Journals)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by-sa", + "license_id": "https://openalex.org/licenses/cc-by-sa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "PLoS ONE, Vol 14, Iss 11, p e0224365 (2019)", + "raw_type": "article" + }, + { + "id": "pmh:oai:figshare.com:article/10268015", + "is_oa": true, + "landing_page_url": "https://figshare.com/articles/dataset/Machine_learning_algorithm_validation_with_a_limited_sample_size/10268015", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4377196282", + "display_name": "Figshare", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I4210132348", + "host_organization_name": "Figshare (United Kingdom)", + "host_organization_lineage": [ + "https://openalex.org/I4210132348" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Dataset" + }, + { + "id": "pmh:oai:pubmedcentral.nih.gov:6837442", + "is_oa": true, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/6837442", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2764455111", + "display_name": "PubMed Central", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "PLoS One", + "raw_type": "Text" + }, + { + "id": "pmh:oai:pure.atira.dk:publications/46636137-42f8-46a3-82e2-565843dbc92a", + "is_oa": true, + "landing_page_url": "https://www.research.manchester.ac.uk/portal/en/publications/machine-learning-algorithm-validation-with-a-limited-sample-size(46636137-42f8-46a3-82e2-565843dbc92a).html", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400662", + "display_name": "Research Explorer (The University of Manchester)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I28407311", + "host_organization_name": "University of Manchester", + "host_organization_lineage": [ + "https://openalex.org/I28407311" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Vabalas, A, Gowen, E, Poliakoff, E & Casson, A 2020, 'Machine learning algorithm validation with a limited sample size', P L o S One, vol. 14, no. 11, e0224365. https://doi.org/10.1371/journal.pone.0224365", + "raw_type": "info:eu-repo/semantics/publishedVersion" + } + ], + "best_oa_location": { + "id": "doi:10.1371/journal.pone.0224365", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1371/journal.pone.0224365", + "pdf_url": "https://journals.plos.org/plosone/article/file?id=10.1371/journal.pone.0224365&type=printable", + "source": { + "id": "https://openalex.org/S202381698", + "display_name": "PLoS ONE", + "issn_l": "1932-6203", + "issn": [ + "1932-6203" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310315706", + "host_organization_name": "Public Library of Science", + "host_organization_lineage": [ + "https://openalex.org/P4310315706" + ], + "host_organization_lineage_names": [ + "Public Library of Science" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "PLOS ONE", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [ + { + "id": "https://metadata.un.org/sdg/10", + "display_name": "Reduced inequalities", + "score": 0.6899999976158142 + } + ], + "awards": [ + { + "id": "https://openalex.org/G1969528513", + "display_name": null, + "funder_award_id": "1830965", + "funder_id": "https://openalex.org/F4320334627", + "funder_display_name": "Engineering and Physical Sciences Research Council" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320320291", + "display_name": "University of Manchester", + "ror": "https://ror.org/027m9bs27" + }, + { + "id": "https://openalex.org/F4320334627", + "display_name": "Engineering and Physical Sciences Research Council", + "ror": "https://ror.org/0439y7842" + } + ], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 33, + "referenced_works": [ + "https://openalex.org/W7299809", + "https://openalex.org/W1493357981", + "https://openalex.org/W1505191356", + "https://openalex.org/W1988975411", + "https://openalex.org/W2002645541", + "https://openalex.org/W2031167046", + "https://openalex.org/W2061553036", + "https://openalex.org/W2065283057", + "https://openalex.org/W2077991879", + "https://openalex.org/W2082704080", + "https://openalex.org/W2087347434", + "https://openalex.org/W2092095117", + "https://openalex.org/W2092444470", + "https://openalex.org/W2101234009", + "https://openalex.org/W2112081648", + "https://openalex.org/W2119155327", + "https://openalex.org/W2119387367", + "https://openalex.org/W2132886902", + "https://openalex.org/W2136487516", + "https://openalex.org/W2141007997", + "https://openalex.org/W2142594886", + "https://openalex.org/W2143426320", + "https://openalex.org/W2153635508", + "https://openalex.org/W2154290668", + "https://openalex.org/W2154776925", + "https://openalex.org/W2310177520", + "https://openalex.org/W2421101021", + "https://openalex.org/W2552047097", + "https://openalex.org/W2917871264", + "https://openalex.org/W2963389298", + "https://openalex.org/W3120421331", + "https://openalex.org/W3139562178", + "https://openalex.org/W6675354045" + ], + "related_works": [ + "https://openalex.org/W4362597605", + "https://openalex.org/W1574414179", + "https://openalex.org/W4297676672", + "https://openalex.org/W3009056573", + "https://openalex.org/W2922073769", + "https://openalex.org/W4281702477", + "https://openalex.org/W3155717344", + "https://openalex.org/W1770458422", + "https://openalex.org/W2801469686", + "https://openalex.org/W2149651625" + ], + "abstract_inverted_index": { + "Advances": [ + 0 + ], + "in": [ + 1 + ], + "neuroimaging,": [ + 2 + ], + "genomic,": [ + 3 + ], + "motion": [ + 4 + ], + "tracking,": [ + 5 + ], + "eye-tracking": [ + 6 + ], + "and": [ + 7, + 59, + 62, + 140, + 153, + 159, + 178, + 201, + 208, + 230 + ], + "many": [ + 8 + ], + "other": [ + 9, + 237 + ], + "technology-based": [ + 10 + ], + "data": [ + 11, + 38, + 45, + 180, + 197 + ], + "collection": [ + 12, + 39 + ], + "methods": [ + 13, + 117, + 210 + ], + "have": [ + 14, + 25, + 81, + 104 + ], + "led": [ + 15 + ], + "to": [ + 16, + 69, + 84, + 183, + 194, + 220, + 232 + ], + "a": [ + 17, + 26, + 47 + ], + "torrent": [ + 18 + ], + "of": [ + 19, + 29, + 32, + 37, + 50, + 53, + 78, + 115, + 149, + 164, + 203, + 236 + ], + "high": [ + 20, + 35 + ], + "dimensional": [ + 21, + 44 + ], + "datasets,": [ + 22 + ], + "which": [ + 23, + 80, + 118 + ], + "commonly": [ + 24 + ], + "small": [ + 27, + 48, + 92, + 137, + 228 + ], + "number": [ + 28, + 49, + 202 + ], + "samples": [ + 30, + 51 + ], + "because": [ + 31 + ], + "the": [ + 33, + 113, + 141, + 192, + 234 + ], + "intrinsic": [ + 34 + ], + "cost": [ + 36 + ], + "involving": [ + 40 + ], + "human": [ + 41 + ], + "participants.": [ + 42 + ], + "High": [ + 43 + ], + "with": [ + 46, + 97, + 136, + 146, + 213, + 227 + ], + "is": [ + 52, + 95, + 143, + 181 + ], + "critical": [ + 54 + ], + "importance": [ + 55 + ], + "for": [ + 56 + ], + "identifying": [ + 57 + ], + "biomarkers": [ + 58 + ], + "conducting": [ + 60 + ], + "feasibility": [ + 61 + ], + "pilot": [ + 63 + ], + "work,": [ + 64 + ], + "however": [ + 65 + ], + "it": [ + 66 + ], + "can": [ + 67 + ], + "lead": [ + 68 + ], + "biased": [ + 70, + 133 + ], + "machine": [ + 71 + ], + "learning": [ + 72 + ], + "(ML)": [ + 73 + ], + "performance": [ + 74, + 134, + 161 + ], + "estimates.": [ + 75 + ], + "Our": [ + 76, + 124 + ], + "review": [ + 77 + ], + "studies": [ + 79, + 238 + ], + "applied": [ + 82 + ], + "ML": [ + 83 + ], + "predict": [ + 85 + ], + "autistic": [ + 86 + ], + "from": [ + 87 + ], + "non-autistic": [ + 88 + ], + "individuals": [ + 89 + ], + "showed": [ + 90 + ], + "that": [ + 91, + 127, + 170 + ], + "sample": [ + 93, + 138, + 147, + 165 + ], + "size": [ + 94, + 148 + ], + "associated": [ + 96 + ], + "higher": [ + 98 + ], + "reported": [ + 99 + ], + "classification": [ + 100 + ], + "accuracy.": [ + 101 + ], + "Thus,": [ + 102 + ], + "we": [ + 103 + ], + "investigated": [ + 105 + ], + "whether": [ + 106 + ], + "this": [ + 107 + ], + "bias": [ + 108, + 142, + 184, + 195 + ], + "could": [ + 109 + ], + "be": [ + 110 + ], + "caused": [ + 111 + ], + "by": [ + 112, + 196 + ], + "use": [ + 114 + ], + "validation": [ + 116, + 209, + 242 + ], + "do": [ + 119 + ], + "not": [ + 120 + ], + "sufficiently": [ + 121 + ], + "control": [ + 122 + ], + "overfitting.": [ + 123 + ], + "simulations": [ + 125 + ], + "show": [ + 126, + 169 + ], + "K-fold": [ + 128 + ], + "Cross-Validation": [ + 129 + ], + "(CV)": [ + 130 + ], + "produces": [ + 131 + ], + "strongly": [ + 132 + ], + "estimates": [ + 135, + 162 + ], + "sizes,": [ + 139 + ], + "still": [ + 144 + ], + "evident": [ + 145 + ], + "1000.": [ + 150 + ], + "Nested": [ + 151 + ], + "CV": [ + 152, + 204 + ], + "train/test": [ + 154 + ], + "split": [ + 155 + ], + "approaches": [ + 156 + ], + "produce": [ + 157 + ], + "robust": [ + 158, + 222 + ], + "unbiased": [ + 160 + ], + "regardless": [ + 163 + ], + "size.": [ + 166 + ], + "We": [ + 167 + ], + "also": [ + 168 + ], + "feature": [ + 171 + ], + "selection": [ + 172 + ], + "if": [ + 173 + ], + "performed": [ + 174 + ], + "on": [ + 175, + 240 + ], + "pooled": [ + 176 + ], + "training": [ + 177 + ], + "testing": [ + 179, + 223 + ], + "contributing": [ + 182 + ], + "considerably": [ + 185 + ], + "more": [ + 186 + ], + "than": [ + 187 + ], + "parameter": [ + 188 + ], + "tuning.": [ + 189 + ], + "In": [ + 190 + ], + "addition,": [ + 191 + ], + "contribution": [ + 193 + ], + "dimensionality,": [ + 198 + ], + "hyper-parameter": [ + 199 + ], + "space": [ + 200 + ], + "folds": [ + 205 + ], + "was": [ + 206, + 244 + ], + "explored,": [ + 207 + ], + "were": [ + 211 + ], + "compared": [ + 212 + ], + "discriminable": [ + 214 + ], + "data.": [ + 215 + ], + "The": [ + 216 + ], + "results": [ + 217, + 235 + ], + "suggest": [ + 218 + ], + "how": [ + 219, + 231 + ], + "design": [ + 221 + ], + "methodologies": [ + 224 + ], + "when": [ + 225 + ], + "working": [ + 226 + ], + "datasets": [ + 229 + ], + "interpret": [ + 233 + ], + "based": [ + 239 + ], + "what": [ + 241 + ], + "method": [ + 243 + ], + "used.": [ + 245 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 176 + }, + { + "year": 2025, + "cited_by_count": 330 + }, + { + "year": 2024, + "cited_by_count": 338 + }, + { + "year": 2023, + "cited_by_count": 299 + }, + { + "year": 2022, + "cited_by_count": 267 + }, + { + "year": 2021, + "cited_by_count": 176 + }, + { + "year": 2020, + "cited_by_count": 70 + }, + { + "year": 2019, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + } +] \ No newline at end of file diff --git a/data/raw/openalex_20260529_184136.json b/data/raw/openalex_20260529_184136.json new file mode 100644 index 0000000..fb2449e --- /dev/null +++ b/data/raw/openalex_20260529_184136.json @@ -0,0 +1,111089 @@ +[ + { + "id": "https://openalex.org/W2101234009", + "doi": "https://doi.org/10.48550/arxiv.1201.0490", + "title": "Scikit-learn: Machine Learning in Python", + "display_name": "Scikit-learn: Machine Learning in Python", + "relevance_score": 17405.58, + "publication_year": 2012, + "publication_date": "2012-01-02", + "ids": { + "openalex": "https://openalex.org/W2101234009", + "doi": "https://doi.org/10.48550/arxiv.1201.0490", + "mag": "2101234009" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:arXiv.org:1201.0490", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1201.0490", + "pdf_url": "https://arxiv.org/pdf/1201.0490", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "type": "preprint", + "indexed_in": [ + "arxiv", + "datacite" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1201.0490", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5105141183", + "display_name": "Fabián Pedregosa", + "orcid": "https://orcid.org/0000-0003-4025-3953" + }, + "institutions": [ + { + "id": "https://openalex.org/I2738703131", + "display_name": "Commissariat à l'Énergie Atomique et aux Énergies Alternatives", + "ror": "https://ror.org/00jjx8s55", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131" + ] + }, + { + "id": "https://openalex.org/I4210128565", + "display_name": "CEA Paris-Saclay", + "ror": "https://ror.org/03n15ch10", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I277688954", + "https://openalex.org/I4210128565" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": true, + "raw_author_name": "Pedregosa, Fabian", + "raw_affiliation_strings": [ + "LNAO - Laboratoire de Neuroimagerie Assistée par Ordinateur (France)", + "PARIETAL - Modelling brain structure, function and variability based on high-field MRI data (Neurospin, CEA Saclay, Bâtiment 145, 91191 Gif-sur-Yvette Cedex - France)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "LNAO - Laboratoire de Neuroimagerie Assistée par Ordinateur (France)", + "institution_ids": [] + }, + { + "raw_affiliation_string": "PARIETAL - Modelling brain structure, function and variability based on high-field MRI data (Neurospin, CEA Saclay, Bâtiment 145, 91191 Gif-sur-Yvette Cedex - France)", + "institution_ids": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I4210128565" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5074733625", + "display_name": "Gaël Varoquaux", + "orcid": "https://orcid.org/0000-0003-1076-5122" + }, + "institutions": [ + { + "id": "https://openalex.org/I2738703131", + "display_name": "Commissariat à l'Énergie Atomique et aux Énergies Alternatives", + "ror": "https://ror.org/00jjx8s55", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131" + ] + }, + { + "id": "https://openalex.org/I4210128565", + "display_name": "CEA Paris-Saclay", + "ror": "https://ror.org/03n15ch10", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I277688954", + "https://openalex.org/I4210128565" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Varoquaux, Gaël", + "raw_affiliation_strings": [ + "LNAO - Laboratoire de Neuroimagerie Assistée par Ordinateur (France)", + "PARIETAL - Modelling brain structure, function and variability based on high-field MRI data (Neurospin, CEA Saclay, Bâtiment 145, 91191 Gif-sur-Yvette Cedex - France)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "LNAO - Laboratoire de Neuroimagerie Assistée par Ordinateur (France)", + "institution_ids": [] + }, + { + "raw_affiliation_string": "PARIETAL - Modelling brain structure, function and variability based on high-field MRI data (Neurospin, CEA Saclay, Bâtiment 145, 91191 Gif-sur-Yvette Cedex - France)", + "institution_ids": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I4210128565" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5018256474", + "display_name": "Alexandre Gramfort", + "orcid": "https://orcid.org/0000-0001-9791-4404" + }, + "institutions": [ + { + "id": "https://openalex.org/I2738703131", + "display_name": "Commissariat à l'Énergie Atomique et aux Énergies Alternatives", + "ror": "https://ror.org/00jjx8s55", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131" + ] + }, + { + "id": "https://openalex.org/I4210128565", + "display_name": "CEA Paris-Saclay", + "ror": "https://ror.org/03n15ch10", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I277688954", + "https://openalex.org/I4210128565" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Gramfort, Alexandre", + "raw_affiliation_strings": [ + "LNAO - Laboratoire de Neuroimagerie Assistée par Ordinateur (France)", + "PARIETAL - Modelling brain structure, function and variability based on high-field MRI data (Neurospin, CEA Saclay, Bâtiment 145, 91191 Gif-sur-Yvette Cedex - France)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "LNAO - Laboratoire de Neuroimagerie Assistée par Ordinateur (France)", + "institution_ids": [] + }, + { + "raw_affiliation_string": "PARIETAL - Modelling brain structure, function and variability based on high-field MRI data (Neurospin, CEA Saclay, Bâtiment 145, 91191 Gif-sur-Yvette Cedex - France)", + "institution_ids": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I4210128565" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5027430303", + "display_name": "Vincent Michel", + "orcid": "https://orcid.org/0000-0002-7025-4343" + }, + "institutions": [ + { + "id": "https://openalex.org/I2738703131", + "display_name": "Commissariat à l'Énergie Atomique et aux Énergies Alternatives", + "ror": "https://ror.org/00jjx8s55", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131" + ] + }, + { + "id": "https://openalex.org/I4210128565", + "display_name": "CEA Paris-Saclay", + "ror": "https://ror.org/03n15ch10", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I277688954", + "https://openalex.org/I4210128565" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Michel, Vincent", + "raw_affiliation_strings": [ + "PARIETAL - Modelling brain structure, function and variability based on high-field MRI data (Neurospin, CEA Saclay, Bâtiment 145, 91191 Gif-sur-Yvette Cedex - France)", + "LNAO - Laboratoire de Neuroimagerie Assistée par Ordinateur (France)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "PARIETAL - Modelling brain structure, function and variability based on high-field MRI data (Neurospin, CEA Saclay, Bâtiment 145, 91191 Gif-sur-Yvette Cedex - France)", + "institution_ids": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I4210128565" + ] + }, + { + "raw_affiliation_string": "LNAO - Laboratoire de Neuroimagerie Assistée par Ordinateur (France)", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5026762833", + "display_name": "Bertrand Thirion", + "orcid": "https://orcid.org/0000-0001-5018-7895" + }, + "institutions": [ + { + "id": "https://openalex.org/I2738703131", + "display_name": "Commissariat à l'Énergie Atomique et aux Énergies Alternatives", + "ror": "https://ror.org/00jjx8s55", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131" + ] + }, + { + "id": "https://openalex.org/I4210128565", + "display_name": "CEA Paris-Saclay", + "ror": "https://ror.org/03n15ch10", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I277688954", + "https://openalex.org/I4210128565" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Thirion, Bertrand", + "raw_affiliation_strings": [ + "LNAO - Laboratoire de Neuroimagerie Assistée par Ordinateur (France)", + "PARIETAL - Modelling brain structure, function and variability based on high-field MRI data (Neurospin, CEA Saclay, Bâtiment 145, 91191 Gif-sur-Yvette Cedex - France)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "LNAO - Laboratoire de Neuroimagerie Assistée par Ordinateur (France)", + "institution_ids": [] + }, + { + "raw_affiliation_string": "PARIETAL - Modelling brain structure, function and variability based on high-field MRI data (Neurospin, CEA Saclay, Bâtiment 145, 91191 Gif-sur-Yvette Cedex - France)", + "institution_ids": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I4210128565" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5112700874", + "display_name": "Olivier Grisel", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I4210131947", + "display_name": "Nuxe (France)", + "ror": "https://ror.org/02m7qby09", + "country_code": "FR", + "type": "company", + "lineage": [ + "https://openalex.org/I4210131947" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Grisel, Olivier", + "raw_affiliation_strings": [ + "Nuxeo (18-20 rue Soleillet 75020 Paris - France)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Nuxeo (18-20 rue Soleillet 75020 Paris - France)", + "institution_ids": [ + "https://openalex.org/I4210131947" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5049123454", + "display_name": "Mathieu Blondel", + "orcid": "https://orcid.org/0000-0002-2366-2993" + }, + "institutions": [ + { + "id": "https://openalex.org/I65837984", + "display_name": "Kobe University", + "ror": "https://ror.org/03tgsfw79", + "country_code": "JP", + "type": "education", + "lineage": [ + "https://openalex.org/I65837984" + ] + } + ], + "countries": [ + "JP" + ], + "is_corresponding": false, + "raw_author_name": "Blondel, Mathieu", + "raw_affiliation_strings": [ + "Kobe University (Japan)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Kobe University (Japan)", + "institution_ids": [ + "https://openalex.org/I65837984" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": null, + "display_name": "Müller, Andreas", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I51441396", + "display_name": "Bauhaus-Universität Weimar", + "ror": "https://ror.org/033bb5z47", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I51441396" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Müller, Andreas", + "raw_affiliation_strings": [ + "Bauhaus-Universität Weimar (Geschwister-Scholl-Straße 8 99423 Weimar - Germany)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Bauhaus-Universität Weimar (Geschwister-Scholl-Straße 8 99423 Weimar - Germany)", + "institution_ids": [ + "https://openalex.org/I51441396" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": null, + "display_name": "Nothman, Joel", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I4210148186", + "display_name": "Google (Canada)", + "ror": "https://ror.org/04d06q394", + "country_code": "CA", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969", + "https://openalex.org/I4210148186" + ] + } + ], + "countries": [ + "CA" + ], + "is_corresponding": false, + "raw_author_name": "Nothman, Joel", + "raw_affiliation_strings": [ + "Google Inc (Toronto - Canada)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Google Inc (Toronto - Canada)", + "institution_ids": [ + "https://openalex.org/I4210148186" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": null, + "display_name": "Louppe, Gilles", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Louppe, Gilles", + "raw_affiliation_strings": [ + "LAMI - Laboratoire de Mécanique et Ingénieries (IFMA. Campus des Cézeaux BP 265 63175 Aubière Cedex - France)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "LAMI - Laboratoire de Mécanique et Ingénieries (IFMA. Campus des Cézeaux BP 265 63175 Aubière Cedex - France)", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5088660184", + "display_name": "Peter Prettenhofer", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I201448701", + "display_name": "University of Washington", + "ror": "https://ror.org/00cvxb145", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I201448701" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Prettenhofer, Peter", + "raw_affiliation_strings": [ + "University of Washington [Seattle] (Seattle, Washington 98105 - United States)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Washington [Seattle] (Seattle, Washington 98105 - United States)", + "institution_ids": [ + "https://openalex.org/I201448701" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5103273436", + "display_name": "Ron J. Weiss", + "orcid": "https://orcid.org/0000-0003-2010-4053" + }, + "institutions": [ + { + "id": "https://openalex.org/I177605424", + "display_name": "Amherst College", + "ror": "https://ror.org/028vqfs63", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I177605424" + ] + }, + { + "id": "https://openalex.org/I24603500", + "display_name": "University of Massachusetts Amherst", + "ror": "https://ror.org/0072zz521", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I24603500" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Weiss, Ron", + "raw_affiliation_strings": [ + "Department of Mechanical and Industrial Engineering [UMass] (UMass Amherst College of Engineering Department of Mechanical and Industrial Engineering, 220 ELAB, University of Massachusetts Amherst, MA 01003-2210 - United States)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Mechanical and Industrial Engineering [UMass] (UMass Amherst College of Engineering Department of Mechanical and Industrial Engineering, 220 ELAB, University of Massachusetts Amherst, MA 01003-2210 - United States)", + "institution_ids": [ + "https://openalex.org/I177605424", + "https://openalex.org/I24603500" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5031324436", + "display_name": "Vincent Dubourg", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I4210121859", + "display_name": "Enthought (United States)", + "ror": "https://ror.org/02xfc1977", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I4210121859" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Dubourg, Vincent", + "raw_affiliation_strings": [ + "Enthought Inc (515 Congress Avenue Suite 2100 Austin, TX 78701 - United States)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Enthought Inc (515 Congress Avenue Suite 2100 Austin, TX 78701 - United States)", + "institution_ids": [ + "https://openalex.org/I4210121859" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5038304150", + "display_name": "Jake Vanderplas", + "orcid": "https://orcid.org/0000-0002-9623-3401" + }, + "institutions": [ + { + "id": "https://openalex.org/I103084370", + "display_name": "Total (France)", + "ror": "https://ror.org/04sk34n56", + "country_code": "FR", + "type": "company", + "lineage": [ + "https://openalex.org/I103084370" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Vanderplas, Jake", + "raw_affiliation_strings": [ + "TOTAL S.A. (France)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "TOTAL S.A. (France)", + "institution_ids": [ + "https://openalex.org/I103084370" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5034029772", + "display_name": "Alexandre Passos", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Passos, Alexandre", + "raw_affiliation_strings": [ + "LNAO (France)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "LNAO (France)", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5023051838", + "display_name": "David Cournapeau", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Cournapeau, David", + "raw_affiliation_strings": [ + "LNAO - Laboratoire de Neuroimagerie Assistée par Ordinateur (France)" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "LNAO - Laboratoire de Neuroimagerie Assistée par Ordinateur (France)", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5050910015", + "display_name": "Matthieu Brucher", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Brucher, Matthieu", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5107933380", + "display_name": "Matthieu Perrot", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Perrot, Matthieu", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5007095962", + "display_name": "Édouard Duchesnay", + "orcid": "https://orcid.org/0000-0002-4073-3490" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Duchesnay, Édouard", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 5, + "institutions_distinct_count": 19, + "corresponding_author_ids": [ + "https://openalex.org/A5105141183" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I4210128565" + ], + "apc_list": null, + "apc_paid": null, + "fwci": null, + "has_fulltext": false, + "cited_by_count": 63662, + "citation_normalized_percentile": null, + "cited_by_percentile_year": null, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T13650", + "display_name": "Computational Physics and Python Applications", + "score": 0.7835000157356262, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T13650", + "display_name": "Computational Physics and Python Applications", + "score": 0.7835000157356262, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/python", + "display_name": "Python (programming language)", + "score": 0.8748029470443726 + }, + { + "id": "https://openalex.org/keywords/documentation", + "display_name": "Documentation", + "score": 0.834846019744873 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7323822975158691 + }, + { + "id": "https://openalex.org/keywords/mit-license", + "display_name": "MIT License", + "score": 0.5501254796981812 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.511991560459137 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.43965548276901245 + }, + { + "id": "https://openalex.org/keywords/programming-language", + "display_name": "Programming language", + "score": 0.397538423538208 + }, + { + "id": "https://openalex.org/keywords/license", + "display_name": "License", + "score": 0.35676372051239014 + }, + { + "id": "https://openalex.org/keywords/software-engineering", + "display_name": "Software engineering", + "score": 0.34812211990356445 + }, + { + "id": "https://openalex.org/keywords/operating-system", + "display_name": "Operating system", + "score": 0.18154305219650269 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C519991488", + "wikidata": "https://www.wikidata.org/wiki/Q28865", + "display_name": "Python (programming language)", + "level": 2, + "score": 0.8748029470443726 + }, + { + "id": "https://openalex.org/C56666940", + "wikidata": "https://www.wikidata.org/wiki/Q788790", + "display_name": "Documentation", + "level": 2, + "score": 0.834846019744873 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7323822975158691 + }, + { + "id": "https://openalex.org/C174183944", + "wikidata": "https://www.wikidata.org/wiki/Q334661", + "display_name": "MIT License", + "level": 3, + "score": 0.5501254796981812 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.511991560459137 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.43965548276901245 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.397538423538208 + }, + { + "id": "https://openalex.org/C2780560020", + "wikidata": "https://www.wikidata.org/wiki/Q79719", + "display_name": "License", + "level": 2, + "score": 0.35676372051239014 + }, + { + "id": "https://openalex.org/C115903868", + "wikidata": "https://www.wikidata.org/wiki/Q80993", + "display_name": "Software engineering", + "level": 1, + "score": 0.34812211990356445 + }, + { + "id": "https://openalex.org/C111919701", + "wikidata": "https://www.wikidata.org/wiki/Q9135", + "display_name": "Operating system", + "level": 1, + "score": 0.18154305219650269 + } + ], + "mesh": [], + "locations_count": 5, + "locations": [ + { + "id": "pmh:oai:arXiv.org:1201.0490", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1201.0490", + "pdf_url": "https://arxiv.org/pdf/1201.0490", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "pmh:oai:orbi.ulg.ac.be:2268/225787", + "is_oa": true, + "landing_page_url": "https://orbi.uliege.be/handle/2268/225787", + "pdf_url": "https://orbi.uliege.be/handle/2268/225787", + "source": { + "id": "https://openalex.org/S4306400651", + "display_name": "Open Repository and Bibliography (University of Liège)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I157674565", + "host_organization_name": "University of Liège", + "host_organization_lineage": [ + "https://openalex.org/I157674565" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "other-oa", + "license_id": "https://openalex.org/licenses/other-oa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Journal of Machine Learning Research, 1201 (2012-01-02)", + "raw_type": "peer reviewed" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.763.4227", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.763.4227", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://arxiv.org/pdf/1201.0490.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:HAL:hal-00650905v2", + "is_oa": false, + "landing_page_url": "https://inria.hal.science/hal-00650905", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402512", + "display_name": "HAL (Le Centre pour la Communication Scientifique Directe)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1294671590", + "host_organization_name": "Centre National de la Recherche Scientifique", + "host_organization_lineage": [ + "https://openalex.org/I1294671590" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Journal of Machine Learning Research, 2011", + "raw_type": "Journal articles" + }, + { + "id": "doi:10.48550/arxiv.1201.0490", + "is_oa": true, + "landing_page_url": "https://doi.org/10.48550/arxiv.1201.0490", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": "article-journal" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1201.0490", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1201.0490", + "pdf_url": "https://arxiv.org/pdf/1201.0490", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "sustainable_development_goals": [ + { + "display_name": "Quality Education", + "id": "https://metadata.un.org/sdg/4", + "score": 0.4399999976158142 + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 13, + "referenced_works": [ + "https://openalex.org/W1496508106", + "https://openalex.org/W1571024744", + "https://openalex.org/W2024933578", + "https://openalex.org/W2035776949", + "https://openalex.org/W2040387238", + "https://openalex.org/W2047804403", + "https://openalex.org/W2063978378", + "https://openalex.org/W2097360283", + "https://openalex.org/W2097850441", + "https://openalex.org/W2118585731", + "https://openalex.org/W2146292423", + "https://openalex.org/W2152799677", + "https://openalex.org/W2153635508" + ], + "related_works": [ + "https://openalex.org/W2036021480", + "https://openalex.org/W2207495067", + "https://openalex.org/W1906486629", + "https://openalex.org/W2132241624", + "https://openalex.org/W4392173297", + "https://openalex.org/W4311683883", + "https://openalex.org/W4212902261", + "https://openalex.org/W2546377002", + "https://openalex.org/W4221030787", + "https://openalex.org/W2790811106" + ], + "abstract_inverted_index": { + "Scikit-learn": [ + 0 + ], + "is": [ + 1, + 35, + 51 + ], + "a": [ + 2, + 6, + 30 + ], + "Python": [ + 3 + ], + "module": [ + 4 + ], + "integrating": [ + 5 + ], + "wide": [ + 7 + ], + "range": [ + 8 + ], + "of": [ + 9, + 39 + ], + "state-of-the-art": [ + 10 + ], + "machine": [ + 11, + 25 + ], + "learning": [ + 12, + 26 + ], + "algorithms": [ + 13 + ], + "for": [ + 14 + ], + "medium-scale": [ + 15 + ], + "supervised": [ + 16 + ], + "and": [ + 17, + 43, + 50, + 64, + 70 + ], + "unsupervised": [ + 18 + ], + "problems.": [ + 19 + ], + "This": [ + 20 + ], + "package": [ + 21 + ], + "focuses": [ + 22 + ], + "on": [ + 23, + 37 + ], + "bringing": [ + 24 + ], + "to": [ + 27 + ], + "non-specialists": [ + 28 + ], + "using": [ + 29 + ], + "general-purpose": [ + 31 + ], + "high-level": [ + 32 + ], + "language.": [ + 33 + ], + "Emphasis": [ + 34 + ], + "put": [ + 36 + ], + "ease": [ + 38 + ], + "use,": [ + 40 + ], + "performance,": [ + 41 + ], + "documentation,": [ + 42 + ], + "API": [ + 44 + ], + "consistency.": [ + 45 + ], + "It": [ + 46 + ], + "has": [ + 47 + ], + "minimal": [ + 48 + ], + "dependencies": [ + 49 + ], + "distributed": [ + 52 + ], + "under": [ + 53 + ], + "the": [ + 54 + ], + "simplified": [ + 55 + ], + "BSD": [ + 56 + ], + "license,": [ + 57 + ], + "encouraging": [ + 58 + ], + "its": [ + 59 + ], + "use": [ + 60 + ], + "in": [ + 61 + ], + "both": [ + 62 + ], + "academic": [ + 63 + ], + "commercial": [ + 65 + ], + "settings.": [ + 66 + ], + "Source": [ + 67 + ], + "code,": [ + 68 + ], + "binaries,": [ + 69 + ], + "documentation": [ + 71 + ], + "can": [ + 72 + ], + "be": [ + 73 + ], + "downloaded": [ + 74 + ], + "from": [ + 75 + ], + "http://scikit-learn.org.": [ + 76 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 228 + }, + { + "year": 2025, + "cited_by_count": 3190 + }, + { + "year": 2024, + "cited_by_count": 7800 + }, + { + "year": 2023, + "cited_by_count": 8518 + }, + { + "year": 2022, + "cited_by_count": 7941 + }, + { + "year": 2021, + "cited_by_count": 10726 + }, + { + "year": 2020, + "cited_by_count": 8605 + }, + { + "year": 2019, + "cited_by_count": 6020 + }, + { + "year": 2018, + "cited_by_count": 4131 + }, + { + "year": 2017, + "cited_by_count": 2623 + }, + { + "year": 2016, + "cited_by_count": 1692 + }, + { + "year": 2015, + "cited_by_count": 1075 + }, + { + "year": 2014, + "cited_by_count": 632 + }, + { + "year": 2013, + "cited_by_count": 267 + }, + { + "year": 2012, + "cited_by_count": 80 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W3023540311", + "doi": "https://doi.org/10.5860/choice.27-0936", + "title": "Genetic algorithms in search, optimization, and machine learning", + "display_name": "Genetic algorithms in search, optimization, and machine learning", + "relevance_score": 12402.153, + "publication_year": 1989, + "publication_date": "1989-10-01", + "ids": { + "openalex": "https://openalex.org/W3023540311", + "doi": "https://doi.org/10.5860/choice.27-0936", + "mag": "3023540311" + }, + "language": "en", + "primary_location": { + "id": "doi:10.5860/choice.27-0936", + "is_oa": false, + "landing_page_url": "https://doi.org/10.5860/choice.27-0936", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2764375719", + "display_name": "Choice Reviews Online", + "issn_l": "0009-4978", + "issn": [ + "0009-4978", + "1523-8253", + "1943-5975" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310316146", + "host_organization_name": "Association of College and Research Libraries", + "host_organization_lineage": [ + "https://openalex.org/P4310316146", + "https://openalex.org/P4310315903" + ], + "host_organization_lineage_names": [ + "Association of College and Research Libraries", + "American Library Association" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Choice Reviews Online", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 0, + "corresponding_author_ids": [], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 216.8325, + "has_fulltext": false, + "cited_by_count": 49332, + "citation_normalized_percentile": { + "value": 1.0, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "27", + "issue": "02", + "first_page": "27", + "last_page": "0936" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10100", + "display_name": "Metaheuristic Optimization Algorithms Research", + "score": 0.6865000128746033, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10100", + "display_name": "Metaheuristic Optimization Algorithms Research", + "score": 0.6865000128746033, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.64090496301651 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.4825281798839569 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.4684337079524994 + }, + { + "id": "https://openalex.org/keywords/quality-control-and-genetic-algorithms", + "display_name": "Quality control and genetic algorithms", + "score": 0.4515381157398224 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.39135777950286865 + }, + { + "id": "https://openalex.org/keywords/genetic-algorithm", + "display_name": "Genetic algorithm", + "score": 0.37594497203826904 + }, + { + "id": "https://openalex.org/keywords/meta-optimization", + "display_name": "Meta-optimization", + "score": 0.18808576464653015 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.64090496301651 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.4825281798839569 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.4684337079524994 + }, + { + "id": "https://openalex.org/C161164918", + "wikidata": "https://www.wikidata.org/wiki/Q7268775", + "display_name": "Quality control and genetic algorithms", + "level": 4, + "score": 0.4515381157398224 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.39135777950286865 + }, + { + "id": "https://openalex.org/C8880873", + "wikidata": "https://www.wikidata.org/wiki/Q187787", + "display_name": "Genetic algorithm", + "level": 2, + "score": 0.37594497203826904 + }, + { + "id": "https://openalex.org/C4935549", + "wikidata": "https://www.wikidata.org/wiki/Q6822261", + "display_name": "Meta-optimization", + "level": 3, + "score": 0.18808576464653015 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.5860/choice.27-0936", + "is_oa": false, + "landing_page_url": "https://doi.org/10.5860/choice.27-0936", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2764375719", + "display_name": "Choice Reviews Online", + "issn_l": "0009-4978", + "issn": [ + "0009-4978", + "1523-8253", + "1943-5975" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310316146", + "host_organization_name": "Association of College and Research Libraries", + "host_organization_lineage": [ + "https://openalex.org/P4310316146", + "https://openalex.org/P4310315903" + ], + "host_organization_lineage_names": [ + "Association of College and Research Libraries", + "American Library Association" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Choice Reviews Online", + "raw_type": "journal-article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "display_name": "Quality Education", + "id": "https://metadata.un.org/sdg/4", + "score": 0.800000011920929 + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W4224009465", + "https://openalex.org/W2030843598", + "https://openalex.org/W2381755277", + "https://openalex.org/W4360996914", + "https://openalex.org/W2509607449", + "https://openalex.org/W1608872107", + "https://openalex.org/W2786126153", + "https://openalex.org/W2360904702" + ], + "abstract_inverted_index": { + "From": [ + 0 + ], + "the": [ + 1, + 14 + ], + "Publisher:\r\nThis": [ + 2 + ], + "book": [ + 3 + ], + "brings": [ + 4 + ], + "together": [ + 5 + ], + "-": [ + 6, + 13 + ], + "in": [ + 7, + 35 + ], + "an": [ + 8 + ], + "informal": [ + 9 + ], + "and": [ + 10, + 19, + 27, + 45, + 63, + 70 + ], + "tutorial": [ + 11 + ], + "fashion": [ + 12 + ], + "computer": [ + 15, + 52, + 68 + ], + "techniques,": [ + 16 + ], + "mathematical": [ + 17 + ], + "tools,": [ + 18 + ], + "research": [ + 20 + ], + "results": [ + 21 + ], + "that": [ + 22 + ], + "will": [ + 23 + ], + "enable": [ + 24 + ], + "both": [ + 25 + ], + "students": [ + 26 + ], + "practitioners": [ + 28 + ], + "to": [ + 29, + 33 + ], + "apply": [ + 30 + ], + "genetic": [ + 31 + ], + "algorithms": [ + 32, + 47 + ], + "problems": [ + 34 + ], + "many": [ + 36 + ], + "fields.": [ + 37 + ], + "\r\n\r\nMajor": [ + 38 + ], + "concepts": [ + 39 + ], + "are": [ + 40, + 48 + ], + "illustrated": [ + 41, + 49 + ], + "with": [ + 42 + ], + "running": [ + 43 + ], + "examples,": [ + 44 + ], + "major": [ + 46 + ], + "by": [ + 50 + ], + "Pascal": [ + 51 + ], + "programs.": [ + 53 + ], + "No": [ + 54 + ], + "prior": [ + 55 + ], + "knowledge": [ + 56 + ], + "of": [ + 57, + 67 + ], + "GAs": [ + 58 + ], + "or": [ + 59 + ], + "genetics": [ + 60 + ], + "is": [ + 61, + 73 + ], + "assumed,": [ + 62 + ], + "only": [ + 64 + ], + "a": [ + 65 + ], + "minimum": [ + 66 + ], + "programming": [ + 69 + ], + "mathematics": [ + 71 + ], + "background": [ + 72 + ], + "required.": [ + 74 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 6 + }, + { + "year": 2025, + "cited_by_count": 311 + }, + { + "year": 2024, + "cited_by_count": 480 + }, + { + "year": 2023, + "cited_by_count": 736 + }, + { + "year": 2022, + "cited_by_count": 722 + }, + { + "year": 2021, + "cited_by_count": 1091 + }, + { + "year": 2020, + "cited_by_count": 1203 + }, + { + "year": 2019, + "cited_by_count": 1219 + }, + { + "year": 2018, + "cited_by_count": 1396 + }, + { + "year": 2017, + "cited_by_count": 1475 + }, + { + "year": 2016, + "cited_by_count": 1729 + }, + { + "year": 2015, + "cited_by_count": 1774 + }, + { + "year": 2014, + "cited_by_count": 2001 + }, + { + "year": 2013, + "cited_by_count": 2166 + }, + { + "year": 2012, + "cited_by_count": 2360 + } + ], + "updated_date": "2026-05-27T09:02:27.158192", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2125055259", + "doi": null, + "title": "C4.5: Programs for Machine Learning", + "display_name": "C4.5: Programs for Machine Learning", + "relevance_score": 10844.968, + "publication_year": 1992, + "publication_date": "1992-10-15", + "ids": { + "openalex": "https://openalex.org/W2125055259", + "mag": "2125055259" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-028413442", + "is_oa": false, + "landing_page_url": "http://lib.myilibrary.com?id=677844", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "software, multimedia" + }, + "type": "book", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5110271944", + "display_name": "J. R. Quinlan", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I129604602", + "display_name": "University of Sydney", + "ror": "https://ror.org/0384j8v12", + "country_code": "AU", + "type": "education", + "lineage": [ + "https://openalex.org/I129604602" + ] + } + ], + "countries": [ + "AU" + ], + "is_corresponding": true, + "raw_author_name": "J. R. Quinlan", + "raw_affiliation_strings": [ + "Univ. of Sydney, Sydney, NSW, Australia#TAB#" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Univ. of Sydney, Sydney, NSW, Australia#TAB#", + "institution_ids": [ + "https://openalex.org/I129604602" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5110271944" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I129604602" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 37.5253, + "has_fulltext": false, + "cited_by_count": 23696, + "citation_normalized_percentile": { + "value": 0.99811143, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 95, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11975", + "display_name": "Evolutionary Algorithms and Applications", + "score": 0.732699990272522, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11975", + "display_name": "Evolutionary Algorithms and Applications", + "score": 0.732699990272522, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7494493126869202 + }, + { + "id": "https://openalex.org/keywords/unix", + "display_name": "Unix", + "score": 0.7103577852249146 + }, + { + "id": "https://openalex.org/keywords/classifier", + "display_name": "Classifier (UML)", + "score": 0.5452554225921631 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.5430417060852051 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5293187499046326 + }, + { + "id": "https://openalex.org/keywords/source-code", + "display_name": "Source code", + "score": 0.5040985345840454 + }, + { + "id": "https://openalex.org/keywords/workstation", + "display_name": "Workstation", + "score": 0.4916697144508362 + }, + { + "id": "https://openalex.org/keywords/software", + "display_name": "Software", + "score": 0.47135013341903687 + }, + { + "id": "https://openalex.org/keywords/decision-tree", + "display_name": "Decision tree", + "score": 0.4408881366252899 + }, + { + "id": "https://openalex.org/keywords/sample", + "display_name": "Sample (material)", + "score": 0.43640998005867004 + }, + { + "id": "https://openalex.org/keywords/software-engineering", + "display_name": "Software engineering", + "score": 0.3549916744232178 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.34295010566711426 + }, + { + "id": "https://openalex.org/keywords/programming-language", + "display_name": "Programming language", + "score": 0.28907880187034607 + }, + { + "id": "https://openalex.org/keywords/operating-system", + "display_name": "Operating system", + "score": 0.16292878985404968 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7494493126869202 + }, + { + "id": "https://openalex.org/C112968700", + "wikidata": "https://www.wikidata.org/wiki/Q11368", + "display_name": "Unix", + "level": 3, + "score": 0.7103577852249146 + }, + { + "id": "https://openalex.org/C95623464", + "wikidata": "https://www.wikidata.org/wiki/Q1096149", + "display_name": "Classifier (UML)", + "level": 2, + "score": 0.5452554225921631 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.5430417060852051 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5293187499046326 + }, + { + "id": "https://openalex.org/C43126263", + "wikidata": "https://www.wikidata.org/wiki/Q128751", + "display_name": "Source code", + "level": 2, + "score": 0.5040985345840454 + }, + { + "id": "https://openalex.org/C67953723", + "wikidata": "https://www.wikidata.org/wiki/Q192525", + "display_name": "Workstation", + "level": 2, + "score": 0.4916697144508362 + }, + { + "id": "https://openalex.org/C2777904410", + "wikidata": "https://www.wikidata.org/wiki/Q7397", + "display_name": "Software", + "level": 2, + "score": 0.47135013341903687 + }, + { + "id": "https://openalex.org/C84525736", + "wikidata": "https://www.wikidata.org/wiki/Q831366", + "display_name": "Decision tree", + "level": 2, + "score": 0.4408881366252899 + }, + { + "id": "https://openalex.org/C198531522", + "wikidata": "https://www.wikidata.org/wiki/Q485146", + "display_name": "Sample (material)", + "level": 2, + "score": 0.43640998005867004 + }, + { + "id": "https://openalex.org/C115903868", + "wikidata": "https://www.wikidata.org/wiki/Q80993", + "display_name": "Software engineering", + "level": 1, + "score": 0.3549916744232178 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.34295010566711426 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.28907880187034607 + }, + { + "id": "https://openalex.org/C111919701", + "wikidata": "https://www.wikidata.org/wiki/Q9135", + "display_name": "Operating system", + "level": 1, + "score": 0.16292878985404968 + }, + { + "id": "https://openalex.org/C43617362", + "wikidata": "https://www.wikidata.org/wiki/Q170050", + "display_name": "Chromatography", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C185592680", + "wikidata": "https://www.wikidata.org/wiki/Q2329", + "display_name": "Chemistry", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 3, + "locations": [ + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-028413442", + "is_oa": false, + "landing_page_url": "http://lib.myilibrary.com?id=677844", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "software, multimedia" + }, + { + "id": "pmh:oai:cds.cern.ch:2031749", + "is_oa": false, + "landing_page_url": "http://cds.cern.ch/record/2031749", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402195", + "display_name": "CERN Document Server (European Organization for Nuclear Research)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I67311998", + "host_organization_name": "European Organization for Nuclear Research", + "host_organization_lineage": [ + "https://openalex.org/I67311998" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + }, + { + "id": "mag:2125055259", + "is_oa": false, + "landing_page_url": "https://cds.cern.ch/record/2031749", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "display_name": "Reduced inequalities", + "id": "https://metadata.un.org/sdg/10", + "score": 0.49000000953674316 + }, + { + "display_name": "Peace, Justice and strong institutions", + "id": "https://metadata.un.org/sdg/16", + "score": 0.4300000071525574 + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [ + "https://openalex.org/W3120740533", + "https://openalex.org/W3085162807", + "https://openalex.org/W2966207845", + "https://openalex.org/W2912934387", + "https://openalex.org/W2911964244", + "https://openalex.org/W2156909104", + "https://openalex.org/W2149706766", + "https://openalex.org/W2147169507", + "https://openalex.org/W2140190241", + "https://openalex.org/W2136000097", + "https://openalex.org/W2133990480", + "https://openalex.org/W2123504579", + "https://openalex.org/W2119821739", + "https://openalex.org/W2112076978", + "https://openalex.org/W2084812512", + "https://openalex.org/W1988790447", + "https://openalex.org/W1912123407", + "https://openalex.org/W1670263352", + "https://openalex.org/W1570448133", + "https://openalex.org/W1504694836" + ], + "abstract_inverted_index": { + "Classifier": [ + 0 + ], + "systems": [ + 1 + ], + "play": [ + 2 + ], + "a": [ + 3, + 38, + 55 + ], + "major": [ + 4 + ], + "role": [ + 5 + ], + "in": [ + 6, + 47 + ], + "machine": [ + 7 + ], + "learning": [ + 8 + ], + "and": [ + 9, + 12, + 18, + 69, + 75 + ], + "knowledge-based": [ + 10 + ], + "systems,": [ + 11 + ], + "Ross": [ + 13 + ], + "Quinlan's": [ + 14 + ], + "work": [ + 15 + ], + "on": [ + 16 + ], + "ID3": [ + 17 + ], + "C4.5": [ + 19, + 43, + 85 + ], + "is": [ + 20, + 37 + ], + "widely": [ + 21 + ], + "acknowledged": [ + 22 + ], + "to": [ + 23, + 32, + 41, + 58, + 93 + ], + "have": [ + 24 + ], + "made": [ + 25 + ], + "some": [ + 26 + ], + "of": [ + 27, + 90 + ], + "the": [ + 28, + 42, + 50, + 59, + 63 + ], + "most": [ + 29 + ], + "significant": [ + 30 + ], + "contributions": [ + 31 + ], + "their": [ + 33 + ], + "development.": [ + 34 + ], + "This": [ + 35 + ], + "book": [ + 36 + ], + "complete": [ + 39 + ], + "guide": [ + 40, + 57 + ], + "system": [ + 44 + ], + "as": [ + 45 + ], + "implemented": [ + 46 + ], + "C": [ + 48 + ], + "for": [ + 49, + 81 + ], + "UNIX": [ + 51 + ], + "environment.": [ + 52 + ], + "It": [ + 53 + ], + "contains": [ + 54 + ], + "comprehensive": [ + 56 + ], + "system's": [ + 60 + ], + "use": [ + 61 + ], + ",": [ + 62 + ], + "source": [ + 64, + 73 + ], + "code": [ + 65, + 74 + ], + "(about": [ + 66 + ], + "8,800": [ + 67 + ], + "lines),": [ + 68 + ], + "implementation": [ + 70 + ], + "notes.": [ + 71 + ], + "The": [ + 72, + 96 + ], + "sample": [ + 76 + ], + "datasets": [ + 77 + ], + "are": [ + 78 + ], + "also": [ + 79 + ], + "available": [ + 80 + ], + "download": [ + 82 + ], + "(see": [ + 83 + ], + "below).": [ + 84 + ], + "starts": [ + 86 + ], + "with": [ + 87 + ], + "large": [ + 88 + ], + "sets": [ + 89 + ], + "cases": [ + 91 + ], + "belonging": [ + 92 + ], + "known": [ + 94 + ], + "classes.": [ + 95 + ], + "cases,": [ + 97 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 1 + }, + { + "year": 2025, + "cited_by_count": 119 + }, + { + "year": 2024, + "cited_by_count": 234 + }, + { + "year": 2023, + "cited_by_count": 397 + }, + { + "year": 2022, + "cited_by_count": 454 + }, + { + "year": 2021, + "cited_by_count": 798 + }, + { + "year": 2020, + "cited_by_count": 893 + }, + { + "year": 2019, + "cited_by_count": 970 + }, + { + "year": 2018, + "cited_by_count": 978 + }, + { + "year": 2017, + "cited_by_count": 1004 + }, + { + "year": 2016, + "cited_by_count": 1088 + }, + { + "year": 2015, + "cited_by_count": 1179 + }, + { + "year": 2014, + "cited_by_count": 1226 + }, + { + "year": 2013, + "cited_by_count": 1265 + }, + { + "year": 2012, + "cited_by_count": 1268 + } + ], + "updated_date": "2026-05-28T09:10:13.091523", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W1570448133", + "doi": "https://doi.org/10.1016/c2009-0-19715-5", + "title": "Data Mining: Practical Machine Learning Tools and Techniques", + "display_name": "Data Mining: Practical Machine Learning Tools and Techniques", + "relevance_score": 9974.977, + "publication_year": 2011, + "publication_date": "2011-01-01", + "ids": { + "openalex": "https://openalex.org/W1570448133", + "doi": "https://doi.org/10.1016/c2009-0-19715-5", + "mag": "1570448133" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1016/c2009-0-19715-5", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1016/c2009-0-19715-5", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306463230", + "display_name": "Elsevier eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/P4310320990", + "host_organization_name": "Elsevier BV", + "host_organization_lineage": [ + "https://openalex.org/P4310320990" + ], + "host_organization_lineage_names": [ + "Elsevier BV" + ], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "edited-book" + }, + "type": "book", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "gold", + "oa_url": "http://www.gbv.de/dms/bowker/toc/9780123748560.pdf", + "any_repository_has_fulltext": null + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5045934263", + "display_name": "Ian H. Witten", + "orcid": "https://orcid.org/0000-0001-6428-8988" + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "Witten, Ian H. 1947-", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5059992863", + "display_name": "Eibe Frank", + "orcid": "https://orcid.org/0000-0001-6152-7111" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Frank, Eibe", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5065290010", + "display_name": "Mark A. Hall", + "orcid": "https://orcid.org/0000-0001-6277-144X" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Hall, Mark A.", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5045934263" + ], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 777.8895, + "has_fulltext": false, + "cited_by_count": 25711, + "citation_normalized_percentile": { + "value": 1.0, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10538", + "display_name": "Data Mining Algorithms and Applications", + "score": 0.9994000196456909, + "subfield": { + "id": "https://openalex.org/subfields/1710", + "display_name": "Information Systems" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10538", + "display_name": "Data Mining Algorithms and Applications", + "score": 0.9994000196456909, + "subfield": { + "id": "https://openalex.org/subfields/1710", + "display_name": "Information Systems" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.994700014591217, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11269", + "display_name": "Algorithms and Data Compression", + "score": 0.9937000274658203, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6216986179351807 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.40141761302948 + }, + { + "id": "https://openalex.org/keywords/data-science", + "display_name": "Data science", + "score": 0.381103515625 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.3717349171638489 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.3705868124961853 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6216986179351807 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.40141761302948 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.381103515625 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.3717349171638489 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.3705868124961853 + } + ], + "mesh": [], + "locations_count": 4, + "locations": [ + { + "id": "doi:10.1016/c2009-0-19715-5", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1016/c2009-0-19715-5", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306463230", + "display_name": "Elsevier eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/P4310320990", + "host_organization_name": "Elsevier BV", + "host_organization_lineage": [ + "https://openalex.org/P4310320990" + ], + "host_organization_lineage_names": [ + "Elsevier BV" + ], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "edited-book" + }, + { + "id": "pmh:KOHA-OAI-BM:91035", + "is_oa": true, + "landing_page_url": null, + "pdf_url": "http://www.gbv.de/dms/bowker/toc/9780123748560.pdf", + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "pmh:KOHA-OAI-BM:44641", + "is_oa": false, + "landing_page_url": "http://www.loc.gov/catdir/enhancements/fy0624/2005043385-t.html", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-027751250", + "is_oa": false, + "landing_page_url": "http://www.sciencedirect.com/science/book/9780123748560", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "software, multimedia" + } + ], + "best_oa_location": { + "id": "pmh:KOHA-OAI-BM:91035", + "is_oa": true, + "landing_page_url": null, + "pdf_url": "http://www.gbv.de/dms/bowker/toc/9780123748560.pdf", + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "sustainable_development_goals": [ + { + "display_name": "Industry, innovation and infrastructure", + "id": "https://metadata.un.org/sdg/9", + "score": 0.47999998927116394 + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": true, + "grobid_xml": false + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W1570448133.pdf" + }, + "referenced_works_count": 203, + "referenced_works": [ + "https://openalex.org/W23418094", + "https://openalex.org/W24402856", + "https://openalex.org/W28412257", + "https://openalex.org/W43179442", + "https://openalex.org/W64096637", + "https://openalex.org/W66926763", + "https://openalex.org/W69783631", + "https://openalex.org/W122789262", + "https://openalex.org/W123339444", + "https://openalex.org/W138217685", + "https://openalex.org/W149472151", + "https://openalex.org/W173229765", + "https://openalex.org/W187357405", + "https://openalex.org/W586094522", + "https://openalex.org/W589058777", + "https://openalex.org/W1483135265", + "https://openalex.org/W1483679765", + "https://openalex.org/W1492324553", + "https://openalex.org/W1492698999", + "https://openalex.org/W1495859460", + "https://openalex.org/W1500698297", + "https://openalex.org/W1506285740", + "https://openalex.org/W1513366687", + "https://openalex.org/W1516443426", + "https://openalex.org/W1520687314", + "https://openalex.org/W1523856491", + "https://openalex.org/W1524704912", + "https://openalex.org/W1528113134", + "https://openalex.org/W1530010412", + "https://openalex.org/W1533544838", + "https://openalex.org/W1533946607", + "https://openalex.org/W1536719366", + "https://openalex.org/W1550206324", + "https://openalex.org/W1550821944", + "https://openalex.org/W1551066950", + "https://openalex.org/W1553019137", + "https://openalex.org/W1553313034", + "https://openalex.org/W1554663460", + "https://openalex.org/W1555244713", + "https://openalex.org/W1559060276", + "https://openalex.org/W1560107318", + "https://openalex.org/W1563088657", + "https://openalex.org/W1564947197", + "https://openalex.org/W1571836963", + "https://openalex.org/W1572964175", + "https://openalex.org/W1572978214", + "https://openalex.org/W1573228426", + "https://openalex.org/W1576962511", + "https://openalex.org/W1582036668", + "https://openalex.org/W1583700199", + "https://openalex.org/W1584333058", + "https://openalex.org/W1585221258", + "https://openalex.org/W1585610988", + "https://openalex.org/W1585743408", + "https://openalex.org/W1588100052", + "https://openalex.org/W1588282782", + "https://openalex.org/W1597165973", + "https://openalex.org/W1598333443", + "https://openalex.org/W1598696986", + "https://openalex.org/W1600437712", + "https://openalex.org/W1601529450", + "https://openalex.org/W1604345466", + "https://openalex.org/W1605275907", + "https://openalex.org/W1605688901", + "https://openalex.org/W1605957858", + "https://openalex.org/W1619226191", + "https://openalex.org/W1625504505", + "https://openalex.org/W1630964756", + "https://openalex.org/W1641039719", + "https://openalex.org/W1648885110", + "https://openalex.org/W1670263352", + "https://openalex.org/W1673310716", + "https://openalex.org/W1676820704", + "https://openalex.org/W1678889691", + "https://openalex.org/W1679846099", + "https://openalex.org/W1680392829", + "https://openalex.org/W1763728792", + "https://openalex.org/W1781794689", + "https://openalex.org/W1800049145", + "https://openalex.org/W1806329564", + "https://openalex.org/W1817561967", + "https://openalex.org/W1833977909", + "https://openalex.org/W1861764418", + "https://openalex.org/W1881647329", + "https://openalex.org/W1882120692", + "https://openalex.org/W1906182963", + "https://openalex.org/W1907578970", + "https://openalex.org/W1908888846", + "https://openalex.org/W1912123407", + "https://openalex.org/W1932571505", + "https://openalex.org/W1955600018", + "https://openalex.org/W1969482724", + "https://openalex.org/W1978515644", + "https://openalex.org/W1979711143", + "https://openalex.org/W1982161962", + "https://openalex.org/W1985593448", + "https://openalex.org/W1987947967", + "https://openalex.org/W1990748933", + "https://openalex.org/W1995945562", + "https://openalex.org/W2001619934", + "https://openalex.org/W2008906462", + "https://openalex.org/W2014725748", + "https://openalex.org/W2015401436", + "https://openalex.org/W2017337590", + "https://openalex.org/W2019575783", + "https://openalex.org/W2024046085", + "https://openalex.org/W2024646871", + "https://openalex.org/W2024668293", + "https://openalex.org/W2035890032", + "https://openalex.org/W2037603696", + "https://openalex.org/W2037768235", + "https://openalex.org/W2037965136", + "https://openalex.org/W2042385018", + "https://openalex.org/W2048679005", + "https://openalex.org/W2053154970", + "https://openalex.org/W2057720927", + "https://openalex.org/W2058732827", + "https://openalex.org/W2064853889", + "https://openalex.org/W2065861851", + "https://openalex.org/W2066636486", + "https://openalex.org/W2067098334", + "https://openalex.org/W2068337856", + "https://openalex.org/W2073308541", + "https://openalex.org/W2073583237", + "https://openalex.org/W2074610805", + "https://openalex.org/W2075665712", + "https://openalex.org/W2078579128", + "https://openalex.org/W2095749253", + "https://openalex.org/W2095897464", + "https://openalex.org/W2097089247", + "https://openalex.org/W2097569937", + "https://openalex.org/W2100406636", + "https://openalex.org/W2102009083", + "https://openalex.org/W2105494575", + "https://openalex.org/W2105497548", + "https://openalex.org/W2106393550", + "https://openalex.org/W2108949035", + "https://openalex.org/W2110119381", + "https://openalex.org/W2111746072", + "https://openalex.org/W2112076978", + "https://openalex.org/W2112841646", + "https://openalex.org/W2113242816", + "https://openalex.org/W2117812871", + "https://openalex.org/W2118020653", + "https://openalex.org/W2118383892", + "https://openalex.org/W2119821739", + "https://openalex.org/W2119885577", + "https://openalex.org/W2120216197", + "https://openalex.org/W2122111042", + "https://openalex.org/W2122410182", + "https://openalex.org/W2129113961", + "https://openalex.org/W2129249398", + "https://openalex.org/W2132166479", + "https://openalex.org/W2133632100", + "https://openalex.org/W2134696506", + "https://openalex.org/W2138064700", + "https://openalex.org/W2138621811", + "https://openalex.org/W2139059214", + "https://openalex.org/W2140190241", + "https://openalex.org/W2142767931", + "https://openalex.org/W2142819948", + "https://openalex.org/W2142957916", + "https://openalex.org/W2143349571", + "https://openalex.org/W2143426320", + "https://openalex.org/W2144907232", + "https://openalex.org/W2146257637", + "https://openalex.org/W2147492008", + "https://openalex.org/W2147810216", + "https://openalex.org/W2148949939", + "https://openalex.org/W2149706766", + "https://openalex.org/W2153028052", + "https://openalex.org/W2154318594", + "https://openalex.org/W2154642793", + "https://openalex.org/W2156909104", + "https://openalex.org/W2160642098", + "https://openalex.org/W2161077873", + "https://openalex.org/W2163915185", + "https://openalex.org/W2164818318", + "https://openalex.org/W2166559705", + "https://openalex.org/W2167793421", + "https://openalex.org/W2170112109", + "https://openalex.org/W2170654002", + "https://openalex.org/W2170726034", + "https://openalex.org/W2170913656", + "https://openalex.org/W2172162418", + "https://openalex.org/W2172780573", + "https://openalex.org/W2277957941", + "https://openalex.org/W2331052961", + "https://openalex.org/W2621280964", + "https://openalex.org/W2912934387", + "https://openalex.org/W2913066018", + "https://openalex.org/W2914369697", + "https://openalex.org/W2953014340", + "https://openalex.org/W2988864014", + "https://openalex.org/W3017143921", + "https://openalex.org/W3023540311", + "https://openalex.org/W3083113686", + "https://openalex.org/W3085162807", + "https://openalex.org/W3123294050", + "https://openalex.org/W3163638146", + "https://openalex.org/W3193477162", + "https://openalex.org/W3203633735", + "https://openalex.org/W3208887124" + ], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W3046775127", + "https://openalex.org/W3107602296", + "https://openalex.org/W3170094116", + "https://openalex.org/W4386462264", + "https://openalex.org/W4313488044", + "https://openalex.org/W3209574120", + "https://openalex.org/W4312192474", + "https://openalex.org/W4210805261" + ], + "abstract_inverted_index": { + "As": [ + 0 + ], + "with": [ + 1 + ], + "any": [ + 2 + ], + "burgeoning": [ + 3 + ], + "technology": [ + 4 + ], + "that": [ + 5, + 27, + 61, + 89, + 108 + ], + "enjoys": [ + 6 + ], + "commercial": [ + 7 + ], + "attention,": [ + 8 + ], + "the": [ + 9, + 86, + 94, + 98, + 106, + 120, + 125 + ], + "use": [ + 10 + ], + "of": [ + 11, + 20, + 25, + 37, + 58, + 85 + ], + "data": [ + 12 + ], + "mining": [ + 13 + ], + "is": [ + 14, + 41, + 54, + 81 + ], + "surrounded": [ + 15 + ], + "by": [ + 16, + 31 + ], + "a": [ + 17, + 82, + 150 + ], + "great": [ + 18 + ], + "deal": [ + 19 + ], + "hype.": [ + 21 + ], + "Exaggerated": [ + 22 + ], + "reports": [ + 23 + ], + "tell": [ + 24 + ], + "secrets": [ + 26 + ], + "can": [ + 28, + 62 + ], + "be": [ + 29 + ], + "uncovered": [ + 30 + ], + "setting": [ + 32 + ], + "algorithms": [ + 33 + ], + "loose": [ + 34 + ], + "on": [ + 35, + 147, + 153 + ], + "oceans": [ + 36 + ], + "data.": [ + 38, + 68 + ], + "But": [ + 39 + ], + "there": [ + 40, + 53 + ], + "no": [ + 42, + 47, + 50 + ], + "magic": [ + 43 + ], + "in": [ + 44, + 91 + ], + "machine": [ + 45, + 136 + ], + "learning,": [ + 46 + ], + "hidden": [ + 48 + ], + "power,": [ + 49 + ], + "alchemy.": [ + 51 + ], + "Instead": [ + 52 + ], + "an": [ + 55, + 133, + 142 + ], + "identifiable": [ + 56 + ], + "body": [ + 57 + ], + "practical": [ + 59 + ], + "techniques": [ + 60, + 73 + ], + "extract": [ + 63 + ], + "useful": [ + 64 + ], + "information": [ + 65, + 146 + ], + "from": [ + 66 + ], + "raw": [ + 67 + ], + "This": [ + 69 + ], + "book": [ + 70, + 80 + ], + "describes": [ + 71 + ], + "these": [ + 72 + ], + "and": [ + 74, + 115 + ], + "shows": [ + 75 + ], + "how": [ + 76 + ], + "they": [ + 77 + ], + "work.": [ + 78 + ], + "The": [ + 79, + 122 + ], + "major": [ + 83 + ], + "revision": [ + 84 + ], + "first": [ + 87 + ], + "edition": [ + 88, + 127 + ], + "appeared": [ + 90 + ], + "1999.": [ + 92 + ], + "While": [ + 93 + ], + "basic": [ + 95 + ], + "core": [ + 96 + ], + "remains": [ + 97 + ], + "same,": [ + 99 + ], + "it": [ + 100 + ], + "has": [ + 101, + 117 + ], + "been": [ + 102 + ], + "updated": [ + 103 + ], + "to": [ + 104 + ], + "reflect": [ + 105 + ], + "changes": [ + 107 + ], + "have": [ + 109 + ], + "taken": [ + 110 + ], + "place": [ + 111 + ], + "over": [ + 112 + ], + "five": [ + 113 + ], + "years,": [ + 114 + ], + "now": [ + 116, + 140 + ], + "nearly": [ + 118 + ], + "double": [ + 119 + ], + "references.": [ + 121 + ], + "highlights": [ + 123 + ], + "for": [ + 124 + ], + "new": [ + 126, + 130, + 151 + ], + "include": [ + 128 + ], + "thirty": [ + 129 + ], + "technique": [ + 131 + ], + "sections;": [ + 132 + ], + "enhanced": [ + 134 + ], + "Weka": [ + 135 + ], + "learning": [ + 137 + ], + "workbench,": [ + 138 + ], + "which": [ + 139 + ], + "features": [ + 141 + ], + "interactive": [ + 143 + ], + "interface;": [ + 144 + ], + "comprehensive": [ + 145 + ], + "neural": [ + 148 + ], + "networks;": [ + 149, + 155 + ], + "section": [ + 152 + ], + "Bayesian": [ + 154 + ], + "plus": [ + 156 + ], + "much": [ + 157 + ], + "more.": [ + 158 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 5 + }, + { + "year": 2025, + "cited_by_count": 237 + }, + { + "year": 2024, + "cited_by_count": 449 + }, + { + "year": 2023, + "cited_by_count": 684 + }, + { + "year": 2022, + "cited_by_count": 774 + }, + { + "year": 2021, + "cited_by_count": 1127 + }, + { + "year": 2020, + "cited_by_count": 1434 + }, + { + "year": 2019, + "cited_by_count": 1625 + }, + { + "year": 2018, + "cited_by_count": 1646 + }, + { + "year": 2017, + "cited_by_count": 1443 + }, + { + "year": 2016, + "cited_by_count": 1255 + }, + { + "year": 2015, + "cited_by_count": 1510 + }, + { + "year": 2014, + "cited_by_count": 1529 + }, + { + "year": 2013, + "cited_by_count": 1672 + }, + { + "year": 2012, + "cited_by_count": 1557 + } + ], + "updated_date": "2026-05-22T09:01:20.584952", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W1663973292", + "doi": "https://doi.org/10.1117/1.2819119", + "title": "Pattern Recognition and Machine Learning", + "display_name": "Pattern Recognition and Machine Learning", + "relevance_score": 9308.29, + "publication_year": 2007, + "publication_date": "2007-01-01", + "ids": { + "openalex": "https://openalex.org/W1663973292", + "doi": "https://doi.org/10.1117/1.2819119", + "mag": "1663973292" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1117/1.2819119", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1117/1.2819119", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S158511090", + "display_name": "Journal of Electronic Imaging", + "issn_l": "1017-9909", + "issn": [ + "1017-9909", + "1560-229X" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315543", + "host_organization_name": "SPIE", + "host_organization_lineage": [ + "https://openalex.org/P4310315543" + ], + "host_organization_lineage_names": [ + "SPIE" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Journal of Electronic Imaging", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": null, + "display_name": "Nasser M. Nasrabadi", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I12097938", + "display_name": "West Virginia University", + "ror": "https://ror.org/011vxgd24", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I12097938" + ] + }, + { + "id": "https://openalex.org/I4210164937", + "display_name": "Microsoft Research (United Kingdom)", + "ror": "https://ror.org/05k87vq12", + "country_code": "GB", + "type": "company", + "lineage": [ + "https://openalex.org/I1290206253", + "https://openalex.org/I4210164937" + ] + } + ], + "countries": [ + "GB", + "US" + ], + "is_corresponding": true, + "raw_author_name": "Nasser M. Nasrabadi", + "raw_affiliation_strings": [ + "West Virginia Univ. (United States)", + "Microsoft" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "West Virginia Univ. (United States)", + "institution_ids": [ + "https://openalex.org/I12097938" + ] + }, + { + "raw_affiliation_string": "Microsoft", + "institution_ids": [ + "https://openalex.org/I4210164937" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 1, + "corresponding_author_ids": [], + "corresponding_institution_ids": [ + "https://openalex.org/I12097938", + "https://openalex.org/I4210164937" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 798.0702, + "has_fulltext": false, + "cited_by_count": 22082, + "citation_normalized_percentile": { + "value": 1.0, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "16", + "issue": "4", + "first_page": "049901", + "last_page": "049901" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10136", + "display_name": "Statistical Methods and Inference", + "score": 0.9984999895095825, + "subfield": { + "id": "https://openalex.org/subfields/2613", + "display_name": "Statistics and Probability" + }, + "field": { + "id": "https://openalex.org/fields/26", + "display_name": "Mathematics" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10136", + "display_name": "Statistical Methods and Inference", + "score": 0.9984999895095825, + "subfield": { + "id": "https://openalex.org/subfields/2613", + "display_name": "Statistics and Probability" + }, + "field": { + "id": "https://openalex.org/fields/26", + "display_name": "Mathematics" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10688", + "display_name": "Image and Signal Denoising Methods", + "score": 0.9861999750137329, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10770", + "display_name": "Soil Geostatistics and Mapping", + "score": 0.9860000014305115, + "subfield": { + "id": "https://openalex.org/subfields/2305", + "display_name": "Environmental Engineering" + }, + "field": { + "id": "https://openalex.org/fields/23", + "display_name": "Environmental Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.5992881655693054 + }, + { + "id": "https://openalex.org/keywords/imaging-science", + "display_name": "Imaging science", + "score": 0.5219192504882812 + }, + { + "id": "https://openalex.org/keywords/cover", + "display_name": "Cover (algebra)", + "score": 0.45677652955055237 + }, + { + "id": "https://openalex.org/keywords/data-science", + "display_name": "Data science", + "score": 0.4510306119918823 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.41892093420028687 + }, + { + "id": "https://openalex.org/keywords/engineering", + "display_name": "Engineering", + "score": 0.15935367345809937 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.5992881655693054 + }, + { + "id": "https://openalex.org/C57177791", + "wikidata": "https://www.wikidata.org/wiki/Q1038886", + "display_name": "Imaging science", + "level": 2, + "score": 0.5219192504882812 + }, + { + "id": "https://openalex.org/C2780428219", + "wikidata": "https://www.wikidata.org/wiki/Q16952335", + "display_name": "Cover (algebra)", + "level": 2, + "score": 0.45677652955055237 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.4510306119918823 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.41892093420028687 + }, + { + "id": "https://openalex.org/C127413603", + "wikidata": "https://www.wikidata.org/wiki/Q11023", + "display_name": "Engineering", + "level": 0, + "score": 0.15935367345809937 + }, + { + "id": "https://openalex.org/C78519656", + "wikidata": "https://www.wikidata.org/wiki/Q101333", + "display_name": "Mechanical engineering", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1117/1.2819119", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1117/1.2819119", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S158511090", + "display_name": "Journal of Electronic Imaging", + "issn_l": "1017-9909", + "issn": [ + "1017-9909", + "1560-229X" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315543", + "host_organization_name": "SPIE", + "host_organization_lineage": [ + "https://openalex.org/P4310315543" + ], + "host_organization_lineage_names": [ + "SPIE" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Journal of Electronic Imaging", + "raw_type": "journal-article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 6, + "referenced_works": [ + "https://openalex.org/W1480376833", + "https://openalex.org/W1496317909", + "https://openalex.org/W2117812871", + "https://openalex.org/W3215037115", + "https://openalex.org/W4232383088", + "https://openalex.org/W4292691288" + ], + "related_works": [ + "https://openalex.org/W2748952813", + "https://openalex.org/W2390279801", + "https://openalex.org/W2358668433", + "https://openalex.org/W623607250", + "https://openalex.org/W2376932109", + "https://openalex.org/W2001405890", + "https://openalex.org/W4245429118", + "https://openalex.org/W2382290278", + "https://openalex.org/W4245505501", + "https://openalex.org/W2350741829" + ], + "abstract_inverted_index": { + "The": [ + 0 + ], + "Journal": [ + 1 + ], + "of": [ + 2, + 27 + ], + "Electronic": [ + 3 + ], + "Imaging": [ + 4 + ], + "(JEI),": [ + 5 + ], + "copublished": [ + 6 + ], + "bimonthly": [ + 7 + ], + "with": [ + 8 + ], + "the": [ + 9 + ], + "Society": [ + 10 + ], + "for": [ + 11 + ], + "Imaging": [ + 12 + ], + "Science": [ + 13 + ], + "and": [ + 14, + 22, + 31 + ], + "Technology,": [ + 15 + ], + "publishes": [ + 16 + ], + "peer-reviewed": [ + 17 + ], + "papers": [ + 18 + ], + "that": [ + 19 + ], + "cover": [ + 20 + ], + "research": [ + 21 + ], + "applications": [ + 23 + ], + "in": [ + 24 + ], + "all": [ + 25 + ], + "areas": [ + 26 + ], + "electronic": [ + 28 + ], + "imaging": [ + 29 + ], + "science": [ + 30 + ], + "technology.": [ + 32 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 22 + }, + { + "year": 2025, + "cited_by_count": 52 + }, + { + "year": 2024, + "cited_by_count": 85 + }, + { + "year": 2023, + "cited_by_count": 106 + }, + { + "year": 2022, + "cited_by_count": 170 + }, + { + "year": 2021, + "cited_by_count": 2005 + }, + { + "year": 2020, + "cited_by_count": 2386 + }, + { + "year": 2019, + "cited_by_count": 1999 + }, + { + "year": 2018, + "cited_by_count": 1718 + }, + { + "year": 2017, + "cited_by_count": 1316 + }, + { + "year": 2016, + "cited_by_count": 1444 + }, + { + "year": 2015, + "cited_by_count": 1951 + }, + { + "year": 2014, + "cited_by_count": 1736 + }, + { + "year": 2013, + "cited_by_count": 1461 + }, + { + "year": 2012, + "cited_by_count": 1440 + } + ], + "updated_date": "2026-05-24T08:33:08.758527", + "created_date": "2016-06-24T00:00:00" + }, + { + "id": "https://openalex.org/W1639032689", + "doi": null, + "title": "Genetic Algorithms in Search, Optimization and Machine Learning", + "display_name": "Genetic Algorithms in Search, Optimization and Machine Learning", + "relevance_score": 8475.392, + "publication_year": 1988, + "publication_date": "1988-01-01", + "ids": { + "openalex": "https://openalex.org/W1639032689", + "mag": "1639032689" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:KnabeLibrary:353", + "is_oa": false, + "landing_page_url": "http://panmental.de/library/index.php?bibtex|353", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + }, + "type": "book", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5110057218", + "display_name": "David E. Goldberg", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "David E. Goldberg", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5110057218" + ], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 26.7962, + "has_fulltext": false, + "cited_by_count": 17771, + "citation_normalized_percentile": { + "value": 0.99576372, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10100", + "display_name": "Metaheuristic Optimization Algorithms Research", + "score": 0.6876999735832214, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10100", + "display_name": "Metaheuristic Optimization Algorithms Research", + "score": 0.6876999735832214, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/pascal", + "display_name": "Pascal (unit)", + "score": 0.8266515135765076 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6943583488464355 + }, + { + "id": "https://openalex.org/keywords/genetic-programming", + "display_name": "Genetic programming", + "score": 0.6225850582122803 + }, + { + "id": "https://openalex.org/keywords/genetic-algorithm", + "display_name": "Genetic algorithm", + "score": 0.4758467376232147 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.4586948752403259 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.43886905908584595 + }, + { + "id": "https://openalex.org/keywords/quality-control-and-genetic-algorithms", + "display_name": "Quality control and genetic algorithms", + "score": 0.43597400188446045 + }, + { + "id": "https://openalex.org/keywords/theoretical-computer-science", + "display_name": "Theoretical computer science", + "score": 0.3935277462005615 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.3595549464225769 + }, + { + "id": "https://openalex.org/keywords/programming-language", + "display_name": "Programming language", + "score": 0.20000383257865906 + }, + { + "id": "https://openalex.org/keywords/meta-optimization", + "display_name": "Meta-optimization", + "score": 0.1979789137840271 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C75608658", + "wikidata": "https://www.wikidata.org/wiki/Q44395", + "display_name": "Pascal (unit)", + "level": 2, + "score": 0.8266515135765076 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6943583488464355 + }, + { + "id": "https://openalex.org/C110332635", + "wikidata": "https://www.wikidata.org/wiki/Q629498", + "display_name": "Genetic programming", + "level": 2, + "score": 0.6225850582122803 + }, + { + "id": "https://openalex.org/C8880873", + "wikidata": "https://www.wikidata.org/wiki/Q187787", + "display_name": "Genetic algorithm", + "level": 2, + "score": 0.4758467376232147 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.4586948752403259 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.43886905908584595 + }, + { + "id": "https://openalex.org/C161164918", + "wikidata": "https://www.wikidata.org/wiki/Q7268775", + "display_name": "Quality control and genetic algorithms", + "level": 4, + "score": 0.43597400188446045 + }, + { + "id": "https://openalex.org/C80444323", + "wikidata": "https://www.wikidata.org/wiki/Q2878974", + "display_name": "Theoretical computer science", + "level": 1, + "score": 0.3935277462005615 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.3595549464225769 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.20000383257865906 + }, + { + "id": "https://openalex.org/C4935549", + "wikidata": "https://www.wikidata.org/wiki/Q6822261", + "display_name": "Meta-optimization", + "level": 3, + "score": 0.1979789137840271 + } + ], + "mesh": [], + "locations_count": 5, + "locations": [ + { + "id": "pmh:oai:KnabeLibrary:353", + "is_oa": false, + "landing_page_url": "http://panmental.de/library/index.php?bibtex|353", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-001455853", + "is_oa": false, + "landing_page_url": null, + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:cds.cern.ch:206079", + "is_oa": false, + "landing_page_url": "http://cds.cern.ch/record/206079", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402195", + "display_name": "CERN Document Server (European Organization for Nuclear Research)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I67311998", + "host_organization_name": "European Organization for Nuclear Research", + "host_organization_lineage": [ + "https://openalex.org/I67311998" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + }, + { + "id": "pmh:oai:cumincad.architexturez.net:8807", + "is_oa": false, + "landing_page_url": "http://cumincad.architexturez.net//doc/oai-cumincadworks-id-a4ce", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + }, + { + "id": "mag:2996648926", + "is_oa": false, + "landing_page_url": "http://papers.cumincad.org/cgi-bin/works/Show?a4ce", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "display_name": "Quality Education", + "id": "https://metadata.un.org/sdg/4", + "score": 0.800000011920929 + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [ + "https://openalex.org/W3149025087", + "https://openalex.org/W2904250082", + "https://openalex.org/W2339500526", + "https://openalex.org/W2261054240", + "https://openalex.org/W2166843422", + "https://openalex.org/W2152195021", + "https://openalex.org/W2152150600", + "https://openalex.org/W2142183404", + "https://openalex.org/W2126105956", + "https://openalex.org/W2116661285", + "https://openalex.org/W2097571405", + "https://openalex.org/W2096590200", + "https://openalex.org/W2024060531", + "https://openalex.org/W2011039300", + "https://openalex.org/W1659842140", + "https://openalex.org/W1595498733", + "https://openalex.org/W1595159159", + "https://openalex.org/W1576818901", + "https://openalex.org/W1544329015", + "https://openalex.org/W1497256448" + ], + "abstract_inverted_index": { + "David": [ + 0 + ], + "Goldberg's": [ + 1 + ], + "Genetic": [ + 2 + ], + "Algorithms": [ + 3 + ], + "in": [ + 4, + 26, + 69, + 85 + ], + "Search,": [ + 5 + ], + "Optimization": [ + 6 + ], + "and": [ + 7, + 38, + 93, + 111 + ], + "Machine": [ + 8 + ], + "Learning": [ + 9 + ], + "is": [ + 10, + 20, + 39 + ], + "by": [ + 11 + ], + "far": [ + 12 + ], + "the": [ + 13, + 23, + 27, + 45, + 54, + 82, + 86 + ], + "bestselling": [ + 14 + ], + "introduction": [ + 15 + ], + "to": [ + 16, + 106, + 115 + ], + "genetic": [ + 17, + 36, + 48, + 67, + 109, + 113 + ], + "algorithms.": [ + 18 + ], + "Goldberg": [ + 19 + ], + "one": [ + 21 + ], + "of": [ + 22, + 42, + 47, + 53, + 64, + 81 + ], + "preeminent": [ + 24 + ], + "researchers": [ + 25 + ], + "field--he": [ + 28 + ], + "has": [ + 29 + ], + "published": [ + 30 + ], + "over": [ + 31 + ], + "100": [ + 32 + ], + "research": [ + 33 + ], + "articles": [ + 34 + ], + "on": [ + 35 + ], + "algorithms": [ + 37, + 114 + ], + "a": [ + 40, + 61, + 65, + 97, + 100, + 108, + 116 + ], + "student": [ + 41 + ], + "John": [ + 43 + ], + "Holland,": [ + 44 + ], + "father": [ + 46 + ], + "algorithms--and": [ + 49 + ], + "his": [ + 50 + ], + "deep": [ + 51 + ], + "understanding": [ + 52 + ], + "material": [ + 55 + ], + "shines": [ + 56 + ], + "through.": [ + 57 + ], + "The": [ + 58, + 77 + ], + "book": [ + 59, + 78 + ], + "contains": [ + 60 + ], + "complete": [ + 62 + ], + "listing": [ + 63 + ], + "simple": [ + 66 + ], + "algorithm": [ + 68, + 110 + ], + "Pascal,": [ + 70 + ], + "which": [ + 71 + ], + "C": [ + 72 + ], + "programmers": [ + 73 + ], + "can": [ + 74 + ], + "easily": [ + 75 + ], + "understand.": [ + 76 + ], + "covers": [ + 79 + ], + "all": [ + 80 + ], + "important": [ + 83 + ], + "topics": [ + 84 + ], + "field,": [ + 87 + ], + "including": [ + 88 + ], + "crossover,": [ + 89 + ], + "mutation,": [ + 90 + ], + "classifier": [ + 91 + ], + "systems,": [ + 92 + ], + "fitness": [ + 94 + ], + "scaling,": [ + 95 + ], + "giving": [ + 96 + ], + "novice": [ + 98 + ], + "with": [ + 99 + ], + "computer": [ + 101 + ], + "science": [ + 102 + ], + "background": [ + 103 + ], + "enough": [ + 104 + ], + "information": [ + 105 + ], + "implement": [ + 107 + ], + "describe": [ + 112 + ], + "friend.": [ + 117 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 66 + }, + { + "year": 2024, + "cited_by_count": 102 + }, + { + "year": 2023, + "cited_by_count": 182 + }, + { + "year": 2022, + "cited_by_count": 116 + }, + { + "year": 2021, + "cited_by_count": 204 + }, + { + "year": 2020, + "cited_by_count": 176 + }, + { + "year": 2019, + "cited_by_count": 166 + }, + { + "year": 2018, + "cited_by_count": 168 + }, + { + "year": 2017, + "cited_by_count": 217 + }, + { + "year": 2016, + "cited_by_count": 360 + }, + { + "year": 2015, + "cited_by_count": 660 + }, + { + "year": 2014, + "cited_by_count": 886 + }, + { + "year": 2013, + "cited_by_count": 961 + }, + { + "year": 2012, + "cited_by_count": 984 + } + ], + "updated_date": "2026-05-15T08:27:34.491423", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W1583837637", + "doi": "https://doi.org/10.1145/1273496", + "title": "Proceedings of the 24th international conference on Machine learning", + "display_name": "Proceedings of the 24th international conference on Machine learning", + "relevance_score": 7150.085, + "publication_year": 2007, + "publication_date": "2007-06-20", + "ids": { + "openalex": "https://openalex.org/W1583837637", + "doi": "https://doi.org/10.1145/1273496", + "mag": "1583837637" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1145/1273496", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/1273496", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "proceedings" + }, + "type": "preprint", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 0, + "corresponding_author_ids": [], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": null, + "has_fulltext": false, + "cited_by_count": 11733, + "citation_normalized_percentile": null, + "cited_by_percentile_year": null, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": true, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12254", + "display_name": "Machine Learning in Bioinformatics", + "score": 0.9121000170707703, + "subfield": { + "id": "https://openalex.org/subfields/1312", + "display_name": "Molecular Biology" + }, + "field": { + "id": "https://openalex.org/fields/13", + "display_name": "Biochemistry, Genetics and Molecular Biology" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12254", + "display_name": "Machine Learning in Bioinformatics", + "score": 0.9121000170707703, + "subfield": { + "id": "https://openalex.org/subfields/1312", + "display_name": "Molecular Biology" + }, + "field": { + "id": "https://openalex.org/fields/13", + "display_name": "Biochemistry, Genetics and Molecular Biology" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/presentation", + "display_name": "Presentation (obstetrics)", + "score": 0.6044684648513794 + }, + { + "id": "https://openalex.org/keywords/library-science", + "display_name": "Library science", + "score": 0.4876014292240143 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.42869511246681213 + }, + { + "id": "https://openalex.org/keywords/medical-education", + "display_name": "Medical education", + "score": 0.3953603208065033 + }, + { + "id": "https://openalex.org/keywords/medicine", + "display_name": "Medicine", + "score": 0.27516093850135803 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2777601897", + "wikidata": "https://www.wikidata.org/wiki/Q3409113", + "display_name": "Presentation (obstetrics)", + "level": 2, + "score": 0.6044684648513794 + }, + { + "id": "https://openalex.org/C161191863", + "wikidata": "https://www.wikidata.org/wiki/Q199655", + "display_name": "Library science", + "level": 1, + "score": 0.4876014292240143 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.42869511246681213 + }, + { + "id": "https://openalex.org/C509550671", + "wikidata": "https://www.wikidata.org/wiki/Q126945", + "display_name": "Medical education", + "level": 1, + "score": 0.3953603208065033 + }, + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.27516093850135803 + }, + { + "id": "https://openalex.org/C126838900", + "wikidata": "https://www.wikidata.org/wiki/Q77604", + "display_name": "Radiology", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1145/1273496", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/1273496", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "proceedings" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [ + "https://openalex.org/W2748952813", + "https://openalex.org/W4387426029", + "https://openalex.org/W4254162896", + "https://openalex.org/W4388792380", + "https://openalex.org/W1477999932", + "https://openalex.org/W4386731653", + "https://openalex.org/W2376001620", + "https://openalex.org/W2925303117", + "https://openalex.org/W4285219045", + "https://openalex.org/W3167529338" + ], + "abstract_inverted_index": { + "This": [ + 0, + 71 + ], + "volume": [ + 1 + ], + "contains": [ + 2 + ], + "the": [ + 3, + 7, + 34, + 38, + 49, + 57, + 104, + 108, + 121, + 128, + 140, + 151, + 157, + 160, + 164, + 182, + 203, + 215, + 221, + 225, + 273, + 293, + 330, + 347, + 393, + 402, + 428, + 444 + ], + "papers": [ + 4, + 219, + 239, + 252, + 278, + 287 + ], + "accepted": [ + 5, + 197, + 241, + 277, + 334 + ], + "to": [ + 6, + 29, + 77, + 101, + 103, + 188, + 205, + 242, + 329, + 371, + 399, + 409 + ], + "24th": [ + 8 + ], + "International": [ + 9, + 39, + 429 + ], + "Conference": [ + 10, + 430 + ], + "on": [ + 11, + 117, + 218, + 356, + 431, + 443 + ], + "Machine": [ + 12, + 40, + 403 + ], + "Learning": [ + 13, + 41, + 404 + ], + "(ICML": [ + 14 + ], + "2007),": [ + 15 + ], + "which": [ + 16, + 87, + 199, + 253, + 336, + 360 + ], + "was": [ + 17, + 80, + 90, + 200, + 425 + ], + "held": [ + 18, + 440 + ], + "at": [ + 19 + ], + "Oregon": [ + 20 + ], + "State": [ + 21 + ], + "University": [ + 22 + ], + "in": [ + 23, + 56, + 86 + ], + "Corvalis,": [ + 24 + ], + "Oregon,": [ + 25 + ], + "from": [ + 26, + 214, + 268, + 292, + 296, + 299, + 305, + 308, + 312, + 317, + 322 + ], + "June": [ + 27 + ], + "20th": [ + 28 + ], + "24th,": [ + 30 + ], + "2007.": [ + 31, + 449 + ], + "ICML": [ + 32, + 229, + 243, + 265, + 348, + 424, + 437, + 448 + ], + "is": [ + 33 + ], + "annual": [ + 35 + ], + "conference": [ + 36 + ], + "of": [ + 37, + 53, + 59, + 123, + 153, + 159, + 177, + 192, + 232, + 251, + 263, + 333, + 363, + 381, + 413, + 447 + ], + "Society": [ + 42 + ], + "(IMLS),": [ + 43 + ], + "and": [ + 44, + 51, + 107, + 120, + 148, + 170, + 220, + 314, + 319, + 325, + 341, + 353, + 383, + 438 + ], + "provides": [ + 45 + ], + "a": [ + 46, + 81, + 172, + 190, + 247, + 289, + 339, + 411 + ], + "venue": [ + 47 + ], + "for": [ + 48, + 175, + 181, + 228, + 344, + 389 + ], + "presentation": [ + 50, + 343 + ], + "discussion": [ + 52, + 136, + 162 + ], + "current": [ + 54 + ], + "research": [ + 55 + ], + "field": [ + 58 + ], + "machine": [ + 60, + 269, + 357 + ], + "learning.": [ + 61 + ], + "These": [ + 62 + ], + "proceedings": [ + 63 + ], + "can": [ + 64 + ], + "also": [ + 65, + 368 + ], + "be": [ + 66 + ], + "found": [ + 67 + ], + "online": [ + 68, + 118 + ], + "at:": [ + 69 + ], + "http://www.machinelearning.org.": [ + 70 + ], + "year": [ + 72, + 132, + 280, + 422 + ], + "there": [ + 73, + 133 + ], + "were": [ + 74, + 99, + 134, + 186, + 240, + 254, + 281, + 367, + 407, + 419 + ], + "522": [ + 75 + ], + "submissions": [ + 76, + 267 + ], + "ICML.": [ + 78 + ], + "There": [ + 79 + ], + "very": [ + 82, + 248 + ], + "thorough": [ + 83 + ], + "review": [ + 84, + 174, + 226 + ], + "process,": [ + 85 + ], + "each": [ + 88, + 176, + 311, + 321, + 345 + ], + "paper": [ + 89, + 416 + ], + "reviewed": [ + 91 + ], + "by": [ + 92, + 139, + 202, + 401 + ], + "three": [ + 93 + ], + "program": [ + 94, + 142, + 332, + 349 + ], + "committee": [ + 95, + 143 + ], + "(PC)": [ + 96 + ], + "members.": [ + 97 + ], + "Authors": [ + 98 + ], + "able": [ + 100, + 408 + ], + "respond": [ + 102 + ], + "initial": [ + 105 + ], + "reviews,": [ + 106 + ], + "PC": [ + 109 + ], + "members": [ + 110, + 166 + ], + "could": [ + 111 + ], + "then": [ + 112 + ], + "modify": [ + 113 + ], + "their": [ + 114, + 168, + 178, + 195 + ], + "reviews": [ + 115 + ], + "based": [ + 116 + ], + "discussions": [ + 119 + ], + "content": [ + 122 + ], + "this": [ + 124, + 131, + 244, + 279, + 396, + 421 + ], + "author": [ + 125, + 154, + 291 + ], + "response.": [ + 126 + ], + "For": [ + 127 + ], + "first": [ + 129, + 183, + 290, + 445 + ], + "time": [ + 130, + 223 + ], + "two": [ + 135 + ], + "periods": [ + 137 + ], + "led": [ + 138 + ], + "senior": [ + 141 + ], + "(SPC),": [ + 144 + ], + "one": [ + 145, + 149 + ], + "just": [ + 146 + ], + "before": [ + 147 + ], + "after": [ + 150 + ], + "submission": [ + 152 + ], + "responses.": [ + 155 + ], + "At": [ + 156 + ], + "end": [ + 158 + ], + "second": [ + 161 + ], + "period,": [ + 163 + ], + "SPC": [ + 165 + ], + "gave": [ + 167 + ], + "recommendations": [ + 169 + ], + "provided": [ + 171 + ], + "summary": [ + 173 + ], + "papers.": [ + 179 + ], + "Also": [ + 180 + ], + "time,": [ + 184 + ], + "authors": [ + 185 + ], + "asked": [ + 187 + ], + "submit": [ + 189 + ], + "list": [ + 191 + ], + "changes": [ + 193 + ], + "with": [ + 194, + 427 + ], + "final": [ + 196 + ], + "papers,": [ + 198, + 335 + ], + "checked": [ + 201 + ], + "SPCs": [ + 204 + ], + "ensure": [ + 206 + ], + "that": [ + 207, + 231, + 423 + ], + "reviewer": [ + 208 + ], + "comments": [ + 209 + ], + "had": [ + 210, + 288 + ], + "been": [ + 211 + ], + "addressed.": [ + 212 + ], + "Apart": [ + 213 + ], + "length": [ + 216 + ], + "restrictions": [ + 217 + ], + "compressed": [ + 222 + ], + "frame,": [ + 224 + ], + "process": [ + 227 + ], + "resembles": [ + 230 + ], + "many": [ + 233 + ], + "journal": [ + 234 + ], + "publications.": [ + 235 + ], + "In": [ + 236, + 327 + ], + "total,": [ + 237 + ], + "150": [ + 238, + 276 + ], + "year,": [ + 245 + ], + "including": [ + 246 + ], + "small": [ + 249 + ], + "number": [ + 250, + 412 + ], + "initially": [ + 255 + ], + "conditionally": [ + 256 + ], + "accepted,": [ + 257 + ], + "yielding": [ + 258 + ], + "an": [ + 259 + ], + "overall": [ + 260 + ], + "acceptance": [ + 261 + ], + "rate": [ + 262 + ], + "29%.": [ + 264 + ], + "attracts": [ + 266 + ], + "learning": [ + 270, + 358 + ], + "researchers": [ + 271 + ], + "around": [ + 272 + ], + "globe.": [ + 274 + ], + "The": [ + 275 + ], + "geographically": [ + 282 + ], + "distributed": [ + 283 + ], + "as": [ + 284, + 392 + ], + "follows:": [ + 285 + ], + "66": [ + 286 + ], + "US,": [ + 294 + ], + "32": [ + 295 + ], + "Europe,": [ + 297 + ], + "19": [ + 298 + ], + "China": [ + 300 + ], + "or": [ + 301 + ], + "Hong": [ + 302 + ], + "Kong,": [ + 303 + ], + "11": [ + 304 + ], + "Canada,": [ + 306 + ], + "6": [ + 307 + ], + "India,": [ + 309 + ], + "5": [ + 310 + ], + "Australia": [ + 313 + ], + "Japan,": [ + 315 + ], + "3": [ + 316, + 351 + ], + "Israel,": [ + 318 + ], + "1": [ + 320 + ], + "Korea,": [ + 323 + ], + "Russia": [ + 324 + ], + "Taiwan.": [ + 326 + ], + "addition": [ + 328 + ], + "main": [ + 331 + ], + "includes": [ + 337 + ], + "both": [ + 338 + ], + "talk": [ + 340 + ], + "poster": [ + 342 + ], + "paper,": [ + 346 + ], + "included": [ + 350 + ], + "workshops": [ + 352 + ], + "8": [ + 354 + ], + "tutorials": [ + 355 + ], + "topics": [ + 359 + ], + "are": [ + 361 + ], + "currently": [ + 362 + ], + "broad": [ + 364 + ], + "interest.": [ + 365 + ], + "We": [ + 366, + 418 + ], + "extremely": [ + 369 + ], + "pleased": [ + 370 + ], + "have": [ + 372 + ], + "David": [ + 373 + ], + "Heckerman": [ + 374 + ], + "(Microsoft": [ + 375 + ], + "Research),": [ + 376 + ], + "Joshua": [ + 377 + ], + "Tenenbaum": [ + 378 + ], + "(Massachussetts": [ + 379 + ], + "Institute": [ + 380, + 388 + ], + "Technology),": [ + 382 + ], + "Bernhard": [ + 384 + ], + "Schölkopf": [ + 385 + ], + "(Max": [ + 386 + ], + "Planck": [ + 387 + ], + "Biological": [ + 390 + ], + "Cybernetics)": [ + 391 + ], + "invited": [ + 394 + ], + "speakers": [ + 395 + ], + "year.": [ + 397 + ], + "Thanks": [ + 398 + ], + "sponsorship": [ + 400 + ], + "Journal,": [ + 405 + ], + "we": [ + 406 + ], + "award": [ + 410 + ], + "outstanding": [ + 414 + ], + "student": [ + 415 + ], + "prizes.": [ + 417 + ], + "fortunate": [ + 420 + ], + "co-located": [ + 426 + ], + "Inductive": [ + 432 + ], + "Logic": [ + 433 + ], + "Programming": [ + 434 + ], + "(ILP": [ + 435 + ], + "2007).": [ + 436 + ], + "ILP": [ + 439 + ], + "joint": [ + 441 + ], + "sessions": [ + 442 + ], + "day": [ + 446 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 2573 + }, + { + "year": 2024, + "cited_by_count": 2390 + }, + { + "year": 2023, + "cited_by_count": 1818 + }, + { + "year": 2022, + "cited_by_count": 1221 + }, + { + "year": 2021, + "cited_by_count": 622 + }, + { + "year": 2020, + "cited_by_count": 595 + }, + { + "year": 2019, + "cited_by_count": 396 + }, + { + "year": 2018, + "cited_by_count": 268 + }, + { + "year": 2017, + "cited_by_count": 253 + }, + { + "year": 2016, + "cited_by_count": 196 + }, + { + "year": 2015, + "cited_by_count": 162 + }, + { + "year": 2014, + "cited_by_count": 153 + }, + { + "year": 2013, + "cited_by_count": 136 + }, + { + "year": 2012, + "cited_by_count": 135 + } + ], + "updated_date": "2026-04-05T17:49:38.594831", + "created_date": "2016-06-24T00:00:00" + }, + { + "id": "https://openalex.org/W1503398984", + "doi": null, + "title": "Machine learning a probabilistic perspective", + "display_name": "Machine learning a probabilistic perspective", + "relevance_score": 6897.388, + "publication_year": 2012, + "publication_date": "2012-01-01", + "ids": { + "openalex": "https://openalex.org/W1503398984", + "mag": "1503398984" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-028615309", + "is_oa": false, + "landing_page_url": "http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=028615309&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "Lehrbuch" + }, + "type": "book", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5103362817", + "display_name": "Kevin P. Murphy", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "Kevin P. Murphy", + "raw_affiliation_strings": [], + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5103362817" + ], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 397.5259, + "has_fulltext": false, + "cited_by_count": 9327, + "citation_normalized_percentile": { + "value": 0.99999101, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 96, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T13650", + "display_name": "Computational Physics and Python Applications", + "score": 0.09690000116825104, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T13650", + "display_name": "Computational Physics and Python Applications", + "score": 0.09690000116825104, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T14406", + "display_name": "Multidisciplinary Science and Engineering Research", + "score": 0.08969999849796295, + "subfield": { + "id": "https://openalex.org/subfields/1804", + "display_name": "Statistics, Probability and Uncertainty" + }, + "field": { + "id": "https://openalex.org/fields/18", + "display_name": "Decision Sciences" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6962889432907104 + }, + { + "id": "https://openalex.org/keywords/probabilistic-logic", + "display_name": "Probabilistic logic", + "score": 0.6251402497291565 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6185331344604492 + }, + { + "id": "https://openalex.org/keywords/field", + "display_name": "Field (mathematics)", + "score": 0.5668832063674927 + }, + { + "id": "https://openalex.org/keywords/conditional-random-field", + "display_name": "Conditional random field", + "score": 0.5589616298675537 + }, + { + "id": "https://openalex.org/keywords/heuristic", + "display_name": "Heuristic", + "score": 0.5155355930328369 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.49392396211624146 + }, + { + "id": "https://openalex.org/keywords/graphical-model", + "display_name": "Graphical model", + "score": 0.4833957254886627 + }, + { + "id": "https://openalex.org/keywords/regularization", + "display_name": "Regularization (linguistics)", + "score": 0.4277557134628296 + }, + { + "id": "https://openalex.org/keywords/software", + "display_name": "Software", + "score": 0.41000470519065857 + }, + { + "id": "https://openalex.org/keywords/programming-language", + "display_name": "Programming language", + "score": 0.1839407980442047 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6962889432907104 + }, + { + "id": "https://openalex.org/C49937458", + "wikidata": "https://www.wikidata.org/wiki/Q2599292", + "display_name": "Probabilistic logic", + "level": 2, + "score": 0.6251402497291565 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6185331344604492 + }, + { + "id": "https://openalex.org/C9652623", + "wikidata": "https://www.wikidata.org/wiki/Q190109", + "display_name": "Field (mathematics)", + "level": 2, + "score": 0.5668832063674927 + }, + { + "id": "https://openalex.org/C152565575", + "wikidata": "https://www.wikidata.org/wiki/Q1124538", + "display_name": "Conditional random field", + "level": 2, + "score": 0.5589616298675537 + }, + { + "id": "https://openalex.org/C173801870", + "wikidata": "https://www.wikidata.org/wiki/Q201413", + "display_name": "Heuristic", + "level": 2, + "score": 0.5155355930328369 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.49392396211624146 + }, + { + "id": "https://openalex.org/C155846161", + "wikidata": "https://www.wikidata.org/wiki/Q1143367", + "display_name": "Graphical model", + "level": 2, + "score": 0.4833957254886627 + }, + { + "id": "https://openalex.org/C2776135515", + "wikidata": "https://www.wikidata.org/wiki/Q17143721", + "display_name": "Regularization (linguistics)", + "level": 2, + "score": 0.4277557134628296 + }, + { + "id": "https://openalex.org/C2777904410", + "wikidata": "https://www.wikidata.org/wiki/Q7397", + "display_name": "Software", + "level": 2, + "score": 0.41000470519065857 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.1839407980442047 + }, + { + "id": "https://openalex.org/C202444582", + "wikidata": "https://www.wikidata.org/wiki/Q837863", + "display_name": "Pure mathematics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 4, + "locations": [ + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-028615309", + "is_oa": false, + "landing_page_url": "http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=028615309&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "Lehrbuch" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-032798127", + "is_oa": false, + "landing_page_url": "http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=032798127&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "pmh:oai:cds.cern.ch:1981503", + "is_oa": false, + "landing_page_url": "http://cds.cern.ch/record/1981503", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402195", + "display_name": "CERN Document Server (European Organization for Nuclear Research)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I67311998", + "host_organization_name": "European Organization for Nuclear Research", + "host_organization_lineage": [ + "https://openalex.org/I67311998" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + }, + { + "id": "pmh:oai:cds.cern.ch:2723460", + "is_oa": false, + "landing_page_url": "http://cds.cern.ch/record/2723460", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402195", + "display_name": "CERN Document Server (European Organization for Nuclear Research)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I67311998", + "host_organization_name": "European Organization for Nuclear Research", + "host_organization_lineage": [ + "https://openalex.org/I67311998" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "display_name": "Quality Education", + "id": "https://metadata.un.org/sdg/4", + "score": 0.41999998688697815 + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [ + "https://openalex.org/W2964121744", + "https://openalex.org/W2919115771", + "https://openalex.org/W2911964244", + "https://openalex.org/W2194775991", + "https://openalex.org/W2163605009", + "https://openalex.org/W2135046866", + "https://openalex.org/W2119821739", + "https://openalex.org/W2112796928", + "https://openalex.org/W2101234009", + "https://openalex.org/W2095705004", + "https://openalex.org/W2064675550", + "https://openalex.org/W2049633694", + "https://openalex.org/W2045656233", + "https://openalex.org/W1880262756", + "https://openalex.org/W1746819321", + "https://openalex.org/W1663973292", + "https://openalex.org/W1554944419", + "https://openalex.org/W1511986666", + "https://openalex.org/W1506806321", + "https://openalex.org/W1480376833" + ], + "abstract_inverted_index": { + "Today's": [ + 0 + ], + "Web-enabled": [ + 1 + ], + "deluge": [ + 2 + ], + "of": [ + 3, + 10, + 47, + 79, + 140, + 155 + ], + "electronic": [ + 4 + ], + "data": [ + 5, + 11, + 25 + ], + "calls": [ + 6 + ], + "for": [ + 7, + 106, + 191 + ], + "automated": [ + 8 + ], + "methods": [ + 9, + 18 + ], + "analysis.": [ + 12 + ], + "Machine": [ + 13 + ], + "learning": [ + 14 + ], + "provides": [ + 15 + ], + "these,": [ + 16 + ], + "developing": [ + 17 + ], + "that": [ + 19 + ], + "can": [ + 20 + ], + "automatically": [ + 21 + ], + "detect": [ + 22 + ], + "patterns": [ + 23, + 31 + ], + "in": [ + 24, + 82, + 98, + 161, + 175 + ], + "and": [ + 26, + 41, + 60, + 72, + 91, + 119, + 133, + 164, + 200 + ], + "then": [ + 27 + ], + "use": [ + 28 + ], + "the": [ + 29, + 45, + 83, + 107, + 144, + 153, + 169 + ], + "uncovered": [ + 30 + ], + "to": [ + 32, + 44, + 158 + ], + "predict": [ + 33 + ], + "future": [ + 34 + ], + "data.": [ + 35 + ], + "This": [ + 36 + ], + "textbook": [ + 37 + ], + "offers": [ + 38 + ], + "a": [ + 39, + 52, + 138, + 147, + 162, + 176 + ], + "comprehensive": [ + 40 + ], + "self-contained": [ + 42 + ], + "introduction": [ + 43 + ], + "field": [ + 46 + ], + "machine": [ + 48 + ], + "learning,": [ + 49 + ], + "based": [ + 50 + ], + "on": [ + 51, + 66 + ], + "unified,": [ + 53 + ], + "probabilistic": [ + 54 + ], + "approach.": [ + 55 + ], + "The": [ + 56, + 94, + 187 + ], + "coverage": [ + 57 + ], + "combines": [ + 58 + ], + "breadth": [ + 59 + ], + "depth,": [ + 61 + ], + "offering": [ + 62 + ], + "necessary": [ + 63 + ], + "background": [ + 64, + 199 + ], + "material": [ + 65 + ], + "such": [ + 67, + 124 + ], + "topics": [ + 68, + 112 + ], + "as": [ + 69, + 75, + 77, + 127 + ], + "probability,": [ + 70 + ], + "optimization,": [ + 71 + ], + "linear": [ + 73 + ], + "algebra": [ + 74 + ], + "well": [ + 76 + ], + "discussion": [ + 78 + ], + "recent": [ + 80 + ], + "developments": [ + 81 + ], + "field,": [ + 84 + ], + "including": [ + 85 + ], + "conditional": [ + 86 + ], + "random": [ + 87 + ], + "fields,": [ + 88 + ], + "L1": [ + 89 + ], + "regularization,": [ + 90 + ], + "deep": [ + 92 + ], + "learning.": [ + 93 + ], + "book": [ + 95, + 145, + 188 + ], + "is": [ + 96, + 183, + 189 + ], + "written": [ + 97 + ], + "an": [ + 99, + 195 + ], + "informal,": [ + 100 + ], + "accessible": [ + 101 + ], + "style,": [ + 102 + ], + "complete": [ + 103 + ], + "with": [ + 104, + 116, + 194 + ], + "pseudo-code": [ + 105 + ], + "most": [ + 108 + ], + "important": [ + 109 + ], + "algorithms.": [ + 110 + ], + "All": [ + 111 + ], + "are": [ + 113 + ], + "copiously": [ + 114 + ], + "illustrated": [ + 115 + ], + "color": [ + 117 + ], + "images": [ + 118 + ], + "worked": [ + 120 + ], + "examples": [ + 121 + ], + "drawn": [ + 122 + ], + "from": [ + 123 + ], + "application": [ + 125 + ], + "domains": [ + 126 + ], + "biology,": [ + 128 + ], + "text": [ + 129 + ], + "processing,": [ + 130 + ], + "computer": [ + 131 + ], + "vision,": [ + 132 + ], + "robotics.": [ + 134 + ], + "Rather": [ + 135 + ], + "than": [ + 136 + ], + "providing": [ + 137 + ], + "cookbook": [ + 139 + ], + "different": [ + 141 + ], + "heuristic": [ + 142 + ], + "methods,": [ + 143 + ], + "stresses": [ + 146 + ], + "principled": [ + 148 + ], + "model-based": [ + 149 + ], + "approach,": [ + 150 + ], + "often": [ + 151 + ], + "using": [ + 152 + ], + "language": [ + 154 + ], + "graphical": [ + 156 + ], + "models": [ + 157, + 160, + 170 + ], + "specify": [ + 159 + ], + "concise": [ + 163 + ], + "intuitive": [ + 165 + ], + "way.": [ + 166 + ], + "Almost": [ + 167 + ], + "all": [ + 168 + ], + "described": [ + 171 + ], + "have": [ + 172 + ], + "been": [ + 173 + ], + "implemented": [ + 174 + ], + "MATLAB": [ + 177 + ], + "software": [ + 178 + ], + "package--PMTK": [ + 179 + ], + "(probabilistic": [ + 180 + ], + "modeling": [ + 181 + ], + "toolkit)--that": [ + 182 + ], + "freely": [ + 184 + ], + "available": [ + 185 + ], + "online.": [ + 186 + ], + "suitable": [ + 190 + ], + "upper-level": [ + 192 + ], + "undergraduates": [ + 193 + ], + "introductory-level": [ + 196 + ], + "college": [ + 197 + ], + "math": [ + 198 + ], + "beginning": [ + 201 + ], + "graduate": [ + 202 + ], + "students.": [ + 203 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 1 + }, + { + "year": 2025, + "cited_by_count": 363 + }, + { + "year": 2024, + "cited_by_count": 626 + }, + { + "year": 2023, + "cited_by_count": 915 + }, + { + "year": 2022, + "cited_by_count": 929 + }, + { + "year": 2021, + "cited_by_count": 1245 + }, + { + "year": 2020, + "cited_by_count": 1184 + }, + { + "year": 2019, + "cited_by_count": 1006 + }, + { + "year": 2018, + "cited_by_count": 862 + }, + { + "year": 2017, + "cited_by_count": 696 + }, + { + "year": 2016, + "cited_by_count": 594 + }, + { + "year": 2015, + "cited_by_count": 475 + }, + { + "year": 2014, + "cited_by_count": 294 + }, + { + "year": 2013, + "cited_by_count": 118 + }, + { + "year": 2012, + "cited_by_count": 12 + } + ], + "updated_date": "2026-04-19T08:26:33.389920", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W1901616594", + "doi": "https://doi.org/10.1126/science.aaa8415", + "title": "Machine learning: Trends, perspectives, and prospects", + "display_name": "Machine learning: Trends, perspectives, and prospects", + "relevance_score": 6836.612, + "publication_year": 2015, + "publication_date": "2015-07-16", + "ids": { + "openalex": "https://openalex.org/W1901616594", + "doi": "https://doi.org/10.1126/science.aaa8415", + "mag": "1901616594", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/26185243" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1126/science.aaa8415", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1126/science.aaa8415", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S3880285", + "display_name": "Science", + "issn_l": "0036-8075", + "issn": [ + "0036-8075", + "1095-9203" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315823", + "host_organization_name": "American Association for the Advancement of Science", + "host_organization_lineage": [ + "https://openalex.org/P4310315823" + ], + "host_organization_lineage_names": [ + "American Association for the Advancement of Science" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Science", + "raw_type": "journal-article" + }, + "type": "review", + "indexed_in": [ + "crossref", + "pubmed" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5049812527", + "display_name": "Michael I. Jordan", + "orcid": "https://orcid.org/0000-0001-8935-817X" + }, + "institutions": [ + { + "id": "https://openalex.org/I95457486", + "display_name": "University of California, Berkeley", + "ror": "https://ror.org/01an7q238", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I95457486" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "M. I. Jordan", + "raw_affiliation_strings": [ + "Department of Electrical Engineering and Computer Sciences, Department of Statistics, University of California, Berkeley, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Electrical Engineering and Computer Sciences, Department of Statistics, University of California, Berkeley, CA, USA", + "institution_ids": [ + "https://openalex.org/I95457486" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5102921433", + "display_name": "Tom M. Mitchell", + "orcid": "https://orcid.org/0000-0001-7373-0301" + }, + "institutions": [ + { + "id": "https://openalex.org/I74973139", + "display_name": "Carnegie Mellon University", + "ror": "https://ror.org/05x2bcf33", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I74973139" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "T. M. Mitchell", + "raw_affiliation_strings": [ + "Machine Learning Department, Carnegie Mellon University, Pittsburgh, PA, USA", + "Machine Learning Department, Carnegie Mellon University, Pittsburgh, PA, USA#TAB#" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Machine Learning Department, Carnegie Mellon University, Pittsburgh, PA, USA", + "institution_ids": [ + "https://openalex.org/I74973139" + ] + }, + { + "raw_affiliation_string": "Machine Learning Department, Carnegie Mellon University, Pittsburgh, PA, USA#TAB#", + "institution_ids": [ + "https://openalex.org/I74973139" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5049812527", + "https://openalex.org/A5102921433" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I74973139", + "https://openalex.org/I95457486" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 231.9474, + "has_fulltext": false, + "cited_by_count": 9492, + "citation_normalized_percentile": { + "value": 0.99992527, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "349", + "issue": "6245", + "first_page": "255", + "last_page": "260" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11512", + "display_name": "Anomaly Detection Techniques and Applications", + "score": 0.9993000030517578, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11512", + "display_name": "Anomaly Detection Techniques and Applications", + "score": 0.9993000030517578, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9980000257492065, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12761", + "display_name": "Data Stream Mining Techniques", + "score": 0.9962999820709229, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/intersection", + "display_name": "Intersection (aeronautics)", + "score": 0.6641911268234253 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6273059248924255 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5956528782844543 + }, + { + "id": "https://openalex.org/keywords/core", + "display_name": "Core (optical fiber)", + "score": 0.529660165309906 + }, + { + "id": "https://openalex.org/keywords/data-science", + "display_name": "Data science", + "score": 0.5171177387237549 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.5001497268676758 + }, + { + "id": "https://openalex.org/keywords/big-data", + "display_name": "Big data", + "score": 0.4807169735431671 + }, + { + "id": "https://openalex.org/keywords/computation", + "display_name": "Computation", + "score": 0.4387192130088806 + }, + { + "id": "https://openalex.org/keywords/lying", + "display_name": "Lying", + "score": 0.41993552446365356 + }, + { + "id": "https://openalex.org/keywords/engineering", + "display_name": "Engineering", + "score": 0.14734527468681335 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.13175764679908752 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C64543145", + "wikidata": "https://www.wikidata.org/wiki/Q162942", + "display_name": "Intersection (aeronautics)", + "level": 2, + "score": 0.6641911268234253 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6273059248924255 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5956528782844543 + }, + { + "id": "https://openalex.org/C2164484", + "wikidata": "https://www.wikidata.org/wiki/Q5170150", + "display_name": "Core (optical fiber)", + "level": 2, + "score": 0.529660165309906 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.5171177387237549 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.5001497268676758 + }, + { + "id": "https://openalex.org/C75684735", + "wikidata": "https://www.wikidata.org/wiki/Q858810", + "display_name": "Big data", + "level": 2, + "score": 0.4807169735431671 + }, + { + "id": "https://openalex.org/C45374587", + "wikidata": "https://www.wikidata.org/wiki/Q12525525", + "display_name": "Computation", + "level": 2, + "score": 0.4387192130088806 + }, + { + "id": "https://openalex.org/C119421448", + "wikidata": "https://www.wikidata.org/wiki/Q2268776", + "display_name": "Lying", + "level": 2, + "score": 0.41993552446365356 + }, + { + "id": "https://openalex.org/C127413603", + "wikidata": "https://www.wikidata.org/wiki/Q11023", + "display_name": "Engineering", + "level": 0, + "score": 0.14734527468681335 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.13175764679908752 + }, + { + "id": "https://openalex.org/C146978453", + "wikidata": "https://www.wikidata.org/wiki/Q3798668", + "display_name": "Aerospace engineering", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C126838900", + "wikidata": "https://www.wikidata.org/wiki/Q77604", + "display_name": "Radiology", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C76155785", + "wikidata": "https://www.wikidata.org/wiki/Q418", + "display_name": "Telecommunications", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.0 + } + ], + "mesh": [ + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D001185", + "descriptor_name": "Artificial Intelligence", + "qualifier_ui": "Q000639", + "qualifier_name": "trends", + "is_major_topic": false + }, + { + "descriptor_ui": "D001185", + "descriptor_name": "Artificial Intelligence", + "qualifier_ui": "Q000639", + "qualifier_name": "trends", + "is_major_topic": false + }, + { + "descriptor_ui": "D001185", + "descriptor_name": "Artificial Intelligence", + "qualifier_ui": "Q000639", + "qualifier_name": "trends", + "is_major_topic": false + }, + { + "descriptor_ui": "D003199", + "descriptor_name": "Computer Systems", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D003199", + "descriptor_name": "Computer Systems", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D003199", + "descriptor_name": "Computer Systems", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D003627", + "descriptor_name": "Data Interpretation, Statistical", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D003627", + "descriptor_name": "Data Interpretation, Statistical", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D003627", + "descriptor_name": "Data Interpretation, Statistical", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + } + ], + "locations_count": 2, + "locations": [ + { + "id": "doi:10.1126/science.aaa8415", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1126/science.aaa8415", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S3880285", + "display_name": "Science", + "issn_l": "0036-8075", + "issn": [ + "0036-8075", + "1095-9203" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315823", + "host_organization_name": "American Association for the Advancement of Science", + "host_organization_lineage": [ + "https://openalex.org/P4310315823" + ], + "host_organization_lineage_names": [ + "American Association for the Advancement of Science" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Science", + "raw_type": "journal-article" + }, + { + "id": "pmid:26185243", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/26185243", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Science (New York, N.Y.)", + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 32, + "referenced_works": [ + "https://openalex.org/W99485931", + "https://openalex.org/W1503398984", + "https://openalex.org/W1512585804", + "https://openalex.org/W1554944419", + "https://openalex.org/W1569098853", + "https://openalex.org/W1873763122", + "https://openalex.org/W1970472910", + "https://openalex.org/W1992570774", + "https://openalex.org/W1999352252", + "https://openalex.org/W2006452405", + "https://openalex.org/W2019363670", + "https://openalex.org/W2042469398", + "https://openalex.org/W2047281923", + "https://openalex.org/W2076063813", + "https://openalex.org/W2097381042", + "https://openalex.org/W2100495367", + "https://openalex.org/W2117726420", + "https://openalex.org/W2127180992", + "https://openalex.org/W2132001804", + "https://openalex.org/W2145339207", + "https://openalex.org/W2146774335", + "https://openalex.org/W2151320232", + "https://openalex.org/W2160815625", + "https://openalex.org/W2163605009", + "https://openalex.org/W2174706414", + "https://openalex.org/W2618530766", + "https://openalex.org/W3102480238", + "https://openalex.org/W4214717370", + "https://openalex.org/W4231109964", + "https://openalex.org/W4238893454", + "https://openalex.org/W4244670803", + "https://openalex.org/W4292363360" + ], + "related_works": [ + "https://openalex.org/W2955910435", + "https://openalex.org/W2888123326", + "https://openalex.org/W2501458630", + "https://openalex.org/W2982312151", + "https://openalex.org/W4246089694", + "https://openalex.org/W2747462053", + "https://openalex.org/W2753162950", + "https://openalex.org/W4210719352", + "https://openalex.org/W2347526077", + "https://openalex.org/W1568263573" + ], + "abstract_inverted_index": { + "Machine": [ + 0 + ], + "learning": [ + 1, + 48, + 58 + ], + "addresses": [ + 2 + ], + "the": [ + 3, + 27, + 36, + 54, + 64, + 68 + ], + "question": [ + 4 + ], + "of": [ + 5, + 18, + 29, + 38, + 56, + 70, + 78, + 98 + ], + "how": [ + 6 + ], + "to": [ + 7, + 91 + ], + "build": [ + 8 + ], + "computers": [ + 9 + ], + "that": [ + 10 + ], + "improve": [ + 11 + ], + "automatically": [ + 12 + ], + "through": [ + 13 + ], + "experience.": [ + 14 + ], + "It": [ + 15 + ], + "is": [ + 16 + ], + "one": [ + 17 + ], + "today's": [ + 19 + ], + "most": [ + 20 + ], + "rapidly": [ + 21 + ], + "growing": [ + 22 + ], + "technical": [ + 23 + ], + "fields,": [ + 24 + ], + "lying": [ + 25 + ], + "at": [ + 26, + 35 + ], + "intersection": [ + 28 + ], + "computer": [ + 30 + ], + "science": [ + 31 + ], + "and": [ + 32, + 34, + 41, + 60, + 62, + 73, + 88, + 108 + ], + "statistics,": [ + 33 + ], + "core": [ + 37 + ], + "artificial": [ + 39 + ], + "intelligence": [ + 40 + ], + "data": [ + 42, + 72 + ], + "science.": [ + 43 + ], + "Recent": [ + 44 + ], + "progress": [ + 45 + ], + "in": [ + 46, + 67 + ], + "machine": [ + 47 + ], + "has": [ + 49 + ], + "been": [ + 50 + ], + "driven": [ + 51 + ], + "both": [ + 52 + ], + "by": [ + 53, + 63 + ], + "development": [ + 55 + ], + "new": [ + 57 + ], + "algorithms": [ + 59 + ], + "theory": [ + 61 + ], + "ongoing": [ + 65 + ], + "explosion": [ + 66 + ], + "availability": [ + 69 + ], + "online": [ + 71 + ], + "low-cost": [ + 74 + ], + "computation.": [ + 75 + ], + "The": [ + 76 + ], + "adoption": [ + 77 + ], + "data-intensive": [ + 79 + ], + "machine-learning": [ + 80 + ], + "methods": [ + 81 + ], + "can": [ + 82 + ], + "be": [ + 83 + ], + "found": [ + 84 + ], + "throughout": [ + 85 + ], + "science,": [ + 86 + ], + "technology": [ + 87 + ], + "commerce,": [ + 89 + ], + "leading": [ + 90 + ], + "more": [ + 92 + ], + "evidence-based": [ + 93 + ], + "decision-making": [ + 94 + ], + "across": [ + 95 + ], + "many": [ + 96 + ], + "walks": [ + 97 + ], + "life,": [ + 99 + ], + "including": [ + 100 + ], + "health": [ + 101 + ], + "care,": [ + 102 + ], + "manufacturing,": [ + 103 + ], + "education,": [ + 104 + ], + "financial": [ + 105 + ], + "modeling,": [ + 106 + ], + "policing,": [ + 107 + ], + "marketing.": [ + 109 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 555 + }, + { + "year": 2025, + "cited_by_count": 1716 + }, + { + "year": 2024, + "cited_by_count": 1766 + }, + { + "year": 2023, + "cited_by_count": 1523 + }, + { + "year": 2022, + "cited_by_count": 1276 + }, + { + "year": 2021, + "cited_by_count": 961 + }, + { + "year": 2020, + "cited_by_count": 657 + }, + { + "year": 2019, + "cited_by_count": 517 + }, + { + "year": 2018, + "cited_by_count": 271 + }, + { + "year": 2017, + "cited_by_count": 157 + }, + { + "year": 2016, + "cited_by_count": 79 + }, + { + "year": 2015, + "cited_by_count": 13 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W1746819321", + "doi": "https://doi.org/10.7551/mitpress/3206.001.0001", + "title": "Gaussian Processes for Machine Learning", + "display_name": "Gaussian Processes for Machine Learning", + "relevance_score": 6818.0273, + "publication_year": 2005, + "publication_date": "2005-11-23", + "ids": { + "openalex": "https://openalex.org/W1746819321", + "doi": "https://doi.org/10.7551/mitpress/3206.001.0001", + "mag": "1746819321" + }, + "language": "en", + "primary_location": { + "id": "doi:10.7551/mitpress/3206.001.0001", + "is_oa": false, + "landing_page_url": "https://doi.org/10.7551/mitpress/3206.001.0001", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306463997", + "display_name": "The MIT Press eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/P4310315718", + "host_organization_name": "The MIT Press", + "host_organization_lineage": [ + "https://openalex.org/P4310315718" + ], + "host_organization_lineage_names": [ + "The MIT Press" + ], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "monograph" + }, + "type": "book", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5108711177", + "display_name": "Carl Edward Rasmussen", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I4210112925", + "display_name": "Max Planck Institute for Biological Cybernetics", + "ror": "https://ror.org/026nmvv73", + "country_code": "DE", + "type": "facility", + "lineage": [ + "https://openalex.org/I149899117", + "https://openalex.org/I4210112925" + ] + }, + { + "id": "https://openalex.org/I149899117", + "display_name": "Max Planck Society", + "ror": "https://ror.org/01hhn8329", + "country_code": "DE", + "type": "funder", + "lineage": [ + "https://openalex.org/I149899117" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": true, + "raw_author_name": "Carl Edward Rasmussen", + "raw_affiliation_strings": [ + "Max Planck Institute for Biological Cybernetics, Max Planck Society" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Max Planck Institute for Biological Cybernetics, Max Planck Society", + "institution_ids": [ + "https://openalex.org/I4210112925", + "https://openalex.org/I149899117" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5080713659", + "display_name": "Christopher K. I. Williams", + "orcid": "https://orcid.org/0000-0002-6270-4703" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Christopher K. I. Williams", + "raw_affiliation_strings": [ + "School of Informatics" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "School of Informatics", + "institution_ids": [] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5108711177" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I149899117", + "https://openalex.org/I4210112925" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 60.0909, + "has_fulltext": false, + "cited_by_count": 10487, + "citation_normalized_percentile": { + "value": 0.99936548, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 96, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12814", + "display_name": "Gaussian Processes and Bayesian Inference", + "score": 0.9994000196456909, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12814", + "display_name": "Gaussian Processes and Bayesian Inference", + "score": 0.9994000196456909, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.9882000088691711, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T13126", + "display_name": "Scientific Research and Discoveries", + "score": 0.9718000292778015, + "subfield": { + "id": "https://openalex.org/subfields/3109", + "display_name": "Statistical and Nonlinear Physics" + }, + "field": { + "id": "https://openalex.org/fields/31", + "display_name": "Physics and Astronomy" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.830909252166748 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.7165400981903076 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.678665816783905 + }, + { + "id": "https://openalex.org/keywords/online-machine-learning", + "display_name": "Online machine learning", + "score": 0.5565923452377319 + }, + { + "id": "https://openalex.org/keywords/gaussian-process", + "display_name": "Gaussian process", + "score": 0.5361518859863281 + }, + { + "id": "https://openalex.org/keywords/probabilistic-logic", + "display_name": "Probabilistic logic", + "score": 0.5021359920501709 + }, + { + "id": "https://openalex.org/keywords/relevance-vector-machine", + "display_name": "Relevance vector machine", + "score": 0.5012705326080322 + }, + { + "id": "https://openalex.org/keywords/support-vector-machine", + "display_name": "Support vector machine", + "score": 0.48535385727882385 + }, + { + "id": "https://openalex.org/keywords/kernel-method", + "display_name": "Kernel method", + "score": 0.47896531224250793 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.3814472556114197 + }, + { + "id": "https://openalex.org/keywords/gaussian", + "display_name": "Gaussian", + "score": 0.2928916811943054 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.830909252166748 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.7165400981903076 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.678665816783905 + }, + { + "id": "https://openalex.org/C115903097", + "wikidata": "https://www.wikidata.org/wiki/Q7094097", + "display_name": "Online machine learning", + "level": 3, + "score": 0.5565923452377319 + }, + { + "id": "https://openalex.org/C61326573", + "wikidata": "https://www.wikidata.org/wiki/Q1496376", + "display_name": "Gaussian process", + "level": 3, + "score": 0.5361518859863281 + }, + { + "id": "https://openalex.org/C49937458", + "wikidata": "https://www.wikidata.org/wiki/Q2599292", + "display_name": "Probabilistic logic", + "level": 2, + "score": 0.5021359920501709 + }, + { + "id": "https://openalex.org/C14948415", + "wikidata": "https://www.wikidata.org/wiki/Q7310972", + "display_name": "Relevance vector machine", + "level": 3, + "score": 0.5012705326080322 + }, + { + "id": "https://openalex.org/C12267149", + "wikidata": "https://www.wikidata.org/wiki/Q282453", + "display_name": "Support vector machine", + "level": 2, + "score": 0.48535385727882385 + }, + { + "id": "https://openalex.org/C122280245", + "wikidata": "https://www.wikidata.org/wiki/Q620622", + "display_name": "Kernel method", + "level": 3, + "score": 0.47896531224250793 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.3814472556114197 + }, + { + "id": "https://openalex.org/C163716315", + "wikidata": "https://www.wikidata.org/wiki/Q901177", + "display_name": "Gaussian", + "level": 2, + "score": 0.2928916811943054 + }, + { + "id": "https://openalex.org/C62520636", + "wikidata": "https://www.wikidata.org/wiki/Q944", + "display_name": "Quantum mechanics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C121332964", + "wikidata": "https://www.wikidata.org/wiki/Q413", + "display_name": "Physics", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 12, + "locations": [ + { + "id": "doi:10.7551/mitpress/3206.001.0001", + "is_oa": false, + "landing_page_url": "https://doi.org/10.7551/mitpress/3206.001.0001", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306463997", + "display_name": "The MIT Press eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/P4310315718", + "host_organization_name": "The MIT Press", + "host_organization_lineage": [ + "https://openalex.org/P4310315718" + ], + "host_organization_lineage_names": [ + "The MIT Press" + ], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "monograph" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.363.7289", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.363.7289", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://mlg.eng.cam.ac.uk/pub/pdf/Ras04.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.86.3414", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.86.3414", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.cs.ubc.ca/~hutter/earg/papers05/rasmussen_gps_in_ml.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-014768173", + "is_oa": false, + "landing_page_url": "http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=014768173&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "pmh:oai:cds.cern.ch:2307304", + "is_oa": false, + "landing_page_url": "http://cds.cern.ch/record/2307304", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402195", + "display_name": "CERN Document Server (European Organization for Nuclear Research)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I67311998", + "host_organization_name": "European Organization for Nuclear Research", + "host_organization_lineage": [ + "https://openalex.org/I67311998" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + }, + { + "id": "pmh:oai:edoc.mpg.de:232601", + "is_oa": false, + "landing_page_url": "http://edoc.mpg.de/232601", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4406922265", + "display_name": "Max Planck Institute for Plasma Physics", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Advanced Lectures on Machine Learning: ML Summer Schools 2003, Canberra, Australia, February 2 - 14, 2003, Tübingen, Germany, August 4 - 16, 2003, Revised Lectures, 63-71 (2004)", + "raw_type": "InBook" + }, + { + "id": "pmh:oai:edoc.mpg.de:312148", + "is_oa": false, + "landing_page_url": "http://edoc.mpg.de/312148", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4406922265", + "display_name": "Max Planck Institute for Plasma Physics", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Book" + }, + { + "id": "pmh:oai:generic.eprints.org:325766", + "is_oa": false, + "landing_page_url": "http://publications.eng.cam.ac.uk/325766/", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4406922847", + "display_name": "Cambridge University Engineering Department Publications Database", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Book" + }, + { + "id": "pmh:oai:generic.eprints.org:327253", + "is_oa": false, + "landing_page_url": "http://publications.eng.cam.ac.uk/327253/", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4406922847", + "display_name": "Cambridge University Engineering Department Publications Database", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Book Section" + }, + { + "id": "pmh:oai:pure.mpg.de:item_1791157", + "is_oa": false, + "landing_page_url": "http://hdl.handle.net/11858/00-001M-0000-0013-D2FB-6", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400654", + "display_name": "MPG.PuRe (Max Planck Society)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I149899117", + "host_organization_name": "Max Planck Society", + "host_organization_lineage": [ + "https://openalex.org/I149899117" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Adaptive Computation and Machine Learning", + "raw_type": "info:eu-repo/semantics/book" + }, + { + "id": "pmh:oai:pure.mpg.de:item_1792157", + "is_oa": false, + "landing_page_url": "http://hdl.handle.net/11858/00-001M-0000-0013-F365-A", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400654", + "display_name": "MPG.PuRe (Max Planck Society)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I149899117", + "host_organization_name": "Max Planck Society", + "host_organization_lineage": [ + "https://openalex.org/I149899117" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Advanced Lectures on Machine Learning: ML Summer Schools 2003, Canberra, Australia, February 2 - 14, 2003, Tübingen, Germany, August 4 - 16, 2003", + "raw_type": "info:eu-repo/semantics/conferenceObject" + }, + { + "id": "mag:3023062339", + "is_oa": false, + "landing_page_url": "https://www.research.ed.ac.uk/portal/en/publications/covariance-functions(33de55b3-5bb5-43f6-874e-301a6d2b2160)/export.html", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306463626", + "display_name": "MIT Press eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": "MIT Press eBooks", + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 180, + "referenced_works": [ + "https://openalex.org/W14377099", + "https://openalex.org/W44447720", + "https://openalex.org/W61071295", + "https://openalex.org/W131514509", + "https://openalex.org/W186419298", + "https://openalex.org/W336602872", + "https://openalex.org/W1213006044", + "https://openalex.org/W1484867920", + "https://openalex.org/W1486089539", + "https://openalex.org/W1486164486", + "https://openalex.org/W1496317909", + "https://openalex.org/W1497675750", + "https://openalex.org/W1505043854", + "https://openalex.org/W1506153731", + "https://openalex.org/W1510355813", + "https://openalex.org/W1512098439", + "https://openalex.org/W1512149552", + "https://openalex.org/W1515272691", + "https://openalex.org/W1543996294", + "https://openalex.org/W1549258098", + "https://openalex.org/W1550570395", + "https://openalex.org/W1551209770", + "https://openalex.org/W1554663460", + "https://openalex.org/W1564947197", + "https://openalex.org/W1567512734", + "https://openalex.org/W1571894236", + "https://openalex.org/W1574225613", + "https://openalex.org/W1598589417", + "https://openalex.org/W1601740268", + "https://openalex.org/W1604293137", + "https://openalex.org/W1607751291", + "https://openalex.org/W1618393386", + "https://openalex.org/W1618449801", + "https://openalex.org/W1628829797", + "https://openalex.org/W1633751774", + "https://openalex.org/W1642427530", + "https://openalex.org/W1648445109", + "https://openalex.org/W1654787807", + "https://openalex.org/W1755117326", + "https://openalex.org/W1859781365", + "https://openalex.org/W1963533512", + "https://openalex.org/W1965999112", + "https://openalex.org/W1967396577", + "https://openalex.org/W1975780894", + "https://openalex.org/W1976382401", + "https://openalex.org/W1976625337", + "https://openalex.org/W1978188282", + "https://openalex.org/W1978394996", + "https://openalex.org/W1981025032", + "https://openalex.org/W1982032418", + "https://openalex.org/W1982276155", + "https://openalex.org/W1986280275", + "https://openalex.org/W1995672551", + "https://openalex.org/W1998167411", + "https://openalex.org/W2000241167", + "https://openalex.org/W2003706076", + "https://openalex.org/W2003870625", + "https://openalex.org/W2006314423", + "https://openalex.org/W2008827410", + "https://openalex.org/W2014831690", + "https://openalex.org/W2015904350", + "https://openalex.org/W2018044188", + "https://openalex.org/W2019363670", + "https://openalex.org/W2020999234", + "https://openalex.org/W2023163512", + "https://openalex.org/W2033839039", + "https://openalex.org/W2041863660", + "https://openalex.org/W2047028564", + "https://openalex.org/W2049387919", + "https://openalex.org/W2056735347", + "https://openalex.org/W2062291655", + "https://openalex.org/W2063852603", + "https://openalex.org/W2065540158", + "https://openalex.org/W2069371995", + "https://openalex.org/W2069527924", + "https://openalex.org/W2072555316", + "https://openalex.org/W2078206416", + "https://openalex.org/W2081873601", + "https://openalex.org/W2085877024", + "https://openalex.org/W2087978636", + "https://openalex.org/W2088538739", + "https://openalex.org/W2090102379", + "https://openalex.org/W2090353374", + "https://openalex.org/W2093268114", + "https://openalex.org/W2094169479", + "https://openalex.org/W2094212611", + "https://openalex.org/W2096335861", + "https://openalex.org/W2098115979", + "https://openalex.org/W2098626000", + "https://openalex.org/W2098949458", + "https://openalex.org/W2100136038", + "https://openalex.org/W2101709642", + "https://openalex.org/W2103972570", + "https://openalex.org/W2104533781", + "https://openalex.org/W2106868411", + "https://openalex.org/W2107152312", + "https://openalex.org/W2107636931", + "https://openalex.org/W2107725114", + "https://openalex.org/W2108966602", + "https://openalex.org/W2111176881", + "https://openalex.org/W2111494971", + "https://openalex.org/W2112545207", + "https://openalex.org/W2114229504", + "https://openalex.org/W2114412769", + "https://openalex.org/W2115606304", + "https://openalex.org/W2116723448", + "https://openalex.org/W2117063635", + "https://openalex.org/W2117812871", + "https://openalex.org/W2118195892", + "https://openalex.org/W2123687908", + "https://openalex.org/W2124101779", + "https://openalex.org/W2124225821", + "https://openalex.org/W2126455177", + "https://openalex.org/W2127713198", + "https://openalex.org/W2129564505", + "https://openalex.org/W2129869373", + "https://openalex.org/W2130475491", + "https://openalex.org/W2130859329", + "https://openalex.org/W2137467792", + "https://openalex.org/W2137557016", + "https://openalex.org/W2137956165", + "https://openalex.org/W2139479120", + "https://openalex.org/W2140170995", + "https://openalex.org/W2140251433", + "https://openalex.org/W2141274633", + "https://openalex.org/W2141436719", + "https://openalex.org/W2142182841", + "https://openalex.org/W2142387771", + "https://openalex.org/W2142575165", + "https://openalex.org/W2143022286", + "https://openalex.org/W2143956139", + "https://openalex.org/W2144286620", + "https://openalex.org/W2145295623", + "https://openalex.org/W2146766088", + "https://openalex.org/W2148603752", + "https://openalex.org/W2149417376", + "https://openalex.org/W2149846618", + "https://openalex.org/W2151238122", + "https://openalex.org/W2152701363", + "https://openalex.org/W2152937653", + "https://openalex.org/W2153347097", + "https://openalex.org/W2153756422", + "https://openalex.org/W2156909104", + "https://openalex.org/W2158451137", + "https://openalex.org/W2158529569", + "https://openalex.org/W2160840682", + "https://openalex.org/W2161767008", + "https://openalex.org/W2162114812", + "https://openalex.org/W2163057507", + "https://openalex.org/W2167061265", + "https://openalex.org/W2167986580", + "https://openalex.org/W2168022998", + "https://openalex.org/W2169779569", + "https://openalex.org/W2170076406", + "https://openalex.org/W2170078560", + "https://openalex.org/W2170120409", + "https://openalex.org/W2170334710", + "https://openalex.org/W2171522835", + "https://openalex.org/W2172039283", + "https://openalex.org/W2296319761", + "https://openalex.org/W2408196097", + "https://openalex.org/W2464224693", + "https://openalex.org/W2548695521", + "https://openalex.org/W2554813760", + "https://openalex.org/W2782810849", + "https://openalex.org/W2797583072", + "https://openalex.org/W2798909945", + "https://openalex.org/W2904816695", + "https://openalex.org/W2916304084", + "https://openalex.org/W2989448192", + "https://openalex.org/W3014600732", + "https://openalex.org/W3017143921", + "https://openalex.org/W3023786531", + "https://openalex.org/W3048078645", + "https://openalex.org/W3119264854", + "https://openalex.org/W3127325877", + "https://openalex.org/W3134067276", + "https://openalex.org/W3140968660", + "https://openalex.org/W3148924112", + "https://openalex.org/W3165771198" + ], + "related_works": [ + "https://openalex.org/W3140968660", + "https://openalex.org/W2951665052", + "https://openalex.org/W2911964244", + "https://openalex.org/W2192203593", + "https://openalex.org/W2168464387", + "https://openalex.org/W2156909104", + "https://openalex.org/W2131241448", + "https://openalex.org/W2107386393", + "https://openalex.org/W2101234009", + "https://openalex.org/W2099768828", + "https://openalex.org/W2099201756", + "https://openalex.org/W2038669746", + "https://openalex.org/W2018044188", + "https://openalex.org/W1973333099", + "https://openalex.org/W1663973292", + "https://openalex.org/W1571870753", + "https://openalex.org/W1567512734", + "https://openalex.org/W1560724230", + "https://openalex.org/W1510052597", + "https://openalex.org/W137285897" + ], + "abstract_inverted_index": { + "A": [ + 0 + ], + "comprehensive": [ + 1 + ], + "and": [ + 2 + ], + "self-contained": [ + 3 + ], + "introduction": [ + 4 + ], + "to": [ + 5, + 15 + ], + "Gaussian": [ + 6 + ], + "processes,": [ + 7 + ], + "which": [ + 8 + ], + "provide": [ + 9 + ], + "a": [ + 10 + ], + "principled,": [ + 11 + ], + "practical,": [ + 12 + ], + "probabilistic": [ + 13 + ], + "approach": [ + 14 + ], + "learning": [ + 16 + ], + "in": [ + 17 + ], + "kernel": [ + 18 + ], + "machines.": [ + 19 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 2 + }, + { + "year": 2025, + "cited_by_count": 3 + }, + { + "year": 2024, + "cited_by_count": 8 + }, + { + "year": 2023, + "cited_by_count": 30 + }, + { + "year": 2022, + "cited_by_count": 123 + }, + { + "year": 2021, + "cited_by_count": 1209 + }, + { + "year": 2020, + "cited_by_count": 1390 + }, + { + "year": 2019, + "cited_by_count": 1013 + }, + { + "year": 2018, + "cited_by_count": 912 + }, + { + "year": 2017, + "cited_by_count": 810 + }, + { + "year": 2016, + "cited_by_count": 818 + }, + { + "year": 2015, + "cited_by_count": 825 + }, + { + "year": 2014, + "cited_by_count": 736 + }, + { + "year": 2013, + "cited_by_count": 598 + }, + { + "year": 2012, + "cited_by_count": 493 + } + ], + "updated_date": "2026-05-14T08:36:36.166977", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2997591727", + "doi": "https://doi.org/10.5555/1953048.2078195", + "title": "Scikit-learn: Machine Learning in Python", + "display_name": "Scikit-learn: Machine Learning in Python", + "relevance_score": 6232.348, + "publication_year": 2011, + "publication_date": "2011-11-01", + "ids": { + "openalex": "https://openalex.org/W2997591727", + "doi": "https://doi.org/10.5555/1953048.2078195", + "mag": "2997591727" + }, + "language": "en", + "primary_location": { + "id": "mag:2997591727", + "is_oa": false, + "landing_page_url": "https://dl.acm.org/citation.cfm?id=1953048.2078195", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S118988714", + "display_name": "Journal of Machine Learning Research", + "issn_l": "1532-4435", + "issn": [ + "1532-4435", + "1533-7928" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315718", + "host_organization_name": "The MIT Press", + "host_organization_lineage": [ + "https://openalex.org/P4310315718" + ], + "host_organization_lineage_names": [ + "The MIT Press" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": false, + "raw_source_name": "Journal of Machine Learning Research", + "raw_type": null + }, + "type": "article", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5001344255", + "display_name": "PedregosaFabian", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "PedregosaFabian", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5015155577", + "display_name": "VaroquauxGaël", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "VaroquauxGaël", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5082193384", + "display_name": "GramfortAlexandre", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "GramfortAlexandre", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5046730698", + "display_name": "MichelVincent", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "MichelVincent", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5057304980", + "display_name": "ThirionBertrand", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "ThirionBertrand", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5031085857", + "display_name": "GriselOlivier", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "GriselOlivier", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5023292999", + "display_name": "BlondelMathieu", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "BlondelMathieu", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5088096317", + "display_name": "PrettenhoferPeter", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "PrettenhoferPeter", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5083564992", + "display_name": "WeissRon", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "WeissRon", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5056576127", + "display_name": "DubourgVincent", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "DubourgVincent", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5082383435", + "display_name": "VanderplasJake", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "VanderplasJake", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5027220078", + "display_name": "PassosAlexandre", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "PassosAlexandre", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5002306909", + "display_name": "CournapeauDavid", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "CournapeauDavid", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5026983194", + "display_name": "BrucherMatthieu", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "BrucherMatthieu", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5014917008", + "display_name": "PerrotMatthieu", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "PerrotMatthieu", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5034896968", + "display_name": "DuchesnayÉdouard", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "DuchesnayÉdouard", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 16, + "corresponding_author_ids": [ + "https://openalex.org/A5001344255" + ], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 21.0993, + "has_fulltext": false, + "cited_by_count": 8191, + "citation_normalized_percentile": { + "value": 0.99448878, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T13650", + "display_name": "Computational Physics and Python Applications", + "score": 0.7835000157356262, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T13650", + "display_name": "Computational Physics and Python Applications", + "score": 0.7835000157356262, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/python", + "display_name": "Python (programming language)", + "score": 0.8940595388412476 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6587178707122803 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5495919585227966 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.4344472587108612 + }, + { + "id": "https://openalex.org/keywords/programming-language", + "display_name": "Programming language", + "score": 0.3134846091270447 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C519991488", + "wikidata": "https://www.wikidata.org/wiki/Q28865", + "display_name": "Python (programming language)", + "level": 2, + "score": 0.8940595388412476 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6587178707122803 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5495919585227966 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.4344472587108612 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.3134846091270447 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "mag:2997591727", + "is_oa": false, + "landing_page_url": "https://dl.acm.org/citation.cfm?id=1953048.2078195", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S118988714", + "display_name": "Journal of Machine Learning Research", + "issn_l": "1532-4435", + "issn": [ + "1532-4435", + "1533-7928" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315718", + "host_organization_name": "The MIT Press", + "host_organization_lineage": [ + "https://openalex.org/P4310315718" + ], + "host_organization_lineage_names": [ + "The MIT Press" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": "Journal of Machine Learning Research", + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "display_name": "Quality Education", + "id": "https://metadata.un.org/sdg/4", + "score": 0.5299999713897705 + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [ + "https://openalex.org/W3102476541", + "https://openalex.org/W2911964244", + "https://openalex.org/W2064675550", + "https://openalex.org/W2011301426", + "https://openalex.org/W2153635508", + "https://openalex.org/W2119821739", + "https://openalex.org/W2250539671", + "https://openalex.org/W1678356000", + "https://openalex.org/W3103145119", + "https://openalex.org/W3120740533", + "https://openalex.org/W2194775991", + "https://openalex.org/W2146292423", + "https://openalex.org/W3085162807", + "https://openalex.org/W2342249984", + "https://openalex.org/W2056132907", + "https://openalex.org/W2187089797", + "https://openalex.org/W2097998348", + "https://openalex.org/W1880262756", + "https://openalex.org/W2148143831", + "https://openalex.org/W1480376833" + ], + "abstract_inverted_index": { + "Scikit-learn": [ + 0 + ], + "is": [ + 1 + ], + "a": [ + 2, + 6 + ], + "Python": [ + 3 + ], + "module": [ + 4 + ], + "integrating": [ + 5 + ], + "wide": [ + 7 + ], + "range": [ + 8 + ], + "of": [ + 9 + ], + "state-of-the-art": [ + 10 + ], + "machine": [ + 11 + ], + "learning": [ + 12 + ], + "algorithms": [ + 13 + ], + "for": [ + 14 + ], + "medium-scale": [ + 15 + ], + "supervised": [ + 16 + ], + "and": [ + 17 + ], + "unsupervised": [ + 18 + ], + "problems.": [ + 19 + ], + "This": [ + 20 + ], + "package": [ + 21 + ], + "focuses": [ + 22 + ], + "on": [ + 23 + ], + "bringing": [ + 24 + ], + "mach...": [ + 25 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 177 + }, + { + "year": 2025, + "cited_by_count": 3317 + }, + { + "year": 2024, + "cited_by_count": 1191 + }, + { + "year": 2023, + "cited_by_count": 907 + }, + { + "year": 2022, + "cited_by_count": 726 + }, + { + "year": 2021, + "cited_by_count": 629 + }, + { + "year": 2020, + "cited_by_count": 479 + }, + { + "year": 2019, + "cited_by_count": 250 + }, + { + "year": 2018, + "cited_by_count": 193 + }, + { + "year": 2017, + "cited_by_count": 136 + }, + { + "year": 2016, + "cited_by_count": 87 + }, + { + "year": 2015, + "cited_by_count": 50 + }, + { + "year": 2014, + "cited_by_count": 34 + }, + { + "year": 2013, + "cited_by_count": 13 + }, + { + "year": 2012, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2953384591", + "doi": "https://doi.org/10.48550/arxiv.1605.08695", + "title": "TensorFlow: A system for large-scale machine learning", + "display_name": "TensorFlow: A system for large-scale machine learning", + "relevance_score": 6138.868, + "publication_year": 2016, + "publication_date": "2016-05-27", + "ids": { + "openalex": "https://openalex.org/W2953384591", + "doi": "https://doi.org/10.48550/arxiv.1605.08695", + "mag": "2953384591" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:arXiv.org:1605.08695", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1605.08695", + "pdf_url": "https://arxiv.org/pdf/1605.08695", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "type": "preprint", + "indexed_in": [ + "arxiv", + "datacite" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1605.08695", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5109387322", + "display_name": "Martı́n Abadi", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Abadi, Martín", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5110193634", + "display_name": "Paul Barham", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Barham, Paul", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5100665512", + "display_name": "Jianmin Chen", + "orcid": "https://orcid.org/0000-0001-5859-3070" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Chen, Jianmin", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5100715424", + "display_name": "Zhifeng Chen", + "orcid": "https://orcid.org/0000-0001-8631-2424" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Chen, Zhifeng", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5068599616", + "display_name": "Andy Davis", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Davis, Andy", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5043872671", + "display_name": "Jay B. Dean", + "orcid": "https://orcid.org/0000-0003-1362-0500" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Dean, Jeffrey", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5004386681", + "display_name": "Matthieu Devin", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Devin, Matthieu", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5012998255", + "display_name": "Sanjay Ghemawat", + "orcid": "https://orcid.org/0009-0005-6843-3093" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Ghemawat, Sanjay", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5029611587", + "display_name": "Geoffrey Irving", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Irving, Geoffrey", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5089543053", + "display_name": "Michael Isard", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Isard, Michael", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5000650022", + "display_name": "Manjunath Kudlur", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Kudlur, Manjunath", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5009510257", + "display_name": "Josh Levenberg", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Levenberg, Josh", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5024140027", + "display_name": "Rajat Monga", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Monga, Rajat", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5063771762", + "display_name": "Sherry Moore", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Moore, Sherry", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5067335143", + "display_name": "Derek G. Murray", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Murray, Derek G.", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5028992619", + "display_name": "Benoit Steiner", + "orcid": "https://orcid.org/0000-0002-5767-4976" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Steiner, Benoit", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5016586245", + "display_name": "Paul A. Tucker", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Tucker, Paul", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5004650249", + "display_name": "Vijay Vasudevan", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Vasudevan, Vijay", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5014405928", + "display_name": "Pete Warden", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Warden, Pete", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5080764662", + "display_name": "Martin Wicke", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Wicke, Martin", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5104075606", + "display_name": "Yuan Yu", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Yu, Yuan", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5102988664", + "display_name": "Xiaoqiang Zheng", + "orcid": "https://orcid.org/0000-0001-5151-8561" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Zheng, Xiaoqiang", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 22, + "corresponding_author_ids": [ + "https://openalex.org/A5109387322" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I1291425158" + ], + "apc_list": null, + "apc_paid": null, + "fwci": null, + "has_fulltext": false, + "cited_by_count": 8815, + "citation_normalized_percentile": null, + "cited_by_percentile_year": null, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10054", + "display_name": "Parallel Computing and Optimization Techniques", + "score": 0.996999979019165, + "subfield": { + "id": "https://openalex.org/subfields/1708", + "display_name": "Hardware and Architecture" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10054", + "display_name": "Parallel Computing and Optimization Techniques", + "score": 0.996999979019165, + "subfield": { + "id": "https://openalex.org/subfields/1708", + "display_name": "Hardware and Architecture" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T13650", + "display_name": "Computational Physics and Python Applications", + "score": 0.9926000237464905, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10036", + "display_name": "Advanced Neural Network Applications", + "score": 0.9921000003814697, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/scale", + "display_name": "Scale (ratio)", + "score": 0.6736689805984497 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.5508862733840942 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.4714523255825043 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.3947470188140869 + }, + { + "id": "https://openalex.org/keywords/cartography", + "display_name": "Cartography", + "score": 0.1177549660205841 + }, + { + "id": "https://openalex.org/keywords/geography", + "display_name": "Geography", + "score": 0.11608994007110596 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2778755073", + "wikidata": "https://www.wikidata.org/wiki/Q10858537", + "display_name": "Scale (ratio)", + "level": 2, + "score": 0.6736689805984497 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.5508862733840942 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.4714523255825043 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.3947470188140869 + }, + { + "id": "https://openalex.org/C58640448", + "wikidata": "https://www.wikidata.org/wiki/Q42515", + "display_name": "Cartography", + "level": 1, + "score": 0.1177549660205841 + }, + { + "id": "https://openalex.org/C205649164", + "wikidata": "https://www.wikidata.org/wiki/Q1071", + "display_name": "Geography", + "level": 0, + "score": 0.11608994007110596 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "pmh:oai:arXiv.org:1605.08695", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1605.08695", + "pdf_url": "https://arxiv.org/pdf/1605.08695", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "doi:10.48550/arxiv.1605.08695", + "is_oa": true, + "landing_page_url": "https://doi.org/10.48550/arxiv.1605.08695", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1605.08695", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1605.08695", + "pdf_url": "https://arxiv.org/pdf/1605.08695", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "sustainable_development_goals": [ + { + "display_name": "Industry, innovation and infrastructure", + "id": "https://metadata.un.org/sdg/9", + "score": 0.4099999964237213 + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 56, + "referenced_works": [ + "https://openalex.org/W104184427", + "https://openalex.org/W145476170", + "https://openalex.org/W941230081", + "https://openalex.org/W1442374986", + "https://openalex.org/W1484210532", + "https://openalex.org/W1485981043", + "https://openalex.org/W1493893823", + "https://openalex.org/W1498436455", + "https://openalex.org/W1548328233", + "https://openalex.org/W1598866093", + "https://openalex.org/W1658008008", + "https://openalex.org/W1667652561", + "https://openalex.org/W1869752048", + "https://openalex.org/W1978660892", + "https://openalex.org/W1992479210", + "https://openalex.org/W2041517243", + "https://openalex.org/W2055312318", + "https://openalex.org/W2061570747", + "https://openalex.org/W2066443755", + "https://openalex.org/W2072566913", + "https://openalex.org/W2083842231", + "https://openalex.org/W2099471712", + "https://openalex.org/W2100664567", + "https://openalex.org/W2109722477", + "https://openalex.org/W2117539524", + "https://openalex.org/W2120480077", + "https://openalex.org/W2131400476", + "https://openalex.org/W2131975293", + "https://openalex.org/W2132339004", + "https://openalex.org/W2140833774", + "https://openalex.org/W2141992894", + "https://openalex.org/W2145339207", + "https://openalex.org/W2146757372", + "https://openalex.org/W2160815625", + "https://openalex.org/W2163961697", + "https://openalex.org/W2168231600", + "https://openalex.org/W2173213060", + "https://openalex.org/W2186615578", + "https://openalex.org/W2198403777", + "https://openalex.org/W2259472270", + "https://openalex.org/W2308045930", + "https://openalex.org/W2336650964", + "https://openalex.org/W2339765813", + "https://openalex.org/W2384495648", + "https://openalex.org/W2591588155", + "https://openalex.org/W2949117887", + "https://openalex.org/W2949245006", + "https://openalex.org/W2949501655", + "https://openalex.org/W2949605076", + "https://openalex.org/W2949650786", + "https://openalex.org/W2949888546", + "https://openalex.org/W2950094539", + "https://openalex.org/W2950179405", + "https://openalex.org/W2950577311", + "https://openalex.org/W2951714314", + "https://openalex.org/W2951781666" + ], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W3046775127", + "https://openalex.org/W3107602296", + "https://openalex.org/W3170094116", + "https://openalex.org/W4386462264", + "https://openalex.org/W4364306694", + "https://openalex.org/W4312192474", + "https://openalex.org/W4283697347", + "https://openalex.org/W4210805261" + ], + "abstract_inverted_index": { + "TensorFlow": [ + 0, + 15, + 92, + 103, + 125, + 152, + 166 + ], + "is": [ + 1, + 87 + ], + "a": [ + 2, + 36, + 43, + 47, + 105 + ], + "machine": [ + 3, + 48, + 143 + ], + "learning": [ + 4, + 144 + ], + "system": [ + 5 + ], + "that": [ + 6, + 27, + 29, + 165 + ], + "operates": [ + 7 + ], + "at": [ + 8 + ], + "large": [ + 9 + ], + "scale": [ + 10 + ], + "and": [ + 11, + 24, + 45, + 58, + 100, + 115, + 136, + 160 + ], + "in": [ + 12, + 42, + 77, + 126, + 155 + ], + "heterogeneous": [ + 13 + ], + "environments.": [ + 14 + ], + "uses": [ + 16 + ], + "dataflow": [ + 17, + 37, + 153 + ], + "graphs": [ + 18 + ], + "to": [ + 19, + 72, + 95, + 157 + ], + "represent": [ + 20 + ], + "computation,": [ + 21 + ], + "shared": [ + 22, + 85 + ], + "state,": [ + 23 + ], + "the": [ + 25, + 33, + 73, + 82, + 90, + 151, + 162 + ], + "operations": [ + 26 + ], + "mutate": [ + 28 + ], + "state.": [ + 30 + ], + "It": [ + 31 + ], + "maps": [ + 32 + ], + "nodes": [ + 34 + ], + "of": [ + 35, + 84, + 107 + ], + "graph": [ + 38 + ], + "across": [ + 39, + 49 + ], + "many": [ + 40 + ], + "machines": [ + 41 + ], + "cluster,": [ + 44 + ], + "within": [ + 46 + ], + "multiple": [ + 50 + ], + "computational": [ + 51 + ], + "devices,": [ + 52 + ], + "including": [ + 53 + ], + "multicore": [ + 54 + ], + "CPUs,": [ + 55 + ], + "general-purpose": [ + 56 + ], + "GPUs,": [ + 57 + ], + "custom": [ + 59 + ], + "designed": [ + 60 + ], + "ASICs": [ + 61 + ], + "known": [ + 62 + ], + "as": [ + 63, + 132 + ], + "Tensor": [ + 64 + ], + "Processing": [ + 65 + ], + "Units": [ + 66 + ], + "(TPUs).": [ + 67 + ], + "This": [ + 68 + ], + "architecture": [ + 69 + ], + "gives": [ + 70 + ], + "flexibility": [ + 71 + ], + "application": [ + 74 + ], + "developer:": [ + 75 + ], + "whereas": [ + 76 + ], + "previous": [ + 78 + ], + "\"parameter": [ + 79 + ], + "server\"": [ + 80 + ], + "designs": [ + 81 + ], + "management": [ + 83 + ], + "state": [ + 86 + ], + "built": [ + 88 + ], + "into": [ + 89 + ], + "system,": [ + 91 + ], + "enables": [ + 93 + ], + "developers": [ + 94 + ], + "experiment": [ + 96 + ], + "with": [ + 97, + 109 + ], + "novel": [ + 98 + ], + "optimizations": [ + 99 + ], + "training": [ + 101, + 114 + ], + "algorithms.": [ + 102 + ], + "supports": [ + 104 + ], + "variety": [ + 106 + ], + "applications,": [ + 108 + ], + "particularly": [ + 110 + ], + "strong": [ + 111 + ], + "support": [ + 112 + ], + "for": [ + 113, + 142, + 168 + ], + "inference": [ + 116 + ], + "on": [ + 117 + ], + "deep": [ + 118 + ], + "neural": [ + 119 + ], + "networks.": [ + 120 + ], + "Several": [ + 121 + ], + "Google": [ + 122 + ], + "services": [ + 123 + ], + "use": [ + 124 + ], + "production,": [ + 127 + ], + "we": [ + 128, + 149 + ], + "have": [ + 129 + ], + "released": [ + 130 + ], + "it": [ + 131, + 137 + ], + "an": [ + 133 + ], + "open-source": [ + 134 + ], + "project,": [ + 135 + ], + "has": [ + 138 + ], + "become": [ + 139 + ], + "widely": [ + 140 + ], + "used": [ + 141 + ], + "research.": [ + 145 + ], + "In": [ + 146 + ], + "this": [ + 147 + ], + "paper,": [ + 148 + ], + "describe": [ + 150 + ], + "model": [ + 154 + ], + "contrast": [ + 156 + ], + "existing": [ + 158 + ], + "systems,": [ + 159 + ], + "demonstrate": [ + 161 + ], + "compelling": [ + 163 + ], + "performance": [ + 164 + ], + "achieves": [ + 167 + ], + "several": [ + 169 + ], + "real-world": [ + 170 + ], + "applications.": [ + 171 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 15 + }, + { + "year": 2025, + "cited_by_count": 161 + }, + { + "year": 2024, + "cited_by_count": 343 + }, + { + "year": 2023, + "cited_by_count": 730 + }, + { + "year": 2022, + "cited_by_count": 866 + }, + { + "year": 2021, + "cited_by_count": 1829 + }, + { + "year": 2020, + "cited_by_count": 1859 + }, + { + "year": 2019, + "cited_by_count": 1814 + }, + { + "year": 2018, + "cited_by_count": 959 + }, + { + "year": 2017, + "cited_by_count": 226 + }, + { + "year": 2016, + "cited_by_count": 12 + }, + { + "year": 2013, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2118020653", + "doi": "https://doi.org/10.1145/505282.505283", + "title": "Machine learning in automated text categorization", + "display_name": "Machine learning in automated text categorization", + "relevance_score": 6089.7915, + "publication_year": 2002, + "publication_date": "2002-03-01", + "ids": { + "openalex": "https://openalex.org/W2118020653", + "doi": "https://doi.org/10.1145/505282.505283", + "mag": "2118020653" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1145/505282.505283", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/505282.505283", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S157921468", + "display_name": "ACM Computing Surveys", + "issn_l": "0360-0300", + "issn": [ + "0360-0300", + "1557-7341" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319798", + "host_organization_name": "Association for Computing Machinery", + "host_organization_lineage": [ + "https://openalex.org/P4310319798" + ], + "host_organization_lineage_names": [ + "Association for Computing Machinery" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "ACM Computing Surveys", + "raw_type": "journal-article" + }, + "type": "review", + "indexed_in": [ + "arxiv", + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/cs/0110053", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5063975186", + "display_name": "Fabrizio Sebastiani", + "orcid": "https://orcid.org/0000-0003-4221-6427" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210107558", + "display_name": "Consorzio Pisa Ricerche", + "ror": "https://ror.org/01t0n3b84", + "country_code": "IT", + "type": "facility", + "lineage": [ + "https://openalex.org/I4210107558" + ] + } + ], + "countries": [ + "IT" + ], + "is_corresponding": true, + "raw_author_name": "Fabrizio Sebastiani", + "raw_affiliation_strings": [ + "Consiglio Nazionale delle Ricerche, Pisa, Italy" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Consiglio Nazionale delle Ricerche, Pisa, Italy", + "institution_ids": [ + "https://openalex.org/I4210107558" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5063975186" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I4210107558" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 291.6231, + "has_fulltext": false, + "cited_by_count": 7884, + "citation_normalized_percentile": { + "value": 0.99998629, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "34", + "issue": "1", + "first_page": "1", + "last_page": "47" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11550", + "display_name": "Text and Document Classification Technologies", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11550", + "display_name": "Text and Document Classification Technologies", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T13083", + "display_name": "Advanced Text Analysis Techniques", + "score": 0.9939000010490417, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11269", + "display_name": "Algorithms and Data Compression", + "score": 0.9889000058174133, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.8797882795333862 + }, + { + "id": "https://openalex.org/keywords/categorization", + "display_name": "Categorization", + "score": 0.7666846513748169 + }, + { + "id": "https://openalex.org/keywords/software-portability", + "display_name": "Software portability", + "score": 0.7267234325408936 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6928958892822266 + }, + { + "id": "https://openalex.org/keywords/classifier", + "display_name": "Classifier (UML)", + "score": 0.678881049156189 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6749231815338135 + }, + { + "id": "https://openalex.org/keywords/text-categorization", + "display_name": "Text categorization", + "score": 0.5723184943199158 + }, + { + "id": "https://openalex.org/keywords/natural-language-processing", + "display_name": "Natural language processing", + "score": 0.41375380754470825 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.8797882795333862 + }, + { + "id": "https://openalex.org/C94124525", + "wikidata": "https://www.wikidata.org/wiki/Q912550", + "display_name": "Categorization", + "level": 2, + "score": 0.7666846513748169 + }, + { + "id": "https://openalex.org/C63000827", + "wikidata": "https://www.wikidata.org/wiki/Q3080428", + "display_name": "Software portability", + "level": 2, + "score": 0.7267234325408936 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6928958892822266 + }, + { + "id": "https://openalex.org/C95623464", + "wikidata": "https://www.wikidata.org/wiki/Q1096149", + "display_name": "Classifier (UML)", + "level": 2, + "score": 0.678881049156189 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6749231815338135 + }, + { + "id": "https://openalex.org/C2986744138", + "wikidata": "https://www.wikidata.org/wiki/Q302088", + "display_name": "Text categorization", + "level": 3, + "score": 0.5723184943199158 + }, + { + "id": "https://openalex.org/C204321447", + "wikidata": "https://www.wikidata.org/wiki/Q30642", + "display_name": "Natural language processing", + "level": 1, + "score": 0.41375380754470825 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 4, + "locations": [ + { + "id": "doi:10.1145/505282.505283", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/505282.505283", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S157921468", + "display_name": "ACM Computing Surveys", + "issn_l": "0360-0300", + "issn": [ + "0360-0300", + "1557-7341" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319798", + "host_organization_name": "Association for Computing Machinery", + "host_organization_lineage": [ + "https://openalex.org/P4310319798" + ], + "host_organization_lineage_names": [ + "Association for Computing Machinery" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "ACM Computing Surveys", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:arXiv.org:cs/0110053", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/cs/0110053", + "pdf_url": "https://arxiv.org/pdf/cs/0110053", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:dnet:people______::286d170179fde02bc512e4870a2b12b5", + "is_oa": false, + "landing_page_url": "https://openportal.isti.cnr.it/doc?id=people______::286d170179fde02bc512e4870a2b12b5", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S7407055261", + "display_name": "ISTI Open Portal", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "ACM computing surveys 34 (2002): 1–47. doi:10.1145/505282.505283", + "raw_type": "Journal article" + }, + { + "id": "pmh:oai:dnet:people______::3938b196dad6eb4120aca01c3005413b", + "is_oa": false, + "landing_page_url": "https://openportal.isti.cnr.it/doc?id=people______::3938b196dad6eb4120aca01c3005413b", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S7407055261", + "display_name": "ISTI Open Portal", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "ISTI Technical reports, pp.1–63, 1999", + "raw_type": "Other" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:cs/0110053", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/cs/0110053", + "pdf_url": "https://arxiv.org/pdf/cs/0110053", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "text" + }, + "sustainable_development_goals": [ + { + "display_name": "Decent work and economic growth", + "id": "https://metadata.un.org/sdg/8", + "score": 0.7099999785423279 + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 204, + "referenced_works": [ + "https://openalex.org/W12876238", + "https://openalex.org/W22906612", + "https://openalex.org/W35304842", + "https://openalex.org/W59979790", + "https://openalex.org/W74894479", + "https://openalex.org/W81384683", + "https://openalex.org/W81511778", + "https://openalex.org/W104970664", + "https://openalex.org/W107306860", + "https://openalex.org/W112196149", + "https://openalex.org/W116328816", + "https://openalex.org/W148103248", + "https://openalex.org/W166124110", + "https://openalex.org/W1482260847", + "https://openalex.org/W1487445520", + "https://openalex.org/W1490175418", + "https://openalex.org/W1493526108", + "https://openalex.org/W1505794130", + "https://openalex.org/W1507179106", + "https://openalex.org/W1508175965", + "https://openalex.org/W1513874326", + "https://openalex.org/W1514707997", + "https://openalex.org/W1520963883", + "https://openalex.org/W1522930027", + "https://openalex.org/W1523389133", + "https://openalex.org/W1523949738", + "https://openalex.org/W1533946607", + "https://openalex.org/W1544227718", + "https://openalex.org/W1547553618", + "https://openalex.org/W1550961891", + "https://openalex.org/W1553682320", + "https://openalex.org/W1556094091", + "https://openalex.org/W1561056154", + "https://openalex.org/W1574901103", + "https://openalex.org/W1576676390", + "https://openalex.org/W1577216492", + "https://openalex.org/W1578881253", + "https://openalex.org/W1591234214", + "https://openalex.org/W1592212241", + "https://openalex.org/W1594962278", + "https://openalex.org/W1597379537", + "https://openalex.org/W1601145406", + "https://openalex.org/W1619226191", + "https://openalex.org/W1620204465", + "https://openalex.org/W1813610639", + "https://openalex.org/W1857571498", + "https://openalex.org/W1907380269", + "https://openalex.org/W1924689489", + "https://openalex.org/W1966065191", + "https://openalex.org/W1969572066", + "https://openalex.org/W1970858159", + "https://openalex.org/W1970974276", + "https://openalex.org/W1971666241", + "https://openalex.org/W1973911615", + "https://openalex.org/W1975496312", + "https://openalex.org/W1977182536", + "https://openalex.org/W1978394996", + "https://openalex.org/W1979648751", + "https://openalex.org/W1980776671", + "https://openalex.org/W1983078185", + "https://openalex.org/W1986913017", + "https://openalex.org/W1988711048", + "https://openalex.org/W1989568037", + "https://openalex.org/W1989738209", + "https://openalex.org/W1993657037", + "https://openalex.org/W1993934121", + "https://openalex.org/W1995014490", + "https://openalex.org/W2001664274", + "https://openalex.org/W2002675557", + "https://openalex.org/W2002857471", + "https://openalex.org/W2003436527", + "https://openalex.org/W2004180556", + "https://openalex.org/W2004871537", + "https://openalex.org/W2005422315", + "https://openalex.org/W2005758492", + "https://openalex.org/W2006119904", + "https://openalex.org/W2006187024", + "https://openalex.org/W2007395264", + "https://openalex.org/W2007512902", + "https://openalex.org/W2008931716", + "https://openalex.org/W2009190245", + "https://openalex.org/W2010652031", + "https://openalex.org/W2013657661", + "https://openalex.org/W2015267443", + "https://openalex.org/W2015518873", + "https://openalex.org/W2017867386", + "https://openalex.org/W2019778169", + "https://openalex.org/W2020316999", + "https://openalex.org/W2025451713", + "https://openalex.org/W2029609769", + "https://openalex.org/W2033751006", + "https://openalex.org/W2035754578", + "https://openalex.org/W2040424159", + "https://openalex.org/W2041726831", + "https://openalex.org/W2043909051", + "https://openalex.org/W2045812729", + "https://openalex.org/W2047031127", + "https://openalex.org/W2049384587", + "https://openalex.org/W2053463056", + "https://openalex.org/W2058982198", + "https://openalex.org/W2059019405", + "https://openalex.org/W2060216474", + "https://openalex.org/W2060476676", + "https://openalex.org/W2060704583", + "https://openalex.org/W2062847911", + "https://openalex.org/W2062914707", + "https://openalex.org/W2063198646", + "https://openalex.org/W2063862666", + "https://openalex.org/W2064580901", + "https://openalex.org/W2065010255", + "https://openalex.org/W2065747622", + "https://openalex.org/W2066462377", + "https://openalex.org/W2071415686", + "https://openalex.org/W2071664212", + "https://openalex.org/W2076008912", + "https://openalex.org/W2077777431", + "https://openalex.org/W2080251601", + "https://openalex.org/W2084044465", + "https://openalex.org/W2085302848", + "https://openalex.org/W2085989833", + "https://openalex.org/W2087609354", + "https://openalex.org/W2088658068", + "https://openalex.org/W2092134162", + "https://openalex.org/W2092488901", + "https://openalex.org/W2092689128", + "https://openalex.org/W2093098531", + "https://openalex.org/W2094934653", + "https://openalex.org/W2096152098", + "https://openalex.org/W2096411881", + "https://openalex.org/W2097089247", + "https://openalex.org/W2097847889", + "https://openalex.org/W2101154521", + "https://openalex.org/W2104808840", + "https://openalex.org/W2106365165", + "https://openalex.org/W2107008379", + "https://openalex.org/W2107827038", + "https://openalex.org/W2110224739", + "https://openalex.org/W2114535528", + "https://openalex.org/W2125776553", + "https://openalex.org/W2126502509", + "https://openalex.org/W2126631147", + "https://openalex.org/W2126850915", + "https://openalex.org/W2127994451", + "https://openalex.org/W2130337399", + "https://openalex.org/W2132315067", + "https://openalex.org/W2133890944", + "https://openalex.org/W2135276756", + "https://openalex.org/W2139578439", + "https://openalex.org/W2140785063", + "https://openalex.org/W2140956226", + "https://openalex.org/W2142515059", + "https://openalex.org/W2145036943", + "https://openalex.org/W2145296344", + "https://openalex.org/W2146888100", + "https://openalex.org/W2147152072", + "https://openalex.org/W2149684865", + "https://openalex.org/W2151801809", + "https://openalex.org/W2153211312", + "https://openalex.org/W2153962014", + "https://openalex.org/W2158738673", + "https://openalex.org/W2165612380", + "https://openalex.org/W2169384781", + "https://openalex.org/W2170654002", + "https://openalex.org/W2172142456", + "https://openalex.org/W2174678383", + "https://openalex.org/W2435251607", + "https://openalex.org/W2561675875", + "https://openalex.org/W2798573942", + "https://openalex.org/W2915186198", + "https://openalex.org/W2949696181", + "https://openalex.org/W2952299822", + "https://openalex.org/W2953123431", + "https://openalex.org/W3042893949", + "https://openalex.org/W3157411736", + "https://openalex.org/W4205241946", + "https://openalex.org/W4240008182", + "https://openalex.org/W4249379282", + "https://openalex.org/W4285719527", + "https://openalex.org/W6604296810", + "https://openalex.org/W6614676750", + "https://openalex.org/W6629232668", + "https://openalex.org/W6630268012", + "https://openalex.org/W6631307659", + "https://openalex.org/W6632118081", + "https://openalex.org/W6633640926", + "https://openalex.org/W6635379667", + "https://openalex.org/W6635548358", + "https://openalex.org/W6636628491", + "https://openalex.org/W6638423001", + "https://openalex.org/W6641777427", + "https://openalex.org/W6643036076", + "https://openalex.org/W6644484350", + "https://openalex.org/W6666817399", + "https://openalex.org/W6673691841", + "https://openalex.org/W6673781366", + "https://openalex.org/W6679004887", + "https://openalex.org/W6679453733", + "https://openalex.org/W6681835404", + "https://openalex.org/W6682342947", + "https://openalex.org/W6738852829", + "https://openalex.org/W6792154874", + "https://openalex.org/W6794861161", + "https://openalex.org/W7046466245", + "https://openalex.org/W7064660697" + ], + "related_works": [ + "https://openalex.org/W2360898036", + "https://openalex.org/W2390857744", + "https://openalex.org/W2133651098", + "https://openalex.org/W2390698788", + "https://openalex.org/W2383063829", + "https://openalex.org/W2138922887", + "https://openalex.org/W2082678934", + "https://openalex.org/W2035261173", + "https://openalex.org/W2106892947", + "https://openalex.org/W2237299843" + ], + "abstract_inverted_index": { + "The": [ + 0, + 74 + ], + "automated": [ + 1 + ], + "categorization": [ + 2, + 122 + ], + "(or": [ + 3 + ], + "classification)": [ + 4 + ], + "of": [ + 5, + 25, + 66, + 71, + 76, + 89, + 104 + ], + "texts": [ + 6 + ], + "into": [ + 7 + ], + "predefined": [ + 8 + ], + "categories": [ + 9 + ], + "has": [ + 10 + ], + "witnessed": [ + 11 + ], + "a": [ + 12, + 53, + 59, + 64, + 90, + 96 + ], + "booming": [ + 13 + ], + "interest": [ + 14 + ], + "in": [ + 15, + 27, + 85, + 102, + 133 + ], + "the": [ + 16, + 22, + 31, + 38, + 41, + 69, + 72, + 80, + 86, + 117, + 126 + ], + "last": [ + 17 + ], + "10": [ + 18 + ], + "years,": [ + 19 + ], + "due": [ + 20 + ], + "to": [ + 21, + 34, + 44, + 111, + 120, + 137 + ], + "increased": [ + 23 + ], + "availability": [ + 24 + ], + "documents": [ + 26 + ], + "digital": [ + 28 + ], + "form": [ + 29 + ], + "and": [ + 30, + 108, + 146 + ], + "ensuing": [ + 32 + ], + "need": [ + 33 + ], + "organize": [ + 35 + ], + "them.": [ + 36 + ], + "In": [ + 37 + ], + "research": [ + 39 + ], + "community": [ + 40 + ], + "dominant": [ + 42 + ], + "approach": [ + 43, + 78, + 83 + ], + "this": [ + 45, + 77 + ], + "problem": [ + 46 + ], + "is": [ + 47 + ], + "based": [ + 48 + ], + "on": [ + 49 + ], + "machine": [ + 50, + 127 + ], + "learning": [ + 51, + 128 + ], + "techniques:": [ + 52 + ], + "general": [ + 54 + ], + "inductive": [ + 55 + ], + "process": [ + 56 + ], + "automatically": [ + 57 + ], + "builds": [ + 58 + ], + "classifier": [ + 60, + 91, + 144, + 147 + ], + "by": [ + 61, + 92 + ], + "learning,": [ + 62 + ], + "from": [ + 63 + ], + "set": [ + 65 + ], + "preclassified": [ + 67 + ], + "documents,": [ + 68 + ], + "characteristics": [ + 70 + ], + "categories.": [ + 73 + ], + "advantages": [ + 75 + ], + "over": [ + 79 + ], + "knowledge": [ + 81 + ], + "engineering": [ + 82 + ], + "(consisting": [ + 84 + ], + "manual": [ + 87 + ], + "definition": [ + 88 + ], + "domain": [ + 93 + ], + "experts)": [ + 94 + ], + "are": [ + 95 + ], + "very": [ + 97 + ], + "good": [ + 98 + ], + "effectiveness,": [ + 99 + ], + "considerable": [ + 100 + ], + "savings": [ + 101 + ], + "terms": [ + 103 + ], + "expert": [ + 105 + ], + "labor": [ + 106 + ], + "power,": [ + 107 + ], + "straightforward": [ + 109 + ], + "portability": [ + 110 + ], + "different": [ + 112, + 139 + ], + "domains.": [ + 113 + ], + "This": [ + 114 + ], + "survey": [ + 115 + ], + "discusses": [ + 116 + ], + "main": [ + 118 + ], + "approaches": [ + 119 + ], + "text": [ + 121 + ], + "that": [ + 123 + ], + "fall": [ + 124 + ], + "within": [ + 125 + ], + "paradigm.": [ + 129 + ], + "We": [ + 130 + ], + "will": [ + 131 + ], + "discuss": [ + 132 + ], + "detail": [ + 134 + ], + "issues": [ + 135 + ], + "pertaining": [ + 136 + ], + "three": [ + 138 + ], + "problems,": [ + 140 + ], + "namely,": [ + 141 + ], + "document": [ + 142 + ], + "representation,": [ + 143 + ], + "construction,": [ + 145 + ], + "evaluation.": [ + 148 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 43 + }, + { + "year": 2025, + "cited_by_count": 154 + }, + { + "year": 2024, + "cited_by_count": 162 + }, + { + "year": 2023, + "cited_by_count": 189 + }, + { + "year": 2022, + "cited_by_count": 208 + }, + { + "year": 2021, + "cited_by_count": 255 + }, + { + "year": 2020, + "cited_by_count": 387 + }, + { + "year": 2019, + "cited_by_count": 377 + }, + { + "year": 2018, + "cited_by_count": 423 + }, + { + "year": 2017, + "cited_by_count": 392 + }, + { + "year": 2016, + "cited_by_count": 423 + }, + { + "year": 2015, + "cited_by_count": 449 + }, + { + "year": 2014, + "cited_by_count": 482 + }, + { + "year": 2013, + "cited_by_count": 433 + }, + { + "year": 2012, + "cited_by_count": 433 + } + ], + "updated_date": "2026-05-28T09:10:13.091523", + "created_date": "2021-02-01T00:00:00" + }, + { + "id": "https://openalex.org/W1504694836", + "doi": null, + "title": "Programs for Machine Learning", + "display_name": "Programs for Machine Learning", + "relevance_score": 5950.4067, + "publication_year": 1994, + "publication_date": "1994-01-01", + "ids": { + "openalex": "https://openalex.org/W1504694836", + "mag": "1504694836" + }, + "language": "en", + "primary_location": { + "id": "mag:1504694836", + "is_oa": false, + "landing_page_url": null, + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": null + }, + "type": "article", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5010384159", + "display_name": "Steven L. Salzberg", + "orcid": "https://orcid.org/0000-0002-8859-7432" + }, + "institutions": [ + { + "id": "https://openalex.org/I145311948", + "display_name": "Johns Hopkins University", + "ror": "https://ror.org/00za53h95", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I145311948" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Steven L. Salzberg", + "raw_affiliation_strings": [ + "Johns Hopkins University (" + ], + "raw_orcid": "https://orcid.org/0000-0002-8859-7432", + "affiliations": [ + { + "raw_affiliation_string": "Johns Hopkins University (", + "institution_ids": [ + "https://openalex.org/I145311948" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5071525910", + "display_name": "Alberto M. Segre", + "orcid": "https://orcid.org/0000-0002-8886-6559" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Alberto M. Segre", + "raw_affiliation_strings": [], + "raw_orcid": "https://orcid.org/0000-0002-8886-6559", + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5010384159" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I145311948" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 107.5137, + "has_fulltext": false, + "cited_by_count": 5804, + "citation_normalized_percentile": { + "value": 0.9997644, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10538", + "display_name": "Data Mining Algorithms and Applications", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1710", + "display_name": "Information Systems" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10538", + "display_name": "Data Mining Algorithms and Applications", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1710", + "display_name": "Information Systems" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9908999800682068, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11063", + "display_name": "Rough Sets and Fuzzy Logic", + "score": 0.9908000230789185, + "subfield": { + "id": "https://openalex.org/subfields/1703", + "display_name": "Computational Theory and Mathematics" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/successor-cardinal", + "display_name": "Successor cardinal", + "score": 0.7589357495307922 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6884413957595825 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6734851002693176 + }, + { + "id": "https://openalex.org/keywords/decision-tree", + "display_name": "Decision tree", + "score": 0.6281428337097168 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6256998777389526 + }, + { + "id": "https://openalex.org/keywords/subject", + "display_name": "Subject (documents)", + "score": 0.5763391256332397 + }, + { + "id": "https://openalex.org/keywords/id3-algorithm", + "display_name": "ID3 algorithm", + "score": 0.5538088083267212 + }, + { + "id": "https://openalex.org/keywords/decision-tree-learning", + "display_name": "Decision tree learning", + "score": 0.2895125150680542 + }, + { + "id": "https://openalex.org/keywords/incremental-decision-tree", + "display_name": "Incremental decision tree", + "score": 0.1487756371498108 + }, + { + "id": "https://openalex.org/keywords/world-wide-web", + "display_name": "World Wide Web", + "score": 0.12600353360176086 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.1005239188671112 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C75306776", + "wikidata": "https://www.wikidata.org/wiki/Q7632662", + "display_name": "Successor cardinal", + "level": 2, + "score": 0.7589357495307922 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6884413957595825 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6734851002693176 + }, + { + "id": "https://openalex.org/C84525736", + "wikidata": "https://www.wikidata.org/wiki/Q831366", + "display_name": "Decision tree", + "level": 2, + "score": 0.6281428337097168 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6256998777389526 + }, + { + "id": "https://openalex.org/C2777855551", + "wikidata": "https://www.wikidata.org/wiki/Q12310021", + "display_name": "Subject (documents)", + "level": 2, + "score": 0.5763391256332397 + }, + { + "id": "https://openalex.org/C183931066", + "wikidata": "https://www.wikidata.org/wiki/Q1653378", + "display_name": "ID3 algorithm", + "level": 5, + "score": 0.5538088083267212 + }, + { + "id": "https://openalex.org/C5481197", + "wikidata": "https://www.wikidata.org/wiki/Q16766476", + "display_name": "Decision tree learning", + "level": 3, + "score": 0.2895125150680542 + }, + { + "id": "https://openalex.org/C10229987", + "wikidata": "https://www.wikidata.org/wiki/Q17083028", + "display_name": "Incremental decision tree", + "level": 4, + "score": 0.1487756371498108 + }, + { + "id": "https://openalex.org/C136764020", + "wikidata": "https://www.wikidata.org/wiki/Q466", + "display_name": "World Wide Web", + "level": 1, + "score": 0.12600353360176086 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.1005239188671112 + }, + { + "id": "https://openalex.org/C134306372", + "wikidata": "https://www.wikidata.org/wiki/Q7754", + "display_name": "Mathematical analysis", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "mag:1504694836", + "is_oa": false, + "landing_page_url": null, + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "display_name": "Peace, Justice and strong institutions", + "id": "https://metadata.un.org/sdg/16", + "score": 0.5799999833106995 + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 6, + "referenced_works": [ + "https://openalex.org/W1534707631", + "https://openalex.org/W1573640198", + "https://openalex.org/W1594031697", + "https://openalex.org/W1604329830", + "https://openalex.org/W2149706766", + "https://openalex.org/W3085162807" + ], + "related_works": [ + "https://openalex.org/W3120740533", + "https://openalex.org/W2966207845", + "https://openalex.org/W2912934387", + "https://openalex.org/W2911964244", + "https://openalex.org/W2156909104", + "https://openalex.org/W2149706766", + "https://openalex.org/W2147169507", + "https://openalex.org/W2140190241", + "https://openalex.org/W2136000097", + "https://openalex.org/W2133990480", + "https://openalex.org/W2125055259", + "https://openalex.org/W2123504579", + "https://openalex.org/W2112076978", + "https://openalex.org/W2084812512", + "https://openalex.org/W1988790447", + "https://openalex.org/W1912123407", + "https://openalex.org/W1670263352", + "https://openalex.org/W1594031697", + "https://openalex.org/W1585743408", + "https://openalex.org/W1570448133" + ], + "abstract_inverted_index": { + "Algorithms": [ + 0 + ], + "for": [ + 1, + 64, + 87 + ], + "constructing": [ + 2 + ], + "decision": [ + 3, + 20, + 68 + ], + "trees": [ + 4, + 69 + ], + "are": [ + 5, + 31 + ], + "among": [ + 6 + ], + "the": [ + 7, + 33, + 37, + 49, + 104, + 117 + ], + "most": [ + 8, + 34, + 61 + ], + "well": [ + 9 + ], + "known": [ + 10 + ], + "and": [ + 11, + 27, + 43, + 122 + ], + "widely": [ + 12 + ], + "used": [ + 13 + ], + "of": [ + 14, + 51, + 99, + 119 + ], + "all": [ + 15 + ], + "machine": [ + 16, + 38 + ], + "learning": [ + 17, + 39 + ], + "methods.": [ + 18 + ], + "Among": [ + 19 + ], + "tree": [ + 21 + ], + "algorithms,": [ + 22 + ], + "J.": [ + 23 + ], + "Ross": [ + 24 + ], + "Quinlan's": [ + 25, + 72 + ], + "ID3": [ + 26 + ], + "its": [ + 28 + ], + "successor,": [ + 29 + ], + "C4.5,": [ + 30 + ], + "probably": [ + 32 + ], + "popular": [ + 35 + ], + "in": [ + 36 + ], + "community.": [ + 40 + ], + "These": [ + 41 + ], + "algorithms": [ + 42 + ], + "variations": [ + 44 + ], + "on": [ + 45 + ], + "them": [ + 46 + ], + "have": [ + 47 + ], + "been": [ + 48 + ], + "subject": [ + 50 + ], + "numerous": [ + 52 + ], + "research": [ + 53 + ], + "papers": [ + 54 + ], + "since": [ + 55 + ], + "Quinlan": [ + 56, + 90 + ], + "introduced": [ + 57 + ], + "ID3.": [ + 58 + ], + "Until": [ + 59 + ], + "recently,": [ + 60 + ], + "researchers": [ + 62, + 121 + ], + "looking": [ + 63 + ], + "an": [ + 65 + ], + "introduction": [ + 66 + ], + "to": [ + 67, + 71, + 116 + ], + "turned": [ + 70 + ], + "seminal": [ + 73 + ], + "1986": [ + 74 + ], + "Machine": [ + 75, + 88 + ], + "Learning": [ + 76 + ], + "journal": [ + 77 + ], + "article": [ + 78 + ], + "[Quinlan,": [ + 79 + ], + "1986].": [ + 80 + ], + "In": [ + 81 + ], + "his": [ + 82, + 100 + ], + "new": [ + 83 + ], + "book,": [ + 84 + ], + "C4.5:": [ + 85 + ], + "Programs": [ + 86 + ], + "Learning,": [ + 89 + ], + "has": [ + 91 + ], + "put": [ + 92 + ], + "together": [ + 93 + ], + "a": [ + 94, + 113 + ], + "definitive,": [ + 95 + ], + "much": [ + 96 + ], + "needed": [ + 97 + ], + "description": [ + 98 + ], + "complete": [ + 101 + ], + "system,": [ + 102 + ], + "including": [ + 103 + ], + "latest": [ + 105 + ], + "developments.": [ + 106 + ], + "As": [ + 107 + ], + "such,": [ + 108 + ], + "this": [ + 109 + ], + "book": [ + 110 + ], + "will": [ + 111 + ], + "be": [ + 112 + ], + "welcome": [ + 114 + ], + "addition": [ + 115 + ], + "library": [ + 118 + ], + "many": [ + 120 + ], + "students.": [ + 123 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 11 + }, + { + "year": 2024, + "cited_by_count": 25 + }, + { + "year": 2023, + "cited_by_count": 36 + }, + { + "year": 2022, + "cited_by_count": 48 + }, + { + "year": 2021, + "cited_by_count": 153 + }, + { + "year": 2020, + "cited_by_count": 167 + }, + { + "year": 2019, + "cited_by_count": 143 + }, + { + "year": 2018, + "cited_by_count": 160 + }, + { + "year": 2017, + "cited_by_count": 145 + }, + { + "year": 2016, + "cited_by_count": 190 + }, + { + "year": 2015, + "cited_by_count": 311 + }, + { + "year": 2014, + "cited_by_count": 283 + }, + { + "year": 2013, + "cited_by_count": 321 + }, + { + "year": 2012, + "cited_by_count": 284 + } + ], + "updated_date": "2026-04-26T08:31:28.666265", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2271840356", + "doi": "https://doi.org/10.48550/arxiv.1603.04467", + "title": "TensorFlow: Large-Scale Machine Learning on Heterogeneous Distributed Systems", + "display_name": "TensorFlow: Large-Scale Machine Learning on Heterogeneous Distributed Systems", + "relevance_score": 5950.2344, + "publication_year": 2016, + "publication_date": "2016-03-14", + "ids": { + "openalex": "https://openalex.org/W2271840356", + "doi": "https://doi.org/10.48550/arxiv.1603.04467", + "mag": "2271840356" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:arXiv.org:1603.04467", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1603.04467", + "pdf_url": "https://arxiv.org/pdf/1603.04467", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "type": "preprint", + "indexed_in": [ + "arxiv", + "datacite" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1603.04467", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5109387322", + "display_name": "Martı́n Abadi", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "Abadi, Martín", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5027820479", + "display_name": "Ashish Agarwal", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Agarwal, Ashish", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5110193634", + "display_name": "Paul Barham", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Barham, Paul", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5047736127", + "display_name": "Eugene Brevdo", + "orcid": "https://orcid.org/0009-0005-7965-3534" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Brevdo, Eugene", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5100715424", + "display_name": "Zhifeng Chen", + "orcid": "https://orcid.org/0000-0001-8631-2424" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Chen, Zhifeng", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5069624169", + "display_name": "Craig Citro", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Citro, Craig", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5066927687", + "display_name": "Gregory S. Corrado", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Corrado, Greg S.", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5068599616", + "display_name": "Andy Davis", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Davis, Andy", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5043872671", + "display_name": "Jay B. Dean", + "orcid": "https://orcid.org/0000-0003-1362-0500" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Dean, Jeffrey", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5004386681", + "display_name": "Matthieu Devin", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Devin, Matthieu", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5012998255", + "display_name": "Sanjay Ghemawat", + "orcid": "https://orcid.org/0009-0005-6843-3093" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Ghemawat, Sanjay", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5004271128", + "display_name": "Ian Goodfellow", + "orcid": "https://orcid.org/0000-0003-3937-2322" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Goodfellow, Ian", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5064042510", + "display_name": "Andrew Harp", + "orcid": "https://orcid.org/0000-0002-4836-7878" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Harp, Andrew", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5029611587", + "display_name": "Geoffrey Irving", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Irving, Geoffrey", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5089543053", + "display_name": "Michael Isard", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Isard, Michael", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5110220840", + "display_name": "Yangqing Jia", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Jia, Yangqing", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5067370075", + "display_name": "Rafał Józefowicz", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Jozefowicz, Rafal", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5031789995", + "display_name": "Łukasz Kaiser", + "orcid": "https://orcid.org/0000-0003-1092-6010" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Kaiser, Lukasz", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5000650022", + "display_name": "Manjunath Kudlur", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Kudlur, Manjunath", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5009510257", + "display_name": "Josh Levenberg", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Levenberg, Josh", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5045113162", + "display_name": "Dan Mané", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Mane, Dan", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5024140027", + "display_name": "Rajat Monga", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Monga, Rajat", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5063771762", + "display_name": "Sherry Moore", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Moore, Sherry", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5067335143", + "display_name": "Derek G. Murray", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Murray, Derek", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5039751155", + "display_name": "Chris Olah", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Olah, Chris", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5113452656", + "display_name": "Mike Schuster", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Schuster, Mike", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5032356827", + "display_name": "Jonathon Shlens", + "orcid": "https://orcid.org/0000-0001-9513-4244" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Shlens, Jonathon", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5028992619", + "display_name": "Benoit Steiner", + "orcid": "https://orcid.org/0000-0002-5767-4976" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Steiner, Benoit", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5006446297", + "display_name": "Ilya Sutskever", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Sutskever, Ilya", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5080065269", + "display_name": "Kunal Talwar", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Talwar, Kunal", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5016586245", + "display_name": "Paul A. Tucker", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Tucker, Paul", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5013813527", + "display_name": "Vincent Vanhoucke", + "orcid": "https://orcid.org/0000-0003-0544-2791" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Vanhoucke, Vincent", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5004650249", + "display_name": "Vijay Vasudevan", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Vasudevan, Vijay", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5059594867", + "display_name": "Fernanda Viégas", + "orcid": "https://orcid.org/0000-0002-4951-4008" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Viegas, Fernanda", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5003562101", + "display_name": "Oriol Vinyals", + "orcid": "https://orcid.org/0000-0001-7848-7283" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Vinyals, Oriol", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5014405928", + "display_name": "Pete Warden", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Warden, Pete", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5039276358", + "display_name": "Martin Wattenberg", + "orcid": "https://orcid.org/0000-0003-0904-4862" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Wattenberg, Martin", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5080764662", + "display_name": "Martin Wicke", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Wicke, Martin", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5104075606", + "display_name": "Yuan Yu", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Yu, Yuan", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5102988664", + "display_name": "Xiaoqiang Zheng", + "orcid": "https://orcid.org/0000-0001-5151-8561" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Zheng, Xiaoqiang", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 40, + "corresponding_author_ids": [ + "https://openalex.org/A5109387322" + ], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": null, + "has_fulltext": false, + "cited_by_count": 9772, + "citation_normalized_percentile": null, + "cited_by_percentile_year": null, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10054", + "display_name": "Parallel Computing and Optimization Techniques", + "score": 0.9970999956130981, + "subfield": { + "id": "https://openalex.org/subfields/1708", + "display_name": "Hardware and Architecture" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10054", + "display_name": "Parallel Computing and Optimization Techniques", + "score": 0.9970999956130981, + "subfield": { + "id": "https://openalex.org/subfields/1708", + "display_name": "Hardware and Architecture" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10101", + "display_name": "Cloud Computing and Resource Management", + "score": 0.9958999752998352, + "subfield": { + "id": "https://openalex.org/subfields/1710", + "display_name": "Information Systems" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11986", + "display_name": "Scientific Computing and Data Management", + "score": 0.9957000017166138, + "subfield": { + "id": "https://openalex.org/subfields/1802", + "display_name": "Information Systems and Management" + }, + "field": { + "id": "https://openalex.org/fields/18", + "display_name": "Decision Sciences" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/scale", + "display_name": "Scale (ratio)", + "score": 0.6250410079956055 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.5916432738304138 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.463681161403656 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.3644576668739319 + }, + { + "id": "https://openalex.org/keywords/distributed-computing", + "display_name": "Distributed computing", + "score": 0.36219537258148193 + }, + { + "id": "https://openalex.org/keywords/geography", + "display_name": "Geography", + "score": 0.11677020788192749 + }, + { + "id": "https://openalex.org/keywords/cartography", + "display_name": "Cartography", + "score": 0.11492305994033813 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2778755073", + "wikidata": "https://www.wikidata.org/wiki/Q10858537", + "display_name": "Scale (ratio)", + "level": 2, + "score": 0.6250410079956055 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.5916432738304138 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.463681161403656 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.3644576668739319 + }, + { + "id": "https://openalex.org/C120314980", + "wikidata": "https://www.wikidata.org/wiki/Q180634", + "display_name": "Distributed computing", + "level": 1, + "score": 0.36219537258148193 + }, + { + "id": "https://openalex.org/C205649164", + "wikidata": "https://www.wikidata.org/wiki/Q1071", + "display_name": "Geography", + "level": 0, + "score": 0.11677020788192749 + }, + { + "id": "https://openalex.org/C58640448", + "wikidata": "https://www.wikidata.org/wiki/Q42515", + "display_name": "Cartography", + "level": 1, + "score": 0.11492305994033813 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "pmh:oai:arXiv.org:1603.04467", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1603.04467", + "pdf_url": "https://arxiv.org/pdf/1603.04467", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "doi:10.48550/arxiv.1603.04467", + "is_oa": true, + "landing_page_url": "https://doi.org/10.48550/arxiv.1603.04467", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1603.04467", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1603.04467", + "pdf_url": "https://arxiv.org/pdf/1603.04467", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "sustainable_development_goals": [ + { + "display_name": "Quality Education", + "id": "https://metadata.un.org/sdg/4", + "score": 0.5299999713897705 + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 42, + "referenced_works": [ + "https://openalex.org/W1442374986", + "https://openalex.org/W1484210532", + "https://openalex.org/W1487337216", + "https://openalex.org/W1498436455", + "https://openalex.org/W1526734559", + "https://openalex.org/W1548328233", + "https://openalex.org/W1598866093", + "https://openalex.org/W1614298861", + "https://openalex.org/W1658008008", + "https://openalex.org/W1667652561", + "https://openalex.org/W1738019091", + "https://openalex.org/W1827297289", + "https://openalex.org/W1869752048", + "https://openalex.org/W1947291763", + "https://openalex.org/W1978660892", + "https://openalex.org/W1978924650", + "https://openalex.org/W2002257715", + "https://openalex.org/W2016053056", + "https://openalex.org/W2017351599", + "https://openalex.org/W2032036568", + "https://openalex.org/W2035424729", + "https://openalex.org/W2055312318", + "https://openalex.org/W2064675550", + "https://openalex.org/W2082171780", + "https://openalex.org/W2097117768", + "https://openalex.org/W2100830825", + "https://openalex.org/W2123024445", + "https://openalex.org/W2130942839", + "https://openalex.org/W2131975293", + "https://openalex.org/W2138243089", + "https://openalex.org/W2141992894", + "https://openalex.org/W2146757372", + "https://openalex.org/W2155893237", + "https://openalex.org/W2160815625", + "https://openalex.org/W2168231600", + "https://openalex.org/W2171532807", + "https://openalex.org/W2181607856", + "https://openalex.org/W2253807446", + "https://openalex.org/W2507756961", + "https://openalex.org/W2949117887", + "https://openalex.org/W2950789693", + "https://openalex.org/W2951781666" + ], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W3046775127", + "https://openalex.org/W3107602296", + "https://openalex.org/W3170094116", + "https://openalex.org/W4386462264", + "https://openalex.org/W4364306694", + "https://openalex.org/W4312192474", + "https://openalex.org/W4283697347", + "https://openalex.org/W4210805261" + ], + "abstract_inverted_index": { + "TensorFlow": [ + 0, + 20, + 138, + 153 + ], + "is": [ + 1, + 65 + ], + "an": [ + 2, + 10, + 141, + 162 + ], + "interface": [ + 3, + 139, + 145 + ], + "for": [ + 4, + 12, + 83, + 93, + 97 + ], + "expressing": [ + 5 + ], + "machine": [ + 6, + 99 + ], + "learning": [ + 7, + 100 + ], + "algorithms,": [ + 8, + 77 + ], + "and": [ + 9, + 43, + 54, + 67, + 80, + 88, + 96, + 113, + 130, + 140, + 155, + 173 + ], + "implementation": [ + 11, + 142, + 158 + ], + "executing": [ + 13 + ], + "such": [ + 14, + 40, + 59 + ], + "algorithms.": [ + 15 + ], + "A": [ + 16 + ], + "computation": [ + 17 + ], + "expressed": [ + 18 + ], + "using": [ + 19 + ], + "can": [ + 21, + 68 + ], + "be": [ + 22, + 69 + ], + "executed": [ + 23 + ], + "with": [ + 24 + ], + "little": [ + 25 + ], + "or": [ + 26 + ], + "no": [ + 27 + ], + "change": [ + 28 + ], + "on": [ + 29 + ], + "a": [ + 30, + 73, + 107, + 156 + ], + "wide": [ + 31, + 74 + ], + "variety": [ + 32, + 75 + ], + "of": [ + 33, + 50, + 52, + 56, + 76, + 110, + 143 + ], + "heterogeneous": [ + 34 + ], + "systems,": [ + 35 + ], + "ranging": [ + 36 + ], + "from": [ + 37 + ], + "mobile": [ + 38 + ], + "devices": [ + 39, + 58 + ], + "as": [ + 41, + 60, + 161 + ], + "phones": [ + 42 + ], + "tablets": [ + 44 + ], + "up": [ + 45 + ], + "to": [ + 46, + 71 + ], + "large-scale": [ + 47 + ], + "distributed": [ + 48 + ], + "systems": [ + 49, + 101 + ], + "hundreds": [ + 51 + ], + "machines": [ + 53 + ], + "thousands": [ + 55 + ], + "computational": [ + 57, + 131 + ], + "GPU": [ + 61 + ], + "cards.": [ + 62 + ], + "The": [ + 63, + 152 + ], + "system": [ + 64 + ], + "flexible": [ + 66 + ], + "used": [ + 70, + 92 + ], + "express": [ + 72 + ], + "including": [ + 78, + 116 + ], + "training": [ + 79 + ], + "inference": [ + 81 + ], + "algorithms": [ + 82 + ], + "deep": [ + 84 + ], + "neural": [ + 85 + ], + "network": [ + 86 + ], + "models,": [ + 87 + ], + "it": [ + 89 + ], + "has": [ + 90 + ], + "been": [ + 91 + ], + "conducting": [ + 94 + ], + "research": [ + 95 + ], + "deploying": [ + 98 + ], + "into": [ + 102 + ], + "production": [ + 103 + ], + "across": [ + 104 + ], + "more": [ + 105 + ], + "than": [ + 106 + ], + "dozen": [ + 108 + ], + "areas": [ + 109 + ], + "computer": [ + 111, + 119 + ], + "science": [ + 112 + ], + "other": [ + 114 + ], + "fields,": [ + 115 + ], + "speech": [ + 117 + ], + "recognition,": [ + 118 + ], + "vision,": [ + 120 + ], + "robotics,": [ + 121 + ], + "information": [ + 122, + 128 + ], + "retrieval,": [ + 123 + ], + "natural": [ + 124 + ], + "language": [ + 125 + ], + "processing,": [ + 126 + ], + "geographic": [ + 127 + ], + "extraction,": [ + 129 + ], + "drug": [ + 132 + ], + "discovery.": [ + 133 + ], + "This": [ + 134 + ], + "paper": [ + 135 + ], + "describes": [ + 136 + ], + "the": [ + 137, + 166 + ], + "that": [ + 144, + 146 + ], + "we": [ + 147 + ], + "have": [ + 148 + ], + "built": [ + 149 + ], + "at": [ + 150, + 176 + ], + "Google.": [ + 151 + ], + "API": [ + 154 + ], + "reference": [ + 157 + ], + "were": [ + 159 + ], + "released": [ + 160 + ], + "open-source": [ + 163 + ], + "package": [ + 164 + ], + "under": [ + 165 + ], + "Apache": [ + 167 + ], + "2.0": [ + 168 + ], + "license": [ + 169 + ], + "in": [ + 170 + ], + "November,": [ + 171 + ], + "2015": [ + 172 + ], + "are": [ + 174 + ], + "available": [ + 175 + ], + "www.tensorflow.org.": [ + 177 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 34 + }, + { + "year": 2025, + "cited_by_count": 298 + }, + { + "year": 2024, + "cited_by_count": 727 + }, + { + "year": 2023, + "cited_by_count": 903 + }, + { + "year": 2022, + "cited_by_count": 846 + }, + { + "year": 2021, + "cited_by_count": 1496 + }, + { + "year": 2020, + "cited_by_count": 1433 + }, + { + "year": 2019, + "cited_by_count": 1315 + }, + { + "year": 2018, + "cited_by_count": 1564 + }, + { + "year": 2017, + "cited_by_count": 996 + }, + { + "year": 2016, + "cited_by_count": 156 + }, + { + "year": 2015, + "cited_by_count": 2 + }, + { + "year": 2014, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2402144811", + "doi": "https://doi.org/10.5555/3026877.3026899", + "title": "TensorFlow: a system for large-scale machine learning", + "display_name": "TensorFlow: a system for large-scale machine learning", + "relevance_score": 5234.945, + "publication_year": 2016, + "publication_date": "2016-11-02", + "ids": { + "openalex": "https://openalex.org/W2402144811", + "doi": "https://doi.org/10.5555/3026877.3026899", + "mag": "2402144811" + }, + "language": "en", + "primary_location": { + "id": "mag:2402144811", + "is_oa": false, + "landing_page_url": "https://www.usenix.org/system/files/conference/osdi16/osdi16-abadi.pdf", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306420647", + "display_name": "Operating Systems Design and Implementation", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "conference" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": false, + "raw_source_name": "Operating Systems Design and Implementation", + "raw_type": null + }, + "type": "article", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5109387322", + "display_name": "Martı́n Abadi", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Martı́n Abadi", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5110193634", + "display_name": "Paul Barham", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Paul Barham", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5100665512", + "display_name": "Jianmin Chen", + "orcid": "https://orcid.org/0000-0001-5859-3070" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Jianmin Chen", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": "https://orcid.org/0000-0001-5859-3070", + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5100715421", + "display_name": "Zhifeng Chen", + "orcid": "https://orcid.org/0000-0001-5137-1344" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Zhifeng Chen", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": "https://orcid.org/0000-0001-5137-1344", + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5068599616", + "display_name": "Andy Davis", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Andy Davis", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5043872671", + "display_name": "Jay B. Dean", + "orcid": "https://orcid.org/0000-0003-1362-0500" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Jay B. Dean", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": "https://orcid.org/0000-0003-1362-0500", + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5004386681", + "display_name": "Matthieu Devin", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Matthieu Devin", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5012998255", + "display_name": "Sanjay Ghemawat", + "orcid": "https://orcid.org/0009-0005-6843-3093" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Sanjay Ghemawat", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": "https://orcid.org/0009-0005-6843-3093", + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5029611587", + "display_name": "Geoffrey Irving", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Geoffrey Irving", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5089543053", + "display_name": "Michael Isard", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Michael Isard", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5000650022", + "display_name": "Manjunath Kudlur", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Manjunath Kudlur", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5009510257", + "display_name": "Josh Levenberg", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Josh Levenberg", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5024140027", + "display_name": "Rajat Monga", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Rajat Monga", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5063771762", + "display_name": "Sherry Moore", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Sherry Moore", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5067335143", + "display_name": "Derek G. Murray", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Derek G. Murray", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5028992619", + "display_name": "Benoit Steiner", + "orcid": "https://orcid.org/0000-0002-5767-4976" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Benoit Steiner", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": "https://orcid.org/0000-0002-5767-4976", + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5016586245", + "display_name": "Paul A. Tucker", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Paul A. Tucker", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5004650249", + "display_name": "Vijay Vasudevan", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Vijay Vasudevan", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5014405928", + "display_name": "Pete Warden", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Pete Warden", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5080764662", + "display_name": "Martin Wicke", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Martin Wicke", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5104075606", + "display_name": "Yuan Yu", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Yuan Yu", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5102988664", + "display_name": "Xiaoqiang Zheng", + "orcid": "https://orcid.org/0000-0001-5151-8561" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Xiaoqiang Zheng", + "raw_affiliation_strings": [ + "[Google Brain]" + ], + "raw_orcid": "https://orcid.org/0000-0001-5151-8561", + "affiliations": [ + { + "raw_affiliation_string": "[Google Brain]", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 22, + "corresponding_author_ids": [ + "https://openalex.org/A5109387322" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I1291425158" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 330.6462, + "has_fulltext": false, + "cited_by_count": 6353, + "citation_normalized_percentile": { + "value": 1.0, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": "265", + "last_page": "283" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10036", + "display_name": "Advanced Neural Network Applications", + "score": 0.9991000294685364, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10036", + "display_name": "Advanced Neural Network Applications", + "score": 0.9991000294685364, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10054", + "display_name": "Parallel Computing and Optimization Techniques", + "score": 0.9987000226974487, + "subfield": { + "id": "https://openalex.org/subfields/1708", + "display_name": "Hardware and Architecture" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11689", + "display_name": "Adversarial Robustness in Machine Learning", + "score": 0.9969000220298767, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/dataflow", + "display_name": "Dataflow", + "score": 0.9571843147277832 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.830622673034668 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.711643636226654 + }, + { + "id": "https://openalex.org/keywords/multi-core-processor", + "display_name": "Multi-core processor", + "score": 0.5773373246192932 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.5193118453025818 + }, + { + "id": "https://openalex.org/keywords/computer-architecture", + "display_name": "Computer architecture", + "score": 0.4896014332771301 + }, + { + "id": "https://openalex.org/keywords/deep-learning", + "display_name": "Deep learning", + "score": 0.4813452661037445 + }, + { + "id": "https://openalex.org/keywords/scalability", + "display_name": "Scalability", + "score": 0.47406429052352905 + }, + { + "id": "https://openalex.org/keywords/inference", + "display_name": "Inference", + "score": 0.4678526520729065 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.44974687695503235 + }, + { + "id": "https://openalex.org/keywords/dataflow-architecture", + "display_name": "Dataflow architecture", + "score": 0.4496024250984192 + }, + { + "id": "https://openalex.org/keywords/computation", + "display_name": "Computation", + "score": 0.4395424723625183 + }, + { + "id": "https://openalex.org/keywords/distributed-computing", + "display_name": "Distributed computing", + "score": 0.3712141215801239 + }, + { + "id": "https://openalex.org/keywords/parallel-computing", + "display_name": "Parallel computing", + "score": 0.33661338686943054 + }, + { + "id": "https://openalex.org/keywords/programming-language", + "display_name": "Programming language", + "score": 0.21078741550445557 + }, + { + "id": "https://openalex.org/keywords/operating-system", + "display_name": "Operating system", + "score": 0.14919248223304749 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C96324660", + "wikidata": "https://www.wikidata.org/wiki/Q205446", + "display_name": "Dataflow", + "level": 2, + "score": 0.9571843147277832 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.830622673034668 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.711643636226654 + }, + { + "id": "https://openalex.org/C78766204", + "wikidata": "https://www.wikidata.org/wiki/Q555032", + "display_name": "Multi-core processor", + "level": 2, + "score": 0.5773373246192932 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.5193118453025818 + }, + { + "id": "https://openalex.org/C118524514", + "wikidata": "https://www.wikidata.org/wiki/Q173212", + "display_name": "Computer architecture", + "level": 1, + "score": 0.4896014332771301 + }, + { + "id": "https://openalex.org/C108583219", + "wikidata": "https://www.wikidata.org/wiki/Q197536", + "display_name": "Deep learning", + "level": 2, + "score": 0.4813452661037445 + }, + { + "id": "https://openalex.org/C48044578", + "wikidata": "https://www.wikidata.org/wiki/Q727490", + "display_name": "Scalability", + "level": 2, + "score": 0.47406429052352905 + }, + { + "id": "https://openalex.org/C2776214188", + "wikidata": "https://www.wikidata.org/wiki/Q408386", + "display_name": "Inference", + "level": 2, + "score": 0.4678526520729065 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.44974687695503235 + }, + { + "id": "https://openalex.org/C176727019", + "wikidata": "https://www.wikidata.org/wiki/Q1172415", + "display_name": "Dataflow architecture", + "level": 3, + "score": 0.4496024250984192 + }, + { + "id": "https://openalex.org/C45374587", + "wikidata": "https://www.wikidata.org/wiki/Q12525525", + "display_name": "Computation", + "level": 2, + "score": 0.4395424723625183 + }, + { + "id": "https://openalex.org/C120314980", + "wikidata": "https://www.wikidata.org/wiki/Q180634", + "display_name": "Distributed computing", + "level": 1, + "score": 0.3712141215801239 + }, + { + "id": "https://openalex.org/C173608175", + "wikidata": "https://www.wikidata.org/wiki/Q232661", + "display_name": "Parallel computing", + "level": 1, + "score": 0.33661338686943054 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.21078741550445557 + }, + { + "id": "https://openalex.org/C111919701", + "wikidata": "https://www.wikidata.org/wiki/Q9135", + "display_name": "Operating system", + "level": 1, + "score": 0.14919248223304749 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "mag:2402144811", + "is_oa": false, + "landing_page_url": "https://www.usenix.org/system/files/conference/osdi16/osdi16-abadi.pdf", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306420647", + "display_name": "Operating Systems Design and Implementation", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "conference" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": "Operating Systems Design and Implementation", + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "display_name": "Industry, innovation and infrastructure", + "id": "https://metadata.un.org/sdg/9", + "score": 0.4000000059604645 + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 55, + "referenced_works": [ + "https://openalex.org/W104184427", + "https://openalex.org/W145476170", + "https://openalex.org/W1425731158", + "https://openalex.org/W1442374986", + "https://openalex.org/W1485981043", + "https://openalex.org/W1493893823", + "https://openalex.org/W1498436455", + "https://openalex.org/W1526734559", + "https://openalex.org/W1539309091", + "https://openalex.org/W1548328233", + "https://openalex.org/W1598866093", + "https://openalex.org/W1658008008", + "https://openalex.org/W1667652561", + "https://openalex.org/W1815076433", + "https://openalex.org/W1947291763", + "https://openalex.org/W1978660892", + "https://openalex.org/W2016053056", + "https://openalex.org/W2032036568", + "https://openalex.org/W2035424729", + "https://openalex.org/W2041517243", + "https://openalex.org/W2061570747", + "https://openalex.org/W2064675550", + "https://openalex.org/W2066443755", + "https://openalex.org/W2083842231", + "https://openalex.org/W2097117768", + "https://openalex.org/W2100664567", + "https://openalex.org/W2100830825", + "https://openalex.org/W2117539524", + "https://openalex.org/W2122465391", + "https://openalex.org/W2131975293", + "https://openalex.org/W2132339004", + "https://openalex.org/W2140833774", + "https://openalex.org/W2141992894", + "https://openalex.org/W2145339207", + "https://openalex.org/W2146502635", + "https://openalex.org/W2146757372", + "https://openalex.org/W2147527908", + "https://openalex.org/W2160815625", + "https://openalex.org/W2168231600", + "https://openalex.org/W2172654076", + "https://openalex.org/W2186615578", + "https://openalex.org/W2194775991", + "https://openalex.org/W2253807446", + "https://openalex.org/W2259472270", + "https://openalex.org/W2336650964", + "https://openalex.org/W2339765813", + "https://openalex.org/W2384495648", + "https://openalex.org/W2521218765", + "https://openalex.org/W2525778437", + "https://openalex.org/W2618530766", + "https://openalex.org/W2949117887", + "https://openalex.org/W2949888546", + "https://openalex.org/W2950577311", + "https://openalex.org/W2951781666", + "https://openalex.org/W2962844195" + ], + "related_works": [ + "https://openalex.org/W3118608800", + "https://openalex.org/W2970971581", + "https://openalex.org/W2964121744", + "https://openalex.org/W2949117887", + "https://openalex.org/W2919115771", + "https://openalex.org/W2899771611", + "https://openalex.org/W2194775991", + "https://openalex.org/W2186615578", + "https://openalex.org/W2163605009", + "https://openalex.org/W2155893237", + "https://openalex.org/W2117539524", + "https://openalex.org/W2112796928", + "https://openalex.org/W2108598243", + "https://openalex.org/W2101234009", + "https://openalex.org/W2099471712", + "https://openalex.org/W2097117768", + "https://openalex.org/W2095705004", + "https://openalex.org/W2064675550", + "https://openalex.org/W1901129140", + "https://openalex.org/W1686810756" + ], + "abstract_inverted_index": { + "TensorFlow": [ + 0, + 91, + 102, + 123, + 150, + 159 + ], + "is": [ + 1, + 86 + ], + "a": [ + 2, + 36, + 43, + 47, + 104, + 109 + ], + "machine": [ + 3, + 48, + 141 + ], + "learning": [ + 4, + 142 + ], + "system": [ + 5 + ], + "that": [ + 6, + 27, + 29, + 158 + ], + "operates": [ + 7 + ], + "at": [ + 8 + ], + "large": [ + 9 + ], + "scale": [ + 10 + ], + "and": [ + 11, + 24, + 45, + 58, + 99, + 113, + 134, + 153 + ], + "in": [ + 12, + 42, + 76, + 124 + ], + "heterogeneous": [ + 13 + ], + "environments.": [ + 14 + ], + "Tensor-Flow": [ + 15 + ], + "uses": [ + 16 + ], + "dataflow": [ + 17, + 37, + 151 + ], + "graphs": [ + 18 + ], + "to": [ + 19, + 71, + 94 + ], + "represent": [ + 20 + ], + "computation,": [ + 21 + ], + "shared": [ + 22, + 84 + ], + "state,": [ + 23 + ], + "the": [ + 25, + 33, + 72, + 81, + 89, + 149, + 155 + ], + "operations": [ + 26 + ], + "mutate": [ + 28 + ], + "state.": [ + 30 + ], + "It": [ + 31 + ], + "maps": [ + 32 + ], + "nodes": [ + 34 + ], + "of": [ + 35, + 83, + 106 + ], + "graph": [ + 38 + ], + "across": [ + 39, + 49 + ], + "many": [ + 40 + ], + "machines": [ + 41 + ], + "cluster,": [ + 44 + ], + "within": [ + 46 + ], + "multiple": [ + 50 + ], + "computational": [ + 51 + ], + "devices,": [ + 52 + ], + "including": [ + 53 + ], + "multicore": [ + 54 + ], + "CPUs,": [ + 55 + ], + "general-purpose": [ + 56 + ], + "GPUs,": [ + 57 + ], + "custom-designed": [ + 59 + ], + "ASICs": [ + 60 + ], + "known": [ + 61 + ], + "as": [ + 62, + 130 + ], + "Tensor": [ + 63 + ], + "Processing": [ + 64 + ], + "Units": [ + 65 + ], + "(TPUs).": [ + 66 + ], + "This": [ + 67 + ], + "architecture": [ + 68 + ], + "gives": [ + 69 + ], + "flexibility": [ + 70 + ], + "application": [ + 73 + ], + "developer:": [ + 74 + ], + "whereas": [ + 75 + ], + "previous": [ + 77 + ], + "parameter": [ + 78 + ], + "server": [ + 79 + ], + "designs": [ + 80 + ], + "management": [ + 82 + ], + "state": [ + 85 + ], + "built": [ + 87 + ], + "into": [ + 88 + ], + "system,": [ + 90 + ], + "enables": [ + 92 + ], + "developers": [ + 93 + ], + "experiment": [ + 95 + ], + "with": [ + 96, + 108 + ], + "novel": [ + 97 + ], + "optimizations": [ + 98 + ], + "training": [ + 100, + 112 + ], + "algorithms.": [ + 101 + ], + "supports": [ + 103 + ], + "variety": [ + 105 + ], + "applications,": [ + 107 + ], + "focus": [ + 110 + ], + "on": [ + 111, + 115 + ], + "inference": [ + 114 + ], + "deep": [ + 116 + ], + "neural": [ + 117 + ], + "networks.": [ + 118 + ], + "Several": [ + 119 + ], + "Google": [ + 120 + ], + "services": [ + 121 + ], + "use": [ + 122 + ], + "production,": [ + 125 + ], + "we": [ + 126, + 147 + ], + "have": [ + 127 + ], + "released": [ + 128 + ], + "it": [ + 129, + 135 + ], + "an": [ + 131 + ], + "open-source": [ + 132 + ], + "project,": [ + 133 + ], + "has": [ + 136 + ], + "become": [ + 137 + ], + "widely": [ + 138 + ], + "used": [ + 139 + ], + "for": [ + 140, + 161 + ], + "research.": [ + 143 + ], + "In": [ + 144 + ], + "this": [ + 145 + ], + "paper,": [ + 146 + ], + "describe": [ + 148 + ], + "model": [ + 152 + ], + "demonstrate": [ + 154 + ], + "compelling": [ + 156 + ], + "performance": [ + 157 + ], + "achieves": [ + 160 + ], + "several": [ + 162 + ], + "real-world": [ + 163 + ], + "applications.": [ + 164 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 11 + }, + { + "year": 2025, + "cited_by_count": 106 + }, + { + "year": 2024, + "cited_by_count": 160 + }, + { + "year": 2023, + "cited_by_count": 187 + }, + { + "year": 2022, + "cited_by_count": 221 + }, + { + "year": 2021, + "cited_by_count": 1336 + }, + { + "year": 2020, + "cited_by_count": 1696 + }, + { + "year": 2019, + "cited_by_count": 1675 + }, + { + "year": 2018, + "cited_by_count": 802 + }, + { + "year": 2017, + "cited_by_count": 151 + }, + { + "year": 2016, + "cited_by_count": 7 + }, + { + "year": 2015, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-28T09:10:13.091523", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2912213068", + "doi": "https://doi.org/10.1145/3298981", + "title": "Federated Machine Learning", + "display_name": "Federated Machine Learning", + "relevance_score": 5104.653, + "publication_year": 2019, + "publication_date": "2019-01-28", + "ids": { + "openalex": "https://openalex.org/W2912213068", + "doi": "https://doi.org/10.1145/3298981", + "mag": "2912213068" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1145/3298981", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/3298981", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2492086750", + "display_name": "ACM Transactions on Intelligent Systems and Technology", + "issn_l": "2157-6904", + "issn": [ + "2157-6904", + "2157-6912" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319798", + "host_organization_name": "Association for Computing Machinery", + "host_organization_lineage": [ + "https://openalex.org/P4310319798" + ], + "host_organization_lineage_names": [ + "Association for Computing Machinery" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "ACM Transactions on Intelligent Systems and Technology", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5100636286", + "display_name": "Qiang Yang", + "orcid": "https://orcid.org/0000-0001-5059-8360" + }, + "institutions": [ + { + "id": "https://openalex.org/I200769079", + "display_name": "Hong Kong University of Science and Technology", + "ror": "https://ror.org/00q4vv597", + "country_code": "HK", + "type": "education", + "lineage": [ + "https://openalex.org/I200769079" + ] + } + ], + "countries": [ + "HK" + ], + "is_corresponding": true, + "raw_author_name": "Qiang Yang", + "raw_affiliation_strings": [ + "Hong Kong University of Science and Technology, Hong Kong, China" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Hong Kong University of Science and Technology, Hong Kong, China", + "institution_ids": [ + "https://openalex.org/I200769079" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5100356161", + "display_name": "Yang Liu", + "orcid": "https://orcid.org/0000-0003-3800-3533" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Yang Liu", + "raw_affiliation_strings": [ + "Webank, Shenzhen, China" + ], + "raw_orcid": "https://orcid.org/0000-0003-3800-3533", + "affiliations": [ + { + "raw_affiliation_string": "Webank, Shenzhen, China", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5068882233", + "display_name": "Tianjian Chen", + "orcid": "https://orcid.org/0000-0002-8479-2054" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Tianjian Chen", + "raw_affiliation_strings": [ + "Webank, Shenzhen, China" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Webank, Shenzhen, China", + "institution_ids": [] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5051874566", + "display_name": "Yongxin Tong", + "orcid": "https://orcid.org/0000-0002-5598-0312" + }, + "institutions": [ + { + "id": "https://openalex.org/I82880672", + "display_name": "Beihang University", + "ror": "https://ror.org/00wk2mp56", + "country_code": "CN", + "type": "education", + "lineage": [ + "https://openalex.org/I82880672" + ] + } + ], + "countries": [ + "CN" + ], + "is_corresponding": false, + "raw_author_name": "Yongxin Tong", + "raw_affiliation_strings": [ + "Beihang University, Beijing, China" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Beihang University, Beijing, China", + "institution_ids": [ + "https://openalex.org/I82880672" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 4, + "corresponding_author_ids": [ + "https://openalex.org/A5100636286" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I200769079" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 336.504, + "has_fulltext": false, + "cited_by_count": 5782, + "citation_normalized_percentile": { + "value": 0.99993867, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 94, + "max": 100 + }, + "biblio": { + "volume": "10", + "issue": "2", + "first_page": "1", + "last_page": "19" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10764", + "display_name": "Privacy-Preserving Technologies in Data", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10764", + "display_name": "Privacy-Preserving Technologies in Data", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10237", + "display_name": "Cryptography and Data Security", + "score": 0.9973000288009644, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11598", + "display_name": "Internet Traffic Analysis and Secure E-voting", + "score": 0.9965000152587891, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.9133003950119019 + }, + { + "id": "https://openalex.org/keywords/federated-learning", + "display_name": "Federated learning", + "score": 0.9119365215301514 + }, + { + "id": "https://openalex.org/keywords/transfer-of-learning", + "display_name": "Transfer of learning", + "score": 0.5265006422996521 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.39959585666656494 + }, + { + "id": "https://openalex.org/keywords/data-science", + "display_name": "Data science", + "score": 0.34242358803749084 + }, + { + "id": "https://openalex.org/keywords/computer-security", + "display_name": "Computer security", + "score": 0.3284221887588501 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.9133003950119019 + }, + { + "id": "https://openalex.org/C2992525071", + "wikidata": "https://www.wikidata.org/wiki/Q50818671", + "display_name": "Federated learning", + "level": 2, + "score": 0.9119365215301514 + }, + { + "id": "https://openalex.org/C150899416", + "wikidata": "https://www.wikidata.org/wiki/Q1820378", + "display_name": "Transfer of learning", + "level": 2, + "score": 0.5265006422996521 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.39959585666656494 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.34242358803749084 + }, + { + "id": "https://openalex.org/C38652104", + "wikidata": "https://www.wikidata.org/wiki/Q3510521", + "display_name": "Computer security", + "level": 1, + "score": 0.3284221887588501 + } + ], + "mesh": [], + "locations_count": 3, + "locations": [ + { + "id": "doi:10.1145/3298981", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/3298981", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2492086750", + "display_name": "ACM Transactions on Intelligent Systems and Technology", + "issn_l": "2157-6904", + "issn": [ + "2157-6904", + "2157-6912" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319798", + "host_organization_name": "Association for Computing Machinery", + "host_organization_lineage": [ + "https://openalex.org/P4310319798" + ], + "host_organization_lineage_names": [ + "Association for Computing Machinery" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "ACM Transactions on Intelligent Systems and Technology", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:repository.hkust.edu.hk:1783.1-95671", + "is_oa": false, + "landing_page_url": "http://repository.hkust.edu.hk/ir/Record/1783.1-95671", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401796", + "display_name": "Rare & Special e-Zone (The Hong Kong University of Science and Technology)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I200769079", + "host_organization_name": "Hong Kong University of Science and Technology", + "host_organization_lineage": [ + "https://openalex.org/I200769079" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "Article" + }, + { + "id": "pmh:oai:repository.ust.hk:1783.1-95671", + "is_oa": false, + "landing_page_url": "http://repository.ust.hk/ir/Record/1783.1-95671", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401796", + "display_name": "Rare & Special e-Zone (The Hong Kong University of Science and Technology)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I200769079", + "host_organization_name": "Hong Kong University of Science and Technology", + "host_organization_lineage": [ + "https://openalex.org/I200769079" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 85, + "referenced_works": [ + "https://openalex.org/W150223756", + "https://openalex.org/W162878246", + "https://openalex.org/W199752024", + "https://openalex.org/W1484769234", + "https://openalex.org/W1485800369", + "https://openalex.org/W1488526968", + "https://openalex.org/W1510952750", + "https://openalex.org/W1559506103", + "https://openalex.org/W1574534563", + "https://openalex.org/W1964366273", + "https://openalex.org/W1968265138", + "https://openalex.org/W1971991172", + "https://openalex.org/W1985511977", + "https://openalex.org/W2016758618", + "https://openalex.org/W2024652123", + "https://openalex.org/W2027471022", + "https://openalex.org/W2041416246", + "https://openalex.org/W2053637704", + "https://openalex.org/W2082624086", + "https://openalex.org/W2092422002", + "https://openalex.org/W2093367651", + "https://openalex.org/W2109426455", + "https://openalex.org/W2112022568", + "https://openalex.org/W2112340198", + "https://openalex.org/W2128906841", + "https://openalex.org/W2132737349", + "https://openalex.org/W2137351756", + "https://openalex.org/W2139336600", + "https://openalex.org/W2159024459", + "https://openalex.org/W2165698076", + "https://openalex.org/W2257979135", + "https://openalex.org/W2283463896", + "https://openalex.org/W2295292576", + "https://openalex.org/W2317339301", + "https://openalex.org/W2435473771", + "https://openalex.org/W2473418344", + "https://openalex.org/W2530417694", + "https://openalex.org/W2536058570", + "https://openalex.org/W2577421826", + "https://openalex.org/W2585580772", + "https://openalex.org/W2591882872", + "https://openalex.org/W2606882085", + "https://openalex.org/W2618494520", + "https://openalex.org/W2679684481", + "https://openalex.org/W2701059868", + "https://openalex.org/W2757853533", + "https://openalex.org/W2765200655", + "https://openalex.org/W2766255512", + "https://openalex.org/W2767079719", + "https://openalex.org/W2768347741", + "https://openalex.org/W2773194476", + "https://openalex.org/W2774000609", + "https://openalex.org/W2777914285", + "https://openalex.org/W2781091734", + "https://openalex.org/W2788629937", + "https://openalex.org/W2793216106", + "https://openalex.org/W2793925626", + "https://openalex.org/W2794888826", + "https://openalex.org/W2798551148", + "https://openalex.org/W2799803467", + "https://openalex.org/W2801958627", + "https://openalex.org/W2807006176", + "https://openalex.org/W2810065831", + "https://openalex.org/W2886722183", + "https://openalex.org/W2895865029", + "https://openalex.org/W2914304175", + "https://openalex.org/W2949140995", + "https://openalex.org/W2950460048", + "https://openalex.org/W2951152347", + "https://openalex.org/W2951368041", + "https://openalex.org/W2951798842", + "https://openalex.org/W2962877476", + "https://openalex.org/W2963106566", + "https://openalex.org/W2990138404", + "https://openalex.org/W3029558105", + "https://openalex.org/W3209546151", + "https://openalex.org/W4248358572", + "https://openalex.org/W4249529812", + "https://openalex.org/W4300427714", + "https://openalex.org/W4301418013", + "https://openalex.org/W4301483968", + "https://openalex.org/W6606067566", + "https://openalex.org/W6732586565", + "https://openalex.org/W6738383168", + "https://openalex.org/W6807767519" + ], + "related_works": [ + "https://openalex.org/W4298221930", + "https://openalex.org/W2777914285", + "https://openalex.org/W3013363440", + "https://openalex.org/W4287823391", + "https://openalex.org/W4312762663", + "https://openalex.org/W3035927627", + "https://openalex.org/W3201126466", + "https://openalex.org/W4317941881", + "https://openalex.org/W3128909129", + "https://openalex.org/W3123837699" + ], + "abstract_inverted_index": { + "Today’s": [ + 0 + ], + "artificial": [ + 1 + ], + "intelligence": [ + 2 + ], + "still": [ + 3 + ], + "faces": [ + 4 + ], + "two": [ + 5 + ], + "major": [ + 6 + ], + "challenges.": [ + 7 + ], + "One": [ + 8 + ], + "is": [ + 9, + 24 + ], + "that,": [ + 10 + ], + "in": [ + 11, + 16, + 51 + ], + "most": [ + 12 + ], + "industries,": [ + 13 + ], + "data": [ + 14, + 28, + 98 + ], + "exists": [ + 15 + ], + "the": [ + 17, + 25, + 44, + 79 + ], + "form": [ + 18 + ], + "of": [ + 19, + 27, + 87 + ], + "isolated": [ + 20 + ], + "islands.": [ + 21 + ], + "The": [ + 22 + ], + "other": [ + 23 + ], + "strengthening": [ + 26 + ], + "privacy": [ + 29 + ], + "and": [ + 30, + 68, + 76, + 82 + ], + "security.": [ + 31 + ], + "We": [ + 32, + 72 + ], + "propose": [ + 33, + 96 + ], + "a": [ + 34, + 55, + 84 + ], + "possible": [ + 35 + ], + "solution": [ + 36, + 109 + ], + "to": [ + 37, + 110, + 113 + ], + "these": [ + 38 + ], + "challenges:": [ + 39 + ], + "secure": [ + 40, + 57 + ], + "federated": [ + 41, + 63, + 66, + 69, + 104 + ], + "learning.": [ + 42, + 71 + ], + "Beyond": [ + 43 + ], + "federated-learning": [ + 45, + 58, + 80 + ], + "framework": [ + 46 + ], + "first": [ + 47 + ], + "proposed": [ + 48 + ], + "by": [ + 49 + ], + "Google": [ + 50 + ], + "2016,": [ + 52 + ], + "we": [ + 53, + 95 + ], + "introduce": [ + 54 + ], + "comprehensive": [ + 56, + 85 + ], + "framework,": [ + 59, + 81 + ], + "which": [ + 60 + ], + "includes": [ + 61 + ], + "horizontal": [ + 62 + ], + "learning,": [ + 64, + 67 + ], + "vertical": [ + 65 + ], + "transfer": [ + 70 + ], + "provide": [ + 73, + 83 + ], + "definitions,": [ + 74 + ], + "architectures,": [ + 75 + ], + "applications": [ + 77 + ], + "for": [ + 78 + ], + "survey": [ + 86 + ], + "existing": [ + 88 + ], + "works": [ + 89 + ], + "on": [ + 90, + 103 + ], + "this": [ + 91 + ], + "subject.": [ + 92 + ], + "In": [ + 93 + ], + "addition,": [ + 94 + ], + "building": [ + 97 + ], + "networks": [ + 99 + ], + "among": [ + 100 + ], + "organizations": [ + 101 + ], + "based": [ + 102 + ], + "mechanisms": [ + 105 + ], + "as": [ + 106 + ], + "an": [ + 107 + ], + "effective": [ + 108 + ], + "allowing": [ + 111 + ], + "knowledge": [ + 112 + ], + "be": [ + 114 + ], + "shared": [ + 115 + ], + "without": [ + 116 + ], + "compromising": [ + 117 + ], + "user": [ + 118 + ], + "privacy.": [ + 119 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 337 + }, + { + "year": 2025, + "cited_by_count": 1176 + }, + { + "year": 2024, + "cited_by_count": 1009 + }, + { + "year": 2023, + "cited_by_count": 939 + }, + { + "year": 2022, + "cited_by_count": 806 + }, + { + "year": 2021, + "cited_by_count": 932 + }, + { + "year": 2020, + "cited_by_count": 496 + }, + { + "year": 2019, + "cited_by_count": 85 + }, + { + "year": 2018, + "cited_by_count": 2 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2009086942", + "doi": "https://doi.org/10.1198/tech.2007.s518", + "title": "Pattern Recognition and Machine Learning", + "display_name": "Pattern Recognition and Machine Learning", + "relevance_score": 4977.467, + "publication_year": 2007, + "publication_date": "2007-08-01", + "ids": { + "openalex": "https://openalex.org/W2009086942", + "doi": "https://doi.org/10.1198/tech.2007.s518", + "mag": "2009086942" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1198/tech.2007.s518", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1198/tech.2007.s518", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S985303", + "display_name": "Technometrics", + "issn_l": "0040-1706", + "issn": [ + "0040-1706", + "1537-2723" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320547", + "host_organization_name": "Taylor & Francis", + "host_organization_lineage": [ + "https://openalex.org/P4310320547" + ], + "host_organization_lineage_names": [ + "Taylor & Francis" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Technometrics", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5062571011", + "display_name": "Radford M. Neal", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I185261750", + "display_name": "University of Toronto", + "ror": "https://ror.org/03dbr7087", + "country_code": "CA", + "type": "education", + "lineage": [ + "https://openalex.org/I185261750" + ] + } + ], + "countries": [ + "CA" + ], + "is_corresponding": true, + "raw_author_name": "Radford M Neal", + "raw_affiliation_strings": [ + "University of Toronto" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Toronto", + "institution_ids": [ + "https://openalex.org/I185261750" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5062571011" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I185261750" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 173.8255, + "has_fulltext": false, + "cited_by_count": 4651, + "citation_normalized_percentile": { + "value": 0.99994787, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 95, + "max": 100 + }, + "biblio": { + "volume": "49", + "issue": "3", + "first_page": "366", + "last_page": "366" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.23559999465942383, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.23559999465942383, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6036144495010376 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.5715402960777283 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.5367371439933777 + }, + { + "id": "https://openalex.org/keywords/pattern-recognition", + "display_name": "Pattern recognition (psychology)", + "score": 0.4431344270706177 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6036144495010376 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.5715402960777283 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.5367371439933777 + }, + { + "id": "https://openalex.org/C153180895", + "wikidata": "https://www.wikidata.org/wiki/Q7148389", + "display_name": "Pattern recognition (psychology)", + "level": 2, + "score": 0.4431344270706177 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1198/tech.2007.s518", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1198/tech.2007.s518", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S985303", + "display_name": "Technometrics", + "issn_l": "0040-1706", + "issn": [ + "0040-1706", + "1537-2723" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320547", + "host_organization_name": "Taylor & Francis", + "host_organization_lineage": [ + "https://openalex.org/P4310320547" + ], + "host_organization_lineage_names": [ + "Taylor & Francis" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Technometrics", + "raw_type": "journal-article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W3046775127", + "https://openalex.org/W3107602296", + "https://openalex.org/W3170094116", + "https://openalex.org/W4386462264", + "https://openalex.org/W4364306694", + "https://openalex.org/W4312192474", + "https://openalex.org/W2033914206", + "https://openalex.org/W4283697347" + ], + "abstract_inverted_index": { + "(2007).": [ + 0 + ], + "Pattern": [ + 1 + ], + "Recognition": [ + 2 + ], + "and": [ + 3 + ], + "Machine": [ + 4 + ], + "Learning.": [ + 5 + ], + "Technometrics:": [ + 6 + ], + "Vol.": [ + 7 + ], + "49,": [ + 8 + ], + "No.": [ + 9 + ], + "3,": [ + 10 + ], + "pp.": [ + 11 + ], + "366-366.": [ + 12 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 1 + }, + { + "year": 2025, + "cited_by_count": 11 + }, + { + "year": 2024, + "cited_by_count": 227 + }, + { + "year": 2023, + "cited_by_count": 381 + }, + { + "year": 2022, + "cited_by_count": 433 + }, + { + "year": 2021, + "cited_by_count": 419 + }, + { + "year": 2020, + "cited_by_count": 369 + }, + { + "year": 2019, + "cited_by_count": 450 + }, + { + "year": 2018, + "cited_by_count": 372 + }, + { + "year": 2017, + "cited_by_count": 291 + }, + { + "year": 2016, + "cited_by_count": 284 + }, + { + "year": 2015, + "cited_by_count": 294 + }, + { + "year": 2014, + "cited_by_count": 222 + }, + { + "year": 2013, + "cited_by_count": 191 + }, + { + "year": 2012, + "cited_by_count": 178 + } + ], + "updated_date": "2026-05-19T08:33:51.333923", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2131241448", + "doi": "https://doi.org/10.48550/arxiv.1206.2944", + "title": "Practical Bayesian Optimization of Machine Learning Algorithms", + "display_name": "Practical Bayesian Optimization of Machine Learning Algorithms", + "relevance_score": 4881.801, + "publication_year": 2012, + "publication_date": "2012-06-13", + "ids": { + "openalex": "https://openalex.org/W2131241448", + "doi": "https://doi.org/10.48550/arxiv.1206.2944", + "mag": "2131241448" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:arXiv.org:1206.2944", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1206.2944", + "pdf_url": "https://arxiv.org/pdf/1206.2944", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "type": "preprint", + "indexed_in": [ + "arxiv", + "datacite" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1206.2944", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5112347601", + "display_name": "Jasper Snoek", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I185261750", + "display_name": "University of Toronto", + "ror": "https://ror.org/03dbr7087", + "country_code": "CA", + "type": "education", + "lineage": [ + "https://openalex.org/I185261750" + ] + } + ], + "countries": [ + "CA" + ], + "is_corresponding": true, + "raw_author_name": "Snoek, Jasper", + "raw_affiliation_strings": [ + "[Department of Computer Science, University of Toronto]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Department of Computer Science, University of Toronto]", + "institution_ids": [ + "https://openalex.org/I185261750" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5019862529", + "display_name": "Hugo Larochelle", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I135117807", + "display_name": "Université de Sherbrooke", + "ror": "https://ror.org/00kybxq39", + "country_code": "CA", + "type": "education", + "lineage": [ + "https://openalex.org/I135117807" + ] + } + ], + "countries": [ + "CA" + ], + "is_corresponding": false, + "raw_author_name": "Larochelle, Hugo", + "raw_affiliation_strings": [ + "Department of Computer Science, University of Sherbrooke," + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science, University of Sherbrooke,", + "institution_ids": [ + "https://openalex.org/I135117807" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5007769527", + "display_name": "Ryan P. Adams", + "orcid": "https://orcid.org/0000-0002-5704-6654" + }, + "institutions": [ + { + "id": "https://openalex.org/I136199984", + "display_name": "Harvard University", + "ror": "https://ror.org/03vek6s52", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I136199984" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Adams, Ryan P.", + "raw_affiliation_strings": [ + "School of Engineering & Applied Sciences Harvard University" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "School of Engineering & Applied Sciences Harvard University", + "institution_ids": [ + "https://openalex.org/I136199984" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5112347601" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I185261750" + ], + "apc_list": null, + "apc_paid": null, + "fwci": null, + "has_fulltext": false, + "cited_by_count": 5659, + "citation_normalized_percentile": null, + "cited_by_percentile_year": null, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12814", + "display_name": "Gaussian Processes and Bayesian Inference", + "score": 0.9994000196456909, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12814", + "display_name": "Gaussian Processes and Bayesian Inference", + "score": 0.9994000196456909, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12072", + "display_name": "Machine Learning and Algorithms", + "score": 0.9991000294685364, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9991000294685364, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/bayesian-optimization", + "display_name": "Bayesian optimization", + "score": 0.6480942964553833 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6321470737457275 + }, + { + "id": "https://openalex.org/keywords/bayesian-probability", + "display_name": "Bayesian probability", + "score": 0.5293997526168823 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.49968791007995605 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.4541047513484955 + }, + { + "id": "https://openalex.org/keywords/optimization-algorithm", + "display_name": "Optimization algorithm", + "score": 0.422710120677948 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.4147215187549591 + }, + { + "id": "https://openalex.org/keywords/mathematical-optimization", + "display_name": "Mathematical optimization", + "score": 0.23351716995239258 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.17170017957687378 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2778049539", + "wikidata": "https://www.wikidata.org/wiki/Q17002908", + "display_name": "Bayesian optimization", + "level": 2, + "score": 0.6480942964553833 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6321470737457275 + }, + { + "id": "https://openalex.org/C107673813", + "wikidata": "https://www.wikidata.org/wiki/Q812534", + "display_name": "Bayesian probability", + "level": 2, + "score": 0.5293997526168823 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.49968791007995605 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.4541047513484955 + }, + { + "id": "https://openalex.org/C2987595161", + "wikidata": "https://www.wikidata.org/wiki/Q141495", + "display_name": "Optimization algorithm", + "level": 2, + "score": 0.422710120677948 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.4147215187549591 + }, + { + "id": "https://openalex.org/C126255220", + "wikidata": "https://www.wikidata.org/wiki/Q141495", + "display_name": "Mathematical optimization", + "level": 1, + "score": 0.23351716995239258 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.17170017957687378 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "pmh:oai:arXiv.org:1206.2944", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1206.2944", + "pdf_url": "https://arxiv.org/pdf/1206.2944", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "doi:10.48550/arxiv.1206.2944", + "is_oa": true, + "landing_page_url": "https://doi.org/10.48550/arxiv.1206.2944", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1206.2944", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1206.2944", + "pdf_url": "https://arxiv.org/pdf/1206.2944", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 23, + "referenced_works": [ + "https://openalex.org/W60686164", + "https://openalex.org/W78356000", + "https://openalex.org/W84569508", + "https://openalex.org/W1497675750", + "https://openalex.org/W1746819321", + "https://openalex.org/W1973333099", + "https://openalex.org/W2061144551", + "https://openalex.org/W2097998348", + "https://openalex.org/W2099201756", + "https://openalex.org/W2106411961", + "https://openalex.org/W2106869737", + "https://openalex.org/W2119595900", + "https://openalex.org/W2129458072", + "https://openalex.org/W2132984949", + "https://openalex.org/W2141125852", + "https://openalex.org/W2147196093", + "https://openalex.org/W2151238122", + "https://openalex.org/W2165599843", + "https://openalex.org/W2189424119", + "https://openalex.org/W2197776371", + "https://openalex.org/W2951665052", + "https://openalex.org/W2964172739", + "https://openalex.org/W3118608800" + ], + "related_works": [ + "https://openalex.org/W3199608561", + "https://openalex.org/W4382049207", + "https://openalex.org/W4366549320", + "https://openalex.org/W4287863136", + "https://openalex.org/W3006015132", + "https://openalex.org/W2965078190", + "https://openalex.org/W3040644038", + "https://openalex.org/W4311207076", + "https://openalex.org/W3203633096", + "https://openalex.org/W2355226480" + ], + "abstract_inverted_index": { + "Machine": [ + 0 + ], + "learning": [ + 1, + 53, + 78, + 165, + 181 + ], + "algorithms": [ + 2, + 171, + 200, + 220 + ], + "frequently": [ + 3 + ], + "require": [ + 4 + ], + "careful": [ + 5 + ], + "tuning": [ + 6, + 17, + 67, + 163 + ], + "of": [ + 7, + 29, + 41, + 50, + 72, + 104, + 126, + 146, + 180, + 189, + 218 + ], + "model": [ + 8 + ], + "hyperparameters,": [ + 9 + ], + "regularization": [ + 10 + ], + "terms,": [ + 11 + ], + "and": [ + 12, + 131, + 183, + 206, + 227 + ], + "optimization": [ + 13, + 213 + ], + "parameters.": [ + 14 + ], + "Unfortunately,": [ + 15 + ], + "this": [ + 16, + 61 + ], + "is": [ + 18, + 38, + 82 + ], + "often": [ + 19 + ], + "a": [ + 20, + 51, + 77, + 85, + 88, + 138, + 215 + ], + "\"black": [ + 21 + ], + "art\"": [ + 22 + ], + "that": [ + 23, + 151, + 158, + 172, + 184, + 197 + ], + "requires": [ + 24 + ], + "expert": [ + 25 + ], + "experience,": [ + 26 + ], + "unwritten": [ + 27 + ], + "rules": [ + 28 + ], + "thumb,": [ + 30 + ], + "or": [ + 31, + 144, + 209 + ], + "sometimes": [ + 32 + ], + "brute-force": [ + 33 + ], + "search.": [ + 34 + ], + "Much": [ + 35 + ], + "more": [ + 36 + ], + "appealing": [ + 37 + ], + "the": [ + 39, + 48, + 56, + 65, + 70, + 98, + 105, + 124, + 127, + 132, + 142, + 176, + 187 + ], + "idea": [ + 40 + ], + "developing": [ + 42 + ], + "automatic": [ + 43, + 66, + 204 + ], + "approaches": [ + 44 + ], + "which": [ + 45, + 76 + ], + "can": [ + 46, + 136, + 154, + 185, + 207 + ], + "optimize": [ + 47 + ], + "performance": [ + 49, + 81, + 161 + ], + "given": [ + 52 + ], + "algorithm": [ + 54 + ], + "to": [ + 55, + 101, + 117, + 156 + ], + "task": [ + 57 + ], + "at": [ + 58 + ], + "hand.": [ + 59 + ], + "In": [ + 60 + ], + "work,": [ + 62 + ], + "we": [ + 63, + 121 + ], + "consider": [ + 64 + ], + "problem": [ + 68 + ], + "within": [ + 69 + ], + "framework": [ + 71 + ], + "Bayesian": [ + 73, + 147 + ], + "optimization,": [ + 74 + ], + "in": [ + 75, + 162 + ], + "algorithm's": [ + 79 + ], + "generalization": [ + 80 + ], + "modeled": [ + 83 + ], + "as": [ + 84 + ], + "sample": [ + 86 + ], + "from": [ + 87 + ], + "Gaussian": [ + 89, + 128 + ], + "process": [ + 90, + 129 + ], + "(GP).": [ + 91 + ], + "The": [ + 92 + ], + "tractable": [ + 93 + ], + "posterior": [ + 94 + ], + "distribution": [ + 95 + ], + "induced": [ + 96 + ], + "by": [ + 97, + 108 + ], + "GP": [ + 99 + ], + "leads": [ + 100 + ], + "efficient": [ + 102 + ], + "use": [ + 103 + ], + "information": [ + 106 + ], + "gathered": [ + 107 + ], + "previous": [ + 109, + 203 + ], + "experiments,": [ + 110 + ], + "enabling": [ + 111 + ], + "optimal": [ + 112 + ], + "choices": [ + 113, + 153 + ], + "about": [ + 114 + ], + "what": [ + 115 + ], + "parameters": [ + 116 + ], + "try": [ + 118 + ], + "next.": [ + 119 + ], + "Here": [ + 120 + ], + "show": [ + 122, + 150, + 196 + ], + "how": [ + 123 + ], + "effects": [ + 125 + ], + "prior": [ + 130 + ], + "associated": [ + 133 + ], + "inference": [ + 134 + ], + "procedure": [ + 135 + ], + "have": [ + 137 + ], + "large": [ + 139 + ], + "impact": [ + 140 + ], + "on": [ + 141, + 202, + 214 + ], + "success": [ + 143 + ], + "failure": [ + 145 + ], + "optimization.": [ + 148 + ], + "We": [ + 149, + 167, + 195 + ], + "thoughtful": [ + 152 + ], + "lead": [ + 155 + ], + "results": [ + 157 + ], + "exceed": [ + 159 + ], + "expert-level": [ + 160, + 212 + ], + "machine": [ + 164 + ], + "algorithms.": [ + 166 + ], + "also": [ + 168 + ], + "describe": [ + 169 + ], + "new": [ + 170 + ], + "take": [ + 173 + ], + "into": [ + 174 + ], + "account": [ + 175 + ], + "variable": [ + 177 + ], + "cost": [ + 178 + ], + "(duration)": [ + 179 + ], + "experiments": [ + 182 + ], + "leverage": [ + 186 + ], + "presence": [ + 188 + ], + "multiple": [ + 190 + ], + "cores": [ + 191 + ], + "for": [ + 192 + ], + "parallel": [ + 193 + ], + "experimentation.": [ + 194 + ], + "these": [ + 198 + ], + "proposed": [ + 199 + ], + "improve": [ + 201 + ], + "procedures": [ + 205 + ], + "reach": [ + 208 + ], + "surpass": [ + 210 + ], + "human": [ + 211 + ], + "diverse": [ + 216 + ], + "set": [ + 217 + ], + "contemporary": [ + 219 + ], + "including": [ + 221 + ], + "latent": [ + 222 + ], + "Dirichlet": [ + 223 + ], + "allocation,": [ + 224 + ], + "structured": [ + 225 + ], + "SVMs": [ + 226 + ], + "convolutional": [ + 228 + ], + "neural": [ + 229 + ], + "networks.": [ + 230 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 32 + }, + { + "year": 2025, + "cited_by_count": 500 + }, + { + "year": 2024, + "cited_by_count": 630 + }, + { + "year": 2023, + "cited_by_count": 637 + }, + { + "year": 2022, + "cited_by_count": 632 + }, + { + "year": 2021, + "cited_by_count": 872 + }, + { + "year": 2020, + "cited_by_count": 787 + }, + { + "year": 2019, + "cited_by_count": 613 + }, + { + "year": 2018, + "cited_by_count": 368 + }, + { + "year": 2017, + "cited_by_count": 201 + }, + { + "year": 2016, + "cited_by_count": 154 + }, + { + "year": 2015, + "cited_by_count": 113 + }, + { + "year": 2014, + "cited_by_count": 81 + }, + { + "year": 2013, + "cited_by_count": 31 + }, + { + "year": 2012, + "cited_by_count": 8 + } + ], + "updated_date": "2026-05-22T09:01:20.584952", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2913668833", + "doi": null, + "title": "Proceedings of the 25th international conference on Machine learning", + "display_name": "Proceedings of the 25th international conference on Machine learning", + "relevance_score": 4815.651, + "publication_year": 2008, + "publication_date": "2008-07-05", + "ids": { + "openalex": "https://openalex.org/W2913668833", + "mag": "2913668833" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-034209046", + "is_oa": false, + "landing_page_url": "https://dl.acm.org/action/showBook?doi=10.1145%2F1390156", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "software, multimedia" + }, + "type": "article", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5051617344", + "display_name": "William W. Cohen", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I74973139", + "display_name": "Carnegie Mellon University", + "ror": "https://ror.org/05x2bcf33", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I74973139" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "William W. Cohen", + "raw_affiliation_strings": [ + "Carnegie Mellon University" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Carnegie Mellon University", + "institution_ids": [ + "https://openalex.org/I74973139" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5107835063", + "display_name": "Andrew McCallum", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I24603500", + "display_name": "University of Massachusetts Amherst", + "ror": "https://ror.org/0072zz521", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I24603500" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Andrew McCallum", + "raw_affiliation_strings": [ + "University of Massachusetts, Amherst" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Massachusetts, Amherst", + "institution_ids": [ + "https://openalex.org/I24603500" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5003010184", + "display_name": "Sam T. Roweis", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + }, + { + "id": "https://openalex.org/I185261750", + "display_name": "University of Toronto", + "ror": "https://ror.org/03dbr7087", + "country_code": "CA", + "type": "education", + "lineage": [ + "https://openalex.org/I185261750" + ] + } + ], + "countries": [ + "CA", + "US" + ], + "is_corresponding": false, + "raw_author_name": "Sam T. Roweis", + "raw_affiliation_strings": [ + "University of Toronto and Google#TAB#" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Toronto and Google#TAB#", + "institution_ids": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I185261750" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5051617344" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I74973139" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 211.7166, + "has_fulltext": false, + "cited_by_count": 5549, + "citation_normalized_percentile": { + "value": 0.99996634, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9751999974250793, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9751999974250793, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12072", + "display_name": "Machine Learning and Algorithms", + "score": 0.9610000252723694, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11875", + "display_name": "Statistics Education and Methodologies", + "score": 0.949999988079071, + "subfield": { + "id": "https://openalex.org/subfields/2613", + "display_name": "Statistics and Probability" + }, + "field": { + "id": "https://openalex.org/fields/26", + "display_name": "Mathematics" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/presentation", + "display_name": "Presentation (obstetrics)", + "score": 0.5605996251106262 + }, + { + "id": "https://openalex.org/keywords/library-science", + "display_name": "Library science", + "score": 0.5152300000190735 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.3871921896934509 + }, + { + "id": "https://openalex.org/keywords/medical-education", + "display_name": "Medical education", + "score": 0.3709452450275421 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.36655187606811523 + }, + { + "id": "https://openalex.org/keywords/medicine", + "display_name": "Medicine", + "score": 0.28487396240234375 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2777601897", + "wikidata": "https://www.wikidata.org/wiki/Q3409113", + "display_name": "Presentation (obstetrics)", + "level": 2, + "score": 0.5605996251106262 + }, + { + "id": "https://openalex.org/C161191863", + "wikidata": "https://www.wikidata.org/wiki/Q199655", + "display_name": "Library science", + "level": 1, + "score": 0.5152300000190735 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.3871921896934509 + }, + { + "id": "https://openalex.org/C509550671", + "wikidata": "https://www.wikidata.org/wiki/Q126945", + "display_name": "Medical education", + "level": 1, + "score": 0.3709452450275421 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.36655187606811523 + }, + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.28487396240234375 + }, + { + "id": "https://openalex.org/C126838900", + "wikidata": "https://www.wikidata.org/wiki/Q77604", + "display_name": "Radiology", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-034209046", + "is_oa": false, + "landing_page_url": "https://dl.acm.org/action/showBook?doi=10.1145%2F1390156", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "software, multimedia" + }, + { + "id": "mag:2913668833", + "is_oa": false, + "landing_page_url": "https://dl.acm.org/citation.cfm?id=1390156", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306419644", + "display_name": "International Conference on Machine Learning", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "conference" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": "International Conference on Machine Learning", + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "display_name": "Partnerships for the goals", + "id": "https://metadata.un.org/sdg/17", + "score": 0.4000000059604645 + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [], + "abstract_inverted_index": { + "This": [ + 0, + 395, + 430 + ], + "volume": [ + 1 + ], + "contains": [ + 2 + ], + "the": [ + 3, + 7, + 18, + 22, + 33, + 41, + 62, + 74, + 84, + 128, + 132, + 145, + 158, + 169, + 175, + 178, + 182, + 203, + 215, + 221, + 225, + 285, + 290, + 315, + 330, + 344, + 355, + 422, + 427, + 439, + 442, + 499, + 515 + ], + "papers": [ + 4, + 96, + 199, + 219, + 239, + 251, + 267 + ], + "accepted": [ + 5, + 241 + ], + "to": [ + 6, + 99, + 125, + 127, + 205, + 242, + 307, + 310, + 343, + 450, + 475 + ], + "25th": [ + 8 + ], + "International": [ + 9, + 23 + ], + "Conference": [ + 10, + 77, + 86 + ], + "on": [ + 11, + 78, + 87, + 141, + 218 + ], + "Machine": [ + 12, + 24, + 516 + ], + "Learning": [ + 13, + 25, + 80, + 517 + ], + "(ICML": [ + 14 + ], + "2008).": [ + 15 + ], + "ICML": [ + 16, + 56, + 100, + 229, + 243, + 445, + 503 + ], + "is": [ + 17 + ], + "annual": [ + 19 + ], + "conference": [ + 20, + 292 + ], + "of": [ + 21, + 37, + 43, + 64, + 147, + 171, + 177, + 195, + 232, + 250, + 262, + 284, + 289, + 314, + 318, + 322, + 329, + 337, + 408, + 414, + 426, + 441, + 502, + 522 + ], + "Society": [ + 26 + ], + "(IMLS),": [ + 27 + ], + "and": [ + 28, + 35, + 69, + 82, + 131, + 144, + 166, + 188, + 220, + 270, + 325, + 334, + 364, + 369, + 377, + 382, + 387, + 392, + 404, + 418, + 467, + 470, + 481, + 494 + ], + "provides": [ + 29 + ], + "a": [ + 30, + 104, + 190, + 247, + 272, + 300, + 409, + 433, + 510 + ], + "venue": [ + 31 + ], + "for": [ + 32, + 193, + 228, + 277, + 436, + 490, + 519 + ], + "presentation": [ + 34 + ], + "discussion": [ + 36, + 154, + 180 + ], + "current": [ + 38 + ], + "research": [ + 39 + ], + "in": [ + 40, + 66, + 89, + 109, + 271, + 507 + ], + "field": [ + 42 + ], + "machine": [ + 44 + ], + "learning.": [ + 45 + ], + "These": [ + 46 + ], + "proceedings": [ + 47 + ], + "can": [ + 48 + ], + "also": [ + 49, + 349, + 487 + ], + "be": [ + 50, + 308 + ], + "found": [ + 51 + ], + "online": [ + 52, + 142 + ], + "at": [ + 53, + 61 + ], + "http://www.machinelearning.org.\r\n\r\nThis": [ + 54 + ], + "year,": [ + 55, + 245, + 444 + ], + "was": [ + 57, + 70, + 103, + 113 + ], + "held": [ + 58, + 353 + ], + "July": [ + 59 + ], + "5..9": [ + 60 + ], + "University": [ + 63 + ], + "Helsinki,": [ + 65, + 67 + ], + "Finland,": [ + 68 + ], + "co-located": [ + 71, + 511 + ], + "with": [ + 72, + 280, + 402, + 509 + ], + "COLT-2008,": [ + 73 + ], + "21st": [ + 75 + ], + "Annual": [ + 76 + ], + "Computational": [ + 79 + ], + "Theory,": [ + 81 + ], + "UAI-2008,": [ + 83 + ], + "24th": [ + 85 + ], + "Uncertainty": [ + 88 + ], + "Artificial": [ + 90 + ], + "Intelligence.": [ + 91 + ], + "No": [ + 92 + ], + "less": [ + 93 + ], + "than": [ + 94 + ], + "583": [ + 95 + ], + "were": [ + 97, + 123, + 152, + 200, + 240, + 253, + 304, + 399 + ], + "submitted": [ + 98 + ], + "2008.": [ + 101 + ], + "There": [ + 102, + 151 + ], + "very": [ + 105, + 305 + ], + "thorough": [ + 106 + ], + "review": [ + 107, + 192, + 226 + ], + "process,": [ + 108 + ], + "which": [ + 110, + 252 + ], + "each": [ + 111, + 194 + ], + "paper": [ + 112, + 501, + 524 + ], + "reviewed": [ + 114 + ], + "double-blind": [ + 115 + ], + "by": [ + 116, + 157, + 202, + 299, + 359, + 421 + ], + "three": [ + 117, + 428 + ], + "program": [ + 118, + 160 + ], + "committee": [ + 119, + 161 + ], + "(PC)": [ + 120 + ], + "members.": [ + 121 + ], + "Authors": [ + 122 + ], + "able": [ + 124, + 309 + ], + "respond": [ + 126 + ], + "initial": [ + 129 + ], + "reviews,": [ + 130 + ], + "PC": [ + 133 + ], + "members": [ + 134, + 184 + ], + "could": [ + 135 + ], + "then": [ + 136 + ], + "modify": [ + 137 + ], + "their": [ + 138, + 186, + 196, + 266 + ], + "reviews": [ + 139 + ], + "based": [ + 140 + ], + "discussions": [ + 143, + 279 + ], + "content": [ + 146 + ], + "this": [ + 148, + 244 + ], + "author": [ + 149, + 172 + ], + "response.": [ + 150 + ], + "two": [ + 153, + 296 + ], + "periods": [ + 155 + ], + "led": [ + 156 + ], + "senior": [ + 159 + ], + "(SPC),": [ + 162 + ], + "one": [ + 163, + 167, + 294 + ], + "just": [ + 164 + ], + "before": [ + 165, + 354 + ], + "after": [ + 168 + ], + "submission": [ + 170 + ], + "responses.": [ + 173 + ], + "At": [ + 174 + ], + "end": [ + 176 + ], + "second": [ + 179 + ], + "period,": [ + 181 + ], + "SPC": [ + 183 + ], + "gave": [ + 185, + 488 + ], + "recommendations": [ + 187 + ], + "provided": [ + 189, + 432 + ], + "summary": [ + 191 + ], + "papers.": [ + 197 + ], + "Some": [ + 198 + ], + "checked": [ + 201 + ], + "SPCs": [ + 204 + ], + "ensure": [ + 206 + ], + "that": [ + 207, + 231 + ], + "reviewer": [ + 208 + ], + "comments": [ + 209 + ], + "had": [ + 210 + ], + "been": [ + 211 + ], + "addressed.": [ + 212 + ], + "Apart": [ + 213 + ], + "from": [ + 214 + ], + "length": [ + 216 + ], + "restrictions": [ + 217 + ], + "compressed": [ + 222 + ], + "time": [ + 223, + 276 + ], + "frame,": [ + 224 + ], + "process": [ + 227 + ], + "resembles": [ + 230 + ], + "many": [ + 233 + ], + "journal": [ + 234 + ], + "publications.": [ + 235 + ], + "In": [ + 236, + 341, + 473 + ], + "total,": [ + 237 + ], + "158": [ + 238 + ], + "including": [ + 246 + ], + "small": [ + 248 + ], + "number": [ + 249 + ], + "initially": [ + 254 + ], + "conditionally": [ + 255 + ], + "accepted,": [ + 256 + ], + "yielding": [ + 257 + ], + "an": [ + 258 + ], + "overall": [ + 259 + ], + "acceptance": [ + 260 + ], + "rate": [ + 261 + ], + "27%.\r\n\r\nICML": [ + 263 + ], + "authors": [ + 264 + ], + "presented": [ + 265, + 358 + ], + "both": [ + 268 + ], + "orally": [ + 269 + ], + "poster": [ + 273 + ], + "session,": [ + 274 + ], + "allowing": [ + 275 + ], + "detailed": [ + 278 + ], + "any": [ + 281 + ], + "interested": [ + 282 + ], + "attendees": [ + 283, + 440 + ], + "conference.": [ + 286 + ], + "Each": [ + 287 + ], + "day": [ + 288, + 431 + ], + "main": [ + 291, + 356 + ], + "included": [ + 293, + 350 + ], + "or": [ + 295 + ], + "invited": [ + 297 + ], + "talks": [ + 298 + ], + "prominent": [ + 301 + ], + "researcher.": [ + 302 + ], + "We": [ + 303, + 456, + 513 + ], + "fortunate": [ + 306 + ], + "host": [ + 311 + ], + "Michael": [ + 312 + ], + "Collins,": [ + 313 + ], + "Massachusetts": [ + 316 + ], + "Institute": [ + 317 + ], + "Technology;": [ + 319 + ], + "Andrew": [ + 320 + ], + "Ng,": [ + 321 + ], + "Stanford": [ + 323 + ], + "University;": [ + 324 + ], + "Luc": [ + 326 + ], + "De": [ + 327 + ], + "Raedt,": [ + 328 + ], + "Katholieke": [ + 331 + ], + "Universiteit": [ + 332 + ], + "Leuven,": [ + 333 + ], + "John": [ + 335 + ], + "Winn": [ + 336 + ], + "Microsoft": [ + 338 + ], + "Research": [ + 339 + ], + "Cambridge.": [ + 340 + ], + "addition": [ + 342, + 474 + ], + "technical": [ + 345 + ], + "talks,": [ + 346 + ], + "ICML-": [ + 347 + ], + "2008": [ + 348 + ], + "nine": [ + 351 + ], + "tutorials": [ + 352 + ], + "conference,": [ + 357 + ], + "Alex": [ + 360 + ], + "Smola,": [ + 361 + ], + "Arthur": [ + 362 + ], + "Gretton,": [ + 363 + ], + "Kenji": [ + 365 + ], + "Fukumizu;": [ + 366 + ], + "Bert": [ + 367 + ], + "Kappen": [ + 368 + ], + "Marc": [ + 370 + ], + "Toussaint;": [ + 371 + ], + "Neil": [ + 372 + ], + "Lawrence;": [ + 373 + ], + "MartinWainwright;": [ + 374 + ], + "Ralf": [ + 375 + ], + "Herbrich": [ + 376 + ], + "Thore": [ + 378 + ], + "Graepel;": [ + 379 + ], + "Andreas": [ + 380 + ], + "Krause": [ + 381 + ], + "Carlos": [ + 383 + ], + "Guestrin;": [ + 384 + ], + "Shai": [ + 385 + ], + "Shalev-Shwartz": [ + 386 + ], + "Yoram": [ + 388 + ], + "Singer;": [ + 389 + ], + "Rob": [ + 390 + ], + "Fergus;": [ + 391 + ], + "Matthias": [ + 393 + ], + "Seeger.": [ + 394 + ], + "year": [ + 396 + ], + "our": [ + 397, + 462, + 465, + 476, + 523 + ], + "workshops": [ + 398, + 416 + ], + "organized": [ + 400 + ], + "jointly": [ + 401 + ], + "COLT": [ + 403 + ], + "UAI": [ + 405 + ], + "as": [ + 406 + ], + "part": [ + 407 + ], + "special": [ + 410 + ], + "overlap": [ + 411 + ], + "day,": [ + 412 + ], + "consisting": [ + 413 + ], + "eleven": [ + 415 + ], + "selected": [ + 417 + ], + "arranged": [ + 419 + ], + "collaboratively": [ + 420 + ], + "respective": [ + 423 + ], + "workshop": [ + 424 + ], + "chairs": [ + 425 + ], + "conferences.": [ + 429, + 455 + ], + "rich": [ + 434 + ], + "opportunity": [ + 435 + ], + "interaction": [ + 437 + ], + "among": [ + 438 + ], + "conferences.\r\n\r\nThis": [ + 443 + ], + "enlarged": [ + 446 + ], + "its": [ + 447 + ], + "award": [ + 448 + ], + "offerings": [ + 449 + ], + "match": [ + 451 + ], + "several": [ + 452 + ], + "other": [ + 453 + ], + "well-established": [ + 454 + ], + "hope": [ + 457 + ], + "these": [ + 458 + ], + "will": [ + 459 + ], + "help": [ + 460 + ], + "build": [ + 461 + ], + "community,": [ + 463 + ], + "celebrate": [ + 464 + ], + "advances,": [ + 466 + ], + "encourage": [ + 468 + ], + "applications": [ + 469 + ], + "long-term": [ + 471 + ], + "thinking.": [ + 472 + ], + "previously": [ + 477 + ], + "traditional": [ + 478 + ], + "Best": [ + 496 + ], + "Paper": [ + 480, + 484, + 493, + 497 + ], + "Student": [ + 483 + ], + "awards,": [ + 485 + ], + "we": [ + 486 + ], + "awards": [ + 489 + ], + "Application": [ + 492 + ], + "10-year": [ + 495 + ], + "(for": [ + 498 + ], + "best": [ + 500 + ], + "1998,": [ + 504 + ], + "optionally": [ + 505 + ], + "given": [ + 506 + ], + "conjunction": [ + 508 + ], + "conference).": [ + 512 + ], + "thank": [ + 514 + ], + "Journal": [ + 518 + ], + "sponsoring": [ + 520 + ], + "some": [ + 521 + ], + "awards.": [ + 525 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 8 + }, + { + "year": 2024, + "cited_by_count": 1143 + }, + { + "year": 2023, + "cited_by_count": 870 + }, + { + "year": 2022, + "cited_by_count": 611 + }, + { + "year": 2021, + "cited_by_count": 497 + }, + { + "year": 2020, + "cited_by_count": 423 + }, + { + "year": 2019, + "cited_by_count": 289 + }, + { + "year": 2018, + "cited_by_count": 221 + }, + { + "year": 2017, + "cited_by_count": 220 + }, + { + "year": 2016, + "cited_by_count": 148 + }, + { + "year": 2015, + "cited_by_count": 122 + }, + { + "year": 2014, + "cited_by_count": 105 + }, + { + "year": 2013, + "cited_by_count": 109 + }, + { + "year": 2012, + "cited_by_count": 81 + } + ], + "updated_date": "2026-04-28T14:05:53.105641", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2934399013", + "doi": "https://doi.org/10.1056/nejmra1814259", + "title": "Machine Learning in Medicine", + "display_name": "Machine Learning in Medicine", + "relevance_score": 4739.2417, + "publication_year": 2019, + "publication_date": "2019-04-03", + "ids": { + "openalex": "https://openalex.org/W2934399013", + "doi": "https://doi.org/10.1056/nejmra1814259", + "mag": "2934399013", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/30943338" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1056/nejmra1814259", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1056/nejmra1814259", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S62468778", + "display_name": "New England Journal of Medicine", + "issn_l": "0028-4793", + "issn": [ + "0028-4793", + "1533-4406" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320239", + "host_organization_name": "Massachusetts Medical Society", + "host_organization_lineage": [ + "https://openalex.org/P4310320239" + ], + "host_organization_lineage_names": [ + "Massachusetts Medical Society" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "New England Journal of Medicine", + "raw_type": "journal-article" + }, + "type": "review", + "indexed_in": [ + "crossref", + "pubmed" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5022388476", + "display_name": "Alvin Rajkomar", + "orcid": "https://orcid.org/0000-0001-5750-5016" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Alvin Rajkomar", + "raw_affiliation_strings": [ + "From Google, Mountain View, CA (A.R., J.D.); and the Department of Biomedical Informatics, Harvard Medical School, Boston (I.K.)", + "Google, Mountain View, CA" + ], + "raw_orcid": "https://orcid.org/0000-0001-5750-5016", + "affiliations": [ + { + "raw_affiliation_string": "From Google, Mountain View, CA (A.R., J.D.); and the Department of Biomedical Informatics, Harvard Medical School, Boston (I.K.)", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + }, + { + "raw_affiliation_string": "Google, Mountain View, CA", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5043872671", + "display_name": "Jay B. Dean", + "orcid": "https://orcid.org/0000-0003-1362-0500" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Jeffrey Dean", + "raw_affiliation_strings": [ + "From Google, Mountain View, CA (A.R., J.D.); and the Department of Biomedical Informatics, Harvard Medical School, Boston (I.K.)", + "Google, Mountain View, CA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "From Google, Mountain View, CA (A.R., J.D.); and the Department of Biomedical Informatics, Harvard Medical School, Boston (I.K.)", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + }, + { + "raw_affiliation_string": "Google, Mountain View, CA", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5088509061", + "display_name": "Isaac S. Kohane", + "orcid": "https://orcid.org/0000-0003-2192-5160" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + }, + { + "id": "https://openalex.org/I136199984", + "display_name": "Harvard University", + "ror": "https://ror.org/03vek6s52", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I136199984" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Isaac Kohane", + "raw_affiliation_strings": [ + "From Google, Mountain View, CA (A.R., J.D.); and the Department of Biomedical Informatics, Harvard Medical School, Boston (I.K.)", + "Department of Biomedical Informatics, Harvard Medical School, Boston" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "From Google, Mountain View, CA (A.R., J.D.); and the Department of Biomedical Informatics, Harvard Medical School, Boston (I.K.)", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + }, + { + "raw_affiliation_string": "Department of Biomedical Informatics, Harvard Medical School, Boston", + "institution_ids": [ + "https://openalex.org/I136199984" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5022388476" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I1291425158" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 204.021, + "has_fulltext": false, + "cited_by_count": 3863, + "citation_normalized_percentile": { + "value": 0.99985434, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "380", + "issue": "14", + "first_page": "1347", + "last_page": "1358" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T13702", + "display_name": "Machine Learning in Healthcare", + "score": 0.998199999332428, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T13702", + "display_name": "Machine Learning in Healthcare", + "score": 0.998199999332428, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11636", + "display_name": "Artificial Intelligence in Healthcare and Education", + "score": 0.9979000091552734, + "subfield": { + "id": "https://openalex.org/subfields/2718", + "display_name": "Health Informatics" + }, + "field": { + "id": "https://openalex.org/fields/27", + "display_name": "Medicine" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + }, + { + "id": "https://openalex.org/T10350", + "display_name": "Electronic Health Records Systems", + "score": 0.9948999881744385, + "subfield": { + "id": "https://openalex.org/subfields/3605", + "display_name": "Health Information Management" + }, + "field": { + "id": "https://openalex.org/fields/36", + "display_name": "Health Professions" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/download", + "display_name": "Download", + "score": 0.6465957164764404 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.43065306544303894 + }, + { + "id": "https://openalex.org/keywords/data-science", + "display_name": "Data science", + "score": 0.39671552181243896 + }, + { + "id": "https://openalex.org/keywords/medicine", + "display_name": "Medicine", + "score": 0.3796260952949524 + }, + { + "id": "https://openalex.org/keywords/medical-education", + "display_name": "Medical education", + "score": 0.37657836079597473 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.321466863155365 + }, + { + "id": "https://openalex.org/keywords/world-wide-web", + "display_name": "World Wide Web", + "score": 0.27166682481765747 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2780154274", + "wikidata": "https://www.wikidata.org/wiki/Q7126717", + "display_name": "Download", + "level": 2, + "score": 0.6465957164764404 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.43065306544303894 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.39671552181243896 + }, + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.3796260952949524 + }, + { + "id": "https://openalex.org/C509550671", + "wikidata": "https://www.wikidata.org/wiki/Q126945", + "display_name": "Medical education", + "level": 1, + "score": 0.37657836079597473 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.321466863155365 + }, + { + "id": "https://openalex.org/C136764020", + "wikidata": "https://www.wikidata.org/wiki/Q466", + "display_name": "World Wide Web", + "level": 1, + "score": 0.27166682481765747 + } + ], + "mesh": [ + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D003658", + "descriptor_name": "Decision Making, Computer-Assisted", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D003658", + "descriptor_name": "Decision Making, Computer-Assisted", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D003658", + "descriptor_name": "Decision Making, Computer-Assisted", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D008297", + "descriptor_name": "Male", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D008297", + "descriptor_name": "Male", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D008297", + "descriptor_name": "Male", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D008490", + "descriptor_name": "Medical Informatics", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D008490", + "descriptor_name": "Medical Informatics", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D008490", + "descriptor_name": "Medical Informatics", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D008545", + "descriptor_name": "Melanoma", + "qualifier_ui": "Q000175", + "qualifier_name": "diagnosis", + "is_major_topic": false + }, + { + "descriptor_ui": "D008545", + "descriptor_name": "Melanoma", + "qualifier_ui": "Q000175", + "qualifier_name": "diagnosis", + "is_major_topic": false + }, + { + "descriptor_ui": "D008545", + "descriptor_name": "Melanoma", + "qualifier_ui": "Q000175", + "qualifier_name": "diagnosis", + "is_major_topic": false + }, + { + "descriptor_ui": "D008875", + "descriptor_name": "Middle Aged", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D008875", + "descriptor_name": "Middle Aged", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D008875", + "descriptor_name": "Middle Aged", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012878", + "descriptor_name": "Skin Neoplasms", + "qualifier_ui": "Q000175", + "qualifier_name": "diagnosis", + "is_major_topic": false + }, + { + "descriptor_ui": "D012878", + "descriptor_name": "Skin Neoplasms", + "qualifier_ui": "Q000175", + "qualifier_name": "diagnosis", + "is_major_topic": false + }, + { + "descriptor_ui": "D012878", + "descriptor_name": "Skin Neoplasms", + "qualifier_ui": "Q000175", + "qualifier_name": "diagnosis", + "is_major_topic": false + }, + { + "descriptor_ui": "D016347", + "descriptor_name": "Medical Records Systems, Computerized", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D016347", + "descriptor_name": "Medical Records Systems, Computerized", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D016347", + "descriptor_name": "Medical Records Systems, Computerized", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D057188", + "descriptor_name": "Workflow", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D057188", + "descriptor_name": "Workflow", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D057188", + "descriptor_name": "Workflow", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + } + ], + "locations_count": 2, + "locations": [ + { + "id": "doi:10.1056/nejmra1814259", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1056/nejmra1814259", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S62468778", + "display_name": "New England Journal of Medicine", + "issn_l": "0028-4793", + "issn": [ + "0028-4793", + "1533-4406" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320239", + "host_organization_name": "Massachusetts Medical Society", + "host_organization_lineage": [ + "https://openalex.org/P4310320239" + ], + "host_organization_lineage_names": [ + "Massachusetts Medical Society" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "New England Journal of Medicine", + "raw_type": "journal-article" + }, + { + "id": "pmid:30943338", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/30943338", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "The New England journal of medicine", + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 78, + "referenced_works": [ + "https://openalex.org/W1524493166", + "https://openalex.org/W1529983430", + "https://openalex.org/W2005440935", + "https://openalex.org/W2009184733", + "https://openalex.org/W2009954208", + "https://openalex.org/W2027540165", + "https://openalex.org/W2033163059", + "https://openalex.org/W2033609349", + "https://openalex.org/W2043092953", + "https://openalex.org/W2054076956", + "https://openalex.org/W2083721602", + "https://openalex.org/W2096849439", + "https://openalex.org/W2103018059", + "https://openalex.org/W2103889389", + "https://openalex.org/W2119472226", + "https://openalex.org/W2137767404", + "https://openalex.org/W2147246123", + "https://openalex.org/W2166187912", + "https://openalex.org/W2167414941", + "https://openalex.org/W2174931596", + "https://openalex.org/W2267932926", + "https://openalex.org/W2276530525", + "https://openalex.org/W2337116044", + "https://openalex.org/W2415841860", + "https://openalex.org/W2468431774", + "https://openalex.org/W2512902140", + "https://openalex.org/W2515682654", + "https://openalex.org/W2528491735", + "https://openalex.org/W2530247697", + "https://openalex.org/W2548723212", + "https://openalex.org/W2557738935", + "https://openalex.org/W2581082771", + "https://openalex.org/W2598272139", + "https://openalex.org/W2732701910", + "https://openalex.org/W2734356183", + "https://openalex.org/W2738975713", + "https://openalex.org/W2740060821", + "https://openalex.org/W2752747624", + "https://openalex.org/W2753059860", + "https://openalex.org/W2754518417", + "https://openalex.org/W2758348074", + "https://openalex.org/W2762741128", + "https://openalex.org/W2772246530", + "https://openalex.org/W2772723798", + "https://openalex.org/W2782945064", + "https://openalex.org/W2784499877", + "https://openalex.org/W2785268987", + "https://openalex.org/W2785526886", + "https://openalex.org/W2788633781", + "https://openalex.org/W2789894922", + "https://openalex.org/W2790444357", + "https://openalex.org/W2791819448", + "https://openalex.org/W2792902933", + "https://openalex.org/W2793267369", + "https://openalex.org/W2794457162", + "https://openalex.org/W2799837895", + "https://openalex.org/W2804685074", + "https://openalex.org/W2809453031", + "https://openalex.org/W2886281300", + "https://openalex.org/W2887623535", + "https://openalex.org/W2887719255", + "https://openalex.org/W2888109941", + "https://openalex.org/W2889242407", + "https://openalex.org/W2889494558", + "https://openalex.org/W2894917609", + "https://openalex.org/W2896385413", + "https://openalex.org/W2896817483", + "https://openalex.org/W2897434820", + "https://openalex.org/W2899560923", + "https://openalex.org/W2902802452", + "https://openalex.org/W2908201961", + "https://openalex.org/W2914579361", + "https://openalex.org/W2916105049", + "https://openalex.org/W2919115771", + "https://openalex.org/W3098949126", + "https://openalex.org/W4205374244", + "https://openalex.org/W4212774754", + "https://openalex.org/W4296220420" + ], + "related_works": [ + "https://openalex.org/W2899084033", + "https://openalex.org/W2748952813", + "https://openalex.org/W3031052312", + "https://openalex.org/W4389568370", + "https://openalex.org/W3032375762", + "https://openalex.org/W1995515455", + "https://openalex.org/W2080531066", + "https://openalex.org/W3108674512", + "https://openalex.org/W1506200166", + "https://openalex.org/W1489783725" + ], + "abstract_inverted_index": { + "Interview": [ + 0 + ], + "with": [ + 1, + 32 + ], + "Dr.": [ + 2 + ], + "Isaac": [ + 3 + ], + "Kohane": [ + 4 + ], + "on": [ + 5 + ], + "machine": [ + 6 + ], + "learning": [ + 7 + ], + "in": [ + 8 + ], + "medicine.": [ + 9 + ], + "(16:31)Download": [ + 10 + ], + "In": [ + 11 + ], + "this": [ + 12 + ], + "view": [ + 13 + ], + "of": [ + 14, + 17, + 28 + ], + "the": [ + 15, + 43 + ], + "future": [ + 16 + ], + "medicine,": [ + 18 + ], + "patient–provider": [ + 19 + ], + "interactions": [ + 20, + 31 + ], + "are": [ + 21, + 37 + ], + "informed": [ + 22 + ], + "and": [ + 23, + 39, + 47 + ], + "supported": [ + 24 + ], + "by": [ + 25 + ], + "massive": [ + 26 + ], + "amounts": [ + 27 + ], + "data": [ + 29, + 36 + ], + "from": [ + 30 + ], + "similar": [ + 33 + ], + "patients.": [ + 34 + ], + "These": [ + 35 + ], + "collected": [ + 38 + ], + "curated": [ + 40 + ], + "to": [ + 41 + ], + "provide": [ + 42 + ], + "latest": [ + 44 + ], + "evidence-based": [ + 45 + ], + "assessment": [ + 46 + ], + "recommendations.": [ + 48 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 428 + }, + { + "year": 2025, + "cited_by_count": 852 + }, + { + "year": 2024, + "cited_by_count": 636 + }, + { + "year": 2023, + "cited_by_count": 536 + }, + { + "year": 2022, + "cited_by_count": 465 + }, + { + "year": 2021, + "cited_by_count": 495 + }, + { + "year": 2020, + "cited_by_count": 354 + }, + { + "year": 2019, + "cited_by_count": 91 + }, + { + "year": 2018, + "cited_by_count": 2 + }, + { + "year": 2015, + "cited_by_count": 1 + }, + { + "year": 2014, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W1485009520", + "doi": "https://doi.org/10.48550/arxiv.1506.04214", + "title": "Convolutional LSTM Network: A Machine Learning Approach for Precipitation Nowcasting", + "display_name": "Convolutional LSTM Network: A Machine Learning Approach for Precipitation Nowcasting", + "relevance_score": 4735.6885, + "publication_year": 2015, + "publication_date": "2015-06-13", + "ids": { + "openalex": "https://openalex.org/W1485009520", + "doi": "https://doi.org/10.48550/arxiv.1506.04214", + "mag": "1485009520" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:arXiv.org:1506.04214", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1506.04214", + "pdf_url": "https://arxiv.org/pdf/1506.04214", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "type": "preprint", + "indexed_in": [ + "arxiv", + "datacite" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1506.04214", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5091515481", + "display_name": "Xingjian Shi", + "orcid": "https://orcid.org/0000-0002-2700-7742" + }, + "institutions": [ + { + "id": "https://openalex.org/I200769079", + "display_name": "Hong Kong University of Science and Technology", + "ror": "https://ror.org/00q4vv597", + "country_code": "HK", + "type": "education", + "lineage": [ + "https://openalex.org/I200769079" + ] + } + ], + "countries": [ + "HK" + ], + "is_corresponding": true, + "raw_author_name": "Shi, Xingjian", + "raw_affiliation_strings": [ + "Department of Computer Science and Engineering Hong Kong University of Science and Technology" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science and Engineering Hong Kong University of Science and Technology", + "institution_ids": [ + "https://openalex.org/I200769079" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5018500051", + "display_name": "Zhourong Chen", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I200769079", + "display_name": "Hong Kong University of Science and Technology", + "ror": "https://ror.org/00q4vv597", + "country_code": "HK", + "type": "education", + "lineage": [ + "https://openalex.org/I200769079" + ] + } + ], + "countries": [ + "HK" + ], + "is_corresponding": false, + "raw_author_name": "Chen, Zhourong", + "raw_affiliation_strings": [ + "Department of Computer Science and Engineering Hong Kong University of Science and Technology" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science and Engineering Hong Kong University of Science and Technology", + "institution_ids": [ + "https://openalex.org/I200769079" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5100663938", + "display_name": "Hao Wang", + "orcid": "https://orcid.org/0000-0003-0090-2840" + }, + "institutions": [ + { + "id": "https://openalex.org/I200769079", + "display_name": "Hong Kong University of Science and Technology", + "ror": "https://ror.org/00q4vv597", + "country_code": "HK", + "type": "education", + "lineage": [ + "https://openalex.org/I200769079" + ] + } + ], + "countries": [ + "HK" + ], + "is_corresponding": false, + "raw_author_name": "Wang, Hao", + "raw_affiliation_strings": [ + "Department of Computer Science and Engineering Hong Kong University of Science and Technology" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science and Engineering Hong Kong University of Science and Technology", + "institution_ids": [ + "https://openalex.org/I200769079" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5073139380", + "display_name": "Dit‐Yan Yeung", + "orcid": "https://orcid.org/0000-0003-3716-8125" + }, + "institutions": [ + { + "id": "https://openalex.org/I200769079", + "display_name": "Hong Kong University of Science and Technology", + "ror": "https://ror.org/00q4vv597", + "country_code": "HK", + "type": "education", + "lineage": [ + "https://openalex.org/I200769079" + ] + } + ], + "countries": [ + "HK" + ], + "is_corresponding": false, + "raw_author_name": "Yeung, Dit-Yan", + "raw_affiliation_strings": [ + "Department of Computer Science and Engineering Hong Kong University of Science and Technology" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science and Engineering Hong Kong University of Science and Technology", + "institution_ids": [ + "https://openalex.org/I200769079" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5101899480", + "display_name": "Wai Kin Wong", + "orcid": "https://orcid.org/0000-0001-8724-0696" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210104672", + "display_name": "Hong Kong Observatory", + "ror": "https://ror.org/01bvxvq19", + "country_code": "CN", + "type": "facility", + "lineage": [ + "https://openalex.org/I4210104672" + ] + } + ], + "countries": [ + "CN" + ], + "is_corresponding": false, + "raw_author_name": "Wong, Wai-kin", + "raw_affiliation_strings": [ + "Hong Kong Observatory Hong Kong, China" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Hong Kong Observatory Hong Kong, China", + "institution_ids": [ + "https://openalex.org/I4210104672" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5057734311", + "display_name": "Wang‐chun Woo", + "orcid": "https://orcid.org/0000-0001-5401-0333" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210104672", + "display_name": "Hong Kong Observatory", + "ror": "https://ror.org/01bvxvq19", + "country_code": "CN", + "type": "facility", + "lineage": [ + "https://openalex.org/I4210104672" + ] + } + ], + "countries": [ + "CN" + ], + "is_corresponding": false, + "raw_author_name": "Woo, Wang-chun", + "raw_affiliation_strings": [ + "Hong Kong Observatory Hong Kong, China" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Hong Kong Observatory Hong Kong, China", + "institution_ids": [ + "https://openalex.org/I4210104672" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 6, + "corresponding_author_ids": [ + "https://openalex.org/A5091515481" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I200769079" + ], + "apc_list": null, + "apc_paid": null, + "fwci": null, + "has_fulltext": false, + "cited_by_count": 6641, + "citation_normalized_percentile": null, + "cited_by_percentile_year": null, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10466", + "display_name": "Meteorological Phenomena and Simulations", + "score": 0.9984999895095825, + "subfield": { + "id": "https://openalex.org/subfields/1902", + "display_name": "Atmospheric Science" + }, + "field": { + "id": "https://openalex.org/fields/19", + "display_name": "Earth and Planetary Sciences" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10466", + "display_name": "Meteorological Phenomena and Simulations", + "score": 0.9984999895095825, + "subfield": { + "id": "https://openalex.org/subfields/1902", + "display_name": "Atmospheric Science" + }, + "field": { + "id": "https://openalex.org/fields/19", + "display_name": "Earth and Planetary Sciences" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11490", + "display_name": "Hydrological Forecasting Using AI", + "score": 0.9980000257492065, + "subfield": { + "id": "https://openalex.org/subfields/2305", + "display_name": "Environmental Engineering" + }, + "field": { + "id": "https://openalex.org/fields/23", + "display_name": "Environmental Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10930", + "display_name": "Flood Risk Assessment and Management", + "score": 0.9973999857902527, + "subfield": { + "id": "https://openalex.org/subfields/2306", + "display_name": "Global and Planetary Change" + }, + "field": { + "id": "https://openalex.org/fields/23", + "display_name": "Environmental Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/nowcasting", + "display_name": "Nowcasting", + "score": 0.9966049790382385 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7099078297615051 + }, + { + "id": "https://openalex.org/keywords/convolutional-neural-network", + "display_name": "Convolutional neural network", + "score": 0.6329242587089539 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5754866600036621 + }, + { + "id": "https://openalex.org/keywords/precipitation", + "display_name": "Precipitation", + "score": 0.5342473387718201 + }, + { + "id": "https://openalex.org/keywords/state", + "display_name": "State (computer science)", + "score": 0.4683465361595154 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.4540000259876251 + }, + { + "id": "https://openalex.org/keywords/perspective", + "display_name": "Perspective (graphical)", + "score": 0.4144560396671295 + }, + { + "id": "https://openalex.org/keywords/pattern-recognition", + "display_name": "Pattern recognition (psychology)", + "score": 0.3392675518989563 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.20132499933242798 + }, + { + "id": "https://openalex.org/keywords/meteorology", + "display_name": "Meteorology", + "score": 0.17883428931236267 + }, + { + "id": "https://openalex.org/keywords/geography", + "display_name": "Geography", + "score": 0.09717044234275818 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2781013037", + "wikidata": "https://www.wikidata.org/wiki/Q1433331", + "display_name": "Nowcasting", + "level": 2, + "score": 0.9966049790382385 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7099078297615051 + }, + { + "id": "https://openalex.org/C81363708", + "wikidata": "https://www.wikidata.org/wiki/Q17084460", + "display_name": "Convolutional neural network", + "level": 2, + "score": 0.6329242587089539 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5754866600036621 + }, + { + "id": "https://openalex.org/C107054158", + "wikidata": "https://www.wikidata.org/wiki/Q25257", + "display_name": "Precipitation", + "level": 2, + "score": 0.5342473387718201 + }, + { + "id": "https://openalex.org/C48103436", + "wikidata": "https://www.wikidata.org/wiki/Q599031", + "display_name": "State (computer science)", + "level": 2, + "score": 0.4683465361595154 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.4540000259876251 + }, + { + "id": "https://openalex.org/C12713177", + "wikidata": "https://www.wikidata.org/wiki/Q1900281", + "display_name": "Perspective (graphical)", + "level": 2, + "score": 0.4144560396671295 + }, + { + "id": "https://openalex.org/C153180895", + "wikidata": "https://www.wikidata.org/wiki/Q7148389", + "display_name": "Pattern recognition (psychology)", + "level": 2, + "score": 0.3392675518989563 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.20132499933242798 + }, + { + "id": "https://openalex.org/C153294291", + "wikidata": "https://www.wikidata.org/wiki/Q25261", + "display_name": "Meteorology", + "level": 1, + "score": 0.17883428931236267 + }, + { + "id": "https://openalex.org/C205649164", + "wikidata": "https://www.wikidata.org/wiki/Q1071", + "display_name": "Geography", + "level": 0, + "score": 0.09717044234275818 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "pmh:oai:arXiv.org:1506.04214", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1506.04214", + "pdf_url": "https://arxiv.org/pdf/1506.04214", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "doi:10.48550/arxiv.1506.04214", + "is_oa": true, + "landing_page_url": "https://doi.org/10.48550/arxiv.1506.04214", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1506.04214", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1506.04214", + "pdf_url": "https://arxiv.org/pdf/1506.04214", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "sustainable_development_goals": [ + { + "display_name": "Climate action", + "id": "https://metadata.un.org/sdg/13", + "score": 0.8500000238418579 + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 27, + "referenced_works": [ + "https://openalex.org/W588441650", + "https://openalex.org/W962117656", + "https://openalex.org/W1514535095", + "https://openalex.org/W1568514080", + "https://openalex.org/W1606347560", + "https://openalex.org/W1810943226", + "https://openalex.org/W1815076433", + "https://openalex.org/W1867429401", + "https://openalex.org/W1903029394", + "https://openalex.org/W1905882502", + "https://openalex.org/W1947481528", + "https://openalex.org/W1982479097", + "https://openalex.org/W2024414272", + "https://openalex.org/W2030459037", + "https://openalex.org/W2064675550", + "https://openalex.org/W2079565659", + "https://openalex.org/W2116435618", + "https://openalex.org/W2130942839", + "https://openalex.org/W2157331557", + "https://openalex.org/W2557283755", + "https://openalex.org/W2787727108", + "https://openalex.org/W2950635152", + "https://openalex.org/W2951183276", + "https://openalex.org/W2952453038", + "https://openalex.org/W4233546237", + "https://openalex.org/W4294306266", + "https://openalex.org/W4308909683" + ], + "related_works": [ + "https://openalex.org/W2098567841", + "https://openalex.org/W3124209601", + "https://openalex.org/W2238969010", + "https://openalex.org/W2189249776", + "https://openalex.org/W1526105959", + "https://openalex.org/W3193710367", + "https://openalex.org/W3122492506", + "https://openalex.org/W4388046081", + "https://openalex.org/W1778290058", + "https://openalex.org/W1166616657" + ], + "abstract_inverted_index": { + "The": [ + 0 + ], + "goal": [ + 1 + ], + "of": [ + 2, + 21 + ], + "precipitation": [ + 3, + 46, + 101, + 125 + ], + "nowcasting": [ + 4, + 47, + 102 + ], + "is": [ + 5 + ], + "to": [ + 6, + 73, + 93 + ], + "predict": [ + 7 + ], + "the": [ + 8, + 37, + 57, + 60, + 68, + 79, + 86, + 100, + 119 + ], + "future": [ + 9 + ], + "rainfall": [ + 10 + ], + "intensity": [ + 11 + ], + "in": [ + 12, + 54, + 77 + ], + "a": [ + 13, + 17, + 49 + ], + "local": [ + 14 + ], + "region": [ + 15 + ], + "over": [ + 16 + ], + "relatively": [ + 18 + ], + "short": [ + 19 + ], + "period": [ + 20 + ], + "time.": [ + 22 + ], + "Very": [ + 23 + ], + "few": [ + 24 + ], + "previous": [ + 25 + ], + "studies": [ + 26 + ], + "have": [ + 27, + 74 + ], + "examined": [ + 28 + ], + "this": [ + 29, + 42 + ], + "crucial": [ + 30 + ], + "and": [ + 31, + 59, + 81, + 90, + 114, + 118 + ], + "challenging": [ + 32 + ], + "weather": [ + 33 + ], + "forecasting": [ + 34, + 52 + ], + "problem": [ + 35, + 53 + ], + "from": [ + 36 + ], + "machine": [ + 38 + ], + "learning": [ + 39 + ], + "perspective.": [ + 40 + ], + "In": [ + 41 + ], + "paper,": [ + 43 + ], + "we": [ + 44, + 84 + ], + "formulate": [ + 45 + ], + "as": [ + 48 + ], + "spatiotemporal": [ + 50, + 64, + 111 + ], + "sequence": [ + 51 + ], + "which": [ + 55 + ], + "both": [ + 56, + 78 + ], + "input": [ + 58 + ], + "prediction": [ + 61 + ], + "target": [ + 62 + ], + "are": [ + 63 + ], + "sequences.": [ + 65 + ], + "By": [ + 66 + ], + "extending": [ + 67 + ], + "fully": [ + 69 + ], + "connected": [ + 70 + ], + "LSTM": [ + 71, + 88 + ], + "(FC-LSTM)": [ + 72 + ], + "convolutional": [ + 75, + 87 + ], + "structures": [ + 76 + ], + "input-to-state": [ + 80 + ], + "state-to-state": [ + 82 + ], + "transitions,": [ + 83 + ], + "propose": [ + 85 + ], + "(ConvLSTM)": [ + 89 + ], + "use": [ + 91 + ], + "it": [ + 92 + ], + "build": [ + 94 + ], + "an": [ + 95 + ], + "end-to-end": [ + 96 + ], + "trainable": [ + 97 + ], + "model": [ + 98 + ], + "for": [ + 99, + 124 + ], + "problem.": [ + 103 + ], + "Experiments": [ + 104 + ], + "show": [ + 105 + ], + "that": [ + 106 + ], + "our": [ + 107 + ], + "ConvLSTM": [ + 108 + ], + "network": [ + 109 + ], + "captures": [ + 110 + ], + "correlations": [ + 112 + ], + "better": [ + 113 + ], + "consistently": [ + 115 + ], + "outperforms": [ + 116 + ], + "FC-LSTM": [ + 117 + ], + "state-of-the-art": [ + 120 + ], + "operational": [ + 121 + ], + "ROVER": [ + 122 + ], + "algorithm": [ + 123 + ], + "nowcasting.": [ + 126 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 23 + }, + { + "year": 2025, + "cited_by_count": 513 + }, + { + "year": 2024, + "cited_by_count": 855 + }, + { + "year": 2023, + "cited_by_count": 1013 + }, + { + "year": 2022, + "cited_by_count": 1028 + }, + { + "year": 2021, + "cited_by_count": 1126 + }, + { + "year": 2020, + "cited_by_count": 926 + }, + { + "year": 2019, + "cited_by_count": 736 + }, + { + "year": 2018, + "cited_by_count": 294 + }, + { + "year": 2017, + "cited_by_count": 110 + }, + { + "year": 2016, + "cited_by_count": 15 + }, + { + "year": 2014, + "cited_by_count": 1 + }, + { + "year": 2012, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-24T08:33:08.758527", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W114517082", + "doi": "https://doi.org/10.1007/978-3-7908-2604-3_16", + "title": "Large-Scale Machine Learning with Stochastic Gradient Descent", + "display_name": "Large-Scale Machine Learning with Stochastic Gradient Descent", + "relevance_score": 4605.2676, + "publication_year": 2010, + "publication_date": "2010-01-01", + "ids": { + "openalex": "https://openalex.org/W114517082", + "doi": "https://doi.org/10.1007/978-3-7908-2604-3_16", + "mag": "114517082" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1007/978-3-7908-2604-3_16", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1007/978-3-7908-2604-3_16", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Proceedings of COMPSTAT'2010", + "raw_type": "book-chapter" + }, + "type": "book-chapter", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5019206666", + "display_name": "Léon Bottou", + "orcid": "https://orcid.org/0000-0002-9894-8128" + }, + "institutions": [ + { + "id": "https://openalex.org/I20089843", + "display_name": "Princeton University", + "ror": "https://ror.org/00hx57361", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I20089843" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Léon Bottou", + "raw_affiliation_strings": [ + "NEC Labs America, Princeton, NJ, 08542, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "NEC Labs America, Princeton, NJ, 08542, USA", + "institution_ids": [ + "https://openalex.org/I20089843" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5019206666" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I20089843" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 33.3114, + "has_fulltext": false, + "cited_by_count": 5615, + "citation_normalized_percentile": { + "value": 0.99817643, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": "177", + "last_page": "186" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11612", + "display_name": "Stochastic Gradient Optimization Techniques", + "score": 0.9887999892234802, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11612", + "display_name": "Stochastic Gradient Optimization Techniques", + "score": 0.9887999892234802, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10764", + "display_name": "Privacy-Preserving Technologies in Data", + "score": 0.003100000089034438, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12101", + "display_name": "Advanced Bandit Algorithms Research", + "score": 0.0019000000320374966, + "subfield": { + "id": "https://openalex.org/subfields/1803", + "display_name": "Management Science and Operations Research" + }, + "field": { + "id": "https://openalex.org/fields/18", + "display_name": "Decision Sciences" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/stochastic-gradient-descent", + "display_name": "Stochastic gradient descent", + "score": 0.8901551961898804 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6674743294715881 + }, + { + "id": "https://openalex.org/keywords/scale", + "display_name": "Scale (ratio)", + "score": 0.6642521619796753 + }, + { + "id": "https://openalex.org/keywords/stochastic-optimization", + "display_name": "Stochastic optimization", + "score": 0.610326886177063 + }, + { + "id": "https://openalex.org/keywords/gradient-descent", + "display_name": "Gradient descent", + "score": 0.5460410714149475 + }, + { + "id": "https://openalex.org/keywords/set", + "display_name": "Set (abstract data type)", + "score": 0.5359654426574707 + }, + { + "id": "https://openalex.org/keywords/online-machine-learning", + "display_name": "Online machine learning", + "score": 0.5075844526290894 + }, + { + "id": "https://openalex.org/keywords/context", + "display_name": "Context (archaeology)", + "score": 0.5021035671234131 + }, + { + "id": "https://openalex.org/keywords/sample", + "display_name": "Sample (material)", + "score": 0.44076448678970337 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.43065375089645386 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.3568766713142395 + }, + { + "id": "https://openalex.org/keywords/mathematical-optimization", + "display_name": "Mathematical optimization", + "score": 0.3531373143196106 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.3442344069480896 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.26637405157089233 + }, + { + "id": "https://openalex.org/keywords/active-learning", + "display_name": "Active learning (machine learning)", + "score": 0.11679795384407043 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.10637149214744568 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C206688291", + "wikidata": "https://www.wikidata.org/wiki/Q7617819", + "display_name": "Stochastic gradient descent", + "level": 3, + "score": 0.8901551961898804 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6674743294715881 + }, + { + "id": "https://openalex.org/C2778755073", + "wikidata": "https://www.wikidata.org/wiki/Q10858537", + "display_name": "Scale (ratio)", + "level": 2, + "score": 0.6642521619796753 + }, + { + "id": "https://openalex.org/C194387892", + "wikidata": "https://www.wikidata.org/wiki/Q1747770", + "display_name": "Stochastic optimization", + "level": 2, + "score": 0.610326886177063 + }, + { + "id": "https://openalex.org/C153258448", + "wikidata": "https://www.wikidata.org/wiki/Q1199743", + "display_name": "Gradient descent", + "level": 3, + "score": 0.5460410714149475 + }, + { + "id": "https://openalex.org/C177264268", + "wikidata": "https://www.wikidata.org/wiki/Q1514741", + "display_name": "Set (abstract data type)", + "level": 2, + "score": 0.5359654426574707 + }, + { + "id": "https://openalex.org/C115903097", + "wikidata": "https://www.wikidata.org/wiki/Q7094097", + "display_name": "Online machine learning", + "level": 3, + "score": 0.5075844526290894 + }, + { + "id": "https://openalex.org/C2779343474", + "wikidata": "https://www.wikidata.org/wiki/Q3109175", + "display_name": "Context (archaeology)", + "level": 2, + "score": 0.5021035671234131 + }, + { + "id": "https://openalex.org/C198531522", + "wikidata": "https://www.wikidata.org/wiki/Q485146", + "display_name": "Sample (material)", + "level": 2, + "score": 0.44076448678970337 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.43065375089645386 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.3568766713142395 + }, + { + "id": "https://openalex.org/C126255220", + "wikidata": "https://www.wikidata.org/wiki/Q141495", + "display_name": "Mathematical optimization", + "level": 1, + "score": 0.3531373143196106 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.3442344069480896 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.26637405157089233 + }, + { + "id": "https://openalex.org/C77967617", + "wikidata": "https://www.wikidata.org/wiki/Q4677561", + "display_name": "Active learning (machine learning)", + "level": 2, + "score": 0.11679795384407043 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.10637149214744568 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C43617362", + "wikidata": "https://www.wikidata.org/wiki/Q170050", + "display_name": "Chromatography", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C151730666", + "wikidata": "https://www.wikidata.org/wiki/Q7205", + "display_name": "Paleontology", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C121332964", + "wikidata": "https://www.wikidata.org/wiki/Q413", + "display_name": "Physics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C185592680", + "wikidata": "https://www.wikidata.org/wiki/Q2329", + "display_name": "Chemistry", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C86803240", + "wikidata": "https://www.wikidata.org/wiki/Q420", + "display_name": "Biology", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C62520636", + "wikidata": "https://www.wikidata.org/wiki/Q944", + "display_name": "Quantum mechanics", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "doi:10.1007/978-3-7908-2604-3_16", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1007/978-3-7908-2604-3_16", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Proceedings of COMPSTAT'2010", + "raw_type": "book-chapter" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.419.462", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.419.462", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://leon.bottou.org/publications/pdf/compstat-2010.pdf", + "raw_type": "text" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 26, + "referenced_works": [ + "https://openalex.org/W1505356468", + "https://openalex.org/W1535810436", + "https://openalex.org/W1629097610", + "https://openalex.org/W2029538739", + "https://openalex.org/W2030811966", + "https://openalex.org/W2035720976", + "https://openalex.org/W2043919728", + "https://openalex.org/W2068484625", + "https://openalex.org/W2086161653", + "https://openalex.org/W2098921539", + "https://openalex.org/W2101159990", + "https://openalex.org/W2113651538", + "https://openalex.org/W2119821739", + "https://openalex.org/W2127218421", + "https://openalex.org/W2129191766", + "https://openalex.org/W2135046866", + "https://openalex.org/W2137515395", + "https://openalex.org/W2147880316", + "https://openalex.org/W2150102617", + "https://openalex.org/W2154451187", + "https://openalex.org/W2322150470", + "https://openalex.org/W2416173357", + "https://openalex.org/W2766736793", + "https://openalex.org/W2990138404", + "https://openalex.org/W3207342693", + "https://openalex.org/W4238284510" + ], + "related_works": [ + "https://openalex.org/W2895097035", + "https://openalex.org/W4206903459", + "https://openalex.org/W2754816816", + "https://openalex.org/W4366280654", + "https://openalex.org/W4323366756", + "https://openalex.org/W4286899070", + "https://openalex.org/W4389775782", + "https://openalex.org/W4285259204", + "https://openalex.org/W3207830353", + "https://openalex.org/W114517082" + ], + "abstract_inverted_index": { + "During": [ + 0 + ], + "the": [ + 1, + 4, + 11, + 18, + 28, + 33, + 45, + 57, + 61, + 100 + ], + "last": [ + 2 + ], + "decade,": [ + 3 + ], + "data": [ + 5 + ], + "sizes": [ + 6 + ], + "have": [ + 7 + ], + "grown": [ + 8 + ], + "faster": [ + 9 + ], + "than": [ + 10, + 32 + ], + "speed": [ + 12 + ], + "of": [ + 13, + 20, + 47, + 60 + ], + "processors.": [ + 14 + ], + "In": [ + 15, + 82 + ], + "this": [ + 16 + ], + "context,": [ + 17 + ], + "capabilities": [ + 19 + ], + "statistical": [ + 21 + ], + "machine": [ + 22 + ], + "learning": [ + 23, + 51 + ], + "methods": [ + 24 + ], + "is": [ + 25 + ], + "limited": [ + 26 + ], + "by": [ + 27 + ], + "computing": [ + 29 + ], + "time": [ + 30 + ], + "rather": [ + 31 + ], + "sample": [ + 34 + ], + "size.": [ + 35 + ], + "A": [ + 36 + ], + "more": [ + 37 + ], + "precise": [ + 38 + ], + "analysis": [ + 39 + ], + "uncovers": [ + 40 + ], + "qualitatively": [ + 41 + ], + "different": [ + 42 + ], + "tradeoffs": [ + 43 + ], + "for": [ + 44, + 79 + ], + "case": [ + 46, + 55 + ], + "small-scale": [ + 48 + ], + "and": [ + 49, + 88 + ], + "large-scale": [ + 50, + 54, + 80 + ], + "problems.": [ + 52, + 81 + ], + "The": [ + 53 + ], + "involves": [ + 56 + ], + "computational": [ + 58 + ], + "complexity": [ + 59 + ], + "underlying": [ + 62 + ], + "optimization": [ + 63, + 69 + ], + "algorithm": [ + 64 + ], + "in": [ + 65 + ], + "non-trivial": [ + 66 + ], + "ways.": [ + 67 + ], + "Unlikely": [ + 68 + ], + "algorithms": [ + 70 + ], + "such": [ + 71 + ], + "as": [ + 72 + ], + "stochastic": [ + 73, + 86, + 90 + ], + "gradient": [ + 74, + 87, + 91 + ], + "descent": [ + 75 + ], + "show": [ + 76 + ], + "amazing": [ + 77 + ], + "performance": [ + 78 + ], + "particular,": [ + 83 + ], + "second": [ + 84 + ], + "order": [ + 85 + ], + "averaged": [ + 89 + ], + "are": [ + 92 + ], + "asymptotically": [ + 93 + ], + "efficient": [ + 94 + ], + "after": [ + 95 + ], + "a": [ + 96 + ], + "single": [ + 97 + ], + "pass": [ + 98 + ], + "on": [ + 99 + ], + "training": [ + 101 + ], + "set.": [ + 102 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 79 + }, + { + "year": 2025, + "cited_by_count": 338 + }, + { + "year": 2024, + "cited_by_count": 343 + }, + { + "year": 2023, + "cited_by_count": 392 + }, + { + "year": 2022, + "cited_by_count": 436 + }, + { + "year": 2021, + "cited_by_count": 796 + }, + { + "year": 2020, + "cited_by_count": 903 + }, + { + "year": 2019, + "cited_by_count": 787 + }, + { + "year": 2018, + "cited_by_count": 515 + }, + { + "year": 2017, + "cited_by_count": 392 + }, + { + "year": 2016, + "cited_by_count": 254 + }, + { + "year": 2015, + "cited_by_count": 153 + }, + { + "year": 2014, + "cited_by_count": 107 + }, + { + "year": 2013, + "cited_by_count": 66 + }, + { + "year": 2012, + "cited_by_count": 40 + } + ], + "updated_date": "2026-05-28T09:10:13.091523", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2619383789", + "doi": "https://doi.org/10.1109/tpami.2018.2798607", + "title": "Multimodal Machine Learning: A Survey and Taxonomy", + "display_name": "Multimodal Machine Learning: A Survey and Taxonomy", + "relevance_score": 4484.6733, + "publication_year": 2018, + "publication_date": "2018-01-25", + "ids": { + "openalex": "https://openalex.org/W2619383789", + "doi": "https://doi.org/10.1109/tpami.2018.2798607", + "mag": "2619383789", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/29994351" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1109/tpami.2018.2798607", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/tpami.2018.2798607", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S199944782", + "display_name": "IEEE Transactions on Pattern Analysis and Machine Intelligence", + "issn_l": "0162-8828", + "issn": [ + "0162-8828", + "1939-3539", + "2160-9292" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320439", + "host_organization_name": "IEEE Computer Society", + "host_organization_lineage": [ + "https://openalex.org/P4310320439", + "https://openalex.org/P4310319808" + ], + "host_organization_lineage_names": [ + "IEEE Computer Society", + "Institute of Electrical and Electronics Engineers" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IEEE Transactions on Pattern Analysis and Machine Intelligence", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref", + "pubmed" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5058610902", + "display_name": "Tadas Baltrušaitis", + "orcid": "https://orcid.org/0000-0001-7923-8780" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210164937", + "display_name": "Microsoft Research (United Kingdom)", + "ror": "https://ror.org/05k87vq12", + "country_code": "GB", + "type": "company", + "lineage": [ + "https://openalex.org/I1290206253", + "https://openalex.org/I4210164937" + ] + } + ], + "countries": [ + "GB" + ], + "is_corresponding": true, + "raw_author_name": "Tadas Baltrusaitis", + "raw_affiliation_strings": [ + "Microsoft Corporation, Cambridge, United Kingdom" + ], + "raw_orcid": "https://orcid.org/0000-0001-7923-8780", + "affiliations": [ + { + "raw_affiliation_string": "Microsoft Corporation, Cambridge, United Kingdom", + "institution_ids": [ + "https://openalex.org/I4210164937" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5050602513", + "display_name": "Chaitanya Ahuja", + "orcid": "https://orcid.org/0000-0003-4396-2050" + }, + "institutions": [ + { + "id": "https://openalex.org/I74973139", + "display_name": "Carnegie Mellon University", + "ror": "https://ror.org/05x2bcf33", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I74973139" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Chaitanya Ahuja", + "raw_affiliation_strings": [ + "Language Technologies Institute, Carnegie Mellon University, Pittsburgh, PA" + ], + "raw_orcid": "https://orcid.org/0000-0003-4396-2050", + "affiliations": [ + { + "raw_affiliation_string": "Language Technologies Institute, Carnegie Mellon University, Pittsburgh, PA", + "institution_ids": [ + "https://openalex.org/I74973139" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5081398601", + "display_name": "Louis–Philippe Morency", + "orcid": "https://orcid.org/0000-0001-6376-7696" + }, + "institutions": [ + { + "id": "https://openalex.org/I74973139", + "display_name": "Carnegie Mellon University", + "ror": "https://ror.org/05x2bcf33", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I74973139" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Louis-Philippe Morency", + "raw_affiliation_strings": [ + "Language Technologies Institute, Carnegie Mellon University, Pittsburgh, PA" + ], + "raw_orcid": "https://orcid.org/0000-0001-6376-7696", + "affiliations": [ + { + "raw_affiliation_string": "Language Technologies Institute, Carnegie Mellon University, Pittsburgh, PA", + "institution_ids": [ + "https://openalex.org/I74973139" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5058610902" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I4210164937" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 162.0966, + "has_fulltext": false, + "cited_by_count": 4123, + "citation_normalized_percentile": { + "value": 1.0, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "41", + "issue": "2", + "first_page": "423", + "last_page": "443" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11309", + "display_name": "Music and Audio Processing", + "score": 0.9983000159263611, + "subfield": { + "id": "https://openalex.org/subfields/1711", + "display_name": "Signal Processing" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11309", + "display_name": "Music and Audio Processing", + "score": 0.9983000159263611, + "subfield": { + "id": "https://openalex.org/subfields/1711", + "display_name": "Signal Processing" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T13083", + "display_name": "Advanced Text Analysis Techniques", + "score": 0.9890000224113464, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11667", + "display_name": "Advanced Chemical Sensor Technologies", + "score": 0.9860000014305115, + "subfield": { + "id": "https://openalex.org/subfields/2204", + "display_name": "Biomedical Engineering" + }, + "field": { + "id": "https://openalex.org/fields/22", + "display_name": "Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/multimodal-learning", + "display_name": "Multimodal learning", + "score": 0.7634491920471191 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6933263540267944 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.644882082939148 + }, + { + "id": "https://openalex.org/keywords/modalities", + "display_name": "Modalities", + "score": 0.6390953063964844 + }, + { + "id": "https://openalex.org/keywords/taxonomy", + "display_name": "Taxonomy (biology)", + "score": 0.6077015399932861 + }, + { + "id": "https://openalex.org/keywords/categorization", + "display_name": "Categorization", + "score": 0.5977133512496948 + }, + { + "id": "https://openalex.org/keywords/multimodality", + "display_name": "Multimodality", + "score": 0.4987671375274658 + }, + { + "id": "https://openalex.org/keywords/field", + "display_name": "Field (mathematics)", + "score": 0.45902901887893677 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.42995545268058777 + }, + { + "id": "https://openalex.org/keywords/human–computer-interaction", + "display_name": "Human–computer interaction", + "score": 0.35926470160484314 + }, + { + "id": "https://openalex.org/keywords/world-wide-web", + "display_name": "World Wide Web", + "score": 0.08981871604919434 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2780660688", + "wikidata": "https://www.wikidata.org/wiki/Q25052564", + "display_name": "Multimodal learning", + "level": 2, + "score": 0.7634491920471191 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6933263540267944 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.644882082939148 + }, + { + "id": "https://openalex.org/C2779903281", + "wikidata": "https://www.wikidata.org/wiki/Q6888026", + "display_name": "Modalities", + "level": 2, + "score": 0.6390953063964844 + }, + { + "id": "https://openalex.org/C58642233", + "wikidata": "https://www.wikidata.org/wiki/Q8269924", + "display_name": "Taxonomy (biology)", + "level": 2, + "score": 0.6077015399932861 + }, + { + "id": "https://openalex.org/C94124525", + "wikidata": "https://www.wikidata.org/wiki/Q912550", + "display_name": "Categorization", + "level": 2, + "score": 0.5977133512496948 + }, + { + "id": "https://openalex.org/C2780910867", + "wikidata": "https://www.wikidata.org/wiki/Q1952416", + "display_name": "Multimodality", + "level": 2, + "score": 0.4987671375274658 + }, + { + "id": "https://openalex.org/C9652623", + "wikidata": "https://www.wikidata.org/wiki/Q190109", + "display_name": "Field (mathematics)", + "level": 2, + "score": 0.45902901887893677 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.42995545268058777 + }, + { + "id": "https://openalex.org/C107457646", + "wikidata": "https://www.wikidata.org/wiki/Q207434", + "display_name": "Human–computer interaction", + "level": 1, + "score": 0.35926470160484314 + }, + { + "id": "https://openalex.org/C136764020", + "wikidata": "https://www.wikidata.org/wiki/Q466", + "display_name": "World Wide Web", + "level": 1, + "score": 0.08981871604919434 + }, + { + "id": "https://openalex.org/C202444582", + "wikidata": "https://www.wikidata.org/wiki/Q837863", + "display_name": "Pure mathematics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C144024400", + "wikidata": "https://www.wikidata.org/wiki/Q21201", + "display_name": "Sociology", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C36289849", + "wikidata": "https://www.wikidata.org/wiki/Q34749", + "display_name": "Social science", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C59822182", + "wikidata": "https://www.wikidata.org/wiki/Q441", + "display_name": "Botany", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C86803240", + "wikidata": "https://www.wikidata.org/wiki/Q420", + "display_name": "Biology", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "doi:10.1109/tpami.2018.2798607", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/tpami.2018.2798607", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S199944782", + "display_name": "IEEE Transactions on Pattern Analysis and Machine Intelligence", + "issn_l": "0162-8828", + "issn": [ + "0162-8828", + "1939-3539", + "2160-9292" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320439", + "host_organization_name": "IEEE Computer Society", + "host_organization_lineage": [ + "https://openalex.org/P4310320439", + "https://openalex.org/P4310319808" + ], + "host_organization_lineage_names": [ + "IEEE Computer Society", + "Institute of Electrical and Electronics Engineers" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IEEE Transactions on Pattern Analysis and Machine Intelligence", + "raw_type": "journal-article" + }, + { + "id": "pmid:29994351", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/29994351", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IEEE transactions on pattern analysis and machine intelligence", + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 369, + "referenced_works": [ + "https://openalex.org/W8316075", + "https://openalex.org/W21006490", + "https://openalex.org/W22229905", + "https://openalex.org/W59175527", + "https://openalex.org/W68733909", + "https://openalex.org/W129606432", + "https://openalex.org/W155596317", + "https://openalex.org/W189596042", + "https://openalex.org/W199018803", + "https://openalex.org/W262578090", + "https://openalex.org/W854541894", + "https://openalex.org/W877909479", + "https://openalex.org/W956551720", + "https://openalex.org/W1123427201", + "https://openalex.org/W1480583224", + "https://openalex.org/W1481820510", + "https://openalex.org/W1488163396", + "https://openalex.org/W1503933356", + "https://openalex.org/W1514535095", + "https://openalex.org/W1522301498", + "https://openalex.org/W1523385540", + "https://openalex.org/W1527575280", + "https://openalex.org/W1528056001", + "https://openalex.org/W1533861849", + "https://openalex.org/W1540429825", + "https://openalex.org/W1555767263", + "https://openalex.org/W1566289585", + "https://openalex.org/W1572567476", + "https://openalex.org/W1573040851", + "https://openalex.org/W1586939924", + "https://openalex.org/W1601567445", + "https://openalex.org/W1628307106", + "https://openalex.org/W1651753422", + "https://openalex.org/W1664311846", + "https://openalex.org/W1686810756", + "https://openalex.org/W1687846465", + "https://openalex.org/W1753482797", + "https://openalex.org/W1762503104", + "https://openalex.org/W1766290689", + "https://openalex.org/W1773149199", + "https://openalex.org/W1811254738", + "https://openalex.org/W1822526425", + "https://openalex.org/W1828348983", + "https://openalex.org/W1836465849", + "https://openalex.org/W1858383477", + "https://openalex.org/W1870428314", + "https://openalex.org/W1872883209", + "https://openalex.org/W1883346539", + "https://openalex.org/W1889038981", + "https://openalex.org/W1889081078", + "https://openalex.org/W1893116441", + "https://openalex.org/W1895577753", + "https://openalex.org/W1897761818", + "https://openalex.org/W1905882502", + "https://openalex.org/W1906515132", + "https://openalex.org/W1922557984", + "https://openalex.org/W1931795219", + "https://openalex.org/W1933065844", + "https://openalex.org/W1933349210", + "https://openalex.org/W1956340063", + "https://openalex.org/W1963540633", + "https://openalex.org/W1964073652", + "https://openalex.org/W1966811077", + "https://openalex.org/W1969616664", + "https://openalex.org/W1970055505", + "https://openalex.org/W1971791733", + "https://openalex.org/W1976066595", + "https://openalex.org/W1977547683", + "https://openalex.org/W1985867508", + "https://openalex.org/W1986451414", + "https://openalex.org/W1987835821", + "https://openalex.org/W1996418862", + "https://openalex.org/W1996478295", + "https://openalex.org/W2000911139", + "https://openalex.org/W2003333103", + "https://openalex.org/W2006969979", + "https://openalex.org/W2009059481", + "https://openalex.org/W2012237712", + "https://openalex.org/W2015394094", + "https://openalex.org/W2015412875", + "https://openalex.org/W2019024625", + "https://openalex.org/W2022799064", + "https://openalex.org/W2025341678", + "https://openalex.org/W2025638820", + "https://openalex.org/W2026012689", + "https://openalex.org/W2026243162", + "https://openalex.org/W2038698865", + "https://openalex.org/W2041288440", + "https://openalex.org/W2042608483", + "https://openalex.org/W2048343491", + "https://openalex.org/W2048679005", + "https://openalex.org/W2051721233", + "https://openalex.org/W2053101950", + "https://openalex.org/W2057568625", + "https://openalex.org/W2058616948", + "https://openalex.org/W2061781940", + "https://openalex.org/W2062632672", + "https://openalex.org/W2062955551", + "https://openalex.org/W2063036810", + "https://openalex.org/W2063330527", + "https://openalex.org/W2064675550", + "https://openalex.org/W2066667210", + "https://openalex.org/W2068676460", + "https://openalex.org/W2069682406", + "https://openalex.org/W2077395415", + "https://openalex.org/W2080576537", + "https://openalex.org/W2083885588", + "https://openalex.org/W2090048052", + "https://openalex.org/W2095705004", + "https://openalex.org/W2096391593", + "https://openalex.org/W2098411764", + "https://openalex.org/W2098562545", + "https://openalex.org/W2099471712", + "https://openalex.org/W2100235303", + "https://openalex.org/W2100561338", + "https://openalex.org/W2101105183", + "https://openalex.org/W2101534792", + "https://openalex.org/W2102765684", + "https://openalex.org/W2105103432", + "https://openalex.org/W2106277773", + "https://openalex.org/W2108710284", + "https://openalex.org/W2109586012", + "https://openalex.org/W2109743529", + "https://openalex.org/W2111078031", + "https://openalex.org/W2111645492", + "https://openalex.org/W2112019442", + "https://openalex.org/W2112184938", + "https://openalex.org/W2112912048", + "https://openalex.org/W2113507809", + "https://openalex.org/W2118714046", + "https://openalex.org/W2119288237", + "https://openalex.org/W2120776756", + "https://openalex.org/W2123024445", + "https://openalex.org/W2124033848", + "https://openalex.org/W2124372976", + "https://openalex.org/W2125336414", + "https://openalex.org/W2125366733", + "https://openalex.org/W2126598020", + "https://openalex.org/W2128856065", + "https://openalex.org/W2129142580", + "https://openalex.org/W2129360799", + "https://openalex.org/W2129382193", + "https://openalex.org/W2130055251", + "https://openalex.org/W2130162821", + "https://openalex.org/W2130942839", + "https://openalex.org/W2131179926", + "https://openalex.org/W2133459682", + "https://openalex.org/W2133564696", + "https://openalex.org/W2135776491", + "https://openalex.org/W2136922672", + "https://openalex.org/W2136985729", + "https://openalex.org/W2137735870", + "https://openalex.org/W2137806537", + "https://openalex.org/W2141477623", + "https://openalex.org/W2142192571", + "https://openalex.org/W2142900973", + "https://openalex.org/W2143449221", + "https://openalex.org/W2143492886", + "https://openalex.org/W2143612262", + "https://openalex.org/W2143926884", + "https://openalex.org/W2145056192", + "https://openalex.org/W2147880316", + "https://openalex.org/W2147885303", + "https://openalex.org/W2148298736", + "https://openalex.org/W2149172860", + "https://openalex.org/W2149557440", + "https://openalex.org/W2149940198", + "https://openalex.org/W2150295085", + "https://openalex.org/W2150658333", + "https://openalex.org/W2150696241", + "https://openalex.org/W2150824314", + "https://openalex.org/W2151096985", + "https://openalex.org/W2151103935", + "https://openalex.org/W2152239535", + "https://openalex.org/W2153579005", + "https://openalex.org/W2153927146", + "https://openalex.org/W2156303437", + "https://openalex.org/W2156503193", + "https://openalex.org/W2159973364", + "https://openalex.org/W2160815625", + "https://openalex.org/W2163108352", + "https://openalex.org/W2163605009", + "https://openalex.org/W2163922914", + "https://openalex.org/W2164186291", + "https://openalex.org/W2164450870", + "https://openalex.org/W2164587673", + "https://openalex.org/W2164699598", + "https://openalex.org/W2167103782", + "https://openalex.org/W2173180041", + "https://openalex.org/W2180844455", + "https://openalex.org/W2181691731", + "https://openalex.org/W2184045248", + "https://openalex.org/W2184188583", + "https://openalex.org/W2185175083", + "https://openalex.org/W2201007611", + "https://openalex.org/W2203543769", + "https://openalex.org/W2220981600", + "https://openalex.org/W2250742840", + "https://openalex.org/W2250842428", + "https://openalex.org/W2251353663", + "https://openalex.org/W2251394420", + "https://openalex.org/W2251885125", + "https://openalex.org/W2251970440", + "https://openalex.org/W2252122141", + "https://openalex.org/W2252238675", + "https://openalex.org/W2266728343", + "https://openalex.org/W2267126114", + "https://openalex.org/W2282219577", + "https://openalex.org/W2291822808", + "https://openalex.org/W2293453011", + "https://openalex.org/W2294797155", + "https://openalex.org/W2296613712", + "https://openalex.org/W2316138215", + "https://openalex.org/W2327501763", + "https://openalex.org/W2342662179", + "https://openalex.org/W2388114291", + "https://openalex.org/W2397159106", + "https://openalex.org/W2399507222", + "https://openalex.org/W2399733683", + "https://openalex.org/W2402955625", + "https://openalex.org/W2405756170", + "https://openalex.org/W2411037331", + "https://openalex.org/W2418349398", + "https://openalex.org/W2434537049", + "https://openalex.org/W2462496837", + "https://openalex.org/W2470413457", + "https://openalex.org/W2489434015", + "https://openalex.org/W2494980014", + "https://openalex.org/W2519091744", + "https://openalex.org/W2519656895", + "https://openalex.org/W2520160253", + "https://openalex.org/W2546919788", + "https://openalex.org/W2557865186", + "https://openalex.org/W2579317665", + "https://openalex.org/W2914699769", + "https://openalex.org/W2949465329", + "https://openalex.org/W2953318193", + "https://openalex.org/W2962706528", + "https://openalex.org/W2962756039", + "https://openalex.org/W2962835968", + "https://openalex.org/W2963082528", + "https://openalex.org/W2963109634", + "https://openalex.org/W2963143316", + "https://openalex.org/W2963192057", + "https://openalex.org/W2963260436", + "https://openalex.org/W2963324994", + "https://openalex.org/W2963383024", + "https://openalex.org/W2963389687", + "https://openalex.org/W2963410018", + "https://openalex.org/W2963576560", + "https://openalex.org/W2963579811", + "https://openalex.org/W2963605190", + "https://openalex.org/W2963656855", + "https://openalex.org/W2963735856", + "https://openalex.org/W2963811219", + "https://openalex.org/W2963899908", + "https://openalex.org/W2963954913", + "https://openalex.org/W2964040984", + "https://openalex.org/W2964118342", + "https://openalex.org/W2964121744", + "https://openalex.org/W2964217371", + "https://openalex.org/W2964241990", + "https://openalex.org/W2964308564", + "https://openalex.org/W2964345931", + "https://openalex.org/W3000384245", + "https://openalex.org/W3023993913", + "https://openalex.org/W3087871082", + "https://openalex.org/W3125032682", + "https://openalex.org/W4211232216", + "https://openalex.org/W4212844288", + "https://openalex.org/W4240592325", + "https://openalex.org/W4244018879", + "https://openalex.org/W4245655784", + "https://openalex.org/W4252331534", + "https://openalex.org/W4285719527", + "https://openalex.org/W4293665662", + "https://openalex.org/W4294170691", + "https://openalex.org/W4297813007", + "https://openalex.org/W4299801216", + "https://openalex.org/W4302613066", + "https://openalex.org/W4320013936", + "https://openalex.org/W6600334730", + "https://openalex.org/W6600827882", + "https://openalex.org/W6605295763", + "https://openalex.org/W6606244218", + "https://openalex.org/W6606327593", + "https://openalex.org/W6607775107", + "https://openalex.org/W6608183366", + "https://openalex.org/W6623517193", + "https://openalex.org/W6623995992", + "https://openalex.org/W6625044600", + "https://openalex.org/W6628794645", + "https://openalex.org/W6629203210", + "https://openalex.org/W6630875275", + "https://openalex.org/W6631190155", + "https://openalex.org/W6631216910", + "https://openalex.org/W6631516269", + "https://openalex.org/W6631943919", + "https://openalex.org/W6634126550", + "https://openalex.org/W6636447180", + "https://openalex.org/W6636942303", + "https://openalex.org/W6637306801", + "https://openalex.org/W6637373629", + "https://openalex.org/W6637698695", + "https://openalex.org/W6637971603", + "https://openalex.org/W6637989529", + "https://openalex.org/W6638549007", + "https://openalex.org/W6638667902", + "https://openalex.org/W6638742206", + "https://openalex.org/W6639103823", + "https://openalex.org/W6639118148", + "https://openalex.org/W6639283537", + "https://openalex.org/W6639358663", + "https://openalex.org/W6639432524", + "https://openalex.org/W6639434097", + "https://openalex.org/W6640257717", + "https://openalex.org/W6640296258", + "https://openalex.org/W6640764460", + "https://openalex.org/W6650605322", + "https://openalex.org/W6652311901", + "https://openalex.org/W6674330103", + "https://openalex.org/W6675048546", + "https://openalex.org/W6676380891", + "https://openalex.org/W6676497082", + "https://openalex.org/W6676647902", + "https://openalex.org/W6676709516", + "https://openalex.org/W6678360021", + "https://openalex.org/W6678470764", + "https://openalex.org/W6678809451", + "https://openalex.org/W6679434410", + "https://openalex.org/W6679436768", + "https://openalex.org/W6680094886", + "https://openalex.org/W6680336390", + "https://openalex.org/W6681184217", + "https://openalex.org/W6682082992", + "https://openalex.org/W6682086108", + "https://openalex.org/W6682222085", + "https://openalex.org/W6682511423", + "https://openalex.org/W6682691769", + "https://openalex.org/W6682864246", + "https://openalex.org/W6683074461", + "https://openalex.org/W6683167905", + "https://openalex.org/W6683277684", + "https://openalex.org/W6684191040", + "https://openalex.org/W6684209796", + "https://openalex.org/W6685183736", + "https://openalex.org/W6685527872", + "https://openalex.org/W6686207219", + "https://openalex.org/W6687543112", + "https://openalex.org/W6687672932", + "https://openalex.org/W6688143368", + "https://openalex.org/W6691419566", + "https://openalex.org/W6691647468", + "https://openalex.org/W6692004142", + "https://openalex.org/W6696843773", + "https://openalex.org/W6697449767", + "https://openalex.org/W6712426025", + "https://openalex.org/W6712802073", + "https://openalex.org/W6713645886", + "https://openalex.org/W6717487601", + "https://openalex.org/W6726977916", + "https://openalex.org/W6727336983", + "https://openalex.org/W6729831399", + "https://openalex.org/W6730042849", + "https://openalex.org/W6730666313", + "https://openalex.org/W6732843983", + "https://openalex.org/W6845679800", + "https://openalex.org/W6898505805", + "https://openalex.org/W7011438494" + ], + "related_works": [ + "https://openalex.org/W4319049579", + "https://openalex.org/W2791907740", + "https://openalex.org/W2135449968", + "https://openalex.org/W2739856905", + "https://openalex.org/W1508553398", + "https://openalex.org/W2170966221", + "https://openalex.org/W1594974701", + "https://openalex.org/W4287761641", + "https://openalex.org/W3034009428", + "https://openalex.org/W2116664529" + ], + "abstract_inverted_index": { + "Our": [ + 0 + ], + "experience": [ + 1 + ], + "of": [ + 2, + 93, + 101, + 164 + ], + "the": [ + 3, + 23, + 56, + 110, + 128, + 162, + 165 + ], + "world": [ + 4, + 57 + ], + "is": [ + 5, + 30, + 36, + 88 + ], + "multimodal": [ + 6, + 39, + 68, + 105, + 114, + 143 + ], + "-": [ + 7 + ], + "we": [ + 8 + ], + "see": [ + 9 + ], + "objects,": [ + 10 + ], + "hear": [ + 11 + ], + "sounds,": [ + 12 + ], + "feel": [ + 13 + ], + "texture,": [ + 14 + ], + "smell": [ + 15 + ], + "odors,": [ + 16 + ], + "and": [ + 17, + 32, + 81, + 96, + 118, + 131, + 135, + 151, + 167 + ], + "taste": [ + 18 + ], + "flavors.": [ + 19 + ], + "Modality": [ + 20 + ], + "refers": [ + 21 + ], + "to": [ + 22, + 51, + 62, + 65, + 75, + 159 + ], + "way": [ + 24 + ], + "in": [ + 25, + 54, + 113, + 121 + ], + "which": [ + 26 + ], + "something": [ + 27 + ], + "happens": [ + 28 + ], + "or": [ + 29 + ], + "experienced": [ + 31 + ], + "a": [ + 33, + 89, + 122 + ], + "research": [ + 34 + ], + "problem": [ + 35 + ], + "characterized": [ + 37 + ], + "as": [ + 38 + ], + "when": [ + 40 + ], + "it": [ + 41, + 60 + ], + "includes": [ + 42 + ], + "multiple": [ + 43, + 85 + ], + "such": [ + 44, + 67 + ], + "modalities.": [ + 45, + 86 + ], + "In": [ + 46 + ], + "order": [ + 47 + ], + "for": [ + 48, + 170 + ], + "Artificial": [ + 49 + ], + "Intelligence": [ + 50 + ], + "make": [ + 52 + ], + "progress": [ + 53 + ], + "understanding": [ + 55 + ], + "around": [ + 58 + ], + "us,": [ + 59 + ], + "needs": [ + 61 + ], + "be": [ + 63 + ], + "able": [ + 64 + ], + "interpret": [ + 66 + ], + "signals": [ + 69 + ], + "together.": [ + 70 + ], + "Multimodal": [ + 71 + ], + "machine": [ + 72, + 115, + 144 + ], + "learning": [ + 73, + 116 + ], + "aims": [ + 74 + ], + "build": [ + 76 + ], + "models": [ + 77 + ], + "that": [ + 78, + 139 + ], + "can": [ + 79 + ], + "process": [ + 80 + ], + "relate": [ + 82 + ], + "information": [ + 83 + ], + "from": [ + 84 + ], + "It": [ + 87 + ], + "vibrant": [ + 90 + ], + "multi-disciplinary": [ + 91 + ], + "field": [ + 92, + 166 + ], + "increasing": [ + 94 + ], + "importance": [ + 95 + ], + "with": [ + 97 + ], + "extraordinary": [ + 98 + ], + "potential.": [ + 99 + ], + "Instead": [ + 100 + ], + "focusing": [ + 102 + ], + "on": [ + 103 + ], + "specific": [ + 104 + ], + "applications,": [ + 106 + ], + "this": [ + 107 + ], + "paper": [ + 108 + ], + "surveys": [ + 109 + ], + "recent": [ + 111 + ], + "advances": [ + 112 + ], + "itself": [ + 117 + ], + "presents": [ + 119 + ], + "them": [ + 120 + ], + "common": [ + 123 + ], + "taxonomy.": [ + 124 + ], + "We": [ + 125 + ], + "go": [ + 126 + ], + "beyond": [ + 127 + ], + "typical": [ + 129 + ], + "early": [ + 130 + ], + "late": [ + 132 + ], + "fusion": [ + 133 + ], + "categorization": [ + 134 + ], + "identify": [ + 136, + 168 + ], + "broader": [ + 137 + ], + "challenges": [ + 138 + ], + "are": [ + 140 + ], + "faced": [ + 141 + ], + "by": [ + 142 + ], + "learning,": [ + 145 + ], + "namely:": [ + 146 + ], + "representation,": [ + 147 + ], + "translation,": [ + 148 + ], + "alignment,": [ + 149 + ], + "fusion,": [ + 150 + ], + "co-learning.": [ + 152 + ], + "This": [ + 153 + ], + "new": [ + 154 + ], + "taxonomy": [ + 155 + ], + "will": [ + 156 + ], + "enable": [ + 157 + ], + "researchers": [ + 158 + ], + "better": [ + 160 + ], + "understand": [ + 161 + ], + "state": [ + 163 + ], + "directions": [ + 169 + ], + "future": [ + 171 + ], + "research.": [ + 172 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 413 + }, + { + "year": 2025, + "cited_by_count": 970 + }, + { + "year": 2024, + "cited_by_count": 697 + }, + { + "year": 2023, + "cited_by_count": 590 + }, + { + "year": 2022, + "cited_by_count": 477 + }, + { + "year": 2021, + "cited_by_count": 383 + }, + { + "year": 2020, + "cited_by_count": 335 + }, + { + "year": 2019, + "cited_by_count": 194 + }, + { + "year": 2018, + "cited_by_count": 63 + }, + { + "year": 2017, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2177870565", + "doi": "https://doi.org/10.1161/circulationaha.115.001593", + "title": "Machine Learning in Medicine", + "display_name": "Machine Learning in Medicine", + "relevance_score": 4474.18, + "publication_year": 2015, + "publication_date": "2015-11-16", + "ids": { + "openalex": "https://openalex.org/W2177870565", + "doi": "https://doi.org/10.1161/circulationaha.115.001593", + "mag": "2177870565", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/26572668" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1161/circulationaha.115.001593", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1161/circulationaha.115.001593", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S116251202", + "display_name": "Circulation", + "issn_l": "0009-7322", + "issn": [ + "0009-7322", + "1524-4539" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315671", + "host_organization_name": "Lippincott Williams & Wilkins", + "host_organization_lineage": [ + "https://openalex.org/P4310315671", + "https://openalex.org/P4310318547" + ], + "host_organization_lineage_names": [ + "Lippincott Williams & Wilkins", + "Wolters Kluwer" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Circulation", + "raw_type": "journal-article" + }, + "type": "review", + "indexed_in": [ + "crossref", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/5831252", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5026141445", + "display_name": "Rahul C. Deo", + "orcid": "https://orcid.org/0000-0002-2791-9434" + }, + "institutions": [ + { + "id": "https://openalex.org/I103922791", + "display_name": "QB3", + "ror": "https://ror.org/04n1n3n22", + "country_code": "US", + "type": "nonprofit", + "lineage": [ + "https://openalex.org/I103922791", + "https://openalex.org/I180670191", + "https://openalex.org/I185103710", + "https://openalex.org/I95457486" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Rahul C. Deo", + "raw_affiliation_strings": [ + "From Cardiovascular Research Institute, Department of Medicine and Institute for Human Genetics, University of California, San Francisco, and California Institute for Quantitative Biosciences, San Francisco" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "From Cardiovascular Research Institute, Department of Medicine and Institute for Human Genetics, University of California, San Francisco, and California Institute for Quantitative Biosciences, San Francisco", + "institution_ids": [ + "https://openalex.org/I103922791" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5026141445" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I103922791" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 79.6902, + "has_fulltext": false, + "cited_by_count": 3390, + "citation_normalized_percentile": { + "value": 0.99935462, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "132", + "issue": "20", + "first_page": "1920", + "last_page": "1930" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T13702", + "display_name": "Machine Learning in Healthcare", + "score": 0.9980000257492065, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T13702", + "display_name": "Machine Learning in Healthcare", + "score": 0.9980000257492065, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11021", + "display_name": "ECG Monitoring and Analysis", + "score": 0.9660999774932861, + "subfield": { + "id": "https://openalex.org/subfields/2705", + "display_name": "Cardiology and Cardiovascular Medicine" + }, + "field": { + "id": "https://openalex.org/fields/27", + "display_name": "Medicine" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + }, + { + "id": "https://openalex.org/T11396", + "display_name": "Artificial Intelligence in Healthcare", + "score": 0.9575999975204468, + "subfield": { + "id": "https://openalex.org/subfields/3605", + "display_name": "Health Information Management" + }, + "field": { + "id": "https://openalex.org/fields/36", + "display_name": "Health Professions" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/medicine", + "display_name": "Medicine", + "score": 0.9206037521362305 + }, + { + "id": "https://openalex.org/keywords/medical-physics", + "display_name": "Medical physics", + "score": 0.36205965280532837 + }, + { + "id": "https://openalex.org/keywords/medical-education", + "display_name": "Medical education", + "score": 0.35273855924606323 + }, + { + "id": "https://openalex.org/keywords/intensive-care-medicine", + "display_name": "Intensive care medicine", + "score": 0.32538071274757385 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.9206037521362305 + }, + { + "id": "https://openalex.org/C19527891", + "wikidata": "https://www.wikidata.org/wiki/Q1120908", + "display_name": "Medical physics", + "level": 1, + "score": 0.36205965280532837 + }, + { + "id": "https://openalex.org/C509550671", + "wikidata": "https://www.wikidata.org/wiki/Q126945", + "display_name": "Medical education", + "level": 1, + "score": 0.35273855924606323 + }, + { + "id": "https://openalex.org/C177713679", + "wikidata": "https://www.wikidata.org/wiki/Q679690", + "display_name": "Intensive care medicine", + "level": 1, + "score": 0.32538071274757385 + } + ], + "mesh": [ + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": "Q000639", + "qualifier_name": "trends", + "is_major_topic": false + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": "Q000639", + "qualifier_name": "trends", + "is_major_topic": false + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": "Q000639", + "qualifier_name": "trends", + "is_major_topic": false + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D008511", + "descriptor_name": "Medicine", + "qualifier_ui": "Q000639", + "qualifier_name": "trends", + "is_major_topic": false + }, + { + "descriptor_ui": "D008511", + "descriptor_name": "Medicine", + "qualifier_ui": "Q000639", + "qualifier_name": "trends", + "is_major_topic": false + }, + { + "descriptor_ui": "D008511", + "descriptor_name": "Medicine", + "qualifier_ui": "Q000639", + "qualifier_name": "trends", + "is_major_topic": false + } + ], + "locations_count": 4, + "locations": [ + { + "id": "doi:10.1161/circulationaha.115.001593", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1161/circulationaha.115.001593", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S116251202", + "display_name": "Circulation", + "issn_l": "0009-7322", + "issn": [ + "0009-7322", + "1524-4539" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315671", + "host_organization_name": "Lippincott Williams & Wilkins", + "host_organization_lineage": [ + "https://openalex.org/P4310315671", + "https://openalex.org/P4310318547" + ], + "host_organization_lineage_names": [ + "Lippincott Williams & Wilkins", + "Wolters Kluwer" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Circulation", + "raw_type": "journal-article" + }, + { + "id": "pmid:26572668", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/26572668", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Circulation", + "raw_type": null + }, + { + "id": "pmh:oai:escholarship.org:ark:/13030/qt3jv2494f", + "is_oa": false, + "landing_page_url": "https://escholarship.org/uc/item/3jv2494f", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Circulation, vol 132, iss 20", + "raw_type": "article" + }, + { + "id": "pmh:oai:pubmedcentral.nih.gov:5831252", + "is_oa": true, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/5831252", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2764455111", + "display_name": "PubMed Central", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Circulation", + "raw_type": "Text" + } + ], + "best_oa_location": { + "id": "pmh:oai:pubmedcentral.nih.gov:5831252", + "is_oa": true, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/5831252", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2764455111", + "display_name": "PubMed Central", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Circulation", + "raw_type": "Text" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [ + { + "id": "https://openalex.org/F4320332161", + "display_name": "National Institutes of Health", + "ror": "https://ror.org/01cwqze88" + }, + { + "id": "https://openalex.org/F4320332622", + "display_name": "University of California, San Francisco", + "ror": "https://ror.org/043mz5j54" + } + ], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 47, + "referenced_works": [ + "https://openalex.org/W40442397", + "https://openalex.org/W1480376833", + "https://openalex.org/W1678356000", + "https://openalex.org/W1808991731", + "https://openalex.org/W1902027874", + "https://openalex.org/W1976196376", + "https://openalex.org/W2011999110", + "https://openalex.org/W2021701428", + "https://openalex.org/W2029243817", + "https://openalex.org/W2052825782", + "https://openalex.org/W2072128103", + "https://openalex.org/W2073751243", + "https://openalex.org/W2105464873", + "https://openalex.org/W2106665921", + "https://openalex.org/W2110243528", + "https://openalex.org/W2112289645", + "https://openalex.org/W2112592817", + "https://openalex.org/W2113606819", + "https://openalex.org/W2116802246", + "https://openalex.org/W2119361626", + "https://openalex.org/W2120480077", + "https://openalex.org/W2121495423", + "https://openalex.org/W2122111042", + "https://openalex.org/W2127482775", + "https://openalex.org/W2135046866", + "https://openalex.org/W2139212933", + "https://openalex.org/W2147461734", + "https://openalex.org/W2149298154", + "https://openalex.org/W2152072062", + "https://openalex.org/W2158927033", + "https://openalex.org/W2162586165", + "https://openalex.org/W2163697531", + "https://openalex.org/W2164434252", + "https://openalex.org/W2345255551", + "https://openalex.org/W2787894218", + "https://openalex.org/W2911964244", + "https://openalex.org/W2912934387", + "https://openalex.org/W2963481018", + "https://openalex.org/W2998216295", + "https://openalex.org/W3099478002", + "https://openalex.org/W4212883601", + "https://openalex.org/W4231109964", + "https://openalex.org/W4243607236", + "https://openalex.org/W4285719527", + "https://openalex.org/W6601599523", + "https://openalex.org/W6676903177", + "https://openalex.org/W7066667914" + ], + "related_works": [ + "https://openalex.org/W2899084033", + "https://openalex.org/W2748952813", + "https://openalex.org/W3031052312", + "https://openalex.org/W4389568370", + "https://openalex.org/W3032375762", + "https://openalex.org/W1995515455", + "https://openalex.org/W2080531066", + "https://openalex.org/W3108674512", + "https://openalex.org/W1506200166", + "https://openalex.org/W1489783725" + ], + "abstract_inverted_index": { + "Spurred": [ + 0 + ], + "by": [ + 1 + ], + "advances": [ + 2 + ], + "in": [ + 3, + 48, + 94, + 107, + 125, + 178 + ], + "processing": [ + 4 + ], + "power,": [ + 5 + ], + "memory,": [ + 6 + ], + "storage,": [ + 7 + ], + "and": [ + 8, + 45, + 80, + 115, + 140, + 150, + 216 + ], + "an": [ + 9 + ], + "unprecedented": [ + 10 + ], + "wealth": [ + 11 + ], + "of": [ + 12, + 35, + 40, + 67, + 99, + 156, + 175, + 185, + 194, + 210 + ], + "data,": [ + 13, + 44, + 164 + ], + "computers": [ + 14 + ], + "are": [ + 15, + 89, + 154 + ], + "being": [ + 16 + ], + "asked": [ + 17 + ], + "to": [ + 18, + 75, + 92, + 103, + 121, + 131, + 162, + 170, + 181, + 188, + 199, + 206 + ], + "tackle": [ + 19 + ], + "increasingly": [ + 20 + ], + "complex": [ + 21, + 72 + ], + "learning": [ + 22, + 113, + 142, + 160, + 187, + 214 + ], + "tasks,": [ + 23 + ], + "often": [ + 24 + ], + "with": [ + 25 + ], + "astonishing": [ + 26 + ], + "success.": [ + 27 + ], + "Computers": [ + 28 + ], + "have": [ + 29, + 55, + 144, + 167 + ], + "now": [ + 30 + ], + "mastered": [ + 31 + ], + "a": [ + 32 + ], + "popular": [ + 33 + ], + "variant": [ + 34 + ], + "poker,": [ + 36 + ], + "learned": [ + 37 + ], + "the": [ + 38, + 65, + 119, + 182, + 208 + ], + "laws": [ + 39 + ], + "physics": [ + 41 + ], + "from": [ + 42, + 111, + 118 + ], + "experimental": [ + 43 + ], + "become": [ + 46 + ], + "experts": [ + 47 + ], + "video": [ + 49 + ], + "games": [ + 50 + ], + "-": [ + 51 + ], + "tasks": [ + 52 + ], + "that": [ + 53, + 85, + 133 + ], + "would": [ + 54 + ], + "been": [ + 56, + 145 + ], + "deemed": [ + 57 + ], + "impossible": [ + 58 + ], + "not": [ + 59 + ], + "too": [ + 60 + ], + "long": [ + 61 + ], + "ago.": [ + 62 + ], + "In": [ + 63 + ], + "parallel,": [ + 64 + ], + "number": [ + 66 + ], + "companies": [ + 68, + 88 + ], + "centered": [ + 69 + ], + "on": [ + 70 + ], + "applying": [ + 71, + 158 + ], + "data": [ + 73, + 138 + ], + "analysis": [ + 74 + ], + "varying": [ + 76 + ], + "industries": [ + 77 + ], + "has": [ + 78 + ], + "exploded,": [ + 79 + ], + "it": [ + 81 + ], + "is": [ + 82, + 102, + 129 + ], + "thus": [ + 83 + ], + "unsurprising": [ + 84 + ], + "some": [ + 86 + ], + "analytic": [ + 87 + ], + "turning": [ + 90 + ], + "attention": [ + 91 + ], + "problems": [ + 93, + 106 + ], + "health": [ + 95 + ], + "care.": [ + 96, + 172 + ], + "The": [ + 97 + ], + "purpose": [ + 98 + ], + "this": [ + 100 + ], + "review": [ + 101 + ], + "explore": [ + 104 + ], + "what": [ + 105, + 201 + ], + "medicine": [ + 108, + 211 + ], + "might": [ + 109, + 220 + ], + "benefit": [ + 110 + ], + "such": [ + 112 + ], + "approaches": [ + 114 + ], + "use": [ + 116 + ], + "examples": [ + 117 + ], + "literature": [ + 120 + ], + "introduce": [ + 122 + ], + "basic": [ + 123 + ], + "concepts": [ + 124 + ], + "machine": [ + 126, + 159, + 186 + ], + "learning.": [ + 127 + ], + "It": [ + 128 + ], + "important": [ + 130 + ], + "note": [ + 132 + ], + "seemingly": [ + 134 + ], + "large": [ + 135 + ], + "enough": [ + 136 + ], + "medical": [ + 137, + 163 + ], + "sets": [ + 139 + ], + "adequate": [ + 141 + ], + "algorithms": [ + 143, + 161 + ], + "available": [ + 146 + ], + "for": [ + 147 + ], + "many": [ + 148, + 189 + ], + "decades,": [ + 149 + ], + "yet,": [ + 151 + ], + "although": [ + 152 + ], + "there": [ + 153, + 203 + ], + "thousands": [ + 155 + ], + "papers": [ + 157 + ], + "very": [ + 165 + ], + "few": [ + 166 + ], + "contributed": [ + 168 + ], + "meaningfully": [ + 169 + ], + "clinical": [ + 171 + ], + "This": [ + 173 + ], + "lack": [ + 174 + ], + "impact": [ + 176 + ], + "stands": [ + 177 + ], + "stark": [ + 179 + ], + "contrast": [ + 180 + ], + "enormous": [ + 183 + ], + "relevance": [ + 184 + ], + "other": [ + 190 + ], + "industries.": [ + 191 + ], + "Thus,": [ + 192 + ], + "part": [ + 193 + ], + "my": [ + 195 + ], + "effort": [ + 196 + ], + "will": [ + 197 + ], + "be": [ + 198, + 205, + 221 + ], + "identify": [ + 200 + ], + "obstacles": [ + 202 + ], + "may": [ + 204 + ], + "changing": [ + 207 + ], + "practice": [ + 209 + ], + "through": [ + 212 + ], + "statistical": [ + 213 + ], + "approaches,": [ + 215 + ], + "discuss": [ + 217 + ], + "how": [ + 218 + ], + "these": [ + 219 + ], + "overcome.": [ + 222 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 175 + }, + { + "year": 2025, + "cited_by_count": 522 + }, + { + "year": 2024, + "cited_by_count": 593 + }, + { + "year": 2023, + "cited_by_count": 500 + }, + { + "year": 2022, + "cited_by_count": 451 + }, + { + "year": 2021, + "cited_by_count": 454 + }, + { + "year": 2020, + "cited_by_count": 319 + }, + { + "year": 2019, + "cited_by_count": 194 + }, + { + "year": 2018, + "cited_by_count": 98 + }, + { + "year": 2017, + "cited_by_count": 55 + }, + { + "year": 2016, + "cited_by_count": 23 + }, + { + "year": 2015, + "cited_by_count": 3 + }, + { + "year": 2014, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2750384547", + "doi": "https://doi.org/10.48550/arxiv.1708.07747", + "title": "Fashion-MNIST: a Novel Image Dataset for Benchmarking Machine Learning Algorithms", + "display_name": "Fashion-MNIST: a Novel Image Dataset for Benchmarking Machine Learning Algorithms", + "relevance_score": 4398.4473, + "publication_year": 2017, + "publication_date": "2017-08-25", + "ids": { + "openalex": "https://openalex.org/W2750384547", + "doi": "https://doi.org/10.48550/arxiv.1708.07747", + "mag": "2750384547" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:arXiv.org:1708.07747", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1708.07747", + "pdf_url": "https://arxiv.org/pdf/1708.07747", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "type": "preprint", + "indexed_in": [ + "arxiv", + "datacite" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1708.07747", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": null, + "display_name": "Xiao, Han", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "Xiao, Han", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5075846365", + "display_name": "Kashif Rasul", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Rasul, Kashif", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5011375551", + "display_name": "Roland Vollgraf", + "orcid": "https://orcid.org/0000-0003-4658-0381" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Vollgraf, Roland", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 3, + "corresponding_author_ids": [], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": null, + "has_fulltext": false, + "cited_by_count": 6068, + "citation_normalized_percentile": null, + "cited_by_percentile_year": null, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10036", + "display_name": "Advanced Neural Network Applications", + "score": 0.9997000098228455, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10036", + "display_name": "Advanced Neural Network Applications", + "score": 0.9997000098228455, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10775", + "display_name": "Generative Adversarial Networks and Image Synthesis", + "score": 0.9986000061035156, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9972000122070312, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/mnist-database", + "display_name": "MNIST database", + "score": 0.9985602498054504 + }, + { + "id": "https://openalex.org/keywords/benchmarking", + "display_name": "Benchmarking", + "score": 0.8764249086380005 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6721041202545166 + }, + { + "id": "https://openalex.org/keywords/grayscale", + "display_name": "Grayscale", + "score": 0.6421833038330078 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6257829666137695 + }, + { + "id": "https://openalex.org/keywords/set", + "display_name": "Set (abstract data type)", + "score": 0.5550878643989563 + }, + { + "id": "https://openalex.org/keywords/test-set", + "display_name": "Test set", + "score": 0.548558235168457 + }, + { + "id": "https://openalex.org/keywords/pattern-recognition", + "display_name": "Pattern recognition (psychology)", + "score": 0.5261946320533752 + }, + { + "id": "https://openalex.org/keywords/image", + "display_name": "Image (mathematics)", + "score": 0.5203016400337219 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.5067091584205627 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.33083993196487427 + }, + { + "id": "https://openalex.org/keywords/deep-learning", + "display_name": "Deep learning", + "score": 0.2942641079425812 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C190502265", + "wikidata": "https://www.wikidata.org/wiki/Q17069496", + "display_name": "MNIST database", + "level": 3, + "score": 0.9985602498054504 + }, + { + "id": "https://openalex.org/C86251818", + "wikidata": "https://www.wikidata.org/wiki/Q816754", + "display_name": "Benchmarking", + "level": 2, + "score": 0.8764249086380005 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6721041202545166 + }, + { + "id": "https://openalex.org/C78201319", + "wikidata": "https://www.wikidata.org/wiki/Q685727", + "display_name": "Grayscale", + "level": 3, + "score": 0.6421833038330078 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6257829666137695 + }, + { + "id": "https://openalex.org/C177264268", + "wikidata": "https://www.wikidata.org/wiki/Q1514741", + "display_name": "Set (abstract data type)", + "level": 2, + "score": 0.5550878643989563 + }, + { + "id": "https://openalex.org/C169903167", + "wikidata": "https://www.wikidata.org/wiki/Q3985153", + "display_name": "Test set", + "level": 2, + "score": 0.548558235168457 + }, + { + "id": "https://openalex.org/C153180895", + "wikidata": "https://www.wikidata.org/wiki/Q7148389", + "display_name": "Pattern recognition (psychology)", + "level": 2, + "score": 0.5261946320533752 + }, + { + "id": "https://openalex.org/C115961682", + "wikidata": "https://www.wikidata.org/wiki/Q860623", + "display_name": "Image (mathematics)", + "level": 2, + "score": 0.5203016400337219 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.5067091584205627 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.33083993196487427 + }, + { + "id": "https://openalex.org/C108583219", + "wikidata": "https://www.wikidata.org/wiki/Q197536", + "display_name": "Deep learning", + "level": 2, + "score": 0.2942641079425812 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C144133560", + "wikidata": "https://www.wikidata.org/wiki/Q4830453", + "display_name": "Business", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C162853370", + "wikidata": "https://www.wikidata.org/wiki/Q39809", + "display_name": "Marketing", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "pmh:oai:arXiv.org:1708.07747", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1708.07747", + "pdf_url": "https://arxiv.org/pdf/1708.07747", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "doi:10.48550/arxiv.1708.07747", + "is_oa": true, + "landing_page_url": "https://doi.org/10.48550/arxiv.1708.07747", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1708.07747", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1708.07747", + "pdf_url": "https://arxiv.org/pdf/1708.07747", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 3, + "referenced_works": [ + "https://openalex.org/W4919037", + "https://openalex.org/W2112796928", + "https://openalex.org/W2590796488" + ], + "related_works": [ + "https://openalex.org/W4386603768", + "https://openalex.org/W2950475743", + "https://openalex.org/W2886711096", + "https://openalex.org/W2750384547", + "https://openalex.org/W4238897586", + "https://openalex.org/W4380078352", + "https://openalex.org/W3046591097", + "https://openalex.org/W2901671134", + "https://openalex.org/W4289293320", + "https://openalex.org/W2987302549" + ], + "abstract_inverted_index": { + "We": [ + 0 + ], + "present": [ + 1 + ], + "Fashion-MNIST,": [ + 2 + ], + "a": [ + 3, + 42 + ], + "new": [ + 4 + ], + "dataset": [ + 5, + 50, + 74 + ], + "comprising": [ + 6 + ], + "of": [ + 7, + 11, + 68 + ], + "28x28": [ + 8 + ], + "grayscale": [ + 9 + ], + "images": [ + 10, + 20, + 28 + ], + "70,000": [ + 12 + ], + "fashion": [ + 13 + ], + "products": [ + 14 + ], + "from": [ + 15 + ], + "10": [ + 16 + ], + "categories,": [ + 17 + ], + "with": [ + 18 + ], + "7,000": [ + 19 + ], + "per": [ + 21 + ], + "category.": [ + 22 + ], + "The": [ + 23, + 73 + ], + "training": [ + 24, + 69 + ], + "set": [ + 25, + 32 + ], + "has": [ + 26, + 33 + ], + "60,000": [ + 27 + ], + "and": [ + 29, + 65, + 70 + ], + "the": [ + 30, + 47, + 59, + 66 + ], + "test": [ + 31 + ], + "10,000": [ + 34 + ], + "images.": [ + 35 + ], + "Fashion-MNIST": [ + 36 + ], + "is": [ + 37, + 75 + ], + "intended": [ + 38 + ], + "to": [ + 39 + ], + "serve": [ + 40 + ], + "as": [ + 41, + 56 + ], + "direct": [ + 43 + ], + "drop-in": [ + 44 + ], + "replacement": [ + 45 + ], + "for": [ + 46, + 51 + ], + "original": [ + 48 + ], + "MNIST": [ + 49 + ], + "benchmarking": [ + 52 + ], + "machine": [ + 53 + ], + "learning": [ + 54 + ], + "algorithms,": [ + 55 + ], + "it": [ + 57 + ], + "shares": [ + 58 + ], + "same": [ + 60 + ], + "image": [ + 61 + ], + "size,": [ + 62 + ], + "data": [ + 63 + ], + "format": [ + 64 + ], + "structure": [ + 67 + ], + "testing": [ + 71 + ], + "splits.": [ + 72 + ], + "freely": [ + 76 + ], + "available": [ + 77 + ], + "at": [ + 78 + ], + "https://github.com/zalandoresearch/fashion-mnist": [ + 79 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 20 + }, + { + "year": 2025, + "cited_by_count": 272 + }, + { + "year": 2024, + "cited_by_count": 758 + }, + { + "year": 2023, + "cited_by_count": 967 + }, + { + "year": 2022, + "cited_by_count": 759 + }, + { + "year": 2021, + "cited_by_count": 1340 + }, + { + "year": 2020, + "cited_by_count": 1050 + }, + { + "year": 2019, + "cited_by_count": 625 + }, + { + "year": 2018, + "cited_by_count": 256 + }, + { + "year": 2017, + "cited_by_count": 21 + } + ], + "updated_date": "2026-05-27T09:02:27.158192", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W1873332500", + "doi": null, + "title": "Supervised Machine Learning: A Review of Classification Techniques", + "display_name": "Supervised Machine Learning: A Review of Classification Techniques", + "relevance_score": 4286.96, + "publication_year": 2007, + "publication_date": "2007-01-01", + "ids": { + "openalex": "https://openalex.org/W1873332500", + "mag": "1873332500" + }, + "language": "en", + "primary_location": { + "id": "mag:1873332500", + "is_oa": false, + "landing_page_url": "https://dblp.uni-trier.de/db/journals/informaticaSI/informaticaSI31.html#Kotsiantis07", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": false, + "raw_source_name": "Informatica", + "raw_type": null + }, + "type": "review", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5066370772", + "display_name": "Sotiris Kotsiantis", + "orcid": "https://orcid.org/0000-0002-2247-3082" + }, + "institutions": [ + { + "id": "https://openalex.org/I158716096", + "display_name": "University of Peloponnese", + "ror": "https://ror.org/04d4d3c02", + "country_code": "GR", + "type": "education", + "lineage": [ + "https://openalex.org/I158716096" + ] + } + ], + "countries": [ + "GR" + ], + "is_corresponding": true, + "raw_author_name": "Sotiris Kotsiantis", + "raw_affiliation_strings": [], + "raw_orcid": "https://orcid.org/0000-0002-2247-3082", + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5066370772" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I158716096" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 49.7093, + "has_fulltext": false, + "cited_by_count": 4147, + "citation_normalized_percentile": { + "value": 1.0, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "160", + "issue": "3", + "first_page": "249", + "last_page": "24" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9991999864578247, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9991999864578247, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11652", + "display_name": "Imbalanced Data Classification Techniques", + "score": 0.9936000108718872, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10057", + "display_name": "Face and Expression Recognition", + "score": 0.9873999953269958, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.7691857218742371 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.7264007925987244 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7053093314170837 + }, + { + "id": "https://openalex.org/keywords/classifier", + "display_name": "Classifier (UML)", + "score": 0.5915338397026062 + }, + { + "id": "https://openalex.org/keywords/supervised-learning", + "display_name": "Supervised learning", + "score": 0.5904386043548584 + }, + { + "id": "https://openalex.org/keywords/one-class-classification", + "display_name": "One-class classification", + "score": 0.5449395179748535 + }, + { + "id": "https://openalex.org/keywords/class", + "display_name": "Class (philosophy)", + "score": 0.5347427725791931 + }, + { + "id": "https://openalex.org/keywords/semi-supervised-learning", + "display_name": "Semi-supervised learning", + "score": 0.4761357605457306 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.13000115752220154 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.7691857218742371 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.7264007925987244 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7053093314170837 + }, + { + "id": "https://openalex.org/C95623464", + "wikidata": "https://www.wikidata.org/wiki/Q1096149", + "display_name": "Classifier (UML)", + "level": 2, + "score": 0.5915338397026062 + }, + { + "id": "https://openalex.org/C136389625", + "wikidata": "https://www.wikidata.org/wiki/Q334384", + "display_name": "Supervised learning", + "level": 3, + "score": 0.5904386043548584 + }, + { + "id": "https://openalex.org/C34872919", + "wikidata": "https://www.wikidata.org/wiki/Q7092302", + "display_name": "One-class classification", + "level": 3, + "score": 0.5449395179748535 + }, + { + "id": "https://openalex.org/C2777212361", + "wikidata": "https://www.wikidata.org/wiki/Q5127848", + "display_name": "Class (philosophy)", + "level": 2, + "score": 0.5347427725791931 + }, + { + "id": "https://openalex.org/C58973888", + "wikidata": "https://www.wikidata.org/wiki/Q1041418", + "display_name": "Semi-supervised learning", + "level": 2, + "score": 0.4761357605457306 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.13000115752220154 + } + ], + "mesh": [], + "locations_count": 3, + "locations": [ + { + "id": "mag:1873332500", + "is_oa": false, + "landing_page_url": "https://dblp.uni-trier.de/db/journals/informaticaSI/informaticaSI31.html#Kotsiantis07", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": "Informatica", + "raw_type": null + }, + { + "id": "mag:2295155158", + "is_oa": false, + "landing_page_url": "https://datajobs.com/data-science-repo/Supervised-Learning-%5bSB-Kotsiantis%5d.pdf", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": null + }, + { + "id": "mag:3136385871", + "is_oa": false, + "landing_page_url": "https://ebooks.iospress.nl/volumearticle/3666", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4210201731", + "display_name": "Frontiers in artificial intelligence and applications", + "issn_l": "0922-6389", + "issn": [ + "0922-6389", + "1879-8314" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": "Frontiers in artificial intelligence and applications", + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "score": 0.4099999964237213, + "display_name": "Quality Education", + "id": "https://metadata.un.org/sdg/4" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 111, + "referenced_works": [ + "https://openalex.org/W5472403", + "https://openalex.org/W135311109", + "https://openalex.org/W177590838", + "https://openalex.org/W203696055", + "https://openalex.org/W1007293483", + "https://openalex.org/W1497605902", + "https://openalex.org/W1506588750", + "https://openalex.org/W1515851193", + "https://openalex.org/W1520605446", + "https://openalex.org/W1522114398", + "https://openalex.org/W1528113134", + "https://openalex.org/W1537143578", + "https://openalex.org/W1538041071", + "https://openalex.org/W1547833367", + "https://openalex.org/W1554309553", + "https://openalex.org/W1560955742", + "https://openalex.org/W1562368284", + "https://openalex.org/W1563088657", + "https://openalex.org/W1567012231", + "https://openalex.org/W1570329253", + "https://openalex.org/W1570448133", + "https://openalex.org/W1570706771", + "https://openalex.org/W1587647246", + "https://openalex.org/W1588516554", + "https://openalex.org/W1594031697", + "https://openalex.org/W1594781927", + "https://openalex.org/W1602492977", + "https://openalex.org/W1605688901", + "https://openalex.org/W1605844890", + "https://openalex.org/W1637435380", + "https://openalex.org/W1670263352", + "https://openalex.org/W1671614046", + "https://openalex.org/W1746680969", + "https://openalex.org/W1780185704", + "https://openalex.org/W1808644423", + "https://openalex.org/W1813387235", + "https://openalex.org/W1817561967", + "https://openalex.org/W1827261456", + "https://openalex.org/W1904009171", + "https://openalex.org/W1935515061", + "https://openalex.org/W1973991804", + "https://openalex.org/W1974545290", + "https://openalex.org/W1979711143", + "https://openalex.org/W1983479840", + "https://openalex.org/W1983690667", + "https://openalex.org/W1986883011", + "https://openalex.org/W1992419399", + "https://openalex.org/W1993066733", + "https://openalex.org/W2006345381", + "https://openalex.org/W2011101028", + "https://openalex.org/W2016441117", + "https://openalex.org/W2022058268", + "https://openalex.org/W2026718556", + "https://openalex.org/W2037322594", + "https://openalex.org/W2046649434", + "https://openalex.org/W2050829396", + "https://openalex.org/W2063783806", + "https://openalex.org/W2074584355", + "https://openalex.org/W2075932270", + "https://openalex.org/W2093825590", + "https://openalex.org/W2096756482", + "https://openalex.org/W2104333211", + "https://openalex.org/W2110179049", + "https://openalex.org/W2119479037", + "https://openalex.org/W2120199131", + "https://openalex.org/W2122111042", + "https://openalex.org/W2122496402", + "https://openalex.org/W2123623606", + "https://openalex.org/W2125055259", + "https://openalex.org/W2126333738", + "https://openalex.org/W2128912745", + "https://openalex.org/W2133160781", + "https://openalex.org/W2133218851", + "https://openalex.org/W2133632100", + "https://openalex.org/W2136000097", + "https://openalex.org/W2136132422", + "https://openalex.org/W2137130182", + "https://openalex.org/W2139212933", + "https://openalex.org/W2140586694", + "https://openalex.org/W2140785063", + "https://openalex.org/W2142857211", + "https://openalex.org/W2143603257", + "https://openalex.org/W2144731007", + "https://openalex.org/W2145467382", + "https://openalex.org/W2145680191", + "https://openalex.org/W2150796457", + "https://openalex.org/W2151450140", + "https://openalex.org/W2156440942", + "https://openalex.org/W2156571267", + "https://openalex.org/W2156909104", + "https://openalex.org/W2157815868", + "https://openalex.org/W2158724449", + "https://openalex.org/W2159895197", + "https://openalex.org/W2161349318", + "https://openalex.org/W2161782846", + "https://openalex.org/W2161960932", + "https://openalex.org/W2164359548", + "https://openalex.org/W2166985738", + "https://openalex.org/W2167277498", + "https://openalex.org/W2167467747", + "https://openalex.org/W2168754135", + "https://openalex.org/W2171265988", + "https://openalex.org/W2172429451", + "https://openalex.org/W2322002063", + "https://openalex.org/W2488399954", + "https://openalex.org/W2603390332", + "https://openalex.org/W2766736793", + "https://openalex.org/W2911678770", + "https://openalex.org/W2912276539", + "https://openalex.org/W2912934387", + "https://openalex.org/W3015462599" + ], + "related_works": [ + "https://openalex.org/W3120740533", + "https://openalex.org/W3085162807", + "https://openalex.org/W2919115771", + "https://openalex.org/W2912934387", + "https://openalex.org/W2911964244", + "https://openalex.org/W2156909104", + "https://openalex.org/W2153635508", + "https://openalex.org/W2149706766", + "https://openalex.org/W2140190241", + "https://openalex.org/W2139212933", + "https://openalex.org/W2133990480", + "https://openalex.org/W2125055259", + "https://openalex.org/W2122111042", + "https://openalex.org/W2119821739", + "https://openalex.org/W2119479037", + "https://openalex.org/W2101234009", + "https://openalex.org/W2096352448", + "https://openalex.org/W1680392829", + "https://openalex.org/W1663973292", + "https://openalex.org/W1570448133" + ], + "abstract_inverted_index": { + "The": [ + 0, + 22 + ], + "goal": [ + 1 + ], + "of": [ + 2, + 11, + 14, + 19, + 39, + 48, + 73 + ], + "supervised": [ + 3, + 58, + 75 + ], + "learning": [ + 4, + 60, + 77 + ], + "is": [ + 5, + 25, + 52 + ], + "to": [ + 6, + 28, + 32, + 113 + ], + "build": [ + 7 + ], + "a": [ + 8, + 65, + 70 + ], + "concise": [ + 9 + ], + "model": [ + 10 + ], + "the": [ + 12, + 33, + 37, + 40, + 46, + 49, + 89, + 94, + 99 + ], + "distribution": [ + 13 + ], + "class": [ + 15, + 30, + 50 + ], + "labels": [ + 16, + 31 + ], + "in": [ + 17, + 101 + ], + "terms": [ + 18 + ], + "predictor": [ + 20, + 41 + ], + "features.": [ + 21 + ], + "resulting": [ + 23 + ], + "classifier": [ + 24 + ], + "then": [ + 26 + ], + "used": [ + 27 + ], + "assign": [ + 29 + ], + "testing": [ + 34 + ], + "instances": [ + 35 + ], + "where": [ + 36 + ], + "values": [ + 38 + ], + "features": [ + 42 + ], + "are": [ + 43 + ], + "known,": [ + 44 + ], + "but": [ + 45 + ], + "value": [ + 47 + ], + "label": [ + 51 + ], + "unknown.": [ + 53 + ], + "This": [ + 54 + ], + "paper": [ + 55 + ], + "describes": [ + 56 + ], + "various": [ + 57 + ], + "machine": [ + 59, + 76 + ], + "classification": [ + 61, + 78, + 83 + ], + "techniques.": [ + 62 + ], + "Of": [ + 63 + ], + "course,": [ + 64 + ], + "single": [ + 66 + ], + "chapter": [ + 67 + ], + "cannot": [ + 68 + ], + "be": [ + 69, + 114 + ], + "complete": [ + 71 + ], + "review": [ + 72 + ], + "all": [ + 74 + ], + "algorithms": [ + 79 + ], + "(also": [ + 80 + ], + "known": [ + 81 + ], + "induction": [ + 82 + ], + "algorithms),": [ + 84 + ], + "yet": [ + 85, + 112 + ], + "we": [ + 86 + ], + "hope": [ + 87 + ], + "that": [ + 88, + 110 + ], + "references": [ + 90 + ], + "cited": [ + 91 + ], + "will": [ + 92 + ], + "cover": [ + 93 + ], + "major": [ + 95 + ], + "theoretical": [ + 96 + ], + "issues,": [ + 97 + ], + "guiding": [ + 98 + ], + "researcher": [ + 100 + ], + "interesting": [ + 102 + ], + "research": [ + 103 + ], + "directions": [ + 104 + ], + "and": [ + 105 + ], + "suggesting": [ + 106 + ], + "possible": [ + 107 + ], + "bias": [ + 108 + ], + "combinations": [ + 109 + ], + "have": [ + 111 + ], + "explored.": [ + 115 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 99 + }, + { + "year": 2024, + "cited_by_count": 227 + }, + { + "year": 2023, + "cited_by_count": 300 + }, + { + "year": 2022, + "cited_by_count": 329 + }, + { + "year": 2021, + "cited_by_count": 490 + }, + { + "year": 2020, + "cited_by_count": 504 + }, + { + "year": 2019, + "cited_by_count": 464 + }, + { + "year": 2018, + "cited_by_count": 344 + }, + { + "year": 2017, + "cited_by_count": 252 + }, + { + "year": 2016, + "cited_by_count": 221 + }, + { + "year": 2015, + "cited_by_count": 233 + }, + { + "year": 2014, + "cited_by_count": 184 + }, + { + "year": 2013, + "cited_by_count": 168 + }, + { + "year": 2012, + "cited_by_count": 125 + } + ], + "updated_date": "2025-10-10T17:16:08.811792", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W4236362309", + "doi": "https://doi.org/10.1017/cbo9781107298019", + "title": "Understanding Machine Learning", + "display_name": "Understanding Machine Learning", + "relevance_score": 4239.501, + "publication_year": 2014, + "publication_date": "2014-05-19", + "ids": { + "openalex": "https://openalex.org/W4236362309", + "doi": "https://doi.org/10.1017/cbo9781107298019" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1017/cbo9781107298019", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1017/cbo9781107298019", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306462995", + "display_name": "Cambridge University Press eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/P4310311721", + "host_organization_name": "Cambridge University Press", + "host_organization_lineage": [ + "https://openalex.org/P4310311721", + "https://openalex.org/P4310311702" + ], + "host_organization_lineage_names": [ + "Cambridge University Press", + "University of Cambridge" + ], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "monograph" + }, + "type": "book", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5078263052", + "display_name": "Shai Shalev‐Shwartz", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I197251160", + "display_name": "Hebrew University of Jerusalem", + "ror": "https://ror.org/03qxff017", + "country_code": "IL", + "type": "education", + "lineage": [ + "https://openalex.org/I197251160" + ] + } + ], + "countries": [ + "IL" + ], + "is_corresponding": true, + "raw_author_name": "Shai Shalev-Shwartz", + "raw_affiliation_strings": [ + "Hebrew University of Jerusalem" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Hebrew University of Jerusalem", + "institution_ids": [ + "https://openalex.org/I197251160" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5112193907", + "display_name": "Shai Ben-David", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I151746483", + "display_name": "University of Waterloo", + "ror": "https://ror.org/01aff2v68", + "country_code": "CA", + "type": "education", + "lineage": [ + "https://openalex.org/I151746483" + ] + } + ], + "countries": [ + "CA" + ], + "is_corresponding": false, + "raw_author_name": "Shai Ben-David", + "raw_affiliation_strings": [ + "University of Waterloo, Ontario" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Waterloo, Ontario", + "institution_ids": [ + "https://openalex.org/I151746483" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5078263052" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I197251160" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 13.8547, + "has_fulltext": false, + "cited_by_count": 2905, + "citation_normalized_percentile": { + "value": 0.98681112, + "is_in_top_1_percent": false, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.5062000155448914, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.5062000155448914, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7047193050384521 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6659388542175293 + }, + { + "id": "https://openalex.org/keywords/stability", + "display_name": "Stability (learning theory)", + "score": 0.5692204236984253 + }, + { + "id": "https://openalex.org/keywords/algorithmic-learning-theory", + "display_name": "Algorithmic learning theory", + "score": 0.5539110898971558 + }, + { + "id": "https://openalex.org/keywords/computational-learning-theory", + "display_name": "Computational learning theory", + "score": 0.5352068543434143 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.5332021117210388 + }, + { + "id": "https://openalex.org/keywords/presentation", + "display_name": "Presentation (obstetrics)", + "score": 0.5140898823738098 + }, + { + "id": "https://openalex.org/keywords/stochastic-gradient-descent", + "display_name": "Stochastic gradient descent", + "score": 0.5117306709289551 + }, + { + "id": "https://openalex.org/keywords/convexity", + "display_name": "Convexity", + "score": 0.51105797290802 + }, + { + "id": "https://openalex.org/keywords/online-machine-learning", + "display_name": "Online machine learning", + "score": 0.44482100009918213 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.40191978216171265 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7047193050384521 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6659388542175293 + }, + { + "id": "https://openalex.org/C112972136", + "wikidata": "https://www.wikidata.org/wiki/Q7595718", + "display_name": "Stability (learning theory)", + "level": 2, + "score": 0.5692204236984253 + }, + { + "id": "https://openalex.org/C32254414", + "wikidata": "https://www.wikidata.org/wiki/Q4724364", + "display_name": "Algorithmic learning theory", + "level": 3, + "score": 0.5539110898971558 + }, + { + "id": "https://openalex.org/C50292564", + "wikidata": "https://www.wikidata.org/wiki/Q2462783", + "display_name": "Computational learning theory", + "level": 3, + "score": 0.5352068543434143 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.5332021117210388 + }, + { + "id": "https://openalex.org/C2777601897", + "wikidata": "https://www.wikidata.org/wiki/Q3409113", + "display_name": "Presentation (obstetrics)", + "level": 2, + "score": 0.5140898823738098 + }, + { + "id": "https://openalex.org/C206688291", + "wikidata": "https://www.wikidata.org/wiki/Q7617819", + "display_name": "Stochastic gradient descent", + "level": 3, + "score": 0.5117306709289551 + }, + { + "id": "https://openalex.org/C72134830", + "wikidata": "https://www.wikidata.org/wiki/Q5166524", + "display_name": "Convexity", + "level": 2, + "score": 0.51105797290802 + }, + { + "id": "https://openalex.org/C115903097", + "wikidata": "https://www.wikidata.org/wiki/Q7094097", + "display_name": "Online machine learning", + "level": 3, + "score": 0.44482100009918213 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.40191978216171265 + }, + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C162324750", + "wikidata": "https://www.wikidata.org/wiki/Q8134", + "display_name": "Economics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C106159729", + "wikidata": "https://www.wikidata.org/wiki/Q2294553", + "display_name": "Financial economics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C126838900", + "wikidata": "https://www.wikidata.org/wiki/Q77604", + "display_name": "Radiology", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1017/cbo9781107298019", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1017/cbo9781107298019", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306462995", + "display_name": "Cambridge University Press eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/P4310311721", + "host_organization_name": "Cambridge University Press", + "host_organization_lineage": [ + "https://openalex.org/P4310311721", + "https://openalex.org/P4310311702" + ], + "host_organization_lineage_names": [ + "Cambridge University Press", + "University of Cambridge" + ], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "monograph" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "score": 0.7200000286102295, + "display_name": "Quality Education", + "id": "https://metadata.un.org/sdg/4" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [ + "https://openalex.org/W36398315", + "https://openalex.org/W4286799911", + "https://openalex.org/W3176029617", + "https://openalex.org/W2109601080", + "https://openalex.org/W3031362111", + "https://openalex.org/W2183087249", + "https://openalex.org/W4234769374", + "https://openalex.org/W2774684800", + "https://openalex.org/W2339204188", + "https://openalex.org/W2170905826" + ], + "abstract_inverted_index": { + "Machine": [ + 0 + ], + "learning": [ + 1, + 46, + 86, + 135 + ], + "is": [ + 2, + 20 + ], + "one": [ + 3 + ], + "of": [ + 4, + 9, + 17, + 41, + 61, + 70, + 81, + 85, + 90, + 133 + ], + "the": [ + 5, + 26, + 42, + 48, + 62, + 64, + 82, + 88, + 113, + 126, + 129 + ], + "fastest": [ + 6 + ], + "growing": [ + 7 + ], + "areas": [ + 8 + ], + "computer": [ + 10, + 144 + ], + "science,": [ + 11, + 145 + ], + "with": [ + 12 + ], + "far-reaching": [ + 13 + ], + "applications.": [ + 14 + ], + "The": [ + 15, + 35 + ], + "aim": [ + 16 + ], + "this": [ + 18 + ], + "textbook": [ + 19 + ], + "to": [ + 21, + 137 + ], + "introduce": [ + 22 + ], + "machine": [ + 23, + 45, + 134 + ], + "learning,": [ + 24 + ], + "and": [ + 25, + 47, + 87, + 92, + 103, + 107, + 116, + 131, + 139, + 147 + ], + "algorithmic": [ + 27, + 95 + ], + "paradigms": [ + 28, + 96 + ], + "it": [ + 29 + ], + "offers,": [ + 30 + ], + "in": [ + 31, + 142 + ], + "a": [ + 32, + 38, + 59, + 67, + 79 + ], + "principled": [ + 33 + ], + "way.": [ + 34 + ], + "book": [ + 36, + 65 + ], + "provides": [ + 37 + ], + "theoretical": [ + 39, + 109 + ], + "account": [ + 40 + ], + "fundamentals": [ + 43, + 130 + ], + "underlying": [ + 44 + ], + "mathematical": [ + 49 + ], + "derivations": [ + 50 + ], + "that": [ + 51 + ], + "transform": [ + 52 + ], + "these": [ + 53 + ], + "principles": [ + 54 + ], + "into": [ + 55 + ], + "practical": [ + 56 + ], + "algorithms.": [ + 57 + ], + "Following": [ + 58 + ], + "presentation": [ + 60 + ], + "basics,": [ + 63 + ], + "covers": [ + 66 + ], + "wide": [ + 68 + ], + "array": [ + 69 + ], + "central": [ + 71 + ], + "topics": [ + 72 + ], + "unaddressed": [ + 73 + ], + "by": [ + 74 + ], + "previous": [ + 75 + ], + "textbooks.": [ + 76 + ], + "These": [ + 77 + ], + "include": [ + 78 + ], + "discussion": [ + 80 + ], + "computational": [ + 83 + ], + "complexity": [ + 84 + ], + "concepts": [ + 89, + 110 + ], + "convexity": [ + 91 + ], + "stability;": [ + 93 + ], + "important": [ + 94 + ], + "including": [ + 97 + ], + "stochastic": [ + 98 + ], + "gradient": [ + 99 + ], + "descent,": [ + 100 + ], + "neural": [ + 101 + ], + "networks,": [ + 102 + ], + "structured": [ + 104 + ], + "output": [ + 105 + ], + "learning;": [ + 106 + ], + "emerging": [ + 108 + ], + "such": [ + 111 + ], + "as": [ + 112 + ], + "PAC-Bayes": [ + 114 + ], + "approach": [ + 115 + ], + "compression-based": [ + 117 + ], + "bounds.": [ + 118 + ], + "Designed": [ + 119 + ], + "for": [ + 120 + ], + "advanced": [ + 121 + ], + "undergraduates": [ + 122 + ], + "or": [ + 123 + ], + "beginning": [ + 124 + ], + "graduates,": [ + 125 + ], + "text": [ + 127 + ], + "makes": [ + 128 + ], + "algorithms": [ + 132 + ], + "accessible": [ + 136 + ], + "students": [ + 138 + ], + "non-expert": [ + 140 + ], + "readers": [ + 141 + ], + "statistics,": [ + 143 + ], + "mathematics": [ + 146 + ], + "engineering.": [ + 148 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 96 + }, + { + "year": 2025, + "cited_by_count": 375 + }, + { + "year": 2024, + "cited_by_count": 400 + }, + { + "year": 2023, + "cited_by_count": 421 + }, + { + "year": 2022, + "cited_by_count": 424 + }, + { + "year": 2021, + "cited_by_count": 368 + }, + { + "year": 2020, + "cited_by_count": 366 + }, + { + "year": 2019, + "cited_by_count": 192 + }, + { + "year": 2018, + "cited_by_count": 144 + }, + { + "year": 2017, + "cited_by_count": 64 + }, + { + "year": 2016, + "cited_by_count": 33 + }, + { + "year": 2015, + "cited_by_count": 17 + }, + { + "year": 2014, + "cited_by_count": 4 + }, + { + "year": 2013, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-28T09:10:13.091523", + "created_date": "2022-05-12T00:00:00" + }, + { + "id": "https://openalex.org/W3198350258", + "doi": "https://doi.org/10.1147/rd.33.0210", + "title": "Some Studies in Machine Learning Using the Game of Checkers", + "display_name": "Some Studies in Machine Learning Using the Game of Checkers", + "relevance_score": 4168.228, + "publication_year": 1959, + "publication_date": "1959-07-01", + "ids": { + "openalex": "https://openalex.org/W3198350258", + "doi": "https://doi.org/10.1147/rd.33.0210", + "mag": "3198350258" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1147/rd.33.0210", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1147/rd.33.0210", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4210219925", + "display_name": "IBM Journal of Research and Development", + "issn_l": "0018-8646", + "issn": [ + "0018-8646", + "2151-8556" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320652", + "host_organization_name": "IBM", + "host_organization_lineage": [ + "https://openalex.org/P4310320652" + ], + "host_organization_lineage_names": [ + "IBM" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IBM Journal of Research and Development", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5103515726", + "display_name": "Arthur L. Samuel", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "A. L. Samuel", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5103515726" + ], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 58.6681, + "has_fulltext": false, + "cited_by_count": 4330, + "citation_normalized_percentile": { + "value": 0.99739244, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "3", + "issue": "3", + "first_page": "210", + "last_page": "229" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11574", + "display_name": "Artificial Intelligence in Games", + "score": 0.8087999820709229, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11574", + "display_name": "Artificial Intelligence in Games", + "score": 0.8087999820709229, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7188340425491333 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5375511050224304 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.3793615698814392 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7188340425491333 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5375511050224304 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.3793615698814392 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1147/rd.33.0210", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1147/rd.33.0210", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4210219925", + "display_name": "IBM Journal of Research and Development", + "issn_l": "0018-8646", + "issn": [ + "0018-8646", + "2151-8556" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320652", + "host_organization_name": "IBM", + "host_organization_lineage": [ + "https://openalex.org/P4310320652" + ], + "host_organization_lineage_names": [ + "IBM" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IBM Journal of Research and Development", + "raw_type": "journal-article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "score": 0.5, + "display_name": "Quality Education", + "id": "https://metadata.un.org/sdg/4" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W4224009465", + "https://openalex.org/W4286629047", + "https://openalex.org/W4306321456", + "https://openalex.org/W4285260836", + "https://openalex.org/W3046775127", + "https://openalex.org/W3170094116", + "https://openalex.org/W4205958290", + "https://openalex.org/W3209574120" + ], + "abstract_inverted_index": { + "Two": [ + 0 + ], + "machine-learning": [ + 1 + ], + "procedures": [ + 2 + ], + "have": [ + 3, + 97 + ], + "been": [ + 4, + 17 + ], + "investigated": [ + 5 + ], + "in": [ + 6, + 59 + ], + "some": [ + 7 + ], + "detail": [ + 8 + ], + "using": [ + 9 + ], + "the": [ + 10, + 21, + 46, + 50, + 76, + 79, + 102 + ], + "game": [ + 11, + 38 + ], + "of": [ + 12, + 39, + 64, + 70, + 78, + 83, + 91, + 117, + 125 + ], + "checkers.": [ + 13 + ], + "Enough": [ + 14 + ], + "work": [ + 15 + ], + "has": [ + 16 + ], + "done": [ + 18 + ], + "to": [ + 19, + 34, + 56, + 96, + 99, + 128 + ], + "verify": [ + 20 + ], + "fact": [ + 22 + ], + "that": [ + 23, + 30 + ], + "a": [ + 24, + 36, + 60, + 81, + 86 + ], + "computer": [ + 25 + ], + "can": [ + 26, + 42, + 54 + ], + "be": [ + 27, + 43 + ], + "programmed": [ + 28 + ], + "so": [ + 29 + ], + "it": [ + 31, + 53 + ], + "will": [ + 32 + ], + "learn": [ + 33, + 55 + ], + "play": [ + 35 + ], + "better": [ + 37 + ], + "checkers": [ + 40 + ], + "than": [ + 41 + ], + "played": [ + 44 + ], + "by": [ + 45, + 121 + ], + "person": [ + 47 + ], + "who": [ + 48 + ], + "wrote": [ + 49 + ], + "program.": [ + 51 + ], + "Furthermore,": [ + 52 + ], + "do": [ + 57, + 100 + ], + "this": [ + 58 + ], + "remarkably": [ + 61 + ], + "short": [ + 62 + ], + "period": [ + 63 + ], + "time": [ + 65 + ], + "(8": [ + 66 + ], + "or": [ + 67 + ], + "10": [ + 68 + ], + "hours": [ + 69 + ], + "machine-playing": [ + 71 + ], + "time)": [ + 72 + ], + "when": [ + 73 + ], + "given": [ + 74 + ], + "only": [ + 75 + ], + "rules": [ + 77 + ], + "game,": [ + 80, + 103 + ], + "sense": [ + 82 + ], + "direction,": [ + 84 + ], + "and": [ + 85, + 88, + 108, + 113 + ], + "redundant": [ + 87 + ], + "incomplete": [ + 89 + ], + "list": [ + 90 + ], + "parameters": [ + 92 + ], + "which": [ + 93 + ], + "are": [ + 94, + 111 + ], + "thought": [ + 95 + ], + "something": [ + 98 + ], + "with": [ + 101 + ], + "but": [ + 104 + ], + "whose": [ + 105 + ], + "correct": [ + 106 + ], + "signs": [ + 107 + ], + "relative": [ + 109 + ], + "weights": [ + 110 + ], + "unknown": [ + 112 + ], + "unspecified.": [ + 114 + ], + "The": [ + 115 + ], + "principles": [ + 116 + ], + "machine": [ + 118 + ], + "learning": [ + 119 + ], + "verified": [ + 120 + ], + "these": [ + 122 + ], + "experiments": [ + 123 + ], + "are,": [ + 124 + ], + "course,": [ + 126 + ], + "applicable": [ + 127 + ], + "many": [ + 129 + ], + "other": [ + 130 + ], + "situations.": [ + 131 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 87 + }, + { + "year": 2025, + "cited_by_count": 322 + }, + { + "year": 2024, + "cited_by_count": 345 + }, + { + "year": 2023, + "cited_by_count": 343 + }, + { + "year": 2022, + "cited_by_count": 342 + }, + { + "year": 2021, + "cited_by_count": 398 + }, + { + "year": 2020, + "cited_by_count": 335 + }, + { + "year": 2019, + "cited_by_count": 352 + }, + { + "year": 2018, + "cited_by_count": 221 + }, + { + "year": 2017, + "cited_by_count": 147 + }, + { + "year": 2016, + "cited_by_count": 59 + }, + { + "year": 2015, + "cited_by_count": 42 + }, + { + "year": 2014, + "cited_by_count": 42 + }, + { + "year": 2013, + "cited_by_count": 52 + }, + { + "year": 2012, + "cited_by_count": 45 + } + ], + "updated_date": "2026-05-27T09:02:27.158192", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2535690855", + "doi": "https://doi.org/10.1109/sp.2017.41", + "title": "Membership Inference Attacks Against Machine Learning Models", + "display_name": "Membership Inference Attacks Against Machine Learning Models", + "relevance_score": 4124.923, + "publication_year": 2017, + "publication_date": "2017-05-01", + "ids": { + "openalex": "https://openalex.org/W2535690855", + "doi": "https://doi.org/10.1109/sp.2017.41", + "mag": "2535690855" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1109/sp.2017.41", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/sp.2017.41", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "2017 IEEE Symposium on Security and Privacy (SP)", + "raw_type": "proceedings-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5084892128", + "display_name": "Reza Shokri", + "orcid": "https://orcid.org/0000-0001-9816-0173" + }, + "institutions": [ + { + "id": "https://openalex.org/I205783295", + "display_name": "Cornell University", + "ror": "https://ror.org/05bnh6r87", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I205783295" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Reza Shokri", + "raw_affiliation_strings": [ + "Cornell Tech" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Cornell Tech", + "institution_ids": [ + "https://openalex.org/I205783295" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5086560283", + "display_name": "Marco Stronati", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1326498283", + "display_name": "Institut national de recherche en informatique et en automatique", + "ror": "https://ror.org/02kvxyf05", + "country_code": "FR", + "type": "funder", + "lineage": [ + "https://openalex.org/I1326498283" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Marco Stronati", + "raw_affiliation_strings": [ + "INRIA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "INRIA", + "institution_ids": [ + "https://openalex.org/I1326498283" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5048446895", + "display_name": "Congzheng Song", + "orcid": "https://orcid.org/0000-0002-5076-7299" + }, + "institutions": [ + { + "id": "https://openalex.org/I205783295", + "display_name": "Cornell University", + "ror": "https://ror.org/05bnh6r87", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I205783295" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Congzheng Song", + "raw_affiliation_strings": [ + "Cornell" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Cornell", + "institution_ids": [ + "https://openalex.org/I205783295" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5038206174", + "display_name": "Vitaly Shmatikov", + "orcid": "https://orcid.org/0009-0002-1336-5714" + }, + "institutions": [ + { + "id": "https://openalex.org/I205783295", + "display_name": "Cornell University", + "ror": "https://ror.org/05bnh6r87", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I205783295" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Vitaly Shmatikov", + "raw_affiliation_strings": [ + "Cornell Tech" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Cornell Tech", + "institution_ids": [ + "https://openalex.org/I205783295" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 4, + "corresponding_author_ids": [ + "https://openalex.org/A5084892128" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I205783295" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 167.1582, + "has_fulltext": false, + "cited_by_count": 4169, + "citation_normalized_percentile": { + "value": 0.99981035, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": "3", + "last_page": "18" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10764", + "display_name": "Privacy-Preserving Technologies in Data", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10764", + "display_name": "Privacy-Preserving Technologies in Data", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11689", + "display_name": "Adversarial Robustness in Machine Learning", + "score": 0.9997000098228455, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10237", + "display_name": "Cryptography and Data Security", + "score": 0.9768000245094299, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/inference", + "display_name": "Inference", + "score": 0.8516879081726074 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.7886953949928284 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7878186702728271 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6666349768638611 + }, + { + "id": "https://openalex.org/keywords/perspective", + "display_name": "Perspective (graphical)", + "score": 0.5839544534683228 + }, + { + "id": "https://openalex.org/keywords/focus", + "display_name": "Focus (optics)", + "score": 0.5145570635795593 + }, + { + "id": "https://openalex.org/keywords/data-modeling", + "display_name": "Data modeling", + "score": 0.47366389632225037 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.4463120698928833 + }, + { + "id": "https://openalex.org/keywords/adversarial-system", + "display_name": "Adversarial system", + "score": 0.41243356466293335 + }, + { + "id": "https://openalex.org/keywords/database", + "display_name": "Database", + "score": 0.07796728610992432 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2776214188", + "wikidata": "https://www.wikidata.org/wiki/Q408386", + "display_name": "Inference", + "level": 2, + "score": 0.8516879081726074 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.7886953949928284 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7878186702728271 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6666349768638611 + }, + { + "id": "https://openalex.org/C12713177", + "wikidata": "https://www.wikidata.org/wiki/Q1900281", + "display_name": "Perspective (graphical)", + "level": 2, + "score": 0.5839544534683228 + }, + { + "id": "https://openalex.org/C192209626", + "wikidata": "https://www.wikidata.org/wiki/Q190909", + "display_name": "Focus (optics)", + "level": 2, + "score": 0.5145570635795593 + }, + { + "id": "https://openalex.org/C67186912", + "wikidata": "https://www.wikidata.org/wiki/Q367664", + "display_name": "Data modeling", + "level": 2, + "score": 0.47366389632225037 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.4463120698928833 + }, + { + "id": "https://openalex.org/C37736160", + "wikidata": "https://www.wikidata.org/wiki/Q1801315", + "display_name": "Adversarial system", + "level": 2, + "score": 0.41243356466293335 + }, + { + "id": "https://openalex.org/C77088390", + "wikidata": "https://www.wikidata.org/wiki/Q8513", + "display_name": "Database", + "level": 1, + "score": 0.07796728610992432 + }, + { + "id": "https://openalex.org/C120665830", + "wikidata": "https://www.wikidata.org/wiki/Q14620", + "display_name": "Optics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C121332964", + "wikidata": "https://www.wikidata.org/wiki/Q413", + "display_name": "Physics", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "doi:10.1109/sp.2017.41", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/sp.2017.41", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "2017 IEEE Symposium on Security and Privacy (SP)", + "raw_type": "proceedings-article" + }, + { + "id": "pmh:oai:scholarbank.nus.edu.sg:10635/172937", + "is_oa": false, + "landing_page_url": "https://scholarbank.nus.edu.sg/handle/10635/172937", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S7407052290", + "display_name": "National University of Singapore", + "issn_l": null, + "issn": [], + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Elements", + "raw_type": "Conference Paper" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "score": 0.5699999928474426, + "display_name": "Peace, Justice and strong institutions", + "id": "https://metadata.un.org/sdg/16" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 54, + "referenced_works": [ + "https://openalex.org/W1473189865", + "https://openalex.org/W1510952750", + "https://openalex.org/W1528076390", + "https://openalex.org/W1535019556", + "https://openalex.org/W1554944419", + "https://openalex.org/W1760458529", + "https://openalex.org/W1811750039", + "https://openalex.org/W1821462560", + "https://openalex.org/W1826232489", + "https://openalex.org/W1873763122", + "https://openalex.org/W1992926795", + "https://openalex.org/W2009733253", + "https://openalex.org/W2024594469", + "https://openalex.org/W2040228409", + "https://openalex.org/W2051267297", + "https://openalex.org/W2053637704", + "https://openalex.org/W2077905990", + "https://openalex.org/W2095272373", + "https://openalex.org/W2095705004", + "https://openalex.org/W2096633407", + "https://openalex.org/W2106313770", + "https://openalex.org/W2106463421", + "https://openalex.org/W2112380340", + "https://openalex.org/W2114229504", + "https://openalex.org/W2119874464", + "https://openalex.org/W2123147099", + "https://openalex.org/W2130051287", + "https://openalex.org/W2151320232", + "https://openalex.org/W2162379889", + "https://openalex.org/W2186645727", + "https://openalex.org/W2198253679", + "https://openalex.org/W2329660289", + "https://openalex.org/W2461943168", + "https://openalex.org/W2473418344", + "https://openalex.org/W2532520288", + "https://openalex.org/W2950943617", + "https://openalex.org/W2951114885", + "https://openalex.org/W2962835266", + "https://openalex.org/W2963794891", + "https://openalex.org/W2964318098", + "https://openalex.org/W3118608800", + "https://openalex.org/W3215186461", + "https://openalex.org/W4248649186", + "https://openalex.org/W6628547770", + "https://openalex.org/W6631628602", + "https://openalex.org/W6632160336", + "https://openalex.org/W6638214083", + "https://openalex.org/W6639246211", + "https://openalex.org/W6661425395", + "https://openalex.org/W6674330103", + "https://openalex.org/W6676639149", + "https://openalex.org/W6677855611", + "https://openalex.org/W6686761782", + "https://openalex.org/W6731627051" + ], + "related_works": [ + "https://openalex.org/W2899084033", + "https://openalex.org/W2502115930", + "https://openalex.org/W2482350142", + "https://openalex.org/W4246396837", + "https://openalex.org/W3126451824", + "https://openalex.org/W1561927205", + "https://openalex.org/W3191453585", + "https://openalex.org/W4297672492", + "https://openalex.org/W4310988119", + "https://openalex.org/W4285226279" + ], + "abstract_inverted_index": { + "We": [ + 0, + 19, + 92, + 146 + ], + "quantitatively": [ + 1 + ], + "investigate": [ + 2, + 148 + ], + "how": [ + 3 + ], + "machine": [ + 4, + 60 + ], + "learning": [ + 5, + 61, + 105 + ], + "models": [ + 6, + 100, + 138 + ], + "leak": [ + 7 + ], + "information": [ + 8 + ], + "about": [ + 9 + ], + "the": [ + 10, + 22, + 39, + 43, + 72, + 77, + 84, + 131, + 149 + ], + "individual": [ + 11 + ], + "data": [ + 12, + 29 + ], + "records": [ + 13 + ], + "on": [ + 14, + 21, + 76, + 82, + 98 + ], + "which": [ + 15 + ], + "they": [ + 16 + ], + "were": [ + 17 + ], + "trained.": [ + 18 + ], + "focus": [ + 20 + ], + "basic": [ + 23 + ], + "membership": [ + 24, + 49, + 127, + 143 + ], + "inference": [ + 25, + 50, + 66, + 96, + 144 + ], + "attack:": [ + 26 + ], + "given": [ + 27 + ], + "a": [ + 28, + 35, + 52, + 107, + 122 + ], + "record": [ + 30, + 40 + ], + "and": [ + 31, + 62, + 113, + 118, + 155 + ], + "black-box": [ + 32 + ], + "access": [ + 33 + ], + "to": [ + 34, + 68, + 142 + ], + "model,": [ + 36, + 54 + ], + "determine": [ + 37 + ], + "if": [ + 38 + ], + "was": [ + 41 + ], + "in": [ + 42, + 71 + ], + "model's": [ + 44, + 74 + ], + "training": [ + 45 + ], + "dataset.": [ + 46 + ], + "To": [ + 47 + ], + "perform": [ + 48 + ], + "against": [ + 51 + ], + "target": [ + 53, + 73 + ], + "we": [ + 55, + 134 + ], + "make": [ + 56 + ], + "adversarial": [ + 57 + ], + "use": [ + 58 + ], + "of": [ + 59 + ], + "train": [ + 63, + 90 + ], + "our": [ + 64, + 95 + ], + "own": [ + 65 + ], + "model": [ + 67 + ], + "recognize": [ + 69 + ], + "differences": [ + 70 + ], + "predictions": [ + 75 + ], + "inputs": [ + 78, + 85 + ], + "that": [ + 79, + 86, + 136, + 151 + ], + "it": [ + 80, + 87 + ], + "trained": [ + 81, + 101 + ], + "versus": [ + 83 + ], + "did": [ + 88 + ], + "not": [ + 89 + ], + "on.": [ + 91 + ], + "empirically": [ + 93 + ], + "evaluate": [ + 94, + 156 + ], + "techniques": [ + 97 + ], + "classification": [ + 99, + 119 + ], + "by": [ + 102 + ], + "commercial": [ + 103 + ], + "\"machine": [ + 104 + ], + "as": [ + 106, + 111 + ], + "service\"": [ + 108 + ], + "providers": [ + 109 + ], + "such": [ + 110 + ], + "Google": [ + 112 + ], + "Amazon.": [ + 114 + ], + "Using": [ + 115 + ], + "realistic": [ + 116 + ], + "datasets": [ + 117 + ], + "tasks,": [ + 120 + ], + "including": [ + 121 + ], + "hospital": [ + 123 + ], + "discharge": [ + 124 + ], + "dataset": [ + 125 + ], + "whose": [ + 126 + ], + "is": [ + 128 + ], + "sensitive": [ + 129 + ], + "from": [ + 130 + ], + "privacy": [ + 132 + ], + "perspective,": [ + 133 + ], + "show": [ + 135 + ], + "these": [ + 137 + ], + "can": [ + 139 + ], + "be": [ + 140 + ], + "vulnerable": [ + 141 + ], + "attacks.": [ + 145 + ], + "then": [ + 147 + ], + "factors": [ + 150 + ], + "influence": [ + 152 + ], + "this": [ + 153 + ], + "leakage": [ + 154 + ], + "mitigation": [ + 157 + ], + "strategies.": [ + 158 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 192 + }, + { + "year": 2025, + "cited_by_count": 743 + }, + { + "year": 2024, + "cited_by_count": 706 + }, + { + "year": 2023, + "cited_by_count": 627 + }, + { + "year": 2022, + "cited_by_count": 513 + }, + { + "year": 2021, + "cited_by_count": 585 + }, + { + "year": 2020, + "cited_by_count": 445 + }, + { + "year": 2019, + "cited_by_count": 232 + }, + { + "year": 2018, + "cited_by_count": 101 + }, + { + "year": 2017, + "cited_by_count": 24 + }, + { + "year": 2013, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2885770726", + "doi": "https://doi.org/10.3390/s18082674", + "title": "Machine Learning in Agriculture: A Review", + "display_name": "Machine Learning in Agriculture: A Review", + "relevance_score": 4122.498, + "publication_year": 2018, + "publication_date": "2018-08-14", + "ids": { + "openalex": "https://openalex.org/W2885770726", + "doi": "https://doi.org/10.3390/s18082674", + "mag": "2885770726", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/30110960" + }, + "language": "en", + "primary_location": { + "id": "doi:10.3390/s18082674", + "is_oa": true, + "landing_page_url": "https://doi.org/10.3390/s18082674", + "pdf_url": "https://www.mdpi.com/1424-8220/18/8/2674/pdf?version=1534247979", + "source": { + "id": "https://openalex.org/S101949793", + "display_name": "Sensors", + "issn_l": "1424-8220", + "issn": [ + "1424-8220" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310310987", + "host_organization_name": "Multidisciplinary Digital Publishing Institute", + "host_organization_lineage": [ + "https://openalex.org/P4310310987" + ], + "host_organization_lineage_names": [ + "Multidisciplinary Digital Publishing Institute" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Sensors", + "raw_type": "journal-article" + }, + "type": "review", + "indexed_in": [ + "crossref", + "doaj", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "gold", + "oa_url": "https://www.mdpi.com/1424-8220/18/8/2674/pdf?version=1534247979", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5085282864", + "display_name": "Κωνσταντίνος Λιάκος", + "orcid": "https://orcid.org/0000-0002-6866-0932" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210134249", + "display_name": "Centre for Research and Technology Hellas", + "ror": "https://ror.org/03bndpq63", + "country_code": "GR", + "type": "facility", + "lineage": [ + "https://openalex.org/I4210134249" + ] + } + ], + "countries": [ + "GR" + ], + "is_corresponding": false, + "raw_author_name": "Konstantinos Liakos", + "raw_affiliation_strings": [ + "Institute for Bio-Economy and Agri-Technology (IBO), Centre of Research and Technology—Hellas (CERTH), 6th km Charilaou-Thermi Rd, GR 57001 Thessaloniki, Greece" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Institute for Bio-Economy and Agri-Technology (IBO), Centre of Research and Technology—Hellas (CERTH), 6th km Charilaou-Thermi Rd, GR 57001 Thessaloniki, Greece", + "institution_ids": [ + "https://openalex.org/I4210134249" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5059581084", + "display_name": "Patrizia Busato", + "orcid": "https://orcid.org/0000-0001-9546-530X" + }, + "institutions": [ + { + "id": "https://openalex.org/I55143463", + "display_name": "University of Turin", + "ror": "https://ror.org/048tbm396", + "country_code": "IT", + "type": "education", + "lineage": [ + "https://openalex.org/I55143463" + ] + } + ], + "countries": [ + "IT" + ], + "is_corresponding": false, + "raw_author_name": "Patrizia Busato", + "raw_affiliation_strings": [ + "Department of Agriculture, Forestry and Food Sciences (DISAFA), Faculty of Agriculture, University of Turin, Largo Braccini 2, 10095 Grugliasco, Italy" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Agriculture, Forestry and Food Sciences (DISAFA), Faculty of Agriculture, University of Turin, Largo Braccini 2, 10095 Grugliasco, Italy", + "institution_ids": [ + "https://openalex.org/I55143463" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5047144831", + "display_name": "Dimitrios Moshou", + "orcid": "https://orcid.org/0000-0001-7270-5307" + }, + "institutions": [ + { + "id": "https://openalex.org/I21370196", + "display_name": "Aristotle University of Thessaloniki", + "ror": "https://ror.org/02j61yw88", + "country_code": "GR", + "type": "education", + "lineage": [ + "https://openalex.org/I21370196" + ] + }, + { + "id": "https://openalex.org/I4210134249", + "display_name": "Centre for Research and Technology Hellas", + "ror": "https://ror.org/03bndpq63", + "country_code": "GR", + "type": "facility", + "lineage": [ + "https://openalex.org/I4210134249" + ] + } + ], + "countries": [ + "GR" + ], + "is_corresponding": false, + "raw_author_name": "Dimitrios Moshou", + "raw_affiliation_strings": [ + "Agricultural Engineering Laboratory, Faculty of Agriculture, Aristotle University of Thessaloniki, 54124 Thessaloniki, Greece", + "Institute for Bio-Economy and Agri-Technology (IBO), Centre of Research and Technology—Hellas (CERTH), 6th km Charilaou-Thermi Rd, GR 57001 Thessaloniki, Greece" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Agricultural Engineering Laboratory, Faculty of Agriculture, Aristotle University of Thessaloniki, 54124 Thessaloniki, Greece", + "institution_ids": [ + "https://openalex.org/I21370196" + ] + }, + { + "raw_affiliation_string": "Institute for Bio-Economy and Agri-Technology (IBO), Centre of Research and Technology—Hellas (CERTH), 6th km Charilaou-Thermi Rd, GR 57001 Thessaloniki, Greece", + "institution_ids": [ + "https://openalex.org/I4210134249" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5018447003", + "display_name": "Simon Pearson", + "orcid": "https://orcid.org/0000-0002-4297-4837" + }, + "institutions": [ + { + "id": "https://openalex.org/I51532219", + "display_name": "University of Lincoln", + "ror": "https://ror.org/03yeq9x20", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I51532219" + ] + } + ], + "countries": [ + "GB" + ], + "is_corresponding": false, + "raw_author_name": "Simon Pearson", + "raw_affiliation_strings": [ + "Lincoln Institute for Agri-food Technology (LIAT), University of Lincoln, Brayford Way, Brayford Pool, Lincoln LN6 7TS, UK" + ], + "raw_orcid": "https://orcid.org/0000-0002-4297-4837", + "affiliations": [ + { + "raw_affiliation_string": "Lincoln Institute for Agri-food Technology (LIAT), University of Lincoln, Brayford Way, Brayford Pool, Lincoln LN6 7TS, UK", + "institution_ids": [ + "https://openalex.org/I51532219" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5073592501", + "display_name": "Dionysis Bochtis", + "orcid": "https://orcid.org/0000-0002-7058-5986" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210134249", + "display_name": "Centre for Research and Technology Hellas", + "ror": "https://ror.org/03bndpq63", + "country_code": "GR", + "type": "facility", + "lineage": [ + "https://openalex.org/I4210134249" + ] + } + ], + "countries": [ + "GR" + ], + "is_corresponding": true, + "raw_author_name": "Dionysis Bochtis", + "raw_affiliation_strings": [ + "Institute for Bio-Economy and Agri-Technology (IBO), Centre of Research and Technology—Hellas (CERTH), 6th km Charilaou-Thermi Rd, GR 57001 Thessaloniki, Greece" + ], + "raw_orcid": "https://orcid.org/0000-0002-7058-5986", + "affiliations": [ + { + "raw_affiliation_string": "Institute for Bio-Economy and Agri-Technology (IBO), Centre of Research and Technology—Hellas (CERTH), 6th km Charilaou-Thermi Rd, GR 57001 Thessaloniki, Greece", + "institution_ids": [ + "https://openalex.org/I4210134249" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 3, + "institutions_distinct_count": 5, + "corresponding_author_ids": [ + "https://openalex.org/A5073592501" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I4210134249" + ], + "apc_list": { + "value": 2400, + "currency": "CHF", + "value_usd": 2598 + }, + "apc_paid": { + "value": 2400, + "currency": "CHF", + "value_usd": 2598 + }, + "fwci": 234.4024, + "has_fulltext": true, + "cited_by_count": 2970, + "citation_normalized_percentile": { + "value": 0.99998177, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 96, + "max": 100 + }, + "biblio": { + "volume": "18", + "issue": "8", + "first_page": "2674", + "last_page": "2674" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10616", + "display_name": "Smart Agriculture and AI", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/1110", + "display_name": "Plant Science" + }, + "field": { + "id": "https://openalex.org/fields/11", + "display_name": "Agricultural and Biological Sciences" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10616", + "display_name": "Smart Agriculture and AI", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/1110", + "display_name": "Plant Science" + }, + "field": { + "id": "https://openalex.org/fields/11", + "display_name": "Agricultural and Biological Sciences" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + }, + { + "id": "https://openalex.org/T10640", + "display_name": "Spectroscopy and Chemometric Analyses", + "score": 0.9825999736785889, + "subfield": { + "id": "https://openalex.org/subfields/1602", + "display_name": "Analytical Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/16", + "display_name": "Chemistry" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10111", + "display_name": "Remote Sensing in Agriculture", + "score": 0.958299994468689, + "subfield": { + "id": "https://openalex.org/subfields/2303", + "display_name": "Ecology" + }, + "field": { + "id": "https://openalex.org/fields/23", + "display_name": "Environmental Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/agriculture", + "display_name": "Agriculture", + "score": 0.5998008251190186 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5735517740249634 + }, + { + "id": "https://openalex.org/keywords/precision-agriculture", + "display_name": "Precision agriculture", + "score": 0.5354065895080566 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.5236620306968689 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.5148038268089294 + }, + { + "id": "https://openalex.org/keywords/big-data", + "display_name": "Big data", + "score": 0.4952518045902252 + }, + { + "id": "https://openalex.org/keywords/livestock", + "display_name": "Livestock", + "score": 0.43506547808647156 + }, + { + "id": "https://openalex.org/keywords/decision-support-system", + "display_name": "Decision support system", + "score": 0.41696614027023315 + }, + { + "id": "https://openalex.org/keywords/data-science", + "display_name": "Data science", + "score": 0.3964245617389679 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.13465631008148193 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C118518473", + "wikidata": "https://www.wikidata.org/wiki/Q11451", + "display_name": "Agriculture", + "level": 2, + "score": 0.5998008251190186 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5735517740249634 + }, + { + "id": "https://openalex.org/C120217122", + "wikidata": "https://www.wikidata.org/wiki/Q740083", + "display_name": "Precision agriculture", + "level": 3, + "score": 0.5354065895080566 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.5236620306968689 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.5148038268089294 + }, + { + "id": "https://openalex.org/C75684735", + "wikidata": "https://www.wikidata.org/wiki/Q858810", + "display_name": "Big data", + "level": 2, + "score": 0.4952518045902252 + }, + { + "id": "https://openalex.org/C112964050", + "wikidata": "https://www.wikidata.org/wiki/Q103459", + "display_name": "Livestock", + "level": 2, + "score": 0.43506547808647156 + }, + { + "id": "https://openalex.org/C107327155", + "wikidata": "https://www.wikidata.org/wiki/Q330268", + "display_name": "Decision support system", + "level": 2, + "score": 0.41696614027023315 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.3964245617389679 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.13465631008148193 + }, + { + "id": "https://openalex.org/C86803240", + "wikidata": "https://www.wikidata.org/wiki/Q420", + "display_name": "Biology", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C18903297", + "wikidata": "https://www.wikidata.org/wiki/Q7150", + "display_name": "Ecology", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 9, + "locations": [ + { + "id": "doi:10.3390/s18082674", + "is_oa": true, + "landing_page_url": "https://doi.org/10.3390/s18082674", + "pdf_url": "https://www.mdpi.com/1424-8220/18/8/2674/pdf?version=1534247979", + "source": { + "id": "https://openalex.org/S101949793", + "display_name": "Sensors", + "issn_l": "1424-8220", + "issn": [ + "1424-8220" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310310987", + "host_organization_name": "Multidisciplinary Digital Publishing Institute", + "host_organization_lineage": [ + "https://openalex.org/P4310310987" + ], + "host_organization_lineage_names": [ + "Multidisciplinary Digital Publishing Institute" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Sensors", + "raw_type": "journal-article" + }, + { + "id": "pmid:30110960", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/30110960", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Sensors (Basel, Switzerland)", + "raw_type": null + }, + { + "id": "pmh:oai:doaj.org/article:c6cd93144ea3478f860eb1f3766e5a43", + "is_oa": true, + "landing_page_url": "https://doaj.org/article/c6cd93144ea3478f860eb1f3766e5a43", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401280", + "display_name": "DOAJ (DOAJ: Directory of Open Access Journals)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by-sa", + "license_id": "https://openalex.org/licenses/cc-by-sa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Sensors, Vol 18, Iss 8, p 2674 (2018)", + "raw_type": "article" + }, + { + "id": "pmh:oai:eprints.lincoln.ac.uk:33015", + "is_oa": true, + "landing_page_url": "http://eprints.lincoln.ac.uk/id/eprint/33015/1/htm", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4377196275", + "display_name": "Lincoln Repository (University of Lincoln)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I51532219", + "host_organization_name": "University of Lincoln", + "host_organization_lineage": [ + "https://openalex.org/I51532219" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Article" + }, + { + "id": "pmh:oai:europepmc.org:5064788", + "is_oa": true, + "landing_page_url": "http://europepmc.org/pmc/articles/PMC6111295", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400806", + "display_name": "Europe PMC (PubMed Central)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1303153112", + "host_organization_name": "European Bioinformatics Institute", + "host_organization_lineage": [ + "https://openalex.org/I1303153112" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "other-oa", + "license_id": "https://openalex.org/licenses/other-oa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Text" + }, + { + "id": "pmh:oai:figshare.com:article/24372634", + "is_oa": true, + "landing_page_url": "https://figshare.com/articles/journal_contribution/Machine_Learning_in_Agriculture_A_Review/24372634", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4377196282", + "display_name": "Figshare", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I4210132348", + "host_organization_name": "Figshare (United Kingdom)", + "host_organization_lineage": [ + "https://openalex.org/I4210132348" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Text" + }, + { + "id": "pmh:oai:iris.unito.it:2318/1679884", + "is_oa": true, + "landing_page_url": "http://hdl.handle.net/2318/1679884", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400637", + "display_name": "Institutional Research Information System University of Turin (University of Turin)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I55143463", + "host_organization_name": "University of Turin", + "host_organization_lineage": [ + "https://openalex.org/I55143463" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "other-oa", + "license_id": "https://openalex.org/licenses/other-oa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "info:eu-repo/semantics/article" + }, + { + "id": "pmh:oai:mdpi.com:/1424-8220/18/8/2674/", + "is_oa": true, + "landing_page_url": "http://dx.doi.org/10.3390/s18082674", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400947", + "display_name": "MDPI (MDPI AG)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I4210097602", + "host_organization_name": "Multidisciplinary Digital Publishing Institute (Switzerland)", + "host_organization_lineage": [ + "https://openalex.org/I4210097602" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Sensors", + "raw_type": "Text" + }, + { + "id": "pmh:oai:pubmedcentral.nih.gov:6111295", + "is_oa": true, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/6111295", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2764455111", + "display_name": "PubMed Central", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Sensors (Basel)", + "raw_type": "Text" + } + ], + "best_oa_location": { + "id": "doi:10.3390/s18082674", + "is_oa": true, + "landing_page_url": "https://doi.org/10.3390/s18082674", + "pdf_url": "https://www.mdpi.com/1424-8220/18/8/2674/pdf?version=1534247979", + "source": { + "id": "https://openalex.org/S101949793", + "display_name": "Sensors", + "issn_l": "1424-8220", + "issn": [ + "1424-8220" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310310987", + "host_organization_name": "Multidisciplinary Digital Publishing Institute", + "host_organization_lineage": [ + "https://openalex.org/P4310310987" + ], + "host_organization_lineage_names": [ + "Multidisciplinary Digital Publishing Institute" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Sensors", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [ + { + "score": 0.800000011920929, + "display_name": "Zero hunger", + "id": "https://metadata.un.org/sdg/2" + } + ], + "awards": [ + { + "id": "https://openalex.org/G3584239725", + "display_name": null, + "funder_award_id": "EP/R045127/1", + "funder_id": "https://openalex.org/F4320334627", + "funder_display_name": "Engineering and Physical Sciences Research Council" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320321917", + "display_name": "General Secretariat for Research and Technology", + "ror": "https://ror.org/04yeh8h63" + }, + { + "id": "https://openalex.org/F4320334627", + "display_name": "Engineering and Physical Sciences Research Council", + "ror": "https://ror.org/0439y7842" + } + ], + "has_content": { + "grobid_xml": true, + "pdf": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W2885770726.pdf", + "grobid_xml": "https://content.openalex.org/works/W2885770726.grobid-xml" + }, + "referenced_works_count": 112, + "referenced_works": [ + "https://openalex.org/W94523489", + "https://openalex.org/W189596042", + "https://openalex.org/W1179140510", + "https://openalex.org/W1496317909", + "https://openalex.org/W1596717185", + "https://openalex.org/W1689445748", + "https://openalex.org/W1916445479", + "https://openalex.org/W1963579367", + "https://openalex.org/W1963790103", + "https://openalex.org/W1966124853", + "https://openalex.org/W1967320885", + "https://openalex.org/W1968452917", + "https://openalex.org/W1984530193", + "https://openalex.org/W1990517717", + "https://openalex.org/W1995341919", + "https://openalex.org/W1998871699", + "https://openalex.org/W2000972253", + "https://openalex.org/W2001619934", + "https://openalex.org/W2009986810", + "https://openalex.org/W2015263929", + "https://openalex.org/W2018435387", + "https://openalex.org/W2019207321", + "https://openalex.org/W2024081693", + "https://openalex.org/W2025279987", + "https://openalex.org/W2028606616", + "https://openalex.org/W2040104179", + "https://openalex.org/W2040870580", + "https://openalex.org/W2049633694", + "https://openalex.org/W2063304499", + "https://openalex.org/W2065165083", + "https://openalex.org/W2072680624", + "https://openalex.org/W2075320162", + "https://openalex.org/W2076857888", + "https://openalex.org/W2081544115", + "https://openalex.org/W2087877962", + "https://openalex.org/W2095727900", + "https://openalex.org/W2102201073", + "https://openalex.org/W2106855632", + "https://openalex.org/W2108703480", + "https://openalex.org/W2110642273", + "https://openalex.org/W2111072639", + "https://openalex.org/W2119821739", + "https://openalex.org/W2128084896", + "https://openalex.org/W2138178898", + "https://openalex.org/W2143908786", + "https://openalex.org/W2149723649", + "https://openalex.org/W2150593711", + "https://openalex.org/W2153476503", + "https://openalex.org/W2153635508", + "https://openalex.org/W2154350719", + "https://openalex.org/W2161673710", + "https://openalex.org/W2174918471", + "https://openalex.org/W2200121095", + "https://openalex.org/W2209382794", + "https://openalex.org/W2216013554", + "https://openalex.org/W2231576311", + "https://openalex.org/W2270460811", + "https://openalex.org/W2270641383", + "https://openalex.org/W2273322351", + "https://openalex.org/W2286091602", + "https://openalex.org/W2294798173", + "https://openalex.org/W2298521547", + "https://openalex.org/W2337945771", + "https://openalex.org/W2339447311", + "https://openalex.org/W2399675776", + "https://openalex.org/W2417395753", + "https://openalex.org/W2419137750", + "https://openalex.org/W2470803522", + "https://openalex.org/W2497210317", + "https://openalex.org/W2502044482", + "https://openalex.org/W2552660223", + "https://openalex.org/W2560811704", + "https://openalex.org/W2577148968", + "https://openalex.org/W2580808806", + "https://openalex.org/W2586821267", + "https://openalex.org/W2591104514", + "https://openalex.org/W2598645336", + "https://openalex.org/W2603364874", + "https://openalex.org/W2603417106", + "https://openalex.org/W2604196786", + "https://openalex.org/W2606244344", + "https://openalex.org/W2606916050", + "https://openalex.org/W2612828053", + "https://openalex.org/W2619390517", + "https://openalex.org/W2620473470", + "https://openalex.org/W2620542418", + "https://openalex.org/W2621525431", + "https://openalex.org/W2622758479", + "https://openalex.org/W2622999711", + "https://openalex.org/W2738911869", + "https://openalex.org/W2775111183", + "https://openalex.org/W2789255992", + "https://openalex.org/W2790639095", + "https://openalex.org/W2791690647", + "https://openalex.org/W2794415089", + "https://openalex.org/W2796501058", + "https://openalex.org/W2806779833", + "https://openalex.org/W2903950532", + "https://openalex.org/W2911964244", + "https://openalex.org/W2919115771", + "https://openalex.org/W3125807057", + "https://openalex.org/W4210451417", + "https://openalex.org/W4212883601", + "https://openalex.org/W4232670376", + "https://openalex.org/W4239510810", + "https://openalex.org/W4250143236", + "https://openalex.org/W4400360174", + "https://openalex.org/W6607775107", + "https://openalex.org/W6632223008", + "https://openalex.org/W6675321329", + "https://openalex.org/W6675436802", + "https://openalex.org/W6676769703" + ], + "related_works": [ + "https://openalex.org/W1573929026", + "https://openalex.org/W4390608645", + "https://openalex.org/W4394895745", + "https://openalex.org/W4247566972", + "https://openalex.org/W3201212491", + "https://openalex.org/W4380767732", + "https://openalex.org/W4247744717", + "https://openalex.org/W3161605631", + "https://openalex.org/W2361557821", + "https://openalex.org/W2905677023" + ], + "abstract_inverted_index": { + "Machine": [ + 0 + ], + "learning": [ + 1, + 39, + 100, + 105 + ], + "has": [ + 2 + ], + "emerged": [ + 3 + ], + "with": [ + 4 + ], + "big": [ + 5 + ], + "data": [ + 6, + 16 + ], + "technologies": [ + 7 + ], + "and": [ + 8, + 64, + 75, + 81, + 87, + 125, + 131 + ], + "high-performance": [ + 9 + ], + "computing": [ + 10 + ], + "to": [ + 11, + 35, + 106 + ], + "create": [ + 12 + ], + "new": [ + 13 + ], + "opportunities": [ + 14 + ], + "for": [ + 15, + 127 + ], + "intensive": [ + 17 + ], + "science": [ + 18 + ], + "in": [ + 19, + 40, + 49 + ], + "the": [ + 20, + 90 + ], + "multi-disciplinary": [ + 21 + ], + "agri-technologies": [ + 22 + ], + "domain.": [ + 23 + ], + "In": [ + 24 + ], + "this": [ + 25 + ], + "paper,": [ + 26 + ], + "we": [ + 27 + ], + "present": [ + 28 + ], + "a": [ + 29 + ], + "comprehensive": [ + 30 + ], + "review": [ + 31 + ], + "of": [ + 32, + 37, + 89 + ], + "research": [ + 33 + ], + "dedicated": [ + 34 + ], + "applications": [ + 36, + 54, + 71 + ], + "machine": [ + 38, + 99, + 104 + ], + "agricultural": [ + 41 + ], + "production": [ + 42 + ], + "systems.": [ + 43 + ], + "The": [ + 44, + 85 + ], + "works": [ + 45 + ], + "analyzed": [ + 46 + ], + "were": [ + 47 + ], + "categorized": [ + 48 + ], + "(a)": [ + 50 + ], + "crop": [ + 51, + 62 + ], + "management,": [ + 52, + 69 + ], + "including": [ + 53, + 70 + ], + "on": [ + 55, + 72 + ], + "yield": [ + 56 + ], + "prediction,": [ + 57 + ], + "disease": [ + 58 + ], + "detection,": [ + 59 + ], + "weed": [ + 60 + ], + "detection": [ + 61 + ], + "quality,": [ + 63 + ], + "species": [ + 65 + ], + "recognition;": [ + 66 + ], + "(b)": [ + 67 + ], + "livestock": [ + 68, + 76 + ], + "animal": [ + 73 + ], + "welfare": [ + 74 + ], + "production;": [ + 77 + ], + "(c)": [ + 78 + ], + "water": [ + 79 + ], + "management;": [ + 80 + ], + "(d)": [ + 82 + ], + "soil": [ + 83 + ], + "management.": [ + 84 + ], + "filtering": [ + 86 + ], + "classification": [ + 88 + ], + "presented": [ + 91 + ], + "articles": [ + 92 + ], + "demonstrate": [ + 93 + ], + "how": [ + 94 + ], + "agriculture": [ + 95 + ], + "will": [ + 96 + ], + "benefit": [ + 97 + ], + "from": [ + 98 + ], + "technologies.": [ + 101 + ], + "By": [ + 102 + ], + "applying": [ + 103 + ], + "sensor": [ + 107 + ], + "data,": [ + 108 + ], + "farm": [ + 109 + ], + "management": [ + 110 + ], + "systems": [ + 111 + ], + "are": [ + 112 + ], + "evolving": [ + 113 + ], + "into": [ + 114 + ], + "real": [ + 115 + ], + "time": [ + 116 + ], + "artificial": [ + 117 + ], + "intelligence": [ + 118 + ], + "enabled": [ + 119 + ], + "programs": [ + 120 + ], + "that": [ + 121 + ], + "provide": [ + 122 + ], + "rich": [ + 123 + ], + "recommendations": [ + 124 + ], + "insights": [ + 126 + ], + "farmer": [ + 128 + ], + "decision": [ + 129 + ], + "support": [ + 130 + ], + "action.": [ + 132 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 267 + }, + { + "year": 2025, + "cited_by_count": 585 + }, + { + "year": 2024, + "cited_by_count": 449 + }, + { + "year": 2023, + "cited_by_count": 526 + }, + { + "year": 2022, + "cited_by_count": 448 + }, + { + "year": 2021, + "cited_by_count": 383 + }, + { + "year": 2020, + "cited_by_count": 235 + }, + { + "year": 2019, + "cited_by_count": 74 + }, + { + "year": 2018, + "cited_by_count": 3 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2588003345", + "doi": "https://doi.org/10.1371/journal.pone.0169748", + "title": "SoilGrids250m: Global gridded soil information based on machine learning", + "display_name": "SoilGrids250m: Global gridded soil information based on machine learning", + "relevance_score": 3980.6333, + "publication_year": 2017, + "publication_date": "2017-02-16", + "ids": { + "openalex": "https://openalex.org/W2588003345", + "doi": "https://doi.org/10.1371/journal.pone.0169748", + "mag": "2588003345", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/28207752" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1371/journal.pone.0169748", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1371/journal.pone.0169748", + "pdf_url": "https://journals.plos.org/plosone/article/file?id=10.1371/journal.pone.0169748&type=printable", + "source": { + "id": "https://openalex.org/S202381698", + "display_name": "PLoS ONE", + "issn_l": "1932-6203", + "issn": [ + "1932-6203" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310315706", + "host_organization_name": "Public Library of Science", + "host_organization_lineage": [ + "https://openalex.org/P4310315706" + ], + "host_organization_lineage_names": [ + "Public Library of Science" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "PLOS ONE", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref", + "doaj", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "gold", + "oa_url": "https://journals.plos.org/plosone/article/file?id=10.1371/journal.pone.0169748&type=printable", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5008884945", + "display_name": "Tomislav Hengl", + "orcid": "https://orcid.org/0000-0002-9921-5129" + }, + "institutions": [ + { + "id": "https://openalex.org/I31761138", + "display_name": "ISRIC - World Soil Information", + "ror": "https://ror.org/01z8yfp14", + "country_code": "NL", + "type": "other", + "lineage": [ + "https://openalex.org/I31761138" + ] + } + ], + "countries": [ + "NL" + ], + "is_corresponding": true, + "raw_author_name": "Tomislav Hengl", + "raw_affiliation_strings": [ + "ISRIC - World Soil Information, Wageningen, the Netherlands", + "ISRIC — World Soil Information, Wageningen, the Netherlands" + ], + "raw_orcid": "https://orcid.org/0000-0002-9921-5129", + "affiliations": [ + { + "raw_affiliation_string": "ISRIC - World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + }, + { + "raw_affiliation_string": "ISRIC — World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5066931705", + "display_name": "Jorge Mendes de Jesus", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I31761138", + "display_name": "ISRIC - World Soil Information", + "ror": "https://ror.org/01z8yfp14", + "country_code": "NL", + "type": "other", + "lineage": [ + "https://openalex.org/I31761138" + ] + } + ], + "countries": [ + "NL" + ], + "is_corresponding": false, + "raw_author_name": "Jorge Mendes de Jesus", + "raw_affiliation_strings": [ + "ISRIC - World Soil Information, Wageningen, the Netherlands", + "ISRIC — World Soil Information, Wageningen, the Netherlands" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "ISRIC - World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + }, + { + "raw_affiliation_string": "ISRIC — World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5011620756", + "display_name": "G.B.M. Heuvelink", + "orcid": "https://orcid.org/0000-0003-0959-9358" + }, + "institutions": [ + { + "id": "https://openalex.org/I31761138", + "display_name": "ISRIC - World Soil Information", + "ror": "https://ror.org/01z8yfp14", + "country_code": "NL", + "type": "other", + "lineage": [ + "https://openalex.org/I31761138" + ] + } + ], + "countries": [ + "NL" + ], + "is_corresponding": false, + "raw_author_name": "Gerard B. M. Heuvelink", + "raw_affiliation_strings": [ + "ISRIC - World Soil Information, Wageningen, the Netherlands", + "ISRIC — World Soil Information, Wageningen, the Netherlands" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "ISRIC - World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + }, + { + "raw_affiliation_string": "ISRIC — World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5048983679", + "display_name": "M. Ruiperez González", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I31761138", + "display_name": "ISRIC - World Soil Information", + "ror": "https://ror.org/01z8yfp14", + "country_code": "NL", + "type": "other", + "lineage": [ + "https://openalex.org/I31761138" + ] + } + ], + "countries": [ + "NL" + ], + "is_corresponding": false, + "raw_author_name": "Maria Ruiperez Gonzalez", + "raw_affiliation_strings": [ + "ISRIC - World Soil Information, Wageningen, the Netherlands", + "ISRIC — World Soil Information, Wageningen, the Netherlands" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "ISRIC - World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + }, + { + "raw_affiliation_string": "ISRIC — World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5019218652", + "display_name": "Milan Kilibarda", + "orcid": "https://orcid.org/0000-0002-2930-3596" + }, + "institutions": [ + { + "id": "https://openalex.org/I4068193", + "display_name": "University of Belgrade", + "ror": "https://ror.org/02qsmb048", + "country_code": "RS", + "type": "education", + "lineage": [ + "https://openalex.org/I4068193" + ] + } + ], + "countries": [ + "RS" + ], + "is_corresponding": false, + "raw_author_name": "Milan Kilibarda", + "raw_affiliation_strings": [ + "Faculty of Civil Engineering, University of Belgrade, Belgrade, Serbia" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Faculty of Civil Engineering, University of Belgrade, Belgrade, Serbia", + "institution_ids": [ + "https://openalex.org/I4068193" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5079601401", + "display_name": "Aleksandar Blagotić", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Aleksandar Blagotić", + "raw_affiliation_strings": [ + "GILab Ltd, Belgrade, Serbia" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "GILab Ltd, Belgrade, Serbia", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5050326105", + "display_name": "Wei Shangguan", + "orcid": "https://orcid.org/0000-0001-7622-8210" + }, + "institutions": [ + { + "id": "https://openalex.org/I157773358", + "display_name": "Sun Yat-sen University", + "ror": "https://ror.org/0064kty71", + "country_code": "CN", + "type": "education", + "lineage": [ + "https://openalex.org/I157773358" + ] + } + ], + "countries": [ + "CN" + ], + "is_corresponding": false, + "raw_author_name": "Wei Shangguan", + "raw_affiliation_strings": [ + "School of Atmospheric Sciences, Sun Yat-sen University, Guangzhou, China" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "School of Atmospheric Sciences, Sun Yat-sen University, Guangzhou, China", + "institution_ids": [ + "https://openalex.org/I157773358" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5087084229", + "display_name": "Marvin N. Wright", + "orcid": "https://orcid.org/0000-0002-8542-6291" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210086407", + "display_name": "Institut für Medizinische Informatik, Biometrie und Epidemiologie", + "ror": "https://ror.org/00wqjrk21", + "country_code": "DE", + "type": "facility", + "lineage": [ + "https://openalex.org/I4210086407" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Marvin N. Wright", + "raw_affiliation_strings": [ + "Institut für Medizinische Biometrie und Statistik, Lübeck, Germany" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Institut für Medizinische Biometrie und Statistik, Lübeck, Germany", + "institution_ids": [ + "https://openalex.org/I4210086407" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5017091285", + "display_name": "Xiaoyuan Geng", + "orcid": "https://orcid.org/0000-0002-5391-6915" + }, + "institutions": [ + { + "id": "https://openalex.org/I1331897569", + "display_name": "Agriculture and Agri-Food Canada", + "ror": "https://ror.org/051dzs374", + "country_code": "CA", + "type": "government", + "lineage": [ + "https://openalex.org/I1331897569", + "https://openalex.org/I2802286613" + ] + } + ], + "countries": [ + "CA" + ], + "is_corresponding": false, + "raw_author_name": "Xiaoyuan Geng", + "raw_affiliation_strings": [ + "Agriculture and Agri-Food Canada, Ottawa (Ontario), Canada" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Agriculture and Agri-Food Canada, Ottawa (Ontario), Canada", + "institution_ids": [ + "https://openalex.org/I1331897569" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5033747033", + "display_name": "Bernhard Bauer-Marschallinger", + "orcid": "https://orcid.org/0000-0001-7356-7516" + }, + "institutions": [ + { + "id": "https://openalex.org/I145847075", + "display_name": "TU Wien", + "ror": "https://ror.org/04d836q62", + "country_code": "AT", + "type": "education", + "lineage": [ + "https://openalex.org/I145847075" + ] + } + ], + "countries": [ + "AT" + ], + "is_corresponding": false, + "raw_author_name": "Bernhard Bauer-Marschallinger", + "raw_affiliation_strings": [ + "Department of Geodesy and Geoinformation, Vienna University of Technology, Vienna, Austria" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Geodesy and Geoinformation, Vienna University of Technology, Vienna, Austria", + "institution_ids": [ + "https://openalex.org/I145847075" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5047925002", + "display_name": "Mário Guevara", + "orcid": "https://orcid.org/0000-0002-9788-9947" + }, + "institutions": [ + { + "id": "https://openalex.org/I86501945", + "display_name": "University of Delaware", + "ror": "https://ror.org/01sbq1a82", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I86501945" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Mario Antonio Guevara", + "raw_affiliation_strings": [ + "University of Delaware, Newark (DE), United States of America" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Delaware, Newark (DE), United States of America", + "institution_ids": [ + "https://openalex.org/I86501945" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5051794236", + "display_name": "Rodrigo Vargas", + "orcid": "https://orcid.org/0000-0001-6829-5333" + }, + "institutions": [ + { + "id": "https://openalex.org/I86501945", + "display_name": "University of Delaware", + "ror": "https://ror.org/01sbq1a82", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I86501945" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Rodrigo Vargas", + "raw_affiliation_strings": [ + "University of Delaware, Newark (DE), United States of America" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Delaware, Newark (DE), United States of America", + "institution_ids": [ + "https://openalex.org/I86501945" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5073655843", + "display_name": "R.A. MacMillan", + "orcid": "https://orcid.org/0000-0001-9063-3634" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Robert A. MacMillan", + "raw_affiliation_strings": [ + "LandMapper Environmental Solutions Inc., Edmonton (Alberta), Canada" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "LandMapper Environmental Solutions Inc., Edmonton (Alberta), Canada", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5078952063", + "display_name": "N.H. Batjes", + "orcid": "https://orcid.org/0000-0003-2367-3067" + }, + "institutions": [ + { + "id": "https://openalex.org/I31761138", + "display_name": "ISRIC - World Soil Information", + "ror": "https://ror.org/01z8yfp14", + "country_code": "NL", + "type": "other", + "lineage": [ + "https://openalex.org/I31761138" + ] + } + ], + "countries": [ + "NL" + ], + "is_corresponding": false, + "raw_author_name": "Niels H. Batjes", + "raw_affiliation_strings": [ + "ISRIC - World Soil Information, Wageningen, the Netherlands", + "ISRIC — World Soil Information, Wageningen, the Netherlands" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "ISRIC - World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + }, + { + "raw_affiliation_string": "ISRIC — World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5071302765", + "display_name": "J.G.B. Leenaars", + "orcid": "https://orcid.org/0000-0003-1091-7114" + }, + "institutions": [ + { + "id": "https://openalex.org/I31761138", + "display_name": "ISRIC - World Soil Information", + "ror": "https://ror.org/01z8yfp14", + "country_code": "NL", + "type": "other", + "lineage": [ + "https://openalex.org/I31761138" + ] + } + ], + "countries": [ + "NL" + ], + "is_corresponding": false, + "raw_author_name": "Johan G. B. Leenaars", + "raw_affiliation_strings": [ + "ISRIC - World Soil Information, Wageningen, the Netherlands", + "ISRIC — World Soil Information, Wageningen, the Netherlands" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "ISRIC - World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + }, + { + "raw_affiliation_string": "ISRIC — World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5084085293", + "display_name": "Eloi Ribeiro", + "orcid": "https://orcid.org/0000-0002-2324-3000" + }, + "institutions": [ + { + "id": "https://openalex.org/I31761138", + "display_name": "ISRIC - World Soil Information", + "ror": "https://ror.org/01z8yfp14", + "country_code": "NL", + "type": "other", + "lineage": [ + "https://openalex.org/I31761138" + ] + } + ], + "countries": [ + "NL" + ], + "is_corresponding": false, + "raw_author_name": "Eloi Ribeiro", + "raw_affiliation_strings": [ + "ISRIC - World Soil Information, Wageningen, the Netherlands", + "ISRIC — World Soil Information, Wageningen, the Netherlands" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "ISRIC - World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + }, + { + "raw_affiliation_string": "ISRIC — World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5037321926", + "display_name": "Ichsani Wheeler", + "orcid": "https://orcid.org/0000-0002-9425-9157" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Ichsani Wheeler", + "raw_affiliation_strings": [ + "Envirometrix Inc., Wageningen, the Netherlands" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Envirometrix Inc., Wageningen, the Netherlands", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5091009469", + "display_name": "S. Mantel", + "orcid": "https://orcid.org/0000-0002-9623-0227" + }, + "institutions": [ + { + "id": "https://openalex.org/I31761138", + "display_name": "ISRIC - World Soil Information", + "ror": "https://ror.org/01z8yfp14", + "country_code": "NL", + "type": "other", + "lineage": [ + "https://openalex.org/I31761138" + ] + } + ], + "countries": [ + "NL" + ], + "is_corresponding": false, + "raw_author_name": "Stephan Mantel", + "raw_affiliation_strings": [ + "ISRIC - World Soil Information, Wageningen, the Netherlands", + "ISRIC — World Soil Information, Wageningen, the Netherlands" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "ISRIC - World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + }, + { + "raw_affiliation_string": "ISRIC — World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5031737926", + "display_name": "Bas Kempen", + "orcid": "https://orcid.org/0000-0002-2841-0058" + }, + "institutions": [ + { + "id": "https://openalex.org/I31761138", + "display_name": "ISRIC - World Soil Information", + "ror": "https://ror.org/01z8yfp14", + "country_code": "NL", + "type": "other", + "lineage": [ + "https://openalex.org/I31761138" + ] + } + ], + "countries": [ + "NL" + ], + "is_corresponding": false, + "raw_author_name": "Bas Kempen", + "raw_affiliation_strings": [ + "ISRIC - World Soil Information, Wageningen, the Netherlands", + "ISRIC — World Soil Information, Wageningen, the Netherlands" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "ISRIC - World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + }, + { + "raw_affiliation_string": "ISRIC — World Soil Information, Wageningen, the Netherlands", + "institution_ids": [ + "https://openalex.org/I31761138" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 7, + "institutions_distinct_count": 19, + "corresponding_author_ids": [ + "https://openalex.org/A5008884945" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I31761138" + ], + "apc_list": { + "value": 1805, + "currency": "USD", + "value_usd": 1805 + }, + "apc_paid": { + "value": 1805, + "currency": "USD", + "value_usd": 1805 + }, + "fwci": 145.6483, + "has_fulltext": true, + "cited_by_count": 4619, + "citation_normalized_percentile": { + "value": 0.99992747, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "12", + "issue": "2", + "first_page": "e0169748", + "last_page": "e0169748" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10770", + "display_name": "Soil Geostatistics and Mapping", + "score": 0.987500011920929, + "subfield": { + "id": "https://openalex.org/subfields/2305", + "display_name": "Environmental Engineering" + }, + "field": { + "id": "https://openalex.org/fields/23", + "display_name": "Environmental Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10770", + "display_name": "Soil Geostatistics and Mapping", + "score": 0.987500011920929, + "subfield": { + "id": "https://openalex.org/subfields/2305", + "display_name": "Environmental Engineering" + }, + "field": { + "id": "https://openalex.org/fields/23", + "display_name": "Environmental Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T14339", + "display_name": "Image Processing and 3D Reconstruction", + "score": 0.9588000178337097, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10004", + "display_name": "Soil Carbon and Nitrogen Dynamics", + "score": 0.9283999800682068, + "subfield": { + "id": "https://openalex.org/subfields/1111", + "display_name": "Soil Science" + }, + "field": { + "id": "https://openalex.org/fields/11", + "display_name": "Agricultural and Biological Sciences" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/random-forest", + "display_name": "Random forest", + "score": 0.6831311583518982 + }, + { + "id": "https://openalex.org/keywords/landform", + "display_name": "Landform", + "score": 0.5974330902099609 + }, + { + "id": "https://openalex.org/keywords/soil-texture", + "display_name": "Soil texture", + "score": 0.5643965005874634 + }, + { + "id": "https://openalex.org/keywords/gradient-boosting", + "display_name": "Gradient boosting", + "score": 0.5401628613471985 + }, + { + "id": "https://openalex.org/keywords/soil-science", + "display_name": "Soil science", + "score": 0.48470354080200195 + }, + { + "id": "https://openalex.org/keywords/environmental-science", + "display_name": "Environmental science", + "score": 0.47415441274642944 + }, + { + "id": "https://openalex.org/keywords/soil-map", + "display_name": "Soil map", + "score": 0.4570498764514923 + }, + { + "id": "https://openalex.org/keywords/shuttle-radar-topography-mission", + "display_name": "Shuttle Radar Topography Mission", + "score": 0.45663928985595703 + }, + { + "id": "https://openalex.org/keywords/ensemble-learning", + "display_name": "Ensemble learning", + "score": 0.44700905680656433 + }, + { + "id": "https://openalex.org/keywords/spatial-variability", + "display_name": "Spatial variability", + "score": 0.4328833520412445 + }, + { + "id": "https://openalex.org/keywords/standard-deviation", + "display_name": "Standard deviation", + "score": 0.4192587435245514 + }, + { + "id": "https://openalex.org/keywords/land-cover", + "display_name": "Land cover", + "score": 0.4154254198074341 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.3507459759712219 + }, + { + "id": "https://openalex.org/keywords/remote-sensing", + "display_name": "Remote sensing", + "score": 0.3381074368953705 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.279972106218338 + }, + { + "id": "https://openalex.org/keywords/cartography", + "display_name": "Cartography", + "score": 0.2646501958370209 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.2522737383842468 + }, + { + "id": "https://openalex.org/keywords/land-use", + "display_name": "Land use", + "score": 0.24553540349006653 + }, + { + "id": "https://openalex.org/keywords/digital-elevation-model", + "display_name": "Digital elevation model", + "score": 0.23033851385116577 + }, + { + "id": "https://openalex.org/keywords/statistics", + "display_name": "Statistics", + "score": 0.22281324863433838 + }, + { + "id": "https://openalex.org/keywords/geology", + "display_name": "Geology", + "score": 0.2194647192955017 + }, + { + "id": "https://openalex.org/keywords/soil-water", + "display_name": "Soil water", + "score": 0.2089666724205017 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C169258074", + "wikidata": "https://www.wikidata.org/wiki/Q245748", + "display_name": "Random forest", + "level": 2, + "score": 0.6831311583518982 + }, + { + "id": "https://openalex.org/C108497213", + "wikidata": "https://www.wikidata.org/wiki/Q271669", + "display_name": "Landform", + "level": 2, + "score": 0.5974330902099609 + }, + { + "id": "https://openalex.org/C175963888", + "wikidata": "https://www.wikidata.org/wiki/Q5026010", + "display_name": "Soil texture", + "level": 3, + "score": 0.5643965005874634 + }, + { + "id": "https://openalex.org/C70153297", + "wikidata": "https://www.wikidata.org/wiki/Q5591907", + "display_name": "Gradient boosting", + "level": 3, + "score": 0.5401628613471985 + }, + { + "id": "https://openalex.org/C159390177", + "wikidata": "https://www.wikidata.org/wiki/Q9161265", + "display_name": "Soil science", + "level": 1, + "score": 0.48470354080200195 + }, + { + "id": "https://openalex.org/C39432304", + "wikidata": "https://www.wikidata.org/wiki/Q188847", + "display_name": "Environmental science", + "level": 0, + "score": 0.47415441274642944 + }, + { + "id": "https://openalex.org/C71864017", + "wikidata": "https://www.wikidata.org/wiki/Q889561", + "display_name": "Soil map", + "level": 3, + "score": 0.4570498764514923 + }, + { + "id": "https://openalex.org/C184149073", + "wikidata": "https://www.wikidata.org/wiki/Q965136", + "display_name": "Shuttle Radar Topography Mission", + "level": 3, + "score": 0.45663928985595703 + }, + { + "id": "https://openalex.org/C45942800", + "wikidata": "https://www.wikidata.org/wiki/Q245652", + "display_name": "Ensemble learning", + "level": 2, + "score": 0.44700905680656433 + }, + { + "id": "https://openalex.org/C94747663", + "wikidata": "https://www.wikidata.org/wiki/Q7574086", + "display_name": "Spatial variability", + "level": 2, + "score": 0.4328833520412445 + }, + { + "id": "https://openalex.org/C22679943", + "wikidata": "https://www.wikidata.org/wiki/Q159375", + "display_name": "Standard deviation", + "level": 2, + "score": 0.4192587435245514 + }, + { + "id": "https://openalex.org/C2780648208", + "wikidata": "https://www.wikidata.org/wiki/Q3001793", + "display_name": "Land cover", + "level": 3, + "score": 0.4154254198074341 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.3507459759712219 + }, + { + "id": "https://openalex.org/C62649853", + "wikidata": "https://www.wikidata.org/wiki/Q199687", + "display_name": "Remote sensing", + "level": 1, + "score": 0.3381074368953705 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.279972106218338 + }, + { + "id": "https://openalex.org/C58640448", + "wikidata": "https://www.wikidata.org/wiki/Q42515", + "display_name": "Cartography", + "level": 1, + "score": 0.2646501958370209 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.2522737383842468 + }, + { + "id": "https://openalex.org/C4792198", + "wikidata": "https://www.wikidata.org/wiki/Q1165944", + "display_name": "Land use", + "level": 2, + "score": 0.24553540349006653 + }, + { + "id": "https://openalex.org/C181843262", + "wikidata": "https://www.wikidata.org/wiki/Q640492", + "display_name": "Digital elevation model", + "level": 2, + "score": 0.23033851385116577 + }, + { + "id": "https://openalex.org/C105795698", + "wikidata": "https://www.wikidata.org/wiki/Q12483", + "display_name": "Statistics", + "level": 1, + "score": 0.22281324863433838 + }, + { + "id": "https://openalex.org/C127313418", + "wikidata": "https://www.wikidata.org/wiki/Q1069", + "display_name": "Geology", + "level": 0, + "score": 0.2194647192955017 + }, + { + "id": "https://openalex.org/C159750122", + "wikidata": "https://www.wikidata.org/wiki/Q96621023", + "display_name": "Soil water", + "level": 2, + "score": 0.2089666724205017 + }, + { + "id": "https://openalex.org/C205649164", + "wikidata": "https://www.wikidata.org/wiki/Q1071", + "display_name": "Geography", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C127413603", + "wikidata": "https://www.wikidata.org/wiki/Q11023", + "display_name": "Engineering", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C147176958", + "wikidata": "https://www.wikidata.org/wiki/Q77590", + "display_name": "Civil engineering", + "level": 1, + "score": 0.0 + } + ], + "mesh": [ + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D003247", + "descriptor_name": "Conservation of Natural Resources", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D003247", + "descriptor_name": "Conservation of Natural Resources", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D003247", + "descriptor_name": "Conservation of Natural Resources", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D004784", + "descriptor_name": "Environmental Monitoring", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D004784", + "descriptor_name": "Environmental Monitoring", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D004784", + "descriptor_name": "Environmental Monitoring", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D008962", + "descriptor_name": "Models, Theoretical", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D008962", + "descriptor_name": "Models, Theoretical", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D008962", + "descriptor_name": "Models, Theoretical", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D012987", + "descriptor_name": "Soil", + "qualifier_ui": "Q000737", + "qualifier_name": "chemistry", + "is_major_topic": false + }, + { + "descriptor_ui": "D012987", + "descriptor_name": "Soil", + "qualifier_ui": "Q000737", + "qualifier_name": "chemistry", + "is_major_topic": false + }, + { + "descriptor_ui": "D012987", + "descriptor_name": "Soil", + "qualifier_ui": "Q000737", + "qualifier_name": "chemistry", + "is_major_topic": false + }, + { + "descriptor_ui": "D040362", + "descriptor_name": "Geographic Information Systems", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D040362", + "descriptor_name": "Geographic Information Systems", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D040362", + "descriptor_name": "Geographic Information Systems", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + } + ], + "locations_count": 7, + "locations": [ + { + "id": "doi:10.1371/journal.pone.0169748", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1371/journal.pone.0169748", + "pdf_url": "https://journals.plos.org/plosone/article/file?id=10.1371/journal.pone.0169748&type=printable", + "source": { + "id": "https://openalex.org/S202381698", + "display_name": "PLoS ONE", + "issn_l": "1932-6203", + "issn": [ + "1932-6203" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310315706", + "host_organization_name": "Public Library of Science", + "host_organization_lineage": [ + "https://openalex.org/P4310315706" + ], + "host_organization_lineage_names": [ + "Public Library of Science" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "PLOS ONE", + "raw_type": "journal-article" + }, + { + "id": "pmid:28207752", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/28207752", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "PloS one", + "raw_type": null + }, + { + "id": "pmh:oai:library.wur.nl:wurpubs/526278", + "is_oa": true, + "landing_page_url": "https://research.wur.nl/en/publications/soilgrids250m-global-gridded-soil-information-based-on-machine-le", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4210201231", + "display_name": "Socio-Environmental Systems Modeling", + "issn_l": "2663-3027", + "issn": [ + "2663-3027" + ], + "is_oa": true, + "is_in_doaj": false, + "is_core": true, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "acceptedVersion", + "is_accepted": true, + "is_published": false, + "raw_source_name": "ISSN: 1932-6203", + "raw_type": "Article/Letter to editor" + }, + { + "id": "pmh:oai:RePEc:plo:pone00:0169748", + "is_oa": false, + "landing_page_url": "https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0169748", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401271", + "display_name": "RePEc: Research Papers in Economics", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I77793887", + "host_organization_name": "Federal Reserve Bank of St. Louis", + "host_organization_lineage": [ + "https://openalex.org/I77793887" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "article" + }, + { + "id": "pmh:oai:doaj.org/article:ad46a8c2c401417e8b291d79603dfb3a", + "is_oa": false, + "landing_page_url": "https://doaj.org/article/ad46a8c2c401417e8b291d79603dfb3a", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401280", + "display_name": "DOAJ (DOAJ: Directory of Open Access Journals)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "PLoS ONE, Vol 12, Iss 2, p e0169748 (2017)", + "raw_type": "article" + }, + { + "id": "pmh:oai:grafar.grf.bg.ac.rs:123456789/885", + "is_oa": true, + "landing_page_url": "http://grafar.grf.bg.ac.rs/handle/123456789/885", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402541", + "display_name": "GraFar (University of Belgrade, Faculty of Civil Engineering)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I4210101313", + "host_organization_name": "University Hospital Center Dr Dragiša Mišović", + "host_organization_lineage": [ + "https://openalex.org/I4210101313" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "PLOS One", + "raw_type": "article" + }, + { + "id": "pmh:oai:pubmedcentral.nih.gov:5313206", + "is_oa": true, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/5313206", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2764455111", + "display_name": "PubMed Central", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "PLoS One", + "raw_type": "Text" + } + ], + "best_oa_location": { + "id": "doi:10.1371/journal.pone.0169748", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1371/journal.pone.0169748", + "pdf_url": "https://journals.plos.org/plosone/article/file?id=10.1371/journal.pone.0169748&type=printable", + "source": { + "id": "https://openalex.org/S202381698", + "display_name": "PLoS ONE", + "issn_l": "1932-6203", + "issn": [ + "1932-6203" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310315706", + "host_organization_name": "Public Library of Science", + "host_organization_lineage": [ + "https://openalex.org/P4310315706" + ], + "host_organization_lineage_names": [ + "Public Library of Science" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "PLOS ONE", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [ + { + "score": 0.6600000262260437, + "display_name": "Life in Land", + "id": "https://metadata.un.org/sdg/15" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": true, + "pdf": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W2588003345.pdf", + "grobid_xml": "https://content.openalex.org/works/W2588003345.grobid-xml" + }, + "referenced_works_count": 96, + "referenced_works": [ + "https://openalex.org/W30646539", + "https://openalex.org/W92141931", + "https://openalex.org/W191102129", + "https://openalex.org/W429766147", + "https://openalex.org/W595863337", + "https://openalex.org/W1482533224", + "https://openalex.org/W1513618424", + "https://openalex.org/W1573647811", + "https://openalex.org/W1606754933", + "https://openalex.org/W1689749838", + "https://openalex.org/W1727844347", + "https://openalex.org/W1786856418", + "https://openalex.org/W1831050183", + "https://openalex.org/W1895518694", + "https://openalex.org/W1969543759", + "https://openalex.org/W1980225565", + "https://openalex.org/W1983650914", + "https://openalex.org/W1984828485", + "https://openalex.org/W1985839444", + "https://openalex.org/W1990590197", + "https://openalex.org/W1993415357", + "https://openalex.org/W2005164184", + "https://openalex.org/W2006929658", + "https://openalex.org/W2018337952", + "https://openalex.org/W2023312901", + "https://openalex.org/W2023942604", + "https://openalex.org/W2027120296", + "https://openalex.org/W2032518966", + "https://openalex.org/W2033585087", + "https://openalex.org/W2036376676", + "https://openalex.org/W2037789405", + "https://openalex.org/W2050179592", + "https://openalex.org/W2057779644", + "https://openalex.org/W2066626803", + "https://openalex.org/W2078720475", + "https://openalex.org/W2088449361", + "https://openalex.org/W2102467070", + "https://openalex.org/W2112776483", + "https://openalex.org/W2114727579", + "https://openalex.org/W2123845623", + "https://openalex.org/W2126822776", + "https://openalex.org/W2130089270", + "https://openalex.org/W2130560194", + "https://openalex.org/W2131347105", + "https://openalex.org/W2131822674", + "https://openalex.org/W2133505387", + "https://openalex.org/W2135479785", + "https://openalex.org/W2140389576", + "https://openalex.org/W2142800341", + "https://openalex.org/W2145126338", + "https://openalex.org/W2151135366", + "https://openalex.org/W2151666808", + "https://openalex.org/W2155544089", + "https://openalex.org/W2156713494", + "https://openalex.org/W2157395790", + "https://openalex.org/W2158441306", + "https://openalex.org/W2160615957", + "https://openalex.org/W2179669825", + "https://openalex.org/W2191676425", + "https://openalex.org/W2199578048", + "https://openalex.org/W2205945645", + "https://openalex.org/W2287354130", + "https://openalex.org/W2295598076", + "https://openalex.org/W2310573451", + "https://openalex.org/W2346841190", + "https://openalex.org/W2417209869", + "https://openalex.org/W2463898247", + "https://openalex.org/W2479339604", + "https://openalex.org/W2514977123", + "https://openalex.org/W2522985694", + "https://openalex.org/W2554693566", + "https://openalex.org/W2557963070", + "https://openalex.org/W2564901692", + "https://openalex.org/W2580821229", + "https://openalex.org/W2582718246", + "https://openalex.org/W2727623211", + "https://openalex.org/W2730460668", + "https://openalex.org/W2736166619", + "https://openalex.org/W2890624634", + "https://openalex.org/W2890805913", + "https://openalex.org/W2917425395", + "https://openalex.org/W2917661374", + "https://openalex.org/W3022713798", + "https://openalex.org/W3102027041", + "https://openalex.org/W3102476541", + "https://openalex.org/W3163617311", + "https://openalex.org/W4211056572", + "https://openalex.org/W4250720198", + "https://openalex.org/W4252713891", + "https://openalex.org/W4285719527", + "https://openalex.org/W4399271987", + "https://openalex.org/W4399569501", + "https://openalex.org/W6634147026", + "https://openalex.org/W6727196412", + "https://openalex.org/W6870084398", + "https://openalex.org/W6891733106" + ], + "related_works": [ + "https://openalex.org/W3208169454", + "https://openalex.org/W4322004982", + "https://openalex.org/W2981500096", + "https://openalex.org/W2362208029", + "https://openalex.org/W3161502711", + "https://openalex.org/W2096944896", + "https://openalex.org/W2620784765", + "https://openalex.org/W2896029770", + "https://openalex.org/W2383154062", + "https://openalex.org/W4220718694" + ], + "abstract_inverted_index": { + "This": [ + 0 + ], + "paper": [ + 1 + ], + "describes": [ + 2 + ], + "the": [ + 3, + 10, + 17, + 78, + 151, + 166, + 187, + 191, + 199, + 220, + 293, + 335 + ], + "technical": [ + 4 + ], + "development": [ + 5, + 248, + 294 + ], + "and": [ + 6, + 13, + 47, + 60, + 71, + 83, + 104, + 124, + 127, + 142, + 157, + 174, + 239, + 260, + 268, + 323 + ], + "accuracy": [ + 7, + 189 + ], + "assessment": [ + 8 + ], + "of": [ + 9, + 16, + 67, + 73, + 107, + 137, + 161, + 177, + 183, + 193, + 202, + 222, + 226, + 243, + 249, + 254, + 262, + 271, + 284, + 289, + 295, + 300 + ], + "most": [ + 11 + ], + "recent": [ + 12 + ], + "improved": [ + 14 + ], + "version": [ + 15, + 201 + ], + "SoilGrids": [ + 18, + 26, + 203, + 250, + 301, + 331 + ], + "system": [ + 19 + ], + "at": [ + 20, + 50, + 204 + ], + "250m": [ + 21 + ], + "resolution": [ + 22, + 236 + ], + "(June": [ + 23 + ], + "2016": [ + 24 + ], + "update).": [ + 25 + ], + "provides": [ + 27 + ], + "global": [ + 28, + 125, + 325 + ], + "predictions": [ + 29, + 66, + 302 + ], + "for": [ + 30, + 102, + 281, + 297 + ], + "standard": [ + 31, + 52 + ], + "numeric": [ + 32 + ], + "soil": [ + 33, + 44, + 74, + 99, + 111, + 245, + 276, + 285, + 308, + 326 + ], + "properties": [ + 34 + ], + "(organic": [ + 35 + ], + "carbon,": [ + 36 + ], + "bulk": [ + 37 + ], + "density,": [ + 38 + ], + "Cation": [ + 39 + ], + "Exchange": [ + 40 + ], + "Capacity": [ + 41 + ], + "(CEC),": [ + 42 + ], + "pH,": [ + 43 + ], + "texture": [ + 45 + ], + "fractions": [ + 46 + ], + "coarse": [ + 48 + ], + "fragments)": [ + 49, + 173 + ], + "seven": [ + 51 + ], + "depths": [ + 53 + ], + "(0,": [ + 54 + ], + "5,": [ + 55 + ], + "15,": [ + 56 + ], + "30,": [ + 57 + ], + "60,": [ + 58 + ], + "100": [ + 59 + ], + "200": [ + 61 + ], + "cm),": [ + 62 + ], + "in": [ + 63, + 91, + 150, + 186, + 196, + 233 + ], + "addition": [ + 64 + ], + "to": [ + 65, + 69, + 133, + 198, + 212, + 230, + 241, + 256, + 312 + ], + "depth": [ + 68 + ], + "bedrock": [ + 70 + ], + "distribution": [ + 72 + ], + "classes": [ + 75 + ], + "based": [ + 76, + 95 + ], + "on": [ + 77, + 96 + ], + "World": [ + 79 + ], + "Reference": [ + 80 + ], + "Base": [ + 81, + 338 + ], + "(WRB)": [ + 82 + ], + "USDA": [ + 84 + ], + "classification": [ + 85 + ], + "systems": [ + 86 + ], + "(ca.": [ + 87 + ], + "280": [ + 88 + ], + "raster": [ + 89 + ], + "layers": [ + 90, + 238 + ], + "total).": [ + 92 + ], + "Predictions": [ + 93 + ], + "were": [ + 94, + 131 + ], + "ca.": [ + 97 + ], + "150,000": [ + 98 + ], + "profiles": [ + 100 + ], + "used": [ + 101, + 132 + ], + "training": [ + 103 + ], + "a": [ + 105 + ], + "stack": [ + 106 + ], + "158": [ + 108 + ], + "remote": [ + 109 + ], + "sensing-based": [ + 110 + ], + "covariates": [ + 112 + ], + "(primarily": [ + 113 + ], + "derived": [ + 114 + ], + "from": [ + 115, + 210 + ], + "MODIS": [ + 116 + ], + "land": [ + 117 + ], + "products,": [ + 118 + ], + "SRTM": [ + 119 + ], + "DEM": [ + 120 + ], + "derivatives,": [ + 121 + ], + "climatic": [ + 122 + ], + "images": [ + 123 + ], + "landform": [ + 126 + ], + "lithology": [ + 128 + ], + "maps),": [ + 129 + ], + "which": [ + 130 + ], + "fit": [ + 134 + ], + "an": [ + 135, + 180 + ], + "ensemble": [ + 136, + 167 + ], + "machine": [ + 138, + 223 + ], + "learning": [ + 139, + 224 + ], + "methods-random": [ + 140 + ], + "forest": [ + 141 + ], + "gradient": [ + 143 + ], + "boosting": [ + 144 + ], + "and/or": [ + 145, + 305 + ], + "multinomial": [ + 146 + ], + "logistic": [ + 147 + ], + "regression-as": [ + 148 + ], + "implemented": [ + 149 + ], + "R": [ + 152 + ], + "packages": [ + 153 + ], + "ranger,": [ + 154 + ], + "xgboost,": [ + 155 + ], + "nnet": [ + 156 + ], + "caret.": [ + 158 + ], + "The": [ + 159 + ], + "results": [ + 160 + ], + "10-fold": [ + 162 + ], + "cross-validation": [ + 163 + ], + "show": [ + 164 + ], + "that": [ + 165, + 275, + 318 + ], + "models": [ + 168 + ], + "explain": [ + 169 + ], + "between": [ + 170 + ], + "56%": [ + 171 + ], + "(coarse": [ + 172 + ], + "83%": [ + 175 + ], + "(pH)": [ + 176 + ], + "variation": [ + 178, + 194 + ], + "with": [ + 179, + 303 + ], + "overall": [ + 181 + ], + "average": [ + 182 + ], + "61%.": [ + 184 + ], + "Improvements": [ + 185, + 214 + ], + "relative": [ + 188 + ], + "considering": [ + 190 + ], + "amount": [ + 192 + ], + "explained,": [ + 195 + ], + "comparison": [ + 197 + ], + "previous": [ + 200 + ], + "1": [ + 205 + ], + "km": [ + 206 + ], + "spatial": [ + 207, + 272, + 315 + ], + "resolution,": [ + 208 + ], + "range": [ + 209 + ], + "60": [ + 211 + ], + "230%.": [ + 213 + ], + "can": [ + 215, + 278, + 328 + ], + "be": [ + 216, + 279, + 329 + ], + "attributed": [ + 217 + ], + "to:": [ + 218 + ], + "(1)": [ + 219 + ], + "use": [ + 221 + ], + "instead": [ + 225 + ], + "linear": [ + 227 + ], + "regression,": [ + 228 + ], + "(2)": [ + 229 + ], + "considerable": [ + 231 + ], + "investments": [ + 232 + ], + "preparing": [ + 234 + ], + "finer": [ + 235 + ], + "covariate": [ + 237 + ], + "(3)": [ + 240 + ], + "insertion": [ + 242 + ], + "additional": [ + 244 + ], + "profiles.": [ + 246 + ], + "Further": [ + 247 + ], + "could": [ + 251 + ], + "include": [ + 252 + ], + "refinement": [ + 253 + ], + "methods": [ + 255, + 296 + ], + "incorporate": [ + 257 + ], + "input": [ + 258 + ], + "uncertainties": [ + 259 + ], + "derivation": [ + 261 + ], + "posterior": [ + 263 + ], + "probability": [ + 264 + ], + "distributions": [ + 265 + ], + "(per": [ + 266 + ], + "pixel),": [ + 267 + ], + "further": [ + 269 + ], + "automation": [ + 270 + ], + "modeling": [ + 273 + ], + "so": [ + 274, + 317 + ], + "maps": [ + 277 + ], + "generated": [ + 280 + ], + "potentially": [ + 282 + ], + "hundreds": [ + 283 + ], + "variables.": [ + 286 + ], + "Another": [ + 287 + ], + "area": [ + 288 + ], + "future": [ + 290 + ], + "research": [ + 291 + ], + "is": [ + 292 + ], + "multiscale": [ + 298 + ], + "merging": [ + 299 + ], + "local": [ + 304 + ], + "national": [ + 306 + ], + "gridded": [ + 307 + ], + "products": [ + 309 + ], + "(e.g.": [ + 310 + ], + "up": [ + 311 + ], + "50": [ + 313 + ], + "m": [ + 314 + ], + "resolution)": [ + 316 + ], + "increasingly": [ + 319 + ], + "more": [ + 320 + ], + "accurate,": [ + 321 + ], + "complete": [ + 322 + ], + "consistent": [ + 324 + ], + "information": [ + 327 + ], + "produced.": [ + 330 + ], + "are": [ + 332 + ], + "available": [ + 333 + ], + "under": [ + 334 + ], + "Open": [ + 336 + ], + "Data": [ + 337 + ], + "License.": [ + 339 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 262 + }, + { + "year": 2025, + "cited_by_count": 669 + }, + { + "year": 2024, + "cited_by_count": 634 + }, + { + "year": 2023, + "cited_by_count": 702 + }, + { + "year": 2022, + "cited_by_count": 701 + }, + { + "year": 2021, + "cited_by_count": 699 + }, + { + "year": 2020, + "cited_by_count": 422 + }, + { + "year": 2019, + "cited_by_count": 281 + }, + { + "year": 2018, + "cited_by_count": 185 + }, + { + "year": 2017, + "cited_by_count": 57 + }, + { + "year": 2016, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W3153990350", + "doi": "https://doi.org/10.1007/s12525-021-00475-2", + "title": "Machine learning and deep learning", + "display_name": "Machine learning and deep learning", + "relevance_score": 3909.8005, + "publication_year": 2021, + "publication_date": "2021-04-08", + "ids": { + "openalex": "https://openalex.org/W3153990350", + "doi": "https://doi.org/10.1007/s12525-021-00475-2", + "mag": "3153990350" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1007/s12525-021-00475-2", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1007/s12525-021-00475-2", + "pdf_url": "https://link.springer.com/content/pdf/10.1007/s12525-021-00475-2.pdf", + "source": { + "id": "https://openalex.org/S137519996", + "display_name": "Electronic Markets", + "issn_l": "1019-6781", + "issn": [ + "1019-6781", + "1422-8890" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319900", + "host_organization_name": "Springer Science+Business Media", + "host_organization_lineage": [ + "https://openalex.org/P4310319900", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "Springer Science+Business Media", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Electronic Markets", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "arxiv", + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "hybrid", + "oa_url": "https://link.springer.com/content/pdf/10.1007/s12525-021-00475-2.pdf", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": null, + "display_name": "Christian Janiesch", + "orcid": "https://orcid.org/0000-0002-8050-123X" + }, + "institutions": [ + { + "id": "https://openalex.org/I25974101", + "display_name": "University of Würzburg", + "ror": "https://ror.org/00fbnyb24", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I25974101" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": true, + "raw_author_name": "Christian Janiesch", + "raw_affiliation_strings": [ + "Faculty of Business Management & Economics, University of Würzburg, Sanderring 2, 97070, Würzburg, Germany" + ], + "raw_orcid": "https://orcid.org/0000-0002-8050-123X", + "affiliations": [ + { + "raw_affiliation_string": "Faculty of Business Management & Economics, University of Würzburg, Sanderring 2, 97070, Würzburg, Germany", + "institution_ids": [ + "https://openalex.org/I25974101" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": null, + "display_name": "Patrick Zschech", + "orcid": "https://orcid.org/0000-0002-1105-8086" + }, + "institutions": [ + { + "id": "https://openalex.org/I181369854", + "display_name": "Friedrich-Alexander-Universität Erlangen-Nürnberg", + "ror": "https://ror.org/00f7hpc57", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I181369854" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Patrick Zschech", + "raw_affiliation_strings": [ + "Institute of Information Systems, Friedrich-Alexander University Erlangen-Nürnberg, Lange Gasse 20, 90403, Nürnberg, Germany" + ], + "raw_orcid": "https://orcid.org/0000-0002-1105-8086", + "affiliations": [ + { + "raw_affiliation_string": "Institute of Information Systems, Friedrich-Alexander University Erlangen-Nürnberg, Lange Gasse 20, 90403, Nürnberg, Germany", + "institution_ids": [ + "https://openalex.org/I181369854" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": null, + "display_name": "Kai Heinrich", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I95793202", + "display_name": "Otto-von-Guericke-Universität Magdeburg", + "ror": "https://ror.org/00ggpsq73", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I95793202" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Kai Heinrich", + "raw_affiliation_strings": [ + "Faculty of Economics and Management, Otto-von-Guericke-Universität Magdeburg, Universitätsplatz 2, 39106, Magdeburg, Germany" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Faculty of Economics and Management, Otto-von-Guericke-Universität Magdeburg, Universitätsplatz 2, 39106, Magdeburg, Germany", + "institution_ids": [ + "https://openalex.org/I95793202" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 3, + "corresponding_author_ids": [], + "corresponding_institution_ids": [ + "https://openalex.org/I25974101" + ], + "apc_list": { + "value": 2590, + "currency": "EUR", + "value_usd": 3190 + }, + "apc_paid": { + "value": 2590, + "currency": "EUR", + "value_usd": 3190 + }, + "fwci": 395.9064, + "has_fulltext": true, + "cited_by_count": 2439, + "citation_normalized_percentile": { + "value": 0.9999934, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "31", + "issue": "3", + "first_page": "685", + "last_page": "695" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T14347", + "display_name": "Big Data and Digital Economy", + "score": 0.0794999971985817, + "subfield": { + "id": "https://openalex.org/subfields/1710", + "display_name": "Information Systems" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T14347", + "display_name": "Big Data and Digital Economy", + "score": 0.0794999971985817, + "subfield": { + "id": "https://openalex.org/subfields/1710", + "display_name": "Information Systems" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T14222", + "display_name": "Knowledge Management and Technology", + "score": 0.03700000047683716, + "subfield": { + "id": "https://openalex.org/subfields/1803", + "display_name": "Management Science and Operations Research" + }, + "field": { + "id": "https://openalex.org/fields/18", + "display_name": "Decision Sciences" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + }, + { + "id": "https://openalex.org/T11891", + "display_name": "Big Data and Business Intelligence", + "score": 0.03220000118017197, + "subfield": { + "id": "https://openalex.org/subfields/1404", + "display_name": "Management Information Systems" + }, + "field": { + "id": "https://openalex.org/fields/14", + "display_name": "Business, Management and Accounting" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/deep-learning", + "display_name": "Deep learning", + "score": 0.7547000050544739 + }, + { + "id": "https://openalex.org/keywords/field", + "display_name": "Field (mathematics)", + "score": 0.5849999785423279 + }, + { + "id": "https://openalex.org/keywords/process", + "display_name": "Process (computing)", + "score": 0.5758000016212463 + }, + { + "id": "https://openalex.org/keywords/underpinning", + "display_name": "Underpinning", + "score": 0.5667999982833862 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.5267999768257141 + }, + { + "id": "https://openalex.org/keywords/instance-based-learning", + "display_name": "Instance-based learning", + "score": 0.34700000286102295 + }, + { + "id": "https://openalex.org/keywords/hyper-heuristic", + "display_name": "Hyper-heuristic", + "score": 0.34619998931884766 + }, + { + "id": "https://openalex.org/keywords/computational-learning-theory", + "display_name": "Computational learning theory", + "score": 0.3402000069618225 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.8934999704360962 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.8062000274658203 + }, + { + "id": "https://openalex.org/C108583219", + "wikidata": "https://www.wikidata.org/wiki/Q197536", + "display_name": "Deep learning", + "level": 2, + "score": 0.7547000050544739 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6575000286102295 + }, + { + "id": "https://openalex.org/C9652623", + "wikidata": "https://www.wikidata.org/wiki/Q190109", + "display_name": "Field (mathematics)", + "level": 2, + "score": 0.5849999785423279 + }, + { + "id": "https://openalex.org/C98045186", + "wikidata": "https://www.wikidata.org/wiki/Q205663", + "display_name": "Process (computing)", + "level": 2, + "score": 0.5758000016212463 + }, + { + "id": "https://openalex.org/C2780871342", + "wikidata": "https://www.wikidata.org/wiki/Q7883752", + "display_name": "Underpinning", + "level": 2, + "score": 0.5667999982833862 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.5267999768257141 + }, + { + "id": "https://openalex.org/C24138899", + "wikidata": "https://www.wikidata.org/wiki/Q17141258", + "display_name": "Instance-based learning", + "level": 3, + "score": 0.34700000286102295 + }, + { + "id": "https://openalex.org/C117270229", + "wikidata": "https://www.wikidata.org/wiki/Q5957539", + "display_name": "Hyper-heuristic", + "level": 5, + "score": 0.34619998931884766 + }, + { + "id": "https://openalex.org/C50292564", + "wikidata": "https://www.wikidata.org/wiki/Q2462783", + "display_name": "Computational learning theory", + "level": 3, + "score": 0.3402000069618225 + }, + { + "id": "https://openalex.org/C188888258", + "wikidata": "https://www.wikidata.org/wiki/Q7353390", + "display_name": "Robot learning", + "level": 4, + "score": 0.32989999651908875 + }, + { + "id": "https://openalex.org/C81363708", + "wikidata": "https://www.wikidata.org/wiki/Q17084460", + "display_name": "Convolutional neural network", + "level": 2, + "score": 0.32100000977516174 + }, + { + "id": "https://openalex.org/C56397880", + "wikidata": "https://www.wikidata.org/wiki/Q6044094", + "display_name": "Intelligent decision support system", + "level": 2, + "score": 0.3176000118255615 + }, + { + "id": "https://openalex.org/C2984842247", + "wikidata": "https://www.wikidata.org/wiki/Q197536", + "display_name": "Deep neural networks", + "level": 3, + "score": 0.30889999866485596 + }, + { + "id": "https://openalex.org/C77967617", + "wikidata": "https://www.wikidata.org/wiki/Q4677561", + "display_name": "Active learning (machine learning)", + "level": 2, + "score": 0.2793000042438507 + }, + { + "id": "https://openalex.org/C189474733", + "wikidata": "https://www.wikidata.org/wiki/Q917912", + "display_name": "Model building", + "level": 2, + "score": 0.2775000035762787 + }, + { + "id": "https://openalex.org/C32254414", + "wikidata": "https://www.wikidata.org/wiki/Q4724364", + "display_name": "Algorithmic learning theory", + "level": 3, + "score": 0.274399995803833 + }, + { + "id": "https://openalex.org/C97385483", + "wikidata": "https://www.wikidata.org/wiki/Q16954980", + "display_name": "Deep belief network", + "level": 3, + "score": 0.2669999897480011 + }, + { + "id": "https://openalex.org/C8038995", + "wikidata": "https://www.wikidata.org/wiki/Q1152135", + "display_name": "Unsupervised learning", + "level": 2, + "score": 0.2630999982357025 + }, + { + "id": "https://openalex.org/C67186912", + "wikidata": "https://www.wikidata.org/wiki/Q367664", + "display_name": "Data modeling", + "level": 2, + "score": 0.2572000026702881 + }, + { + "id": "https://openalex.org/C75684735", + "wikidata": "https://www.wikidata.org/wiki/Q858810", + "display_name": "Big data", + "level": 2, + "score": 0.2549999952316284 + }, + { + "id": "https://openalex.org/C157170001", + "wikidata": "https://www.wikidata.org/wiki/Q4781507", + "display_name": "Applications of artificial intelligence", + "level": 2, + "score": 0.2500999867916107 + } + ], + "mesh": [], + "locations_count": 6, + "locations": [ + { + "id": "doi:10.1007/s12525-021-00475-2", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1007/s12525-021-00475-2", + "pdf_url": "https://link.springer.com/content/pdf/10.1007/s12525-021-00475-2.pdf", + "source": { + "id": "https://openalex.org/S137519996", + "display_name": "Electronic Markets", + "issn_l": "1019-6781", + "issn": [ + "1019-6781", + "1422-8890" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319900", + "host_organization_name": "Springer Science+Business Media", + "host_organization_lineage": [ + "https://openalex.org/P4310319900", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "Springer Science+Business Media", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Electronic Markets", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:arXiv.org:2104.05314", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/2104.05314", + "pdf_url": "https://arxiv.org/pdf/2104.05314", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:RePEc:spr:elmark:v:31:y:2021:i:3:d:10.1007_s12525-021-00475-2", + "is_oa": false, + "landing_page_url": "http://link.springer.com/10.1007/s12525-021-00475-2", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401271", + "display_name": "RePEc: Research Papers in Economics", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I77793887", + "host_organization_name": "Federal Reserve Bank of St. Louis", + "host_organization_lineage": [ + "https://openalex.org/I77793887" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "article" + }, + { + "id": "pmh:oai:econstor.eu:10419/287156", + "is_oa": true, + "landing_page_url": "https://hdl.handle.net/10419/287156", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401696", + "display_name": "Econstor (Econstor)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "doc-type:article" + }, + { + "id": "pmh:oai:opus.bibliothek.uni-wuerzburg.de:27015", + "is_oa": true, + "landing_page_url": "https://opus.bibliothek.uni-wuerzburg.de/frontdoor/index/index/docId/27015", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401635", + "display_name": "Online Publication Service of Würzburg University (Würzburg University)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I25974101", + "host_organization_name": "University of Würzburg", + "host_organization_lineage": [ + "https://openalex.org/I25974101" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "article" + }, + { + "id": "pmh:oai:ub.uni-erlangen.de-opus:22263", + "is_oa": true, + "landing_page_url": "https://opus4.kobv.de/opus4-fau/frontdoor/index/index/docId/22263", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401636", + "display_name": "OPUS Repository (Kooperativer Bibliotheksverbund Berlin-Brandenburg)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "doi:10.1007/s12525-021-00475-2", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1007/s12525-021-00475-2", + "pdf_url": "https://link.springer.com/content/pdf/10.1007/s12525-021-00475-2.pdf", + "source": { + "id": "https://openalex.org/S137519996", + "display_name": "Electronic Markets", + "issn_l": "1019-6781", + "issn": [ + "1019-6781", + "1422-8890" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319900", + "host_organization_name": "Springer Science+Business Media", + "host_organization_lineage": [ + "https://openalex.org/P4310319900", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "Springer Science+Business Media", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Electronic Markets", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [], + "awards": [ + { + "id": "https://openalex.org/G2151094965", + "display_name": null, + "funder_award_id": "DIK0143/02", + "funder_id": "https://openalex.org/F4320331012", + "funder_display_name": "Bayerische Staatsministerium für Wirtschaft, Landesentwicklung und Energie" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320331012", + "display_name": "Bayerische Staatsministerium für Wirtschaft, Landesentwicklung und Energie", + "ror": null + } + ], + "has_content": { + "grobid_xml": true, + "pdf": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W3153990350.pdf", + "grobid_xml": "https://content.openalex.org/works/W3153990350.grobid-xml" + }, + "referenced_works_count": 53, + "referenced_works": [ + "https://openalex.org/W822801274", + "https://openalex.org/W1506806321", + "https://openalex.org/W1565746575", + "https://openalex.org/W1901616594", + "https://openalex.org/W1978394996", + "https://openalex.org/W2034059032", + "https://openalex.org/W2059111627", + "https://openalex.org/W2076063813", + "https://openalex.org/W2096352448", + "https://openalex.org/W2099419573", + "https://openalex.org/W2106577732", + "https://openalex.org/W2151103935", + "https://openalex.org/W2161969291", + "https://openalex.org/W2164598857", + "https://openalex.org/W2251410821", + "https://openalex.org/W2269742369", + "https://openalex.org/W2585169518", + "https://openalex.org/W2751039952", + "https://openalex.org/W2798302089", + "https://openalex.org/W2800722845", + "https://openalex.org/W2802955324", + "https://openalex.org/W2884001105", + "https://openalex.org/W2888794009", + "https://openalex.org/W2891503716", + "https://openalex.org/W2892341857", + "https://openalex.org/W2895991254", + "https://openalex.org/W2900453322", + "https://openalex.org/W2902907165", + "https://openalex.org/W2915015079", + "https://openalex.org/W2919115771", + "https://openalex.org/W2921353139", + "https://openalex.org/W2945976633", + "https://openalex.org/W2953189907", + "https://openalex.org/W2963095307", + "https://openalex.org/W2963428668", + "https://openalex.org/W2964716450", + "https://openalex.org/W2981207549", + "https://openalex.org/W2989851933", + "https://openalex.org/W2995871253", + "https://openalex.org/W2999321020", + "https://openalex.org/W3000062802", + "https://openalex.org/W3005351117", + "https://openalex.org/W3025420269", + "https://openalex.org/W3094605956", + "https://openalex.org/W3095865939", + "https://openalex.org/W3118496513", + "https://openalex.org/W3120261410", + "https://openalex.org/W3150796314", + "https://openalex.org/W4212902066", + "https://openalex.org/W4236093597", + "https://openalex.org/W4255466416", + "https://openalex.org/W6730267373", + "https://openalex.org/W6750380350" + ], + "related_works": [], + "abstract_inverted_index": { + "Abstract": [ + 0 + ], + "Today,": [ + 1 + ], + "intelligent": [ + 2, + 91, + 128 + ], + "systems": [ + 3, + 20, + 129 + ], + "that": [ + 4, + 123 + ], + "offer": [ + 5 + ], + "artificial": [ + 6, + 48, + 152 + ], + "intelligence": [ + 7, + 153 + ], + "capabilities": [ + 8 + ], + "often": [ + 9 + ], + "rely": [ + 10 + ], + "on": [ + 11, + 47 + ], + "machine": [ + 12, + 43, + 59, + 75, + 114 + ], + "learning.": [ + 13 + ], + "Machine": [ + 14 + ], + "learning": [ + 15, + 40, + 44, + 55, + 60, + 76, + 79, + 115 + ], + "describes": [ + 16 + ], + "the": [ + 17, + 29, + 72, + 86, + 106, + 121, + 131 + ], + "capacity": [ + 18 + ], + "of": [ + 19, + 31, + 74, + 85, + 89, + 108, + 133 + ], + "to": [ + 21, + 27, + 80 + ], + "learn": [ + 22 + ], + "from": [ + 23 + ], + "problem-specific": [ + 24 + ], + "training": [ + 25 + ], + "data": [ + 26, + 64 + ], + "automate": [ + 28 + ], + "process": [ + 30, + 107 + ], + "analytical": [ + 32, + 110 + ], + "model": [ + 33, + 111 + ], + "building": [ + 34, + 112 + ], + "and": [ + 35, + 62, + 77, + 103, + 116, + 119, + 136, + 145, + 151 + ], + "solve": [ + 36 + ], + "associated": [ + 37 + ], + "tasks.": [ + 38 + ], + "Deep": [ + 39 + ], + "is": [ + 41 + ], + "a": [ + 42, + 82, + 97 + ], + "concept": [ + 45 + ], + "based": [ + 46 + ], + "neural": [ + 49 + ], + "networks.": [ + 50 + ], + "For": [ + 51 + ], + "many": [ + 52 + ], + "applications,": [ + 53 + ], + "deep": [ + 54, + 78, + 117 + ], + "models": [ + 56, + 61 + ], + "outperform": [ + 57 + ], + "shallow": [ + 58 + ], + "traditional": [ + 63 + ], + "analysis": [ + 65 + ], + "approaches.": [ + 66 + ], + "In": [ + 67, + 93 + ], + "this": [ + 68 + ], + "article,": [ + 69 + ], + "we": [ + 70, + 95 + ], + "summarize": [ + 71 + ], + "fundamentals": [ + 73 + ], + "generate": [ + 81 + ], + "broader": [ + 83 + ], + "understanding": [ + 84 + ], + "methodical": [ + 87 + ], + "underpinning": [ + 88 + ], + "current": [ + 90 + ], + "systems.": [ + 92 + ], + "particular,": [ + 94 + ], + "provide": [ + 96 + ], + "conceptual": [ + 98 + ], + "distinction": [ + 99 + ], + "between": [ + 100 + ], + "relevant": [ + 101 + ], + "terms": [ + 102 + ], + "concepts,": [ + 104 + ], + "explain": [ + 105 + ], + "automated": [ + 109 + ], + "through": [ + 113 + ], + "learning,": [ + 118 + ], + "discuss": [ + 120 + ], + "challenges": [ + 122 + ], + "arise": [ + 124 + ], + "when": [ + 125 + ], + "implementing": [ + 126 + ], + "such": [ + 127 + ], + "in": [ + 130, + 148 + ], + "field": [ + 132 + ], + "electronic": [ + 134 + ], + "markets": [ + 135 + ], + "networked": [ + 137 + ], + "business.": [ + 138 + ], + "These": [ + 139 + ], + "naturally": [ + 140 + ], + "go": [ + 141 + ], + "beyond": [ + 142 + ], + "technological": [ + 143 + ], + "aspects": [ + 144 + ], + "highlight": [ + 146 + ], + "issues": [ + 147 + ], + "human-machine": [ + 149 + ], + "interaction": [ + 150 + ], + "servitization.": [ + 154 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 224 + }, + { + "year": 2025, + "cited_by_count": 823 + }, + { + "year": 2024, + "cited_by_count": 709 + }, + { + "year": 2023, + "cited_by_count": 463 + }, + { + "year": 2022, + "cited_by_count": 204 + }, + { + "year": 2021, + "cited_by_count": 16 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2021-04-26T00:00:00" + }, + { + "id": "https://openalex.org/W1495061682", + "doi": null, + "title": "Correlation-based Feature Selection for Machine Learning", + "display_name": "Correlation-based Feature Selection for Machine Learning", + "relevance_score": 3888.633, + "publication_year": 1998, + "publication_date": "1998-01-01", + "ids": { + "openalex": "https://openalex.org/W1495061682", + "mag": "1495061682" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.149.3848", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.149.3848", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.cs.waikato.ac.nz/~ml/publications/1999/99MH-Thesis.pdf", + "raw_type": "text" + }, + "type": "article", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5056507889", + "display_name": "Mark Hall", + "orcid": "https://orcid.org/0000-0003-0081-4277" + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "Mark Hall", + "raw_affiliation_strings": [], + "raw_orcid": "https://orcid.org/0000-0003-0081-4277", + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5056507889" + ], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 6.5111, + "has_fulltext": false, + "cited_by_count": 3502, + "citation_normalized_percentile": { + "value": 0.969452, + "is_in_top_1_percent": false, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10538", + "display_name": "Data Mining Algorithms and Applications", + "score": 0.9987000226974487, + "subfield": { + "id": "https://openalex.org/subfields/1710", + "display_name": "Information Systems" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10538", + "display_name": "Data Mining Algorithms and Applications", + "score": 0.9987000226974487, + "subfield": { + "id": "https://openalex.org/subfields/1710", + "display_name": "Information Systems" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9958999752998352, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.992900013923645, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.7863954305648804 + }, + { + "id": "https://openalex.org/keywords/feature-selection", + "display_name": "Feature selection", + "score": 0.7660661935806274 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6697717905044556 + }, + { + "id": "https://openalex.org/keywords/feature", + "display_name": "Feature (linguistics)", + "score": 0.6554372310638428 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6124832630157471 + }, + { + "id": "https://openalex.org/keywords/pattern-recognition", + "display_name": "Pattern recognition (psychology)", + "score": 0.5173172950744629 + }, + { + "id": "https://openalex.org/keywords/heuristic", + "display_name": "Heuristic", + "score": 0.5164375901222229 + }, + { + "id": "https://openalex.org/keywords/naive-bayes-classifier", + "display_name": "Naive Bayes classifier", + "score": 0.5061132311820984 + }, + { + "id": "https://openalex.org/keywords/relevance", + "display_name": "Relevance (law)", + "score": 0.4775296449661255 + }, + { + "id": "https://openalex.org/keywords/correlation", + "display_name": "Correlation", + "score": 0.45613178610801697 + }, + { + "id": "https://openalex.org/keywords/set", + "display_name": "Set (abstract data type)", + "score": 0.44838523864746094 + }, + { + "id": "https://openalex.org/keywords/decision-tree", + "display_name": "Decision tree", + "score": 0.4388089179992676 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.329307496547699 + }, + { + "id": "https://openalex.org/keywords/support-vector-machine", + "display_name": "Support vector machine", + "score": 0.2919524312019348 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.22016915678977966 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.7863954305648804 + }, + { + "id": "https://openalex.org/C148483581", + "wikidata": "https://www.wikidata.org/wiki/Q446488", + "display_name": "Feature selection", + "level": 2, + "score": 0.7660661935806274 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6697717905044556 + }, + { + "id": "https://openalex.org/C2776401178", + "wikidata": "https://www.wikidata.org/wiki/Q12050496", + "display_name": "Feature (linguistics)", + "level": 2, + "score": 0.6554372310638428 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6124832630157471 + }, + { + "id": "https://openalex.org/C153180895", + "wikidata": "https://www.wikidata.org/wiki/Q7148389", + "display_name": "Pattern recognition (psychology)", + "level": 2, + "score": 0.5173172950744629 + }, + { + "id": "https://openalex.org/C173801870", + "wikidata": "https://www.wikidata.org/wiki/Q201413", + "display_name": "Heuristic", + "level": 2, + "score": 0.5164375901222229 + }, + { + "id": "https://openalex.org/C52001869", + "wikidata": "https://www.wikidata.org/wiki/Q812530", + "display_name": "Naive Bayes classifier", + "level": 3, + "score": 0.5061132311820984 + }, + { + "id": "https://openalex.org/C158154518", + "wikidata": "https://www.wikidata.org/wiki/Q7310970", + "display_name": "Relevance (law)", + "level": 2, + "score": 0.4775296449661255 + }, + { + "id": "https://openalex.org/C117220453", + "wikidata": "https://www.wikidata.org/wiki/Q5172842", + "display_name": "Correlation", + "level": 2, + "score": 0.45613178610801697 + }, + { + "id": "https://openalex.org/C177264268", + "wikidata": "https://www.wikidata.org/wiki/Q1514741", + "display_name": "Set (abstract data type)", + "level": 2, + "score": 0.44838523864746094 + }, + { + "id": "https://openalex.org/C84525736", + "wikidata": "https://www.wikidata.org/wiki/Q831366", + "display_name": "Decision tree", + "level": 2, + "score": 0.4388089179992676 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.329307496547699 + }, + { + "id": "https://openalex.org/C12267149", + "wikidata": "https://www.wikidata.org/wiki/Q282453", + "display_name": "Support vector machine", + "level": 2, + "score": 0.2919524312019348 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.22016915678977966 + }, + { + "id": "https://openalex.org/C17744445", + "wikidata": "https://www.wikidata.org/wiki/Q36442", + "display_name": "Political science", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C2524010", + "wikidata": "https://www.wikidata.org/wiki/Q8087", + "display_name": "Geometry", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C199539241", + "wikidata": "https://www.wikidata.org/wiki/Q7748", + "display_name": "Law", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C138885662", + "wikidata": "https://www.wikidata.org/wiki/Q5891", + "display_name": "Philosophy", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C41895202", + "wikidata": "https://www.wikidata.org/wiki/Q8162", + "display_name": "Linguistics", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 6, + "locations": [ + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.149.3848", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.149.3848", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.cs.waikato.ac.nz/~ml/publications/1999/99MH-Thesis.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.37.4643", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.37.4643", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.cs.waikato.ac.nz/~mhall/thesis.ps.gz", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.455.4521", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.455.4521", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "https://www.lri.fr/~pierres/donn%E9es/save/these/articles/lpr-queue/hall99correlationbased.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.62.9584", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.62.9584", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.cs.waikato.ac.nz/~mhall/thesis.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:researchcommons.waikato.ac.nz:10289/15043", + "is_oa": false, + "landing_page_url": "https://hdl.handle.net/10289/15043", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400944", + "display_name": "Research Commons (University of Waikato)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I52179390", + "host_organization_name": "University of Waikato", + "host_organization_lineage": [ + "https://openalex.org/I52179390" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Thesis" + }, + { + "id": "mag:1495061682", + "is_oa": false, + "landing_page_url": "https://www.cs.waikato.ac.nz/~mhall/thesis.pdf", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "score": 0.4300000071525574, + "display_name": "Peace, Justice and strong institutions", + "id": "https://metadata.un.org/sdg/16" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 88, + "referenced_works": [ + "https://openalex.org/W14420165", + "https://openalex.org/W23418094", + "https://openalex.org/W31783794", + "https://openalex.org/W32535764", + "https://openalex.org/W43179442", + "https://openalex.org/W124232507", + "https://openalex.org/W138217685", + "https://openalex.org/W149472151", + "https://openalex.org/W168332103", + "https://openalex.org/W184639320", + "https://openalex.org/W187357405", + "https://openalex.org/W1481111462", + "https://openalex.org/W1487306946", + "https://openalex.org/W1489725718", + "https://openalex.org/W1497256448", + "https://openalex.org/W1504694836", + "https://openalex.org/W1507029541", + "https://openalex.org/W1520687314", + "https://openalex.org/W1523989055", + "https://openalex.org/W1528176576", + "https://openalex.org/W1528489993", + "https://openalex.org/W1533544838", + "https://openalex.org/W1535723299", + "https://openalex.org/W1540113330", + "https://openalex.org/W1553244859", + "https://openalex.org/W1553313034", + "https://openalex.org/W1557564713", + "https://openalex.org/W1557923305", + "https://openalex.org/W1562345870", + "https://openalex.org/W1566376227", + "https://openalex.org/W1571061365", + "https://openalex.org/W1575869149", + "https://openalex.org/W1583700199", + "https://openalex.org/W1587362683", + "https://openalex.org/W1597910678", + "https://openalex.org/W1601529450", + "https://openalex.org/W1605844890", + "https://openalex.org/W1608549042", + "https://openalex.org/W1619226191", + "https://openalex.org/W1630964756", + "https://openalex.org/W1678889691", + "https://openalex.org/W1679846099", + "https://openalex.org/W1808644423", + "https://openalex.org/W1906182963", + "https://openalex.org/W1923673105", + "https://openalex.org/W1970406594", + "https://openalex.org/W1981251392", + "https://openalex.org/W1983661866", + "https://openalex.org/W1998523455", + "https://openalex.org/W2000613518", + "https://openalex.org/W2002150630", + "https://openalex.org/W2003048487", + "https://openalex.org/W2017337590", + "https://openalex.org/W2042385018", + "https://openalex.org/W2050297026", + "https://openalex.org/W2054658115", + "https://openalex.org/W2067098334", + "https://openalex.org/W2071817951", + "https://openalex.org/W2075038844", + "https://openalex.org/W2088658068", + "https://openalex.org/W2096581064", + "https://openalex.org/W2104626092", + "https://openalex.org/W2109293916", + "https://openalex.org/W2112076978", + "https://openalex.org/W2120216197", + "https://openalex.org/W2123865363", + "https://openalex.org/W2125055259", + "https://openalex.org/W2125412267", + "https://openalex.org/W2128420091", + "https://openalex.org/W2132166479", + "https://openalex.org/W2136000097", + "https://openalex.org/W2140785063", + "https://openalex.org/W2146257637", + "https://openalex.org/W2147169507", + "https://openalex.org/W2147409005", + "https://openalex.org/W2149706766", + "https://openalex.org/W2158000296", + "https://openalex.org/W2159080219", + "https://openalex.org/W2168165449", + "https://openalex.org/W2170120409", + "https://openalex.org/W2193378034", + "https://openalex.org/W2743477090", + "https://openalex.org/W2797502950", + "https://openalex.org/W2798455746", + "https://openalex.org/W2913283985", + "https://openalex.org/W2982720039", + "https://openalex.org/W2988864014", + "https://openalex.org/W3085162807" + ], + "related_works": [ + "https://openalex.org/W2912934387", + "https://openalex.org/W2911964244", + "https://openalex.org/W2169038408", + "https://openalex.org/W2156571267", + "https://openalex.org/W2154053567", + "https://openalex.org/W2153635508", + "https://openalex.org/W2149706766", + "https://openalex.org/W2143426320", + "https://openalex.org/W2140190241", + "https://openalex.org/W2133990480", + "https://openalex.org/W2125055259", + "https://openalex.org/W2119821739", + "https://openalex.org/W2119479037", + "https://openalex.org/W2119387367", + "https://openalex.org/W2017337590", + "https://openalex.org/W1808644423", + "https://openalex.org/W1661871015", + "https://openalex.org/W1619226191", + "https://openalex.org/W1583700199", + "https://openalex.org/W1570448133" + ], + "abstract_inverted_index": { + "A": [ + 0, + 62 + ], + "central": [ + 1, + 41 + ], + "problem": [ + 2, + 28 + ], + "in": [ + 3, + 200, + 255 + ], + "machine": [ + 4, + 33, + 113, + 197 + ], + "learning": [ + 5, + 34, + 114, + 198, + 238 + ], + "is": [ + 6, + 43, + 84 + ], + "identifying": [ + 7 + ], + "a": [ + 8, + 17, + 21, + 36, + 98, + 224, + 227 + ], + "representative": [ + 9 + ], + "set": [ + 10, + 184 + ], + "of": [ + 11, + 29, + 76, + 211, + 215, + 280, + 296 + ], + "features": [ + 12, + 49, + 151, + 204, + 297 + ], + "from": [ + 13, + 69 + ], + "which": [ + 14, + 207, + 271 + ], + "to": [ + 15, + 231, + 240, + 251, + 274, + 276, + 283, + 319 + ], + "construct": [ + 16 + ], + "classification": [ + 18, + 178 + ], + "model": [ + 19 + ], + "for": [ + 20, + 32 + ], + "particular": [ + 22 + ], + "task.": [ + 23 + ], + "This": [ + 24 + ], + "thesis": [ + 25 + ], + "addresses": [ + 26 + ], + "the": [ + 27, + 55, + 173, + 181, + 190, + 216, + 236, + 252, + 258, + 269, + 299, + 306, + 326 + ], + "feature": [ + 30, + 46, + 63, + 183, + 192, + 232, + 242, + 285, + 302 + ], + "selection": [ + 31, + 195, + 233 + ], + "through": [ + 35 + ], + "correlation": [ + 37, + 95 + ], + "based": [ + 38, + 66, + 81, + 127 + ], + "approach.": [ + 39 + ], + "The": [ + 40, + 292 + ], + "hypothesis": [ + 42 + ], + "that": [ + 44, + 50, + 87, + 137, + 234, + 314 + ], + "good": [ + 45 + ], + "sets": [ + 47 + ], + "contain": [ + 48 + ], + "are": [ + 51, + 287 + ], + "highly": [ + 52, + 209 + ], + "correlated": [ + 53 + ], + "with": [ + 54, + 59, + 92, + 223 + ], + "class,": [ + 56 + ], + "yet": [ + 57 + ], + "uncorrelated": [ + 58 + ], + "each": [ + 60 + ], + "other.": [ + 61 + ], + "evaluation": [ + 64, + 90 + ], + "formula,": [ + 65 + ], + "on": [ + 67, + 107, + 133, + 161, + 260, + 310 + ], + "ideas": [ + 68 + ], + "test": [ + 70 + ], + "theory,": [ + 71 + ], + "provides": [ + 72 + ], + "an": [ + 73, + 85, + 93 + ], + "operational": [ + 74 + ], + "definition": [ + 75 + ], + "this": [ + 77, + 89 + ], + "hypothesis.": [ + 78 + ], + "CFS": [ + 79, + 138, + 167, + 222, + 247, + 263, + 282 + ], + "(Correlation": [ + 80 + ], + "Feature": [ + 82, + 194 + ], + "Selection)": [ + 83 + ], + "algorithm": [ + 86, + 239 + ], + "couples": [ + 88 + ], + "formula": [ + 91 + ], + "appropriate": [ + 94 + ], + "measure": [ + 96 + ], + "and": [ + 97, + 109, + 129, + 141, + 145, + 148, + 254, + 289, + 298 + ], + "heuristic": [ + 99 + ], + "search": [ + 100 + ], + "strategy.": [ + 101 + ], + " \\n \\nCFS": [ + 102 + ], + "was": [ + 103 + ], + "evaluated": [ + 104 + ], + "by": [ + 105, + 305, + 337 + ], + "experiments": [ + 106, + 220 + ], + "artificial": [ + 108, + 134, + 311 + ], + "natural": [ + 110, + 165, + 324 + ], + "datasets.": [ + 111, + 262 + ], + "Three": [ + 112 + ], + "algorithms": [ + 115 + ], + "were": [ + 116, + 205, + 208, + 317 + ], + "used:": [ + 117 + ], + "C4.5": [ + 118 + ], + "(a": [ + 119 + ], + "decision": [ + 120 + ], + "tree": [ + 121 + ], + "learner),": [ + 122, + 128 + ], + "IB": [ + 123 + ], + "1": [ + 124 + ], + "(an": [ + 125 + ], + "instance": [ + 126, + 217 + ], + "naive": [ + 130 + ], + "Bayes.": [ + 131 + ], + "Experiments": [ + 132, + 309 + ], + "datasets": [ + 135 + ], + "showed": [ + 136, + 313 + ], + "quickly": [ + 139 + ], + "identifies": [ + 140, + 149 + ], + "screens": [ + 142 + ], + "irrelevant,": [ + 143 + ], + "redundant,": [ + 144 + ], + "noisy": [ + 146 + ], + "features,": [ + 147 + ], + "relevant": [ + 150 + ], + "as": [ + 152, + 154 + ], + "long": [ + 153 + ], + "their": [ + 155 + ], + "relevance": [ + 156 + ], + "does": [ + 157 + ], + "not": [ + 158 + ], + "strongly": [ + 159 + ], + "depend": [ + 160 + ], + "other": [ + 162 + ], + "features.": [ + 163, + 174, + 322 + ], + "On": [ + 164, + 323 + ], + "domains,": [ + 166, + 325 + ], + "typically": [ + 168 + ], + "eliminated": [ + 169, + 206 + ], + "well": [ + 170, + 228 + ], + "over": [ + 171 + ], + "half": [ + 172 + ], + "In": [ + 175, + 244 + ], + "most": [ + 176 + ], + "cases,": [ + 177 + ], + "accuracy": [ + 179, + 188 + ], + "using": [ + 180, + 189, + 334 + ], + "reduced": [ + 182 + ], + "equaled": [ + 185 + ], + "or": [ + 186 + ], + "bettered": [ + 187 + ], + "complete": [ + 191 + ], + "set.": [ + 193 + ], + "degraded": [ + 196 + ], + "performance": [ + 199 + ], + "cases": [ + 201, + 246 + ], + "where": [ + 202 + ], + "some": [ + 203 + ], + "predictive": [ + 210 + ], + "very": [ + 212 + ], + "small": [ + 213, + 261 + ], + "areas": [ + 214 + ], + "space.": [ + 218 + ], + " \\n \\nFurther": [ + 219 + ], + "compared": [ + 221 + ], + "wrapper": [ + 225, + 259 + ], + "-": [ + 226 + ], + "known": [ + 229 + ], + "approach": [ + 230 + ], + "employs": [ + 235 + ], + "target": [ + 237 + ], + "evaluate": [ + 241 + ], + "sets.": [ + 243 + ], + "many": [ + 245, + 265 + ], + "gave": [ + 248, + 329 + ], + "comparable": [ + 249 + ], + "results": [ + 250, + 332 + ], + "wrapper,": [ + 253, + 270 + ], + "general,": [ + 256 + ], + "outperformed": [ + 257 + ], + "executes": [ + 264 + ], + "times": [ + 266 + ], + "faster": [ + 267 + ], + "than": [ + 268, + 333 + ], + "allows": [ + 272 + ], + "it": [ + 273 + ], + "scale": [ + 275 + ], + "larger": [ + 277 + ], + "datasets. \\n \\nTwo": [ + 278 + ], + "methods": [ + 279, + 316 + ], + "extending": [ + 281 + ], + "handle": [ + 284 + ], + "interaction": [ + 286 + ], + "presented": [ + 288 + ], + "experimentally": [ + 290 + ], + "evaluated.": [ + 291 + ], + "first": [ + 293 + ], + "considers": [ + 294 + ], + "pairs": [ + 295 + ], + "second": [ + 300 + ], + "incorporates": [ + 301 + ], + "weights": [ + 303, + 335 + ], + "calculated": [ + 304 + ], + "RELIEF": [ + 307 + ], + "algorithm.": [ + 308 + ], + "domains": [ + 312 + ], + "both": [ + 315 + ], + "able": [ + 318 + ], + "identify": [ + 320 + ], + "interacting": [ + 321 + ], + "pairwise": [ + 327 + ], + "method": [ + 328 + ], + "more": [ + 330 + ], + "reliable": [ + 331 + ], + "provided": [ + 336 + ], + "RELIEF.": [ + 338 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 38 + }, + { + "year": 2024, + "cited_by_count": 89 + }, + { + "year": 2023, + "cited_by_count": 147 + }, + { + "year": 2022, + "cited_by_count": 181 + }, + { + "year": 2021, + "cited_by_count": 299 + }, + { + "year": 2020, + "cited_by_count": 287 + }, + { + "year": 2019, + "cited_by_count": 295 + }, + { + "year": 2018, + "cited_by_count": 296 + }, + { + "year": 2017, + "cited_by_count": 277 + }, + { + "year": 2016, + "cited_by_count": 271 + }, + { + "year": 2015, + "cited_by_count": 264 + }, + { + "year": 2014, + "cited_by_count": 238 + }, + { + "year": 2013, + "cited_by_count": 181 + }, + { + "year": 2012, + "cited_by_count": 163 + } + ], + "updated_date": "2025-11-06T04:12:42.849631", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2594183968", + "doi": "https://doi.org/10.1039/c7sc02664a", + "title": "MoleculeNet: a benchmark for molecular machine learning", + "display_name": "MoleculeNet: a benchmark for molecular machine learning", + "relevance_score": 3867.3242, + "publication_year": 2017, + "publication_date": "2017-10-31", + "ids": { + "openalex": "https://openalex.org/W2594183968", + "doi": "https://doi.org/10.1039/c7sc02664a", + "mag": "2594183968", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/29629118" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1039/c7sc02664a", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1039/c7sc02664a", + "pdf_url": "https://pubs.rsc.org/en/content/articlepdf/2018/sc/c7sc02664a", + "source": { + "id": "https://openalex.org/S184645833", + "display_name": "Chemical Science", + "issn_l": "2041-6520", + "issn": [ + "2041-6520", + "2041-6539" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320556", + "host_organization_name": "Royal Society of Chemistry", + "host_organization_lineage": [ + "https://openalex.org/P4310320556" + ], + "host_organization_lineage_names": [ + "Royal Society of Chemistry" + ], + "type": "journal" + }, + "license": "cc-by-nc", + "license_id": "https://openalex.org/licenses/cc-by-nc", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Chemical Science", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref", + "doaj", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "diamond", + "oa_url": "https://pubs.rsc.org/en/content/articlepdf/2018/sc/c7sc02664a", + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5054988040", + "display_name": "Zhenqin Wu", + "orcid": "https://orcid.org/0000-0002-0148-7055" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210137306", + "display_name": "Stanford Medicine", + "ror": "https://ror.org/03mtd9a03", + "country_code": "US", + "type": "healthcare", + "lineage": [ + "https://openalex.org/I4210137306", + "https://openalex.org/I97018004" + ] + }, + { + "id": "https://openalex.org/I97018004", + "display_name": "Stanford University", + "ror": "https://ror.org/00f54p054", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I97018004" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Zhenqin Wu", + "raw_affiliation_strings": [ + "Department of Chemistry", + "Stanford", + "Stanford University", + "USA", + "Department of Chemistry, Stanford University, Stanford, CA 94305, USA" + ], + "raw_orcid": "https://orcid.org/0000-0002-0148-7055", + "affiliations": [ + { + "raw_affiliation_string": "Department of Chemistry", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Stanford", + "institution_ids": [ + "https://openalex.org/I4210137306" + ] + }, + { + "raw_affiliation_string": "Stanford University", + "institution_ids": [ + "https://openalex.org/I97018004" + ] + }, + { + "raw_affiliation_string": "USA", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Department of Chemistry, Stanford University, Stanford, CA 94305, USA", + "institution_ids": [ + "https://openalex.org/I97018004" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5039641760", + "display_name": "Bharath Ramsundar", + "orcid": "https://orcid.org/0000-0001-8450-4262" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210137306", + "display_name": "Stanford Medicine", + "ror": "https://ror.org/03mtd9a03", + "country_code": "US", + "type": "healthcare", + "lineage": [ + "https://openalex.org/I4210137306", + "https://openalex.org/I97018004" + ] + }, + { + "id": "https://openalex.org/I97018004", + "display_name": "Stanford University", + "ror": "https://ror.org/00f54p054", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I97018004" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Bharath Ramsundar", + "raw_affiliation_strings": [ + "Department of Computer Science", + "Stanford", + "Stanford University", + "USA", + "Department of Computer Science, Stanford University, Stanford, CA 94305, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Stanford", + "institution_ids": [ + "https://openalex.org/I4210137306" + ] + }, + { + "raw_affiliation_string": "Stanford University", + "institution_ids": [ + "https://openalex.org/I97018004" + ] + }, + { + "raw_affiliation_string": "USA", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Department of Computer Science, Stanford University, Stanford, CA 94305, USA", + "institution_ids": [ + "https://openalex.org/I97018004" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5011983540", + "display_name": "Evan N. Feinberg", + "orcid": "https://orcid.org/0000-0002-7989-8751" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210137306", + "display_name": "Stanford Medicine", + "ror": "https://ror.org/03mtd9a03", + "country_code": "US", + "type": "healthcare", + "lineage": [ + "https://openalex.org/I4210137306", + "https://openalex.org/I97018004" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Evan N. Feinberg", + "raw_affiliation_strings": [ + "Program in Biophysics", + "Stanford", + "Stanford School of Medicine", + "USA", + "Program in Biophysics, Stanford School of Medicine, Stanford, CA 94305, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Program in Biophysics", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Stanford", + "institution_ids": [ + "https://openalex.org/I4210137306" + ] + }, + { + "raw_affiliation_string": "Stanford School of Medicine", + "institution_ids": [ + "https://openalex.org/I4210137306" + ] + }, + { + "raw_affiliation_string": "USA", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Program in Biophysics, Stanford School of Medicine, Stanford, CA 94305, USA", + "institution_ids": [ + "https://openalex.org/I4210137306" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5044158176", + "display_name": "Joseph Gomes", + "orcid": "https://orcid.org/0000-0002-0755-0641" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210137306", + "display_name": "Stanford Medicine", + "ror": "https://ror.org/03mtd9a03", + "country_code": "US", + "type": "healthcare", + "lineage": [ + "https://openalex.org/I4210137306", + "https://openalex.org/I97018004" + ] + }, + { + "id": "https://openalex.org/I97018004", + "display_name": "Stanford University", + "ror": "https://ror.org/00f54p054", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I97018004" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Joseph Gomes", + "raw_affiliation_strings": [ + "Department of Chemistry", + "Stanford", + "Stanford University", + "USA", + "Department of Chemistry, Stanford University, Stanford, CA 94305, USA" + ], + "raw_orcid": "https://orcid.org/0000-0002-0755-0641", + "affiliations": [ + { + "raw_affiliation_string": "Department of Chemistry", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Stanford", + "institution_ids": [ + "https://openalex.org/I4210137306" + ] + }, + { + "raw_affiliation_string": "Stanford University", + "institution_ids": [ + "https://openalex.org/I97018004" + ] + }, + { + "raw_affiliation_string": "USA", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Department of Chemistry, Stanford University, Stanford, CA 94305, USA", + "institution_ids": [ + "https://openalex.org/I97018004" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5069546508", + "display_name": "Caleb Geniesse", + "orcid": "https://orcid.org/0000-0002-7897-8338" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210137306", + "display_name": "Stanford Medicine", + "ror": "https://ror.org/03mtd9a03", + "country_code": "US", + "type": "healthcare", + "lineage": [ + "https://openalex.org/I4210137306", + "https://openalex.org/I97018004" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Caleb Geniesse", + "raw_affiliation_strings": [ + "Program in Biophysics", + "Stanford", + "Stanford School of Medicine", + "USA", + "Program in Biophysics, Stanford School of Medicine, Stanford, CA 94305, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Program in Biophysics", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Stanford", + "institution_ids": [ + "https://openalex.org/I4210137306" + ] + }, + { + "raw_affiliation_string": "Stanford School of Medicine", + "institution_ids": [ + "https://openalex.org/I4210137306" + ] + }, + { + "raw_affiliation_string": "USA", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Program in Biophysics, Stanford School of Medicine, Stanford, CA 94305, USA", + "institution_ids": [ + "https://openalex.org/I4210137306" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5015493289", + "display_name": "Aneesh Pappu", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I4210137306", + "display_name": "Stanford Medicine", + "ror": "https://ror.org/03mtd9a03", + "country_code": "US", + "type": "healthcare", + "lineage": [ + "https://openalex.org/I4210137306", + "https://openalex.org/I97018004" + ] + }, + { + "id": "https://openalex.org/I97018004", + "display_name": "Stanford University", + "ror": "https://ror.org/00f54p054", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I97018004" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Aneesh S. Pappu", + "raw_affiliation_strings": [ + "Department of Computer Science", + "Stanford", + "Stanford University", + "USA", + "Department of Computer Science, Stanford University, Stanford, CA 94305, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Stanford", + "institution_ids": [ + "https://openalex.org/I4210137306" + ] + }, + { + "raw_affiliation_string": "Stanford University", + "institution_ids": [ + "https://openalex.org/I97018004" + ] + }, + { + "raw_affiliation_string": "USA", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Department of Computer Science, Stanford University, Stanford, CA 94305, USA", + "institution_ids": [ + "https://openalex.org/I97018004" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5004322104", + "display_name": "Karl Leswing", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I203455613", + "display_name": "Schrodinger (United States)", + "ror": "https://ror.org/05a3z6914", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I203455613" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Karl Leswing", + "raw_affiliation_strings": [ + "Schrodinger Inc", + "USA", + "Schrodinger Inc., USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Schrodinger Inc", + "institution_ids": [ + "https://openalex.org/I203455613" + ] + }, + { + "raw_affiliation_string": "USA", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Schrodinger Inc., USA", + "institution_ids": [ + "https://openalex.org/I203455613" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5032418986", + "display_name": "Vijay S. Pande", + "orcid": "https://orcid.org/0000-0003-2774-1178" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210137306", + "display_name": "Stanford Medicine", + "ror": "https://ror.org/03mtd9a03", + "country_code": "US", + "type": "healthcare", + "lineage": [ + "https://openalex.org/I4210137306", + "https://openalex.org/I97018004" + ] + }, + { + "id": "https://openalex.org/I97018004", + "display_name": "Stanford University", + "ror": "https://ror.org/00f54p054", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I97018004" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Vijay Pande", + "raw_affiliation_strings": [ + "Department of Chemistry", + "Stanford", + "Stanford University", + "USA", + "Department of Chemistry, Stanford University, Stanford, CA 94305, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Chemistry", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Stanford", + "institution_ids": [ + "https://openalex.org/I4210137306" + ] + }, + { + "raw_affiliation_string": "Stanford University", + "institution_ids": [ + "https://openalex.org/I97018004" + ] + }, + { + "raw_affiliation_string": "USA", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Department of Chemistry, Stanford University, Stanford, CA 94305, USA", + "institution_ids": [ + "https://openalex.org/I97018004" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 8, + "corresponding_author_ids": [ + "https://openalex.org/A5032418986" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I4210137306", + "https://openalex.org/I97018004" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 128.6995, + "has_fulltext": true, + "cited_by_count": 2906, + "citation_normalized_percentile": { + "value": 0.9998827, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 94, + "max": 100 + }, + "biblio": { + "volume": "9", + "issue": "2", + "first_page": "513", + "last_page": "530" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10211", + "display_name": "Computational Drug Discovery Methods", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/1703", + "display_name": "Computational Theory and Mathematics" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10211", + "display_name": "Computational Drug Discovery Methods", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/1703", + "display_name": "Computational Theory and Mathematics" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11948", + "display_name": "Machine Learning in Materials Science", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/2505", + "display_name": "Materials Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/25", + "display_name": "Materials Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10044", + "display_name": "Protein Structure and Dynamics", + "score": 0.9779999852180481, + "subfield": { + "id": "https://openalex.org/subfields/1312", + "display_name": "Molecular Biology" + }, + "field": { + "id": "https://openalex.org/fields/13", + "display_name": "Biochemistry, Genetics and Molecular Biology" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/benchmark", + "display_name": "Benchmark (surveying)", + "score": 0.9469650983810425 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6600202322006226 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6345625519752502 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6119014024734497 + }, + { + "id": "https://openalex.org/keywords/scale", + "display_name": "Scale (ratio)", + "score": 0.5160343647003174 + }, + { + "id": "https://openalex.org/keywords/physics", + "display_name": "Physics", + "score": 0.04847747087478638 + }, + { + "id": "https://openalex.org/keywords/geography", + "display_name": "Geography", + "score": 0.04328623414039612 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C185798385", + "wikidata": "https://www.wikidata.org/wiki/Q1161707", + "display_name": "Benchmark (surveying)", + "level": 2, + "score": 0.9469650983810425 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6600202322006226 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6345625519752502 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6119014024734497 + }, + { + "id": "https://openalex.org/C2778755073", + "wikidata": "https://www.wikidata.org/wiki/Q10858537", + "display_name": "Scale (ratio)", + "level": 2, + "score": 0.5160343647003174 + }, + { + "id": "https://openalex.org/C121332964", + "wikidata": "https://www.wikidata.org/wiki/Q413", + "display_name": "Physics", + "level": 0, + "score": 0.04847747087478638 + }, + { + "id": "https://openalex.org/C205649164", + "wikidata": "https://www.wikidata.org/wiki/Q1071", + "display_name": "Geography", + "level": 0, + "score": 0.04328623414039612 + }, + { + "id": "https://openalex.org/C13280743", + "wikidata": "https://www.wikidata.org/wiki/Q131089", + "display_name": "Geodesy", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C62520636", + "wikidata": "https://www.wikidata.org/wiki/Q944", + "display_name": "Quantum mechanics", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 4, + "locations": [ + { + "id": "doi:10.1039/c7sc02664a", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1039/c7sc02664a", + "pdf_url": "https://pubs.rsc.org/en/content/articlepdf/2018/sc/c7sc02664a", + "source": { + "id": "https://openalex.org/S184645833", + "display_name": "Chemical Science", + "issn_l": "2041-6520", + "issn": [ + "2041-6520", + "2041-6539" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320556", + "host_organization_name": "Royal Society of Chemistry", + "host_organization_lineage": [ + "https://openalex.org/P4310320556" + ], + "host_organization_lineage_names": [ + "Royal Society of Chemistry" + ], + "type": "journal" + }, + "license": "cc-by-nc", + "license_id": "https://openalex.org/licenses/cc-by-nc", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Chemical Science", + "raw_type": "journal-article" + }, + { + "id": "pmid:29629118", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/29629118", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Chemical science", + "raw_type": null + }, + { + "id": "pmh:oai:europepmc.org:4794812", + "is_oa": false, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/5868307", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400806", + "display_name": "Europe PMC (PubMed Central)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1303153112", + "host_organization_name": "European Bioinformatics Institute", + "host_organization_lineage": [ + "https://openalex.org/I1303153112" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "Text" + }, + { + "id": "pmh:oai:hub.hku.hk:10722/354386", + "is_oa": false, + "landing_page_url": "https://hub.hku.hk/handle/10722/354386", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4377196271", + "display_name": "The HKU Scholars Hub (University of Hong Kong)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I889458895", + "host_organization_name": "University of Hong Kong", + "host_organization_lineage": [ + "https://openalex.org/I889458895" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "Article" + } + ], + "best_oa_location": { + "id": "doi:10.1039/c7sc02664a", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1039/c7sc02664a", + "pdf_url": "https://pubs.rsc.org/en/content/articlepdf/2018/sc/c7sc02664a", + "source": { + "id": "https://openalex.org/S184645833", + "display_name": "Chemical Science", + "issn_l": "2041-6520", + "issn": [ + "2041-6520", + "2041-6539" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320556", + "host_organization_name": "Royal Society of Chemistry", + "host_organization_lineage": [ + "https://openalex.org/P4310320556" + ], + "host_organization_lineage_names": [ + "Royal Society of Chemistry" + ], + "type": "journal" + }, + "license": "cc-by-nc", + "license_id": "https://openalex.org/licenses/cc-by-nc", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Chemical Science", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [], + "awards": [ + { + "id": "https://openalex.org/G4484533445", + "display_name": null, + "funder_award_id": "GM062868", + "funder_id": "https://openalex.org/F4320332161", + "funder_display_name": "National Institutes of Health" + }, + { + "id": "https://openalex.org/G7442115961", + "display_name": null, + "funder_award_id": "U19 AI109662", + "funder_id": "https://openalex.org/F4320332161", + "funder_display_name": "National Institutes of Health" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320308782", + "display_name": "Hertz Foundation", + "ror": "https://ror.org/01ycgxf29" + }, + { + "id": "https://openalex.org/F4320332161", + "display_name": "National Institutes of Health", + "ror": "https://ror.org/01cwqze88" + } + ], + "has_content": { + "grobid_xml": true, + "pdf": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W2594183968.pdf", + "grobid_xml": "https://content.openalex.org/works/W2594183968.grobid-xml" + }, + "referenced_works_count": 64, + "referenced_works": [ + "https://openalex.org/W655356045", + "https://openalex.org/W1579198272", + "https://openalex.org/W1601495365", + "https://openalex.org/W1678356000", + "https://openalex.org/W1738019091", + "https://openalex.org/W1780364926", + "https://openalex.org/W1964513093", + "https://openalex.org/W1975147762", + "https://openalex.org/W1985748743", + "https://openalex.org/W1988037271", + "https://openalex.org/W1993046136", + "https://openalex.org/W1993285168", + "https://openalex.org/W1995808589", + "https://openalex.org/W1996327711", + "https://openalex.org/W1998056319", + "https://openalex.org/W1999798000", + "https://openalex.org/W2001816314", + "https://openalex.org/W2008505552", + "https://openalex.org/W2010700988", + "https://openalex.org/W2019678805", + "https://openalex.org/W2024046085", + "https://openalex.org/W2025444507", + "https://openalex.org/W2033206800", + "https://openalex.org/W2046589863", + "https://openalex.org/W2060531713", + "https://openalex.org/W2060565460", + "https://openalex.org/W2076063813", + "https://openalex.org/W2076498053", + "https://openalex.org/W2080635178", + "https://openalex.org/W2081454243", + "https://openalex.org/W2081580037", + "https://openalex.org/W2085126686", + "https://openalex.org/W2085312881", + "https://openalex.org/W2092285329", + "https://openalex.org/W2096560421", + "https://openalex.org/W2101234009", + "https://openalex.org/W2104489082", + "https://openalex.org/W2114162221", + "https://openalex.org/W2114704115", + "https://openalex.org/W2117539524", + "https://openalex.org/W2119821739", + "https://openalex.org/W2127330184", + "https://openalex.org/W2127644822", + "https://openalex.org/W2139271038", + "https://openalex.org/W2145578524", + "https://openalex.org/W2153693853", + "https://openalex.org/W2170214641", + "https://openalex.org/W2171830166", + "https://openalex.org/W2290847742", + "https://openalex.org/W2319902168", + "https://openalex.org/W2406943157", + "https://openalex.org/W2461470610", + "https://openalex.org/W2461620095", + "https://openalex.org/W2473190403", + "https://openalex.org/W2606780347", + "https://openalex.org/W2734982589", + "https://openalex.org/W2753558426", + "https://openalex.org/W2787894218", + "https://openalex.org/W2911964244", + "https://openalex.org/W2914584698", + "https://openalex.org/W2919115771", + "https://openalex.org/W3100157108", + "https://openalex.org/W3102449990", + "https://openalex.org/W3102797483" + ], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W4387369504", + "https://openalex.org/W3046775127", + "https://openalex.org/W4394896187", + "https://openalex.org/W3170094116", + "https://openalex.org/W4386462264", + "https://openalex.org/W3107602296", + "https://openalex.org/W4364306694", + "https://openalex.org/W4312192474" + ], + "abstract_inverted_index": { + "Molecular": [ + 0 + ], + "machine": [ + 1, + 22, + 82, + 128 + ], + "learning": [ + 2, + 23, + 106, + 129, + 177 + ], + "has": [ + 3, + 36 + ], + "been": [ + 4, + 37 + ], + "maturing": [ + 5 + ], + "rapidly": [ + 6 + ], + "over": [ + 7 + ], + "the": [ + 8, + 15, + 41, + 49, + 67, + 112, + 133, + 164 + ], + "last": [ + 9 + ], + "few": [ + 10 + ], + "years.": [ + 11 + ], + "Improved": [ + 12 + ], + "methods": [ + 13 + ], + "and": [ + 14, + 93, + 105, + 130, + 154, + 161 + ], + "presence": [ + 16 + ], + "of": [ + 17, + 43, + 51, + 69, + 99, + 111, + 166, + 175 + ], + "larger": [ + 18 + ], + "datasets": [ + 19, + 61 + ], + "have": [ + 20 + ], + "enabled": [ + 21 + ], + "algorithms": [ + 24, + 56, + 107 + ], + "to": [ + 25, + 40, + 47, + 65, + 146 + ], + "make": [ + 26 + ], + "increasingly": [ + 27 + ], + "accurate": [ + 28 + ], + "predictions": [ + 29 + ], + "about": [ + 30 + ], + "molecular": [ + 31, + 81, + 103, + 127 + ], + "properties.": [ + 32 + ], + "However,": [ + 33, + 136 + ], + "algorithmic": [ + 34 + ], + "progress": [ + 35 + ], + "limited": [ + 38 + ], + "due": [ + 39 + ], + "lack": [ + 42 + ], + "a": [ + 44, + 76 + ], + "standard": [ + 45 + ], + "benchmark": [ + 46, + 79 + ], + "compare": [ + 48 + ], + "efficacy": [ + 50 + ], + "proposed": [ + 52, + 70, + 102 + ], + "methods;": [ + 53 + ], + "most": [ + 54 + ], + "new": [ + 55 + ], + "are": [ + 57, + 123 + ], + "benchmarked": [ + 58 + ], + "on": [ + 59 + ], + "different": [ + 60 + ], + "making": [ + 62 + ], + "it": [ + 63 + ], + "challenging": [ + 64 + ], + "gauge": [ + 66 + ], + "quality": [ + 68, + 96 + ], + "methods.": [ + 71 + ], + "This": [ + 72 + ], + "work": [ + 73 + ], + "introduces": [ + 74 + ], + "MoleculeNet,": [ + 75 + ], + "large": [ + 77 + ], + "scale": [ + 78 + ], + "for": [ + 80, + 91, + 126 + ], + "learning.": [ + 83 + ], + "MoleculeNet": [ + 84, + 117 + ], + "curates": [ + 85 + ], + "multiple": [ + 86, + 100 + ], + "public": [ + 87 + ], + "datasets,": [ + 88, + 163 + ], + "establishes": [ + 89 + ], + "metrics": [ + 90 + ], + "evaluation,": [ + 92 + ], + "offers": [ + 94 + ], + "high": [ + 95 + ], + "open-source": [ + 97 + ], + "implementations": [ + 98 + ], + "previously": [ + 101 + ], + "featurization": [ + 104 + ], + "(released": [ + 108 + ], + "as": [ + 109 + ], + "part": [ + 110 + ], + "DeepChem": [ + 113 + ], + "open": [ + 114 + ], + "source": [ + 115 + ], + "library).": [ + 116 + ], + "benchmarks": [ + 118 + ], + "demonstrate": [ + 119 + ], + "that": [ + 120 + ], + "learnable": [ + 121 + ], + "representations": [ + 122, + 143 + ], + "powerful": [ + 124 + ], + "tools": [ + 125 + ], + "broadly": [ + 131 + ], + "offer": [ + 132 + ], + "best": [ + 134 + ], + "performance.": [ + 135 + ], + "this": [ + 137 + ], + "result": [ + 138 + ], + "comes": [ + 139 + ], + "with": [ + 140, + 148 + ], + "caveats.": [ + 141 + ], + "Learnable": [ + 142 + ], + "still": [ + 144 + ], + "struggle": [ + 145 + ], + "deal": [ + 147 + ], + "complex": [ + 149 + ], + "tasks": [ + 150 + ], + "under": [ + 151 + ], + "data": [ + 152 + ], + "scarcity": [ + 153 + ], + "highly": [ + 155 + ], + "imbalanced": [ + 156 + ], + "classification.": [ + 157 + ], + "For": [ + 158 + ], + "quantum": [ + 159 + ], + "mechanical": [ + 160 + ], + "biophysical": [ + 162 + ], + "use": [ + 165 + ], + "physics-aware": [ + 167 + ], + "featurizations": [ + 168 + ], + "can": [ + 169 + ], + "be": [ + 170 + ], + "more": [ + 171 + ], + "important": [ + 172 + ], + "than": [ + 173 + ], + "choice": [ + 174 + ], + "particular": [ + 176 + ], + "algorithm.": [ + 178 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 181 + }, + { + "year": 2025, + "cited_by_count": 534 + }, + { + "year": 2024, + "cited_by_count": 510 + }, + { + "year": 2023, + "cited_by_count": 422 + }, + { + "year": 2022, + "cited_by_count": 374 + }, + { + "year": 2021, + "cited_by_count": 351 + }, + { + "year": 2020, + "cited_by_count": 292 + }, + { + "year": 2019, + "cited_by_count": 157 + }, + { + "year": 2018, + "cited_by_count": 75 + }, + { + "year": 2017, + "cited_by_count": 6 + }, + { + "year": 2012, + "cited_by_count": 2 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2594475271", + "doi": "https://doi.org/10.48550/arxiv.1702.08608", + "title": "Towards A Rigorous Science of Interpretable Machine Learning", + "display_name": "Towards A Rigorous Science of Interpretable Machine Learning", + "relevance_score": 3834.3765, + "publication_year": 2017, + "publication_date": "2017-02-28", + "ids": { + "openalex": "https://openalex.org/W2594475271", + "doi": "https://doi.org/10.48550/arxiv.1702.08608", + "mag": "2594475271" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:arXiv.org:1702.08608", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1702.08608", + "pdf_url": "https://arxiv.org/pdf/1702.08608", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "type": "preprint", + "indexed_in": [ + "arxiv", + "datacite" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1702.08608", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5038771285", + "display_name": "Finale Doshi‐Velez", + "orcid": "https://orcid.org/0000-0003-2886-3898" + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "Doshi-Velez, Finale", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5041405652", + "display_name": "Been Kim", + "orcid": "https://orcid.org/0000-0001-9938-2915" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Kim, Been", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5038771285" + ], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": null, + "has_fulltext": false, + "cited_by_count": 3135, + "citation_normalized_percentile": null, + "cited_by_percentile_year": null, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12026", + "display_name": "Explainable Artificial Intelligence (XAI)", + "score": 0.9997000098228455, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12026", + "display_name": "Explainable Artificial Intelligence (XAI)", + "score": 0.9997000098228455, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11689", + "display_name": "Adversarial Robustness in Machine Learning", + "score": 0.9986000061035156, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9822999835014343, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/interpretability", + "display_name": "Interpretability", + "score": 0.989424467086792 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.7579805850982666 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.723967432975769 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6432822346687317 + }, + { + "id": "https://openalex.org/keywords/taxonomy", + "display_name": "Taxonomy (biology)", + "score": 0.535308837890625 + }, + { + "id": "https://openalex.org/keywords/position-paper", + "display_name": "Position paper", + "score": 0.4703657329082489 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2781067378", + "wikidata": "https://www.wikidata.org/wiki/Q17027399", + "display_name": "Interpretability", + "level": 2, + "score": 0.989424467086792 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.7579805850982666 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.723967432975769 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6432822346687317 + }, + { + "id": "https://openalex.org/C58642233", + "wikidata": "https://www.wikidata.org/wiki/Q8269924", + "display_name": "Taxonomy (biology)", + "level": 2, + "score": 0.535308837890625 + }, + { + "id": "https://openalex.org/C78780964", + "wikidata": "https://www.wikidata.org/wiki/Q7233193", + "display_name": "Position paper", + "level": 2, + "score": 0.4703657329082489 + }, + { + "id": "https://openalex.org/C86803240", + "wikidata": "https://www.wikidata.org/wiki/Q420", + "display_name": "Biology", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C59822182", + "wikidata": "https://www.wikidata.org/wiki/Q441", + "display_name": "Botany", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C136764020", + "wikidata": "https://www.wikidata.org/wiki/Q466", + "display_name": "World Wide Web", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "pmh:oai:arXiv.org:1702.08608", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1702.08608", + "pdf_url": "https://arxiv.org/pdf/1702.08608", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "doi:10.48550/arxiv.1702.08608", + "is_oa": true, + "landing_page_url": "https://doi.org/10.48550/arxiv.1702.08608", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1702.08608", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1702.08608", + "pdf_url": "https://arxiv.org/pdf/1702.08608", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "sustainable_development_goals": [ + { + "score": 0.4399999976158142, + "display_name": "Peace, Justice and strong institutions", + "id": "https://metadata.un.org/sdg/16" + }, + { + "score": 0.4300000071525574, + "display_name": "Reduced inequalities", + "id": "https://metadata.un.org/sdg/10" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 26, + "referenced_works": [ + "https://openalex.org/W65833265", + "https://openalex.org/W190506616", + "https://openalex.org/W214705575", + "https://openalex.org/W1570088706", + "https://openalex.org/W1757796397", + "https://openalex.org/W1983870751", + "https://openalex.org/W1994757764", + "https://openalex.org/W2008174170", + "https://openalex.org/W2100960835", + "https://openalex.org/W2119858020", + "https://openalex.org/W2132862423", + "https://openalex.org/W2159426623", + "https://openalex.org/W2160336621", + "https://openalex.org/W2187558068", + "https://openalex.org/W2189162242", + "https://openalex.org/W2257979135", + "https://openalex.org/W2336395599", + "https://openalex.org/W2367397349", + "https://openalex.org/W2440159969", + "https://openalex.org/W2462906003", + "https://openalex.org/W2493343568", + "https://openalex.org/W2528479067", + "https://openalex.org/W2560479124", + "https://openalex.org/W2567527106", + "https://openalex.org/W2951501516", + "https://openalex.org/W2964134873" + ], + "related_works": [ + "https://openalex.org/W1986582023", + "https://openalex.org/W2961085424", + "https://openalex.org/W2966829450", + "https://openalex.org/W4315864862", + "https://openalex.org/W4306674287", + "https://openalex.org/W3046775127", + "https://openalex.org/W3107602296", + "https://openalex.org/W3170094116", + "https://openalex.org/W4386462264", + "https://openalex.org/W4364306694" + ], + "abstract_inverted_index": { + "As": [ + 0 + ], + "machine": [ + 1, + 15, + 53, + 100 + ], + "learning": [ + 2, + 54 + ], + "systems": [ + 3, + 17 + ], + "become": [ + 4 + ], + "ubiquitous,": [ + 5 + ], + "there": [ + 6, + 45 + ], + "has": [ + 7 + ], + "been": [ + 8 + ], + "a": [ + 9, + 84, + 94 + ], + "surge": [ + 10 + ], + "of": [ + 11, + 98 + ], + "interest": [ + 12, + 42 + ], + "in": [ + 13, + 43 + ], + "interpretable": [ + 14, + 52, + 99 + ], + "learning:": [ + 16 + ], + "that": [ + 18 + ], + "provide": [ + 19 + ], + "explanation": [ + 20 + ], + "for": [ + 21, + 86 + ], + "their": [ + 22 + ], + "outputs.": [ + 23 + ], + "These": [ + 24 + ], + "explanations": [ + 25 + ], + "are": [ + 26 + ], + "often": [ + 27 + ], + "used": [ + 28 + ], + "to": [ + 29 + ], + "qualitatively": [ + 30 + ], + "assess": [ + 31 + ], + "other": [ + 32 + ], + "criteria": [ + 33 + ], + "such": [ + 34 + ], + "as": [ + 35 + ], + "safety": [ + 36 + ], + "or": [ + 37 + ], + "non-discrimination.": [ + 38 + ], + "However,": [ + 39 + ], + "despite": [ + 40 + ], + "the": [ + 41 + ], + "interpretability,": [ + 44 + ], + "is": [ + 46, + 55, + 74, + 79 + ], + "very": [ + 47 + ], + "little": [ + 48 + ], + "consensus": [ + 49 + ], + "on": [ + 50 + ], + "what": [ + 51 + ], + "and": [ + 56, + 70, + 89 + ], + "how": [ + 57 + ], + "it": [ + 58, + 78 + ], + "should": [ + 59 + ], + "be": [ + 60 + ], + "measured.": [ + 61 + ], + "In": [ + 62 + ], + "this": [ + 63 + ], + "position": [ + 64 + ], + "paper,": [ + 65 + ], + "we": [ + 66, + 82 + ], + "first": [ + 67 + ], + "define": [ + 68 + ], + "interpretability": [ + 69, + 73 + ], + "describe": [ + 71 + ], + "when": [ + 72, + 77 + ], + "needed": [ + 75 + ], + "(and": [ + 76 + ], + "not).": [ + 80 + ], + "Next,": [ + 81 + ], + "suggest": [ + 83 + ], + "taxonomy": [ + 85 + ], + "rigorous": [ + 87, + 96 + ], + "evaluation": [ + 88 + ], + "expose": [ + 90 + ], + "open": [ + 91 + ], + "questions": [ + 92 + ], + "towards": [ + 93 + ], + "more": [ + 95 + ], + "science": [ + 97 + ], + "learning.": [ + 101 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 45 + }, + { + "year": 2025, + "cited_by_count": 334 + }, + { + "year": 2024, + "cited_by_count": 390 + }, + { + "year": 2023, + "cited_by_count": 427 + }, + { + "year": 2022, + "cited_by_count": 338 + }, + { + "year": 2021, + "cited_by_count": 597 + }, + { + "year": 2020, + "cited_by_count": 488 + }, + { + "year": 2019, + "cited_by_count": 319 + }, + { + "year": 2018, + "cited_by_count": 164 + }, + { + "year": 2017, + "cited_by_count": 32 + }, + { + "year": 2016, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2007339694", + "doi": "https://doi.org/10.1109/msp.2012.2211477", + "title": "The MNIST Database of Handwritten Digit Images for Machine Learning Research [Best of the Web]", + "display_name": "The MNIST Database of Handwritten Digit Images for Machine Learning Research [Best of the Web]", + "relevance_score": 3802.358, + "publication_year": 2012, + "publication_date": "2012-10-19", + "ids": { + "openalex": "https://openalex.org/W2007339694", + "doi": "https://doi.org/10.1109/msp.2012.2211477", + "mag": "2007339694" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1109/msp.2012.2211477", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/msp.2012.2211477", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S120977877", + "display_name": "IEEE Signal Processing Magazine", + "issn_l": "1053-5888", + "issn": [ + "1053-5888", + "1558-0792" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319808", + "host_organization_name": "Institute of Electrical and Electronics Engineers", + "host_organization_lineage": [ + "https://openalex.org/P4310319808" + ], + "host_organization_lineage_names": [ + "Institute of Electrical and Electronics Engineers" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IEEE Signal Processing Magazine", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5100671326", + "display_name": "Li Deng", + "orcid": "https://orcid.org/0000-0002-7140-0701" + }, + "institutions": [ + { + "id": "https://openalex.org/I1290206253", + "display_name": "Microsoft (United States)", + "ror": "https://ror.org/00d0nc645", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1290206253" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Li Deng", + "raw_affiliation_strings": [ + "Microsoft Research, Redmond, WA, USA", + "[Microsoft Research,Redmond,WA,USA]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Microsoft Research, Redmond, WA, USA", + "institution_ids": [ + "https://openalex.org/I1290206253" + ] + }, + { + "raw_affiliation_string": "[Microsoft Research,Redmond,WA,USA]", + "institution_ids": [ + "https://openalex.org/I1290206253" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5100671326" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I1290206253" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 4.4386, + "has_fulltext": false, + "cited_by_count": 4579, + "citation_normalized_percentile": { + "value": 0.95130231, + "is_in_top_1_percent": false, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "29", + "issue": "6", + "first_page": "141", + "last_page": "142" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10601", + "display_name": "Handwritten Text Recognition Techniques", + "score": 0.9991000294685364, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10601", + "display_name": "Handwritten Text Recognition Techniques", + "score": 0.9991000294685364, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10036", + "display_name": "Advanced Neural Network Applications", + "score": 0.9983999729156494, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10627", + "display_name": "Advanced Image and Video Retrieval Techniques", + "score": 0.9976999759674072, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/mnist-database", + "display_name": "MNIST database", + "score": 0.9717313051223755 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.8078590035438538 + }, + { + "id": "https://openalex.org/keywords/optical-character-recognition", + "display_name": "Optical character recognition", + "score": 0.6577181220054626 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6341533660888672 + }, + { + "id": "https://openalex.org/keywords/handwriting-recognition", + "display_name": "Handwriting recognition", + "score": 0.5454277992248535 + }, + { + "id": "https://openalex.org/keywords/numerical-digit", + "display_name": "Numerical digit", + "score": 0.544492244720459 + }, + { + "id": "https://openalex.org/keywords/digit-recognition", + "display_name": "Digit recognition", + "score": 0.5283616185188293 + }, + { + "id": "https://openalex.org/keywords/character", + "display_name": "Character (mathematics)", + "score": 0.5253086686134338 + }, + { + "id": "https://openalex.org/keywords/intelligent-word-recognition", + "display_name": "Intelligent word recognition", + "score": 0.47909122705459595 + }, + { + "id": "https://openalex.org/keywords/deep-learning", + "display_name": "Deep learning", + "score": 0.43089044094085693 + }, + { + "id": "https://openalex.org/keywords/character-recognition", + "display_name": "Character recognition", + "score": 0.4222016930580139 + }, + { + "id": "https://openalex.org/keywords/pattern-recognition", + "display_name": "Pattern recognition (psychology)", + "score": 0.4071904420852661 + }, + { + "id": "https://openalex.org/keywords/speech-recognition", + "display_name": "Speech recognition", + "score": 0.39158111810684204 + }, + { + "id": "https://openalex.org/keywords/intelligent-character-recognition", + "display_name": "Intelligent character recognition", + "score": 0.3735637962818146 + }, + { + "id": "https://openalex.org/keywords/natural-language-processing", + "display_name": "Natural language processing", + "score": 0.3423413634300232 + }, + { + "id": "https://openalex.org/keywords/image", + "display_name": "Image (mathematics)", + "score": 0.27770859003067017 + }, + { + "id": "https://openalex.org/keywords/feature-extraction", + "display_name": "Feature extraction", + "score": 0.24367356300354004 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.1194082498550415 + }, + { + "id": "https://openalex.org/keywords/arithmetic", + "display_name": "Arithmetic", + "score": 0.07683056592941284 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.07060250639915466 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C190502265", + "wikidata": "https://www.wikidata.org/wiki/Q17069496", + "display_name": "MNIST database", + "level": 3, + "score": 0.9717313051223755 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.8078590035438538 + }, + { + "id": "https://openalex.org/C546480517", + "wikidata": "https://www.wikidata.org/wiki/Q167555", + "display_name": "Optical character recognition", + "level": 3, + "score": 0.6577181220054626 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6341533660888672 + }, + { + "id": "https://openalex.org/C112640561", + "wikidata": "https://www.wikidata.org/wiki/Q2440634", + "display_name": "Handwriting recognition", + "level": 3, + "score": 0.5454277992248535 + }, + { + "id": "https://openalex.org/C94957134", + "wikidata": "https://www.wikidata.org/wiki/Q82990", + "display_name": "Numerical digit", + "level": 2, + "score": 0.544492244720459 + }, + { + "id": "https://openalex.org/C2984784707", + "wikidata": "https://www.wikidata.org/wiki/Q167555", + "display_name": "Digit recognition", + "level": 3, + "score": 0.5283616185188293 + }, + { + "id": "https://openalex.org/C2780861071", + "wikidata": "https://www.wikidata.org/wiki/Q1062934", + "display_name": "Character (mathematics)", + "level": 2, + "score": 0.5253086686134338 + }, + { + "id": "https://openalex.org/C17649283", + "wikidata": "https://www.wikidata.org/wiki/Q6044162", + "display_name": "Intelligent word recognition", + "level": 5, + "score": 0.47909122705459595 + }, + { + "id": "https://openalex.org/C108583219", + "wikidata": "https://www.wikidata.org/wiki/Q197536", + "display_name": "Deep learning", + "level": 2, + "score": 0.43089044094085693 + }, + { + "id": "https://openalex.org/C2987247673", + "wikidata": "https://www.wikidata.org/wiki/Q167555", + "display_name": "Character recognition", + "level": 3, + "score": 0.4222016930580139 + }, + { + "id": "https://openalex.org/C153180895", + "wikidata": "https://www.wikidata.org/wiki/Q7148389", + "display_name": "Pattern recognition (psychology)", + "level": 2, + "score": 0.4071904420852661 + }, + { + "id": "https://openalex.org/C28490314", + "wikidata": "https://www.wikidata.org/wiki/Q189436", + "display_name": "Speech recognition", + "level": 1, + "score": 0.39158111810684204 + }, + { + "id": "https://openalex.org/C44868376", + "wikidata": "https://www.wikidata.org/wiki/Q3099089", + "display_name": "Intelligent character recognition", + "level": 4, + "score": 0.3735637962818146 + }, + { + "id": "https://openalex.org/C204321447", + "wikidata": "https://www.wikidata.org/wiki/Q30642", + "display_name": "Natural language processing", + "level": 1, + "score": 0.3423413634300232 + }, + { + "id": "https://openalex.org/C115961682", + "wikidata": "https://www.wikidata.org/wiki/Q860623", + "display_name": "Image (mathematics)", + "level": 2, + "score": 0.27770859003067017 + }, + { + "id": "https://openalex.org/C52622490", + "wikidata": "https://www.wikidata.org/wiki/Q1026626", + "display_name": "Feature extraction", + "level": 2, + "score": 0.24367356300354004 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.1194082498550415 + }, + { + "id": "https://openalex.org/C94375191", + "wikidata": "https://www.wikidata.org/wiki/Q11205", + "display_name": "Arithmetic", + "level": 1, + "score": 0.07683056592941284 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.07060250639915466 + }, + { + "id": "https://openalex.org/C2524010", + "wikidata": "https://www.wikidata.org/wiki/Q8087", + "display_name": "Geometry", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1109/msp.2012.2211477", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/msp.2012.2211477", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S120977877", + "display_name": "IEEE Signal Processing Magazine", + "issn_l": "1053-5888", + "issn": [ + "1053-5888", + "1558-0792" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319808", + "host_organization_name": "Institute of Electrical and Electronics Engineers", + "host_organization_lineage": [ + "https://openalex.org/P4310319808" + ], + "host_organization_lineage_names": [ + "Institute of Electrical and Electronics Engineers" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IEEE Signal Processing Magazine", + "raw_type": "journal-article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 8, + "referenced_works": [ + "https://openalex.org/W2033154814", + "https://openalex.org/W2112796928", + "https://openalex.org/W2139622435", + "https://openalex.org/W2148461049", + "https://openalex.org/W2149600041", + "https://openalex.org/W2156163116", + "https://openalex.org/W2546302380", + "https://openalex.org/W6681813608" + ], + "related_works": [ + "https://openalex.org/W2218402054", + "https://openalex.org/W4384296853", + "https://openalex.org/W954954433", + "https://openalex.org/W4309724674", + "https://openalex.org/W2557740161", + "https://openalex.org/W2135329887", + "https://openalex.org/W2011042697", + "https://openalex.org/W3200113662", + "https://openalex.org/W2153054283", + "https://openalex.org/W3112133370" + ], + "abstract_inverted_index": { + "In": [ + 0 + ], + "this": [ + 1 + ], + "issue,": [ + 2 + ], + "“Best": [ + 3 + ], + "of": [ + 4, + 12, + 19, + 22 + ], + "the": [ + 5, + 8 + ], + "Web”": [ + 6 + ], + "presents": [ + 7 + ], + "modified": [ + 9 + ], + "National": [ + 10 + ], + "Institute": [ + 11 + ], + "Standards": [ + 13 + ], + "and": [ + 14, + 32 + ], + "Technology": [ + 15 + ], + "(MNIST)": [ + 16 + ], + "resources,": [ + 17 + ], + "consisting": [ + 18 + ], + "a": [ + 20 + ], + "collection": [ + 21 + ], + "handwritten": [ + 23 + ], + "digit": [ + 24 + ], + "images": [ + 25 + ], + "used": [ + 26 + ], + "extensively": [ + 27 + ], + "in": [ + 28 + ], + "optical": [ + 29 + ], + "character": [ + 30 + ], + "recognition": [ + 31 + ], + "machine": [ + 33 + ], + "learning": [ + 34 + ], + "research.": [ + 35 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 233 + }, + { + "year": 2025, + "cited_by_count": 999 + }, + { + "year": 2024, + "cited_by_count": 1002 + }, + { + "year": 2023, + "cited_by_count": 905 + }, + { + "year": 2022, + "cited_by_count": 527 + }, + { + "year": 2021, + "cited_by_count": 366 + }, + { + "year": 2020, + "cited_by_count": 258 + }, + { + "year": 2019, + "cited_by_count": 167 + }, + { + "year": 2018, + "cited_by_count": 50 + }, + { + "year": 2017, + "cited_by_count": 37 + }, + { + "year": 2016, + "cited_by_count": 19 + }, + { + "year": 2015, + "cited_by_count": 9 + }, + { + "year": 2014, + "cited_by_count": 5 + }, + { + "year": 2013, + "cited_by_count": 1 + }, + { + "year": 2012, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W607505555", + "doi": "https://doi.org/10.1017/cbo9781107298019", + "title": "Understanding Machine Learning: From Theory To Algorithms", + "display_name": "Understanding Machine Learning: From Theory To Algorithms", + "relevance_score": 3786.84, + "publication_year": 2015, + "publication_date": "2015-01-01", + "ids": { + "openalex": "https://openalex.org/W607505555", + "doi": "https://doi.org/10.1017/cbo9781107298019", + "mag": "607505555" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-027241732", + "is_oa": false, + "landing_page_url": "https://bvbr.bib-bvb.de:443/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=027241732&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "Lehrbuch" + }, + "type": "book", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5078263052", + "display_name": "Shai Shalev‐Shwartz", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I197251160", + "display_name": "Hebrew University of Jerusalem", + "ror": "https://ror.org/03qxff017", + "country_code": "IL", + "type": "education", + "lineage": [ + "https://openalex.org/I197251160" + ] + } + ], + "countries": [ + "IL" + ], + "is_corresponding": true, + "raw_author_name": "Shai Shalev‐Shwartz", + "raw_affiliation_strings": [ + "Hebrew University of Jerusalem ," + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Hebrew University of Jerusalem ,", + "institution_ids": [ + "https://openalex.org/I197251160" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5112193907", + "display_name": "Shai Ben-David", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I151746483", + "display_name": "University of Waterloo", + "ror": "https://ror.org/01aff2v68", + "country_code": "CA", + "type": "education", + "lineage": [ + "https://openalex.org/I151746483" + ] + } + ], + "countries": [ + "CA" + ], + "is_corresponding": false, + "raw_author_name": "Shai Ben-David", + "raw_affiliation_strings": [ + "University of Waterloo, Ontario#TAB#" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Waterloo, Ontario#TAB#", + "institution_ids": [ + "https://openalex.org/I151746483" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5078263052" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I197251160" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 99.395, + "has_fulltext": false, + "cited_by_count": 3088, + "citation_normalized_percentile": { + "value": 1.0, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 96, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12072", + "display_name": "Machine Learning and Algorithms", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12072", + "display_name": "Machine Learning and Algorithms", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.9983000159263611, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12002", + "display_name": "Computability, Logic, AI Algorithms", + "score": 0.998199999332428, + "subfield": { + "id": "https://openalex.org/subfields/1703", + "display_name": "Computational Theory and Mathematics" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6889339685440063 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6654757261276245 + }, + { + "id": "https://openalex.org/keywords/field", + "display_name": "Field (mathematics)", + "score": 0.6018842458724976 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.5886845588684082 + }, + { + "id": "https://openalex.org/keywords/computational-learning-theory", + "display_name": "Computational learning theory", + "score": 0.573776364326477 + }, + { + "id": "https://openalex.org/keywords/stability", + "display_name": "Stability (learning theory)", + "score": 0.5710829496383667 + }, + { + "id": "https://openalex.org/keywords/algorithmic-learning-theory", + "display_name": "Algorithmic learning theory", + "score": 0.5549349784851074 + }, + { + "id": "https://openalex.org/keywords/stochastic-gradient-descent", + "display_name": "Stochastic gradient descent", + "score": 0.5015144348144531 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.4825989007949829 + }, + { + "id": "https://openalex.org/keywords/presentation", + "display_name": "Presentation (obstetrics)", + "score": 0.4673505127429962 + }, + { + "id": "https://openalex.org/keywords/convexity", + "display_name": "Convexity", + "score": 0.4466382563114166 + }, + { + "id": "https://openalex.org/keywords/online-machine-learning", + "display_name": "Online machine learning", + "score": 0.4228948950767517 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.3927263915538788 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.2105390727519989 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6889339685440063 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6654757261276245 + }, + { + "id": "https://openalex.org/C9652623", + "wikidata": "https://www.wikidata.org/wiki/Q190109", + "display_name": "Field (mathematics)", + "level": 2, + "score": 0.6018842458724976 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.5886845588684082 + }, + { + "id": "https://openalex.org/C50292564", + "wikidata": "https://www.wikidata.org/wiki/Q2462783", + "display_name": "Computational learning theory", + "level": 3, + "score": 0.573776364326477 + }, + { + "id": "https://openalex.org/C112972136", + "wikidata": "https://www.wikidata.org/wiki/Q7595718", + "display_name": "Stability (learning theory)", + "level": 2, + "score": 0.5710829496383667 + }, + { + "id": "https://openalex.org/C32254414", + "wikidata": "https://www.wikidata.org/wiki/Q4724364", + "display_name": "Algorithmic learning theory", + "level": 3, + "score": 0.5549349784851074 + }, + { + "id": "https://openalex.org/C206688291", + "wikidata": "https://www.wikidata.org/wiki/Q7617819", + "display_name": "Stochastic gradient descent", + "level": 3, + "score": 0.5015144348144531 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.4825989007949829 + }, + { + "id": "https://openalex.org/C2777601897", + "wikidata": "https://www.wikidata.org/wiki/Q3409113", + "display_name": "Presentation (obstetrics)", + "level": 2, + "score": 0.4673505127429962 + }, + { + "id": "https://openalex.org/C72134830", + "wikidata": "https://www.wikidata.org/wiki/Q5166524", + "display_name": "Convexity", + "level": 2, + "score": 0.4466382563114166 + }, + { + "id": "https://openalex.org/C115903097", + "wikidata": "https://www.wikidata.org/wiki/Q7094097", + "display_name": "Online machine learning", + "level": 3, + "score": 0.4228948950767517 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.3927263915538788 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.2105390727519989 + }, + { + "id": "https://openalex.org/C126838900", + "wikidata": "https://www.wikidata.org/wiki/Q77604", + "display_name": "Radiology", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C202444582", + "wikidata": "https://www.wikidata.org/wiki/Q837863", + "display_name": "Pure mathematics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C162324750", + "wikidata": "https://www.wikidata.org/wiki/Q8134", + "display_name": "Economics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C106159729", + "wikidata": "https://www.wikidata.org/wiki/Q2294553", + "display_name": "Financial economics", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 3, + "locations": [ + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-027241732", + "is_oa": false, + "landing_page_url": "https://bvbr.bib-bvb.de:443/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=027241732&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "Lehrbuch" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-028014298", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1017/CBO9781107298019", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "software, multimedia" + }, + { + "id": "mag:607505555", + "is_oa": false, + "landing_page_url": "https://www.cs.huji.ac.il/~shais/UnderstandingMachineLearning/understanding-machine-learning-theory-algorithms.pdf", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "score": 0.699999988079071, + "display_name": "Quality Education", + "id": "https://metadata.un.org/sdg/4" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 192, + "referenced_works": [ + "https://openalex.org/W740415", + "https://openalex.org/W2169610", + "https://openalex.org/W27434444", + "https://openalex.org/W27926580", + "https://openalex.org/W60189517", + "https://openalex.org/W65382156", + "https://openalex.org/W88685657", + "https://openalex.org/W108503560", + "https://openalex.org/W182746352", + "https://openalex.org/W182881619", + "https://openalex.org/W1153891179", + "https://openalex.org/W1480376833", + "https://openalex.org/W1491105865", + "https://openalex.org/W1499397922", + "https://openalex.org/W1503398984", + "https://openalex.org/W1505356468", + "https://openalex.org/W1505731132", + "https://openalex.org/W1511986666", + "https://openalex.org/W1516903196", + "https://openalex.org/W1520252399", + "https://openalex.org/W1526146785", + "https://openalex.org/W1530699444", + "https://openalex.org/W1538131130", + "https://openalex.org/W1540155273", + "https://openalex.org/W1540586255", + "https://openalex.org/W1541527977", + "https://openalex.org/W1542886316", + "https://openalex.org/W1553702074", + "https://openalex.org/W1560724230", + "https://openalex.org/W1564947197", + "https://openalex.org/W1570963478", + "https://openalex.org/W1587157779", + "https://openalex.org/W1590183771", + "https://openalex.org/W1601740268", + "https://openalex.org/W1607832978", + "https://openalex.org/W1614597761", + "https://openalex.org/W1663973292", + "https://openalex.org/W1676820704", + "https://openalex.org/W1686946872", + "https://openalex.org/W1698155719", + "https://openalex.org/W1790582767", + "https://openalex.org/W1926592634", + "https://openalex.org/W1931645998", + "https://openalex.org/W1968934255", + "https://openalex.org/W1970074386", + "https://openalex.org/W1971361630", + "https://openalex.org/W1976697079", + "https://openalex.org/W1979711143", + "https://openalex.org/W1981207991", + "https://openalex.org/W1981340104", + "https://openalex.org/W1982381767", + "https://openalex.org/W1984876737", + "https://openalex.org/W1988355994", + "https://openalex.org/W1988790447", + "https://openalex.org/W1992208280", + "https://openalex.org/W1994520254", + "https://openalex.org/W1994584977", + "https://openalex.org/W1994616650", + "https://openalex.org/W2005140191", + "https://openalex.org/W2005306124", + "https://openalex.org/W2008652694", + "https://openalex.org/W2012400640", + "https://openalex.org/W2014384147", + "https://openalex.org/W2014902932", + "https://openalex.org/W2015418199", + "https://openalex.org/W2016133707", + "https://openalex.org/W2017753243", + "https://openalex.org/W2019363670", + "https://openalex.org/W2020913456", + "https://openalex.org/W2021302824", + "https://openalex.org/W2025263811", + "https://openalex.org/W2028781966", + "https://openalex.org/W2029029543", + "https://openalex.org/W2029538739", + "https://openalex.org/W2030449718", + "https://openalex.org/W2030811966", + "https://openalex.org/W2040870580", + "https://openalex.org/W2041613709", + "https://openalex.org/W2048448061", + "https://openalex.org/W2054658115", + "https://openalex.org/W2055186664", + "https://openalex.org/W2059507684", + "https://openalex.org/W2059811159", + "https://openalex.org/W2069936846", + "https://openalex.org/W2070771761", + "https://openalex.org/W2070902649", + "https://openalex.org/W2071846104", + "https://openalex.org/W2072128103", + "https://openalex.org/W2075567596", + "https://openalex.org/W2076451537", + "https://openalex.org/W2077008409", + "https://openalex.org/W2077424406", + "https://openalex.org/W2077723394", + "https://openalex.org/W2084544490", + "https://openalex.org/W2084840427", + "https://openalex.org/W2086789740", + "https://openalex.org/W2087347434", + "https://openalex.org/W2091825929", + "https://openalex.org/W2093717447", + "https://openalex.org/W2093825590", + "https://openalex.org/W2096879261", + "https://openalex.org/W2097931325", + "https://openalex.org/W2101276256", + "https://openalex.org/W2102486516", + "https://openalex.org/W2103194807", + "https://openalex.org/W2105594594", + "https://openalex.org/W2105644991", + "https://openalex.org/W2106596127", + "https://openalex.org/W2106948187", + "https://openalex.org/W2109943925", + "https://openalex.org/W2111004121", + "https://openalex.org/W2112269233", + "https://openalex.org/W2113651538", + "https://openalex.org/W2116314036", + "https://openalex.org/W2117049614", + "https://openalex.org/W2117130368", + "https://openalex.org/W2118075434", + "https://openalex.org/W2119479037", + "https://openalex.org/W2119821739", + "https://openalex.org/W2121127625", + "https://openalex.org/W2121367301", + "https://openalex.org/W2122111042", + "https://openalex.org/W2123921160", + "https://openalex.org/W2125055259", + "https://openalex.org/W2129113961", + "https://openalex.org/W2129131372", + "https://openalex.org/W2129160848", + "https://openalex.org/W2130325614", + "https://openalex.org/W2132914434", + "https://openalex.org/W2135046866", + "https://openalex.org/W2136885855", + "https://openalex.org/W2136922672", + "https://openalex.org/W2138263042", + "https://openalex.org/W2139338362", + "https://openalex.org/W2139427956", + "https://openalex.org/W2140095548", + "https://openalex.org/W2142623206", + "https://openalex.org/W2147880316", + "https://openalex.org/W2148603752", + "https://openalex.org/W2148825261", + "https://openalex.org/W2149706766", + "https://openalex.org/W2150434953", + "https://openalex.org/W2150940164", + "https://openalex.org/W2151554678", + "https://openalex.org/W2151693816", + "https://openalex.org/W2154642048", + "https://openalex.org/W2154952480", + "https://openalex.org/W2155195660", + "https://openalex.org/W2155534369", + "https://openalex.org/W2156909104", + "https://openalex.org/W2157791002", + "https://openalex.org/W2160354932", + "https://openalex.org/W2162341153", + "https://openalex.org/W2164595191", + "https://openalex.org/W2168022998", + "https://openalex.org/W2170207925", + "https://openalex.org/W2222512263", + "https://openalex.org/W2253807446", + "https://openalex.org/W2294798173", + "https://openalex.org/W2296319761", + "https://openalex.org/W2296616510", + "https://openalex.org/W2329579984", + "https://openalex.org/W2395092015", + "https://openalex.org/W2399803916", + "https://openalex.org/W2401610261", + "https://openalex.org/W2402090481", + "https://openalex.org/W2416173357", + "https://openalex.org/W2429914308", + "https://openalex.org/W2493312408", + "https://openalex.org/W2547651473", + "https://openalex.org/W2579923771", + "https://openalex.org/W2592570088", + "https://openalex.org/W2611627047", + "https://openalex.org/W2613634265", + "https://openalex.org/W2798766386", + "https://openalex.org/W2799119698", + "https://openalex.org/W2911964244", + "https://openalex.org/W2952817049", + "https://openalex.org/W2964020133", + "https://openalex.org/W2964270981", + "https://openalex.org/W2971788173", + "https://openalex.org/W3021452258", + "https://openalex.org/W3034905139", + "https://openalex.org/W3038084247", + "https://openalex.org/W3083047178", + "https://openalex.org/W3085162807", + "https://openalex.org/W3100743579", + "https://openalex.org/W3124678630", + "https://openalex.org/W3140968660", + "https://openalex.org/W3141595720", + "https://openalex.org/W3149604617", + "https://openalex.org/W3214968550" + ], + "related_works": [ + "https://openalex.org/W3137695714", + "https://openalex.org/W3118608800", + "https://openalex.org/W2964121744", + "https://openalex.org/W2919115771", + "https://openalex.org/W2911964244", + "https://openalex.org/W2579923771", + "https://openalex.org/W2296319761", + "https://openalex.org/W2194775991", + "https://openalex.org/W2163605009", + "https://openalex.org/W2156909104", + "https://openalex.org/W2148603752", + "https://openalex.org/W2139338362", + "https://openalex.org/W2112796928", + "https://openalex.org/W2101234009", + "https://openalex.org/W2029538739", + "https://openalex.org/W2019363670", + "https://openalex.org/W1944672", + "https://openalex.org/W1663973292", + "https://openalex.org/W1554944419", + "https://openalex.org/W1542886316" + ], + "abstract_inverted_index": { + "Machine": [ + 0 + ], + "learning": [ + 1, + 48, + 95, + 146 + ], + "is": [ + 2, + 20 + ], + "one": [ + 3 + ], + "of": [ + 4, + 9, + 17, + 42, + 63, + 66, + 75, + 90, + 94, + 99, + 144 + ], + "the": [ + 5, + 26, + 43, + 50, + 64, + 67, + 69, + 91, + 97, + 122, + 137, + 140 + ], + "fastest": [ + 6 + ], + "growing": [ + 7 + ], + "areas": [ + 8 + ], + "computer": [ + 10, + 155 + ], + "science,": [ + 11, + 156 + ], + "with": [ + 12 + ], + "far-reaching": [ + 13 + ], + "applications.": [ + 14 + ], + "The": [ + 15, + 35 + ], + "aim": [ + 16 + ], + "this": [ + 18 + ], + "textbook": [ + 19 + ], + "to": [ + 21, + 148 + ], + "introduce": [ + 22 + ], + "machine": [ + 23, + 47, + 145 + ], + "learning,": [ + 24 + ], + "and": [ + 25, + 49, + 96, + 101, + 112, + 116, + 125, + 142, + 150, + 158 + ], + "algorithmic": [ + 27, + 104 + ], + "paradigms": [ + 28, + 105 + ], + "it": [ + 29 + ], + "offers,": [ + 30 + ], + "in": [ + 31, + 153 + ], + "a": [ + 32, + 61, + 72, + 88 + ], + "principled": [ + 33 + ], + "way.": [ + 34 + ], + "book": [ + 36, + 70 + ], + "provides": [ + 37 + ], + "an": [ + 38, + 130 + ], + "extensive": [ + 39 + ], + "theoretical": [ + 40, + 118 + ], + "account": [ + 41 + ], + "fundamental": [ + 44 + ], + "ideas": [ + 45 + ], + "underlying": [ + 46 + ], + "mathematical": [ + 51 + ], + "derivations": [ + 52 + ], + "that": [ + 53, + 78 + ], + "transform": [ + 54 + ], + "these": [ + 55 + ], + "principles": [ + 56 + ], + "into": [ + 57 + ], + "practical": [ + 58 + ], + "algorithms.": [ + 59 + ], + "Following": [ + 60 + ], + "presentation": [ + 62 + ], + "basics": [ + 65 + ], + "field,": [ + 68 + ], + "covers": [ + 71 + ], + "wide": [ + 73 + ], + "array": [ + 74 + ], + "central": [ + 76 + ], + "topics": [ + 77 + ], + "have": [ + 79 + ], + "not": [ + 80 + ], + "been": [ + 81 + ], + "addressed": [ + 82 + ], + "by": [ + 83 + ], + "previous": [ + 84 + ], + "textbooks.": [ + 85 + ], + "These": [ + 86 + ], + "include": [ + 87 + ], + "discussion": [ + 89 + ], + "computational": [ + 92 + ], + "complexity": [ + 93 + ], + "concepts": [ + 98, + 119 + ], + "convexity": [ + 100 + ], + "stability;": [ + 102 + ], + "important": [ + 103 + ], + "including": [ + 106 + ], + "stochastic": [ + 107 + ], + "gradient": [ + 108 + ], + "descent,": [ + 109 + ], + "neural": [ + 110 + ], + "networks,": [ + 111 + ], + "structured": [ + 113 + ], + "output": [ + 114 + ], + "learning;": [ + 115 + ], + "emerging": [ + 117 + ], + "such": [ + 120 + ], + "as": [ + 121 + ], + "PAC-Bayes": [ + 123 + ], + "approach": [ + 124 + ], + "compression-based": [ + 126 + ], + "bounds.": [ + 127 + ], + "Designed": [ + 128 + ], + "for": [ + 129 + ], + "advanced": [ + 131 + ], + "undergraduate": [ + 132 + ], + "or": [ + 133 + ], + "beginning": [ + 134 + ], + "graduate": [ + 135 + ], + "course,": [ + 136 + ], + "text": [ + 138 + ], + "makes": [ + 139 + ], + "fundamentals": [ + 141 + ], + "algorithms": [ + 143 + ], + "accessible": [ + 147 + ], + "students": [ + 149 + ], + "non-expert": [ + 151 + ], + "readers": [ + 152 + ], + "statistics,": [ + 154 + ], + "mathematics,": [ + 157 + ], + "engineering.": [ + 159 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 80 + }, + { + "year": 2024, + "cited_by_count": 167 + }, + { + "year": 2023, + "cited_by_count": 278 + }, + { + "year": 2022, + "cited_by_count": 265 + }, + { + "year": 2021, + "cited_by_count": 621 + }, + { + "year": 2020, + "cited_by_count": 630 + }, + { + "year": 2019, + "cited_by_count": 453 + }, + { + "year": 2018, + "cited_by_count": 267 + }, + { + "year": 2017, + "cited_by_count": 152 + }, + { + "year": 2016, + "cited_by_count": 110 + }, + { + "year": 2015, + "cited_by_count": 46 + }, + { + "year": 2014, + "cited_by_count": 13 + }, + { + "year": 2013, + "cited_by_count": 3 + } + ], + "updated_date": "2026-04-28T14:05:53.105641", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2115252128", + "doi": "https://doi.org/10.5555/1577069.1755843", + "title": "Dlib-ml: A Machine Learning Toolkit", + "display_name": "Dlib-ml: A Machine Learning Toolkit", + "relevance_score": 3737.9124, + "publication_year": 2009, + "publication_date": "2009-12-01", + "ids": { + "openalex": "https://openalex.org/W2115252128", + "doi": "https://doi.org/10.5555/1577069.1755843", + "mag": "2115252128" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.156.3584", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.156.3584", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.jmlr.org/papers/volume10/king09a/king09a.pdf", + "raw_type": "text" + }, + "type": "article", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5055606271", + "display_name": "Davis E. King", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "Davis E. King", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5055606271" + ], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 4.9979, + "has_fulltext": false, + "cited_by_count": 2921, + "citation_normalized_percentile": { + "value": 0.95441293, + "is_in_top_1_percent": false, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 96, + "max": 100 + }, + "biblio": { + "volume": "10", + "issue": "60", + "first_page": "1755", + "last_page": "1758" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12205", + "display_name": "Time Series Analysis and Forecasting", + "score": 0.9950000047683716, + "subfield": { + "id": "https://openalex.org/subfields/1711", + "display_name": "Signal Processing" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12205", + "display_name": "Time Series Analysis and Forecasting", + "score": 0.9950000047683716, + "subfield": { + "id": "https://openalex.org/subfields/1711", + "display_name": "Signal Processing" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11447", + "display_name": "Blind Source Separation Techniques", + "score": 0.9936000108718872, + "subfield": { + "id": "https://openalex.org/subfields/1711", + "display_name": "Signal Processing" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.9926000237464905, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.8153140544891357 + }, + { + "id": "https://openalex.org/keywords/python", + "display_name": "Python (programming language)", + "score": 0.7605270147323608 + }, + { + "id": "https://openalex.org/keywords/debugging", + "display_name": "Debugging", + "score": 0.6248811483383179 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6037954092025757 + }, + { + "id": "https://openalex.org/keywords/cluster-analysis", + "display_name": "Cluster analysis", + "score": 0.553378701210022 + }, + { + "id": "https://openalex.org/keywords/implementation", + "display_name": "Implementation", + "score": 0.4825972318649292 + }, + { + "id": "https://openalex.org/keywords/programming-language", + "display_name": "Programming language", + "score": 0.4804627299308777 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.4792616367340088 + }, + { + "id": "https://openalex.org/keywords/software-engineering", + "display_name": "Software engineering", + "score": 0.46823209524154663 + }, + { + "id": "https://openalex.org/keywords/documentation", + "display_name": "Documentation", + "score": 0.4525264799594879 + }, + { + "id": "https://openalex.org/keywords/software", + "display_name": "Software", + "score": 0.4523027539253235 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.3667660355567932 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.8153140544891357 + }, + { + "id": "https://openalex.org/C519991488", + "wikidata": "https://www.wikidata.org/wiki/Q28865", + "display_name": "Python (programming language)", + "level": 2, + "score": 0.7605270147323608 + }, + { + "id": "https://openalex.org/C168065819", + "wikidata": "https://www.wikidata.org/wiki/Q845566", + "display_name": "Debugging", + "level": 2, + "score": 0.6248811483383179 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6037954092025757 + }, + { + "id": "https://openalex.org/C73555534", + "wikidata": "https://www.wikidata.org/wiki/Q622825", + "display_name": "Cluster analysis", + "level": 2, + "score": 0.553378701210022 + }, + { + "id": "https://openalex.org/C26713055", + "wikidata": "https://www.wikidata.org/wiki/Q245962", + "display_name": "Implementation", + "level": 2, + "score": 0.4825972318649292 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.4804627299308777 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.4792616367340088 + }, + { + "id": "https://openalex.org/C115903868", + "wikidata": "https://www.wikidata.org/wiki/Q80993", + "display_name": "Software engineering", + "level": 1, + "score": 0.46823209524154663 + }, + { + "id": "https://openalex.org/C56666940", + "wikidata": "https://www.wikidata.org/wiki/Q788790", + "display_name": "Documentation", + "level": 2, + "score": 0.4525264799594879 + }, + { + "id": "https://openalex.org/C2777904410", + "wikidata": "https://www.wikidata.org/wiki/Q7397", + "display_name": "Software", + "level": 2, + "score": 0.4523027539253235 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.3667660355567932 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.156.3584", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.156.3584", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.jmlr.org/papers/volume10/king09a/king09a.pdf", + "raw_type": "text" + }, + { + "id": "mag:2115252128", + "is_oa": false, + "landing_page_url": "https://jmlr.csail.mit.edu/papers/volume10/king09a/king09a.pdf", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S118988714", + "display_name": "Journal of Machine Learning Research", + "issn_l": "1532-4435", + "issn": [ + "1532-4435", + "1533-7928" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315718", + "host_organization_name": "The MIT Press", + "host_organization_lineage": [ + "https://openalex.org/P4310315718" + ], + "host_organization_lineage_names": [ + "The MIT Press" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": "Journal of Machine Learning Research", + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "score": 0.5400000214576721, + "display_name": "Industry, innovation and infrastructure", + "id": "https://metadata.un.org/sdg/9" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 9, + "referenced_works": [ + "https://openalex.org/W1486089539", + "https://openalex.org/W1494068061", + "https://openalex.org/W1618905105", + "https://openalex.org/W1633751774", + "https://openalex.org/W2125993116", + "https://openalex.org/W2142623206", + "https://openalex.org/W2153290280", + "https://openalex.org/W2153635508", + "https://openalex.org/W2154462399" + ], + "related_works": [ + "https://openalex.org/W3101998545", + "https://openalex.org/W3099206234", + "https://openalex.org/W3097096317", + "https://openalex.org/W2964121744", + "https://openalex.org/W2963073614", + "https://openalex.org/W2325939864", + "https://openalex.org/W2301937176", + "https://openalex.org/W2194775991", + "https://openalex.org/W2163605009", + "https://openalex.org/W2161969291", + "https://openalex.org/W2145287260", + "https://openalex.org/W2108598243", + "https://openalex.org/W2103943262", + "https://openalex.org/W2099471712", + "https://openalex.org/W2097117768", + "https://openalex.org/W2087681821", + "https://openalex.org/W1901129140", + "https://openalex.org/W1834627138", + "https://openalex.org/W1782590233", + "https://openalex.org/W1686810756" + ], + "abstract_inverted_index": { + "There": [ + 0 + ], + "are": [ + 1 + ], + "many": [ + 2 + ], + "excellent": [ + 3 + ], + "toolkits": [ + 4 + ], + "which": [ + 5, + 33, + 105 + ], + "provide": [ + 6, + 36 + ], + "support": [ + 7 + ], + "for": [ + 8, + 41, + 71, + 80 + ], + "developing": [ + 9, + 42 + ], + "machine": [ + 10, + 43 + ], + "learning": [ + 11, + 44 + ], + "software": [ + 12, + 45 + ], + "in": [ + 13, + 46, + 62, + 74 + ], + "Python,": [ + 14 + ], + "R,": [ + 15 + ], + "Matlab,": [ + 16 + ], + "and": [ + 17, + 30, + 77, + 86, + 108 + ], + "similar": [ + 18 + ], + "environments.": [ + 19 + ], + "Dlib-ml": [ + 20 + ], + "is": [ + 21 + ], + "an": [ + 22, + 55 + ], + "open": [ + 23 + ], + "source": [ + 24 + ], + "library,": [ + 25 + ], + "targeted": [ + 26 + ], + "at": [ + 27 + ], + "both": [ + 28 + ], + "engineers": [ + 29 + ], + "research": [ + 31 + ], + "scientists,": [ + 32 + ], + "aims": [ + 34 + ], + "to": [ + 35 + ], + "a": [ + 37 + ], + "similarly": [ + 38 + ], + "rich": [ + 39 + ], + "environment": [ + 40 + ], + "the": [ + 47, + 96 + ], + "C++": [ + 48 + ], + "language.": [ + 49 + ], + "Towards": [ + 50 + ], + "this": [ + 51 + ], + "end,": [ + 52 + ], + "dlib-ml": [ + 53 + ], + "contains": [ + 54 + ], + "extensible": [ + 56 + ], + "linear": [ + 57 + ], + "algebra": [ + 58 + ], + "toolkit": [ + 59 + ], + "with": [ + 60, + 102 + ], + "built": [ + 61 + ], + "BLAS": [ + 63 + ], + "support.": [ + 64 + ], + "It": [ + 65 + ], + "also": [ + 66 + ], + "houses": [ + 67 + ], + "implementations": [ + 68 + ], + "of": [ + 69, + 93 + ], + "algorithms": [ + 70 + ], + "performing": [ + 72 + ], + "inference": [ + 73 + ], + "Bayesian": [ + 75, + 124 + ], + "networks": [ + 76, + 125 + ], + "kernel-based": [ + 78 + ], + "methods": [ + 79 + ], + "classification,": [ + 81 + ], + "regression,": [ + 82 + ], + "clustering,": [ + 83, + 122 + ], + "anomaly": [ + 84 + ], + "detection,": [ + 85 + ], + "feature": [ + 87 + ], + "ranking.": [ + 88 + ], + "To": [ + 89 + ], + "enable": [ + 90 + ], + "easy": [ + 91 + ], + "use": [ + 92 + ], + "these": [ + 94 + ], + "tools,": [ + 95 + ], + "entire": [ + 97 + ], + "library": [ + 98 + ], + "has": [ + 99 + ], + "been": [ + 100 + ], + "developed": [ + 101 + ], + "contract": [ + 103 + ], + "programming,": [ + 104 + ], + "provides": [ + 106 + ], + "complete": [ + 107 + ], + "precise": [ + 109 + ], + "documentation": [ + 110 + ], + "as": [ + 111, + 113 + ], + "well": [ + 112 + ], + "powerful": [ + 114 + ], + "debugging": [ + 115 + ], + "tools.": [ + 116 + ], + "Keywords:": [ + 117 + ], + "kernel-methods,": [ + 118 + ], + "svm,": [ + 119 + ], + "rvm,": [ + 120 + ], + "kernel": [ + 121 + ], + "C++,": [ + 123 + ], + "1.": [ + 126 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 1 + }, + { + "year": 2025, + "cited_by_count": 74 + }, + { + "year": 2024, + "cited_by_count": 194 + }, + { + "year": 2023, + "cited_by_count": 292 + }, + { + "year": 2022, + "cited_by_count": 336 + }, + { + "year": 2021, + "cited_by_count": 479 + }, + { + "year": 2020, + "cited_by_count": 446 + }, + { + "year": 2019, + "cited_by_count": 400 + }, + { + "year": 2018, + "cited_by_count": 319 + }, + { + "year": 2017, + "cited_by_count": 190 + }, + { + "year": 2016, + "cited_by_count": 113 + }, + { + "year": 2015, + "cited_by_count": 44 + }, + { + "year": 2014, + "cited_by_count": 14 + }, + { + "year": 2013, + "cited_by_count": 5 + }, + { + "year": 2012, + "cited_by_count": 5 + } + ], + "updated_date": "2026-05-08T15:41:06.802602", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W4400134761", + "doi": "https://doi.org/10.21275/art20203995", + "title": "Machine Learning Algorithms - A Review", + "display_name": "Machine Learning Algorithms - A Review", + "relevance_score": 3665.2559, + "publication_year": 2020, + "publication_date": "2020-01-05", + "ids": { + "openalex": "https://openalex.org/W4400134761", + "doi": "https://doi.org/10.21275/art20203995" + }, + "language": "en", + "primary_location": { + "id": "doi:10.21275/art20203995", + "is_oa": true, + "landing_page_url": "https://doi.org/10.21275/art20203995", + "pdf_url": "https://doi.org/10.21275/art20203995", + "source": { + "id": "https://openalex.org/S4210240710", + "display_name": "International Journal of Science and Research (IJSR)", + "issn_l": "2319-7064", + "issn": [ + "2319-7064" + ], + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "International Journal of Science and Research (IJSR)", + "raw_type": "journal-article" + }, + "type": "review", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "diamond", + "oa_url": "https://doi.org/10.21275/art20203995", + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5113270062", + "display_name": "Batta Mahesh", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "Batta Mahesh", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5113270062" + ], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 300.9137, + "has_fulltext": false, + "cited_by_count": 2450, + "citation_normalized_percentile": { + "value": 0.99993517, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 94, + "max": 100 + }, + "biblio": { + "volume": "9", + "issue": "1", + "first_page": "381", + "last_page": "386" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11396", + "display_name": "Artificial Intelligence in Healthcare", + "score": 0.19280000030994415, + "subfield": { + "id": "https://openalex.org/subfields/3605", + "display_name": "Health Information Management" + }, + "field": { + "id": "https://openalex.org/fields/36", + "display_name": "Health Professions" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11396", + "display_name": "Artificial Intelligence in Healthcare", + "score": 0.19280000030994415, + "subfield": { + "id": "https://openalex.org/subfields/3605", + "display_name": "Health Information Management" + }, + "field": { + "id": "https://openalex.org/fields/36", + "display_name": "Health Professions" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.5793123245239258 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.46341603994369507 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.44169795513153076 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.4307257831096649 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.5793123245239258 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.46341603994369507 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.44169795513153076 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.4307257831096649 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.21275/art20203995", + "is_oa": true, + "landing_page_url": "https://doi.org/10.21275/art20203995", + "pdf_url": "https://doi.org/10.21275/art20203995", + "source": { + "id": "https://openalex.org/S4210240710", + "display_name": "International Journal of Science and Research (IJSR)", + "issn_l": "2319-7064", + "issn": [ + "2319-7064" + ], + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "International Journal of Science and Research (IJSR)", + "raw_type": "journal-article" + } + ], + "best_oa_location": { + "id": "doi:10.21275/art20203995", + "is_oa": true, + "landing_page_url": "https://doi.org/10.21275/art20203995", + "pdf_url": "https://doi.org/10.21275/art20203995", + "source": { + "id": "https://openalex.org/S4210240710", + "display_name": "International Journal of Science and Research (IJSR)", + "issn_l": "2319-7064", + "issn": [ + "2319-7064" + ], + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "International Journal of Science and Research (IJSR)", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W4400134761.pdf" + }, + "referenced_works_count": 6, + "referenced_works": [ + "https://openalex.org/W328766226", + "https://openalex.org/W1549998098", + "https://openalex.org/W2040895929", + "https://openalex.org/W2091005538", + "https://openalex.org/W2223344998", + "https://openalex.org/W4236558809" + ], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W3046775127", + "https://openalex.org/W3107602296", + "https://openalex.org/W4394896187", + "https://openalex.org/W3170094116", + "https://openalex.org/W4386462264", + "https://openalex.org/W4364306694", + "https://openalex.org/W4312192474", + "https://openalex.org/W4283697347" + ], + "abstract_inverted_index": { + "Machine": [ + 0 + ], + "learning": [ + 1, + 61, + 93, + 125 + ], + "(ML)": [ + 2 + ], + "is": [ + 3, + 44, + 58, + 94 + ], + "the": [ + 4, + 48, + 52, + 120 + ], + "scientific": [ + 5 + ], + "study": [ + 6 + ], + "of": [ + 7, + 34, + 51, + 90, + 119, + 123 + ], + "algorithms": [ + 8, + 26, + 70, + 126 + ], + "and": [ + 9, + 116 + ], + "statistical": [ + 10 + ], + "models": [ + 11 + ], + "that": [ + 12, + 54 + ], + "computer": [ + 13 + ], + "systems": [ + 14 + ], + "use": [ + 15, + 33 + ], + "to": [ + 16, + 46, + 66, + 84, + 101 + ], + "perform": [ + 17 + ], + "a": [ + 18, + 38, + 60, + 86, + 113 + ], + "specific": [ + 19 + ], + "task": [ + 20 + ], + "without": [ + 21 + ], + "being": [ + 22 + ], + "explicitly": [ + 23 + ], + "programmed.": [ + 24 + ], + "Learning": [ + 25 + ], + "in": [ + 27 + ], + "many": [ + 28 + ], + "applications": [ + 29, + 122 + ], + "that's": [ + 30 + ], + "we": [ + 31 + ], + "make": [ + 32 + ], + "daily.": [ + 35 + ], + "Every": [ + 36 + ], + "time": [ + 37 + ], + "web": [ + 39, + 68 + ], + "search": [ + 40, + 47 + ], + "engine": [ + 41 + ], + "like": [ + 42, + 76 + ], + "Google": [ + 43 + ], + "used": [ + 45, + 72 + ], + "internet,": [ + 49 + ], + "one": [ + 50 + ], + "reasons": [ + 53 + ], + "work": [ + 55, + 109 + ], + "so": [ + 56 + ], + "well": [ + 57 + ], + "because": [ + 59 + ], + "algorithm": [ + 62, + 98 + ], + "thathas": [ + 63 + ], + "learned": [ + 64 + ], + "how": [ + 65 + ], + "rank": [ + 67 + ], + "pages.These": [ + 69 + ], + "are": [ + 71 + ], + "for": [ + 73 + ], + "various": [ + 74 + ], + "purposes": [ + 75 + ], + "data": [ + 77 + ], + "mining,": [ + 78 + ], + "image": [ + 79 + ], + "processing,": [ + 80 + ], + "predictive": [ + 81 + ], + "analytics,": [ + 82 + ], + "etc.": [ + 83 + ], + "name": [ + 85 + ], + "few.The": [ + 87 + ], + "main": [ + 88 + ], + "advantage": [ + 89 + ], + "using": [ + 91 + ], + "machine": [ + 92, + 124 + ], + "that,": [ + 95 + ], + "once": [ + 96 + ], + "an": [ + 97 + ], + "learns": [ + 99 + ], + "what": [ + 100 + ], + "do": [ + 102, + 107 + ], + "with": [ + 103 + ], + "data,": [ + 104 + ], + "it": [ + 105 + ], + "can": [ + 106 + ], + "its": [ + 108 + ], + "automatically.In": [ + 110 + ], + "this": [ + 111 + ], + "paper,": [ + 112 + ], + "brief": [ + 114 + ], + "review": [ + 115 + ], + "future": [ + 117 + ], + "prospect": [ + 118 + ], + "vast": [ + 121 + ], + "has": [ + 127 + ], + "been": [ + 128 + ], + "made.": [ + 129 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 100 + }, + { + "year": 2025, + "cited_by_count": 646 + }, + { + "year": 2024, + "cited_by_count": 720 + }, + { + "year": 2023, + "cited_by_count": 608 + }, + { + "year": 2022, + "cited_by_count": 271 + }, + { + "year": 2021, + "cited_by_count": 68 + }, + { + "year": 2020, + "cited_by_count": 27 + }, + { + "year": 2019, + "cited_by_count": 7 + }, + { + "year": 2018, + "cited_by_count": 2 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2161336914", + "doi": "https://doi.org/10.1145/2347736.2347755", + "title": "A few useful things to know about machine learning", + "display_name": "A few useful things to know about machine learning", + "relevance_score": 3659.377, + "publication_year": 2012, + "publication_date": "2012-09-25", + "ids": { + "openalex": "https://openalex.org/W2161336914", + "doi": "https://doi.org/10.1145/2347736.2347755", + "mag": "2161336914" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1145/2347736.2347755", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/2347736.2347755", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S103482838", + "display_name": "Communications of the ACM", + "issn_l": "0001-0782", + "issn": [ + "0001-0782", + "1557-7317" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319798", + "host_organization_name": "Association for Computing Machinery", + "host_organization_lineage": [ + "https://openalex.org/P4310319798" + ], + "host_organization_lineage_names": [ + "Association for Computing Machinery" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Communications of the ACM", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5018711331", + "display_name": "Pedro Domingos", + "orcid": "https://orcid.org/0000-0003-4523-5631" + }, + "institutions": [ + { + "id": "https://openalex.org/I201448701", + "display_name": "University of Washington", + "ror": "https://ror.org/00cvxb145", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I201448701" + ] + }, + { + "id": "https://openalex.org/I58610484", + "display_name": "Seattle University", + "ror": "https://ror.org/02jqc0m91", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I58610484" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Pedro Domingos", + "raw_affiliation_strings": [ + "University of Washington, Seattle" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Washington, Seattle", + "institution_ids": [ + "https://openalex.org/I58610484", + "https://openalex.org/I201448701" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5018711331" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I201448701", + "https://openalex.org/I58610484" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 103.0267, + "has_fulltext": false, + "cited_by_count": 3229, + "citation_normalized_percentile": { + "value": 0.99977526, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 94, + "max": 100 + }, + "biblio": { + "volume": "55", + "issue": "10", + "first_page": "78", + "last_page": "87" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9976000189781189, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9976000189781189, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11303", + "display_name": "Bayesian Modeling and Causal Inference", + "score": 0.9958000183105469, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12072", + "display_name": "Machine Learning and Algorithms", + "score": 0.9908999800682068, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6615294218063354 + }, + { + "id": "https://openalex.org/keywords/need-to-know", + "display_name": "Need to know", + "score": 0.5620318651199341 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.43639615178108215 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.35491612553596497 + }, + { + "id": "https://openalex.org/keywords/computer-security", + "display_name": "Computer security", + "score": 0.22050878405570984 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6615294218063354 + }, + { + "id": "https://openalex.org/C2778519782", + "wikidata": "https://www.wikidata.org/wiki/Q1974060", + "display_name": "Need to know", + "level": 2, + "score": 0.5620318651199341 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.43639615178108215 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.35491612553596497 + }, + { + "id": "https://openalex.org/C38652104", + "wikidata": "https://www.wikidata.org/wiki/Q3510521", + "display_name": "Computer security", + "level": 1, + "score": 0.22050878405570984 + } + ], + "mesh": [], + "locations_count": 4, + "locations": [ + { + "id": "doi:10.1145/2347736.2347755", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/2347736.2347755", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S103482838", + "display_name": "Communications of the ACM", + "issn_l": "0001-0782", + "issn": [ + "0001-0782", + "1557-7317" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319798", + "host_organization_name": "Association for Computing Machinery", + "host_organization_lineage": [ + "https://openalex.org/P4310319798" + ], + "host_organization_lineage_names": [ + "Association for Computing Machinery" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Communications of the ACM", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.353.7232", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.353.7232", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://homes.cs.washington.edu/~pedrod/papers/cacm12.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.715.3497", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.715.3497", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://pantherfile.uwm.edu/borji/www/lecturesML/Reviews/cacm12.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.715.85", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.715.85", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://haralick.org/ML/useful_things_about_machine_learning.pdf", + "raw_type": "text" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "score": 0.47999998927116394, + "display_name": "Quality Education", + "id": "https://metadata.un.org/sdg/4" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 31, + "referenced_works": [ + "https://openalex.org/W1486658274", + "https://openalex.org/W1494137514", + "https://openalex.org/W1504694836", + "https://openalex.org/W1521062204", + "https://openalex.org/W1570448133", + "https://openalex.org/W1583837637", + "https://openalex.org/W1585009072", + "https://openalex.org/W1761022139", + "https://openalex.org/W1977970897", + "https://openalex.org/W2001141328", + "https://openalex.org/W2039683780", + "https://openalex.org/W2063961549", + "https://openalex.org/W2070902649", + "https://openalex.org/W2072128103", + "https://openalex.org/W2089624555", + "https://openalex.org/W2100483895", + "https://openalex.org/W2110065044", + "https://openalex.org/W2110228583", + "https://openalex.org/W2125055259", + "https://openalex.org/W2140785063", + "https://openalex.org/W2143891888", + "https://openalex.org/W2152761983", + "https://openalex.org/W2156909104", + "https://openalex.org/W2400138769", + "https://openalex.org/W2966207845", + "https://openalex.org/W3133236490", + "https://openalex.org/W3135029803", + "https://openalex.org/W4231109964", + "https://openalex.org/W4232632925", + "https://openalex.org/W4299515571", + "https://openalex.org/W6791387550" + ], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W4224009465", + "https://openalex.org/W4286629047", + "https://openalex.org/W4306321456", + "https://openalex.org/W4285260836", + "https://openalex.org/W3046775127", + "https://openalex.org/W3170094116", + "https://openalex.org/W4205958290", + "https://openalex.org/W3209574120" + ], + "abstract_inverted_index": { + "Tapping": [ + 0 + ], + "into": [ + 1 + ], + "the": [ + 2 + ], + "\"folk": [ + 3 + ], + "knowledge\"": [ + 4 + ], + "needed": [ + 5 + ], + "to": [ + 6 + ], + "advance": [ + 7 + ], + "machine": [ + 8 + ], + "learning": [ + 9 + ], + "applications.": [ + 10 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 108 + }, + { + "year": 2025, + "cited_by_count": 349 + }, + { + "year": 2024, + "cited_by_count": 298 + }, + { + "year": 2023, + "cited_by_count": 268 + }, + { + "year": 2022, + "cited_by_count": 283 + }, + { + "year": 2021, + "cited_by_count": 310 + }, + { + "year": 2020, + "cited_by_count": 391 + }, + { + "year": 2019, + "cited_by_count": 326 + }, + { + "year": 2018, + "cited_by_count": 261 + }, + { + "year": 2017, + "cited_by_count": 248 + }, + { + "year": 2016, + "cited_by_count": 153 + }, + { + "year": 2015, + "cited_by_count": 106 + }, + { + "year": 2014, + "cited_by_count": 80 + }, + { + "year": 2013, + "cited_by_count": 45 + }, + { + "year": 2012, + "cited_by_count": 2 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2151591509", + "doi": "https://doi.org/10.3389/fninf.2014.00014", + "title": "Machine learning for neuroimaging with scikit-learn", + "display_name": "Machine learning for neuroimaging with scikit-learn", + "relevance_score": 3624.0254, + "publication_year": 2014, + "publication_date": "2014-01-01", + "ids": { + "openalex": "https://openalex.org/W2151591509", + "doi": "https://doi.org/10.3389/fninf.2014.00014", + "mag": "2151591509", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/24600388" + }, + "language": "en", + "primary_location": { + "id": "doi:10.3389/fninf.2014.00014", + "is_oa": true, + "landing_page_url": "https://doi.org/10.3389/fninf.2014.00014", + "pdf_url": "https://www.frontiersin.org/articles/10.3389/fninf.2014.00014/pdf", + "source": { + "id": "https://openalex.org/S179816892", + "display_name": "Frontiers in Neuroinformatics", + "issn_l": "1662-5196", + "issn": [ + "1662-5196" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320527", + "host_organization_name": "Frontiers Media", + "host_organization_lineage": [ + "https://openalex.org/P4310320527" + ], + "host_organization_lineage_names": [ + "Frontiers Media" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Frontiers in Neuroinformatics", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "arxiv", + "crossref", + "doaj", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "gold", + "oa_url": "https://www.frontiersin.org/articles/10.3389/fninf.2014.00014/pdf", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5033483167", + "display_name": "Alexandre Abraham", + "orcid": "https://orcid.org/0000-0003-3693-0560" + }, + "institutions": [ + { + "id": "https://openalex.org/I1326498283", + "display_name": "Institut national de recherche en sciences et technologies du numérique", + "ror": "https://ror.org/02kvxyf05", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I1326498283" + ] + }, + { + "id": "https://openalex.org/I2738703131", + "display_name": "Commissariat à l'Énergie Atomique et aux Énergies Alternatives", + "ror": "https://ror.org/00jjx8s55", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131" + ] + }, + { + "id": "https://openalex.org/I4210126360", + "display_name": "Centre Inria de Saclay", + "ror": "https://ror.org/0315e5x55", + "country_code": "FR", + "type": "facility", + "lineage": [ + "https://openalex.org/I1326498283", + "https://openalex.org/I4210126360" + ] + }, + { + "id": "https://openalex.org/I4210128565", + "display_name": "CEA Paris-Saclay", + "ror": "https://ror.org/03n15ch10", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I277688954", + "https://openalex.org/I4210128565" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": true, + "raw_author_name": "Alexandre Abraham", + "raw_affiliation_strings": [ + "Parietal Team, INRIA Saclay-Île-de-France Saclay, France ; Neurospin, I2 BM, DSV, CEA Gif-Sur-Yvette, France", + "Parietal Team, INRIA Saclay-Île-de-France, Saclay, France", + "Neurospin, I2 BM, DSV, CEA, Gif-Sur-Yvette, France" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Parietal Team, INRIA Saclay-Île-de-France Saclay, France ; Neurospin, I2 BM, DSV, CEA Gif-Sur-Yvette, France", + "institution_ids": [ + "https://openalex.org/I4210126360", + "https://openalex.org/I2738703131", + "https://openalex.org/I4210128565" + ] + }, + { + "raw_affiliation_string": "Parietal Team, INRIA Saclay-Île-de-France, Saclay, France", + "institution_ids": [ + "https://openalex.org/I4210126360", + "https://openalex.org/I1326498283" + ] + }, + { + "raw_affiliation_string": "Neurospin, I2 BM, DSV, CEA, Gif-Sur-Yvette, France", + "institution_ids": [ + "https://openalex.org/I2738703131" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5108143968", + "display_name": "Fabian Pedregosa", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1326498283", + "display_name": "Institut national de recherche en sciences et technologies du numérique", + "ror": "https://ror.org/02kvxyf05", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I1326498283" + ] + }, + { + "id": "https://openalex.org/I2738703131", + "display_name": "Commissariat à l'Énergie Atomique et aux Énergies Alternatives", + "ror": "https://ror.org/00jjx8s55", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131" + ] + }, + { + "id": "https://openalex.org/I4210126360", + "display_name": "Centre Inria de Saclay", + "ror": "https://ror.org/0315e5x55", + "country_code": "FR", + "type": "facility", + "lineage": [ + "https://openalex.org/I1326498283", + "https://openalex.org/I4210126360" + ] + }, + { + "id": "https://openalex.org/I4210128565", + "display_name": "CEA Paris-Saclay", + "ror": "https://ror.org/03n15ch10", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I277688954", + "https://openalex.org/I4210128565" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Fabian Pedregosa", + "raw_affiliation_strings": [ + "Parietal Team, INRIA Saclay-Île-de-France Saclay, France ; Neurospin, I2 BM, DSV, CEA Gif-Sur-Yvette, France", + "Parietal Team, INRIA Saclay-Île-de-France, Saclay, France", + "Neurospin, I2 BM, DSV, CEA, Gif-Sur-Yvette, France" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Parietal Team, INRIA Saclay-Île-de-France Saclay, France ; Neurospin, I2 BM, DSV, CEA Gif-Sur-Yvette, France", + "institution_ids": [ + "https://openalex.org/I4210126360", + "https://openalex.org/I2738703131", + "https://openalex.org/I4210128565" + ] + }, + { + "raw_affiliation_string": "Parietal Team, INRIA Saclay-Île-de-France, Saclay, France", + "institution_ids": [ + "https://openalex.org/I4210126360", + "https://openalex.org/I1326498283" + ] + }, + { + "raw_affiliation_string": "Neurospin, I2 BM, DSV, CEA, Gif-Sur-Yvette, France", + "institution_ids": [ + "https://openalex.org/I2738703131" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5065146930", + "display_name": "Michael Eickenberg", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1326498283", + "display_name": "Institut national de recherche en sciences et technologies du numérique", + "ror": "https://ror.org/02kvxyf05", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I1326498283" + ] + }, + { + "id": "https://openalex.org/I2738703131", + "display_name": "Commissariat à l'Énergie Atomique et aux Énergies Alternatives", + "ror": "https://ror.org/00jjx8s55", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131" + ] + }, + { + "id": "https://openalex.org/I4210126360", + "display_name": "Centre Inria de Saclay", + "ror": "https://ror.org/0315e5x55", + "country_code": "FR", + "type": "facility", + "lineage": [ + "https://openalex.org/I1326498283", + "https://openalex.org/I4210126360" + ] + }, + { + "id": "https://openalex.org/I4210128565", + "display_name": "CEA Paris-Saclay", + "ror": "https://ror.org/03n15ch10", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I277688954", + "https://openalex.org/I4210128565" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Michael Eickenberg", + "raw_affiliation_strings": [ + "Parietal Team, INRIA Saclay-Île-de-France Saclay, France ; Neurospin, I2 BM, DSV, CEA Gif-Sur-Yvette, France", + "Neurospin, I2 BM, DSV, CEA, Gif-Sur-Yvette, France", + "Parietal Team, INRIA Saclay-Île-de-France, Saclay, France" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Parietal Team, INRIA Saclay-Île-de-France Saclay, France ; Neurospin, I2 BM, DSV, CEA Gif-Sur-Yvette, France", + "institution_ids": [ + "https://openalex.org/I4210126360", + "https://openalex.org/I2738703131", + "https://openalex.org/I4210128565" + ] + }, + { + "raw_affiliation_string": "Neurospin, I2 BM, DSV, CEA, Gif-Sur-Yvette, France", + "institution_ids": [ + "https://openalex.org/I2738703131" + ] + }, + { + "raw_affiliation_string": "Parietal Team, INRIA Saclay-Île-de-France, Saclay, France", + "institution_ids": [ + "https://openalex.org/I4210126360", + "https://openalex.org/I1326498283" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5001112573", + "display_name": "Philippe Gervais", + "orcid": "https://orcid.org/0000-0003-2172-879X" + }, + "institutions": [ + { + "id": "https://openalex.org/I1326498283", + "display_name": "Institut national de recherche en sciences et technologies du numérique", + "ror": "https://ror.org/02kvxyf05", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I1326498283" + ] + }, + { + "id": "https://openalex.org/I2738703131", + "display_name": "Commissariat à l'Énergie Atomique et aux Énergies Alternatives", + "ror": "https://ror.org/00jjx8s55", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131" + ] + }, + { + "id": "https://openalex.org/I4210126360", + "display_name": "Centre Inria de Saclay", + "ror": "https://ror.org/0315e5x55", + "country_code": "FR", + "type": "facility", + "lineage": [ + "https://openalex.org/I1326498283", + "https://openalex.org/I4210126360" + ] + }, + { + "id": "https://openalex.org/I4210128565", + "display_name": "CEA Paris-Saclay", + "ror": "https://ror.org/03n15ch10", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I277688954", + "https://openalex.org/I4210128565" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Philippe Gervais", + "raw_affiliation_strings": [ + "Parietal Team, INRIA Saclay-Île-de-France Saclay, France ; Neurospin, I2 BM, DSV, CEA Gif-Sur-Yvette, France", + "Parietal Team, INRIA Saclay-Île-de-France, Saclay, France", + "Neurospin, I2 BM, DSV, CEA, Gif-Sur-Yvette, France" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Parietal Team, INRIA Saclay-Île-de-France Saclay, France ; Neurospin, I2 BM, DSV, CEA Gif-Sur-Yvette, France", + "institution_ids": [ + "https://openalex.org/I4210126360", + "https://openalex.org/I2738703131", + "https://openalex.org/I4210128565" + ] + }, + { + "raw_affiliation_string": "Parietal Team, INRIA Saclay-Île-de-France, Saclay, France", + "institution_ids": [ + "https://openalex.org/I4210126360", + "https://openalex.org/I1326498283" + ] + }, + { + "raw_affiliation_string": "Neurospin, I2 BM, DSV, CEA, Gif-Sur-Yvette, France", + "institution_ids": [ + "https://openalex.org/I2738703131" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5088500114", + "display_name": "Andreas Mueller", + "orcid": "https://orcid.org/0000-0002-2349-9428" + }, + "institutions": [ + { + "id": "https://openalex.org/I135140700", + "display_name": "University of Bonn", + "ror": "https://ror.org/041nas322", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I135140700" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Andreas Mueller", + "raw_affiliation_strings": [ + "Institute of Computer Science VI, University of Bonn Bonn, Germany", + "Institute of Computer Science VI, University of Bonn, Bonn, Germany" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Institute of Computer Science VI, University of Bonn Bonn, Germany", + "institution_ids": [ + "https://openalex.org/I135140700" + ] + }, + { + "raw_affiliation_string": "Institute of Computer Science VI, University of Bonn, Bonn, Germany", + "institution_ids": [ + "https://openalex.org/I135140700" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5006048318", + "display_name": "Jean Kossaifi", + "orcid": "https://orcid.org/0000-0002-4445-3429" + }, + "institutions": [ + { + "id": "https://openalex.org/I47508984", + "display_name": "Imperial College London", + "ror": "https://ror.org/041kmwe10", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I47508984" + ] + } + ], + "countries": [ + "GB" + ], + "is_corresponding": false, + "raw_author_name": "Jean Kossaifi", + "raw_affiliation_strings": [ + "Department of Computing, Imperial College London London, UK", + "Department of Computing, Imperial College London, London, UK" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Computing, Imperial College London London, UK", + "institution_ids": [ + "https://openalex.org/I47508984" + ] + }, + { + "raw_affiliation_string": "Department of Computing, Imperial College London, London, UK", + "institution_ids": [ + "https://openalex.org/I47508984" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5018256474", + "display_name": "Alexandre Gramfort", + "orcid": "https://orcid.org/0000-0001-9791-4404" + }, + "institutions": [ + { + "id": "https://openalex.org/I12356871", + "display_name": "Télécom Paris", + "ror": "https://ror.org/01naq7912", + "country_code": "FR", + "type": "education", + "lineage": [ + "https://openalex.org/I12356871", + "https://openalex.org/I205703379", + "https://openalex.org/I4210145102" + ] + }, + { + "id": "https://openalex.org/I1294671590", + "display_name": "Centre National de la Recherche Scientifique", + "ror": "https://ror.org/02feahw73", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I1294671590" + ] + }, + { + "id": "https://openalex.org/I1326498283", + "display_name": "Institut national de recherche en sciences et technologies du numérique", + "ror": "https://ror.org/02kvxyf05", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I1326498283" + ] + }, + { + "id": "https://openalex.org/I205703379", + "display_name": "Institut Mines-Télécom", + "ror": "https://ror.org/025vp2923", + "country_code": "FR", + "type": "facility", + "lineage": [ + "https://openalex.org/I205703379" + ] + }, + { + "id": "https://openalex.org/I2738703131", + "display_name": "Commissariat à l'Énergie Atomique et aux Énergies Alternatives", + "ror": "https://ror.org/00jjx8s55", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131" + ] + }, + { + "id": "https://openalex.org/I4210126360", + "display_name": "Centre Inria de Saclay", + "ror": "https://ror.org/0315e5x55", + "country_code": "FR", + "type": "facility", + "lineage": [ + "https://openalex.org/I1326498283", + "https://openalex.org/I4210126360" + ] + }, + { + "id": "https://openalex.org/I4210128565", + "display_name": "CEA Paris-Saclay", + "ror": "https://ror.org/03n15ch10", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I277688954", + "https://openalex.org/I4210128565" + ] + }, + { + "id": "https://openalex.org/I4210165912", + "display_name": "Laboratoire Traitement et Communication de l’Information", + "ror": "https://ror.org/057er4c39", + "country_code": "FR", + "type": "facility", + "lineage": [ + "https://openalex.org/I12356871", + "https://openalex.org/I205703379", + "https://openalex.org/I4210145102", + "https://openalex.org/I4210165912" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Alexandre Gramfort", + "raw_affiliation_strings": [ + "Parietal Team, INRIA Saclay-Île-de-France Saclay, France ; Neurospin, I2 BM, DSV, CEA Gif-Sur-Yvette, France ; Institut Mines-Telecom, Telecom ParisTech, CNRS LTCI Paris, France", + "Parietal Team, INRIA Saclay-Île-de-France, Saclay, France", + "Neurospin, I2 BM, DSV, CEA, Gif-Sur-Yvette, France", + "Institut Mines-Telecom, Telecom ParisTech, CNRS LTCI, Paris, France" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Parietal Team, INRIA Saclay-Île-de-France Saclay, France ; Neurospin, I2 BM, DSV, CEA Gif-Sur-Yvette, France ; Institut Mines-Telecom, Telecom ParisTech, CNRS LTCI Paris, France", + "institution_ids": [ + "https://openalex.org/I1294671590", + "https://openalex.org/I205703379", + "https://openalex.org/I4210128565", + "https://openalex.org/I4210165912", + "https://openalex.org/I2738703131" + ] + }, + { + "raw_affiliation_string": "Parietal Team, INRIA Saclay-Île-de-France, Saclay, France", + "institution_ids": [ + "https://openalex.org/I4210126360", + "https://openalex.org/I1326498283" + ] + }, + { + "raw_affiliation_string": "Neurospin, I2 BM, DSV, CEA, Gif-Sur-Yvette, France", + "institution_ids": [ + "https://openalex.org/I2738703131" + ] + }, + { + "raw_affiliation_string": "Institut Mines-Telecom, Telecom ParisTech, CNRS LTCI, Paris, France", + "institution_ids": [ + "https://openalex.org/I205703379", + "https://openalex.org/I12356871", + "https://openalex.org/I4210165912", + "https://openalex.org/I1294671590" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5026762833", + "display_name": "Bertrand Thirion", + "orcid": "https://orcid.org/0000-0001-5018-7895" + }, + "institutions": [ + { + "id": "https://openalex.org/I1326498283", + "display_name": "Institut national de recherche en sciences et technologies du numérique", + "ror": "https://ror.org/02kvxyf05", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I1326498283" + ] + }, + { + "id": "https://openalex.org/I2738703131", + "display_name": "Commissariat à l'Énergie Atomique et aux Énergies Alternatives", + "ror": "https://ror.org/00jjx8s55", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131" + ] + }, + { + "id": "https://openalex.org/I4210126360", + "display_name": "Centre Inria de Saclay", + "ror": "https://ror.org/0315e5x55", + "country_code": "FR", + "type": "facility", + "lineage": [ + "https://openalex.org/I1326498283", + "https://openalex.org/I4210126360" + ] + }, + { + "id": "https://openalex.org/I4210128565", + "display_name": "CEA Paris-Saclay", + "ror": "https://ror.org/03n15ch10", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I277688954", + "https://openalex.org/I4210128565" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Bertrand Thirion", + "raw_affiliation_strings": [ + "Parietal Team, INRIA Saclay-Île-de-France Saclay, France ; Neurospin, I2 BM, DSV, CEA Gif-Sur-Yvette, France", + "Parietal Team, INRIA Saclay-Île-de-France, Saclay, France", + "Neurospin, I2 BM, DSV, CEA, Gif-Sur-Yvette, France" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Parietal Team, INRIA Saclay-Île-de-France Saclay, France ; Neurospin, I2 BM, DSV, CEA Gif-Sur-Yvette, France", + "institution_ids": [ + "https://openalex.org/I4210126360", + "https://openalex.org/I2738703131", + "https://openalex.org/I4210128565" + ] + }, + { + "raw_affiliation_string": "Parietal Team, INRIA Saclay-Île-de-France, Saclay, France", + "institution_ids": [ + "https://openalex.org/I4210126360", + "https://openalex.org/I1326498283" + ] + }, + { + "raw_affiliation_string": "Neurospin, I2 BM, DSV, CEA, Gif-Sur-Yvette, France", + "institution_ids": [ + "https://openalex.org/I2738703131" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5074733625", + "display_name": "Gaël Varoquaux", + "orcid": "https://orcid.org/0000-0003-1076-5122" + }, + "institutions": [ + { + "id": "https://openalex.org/I1326498283", + "display_name": "Institut national de recherche en sciences et technologies du numérique", + "ror": "https://ror.org/02kvxyf05", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I1326498283" + ] + }, + { + "id": "https://openalex.org/I2738703131", + "display_name": "Commissariat à l'Énergie Atomique et aux Énergies Alternatives", + "ror": "https://ror.org/00jjx8s55", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131" + ] + }, + { + "id": "https://openalex.org/I4210126360", + "display_name": "Centre Inria de Saclay", + "ror": "https://ror.org/0315e5x55", + "country_code": "FR", + "type": "facility", + "lineage": [ + "https://openalex.org/I1326498283", + "https://openalex.org/I4210126360" + ] + }, + { + "id": "https://openalex.org/I4210128565", + "display_name": "CEA Paris-Saclay", + "ror": "https://ror.org/03n15ch10", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I2738703131", + "https://openalex.org/I277688954", + "https://openalex.org/I4210128565" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Gaël Varoquaux", + "raw_affiliation_strings": [ + "Parietal Team, INRIA Saclay-Île-de-France Saclay, France ; Neurospin, I2 BM, DSV, CEA Gif-Sur-Yvette, France", + "Neurospin, I2 BM, DSV, CEA, Gif-Sur-Yvette, France", + "Parietal Team, INRIA Saclay-Île-de-France, Saclay, France" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Parietal Team, INRIA Saclay-Île-de-France Saclay, France ; Neurospin, I2 BM, DSV, CEA Gif-Sur-Yvette, France", + "institution_ids": [ + "https://openalex.org/I4210126360", + "https://openalex.org/I2738703131", + "https://openalex.org/I4210128565" + ] + }, + { + "raw_affiliation_string": "Neurospin, I2 BM, DSV, CEA, Gif-Sur-Yvette, France", + "institution_ids": [ + "https://openalex.org/I2738703131" + ] + }, + { + "raw_affiliation_string": "Parietal Team, INRIA Saclay-Île-de-France, Saclay, France", + "institution_ids": [ + "https://openalex.org/I4210126360", + "https://openalex.org/I1326498283" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 3, + "institutions_distinct_count": 9, + "corresponding_author_ids": [ + "https://openalex.org/A5033483167" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I1326498283", + "https://openalex.org/I2738703131", + "https://openalex.org/I4210126360", + "https://openalex.org/I4210128565" + ], + "apc_list": { + "value": 2950, + "currency": "USD", + "value_usd": 2950 + }, + "apc_paid": { + "value": 2950, + "currency": "USD", + "value_usd": 2950 + }, + "fwci": 22.8921, + "has_fulltext": true, + "cited_by_count": 2624, + "citation_normalized_percentile": { + "value": 0.99795541, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 94, + "max": 100 + }, + "biblio": { + "volume": "8", + "issue": null, + "first_page": "14", + "last_page": "14" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10241", + "display_name": "Functional Brain Connectivity Studies", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/2805", + "display_name": "Cognitive Neuroscience" + }, + "field": { + "id": "https://openalex.org/fields/28", + "display_name": "Neuroscience" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10241", + "display_name": "Functional Brain Connectivity Studies", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/2805", + "display_name": "Cognitive Neuroscience" + }, + "field": { + "id": "https://openalex.org/fields/28", + "display_name": "Neuroscience" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + }, + { + "id": "https://openalex.org/T10581", + "display_name": "Neural dynamics and brain function", + "score": 0.9987999796867371, + "subfield": { + "id": "https://openalex.org/subfields/2805", + "display_name": "Cognitive Neuroscience" + }, + "field": { + "id": "https://openalex.org/fields/28", + "display_name": "Neuroscience" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + }, + { + "id": "https://openalex.org/T10378", + "display_name": "Advanced MRI Techniques and Applications", + "score": 0.9851999878883362, + "subfield": { + "id": "https://openalex.org/subfields/2741", + "display_name": "Radiology, Nuclear Medicine and Imaging" + }, + "field": { + "id": "https://openalex.org/fields/27", + "display_name": "Medicine" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/neuroimaging", + "display_name": "Neuroimaging", + "score": 0.8332920074462891 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6829519271850586 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6763078570365906 + }, + { + "id": "https://openalex.org/keywords/unsupervised-learning", + "display_name": "Unsupervised learning", + "score": 0.633687436580658 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6015421152114868 + }, + { + "id": "https://openalex.org/keywords/python", + "display_name": "Python (programming language)", + "score": 0.5471705794334412 + }, + { + "id": "https://openalex.org/keywords/functional-neuroimaging", + "display_name": "Functional neuroimaging", + "score": 0.5229871273040771 + }, + { + "id": "https://openalex.org/keywords/pattern-recognition", + "display_name": "Pattern recognition (psychology)", + "score": 0.40410205721855164 + }, + { + "id": "https://openalex.org/keywords/psychology", + "display_name": "Psychology", + "score": 0.1943330466747284 + }, + { + "id": "https://openalex.org/keywords/neuroscience", + "display_name": "Neuroscience", + "score": 0.13872376084327698 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C58693492", + "wikidata": "https://www.wikidata.org/wiki/Q551875", + "display_name": "Neuroimaging", + "level": 2, + "score": 0.8332920074462891 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6829519271850586 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6763078570365906 + }, + { + "id": "https://openalex.org/C8038995", + "wikidata": "https://www.wikidata.org/wiki/Q1152135", + "display_name": "Unsupervised learning", + "level": 2, + "score": 0.633687436580658 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6015421152114868 + }, + { + "id": "https://openalex.org/C519991488", + "wikidata": "https://www.wikidata.org/wiki/Q28865", + "display_name": "Python (programming language)", + "level": 2, + "score": 0.5471705794334412 + }, + { + "id": "https://openalex.org/C52338299", + "wikidata": "https://www.wikidata.org/wiki/Q1004354", + "display_name": "Functional neuroimaging", + "level": 3, + "score": 0.5229871273040771 + }, + { + "id": "https://openalex.org/C153180895", + "wikidata": "https://www.wikidata.org/wiki/Q7148389", + "display_name": "Pattern recognition (psychology)", + "level": 2, + "score": 0.40410205721855164 + }, + { + "id": "https://openalex.org/C15744967", + "wikidata": "https://www.wikidata.org/wiki/Q9418", + "display_name": "Psychology", + "level": 0, + "score": 0.1943330466747284 + }, + { + "id": "https://openalex.org/C169760540", + "wikidata": "https://www.wikidata.org/wiki/Q207011", + "display_name": "Neuroscience", + "level": 1, + "score": 0.13872376084327698 + }, + { + "id": "https://openalex.org/C111919701", + "wikidata": "https://www.wikidata.org/wiki/Q9135", + "display_name": "Operating system", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 7, + "locations": [ + { + "id": "doi:10.3389/fninf.2014.00014", + "is_oa": true, + "landing_page_url": "https://doi.org/10.3389/fninf.2014.00014", + "pdf_url": "https://www.frontiersin.org/articles/10.3389/fninf.2014.00014/pdf", + "source": { + "id": "https://openalex.org/S179816892", + "display_name": "Frontiers in Neuroinformatics", + "issn_l": "1662-5196", + "issn": [ + "1662-5196" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320527", + "host_organization_name": "Frontiers Media", + "host_organization_lineage": [ + "https://openalex.org/P4310320527" + ], + "host_organization_lineage_names": [ + "Frontiers Media" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Frontiers in Neuroinformatics", + "raw_type": "journal-article" + }, + { + "id": "pmid:24600388", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/24600388", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Frontiers in neuroinformatics", + "raw_type": null + }, + { + "id": "pmh:oai:arXiv.org:2202.11333", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/2202.11333", + "pdf_url": "https://arxiv.org/pdf/2202.11333", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "pmh:oai:HAL:hal-01093971v1", + "is_oa": false, + "landing_page_url": "https://inria.hal.science/hal-01093971", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402512", + "display_name": "HAL (Le Centre pour la Communication Scientifique Directe)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1294671590", + "host_organization_name": "Centre National de la Recherche Scientifique", + "host_organization_lineage": [ + "https://openalex.org/I1294671590" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Frontiers in Neuroscience, 2013, pp.15. ⟨10.3389/fninf.2014.00014⟩", + "raw_type": "Journal articles" + }, + { + "id": "pmh:oai:HAL:hal-03187887v3", + "is_oa": false, + "landing_page_url": "https://inria.hal.science/hal-03187887", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402512", + "display_name": "HAL (Le Centre pour la Communication Scientifique Directe)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1294671590", + "host_organization_name": "Centre National de la Recherche Scientifique", + "host_organization_lineage": [ + "https://openalex.org/I1294671590" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Neuroinformatics, 2022, ⟨10.3389/fninf.2014.00014⟩", + "raw_type": "Journal articles" + }, + { + "id": "pmh:oai:doaj.org/article:055de24a9c3540b6b3884081362be90d", + "is_oa": true, + "landing_page_url": "https://doaj.org/article/055de24a9c3540b6b3884081362be90d", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401280", + "display_name": "DOAJ (DOAJ: Directory of Open Access Journals)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by-sa", + "license_id": "https://openalex.org/licenses/cc-by-sa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Frontiers in Neuroinformatics, Vol 8 (2014)", + "raw_type": "article" + }, + { + "id": "pmh:oai:europepmc.org:2928056", + "is_oa": true, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/3930868", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400806", + "display_name": "Europe PMC (PubMed Central)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1303153112", + "host_organization_name": "European Bioinformatics Institute", + "host_organization_lineage": [ + "https://openalex.org/I1303153112" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "Text" + } + ], + "best_oa_location": { + "id": "doi:10.3389/fninf.2014.00014", + "is_oa": true, + "landing_page_url": "https://doi.org/10.3389/fninf.2014.00014", + "pdf_url": "https://www.frontiersin.org/articles/10.3389/fninf.2014.00014/pdf", + "source": { + "id": "https://openalex.org/S179816892", + "display_name": "Frontiers in Neuroinformatics", + "issn_l": "1662-5196", + "issn": [ + "1662-5196" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320527", + "host_organization_name": "Frontiers Media", + "host_organization_lineage": [ + "https://openalex.org/P4310320527" + ], + "host_organization_lineage_names": [ + "Frontiers Media" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Frontiers in Neuroinformatics", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [ + { + "score": 0.6600000262260437, + "display_name": "Quality Education", + "id": "https://metadata.un.org/sdg/4" + } + ], + "awards": [ + { + "id": "https://openalex.org/G2501487254", + "display_name": null, + "funder_award_id": "R21 DA034954", + "funder_id": "https://openalex.org/F4320337347", + "funder_display_name": "National Institute on Drug Abuse" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320337347", + "display_name": "National Institute on Drug Abuse", + "ror": "https://ror.org/00fq5cm18" + } + ], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 71, + "referenced_works": [ + "https://openalex.org/W758533152", + "https://openalex.org/W1480376833", + "https://openalex.org/W1528119265", + "https://openalex.org/W1548802052", + "https://openalex.org/W1569370144", + "https://openalex.org/W1571024744", + "https://openalex.org/W1906883763", + "https://openalex.org/W1970956440", + "https://openalex.org/W1974687978", + "https://openalex.org/W1985327120", + "https://openalex.org/W1988045490", + "https://openalex.org/W1996510233", + "https://openalex.org/W2001399171", + "https://openalex.org/W2006096283", + "https://openalex.org/W2007581301", + "https://openalex.org/W2009494091", + "https://openalex.org/W2011301426", + "https://openalex.org/W2011650426", + "https://openalex.org/W2023633168", + "https://openalex.org/W2024933578", + "https://openalex.org/W2040305148", + "https://openalex.org/W2040566369", + "https://openalex.org/W2040974372", + "https://openalex.org/W2048476135", + "https://openalex.org/W2048631316", + "https://openalex.org/W2052451171", + "https://openalex.org/W2056465968", + "https://openalex.org/W2060259639", + "https://openalex.org/W2063951486", + "https://openalex.org/W2063978378", + "https://openalex.org/W2073683361", + "https://openalex.org/W2077745487", + "https://openalex.org/W2079450984", + "https://openalex.org/W2079785597", + "https://openalex.org/W2089632738", + "https://openalex.org/W2096230777", + "https://openalex.org/W2097267381", + "https://openalex.org/W2097850441", + "https://openalex.org/W2101234009", + "https://openalex.org/W2102729564", + "https://openalex.org/W2113619522", + "https://openalex.org/W2116328702", + "https://openalex.org/W2117621792", + "https://openalex.org/W2122457251", + "https://openalex.org/W2123649031", + "https://openalex.org/W2133990480", + "https://openalex.org/W2134585061", + "https://openalex.org/W2135046866", + "https://openalex.org/W2137966626", + "https://openalex.org/W2140255740", + "https://openalex.org/W2140587192", + "https://openalex.org/W2145217719", + "https://openalex.org/W2145487185", + "https://openalex.org/W2146292423", + "https://openalex.org/W2148601705", + "https://openalex.org/W2151130155", + "https://openalex.org/W2151286458", + "https://openalex.org/W2151591509", + "https://openalex.org/W2158485497", + "https://openalex.org/W2164025570", + "https://openalex.org/W2179752489", + "https://openalex.org/W2240767875", + "https://openalex.org/W2540277519", + "https://openalex.org/W2752197104", + "https://openalex.org/W2810031488", + "https://openalex.org/W3132053208", + "https://openalex.org/W4206031975", + "https://openalex.org/W6633893416", + "https://openalex.org/W6675354045", + "https://openalex.org/W6959406008", + "https://openalex.org/W7074038129" + ], + "related_works": [ + "https://openalex.org/W2506266834", + "https://openalex.org/W2499037785", + "https://openalex.org/W2028174874", + "https://openalex.org/W2351278828", + "https://openalex.org/W4308957544", + "https://openalex.org/W2239282469", + "https://openalex.org/W67648935", + "https://openalex.org/W1993895507", + "https://openalex.org/W2122202779", + "https://openalex.org/W1995600417" + ], + "abstract_inverted_index": { + "Statistical": [ + 0 + ], + "machine": [ + 1, + 84 + ], + "learning": [ + 2, + 32, + 52, + 85, + 104 + ], + "methods": [ + 3 + ], + "are": [ + 4 + ], + "increasingly": [ + 5 + ], + "used": [ + 6, + 35, + 89 + ], + "for": [ + 7 + ], + "neuroimaging": [ + 8, + 76, + 114 + ], + "data": [ + 9, + 115 + ], + "analysis.": [ + 10 + ], + "Their": [ + 11 + ], + "main": [ + 12 + ], + "virtue": [ + 13 + ], + "is": [ + 14, + 33 + ], + "their": [ + 15 + ], + "ability": [ + 16 + ], + "to": [ + 17, + 41, + 45, + 90, + 113, + 120 + ], + "model": [ + 18 + ], + "high-dimensional": [ + 19 + ], + "datasets,": [ + 20 + ], + "e.g.,": [ + 21 + ], + "multivariate": [ + 22 + ], + "analysis": [ + 23, + 94 + ], + "of": [ + 24, + 59, + 102 + ], + "activation": [ + 25 + ], + "images": [ + 26, + 44, + 60 + ], + "or": [ + 27, + 38, + 47, + 66 + ], + "resting-state": [ + 28 + ], + "time": [ + 29 + ], + "series.": [ + 30 + ], + "Supervised": [ + 31 + ], + "typically": [ + 34 + ], + "in": [ + 36, + 57, + 69 + ], + "decoding": [ + 37 + ], + "encoding": [ + 39 + ], + "settings": [ + 40 + ], + "relate": [ + 42 + ], + "brain": [ + 43 + ], + "behavioral": [ + 46 + ], + "clinical": [ + 48 + ], + "observations,": [ + 49 + ], + "while": [ + 50 + ], + "unsupervised": [ + 51 + ], + "can": [ + 53, + 87 + ], + "uncover": [ + 54 + ], + "hidden": [ + 55 + ], + "structures": [ + 56 + ], + "sets": [ + 58 + ], + "(e.g.,": [ + 61 + ], + "resting": [ + 62 + ], + "state": [ + 63 + ], + "functional": [ + 64, + 75 + ], + "MRI)": [ + 65 + ], + "find": [ + 67 + ], + "sub-populations": [ + 68 + ], + "large": [ + 70, + 100 + ], + "cohorts.": [ + 71 + ], + "By": [ + 72 + ], + "considering": [ + 73 + ], + "different": [ + 74 + ], + "applications,": [ + 77 + ], + "we": [ + 78 + ], + "illustrate": [ + 79 + ], + "how": [ + 80 + ], + "scikit-learn,": [ + 81 + ], + "a": [ + 82, + 98, + 117 + ], + "Python": [ + 83 + ], + "library,": [ + 86 + ], + "be": [ + 88 + ], + "perform": [ + 91 + ], + "some": [ + 92 + ], + "key": [ + 93 + ], + "steps.": [ + 95 + ], + "Scikit-learn": [ + 96 + ], + "contains": [ + 97 + ], + "very": [ + 99 + ], + "set": [ + 101 + ], + "statistical": [ + 103 + ], + "algorithms,": [ + 105 + ], + "both": [ + 106 + ], + "supervised": [ + 107 + ], + "and": [ + 108, + 110 + ], + "unsupervised,": [ + 109 + ], + "its": [ + 111 + ], + "application": [ + 112 + ], + "provides": [ + 116 + ], + "versatile": [ + 118 + ], + "tool": [ + 119 + ], + "study": [ + 121 + ], + "the": [ + 122 + ], + "brain.": [ + 123 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 125 + }, + { + "year": 2025, + "cited_by_count": 383 + }, + { + "year": 2024, + "cited_by_count": 443 + }, + { + "year": 2023, + "cited_by_count": 381 + }, + { + "year": 2022, + "cited_by_count": 338 + }, + { + "year": 2021, + "cited_by_count": 320 + }, + { + "year": 2020, + "cited_by_count": 244 + }, + { + "year": 2019, + "cited_by_count": 151 + }, + { + "year": 2018, + "cited_by_count": 92 + }, + { + "year": 2017, + "cited_by_count": 61 + }, + { + "year": 2016, + "cited_by_count": 43 + }, + { + "year": 2015, + "cited_by_count": 29 + }, + { + "year": 2014, + "cited_by_count": 12 + }, + { + "year": 2013, + "cited_by_count": 2 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2016-06-24T00:00:00" + }, + { + "id": "https://openalex.org/W2973119841", + "doi": "https://doi.org/10.1146/annurev-fluid-010719-060214", + "title": "Machine Learning for Fluid Mechanics", + "display_name": "Machine Learning for Fluid Mechanics", + "relevance_score": 3605.4897, + "publication_year": 2019, + "publication_date": "2019-09-12", + "ids": { + "openalex": "https://openalex.org/W2973119841", + "doi": "https://doi.org/10.1146/annurev-fluid-010719-060214", + "mag": "2973119841" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1146/annurev-fluid-010719-060214", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1146/annurev-fluid-010719-060214", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S169493037", + "display_name": "Annual Review of Fluid Mechanics", + "issn_l": "0066-4189", + "issn": [ + "0066-4189", + "1545-4479" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320373", + "host_organization_name": "Annual Reviews", + "host_organization_lineage": [ + "https://openalex.org/P4310320373" + ], + "host_organization_lineage_names": [ + "Annual Reviews" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Annual Review of Fluid Mechanics", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "arxiv", + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1905.11075", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": null, + "display_name": "Steven L. Brunton", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I201448701", + "display_name": "University of Washington", + "ror": "https://ror.org/00cvxb145", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I201448701" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Steven L. Brunton", + "raw_affiliation_strings": [ + "Department of Mechanical Engineering, University of Washington, Seattle, Washington 98195, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Mechanical Engineering, University of Washington, Seattle, Washington 98195, USA", + "institution_ids": [ + "https://openalex.org/I201448701" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": null, + "display_name": "Bernd R. Noack", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1294671590", + "display_name": "Centre National de la Recherche Scientifique", + "ror": "https://ror.org/02feahw73", + "country_code": "FR", + "type": "government", + "lineage": [ + "https://openalex.org/I1294671590" + ] + }, + { + "id": "https://openalex.org/I277688954", + "display_name": "Université Paris-Saclay", + "ror": "https://ror.org/03xjwb503", + "country_code": "FR", + "type": "education", + "lineage": [ + "https://openalex.org/I277688954" + ] + }, + { + "id": "https://openalex.org/I4210115485", + "display_name": "Laboratoire d'Informatique pour la Mécanique et les Sciences de l'Ingénieur", + "ror": "https://ror.org/01raq4x89", + "country_code": "FR", + "type": "facility", + "lineage": [ + "https://openalex.org/I102197404", + "https://openalex.org/I1294671590", + "https://openalex.org/I4210115485", + "https://openalex.org/I4210159245" + ] + }, + { + "id": "https://openalex.org/I4577782", + "display_name": "Technische Universität Berlin", + "ror": "https://ror.org/03v4gjf40", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I4577782" + ] + } + ], + "countries": [ + "DE", + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Bernd R. Noack", + "raw_affiliation_strings": [ + "Institut für Strömungsmechanik und Technische Akustik, Technische Universität Berlin, D-10634 Berlin, Germany", + "LIMSI (Laboratoire d'Informatique pour la Mécanique et les Sciences de l'Ingénieur), CNRS UPR 3251, Université Paris-Saclay, F-91403 Orsay, France" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Institut für Strömungsmechanik und Technische Akustik, Technische Universität Berlin, D-10634 Berlin, Germany", + "institution_ids": [ + "https://openalex.org/I4577782" + ] + }, + { + "raw_affiliation_string": "LIMSI (Laboratoire d'Informatique pour la Mécanique et les Sciences de l'Ingénieur), CNRS UPR 3251, Université Paris-Saclay, F-91403 Orsay, France", + "institution_ids": [ + "https://openalex.org/I277688954", + "https://openalex.org/I4210115485", + "https://openalex.org/I1294671590" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": null, + "display_name": "Petros Koumoutsakos", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I35440088", + "display_name": "ETH Zurich", + "ror": "https://ror.org/05a28rw58", + "country_code": "CH", + "type": "education", + "lineage": [ + "https://openalex.org/I2799323385", + "https://openalex.org/I35440088" + ] + } + ], + "countries": [ + "CH" + ], + "is_corresponding": false, + "raw_author_name": "Petros Koumoutsakos", + "raw_affiliation_strings": [ + "Computational Science and Engineering Laboratory, ETH Zurich, CH-8092 Zurich, Switzerland;" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Computational Science and Engineering Laboratory, ETH Zurich, CH-8092 Zurich, Switzerland;", + "institution_ids": [ + "https://openalex.org/I35440088" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 4, + "institutions_distinct_count": 3, + "corresponding_author_ids": [], + "corresponding_institution_ids": [ + "https://openalex.org/I201448701" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 117.0527, + "has_fulltext": true, + "cited_by_count": 2553, + "citation_normalized_percentile": { + "value": 0.99990046, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "52", + "issue": "1", + "first_page": "477", + "last_page": "508" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11206", + "display_name": "Model Reduction and Neural Networks", + "score": 0.9092000126838684, + "subfield": { + "id": "https://openalex.org/subfields/3109", + "display_name": "Statistical and Nonlinear Physics" + }, + "field": { + "id": "https://openalex.org/fields/31", + "display_name": "Physics and Astronomy" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11206", + "display_name": "Model Reduction and Neural Networks", + "score": 0.9092000126838684, + "subfield": { + "id": "https://openalex.org/subfields/3109", + "display_name": "Statistical and Nonlinear Physics" + }, + "field": { + "id": "https://openalex.org/fields/31", + "display_name": "Physics and Astronomy" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10775", + "display_name": "Generative Adversarial Networks and Image Synthesis", + "score": 0.01759999990463257, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11948", + "display_name": "Machine Learning in Materials Science", + "score": 0.012000000104308128, + "subfield": { + "id": "https://openalex.org/subfields/2505", + "display_name": "Materials Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/25", + "display_name": "Materials Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/fluid-mechanics", + "display_name": "Fluid mechanics", + "score": 0.7289000153541565 + }, + { + "id": "https://openalex.org/keywords/current", + "display_name": "Current (fluid)", + "score": 0.5666999816894531 + }, + { + "id": "https://openalex.org/keywords/field", + "display_name": "Field (mathematics)", + "score": 0.5497000217437744 + }, + { + "id": "https://openalex.org/keywords/perspective", + "display_name": "Perspective (graphical)", + "score": 0.5285000205039978 + }, + { + "id": "https://openalex.org/keywords/fluid-dynamics", + "display_name": "Fluid dynamics", + "score": 0.5188999772071838 + }, + { + "id": "https://openalex.org/keywords/domain", + "display_name": "Domain (mathematical analysis)", + "score": 0.4918000102043152 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C43133876", + "wikidata": "https://www.wikidata.org/wiki/Q172145", + "display_name": "Fluid mechanics", + "level": 2, + "score": 0.7289000153541565 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7146999835968018 + }, + { + "id": "https://openalex.org/C148043351", + "wikidata": "https://www.wikidata.org/wiki/Q4456944", + "display_name": "Current (fluid)", + "level": 2, + "score": 0.5666999816894531 + }, + { + "id": "https://openalex.org/C9652623", + "wikidata": "https://www.wikidata.org/wiki/Q190109", + "display_name": "Field (mathematics)", + "level": 2, + "score": 0.5497000217437744 + }, + { + "id": "https://openalex.org/C12713177", + "wikidata": "https://www.wikidata.org/wiki/Q1900281", + "display_name": "Perspective (graphical)", + "level": 2, + "score": 0.5285000205039978 + }, + { + "id": "https://openalex.org/C90278072", + "wikidata": "https://www.wikidata.org/wiki/Q216320", + "display_name": "Fluid dynamics", + "level": 2, + "score": 0.5188999772071838 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5113000273704529 + }, + { + "id": "https://openalex.org/C36503486", + "wikidata": "https://www.wikidata.org/wiki/Q11235244", + "display_name": "Domain (mathematical analysis)", + "level": 2, + "score": 0.4918000102043152 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.43700000643730164 + }, + { + "id": "https://openalex.org/C207685749", + "wikidata": "https://www.wikidata.org/wiki/Q2088941", + "display_name": "Domain knowledge", + "level": 2, + "score": 0.38100001215934753 + }, + { + "id": "https://openalex.org/C38349280", + "wikidata": "https://www.wikidata.org/wiki/Q1434290", + "display_name": "Flow (mathematics)", + "level": 2, + "score": 0.3517000079154968 + }, + { + "id": "https://openalex.org/C99874945", + "wikidata": "https://www.wikidata.org/wiki/Q188715", + "display_name": "Statistical mechanics", + "level": 2, + "score": 0.2985999882221222 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.2874999940395355 + }, + { + "id": "https://openalex.org/C2984161354", + "wikidata": "https://www.wikidata.org/wiki/Q216320", + "display_name": "Fluid motion", + "level": 2, + "score": 0.2538999915122986 + } + ], + "mesh": [], + "locations_count": 3, + "locations": [ + { + "id": "doi:10.1146/annurev-fluid-010719-060214", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1146/annurev-fluid-010719-060214", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S169493037", + "display_name": "Annual Review of Fluid Mechanics", + "issn_l": "0066-4189", + "issn": [ + "0066-4189", + "1545-4479" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320373", + "host_organization_name": "Annual Reviews", + "host_organization_lineage": [ + "https://openalex.org/P4310320373" + ], + "host_organization_lineage_names": [ + "Annual Reviews" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Annual Review of Fluid Mechanics", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:arXiv.org:1905.11075", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1905.11075", + "pdf_url": "https://arxiv.org/pdf/1905.11075", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:HAL:hal-02398670v1", + "is_oa": false, + "landing_page_url": "https://hal.science/hal-02398670", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402512", + "display_name": "HAL (Le Centre pour la Communication Scientifique Directe)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1294671590", + "host_organization_name": "Centre National de la Recherche Scientifique", + "host_organization_lineage": [ + "https://openalex.org/I1294671590" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Annual Review of Fluid Mechanics, 2020, 52 (1), pp.477-508. ⟨10.1146/annurev-fluid-010719-060214⟩", + "raw_type": "Journal articles" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1905.11075", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1905.11075", + "pdf_url": "https://arxiv.org/pdf/1905.11075", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + "sustainable_development_goals": [], + "awards": [ + { + "id": "https://openalex.org/G1483361726", + "display_name": null, + "funder_award_id": "W911NF-17-1-0422", + "funder_id": "https://openalex.org/F4320338281", + "funder_display_name": "Army Research Office" + }, + { + "id": "https://openalex.org/G1523888516", + "display_name": null, + "funder_award_id": "FA9550-", + "funder_id": "https://openalex.org/F4320338279", + "funder_display_name": "Air Force Office of Scientific Research" + }, + { + "id": "https://openalex.org/G3655914848", + "display_name": null, + "funder_award_id": "W911NF-17-1-0306", + "funder_id": "https://openalex.org/F4320338281", + "funder_display_name": "Army Research Office" + }, + { + "id": "https://openalex.org/G4205652870", + "display_name": null, + "funder_award_id": "W911NF-17-1-0422", + "funder_id": "https://openalex.org/F4320338279", + "funder_display_name": "Air Force Office of Scientific Research" + }, + { + "id": "https://openalex.org/G5809100787", + "display_name": null, + "funder_award_id": "FA9550", + "funder_id": "https://openalex.org/F4320338279", + "funder_display_name": "Air Force Office of Scientific Research" + }, + { + "id": "https://openalex.org/G7042399192", + "display_name": null, + "funder_award_id": "AFOSR FA9550-18-1-0200", + "funder_id": "https://openalex.org/F4320338279", + "funder_display_name": "Air Force Office of Scientific Research" + }, + { + "id": "https://openalex.org/G7452299184", + "display_name": null, + "funder_award_id": "W911NF", + "funder_id": "https://openalex.org/F4320338281", + "funder_display_name": "Army Research Office" + }, + { + "id": "https://openalex.org/G8202574490", + "display_name": null, + "funder_award_id": "FA9550-18-1-0200", + "funder_id": "https://openalex.org/F4320338279", + "funder_display_name": "Air Force Office of Scientific Research" + }, + { + "id": "https://openalex.org/G8249314747", + "display_name": null, + "funder_award_id": "ARO W911NF-17-1-0306", + "funder_id": "https://openalex.org/F4320338281", + "funder_display_name": "Army Research Office" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320322892", + "display_name": "Centre National de la Recherche Scientifique", + "ror": "https://ror.org/02feahw73" + }, + { + "id": "https://openalex.org/F4320338279", + "display_name": "Air Force Office of Scientific Research", + "ror": "https://ror.org/011e9bt93" + }, + { + "id": "https://openalex.org/F4320338281", + "display_name": "Army Research Office", + "ror": "https://ror.org/05epdh915" + } + ], + "has_content": { + "grobid_xml": true, + "pdf": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W2973119841.pdf", + "grobid_xml": "https://content.openalex.org/works/W2973119841.grobid-xml" + }, + "referenced_works_count": 139, + "referenced_works": [ + "https://openalex.org/W54257720", + "https://openalex.org/W119114865", + "https://openalex.org/W1479971399", + "https://openalex.org/W1498436455", + "https://openalex.org/W1528439235", + "https://openalex.org/W1590183771", + "https://openalex.org/W1606265566", + "https://openalex.org/W1614107838", + "https://openalex.org/W1633869374", + "https://openalex.org/W1650825897", + "https://openalex.org/W1685006559", + "https://openalex.org/W1954793758", + "https://openalex.org/W1967011375", + "https://openalex.org/W1967963082", + "https://openalex.org/W1970454553", + "https://openalex.org/W1972005403", + "https://openalex.org/W1976068300", + "https://openalex.org/W1979769287", + "https://openalex.org/W1992462433", + "https://openalex.org/W1996773027", + "https://openalex.org/W1997126009", + "https://openalex.org/W2008125068", + "https://openalex.org/W2010459912", + "https://openalex.org/W2012725996", + "https://openalex.org/W2014356541", + "https://openalex.org/W2017479642", + "https://openalex.org/W2027964569", + "https://openalex.org/W2030450972", + "https://openalex.org/W2031349338", + "https://openalex.org/W2034541995", + "https://openalex.org/W2040387238", + "https://openalex.org/W2040870580", + "https://openalex.org/W2041754533", + "https://openalex.org/W2050195777", + "https://openalex.org/W2051465149", + "https://openalex.org/W2054881170", + "https://openalex.org/W2055503573", + "https://openalex.org/W2056653303", + "https://openalex.org/W2064675550", + "https://openalex.org/W2067472975", + "https://openalex.org/W2070246049", + "https://openalex.org/W2074447412", + "https://openalex.org/W2076110561", + "https://openalex.org/W2078626246", + "https://openalex.org/W2097074225", + "https://openalex.org/W2102162541", + "https://openalex.org/W2103626435", + "https://openalex.org/W2104578628", + "https://openalex.org/W2108380954", + "https://openalex.org/W2109177042", + "https://openalex.org/W2109883840", + "https://openalex.org/W2110418811", + "https://openalex.org/W2113553269", + "https://openalex.org/W2113640817", + "https://openalex.org/W2117756735", + "https://openalex.org/W2118944048", + "https://openalex.org/W2121058967", + "https://openalex.org/W2122861381", + "https://openalex.org/W2123381477", + "https://openalex.org/W2126999002", + "https://openalex.org/W2127129738", + "https://openalex.org/W2128084896", + "https://openalex.org/W2129812935", + "https://openalex.org/W2130259898", + "https://openalex.org/W2131847304", + "https://openalex.org/W2134692705", + "https://openalex.org/W2137595289", + "https://openalex.org/W2137983211", + "https://openalex.org/W2138537392", + "https://openalex.org/W2139960762", + "https://openalex.org/W2145339207", + "https://openalex.org/W2150559081", + "https://openalex.org/W2158985775", + "https://openalex.org/W2164954534", + "https://openalex.org/W2168479071", + "https://openalex.org/W2179833213", + "https://openalex.org/W2239232218", + "https://openalex.org/W2239916406", + "https://openalex.org/W2257979135", + "https://openalex.org/W2266714625", + "https://openalex.org/W2335276023", + "https://openalex.org/W2339890646", + "https://openalex.org/W2345737627", + "https://openalex.org/W2346717862", + "https://openalex.org/W2395962256", + "https://openalex.org/W2465244584", + "https://openalex.org/W2487365028", + "https://openalex.org/W2490045648", + "https://openalex.org/W2494808947", + "https://openalex.org/W2517135970", + "https://openalex.org/W2525748878", + "https://openalex.org/W2534240011", + "https://openalex.org/W2556930732", + "https://openalex.org/W2573798107", + "https://openalex.org/W2584231952", + "https://openalex.org/W2586197373", + "https://openalex.org/W2594632285", + "https://openalex.org/W2730644873", + "https://openalex.org/W2745110207", + "https://openalex.org/W2748760860", + "https://openalex.org/W2751013712", + "https://openalex.org/W2758626922", + "https://openalex.org/W2765372792", + "https://openalex.org/W2765861397", + "https://openalex.org/W2768911907", + "https://openalex.org/W2770660451", + "https://openalex.org/W2777417212", + "https://openalex.org/W2782714865", + "https://openalex.org/W2787894218", + "https://openalex.org/W2788403524", + "https://openalex.org/W2794371820", + "https://openalex.org/W2795982117", + "https://openalex.org/W2799103053", + "https://openalex.org/W2805869290", + "https://openalex.org/W2887432454", + "https://openalex.org/W2888317899", + "https://openalex.org/W2891423421", + "https://openalex.org/W2899283552", + "https://openalex.org/W2900119356", + "https://openalex.org/W2902480423", + "https://openalex.org/W2902946198", + "https://openalex.org/W2909451642", + "https://openalex.org/W2911964244", + "https://openalex.org/W2919115771", + "https://openalex.org/W2950974717", + "https://openalex.org/W2962757926", + "https://openalex.org/W2962761333", + "https://openalex.org/W2962899390", + "https://openalex.org/W2963448313", + "https://openalex.org/W2964027982", + "https://openalex.org/W2964059953", + "https://openalex.org/W2964128214", + "https://openalex.org/W2964129632", + "https://openalex.org/W2971781109", + "https://openalex.org/W4210968171", + "https://openalex.org/W4213332169", + "https://openalex.org/W4233518571", + "https://openalex.org/W4238160257", + "https://openalex.org/W4250955649" + ], + "related_works": [ + "https://openalex.org/W2772595360", + "https://openalex.org/W2221523880", + "https://openalex.org/W3046946477", + "https://openalex.org/W2010181683", + "https://openalex.org/W2778641779", + "https://openalex.org/W2967095864", + "https://openalex.org/W2056815676", + "https://openalex.org/W2284359467", + "https://openalex.org/W204992595", + "https://openalex.org/W2049238023" + ], + "abstract_inverted_index": { + "The": [ + 0, + 100 + ], + "field": [ + 1, + 16 + ], + "of": [ + 2, + 12, + 31, + 70, + 78, + 104, + 112, + 122, + 142 + ], + "fluid": [ + 3, + 47, + 81, + 98, + 143 + ], + "mechanics": [ + 4, + 144 + ], + "is": [ + 5 + ], + "rapidly": [ + 6 + ], + "advancing,": [ + 7 + ], + "driven": [ + 8 + ], + "by": [ + 9 + ], + "unprecedented": [ + 10 + ], + "volumes": [ + 11 + ], + "data": [ + 13, + 37, + 117 + ], + "from": [ + 14, + 36, + 109 + ], + "experiments,": [ + 15, + 124 + ], + "measurements,": [ + 17 + ], + "and": [ + 18, + 56, + 63, + 75, + 88, + 96, + 102, + 125, + 136, + 146 + ], + "large-scale": [ + 19 + ], + "simulations": [ + 20 + ], + "at": [ + 21 + ], + "multiple": [ + 22 + ], + "spatiotemporal": [ + 23 + ], + "scales.": [ + 24 + ], + "Machine": [ + 25 + ], + "learning": [ + 26 + ], + "(ML)": [ + 27 + ], + "offers": [ + 28 + ], + "a": [ + 29, + 129 + ], + "wealth": [ + 30 + ], + "techniques": [ + 32 + ], + "to": [ + 33, + 60 + ], + "extract": [ + 34 + ], + "information": [ + 35 + ], + "that": [ + 38, + 115, + 133 + ], + "can": [ + 39, + 52, + 134 + ], + "be": [ + 40 + ], + "translated": [ + 41 + ], + "into": [ + 42 + ], + "knowledge": [ + 43, + 55 + ], + "about": [ + 44 + ], + "the": [ + 45, + 110 + ], + "underlying": [ + 46 + ], + "mechanics.": [ + 48, + 82 + ], + "Moreover,": [ + 49 + ], + "ML": [ + 50, + 79, + 86, + 127 + ], + "algorithms": [ + 51 + ], + "augment": [ + 53 + ], + "domain": [ + 54 + ], + "automate": [ + 57 + ], + "tasks": [ + 58 + ], + "related": [ + 59 + ], + "flow": [ + 61 + ], + "control": [ + 62 + ], + "optimization.": [ + 64 + ], + "This": [ + 65 + ], + "article": [ + 66 + ], + "presents": [ + 67 + ], + "an": [ + 68, + 119 + ], + "overview": [ + 69 + ], + "past": [ + 71 + ], + "history,": [ + 72 + ], + "current": [ + 73, + 140 + ], + "developments,": [ + 74 + ], + "emerging": [ + 76 + ], + "opportunities": [ + 77 + ], + "for": [ + 80, + 92 + ], + "We": [ + 83 + ], + "outline": [ + 84 + ], + "fundamental": [ + 85 + ], + "methodologies": [ + 87 + ], + "discuss": [ + 89 + ], + "their": [ + 90 + ], + "uses": [ + 91 + ], + "understanding,": [ + 93 + ], + "modeling,": [ + 94, + 123 + ], + "optimizing,": [ + 95 + ], + "controlling": [ + 97 + ], + "flows.": [ + 99 + ], + "strengths": [ + 101 + ], + "limitations": [ + 103 + ], + "these": [ + 105 + ], + "methods": [ + 106 + ], + "are": [ + 107 + ], + "addressed": [ + 108 + ], + "perspective": [ + 111 + ], + "scientific": [ + 113 + ], + "inquiry": [ + 114 + ], + "considers": [ + 116 + ], + "as": [ + 118 + ], + "inherent": [ + 120 + ], + "part": [ + 121 + ], + "simulations.": [ + 126 + ], + "provides": [ + 128 + ], + "powerful": [ + 130 + ], + "information-processing": [ + 131 + ], + "framework": [ + 132 + ], + "augment,": [ + 135 + ], + "possibly": [ + 137 + ], + "even": [ + 138 + ], + "transform,": [ + 139 + ], + "lines": [ + 141 + ], + "research": [ + 145 + ], + "industrial": [ + 147 + ], + "applications.": [ + 148 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 232 + }, + { + "year": 2025, + "cited_by_count": 548 + }, + { + "year": 2024, + "cited_by_count": 526 + }, + { + "year": 2023, + "cited_by_count": 435 + }, + { + "year": 2022, + "cited_by_count": 396 + }, + { + "year": 2021, + "cited_by_count": 285 + }, + { + "year": 2020, + "cited_by_count": 121 + }, + { + "year": 2019, + "cited_by_count": 10 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2019-09-19T00:00:00" + }, + { + "id": "https://openalex.org/W2111547563", + "doi": "https://doi.org/10.1016/j.csbj.2014.11.005", + "title": "Machine learning applications in cancer prognosis and prediction", + "display_name": "Machine learning applications in cancer prognosis and prediction", + "relevance_score": 3577.4424, + "publication_year": 2014, + "publication_date": "2014-11-15", + "ids": { + "openalex": "https://openalex.org/W2111547563", + "doi": "https://doi.org/10.1016/j.csbj.2014.11.005", + "mag": "2111547563", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/25750696" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1016/j.csbj.2014.11.005", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1016/j.csbj.2014.11.005", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2764539591", + "display_name": "Computational and Structural Biotechnology Journal", + "issn_l": "2001-0370", + "issn": [ + "2001-0370" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320990", + "host_organization_name": "Elsevier BV", + "host_organization_lineage": [ + "https://openalex.org/P4310320990" + ], + "host_organization_lineage_names": [ + "Elsevier BV" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Computational and Structural Biotechnology Journal", + "raw_type": "journal-article" + }, + "type": "review", + "indexed_in": [ + "crossref", + "doaj", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "gold", + "oa_url": "https://doi.org/10.1016/j.csbj.2014.11.005", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5067569191", + "display_name": "Κωνσταντίνα Κούρου", + "orcid": "https://orcid.org/0000-0003-4310-2739" + }, + "institutions": [ + { + "id": "https://openalex.org/I194019607", + "display_name": "University of Ioannina", + "ror": "https://ror.org/01qg3j183", + "country_code": "GR", + "type": "education", + "lineage": [ + "https://openalex.org/I194019607" + ] + } + ], + "countries": [ + "GR" + ], + "is_corresponding": false, + "raw_author_name": "Konstantina Kourou", + "raw_affiliation_strings": [ + "Unit of Medical Technology and Intelligent Information Systems, Dept. of Materials Science and Engineering, University of Ioannina, Ioannina, Greece" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Unit of Medical Technology and Intelligent Information Systems, Dept. of Materials Science and Engineering, University of Ioannina, Ioannina, Greece", + "institution_ids": [ + "https://openalex.org/I194019607" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5104150275", + "display_name": "Themis P. Exarchos", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I194019607", + "display_name": "University of Ioannina", + "ror": "https://ror.org/01qg3j183", + "country_code": "GR", + "type": "education", + "lineage": [ + "https://openalex.org/I194019607" + ] + }, + { + "id": "https://openalex.org/I4210105723", + "display_name": "FORTH Institute of Molecular Biology and Biotechnology", + "ror": "https://ror.org/01gzszr18", + "country_code": "GR", + "type": "facility", + "lineage": [ + "https://openalex.org/I4210105723", + "https://openalex.org/I8901234" + ] + } + ], + "countries": [ + "GR" + ], + "is_corresponding": false, + "raw_author_name": "Themis P. Exarchos", + "raw_affiliation_strings": [ + "IMBB — FORTH, Dept. of Biomedical Research, Ioannina, Greece", + "Unit of Medical Technology and Intelligent Information Systems, Dept. of Materials Science and Engineering, University of Ioannina, Ioannina, Greece" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "IMBB — FORTH, Dept. of Biomedical Research, Ioannina, Greece", + "institution_ids": [ + "https://openalex.org/I4210105723" + ] + }, + { + "raw_affiliation_string": "Unit of Medical Technology and Intelligent Information Systems, Dept. of Materials Science and Engineering, University of Ioannina, Ioannina, Greece", + "institution_ids": [ + "https://openalex.org/I194019607" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5017880834", + "display_name": "Konstantinos Exarchos", + "orcid": "https://orcid.org/0000-0002-4754-7623" + }, + "institutions": [ + { + "id": "https://openalex.org/I194019607", + "display_name": "University of Ioannina", + "ror": "https://ror.org/01qg3j183", + "country_code": "GR", + "type": "education", + "lineage": [ + "https://openalex.org/I194019607" + ] + } + ], + "countries": [ + "GR" + ], + "is_corresponding": false, + "raw_author_name": "Konstantinos P. Exarchos", + "raw_affiliation_strings": [ + "Unit of Medical Technology and Intelligent Information Systems, Dept. of Materials Science and Engineering, University of Ioannina, Ioannina, Greece" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Unit of Medical Technology and Intelligent Information Systems, Dept. of Materials Science and Engineering, University of Ioannina, Ioannina, Greece", + "institution_ids": [ + "https://openalex.org/I194019607" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5084550691", + "display_name": "Michalis V. Karamouzis", + "orcid": "https://orcid.org/0000-0003-1369-8201" + }, + "institutions": [ + { + "id": "https://openalex.org/I200777214", + "display_name": "National and Kapodistrian University of Athens", + "ror": "https://ror.org/04gnjpq42", + "country_code": "GR", + "type": "education", + "lineage": [ + "https://openalex.org/I200777214" + ] + } + ], + "countries": [ + "GR" + ], + "is_corresponding": false, + "raw_author_name": "Michalis V. Karamouzis", + "raw_affiliation_strings": [ + "Molecular Oncology Unit, Department of Biological Chemistry, Medical School, University of Athens, Athens, Greece" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Molecular Oncology Unit, Department of Biological Chemistry, Medical School, University of Athens, Athens, Greece", + "institution_ids": [ + "https://openalex.org/I200777214" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5037813012", + "display_name": "Dimitrios I. Fotiadis", + "orcid": "https://orcid.org/0000-0002-7362-5082" + }, + "institutions": [ + { + "id": "https://openalex.org/I194019607", + "display_name": "University of Ioannina", + "ror": "https://ror.org/01qg3j183", + "country_code": "GR", + "type": "education", + "lineage": [ + "https://openalex.org/I194019607" + ] + }, + { + "id": "https://openalex.org/I4210105723", + "display_name": "FORTH Institute of Molecular Biology and Biotechnology", + "ror": "https://ror.org/01gzszr18", + "country_code": "GR", + "type": "facility", + "lineage": [ + "https://openalex.org/I4210105723", + "https://openalex.org/I8901234" + ] + } + ], + "countries": [ + "GR" + ], + "is_corresponding": true, + "raw_author_name": "Dimitrios I. Fotiadis", + "raw_affiliation_strings": [ + "IMBB — FORTH, Dept. of Biomedical Research, Ioannina, Greece", + "Unit of Medical Technology and Intelligent Information Systems, Dept. of Materials Science and Engineering, University of Ioannina, Ioannina, Greece" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "IMBB — FORTH, Dept. of Biomedical Research, Ioannina, Greece", + "institution_ids": [ + "https://openalex.org/I4210105723" + ] + }, + { + "raw_affiliation_string": "Unit of Medical Technology and Intelligent Information Systems, Dept. of Materials Science and Engineering, University of Ioannina, Ioannina, Greece", + "institution_ids": [ + "https://openalex.org/I194019607" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 5, + "corresponding_author_ids": [ + "https://openalex.org/A5037813012" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I194019607", + "https://openalex.org/I4210105723" + ], + "apc_list": { + "value": 2450, + "currency": "EUR", + "value_usd": 2642 + }, + "apc_paid": { + "value": 2450, + "currency": "EUR", + "value_usd": 2642 + }, + "fwci": 61.3105, + "has_fulltext": false, + "cited_by_count": 3271, + "citation_normalized_percentile": { + "value": 0.9992261, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "13", + "issue": null, + "first_page": "8", + "last_page": "17" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10862", + "display_name": "AI in cancer detection", + "score": 0.9977999925613403, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10862", + "display_name": "AI in cancer detection", + "score": 0.9977999925613403, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11396", + "display_name": "Artificial Intelligence in Healthcare", + "score": 0.9937999844551086, + "subfield": { + "id": "https://openalex.org/subfields/3605", + "display_name": "Health Information Management" + }, + "field": { + "id": "https://openalex.org/fields/36", + "display_name": "Health Professions" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + }, + { + "id": "https://openalex.org/T10885", + "display_name": "Gene expression and cancer classification", + "score": 0.9843000173568726, + "subfield": { + "id": "https://openalex.org/subfields/1312", + "display_name": "Molecular Biology" + }, + "field": { + "id": "https://openalex.org/fields/13", + "display_name": "Biochemistry, Genetics and Molecular Biology" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.7670019865036011 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6441092491149902 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6317405104637146 + }, + { + "id": "https://openalex.org/keywords/support-vector-machine", + "display_name": "Support vector machine", + "score": 0.6097581386566162 + }, + { + "id": "https://openalex.org/keywords/cancer", + "display_name": "Cancer", + "score": 0.567906379699707 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.5353600978851318 + }, + { + "id": "https://openalex.org/keywords/bayesian-network", + "display_name": "Bayesian network", + "score": 0.5231181979179382 + }, + { + "id": "https://openalex.org/keywords/clinical-practice", + "display_name": "Clinical Practice", + "score": 0.46658024191856384 + }, + { + "id": "https://openalex.org/keywords/variety", + "display_name": "Variety (cybernetics)", + "score": 0.4417306184768677 + }, + { + "id": "https://openalex.org/keywords/field", + "display_name": "Field (mathematics)", + "score": 0.43627700209617615 + }, + { + "id": "https://openalex.org/keywords/predictive-modelling", + "display_name": "Predictive modelling", + "score": 0.4162035584449768 + }, + { + "id": "https://openalex.org/keywords/medicine", + "display_name": "Medicine", + "score": 0.2604517340660095 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.08188235759735107 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.7670019865036011 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6441092491149902 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6317405104637146 + }, + { + "id": "https://openalex.org/C12267149", + "wikidata": "https://www.wikidata.org/wiki/Q282453", + "display_name": "Support vector machine", + "level": 2, + "score": 0.6097581386566162 + }, + { + "id": "https://openalex.org/C121608353", + "wikidata": "https://www.wikidata.org/wiki/Q12078", + "display_name": "Cancer", + "level": 2, + "score": 0.567906379699707 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.5353600978851318 + }, + { + "id": "https://openalex.org/C33724603", + "wikidata": "https://www.wikidata.org/wiki/Q812540", + "display_name": "Bayesian network", + "level": 2, + "score": 0.5231181979179382 + }, + { + "id": "https://openalex.org/C2779974597", + "wikidata": "https://www.wikidata.org/wiki/Q28448986", + "display_name": "Clinical Practice", + "level": 2, + "score": 0.46658024191856384 + }, + { + "id": "https://openalex.org/C136197465", + "wikidata": "https://www.wikidata.org/wiki/Q1729295", + "display_name": "Variety (cybernetics)", + "level": 2, + "score": 0.4417306184768677 + }, + { + "id": "https://openalex.org/C9652623", + "wikidata": "https://www.wikidata.org/wiki/Q190109", + "display_name": "Field (mathematics)", + "level": 2, + "score": 0.43627700209617615 + }, + { + "id": "https://openalex.org/C45804977", + "wikidata": "https://www.wikidata.org/wiki/Q7239673", + "display_name": "Predictive modelling", + "level": 2, + "score": 0.4162035584449768 + }, + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.2604517340660095 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.08188235759735107 + }, + { + "id": "https://openalex.org/C202444582", + "wikidata": "https://www.wikidata.org/wiki/Q837863", + "display_name": "Pure mathematics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C126322002", + "wikidata": "https://www.wikidata.org/wiki/Q11180", + "display_name": "Internal medicine", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C512399662", + "wikidata": "https://www.wikidata.org/wiki/Q3505712", + "display_name": "Family medicine", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 4, + "locations": [ + { + "id": "doi:10.1016/j.csbj.2014.11.005", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1016/j.csbj.2014.11.005", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2764539591", + "display_name": "Computational and Structural Biotechnology Journal", + "issn_l": "2001-0370", + "issn": [ + "2001-0370" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320990", + "host_organization_name": "Elsevier BV", + "host_organization_lineage": [ + "https://openalex.org/P4310320990" + ], + "host_organization_lineage_names": [ + "Elsevier BV" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Computational and Structural Biotechnology Journal", + "raw_type": "journal-article" + }, + { + "id": "pmid:25750696", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/25750696", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Computational and structural biotechnology journal", + "raw_type": null + }, + { + "id": "pmh:oai:doaj.org/article:35b9fc4c35f148889aab32c978d9a58b", + "is_oa": true, + "landing_page_url": "https://doaj.org/article/35b9fc4c35f148889aab32c978d9a58b", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401280", + "display_name": "DOAJ (DOAJ: Directory of Open Access Journals)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by-sa", + "license_id": "https://openalex.org/licenses/cc-by-sa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Computational and Structural Biotechnology Journal, Vol 13, Iss C, Pp 8-17 (2015)", + "raw_type": "article" + }, + { + "id": "pmh:oai:europepmc.org:3318377", + "is_oa": true, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/4348437", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400806", + "display_name": "Europe PMC (PubMed Central)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1303153112", + "host_organization_name": "European Bioinformatics Institute", + "host_organization_lineage": [ + "https://openalex.org/I1303153112" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "Text" + } + ], + "best_oa_location": { + "id": "doi:10.1016/j.csbj.2014.11.005", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1016/j.csbj.2014.11.005", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2764539591", + "display_name": "Computational and Structural Biotechnology Journal", + "issn_l": "2001-0370", + "issn": [ + "2001-0370" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320990", + "host_organization_name": "Elsevier BV", + "host_organization_lineage": [ + "https://openalex.org/P4310320990" + ], + "host_organization_lineage_names": [ + "Elsevier BV" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Computational and Structural Biotechnology Journal", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [ + { + "score": 0.4099999964237213, + "display_name": "Peace, Justice and strong institutions", + "id": "https://metadata.un.org/sdg/16" + } + ], + "awards": [], + "funders": [ + { + "id": "https://openalex.org/F4320338370", + "display_name": "FP7 Information and Communication Technologies", + "ror": null + } + ], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 74, + "referenced_works": [ + "https://openalex.org/W1491953704", + "https://openalex.org/W1500572886", + "https://openalex.org/W1517879388", + "https://openalex.org/W1519433744", + "https://openalex.org/W1565377632", + "https://openalex.org/W1570448133", + "https://openalex.org/W1591717158", + "https://openalex.org/W1651586605", + "https://openalex.org/W1663973292", + "https://openalex.org/W1960669649", + "https://openalex.org/W1971005400", + "https://openalex.org/W1978761216", + "https://openalex.org/W1983024255", + "https://openalex.org/W1985663400", + "https://openalex.org/W1987776395", + "https://openalex.org/W1989628460", + "https://openalex.org/W1992297816", + "https://openalex.org/W1993628165", + "https://openalex.org/W1995199599", + "https://openalex.org/W2007265575", + "https://openalex.org/W2011021469", + "https://openalex.org/W2014510428", + "https://openalex.org/W2017337590", + "https://openalex.org/W2020402396", + "https://openalex.org/W2021100122", + "https://openalex.org/W2025060250", + "https://openalex.org/W2025738103", + "https://openalex.org/W2036839465", + "https://openalex.org/W2041652340", + "https://openalex.org/W2048701123", + "https://openalex.org/W2053522428", + "https://openalex.org/W2058089746", + "https://openalex.org/W2062364738", + "https://openalex.org/W2083780116", + "https://openalex.org/W2088338744", + "https://openalex.org/W2089927030", + "https://openalex.org/W2091947792", + "https://openalex.org/W2097554668", + "https://openalex.org/W2105882193", + "https://openalex.org/W2109103446", + "https://openalex.org/W2109896839", + "https://openalex.org/W2111461407", + "https://openalex.org/W2116841457", + "https://openalex.org/W2117692326", + "https://openalex.org/W2118366842", + "https://openalex.org/W2119782683", + "https://openalex.org/W2122227569", + "https://openalex.org/W2123696692", + "https://openalex.org/W2126009609", + "https://openalex.org/W2128767954", + "https://openalex.org/W2130338776", + "https://openalex.org/W2132619562", + "https://openalex.org/W2133601033", + "https://openalex.org/W2140218006", + "https://openalex.org/W2148078825", + "https://openalex.org/W2152121590", + "https://openalex.org/W2154362705", + "https://openalex.org/W2155461561", + "https://openalex.org/W2156483112", + "https://openalex.org/W2157132621", + "https://openalex.org/W2157239837", + "https://openalex.org/W2163042952", + "https://openalex.org/W2167645795", + "https://openalex.org/W2167769381", + "https://openalex.org/W2170379523", + "https://openalex.org/W2324845196", + "https://openalex.org/W2431164060", + "https://openalex.org/W2476253186", + "https://openalex.org/W2977661550", + "https://openalex.org/W4205774955", + "https://openalex.org/W4255865525", + "https://openalex.org/W4296886862", + "https://openalex.org/W6660969321", + "https://openalex.org/W6663876547" + ], + "related_works": [ + "https://openalex.org/W2032233321", + "https://openalex.org/W3121970507", + "https://openalex.org/W2110028391", + "https://openalex.org/W54497855", + "https://openalex.org/W217960748", + "https://openalex.org/W3125814499", + "https://openalex.org/W2090827041", + "https://openalex.org/W2565703248", + "https://openalex.org/W187246281", + "https://openalex.org/W2143548620" + ], + "abstract_inverted_index": { + "Cancer": [ + 0 + ], + "has": [ + 1, + 51 + ], + "been": [ + 2, + 76, + 129 + ], + "characterized": [ + 3 + ], + "as": [ + 4, + 29, + 78, + 216, + 218, + 250 + ], + "a": [ + 5, + 19, + 24, + 191 + ], + "heterogeneous": [ + 6 + ], + "disease": [ + 7 + ], + "consisting": [ + 8 + ], + "of": [ + 9, + 18, + 37, + 41, + 67, + 87, + 94, + 109, + 138, + 156, + 163, + 169, + 193, + 201, + 233 + ], + "many": [ + 10, + 53 + ], + "different": [ + 11, + 220 + ], + "subtypes.": [ + 12 + ], + "The": [ + 13, + 39, + 204 + ], + "early": [ + 14 + ], + "diagnosis": [ + 15 + ], + "and": [ + 16, + 59, + 85, + 124, + 144, + 223 + ], + "prognosis": [ + 17 + ], + "cancer": [ + 20, + 27, + 43, + 133, + 164, + 202, + 237, + 255 + ], + "type": [ + 21 + ], + "have": [ + 22, + 75, + 128 + ], + "become": [ + 23 + ], + "necessity": [ + 25 + ], + "in": [ + 26, + 132, + 142, + 173, + 181, + 198, + 236 + ], + "research,": [ + 28, + 238 + ], + "it": [ + 30, + 150 + ], + "can": [ + 31, + 159 + ], + "facilitate": [ + 32 + ], + "the": [ + 33, + 57, + 60, + 65, + 83, + 92, + 136, + 154, + 182, + 199, + 227, + 231, + 242 + ], + "subsequent": [ + 34 + ], + "clinical": [ + 35, + 184 + ], + "management": [ + 36 + ], + "patients.": [ + 38 + ], + "importance": [ + 40 + ], + "classifying": [ + 42 + ], + "patients": [ + 44 + ], + "into": [ + 45 + ], + "high": [ + 46 + ], + "or": [ + 47, + 257 + ], + "low": [ + 48 + ], + "risk": [ + 49, + 256 + ], + "groups": [ + 50 + ], + "led": [ + 52 + ], + "research": [ + 54, + 134 + ], + "teams,": [ + 55 + ], + "from": [ + 56, + 101 + ], + "biomedical": [ + 58 + ], + "bioinformatics": [ + 61 + ], + "field,": [ + 62 + ], + "to": [ + 63, + 81, + 97, + 178, + 253 + ], + "study": [ + 64 + ], + "application": [ + 66, + 232 + ], + "machine": [ + 68 + ], + "learning": [ + 69 + ], + "(ML)": [ + 70 + ], + "methods.": [ + 71 + ], + "Therefore,": [ + 72 + ], + "these": [ + 73, + 110, + 176, + 248 + ], + "techniques": [ + 74, + 215, + 249 + ], + "utilized": [ + 77 + ], + "an": [ + 79, + 166, + 251 + ], + "aim": [ + 80, + 252 + ], + "model": [ + 82, + 254 + ], + "progression": [ + 84 + ], + "treatment": [ + 86 + ], + "cancerous": [ + 88 + ], + "conditions.": [ + 89 + ], + "In": [ + 90, + 186 + ], + "addition,": [ + 91 + ], + "ability": [ + 93 + ], + "ML": [ + 95, + 157, + 195, + 214, + 234 + ], + "tools": [ + 96 + ], + "detect": [ + 98 + ], + "key": [ + 99 + ], + "features": [ + 100, + 222 + ], + "complex": [ + 102 + ], + "datasets": [ + 103 + ], + "reveals": [ + 104 + ], + "their": [ + 105 + ], + "importance.": [ + 106 + ], + "A": [ + 107 + ], + "variety": [ + 108 + ], + "techniques,": [ + 111 + ], + "including": [ + 112 + ], + "Artificial": [ + 113 + ], + "Neural": [ + 114 + ], + "Networks": [ + 115, + 118 + ], + "(ANNs),": [ + 116 + ], + "Bayesian": [ + 117 + ], + "(BNs),": [ + 119 + ], + "Support": [ + 120 + ], + "Vector": [ + 121 + ], + "Machines": [ + 122 + ], + "(SVMs)": [ + 123 + ], + "Decision": [ + 125 + ], + "Trees": [ + 126 + ], + "(DTs)": [ + 127 + ], + "widely": [ + 130 + ], + "applied": [ + 131 + ], + "for": [ + 135, + 175 + ], + "development": [ + 137 + ], + "predictive": [ + 139, + 205 + ], + "models,": [ + 140 + ], + "resulting": [ + 141 + ], + "effective": [ + 143 + ], + "accurate": [ + 145 + ], + "decision": [ + 146 + ], + "making.": [ + 147 + ], + "Even": [ + 148 + ], + "though": [ + 149 + ], + "is": [ + 151, + 171 + ], + "evident": [ + 152 + ], + "that": [ + 153, + 246 + ], + "use": [ + 155 + ], + "methods": [ + 158, + 177, + 235 + ], + "improve": [ + 160 + ], + "our": [ + 161 + ], + "understanding": [ + 162 + ], + "progression,": [ + 165 + ], + "appropriate": [ + 167 + ], + "level": [ + 168 + ], + "validation": [ + 170 + ], + "needed": [ + 172 + ], + "order": [ + 174 + ], + "be": [ + 179 + ], + "considered": [ + 180 + ], + "everyday": [ + 183 + ], + "practice.": [ + 185 + ], + "this": [ + 187 + ], + "work,": [ + 188 + ], + "we": [ + 189, + 239 + ], + "present": [ + 190, + 240 + ], + "review": [ + 192 + ], + "recent": [ + 194, + 244 + ], + "approaches": [ + 196 + ], + "employed": [ + 197 + ], + "modeling": [ + 200 + ], + "progression.": [ + 203 + ], + "models": [ + 206 + ], + "discussed": [ + 207 + ], + "here": [ + 208, + 241 + ], + "are": [ + 209 + ], + "based": [ + 210 + ], + "on": [ + 211, + 219, + 230 + ], + "various": [ + 212 + ], + "supervised": [ + 213 + ], + "well": [ + 217 + ], + "input": [ + 221 + ], + "data": [ + 224 + ], + "samples.": [ + 225 + ], + "Given": [ + 226 + ], + "growing": [ + 228 + ], + "trend": [ + 229 + ], + "most": [ + 243 + ], + "publications": [ + 245 + ], + "employ": [ + 247 + ], + "patient": [ + 258 + ], + "outcomes.": [ + 259 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 127 + }, + { + "year": 2025, + "cited_by_count": 408 + }, + { + "year": 2024, + "cited_by_count": 427 + }, + { + "year": 2023, + "cited_by_count": 421 + }, + { + "year": 2022, + "cited_by_count": 411 + }, + { + "year": 2021, + "cited_by_count": 446 + }, + { + "year": 2020, + "cited_by_count": 441 + }, + { + "year": 2019, + "cited_by_count": 280 + }, + { + "year": 2018, + "cited_by_count": 165 + }, + { + "year": 2017, + "cited_by_count": 84 + }, + { + "year": 2016, + "cited_by_count": 49 + }, + { + "year": 2015, + "cited_by_count": 11 + }, + { + "year": 2014, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2525984666", + "doi": "https://doi.org/10.1056/nejmp1606181", + "title": "Predicting the Future — Big Data, Machine Learning, and Clinical Medicine", + "display_name": "Predicting the Future — Big Data, Machine Learning, and Clinical Medicine", + "relevance_score": 3574.7341, + "publication_year": 2016, + "publication_date": "2016-09-28", + "ids": { + "openalex": "https://openalex.org/W2525984666", + "doi": "https://doi.org/10.1056/nejmp1606181", + "mag": "2525984666" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1056/nejmp1606181", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1056/nejmp1606181", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S62468778", + "display_name": "New England Journal of Medicine", + "issn_l": "0028-4793", + "issn": [ + "0028-4793", + "1533-4406" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320239", + "host_organization_name": "Massachusetts Medical Society", + "host_organization_lineage": [ + "https://openalex.org/P4310320239" + ], + "host_organization_lineage_names": [ + "Massachusetts Medical Society" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "New England Journal of Medicine", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/5070532", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5017000481", + "display_name": "Ziad Obermeyer", + "orcid": "https://orcid.org/0000-0002-4563-5849" + }, + "institutions": [ + { + "id": "https://openalex.org/I136199984", + "display_name": "Harvard University", + "ror": "https://ror.org/03vek6s52", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I136199984" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Ziad Obermeyer", + "raw_affiliation_strings": [ + "Department of Health Care Policy, Harvard Medical School, Boston, and the Department of Medical Ethics and Health Policy, Perelman School of Medicine" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Health Care Policy, Harvard Medical School, Boston, and the Department of Medical Ethics and Health Policy, Perelman School of Medicine", + "institution_ids": [ + "https://openalex.org/I136199984" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5012567636", + "display_name": "Ezekiel Emanuel", + "orcid": "https://orcid.org/0000-0002-9796-5735" + }, + "institutions": [ + { + "id": "https://openalex.org/I79576946", + "display_name": "University of Pennsylvania", + "ror": "https://ror.org/00b30xv10", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I79576946" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Ezekiel J. Emanuel", + "raw_affiliation_strings": [ + "Department of Health Care Management, Wharton School, University of Pennsylvania, Philadelphia" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Health Care Management, Wharton School, University of Pennsylvania, Philadelphia", + "institution_ids": [ + "https://openalex.org/I79576946" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5017000481" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I136199984" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 397.113, + "has_fulltext": false, + "cited_by_count": 3448, + "citation_normalized_percentile": { + "value": 1.0, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 96, + "max": 100 + }, + "biblio": { + "volume": "375", + "issue": "13", + "first_page": "1216", + "last_page": "1219" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11396", + "display_name": "Artificial Intelligence in Healthcare", + "score": 0.9932000041007996, + "subfield": { + "id": "https://openalex.org/subfields/3605", + "display_name": "Health Information Management" + }, + "field": { + "id": "https://openalex.org/fields/36", + "display_name": "Health Professions" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11396", + "display_name": "Artificial Intelligence in Healthcare", + "score": 0.9932000041007996, + "subfield": { + "id": "https://openalex.org/subfields/3605", + "display_name": "Health Information Management" + }, + "field": { + "id": "https://openalex.org/fields/36", + "display_name": "Health Professions" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + }, + { + "id": "https://openalex.org/T11636", + "display_name": "Artificial Intelligence in Healthcare and Education", + "score": 0.991599977016449, + "subfield": { + "id": "https://openalex.org/subfields/2718", + "display_name": "Health Informatics" + }, + "field": { + "id": "https://openalex.org/fields/27", + "display_name": "Medicine" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + }, + { + "id": "https://openalex.org/T13702", + "display_name": "Machine Learning in Healthcare", + "score": 0.9872000217437744, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/medicine", + "display_name": "Medicine", + "score": 0.766974925994873 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6763951182365417 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6183133125305176 + }, + { + "id": "https://openalex.org/keywords/big-data", + "display_name": "Big data", + "score": 0.47957199811935425 + }, + { + "id": "https://openalex.org/keywords/precision-medicine", + "display_name": "Precision medicine", + "score": 0.46924924850463867 + }, + { + "id": "https://openalex.org/keywords/data-science", + "display_name": "Data science", + "score": 0.45585569739341736 + }, + { + "id": "https://openalex.org/keywords/scale-invariant-feature-transform", + "display_name": "Scale-invariant feature transform", + "score": 0.4480826258659363 + }, + { + "id": "https://openalex.org/keywords/medline", + "display_name": "MEDLINE", + "score": 0.42730244994163513 + }, + { + "id": "https://openalex.org/keywords/medical-physics", + "display_name": "Medical physics", + "score": 0.41148635745048523 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.21748274564743042 + }, + { + "id": "https://openalex.org/keywords/pathology", + "display_name": "Pathology", + "score": 0.20210126042366028 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.19222670793533325 + }, + { + "id": "https://openalex.org/keywords/feature-extraction", + "display_name": "Feature extraction", + "score": 0.09807196259498596 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.766974925994873 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6763951182365417 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6183133125305176 + }, + { + "id": "https://openalex.org/C75684735", + "wikidata": "https://www.wikidata.org/wiki/Q858810", + "display_name": "Big data", + "level": 2, + "score": 0.47957199811935425 + }, + { + "id": "https://openalex.org/C163763905", + "wikidata": "https://www.wikidata.org/wiki/Q17075943", + "display_name": "Precision medicine", + "level": 2, + "score": 0.46924924850463867 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.45585569739341736 + }, + { + "id": "https://openalex.org/C61265191", + "wikidata": "https://www.wikidata.org/wiki/Q767770", + "display_name": "Scale-invariant feature transform", + "level": 3, + "score": 0.4480826258659363 + }, + { + "id": "https://openalex.org/C2779473830", + "wikidata": "https://www.wikidata.org/wiki/Q1540899", + "display_name": "MEDLINE", + "level": 2, + "score": 0.42730244994163513 + }, + { + "id": "https://openalex.org/C19527891", + "wikidata": "https://www.wikidata.org/wiki/Q1120908", + "display_name": "Medical physics", + "level": 1, + "score": 0.41148635745048523 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.21748274564743042 + }, + { + "id": "https://openalex.org/C142724271", + "wikidata": "https://www.wikidata.org/wiki/Q7208", + "display_name": "Pathology", + "level": 1, + "score": 0.20210126042366028 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.19222670793533325 + }, + { + "id": "https://openalex.org/C52622490", + "wikidata": "https://www.wikidata.org/wiki/Q1026626", + "display_name": "Feature extraction", + "level": 2, + "score": 0.09807196259498596 + }, + { + "id": "https://openalex.org/C199539241", + "wikidata": "https://www.wikidata.org/wiki/Q7748", + "display_name": "Law", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C17744445", + "wikidata": "https://www.wikidata.org/wiki/Q36442", + "display_name": "Political science", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "doi:10.1056/nejmp1606181", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1056/nejmp1606181", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S62468778", + "display_name": "New England Journal of Medicine", + "issn_l": "0028-4793", + "issn": [ + "0028-4793", + "1533-4406" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320239", + "host_organization_name": "Massachusetts Medical Society", + "host_organization_lineage": [ + "https://openalex.org/P4310320239" + ], + "host_organization_lineage_names": [ + "Massachusetts Medical Society" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "New England Journal of Medicine", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:pubmedcentral.nih.gov:5070532", + "is_oa": true, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/5070532", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2764455111", + "display_name": "PubMed Central", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "N Engl J Med", + "raw_type": "Text" + } + ], + "best_oa_location": { + "id": "pmh:oai:pubmedcentral.nih.gov:5070532", + "is_oa": true, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/5070532", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2764455111", + "display_name": "PubMed Central", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "N Engl J Med", + "raw_type": "Text" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 5, + "referenced_works": [ + "https://openalex.org/W2020506948", + "https://openalex.org/W2103018059", + "https://openalex.org/W2203167467", + "https://openalex.org/W2341256599", + "https://openalex.org/W2610886376" + ], + "related_works": [ + "https://openalex.org/W3014300295", + "https://openalex.org/W2297410961", + "https://openalex.org/W2548459112", + "https://openalex.org/W2905881943", + "https://openalex.org/W4224276240", + "https://openalex.org/W4312569874", + "https://openalex.org/W2946781799", + "https://openalex.org/W2588050043", + "https://openalex.org/W2531479711", + "https://openalex.org/W2191030086" + ], + "abstract_inverted_index": { + "The": [ + 0 + ], + "algorithms": [ + 1 + ], + "of": [ + 2, + 11, + 25, + 28 + ], + "machine": [ + 3 + ], + "learning,": [ + 4 + ], + "which": [ + 5 + ], + "can": [ + 6 + ], + "sift": [ + 7 + ], + "through": [ + 8 + ], + "vast": [ + 9 + ], + "numbers": [ + 10 + ], + "variables": [ + 12 + ], + "looking": [ + 13 + ], + "for": [ + 14 + ], + "combinations": [ + 15 + ], + "that": [ + 16 + ], + "reliably": [ + 17 + ], + "predict": [ + 18 + ], + "outcomes,": [ + 19 + ], + "will": [ + 20 + ], + "improve": [ + 21, + 34 + ], + "prognosis,": [ + 22 + ], + "displace": [ + 23 + ], + "much": [ + 24 + ], + "the": [ + 26 + ], + "work": [ + 27 + ], + "radiologists": [ + 29 + ], + "and": [ + 30, + 33 + ], + "anatomical": [ + 31 + ], + "pathologists,": [ + 32 + ], + "diagnostic": [ + 35 + ], + "accuracy.": [ + 36 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 200 + }, + { + "year": 2025, + "cited_by_count": 587 + }, + { + "year": 2024, + "cited_by_count": 517 + }, + { + "year": 2023, + "cited_by_count": 393 + }, + { + "year": 2022, + "cited_by_count": 380 + }, + { + "year": 2021, + "cited_by_count": 405 + }, + { + "year": 2020, + "cited_by_count": 372 + }, + { + "year": 2019, + "cited_by_count": 283 + }, + { + "year": 2018, + "cited_by_count": 205 + }, + { + "year": 2017, + "cited_by_count": 98 + }, + { + "year": 2016, + "cited_by_count": 3 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2923537029", + "doi": "https://doi.org/10.1103/revmodphys.91.045002", + "title": "Machine learning and the physical sciences", + "display_name": "Machine learning and the physical sciences", + "relevance_score": 3570.645, + "publication_year": 2019, + "publication_date": "2019-12-06", + "ids": { + "openalex": "https://openalex.org/W2923537029", + "doi": "https://doi.org/10.1103/revmodphys.91.045002", + "mag": "2923537029" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1103/revmodphys.91.045002", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1103/revmodphys.91.045002", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S73260565", + "display_name": "Reviews of Modern Physics", + "issn_l": "0034-6861", + "issn": [ + "0034-6861", + "1538-4527", + "1539-0756" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320261", + "host_organization_name": "American Physical Society", + "host_organization_lineage": [ + "https://openalex.org/P4310320261" + ], + "host_organization_lineage_names": [ + "American Physical Society" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Reviews of Modern Physics", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "arxiv", + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1903.10563", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5007408828", + "display_name": "Giuseppe Carleo", + "orcid": "https://orcid.org/0000-0002-8887-4356" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210153546", + "display_name": "Flatiron Health (United States)", + "ror": "https://ror.org/0508h6p74", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I4210153546" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Giuseppe Carleo", + "raw_affiliation_strings": [ + "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA" + ], + "raw_orcid": "https://orcid.org/0000-0002-8887-4356", + "affiliations": [ + { + "raw_affiliation_string": "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA", + "institution_ids": [ + "https://openalex.org/I4210153546" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5083228566", + "display_name": "J. I. Cirac", + "orcid": "https://orcid.org/0000-0003-3359-1743" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210153546", + "display_name": "Flatiron Health (United States)", + "ror": "https://ror.org/0508h6p74", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I4210153546" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Ignacio Cirac", + "raw_affiliation_strings": [ + "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA", + "institution_ids": [ + "https://openalex.org/I4210153546" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5108167175", + "display_name": "K. Cranmer", + "orcid": "https://orcid.org/0000-0002-5769-7094" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210153546", + "display_name": "Flatiron Health (United States)", + "ror": "https://ror.org/0508h6p74", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I4210153546" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Kyle Cranmer", + "raw_affiliation_strings": [ + "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA", + "institution_ids": [ + "https://openalex.org/I4210153546" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5058259063", + "display_name": "Laurent Daudet", + "orcid": "https://orcid.org/0000-0001-5811-1078" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210153546", + "display_name": "Flatiron Health (United States)", + "ror": "https://ror.org/0508h6p74", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I4210153546" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Laurent Daudet", + "raw_affiliation_strings": [ + "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA", + "institution_ids": [ + "https://openalex.org/I4210153546" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5073832417", + "display_name": "Maria Schuld", + "orcid": "https://orcid.org/0000-0001-8626-168X" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210153546", + "display_name": "Flatiron Health (United States)", + "ror": "https://ror.org/0508h6p74", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I4210153546" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Maria Schuld", + "raw_affiliation_strings": [ + "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA", + "institution_ids": [ + "https://openalex.org/I4210153546" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5004273274", + "display_name": "Naftali Tishby", + "orcid": "https://orcid.org/0000-0002-8086-4436" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210153546", + "display_name": "Flatiron Health (United States)", + "ror": "https://ror.org/0508h6p74", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I4210153546" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Naftali Tishby", + "raw_affiliation_strings": [ + "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA", + "institution_ids": [ + "https://openalex.org/I4210153546" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5024209749", + "display_name": "Leslie Vogt-Maranto", + "orcid": "https://orcid.org/0000-0002-7006-4582" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210153546", + "display_name": "Flatiron Health (United States)", + "ror": "https://ror.org/0508h6p74", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I4210153546" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Leslie Vogt-Maranto", + "raw_affiliation_strings": [ + "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA" + ], + "raw_orcid": "https://orcid.org/0000-0002-7006-4582", + "affiliations": [ + { + "raw_affiliation_string": "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA", + "institution_ids": [ + "https://openalex.org/I4210153546" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5089268172", + "display_name": "Lenka Zdeborová", + "orcid": "https://orcid.org/0000-0002-8377-3978" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210153546", + "display_name": "Flatiron Health (United States)", + "ror": "https://ror.org/0508h6p74", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I4210153546" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Lenka Zdeborová", + "raw_affiliation_strings": [ + "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Center for Computational Quantum Physics, Flatiron Institute, 162 5th Avenue, New York, New York 10010, USA", + "institution_ids": [ + "https://openalex.org/I4210153546" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 8, + "corresponding_author_ids": [ + "https://openalex.org/A5007408828" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I4210153546" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 98.7476, + "has_fulltext": false, + "cited_by_count": 2412, + "citation_normalized_percentile": { + "value": 0.99995194, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "91", + "issue": "4", + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11948", + "display_name": "Machine Learning in Materials Science", + "score": 0.998199999332428, + "subfield": { + "id": "https://openalex.org/subfields/2505", + "display_name": "Materials Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/25", + "display_name": "Materials Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11948", + "display_name": "Machine Learning in Materials Science", + "score": 0.998199999332428, + "subfield": { + "id": "https://openalex.org/subfields/2505", + "display_name": "Materials Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/25", + "display_name": "Materials Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10682", + "display_name": "Quantum Computing Algorithms and Architecture", + "score": 0.9898999929428101, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11804", + "display_name": "Quantum many-body systems", + "score": 0.9840999841690063, + "subfield": { + "id": "https://openalex.org/subfields/3107", + "display_name": "Atomic and Molecular Physics, and Optics" + }, + "field": { + "id": "https://openalex.org/fields/31", + "display_name": "Physics and Astronomy" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/physics", + "display_name": "Physics", + "score": 0.8221291899681091 + }, + { + "id": "https://openalex.org/keywords/field", + "display_name": "Field (mathematics)", + "score": 0.517598032951355 + }, + { + "id": "https://openalex.org/keywords/column", + "display_name": "Column (typography)", + "score": 0.5173665881156921 + }, + { + "id": "https://openalex.org/keywords/engineering-physics", + "display_name": "Engineering physics", + "score": 0.3996226489543915 + }, + { + "id": "https://openalex.org/keywords/library-science", + "display_name": "Library science", + "score": 0.3428024649620056 + }, + { + "id": "https://openalex.org/keywords/data-science", + "display_name": "Data science", + "score": 0.33104032278060913 + }, + { + "id": "https://openalex.org/keywords/engineering-ethics", + "display_name": "Engineering ethics", + "score": 0.3266659080982208 + }, + { + "id": "https://openalex.org/keywords/mechanical-engineering", + "display_name": "Mechanical engineering", + "score": 0.10730153322219849 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.08470335602760315 + }, + { + "id": "https://openalex.org/keywords/engineering", + "display_name": "Engineering", + "score": 0.08188295364379883 + }, + { + "id": "https://openalex.org/keywords/connection", + "display_name": "Connection (principal bundle)", + "score": 0.05932199954986572 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C121332964", + "wikidata": "https://www.wikidata.org/wiki/Q413", + "display_name": "Physics", + "level": 0, + "score": 0.8221291899681091 + }, + { + "id": "https://openalex.org/C9652623", + "wikidata": "https://www.wikidata.org/wiki/Q190109", + "display_name": "Field (mathematics)", + "level": 2, + "score": 0.517598032951355 + }, + { + "id": "https://openalex.org/C2780551164", + "wikidata": "https://www.wikidata.org/wiki/Q2306599", + "display_name": "Column (typography)", + "level": 3, + "score": 0.5173665881156921 + }, + { + "id": "https://openalex.org/C61696701", + "wikidata": "https://www.wikidata.org/wiki/Q770766", + "display_name": "Engineering physics", + "level": 1, + "score": 0.3996226489543915 + }, + { + "id": "https://openalex.org/C161191863", + "wikidata": "https://www.wikidata.org/wiki/Q199655", + "display_name": "Library science", + "level": 1, + "score": 0.3428024649620056 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.33104032278060913 + }, + { + "id": "https://openalex.org/C55587333", + "wikidata": "https://www.wikidata.org/wiki/Q1133029", + "display_name": "Engineering ethics", + "level": 1, + "score": 0.3266659080982208 + }, + { + "id": "https://openalex.org/C78519656", + "wikidata": "https://www.wikidata.org/wiki/Q101333", + "display_name": "Mechanical engineering", + "level": 1, + "score": 0.10730153322219849 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.08470335602760315 + }, + { + "id": "https://openalex.org/C127413603", + "wikidata": "https://www.wikidata.org/wiki/Q11023", + "display_name": "Engineering", + "level": 0, + "score": 0.08188295364379883 + }, + { + "id": "https://openalex.org/C13355873", + "wikidata": "https://www.wikidata.org/wiki/Q2920850", + "display_name": "Connection (principal bundle)", + "level": 2, + "score": 0.05932199954986572 + }, + { + "id": "https://openalex.org/C202444582", + "wikidata": "https://www.wikidata.org/wiki/Q837863", + "display_name": "Pure mathematics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 5, + "locations": [ + { + "id": "doi:10.1103/revmodphys.91.045002", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1103/revmodphys.91.045002", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S73260565", + "display_name": "Reviews of Modern Physics", + "issn_l": "0034-6861", + "issn": [ + "0034-6861", + "1538-4527", + "1539-0756" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320261", + "host_organization_name": "American Physical Society", + "host_organization_lineage": [ + "https://openalex.org/P4310320261" + ], + "host_organization_lineage_names": [ + "American Physical Society" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Reviews of Modern Physics", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:arXiv.org:1903.10563", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1903.10563", + "pdf_url": "https://arxiv.org/pdf/1903.10563", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:HAL:hal-02101667v1", + "is_oa": false, + "landing_page_url": "https://hal.science/hal-02101667", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402512", + "display_name": "HAL (Le Centre pour la Communication Scientifique Directe)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1294671590", + "host_organization_name": "Centre National de la Recherche Scientifique", + "host_organization_lineage": [ + "https://openalex.org/I1294671590" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Rev.Mod.Phys., 2019, 91 (4), pp.045002. ⟨10.1103/RevModPhys.91.045002⟩", + "raw_type": "Journal articles" + }, + { + "id": "pmh:oai:infoscience.epfl.ch:283035", + "is_oa": true, + "landing_page_url": "https://infoscience.epfl.ch/handle/20.500.14299/175040", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400487", + "display_name": "Infoscience (Ecole Polytechnique Fédérale de Lausanne)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by-nc-nd", + "license_id": "https://openalex.org/licenses/cc-by-nc-nd", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "research article" + }, + { + "id": "pmh:oai:pure.mpg.de:item_3192298", + "is_oa": true, + "landing_page_url": "http://hdl.handle.net/21.11116/0000-0005-B0C5-5", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400654", + "display_name": "MPG.PuRe (Max Planck Society)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I149899117", + "host_organization_name": "Max Planck Society", + "host_organization_lineage": [ + "https://openalex.org/I149899117" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "other-oa", + "license_id": "https://openalex.org/licenses/other-oa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Reviews of Modern Physics", + "raw_type": "info:eu-repo/semantics/article" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1903.10563", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1903.10563", + "pdf_url": "https://arxiv.org/pdf/1903.10563", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + "sustainable_development_goals": [], + "awards": [ + { + "id": "https://openalex.org/G162064734", + "display_name": null, + "funder_award_id": "W911NF-13-1-0387", + "funder_id": "https://openalex.org/F4320338281", + "funder_display_name": "Army Research Office" + }, + { + "id": "https://openalex.org/G3038972242", + "display_name": null, + "funder_award_id": "714608-SMiLe", + "funder_id": "https://openalex.org/F4320338335", + "funder_display_name": "H2020 European Research Council" + }, + { + "id": "https://openalex.org/G3228186847", + "display_name": null, + "funder_award_id": "ACI-1450310", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G346715306", + "display_name": null, + "funder_award_id": "OAC-1836650", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G6221687394", + "display_name": null, + "funder_award_id": "DMR-1420073", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320306076", + "display_name": "National Science Foundation", + "ror": "https://ror.org/021nxhr62" + }, + { + "id": "https://openalex.org/F4320338281", + "display_name": "Army Research Office", + "ror": "https://ror.org/05epdh915" + }, + { + "id": "https://openalex.org/F4320338335", + "display_name": "H2020 European Research Council", + "ror": "https://ror.org/0472cxd90" + } + ], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 580, + "referenced_works": [ + "https://openalex.org/W32507011", + "https://openalex.org/W41554520", + "https://openalex.org/W51943945", + "https://openalex.org/W577274971", + "https://openalex.org/W632087424", + "https://openalex.org/W659070123", + "https://openalex.org/W965729195", + "https://openalex.org/W1490670270", + "https://openalex.org/W1501987263", + "https://openalex.org/W1510052597", + "https://openalex.org/W1527520754", + "https://openalex.org/W1529624360", + "https://openalex.org/W1543736766", + "https://openalex.org/W1555084454", + "https://openalex.org/W1579940749", + "https://openalex.org/W1594031697", + "https://openalex.org/W1631356911", + "https://openalex.org/W1650706190", + "https://openalex.org/W1668248414", + "https://openalex.org/W1694049600", + "https://openalex.org/W1731081199", + "https://openalex.org/W1813659000", + "https://openalex.org/W1825525822", + "https://openalex.org/W1871641673", + "https://openalex.org/W1890000358", + "https://openalex.org/W1896203379", + "https://openalex.org/W1959879694", + "https://openalex.org/W1963762696", + "https://openalex.org/W1970789124", + "https://openalex.org/W1973128603", + "https://openalex.org/W1975907901", + "https://openalex.org/W1983959825", + "https://openalex.org/W1984793731", + "https://openalex.org/W1988369744", + "https://openalex.org/W1988790447", + "https://openalex.org/W1990124919", + "https://openalex.org/W1990755770", + "https://openalex.org/W1993482030", + "https://openalex.org/W1994395934", + "https://openalex.org/W1995842804", + "https://openalex.org/W1998515260", + "https://openalex.org/W1999383621", + "https://openalex.org/W1999975338", + "https://openalex.org/W2004531067", + "https://openalex.org/W2007749676", + "https://openalex.org/W2010536552", + "https://openalex.org/W2011535927", + "https://openalex.org/W2012895716", + "https://openalex.org/W2015990127", + "https://openalex.org/W2019781611", + "https://openalex.org/W2020452821", + "https://openalex.org/W2020786104", + "https://openalex.org/W2024514015", + "https://openalex.org/W2025444507", + "https://openalex.org/W2029007937", + "https://openalex.org/W2029413789", + "https://openalex.org/W2029507757", + "https://openalex.org/W2030450972", + "https://openalex.org/W2034451938", + "https://openalex.org/W2036463035", + "https://openalex.org/W2037768897", + "https://openalex.org/W2040171281", + "https://openalex.org/W2042318263", + "https://openalex.org/W2045973738", + "https://openalex.org/W2049530405", + "https://openalex.org/W2053881994", + "https://openalex.org/W2062363822", + "https://openalex.org/W2063397409", + "https://openalex.org/W2064675550", + "https://openalex.org/W2066424095", + "https://openalex.org/W2068476337", + "https://openalex.org/W2069129925", + "https://openalex.org/W2072420187", + "https://openalex.org/W2072637332", + "https://openalex.org/W2073065445", + "https://openalex.org/W2076063813", + "https://openalex.org/W2076476236", + "https://openalex.org/W2079488937", + "https://openalex.org/W2080021732", + "https://openalex.org/W2080173214", + "https://openalex.org/W2080531309", + "https://openalex.org/W2080635178", + "https://openalex.org/W2081119846", + "https://openalex.org/W2081748565", + "https://openalex.org/W2083415705", + "https://openalex.org/W2086789740", + "https://openalex.org/W2087375161", + "https://openalex.org/W2088025933", + "https://openalex.org/W2090614046", + "https://openalex.org/W2093437356", + "https://openalex.org/W2096391265", + "https://openalex.org/W2097714737", + "https://openalex.org/W2103496339", + "https://openalex.org/W2104489082", + "https://openalex.org/W2105724942", + "https://openalex.org/W2112370854", + "https://openalex.org/W2116064496", + "https://openalex.org/W2116416291", + "https://openalex.org/W2118706537", + "https://openalex.org/W2120802379", + "https://openalex.org/W2121863487", + "https://openalex.org/W2125621954", + "https://openalex.org/W2127048411", + "https://openalex.org/W2128084896", + "https://openalex.org/W2132914434", + "https://openalex.org/W2134344701", + "https://openalex.org/W2139812092", + "https://openalex.org/W2140862024", + "https://openalex.org/W2148539882", + "https://openalex.org/W2151729750", + "https://openalex.org/W2151781750", + "https://openalex.org/W2152876174", + "https://openalex.org/W2155413623", + "https://openalex.org/W2161966883", + "https://openalex.org/W2165960883", + "https://openalex.org/W2167298647", + "https://openalex.org/W2168029744", + "https://openalex.org/W2171253836", + "https://openalex.org/W2209668876", + "https://openalex.org/W2211979669", + "https://openalex.org/W2226799981", + "https://openalex.org/W2240020188", + "https://openalex.org/W2244690429", + "https://openalex.org/W2246040896", + "https://openalex.org/W2257086086", + "https://openalex.org/W2257617748", + "https://openalex.org/W2257937122", + "https://openalex.org/W2267648874", + "https://openalex.org/W2325907229", + "https://openalex.org/W2326812357", + "https://openalex.org/W2337082154", + "https://openalex.org/W2339008828", + "https://openalex.org/W2341702711", + "https://openalex.org/W2347891459", + "https://openalex.org/W2394697995", + "https://openalex.org/W2414456771", + "https://openalex.org/W2419175238", + "https://openalex.org/W2486570794", + "https://openalex.org/W2490183153", + "https://openalex.org/W2491766731", + "https://openalex.org/W2494808947", + "https://openalex.org/W2515276161", + "https://openalex.org/W2516533688", + "https://openalex.org/W2516912949", + "https://openalex.org/W2517648041", + "https://openalex.org/W2520022941", + "https://openalex.org/W2521066248", + "https://openalex.org/W2525193548", + "https://openalex.org/W2528697476", + "https://openalex.org/W2528710350", + "https://openalex.org/W2530117613", + "https://openalex.org/W2530819665", + "https://openalex.org/W2531147647", + "https://openalex.org/W2533940598", + "https://openalex.org/W2541404351", + "https://openalex.org/W2543804629", + "https://openalex.org/W2547192247", + "https://openalex.org/W2547447472", + "https://openalex.org/W2548129158", + "https://openalex.org/W2549491455", + "https://openalex.org/W2556341799", + "https://openalex.org/W2557778781", + "https://openalex.org/W2558748708", + "https://openalex.org/W2559394418", + "https://openalex.org/W2559655401", + "https://openalex.org/W2562250282", + "https://openalex.org/W2563240863", + "https://openalex.org/W2563437659", + "https://openalex.org/W2565722603", + "https://openalex.org/W2566505556", + "https://openalex.org/W2572438701", + "https://openalex.org/W2580506952", + "https://openalex.org/W2580838454", + "https://openalex.org/W2582157661", + "https://openalex.org/W2582761306", + "https://openalex.org/W2582886917", + "https://openalex.org/W2588219153", + "https://openalex.org/W2588591043", + "https://openalex.org/W2592570417", + "https://openalex.org/W2593634001", + "https://openalex.org/W2593807178", + "https://openalex.org/W2594041373", + "https://openalex.org/W2594639291", + "https://openalex.org/W2594780084", + "https://openalex.org/W2594983911", + "https://openalex.org/W2604272474", + "https://openalex.org/W2604506260", + "https://openalex.org/W2604901683", + "https://openalex.org/W2605800822", + "https://openalex.org/W2606429533", + "https://openalex.org/W2606470147", + "https://openalex.org/W2607662938", + "https://openalex.org/W2607839392", + "https://openalex.org/W2610038766", + "https://openalex.org/W2611652092", + "https://openalex.org/W2612065714", + "https://openalex.org/W2612690371", + "https://openalex.org/W2614083378", + "https://openalex.org/W2614157797", + "https://openalex.org/W2615473567", + "https://openalex.org/W2618159897", + "https://openalex.org/W2618574512", + "https://openalex.org/W2618646460", + "https://openalex.org/W2618945100", + "https://openalex.org/W2620286290", + "https://openalex.org/W2623750799", + "https://openalex.org/W2624637765", + "https://openalex.org/W2626454479", + "https://openalex.org/W2649051464", + "https://openalex.org/W2727796268", + "https://openalex.org/W2731335845", + "https://openalex.org/W2736592352", + "https://openalex.org/W2737327729", + "https://openalex.org/W2739440074", + "https://openalex.org/W2740976142", + "https://openalex.org/W2742127985", + "https://openalex.org/W2743218360", + "https://openalex.org/W2744415540", + "https://openalex.org/W2745533326", + "https://openalex.org/W2746272096", + "https://openalex.org/W2746470301", + "https://openalex.org/W2750458571", + "https://openalex.org/W2750586355", + "https://openalex.org/W2750673150", + "https://openalex.org/W2752849906", + "https://openalex.org/W2753545915", + "https://openalex.org/W2753962198", + "https://openalex.org/W2755157865", + "https://openalex.org/W2755190613", + "https://openalex.org/W2755695124", + "https://openalex.org/W2756015143", + "https://openalex.org/W2756291233", + "https://openalex.org/W2761015455", + "https://openalex.org/W2761329292", + "https://openalex.org/W2761704992", + "https://openalex.org/W2762549329", + "https://openalex.org/W2762761825", + "https://openalex.org/W2763146374", + "https://openalex.org/W2763850513", + "https://openalex.org/W2763894180", + "https://openalex.org/W2764347725", + "https://openalex.org/W2765128778", + "https://openalex.org/W2765372792", + "https://openalex.org/W2765499180", + "https://openalex.org/W2765597272", + "https://openalex.org/W2765861397", + "https://openalex.org/W2765910566", + "https://openalex.org/W2766140179", + "https://openalex.org/W2766183519", + "https://openalex.org/W2766323574", + "https://openalex.org/W2766572821", + "https://openalex.org/W2766678531", + "https://openalex.org/W2767545053", + "https://openalex.org/W2767713609", + "https://openalex.org/W2768213699", + "https://openalex.org/W2769068614", + "https://openalex.org/W2769287225", + "https://openalex.org/W2772549578", + "https://openalex.org/W2774682142", + "https://openalex.org/W2775562332", + "https://openalex.org/W2775599538", + "https://openalex.org/W2775970449", + "https://openalex.org/W2778051509", + "https://openalex.org/W2778530713", + "https://openalex.org/W2779710223", + "https://openalex.org/W2780640308", + "https://openalex.org/W2781708744", + "https://openalex.org/W2782213776", + "https://openalex.org/W2782714865", + "https://openalex.org/W2782719466", + "https://openalex.org/W2783102654", + "https://openalex.org/W2785331752", + "https://openalex.org/W2785813126", + "https://openalex.org/W2785838999", + "https://openalex.org/W2785942752", + "https://openalex.org/W2786295636", + "https://openalex.org/W2786721297", + "https://openalex.org/W2786956473", + "https://openalex.org/W2787088079", + "https://openalex.org/W2787955889", + "https://openalex.org/W2788379092", + "https://openalex.org/W2788577944", + "https://openalex.org/W2788652239", + "https://openalex.org/W2788808196", + "https://openalex.org/W2788824392", + "https://openalex.org/W2789327225", + "https://openalex.org/W2789590546", + "https://openalex.org/W2789706299", + "https://openalex.org/W2790105002", + "https://openalex.org/W2791995286", + "https://openalex.org/W2792137452", + "https://openalex.org/W2792315573", + "https://openalex.org/W2792351009", + "https://openalex.org/W2792521034", + "https://openalex.org/W2792944272", + "https://openalex.org/W2792946961", + "https://openalex.org/W2793087725", + "https://openalex.org/W2793179281", + "https://openalex.org/W2793645414", + "https://openalex.org/W2793709686", + "https://openalex.org/W2794727009", + "https://openalex.org/W2795016065", + "https://openalex.org/W2795407028", + "https://openalex.org/W2796506892", + "https://openalex.org/W2796744096", + "https://openalex.org/W2798084934", + "https://openalex.org/W2798368581", + "https://openalex.org/W2798398359", + "https://openalex.org/W2798434869", + "https://openalex.org/W2798439837", + "https://openalex.org/W2798701005", + "https://openalex.org/W2798718650", + "https://openalex.org/W2799038815", + "https://openalex.org/W2800301423", + "https://openalex.org/W2803163155", + "https://openalex.org/W2803328959", + "https://openalex.org/W2803439868", + "https://openalex.org/W2804425690", + "https://openalex.org/W2804639765", + "https://openalex.org/W2805461540", + "https://openalex.org/W2805827569", + "https://openalex.org/W2806094831", + "https://openalex.org/W2806315097", + "https://openalex.org/W2806607279", + "https://openalex.org/W2806687966", + "https://openalex.org/W2807616984", + "https://openalex.org/W2808455355", + "https://openalex.org/W2809092000", + "https://openalex.org/W2810437889", + "https://openalex.org/W2810441707", + "https://openalex.org/W2810443692", + "https://openalex.org/W2820787925", + "https://openalex.org/W2837143805", + "https://openalex.org/W2845055700", + "https://openalex.org/W2883445762", + "https://openalex.org/W2883954259", + "https://openalex.org/W2884430236", + "https://openalex.org/W2884564258", + "https://openalex.org/W2884817966", + "https://openalex.org/W2885278795", + "https://openalex.org/W2886382778", + "https://openalex.org/W2886408278", + "https://openalex.org/W2888720512", + "https://openalex.org/W2888774813", + "https://openalex.org/W2889149492", + "https://openalex.org/W2891423421", + "https://openalex.org/W2892666903", + "https://openalex.org/W2893674448", + "https://openalex.org/W2894980093", + "https://openalex.org/W2895363620", + "https://openalex.org/W2895846750", + "https://openalex.org/W2896410853", + "https://openalex.org/W2896564495", + "https://openalex.org/W2896712926", + "https://openalex.org/W2896817368", + "https://openalex.org/W2897050953", + "https://openalex.org/W2897760057", + "https://openalex.org/W2898121159", + "https://openalex.org/W2898391453", + "https://openalex.org/W2898595154", + "https://openalex.org/W2898966067", + "https://openalex.org/W2899415024", + "https://openalex.org/W2899961353", + "https://openalex.org/W2900466252", + "https://openalex.org/W2901551902", + "https://openalex.org/W2902247106", + "https://openalex.org/W2902639110", + "https://openalex.org/W2903935053", + "https://openalex.org/W2905527813", + "https://openalex.org/W2907627375", + "https://openalex.org/W2910259907", + "https://openalex.org/W2912516940", + "https://openalex.org/W2913063022", + "https://openalex.org/W2914465168", + "https://openalex.org/W2914520121", + "https://openalex.org/W2914529849", + "https://openalex.org/W2914982345", + "https://openalex.org/W2915156775", + "https://openalex.org/W2916052864", + "https://openalex.org/W2916528205", + "https://openalex.org/W2917217327", + "https://openalex.org/W2918745211", + "https://openalex.org/W2919115771", + "https://openalex.org/W2919751573", + "https://openalex.org/W2923779858", + "https://openalex.org/W2935584311", + "https://openalex.org/W2940305049", + "https://openalex.org/W2940425080", + "https://openalex.org/W2941443959", + "https://openalex.org/W2949158470", + "https://openalex.org/W2949697408", + "https://openalex.org/W2950881872", + "https://openalex.org/W2950999850", + "https://openalex.org/W2951004968", + "https://openalex.org/W2951993056", + "https://openalex.org/W2952177798", + "https://openalex.org/W2952203743", + "https://openalex.org/W2952877407", + "https://openalex.org/W2953283096", + "https://openalex.org/W2953495237", + "https://openalex.org/W2953581299", + "https://openalex.org/W2954332695", + "https://openalex.org/W2954692534", + "https://openalex.org/W2962730419", + "https://openalex.org/W2962929001", + "https://openalex.org/W2962938080", + "https://openalex.org/W2962947392", + "https://openalex.org/W2962999242", + "https://openalex.org/W2963071675", + "https://openalex.org/W2963072996", + "https://openalex.org/W2963173679", + "https://openalex.org/W2963784808", + "https://openalex.org/W2963819344", + "https://openalex.org/W2963827891", + "https://openalex.org/W2963886912", + "https://openalex.org/W2964156139", + "https://openalex.org/W2964268718", + "https://openalex.org/W2964313985", + "https://openalex.org/W2971059194", + "https://openalex.org/W2972246420", + "https://openalex.org/W2974176966", + "https://openalex.org/W2979001666", + "https://openalex.org/W2991697224", + "https://openalex.org/W2993717751", + "https://openalex.org/W2997073156", + "https://openalex.org/W2999905431", + "https://openalex.org/W3006317140", + "https://openalex.org/W3006943238", + "https://openalex.org/W3022095225", + "https://openalex.org/W3022539872", + "https://openalex.org/W3026847731", + "https://openalex.org/W3037108023", + "https://openalex.org/W3098229010", + "https://openalex.org/W3098509317", + "https://openalex.org/W3098558521", + "https://openalex.org/W3098574683", + "https://openalex.org/W3098827579", + "https://openalex.org/W3098847359", + "https://openalex.org/W3099013266", + "https://openalex.org/W3099014823", + "https://openalex.org/W3099142519", + "https://openalex.org/W3099186397", + "https://openalex.org/W3099267591", + "https://openalex.org/W3099305384", + "https://openalex.org/W3099381338", + "https://openalex.org/W3099423575", + "https://openalex.org/W3099659109", + "https://openalex.org/W3099680657", + "https://openalex.org/W3099765109", + "https://openalex.org/W3099782627", + "https://openalex.org/W3099813870", + "https://openalex.org/W3099950071", + "https://openalex.org/W3099956647", + "https://openalex.org/W3100009607", + "https://openalex.org/W3100068159", + "https://openalex.org/W3100072999", + "https://openalex.org/W3100127953", + "https://openalex.org/W3100248348", + "https://openalex.org/W3100294950", + "https://openalex.org/W3100492156", + "https://openalex.org/W3100511033", + "https://openalex.org/W3100550188", + "https://openalex.org/W3100571530", + "https://openalex.org/W3100749134", + "https://openalex.org/W3100757891", + "https://openalex.org/W3100942527", + "https://openalex.org/W3101119258", + "https://openalex.org/W3101214870", + "https://openalex.org/W3101363214", + "https://openalex.org/W3101493857", + "https://openalex.org/W3101501459", + "https://openalex.org/W3101542436", + "https://openalex.org/W3101643101", + "https://openalex.org/W3101696966", + "https://openalex.org/W3101749733", + "https://openalex.org/W3101949649", + "https://openalex.org/W3102014803", + "https://openalex.org/W3102038441", + "https://openalex.org/W3102180547", + "https://openalex.org/W3102400420", + "https://openalex.org/W3102409313", + "https://openalex.org/W3102548437", + "https://openalex.org/W3102549167", + "https://openalex.org/W3102617294", + "https://openalex.org/W3102641634", + "https://openalex.org/W3102678975", + "https://openalex.org/W3102776521", + "https://openalex.org/W3102844577", + "https://openalex.org/W3102885034", + "https://openalex.org/W3102926255", + "https://openalex.org/W3102929400", + "https://openalex.org/W3103002362", + "https://openalex.org/W3103107186", + "https://openalex.org/W3103289362", + "https://openalex.org/W3103328814", + "https://openalex.org/W3103393581", + "https://openalex.org/W3103574448", + "https://openalex.org/W3103589224", + "https://openalex.org/W3103722330", + "https://openalex.org/W3103746320", + "https://openalex.org/W3103863530", + "https://openalex.org/W3104065018", + "https://openalex.org/W3104289311", + "https://openalex.org/W3104300173", + "https://openalex.org/W3104403078", + "https://openalex.org/W3104481216", + "https://openalex.org/W3104496372", + "https://openalex.org/W3104536462", + "https://openalex.org/W3104644561", + "https://openalex.org/W3104674222", + "https://openalex.org/W3104690326", + "https://openalex.org/W3104771979", + "https://openalex.org/W3104864936", + "https://openalex.org/W3104962094", + "https://openalex.org/W3105233262", + "https://openalex.org/W3105377867", + "https://openalex.org/W3105494006", + "https://openalex.org/W3105570377", + "https://openalex.org/W3105585588", + "https://openalex.org/W3105977603", + "https://openalex.org/W3106144922", + "https://openalex.org/W3106166086", + "https://openalex.org/W3106193592", + "https://openalex.org/W3106214974", + "https://openalex.org/W3106310231", + "https://openalex.org/W3106418633", + "https://openalex.org/W3106447034", + "https://openalex.org/W3106469526", + "https://openalex.org/W3112028493", + "https://openalex.org/W3121355058", + "https://openalex.org/W3121659139", + "https://openalex.org/W3123261968", + "https://openalex.org/W3124956069", + "https://openalex.org/W3132379378", + "https://openalex.org/W3137695714", + "https://openalex.org/W3140960170", + "https://openalex.org/W3147165232", + "https://openalex.org/W4212774754", + "https://openalex.org/W4236747242", + "https://openalex.org/W4237249260", + "https://openalex.org/W4238893454", + "https://openalex.org/W4239969927", + "https://openalex.org/W4244364296", + "https://openalex.org/W4248685136", + "https://openalex.org/W4250955649", + "https://openalex.org/W4252579706", + "https://openalex.org/W4253029311", + "https://openalex.org/W4253271028", + "https://openalex.org/W4255056905", + "https://openalex.org/W4285719527", + "https://openalex.org/W4288418124", + "https://openalex.org/W4288616930", + "https://openalex.org/W4288622534", + "https://openalex.org/W4289108190", + "https://openalex.org/W4289305635", + "https://openalex.org/W4289389579", + "https://openalex.org/W4289543312", + "https://openalex.org/W4289751512", + "https://openalex.org/W4289761856", + "https://openalex.org/W4293358966", + "https://openalex.org/W4295111187", + "https://openalex.org/W4295769412", + "https://openalex.org/W4295837399", + "https://openalex.org/W4297749952", + "https://openalex.org/W4297802696", + "https://openalex.org/W4298125159", + "https://openalex.org/W4298201378", + "https://openalex.org/W4299295087", + "https://openalex.org/W4299565696", + "https://openalex.org/W4299971819", + "https://openalex.org/W4300852227", + "https://openalex.org/W4300885568", + "https://openalex.org/W4300921457", + "https://openalex.org/W4300946572", + "https://openalex.org/W4300990119", + "https://openalex.org/W4301055545", + "https://openalex.org/W4301057100", + "https://openalex.org/W4301369164", + "https://openalex.org/W4302549904", + "https://openalex.org/W4394667618" + ], + "related_works": [ + "https://openalex.org/W2181722423", + "https://openalex.org/W2347222412", + "https://openalex.org/W2085601491", + "https://openalex.org/W2375996887", + "https://openalex.org/W4322723290", + "https://openalex.org/W2368976073", + "https://openalex.org/W2948237757", + "https://openalex.org/W2376548177", + "https://openalex.org/W2808994565", + "https://openalex.org/W2769449614" + ], + "abstract_inverted_index": { + "In": [ + 0 + ], + "October": [ + 1 + ], + "2018": [ + 2 + ], + "an": [ + 3 + ], + "APS": [ + 4 + ], + "Physics": [ + 5 + ], + "Next": [ + 6 + ], + "Workshop": [ + 7 + ], + "on": [ + 8 + ], + "Machine": [ + 9 + ], + "Learning": [ + 10 + ], + "was": [ + 11 + ], + "held": [ + 12 + ], + "in": [ + 13, + 34 + ], + "Riverhead,": [ + 14 + ], + "NY.": [ + 15 + ], + "This": [ + 16 + ], + "article": [ + 17 + ], + "reviews": [ + 18 + ], + "and": [ + 19 + ], + "summarizes": [ + 20 + ], + "the": [ + 21, + 35 + ], + "proceedings": [ + 22 + ], + "of": [ + 23 + ], + "this": [ + 24 + ], + "very": [ + 25 + ], + "broad,": [ + 26 + ], + "emerging": [ + 27 + ], + "field.This": [ + 28 + ], + "needs": [ + 29 + ], + "to": [ + 30 + ], + "be": [ + 31 + ], + "a": [ + 32, + 39 + ], + "placard": [ + 33 + ], + "left-hand": [ + 36 + ], + "column,": [ + 37 + ], + "with": [ + 38 + ], + "custom": [ + 40 + ], + "tag.": [ + 41 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 112 + }, + { + "year": 2025, + "cited_by_count": 375 + }, + { + "year": 2024, + "cited_by_count": 374 + }, + { + "year": 2023, + "cited_by_count": 477 + }, + { + "year": 2022, + "cited_by_count": 416 + }, + { + "year": 2021, + "cited_by_count": 429 + }, + { + "year": 2020, + "cited_by_count": 209 + }, + { + "year": 2019, + "cited_by_count": 19 + }, + { + "year": 2018, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2603766943", + "doi": "https://doi.org/10.1145/3052973.3053009", + "title": "Practical Black-Box Attacks against Machine Learning", + "display_name": "Practical Black-Box Attacks against Machine Learning", + "relevance_score": 3522.2583, + "publication_year": 2017, + "publication_date": "2017-03-31", + "ids": { + "openalex": "https://openalex.org/W2603766943", + "doi": "https://doi.org/10.1145/3052973.3053009", + "mag": "2603766943" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1145/3052973.3053009", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/3052973.3053009", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Proceedings of the 2017 ACM on Asia Conference on Computer and Communications Security", + "raw_type": "proceedings-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5018809423", + "display_name": "Nicolas Papernot", + "orcid": "https://orcid.org/0000-0001-5078-7233" + }, + "institutions": [ + { + "id": "https://openalex.org/I130769515", + "display_name": "Pennsylvania State University", + "ror": "https://ror.org/04p491231", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I130769515" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Nicolas Papernot", + "raw_affiliation_strings": [ + "Pennsylvania State University, University Park, PA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Pennsylvania State University, University Park, PA, USA", + "institution_ids": [ + "https://openalex.org/I130769515" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5055368149", + "display_name": "Patrick McDaniel", + "orcid": "https://orcid.org/0000-0003-2091-7484" + }, + "institutions": [ + { + "id": "https://openalex.org/I130769515", + "display_name": "Pennsylvania State University", + "ror": "https://ror.org/04p491231", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I130769515" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Patrick McDaniel", + "raw_affiliation_strings": [ + "Pennsylvania State University, University Park, PA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Pennsylvania State University, University Park, PA, USA", + "institution_ids": [ + "https://openalex.org/I130769515" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5004271128", + "display_name": "Ian Goodfellow", + "orcid": "https://orcid.org/0000-0003-3937-2322" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210161460", + "display_name": "OpenAI (United States)", + "ror": "https://ror.org/05wx9n238", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I4210161460" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Ian Goodfellow", + "raw_affiliation_strings": [ + "OpenAI, San Francisco, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "OpenAI, San Francisco, CA, USA", + "institution_ids": [ + "https://openalex.org/I4210161460" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5088826068", + "display_name": "Somesh Jha", + "orcid": "https://orcid.org/0000-0001-5877-0436" + }, + "institutions": [ + { + "id": "https://openalex.org/I135310074", + "display_name": "University of Wisconsin–Madison", + "ror": "https://ror.org/01y2jtd41", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I135310074" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Somesh Jha", + "raw_affiliation_strings": [ + "University of Wisconsin, Madison, WI, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Wisconsin, Madison, WI, USA", + "institution_ids": [ + "https://openalex.org/I135310074" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": null, + "display_name": "Z. Berkay Celik", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I130769515", + "display_name": "Pennsylvania State University", + "ror": "https://ror.org/04p491231", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I130769515" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Z. Berkay Celik", + "raw_affiliation_strings": [ + "Pennsylvania State University, University Park, PA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Pennsylvania State University, University Park, PA, USA", + "institution_ids": [ + "https://openalex.org/I130769515" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5103191815", + "display_name": "Ananthram Swami", + "orcid": "https://orcid.org/0000-0003-1439-332X" + }, + "institutions": [ + { + "id": "https://openalex.org/I166416128", + "display_name": "DEVCOM Army Research Laboratory", + "ror": "https://ror.org/011hc8f90", + "country_code": "US", + "type": "government", + "lineage": [ + "https://openalex.org/I1304082316", + "https://openalex.org/I1330347796", + "https://openalex.org/I166416128", + "https://openalex.org/I2802705668", + "https://openalex.org/I4210154437" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Ananthram Swami", + "raw_affiliation_strings": [ + "US Army Research Laboratory, Adelphi, MD, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "US Army Research Laboratory, Adelphi, MD, USA", + "institution_ids": [ + "https://openalex.org/I166416128" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 6, + "corresponding_author_ids": [ + "https://openalex.org/A5018809423" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I130769515" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 282.6909, + "has_fulltext": false, + "cited_by_count": 3465, + "citation_normalized_percentile": { + "value": 0.99991872, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": "506", + "last_page": "519" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11689", + "display_name": "Adversarial Robustness in Machine Learning", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11689", + "display_name": "Adversarial Robustness in Machine Learning", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11241", + "display_name": "Advanced Malware Detection Techniques", + "score": 0.9887999892234802, + "subfield": { + "id": "https://openalex.org/subfields/1711", + "display_name": "Signal Processing" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11512", + "display_name": "Anomaly Detection Techniques and Applications", + "score": 0.9490000009536743, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/adversarial-system", + "display_name": "Adversarial system", + "score": 0.8607215881347656 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7777668237686157 + }, + { + "id": "https://openalex.org/keywords/adversary", + "display_name": "Adversary", + "score": 0.7760648727416992 + }, + { + "id": "https://openalex.org/keywords/black-box", + "display_name": "Black box", + "score": 0.7213448286056519 + }, + { + "id": "https://openalex.org/keywords/malware", + "display_name": "Malware", + "score": 0.7048903107643127 + }, + { + "id": "https://openalex.org/keywords/deep-neural-networks", + "display_name": "Deep neural networks", + "score": 0.65977942943573 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6321082711219788 + }, + { + "id": "https://openalex.org/keywords/deep-learning", + "display_name": "Deep learning", + "score": 0.6107656955718994 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.5658857226371765 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.559665858745575 + }, + { + "id": "https://openalex.org/keywords/adversarial-machine-learning", + "display_name": "Adversarial machine learning", + "score": 0.5187221169471741 + }, + { + "id": "https://openalex.org/keywords/threat-model", + "display_name": "Threat model", + "score": 0.4236634075641632 + }, + { + "id": "https://openalex.org/keywords/computer-security", + "display_name": "Computer security", + "score": 0.32835885882377625 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C37736160", + "wikidata": "https://www.wikidata.org/wiki/Q1801315", + "display_name": "Adversarial system", + "level": 2, + "score": 0.8607215881347656 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7777668237686157 + }, + { + "id": "https://openalex.org/C41065033", + "wikidata": "https://www.wikidata.org/wiki/Q2825412", + "display_name": "Adversary", + "level": 2, + "score": 0.7760648727416992 + }, + { + "id": "https://openalex.org/C94966114", + "wikidata": "https://www.wikidata.org/wiki/Q29256", + "display_name": "Black box", + "level": 2, + "score": 0.7213448286056519 + }, + { + "id": "https://openalex.org/C541664917", + "wikidata": "https://www.wikidata.org/wiki/Q14001", + "display_name": "Malware", + "level": 2, + "score": 0.7048903107643127 + }, + { + "id": "https://openalex.org/C2984842247", + "wikidata": "https://www.wikidata.org/wiki/Q197536", + "display_name": "Deep neural networks", + "level": 3, + "score": 0.65977942943573 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6321082711219788 + }, + { + "id": "https://openalex.org/C108583219", + "wikidata": "https://www.wikidata.org/wiki/Q197536", + "display_name": "Deep learning", + "level": 2, + "score": 0.6107656955718994 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.5658857226371765 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.559665858745575 + }, + { + "id": "https://openalex.org/C2778403875", + "wikidata": "https://www.wikidata.org/wiki/Q20312394", + "display_name": "Adversarial machine learning", + "level": 3, + "score": 0.5187221169471741 + }, + { + "id": "https://openalex.org/C140547941", + "wikidata": "https://www.wikidata.org/wiki/Q7797194", + "display_name": "Threat model", + "level": 2, + "score": 0.4236634075641632 + }, + { + "id": "https://openalex.org/C38652104", + "wikidata": "https://www.wikidata.org/wiki/Q3510521", + "display_name": "Computer security", + "level": 1, + "score": 0.32835885882377625 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1145/3052973.3053009", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/3052973.3053009", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Proceedings of the 2017 ACM on Asia Conference on Computer and Communications Security", + "raw_type": "proceedings-article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "score": 0.6399999856948853, + "display_name": "Peace, Justice and strong institutions", + "id": "https://metadata.un.org/sdg/16" + } + ], + "awards": [ + { + "id": "https://openalex.org/G2043895709", + "display_name": null, + "funder_award_id": "W911NF-13-2-0045", + "funder_id": "https://openalex.org/F4320338295", + "funder_display_name": "Army Research Laboratory" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320338295", + "display_name": "Army Research Laboratory", + "ror": "https://ror.org/011hc8f90" + } + ], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 18, + "referenced_works": [ + "https://openalex.org/W9657784", + "https://openalex.org/W581033782", + "https://openalex.org/W1510924833", + "https://openalex.org/W2038296020", + "https://openalex.org/W2045638068", + "https://openalex.org/W2067713319", + "https://openalex.org/W2095577883", + "https://openalex.org/W2119885577", + "https://openalex.org/W2151298633", + "https://openalex.org/W2174868984", + "https://openalex.org/W2180612164", + "https://openalex.org/W2252814878", + "https://openalex.org/W2461943168", + "https://openalex.org/W2475730566", + "https://openalex.org/W2535873859", + "https://openalex.org/W2574797807", + "https://openalex.org/W2963207607", + "https://openalex.org/W2964153729" + ], + "related_works": [ + "https://openalex.org/W4312601715", + "https://openalex.org/W3159204880", + "https://openalex.org/W2982631433", + "https://openalex.org/W4377865163", + "https://openalex.org/W4392828243", + "https://openalex.org/W4312822655", + "https://openalex.org/W3157170264", + "https://openalex.org/W4298185893", + "https://openalex.org/W4402427143", + "https://openalex.org/W2896078964" + ], + "abstract_inverted_index": { + "Machine": [ + 0 + ], + "learning": [ + 1, + 161 + ], + "(ML)": [ + 2 + ], + "models,": [ + 3 + ], + "e.g.,": [ + 4 + ], + "deep": [ + 5, + 160 + ], + "neural": [ + 6 + ], + "networks": [ + 7 + ], + "(DNNs),": [ + 8 + ], + "are": [ + 9, + 138 + ], + "vulnerable": [ + 10 + ], + "to": [ + 11, + 17, + 25, + 87, + 94, + 106, + 130, + 186, + 237 + ], + "adversarial": [ + 12, + 46, + 132, + 172, + 208, + 239 + ], + "examples:": [ + 13 + ], + "malicious": [ + 14, + 32 + ], + "inputs": [ + 15, + 113 + ], + "modified": [ + 16 + ], + "yield": [ + 18, + 207 + ], + "erroneous": [ + 19 + ], + "model": [ + 20, + 54, + 105 + ], + "outputs,": [ + 21 + ], + "while": [ + 22 + ], + "appearing": [ + 23 + ], + "unmodified": [ + 24 + ], + "human": [ + 26 + ], + "observers.": [ + 27 + ], + "Potential": [ + 28 + ], + "attacks": [ + 29, + 48 + ], + "include": [ + 30 + ], + "having": [ + 31 + ], + "content": [ + 33 + ], + "like": [ + 34 + ], + "malware": [ + 35 + ], + "identified": [ + 36 + ], + "as": [ + 37 + ], + "legitimate": [ + 38 + ], + "or": [ + 39, + 56 + ], + "controlling": [ + 40, + 69 + ], + "vehicle": [ + 41 + ], + "behavior.": [ + 42 + ], + "Yet,": [ + 43 + ], + "all": [ + 44 + ], + "existing": [ + 45 + ], + "example": [ + 47, + 240 + ], + "require": [ + 49 + ], + "knowledge": [ + 50 + ], + "of": [ + 51, + 66, + 82, + 170, + 183, + 217, + 231 + ], + "either": [ + 52 + ], + "the": [ + 53, + 62, + 79, + 92, + 109, + 122, + 127, + 141, + 171, + 180, + 192 + ], + "internals": [ + 55 + ], + "its": [ + 57 + ], + "training": [ + 58, + 102 + ], + "data.": [ + 59 + ], + "We": [ + 60, + 125, + 163, + 178, + 221 + ], + "introduce": [ + 61 + ], + "first": [ + 63 + ], + "practical": [ + 64 + ], + "demonstration": [ + 65 + ], + "an": [ + 67, + 117, + 158 + ], + "attacker": [ + 68 + ], + "a": [ + 70, + 103, + 146, + 153 + ], + "remotely": [ + 71 + ], + "hosted": [ + 72, + 155, + 197 + ], + "DNN": [ + 73, + 93, + 154, + 167 + ], + "with": [ + 74, + 175 + ], + "no": [ + 75 + ], + "such": [ + 76 + ], + "knowledge.": [ + 77 + ], + "Indeed,": [ + 78 + ], + "only": [ + 80 + ], + "capability": [ + 81 + ], + "our": [ + 83, + 176, + 184 + ], + "black-box": [ + 84, + 226 + ], + "adversary": [ + 85, + 118 + ], + "is": [ + 86, + 229 + ], + "observe": [ + 88 + ], + "labels": [ + 89 + ], + "given": [ + 90 + ], + "by": [ + 91, + 116, + 121, + 140, + 156, + 190, + 198, + 211 + ], + "chosen": [ + 95 + ], + "inputs.": [ + 96 + ], + "Our": [ + 97 + ], + "attack": [ + 98, + 152, + 194, + 227 + ], + "strategy": [ + 99, + 185, + 228 + ], + "consists": [ + 100 + ], + "in": [ + 101 + ], + "local": [ + 104, + 128 + ], + "substitute": [ + 107, + 129 + ], + "for": [ + 108 + ], + "target": [ + 110, + 123 + ], + "DNN,": [ + 111 + ], + "using": [ + 112, + 202 + ], + "synthetically": [ + 114 + ], + "generated": [ + 115 + ], + "and": [ + 119, + 134, + 148, + 200, + 213, + 219 + ], + "labeled": [ + 120 + ], + "DNN.": [ + 124, + 143 + ], + "use": [ + 126 + ], + "craft": [ + 131 + ], + "examples,": [ + 133 + ], + "find": [ + 135, + 164, + 223 + ], + "that": [ + 136, + 165, + 224 + ], + "they": [ + 137 + ], + "misclassified": [ + 139, + 210 + ], + "targeted": [ + 142 + ], + "To": [ + 144 + ], + "perform": [ + 145 + ], + "real-world": [ + 147 + ], + "properly-blinded": [ + 149 + ], + "evaluation,": [ + 150 + ], + "we": [ + 151 + ], + "MetaMind,": [ + 157 + ], + "online": [ + 159 + ], + "API.": [ + 162 + ], + "their": [ + 166 + ], + "misclassifies": [ + 168 + ], + "84.24%": [ + 169 + ], + "examples": [ + 173, + 209 + ], + "crafted": [ + 174 + ], + "substitute.": [ + 177 + ], + "demonstrate": [ + 179 + ], + "general": [ + 181 + ], + "applicability": [ + 182 + ], + "many": [ + 187 + ], + "ML": [ + 188 + ], + "techniques": [ + 189 + ], + "conducting": [ + 191 + ], + "same": [ + 193 + ], + "against": [ + 195 + ], + "models": [ + 196 + ], + "Amazon": [ + 199, + 212 + ], + "Google,": [ + 201 + ], + "logistic": [ + 203 + ], + "regression": [ + 204 + ], + "substitutes.": [ + 205 + ], + "They": [ + 206 + ], + "Google": [ + 214 + ], + "at": [ + 215 + ], + "rates": [ + 216 + ], + "96.19%": [ + 218 + ], + "88.94%.": [ + 220 + ], + "also": [ + 222 + ], + "this": [ + 225 + ], + "capable": [ + 230 + ], + "evading": [ + 232 + ], + "defense": [ + 233 + ], + "strategies": [ + 234 + ], + "previously": [ + 235 + ], + "found": [ + 236 + ], + "make": [ + 238 + ], + "crafting": [ + 241 + ], + "harder.": [ + 242 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 65 + }, + { + "year": 2025, + "cited_by_count": 289 + }, + { + "year": 2024, + "cited_by_count": 377 + }, + { + "year": 2023, + "cited_by_count": 396 + }, + { + "year": 2022, + "cited_by_count": 409 + }, + { + "year": 2021, + "cited_by_count": 569 + }, + { + "year": 2020, + "cited_by_count": 590 + }, + { + "year": 2019, + "cited_by_count": 476 + }, + { + "year": 2018, + "cited_by_count": 240 + }, + { + "year": 2017, + "cited_by_count": 52 + }, + { + "year": 2016, + "cited_by_count": 1 + }, + { + "year": 2012, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2914584698", + "doi": null, + "title": "Proceedings of the 23rd international conference on Machine learning", + "display_name": "Proceedings of the 23rd international conference on Machine learning", + "relevance_score": 3418.077, + "publication_year": 2006, + "publication_date": "2006-06-25", + "ids": { + "openalex": "https://openalex.org/W2914584698", + "mag": "2914584698" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-034209271", + "is_oa": false, + "landing_page_url": "https://dl.acm.org/action/showBook?doi=10.1145%2F1143844", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "software, multimedia" + }, + "type": "article", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5051617344", + "display_name": "William W. Cohen", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "William W. Cohen", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5101927521", + "display_name": "Andrew Moore", + "orcid": "https://orcid.org/0000-0002-3395-0841" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Andrew Moore", + "raw_affiliation_strings": [], + "raw_orcid": "https://orcid.org/0000-0002-3395-0841", + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5051617344" + ], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 2.9972, + "has_fulltext": false, + "cited_by_count": 2592, + "citation_normalized_percentile": { + "value": 0.91286853, + "is_in_top_1_percent": false, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12254", + "display_name": "Machine Learning in Bioinformatics", + "score": 0.6675000190734863, + "subfield": { + "id": "https://openalex.org/subfields/1312", + "display_name": "Molecular Biology" + }, + "field": { + "id": "https://openalex.org/fields/13", + "display_name": "Biochemistry, Genetics and Molecular Biology" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12254", + "display_name": "Machine Learning in Bioinformatics", + "score": 0.6675000190734863, + "subfield": { + "id": "https://openalex.org/subfields/1312", + "display_name": "Molecular Biology" + }, + "field": { + "id": "https://openalex.org/fields/13", + "display_name": "Biochemistry, Genetics and Molecular Biology" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.6546000242233276, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/presentation", + "display_name": "Presentation (obstetrics)", + "score": 0.64774489402771 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5538260340690613 + }, + { + "id": "https://openalex.org/keywords/library-science", + "display_name": "Library science", + "score": 0.5068791508674622 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.3816671371459961 + }, + { + "id": "https://openalex.org/keywords/medical-education", + "display_name": "Medical education", + "score": 0.338736891746521 + }, + { + "id": "https://openalex.org/keywords/medicine", + "display_name": "Medicine", + "score": 0.23399221897125244 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2777601897", + "wikidata": "https://www.wikidata.org/wiki/Q3409113", + "display_name": "Presentation (obstetrics)", + "level": 2, + "score": 0.64774489402771 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5538260340690613 + }, + { + "id": "https://openalex.org/C161191863", + "wikidata": "https://www.wikidata.org/wiki/Q199655", + "display_name": "Library science", + "level": 1, + "score": 0.5068791508674622 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.3816671371459961 + }, + { + "id": "https://openalex.org/C509550671", + "wikidata": "https://www.wikidata.org/wiki/Q126945", + "display_name": "Medical education", + "level": 1, + "score": 0.338736891746521 + }, + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.23399221897125244 + }, + { + "id": "https://openalex.org/C126838900", + "wikidata": "https://www.wikidata.org/wiki/Q77604", + "display_name": "Radiology", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-034209271", + "is_oa": false, + "landing_page_url": "https://dl.acm.org/action/showBook?doi=10.1145%2F1143844", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "software, multimedia" + }, + { + "id": "mag:2914584698", + "is_oa": false, + "landing_page_url": "https://dl.acm.org/citation.cfm?id=1143844", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [], + "abstract_inverted_index": { + "This": [ + 0, + 52, + 138 + ], + "volume,": [ + 1 + ], + "which": [ + 2, + 92, + 295 + ], + "is": [ + 3, + 34 + ], + "also": [ + 4, + 81, + 123, + 288 + ], + "available": [ + 5 + ], + "from": [ + 6, + 165 + ], + "http://www.machinelearning.org,": [ + 7 + ], + "the": [ + 8, + 12, + 18, + 26, + 43, + 47, + 69, + 82, + 85, + 128, + 158, + 163, + 166, + 179, + 201, + 215, + 223, + 231, + 239, + 249, + 264, + 269, + 284, + 301, + 325, + 330, + 353, + 370 + ], + "home": [ + 9 + ], + "page": [ + 10 + ], + "of": [ + 11, + 42, + 49, + 98, + 127, + 130, + 182, + 222, + 238, + 261, + 280, + 324, + 329, + 352, + 355, + 362, + 369 + ], + "International": [ + 13, + 28 + ], + "Machine": [ + 14, + 31, + 89 + ], + "Learning": [ + 15, + 75, + 90 + ], + "Society,": [ + 16 + ], + "contains": [ + 17 + ], + "technical": [ + 19, + 285 + ], + "papers": [ + 20, + 148, + 164, + 170, + 253, + 307 + ], + "accepted": [ + 21, + 252, + 274 + ], + "for": [ + 22, + 38, + 84, + 275, + 317 + ], + "presentation": [ + 23, + 39 + ], + "at": [ + 24, + 57, + 357 + ], + "ICML-2006,": [ + 25 + ], + "23rd": [ + 27 + ], + "Conference": [ + 29, + 72 + ], + "on": [ + 30, + 73 + ], + "Learning.": [ + 32 + ], + "ICML": [ + 33, + 54 + ], + "an": [ + 35, + 106, + 197, + 257, + 277, + 334 + ], + "international": [ + 36 + ], + "forum": [ + 37 + ], + "and": [ + 40, + 64, + 113, + 122, + 204, + 292, + 299, + 310, + 365 + ], + "discussion": [ + 41, + 221 + ], + "latest": [ + 44 + ], + "results": [ + 45 + ], + "in": [ + 46, + 61, + 95, + 136, + 157, + 219, + 236, + 311 + ], + "field": [ + 48, + 129 + ], + "machine": [ + 50, + 131 + ], + "learning.": [ + 51 + ], + "year,": [ + 53 + ], + "was": [ + 55, + 65, + 80, + 93, + 102 + ], + "held": [ + 56, + 94, + 297 + ], + "Carnegie": [ + 58, + 77 + ], + "Mellon": [ + 59, + 78 + ], + "University,": [ + 60 + ], + "Pittsburgh,": [ + 62 + ], + "Pennsylvania,": [ + 63 + ], + "co-located": [ + 66 + ], + "with": [ + 67, + 162, + 320 + ], + "COLT-2006,": [ + 68 + ], + "19th": [ + 70 + ], + "Annual": [ + 71 + ], + "Computational": [ + 74 + ], + "Theory.Coincidentally,": [ + 76 + ], + "University": [ + 79, + 354 + ], + "venue": [ + 83 + ], + "first": [ + 86, + 167, + 180 + ], + "ICML---the": [ + 87 + ], + "First": [ + 88 + ], + "Workshop,": [ + 91 + ], + "1980.": [ + 96 + ], + "Instead": [ + 97 + ], + "proceedings,": [ + 99 + ], + "a": [ + 100, + 124, + 174, + 210, + 220, + 228, + 312, + 338 + ], + "book": [ + 101 + ], + "published": [ + 103, + 161 + ], + "(Machine": [ + 104 + ], + "Learning:": [ + 105 + ], + "Artificial": [ + 107 + ], + "Intelligence": [ + 108 + ], + "Approach,": [ + 109 + ], + "ed.": [ + 110 + ], + "Michalski,": [ + 111 + ], + "Carbonell,": [ + 112 + ], + "Mitchell,": [ + 114 + ], + "Morgan": [ + 115 + ], + "Kaufman,": [ + 116 + ], + "1983)": [ + 117 + ], + "containing": [ + 118 + ], + "sixteen": [ + 119 + ], + "research": [ + 120 + ], + "papers,": [ + 121 + ], + "comprehensive": [ + 125, + 159 + ], + "bibliography": [ + 139 + ], + "learning,": [ + 132 + ], + "as": [ + 133, + 153, + 155 + ], + "it": [ + 134 + ], + "stood": [ + 135 + ], + "1983.": [ + 137 + ], + "contained": [ + 140 + ], + "572": [ + 141 + ], + "entries.In": [ + 142 + ], + "2006,": [ + 143 + ], + "no": [ + 144 + ], + "less": [ + 145 + ], + "than": [ + 146 + ], + "548": [ + 147, + 270 + ], + "were": [ + 149, + 156, + 171, + 194, + 254, + 273, + 296, + 342 + ], + "submitted": [ + 150 + ], + "to": [ + 151, + 173, + 199, + 206, + 227, + 256, + 283, + 345, + 348 + ], + "ICML---nearly": [ + 152 + ], + "many": [ + 154 + ], + "ICML.": [ + 168 + ], + "These": [ + 169 + ], + "subjected": [ + 172 + ], + "thorough": [ + 175 + ], + "review": [ + 176, + 262 + ], + "process.": [ + 177 + ], + "In": [ + 178 + ], + "round": [ + 181, + 260 + ], + "reviewing,": [ + 183 + ], + "every": [ + 184 + ], + "paper": [ + 185 + ], + "received": [ + 186 + ], + "three": [ + 187 + ], + "reviews": [ + 188, + 203 + ], + "by": [ + 189, + 209, + 230, + 263, + 337 + ], + "program": [ + 190 + ], + "committee": [ + 191 + ], + "members.": [ + 192 + ], + "Authors": [ + 193, + 304 + ], + "then": [ + 195, + 217 + ], + "given": [ + 196 + ], + "opportunity": [ + 198 + ], + "view": [ + 200 + ], + "first-round": [ + 202 + ], + "respond": [ + 205 + ], + "them.": [ + 207 + ], + "Led": [ + 208 + ], + "Senior": [ + 211, + 232, + 265 + ], + "Program": [ + 212, + 233, + 266 + ], + "Committee": [ + 213, + 234 + ], + "member,": [ + 214 + ], + "reviewers": [ + 216 + ], + "engaged": [ + 218 + ], + "paper,": [ + 224 + ], + "leading": [ + 225 + ], + "finally": [ + 226 + ], + "decision": [ + 229 + ], + "member": [ + 235 + ], + "charge": [ + 237 + ], + "paper.": [ + 240 + ], + "Papers": [ + 241 + ], + "could": [ + 242 + ], + "be": [ + 243, + 346 + ], + "accepted,": [ + 244 + ], + "rejected,": [ + 245 + ], + "or": [ + 246 + ], + "conditionally": [ + 247, + 251 + ], + "accepted;": [ + 248 + ], + "36": [ + 250 + ], + "subject": [ + 255 + ], + "additional": [ + 258 + ], + "final": [ + 259 + ], + "Committee.": [ + 267 + ], + "Of": [ + 268 + ], + "submissions,": [ + 271 + ], + "140": [ + 272 + ], + "publication,": [ + 276 + ], + "acceptance": [ + 278 + ], + "rate": [ + 279 + ], + "25.5%.In": [ + 281 + ], + "addition": [ + 282 + ], + "talks,": [ + 286 + ], + "ICML-2006": [ + 287 + ], + "included": [ + 289, + 333 + ], + "seven": [ + 290 + ], + "tutorials": [ + 291 + ], + "eleven": [ + 293 + ], + "workshops,": [ + 294 + ], + "before": [ + 298 + ], + "after": [ + 300 + ], + "conference,": [ + 302 + ], + "respectively.": [ + 303 + ], + "presented": [ + 305 + ], + "their": [ + 306 + ], + "both": [ + 308 + ], + "orally": [ + 309 + ], + "poster": [ + 313 + ], + "session,": [ + 314 + ], + "allowing": [ + 315 + ], + "time": [ + 316 + ], + "detailed": [ + 318 + ], + "discussions": [ + 319 + ], + "any": [ + 321 + ], + "interested": [ + 322 + ], + "attendees": [ + 323 + ], + "conference.": [ + 326 + ], + "Each": [ + 327 + ], + "day": [ + 328 + ], + "main": [ + 331 + ], + "conference": [ + 332 + ], + "invited": [ + 335 + ], + "talk": [ + 336 + ], + "prominent": [ + 339 + ], + "researcher.": [ + 340 + ], + "We": [ + 341 + ], + "very": [ + 343 + ], + "fortunate": [ + 344 + ], + "able": [ + 347 + ], + "host": [ + 349 + ], + "David": [ + 350 + ], + "Haussler,": [ + 351 + ], + "California": [ + 356 + ], + "Santa": [ + 358 + ], + "Cruz;": [ + 359 + ], + "Robert": [ + 360 + ], + "Schapire,": [ + 361 + ], + "Princeton": [ + 363 + ], + "University;": [ + 364 + ], + "Mandyam": [ + 366 + ], + "V.": [ + 367 + ], + "Srinivasan,": [ + 368 + ], + "Australian": [ + 371 + ], + "National": [ + 372 + ], + "University.": [ + 373 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 295 + }, + { + "year": 2024, + "cited_by_count": 391 + }, + { + "year": 2023, + "cited_by_count": 338 + }, + { + "year": 2022, + "cited_by_count": 297 + }, + { + "year": 2021, + "cited_by_count": 262 + }, + { + "year": 2020, + "cited_by_count": 272 + }, + { + "year": 2019, + "cited_by_count": 207 + }, + { + "year": 2018, + "cited_by_count": 147 + }, + { + "year": 2017, + "cited_by_count": 134 + }, + { + "year": 2016, + "cited_by_count": 74 + }, + { + "year": 2015, + "cited_by_count": 37 + }, + { + "year": 2014, + "cited_by_count": 40 + }, + { + "year": 2013, + "cited_by_count": 21 + }, + { + "year": 2012, + "cited_by_count": 20 + } + ], + "updated_date": "2025-11-06T04:12:42.849631", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W3116286104", + "doi": "https://doi.org/10.3390/e23010018", + "title": "Explainable AI: A Review of Machine Learning Interpretability Methods", + "display_name": "Explainable AI: A Review of Machine Learning Interpretability Methods", + "relevance_score": 3377.7432, + "publication_year": 2020, + "publication_date": "2020-12-25", + "ids": { + "openalex": "https://openalex.org/W3116286104", + "doi": "https://doi.org/10.3390/e23010018", + "mag": "3116286104", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/33375658" + }, + "language": "en", + "primary_location": { + "id": "doi:10.3390/e23010018", + "is_oa": true, + "landing_page_url": "https://doi.org/10.3390/e23010018", + "pdf_url": "https://www.mdpi.com/1099-4300/23/1/18/pdf?version=1609160444", + "source": { + "id": "https://openalex.org/S195231649", + "display_name": "Entropy", + "issn_l": "1099-4300", + "issn": [ + "1099-4300" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310310987", + "host_organization_name": "Multidisciplinary Digital Publishing Institute", + "host_organization_lineage": [ + "https://openalex.org/P4310310987" + ], + "host_organization_lineage_names": [ + "Multidisciplinary Digital Publishing Institute" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Entropy", + "raw_type": "journal-article" + }, + "type": "review", + "indexed_in": [ + "crossref", + "doaj", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "gold", + "oa_url": "https://www.mdpi.com/1099-4300/23/1/18/pdf?version=1609160444", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5074689646", + "display_name": "Pantelis Linardatos", + "orcid": "https://orcid.org/0000-0003-1132-4724" + }, + "institutions": [ + { + "id": "https://openalex.org/I174878644", + "display_name": "University of Patras", + "ror": "https://ror.org/017wvtq80", + "country_code": "GR", + "type": "education", + "lineage": [ + "https://openalex.org/I174878644" + ] + } + ], + "countries": [ + "GR" + ], + "is_corresponding": true, + "raw_author_name": "Pantelis Linardatos", + "raw_affiliation_strings": [ + "Department of Mathematics, University of Patras, 26504 Patras, Greece" + ], + "raw_orcid": "https://orcid.org/0000-0003-1132-4724", + "affiliations": [ + { + "raw_affiliation_string": "Department of Mathematics, University of Patras, 26504 Patras, Greece", + "institution_ids": [ + "https://openalex.org/I174878644" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5057093696", + "display_name": "Vasilis Papastefanopoulos", + "orcid": "https://orcid.org/0000-0001-8169-1373" + }, + "institutions": [ + { + "id": "https://openalex.org/I174878644", + "display_name": "University of Patras", + "ror": "https://ror.org/017wvtq80", + "country_code": "GR", + "type": "education", + "lineage": [ + "https://openalex.org/I174878644" + ] + } + ], + "countries": [ + "GR" + ], + "is_corresponding": false, + "raw_author_name": "Vasilis Papastefanopoulos", + "raw_affiliation_strings": [ + "Department of Mathematics, University of Patras, 26504 Patras, Greece" + ], + "raw_orcid": "https://orcid.org/0000-0001-8169-1373", + "affiliations": [ + { + "raw_affiliation_string": "Department of Mathematics, University of Patras, 26504 Patras, Greece", + "institution_ids": [ + "https://openalex.org/I174878644" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5066370772", + "display_name": "Sotiris Kotsiantis", + "orcid": "https://orcid.org/0000-0002-2247-3082" + }, + "institutions": [ + { + "id": "https://openalex.org/I174878644", + "display_name": "University of Patras", + "ror": "https://ror.org/017wvtq80", + "country_code": "GR", + "type": "education", + "lineage": [ + "https://openalex.org/I174878644" + ] + } + ], + "countries": [ + "GR" + ], + "is_corresponding": false, + "raw_author_name": "Sotiris Kotsiantis", + "raw_affiliation_strings": [ + "Department of Mathematics, University of Patras, 26504 Patras, Greece" + ], + "raw_orcid": "https://orcid.org/0000-0002-2247-3082", + "affiliations": [ + { + "raw_affiliation_string": "Department of Mathematics, University of Patras, 26504 Patras, Greece", + "institution_ids": [ + "https://openalex.org/I174878644" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5074689646" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I174878644" + ], + "apc_list": { + "value": 2000, + "currency": "CHF", + "value_usd": 2165 + }, + "apc_paid": { + "value": 2000, + "currency": "CHF", + "value_usd": 2165 + }, + "fwci": 147.8632, + "has_fulltext": false, + "cited_by_count": 2702, + "citation_normalized_percentile": { + "value": 0.99982617, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 89, + "max": 100 + }, + "biblio": { + "volume": "23", + "issue": "1", + "first_page": "18", + "last_page": "18" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12026", + "display_name": "Explainable Artificial Intelligence (XAI)", + "score": 0.9997000098228455, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12026", + "display_name": "Explainable Artificial Intelligence (XAI)", + "score": 0.9997000098228455, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11689", + "display_name": "Adversarial Robustness in Machine Learning", + "score": 0.9994000196456909, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11512", + "display_name": "Anomaly Detection Techniques and Applications", + "score": 0.972599983215332, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/interpretability", + "display_name": "Interpretability", + "score": 0.881382167339325 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.77054762840271 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7226959466934204 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6755812764167786 + }, + { + "id": "https://openalex.org/keywords/ambiguity", + "display_name": "Ambiguity", + "score": 0.6382596492767334 + }, + { + "id": "https://openalex.org/keywords/field", + "display_name": "Field (mathematics)", + "score": 0.5369188189506531 + }, + { + "id": "https://openalex.org/keywords/implementation", + "display_name": "Implementation", + "score": 0.5124835968017578 + }, + { + "id": "https://openalex.org/keywords/black-box", + "display_name": "Black box", + "score": 0.43949806690216064 + }, + { + "id": "https://openalex.org/keywords/management-science", + "display_name": "Management science", + "score": 0.3528066873550415 + }, + { + "id": "https://openalex.org/keywords/data-science", + "display_name": "Data science", + "score": 0.34925395250320435 + }, + { + "id": "https://openalex.org/keywords/software-engineering", + "display_name": "Software engineering", + "score": 0.10554653406143188 + }, + { + "id": "https://openalex.org/keywords/engineering", + "display_name": "Engineering", + "score": 0.10227954387664795 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2781067378", + "wikidata": "https://www.wikidata.org/wiki/Q17027399", + "display_name": "Interpretability", + "level": 2, + "score": 0.881382167339325 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.77054762840271 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7226959466934204 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6755812764167786 + }, + { + "id": "https://openalex.org/C2780522230", + "wikidata": "https://www.wikidata.org/wiki/Q1140419", + "display_name": "Ambiguity", + "level": 2, + "score": 0.6382596492767334 + }, + { + "id": "https://openalex.org/C9652623", + "wikidata": "https://www.wikidata.org/wiki/Q190109", + "display_name": "Field (mathematics)", + "level": 2, + "score": 0.5369188189506531 + }, + { + "id": "https://openalex.org/C26713055", + "wikidata": "https://www.wikidata.org/wiki/Q245962", + "display_name": "Implementation", + "level": 2, + "score": 0.5124835968017578 + }, + { + "id": "https://openalex.org/C94966114", + "wikidata": "https://www.wikidata.org/wiki/Q29256", + "display_name": "Black box", + "level": 2, + "score": 0.43949806690216064 + }, + { + "id": "https://openalex.org/C539667460", + "wikidata": "https://www.wikidata.org/wiki/Q2414942", + "display_name": "Management science", + "level": 1, + "score": 0.3528066873550415 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.34925395250320435 + }, + { + "id": "https://openalex.org/C115903868", + "wikidata": "https://www.wikidata.org/wiki/Q80993", + "display_name": "Software engineering", + "level": 1, + "score": 0.10554653406143188 + }, + { + "id": "https://openalex.org/C127413603", + "wikidata": "https://www.wikidata.org/wiki/Q11023", + "display_name": "Engineering", + "level": 0, + "score": 0.10227954387664795 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C202444582", + "wikidata": "https://www.wikidata.org/wiki/Q837863", + "display_name": "Pure mathematics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 5, + "locations": [ + { + "id": "doi:10.3390/e23010018", + "is_oa": true, + "landing_page_url": "https://doi.org/10.3390/e23010018", + "pdf_url": "https://www.mdpi.com/1099-4300/23/1/18/pdf?version=1609160444", + "source": { + "id": "https://openalex.org/S195231649", + "display_name": "Entropy", + "issn_l": "1099-4300", + "issn": [ + "1099-4300" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310310987", + "host_organization_name": "Multidisciplinary Digital Publishing Institute", + "host_organization_lineage": [ + "https://openalex.org/P4310310987" + ], + "host_organization_lineage_names": [ + "Multidisciplinary Digital Publishing Institute" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Entropy", + "raw_type": "journal-article" + }, + { + "id": "pmid:33375658", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/33375658", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Entropy (Basel, Switzerland)", + "raw_type": null + }, + { + "id": "pmh:oai:doaj.org/article:36ca352966604ee69cce840410673de9", + "is_oa": true, + "landing_page_url": "https://doaj.org/article/36ca352966604ee69cce840410673de9", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401280", + "display_name": "DOAJ (DOAJ: Directory of Open Access Journals)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by-sa", + "license_id": "https://openalex.org/licenses/cc-by-sa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Entropy, Vol 23, Iss 1, p 18 (2020)", + "raw_type": "article" + }, + { + "id": "pmh:oai:mdpi.com:/1099-4300/23/1/18/", + "is_oa": true, + "landing_page_url": "https://dx.doi.org/10.3390/e23010018", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400947", + "display_name": "MDPI (MDPI AG)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I4210097602", + "host_organization_name": "Multidisciplinary Digital Publishing Institute (Switzerland)", + "host_organization_lineage": [ + "https://openalex.org/I4210097602" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Entropy; Volume 23; Issue 1; Pages: 18", + "raw_type": "Text" + }, + { + "id": "pmh:oai:pubmedcentral.nih.gov:7824368", + "is_oa": true, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/7824368", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2764455111", + "display_name": "PubMed Central", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Entropy (Basel)", + "raw_type": "Text" + } + ], + "best_oa_location": { + "id": "doi:10.3390/e23010018", + "is_oa": true, + "landing_page_url": "https://doi.org/10.3390/e23010018", + "pdf_url": "https://www.mdpi.com/1099-4300/23/1/18/pdf?version=1609160444", + "source": { + "id": "https://openalex.org/S195231649", + "display_name": "Entropy", + "issn_l": "1099-4300", + "issn": [ + "1099-4300" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310310987", + "host_organization_name": "Multidisciplinary Digital Publishing Institute", + "host_organization_lineage": [ + "https://openalex.org/P4310310987" + ], + "host_organization_lineage_names": [ + "Multidisciplinary Digital Publishing Institute" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Entropy", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W3116286104.pdf" + }, + "referenced_works_count": 184, + "referenced_works": [ + "https://openalex.org/W100464641", + "https://openalex.org/W273955616", + "https://openalex.org/W999207820", + "https://openalex.org/W1678356000", + "https://openalex.org/W1787224781", + "https://openalex.org/W1825675169", + "https://openalex.org/W1849277567", + "https://openalex.org/W1901616594", + "https://openalex.org/W1942214758", + "https://openalex.org/W1945616565", + "https://openalex.org/W1961345416", + "https://openalex.org/W1979362125", + "https://openalex.org/W1979769549", + "https://openalex.org/W1994080277", + "https://openalex.org/W1996796871", + "https://openalex.org/W2014352947", + "https://openalex.org/W2029767409", + "https://openalex.org/W2035363534", + "https://openalex.org/W2044639673", + "https://openalex.org/W2046945713", + "https://openalex.org/W2066238228", + "https://openalex.org/W2088765131", + "https://openalex.org/W2097246321", + "https://openalex.org/W2100960835", + "https://openalex.org/W2101589741", + "https://openalex.org/W2102636708", + "https://openalex.org/W2116572416", + "https://openalex.org/W2116666691", + "https://openalex.org/W2116984840", + "https://openalex.org/W2123045220", + "https://openalex.org/W2125283600", + "https://openalex.org/W2125847307", + "https://openalex.org/W2128272608", + "https://openalex.org/W2141200610", + "https://openalex.org/W2141755357", + "https://openalex.org/W2151868609", + "https://openalex.org/W2157928966", + "https://openalex.org/W2163605009", + "https://openalex.org/W2164878629", + "https://openalex.org/W2180612164", + "https://openalex.org/W2195388612", + "https://openalex.org/W2243397390", + "https://openalex.org/W2282821441", + "https://openalex.org/W2295107390", + "https://openalex.org/W2295598076", + "https://openalex.org/W2336525064", + "https://openalex.org/W2396394641", + "https://openalex.org/W2440159969", + "https://openalex.org/W2483215953", + "https://openalex.org/W2484189903", + "https://openalex.org/W2492294785", + "https://openalex.org/W2535873859", + "https://openalex.org/W2543927648", + "https://openalex.org/W2551974706", + "https://openalex.org/W2556096924", + "https://openalex.org/W2570685808", + "https://openalex.org/W2594475271", + "https://openalex.org/W2597603852", + "https://openalex.org/W2603766943", + "https://openalex.org/W2605409611", + "https://openalex.org/W2609368435", + "https://openalex.org/W2618851150", + "https://openalex.org/W2626639386", + "https://openalex.org/W2732560823", + "https://openalex.org/W2734421735", + "https://openalex.org/W2739220786", + "https://openalex.org/W2745565856", + "https://openalex.org/W2746600820", + "https://openalex.org/W2755655609", + "https://openalex.org/W2765424254", + "https://openalex.org/W2765793020", + "https://openalex.org/W2768894107", + "https://openalex.org/W2770312844", + "https://openalex.org/W2773022113", + "https://openalex.org/W2773497437", + "https://openalex.org/W2774644650", + "https://openalex.org/W2785699986", + "https://openalex.org/W2787955716", + "https://openalex.org/W2788199784", + "https://openalex.org/W2788403449", + "https://openalex.org/W2789160704", + "https://openalex.org/W2792942633", + "https://openalex.org/W2796215194", + "https://openalex.org/W2796885425", + "https://openalex.org/W2798312813", + "https://openalex.org/W2799194071", + "https://openalex.org/W2803831897", + "https://openalex.org/W2809136100", + "https://openalex.org/W2887252986", + "https://openalex.org/W2888078780", + "https://openalex.org/W2888421747", + "https://openalex.org/W2889210204", + "https://openalex.org/W2889252776", + "https://openalex.org/W2891503716", + "https://openalex.org/W2905526464", + "https://openalex.org/W2905810301", + "https://openalex.org/W2909878761", + "https://openalex.org/W2910705748", + "https://openalex.org/W2914598080", + "https://openalex.org/W2919115771", + "https://openalex.org/W2943646750", + "https://openalex.org/W2949128310", + "https://openalex.org/W2949197630", + "https://openalex.org/W2949200088", + "https://openalex.org/W2953911539", + "https://openalex.org/W2954503794", + "https://openalex.org/W2955782190", + "https://openalex.org/W2962718684", + "https://openalex.org/W2962772482", + "https://openalex.org/W2962790223", + "https://openalex.org/W2962816513", + "https://openalex.org/W2962818281", + "https://openalex.org/W2962858109", + "https://openalex.org/W2963095307", + "https://openalex.org/W2963100392", + "https://openalex.org/W2963116854", + "https://openalex.org/W2963125461", + "https://openalex.org/W2963126845", + "https://openalex.org/W2963165363", + "https://openalex.org/W2963233086", + "https://openalex.org/W2963382180", + "https://openalex.org/W2963483561", + "https://openalex.org/W2963615251", + "https://openalex.org/W2963847595", + "https://openalex.org/W2963857521", + "https://openalex.org/W2963859254", + "https://openalex.org/W2963969878", + "https://openalex.org/W2964082701", + "https://openalex.org/W2965749257", + "https://openalex.org/W2966149470", + "https://openalex.org/W2971970905", + "https://openalex.org/W2981731882", + "https://openalex.org/W2988194011", + "https://openalex.org/W2998277219", + "https://openalex.org/W3000208741", + "https://openalex.org/W3003420231", + "https://openalex.org/W3013371788", + "https://openalex.org/W3015625436", + "https://openalex.org/W3023553115", + "https://openalex.org/W3027870051", + "https://openalex.org/W3035517615", + "https://openalex.org/W3035736465", + "https://openalex.org/W3037881545", + "https://openalex.org/W3098276446", + "https://openalex.org/W3098278632", + "https://openalex.org/W3099126561", + "https://openalex.org/W3101449015", + "https://openalex.org/W3102476541", + "https://openalex.org/W3103557498", + "https://openalex.org/W3104423855", + "https://openalex.org/W3104570147", + "https://openalex.org/W3106412272", + "https://openalex.org/W3121410165", + "https://openalex.org/W3121588992", + "https://openalex.org/W3138819813", + "https://openalex.org/W4238293282", + "https://openalex.org/W4241793634", + "https://openalex.org/W4251708881", + "https://openalex.org/W4288625073", + "https://openalex.org/W4289258088", + "https://openalex.org/W4300337452", + "https://openalex.org/W6610017368", + "https://openalex.org/W6637162671", + "https://openalex.org/W6684072790", + "https://openalex.org/W6703326205", + "https://openalex.org/W6719080892", + "https://openalex.org/W6728551298", + "https://openalex.org/W6733049761", + "https://openalex.org/W6734194636", + "https://openalex.org/W6739575509", + "https://openalex.org/W6740085662", + "https://openalex.org/W6744110554", + "https://openalex.org/W6745730051", + "https://openalex.org/W6747473890", + "https://openalex.org/W6748377460", + "https://openalex.org/W6750628419", + "https://openalex.org/W6750829902", + "https://openalex.org/W6751569023", + "https://openalex.org/W6751776086", + "https://openalex.org/W6752083044", + "https://openalex.org/W6755768460", + "https://openalex.org/W6762840784", + "https://openalex.org/W6765646913", + "https://openalex.org/W7014198846" + ], + "related_works": [ + "https://openalex.org/W2797441709", + "https://openalex.org/W2346578521", + "https://openalex.org/W4297660007", + "https://openalex.org/W4377704659", + "https://openalex.org/W2886918272", + "https://openalex.org/W4387589990", + "https://openalex.org/W2943982549", + "https://openalex.org/W3101055019", + "https://openalex.org/W2910028250", + "https://openalex.org/W4241566321" + ], + "abstract_inverted_index": { + "Recent": [ + 0 + ], + "advances": [ + 1 + ], + "in": [ + 2, + 20, + 29, + 76, + 95, + 156 + ], + "artificial": [ + 3 + ], + "intelligence": [ + 4 + ], + "(AI)": [ + 5 + ], + "have": [ + 6 + ], + "led": [ + 7 + ], + "to": [ + 8, + 61, + 73, + 152 + ], + "its": [ + 9 + ], + "widespread": [ + 10 + ], + "industrial": [ + 11 + ], + "adoption,": [ + 12 + ], + "with": [ + 13, + 108 + ], + "machine": [ + 14, + 70, + 118, + 132 + ], + "learning": [ + 15, + 71, + 119, + 133 + ], + "systems": [ + 16, + 41, + 72 + ], + "demonstrating": [ + 17 + ], + "superhuman": [ + 18 + ], + "performance": [ + 19 + ], + "a": [ + 21, + 91, + 103, + 138, + 165 + ], + "significant": [ + 22 + ], + "number": [ + 23 + ], + "of": [ + 24, + 98, + 111, + 143 + ], + "tasks.": [ + 25 + ], + "However,": [ + 26 + ], + "this": [ + 27, + 160 + ], + "surge": [ + 28 + ], + "performance,": [ + 30 + ], + "has": [ + 31, + 65, + 121 + ], + "often": [ + 32 + ], + "been": [ + 33, + 122 + ], + "achieved": [ + 34 + ], + "through": [ + 35 + ], + "increased": [ + 36 + ], + "model": [ + 37 + ], + "complexity,": [ + 38 + ], + "turning": [ + 39 + ], + "such": [ + 40, + 87 + ], + "into": [ + 42 + ], + "\"black": [ + 43 + ], + "box\"": [ + 44 + ], + "approaches": [ + 45 + ], + "and": [ + 46, + 116, + 141, + 171 + ], + "causing": [ + 47 + ], + "uncertainty": [ + 48 + ], + "regarding": [ + 49 + ], + "the": [ + 50, + 56, + 96, + 109, + 157 + ], + "way": [ + 51, + 57 + ], + "they": [ + 52, + 59 + ], + "operate": [ + 53 + ], + "and,": [ + 54 + ], + "ultimately,": [ + 55 + ], + "that": [ + 58, + 105, + 114, + 159 + ], + "come": [ + 60 + ], + "decisions.": [ + 62 + ], + "This": [ + 63, + 128 + ], + "ambiguity": [ + 64 + ], + "made": [ + 66 + ], + "it": [ + 67 + ], + "problematic": [ + 68 + ], + "for": [ + 69, + 168 + ], + "be": [ + 74, + 85 + ], + "adopted": [ + 75 + ], + "sensitive": [ + 77 + ], + "yet": [ + 78 + ], + "critical": [ + 79 + ], + "domains,": [ + 80 + ], + "where": [ + 81 + ], + "their": [ + 82, + 153 + ], + "value": [ + 83 + ], + "could": [ + 84 + ], + "immense,": [ + 86 + ], + "as": [ + 88, + 148, + 150, + 164 + ], + "healthcare.": [ + 89 + ], + "As": [ + 90 + ], + "result,": [ + 92 + ], + "scientific": [ + 93 + ], + "interest": [ + 94 + ], + "field": [ + 97, + 104 + ], + "Explainable": [ + 99 + ], + "Artificial": [ + 100 + ], + "Intelligence": [ + 101 + ], + "(XAI),": [ + 102 + ], + "is": [ + 106 + ], + "concerned": [ + 107 + ], + "development": [ + 110 + ], + "new": [ + 112 + ], + "methods": [ + 113, + 145 + ], + "explain": [ + 115 + ], + "interpret": [ + 117 + ], + "models,": [ + 120 + ], + "tremendously": [ + 123 + ], + "reignited": [ + 124 + ], + "over": [ + 125 + ], + "recent": [ + 126 + ], + "years.": [ + 127 + ], + "study": [ + 129 + ], + "focuses": [ + 130 + ], + "on": [ + 131 + ], + "interpretability": [ + 134 + ], + "methods;": [ + 135 + ], + "more": [ + 136 + ], + "specifically,": [ + 137 + ], + "literature": [ + 139 + ], + "review": [ + 140 + ], + "taxonomy": [ + 142 + ], + "these": [ + 144 + ], + "are": [ + 146 + ], + "presented,": [ + 147 + ], + "well": [ + 149 + ], + "links": [ + 151 + ], + "programming": [ + 154 + ], + "implementations,": [ + 155 + ], + "hope": [ + 158 + ], + "survey": [ + 161 + ], + "would": [ + 162 + ], + "serve": [ + 163 + ], + "reference": [ + 166 + ], + "point": [ + 167 + ], + "both": [ + 169 + ], + "theorists": [ + 170 + ], + "practitioners.": [ + 172 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 209 + }, + { + "year": 2025, + "cited_by_count": 702 + }, + { + "year": 2024, + "cited_by_count": 707 + }, + { + "year": 2023, + "cited_by_count": 591 + }, + { + "year": 2022, + "cited_by_count": 382 + }, + { + "year": 2021, + "cited_by_count": 109 + }, + { + "year": 2020, + "cited_by_count": 1 + }, + { + "year": 2013, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2142334564", + "doi": "https://doi.org/10.2307/1269742", + "title": "Machine Learning, Neural and Statistical Classification", + "display_name": "Machine Learning, Neural and Statistical Classification", + "relevance_score": 3337.8804, + "publication_year": 1995, + "publication_date": "1995-11-01", + "ids": { + "openalex": "https://openalex.org/W2142334564", + "doi": "https://doi.org/10.2307/1269742", + "mag": "2142334564" + }, + "language": "en", + "primary_location": { + "id": "doi:10.2307/1269742", + "is_oa": false, + "landing_page_url": "https://doi.org/10.2307/1269742", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S985303", + "display_name": "Technometrics", + "issn_l": "0040-1706", + "issn": [ + "0040-1706", + "1537-2723" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320547", + "host_organization_name": "Taylor & Francis", + "host_organization_lineage": [ + "https://openalex.org/P4310320547" + ], + "host_organization_lineage_names": [ + "Taylor & Francis" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Technometrics", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5021483518", + "display_name": "Bill Fulkerson", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I5490798", + "display_name": "John Deere (Germany)", + "ror": "https://ror.org/02xc43e34", + "country_code": "DE", + "type": "company", + "lineage": [ + "https://openalex.org/I4210096981", + "https://openalex.org/I5490798" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": true, + "raw_author_name": "Bill Fulkerson", + "raw_affiliation_strings": [ + "Deere & Company", + "University of Edinburgh U.K" + ], + "affiliations": [ + { + "raw_affiliation_string": "Deere & Company", + "institution_ids": [ + "https://openalex.org/I5490798" + ] + }, + { + "raw_affiliation_string": "University of Edinburgh U.K", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5006171154", + "display_name": "D. Michie", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "D. Michie", + "raw_affiliation_strings": [ + "University of Edinburgh , U.K" + ], + "affiliations": [ + { + "raw_affiliation_string": "University of Edinburgh , U.K", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5080673459", + "display_name": "D. J. Spiegelhalter", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I241749", + "display_name": "University of Cambridge", + "ror": "https://ror.org/013meh722", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I241749" + ] + } + ], + "countries": [ + "GB" + ], + "is_corresponding": false, + "raw_author_name": "D. J. Spiegelhalter", + "raw_affiliation_strings": [ + "Univ. Forvie Site, Cambridge, U.K.#TAB#" + ], + "affiliations": [ + { + "raw_affiliation_string": "Univ. Forvie Site, Cambridge, U.K.#TAB#", + "institution_ids": [ + "https://openalex.org/I241749" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5111533856", + "display_name": "C. C. W. Taylor", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "C. C. Taylor", + "raw_affiliation_strings": [ + "University of Leeds; U.K" + ], + "affiliations": [ + { + "raw_affiliation_string": "University of Leeds; U.K", + "institution_ids": [] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 4, + "corresponding_author_ids": [ + "https://openalex.org/A5021483518" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I5490798" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 121.1376, + "has_fulltext": false, + "cited_by_count": 2191, + "citation_normalized_percentile": { + "value": 0.99989156, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "37", + "issue": "4", + "first_page": "459", + "last_page": "459" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.9955999851226807, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.9955999851226807, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10538", + "display_name": "Data Mining Algorithms and Applications", + "score": 0.9819999933242798, + "subfield": { + "id": "https://openalex.org/subfields/1710", + "display_name": "Information Systems" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T14351", + "display_name": "Statistical and Computational Modeling", + "score": 0.9731000065803528, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6783725023269653 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6460950374603271 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.638775646686554 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.5508975982666016 + }, + { + "id": "https://openalex.org/keywords/statistical-learning", + "display_name": "Statistical learning", + "score": 0.4216362535953522 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6783725023269653 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6460950374603271 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.638775646686554 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.5508975982666016 + }, + { + "id": "https://openalex.org/C2982736386", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Statistical learning", + "level": 2, + "score": 0.4216362535953522 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.2307/1269742", + "is_oa": false, + "landing_page_url": "https://doi.org/10.2307/1269742", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S985303", + "display_name": "Technometrics", + "issn_l": "0040-1706", + "issn": [ + "0040-1706", + "1537-2723" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320547", + "host_organization_name": "Taylor & Francis", + "host_organization_lineage": [ + "https://openalex.org/P4310320547" + ], + "host_organization_lineage_names": [ + "Taylor & Francis" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Technometrics", + "raw_type": "journal-article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 7, + "referenced_works": [ + "https://openalex.org/W1515620500", + "https://openalex.org/W1602329118", + "https://openalex.org/W1704669313", + "https://openalex.org/W1770912791", + "https://openalex.org/W2023837194", + "https://openalex.org/W2488901271", + "https://openalex.org/W3014310718" + ], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W3046775127", + "https://openalex.org/W3107602296", + "https://openalex.org/W3170094116", + "https://openalex.org/W4386462264", + "https://openalex.org/W4364306694", + "https://openalex.org/W4312192474", + "https://openalex.org/W4283697347", + "https://openalex.org/W4210805261" + ], + "abstract_inverted_index": { + "Survey": [ + 0 + ], + "of": [ + 1, + 8 + ], + "previous": [ + 2 + ], + "comparisons": [ + 3 + ], + "and": [ + 4, + 15 + ], + "theoretical": [ + 5 + ], + "work": [ + 6 + ], + "descriptions": [ + 7, + 11 + ], + "methods": [ + 9 + ], + "dataset": [ + 10 + ], + "criteria": [ + 12 + ], + "for": [ + 13 + ], + "comparison": [ + 14 + ], + "methodology": [ + 16 + ], + "(including": [ + 17 + ], + "validation)": [ + 18 + ], + "empirical": [ + 19 + ], + "results": [ + 20 + ], + "machine": [ + 21, + 24 + ], + "learning": [ + 22 + ], + "on": [ + 23 + ], + "learning.": [ + 25 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 8 + }, + { + "year": 2024, + "cited_by_count": 17 + }, + { + "year": 2023, + "cited_by_count": 45 + }, + { + "year": 2022, + "cited_by_count": 44 + }, + { + "year": 2021, + "cited_by_count": 64 + }, + { + "year": 2020, + "cited_by_count": 70 + }, + { + "year": 2019, + "cited_by_count": 65 + }, + { + "year": 2018, + "cited_by_count": 65 + }, + { + "year": 2017, + "cited_by_count": 80 + }, + { + "year": 2016, + "cited_by_count": 58 + }, + { + "year": 2015, + "cited_by_count": 64 + }, + { + "year": 2014, + "cited_by_count": 78 + }, + { + "year": 2013, + "cited_by_count": 68 + }, + { + "year": 2012, + "cited_by_count": 84 + } + ], + "updated_date": "2026-04-04T16:13:02.066488", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2962727772", + "doi": null, + "title": "Automatic differentiation in machine learning: a survey", + "display_name": "Automatic differentiation in machine learning: a survey", + "relevance_score": 3316.8074, + "publication_year": 2015, + "publication_date": "2015-01-01", + "ids": { + "openalex": "https://openalex.org/W2962727772", + "mag": "2962727772" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:eprints.maynoothuniversity.ie:8145", + "is_oa": true, + "landing_page_url": null, + "pdf_url": "http://eprints.maynoothuniversity.ie/8145/1/BP-Automatic-2015.pdf", + "source": { + "id": "https://openalex.org/S4306401432", + "display_name": "Maynooth University ePrints and eTheses Archive (Maynooth University)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I157286207", + "host_organization_name": "National University of Ireland, Maynooth", + "host_organization_lineage": [ + "https://openalex.org/I157286207" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Monograph" + }, + "type": "article", + "indexed_in": [], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "http://eprints.maynoothuniversity.ie/8145/1/BP-Automatic-2015.pdf", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5063994783", + "display_name": "Atılım Güneş Baydin", + "orcid": "https://orcid.org/0000-0001-9854-8100" + }, + "institutions": [ + { + "id": "https://openalex.org/I40120149", + "display_name": "University of Oxford", + "ror": "https://ror.org/052gg0110", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I40120149" + ] + }, + { + "id": "https://openalex.org/I4210146410", + "display_name": "Science Oxford", + "ror": "https://ror.org/04j8yhy50", + "country_code": "GB", + "type": "nonprofit", + "lineage": [ + "https://openalex.org/I4210146410" + ] + } + ], + "countries": [ + "GB" + ], + "is_corresponding": true, + "raw_author_name": "Atılım Güneş Baydin", + "raw_affiliation_strings": [ + "Department of Engineering Science; University of Oxford; Oxford United Kingdom" + ], + "raw_orcid": "https://orcid.org/0000-0001-9854-8100", + "affiliations": [ + { + "raw_affiliation_string": "Department of Engineering Science; University of Oxford; Oxford United Kingdom", + "institution_ids": [ + "https://openalex.org/I4210146410", + "https://openalex.org/I40120149" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5009984528", + "display_name": "Barak A. Pearlmutter", + "orcid": "https://orcid.org/0000-0003-0521-4553" + }, + "institutions": [ + { + "id": "https://openalex.org/I157286207", + "display_name": "National University of Ireland, Maynooth", + "ror": "https://ror.org/048nfjm95", + "country_code": "IE", + "type": "education", + "lineage": [ + "https://openalex.org/I157286207" + ] + } + ], + "countries": [ + "IE" + ], + "is_corresponding": false, + "raw_author_name": "Barak A. Pearlmutter", + "raw_affiliation_strings": [ + "Department of Computer Science , National University of Ireland Maynooth , Maynooth, Co. Kildare, Ireland" + ], + "raw_orcid": "https://orcid.org/0000-0003-0521-4553", + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science , National University of Ireland Maynooth , Maynooth, Co. Kildare, Ireland", + "institution_ids": [ + "https://openalex.org/I157286207" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5055832270", + "display_name": "Alexey Radul", + "orcid": "https://orcid.org/0000-0002-7251-4057" + }, + "institutions": [ + { + "id": "https://openalex.org/I63966007", + "display_name": "Massachusetts Institute of Technology", + "ror": "https://ror.org/042nb2s44", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I63966007" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Alexey Radul", + "raw_affiliation_strings": [ + "Department of Brain and Cognitive Sciences, Massachusetts Institute of Technology, Cambridge, MA" + ], + "raw_orcid": "https://orcid.org/0000-0002-7251-4057", + "affiliations": [ + { + "raw_affiliation_string": "Department of Brain and Cognitive Sciences, Massachusetts Institute of Technology, Cambridge, MA", + "institution_ids": [ + "https://openalex.org/I63966007" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5079140683", + "display_name": "Jeffrey Mark Siskind", + "orcid": "https://orcid.org/0000-0002-0105-6503" + }, + "institutions": [ + { + "id": "https://openalex.org/I219193219", + "display_name": "Purdue University West Lafayette", + "ror": "https://ror.org/02dqehb95", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I219193219" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Jeffrey Mark Siskind", + "raw_affiliation_strings": [ + "School of Electrical & Computer Engineering, Purdue University, West Lafayette, IN" + ], + "raw_orcid": "https://orcid.org/0000-0002-0105-6503", + "affiliations": [ + { + "raw_affiliation_string": "School of Electrical & Computer Engineering, Purdue University, West Lafayette, IN", + "institution_ids": [ + "https://openalex.org/I219193219" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 3, + "institutions_distinct_count": 4, + "corresponding_author_ids": [ + "https://openalex.org/A5063994783" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I40120149", + "https://openalex.org/I4210146410" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 5.8829, + "has_fulltext": true, + "cited_by_count": 2097, + "citation_normalized_percentile": { + "value": 0.96990496, + "is_in_top_1_percent": false, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 97, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12814", + "display_name": "Gaussian Processes and Bayesian Inference", + "score": 0.9951000213623047, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12814", + "display_name": "Gaussian Processes and Bayesian Inference", + "score": 0.9951000213623047, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.9828000068664551, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T13650", + "display_name": "Computational Physics and Python Applications", + "score": 0.9753999710083008, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7707252502441406 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6958426833152771 + }, + { + "id": "https://openalex.org/keywords/relevance", + "display_name": "Relevance (law)", + "score": 0.6952723264694214 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6923137903213501 + }, + { + "id": "https://openalex.org/keywords/automatic-differentiation", + "display_name": "Automatic differentiation", + "score": 0.5773985385894775 + }, + { + "id": "https://openalex.org/keywords/differentiable-function", + "display_name": "Differentiable function", + "score": 0.5487818717956543 + }, + { + "id": "https://openalex.org/keywords/clarity", + "display_name": "CLARITY", + "score": 0.49600204825401306 + }, + { + "id": "https://openalex.org/keywords/toolbox", + "display_name": "Toolbox", + "score": 0.47601065039634705 + }, + { + "id": "https://openalex.org/keywords/field", + "display_name": "Field (mathematics)", + "score": 0.47393471002578735 + }, + { + "id": "https://openalex.org/keywords/algorithmic-learning-theory", + "display_name": "Algorithmic learning theory", + "score": 0.4503173828125 + }, + { + "id": "https://openalex.org/keywords/active-learning", + "display_name": "Active learning (machine learning)", + "score": 0.41797730326652527 + }, + { + "id": "https://openalex.org/keywords/theoretical-computer-science", + "display_name": "Theoretical computer science", + "score": 0.36606842279434204 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.18022793531417847 + }, + { + "id": "https://openalex.org/keywords/programming-language", + "display_name": "Programming language", + "score": 0.14339032769203186 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.09765636920928955 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7707252502441406 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6958426833152771 + }, + { + "id": "https://openalex.org/C158154518", + "wikidata": "https://www.wikidata.org/wiki/Q7310970", + "display_name": "Relevance (law)", + "level": 2, + "score": 0.6952723264694214 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6923137903213501 + }, + { + "id": "https://openalex.org/C133512626", + "wikidata": "https://www.wikidata.org/wiki/Q787371", + "display_name": "Automatic differentiation", + "level": 3, + "score": 0.5773985385894775 + }, + { + "id": "https://openalex.org/C202615002", + "wikidata": "https://www.wikidata.org/wiki/Q783507", + "display_name": "Differentiable function", + "level": 2, + "score": 0.5487818717956543 + }, + { + "id": "https://openalex.org/C2777146004", + "wikidata": "https://www.wikidata.org/wiki/Q14949826", + "display_name": "CLARITY", + "level": 2, + "score": 0.49600204825401306 + }, + { + "id": "https://openalex.org/C2777655017", + "wikidata": "https://www.wikidata.org/wiki/Q1501161", + "display_name": "Toolbox", + "level": 2, + "score": 0.47601065039634705 + }, + { + "id": "https://openalex.org/C9652623", + "wikidata": "https://www.wikidata.org/wiki/Q190109", + "display_name": "Field (mathematics)", + "level": 2, + "score": 0.47393471002578735 + }, + { + "id": "https://openalex.org/C32254414", + "wikidata": "https://www.wikidata.org/wiki/Q4724364", + "display_name": "Algorithmic learning theory", + "level": 3, + "score": 0.4503173828125 + }, + { + "id": "https://openalex.org/C77967617", + "wikidata": "https://www.wikidata.org/wiki/Q4677561", + "display_name": "Active learning (machine learning)", + "level": 2, + "score": 0.41797730326652527 + }, + { + "id": "https://openalex.org/C80444323", + "wikidata": "https://www.wikidata.org/wiki/Q2878974", + "display_name": "Theoretical computer science", + "level": 1, + "score": 0.36606842279434204 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.18022793531417847 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.14339032769203186 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.09765636920928955 + }, + { + "id": "https://openalex.org/C134306372", + "wikidata": "https://www.wikidata.org/wiki/Q7754", + "display_name": "Mathematical analysis", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C55493867", + "wikidata": "https://www.wikidata.org/wiki/Q7094", + "display_name": "Biochemistry", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C199539241", + "wikidata": "https://www.wikidata.org/wiki/Q7748", + "display_name": "Law", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C45374587", + "wikidata": "https://www.wikidata.org/wiki/Q12525525", + "display_name": "Computation", + "level": 2, + "score": 0.0 + }, + { + "id": "https://openalex.org/C202444582", + "wikidata": "https://www.wikidata.org/wiki/Q837863", + "display_name": "Pure mathematics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C17744445", + "wikidata": "https://www.wikidata.org/wiki/Q36442", + "display_name": "Political science", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C185592680", + "wikidata": "https://www.wikidata.org/wiki/Q2329", + "display_name": "Chemistry", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "pmh:oai:eprints.maynoothuniversity.ie:8145", + "is_oa": true, + "landing_page_url": null, + "pdf_url": "http://eprints.maynoothuniversity.ie/8145/1/BP-Automatic-2015.pdf", + "source": { + "id": "https://openalex.org/S4306401432", + "display_name": "Maynooth University ePrints and eTheses Archive (Maynooth University)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I157286207", + "host_organization_name": "National University of Ireland, Maynooth", + "host_organization_lineage": [ + "https://openalex.org/I157286207" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Monograph" + } + ], + "best_oa_location": { + "id": "pmh:oai:eprints.maynoothuniversity.ie:8145", + "is_oa": true, + "landing_page_url": null, + "pdf_url": "http://eprints.maynoothuniversity.ie/8145/1/BP-Automatic-2015.pdf", + "source": { + "id": "https://openalex.org/S4306401432", + "display_name": "Maynooth University ePrints and eTheses Archive (Maynooth University)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I157286207", + "host_organization_name": "National University of Ireland, Maynooth", + "host_organization_lineage": [ + "https://openalex.org/I157286207" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Monograph" + }, + "sustainable_development_goals": [], + "awards": [ + { + "id": "https://openalex.org/G6346593773", + "display_name": null, + "funder_award_id": "09/IN.1/I2637", + "funder_id": "https://openalex.org/F4320320847", + "funder_display_name": "Science Foundation Ireland" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320320847", + "display_name": "Science Foundation Ireland", + "ror": "https://ror.org/0271asj38" + } + ], + "has_content": { + "grobid_xml": true, + "pdf": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W2962727772.pdf", + "grobid_xml": "https://content.openalex.org/works/W2962727772.grobid-xml" + }, + "referenced_works_count": 165, + "referenced_works": [ + "https://openalex.org/W10127936", + "https://openalex.org/W24803201", + "https://openalex.org/W32371573", + "https://openalex.org/W54927611", + "https://openalex.org/W56900066", + "https://openalex.org/W79234129", + "https://openalex.org/W96156603", + "https://openalex.org/W114517082", + "https://openalex.org/W150071318", + "https://openalex.org/W163279865", + "https://openalex.org/W178772886", + "https://openalex.org/W183071939", + "https://openalex.org/W195465510", + "https://openalex.org/W199058730", + "https://openalex.org/W658381347", + "https://openalex.org/W1448623749", + "https://openalex.org/W1491719553", + "https://openalex.org/W1498436455", + "https://openalex.org/W1508921047", + "https://openalex.org/W1510408204", + "https://openalex.org/W1526743513", + "https://openalex.org/W1531185881", + "https://openalex.org/W1531720974", + "https://openalex.org/W1533682968", + "https://openalex.org/W1545319692", + "https://openalex.org/W1554025628", + "https://openalex.org/W1554447113", + "https://openalex.org/W1555213329", + "https://openalex.org/W1556604985", + "https://openalex.org/W1558109178", + "https://openalex.org/W1579027943", + "https://openalex.org/W1585773866", + "https://openalex.org/W1593851055", + "https://openalex.org/W1597010871", + "https://openalex.org/W1597497095", + "https://openalex.org/W1601796594", + "https://openalex.org/W1602017060", + "https://openalex.org/W1667652561", + "https://openalex.org/W1732222442", + "https://openalex.org/W1746819321", + "https://openalex.org/W1781063653", + "https://openalex.org/W1786620475", + "https://openalex.org/W1833324609", + "https://openalex.org/W1841592590", + "https://openalex.org/W1868018859", + "https://openalex.org/W1902934009", + "https://openalex.org/W1906598733", + "https://openalex.org/W1909320841", + "https://openalex.org/W1959608418", + "https://openalex.org/W1960579544", + "https://openalex.org/W1964298340", + "https://openalex.org/W1965256357", + "https://openalex.org/W1976804081", + "https://openalex.org/W1980177911", + "https://openalex.org/W1981814724", + "https://openalex.org/W1983864872", + "https://openalex.org/W1984176077", + "https://openalex.org/W1985280181", + "https://openalex.org/W1987027398", + "https://openalex.org/W1988141348", + "https://openalex.org/W1991173503", + "https://openalex.org/W1996647346", + "https://openalex.org/W1996852196", + "https://openalex.org/W1997030105", + "https://openalex.org/W1999333806", + "https://openalex.org/W2004750113", + "https://openalex.org/W2005126631", + "https://openalex.org/W2006903949", + "https://openalex.org/W2008957460", + "https://openalex.org/W2017000414", + "https://openalex.org/W2018435387", + "https://openalex.org/W2030762303", + "https://openalex.org/W2031070741", + "https://openalex.org/W2039708501", + "https://openalex.org/W2042661604", + "https://openalex.org/W2057377421", + "https://openalex.org/W2058760524", + "https://openalex.org/W2058821858", + "https://openalex.org/W2062422869", + "https://openalex.org/W2065468339", + "https://openalex.org/W2069077343", + "https://openalex.org/W2069563463", + "https://openalex.org/W2070389042", + "https://openalex.org/W2076063813", + "https://openalex.org/W2076554018", + "https://openalex.org/W2077306381", + "https://openalex.org/W2083381683", + "https://openalex.org/W2084689793", + "https://openalex.org/W2084818100", + "https://openalex.org/W2087169336", + "https://openalex.org/W2098694378", + "https://openalex.org/W2106164382", + "https://openalex.org/W2108207895", + "https://openalex.org/W2109189215", + "https://openalex.org/W2112796928", + "https://openalex.org/W2119717200", + "https://openalex.org/W2120420045", + "https://openalex.org/W2124313187", + "https://openalex.org/W2129142203", + "https://openalex.org/W2129288307", + "https://openalex.org/W2133400152", + "https://openalex.org/W2133564696", + "https://openalex.org/W2134275125", + "https://openalex.org/W2136985729", + "https://openalex.org/W2137808436", + "https://openalex.org/W2141524150", + "https://openalex.org/W2146502635", + "https://openalex.org/W2146534684", + "https://openalex.org/W2146856863", + "https://openalex.org/W2157488230", + "https://openalex.org/W2161239884", + "https://openalex.org/W2161969291", + "https://openalex.org/W2163248562", + "https://openalex.org/W2163922914", + "https://openalex.org/W2167315686", + "https://openalex.org/W2167839676", + "https://openalex.org/W2171928131", + "https://openalex.org/W2250861254", + "https://openalex.org/W2271840356", + "https://openalex.org/W2271982975", + "https://openalex.org/W2327562811", + "https://openalex.org/W2382989034", + "https://openalex.org/W2396666011", + "https://openalex.org/W2403726878", + "https://openalex.org/W2405844906", + "https://openalex.org/W2423581336", + "https://openalex.org/W2464234964", + "https://openalex.org/W2478429860", + "https://openalex.org/W2482888308", + "https://openalex.org/W2496722619", + "https://openalex.org/W2509865812", + "https://openalex.org/W2513383847", + "https://openalex.org/W2539792571", + "https://openalex.org/W2566652804", + "https://openalex.org/W2572175727", + "https://openalex.org/W2574963492", + "https://openalex.org/W2577537660", + "https://openalex.org/W2578556340", + "https://openalex.org/W2586661897", + "https://openalex.org/W2597452529", + "https://openalex.org/W2606594511", + "https://openalex.org/W2618530766", + "https://openalex.org/W2754835109", + "https://openalex.org/W2768092088", + "https://openalex.org/W2778749116", + "https://openalex.org/W2786741601", + "https://openalex.org/W2899771611", + "https://openalex.org/W2919115771", + "https://openalex.org/W2948461586", + "https://openalex.org/W2950999850", + "https://openalex.org/W2951008357", + "https://openalex.org/W2952339051", + "https://openalex.org/W2953146438", + "https://openalex.org/W2962994101", + "https://openalex.org/W2963042536", + "https://openalex.org/W2963264829", + "https://openalex.org/W2963773578", + "https://openalex.org/W2963977107", + "https://openalex.org/W2964121744", + "https://openalex.org/W2986953278", + "https://openalex.org/W3004157836", + "https://openalex.org/W3087399931", + "https://openalex.org/W3100141945", + "https://openalex.org/W3121926921", + "https://openalex.org/W3123351260" + ], + "related_works": [ + "https://openalex.org/W3146803896", + "https://openalex.org/W3101260193", + "https://openalex.org/W3003922491", + "https://openalex.org/W2970971581", + "https://openalex.org/W2964121744", + "https://openalex.org/W2919115771", + "https://openalex.org/W2899771611", + "https://openalex.org/W2899283552", + "https://openalex.org/W2803629276", + "https://openalex.org/W2749028154", + "https://openalex.org/W2745110207", + "https://openalex.org/W2402144811", + "https://openalex.org/W2194775991", + "https://openalex.org/W2163605009", + "https://openalex.org/W2064675550", + "https://openalex.org/W2051434435", + "https://openalex.org/W1585773866", + "https://openalex.org/W1533861849", + "https://openalex.org/W1498436455", + "https://openalex.org/W2963112935" + ], + "abstract_inverted_index": { + "Derivatives,": [ + 0 + ], + "mostly": [ + 1 + ], + "in": [ + 2, + 11, + 34, + 51, + 97 + ], + "the": [ + 3, + 72, + 84, + 98, + 114, + 119 + ], + "form": [ + 4 + ], + "of": [ + 5, + 23, + 67, + 74, + 100, + 116 + ], + "gradients": [ + 6 + ], + "and": [ + 7, + 31, + 43, + 49, + 63, + 76, + 91 + ], + "Hessians,": [ + 8 + ], + "are": [ + 9 + ], + "ubiquitous": [ + 10 + ], + "machine": [ + 12, + 54, + 77, + 120 + ], + "learning.": [ + 13 + ], + "Automatic": [ + 14 + ], + "differentiation": [ + 15 + ], + "(AD)": [ + 16 + ], + "is": [ + 17 + ], + "a": [ + 18, + 88 + ], + "technique": [ + 19 + ], + "for": [ + 20 + ], + "calculating": [ + 21 + ], + "derivatives": [ + 22 + ], + "numeric": [ + 24 + ], + "functions": [ + 25 + ], + "expressed": [ + 26 + ], + "as": [ + 27, + 37 + ], + "computer": [ + 28 + ], + "programs": [ + 29 + ], + "efficiently": [ + 30 + ], + "accurately,": [ + 32 + ], + "used": [ + 33 + ], + "fields": [ + 35 + ], + "such": [ + 36 + ], + "computational": [ + 38 + ], + "fluid": [ + 39 + ], + "dynamics,": [ + 40 + ], + "nuclear": [ + 41 + ], + "engineering,": [ + 42 + ], + "atmospheric": [ + 44 + ], + "sciences.": [ + 45 + ], + "Despite": [ + 46 + ], + "its": [ + 47 + ], + "advantages": [ + 48 + ], + "use": [ + 50, + 66, + 115 + ], + "other": [ + 52 + ], + "fields,": [ + 53 + ], + "learning": [ + 55, + 121 + ], + "practitioners": [ + 56 + ], + "have": [ + 57, + 112 + ], + "been": [ + 58 + ], + "little": [ + 59 + ], + "influenced": [ + 60 + ], + "by": [ + 61 + ], + "AD": [ + 62, + 75, + 82, + 117 + ], + "make": [ + 64, + 87 + ], + "scant": [ + 65 + ], + "available": [ + 68 + ], + "tools.": [ + 69 + ], + "We": [ + 70, + 103 + ], + "survey": [ + 71 + ], + "intersection": [ + 73 + ], + "learning,": [ + 78 + ], + "cover": [ + 79 + ], + "applications": [ + 80 + ], + "where": [ + 81 + ], + "has": [ + 83 + ], + "potential": [ + 85 + ], + "to": [ + 86, + 105 + ], + "big": [ + 89 + ], + "impact,": [ + 90 + ], + "report": [ + 92 + ], + "on": [ + 93 + ], + "some": [ + 94, + 107 + ], + "recent": [ + 95 + ], + "developments": [ + 96 + ], + "adoption": [ + 99 + ], + "this": [ + 101 + ], + "technique.": [ + 102 + ], + "aim": [ + 104 + ], + "dispel": [ + 106 + ], + "misconceptions": [ + 108 + ], + "that": [ + 109 + ], + "we": [ + 110 + ], + "contend": [ + 111 + ], + "impeded": [ + 113 + ], + "within": [ + 118 + ], + "community.": [ + 122 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 252 + }, + { + "year": 2024, + "cited_by_count": 379 + }, + { + "year": 2023, + "cited_by_count": 398 + }, + { + "year": 2022, + "cited_by_count": 312 + }, + { + "year": 2021, + "cited_by_count": 381 + }, + { + "year": 2020, + "cited_by_count": 242 + }, + { + "year": 2019, + "cited_by_count": 99 + }, + { + "year": 2018, + "cited_by_count": 24 + }, + { + "year": 2017, + "cited_by_count": 6 + }, + { + "year": 2016, + "cited_by_count": 4 + } + ], + "updated_date": "2026-05-21T09:19:25.381259", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2751318774", + "doi": "https://doi.org/10.1142/9789811201967_0001", + "title": "Introduction to Machine Learning", + "display_name": "Introduction to Machine Learning", + "relevance_score": 3259.3015, + "publication_year": 2019, + "publication_date": "2019-02-27", + "ids": { + "openalex": "https://openalex.org/W2751318774", + "doi": "https://doi.org/10.1142/9789811201967_0001", + "mag": "2751318774" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1142/9789811201967_0001", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1142/9789811201967_0001", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4210240769", + "display_name": "Series in machine perception and artificial intelligence", + "issn_l": "1793-0839", + "issn": [ + "1793-0839" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319815", + "host_organization_name": "World Scientific", + "host_organization_lineage": [ + "https://openalex.org/P4310319815" + ], + "host_organization_lineage_names": [ + "World Scientific" + ], + "type": "book series" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Series in Machine Perception and Artificial Intelligence", + "raw_type": "book-chapter" + }, + "type": "book-chapter", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 0, + "corresponding_author_ids": [], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 45.4453, + "has_fulltext": false, + "cited_by_count": 1659, + "citation_normalized_percentile": { + "value": 0.9987236, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 94, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": "1", + "last_page": "22" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.3314000070095062, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.3314000070095062, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.49732616543769836 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.354877233505249 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.49732616543769836 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.354877233505249 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1142/9789811201967_0001", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1142/9789811201967_0001", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4210240769", + "display_name": "Series in machine perception and artificial intelligence", + "issn_l": "1793-0839", + "issn": [ + "1793-0839" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319815", + "host_organization_name": "World Scientific", + "host_organization_lineage": [ + "https://openalex.org/P4310319815" + ], + "host_organization_lineage_names": [ + "World Scientific" + ], + "type": "book series" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Series in Machine Perception and Artificial Intelligence", + "raw_type": "book-chapter" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [ + "https://openalex.org/W2899084033", + "https://openalex.org/W2748952813", + "https://openalex.org/W2390279801", + "https://openalex.org/W2358668433", + "https://openalex.org/W2376932109", + "https://openalex.org/W2382290278", + "https://openalex.org/W2096946506", + "https://openalex.org/W2350741829", + "https://openalex.org/W3004735627", + "https://openalex.org/W3107474891" + ], + "abstract_inverted_index": { + "The": [ + 0, + 140 + ], + "goal": [ + 1 + ], + "of": [ + 2, + 24, + 74, + 91, + 187, + 197, + 252, + 265 + ], + "machine": [ + 3, + 25, + 81, + 92, + 198, + 266 + ], + "learning": [ + 4, + 26, + 82, + 93, + 119, + 199, + 267 + ], + "is": [ + 5, + 63 + ], + "to": [ + 6, + 9, + 16, + 36, + 60, + 86, + 136, + 171, + 224, + 254 + ], + "program": [ + 7 + ], + "computers": [ + 8 + ], + "use": [ + 10 + ], + "example": [ + 11 + ], + "data": [ + 12, + 35, + 116 + ], + "or": [ + 13 + ], + "past": [ + 14, + 33 + ], + "experience": [ + 15 + ], + "solve": [ + 17 + ], + "a": [ + 18, + 45, + 64, + 71, + 88, + 137, + 191 + ], + "given": [ + 19 + ], + "problem.": [ + 20 + ], + "Many": [ + 21 + ], + "successful": [ + 22 + ], + "applications": [ + 23 + ], + "exist": [ + 27 + ], + "already,": [ + 28 + ], + "including": [ + 29, + 104 + ], + "systems": [ + 30 + ], + "that": [ + 31, + 44, + 124 + ], + "analyze": [ + 32 + ], + "sales": [ + 34 + ], + "predict": [ + 37 + ], + "customer": [ + 38 + ], + "behavior,": [ + 39 + ], + "optimize": [ + 40 + ], + "robot": [ + 41 + ], + "behavior": [ + 42 + ], + "so": [ + 43, + 123 + ], + "task": [ + 46 + ], + "can": [ + 47, + 127, + 227 + ], + "be": [ + 48, + 228, + 251 + ], + "completed": [ + 49, + 238 + ], + "using": [ + 50 + ], + "minimum": [ + 51 + ], + "resources,": [ + 52 + ], + "and": [ + 53, + 95, + 115, + 163, + 167, + 182, + 195, + 212, + 221, + 233, + 245, + 271 + ], + "extract": [ + 54 + ], + "knowledge": [ + 55 + ], + "from": [ + 56, + 101, + 130 + ], + "bioinformatics": [ + 57 + ], + "data.": [ + 58 + ], + "Introduction": [ + 59, + 223 + ], + "Machine": [ + 61, + 225, + 272 + ], + "Learning": [ + 62, + 226, + 273 + ], + "comprehensive": [ + 65 + ], + "textbook": [ + 66 + ], + "on": [ + 67, + 177, + 193, + 204 + ], + "the": [ + 68, + 125, + 131, + 134, + 172, + 205, + 257, + 263 + ], + "subject,": [ + 69 + ], + "covering": [ + 70 + ], + "broad": [ + 72 + ], + "array": [ + 73 + ], + "topics": [ + 75, + 144 + ], + "not": [ + 76 + ], + "usually": [ + 77 + ], + "included": [ + 78 + ], + "in": [ + 79, + 133, + 190, + 240, + 256 + ], + "introductory": [ + 80 + ], + "texts.": [ + 83 + ], + "In": [ + 84 + ], + "order": [ + 85 + ], + "present": [ + 87 + ], + "unified": [ + 89 + ], + "treatment": [ + 90 + ], + "problems": [ + 94 + ], + "solutions,": [ + 96 + ], + "it": [ + 97 + ], + "discusses": [ + 98 + ], + "many": [ + 99, + 213 + ], + "methods": [ + 100 + ], + "different": [ + 102 + ], + "fields,": [ + 103 + ], + "statistics,": [ + 105 + ], + "pattern": [ + 106 + ], + "recognition,": [ + 107 + ], + "neural": [ + 108 + ], + "networks,": [ + 109 + ], + "artificial": [ + 110 + ], + "intelligence,": [ + 111 + ], + "signal": [ + 112 + ], + "processing,": [ + 113 + ], + "control,": [ + 114 + ], + "mining.": [ + 117 + ], + "All": [ + 118, + 216 + ], + "algorithms": [ + 120 + ], + "are": [ + 121, + 175, + 260 + ], + "explained": [ + 122 + ], + "student": [ + 126 + ], + "easily": [ + 128 + ], + "move": [ + 129 + ], + "equations": [ + 132 + ], + "book": [ + 135 + ], + "computer": [ + 138, + 241 + ], + "program.": [ + 139 + ], + "text": [ + 141 + ], + "covers": [ + 142 + ], + "such": [ + 143 + ], + "as": [ + 145 + ], + "supervised": [ + 146 + ], + "learning,": [ + 147 + ], + "Bayesian": [ + 148, + 183 + ], + "decision": [ + 149 + ], + "theory,": [ + 150 + ], + "parametric": [ + 151 + ], + "methods,": [ + 152, + 154 + ], + "multivariate": [ + 153 + ], + "multilayer": [ + 155 + ], + "perceptrons,": [ + 156 + ], + "local": [ + 157 + ], + "models,": [ + 158, + 161, + 181 + ], + "hidden": [ + 159 + ], + "Markov": [ + 160 + ], + "assessing": [ + 162 + ], + "comparing": [ + 164 + ], + "classification": [ + 165 + ], + "algorithms,": [ + 166 + ], + "reinforcement": [ + 168 + ], + "learning.": [ + 169 + ], + "New": [ + 170 + ], + "second": [ + 173 + ], + "edition": [ + 174 + ], + "chapters": [ + 176, + 217 + ], + "kernel": [ + 178 + ], + "machines,": [ + 179 + ], + "graphical": [ + 180 + ], + "estimation;": [ + 184 + ], + "expanded": [ + 185 + ], + "coverage": [ + 186 + ], + "statistical": [ + 188 + ], + "tests": [ + 189 + ], + "chapter": [ + 192 + ], + "design": [ + 194 + ], + "analysis": [ + 196 + ], + "experiments;": [ + 200 + ], + "case": [ + 201 + ], + "studies": [ + 202 + ], + "available": [ + 203 + ], + "Web": [ + 206 + ], + "(with": [ + 207 + ], + "downloadable": [ + 208 + ], + "results": [ + 209 + ], + "for": [ + 210 + ], + "instructors);": [ + 211 + ], + "additional": [ + 214 + ], + "exercises.": [ + 215 + ], + "have": [ + 218, + 237 + ], + "been": [ + 219 + ], + "revised": [ + 220 + ], + "updated.": [ + 222 + ], + "used": [ + 229 + ], + "by": [ + 230 + ], + "advanced": [ + 231 + ], + "undergraduates": [ + 232 + ], + "graduate": [ + 234 + ], + "students": [ + 235 + ], + "who": [ + 236, + 259 + ], + "courses": [ + 239 + ], + "programming,": [ + 242 + ], + "probability,": [ + 243 + ], + "calculus,": [ + 244 + ], + "linear": [ + 246 + ], + "algebra.": [ + 247 + ], + "It": [ + 248 + ], + "will": [ + 249 + ], + "also": [ + 250 + ], + "interest": [ + 253 + ], + "engineers": [ + 255 + ], + "field": [ + 258 + ], + "concerned": [ + 261 + ], + "with": [ + 262 + ], + "application": [ + 264 + ], + "methods.": [ + 268 + ], + "Adaptive": [ + 269 + ], + "Computation": [ + 270 + ], + "series": [ + 274 + ] + }, + "counts_by_year": [ + { + "year": 2024, + "cited_by_count": 2 + }, + { + "year": 2023, + "cited_by_count": 3 + }, + { + "year": 2022, + "cited_by_count": 6 + }, + { + "year": 2021, + "cited_by_count": 46 + }, + { + "year": 2020, + "cited_by_count": 57 + }, + { + "year": 2019, + "cited_by_count": 56 + }, + { + "year": 2018, + "cited_by_count": 50 + }, + { + "year": 2017, + "cited_by_count": 63 + }, + { + "year": 2016, + "cited_by_count": 108 + }, + { + "year": 2015, + "cited_by_count": 153 + }, + { + "year": 2014, + "cited_by_count": 168 + }, + { + "year": 2013, + "cited_by_count": 151 + }, + { + "year": 2012, + "cited_by_count": 140 + } + ], + "updated_date": "2026-04-05T17:49:38.594831", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W4205539948", + "doi": "https://doi.org/10.1093/rfs/hhaa009", + "title": "Empirical Asset Pricing via Machine Learning", + "display_name": "Empirical Asset Pricing via Machine Learning", + "relevance_score": 3166.2117, + "publication_year": 2020, + "publication_date": "2020-02-20", + "ids": { + "openalex": "https://openalex.org/W4205539948", + "doi": "https://doi.org/10.1093/rfs/hhaa009" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1093/rfs/hhaa009", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1093/rfs/hhaa009", + "pdf_url": "https://academic.oup.com/rfs/article-pdf/33/5/2223/33209812/hhaa009.pdf", + "source": { + "id": "https://openalex.org/S170137484", + "display_name": "Review of Financial Studies", + "issn_l": "0893-9454", + "issn": [ + "0893-9454", + "1465-7368" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310311648", + "host_organization_name": "Oxford University Press", + "host_organization_lineage": [ + "https://openalex.org/P4310311648", + "https://openalex.org/P4310311647" + ], + "host_organization_lineage_names": [ + "Oxford University Press", + "University of Oxford" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "The Review of Financial Studies", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "bronze", + "oa_url": "https://academic.oup.com/rfs/article-pdf/33/5/2223/33209812/hhaa009.pdf", + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5025931561", + "display_name": "Shihao Gu", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I40347166", + "display_name": "University of Chicago", + "ror": "https://ror.org/024mw5h28", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I40347166" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Shihao Gu", + "raw_affiliation_strings": [ + "Booth School of Business, University of Chicago" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Booth School of Business, University of Chicago", + "institution_ids": [ + "https://openalex.org/I40347166" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5101435735", + "display_name": "Bryan Kelly", + "orcid": "https://orcid.org/0000-0001-6752-822X" + }, + "institutions": [ + { + "id": "https://openalex.org/I139787848", + "display_name": "Capital University", + "ror": "https://ror.org/00jy9e726", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I139787848" + ] + }, + { + "id": "https://openalex.org/I32971472", + "display_name": "Yale University", + "ror": "https://ror.org/03v76x132", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I32971472" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Bryan Kelly", + "raw_affiliation_strings": [ + "Yale University, AQR Capital Management, and NBER" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Yale University, AQR Capital Management, and NBER", + "institution_ids": [ + "https://openalex.org/I139787848", + "https://openalex.org/I32971472" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5050253426", + "display_name": "Dacheng Xiu", + "orcid": "https://orcid.org/0000-0002-2250-0861" + }, + "institutions": [ + { + "id": "https://openalex.org/I40347166", + "display_name": "University of Chicago", + "ror": "https://ror.org/024mw5h28", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I40347166" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Dacheng Xiu", + "raw_affiliation_strings": [ + "Booth School of Business, University of Chicago" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Booth School of Business, University of Chicago", + "institution_ids": [ + "https://openalex.org/I40347166" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5025931561" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I40347166" + ], + "apc_list": { + "value": 3724, + "currency": "USD", + "value_usd": 3724 + }, + "apc_paid": null, + "fwci": 221.2533, + "has_fulltext": true, + "cited_by_count": 2188, + "citation_normalized_percentile": { + "value": 1.0, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "33", + "issue": "5", + "first_page": "2223", + "last_page": "2273" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10047", + "display_name": "Financial Markets and Investment Strategies", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/2003", + "display_name": "Finance" + }, + "field": { + "id": "https://openalex.org/fields/20", + "display_name": "Economics, Econometrics and Finance" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10047", + "display_name": "Financial Markets and Investment Strategies", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/2003", + "display_name": "Finance" + }, + "field": { + "id": "https://openalex.org/fields/20", + "display_name": "Economics, Econometrics and Finance" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + }, + { + "id": "https://openalex.org/T11326", + "display_name": "Stock Market Forecasting Methods", + "score": 0.9994999766349792, + "subfield": { + "id": "https://openalex.org/subfields/1803", + "display_name": "Management Science and Operations Research" + }, + "field": { + "id": "https://openalex.org/fields/18", + "display_name": "Decision Sciences" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + }, + { + "id": "https://openalex.org/T10282", + "display_name": "Financial Risk and Volatility Modeling", + "score": 0.9952999949455261, + "subfield": { + "id": "https://openalex.org/subfields/2003", + "display_name": "Finance" + }, + "field": { + "id": "https://openalex.org/fields/20", + "display_name": "Economics, Econometrics and Finance" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/capital-asset-pricing-model", + "display_name": "Capital asset pricing model", + "score": 0.7436144351959229 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6426714658737183 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6057676076889038 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5858373641967773 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.5564541816711426 + }, + { + "id": "https://openalex.org/keywords/volatility", + "display_name": "Volatility (finance)", + "score": 0.5285476446151733 + }, + { + "id": "https://openalex.org/keywords/market-liquidity", + "display_name": "Market liquidity", + "score": 0.519666314125061 + }, + { + "id": "https://openalex.org/keywords/econometrics", + "display_name": "Econometrics", + "score": 0.5052424073219299 + }, + { + "id": "https://openalex.org/keywords/asset", + "display_name": "Asset (computer security)", + "score": 0.485171377658844 + }, + { + "id": "https://openalex.org/keywords/trace", + "display_name": "TRACE (psycholinguistics)", + "score": 0.45744583010673523 + }, + { + "id": "https://openalex.org/keywords/set", + "display_name": "Set (abstract data type)", + "score": 0.4424659311771393 + }, + { + "id": "https://openalex.org/keywords/economics", + "display_name": "Economics", + "score": 0.3305661678314209 + }, + { + "id": "https://openalex.org/keywords/finance", + "display_name": "Finance", + "score": 0.1892847716808319 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C181236170", + "wikidata": "https://www.wikidata.org/wiki/Q848354", + "display_name": "Capital asset pricing model", + "level": 2, + "score": 0.7436144351959229 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6426714658737183 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6057676076889038 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5858373641967773 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.5564541816711426 + }, + { + "id": "https://openalex.org/C91602232", + "wikidata": "https://www.wikidata.org/wiki/Q756115", + "display_name": "Volatility (finance)", + "level": 2, + "score": 0.5285476446151733 + }, + { + "id": "https://openalex.org/C183582576", + "wikidata": "https://www.wikidata.org/wiki/Q184783", + "display_name": "Market liquidity", + "level": 2, + "score": 0.519666314125061 + }, + { + "id": "https://openalex.org/C149782125", + "wikidata": "https://www.wikidata.org/wiki/Q160039", + "display_name": "Econometrics", + "level": 1, + "score": 0.5052424073219299 + }, + { + "id": "https://openalex.org/C76178495", + "wikidata": "https://www.wikidata.org/wiki/Q4808784", + "display_name": "Asset (computer security)", + "level": 2, + "score": 0.485171377658844 + }, + { + "id": "https://openalex.org/C75291252", + "wikidata": "https://www.wikidata.org/wiki/Q1315756", + "display_name": "TRACE (psycholinguistics)", + "level": 2, + "score": 0.45744583010673523 + }, + { + "id": "https://openalex.org/C177264268", + "wikidata": "https://www.wikidata.org/wiki/Q1514741", + "display_name": "Set (abstract data type)", + "level": 2, + "score": 0.4424659311771393 + }, + { + "id": "https://openalex.org/C162324750", + "wikidata": "https://www.wikidata.org/wiki/Q8134", + "display_name": "Economics", + "level": 0, + "score": 0.3305661678314209 + }, + { + "id": "https://openalex.org/C10138342", + "wikidata": "https://www.wikidata.org/wiki/Q43015", + "display_name": "Finance", + "level": 1, + "score": 0.1892847716808319 + }, + { + "id": "https://openalex.org/C41895202", + "wikidata": "https://www.wikidata.org/wiki/Q8162", + "display_name": "Linguistics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C138885662", + "wikidata": "https://www.wikidata.org/wiki/Q5891", + "display_name": "Philosophy", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C38652104", + "wikidata": "https://www.wikidata.org/wiki/Q3510521", + "display_name": "Computer security", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "doi:10.1093/rfs/hhaa009", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1093/rfs/hhaa009", + "pdf_url": "https://academic.oup.com/rfs/article-pdf/33/5/2223/33209812/hhaa009.pdf", + "source": { + "id": "https://openalex.org/S170137484", + "display_name": "Review of Financial Studies", + "issn_l": "0893-9454", + "issn": [ + "0893-9454", + "1465-7368" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310311648", + "host_organization_name": "Oxford University Press", + "host_organization_lineage": [ + "https://openalex.org/P4310311648", + "https://openalex.org/P4310311647" + ], + "host_organization_lineage_names": [ + "Oxford University Press", + "University of Oxford" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "The Review of Financial Studies", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:RePEc:oup:revfin:v:33:y:2020:i:5:p:2223-2273.", + "is_oa": false, + "landing_page_url": "http://hdl.handle.net/10.1093/rfs/hhaa009", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401271", + "display_name": "RePEc: Research Papers in Economics", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I77793887", + "host_organization_name": "Federal Reserve Bank of St. Louis", + "host_organization_lineage": [ + "https://openalex.org/I77793887" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "doi:10.1093/rfs/hhaa009", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1093/rfs/hhaa009", + "pdf_url": "https://academic.oup.com/rfs/article-pdf/33/5/2223/33209812/hhaa009.pdf", + "source": { + "id": "https://openalex.org/S170137484", + "display_name": "Review of Financial Studies", + "issn_l": "0893-9454", + "issn": [ + "0893-9454", + "1465-7368" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310311648", + "host_organization_name": "Oxford University Press", + "host_organization_lineage": [ + "https://openalex.org/P4310311648", + "https://openalex.org/P4310311647" + ], + "host_organization_lineage_names": [ + "Oxford University Press", + "University of Oxford" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "The Review of Financial Studies", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": true, + "pdf": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W4205539948.pdf", + "grobid_xml": "https://content.openalex.org/works/W4205539948.grobid-xml" + }, + "referenced_works_count": 70, + "referenced_works": [ + "https://openalex.org/W608042232", + "https://openalex.org/W1503022246", + "https://openalex.org/W1522301498", + "https://openalex.org/W1533618852", + "https://openalex.org/W1534477342", + "https://openalex.org/W1594031697", + "https://openalex.org/W1678356000", + "https://openalex.org/W1789808336", + "https://openalex.org/W1969404656", + "https://openalex.org/W1971217947", + "https://openalex.org/W1976251851", + "https://openalex.org/W1995834279", + "https://openalex.org/W2007694684", + "https://openalex.org/W2024046085", + "https://openalex.org/W2046033161", + "https://openalex.org/W2048662624", + "https://openalex.org/W2063730763", + "https://openalex.org/W2070534370", + "https://openalex.org/W2103496339", + "https://openalex.org/W2135293965", + "https://openalex.org/W2136922672", + "https://openalex.org/W2137983211", + "https://openalex.org/W2139753118", + "https://openalex.org/W2144570112", + "https://openalex.org/W2154987621", + "https://openalex.org/W2194775991", + "https://openalex.org/W2265274622", + "https://openalex.org/W2291108100", + "https://openalex.org/W2319405822", + "https://openalex.org/W2338469198", + "https://openalex.org/W2503100348", + "https://openalex.org/W2546302380", + "https://openalex.org/W2560674852", + "https://openalex.org/W2741371467", + "https://openalex.org/W2787894218", + "https://openalex.org/W2799643291", + "https://openalex.org/W2911964244", + "https://openalex.org/W2938815980", + "https://openalex.org/W2967005703", + "https://openalex.org/W3001826040", + "https://openalex.org/W3004050393", + "https://openalex.org/W3004732066", + "https://openalex.org/W3018089439", + "https://openalex.org/W3121274430", + "https://openalex.org/W3121588992", + "https://openalex.org/W3122020290", + "https://openalex.org/W3122118888", + "https://openalex.org/W3123267500", + "https://openalex.org/W3123752263", + "https://openalex.org/W3124436545", + "https://openalex.org/W3125696988", + "https://openalex.org/W3125950889", + "https://openalex.org/W3126032681", + "https://openalex.org/W3126136988", + "https://openalex.org/W3131102529", + "https://openalex.org/W4211170237", + "https://openalex.org/W4237239309", + "https://openalex.org/W4242067316", + "https://openalex.org/W4297853882", + "https://openalex.org/W4388297464", + "https://openalex.org/W6637242042", + "https://openalex.org/W6637404493", + "https://openalex.org/W6638667902", + "https://openalex.org/W6660794422", + "https://openalex.org/W6682889407", + "https://openalex.org/W6684409620", + "https://openalex.org/W6691187937", + "https://openalex.org/W6694527737", + "https://openalex.org/W6736719330", + "https://openalex.org/W6781003217" + ], + "related_works": [ + "https://openalex.org/W2512907043", + "https://openalex.org/W4248657878", + "https://openalex.org/W1985218057", + "https://openalex.org/W4313341805", + "https://openalex.org/W2167647189", + "https://openalex.org/W4390564844", + "https://openalex.org/W2131958170", + "https://openalex.org/W2061122711", + "https://openalex.org/W2273754158", + "https://openalex.org/W4313341917" + ], + "abstract_inverted_index": { + "Abstract": [ + 0 + ], + "We": [ + 1, + 22, + 46 + ], + "perform": [ + 2 + ], + "a": [ + 3, + 80 + ], + "comparative": [ + 4 + ], + "analysis": [ + 5 + ], + "of": [ + 6, + 14, + 39, + 76 + ], + "machine": [ + 7, + 30 + ], + "learning": [ + 8, + 31 + ], + "methods": [ + 9, + 50, + 70 + ], + "for": [ + 10 + ], + "the": [ + 11, + 37, + 44, + 48, + 73, + 100, + 108, + 111 + ], + "canonical": [ + 12 + ], + "problem": [ + 13 + ], + "empirical": [ + 15 + ], + "asset": [ + 16, + 19 + ], + "pricing:": [ + 17 + ], + "measuring": [ + 18 + ], + "risk": [ + 20 + ], + "premiums.": [ + 21 + ], + "demonstrate": [ + 23 + ], + "large": [ + 24 + ], + "economic": [ + 25 + ], + "gains": [ + 26, + 59 + ], + "to": [ + 27, + 60, + 107, + 110 + ], + "investors": [ + 28 + ], + "using": [ + 29 + ], + "forecasts,": [ + 32 + ], + "in": [ + 33 + ], + "some": [ + 34 + ], + "cases": [ + 35 + ], + "doubling": [ + 36 + ], + "performance": [ + 38 + ], + "leading": [ + 40 + ], + "regression-based": [ + 41 + ], + "strategies": [ + 42 + ], + "from": [ + 43 + ], + "literature.": [ + 45 + ], + "identify": [ + 47 + ], + "best-performing": [ + 49 + ], + "(trees": [ + 51 + ], + "and": [ + 52, + 55, + 88 + ], + "neural": [ + 53 + ], + "networks)": [ + 54 + ], + "trace": [ + 56 + ], + "their": [ + 57 + ], + "predictive": [ + 58, + 78 + ], + "allowing": [ + 61 + ], + "nonlinear": [ + 62 + ], + "predictor": [ + 63 + ], + "interactions": [ + 64 + ], + "missed": [ + 65 + ], + "by": [ + 66 + ], + "other": [ + 67 + ], + "methods.": [ + 68 + ], + "All": [ + 69 + ], + "agree": [ + 71 + ], + "on": [ + 72, + 85, + 99 + ], + "same": [ + 74 + ], + "set": [ + 75, + 81 + ], + "dominant": [ + 77 + ], + "signals,": [ + 79 + ], + "that": [ + 82 + ], + "includes": [ + 83 + ], + "variations": [ + 84 + ], + "momentum,": [ + 86 + ], + "liquidity,": [ + 87 + ], + "volatility.": [ + 89 + ], + "Authors": [ + 90 + ], + "have": [ + 91 + ], + "furnished": [ + 92 + ], + "an": [ + 93 + ], + "Internet": [ + 94 + ], + "Appendix,": [ + 95 + ], + "which": [ + 96 + ], + "is": [ + 97 + ], + "available": [ + 98 + ], + "Oxford": [ + 101 + ], + "University": [ + 102 + ], + "Press": [ + 103 + ], + "Web": [ + 104 + ], + "site": [ + 105 + ], + "next": [ + 106 + ], + "link": [ + 109 + ], + "final": [ + 112 + ], + "published": [ + 113 + ], + "paper": [ + 114 + ], + "online.": [ + 115 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 261 + }, + { + "year": 2025, + "cited_by_count": 533 + }, + { + "year": 2024, + "cited_by_count": 433 + }, + { + "year": 2023, + "cited_by_count": 355 + }, + { + "year": 2022, + "cited_by_count": 246 + }, + { + "year": 2021, + "cited_by_count": 212 + }, + { + "year": 2020, + "cited_by_count": 105 + }, + { + "year": 2019, + "cited_by_count": 18 + }, + { + "year": 2018, + "cited_by_count": 13 + }, + { + "year": 2017, + "cited_by_count": 5 + }, + { + "year": 2016, + "cited_by_count": 3 + }, + { + "year": 2015, + "cited_by_count": 1 + }, + { + "year": 2014, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W1993220166", + "doi": "https://doi.org/10.1145/1007730.1007735", + "title": "A study of the behavior of several methods for balancing machine learning training data", + "display_name": "A study of the behavior of several methods for balancing machine learning training data", + "relevance_score": 3144.5222, + "publication_year": 2004, + "publication_date": "2004-06-01", + "ids": { + "openalex": "https://openalex.org/W1993220166", + "doi": "https://doi.org/10.1145/1007730.1007735", + "mag": "1993220166" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1145/1007730.1007735", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/1007730.1007735", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4210176598", + "display_name": "ACM SIGKDD Explorations Newsletter", + "issn_l": "1931-0145", + "issn": [ + "1931-0145", + "1931-0153" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319798", + "host_organization_name": "Association for Computing Machinery", + "host_organization_lineage": [ + "https://openalex.org/P4310319798" + ], + "host_organization_lineage_names": [ + "Association for Computing Machinery" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "ACM SIGKDD Explorations Newsletter", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5102371518", + "display_name": "Gustavo E. A. P. A. Batista", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I4210131883", + "display_name": "Brazilian Society of Computational and Applied Mathematics", + "ror": "https://ror.org/03kcw4w74", + "country_code": "BR", + "type": "other", + "lineage": [ + "https://openalex.org/I4210131883" + ] + } + ], + "countries": [ + "BR" + ], + "is_corresponding": true, + "raw_author_name": "Gustavo E. A. P. A. Batista", + "raw_affiliation_strings": [ + "Instituto de Ciências Matemáticas e de Computação, São Carlos - SP, Brazil" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Instituto de Ciências Matemáticas e de Computação, São Carlos - SP, Brazil", + "institution_ids": [ + "https://openalex.org/I4210131883" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5005717519", + "display_name": "Ronaldo C. Prati", + "orcid": "https://orcid.org/0000-0001-8597-4987" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210131883", + "display_name": "Brazilian Society of Computational and Applied Mathematics", + "ror": "https://ror.org/03kcw4w74", + "country_code": "BR", + "type": "other", + "lineage": [ + "https://openalex.org/I4210131883" + ] + } + ], + "countries": [ + "BR" + ], + "is_corresponding": false, + "raw_author_name": "Ronaldo C. Prati", + "raw_affiliation_strings": [ + "Instituto de Ciências Matemáticas e de Computação, São Carlos - SP, Brazil" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Instituto de Ciências Matemáticas e de Computação, São Carlos - SP, Brazil", + "institution_ids": [ + "https://openalex.org/I4210131883" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5000813310", + "display_name": "Maria Carolina Monard", + "orcid": "https://orcid.org/0000-0001-6004-7407" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210131883", + "display_name": "Brazilian Society of Computational and Applied Mathematics", + "ror": "https://ror.org/03kcw4w74", + "country_code": "BR", + "type": "other", + "lineage": [ + "https://openalex.org/I4210131883" + ] + } + ], + "countries": [ + "BR" + ], + "is_corresponding": false, + "raw_author_name": "Maria Carolina Monard", + "raw_affiliation_strings": [ + "Instituto de Ciências Matemáticas e de Computação, São Carlos - SP, Brazil" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Instituto de Ciências Matemáticas e de Computação, São Carlos - SP, Brazil", + "institution_ids": [ + "https://openalex.org/I4210131883" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5102371518" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I4210131883" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 37.4619, + "has_fulltext": false, + "cited_by_count": 4103, + "citation_normalized_percentile": { + "value": 0.99786656, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "6", + "issue": "1", + "first_page": "20", + "last_page": "29" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11652", + "display_name": "Imbalanced Data Classification Techniques", + "score": 0.9995999932289124, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11652", + "display_name": "Imbalanced Data Classification Techniques", + "score": 0.9995999932289124, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9994999766349792, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10538", + "display_name": "Data Mining Algorithms and Applications", + "score": 0.9883999824523926, + "subfield": { + "id": "https://openalex.org/subfields/1710", + "display_name": "Information Systems" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.8465416431427002 + }, + { + "id": "https://openalex.org/keywords/class", + "display_name": "Class (philosophy)", + "score": 0.7231571078300476 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.7109780311584473 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6125052571296692 + }, + { + "id": "https://openalex.org/keywords/sampling", + "display_name": "Sampling (signal processing)", + "score": 0.5954932570457458 + }, + { + "id": "https://openalex.org/keywords/simple-random-sample", + "display_name": "Simple random sample", + "score": 0.5651431083679199 + }, + { + "id": "https://openalex.org/keywords/event", + "display_name": "Event (particle physics)", + "score": 0.47093668580055237 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.44805052876472473 + }, + { + "id": "https://openalex.org/keywords/simple", + "display_name": "Simple (philosophy)", + "score": 0.44138047099113464 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.8465416431427002 + }, + { + "id": "https://openalex.org/C2777212361", + "wikidata": "https://www.wikidata.org/wiki/Q5127848", + "display_name": "Class (philosophy)", + "level": 2, + "score": 0.7231571078300476 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.7109780311584473 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6125052571296692 + }, + { + "id": "https://openalex.org/C140779682", + "wikidata": "https://www.wikidata.org/wiki/Q210868", + "display_name": "Sampling (signal processing)", + "level": 3, + "score": 0.5954932570457458 + }, + { + "id": "https://openalex.org/C20353970", + "wikidata": "https://www.wikidata.org/wiki/Q1056998", + "display_name": "Simple random sample", + "level": 3, + "score": 0.5651431083679199 + }, + { + "id": "https://openalex.org/C2779662365", + "wikidata": "https://www.wikidata.org/wiki/Q5416694", + "display_name": "Event (particle physics)", + "level": 2, + "score": 0.47093668580055237 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.44805052876472473 + }, + { + "id": "https://openalex.org/C2780586882", + "wikidata": "https://www.wikidata.org/wiki/Q7520643", + "display_name": "Simple (philosophy)", + "level": 2, + "score": 0.44138047099113464 + }, + { + "id": "https://openalex.org/C2908647359", + "wikidata": "https://www.wikidata.org/wiki/Q2625603", + "display_name": "Population", + "level": 2, + "score": 0.0 + }, + { + "id": "https://openalex.org/C106131492", + "wikidata": "https://www.wikidata.org/wiki/Q3072260", + "display_name": "Filter (signal processing)", + "level": 2, + "score": 0.0 + }, + { + "id": "https://openalex.org/C31972630", + "wikidata": "https://www.wikidata.org/wiki/Q844240", + "display_name": "Computer vision", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C149923435", + "wikidata": "https://www.wikidata.org/wiki/Q37732", + "display_name": "Demography", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C144024400", + "wikidata": "https://www.wikidata.org/wiki/Q21201", + "display_name": "Sociology", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C138885662", + "wikidata": "https://www.wikidata.org/wiki/Q5891", + "display_name": "Philosophy", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C111472728", + "wikidata": "https://www.wikidata.org/wiki/Q9471", + "display_name": "Epistemology", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C121332964", + "wikidata": "https://www.wikidata.org/wiki/Q413", + "display_name": "Physics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C62520636", + "wikidata": "https://www.wikidata.org/wiki/Q944", + "display_name": "Quantum mechanics", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1145/1007730.1007735", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/1007730.1007735", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4210176598", + "display_name": "ACM SIGKDD Explorations Newsletter", + "issn_l": "1931-0145", + "issn": [ + "1931-0145", + "1931-0153" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319798", + "host_organization_name": "Association for Computing Machinery", + "host_organization_lineage": [ + "https://openalex.org/P4310319798" + ], + "host_organization_lineage_names": [ + "Association for Computing Machinery" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "ACM SIGKDD Explorations Newsletter", + "raw_type": "journal-article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 26, + "referenced_works": [ + "https://openalex.org/W85350352", + "https://openalex.org/W102369970", + "https://openalex.org/W142793689", + "https://openalex.org/W1499467920", + "https://openalex.org/W1504694836", + "https://openalex.org/W1576442155", + "https://openalex.org/W1591261915", + "https://openalex.org/W1941659294", + "https://openalex.org/W1977245551", + "https://openalex.org/W1994410331", + "https://openalex.org/W2004131797", + "https://openalex.org/W2058732827", + "https://openalex.org/W2084812512", + "https://openalex.org/W2107686700", + "https://openalex.org/W2114968414", + "https://openalex.org/W2122496402", + "https://openalex.org/W2125055259", + "https://openalex.org/W2136903812", + "https://openalex.org/W2137029138", + "https://openalex.org/W2147169507", + "https://openalex.org/W2148143831", + "https://openalex.org/W2152761983", + "https://openalex.org/W2157092487", + "https://openalex.org/W2170913656", + "https://openalex.org/W2797114046", + "https://openalex.org/W4285719527" + ], + "related_works": [ + "https://openalex.org/W2370014976", + "https://openalex.org/W2350399852", + "https://openalex.org/W3047864323", + "https://openalex.org/W1036777753", + "https://openalex.org/W4379210352", + "https://openalex.org/W4238714840", + "https://openalex.org/W4362679606", + "https://openalex.org/W2994963386", + "https://openalex.org/W3004700962", + "https://openalex.org/W2088812990" + ], + "abstract_inverted_index": { + "There": [ + 0 + ], + "are": [ + 1, + 283 + ], + "several": [ + 2 + ], + "aspects": [ + 3, + 22 + ], + "that": [ + 4, + 18, + 112, + 280 + ], + "might": [ + 5 + ], + "influence": [ + 6 + ], + "the": [ + 7, + 40, + 43, + 62, + 70, + 74, + 94, + 99, + 119, + 126, + 141, + 194, + 197, + 210, + 255, + 266, + 270, + 288, + 298, + 302, + 312, + 316, + 326 + ], + "performance": [ + 8, + 120, + 261 + ], + "achieved": [ + 9 + ], + "by": [ + 10, + 93 + ], + "existing": [ + 11 + ], + "learning": [ + 12, + 63, + 122, + 133 + ], + "systems.": [ + 13, + 123 + ], + "It": [ + 14 + ], + "has": [ + 15 + ], + "been": [ + 16 + ], + "reported": [ + 17 + ], + "one": [ + 19, + 36 + ], + "of": [ + 20, + 90, + 121, + 143, + 152, + 213, + 235, + 269, + 305, + 319 + ], + "these": [ + 21, + 158, + 281 + ], + "is": [ + 23, + 50, + 246 + ], + "related": [ + 24, + 72, + 131 + ], + "to": [ + 25, + 35, + 68, + 73, + 96, + 129, + 132, + 172, + 204, + 249 + ], + "class": [ + 26, + 37, + 100, + 113, + 138, + 149, + 175 + ], + "imbalance": [ + 27, + 101, + 114 + ], + "in": [ + 28, + 31, + 42, + 52, + 103, + 140, + 170, + 182, + 209, + 301, + 315 + ], + "which": [ + 29, + 49 + ], + "examples": [ + 30, + 41, + 139 + ], + "training": [ + 32 + ], + "data": [ + 33, + 55, + 106, + 167, + 229 + ], + "belonging": [ + 34 + ], + "heavily": [ + 38 + ], + "outnumber": [ + 39 + ], + "other": [ + 44, + 144 + ], + "class.": [ + 45, + 76 + ], + "In": [ + 46, + 77, + 124 + ], + "this": [ + 47, + 78 + ], + "situation,": [ + 48 + ], + "found": [ + 51 + ], + "real": [ + 53 + ], + "world": [ + 54 + ], + "describing": [ + 56 + ], + "an": [ + 57 + ], + "infrequent": [ + 58 + ], + "but": [ + 59 + ], + "important": [ + 60 + ], + "event,": [ + 61 + ], + "system": [ + 64 + ], + "may": [ + 65 + ], + "have": [ + 66 + ], + "difficulties": [ + 67 + ], + "learn": [ + 69 + ], + "concept": [ + 71 + ], + "minority": [ + 75, + 137 + ], + "work": [ + 79 + ], + "we": [ + 80, + 263 + ], + "perform": [ + 81 + ], + "a": [ + 82, + 162, + 232, + 241 + ], + "broad": [ + 83 + ], + "experimental": [ + 84 + ], + "evaluation": [ + 85 + ], + "involving": [ + 86 + ], + "ten": [ + 87 + ], + "methods,": [ + 88, + 216 + ], + "three": [ + 89 + ], + "them": [ + 91 + ], + "proposed": [ + 92, + 154, + 215 + ], + "authors,": [ + 95 + ], + "deal": [ + 97, + 156 + ], + "with": [ + 98, + 134, + 157, + 166, + 231 + ], + "problem": [ + 102, + 127 + ], + "thirteen": [ + 104 + ], + "UCI": [ + 105 + ], + "sets.": [ + 107 + ], + "Our": [ + 108, + 177, + 277 + ], + "experiments": [ + 109, + 179 + ], + "provide": [ + 110, + 186 + ], + "evidence": [ + 111 + ], + "does": [ + 115 + ], + "not": [ + 116 + ], + "systematically": [ + 117 + ], + "hinder": [ + 118 + ], + "fact,": [ + 125 + ], + "seems": [ + 128, + 203 + ], + "be": [ + 130 + ], + "too": [ + 135 + ], + "few": [ + 136 + ], + "presence": [ + 142 + ], + "complicating": [ + 145 + ], + "factors,": [ + 146 + ], + "such": [ + 147 + ], + "as": [ + 148 + ], + "overlapping.": [ + 150 + ], + "Two": [ + 151, + 212 + ], + "our": [ + 153, + 214 + ], + "methods": [ + 155, + 169, + 185, + 192, + 257 + ], + "conditions": [ + 159, + 320 + ], + "directly,": [ + 160 + ], + "allying": [ + 161 + ], + "known": [ + 163 + ], + "over-sampling": [ + 164, + 184, + 244, + 252, + 256, + 295, + 328 + ], + "method": [ + 165 + ], + "cleaning": [ + 168 + ], + "order": [ + 171 + ], + "produce": [ + 173 + ], + "better-defined": [ + 174 + ], + "clusters.": [ + 176 + ], + "comparative": [ + 178 + ], + "show": [ + 180, + 279 + ], + "that,": [ + 181 + ], + "general,": [ + 183 + ], + "more": [ + 187, + 250, + 285 + ], + "accurate": [ + 188 + ], + "results": [ + 189, + 206, + 227, + 278 + ], + "than": [ + 190 + ], + "under-sampling": [ + 191 + ], + "considering": [ + 193 + ], + "area": [ + 195 + ], + "under": [ + 196 + ], + "ROC": [ + 198 + ], + "curve": [ + 199 + ], + "(AUC).": [ + 200 + ], + "This": [ + 201 + ], + "result": [ + 202 + ], + "contradict": [ + 205 + ], + "previously": [ + 207 + ], + "published": [ + 208 + ], + "literature.": [ + 211 + ], + "Smote": [ + 217, + 221, + 309 + ], + "+": [ + 218, + 222, + 310 + ], + "Tomek": [ + 219 + ], + "and": [ + 220, + 308 + ], + "ENN,": [ + 223 + ], + "presented": [ + 224 + ], + "very": [ + 225, + 242, + 247, + 259 + ], + "good": [ + 226, + 260 + ], + "for": [ + 228 + ], + "sets": [ + 230 + ], + "small": [ + 233 + ], + "number": [ + 234, + 304, + 318 + ], + "positive": [ + 236 + ], + "examples.": [ + 237 + ], + "Moreover,": [ + 238 + ], + "Random": [ + 239, + 294 + ], + "over-sampling,": [ + 240 + ], + "simple": [ + 243 + ], + "method,": [ + 245 + ], + "competitive": [ + 248 + ], + "complex": [ + 251, + 286 + ], + "methods.": [ + 253, + 329 + ], + "Since": [ + 254 + ], + "provided": [ + 258 + ], + "results,": [ + 262 + ], + "also": [ + 264 + ], + "measured": [ + 265 + ], + "syntactic": [ + 267 + ], + "complexity": [ + 268 + ], + "decision": [ + 271 + ], + "trees": [ + 272, + 282 + ], + "induced": [ + 273, + 290, + 306 + ], + "from": [ + 274, + 291 + ], + "over-sampled": [ + 275 + ], + "data.": [ + 276, + 293 + ], + "usually": [ + 284, + 296 + ], + "then": [ + 287 + ], + "ones": [ + 289 + ], + "original": [ + 292 + ], + "produced": [ + 297 + ], + "smallest": [ + 299, + 313 + ], + "increase": [ + 300, + 314 + ], + "mean": [ + 303, + 317 + ], + "rules": [ + 307 + ], + "ENN": [ + 311 + ], + "per": [ + 321 + ], + "rule,": [ + 322 + ], + "when": [ + 323 + ], + "compared": [ + 324 + ], + "among": [ + 325 + ], + "investigated": [ + 327 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 137 + }, + { + "year": 2025, + "cited_by_count": 463 + }, + { + "year": 2024, + "cited_by_count": 437 + }, + { + "year": 2023, + "cited_by_count": 422 + }, + { + "year": 2022, + "cited_by_count": 418 + }, + { + "year": 2021, + "cited_by_count": 366 + }, + { + "year": 2020, + "cited_by_count": 372 + }, + { + "year": 2019, + "cited_by_count": 282 + }, + { + "year": 2018, + "cited_by_count": 198 + }, + { + "year": 2017, + "cited_by_count": 148 + }, + { + "year": 2016, + "cited_by_count": 128 + }, + { + "year": 2015, + "cited_by_count": 102 + }, + { + "year": 2014, + "cited_by_count": 100 + }, + { + "year": 2013, + "cited_by_count": 103 + }, + { + "year": 2012, + "cited_by_count": 86 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2767079719", + "doi": "https://doi.org/10.1145/3133956.3133982", + "title": "Practical Secure Aggregation for Privacy-Preserving Machine Learning", + "display_name": "Practical Secure Aggregation for Privacy-Preserving Machine Learning", + "relevance_score": 3137.17, + "publication_year": 2017, + "publication_date": "2017-10-27", + "ids": { + "openalex": "https://openalex.org/W2767079719", + "doi": "https://doi.org/10.1145/3133956.3133982", + "mag": "2767079719" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1145/3133956.3133982", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/3133956.3133982", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Proceedings of the 2017 ACM SIGSAC Conference on Computer and Communications Security", + "raw_type": "proceedings-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5011571548", + "display_name": "Keith Bonawitz", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Keith Bonawitz", + "raw_affiliation_strings": [ + "Google Inc., Mountain View, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Google Inc., Mountain View, CA, USA", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5090386348", + "display_name": "Vladimir Ivanov", + "orcid": "https://orcid.org/0000-0002-2272-3504" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Vladimir Ivanov", + "raw_affiliation_strings": [ + "Google Inc., Mountain View, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Google Inc., Mountain View, CA, USA", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5048810237", + "display_name": "Ben Kreuter", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Ben Kreuter", + "raw_affiliation_strings": [ + "Google Inc., Mountain View, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Google Inc., Mountain View, CA, USA", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5042948297", + "display_name": "Antonio Marcedone", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + }, + { + "id": "https://openalex.org/I205783295", + "display_name": "Cornell University", + "ror": "https://ror.org/05bnh6r87", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I205783295" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Antonio Marcedone", + "raw_affiliation_strings": [ + "Cornell Tech & Google Inc., New York, NY, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Cornell Tech & Google Inc., New York, NY, USA", + "institution_ids": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I205783295" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5040311844", + "display_name": "H. Brendan McMahan", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "H. Brendan McMahan", + "raw_affiliation_strings": [ + "Google Inc., Mountain View, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Google Inc., Mountain View, CA, USA", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5112503421", + "display_name": "Sarvar Patel", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Sarvar Patel", + "raw_affiliation_strings": [ + "Google Inc., Mountain View, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Google Inc., Mountain View, CA, USA", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5071710055", + "display_name": "Daniel Ramage", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Daniel Ramage", + "raw_affiliation_strings": [ + "Google Inc., Mountain View, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Google Inc., Mountain View, CA, USA", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5103065610", + "display_name": "Aaron Segal", + "orcid": "https://orcid.org/0009-0009-4015-2248" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Aaron Segal", + "raw_affiliation_strings": [ + "Google Inc., Mountain View, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Google Inc., Mountain View, CA, USA", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5030536555", + "display_name": "Karn Seth", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Karn Seth", + "raw_affiliation_strings": [ + "Google Inc., Mountain View, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Google Inc., Mountain View, CA, USA", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 9, + "corresponding_author_ids": [ + "https://openalex.org/A5011571548" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I1291425158" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 115.5328, + "has_fulltext": false, + "cited_by_count": 3391, + "citation_normalized_percentile": { + "value": 0.99961167, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": "1175", + "last_page": "1191" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10764", + "display_name": "Privacy-Preserving Technologies in Data", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10764", + "display_name": "Privacy-Preserving Technologies in Data", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10237", + "display_name": "Cryptography and Data Security", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11612", + "display_name": "Stochastic Gradient Optimization Techniques", + "score": 0.998199999332428, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.8472366333007812 + }, + { + "id": "https://openalex.org/keywords/overhead", + "display_name": "Overhead (engineering)", + "score": 0.7010411024093628 + }, + { + "id": "https://openalex.org/keywords/protocol", + "display_name": "Protocol (science)", + "score": 0.6327217221260071 + }, + { + "id": "https://openalex.org/keywords/universal-composability", + "display_name": "Universal composability", + "score": 0.5701457858085632 + }, + { + "id": "https://openalex.org/keywords/adversary", + "display_name": "Adversary", + "score": 0.5431879758834839 + }, + { + "id": "https://openalex.org/keywords/computer-network", + "display_name": "Computer network", + "score": 0.5169126987457275 + }, + { + "id": "https://openalex.org/keywords/aggregate", + "display_name": "Aggregate (composite)", + "score": 0.5009667873382568 + }, + { + "id": "https://openalex.org/keywords/cryptographic-protocol", + "display_name": "Cryptographic protocol", + "score": 0.39526641368865967 + }, + { + "id": "https://openalex.org/keywords/distributed-computing", + "display_name": "Distributed computing", + "score": 0.3952005207538605 + }, + { + "id": "https://openalex.org/keywords/theoretical-computer-science", + "display_name": "Theoretical computer science", + "score": 0.33491313457489014 + }, + { + "id": "https://openalex.org/keywords/cryptography", + "display_name": "Cryptography", + "score": 0.27258676290512085 + }, + { + "id": "https://openalex.org/keywords/computer-security", + "display_name": "Computer security", + "score": 0.24293646216392517 + }, + { + "id": "https://openalex.org/keywords/operating-system", + "display_name": "Operating system", + "score": 0.08857136964797974 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.8472366333007812 + }, + { + "id": "https://openalex.org/C2779960059", + "wikidata": "https://www.wikidata.org/wiki/Q7113681", + "display_name": "Overhead (engineering)", + "level": 2, + "score": 0.7010411024093628 + }, + { + "id": "https://openalex.org/C2780385302", + "wikidata": "https://www.wikidata.org/wiki/Q367158", + "display_name": "Protocol (science)", + "level": 3, + "score": 0.6327217221260071 + }, + { + "id": "https://openalex.org/C165751822", + "wikidata": "https://www.wikidata.org/wiki/Q7894118", + "display_name": "Universal composability", + "level": 4, + "score": 0.5701457858085632 + }, + { + "id": "https://openalex.org/C41065033", + "wikidata": "https://www.wikidata.org/wiki/Q2825412", + "display_name": "Adversary", + "level": 2, + "score": 0.5431879758834839 + }, + { + "id": "https://openalex.org/C31258907", + "wikidata": "https://www.wikidata.org/wiki/Q1301371", + "display_name": "Computer network", + "level": 1, + "score": 0.5169126987457275 + }, + { + "id": "https://openalex.org/C4679612", + "wikidata": "https://www.wikidata.org/wiki/Q866298", + "display_name": "Aggregate (composite)", + "level": 2, + "score": 0.5009667873382568 + }, + { + "id": "https://openalex.org/C33884865", + "wikidata": "https://www.wikidata.org/wiki/Q1254335", + "display_name": "Cryptographic protocol", + "level": 3, + "score": 0.39526641368865967 + }, + { + "id": "https://openalex.org/C120314980", + "wikidata": "https://www.wikidata.org/wiki/Q180634", + "display_name": "Distributed computing", + "level": 1, + "score": 0.3952005207538605 + }, + { + "id": "https://openalex.org/C80444323", + "wikidata": "https://www.wikidata.org/wiki/Q2878974", + "display_name": "Theoretical computer science", + "level": 1, + "score": 0.33491313457489014 + }, + { + "id": "https://openalex.org/C178489894", + "wikidata": "https://www.wikidata.org/wiki/Q8789", + "display_name": "Cryptography", + "level": 2, + "score": 0.27258676290512085 + }, + { + "id": "https://openalex.org/C38652104", + "wikidata": "https://www.wikidata.org/wiki/Q3510521", + "display_name": "Computer security", + "level": 1, + "score": 0.24293646216392517 + }, + { + "id": "https://openalex.org/C111919701", + "wikidata": "https://www.wikidata.org/wiki/Q9135", + "display_name": "Operating system", + "level": 1, + "score": 0.08857136964797974 + }, + { + "id": "https://openalex.org/C159985019", + "wikidata": "https://www.wikidata.org/wiki/Q181790", + "display_name": "Composite material", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C204787440", + "wikidata": "https://www.wikidata.org/wiki/Q188504", + "display_name": "Alternative medicine", + "level": 2, + "score": 0.0 + }, + { + "id": "https://openalex.org/C192562407", + "wikidata": "https://www.wikidata.org/wiki/Q228736", + "display_name": "Materials science", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C142724271", + "wikidata": "https://www.wikidata.org/wiki/Q7208", + "display_name": "Pathology", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1145/3133956.3133982", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/3133956.3133982", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Proceedings of the 2017 ACM SIGSAC Conference on Computer and Communications Security", + "raw_type": "proceedings-article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "id": "https://metadata.un.org/sdg/16", + "score": 0.49000000953674316, + "display_name": "Peace, Justice and strong institutions" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 56, + "referenced_works": [ + "https://openalex.org/W25045116", + "https://openalex.org/W95608104", + "https://openalex.org/W1071368427", + "https://openalex.org/W1493407996", + "https://openalex.org/W1519947574", + "https://openalex.org/W1557833142", + "https://openalex.org/W1595357546", + "https://openalex.org/W1656028867", + "https://openalex.org/W1836711297", + "https://openalex.org/W1952161176", + "https://openalex.org/W1952958290", + "https://openalex.org/W1981029888", + "https://openalex.org/W2006453614", + "https://openalex.org/W2027471022", + "https://openalex.org/W2027595342", + "https://openalex.org/W2033974828", + "https://openalex.org/W2051267297", + "https://openalex.org/W2053637704", + "https://openalex.org/W2053801139", + "https://openalex.org/W2058648304", + "https://openalex.org/W2061106457", + "https://openalex.org/W2069657084", + "https://openalex.org/W2087811006", + "https://openalex.org/W2104803737", + "https://openalex.org/W2128865076", + "https://openalex.org/W2135930857", + "https://openalex.org/W2141420453", + "https://openalex.org/W2146673169", + "https://openalex.org/W2149093588", + "https://openalex.org/W2152768255", + "https://openalex.org/W2156186849", + "https://openalex.org/W2163481970", + "https://openalex.org/W2164284862", + "https://openalex.org/W2200869402", + "https://openalex.org/W2232997092", + "https://openalex.org/W2267098117", + "https://openalex.org/W2295522738", + "https://openalex.org/W2336650964", + "https://openalex.org/W2400777838", + "https://openalex.org/W2402235285", + "https://openalex.org/W2413533038", + "https://openalex.org/W2473418344", + "https://openalex.org/W2525846285", + "https://openalex.org/W2535690855", + "https://openalex.org/W2536058570", + "https://openalex.org/W2538520193", + "https://openalex.org/W2541884796", + "https://openalex.org/W2557283755", + "https://openalex.org/W2568821124", + "https://openalex.org/W2599930814", + "https://openalex.org/W2911978475", + "https://openalex.org/W2951114885", + "https://openalex.org/W3031847131", + "https://openalex.org/W3102407811", + "https://openalex.org/W3141405531", + "https://openalex.org/W3150645827" + ], + "related_works": [ + "https://openalex.org/W1554274402", + "https://openalex.org/W2029851387", + "https://openalex.org/W4255046035", + "https://openalex.org/W2114477748", + "https://openalex.org/W37362883", + "https://openalex.org/W1554289623", + "https://openalex.org/W2384294878", + "https://openalex.org/W2989724018", + "https://openalex.org/W4315630650", + "https://openalex.org/W2115382662" + ], + "abstract_inverted_index": { + "We": [ + 0, + 62, + 95 + ], + "design": [ + 1 + ], + "a": [ + 2, + 16, + 31, + 48, + 58, + 108 + ], + "novel,": [ + 3 + ], + "communication-efficient,": [ + 4 + ], + "failure-robust": [ + 5 + ], + "protocol": [ + 6, + 14, + 68, + 101, + 132 + ], + "for": [ + 7, + 45, + 57, + 138, + 148 + ], + "secure": [ + 8, + 32 + ], + "aggregation": [ + 9 + ], + "of": [ + 10, + 22, + 66, + 88, + 99 + ], + "high-dimensional": [ + 11 + ], + "data.": [ + 12 + ], + "Our": [ + 13 + ], + "allows": [ + 15 + ], + "server": [ + 17 + ], + "to": [ + 18, + 52 + ], + "compute": [ + 19 + ], + "the": [ + 20, + 64, + 70, + 97, + 158 + ], + "sum": [ + 21 + ], + "large,": [ + 23 + ], + "user-held": [ + 24 + ], + "data": [ + 25, + 122, + 156 + ], + "vectors": [ + 26, + 153 + ], + "from": [ + 27 + ], + "mobile": [ + 28 + ], + "devices": [ + 29 + ], + "in": [ + 30, + 47, + 69, + 157 + ], + "manner": [ + 33 + ], + "(i.e.": [ + 34 + ], + "without": [ + 35 + ], + "learning": [ + 36, + 50 + ], + "each": [ + 37 + ], + "user's": [ + 38 + ], + "individual": [ + 39 + ], + "contribution),": [ + 40 + ], + "and": [ + 41, + 72, + 76, + 102, + 107, + 114, + 124, + 141, + 144, + 151 + ], + "can": [ + 42 + ], + "be": [ + 43 + ], + "used,": [ + 44 + ], + "example,": [ + 46 + ], + "federated": [ + 49 + ], + "setting,": [ + 51 + ], + "aggregate": [ + 53 + ], + "user-provided": [ + 54 + ], + "model": [ + 55 + ], + "updates": [ + 56 + ], + "deep": [ + 59 + ], + "neural": [ + 60 + ], + "network.": [ + 61 + ], + "prove": [ + 63 + ], + "security": [ + 65, + 79 + ], + "our": [ + 67, + 100, + 131 + ], + "honest-but-curious": [ + 71 + ], + "active": [ + 73 + ], + "adversary": [ + 74 + ], + "settings,": [ + 75 + ], + "show": [ + 77 + ], + "that": [ + 78, + 111 + ], + "is": [ + 80 + ], + "maintained": [ + 81 + ], + "even": [ + 82, + 119 + ], + "if": [ + 83 + ], + "an": [ + 84 + ], + "arbitrarily": [ + 85 + ], + "chosen": [ + 86 + ], + "subset": [ + 87 + ], + "users": [ + 89, + 140, + 150 + ], + "drop": [ + 90 + ], + "out": [ + 91 + ], + "at": [ + 92 + ], + "any": [ + 93 + ], + "time.": [ + 94 + ], + "evaluate": [ + 96 + ], + "efficiency": [ + 98 + ], + "show,": [ + 103 + ], + "by": [ + 104 + ], + "complexity": [ + 105 + ], + "analysis": [ + 106 + ], + "concrete": [ + 109 + ], + "implementation,": [ + 110 + ], + "its": [ + 112 + ], + "runtime": [ + 113 + ], + "communication": [ + 115, + 136 + ], + "overhead": [ + 116 + ], + "remain": [ + 117 + ], + "low": [ + 118 + ], + "on": [ + 120 + ], + "large": [ + 121 + ], + "sets": [ + 123 + ], + "client": [ + 125 + ], + "pools.": [ + 126 + ], + "For": [ + 127 + ], + "16-bit": [ + 128 + ], + "input": [ + 129 + ], + "values,": [ + 130 + ], + "offers": [ + 133 + ], + "$1.73": [ + 134 + ], + "x": [ + 135, + 146 + ], + "expansion": [ + 137, + 147 + ], + "210": [ + 139 + ], + "220-dimensional": [ + 142 + ], + "vectors,": [ + 143 + ], + "1.98": [ + 145 + ], + "214": [ + 149 + ], + "224-dimensional": [ + 152 + ], + "over": [ + 154 + ], + "sending": [ + 155 + ], + "clear.": [ + 159 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 195 + }, + { + "year": 2025, + "cited_by_count": 651 + }, + { + "year": 2024, + "cited_by_count": 595 + }, + { + "year": 2023, + "cited_by_count": 547 + }, + { + "year": 2022, + "cited_by_count": 392 + }, + { + "year": 2021, + "cited_by_count": 456 + }, + { + "year": 2020, + "cited_by_count": 335 + }, + { + "year": 2019, + "cited_by_count": 166 + }, + { + "year": 2018, + "cited_by_count": 46 + }, + { + "year": 2017, + "cited_by_count": 8 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W3122548859", + "doi": "https://doi.org/10.1177/2053951715622512", + "title": "How the machine ‘thinks’: Understanding opacity in machine learning algorithms", + "display_name": "How the machine ‘thinks’: Understanding opacity in machine learning algorithms", + "relevance_score": 3135.6523, + "publication_year": 2016, + "publication_date": "2016-01-06", + "ids": { + "openalex": "https://openalex.org/W3122548859", + "doi": "https://doi.org/10.1177/2053951715622512", + "mag": "3122548859" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1177/2053951715622512", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1177/2053951715622512", + "pdf_url": "https://journals.sagepub.com/doi/pdf/10.1177/2053951715622512", + "source": { + "id": "https://openalex.org/S2736409588", + "display_name": "Big Data & Society", + "issn_l": "2053-9517", + "issn": [ + "2053-9517" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320017", + "host_organization_name": "SAGE Publishing", + "host_organization_lineage": [ + "https://openalex.org/P4310320017" + ], + "host_organization_lineage_names": [ + "SAGE Publishing" + ], + "type": "journal" + }, + "license": "cc-by-nc", + "license_id": "https://openalex.org/licenses/cc-by-nc", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Big Data & Society", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref", + "doaj" + ], + "open_access": { + "is_oa": true, + "oa_status": "gold", + "oa_url": "https://journals.sagepub.com/doi/pdf/10.1177/2053951715622512", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5060940190", + "display_name": "Jenna Burrell", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I95457486", + "display_name": "University of California, Berkeley", + "ror": "https://ror.org/01an7q238", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I95457486" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Jenna Burrell", + "raw_affiliation_strings": [ + "School of Information, UC-Berkeley, Berkeley, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "School of Information, UC-Berkeley, Berkeley, CA, USA", + "institution_ids": [ + "https://openalex.org/I95457486" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5060940190" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I95457486" + ], + "apc_list": { + "value": 800, + "currency": "USD", + "value_usd": 800 + }, + "apc_paid": { + "value": 800, + "currency": "USD", + "value_usd": 800 + }, + "fwci": 172.3172, + "has_fulltext": false, + "cited_by_count": 2441, + "citation_normalized_percentile": { + "value": 0.99991908, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "3", + "issue": "1", + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10883", + "display_name": "Ethics and Social Impacts of AI", + "score": 0.9934999942779541, + "subfield": { + "id": "https://openalex.org/subfields/3311", + "display_name": "Safety Research" + }, + "field": { + "id": "https://openalex.org/fields/33", + "display_name": "Social Sciences" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10883", + "display_name": "Ethics and Social Impacts of AI", + "score": 0.9934999942779541, + "subfield": { + "id": "https://openalex.org/subfields/3311", + "display_name": "Safety Research" + }, + "field": { + "id": "https://openalex.org/fields/33", + "display_name": "Social Sciences" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + }, + { + "id": "https://openalex.org/T12519", + "display_name": "Cybercrime and Law Enforcement Studies", + "score": 0.9776999950408936, + "subfield": { + "id": "https://openalex.org/subfields/1710", + "display_name": "Information Systems" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11838", + "display_name": "Crime, Illicit Activities, and Governance", + "score": 0.9753000140190125, + "subfield": { + "id": "https://openalex.org/subfields/3312", + "display_name": "Sociology and Political Science" + }, + "field": { + "id": "https://openalex.org/fields/33", + "display_name": "Social Sciences" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.7680913209915161 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7178860902786255 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6108432412147522 + }, + { + "id": "https://openalex.org/keywords/credit-card-fraud", + "display_name": "Credit card fraud", + "score": 0.5365657210350037 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.529035747051239 + }, + { + "id": "https://openalex.org/keywords/audit", + "display_name": "Audit", + "score": 0.4749186933040619 + }, + { + "id": "https://openalex.org/keywords/opacity", + "display_name": "Opacity", + "score": 0.4564440846443176 + }, + { + "id": "https://openalex.org/keywords/credit-card", + "display_name": "Credit card", + "score": 0.24632757902145386 + }, + { + "id": "https://openalex.org/keywords/economics", + "display_name": "Economics", + "score": 0.14912906289100647 + }, + { + "id": "https://openalex.org/keywords/world-wide-web", + "display_name": "World Wide Web", + "score": 0.1430377960205078 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.7680913209915161 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7178860902786255 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6108432412147522 + }, + { + "id": "https://openalex.org/C2780747020", + "wikidata": "https://www.wikidata.org/wiki/Q83873", + "display_name": "Credit card fraud", + "level": 4, + "score": 0.5365657210350037 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.529035747051239 + }, + { + "id": "https://openalex.org/C199521495", + "wikidata": "https://www.wikidata.org/wiki/Q181487", + "display_name": "Audit", + "level": 2, + "score": 0.4749186933040619 + }, + { + "id": "https://openalex.org/C60056205", + "wikidata": "https://www.wikidata.org/wiki/Q691914", + "display_name": "Opacity", + "level": 2, + "score": 0.4564440846443176 + }, + { + "id": "https://openalex.org/C2983355114", + "wikidata": "https://www.wikidata.org/wiki/Q161380", + "display_name": "Credit card", + "level": 3, + "score": 0.24632757902145386 + }, + { + "id": "https://openalex.org/C162324750", + "wikidata": "https://www.wikidata.org/wiki/Q8134", + "display_name": "Economics", + "level": 0, + "score": 0.14912906289100647 + }, + { + "id": "https://openalex.org/C136764020", + "wikidata": "https://www.wikidata.org/wiki/Q466", + "display_name": "World Wide Web", + "level": 1, + "score": 0.1430377960205078 + }, + { + "id": "https://openalex.org/C187736073", + "wikidata": "https://www.wikidata.org/wiki/Q2920921", + "display_name": "Management", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C121332964", + "wikidata": "https://www.wikidata.org/wiki/Q413", + "display_name": "Physics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C120665830", + "wikidata": "https://www.wikidata.org/wiki/Q14620", + "display_name": "Optics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C145097563", + "wikidata": "https://www.wikidata.org/wiki/Q1148747", + "display_name": "Payment", + "level": 2, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "doi:10.1177/2053951715622512", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1177/2053951715622512", + "pdf_url": "https://journals.sagepub.com/doi/pdf/10.1177/2053951715622512", + "source": { + "id": "https://openalex.org/S2736409588", + "display_name": "Big Data & Society", + "issn_l": "2053-9517", + "issn": [ + "2053-9517" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320017", + "host_organization_name": "SAGE Publishing", + "host_organization_lineage": [ + "https://openalex.org/P4310320017" + ], + "host_organization_lineage_names": [ + "SAGE Publishing" + ], + "type": "journal" + }, + "license": "cc-by-nc", + "license_id": "https://openalex.org/licenses/cc-by-nc", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Big Data & Society", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:doaj.org/article:e24df3681a27440f95339729c7a4e28c", + "is_oa": true, + "landing_page_url": "https://doaj.org/article/e24df3681a27440f95339729c7a4e28c", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401280", + "display_name": "DOAJ (DOAJ: Directory of Open Access Journals)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by-sa", + "license_id": "https://openalex.org/licenses/cc-by-sa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Big Data & Society, Vol 3 (2016)", + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "doi:10.1177/2053951715622512", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1177/2053951715622512", + "pdf_url": "https://journals.sagepub.com/doi/pdf/10.1177/2053951715622512", + "source": { + "id": "https://openalex.org/S2736409588", + "display_name": "Big Data & Society", + "issn_l": "2053-9517", + "issn": [ + "2053-9517" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320017", + "host_organization_name": "SAGE Publishing", + "host_organization_lineage": [ + "https://openalex.org/P4310320017" + ], + "host_organization_lineage_names": [ + "SAGE Publishing" + ], + "type": "journal" + }, + "license": "cc-by-nc", + "license_id": "https://openalex.org/licenses/cc-by-nc", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Big Data & Society", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [ + { + "id": "https://metadata.un.org/sdg/16", + "score": 0.4399999976158142, + "display_name": "Peace, Justice and strong institutions" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W3122548859.pdf" + }, + "referenced_works_count": 31, + "referenced_works": [ + "https://openalex.org/W202799293", + "https://openalex.org/W606820417", + "https://openalex.org/W1540016313", + "https://openalex.org/W1648303880", + "https://openalex.org/W1990060255", + "https://openalex.org/W2021362544", + "https://openalex.org/W2048315072", + "https://openalex.org/W2065240211", + "https://openalex.org/W2066384602", + "https://openalex.org/W2074057591", + "https://openalex.org/W2078620351", + "https://openalex.org/W2100960835", + "https://openalex.org/W2158604749", + "https://openalex.org/W2161336914", + "https://openalex.org/W2163284576", + "https://openalex.org/W2186089794", + "https://openalex.org/W2339183141", + "https://openalex.org/W2556704061", + "https://openalex.org/W2566747599", + "https://openalex.org/W2735886174", + "https://openalex.org/W2799929805", + "https://openalex.org/W2951240445", + "https://openalex.org/W3123374861", + "https://openalex.org/W3157172840", + "https://openalex.org/W4233093336", + "https://openalex.org/W4233551533", + "https://openalex.org/W4238428424", + "https://openalex.org/W4239941956", + "https://openalex.org/W4242887383", + "https://openalex.org/W4244021162", + "https://openalex.org/W4285719527" + ], + "related_works": [ + "https://openalex.org/W2161791806", + "https://openalex.org/W4366824690", + "https://openalex.org/W2613656770", + "https://openalex.org/W2482431380", + "https://openalex.org/W2073474947", + "https://openalex.org/W2082077321", + "https://openalex.org/W2053059436", + "https://openalex.org/W4313201885", + "https://openalex.org/W2401696997", + "https://openalex.org/W4243546976" + ], + "abstract_inverted_index": { + "This": [ + 0 + ], + "article": [ + 1, + 113 + ], + "considers": [ + 2 + ], + "the": [ + 3, + 95, + 102, + 116, + 153 + ], + "issue": [ + 4 + ], + "of": [ + 5, + 14, + 43, + 73, + 97, + 140, + 145, + 156, + 174, + 177 + ], + "opacity": [ + 6, + 76, + 84, + 91, + 157 + ], + "as": [ + 7, + 19, + 77, + 85, + 142 + ], + "a": [ + 8, + 68, + 143, + 165, + 169, + 175 + ], + "problem": [ + 9 + ], + "for": [ + 10 + ], + "socially": [ + 11 + ], + "consequential": [ + 12 + ], + "mechanisms": [ + 13, + 42 + ], + "classification": [ + 15, + 44 + ], + "and": [ + 16, + 32, + 38, + 51, + 88, + 101, + 134, + 138, + 179 + ], + "ranking,": [ + 17 + ], + "such": [ + 18 + ], + "spam": [ + 20 + ], + "filters,": [ + 21 + ], + "credit": [ + 22, + 39 + ], + "card": [ + 23 + ], + "fraud": [ + 24 + ], + "detection,": [ + 25 + ], + "search": [ + 26 + ], + "engines,": [ + 27 + ], + "news": [ + 28 + ], + "trends,": [ + 29 + ], + "market": [ + 30 + ], + "segmentation": [ + 31 + ], + "advertising,": [ + 33 + ], + "insurance": [ + 34 + ], + "or": [ + 35, + 80 + ], + "loan": [ + 36 + ], + "qualification,": [ + 37 + ], + "scoring.": [ + 40 + ], + "These": [ + 41 + ], + "all": [ + 45 + ], + "frequently": [ + 46 + ], + "rely": [ + 47 + ], + "on": [ + 48, + 55 + ], + "computational": [ + 49 + ], + "algorithms,": [ + 50 + ], + "in": [ + 52, + 111, + 123, + 164 + ], + "many": [ + 53 + ], + "cases": [ + 54 + ], + "machine": [ + 56, + 98 + ], + "learning": [ + 57, + 99 + ], + "algorithms": [ + 58, + 100, + 117 + ], + "to": [ + 59, + 105, + 171, + 184 + ], + "do": [ + 60, + 135 + ], + "this": [ + 61, + 64, + 112 + ], + "work.": [ + 62 + ], + "In": [ + 63 + ], + "article,": [ + 65 + ], + "I": [ + 66, + 119, + 149 + ], + "draw": [ + 67 + ], + "distinction": [ + 69 + ], + "between": [ + 70 + ], + "three": [ + 71 + ], + "forms": [ + 72, + 155 + ], + "opacity:": [ + 74 + ], + "(1)": [ + 75 + ], + "intentional": [ + 78 + ], + "corporate": [ + 79 + ], + "state": [ + 81 + ], + "secrecy,": [ + 82 + ], + "(2)": [ + 83 + ], + "technical": [ + 86, + 178 + ], + "illiteracy,": [ + 87 + ], + "(3)": [ + 89 + ], + "an": [ + 90 + ], + "that": [ + 92, + 151, + 158 + ], + "arises": [ + 93 + ], + "from": [ + 94 + ], + "characteristics": [ + 96 + ], + "scale": [ + 103 + ], + "required": [ + 104 + ], + "apply": [ + 106 + ], + "them": [ + 107 + ], + "usefully.": [ + 108 + ], + "The": [ + 109 + ], + "analysis": [ + 110 + ], + "gets": [ + 114 + ], + "inside": [ + 115 + ], + "themselves.": [ + 118 + ], + "cite": [ + 120 + ], + "existing": [ + 121 + ], + "literatures": [ + 122 + ], + "computer": [ + 124 + ], + "science,": [ + 125 + ], + "known": [ + 126 + ], + "industry": [ + 127 + ], + "practices": [ + 128 + ], + "(as": [ + 129 + ], + "they": [ + 130 + ], + "are": [ + 131 + ], + "publicly": [ + 132 + ], + "presented),": [ + 133 + ], + "some": [ + 136 + ], + "testing": [ + 137 + ], + "manipulation": [ + 139 + ], + "code": [ + 141, + 147 + ], + "form": [ + 144 + ], + "lightweight": [ + 146 + ], + "audit.": [ + 148 + ], + "argue": [ + 150 + ], + "recognizing": [ + 152 + ], + "distinct": [ + 154 + ], + "may": [ + 159 + ], + "be": [ + 160 + ], + "coming": [ + 161 + ], + "into": [ + 162 + ], + "play": [ + 163 + ], + "given": [ + 166 + ], + "application": [ + 167 + ], + "is": [ + 168 + ], + "key": [ + 170 + ], + "determining": [ + 172 + ], + "which": [ + 173 + ], + "variety": [ + 176 + ], + "non-technical": [ + 180 + ], + "solutions": [ + 181 + ], + "could": [ + 182 + ], + "help": [ + 183 + ], + "prevent": [ + 185 + ], + "harm.": [ + 186 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 258 + }, + { + "year": 2025, + "cited_by_count": 414 + }, + { + "year": 2024, + "cited_by_count": 392 + }, + { + "year": 2023, + "cited_by_count": 320 + }, + { + "year": 2022, + "cited_by_count": 266 + }, + { + "year": 2021, + "cited_by_count": 272 + }, + { + "year": 2020, + "cited_by_count": 216 + }, + { + "year": 2019, + "cited_by_count": 136 + }, + { + "year": 2018, + "cited_by_count": 91 + }, + { + "year": 2017, + "cited_by_count": 61 + }, + { + "year": 2016, + "cited_by_count": 14 + }, + { + "year": 2012, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2610886376", + "doi": "https://doi.org/10.1257/jep.31.2.87", + "title": "Machine Learning: An Applied Econometric Approach", + "display_name": "Machine Learning: An Applied Econometric Approach", + "relevance_score": 3076.038, + "publication_year": 2017, + "publication_date": "2017-05-01", + "ids": { + "openalex": "https://openalex.org/W2610886376", + "doi": "https://doi.org/10.1257/jep.31.2.87", + "mag": "2610886376" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1257/jep.31.2.87", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1257/jep.31.2.87", + "pdf_url": "https://www.aeaweb.org/articles/pdf/doi/10.1257/jep.31.2.87", + "source": { + "id": "https://openalex.org/S72880728", + "display_name": "The Journal of Economic Perspectives", + "issn_l": "0895-3309", + "issn": [ + "0895-3309", + "1944-7965" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315912", + "host_organization_name": "American Economic Association", + "host_organization_lineage": [ + "https://openalex.org/P4310315912" + ], + "host_organization_lineage_names": [ + "American Economic Association" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Journal of Economic Perspectives", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "bronze", + "oa_url": "https://www.aeaweb.org/articles/pdf/doi/10.1257/jep.31.2.87", + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5034703281", + "display_name": "Sendhil Mullainathan", + "orcid": "https://orcid.org/0000-0001-8508-4052" + }, + "institutions": [ + { + "id": "https://openalex.org/I136199984", + "display_name": "Harvard University", + "ror": "https://ror.org/03vek6s52", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I136199984" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Sendhil Mullainathan", + "raw_affiliation_strings": [ + "Sendhil Mullainathan is the Robert C. Waggoner Professor of Economics, Harvard University, Cambridge, Massachusetts" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Sendhil Mullainathan is the Robert C. Waggoner Professor of Economics, Harvard University, Cambridge, Massachusetts", + "institution_ids": [ + "https://openalex.org/I136199984" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5061755779", + "display_name": "Jann Spiess", + "orcid": "https://orcid.org/0000-0002-4120-8241" + }, + "institutions": [ + { + "id": "https://openalex.org/I2801851002", + "display_name": "Harvard University Press", + "ror": "https://ror.org/006v7bf86", + "country_code": "US", + "type": "other", + "lineage": [ + "https://openalex.org/I136199984", + "https://openalex.org/I2801851002" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Jann Spiess", + "raw_affiliation_strings": [ + "Jann Spiess is a PhD candidate in Economics, Harvard University, Cambridge, Massachusetts" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Jann Spiess is a PhD candidate in Economics, Harvard University, Cambridge, Massachusetts", + "institution_ids": [ + "https://openalex.org/I2801851002" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5034703281" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I136199984" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 86.1063, + "has_fulltext": false, + "cited_by_count": 1860, + "citation_normalized_percentile": { + "value": 0.99985156, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 98, + "max": 100 + }, + "biblio": { + "volume": "31", + "issue": "2", + "first_page": "87", + "last_page": "106" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11963", + "display_name": "Impact of Light on Environment and Health", + "score": 0.9472000002861023, + "subfield": { + "id": "https://openalex.org/subfields/2306", + "display_name": "Global and Planetary Change" + }, + "field": { + "id": "https://openalex.org/fields/23", + "display_name": "Environmental Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11963", + "display_name": "Impact of Light on Environment and Health", + "score": 0.9472000002861023, + "subfield": { + "id": "https://openalex.org/subfields/2306", + "display_name": "Global and Planetary Change" + }, + "field": { + "id": "https://openalex.org/fields/23", + "display_name": "Environmental Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11918", + "display_name": "Forecasting Techniques and Applications", + "score": 0.9279999732971191, + "subfield": { + "id": "https://openalex.org/subfields/1803", + "display_name": "Management Science and Operations Research" + }, + "field": { + "id": "https://openalex.org/fields/18", + "display_name": "Decision Sciences" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + }, + { + "id": "https://openalex.org/T12617", + "display_name": "Energy, Environment, and Transportation Policies", + "score": 0.9222000241279602, + "subfield": { + "id": "https://openalex.org/subfields/2105", + "display_name": "Renewable Energy, Sustainability and the Environment" + }, + "field": { + "id": "https://openalex.org/fields/21", + "display_name": "Energy" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/toolbox", + "display_name": "Toolbox", + "score": 0.8121298551559448 + }, + { + "id": "https://openalex.org/keywords/python", + "display_name": "Python (programming language)", + "score": 0.8074401617050171 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.7986088991165161 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7388002872467041 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.7208589911460876 + }, + { + "id": "https://openalex.org/keywords/face", + "display_name": "Face (sociological concept)", + "score": 0.47808337211608887 + }, + { + "id": "https://openalex.org/keywords/empirical-research", + "display_name": "Empirical research", + "score": 0.46658068895339966 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.11046332120895386 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2777655017", + "wikidata": "https://www.wikidata.org/wiki/Q1501161", + "display_name": "Toolbox", + "level": 2, + "score": 0.8121298551559448 + }, + { + "id": "https://openalex.org/C519991488", + "wikidata": "https://www.wikidata.org/wiki/Q28865", + "display_name": "Python (programming language)", + "level": 2, + "score": 0.8074401617050171 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.7986088991165161 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7388002872467041 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.7208589911460876 + }, + { + "id": "https://openalex.org/C2779304628", + "wikidata": "https://www.wikidata.org/wiki/Q3503480", + "display_name": "Face (sociological concept)", + "level": 2, + "score": 0.47808337211608887 + }, + { + "id": "https://openalex.org/C120936955", + "wikidata": "https://www.wikidata.org/wiki/Q2155640", + "display_name": "Empirical research", + "level": 2, + "score": 0.46658068895339966 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.11046332120895386 + }, + { + "id": "https://openalex.org/C36289849", + "wikidata": "https://www.wikidata.org/wiki/Q34749", + "display_name": "Social science", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C105795698", + "wikidata": "https://www.wikidata.org/wiki/Q12483", + "display_name": "Statistics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C111919701", + "wikidata": "https://www.wikidata.org/wiki/Q9135", + "display_name": "Operating system", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C144024400", + "wikidata": "https://www.wikidata.org/wiki/Q21201", + "display_name": "Sociology", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "doi:10.1257/jep.31.2.87", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1257/jep.31.2.87", + "pdf_url": "https://www.aeaweb.org/articles/pdf/doi/10.1257/jep.31.2.87", + "source": { + "id": "https://openalex.org/S72880728", + "display_name": "The Journal of Economic Perspectives", + "issn_l": "0895-3309", + "issn": [ + "0895-3309", + "1944-7965" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315912", + "host_organization_name": "American Economic Association", + "host_organization_lineage": [ + "https://openalex.org/P4310315912" + ], + "host_organization_lineage_names": [ + "American Economic Association" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Journal of Economic Perspectives", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:RePEc:aea:jecper:v:31:y:2017:i:2:p:87-106", + "is_oa": false, + "landing_page_url": "https://www.aeaweb.org/articles?id=10.1257/jep.31.2.87", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401271", + "display_name": "RePEc: Research Papers in Economics", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I77793887", + "host_organization_name": "Federal Reserve Bank of St. Louis", + "host_organization_lineage": [ + "https://openalex.org/I77793887" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "doi:10.1257/jep.31.2.87", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1257/jep.31.2.87", + "pdf_url": "https://www.aeaweb.org/articles/pdf/doi/10.1257/jep.31.2.87", + "source": { + "id": "https://openalex.org/S72880728", + "display_name": "The Journal of Economic Perspectives", + "issn_l": "0895-3309", + "issn": [ + "0895-3309", + "1944-7965" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315912", + "host_organization_name": "American Economic Association", + "host_organization_lineage": [ + "https://openalex.org/P4310315912" + ], + "host_organization_lineage_names": [ + "American Economic Association" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Journal of Economic Perspectives", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [ + { + "id": "https://metadata.un.org/sdg/8", + "score": 0.5699999928474426, + "display_name": "Decent work and economic growth" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 36, + "referenced_works": [ + "https://openalex.org/W1964565322", + "https://openalex.org/W1982471084", + "https://openalex.org/W1982991166", + "https://openalex.org/W1995466835", + "https://openalex.org/W1999822211", + "https://openalex.org/W2012218966", + "https://openalex.org/W2021314860", + "https://openalex.org/W2023336635", + "https://openalex.org/W2080896439", + "https://openalex.org/W2081993622", + "https://openalex.org/W2086426685", + "https://openalex.org/W2105224904", + "https://openalex.org/W2120846249", + "https://openalex.org/W2124142297", + "https://openalex.org/W2133367005", + "https://openalex.org/W2133757074", + "https://openalex.org/W2138545569", + "https://openalex.org/W2150940164", + "https://openalex.org/W2155419203", + "https://openalex.org/W2163162137", + "https://openalex.org/W2165144879", + "https://openalex.org/W2173315138", + "https://openalex.org/W2203167467", + "https://openalex.org/W2305754340", + "https://openalex.org/W2371804352", + "https://openalex.org/W2513506629", + "https://openalex.org/W2513604209", + "https://openalex.org/W2528504543", + "https://openalex.org/W2546040478", + "https://openalex.org/W3102065143", + "https://openalex.org/W3121263799", + "https://openalex.org/W3123123374", + "https://openalex.org/W3125633690", + "https://openalex.org/W3125786740", + "https://openalex.org/W3126053622", + "https://openalex.org/W4238040836" + ], + "related_works": [ + "https://openalex.org/W4205140848", + "https://openalex.org/W2068663075", + "https://openalex.org/W2978678743", + "https://openalex.org/W2797837731", + "https://openalex.org/W4393677513", + "https://openalex.org/W4390832911", + "https://openalex.org/W829257147", + "https://openalex.org/W4385302116", + "https://openalex.org/W2549786917", + "https://openalex.org/W3204758414" + ], + "abstract_inverted_index": { + "Machines": [ + 0 + ], + "are": [ + 1, + 123, + 146 + ], + "increasingly": [ + 2 + ], + "doing": [ + 3 + ], + "“intelligent”": [ + 4 + ], + "things.": [ + 5 + ], + "Face": [ + 6 + ], + "recognition": [ + 7 + ], + "algorithms": [ + 8, + 122, + 145, + 171 + ], + "use": [ + 9, + 60, + 162 + ], + "a": [ + 10, + 18, + 24, + 32, + 64, + 90, + 165 + ], + "large": [ + 11 + ], + "dataset": [ + 12 + ], + "of": [ + 13, + 31, + 66, + 100, + 168 + ], + "photos": [ + 14 + ], + "labeled": [ + 15 + ], + "as": [ + 16 + ], + "having": [ + 17 + ], + "face": [ + 19, + 33 + ], + "or": [ + 20, + 136, + 149 + ], + "not": [ + 21, + 83 + ], + "to": [ + 22, + 39, + 114, + 127, + 156, + 161 + ], + "estimate": [ + 23 + ], + "function": [ + 25 + ], + "that": [ + 26, + 71, + 143 + ], + "predicts": [ + 27 + ], + "the": [ + 28, + 78, + 98, + 141, + 144 + ], + "presence": [ + 29 + ], + "y": [ + 30 + ], + "from": [ + 34 + ], + "pixels": [ + 35 + ], + "x.": [ + 36 + ], + "This": [ + 37, + 138 + ], + "similarity": [ + 38 + ], + "econometrics": [ + 40 + ], + "raises": [ + 41, + 140 + ], + "questions:": [ + 42 + ], + "How": [ + 43 + ], + "do": [ + 44 + ], + "these": [ + 45, + 170 + ], + "new": [ + 46, + 86 + ], + "empirical": [ + 47, + 55 + ], + "tools": [ + 48 + ], + "fit": [ + 49 + ], + "with": [ + 50 + ], + "what": [ + 51 + ], + "we": [ + 52, + 59 + ], + "know?": [ + 53 + ], + "As": [ + 54 + ], + "economists,": [ + 56 + ], + "how": [ + 57, + 169 + ], + "can": [ + 58, + 130, + 179, + 184 + ], + "them?": [ + 61 + ], + "We": [ + 62, + 154 + ], + "present": [ + 63 + ], + "way": [ + 65 + ], + "thinking": [ + 67 + ], + "about": [ + 68 + ], + "machine": [ + 69, + 94, + 112 + ], + "learning": [ + 70, + 82, + 95, + 113, + 121 + ], + "gives": [ + 72 + ], + "it": [ + 73, + 88 + ], + "its": [ + 74 + ], + "own": [ + 75 + ], + "place": [ + 76 + ], + "in": [ + 77, + 134 + ], + "econometric": [ + 79 + ], + "toolbox.": [ + 80 + ], + "Machine": [ + 81, + 120 + ], + "only": [ + 84 + ], + "provides": [ + 85 + ], + "tools,": [ + 87 + ], + "solves": [ + 89 + ], + "different": [ + 91 + ], + "problem.": [ + 92 + ], + "Specifically,": [ + 93 + ], + "revolves": [ + 96 + ], + "around": [ + 97, + 107 + ], + "problem": [ + 99 + ], + "prediction,": [ + 101 + ], + "while": [ + 102 + ], + "many": [ + 103 + ], + "economic": [ + 104 + ], + "applications": [ + 105 + ], + "revolve": [ + 106 + ], + "parameter": [ + 108 + ], + "estimation.": [ + 109 + ], + "So": [ + 110 + ], + "applying": [ + 111 + ], + "economics": [ + 115 + ], + "requires": [ + 116 + ], + "finding": [ + 117 + ], + "relevant": [ + 118 + ], + "tasks.": [ + 119 + ], + "now": [ + 124 + ], + "technically": [ + 125 + ], + "easy": [ + 126 + ], + "use:": [ + 128 + ], + "you": [ + 129 + ], + "download": [ + 131 + ], + "convenient": [ + 132 + ], + "packages": [ + 133 + ], + "R": [ + 135 + ], + "Python.": [ + 137 + ], + "also": [ + 139 + ], + "risk": [ + 142 + ], + "applied": [ + 147 + ], + "naively": [ + 148 + ], + "their": [ + 150 + ], + "output": [ + 151 + ], + "is": [ + 152 + ], + "misinterpreted.": [ + 153 + ], + "hope": [ + 155 + ], + "make": [ + 157 + ], + "them": [ + 158 + ], + "conceptually": [ + 159 + ], + "easier": [ + 160 + ], + "by": [ + 163 + ], + "providing": [ + 164 + ], + "crisper": [ + 166 + ], + "understanding": [ + 167 + ], + "work,": [ + 172 + ], + "where": [ + 173, + 177, + 182 + ], + "they": [ + 174, + 178, + 183 + ], + "excel,": [ + 175 + ], + "and": [ + 176 + ], + "stumble—and": [ + 180 + ], + "thus": [ + 181 + ], + "be": [ + 185 + ], + "most": [ + 186 + ], + "usefully": [ + 187 + ], + "applied.": [ + 188 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 114 + }, + { + "year": 2025, + "cited_by_count": 278 + }, + { + "year": 2024, + "cited_by_count": 224 + }, + { + "year": 2023, + "cited_by_count": 243 + }, + { + "year": 2022, + "cited_by_count": 218 + }, + { + "year": 2021, + "cited_by_count": 274 + }, + { + "year": 2020, + "cited_by_count": 191 + }, + { + "year": 2019, + "cited_by_count": 182 + }, + { + "year": 2018, + "cited_by_count": 100 + }, + { + "year": 2017, + "cited_by_count": 28 + }, + { + "year": 2016, + "cited_by_count": 5 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2968923792", + "doi": "https://doi.org/10.1038/s41524-019-0221-0", + "title": "Recent advances and applications of machine learning in solid-state materials science", + "display_name": "Recent advances and applications of machine learning in solid-state materials science", + "relevance_score": 3012.908, + "publication_year": 2019, + "publication_date": "2019-08-08", + "ids": { + "openalex": "https://openalex.org/W2968923792", + "doi": "https://doi.org/10.1038/s41524-019-0221-0", + "mag": "2968923792" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1038/s41524-019-0221-0", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1038/s41524-019-0221-0", + "pdf_url": "https://www.nature.com/articles/s41524-019-0221-0.pdf", + "source": { + "id": "https://openalex.org/S4210232664", + "display_name": "npj Computational Materials", + "issn_l": "2057-3960", + "issn": [ + "2057-3960" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310319908", + "host_organization_name": "Nature Portfolio", + "host_organization_lineage": [ + "https://openalex.org/P4310319908", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "Nature Portfolio", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "npj Computational Materials", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref", + "doaj" + ], + "open_access": { + "is_oa": true, + "oa_status": "gold", + "oa_url": "https://www.nature.com/articles/s41524-019-0221-0.pdf", + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5057207447", + "display_name": "Jonathan Schmidt", + "orcid": "https://orcid.org/0000-0001-5685-6404" + }, + "institutions": [ + { + "id": "https://openalex.org/I68956291", + "display_name": "Martin Luther University Halle-Wittenberg", + "ror": "https://ror.org/05gqaka33", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I68956291" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": true, + "raw_author_name": "Jonathan Schmidt", + "raw_affiliation_strings": [ + "Institut fr Physik, Martin-Luther-Universitt, 06120 Halle-Wittenberg, Halle (Saale), Germany and", + "Institut für Physik, Martin-Luther-Universität, 06120, Halle-Wittenberg, Halle (Saale), Germany" + ], + "raw_orcid": "https://orcid.org/0000-0001-5685-6404", + "affiliations": [ + { + "raw_affiliation_string": "Institut fr Physik, Martin-Luther-Universitt, 06120 Halle-Wittenberg, Halle (Saale), Germany and", + "institution_ids": [ + "https://openalex.org/I68956291" + ] + }, + { + "raw_affiliation_string": "Institut für Physik, Martin-Luther-Universität, 06120, Halle-Wittenberg, Halle (Saale), Germany", + "institution_ids": [ + "https://openalex.org/I68956291" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5013807218", + "display_name": "Mário R. G. Marques", + "orcid": "https://orcid.org/0000-0002-7420-5098" + }, + "institutions": [ + { + "id": "https://openalex.org/I68956291", + "display_name": "Martin Luther University Halle-Wittenberg", + "ror": "https://ror.org/05gqaka33", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I68956291" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Mário R. G. Marques", + "raw_affiliation_strings": [ + "Institut fr Physik, Martin-Luther-Universitt, 06120 Halle-Wittenberg, Halle (Saale), Germany and", + "Institut für Physik, Martin-Luther-Universität, 06120, Halle-Wittenberg, Halle (Saale), Germany" + ], + "raw_orcid": "https://orcid.org/0000-0002-7420-5098", + "affiliations": [ + { + "raw_affiliation_string": "Institut fr Physik, Martin-Luther-Universitt, 06120 Halle-Wittenberg, Halle (Saale), Germany and", + "institution_ids": [ + "https://openalex.org/I68956291" + ] + }, + { + "raw_affiliation_string": "Institut für Physik, Martin-Luther-Universität, 06120, Halle-Wittenberg, Halle (Saale), Germany", + "institution_ids": [ + "https://openalex.org/I68956291" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5074073454", + "display_name": "Silvana Botti", + "orcid": "https://orcid.org/0000-0002-4920-2370" + }, + "institutions": [ + { + "id": "https://openalex.org/I76198965", + "display_name": "Friedrich Schiller University Jena", + "ror": "https://ror.org/05qpz1x62", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I76198965" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Silvana Botti", + "raw_affiliation_strings": [ + "Institut fr Festkrpertheorie und -optik, Friedrich-Schiller-Universitt Jena, Max-Wien-Platz 1, 07743 Jena, Germany", + "Institut für Festkörpertheorie und -optik, Friedrich-Schiller-Universität Jena, Max-Wien-Platz 1, 07743, Jena, Germany" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Institut fr Festkrpertheorie und -optik, Friedrich-Schiller-Universitt Jena, Max-Wien-Platz 1, 07743 Jena, Germany", + "institution_ids": [ + "https://openalex.org/I76198965" + ] + }, + { + "raw_affiliation_string": "Institut für Festkörpertheorie und -optik, Friedrich-Schiller-Universität Jena, Max-Wien-Platz 1, 07743, Jena, Germany", + "institution_ids": [ + "https://openalex.org/I76198965" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5052107166", + "display_name": "Miguel A. L. Marques", + "orcid": "https://orcid.org/0000-0003-0170-8222" + }, + "institutions": [ + { + "id": "https://openalex.org/I68956291", + "display_name": "Martin Luther University Halle-Wittenberg", + "ror": "https://ror.org/05gqaka33", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I68956291" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Miguel A. L. Marques", + "raw_affiliation_strings": [ + "Institut fr Physik, Martin-Luther-Universitt, 06120 Halle-Wittenberg, Halle (Saale), Germany and", + "Institut für Physik, Martin-Luther-Universität, 06120, Halle-Wittenberg, Halle (Saale), Germany" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Institut fr Physik, Martin-Luther-Universitt, 06120 Halle-Wittenberg, Halle (Saale), Germany and", + "institution_ids": [ + "https://openalex.org/I68956291" + ] + }, + { + "raw_affiliation_string": "Institut für Physik, Martin-Luther-Universität, 06120, Halle-Wittenberg, Halle (Saale), Germany", + "institution_ids": [ + "https://openalex.org/I68956291" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 4, + "corresponding_author_ids": [ + "https://openalex.org/A5057207447" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I68956291" + ], + "apc_list": { + "value": 2890, + "currency": "USD", + "value_usd": 2890 + }, + "apc_paid": { + "value": 2890, + "currency": "USD", + "value_usd": 2890 + }, + "fwci": 99.7467, + "has_fulltext": true, + "cited_by_count": 2365, + "citation_normalized_percentile": { + "value": 0.99995995, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "5", + "issue": "1", + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11948", + "display_name": "Machine Learning in Materials Science", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/2505", + "display_name": "Materials Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/25", + "display_name": "Materials Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11948", + "display_name": "Machine Learning in Materials Science", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/2505", + "display_name": "Materials Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/25", + "display_name": "Materials Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12613", + "display_name": "X-ray Diffraction in Crystallography", + "score": 0.998199999332428, + "subfield": { + "id": "https://openalex.org/subfields/2505", + "display_name": "Materials Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/25", + "display_name": "Materials Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10211", + "display_name": "Computational Drug Discovery Methods", + "score": 0.991100013256073, + "subfield": { + "id": "https://openalex.org/subfields/1703", + "display_name": "Computational Theory and Mathematics" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/interpretability", + "display_name": "Interpretability", + "score": 0.8451576828956604 + }, + { + "id": "https://openalex.org/keywords/toolbox", + "display_name": "Toolbox", + "score": 0.7814731597900391 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.7652289867401123 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.7290407419204712 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7001760005950928 + }, + { + "id": "https://openalex.org/keywords/process", + "display_name": "Process (computing)", + "score": 0.5603207945823669 + }, + { + "id": "https://openalex.org/keywords/property", + "display_name": "Property (philosophy)", + "score": 0.45152583718299866 + }, + { + "id": "https://openalex.org/keywords/point", + "display_name": "Point (geometry)", + "score": 0.4503237307071686 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.08372414112091064 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2781067378", + "wikidata": "https://www.wikidata.org/wiki/Q17027399", + "display_name": "Interpretability", + "level": 2, + "score": 0.8451576828956604 + }, + { + "id": "https://openalex.org/C2777655017", + "wikidata": "https://www.wikidata.org/wiki/Q1501161", + "display_name": "Toolbox", + "level": 2, + "score": 0.7814731597900391 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.7652289867401123 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.7290407419204712 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7001760005950928 + }, + { + "id": "https://openalex.org/C98045186", + "wikidata": "https://www.wikidata.org/wiki/Q205663", + "display_name": "Process (computing)", + "level": 2, + "score": 0.5603207945823669 + }, + { + "id": "https://openalex.org/C189950617", + "wikidata": "https://www.wikidata.org/wiki/Q937228", + "display_name": "Property (philosophy)", + "level": 2, + "score": 0.45152583718299866 + }, + { + "id": "https://openalex.org/C28719098", + "wikidata": "https://www.wikidata.org/wiki/Q44946", + "display_name": "Point (geometry)", + "level": 2, + "score": 0.4503237307071686 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.08372414112091064 + }, + { + "id": "https://openalex.org/C138885662", + "wikidata": "https://www.wikidata.org/wiki/Q5891", + "display_name": "Philosophy", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C2524010", + "wikidata": "https://www.wikidata.org/wiki/Q8087", + "display_name": "Geometry", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C111919701", + "wikidata": "https://www.wikidata.org/wiki/Q9135", + "display_name": "Operating system", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C111472728", + "wikidata": "https://www.wikidata.org/wiki/Q9471", + "display_name": "Epistemology", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "doi:10.1038/s41524-019-0221-0", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1038/s41524-019-0221-0", + "pdf_url": "https://www.nature.com/articles/s41524-019-0221-0.pdf", + "source": { + "id": "https://openalex.org/S4210232664", + "display_name": "npj Computational Materials", + "issn_l": "2057-3960", + "issn": [ + "2057-3960" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310319908", + "host_organization_name": "Nature Portfolio", + "host_organization_lineage": [ + "https://openalex.org/P4310319908", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "Nature Portfolio", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "npj Computational Materials", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:doaj.org/article:2e9ae6991e1e44179c61e241d69e1fe2", + "is_oa": false, + "landing_page_url": "https://doaj.org/article/2e9ae6991e1e44179c61e241d69e1fe2", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401280", + "display_name": "DOAJ (DOAJ: Directory of Open Access Journals)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "npj Computational Materials, Vol 5, Iss 1, Pp 1-36 (2019)", + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "doi:10.1038/s41524-019-0221-0", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1038/s41524-019-0221-0", + "pdf_url": "https://www.nature.com/articles/s41524-019-0221-0.pdf", + "source": { + "id": "https://openalex.org/S4210232664", + "display_name": "npj Computational Materials", + "issn_l": "2057-3960", + "issn": [ + "2057-3960" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310319908", + "host_organization_name": "Nature Portfolio", + "host_organization_lineage": [ + "https://openalex.org/P4310319908", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "Nature Portfolio", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "npj Computational Materials", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": true, + "pdf": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W2968923792.pdf", + "grobid_xml": "https://content.openalex.org/works/W2968923792.grobid-xml" + }, + "referenced_works_count": 518, + "referenced_works": [ + "https://openalex.org/W26088913", + "https://openalex.org/W145450961", + "https://openalex.org/W179824108", + "https://openalex.org/W203253523", + "https://openalex.org/W230490465", + "https://openalex.org/W327991062", + "https://openalex.org/W590077806", + "https://openalex.org/W654619586", + "https://openalex.org/W814282759", + "https://openalex.org/W1485300768", + "https://openalex.org/W1498183065", + "https://openalex.org/W1499888549", + "https://openalex.org/W1501856433", + "https://openalex.org/W1503398984", + "https://openalex.org/W1504770578", + "https://openalex.org/W1510052597", + "https://openalex.org/W1534043326", + "https://openalex.org/W1539789214", + "https://openalex.org/W1542652324", + "https://openalex.org/W1544171083", + "https://openalex.org/W1563453094", + "https://openalex.org/W1564947197", + "https://openalex.org/W1571836963", + "https://openalex.org/W1577152309", + "https://openalex.org/W1581242383", + "https://openalex.org/W1584200143", + "https://openalex.org/W1596185547", + "https://openalex.org/W1625555899", + "https://openalex.org/W1643338536", + "https://openalex.org/W1662382123", + "https://openalex.org/W1677182931", + "https://openalex.org/W1678356000", + "https://openalex.org/W1678620623", + "https://openalex.org/W1780364926", + "https://openalex.org/W1787224781", + "https://openalex.org/W1800437104", + "https://openalex.org/W1806613374", + "https://openalex.org/W1812560530", + "https://openalex.org/W1849277567", + "https://openalex.org/W1861259131", + "https://openalex.org/W1865667476", + "https://openalex.org/W1875061881", + "https://openalex.org/W1875161738", + "https://openalex.org/W1940355499", + "https://openalex.org/W1964746686", + "https://openalex.org/W1964882117", + "https://openalex.org/W1965007242", + "https://openalex.org/W1965387924", + "https://openalex.org/W1965621008", + "https://openalex.org/W1966295044", + "https://openalex.org/W1966452023", + "https://openalex.org/W1967499431", + "https://openalex.org/W1967969088", + "https://openalex.org/W1971714101", + "https://openalex.org/W1972135189", + "https://openalex.org/W1973200549", + "https://openalex.org/W1975997599", + "https://openalex.org/W1976492731", + "https://openalex.org/W1976581079", + "https://openalex.org/W1978538703", + "https://openalex.org/W1979769287", + "https://openalex.org/W1979879584", + "https://openalex.org/W1981368803", + "https://openalex.org/W1981955214", + "https://openalex.org/W1982598895", + "https://openalex.org/W1983077902", + "https://openalex.org/W1984003326", + "https://openalex.org/W1986912357", + "https://openalex.org/W1988102749", + "https://openalex.org/W1988227526", + "https://openalex.org/W1988790447", + "https://openalex.org/W1989389325", + "https://openalex.org/W1989628244", + "https://openalex.org/W1989893427", + "https://openalex.org/W1990810992", + "https://openalex.org/W1991713655", + "https://openalex.org/W1992985800", + "https://openalex.org/W1994624373", + "https://openalex.org/W1995341919", + "https://openalex.org/W1996425351", + "https://openalex.org/W1998056920", + "https://openalex.org/W1998723350", + "https://openalex.org/W1999921067", + "https://openalex.org/W2000009216", + "https://openalex.org/W2000290731", + "https://openalex.org/W2000413114", + "https://openalex.org/W2002097322", + "https://openalex.org/W2002507631", + "https://openalex.org/W2005774952", + "https://openalex.org/W2006102096", + "https://openalex.org/W2007207351", + "https://openalex.org/W2007850701", + "https://openalex.org/W2011602276", + "https://openalex.org/W2012700578", + "https://openalex.org/W2014509568", + "https://openalex.org/W2014615332", + "https://openalex.org/W2015197254", + "https://openalex.org/W2015558379", + "https://openalex.org/W2017805851", + "https://openalex.org/W2018108526", + "https://openalex.org/W2019430858", + "https://openalex.org/W2020246947", + "https://openalex.org/W2020786104", + "https://openalex.org/W2021774695", + "https://openalex.org/W2021928136", + "https://openalex.org/W2022890839", + "https://openalex.org/W2024330948", + "https://openalex.org/W2025111634", + "https://openalex.org/W2025444507", + "https://openalex.org/W2025679679", + "https://openalex.org/W2025838043", + "https://openalex.org/W2027408247", + "https://openalex.org/W2029413789", + "https://openalex.org/W2030178277", + "https://openalex.org/W2030976617", + "https://openalex.org/W2031558918", + "https://openalex.org/W2033086537", + "https://openalex.org/W2033206800", + "https://openalex.org/W2034097448", + "https://openalex.org/W2035352360", + "https://openalex.org/W2036701191", + "https://openalex.org/W2037566781", + "https://openalex.org/W2037782625", + "https://openalex.org/W2039609876", + "https://openalex.org/W2039959185", + "https://openalex.org/W2040019593", + "https://openalex.org/W2040870580", + "https://openalex.org/W2041726686", + "https://openalex.org/W2042492924", + "https://openalex.org/W2042640655", + "https://openalex.org/W2042877835", + "https://openalex.org/W2042958553", + "https://openalex.org/W2044375044", + "https://openalex.org/W2046598747", + "https://openalex.org/W2051740693", + "https://openalex.org/W2051801258", + "https://openalex.org/W2052523499", + "https://openalex.org/W2053011449", + "https://openalex.org/W2053962240", + "https://openalex.org/W2054057690", + "https://openalex.org/W2055529982", + "https://openalex.org/W2056132907", + "https://openalex.org/W2057562773", + "https://openalex.org/W2057767448", + "https://openalex.org/W2057858097", + "https://openalex.org/W2060410316", + "https://openalex.org/W2060558956", + "https://openalex.org/W2061179540", + "https://openalex.org/W2063007245", + "https://openalex.org/W2064675550", + "https://openalex.org/W2065586875", + "https://openalex.org/W2068231021", + "https://openalex.org/W2068972463", + "https://openalex.org/W2069483681", + "https://openalex.org/W2070043768", + "https://openalex.org/W2070931774", + "https://openalex.org/W2074497204", + "https://openalex.org/W2074681440", + "https://openalex.org/W2075245047", + "https://openalex.org/W2075545717", + "https://openalex.org/W2075894130", + "https://openalex.org/W2075937489", + "https://openalex.org/W2076118331", + "https://openalex.org/W2077562320", + "https://openalex.org/W2078016408", + "https://openalex.org/W2080321486", + "https://openalex.org/W2080635178", + "https://openalex.org/W2081635359", + "https://openalex.org/W2083032961", + "https://openalex.org/W2083415705", + "https://openalex.org/W2083956694", + "https://openalex.org/W2084972556", + "https://openalex.org/W2085093563", + "https://openalex.org/W2085788926", + "https://openalex.org/W2086702546", + "https://openalex.org/W2086957099", + "https://openalex.org/W2087347434", + "https://openalex.org/W2087404659", + "https://openalex.org/W2087661061", + "https://openalex.org/W2088687796", + "https://openalex.org/W2088925839", + "https://openalex.org/W2090752561", + "https://openalex.org/W2092196700", + "https://openalex.org/W2092332261", + "https://openalex.org/W2093229042", + "https://openalex.org/W2093717447", + "https://openalex.org/W2094176506", + "https://openalex.org/W2095705004", + "https://openalex.org/W2097968133", + "https://openalex.org/W2099471712", + "https://openalex.org/W2100495367", + "https://openalex.org/W2100689957", + "https://openalex.org/W2102074887", + "https://openalex.org/W2102940758", + "https://openalex.org/W2103780778", + "https://openalex.org/W2104489082", + "https://openalex.org/W2106111284", + "https://openalex.org/W2107278155", + "https://openalex.org/W2108738385", + "https://openalex.org/W2111935653", + "https://openalex.org/W2112431211", + "https://openalex.org/W2112796928", + "https://openalex.org/W2114704115", + "https://openalex.org/W2116341502", + "https://openalex.org/W2121020550", + "https://openalex.org/W2121237359", + "https://openalex.org/W2122825543", + "https://openalex.org/W2123306226", + "https://openalex.org/W2124820885", + "https://openalex.org/W2125132504", + "https://openalex.org/W2126316555", + "https://openalex.org/W2127271355", + "https://openalex.org/W2128333270", + "https://openalex.org/W2128420091", + "https://openalex.org/W2128659236", + "https://openalex.org/W2134164499", + "https://openalex.org/W2135046866", + "https://openalex.org/W2135305876", + "https://openalex.org/W2137262074", + "https://openalex.org/W2138002307", + "https://openalex.org/W2139062161", + "https://openalex.org/W2142009706", + "https://openalex.org/W2144752499", + "https://openalex.org/W2146611938", + "https://openalex.org/W2147654806", + "https://openalex.org/W2147800946", + "https://openalex.org/W2147993766", + "https://openalex.org/W2148596493", + "https://openalex.org/W2149706766", + "https://openalex.org/W2153483479", + "https://openalex.org/W2153693853", + "https://openalex.org/W2154560360", + "https://openalex.org/W2154579312", + "https://openalex.org/W2155155530", + "https://openalex.org/W2155927283", + "https://openalex.org/W2156267707", + "https://openalex.org/W2156387975", + "https://openalex.org/W2159357141", + "https://openalex.org/W2163224677", + "https://openalex.org/W2163605009", + "https://openalex.org/W2163922914", + "https://openalex.org/W2164452299", + "https://openalex.org/W2164524421", + "https://openalex.org/W2169589339", + "https://openalex.org/W2171029115", + "https://openalex.org/W2173027866", + "https://openalex.org/W2176170193", + "https://openalex.org/W2176412452", + "https://openalex.org/W2192127365", + "https://openalex.org/W2194775991", + "https://openalex.org/W2195388612", + "https://openalex.org/W2200589053", + "https://openalex.org/W2217912240", + "https://openalex.org/W2222214459", + "https://openalex.org/W2230728100", + "https://openalex.org/W2257979135", + "https://openalex.org/W2261108203", + "https://openalex.org/W2278970271", + "https://openalex.org/W2279481448", + "https://openalex.org/W2290847742", + "https://openalex.org/W2291925970", + "https://openalex.org/W2294798173", + "https://openalex.org/W2297621926", + "https://openalex.org/W2299676960", + "https://openalex.org/W2302501749", + "https://openalex.org/W2312842167", + "https://openalex.org/W2316320254", + "https://openalex.org/W2316524229", + "https://openalex.org/W2319902168", + "https://openalex.org/W2322326629", + "https://openalex.org/W2331520253", + "https://openalex.org/W2331812412", + "https://openalex.org/W2334013383", + "https://openalex.org/W2335591923", + "https://openalex.org/W2337082154", + "https://openalex.org/W2337110853", + "https://openalex.org/W2337496963", + "https://openalex.org/W2343462019", + "https://openalex.org/W2343821232", + "https://openalex.org/W2347129741", + "https://openalex.org/W2395579298", + "https://openalex.org/W2415372084", + "https://openalex.org/W2419175238", + "https://openalex.org/W2437591545", + "https://openalex.org/W2460314483", + "https://openalex.org/W2461312660", + "https://openalex.org/W2462003543", + "https://openalex.org/W2464725281", + "https://openalex.org/W2468907370", + "https://openalex.org/W2471982001", + "https://openalex.org/W2474543364", + "https://openalex.org/W2482115826", + "https://openalex.org/W2489757118", + "https://openalex.org/W2490901606", + "https://openalex.org/W2499226730", + "https://openalex.org/W2509907061", + "https://openalex.org/W2510169513", + "https://openalex.org/W2511358339", + "https://openalex.org/W2511699341", + "https://openalex.org/W2517221375", + "https://openalex.org/W2520022941", + "https://openalex.org/W2520500207", + "https://openalex.org/W2524910928", + "https://openalex.org/W2526943155", + "https://openalex.org/W2527189750", + "https://openalex.org/W2527749992", + "https://openalex.org/W2531545384", + "https://openalex.org/W2534747019", + "https://openalex.org/W2547447472", + "https://openalex.org/W2550668110", + "https://openalex.org/W2555683692", + "https://openalex.org/W2556028878", + "https://openalex.org/W2563751252", + "https://openalex.org/W2564209180", + "https://openalex.org/W2565212977", + "https://openalex.org/W2566573083", + "https://openalex.org/W2566642125", + "https://openalex.org/W2567115595", + "https://openalex.org/W2572438701", + "https://openalex.org/W2576881135", + "https://openalex.org/W2583795764", + "https://openalex.org/W2592733333", + "https://openalex.org/W2593724699", + "https://openalex.org/W2593838212", + "https://openalex.org/W2600236415", + "https://openalex.org/W2605627947", + "https://openalex.org/W2606191816", + "https://openalex.org/W2606478829", + "https://openalex.org/W2609397020", + "https://openalex.org/W2613094910", + "https://openalex.org/W2614083378", + "https://openalex.org/W2616519837", + "https://openalex.org/W2618945100", + "https://openalex.org/W2625386340", + "https://openalex.org/W2650911154", + "https://openalex.org/W2725771565", + "https://openalex.org/W2728789193", + "https://openalex.org/W2728984672", + "https://openalex.org/W2734520197", + "https://openalex.org/W2739066022", + "https://openalex.org/W2741557496", + "https://openalex.org/W2742014174", + "https://openalex.org/W2742061408", + "https://openalex.org/W2742127985", + "https://openalex.org/W2742835787", + "https://openalex.org/W2744546448", + "https://openalex.org/W2746244909", + "https://openalex.org/W2746340587", + "https://openalex.org/W2750556263", + "https://openalex.org/W2750673150", + "https://openalex.org/W2751488329", + "https://openalex.org/W2752033117", + "https://openalex.org/W2752052391", + "https://openalex.org/W2755320374", + "https://openalex.org/W2760202681", + "https://openalex.org/W2764267192", + "https://openalex.org/W2765459427", + "https://openalex.org/W2765597272", + "https://openalex.org/W2765966278", + "https://openalex.org/W2766432501", + "https://openalex.org/W2766518642", + "https://openalex.org/W2766856748", + "https://openalex.org/W2768213699", + "https://openalex.org/W2768591600", + "https://openalex.org/W2768828389", + "https://openalex.org/W2769287225", + "https://openalex.org/W2773094581", + "https://openalex.org/W2773787581", + "https://openalex.org/W2774180927", + "https://openalex.org/W2775811982", + "https://openalex.org/W2778051509", + "https://openalex.org/W2782772320", + "https://openalex.org/W2782811937", + "https://openalex.org/W2783016230", + "https://openalex.org/W2783428669", + "https://openalex.org/W2783643969", + "https://openalex.org/W2784208423", + "https://openalex.org/W2785060548", + "https://openalex.org/W2785434749", + "https://openalex.org/W2786956473", + "https://openalex.org/W2787894218", + "https://openalex.org/W2789575256", + "https://openalex.org/W2790939418", + "https://openalex.org/W2790960441", + "https://openalex.org/W2792351009", + "https://openalex.org/W2792521034", + "https://openalex.org/W2793186536", + "https://openalex.org/W2793847568", + "https://openalex.org/W2794749944", + "https://openalex.org/W2794792904", + "https://openalex.org/W2796365074", + "https://openalex.org/W2800722845", + "https://openalex.org/W2801870733", + "https://openalex.org/W2802513623", + "https://openalex.org/W2803328959", + "https://openalex.org/W2804333359", + "https://openalex.org/W2804431384", + "https://openalex.org/W2804529100", + "https://openalex.org/W2804765537", + "https://openalex.org/W2805504266", + "https://openalex.org/W2806173046", + "https://openalex.org/W2806275814", + "https://openalex.org/W2806393871", + "https://openalex.org/W2806681928", + "https://openalex.org/W2807070436", + "https://openalex.org/W2807471255", + "https://openalex.org/W2807890728", + "https://openalex.org/W2808433588", + "https://openalex.org/W2808651099", + "https://openalex.org/W2809409278", + "https://openalex.org/W2810294304", + "https://openalex.org/W2810643961", + "https://openalex.org/W2831812383", + "https://openalex.org/W2883021798", + "https://openalex.org/W2883578585", + "https://openalex.org/W2884430236", + "https://openalex.org/W2885048850", + "https://openalex.org/W2885427655", + "https://openalex.org/W2888296885", + "https://openalex.org/W2888395196", + "https://openalex.org/W2889393096", + "https://openalex.org/W2890177760", + "https://openalex.org/W2890641732", + "https://openalex.org/W2890910436", + "https://openalex.org/W2891365537", + "https://openalex.org/W2894543465", + "https://openalex.org/W2896311968", + "https://openalex.org/W2896731862", + "https://openalex.org/W2899133278", + "https://openalex.org/W2899771611", + "https://openalex.org/W2901005646", + "https://openalex.org/W2902687791", + "https://openalex.org/W2902914368", + "https://openalex.org/W2903284152", + "https://openalex.org/W2903483166", + "https://openalex.org/W2911964244", + "https://openalex.org/W2913390193", + "https://openalex.org/W2919115771", + "https://openalex.org/W2922185717", + "https://openalex.org/W2949095042", + "https://openalex.org/W2949117887", + "https://openalex.org/W2949415003", + "https://openalex.org/W2949536823", + "https://openalex.org/W2950898568", + "https://openalex.org/W2952254971", + "https://openalex.org/W2962778515", + "https://openalex.org/W2962790223", + "https://openalex.org/W2962858756", + "https://openalex.org/W2963073614", + "https://openalex.org/W2963169277", + "https://openalex.org/W2963470893", + "https://openalex.org/W2963613996", + "https://openalex.org/W2963657244", + "https://openalex.org/W2963807552", + "https://openalex.org/W2963923030", + "https://openalex.org/W2964332384", + "https://openalex.org/W2971890617", + "https://openalex.org/W2976720228", + "https://openalex.org/W2998779578", + "https://openalex.org/W3036192984", + "https://openalex.org/W3098179186", + "https://openalex.org/W3098181309", + "https://openalex.org/W3098539674", + "https://openalex.org/W3098905070", + "https://openalex.org/W3099030566", + "https://openalex.org/W3099108283", + "https://openalex.org/W3099152177", + "https://openalex.org/W3099236691", + "https://openalex.org/W3099563879", + "https://openalex.org/W3099756651", + "https://openalex.org/W3099803468", + "https://openalex.org/W3099950071", + "https://openalex.org/W3100015175", + "https://openalex.org/W3100157108", + "https://openalex.org/W3100559197", + "https://openalex.org/W3100710928", + "https://openalex.org/W3100824689", + "https://openalex.org/W3101510464", + "https://openalex.org/W3101568640", + "https://openalex.org/W3101728438", + "https://openalex.org/W3101883705", + "https://openalex.org/W3102449990", + "https://openalex.org/W3102617294", + "https://openalex.org/W3102656154", + "https://openalex.org/W3102797483", + "https://openalex.org/W3103128256", + "https://openalex.org/W3103297471", + "https://openalex.org/W3103421232", + "https://openalex.org/W3103584381", + "https://openalex.org/W3103699203", + "https://openalex.org/W3104257088", + "https://openalex.org/W3104644561", + "https://openalex.org/W3105187533", + "https://openalex.org/W3105535058", + "https://openalex.org/W3105658368", + "https://openalex.org/W3106384232", + "https://openalex.org/W3106419168", + "https://openalex.org/W3138819813", + "https://openalex.org/W3145506661", + "https://openalex.org/W3188900288", + "https://openalex.org/W4206212643", + "https://openalex.org/W4211049957", + "https://openalex.org/W4214765890", + "https://openalex.org/W4229646010", + "https://openalex.org/W4230189600", + "https://openalex.org/W4238812661", + "https://openalex.org/W4239664769", + "https://openalex.org/W4244412880", + "https://openalex.org/W4245176872", + "https://openalex.org/W4249528159", + "https://openalex.org/W4251461630", + "https://openalex.org/W4254688476", + "https://openalex.org/W4256669726", + "https://openalex.org/W4300263211", + "https://openalex.org/W4302799641", + "https://openalex.org/W6679121739", + "https://openalex.org/W6704559304", + "https://openalex.org/W6756040250" + ], + "related_works": [ + "https://openalex.org/W2905433371", + "https://openalex.org/W4390569940", + "https://openalex.org/W4361193272", + "https://openalex.org/W4310278675", + "https://openalex.org/W4388422664", + "https://openalex.org/W2806259446", + "https://openalex.org/W1986582023", + "https://openalex.org/W2883749686", + "https://openalex.org/W2966829450", + "https://openalex.org/W4315864862" + ], + "abstract_inverted_index": { + "Abstract": [ + 0 + ], + "One": [ + 1 + ], + "of": [ + 2, + 22, + 31, + 47, + 65, + 94, + 102, + 108, + 127, + 153, + 162, + 178 + ], + "the": [ + 3, + 10, + 66, + 92, + 100, + 106, + 125, + 146, + 160, + 164, + 175 + ], + "most": [ + 4, + 67 + ], + "exciting": [ + 5 + ], + "tools": [ + 6 + ], + "that": [ + 7, + 49 + ], + "have": [ + 8 + ], + "entered": [ + 9 + ], + "material": [ + 11 + ], + "science": [ + 12 + ], + "toolbox": [ + 13 + ], + "in": [ + 14, + 70, + 86, + 116, + 183, + 197 + ], + "recent": [ + 15, + 68 + ], + "years": [ + 16 + ], + "is": [ + 17 + ], + "machine": [ + 18, + 53, + 79, + 96, + 131, + 169 + ], + "learning.": [ + 19, + 132 + ], + "This": [ + 20 + ], + "collection": [ + 21 + ], + "statistical": [ + 23 + ], + "methods": [ + 24, + 129 + ], + "has": [ + 25 + ], + "already": [ + 26 + ], + "proved": [ + 27 + ], + "to": [ + 28, + 55, + 144 + ], + "be": [ + 29, + 142 + ], + "capable": [ + 30 + ], + "considerably": [ + 32 + ], + "speeding": [ + 33 + ], + "up": [ + 34 + ], + "both": [ + 35 + ], + "fundamental": [ + 36 + ], + "and": [ + 37, + 51, + 63, + 84, + 105, + 121, + 138, + 150, + 163, + 180, + 190 + ], + "applied": [ + 38, + 143 + ], + "research.": [ + 39 + ], + "At": [ + 40 + ], + "present,": [ + 41 + ], + "we": [ + 42, + 77, + 113, + 187 + ], + "are": [ + 43, + 158 + ], + "witnessing": [ + 44 + ], + "an": [ + 45 + ], + "explosion": [ + 46 + ], + "works": [ + 48 + ], + "develop": [ + 50 + ], + "apply": [ + 52 + ], + "learning": [ + 54, + 80, + 97, + 137, + 170 + ], + "solid-state": [ + 56 + ], + "systems.": [ + 57 + ], + "We": [ + 58, + 89, + 133, + 172 + ], + "provide": [ + 59 + ], + "a": [ + 60, + 74 + ], + "comprehensive": [ + 61 + ], + "overview": [ + 62 + ], + "analysis": [ + 64 + ], + "research": [ + 69, + 115, + 192 + ], + "this": [ + 71 + ], + "topic.": [ + 72 + ], + "As": [ + 73 + ], + "starting": [ + 75 + ], + "point,": [ + 76 + ], + "introduce": [ + 78 + ], + "principles,": [ + 81 + ], + "algorithms,": [ + 82 + ], + "descriptors,": [ + 83 + ], + "databases": [ + 85 + ], + "materials": [ + 87, + 104, + 184, + 199 + ], + "science.": [ + 88, + 185, + 200 + ], + "continue": [ + 90 + ], + "with": [ + 91 + ], + "description": [ + 93 + ], + "different": [ + 95, + 176 + ], + "approaches": [ + 98, + 123 + ], + "for": [ + 99, + 124, + 194 + ], + "discovery": [ + 101 + ], + "stable": [ + 103 + ], + "prediction": [ + 107 + ], + "their": [ + 109, + 181 + ], + "crystal": [ + 110 + ], + "structure.": [ + 111 + ], + "Then": [ + 112 + ], + "discuss": [ + 114 + ], + "numerous": [ + 117 + ], + "quantitative": [ + 118 + ], + "structure–property": [ + 119 + ], + "relationships": [ + 120 + ], + "various": [ + 122, + 195 + ], + "replacement": [ + 126 + ], + "first-principle": [ + 128 + ], + "by": [ + 130 + ], + "review": [ + 134 + ], + "how": [ + 135 + ], + "active": [ + 136 + ], + "surrogate-based": [ + 139 + ], + "optimization": [ + 140 + ], + "can": [ + 141 + ], + "improve": [ + 145 + ], + "rational": [ + 147 + ], + "design": [ + 148 + ], + "process": [ + 149 + ], + "related": [ + 151 + ], + "examples": [ + 152 + ], + "applications.": [ + 154 + ], + "Two": [ + 155 + ], + "major": [ + 156 + ], + "questions": [ + 157 + ], + "always": [ + 159 + ], + "interpretability": [ + 161, + 179 + ], + "physical": [ + 165 + ], + "understanding": [ + 166 + ], + "gained": [ + 167 + ], + "from": [ + 168 + ], + "models.": [ + 171 + ], + "consider": [ + 173 + ], + "therefore": [ + 174 + ], + "facets": [ + 177 + ], + "importance": [ + 182 + ], + "Finally,": [ + 186 + ], + "propose": [ + 188 + ], + "solutions": [ + 189 + ], + "future": [ + 191 + ], + "paths": [ + 193 + ], + "challenges": [ + 196 + ], + "computational": [ + 198 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 152 + }, + { + "year": 2025, + "cited_by_count": 356 + }, + { + "year": 2024, + "cited_by_count": 379 + }, + { + "year": 2023, + "cited_by_count": 392 + }, + { + "year": 2022, + "cited_by_count": 452 + }, + { + "year": 2021, + "cited_by_count": 400 + }, + { + "year": 2020, + "cited_by_count": 223 + }, + { + "year": 2019, + "cited_by_count": 10 + }, + { + "year": 2018, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-28T09:10:13.091523", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2910705748", + "doi": "https://doi.org/10.1073/pnas.1900654116", + "title": "Definitions, methods, and applications in interpretable machine learning", + "display_name": "Definitions, methods, and applications in interpretable machine learning", + "relevance_score": 2997.7166, + "publication_year": 2019, + "publication_date": "2019-10-16", + "ids": { + "openalex": "https://openalex.org/W2910705748", + "doi": "https://doi.org/10.1073/pnas.1900654116", + "mag": "2910705748", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/31619572" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1073/pnas.1900654116", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1073/pnas.1900654116", + "pdf_url": "https://www.pnas.org/content/pnas/116/44/22071.full.pdf", + "source": { + "id": "https://openalex.org/S125754415", + "display_name": "Proceedings of the National Academy of Sciences", + "issn_l": "0027-8424", + "issn": [ + "0027-8424", + "1091-6490" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320052", + "host_organization_name": "National Academy of Sciences", + "host_organization_lineage": [ + "https://openalex.org/P4310320052" + ], + "host_organization_lineage_names": [ + "National Academy of Sciences" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Proceedings of the National Academy of Sciences", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "arxiv", + "crossref", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "bronze", + "oa_url": "https://www.pnas.org/content/pnas/116/44/22071.full.pdf", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5057838960", + "display_name": "William J. Murdoch", + "orcid": "https://orcid.org/0009-0009-7610-5187" + }, + "institutions": [ + { + "id": "https://openalex.org/I95457486", + "display_name": "University of California, Berkeley", + "ror": "https://ror.org/01an7q238", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I95457486" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "W. James Murdoch", + "raw_affiliation_strings": [ + "Statistics Department, University of California, Berkeley, CA 94720;" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Statistics Department, University of California, Berkeley, CA 94720;", + "institution_ids": [ + "https://openalex.org/I95457486" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5017514239", + "display_name": "Chandan Singh", + "orcid": "https://orcid.org/0000-0003-0318-2340" + }, + "institutions": [ + { + "id": "https://openalex.org/I95457486", + "display_name": "University of California, Berkeley", + "ror": "https://ror.org/01an7q238", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I95457486" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Chandan Singh", + "raw_affiliation_strings": [ + "Electrical Engineering and Computer Science Department, University of California, Berkeley, CA 94720;" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Electrical Engineering and Computer Science Department, University of California, Berkeley, CA 94720;", + "institution_ids": [ + "https://openalex.org/I95457486" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5013534934", + "display_name": "Karl Kumbier", + "orcid": "https://orcid.org/0000-0001-6521-1173" + }, + "institutions": [ + { + "id": "https://openalex.org/I95457486", + "display_name": "University of California, Berkeley", + "ror": "https://ror.org/01an7q238", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I95457486" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Karl Kumbier", + "raw_affiliation_strings": [ + "Statistics Department, University of California, Berkeley, CA 94720;" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Statistics Department, University of California, Berkeley, CA 94720;", + "institution_ids": [ + "https://openalex.org/I95457486" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5029714016", + "display_name": "Reza Abbasi-Asl", + "orcid": "https://orcid.org/0000-0001-7824-4628" + }, + "institutions": [ + { + "id": "https://openalex.org/I1314596251", + "display_name": "Allen Institute for Brain Science", + "ror": "https://ror.org/00dcv1019", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I1314596251", + "https://openalex.org/I4210140341" + ] + }, + { + "id": "https://openalex.org/I180670191", + "display_name": "University of California, San Francisco", + "ror": "https://ror.org/043mz5j54", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I180670191" + ] + }, + { + "id": "https://openalex.org/I4210140341", + "display_name": "Allen Institute", + "ror": "https://ror.org/03cpe7c52", + "country_code": "US", + "type": "nonprofit", + "lineage": [ + "https://openalex.org/I4210140341" + ] + }, + { + "id": "https://openalex.org/I95457486", + "display_name": "University of California, Berkeley", + "ror": "https://ror.org/01an7q238", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I95457486" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Reza Abbasi-Asl", + "raw_affiliation_strings": [ + "Allen Institute for Brain Science, Seattle, WA 98109", + "Department of Neurology, University of California, San Francisco, CA 94158;", + "Electrical Engineering and Computer Science Department, University of California, Berkeley, CA 94720;", + "Department of Neurology, University of California, San Francisco, CA 94158; and" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Allen Institute for Brain Science, Seattle, WA 98109", + "institution_ids": [ + "https://openalex.org/I4210140341", + "https://openalex.org/I1314596251" + ] + }, + { + "raw_affiliation_string": "Department of Neurology, University of California, San Francisco, CA 94158;", + "institution_ids": [ + "https://openalex.org/I180670191" + ] + }, + { + "raw_affiliation_string": "Electrical Engineering and Computer Science Department, University of California, Berkeley, CA 94720;", + "institution_ids": [ + "https://openalex.org/I95457486" + ] + }, + { + "raw_affiliation_string": "Department of Neurology, University of California, San Francisco, CA 94158; and", + "institution_ids": [ + "https://openalex.org/I180670191" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5100646137", + "display_name": "Bin Yu", + "orcid": "https://orcid.org/0000-0002-8888-4060" + }, + "institutions": [ + { + "id": "https://openalex.org/I95457486", + "display_name": "University of California, Berkeley", + "ror": "https://ror.org/01an7q238", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I95457486" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Bin Yu", + "raw_affiliation_strings": [ + "Electrical Engineering and Computer Science Department, University of California, Berkeley, CA 94720;", + "Statistics Department, University of California, Berkeley, CA 94720;" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Electrical Engineering and Computer Science Department, University of California, Berkeley, CA 94720;", + "institution_ids": [ + "https://openalex.org/I95457486" + ] + }, + { + "raw_affiliation_string": "Statistics Department, University of California, Berkeley, CA 94720;", + "institution_ids": [ + "https://openalex.org/I95457486" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 5, + "corresponding_author_ids": [ + "https://openalex.org/A5100646137" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I95457486" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 116.6663, + "has_fulltext": true, + "cited_by_count": 2050, + "citation_normalized_percentile": { + "value": 0.99969336, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "116", + "issue": "44", + "first_page": "22071", + "last_page": "22080" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12026", + "display_name": "Explainable Artificial Intelligence (XAI)", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12026", + "display_name": "Explainable Artificial Intelligence (XAI)", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11689", + "display_name": "Adversarial Robustness in Machine Learning", + "score": 0.9951000213623047, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9890999794006348, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/interpretability", + "display_name": "Interpretability", + "score": 0.9390578269958496 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7489986419677734 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6651195883750916 + }, + { + "id": "https://openalex.org/keywords/categorization", + "display_name": "Categorization", + "score": 0.6388148069381714 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6340200901031494 + }, + { + "id": "https://openalex.org/keywords/context", + "display_name": "Context (archaeology)", + "score": 0.6267019510269165 + }, + { + "id": "https://openalex.org/keywords/interpretation", + "display_name": "Interpretation (philosophy)", + "score": 0.6191895604133606 + }, + { + "id": "https://openalex.org/keywords/modularity", + "display_name": "Modularity (biology)", + "score": 0.5174987316131592 + }, + { + "id": "https://openalex.org/keywords/vocabulary", + "display_name": "Vocabulary", + "score": 0.4941387474536896 + }, + { + "id": "https://openalex.org/keywords/data-science", + "display_name": "Data science", + "score": 0.4534083902835846 + }, + { + "id": "https://openalex.org/keywords/focus", + "display_name": "Focus (optics)", + "score": 0.411584734916687 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2781067378", + "wikidata": "https://www.wikidata.org/wiki/Q17027399", + "display_name": "Interpretability", + "level": 2, + "score": 0.9390578269958496 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7489986419677734 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6651195883750916 + }, + { + "id": "https://openalex.org/C94124525", + "wikidata": "https://www.wikidata.org/wiki/Q912550", + "display_name": "Categorization", + "level": 2, + "score": 0.6388148069381714 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6340200901031494 + }, + { + "id": "https://openalex.org/C2779343474", + "wikidata": "https://www.wikidata.org/wiki/Q3109175", + "display_name": "Context (archaeology)", + "level": 2, + "score": 0.6267019510269165 + }, + { + "id": "https://openalex.org/C527412718", + "wikidata": "https://www.wikidata.org/wiki/Q855395", + "display_name": "Interpretation (philosophy)", + "level": 2, + "score": 0.6191895604133606 + }, + { + "id": "https://openalex.org/C2779478453", + "wikidata": "https://www.wikidata.org/wiki/Q6889748", + "display_name": "Modularity (biology)", + "level": 2, + "score": 0.5174987316131592 + }, + { + "id": "https://openalex.org/C2777601683", + "wikidata": "https://www.wikidata.org/wiki/Q6499736", + "display_name": "Vocabulary", + "level": 2, + "score": 0.4941387474536896 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.4534083902835846 + }, + { + "id": "https://openalex.org/C192209626", + "wikidata": "https://www.wikidata.org/wiki/Q190909", + "display_name": "Focus (optics)", + "level": 2, + "score": 0.411584734916687 + }, + { + "id": "https://openalex.org/C151730666", + "wikidata": "https://www.wikidata.org/wiki/Q7205", + "display_name": "Paleontology", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C120665830", + "wikidata": "https://www.wikidata.org/wiki/Q14620", + "display_name": "Optics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C54355233", + "wikidata": "https://www.wikidata.org/wiki/Q7162", + "display_name": "Genetics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C41895202", + "wikidata": "https://www.wikidata.org/wiki/Q8162", + "display_name": "Linguistics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C138885662", + "wikidata": "https://www.wikidata.org/wiki/Q5891", + "display_name": "Philosophy", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C86803240", + "wikidata": "https://www.wikidata.org/wiki/Q420", + "display_name": "Biology", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C121332964", + "wikidata": "https://www.wikidata.org/wiki/Q413", + "display_name": "Physics", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 7, + "locations": [ + { + "id": "doi:10.1073/pnas.1900654116", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1073/pnas.1900654116", + "pdf_url": "https://www.pnas.org/content/pnas/116/44/22071.full.pdf", + "source": { + "id": "https://openalex.org/S125754415", + "display_name": "Proceedings of the National Academy of Sciences", + "issn_l": "0027-8424", + "issn": [ + "0027-8424", + "1091-6490" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320052", + "host_organization_name": "National Academy of Sciences", + "host_organization_lineage": [ + "https://openalex.org/P4310320052" + ], + "host_organization_lineage_names": [ + "National Academy of Sciences" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Proceedings of the National Academy of Sciences", + "raw_type": "journal-article" + }, + { + "id": "pmid:31619572", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/31619572", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Proceedings of the National Academy of Sciences of the United States of America", + "raw_type": null + }, + { + "id": "pmh:oai:arXiv.org:1901.04592", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1901.04592", + "pdf_url": "https://arxiv.org/pdf/1901.04592", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:osti.gov:1633246", + "is_oa": true, + "landing_page_url": "https://www.osti.gov/biblio/1633246", + "pdf_url": "https://www.osti.gov/servlets/purl/1633246", + "source": { + "id": "https://openalex.org/S4306402487", + "display_name": "OSTI OAI (U.S. Department of Energy Office of Scientific and Technical Information)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I139351228", + "host_organization_name": "Office of Scientific and Technical Information", + "host_organization_lineage": [ + "https://openalex.org/I139351228" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": null + }, + { + "id": "pmh:ark:/13030/qt13x9q01k", + "is_oa": false, + "landing_page_url": null, + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": null + }, + { + "id": "pmh:oai:escholarship.org/ark:/13030/qt13x9q01k", + "is_oa": false, + "landing_page_url": "https://escholarship.org/uc/item/13x9q01k", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400115", + "display_name": "eScholarship (California Digital Library)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I2801248553", + "host_organization_name": "California Digital Library", + "host_organization_lineage": [ + "https://openalex.org/I2801248553" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Proceedings of the National Academy of Sciences of the United States of America, vol 116, iss 44", + "raw_type": "article" + }, + { + "id": "pmh:oai:europepmc.org:6105936", + "is_oa": false, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/6825274", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400806", + "display_name": "Europe PMC (PubMed Central)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1303153112", + "host_organization_name": "European Bioinformatics Institute", + "host_organization_lineage": [ + "https://openalex.org/I1303153112" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "Text" + } + ], + "best_oa_location": { + "id": "doi:10.1073/pnas.1900654116", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1073/pnas.1900654116", + "pdf_url": "https://www.pnas.org/content/pnas/116/44/22071.full.pdf", + "source": { + "id": "https://openalex.org/S125754415", + "display_name": "Proceedings of the National Academy of Sciences", + "issn_l": "0027-8424", + "issn": [ + "0027-8424", + "1091-6490" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320052", + "host_organization_name": "National Academy of Sciences", + "host_organization_lineage": [ + "https://openalex.org/P4310320052" + ], + "host_organization_lineage_names": [ + "National Academy of Sciences" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Proceedings of the National Academy of Sciences", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [ + { + "id": "https://metadata.un.org/sdg/4", + "score": 0.7599999904632568, + "display_name": "Quality Education" + } + ], + "awards": [ + { + "id": "https://openalex.org/G1490606517", + "display_name": null, + "funder_award_id": "N00014-16-1-2664", + "funder_id": "https://openalex.org/F4320337345", + "funder_display_name": "Office of Naval Research" + }, + { + "id": "https://openalex.org/G1739869781", + "display_name": null, + "funder_award_id": "CCF-0939370", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G4776703908", + "display_name": null, + "funder_award_id": "CGSD3-487534-2016", + "funder_id": "https://openalex.org/F4320334593", + "funder_display_name": "Natural Sciences and Engineering Research Council of Canada" + }, + { + "id": "https://openalex.org/G5202753860", + "display_name": "Canonical Linear Methods and Hierarchical Non-Linear Methods in High-Dimensional Statistics", + "funder_award_id": "1613002", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G6244900323", + "display_name": null, + "funder_award_id": "0939370", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G7379344686", + "display_name": null, + "funder_award_id": "1741340", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G7501964373", + "display_name": null, + "funder_award_id": "W911NF1710005", + "funder_id": "https://openalex.org/F4320338281", + "funder_display_name": "Army Research Office" + }, + { + "id": "https://openalex.org/G8170601752", + "display_name": null, + "funder_award_id": "IIS 1741340", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G8341606209", + "display_name": null, + "funder_award_id": "DMS-1613002", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G8876996369", + "display_name": null, + "funder_award_id": "N00014", + "funder_id": "https://openalex.org/F4320337345", + "funder_display_name": "Office of Naval Research" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320306076", + "display_name": "National Science Foundation", + "ror": "https://ror.org/021nxhr62" + }, + { + "id": "https://openalex.org/F4320334593", + "display_name": "Natural Sciences and Engineering Research Council of Canada", + "ror": "https://ror.org/01h531d29" + }, + { + "id": "https://openalex.org/F4320337345", + "display_name": "Office of Naval Research", + "ror": "https://ror.org/00rk2pe57" + }, + { + "id": "https://openalex.org/F4320338281", + "display_name": "Army Research Office", + "ror": "https://ror.org/05epdh915" + } + ], + "has_content": { + "grobid_xml": true, + "pdf": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W2910705748.pdf", + "grobid_xml": "https://content.openalex.org/works/W2910705748.grobid-xml" + }, + "referenced_works_count": 137, + "referenced_works": [ + "https://openalex.org/W11356396", + "https://openalex.org/W830575572", + "https://openalex.org/W1034019924", + "https://openalex.org/W1500693574", + "https://openalex.org/W1511986666", + "https://openalex.org/W1587026990", + "https://openalex.org/W1594031697", + "https://openalex.org/W1810028515", + "https://openalex.org/W1849277567", + "https://openalex.org/W1951216520", + "https://openalex.org/W1961953963", + "https://openalex.org/W1989968174", + "https://openalex.org/W1996796871", + "https://openalex.org/W2012712694", + "https://openalex.org/W2013511833", + "https://openalex.org/W2025341678", + "https://openalex.org/W2034637247", + "https://openalex.org/W2043175314", + "https://openalex.org/W2048231652", + "https://openalex.org/W2061939373", + "https://openalex.org/W2078977693", + "https://openalex.org/W2084341220", + "https://openalex.org/W2086396353", + "https://openalex.org/W2087448554", + "https://openalex.org/W2088286197", + "https://openalex.org/W2100960835", + "https://openalex.org/W2102636708", + "https://openalex.org/W2103780778", + "https://openalex.org/W2105464873", + "https://openalex.org/W2108384452", + "https://openalex.org/W2113882472", + "https://openalex.org/W2118022153", + "https://openalex.org/W2119858020", + "https://openalex.org/W2123045220", + "https://openalex.org/W2128659236", + "https://openalex.org/W2135046866", + "https://openalex.org/W2143481518", + "https://openalex.org/W2145860152", + "https://openalex.org/W2148694408", + "https://openalex.org/W2150165932", + "https://openalex.org/W2153332911", + "https://openalex.org/W2157355630", + "https://openalex.org/W2158196600", + "https://openalex.org/W2161969291", + "https://openalex.org/W2166163519", + "https://openalex.org/W2169053895", + "https://openalex.org/W2270785838", + "https://openalex.org/W2282821441", + "https://openalex.org/W2315452447", + "https://openalex.org/W2342249984", + "https://openalex.org/W2346578521", + "https://openalex.org/W2464516813", + "https://openalex.org/W2472803348", + "https://openalex.org/W2493343568", + "https://openalex.org/W2502949459", + "https://openalex.org/W2510508396", + "https://openalex.org/W2516809705", + "https://openalex.org/W2530010084", + "https://openalex.org/W2530395818", + "https://openalex.org/W2559655401", + "https://openalex.org/W2587529872", + "https://openalex.org/W2590082389", + "https://openalex.org/W2592895748", + "https://openalex.org/W2592929672", + "https://openalex.org/W2594633041", + "https://openalex.org/W2597603852", + "https://openalex.org/W2604526796", + "https://openalex.org/W2612690371", + "https://openalex.org/W2618851150", + "https://openalex.org/W2619351609", + "https://openalex.org/W2619444510", + "https://openalex.org/W2731142262", + "https://openalex.org/W2739349903", + "https://openalex.org/W2742591084", + "https://openalex.org/W2752194699", + "https://openalex.org/W2769421449", + "https://openalex.org/W2782630856", + "https://openalex.org/W2785184350", + "https://openalex.org/W2785760873", + "https://openalex.org/W2786715987", + "https://openalex.org/W2787070805", + "https://openalex.org/W2793165286", + "https://openalex.org/W2793277523", + "https://openalex.org/W2795431618", + "https://openalex.org/W2803354268", + "https://openalex.org/W2807015674", + "https://openalex.org/W2808315098", + "https://openalex.org/W2891612330", + "https://openalex.org/W2896089889", + "https://openalex.org/W2900404061", + "https://openalex.org/W2901939789", + "https://openalex.org/W2903768344", + "https://openalex.org/W2911964244", + "https://openalex.org/W2945800295", + "https://openalex.org/W2945976633", + "https://openalex.org/W2952354376", + "https://openalex.org/W2962772482", + "https://openalex.org/W2962862931", + "https://openalex.org/W2962883557", + "https://openalex.org/W2963016445", + "https://openalex.org/W2963029978", + "https://openalex.org/W2963233086", + "https://openalex.org/W2963382180", + "https://openalex.org/W2963424533", + "https://openalex.org/W2963715038", + "https://openalex.org/W2963798744", + "https://openalex.org/W2964118342", + "https://openalex.org/W2964159526", + "https://openalex.org/W3085162807", + "https://openalex.org/W3098232790", + "https://openalex.org/W3102564565", + "https://openalex.org/W3124792046", + "https://openalex.org/W3150635270", + "https://openalex.org/W3150893739", + "https://openalex.org/W4212774754", + "https://openalex.org/W4229494842", + "https://openalex.org/W4230605228", + "https://openalex.org/W4230742466", + "https://openalex.org/W4236697647", + "https://openalex.org/W4236965008", + "https://openalex.org/W4237723258", + "https://openalex.org/W4254687493", + "https://openalex.org/W4255332246", + "https://openalex.org/W4255405844", + "https://openalex.org/W4292023222", + "https://openalex.org/W4293861706", + "https://openalex.org/W4295313945", + "https://openalex.org/W4299408792", + "https://openalex.org/W4300756893", + "https://openalex.org/W4309520320", + "https://openalex.org/W4399576166", + "https://openalex.org/W6684823039", + "https://openalex.org/W6716358881", + "https://openalex.org/W6728551298", + "https://openalex.org/W6734194636", + "https://openalex.org/W6754669440", + "https://openalex.org/W6982728064" + ], + "related_works": [ + "https://openalex.org/W2905433371", + "https://openalex.org/W2888392564", + "https://openalex.org/W4310278675", + "https://openalex.org/W4388422664", + "https://openalex.org/W4390569940", + "https://openalex.org/W4361193272", + "https://openalex.org/W2963326959", + "https://openalex.org/W4388685194", + "https://openalex.org/W4312407344", + "https://openalex.org/W2894289927" + ], + "abstract_inverted_index": { + "Machine-learning": [ + 0 + ], + "models": [ + 1, + 23 + ], + "have": [ + 2 + ], + "demonstrated": [ + 3 + ], + "great": [ + 4 + ], + "success": [ + 5 + ], + "in": [ + 6, + 90, + 189 + ], + "learning": [ + 7, + 95 + ], + "complex": [ + 8 + ], + "patterns": [ + 9 + ], + "that": [ + 10, + 211, + 219 + ], + "enable": [ + 11 + ], + "them": [ + 12 + ], + "to": [ + 13, + 21, + 28, + 48, + 78, + 83, + 126, + 131, + 168, + 229 + ], + "make": [ + 14, + 221 + ], + "predictions": [ + 15 + ], + "about": [ + 16, + 51 + ], + "unobserved": [ + 17 + ], + "data.": [ + 18 + ], + "In": [ + 19, + 56 + ], + "addition": [ + 20 + ], + "using": [ + 22 + ], + "for": [ + 24, + 104, + 114, + 206, + 224 + ], + "prediction,": [ + 25 + ], + "the": [ + 26, + 52, + 62, + 91, + 98, + 134, + 165, + 181, + 234 + ], + "ability": [ + 27 + ], + "interpret": [ + 29 + ], + "what": [ + 30, + 72 + ], + "a": [ + 31, + 127, + 141, + 216 + ], + "model": [ + 32 + ], + "has": [ + 33, + 46 + ], + "learned": [ + 34 + ], + "is": [ + 35, + 59 + ], + "receiving": [ + 36 + ], + "an": [ + 37 + ], + "increasing": [ + 38 + ], + "amount": [ + 39 + ], + "of": [ + 40, + 54, + 65, + 93, + 136, + 143, + 191, + 201, + 237 + ], + "attention.": [ + 41 + ], + "However,": [ + 42 + ], + "this": [ + 43, + 212 + ], + "increased": [ + 44 + ], + "focus": [ + 45 + ], + "led": [ + 47 + ], + "considerable": [ + 49 + ], + "confusion": [ + 50 + ], + "notion": [ + 53 + ], + "interpretability.": [ + 55, + 192 + ], + "particular,": [ + 57 + ], + "it": [ + 58, + 222 + ], + "unclear": [ + 60 + ], + "how": [ + 61, + 161 + ], + "wide": [ + 63 + ], + "array": [ + 64 + ], + "proposed": [ + 66 + ], + "interpretation": [ + 67, + 137, + 238 + ], + "methods": [ + 68, + 203 + ], + "are": [ + 69 + ], + "related": [ + 70 + ], + "and": [ + 71, + 96, + 120, + 148, + 157, + 170, + 204, + 227, + 231 + ], + "common": [ + 73, + 217 + ], + "concepts": [ + 74 + ], + "can": [ + 75, + 163 + ], + "be": [ + 76 + ], + "used": [ + 77 + ], + "evaluate": [ + 79, + 169 + ], + "them.": [ + 80 + ], + "We": [ + 81, + 209 + ], + "aim": [ + 82 + ], + "address": [ + 84 + ], + "these": [ + 85 + ], + "concerns": [ + 86 + ], + "by": [ + 87, + 186 + ], + "defining": [ + 88 + ], + "interpretability": [ + 89 + ], + "context": [ + 92 + ], + "machine": [ + 94 + ], + "introducing": [ + 97 + ], + "predictive,": [ + 99 + ], + "descriptive,": [ + 100 + ], + "relevant": [ + 101 + ], + "(PDR)": [ + 102 + ], + "framework": [ + 103, + 109, + 167 + ], + "discussing": [ + 105 + ], + "interpretations.": [ + 106 + ], + "The": [ + 107 + ], + "PDR": [ + 108, + 166 + ], + "provides": [ + 110 + ], + "3": [ + 111 + ], + "overarching": [ + 112 + ], + "desiderata": [ + 113 + ], + "evaluation:": [ + 115 + ], + "predictive": [ + 116 + ], + "accuracy,": [ + 117, + 119 + ], + "descriptive": [ + 118 + ], + "relevancy,": [ + 121 + ], + "with": [ + 122, + 152 + ], + "relevancy": [ + 123 + ], + "judged": [ + 124 + ], + "relative": [ + 125 + ], + "human": [ + 128, + 187 + ], + "audience.": [ + 129 + ], + "Moreover,": [ + 130 + ], + "help": [ + 132 + ], + "manage": [ + 133 + ], + "deluge": [ + 135 + ], + "methods,": [ + 138 + ], + "we": [ + 139, + 173, + 198 + ], + "introduce": [ + 140 + ], + "categorization": [ + 142 + ], + "existing": [ + 144, + 202 + ], + "techniques": [ + 145 + ], + "into": [ + 146 + ], + "model-based": [ + 147 + ], + "post": [ + 149 + ], + "hoc": [ + 150 + ], + "categories,": [ + 151 + ], + "subgroups": [ + 153 + ], + "including": [ + 154 + ], + "sparsity,": [ + 155 + ], + "modularity,": [ + 156 + ], + "simulatability.": [ + 158 + ], + "To": [ + 159 + ], + "demonstrate": [ + 160 + ], + "practitioners": [ + 162, + 226 + ], + "use": [ + 164 + ], + "understand": [ + 171 + ], + "interpretations,": [ + 172 + ], + "provide": [ + 174, + 215 + ], + "numerous": [ + 175 + ], + "real-world": [ + 176 + ], + "examples.": [ + 177 + ], + "These": [ + 178 + ], + "examples": [ + 179 + ], + "highlight": [ + 180 + ], + "often": [ + 182 + ], + "underappreciated": [ + 183 + ], + "role": [ + 184 + ], + "played": [ + 185 + ], + "audiences": [ + 188 + ], + "discussions": [ + 190 + ], + "Finally,": [ + 193 + ], + "based": [ + 194 + ], + "on": [ + 195 + ], + "our": [ + 196 + ], + "framework,": [ + 197 + ], + "discuss": [ + 199, + 230 + ], + "limitations": [ + 200 + ], + "directions": [ + 205 + ], + "future": [ + 207 + ], + "work.": [ + 208 + ], + "hope": [ + 210 + ], + "work": [ + 213 + ], + "will": [ + 214, + 220 + ], + "vocabulary": [ + 218 + ], + "easier": [ + 223 + ], + "both": [ + 225 + ], + "researchers": [ + 228 + ], + "choose": [ + 232 + ], + "from": [ + 233 + ], + "full": [ + 235 + ], + "range": [ + 236 + ], + "methods.": [ + 239 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 135 + }, + { + "year": 2025, + "cited_by_count": 357 + }, + { + "year": 2024, + "cited_by_count": 384 + }, + { + "year": 2023, + "cited_by_count": 375 + }, + { + "year": 2022, + "cited_by_count": 317 + }, + { + "year": 2021, + "cited_by_count": 280 + }, + { + "year": 2020, + "cited_by_count": 161 + }, + { + "year": 2019, + "cited_by_count": 38 + }, + { + "year": 2018, + "cited_by_count": 2 + }, + { + "year": 2012, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2342408547", + "doi": "https://doi.org/10.1109/comst.2015.2494502", + "title": "A Survey of Data Mining and Machine Learning Methods for Cyber Security Intrusion Detection", + "display_name": "A Survey of Data Mining and Machine Learning Methods for Cyber Security Intrusion Detection", + "relevance_score": 2988.0178, + "publication_year": 2015, + "publication_date": "2015-10-26", + "ids": { + "openalex": "https://openalex.org/W2342408547", + "doi": "https://doi.org/10.1109/comst.2015.2494502", + "mag": "2342408547" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1109/comst.2015.2494502", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/comst.2015.2494502", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S23688054", + "display_name": "IEEE Communications Surveys & Tutorials", + "issn_l": "1553-877X", + "issn": [ + "1553-877X", + "2373-745X" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319808", + "host_organization_name": "Institute of Electrical and Electronics Engineers", + "host_organization_lineage": [ + "https://openalex.org/P4310319808" + ], + "host_organization_lineage_names": [ + "Institute of Electrical and Electronics Engineers" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IEEE Communications Surveys & Tutorials", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5036462876", + "display_name": "Anna L. Buczak", + "orcid": "https://orcid.org/0000-0002-4468-7719" + }, + "institutions": [ + { + "id": "https://openalex.org/I2802946424", + "display_name": "Johns Hopkins University Applied Physics Laboratory", + "ror": "https://ror.org/029pp9z10", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I145311948", + "https://openalex.org/I2802946424" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Anna L. Buczak", + "raw_affiliation_strings": [ + "The Johns Hopkins University Applied Physics Laboratory, Laurel, MD, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "The Johns Hopkins University Applied Physics Laboratory, Laurel, MD, USA", + "institution_ids": [ + "https://openalex.org/I2802946424" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5103648432", + "display_name": "Erhan Guven", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I2802946424", + "display_name": "Johns Hopkins University Applied Physics Laboratory", + "ror": "https://ror.org/029pp9z10", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I145311948", + "https://openalex.org/I2802946424" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Erhan Guven", + "raw_affiliation_strings": [ + "The Johns Hopkins University Applied Physics Laboratory, Laurel, MD, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "The Johns Hopkins University Applied Physics Laboratory, Laurel, MD, USA", + "institution_ids": [ + "https://openalex.org/I2802946424" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5036462876" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I2802946424" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 105.8793, + "has_fulltext": false, + "cited_by_count": 3023, + "citation_normalized_percentile": { + "value": 0.9998649, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "18", + "issue": "2", + "first_page": "1153", + "last_page": "1176" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10400", + "display_name": "Network Security and Intrusion Detection", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1705", + "display_name": "Computer Networks and Communications" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10400", + "display_name": "Network Security and Intrusion Detection", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1705", + "display_name": "Computer Networks and Communications" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11512", + "display_name": "Anomaly Detection Techniques and Applications", + "score": 0.9962999820709229, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11241", + "display_name": "Advanced Malware Detection Techniques", + "score": 0.9926999807357788, + "subfield": { + "id": "https://openalex.org/subfields/1711", + "display_name": "Signal Processing" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.8274868726730347 + }, + { + "id": "https://openalex.org/keywords/intrusion-detection-system", + "display_name": "Intrusion detection system", + "score": 0.7535451054573059 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.5479063391685486 + }, + { + "id": "https://openalex.org/keywords/relevance", + "display_name": "Relevance (law)", + "score": 0.5404182076454163 + }, + { + "id": "https://openalex.org/keywords/analytics", + "display_name": "Analytics", + "score": 0.47978121042251587 + }, + { + "id": "https://openalex.org/keywords/intrusion", + "display_name": "Intrusion", + "score": 0.44902172684669495 + }, + { + "id": "https://openalex.org/keywords/data-science", + "display_name": "Data science", + "score": 0.3901662826538086 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.34739550948143005 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.8274868726730347 + }, + { + "id": "https://openalex.org/C35525427", + "wikidata": "https://www.wikidata.org/wiki/Q745881", + "display_name": "Intrusion detection system", + "level": 2, + "score": 0.7535451054573059 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.5479063391685486 + }, + { + "id": "https://openalex.org/C158154518", + "wikidata": "https://www.wikidata.org/wiki/Q7310970", + "display_name": "Relevance (law)", + "level": 2, + "score": 0.5404182076454163 + }, + { + "id": "https://openalex.org/C79158427", + "wikidata": "https://www.wikidata.org/wiki/Q485396", + "display_name": "Analytics", + "level": 2, + "score": 0.47978121042251587 + }, + { + "id": "https://openalex.org/C158251709", + "wikidata": "https://www.wikidata.org/wiki/Q354025", + "display_name": "Intrusion", + "level": 2, + "score": 0.44902172684669495 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.3901662826538086 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.34739550948143005 + }, + { + "id": "https://openalex.org/C17744445", + "wikidata": "https://www.wikidata.org/wiki/Q36442", + "display_name": "Political science", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C127313418", + "wikidata": "https://www.wikidata.org/wiki/Q1069", + "display_name": "Geology", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C199539241", + "wikidata": "https://www.wikidata.org/wiki/Q7748", + "display_name": "Law", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C17409809", + "wikidata": "https://www.wikidata.org/wiki/Q161764", + "display_name": "Geochemistry", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1109/comst.2015.2494502", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/comst.2015.2494502", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S23688054", + "display_name": "IEEE Communications Surveys & Tutorials", + "issn_l": "1553-877X", + "issn": [ + "1553-877X", + "2373-745X" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319808", + "host_organization_name": "Institute of Electrical and Electronics Engineers", + "host_organization_lineage": [ + "https://openalex.org/P4310319808" + ], + "host_organization_lineage_names": [ + "Institute of Electrical and Electronics Engineers" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IEEE Communications Surveys & Tutorials", + "raw_type": "journal-article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 134, + "referenced_works": [ + "https://openalex.org/W4348436", + "https://openalex.org/W6091113", + "https://openalex.org/W49546894", + "https://openalex.org/W166342712", + "https://openalex.org/W1504694836", + "https://openalex.org/W1525180324", + "https://openalex.org/W1541288193", + "https://openalex.org/W1553696291", + "https://openalex.org/W1554891714", + "https://openalex.org/W1556024794", + "https://openalex.org/W1570448133", + "https://openalex.org/W1576185228", + "https://openalex.org/W1576660662", + "https://openalex.org/W1576818901", + "https://openalex.org/W1615454278", + "https://openalex.org/W1642161394", + "https://openalex.org/W1670263352", + "https://openalex.org/W1673310716", + "https://openalex.org/W1755360231", + "https://openalex.org/W1777713421", + "https://openalex.org/W1856750239", + "https://openalex.org/W1884606608", + "https://openalex.org/W1937068078", + "https://openalex.org/W1952056635", + "https://openalex.org/W1954903228", + "https://openalex.org/W1966809779", + "https://openalex.org/W1971751469", + "https://openalex.org/W1971784203", + "https://openalex.org/W1975791498", + "https://openalex.org/W1978779053", + "https://openalex.org/W1979877030", + "https://openalex.org/W1986334900", + "https://openalex.org/W1988741337", + "https://openalex.org/W1991237739", + "https://openalex.org/W1993717606", + "https://openalex.org/W1999427165", + "https://openalex.org/W2002016471", + "https://openalex.org/W2014712522", + "https://openalex.org/W2017528992", + "https://openalex.org/W2030553727", + "https://openalex.org/W2033626294", + "https://openalex.org/W2036959577", + "https://openalex.org/W2038819341", + "https://openalex.org/W2040870580", + "https://openalex.org/W2049633694", + "https://openalex.org/W2066664409", + "https://openalex.org/W2071221494", + "https://openalex.org/W2076384720", + "https://openalex.org/W2076526693", + "https://openalex.org/W2077574412", + "https://openalex.org/W2081707439", + "https://openalex.org/W2082550445", + "https://openalex.org/W2091576221", + "https://openalex.org/W2094138658", + "https://openalex.org/W2096118443", + "https://openalex.org/W2099940443", + "https://openalex.org/W2100024153", + "https://openalex.org/W2100537916", + "https://openalex.org/W2102201073", + "https://openalex.org/W2104593144", + "https://openalex.org/W2112076978", + "https://openalex.org/W2112090702", + "https://openalex.org/W2114996745", + "https://openalex.org/W2117707191", + "https://openalex.org/W2123619513", + "https://openalex.org/W2124261333", + "https://openalex.org/W2125055259", + "https://openalex.org/W2129018774", + "https://openalex.org/W2129879631", + "https://openalex.org/W2133941447", + "https://openalex.org/W2133990480", + "https://openalex.org/W2137983211", + "https://openalex.org/W2139212933", + "https://openalex.org/W2139669429", + "https://openalex.org/W2142384583", + "https://openalex.org/W2142889610", + "https://openalex.org/W2143893259", + "https://openalex.org/W2145052282", + "https://openalex.org/W2146082061", + "https://openalex.org/W2149706766", + "https://openalex.org/W2152195021", + "https://openalex.org/W2154929945", + "https://openalex.org/W2156909104", + "https://openalex.org/W2158454296", + "https://openalex.org/W2160598920", + "https://openalex.org/W2161302205", + "https://openalex.org/W2164576874", + "https://openalex.org/W2166275707", + "https://openalex.org/W2166559705", + "https://openalex.org/W2167917621", + "https://openalex.org/W2169654335", + "https://openalex.org/W2169768310", + "https://openalex.org/W2171331105", + "https://openalex.org/W2173213060", + "https://openalex.org/W2188268519", + "https://openalex.org/W2203709713", + "https://openalex.org/W2319660501", + "https://openalex.org/W2502697733", + "https://openalex.org/W2802348331", + "https://openalex.org/W2911964244", + "https://openalex.org/W2912565176", + "https://openalex.org/W3099514962", + "https://openalex.org/W3141738472", + "https://openalex.org/W3146803896", + "https://openalex.org/W3150719513", + "https://openalex.org/W3211952227", + "https://openalex.org/W4211007335", + "https://openalex.org/W4211064163", + "https://openalex.org/W4213332169", + "https://openalex.org/W4231918628", + "https://openalex.org/W4232872328", + "https://openalex.org/W4236137412", + "https://openalex.org/W4249991499", + "https://openalex.org/W4250857377", + "https://openalex.org/W4256360777", + "https://openalex.org/W4285719527", + "https://openalex.org/W4299670631", + "https://openalex.org/W6600247753", + "https://openalex.org/W6601962654", + "https://openalex.org/W6633310491", + "https://openalex.org/W6633402183", + "https://openalex.org/W6636895364", + "https://openalex.org/W6637131181", + "https://openalex.org/W6639223989", + "https://openalex.org/W6674887505", + "https://openalex.org/W6676769703", + "https://openalex.org/W6677572458", + "https://openalex.org/W6678524815", + "https://openalex.org/W6683882235", + "https://openalex.org/W6684325336", + "https://openalex.org/W6684920382", + "https://openalex.org/W6686806119", + "https://openalex.org/W6724329653", + "https://openalex.org/W7048738093" + ], + "related_works": [ + "https://openalex.org/W2357468538", + "https://openalex.org/W2085384747", + "https://openalex.org/W1577110157", + "https://openalex.org/W2106071040", + "https://openalex.org/W2088166309", + "https://openalex.org/W4312133475", + "https://openalex.org/W4238976562", + "https://openalex.org/W2276587472", + "https://openalex.org/W1835907303", + "https://openalex.org/W2133389611" + ], + "abstract_inverted_index": { + "This": [ + 0 + ], + "survey": [ + 1, + 7 + ], + "paper": [ + 2 + ], + "describes": [ + 3 + ], + "a": [ + 4, + 99 + ], + "focused": [ + 5 + ], + "literature": [ + 6 + ], + "of": [ + 8, + 22, + 28, + 38, + 43, + 76, + 82 + ], + "machine": [ + 9 + ], + "learning": [ + 10 + ], + "(ML)": [ + 11 + ], + "and": [ + 12, + 54, + 92 + ], + "data": [ + 13, + 57, + 67 + ], + "mining": [ + 14 + ], + "(DM)": [ + 15 + ], + "methods": [ + 16 + ], + "for": [ + 17, + 84, + 87 + ], + "cyber": [ + 18, + 66, + 88 + ], + "analytics": [ + 19 + ], + "in": [ + 20, + 61, + 70 + ], + "support": [ + 21 + ], + "intrusion": [ + 23 + ], + "detection.": [ + 24 + ], + "Short": [ + 25 + ], + "tutorial": [ + 26 + ], + "descriptions": [ + 27 + ], + "each": [ + 29, + 49 + ], + "ML/DM": [ + 30, + 62, + 71, + 77, + 86 + ], + "method": [ + 31, + 50, + 101 + ], + "are": [ + 32, + 58, + 72, + 102 + ], + "provided.": [ + 33, + 103 + ], + "Based": [ + 34 + ], + "on": [ + 35, + 95 + ], + "the": [ + 36, + 41 + ], + "number": [ + 37 + ], + "citations": [ + 39 + ], + "or": [ + 40 + ], + "relevance": [ + 42 + ], + "an": [ + 44 + ], + "emerging": [ + 45 + ], + "method,": [ + 46 + ], + "papers": [ + 47 + ], + "representing": [ + 48 + ], + "were": [ + 51 + ], + "identified,": [ + 52 + ], + "read,": [ + 53 + ], + "summarized.": [ + 55 + ], + "Because": [ + 56 + ], + "so": [ + 59 + ], + "important": [ + 60 + ], + "approaches,": [ + 63 + ], + "some": [ + 64, + 93 + ], + "well-known": [ + 65 + ], + "sets": [ + 68 + ], + "used": [ + 69 + ], + "described.": [ + 73 + ], + "The": [ + 74 + ], + "complexity": [ + 75 + ], + "algorithms": [ + 78 + ], + "is": [ + 79, + 90 + ], + "addressed,": [ + 80 + ], + "discussion": [ + 81 + ], + "challenges": [ + 83 + ], + "using": [ + 85 + ], + "security": [ + 89 + ], + "presented,": [ + 91 + ], + "recommendations": [ + 94 + ], + "when": [ + 96 + ], + "to": [ + 97 + ], + "use": [ + 98 + ], + "given": [ + 100 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 139 + }, + { + "year": 2025, + "cited_by_count": 371 + }, + { + "year": 2024, + "cited_by_count": 303 + }, + { + "year": 2023, + "cited_by_count": 326 + }, + { + "year": 2022, + "cited_by_count": 408 + }, + { + "year": 2021, + "cited_by_count": 454 + }, + { + "year": 2020, + "cited_by_count": 402 + }, + { + "year": 2019, + "cited_by_count": 317 + }, + { + "year": 2018, + "cited_by_count": 219 + }, + { + "year": 2017, + "cited_by_count": 72 + }, + { + "year": 2016, + "cited_by_count": 10 + }, + { + "year": 2015, + "cited_by_count": 1 + }, + { + "year": 2012, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W4213308398", + "doi": "https://doi.org/10.1007/978-3-030-05318-5", + "title": "Automated Machine Learning", + "display_name": "Automated Machine Learning", + "relevance_score": 2932.2896, + "publication_year": 2019, + "publication_date": "2019-01-01", + "ids": { + "openalex": "https://openalex.org/W4213308398", + "doi": "https://doi.org/10.1007/978-3-030-05318-5" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1007/978-3-030-05318-5", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1007/978-3-030-05318-5", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4210189751", + "display_name": "˜The œSpringer series on challenges in machine learning", + "issn_l": "2520-131X", + "issn": [ + "2520-131X", + "2520-1328" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319972", + "host_organization_name": "Springer International Publishing", + "host_organization_lineage": [ + "https://openalex.org/P4310319972", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "Springer International Publishing", + "Springer Nature" + ], + "type": "book series" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "The Springer Series on Challenges in Machine Learning", + "raw_type": "book" + }, + "type": "book", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "hybrid", + "oa_url": "https://doi.org/10.1007/978-3-030-05318-5", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5031002895", + "display_name": "Frank Hutter", + "orcid": "https://orcid.org/0000-0002-2037-3694" + }, + "institutions": [ + { + "id": "https://openalex.org/I161046081", + "display_name": "University of Freiburg", + "ror": "https://ror.org/0245cg223", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I161046081" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": true, + "raw_author_name": "Frank Hutter", + "raw_affiliation_strings": [ + "Department of Computer Science, University of Freiburg, Freiburg, Germany" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science, University of Freiburg, Freiburg, Germany", + "institution_ids": [ + "https://openalex.org/I161046081" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5032997049", + "display_name": "Lars Kotthoff", + "orcid": "https://orcid.org/0000-0003-4635-6873" + }, + "institutions": [ + { + "id": "https://openalex.org/I12834331", + "display_name": "University of Wyoming", + "ror": "https://ror.org/01485tq96", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I12834331" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Lars Kotthoff", + "raw_affiliation_strings": [ + "University of Wyoming, Laramie, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Wyoming, Laramie, USA", + "institution_ids": [ + "https://openalex.org/I12834331" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5016794035", + "display_name": "Joaquin Vanschoren", + "orcid": "https://orcid.org/0000-0001-7044-9805" + }, + "institutions": [ + { + "id": "https://openalex.org/I83019370", + "display_name": "Eindhoven University of Technology", + "ror": "https://ror.org/02c2kyt77", + "country_code": "NL", + "type": "education", + "lineage": [ + "https://openalex.org/I83019370" + ] + } + ], + "countries": [ + "NL" + ], + "is_corresponding": false, + "raw_author_name": "Joaquin Vanschoren", + "raw_affiliation_strings": [ + "Eindhoven University of Technology, Eindhoven, The Netherlands" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Eindhoven University of Technology, Eindhoven, The Netherlands", + "institution_ids": [ + "https://openalex.org/I83019370" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 3, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5031002895" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I161046081" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 76.3906, + "has_fulltext": true, + "cited_by_count": 1378, + "citation_normalized_percentile": { + "value": 0.99947479, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.32330000400543213, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.32330000400543213, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6049460172653198 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5378867983818054 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.4316948652267456 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6049460172653198 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5378867983818054 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.4316948652267456 + } + ], + "mesh": [], + "locations_count": 4, + "locations": [ + { + "id": "doi:10.1007/978-3-030-05318-5", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1007/978-3-030-05318-5", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4210189751", + "display_name": "˜The œSpringer series on challenges in machine learning", + "issn_l": "2520-131X", + "issn": [ + "2520-131X", + "2520-1328" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319972", + "host_organization_name": "Springer International Publishing", + "host_organization_lineage": [ + "https://openalex.org/P4310319972", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "Springer International Publishing", + "Springer Nature" + ], + "type": "book series" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "The Springer Series on Challenges in Machine Learning", + "raw_type": "book" + }, + { + "id": "pmh:tue:oai:pure.tue.nl:publications/14f00e7a-0861-477a-81f6-5b5c51f660f4", + "is_oa": true, + "landing_page_url": "https://research.tue.nl/nl/publications/14f00e7a-0861-477a-81f6-5b5c51f660f4", + "pdf_url": "https://research.tue.nl/nl/publications/14f00e7a-0861-477a-81f6-5b5c51f660f4", + "source": { + "id": "https://openalex.org/S4306401843", + "display_name": "Data Archiving and Networked Services (DANS)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1322597698", + "host_organization_name": "Royal Netherlands Academy of Arts and Sciences", + "host_organization_lineage": [ + "https://openalex.org/I1322597698" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "public-domain", + "license_id": "https://openalex.org/licenses/public-domain", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "info:eu-repo/semantics/book" + }, + { + "id": "pmh:oai:doab-books:43691", + "is_oa": true, + "landing_page_url": "http://www.oapen.org/download/?type=document&docid=1007149", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400539", + "display_name": "Directory of Open access Books (OAPEN Foundation)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by-nc-nd", + "license_id": "https://openalex.org/licenses/cc-by-nc-nd", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "book" + }, + { + "id": "pmh:oai:pure.tue.nl:publications/14f00e7a-0861-477a-81f6-5b5c51f660f4", + "is_oa": false, + "landing_page_url": "https://research.tue.nl/en/publications/14f00e7a-0861-477a-81f6-5b5c51f660f4", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4406922641", + "display_name": "TU/e Research Portal", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + } + ], + "best_oa_location": { + "id": "doi:10.1007/978-3-030-05318-5", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1007/978-3-030-05318-5", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4210189751", + "display_name": "˜The œSpringer series on challenges in machine learning", + "issn_l": "2520-131X", + "issn": [ + "2520-131X", + "2520-1328" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319972", + "host_organization_name": "Springer International Publishing", + "host_organization_lineage": [ + "https://openalex.org/P4310319972", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "Springer International Publishing", + "Springer Nature" + ], + "type": "book series" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "The Springer Series on Challenges in Machine Learning", + "raw_type": "book" + }, + "sustainable_development_goals": [], + "awards": [ + { + "id": "https://openalex.org/G6636476603", + "display_name": "Data-Driven Methods for Modelling and Optimizing the Empirical Performance of Deep Neural Networks", + "funder_award_id": "716721", + "funder_id": "https://openalex.org/F4320320300", + "funder_display_name": "European Commission" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320313934", + "display_name": "Institut national de recherche en informatique et en automatique (INRIA)", + "ror": "https://ror.org/02kvxyf05" + }, + { + "id": "https://openalex.org/F4320315803", + "display_name": "Centres de Recerca de Catalunya", + "ror": null + }, + { + "id": "https://openalex.org/F4320320300", + "display_name": "European Commission", + "ror": "https://ror.org/00k4n6c32" + }, + { + "id": "https://openalex.org/F4320320879", + "display_name": "Deutsche Forschungsgemeinschaft", + "ror": "https://ror.org/018mejw64" + }, + { + "id": "https://openalex.org/F4320321505", + "display_name": "Generalitat de Catalunya", + "ror": "https://ror.org/01bg62x04" + }, + { + "id": "https://openalex.org/F4320334593", + "display_name": "Natural Sciences and Engineering Research Council of Canada", + "ror": "https://ror.org/01h531d29" + }, + { + "id": "https://openalex.org/F4320336677", + "display_name": "BrainLinks-BrainTools", + "ror": null + } + ], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 463, + "referenced_works": [ + "https://openalex.org/W6908809", + "https://openalex.org/W24696228", + "https://openalex.org/W28412257", + "https://openalex.org/W41730657", + "https://openalex.org/W54639073", + "https://openalex.org/W60686164", + "https://openalex.org/W62188234", + "https://openalex.org/W76131926", + "https://openalex.org/W76331760", + "https://openalex.org/W85803853", + "https://openalex.org/W100047375", + "https://openalex.org/W114730584", + "https://openalex.org/W116375701", + "https://openalex.org/W122178443", + "https://openalex.org/W135104305", + "https://openalex.org/W138547447", + "https://openalex.org/W145519053", + "https://openalex.org/W148859753", + "https://openalex.org/W172742023", + "https://openalex.org/W174542576", + "https://openalex.org/W192975702", + "https://openalex.org/W198580638", + "https://openalex.org/W202805564", + "https://openalex.org/W202978992", + "https://openalex.org/W358897728", + "https://openalex.org/W603776396", + "https://openalex.org/W1165382972", + "https://openalex.org/W1471542436", + "https://openalex.org/W1480330138", + "https://openalex.org/W1484746829", + "https://openalex.org/W1488960379", + "https://openalex.org/W1491420040", + "https://openalex.org/W1494192115", + "https://openalex.org/W1494580925", + "https://openalex.org/W1500302649", + "https://openalex.org/W1501110974", + "https://openalex.org/W1503705371", + "https://openalex.org/W1507030697", + "https://openalex.org/W1512747601", + "https://openalex.org/W1516621661", + "https://openalex.org/W1519451279", + "https://openalex.org/W1520992199", + "https://openalex.org/W1522301498", + "https://openalex.org/W1528411633", + "https://openalex.org/W1533803232", + "https://openalex.org/W1534069108", + "https://openalex.org/W1534477342", + "https://openalex.org/W1535039099", + "https://openalex.org/W1539741229", + "https://openalex.org/W1542791059", + "https://openalex.org/W1543201103", + "https://openalex.org/W1549223806", + "https://openalex.org/W1556753024", + "https://openalex.org/W1565746575", + "https://openalex.org/W1568834902", + "https://openalex.org/W1569757501", + "https://openalex.org/W1575029535", + "https://openalex.org/W1575661061", + "https://openalex.org/W1577932924", + "https://openalex.org/W1581066146", + "https://openalex.org/W1588486985", + "https://openalex.org/W1588628884", + "https://openalex.org/W1588959569", + "https://openalex.org/W1589492330", + "https://openalex.org/W1593343777", + "https://openalex.org/W1598052524", + "https://openalex.org/W1601795611", + "https://openalex.org/W1604262624", + "https://openalex.org/W1631708156", + "https://openalex.org/W1638732406", + "https://openalex.org/W1640798781", + "https://openalex.org/W1647221522", + "https://openalex.org/W1661871015", + "https://openalex.org/W1663203009", + "https://openalex.org/W1663583528", + "https://openalex.org/W1678356000", + "https://openalex.org/W1680392829", + "https://openalex.org/W1690919088", + "https://openalex.org/W1701825639", + "https://openalex.org/W1758907577", + "https://openalex.org/W1763644767", + "https://openalex.org/W1840091437", + "https://openalex.org/W1868018859", + "https://openalex.org/W1880189740", + "https://openalex.org/W1886872224", + "https://openalex.org/W1922017469", + "https://openalex.org/W1925428099", + "https://openalex.org/W1925504357", + "https://openalex.org/W1935590542", + "https://openalex.org/W1965555277", + "https://openalex.org/W1968634175", + "https://openalex.org/W1969163824", + "https://openalex.org/W1971713783", + "https://openalex.org/W1973229481", + "https://openalex.org/W1979769287", + "https://openalex.org/W1980264541", + "https://openalex.org/W1981903823", + "https://openalex.org/W1984557319", + "https://openalex.org/W1985995090", + "https://openalex.org/W1986490585", + "https://openalex.org/W1986543815", + "https://openalex.org/W1986929000", + "https://openalex.org/W1989048657", + "https://openalex.org/W1994197834", + "https://openalex.org/W1994326354", + "https://openalex.org/W2001485654", + "https://openalex.org/W2040730773", + "https://openalex.org/W2040884411", + "https://openalex.org/W2048430744", + "https://openalex.org/W2050310928", + "https://openalex.org/W2051346631", + "https://openalex.org/W2056224615", + "https://openalex.org/W2057261601", + "https://openalex.org/W2062118960", + "https://openalex.org/W2062227835", + "https://openalex.org/W2064186732", + "https://openalex.org/W2074702228", + "https://openalex.org/W2074724805", + "https://openalex.org/W2078885513", + "https://openalex.org/W2083542829", + "https://openalex.org/W2084136177", + "https://openalex.org/W2084150578", + "https://openalex.org/W2087817842", + "https://openalex.org/W2089213632", + "https://openalex.org/W2089217417", + "https://openalex.org/W2090136295", + "https://openalex.org/W2091118421", + "https://openalex.org/W2095655959", + "https://openalex.org/W2095705004", + "https://openalex.org/W2096863518", + "https://openalex.org/W2097998348", + "https://openalex.org/W2099201756", + "https://openalex.org/W2101234009", + "https://openalex.org/W2101341561", + "https://openalex.org/W2102770307", + "https://openalex.org/W2105031846", + "https://openalex.org/W2106411961", + "https://openalex.org/W2106614481", + "https://openalex.org/W2107853397", + "https://openalex.org/W2108626634", + "https://openalex.org/W2109042184", + "https://openalex.org/W2109346685", + "https://openalex.org/W2111935653", + "https://openalex.org/W2112204321", + "https://openalex.org/W2112364454", + "https://openalex.org/W2113145584", + "https://openalex.org/W2113207845", + "https://openalex.org/W2113584252", + "https://openalex.org/W2115733720", + "https://openalex.org/W2115763804", + "https://openalex.org/W2116882733", + "https://openalex.org/W2117539524", + "https://openalex.org/W2118789407", + "https://openalex.org/W2119814172", + "https://openalex.org/W2120420045", + "https://openalex.org/W2122053572", + "https://openalex.org/W2122379760", + "https://openalex.org/W2122776323", + "https://openalex.org/W2123395972", + "https://openalex.org/W2123649031", + "https://openalex.org/W2124022122", + "https://openalex.org/W2124290836", + "https://openalex.org/W2124802506", + "https://openalex.org/W2125849100", + "https://openalex.org/W2125877832", + "https://openalex.org/W2126204609", + "https://openalex.org/W2126559945", + "https://openalex.org/W2126964466", + "https://openalex.org/W2127416213", + "https://openalex.org/W2129458072", + "https://openalex.org/W2130942839", + "https://openalex.org/W2131241448", + "https://openalex.org/W2131822674", + "https://openalex.org/W2133418613", + "https://openalex.org/W2133958955", + "https://openalex.org/W2136139971", + "https://openalex.org/W2136636278", + "https://openalex.org/W2137825550", + "https://openalex.org/W2138784882", + "https://openalex.org/W2139805416", + "https://openalex.org/W2141125852", + "https://openalex.org/W2141408223", + "https://openalex.org/W2142334564", + "https://openalex.org/W2142959074", + "https://openalex.org/W2143104527", + "https://openalex.org/W2144656844", + "https://openalex.org/W2144752499", + "https://openalex.org/W2144981148", + "https://openalex.org/W2145287260", + "https://openalex.org/W2145339207", + "https://openalex.org/W2145955992", + "https://openalex.org/W2146502635", + "https://openalex.org/W2149731329", + "https://openalex.org/W2150446468", + "https://openalex.org/W2152589362", + "https://openalex.org/W2153667946", + "https://openalex.org/W2154776925", + "https://openalex.org/W2155853132", + "https://openalex.org/W2156417353", + "https://openalex.org/W2157069634", + "https://openalex.org/W2160644528", + "https://openalex.org/W2163605009", + "https://openalex.org/W2163922914", + "https://openalex.org/W2165607334", + "https://openalex.org/W2165698076", + "https://openalex.org/W2165962877", + "https://openalex.org/W2166107799", + "https://openalex.org/W2168175751", + "https://openalex.org/W2168939893", + "https://openalex.org/W2171033594", + "https://openalex.org/W2171658832", + "https://openalex.org/W2181956361", + "https://openalex.org/W2182070128", + "https://openalex.org/W2182361439", + "https://openalex.org/W2183341477", + "https://openalex.org/W2183704914", + "https://openalex.org/W2186013251", + "https://openalex.org/W2189149359", + "https://openalex.org/W2192203593", + "https://openalex.org/W2194775991", + "https://openalex.org/W2200000192", + "https://openalex.org/W2210969396", + "https://openalex.org/W2226783037", + "https://openalex.org/W2234598170", + "https://openalex.org/W2234898963", + "https://openalex.org/W2249362929", + "https://openalex.org/W2250178193", + "https://openalex.org/W2257979135", + "https://openalex.org/W2266822037", + "https://openalex.org/W2270245739", + "https://openalex.org/W2271971987", + "https://openalex.org/W2282339125", + "https://openalex.org/W2295598076", + "https://openalex.org/W2295739661", + "https://openalex.org/W2309832917", + "https://openalex.org/W2317747985", + "https://openalex.org/W2344075909", + "https://openalex.org/W2346138280", + "https://openalex.org/W2346573293", + "https://openalex.org/W2368061054", + "https://openalex.org/W2384495648", + "https://openalex.org/W2395916875", + "https://openalex.org/W2396466031", + "https://openalex.org/W2396961612", + "https://openalex.org/W2397115702", + "https://openalex.org/W2399500811", + "https://openalex.org/W2399851305", + "https://openalex.org/W2400084313", + "https://openalex.org/W2407014344", + "https://openalex.org/W2407212869", + "https://openalex.org/W2418011751", + "https://openalex.org/W2465345967", + "https://openalex.org/W2467110937", + "https://openalex.org/W2472819217", + "https://openalex.org/W2474440862", + "https://openalex.org/W2486444208", + "https://openalex.org/W2504108613", + "https://openalex.org/W2522203492", + "https://openalex.org/W2531409750", + "https://openalex.org/W2549852851", + "https://openalex.org/W2551342063", + "https://openalex.org/W2553303224", + "https://openalex.org/W2555886487", + "https://openalex.org/W2556372419", + "https://openalex.org/W2556522401", + "https://openalex.org/W2560674852", + "https://openalex.org/W2563364594", + "https://openalex.org/W2571670780", + "https://openalex.org/W2578206533", + "https://openalex.org/W2580087858", + "https://openalex.org/W2585240214", + "https://openalex.org/W2587014634", + "https://openalex.org/W2588803499", + "https://openalex.org/W2593649365", + "https://openalex.org/W2593649546", + "https://openalex.org/W2594475271", + "https://openalex.org/W2596367596", + "https://openalex.org/W2601450892", + "https://openalex.org/W2604763608", + "https://openalex.org/W2604766410", + "https://openalex.org/W2608595939", + "https://openalex.org/W2608702473", + "https://openalex.org/W2610817424", + "https://openalex.org/W2613868844", + "https://openalex.org/W2616180702", + "https://openalex.org/W2616619952", + "https://openalex.org/W2618530766", + "https://openalex.org/W2619184049", + "https://openalex.org/W2620641980", + "https://openalex.org/W2620689287", + "https://openalex.org/W2622730215", + "https://openalex.org/W2623091261", + "https://openalex.org/W2624086852", + "https://openalex.org/W2624473996", + "https://openalex.org/W2626984672", + "https://openalex.org/W2725660645", + "https://openalex.org/W2728797307", + "https://openalex.org/W2734383650", + "https://openalex.org/W2740438624", + "https://openalex.org/W2741261073", + "https://openalex.org/W2741430497", + "https://openalex.org/W2746314669", + "https://openalex.org/W2748513770", + "https://openalex.org/W2751836095", + "https://openalex.org/W2752331852", + "https://openalex.org/W2752852504", + "https://openalex.org/W2753160622", + "https://openalex.org/W2753433947", + "https://openalex.org/W2756085244", + "https://openalex.org/W2765407302", + "https://openalex.org/W2768408766", + "https://openalex.org/W2769653148", + "https://openalex.org/W2769743674", + "https://openalex.org/W2772089072", + "https://openalex.org/W2773108397", + "https://openalex.org/W2773706593", + "https://openalex.org/W2774246732", + "https://openalex.org/W2775233965", + "https://openalex.org/W2777138789", + "https://openalex.org/W2777539043", + "https://openalex.org/W2778618317", + "https://openalex.org/W2778633128", + "https://openalex.org/W2778749116", + "https://openalex.org/W2780562800", + "https://openalex.org/W2782093256", + "https://openalex.org/W2783201493", + "https://openalex.org/W2784287478", + "https://openalex.org/W2785444061", + "https://openalex.org/W2785494456", + "https://openalex.org/W2787035179", + "https://openalex.org/W2787189300", + "https://openalex.org/W2787501667", + "https://openalex.org/W2788079077", + "https://openalex.org/W2788110787", + "https://openalex.org/W2788853733", + "https://openalex.org/W2789487674", + "https://openalex.org/W2793670633", + "https://openalex.org/W2793695846", + "https://openalex.org/W2794356495", + "https://openalex.org/W2796265726", + "https://openalex.org/W2803311163", + "https://openalex.org/W2803435037", + "https://openalex.org/W2804534929", + "https://openalex.org/W2808938483", + "https://openalex.org/W2809054435", + "https://openalex.org/W2809880372", + "https://openalex.org/W2809899846", + "https://openalex.org/W2818275232", + "https://openalex.org/W2826306652", + "https://openalex.org/W2884528674", + "https://openalex.org/W2885311373", + "https://openalex.org/W2885487916", + "https://openalex.org/W2885820039", + "https://openalex.org/W2886200920", + "https://openalex.org/W2887612286", + "https://openalex.org/W2889130221", + "https://openalex.org/W2899771611", + "https://openalex.org/W2902994895", + "https://openalex.org/W2903995489", + "https://openalex.org/W2911090636", + "https://openalex.org/W2913566062", + "https://openalex.org/W2913668833", + "https://openalex.org/W2914694469", + "https://openalex.org/W2947123069", + "https://openalex.org/W2949264490", + "https://openalex.org/W2950277768", + "https://openalex.org/W2950326163", + "https://openalex.org/W2950330175", + "https://openalex.org/W2950680102", + "https://openalex.org/W2950731343", + "https://openalex.org/W2951104886", + "https://openalex.org/W2951775784", + "https://openalex.org/W2952074906", + "https://openalex.org/W2952125132", + "https://openalex.org/W2953384591", + "https://openalex.org/W2963216850", + "https://openalex.org/W2963263347", + "https://openalex.org/W2963305465", + "https://openalex.org/W2963341924", + "https://openalex.org/W2963446712", + "https://openalex.org/W2963474950", + "https://openalex.org/W2963565814", + "https://openalex.org/W2963628712", + "https://openalex.org/W2963775850", + "https://openalex.org/W2963778169", + "https://openalex.org/W2963815651", + "https://openalex.org/W2963821229", + "https://openalex.org/W2963840672", + "https://openalex.org/W2963905884", + "https://openalex.org/W2964025389", + "https://openalex.org/W2964029277", + "https://openalex.org/W2964054038", + "https://openalex.org/W2964081807", + "https://openalex.org/W2964137095", + "https://openalex.org/W2965658867", + "https://openalex.org/W2997644599", + "https://openalex.org/W3000180494", + "https://openalex.org/W3006551545", + "https://openalex.org/W3023169168", + "https://openalex.org/W3026324026", + "https://openalex.org/W3035219538", + "https://openalex.org/W3043188097", + "https://openalex.org/W3099343340", + "https://openalex.org/W3099934359", + "https://openalex.org/W3100055683", + "https://openalex.org/W3102978735", + "https://openalex.org/W3118608800", + "https://openalex.org/W3120740533", + "https://openalex.org/W3122943284", + "https://openalex.org/W3124229194", + "https://openalex.org/W3195149063", + "https://openalex.org/W4205687621", + "https://openalex.org/W4211049957", + "https://openalex.org/W4226503094", + "https://openalex.org/W4232158517", + "https://openalex.org/W4233965824", + "https://openalex.org/W4234228486", + "https://openalex.org/W4237910115", + "https://openalex.org/W4239181501", + "https://openalex.org/W4243562335", + "https://openalex.org/W4246635279", + "https://openalex.org/W4247950230", + "https://openalex.org/W4250224875", + "https://openalex.org/W4255491615", + "https://openalex.org/W4289752289", + "https://openalex.org/W4289763996", + "https://openalex.org/W4293407356", + "https://openalex.org/W4293407536", + "https://openalex.org/W4293870975", + "https://openalex.org/W4294375521", + "https://openalex.org/W4294646197", + "https://openalex.org/W4295185264", + "https://openalex.org/W4295292688", + "https://openalex.org/W4295727797", + "https://openalex.org/W4297670622", + "https://openalex.org/W4297733768", + "https://openalex.org/W4297778814", + "https://openalex.org/W4297800546", + "https://openalex.org/W4297803580", + "https://openalex.org/W4297917482", + "https://openalex.org/W4298052809", + "https://openalex.org/W4298342842", + "https://openalex.org/W4298826872", + "https://openalex.org/W4299518610", + "https://openalex.org/W4300001399", + "https://openalex.org/W4300197707", + "https://openalex.org/W4300427683", + "https://openalex.org/W4300687381", + "https://openalex.org/W4300687870", + "https://openalex.org/W4300716136", + "https://openalex.org/W4300799480", + "https://openalex.org/W4300971732", + "https://openalex.org/W4301181331", + "https://openalex.org/W4301260059", + "https://openalex.org/W4302594429", + "https://openalex.org/W4302768905", + "https://openalex.org/W4302793682", + "https://openalex.org/W4303633609", + "https://openalex.org/W4313169793", + "https://openalex.org/W4324106947", + "https://openalex.org/W4387808640", + "https://openalex.org/W4394633966", + "https://openalex.org/W4394672493" + ], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W3046775127", + "https://openalex.org/W3107602296", + "https://openalex.org/W3170094116", + "https://openalex.org/W4386462264", + "https://openalex.org/W4313488044", + "https://openalex.org/W3209574120", + "https://openalex.org/W4312192474", + "https://openalex.org/W4210805261" + ], + "abstract_inverted_index": { + "This": [ + 0 + ], + "open": [ + 1 + ], + "access": [ + 2 + ], + "book": [ + 3 + ], + "gives": [ + 4 + ], + "the": [ + 5, + 29 + ], + "first": [ + 6, + 30 + ], + "comprehensive": [ + 7 + ], + "overview": [ + 8 + ], + "of": [ + 9, + 19, + 33 + ], + "general": [ + 10 + ], + "methods": [ + 11 + ], + "in": [ + 12 + ], + "Automatic": [ + 13 + ], + "Machine": [ + 14 + ], + "Learning,": [ + 15 + ], + "AutoML,": [ + 16 + ], + "collects": [ + 17 + ], + "descriptions": [ + 18 + ], + "existing": [ + 20 + ], + "AutoML": [ + 21, + 34 + ], + "systems": [ + 22 + ], + "based": [ + 23 + ], + "on": [ + 24 + ], + "these": [ + 25 + ], + "methods,": [ + 26 + ], + "and": [ + 27 + ], + "discusses": [ + 28 + ], + "international": [ + 31 + ], + "challenge": [ + 32 + ], + "systems.": [ + 35 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 77 + }, + { + "year": 2025, + "cited_by_count": 270 + }, + { + "year": 2024, + "cited_by_count": 240 + }, + { + "year": 2023, + "cited_by_count": 230 + }, + { + "year": 2022, + "cited_by_count": 223 + }, + { + "year": 2021, + "cited_by_count": 212 + }, + { + "year": 2020, + "cited_by_count": 107 + }, + { + "year": 2019, + "cited_by_count": 19 + } + ], + "updated_date": "2026-05-28T09:10:13.091523", + "created_date": "2022-02-24T00:00:00" + }, + { + "id": "https://openalex.org/W2168029744", + "doi": "https://doi.org/10.1214/009053607000000677", + "title": "Kernel methods in machine learning", + "display_name": "Kernel methods in machine learning", + "relevance_score": 2930.3071, + "publication_year": 2008, + "publication_date": "2008-05-26", + "ids": { + "openalex": "https://openalex.org/W2168029744", + "doi": "https://doi.org/10.1214/009053607000000677", + "mag": "2168029744" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1214/009053607000000677", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1214/009053607000000677", + "pdf_url": "https://projecteuclid.org/journals/annals-of-statistics/volume-36/issue-3/Kernel-methods-in-machine-learning/10.1214/009053607000000677.pdf", + "source": { + "id": "https://openalex.org/S119757635", + "display_name": "The Annals of Statistics", + "issn_l": "0090-5364", + "issn": [ + "0090-5364", + "2168-8966" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319881", + "host_organization_name": "Institute of Mathematical Statistics", + "host_organization_lineage": [ + "https://openalex.org/P4310319881" + ], + "host_organization_lineage_names": [ + "Institute of Mathematical Statistics" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "The Annals of Statistics", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "arxiv", + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "bronze", + "oa_url": "https://projecteuclid.org/journals/annals-of-statistics/volume-36/issue-3/Kernel-methods-in-machine-learning/10.1214/009053607000000677.pdf", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": null, + "display_name": "Thomas Hofmann", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I42894916", + "display_name": "Data61", + "ror": "https://ror.org/03q397159", + "country_code": "AU", + "type": "other", + "lineage": [ + "https://openalex.org/I1292875679", + "https://openalex.org/I2801453606", + "https://openalex.org/I42894916", + "https://openalex.org/I4387156119" + ] + } + ], + "countries": [ + "AU" + ], + "is_corresponding": true, + "raw_author_name": "Thomas Hofmann", + "raw_affiliation_strings": [ + "Darmstadt University of Technology, Max Planck Institute for Biological Cybernetics and National ICT Australia" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Darmstadt University of Technology, Max Planck Institute for Biological Cybernetics and National ICT Australia", + "institution_ids": [ + "https://openalex.org/I42894916" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": null, + "display_name": "Bernhard Schölkopf", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Bernhard Schölkopf", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "last", + "author": { + "id": null, + "display_name": "Alexander J. Smola", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I42894916", + "display_name": "Data61", + "ror": "https://ror.org/03q397159", + "country_code": "AU", + "type": "other", + "lineage": [ + "https://openalex.org/I1292875679", + "https://openalex.org/I2801453606", + "https://openalex.org/I42894916", + "https://openalex.org/I4387156119" + ] + }, + { + "id": "https://openalex.org/I4210112925", + "display_name": "Max Planck Institute for Biological Cybernetics", + "ror": "https://ror.org/026nmvv73", + "country_code": "DE", + "type": "facility", + "lineage": [ + "https://openalex.org/I149899117", + "https://openalex.org/I4210112925" + ] + } + ], + "countries": [ + "AU", + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Alexander J. Smola", + "raw_affiliation_strings": [ + "Darmstadt University of Technology, Max Planck Institute for Biological Cybernetics and National ICT Australia", + "MAX PLANCK INSTITUTE FOR BIOLOGICAL CYBERNETICS TBINGEN GERMANY" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Darmstadt University of Technology, Max Planck Institute for Biological Cybernetics and National ICT Australia", + "institution_ids": [ + "https://openalex.org/I42894916" + ] + }, + { + "raw_affiliation_string": "MAX PLANCK INSTITUTE FOR BIOLOGICAL CYBERNETICS TBINGEN GERMANY", + "institution_ids": [ + "https://openalex.org/I4210112925" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 3, + "corresponding_author_ids": [], + "corresponding_institution_ids": [ + "https://openalex.org/I42894916" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 26.4332, + "has_fulltext": true, + "cited_by_count": 1588, + "citation_normalized_percentile": { + "value": 0.99597728, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "36", + "issue": "3", + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12814", + "display_name": "Gaussian Processes and Bayesian Inference", + "score": 0.2791999876499176, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12814", + "display_name": "Gaussian Processes and Bayesian Inference", + "score": 0.2791999876499176, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11612", + "display_name": "Stochastic Gradient Optimization Techniques", + "score": 0.27090001106262207, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10136", + "display_name": "Statistical Methods and Inference", + "score": 0.1281999945640564, + "subfield": { + "id": "https://openalex.org/subfields/2613", + "display_name": "Statistics and Probability" + }, + "field": { + "id": "https://openalex.org/fields/26", + "display_name": "Mathematics" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/reproducing-kernel-hilbert-space", + "display_name": "Reproducing kernel Hilbert space", + "score": 0.7440000176429749 + }, + { + "id": "https://openalex.org/keywords/kernel", + "display_name": "Kernel (algebra)", + "score": 0.5529999732971191 + }, + { + "id": "https://openalex.org/keywords/kernel-method", + "display_name": "Kernel method", + "score": 0.5508999824523926 + }, + { + "id": "https://openalex.org/keywords/hilbert-space", + "display_name": "Hilbert space", + "score": 0.48159998655319214 + }, + { + "id": "https://openalex.org/keywords/binary-classification", + "display_name": "Binary classification", + "score": 0.45410001277923584 + }, + { + "id": "https://openalex.org/keywords/range", + "display_name": "Range (aeronautics)", + "score": 0.4406000077724457 + }, + { + "id": "https://openalex.org/keywords/kernel-embedding-of-distributions", + "display_name": "Kernel embedding of distributions", + "score": 0.43630000948905945 + }, + { + "id": "https://openalex.org/keywords/representer-theorem", + "display_name": "Representer theorem", + "score": 0.42590001225471497 + }, + { + "id": "https://openalex.org/keywords/pattern-recognition", + "display_name": "Pattern recognition (psychology)", + "score": 0.34369999170303345 + }, + { + "id": "https://openalex.org/keywords/radial-basis-function-kernel", + "display_name": "Radial basis function kernel", + "score": 0.34049999713897705 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C80884492", + "wikidata": "https://www.wikidata.org/wiki/Q3345678", + "display_name": "Reproducing kernel Hilbert space", + "level": 3, + "score": 0.7440000176429749 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6704999804496765 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6018999814987183 + }, + { + "id": "https://openalex.org/C74193536", + "wikidata": "https://www.wikidata.org/wiki/Q574844", + "display_name": "Kernel (algebra)", + "level": 2, + "score": 0.5529999732971191 + }, + { + "id": "https://openalex.org/C122280245", + "wikidata": "https://www.wikidata.org/wiki/Q620622", + "display_name": "Kernel method", + "level": 3, + "score": 0.5508999824523926 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.5184000134468079 + }, + { + "id": "https://openalex.org/C62799726", + "wikidata": "https://www.wikidata.org/wiki/Q190056", + "display_name": "Hilbert space", + "level": 2, + "score": 0.48159998655319214 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.46219998598098755 + }, + { + "id": "https://openalex.org/C66905080", + "wikidata": "https://www.wikidata.org/wiki/Q17005494", + "display_name": "Binary classification", + "level": 3, + "score": 0.45410001277923584 + }, + { + "id": "https://openalex.org/C204323151", + "wikidata": "https://www.wikidata.org/wiki/Q905424", + "display_name": "Range (aeronautics)", + "level": 2, + "score": 0.4406000077724457 + }, + { + "id": "https://openalex.org/C134517425", + "wikidata": "https://www.wikidata.org/wiki/Q16000131", + "display_name": "Kernel embedding of distributions", + "level": 4, + "score": 0.43630000948905945 + }, + { + "id": "https://openalex.org/C172623408", + "wikidata": "https://www.wikidata.org/wiki/Q7314263", + "display_name": "Representer theorem", + "level": 5, + "score": 0.42590001225471497 + }, + { + "id": "https://openalex.org/C153180895", + "wikidata": "https://www.wikidata.org/wiki/Q7148389", + "display_name": "Pattern recognition (psychology)", + "level": 2, + "score": 0.34369999170303345 + }, + { + "id": "https://openalex.org/C75866337", + "wikidata": "https://www.wikidata.org/wiki/Q7280263", + "display_name": "Radial basis function kernel", + "level": 4, + "score": 0.34049999713897705 + }, + { + "id": "https://openalex.org/C140417398", + "wikidata": "https://www.wikidata.org/wiki/Q16933942", + "display_name": "Tree kernel", + "level": 5, + "score": 0.3375000059604645 + }, + { + "id": "https://openalex.org/C58973888", + "wikidata": "https://www.wikidata.org/wiki/Q1041418", + "display_name": "Semi-supervised learning", + "level": 2, + "score": 0.32499998807907104 + }, + { + "id": "https://openalex.org/C14036430", + "wikidata": "https://www.wikidata.org/wiki/Q3736076", + "display_name": "Function (biology)", + "level": 2, + "score": 0.3230000138282776 + }, + { + "id": "https://openalex.org/C22367795", + "wikidata": "https://www.wikidata.org/wiki/Q7625208", + "display_name": "Structured prediction", + "level": 2, + "score": 0.3158000111579895 + }, + { + "id": "https://openalex.org/C160446489", + "wikidata": "https://www.wikidata.org/wiki/Q7226642", + "display_name": "Polynomial kernel", + "level": 4, + "score": 0.3151000142097473 + }, + { + "id": "https://openalex.org/C115903097", + "wikidata": "https://www.wikidata.org/wiki/Q7094097", + "display_name": "Online machine learning", + "level": 3, + "score": 0.31119999289512634 + }, + { + "id": "https://openalex.org/C65660741", + "wikidata": "https://www.wikidata.org/wiki/Q3952743", + "display_name": "Score", + "level": 2, + "score": 0.3109000027179718 + }, + { + "id": "https://openalex.org/C12267149", + "wikidata": "https://www.wikidata.org/wiki/Q282453", + "display_name": "Support vector machine", + "level": 2, + "score": 0.30809998512268066 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.2989000082015991 + }, + { + "id": "https://openalex.org/C77967617", + "wikidata": "https://www.wikidata.org/wiki/Q4677561", + "display_name": "Active learning (machine learning)", + "level": 2, + "score": 0.295199990272522 + }, + { + "id": "https://openalex.org/C158622935", + "wikidata": "https://www.wikidata.org/wiki/Q660848", + "display_name": "Nonlinear system", + "level": 2, + "score": 0.28299999237060547 + }, + { + "id": "https://openalex.org/C48372109", + "wikidata": "https://www.wikidata.org/wiki/Q3913", + "display_name": "Binary number", + "level": 2, + "score": 0.27970001101493835 + }, + { + "id": "https://openalex.org/C51632099", + "wikidata": "https://www.wikidata.org/wiki/Q3985153", + "display_name": "Training set", + "level": 2, + "score": 0.2784000039100647 + }, + { + "id": "https://openalex.org/C2780428219", + "wikidata": "https://www.wikidata.org/wiki/Q16952335", + "display_name": "Cover (algebra)", + "level": 2, + "score": 0.27799999713897705 + }, + { + "id": "https://openalex.org/C115051666", + "wikidata": "https://www.wikidata.org/wiki/Q6522493", + "display_name": "Ranging", + "level": 2, + "score": 0.2750999927520752 + }, + { + "id": "https://openalex.org/C136389625", + "wikidata": "https://www.wikidata.org/wiki/Q334384", + "display_name": "Supervised learning", + "level": 3, + "score": 0.27230000495910645 + }, + { + "id": "https://openalex.org/C21080849", + "wikidata": "https://www.wikidata.org/wiki/Q13611879", + "display_name": "Data point", + "level": 2, + "score": 0.26989999413490295 + }, + { + "id": "https://openalex.org/C2778572836", + "wikidata": "https://www.wikidata.org/wiki/Q380933", + "display_name": "Space (punctuation)", + "level": 2, + "score": 0.25369998812675476 + } + ], + "mesh": [], + "locations_count": 4, + "locations": [ + { + "id": "doi:10.1214/009053607000000677", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1214/009053607000000677", + "pdf_url": "https://projecteuclid.org/journals/annals-of-statistics/volume-36/issue-3/Kernel-methods-in-machine-learning/10.1214/009053607000000677.pdf", + "source": { + "id": "https://openalex.org/S119757635", + "display_name": "The Annals of Statistics", + "issn_l": "0090-5364", + "issn": [ + "0090-5364", + "2168-8966" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319881", + "host_organization_name": "Institute of Mathematical Statistics", + "host_organization_lineage": [ + "https://openalex.org/P4310319881" + ], + "host_organization_lineage_names": [ + "Institute of Mathematical Statistics" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "The Annals of Statistics", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:arXiv.org:math/0701907", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/math/0701907", + "pdf_url": "https://arxiv.org/pdf/math/0701907", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:CULeuclid:euclid.aos/1211819561", + "is_oa": false, + "landing_page_url": "http://projecteuclid.org/euclid.aos/1211819561", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400787", + "display_name": "Project Euclid (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Text" + }, + { + "id": "pmh:oai:openresearch-repository.anu.edu.au:1885/100161", + "is_oa": true, + "landing_page_url": "http://hdl.handle.net/1885/100161", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402539", + "display_name": "ANU Open Research (Australian National University)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I118347636", + "host_organization_name": "Australian National University", + "host_organization_lineage": [ + "https://openalex.org/I118347636" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "other-oa", + "license_id": "https://openalex.org/licenses/other-oa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Annals of Statistics", + "raw_type": "Journal article" + } + ], + "best_oa_location": { + "id": "doi:10.1214/009053607000000677", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1214/009053607000000677", + "pdf_url": "https://projecteuclid.org/journals/annals-of-statistics/volume-36/issue-3/Kernel-methods-in-machine-learning/10.1214/009053607000000677.pdf", + "source": { + "id": "https://openalex.org/S119757635", + "display_name": "The Annals of Statistics", + "issn_l": "0090-5364", + "issn": [ + "0090-5364", + "2168-8966" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319881", + "host_organization_name": "Institute of Mathematical Statistics", + "host_organization_lineage": [ + "https://openalex.org/P4310319881" + ], + "host_organization_lineage_names": [ + "Institute of Mathematical Statistics" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "The Annals of Statistics", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [ + { + "id": "https://openalex.org/F4320310369", + "display_name": "National ICT Australia", + "ror": "https://ror.org/03q397159" + }, + { + "id": "https://openalex.org/F4320315885", + "display_name": "Australian Government", + "ror": "https://ror.org/0314h5y94" + }, + { + "id": "https://openalex.org/F4320328470", + "display_name": "Mathematisches Forschungsinstitut Oberwolfach", + "ror": "https://ror.org/001zbj766" + }, + { + "id": "https://openalex.org/F4320334704", + "display_name": "Australian Research Council", + "ror": "https://ror.org/05mmh0f86" + } + ], + "has_content": { + "grobid_xml": true, + "pdf": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W2168029744.pdf", + "grobid_xml": "https://content.openalex.org/works/W2168029744.grobid-xml" + }, + "referenced_works_count": 116, + "referenced_works": [ + "https://openalex.org/W14071851", + "https://openalex.org/W56743589", + "https://openalex.org/W179694669", + "https://openalex.org/W1490266132", + "https://openalex.org/W1496189301", + "https://openalex.org/W1510073064", + "https://openalex.org/W1512098439", + "https://openalex.org/W1526146785", + "https://openalex.org/W1526729636", + "https://openalex.org/W1542652324", + "https://openalex.org/W1549656520", + "https://openalex.org/W1550988992", + "https://openalex.org/W1560729174", + "https://openalex.org/W1575431606", + "https://openalex.org/W1578255497", + "https://openalex.org/W1587744656", + "https://openalex.org/W1596052433", + "https://openalex.org/W1604293137", + "https://openalex.org/W1638081485", + "https://openalex.org/W1647376582", + "https://openalex.org/W1719651905", + "https://openalex.org/W1774304772", + "https://openalex.org/W1835509607", + "https://openalex.org/W1899157803", + "https://openalex.org/W1966347620", + "https://openalex.org/W1968934255", + "https://openalex.org/W1975077471", + "https://openalex.org/W1982032418", + "https://openalex.org/W1986931325", + "https://openalex.org/W1989408439", + "https://openalex.org/W1990534247", + "https://openalex.org/W1991200719", + "https://openalex.org/W1992236290", + "https://openalex.org/W1992666150", + "https://openalex.org/W1995558350", + "https://openalex.org/W1998438337", + "https://openalex.org/W1999486090", + "https://openalex.org/W2001792610", + "https://openalex.org/W2002806284", + "https://openalex.org/W2007154098", + "https://openalex.org/W2008400752", + "https://openalex.org/W2009511046", + "https://openalex.org/W2014902932", + "https://openalex.org/W2015904350", + "https://openalex.org/W2018582985", + "https://openalex.org/W2020816856", + "https://openalex.org/W2025341678", + "https://openalex.org/W2051381803", + "https://openalex.org/W2060591526", + "https://openalex.org/W2064976291", + "https://openalex.org/W2070771761", + "https://openalex.org/W2075887074", + "https://openalex.org/W2082100828", + "https://openalex.org/W2082612735", + "https://openalex.org/W2083780577", + "https://openalex.org/W2086404575", + "https://openalex.org/W2087258353", + "https://openalex.org/W2087347434", + "https://openalex.org/W2092182929", + "https://openalex.org/W2098385651", + "https://openalex.org/W2101276256", + "https://openalex.org/W2103657184", + "https://openalex.org/W2104128541", + "https://openalex.org/W2105842272", + "https://openalex.org/W2106353560", + "https://openalex.org/W2108153239", + "https://openalex.org/W2112076978", + "https://openalex.org/W2114281975", + "https://openalex.org/W2119647652", + "https://openalex.org/W2120340025", + "https://openalex.org/W2121127625", + "https://openalex.org/W2123606421", + "https://openalex.org/W2123737232", + "https://openalex.org/W2124101779", + "https://openalex.org/W2124225821", + "https://openalex.org/W2125053431", + "https://openalex.org/W2127713198", + "https://openalex.org/W2131479089", + "https://openalex.org/W2132637896", + "https://openalex.org/W2132870739", + "https://openalex.org/W2135046866", + "https://openalex.org/W2135498906", + "https://openalex.org/W2139686264", + "https://openalex.org/W2140095548", + "https://openalex.org/W2141224867", + "https://openalex.org/W2141407058", + "https://openalex.org/W2143956139", + "https://openalex.org/W2144068644", + "https://openalex.org/W2148018895", + "https://openalex.org/W2151949149", + "https://openalex.org/W2156515921", + "https://openalex.org/W2156909104", + "https://openalex.org/W2157791002", + "https://openalex.org/W2159737176", + "https://openalex.org/W2161920802", + "https://openalex.org/W2162836072", + "https://openalex.org/W2164943005", + "https://openalex.org/W2169945149", + "https://openalex.org/W2408196097", + "https://openalex.org/W2554813760", + "https://openalex.org/W2795528501", + "https://openalex.org/W2988119488", + "https://openalex.org/W2994982620", + "https://openalex.org/W4210636998", + "https://openalex.org/W4232576706", + "https://openalex.org/W4234698323", + "https://openalex.org/W4238284510", + "https://openalex.org/W4238957295", + "https://openalex.org/W4239510810", + "https://openalex.org/W4246066915", + "https://openalex.org/W4247545571", + "https://openalex.org/W4249925659", + "https://openalex.org/W4251085907", + "https://openalex.org/W4251115686", + "https://openalex.org/W4298876635", + "https://openalex.org/W4396738453" + ], + "related_works": [], + "abstract_inverted_index": { + "We": [ + 0, + 77 + ], + "review": [ + 1 + ], + "machine": [ + 2 + ], + "learning": [ + 3, + 12, + 52 + ], + "methods": [ + 4, + 10, + 90 + ], + "employing": [ + 5 + ], + "positive": [ + 6 + ], + "definite": [ + 7 + ], + "kernels.": [ + 8 + ], + "These": [ + 9 + ], + "formulate": [ + 11 + ], + "and": [ + 13, + 49 + ], + "estimation": [ + 14, + 92 + ], + "problems": [ + 15 + ], + "in": [ + 16, + 31, + 37 + ], + "a": [ + 17, + 34, + 79 + ], + "reproducing": [ + 18 + ], + "kernel": [ + 19 + ], + "Hilbert": [ + 20 + ], + "space": [ + 21 + ], + "(RKHS)": [ + 22 + ], + "of": [ + 23, + 33, + 40, + 45, + 51, + 62, + 82 + ], + "functions": [ + 24, + 68, + 72 + ], + "defined": [ + 25, + 73 + ], + "on": [ + 26, + 74 + ], + "the": [ + 27, + 43, + 47, + 56 + ], + "data": [ + 28 + ], + "domain,": [ + 29 + ], + "expanded": [ + 30 + ], + "terms": [ + 32 + ], + "kernel.": [ + 35 + ], + "Working": [ + 36 + ], + "linear": [ + 38 + ], + "spaces": [ + 39 + ], + "function": [ + 41 + ], + "has": [ + 42 + ], + "benefit": [ + 44 + ], + "facilitating": [ + 46 + ], + "construction": [ + 48 + ], + "analysis": [ + 50 + ], + "algorithms": [ + 53 + ], + "while": [ + 54 + ], + "at": [ + 55 + ], + "same": [ + 57 + ], + "time": [ + 58 + ], + "allowing": [ + 59 + ], + "large": [ + 60 + ], + "classes": [ + 61 + ], + "functions.": [ + 63 + ], + "The": [ + 64 + ], + "latter": [ + 65 + ], + "include": [ + 66 + ], + "nonlinear": [ + 67 + ], + "as": [ + 69, + 71 + ], + "well": [ + 70 + ], + "nonvectorial": [ + 75 + ], + "data.": [ + 76, + 95 + ], + "cover": [ + 78 + ], + "wide": [ + 80 + ], + "range": [ + 81 + ], + "methods,": [ + 83 + ], + "ranging": [ + 84 + ], + "from": [ + 85 + ], + "binary": [ + 86 + ], + "classifiers": [ + 87 + ], + "to": [ + 88 + ], + "sophisticated": [ + 89 + ], + "for": [ + 91 + ], + "with": [ + 93 + ], + "structured": [ + 94 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 37 + }, + { + "year": 2025, + "cited_by_count": 119 + }, + { + "year": 2024, + "cited_by_count": 144 + }, + { + "year": 2023, + "cited_by_count": 146 + }, + { + "year": 2022, + "cited_by_count": 169 + }, + { + "year": 2021, + "cited_by_count": 146 + }, + { + "year": 2020, + "cited_by_count": 163 + }, + { + "year": 2019, + "cited_by_count": 122 + }, + { + "year": 2018, + "cited_by_count": 99 + }, + { + "year": 2017, + "cited_by_count": 100 + }, + { + "year": 2016, + "cited_by_count": 81 + }, + { + "year": 2015, + "cited_by_count": 60 + }, + { + "year": 2014, + "cited_by_count": 67 + }, + { + "year": 2013, + "cited_by_count": 48 + }, + { + "year": 2012, + "cited_by_count": 41 + } + ], + "updated_date": "2026-05-22T09:01:20.584952", + "created_date": "2016-06-24T00:00:00" + }, + { + "id": "https://openalex.org/W2951278869", + "doi": "https://doi.org/10.48550/arxiv.cs/0205070", + "title": "Thumbs up? Sentiment Classification using Machine Learning Techniques", + "display_name": "Thumbs up? Sentiment Classification using Machine Learning Techniques", + "relevance_score": 2914.8403, + "publication_year": 2002, + "publication_date": "2002-05-28", + "ids": { + "openalex": "https://openalex.org/W2951278869", + "doi": "https://doi.org/10.48550/arxiv.cs/0205070", + "mag": "2951278869" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:arXiv.org:cs/0205070", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/cs/0205070", + "pdf_url": "https://arxiv.org/pdf/cs/0205070", + "source": { + "id": "https://openalex.org/S4393918464", + "display_name": "ArXiv.org", + "issn_l": "2331-8422", + "issn": [ + "2331-8422" + ], + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + "type": "preprint", + "indexed_in": [ + "arxiv", + "datacite" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/cs/0205070", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5101799605", + "display_name": "Bo Pang", + "orcid": "https://orcid.org/0000-0003-4521-6369" + }, + "institutions": [ + { + "id": "https://openalex.org/I205783295", + "display_name": "Cornell University", + "ror": "https://ror.org/05bnh6r87", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I205783295" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Pang, Bo", + "raw_affiliation_strings": [ + "[Cornell Univ., Ithaca, NY]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Cornell Univ., Ithaca, NY]", + "institution_ids": [ + "https://openalex.org/I205783295" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5076876084", + "display_name": "Lillian Lee", + "orcid": "https://orcid.org/0000-0003-4770-1712" + }, + "institutions": [ + { + "id": "https://openalex.org/I205783295", + "display_name": "Cornell University", + "ror": "https://ror.org/05bnh6r87", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I205783295" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Lee, Lillian", + "raw_affiliation_strings": [ + "[Cornell Univ., Ithaca, NY]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "[Cornell Univ., Ithaca, NY]", + "institution_ids": [ + "https://openalex.org/I205783295" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5010223683", + "display_name": "Shivakumar Vaithyanathan", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I4210085935", + "display_name": "IBM Research - Almaden", + "ror": "https://ror.org/005w8dd04", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I1341412227", + "https://openalex.org/I4210085935", + "https://openalex.org/I4210114115" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Vaithyanathan, Shivakumar", + "raw_affiliation_strings": [ + "IBM Almaden Research Center, San Jose´, CA#TAB#" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "IBM Almaden Research Center, San Jose´, CA#TAB#", + "institution_ids": [ + "https://openalex.org/I4210085935" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5101799605" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I205783295" + ], + "apc_list": null, + "apc_paid": null, + "fwci": null, + "has_fulltext": false, + "cited_by_count": 2213, + "citation_normalized_percentile": null, + "cited_by_percentile_year": null, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10664", + "display_name": "Sentiment Analysis and Opinion Mining", + "score": 0.9995999932289124, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10664", + "display_name": "Sentiment Analysis and Opinion Mining", + "score": 0.9995999932289124, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11550", + "display_name": "Text and Document Classification Technologies", + "score": 0.9995999932289124, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10028", + "display_name": "Topic Modeling", + "score": 0.9994999766349792, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/naive-bayes-classifier", + "display_name": "Naive Bayes classifier", + "score": 0.7803267240524292 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7159409523010254 + }, + { + "id": "https://openalex.org/keywords/categorization", + "display_name": "Categorization", + "score": 0.7090805172920227 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.7036598324775696 + }, + { + "id": "https://openalex.org/keywords/sentiment-analysis", + "display_name": "Sentiment analysis", + "score": 0.6854574084281921 + }, + { + "id": "https://openalex.org/keywords/support-vector-machine", + "display_name": "Support vector machine", + "score": 0.6812595129013062 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6556271314620972 + }, + { + "id": "https://openalex.org/keywords/principle-of-maximum-entropy", + "display_name": "Principle of maximum entropy", + "score": 0.6111433506011963 + }, + { + "id": "https://openalex.org/keywords/natural-language-processing", + "display_name": "Natural language processing", + "score": 0.4346766471862793 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C52001869", + "wikidata": "https://www.wikidata.org/wiki/Q812530", + "display_name": "Naive Bayes classifier", + "level": 3, + "score": 0.7803267240524292 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7159409523010254 + }, + { + "id": "https://openalex.org/C94124525", + "wikidata": "https://www.wikidata.org/wiki/Q912550", + "display_name": "Categorization", + "level": 2, + "score": 0.7090805172920227 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.7036598324775696 + }, + { + "id": "https://openalex.org/C66402592", + "wikidata": "https://www.wikidata.org/wiki/Q2271421", + "display_name": "Sentiment analysis", + "level": 2, + "score": 0.6854574084281921 + }, + { + "id": "https://openalex.org/C12267149", + "wikidata": "https://www.wikidata.org/wiki/Q282453", + "display_name": "Support vector machine", + "level": 2, + "score": 0.6812595129013062 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6556271314620972 + }, + { + "id": "https://openalex.org/C9679016", + "wikidata": "https://www.wikidata.org/wiki/Q1417473", + "display_name": "Principle of maximum entropy", + "level": 2, + "score": 0.6111433506011963 + }, + { + "id": "https://openalex.org/C204321447", + "wikidata": "https://www.wikidata.org/wiki/Q30642", + "display_name": "Natural language processing", + "level": 1, + "score": 0.4346766471862793 + } + ], + "mesh": [], + "locations_count": 8, + "locations": [ + { + "id": "pmh:oai:arXiv.org:cs/0205070", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/cs/0205070", + "pdf_url": "https://arxiv.org/pdf/cs/0205070", + "source": { + "id": "https://openalex.org/S4393918464", + "display_name": "ArXiv.org", + "issn_l": "2331-8422", + "issn": [ + "2331-8422" + ], + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.115.7478", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.115.7478", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.cs.cornell.edu/people/pabo/papers/sentiment.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.17.9562", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.17.9562", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.cs.cornell.edu/home/llee/papers/sentiment.ps", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.224.2133", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.224.2133", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.cs.columbia.edu/%7Ejulia/papers/pangetal02.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.3.1972", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.3.1972", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://acl.ldc.upenn.edu/W/W02/W02-1011.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.342.8489", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.342.8489", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://arxiv.org/pdf/cs/0205070v1.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.93.8755", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.93.8755", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.cs.cornell.edu/home/llee/papers/sentiment.pdf", + "raw_type": "text" + }, + { + "id": "doi:10.48550/arxiv.cs/0205070", + "is_oa": true, + "landing_page_url": "https://doi.org/10.48550/arxiv.cs/0205070", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:cs/0205070", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/cs/0205070", + "pdf_url": "https://arxiv.org/pdf/cs/0205070", + "source": { + "id": "https://openalex.org/S4393918464", + "display_name": "ArXiv.org", + "issn_l": "2331-8422", + "issn": [ + "2331-8422" + ], + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + "sustainable_development_goals": [ + { + "id": "https://metadata.un.org/sdg/4", + "score": 0.6100000143051147, + "display_name": "Quality Education" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 21, + "referenced_works": [ + "https://openalex.org/W94749751", + "https://openalex.org/W123043039", + "https://openalex.org/W159417085", + "https://openalex.org/W204713426", + "https://openalex.org/W1547032355", + "https://openalex.org/W1550206324", + "https://openalex.org/W1576520375", + "https://openalex.org/W1924689489", + "https://openalex.org/W1998442272", + "https://openalex.org/W2038201841", + "https://openalex.org/W2048374711", + "https://openalex.org/W2066590388", + "https://openalex.org/W2086042358", + "https://openalex.org/W2093585241", + "https://openalex.org/W2096175520", + "https://openalex.org/W2149684865", + "https://openalex.org/W2163306339", + "https://openalex.org/W2787893582", + "https://openalex.org/W2949696181", + "https://openalex.org/W3146306708", + "https://openalex.org/W3151392175" + ], + "related_works": [ + "https://openalex.org/W2165912799", + "https://openalex.org/W2735662278", + "https://openalex.org/W2382615723", + "https://openalex.org/W4311804456", + "https://openalex.org/W1987484445", + "https://openalex.org/W2623658258", + "https://openalex.org/W2143413548", + "https://openalex.org/W1969219540", + "https://openalex.org/W2370459448", + "https://openalex.org/W3021501837" + ], + "abstract_inverted_index": { + "We": [ + 0, + 69 + ], + "consider": [ + 1 + ], + "the": [ + 2, + 40, + 76 + ], + "problem": [ + 3, + 79 + ], + "of": [ + 4 + ], + "classifying": [ + 5 + ], + "documents": [ + 6 + ], + "not": [ + 7, + 57 + ], + "by": [ + 8, + 11, + 71 + ], + "topic,": [ + 9 + ], + "but": [ + 10 + ], + "overall": [ + 12 + ], + "sentiment,": [ + 13 + ], + "e.g.,": [ + 14 + ], + "determining": [ + 15 + ], + "whether": [ + 16 + ], + "a": [ + 17 + ], + "review": [ + 18 + ], + "is": [ + 19 + ], + "positive": [ + 20 + ], + "or": [ + 21 + ], + "negative.": [ + 22 + ], + "Using": [ + 23 + ], + "movie": [ + 24 + ], + "reviews": [ + 25 + ], + "as": [ + 26, + 59, + 64 + ], + "data,": [ + 27 + ], + "we": [ + 28, + 45 + ], + "find": [ + 29 + ], + "that": [ + 30, + 74 + ], + "standard": [ + 31 + ], + "machine": [ + 32, + 42 + ], + "learning": [ + 33, + 43 + ], + "techniques": [ + 34 + ], + "definitively": [ + 35 + ], + "outperform": [ + 36 + ], + "human-produced": [ + 37 + ], + "baselines.": [ + 38 + ], + "However,": [ + 39 + ], + "three": [ + 41 + ], + "methods": [ + 44 + ], + "employed": [ + 46 + ], + "(Naive": [ + 47 + ], + "Bayes,": [ + 48 + ], + "maximum": [ + 49 + ], + "entropy": [ + 50 + ], + "classification,": [ + 51 + ], + "and": [ + 52 + ], + "support": [ + 53 + ], + "vector": [ + 54 + ], + "machines)": [ + 55 + ], + "do": [ + 56 + ], + "perform": [ + 58 + ], + "well": [ + 60 + ], + "on": [ + 61, + 65 + ], + "sentiment": [ + 62, + 77 + ], + "classification": [ + 63, + 78 + ], + "traditional": [ + 66 + ], + "topic-based": [ + 67 + ], + "categorization.": [ + 68 + ], + "conclude": [ + 70 + ], + "examining": [ + 72 + ], + "factors": [ + 73 + ], + "make": [ + 75 + ], + "more": [ + 80 + ], + "challenging.": [ + 81 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 1 + }, + { + "year": 2025, + "cited_by_count": 36 + }, + { + "year": 2024, + "cited_by_count": 80 + }, + { + "year": 2023, + "cited_by_count": 125 + }, + { + "year": 2022, + "cited_by_count": 143 + }, + { + "year": 2021, + "cited_by_count": 182 + }, + { + "year": 2020, + "cited_by_count": 197 + }, + { + "year": 2019, + "cited_by_count": 212 + }, + { + "year": 2018, + "cited_by_count": 230 + }, + { + "year": 2017, + "cited_by_count": 222 + }, + { + "year": 2016, + "cited_by_count": 184 + }, + { + "year": 2015, + "cited_by_count": 154 + }, + { + "year": 2014, + "cited_by_count": 131 + }, + { + "year": 2013, + "cited_by_count": 61 + }, + { + "year": 2012, + "cited_by_count": 44 + } + ], + "updated_date": "2026-05-28T09:10:13.091523", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2104489082", + "doi": "https://doi.org/10.1103/physrevlett.108.058301", + "title": "Fast and Accurate Modeling of Molecular Atomization Energies with Machine Learning", + "display_name": "Fast and Accurate Modeling of Molecular Atomization Energies with Machine Learning", + "relevance_score": 2890.9712, + "publication_year": 2012, + "publication_date": "2012-01-31", + "ids": { + "openalex": "https://openalex.org/W2104489082", + "doi": "https://doi.org/10.1103/physrevlett.108.058301", + "mag": "2104489082", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/22400967" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1103/physrevlett.108.058301", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1103/physrevlett.108.058301", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S24807848", + "display_name": "Physical Review Letters", + "issn_l": "0031-9007", + "issn": [ + "0031-9007", + "1079-7114", + "1092-0145" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320261", + "host_organization_name": "American Physical Society", + "host_organization_lineage": [ + "https://openalex.org/P4310320261" + ], + "host_organization_lineage_names": [ + "American Physical Society" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Physical Review Letters", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "arxiv", + "crossref", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1109.2618", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5020780798", + "display_name": "Matthias Rupp", + "orcid": "https://orcid.org/0000-0002-2934-2958" + }, + "institutions": [ + { + "id": "https://openalex.org/I4577782", + "display_name": "Technische Universität Berlin", + "ror": "https://ror.org/03v4gjf40", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I4577782" + ] + }, + { + "id": "https://openalex.org/I161318765", + "display_name": "University of California, Los Angeles", + "ror": "https://ror.org/046rm7j60", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I161318765" + ] + } + ], + "countries": [ + "DE", + "US" + ], + "is_corresponding": true, + "raw_author_name": "Matthias Rupp", + "raw_affiliation_strings": [ + "Machine Learning Group, Technical University of Berlin, Franklinstr 28/29, 10587 Berlin, Germany", + "Machine Learning Group, Technical University of Berlin", + "Institute of Pure and Applied Mathematics, University of California Los Angeles" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Machine Learning Group, Technical University of Berlin, Franklinstr 28/29, 10587 Berlin, Germany", + "institution_ids": [ + "https://openalex.org/I4577782" + ] + }, + { + "raw_affiliation_string": "Machine Learning Group, Technical University of Berlin", + "institution_ids": [ + "https://openalex.org/I4577782" + ] + }, + { + "raw_affiliation_string": "Institute of Pure and Applied Mathematics, University of California Los Angeles", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5026929463", + "display_name": "Alexandre Tkatchenko", + "orcid": "https://orcid.org/0000-0002-1012-4854" + }, + "institutions": [ + { + "id": "https://openalex.org/I161318765", + "display_name": "University of California, Los Angeles", + "ror": "https://ror.org/046rm7j60", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I161318765" + ] + }, + { + "id": "https://openalex.org/I2800875726", + "display_name": "Fritz Haber Institute of the Max Planck Society", + "ror": "https://ror.org/03k9qs827", + "country_code": "DE", + "type": "facility", + "lineage": [ + "https://openalex.org/I149899117", + "https://openalex.org/I2800875726" + ] + } + ], + "countries": [ + "DE", + "US" + ], + "is_corresponding": false, + "raw_author_name": "Alexandre Tkatchenko", + "raw_affiliation_strings": [ + "Fritz-Haber-Institut der Max-Planck-Gesellschaft, 14195 Berlin, Germany", + "Institute of Pure and Applied Mathematics, University of California Los Angeles, Los Angeles, California 90095, USA", + "Theory, Fritz Haber Institute, Max Planck Society", + "Institute of Pure and Applied Mathematics, University of California Los Angeles" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Fritz-Haber-Institut der Max-Planck-Gesellschaft, 14195 Berlin, Germany", + "institution_ids": [ + "https://openalex.org/I2800875726" + ] + }, + { + "raw_affiliation_string": "Institute of Pure and Applied Mathematics, University of California Los Angeles, Los Angeles, California 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Theory, Fritz Haber Institute, Max Planck Society", + "institution_ids": [ + "https://openalex.org/I2800875726" + ] + }, + { + "raw_affiliation_string": "Institute of Pure and Applied Mathematics, University of California Los Angeles", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5107838719", + "display_name": "Klaus‐Robert Müller", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I4577782", + "display_name": "Technische Universität Berlin", + "ror": "https://ror.org/03v4gjf40", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I4577782" + ] + }, + { + "id": "https://openalex.org/I161318765", + "display_name": "University of California, Los Angeles", + "ror": "https://ror.org/046rm7j60", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I161318765" + ] + } + ], + "countries": [ + "DE", + "US" + ], + "is_corresponding": false, + "raw_author_name": "Klaus-Robert Müller", + "raw_affiliation_strings": [ + "Institute of Pure and Applied Mathematics, University of California Los Angeles, Los Angeles, California 90095, USA", + "Machine Learning Group, Technical University of Berlin, Franklinstr 28/29, 10587 Berlin, Germany", + "Machine Learning Group, Technical University of Berlin", + "Institute of Pure and Applied Mathematics, University of California Los Angeles" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Institute of Pure and Applied Mathematics, University of California Los Angeles, Los Angeles, California 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Machine Learning Group, Technical University of Berlin, Franklinstr 28/29, 10587 Berlin, Germany", + "institution_ids": [ + "https://openalex.org/I4577782" + ] + }, + { + "raw_affiliation_string": "Machine Learning Group, Technical University of Berlin", + "institution_ids": [ + "https://openalex.org/I4577782" + ] + }, + { + "raw_affiliation_string": "Institute of Pure and Applied Mathematics, University of California Los Angeles", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5088793872", + "display_name": "O. Anatole von Lilienfeld", + "orcid": "https://orcid.org/0000-0001-7419-0466" + }, + "institutions": [ + { + "id": "https://openalex.org/I161318765", + "display_name": "University of California, Los Angeles", + "ror": "https://ror.org/046rm7j60", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I161318765" + ] + }, + { + "id": "https://openalex.org/I1282105669", + "display_name": "Argonne National Laboratory", + "ror": "https://ror.org/05gvnxz63", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I1282105669", + "https://openalex.org/I1330989302", + "https://openalex.org/I39565521", + "https://openalex.org/I40347166" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "O. Anatole von Lilienfeld", + "raw_affiliation_strings": [ + "Argonne Leadership Computing Facility, Argonne National Laboratory, Argonne, Illinois 60439, USA", + "Institute of Pure and Applied Mathematics, University of California Los Angeles, Los Angeles, California 90095, USA", + "Argonne Leadership Computing Facility, Argonne National Laboratory", + "Institute of Pure and Applied Mathematics, University of California Los Angeles" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Argonne Leadership Computing Facility, Argonne National Laboratory, Argonne, Illinois 60439, USA", + "institution_ids": [ + "https://openalex.org/I1282105669" + ] + }, + { + "raw_affiliation_string": "Institute of Pure and Applied Mathematics, University of California Los Angeles, Los Angeles, California 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Argonne Leadership Computing Facility, Argonne National Laboratory", + "institution_ids": [ + "https://openalex.org/I1282105669" + ] + }, + { + "raw_affiliation_string": "Institute of Pure and Applied Mathematics, University of California Los Angeles", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 4, + "corresponding_author_ids": [ + "https://openalex.org/A5020780798" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I161318765", + "https://openalex.org/I4577782" + ], + "apc_list": { + "value": 3750, + "currency": "USD", + "value_usd": 3750 + }, + "apc_paid": null, + "fwci": 13.8904, + "has_fulltext": false, + "cited_by_count": 2377, + "citation_normalized_percentile": { + "value": 0.99412296, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "108", + "issue": "5", + "first_page": "058301", + "last_page": "058301" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11948", + "display_name": "Machine Learning in Materials Science", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/2505", + "display_name": "Materials Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/25", + "display_name": "Materials Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11948", + "display_name": "Machine Learning in Materials Science", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/2505", + "display_name": "Materials Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/25", + "display_name": "Materials Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10002", + "display_name": "Advanced Chemical Physics Studies", + "score": 0.9954000115394592, + "subfield": { + "id": "https://openalex.org/subfields/3107", + "display_name": "Atomic and Molecular Physics, and Optics" + }, + "field": { + "id": "https://openalex.org/fields/31", + "display_name": "Physics and Astronomy" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10211", + "display_name": "Computational Drug Discovery Methods", + "score": 0.9923999905586243, + "subfield": { + "id": "https://openalex.org/subfields/1703", + "display_name": "Computational Theory and Mathematics" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.4200275242328644 + }, + { + "id": "https://openalex.org/keywords/statistical-physics", + "display_name": "Statistical physics", + "score": 0.3693031072616577 + }, + { + "id": "https://openalex.org/keywords/physics", + "display_name": "Physics", + "score": 0.28881940245628357 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.4200275242328644 + }, + { + "id": "https://openalex.org/C121864883", + "wikidata": "https://www.wikidata.org/wiki/Q677916", + "display_name": "Statistical physics", + "level": 1, + "score": 0.3693031072616577 + }, + { + "id": "https://openalex.org/C121332964", + "wikidata": "https://www.wikidata.org/wiki/Q413", + "display_name": "Physics", + "level": 0, + "score": 0.28881940245628357 + } + ], + "mesh": [], + "locations_count": 7, + "locations": [ + { + "id": "doi:10.1103/physrevlett.108.058301", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1103/physrevlett.108.058301", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S24807848", + "display_name": "Physical Review Letters", + "issn_l": "0031-9007", + "issn": [ + "0031-9007", + "1079-7114", + "1092-0145" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320261", + "host_organization_name": "American Physical Society", + "host_organization_lineage": [ + "https://openalex.org/P4310320261" + ], + "host_organization_lineage_names": [ + "American Physical Society" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Physical Review Letters", + "raw_type": "journal-article" + }, + { + "id": "pmid:22400967", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/22400967", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Physical review letters", + "raw_type": null + }, + { + "id": "pmh:oai:edoc.unibas.ch:43360", + "is_oa": false, + "landing_page_url": null, + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401836", + "display_name": "edoc (University of Basel)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1850255", + "host_organization_name": "University of Basel", + "host_organization_lineage": [ + "https://openalex.org/I1850255" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "acceptedVersion", + "is_accepted": true, + "is_published": false, + "raw_source_name": "", + "raw_type": "Article" + }, + { + "id": "pmh:oai:arXiv.org:1109.2618", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1109.2618", + "pdf_url": "https://arxiv.org/pdf/1109.2618", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:orbilu.uni.lu:10993/25176", + "is_oa": true, + "landing_page_url": "http://orbilu.uni.lu/handle/10993/25176", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401815", + "display_name": "Open Repository and Bibliography (University of Luxembourg)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I186903577", + "host_organization_name": "University of Luxembourg", + "host_organization_lineage": [ + "https://openalex.org/I186903577" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by-nc-sa", + "license_id": "https://openalex.org/licenses/cc-by-nc-sa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "PHYSICAL REVIEW LETTERS, 108(5). ONE PHYSICS ELLIPSE, COLLEGE PK, MD 20740-3844 USA: AMER PHYSICAL SOC (2012).", + "raw_type": null + }, + { + "id": "pmh:oai:osti.gov:1099077", + "is_oa": true, + "landing_page_url": "https://www.osti.gov/biblio/1099077", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402487", + "display_name": "OSTI OAI (U.S. Department of Energy Office of Scientific and Technical Information)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I139351228", + "host_organization_name": "Office of Scientific and Technical Information", + "host_organization_lineage": [ + "https://openalex.org/I139351228" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + }, + { + "id": "pmh:oai:pure.mpg.de:item_1500966", + "is_oa": true, + "landing_page_url": "http://hdl.handle.net/11858/00-001M-0000-000F-C6EF-A", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400654", + "display_name": "MPG.PuRe (Max Planck Society)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I149899117", + "host_organization_name": "Max Planck Society", + "host_organization_lineage": [ + "https://openalex.org/I149899117" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "other-oa", + "license_id": "https://openalex.org/licenses/other-oa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Physical Review Letters", + "raw_type": "info:eu-repo/semantics/article" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1109.2618", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1109.2618", + "pdf_url": "https://arxiv.org/pdf/1109.2618", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + "sustainable_development_goals": [ + { + "id": "https://metadata.un.org/sdg/7", + "score": 0.8700000047683716, + "display_name": "Affordable and clean energy" + } + ], + "awards": [], + "funders": [ + { + "id": "https://openalex.org/F4320306084", + "display_name": "U.S. Department of Energy", + "ror": "https://ror.org/01bj3aw27" + } + ], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 41, + "referenced_works": [ + "https://openalex.org/W1480376833", + "https://openalex.org/W1522205938", + "https://openalex.org/W1544445790", + "https://openalex.org/W1545231783", + "https://openalex.org/W1548618691", + "https://openalex.org/W1554944419", + "https://openalex.org/W1975997599", + "https://openalex.org/W1978538703", + "https://openalex.org/W1979408061", + "https://openalex.org/W1982598895", + "https://openalex.org/W1987236926", + "https://openalex.org/W1988636074", + "https://openalex.org/W1998317125", + "https://openalex.org/W1998848097", + "https://openalex.org/W2000500972", + "https://openalex.org/W2000957843", + "https://openalex.org/W2016819003", + "https://openalex.org/W2017891892", + "https://openalex.org/W2022080248", + "https://openalex.org/W2023390323", + "https://openalex.org/W2023466796", + "https://openalex.org/W2025444507", + "https://openalex.org/W2030976617", + "https://openalex.org/W2037761619", + "https://openalex.org/W2038617772", + "https://openalex.org/W2049961577", + "https://openalex.org/W2059401145", + "https://openalex.org/W2075930604", + "https://openalex.org/W2083415705", + "https://openalex.org/W2108995755", + "https://openalex.org/W2130437470", + "https://openalex.org/W2143981217", + "https://openalex.org/W2148424525", + "https://openalex.org/W2151571625", + "https://openalex.org/W2153693853", + "https://openalex.org/W2171033594", + "https://openalex.org/W2206840988", + "https://openalex.org/W2230728100", + "https://openalex.org/W2787894218", + "https://openalex.org/W3119651796", + "https://openalex.org/W4242320552" + ], + "related_works": [ + "https://openalex.org/W4391375266", + "https://openalex.org/W2899084033", + "https://openalex.org/W2748952813", + "https://openalex.org/W2390279801", + "https://openalex.org/W4391913857", + "https://openalex.org/W2358668433", + "https://openalex.org/W4396701345", + "https://openalex.org/W2376932109", + "https://openalex.org/W2001405890", + "https://openalex.org/W4396696052" + ], + "abstract_inverted_index": { + "We": [ + 0 + ], + "introduce": [ + 1 + ], + "a": [ + 2, + 11, + 36, + 69 + ], + "machine": [ + 3 + ], + "learning": [ + 4 + ], + "model": [ + 5 + ], + "to": [ + 6, + 51 + ], + "predict": [ + 7 + ], + "atomization": [ + 8, + 52, + 84 + ], + "energies": [ + 9, + 53 + ], + "of": [ + 10, + 14, + 27, + 41, + 73, + 82 + ], + "diverse": [ + 12 + ], + "set": [ + 13 + ], + "organic": [ + 15, + 66 + ], + "molecules,": [ + 16 + ], + "based": [ + 17 + ], + "on": [ + 18, + 48 + ], + "nuclear": [ + 19 + ], + "charges": [ + 20 + ], + "and": [ + 21, + 49 + ], + "atomic": [ + 22 + ], + "positions": [ + 23 + ], + "only.": [ + 24 + ], + "The": [ + 25 + ], + "problem": [ + 26, + 40 + ], + "solving": [ + 28 + ], + "the": [ + 29, + 80 + ], + "molecular": [ + 30, + 83 + ], + "Schrödinger": [ + 31 + ], + "equation": [ + 32 + ], + "is": [ + 33, + 77 + ], + "mapped": [ + 34 + ], + "onto": [ + 35 + ], + "nonlinear": [ + 37 + ], + "statistical": [ + 38 + ], + "regression": [ + 39 + ], + "reduced": [ + 42 + ], + "complexity.": [ + 43 + ], + "Regression": [ + 44 + ], + "models": [ + 45 + ], + "are": [ + 46 + ], + "trained": [ + 47 + ], + "compared": [ + 50 + ], + "computed": [ + 54 + ], + "with": [ + 55 + ], + "hybrid": [ + 56 + ], + "density-functional": [ + 57 + ], + "theory.": [ + 58 + ], + "Cross": [ + 59 + ], + "validation": [ + 60 + ], + "over": [ + 61 + ], + "more": [ + 62 + ], + "than": [ + 63 + ], + "seven": [ + 64 + ], + "thousand": [ + 65 + ], + "molecules": [ + 67 + ], + "yields": [ + 68 + ], + "mean": [ + 70 + ], + "absolute": [ + 71 + ], + "error": [ + 72 + ], + "∼10": [ + 74 + ], + "kcal/mol.": [ + 75 + ], + "Applicability": [ + 76 + ], + "demonstrated": [ + 78 + ], + "for": [ + 79 + ], + "prediction": [ + 81 + ], + "potential": [ + 85 + ], + "energy": [ + 86 + ], + "curves.": [ + 87 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 66 + }, + { + "year": 2025, + "cited_by_count": 222 + }, + { + "year": 2024, + "cited_by_count": 270 + }, + { + "year": 2023, + "cited_by_count": 256 + }, + { + "year": 2022, + "cited_by_count": 238 + }, + { + "year": 2021, + "cited_by_count": 346 + }, + { + "year": 2020, + "cited_by_count": 362 + }, + { + "year": 2019, + "cited_by_count": 205 + }, + { + "year": 2018, + "cited_by_count": 182 + }, + { + "year": 2017, + "cited_by_count": 95 + }, + { + "year": 2016, + "cited_by_count": 41 + }, + { + "year": 2015, + "cited_by_count": 33 + }, + { + "year": 2014, + "cited_by_count": 25 + }, + { + "year": 2013, + "cited_by_count": 25 + }, + { + "year": 2012, + "cited_by_count": 9 + } + ], + "updated_date": "2026-05-26T13:28:51.108037", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W1590183771", + "doi": "https://doi.org/10.1017/cbo9780511804779", + "title": "Bayesian Reasoning and Machine Learning", + "display_name": "Bayesian Reasoning and Machine Learning", + "relevance_score": 2858.3123, + "publication_year": 2012, + "publication_date": "2012-06-05", + "ids": { + "openalex": "https://openalex.org/W1590183771", + "doi": "https://doi.org/10.1017/cbo9780511804779", + "mag": "1590183771" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1017/cbo9780511804779", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1017/cbo9780511804779", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306462995", + "display_name": "Cambridge University Press eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/P4310311721", + "host_organization_name": "Cambridge University Press", + "host_organization_lineage": [ + "https://openalex.org/P4310311721", + "https://openalex.org/P4310311702" + ], + "host_organization_lineage_names": [ + "Cambridge University Press", + "University of Cambridge" + ], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "monograph" + }, + "type": "book", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5101763101", + "display_name": "David Barber", + "orcid": "https://orcid.org/0000-0003-2163-2982" + }, + "institutions": [ + { + "id": "https://openalex.org/I2800173700", + "display_name": "UCL Australia", + "ror": "https://ror.org/024atcf19", + "country_code": "AU", + "type": "education", + "lineage": [ + "https://openalex.org/I2800173700" + ] + }, + { + "id": "https://openalex.org/I45129253", + "display_name": "University College London", + "ror": "https://ror.org/02jx3x895", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I124357947", + "https://openalex.org/I45129253" + ] + } + ], + "countries": [ + "AU", + "GB" + ], + "is_corresponding": true, + "raw_author_name": "David Barber", + "raw_affiliation_strings": [ + "University College London", + "University college London" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University College London", + "institution_ids": [ + "https://openalex.org/I45129253" + ] + }, + { + "raw_affiliation_string": "University college London", + "institution_ids": [ + "https://openalex.org/I2800173700" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5101763101" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I2800173700", + "https://openalex.org/I45129253" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 16.0361, + "has_fulltext": false, + "cited_by_count": 1650, + "citation_normalized_percentile": { + "value": 0.99438202, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11875", + "display_name": "Statistics Education and Methodologies", + "score": 0.3961000144481659, + "subfield": { + "id": "https://openalex.org/subfields/2613", + "display_name": "Statistics and Probability" + }, + "field": { + "id": "https://openalex.org/fields/26", + "display_name": "Mathematics" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11875", + "display_name": "Statistics Education and Methodologies", + "score": 0.3961000144481659, + "subfield": { + "id": "https://openalex.org/subfields/2613", + "display_name": "Statistics and Probability" + }, + "field": { + "id": "https://openalex.org/fields/26", + "display_name": "Mathematics" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.38089999556541443, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/toolbox", + "display_name": "Toolbox", + "score": 0.8341989517211914 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6473276615142822 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.49235260486602783 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.3714091181755066 + }, + { + "id": "https://openalex.org/keywords/data-science", + "display_name": "Data science", + "score": 0.3704102039337158 + }, + { + "id": "https://openalex.org/keywords/human–computer-interaction", + "display_name": "Human–computer interaction", + "score": 0.3456208109855652 + }, + { + "id": "https://openalex.org/keywords/programming-language", + "display_name": "Programming language", + "score": 0.16564661264419556 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2777655017", + "wikidata": "https://www.wikidata.org/wiki/Q1501161", + "display_name": "Toolbox", + "level": 2, + "score": 0.8341989517211914 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6473276615142822 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.49235260486602783 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.3714091181755066 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.3704102039337158 + }, + { + "id": "https://openalex.org/C107457646", + "wikidata": "https://www.wikidata.org/wiki/Q207434", + "display_name": "Human–computer interaction", + "level": 1, + "score": 0.3456208109855652 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.16564661264419556 + } + ], + "mesh": [], + "locations_count": 10, + "locations": [ + { + "id": "doi:10.1017/cbo9780511804779", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1017/cbo9780511804779", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306462995", + "display_name": "Cambridge University Press eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/P4310311721", + "host_organization_name": "Cambridge University Press", + "host_organization_lineage": [ + "https://openalex.org/P4310311721", + "https://openalex.org/P4310311702" + ], + "host_organization_lineage_names": [ + "Cambridge University Press", + "University of Cambridge" + ], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "monograph" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.232.8159", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.232.8159", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://web4.cs.ucl.ac.uk/staff/D.Barber/textbook/270212.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.365.5529", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.365.5529", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://web4.cs.ucl.ac.uk/staff/D.Barber/textbook/180613.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.369.3646", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.369.3646", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://web4.cs.ucl.ac.uk/staff/D.Barber/textbook/090310.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.649.4333", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.649.4333", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://web4.cs.ucl.ac.uk/staff/D.Barber/textbook/250214.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.696.6905", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.696.6905", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://web4.cs.ucl.ac.uk/staff/D.Barber/textbook/240415.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.715.5862", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.715.5862", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://web4.cs.ucl.ac.uk/staff/D.Barber/textbook/181115.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-024811811", + "is_oa": false, + "landing_page_url": "http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=024811811&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-035597209", + "is_oa": false, + "landing_page_url": "http://www.cs.ucl.ac.uk/staff/d.barber/brml/", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:cds.cern.ch:1495251", + "is_oa": false, + "landing_page_url": "http://cds.cern.ch/record/1495251", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402195", + "display_name": "CERN Document Server (European Organization for Nuclear Research)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I67311998", + "host_organization_name": "European Organization for Nuclear Research", + "host_organization_lineage": [ + "https://openalex.org/I67311998" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "id": "https://metadata.un.org/sdg/9", + "score": 0.41999998688697815, + "display_name": "Industry, innovation and infrastructure" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W4286629047", + "https://openalex.org/W3046775127", + "https://openalex.org/W3107602296", + "https://openalex.org/W3170094116", + "https://openalex.org/W4386462264", + "https://openalex.org/W4313488044", + "https://openalex.org/W3209574120", + "https://openalex.org/W4312192474" + ], + "abstract_inverted_index": { + "Machine": [ + 0 + ], + "learning": [ + 1 + ], + "methods": [ + 2, + 46 + ], + "extract": [ + 3 + ], + "value": [ + 4 + ], + "from": [ + 5, + 90 + ], + "vast": [ + 6 + ], + "data": [ + 7 + ], + "sets": [ + 8 + ], + "quickly": [ + 9 + ], + "and": [ + 10, + 33, + 36, + 73, + 82, + 85, + 113, + 125, + 130, + 140 + ], + "with": [ + 11, + 63, + 76 + ], + "modest": [ + 12, + 64 + ], + "resources.": [ + 13 + ], + "They": [ + 14 + ], + "are": [ + 15, + 132, + 146 + ], + "established": [ + 16 + ], + "tools": [ + 17 + ], + "in": [ + 18, + 79, + 134 + ], + "a": [ + 19, + 106, + 143 + ], + "wide": [ + 20 + ], + "range": [ + 21 + ], + "of": [ + 22, + 50, + 99, + 108 + ], + "industrial": [ + 23 + ], + "applications,": [ + 24 + ], + "including": [ + 25, + 142 + ], + "search": [ + 26 + ], + "engines,": [ + 27 + ], + "DNA": [ + 28 + ], + "sequencing,": [ + 29 + ], + "stock": [ + 30 + ], + "market": [ + 31 + ], + "analysis,": [ + 32 + ], + "robot": [ + 34 + ], + "locomotion,": [ + 35 + ], + "their": [ + 37, + 48 + ], + "use": [ + 38 + ], + "is": [ + 39, + 68 + ], + "spreading": [ + 40 + ], + "rapidly.": [ + 41 + ], + "People": [ + 42 + ], + "who": [ + 43 + ], + "know": [ + 44 + ], + "the": [ + 45, + 97, + 120 + ], + "have": [ + 47 + ], + "choice": [ + 49 + ], + "rewarding": [ + 51 + ], + "jobs.": [ + 52 + ], + "This": [ + 53 + ], + "hands-on": [ + 54 + ], + "text": [ + 55 + ], + "opens": [ + 56 + ], + "these": [ + 57 + ], + "opportunities": [ + 58 + ], + "to": [ + 59, + 93 + ], + "computer": [ + 60, + 128 + ], + "science": [ + 61 + ], + "students": [ + 62, + 75, + 139 + ], + "mathematical": [ + 65 + ], + "backgrounds.": [ + 66 + ], + "It": [ + 67 + ], + "designed": [ + 69 + ], + "for": [ + 70, + 119, + 138 + ], + "final-year": [ + 71 + ], + "undergraduates": [ + 72 + ], + "master's": [ + 74 + ], + "limited": [ + 77 + ], + "background": [ + 78 + ], + "linear": [ + 80 + ], + "algebra": [ + 81 + ], + "calculus.": [ + 83 + ], + "Comprehensive": [ + 84 + ], + "coherent,": [ + 86 + ], + "it": [ + 87 + ], + "develops": [ + 88 + ], + "everything": [ + 89 + ], + "basic": [ + 91 + ], + "reasoning": [ + 92 + ], + "advanced": [ + 94 + ], + "techniques": [ + 95 + ], + "within": [ + 96 + ], + "framework": [ + 98 + ], + "graphical": [ + 100 + ], + "models.": [ + 101 + ], + "Students": [ + 102 + ], + "learn": [ + 103 + ], + "more": [ + 104 + ], + "than": [ + 105 + ], + "menu": [ + 107 + ], + "techniques,": [ + 109 + ], + "they": [ + 110 + ], + "develop": [ + 111 + ], + "analytical": [ + 112 + ], + "problem-solving": [ + 114 + ], + "skills": [ + 115 + ], + "that": [ + 116 + ], + "equip": [ + 117 + ], + "them": [ + 118 + ], + "real": [ + 121 + ], + "world.": [ + 122 + ], + "Numerous": [ + 123 + ], + "examples": [ + 124 + ], + "exercises,": [ + 126 + ], + "both": [ + 127 + ], + "based": [ + 129 + ], + "theoretical,": [ + 131 + ], + "included": [ + 133 + ], + "every": [ + 135 + ], + "chapter.": [ + 136 + ], + "Resources": [ + 137 + ], + "instructors,": [ + 141 + ], + "MATLAB": [ + 144 + ], + "toolbox,": [ + 145 + ], + "available": [ + 147 + ], + "online.": [ + 148 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 18 + }, + { + "year": 2025, + "cited_by_count": 95 + }, + { + "year": 2024, + "cited_by_count": 101 + }, + { + "year": 2023, + "cited_by_count": 93 + }, + { + "year": 2022, + "cited_by_count": 124 + }, + { + "year": 2021, + "cited_by_count": 135 + }, + { + "year": 2020, + "cited_by_count": 193 + }, + { + "year": 2019, + "cited_by_count": 172 + }, + { + "year": 2018, + "cited_by_count": 141 + }, + { + "year": 2017, + "cited_by_count": 132 + }, + { + "year": 2016, + "cited_by_count": 126 + }, + { + "year": 2015, + "cited_by_count": 110 + }, + { + "year": 2014, + "cited_by_count": 100 + }, + { + "year": 2013, + "cited_by_count": 73 + }, + { + "year": 2012, + "cited_by_count": 22 + } + ], + "updated_date": "2026-05-28T09:10:13.091523", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W3123436326", + "doi": "https://doi.org/10.1111/ectj.12097", + "title": "Double/debiased machine learning for treatment and structural parameters", + "display_name": "Double/debiased machine learning for treatment and structural parameters", + "relevance_score": 2839.6946, + "publication_year": 2017, + "publication_date": "2017-06-24", + "ids": { + "openalex": "https://openalex.org/W3123436326", + "doi": "https://doi.org/10.1111/ectj.12097", + "mag": "3123436326" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1111/ectj.12097", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1111/ectj.12097", + "pdf_url": "https://academic.oup.com/ectj/article-pdf/21/1/C1/27684918/ectj00c1.pdf", + "source": { + "id": "https://openalex.org/S33519306", + "display_name": "Econometrics Journal", + "issn_l": "1368-4221", + "issn": [ + "1368-4221", + "1368-423X" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310311648", + "host_organization_name": "Oxford University Press", + "host_organization_lineage": [ + "https://openalex.org/P4310311648", + "https://openalex.org/P4310311647" + ], + "host_organization_lineage_names": [ + "Oxford University Press", + "University of Oxford" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "The Econometrics Journal", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "bronze", + "oa_url": "https://academic.oup.com/ectj/article-pdf/21/1/C1/27684918/ectj00c1.pdf", + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5068383641", + "display_name": "Victor Chernozhukov", + "orcid": "https://orcid.org/0000-0002-3250-6714" + }, + "institutions": [ + { + "id": "https://openalex.org/I63966007", + "display_name": "Massachusetts Institute of Technology", + "ror": "https://ror.org/042nb2s44", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I63966007" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Victor Chernozhukov", + "raw_affiliation_strings": [ + "Massachusetts Institute of Technology, 50 Memorial Drive, Cambridge, MA 02139, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Massachusetts Institute of Technology, 50 Memorial Drive, Cambridge, MA 02139, USA", + "institution_ids": [ + "https://openalex.org/I63966007" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5110738906", + "display_name": "Denis Chetverikov", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I161318765", + "display_name": "University of California, Los Angeles", + "ror": "https://ror.org/046rm7j60", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I161318765" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Denis Chetverikov", + "raw_affiliation_strings": [ + "University of California Los Angeles, 315 Portola Plaza, Los Angeles, CA 90095, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of California Los Angeles, 315 Portola Plaza, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5050184772", + "display_name": "Mert Demirer", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I63966007", + "display_name": "Massachusetts Institute of Technology", + "ror": "https://ror.org/042nb2s44", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I63966007" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Mert Demirer", + "raw_affiliation_strings": [ + "Massachusetts Institute of Technology, 50 Memorial Drive, Cambridge, MA 02139, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Massachusetts Institute of Technology, 50 Memorial Drive, Cambridge, MA 02139, USA", + "institution_ids": [ + "https://openalex.org/I63966007" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5015565298", + "display_name": "Esther Duflo", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I63966007", + "display_name": "Massachusetts Institute of Technology", + "ror": "https://ror.org/042nb2s44", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I63966007" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Esther Duflo", + "raw_affiliation_strings": [ + "Massachusetts Institute of Technology, 50 Memorial Drive, Cambridge, MA 02139, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Massachusetts Institute of Technology, 50 Memorial Drive, Cambridge, MA 02139, USA", + "institution_ids": [ + "https://openalex.org/I63966007" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5086970490", + "display_name": "Christian Hansen", + "orcid": "https://orcid.org/0009-0006-8123-1039" + }, + "institutions": [ + { + "id": "https://openalex.org/I40347166", + "display_name": "University of Chicago", + "ror": "https://ror.org/024mw5h28", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I40347166" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Christian Hansen", + "raw_affiliation_strings": [ + "University of Chicago, 5807 S. Woodlawn Ave., Chicago, IL 60637, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Chicago, 5807 S. Woodlawn Ave., Chicago, IL 60637, USA", + "institution_ids": [ + "https://openalex.org/I40347166" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5113931380", + "display_name": "Whitney K. Newey", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I63966007", + "display_name": "Massachusetts Institute of Technology", + "ror": "https://ror.org/042nb2s44", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I63966007" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Whitney Newey", + "raw_affiliation_strings": [ + "Massachusetts Institute of Technology, 50 Memorial Drive, Cambridge, MA 02139, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Massachusetts Institute of Technology, 50 Memorial Drive, Cambridge, MA 02139, USA", + "institution_ids": [ + "https://openalex.org/I63966007" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5079863455", + "display_name": "James M. Robins", + "orcid": "https://orcid.org/0000-0001-6609-209X" + }, + "institutions": [ + { + "id": "https://openalex.org/I136199984", + "display_name": "Harvard University", + "ror": "https://ror.org/03vek6s52", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I136199984" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "James Robins", + "raw_affiliation_strings": [ + "Harvard University, 677 Huntington Avenue, Boston, MA 02115, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Harvard University, 677 Huntington Avenue, Boston, MA 02115, USA", + "institution_ids": [ + "https://openalex.org/I136199984" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 7, + "corresponding_author_ids": [ + "https://openalex.org/A5068383641" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I63966007" + ], + "apc_list": { + "value": 3099, + "currency": "GBP", + "value_usd": 3801 + }, + "apc_paid": null, + "fwci": 49.5769, + "has_fulltext": false, + "cited_by_count": 2392, + "citation_normalized_percentile": { + "value": 0.99897025, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "21", + "issue": "1", + "first_page": "C1", + "last_page": "C68" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10136", + "display_name": "Statistical Methods and Inference", + "score": 0.9990000128746033, + "subfield": { + "id": "https://openalex.org/subfields/2613", + "display_name": "Statistics and Probability" + }, + "field": { + "id": "https://openalex.org/fields/26", + "display_name": "Mathematics" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10136", + "display_name": "Statistical Methods and Inference", + "score": 0.9990000128746033, + "subfield": { + "id": "https://openalex.org/subfields/2613", + "display_name": "Statistics and Probability" + }, + "field": { + "id": "https://openalex.org/fields/26", + "display_name": "Mathematics" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10845", + "display_name": "Advanced Causal Inference Techniques", + "score": 0.9986000061035156, + "subfield": { + "id": "https://openalex.org/subfields/2613", + "display_name": "Statistics and Probability" + }, + "field": { + "id": "https://openalex.org/fields/26", + "display_name": "Mathematics" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10243", + "display_name": "Statistical Methods and Bayesian Inference", + "score": 0.9952999949455261, + "subfield": { + "id": "https://openalex.org/subfields/2613", + "display_name": "Statistics and Probability" + }, + "field": { + "id": "https://openalex.org/fields/26", + "display_name": "Mathematics" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/overfitting", + "display_name": "Overfitting", + "score": 0.9195612668991089 + }, + { + "id": "https://openalex.org/keywords/estimator", + "display_name": "Estimator", + "score": 0.8237652778625488 + }, + { + "id": "https://openalex.org/keywords/nuisance-parameter", + "display_name": "Nuisance parameter", + "score": 0.6137700080871582 + }, + { + "id": "https://openalex.org/keywords/regularization", + "display_name": "Regularization (linguistics)", + "score": 0.611305832862854 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.5675204992294312 + }, + { + "id": "https://openalex.org/keywords/statistics", + "display_name": "Statistics", + "score": 0.3928169012069702 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.37074944376945496 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.3280455470085144 + }, + { + "id": "https://openalex.org/keywords/applied-mathematics", + "display_name": "Applied mathematics", + "score": 0.3253978490829468 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.3153572082519531 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.1361507773399353 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C22019652", + "wikidata": "https://www.wikidata.org/wiki/Q331309", + "display_name": "Overfitting", + "level": 3, + "score": 0.9195612668991089 + }, + { + "id": "https://openalex.org/C185429906", + "wikidata": "https://www.wikidata.org/wiki/Q1130160", + "display_name": "Estimator", + "level": 2, + "score": 0.8237652778625488 + }, + { + "id": "https://openalex.org/C194531419", + "wikidata": "https://www.wikidata.org/wiki/Q17104825", + "display_name": "Nuisance parameter", + "level": 3, + "score": 0.6137700080871582 + }, + { + "id": "https://openalex.org/C2776135515", + "wikidata": "https://www.wikidata.org/wiki/Q17143721", + "display_name": "Regularization (linguistics)", + "level": 2, + "score": 0.611305832862854 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.5675204992294312 + }, + { + "id": "https://openalex.org/C105795698", + "wikidata": "https://www.wikidata.org/wiki/Q12483", + "display_name": "Statistics", + "level": 1, + "score": 0.3928169012069702 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.37074944376945496 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.3280455470085144 + }, + { + "id": "https://openalex.org/C28826006", + "wikidata": "https://www.wikidata.org/wiki/Q33521", + "display_name": "Applied mathematics", + "level": 1, + "score": 0.3253978490829468 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.3153572082519531 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.1361507773399353 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1111/ectj.12097", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1111/ectj.12097", + "pdf_url": "https://academic.oup.com/ectj/article-pdf/21/1/C1/27684918/ectj00c1.pdf", + "source": { + "id": "https://openalex.org/S33519306", + "display_name": "Econometrics Journal", + "issn_l": "1368-4221", + "issn": [ + "1368-4221", + "1368-423X" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310311648", + "host_organization_name": "Oxford University Press", + "host_organization_lineage": [ + "https://openalex.org/P4310311648", + "https://openalex.org/P4310311647" + ], + "host_organization_lineage_names": [ + "Oxford University Press", + "University of Oxford" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "The Econometrics Journal", + "raw_type": "journal-article" + } + ], + "best_oa_location": { + "id": "doi:10.1111/ectj.12097", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1111/ectj.12097", + "pdf_url": "https://academic.oup.com/ectj/article-pdf/21/1/C1/27684918/ectj00c1.pdf", + "source": { + "id": "https://openalex.org/S33519306", + "display_name": "Econometrics Journal", + "issn_l": "1368-4221", + "issn": [ + "1368-4221", + "1368-423X" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310311648", + "host_organization_name": "Oxford University Press", + "host_organization_lineage": [ + "https://openalex.org/P4310311648", + "https://openalex.org/P4310311647" + ], + "host_organization_lineage_names": [ + "Oxford University Press", + "University of Oxford" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "The Econometrics Journal", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [], + "awards": [ + { + "id": "https://openalex.org/G6556031174", + "display_name": null, + "funder_award_id": "ES/I034021/1", + "funder_id": "https://openalex.org/F4320334630", + "funder_display_name": "Economic and Social Research Council" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320306076", + "display_name": "National Science Foundation", + "ror": "https://ror.org/021nxhr62" + }, + { + "id": "https://openalex.org/F4320334630", + "display_name": "Economic and Social Research Council", + "ror": "https://ror.org/03n0ht308" + } + ], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 94, + "referenced_works": [ + "https://openalex.org/W67506904", + "https://openalex.org/W81897278", + "https://openalex.org/W620038288", + "https://openalex.org/W1460189015", + "https://openalex.org/W1520595697", + "https://openalex.org/W1548939571", + "https://openalex.org/W1556388863", + "https://openalex.org/W1656622334", + "https://openalex.org/W1730512236", + "https://openalex.org/W1886275324", + "https://openalex.org/W1963509555", + "https://openalex.org/W1963874316", + "https://openalex.org/W1977675844", + "https://openalex.org/W1981809679", + "https://openalex.org/W1984547044", + "https://openalex.org/W1988734172", + "https://openalex.org/W2000008805", + "https://openalex.org/W2014373672", + "https://openalex.org/W2018543390", + "https://openalex.org/W2022450888", + "https://openalex.org/W2028995298", + "https://openalex.org/W2045640115", + "https://openalex.org/W2046977371", + "https://openalex.org/W2051507405", + "https://openalex.org/W2058248640", + "https://openalex.org/W2062579211", + "https://openalex.org/W2069119359", + "https://openalex.org/W2074523758", + "https://openalex.org/W2078411132", + "https://openalex.org/W2078658856", + "https://openalex.org/W2079597004", + "https://openalex.org/W2086426685", + "https://openalex.org/W2088093133", + "https://openalex.org/W2098895596", + "https://openalex.org/W2099730522", + "https://openalex.org/W2100532505", + "https://openalex.org/W2101746104", + "https://openalex.org/W2104780889", + "https://openalex.org/W2111162388", + "https://openalex.org/W2116581043", + "https://openalex.org/W2120846249", + "https://openalex.org/W2128235479", + "https://openalex.org/W2129086422", + "https://openalex.org/W2143966988", + "https://openalex.org/W2148119495", + "https://openalex.org/W2148596757", + "https://openalex.org/W2150291618", + "https://openalex.org/W2152001792", + "https://openalex.org/W2163162137", + "https://openalex.org/W2171443468", + "https://openalex.org/W2217990278", + "https://openalex.org/W2244523147", + "https://openalex.org/W2308122693", + "https://openalex.org/W2315960178", + "https://openalex.org/W2345898006", + "https://openalex.org/W2398799638", + "https://openalex.org/W2409903755", + "https://openalex.org/W2463468932", + "https://openalex.org/W2478927095", + "https://openalex.org/W2557116807", + "https://openalex.org/W2751382287", + "https://openalex.org/W2765398882", + "https://openalex.org/W2886798606", + "https://openalex.org/W2949148940", + "https://openalex.org/W2950845368", + "https://openalex.org/W2952150717", + "https://openalex.org/W2952248799", + "https://openalex.org/W2962952631", + "https://openalex.org/W2963278901", + "https://openalex.org/W3098302339", + "https://openalex.org/W3099550161", + "https://openalex.org/W3099718522", + "https://openalex.org/W3103221895", + "https://openalex.org/W3121832289", + "https://openalex.org/W3122193054", + "https://openalex.org/W3123233440", + "https://openalex.org/W3123785084", + "https://openalex.org/W3124166904", + "https://openalex.org/W3125188740", + "https://openalex.org/W3125441349", + "https://openalex.org/W3125657517", + "https://openalex.org/W3150893739", + "https://openalex.org/W3207136162", + "https://openalex.org/W4233056867", + "https://openalex.org/W4235461144", + "https://openalex.org/W4240967689", + "https://openalex.org/W4247571494", + "https://openalex.org/W4248240383", + "https://openalex.org/W4300220092", + "https://openalex.org/W4301106181", + "https://openalex.org/W6679265385", + "https://openalex.org/W6802843838", + "https://openalex.org/W6982782312", + "https://openalex.org/W7014881647" + ], + "related_works": [ + "https://openalex.org/W4362597605", + "https://openalex.org/W1574414179", + "https://openalex.org/W4245953108", + "https://openalex.org/W1977619534", + "https://openalex.org/W2236763869", + "https://openalex.org/W2097626286", + "https://openalex.org/W4293568347", + "https://openalex.org/W2808230936", + "https://openalex.org/W2023659367", + "https://openalex.org/W2600353266" + ], + "abstract_inverted_index": { + "We": [ + 0, + 21, + 149, + 205, + 217, + 301 + ], + "revisit": [ + 1 + ], + "the": [ + 2, + 14, + 24, + 36, + 46, + 59, + 135, + 146, + 152, + 162, + 207, + 230, + 267, + 279, + 303, + 314, + 320, + 334, + 351, + 356, + 361, + 369, + 388 + ], + "classic": [ + 3 + ], + "semi‐parametric": [ + 4 + ], + "problem": [ + 5 + ], + "of": [ + 6, + 16, + 45, + 61, + 114, + 124, + 154, + 161, + 164, + 196, + 203, + 210, + 229, + 244, + 252, + 269, + 273, + 298, + 313, + 390 + ], + "inference": [ + 7 + ], + "on": [ + 8, + 159, + 259, + 336, + 360 + ], + "a": [ + 9, + 109, + 270, + 325, + 341 + ], + "low‐dimensional": [ + 10 + ], + "parameter": [ + 11, + 47, + 163, + 232, + 323 + ], + "θ0": [ + 12, + 115, + 166 + ], + "in": [ + 13, + 75, + 97, + 105, + 112, + 134, + 226, + 324, + 340, + 374, + 392 + ], + "presence": [ + 15 + ], + "high‐dimensional": [ + 17, + 34, + 78 + ], + "nuisance": [ + 18, + 188, + 280 + ], + "parameters": [ + 19, + 189 + ], + "η0.": [ + 20 + ], + "depart": [ + 22 + ], + "from": [ + 23 + ], + "classical": [ + 25 + ], + "setting": [ + 26 + ], + "by": [ + 27, + 84, + 119, + 170, + 306 + ], + "allowing": [ + 28 + ], + "for": [ + 29, + 49, + 129, + 277 + ], + "η0": [ + 30, + 107, + 125 + ], + "to": [ + 31, + 73, + 87, + 139, + 187, + 190, + 309, + 318, + 332, + 349, + 367, + 381 + ], + "be": [ + 32, + 140, + 168 + ], + "so": [ + 33 + ], + "that": [ + 35, + 42, + 116, + 151, + 181, + 219, + 224 + ], + "traditional": [ + 37 + ], + "assumptions": [ + 38 + ], + "(e.g.": [ + 39 + ], + "Donsker": [ + 40 + ], + "properties)": [ + 41 + ], + "limit": [ + 43 + ], + "complexity": [ + 44 + ], + "space": [ + 48 + ], + "this": [ + 50 + ], + "object": [ + 51 + ], + "break": [ + 52 + ], + "down.": [ + 53 + ], + "To": [ + 54 + ], + "estimate": [ + 55, + 191 + ], + "η0,": [ + 56 + ], + "we": [ + 57, + 385 + ], + "consider": [ + 58 + ], + "use": [ + 60, + 195, + 268, + 389 + ], + "statistical": [ + 62, + 250 + ], + "or": [ + 63, + 213 + ], + "machine": [ + 64 + ], + "learning": [ + 65 + ], + "(ML)": [ + 66 + ], + "methods,": [ + 67 + ], + "which": [ + 68, + 198, + 241, + 264 + ], + "are": [ + 69, + 117, + 235 + ], + "particularly": [ + 70 + ], + "well": [ + 71, + 83 + ], + "suited": [ + 72 + ], + "estimation": [ + 74, + 160 + ], + "modern,": [ + 76 + ], + "very": [ + 77 + ], + "cases.": [ + 79 + ], + "ML": [ + 80, + 122, + 215, + 275 + ], + "methods": [ + 81, + 211, + 276 + ], + "perform": [ + 82 + ], + "employing": [ + 85 + ], + "regularization": [ + 86, + 93, + 101, + 155 + ], + "reduce": [ + 88 + ], + "variance": [ + 89 + ], + "and": [ + 90, + 103, + 157, + 234, + 238, + 256, + 293, + 296, + 355 + ], + "trading": [ + 91 + ], + "off": [ + 92 + ], + "bias": [ + 94, + 102, + 111, + 132, + 156 + ], + "with": [ + 95, + 185 + ], + "overfitting": [ + 96, + 104, + 158 + ], + "practice.": [ + 98 + ], + "However,": [ + 99 + ], + "both": [ + 100 + ], + "estimating": [ + 106, + 127, + 278 + ], + "cause": [ + 108 + ], + "heavy": [ + 110 + ], + "estimators": [ + 113, + 123, + 223 + ], + "obtained": [ + 118 + ], + "naively": [ + 120 + ], + "plugging": [ + 121 + ], + "into": [ + 126 + ], + "equations": [ + 128 + ], + "θ0.": [ + 130 + ], + "This": [ + 131 + ], + "results": [ + 133 + ], + "naive": [ + 136 + ], + "estimator": [ + 137 + ], + "failing": [ + 138 + ], + "N−1/2": [ + 141 + ], + "consistent,": [ + 142 + ], + "where": [ + 143 + ], + "N": [ + 144 + ], + "is": [ + 145, + 254 + ], + "sample": [ + 147 + ], + "size.": [ + 148 + ], + "show": [ + 150 + ], + "impact": [ + 153 + ], + "interest": [ + 165 + ], + "can": [ + 167 + ], + "removed": [ + 169 + ], + "using": [ + 171, + 178 + ], + "two": [ + 172 + ], + "simple,": [ + 173 + ], + "yet": [ + 174 + ], + "critical,": [ + 175 + ], + "ingredients:": [ + 176 + ], + "(1)": [ + 177 + ], + "Neyman‐orthogonal": [ + 179 + ], + "moments/scores": [ + 180 + ], + "have": [ + 182 + ], + "reduced": [ + 183 + ], + "sensitivity": [ + 184 + ], + "respect": [ + 186 + ], + "θ0;": [ + 192 + ], + "(2)": [ + 193 + ], + "making": [ + 194 + ], + "cross‐fitting,": [ + 197 + ], + "provides": [ + 199 + ], + "an": [ + 200, + 227, + 337, + 375 + ], + "efficient": [ + 201 + ], + "form": [ + 202 + ], + "data‐splitting.": [ + 204 + ], + "call": [ + 206 + ], + "resulting": [ + 208 + ], + "set": [ + 209 + ], + "double": [ + 212 + ], + "debiased": [ + 214 + ], + "(DML).": [ + 216 + ], + "verify": [ + 218 + ], + "DML": [ + 220, + 253, + 316, + 330, + 347, + 365, + 391 + ], + "delivers": [ + 221 + ], + "point": [ + 222 + ], + "concentrate": [ + 225 + ], + "N−1/2‐neighbourhood": [ + 228 + ], + "true": [ + 231 + ], + "values": [ + 233 + ], + "approximately": [ + 236 + ], + "unbiased": [ + 237 + ], + "normally": [ + 239 + ], + "distributed,": [ + 240 + ], + "allows": [ + 242 + ], + "construction": [ + 243 + ], + "valid": [ + 245 + ], + "confidence": [ + 246 + ], + "statements.": [ + 247 + ], + "The": [ + 248 + ], + "generic": [ + 249 + ], + "theory": [ + 251, + 305 + ], + "elementary": [ + 255 + ], + "simultaneously": [ + 257 + ], + "relies": [ + 258 + ], + "only": [ + 260 + ], + "weak": [ + 261 + ], + "theoretical": [ + 262, + 311, + 383 + ], + "requirements,": [ + 263 + ], + "will": [ + 265 + ], + "admit": [ + 266 + ], + "broad": [ + 271 + ], + "array": [ + 272 + ], + "modern": [ + 274 + ], + "parameters,": [ + 281 + ], + "such": [ + 282 + ], + "as": [ + 283 + ], + "random": [ + 284 + ], + "forests,": [ + 285 + ], + "lasso,": [ + 286 + ], + "ridge,": [ + 287 + ], + "deep": [ + 288 + ], + "neural": [ + 289 + ], + "nets,": [ + 290 + ], + "boosted": [ + 291 + ], + "trees,": [ + 292 + ], + "various": [ + 294 + ], + "hybrids": [ + 295 + ], + "ensembles": [ + 297 + ], + "these": [ + 299, + 382 + ], + "methods.": [ + 300 + ], + "illustrate": [ + 302, + 387 + ], + "general": [ + 304 + ], + "applying": [ + 307 + ], + "it": [ + 308 + ], + "provide": [ + 310 + ], + "properties": [ + 312 + ], + "following:": [ + 315 + ], + "applied": [ + 317, + 331, + 348, + 366 + ], + "learn": [ + 319, + 333, + 350, + 368 + ], + "main": [ + 321 + ], + "regression": [ + 322, + 328 + ], + "partially": [ + 326, + 342 + ], + "linear": [ + 327, + 343 + ], + "model;": [ + 329, + 346 + ], + "coefficient": [ + 335 + ], + "endogenous": [ + 338 + ], + "variable": [ + 339 + ], + "instrumental": [ + 344, + 376 + ], + "variables": [ + 345, + 377 + ], + "average": [ + 352, + 357, + 371 + ], + "treatment": [ + 353, + 358, + 372 + ], + "effect": [ + 354, + 359, + 373 + ], + "treated": [ + 362 + ], + "under": [ + 363 + ], + "unconfoundedness;": [ + 364 + ], + "local": [ + 370 + ], + "setting.": [ + 378 + ], + "In": [ + 379 + ], + "addition": [ + 380 + ], + "applications,": [ + 384 + ], + "also": [ + 386 + ], + "three": [ + 393 + ], + "empirical": [ + 394 + ], + "examples.": [ + 395 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 406 + }, + { + "year": 2025, + "cited_by_count": 714 + }, + { + "year": 2024, + "cited_by_count": 427 + }, + { + "year": 2023, + "cited_by_count": 257 + }, + { + "year": 2022, + "cited_by_count": 210 + }, + { + "year": 2021, + "cited_by_count": 172 + }, + { + "year": 2020, + "cited_by_count": 112 + }, + { + "year": 2019, + "cited_by_count": 70 + }, + { + "year": 2018, + "cited_by_count": 18 + }, + { + "year": 2017, + "cited_by_count": 5 + }, + { + "year": 2016, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2048266589", + "doi": "https://doi.org/10.1109/micro.2014.58", + "title": "DaDianNao: A Machine-Learning Supercomputer", + "display_name": "DaDianNao: A Machine-Learning Supercomputer", + "relevance_score": 2836.107, + "publication_year": 2014, + "publication_date": "2014-12-01", + "ids": { + "openalex": "https://openalex.org/W2048266589", + "doi": "https://doi.org/10.1109/micro.2014.58", + "mag": "2048266589" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1109/micro.2014.58", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/micro.2014.58", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "2014 47th Annual IEEE/ACM International Symposium on Microarchitecture", + "raw_type": "proceedings-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5036492388", + "display_name": "Yunji Chen", + "orcid": "https://orcid.org/0000-0003-3925-5185" + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "Yunji Chen", + "raw_affiliation_strings": [ + "SKL of Computer Architecture, ICT, CAS, China" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "SKL of Computer Architecture, ICT, CAS, China", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5101630043", + "display_name": "Tao Luo", + "orcid": "https://orcid.org/0000-0002-3415-3676" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Tao Luo", + "raw_affiliation_strings": [ + "SKL of Computer Architecture, ICT, CAS, China", + "University of CAS, China" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "SKL of Computer Architecture, ICT, CAS, China", + "institution_ids": [] + }, + { + "raw_affiliation_string": "University of CAS, China", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5033237869", + "display_name": "Shaoli Liu", + "orcid": "https://orcid.org/0000-0001-7197-8805" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Shaoli Liu", + "raw_affiliation_strings": [ + "SKL of Computer Architecture, ICT, CAS, China" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "SKL of Computer Architecture, ICT, CAS, China", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5101498177", + "display_name": "Shijin Zhang", + "orcid": "https://orcid.org/0000-0001-5141-3188" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Shijin Zhang", + "raw_affiliation_strings": [ + "SKL of Computer Architecture, ICT, CAS, China" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "SKL of Computer Architecture, ICT, CAS, China", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5100836264", + "display_name": "Liqiang He", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I2722730", + "display_name": "Inner Mongolia University", + "ror": "https://ror.org/0106qb496", + "country_code": "CN", + "type": "education", + "lineage": [ + "https://openalex.org/I2722730" + ] + }, + { + "id": "https://openalex.org/I1326498283", + "display_name": "Institut national de recherche en informatique et en automatique", + "ror": "https://ror.org/02kvxyf05", + "country_code": "FR", + "type": "funder", + "lineage": [ + "https://openalex.org/I1326498283" + ] + } + ], + "countries": [ + "CN", + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Liqiang He", + "raw_affiliation_strings": [ + "Inner Mongolia University, China", + "Inria, Scalay, France" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Inner Mongolia University, China", + "institution_ids": [ + "https://openalex.org/I2722730" + ] + }, + { + "raw_affiliation_string": "Inria, Scalay, France", + "institution_ids": [ + "https://openalex.org/I1326498283" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5100404643", + "display_name": "Jia Wang", + "orcid": "https://orcid.org/0000-0002-3165-7051" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Jia Wang", + "raw_affiliation_strings": [ + "SKL of Computer Architecture, ICT, CAS, China" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "SKL of Computer Architecture, ICT, CAS, China", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5100435321", + "display_name": "Ling Li", + "orcid": "https://orcid.org/0000-0001-8877-9052" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Ling Li", + "raw_affiliation_strings": [ + "SKL of Computer Architecture, ICT, CAS, China" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "SKL of Computer Architecture, ICT, CAS, China", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5109886311", + "display_name": "Tianshi Chen", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Tianshi Chen", + "raw_affiliation_strings": [ + "SKL of Computer Architecture, ICT, CAS, China" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "SKL of Computer Architecture, ICT, CAS, China", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5100628169", + "display_name": "Zhiwei Xu", + "orcid": "https://orcid.org/0000-0002-1480-7265" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Zhiwei Xu", + "raw_affiliation_strings": [ + "SKL of Computer Architecture, ICT, CAS, China" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "SKL of Computer Architecture, ICT, CAS, China", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5101738013", + "display_name": "Ninghui Sun", + "orcid": "https://orcid.org/0000-0002-1953-1392" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Ninghui Sun", + "raw_affiliation_strings": [ + "SKL of Computer Architecture, ICT, CAS, China" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "SKL of Computer Architecture, ICT, CAS, China", + "institution_ids": [] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5040252809", + "display_name": "Olivier Temam", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1326498283", + "display_name": "Institut national de recherche en informatique et en automatique", + "ror": "https://ror.org/02kvxyf05", + "country_code": "FR", + "type": "funder", + "lineage": [ + "https://openalex.org/I1326498283" + ] + } + ], + "countries": [ + "FR" + ], + "is_corresponding": false, + "raw_author_name": "Olivier Temam", + "raw_affiliation_strings": [ + "Inria, Scalay, France" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Inria, Scalay, France", + "institution_ids": [ + "https://openalex.org/I1326498283" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 11, + "corresponding_author_ids": [ + "https://openalex.org/A5036492388" + ], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 66.2313, + "has_fulltext": false, + "cited_by_count": 1499, + "citation_normalized_percentile": { + "value": 0.99931373, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 96, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": "609", + "last_page": "622" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10036", + "display_name": "Advanced Neural Network Applications", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10036", + "display_name": "Advanced Neural Network Applications", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10054", + "display_name": "Parallel Computing and Optimization Techniques", + "score": 0.9994999766349792, + "subfield": { + "id": "https://openalex.org/subfields/1708", + "display_name": "Hardware and Architecture" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10502", + "display_name": "Advanced Memory and Neural Computing", + "score": 0.9987000226974487, + "subfield": { + "id": "https://openalex.org/subfields/2208", + "display_name": "Electrical and Electronic Engineering" + }, + "field": { + "id": "https://openalex.org/fields/22", + "display_name": "Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.8650738000869751 + }, + { + "id": "https://openalex.org/keywords/supercomputer", + "display_name": "Supercomputer", + "score": 0.6421846747398376 + }, + { + "id": "https://openalex.org/keywords/memory-footprint", + "display_name": "Memory footprint", + "score": 0.6217308640480042 + }, + { + "id": "https://openalex.org/keywords/convolutional-neural-network", + "display_name": "Convolutional neural network", + "score": 0.6212705373764038 + }, + { + "id": "https://openalex.org/keywords/speedup", + "display_name": "Speedup", + "score": 0.6080182790756226 + }, + { + "id": "https://openalex.org/keywords/parallel-computing", + "display_name": "Parallel computing", + "score": 0.5330008268356323 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.5072109699249268 + }, + { + "id": "https://openalex.org/keywords/deep-learning", + "display_name": "Deep learning", + "score": 0.507047176361084 + }, + { + "id": "https://openalex.org/keywords/memory-bandwidth", + "display_name": "Memory bandwidth", + "score": 0.5065058469772339 + }, + { + "id": "https://openalex.org/keywords/bandwidth", + "display_name": "Bandwidth (computing)", + "score": 0.4705035388469696 + }, + { + "id": "https://openalex.org/keywords/auxiliary-memory", + "display_name": "Auxiliary memory", + "score": 0.46236518025398254 + }, + { + "id": "https://openalex.org/keywords/computer-architecture", + "display_name": "Computer architecture", + "score": 0.44564568996429443 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.3841804265975952 + }, + { + "id": "https://openalex.org/keywords/distributed-computing", + "display_name": "Distributed computing", + "score": 0.34958434104919434 + }, + { + "id": "https://openalex.org/keywords/computer-engineering", + "display_name": "Computer engineering", + "score": 0.32731860876083374 + }, + { + "id": "https://openalex.org/keywords/computer-hardware", + "display_name": "Computer hardware", + "score": 0.21425938606262207 + }, + { + "id": "https://openalex.org/keywords/operating-system", + "display_name": "Operating system", + "score": 0.1414709985256195 + }, + { + "id": "https://openalex.org/keywords/computer-network", + "display_name": "Computer network", + "score": 0.13462954759597778 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.8650738000869751 + }, + { + "id": "https://openalex.org/C83283714", + "wikidata": "https://www.wikidata.org/wiki/Q121117", + "display_name": "Supercomputer", + "level": 2, + "score": 0.6421846747398376 + }, + { + "id": "https://openalex.org/C74912251", + "wikidata": "https://www.wikidata.org/wiki/Q6815727", + "display_name": "Memory footprint", + "level": 2, + "score": 0.6217308640480042 + }, + { + "id": "https://openalex.org/C81363708", + "wikidata": "https://www.wikidata.org/wiki/Q17084460", + "display_name": "Convolutional neural network", + "level": 2, + "score": 0.6212705373764038 + }, + { + "id": "https://openalex.org/C68339613", + "wikidata": "https://www.wikidata.org/wiki/Q1549489", + "display_name": "Speedup", + "level": 2, + "score": 0.6080182790756226 + }, + { + "id": "https://openalex.org/C173608175", + "wikidata": "https://www.wikidata.org/wiki/Q232661", + "display_name": "Parallel computing", + "level": 1, + "score": 0.5330008268356323 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.5072109699249268 + }, + { + "id": "https://openalex.org/C108583219", + "wikidata": "https://www.wikidata.org/wiki/Q197536", + "display_name": "Deep learning", + "level": 2, + "score": 0.507047176361084 + }, + { + "id": "https://openalex.org/C188045654", + "wikidata": "https://www.wikidata.org/wiki/Q17148339", + "display_name": "Memory bandwidth", + "level": 2, + "score": 0.5065058469772339 + }, + { + "id": "https://openalex.org/C2776257435", + "wikidata": "https://www.wikidata.org/wiki/Q1576430", + "display_name": "Bandwidth (computing)", + "level": 2, + "score": 0.4705035388469696 + }, + { + "id": "https://openalex.org/C82687282", + "wikidata": "https://www.wikidata.org/wiki/Q66221", + "display_name": "Auxiliary memory", + "level": 2, + "score": 0.46236518025398254 + }, + { + "id": "https://openalex.org/C118524514", + "wikidata": "https://www.wikidata.org/wiki/Q173212", + "display_name": "Computer architecture", + "level": 1, + "score": 0.44564568996429443 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.3841804265975952 + }, + { + "id": "https://openalex.org/C120314980", + "wikidata": "https://www.wikidata.org/wiki/Q180634", + "display_name": "Distributed computing", + "level": 1, + "score": 0.34958434104919434 + }, + { + "id": "https://openalex.org/C113775141", + "wikidata": "https://www.wikidata.org/wiki/Q428691", + "display_name": "Computer engineering", + "level": 1, + "score": 0.32731860876083374 + }, + { + "id": "https://openalex.org/C9390403", + "wikidata": "https://www.wikidata.org/wiki/Q3966", + "display_name": "Computer hardware", + "level": 1, + "score": 0.21425938606262207 + }, + { + "id": "https://openalex.org/C111919701", + "wikidata": "https://www.wikidata.org/wiki/Q9135", + "display_name": "Operating system", + "level": 1, + "score": 0.1414709985256195 + }, + { + "id": "https://openalex.org/C31258907", + "wikidata": "https://www.wikidata.org/wiki/Q1301371", + "display_name": "Computer network", + "level": 1, + "score": 0.13462954759597778 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1109/micro.2014.58", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/micro.2014.58", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "2014 47th Annual IEEE/ACM International Symposium on Microarchitecture", + "raw_type": "proceedings-article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "id": "https://metadata.un.org/sdg/7", + "score": 0.7099999785423279, + "display_name": "Affordable and clean energy" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 61, + "referenced_works": [ + "https://openalex.org/W160318044", + "https://openalex.org/W587794757", + "https://openalex.org/W1501077214", + "https://openalex.org/W1964471912", + "https://openalex.org/W1987117608", + "https://openalex.org/W1994197834", + "https://openalex.org/W2006312753", + "https://openalex.org/W2010238453", + "https://openalex.org/W2024139303", + "https://openalex.org/W2038061869", + "https://openalex.org/W2043607059", + "https://openalex.org/W2056137328", + "https://openalex.org/W2062227835", + "https://openalex.org/W2071709160", + "https://openalex.org/W2077505860", + "https://openalex.org/W2082444966", + "https://openalex.org/W2089064077", + "https://openalex.org/W2098335003", + "https://openalex.org/W2102543317", + "https://openalex.org/W2107994122", + "https://openalex.org/W2108598243", + "https://openalex.org/W2109492604", + "https://openalex.org/W2111932160", + "https://openalex.org/W2112796928", + "https://openalex.org/W2116267755", + "https://openalex.org/W2120480077", + "https://openalex.org/W2121458485", + "https://openalex.org/W2125203716", + "https://openalex.org/W2128785632", + "https://openalex.org/W2136189984", + "https://openalex.org/W2136262589", + "https://openalex.org/W2141125852", + "https://openalex.org/W2148461049", + "https://openalex.org/W2148605318", + "https://openalex.org/W2152839228", + "https://openalex.org/W2155377787", + "https://openalex.org/W2162390675", + "https://openalex.org/W2163605009", + "https://openalex.org/W2168231600", + "https://openalex.org/W2169875292", + "https://openalex.org/W2187230075", + "https://openalex.org/W2252268321", + "https://openalex.org/W2253807446", + "https://openalex.org/W2467255337", + "https://openalex.org/W2504108613", + "https://openalex.org/W2546302380", + "https://openalex.org/W2963217749", + "https://openalex.org/W3151762208", + "https://openalex.org/W4232280717", + "https://openalex.org/W4239072543", + "https://openalex.org/W6617368339", + "https://openalex.org/W6651700774", + "https://openalex.org/W6673621702", + "https://openalex.org/W6676297131", + "https://openalex.org/W6678242812", + "https://openalex.org/W6680450716", + "https://openalex.org/W6681813608", + "https://openalex.org/W6683722107", + "https://openalex.org/W6684191040", + "https://openalex.org/W6684859321", + "https://openalex.org/W6691441656" + ], + "related_works": [ + "https://openalex.org/W4289827464", + "https://openalex.org/W4376647684", + "https://openalex.org/W4221139464", + "https://openalex.org/W4386302689", + "https://openalex.org/W2068996722", + "https://openalex.org/W4200309432", + "https://openalex.org/W3193699965", + "https://openalex.org/W4319917399", + "https://openalex.org/W2909779890", + "https://openalex.org/W2398743891" + ], + "abstract_inverted_index": { + "Many": [ + 0 + ], + "companies": [ + 1 + ], + "are": [ + 2, + 11, + 33, + 43 + ], + "deploying": [ + 3 + ], + "services,": [ + 4 + ], + "either": [ + 5 + ], + "for": [ + 6, + 17, + 185 + ], + "consumers": [ + 7 + ], + "or": [ + 8 + ], + "industry,": [ + 9 + ], + "which": [ + 10, + 42, + 62, + 70, + 127 + ], + "largely": [ + 12 + ], + "based": [ + 13 + ], + "on": [ + 14, + 84, + 102, + 155, + 183 + ], + "machine-learning": [ + 15, + 31, + 147 + ], + "algorithms": [ + 16, + 32 + ], + "sophisticated": [ + 18 + ], + "processing": [ + 19 + ], + "of": [ + 20, + 23, + 54, + 100, + 105, + 158, + 172, + 204 + ], + "large": [ + 21 + ], + "amounts": [ + 22 + ], + "data.": [ + 24 + ], + "The": [ + 25 + ], + "state-of-the-art": [ + 26 + ], + "and": [ + 27, + 35, + 40, + 49, + 89, + 123, + 177, + 197, + 207 + ], + "most": [ + 28 + ], + "popular": [ + 29 + ], + "such": [ + 30 + ], + "Convolutional": [ + 34 + ], + "Deep": [ + 36 + ], + "Neural": [ + 37 + ], + "Networks": [ + 38 + ], + "(CNNs": [ + 39 + ], + "DNNs),": [ + 41 + ], + "known": [ + 44, + 161 + ], + "to": [ + 45, + 119, + 168, + 194 + ], + "be": [ + 46 + ], + "both": [ + 47 + ], + "computationally": [ + 48 + ], + "memory": [ + 50, + 74, + 79, + 91 + ], + "intensive.": [ + 51 + ], + "A": [ + 52 + ], + "number": [ + 53 + ], + "neural": [ + 55, + 162 + ], + "network": [ + 56, + 163 + ], + "accelerators": [ + 57 + ], + "have": [ + 58 + ], + "been": [ + 59 + ], + "recently": [ + 60 + ], + "proposed": [ + 61 + ], + "can": [ + 63, + 117, + 128 + ], + "offer": [ + 64 + ], + "high": [ + 65, + 120 + ], + "computational": [ + 66, + 208 + ], + "capacity/area": [ + 67 + ], + "ratio,": [ + 68 + ], + "but": [ + 69 + ], + "remain": [ + 71 + ], + "hampered": [ + 72 + ], + "by": [ + 73, + 82, + 181 + ], + "accesses.": [ + 75 + ], + "However,": [ + 76 + ], + "unlike": [ + 77 + ], + "the": [ + 78, + 87, + 98, + 101, + 113, + 159, + 179, + 191, + 195 + ], + "wall": [ + 80 + ], + "faced": [ + 81 + ], + "processors": [ + 83 + ], + "general-purpose": [ + 85 + ], + "workloads,": [ + 86 + ], + "CNNs": [ + 88 + ], + "DNNs": [ + 90 + ], + "footprint,": [ + 92 + ], + "while": [ + 93 + ], + "large,": [ + 94 + ], + "is": [ + 95, + 166 + ], + "not": [ + 96 + ], + "beyond": [ + 97 + ], + "capability": [ + 99 + ], + "chip": [ + 103 + ], + "storage": [ + 104, + 206 + ], + "a": [ + 106, + 135, + 144, + 156, + 170, + 175, + 186, + 202 + ], + "multi-chip": [ + 107, + 146 + ], + "system.": [ + 108, + 188 + ], + "This": [ + 109 + ], + "property,": [ + 110 + ], + "combined": [ + 111 + ], + "with": [ + 112, + 210 + ], + "CNN/DNN": [ + 114 + ], + "algorithmic": [ + 115 + ], + "characteristics,": [ + 116 + ], + "lead": [ + 118 + ], + "internal": [ + 121 + ], + "bandwidth": [ + 122 + ], + "low": [ + 124 + ], + "external": [ + 125 + ], + "communications,": [ + 126 + ], + "in": [ + 129 + ], + "turn": [ + 130 + ], + "enable": [ + 131 + ], + "high-degree": [ + 132 + ], + "parallelism": [ + 133 + ], + "at": [ + 134, + 199 + ], + "reasonable": [ + 136 + ], + "area": [ + 137 + ], + "cost.": [ + 138 + ], + "In": [ + 139 + ], + "this": [ + 140 + ], + "article,": [ + 141 + ], + "we": [ + 142 + ], + "introduce": [ + 143 + ], + "custom": [ + 145, + 205 + ], + "architecture": [ + 148 + ], + "along": [ + 149 + ], + "those": [ + 150 + ], + "lines.": [ + 151 + ], + "We": [ + 152, + 189 + ], + "show": [ + 153 + ], + "that,": [ + 154 + ], + "subset": [ + 157 + ], + "largest": [ + 160 + ], + "layers,": [ + 164 + ], + "it": [ + 165 + ], + "possible": [ + 167 + ], + "achieve": [ + 169 + ], + "speedup": [ + 171 + ], + "450.65x": [ + 173 + ], + "over": [ + 174 + ], + "GPU,": [ + 176 + ], + "reduce": [ + 178 + ], + "energy": [ + 180 + ], + "150.31x": [ + 182 + ], + "average": [ + 184 + ], + "64-chip": [ + 187 + ], + "implement": [ + 190 + ], + "node": [ + 192 + ], + "down": [ + 193 + ], + "place": [ + 196 + ], + "route": [ + 198 + ], + "28nm,": [ + 200 + ], + "containing": [ + 201 + ], + "combination": [ + 203 + ], + "units,": [ + 209 + ], + "industry-grade": [ + 211 + ], + "interconnects.": [ + 212 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 13 + }, + { + "year": 2025, + "cited_by_count": 45 + }, + { + "year": 2024, + "cited_by_count": 74 + }, + { + "year": 2023, + "cited_by_count": 98 + }, + { + "year": 2022, + "cited_by_count": 139 + }, + { + "year": 2021, + "cited_by_count": 189 + }, + { + "year": 2020, + "cited_by_count": 234 + }, + { + "year": 2019, + "cited_by_count": 207 + }, + { + "year": 2018, + "cited_by_count": 232 + }, + { + "year": 2017, + "cited_by_count": 148 + }, + { + "year": 2016, + "cited_by_count": 93 + }, + { + "year": 2015, + "cited_by_count": 24 + }, + { + "year": 2014, + "cited_by_count": 3 + } + ], + "updated_date": "2026-05-28T09:10:13.091523", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2964303497", + "doi": "https://doi.org/10.3390/electronics8080832", + "title": "Machine Learning Interpretability: A Survey on Methods and Metrics", + "display_name": "Machine Learning Interpretability: A Survey on Methods and Metrics", + "relevance_score": 2832.288, + "publication_year": 2019, + "publication_date": "2019-07-26", + "ids": { + "openalex": "https://openalex.org/W2964303497", + "doi": "https://doi.org/10.3390/electronics8080832", + "mag": "2964303497" + }, + "language": "en", + "primary_location": { + "id": "doi:10.3390/electronics8080832", + "is_oa": true, + "landing_page_url": "https://doi.org/10.3390/electronics8080832", + "pdf_url": "https://www.mdpi.com/2079-9292/8/8/832/pdf?version=1564134847", + "source": { + "id": "https://openalex.org/S4210202905", + "display_name": "Electronics", + "issn_l": "2079-9292", + "issn": [ + "2079-9292" + ], + "is_oa": true, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310310987", + "host_organization_name": "Multidisciplinary Digital Publishing Institute", + "host_organization_lineage": [ + "https://openalex.org/P4310310987" + ], + "host_organization_lineage_names": [ + "Multidisciplinary Digital Publishing Institute" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Electronics", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref", + "doaj" + ], + "open_access": { + "is_oa": true, + "oa_status": "gold", + "oa_url": "https://www.mdpi.com/2079-9292/8/8/832/pdf?version=1564134847", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5102720670", + "display_name": "Diogo V. Carvalho", + "orcid": "https://orcid.org/0000-0002-2349-4117" + }, + "institutions": [ + { + "id": "https://openalex.org/I182534213", + "display_name": "Universidade do Porto", + "ror": "https://ror.org/043pwc612", + "country_code": "PT", + "type": "education", + "lineage": [ + "https://openalex.org/I182534213" + ] + } + ], + "countries": [ + "PT" + ], + "is_corresponding": true, + "raw_author_name": "Diogo V. Carvalho", + "raw_affiliation_strings": [ + "Deloitte Portugal, Manuel Bandeira Street, 43, 4150-479 Porto, Portugal", + "Faculty of Engineering, University of Porto, Dr. Roberto Frias Street, 4200-465 Porto, Portugal" + ], + "raw_orcid": "https://orcid.org/0000-0002-2349-4117", + "affiliations": [ + { + "raw_affiliation_string": "Deloitte Portugal, Manuel Bandeira Street, 43, 4150-479 Porto, Portugal", + "institution_ids": [] + }, + { + "raw_affiliation_string": "Faculty of Engineering, University of Porto, Dr. Roberto Frias Street, 4200-465 Porto, Portugal", + "institution_ids": [ + "https://openalex.org/I182534213" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5102355791", + "display_name": "Eduardo M. Pereira", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Eduardo M. Pereira", + "raw_affiliation_strings": [ + "Deloitte Portugal, Manuel Bandeira Street, 43, 4150-479 Porto, Portugal" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Deloitte Portugal, Manuel Bandeira Street, 43, 4150-479 Porto, Portugal", + "institution_ids": [] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5013827007", + "display_name": "Jaime S. Cardoso", + "orcid": "https://orcid.org/0000-0002-3760-2473" + }, + "institutions": [ + { + "id": "https://openalex.org/I182534213", + "display_name": "Universidade do Porto", + "ror": "https://ror.org/043pwc612", + "country_code": "PT", + "type": "education", + "lineage": [ + "https://openalex.org/I182534213" + ] + }, + { + "id": "https://openalex.org/I4210166615", + "display_name": "INESC TEC", + "ror": "https://ror.org/05fa8ka61", + "country_code": "PT", + "type": "nonprofit", + "lineage": [ + "https://openalex.org/I4210125590", + "https://openalex.org/I4210166615" + ] + } + ], + "countries": [ + "PT" + ], + "is_corresponding": false, + "raw_author_name": "Jaime S. Cardoso", + "raw_affiliation_strings": [ + "Faculty of Engineering, University of Porto, Dr. Roberto Frias Street, 4200-465 Porto, Portugal", + "INESC TEC, Dr. Roberto Frias Street, 4200-465 Porto, Portugal" + ], + "raw_orcid": "https://orcid.org/0000-0002-3760-2473", + "affiliations": [ + { + "raw_affiliation_string": "Faculty of Engineering, University of Porto, Dr. Roberto Frias Street, 4200-465 Porto, Portugal", + "institution_ids": [ + "https://openalex.org/I182534213" + ] + }, + { + "raw_affiliation_string": "INESC TEC, Dr. Roberto Frias Street, 4200-465 Porto, Portugal", + "institution_ids": [ + "https://openalex.org/I4210166615" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5102720670" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I182534213" + ], + "apc_list": { + "value": 2000, + "currency": "CHF", + "value_usd": 2165 + }, + "apc_paid": { + "value": 2000, + "currency": "CHF", + "value_usd": 2165 + }, + "fwci": 90.6779, + "has_fulltext": true, + "cited_by_count": 1742, + "citation_normalized_percentile": { + "value": 0.99953229, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "8", + "issue": "8", + "first_page": "832", + "last_page": "832" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12026", + "display_name": "Explainable Artificial Intelligence (XAI)", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12026", + "display_name": "Explainable Artificial Intelligence (XAI)", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11689", + "display_name": "Adversarial Robustness in Machine Learning", + "score": 0.9976999759674072, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9767000079154968, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/interpretability", + "display_name": "Interpretability", + "score": 0.9701313972473145 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.659199059009552 + }, + { + "id": "https://openalex.org/keywords/meaning", + "display_name": "Meaning (existential)", + "score": 0.6587560772895813 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6230239272117615 + }, + { + "id": "https://openalex.org/keywords/field", + "display_name": "Field (mathematics)", + "score": 0.5974628925323486 + }, + { + "id": "https://openalex.org/keywords/audit", + "display_name": "Audit", + "score": 0.5879456400871277 + }, + { + "id": "https://openalex.org/keywords/quality", + "display_name": "Quality (philosophy)", + "score": 0.5633484125137329 + }, + { + "id": "https://openalex.org/keywords/data-science", + "display_name": "Data science", + "score": 0.5597485899925232 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.5310136675834656 + }, + { + "id": "https://openalex.org/keywords/management-science", + "display_name": "Management science", + "score": 0.4038145840167999 + }, + { + "id": "https://openalex.org/keywords/knowledge-management", + "display_name": "Knowledge management", + "score": 0.35610130429267883 + }, + { + "id": "https://openalex.org/keywords/risk-analysis", + "display_name": "Risk analysis (engineering)", + "score": 0.35108682513237 + }, + { + "id": "https://openalex.org/keywords/engineering", + "display_name": "Engineering", + "score": 0.14015191793441772 + }, + { + "id": "https://openalex.org/keywords/psychology", + "display_name": "Psychology", + "score": 0.12852543592453003 + }, + { + "id": "https://openalex.org/keywords/epistemology", + "display_name": "Epistemology", + "score": 0.08962225914001465 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C2781067378", + "wikidata": "https://www.wikidata.org/wiki/Q17027399", + "display_name": "Interpretability", + "level": 2, + "score": 0.9701313972473145 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.659199059009552 + }, + { + "id": "https://openalex.org/C2780876879", + "wikidata": "https://www.wikidata.org/wiki/Q3054749", + "display_name": "Meaning (existential)", + "level": 2, + "score": 0.6587560772895813 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6230239272117615 + }, + { + "id": "https://openalex.org/C9652623", + "wikidata": "https://www.wikidata.org/wiki/Q190109", + "display_name": "Field (mathematics)", + "level": 2, + "score": 0.5974628925323486 + }, + { + "id": "https://openalex.org/C199521495", + "wikidata": "https://www.wikidata.org/wiki/Q181487", + "display_name": "Audit", + "level": 2, + "score": 0.5879456400871277 + }, + { + "id": "https://openalex.org/C2779530757", + "wikidata": "https://www.wikidata.org/wiki/Q1207505", + "display_name": "Quality (philosophy)", + "level": 2, + "score": 0.5633484125137329 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.5597485899925232 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.5310136675834656 + }, + { + "id": "https://openalex.org/C539667460", + "wikidata": "https://www.wikidata.org/wiki/Q2414942", + "display_name": "Management science", + "level": 1, + "score": 0.4038145840167999 + }, + { + "id": "https://openalex.org/C56739046", + "wikidata": "https://www.wikidata.org/wiki/Q192060", + "display_name": "Knowledge management", + "level": 1, + "score": 0.35610130429267883 + }, + { + "id": "https://openalex.org/C112930515", + "wikidata": "https://www.wikidata.org/wiki/Q4389547", + "display_name": "Risk analysis (engineering)", + "level": 1, + "score": 0.35108682513237 + }, + { + "id": "https://openalex.org/C127413603", + "wikidata": "https://www.wikidata.org/wiki/Q11023", + "display_name": "Engineering", + "level": 0, + "score": 0.14015191793441772 + }, + { + "id": "https://openalex.org/C15744967", + "wikidata": "https://www.wikidata.org/wiki/Q9418", + "display_name": "Psychology", + "level": 0, + "score": 0.12852543592453003 + }, + { + "id": "https://openalex.org/C111472728", + "wikidata": "https://www.wikidata.org/wiki/Q9471", + "display_name": "Epistemology", + "level": 1, + "score": 0.08962225914001465 + }, + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C202444582", + "wikidata": "https://www.wikidata.org/wiki/Q837863", + "display_name": "Pure mathematics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C138885662", + "wikidata": "https://www.wikidata.org/wiki/Q5891", + "display_name": "Philosophy", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C187736073", + "wikidata": "https://www.wikidata.org/wiki/Q2920921", + "display_name": "Management", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C542102704", + "wikidata": "https://www.wikidata.org/wiki/Q183257", + "display_name": "Psychotherapist", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C162324750", + "wikidata": "https://www.wikidata.org/wiki/Q8134", + "display_name": "Economics", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 3, + "locations": [ + { + "id": "doi:10.3390/electronics8080832", + "is_oa": true, + "landing_page_url": "https://doi.org/10.3390/electronics8080832", + "pdf_url": "https://www.mdpi.com/2079-9292/8/8/832/pdf?version=1564134847", + "source": { + "id": "https://openalex.org/S4210202905", + "display_name": "Electronics", + "issn_l": "2079-9292", + "issn": [ + "2079-9292" + ], + "is_oa": true, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310310987", + "host_organization_name": "Multidisciplinary Digital Publishing Institute", + "host_organization_lineage": [ + "https://openalex.org/P4310310987" + ], + "host_organization_lineage_names": [ + "Multidisciplinary Digital Publishing Institute" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Electronics", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:doaj.org/article:45fdfd3de6ed423b85a89d6e8d758b60", + "is_oa": true, + "landing_page_url": "https://doaj.org/article/45fdfd3de6ed423b85a89d6e8d758b60", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401280", + "display_name": "DOAJ (DOAJ: Directory of Open Access Journals)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by-sa", + "license_id": "https://openalex.org/licenses/cc-by-sa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Electronics, Vol 8, Iss 8, p 832 (2019)", + "raw_type": "article" + }, + { + "id": "pmh:oai:mdpi.com:/2079-9292/8/8/832/", + "is_oa": true, + "landing_page_url": "http://dx.doi.org/10.3390/electronics8080832", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400947", + "display_name": "MDPI (MDPI AG)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I4210097602", + "host_organization_name": "Multidisciplinary Digital Publishing Institute (Switzerland)", + "host_organization_lineage": [ + "https://openalex.org/I4210097602" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Electronics", + "raw_type": "Text" + } + ], + "best_oa_location": { + "id": "doi:10.3390/electronics8080832", + "is_oa": true, + "landing_page_url": "https://doi.org/10.3390/electronics8080832", + "pdf_url": "https://www.mdpi.com/2079-9292/8/8/832/pdf?version=1564134847", + "source": { + "id": "https://openalex.org/S4210202905", + "display_name": "Electronics", + "issn_l": "2079-9292", + "issn": [ + "2079-9292" + ], + "is_oa": true, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310310987", + "host_organization_name": "Multidisciplinary Digital Publishing Institute", + "host_organization_lineage": [ + "https://openalex.org/P4310310987" + ], + "host_organization_lineage_names": [ + "Multidisciplinary Digital Publishing Institute" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Electronics", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [ + { + "id": "https://metadata.un.org/sdg/16", + "score": 0.7200000286102295, + "display_name": "Peace, Justice and strong institutions" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": true, + "pdf": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W2964303497.pdf", + "grobid_xml": "https://content.openalex.org/works/W2964303497.grobid-xml" + }, + "referenced_works_count": 113, + "referenced_works": [ + "https://openalex.org/W17854248", + "https://openalex.org/W1516436026", + "https://openalex.org/W1537462412", + "https://openalex.org/W1585983533", + "https://openalex.org/W1678356000", + "https://openalex.org/W1821462560", + "https://openalex.org/W1968340857", + "https://openalex.org/W1971996841", + "https://openalex.org/W1977556410", + "https://openalex.org/W2026905436", + "https://openalex.org/W2048231652", + "https://openalex.org/W2063046703", + "https://openalex.org/W2073838543", + "https://openalex.org/W2075585362", + "https://openalex.org/W2084341220", + "https://openalex.org/W2096434649", + "https://openalex.org/W2123045220", + "https://openalex.org/W2125847307", + "https://openalex.org/W2130485404", + "https://openalex.org/W2134584261", + "https://openalex.org/W2134598164", + "https://openalex.org/W2149033360", + "https://openalex.org/W2187089797", + "https://openalex.org/W2194775991", + "https://openalex.org/W2195388612", + "https://openalex.org/W2198766081", + "https://openalex.org/W2232104438", + "https://openalex.org/W2282821441", + "https://openalex.org/W2319794630", + "https://openalex.org/W2367397349", + "https://openalex.org/W2467510144", + "https://openalex.org/W2528204193", + "https://openalex.org/W2551974706", + "https://openalex.org/W2564414379", + "https://openalex.org/W2587529872", + "https://openalex.org/W2594475271", + "https://openalex.org/W2607223307", + "https://openalex.org/W2617799811", + "https://openalex.org/W2618851150", + "https://openalex.org/W2626639386", + "https://openalex.org/W2732547613", + "https://openalex.org/W2744283806", + "https://openalex.org/W2744365997", + "https://openalex.org/W2762409054", + "https://openalex.org/W2762968537", + "https://openalex.org/W2765308317", + "https://openalex.org/W2769421449", + "https://openalex.org/W2769506033", + "https://openalex.org/W2781844902", + "https://openalex.org/W2787752464", + "https://openalex.org/W2788403449", + "https://openalex.org/W2791469229", + "https://openalex.org/W2794596673", + "https://openalex.org/W2795530988", + "https://openalex.org/W2795807997", + "https://openalex.org/W2796215194", + "https://openalex.org/W2796885425", + "https://openalex.org/W2804657206", + "https://openalex.org/W2806259446", + "https://openalex.org/W2807015674", + "https://openalex.org/W2807124908", + "https://openalex.org/W2810487289", + "https://openalex.org/W2886614482", + "https://openalex.org/W2887189984", + "https://openalex.org/W2891503716", + "https://openalex.org/W2894881080", + "https://openalex.org/W2898027682", + "https://openalex.org/W2901939789", + "https://openalex.org/W2902011388", + "https://openalex.org/W2902255491", + "https://openalex.org/W2907871166", + "https://openalex.org/W2917767525", + "https://openalex.org/W2920246635", + "https://openalex.org/W2927351257", + "https://openalex.org/W2947113669", + "https://openalex.org/W2949197630", + "https://openalex.org/W2949706042", + "https://openalex.org/W2950538796", + "https://openalex.org/W2951264787", + "https://openalex.org/W2952467640", + "https://openalex.org/W2962689739", + "https://openalex.org/W2962790223", + "https://openalex.org/W2962858109", + "https://openalex.org/W2963095307", + "https://openalex.org/W2963125461", + "https://openalex.org/W2963483561", + "https://openalex.org/W2963660754", + "https://openalex.org/W2963847595", + "https://openalex.org/W2964112969", + "https://openalex.org/W2964244352", + "https://openalex.org/W2965595588", + "https://openalex.org/W2979481854", + "https://openalex.org/W2979997102", + "https://openalex.org/W2982560934", + "https://openalex.org/W3023058184", + "https://openalex.org/W3098278632", + "https://openalex.org/W3104119469", + "https://openalex.org/W3124443940", + "https://openalex.org/W3128452405", + "https://openalex.org/W4206534706", + "https://openalex.org/W4226065182", + "https://openalex.org/W4231827019", + "https://openalex.org/W4298082496", + "https://openalex.org/W4399636541", + "https://openalex.org/W6644682428", + "https://openalex.org/W6728551298", + "https://openalex.org/W6744393810", + "https://openalex.org/W6745730051", + "https://openalex.org/W6749553640", + "https://openalex.org/W6755687963", + "https://openalex.org/W6757984148", + "https://openalex.org/W6790587931", + "https://openalex.org/W6809680140" + ], + "related_works": [ + "https://openalex.org/W2905433371", + "https://openalex.org/W2888392564", + "https://openalex.org/W4310278675", + "https://openalex.org/W4388422664", + "https://openalex.org/W4390569940", + "https://openalex.org/W4361193272", + "https://openalex.org/W2963326959", + "https://openalex.org/W4388685194", + "https://openalex.org/W4312407344", + "https://openalex.org/W2894289927" + ], + "abstract_inverted_index": { + "Machine": [ + 0 + ], + "learning": [ + 1, + 96, + 177 + ], + "systems": [ + 2, + 40 + ], + "are": [ + 3, + 52, + 145 + ], + "becoming": [ + 4 + ], + "increasingly": [ + 5 + ], + "ubiquitous.": [ + 6 + ], + "These": [ + 7 + ], + "systems’s": [ + 8 + ], + "adoption": [ + 9 + ], + "has": [ + 10, + 106 + ], + "been": [ + 11 + ], + "expanding,": [ + 12 + ], + "accelerating": [ + 13 + ], + "the": [ + 14, + 55, + 63, + 77, + 85, + 88, + 122, + 127, + 141, + 146, + 152, + 168, + 172, + 182, + 187 + ], + "shift": [ + 15 + ], + "towards": [ + 16 + ], + "a": [ + 17, + 165, + 193 + ], + "more": [ + 18 + ], + "algorithmic": [ + 19 + ], + "society,": [ + 20 + ], + "meaning": [ + 21, + 45 + ], + "that": [ + 22 + ], + "algorithmically": [ + 23 + ], + "informed": [ + 24 + ], + "decisions": [ + 25, + 82 + ], + "have": [ + 26, + 75 + ], + "greater": [ + 27 + ], + "potential": [ + 28 + ], + "for": [ + 29, + 87, + 98 + ], + "significant": [ + 30 + ], + "social": [ + 31 + ], + "impact.": [ + 32 + ], + "However,": [ + 33, + 126 + ], + "most": [ + 34, + 147 + ], + "of": [ + 35, + 81, + 129, + 154, + 159, + 167, + 171, + 205 + ], + "these": [ + 36, + 130 + ], + "accurate": [ + 37 + ], + "decision": [ + 38 + ], + "support": [ + 39 + ], + "remain": [ + 41 + ], + "complex": [ + 42 + ], + "black": [ + 43 + ], + "boxes,": [ + 44 + ], + "their": [ + 46, + 66 + ], + "internal": [ + 47 + ], + "logic": [ + 48 + ], + "and": [ + 49, + 57, + 71, + 79, + 93, + 111, + 118, + 185, + 190 + ], + "inner": [ + 50 + ], + "workings": [ + 51 + ], + "hidden": [ + 53 + ], + "to": [ + 54, + 90, + 139, + 150, + 163, + 201 + ], + "user": [ + 56 + ], + "even": [ + 58 + ], + "experts": [ + 59 + ], + "cannot": [ + 60 + ], + "fully": [ + 61 + ], + "understand": [ + 62 + ], + "rationale": [ + 64 + ], + "behind": [ + 65 + ], + "predictions.": [ + 67 + ], + "Moreover,": [ + 68 + ], + "new": [ + 69 + ], + "regulations": [ + 70 + ], + "highly": [ + 72 + ], + "regulated": [ + 73 + ], + "domains": [ + 74 + ], + "made": [ + 76 + ], + "audit": [ + 78 + ], + "verifiability": [ + 80 + ], + "mandatory,": [ + 83 + ], + "increasing": [ + 84 + ], + "demand": [ + 86 + ], + "ability": [ + 89 + ], + "question,": [ + 91 + ], + "understand,": [ + 92 + ], + "trust": [ + 94 + ], + "machine": [ + 95, + 176 + ], + "systems,": [ + 97 + ], + "which": [ + 99 + ], + "interpretability": [ + 100, + 109, + 178 + ], + "is": [ + 101, + 134, + 162, + 197 + ], + "indispensable.": [ + 102 + ], + "The": [ + 103, + 157 + ], + "research": [ + 104, + 173 + ], + "community": [ + 105 + ], + "recognized": [ + 107 + ], + "this": [ + 108, + 160, + 208 + ], + "problem": [ + 110 + ], + "focused": [ + 112 + ], + "on": [ + 113, + 137, + 175, + 181, + 186, + 207 + ], + "developing": [ + 114 + ], + "both": [ + 115 + ], + "interpretable": [ + 116 + ], + "models": [ + 117 + ], + "explanation": [ + 119, + 142 + ], + "methods": [ + 120, + 131, + 189 + ], + "over": [ + 121 + ], + "past": [ + 123 + ], + "few": [ + 124 + ], + "years.": [ + 125 + ], + "emergence": [ + 128 + ], + "shows": [ + 132 + ], + "there": [ + 133 + ], + "no": [ + 135 + ], + "consensus": [ + 136 + ], + "how": [ + 138 + ], + "assess": [ + 140, + 151 + ], + "quality.": [ + 143 + ], + "Which": [ + 144 + ], + "suitable": [ + 148 + ], + "metrics": [ + 149 + ], + "quality": [ + 153 + ], + "an": [ + 155 + ], + "explanation?": [ + 156 + ], + "aim": [ + 158 + ], + "article": [ + 161 + ], + "provide": [ + 164 + ], + "review": [ + 166, + 196 + ], + "current": [ + 169 + ], + "state": [ + 170 + ], + "field": [ + 174 + ], + "while": [ + 179 + ], + "focusing": [ + 180 + ], + "societal": [ + 183 + ], + "impact": [ + 184 + ], + "developed": [ + 188 + ], + "metrics.": [ + 191 + ], + "Furthermore,": [ + 192 + ], + "complete": [ + 194 + ], + "literature": [ + 195 + ], + "presented": [ + 198 + ], + "in": [ + 199 + ], + "order": [ + 200 + ], + "identify": [ + 202 + ], + "future": [ + 203 + ], + "directions": [ + 204 + ], + "work": [ + 206 + ], + "field.": [ + 209 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 101 + }, + { + "year": 2025, + "cited_by_count": 348 + }, + { + "year": 2024, + "cited_by_count": 347 + }, + { + "year": 2023, + "cited_by_count": 324 + }, + { + "year": 2022, + "cited_by_count": 294 + }, + { + "year": 2021, + "cited_by_count": 226 + }, + { + "year": 2020, + "cited_by_count": 97 + }, + { + "year": 2019, + "cited_by_count": 4 + }, + { + "year": 2012, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-27T09:02:27.158192", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W1563088657", + "doi": "https://doi.org/10.1017/cbo9780511801389", + "title": "An Introduction to Support Vector Machines and Other Kernel-based Learning Methods", + "display_name": "An Introduction to Support Vector Machines and Other Kernel-based Learning Methods", + "relevance_score": 2830.7322, + "publication_year": 2000, + "publication_date": "2000-03-23", + "ids": { + "openalex": "https://openalex.org/W1563088657", + "doi": "https://doi.org/10.1017/cbo9780511801389", + "mag": "1563088657" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1017/cbo9780511801389", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1017/cbo9780511801389", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306462995", + "display_name": "Cambridge University Press eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/P4310311721", + "host_organization_name": "Cambridge University Press", + "host_organization_lineage": [ + "https://openalex.org/P4310311721", + "https://openalex.org/P4310311702" + ], + "host_organization_lineage_names": [ + "Cambridge University Press", + "University of Cambridge" + ], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "monograph" + }, + "type": "book", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5083307694", + "display_name": "Nello Cristianini", + "orcid": "https://orcid.org/0000-0001-7740-0449" + }, + "institutions": [ + { + "id": "https://openalex.org/I36234482", + "display_name": "University of Bristol", + "ror": "https://ror.org/0524sp257", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I36234482" + ] + } + ], + "countries": [ + "GB" + ], + "is_corresponding": true, + "raw_author_name": "Nello Cristianini", + "raw_affiliation_strings": [ + "University of Bristol" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Bristol", + "institution_ids": [ + "https://openalex.org/I36234482" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5047980012", + "display_name": "John Shawe‐Taylor", + "orcid": "https://orcid.org/0000-0002-2030-0073" + }, + "institutions": [ + { + "id": "https://openalex.org/I184558857", + "display_name": "Royal Holloway University of London", + "ror": "https://ror.org/04g2vpn86", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I124357947", + "https://openalex.org/I184558857" + ] + } + ], + "countries": [ + "GB" + ], + "is_corresponding": false, + "raw_author_name": "John Shawe-Taylor", + "raw_affiliation_strings": [ + "Royal Holloway, University of London", + "†Royal Holloway, University of London" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Royal Holloway, University of London", + "institution_ids": [ + "https://openalex.org/I184558857" + ] + }, + { + "raw_affiliation_string": "†Royal Holloway, University of London", + "institution_ids": [ + "https://openalex.org/I184558857" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5083307694" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I36234482" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 129.5763, + "has_fulltext": false, + "cited_by_count": 13866, + "citation_normalized_percentile": { + "value": 1.0, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10057", + "display_name": "Face and Expression Recognition", + "score": 0.5723999738693237, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10057", + "display_name": "Face and Expression Recognition", + "score": 0.5723999738693237, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11550", + "display_name": "Text and Document Classification Technologies", + "score": 0.5425999760627747, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.4860999882221222, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7553318738937378 + }, + { + "id": "https://openalex.org/keywords/grasp", + "display_name": "GRASP", + "score": 0.6769353151321411 + }, + { + "id": "https://openalex.org/keywords/support-vector-machine", + "display_name": "Support vector machine", + "score": 0.6746301651000977 + }, + { + "id": "https://openalex.org/keywords/point", + "display_name": "Point (geometry)", + "score": 0.6089456677436829 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5675321817398071 + }, + { + "id": "https://openalex.org/keywords/statistical-learning-theory", + "display_name": "Statistical learning theory", + "score": 0.5189080834388733 + }, + { + "id": "https://openalex.org/keywords/presentation", + "display_name": "Presentation (obstetrics)", + "score": 0.5127816796302795 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.5107676982879639 + }, + { + "id": "https://openalex.org/keywords/software", + "display_name": "Software", + "score": 0.45903491973876953 + }, + { + "id": "https://openalex.org/keywords/kernel", + "display_name": "Kernel (algebra)", + "score": 0.4535565972328186 + }, + { + "id": "https://openalex.org/keywords/data-science", + "display_name": "Data science", + "score": 0.3457496166229248 + }, + { + "id": "https://openalex.org/keywords/software-engineering", + "display_name": "Software engineering", + "score": 0.2609504163265228 + }, + { + "id": "https://openalex.org/keywords/programming-language", + "display_name": "Programming language", + "score": 0.09729310870170593 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7553318738937378 + }, + { + "id": "https://openalex.org/C171268870", + "wikidata": "https://www.wikidata.org/wiki/Q1486676", + "display_name": "GRASP", + "level": 2, + "score": 0.6769353151321411 + }, + { + "id": "https://openalex.org/C12267149", + "wikidata": "https://www.wikidata.org/wiki/Q282453", + "display_name": "Support vector machine", + "level": 2, + "score": 0.6746301651000977 + }, + { + "id": "https://openalex.org/C28719098", + "wikidata": "https://www.wikidata.org/wiki/Q44946", + "display_name": "Point (geometry)", + "level": 2, + "score": 0.6089456677436829 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5675321817398071 + }, + { + "id": "https://openalex.org/C2779915298", + "wikidata": "https://www.wikidata.org/wiki/Q7604400", + "display_name": "Statistical learning theory", + "level": 3, + "score": 0.5189080834388733 + }, + { + "id": "https://openalex.org/C2777601897", + "wikidata": "https://www.wikidata.org/wiki/Q3409113", + "display_name": "Presentation (obstetrics)", + "level": 2, + "score": 0.5127816796302795 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.5107676982879639 + }, + { + "id": "https://openalex.org/C2777904410", + "wikidata": "https://www.wikidata.org/wiki/Q7397", + "display_name": "Software", + "level": 2, + "score": 0.45903491973876953 + }, + { + "id": "https://openalex.org/C74193536", + "wikidata": "https://www.wikidata.org/wiki/Q574844", + "display_name": "Kernel (algebra)", + "level": 2, + "score": 0.4535565972328186 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.3457496166229248 + }, + { + "id": "https://openalex.org/C115903868", + "wikidata": "https://www.wikidata.org/wiki/Q80993", + "display_name": "Software engineering", + "level": 1, + "score": 0.2609504163265228 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.09729310870170593 + }, + { + "id": "https://openalex.org/C2524010", + "wikidata": "https://www.wikidata.org/wiki/Q8087", + "display_name": "Geometry", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C126838900", + "wikidata": "https://www.wikidata.org/wiki/Q77604", + "display_name": "Radiology", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C114614502", + "wikidata": "https://www.wikidata.org/wiki/Q76592", + "display_name": "Combinatorics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 11, + "locations": [ + { + "id": "doi:10.1017/cbo9780511801389", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1017/cbo9780511801389", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306462995", + "display_name": "Cambridge University Press eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/P4310311721", + "host_organization_name": "Cambridge University Press", + "host_organization_lineage": [ + "https://openalex.org/P4310311721", + "https://openalex.org/P4310311702" + ], + "host_organization_lineage_names": [ + "Cambridge University Press", + "University of Cambridge" + ], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "monograph" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-008832996", + "is_oa": false, + "landing_page_url": null, + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-014827826", + "is_oa": false, + "landing_page_url": "http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=014827826&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-018922583", + "is_oa": false, + "landing_page_url": "http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=018922583&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-019935426", + "is_oa": false, + "landing_page_url": "http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=019935426&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-028388686", + "is_oa": false, + "landing_page_url": "http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&db=nlabk&AN=510940", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "software, multimedia" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-029352050", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1017/CBO9780511801389", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "software, multimedia" + }, + { + "id": "pmh:oai:bibliotecavirtualdefensa.es:671734", + "is_oa": false, + "landing_page_url": "https://bibliotecavirtual.defensa.gob.es/BVMDefensa/es/consulta/registro.do?id=671734", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4377196928", + "display_name": "Virtual Defense Library (Ministerio de Defensa)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I4210162908", + "host_organization_name": "Ministerio de Defensa", + "host_organization_lineage": [ + "https://openalex.org/I4210162908" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Libros" + }, + { + "id": "pmh:oai:cds.cern.ch:735638", + "is_oa": false, + "landing_page_url": "http://cds.cern.ch/record/735638", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402195", + "display_name": "CERN Document Server (European Organization for Nuclear Research)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I67311998", + "host_organization_name": "European Organization for Nuclear Research", + "host_organization_lineage": [ + "https://openalex.org/I67311998" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + }, + { + "id": "pmh:oai:eprints.ucl.ac.uk.OAI2:1377602", + "is_oa": false, + "landing_page_url": "http://discovery.ucl.ac.uk/1377602/", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400024", + "display_name": "UCL Discovery (University College London)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I45129253", + "host_organization_name": "University College London", + "host_organization_lineage": [ + "https://openalex.org/I45129253" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": " Cambridge University Press (2010) ", + "raw_type": "Book" + }, + { + "id": "pmh:oai:infoscience.epfl.ch:51488", + "is_oa": false, + "landing_page_url": "http://infoscience.epfl.ch/record/51488", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400488", + "display_name": "Infoscience (Ecole Polytechnique Fédérale de Lausanne)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Text" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "id": "https://metadata.un.org/sdg/4", + "score": 0.7699999809265137, + "display_name": "Quality Education" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [ + "https://openalex.org/W2369526193", + "https://openalex.org/W2394142199", + "https://openalex.org/W2382810153", + "https://openalex.org/W3013091747", + "https://openalex.org/W2389264710", + "https://openalex.org/W2186819599", + "https://openalex.org/W2367955905", + "https://openalex.org/W2385435757", + "https://openalex.org/W2371052470", + "https://openalex.org/W2535735882" + ], + "abstract_inverted_index": { + "This": [ + 0 + ], + "is": [ + 1, + 100 + ], + "the": [ + 2, + 49, + 61, + 74, + 82, + 98, + 125 + ], + "first": [ + 3 + ], + "comprehensive": [ + 4 + ], + "introduction": [ + 5 + ], + "to": [ + 6, + 105, + 135 + ], + "Support": [ + 7 + ], + "Vector": [ + 8 + ], + "Machines": [ + 9 + ], + "(SVMs),": [ + 10 + ], + "a": [ + 11, + 78 + ], + "generation": [ + 12 + ], + "learning": [ + 13, + 21, + 54 + ], + "system": [ + 14 + ], + "based": [ + 15 + ], + "on": [ + 16 + ], + "recent": [ + 17 + ], + "advances": [ + 18 + ], + "in": [ + 19, + 27, + 92 + ], + "statistical": [ + 20 + ], + "theory.": [ + 22 + ], + "SVMs": [ + 23 + ], + "deliver": [ + 24 + ], + "state-of-the-art": [ + 25 + ], + "performance": [ + 26 + ], + "real-world": [ + 28 + ], + "applications": [ + 29 + ], + "such": [ + 30 + ], + "as": [ + 31, + 46 + ], + "text": [ + 32 + ], + "categorisation,": [ + 33 + ], + "hand-written": [ + 34 + ], + "character": [ + 35 + ], + "recognition,": [ + 36 + ], + "image": [ + 37 + ], + "classification,": [ + 38 + ], + "biosequences": [ + 39 + ], + "analysis,": [ + 40 + ], + "etc.,": [ + 41 + ], + "and": [ + 42, + 55, + 65, + 84, + 94, + 102, + 108, + 127, + 140 + ], + "are": [ + 43, + 89 + ], + "now": [ + 44 + ], + "established": [ + 45 + ], + "one": [ + 47 + ], + "of": [ + 48, + 81 + ], + "standard": [ + 50 + ], + "tools": [ + 51 + ], + "for": [ + 52, + 77, + 121 + ], + "machine": [ + 53 + ], + "data": [ + 56 + ], + "mining.": [ + 57 + ], + "Students": [ + 58 + ], + "will": [ + 59, + 69, + 132 + ], + "find": [ + 60 + ], + "book": [ + 62, + 126 + ], + "both": [ + 63 + ], + "stimulating": [ + 64 + ], + "accessible,": [ + 66 + ], + "while": [ + 67, + 97 + ], + "practitioners": [ + 68, + 134 + ], + "be": [ + 70 + ], + "guided": [ + 71 + ], + "smoothly": [ + 72 + ], + "through": [ + 73 + ], + "material": [ + 75 + ], + "required": [ + 76 + ], + "good": [ + 79 + ], + "grasp": [ + 80 + ], + "theory": [ + 83 + ], + "its": [ + 85, + 128 + ], + "applications.": [ + 86 + ], + "The": [ + 87 + ], + "concepts": [ + 88 + ], + "introduced": [ + 90 + ], + "gradually": [ + 91 + ], + "accessible": [ + 93 + ], + "self-contained": [ + 95 + ], + "stages,": [ + 96 + ], + "presentation": [ + 99 + ], + "rigorous": [ + 101 + ], + "thorough.": [ + 103 + ], + "Pointers": [ + 104 + ], + "relevant": [ + 106 + ], + "literature": [ + 107 + ], + "web": [ + 109, + 130 + ], + "sites": [ + 110 + ], + "containing": [ + 111 + ], + "software": [ + 112 + ], + "ensure": [ + 113 + ], + "that": [ + 114 + ], + "it": [ + 115 + ], + "forms": [ + 116 + ], + "an": [ + 117 + ], + "ideal": [ + 118 + ], + "starting": [ + 119 + ], + "point": [ + 120 + ], + "further": [ + 122 + ], + "study.": [ + 123 + ], + "Equally,": [ + 124 + ], + "associated": [ + 129 + ], + "site": [ + 131 + ], + "guide": [ + 133 + ], + "updated": [ + 136 + ], + "literature,": [ + 137 + ], + "new": [ + 138 + ], + "applications,": [ + 139 + ], + "on-line": [ + 141 + ], + "software.": [ + 142 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 70 + }, + { + "year": 2025, + "cited_by_count": 254 + }, + { + "year": 2024, + "cited_by_count": 299 + }, + { + "year": 2023, + "cited_by_count": 361 + }, + { + "year": 2022, + "cited_by_count": 432 + }, + { + "year": 2021, + "cited_by_count": 589 + }, + { + "year": 2020, + "cited_by_count": 597 + }, + { + "year": 2019, + "cited_by_count": 618 + }, + { + "year": 2018, + "cited_by_count": 618 + }, + { + "year": 2017, + "cited_by_count": 622 + }, + { + "year": 2016, + "cited_by_count": 654 + }, + { + "year": 2015, + "cited_by_count": 750 + }, + { + "year": 2014, + "cited_by_count": 767 + }, + { + "year": 2013, + "cited_by_count": 738 + }, + { + "year": 2012, + "cited_by_count": 765 + } + ], + "updated_date": "2026-05-26T13:28:51.108037", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2798701005", + "doi": "https://doi.org/10.1126/science.aat8084", + "title": "All-optical machine learning using diffractive deep neural networks", + "display_name": "All-optical machine learning using diffractive deep neural networks", + "relevance_score": 2812.0886, + "publication_year": 2018, + "publication_date": "2018-07-26", + "ids": { + "openalex": "https://openalex.org/W2798701005", + "doi": "https://doi.org/10.1126/science.aat8084", + "mag": "2798701005", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/30049787" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1126/science.aat8084", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1126/science.aat8084", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S3880285", + "display_name": "Science", + "issn_l": "0036-8075", + "issn": [ + "0036-8075", + "1095-9203" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315823", + "host_organization_name": "American Association for the Advancement of Science", + "host_organization_lineage": [ + "https://openalex.org/P4310315823" + ], + "host_organization_lineage_names": [ + "American Association for the Advancement of Science" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Science", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "arxiv", + "crossref", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1804.08711", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": null, + "display_name": "Xing Lin", + "orcid": "https://orcid.org/0000-0002-5560-7286" + }, + "institutions": [ + { + "id": "https://openalex.org/I142207940", + "display_name": "California NanoSystems Institute", + "ror": "https://ror.org/00q7fqf35", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I142207940", + "https://openalex.org/I154570441", + "https://openalex.org/I161318765" + ] + }, + { + "id": "https://openalex.org/I161318765", + "display_name": "University of California, Los Angeles", + "ror": "https://ror.org/046rm7j60", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I161318765" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Xing Lin", + "raw_affiliation_strings": [ + "California NanoSystems Institute (CNSI), University of California, Los Angeles, CA 90095, USA", + "Department of Bioengineering, University of California, Los Angeles, CA 90095, USA", + "Department of Electrical and Computer Engineering, University of California, Los Angeles, CA 90095, USA" + ], + "raw_orcid": "https://orcid.org/0000-0002-5560-7286", + "affiliations": [ + { + "raw_affiliation_string": "California NanoSystems Institute (CNSI), University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I142207940", + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Department of Bioengineering, University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Department of Electrical and Computer Engineering, University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5058629781", + "display_name": "Yair Rivenson", + "orcid": "https://orcid.org/0000-0003-1132-0715" + }, + "institutions": [ + { + "id": "https://openalex.org/I142207940", + "display_name": "California NanoSystems Institute", + "ror": "https://ror.org/00q7fqf35", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I142207940", + "https://openalex.org/I154570441", + "https://openalex.org/I161318765" + ] + }, + { + "id": "https://openalex.org/I161318765", + "display_name": "University of California, Los Angeles", + "ror": "https://ror.org/046rm7j60", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I161318765" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Yair Rivenson", + "raw_affiliation_strings": [ + "California NanoSystems Institute (CNSI), University of California, Los Angeles, CA 90095, USA", + "Department of Bioengineering, University of California, Los Angeles, CA 90095, USA", + "Department of Electrical and Computer Engineering, University of California, Los Angeles, CA 90095, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "California NanoSystems Institute (CNSI), University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I142207940", + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Department of Bioengineering, University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Department of Electrical and Computer Engineering, University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5043009217", + "display_name": "Nezih Tolga Yardimci", + "orcid": "https://orcid.org/0000-0002-3623-5835" + }, + "institutions": [ + { + "id": "https://openalex.org/I142207940", + "display_name": "California NanoSystems Institute", + "ror": "https://ror.org/00q7fqf35", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I142207940", + "https://openalex.org/I154570441", + "https://openalex.org/I161318765" + ] + }, + { + "id": "https://openalex.org/I161318765", + "display_name": "University of California, Los Angeles", + "ror": "https://ror.org/046rm7j60", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I161318765" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Nezih T. Yardimci", + "raw_affiliation_strings": [ + "California NanoSystems Institute (CNSI), University of California, Los Angeles, CA 90095, USA", + "Department of Electrical and Computer Engineering, University of California, Los Angeles, CA 90095, USA" + ], + "raw_orcid": "https://orcid.org/0000-0002-3623-5835", + "affiliations": [ + { + "raw_affiliation_string": "California NanoSystems Institute (CNSI), University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I142207940", + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Department of Electrical and Computer Engineering, University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5107809600", + "display_name": "Muhammed Veli", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I142207940", + "display_name": "California NanoSystems Institute", + "ror": "https://ror.org/00q7fqf35", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I142207940", + "https://openalex.org/I154570441", + "https://openalex.org/I161318765" + ] + }, + { + "id": "https://openalex.org/I161318765", + "display_name": "University of California, Los Angeles", + "ror": "https://ror.org/046rm7j60", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I161318765" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Muhammed Veli", + "raw_affiliation_strings": [ + "California NanoSystems Institute (CNSI), University of California, Los Angeles, CA 90095, USA", + "Department of Bioengineering, University of California, Los Angeles, CA 90095, USA", + "Department of Electrical and Computer Engineering, University of California, Los Angeles, CA 90095, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "California NanoSystems Institute (CNSI), University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I142207940", + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Department of Bioengineering, University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Department of Electrical and Computer Engineering, University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5069743536", + "display_name": "Yi Luo", + "orcid": "https://orcid.org/0000-0001-9442-547X" + }, + "institutions": [ + { + "id": "https://openalex.org/I142207940", + "display_name": "California NanoSystems Institute", + "ror": "https://ror.org/00q7fqf35", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I142207940", + "https://openalex.org/I154570441", + "https://openalex.org/I161318765" + ] + }, + { + "id": "https://openalex.org/I161318765", + "display_name": "University of California, Los Angeles", + "ror": "https://ror.org/046rm7j60", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I161318765" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Yi Luo", + "raw_affiliation_strings": [ + "California NanoSystems Institute (CNSI), University of California, Los Angeles, CA 90095, USA", + "Department of Bioengineering, University of California, Los Angeles, CA 90095, USA", + "Department of Electrical and Computer Engineering, University of California, Los Angeles, CA 90095, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "California NanoSystems Institute (CNSI), University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I142207940", + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Department of Bioengineering, University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Department of Electrical and Computer Engineering, University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5003547576", + "display_name": "Mona Jarrahi", + "orcid": "https://orcid.org/0000-0001-9514-555X" + }, + "institutions": [ + { + "id": "https://openalex.org/I142207940", + "display_name": "California NanoSystems Institute", + "ror": "https://ror.org/00q7fqf35", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I142207940", + "https://openalex.org/I154570441", + "https://openalex.org/I161318765" + ] + }, + { + "id": "https://openalex.org/I161318765", + "display_name": "University of California, Los Angeles", + "ror": "https://ror.org/046rm7j60", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I161318765" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Mona Jarrahi", + "raw_affiliation_strings": [ + "California NanoSystems Institute (CNSI), University of California, Los Angeles, CA 90095, USA", + "Department of Electrical and Computer Engineering, University of California, Los Angeles, CA 90095, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "California NanoSystems Institute (CNSI), University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I142207940", + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Department of Electrical and Computer Engineering, University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5016207990", + "display_name": "Aydogan Özcan", + "orcid": "https://orcid.org/0000-0002-0717-683X" + }, + "institutions": [ + { + "id": "https://openalex.org/I142207940", + "display_name": "California NanoSystems Institute", + "ror": "https://ror.org/00q7fqf35", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I142207940", + "https://openalex.org/I154570441", + "https://openalex.org/I161318765" + ] + }, + { + "id": "https://openalex.org/I161318765", + "display_name": "University of California, Los Angeles", + "ror": "https://ror.org/046rm7j60", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I161318765" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Aydogan Ozcan", + "raw_affiliation_strings": [ + "California NanoSystems Institute (CNSI), University of California, Los Angeles, CA 90095, USA", + "Department of Bioengineering, University of California, Los Angeles, CA 90095, USA", + "Department of Electrical and Computer Engineering, University of California, Los Angeles, CA 90095, USA", + "Department of Surgery, David Geffen School of Medicine, University of California, Los Angeles, CA 90095, USA" + ], + "raw_orcid": "https://orcid.org/0000-0002-0717-683X", + "affiliations": [ + { + "raw_affiliation_string": "California NanoSystems Institute (CNSI), University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I142207940", + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Department of Bioengineering, University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Department of Electrical and Computer Engineering, University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + }, + { + "raw_affiliation_string": "Department of Surgery, David Geffen School of Medicine, University of California, Los Angeles, CA 90095, USA", + "institution_ids": [ + "https://openalex.org/I161318765" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 7, + "corresponding_author_ids": [ + "https://openalex.org/A5016207990" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I142207940", + "https://openalex.org/I161318765" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 92.9123, + "has_fulltext": false, + "cited_by_count": 2394, + "citation_normalized_percentile": { + "value": 0.99953225, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "361", + "issue": "6406", + "first_page": "1004", + "last_page": "1008" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12611", + "display_name": "Neural Networks and Reservoir Computing", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12611", + "display_name": "Neural Networks and Reservoir Computing", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10299", + "display_name": "Photonic and Optical Devices", + "score": 0.9991999864578247, + "subfield": { + "id": "https://openalex.org/subfields/2208", + "display_name": "Electrical and Electronic Engineering" + }, + "field": { + "id": "https://openalex.org/fields/22", + "display_name": "Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10232", + "display_name": "Optical Network Technologies", + "score": 0.9976999759674072, + "subfield": { + "id": "https://openalex.org/subfields/2208", + "display_name": "Electrical and Electronic Engineering" + }, + "field": { + "id": "https://openalex.org/fields/22", + "display_name": "Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7860591411590576 + }, + { + "id": "https://openalex.org/keywords/deep-learning", + "display_name": "Deep learning", + "score": 0.7775610685348511 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6655349731445312 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.5838559865951538 + }, + { + "id": "https://openalex.org/keywords/feature", + "display_name": "Feature (linguistics)", + "score": 0.48495984077453613 + }, + { + "id": "https://openalex.org/keywords/lithography", + "display_name": "Lithography", + "score": 0.41517090797424316 + }, + { + "id": "https://openalex.org/keywords/deep-neural-networks", + "display_name": "Deep neural networks", + "score": 0.4102061092853546 + }, + { + "id": "https://openalex.org/keywords/pattern-recognition", + "display_name": "Pattern recognition (psychology)", + "score": 0.3880327045917511 + }, + { + "id": "https://openalex.org/keywords/computer-architecture", + "display_name": "Computer architecture", + "score": 0.3523845970630646 + }, + { + "id": "https://openalex.org/keywords/computer-vision", + "display_name": "Computer vision", + "score": 0.330812931060791 + }, + { + "id": "https://openalex.org/keywords/materials-science", + "display_name": "Materials science", + "score": 0.10253027081489563 + }, + { + "id": "https://openalex.org/keywords/optoelectronics", + "display_name": "Optoelectronics", + "score": 0.09713014960289001 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7860591411590576 + }, + { + "id": "https://openalex.org/C108583219", + "wikidata": "https://www.wikidata.org/wiki/Q197536", + "display_name": "Deep learning", + "level": 2, + "score": 0.7775610685348511 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6655349731445312 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.5838559865951538 + }, + { + "id": "https://openalex.org/C2776401178", + "wikidata": "https://www.wikidata.org/wiki/Q12050496", + "display_name": "Feature (linguistics)", + "level": 2, + "score": 0.48495984077453613 + }, + { + "id": "https://openalex.org/C204223013", + "wikidata": "https://www.wikidata.org/wiki/Q133036", + "display_name": "Lithography", + "level": 2, + "score": 0.41517090797424316 + }, + { + "id": "https://openalex.org/C2984842247", + "wikidata": "https://www.wikidata.org/wiki/Q197536", + "display_name": "Deep neural networks", + "level": 3, + "score": 0.4102061092853546 + }, + { + "id": "https://openalex.org/C153180895", + "wikidata": "https://www.wikidata.org/wiki/Q7148389", + "display_name": "Pattern recognition (psychology)", + "level": 2, + "score": 0.3880327045917511 + }, + { + "id": "https://openalex.org/C118524514", + "wikidata": "https://www.wikidata.org/wiki/Q173212", + "display_name": "Computer architecture", + "level": 1, + "score": 0.3523845970630646 + }, + { + "id": "https://openalex.org/C31972630", + "wikidata": "https://www.wikidata.org/wiki/Q844240", + "display_name": "Computer vision", + "level": 1, + "score": 0.330812931060791 + }, + { + "id": "https://openalex.org/C192562407", + "wikidata": "https://www.wikidata.org/wiki/Q228736", + "display_name": "Materials science", + "level": 0, + "score": 0.10253027081489563 + }, + { + "id": "https://openalex.org/C49040817", + "wikidata": "https://www.wikidata.org/wiki/Q193091", + "display_name": "Optoelectronics", + "level": 1, + "score": 0.09713014960289001 + }, + { + "id": "https://openalex.org/C41895202", + "wikidata": "https://www.wikidata.org/wiki/Q8162", + "display_name": "Linguistics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C138885662", + "wikidata": "https://www.wikidata.org/wiki/Q5891", + "display_name": "Philosophy", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 3, + "locations": [ + { + "id": "doi:10.1126/science.aat8084", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1126/science.aat8084", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S3880285", + "display_name": "Science", + "issn_l": "0036-8075", + "issn": [ + "0036-8075", + "1095-9203" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315823", + "host_organization_name": "American Association for the Advancement of Science", + "host_organization_lineage": [ + "https://openalex.org/P4310315823" + ], + "host_organization_lineage_names": [ + "American Association for the Advancement of Science" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Science", + "raw_type": "journal-article" + }, + { + "id": "pmid:30049787", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/30049787", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Science (New York, N.Y.)", + "raw_type": null + }, + { + "id": "pmh:oai:arXiv.org:1804.08711", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1804.08711", + "pdf_url": "https://arxiv.org/pdf/1804.08711", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1804.08711", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1804.08711", + "pdf_url": "https://arxiv.org/pdf/1804.08711", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [ + { + "id": "https://openalex.org/F4320306076", + "display_name": "National Science Foundation", + "ror": "https://ror.org/021nxhr62" + }, + { + "id": "https://openalex.org/F4320306082", + "display_name": "Howard Hughes Medical Institute", + "ror": "https://ror.org/006w34k90" + } + ], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 48, + "referenced_works": [ + "https://openalex.org/W1569530544", + "https://openalex.org/W1965702053", + "https://openalex.org/W1983348509", + "https://openalex.org/W1988583365", + "https://openalex.org/W1992642990", + "https://openalex.org/W1999001021", + "https://openalex.org/W2027029957", + "https://openalex.org/W2028891317", + "https://openalex.org/W2029316659", + "https://openalex.org/W2031557272", + "https://openalex.org/W2049431120", + "https://openalex.org/W2082093743", + "https://openalex.org/W2087322350", + "https://openalex.org/W2092056230", + "https://openalex.org/W2095705004", + "https://openalex.org/W2112796928", + "https://openalex.org/W2124188012", + "https://openalex.org/W2126442445", + "https://openalex.org/W2133665775", + "https://openalex.org/W2141125852", + "https://openalex.org/W2143612262", + "https://openalex.org/W2152537098", + "https://openalex.org/W2157331557", + "https://openalex.org/W2172174689", + "https://openalex.org/W2249493152", + "https://openalex.org/W2257979135", + "https://openalex.org/W2405496089", + "https://openalex.org/W2415475836", + "https://openalex.org/W2574952845", + "https://openalex.org/W2592929672", + "https://openalex.org/W2593966629", + "https://openalex.org/W2604272474", + "https://openalex.org/W2604388535", + "https://openalex.org/W2612688942", + "https://openalex.org/W2614949728", + "https://openalex.org/W2625634735", + "https://openalex.org/W2752849906", + "https://openalex.org/W2754141582", + "https://openalex.org/W2774993480", + "https://openalex.org/W2786808700", + "https://openalex.org/W2919115771", + "https://openalex.org/W3100115611", + "https://openalex.org/W3100420029", + "https://openalex.org/W3106459670", + "https://openalex.org/W3149029883", + "https://openalex.org/W4211228099", + "https://openalex.org/W4236965008", + "https://openalex.org/W4246799416" + ], + "related_works": [ + "https://openalex.org/W4375867731", + "https://openalex.org/W2611989081", + "https://openalex.org/W2731899572", + "https://openalex.org/W4377865163", + "https://openalex.org/W3193857078", + "https://openalex.org/W2888956734", + "https://openalex.org/W3000197790", + "https://openalex.org/W4315865067", + "https://openalex.org/W2979433843", + "https://openalex.org/W3208304128" + ], + "abstract_inverted_index": { + "All-optical": [ + 0 + ], + "deep": [ + 1 + ], + "learning": [ + 2, + 4, + 42 + ], + "Deep": [ + 3 + ], + "uses": [ + 5, + 44 + ], + "multilayered": [ + 6, + 27 + ], + "artificial": [ + 7, + 69 + ], + "neural": [ + 8, + 28, + 70 + ], + "networks": [ + 9, + 29 + ], + "to": [ + 10, + 67, + 76 + ], + "learn": [ + 11 + ], + "digitally": [ + 12 + ], + "from": [ + 13 + ], + "large": [ + 14 + ], + "datasets.": [ + 15 + ], + "It": [ + 16 + ], + "then": [ + 17 + ], + "performs": [ + 18 + ], + "advanced": [ + 19 + ], + "identification": [ + 20 + ], + "and": [ + 21, + 52 + ], + "classification": [ + 22 + ], + "tasks.": [ + 23 + ], + "To": [ + 24 + ], + "date,": [ + 25 + ], + "these": [ + 26 + ], + "have": [ + 30 + ], + "been": [ + 31 + ], + "implemented": [ + 32 + ], + "on": [ + 33 + ], + "a": [ + 34 + ], + "computer.": [ + 35 + ], + "Lin": [ + 36 + ], + "et": [ + 37 + ], + "al.": [ + 38 + ], + "demonstrate": [ + 39 + ], + "all-optical": [ + 40 + ], + "machine": [ + 41 + ], + "that": [ + 43, + 48, + 72 + ], + "passive": [ + 45 + ], + "optical": [ + 46, + 64 + ], + "components": [ + 47 + ], + "can": [ + 49, + 73 + ], + "be": [ + 50, + 74 + ], + "patterned": [ + 51 + ], + "fabricated": [ + 53 + ], + "with": [ + 54 + ], + "3D-printing.": [ + 55 + ], + "Their": [ + 56 + ], + "hardware": [ + 57 + ], + "approach": [ + 58 + ], + "comprises": [ + 59 + ], + "stacked": [ + 60 + ], + "layers": [ + 61 + ], + "of": [ + 62, + 83 + ], + "diffractive": [ + 63 + ], + "elements": [ + 65 + ], + "analogous": [ + 66 + ], + "an": [ + 68 + ], + "network": [ + 71 + ], + "trained": [ + 75 + ], + "execute": [ + 77 + ], + "complex": [ + 78 + ], + "functions": [ + 79 + ], + "at": [ + 80 + ], + "the": [ + 81 + ], + "speed": [ + 82 + ], + "light.": [ + 84 + ], + "Science": [ + 85 + ], + ",": [ + 86 + ], + "this": [ + 87 + ], + "issue": [ + 88 + ], + "p.": [ + 89 + ], + "1004": [ + 90 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 172 + }, + { + "year": 2025, + "cited_by_count": 519 + }, + { + "year": 2024, + "cited_by_count": 459 + }, + { + "year": 2023, + "cited_by_count": 367 + }, + { + "year": 2022, + "cited_by_count": 328 + }, + { + "year": 2021, + "cited_by_count": 253 + }, + { + "year": 2020, + "cited_by_count": 164 + }, + { + "year": 2019, + "cited_by_count": 113 + }, + { + "year": 2018, + "cited_by_count": 19 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2601810315", + "doi": "https://doi.org/10.1093/bioinformatics/btx180", + "title": "Trainable Weka Segmentation: a machine learning tool for microscopy pixel classification", + "display_name": "Trainable Weka Segmentation: a machine learning tool for microscopy pixel classification", + "relevance_score": 2796.3193, + "publication_year": 2017, + "publication_date": "2017-03-28", + "ids": { + "openalex": "https://openalex.org/W2601810315", + "doi": "https://doi.org/10.1093/bioinformatics/btx180", + "mag": "2601810315", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/28369169" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1093/bioinformatics/btx180", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1093/bioinformatics/btx180", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S52395412", + "display_name": "Bioinformatics", + "issn_l": "1367-4803", + "issn": [ + "1367-4803", + "1367-4811" + ], + "is_oa": false, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310311648", + "host_organization_name": "Oxford University Press", + "host_organization_lineage": [ + "https://openalex.org/P4310311648", + "https://openalex.org/P4310311647" + ], + "host_organization_lineage_names": [ + "Oxford University Press", + "University of Oxford" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Bioinformatics", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref", + "doaj", + "pubmed" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5021284069", + "display_name": "Ignacio Arganda‐Carreras", + "orcid": "https://orcid.org/0000-0003-0229-5722" + }, + "institutions": [ + { + "id": "https://openalex.org/I110594554", + "display_name": "Ikerbasque", + "ror": "https://ror.org/01cc3fy72", + "country_code": "ES", + "type": "other", + "lineage": [ + "https://openalex.org/I110594554" + ] + }, + { + "id": "https://openalex.org/I169108374", + "display_name": "University of the Basque Country", + "ror": "https://ror.org/000xsnr85", + "country_code": "ES", + "type": "education", + "lineage": [ + "https://openalex.org/I169108374" + ] + }, + { + "id": "https://openalex.org/I47686490", + "display_name": "Donostia International Physics Center", + "ror": "https://ror.org/02e24yw40", + "country_code": "ES", + "type": "other", + "lineage": [ + "https://openalex.org/I47686490" + ] + } + ], + "countries": [ + "ES" + ], + "is_corresponding": true, + "raw_author_name": "Ignacio Arganda-Carreras", + "raw_affiliation_strings": [ + "Computer Science and Artificial Intelligence Department, Basque Country University, San Sebastian, Spain", + "Donostia International Physics Center, San Sebastian, Spain", + "Ikerbasque, Basque Foundation for Science, Bilbao, Spain" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Computer Science and Artificial Intelligence Department, Basque Country University, San Sebastian, Spain", + "institution_ids": [ + "https://openalex.org/I169108374" + ] + }, + { + "raw_affiliation_string": "Donostia International Physics Center, San Sebastian, Spain", + "institution_ids": [ + "https://openalex.org/I47686490" + ] + }, + { + "raw_affiliation_string": "Ikerbasque, Basque Foundation for Science, Bilbao, Spain", + "institution_ids": [ + "https://openalex.org/I110594554" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5055757900", + "display_name": "Verena Kaynig", + "orcid": "https://orcid.org/0000-0002-3520-0577" + }, + "institutions": [ + { + "id": "https://openalex.org/I136199984", + "display_name": "Harvard University", + "ror": "https://ror.org/03vek6s52", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I136199984" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Verena Kaynig", + "raw_affiliation_strings": [ + "Harvard John A. Paulson School of Engineering and Applied Sciences, Harvard University, Cambridge, MA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Harvard John A. Paulson School of Engineering and Applied Sciences, Harvard University, Cambridge, MA, USA", + "institution_ids": [ + "https://openalex.org/I136199984" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5078540488", + "display_name": "Curtis Rueden", + "orcid": "https://orcid.org/0000-0001-7055-6707" + }, + "institutions": [ + { + "id": "https://openalex.org/I135310074", + "display_name": "University of Wisconsin–Madison", + "ror": "https://ror.org/01y2jtd41", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I135310074" + ] + }, + { + "id": "https://openalex.org/I59499333", + "display_name": "Optica", + "ror": "https://ror.org/00jypd850", + "country_code": "US", + "type": "nonprofit", + "lineage": [ + "https://openalex.org/I59499333" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Curtis Rueden", + "raw_affiliation_strings": [ + "Laboratory for Optical and Computational Instrumentation, University of Wisconsin, Madison, WI, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Laboratory for Optical and Computational Instrumentation, University of Wisconsin, Madison, WI, USA", + "institution_ids": [ + "https://openalex.org/I135310074", + "https://openalex.org/I59499333" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5010413374", + "display_name": "Kevin W. Eliceiri", + "orcid": "https://orcid.org/0000-0001-8678-670X" + }, + "institutions": [ + { + "id": "https://openalex.org/I135310074", + "display_name": "University of Wisconsin–Madison", + "ror": "https://ror.org/01y2jtd41", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I135310074" + ] + }, + { + "id": "https://openalex.org/I59499333", + "display_name": "Optica", + "ror": "https://ror.org/00jypd850", + "country_code": "US", + "type": "nonprofit", + "lineage": [ + "https://openalex.org/I59499333" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Kevin W Eliceiri", + "raw_affiliation_strings": [ + "Laboratory for Optical and Computational Instrumentation, University of Wisconsin, Madison, WI, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Laboratory for Optical and Computational Instrumentation, University of Wisconsin, Madison, WI, USA", + "institution_ids": [ + "https://openalex.org/I135310074", + "https://openalex.org/I59499333" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5050085853", + "display_name": "Johannes Schindelin", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I135310074", + "display_name": "University of Wisconsin–Madison", + "ror": "https://ror.org/01y2jtd41", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I135310074" + ] + }, + { + "id": "https://openalex.org/I59499333", + "display_name": "Optica", + "ror": "https://ror.org/00jypd850", + "country_code": "US", + "type": "nonprofit", + "lineage": [ + "https://openalex.org/I59499333" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Johannes Schindelin", + "raw_affiliation_strings": [ + "Laboratory for Optical and Computational Instrumentation, University of Wisconsin, Madison, WI, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Laboratory for Optical and Computational Instrumentation, University of Wisconsin, Madison, WI, USA", + "institution_ids": [ + "https://openalex.org/I135310074", + "https://openalex.org/I59499333" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5042603640", + "display_name": "Albert Cardona", + "orcid": "https://orcid.org/0000-0003-4941-6536" + }, + "institutions": [ + { + "id": "https://openalex.org/I1344073410", + "display_name": "Howard Hughes Medical Institute", + "ror": "https://ror.org/006w34k90", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I1344073410" + ] + }, + { + "id": "https://openalex.org/I195573530", + "display_name": "Janelia Research Campus", + "ror": "https://ror.org/013sk6x84", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I1344073410", + "https://openalex.org/I195573530" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Albert Cardona", + "raw_affiliation_strings": [ + "Howard Hughes Medical Institute, Janelia Research Campus, Ashburn, VA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Howard Hughes Medical Institute, Janelia Research Campus, Ashburn, VA, USA", + "institution_ids": [ + "https://openalex.org/I195573530", + "https://openalex.org/I1344073410" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5044273339", + "display_name": "H. Sebastian Seung", + "orcid": "https://orcid.org/0000-0002-8591-6733" + }, + "institutions": [ + { + "id": "https://openalex.org/I20089843", + "display_name": "Princeton University", + "ror": "https://ror.org/00hx57361", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I20089843" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "H Sebastian Seung", + "raw_affiliation_strings": [ + "Neuroscience Institute and Computer Science Department, Princeton University, NJ, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Neuroscience Institute and Computer Science Department, Princeton University, NJ, USA", + "institution_ids": [ + "https://openalex.org/I20089843" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 7, + "corresponding_author_ids": [ + "https://openalex.org/A5021284069" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I110594554", + "https://openalex.org/I169108374", + "https://openalex.org/I47686490" + ], + "apc_list": { + "value": 3618, + "currency": "USD", + "value_usd": 3618 + }, + "apc_paid": null, + "fwci": 95.3558, + "has_fulltext": false, + "cited_by_count": 2458, + "citation_normalized_percentile": { + "value": 0.99909297, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "33", + "issue": "15", + "first_page": "2424", + "last_page": "2426" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10857", + "display_name": "Advanced Electron Microscopy Techniques and Applications", + "score": 0.6383000016212463, + "subfield": { + "id": "https://openalex.org/subfields/1315", + "display_name": "Structural Biology" + }, + "field": { + "id": "https://openalex.org/fields/13", + "display_name": "Biochemistry, Genetics and Molecular Biology" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10857", + "display_name": "Advanced Electron Microscopy Techniques and Applications", + "score": 0.6383000016212463, + "subfield": { + "id": "https://openalex.org/subfields/1315", + "display_name": "Structural Biology" + }, + "field": { + "id": "https://openalex.org/fields/13", + "display_name": "Biochemistry, Genetics and Molecular Biology" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + }, + { + "id": "https://openalex.org/T12859", + "display_name": "Cell Image Analysis Techniques", + "score": 0.22310000658035278, + "subfield": { + "id": "https://openalex.org/subfields/1304", + "display_name": "Biophysics" + }, + "field": { + "id": "https://openalex.org/fields/13", + "display_name": "Biochemistry, Genetics and Molecular Biology" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + }, + { + "id": "https://openalex.org/T13937", + "display_name": "Genetics, Bioinformatics, and Biomedical Research", + "score": 0.02419999986886978, + "subfield": { + "id": "https://openalex.org/subfields/1312", + "display_name": "Molecular Biology" + }, + "field": { + "id": "https://openalex.org/fields/13", + "display_name": "Biochemistry, Genetics and Molecular Biology" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.8189126253128052 + }, + { + "id": "https://openalex.org/keywords/segmentation", + "display_name": "Segmentation", + "score": 0.7295361757278442 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.678537905216217 + }, + { + "id": "https://openalex.org/keywords/pipeline", + "display_name": "Pipeline (software)", + "score": 0.6693797707557678 + }, + { + "id": "https://openalex.org/keywords/bottleneck", + "display_name": "Bottleneck", + "score": 0.6350745558738708 + }, + { + "id": "https://openalex.org/keywords/cluster-analysis", + "display_name": "Cluster analysis", + "score": 0.6211010813713074 + }, + { + "id": "https://openalex.org/keywords/classifier", + "display_name": "Classifier (UML)", + "score": 0.51936274766922 + }, + { + "id": "https://openalex.org/keywords/software", + "display_name": "Software", + "score": 0.5177275538444519 + }, + { + "id": "https://openalex.org/keywords/pixel", + "display_name": "Pixel", + "score": 0.5061234831809998 + }, + { + "id": "https://openalex.org/keywords/pattern-recognition", + "display_name": "Pattern recognition (psychology)", + "score": 0.48226505517959595 + }, + { + "id": "https://openalex.org/keywords/image-segmentation", + "display_name": "Image segmentation", + "score": 0.480505108833313 + }, + { + "id": "https://openalex.org/keywords/process", + "display_name": "Process (computing)", + "score": 0.4530463218688965 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.3784646987915039 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.3474346399307251 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.8189126253128052 + }, + { + "id": "https://openalex.org/C89600930", + "wikidata": "https://www.wikidata.org/wiki/Q1423946", + "display_name": "Segmentation", + "level": 2, + "score": 0.7295361757278442 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.678537905216217 + }, + { + "id": "https://openalex.org/C43521106", + "wikidata": "https://www.wikidata.org/wiki/Q2165493", + "display_name": "Pipeline (software)", + "level": 2, + "score": 0.6693797707557678 + }, + { + "id": "https://openalex.org/C2780513914", + "wikidata": "https://www.wikidata.org/wiki/Q18210350", + "display_name": "Bottleneck", + "level": 2, + "score": 0.6350745558738708 + }, + { + "id": "https://openalex.org/C73555534", + "wikidata": "https://www.wikidata.org/wiki/Q622825", + "display_name": "Cluster analysis", + "level": 2, + "score": 0.6211010813713074 + }, + { + "id": "https://openalex.org/C95623464", + "wikidata": "https://www.wikidata.org/wiki/Q1096149", + "display_name": "Classifier (UML)", + "level": 2, + "score": 0.51936274766922 + }, + { + "id": "https://openalex.org/C2777904410", + "wikidata": "https://www.wikidata.org/wiki/Q7397", + "display_name": "Software", + "level": 2, + "score": 0.5177275538444519 + }, + { + "id": "https://openalex.org/C160633673", + "wikidata": "https://www.wikidata.org/wiki/Q355198", + "display_name": "Pixel", + "level": 2, + "score": 0.5061234831809998 + }, + { + "id": "https://openalex.org/C153180895", + "wikidata": "https://www.wikidata.org/wiki/Q7148389", + "display_name": "Pattern recognition (psychology)", + "level": 2, + "score": 0.48226505517959595 + }, + { + "id": "https://openalex.org/C124504099", + "wikidata": "https://www.wikidata.org/wiki/Q56933", + "display_name": "Image segmentation", + "level": 3, + "score": 0.480505108833313 + }, + { + "id": "https://openalex.org/C98045186", + "wikidata": "https://www.wikidata.org/wiki/Q205663", + "display_name": "Process (computing)", + "level": 2, + "score": 0.4530463218688965 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.3784646987915039 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.3474346399307251 + }, + { + "id": "https://openalex.org/C149635348", + "wikidata": "https://www.wikidata.org/wiki/Q193040", + "display_name": "Embedded system", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C111919701", + "wikidata": "https://www.wikidata.org/wiki/Q9135", + "display_name": "Operating system", + "level": 1, + "score": 0.0 + } + ], + "mesh": [ + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000818", + "descriptor_name": "Animals", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D000818", + "descriptor_name": "Animals", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D000818", + "descriptor_name": "Animals", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D004330", + "descriptor_name": "Drosophila", + "qualifier_ui": "Q000033", + "qualifier_name": "anatomy & histology", + "is_major_topic": false + }, + { + "descriptor_ui": "D004330", + "descriptor_name": "Drosophila", + "qualifier_ui": "Q000033", + "qualifier_name": "anatomy & histology", + "is_major_topic": false + }, + { + "descriptor_ui": "D004330", + "descriptor_name": "Drosophila", + "qualifier_ui": "Q000033", + "qualifier_name": "anatomy & histology", + "is_major_topic": false + }, + { + "descriptor_ui": "D004330", + "descriptor_name": "Drosophila", + "qualifier_ui": "Q000648", + "qualifier_name": "ultrastructure", + "is_major_topic": false + }, + { + "descriptor_ui": "D004330", + "descriptor_name": "Drosophila", + "qualifier_ui": "Q000648", + "qualifier_name": "ultrastructure", + "is_major_topic": false + }, + { + "descriptor_ui": "D004330", + "descriptor_name": "Drosophila", + "qualifier_ui": "Q000648", + "qualifier_name": "ultrastructure", + "is_major_topic": false + }, + { + "descriptor_ui": "D007091", + "descriptor_name": "Image Processing, Computer-Assisted", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D007091", + "descriptor_name": "Image Processing, Computer-Assisted", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D007091", + "descriptor_name": "Image Processing, Computer-Assisted", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D008853", + "descriptor_name": "Microscopy", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D008853", + "descriptor_name": "Microscopy", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D008853", + "descriptor_name": "Microscopy", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D012984", + "descriptor_name": "Software", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D012984", + "descriptor_name": "Software", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D012984", + "descriptor_name": "Software", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + } + ], + "locations_count": 2, + "locations": [ + { + "id": "doi:10.1093/bioinformatics/btx180", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1093/bioinformatics/btx180", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S52395412", + "display_name": "Bioinformatics", + "issn_l": "1367-4803", + "issn": [ + "1367-4803", + "1367-4811" + ], + "is_oa": false, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310311648", + "host_organization_name": "Oxford University Press", + "host_organization_lineage": [ + "https://openalex.org/P4310311648", + "https://openalex.org/P4310311647" + ], + "host_organization_lineage_names": [ + "Oxford University Press", + "University of Oxford" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Bioinformatics", + "raw_type": "journal-article" + }, + { + "id": "pmid:28369169", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/28369169", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Bioinformatics (Oxford, England)", + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 6, + "referenced_works": [ + "https://openalex.org/W2121469024", + "https://openalex.org/W2133990480", + "https://openalex.org/W2167279371", + "https://openalex.org/W2234666690", + "https://openalex.org/W2468870810", + "https://openalex.org/W2483966273" + ], + "related_works": [ + "https://openalex.org/W2595172197", + "https://openalex.org/W2084856301", + "https://openalex.org/W2127970246", + "https://openalex.org/W2885125400", + "https://openalex.org/W1989889224", + "https://openalex.org/W4382618745", + "https://openalex.org/W1973775000", + "https://openalex.org/W2748922771", + "https://openalex.org/W1987128138", + "https://openalex.org/W2743976221" + ], + "abstract_inverted_index": { + "SUMMARY:": [ + 0 + ], + "State-of-the-art": [ + 1 + ], + "light": [ + 2 + ], + "and": [ + 3, + 29, + 68, + 84 + ], + "electron": [ + 4 + ], + "microscopes": [ + 5 + ], + "are": [ + 6, + 123 + ], + "capable": [ + 7 + ], + "of": [ + 8, + 23, + 59, + 106, + 112 + ], + "acquiring": [ + 9 + ], + "large": [ + 10 + ], + "image": [ + 11, + 91, + 109 + ], + "datasets,": [ + 12 + ], + "but": [ + 13 + ], + "quantitatively": [ + 14 + ], + "evaluating": [ + 15 + ], + "the": [ + 16, + 35, + 45, + 70, + 107 + ], + "data": [ + 17, + 72, + 122 + ], + "often": [ + 18, + 30 + ], + "involves": [ + 19 + ], + "manually": [ + 20 + ], + "annotating": [ + 21 + ], + "structures": [ + 22 + ], + "interest.": [ + 24 + ], + "This": [ + 25 + ], + "process": [ + 26 + ], + "is": [ + 27, + 99 + ], + "time-consuming": [ + 28 + ], + "a": [ + 31, + 50, + 56, + 66 + ], + "major": [ + 32 + ], + "bottleneck": [ + 33 + ], + "in": [ + 34, + 62 + ], + "evaluation": [ + 36 + ], + "pipeline.": [ + 37 + ], + "To": [ + 38 + ], + "overcome": [ + 39 + ], + "this": [ + 40 + ], + "problem,": [ + 41 + ], + "we": [ + 42 + ], + "have": [ + 43 + ], + "introduced": [ + 44 + ], + "Trainable": [ + 46 + ], + "Weka": [ + 47 + ], + "Segmentation": [ + 48 + ], + "(TWS),": [ + 49 + ], + "machine": [ + 51 + ], + "learning": [ + 52, + 81 + ], + "tool": [ + 53 + ], + "that": [ + 54 + ], + "leverages": [ + 55 + ], + "limited": [ + 57 + ], + "number": [ + 58 + ], + "manual": [ + 60 + ], + "annotations": [ + 61 + ], + "order": [ + 63 + ], + "to": [ + 64, + 88 + ], + "train": [ + 65 + ], + "classifier": [ + 67 + ], + "segment": [ + 69 + ], + "remaining": [ + 71 + ], + "automatically.": [ + 73 + ], + "In": [ + 74 + ], + "addition,": [ + 75 + ], + "TWS": [ + 76, + 98 + ], + "can": [ + 77, + 85 + ], + "provide": [ + 78 + ], + "unsupervised": [ + 79 + ], + "segmentation": [ + 80 + ], + "schemes": [ + 82 + ], + "(clustering)": [ + 83 + ], + "be": [ + 86 + ], + "customized": [ + 87 + ], + "employ": [ + 89 + ], + "user-designed": [ + 90 + ], + "features": [ + 92 + ], + "or": [ + 93 + ], + "classifiers.": [ + 94 + ], + "AVAILABILITY": [ + 95 + ], + "AND": [ + 96 + ], + "IMPLEMENTATION:": [ + 97 + ], + "distributed": [ + 100 + ], + "as": [ + 101, + 104 + ], + "open-source": [ + 102 + ], + "software": [ + 103 + ], + "part": [ + 105 + ], + "Fiji": [ + 108 + ], + "processing": [ + 110 + ], + "distribution": [ + 111 + ], + "ImageJ": [ + 113 + ], + "at": [ + 114, + 125 + ], + "http://imagej.net/Trainable_Weka_Segmentation": [ + 115 + ], + ".": [ + 116 + ], + "CONTACT:": [ + 117 + ], + "ignacio.arganda@ehu.eus.": [ + 118 + ], + "SUPPLEMENTARY": [ + 119 + ], + "INFORMATION:": [ + 120 + ], + "Supplementary": [ + 121 + ], + "available": [ + 124 + ], + "Bioinformatics": [ + 126 + ], + "online.": [ + 127 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 131 + }, + { + "year": 2025, + "cited_by_count": 361 + }, + { + "year": 2024, + "cited_by_count": 372 + }, + { + "year": 2023, + "cited_by_count": 329 + }, + { + "year": 2022, + "cited_by_count": 363 + }, + { + "year": 2021, + "cited_by_count": 343 + }, + { + "year": 2020, + "cited_by_count": 238 + }, + { + "year": 2019, + "cited_by_count": 175 + }, + { + "year": 2018, + "cited_by_count": 106 + }, + { + "year": 2017, + "cited_by_count": 34 + }, + { + "year": 2016, + "cited_by_count": 3 + }, + { + "year": 2015, + "cited_by_count": 1 + }, + { + "year": 2013, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W1994005439", + "doi": "https://doi.org/10.1142/s0129065704001899", + "title": "GAUSSIAN PROCESSES FOR MACHINE LEARNING", + "display_name": "GAUSSIAN PROCESSES FOR MACHINE LEARNING", + "relevance_score": 2795.1987, + "publication_year": 2004, + "publication_date": "2004-04-01", + "ids": { + "openalex": "https://openalex.org/W1994005439", + "doi": "https://doi.org/10.1142/s0129065704001899", + "mag": "1994005439", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/15112367" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1142/s0129065704001899", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1142/s0129065704001899", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S197665576", + "display_name": "International Journal of Neural Systems", + "issn_l": "0129-0657", + "issn": [ + "0129-0657", + "1793-6462" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319815", + "host_organization_name": "World Scientific", + "host_organization_lineage": [ + "https://openalex.org/P4310319815" + ], + "host_organization_lineage_names": [ + "World Scientific" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "International Journal of Neural Systems", + "raw_type": "journal-article" + }, + "type": "review", + "indexed_in": [ + "crossref", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "http://infoscience.epfl.ch/record/161301", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5110779848", + "display_name": "Matthias Seeger", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I95457486", + "display_name": "University of California, Berkeley", + "ror": "https://ror.org/01an7q238", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I95457486" + ] + }, + { + "id": "https://openalex.org/I98677209", + "display_name": "University of Edinburgh", + "ror": "https://ror.org/01nrxwf90", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I98677209" + ] + } + ], + "countries": [ + "GB", + "US" + ], + "is_corresponding": true, + "raw_author_name": "MATTHIAS SEEGER", + "raw_affiliation_strings": [ + "Department of EECS, University of California at Berkeley, 485 Soda Hall, Berkeley CA 94720-1776, USA", + "Previously at: Institute for Adaptive and Neural Computation,\r\nUniversity of Edinburgh, UK" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of EECS, University of California at Berkeley, 485 Soda Hall, Berkeley CA 94720-1776, USA", + "institution_ids": [ + "https://openalex.org/I95457486" + ] + }, + { + "raw_affiliation_string": "Previously at: Institute for Adaptive and Neural Computation,\r\nUniversity of Edinburgh, UK", + "institution_ids": [ + "https://openalex.org/I98677209" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5110779848" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I95457486", + "https://openalex.org/I98677209" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 23.1235, + "has_fulltext": false, + "cited_by_count": 1401, + "citation_normalized_percentile": { + "value": 0.99493809, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "14", + "issue": "02", + "first_page": "69", + "last_page": "106" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12814", + "display_name": "Gaussian Processes and Bayesian Inference", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12814", + "display_name": "Gaussian Processes and Bayesian Inference", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10848", + "display_name": "Advanced Multi-Objective Optimization Algorithms", + "score": 0.9833999872207642, + "subfield": { + "id": "https://openalex.org/subfields/1703", + "display_name": "Computational Theory and Mathematics" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9825999736785889, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7189816236495972 + }, + { + "id": "https://openalex.org/keywords/gaussian-process", + "display_name": "Gaussian process", + "score": 0.6900824308395386 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6533682346343994 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5732190608978271 + }, + { + "id": "https://openalex.org/keywords/range", + "display_name": "Range (aeronautics)", + "score": 0.4565224051475525 + }, + { + "id": "https://openalex.org/keywords/smoothing", + "display_name": "Smoothing", + "score": 0.4471099376678467 + }, + { + "id": "https://openalex.org/keywords/gaussian", + "display_name": "Gaussian", + "score": 0.4403120279312134 + }, + { + "id": "https://openalex.org/keywords/support-vector-machine", + "display_name": "Support vector machine", + "score": 0.43361324071884155 + }, + { + "id": "https://openalex.org/keywords/kriging", + "display_name": "Kriging", + "score": 0.4239123463630676 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.41445812582969666 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7189816236495972 + }, + { + "id": "https://openalex.org/C61326573", + "wikidata": "https://www.wikidata.org/wiki/Q1496376", + "display_name": "Gaussian process", + "level": 3, + "score": 0.6900824308395386 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6533682346343994 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5732190608978271 + }, + { + "id": "https://openalex.org/C204323151", + "wikidata": "https://www.wikidata.org/wiki/Q905424", + "display_name": "Range (aeronautics)", + "level": 2, + "score": 0.4565224051475525 + }, + { + "id": "https://openalex.org/C3770464", + "wikidata": "https://www.wikidata.org/wiki/Q775963", + "display_name": "Smoothing", + "level": 2, + "score": 0.4471099376678467 + }, + { + "id": "https://openalex.org/C163716315", + "wikidata": "https://www.wikidata.org/wiki/Q901177", + "display_name": "Gaussian", + "level": 2, + "score": 0.4403120279312134 + }, + { + "id": "https://openalex.org/C12267149", + "wikidata": "https://www.wikidata.org/wiki/Q282453", + "display_name": "Support vector machine", + "level": 2, + "score": 0.43361324071884155 + }, + { + "id": "https://openalex.org/C81692654", + "wikidata": "https://www.wikidata.org/wiki/Q225926", + "display_name": "Kriging", + "level": 2, + "score": 0.4239123463630676 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.41445812582969666 + }, + { + "id": "https://openalex.org/C159985019", + "wikidata": "https://www.wikidata.org/wiki/Q181790", + "display_name": "Composite material", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C31972630", + "wikidata": "https://www.wikidata.org/wiki/Q844240", + "display_name": "Computer vision", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C62520636", + "wikidata": "https://www.wikidata.org/wiki/Q944", + "display_name": "Quantum mechanics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C121332964", + "wikidata": "https://www.wikidata.org/wiki/Q413", + "display_name": "Physics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C192562407", + "wikidata": "https://www.wikidata.org/wiki/Q228736", + "display_name": "Materials science", + "level": 0, + "score": 0.0 + } + ], + "mesh": [ + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D001185", + "descriptor_name": "Artificial Intelligence", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D001185", + "descriptor_name": "Artificial Intelligence", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D001185", + "descriptor_name": "Artificial Intelligence", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D001499", + "descriptor_name": "Bayes Theorem", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D001499", + "descriptor_name": "Bayes Theorem", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D001499", + "descriptor_name": "Bayes Theorem", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012044", + "descriptor_name": "Regression Analysis", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012044", + "descriptor_name": "Regression Analysis", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012044", + "descriptor_name": "Regression Analysis", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D015233", + "descriptor_name": "Models, Statistical", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D015233", + "descriptor_name": "Models, Statistical", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D015233", + "descriptor_name": "Models, Statistical", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D016011", + "descriptor_name": "Normal Distribution", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D016011", + "descriptor_name": "Normal Distribution", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D016011", + "descriptor_name": "Normal Distribution", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D016014", + "descriptor_name": "Linear Models", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D016014", + "descriptor_name": "Linear Models", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D016014", + "descriptor_name": "Linear Models", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D018709", + "descriptor_name": "Statistics, Nonparametric", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D018709", + "descriptor_name": "Statistics, Nonparametric", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D018709", + "descriptor_name": "Statistics, Nonparametric", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D019277", + "descriptor_name": "Entropy", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D019277", + "descriptor_name": "Entropy", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D019277", + "descriptor_name": "Entropy", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + } + ], + "locations_count": 7, + "locations": [ + { + "id": "doi:10.1142/s0129065704001899", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1142/s0129065704001899", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S197665576", + "display_name": "International Journal of Neural Systems", + "issn_l": "0129-0657", + "issn": [ + "0129-0657", + "1793-6462" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319815", + "host_organization_name": "World Scientific", + "host_organization_lineage": [ + "https://openalex.org/P4310319815" + ], + "host_organization_lineage_names": [ + "World Scientific" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "International Journal of Neural Systems", + "raw_type": "journal-article" + }, + { + "id": "pmid:15112367", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/15112367", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "International journal of neural systems", + "raw_type": null + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.330.2529", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.330.2529", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://math.iit.edu/pipermail/meshfree-methods-seminar/attachments/20061124/26d0a64a/attachment-0001.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.4.4097", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.4.4097", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.kernel-machines.org/papers/upload_4618_bayesgp-tut.ps.gz", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.71.1079", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.71.1079", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.kyb.tuebingen.mpg.de/bs/people/seeger/papers/bayesgp-tut.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:infoscience.epfl.ch:161301", + "is_oa": true, + "landing_page_url": "http://infoscience.epfl.ch/record/161301", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400487", + "display_name": "Infoscience (Ecole Polytechnique Fédérale de Lausanne)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Text" + }, + { + "id": "pmh:oai:infoscience.tind.io:161301", + "is_oa": true, + "landing_page_url": "https://infoscience.epfl.ch/handle/20.500.14299/61727", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400487", + "display_name": "Infoscience (Ecole Polytechnique Fédérale de Lausanne)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by-nc-nd", + "license_id": "https://openalex.org/licenses/cc-by-nc-nd", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "research article" + } + ], + "best_oa_location": { + "id": "pmh:oai:infoscience.epfl.ch:161301", + "is_oa": true, + "landing_page_url": "http://infoscience.epfl.ch/record/161301", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400487", + "display_name": "Infoscience (Ecole Polytechnique Fédérale de Lausanne)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Text" + }, + "sustainable_development_goals": [ + { + "id": "https://metadata.un.org/sdg/4", + "score": 0.6100000143051147, + "display_name": "Quality Education" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 83, + "referenced_works": [ + "https://openalex.org/W55912154", + "https://openalex.org/W102828713", + "https://openalex.org/W174371023", + "https://openalex.org/W197497516", + "https://openalex.org/W1505937442", + "https://openalex.org/W1511160855", + "https://openalex.org/W1512098439", + "https://openalex.org/W1515272691", + "https://openalex.org/W1528905581", + "https://openalex.org/W1549656520", + "https://openalex.org/W1556890730", + "https://openalex.org/W1567512734", + "https://openalex.org/W1568586753", + "https://openalex.org/W1576213419", + "https://openalex.org/W1580334350", + "https://openalex.org/W1604938182", + "https://openalex.org/W1618905105", + "https://openalex.org/W1647250361", + "https://openalex.org/W1654787807", + "https://openalex.org/W1657213141", + "https://openalex.org/W1746680969", + "https://openalex.org/W1859781365", + "https://openalex.org/W1976625337", + "https://openalex.org/W1986280275", + "https://openalex.org/W2001141328", + "https://openalex.org/W2002355073", + "https://openalex.org/W2007154098", + "https://openalex.org/W2024697317", + "https://openalex.org/W2038610163", + "https://openalex.org/W2040870580", + "https://openalex.org/W2053186076", + "https://openalex.org/W2056099894", + "https://openalex.org/W2056894411", + "https://openalex.org/W2065540158", + "https://openalex.org/W2072555316", + "https://openalex.org/W2082100828", + "https://openalex.org/W2085877024", + "https://openalex.org/W2094435468", + "https://openalex.org/W2098626000", + "https://openalex.org/W2100136038", + "https://openalex.org/W2104533781", + "https://openalex.org/W2115438515", + "https://openalex.org/W2117063635", + "https://openalex.org/W2117670920", + "https://openalex.org/W2123152930", + "https://openalex.org/W2129564505", + "https://openalex.org/W2129869373", + "https://openalex.org/W2137956165", + "https://openalex.org/W2139212933", + "https://openalex.org/W2139999468", + "https://openalex.org/W2141274633", + "https://openalex.org/W2141800987", + "https://openalex.org/W2143022286", + "https://openalex.org/W2143956139", + "https://openalex.org/W2146766088", + "https://openalex.org/W2158122241", + "https://openalex.org/W2161023163", + "https://openalex.org/W2161813919", + "https://openalex.org/W2168022998", + "https://openalex.org/W2168464387", + "https://openalex.org/W2169178495", + "https://openalex.org/W2170120409", + "https://openalex.org/W2293192529", + "https://openalex.org/W2296319761", + "https://openalex.org/W2330005588", + "https://openalex.org/W2331182131", + "https://openalex.org/W2408196097", + "https://openalex.org/W2492794003", + "https://openalex.org/W2496675188", + "https://openalex.org/W2579190672", + "https://openalex.org/W2801490189", + "https://openalex.org/W2890351024", + "https://openalex.org/W2904816695", + "https://openalex.org/W2999905431", + "https://openalex.org/W3023786531", + "https://openalex.org/W3148924112", + "https://openalex.org/W4210310779", + "https://openalex.org/W4245531751", + "https://openalex.org/W4285719527", + "https://openalex.org/W4298876635", + "https://openalex.org/W4299551157", + "https://openalex.org/W4302114916", + "https://openalex.org/W4388297583" + ], + "related_works": [ + "https://openalex.org/W3195168932", + "https://openalex.org/W1996541855", + "https://openalex.org/W2081545345", + "https://openalex.org/W2063381173", + "https://openalex.org/W4316658362", + "https://openalex.org/W2348223921", + "https://openalex.org/W2318821300", + "https://openalex.org/W4321260833", + "https://openalex.org/W2972324047", + "https://openalex.org/W2563155481" + ], + "abstract_inverted_index": { + "Gaussian": [ + 0, + 8, + 51, + 89 + ], + "processes": [ + 1, + 52 + ], + "(GPs)": [ + 2 + ], + "are": [ + 3, + 43, + 92, + 102, + 175, + 227 + ], + "natural": [ + 4 + ], + "generalisations": [ + 5 + ], + "of": [ + 6, + 26, + 32, + 40, + 105, + 129, + 147, + 158, + 194 + ], + "multivariate": [ + 7 + ], + "random": [ + 9 + ], + "variables": [ + 10 + ], + "to": [ + 11, + 28, + 50, + 71, + 95, + 178, + 191, + 197, + 201, + 206, + 223 + ], + "infinite": [ + 12 + ], + "(countably": [ + 13 + ], + "or": [ + 14 + ], + "continuous)": [ + 15 + ], + "index": [ + 16 + ], + "sets.": [ + 17 + ], + "GPs": [ + 18, + 166, + 195 + ], + "have": [ + 19, + 86 + ], + "been": [ + 20, + 87, + 153 + ], + "applied": [ + 21 + ], + "in": [ + 22, + 64, + 82, + 131, + 211 + ], + "a": [ + 23, + 29, + 54, + 115, + 218 + ], + "large": [ + 24, + 168 + ], + "number": [ + 25 + ], + "fields": [ + 27 + ], + "diverse": [ + 30 + ], + "range": [ + 31 + ], + "ends,": [ + 33 + ], + "and": [ + 34, + 78, + 110, + 134, + 169, + 200 + ], + "very": [ + 35, + 118 + ], + "many": [ + 36 + ], + "deep": [ + 37, + 172 + ], + "theoretical": [ + 38 + ], + "analyses": [ + 39 + ], + "various": [ + 41 + ], + "properties": [ + 42 + ], + "available.": [ + 44 + ], + "This": [ + 45 + ], + "paper": [ + 46 + ], + "gives": [ + 47 + ], + "an": [ + 48 + ], + "introduction": [ + 49, + 157 + ], + "on": [ + 53, + 61, + 165, + 217 + ], + "fairly": [ + 55 + ], + "elementary": [ + 56 + ], + "level": [ + 57 + ], + "with": [ + 58 + ], + "special": [ + 59 + ], + "emphasis": [ + 60 + ], + "characteristics": [ + 62, + 193 + ], + "relevant": [ + 63, + 196 + ], + "machine": [ + 65, + 98, + 182, + 198 + ], + "learning.": [ + 66 + ], + "It": [ + 67 + ], + "draws": [ + 68 + ], + "explicit": [ + 69 + ], + "connections": [ + 70, + 205 + ], + "branches": [ + 72 + ], + "such": [ + 73 + ], + "as": [ + 74, + 140 + ], + "spline": [ + 75 + ], + "smoothing": [ + 76 + ], + "models": [ + 77, + 91 + ], + "support": [ + 79 + ], + "vector": [ + 80 + ], + "machines": [ + 81 + ], + "which": [ + 83, + 125, + 174 + ], + "similar": [ + 84 + ], + "ideas": [ + 85 + ], + "investigated.": [ + 88 + ], + "process": [ + 90 + ], + "routinely": [ + 93 + ], + "used": [ + 94 + ], + "solve": [ + 96 + ], + "hard": [ + 97 + ], + "learning": [ + 99, + 183, + 199 + ], + "problems.": [ + 100, + 143 + ], + "They": [ + 101 + ], + "attractive": [ + 103 + ], + "because": [ + 104 + ], + "their": [ + 106 + ], + "flexible": [ + 107 + ], + "non-parametric": [ + 108 + ], + "nature": [ + 109 + ], + "computational": [ + 111, + 149 + ], + "simplicity.": [ + 112 + ], + "Treated": [ + 113 + ], + "within": [ + 114 + ], + "Bayesian": [ + 116 + ], + "framework,": [ + 117 + ], + "powerful": [ + 119 + ], + "statistical": [ + 120 + ], + "methods": [ + 121 + ], + "can": [ + 122 + ], + "be": [ + 123 + ], + "implemented": [ + 124 + ], + "offer": [ + 126 + ], + "valid": [ + 127 + ], + "estimates": [ + 128 + ], + "uncertainties": [ + 130 + ], + "our": [ + 132 + ], + "predictions": [ + 133 + ], + "generic": [ + 135, + 159 + ], + "model": [ + 136 + ], + "selection": [ + 137 + ], + "procedures": [ + 138 + ], + "cast": [ + 139 + ], + "nonlinear": [ + 141 + ], + "optimization": [ + 142 + ], + "Their": [ + 144 + ], + "main": [ + 145 + ], + "drawback": [ + 146 + ], + "heavy": [ + 148 + ], + "scaling": [ + 150 + ], + "has": [ + 151 + ], + "recently": [ + 152 + ], + "alleviated": [ + 154 + ], + "by": [ + 155 + ], + "the": [ + 156, + 212 + ], + "sparse": [ + 160 + ], + "approximations.13,78,31": [ + 161 + ], + "The": [ + 162 + ], + "mathematical": [ + 163 + ], + "literature": [ + 164 + ], + "is": [ + 167, + 216 + ], + "often": [ + 170 + ], + "uses": [ + 171 + ], + "concepts": [ + 173 + ], + "not": [ + 176 + ], + "required": [ + 177 + ], + "fully": [ + 179 + ], + "understand": [ + 180 + ], + "most": [ + 181 + ], + "applications.": [ + 184 + ], + "In": [ + 185 + ], + "this": [ + 186 + ], + "tutorial": [ + 187 + ], + "paper,": [ + 188 + ], + "we": [ + 189 + ], + "aim": [ + 190 + ], + "present": [ + 192 + ], + "show": [ + 202 + ], + "up": [ + 203 + ], + "precise": [ + 204 + ], + "other": [ + 207 + ], + "\"kernel": [ + 208 + ], + "machines\"": [ + 209 + ], + "popular": [ + 210 + ], + "community.": [ + 213 + ], + "Our": [ + 214 + ], + "focus": [ + 215 + ], + "simple": [ + 219 + ], + "presentation,": [ + 220 + ], + "but": [ + 221 + ], + "references": [ + 222 + ], + "more": [ + 224 + ], + "detailed": [ + 225 + ], + "sources": [ + 226 + ], + "provided.": [ + 228 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 88 + }, + { + "year": 2025, + "cited_by_count": 263 + }, + { + "year": 2024, + "cited_by_count": 218 + }, + { + "year": 2023, + "cited_by_count": 156 + }, + { + "year": 2022, + "cited_by_count": 104 + }, + { + "year": 2021, + "cited_by_count": 100 + }, + { + "year": 2020, + "cited_by_count": 85 + }, + { + "year": 2019, + "cited_by_count": 72 + }, + { + "year": 2018, + "cited_by_count": 44 + }, + { + "year": 2017, + "cited_by_count": 25 + }, + { + "year": 2016, + "cited_by_count": 29 + }, + { + "year": 2015, + "cited_by_count": 20 + }, + { + "year": 2014, + "cited_by_count": 25 + }, + { + "year": 2013, + "cited_by_count": 26 + }, + { + "year": 2012, + "cited_by_count": 18 + } + ], + "updated_date": "2026-05-27T09:02:27.158192", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2162651021", + "doi": "https://doi.org/10.7551/mitpress/9780262170055.001.0001", + "title": "Dataset Shift in Machine Learning", + "display_name": "Dataset Shift in Machine Learning", + "relevance_score": 2785.0432, + "publication_year": 2008, + "publication_date": "2008-12-12", + "ids": { + "openalex": "https://openalex.org/W2162651021", + "doi": "https://doi.org/10.7551/mitpress/9780262170055.001.0001", + "mag": "2162651021" + }, + "language": "en", + "primary_location": { + "id": "doi:10.7551/mitpress/9780262170055.001.0001", + "is_oa": false, + "landing_page_url": "https://doi.org/10.7551/mitpress/9780262170055.001.0001", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306463997", + "display_name": "The MIT Press eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/P4310315718", + "host_organization_name": "The MIT Press", + "host_organization_lineage": [ + "https://openalex.org/P4310315718" + ], + "host_organization_lineage_names": [ + "The MIT Press" + ], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "edited-book" + }, + "type": "book", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 0, + "corresponding_author_ids": [], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 9.3591, + "has_fulltext": false, + "cited_by_count": 1508, + "citation_normalized_percentile": { + "value": 0.97485493, + "is_in_top_1_percent": false, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T14470", + "display_name": "Advanced Data Processing Techniques", + "score": 0.7767999768257141, + "subfield": { + "id": "https://openalex.org/subfields/2207", + "display_name": "Control and Systems Engineering" + }, + "field": { + "id": "https://openalex.org/fields/22", + "display_name": "Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T14470", + "display_name": "Advanced Data Processing Techniques", + "score": 0.7767999768257141, + "subfield": { + "id": "https://openalex.org/subfields/2207", + "display_name": "Control and Systems Engineering" + }, + "field": { + "id": "https://openalex.org/fields/22", + "display_name": "Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.664900004863739, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12205", + "display_name": "Time Series Analysis and Forecasting", + "score": 0.659500002861023, + "subfield": { + "id": "https://openalex.org/subfields/1711", + "display_name": "Signal Processing" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.7328447103500366 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.7292178273200989 + }, + { + "id": "https://openalex.org/keywords/covariate", + "display_name": "Covariate", + "score": 0.7273201942443848 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.5872174501419067 + }, + { + "id": "https://openalex.org/keywords/bayesian-probability", + "display_name": "Bayesian probability", + "score": 0.5522041320800781 + }, + { + "id": "https://openalex.org/keywords/paradigm-shift", + "display_name": "Paradigm shift", + "score": 0.4949187636375427 + }, + { + "id": "https://openalex.org/keywords/filter", + "display_name": "Filter (signal processing)", + "score": 0.4474133849143982 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.7328447103500366 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.7292178273200989 + }, + { + "id": "https://openalex.org/C119043178", + "wikidata": "https://www.wikidata.org/wiki/Q320723", + "display_name": "Covariate", + "level": 2, + "score": 0.7273201942443848 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.5872174501419067 + }, + { + "id": "https://openalex.org/C107673813", + "wikidata": "https://www.wikidata.org/wiki/Q812534", + "display_name": "Bayesian probability", + "level": 2, + "score": 0.5522041320800781 + }, + { + "id": "https://openalex.org/C43540301", + "wikidata": "https://www.wikidata.org/wiki/Q689971", + "display_name": "Paradigm shift", + "level": 2, + "score": 0.4949187636375427 + }, + { + "id": "https://openalex.org/C106131492", + "wikidata": "https://www.wikidata.org/wiki/Q3072260", + "display_name": "Filter (signal processing)", + "level": 2, + "score": 0.4474133849143982 + }, + { + "id": "https://openalex.org/C31972630", + "wikidata": "https://www.wikidata.org/wiki/Q844240", + "display_name": "Computer vision", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C138885662", + "wikidata": "https://www.wikidata.org/wiki/Q5891", + "display_name": "Philosophy", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C111472728", + "wikidata": "https://www.wikidata.org/wiki/Q9471", + "display_name": "Epistemology", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.7551/mitpress/9780262170055.001.0001", + "is_oa": false, + "landing_page_url": "https://doi.org/10.7551/mitpress/9780262170055.001.0001", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306463997", + "display_name": "The MIT Press eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/P4310315718", + "host_organization_name": "The MIT Press", + "host_organization_lineage": [ + "https://openalex.org/P4310315718" + ], + "host_organization_lineage_names": [ + "The MIT Press" + ], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": null, + "raw_type": "edited-book" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "id": "https://metadata.un.org/sdg/16", + "score": 0.6000000238418579, + "display_name": "Peace, Justice and strong institutions" + } + ], + "awards": [], + "funders": [ + { + "id": "https://openalex.org/F4320315885", + "display_name": "Australian Government", + "ror": "https://ror.org/0314h5y94" + }, + { + "id": "https://openalex.org/F4320320879", + "display_name": "Deutsche Forschungsgemeinschaft", + "ror": "https://ror.org/018mejw64" + }, + { + "id": "https://openalex.org/F4320320912", + "display_name": "Ministry of Education, Culture, Sports, Science and Technology", + "ror": "https://ror.org/048rj2z13" + }, + { + "id": "https://openalex.org/F4320321114", + "display_name": "Bundesministerium für Bildung und Forschung", + "ror": "https://ror.org/04pz7b180" + }, + { + "id": "https://openalex.org/F4320321999", + "display_name": "Lundbeckfonden", + "ror": "https://ror.org/03hz8wd80" + }, + { + "id": "https://openalex.org/F4320327918", + "display_name": "H. Lundbeck A/S", + "ror": null + } + ], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 154, + "referenced_works": [ + "https://openalex.org/W3805906", + "https://openalex.org/W73527130", + "https://openalex.org/W167016754", + "https://openalex.org/W189742998", + "https://openalex.org/W335134183", + "https://openalex.org/W1493044792", + "https://openalex.org/W1506588750", + "https://openalex.org/W1512098439", + "https://openalex.org/W1513525398", + "https://openalex.org/W1519342765", + "https://openalex.org/W1520168181", + "https://openalex.org/W1523843467", + "https://openalex.org/W1548614216", + "https://openalex.org/W1551909886", + "https://openalex.org/W1563644419", + "https://openalex.org/W1564947197", + "https://openalex.org/W1571895365", + "https://openalex.org/W1571917377", + "https://openalex.org/W1574539612", + "https://openalex.org/W1594031697", + "https://openalex.org/W1601787291", + "https://openalex.org/W1603576850", + "https://openalex.org/W1605619629", + "https://openalex.org/W1618393386", + "https://openalex.org/W1667072054", + "https://openalex.org/W1941659294", + "https://openalex.org/W1963661053", + "https://openalex.org/W1977245551", + "https://openalex.org/W1981428463", + "https://openalex.org/W1983055206", + "https://openalex.org/W1986250339", + "https://openalex.org/W1990645294", + "https://openalex.org/W1991907403", + "https://openalex.org/W1998438337", + "https://openalex.org/W2002355073", + "https://openalex.org/W2005688170", + "https://openalex.org/W2007406620", + "https://openalex.org/W2010102461", + "https://openalex.org/W2012712694", + "https://openalex.org/W2015932775", + "https://openalex.org/W2018770010", + "https://openalex.org/W2023063828", + "https://openalex.org/W2024689521", + "https://openalex.org/W2029030476", + "https://openalex.org/W2032536435", + "https://openalex.org/W2034368206", + "https://openalex.org/W2036043322", + "https://openalex.org/W2036902495", + "https://openalex.org/W2054658115", + "https://openalex.org/W2059575958", + "https://openalex.org/W2070845047", + "https://openalex.org/W2073042726", + "https://openalex.org/W2076428552", + "https://openalex.org/W2081850149", + "https://openalex.org/W2093064776", + "https://openalex.org/W2097839764", + "https://openalex.org/W2098949458", + "https://openalex.org/W2100247797", + "https://openalex.org/W2100600008", + "https://openalex.org/W2101974476", + "https://openalex.org/W2103851188", + "https://openalex.org/W2105644991", + "https://openalex.org/W2105842272", + "https://openalex.org/W2107996537", + "https://openalex.org/W2109033052", + "https://openalex.org/W2112081648", + "https://openalex.org/W2112483442", + "https://openalex.org/W2113530803", + "https://openalex.org/W2113679101", + "https://openalex.org/W2114338449", + "https://openalex.org/W2115305054", + "https://openalex.org/W2117063635", + "https://openalex.org/W2120217353", + "https://openalex.org/W2121909644", + "https://openalex.org/W2123157895", + "https://openalex.org/W2125865219", + "https://openalex.org/W2125993116", + "https://openalex.org/W2127816222", + "https://openalex.org/W2129851978", + "https://openalex.org/W2130031702", + "https://openalex.org/W2131479143", + "https://openalex.org/W2131953535", + "https://openalex.org/W2132870739", + "https://openalex.org/W2134169350", + "https://openalex.org/W2135498906", + "https://openalex.org/W2137346077", + "https://openalex.org/W2137557016", + "https://openalex.org/W2138805882", + "https://openalex.org/W2139122730", + "https://openalex.org/W2139823104", + "https://openalex.org/W2142992973", + "https://openalex.org/W2143033696", + "https://openalex.org/W2145295623", + "https://openalex.org/W2146395300", + "https://openalex.org/W2148143831", + "https://openalex.org/W2148603752", + "https://openalex.org/W2148924730", + "https://openalex.org/W2150388061", + "https://openalex.org/W2150884987", + "https://openalex.org/W2152859659", + "https://openalex.org/W2154455818", + "https://openalex.org/W2158108973", + "https://openalex.org/W2158754421", + "https://openalex.org/W2159400887", + "https://openalex.org/W2161920802", + "https://openalex.org/W2163194396", + "https://openalex.org/W2164161365", + "https://openalex.org/W2167328503", + "https://openalex.org/W2168175751", + "https://openalex.org/W2168561598", + "https://openalex.org/W2168639902", + "https://openalex.org/W2168741590", + "https://openalex.org/W2169075655", + "https://openalex.org/W2169338892", + "https://openalex.org/W2169384781", + "https://openalex.org/W2170580685", + "https://openalex.org/W2171033594", + "https://openalex.org/W2171343216", + "https://openalex.org/W2171388464", + "https://openalex.org/W2215815030", + "https://openalex.org/W2255883267", + "https://openalex.org/W2293768274", + "https://openalex.org/W2435251607", + "https://openalex.org/W2525109755", + "https://openalex.org/W2590957573", + "https://openalex.org/W2796372757", + "https://openalex.org/W2903718010", + "https://openalex.org/W2989661724", + "https://openalex.org/W3098372638", + "https://openalex.org/W3103871524", + "https://openalex.org/W3104240813", + "https://openalex.org/W4211049957", + "https://openalex.org/W4211204663", + "https://openalex.org/W4229633200", + "https://openalex.org/W4230946174", + "https://openalex.org/W4231510805", + "https://openalex.org/W4233216783", + "https://openalex.org/W4233413206", + "https://openalex.org/W4236188916", + "https://openalex.org/W4239047110", + "https://openalex.org/W4239390603", + "https://openalex.org/W4248721357", + "https://openalex.org/W4250182547", + "https://openalex.org/W4250224875", + "https://openalex.org/W4252262440", + "https://openalex.org/W4253064820", + "https://openalex.org/W4256544418", + "https://openalex.org/W4299515571", + "https://openalex.org/W4300093168", + "https://openalex.org/W4301436980", + "https://openalex.org/W4310299640", + "https://openalex.org/W4310738704", + "https://openalex.org/W4379510236", + "https://openalex.org/W4388297464" + ], + "related_works": [ + "https://openalex.org/W2985746494", + "https://openalex.org/W4206042385", + "https://openalex.org/W2511384863", + "https://openalex.org/W2080773131", + "https://openalex.org/W2096089271", + "https://openalex.org/W2923628599", + "https://openalex.org/W2014100433", + "https://openalex.org/W2051519658", + "https://openalex.org/W2002304499", + "https://openalex.org/W2994787386" + ], + "abstract_inverted_index": { + "An": [ + 0 + ], + "overview": [ + 1, + 159 + ], + "of": [ + 2, + 44, + 59, + 90, + 135, + 160, + 200 + ], + "recent": [ + 3 + ], + "efforts": [ + 4, + 162 + ], + "in": [ + 5, + 35, + 73, + 111, + 148, + 184 + ], + "the": [ + 6, + 41, + 65, + 81, + 88, + 91, + 114, + 116, + 127, + 131, + 149, + 179 + ], + "machine": [ + 7, + 150 + ], + "learning": [ + 8, + 137, + 151 + ], + "community": [ + 9, + 152 + ], + "to": [ + 10, + 87, + 106, + 130, + 163, + 178, + 186 + ], + "deal": [ + 11, + 164 + ], + "with": [ + 12, + 165 + ], + "dataset": [ + 13, + 60, + 141, + 166, + 182, + 201 + ], + "and": [ + 14, + 21, + 24, + 46, + 51, + 125, + 138, + 167, + 175, + 194, + 202, + 208, + 211 + ], + "covariate": [ + 15, + 168, + 203, + 215 + ], + "shift,": [ + 16, + 55, + 61 + ], + "which": [ + 17, + 103 + ], + "occurs": [ + 18, + 39, + 62 + ], + "when": [ + 19, + 40, + 63 + ], + "test": [ + 20, + 52 + ], + "training": [ + 22, + 50, + 95 + ], + "inputs": [ + 23, + 45 + ], + "outputs": [ + 25, + 47 + ], + "have": [ + 26 + ], + "different": [ + 27 + ], + "distributions.": [ + 28 + ], + "Dataset": [ + 29, + 69 + ], + "shift": [ + 30, + 70, + 142, + 183, + 204 + ], + "is": [ + 31, + 71, + 99 + ], + "a": [ + 32, + 56, + 173 + ], + "common": [ + 33 + ], + "problem": [ + 34 + ], + "predictive": [ + 36 + ], + "modeling": [ + 37 + ], + "that": [ + 38, + 109 + ], + "joint": [ + 42 + ], + "distribution": [ + 43, + 67 + ], + "differs": [ + 48, + 110 + ], + "between": [ + 49 + ], + "stages.": [ + 53 + ], + "Covariate": [ + 54 + ], + "particular": [ + 57 + ], + "case": [ + 58 + ], + "only": [ + 64 + ], + "input": [ + 66 + ], + "changes.": [ + 68 + ], + "present": [ + 72, + 212 + ], + "most": [ + 74 + ], + "practical": [ + 75 + ], + "applications,": [ + 76 + ], + "for": [ + 77, + 214 + ], + "reasons": [ + 78 + ], + "ranging": [ + 79 + ], + "from": [ + 80, + 113 + ], + "bias": [ + 82 + ], + "introduced": [ + 83 + ], + "by": [ + 84 + ], + "experimental": [ + 85 + ], + "design": [ + 86 + ], + "irreproducibility": [ + 89 + ], + "testing": [ + 92 + ], + "conditions": [ + 93 + ], + "at": [ + 94 + ], + "time.": [ + 96 + ], + "(An": [ + 97 + ], + "example": [ + 98 + ], + "-email": [ + 100 + ], + "spam": [ + 101, + 108, + 115 + ], + "filtering,": [ + 102 + ], + "may": [ + 104 + ], + "fail": [ + 105 + ], + "recognize": [ + 107 + ], + "form": [ + 112 + ], + "automatic": [ + 117 + ], + "filter": [ + 118 + ], + "has": [ + 119, + 143 + ], + "been": [ + 120 + ], + "built": [ + 121 + ], + "on.)": [ + 122 + ], + "Despite": [ + 123 + ], + "this,": [ + 124 + ], + "despite": [ + 126 + ], + "attention": [ + 128, + 147 + ], + "given": [ + 129 + ], + "apparently": [ + 132 + ], + "similar": [ + 133 + ], + "problems": [ + 134 + ], + "semi-supervised": [ + 136, + 195 + ], + "active": [ + 139, + 192 + ], + "learning,": [ + 140, + 188, + 191, + 193, + 196 + ], + "received": [ + 144 + ], + "relatively": [ + 145 + ], + "little": [ + 146 + ], + "until": [ + 153 + ], + "recently.": [ + 154 + ], + "This": [ + 155 + ], + "volume": [ + 156 + ], + "offers": [ + 157 + ], + "an": [ + 158 + ], + "current": [ + 161 + ], + "shift.": [ + 169, + 216 + ], + "The": [ + 170 + ], + "chapters": [ + 171 + ], + "offer": [ + 172 + ], + "mathematical": [ + 174 + ], + "philosophical": [ + 176 + ], + "introduction": [ + 177 + ], + "problem,": [ + 180 + ], + "place": [ + 181 + ], + "relationship": [ + 185 + ], + "transfer": [ + 187 + ], + "transduction,": [ + 189 + ], + "local": [ + 190 + ], + "provide": [ + 197 + ], + "theoretical": [ + 198 + ], + "views": [ + 199 + ], + "(including": [ + 205 + ], + "decision": [ + 206 + ], + "theoretic": [ + 207 + ], + "Bayesian": [ + 209 + ], + "perspectives),": [ + 210 + ], + "algorithms": [ + 213 + ], + "Contributors": [ + 217 + ], + "Shai": [ + 218 + ], + "Ben-David,": [ + 219 + ], + "Steffen": [ + 220 + ], + "Bickel,": [ + 221 + ], + "Karsten": [ + 222 + ], + "Borgwardt,": [ + 223 + ], + "Michael": [ + 224 + ], + "Brückner,": [ + 225 + ], + "David": [ + 226 + ], + "Corfield,": [ + 227 + ], + "Amir": [ + 228 + ], + "Globerson,": [ + 229 + ], + "Arthur": [ + 230 + ], + "Gretton,": [ + 231 + ], + "Lars": [ + 232 + ], + "Kai": [ + 233 + ], + "Hansen,": [ + 234 + ], + "Matthias": [ + 235 + ], + "Hein,": [ + 236 + ], + "Jiayuan": [ + 237 + ], + "Huang,": [ + 238 + ], + "Choon": [ + 239 + ], + "Hui": [ + 240 + ], + "Teo,": [ + 241 + ], + "Takafumi": [ + 242 + ], + "Kanamori,": [ + 243 + ], + "Klaus-Robert": [ + 244 + ], + "Müller,": [ + 245 + ], + "Sam": [ + 246 + ], + "Roweis,": [ + 247 + ], + "Neil": [ + 248 + ], + "Rubens,": [ + 249 + ], + "Tobias": [ + 250 + ], + "Scheffer,": [ + 251 + ], + "Marcel": [ + 252 + ], + "Schmittfull,": [ + 253 + ], + "Bernhard": [ + 254 + ], + "Schölkopf": [ + 255 + ], + "Hidetoshi": [ + 256 + ], + "Shimodaira,": [ + 257 + ], + "Alex": [ + 258 + ], + "Smola,": [ + 259 + ], + "Amos": [ + 260 + ], + "Storkey,": [ + 261 + ], + "Masashi": [ + 262 + ], + "Sugiyama": [ + 263 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 35 + }, + { + "year": 2025, + "cited_by_count": 109 + }, + { + "year": 2024, + "cited_by_count": 165 + }, + { + "year": 2023, + "cited_by_count": 146 + }, + { + "year": 2022, + "cited_by_count": 133 + }, + { + "year": 2021, + "cited_by_count": 231 + }, + { + "year": 2020, + "cited_by_count": 204 + }, + { + "year": 2019, + "cited_by_count": 127 + }, + { + "year": 2018, + "cited_by_count": 54 + }, + { + "year": 2017, + "cited_by_count": 33 + }, + { + "year": 2016, + "cited_by_count": 35 + }, + { + "year": 2015, + "cited_by_count": 55 + }, + { + "year": 2014, + "cited_by_count": 36 + }, + { + "year": 2013, + "cited_by_count": 44 + }, + { + "year": 2012, + "cited_by_count": 29 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2793927960", + "doi": "https://doi.org/10.1080/01431161.2018.1433343", + "title": "Implementation of machine-learning classification in remote sensing: an applied review", + "display_name": "Implementation of machine-learning classification in remote sensing: an applied review", + "relevance_score": 2762.7502, + "publication_year": 2018, + "publication_date": "2018-02-02", + "ids": { + "openalex": "https://openalex.org/W2793927960", + "doi": "https://doi.org/10.1080/01431161.2018.1433343", + "mag": "2793927960" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1080/01431161.2018.1433343", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1080/01431161.2018.1433343", + "pdf_url": "https://www.tandfonline.com/doi/pdf/10.1080/01431161.2018.1433343?needAccess=true", + "source": { + "id": "https://openalex.org/S117411352", + "display_name": "International Journal of Remote Sensing", + "issn_l": "0143-1161", + "issn": [ + "0143-1161", + "1366-5901" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320547", + "host_organization_name": "Taylor & Francis", + "host_organization_lineage": [ + "https://openalex.org/P4310320547" + ], + "host_organization_lineage_names": [ + "Taylor & Francis" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "International Journal of Remote Sensing", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "bronze", + "oa_url": "https://www.tandfonline.com/doi/pdf/10.1080/01431161.2018.1433343?needAccess=true", + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5085820343", + "display_name": "Aaron E. Maxwell", + "orcid": "https://orcid.org/0000-0002-4412-5599" + }, + "institutions": [ + { + "id": "https://openalex.org/I12097938", + "display_name": "West Virginia University", + "ror": "https://ror.org/011vxgd24", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I12097938" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Aaron E. Maxwell", + "raw_affiliation_strings": [ + "Department of Geology and Geography, West Virginia University, Morgantown, WV, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Geology and Geography, West Virginia University, Morgantown, WV, USA", + "institution_ids": [ + "https://openalex.org/I12097938" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5091637832", + "display_name": "Timothy A. Warner", + "orcid": "https://orcid.org/0000-0002-0414-9748" + }, + "institutions": [ + { + "id": "https://openalex.org/I12097938", + "display_name": "West Virginia University", + "ror": "https://ror.org/011vxgd24", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I12097938" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Timothy A. Warner", + "raw_affiliation_strings": [ + "Department of Geology and Geography, West Virginia University, Morgantown, WV, USA" + ], + "raw_orcid": "https://orcid.org/0000-0002-0414-9748", + "affiliations": [ + { + "raw_affiliation_string": "Department of Geology and Geography, West Virginia University, Morgantown, WV, USA", + "institution_ids": [ + "https://openalex.org/I12097938" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5100386844", + "display_name": "Fang Fang", + "orcid": "https://orcid.org/0000-0001-7541-189X" + }, + "institutions": [ + { + "id": "https://openalex.org/I12097938", + "display_name": "West Virginia University", + "ror": "https://ror.org/011vxgd24", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I12097938" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Fang Fang", + "raw_affiliation_strings": [ + "Department of Geology and Geography, West Virginia University, Morgantown, WV, USA" + ], + "raw_orcid": "https://orcid.org/0000-0001-7541-189X", + "affiliations": [ + { + "raw_affiliation_string": "Department of Geology and Geography, West Virginia University, Morgantown, WV, USA", + "institution_ids": [ + "https://openalex.org/I12097938" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5085820343" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I12097938" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 113.7745, + "has_fulltext": false, + "cited_by_count": 1905, + "citation_normalized_percentile": { + "value": 0.99988622, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "39", + "issue": "9", + "first_page": "2784", + "last_page": "2817" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10689", + "display_name": "Remote-Sensing Image Classification", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/2214", + "display_name": "Media Technology" + }, + "field": { + "id": "https://openalex.org/fields/22", + "display_name": "Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10689", + "display_name": "Remote-Sensing Image Classification", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/2214", + "display_name": "Media Technology" + }, + "field": { + "id": "https://openalex.org/fields/22", + "display_name": "Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10111", + "display_name": "Remote Sensing in Agriculture", + "score": 0.9976999759674072, + "subfield": { + "id": "https://openalex.org/subfields/2303", + "display_name": "Ecology" + }, + "field": { + "id": "https://openalex.org/fields/23", + "display_name": "Environmental Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11659", + "display_name": "Advanced Image Fusion Techniques", + "score": 0.9749000072479248, + "subfield": { + "id": "https://openalex.org/subfields/2214", + "display_name": "Media Technology" + }, + "field": { + "id": "https://openalex.org/fields/22", + "display_name": "Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.7877681255340576 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7791492342948914 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.7248809337615967 + }, + { + "id": "https://openalex.org/keywords/random-forest", + "display_name": "Random forest", + "score": 0.5729610323905945 + }, + { + "id": "https://openalex.org/keywords/dimensionality-reduction", + "display_name": "Dimensionality reduction", + "score": 0.5524418354034424 + }, + { + "id": "https://openalex.org/keywords/decision-tree", + "display_name": "Decision tree", + "score": 0.5341089963912964 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.5322451591491699 + }, + { + "id": "https://openalex.org/keywords/support-vector-machine", + "display_name": "Support vector machine", + "score": 0.514393150806427 + }, + { + "id": "https://openalex.org/keywords/curse-of-dimensionality", + "display_name": "Curse of dimensionality", + "score": 0.5014984607696533 + }, + { + "id": "https://openalex.org/keywords/key", + "display_name": "Key (lock)", + "score": 0.4978461265563965 + }, + { + "id": "https://openalex.org/keywords/focus", + "display_name": "Focus (optics)", + "score": 0.4418962001800537 + }, + { + "id": "https://openalex.org/keywords/perspective", + "display_name": "Perspective (graphical)", + "score": 0.41856345534324646 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.33177950978279114 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.7877681255340576 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7791492342948914 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.7248809337615967 + }, + { + "id": "https://openalex.org/C169258074", + "wikidata": "https://www.wikidata.org/wiki/Q245748", + "display_name": "Random forest", + "level": 2, + "score": 0.5729610323905945 + }, + { + "id": "https://openalex.org/C70518039", + "wikidata": "https://www.wikidata.org/wiki/Q16000077", + "display_name": "Dimensionality reduction", + "level": 2, + "score": 0.5524418354034424 + }, + { + "id": "https://openalex.org/C84525736", + "wikidata": "https://www.wikidata.org/wiki/Q831366", + "display_name": "Decision tree", + "level": 2, + "score": 0.5341089963912964 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.5322451591491699 + }, + { + "id": "https://openalex.org/C12267149", + "wikidata": "https://www.wikidata.org/wiki/Q282453", + "display_name": "Support vector machine", + "level": 2, + "score": 0.514393150806427 + }, + { + "id": "https://openalex.org/C111030470", + "wikidata": "https://www.wikidata.org/wiki/Q1430460", + "display_name": "Curse of dimensionality", + "level": 2, + "score": 0.5014984607696533 + }, + { + "id": "https://openalex.org/C26517878", + "wikidata": "https://www.wikidata.org/wiki/Q228039", + "display_name": "Key (lock)", + "level": 2, + "score": 0.4978461265563965 + }, + { + "id": "https://openalex.org/C192209626", + "wikidata": "https://www.wikidata.org/wiki/Q190909", + "display_name": "Focus (optics)", + "level": 2, + "score": 0.4418962001800537 + }, + { + "id": "https://openalex.org/C12713177", + "wikidata": "https://www.wikidata.org/wiki/Q1900281", + "display_name": "Perspective (graphical)", + "level": 2, + "score": 0.41856345534324646 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.33177950978279114 + }, + { + "id": "https://openalex.org/C120665830", + "wikidata": "https://www.wikidata.org/wiki/Q14620", + "display_name": "Optics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C38652104", + "wikidata": "https://www.wikidata.org/wiki/Q3510521", + "display_name": "Computer security", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C121332964", + "wikidata": "https://www.wikidata.org/wiki/Q413", + "display_name": "Physics", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1080/01431161.2018.1433343", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1080/01431161.2018.1433343", + "pdf_url": "https://www.tandfonline.com/doi/pdf/10.1080/01431161.2018.1433343?needAccess=true", + "source": { + "id": "https://openalex.org/S117411352", + "display_name": "International Journal of Remote Sensing", + "issn_l": "0143-1161", + "issn": [ + "0143-1161", + "1366-5901" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320547", + "host_organization_name": "Taylor & Francis", + "host_organization_lineage": [ + "https://openalex.org/P4310320547" + ], + "host_organization_lineage_names": [ + "Taylor & Francis" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "International Journal of Remote Sensing", + "raw_type": "journal-article" + } + ], + "best_oa_location": { + "id": "doi:10.1080/01431161.2018.1433343", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1080/01431161.2018.1433343", + "pdf_url": "https://www.tandfonline.com/doi/pdf/10.1080/01431161.2018.1433343?needAccess=true", + "source": { + "id": "https://openalex.org/S117411352", + "display_name": "International Journal of Remote Sensing", + "issn_l": "0143-1161", + "issn": [ + "0143-1161", + "1366-5901" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320547", + "host_organization_name": "Taylor & Francis", + "host_organization_lineage": [ + "https://openalex.org/P4310320547" + ], + "host_organization_lineage_names": [ + "Taylor & Francis" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "International Journal of Remote Sensing", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [ + { + "id": "https://metadata.un.org/sdg/15", + "score": 0.4000000059604645, + "display_name": "Life in Land" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 118, + "referenced_works": [ + "https://openalex.org/W130347124", + "https://openalex.org/W1585128438", + "https://openalex.org/W1802207720", + "https://openalex.org/W1950365613", + "https://openalex.org/W1971271947", + "https://openalex.org/W1978034823", + "https://openalex.org/W1980547211", + "https://openalex.org/W1981755063", + "https://openalex.org/W1985258161", + "https://openalex.org/W1988790447", + "https://openalex.org/W1989344766", + "https://openalex.org/W1989428365", + "https://openalex.org/W1990653740", + "https://openalex.org/W1991856651", + "https://openalex.org/W1996777760", + "https://openalex.org/W1997478538", + "https://openalex.org/W1998351672", + "https://openalex.org/W2008469107", + "https://openalex.org/W2010479838", + "https://openalex.org/W2011287807", + "https://openalex.org/W2012136488", + "https://openalex.org/W2017212187", + "https://openalex.org/W2021314208", + "https://openalex.org/W2022156723", + "https://openalex.org/W2029316659", + "https://openalex.org/W2030025097", + "https://openalex.org/W2030825546", + "https://openalex.org/W2033388392", + "https://openalex.org/W2035419249", + "https://openalex.org/W2035466979", + "https://openalex.org/W2035549557", + "https://openalex.org/W2038951852", + "https://openalex.org/W2039067795", + "https://openalex.org/W2046113982", + "https://openalex.org/W2050830693", + "https://openalex.org/W2063907334", + "https://openalex.org/W2065800647", + "https://openalex.org/W2067983477", + "https://openalex.org/W2074112114", + "https://openalex.org/W2076656703", + "https://openalex.org/W2078619499", + "https://openalex.org/W2080401607", + "https://openalex.org/W2081620141", + "https://openalex.org/W2082081125", + "https://openalex.org/W2082874195", + "https://openalex.org/W2086567813", + "https://openalex.org/W2087016914", + "https://openalex.org/W2088891335", + "https://openalex.org/W2098057602", + "https://openalex.org/W2100711113", + "https://openalex.org/W2101051003", + "https://openalex.org/W2109826612", + "https://openalex.org/W2112076978", + "https://openalex.org/W2118978333", + "https://openalex.org/W2119479037", + "https://openalex.org/W2122111042", + "https://openalex.org/W2124624125", + "https://openalex.org/W2124706543", + "https://openalex.org/W2130269771", + "https://openalex.org/W2130695501", + "https://openalex.org/W2132424470", + "https://openalex.org/W2134721717", + "https://openalex.org/W2136251662", + "https://openalex.org/W2139086914", + "https://openalex.org/W2139211176", + "https://openalex.org/W2140181255", + "https://openalex.org/W2140950054", + "https://openalex.org/W2143481518", + "https://openalex.org/W2145862305", + "https://openalex.org/W2146884399", + "https://openalex.org/W2148143831", + "https://openalex.org/W2149706766", + "https://openalex.org/W2153534417", + "https://openalex.org/W2154506590", + "https://openalex.org/W2155632266", + "https://openalex.org/W2156665896", + "https://openalex.org/W2156909104", + "https://openalex.org/W2162421262", + "https://openalex.org/W2166307050", + "https://openalex.org/W2168809519", + "https://openalex.org/W2171058578", + "https://openalex.org/W2172009270", + "https://openalex.org/W2197595524", + "https://openalex.org/W2229291734", + "https://openalex.org/W2261059368", + "https://openalex.org/W2316813349", + "https://openalex.org/W2330853572", + "https://openalex.org/W2397914484", + "https://openalex.org/W2407655494", + "https://openalex.org/W2412588858", + "https://openalex.org/W2504658994", + "https://openalex.org/W2508058002", + "https://openalex.org/W2539651710", + "https://openalex.org/W2582743722", + "https://openalex.org/W2589780155", + "https://openalex.org/W2603834682", + "https://openalex.org/W2612451460", + "https://openalex.org/W2752696298", + "https://openalex.org/W2911964244", + "https://openalex.org/W3015384695", + "https://openalex.org/W3087967325", + "https://openalex.org/W3102027041", + "https://openalex.org/W3104925044", + "https://openalex.org/W3105578466", + "https://openalex.org/W3207342693", + "https://openalex.org/W4236137412", + "https://openalex.org/W4239510810", + "https://openalex.org/W4245066279", + "https://openalex.org/W4246090800", + "https://openalex.org/W4285719527", + "https://openalex.org/W4300402905", + "https://openalex.org/W4399569501", + "https://openalex.org/W4399570248", + "https://openalex.org/W4399575362", + "https://openalex.org/W6769764061", + "https://openalex.org/W6869234452", + "https://openalex.org/W6869284810", + "https://openalex.org/W6869666549" + ], + "related_works": [ + "https://openalex.org/W4321636153", + "https://openalex.org/W4377964522", + "https://openalex.org/W3195168932", + "https://openalex.org/W4386072274", + "https://openalex.org/W4386123260", + "https://openalex.org/W4383535405", + "https://openalex.org/W4381414210", + "https://openalex.org/W4384345534", + "https://openalex.org/W4308191010", + "https://openalex.org/W3034132578" + ], + "abstract_inverted_index": { + "Machine": [ + 0 + ], + "learning": [ + 1, + 18, + 62 + ], + "offers": [ + 2 + ], + "the": [ + 3, + 20, + 45, + 70, + 96 + ], + "potential": [ + 4 + ], + "for": [ + 5 + ], + "effective": [ + 6 + ], + "and": [ + 7, + 28, + 44, + 89, + 106, + 111, + 113 + ], + "efficient": [ + 8 + ], + "classification": [ + 9, + 40, + 123 + ], + "of": [ + 10, + 16, + 25, + 60, + 74, + 98 + ], + "remotely": [ + 11, + 128 + ], + "sensed": [ + 12, + 129 + ], + "imagery.": [ + 13 + ], + "The": [ + 14 + ], + "strengths": [ + 15 + ], + "machine": [ + 17, + 61 + ], + "include": [ + 19, + 95 + ], + "capacity": [ + 21 + ], + "to": [ + 22, + 29, + 124 + ], + "handle": [ + 23 + ], + "data": [ + 24, + 101, + 130 + ], + "high": [ + 26 + ], + "dimensionality": [ + 27 + ], + "map": [ + 30 + ], + "classes": [ + 31 + ], + "with": [ + 32 + ], + "very": [ + 33 + ], + "complex": [ + 34 + ], + "characteristics.": [ + 35 + ], + "Nevertheless,": [ + 36 + ], + "implementing": [ + 37 + ], + "a": [ + 38 + ], + "machine-learning": [ + 39, + 122 + ], + "is": [ + 41 + ], + "not": [ + 42 + ], + "straightforward,": [ + 43 + ], + "literature": [ + 46 + ], + "provides": [ + 47, + 57 + ], + "conflicting": [ + 48 + ], + "advice": [ + 49 + ], + "regarding": [ + 50 + ], + "many": [ + 51 + ], + "key": [ + 52 + ], + "issues.": [ + 53 + ], + "This": [ + 54 + ], + "article": [ + 55 + ], + "therefore": [ + 56 + ], + "an": [ + 58, + 64 + ], + "overview": [ + 59 + ], + "from": [ + 63 + ], + "applied": [ + 65 + ], + "perspective.": [ + 66 + ], + "We": [ + 67, + 116 + ], + "focus": [ + 68 + ], + "on": [ + 69 + ], + "relatively": [ + 71 + ], + "mature": [ + 72 + ], + "methods": [ + 73 + ], + "support": [ + 75 + ], + "vector": [ + 76 + ], + "machines,": [ + 77 + ], + "single": [ + 78 + ], + "decision": [ + 79 + ], + "trees": [ + 80 + ], + "(DTs),": [ + 81 + ], + "Random": [ + 82 + ], + "Forests,": [ + 83 + ], + "boosted": [ + 84 + ], + "DTs,": [ + 85 + ], + "artificial": [ + 86 + ], + "neural": [ + 87 + ], + "networks,": [ + 88 + ], + "k-nearest": [ + 90 + ], + "neighbours": [ + 91 + ], + "(k-NN).": [ + 92 + ], + "Issues": [ + 93 + ], + "considered": [ + 94 + ], + "choice": [ + 97 + ], + "algorithm,": [ + 99 + ], + "training": [ + 100 + ], + "requirements,": [ + 102 + ], + "user-defined": [ + 103 + ], + "parameter": [ + 104 + ], + "selection": [ + 105 + ], + "optimization,": [ + 107 + ], + "feature": [ + 108 + ], + "space": [ + 109 + ], + "impacts": [ + 110 + ], + "reduction,": [ + 112 + ], + "computational": [ + 114 + ], + "costs.": [ + 115 + ], + "illustrate": [ + 117 + ], + "these": [ + 118 + ], + "issues": [ + 119 + ], + "through": [ + 120 + ], + "applying": [ + 121 + ], + "two": [ + 125 + ], + "publically": [ + 126 + ], + "available": [ + 127 + ], + "sets.": [ + 131 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 128 + }, + { + "year": 2025, + "cited_by_count": 290 + }, + { + "year": 2024, + "cited_by_count": 312 + }, + { + "year": 2023, + "cited_by_count": 319 + }, + { + "year": 2022, + "cited_by_count": 312 + }, + { + "year": 2021, + "cited_by_count": 257 + }, + { + "year": 2020, + "cited_by_count": 168 + }, + { + "year": 2019, + "cited_by_count": 101 + }, + { + "year": 2018, + "cited_by_count": 18 + } + ], + "updated_date": "2026-05-28T09:10:13.091523", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2095577883", + "doi": "https://doi.org/10.1145/2046684.2046692", + "title": "Adversarial machine learning", + "display_name": "Adversarial machine learning", + "relevance_score": 2754.6794, + "publication_year": 2011, + "publication_date": "2011-10-21", + "ids": { + "openalex": "https://openalex.org/W2095577883", + "doi": "https://doi.org/10.1145/2046684.2046692", + "mag": "2095577883" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1145/2046684.2046692", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/2046684.2046692", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Proceedings of the 4th ACM workshop on Security and artificial intelligence", + "raw_type": "proceedings-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5082878554", + "display_name": "Ling Huang", + "orcid": "https://orcid.org/0000-0001-5089-4637" + }, + "institutions": [ + { + "id": "https://openalex.org/I1343180700", + "display_name": "Intel (United States)", + "ror": "https://ror.org/01ek73717", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1343180700" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Ling Huang", + "raw_affiliation_strings": [ + "Intel Labs Berkeley, Berkeley, CA, USA", + "Intel Labs. Berkeley, Berkeley, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Intel Labs Berkeley, Berkeley, CA, USA", + "institution_ids": [ + "https://openalex.org/I1343180700" + ] + }, + { + "raw_affiliation_string": "Intel Labs. Berkeley, Berkeley, CA, USA", + "institution_ids": [ + "https://openalex.org/I1343180700" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5017381278", + "display_name": "Anthony D. Joseph", + "orcid": "https://orcid.org/0000-0002-6798-9664" + }, + "institutions": [ + { + "id": "https://openalex.org/I134446601", + "display_name": "Berkeley College", + "ror": "https://ror.org/02xewxa75", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I134446601" + ] + }, + { + "id": "https://openalex.org/I95457486", + "display_name": "University of California, Berkeley", + "ror": "https://ror.org/01an7q238", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I95457486" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Anthony D. Joseph", + "raw_affiliation_strings": [ + "UC Berkeley, Berkeley, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "UC Berkeley, Berkeley, CA, USA", + "institution_ids": [ + "https://openalex.org/I134446601", + "https://openalex.org/I95457486" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5108249434", + "display_name": "Blaine Nelson", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I8087733", + "display_name": "University of Tübingen", + "ror": "https://ror.org/03a1kwz48", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I8087733" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Blaine Nelson", + "raw_affiliation_strings": [ + "University of Tubingen, Tubingen, Germany" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Tubingen, Tubingen, Germany", + "institution_ids": [ + "https://openalex.org/I8087733" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5078824132", + "display_name": "Benjamin I. P. Rubinstein", + "orcid": "https://orcid.org/0000-0002-2947-6980" + }, + "institutions": [ + { + "id": "https://openalex.org/I1290206253", + "display_name": "Microsoft (United States)", + "ror": "https://ror.org/00d0nc645", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1290206253" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Benjamin I.P. Rubinstein", + "raw_affiliation_strings": [ + "Microsoft, Mountain View, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Microsoft, Mountain View, CA, USA", + "institution_ids": [ + "https://openalex.org/I1290206253" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5113907559", + "display_name": "J. D. Tygar", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I95457486", + "display_name": "University of California, Berkeley", + "ror": "https://ror.org/01an7q238", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I95457486" + ] + }, + { + "id": "https://openalex.org/I134446601", + "display_name": "Berkeley College", + "ror": "https://ror.org/02xewxa75", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I134446601" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "J. D. Tygar", + "raw_affiliation_strings": [ + "UC Berkeley, Berkeley, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "UC Berkeley, Berkeley, CA, USA", + "institution_ids": [ + "https://openalex.org/I134446601", + "https://openalex.org/I95457486" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 5, + "corresponding_author_ids": [ + "https://openalex.org/A5082878554" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I1343180700" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 21.0993, + "has_fulltext": false, + "cited_by_count": 1193, + "citation_normalized_percentile": { + "value": 0.99439489, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 98, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": "43", + "last_page": "58" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11689", + "display_name": "Adversarial Robustness in Machine Learning", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11689", + "display_name": "Adversarial Robustness in Machine Learning", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11512", + "display_name": "Anomaly Detection Techniques and Applications", + "score": 0.9994000196456909, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11241", + "display_name": "Advanced Malware Detection Techniques", + "score": 0.9987000226974487, + "subfield": { + "id": "https://openalex.org/subfields/1711", + "display_name": "Signal Processing" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/adversarial-system", + "display_name": "Adversarial system", + "score": 0.9305077195167542 + }, + { + "id": "https://openalex.org/keywords/adversary", + "display_name": "Adversary", + "score": 0.8575477004051208 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.8086425065994263 + }, + { + "id": "https://openalex.org/keywords/adversarial-machine-learning", + "display_name": "Adversarial machine learning", + "score": 0.802598774433136 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6763424873352051 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6334288716316223 + }, + { + "id": "https://openalex.org/keywords/evasion", + "display_name": "Evasion (ethics)", + "score": 0.5196555852890015 + }, + { + "id": "https://openalex.org/keywords/field", + "display_name": "Field (mathematics)", + "score": 0.451160728931427 + }, + { + "id": "https://openalex.org/keywords/computer-security", + "display_name": "Computer security", + "score": 0.28231871128082275 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C37736160", + "wikidata": "https://www.wikidata.org/wiki/Q1801315", + "display_name": "Adversarial system", + "level": 2, + "score": 0.9305077195167542 + }, + { + "id": "https://openalex.org/C41065033", + "wikidata": "https://www.wikidata.org/wiki/Q2825412", + "display_name": "Adversary", + "level": 2, + "score": 0.8575477004051208 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.8086425065994263 + }, + { + "id": "https://openalex.org/C2778403875", + "wikidata": "https://www.wikidata.org/wiki/Q20312394", + "display_name": "Adversarial machine learning", + "level": 3, + "score": 0.802598774433136 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6763424873352051 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6334288716316223 + }, + { + "id": "https://openalex.org/C2781251061", + "wikidata": "https://www.wikidata.org/wiki/Q5416089", + "display_name": "Evasion (ethics)", + "level": 3, + "score": 0.5196555852890015 + }, + { + "id": "https://openalex.org/C9652623", + "wikidata": "https://www.wikidata.org/wiki/Q190109", + "display_name": "Field (mathematics)", + "level": 2, + "score": 0.451160728931427 + }, + { + "id": "https://openalex.org/C38652104", + "wikidata": "https://www.wikidata.org/wiki/Q3510521", + "display_name": "Computer security", + "level": 1, + "score": 0.28231871128082275 + }, + { + "id": "https://openalex.org/C8891405", + "wikidata": "https://www.wikidata.org/wiki/Q1059", + "display_name": "Immune system", + "level": 2, + "score": 0.0 + }, + { + "id": "https://openalex.org/C202444582", + "wikidata": "https://www.wikidata.org/wiki/Q837863", + "display_name": "Pure mathematics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C203014093", + "wikidata": "https://www.wikidata.org/wiki/Q101929", + "display_name": "Immunology", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C86803240", + "wikidata": "https://www.wikidata.org/wiki/Q420", + "display_name": "Biology", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 3, + "locations": [ + { + "id": "doi:10.1145/2046684.2046692", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/2046684.2046692", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Proceedings of the 4th ACM workshop on Security and artificial intelligence", + "raw_type": "proceedings-article" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.310.771", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.310.771", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.cs.berkeley.edu/~tygar/papers/SML2/Adversarial_AISEC.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.360.168", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.360.168", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://blaine-nelson.com/research/pubs/Huang-Joseph-AISec-2011.pdf", + "raw_type": "text" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "id": "https://metadata.un.org/sdg/16", + "score": 0.7599999904632568, + "display_name": "Peace, Justice and strong institutions" + } + ], + "awards": [], + "funders": [], + "has_content": { + "grobid_xml": false, + "pdf": false + }, + "content_urls": null, + "referenced_works_count": 203, + "referenced_works": [ + "https://openalex.org/W3805906", + "https://openalex.org/W10423024", + "https://openalex.org/W20093842", + "https://openalex.org/W34732858", + "https://openalex.org/W73527130", + "https://openalex.org/W83087001", + "https://openalex.org/W104201263", + "https://openalex.org/W114599062", + "https://openalex.org/W123634342", + "https://openalex.org/W149129625", + "https://openalex.org/W155995321", + "https://openalex.org/W162878246", + "https://openalex.org/W190013992", + "https://openalex.org/W301116043", + "https://openalex.org/W630188293", + "https://openalex.org/W1484507384", + "https://openalex.org/W1492810482", + "https://openalex.org/W1506806321", + "https://openalex.org/W1510073064", + "https://openalex.org/W1513231349", + "https://openalex.org/W1514940655", + "https://openalex.org/W1516506771", + "https://openalex.org/W1520723331", + "https://openalex.org/W1524581953", + "https://openalex.org/W1526402451", + "https://openalex.org/W1543155826", + "https://openalex.org/W1552056088", + "https://openalex.org/W1554944419", + "https://openalex.org/W1560724230", + "https://openalex.org/W1562491895", + "https://openalex.org/W1563088657", + "https://openalex.org/W1564947197", + "https://openalex.org/W1570425181", + "https://openalex.org/W1570963478", + "https://openalex.org/W1579838312", + "https://openalex.org/W1584516405", + "https://openalex.org/W1589713274", + "https://openalex.org/W1590452455", + "https://openalex.org/W1591480890", + "https://openalex.org/W1599976521", + "https://openalex.org/W1601740268", + "https://openalex.org/W1602011302", + "https://openalex.org/W1605925311", + "https://openalex.org/W1609770379", + "https://openalex.org/W1663973292", + "https://openalex.org/W1787843065", + "https://openalex.org/W1851403712", + "https://openalex.org/W1859580326", + "https://openalex.org/W1873763122", + "https://openalex.org/W1941427975", + "https://openalex.org/W1949459993", + "https://openalex.org/W1962340579", + "https://openalex.org/W1964964840", + "https://openalex.org/W1968439359", + "https://openalex.org/W1968998685", + "https://openalex.org/W1979486458", + "https://openalex.org/W1984068197", + "https://openalex.org/W1984350393", + "https://openalex.org/W1984643937", + "https://openalex.org/W1985987493", + "https://openalex.org/W1987845271", + "https://openalex.org/W1989499832", + "https://openalex.org/W1989702938", + "https://openalex.org/W1992244412", + "https://openalex.org/W1993116423", + "https://openalex.org/W1996360405", + "https://openalex.org/W1999935041", + "https://openalex.org/W2005299943", + "https://openalex.org/W2007562169", + "https://openalex.org/W2007657822", + "https://openalex.org/W2010523825", + "https://openalex.org/W2012712694", + "https://openalex.org/W2013936649", + "https://openalex.org/W2015904350", + "https://openalex.org/W2019363670", + "https://openalex.org/W2020764470", + "https://openalex.org/W2022097286", + "https://openalex.org/W2031415694", + "https://openalex.org/W2032247543", + "https://openalex.org/W2040228409", + "https://openalex.org/W2044180609", + "https://openalex.org/W2045796390", + "https://openalex.org/W2046692379", + "https://openalex.org/W2052740976", + "https://openalex.org/W2056099894", + "https://openalex.org/W2058496912", + "https://openalex.org/W2076798318", + "https://openalex.org/W2077217970", + "https://openalex.org/W2078950386", + "https://openalex.org/W2081357650", + "https://openalex.org/W2086437504", + "https://openalex.org/W2088846575", + "https://openalex.org/W2091915792", + "https://openalex.org/W2093825590", + "https://openalex.org/W2096633407", + "https://openalex.org/W2097272254", + "https://openalex.org/W2097895487", + "https://openalex.org/W2099362736", + "https://openalex.org/W2100454174", + "https://openalex.org/W2100779981", + "https://openalex.org/W2106129384", + "https://openalex.org/W2106318612", + "https://openalex.org/W2107968098", + "https://openalex.org/W2108077794", + "https://openalex.org/W2108214308", + "https://openalex.org/W2108601876", + "https://openalex.org/W2108807072", + "https://openalex.org/W2109300365", + "https://openalex.org/W2109394932", + "https://openalex.org/W2110868467", + "https://openalex.org/W2112380340", + "https://openalex.org/W2113741278", + "https://openalex.org/W2114296159", + "https://openalex.org/W2116108199", + "https://openalex.org/W2118931532", + "https://openalex.org/W2119874464", + "https://openalex.org/W2120617515", + "https://openalex.org/W2120665430", + "https://openalex.org/W2120806354", + "https://openalex.org/W2122290076", + "https://openalex.org/W2123449924", + "https://openalex.org/W2123733729", + "https://openalex.org/W2123820077", + "https://openalex.org/W2124612670", + "https://openalex.org/W2124765629", + "https://openalex.org/W2125109784", + "https://openalex.org/W2125908420", + "https://openalex.org/W2127577941", + "https://openalex.org/W2129104108", + "https://openalex.org/W2129860818", + "https://openalex.org/W2130789388", + "https://openalex.org/W2134063365", + "https://openalex.org/W2134167315", + "https://openalex.org/W2135143063", + "https://openalex.org/W2135930857", + "https://openalex.org/W2136114025", + "https://openalex.org/W2137207609", + "https://openalex.org/W2137786570", + "https://openalex.org/W2138263042", + "https://openalex.org/W2138865266", + "https://openalex.org/W2139212933", + "https://openalex.org/W2139709458", + "https://openalex.org/W2141902405", + "https://openalex.org/W2142069714", + "https://openalex.org/W2143521632", + "https://openalex.org/W2144902422", + "https://openalex.org/W2144936818", + "https://openalex.org/W2147487384", + "https://openalex.org/W2149721097", + "https://openalex.org/W2151238122", + "https://openalex.org/W2151298633", + "https://openalex.org/W2151773168", + "https://openalex.org/W2156186849", + "https://openalex.org/W2156909104", + "https://openalex.org/W2157578436", + "https://openalex.org/W2159024459", + "https://openalex.org/W2159675343", + "https://openalex.org/W2160495867", + "https://openalex.org/W2162379889", + "https://openalex.org/W2162552722", + "https://openalex.org/W2162737890", + "https://openalex.org/W2164210932", + "https://openalex.org/W2165239860", + "https://openalex.org/W2166858086", + "https://openalex.org/W2167529272", + "https://openalex.org/W2169300738", + "https://openalex.org/W2169570643", + "https://openalex.org/W2169623711", + "https://openalex.org/W2170005069", + "https://openalex.org/W2170204206", + "https://openalex.org/W2171074980", + "https://openalex.org/W2171604933", + "https://openalex.org/W2293322640", + "https://openalex.org/W2293634425", + "https://openalex.org/W2293768274", + "https://openalex.org/W2294798173", + "https://openalex.org/W2296319761", + "https://openalex.org/W2296452361", + "https://openalex.org/W2341535507", + "https://openalex.org/W2489822048", + "https://openalex.org/W2791732920", + "https://openalex.org/W2898916015", + "https://openalex.org/W2911978475", + "https://openalex.org/W2949506549", + "https://openalex.org/W2951987509", + "https://openalex.org/W2953223940", + "https://openalex.org/W2962974509", + "https://openalex.org/W2963774574", + "https://openalex.org/W2964020133", + "https://openalex.org/W3013501781", + "https://openalex.org/W3124370832", + "https://openalex.org/W3136767761", + "https://openalex.org/W3145128584", + "https://openalex.org/W4212863985", + "https://openalex.org/W4285719527", + "https://openalex.org/W6629510986", + "https://openalex.org/W6636283022", + "https://openalex.org/W6674632866", + "https://openalex.org/W6676639149", + "https://openalex.org/W6684819249", + "https://openalex.org/W6738852829", + "https://openalex.org/W6766076356", + "https://openalex.org/W7052421801" + ], + "related_works": [ + "https://openalex.org/W4320018150", + "https://openalex.org/W4239582170", + "https://openalex.org/W3048732067", + "https://openalex.org/W2918664383", + "https://openalex.org/W106056076", + "https://openalex.org/W4320855730", + "https://openalex.org/W4383468834", + "https://openalex.org/W2135200719", + "https://openalex.org/W4283221438", + "https://openalex.org/W2900159906" + ], + "abstract_inverted_index": { + "In": [ + 0, + 31 + ], + "this": [ + 1, + 32 + ], + "paper": [ + 2 + ], + "(expanded": [ + 3 + ], + "from": [ + 4 + ], + "an": [ + 5, + 13, + 28, + 51, + 59, + 66 + ], + "invited": [ + 6 + ], + "talk": [ + 7 + ], + "at": [ + 8 + ], + "AISEC": [ + 9 + ], + "2010),": [ + 10 + ], + "we": [ + 11 + ], + "discuss": [ + 12, + 46, + 84, + 93 + ], + "emerging": [ + 14 + ], + "field": [ + 15 + ], + "of": [ + 16, + 22, + 65 + ], + "study:": [ + 17 + ], + "adversarial": [ + 18, + 29 + ], + "machine": [ + 19, + 24, + 43, + 81 + ], + "learning---the": [ + 20 + ], + "study": [ + 21 + ], + "effective": [ + 23 + ], + "learning": [ + 25, + 44, + 82, + 95 + ], + "techniques": [ + 26 + ], + "against": [ + 27, + 41, + 86 + ], + "opponent.": [ + 30 + ], + "paper,": [ + 33 + ], + "we:": [ + 34 + ], + "give": [ + 35 + ], + "a": [ + 36 + ], + "taxonomy": [ + 37 + ], + "for": [ + 38, + 57 + ], + "classifying": [ + 39 + ], + "attacks": [ + 40 + ], + "online": [ + 42 + ], + "algorithms;": [ + 45, + 83 + ], + "application-specific": [ + 47 + ], + "factors": [ + 48 + ], + "that": [ + 49 + ], + "limit": [ + 50 + ], + "adversary's": [ + 52, + 60, + 67 + ], + "capabilities;": [ + 53, + 61 + ], + "introduce": [ + 54, + 88 + ], + "two": [ + 55 + ], + "models": [ + 56 + ], + "modeling": [ + 58 + ], + "explore": [ + 62, + 78 + ], + "the": [ + 63, + 70, + 89 + ], + "limits": [ + 64 + ], + "knowledge": [ + 68 + ], + "about": [ + 69 + ], + "algorithm,": [ + 71 + ], + "feature": [ + 72 + ], + "space,": [ + 73 + ], + "training,": [ + 74 + ], + "and": [ + 75, + 92 + ], + "input": [ + 76 + ], + "data;": [ + 77 + ], + "vulnerabilities": [ + 79 + ], + "in": [ + 80 + ], + "countermeasures": [ + 85 + ], + "attacks;": [ + 87 + ], + "evasion": [ + 90 + ], + "challenge;": [ + 91 + ], + "privacy-preserving": [ + 94 + ], + "techniques.": [ + 96 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 17 + }, + { + "year": 2025, + "cited_by_count": 65 + }, + { + "year": 2024, + "cited_by_count": 82 + }, + { + "year": 2023, + "cited_by_count": 88 + }, + { + "year": 2022, + "cited_by_count": 92 + }, + { + "year": 2021, + "cited_by_count": 192 + }, + { + "year": 2020, + "cited_by_count": 173 + }, + { + "year": 2019, + "cited_by_count": 136 + }, + { + "year": 2018, + "cited_by_count": 138 + }, + { + "year": 2017, + "cited_by_count": 88 + }, + { + "year": 2016, + "cited_by_count": 42 + }, + { + "year": 2015, + "cited_by_count": 32 + }, + { + "year": 2014, + "cited_by_count": 32 + }, + { + "year": 2013, + "cited_by_count": 10 + }, + { + "year": 2012, + "cited_by_count": 5 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W3101749733", + "doi": null, + "title": "KERNEL METHODS IN MACHINE LEARNING", + "display_name": "KERNEL METHODS IN MACHINE LEARNING", + "relevance_score": 2736.4016, + "publication_year": 2008, + "publication_date": "2008-01-01", + "ids": { + "openalex": "https://openalex.org/W3101749733", + "mag": "3101749733" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.160.8616", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.160.8616", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.kernel-machines.org/publications/pdfs/0701907.pdf", + "raw_type": "text" + }, + "type": "article", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": null, + "display_name": "Hofmann, T.", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "Hofmann, T.", + "raw_affiliation_strings": [ + "Department Empirical Inference, Max Planck Institute for Biological Cybernetics, Max Planck Society", + "Max Planck Institute for Biological Cybernetics, Max Planck Society", + "Darmstadt University of Technology, Max Planck Institute for Biological Cybernetics and National ICT Australia" + ], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": null, + "display_name": "Schölkopf, B.", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Schölkopf, B.", + "raw_affiliation_strings": [ + "Department Empirical Inference, Max Planck Institute for Biological Cybernetics, Max Planck Society", + "Max Planck Institute for Biological Cybernetics, Max Planck Society", + "DARMSTADT UNIVERSITY OF TECHNOLOGY DEPARTMENT OF COMPUTER SCIENCE DARMSTADT GERMANY" + ], + "raw_orcid": null, + "affiliations": [] + }, + { + "author_position": "last", + "author": { + "id": null, + "display_name": "Smola, A.", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Smola, A.", + "raw_affiliation_strings": [ + "MAX PLANCK INSTITUTE FOR BIOLOGICAL CYBERNETICS TÜBINGEN GERMANY", + "Darmstadt University of Technology, Max Planck Institute for Biological Cybernetics and National ICT Australia" + ], + "raw_orcid": null, + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 3, + "corresponding_author_ids": [], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 80.32, + "has_fulltext": false, + "cited_by_count": 1404, + "citation_normalized_percentile": { + "value": 0.99968234, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11236", + "display_name": "Control Systems and Identification", + "score": 0.9980999827384949, + "subfield": { + "id": "https://openalex.org/subfields/2207", + "display_name": "Control and Systems Engineering" + }, + "field": { + "id": "https://openalex.org/fields/22", + "display_name": "Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11236", + "display_name": "Control Systems and Identification", + "score": 0.9980999827384949, + "subfield": { + "id": "https://openalex.org/subfields/2207", + "display_name": "Control and Systems Engineering" + }, + "field": { + "id": "https://openalex.org/fields/22", + "display_name": "Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.9973000288009644, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12814", + "display_name": "Gaussian Processes and Bayesian Inference", + "score": 0.9959999918937683, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/reproducing-kernel-hilbert-space", + "display_name": "Reproducing kernel Hilbert space", + "score": 0.9235234260559082 + }, + { + "id": "https://openalex.org/keywords/kernel-embedding-of-distributions", + "display_name": "Kernel embedding of distributions", + "score": 0.661546528339386 + }, + { + "id": "https://openalex.org/keywords/kernel-method", + "display_name": "Kernel method", + "score": 0.6241254806518555 + }, + { + "id": "https://openalex.org/keywords/kernel", + "display_name": "Kernel (algebra)", + "score": 0.6204042434692383 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.5763845443725586 + }, + { + "id": "https://openalex.org/keywords/tree-kernel", + "display_name": "Tree kernel", + "score": 0.5457028150558472 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5348400473594666 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.5333948731422424 + }, + { + "id": "https://openalex.org/keywords/hilbert-space", + "display_name": "Hilbert space", + "score": 0.5198448300361633 + }, + { + "id": "https://openalex.org/keywords/binary-classification", + "display_name": "Binary classification", + "score": 0.5161064863204956 + }, + { + "id": "https://openalex.org/keywords/radial-basis-function-kernel", + "display_name": "Radial basis function kernel", + "score": 0.51426762342453 + }, + { + "id": "https://openalex.org/keywords/representer-theorem", + "display_name": "Representer theorem", + "score": 0.5071642398834229 + }, + { + "id": "https://openalex.org/keywords/domain", + "display_name": "Domain (mathematical analysis)", + "score": 0.46649500727653503 + }, + { + "id": "https://openalex.org/keywords/range", + "display_name": "Range (aeronautics)", + "score": 0.46594440937042236 + }, + { + "id": "https://openalex.org/keywords/polynomial-kernel", + "display_name": "Polynomial kernel", + "score": 0.41850125789642334 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.3844338357448578 + }, + { + "id": "https://openalex.org/keywords/support-vector-machine", + "display_name": "Support vector machine", + "score": 0.2444586455821991 + }, + { + "id": "https://openalex.org/keywords/discrete-mathematics", + "display_name": "Discrete mathematics", + "score": 0.09967216849327087 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C80884492", + "wikidata": "https://www.wikidata.org/wiki/Q3345678", + "display_name": "Reproducing kernel Hilbert space", + "level": 3, + "score": 0.9235234260559082 + }, + { + "id": "https://openalex.org/C134517425", + "wikidata": "https://www.wikidata.org/wiki/Q16000131", + "display_name": "Kernel embedding of distributions", + "level": 4, + "score": 0.661546528339386 + }, + { + "id": "https://openalex.org/C122280245", + "wikidata": "https://www.wikidata.org/wiki/Q620622", + "display_name": "Kernel method", + "level": 3, + "score": 0.6241254806518555 + }, + { + "id": "https://openalex.org/C74193536", + "wikidata": "https://www.wikidata.org/wiki/Q574844", + "display_name": "Kernel (algebra)", + "level": 2, + "score": 0.6204042434692383 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.5763845443725586 + }, + { + "id": "https://openalex.org/C140417398", + "wikidata": "https://www.wikidata.org/wiki/Q16933942", + "display_name": "Tree kernel", + "level": 5, + "score": 0.5457028150558472 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5348400473594666 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.5333948731422424 + }, + { + "id": "https://openalex.org/C62799726", + "wikidata": "https://www.wikidata.org/wiki/Q190056", + "display_name": "Hilbert space", + "level": 2, + "score": 0.5198448300361633 + }, + { + "id": "https://openalex.org/C66905080", + "wikidata": "https://www.wikidata.org/wiki/Q17005494", + "display_name": "Binary classification", + "level": 3, + "score": 0.5161064863204956 + }, + { + "id": "https://openalex.org/C75866337", + "wikidata": "https://www.wikidata.org/wiki/Q7280263", + "display_name": "Radial basis function kernel", + "level": 4, + "score": 0.51426762342453 + }, + { + "id": "https://openalex.org/C172623408", + "wikidata": "https://www.wikidata.org/wiki/Q7314263", + "display_name": "Representer theorem", + "level": 5, + "score": 0.5071642398834229 + }, + { + "id": "https://openalex.org/C36503486", + "wikidata": "https://www.wikidata.org/wiki/Q11235244", + "display_name": "Domain (mathematical analysis)", + "level": 2, + "score": 0.46649500727653503 + }, + { + "id": "https://openalex.org/C204323151", + "wikidata": "https://www.wikidata.org/wiki/Q905424", + "display_name": "Range (aeronautics)", + "level": 2, + "score": 0.46594440937042236 + }, + { + "id": "https://openalex.org/C160446489", + "wikidata": "https://www.wikidata.org/wiki/Q7226642", + "display_name": "Polynomial kernel", + "level": 4, + "score": 0.41850125789642334 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.3844338357448578 + }, + { + "id": "https://openalex.org/C12267149", + "wikidata": "https://www.wikidata.org/wiki/Q282453", + "display_name": "Support vector machine", + "level": 2, + "score": 0.2444586455821991 + }, + { + "id": "https://openalex.org/C118615104", + "wikidata": "https://www.wikidata.org/wiki/Q121416", + "display_name": "Discrete mathematics", + "level": 1, + "score": 0.09967216849327087 + }, + { + "id": "https://openalex.org/C192562407", + "wikidata": "https://www.wikidata.org/wiki/Q228736", + "display_name": "Materials science", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C159985019", + "wikidata": "https://www.wikidata.org/wiki/Q181790", + "display_name": "Composite material", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C134306372", + "wikidata": "https://www.wikidata.org/wiki/Q7754", + "display_name": "Mathematical analysis", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 4, + "locations": [ + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.160.8616", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.160.8616", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.kernel-machines.org/publications/pdfs/0701907.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.680.2403", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.680.2403", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://alex.smola.org/papers/2008/HofSchSmo08.pdf", + "raw_type": "text" + }, + { + "id": "pmh:oai:edoc.mpg.de:419905", + "is_oa": false, + "landing_page_url": "http://edoc.mpg.de/419905", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4406922265", + "display_name": "Max Planck Institute for Plasma Physics", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Annals of Statistics, v.36, 1171-1220 (2008)", + "raw_type": "Article" + }, + { + "id": "pmh:oai:pure.mpg.de:item_1789855", + "is_oa": false, + "landing_page_url": "http://hdl.handle.net/11858/00-001M-0000-0013-C8CF-6", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400654", + "display_name": "MPG.PuRe (Max Planck Society)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I149899117", + "host_organization_name": "Max Planck Society", + "host_organization_lineage": [ + "https://openalex.org/I149899117" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "The Annals of Statistics", + "raw_type": "info:eu-repo/semantics/article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 186, + "referenced_works": [ + "https://openalex.org/W14071851", + "https://openalex.org/W56743589", + "https://openalex.org/W100063776", + "https://openalex.org/W111380827", + "https://openalex.org/W147273232", + "https://openalex.org/W168447211", + "https://openalex.org/W179694669", + "https://openalex.org/W633772442", + "https://openalex.org/W854322902", + "https://openalex.org/W1486164486", + "https://openalex.org/W1490266132", + "https://openalex.org/W1496189301", + "https://openalex.org/W1510073064", + "https://openalex.org/W1512098439", + "https://openalex.org/W1515020792", + "https://openalex.org/W1526146785", + "https://openalex.org/W1526729636", + "https://openalex.org/W1528905581", + "https://openalex.org/W1530699444", + "https://openalex.org/W1542652324", + "https://openalex.org/W1548802052", + "https://openalex.org/W1549656520", + "https://openalex.org/W1550988992", + "https://openalex.org/W1560729174", + "https://openalex.org/W1575431606", + "https://openalex.org/W1578255497", + "https://openalex.org/W1587744656", + "https://openalex.org/W1588401315", + "https://openalex.org/W1588424744", + "https://openalex.org/W1596052433", + "https://openalex.org/W1601740268", + "https://openalex.org/W1604293137", + "https://openalex.org/W1604792744", + "https://openalex.org/W1638081485", + "https://openalex.org/W1647376582", + "https://openalex.org/W1719651905", + "https://openalex.org/W1746819321", + "https://openalex.org/W1774304772", + "https://openalex.org/W1835509607", + "https://openalex.org/W1899157803", + "https://openalex.org/W1964724001", + "https://openalex.org/W1966347620", + "https://openalex.org/W1968934255", + "https://openalex.org/W1975077471", + "https://openalex.org/W1982032418", + "https://openalex.org/W1986280275", + "https://openalex.org/W1986931325", + "https://openalex.org/W1989408439", + "https://openalex.org/W1990534247", + "https://openalex.org/W1991200719", + "https://openalex.org/W1992236290", + "https://openalex.org/W1992666150", + "https://openalex.org/W1995558350", + "https://openalex.org/W1998438337", + "https://openalex.org/W1999486090", + "https://openalex.org/W2001792610", + "https://openalex.org/W2002806284", + "https://openalex.org/W2007154098", + "https://openalex.org/W2008400752", + "https://openalex.org/W2009511046", + "https://openalex.org/W2012383820", + "https://openalex.org/W2014158063", + "https://openalex.org/W2014902932", + "https://openalex.org/W2015904350", + "https://openalex.org/W2017753243", + "https://openalex.org/W2018582985", + "https://openalex.org/W2020816856", + "https://openalex.org/W2025341678", + "https://openalex.org/W2029538739", + "https://openalex.org/W2038798255", + "https://openalex.org/W2041797434", + "https://openalex.org/W2047028564", + "https://openalex.org/W2051381803", + "https://openalex.org/W2060591526", + "https://openalex.org/W2064976291", + "https://openalex.org/W2070771761", + "https://openalex.org/W2072640386", + "https://openalex.org/W2075887074", + "https://openalex.org/W2077658674", + "https://openalex.org/W2082100828", + "https://openalex.org/W2082612735", + "https://openalex.org/W2083780577", + "https://openalex.org/W2086404575", + "https://openalex.org/W2086726221", + "https://openalex.org/W2086789740", + "https://openalex.org/W2087258353", + "https://openalex.org/W2087347434", + "https://openalex.org/W2092182929", + "https://openalex.org/W2094212611", + "https://openalex.org/W2098385651", + "https://openalex.org/W2101276256", + "https://openalex.org/W2103194807", + "https://openalex.org/W2103657184", + "https://openalex.org/W2104128541", + "https://openalex.org/W2105644991", + "https://openalex.org/W2105842272", + "https://openalex.org/W2106353560", + "https://openalex.org/W2108153239", + "https://openalex.org/W2112076978", + "https://openalex.org/W2114281975", + "https://openalex.org/W2118712128", + "https://openalex.org/W2119647652", + "https://openalex.org/W2119821739", + "https://openalex.org/W2120340025", + "https://openalex.org/W2121921208", + "https://openalex.org/W2123606421", + "https://openalex.org/W2123737232", + "https://openalex.org/W2124101779", + "https://openalex.org/W2124225821", + "https://openalex.org/W2125053431", + "https://openalex.org/W2127713198", + "https://openalex.org/W2131479089", + "https://openalex.org/W2132637896", + "https://openalex.org/W2132870739", + "https://openalex.org/W2134407776", + "https://openalex.org/W2135046866", + "https://openalex.org/W2135498906", + "https://openalex.org/W2139212933", + "https://openalex.org/W2139686264", + "https://openalex.org/W2140095548", + "https://openalex.org/W2141224867", + "https://openalex.org/W2141407058", + "https://openalex.org/W2142387771", + "https://openalex.org/W2143956139", + "https://openalex.org/W2144068644", + "https://openalex.org/W2146766088", + "https://openalex.org/W2147880316", + "https://openalex.org/W2148018895", + "https://openalex.org/W2148603752", + "https://openalex.org/W2149166361", + "https://openalex.org/W2149607218", + "https://openalex.org/W2151949149", + "https://openalex.org/W2156515921", + "https://openalex.org/W2156909104", + "https://openalex.org/W2157791002", + "https://openalex.org/W2159737176", + "https://openalex.org/W2160842254", + "https://openalex.org/W2161920802", + "https://openalex.org/W2162836072", + "https://openalex.org/W2164943005", + "https://openalex.org/W2167826316", + "https://openalex.org/W2169945149", + "https://openalex.org/W2314709380", + "https://openalex.org/W2408196097", + "https://openalex.org/W2498775949", + "https://openalex.org/W2554813760", + "https://openalex.org/W2579923771", + "https://openalex.org/W2595056910", + "https://openalex.org/W2795528501", + "https://openalex.org/W2798510847", + "https://openalex.org/W2798766386", + "https://openalex.org/W2976840617", + "https://openalex.org/W2988119488", + "https://openalex.org/W2994982620", + "https://openalex.org/W3004533406", + "https://openalex.org/W3012317737", + "https://openalex.org/W3015736691", + "https://openalex.org/W3021452258", + "https://openalex.org/W3023786531", + "https://openalex.org/W3119651796", + "https://openalex.org/W3145143011", + "https://openalex.org/W4210636998", + "https://openalex.org/W4211049957", + "https://openalex.org/W4211083646", + "https://openalex.org/W4229758204", + "https://openalex.org/W4232576706", + "https://openalex.org/W4234698323", + "https://openalex.org/W4235236043", + "https://openalex.org/W4237723258", + "https://openalex.org/W4237951138", + "https://openalex.org/W4238284510", + "https://openalex.org/W4238957295", + "https://openalex.org/W4239510810", + "https://openalex.org/W4240579122", + "https://openalex.org/W4246066915", + "https://openalex.org/W4247545571", + "https://openalex.org/W4249925659", + "https://openalex.org/W4251085907", + "https://openalex.org/W4251115686", + "https://openalex.org/W4255455317", + "https://openalex.org/W4285719527", + "https://openalex.org/W4293052541", + "https://openalex.org/W4298876635", + "https://openalex.org/W4302591315", + "https://openalex.org/W4376453320", + "https://openalex.org/W4396738453" + ], + "related_works": [ + "https://openalex.org/W3013206934", + "https://openalex.org/W3100948281", + "https://openalex.org/W4311138679", + "https://openalex.org/W3123056048", + "https://openalex.org/W1983263273", + "https://openalex.org/W4247446331", + "https://openalex.org/W1836142315", + "https://openalex.org/W4294351650", + "https://openalex.org/W4243330733", + "https://openalex.org/W177392165" + ], + "abstract_inverted_index": { + "We": [ + 0, + 77 + ], + "review": [ + 1 + ], + "machine": [ + 2 + ], + "learning": [ + 3, + 12, + 52 + ], + "methods": [ + 4, + 10, + 90 + ], + "employing": [ + 5 + ], + "positive": [ + 6 + ], + "definite": [ + 7 + ], + "kernels.": [ + 8 + ], + "These": [ + 9 + ], + "formulate": [ + 11 + ], + "and": [ + 13, + 49 + ], + "estimation": [ + 14, + 92 + ], + "problems": [ + 15 + ], + "in": [ + 16, + 31, + 37 + ], + "a": [ + 17, + 34, + 79 + ], + "reproducing": [ + 18 + ], + "kernel": [ + 19 + ], + "Hilbert": [ + 20 + ], + "space": [ + 21 + ], + "(RKHS)": [ + 22 + ], + "of": [ + 23, + 33, + 40, + 45, + 51, + 62, + 82 + ], + "functions": [ + 24, + 68, + 72 + ], + "defined": [ + 25, + 73 + ], + "on": [ + 26, + 74 + ], + "the": [ + 27, + 43, + 47, + 56 + ], + "data": [ + 28 + ], + "domain,": [ + 29 + ], + "expanded": [ + 30 + ], + "terms": [ + 32 + ], + "kernel.": [ + 35 + ], + "Working": [ + 36 + ], + "linear": [ + 38 + ], + "spaces": [ + 39 + ], + "function": [ + 41 + ], + "has": [ + 42 + ], + "benefit": [ + 44 + ], + "facilitating": [ + 46 + ], + "construction": [ + 48 + ], + "analysis": [ + 50 + ], + "algorithms": [ + 53 + ], + "while": [ + 54 + ], + "at": [ + 55 + ], + "same": [ + 57 + ], + "time": [ + 58 + ], + "allowing": [ + 59 + ], + "large": [ + 60 + ], + "classes": [ + 61 + ], + "functions.": [ + 63 + ], + "The": [ + 64 + ], + "latter": [ + 65 + ], + "include": [ + 66 + ], + "nonlinear": [ + 67 + ], + "as": [ + 69, + 71 + ], + "well": [ + 70 + ], + "nonvectorial": [ + 75 + ], + "data.": [ + 76, + 95 + ], + "cover": [ + 78 + ], + "wide": [ + 80 + ], + "range": [ + 81 + ], + "methods,": [ + 83 + ], + "ranging": [ + 84 + ], + "from": [ + 85 + ], + "binary": [ + 86 + ], + "classifiers": [ + 87 + ], + "to": [ + 88 + ], + "sophisticated": [ + 89 + ], + "for": [ + 91 + ], + "with": [ + 93 + ], + "structured": [ + 94 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 8 + }, + { + "year": 2024, + "cited_by_count": 22 + }, + { + "year": 2023, + "cited_by_count": 32 + }, + { + "year": 2022, + "cited_by_count": 53 + }, + { + "year": 2021, + "cited_by_count": 181 + }, + { + "year": 2020, + "cited_by_count": 192 + }, + { + "year": 2019, + "cited_by_count": 152 + }, + { + "year": 2018, + "cited_by_count": 126 + }, + { + "year": 2017, + "cited_by_count": 119 + }, + { + "year": 2016, + "cited_by_count": 94 + }, + { + "year": 2015, + "cited_by_count": 86 + }, + { + "year": 2014, + "cited_by_count": 101 + }, + { + "year": 2013, + "cited_by_count": 81 + }, + { + "year": 2012, + "cited_by_count": 57 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2701059868", + "doi": "https://doi.org/10.1109/sp.2017.12", + "title": "SecureML: A System for Scalable Privacy-Preserving Machine Learning", + "display_name": "SecureML: A System for Scalable Privacy-Preserving Machine Learning", + "relevance_score": 2685.6213, + "publication_year": 2017, + "publication_date": "2017-05-01", + "ids": { + "openalex": "https://openalex.org/W2701059868", + "doi": "https://doi.org/10.1109/sp.2017.12", + "mag": "2701059868" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1109/sp.2017.12", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/sp.2017.12", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "2017 IEEE Symposium on Security and Privacy (SP)", + "raw_type": "proceedings-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5001493977", + "display_name": "Payman Mohassel", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I164956901", + "display_name": "Visa (United Kingdom)", + "ror": "https://ror.org/05syhdw25", + "country_code": "GB", + "type": "company", + "lineage": [ + "https://openalex.org/I164956901", + "https://openalex.org/I4210148469" + ] + } + ], + "countries": [ + "GB" + ], + "is_corresponding": true, + "raw_author_name": "Payman Mohassel", + "raw_affiliation_strings": [ + "Visa Research" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Visa Research", + "institution_ids": [ + "https://openalex.org/I164956901" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5100434296", + "display_name": "Yupeng Zhang", + "orcid": "https://orcid.org/0000-0003-0378-3146" + }, + "institutions": [ + { + "id": "https://openalex.org/I66946132", + "display_name": "University of Maryland, College Park", + "ror": "https://ror.org/047s2c258", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I66946132" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Yupeng Zhang", + "raw_affiliation_strings": [ + "University of Maryland" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Maryland", + "institution_ids": [ + "https://openalex.org/I66946132" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5001493977" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I164956901" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 109.4959, + "has_fulltext": false, + "cited_by_count": 1840, + "citation_normalized_percentile": { + "value": 0.99954846, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": "19", + "last_page": "38" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10764", + "display_name": "Privacy-Preserving Technologies in Data", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10764", + "display_name": "Privacy-Preserving Technologies in Data", + "score": 0.9998999834060669, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10237", + "display_name": "Cryptography and Data Security", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11612", + "display_name": "Stochastic Gradient Optimization Techniques", + "score": 0.9958999752998352, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.8628431558609009 + }, + { + "id": "https://openalex.org/keywords/softmax-function", + "display_name": "Softmax function", + "score": 0.6727948188781738 + }, + { + "id": "https://openalex.org/keywords/scalability", + "display_name": "Scalability", + "score": 0.639832079410553 + }, + { + "id": "https://openalex.org/keywords/server", + "display_name": "Server", + "score": 0.6201728582382202 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.5722167491912842 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.5273305177688599 + }, + { + "id": "https://openalex.org/keywords/information-privacy", + "display_name": "Information privacy", + "score": 0.4981374740600586 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.49659615755081177 + }, + { + "id": "https://openalex.org/keywords/stochastic-gradient-descent", + "display_name": "Stochastic gradient descent", + "score": 0.4761010408401489 + }, + { + "id": "https://openalex.org/keywords/mnist-database", + "display_name": "MNIST database", + "score": 0.47118237614631653 + }, + { + "id": "https://openalex.org/keywords/implementation", + "display_name": "Implementation", + "score": 0.4711809456348419 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.36041098833084106 + }, + { + "id": "https://openalex.org/keywords/computer-security", + "display_name": "Computer security", + "score": 0.1726815104484558 + }, + { + "id": "https://openalex.org/keywords/computer-network", + "display_name": "Computer network", + "score": 0.15583673119544983 + }, + { + "id": "https://openalex.org/keywords/database", + "display_name": "Database", + "score": 0.1493930220603943 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.8628431558609009 + }, + { + "id": "https://openalex.org/C188441871", + "wikidata": "https://www.wikidata.org/wiki/Q7554146", + "display_name": "Softmax function", + "level": 3, + "score": 0.6727948188781738 + }, + { + "id": "https://openalex.org/C48044578", + "wikidata": "https://www.wikidata.org/wiki/Q727490", + "display_name": "Scalability", + "level": 2, + "score": 0.639832079410553 + }, + { + "id": "https://openalex.org/C93996380", + "wikidata": "https://www.wikidata.org/wiki/Q44127", + "display_name": "Server", + "level": 2, + "score": 0.6201728582382202 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.5722167491912842 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.5273305177688599 + }, + { + "id": "https://openalex.org/C123201435", + "wikidata": "https://www.wikidata.org/wiki/Q456632", + "display_name": "Information privacy", + "level": 2, + "score": 0.4981374740600586 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.49659615755081177 + }, + { + "id": "https://openalex.org/C206688291", + "wikidata": "https://www.wikidata.org/wiki/Q7617819", + "display_name": "Stochastic gradient descent", + "level": 3, + "score": 0.4761010408401489 + }, + { + "id": "https://openalex.org/C190502265", + "wikidata": "https://www.wikidata.org/wiki/Q17069496", + "display_name": "MNIST database", + "level": 3, + "score": 0.47118237614631653 + }, + { + "id": "https://openalex.org/C26713055", + "wikidata": "https://www.wikidata.org/wiki/Q245962", + "display_name": "Implementation", + "level": 2, + "score": 0.4711809456348419 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.36041098833084106 + }, + { + "id": "https://openalex.org/C38652104", + "wikidata": "https://www.wikidata.org/wiki/Q3510521", + "display_name": "Computer security", + "level": 1, + "score": 0.1726815104484558 + }, + { + "id": "https://openalex.org/C31258907", + "wikidata": "https://www.wikidata.org/wiki/Q1301371", + "display_name": "Computer network", + "level": 1, + "score": 0.15583673119544983 + }, + { + "id": "https://openalex.org/C77088390", + "wikidata": "https://www.wikidata.org/wiki/Q8513", + "display_name": "Database", + "level": 1, + "score": 0.1493930220603943 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1109/sp.2017.12", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/sp.2017.12", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "2017 IEEE Symposium on Security and Privacy (SP)", + "raw_type": "proceedings-article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 49, + "referenced_works": [ + "https://openalex.org/W34785529", + "https://openalex.org/W173953576", + "https://openalex.org/W374828532", + "https://openalex.org/W1480225633", + "https://openalex.org/W1499934958", + "https://openalex.org/W1510952750", + "https://openalex.org/W1528076390", + "https://openalex.org/W1608459536", + "https://openalex.org/W1826277484", + "https://openalex.org/W1968265138", + "https://openalex.org/W1969009977", + "https://openalex.org/W1971991172", + "https://openalex.org/W1985511977", + "https://openalex.org/W2009733253", + "https://openalex.org/W2019891719", + "https://openalex.org/W2053637704", + "https://openalex.org/W2083026317", + "https://openalex.org/W2088339831", + "https://openalex.org/W2106217851", + "https://openalex.org/W2112340198", + "https://openalex.org/W2112380340", + "https://openalex.org/W2129548234", + "https://openalex.org/W2132172731", + "https://openalex.org/W2134340933", + "https://openalex.org/W2145029920", + "https://openalex.org/W2149603017", + "https://openalex.org/W2152799677", + "https://openalex.org/W2167094273", + "https://openalex.org/W2167236842", + "https://openalex.org/W2170696315", + "https://openalex.org/W2171033594", + "https://openalex.org/W2295292576", + "https://openalex.org/W2435473771", + "https://openalex.org/W2473418344", + "https://openalex.org/W2963759574", + "https://openalex.org/W3029558105", + "https://openalex.org/W3030849327", + "https://openalex.org/W3141585064", + "https://openalex.org/W3185488408", + "https://openalex.org/W4248358572", + "https://openalex.org/W6601427463", + "https://openalex.org/W6612902754", + "https://openalex.org/W6631628602", + "https://openalex.org/W6663928093", + "https://openalex.org/W6676639149", + "https://openalex.org/W6679568130", + "https://openalex.org/W6681017033", + "https://openalex.org/W6682557032", + "https://openalex.org/W6778583135" + ], + "related_works": [ + "https://openalex.org/W4386603768", + "https://openalex.org/W2950475743", + "https://openalex.org/W4283819496", + "https://openalex.org/W4315785049", + "https://openalex.org/W3015792155", + "https://openalex.org/W3021529903", + "https://openalex.org/W3118286710", + "https://openalex.org/W2937906318", + "https://openalex.org/W4225929918", + "https://openalex.org/W3095450733" + ], + "abstract_inverted_index": { + "Machine": [ + 0 + ], + "learning": [ + 1, + 58 + ], + "is": [ + 2 + ], + "widely": [ + 3 + ], + "used": [ + 4 + ], + "in": [ + 5, + 77, + 140 + ], + "practice": [ + 6 + ], + "to": [ + 7, + 109, + 122, + 133, + 170 + ], + "produce": [ + 8 + ], + "predictive": [ + 9 + ], + "models": [ + 10, + 22, + 95 + ], + "for": [ + 11, + 54, + 59, + 161, + 187 + ], + "applications": [ + 12 + ], + "such": [ + 13, + 125 + ], + "as": [ + 14, + 126 + ], + "image": [ + 15 + ], + "processing,": [ + 16 + ], + "speech": [ + 17 + ], + "and": [ + 18, + 51, + 64, + 118, + 128, + 165, + 168 + ], + "text": [ + 19 + ], + "recognition.": [ + 20 + ], + "These": [ + 21 + ], + "are": [ + 23, + 131, + 148 + ], + "more": [ + 24 + ], + "accurate": [ + 25 + ], + "when": [ + 26 + ], + "trained": [ + 27 + ], + "on": [ + 28, + 96, + 114 + ], + "large": [ + 29 + ], + "amount": [ + 30 + ], + "of": [ + 31, + 151, + 157, + 172, + 177 + ], + "data": [ + 32, + 40, + 82, + 87, + 99, + 173 + ], + "collected": [ + 33 + ], + "from": [ + 34 + ], + "different": [ + 35 + ], + "sources.": [ + 36 + ], + "However,": [ + 37 + ], + "the": [ + 38, + 69, + 78, + 97, + 155, + 158, + 182 + ], + "massive": [ + 39 + ], + "collection": [ + 41 + ], + "raises": [ + 42 + ], + "privacy": [ + 43, + 55, + 162, + 184 + ], + "concerns.": [ + 44 + ], + "In": [ + 45 + ], + "this": [ + 46 + ], + "paper,": [ + 47 + ], + "we": [ + 48 + ], + "present": [ + 49 + ], + "new": [ + 50, + 107 + ], + "efficient": [ + 52 + ], + "protocols": [ + 53, + 75, + 147 + ], + "preserving": [ + 56, + 163, + 185 + ], + "machine": [ + 57 + ], + "linear": [ + 60, + 164 + ], + "regression,": [ + 61 + ], + "logistic": [ + 62, + 166 + ], + "regression": [ + 63 + ], + "neural": [ + 65, + 189 + ], + "network": [ + 66 + ], + "training": [ + 67, + 188 + ], + "using": [ + 68, + 100 + ], + "stochastic": [ + 70 + ], + "gradient": [ + 71 + ], + "descent": [ + 72 + ], + "method.": [ + 73 + ], + "Our": [ + 74, + 142 + ], + "fall": [ + 76 + ], + "two-server": [ + 79 + ], + "model": [ + 80 + ], + "where": [ + 81 + ], + "owners": [ + 83 + ], + "distribute": [ + 84 + ], + "their": [ + 85 + ], + "private": [ + 86 + ], + "among": [ + 88 + ], + "two": [ + 89 + ], + "non-colluding": [ + 90 + ], + "servers": [ + 91 + ], + "who": [ + 92 + ], + "train": [ + 93 + ], + "various": [ + 94 + ], + "joint": [ + 98 + ], + "secure": [ + 101, + 111 + ], + "two-party": [ + 102 + ], + "computation": [ + 103 + ], + "(2PC).": [ + 104 + ], + "We": [ + 105, + 136, + 179 + ], + "develop": [ + 106 + ], + "techniques": [ + 108 + ], + "support": [ + 110 + ], + "arithmetic": [ + 112 + ], + "operations": [ + 113 + ], + "shared": [ + 115 + ], + "decimal": [ + 116 + ], + "numbers,": [ + 117 + ], + "propose": [ + 119 + ], + "MPC-friendly": [ + 120 + ], + "alternatives": [ + 121 + ], + "non-linear": [ + 123 + ], + "functions": [ + 124 + ], + "sigmoid": [ + 127 + ], + "softmax": [ + 129 + ], + "that": [ + 130, + 145 + ], + "superior": [ + 132 + ], + "prior": [ + 134 + ], + "work.": [ + 135 + ], + "implement": [ + 137, + 181 + ], + "our": [ + 138, + 146 + ], + "system": [ + 139, + 186 + ], + "C++.": [ + 141 + ], + "experiments": [ + 143 + ], + "validate": [ + 144 + ], + "several": [ + 149 + ], + "orders": [ + 150 + ], + "magnitude": [ + 152 + ], + "faster": [ + 153 + ], + "than": [ + 154 + ], + "state": [ + 156 + ], + "art": [ + 159 + ], + "implementations": [ + 160 + ], + "regressions,": [ + 167 + ], + "scale": [ + 169 + ], + "millions": [ + 171 + ], + "samples": [ + 174 + ], + "with": [ + 175 + ], + "thousands": [ + 176 + ], + "features.": [ + 178 + ], + "also": [ + 180 + ], + "first": [ + 183 + ], + "networks.": [ + 190 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 32 + }, + { + "year": 2025, + "cited_by_count": 250 + }, + { + "year": 2024, + "cited_by_count": 273 + }, + { + "year": 2023, + "cited_by_count": 261 + }, + { + "year": 2022, + "cited_by_count": 233 + }, + { + "year": 2021, + "cited_by_count": 265 + }, + { + "year": 2020, + "cited_by_count": 274 + }, + { + "year": 2019, + "cited_by_count": 158 + }, + { + "year": 2018, + "cited_by_count": 85 + }, + { + "year": 2017, + "cited_by_count": 9 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W1944672", + "doi": null, + "title": "Foundations of Machine Learning", + "display_name": "Foundations of Machine Learning", + "relevance_score": 2673.8584, + "publication_year": 2012, + "publication_date": "2012-08-17", + "ids": { + "openalex": "https://openalex.org/W1944672", + "mag": "1944672" + }, + "language": "nl", + "primary_location": { + "id": "mag:1944672", + "is_oa": false, + "landing_page_url": "http://ci.nii.ac.jp/ncid/BB10313921", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4210197683", + "display_name": "Medical Entomology and Zoology", + "issn_l": "0424-7086", + "issn": [ + "0424-7086", + "2185-5609" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319750", + "host_organization_name": "Japan Society of Medical Entomology and Zoology", + "host_organization_lineage": [ + "https://openalex.org/P4310319750" + ], + "host_organization_lineage_names": [ + "Japan Society of Medical Entomology and Zoology" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Nederlands tijdschrift voor geneeskunde", + "raw_type": null + }, + "type": "book", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5058849006", + "display_name": "Mehryar Mohri", + "orcid": "https://orcid.org/0000-0002-3987-9847" + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "Mehryar Mohri", + "raw_affiliation_strings": [], + "raw_orcid": "https://orcid.org/0000-0002-3987-9847", + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5089765894", + "display_name": "Afshin Rostamizadeh", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I57206974", + "display_name": "New York University", + "ror": "https://ror.org/0190ak572", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I57206974" + ] + }, + { + "id": "https://openalex.org/I95457486", + "display_name": "University of California, Berkeley", + "ror": "https://ror.org/01an7q238", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I95457486" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Afshin Rostamizadeh", + "raw_affiliation_strings": [ + "University of California at Berkeley", + "New York University" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of California at Berkeley", + "institution_ids": [ + "https://openalex.org/I95457486" + ] + }, + { + "raw_affiliation_string": "New York University", + "institution_ids": [ + "https://openalex.org/I57206974" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5029768722", + "display_name": "Ameet Talwalkar", + "orcid": "https://orcid.org/0000-0001-6650-1893" + }, + "institutions": [ + { + "id": "https://openalex.org/I57206974", + "display_name": "New York University", + "ror": "https://ror.org/0190ak572", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I57206974" + ] + }, + { + "id": "https://openalex.org/I95457486", + "display_name": "University of California, Berkeley", + "ror": "https://ror.org/01an7q238", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I95457486" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Ameet Talwalkar", + "raw_affiliation_strings": [ + "New York University", + "University of California at Berkeley" + ], + "raw_orcid": "https://orcid.org/0000-0001-6650-1893", + "affiliations": [ + { + "raw_affiliation_string": "New York University", + "institution_ids": [ + "https://openalex.org/I57206974" + ] + }, + { + "raw_affiliation_string": "University of California at Berkeley", + "institution_ids": [ + "https://openalex.org/I95457486" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5058849006" + ], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 27.6943, + "has_fulltext": false, + "cited_by_count": 1162, + "citation_normalized_percentile": { + "value": 0.99691086, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 94, + "max": 100 + }, + "biblio": { + "volume": "135", + "issue": "43", + "first_page": "2040", + "last_page": "2040" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12072", + "display_name": "Machine Learning and Algorithms", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12072", + "display_name": "Machine Learning and Algorithms", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10057", + "display_name": "Face and Expression Recognition", + "score": 0.9980999827384949, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11269", + "display_name": "Algorithms and Data Compression", + "score": 0.9976999759674072, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/mathematical-proof", + "display_name": "Mathematical proof", + "score": 0.7428677678108215 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6456596851348877 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5522527098655701 + }, + { + "id": "https://openalex.org/keywords/class", + "display_name": "Class (philosophy)", + "score": 0.5323909521102905 + }, + { + "id": "https://openalex.org/keywords/ranking", + "display_name": "Ranking (information retrieval)", + "score": 0.5272710919380188 + }, + { + "id": "https://openalex.org/keywords/key", + "display_name": "Key (lock)", + "score": 0.45580342411994934 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.4148377478122711 + }, + { + "id": "https://openalex.org/keywords/management-science", + "display_name": "Management science", + "score": 0.38723039627075195 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.22637265920639038 + }, + { + "id": "https://openalex.org/keywords/engineering", + "display_name": "Engineering", + "score": 0.15077513456344604 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C108710211", + "wikidata": "https://www.wikidata.org/wiki/Q11538", + "display_name": "Mathematical proof", + "level": 2, + "score": 0.7428677678108215 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6456596851348877 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5522527098655701 + }, + { + "id": "https://openalex.org/C2777212361", + "wikidata": "https://www.wikidata.org/wiki/Q5127848", + "display_name": "Class (philosophy)", + "level": 2, + "score": 0.5323909521102905 + }, + { + "id": "https://openalex.org/C189430467", + "wikidata": "https://www.wikidata.org/wiki/Q7293293", + "display_name": "Ranking (information retrieval)", + "level": 2, + "score": 0.5272710919380188 + }, + { + "id": "https://openalex.org/C26517878", + "wikidata": "https://www.wikidata.org/wiki/Q228039", + "display_name": "Key (lock)", + "level": 2, + "score": 0.45580342411994934 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.4148377478122711 + }, + { + "id": "https://openalex.org/C539667460", + "wikidata": "https://www.wikidata.org/wiki/Q2414942", + "display_name": "Management science", + "level": 1, + "score": 0.38723039627075195 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.22637265920639038 + }, + { + "id": "https://openalex.org/C127413603", + "wikidata": "https://www.wikidata.org/wiki/Q11023", + "display_name": "Engineering", + "level": 0, + "score": 0.15077513456344604 + }, + { + "id": "https://openalex.org/C38652104", + "wikidata": "https://www.wikidata.org/wiki/Q3510521", + "display_name": "Computer security", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C2524010", + "wikidata": "https://www.wikidata.org/wiki/Q8087", + "display_name": "Geometry", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 6, + "locations": [ + { + "id": "mag:1944672", + "is_oa": false, + "landing_page_url": "http://ci.nii.ac.jp/ncid/BB10313921", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4210197683", + "display_name": "Medical Entomology and Zoology", + "issn_l": "0424-7086", + "issn": [ + "0424-7086", + "2185-5609" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319750", + "host_organization_name": "Japan Society of Medical Entomology and Zoology", + "host_organization_lineage": [ + "https://openalex.org/P4310319750" + ], + "host_organization_lineage_names": [ + "Japan Society of Medical Entomology and Zoology" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Nederlands tijdschrift voor geneeskunde", + "raw_type": null + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-025293082", + "is_oa": false, + "landing_page_url": "https://bvbr.bib-bvb.de:443/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=025293082&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-030647834", + "is_oa": false, + "landing_page_url": "http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=030647834&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-033761252", + "is_oa": false, + "landing_page_url": null, + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:cds.cern.ch:2150131", + "is_oa": false, + "landing_page_url": "http://cds.cern.ch/record/2150131", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402194", + "display_name": "CERN Document Server (European Organization for Nuclear Research)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I67311998", + "host_organization_name": "European Organization for Nuclear Research", + "host_organization_lineage": [ + "https://openalex.org/I67311998" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + }, + { + "id": "pmh:oai:cds.cern.ch:2640216", + "is_oa": false, + "landing_page_url": "http://cds.cern.ch/record/2640216", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402195", + "display_name": "CERN Document Server (European Organization for Nuclear Research)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I67311998", + "host_organization_name": "European Organization for Nuclear Research", + "host_organization_lineage": [ + "https://openalex.org/I67311998" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "display_name": "Quality Education", + "score": 0.7599999904632568, + "id": "https://metadata.un.org/sdg/4" + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 208, + "referenced_works": [ + "https://openalex.org/W2169610", + "https://openalex.org/W29925583", + "https://openalex.org/W32198084", + "https://openalex.org/W82544137", + "https://openalex.org/W100063776", + "https://openalex.org/W180686687", + "https://openalex.org/W198244778", + "https://openalex.org/W214995755", + "https://openalex.org/W1034819515", + "https://openalex.org/W1502981577", + "https://openalex.org/W1504694836", + "https://openalex.org/W1510073064", + "https://openalex.org/W1512798900", + "https://openalex.org/W1514324498", + "https://openalex.org/W1515891729", + "https://openalex.org/W1520252399", + "https://openalex.org/W1526146785", + "https://openalex.org/W1527117384", + "https://openalex.org/W1527666879", + "https://openalex.org/W1528905581", + "https://openalex.org/W1532246502", + "https://openalex.org/W1532945940", + "https://openalex.org/W1534694010", + "https://openalex.org/W1535810436", + "https://openalex.org/W1536719366", + "https://openalex.org/W1538170657", + "https://openalex.org/W1538240903", + "https://openalex.org/W1539246860", + "https://openalex.org/W1539833865", + "https://openalex.org/W1540007258", + "https://openalex.org/W1540155273", + "https://openalex.org/W1542886316", + "https://openalex.org/W1544896713", + "https://openalex.org/W1545148916", + "https://openalex.org/W1546372806", + "https://openalex.org/W1546851689", + "https://openalex.org/W1546961578", + "https://openalex.org/W1553313034", + "https://openalex.org/W1563736811", + "https://openalex.org/W1569296262", + "https://openalex.org/W1570963478", + "https://openalex.org/W1575130722", + "https://openalex.org/W1576213419", + "https://openalex.org/W1579534531", + "https://openalex.org/W1584815367", + "https://openalex.org/W1605498412", + "https://openalex.org/W1605688901", + "https://openalex.org/W1606751204", + "https://openalex.org/W1608733719", + "https://openalex.org/W1614597761", + "https://openalex.org/W1629199664", + "https://openalex.org/W1676820704", + "https://openalex.org/W1678356000", + "https://openalex.org/W1755117326", + "https://openalex.org/W1848067327", + "https://openalex.org/W1892809886", + "https://openalex.org/W1918179283", + "https://openalex.org/W1963858753", + "https://openalex.org/W1966347620", + "https://openalex.org/W1967684610", + "https://openalex.org/W1969005071", + "https://openalex.org/W1971361630", + "https://openalex.org/W1979675141", + "https://openalex.org/W1979711143", + "https://openalex.org/W1983739894", + "https://openalex.org/W1984901446", + "https://openalex.org/W1985077192", + "https://openalex.org/W1985554184", + "https://openalex.org/W1985949731", + "https://openalex.org/W1986446408", + "https://openalex.org/W1988790447", + "https://openalex.org/W1990876436", + "https://openalex.org/W1994592916", + "https://openalex.org/W1994616650", + "https://openalex.org/W1998167411", + "https://openalex.org/W1999678910", + "https://openalex.org/W2001141328", + "https://openalex.org/W2002089154", + "https://openalex.org/W2002644653", + "https://openalex.org/W2003680476", + "https://openalex.org/W2005306124", + "https://openalex.org/W2008740515", + "https://openalex.org/W2009797711", + "https://openalex.org/W2010029425", + "https://openalex.org/W2015904350", + "https://openalex.org/W2017031328", + "https://openalex.org/W2017603160", + "https://openalex.org/W2018706164", + "https://openalex.org/W2019363670", + "https://openalex.org/W2020913456", + "https://openalex.org/W2024046085", + "https://openalex.org/W2029538739", + "https://openalex.org/W2030189596", + "https://openalex.org/W2032210760", + "https://openalex.org/W2033547792", + "https://openalex.org/W2040870580", + "https://openalex.org/W2041613709", + "https://openalex.org/W2041615247", + "https://openalex.org/W2044654734", + "https://openalex.org/W2045291344", + "https://openalex.org/W2047028564", + "https://openalex.org/W2047221353", + "https://openalex.org/W2047278710", + "https://openalex.org/W2050570613", + "https://openalex.org/W2051669046", + "https://openalex.org/W2051834357", + "https://openalex.org/W2053186076", + "https://openalex.org/W2053463056", + "https://openalex.org/W2055186664", + "https://openalex.org/W2058239479", + "https://openalex.org/W2063978378", + "https://openalex.org/W2068871408", + "https://openalex.org/W2070534370", + "https://openalex.org/W2073242866", + "https://openalex.org/W2074010768", + "https://openalex.org/W2075567596", + "https://openalex.org/W2081230843", + "https://openalex.org/W2081281113", + "https://openalex.org/W2084544490", + "https://openalex.org/W2086789740", + "https://openalex.org/W2087258353", + "https://openalex.org/W2087347434", + "https://openalex.org/W2088658556", + "https://openalex.org/W2092074494", + "https://openalex.org/W2092386826", + "https://openalex.org/W2093717447", + "https://openalex.org/W2093825590", + "https://openalex.org/W2097160297", + "https://openalex.org/W2097477220", + "https://openalex.org/W2099968818", + "https://openalex.org/W2101276256", + "https://openalex.org/W2102011767", + "https://openalex.org/W2103012681", + "https://openalex.org/W2104364170", + "https://openalex.org/W2105644991", + "https://openalex.org/W2105732805", + "https://openalex.org/W2105842272", + "https://openalex.org/W2106491486", + "https://openalex.org/W2106887613", + "https://openalex.org/W2107890099", + "https://openalex.org/W2108263314", + "https://openalex.org/W2109339818", + "https://openalex.org/W2111233787", + "https://openalex.org/W2111355007", + "https://openalex.org/W2111365067", + "https://openalex.org/W2117341272", + "https://openalex.org/W2118686230", + "https://openalex.org/W2119567691", + "https://openalex.org/W2120100126", + "https://openalex.org/W2120875792", + "https://openalex.org/W2121420451", + "https://openalex.org/W2123793406", + "https://openalex.org/W2125528794", + "https://openalex.org/W2128833328", + "https://openalex.org/W2129113961", + "https://openalex.org/W2131600418", + "https://openalex.org/W2133864802", + "https://openalex.org/W2135046866", + "https://openalex.org/W2135730283", + "https://openalex.org/W2135840513", + "https://openalex.org/W2137207609", + "https://openalex.org/W2137690105", + "https://openalex.org/W2138263042", + "https://openalex.org/W2139338362", + "https://openalex.org/W2142399242", + "https://openalex.org/W2143166796", + "https://openalex.org/W2147750403", + "https://openalex.org/W2147880316", + "https://openalex.org/W2148825261", + "https://openalex.org/W2149706766", + "https://openalex.org/W2154104389", + "https://openalex.org/W2154952480", + "https://openalex.org/W2156718197", + "https://openalex.org/W2157112198", + "https://openalex.org/W2157791002", + "https://openalex.org/W2157825442", + "https://openalex.org/W2160392347", + "https://openalex.org/W2161195767", + "https://openalex.org/W2162157640", + "https://openalex.org/W2165131254", + "https://openalex.org/W2165966284", + "https://openalex.org/W2166501286", + "https://openalex.org/W2168020168", + "https://openalex.org/W2169022337", + "https://openalex.org/W2169198425", + "https://openalex.org/W2169401877", + "https://openalex.org/W2171710336", + "https://openalex.org/W2171792531", + "https://openalex.org/W2172195373", + "https://openalex.org/W2294105907", + "https://openalex.org/W2294798173", + "https://openalex.org/W2296319761", + "https://openalex.org/W2312609093", + "https://openalex.org/W2322150470", + "https://openalex.org/W2330274477", + "https://openalex.org/W2490901831", + "https://openalex.org/W2554813760", + "https://openalex.org/W2554958826", + "https://openalex.org/W2579923771", + "https://openalex.org/W2611627047", + "https://openalex.org/W2798579099", + "https://openalex.org/W2798766386", + "https://openalex.org/W2979473749", + "https://openalex.org/W2989661724", + "https://openalex.org/W3011120880", + "https://openalex.org/W3022552533", + "https://openalex.org/W3085162807", + "https://openalex.org/W3119651796" + ], + "related_works": [ + "https://openalex.org/W607505555", + "https://openalex.org/W3118608800", + "https://openalex.org/W2964121744", + "https://openalex.org/W2963664410", + "https://openalex.org/W2919115771", + "https://openalex.org/W2911964244", + "https://openalex.org/W2899606262", + "https://openalex.org/W2579923771", + "https://openalex.org/W2194775991", + "https://openalex.org/W2163605009", + "https://openalex.org/W2156909104", + "https://openalex.org/W2153635508", + "https://openalex.org/W2148603752", + "https://openalex.org/W2119821739", + "https://openalex.org/W2112796928", + "https://openalex.org/W2099471712", + "https://openalex.org/W1663973292", + "https://openalex.org/W1480376833", + "https://openalex.org/W2165698076", + "https://openalex.org/W2121863487" + ], + "abstract_inverted_index": { + "Fundamental": [ + 0 + ], + "topics": [ + 1 + ], + "in": [ + 2 + ], + "machine": [ + 3 + ], + "learning": [ + 4 + ], + "are": [ + 5 + ], + "presented": [ + 6 + ], + "along": [ + 7 + ], + "with": [ + 8 + ], + "theoretical": [ + 9 + ], + "and": [ + 10, + 16 + ], + "conceptual": [ + 11 + ], + "tools": [ + 12 + ], + "for": [ + 13 + ], + "the": [ + 14 + ], + "discussion": [ + 15 + ], + "proof": [ + 17 + ], + "of": [ + 18 + ], + "algorithms.": [ + 19 + ] + }, + "counts_by_year": [ + { + "year": 2024, + "cited_by_count": 2 + }, + { + "year": 2023, + "cited_by_count": 10 + }, + { + "year": 2022, + "cited_by_count": 23 + }, + { + "year": 2021, + "cited_by_count": 260 + }, + { + "year": 2020, + "cited_by_count": 251 + }, + { + "year": 2019, + "cited_by_count": 183 + }, + { + "year": 2018, + "cited_by_count": 112 + }, + { + "year": 2017, + "cited_by_count": 64 + }, + { + "year": 2016, + "cited_by_count": 74 + }, + { + "year": 2015, + "cited_by_count": 103 + }, + { + "year": 2014, + "cited_by_count": 62 + }, + { + "year": 2013, + "cited_by_count": 15 + }, + { + "year": 2012, + "cited_by_count": 2 + } + ], + "updated_date": "2025-10-10T17:16:08.811792", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2792946961", + "doi": "https://doi.org/10.1103/physrevlett.122.040504", + "title": "Quantum Machine Learning in Feature Hilbert Spaces", + "display_name": "Quantum Machine Learning in Feature Hilbert Spaces", + "relevance_score": 2665.3752, + "publication_year": 2019, + "publication_date": "2019-02-01", + "ids": { + "openalex": "https://openalex.org/W2792946961", + "doi": "https://doi.org/10.1103/physrevlett.122.040504", + "mag": "2792946961", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/30768345" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1103/physrevlett.122.040504", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1103/physrevlett.122.040504", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S24807848", + "display_name": "Physical Review Letters", + "issn_l": "0031-9007", + "issn": [ + "0031-9007", + "1079-7114", + "1092-0145" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320261", + "host_organization_name": "American Physical Society", + "host_organization_lineage": [ + "https://openalex.org/P4310320261" + ], + "host_organization_lineage_names": [ + "American Physical Society" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Physical Review Letters", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "arxiv", + "crossref", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1803.07128", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5073832417", + "display_name": "Maria Schuld", + "orcid": "https://orcid.org/0000-0001-8626-168X" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210150097", + "display_name": "Xanadu Quantum Technologies (Canada)", + "ror": "https://ror.org/05qj0n416", + "country_code": "CA", + "type": "company", + "lineage": [ + "https://openalex.org/I4210150097" + ] + } + ], + "countries": [ + "CA" + ], + "is_corresponding": true, + "raw_author_name": "Maria Schuld", + "raw_affiliation_strings": [ + "Xanadu, 372 Richmond Street West, Toronto M5V 2L7, Canada" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Xanadu, 372 Richmond Street West, Toronto M5V 2L7, Canada", + "institution_ids": [ + "https://openalex.org/I4210150097" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5073500091", + "display_name": "Nathan Killoran", + "orcid": "https://orcid.org/0009-0004-5021-7467" + }, + "institutions": [ + { + "id": "https://openalex.org/I4210150097", + "display_name": "Xanadu Quantum Technologies (Canada)", + "ror": "https://ror.org/05qj0n416", + "country_code": "CA", + "type": "company", + "lineage": [ + "https://openalex.org/I4210150097" + ] + } + ], + "countries": [ + "CA" + ], + "is_corresponding": false, + "raw_author_name": "Nathan Killoran", + "raw_affiliation_strings": [ + "Xanadu, 372 Richmond Street West, Toronto M5V 2L7, Canada" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Xanadu, 372 Richmond Street West, Toronto M5V 2L7, Canada", + "institution_ids": [ + "https://openalex.org/I4210150097" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5073832417" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I4210150097" + ], + "apc_list": { + "value": 3750, + "currency": "USD", + "value_usd": 3750 + }, + "apc_paid": null, + "fwci": 72.8439, + "has_fulltext": false, + "cited_by_count": 1613, + "citation_normalized_percentile": { + "value": 0.99930238, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "122", + "issue": "4", + "first_page": "040504", + "last_page": "040504" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10682", + "display_name": "Quantum Computing Algorithms and Architecture", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10682", + "display_name": "Quantum Computing Algorithms and Architecture", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10020", + "display_name": "Quantum Information and Cryptography", + "score": 0.9995999932289124, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10622", + "display_name": "Quantum Mechanics and Applications", + "score": 0.9937000274658203, + "subfield": { + "id": "https://openalex.org/subfields/3107", + "display_name": "Atomic and Molecular Physics, and Optics" + }, + "field": { + "id": "https://openalex.org/fields/31", + "display_name": "Physics and Astronomy" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/hilbert-space", + "display_name": "Hilbert space", + "score": 0.6511375904083252 + }, + { + "id": "https://openalex.org/keywords/kernel", + "display_name": "Kernel (algebra)", + "score": 0.6377810835838318 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6225951313972473 + }, + { + "id": "https://openalex.org/keywords/quantum-computer", + "display_name": "Quantum computer", + "score": 0.5806344747543335 + }, + { + "id": "https://openalex.org/keywords/reproducing-kernel-hilbert-space", + "display_name": "Reproducing kernel Hilbert space", + "score": 0.5536273717880249 + }, + { + "id": "https://openalex.org/keywords/quantum-machine-learning", + "display_name": "Quantum machine learning", + "score": 0.5515050888061523 + }, + { + "id": "https://openalex.org/keywords/quantum-state", + "display_name": "Quantum state", + "score": 0.5443233847618103 + }, + { + "id": "https://openalex.org/keywords/feature-vector", + "display_name": "Feature vector", + "score": 0.5191175937652588 + }, + { + "id": "https://openalex.org/keywords/kernel-method", + "display_name": "Kernel method", + "score": 0.5189794898033142 + }, + { + "id": "https://openalex.org/keywords/feature", + "display_name": "Feature (linguistics)", + "score": 0.5174089670181274 + }, + { + "id": "https://openalex.org/keywords/quantum-algorithm", + "display_name": "Quantum algorithm", + "score": 0.5012130737304688 + }, + { + "id": "https://openalex.org/keywords/quantum-information", + "display_name": "Quantum information", + "score": 0.49098876118659973 + }, + { + "id": "https://openalex.org/keywords/povm", + "display_name": "POVM", + "score": 0.48033323884010315 + }, + { + "id": "https://openalex.org/keywords/support-vector-machine", + "display_name": "Support vector machine", + "score": 0.45647674798965454 + }, + { + "id": "https://openalex.org/keywords/quantum-process", + "display_name": "Quantum process", + "score": 0.4484074115753174 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.43805402517318726 + }, + { + "id": "https://openalex.org/keywords/quantum", + "display_name": "Quantum", + "score": 0.4299362897872925 + }, + { + "id": "https://openalex.org/keywords/theoretical-computer-science", + "display_name": "Theoretical computer science", + "score": 0.4142104983329773 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.4032990038394928 + }, + { + "id": "https://openalex.org/keywords/quantum-operation", + "display_name": "Quantum operation", + "score": 0.39918798208236694 + }, + { + "id": "https://openalex.org/keywords/open-quantum-system", + "display_name": "Open quantum system", + "score": 0.36664798855781555 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.2376301884651184 + }, + { + "id": "https://openalex.org/keywords/quantum-mechanics", + "display_name": "Quantum mechanics", + "score": 0.23471912741661072 + }, + { + "id": "https://openalex.org/keywords/physics", + "display_name": "Physics", + "score": 0.20437106490135193 + }, + { + "id": "https://openalex.org/keywords/quantum-dynamics", + "display_name": "Quantum dynamics", + "score": 0.17022734880447388 + }, + { + "id": "https://openalex.org/keywords/pure-mathematics", + "display_name": "Pure mathematics", + "score": 0.16131508350372314 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C62799726", + "wikidata": "https://www.wikidata.org/wiki/Q190056", + "display_name": "Hilbert space", + "level": 2, + "score": 0.6511375904083252 + }, + { + "id": "https://openalex.org/C74193536", + "wikidata": "https://www.wikidata.org/wiki/Q574844", + "display_name": "Kernel (algebra)", + "level": 2, + "score": 0.6377810835838318 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6225951313972473 + }, + { + "id": "https://openalex.org/C58053490", + "wikidata": "https://www.wikidata.org/wiki/Q176555", + "display_name": "Quantum computer", + "level": 3, + "score": 0.5806344747543335 + }, + { + "id": "https://openalex.org/C80884492", + "wikidata": "https://www.wikidata.org/wiki/Q3345678", + "display_name": "Reproducing kernel Hilbert space", + "level": 3, + "score": 0.5536273717880249 + }, + { + "id": "https://openalex.org/C2779094486", + "wikidata": "https://www.wikidata.org/wiki/Q18811578", + "display_name": "Quantum machine learning", + "level": 4, + "score": 0.5515050888061523 + }, + { + "id": "https://openalex.org/C15706264", + "wikidata": "https://www.wikidata.org/wiki/Q230883", + "display_name": "Quantum state", + "level": 3, + "score": 0.5443233847618103 + }, + { + "id": "https://openalex.org/C83665646", + "wikidata": "https://www.wikidata.org/wiki/Q42139305", + "display_name": "Feature vector", + "level": 2, + "score": 0.5191175937652588 + }, + { + "id": "https://openalex.org/C122280245", + "wikidata": "https://www.wikidata.org/wiki/Q620622", + "display_name": "Kernel method", + "level": 3, + "score": 0.5189794898033142 + }, + { + "id": "https://openalex.org/C2776401178", + "wikidata": "https://www.wikidata.org/wiki/Q12050496", + "display_name": "Feature (linguistics)", + "level": 2, + "score": 0.5174089670181274 + }, + { + "id": "https://openalex.org/C137019171", + "wikidata": "https://www.wikidata.org/wiki/Q2623817", + "display_name": "Quantum algorithm", + "level": 3, + "score": 0.5012130737304688 + }, + { + "id": "https://openalex.org/C169699857", + "wikidata": "https://www.wikidata.org/wiki/Q2122243", + "display_name": "Quantum information", + "level": 3, + "score": 0.49098876118659973 + }, + { + "id": "https://openalex.org/C179957908", + "wikidata": "https://www.wikidata.org/wiki/Q907206", + "display_name": "POVM", + "level": 5, + "score": 0.48033323884010315 + }, + { + "id": "https://openalex.org/C12267149", + "wikidata": "https://www.wikidata.org/wiki/Q282453", + "display_name": "Support vector machine", + "level": 2, + "score": 0.45647674798965454 + }, + { + "id": "https://openalex.org/C11255438", + "wikidata": "https://www.wikidata.org/wiki/Q7269085", + "display_name": "Quantum process", + "level": 4, + "score": 0.4484074115753174 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.43805402517318726 + }, + { + "id": "https://openalex.org/C84114770", + "wikidata": "https://www.wikidata.org/wiki/Q46344", + "display_name": "Quantum", + "level": 2, + "score": 0.4299362897872925 + }, + { + "id": "https://openalex.org/C80444323", + "wikidata": "https://www.wikidata.org/wiki/Q2878974", + "display_name": "Theoretical computer science", + "level": 1, + "score": 0.4142104983329773 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.4032990038394928 + }, + { + "id": "https://openalex.org/C43682372", + "wikidata": "https://www.wikidata.org/wiki/Q7269080", + "display_name": "Quantum operation", + "level": 4, + "score": 0.39918798208236694 + }, + { + "id": "https://openalex.org/C190474826", + "wikidata": "https://www.wikidata.org/wiki/Q2495111", + "display_name": "Open quantum system", + "level": 3, + "score": 0.36664798855781555 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.2376301884651184 + }, + { + "id": "https://openalex.org/C62520636", + "wikidata": "https://www.wikidata.org/wiki/Q944", + "display_name": "Quantum mechanics", + "level": 1, + "score": 0.23471912741661072 + }, + { + "id": "https://openalex.org/C121332964", + "wikidata": "https://www.wikidata.org/wiki/Q413", + "display_name": "Physics", + "level": 0, + "score": 0.20437106490135193 + }, + { + "id": "https://openalex.org/C15184713", + "wikidata": "https://www.wikidata.org/wiki/Q7269042", + "display_name": "Quantum dynamics", + "level": 3, + "score": 0.17022734880447388 + }, + { + "id": "https://openalex.org/C202444582", + "wikidata": "https://www.wikidata.org/wiki/Q837863", + "display_name": "Pure mathematics", + "level": 1, + "score": 0.16131508350372314 + }, + { + "id": "https://openalex.org/C41895202", + "wikidata": "https://www.wikidata.org/wiki/Q8162", + "display_name": "Linguistics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C138885662", + "wikidata": "https://www.wikidata.org/wiki/Q5891", + "display_name": "Philosophy", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 3, + "locations": [ + { + "id": "doi:10.1103/physrevlett.122.040504", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1103/physrevlett.122.040504", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S24807848", + "display_name": "Physical Review Letters", + "issn_l": "0031-9007", + "issn": [ + "0031-9007", + "1079-7114", + "1092-0145" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320261", + "host_organization_name": "American Physical Society", + "host_organization_lineage": [ + "https://openalex.org/P4310320261" + ], + "host_organization_lineage_names": [ + "American Physical Society" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Physical Review Letters", + "raw_type": "journal-article" + }, + { + "id": "pmid:30768345", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/30768345", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Physical review letters", + "raw_type": null + }, + { + "id": "pmh:oai:arXiv.org:1803.07128", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1803.07128", + "pdf_url": "https://arxiv.org/pdf/1803.07128", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1803.07128", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1803.07128", + "pdf_url": "https://arxiv.org/pdf/1803.07128", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + "sustainable_development_goals": [ + { + "display_name": "Decent work and economic growth", + "score": 0.5199999809265137, + "id": "https://metadata.un.org/sdg/8" + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 40, + "referenced_works": [ + "https://openalex.org/W1550321157", + "https://openalex.org/W1559984405", + "https://openalex.org/W1565176583", + "https://openalex.org/W1584661976", + "https://openalex.org/W1590419653", + "https://openalex.org/W1904238065", + "https://openalex.org/W1970948459", + "https://openalex.org/W1981783889", + "https://openalex.org/W1984125696", + "https://openalex.org/W1986280275", + "https://openalex.org/W2011527952", + "https://openalex.org/W2014158063", + "https://openalex.org/W2103956991", + "https://openalex.org/W2126887346", + "https://openalex.org/W2142739935", + "https://openalex.org/W2155728415", + "https://openalex.org/W2168029744", + "https://openalex.org/W2257937122", + "https://openalex.org/W2487141439", + "https://openalex.org/W2489886790", + "https://openalex.org/W2497224462", + "https://openalex.org/W2510588772", + "https://openalex.org/W2557392572", + "https://openalex.org/W2560386163", + "https://openalex.org/W2561176579", + "https://openalex.org/W2619100667", + "https://openalex.org/W2751668559", + "https://openalex.org/W2766183519", + "https://openalex.org/W2781738013", + "https://openalex.org/W3098232754", + "https://openalex.org/W3098965398", + "https://openalex.org/W3100075333", + "https://openalex.org/W3100931082", + "https://openalex.org/W3101749733", + "https://openalex.org/W3103574448", + "https://openalex.org/W3144619878", + "https://openalex.org/W4205925775", + "https://openalex.org/W4254920206", + "https://openalex.org/W4298427462", + "https://openalex.org/W4299828299" + ], + "related_works": [ + "https://openalex.org/W2042511210", + "https://openalex.org/W2985796920", + "https://openalex.org/W4382045128", + "https://openalex.org/W4378527878", + "https://openalex.org/W4387503624", + "https://openalex.org/W4387607445", + "https://openalex.org/W4210384976", + "https://openalex.org/W4324106941", + "https://openalex.org/W85458870", + "https://openalex.org/W2010001223" + ], + "abstract_inverted_index": { + "A": [ + 0, + 79 + ], + "basic": [ + 1 + ], + "idea": [ + 2 + ], + "of": [ + 3, + 11, + 36, + 51, + 60, + 117 + ], + "quantum": [ + 4, + 52, + 65, + 76, + 80, + 103, + 112, + 118, + 150 + ], + "computing": [ + 5 + ], + "is": [ + 6 + ], + "surprisingly": [ + 7 + ], + "similar": [ + 8 + ], + "to": [ + 9, + 18, + 75, + 120 + ], + "that": [ + 10, + 72, + 156 + ], + "kernel": [ + 12, + 127, + 134 + ], + "methods": [ + 13 + ], + "in": [ + 14, + 22, + 63, + 88, + 160, + 174 + ], + "machine": [ + 15, + 53 + ], + "learning,": [ + 16 + ], + "namely,": [ + 17 + ], + "efficiently": [ + 19 + ], + "perform": [ + 20 + ], + "computations": [ + 21 + ], + "an": [ + 23 + ], + "intractably": [ + 24 + ], + "large": [ + 25 + ], + "Hilbert": [ + 26, + 77, + 161 + ], + "space.": [ + 27, + 78, + 91, + 162 + ], + "In": [ + 28, + 107, + 142 + ], + "this": [ + 29, + 37, + 89, + 94 + ], + "Letter": [ + 30 + ], + "we": [ + 31, + 96, + 146 + ], + "explore": [ + 32 + ], + "some": [ + 33 + ], + "theoretical": [ + 34 + ], + "foundations": [ + 35 + ], + "link": [ + 38 + ], + "and": [ + 39, + 178 + ], + "show": [ + 40 + ], + "how": [ + 41 + ], + "it": [ + 42 + ], + "opens": [ + 43 + ], + "up": [ + 44 + ], + "a": [ + 45, + 64, + 68, + 102, + 122, + 138, + 148, + 153, + 168, + 175 + ], + "new": [ + 46 + ], + "avenue": [ + 47 + ], + "for": [ + 48, + 100, + 105 + ], + "the": [ + 49, + 58, + 85, + 108, + 111, + 143, + 180 + ], + "design": [ + 50 + ], + "learning": [ + 54 + ], + "algorithms.": [ + 55 + ], + "We": [ + 56, + 163 + ], + "interpret": [ + 57 + ], + "process": [ + 59 + ], + "encoding": [ + 61 + ], + "inputs": [ + 62 + ], + "state": [ + 66 + ], + "as": [ + 67, + 137, + 152 + ], + "nonlinear": [ + 69 + ], + "feature": [ + 70, + 90, + 169 + ], + "map": [ + 71, + 170 + ], + "maps": [ + 73 + ], + "data": [ + 74, + 87, + 158 + ], + "computer": [ + 81 + ], + "can": [ + 82, + 128 + ], + "now": [ + 83 + ], + "analyze": [ + 84 + ], + "input": [ + 86 + ], + "Based": [ + 92 + ], + "on": [ + 93, + 172 + ], + "link,": [ + 95 + ], + "discuss": [ + 97 + ], + "two": [ + 98 + ], + "approaches": [ + 99 + ], + "building": [ + 101 + ], + "model": [ + 104, + 155 + ], + "classification.": [ + 106 + ], + "first": [ + 109 + ], + "approach,": [ + 110, + 145 + ], + "device": [ + 113 + ], + "estimates": [ + 114 + ], + "inner": [ + 115 + ], + "products": [ + 116 + ], + "states": [ + 119 + ], + "compute": [ + 121 + ], + "classically": [ + 123 + ], + "intractable": [ + 124 + ], + "kernel.": [ + 125 + ], + "The": [ + 126 + ], + "be": [ + 129 + ], + "fed": [ + 130 + ], + "into": [ + 131 + ], + "any": [ + 132 + ], + "classical": [ + 133 + ], + "method": [ + 135 + ], + "such": [ + 136 + ], + "support": [ + 139 + ], + "vector": [ + 140 + ], + "machine.": [ + 141 + ], + "second": [ + 144 + ], + "use": [ + 147 + ], + "variational": [ + 149 + ], + "circuit": [ + 151 + ], + "linear": [ + 154 + ], + "classifies": [ + 157 + ], + "explicitly": [ + 159 + ], + "illustrate": [ + 164 + ], + "these": [ + 165 + ], + "ideas": [ + 166 + ], + "with": [ + 167, + 183 + ], + "based": [ + 171 + ], + "squeezing": [ + 173 + ], + "continuous-variable": [ + 176 + ], + "system,": [ + 177 + ], + "visualize": [ + 179 + ], + "working": [ + 181 + ], + "principle": [ + 182 + ], + "two-dimensional": [ + 184 + ], + "minibenchmark": [ + 185 + ], + "datasets.": [ + 186 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 193 + }, + { + "year": 2025, + "cited_by_count": 352 + }, + { + "year": 2024, + "cited_by_count": 267 + }, + { + "year": 2023, + "cited_by_count": 290 + }, + { + "year": 2022, + "cited_by_count": 173 + }, + { + "year": 2021, + "cited_by_count": 195 + }, + { + "year": 2020, + "cited_by_count": 89 + }, + { + "year": 2019, + "cited_by_count": 45 + }, + { + "year": 2018, + "cited_by_count": 8 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2170282673", + "doi": "https://doi.org/10.1109/tpami.2008.275", + "title": "Faster and Better: A Machine Learning Approach to Corner Detection", + "display_name": "Faster and Better: A Machine Learning Approach to Corner Detection", + "relevance_score": 2664.9324, + "publication_year": 2008, + "publication_date": "2008-12-03", + "ids": { + "openalex": "https://openalex.org/W2170282673", + "doi": "https://doi.org/10.1109/tpami.2008.275", + "mag": "2170282673", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/19926902" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1109/tpami.2008.275", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/tpami.2008.275", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S199944782", + "display_name": "IEEE Transactions on Pattern Analysis and Machine Intelligence", + "issn_l": "0162-8828", + "issn": [ + "0162-8828", + "1939-3539", + "2160-9292" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320439", + "host_organization_name": "IEEE Computer Society", + "host_organization_lineage": [ + "https://openalex.org/P4310320439", + "https://openalex.org/P4310319808" + ], + "host_organization_lineage_names": [ + "IEEE Computer Society", + "Institute of Electrical and Electronics Engineers" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IEEE Transactions on Pattern Analysis and Machine Intelligence", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "arxiv", + "crossref", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/0810.2434", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5076168268", + "display_name": "Edward Rosten", + "orcid": "https://orcid.org/0000-0001-8675-4230" + }, + "institutions": [ + { + "id": "https://openalex.org/I241749", + "display_name": "University of Cambridge", + "ror": "https://ror.org/013meh722", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I241749" + ] + } + ], + "countries": [ + "GB" + ], + "is_corresponding": true, + "raw_author_name": "E. Rosten", + "raw_affiliation_strings": [ + "Department of Engineering, Cambridge University, Cambridge, UK. er258@cam.ac.uk" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Engineering, Cambridge University, Cambridge, UK. er258@cam.ac.uk", + "institution_ids": [ + "https://openalex.org/I241749" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5004732139", + "display_name": "Reid Porter", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1343871089", + "display_name": "Los Alamos National Laboratory", + "ror": "https://ror.org/01e41cf67", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I1330989302", + "https://openalex.org/I1343871089", + "https://openalex.org/I198811213", + "https://openalex.org/I4210120050" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "R. Porter", + "raw_affiliation_strings": [ + "Los Alamos National Laboratory, ISR2 Space and Remote Sensing, Los Alamos, NM, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Los Alamos National Laboratory, ISR2 Space and Remote Sensing, Los Alamos, NM, USA", + "institution_ids": [ + "https://openalex.org/I1343871089" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5017469047", + "display_name": "Tom Drummond", + "orcid": "https://orcid.org/0000-0001-8204-5904" + }, + "institutions": [ + { + "id": "https://openalex.org/I241749", + "display_name": "University of Cambridge", + "ror": "https://ror.org/013meh722", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I241749" + ] + } + ], + "countries": [ + "GB" + ], + "is_corresponding": false, + "raw_author_name": "T. Drummond", + "raw_affiliation_strings": [ + "Department of Engineering, University of Cambridge, Cambridge, UK" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Engineering, University of Cambridge, Cambridge, UK", + "institution_ids": [ + "https://openalex.org/I241749" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5076168268" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I241749" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 657.9673, + "has_fulltext": false, + "cited_by_count": 1833, + "citation_normalized_percentile": { + "value": 0.99997119, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "32", + "issue": "1", + "first_page": "105", + "last_page": "119" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10191", + "display_name": "Robotics and Sensor-Based Localization", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/2202", + "display_name": "Aerospace Engineering" + }, + "field": { + "id": "https://openalex.org/fields/22", + "display_name": "Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10191", + "display_name": "Robotics and Sensor-Based Localization", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/2202", + "display_name": "Aerospace Engineering" + }, + "field": { + "id": "https://openalex.org/fields/22", + "display_name": "Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10627", + "display_name": "Advanced Image and Video Retrieval Techniques", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10531", + "display_name": "Advanced Vision and Imaging", + "score": 0.9995999932289124, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/detector", + "display_name": "Detector", + "score": 0.889086127281189 + }, + { + "id": "https://openalex.org/keywords/repeatability", + "display_name": "Repeatability", + "score": 0.7754774689674377 + }, + { + "id": "https://openalex.org/keywords/frame-rate", + "display_name": "Frame rate", + "score": 0.7121055126190186 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6925737857818604 + }, + { + "id": "https://openalex.org/keywords/heuristic", + "display_name": "Heuristic", + "score": 0.6610417366027832 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6580203771591187 + }, + { + "id": "https://openalex.org/keywords/scale-invariant-feature-transform", + "display_name": "Scale-invariant feature transform", + "score": 0.580880343914032 + }, + { + "id": "https://openalex.org/keywords/computer-vision", + "display_name": "Computer vision", + "score": 0.5632566809654236 + }, + { + "id": "https://openalex.org/keywords/corner-detection", + "display_name": "Corner detection", + "score": 0.5312818288803101 + }, + { + "id": "https://openalex.org/keywords/feature", + "display_name": "Feature (linguistics)", + "score": 0.5021579265594482 + }, + { + "id": "https://openalex.org/keywords/feature-extraction", + "display_name": "Feature extraction", + "score": 0.48669177293777466 + }, + { + "id": "https://openalex.org/keywords/frame", + "display_name": "Frame (networking)", + "score": 0.47642096877098083 + }, + { + "id": "https://openalex.org/keywords/pattern-recognition", + "display_name": "Pattern recognition (psychology)", + "score": 0.41832929849624634 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.24135944247245789 + }, + { + "id": "https://openalex.org/keywords/image", + "display_name": "Image (mathematics)", + "score": 0.16702711582183838 + }, + { + "id": "https://openalex.org/keywords/statistics", + "display_name": "Statistics", + "score": 0.15768682956695557 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C94915269", + "wikidata": "https://www.wikidata.org/wiki/Q1834857", + "display_name": "Detector", + "level": 2, + "score": 0.889086127281189 + }, + { + "id": "https://openalex.org/C154020017", + "wikidata": "https://www.wikidata.org/wiki/Q520171", + "display_name": "Repeatability", + "level": 2, + "score": 0.7754774689674377 + }, + { + "id": "https://openalex.org/C3261483", + "wikidata": "https://www.wikidata.org/wiki/Q119565", + "display_name": "Frame rate", + "level": 2, + "score": 0.7121055126190186 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6925737857818604 + }, + { + "id": "https://openalex.org/C173801870", + "wikidata": "https://www.wikidata.org/wiki/Q201413", + "display_name": "Heuristic", + "level": 2, + "score": 0.6610417366027832 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6580203771591187 + }, + { + "id": "https://openalex.org/C61265191", + "wikidata": "https://www.wikidata.org/wiki/Q767770", + "display_name": "Scale-invariant feature transform", + "level": 3, + "score": 0.580880343914032 + }, + { + "id": "https://openalex.org/C31972630", + "wikidata": "https://www.wikidata.org/wiki/Q844240", + "display_name": "Computer vision", + "level": 1, + "score": 0.5632566809654236 + }, + { + "id": "https://openalex.org/C39499422", + "wikidata": "https://www.wikidata.org/wiki/Q697320", + "display_name": "Corner detection", + "level": 3, + "score": 0.5312818288803101 + }, + { + "id": "https://openalex.org/C2776401178", + "wikidata": "https://www.wikidata.org/wiki/Q12050496", + "display_name": "Feature (linguistics)", + "level": 2, + "score": 0.5021579265594482 + }, + { + "id": "https://openalex.org/C52622490", + "wikidata": "https://www.wikidata.org/wiki/Q1026626", + "display_name": "Feature extraction", + "level": 2, + "score": 0.48669177293777466 + }, + { + "id": "https://openalex.org/C126042441", + "wikidata": "https://www.wikidata.org/wiki/Q1324888", + "display_name": "Frame (networking)", + "level": 2, + "score": 0.47642096877098083 + }, + { + "id": "https://openalex.org/C153180895", + "wikidata": "https://www.wikidata.org/wiki/Q7148389", + "display_name": "Pattern recognition (psychology)", + "level": 2, + "score": 0.41832929849624634 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.24135944247245789 + }, + { + "id": "https://openalex.org/C115961682", + "wikidata": "https://www.wikidata.org/wiki/Q860623", + "display_name": "Image (mathematics)", + "level": 2, + "score": 0.16702711582183838 + }, + { + "id": "https://openalex.org/C105795698", + "wikidata": "https://www.wikidata.org/wiki/Q12483", + "display_name": "Statistics", + "level": 1, + "score": 0.15768682956695557 + }, + { + "id": "https://openalex.org/C41895202", + "wikidata": "https://www.wikidata.org/wiki/Q8162", + "display_name": "Linguistics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C138885662", + "wikidata": "https://www.wikidata.org/wiki/Q5891", + "display_name": "Philosophy", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C76155785", + "wikidata": "https://www.wikidata.org/wiki/Q418", + "display_name": "Telecommunications", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 4, + "locations": [ + { + "id": "doi:10.1109/tpami.2008.275", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/tpami.2008.275", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S199944782", + "display_name": "IEEE Transactions on Pattern Analysis and Machine Intelligence", + "issn_l": "0162-8828", + "issn": [ + "0162-8828", + "1939-3539", + "2160-9292" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320439", + "host_organization_name": "IEEE Computer Society", + "host_organization_lineage": [ + "https://openalex.org/P4310320439", + "https://openalex.org/P4310319808" + ], + "host_organization_lineage_names": [ + "IEEE Computer Society", + "Institute of Electrical and Electronics Engineers" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IEEE Transactions on Pattern Analysis and Machine Intelligence", + "raw_type": "journal-article" + }, + { + "id": "pmid:19926902", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/19926902", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IEEE transactions on pattern analysis and machine intelligence", + "raw_type": null + }, + { + "id": "pmh:oai:arXiv.org:0810.2434", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/0810.2434", + "pdf_url": "https://arxiv.org/pdf/0810.2434", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:generic.eprints.org:332870", + "is_oa": false, + "landing_page_url": "http://publications.eng.cam.ac.uk/332870/", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4406922847", + "display_name": "Cambridge University Engineering Department Publications Database", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Article" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:0810.2434", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/0810.2434", + "pdf_url": "https://arxiv.org/pdf/0810.2434", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 103, + "referenced_works": [ + "https://openalex.org/W22745672", + "https://openalex.org/W1505641881", + "https://openalex.org/W1532362218", + "https://openalex.org/W1541642243", + "https://openalex.org/W1564419782", + "https://openalex.org/W1573635437", + "https://openalex.org/W1580529010", + "https://openalex.org/W1639227073", + "https://openalex.org/W1676552347", + "https://openalex.org/W1773272891", + "https://openalex.org/W1831051511", + "https://openalex.org/W1911904603", + "https://openalex.org/W1926270821", + "https://openalex.org/W1966683117", + "https://openalex.org/W1967129518", + "https://openalex.org/W1970393892", + "https://openalex.org/W1974104694", + "https://openalex.org/W1980633381", + "https://openalex.org/W1981626707", + "https://openalex.org/W1981787154", + "https://openalex.org/W1983503034", + "https://openalex.org/W1985444400", + "https://openalex.org/W1992047056", + "https://openalex.org/W1994069847", + "https://openalex.org/W1994513823", + "https://openalex.org/W2000701155", + "https://openalex.org/W2003262222", + "https://openalex.org/W2012778485", + "https://openalex.org/W2014161456", + "https://openalex.org/W2015206503", + "https://openalex.org/W2017284398", + "https://openalex.org/W2020187819", + "https://openalex.org/W2022486878", + "https://openalex.org/W2027874846", + "https://openalex.org/W2028721671", + "https://openalex.org/W2038691774", + "https://openalex.org/W2045888618", + "https://openalex.org/W2046269998", + "https://openalex.org/W2052408227", + "https://openalex.org/W2054511520", + "https://openalex.org/W2059389571", + "https://openalex.org/W2062758634", + "https://openalex.org/W2065884509", + "https://openalex.org/W2067718526", + "https://openalex.org/W2069295011", + "https://openalex.org/W2072029938", + "https://openalex.org/W2075144239", + "https://openalex.org/W2075746031", + "https://openalex.org/W2075747175", + "https://openalex.org/W2076343824", + "https://openalex.org/W2090736344", + "https://openalex.org/W2091841488", + "https://openalex.org/W2091912813", + "https://openalex.org/W2093808735", + "https://openalex.org/W2095905764", + "https://openalex.org/W2099046646", + "https://openalex.org/W2102586630", + "https://openalex.org/W2105364438", + "https://openalex.org/W2111125604", + "https://openalex.org/W2111308925", + "https://openalex.org/W2111589119", + "https://openalex.org/W2114785422", + "https://openalex.org/W2115168188", + "https://openalex.org/W2117274643", + "https://openalex.org/W2119747362", + "https://openalex.org/W2129146260", + "https://openalex.org/W2130103520", + "https://openalex.org/W2135273733", + "https://openalex.org/W2138342591", + "https://openalex.org/W2141859096", + "https://openalex.org/W2142458388", + "https://openalex.org/W2144540462", + "https://openalex.org/W2145023731", + "https://openalex.org/W2145665593", + "https://openalex.org/W2148278638", + "https://openalex.org/W2149706766", + "https://openalex.org/W2151103935", + "https://openalex.org/W2155625202", + "https://openalex.org/W2156460770", + "https://openalex.org/W2158148005", + "https://openalex.org/W2162430761", + "https://openalex.org/W2163205713", + "https://openalex.org/W2165239264", + "https://openalex.org/W2168861291", + "https://openalex.org/W2169741726", + "https://openalex.org/W2170120409", + "https://openalex.org/W2170419248", + "https://openalex.org/W2170628770", + "https://openalex.org/W2172263315", + "https://openalex.org/W2177274842", + "https://openalex.org/W2791807800", + "https://openalex.org/W2911835288", + "https://openalex.org/W2914011225", + "https://openalex.org/W2999811158", + "https://openalex.org/W3040777582", + "https://openalex.org/W4236137412", + "https://openalex.org/W4250453583", + "https://openalex.org/W6631707545", + "https://openalex.org/W6634737366", + "https://openalex.org/W6637324600", + "https://openalex.org/W6677385351", + "https://openalex.org/W6679388247", + "https://openalex.org/W6680873466" + ], + "related_works": [ + "https://openalex.org/W2054654791", + "https://openalex.org/W2039361535", + "https://openalex.org/W1985861440", + "https://openalex.org/W2344562887", + "https://openalex.org/W1566379417", + "https://openalex.org/W4232672640", + "https://openalex.org/W2102080789", + "https://openalex.org/W2350376800", + "https://openalex.org/W2122784802", + "https://openalex.org/W2372805521" + ], + "abstract_inverted_index": { + "The": [ + 0, + 20, + 43 + ], + "repeatability": [ + 1, + 21, + 155 + ], + "and": [ + 2, + 203 + ], + "efficiency": [ + 3, + 44 + ], + "of": [ + 4, + 101, + 139, + 148, + 204 + ], + "a": [ + 5, + 17, + 72, + 84, + 145, + 196 + ], + "corner": [ + 6, + 149 + ], + "detector": [ + 7, + 52, + 86, + 118, + 176, + 197 + ], + "determines": [ + 8, + 49 + ], + "how": [ + 9 + ], + "likely": [ + 10 + ], + "it": [ + 11, + 130 + ], + "is": [ + 12, + 22, + 45, + 199 + ], + "to": [ + 13, + 37, + 131, + 158 + ], + "be": [ + 14, + 132 + ], + "useful": [ + 15 + ], + "in": [ + 16, + 66, + 193 + ], + "real-world": [ + 18, + 40 + ], + "application.": [ + 19 + ], + "important": [ + 23, + 46 + ], + "because": [ + 24, + 47 + ], + "the": [ + 25, + 38, + 51, + 102, + 127, + 153, + 183 + ], + "same": [ + 26, + 39 + ], + "scene": [ + 27 + ], + "viewed": [ + 28 + ], + "from": [ + 29, + 87 + ], + "different": [ + 30 + ], + "positions": [ + 31 + ], + "should": [ + 32 + ], + "yield": [ + 33 + ], + "features": [ + 34 + ], + "which": [ + 35, + 89 + ], + "correspond": [ + 36 + ], + "3D": [ + 41, + 159 + ], + "locations.": [ + 42 + ], + "this": [ + 48, + 67, + 88 + ], + "whether": [ + 50 + ], + "combined": [ + 53 + ], + "with": [ + 54, + 136 + ], + "further": [ + 55 + ], + "processing": [ + 56, + 104 + ], + "can": [ + 57, + 90 + ], + "operate": [ + 58, + 113 + ], + "at": [ + 59, + 114 + ], + "frame": [ + 60, + 115 + ], + "rate.": [ + 61 + ], + "Three": [ + 62 + ], + "advances": [ + 63 + ], + "are": [ + 64 + ], + "described": [ + 65 + ], + "paper.": [ + 68 + ], + "First,": [ + 69 + ], + "we": [ + 70, + 82, + 125, + 142 + ], + "present": [ + 71 + ], + "new": [ + 73 + ], + "heuristic": [ + 74, + 175 + ], + "for": [ + 75, + 134, + 168 + ], + "feature": [ + 76, + 85, + 180 + ], + "detection": [ + 77 + ], + "and,": [ + 78 + ], + "using": [ + 79, + 96, + 187 + ], + "machine": [ + 80, + 188 + ], + "learning,": [ + 81 + ], + "derive": [ + 83 + ], + "fully": [ + 91 + ], + "process": [ + 92 + ], + "live": [ + 93 + ], + "PAL": [ + 94 + ], + "video": [ + 95 + ], + "less": [ + 97 + ], + "than": [ + 98 + ], + "5": [ + 99 + ], + "percent": [ + 100 + ], + "available": [ + 103 + ], + "time.": [ + 105 + ], + "By": [ + 106 + ], + "comparison,": [ + 107 + ], + "most": [ + 108 + ], + "other": [ + 109 + ], + "detectors": [ + 110, + 150 + ], + "cannot": [ + 111 + ], + "even": [ + 112 + ], + "rate": [ + 116 + ], + "(Harris": [ + 117 + ], + "115": [ + 119 + ], + "percent,": [ + 120 + ], + "SIFT": [ + 121 + ], + "195": [ + 122 + ], + "percent).": [ + 123 + ], + "Second,": [ + 124 + ], + "generalize": [ + 126 + ], + "detector,": [ + 128 + ], + "allowing": [ + 129 + ], + "optimized": [ + 133 + ], + "repeatability,": [ + 135, + 194 + ], + "little": [ + 137 + ], + "loss": [ + 138 + ], + "efficiency.": [ + 140 + ], + "Third,": [ + 141 + ], + "carry": [ + 143 + ], + "out": [ + 144 + ], + "rigorous": [ + 146 + ], + "comparison": [ + 147, + 184 + ], + "based": [ + 151 + ], + "on": [ + 152, + 170 + ], + "above": [ + 154 + ], + "criterion": [ + 156 + ], + "applied": [ + 157 + ], + "scenes.": [ + 160 + ], + "We": [ + 161 + ], + "show": [ + 162 + ], + "that,": [ + 163 + ], + "despite": [ + 164 + ], + "being": [ + 165 + ], + "principally": [ + 166 + ], + "constructed": [ + 167 + ], + "speed,": [ + 169 + ], + "these": [ + 171 + ], + "stringent": [ + 172 + ], + "tests,": [ + 173 + ], + "our": [ + 174 + ], + "significantly": [ + 177 + ], + "outperforms": [ + 178 + ], + "existing": [ + 179 + ], + "detectors.": [ + 181 + ], + "Finally,": [ + 182 + ], + "demonstrates": [ + 185 + ], + "that": [ + 186, + 198 + ], + "learning": [ + 189 + ], + "produces": [ + 190 + ], + "significant": [ + 191 + ], + "improvements": [ + 192 + ], + "yielding": [ + 195 + ], + "both": [ + 200 + ], + "very": [ + 201, + 205 + ], + "fast": [ + 202 + ], + "high": [ + 206 + ], + "quality.": [ + 207 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 15 + }, + { + "year": 2025, + "cited_by_count": 77 + }, + { + "year": 2024, + "cited_by_count": 90 + }, + { + "year": 2023, + "cited_by_count": 105 + }, + { + "year": 2022, + "cited_by_count": 124 + }, + { + "year": 2021, + "cited_by_count": 125 + }, + { + "year": 2020, + "cited_by_count": 145 + }, + { + "year": 2019, + "cited_by_count": 149 + }, + { + "year": 2018, + "cited_by_count": 159 + }, + { + "year": 2017, + "cited_by_count": 165 + }, + { + "year": 2016, + "cited_by_count": 141 + }, + { + "year": 2015, + "cited_by_count": 153 + }, + { + "year": 2014, + "cited_by_count": 129 + }, + { + "year": 2013, + "cited_by_count": 118 + }, + { + "year": 2012, + "cited_by_count": 68 + } + ], + "updated_date": "2026-05-25T08:39:21.599409", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2015811642", + "doi": "https://doi.org/10.1080/00107514.2014.964942", + "title": "An introduction to quantum machine learning", + "display_name": "An introduction to quantum machine learning", + "relevance_score": 2622.3848, + "publication_year": 2014, + "publication_date": "2014-10-15", + "ids": { + "openalex": "https://openalex.org/W2015811642", + "doi": "https://doi.org/10.1080/00107514.2014.964942", + "mag": "2015811642" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1080/00107514.2014.964942", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1080/00107514.2014.964942", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S161902083", + "display_name": "Contemporary Physics", + "issn_l": "0010-7514", + "issn": [ + "0010-7514", + "1366-5812" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320547", + "host_organization_name": "Taylor & Francis", + "host_organization_lineage": [ + "https://openalex.org/P4310320547" + ], + "host_organization_lineage_names": [ + "Taylor & Francis" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Contemporary Physics", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "arxiv", + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1409.3097", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": null, + "display_name": "Maria Schuld", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I95023434", + "display_name": "University of KwaZulu-Natal", + "ror": "https://ror.org/04qzfn040", + "country_code": "ZA", + "type": "education", + "lineage": [ + "https://openalex.org/I95023434" + ] + } + ], + "countries": [ + "ZA" + ], + "is_corresponding": true, + "raw_author_name": "Maria Schuld", + "raw_affiliation_strings": [ + "Quantum Research Group, School of Chemistry and Physics, University of KwaZulu-Natal, Durban 4001, South Africa" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Quantum Research Group, School of Chemistry and Physics, University of KwaZulu-Natal, Durban 4001, South Africa", + "institution_ids": [ + "https://openalex.org/I95023434" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": null, + "display_name": "Ilya Sinayskiy", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Ilya Sinayskiy", + "raw_affiliation_strings": [ + "Quantum Research Group, School of Chemistry and Physics, University of KwaZulu-Natal, Durban 4001, South Africa.; National Institute for Theoretical Physics (NITheP), KwaZulu-Natal, South Africa" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Quantum Research Group, School of Chemistry and Physics, University of KwaZulu-Natal, Durban 4001, South Africa.; National Institute for Theoretical Physics (NITheP), KwaZulu-Natal, South Africa", + "institution_ids": [] + } + ] + }, + { + "author_position": "last", + "author": { + "id": null, + "display_name": "Francesco Petruccione", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Francesco Petruccione", + "raw_affiliation_strings": [ + "Quantum Research Group, School of Chemistry and Physics, University of KwaZulu-Natal, Durban 4001, South Africa.; National Institute for Theoretical Physics (NITheP), KwaZulu-Natal, South Africa" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Quantum Research Group, School of Chemistry and Physics, University of KwaZulu-Natal, Durban 4001, South Africa.; National Institute for Theoretical Physics (NITheP), KwaZulu-Natal, South Africa", + "institution_ids": [] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 3, + "corresponding_author_ids": [], + "corresponding_institution_ids": [ + "https://openalex.org/I95023434" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 19.4489, + "has_fulltext": false, + "cited_by_count": 1225, + "citation_normalized_percentile": { + "value": 0.99357845, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "56", + "issue": "2", + "first_page": "172", + "last_page": "185" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10682", + "display_name": "Quantum Computing Algorithms and Architecture", + "score": 0.817799985408783, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10682", + "display_name": "Quantum Computing Algorithms and Architecture", + "score": 0.817799985408783, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10622", + "display_name": "Quantum Mechanics and Applications", + "score": 0.01489999983459711, + "subfield": { + "id": "https://openalex.org/subfields/3107", + "display_name": "Atomic and Molecular Physics, and Optics" + }, + "field": { + "id": "https://openalex.org/fields/31", + "display_name": "Physics and Astronomy" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10020", + "display_name": "Quantum Information and Cryptography", + "score": 0.011599999852478504, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/quantum-machine-learning", + "display_name": "Quantum machine learning", + "score": 0.6427000164985657 + }, + { + "id": "https://openalex.org/keywords/subroutine", + "display_name": "Subroutine", + "score": 0.6392999887466431 + }, + { + "id": "https://openalex.org/keywords/machine-translation", + "display_name": "Machine translation", + "score": 0.5587000250816345 + }, + { + "id": "https://openalex.org/keywords/quantum-computer", + "display_name": "Quantum computer", + "score": 0.5418000221252441 + }, + { + "id": "https://openalex.org/keywords/field", + "display_name": "Field (mathematics)", + "score": 0.5389000177383423 + }, + { + "id": "https://openalex.org/keywords/quantum", + "display_name": "Quantum", + "score": 0.49810001254081726 + }, + { + "id": "https://openalex.org/keywords/relation", + "display_name": "Relation (database)", + "score": 0.492000013589859 + }, + { + "id": "https://openalex.org/keywords/computational-learning-theory", + "display_name": "Computational learning theory", + "score": 0.38510000705718994 + }, + { + "id": "https://openalex.org/keywords/range", + "display_name": "Range (aeronautics)", + "score": 0.37560001015663147 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7555999755859375 + }, + { + "id": "https://openalex.org/C2779094486", + "wikidata": "https://www.wikidata.org/wiki/Q18811578", + "display_name": "Quantum machine learning", + "level": 4, + "score": 0.6427000164985657 + }, + { + "id": "https://openalex.org/C96147967", + "wikidata": "https://www.wikidata.org/wiki/Q190686", + "display_name": "Subroutine", + "level": 2, + "score": 0.6392999887466431 + }, + { + "id": "https://openalex.org/C203005215", + "wikidata": "https://www.wikidata.org/wiki/Q79798", + "display_name": "Machine translation", + "level": 2, + "score": 0.5587000250816345 + }, + { + "id": "https://openalex.org/C58053490", + "wikidata": "https://www.wikidata.org/wiki/Q176555", + "display_name": "Quantum computer", + "level": 3, + "score": 0.5418000221252441 + }, + { + "id": "https://openalex.org/C9652623", + "wikidata": "https://www.wikidata.org/wiki/Q190109", + "display_name": "Field (mathematics)", + "level": 2, + "score": 0.5389000177383423 + }, + { + "id": "https://openalex.org/C84114770", + "wikidata": "https://www.wikidata.org/wiki/Q46344", + "display_name": "Quantum", + "level": 2, + "score": 0.49810001254081726 + }, + { + "id": "https://openalex.org/C25343380", + "wikidata": "https://www.wikidata.org/wiki/Q277521", + "display_name": "Relation (database)", + "level": 2, + "score": 0.492000013589859 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.4293999969959259 + }, + { + "id": "https://openalex.org/C80444323", + "wikidata": "https://www.wikidata.org/wiki/Q2878974", + "display_name": "Theoretical computer science", + "level": 1, + "score": 0.38679999113082886 + }, + { + "id": "https://openalex.org/C50292564", + "wikidata": "https://www.wikidata.org/wiki/Q2462783", + "display_name": "Computational learning theory", + "level": 3, + "score": 0.38510000705718994 + }, + { + "id": "https://openalex.org/C204323151", + "wikidata": "https://www.wikidata.org/wiki/Q905424", + "display_name": "Range (aeronautics)", + "level": 2, + "score": 0.37560001015663147 + }, + { + "id": "https://openalex.org/C131671149", + "wikidata": "https://www.wikidata.org/wiki/Q2703890", + "display_name": "Universal Turing machine", + "level": 4, + "score": 0.36239999532699585 + }, + { + "id": "https://openalex.org/C149364088", + "wikidata": "https://www.wikidata.org/wiki/Q185917", + "display_name": "Translation (biology)", + "level": 4, + "score": 0.3573000133037567 + }, + { + "id": "https://openalex.org/C137019171", + "wikidata": "https://www.wikidata.org/wiki/Q2623817", + "display_name": "Quantum algorithm", + "level": 3, + "score": 0.35510000586509705 + }, + { + "id": "https://openalex.org/C169699857", + "wikidata": "https://www.wikidata.org/wiki/Q2122243", + "display_name": "Quantum information", + "level": 3, + "score": 0.34360000491142273 + }, + { + "id": "https://openalex.org/C192061203", + "wikidata": "https://www.wikidata.org/wiki/Q765620", + "display_name": "Quantum Turing machine", + "level": 5, + "score": 0.33169999718666077 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.31439998745918274 + }, + { + "id": "https://openalex.org/C62641251", + "wikidata": "https://www.wikidata.org/wiki/Q7269097", + "display_name": "Quantum sort", + "level": 5, + "score": 0.31119999289512634 + }, + { + "id": "https://openalex.org/C190463098", + "wikidata": "https://www.wikidata.org/wiki/Q2081419", + "display_name": "Quantum technology", + "level": 4, + "score": 0.3100999891757965 + }, + { + "id": "https://openalex.org/C5320026", + "wikidata": "https://www.wikidata.org/wiki/Q2122216", + "display_name": "Quantum information science", + "level": 4, + "score": 0.30160000920295715 + }, + { + "id": "https://openalex.org/C32254414", + "wikidata": "https://www.wikidata.org/wiki/Q4724364", + "display_name": "Algorithmic learning theory", + "level": 3, + "score": 0.28349998593330383 + }, + { + "id": "https://openalex.org/C182306322", + "wikidata": "https://www.wikidata.org/wiki/Q1779371", + "display_name": "Order (exchange)", + "level": 2, + "score": 0.2777999937534332 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.2728999853134155 + }, + { + "id": "https://openalex.org/C2982832238", + "wikidata": "https://www.wikidata.org/wiki/Q5531640", + "display_name": "General purpose", + "level": 2, + "score": 0.2621999979019165 + }, + { + "id": "https://openalex.org/C2986862884", + "wikidata": "https://www.wikidata.org/wiki/Q7553", + "display_name": "Language translation", + "level": 3, + "score": 0.25360000133514404 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "doi:10.1080/00107514.2014.964942", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1080/00107514.2014.964942", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S161902083", + "display_name": "Contemporary Physics", + "issn_l": "0010-7514", + "issn": [ + "0010-7514", + "1366-5812" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320547", + "host_organization_name": "Taylor & Francis", + "host_organization_lineage": [ + "https://openalex.org/P4310320547" + ], + "host_organization_lineage_names": [ + "Taylor & Francis" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Contemporary Physics", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:arXiv.org:1409.3097", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1409.3097", + "pdf_url": "https://arxiv.org/pdf/1409.3097", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1409.3097", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1409.3097", + "pdf_url": "https://arxiv.org/pdf/1409.3097", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 44, + "referenced_works": [ + "https://openalex.org/W1485920032", + "https://openalex.org/W1490115964", + "https://openalex.org/W1492999010", + "https://openalex.org/W1498436455", + "https://openalex.org/W1514004320", + "https://openalex.org/W1581516671", + "https://openalex.org/W1804957150", + "https://openalex.org/W1942423339", + "https://openalex.org/W1968561119", + "https://openalex.org/W1971567680", + "https://openalex.org/W1979692035", + "https://openalex.org/W1980073965", + "https://openalex.org/W1987915183", + "https://openalex.org/W1990514347", + "https://openalex.org/W2008355848", + "https://openalex.org/W2010505240", + "https://openalex.org/W2019112050", + "https://openalex.org/W2020783771", + "https://openalex.org/W2030545386", + "https://openalex.org/W2031056773", + "https://openalex.org/W2034539720", + "https://openalex.org/W2037645123", + "https://openalex.org/W2038713182", + "https://openalex.org/W2040870580", + "https://openalex.org/W2044799191", + "https://openalex.org/W2055784634", + "https://openalex.org/W2061422883", + "https://openalex.org/W2064268005", + "https://openalex.org/W2076257979", + "https://openalex.org/W2089365259", + "https://openalex.org/W2095984596", + "https://openalex.org/W2103956991", + "https://openalex.org/W2111084110", + "https://openalex.org/W2121062711", + "https://openalex.org/W2122964527", + "https://openalex.org/W2124269824", + "https://openalex.org/W2125838338", + "https://openalex.org/W2133892930", + "https://openalex.org/W2136922672", + "https://openalex.org/W2138178898", + "https://openalex.org/W2990961515", + "https://openalex.org/W3022578515", + "https://openalex.org/W3037443854", + "https://openalex.org/W3037687232" + ], + "related_works": [], + "abstract_inverted_index": { + "Machine": [ + 0 + ], + "learning": [ + 1, + 54 + ], + "algorithms": [ + 2, + 62 + ], + "learn": [ + 3 + ], + "a": [ + 4, + 68, + 86, + 115 + ], + "desired": [ + 5 + ], + "input-output": [ + 6 + ], + "relation": [ + 7 + ], + "from": [ + 8, + 58 + ], + "examples": [ + 9 + ], + "in": [ + 10, + 33, + 106 + ], + "order": [ + 11 + ], + "to": [ + 12, + 50, + 71 + ], + "interpret": [ + 13 + ], + "new": [ + 14 + ], + "inputs.": [ + 15 + ], + "This": [ + 16, + 83 + ], + "is": [ + 17 + ], + "important": [ + 18 + ], + "for": [ + 19 + ], + "tasks": [ + 20 + ], + "such": [ + 21 + ], + "as": [ + 22, + 101, + 103 + ], + "image": [ + 23 + ], + "and": [ + 24, + 110 + ], + "speech": [ + 25 + ], + "recognition": [ + 26 + ], + "or": [ + 27, + 63 + ], + "strategy": [ + 28 + ], + "optimisation,": [ + 29 + ], + "with": [ + 30 + ], + "growing": [ + 31 + ], + "applications": [ + 32 + ], + "the": [ + 34, + 38, + 72, + 78, + 90, + 99, + 112 + ], + "IT": [ + 35 + ], + "industry.": [ + 36 + ], + "In": [ + 37 + ], + "last": [ + 39 + ], + "couple": [ + 40 + ], + "of": [ + 41, + 74, + 80, + 89, + 93, + 114, + 118 + ], + "years,": [ + 42 + ], + "researchers": [ + 43 + ], + "investigated": [ + 44 + ], + "if": [ + 45 + ], + "quantum": [ + 46, + 69, + 81, + 94, + 119 + ], + "computing": [ + 47 + ], + "can": [ + 48 + ], + "help": [ + 49 + ], + "improve": [ + 51 + ], + "classical": [ + 52 + ], + "machine": [ + 53, + 95 + ], + "algorithms.": [ + 55 + ], + "Ideas": [ + 56 + ], + "range": [ + 57 + ], + "running": [ + 59 + ], + "computationally": [ + 60 + ], + "costly": [ + 61 + ], + "their": [ + 64 + ], + "subroutines": [ + 65 + ], + "efficiently": [ + 66 + ], + "on": [ + 67 + ], + "computer": [ + 70 + ], + "translation": [ + 73 + ], + "stochastic": [ + 75 + ], + "methods": [ + 76 + ], + "into": [ + 77 + ], + "language": [ + 79 + ], + "theory.": [ + 82 + ], + "contribution": [ + 84 + ], + "gives": [ + 85 + ], + "systematic": [ + 87 + ], + "overview": [ + 88 + ], + "emerging": [ + 91 + ], + "field": [ + 92 + ], + "learning.": [ + 96, + 120 + ], + "It": [ + 97 + ], + "presents": [ + 98 + ], + "approaches": [ + 100 + ], + "well": [ + 102 + ], + "technical": [ + 104 + ], + "details": [ + 105 + ], + "an": [ + 107 + ], + "accessible": [ + 108 + ], + "way,": [ + 109 + ], + "discusses": [ + 111 + ], + "potential": [ + 113 + ], + "future": [ + 116 + ], + "theory": [ + 117 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 125 + }, + { + "year": 2025, + "cited_by_count": 267 + }, + { + "year": 2024, + "cited_by_count": 218 + }, + { + "year": 2023, + "cited_by_count": 168 + }, + { + "year": 2022, + "cited_by_count": 128 + }, + { + "year": 2021, + "cited_by_count": 94 + }, + { + "year": 2020, + "cited_by_count": 82 + }, + { + "year": 2019, + "cited_by_count": 57 + }, + { + "year": 2018, + "cited_by_count": 40 + }, + { + "year": 2017, + "cited_by_count": 31 + }, + { + "year": 2016, + "cited_by_count": 11 + }, + { + "year": 2015, + "cited_by_count": 3 + }, + { + "year": 2014, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-28T09:10:13.091523", + "created_date": "2016-06-24T00:00:00" + }, + { + "id": "https://openalex.org/W2789894922", + "doi": "https://doi.org/10.1001/jama.2017.18391", + "title": "Big Data and Machine Learning in Health Care", + "display_name": "Big Data and Machine Learning in Health Care", + "relevance_score": 2616.0063, + "publication_year": 2018, + "publication_date": "2018-03-12", + "ids": { + "openalex": "https://openalex.org/W2789894922", + "doi": "https://doi.org/10.1001/jama.2017.18391", + "mag": "2789894922", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/29532063" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1001/jama.2017.18391", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1001/jama.2017.18391", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S172573765", + "display_name": "JAMA", + "issn_l": "0098-7484", + "issn": [ + "0098-7484", + "1538-3598" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320259", + "host_organization_name": "American Medical Association", + "host_organization_lineage": [ + "https://openalex.org/P4310320259" + ], + "host_organization_lineage_names": [ + "American Medical Association" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "JAMA", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref", + "pubmed" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5077007622", + "display_name": "Andrew L. Beam", + "orcid": "https://orcid.org/0000-0002-6657-2787" + }, + "institutions": [ + { + "id": "https://openalex.org/I136199984", + "display_name": "Harvard University", + "ror": "https://ror.org/03vek6s52", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I136199984" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Andrew L. Beam", + "raw_affiliation_strings": [ + "Department of Biomedical Informatics, Harvard Medical School, Boston, Massachusetts" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Biomedical Informatics, Harvard Medical School, Boston, Massachusetts", + "institution_ids": [ + "https://openalex.org/I136199984" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5088509061", + "display_name": "Isaac S. Kohane", + "orcid": "https://orcid.org/0000-0003-2192-5160" + }, + "institutions": [ + { + "id": "https://openalex.org/I136199984", + "display_name": "Harvard University", + "ror": "https://ror.org/03vek6s52", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I136199984" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Isaac S. Kohane", + "raw_affiliation_strings": [ + "Department of Biomedical Informatics, Harvard Medical School, Boston, Massachusetts" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Biomedical Informatics, Harvard Medical School, Boston, Massachusetts", + "institution_ids": [ + "https://openalex.org/I136199984" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5077007622" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I136199984" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 125.0736, + "has_fulltext": false, + "cited_by_count": 2104, + "citation_normalized_percentile": { + "value": 0.99976569, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "319", + "issue": "13", + "first_page": "1317", + "last_page": "1317" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10261", + "display_name": "Genetic Associations and Epidemiology", + "score": 0.9894000291824341, + "subfield": { + "id": "https://openalex.org/subfields/1311", + "display_name": "Genetics" + }, + "field": { + "id": "https://openalex.org/fields/13", + "display_name": "Biochemistry, Genetics and Molecular Biology" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10261", + "display_name": "Genetic Associations and Epidemiology", + "score": 0.9894000291824341, + "subfield": { + "id": "https://openalex.org/subfields/1311", + "display_name": "Genetics" + }, + "field": { + "id": "https://openalex.org/fields/13", + "display_name": "Biochemistry, Genetics and Molecular Biology" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + }, + { + "id": "https://openalex.org/T13702", + "display_name": "Machine Learning in Healthcare", + "score": 0.9599000215530396, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12026", + "display_name": "Explainable Artificial Intelligence (XAI)", + "score": 0.9545000195503235, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/medicine", + "display_name": "Medicine", + "score": 0.9493777751922607 + }, + { + "id": "https://openalex.org/keywords/otorhinolaryngology", + "display_name": "Otorhinolaryngology", + "score": 0.5338343977928162 + }, + { + "id": "https://openalex.org/keywords/family-medicine", + "display_name": "Family medicine", + "score": 0.5010433197021484 + }, + { + "id": "https://openalex.org/keywords/sign", + "display_name": "Sign (mathematics)", + "score": 0.4248647093772888 + }, + { + "id": "https://openalex.org/keywords/psychiatry", + "display_name": "Psychiatry", + "score": 0.32425233721733093 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.9493777751922607 + }, + { + "id": "https://openalex.org/C108516343", + "wikidata": "https://www.wikidata.org/wiki/Q189553", + "display_name": "Otorhinolaryngology", + "level": 2, + "score": 0.5338343977928162 + }, + { + "id": "https://openalex.org/C512399662", + "wikidata": "https://www.wikidata.org/wiki/Q3505712", + "display_name": "Family medicine", + "level": 1, + "score": 0.5010433197021484 + }, + { + "id": "https://openalex.org/C139676723", + "wikidata": "https://www.wikidata.org/wiki/Q1193832", + "display_name": "Sign (mathematics)", + "level": 2, + "score": 0.4248647093772888 + }, + { + "id": "https://openalex.org/C118552586", + "wikidata": "https://www.wikidata.org/wiki/Q7867", + "display_name": "Psychiatry", + "level": 1, + "score": 0.32425233721733093 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C134306372", + "wikidata": "https://www.wikidata.org/wiki/Q7754", + "display_name": "Mathematical analysis", + "level": 1, + "score": 0.0 + } + ], + "mesh": [ + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D016571", + "descriptor_name": "Neural Networks, Computer", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D016571", + "descriptor_name": "Neural Networks, Computer", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D016571", + "descriptor_name": "Neural Networks, Computer", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D057225", + "descriptor_name": "Data Mining", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D057225", + "descriptor_name": "Data Mining", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D057225", + "descriptor_name": "Data Mining", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D066264", + "descriptor_name": "Datasets as Topic", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D066264", + "descriptor_name": "Datasets as Topic", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D066264", + "descriptor_name": "Datasets as Topic", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + } + ], + "locations_count": 2, + "locations": [ + { + "id": "doi:10.1001/jama.2017.18391", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1001/jama.2017.18391", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S172573765", + "display_name": "JAMA", + "issn_l": "0098-7484", + "issn": [ + "0098-7484", + "1538-3598" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320259", + "host_organization_name": "American Medical Association", + "host_organization_lineage": [ + "https://openalex.org/P4310320259" + ], + "host_organization_lineage_names": [ + "American Medical Association" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "JAMA", + "raw_type": "journal-article" + }, + { + "id": "pmid:29532063", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/29532063", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "JAMA", + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 5, + "referenced_works": [ + "https://openalex.org/W1984116324", + "https://openalex.org/W2076652359", + "https://openalex.org/W2257979135", + "https://openalex.org/W2557738935", + "https://openalex.org/W2766447205" + ], + "related_works": [ + "https://openalex.org/W2899084033", + "https://openalex.org/W2748952813", + "https://openalex.org/W3031052312", + "https://openalex.org/W3032375762", + "https://openalex.org/W1995515455", + "https://openalex.org/W2080531066", + "https://openalex.org/W3108674512", + "https://openalex.org/W1506200166", + "https://openalex.org/W2048182022", + "https://openalex.org/W2604872355" + ], + "abstract_inverted_index": { + "Our": [ + 0 + ], + "website": [ + 1 + ], + "uses": [ + 2 + ], + "cookies": [ + 3 + ], + "to": [ + 4, + 10, + 20, + 171 + ], + "enhance": [ + 5 + ], + "your": [ + 6, + 158 + ], + "experience.": [ + 7 + ], + "By": [ + 8 + ], + "continuing": [ + 9 + ], + "use": [ + 11 + ], + "our": [ + 12, + 21 + ], + "site,": [ + 13 + ], + "or": [ + 14 + ], + "clicking": [ + 15 + ], + "\"Continue,\"": [ + 16 + ], + "you": [ + 17 + ], + "are": [ + 18 + ], + "agreeing": [ + 19 + ], + "Cookie": [ + 22 + ], + "Policy": [ + 23, + 92 + ], + "|": [ + 24, + 90, + 93 + ], + "Continue": [ + 25 + ], + "JAMA": [ + 26, + 32, + 33, + 36, + 38, + 40, + 43, + 46, + 48, + 50, + 52, + 57, + 59, + 61, + 105, + 106, + 109, + 111, + 113, + 116, + 119, + 122, + 124, + 126, + 128, + 133, + 135, + 137, + 173 + ], + "HomeNew": [ + 27 + ], + "OnlineCurrent": [ + 28 + ], + "IssueFor": [ + 29 + ], + "Authors": [ + 30 + ], + "Publications": [ + 31 + ], + "Network": [ + 34, + 107 + ], + "Open": [ + 35, + 108 + ], + "Cardiology": [ + 37, + 110 + ], + "Dermatology": [ + 39, + 112 + ], + "Health": [ + 41, + 117 + ], + "Forum": [ + 42, + 114, + 118 + ], + "Internal": [ + 44, + 120 + ], + "Medicine": [ + 45, + 121 + ], + "Neurology": [ + 47, + 65, + 123, + 141 + ], + "Oncology": [ + 49, + 125 + ], + "Ophthalmology": [ + 51, + 127 + ], + "Otolaryngology–Head": [ + 53, + 129 + ], + "&": [ + 54, + 66, + 85, + 130, + 142 + ], + "Neck": [ + 55, + 131 + ], + "Surgery": [ + 56, + 62, + 132, + 138 + ], + "Pediatrics": [ + 58, + 134 + ], + "Psychiatry": [ + 60, + 67, + 136, + 143 + ], + "Archives": [ + 63, + 139 + ], + "of": [ + 64, + 88, + 140 + ], + "(1919-1959)": [ + 68 + ], + "Podcasts": [ + 69 + ], + "Clinical": [ + 70 + ], + "Reviews": [ + 71 + ], + "Editors'": [ + 72 + ], + "Summary": [ + 73 + ], + "Medical": [ + 74, + 98 + ], + "News": [ + 75 + ], + "Author": [ + 76 + ], + "Interviews": [ + 77 + ], + "More": [ + 78 + ], + "JN": [ + 79 + ], + "Learning": [ + 80 + ], + "/": [ + 81, + 83 + ], + "CMESubscribeJobsInstitutions": [ + 82 + ], + "LibrariansReprints": [ + 84 + ], + "Permissions": [ + 86 + ], + "Terms": [ + 87 + ], + "Use": [ + 89 + ], + "Privacy": [ + 91 + ], + "Accessibility": [ + 94 + ], + "Statement": [ + 95 + ], + "2023": [ + 96 + ], + "American": [ + 97 + ], + "Association.": [ + 99 + ], + "All": [ + 100, + 104 + ], + "Rights": [ + 101 + ], + "Reserved": [ + 102 + ], + "Search": [ + 103, + 145 + ], + "Archive": [ + 115 + ], + "Input": [ + 144 + ], + "Term": [ + 146 + ], + "Sign": [ + 147, + 150, + 152, + 160 + ], + "In": [ + 148, + 151, + 161 + ], + "Individual": [ + 149 + ], + "inCreate": [ + 153 + ], + "an": [ + 154 + ], + "Account": [ + 155 + ], + "Access": [ + 156 + ], + "through": [ + 157 + ], + "institution": [ + 159 + ], + "Purchase": [ + 162 + ], + "Options:": [ + 163 + ], + "Buy": [ + 164 + ], + "this": [ + 165, + 168 + ], + "article": [ + 166, + 169 + ], + "Rent": [ + 167 + ], + "Subscribe": [ + 170 + ], + "the": [ + 172 + ], + "journal": [ + 174 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 204 + }, + { + "year": 2025, + "cited_by_count": 376 + }, + { + "year": 2024, + "cited_by_count": 311 + }, + { + "year": 2023, + "cited_by_count": 274 + }, + { + "year": 2022, + "cited_by_count": 237 + }, + { + "year": 2021, + "cited_by_count": 279 + }, + { + "year": 2020, + "cited_by_count": 230 + }, + { + "year": 2019, + "cited_by_count": 133 + }, + { + "year": 2018, + "cited_by_count": 56 + }, + { + "year": 2015, + "cited_by_count": 1 + }, + { + "year": 2012, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2996061341", + "doi": "https://doi.org/10.1145/3359786", + "title": "Techniques for interpretable machine learning", + "display_name": "Techniques for interpretable machine learning", + "relevance_score": 2609.9995, + "publication_year": 2019, + "publication_date": "2019-12-20", + "ids": { + "openalex": "https://openalex.org/W2996061341", + "doi": "https://doi.org/10.1145/3359786", + "mag": "2996061341" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1145/3359786", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/3359786", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S103482838", + "display_name": "Communications of the ACM", + "issn_l": "0001-0782", + "issn": [ + "0001-0782", + "1557-7317" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319798", + "host_organization_name": "Association for Computing Machinery", + "host_organization_lineage": [ + "https://openalex.org/P4310319798" + ], + "host_organization_lineage_names": [ + "Association for Computing Machinery" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Communications of the ACM", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5072191151", + "display_name": "Mengnan Du", + "orcid": "https://orcid.org/0000-0002-1614-6069" + }, + "institutions": [ + { + "id": "https://openalex.org/I91045830", + "display_name": "Texas A&M University", + "ror": "https://ror.org/01f5ytq51", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I91045830" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Mengnan Du", + "raw_affiliation_strings": [ + "Texas A&M University, College Station, TX" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Texas A&M University, College Station, TX", + "institution_ids": [ + "https://openalex.org/I91045830" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5007489034", + "display_name": "Ninghao Liu", + "orcid": "https://orcid.org/0000-0002-9170-2424" + }, + "institutions": [ + { + "id": "https://openalex.org/I91045830", + "display_name": "Texas A&M University", + "ror": "https://ror.org/01f5ytq51", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I91045830" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Ninghao Liu", + "raw_affiliation_strings": [ + "Texas A&M University, College Station, TX" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Texas A&M University, College Station, TX", + "institution_ids": [ + "https://openalex.org/I91045830" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5068477431", + "display_name": "Xia Hu", + "orcid": "https://orcid.org/0000-0003-2234-3226" + }, + "institutions": [ + { + "id": "https://openalex.org/I91045830", + "display_name": "Texas A&M University", + "ror": "https://ror.org/01f5ytq51", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I91045830" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Xia Hu", + "raw_affiliation_strings": [ + "Texas A&M University, College Station, TX" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Texas A&M University, College Station, TX", + "institution_ids": [ + "https://openalex.org/I91045830" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5072191151" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I91045830" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 84.2956, + "has_fulltext": false, + "cited_by_count": 1230, + "citation_normalized_percentile": { + "value": 0.99944795, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "63", + "issue": "1", + "first_page": "68", + "last_page": "77" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12026", + "display_name": "Explainable Artificial Intelligence (XAI)", + "score": 0.9997000098228455, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12026", + "display_name": "Explainable Artificial Intelligence (XAI)", + "score": 0.9997000098228455, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11689", + "display_name": "Adversarial Robustness in Machine Learning", + "score": 0.9957000017166138, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9952999949455261, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6890396475791931 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6587886810302734 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.590798556804657 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6890396475791931 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6587886810302734 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.590798556804657 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1145/3359786", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1145/3359786", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S103482838", + "display_name": "Communications of the ACM", + "issn_l": "0001-0782", + "issn": [ + "0001-0782", + "1557-7317" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319798", + "host_organization_name": "Association for Computing Machinery", + "host_organization_lineage": [ + "https://openalex.org/P4310319798" + ], + "host_organization_lineage_names": [ + "Association for Computing Machinery" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Communications of the ACM", + "raw_type": "journal-article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 41, + "referenced_works": [ + "https://openalex.org/W1514535095", + "https://openalex.org/W1787224781", + "https://openalex.org/W1932198206", + "https://openalex.org/W1945616565", + "https://openalex.org/W1951216520", + "https://openalex.org/W1996796871", + "https://openalex.org/W2026905436", + "https://openalex.org/W2102636708", + "https://openalex.org/W2123045220", + "https://openalex.org/W2128420091", + "https://openalex.org/W2133564696", + "https://openalex.org/W2169393322", + "https://openalex.org/W2253993278", + "https://openalex.org/W2292919134", + "https://openalex.org/W2295598076", + "https://openalex.org/W2418098761", + "https://openalex.org/W2516809705", + "https://openalex.org/W2559655401", + "https://openalex.org/W2594475271", + "https://openalex.org/W2606462007", + "https://openalex.org/W2612690371", + "https://openalex.org/W2764024122", + "https://openalex.org/W2765204106", + "https://openalex.org/W2785760873", + "https://openalex.org/W2788403449", + "https://openalex.org/W2796096336", + "https://openalex.org/W2809002738", + "https://openalex.org/W2809376420", + "https://openalex.org/W2810511505", + "https://openalex.org/W2907174776", + "https://openalex.org/W2914018283", + "https://openalex.org/W2963125461", + "https://openalex.org/W2963615251", + "https://openalex.org/W3101609372", + "https://openalex.org/W3102476541", + "https://openalex.org/W3128452405", + "https://openalex.org/W4301861531", + "https://openalex.org/W6639927594", + "https://openalex.org/W6740789180", + "https://openalex.org/W6743446608", + "https://openalex.org/W6748634344" + ], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W3046775127", + "https://openalex.org/W3107602296", + "https://openalex.org/W3170094116", + "https://openalex.org/W4386462264", + "https://openalex.org/W4313488044", + "https://openalex.org/W3209574120", + "https://openalex.org/W4312192474", + "https://openalex.org/W4210805261" + ], + "abstract_inverted_index": { + "Uncovering": [ + 0 + ], + "the": [ + 1 + ], + "mysterious": [ + 2 + ], + "ways": [ + 3 + ], + "machine": [ + 4 + ], + "learning": [ + 5 + ], + "models": [ + 6 + ], + "make": [ + 7 + ], + "decisions.": [ + 8 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 39 + }, + { + "year": 2025, + "cited_by_count": 162 + }, + { + "year": 2024, + "cited_by_count": 221 + }, + { + "year": 2023, + "cited_by_count": 223 + }, + { + "year": 2022, + "cited_by_count": 221 + }, + { + "year": 2021, + "cited_by_count": 187 + }, + { + "year": 2020, + "cited_by_count": 139 + }, + { + "year": 2019, + "cited_by_count": 34 + }, + { + "year": 2018, + "cited_by_count": 3 + }, + { + "year": 2012, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-21T06:26:12.895304", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2284729062", + "doi": "https://doi.org/10.1177/1745691617693393", + "title": "Choosing Prediction Over Explanation in Psychology: Lessons From Machine Learning", + "display_name": "Choosing Prediction Over Explanation in Psychology: Lessons From Machine Learning", + "relevance_score": 2583.5972, + "publication_year": 2017, + "publication_date": "2017-08-25", + "ids": { + "openalex": "https://openalex.org/W2284729062", + "doi": "https://doi.org/10.1177/1745691617693393", + "mag": "2284729062", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/28841086" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1177/1745691617693393", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1177/1745691617693393", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S27228949", + "display_name": "Perspectives on Psychological Science", + "issn_l": "1745-6916", + "issn": [ + "1745-6916", + "1745-6924" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320017", + "host_organization_name": "SAGE Publishing", + "host_organization_lineage": [ + "https://openalex.org/P4310320017" + ], + "host_organization_lineage_names": [ + "SAGE Publishing" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Perspectives on Psychological Science", + "raw_type": "journal-article" + }, + "type": "review", + "indexed_in": [ + "crossref", + "datacite", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://figshare.com/articles/journal_contribution/Choosing_prediction_over_explanation_in_psychology_Lessons_from_machine_learning/2441878", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5089396175", + "display_name": "Tal Yarkoni", + "orcid": "https://orcid.org/0000-0002-6558-5113" + }, + "institutions": [ + { + "id": "https://openalex.org/I86519309", + "display_name": "The University of Texas at Austin", + "ror": "https://ror.org/00hj54h04", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I86519309" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Tal Yarkoni", + "raw_affiliation_strings": [ + "University of Texas at Austin" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Texas at Austin", + "institution_ids": [ + "https://openalex.org/I86519309" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5011718072", + "display_name": "Jacob Westfall", + "orcid": "https://orcid.org/0000-0001-7566-3544" + }, + "institutions": [ + { + "id": "https://openalex.org/I86519309", + "display_name": "The University of Texas at Austin", + "ror": "https://ror.org/00hj54h04", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I86519309" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Jacob Westfall", + "raw_affiliation_strings": [ + "University of Texas at Austin" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "University of Texas at Austin", + "institution_ids": [ + "https://openalex.org/I86519309" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5089396175" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I86519309" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 142.2137, + "has_fulltext": false, + "cited_by_count": 1981, + "citation_normalized_percentile": { + "value": 0.99990781, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "12", + "issue": "6", + "first_page": "1100", + "last_page": "1122" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T13283", + "display_name": "Mental Health Research Topics", + "score": 0.9991999864578247, + "subfield": { + "id": "https://openalex.org/subfields/3205", + "display_name": "Experimental and Cognitive Psychology" + }, + "field": { + "id": "https://openalex.org/fields/32", + "display_name": "Psychology" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T13283", + "display_name": "Mental Health Research Topics", + "score": 0.9991999864578247, + "subfield": { + "id": "https://openalex.org/subfields/3205", + "display_name": "Experimental and Cognitive Psychology" + }, + "field": { + "id": "https://openalex.org/fields/32", + "display_name": "Psychology" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + }, + { + "id": "https://openalex.org/T10315", + "display_name": "Decision-Making and Behavioral Economics", + "score": 0.987500011920929, + "subfield": { + "id": "https://openalex.org/subfields/1800", + "display_name": "General Decision Sciences" + }, + "field": { + "id": "https://openalex.org/fields/18", + "display_name": "Decision Sciences" + }, + "domain": { + "id": "https://openalex.org/domains/2", + "display_name": "Social Sciences" + } + }, + { + "id": "https://openalex.org/T10241", + "display_name": "Functional Brain Connectivity Studies", + "score": 0.9757999777793884, + "subfield": { + "id": "https://openalex.org/subfields/2805", + "display_name": "Cognitive Neuroscience" + }, + "field": { + "id": "https://openalex.org/fields/28", + "display_name": "Neuroscience" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/psychology", + "display_name": "Psychology", + "score": 0.6357313990592957 + }, + { + "id": "https://openalex.org/keywords/field", + "display_name": "Field (mathematics)", + "score": 0.6339761018753052 + }, + { + "id": "https://openalex.org/keywords/psychological-research", + "display_name": "Psychological research", + "score": 0.623198390007019 + }, + { + "id": "https://openalex.org/keywords/mechanism", + "display_name": "Mechanism (biology)", + "score": 0.5662316679954529 + }, + { + "id": "https://openalex.org/keywords/focus", + "display_name": "Focus (optics)", + "score": 0.5525527000427246 + }, + { + "id": "https://openalex.org/keywords/psychological-science", + "display_name": "Psychological science", + "score": 0.5363956689834595 + }, + { + "id": "https://openalex.org/keywords/cognitive-psychology", + "display_name": "Cognitive psychology", + "score": 0.4831187427043915 + }, + { + "id": "https://openalex.org/keywords/basic-science", + "display_name": "Basic science", + "score": 0.44798544049263 + }, + { + "id": "https://openalex.org/keywords/experimental-psychology", + "display_name": "Experimental psychology", + "score": 0.4426892101764679 + }, + { + "id": "https://openalex.org/keywords/contrast", + "display_name": "Contrast (vision)", + "score": 0.4320238530635834 + }, + { + "id": "https://openalex.org/keywords/point", + "display_name": "Point (geometry)", + "score": 0.4234526753425598 + }, + { + "id": "https://openalex.org/keywords/cognitive-science", + "display_name": "Cognitive science", + "score": 0.4131108522415161 + }, + { + "id": "https://openalex.org/keywords/epistemology", + "display_name": "Epistemology", + "score": 0.39459776878356934 + }, + { + "id": "https://openalex.org/keywords/social-psychology", + "display_name": "Social psychology", + "score": 0.30900537967681885 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.2976836562156677 + }, + { + "id": "https://openalex.org/keywords/cognition", + "display_name": "Cognition", + "score": 0.22188469767570496 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.21790143847465515 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C15744967", + "wikidata": "https://www.wikidata.org/wiki/Q9418", + "display_name": "Psychology", + "level": 0, + "score": 0.6357313990592957 + }, + { + "id": "https://openalex.org/C9652623", + "wikidata": "https://www.wikidata.org/wiki/Q190109", + "display_name": "Field (mathematics)", + "level": 2, + "score": 0.6339761018753052 + }, + { + "id": "https://openalex.org/C188255311", + "wikidata": "https://www.wikidata.org/wiki/Q7256388", + "display_name": "Psychological research", + "level": 2, + "score": 0.623198390007019 + }, + { + "id": "https://openalex.org/C89611455", + "wikidata": "https://www.wikidata.org/wiki/Q6804646", + "display_name": "Mechanism (biology)", + "level": 2, + "score": 0.5662316679954529 + }, + { + "id": "https://openalex.org/C192209626", + "wikidata": "https://www.wikidata.org/wiki/Q190909", + "display_name": "Focus (optics)", + "level": 2, + "score": 0.5525527000427246 + }, + { + "id": "https://openalex.org/C2992048920", + "wikidata": "https://www.wikidata.org/wiki/Q7256367", + "display_name": "Psychological science", + "level": 2, + "score": 0.5363956689834595 + }, + { + "id": "https://openalex.org/C180747234", + "wikidata": "https://www.wikidata.org/wiki/Q23373", + "display_name": "Cognitive psychology", + "level": 1, + "score": 0.4831187427043915 + }, + { + "id": "https://openalex.org/C96526673", + "wikidata": "https://www.wikidata.org/wiki/Q4867047", + "display_name": "Basic science", + "level": 2, + "score": 0.44798544049263 + }, + { + "id": "https://openalex.org/C101068787", + "wikidata": "https://www.wikidata.org/wiki/Q475042", + "display_name": "Experimental psychology", + "level": 3, + "score": 0.4426892101764679 + }, + { + "id": "https://openalex.org/C2776502983", + "wikidata": "https://www.wikidata.org/wiki/Q690182", + "display_name": "Contrast (vision)", + "level": 2, + "score": 0.4320238530635834 + }, + { + "id": "https://openalex.org/C28719098", + "wikidata": "https://www.wikidata.org/wiki/Q44946", + "display_name": "Point (geometry)", + "level": 2, + "score": 0.4234526753425598 + }, + { + "id": "https://openalex.org/C188147891", + "wikidata": "https://www.wikidata.org/wiki/Q147638", + "display_name": "Cognitive science", + "level": 1, + "score": 0.4131108522415161 + }, + { + "id": "https://openalex.org/C111472728", + "wikidata": "https://www.wikidata.org/wiki/Q9471", + "display_name": "Epistemology", + "level": 1, + "score": 0.39459776878356934 + }, + { + "id": "https://openalex.org/C77805123", + "wikidata": "https://www.wikidata.org/wiki/Q161272", + "display_name": "Social psychology", + "level": 1, + "score": 0.30900537967681885 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.2976836562156677 + }, + { + "id": "https://openalex.org/C169900460", + "wikidata": "https://www.wikidata.org/wiki/Q2200417", + "display_name": "Cognition", + "level": 2, + "score": 0.22188469767570496 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.21790143847465515 + }, + { + "id": "https://openalex.org/C202444582", + "wikidata": "https://www.wikidata.org/wiki/Q837863", + "display_name": "Pure mathematics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C138885662", + "wikidata": "https://www.wikidata.org/wiki/Q5891", + "display_name": "Philosophy", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C121332964", + "wikidata": "https://www.wikidata.org/wiki/Q413", + "display_name": "Physics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C120665830", + "wikidata": "https://www.wikidata.org/wiki/Q14620", + "display_name": "Optics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C169760540", + "wikidata": "https://www.wikidata.org/wiki/Q207011", + "display_name": "Neuroscience", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C2524010", + "wikidata": "https://www.wikidata.org/wiki/Q8087", + "display_name": "Geometry", + "level": 1, + "score": 0.0 + } + ], + "mesh": [ + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D011584", + "descriptor_name": "Psychology", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D011584", + "descriptor_name": "Psychology", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D011584", + "descriptor_name": "Psychology", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + } + ], + "locations_count": 5, + "locations": [ + { + "id": "doi:10.1177/1745691617693393", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1177/1745691617693393", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S27228949", + "display_name": "Perspectives on Psychological Science", + "issn_l": "1745-6916", + "issn": [ + "1745-6916", + "1745-6924" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310320017", + "host_organization_name": "SAGE Publishing", + "host_organization_lineage": [ + "https://openalex.org/P4310320017" + ], + "host_organization_lineage_names": [ + "SAGE Publishing" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Perspectives on Psychological Science", + "raw_type": "journal-article" + }, + { + "id": "pmid:28841086", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/28841086", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Perspectives on psychological science : a journal of the Association for Psychological Science", + "raw_type": null + }, + { + "id": "pmh:oai:figshare.com:article/2441878", + "is_oa": true, + "landing_page_url": "https://figshare.com/articles/journal_contribution/Choosing_prediction_over_explanation_in_psychology_Lessons_from_machine_learning/2441878", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4377196282", + "display_name": "Figshare", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I4210132348", + "host_organization_name": "Figshare (United Kingdom)", + "host_organization_lineage": [ + "https://openalex.org/I4210132348" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Text" + }, + { + "id": "pmh:oai:pubmedcentral.nih.gov:6603289", + "is_oa": true, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/6603289", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2764455111", + "display_name": "PubMed Central", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Perspect Psychol Sci", + "raw_type": "Text" + }, + { + "id": "doi:10.6084/m9.figshare.2441878.v1", + "is_oa": true, + "landing_page_url": "https://doi.org/10.6084/m9.figshare.2441878.v1", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4377196282", + "display_name": "Figshare", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I4210132348", + "host_organization_name": "Figshare (United Kingdom)", + "host_organization_lineage": [ + "https://openalex.org/I4210132348" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": "article-journal" + } + ], + "best_oa_location": { + "id": "pmh:oai:figshare.com:article/2441878", + "is_oa": true, + "landing_page_url": "https://figshare.com/articles/journal_contribution/Choosing_prediction_over_explanation_in_psychology_Lessons_from_machine_learning/2441878", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4377196282", + "display_name": "Figshare", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I4210132348", + "host_organization_name": "Figshare (United Kingdom)", + "host_organization_lineage": [ + "https://openalex.org/I4210132348" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Text" + }, + "sustainable_development_goals": [ + { + "display_name": "Quality Education", + "score": 0.4300000071525574, + "id": "https://metadata.un.org/sdg/4" + } + ], + "awards": [ + { + "id": "https://openalex.org/G6072193115", + "display_name": null, + "funder_award_id": "R01MH096906", + "funder_id": "https://openalex.org/F4320337346", + "funder_display_name": "National Institute of Mental Health" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320337346", + "display_name": "National Institute of Mental Health", + "ror": "https://ror.org/04xeg9z08" + } + ], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 117, + "referenced_works": [ + "https://openalex.org/W832971097", + "https://openalex.org/W1480376833", + "https://openalex.org/W1529288103", + "https://openalex.org/W1587094587", + "https://openalex.org/W1650809201", + "https://openalex.org/W1678356000", + "https://openalex.org/W1849277567", + "https://openalex.org/W1897139626", + "https://openalex.org/W1928997582", + "https://openalex.org/W1940090105", + "https://openalex.org/W1941783251", + "https://openalex.org/W1965803289", + "https://openalex.org/W1966023201", + "https://openalex.org/W1966797434", + "https://openalex.org/W1972820248", + "https://openalex.org/W1973871257", + "https://openalex.org/W1974829123", + "https://openalex.org/W1975494033", + "https://openalex.org/W1980331490", + "https://openalex.org/W1981457167", + "https://openalex.org/W1985898303", + "https://openalex.org/W1987997380", + "https://openalex.org/W1989462718", + "https://openalex.org/W1993193779", + "https://openalex.org/W1997161938", + "https://openalex.org/W2007178835", + "https://openalex.org/W2007307305", + "https://openalex.org/W2008607322", + "https://openalex.org/W2019448438", + "https://openalex.org/W2020769785", + "https://openalex.org/W2024729467", + "https://openalex.org/W2028171536", + "https://openalex.org/W2028966152", + "https://openalex.org/W2033198212", + "https://openalex.org/W2033872649", + "https://openalex.org/W2036231449", + "https://openalex.org/W2037557484", + "https://openalex.org/W2045573770", + "https://openalex.org/W2046281162", + "https://openalex.org/W2046398551", + "https://openalex.org/W2047104567", + "https://openalex.org/W2054106228", + "https://openalex.org/W2054251181", + "https://openalex.org/W2056418346", + "https://openalex.org/W2059246838", + "https://openalex.org/W2062787021", + "https://openalex.org/W2065692954", + "https://openalex.org/W2075046656", + "https://openalex.org/W2076063813", + "https://openalex.org/W2077088203", + "https://openalex.org/W2080581973", + "https://openalex.org/W2081156723", + "https://openalex.org/W2084341220", + "https://openalex.org/W2091959199", + "https://openalex.org/W2100267603", + "https://openalex.org/W2101645095", + "https://openalex.org/W2106095564", + "https://openalex.org/W2108598243", + "https://openalex.org/W2110223897", + "https://openalex.org/W2111621157", + "https://openalex.org/W2113085067", + "https://openalex.org/W2117350000", + "https://openalex.org/W2119472994", + "https://openalex.org/W2119862467", + "https://openalex.org/W2121880170", + "https://openalex.org/W2122572782", + "https://openalex.org/W2123263696", + "https://openalex.org/W2128431628", + "https://openalex.org/W2132193240", + "https://openalex.org/W2135046866", + "https://openalex.org/W2137351972", + "https://openalex.org/W2137739415", + "https://openalex.org/W2139394602", + "https://openalex.org/W2139852278", + "https://openalex.org/W2141007997", + "https://openalex.org/W2144345994", + "https://openalex.org/W2144710514", + "https://openalex.org/W2150215887", + "https://openalex.org/W2150833190", + "https://openalex.org/W2151554678", + "https://openalex.org/W2153803020", + "https://openalex.org/W2154290668", + "https://openalex.org/W2154776925", + "https://openalex.org/W2155449866", + "https://openalex.org/W2157668596", + "https://openalex.org/W2158196600", + "https://openalex.org/W2158647686", + "https://openalex.org/W2159401492", + "https://openalex.org/W2160455305", + "https://openalex.org/W2161336914", + "https://openalex.org/W2161498332", + "https://openalex.org/W2162148411", + "https://openalex.org/W2166154125", + "https://openalex.org/W2166823678", + "https://openalex.org/W2168979204", + "https://openalex.org/W2169214811", + "https://openalex.org/W2183510664", + "https://openalex.org/W2329873939", + "https://openalex.org/W2333692357", + "https://openalex.org/W2345613236", + "https://openalex.org/W2520456228", + "https://openalex.org/W2781367932", + "https://openalex.org/W2787894218", + "https://openalex.org/W2911964244", + "https://openalex.org/W2919115771", + "https://openalex.org/W2951936974", + "https://openalex.org/W2951964571", + "https://openalex.org/W3121452939", + "https://openalex.org/W3124333825", + "https://openalex.org/W4206439534", + "https://openalex.org/W4239677523", + "https://openalex.org/W4243177274", + "https://openalex.org/W4245648902", + "https://openalex.org/W4250304879", + "https://openalex.org/W4250528183", + "https://openalex.org/W4253418570", + "https://openalex.org/W4298870098" + ], + "related_works": [ + "https://openalex.org/W2967614692", + "https://openalex.org/W3162937339", + "https://openalex.org/W2811220869", + "https://openalex.org/W4390171572", + "https://openalex.org/W4205565064", + "https://openalex.org/W3104930238", + "https://openalex.org/W2792663123", + "https://openalex.org/W2178719713", + "https://openalex.org/W4248643446", + "https://openalex.org/W2330276990" + ], + "abstract_inverted_index": { + "Psychology": [ + 0 + ], + "has": [ + 1, + 59 + ], + "historically": [ + 2 + ], + "been": [ + 3, + 133 + ], + "concerned,": [ + 4 + ], + "first": [ + 5 + ], + "and": [ + 6, + 31, + 40, + 97, + 120, + 125, + 138 + ], + "foremost,": [ + 7 + ], + "with": [ + 8, + 89 + ], + "explaining": [ + 9, + 54 + ], + "the": [ + 10, + 25, + 37, + 55, + 63, + 100, + 117 + ], + "causal": [ + 11 + ], + "mechanisms": [ + 12 + ], + "that": [ + 13, + 43, + 49, + 71, + 79, + 95, + 142, + 150 + ], + "give": [ + 14 + ], + "rise": [ + 15 + ], + "to": [ + 16, + 65, + 85, + 135, + 163 + ], + "behavior.": [ + 17, + 167 + ], + "Randomized,": [ + 18 + ], + "tightly": [ + 19 + ], + "controlled": [ + 20 + ], + "experiments": [ + 21 + ], + "are": [ + 22, + 33 + ], + "enshrined": [ + 23 + ], + "as": [ + 24 + ], + "gold": [ + 26 + ], + "standard": [ + 27 + ], + "of": [ + 28, + 36, + 57, + 62, + 75, + 102, + 116, + 122, + 166 + ], + "psychological": [ + 29, + 76, + 140 + ], + "research,": [ + 30 + ], + "there": [ + 32 + ], + "endless": [ + 34 + ], + "investigations": [ + 35 + ], + "various": [ + 38, + 45 + ], + "mediating": [ + 39 + ], + "moderating": [ + 41 + ], + "variables": [ + 42 + ], + "govern": [ + 44 + ], + "behaviors.": [ + 46 + ], + "We": [ + 47, + 93, + 113, + 148 + ], + "argue": [ + 48 + ], + "psychology's": [ + 50 + ], + "near-total": [ + 51 + ], + "focus": [ + 52, + 153 + ], + "on": [ + 53, + 144, + 154 + ], + "causes": [ + 56 + ], + "behavior": [ + 58 + ], + "led": [ + 60 + ], + "much": [ + 61 + ], + "field": [ + 64, + 101 + ], + "be": [ + 66 + ], + "populated": [ + 67 + ], + "by": [ + 68 + ], + "research": [ + 69, + 141, + 146 + ], + "programs": [ + 70 + ], + "provide": [ + 72 + ], + "intricate": [ + 73 + ], + "theories": [ + 74 + ], + "mechanism": [ + 77 + ], + "but": [ + 78 + ], + "have": [ + 80, + 132 + ], + "little": [ + 81 + ], + "(or": [ + 82 + ], + "unknown)": [ + 83 + ], + "ability": [ + 84 + ], + "predict": [ + 86 + ], + "future": [ + 87 + ], + "behaviors": [ + 88 + ], + "any": [ + 90 + ], + "appreciable": [ + 91 + ], + "accuracy.": [ + 92 + ], + "propose": [ + 94 + ], + "principles": [ + 96 + ], + "techniques": [ + 98 + ], + "from": [ + 99 + ], + "machine": [ + 103, + 123 + ], + "learning": [ + 104, + 124 + ], + "can": [ + 105, + 159 + ], + "help": [ + 106 + ], + "psychology": [ + 107 + ], + "become": [ + 108 + ], + "a": [ + 109 + ], + "more": [ + 110 + ], + "predictive": [ + 111, + 145 + ], + "science.": [ + 112 + ], + "review": [ + 114 + ], + "some": [ + 115 + ], + "fundamental": [ + 118 + ], + "concepts": [ + 119, + 131 + ], + "tools": [ + 121 + ], + "point": [ + 126 + ], + "out": [ + 127 + ], + "examples": [ + 128 + ], + "where": [ + 129 + ], + "these": [ + 130 + ], + "used": [ + 134 + ], + "conduct": [ + 136 + ], + "interesting": [ + 137 + ], + "important": [ + 139 + ], + "focuses": [ + 143 + ], + "questions.": [ + 147 + ], + "suggest": [ + 149 + ], + "an": [ + 151 + ], + "increased": [ + 152 + ], + "prediction,": [ + 155 + ], + "rather": [ + 156 + ], + "than": [ + 157 + ], + "explanation,": [ + 158 + ], + "ultimately": [ + 160 + ], + "lead": [ + 161 + ], + "us": [ + 162 + ], + "greater": [ + 164 + ], + "understanding": [ + 165 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 96 + }, + { + "year": 2025, + "cited_by_count": 252 + }, + { + "year": 2024, + "cited_by_count": 244 + }, + { + "year": 2023, + "cited_by_count": 243 + }, + { + "year": 2022, + "cited_by_count": 252 + }, + { + "year": 2021, + "cited_by_count": 274 + }, + { + "year": 2020, + "cited_by_count": 290 + }, + { + "year": 2019, + "cited_by_count": 180 + }, + { + "year": 2018, + "cited_by_count": 107 + }, + { + "year": 2017, + "cited_by_count": 28 + }, + { + "year": 2016, + "cited_by_count": 13 + }, + { + "year": 2014, + "cited_by_count": 1 + }, + { + "year": 2013, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2469230926", + "doi": "https://doi.org/10.1109/tsp.2017.2690524", + "title": "Tensor Decomposition for Signal Processing and Machine Learning", + "display_name": "Tensor Decomposition for Signal Processing and Machine Learning", + "relevance_score": 2578.9434, + "publication_year": 2017, + "publication_date": "2017-04-03", + "ids": { + "openalex": "https://openalex.org/W2469230926", + "doi": "https://doi.org/10.1109/tsp.2017.2690524", + "mag": "2469230926" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1109/tsp.2017.2690524", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/tsp.2017.2690524", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S168680287", + "display_name": "IEEE Transactions on Signal Processing", + "issn_l": "1053-587X", + "issn": [ + "1053-587X", + "1941-0476" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319808", + "host_organization_name": "Institute of Electrical and Electronics Engineers", + "host_organization_lineage": [ + "https://openalex.org/P4310319808" + ], + "host_organization_lineage_names": [ + "Institute of Electrical and Electronics Engineers" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IEEE Transactions on Signal Processing", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "arxiv", + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1607.01668", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5050186120", + "display_name": "Nicholas D. Sidiropoulos", + "orcid": "https://orcid.org/0000-0002-3385-7911" + }, + "institutions": [ + { + "id": "https://openalex.org/I130238516", + "display_name": "University of Minnesota", + "ror": "https://ror.org/017zqws13", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I130238516" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Nicholas D. Sidiropoulos", + "raw_affiliation_strings": [ + "Department of Electrical and Computer Engineering, University of Minnesota, Minneapolis, MN, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Electrical and Computer Engineering, University of Minnesota, Minneapolis, MN, USA", + "institution_ids": [ + "https://openalex.org/I130238516" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5009006026", + "display_name": "Lieven De Lathauwer", + "orcid": "https://orcid.org/0000-0001-5562-5014" + }, + "institutions": [ + { + "id": "https://openalex.org/I99464096", + "display_name": "KU Leuven", + "ror": "https://ror.org/05f950310", + "country_code": "BE", + "type": "education", + "lineage": [ + "https://openalex.org/I99464096" + ] + } + ], + "countries": [ + "BE" + ], + "is_corresponding": false, + "raw_author_name": "Lieven De Lathauwer", + "raw_affiliation_strings": [ + "KU Leuven, Leuven, Belgium" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "KU Leuven, Leuven, Belgium", + "institution_ids": [ + "https://openalex.org/I99464096" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5015075381", + "display_name": "Xiao Fu", + "orcid": "https://orcid.org/0000-0003-4847-9586" + }, + "institutions": [ + { + "id": "https://openalex.org/I130238516", + "display_name": "University of Minnesota", + "ror": "https://ror.org/017zqws13", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I130238516" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Xiao Fu", + "raw_affiliation_strings": [ + "Department of Electrical and Computer Engineering, University of Minnesota, Minneapolis, MN, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Electrical and Computer Engineering, University of Minnesota, Minneapolis, MN, USA", + "institution_ids": [ + "https://openalex.org/I130238516" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5002695199", + "display_name": "Kejun Huang", + "orcid": "https://orcid.org/0000-0002-6460-6365" + }, + "institutions": [ + { + "id": "https://openalex.org/I130238516", + "display_name": "University of Minnesota", + "ror": "https://ror.org/017zqws13", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I130238516" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Kejun Huang", + "raw_affiliation_strings": [ + "Department of Electrical and Computer Engineering, University of Minnesota, Minneapolis, MN, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Electrical and Computer Engineering, University of Minnesota, Minneapolis, MN, USA", + "institution_ids": [ + "https://openalex.org/I130238516" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5054849323", + "display_name": "Evangelos E. Papalexakis", + "orcid": "https://orcid.org/0000-0002-3411-8483" + }, + "institutions": [ + { + "id": "https://openalex.org/I103635307", + "display_name": "University of California, Riverside", + "ror": "https://ror.org/03nawhv43", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I103635307" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Evangelos E. Papalexakis", + "raw_affiliation_strings": [ + "Department of Computer Science, University of California, Riverside, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science, University of California, Riverside, CA, USA", + "institution_ids": [ + "https://openalex.org/I103635307" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5035605036", + "display_name": "Christos Faloutsos", + "orcid": "https://orcid.org/0000-0003-2996-9790" + }, + "institutions": [ + { + "id": "https://openalex.org/I74973139", + "display_name": "Carnegie Mellon University", + "ror": "https://ror.org/05x2bcf33", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I74973139" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Christos Faloutsos", + "raw_affiliation_strings": [ + "Department of Computer Science, Carnegie Mellon University, Pittsburgh, PA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science, Carnegie Mellon University, Pittsburgh, PA, USA", + "institution_ids": [ + "https://openalex.org/I74973139" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 6, + "corresponding_author_ids": [ + "https://openalex.org/A5050186120" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I130238516" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 70.6888, + "has_fulltext": true, + "cited_by_count": 1592, + "citation_normalized_percentile": { + "value": 1.0, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 98, + "max": 100 + }, + "biblio": { + "volume": "65", + "issue": "13", + "first_page": "3551", + "last_page": "3582" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12303", + "display_name": "Tensor decomposition and applications", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/2605", + "display_name": "Computational Mathematics" + }, + "field": { + "id": "https://openalex.org/fields/26", + "display_name": "Mathematics" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12303", + "display_name": "Tensor decomposition and applications", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/2605", + "display_name": "Computational Mathematics" + }, + "field": { + "id": "https://openalex.org/fields/26", + "display_name": "Mathematics" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11269", + "display_name": "Algorithms and Data Compression", + "score": 0.967199981212616, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11447", + "display_name": "Blind Source Separation Techniques", + "score": 0.925000011920929, + "subfield": { + "id": "https://openalex.org/subfields/1711", + "display_name": "Signal Processing" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/tensor", + "display_name": "Tensor (intrinsic definition)", + "score": 0.6821173429489136 + }, + { + "id": "https://openalex.org/keywords/identifiability", + "display_name": "Identifiability", + "score": 0.6632334589958191 + }, + { + "id": "https://openalex.org/keywords/multilinear-algebra", + "display_name": "Multilinear algebra", + "score": 0.6560895442962646 + }, + { + "id": "https://openalex.org/keywords/multilinear-map", + "display_name": "Multilinear map", + "score": 0.6472100615501404 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6300849318504333 + }, + { + "id": "https://openalex.org/keywords/matrix-decomposition", + "display_name": "Matrix decomposition", + "score": 0.5968412160873413 + }, + { + "id": "https://openalex.org/keywords/signal-processing", + "display_name": "Signal processing", + "score": 0.5858262777328491 + }, + { + "id": "https://openalex.org/keywords/rank", + "display_name": "Rank (graph theory)", + "score": 0.4913288652896881 + }, + { + "id": "https://openalex.org/keywords/ranging", + "display_name": "Ranging", + "score": 0.4827932119369507 + }, + { + "id": "https://openalex.org/keywords/subspace-topology", + "display_name": "Subspace topology", + "score": 0.46624651551246643 + }, + { + "id": "https://openalex.org/keywords/statistical-signal-processing", + "display_name": "Statistical signal processing", + "score": 0.45162856578826904 + }, + { + "id": "https://openalex.org/keywords/analytics", + "display_name": "Analytics", + "score": 0.4217430055141449 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.41538673639297485 + }, + { + "id": "https://openalex.org/keywords/theoretical-computer-science", + "display_name": "Theoretical computer science", + "score": 0.38948237895965576 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.3768589496612549 + }, + { + "id": "https://openalex.org/keywords/algebra-over-a-field", + "display_name": "Algebra over a field", + "score": 0.29181069135665894 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.2590547800064087 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.2379186749458313 + }, + { + "id": "https://openalex.org/keywords/digital-signal-processing", + "display_name": "Digital signal processing", + "score": 0.20643731951713562 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C155281189", + "wikidata": "https://www.wikidata.org/wiki/Q3518150", + "display_name": "Tensor (intrinsic definition)", + "level": 2, + "score": 0.6821173429489136 + }, + { + "id": "https://openalex.org/C122770356", + "wikidata": "https://www.wikidata.org/wiki/Q1656753", + "display_name": "Identifiability", + "level": 2, + "score": 0.6632334589958191 + }, + { + "id": "https://openalex.org/C60321788", + "wikidata": "https://www.wikidata.org/wiki/Q1197190", + "display_name": "Multilinear algebra", + "level": 5, + "score": 0.6560895442962646 + }, + { + "id": "https://openalex.org/C84392682", + "wikidata": "https://www.wikidata.org/wiki/Q1952404", + "display_name": "Multilinear map", + "level": 2, + "score": 0.6472100615501404 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6300849318504333 + }, + { + "id": "https://openalex.org/C42355184", + "wikidata": "https://www.wikidata.org/wiki/Q1361088", + "display_name": "Matrix decomposition", + "level": 3, + "score": 0.5968412160873413 + }, + { + "id": "https://openalex.org/C104267543", + "wikidata": "https://www.wikidata.org/wiki/Q208163", + "display_name": "Signal processing", + "level": 3, + "score": 0.5858262777328491 + }, + { + "id": "https://openalex.org/C164226766", + "wikidata": "https://www.wikidata.org/wiki/Q7293202", + "display_name": "Rank (graph theory)", + "level": 2, + "score": 0.4913288652896881 + }, + { + "id": "https://openalex.org/C115051666", + "wikidata": "https://www.wikidata.org/wiki/Q6522493", + "display_name": "Ranging", + "level": 2, + "score": 0.4827932119369507 + }, + { + "id": "https://openalex.org/C32834561", + "wikidata": "https://www.wikidata.org/wiki/Q660730", + "display_name": "Subspace topology", + "level": 2, + "score": 0.46624651551246643 + }, + { + "id": "https://openalex.org/C105125183", + "wikidata": "https://www.wikidata.org/wiki/Q208163", + "display_name": "Statistical signal processing", + "level": 4, + "score": 0.45162856578826904 + }, + { + "id": "https://openalex.org/C79158427", + "wikidata": "https://www.wikidata.org/wiki/Q485396", + "display_name": "Analytics", + "level": 2, + "score": 0.4217430055141449 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.41538673639297485 + }, + { + "id": "https://openalex.org/C80444323", + "wikidata": "https://www.wikidata.org/wiki/Q2878974", + "display_name": "Theoretical computer science", + "level": 1, + "score": 0.38948237895965576 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.3768589496612549 + }, + { + "id": "https://openalex.org/C136119220", + "wikidata": "https://www.wikidata.org/wiki/Q1000660", + "display_name": "Algebra over a field", + "level": 2, + "score": 0.29181069135665894 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.2590547800064087 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.2379186749458313 + }, + { + "id": "https://openalex.org/C84462506", + "wikidata": "https://www.wikidata.org/wiki/Q173142", + "display_name": "Digital signal processing", + "level": 2, + "score": 0.20643731951713562 + }, + { + "id": "https://openalex.org/C114614502", + "wikidata": "https://www.wikidata.org/wiki/Q76592", + "display_name": "Combinatorics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C76155785", + "wikidata": "https://www.wikidata.org/wiki/Q418", + "display_name": "Telecommunications", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C138354692", + "wikidata": "https://www.wikidata.org/wiki/Q1231309", + "display_name": "Division algebra", + "level": 4, + "score": 0.0 + }, + { + "id": "https://openalex.org/C169171071", + "wikidata": "https://www.wikidata.org/wiki/Q5449241", + "display_name": "Filtered algebra", + "level": 3, + "score": 0.0 + }, + { + "id": "https://openalex.org/C202444582", + "wikidata": "https://www.wikidata.org/wiki/Q837863", + "display_name": "Pure mathematics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C62520636", + "wikidata": "https://www.wikidata.org/wiki/Q944", + "display_name": "Quantum mechanics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C158693339", + "wikidata": "https://www.wikidata.org/wiki/Q190524", + "display_name": "Eigenvalues and eigenvectors", + "level": 2, + "score": 0.0 + }, + { + "id": "https://openalex.org/C121332964", + "wikidata": "https://www.wikidata.org/wiki/Q413", + "display_name": "Physics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C9390403", + "wikidata": "https://www.wikidata.org/wiki/Q3966", + "display_name": "Computer hardware", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 3, + "locations": [ + { + "id": "doi:10.1109/tsp.2017.2690524", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/tsp.2017.2690524", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S168680287", + "display_name": "IEEE Transactions on Signal Processing", + "issn_l": "1053-587X", + "issn": [ + "1053-587X", + "1941-0476" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319808", + "host_organization_name": "Institute of Electrical and Electronics Engineers", + "host_organization_lineage": [ + "https://openalex.org/P4310319808" + ], + "host_organization_lineage_names": [ + "Institute of Electrical and Electronics Engineers" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IEEE Transactions on Signal Processing", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:arXiv.org:1607.01668", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1607.01668", + "pdf_url": "https://arxiv.org/pdf/1607.01668", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:lirias2repo.kuleuven.be:123456789/577591", + "is_oa": true, + "landing_page_url": "https://lirias.kuleuven.be/bitstream/123456789/577591/3/sidiropoulos2016tensor.pdf", + "pdf_url": "https://lirias.kuleuven.be/retrieve/eb8ab0fd-a4ff-419b-9ba1-24b97d90fb22", + "source": { + "id": "https://openalex.org/S4306401954", + "display_name": "Lirias (KU Leuven)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I99464096", + "host_organization_name": "KU Leuven", + "host_organization_lineage": [ + "https://openalex.org/I99464096" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "other-oa", + "license_id": "https://openalex.org/licenses/other-oa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "IEEE Transactions on Signal Processing, vol. 65 (13), (3551-3582)", + "raw_type": "info:eu-repo/semantics/publishedVersion" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1607.01668", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1607.01668", + "pdf_url": "https://arxiv.org/pdf/1607.01668", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + "sustainable_development_goals": [ + { + "display_name": "Industry, innovation and infrastructure", + "score": 0.4300000071525574, + "id": "https://metadata.un.org/sdg/9" + } + ], + "awards": [ + { + "id": "https://openalex.org/G1371775621", + "display_name": null, + "funder_award_id": "C16/15/059", + "funder_id": "https://openalex.org/F4320322308", + "funder_display_name": "KU Leuven" + }, + { + "id": "https://openalex.org/G1676009052", + "display_name": null, + "funder_award_id": "CoE EF/05/006", + "funder_id": "https://openalex.org/F4320322308", + "funder_display_name": "KU Leuven" + }, + { + "id": "https://openalex.org/G2832174611", + "display_name": null, + "funder_award_id": "IIS-1247632", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G4104599821", + "display_name": null, + "funder_award_id": "FP7/2007-2013", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G4967211227", + "display_name": "BIGDATA: Mid-Scale: DA: Collaborative Research: Big Tensor Mining: Theory, Scalable Algorithms and Applications", + "funder_award_id": "1247489", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G5519121898", + "display_name": "BIGDATA: Mid-Scale: DA: Collaborative Research: Big Tensor Mining: Theory, Scalable Algorithms and Applications", + "funder_award_id": "1247632", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G5946195615", + "display_name": null, + "funder_award_id": "IIS-1447788", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G6685711771", + "display_name": null, + "funder_award_id": "IIS-1247489", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G6734414162", + "display_name": null, + "funder_award_id": "IUAP P7", + "funder_id": "https://openalex.org/F4320321454", + "funder_display_name": "Belgian Federal Science Policy Office" + }, + { + "id": "https://openalex.org/G8796945004", + "display_name": null, + "funder_award_id": "FP7/2007-2013", + "funder_id": "https://openalex.org/F4320334960", + "funder_display_name": "Seventh Framework Programme" + }, + { + "id": "https://openalex.org/G8907058826", + "display_name": null, + "funder_award_id": "1447788", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320306076", + "display_name": "National Science Foundation", + "ror": "https://ror.org/021nxhr62" + }, + { + "id": "https://openalex.org/F4320321454", + "display_name": "Belgian Federal Science Policy Office", + "ror": "https://ror.org/01fapfv42" + }, + { + "id": "https://openalex.org/F4320322308", + "display_name": "KU Leuven", + "ror": "https://ror.org/05f950310" + }, + { + "id": "https://openalex.org/F4320334678", + "display_name": "European Research Council", + "ror": "https://ror.org/0472cxd90" + }, + { + "id": "https://openalex.org/F4320334960", + "display_name": "Seventh Framework Programme", + "ror": "https://ror.org/00k4n6c32" + } + ], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 174, + "referenced_works": [ + "https://openalex.org/W40848148", + "https://openalex.org/W49160414", + "https://openalex.org/W50417968", + "https://openalex.org/W94565353", + "https://openalex.org/W104065991", + "https://openalex.org/W111803032", + "https://openalex.org/W182499956", + "https://openalex.org/W227277429", + "https://openalex.org/W303777154", + "https://openalex.org/W343638764", + "https://openalex.org/W1500188831", + "https://openalex.org/W1511885491", + "https://openalex.org/W1525270046", + "https://openalex.org/W1539811621", + "https://openalex.org/W1562564874", + "https://openalex.org/W1590929617", + "https://openalex.org/W1632866817", + "https://openalex.org/W1682665945", + "https://openalex.org/W1755563775", + "https://openalex.org/W1850275953", + "https://openalex.org/W1852495720", + "https://openalex.org/W1870083876", + "https://openalex.org/W1964650132", + "https://openalex.org/W1965392255", + "https://openalex.org/W1966845080", + "https://openalex.org/W1967077133", + "https://openalex.org/W1969082792", + "https://openalex.org/W1970195563", + "https://openalex.org/W1973246170", + "https://openalex.org/W1974785908", + "https://openalex.org/W1978259121", + "https://openalex.org/W1980906180", + "https://openalex.org/W1982725637", + "https://openalex.org/W1989811026", + "https://openalex.org/W1993482030", + "https://openalex.org/W2000045479", + "https://openalex.org/W2000215628", + "https://openalex.org/W2008560788", + "https://openalex.org/W2008751154", + "https://openalex.org/W2008972618", + "https://openalex.org/W2009235538", + "https://openalex.org/W2009685860", + "https://openalex.org/W2010417247", + "https://openalex.org/W2011179711", + "https://openalex.org/W2013912476", + "https://openalex.org/W2014565165", + "https://openalex.org/W2014617517", + "https://openalex.org/W2017948584", + "https://openalex.org/W2018282388", + "https://openalex.org/W2019219605", + "https://openalex.org/W2024165284", + "https://openalex.org/W2024166170", + "https://openalex.org/W2027559251", + "https://openalex.org/W2030790903", + "https://openalex.org/W2033332370", + "https://openalex.org/W2033393326", + "https://openalex.org/W2038920431", + "https://openalex.org/W2042901969", + "https://openalex.org/W2043034352", + "https://openalex.org/W2044777402", + "https://openalex.org/W2044901395", + "https://openalex.org/W2047680880", + "https://openalex.org/W2049063033", + "https://openalex.org/W2049878767", + "https://openalex.org/W2050968963", + "https://openalex.org/W2057503509", + "https://openalex.org/W2058236771", + "https://openalex.org/W2066392792", + "https://openalex.org/W2068425868", + "https://openalex.org/W2070013413", + "https://openalex.org/W2070135644", + "https://openalex.org/W2072139290", + "https://openalex.org/W2072509929", + "https://openalex.org/W2076214866", + "https://openalex.org/W2076603483", + "https://openalex.org/W2078314058", + "https://openalex.org/W2078465266", + "https://openalex.org/W2079705627", + "https://openalex.org/W2081106919", + "https://openalex.org/W2081504597", + "https://openalex.org/W2084313768", + "https://openalex.org/W2086261631", + "https://openalex.org/W2090705694", + "https://openalex.org/W2098171862", + "https://openalex.org/W2101641981", + "https://openalex.org/W2102892751", + "https://openalex.org/W2102937240", + "https://openalex.org/W2103392911", + "https://openalex.org/W2103537693", + "https://openalex.org/W2105186495", + "https://openalex.org/W2105724942", + "https://openalex.org/W2106221905", + "https://openalex.org/W2108138101", + "https://openalex.org/W2110322013", + "https://openalex.org/W2111885075", + "https://openalex.org/W2112487361", + "https://openalex.org/W2113055885", + "https://openalex.org/W2118550318", + "https://openalex.org/W2119412403", + "https://openalex.org/W2119741678", + "https://openalex.org/W2120186527", + "https://openalex.org/W2121739212", + "https://openalex.org/W2128203095", + "https://openalex.org/W2129914124", + "https://openalex.org/W2130026668", + "https://openalex.org/W2130629120", + "https://openalex.org/W2131746221", + "https://openalex.org/W2132639093", + "https://openalex.org/W2136023375", + "https://openalex.org/W2136559714", + "https://openalex.org/W2138996475", + "https://openalex.org/W2140862024", + "https://openalex.org/W2141280932", + "https://openalex.org/W2142486198", + "https://openalex.org/W2142638745", + "https://openalex.org/W2144070955", + "https://openalex.org/W2148507357", + "https://openalex.org/W2150059498", + "https://openalex.org/W2150204240", + "https://openalex.org/W2150273584", + "https://openalex.org/W2151139595", + "https://openalex.org/W2152044198", + "https://openalex.org/W2157615762", + "https://openalex.org/W2158218920", + "https://openalex.org/W2158670239", + "https://openalex.org/W2164278908", + "https://openalex.org/W2167083368", + "https://openalex.org/W2167430018", + "https://openalex.org/W2170668800", + "https://openalex.org/W2172195418", + "https://openalex.org/W2181680249", + "https://openalex.org/W2191558661", + "https://openalex.org/W2195165862", + "https://openalex.org/W2237941226", + "https://openalex.org/W2258054274", + "https://openalex.org/W2264065105", + "https://openalex.org/W2282347063", + "https://openalex.org/W2294755503", + "https://openalex.org/W2295739661", + "https://openalex.org/W2296319761", + "https://openalex.org/W2298042388", + "https://openalex.org/W2322520062", + "https://openalex.org/W2328976642", + "https://openalex.org/W2396803706", + "https://openalex.org/W2404578340", + "https://openalex.org/W2490308495", + "https://openalex.org/W2528907418", + "https://openalex.org/W2592422147", + "https://openalex.org/W2595142274", + "https://openalex.org/W2614404377", + "https://openalex.org/W2949940479", + "https://openalex.org/W2964313686", + "https://openalex.org/W3011953977", + "https://openalex.org/W3098973674", + "https://openalex.org/W3104141160", + "https://openalex.org/W3104226882", + "https://openalex.org/W3118552534", + "https://openalex.org/W4236462140", + "https://openalex.org/W4242209908", + "https://openalex.org/W4244393449", + "https://openalex.org/W4250589301", + "https://openalex.org/W4251986282", + "https://openalex.org/W4285719527", + "https://openalex.org/W4292363360", + "https://openalex.org/W4295910354", + "https://openalex.org/W4301014524", + "https://openalex.org/W6603861661", + "https://openalex.org/W6636705969", + "https://openalex.org/W6676039487", + "https://openalex.org/W6676820125", + "https://openalex.org/W6681015807", + "https://openalex.org/W6681780477", + "https://openalex.org/W6687535707", + "https://openalex.org/W6787650870" + ], + "related_works": [ + "https://openalex.org/W2071105597", + "https://openalex.org/W2242909499", + "https://openalex.org/W2405717268", + "https://openalex.org/W2946637708", + "https://openalex.org/W4235893778", + "https://openalex.org/W2100779717", + "https://openalex.org/W2901391673", + "https://openalex.org/W4376274937", + "https://openalex.org/W3189506985", + "https://openalex.org/W3022422766" + ], + "abstract_inverted_index": { + "Tensors": [ + 0, + 33 + ], + "or": [ + 1, + 8 + ], + "multiway": [ + 2 + ], + "arrays": [ + 3 + ], + "are": [ + 4, + 23 + ], + "functions": [ + 5, + 24 + ], + "of": [ + 6, + 25, + 63, + 112, + 174, + 178 + ], + "three": [ + 7 + ], + "more": [ + 9 + ], + "indices": [ + 10, + 27 + ], + "(i,": [ + 11 + ], + "j,": [ + 12 + ], + "k,": [ + 13 + ], + ".": [ + 14, + 15, + 16 + ], + ")-similar": [ + 17 + ], + "to": [ + 18, + 76, + 107, + 130, + 184, + 196 + ], + "matrices": [ + 19 + ], + "(two-way": [ + 20 + ], + "arrays),": [ + 21 + ], + "which": [ + 22 + ], + "two": [ + 26 + ], + "(r,": [ + 28 + ], + "c)": [ + 29 + ], + "for": [ + 30, + 82 + ], + "(row,": [ + 31 + ], + "column).": [ + 32 + ], + "have": [ + 34, + 50 + ], + "a": [ + 35, + 41, + 78 + ], + "rich": [ + 36 + ], + "history,": [ + 37 + ], + "stretching": [ + 38 + ], + "over": [ + 39 + ], + "almost": [ + 40 + ], + "century,": [ + 42 + ], + "and": [ + 43, + 57, + 69, + 84, + 90, + 100, + 114, + 128, + 139, + 158, + 165, + 168, + 190, + 200, + 204 + ], + "touching": [ + 44 + ], + "upon": [ + 45 + ], + "numerous": [ + 46 + ], + "disciplines;": [ + 47 + ], + "but": [ + 48, + 148 + ], + "they": [ + 49 + ], + "only": [ + 51 + ], + "recently": [ + 52 + ], + "become": [ + 53 + ], + "ubiquitous": [ + 54 + ], + "in": [ + 55, + 87, + 125, + 143 + ], + "signal": [ + 56, + 64 + ], + "data": [ + 58, + 67 + ], + "analytics": [ + 59 + ], + "at": [ + 60 + ], + "the": [ + 61 + ], + "confluence": [ + 62 + ], + "processing,": [ + 65 + ], + "statistics,": [ + 66 + ], + "mining,": [ + 68 + ], + "machine": [ + 70 + ], + "learning.": [ + 71, + 207 + ], + "This": [ + 72 + ], + "overview": [ + 73 + ], + "article": [ + 74 + ], + "aims": [ + 75 + ], + "provide": [ + 77 + ], + "good": [ + 79, + 172 + ], + "starting": [ + 80 + ], + "point": [ + 81 + ], + "researchers": [ + 83 + ], + "practitioners": [ + 85 + ], + "interested": [ + 86 + ], + "learning": [ + 88 + ], + "about": [ + 89 + ], + "working": [ + 91 + ], + "with": [ + 92 + ], + "tensors.": [ + 93 + ], + "As": [ + 94 + ], + "such,": [ + 95 + ], + "it": [ + 96 + ], + "focuses": [ + 97 + ], + "on": [ + 98 + ], + "fundamentals": [ + 99 + ], + "motivation": [ + 101 + ], + "(using": [ + 102 + ], + "various": [ + 103 + ], + "application": [ + 104 + ], + "examples),": [ + 105 + ], + "aiming": [ + 106 + ], + "strike": [ + 108 + ], + "an": [ + 109 + ], + "appropriate": [ + 110 + ], + "balance": [ + 111 + ], + "breadth": [ + 113 + ], + "depth": [ + 115 + ], + "that": [ + 116 + ], + "will": [ + 117 + ], + "enable": [ + 118 + ], + "someone": [ + 119 + ], + "having": [ + 120 + ], + "taken": [ + 121 + ], + "first": [ + 122 + ], + "graduate": [ + 123 + ], + "courses": [ + 124 + ], + "matrix": [ + 126 + ], + "algebra": [ + 127 + ], + "probability": [ + 129 + ], + "get": [ + 131 + ], + "started": [ + 132 + ], + "doing": [ + 133 + ], + "research": [ + 134 + ], + "and/or": [ + 135 + ], + "developing": [ + 136 + ], + "tensor": [ + 137, + 156, + 162 + ], + "algorithms": [ + 138, + 179 + ], + "software.": [ + 140 + ], + "Some": [ + 141 + ], + "background": [ + 142 + ], + "applied": [ + 144 + ], + "optimization": [ + 145, + 183 + ], + "is": [ + 146 + ], + "useful": [ + 147 + ], + "not": [ + 149 + ], + "strictly": [ + 150 + ], + "required.": [ + 151 + ], + "The": [ + 152 + ], + "material": [ + 153 + ], + "covered": [ + 154 + ], + "includes": [ + 155 + ], + "rank": [ + 157, + 159 + ], + "decomposition;": [ + 160 + ], + "basic": [ + 161 + ], + "factorization": [ + 163 + ], + "models": [ + 164 + ], + "their": [ + 166 + ], + "relationships": [ + 167 + ], + "properties": [ + 169 + ], + "(including": [ + 170 + ], + "fairly": [ + 171 + ], + "coverage": [ + 173, + 177 + ], + "identifiability);": [ + 175 + ], + "broad": [ + 176 + ], + "ranging": [ + 180, + 192 + ], + "from": [ + 181, + 193 + ], + "alternating": [ + 182 + ], + "stochastic": [ + 185 + ], + "gradient;": [ + 186 + ], + "statistical": [ + 187 + ], + "performance": [ + 188 + ], + "analysis;": [ + 189 + ], + "applications": [ + 191 + ], + "source": [ + 194 + ], + "separation": [ + 195 + ], + "collaborative": [ + 197 + ], + "filtering,": [ + 198 + ], + "mixture": [ + 199 + ], + "topic": [ + 201 + ], + "modeling,": [ + 202 + ], + "classification,": [ + 203 + ], + "multilinear": [ + 205 + ], + "subspace": [ + 206 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 50 + }, + { + "year": 2025, + "cited_by_count": 180 + }, + { + "year": 2024, + "cited_by_count": 149 + }, + { + "year": 2023, + "cited_by_count": 151 + }, + { + "year": 2022, + "cited_by_count": 216 + }, + { + "year": 2021, + "cited_by_count": 245 + }, + { + "year": 2020, + "cited_by_count": 223 + }, + { + "year": 2019, + "cited_by_count": 200 + }, + { + "year": 2018, + "cited_by_count": 129 + }, + { + "year": 2017, + "cited_by_count": 43 + }, + { + "year": 2016, + "cited_by_count": 6 + } + ], + "updated_date": "2026-05-21T09:19:25.381259", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2588978745", + "doi": "https://doi.org/10.1148/rg.2017160130", + "title": "Machine Learning for Medical Imaging", + "display_name": "Machine Learning for Medical Imaging", + "relevance_score": 2574.7307, + "publication_year": 2017, + "publication_date": "2017-02-17", + "ids": { + "openalex": "https://openalex.org/W2588978745", + "doi": "https://doi.org/10.1148/rg.2017160130", + "mag": "2588978745", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/28212054" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1148/rg.2017160130", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1148/rg.2017160130", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S26381749", + "display_name": "Radiographics", + "issn_l": "0271-5333", + "issn": [ + "0271-5333", + "1527-1323" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315931", + "host_organization_name": "Radiological Society of North America", + "host_organization_lineage": [ + "https://openalex.org/P4310315931" + ], + "host_organization_lineage_names": [ + "Radiological Society of North America" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "RadioGraphics", + "raw_type": "journal-article" + }, + "type": "review", + "indexed_in": [ + "crossref", + "pubmed" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5008832314", + "display_name": "Bradley J. Erickson", + "orcid": "https://orcid.org/0000-0001-7926-6095" + }, + "institutions": [ + { + "id": "https://openalex.org/I1330342723", + "display_name": "Mayo Clinic", + "ror": "https://ror.org/02qp3tb03", + "country_code": "US", + "type": "funder", + "lineage": [ + "https://openalex.org/I1330342723" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Bradley J. Erickson", + "raw_affiliation_strings": [ + "From the Department of Radiology, Mayo Clinic, 200 First St SW, Rochester, MN 55905" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "From the Department of Radiology, Mayo Clinic, 200 First St SW, Rochester, MN 55905", + "institution_ids": [ + "https://openalex.org/I1330342723" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5053303391", + "display_name": "Panagiotis Korfiatis", + "orcid": "https://orcid.org/0000-0003-2516-1751" + }, + "institutions": [ + { + "id": "https://openalex.org/I1330342723", + "display_name": "Mayo Clinic", + "ror": "https://ror.org/02qp3tb03", + "country_code": "US", + "type": "funder", + "lineage": [ + "https://openalex.org/I1330342723" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Panagiotis Korfiatis", + "raw_affiliation_strings": [ + "From the Department of Radiology, Mayo Clinic, 200 First St SW, Rochester, MN 55905" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "From the Department of Radiology, Mayo Clinic, 200 First St SW, Rochester, MN 55905", + "institution_ids": [ + "https://openalex.org/I1330342723" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5052077725", + "display_name": "Zeynettin Akkus", + "orcid": "https://orcid.org/0000-0003-3920-1515" + }, + "institutions": [ + { + "id": "https://openalex.org/I1330342723", + "display_name": "Mayo Clinic", + "ror": "https://ror.org/02qp3tb03", + "country_code": "US", + "type": "funder", + "lineage": [ + "https://openalex.org/I1330342723" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Zeynettin Akkus", + "raw_affiliation_strings": [ + "From the Department of Radiology, Mayo Clinic, 200 First St SW, Rochester, MN 55905" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "From the Department of Radiology, Mayo Clinic, 200 First St SW, Rochester, MN 55905", + "institution_ids": [ + "https://openalex.org/I1330342723" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5016336723", + "display_name": "Timothy L. Kline", + "orcid": "https://orcid.org/0000-0002-7917-9853" + }, + "institutions": [ + { + "id": "https://openalex.org/I1330342723", + "display_name": "Mayo Clinic", + "ror": "https://ror.org/02qp3tb03", + "country_code": "US", + "type": "funder", + "lineage": [ + "https://openalex.org/I1330342723" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Timothy L. Kline", + "raw_affiliation_strings": [ + "From the Department of Radiology, Mayo Clinic, 200 First St SW, Rochester, MN 55905" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "From the Department of Radiology, Mayo Clinic, 200 First St SW, Rochester, MN 55905", + "institution_ids": [ + "https://openalex.org/I1330342723" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 4, + "corresponding_author_ids": [ + "https://openalex.org/A5008832314" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I1330342723" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 85.739, + "has_fulltext": false, + "cited_by_count": 1621, + "citation_normalized_percentile": { + "value": 0.99931345, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "37", + "issue": "2", + "first_page": "505", + "last_page": "515" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10862", + "display_name": "AI in cancer detection", + "score": 0.9991999864578247, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10862", + "display_name": "AI in cancer detection", + "score": 0.9991999864578247, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12422", + "display_name": "Radiomics and Machine Learning in Medical Imaging", + "score": 0.9991000294685364, + "subfield": { + "id": "https://openalex.org/subfields/2741", + "display_name": "Radiology, Nuclear Medicine and Imaging" + }, + "field": { + "id": "https://openalex.org/fields/27", + "display_name": "Medicine" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + }, + { + "id": "https://openalex.org/T11775", + "display_name": "COVID-19 diagnosis using AI", + "score": 0.994700014591217, + "subfield": { + "id": "https://openalex.org/subfields/2741", + "display_name": "Radiology, Nuclear Medicine and Imaging" + }, + "field": { + "id": "https://openalex.org/fields/27", + "display_name": "Medicine" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.7838993072509766 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.7787308096885681 + }, + { + "id": "https://openalex.org/keywords/medical-diagnosis", + "display_name": "Medical diagnosis", + "score": 0.6961835026741028 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.5870267152786255 + }, + { + "id": "https://openalex.org/keywords/medical-imaging", + "display_name": "Medical imaging", + "score": 0.5376978516578674 + }, + { + "id": "https://openalex.org/keywords/rendering", + "display_name": "Rendering (computer graphics)", + "score": 0.5225207805633545 + }, + { + "id": "https://openalex.org/keywords/feature", + "display_name": "Feature (linguistics)", + "score": 0.4827798902988434 + }, + { + "id": "https://openalex.org/keywords/process", + "display_name": "Process (computing)", + "score": 0.46324601769447327 + }, + { + "id": "https://openalex.org/keywords/identification", + "display_name": "Identification (biology)", + "score": 0.4527209401130676 + }, + { + "id": "https://openalex.org/keywords/deep-learning", + "display_name": "Deep learning", + "score": 0.4446392059326172 + }, + { + "id": "https://openalex.org/keywords/metric", + "display_name": "Metric (unit)", + "score": 0.4362000823020935 + }, + { + "id": "https://openalex.org/keywords/medicine", + "display_name": "Medicine", + "score": 0.2772611975669861 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.7838993072509766 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.7787308096885681 + }, + { + "id": "https://openalex.org/C534262118", + "wikidata": "https://www.wikidata.org/wiki/Q177719", + "display_name": "Medical diagnosis", + "level": 2, + "score": 0.6961835026741028 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.5870267152786255 + }, + { + "id": "https://openalex.org/C31601959", + "wikidata": "https://www.wikidata.org/wiki/Q931309", + "display_name": "Medical imaging", + "level": 2, + "score": 0.5376978516578674 + }, + { + "id": "https://openalex.org/C205711294", + "wikidata": "https://www.wikidata.org/wiki/Q176953", + "display_name": "Rendering (computer graphics)", + "level": 2, + "score": 0.5225207805633545 + }, + { + "id": "https://openalex.org/C2776401178", + "wikidata": "https://www.wikidata.org/wiki/Q12050496", + "display_name": "Feature (linguistics)", + "level": 2, + "score": 0.4827798902988434 + }, + { + "id": "https://openalex.org/C98045186", + "wikidata": "https://www.wikidata.org/wiki/Q205663", + "display_name": "Process (computing)", + "level": 2, + "score": 0.46324601769447327 + }, + { + "id": "https://openalex.org/C116834253", + "wikidata": "https://www.wikidata.org/wiki/Q2039217", + "display_name": "Identification (biology)", + "level": 2, + "score": 0.4527209401130676 + }, + { + "id": "https://openalex.org/C108583219", + "wikidata": "https://www.wikidata.org/wiki/Q197536", + "display_name": "Deep learning", + "level": 2, + "score": 0.4446392059326172 + }, + { + "id": "https://openalex.org/C176217482", + "wikidata": "https://www.wikidata.org/wiki/Q860554", + "display_name": "Metric (unit)", + "level": 2, + "score": 0.4362000823020935 + }, + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.2772611975669861 + }, + { + "id": "https://openalex.org/C142724271", + "wikidata": "https://www.wikidata.org/wiki/Q7208", + "display_name": "Pathology", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C41895202", + "wikidata": "https://www.wikidata.org/wiki/Q8162", + "display_name": "Linguistics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C138885662", + "wikidata": "https://www.wikidata.org/wiki/Q5891", + "display_name": "Philosophy", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C59822182", + "wikidata": "https://www.wikidata.org/wiki/Q441", + "display_name": "Botany", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C162324750", + "wikidata": "https://www.wikidata.org/wiki/Q8134", + "display_name": "Economics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C86803240", + "wikidata": "https://www.wikidata.org/wiki/Q420", + "display_name": "Biology", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C21547014", + "wikidata": "https://www.wikidata.org/wiki/Q1423657", + "display_name": "Operations management", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C111919701", + "wikidata": "https://www.wikidata.org/wiki/Q9135", + "display_name": "Operating system", + "level": 1, + "score": 0.0 + } + ], + "mesh": [ + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D003952", + "descriptor_name": "Diagnostic Imaging", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D003952", + "descriptor_name": "Diagnostic Imaging", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D003952", + "descriptor_name": "Diagnostic Imaging", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D007090", + "descriptor_name": "Image Interpretation, Computer-Assisted", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D007090", + "descriptor_name": "Image Interpretation, Computer-Assisted", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D007090", + "descriptor_name": "Image Interpretation, Computer-Assisted", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + } + ], + "locations_count": 3, + "locations": [ + { + "id": "doi:10.1148/rg.2017160130", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1148/rg.2017160130", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S26381749", + "display_name": "Radiographics", + "issn_l": "0271-5333", + "issn": [ + "0271-5333", + "1527-1323" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310315931", + "host_organization_name": "Radiological Society of North America", + "host_organization_lineage": [ + "https://openalex.org/P4310315931" + ], + "host_organization_lineage_names": [ + "Radiological Society of North America" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "RadioGraphics", + "raw_type": "journal-article" + }, + { + "id": "pmid:28212054", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/28212054", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Radiographics : a review publication of the Radiological Society of North America, Inc", + "raw_type": null + }, + { + "id": "pmh:oai:europepmc.org:4343850", + "is_oa": false, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/5375621", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400806", + "display_name": "Europe PMC (PubMed Central)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1303153112", + "host_organization_name": "European Bioinformatics Institute", + "host_organization_lineage": [ + "https://openalex.org/I1303153112" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "Text" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [ + { + "display_name": "Quality Education", + "score": 0.49000000953674316, + "id": "https://metadata.un.org/sdg/4" + } + ], + "awards": [ + { + "id": "https://openalex.org/G392204494", + "display_name": null, + "funder_award_id": "DK90728", + "funder_id": "https://openalex.org/F4320337351", + "funder_display_name": "National Cancer Institute" + }, + { + "id": "https://openalex.org/G7637728122", + "display_name": null, + "funder_award_id": "206g16a", + "funder_id": "https://openalex.org/F4320306478", + "funder_display_name": "PKD Foundation" + }, + { + "id": "https://openalex.org/G7783623847", + "display_name": null, + "funder_award_id": "CA160045", + "funder_id": "https://openalex.org/F4320337351", + "funder_display_name": "National Cancer Institute" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320306478", + "display_name": "PKD Foundation", + "ror": "https://ror.org/05g0xkn45" + }, + { + "id": "https://openalex.org/F4320337351", + "display_name": "National Cancer Institute", + "ror": "https://ror.org/040gcmg81" + } + ], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 59, + "referenced_works": [ + "https://openalex.org/W56743589", + "https://openalex.org/W1481460540", + "https://openalex.org/W1485026097", + "https://openalex.org/W1539741229", + "https://openalex.org/W1563088657", + "https://openalex.org/W1597405158", + "https://openalex.org/W1632778076", + "https://openalex.org/W1945544474", + "https://openalex.org/W1971022913", + "https://openalex.org/W1972070393", + "https://openalex.org/W1977513632", + "https://openalex.org/W1981552604", + "https://openalex.org/W1984992673", + "https://openalex.org/W1990368529", + "https://openalex.org/W1995450389", + "https://openalex.org/W1998871699", + "https://openalex.org/W2014711341", + "https://openalex.org/W2028053538", + "https://openalex.org/W2032026767", + "https://openalex.org/W2050997943", + "https://openalex.org/W2052604140", + "https://openalex.org/W2062227835", + "https://openalex.org/W2067191022", + "https://openalex.org/W2080915836", + "https://openalex.org/W2083780116", + "https://openalex.org/W2095705004", + "https://openalex.org/W2096798358", + "https://openalex.org/W2097117768", + "https://openalex.org/W2100736366", + "https://openalex.org/W2103868202", + "https://openalex.org/W2112525988", + "https://openalex.org/W2112796928", + "https://openalex.org/W2117539524", + "https://openalex.org/W2119387367", + "https://openalex.org/W2120111102", + "https://openalex.org/W2122111042", + "https://openalex.org/W2123498585", + "https://openalex.org/W2130623086", + "https://openalex.org/W2137983211", + "https://openalex.org/W2142730785", + "https://openalex.org/W2144412017", + "https://openalex.org/W2145343783", + "https://openalex.org/W2165428595", + "https://openalex.org/W2168217710", + "https://openalex.org/W2248644291", + "https://openalex.org/W2271840356", + "https://openalex.org/W2573231840", + "https://openalex.org/W2604272474", + "https://openalex.org/W2911964244", + "https://openalex.org/W3017143921", + "https://openalex.org/W3022861191", + "https://openalex.org/W3104887532", + "https://openalex.org/W4212883601", + "https://openalex.org/W4234556776", + "https://openalex.org/W4236137412", + "https://openalex.org/W4246484440", + "https://openalex.org/W4299689471", + "https://openalex.org/W6636708973", + "https://openalex.org/W6674914833" + ], + "related_works": [ + "https://openalex.org/W4249377076", + "https://openalex.org/W4210389441", + "https://openalex.org/W4375867731", + "https://openalex.org/W2395241803", + "https://openalex.org/W2003211637", + "https://openalex.org/W2021488205", + "https://openalex.org/W3024479225", + "https://openalex.org/W3171371563", + "https://openalex.org/W2995680918", + "https://openalex.org/W3003847115" + ], + "abstract_inverted_index": { + "RSNA,": [ + 0 + ], + "2017.": [ + 1 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 49 + }, + { + "year": 2025, + "cited_by_count": 189 + }, + { + "year": 2024, + "cited_by_count": 209 + }, + { + "year": 2023, + "cited_by_count": 278 + }, + { + "year": 2022, + "cited_by_count": 212 + }, + { + "year": 2021, + "cited_by_count": 266 + }, + { + "year": 2020, + "cited_by_count": 186 + }, + { + "year": 2019, + "cited_by_count": 140 + }, + { + "year": 2018, + "cited_by_count": 63 + }, + { + "year": 2017, + "cited_by_count": 23 + }, + { + "year": 2015, + "cited_by_count": 2 + }, + { + "year": 2014, + "cited_by_count": 1 + }, + { + "year": 2012, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-28T09:10:13.091523", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W1985987493", + "doi": "https://doi.org/10.1109/sp.2010.25", + "title": "Outside the Closed World: On Using Machine Learning for Network Intrusion Detection", + "display_name": "Outside the Closed World: On Using Machine Learning for Network Intrusion Detection", + "relevance_score": 2572.3384, + "publication_year": 2010, + "publication_date": "2010-01-01", + "ids": { + "openalex": "https://openalex.org/W1985987493", + "doi": "https://doi.org/10.1109/sp.2010.25", + "mag": "1985987493" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1109/sp.2010.25", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/sp.2010.25", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "2010 IEEE Symposium on Security and Privacy", + "raw_type": "proceedings-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5015612893", + "display_name": "Robin Sommer", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1297971548", + "display_name": "International Computer Science Institute", + "ror": "https://ror.org/01ewh7m12", + "country_code": "US", + "type": "nonprofit", + "lineage": [ + "https://openalex.org/I1297971548" + ] + }, + { + "id": "https://openalex.org/I148283060", + "display_name": "Lawrence Berkeley National Laboratory", + "ror": "https://ror.org/02jbv0t02", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I1330989302", + "https://openalex.org/I148283060", + "https://openalex.org/I39565521" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Robin Sommer", + "raw_affiliation_strings": [ + "Lawrence Berkeley National Laboratory, International Computer Science Institute, USA", + "Int. Comput. Sci. Inst., Lawrence Berkeley Nat. Lab., Berkeley, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Lawrence Berkeley National Laboratory, International Computer Science Institute, USA", + "institution_ids": [ + "https://openalex.org/I1297971548", + "https://openalex.org/I148283060" + ] + }, + { + "raw_affiliation_string": "Int. Comput. Sci. Inst., Lawrence Berkeley Nat. Lab., Berkeley, CA, USA", + "institution_ids": [ + "https://openalex.org/I148283060" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5002219113", + "display_name": "Vern Paxson", + "orcid": "https://orcid.org/0009-0005-2673-543X" + }, + "institutions": [ + { + "id": "https://openalex.org/I1297971548", + "display_name": "International Computer Science Institute", + "ror": "https://ror.org/01ewh7m12", + "country_code": "US", + "type": "nonprofit", + "lineage": [ + "https://openalex.org/I1297971548" + ] + }, + { + "id": "https://openalex.org/I95457486", + "display_name": "University of California, Berkeley", + "ror": "https://ror.org/01an7q238", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I95457486" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Vern Paxson", + "raw_affiliation_strings": [ + "International Computer Science Institute, University of California, Berkeley, USA", + "Int. Comput. Sci. Inst., Univ. of California, Berkeley, CA, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "International Computer Science Institute, University of California, Berkeley, USA", + "institution_ids": [ + "https://openalex.org/I1297971548", + "https://openalex.org/I95457486" + ] + }, + { + "raw_affiliation_string": "Int. Comput. Sci. Inst., Univ. of California, Berkeley, CA, USA", + "institution_ids": [ + "https://openalex.org/I95457486" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5015612893" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I1297971548", + "https://openalex.org/I148283060" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 53.672, + "has_fulltext": false, + "cited_by_count": 1825, + "citation_normalized_percentile": { + "value": 0.99950792, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": "305", + "last_page": "316" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10400", + "display_name": "Network Security and Intrusion Detection", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/1705", + "display_name": "Computer Networks and Communications" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10400", + "display_name": "Network Security and Intrusion Detection", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/1705", + "display_name": "Computer Networks and Communications" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11598", + "display_name": "Internet Traffic Analysis and Secure E-voting", + "score": 0.9998000264167786, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11512", + "display_name": "Anomaly Detection Techniques and Applications", + "score": 0.9995999932289124, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/intrusion-detection-system", + "display_name": "Intrusion detection system", + "score": 0.8441348075866699 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7383659482002258 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6644471883773804 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6305571794509888 + }, + { + "id": "https://openalex.org/keywords/anomaly-detection", + "display_name": "Anomaly detection", + "score": 0.6277502179145813 + }, + { + "id": "https://openalex.org/keywords/anomaly-based-intrusion-detection-system", + "display_name": "Anomaly-based intrusion detection system", + "score": 0.5756117701530457 + }, + { + "id": "https://openalex.org/keywords/task", + "display_name": "Task (project management)", + "score": 0.4769274592399597 + }, + { + "id": "https://openalex.org/keywords/intrusion", + "display_name": "Intrusion", + "score": 0.4673961102962494 + }, + { + "id": "https://openalex.org/keywords/set", + "display_name": "Set (abstract data type)", + "score": 0.4657863676548004 + }, + { + "id": "https://openalex.org/keywords/intrusion-prevention-system", + "display_name": "Intrusion prevention system", + "score": 0.45944297313690186 + }, + { + "id": "https://openalex.org/keywords/learning-network", + "display_name": "Learning network", + "score": 0.4306923449039459 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.339436411857605 + }, + { + "id": "https://openalex.org/keywords/engineering", + "display_name": "Engineering", + "score": 0.18274590373039246 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C35525427", + "wikidata": "https://www.wikidata.org/wiki/Q745881", + "display_name": "Intrusion detection system", + "level": 2, + "score": 0.8441348075866699 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7383659482002258 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6644471883773804 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6305571794509888 + }, + { + "id": "https://openalex.org/C739882", + "wikidata": "https://www.wikidata.org/wiki/Q3560506", + "display_name": "Anomaly detection", + "level": 2, + "score": 0.6277502179145813 + }, + { + "id": "https://openalex.org/C137524506", + "wikidata": "https://www.wikidata.org/wiki/Q2247688", + "display_name": "Anomaly-based intrusion detection system", + "level": 3, + "score": 0.5756117701530457 + }, + { + "id": "https://openalex.org/C2780451532", + "wikidata": "https://www.wikidata.org/wiki/Q759676", + "display_name": "Task (project management)", + "level": 2, + "score": 0.4769274592399597 + }, + { + "id": "https://openalex.org/C158251709", + "wikidata": "https://www.wikidata.org/wiki/Q354025", + "display_name": "Intrusion", + "level": 2, + "score": 0.4673961102962494 + }, + { + "id": "https://openalex.org/C177264268", + "wikidata": "https://www.wikidata.org/wiki/Q1514741", + "display_name": "Set (abstract data type)", + "level": 2, + "score": 0.4657863676548004 + }, + { + "id": "https://openalex.org/C27061796", + "wikidata": "https://www.wikidata.org/wiki/Q745881", + "display_name": "Intrusion prevention system", + "level": 3, + "score": 0.45944297313690186 + }, + { + "id": "https://openalex.org/C2987015589", + "wikidata": "https://www.wikidata.org/wiki/Q1040098", + "display_name": "Learning network", + "level": 2, + "score": 0.4306923449039459 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.339436411857605 + }, + { + "id": "https://openalex.org/C127413603", + "wikidata": "https://www.wikidata.org/wiki/Q11023", + "display_name": "Engineering", + "level": 0, + "score": 0.18274590373039246 + }, + { + "id": "https://openalex.org/C127313418", + "wikidata": "https://www.wikidata.org/wiki/Q1069", + "display_name": "Geology", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C17409809", + "wikidata": "https://www.wikidata.org/wiki/Q161764", + "display_name": "Geochemistry", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C201995342", + "wikidata": "https://www.wikidata.org/wiki/Q682496", + "display_name": "Systems engineering", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "doi:10.1109/sp.2010.25", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/sp.2010.25", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "2010 IEEE Symposium on Security and Privacy", + "raw_type": "proceedings-article" + }, + { + "id": "pmh:oai:CiteSeerX.psu:10.1.1.212.1482", + "is_oa": false, + "landing_page_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.212.1482", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "http://www.icir.org/robin/papers/oakland10-ml.pdf", + "raw_type": "text" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 73, + "referenced_works": [ + "https://openalex.org/W6091113", + "https://openalex.org/W105475431", + "https://openalex.org/W191098608", + "https://openalex.org/W1490025813", + "https://openalex.org/W1490760466", + "https://openalex.org/W1510508184", + "https://openalex.org/W1512586648", + "https://openalex.org/W1516506771", + "https://openalex.org/W1545904932", + "https://openalex.org/W1570448133", + "https://openalex.org/W1573594453", + "https://openalex.org/W1582482241", + "https://openalex.org/W1590936031", + "https://openalex.org/W1591480890", + "https://openalex.org/W1602011302", + "https://openalex.org/W1805704774", + "https://openalex.org/W1986697120", + "https://openalex.org/W1988918299", + "https://openalex.org/W1989121667", + "https://openalex.org/W1999427165", + "https://openalex.org/W2001642682", + "https://openalex.org/W2021795960", + "https://openalex.org/W2032247543", + "https://openalex.org/W2048465382", + "https://openalex.org/W2058737869", + "https://openalex.org/W2069734023", + "https://openalex.org/W2087922528", + "https://openalex.org/W2096431803", + "https://openalex.org/W2096847629", + "https://openalex.org/W2102101901", + "https://openalex.org/W2102399005", + "https://openalex.org/W2103018059", + "https://openalex.org/W2103042216", + "https://openalex.org/W2103378897", + "https://openalex.org/W2108638430", + "https://openalex.org/W2117646649", + "https://openalex.org/W2119168550", + "https://openalex.org/W2122646361", + "https://openalex.org/W2125735062", + "https://openalex.org/W2130087897", + "https://openalex.org/W2130523241", + "https://openalex.org/W2135930857", + "https://openalex.org/W2147215426", + "https://openalex.org/W2149544709", + "https://openalex.org/W2150847526", + "https://openalex.org/W2151298633", + "https://openalex.org/W2155409100", + "https://openalex.org/W2156916299", + "https://openalex.org/W2159094788", + "https://openalex.org/W2168761028", + "https://openalex.org/W2171873915", + "https://openalex.org/W2275675895", + "https://openalex.org/W2341535507", + "https://openalex.org/W2404193357", + "https://openalex.org/W2966207845", + "https://openalex.org/W3005635621", + "https://openalex.org/W3208688400", + "https://openalex.org/W3216912485", + "https://openalex.org/W4230513520", + "https://openalex.org/W4230946174", + "https://openalex.org/W4253289766", + "https://openalex.org/W6604348779", + "https://openalex.org/W6607784307", + "https://openalex.org/W6630637722", + "https://openalex.org/W6630758996", + "https://openalex.org/W6635150131", + "https://openalex.org/W6638227319", + "https://openalex.org/W6650820226", + "https://openalex.org/W6674805939", + "https://openalex.org/W6679027663", + "https://openalex.org/W6680267248", + "https://openalex.org/W6694748896", + "https://openalex.org/W6713347195" + ], + "related_works": [ + "https://openalex.org/W2357468538", + "https://openalex.org/W2362800560", + "https://openalex.org/W4300599821", + "https://openalex.org/W2355007334", + "https://openalex.org/W1496376327", + "https://openalex.org/W2133389611", + "https://openalex.org/W2383127772", + "https://openalex.org/W2348767155", + "https://openalex.org/W2374614522", + "https://openalex.org/W1937493481" + ], + "abstract_inverted_index": { + "In": [ + 0 + ], + "network": [ + 1, + 78, + 133 + ], + "intrusion": [ + 2, + 59, + 79, + 116, + 134 + ], + "detection": [ + 3, + 60, + 80, + 117 + ], + "research,": [ + 4 + ], + "one": [ + 5, + 43 + ], + "popular": [ + 6 + ], + "strategy": [ + 7 + ], + "for": [ + 8, + 16, + 114 + ], + "finding": [ + 9, + 101 + ], + "attacks": [ + 10, + 102 + ], + "is": [ + 11, + 64, + 96, + 103 + ], + "monitoring": [ + 12 + ], + "a": [ + 13, + 45, + 138 + ], + "network's": [ + 14 + ], + "activity": [ + 15 + ], + "anomalies:": [ + 17 + ], + "deviations": [ + 18 + ], + "from": [ + 19, + 25, + 33, + 106 + ], + "profiles": [ + 20 + ], + "of": [ + 21, + 50, + 53, + 100, + 140 + ], + "normality": [ + 22 + ], + "previously": [ + 23 + ], + "learned": [ + 24 + ], + "benign": [ + 26 + ], + "traffic,": [ + 27 + ], + "typically": [ + 28 + ], + "identified": [ + 29 + ], + "using": [ + 30 + ], + "tools": [ + 31 + ], + "borrowed": [ + 32 + ], + "the": [ + 34, + 74, + 77, + 98, + 115 + ], + "machine": [ + 35, + 62, + 86, + 121 + ], + "learning": [ + 36, + 63, + 87, + 122 + ], + "community.": [ + 37 + ], + "However,": [ + 38 + ], + "despite": [ + 39 + ], + "extensive": [ + 40 + ], + "academic": [ + 41 + ], + "research": [ + 42, + 146 + ], + "finds": [ + 44, + 89 + ], + "striking": [ + 46 + ], + "gap": [ + 47 + ], + "in": [ + 48, + 67 + ], + "terms": [ + 49 + ], + "actual": [ + 51 + ], + "deployments": [ + 52 + ], + "such": [ + 54 + ], + "systems:": [ + 55 + ], + "compared": [ + 56 + ], + "with": [ + 57 + ], + "other": [ + 58, + 83, + 108 + ], + "approaches,": [ + 61 + ], + "rarely": [ + 65 + ], + "employed": [ + 66 + ], + "operational": [ + 68 + ], + "\"real": [ + 69 + ], + "world\"": [ + 70 + ], + "settings.": [ + 71 + ], + "We": [ + 72, + 124 + ], + "examine": [ + 73 + ], + "differences": [ + 75 + ], + "between": [ + 76 + ], + "problem": [ + 81 + ], + "and": [ + 82, + 136 + ], + "areas": [ + 84 + ], + "where": [ + 85 + ], + "regularly": [ + 88 + ], + "much": [ + 90 + ], + "more": [ + 91 + ], + "success.": [ + 92 + ], + "Our": [ + 93 + ], + "main": [ + 94 + ], + "claim": [ + 95, + 127 + ], + "that": [ + 97 + ], + "task": [ + 99 + ], + "fundamentally": [ + 104 + ], + "different": [ + 105 + ], + "these": [ + 107 + ], + "applications,": [ + 109 + ], + "making": [ + 110 + ], + "it": [ + 111 + ], + "significantly": [ + 112 + ], + "harder": [ + 113 + ], + "community": [ + 118 + ], + "to": [ + 119, + 132, + 143 + ], + "employ": [ + 120 + ], + "effectively.": [ + 123 + ], + "support": [ + 125 + ], + "this": [ + 126 + ], + "by": [ + 128 + ], + "identifying": [ + 129 + ], + "challenges": [ + 130 + ], + "particular": [ + 131 + ], + "detection,": [ + 135 + ], + "provide": [ + 137 + ], + "set": [ + 139 + ], + "guidelines": [ + 141 + ], + "meant": [ + 142 + ], + "strengthen": [ + 144 + ], + "future": [ + 145 + ], + "on": [ + 147 + ], + "anomaly": [ + 148 + ], + "detection.": [ + 149 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 90 + }, + { + "year": 2025, + "cited_by_count": 271 + }, + { + "year": 2024, + "cited_by_count": 159 + }, + { + "year": 2023, + "cited_by_count": 98 + }, + { + "year": 2022, + "cited_by_count": 109 + }, + { + "year": 2021, + "cited_by_count": 127 + }, + { + "year": 2020, + "cited_by_count": 162 + }, + { + "year": 2019, + "cited_by_count": 195 + }, + { + "year": 2018, + "cited_by_count": 136 + }, + { + "year": 2017, + "cited_by_count": 113 + }, + { + "year": 2016, + "cited_by_count": 98 + }, + { + "year": 2015, + "cited_by_count": 65 + }, + { + "year": 2014, + "cited_by_count": 58 + }, + { + "year": 2013, + "cited_by_count": 60 + }, + { + "year": 2012, + "cited_by_count": 43 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2963784900", + "doi": "https://doi.org/10.1038/s41524-017-0056-5", + "title": "Machine learning in materials informatics: recent applications and prospects", + "display_name": "Machine learning in materials informatics: recent applications and prospects", + "relevance_score": 2570.0874, + "publication_year": 2017, + "publication_date": "2017-12-07", + "ids": { + "openalex": "https://openalex.org/W2963784900", + "doi": "https://doi.org/10.1038/s41524-017-0056-5", + "mag": "2963784900" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1038/s41524-017-0056-5", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1038/s41524-017-0056-5", + "pdf_url": "https://www.nature.com/articles/s41524-017-0056-5.pdf", + "source": { + "id": "https://openalex.org/S4210232664", + "display_name": "npj Computational Materials", + "issn_l": "2057-3960", + "issn": [ + "2057-3960" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310319908", + "host_organization_name": "Nature Portfolio", + "host_organization_lineage": [ + "https://openalex.org/P4310319908", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "Nature Portfolio", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "npj Computational Materials", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref", + "doaj" + ], + "open_access": { + "is_oa": true, + "oa_status": "gold", + "oa_url": "https://www.nature.com/articles/s41524-017-0056-5.pdf", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5031952600", + "display_name": "Rampi Ramprasad", + "orcid": "https://orcid.org/0000-0003-4630-1565" + }, + "institutions": [ + { + "id": "https://openalex.org/I140172145", + "display_name": "University of Connecticut", + "ror": "https://ror.org/02der9h97", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I140172145" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Rampi Ramprasad", + "raw_affiliation_strings": [ + "Department of Materials Science & Engineering and Institute of Materials Science, University of Connecticut, 97 North Eagleville Rd., Unit 3136, Storrs, CT, 06269-3136, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Materials Science & Engineering and Institute of Materials Science, University of Connecticut, 97 North Eagleville Rd., Unit 3136, Storrs, CT, 06269-3136, USA", + "institution_ids": [ + "https://openalex.org/I140172145" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5003850818", + "display_name": "Rohit Batra", + "orcid": "https://orcid.org/0000-0002-1098-7035" + }, + "institutions": [ + { + "id": "https://openalex.org/I140172145", + "display_name": "University of Connecticut", + "ror": "https://ror.org/02der9h97", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I140172145" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Rohit Batra", + "raw_affiliation_strings": [ + "Department of Materials Science & Engineering and Institute of Materials Science, University of Connecticut, 97 North Eagleville Rd., Unit 3136, Storrs, CT, 06269-3136, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Materials Science & Engineering and Institute of Materials Science, University of Connecticut, 97 North Eagleville Rd., Unit 3136, Storrs, CT, 06269-3136, USA", + "institution_ids": [ + "https://openalex.org/I140172145" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5075051974", + "display_name": "Ghanshyam Pilania", + "orcid": "https://orcid.org/0000-0003-4460-1572" + }, + "institutions": [ + { + "id": "https://openalex.org/I1343871089", + "display_name": "Los Alamos National Laboratory", + "ror": "https://ror.org/01e41cf67", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I1330989302", + "https://openalex.org/I1343871089", + "https://openalex.org/I198811213", + "https://openalex.org/I4210120050" + ] + }, + { + "id": "https://openalex.org/I2800875726", + "display_name": "Fritz Haber Institute of the Max Planck Society", + "ror": "https://ror.org/03k9qs827", + "country_code": "DE", + "type": "facility", + "lineage": [ + "https://openalex.org/I149899117", + "https://openalex.org/I2800875726" + ] + } + ], + "countries": [ + "DE", + "US" + ], + "is_corresponding": false, + "raw_author_name": "Ghanshyam Pilania", + "raw_affiliation_strings": [ + "Fritz-Haber-Institut der Max-Planck-Gesellschaft, Faradayweg 4-6, 14195, Berlin, Germany", + "Materials Science and Technology Division, Los Alamos National Laboratory, Los Alamos, NM, 87545, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Fritz-Haber-Institut der Max-Planck-Gesellschaft, Faradayweg 4-6, 14195, Berlin, Germany", + "institution_ids": [ + "https://openalex.org/I2800875726" + ] + }, + { + "raw_affiliation_string": "Materials Science and Technology Division, Los Alamos National Laboratory, Los Alamos, NM, 87545, USA", + "institution_ids": [ + "https://openalex.org/I1343871089" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5032715041", + "display_name": "Arun Mannodi‐Kanakkithodi", + "orcid": "https://orcid.org/0000-0003-0780-1583" + }, + "institutions": [ + { + "id": "https://openalex.org/I140172145", + "display_name": "University of Connecticut", + "ror": "https://ror.org/02der9h97", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I140172145" + ] + }, + { + "id": "https://openalex.org/I4210164505", + "display_name": "NanoScale Corporation (United States)", + "ror": "https://ror.org/05rtsja45", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I4210164505" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Arun Mannodi-Kanakkithodi", + "raw_affiliation_strings": [ + "Center for Nanoscale Materials, Lamont National Laboratory, 9700 S. Cass Ave., Lemont, IL, 60439, USA", + "Department of Materials Science & Engineering and Institute of Materials Science, University of Connecticut, 97 North Eagleville Rd., Unit 3136, Storrs, CT, 06269-3136, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Center for Nanoscale Materials, Lamont National Laboratory, 9700 S. Cass Ave., Lemont, IL, 60439, USA", + "institution_ids": [ + "https://openalex.org/I4210164505" + ] + }, + { + "raw_affiliation_string": "Department of Materials Science & Engineering and Institute of Materials Science, University of Connecticut, 97 North Eagleville Rd., Unit 3136, Storrs, CT, 06269-3136, USA", + "institution_ids": [ + "https://openalex.org/I140172145" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5018939520", + "display_name": "Chiho Kim", + "orcid": "https://orcid.org/0000-0002-1814-4980" + }, + "institutions": [ + { + "id": "https://openalex.org/I140172145", + "display_name": "University of Connecticut", + "ror": "https://ror.org/02der9h97", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I140172145" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Chiho Kim", + "raw_affiliation_strings": [ + "Department of Materials Science & Engineering and Institute of Materials Science, University of Connecticut, 97 North Eagleville Rd., Unit 3136, Storrs, CT, 06269-3136, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Materials Science & Engineering and Institute of Materials Science, University of Connecticut, 97 North Eagleville Rd., Unit 3136, Storrs, CT, 06269-3136, USA", + "institution_ids": [ + "https://openalex.org/I140172145" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 5, + "corresponding_author_ids": [ + "https://openalex.org/A5031952600" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I140172145" + ], + "apc_list": { + "value": 2890, + "currency": "USD", + "value_usd": 2890 + }, + "apc_paid": { + "value": 2890, + "currency": "USD", + "value_usd": 2890 + }, + "fwci": 50.7176, + "has_fulltext": true, + "cited_by_count": 1745, + "citation_normalized_percentile": { + "value": 0.99974343, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 96, + "max": 100 + }, + "biblio": { + "volume": "3", + "issue": "1", + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11948", + "display_name": "Machine Learning in Materials Science", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/2505", + "display_name": "Materials Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/25", + "display_name": "Materials Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11948", + "display_name": "Machine Learning in Materials Science", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/2505", + "display_name": "Materials Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/25", + "display_name": "Materials Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12613", + "display_name": "X-ray Diffraction in Crystallography", + "score": 0.9908999800682068, + "subfield": { + "id": "https://openalex.org/subfields/2505", + "display_name": "Materials Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/25", + "display_name": "Materials Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10211", + "display_name": "Computational Drug Discovery Methods", + "score": 0.9868999719619751, + "subfield": { + "id": "https://openalex.org/subfields/1703", + "display_name": "Computational Theory and Mathematics" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6980394721031189 + }, + { + "id": "https://openalex.org/keywords/informatics", + "display_name": "Informatics", + "score": 0.6778385639190674 + }, + { + "id": "https://openalex.org/keywords/data-science", + "display_name": "Data science", + "score": 0.6716209650039673 + }, + { + "id": "https://openalex.org/keywords/domain", + "display_name": "Domain (mathematical analysis)", + "score": 0.5613667368888855 + }, + { + "id": "https://openalex.org/keywords/fingerprint", + "display_name": "Fingerprint (computing)", + "score": 0.5255624055862427 + }, + { + "id": "https://openalex.org/keywords/property", + "display_name": "Property (philosophy)", + "score": 0.5245295166969299 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.4813131093978882 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.47415369749069214 + }, + { + "id": "https://openalex.org/keywords/materials-informatics", + "display_name": "Materials informatics", + "score": 0.4402523338794708 + }, + { + "id": "https://openalex.org/keywords/computation", + "display_name": "Computation", + "score": 0.42585843801498413 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.364216685295105 + }, + { + "id": "https://openalex.org/keywords/management-science", + "display_name": "Management science", + "score": 0.34198737144470215 + }, + { + "id": "https://openalex.org/keywords/health-informatics", + "display_name": "Health informatics", + "score": 0.2691514790058136 + }, + { + "id": "https://openalex.org/keywords/engineering-informatics", + "display_name": "Engineering informatics", + "score": 0.2533683776855469 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.1932530701160431 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.12165293097496033 + }, + { + "id": "https://openalex.org/keywords/engineering", + "display_name": "Engineering", + "score": 0.11709535121917725 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6980394721031189 + }, + { + "id": "https://openalex.org/C191630685", + "wikidata": "https://www.wikidata.org/wiki/Q4027615", + "display_name": "Informatics", + "level": 2, + "score": 0.6778385639190674 + }, + { + "id": "https://openalex.org/C2522767166", + "wikidata": "https://www.wikidata.org/wiki/Q2374463", + "display_name": "Data science", + "level": 1, + "score": 0.6716209650039673 + }, + { + "id": "https://openalex.org/C36503486", + "wikidata": "https://www.wikidata.org/wiki/Q11235244", + "display_name": "Domain (mathematical analysis)", + "level": 2, + "score": 0.5613667368888855 + }, + { + "id": "https://openalex.org/C2777826928", + "wikidata": "https://www.wikidata.org/wiki/Q3745713", + "display_name": "Fingerprint (computing)", + "level": 2, + "score": 0.5255624055862427 + }, + { + "id": "https://openalex.org/C189950617", + "wikidata": "https://www.wikidata.org/wiki/Q937228", + "display_name": "Property (philosophy)", + "level": 2, + "score": 0.5245295166969299 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.4813131093978882 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.47415369749069214 + }, + { + "id": "https://openalex.org/C62085286", + "wikidata": "https://www.wikidata.org/wiki/Q6786605", + "display_name": "Materials informatics", + "level": 5, + "score": 0.4402523338794708 + }, + { + "id": "https://openalex.org/C45374587", + "wikidata": "https://www.wikidata.org/wiki/Q12525525", + "display_name": "Computation", + "level": 2, + "score": 0.42585843801498413 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.364216685295105 + }, + { + "id": "https://openalex.org/C539667460", + "wikidata": "https://www.wikidata.org/wiki/Q2414942", + "display_name": "Management science", + "level": 1, + "score": 0.34198737144470215 + }, + { + "id": "https://openalex.org/C145642194", + "wikidata": "https://www.wikidata.org/wiki/Q870895", + "display_name": "Health informatics", + "level": 3, + "score": 0.2691514790058136 + }, + { + "id": "https://openalex.org/C158518442", + "wikidata": "https://www.wikidata.org/wiki/Q2843902", + "display_name": "Engineering informatics", + "level": 4, + "score": 0.2533683776855469 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.1932530701160431 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.12165293097496033 + }, + { + "id": "https://openalex.org/C127413603", + "wikidata": "https://www.wikidata.org/wiki/Q11023", + "display_name": "Engineering", + "level": 0, + "score": 0.11709535121917725 + }, + { + "id": "https://openalex.org/C119599485", + "wikidata": "https://www.wikidata.org/wiki/Q43035", + "display_name": "Electrical engineering", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C138885662", + "wikidata": "https://www.wikidata.org/wiki/Q5891", + "display_name": "Philosophy", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C111472728", + "wikidata": "https://www.wikidata.org/wiki/Q9471", + "display_name": "Epistemology", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C134306372", + "wikidata": "https://www.wikidata.org/wiki/Q7754", + "display_name": "Mathematical analysis", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C138816342", + "wikidata": "https://www.wikidata.org/wiki/Q189603", + "display_name": "Public health", + "level": 2, + "score": 0.0 + }, + { + "id": "https://openalex.org/C159110408", + "wikidata": "https://www.wikidata.org/wiki/Q121176", + "display_name": "Nursing", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 4, + "locations": [ + { + "id": "doi:10.1038/s41524-017-0056-5", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1038/s41524-017-0056-5", + "pdf_url": "https://www.nature.com/articles/s41524-017-0056-5.pdf", + "source": { + "id": "https://openalex.org/S4210232664", + "display_name": "npj Computational Materials", + "issn_l": "2057-3960", + "issn": [ + "2057-3960" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310319908", + "host_organization_name": "Nature Portfolio", + "host_organization_lineage": [ + "https://openalex.org/P4310319908", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "Nature Portfolio", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "npj Computational Materials", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:osti.gov:1416298", + "is_oa": true, + "landing_page_url": "https://www.osti.gov/biblio/1416298", + "pdf_url": "https://www.osti.gov/servlets/purl/1416298", + "source": { + "id": "https://openalex.org/S4306402487", + "display_name": "OSTI OAI (U.S. Department of Energy Office of Scientific and Technical Information)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I139351228", + "host_organization_name": "Office of Scientific and Technical Information", + "host_organization_lineage": [ + "https://openalex.org/I139351228" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": null + }, + { + "id": "pmh:oai:pure.mpg.de:item_2567070", + "is_oa": true, + "landing_page_url": "https://hdl.handle.net/21.11116/0000-0001-1CC3-4", + "pdf_url": "http://hdl.handle.net/21.11116/0000-0001-1CC3-4", + "source": { + "id": "https://openalex.org/S4306400654", + "display_name": "MPG.PuRe (Max Planck Society)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I149899117", + "host_organization_name": "Max Planck Society", + "host_organization_lineage": [ + "https://openalex.org/I149899117" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "npj Computational Materials", + "raw_type": "info:eu-repo/semantics/article" + }, + { + "id": "pmh:oai:doaj.org/article:b5673072856d4e9fb243f09ce3ef9ed8", + "is_oa": false, + "landing_page_url": "https://doaj.org/article/b5673072856d4e9fb243f09ce3ef9ed8", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401280", + "display_name": "DOAJ (DOAJ: Directory of Open Access Journals)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "npj Computational Materials, Vol 3, Iss 1, Pp 1-13 (2017)", + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "doi:10.1038/s41524-017-0056-5", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1038/s41524-017-0056-5", + "pdf_url": "https://www.nature.com/articles/s41524-017-0056-5.pdf", + "source": { + "id": "https://openalex.org/S4210232664", + "display_name": "npj Computational Materials", + "issn_l": "2057-3960", + "issn": [ + "2057-3960" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310319908", + "host_organization_name": "Nature Portfolio", + "host_organization_lineage": [ + "https://openalex.org/P4310319908", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "Nature Portfolio", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "npj Computational Materials", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [], + "awards": [ + { + "id": "https://openalex.org/G3448238085", + "display_name": null, + "funder_award_id": "N00014-14-1-0098", + "funder_id": "https://openalex.org/F4320337345", + "funder_display_name": "Office of Naval Research" + }, + { + "id": "https://openalex.org/G5295348260", + "display_name": null, + "funder_award_id": "N00014-16-1-2580", + "funder_id": "https://openalex.org/F4320337345", + "funder_display_name": "Office of Naval Research" + }, + { + "id": "https://openalex.org/G8627259979", + "display_name": null, + "funder_award_id": "N00014-10-1-0944", + "funder_id": "https://openalex.org/F4320337345", + "funder_display_name": "Office of Naval Research" + }, + { + "id": "https://openalex.org/G8876996369", + "display_name": null, + "funder_award_id": "N00014", + "funder_id": "https://openalex.org/F4320337345", + "funder_display_name": "Office of Naval Research" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320308269", + "display_name": "Alexander von Humboldt-Stiftung", + "ror": "https://ror.org/012kf4317" + }, + { + "id": "https://openalex.org/F4320337345", + "display_name": "Office of Naval Research", + "ror": "https://ror.org/00rk2pe57" + } + ], + "has_content": { + "pdf": true, + "grobid_xml": false + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W2963784900.pdf" + }, + "referenced_works_count": 127, + "referenced_works": [ + "https://openalex.org/W26088913", + "https://openalex.org/W73132726", + "https://openalex.org/W214291446", + "https://openalex.org/W654619586", + "https://openalex.org/W1505168701", + "https://openalex.org/W1513260206", + "https://openalex.org/W1542208167", + "https://openalex.org/W1545048062", + "https://openalex.org/W1568537411", + "https://openalex.org/W1584846110", + "https://openalex.org/W1597841398", + "https://openalex.org/W1678620623", + "https://openalex.org/W1747451850", + "https://openalex.org/W1772299910", + "https://openalex.org/W1800437104", + "https://openalex.org/W1865667476", + "https://openalex.org/W1901616594", + "https://openalex.org/W1965192594", + "https://openalex.org/W1972135189", + "https://openalex.org/W1977739742", + "https://openalex.org/W1978183953", + "https://openalex.org/W1979769287", + "https://openalex.org/W1982598895", + "https://openalex.org/W1982886636", + "https://openalex.org/W1984087004", + "https://openalex.org/W1986575501", + "https://openalex.org/W1988887547", + "https://openalex.org/W1989885311", + "https://openalex.org/W1993765343", + "https://openalex.org/W2000957843", + "https://openalex.org/W2005543043", + "https://openalex.org/W2010785223", + "https://openalex.org/W2019903457", + "https://openalex.org/W2020786104", + "https://openalex.org/W2025444507", + "https://openalex.org/W2025882616", + "https://openalex.org/W2029413789", + "https://openalex.org/W2037566781", + "https://openalex.org/W2046505730", + "https://openalex.org/W2051801258", + "https://openalex.org/W2055974394", + "https://openalex.org/W2057858097", + "https://openalex.org/W2061333371", + "https://openalex.org/W2068123181", + "https://openalex.org/W2068456806", + "https://openalex.org/W2069034916", + "https://openalex.org/W2073357703", + "https://openalex.org/W2074616700", + "https://openalex.org/W2083415705", + "https://openalex.org/W2085607286", + "https://openalex.org/W2087292325", + "https://openalex.org/W2089843324", + "https://openalex.org/W2097489306", + "https://openalex.org/W2097968133", + "https://openalex.org/W2104489082", + "https://openalex.org/W2115003579", + "https://openalex.org/W2115096312", + "https://openalex.org/W2128873947", + "https://openalex.org/W2146611938", + "https://openalex.org/W2161262329", + "https://openalex.org/W2163272368", + "https://openalex.org/W2164524421", + "https://openalex.org/W2215223440", + "https://openalex.org/W2225949634", + "https://openalex.org/W2229902564", + "https://openalex.org/W2258702411", + "https://openalex.org/W2261108203", + "https://openalex.org/W2281127889", + "https://openalex.org/W2291908932", + "https://openalex.org/W2313966941", + "https://openalex.org/W2315793378", + "https://openalex.org/W2329258563", + "https://openalex.org/W2336382837", + "https://openalex.org/W2337110853", + "https://openalex.org/W2337496963", + "https://openalex.org/W2337529739", + "https://openalex.org/W2343462019", + "https://openalex.org/W2344188443", + "https://openalex.org/W2345653852", + "https://openalex.org/W2346778841", + "https://openalex.org/W2352719088", + "https://openalex.org/W2356584815", + "https://openalex.org/W2372859909", + "https://openalex.org/W2396196938", + "https://openalex.org/W2415372084", + "https://openalex.org/W2460314483", + "https://openalex.org/W2464725281", + "https://openalex.org/W2471982001", + "https://openalex.org/W2475256989", + "https://openalex.org/W2476592117", + "https://openalex.org/W2486570794", + "https://openalex.org/W2490507458", + "https://openalex.org/W2490901606", + "https://openalex.org/W2498941985", + "https://openalex.org/W2499226730", + "https://openalex.org/W2503343131", + "https://openalex.org/W2504731129", + "https://openalex.org/W2510431877", + "https://openalex.org/W2520500207", + "https://openalex.org/W2522125346", + "https://openalex.org/W2527749992", + "https://openalex.org/W2529958128", + "https://openalex.org/W2530960271", + "https://openalex.org/W2555683692", + "https://openalex.org/W2560817727", + "https://openalex.org/W2563751252", + "https://openalex.org/W2564078846", + "https://openalex.org/W2566573083", + "https://openalex.org/W2566642125", + "https://openalex.org/W2567115595", + "https://openalex.org/W2585152223", + "https://openalex.org/W2592939032", + "https://openalex.org/W2593838212", + "https://openalex.org/W2594250440", + "https://openalex.org/W2600236415", + "https://openalex.org/W2603482245", + "https://openalex.org/W2608722029", + "https://openalex.org/W2616136793", + "https://openalex.org/W2617604238", + "https://openalex.org/W2762836614", + "https://openalex.org/W3022711947", + "https://openalex.org/W3098539674", + "https://openalex.org/W3100710928", + "https://openalex.org/W3104005636", + "https://openalex.org/W4230031267", + "https://openalex.org/W4240060230", + "https://openalex.org/W4300789312" + ], + "related_works": [ + "https://openalex.org/W4375957285", + "https://openalex.org/W4206469383", + "https://openalex.org/W2359548422", + "https://openalex.org/W2083600684", + "https://openalex.org/W2373478723", + "https://openalex.org/W2118804853", + "https://openalex.org/W4376271842", + "https://openalex.org/W2754122850", + "https://openalex.org/W2162773262", + "https://openalex.org/W2901223208" + ], + "abstract_inverted_index": { + "Abstract": [ + 0 + ], + "Propelled": [ + 1 + ], + "partly": [ + 2, + 9 + ], + "by": [ + 3, + 10, + 53, + 57, + 156 + ], + "the": [ + 4, + 11, + 15, + 87, + 110, + 134, + 137, + 157, + 188, + 197, + 204, + 215, + 226 + ], + "Materials": [ + 5 + ], + "Genome": [ + 6 + ], + "Initiative,": [ + 7 + ], + "and": [ + 8, + 14, + 123, + 136, + 152, + 160, + 219 + ], + "algorithmic": [ + 12 + ], + "developments": [ + 13 + ], + "resounding": [ + 16 + ], + "successes": [ + 17 + ], + "of": [ + 18, + 109, + 139, + 149, + 185, + 187 + ], + "data-driven": [ + 19, + 191 + ], + "efforts": [ + 20 + ], + "in": [ + 21, + 59, + 196, + 225 + ], + "other": [ + 22 + ], + "domains,": [ + 23 + ], + "informatics": [ + 24, + 67 + ], + "strategies": [ + 25, + 194 + ], + "are": [ + 26, + 63, + 69, + 77, + 114, + 173 + ], + "beginning": [ + 27 + ], + "to": [ + 28, + 37, + 72, + 79, + 86, + 144, + 181 + ], + "take": [ + 29 + ], + "shape": [ + 30 + ], + "within": [ + 31 + ], + "materials": [ + 32, + 169 + ], + "science.": [ + 33 + ], + "These": [ + 34 + ], + "approaches": [ + 35 + ], + "lead": [ + 36 + ], + "surrogate": [ + 38 + ], + "machine": [ + 39 + ], + "learning": [ + 40, + 131 + ], + "models": [ + 41 + ], + "that": [ + 42, + 76, + 221 + ], + "enable": [ + 43 + ], + "rapid": [ + 44 + ], + "predictions": [ + 45 + ], + "based": [ + 46 + ], + "purely": [ + 47 + ], + "on": [ + 48, + 203 + ], + "past": [ + 49 + ], + "data": [ + 50, + 96 + ], + "rather": [ + 51 + ], + "than": [ + 52 + ], + "direct": [ + 54 + ], + "experimentation": [ + 55 + ], + "or": [ + 56, + 81, + 90, + 100, + 206 + ], + "computations/simulations": [ + 58 + ], + "which": [ + 60, + 94 + ], + "fundamental": [ + 61 + ], + "equations": [ + 62 + ], + "explicitly": [ + 64 + ], + "solved.": [ + 65 + ], + "Data-centric": [ + 66 + ], + "methods": [ + 68 + ], + "becoming": [ + 70 + ], + "useful": [ + 71 + ], + "determine": [ + 73 + ], + "material": [ + 74, + 120 + ], + "properties": [ + 75 + ], + "hard": [ + 78 + ], + "measure": [ + 80 + ], + "compute": [ + 82 + ], + "using": [ + 83 + ], + "traditional": [ + 84 + ], + "methods—due": [ + 85 + ], + "cost,": [ + 88 + ], + "time": [ + 89 + ], + "effort": [ + 91 + ], + "involved—but": [ + 92 + ], + "for": [ + 93, + 104 + ], + "reliable": [ + 95 + ], + "either": [ + 97 + ], + "already": [ + 98 + ], + "exists": [ + 99 + ], + "can": [ + 101 + ], + "be": [ + 102, + 148, + 165, + 223 + ], + "generated": [ + 103 + ], + "at": [ + 105 + ], + "least": [ + 106 + ], + "a": [ + 107, + 119, + 126, + 130 + ], + "subset": [ + 108 + ], + "critical": [ + 111 + ], + "cases.": [ + 112 + ], + "Predictions": [ + 113, + 162 + ], + "typically": [ + 115 + ], + "interpolative,": [ + 116 + ], + "involving": [ + 117 + ], + "fingerprinting": [ + 118 + ], + "numerically": [ + 121 + ], + "first,": [ + 122 + ], + "then": [ + 124 + ], + "following": [ + 125 + ], + "mapping": [ + 127 + ], + "(established": [ + 128 + ], + "via": [ + 129 + ], + "algorithm)": [ + 132 + ], + "between": [ + 133 + ], + "fingerprint": [ + 135, + 205 + ], + "property": [ + 138 + ], + "interest.": [ + 140 + ], + "Fingerprints,": [ + 141 + ], + "also": [ + 142, + 164, + 211 + ], + "referred": [ + 143 + ], + "as": [ + 145, + 154 + ], + "“descriptors”,": [ + 146 + ], + "may": [ + 147, + 163 + ], + "many": [ + 150 + ], + "types": [ + 151 + ], + "scales,": [ + 153 + ], + "dictated": [ + 155 + ], + "application": [ + 158 + ], + "domain": [ + 159 + ], + "needs.": [ + 161 + ], + "extrapolative—extending": [ + 166 + ], + "into": [ + 167, + 176 + ], + "new": [ + 168 + ], + "spaces—provided": [ + 170 + ], + "prediction": [ + 171 + ], + "uncertainties": [ + 172 + ], + "properly": [ + 174 + ], + "taken": [ + 175 + ], + "account.": [ + 177 + ], + "This": [ + 178 + ], + "article": [ + 179 + ], + "attempts": [ + 180 + ], + "provide": [ + 182 + ], + "an": [ + 183 + ], + "overview": [ + 184 + ], + "some": [ + 186, + 213 + ], + "recent": [ + 189 + ], + "successful": [ + 190 + ], + "“materials": [ + 192 + ], + "informatics”": [ + 193 + ], + "undertaken": [ + 195 + ], + "last": [ + 198 + ], + "decade,": [ + 199 + ], + "with": [ + 200 + ], + "particular": [ + 201 + ], + "emphasis": [ + 202 + ], + "descriptor": [ + 207 + ], + "choices.": [ + 208 + ], + "The": [ + 209 + ], + "review": [ + 210 + ], + "identifies": [ + 212 + ], + "challenges": [ + 214 + ], + "community": [ + 216 + ], + "is": [ + 217 + ], + "facing": [ + 218 + ], + "those": [ + 220 + ], + "should": [ + 222 + ], + "overcome": [ + 224 + ], + "near": [ + 227 + ], + "future.": [ + 228 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 111 + }, + { + "year": 2025, + "cited_by_count": 279 + }, + { + "year": 2024, + "cited_by_count": 235 + }, + { + "year": 2023, + "cited_by_count": 226 + }, + { + "year": 2022, + "cited_by_count": 224 + }, + { + "year": 2021, + "cited_by_count": 231 + }, + { + "year": 2020, + "cited_by_count": 217 + }, + { + "year": 2019, + "cited_by_count": 171 + }, + { + "year": 2018, + "cited_by_count": 48 + }, + { + "year": 2017, + "cited_by_count": 3 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W1529533208", + "doi": "https://doi.org/10.1109/jproc.2015.2483592", + "title": "A Review of Relational Machine Learning for Knowledge Graphs", + "display_name": "A Review of Relational Machine Learning for Knowledge Graphs", + "relevance_score": 2569.712, + "publication_year": 2015, + "publication_date": "2015-12-17", + "ids": { + "openalex": "https://openalex.org/W1529533208", + "doi": "https://doi.org/10.1109/jproc.2015.2483592", + "mag": "1529533208" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1109/jproc.2015.2483592", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/jproc.2015.2483592", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S68686220", + "display_name": "Proceedings of the IEEE", + "issn_l": "0018-9219", + "issn": [ + "0018-9219", + "1558-2256" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319808", + "host_organization_name": "Institute of Electrical and Electronics Engineers", + "host_organization_lineage": [ + "https://openalex.org/P4310319808" + ], + "host_organization_lineage_names": [ + "Institute of Electrical and Electronics Engineers" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Proceedings of the IEEE", + "raw_type": "journal-article" + }, + "type": "review", + "indexed_in": [ + "arxiv", + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1503.00759", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5000667901", + "display_name": "Maximilian Nickel", + "orcid": "https://orcid.org/0000-0001-5006-0827" + }, + "institutions": [ + { + "id": "https://openalex.org/I63966007", + "display_name": "Massachusetts Institute of Technology", + "ror": "https://ror.org/042nb2s44", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I63966007" + ] + }, + { + "id": "https://openalex.org/I30771326", + "display_name": "Italian Institute of Technology", + "ror": "https://ror.org/042t93s57", + "country_code": "IT", + "type": "facility", + "lineage": [ + "https://openalex.org/I30771326" + ] + } + ], + "countries": [ + "IT", + "US" + ], + "is_corresponding": true, + "raw_author_name": "Maximilian Nickel", + "raw_affiliation_strings": [ + "Laboratory for Computational and Statistical Learning (LCSL), Istituto Italiano di Tecnologia, Genova, MA, Italy", + "[Laboratory for Computational and Statistical Learning (LCSL), Massachusetts Institute of Technology, Cambridge, MA, USA]" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Laboratory for Computational and Statistical Learning (LCSL), Istituto Italiano di Tecnologia, Genova, MA, Italy", + "institution_ids": [ + "https://openalex.org/I30771326" + ] + }, + { + "raw_affiliation_string": "[Laboratory for Computational and Statistical Learning (LCSL), Massachusetts Institute of Technology, Cambridge, MA, USA]", + "institution_ids": [ + "https://openalex.org/I63966007" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5002713363", + "display_name": "Kevin Murphy", + "orcid": "https://orcid.org/0000-0001-5196-7236" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Kevin Murphy", + "raw_affiliation_strings": [ + "Google Inc., Mountain View, CA, USA", + "Google Inc., Mountain View, CA USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Google Inc., Mountain View, CA, USA", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + }, + { + "raw_affiliation_string": "Google Inc., Mountain View, CA USA", + "institution_ids": [] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5074808403", + "display_name": "Volker Tresp", + "orcid": "https://orcid.org/0000-0001-9428-3686" + }, + "institutions": [ + { + "id": "https://openalex.org/I8204097", + "display_name": "Ludwig-Maximilians-Universität München", + "ror": "https://ror.org/05591te55", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I8204097" + ] + }, + { + "id": "https://openalex.org/I1325886976", + "display_name": "Siemens (Germany)", + "ror": "https://ror.org/059mq0909", + "country_code": "DE", + "type": "company", + "lineage": [ + "https://openalex.org/I1325886976" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Volker Tresp", + "raw_affiliation_strings": [ + "Siemens AG, Corporate Technology, Ludwig Maximilian University of Munich, Munich, Germany", + "Siemens AG, Corporate Technology, Munich, Germany#TAB#" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Siemens AG, Corporate Technology, Ludwig Maximilian University of Munich, Munich, Germany", + "institution_ids": [ + "https://openalex.org/I1325886976", + "https://openalex.org/I8204097" + ] + }, + { + "raw_affiliation_string": "Siemens AG, Corporate Technology, Munich, Germany#TAB#", + "institution_ids": [ + "https://openalex.org/I1325886976" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5013932834", + "display_name": "Evgeniy Gabrilovich", + "orcid": "https://orcid.org/0000-0001-7933-1926" + }, + "institutions": [ + { + "id": "https://openalex.org/I1291425158", + "display_name": "Google (United States)", + "ror": "https://ror.org/00njsd438", + "country_code": "US", + "type": "company", + "lineage": [ + "https://openalex.org/I1291425158", + "https://openalex.org/I4210128969" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Evgeniy Gabrilovich", + "raw_affiliation_strings": [ + "Google Inc., Mountain View, CA, USA", + "Google Inc., Mountain View, CA USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Google Inc., Mountain View, CA, USA", + "institution_ids": [ + "https://openalex.org/I1291425158" + ] + }, + { + "raw_affiliation_string": "Google Inc., Mountain View, CA USA", + "institution_ids": [] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 3, + "institutions_distinct_count": 4, + "corresponding_author_ids": [ + "https://openalex.org/A5000667901" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I30771326", + "https://openalex.org/I63966007" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 124.2043, + "has_fulltext": false, + "cited_by_count": 1636, + "citation_normalized_percentile": { + "value": 0.99972146, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 98, + "max": 100 + }, + "biblio": { + "volume": "104", + "issue": "1", + "first_page": "11", + "last_page": "33" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11273", + "display_name": "Advanced Graph Neural Networks", + "score": 0.916700005531311, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11273", + "display_name": "Advanced Graph Neural Networks", + "score": 0.916700005531311, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11303", + "display_name": "Bayesian Modeling and Causal Inference", + "score": 0.00989999994635582, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12292", + "display_name": "Graph Theory and Algorithms", + "score": 0.007799999788403511, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/statistical-relational-learning", + "display_name": "Statistical relational learning", + "score": 0.7889400720596313 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7375805377960205 + }, + { + "id": "https://openalex.org/keywords/knowledge-graph", + "display_name": "Knowledge graph", + "score": 0.5366183519363403 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5131645798683167 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.5024473667144775 + }, + { + "id": "https://openalex.org/keywords/graph", + "display_name": "Graph", + "score": 0.451494425535202 + }, + { + "id": "https://openalex.org/keywords/theoretical-computer-science", + "display_name": "Theoretical computer science", + "score": 0.43196582794189453 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.42936253547668457 + }, + { + "id": "https://openalex.org/keywords/observable", + "display_name": "Observable", + "score": 0.4168981909751892 + }, + { + "id": "https://openalex.org/keywords/relational-model", + "display_name": "Relational model", + "score": 0.4146842658519745 + }, + { + "id": "https://openalex.org/keywords/relational-database", + "display_name": "Relational database", + "score": 0.414201021194458 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C177877439", + "wikidata": "https://www.wikidata.org/wiki/Q7604413", + "display_name": "Statistical relational learning", + "level": 3, + "score": 0.7889400720596313 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7375805377960205 + }, + { + "id": "https://openalex.org/C2987255567", + "wikidata": "https://www.wikidata.org/wiki/Q33002955", + "display_name": "Knowledge graph", + "level": 2, + "score": 0.5366183519363403 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5131645798683167 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.5024473667144775 + }, + { + "id": "https://openalex.org/C132525143", + "wikidata": "https://www.wikidata.org/wiki/Q141488", + "display_name": "Graph", + "level": 2, + "score": 0.451494425535202 + }, + { + "id": "https://openalex.org/C80444323", + "wikidata": "https://www.wikidata.org/wiki/Q2878974", + "display_name": "Theoretical computer science", + "level": 1, + "score": 0.43196582794189453 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.42936253547668457 + }, + { + "id": "https://openalex.org/C32848918", + "wikidata": "https://www.wikidata.org/wiki/Q845789", + "display_name": "Observable", + "level": 2, + "score": 0.4168981909751892 + }, + { + "id": "https://openalex.org/C40207289", + "wikidata": "https://www.wikidata.org/wiki/Q755662", + "display_name": "Relational model", + "level": 3, + "score": 0.4146842658519745 + }, + { + "id": "https://openalex.org/C5655090", + "wikidata": "https://www.wikidata.org/wiki/Q192588", + "display_name": "Relational database", + "level": 2, + "score": 0.414201021194458 + }, + { + "id": "https://openalex.org/C121332964", + "wikidata": "https://www.wikidata.org/wiki/Q413", + "display_name": "Physics", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C62520636", + "wikidata": "https://www.wikidata.org/wiki/Q944", + "display_name": "Quantum mechanics", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 3, + "locations": [ + { + "id": "doi:10.1109/jproc.2015.2483592", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1109/jproc.2015.2483592", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S68686220", + "display_name": "Proceedings of the IEEE", + "issn_l": "0018-9219", + "issn": [ + "0018-9219", + "1558-2256" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": "https://openalex.org/P4310319808", + "host_organization_name": "Institute of Electrical and Electronics Engineers", + "host_organization_lineage": [ + "https://openalex.org/P4310319808" + ], + "host_organization_lineage_names": [ + "Institute of Electrical and Electronics Engineers" + ], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Proceedings of the IEEE", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:arXiv.org:1503.00759", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1503.00759", + "pdf_url": "https://arxiv.org/pdf/1503.00759", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:dspace.mit.edu:1721.1/100193", + "is_oa": true, + "landing_page_url": "http://hdl.handle.net/1721.1/100193", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400425", + "display_name": "DSpace@MIT (Massachusetts Institute of Technology)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I63966007", + "host_organization_name": "Massachusetts Institute of Technology", + "host_organization_lineage": [ + "https://openalex.org/I63966007" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by-nc", + "license_id": "https://openalex.org/licenses/cc-by-nc", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "Other" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1503.00759", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1503.00759", + "pdf_url": "https://arxiv.org/pdf/1503.00759", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + "sustainable_development_goals": [ + { + "display_name": "Quality Education", + "score": 0.5400000214576721, + "id": "https://metadata.un.org/sdg/4" + } + ], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 213, + "referenced_works": [ + "https://openalex.org/W28412257", + "https://openalex.org/W92973652", + "https://openalex.org/W94565353", + "https://openalex.org/W102708294", + "https://openalex.org/W109245773", + "https://openalex.org/W114517082", + "https://openalex.org/W156542065", + "https://openalex.org/W200741916", + "https://openalex.org/W203049729", + "https://openalex.org/W204615560", + "https://openalex.org/W205829674", + "https://openalex.org/W340632675", + "https://openalex.org/W1483236033", + "https://openalex.org/W1487060125", + "https://openalex.org/W1497523460", + "https://openalex.org/W1503398984", + "https://openalex.org/W1510675600", + "https://openalex.org/W1511986666", + "https://openalex.org/W1512387364", + "https://openalex.org/W1516346799", + "https://openalex.org/W1521736627", + "https://openalex.org/W1533230146", + "https://openalex.org/W1565102206", + "https://openalex.org/W1585529040", + "https://openalex.org/W1614298861", + "https://openalex.org/W1666347389", + "https://openalex.org/W1756422141", + "https://openalex.org/W1782550378", + "https://openalex.org/W1835243625", + "https://openalex.org/W1841189810", + "https://openalex.org/W1852412531", + "https://openalex.org/W1884516485", + "https://openalex.org/W1910578190", + "https://openalex.org/W1913703133", + "https://openalex.org/W1930472418", + "https://openalex.org/W1975346989", + "https://openalex.org/W1975563293", + "https://openalex.org/W1976526581", + "https://openalex.org/W1977970897", + "https://openalex.org/W1979104937", + "https://openalex.org/W1979629649", + "https://openalex.org/W1984179398", + "https://openalex.org/W1985009003", + "https://openalex.org/W1986380628", + "https://openalex.org/W1993500013", + "https://openalex.org/W1994389483", + "https://openalex.org/W1999138184", + "https://openalex.org/W2008620264", + "https://openalex.org/W2008896880", + "https://openalex.org/W2009937976", + "https://openalex.org/W2013494846", + "https://openalex.org/W2015191210", + "https://openalex.org/W2016753842", + "https://openalex.org/W2017102965", + "https://openalex.org/W2018758196", + "https://openalex.org/W2022166150", + "https://openalex.org/W2024165284", + "https://openalex.org/W2026417691", + "https://openalex.org/W2027324989", + "https://openalex.org/W2029249040", + "https://openalex.org/W2037705937", + "https://openalex.org/W2037933327", + "https://openalex.org/W2039688703", + "https://openalex.org/W2045495924", + "https://openalex.org/W2052390074", + "https://openalex.org/W2054141820", + "https://openalex.org/W2055317074", + "https://openalex.org/W2065758089", + "https://openalex.org/W2066459332", + "https://openalex.org/W2066636486", + "https://openalex.org/W2080133951", + "https://openalex.org/W2081210343", + "https://openalex.org/W2081580037", + "https://openalex.org/W2089349245", + "https://openalex.org/W2094286023", + "https://openalex.org/W2094728533", + "https://openalex.org/W2097266862", + "https://openalex.org/W2099752825", + "https://openalex.org/W2101705355", + "https://openalex.org/W2101802482", + "https://openalex.org/W2102363952", + "https://openalex.org/W2102907934", + "https://openalex.org/W2107306718", + "https://openalex.org/W2107658650", + "https://openalex.org/W2108044891", + "https://openalex.org/W2108177663", + "https://openalex.org/W2111488410", + "https://openalex.org/W2114157818", + "https://openalex.org/W2117373207", + "https://openalex.org/W2119831128", + "https://openalex.org/W2121773050", + "https://openalex.org/W2121906195", + "https://openalex.org/W2122865749", + "https://openalex.org/W2123228027", + "https://openalex.org/W2125027602", + "https://openalex.org/W2125315567", + "https://openalex.org/W2127048411", + "https://openalex.org/W2127345773", + "https://openalex.org/W2127426251", + "https://openalex.org/W2127795553", + "https://openalex.org/W2128407051", + "https://openalex.org/W2129207602", + "https://openalex.org/W2129842875", + "https://openalex.org/W2131844696", + "https://openalex.org/W2133134975", + "https://openalex.org/W2138204945", + "https://openalex.org/W2140141795", + "https://openalex.org/W2141312052", + "https://openalex.org/W2148019918", + "https://openalex.org/W2148507357", + "https://openalex.org/W2149474573", + "https://openalex.org/W2151502664", + "https://openalex.org/W2153595771", + "https://openalex.org/W2154454189", + "https://openalex.org/W2158781217", + "https://openalex.org/W2159203990", + "https://openalex.org/W2159583324", + "https://openalex.org/W2160605923", + "https://openalex.org/W2161371014", + "https://openalex.org/W2165428180", + "https://openalex.org/W2167187514", + "https://openalex.org/W2170902582", + "https://openalex.org/W2171278097", + "https://openalex.org/W2171472464", + "https://openalex.org/W2175268987", + "https://openalex.org/W2187164964", + "https://openalex.org/W2244992438", + "https://openalex.org/W2247119764", + "https://openalex.org/W2247380138", + "https://openalex.org/W2250184916", + "https://openalex.org/W2288526505", + "https://openalex.org/W2293485652", + "https://openalex.org/W2295240344", + "https://openalex.org/W2338322935", + "https://openalex.org/W2396685807", + "https://openalex.org/W2471366537", + "https://openalex.org/W2487770199", + "https://openalex.org/W2520858206", + "https://openalex.org/W2536888436", + "https://openalex.org/W2548695521", + "https://openalex.org/W2785884112", + "https://openalex.org/W2911581497", + "https://openalex.org/W2940690142", + "https://openalex.org/W2951166049", + "https://openalex.org/W2952738808", + "https://openalex.org/W2954527143", + "https://openalex.org/W2963572185", + "https://openalex.org/W2963587356", + "https://openalex.org/W2999525678", + "https://openalex.org/W3102641634", + "https://openalex.org/W3125520394", + "https://openalex.org/W3149838063", + "https://openalex.org/W3192290435", + "https://openalex.org/W4206727053", + "https://openalex.org/W4211035117", + "https://openalex.org/W4212943651", + "https://openalex.org/W4230553559", + "https://openalex.org/W4232932184", + "https://openalex.org/W4234117503", + "https://openalex.org/W4235345084", + "https://openalex.org/W4235469532", + "https://openalex.org/W4239231974", + "https://openalex.org/W4250809414", + "https://openalex.org/W4285719527", + "https://openalex.org/W4293249558", + "https://openalex.org/W4297732326", + "https://openalex.org/W4300062145", + "https://openalex.org/W4300564796", + "https://openalex.org/W4386506836", + "https://openalex.org/W6603669155", + "https://openalex.org/W6604452468", + "https://openalex.org/W6604653223", + "https://openalex.org/W6608338930", + "https://openalex.org/W6608344535", + "https://openalex.org/W6628965601", + "https://openalex.org/W6629025635", + "https://openalex.org/W6630579473", + "https://openalex.org/W6631964550", + "https://openalex.org/W6633947679", + "https://openalex.org/W6636510571", + "https://openalex.org/W6637194779", + "https://openalex.org/W6637805884", + "https://openalex.org/W6638051237", + "https://openalex.org/W6638588478", + "https://openalex.org/W6638754787", + "https://openalex.org/W6639281467", + "https://openalex.org/W6639731090", + "https://openalex.org/W6652957868", + "https://openalex.org/W6674413621", + "https://openalex.org/W6675204935", + "https://openalex.org/W6675255137", + "https://openalex.org/W6675925752", + "https://openalex.org/W6676581672", + "https://openalex.org/W6678067405", + "https://openalex.org/W6678347102", + "https://openalex.org/W6678830454", + "https://openalex.org/W6678846912", + "https://openalex.org/W6679197216", + "https://openalex.org/W6679243379", + "https://openalex.org/W6682467843", + "https://openalex.org/W6682619722", + "https://openalex.org/W6683404736", + "https://openalex.org/W6683461794", + "https://openalex.org/W6683612810", + "https://openalex.org/W6683773206", + "https://openalex.org/W6683861112", + "https://openalex.org/W6684350123", + "https://openalex.org/W6685018051", + "https://openalex.org/W6696035201", + "https://openalex.org/W6696966448", + "https://openalex.org/W6720922435", + "https://openalex.org/W6729382431", + "https://openalex.org/W6764731963" + ], + "related_works": [ + "https://openalex.org/W2267077731", + "https://openalex.org/W2386578196", + "https://openalex.org/W3091612633", + "https://openalex.org/W2483382562", + "https://openalex.org/W1549959306", + "https://openalex.org/W2085988990", + "https://openalex.org/W1528519853", + "https://openalex.org/W1510134535", + "https://openalex.org/W3181676408", + "https://openalex.org/W2389834944" + ], + "abstract_inverted_index": { + "Relational": [ + 0 + ], + "machine": [ + 1 + ], + "learning": [ + 2 + ], + "studies": [ + 3 + ], + "methods": [ + 4, + 137 + ], + "for": [ + 5, + 138 + ], + "the": [ + 6, + 41, + 51, + 99, + 144 + ], + "statistical": [ + 7, + 24, + 62, + 126 + ], + "analysis": [ + 8 + ], + "of": [ + 9, + 21, + 61, + 66, + 128, + 159 + ], + "relational,": [ + 10 + ], + "or": [ + 11 + ], + "graph-structured,": [ + 12 + ], + "data.": [ + 13 + ], + "In": [ + 14, + 53 + ], + "this": [ + 15, + 147 + ], + "paper,": [ + 16 + ], + "we": [ + 17, + 55, + 122, + 149 + ], + "provide": [ + 18 + ], + "a": [ + 19 + ], + "review": [ + 20 + ], + "how": [ + 22, + 104, + 124 + ], + "such": [ + 23, + 82, + 125, + 160 + ], + "models": [ + 25, + 81, + 111, + 127 + ], + "can": [ + 26, + 68, + 130 + ], + "be": [ + 27, + 131 + ], + "“trained”": [ + 28 + ], + "on": [ + 29, + 78, + 94 + ], + "large": [ + 30 + ], + "knowledge": [ + 31, + 141, + 153 + ], + "graphs,": [ + 32 + ], + "and": [ + 33, + 86, + 109 + ], + "then": [ + 34 + ], + "used": [ + 35 + ], + "to": [ + 36, + 46, + 70, + 105, + 112 + ], + "predict": [ + 37 + ], + "new": [ + 38, + 48 + ], + "facts": [ + 39 + ], + "about": [ + 40 + ], + "world": [ + 42 + ], + "(which": [ + 43 + ], + "is": [ + 44, + 76, + 92 + ], + "equivalent": [ + 45 + ], + "predicting": [ + 47 + ], + "edges": [ + 49 + ], + "in": [ + 50, + 98 + ], + "graph).": [ + 52 + ], + "particular,": [ + 54 + ], + "discuss": [ + 56, + 123, + 151 + ], + "two": [ + 57 + ], + "fundamentally": [ + 58 + ], + "different": [ + 59 + ], + "kinds": [ + 60 + ], + "relational": [ + 63 + ], + "models,": [ + 64 + ], + "both": [ + 65 + ], + "which": [ + 67 + ], + "scale": [ + 69 + ], + "massive": [ + 71 + ], + "data": [ + 72 + ], + "sets.": [ + 73 + ], + "The": [ + 74, + 90 + ], + "first": [ + 75 + ], + "based": [ + 77, + 93 + ], + "latent": [ + 79, + 108 + ], + "feature": [ + 80 + ], + "as": [ + 83, + 156 + ], + "tensor": [ + 84 + ], + "factorization": [ + 85 + ], + "multiway": [ + 87 + ], + "neural": [ + 88 + ], + "networks.": [ + 89 + ], + "second": [ + 91 + ], + "mining": [ + 95 + ], + "observable": [ + 96, + 110 + ], + "patterns": [ + 97 + ], + "graph.": [ + 100 + ], + "We": [ + 101 + ], + "also": [ + 102, + 150 + ], + "show": [ + 103 + ], + "combine": [ + 106 + ], + "these": [ + 107 + ], + "get": [ + 113 + ], + "improved": [ + 114 + ], + "modeling": [ + 115 + ], + "power": [ + 116 + ], + "at": [ + 117 + ], + "decreased": [ + 118 + ], + "computational": [ + 119 + ], + "cost.": [ + 120 + ], + "Finally,": [ + 121 + ], + "graphs": [ + 129, + 142 + ], + "combined": [ + 132 + ], + "with": [ + 133 + ], + "text-based": [ + 134 + ], + "information": [ + 135 + ], + "extraction": [ + 136 + ], + "automatically": [ + 139 + ], + "constructing": [ + 140 + ], + "from": [ + 143 + ], + "Web.": [ + 145 + ], + "To": [ + 146 + ], + "end,": [ + 148 + ], + "Google's": [ + 152 + ], + "vault": [ + 154 + ], + "project": [ + 155 + ], + "an": [ + 157 + ], + "example": [ + 158 + ], + "combination.": [ + 161 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 35 + }, + { + "year": 2025, + "cited_by_count": 115 + }, + { + "year": 2024, + "cited_by_count": 121 + }, + { + "year": 2023, + "cited_by_count": 180 + }, + { + "year": 2022, + "cited_by_count": 158 + }, + { + "year": 2021, + "cited_by_count": 263 + }, + { + "year": 2020, + "cited_by_count": 286 + }, + { + "year": 2019, + "cited_by_count": 199 + }, + { + "year": 2018, + "cited_by_count": 127 + }, + { + "year": 2017, + "cited_by_count": 107 + }, + { + "year": 2016, + "cited_by_count": 40 + }, + { + "year": 2015, + "cited_by_count": 5 + } + ], + "updated_date": "2026-05-28T09:10:13.091523", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2949767632", + "doi": "https://doi.org/10.1109/access.2019.2923707", + "title": "Effective Heart Disease Prediction Using Hybrid Machine Learning Techniques", + "display_name": "Effective Heart Disease Prediction Using Hybrid Machine Learning Techniques", + "relevance_score": 2561.0251, + "publication_year": 2019, + "publication_date": "2019-01-01", + "ids": { + "openalex": "https://openalex.org/W2949767632", + "doi": "https://doi.org/10.1109/access.2019.2923707", + "mag": "2949767632" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1109/access.2019.2923707", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1109/access.2019.2923707", + "pdf_url": "https://ieeexplore.ieee.org/ielx7/6287639/8600701/08740989.pdf", + "source": { + "id": "https://openalex.org/S2485537415", + "display_name": "IEEE Access", + "issn_l": "2169-3536", + "issn": [ + "2169-3536" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310319808", + "host_organization_name": "Institute of Electrical and Electronics Engineers", + "host_organization_lineage": [ + "https://openalex.org/P4310319808" + ], + "host_organization_lineage_names": [ + "Institute of Electrical and Electronics Engineers" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IEEE Access", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref", + "doaj" + ], + "open_access": { + "is_oa": true, + "oa_status": "gold", + "oa_url": "https://ieeexplore.ieee.org/ielx7/6287639/8600701/08740989.pdf", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5013635040", + "display_name": "Senthilkumar Mohan", + "orcid": "https://orcid.org/0000-0002-8114-3147" + }, + "institutions": [ + { + "id": "https://openalex.org/I876193797", + "display_name": "Vellore Institute of Technology University", + "ror": "https://ror.org/00qzypv28", + "country_code": "IN", + "type": "education", + "lineage": [ + "https://openalex.org/I876193797" + ] + } + ], + "countries": [ + "IN" + ], + "is_corresponding": true, + "raw_author_name": "Senthilkumar Mohan", + "raw_affiliation_strings": [ + "School of Information Technology and Engineering, VIT University, Vellore, India" + ], + "raw_orcid": "https://orcid.org/0000-0002-8114-3147", + "affiliations": [ + { + "raw_affiliation_string": "School of Information Technology and Engineering, VIT University, Vellore, India", + "institution_ids": [ + "https://openalex.org/I876193797" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5012000651", + "display_name": "Chandrasegar Thirumalai", + "orcid": "https://orcid.org/0000-0001-5171-946X" + }, + "institutions": [ + { + "id": "https://openalex.org/I876193797", + "display_name": "Vellore Institute of Technology University", + "ror": "https://ror.org/00qzypv28", + "country_code": "IN", + "type": "education", + "lineage": [ + "https://openalex.org/I876193797" + ] + } + ], + "countries": [ + "IN" + ], + "is_corresponding": false, + "raw_author_name": "Chandrasegar Thirumalai", + "raw_affiliation_strings": [ + "School of Information Technology and Engineering, VIT University, Vellore, India" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "School of Information Technology and Engineering, VIT University, Vellore, India", + "institution_ids": [ + "https://openalex.org/I876193797" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5041541232", + "display_name": "Gautam Srivastava", + "orcid": "https://orcid.org/0000-0001-9851-4103" + }, + "institutions": [ + { + "id": "https://openalex.org/I48890080", + "display_name": "Brandon University", + "ror": "https://ror.org/02qp25a50", + "country_code": "CA", + "type": "education", + "lineage": [ + "https://openalex.org/I48890080" + ] + } + ], + "countries": [ + "CA" + ], + "is_corresponding": false, + "raw_author_name": "Gautam Srivastava", + "raw_affiliation_strings": [ + "Department of Mathematics and Computer Science, Brandon University, Brandon, MB, Canada" + ], + "raw_orcid": "https://orcid.org/0000-0001-9851-4103", + "affiliations": [ + { + "raw_affiliation_string": "Department of Mathematics and Computer Science, Brandon University, Brandon, MB, Canada", + "institution_ids": [ + "https://openalex.org/I48890080" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 3, + "corresponding_author_ids": [ + "https://openalex.org/A5013635040" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I876193797" + ], + "apc_list": { + "value": 1850, + "currency": "USD", + "value_usd": 1850 + }, + "apc_paid": { + "value": 1850, + "currency": "USD", + "value_usd": 1850 + }, + "fwci": 215.0425, + "has_fulltext": true, + "cited_by_count": 1855, + "citation_normalized_percentile": { + "value": 1.0, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "7", + "issue": null, + "first_page": "81542", + "last_page": "81554" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11396", + "display_name": "Artificial Intelligence in Healthcare", + "score": 0.9962000250816345, + "subfield": { + "id": "https://openalex.org/subfields/3605", + "display_name": "Health Information Management" + }, + "field": { + "id": "https://openalex.org/fields/36", + "display_name": "Health Professions" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11396", + "display_name": "Artificial Intelligence in Healthcare", + "score": 0.9962000250816345, + "subfield": { + "id": "https://openalex.org/subfields/3605", + "display_name": "Health Information Management" + }, + "field": { + "id": "https://openalex.org/fields/36", + "display_name": "Health Professions" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + }, + { + "id": "https://openalex.org/T11021", + "display_name": "ECG Monitoring and Analysis", + "score": 0.991100013256073, + "subfield": { + "id": "https://openalex.org/subfields/2705", + "display_name": "Cardiology and Cardiovascular Medicine" + }, + "field": { + "id": "https://openalex.org/fields/27", + "display_name": "Medicine" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + }, + { + "id": "https://openalex.org/T13038", + "display_name": "Internet of Things and AI", + "score": 0.9423999786376953, + "subfield": { + "id": "https://openalex.org/subfields/1710", + "display_name": "Information Systems" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7656811475753784 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.7299566864967346 + }, + { + "id": "https://openalex.org/keywords/random-forest", + "display_name": "Random forest", + "score": 0.6608107089996338 + }, + { + "id": "https://openalex.org/keywords/heart-disease", + "display_name": "Heart disease", + "score": 0.6548975110054016 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.6171836853027344 + }, + { + "id": "https://openalex.org/keywords/predictive-modelling", + "display_name": "Predictive modelling", + "score": 0.49283671379089355 + }, + { + "id": "https://openalex.org/keywords/disease", + "display_name": "Disease", + "score": 0.48001474142074585 + }, + { + "id": "https://openalex.org/keywords/internet-of-things", + "display_name": "Internet of Things", + "score": 0.4755784571170807 + }, + { + "id": "https://openalex.org/keywords/support-vector-machine", + "display_name": "Support vector machine", + "score": 0.4480767250061035 + }, + { + "id": "https://openalex.org/keywords/the-internet", + "display_name": "The Internet", + "score": 0.41082069277763367 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.3668927550315857 + }, + { + "id": "https://openalex.org/keywords/medicine", + "display_name": "Medicine", + "score": 0.10342156887054443 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7656811475753784 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.7299566864967346 + }, + { + "id": "https://openalex.org/C169258074", + "wikidata": "https://www.wikidata.org/wiki/Q245748", + "display_name": "Random forest", + "level": 2, + "score": 0.6608107089996338 + }, + { + "id": "https://openalex.org/C2780074459", + "wikidata": "https://www.wikidata.org/wiki/Q389735", + "display_name": "Heart disease", + "level": 2, + "score": 0.6548975110054016 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.6171836853027344 + }, + { + "id": "https://openalex.org/C45804977", + "wikidata": "https://www.wikidata.org/wiki/Q7239673", + "display_name": "Predictive modelling", + "level": 2, + "score": 0.49283671379089355 + }, + { + "id": "https://openalex.org/C2779134260", + "wikidata": "https://www.wikidata.org/wiki/Q12136", + "display_name": "Disease", + "level": 2, + "score": 0.48001474142074585 + }, + { + "id": "https://openalex.org/C81860439", + "wikidata": "https://www.wikidata.org/wiki/Q251212", + "display_name": "Internet of Things", + "level": 2, + "score": 0.4755784571170807 + }, + { + "id": "https://openalex.org/C12267149", + "wikidata": "https://www.wikidata.org/wiki/Q282453", + "display_name": "Support vector machine", + "level": 2, + "score": 0.4480767250061035 + }, + { + "id": "https://openalex.org/C110875604", + "wikidata": "https://www.wikidata.org/wiki/Q75", + "display_name": "The Internet", + "level": 2, + "score": 0.41082069277763367 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.3668927550315857 + }, + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.10342156887054443 + }, + { + "id": "https://openalex.org/C136764020", + "wikidata": "https://www.wikidata.org/wiki/Q466", + "display_name": "World Wide Web", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C164705383", + "wikidata": "https://www.wikidata.org/wiki/Q10379", + "display_name": "Cardiology", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C149635348", + "wikidata": "https://www.wikidata.org/wiki/Q193040", + "display_name": "Embedded system", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C142724271", + "wikidata": "https://www.wikidata.org/wiki/Q7208", + "display_name": "Pathology", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "doi:10.1109/access.2019.2923707", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1109/access.2019.2923707", + "pdf_url": "https://ieeexplore.ieee.org/ielx7/6287639/8600701/08740989.pdf", + "source": { + "id": "https://openalex.org/S2485537415", + "display_name": "IEEE Access", + "issn_l": "2169-3536", + "issn": [ + "2169-3536" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310319808", + "host_organization_name": "Institute of Electrical and Electronics Engineers", + "host_organization_lineage": [ + "https://openalex.org/P4310319808" + ], + "host_organization_lineage_names": [ + "Institute of Electrical and Electronics Engineers" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IEEE Access", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:doaj.org/article:fe87ff1a239645a0979c257a4dea4864", + "is_oa": true, + "landing_page_url": "https://doaj.org/article/fe87ff1a239645a0979c257a4dea4864", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401280", + "display_name": "DOAJ (DOAJ: Directory of Open Access Journals)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by-sa", + "license_id": "https://openalex.org/licenses/cc-by-sa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "IEEE Access, Vol 7, Pp 81542-81554 (2019)", + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "doi:10.1109/access.2019.2923707", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1109/access.2019.2923707", + "pdf_url": "https://ieeexplore.ieee.org/ielx7/6287639/8600701/08740989.pdf", + "source": { + "id": "https://openalex.org/S2485537415", + "display_name": "IEEE Access", + "issn_l": "2169-3536", + "issn": [ + "2169-3536" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310319808", + "host_organization_name": "Institute of Electrical and Electronics Engineers", + "host_organization_lineage": [ + "https://openalex.org/P4310319808" + ], + "host_organization_lineage_names": [ + "Institute of Electrical and Electronics Engineers" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "IEEE Access", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [ + { + "display_name": "Good health and well-being", + "score": 0.4000000059604645, + "id": "https://metadata.un.org/sdg/3" + } + ], + "awards": [], + "funders": [ + { + "id": "https://openalex.org/F4320324301", + "display_name": "China Medical University", + "ror": "https://ror.org/032d4f246" + } + ], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 51, + "referenced_works": [ + "https://openalex.org/W1202595205", + "https://openalex.org/W1532110920", + "https://openalex.org/W1965587486", + "https://openalex.org/W1991788616", + "https://openalex.org/W2003552981", + "https://openalex.org/W2062302861", + "https://openalex.org/W2068677783", + "https://openalex.org/W2080084655", + "https://openalex.org/W2103773860", + "https://openalex.org/W2178875556", + "https://openalex.org/W2250033699", + "https://openalex.org/W2291481687", + "https://openalex.org/W2293583529", + "https://openalex.org/W2350016386", + "https://openalex.org/W2485540933", + "https://openalex.org/W2531733772", + "https://openalex.org/W2545758574", + "https://openalex.org/W2548815743", + "https://openalex.org/W2608803612", + "https://openalex.org/W2611268076", + "https://openalex.org/W2621148797", + "https://openalex.org/W2654097460", + "https://openalex.org/W2735054537", + "https://openalex.org/W2754167666", + "https://openalex.org/W2755200181", + "https://openalex.org/W2755582817", + "https://openalex.org/W2766387270", + "https://openalex.org/W2767227735", + "https://openalex.org/W2769429260", + "https://openalex.org/W2774583472", + "https://openalex.org/W2784051633", + "https://openalex.org/W2786070938", + "https://openalex.org/W2790256058", + "https://openalex.org/W2790718901", + "https://openalex.org/W2793130752", + "https://openalex.org/W2795204643", + "https://openalex.org/W2795328221", + "https://openalex.org/W2795595258", + "https://openalex.org/W2808560727", + "https://openalex.org/W2885492729", + "https://openalex.org/W2890070546", + "https://openalex.org/W2891931318", + "https://openalex.org/W2895999059", + "https://openalex.org/W2900794383", + "https://openalex.org/W2901917857", + "https://openalex.org/W2993696341", + "https://openalex.org/W6675712684", + "https://openalex.org/W6729093307", + "https://openalex.org/W6749585949", + "https://openalex.org/W6771454245", + "https://openalex.org/W6986592312" + ], + "related_works": [ + "https://openalex.org/W4245926026", + "https://openalex.org/W3193043704", + "https://openalex.org/W4386259002", + "https://openalex.org/W1546989560", + "https://openalex.org/W4396689146", + "https://openalex.org/W4200112873", + "https://openalex.org/W2955796858", + "https://openalex.org/W2004826645", + "https://openalex.org/W3191198889", + "https://openalex.org/W4399767560" + ], + "abstract_inverted_index": { + "Heart": [ + 0 + ], + "disease": [ + 1, + 18, + 86, + 153 + ], + "is": [ + 2, + 19, + 123 + ], + "one": [ + 3 + ], + "of": [ + 4, + 9, + 16, + 26, + 50, + 71, + 74, + 117, + 128, + 145 + ], + "the": [ + 5, + 12, + 24, + 47, + 54, + 72, + 112, + 115, + 148, + 155 + ], + "most": [ + 6 + ], + "significant": [ + 7, + 102 + ], + "causes": [ + 8 + ], + "mortality": [ + 10 + ], + "in": [ + 11, + 23, + 39, + 41, + 65, + 68, + 110, + 114 + ], + "world": [ + 13 + ], + "today.": [ + 14 + ], + "Prediction": [ + 15 + ], + "cardiovascular": [ + 17, + 118 + ], + "a": [ + 20, + 81, + 95, + 160 + ], + "critical": [ + 21 + ], + "challenge": [ + 22 + ], + "area": [ + 25 + ], + "clinical": [ + 27 + ], + "data": [ + 28, + 51 + ], + "analysis.": [ + 29 + ], + "Machine": [ + 30 + ], + "learning": [ + 31, + 107 + ], + "(ML)": [ + 32 + ], + "has": [ + 33 + ], + "been": [ + 34 + ], + "shown": [ + 35 + ], + "to": [ + 36 + ], + "be": [ + 37 + ], + "effective": [ + 38 + ], + "assisting": [ + 40 + ], + "making": [ + 42 + ], + "decisions": [ + 43 + ], + "and": [ + 44, + 130 + ], + "predictions": [ + 45 + ], + "from": [ + 46 + ], + "large": [ + 48 + ], + "quantity": [ + 49 + ], + "produced": [ + 52 + ], + "by": [ + 53, + 104 + ], + "healthcare": [ + 55 + ], + "industry.": [ + 56 + ], + "We": [ + 57, + 135 + ], + "have": [ + 58 + ], + "also": [ + 59 + ], + "seen": [ + 60 + ], + "ML": [ + 61, + 88 + ], + "techniques": [ + 62, + 108 + ], + "being": [ + 63 + ], + "used": [ + 64 + ], + "recent": [ + 66 + ], + "developments": [ + 67 + ], + "different": [ + 69, + 126 + ], + "areas": [ + 70 + ], + "Internet": [ + 73 + ], + "Things": [ + 75 + ], + "(IoT).": [ + 76 + ], + "Various": [ + 77 + ], + "studies": [ + 78 + ], + "give": [ + 79 + ], + "only": [ + 80 + ], + "glimpse": [ + 82 + ], + "into": [ + 83 + ], + "predicting": [ + 84 + ], + "heart": [ + 85, + 152 + ], + "with": [ + 87, + 125, + 141, + 154, + 159 + ], + "techniques.": [ + 89, + 134 + ], + "In": [ + 90 + ], + "this": [ + 91 + ], + "paper,": [ + 92 + ], + "we": [ + 93 + ], + "propose": [ + 94 + ], + "novel": [ + 96 + ], + "method": [ + 97 + ], + "that": [ + 98 + ], + "aims": [ + 99 + ], + "at": [ + 100 + ], + "finding": [ + 101 + ], + "features": [ + 103, + 129 + ], + "applying": [ + 105 + ], + "machine": [ + 106 + ], + "resulting": [ + 109 + ], + "improving": [ + 111 + ], + "accuracy": [ + 113, + 143 + ], + "prediction": [ + 116, + 121, + 149 + ], + "disease.": [ + 119 + ], + "The": [ + 120 + ], + "model": [ + 122, + 150, + 162 + ], + "introduced": [ + 124 + ], + "combinations": [ + 127 + ], + "several": [ + 131 + ], + "known": [ + 132 + ], + "classification": [ + 133 + ], + "produce": [ + 136 + ], + "an": [ + 137, + 142 + ], + "enhanced": [ + 138 + ], + "performance": [ + 139 + ], + "level": [ + 140, + 144 + ], + "88.7%": [ + 146 + ], + "through": [ + 147 + ], + "for": [ + 151 + ], + "hybrid": [ + 156 + ], + "random": [ + 157 + ], + "forest": [ + 158 + ], + "linear": [ + 161 + ], + "(HRFLM).": [ + 163 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 81 + }, + { + "year": 2025, + "cited_by_count": 299 + }, + { + "year": 2024, + "cited_by_count": 376 + }, + { + "year": 2023, + "cited_by_count": 443 + }, + { + "year": 2022, + "cited_by_count": 335 + }, + { + "year": 2021, + "cited_by_count": 221 + }, + { + "year": 2020, + "cited_by_count": 90 + }, + { + "year": 2019, + "cited_by_count": 9 + }, + { + "year": 2012, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2995098893", + "doi": "https://doi.org/10.1186/s12911-019-1004-8", + "title": "Comparing different supervised machine learning algorithms for disease prediction", + "display_name": "Comparing different supervised machine learning algorithms for disease prediction", + "relevance_score": 2537.0056, + "publication_year": 2019, + "publication_date": "2019-12-01", + "ids": { + "openalex": "https://openalex.org/W2995098893", + "doi": "https://doi.org/10.1186/s12911-019-1004-8", + "mag": "2995098893", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/31864346" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1186/s12911-019-1004-8", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1186/s12911-019-1004-8", + "pdf_url": "https://bmcmedinformdecismak.biomedcentral.com/track/pdf/10.1186/s12911-019-1004-8", + "source": { + "id": "https://openalex.org/S107516304", + "display_name": "BMC Medical Informatics and Decision Making", + "issn_l": "1472-6947", + "issn": [ + "1472-6947" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320256", + "host_organization_name": "BioMed Central", + "host_organization_lineage": [ + "https://openalex.org/P4310320256", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "BioMed Central", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "BMC Medical Informatics and Decision Making", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref", + "doaj", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "gold", + "oa_url": "https://bmcmedinformdecismak.biomedcentral.com/track/pdf/10.1186/s12911-019-1004-8", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5073472514", + "display_name": "Shahadat Uddin", + "orcid": "https://orcid.org/0000-0003-0091-6919" + }, + "institutions": [ + { + "id": "https://openalex.org/I129604602", + "display_name": "The University of Sydney", + "ror": "https://ror.org/0384j8v12", + "country_code": "AU", + "type": "education", + "lineage": [ + "https://openalex.org/I129604602" + ] + } + ], + "countries": [ + "AU" + ], + "is_corresponding": true, + "raw_author_name": "Shahadat Uddin", + "raw_affiliation_strings": [ + "Complex Systems Research Group, Faculty of Engineering, The University of Sydney, Room 524, SIT Building (J12), Darlington, NSW, 2008, Australia. shahadat.uddin@sydney.edu.au", + "Complex Systems Research Group, Faculty of Engineering, The University of Sydney, Room 524, SIT Building (J12), Darlington, NSW, 2008, Australia" + ], + "raw_orcid": "https://orcid.org/0000-0003-0091-6919", + "affiliations": [ + { + "raw_affiliation_string": "Complex Systems Research Group, Faculty of Engineering, The University of Sydney, Room 524, SIT Building (J12), Darlington, NSW, 2008, Australia. shahadat.uddin@sydney.edu.au", + "institution_ids": [ + "https://openalex.org/I129604602" + ] + }, + { + "raw_affiliation_string": "Complex Systems Research Group, Faculty of Engineering, The University of Sydney, Room 524, SIT Building (J12), Darlington, NSW, 2008, Australia", + "institution_ids": [ + "https://openalex.org/I129604602" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5050771060", + "display_name": "Arif Khan", + "orcid": "https://orcid.org/0000-0002-5793-933X" + }, + "institutions": [ + { + "id": "https://openalex.org/I129604602", + "display_name": "The University of Sydney", + "ror": "https://ror.org/0384j8v12", + "country_code": "AU", + "type": "education", + "lineage": [ + "https://openalex.org/I129604602" + ] + }, + { + "id": "https://openalex.org/I4210117369", + "display_name": "RoZetta Institute", + "ror": "https://ror.org/02ex29a12", + "country_code": "AU", + "type": "nonprofit", + "lineage": [ + "https://openalex.org/I4210117369" + ] + } + ], + "countries": [ + "AU" + ], + "is_corresponding": false, + "raw_author_name": "Arif Khan", + "raw_affiliation_strings": [ + "Complex Systems Research Group, Faculty of Engineering, The University of Sydney, Room 524, SIT Building (J12), Darlington, NSW, 2008, Australia", + "Health Market Quality Research Stream, Capital Markets CRC, Level 3, 55 Harrington Street, Sydney, NSW, Australia" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Complex Systems Research Group, Faculty of Engineering, The University of Sydney, Room 524, SIT Building (J12), Darlington, NSW, 2008, Australia", + "institution_ids": [ + "https://openalex.org/I129604602" + ] + }, + { + "raw_affiliation_string": "Health Market Quality Research Stream, Capital Markets CRC, Level 3, 55 Harrington Street, Sydney, NSW, Australia", + "institution_ids": [ + "https://openalex.org/I4210117369" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5027942770", + "display_name": "Md Ekramul Hossain", + "orcid": "https://orcid.org/0000-0001-6913-8313" + }, + "institutions": [ + { + "id": "https://openalex.org/I129604602", + "display_name": "The University of Sydney", + "ror": "https://ror.org/0384j8v12", + "country_code": "AU", + "type": "education", + "lineage": [ + "https://openalex.org/I129604602" + ] + } + ], + "countries": [ + "AU" + ], + "is_corresponding": false, + "raw_author_name": "Md Ekramul Hossain", + "raw_affiliation_strings": [ + "Complex Systems Research Group, Faculty of Engineering, The University of Sydney, Room 524, SIT Building (J12), Darlington, NSW, 2008, Australia" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Complex Systems Research Group, Faculty of Engineering, The University of Sydney, Room 524, SIT Building (J12), Darlington, NSW, 2008, Australia", + "institution_ids": [ + "https://openalex.org/I129604602" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5034828056", + "display_name": "Mohammad Ali Moni", + "orcid": "https://orcid.org/0000-0003-0756-1006" + }, + "institutions": [ + { + "id": "https://openalex.org/I129604602", + "display_name": "The University of Sydney", + "ror": "https://ror.org/0384j8v12", + "country_code": "AU", + "type": "education", + "lineage": [ + "https://openalex.org/I129604602" + ] + } + ], + "countries": [ + "AU" + ], + "is_corresponding": false, + "raw_author_name": "Mohammad Ali Moni", + "raw_affiliation_strings": [ + "Faculty of Medicine and Health, School of Medical Sciences, The University of Sydney, Camperdown, NSW, 2006, Australia" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Faculty of Medicine and Health, School of Medical Sciences, The University of Sydney, Camperdown, NSW, 2006, Australia", + "institution_ids": [ + "https://openalex.org/I129604602" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 4, + "corresponding_author_ids": [ + "https://openalex.org/A5073472514" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I129604602" + ], + "apc_list": { + "value": 1570, + "currency": "GBP", + "value_usd": 1925 + }, + "apc_paid": { + "value": 1570, + "currency": "GBP", + "value_usd": 1925 + }, + "fwci": 163.4859, + "has_fulltext": false, + "cited_by_count": 1618, + "citation_normalized_percentile": { + "value": 0.99985259, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": "19", + "issue": "1", + "first_page": "281", + "last_page": "281" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11396", + "display_name": "Artificial Intelligence in Healthcare", + "score": 0.8751999735832214, + "subfield": { + "id": "https://openalex.org/subfields/3605", + "display_name": "Health Information Management" + }, + "field": { + "id": "https://openalex.org/fields/36", + "display_name": "Health Professions" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11396", + "display_name": "Artificial Intelligence in Healthcare", + "score": 0.8751999735832214, + "subfield": { + "id": "https://openalex.org/subfields/3605", + "display_name": "Health Information Management" + }, + "field": { + "id": "https://openalex.org/fields/36", + "display_name": "Health Professions" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + }, + { + "id": "https://openalex.org/T13702", + "display_name": "Machine Learning in Healthcare", + "score": 0.008799999952316284, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11652", + "display_name": "Imbalanced Data Classification Techniques", + "score": 0.0066999997943639755, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/health-informatics", + "display_name": "Health informatics", + "score": 0.7566148042678833 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6764706373214722 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6419437527656555 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5513378381729126 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.41022202372550964 + }, + { + "id": "https://openalex.org/keywords/public-health", + "display_name": "Public health", + "score": 0.221120685338974 + }, + { + "id": "https://openalex.org/keywords/medicine", + "display_name": "Medicine", + "score": 0.2029423713684082 + }, + { + "id": "https://openalex.org/keywords/nursing", + "display_name": "Nursing", + "score": 0.09734433889389038 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C145642194", + "wikidata": "https://www.wikidata.org/wiki/Q870895", + "display_name": "Health informatics", + "level": 3, + "score": 0.7566148042678833 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6764706373214722 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6419437527656555 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5513378381729126 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.41022202372550964 + }, + { + "id": "https://openalex.org/C138816342", + "wikidata": "https://www.wikidata.org/wiki/Q189603", + "display_name": "Public health", + "level": 2, + "score": 0.221120685338974 + }, + { + "id": "https://openalex.org/C71924100", + "wikidata": "https://www.wikidata.org/wiki/Q11190", + "display_name": "Medicine", + "level": 0, + "score": 0.2029423713684082 + }, + { + "id": "https://openalex.org/C159110408", + "wikidata": "https://www.wikidata.org/wiki/Q121176", + "display_name": "Nursing", + "level": 1, + "score": 0.09734433889389038 + } + ], + "mesh": [ + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000081415", + "descriptor_name": "Clinical Decision Rules", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000081415", + "descriptor_name": "Clinical Decision Rules", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000081415", + "descriptor_name": "Clinical Decision Rules", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D001499", + "descriptor_name": "Bayes Theorem", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D001499", + "descriptor_name": "Bayes Theorem", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D001499", + "descriptor_name": "Bayes Theorem", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012307", + "descriptor_name": "Risk Factors", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012307", + "descriptor_name": "Risk Factors", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012307", + "descriptor_name": "Risk Factors", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D057225", + "descriptor_name": "Data Mining", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D057225", + "descriptor_name": "Data Mining", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D057225", + "descriptor_name": "Data Mining", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D060388", + "descriptor_name": "Support Vector Machine", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D060388", + "descriptor_name": "Support Vector Machine", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D060388", + "descriptor_name": "Support Vector Machine", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + } + ], + "locations_count": 5, + "locations": [ + { + "id": "doi:10.1186/s12911-019-1004-8", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1186/s12911-019-1004-8", + "pdf_url": "https://bmcmedinformdecismak.biomedcentral.com/track/pdf/10.1186/s12911-019-1004-8", + "source": { + "id": "https://openalex.org/S107516304", + "display_name": "BMC Medical Informatics and Decision Making", + "issn_l": "1472-6947", + "issn": [ + "1472-6947" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320256", + "host_organization_name": "BioMed Central", + "host_organization_lineage": [ + "https://openalex.org/P4310320256", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "BioMed Central", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "BMC Medical Informatics and Decision Making", + "raw_type": "journal-article" + }, + { + "id": "pmid:31864346", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/31864346", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "BMC medical informatics and decision making", + "raw_type": null + }, + { + "id": "pmh:oai:pure.atira.dk:publications/17d2b406-1692-4f37-9f49-13ef0305ae3b", + "is_oa": true, + "landing_page_url": "https://researchoutput.csu.edu.au/en/publications/17d2b406-1692-4f37-9f49-13ef0305ae3b", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S7407055442", + "display_name": "Charles Sturt University Research Output (CRO)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Uddin, S, Khan, A, Hossain, M E & Moni, M A 2019, 'Comparing different supervised machine learning algorithms for disease prediction', BMC Medical Informatics and Decision Making, vol. 19, no. 1, 281. https://doi.org/10.1186/s12911-019-1004-8", + "raw_type": "info:eu-repo/semantics/publishedVersion" + }, + { + "id": "pmh:oai:doaj.org/article:9563bebece94495291af01cd287627a5", + "is_oa": false, + "landing_page_url": "https://doaj.org/article/9563bebece94495291af01cd287627a5", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401280", + "display_name": "DOAJ (DOAJ: Directory of Open Access Journals)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "BMC Medical Informatics and Decision Making, Vol 19, Iss 1, Pp 1-16 (2019)", + "raw_type": "article" + }, + { + "id": "pmh:oai:pubmedcentral.nih.gov:6925840", + "is_oa": true, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/6925840", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2764455111", + "display_name": "PubMed Central", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "BMC Med Inform Decis Mak", + "raw_type": "Text" + } + ], + "best_oa_location": { + "id": "doi:10.1186/s12911-019-1004-8", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1186/s12911-019-1004-8", + "pdf_url": "https://bmcmedinformdecismak.biomedcentral.com/track/pdf/10.1186/s12911-019-1004-8", + "source": { + "id": "https://openalex.org/S107516304", + "display_name": "BMC Medical Informatics and Decision Making", + "issn_l": "1472-6947", + "issn": [ + "1472-6947" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320256", + "host_organization_name": "BioMed Central", + "host_organization_lineage": [ + "https://openalex.org/P4310320256", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "BioMed Central", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "BMC Medical Informatics and Decision Making", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 87, + "referenced_works": [ + "https://openalex.org/W51263609", + "https://openalex.org/W101938375", + "https://openalex.org/W129507607", + "https://openalex.org/W166622706", + "https://openalex.org/W179179905", + "https://openalex.org/W1130077638", + "https://openalex.org/W1171616665", + "https://openalex.org/W1498436455", + "https://openalex.org/W1565746575", + "https://openalex.org/W1590675038", + "https://openalex.org/W1596324102", + "https://openalex.org/W1615991656", + "https://openalex.org/W1648885110", + "https://openalex.org/W1651586605", + "https://openalex.org/W1756788811", + "https://openalex.org/W1968571599", + "https://openalex.org/W1972404374", + "https://openalex.org/W1972588194", + "https://openalex.org/W1973448749", + "https://openalex.org/W1973948212", + "https://openalex.org/W1983024255", + "https://openalex.org/W1995341919", + "https://openalex.org/W1996856743", + "https://openalex.org/W2005501262", + "https://openalex.org/W2012316318", + "https://openalex.org/W2017993392", + "https://openalex.org/W2049623605", + "https://openalex.org/W2052655222", + "https://openalex.org/W2063130532", + "https://openalex.org/W2065831478", + "https://openalex.org/W2066525392", + "https://openalex.org/W2083866813", + "https://openalex.org/W2101234009", + "https://openalex.org/W2103069675", + "https://openalex.org/W2103441516", + "https://openalex.org/W2104890527", + "https://openalex.org/W2111974630", + "https://openalex.org/W2117646649", + "https://openalex.org/W2118020653", + "https://openalex.org/W2120109270", + "https://openalex.org/W2122111042", + "https://openalex.org/W2149706766", + "https://openalex.org/W2156098321", + "https://openalex.org/W2157784421", + "https://openalex.org/W2158698691", + "https://openalex.org/W2184248488", + "https://openalex.org/W2187651840", + "https://openalex.org/W2242827712", + "https://openalex.org/W2256130358", + "https://openalex.org/W2259337669", + "https://openalex.org/W2270635011", + "https://openalex.org/W2277317151", + "https://openalex.org/W2285678238", + "https://openalex.org/W2324845196", + "https://openalex.org/W2339549526", + "https://openalex.org/W2394922069", + "https://openalex.org/W2407129890", + "https://openalex.org/W2478337590", + "https://openalex.org/W2498119267", + "https://openalex.org/W2504629029", + "https://openalex.org/W2511048274", + "https://openalex.org/W2548466742", + "https://openalex.org/W2569214105", + "https://openalex.org/W2604503416", + "https://openalex.org/W2610135452", + "https://openalex.org/W2614141400", + "https://openalex.org/W2754510604", + "https://openalex.org/W2755895186", + "https://openalex.org/W2757722543", + "https://openalex.org/W2764175852", + "https://openalex.org/W2773413394", + "https://openalex.org/W2784168210", + "https://openalex.org/W2791504809", + "https://openalex.org/W2796884049", + "https://openalex.org/W2799071577", + "https://openalex.org/W2800253831", + "https://openalex.org/W2807027008", + "https://openalex.org/W2807992546", + "https://openalex.org/W2885479215", + "https://openalex.org/W2904579171", + "https://openalex.org/W2911495555", + "https://openalex.org/W2911964244", + "https://openalex.org/W2963873275", + "https://openalex.org/W2991792334", + "https://openalex.org/W4285719527", + "https://openalex.org/W6607259140", + "https://openalex.org/W6675354045" + ], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W3046775127", + "https://openalex.org/W4394896187", + "https://openalex.org/W3170094116", + "https://openalex.org/W4386462264", + "https://openalex.org/W3107602296", + "https://openalex.org/W4364306694", + "https://openalex.org/W4312192474", + "https://openalex.org/W4283697347" + ], + "abstract_inverted_index": { + "BACKGROUND:": [ + 0 + ], + "Supervised": [ + 1 + ], + "machine": [ + 2, + 43, + 74, + 108, + 200, + 225 + ], + "learning": [ + 3, + 44, + 75, + 109, + 201, + 226 + ], + "algorithms": [ + 4, + 110, + 202 + ], + "have": [ + 5 + ], + "been": [ + 6 + ], + "a": [ + 7, + 23, + 188 + ], + "dominant": [ + 8 + ], + "method": [ + 9 + ], + "in": [ + 10, + 100, + 163, + 176, + 218 + ], + "the": [ + 11, + 35, + 103, + 118, + 133, + 141, + 151, + 160, + 179, + 192, + 219 + ], + "data": [ + 12, + 19 + ], + "mining": [ + 13 + ], + "field.": [ + 14 + ], + "Disease": [ + 15 + ], + "prediction": [ + 16 + ], + "using": [ + 17 + ], + "health": [ + 18 + ], + "has": [ + 20 + ], + "recently": [ + 21 + ], + "shown": [ + 22 + ], + "potential": [ + 24 + ], + "application": [ + 25 + ], + "area": [ + 26 + ], + "for": [ + 27, + 51, + 89, + 102, + 111, + 203, + 228 + ], + "these": [ + 28 + ], + "methods.": [ + 29 + ], + "This": [ + 30, + 169, + 185, + 206 + ], + "study": [ + 31, + 186 + ], + "ai7ms": [ + 32 + ], + "to": [ + 33, + 64, + 215 + ], + "identify": [ + 34, + 65 + ], + "key": [ + 36 + ], + "trends": [ + 37 + ], + "among": [ + 38, + 105 + ], + "different": [ + 39, + 90, + 196 + ], + "types": [ + 40, + 91 + ], + "of": [ + 41, + 92, + 165, + 178, + 191, + 195, + 198, + 209, + 221 + ], + "supervised": [ + 42, + 73, + 107, + 199, + 224 + ], + "algorithms,": [ + 45 + ], + "and": [ + 46, + 49, + 85 + ], + "their": [ + 47, + 229 + ], + "performance": [ + 48, + 194, + 211 + ], + "usage": [ + 50 + ], + "disease": [ + 52, + 79, + 112, + 204 + ], + "risk": [ + 53 + ], + "prediction.": [ + 54, + 80, + 113, + 205 + ], + "METHODS:": [ + 55 + ], + "In": [ + 56 + ], + "this": [ + 57 + ], + "study,": [ + 58 + ], + "extensive": [ + 59 + ], + "research": [ + 60 + ], + "efforts": [ + 61 + ], + "were": [ + 62, + 87 + ], + "made": [ + 63 + ], + "those": [ + 66 + ], + "studies": [ + 67, + 153, + 180 + ], + "that": [ + 68, + 117 + ], + "applied": [ + 69, + 125 + ], + "more": [ + 70 + ], + "than": [ + 71 + ], + "one": [ + 72 + ], + "algorithm": [ + 76, + 123, + 136, + 145, + 227 + ], + "on": [ + 77 + ], + "single": [ + 78 + ], + "Two": [ + 81 + ], + "databases": [ + 82 + ], + "(i.e.,": [ + 83 + ], + "Scopus": [ + 84 + ], + "PubMed)": [ + 86 + ], + "searched": [ + 88 + ], + "search": [ + 93 + ], + "items.": [ + 94 + ], + "Thus,": [ + 95 + ], + "we": [ + 96 + ], + "selected": [ + 97 + ], + "48": [ + 98 + ], + "articles": [ + 99 + ], + "total": [ + 101 + ], + "comparison": [ + 104 + ], + "variants": [ + 106, + 197 + ], + "RESULTS:": [ + 114 + ], + "We": [ + 115 + ], + "found": [ + 116 + ], + "Support": [ + 119 + ], + "Vector": [ + 120 + ], + "Machine": [ + 121 + ], + "(SVM)": [ + 122 + ], + "is": [ + 124 + ], + "most": [ + 126 + ], + "frequently": [ + 127 + ], + "(in": [ + 128, + 137 + ], + "29": [ + 129 + ], + "studies)": [ + 130 + ], + "followed": [ + 131, + 171 + ], + "by": [ + 132, + 172 + ], + "Naïve": [ + 134 + ], + "Bayes": [ + 135 + ], + "23": [ + 138 + ], + "studies).": [ + 139 + ], + "However,": [ + 140 + ], + "Random": [ + 142 + ], + "Forest": [ + 143 + ], + "(RF)": [ + 144 + ], + "showed": [ + 146, + 159 + ], + "superior": [ + 147 + ], + "accuracy": [ + 148, + 162 + ], + "comparatively.": [ + 149 + ], + "Of": [ + 150 + ], + "17": [ + 152 + ], + "where": [ + 154 + ], + "it": [ + 155, + 181 + ], + "was": [ + 156, + 170, + 182 + ], + "applied,": [ + 157 + ], + "RF": [ + 158 + ], + "highest": [ + 161 + ], + "9": [ + 164 + ], + "them,": [ + 166 + ], + "i.e.,": [ + 167 + ], + "53%.": [ + 168 + ], + "SVM": [ + 173 + ], + "which": [ + 174 + ], + "topped": [ + 175 + ], + "41%": [ + 177 + ], + "considered.": [ + 183 + ], + "CONCLUSION:": [ + 184 + ], + "provides": [ + 187 + ], + "wide": [ + 189 + ], + "overview": [ + 190 + ], + "relative": [ + 193, + 210 + ], + "important": [ + 207 + ], + "information": [ + 208 + ], + "can": [ + 212 + ], + "be": [ + 213 + ], + "used": [ + 214 + ], + "aid": [ + 216 + ], + "researchers": [ + 217 + ], + "selection": [ + 220 + ], + "an": [ + 222 + ], + "appropriate": [ + 223 + ], + "studies.": [ + 230 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 72 + }, + { + "year": 2025, + "cited_by_count": 313 + }, + { + "year": 2024, + "cited_by_count": 370 + }, + { + "year": 2023, + "cited_by_count": 368 + }, + { + "year": 2022, + "cited_by_count": 289 + }, + { + "year": 2021, + "cited_by_count": 168 + }, + { + "year": 2020, + "cited_by_count": 37 + } + ], + "updated_date": "2026-05-27T09:02:27.158192", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2936573766", + "doi": "https://doi.org/10.1186/s12874-019-0681-4", + "title": "Machine learning in medicine: a practical introduction", + "display_name": "Machine learning in medicine: a practical introduction", + "relevance_score": 2524.7993, + "publication_year": 2019, + "publication_date": "2019-03-19", + "ids": { + "openalex": "https://openalex.org/W2936573766", + "doi": "https://doi.org/10.1186/s12874-019-0681-4", + "mag": "2936573766", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/30890124" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1186/s12874-019-0681-4", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1186/s12874-019-0681-4", + "pdf_url": "https://bmcmedresmethodol.biomedcentral.com/track/pdf/10.1186/s12874-019-0681-4", + "source": { + "id": "https://openalex.org/S185874209", + "display_name": "BMC Medical Research Methodology", + "issn_l": "1471-2288", + "issn": [ + "1471-2288" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320256", + "host_organization_name": "BioMed Central", + "host_organization_lineage": [ + "https://openalex.org/P4310320256", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "BioMed Central", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "BMC Medical Research Methodology", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref", + "doaj", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "gold", + "oa_url": "https://bmcmedresmethodol.biomedcentral.com/track/pdf/10.1186/s12874-019-0681-4", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5011988336", + "display_name": "Jenni A. M. Sidey-Gibbons", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I241749", + "display_name": "University of Cambridge", + "ror": "https://ror.org/013meh722", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I241749" + ] + } + ], + "countries": [ + "GB" + ], + "is_corresponding": false, + "raw_author_name": "Jenni A. M. Sidey-Gibbons", + "raw_affiliation_strings": [ + "Department of Engineering, University of Cambridge, Trumpington Street, Cambridge, CB2 1PZ, UK" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Engineering, University of Cambridge, Trumpington Street, Cambridge, CB2 1PZ, UK", + "institution_ids": [ + "https://openalex.org/I241749" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5038685423", + "display_name": "Chris Sidey‐Gibbons", + "orcid": "https://orcid.org/0000-0002-4732-7305" + }, + "institutions": [ + { + "id": "https://openalex.org/I1283280774", + "display_name": "Brigham and Women's Hospital", + "ror": "https://ror.org/04b6nzv94", + "country_code": "US", + "type": "healthcare", + "lineage": [ + "https://openalex.org/I1283280774", + "https://openalex.org/I48633490" + ] + }, + { + "id": "https://openalex.org/I136199984", + "display_name": "Harvard University", + "ror": "https://ror.org/03vek6s52", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I136199984" + ] + }, + { + "id": "https://openalex.org/I241749", + "display_name": "University of Cambridge", + "ror": "https://ror.org/013meh722", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I241749" + ] + } + ], + "countries": [ + "GB", + "US" + ], + "is_corresponding": true, + "raw_author_name": "Chris J. Sidey-Gibbons", + "raw_affiliation_strings": [ + "Department of Surgery, Brigham and Women's Hospital, 75 Francis Street, Boston, 01225, Massachusetts, USA. cgibbons2@bwh.harvard.edu", + "Department of Surgery, Harvard Medical School, 25 Shattuck Street, Boston, 01225, Massachusetts, USA. cgibbons2@bwh.harvard.edu", + "University of Cambridge Psychometrics Centre, Trumpington Street, Cambridge, CB2 1AG, UK. cgibbons2@bwh.harvard.edu", + "Department of Surgery, Harvard Medical School, 25 Shattuck Street, Boston, 01225, Massachusetts, USA" + ], + "raw_orcid": "https://orcid.org/0000-0002-4732-7305", + "affiliations": [ + { + "raw_affiliation_string": "Department of Surgery, Brigham and Women's Hospital, 75 Francis Street, Boston, 01225, Massachusetts, USA. cgibbons2@bwh.harvard.edu", + "institution_ids": [ + "https://openalex.org/I1283280774" + ] + }, + { + "raw_affiliation_string": "Department of Surgery, Harvard Medical School, 25 Shattuck Street, Boston, 01225, Massachusetts, USA. cgibbons2@bwh.harvard.edu", + "institution_ids": [ + "https://openalex.org/I136199984" + ] + }, + { + "raw_affiliation_string": "University of Cambridge Psychometrics Centre, Trumpington Street, Cambridge, CB2 1AG, UK. cgibbons2@bwh.harvard.edu", + "institution_ids": [ + "https://openalex.org/I241749" + ] + }, + { + "raw_affiliation_string": "Department of Surgery, Harvard Medical School, 25 Shattuck Street, Boston, 01225, Massachusetts, USA", + "institution_ids": [ + "https://openalex.org/I136199984" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 2, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5038685423" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I1283280774", + "https://openalex.org/I136199984", + "https://openalex.org/I241749" + ], + "apc_list": { + "value": 1790, + "currency": "GBP", + "value_usd": 2195 + }, + "apc_paid": { + "value": 1790, + "currency": "GBP", + "value_usd": 2195 + }, + "fwci": 68.7809, + "has_fulltext": true, + "cited_by_count": 1263, + "citation_normalized_percentile": { + "value": 0.99923339, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 98, + "max": 100 + }, + "biblio": { + "volume": "19", + "issue": "1", + "first_page": "64", + "last_page": "64" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10862", + "display_name": "AI in cancer detection", + "score": 0.9581000208854675, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10862", + "display_name": "AI in cancer detection", + "score": 0.9581000208854675, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12422", + "display_name": "Radiomics and Machine Learning in Medical Imaging", + "score": 0.003700000001117587, + "subfield": { + "id": "https://openalex.org/subfields/2741", + "display_name": "Radiology, Nuclear Medicine and Imaging" + }, + "field": { + "id": "https://openalex.org/fields/27", + "display_name": "Medicine" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + }, + { + "id": "https://openalex.org/T12994", + "display_name": "Infrared Thermography in Medicine", + "score": 0.0031999999191612005, + "subfield": { + "id": "https://openalex.org/subfields/2741", + "display_name": "Radiology, Nuclear Medicine and Imaging" + }, + "field": { + "id": "https://openalex.org/fields/27", + "display_name": "Medicine" + }, + "domain": { + "id": "https://openalex.org/domains/4", + "display_name": "Health Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.8439639806747437 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.762427806854248 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7216744422912598 + }, + { + "id": "https://openalex.org/keywords/support-vector-machine", + "display_name": "Support vector machine", + "score": 0.7101428508758545 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.48576977849006653 + }, + { + "id": "https://openalex.org/keywords/cross-validation", + "display_name": "Cross-validation", + "score": 0.4503832459449768 + }, + { + "id": "https://openalex.org/keywords/sensitivity", + "display_name": "Sensitivity (control systems)", + "score": 0.4276343286037445 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.39164337515830994 + }, + { + "id": "https://openalex.org/keywords/algorithm", + "display_name": "Algorithm", + "score": 0.33824363350868225 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.8439639806747437 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.762427806854248 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7216744422912598 + }, + { + "id": "https://openalex.org/C12267149", + "wikidata": "https://www.wikidata.org/wiki/Q282453", + "display_name": "Support vector machine", + "level": 2, + "score": 0.7101428508758545 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.48576977849006653 + }, + { + "id": "https://openalex.org/C27181475", + "wikidata": "https://www.wikidata.org/wiki/Q541014", + "display_name": "Cross-validation", + "level": 2, + "score": 0.4503832459449768 + }, + { + "id": "https://openalex.org/C21200559", + "wikidata": "https://www.wikidata.org/wiki/Q7451068", + "display_name": "Sensitivity (control systems)", + "level": 2, + "score": 0.4276343286037445 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.39164337515830994 + }, + { + "id": "https://openalex.org/C11413529", + "wikidata": "https://www.wikidata.org/wiki/Q8366", + "display_name": "Algorithm", + "level": 1, + "score": 0.33824363350868225 + }, + { + "id": "https://openalex.org/C24326235", + "wikidata": "https://www.wikidata.org/wiki/Q126095", + "display_name": "Electronic engineering", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C127413603", + "wikidata": "https://www.wikidata.org/wiki/Q11023", + "display_name": "Engineering", + "level": 0, + "score": 0.0 + } + ], + "mesh": [ + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D001943", + "descriptor_name": "Breast Neoplasms", + "qualifier_ui": "Q000175", + "qualifier_name": "diagnosis", + "is_major_topic": false + }, + { + "descriptor_ui": "D001943", + "descriptor_name": "Breast Neoplasms", + "qualifier_ui": "Q000175", + "qualifier_name": "diagnosis", + "is_major_topic": false + }, + { + "descriptor_ui": "D001943", + "descriptor_name": "Breast Neoplasms", + "qualifier_ui": "Q000175", + "qualifier_name": "diagnosis", + "is_major_topic": false + }, + { + "descriptor_ui": "D001943", + "descriptor_name": "Breast Neoplasms", + "qualifier_ui": "Q000175", + "qualifier_name": "diagnosis", + "is_major_topic": false + }, + { + "descriptor_ui": "D001943", + "descriptor_name": "Breast Neoplasms", + "qualifier_ui": "Q000175", + "qualifier_name": "diagnosis", + "is_major_topic": false + }, + { + "descriptor_ui": "D003936", + "descriptor_name": "Diagnosis, Computer-Assisted", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D003936", + "descriptor_name": "Diagnosis, Computer-Assisted", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D003936", + "descriptor_name": "Diagnosis, Computer-Assisted", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D003936", + "descriptor_name": "Diagnosis, Computer-Assisted", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D003936", + "descriptor_name": "Diagnosis, Computer-Assisted", + "qualifier_ui": "Q000379", + "qualifier_name": "methods", + "is_major_topic": false + }, + { + "descriptor_ui": "D005260", + "descriptor_name": "Female", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D005260", + "descriptor_name": "Female", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D005260", + "descriptor_name": "Female", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D005260", + "descriptor_name": "Female", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D005260", + "descriptor_name": "Female", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012680", + "descriptor_name": "Sensitivity and Specificity", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012680", + "descriptor_name": "Sensitivity and Specificity", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012680", + "descriptor_name": "Sensitivity and Specificity", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012680", + "descriptor_name": "Sensitivity and Specificity", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012680", + "descriptor_name": "Sensitivity and Specificity", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012984", + "descriptor_name": "Software", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012984", + "descriptor_name": "Software", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012984", + "descriptor_name": "Software", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012984", + "descriptor_name": "Software", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D012984", + "descriptor_name": "Software", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D016571", + "descriptor_name": "Neural Networks, Computer", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D016571", + "descriptor_name": "Neural Networks, Computer", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D016571", + "descriptor_name": "Neural Networks, Computer", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D016571", + "descriptor_name": "Neural Networks, Computer", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D016571", + "descriptor_name": "Neural Networks, Computer", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D060388", + "descriptor_name": "Support Vector Machine", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D060388", + "descriptor_name": "Support Vector Machine", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D060388", + "descriptor_name": "Support Vector Machine", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D060388", + "descriptor_name": "Support Vector Machine", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D060388", + "descriptor_name": "Support Vector Machine", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + } + ], + "locations_count": 4, + "locations": [ + { + "id": "doi:10.1186/s12874-019-0681-4", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1186/s12874-019-0681-4", + "pdf_url": "https://bmcmedresmethodol.biomedcentral.com/track/pdf/10.1186/s12874-019-0681-4", + "source": { + "id": "https://openalex.org/S185874209", + "display_name": "BMC Medical Research Methodology", + "issn_l": "1471-2288", + "issn": [ + "1471-2288" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320256", + "host_organization_name": "BioMed Central", + "host_organization_lineage": [ + "https://openalex.org/P4310320256", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "BioMed Central", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "BMC Medical Research Methodology", + "raw_type": "journal-article" + }, + { + "id": "pmid:30890124", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/30890124", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "BMC medical research methodology", + "raw_type": null + }, + { + "id": "pmh:oai:doaj.org/article:5bab4056aa204fd895ccd0806796ea31", + "is_oa": true, + "landing_page_url": "https://doaj.org/article/5bab4056aa204fd895ccd0806796ea31", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401280", + "display_name": "DOAJ (DOAJ: Directory of Open Access Journals)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by-sa", + "license_id": "https://openalex.org/licenses/cc-by-sa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "BMC Medical Research Methodology, Vol 19, Iss 1, Pp 1-18 (2019)", + "raw_type": "article" + }, + { + "id": "pmh:oai:europepmc.org:5418903", + "is_oa": true, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/6425557", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400806", + "display_name": "Europe PMC (PubMed Central)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1303153112", + "host_organization_name": "European Bioinformatics Institute", + "host_organization_lineage": [ + "https://openalex.org/I1303153112" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "Text" + } + ], + "best_oa_location": { + "id": "doi:10.1186/s12874-019-0681-4", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1186/s12874-019-0681-4", + "pdf_url": "https://bmcmedresmethodol.biomedcentral.com/track/pdf/10.1186/s12874-019-0681-4", + "source": { + "id": "https://openalex.org/S185874209", + "display_name": "BMC Medical Research Methodology", + "issn_l": "1471-2288", + "issn": [ + "1471-2288" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310320256", + "host_organization_name": "BioMed Central", + "host_organization_lineage": [ + "https://openalex.org/P4310320256", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "BioMed Central", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "BMC Medical Research Methodology", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [], + "awards": [ + { + "id": "https://openalex.org/G3027281633", + "display_name": null, + "funder_award_id": "PDF-2014-07-28", + "funder_id": "https://openalex.org/F4320334659", + "funder_display_name": "Research Trainees Coordinating Centre" + }, + { + "id": "https://openalex.org/G5017041387", + "display_name": null, + "funder_award_id": "PDF-2014-07-028", + "funder_id": "https://openalex.org/F4320319990", + "funder_display_name": "National Institute for Health and Care Research" + }, + { + "id": "https://openalex.org/G6065741097", + "display_name": null, + "funder_award_id": "CDF-2017-10-019", + "funder_id": "https://openalex.org/F4320334659", + "funder_display_name": "Research Trainees Coordinating Centre" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320319990", + "display_name": "National Institute for Health and Care Research", + "ror": "https://ror.org/0187kwz08" + }, + { + "id": "https://openalex.org/F4320334659", + "display_name": "Research Trainees Coordinating Centre", + "ror": "https://ror.org/0187kwz08" + } + ], + "has_content": { + "pdf": true, + "grobid_xml": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W2936573766.pdf", + "grobid_xml": "https://content.openalex.org/works/W2936573766.grobid-xml" + }, + "referenced_works_count": 40, + "referenced_works": [ + "https://openalex.org/W85009029", + "https://openalex.org/W1267646904", + "https://openalex.org/W1880262756", + "https://openalex.org/W1901616594", + "https://openalex.org/W1955303603", + "https://openalex.org/W1969557815", + "https://openalex.org/W1979744342", + "https://openalex.org/W2015795623", + "https://openalex.org/W2039708501", + "https://openalex.org/W2054290230", + "https://openalex.org/W2062227835", + "https://openalex.org/W2068181924", + "https://openalex.org/W2105034425", + "https://openalex.org/W2119821739", + "https://openalex.org/W2122825543", + "https://openalex.org/W2148554370", + "https://openalex.org/W2153803020", + "https://openalex.org/W2157825442", + "https://openalex.org/W2161793142", + "https://openalex.org/W2163605009", + "https://openalex.org/W2180737626", + "https://openalex.org/W2187089797", + "https://openalex.org/W2236731268", + "https://openalex.org/W2254050631", + "https://openalex.org/W2263224247", + "https://openalex.org/W2282821441", + "https://openalex.org/W2440159969", + "https://openalex.org/W2581082771", + "https://openalex.org/W2598641350", + "https://openalex.org/W2599379579", + "https://openalex.org/W2788588291", + "https://openalex.org/W2789894922", + "https://openalex.org/W3023058184", + "https://openalex.org/W3048797457", + "https://openalex.org/W4235011515", + "https://openalex.org/W4235051201", + "https://openalex.org/W4239510810", + "https://openalex.org/W4288077072", + "https://openalex.org/W6632445771", + "https://openalex.org/W6639619044" + ], + "related_works": [ + "https://openalex.org/W2090763504", + "https://openalex.org/W816105089", + "https://openalex.org/W148178222", + "https://openalex.org/W2104657898", + "https://openalex.org/W1948992892", + "https://openalex.org/W1886884218", + "https://openalex.org/W2550904580", + "https://openalex.org/W2963653239", + "https://openalex.org/W4241378172", + "https://openalex.org/W2144801536" + ], + "abstract_inverted_index": { + "BACKGROUND:": [ + 0 + ], + "Following": [ + 1 + ], + "visible": [ + 2 + ], + "successes": [ + 3 + ], + "on": [ + 4, + 131, + 155 + ], + "a": [ + 5, + 35, + 42, + 99, + 190, + 255, + 261 + ], + "wide": [ + 6 + ], + "range": [ + 7 + ], + "of": [ + 8, + 65, + 79, + 171, + 179, + 270 + ], + "predictive": [ + 9, + 49, + 72, + 186 + ], + "tasks,": [ + 10 + ], + "machine": [ + 11, + 39, + 66, + 271 + ], + "learning": [ + 12, + 40, + 67, + 272 + ], + "techniques": [ + 13, + 68 + ], + "are": [ + 14 + ], + "attracting": [ + 15 + ], + "substantial": [ + 16 + ], + "interest": [ + 17 + ], + "from": [ + 18, + 82, + 133 + ], + "medical": [ + 19, + 276 + ], + "researchers": [ + 20 + ], + "and": [ + 21, + 47, + 56, + 104, + 124, + 169, + 181, + 221, + 228, + 268, + 275, + 296 + ], + "clinicians.": [ + 22 + ], + "We": [ + 23, + 61, + 128, + 150, + 175, + 188, + 259 + ], + "address": [ + 24 + ], + "the": [ + 25, + 63, + 113, + 134, + 143, + 147, + 152, + 156, + 160, + 166, + 172, + 177, + 197, + 231, + 237, + 266 + ], + "need": [ + 26 + ], + "for": [ + 27, + 74, + 273 + ], + "capacity": [ + 28 + ], + "development": [ + 29 + ], + "in": [ + 30, + 146 + ], + "this": [ + 31 + ], + "area": [ + 32, + 229 + ], + "by": [ + 33, + 69 + ], + "providing": [ + 34 + ], + "conceptual": [ + 36 + ], + "introduction": [ + 37 + ], + "to": [ + 38, + 45, + 141, + 164, + 184, + 193, + 209, + 264, + 288 + ], + "alongside": [ + 41 + ], + "practical": [ + 43 + ], + "guide": [ + 44, + 192 + ], + "developing": [ + 46, + 70, + 194 + ], + "evaluating": [ + 48 + ], + "algorithms": [ + 50, + 86, + 130, + 195, + 206, + 251 + ], + "using": [ + 51, + 77, + 196, + 236 + ], + "freely-available": [ + 52 + ], + "open": [ + 53 + ], + "source": [ + 54 + ], + "software": [ + 55 + ], + "public": [ + 57 + ], + "domain": [ + 58 + ], + "data.": [ + 59 + ], + "METHODS:": [ + 60 + ], + "demonstrate": [ + 62, + 265, + 282 + ], + "use": [ + 64, + 178, + 260 + ], + "three": [ + 71, + 173 + ], + "models": [ + 73 + ], + "cancer": [ + 75 + ], + "diagnosis": [ + 76 + ], + "descriptions": [ + 78 + ], + "nuclei": [ + 80, + 212 + ], + "sampled": [ + 81 + ], + "breast": [ + 83, + 114 + ], + "masses.": [ + 84 + ], + "These": [ + 85 + ], + "include": [ + 87 + ], + "regularized": [ + 88 + ], + "General": [ + 89 + ], + "Linear": [ + 90 + ], + "Model": [ + 91 + ], + "regression": [ + 92 + ], + "(GLMs),": [ + 93 + ], + "Support": [ + 94 + ], + "Vector": [ + 95 + ], + "Machines": [ + 96 + ], + "(SVMs)": [ + 97 + ], + "with": [ + 98, + 159, + 213 + ], + "radial": [ + 100 + ], + "basis": [ + 101 + ], + "function": [ + 102 + ], + "kernel,": [ + 103 + ], + "single-layer": [ + 105 + ], + "Artificial": [ + 106 + ], + "Neural": [ + 107 + ], + "Networks.": [ + 108 + ], + "The": [ + 109, + 204, + 278 + ], + "publicly-available": [ + 110 + ], + "dataset": [ + 111 + ], + "describing": [ + 112 + ], + "mass": [ + 115 + ], + "samples": [ + 116 + ], + "(N=683)": [ + 117 + ], + "was": [ + 118, + 234 + ], + "randomly": [ + 119 + ], + "split": [ + 120 + ], + "into": [ + 121, + 254 + ], + "evaluation": [ + 122, + 135 + ], + "(n=456)": [ + 123 + ], + "validation": [ + 125, + 148, + 157 + ], + "(n=227)": [ + 126 + ], + "samples.": [ + 127 + ], + "trained": [ + 129, + 205 + ], + "data": [ + 132 + ], + "sample": [ + 136 + ], + "before": [ + 137 + ], + "they": [ + 138 + ], + "were": [ + 139, + 207, + 252 + ], + "used": [ + 140 + ], + "predict": [ + 142 + ], + "diagnostic": [ + 144, + 162 + ], + "outcome": [ + 145 + ], + "dataset.": [ + 149 + ], + "compared": [ + 151 + ], + "predictions": [ + 153 + ], + "made": [ + 154 + ], + "datasets": [ + 158 + ], + "real-world": [ + 161 + ], + "decisions": [ + 163 + ], + "calculate": [ + 165 + ], + "accuracy,": [ + 167 + ], + "sensitivity,": [ + 168 + ], + "specificity": [ + 170, + 222, + 248 + ], + "models.": [ + 174 + ], + "explored": [ + 176 + ], + "averaging": [ + 180 + ], + "voting": [ + 182, + 256 + ], + "ensembles": [ + 183 + ], + "improve": [ + 185 + ], + "performance.": [ + 187 + ], + "provide": [ + 189 + ], + "step-by-step": [ + 191 + ], + "open-source": [ + 198 + ], + "R": [ + 199 + ], + "statistical": [ + 200 + ], + "programming": [ + 201 + ], + "environment.": [ + 202 + ], + "RESULTS:": [ + 203 + ], + "able": [ + 208 + ], + "classify": [ + 210 + ], + "cell": [ + 211 + ], + "high": [ + 214 + ], + "accuracy": [ + 215, + 226 + ], + "(.94": [ + 216 + ], + "-.96),": [ + 217 + ], + "sensitivity": [ + 218, + 246 + ], + "(.97": [ + 219 + ], + "-.99),": [ + 220 + ], + "(.85": [ + 223 + ], + "-.94).": [ + 224 + ], + "Maximum": [ + 225 + ], + "(.96)": [ + 227 + ], + "under": [ + 230 + ], + "curve": [ + 232 + ], + "(.97)": [ + 233 + ], + "achieved": [ + 235 + ], + "SVM": [ + 238 + ], + "algorithm.": [ + 239 + ], + "Prediction": [ + 240 + ], + "performance": [ + 241 + ], + "increased": [ + 242 + ], + "marginally": [ + 243 + ], + "(accuracy": [ + 244 + ], + "=.97,": [ + 245 + ], + "=.99,": [ + 247 + ], + "=.95)": [ + 249 + ], + "when": [ + 250 + ], + "arranged": [ + 253 + ], + "ensemble.": [ + 257 + ], + "CONCLUSIONS:": [ + 258 + ], + "straightforward": [ + 262 + ], + "example": [ + 263 + ], + "theory": [ + 267 + ], + "practice": [ + 269 + ], + "clinicians": [ + 274 + ], + "researchers.": [ + 277 + ], + "principals": [ + 279 + ], + "which": [ + 280 + ], + "we": [ + 281 + ], + "here": [ + 283 + ], + "can": [ + 284 + ], + "be": [ + 285 + ], + "readily": [ + 286 + ], + "applied": [ + 287 + ], + "other": [ + 289 + ], + "complex": [ + 290 + ], + "tasks": [ + 291 + ], + "including": [ + 292 + ], + "natural": [ + 293 + ], + "language": [ + 294 + ], + "processing": [ + 295 + ], + "image": [ + 297 + ], + "recognition.": [ + 298 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 54 + }, + { + "year": 2025, + "cited_by_count": 223 + }, + { + "year": 2024, + "cited_by_count": 252 + }, + { + "year": 2023, + "cited_by_count": 259 + }, + { + "year": 2022, + "cited_by_count": 213 + }, + { + "year": 2021, + "cited_by_count": 167 + }, + { + "year": 2020, + "cited_by_count": 89 + }, + { + "year": 2019, + "cited_by_count": 5 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2540093921", + "doi": "https://doi.org/10.7551/mitpress/8291.003.0006", + "title": "Foundations of Machine Learning", + "display_name": "Foundations of Machine Learning", + "relevance_score": 2524.5752, + "publication_year": 2012, + "publication_date": "2012-05-18", + "ids": { + "openalex": "https://openalex.org/W2540093921", + "doi": "https://doi.org/10.7551/mitpress/8291.003.0006", + "mag": "2540093921" + }, + "language": "en", + "primary_location": { + "id": "doi:10.7551/mitpress/8291.003.0006", + "is_oa": true, + "landing_page_url": "https://doi.org/10.7551/mitpress/8291.003.0006", + "pdf_url": "https://direct.mit.edu/books/oa-monograph/chapter-pdf/2025421/c000700_9780262301183.pdf", + "source": { + "id": "https://openalex.org/S4306463997", + "display_name": "The MIT Press eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/P4310315718", + "host_organization_name": "The MIT Press", + "host_organization_lineage": [ + "https://openalex.org/P4310315718" + ], + "host_organization_lineage_names": [ + "The MIT Press" + ], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Boosting", + "raw_type": "book-chapter" + }, + "type": "book-chapter", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": true, + "oa_status": "bronze", + "oa_url": "https://direct.mit.edu/books/oa-monograph/chapter-pdf/2025421/c000700_9780262301183.pdf", + "any_repository_has_fulltext": false + }, + "authorships": [], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 0, + "corresponding_author_ids": [], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 46.8615, + "has_fulltext": false, + "cited_by_count": 1088, + "citation_normalized_percentile": { + "value": 0.99935275, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": "23", + "last_page": "52" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.056299999356269836, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.056299999356269836, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12874", + "display_name": "Digital Imaging for Blood Diseases", + "score": 0.05420000106096268, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.47987475991249084 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.347138911485672 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.47987475991249084 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.347138911485672 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.7551/mitpress/8291.003.0006", + "is_oa": true, + "landing_page_url": "https://doi.org/10.7551/mitpress/8291.003.0006", + "pdf_url": "https://direct.mit.edu/books/oa-monograph/chapter-pdf/2025421/c000700_9780262301183.pdf", + "source": { + "id": "https://openalex.org/S4306463997", + "display_name": "The MIT Press eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/P4310315718", + "host_organization_name": "The MIT Press", + "host_organization_lineage": [ + "https://openalex.org/P4310315718" + ], + "host_organization_lineage_names": [ + "The MIT Press" + ], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Boosting", + "raw_type": "book-chapter" + } + ], + "best_oa_location": { + "id": "doi:10.7551/mitpress/8291.003.0006", + "is_oa": true, + "landing_page_url": "https://doi.org/10.7551/mitpress/8291.003.0006", + "pdf_url": "https://direct.mit.edu/books/oa-monograph/chapter-pdf/2025421/c000700_9780262301183.pdf", + "source": { + "id": "https://openalex.org/S4306463997", + "display_name": "The MIT Press eBooks", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/P4310315718", + "host_organization_name": "The MIT Press", + "host_organization_lineage": [ + "https://openalex.org/P4310315718" + ], + "host_organization_lineage_names": [ + "The MIT Press" + ], + "type": "ebook platform" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Boosting", + "raw_type": "book-chapter" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": true, + "grobid_xml": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W2540093921.pdf", + "grobid_xml": "https://content.openalex.org/works/W2540093921.grobid-xml" + }, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [ + "https://openalex.org/W2899084033", + "https://openalex.org/W2748952813", + "https://openalex.org/W2390279801", + "https://openalex.org/W2358668433", + "https://openalex.org/W2376932109", + "https://openalex.org/W2382290278", + "https://openalex.org/W2350741829", + "https://openalex.org/W2130043461", + "https://openalex.org/W2530322880", + "https://openalex.org/W1596801655" + ], + "abstract_inverted_index": { + "Foundations": [ + 0 + ], + "of": [ + 1, + 11, + 63, + 78, + 84, + 89, + 114, + 146, + 154, + 165, + 179, + 187, + 247, + 297, + 311, + 319, + 322 + ], + "Machine": [ + 2 + ], + "LearningSoon": [ + 3 + ], + "we": [ + 4, + 171, + 202, + 207, + 255 + ], + "will": [ + 5, + 41, + 46, + 72, + 172, + 203, + 231, + 256 + ], + "embark": [ + 6 + ], + "on": [ + 7, + 34, + 100, + 239, + 262 + ], + "a": [ + 8, + 23, + 51, + 87, + 92, + 142, + 150, + 210, + 284, + 294 + ], + "theoretical": [ + 9 + ], + "study": [ + 10, + 80 + ], + "AdaBoost": [ + 12 + ], + "in": [ + 13, + 75, + 168, + 183, + 232, + 251, + 270, + 281, + 292, + 332 + ], + "order": [ + 14 + ], + "to": [ + 15, + 26, + 30, + 49, + 54, + 58, + 139, + 149, + 192, + 267 + ], + "understand": [ + 16 + ], + "its": [ + 17, + 20 + ], + "properties,": [ + 18 + ], + "particularly": [ + 19 + ], + "ability": [ + 21 + ], + "as": [ + 22 + ], + "learning": [ + 24, + 115, + 188, + 276 + ], + "algorithm": [ + 25 + ], + "generalize,": [ + 27 + ], + "that": [ + 28, + 71, + 205, + 213 + ], + "is,": [ + 29 + ], + "make": [ + 31 + ], + "accurate": [ + 32, + 99, + 237 + ], + "predictions": [ + 33, + 96, + 238 + ], + "data": [ + 35, + 217 + ], + "not": [ + 36, + 225 + ], + "seen": [ + 37 + ], + "during": [ + 38 + ], + "training.Before": [ + 39 + ], + "this": [ + 40, + 112, + 169, + 185, + 229, + 252, + 282, + 314 + ], + "be": [ + 42, + 47, + 73, + 118, + 124, + 137, + 190, + 193, + 302 + ], + "possible,": [ + 43 + ], + "however,": [ + 44 + ], + "it": [ + 45, + 107, + 136, + 264 + ], + "necessary": [ + 48 + ], + "take": [ + 50 + ], + "step": [ + 52 + ], + "back": [ + 53 + ], + "outline": [ + 55, + 280 + ], + "our": [ + 56, + 76 + ], + "approach": [ + 57, + 249 + ], + "the": [ + 59, + 81, + 128, + 163, + 180, + 215, + 221, + 245, + 248, + 259, + 298, + 309, + 312, + 320, + 323 + ], + "more": [ + 60 + ], + "general": [ + 61, + 260 + ], + "problem": [ + 62, + 83, + 182, + 300 + ], + "machine": [ + 64, + 289 + ], + "learning,": [ + 65, + 290 + ], + "including": [ + 66 + ], + "some": [ + 67 + ], + "fundamental": [ + 68 + ], + "general-purpose": [ + 69 + ], + "tools": [ + 70 + ], + "invaluable": [ + 74 + ], + "analysis": [ + 77, + 261 + ], + "AdaBoost.We": [ + 79 + ], + "basic": [ + 82 + ], + "inferring": [ + 85 + ], + "from": [ + 86, + 141 + ], + "set": [ + 88, + 223 + ], + "training": [ + 90, + 129, + 147, + 216, + 222 + ], + "examples": [ + 91, + 148 + ], + "classification": [ + 93 + ], + "rule": [ + 94, + 212, + 230 + ], + "whose": [ + 95 + ], + "are": [ + 97, + 199 + ], + "highly": [ + 98 + ], + "freshly": [ + 101 + ], + "observed": [ + 102 + ], + "test": [ + 103, + 131, + 155, + 242 + ], + "data.On": [ + 104 + ], + "first": [ + 105 + ], + "encounter,": [ + 106 + ], + "may": [ + 108 + ], + "seem": [ + 109 + ], + "questionable": [ + 110 + ], + "whether": [ + 111 + ], + "kind": [ + 113, + 186 + ], + "should": [ + 116, + 122, + 135 + ], + "even": [ + 117 + ], + "possible.After": [ + 119 + ], + "all,": [ + 120 + ], + "why": [ + 121, + 134 + ], + "there": [ + 123 + ], + "any": [ + 125 + ], + "connection": [ + 126 + ], + "between": [ + 127 + ], + "and": [ + 130, + 133, + 219, + 254, + 274, + 304, + 335 + ], + "examples,": [ + 132 + ], + "possible": [ + 138 + ], + "generalize": [ + 140, + 234 + ], + "relatively": [ + 143 + ], + "small": [ + 144 + ], + "number": [ + 145 + ], + "potentially": [ + 151 + ], + "vast": [ + 152 + ], + "universe": [ + 153 + ], + "examples?Although": [ + 156 + ], + "such": [ + 157 + ], + "objections": [ + 158 + ], + "have": [ + 159, + 328 + ], + "indeed": [ + 160 + ], + "often": [ + 161, + 257 + ], + "been": [ + 162 + ], + "subject": [ + 164 + ], + "philosophical": [ + 166 + ], + "debate,": [ + 167 + ], + "chapter": [ + 170, + 283, + 315 + ], + "identify": [ + 173 + ], + "an": [ + 174 + ], + "idealized": [ + 175 + ], + "but": [ + 176 + ], + "realistic": [ + 177 + ], + "model": [ + 178 + ], + "inference": [ + 181 + ], + "which": [ + 184, + 263, + 293 + ], + "can": [ + 189, + 208, + 301 + ], + "proved": [ + 191 + ], + "entirely": [ + 194 + ], + "feasible": [ + 195 + ], + "when": [ + 196, + 275 + ], + "certain": [ + 197 + ], + "conditions": [ + 198 + ], + "satisfied.In": [ + 200 + ], + "particular,": [ + 201 + ], + "see": [ + 204 + ], + "if": [ + 206, + 220 + ], + "find": [ + 209 + ], + "simple": [ + 211 + ], + "fits": [ + 214 + ], + "well,": [ + 218, + 235 + ], + "is": [ + 224, + 244, + 265, + 277 + ], + "too": [ + 226 + ], + "small,": [ + 227 + ], + "then": [ + 228 + ], + "fact": [ + 233 + ], + "providing": [ + 236 + ], + "previously": [ + 240 + ], + "unseen": [ + 241 + ], + "examples.This": [ + 243 + ], + "basis": [ + 246 + ], + "presented": [ + 250 + ], + "chapter,": [ + 253 + ], + "use": [ + 258 + ], + "founded": [ + 266 + ], + "guide": [ + 268 + ], + "us": [ + 269 + ], + "understanding": [ + 271 + ], + "how,": [ + 272 + ], + "why,": [ + 273 + ], + "possible.We": [ + 278 + ], + "also": [ + 279 + ], + "mathematical": [ + 285 + ], + "framework": [ + 286 + ], + "for": [ + 287 + ], + "studying": [ + 288 + ], + "one": [ + 291 + ], + "precise": [ + 295 + ], + "formulation": [ + 296 + ], + "boosting": [ + 299 + ], + "clearly": [ + 303 + ], + "naturally": [ + 305 + ], + "expressed.Note": [ + 306 + ], + "that,": [ + 307 + ], + "unlike": [ + 308 + ], + "rest": [ + 310 + ], + "book,": [ + 313 + ], + "omits": [ + 316 + ], + "nearly": [ + 317 + ], + "all": [ + 318, + 330 + ], + "proofs": [ + 321 + ], + "main": [ + 324 + ], + "results": [ + 325 + ], + "since": [ + 326 + ], + "these": [ + 327 + ], + "largely": [ + 329 + ], + "appeared": [ + 331 + ], + "various": [ + 333 + ], + "texts": [ + 334 + ], + "articles.": [ + 336 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 33 + }, + { + "year": 2024, + "cited_by_count": 57 + }, + { + "year": 2023, + "cited_by_count": 75 + }, + { + "year": 2022, + "cited_by_count": 93 + }, + { + "year": 2021, + "cited_by_count": 111 + }, + { + "year": 2020, + "cited_by_count": 113 + }, + { + "year": 2019, + "cited_by_count": 136 + }, + { + "year": 2018, + "cited_by_count": 116 + }, + { + "year": 2017, + "cited_by_count": 104 + }, + { + "year": 2016, + "cited_by_count": 99 + }, + { + "year": 2015, + "cited_by_count": 73 + }, + { + "year": 2014, + "cited_by_count": 57 + }, + { + "year": 2013, + "cited_by_count": 18 + } + ], + "updated_date": "2026-04-04T16:13:02.066488", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2186615578", + "doi": "https://doi.org/10.48550/arxiv.1512.01274", + "title": "MXNet: A Flexible and Efficient Machine Learning Library for Heterogeneous Distributed Systems", + "display_name": "MXNet: A Flexible and Efficient Machine Learning Library for Heterogeneous Distributed Systems", + "relevance_score": 2499.2183, + "publication_year": 2015, + "publication_date": "2015-12-03", + "ids": { + "openalex": "https://openalex.org/W2186615578", + "doi": "https://doi.org/10.48550/arxiv.1512.01274", + "mag": "2186615578" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:arXiv.org:1512.01274", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1512.01274", + "pdf_url": "https://arxiv.org/pdf/1512.01274", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "type": "preprint", + "indexed_in": [ + "arxiv", + "datacite" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1512.01274", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5101471082", + "display_name": "Tianqi Chen", + "orcid": "https://orcid.org/0000-0002-0277-5163" + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "Chen, Tianqi", + "raw_affiliation_strings": [], + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5100399457", + "display_name": "Mu Li", + "orcid": "https://orcid.org/0000-0001-9871-7488" + }, + "institutions": [ + { + "id": "https://openalex.org/I74973139", + "display_name": "Carnegie Mellon University", + "ror": "https://ror.org/05x2bcf33", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I74973139" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Li, Mu", + "raw_affiliation_strings": [ + "Carnegie Mellon University" + ], + "affiliations": [ + { + "raw_affiliation_string": "Carnegie Mellon University", + "institution_ids": [ + "https://openalex.org/I74973139" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5085236897", + "display_name": "Yutian Li", + "orcid": "https://orcid.org/0000-0003-1810-3000" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Li, Yutian", + "raw_affiliation_strings": [], + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5100697981", + "display_name": "Min Lin", + "orcid": "https://orcid.org/0000-0002-0296-436X" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Lin, Min", + "raw_affiliation_strings": [], + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5100742122", + "display_name": "Naiyan Wang", + "orcid": "https://orcid.org/0000-0002-0526-3331" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Wang, Naiyan", + "raw_affiliation_strings": [], + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5101452217", + "display_name": "Minjie Wang", + "orcid": "https://orcid.org/0000-0001-8830-6079" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Wang, Minjie", + "raw_affiliation_strings": [], + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5020757657", + "display_name": "Tianjun Xiao", + "orcid": "https://orcid.org/0000-0003-4705-1545" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Xiao, Tianjun", + "raw_affiliation_strings": [], + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5003333136", + "display_name": "Bing Xu", + "orcid": "https://orcid.org/0000-0003-3677-1109" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Xu, Bing", + "raw_affiliation_strings": [], + "affiliations": [] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5016054994", + "display_name": "Chiyuan Zhang", + "orcid": null + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Zhang, Chiyuan", + "raw_affiliation_strings": [], + "affiliations": [] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5100459107", + "display_name": "Zheng Zhang", + "orcid": "https://orcid.org/0000-0002-2292-0030" + }, + "institutions": [], + "countries": [], + "is_corresponding": false, + "raw_author_name": "Zhang, Zheng", + "raw_affiliation_strings": [], + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 10, + "corresponding_author_ids": [ + "https://openalex.org/A5101471082" + ], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": null, + "has_fulltext": false, + "cited_by_count": 1922, + "citation_normalized_percentile": null, + "cited_by_percentile_year": null, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10502", + "display_name": "Advanced Memory and Neural Computing", + "score": 0.9966999888420105, + "subfield": { + "id": "https://openalex.org/subfields/2208", + "display_name": "Electrical and Electronic Engineering" + }, + "field": { + "id": "https://openalex.org/fields/22", + "display_name": "Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10502", + "display_name": "Advanced Memory and Neural Computing", + "score": 0.9966999888420105, + "subfield": { + "id": "https://openalex.org/subfields/2208", + "display_name": "Electrical and Electronic Engineering" + }, + "field": { + "id": "https://openalex.org/fields/22", + "display_name": "Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10036", + "display_name": "Advanced Neural Network Applications", + "score": 0.9911999702453613, + "subfield": { + "id": "https://openalex.org/subfields/1707", + "display_name": "Computer Vision and Pattern Recognition" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10273", + "display_name": "IoT and Edge/Fog Computing", + "score": 0.9869999885559082, + "subfield": { + "id": "https://openalex.org/subfields/1705", + "display_name": "Computer Networks and Communications" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6740605235099792 + }, + { + "id": "https://openalex.org/keywords/distributed-computing", + "display_name": "Distributed computing", + "score": 0.47939276695251465 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.4228232204914093 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6740605235099792 + }, + { + "id": "https://openalex.org/C120314980", + "wikidata": "https://www.wikidata.org/wiki/Q180634", + "display_name": "Distributed computing", + "level": 1, + "score": 0.47939276695251465 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.4228232204914093 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "pmh:oai:arXiv.org:1512.01274", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1512.01274", + "pdf_url": "https://arxiv.org/pdf/1512.01274", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "doi:10.48550/arxiv.1512.01274", + "is_oa": true, + "landing_page_url": "https://doi.org/10.48550/arxiv.1512.01274", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1512.01274", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1512.01274", + "pdf_url": "https://arxiv.org/pdf/1512.01274", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 9, + "referenced_works": [ + "https://openalex.org/W753012316", + "https://openalex.org/W1606347560", + "https://openalex.org/W1863582480", + "https://openalex.org/W2083842231", + "https://openalex.org/W2117539524", + "https://openalex.org/W2127941149", + "https://openalex.org/W2155893237", + "https://openalex.org/W2168231600", + "https://openalex.org/W2949117887" + ], + "related_works": [ + "https://openalex.org/W4391375266", + "https://openalex.org/W2748952813", + "https://openalex.org/W2390279801", + "https://openalex.org/W2358668433", + "https://openalex.org/W2376932109", + "https://openalex.org/W2001405890", + "https://openalex.org/W2382290278", + "https://openalex.org/W2478288626", + "https://openalex.org/W4391913857", + "https://openalex.org/W2350741829" + ], + "abstract_inverted_index": { + "MXNet": [ + 0, + 41 + ], + "is": [ + 1, + 42, + 85 + ], + "a": [ + 2, + 88 + ], + "multi-language": [ + 3 + ], + "machine": [ + 4 + ], + "learning": [ + 5 + ], + "(ML)": [ + 6 + ], + "library": [ + 7 + ], + "to": [ + 8, + 38, + 57 + ], + "ease": [ + 9 + ], + "the": [ + 10, + 22, + 65, + 69 + ], + "development": [ + 11 + ], + "of": [ + 12, + 72, + 78 + ], + "ML": [ + 13 + ], + "algorithms,": [ + 14 + ], + "especially": [ + 15 + ], + "for": [ + 16 + ], + "deep": [ + 17, + 100 + ], + "neural": [ + 18, + 101 + ], + "networks.": [ + 19 + ], + "Embedded": [ + 20 + ], + "in": [ + 21, + 87 + ], + "host": [ + 23 + ], + "language,": [ + 24 + ], + "it": [ + 25 + ], + "blends": [ + 26 + ], + "declarative": [ + 27 + ], + "symbolic": [ + 28, + 80 + ], + "expression": [ + 29, + 81 + ], + "with": [ + 30 + ], + "imperative": [ + 31 + ], + "tensor": [ + 32, + 83 + ], + "computation.": [ + 33 + ], + "It": [ + 34 + ], + "offers": [ + 35 + ], + "auto": [ + 36 + ], + "differentiation": [ + 37 + ], + "derive": [ + 39 + ], + "gradients.": [ + 40 + ], + "computation": [ + 43 + ], + "and": [ + 44, + 47, + 68, + 74, + 82 + ], + "memory": [ + 45 + ], + "efficient": [ + 46 + ], + "runs": [ + 48 + ], + "on": [ + 49, + 97 + ], + "various": [ + 50 + ], + "heterogeneous": [ + 51 + ], + "systems,": [ + 52 + ], + "ranging": [ + 53 + ], + "from": [ + 54 + ], + "mobile": [ + 55 + ], + "devices": [ + 56 + ], + "distributed": [ + 58 + ], + "GPU": [ + 59, + 106 + ], + "clusters.": [ + 60 + ], + "This": [ + 61 + ], + "paper": [ + 62 + ], + "describes": [ + 63 + ], + "both": [ + 64, + 79 + ], + "API": [ + 66 + ], + "design": [ + 67 + ], + "system": [ + 70 + ], + "implementation": [ + 71 + ], + "MXNet,": [ + 73 + ], + "explains": [ + 75 + ], + "how": [ + 76 + ], + "embedding": [ + 77 + ], + "operation": [ + 84 + ], + "handled": [ + 86 + ], + "unified": [ + 89 + ], + "fashion.": [ + 90 + ], + "Our": [ + 91 + ], + "preliminary": [ + 92 + ], + "experiments": [ + 93 + ], + "reveal": [ + 94 + ], + "promising": [ + 95 + ], + "results": [ + 96 + ], + "large": [ + 98 + ], + "scale": [ + 99 + ], + "network": [ + 102 + ], + "applications": [ + 103 + ], + "using": [ + 104 + ], + "multiple": [ + 105 + ], + "machines.": [ + 107 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 1 + }, + { + "year": 2025, + "cited_by_count": 23 + }, + { + "year": 2024, + "cited_by_count": 66 + }, + { + "year": 2023, + "cited_by_count": 119 + }, + { + "year": 2022, + "cited_by_count": 116 + }, + { + "year": 2021, + "cited_by_count": 272 + }, + { + "year": 2020, + "cited_by_count": 344 + }, + { + "year": 2019, + "cited_by_count": 425 + }, + { + "year": 2018, + "cited_by_count": 328 + }, + { + "year": 2017, + "cited_by_count": 163 + }, + { + "year": 2016, + "cited_by_count": 63 + }, + { + "year": 2015, + "cited_by_count": 1 + }, + { + "year": 2014, + "cited_by_count": 1 + } + ], + "updated_date": "2026-04-15T08:11:43.952461", + "created_date": "2016-06-24T00:00:00" + }, + { + "id": "https://openalex.org/W1549998098", + "doi": "https://doi.org/10.1201/b17476", + "title": "Machine Learning: An Algorithmic Perspective", + "display_name": "Machine Learning: An Algorithmic Perspective", + "relevance_score": 2491.7415, + "publication_year": 2009, + "publication_date": "2009-04-01", + "ids": { + "openalex": "https://openalex.org/W1549998098", + "doi": "https://doi.org/10.1201/b17476", + "mag": "1549998098" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-017552574", + "is_oa": false, + "landing_page_url": "http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=017552574&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "type": "book", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5062355849", + "display_name": "Stephen Marsland", + "orcid": "https://orcid.org/0000-0002-9568-848X" + }, + "institutions": [], + "countries": [], + "is_corresponding": true, + "raw_author_name": "Stephen Marsland", + "raw_affiliation_strings": [], + "raw_orcid": null, + "affiliations": [] + } + ], + "institutions": [], + "countries_distinct_count": 0, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5062355849" + ], + "corresponding_institution_ids": [], + "apc_list": null, + "apc_paid": null, + "fwci": 7.7283, + "has_fulltext": false, + "cited_by_count": 1082, + "citation_normalized_percentile": { + "value": 0.97590361, + "is_in_top_1_percent": false, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 99, + "max": 100 + }, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10100", + "display_name": "Metaheuristic Optimization Algorithms Research", + "score": 0.9527999758720398, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10100", + "display_name": "Metaheuristic Optimization Algorithms Research", + "score": 0.9527999758720398, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T10320", + "display_name": "Neural Networks and Applications", + "score": 0.9485999941825867, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11975", + "display_name": "Evolutionary Algorithms and Applications", + "score": 0.9290000200271606, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/python", + "display_name": "Python (programming language)", + "score": 0.8247708678245544 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6978603005409241 + }, + { + "id": "https://openalex.org/keywords/implementation", + "display_name": "Implementation", + "score": 0.6065407991409302 + }, + { + "id": "https://openalex.org/keywords/perspective", + "display_name": "Perspective (graphical)", + "score": 0.5084995031356812 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.485168993473053 + }, + { + "id": "https://openalex.org/keywords/reinforcement-learning", + "display_name": "Reinforcement learning", + "score": 0.46519267559051514 + }, + { + "id": "https://openalex.org/keywords/dimensionality-reduction", + "display_name": "Dimensionality reduction", + "score": 0.4341639578342438 + }, + { + "id": "https://openalex.org/keywords/theoretical-computer-science", + "display_name": "Theoretical computer science", + "score": 0.40039053559303284 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.3699588179588318 + }, + { + "id": "https://openalex.org/keywords/programming-language", + "display_name": "Programming language", + "score": 0.27868103981018066 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C519991488", + "wikidata": "https://www.wikidata.org/wiki/Q28865", + "display_name": "Python (programming language)", + "level": 2, + "score": 0.8247708678245544 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6978603005409241 + }, + { + "id": "https://openalex.org/C26713055", + "wikidata": "https://www.wikidata.org/wiki/Q245962", + "display_name": "Implementation", + "level": 2, + "score": 0.6065407991409302 + }, + { + "id": "https://openalex.org/C12713177", + "wikidata": "https://www.wikidata.org/wiki/Q1900281", + "display_name": "Perspective (graphical)", + "level": 2, + "score": 0.5084995031356812 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.485168993473053 + }, + { + "id": "https://openalex.org/C97541855", + "wikidata": "https://www.wikidata.org/wiki/Q830687", + "display_name": "Reinforcement learning", + "level": 2, + "score": 0.46519267559051514 + }, + { + "id": "https://openalex.org/C70518039", + "wikidata": "https://www.wikidata.org/wiki/Q16000077", + "display_name": "Dimensionality reduction", + "level": 2, + "score": 0.4341639578342438 + }, + { + "id": "https://openalex.org/C80444323", + "wikidata": "https://www.wikidata.org/wiki/Q2878974", + "display_name": "Theoretical computer science", + "level": 1, + "score": 0.40039053559303284 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.3699588179588318 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.27868103981018066 + } + ], + "mesh": [], + "locations_count": 6, + "locations": [ + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-017552574", + "is_oa": false, + "landing_page_url": "http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=017552574&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-027969692", + "is_oa": false, + "landing_page_url": "http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=027969692&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "pmh:oai:aleph.bib-bvb.de:BVB01-032339396", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1201/b17476", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "software, multimedia" + }, + { + "id": "pmh:oai:cds.cern.ch:1338551", + "is_oa": false, + "landing_page_url": "http://cds.cern.ch/record/1338551", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402195", + "display_name": "CERN Document Server (European Organization for Nuclear Research)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I67311998", + "host_organization_name": "European Organization for Nuclear Research", + "host_organization_lineage": [ + "https://openalex.org/I67311998" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + }, + { + "id": "pmh:oai:cds.cern.ch:2749325", + "is_oa": false, + "landing_page_url": "http://cds.cern.ch/record/2749325", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306402195", + "display_name": "CERN Document Server (European Organization for Nuclear Research)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I67311998", + "host_organization_name": "European Organization for Nuclear Research", + "host_organization_lineage": [ + "https://openalex.org/I67311998" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "" + }, + { + "id": "mag:1549998098", + "is_oa": false, + "landing_page_url": "https://www.comp.hkbu.edu.hk/~cib/2009/Dec/review1/iib_vol10no1_review1.pdf", + "pdf_url": null, + "source": null, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 4, + "referenced_works": [ + "https://openalex.org/W136111882", + "https://openalex.org/W1554944419", + "https://openalex.org/W1606368318", + "https://openalex.org/W2799061466" + ], + "related_works": [ + "https://openalex.org/W2911964244", + "https://openalex.org/W1663973292", + "https://openalex.org/W1570448133", + "https://openalex.org/W2122410182", + "https://openalex.org/W1554944419", + "https://openalex.org/W2101234009", + "https://openalex.org/W1503398984", + "https://openalex.org/W2919115771", + "https://openalex.org/W3145506661", + "https://openalex.org/W2121863487", + "https://openalex.org/W2124776405", + "https://openalex.org/W1873332500", + "https://openalex.org/W2912934387", + "https://openalex.org/W2119821739", + "https://openalex.org/W1480376833", + "https://openalex.org/W3085162807", + "https://openalex.org/W2140190241", + "https://openalex.org/W2799061466", + "https://openalex.org/W2156909104", + "https://openalex.org/W2149706766" + ], + "abstract_inverted_index": { + "Traditional": [ + 0 + ], + "books": [ + 1 + ], + "on": [ + 2, + 29 + ], + "machine": [ + 3, + 53 + ], + "learning": [ + 4, + 54 + ], + "can": [ + 5 + ], + "be": [ + 6 + ], + "divided": [ + 7 + ], + "into": [ + 8 + ], + "two": [ + 9 + ], + "groups": [ + 10 + ], + "-": [ + 11 + ], + "those": [ + 12, + 25 + ], + "aimed": [ + 13 + ], + "at": [ + 14 + ], + "advanced": [ + 15 + ], + "undergraduates": [ + 16 + ], + "or": [ + 17 + ], + "early": [ + 18 + ], + "postgraduates": [ + 19 + ], + "with": [ + 20 + ], + "reasonable": [ + 21 + ], + "mathematical": [ + 22 + ], + "knowledge": [ + 23 + ], + "and": [ + 24, + 65 + ], + "that": [ + 26, + 41, + 50, + 76 + ], + "are": [ + 27 + ], + "primers": [ + 28 + ], + "how": [ + 30, + 45, + 64 + ], + "to": [ + 31, + 46, + 62 + ], + "code": [ + 32 + ], + "algorithms.": [ + 33 + ], + "The": [ + 34 + ], + "field": [ + 35 + ], + "is": [ + 36, + 75 + ], + "ready": [ + 37 + ], + "for": [ + 38 + ], + "a": [ + 39 + ], + "text": [ + 40 + ], + "not": [ + 42 + ], + "only": [ + 43 + ], + "demonstrates": [ + 44 + ], + "use": [ + 47 + ], + "the": [ + 48, + 59 + ], + "algorithms": [ + 49, + 68 + ], + "make": [ + 51 + ], + "up": [ + 52, + 79 + ], + "methods,": [ + 55 + ], + "but": [ + 56 + ], + "also": [ + 57 + ], + "provides": [ + 58 + ], + "background": [ + 60 + ], + "needed": [ + 61 + ], + "understand": [ + 63 + ], + "why": [ + 66 + ], + "these": [ + 67 + ], + "work.": [ + 69 + ], + "Machine": [ + 70 + ], + "Learning:": [ + 71 + ], + "An": [ + 72 + ], + "Algorithmic": [ + 73 + ], + "Perspective": [ + 74 + ], + "text.Theory": [ + 77 + ], + "Backed": [ + 78 + ], + "by": [ + 80 + ], + "Practical": [ + 81 + ], + "ExamplesThe": [ + 82 + ], + "book": [ + 83 + ], + "covers": [ + 84 + ], + "neural": [ + 85 + ], + "networks,": [ + 86 + ], + "graphical": [ + 87 + ], + "models,": [ + 88 + ], + "reinforcement": [ + 89 + ], + "le": [ + 90 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 17 + }, + { + "year": 2024, + "cited_by_count": 56 + }, + { + "year": 2023, + "cited_by_count": 70 + }, + { + "year": 2022, + "cited_by_count": 88 + }, + { + "year": 2021, + "cited_by_count": 141 + }, + { + "year": 2020, + "cited_by_count": 140 + }, + { + "year": 2019, + "cited_by_count": 113 + }, + { + "year": 2018, + "cited_by_count": 96 + }, + { + "year": 2017, + "cited_by_count": 77 + }, + { + "year": 2016, + "cited_by_count": 61 + }, + { + "year": 2015, + "cited_by_count": 56 + }, + { + "year": 2014, + "cited_by_count": 45 + }, + { + "year": 2013, + "cited_by_count": 49 + }, + { + "year": 2012, + "cited_by_count": 49 + } + ], + "updated_date": "2026-04-28T14:05:53.105641", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2464725281", + "doi": "https://doi.org/10.1038/npjcompumats.2016.28", + "title": "A general-purpose machine learning framework for predicting properties of inorganic materials", + "display_name": "A general-purpose machine learning framework for predicting properties of inorganic materials", + "relevance_score": 2486.7349, + "publication_year": 2016, + "publication_date": "2016-08-26", + "ids": { + "openalex": "https://openalex.org/W2464725281", + "doi": "https://doi.org/10.1038/npjcompumats.2016.28", + "mag": "2464725281" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1038/npjcompumats.2016.28", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1038/npjcompumats.2016.28", + "pdf_url": "https://www.nature.com/articles/npjcompumats201628.pdf", + "source": { + "id": "https://openalex.org/S4210232664", + "display_name": "npj Computational Materials", + "issn_l": "2057-3960", + "issn": [ + "2057-3960" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310319908", + "host_organization_name": "Nature Portfolio", + "host_organization_lineage": [ + "https://openalex.org/P4310319908", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "Nature Portfolio", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "npj Computational Materials", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "arxiv", + "crossref", + "doaj" + ], + "open_access": { + "is_oa": true, + "oa_status": "gold", + "oa_url": "https://www.nature.com/articles/npjcompumats201628.pdf", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5021403239", + "display_name": "Logan Ward", + "orcid": "https://orcid.org/0000-0002-1323-5939" + }, + "institutions": [ + { + "id": "https://openalex.org/I111979921", + "display_name": "Northwestern University", + "ror": "https://ror.org/000e0be47", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I111979921" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Logan Ward", + "raw_affiliation_strings": [ + "Department of Materials Science and Engineering, Northwestern University, Evanston, IL, USA" + ], + "raw_orcid": "https://orcid.org/0000-0002-1323-5939", + "affiliations": [ + { + "raw_affiliation_string": "Department of Materials Science and Engineering, Northwestern University, Evanston, IL, USA", + "institution_ids": [ + "https://openalex.org/I111979921" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5004659592", + "display_name": "Ankit Agrawal", + "orcid": "https://orcid.org/0000-0002-5519-0302" + }, + "institutions": [ + { + "id": "https://openalex.org/I111979921", + "display_name": "Northwestern University", + "ror": "https://ror.org/000e0be47", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I111979921" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Ankit Agrawal", + "raw_affiliation_strings": [ + "Department of Electrical Engineering and Computer Science, Northwestern University, Evanston, IL, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Electrical Engineering and Computer Science, Northwestern University, Evanston, IL, USA", + "institution_ids": [ + "https://openalex.org/I111979921" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5074976770", + "display_name": "Alok Choudhary", + "orcid": "https://orcid.org/0000-0001-8152-6319" + }, + "institutions": [ + { + "id": "https://openalex.org/I111979921", + "display_name": "Northwestern University", + "ror": "https://ror.org/000e0be47", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I111979921" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Alok Choudhary", + "raw_affiliation_strings": [ + "Department of Electrical Engineering and Computer Science, Northwestern University, Evanston, IL, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Electrical Engineering and Computer Science, Northwestern University, Evanston, IL, USA", + "institution_ids": [ + "https://openalex.org/I111979921" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5113557612", + "display_name": "Christopher Wolverton", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I111979921", + "display_name": "Northwestern University", + "ror": "https://ror.org/000e0be47", + "country_code": "US", + "type": "education", + "lineage": [ + "https://openalex.org/I111979921" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Christopher Wolverton", + "raw_affiliation_strings": [ + "Department of Materials Science and Engineering, Northwestern University, Evanston, IL, USA" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Materials Science and Engineering, Northwestern University, Evanston, IL, USA", + "institution_ids": [ + "https://openalex.org/I111979921" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 4, + "corresponding_author_ids": [ + "https://openalex.org/A5021403239" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I111979921" + ], + "apc_list": { + "value": 2890, + "currency": "USD", + "value_usd": 2890 + }, + "apc_paid": { + "value": 2890, + "currency": "USD", + "value_usd": 2890 + }, + "fwci": 33.8847, + "has_fulltext": true, + "cited_by_count": 1668, + "citation_normalized_percentile": { + "value": 0.99915049, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 96, + "max": 100 + }, + "biblio": { + "volume": "2", + "issue": "1", + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T11948", + "display_name": "Machine Learning in Materials Science", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/2505", + "display_name": "Materials Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/25", + "display_name": "Materials Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T11948", + "display_name": "Machine Learning in Materials Science", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/2505", + "display_name": "Materials Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/25", + "display_name": "Materials Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12613", + "display_name": "X-ray Diffraction in Crystallography", + "score": 0.9973000288009644, + "subfield": { + "id": "https://openalex.org/subfields/2505", + "display_name": "Materials Chemistry" + }, + "field": { + "id": "https://openalex.org/fields/25", + "display_name": "Materials Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11825", + "display_name": "Catalysis and Oxidation Reactions", + "score": 0.9901999831199646, + "subfield": { + "id": "https://openalex.org/subfields/1503", + "display_name": "Catalysis" + }, + "field": { + "id": "https://openalex.org/fields/15", + "display_name": "Chemical Engineering" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7177993655204773 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.6573723554611206 + }, + { + "id": "https://openalex.org/keywords/variety", + "display_name": "Variety (cybernetics)", + "score": 0.5816711783409119 + }, + { + "id": "https://openalex.org/keywords/set", + "display_name": "Set (abstract data type)", + "score": 0.5580894351005554 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5311656594276428 + }, + { + "id": "https://openalex.org/keywords/range", + "display_name": "Range (aeronautics)", + "score": 0.4939315915107727 + }, + { + "id": "https://openalex.org/keywords/materials-science", + "display_name": "Materials science", + "score": 0.1735665500164032 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7177993655204773 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.6573723554611206 + }, + { + "id": "https://openalex.org/C136197465", + "wikidata": "https://www.wikidata.org/wiki/Q1729295", + "display_name": "Variety (cybernetics)", + "level": 2, + "score": 0.5816711783409119 + }, + { + "id": "https://openalex.org/C177264268", + "wikidata": "https://www.wikidata.org/wiki/Q1514741", + "display_name": "Set (abstract data type)", + "level": 2, + "score": 0.5580894351005554 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5311656594276428 + }, + { + "id": "https://openalex.org/C204323151", + "wikidata": "https://www.wikidata.org/wiki/Q905424", + "display_name": "Range (aeronautics)", + "level": 2, + "score": 0.4939315915107727 + }, + { + "id": "https://openalex.org/C192562407", + "wikidata": "https://www.wikidata.org/wiki/Q228736", + "display_name": "Materials science", + "level": 0, + "score": 0.1735665500164032 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C159985019", + "wikidata": "https://www.wikidata.org/wiki/Q181790", + "display_name": "Composite material", + "level": 1, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 3, + "locations": [ + { + "id": "doi:10.1038/npjcompumats.2016.28", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1038/npjcompumats.2016.28", + "pdf_url": "https://www.nature.com/articles/npjcompumats201628.pdf", + "source": { + "id": "https://openalex.org/S4210232664", + "display_name": "npj Computational Materials", + "issn_l": "2057-3960", + "issn": [ + "2057-3960" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310319908", + "host_organization_name": "Nature Portfolio", + "host_organization_lineage": [ + "https://openalex.org/P4310319908", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "Nature Portfolio", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "npj Computational Materials", + "raw_type": "journal-article" + }, + { + "id": "pmh:oai:arXiv.org:1606.09551", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1606.09551", + "pdf_url": "https://arxiv.org/pdf/1606.09551", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "text" + }, + { + "id": "pmh:oai:osti.gov:1437349", + "is_oa": true, + "landing_page_url": "https://www.osti.gov/biblio/1437349", + "pdf_url": "https://www.osti.gov/servlets/purl/1437349", + "source": { + "id": "https://openalex.org/S4306402487", + "display_name": "OSTI OAI (U.S. Department of Energy Office of Scientific and Technical Information)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I139351228", + "host_organization_name": "Office of Scientific and Technical Information", + "host_organization_lineage": [ + "https://openalex.org/I139351228" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": null + } + ], + "best_oa_location": { + "id": "doi:10.1038/npjcompumats.2016.28", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1038/npjcompumats.2016.28", + "pdf_url": "https://www.nature.com/articles/npjcompumats201628.pdf", + "source": { + "id": "https://openalex.org/S4210232664", + "display_name": "npj Computational Materials", + "issn_l": "2057-3960", + "issn": [ + "2057-3960" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310319908", + "host_organization_name": "Nature Portfolio", + "host_organization_lineage": [ + "https://openalex.org/P4310319908", + "https://openalex.org/P4310319965" + ], + "host_organization_lineage_names": [ + "Nature Portfolio", + "Springer Nature" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "npj Computational Materials", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [], + "awards": [ + { + "id": "https://openalex.org/G1314375578", + "display_name": null, + "funder_award_id": "70NANB14H012", + "funder_id": "https://openalex.org/F4320306111", + "funder_display_name": "U.S. Department of Commerce" + }, + { + "id": "https://openalex.org/G1523888516", + "display_name": null, + "funder_award_id": "FA9550-", + "funder_id": "https://openalex.org/F4320338279", + "funder_display_name": "Air Force Office of Scientific Research" + }, + { + "id": "https://openalex.org/G1676583131", + "display_name": null, + "funder_award_id": "70NANB14H012", + "funder_id": "https://openalex.org/F4320337819", + "funder_display_name": "Center for Hierarchical Materials Design" + }, + { + "id": "https://openalex.org/G1872610661", + "display_name": null, + "funder_award_id": "FA9550-12-1-0458", + "funder_id": "https://openalex.org/F4320337819", + "funder_display_name": "Center for Hierarchical Materials Design" + }, + { + "id": "https://openalex.org/G2989483902", + "display_name": "EAGER: Scalable Big Data Analytics", + "funder_award_id": "1343639", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G3481652762", + "display_name": null, + "funder_award_id": "CCF-1409601", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G3532683099", + "display_name": "SHF: Medium: Collaborative Research: Scalable Algorithms for Spatio-temporal Data Analysis", + "funder_award_id": "1409601", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G4940832283", + "display_name": null, + "funder_award_id": "FA9550-12-1-0458", + "funder_id": "https://openalex.org/F4320306111", + "funder_display_name": "U.S. Department of Commerce" + }, + { + "id": "https://openalex.org/G5249168579", + "display_name": null, + "funder_award_id": "FA9550-12-1-0458", + "funder_id": "https://openalex.org/F4320338279", + "funder_display_name": "Air Force Office of Scientific Research" + }, + { + "id": "https://openalex.org/G5490804116", + "display_name": null, + "funder_award_id": "70NANB14H012", + "funder_id": "https://openalex.org/F4320306078", + "funder_display_name": "U.S. Department of Defense" + }, + { + "id": "https://openalex.org/G552768688", + "display_name": null, + "funder_award_id": "FA9550-12-1-0458", + "funder_id": "https://openalex.org/F4320332178", + "funder_display_name": "National Institute of Standards and Technology" + }, + { + "id": "https://openalex.org/G5809100787", + "display_name": null, + "funder_award_id": "FA9550", + "funder_id": "https://openalex.org/F4320338279", + "funder_display_name": "Air Force Office of Scientific Research" + }, + { + "id": "https://openalex.org/G6071252945", + "display_name": null, + "funder_award_id": "FA9550-12", + "funder_id": "https://openalex.org/F4320338279", + "funder_display_name": "Air Force Office of Scientific Research" + }, + { + "id": "https://openalex.org/G6131312370", + "display_name": null, + "funder_award_id": "70NANB14H012", + "funder_id": "https://openalex.org/F4320332178", + "funder_display_name": "National Institute of Standards and Technology" + }, + { + "id": "https://openalex.org/G6563589624", + "display_name": null, + "funder_award_id": "70NANB14H012", + "funder_id": "https://openalex.org/F4320306076", + "funder_display_name": "National Science Foundation" + }, + { + "id": "https://openalex.org/G7116556506", + "display_name": null, + "funder_award_id": "N66001-15-C-4036", + "funder_id": "https://openalex.org/F4320332180", + "funder_display_name": "Defense Advanced Research Projects Agency" + }, + { + "id": "https://openalex.org/G7999580237", + "display_name": null, + "funder_award_id": "FA9550-12-1", + "funder_id": "https://openalex.org/F4320338279", + "funder_display_name": "Air Force Office of Scientific Research" + }, + { + "id": "https://openalex.org/G8678745938", + "display_name": null, + "funder_award_id": "DESC0007456", + "funder_id": "https://openalex.org/F4320306084", + "funder_display_name": "U.S. Department of Energy" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320306076", + "display_name": "National Science Foundation", + "ror": "https://ror.org/021nxhr62" + }, + { + "id": "https://openalex.org/F4320306078", + "display_name": "U.S. Department of Defense", + "ror": "https://ror.org/0447fe631" + }, + { + "id": "https://openalex.org/F4320306084", + "display_name": "U.S. Department of Energy", + "ror": "https://ror.org/01bj3aw27" + }, + { + "id": "https://openalex.org/F4320306111", + "display_name": "U.S. Department of Commerce", + "ror": "https://ror.org/04chq2495" + }, + { + "id": "https://openalex.org/F4320332178", + "display_name": "National Institute of Standards and Technology", + "ror": "https://ror.org/05xpvk416" + }, + { + "id": "https://openalex.org/F4320332180", + "display_name": "Defense Advanced Research Projects Agency", + "ror": "https://ror.org/02caytj08" + }, + { + "id": "https://openalex.org/F4320333566", + "display_name": "National Defense Science and Engineering Graduate", + "ror": null + }, + { + "id": "https://openalex.org/F4320337819", + "display_name": "Center for Hierarchical Materials Design", + "ror": null + }, + { + "id": "https://openalex.org/F4320338279", + "display_name": "Air Force Office of Scientific Research", + "ror": "https://ror.org/011e9bt93" + } + ], + "has_content": { + "pdf": true, + "grobid_xml": true + }, + "content_urls": { + "pdf": "https://content.openalex.org/works/W2464725281.pdf", + "grobid_xml": "https://content.openalex.org/works/W2464725281.grobid-xml" + }, + "referenced_works_count": 74, + "referenced_works": [ + "https://openalex.org/W336365082", + "https://openalex.org/W568714467", + "https://openalex.org/W1496257230", + "https://openalex.org/W1545231783", + "https://openalex.org/W1605058418", + "https://openalex.org/W1741949188", + "https://openalex.org/W1861259131", + "https://openalex.org/W1964254287", + "https://openalex.org/W1966216358", + "https://openalex.org/W1968075993", + "https://openalex.org/W1976492731", + "https://openalex.org/W1977053243", + "https://openalex.org/W1988887547", + "https://openalex.org/W1992985800", + "https://openalex.org/W2000009216", + "https://openalex.org/W2013795311", + "https://openalex.org/W2016587795", + "https://openalex.org/W2018351443", + "https://openalex.org/W2019561942", + "https://openalex.org/W2020246947", + "https://openalex.org/W2029637177", + "https://openalex.org/W2034097448", + "https://openalex.org/W2039971369", + "https://openalex.org/W2044012801", + "https://openalex.org/W2045759556", + "https://openalex.org/W2047165001", + "https://openalex.org/W2051801258", + "https://openalex.org/W2052663622", + "https://openalex.org/W2055410454", + "https://openalex.org/W2074616700", + "https://openalex.org/W2083415705", + "https://openalex.org/W2097968133", + "https://openalex.org/W2100833014", + "https://openalex.org/W2102539288", + "https://openalex.org/W2104489082", + "https://openalex.org/W2111124526", + "https://openalex.org/W2112845989", + "https://openalex.org/W2113072508", + "https://openalex.org/W2113242816", + "https://openalex.org/W2115252128", + "https://openalex.org/W2117363206", + "https://openalex.org/W2119735967", + "https://openalex.org/W2123306226", + "https://openalex.org/W2133990480", + "https://openalex.org/W2138060751", + "https://openalex.org/W2142009706", + "https://openalex.org/W2145914706", + "https://openalex.org/W2150757437", + "https://openalex.org/W2159357141", + "https://openalex.org/W2162653998", + "https://openalex.org/W2164524421", + "https://openalex.org/W2164529883", + "https://openalex.org/W2167441267", + "https://openalex.org/W2217912240", + "https://openalex.org/W2241011319", + "https://openalex.org/W2278970271", + "https://openalex.org/W2312842167", + "https://openalex.org/W2313966941", + "https://openalex.org/W2317309722", + "https://openalex.org/W2318376321", + "https://openalex.org/W2329258563", + "https://openalex.org/W2338402873", + "https://openalex.org/W2343462019", + "https://openalex.org/W2494629425", + "https://openalex.org/W2612686989", + "https://openalex.org/W2671074027", + "https://openalex.org/W2911964244", + "https://openalex.org/W2913390193", + "https://openalex.org/W2950537967", + "https://openalex.org/W2963485997", + "https://openalex.org/W4230093030", + "https://openalex.org/W4236360742", + "https://openalex.org/W4239059908", + "https://openalex.org/W4249528159" + ], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W3046775127", + "https://openalex.org/W3107602296", + "https://openalex.org/W3170094116", + "https://openalex.org/W4386462264", + "https://openalex.org/W4364306694", + "https://openalex.org/W4312192474", + "https://openalex.org/W4283697347", + "https://openalex.org/W4210805261" + ], + "abstract_inverted_index": { + "Abstract": [ + 0 + ], + "A": [ + 1 + ], + "very": [ + 2 + ], + "active": [ + 3 + ], + "area": [ + 4 + ], + "of": [ + 5, + 51, + 63, + 70, + 82, + 94, + 107, + 131 + ], + "materials": [ + 6, + 23, + 71, + 109 + ], + "research": [ + 7 + ], + "is": [ + 8 + ], + "to": [ + 9, + 16, + 66, + 110, + 127 + ], + "devise": [ + 10 + ], + "methods": [ + 11 + ], + "that": [ + 12 + ], + "use": [ + 13 + ], + "machine": [ + 14, + 40 + ], + "learning": [ + 15, + 41 + ], + "automatically": [ + 17 + ], + "extract": [ + 18 + ], + "predictive": [ + 19, + 113 + ], + "models": [ + 20, + 31, + 53 + ], + "from": [ + 21 + ], + "existing": [ + 22 + ], + "data.": [ + 24, + 72 + ], + "While": [ + 25 + ], + "prior": [ + 26 + ], + "examples": [ + 27 + ], + "have": [ + 28, + 58 + ], + "demonstrated": [ + 29 + ], + "successful": [ + 30 + ], + "for": [ + 32, + 54, + 89, + 100 + ], + "some": [ + 33 + ], + "applications,": [ + 34, + 56 + ], + "many": [ + 35 + ], + "more": [ + 36 + ], + "applications": [ + 37 + ], + "exist": [ + 38 + ], + "where": [ + 39 + ], + "can": [ + 42, + 124 + ], + "make": [ + 43 + ], + "a": [ + 44, + 60, + 67, + 78, + 91, + 97 + ], + "strong": [ + 45 + ], + "impact.": [ + 46 + ], + "To": [ + 47 + ], + "enable": [ + 48 + ], + "faster": [ + 49 + ], + "development": [ + 50 + ], + "machine-learning-based": [ + 52 + ], + "such": [ + 55, + 136 + ], + "we": [ + 57, + 85, + 118 + ], + "created": [ + 59 + ], + "framework": [ + 61 + ], + "capable": [ + 62 + ], + "being": [ + 64 + ], + "applied": [ + 65 + ], + "broad": [ + 68 + ], + "range": [ + 69 + ], + "Our": [ + 73 + ], + "method": [ + 74, + 99, + 123 + ], + "works": [ + 75 + ], + "by": [ + 76 + ], + "using": [ + 77 + ], + "chemically": [ + 79 + ], + "diverse": [ + 80, + 129 + ], + "list": [ + 81 + ], + "attributes,": [ + 83 + ], + "which": [ + 84 + ], + "demonstrate": [ + 86, + 119 + ], + "are": [ + 87 + ], + "suitable": [ + 88 + ], + "describing": [ + 90 + ], + "wide": [ + 92 + ], + "variety": [ + 93 + ], + "properties,": [ + 95 + ], + "and": [ + 96, + 133, + 141 + ], + "novel": [ + 98 + ], + "partitioning": [ + 101 + ], + "the": [ + 102, + 112 + ], + "data": [ + 103 + ], + "set": [ + 104 + ], + "into": [ + 105 + ], + "groups": [ + 106 + ], + "similar": [ + 108 + ], + "boost": [ + 111 + ], + "accuracy.": [ + 114 + ], + "In": [ + 115 + ], + "this": [ + 116, + 121 + ], + "manuscript,": [ + 117 + ], + "how": [ + 120 + ], + "new": [ + 122 + ], + "be": [ + 125 + ], + "used": [ + 126 + ], + "predict": [ + 128 + ], + "properties": [ + 130 + ], + "crystalline": [ + 132 + ], + "amorphous": [ + 134 + ], + "materials,": [ + 135 + ], + "as": [ + 137 + ], + "band": [ + 138 + ], + "gap": [ + 139 + ], + "energy": [ + 140 + ], + "glass-forming": [ + 142 + ], + "ability.": [ + 143 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 135 + }, + { + "year": 2025, + "cited_by_count": 274 + }, + { + "year": 2024, + "cited_by_count": 247 + }, + { + "year": 2023, + "cited_by_count": 215 + }, + { + "year": 2022, + "cited_by_count": 204 + }, + { + "year": 2021, + "cited_by_count": 195 + }, + { + "year": 2020, + "cited_by_count": 185 + }, + { + "year": 2019, + "cited_by_count": 117 + }, + { + "year": 2018, + "cited_by_count": 71 + }, + { + "year": 2017, + "cited_by_count": 22 + }, + { + "year": 2016, + "cited_by_count": 3 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2016-07-22T00:00:00" + }, + { + "id": "https://openalex.org/W2182361439", + "doi": null, + "title": "Efficient and robust automated machine learning", + "display_name": "Efficient and robust automated machine learning", + "relevance_score": 2483.388, + "publication_year": 2015, + "publication_date": "2015-12-07", + "ids": { + "openalex": "https://openalex.org/W2182361439", + "mag": "2182361439" + }, + "language": "en", + "primary_location": { + "id": "mag:2182361439", + "is_oa": false, + "landing_page_url": "https://papers.nips.cc/paper/2015/file/11d0e6287202fced83f79975ec59a3a6-Paper.pdf", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306420609", + "display_name": "Neural Information Processing Systems", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "conference" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": false, + "raw_source_name": "Neural Information Processing Systems", + "raw_type": null + }, + "type": "article", + "indexed_in": [], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5054262288", + "display_name": "Matthias Feurer", + "orcid": "https://orcid.org/0000-0001-9611-8588" + }, + "institutions": [ + { + "id": "https://openalex.org/I161046081", + "display_name": "University of Freiburg", + "ror": "https://ror.org/0245cg223", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I161046081" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": true, + "raw_author_name": "Matthias Feurer", + "raw_affiliation_strings": [ + "Department of Computer Science , University of Freiburg , Germany" + ], + "raw_orcid": "https://orcid.org/0000-0001-9611-8588", + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science , University of Freiburg , Germany", + "institution_ids": [ + "https://openalex.org/I161046081" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5044806693", + "display_name": "Aaron Klein", + "orcid": "https://orcid.org/0000-0003-3960-7742" + }, + "institutions": [ + { + "id": "https://openalex.org/I161046081", + "display_name": "University of Freiburg", + "ror": "https://ror.org/0245cg223", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I161046081" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Aaron Klein", + "raw_affiliation_strings": [ + "Department of Computer Science , University of Freiburg , Germany" + ], + "raw_orcid": "https://orcid.org/0000-0003-3960-7742", + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science , University of Freiburg , Germany", + "institution_ids": [ + "https://openalex.org/I161046081" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5081813991", + "display_name": "Katharina Eggensperger", + "orcid": "https://orcid.org/0000-0002-0309-401X" + }, + "institutions": [ + { + "id": "https://openalex.org/I161046081", + "display_name": "University of Freiburg", + "ror": "https://ror.org/0245cg223", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I161046081" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Katharina Eggensperger", + "raw_affiliation_strings": [ + "Department of Computer Science , University of Freiburg , Germany" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science , University of Freiburg , Germany", + "institution_ids": [ + "https://openalex.org/I161046081" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5017985443", + "display_name": "Jost Tobias Springenberg", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I161046081", + "display_name": "University of Freiburg", + "ror": "https://ror.org/0245cg223", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I161046081" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Jost Tobias Springenberg", + "raw_affiliation_strings": [ + "Department of Computer Science , University of Freiburg , Germany" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science , University of Freiburg , Germany", + "institution_ids": [ + "https://openalex.org/I161046081" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5102766796", + "display_name": "Manuel Blum", + "orcid": "https://orcid.org/0000-0002-0982-4845" + }, + "institutions": [ + { + "id": "https://openalex.org/I161046081", + "display_name": "University of Freiburg", + "ror": "https://ror.org/0245cg223", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I161046081" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Manuel Blum", + "raw_affiliation_strings": [ + "Department of Computer Science , University of Freiburg , Germany" + ], + "raw_orcid": "https://orcid.org/0000-0002-0982-4845", + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science , University of Freiburg , Germany", + "institution_ids": [ + "https://openalex.org/I161046081" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5031002895", + "display_name": "Frank Hutter", + "orcid": "https://orcid.org/0000-0002-2037-3694" + }, + "institutions": [ + { + "id": "https://openalex.org/I161046081", + "display_name": "University of Freiburg", + "ror": "https://ror.org/0245cg223", + "country_code": "DE", + "type": "education", + "lineage": [ + "https://openalex.org/I161046081" + ] + } + ], + "countries": [ + "DE" + ], + "is_corresponding": false, + "raw_author_name": "Frank Hutter", + "raw_affiliation_strings": [ + "Department of Computer Science , University of Freiburg , Germany" + ], + "raw_orcid": "https://orcid.org/0000-0002-2037-3694", + "affiliations": [ + { + "raw_affiliation_string": "Department of Computer Science , University of Freiburg , Germany", + "institution_ids": [ + "https://openalex.org/I161046081" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 6, + "corresponding_author_ids": [ + "https://openalex.org/A5054262288" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I161046081" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 26.632, + "has_fulltext": false, + "cited_by_count": 1255, + "citation_normalized_percentile": { + "value": 0.99838319, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "28", + "issue": null, + "first_page": "2755", + "last_page": "2763" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 1.0, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12072", + "display_name": "Machine Learning and Algorithms", + "score": 0.9991999864578247, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11652", + "display_name": "Imbalanced Data Classification Techniques", + "score": 0.9884999990463257, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/hyperparameter", + "display_name": "Hyperparameter", + "score": 0.8062483668327332 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.7956940531730652 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.7567195892333984 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.7412288188934326 + }, + { + "id": "https://openalex.org/keywords/preprocessor", + "display_name": "Preprocessor", + "score": 0.723639726638794 + }, + { + "id": "https://openalex.org/keywords/bayesian-optimization", + "display_name": "Bayesian optimization", + "score": 0.5717392563819885 + }, + { + "id": "https://openalex.org/keywords/feature", + "display_name": "Feature (linguistics)", + "score": 0.5170496106147766 + }, + { + "id": "https://openalex.org/keywords/set", + "display_name": "Set (abstract data type)", + "score": 0.4831806719303131 + }, + { + "id": "https://openalex.org/keywords/bayesian-probability", + "display_name": "Bayesian probability", + "score": 0.41747650504112244 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C8642999", + "wikidata": "https://www.wikidata.org/wiki/Q4171168", + "display_name": "Hyperparameter", + "level": 2, + "score": 0.8062483668327332 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.7956940531730652 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.7567195892333984 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.7412288188934326 + }, + { + "id": "https://openalex.org/C34736171", + "wikidata": "https://www.wikidata.org/wiki/Q918333", + "display_name": "Preprocessor", + "level": 2, + "score": 0.723639726638794 + }, + { + "id": "https://openalex.org/C2778049539", + "wikidata": "https://www.wikidata.org/wiki/Q17002908", + "display_name": "Bayesian optimization", + "level": 2, + "score": 0.5717392563819885 + }, + { + "id": "https://openalex.org/C2776401178", + "wikidata": "https://www.wikidata.org/wiki/Q12050496", + "display_name": "Feature (linguistics)", + "level": 2, + "score": 0.5170496106147766 + }, + { + "id": "https://openalex.org/C177264268", + "wikidata": "https://www.wikidata.org/wiki/Q1514741", + "display_name": "Set (abstract data type)", + "level": 2, + "score": 0.4831806719303131 + }, + { + "id": "https://openalex.org/C107673813", + "wikidata": "https://www.wikidata.org/wiki/Q812534", + "display_name": "Bayesian probability", + "level": 2, + "score": 0.41747650504112244 + }, + { + "id": "https://openalex.org/C199360897", + "wikidata": "https://www.wikidata.org/wiki/Q9143", + "display_name": "Programming language", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C41895202", + "wikidata": "https://www.wikidata.org/wiki/Q8162", + "display_name": "Linguistics", + "level": 1, + "score": 0.0 + }, + { + "id": "https://openalex.org/C138885662", + "wikidata": "https://www.wikidata.org/wiki/Q5891", + "display_name": "Philosophy", + "level": 0, + "score": 0.0 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "mag:2182361439", + "is_oa": false, + "landing_page_url": "https://papers.nips.cc/paper/2015/file/11d0e6287202fced83f79975ec59a3a6-Paper.pdf", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306420609", + "display_name": "Neural Information Processing Systems", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "conference" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": "Neural Information Processing Systems", + "raw_type": null + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 26, + "referenced_works": [ + "https://openalex.org/W28412257", + "https://openalex.org/W60686164", + "https://openalex.org/W76331760", + "https://openalex.org/W116375701", + "https://openalex.org/W122178443", + "https://openalex.org/W1519451279", + "https://openalex.org/W1647221522", + "https://openalex.org/W1840091437", + "https://openalex.org/W1980264541", + "https://openalex.org/W2099201756", + "https://openalex.org/W2101234009", + "https://openalex.org/W2102539288", + "https://openalex.org/W2106411961", + "https://openalex.org/W2112204321", + "https://openalex.org/W2112364454", + "https://openalex.org/W2131241448", + "https://openalex.org/W2132862423", + "https://openalex.org/W2133990480", + "https://openalex.org/W2142334564", + "https://openalex.org/W2149731329", + "https://openalex.org/W2150446468", + "https://openalex.org/W2150753219", + "https://openalex.org/W2165607334", + "https://openalex.org/W2200000192", + "https://openalex.org/W2809054435", + "https://openalex.org/W2911964244" + ], + "related_works": [ + "https://openalex.org/W60686164", + "https://openalex.org/W2964024268", + "https://openalex.org/W2963815651", + "https://openalex.org/W2963423218", + "https://openalex.org/W2947123069", + "https://openalex.org/W2911964244", + "https://openalex.org/W2608595939", + "https://openalex.org/W2553303224", + "https://openalex.org/W2309832917", + "https://openalex.org/W2200000192", + "https://openalex.org/W2194775991", + "https://openalex.org/W2192203593", + "https://openalex.org/W2133990480", + "https://openalex.org/W2132862423", + "https://openalex.org/W2131241448", + "https://openalex.org/W2112364454", + "https://openalex.org/W2106411961", + "https://openalex.org/W2102539288", + "https://openalex.org/W2101234009", + "https://openalex.org/W2097998348" + ], + "abstract_inverted_index": { + "The": [ + 0 + ], + "success": [ + 1 + ], + "of": [ + 2, + 9, + 75, + 153, + 176, + 190, + 199, + 203 + ], + "machine": [ + 3, + 18, + 68 + ], + "learning": [ + 4, + 19, + 69 + ], + "in": [ + 5, + 33, + 179 + ], + "a": [ + 6, + 41, + 49, + 85, + 108 + ], + "broad": [ + 7 + ], + "range": [ + 8 + ], + "applications": [ + 10 + ], + "has": [ + 11, + 62 + ], + "led": [ + 12 + ], + "to": [ + 13, + 38, + 64, + 107, + 188 + ], + "an": [ + 14 + ], + "ever-growing": [ + 15 + ], + "demand": [ + 16 + ], + "for": [ + 17, + 48 + ], + "systems": [ + 20, + 36 + ], + "that": [ + 21, + 169 + ], + "can": [ + 22 + ], + "be": [ + 23, + 31 + ], + "used": [ + 24 + ], + "off": [ + 25 + ], + "the": [ + 26, + 73, + 141, + 145, + 150, + 154, + 173, + 177, + 184, + 197, + 200 + ], + "shelf": [ + 27 + ], + "by": [ + 28, + 126, + 137 + ], + "non-experts.": [ + 29 + ], + "To": [ + 30 + ], + "effective": [ + 32 + ], + "practice,": [ + 34 + ], + "such": [ + 35 + ], + "need": [ + 37 + ], + "automatically": [ + 39, + 127 + ], + "choose": [ + 40 + ], + "good": [ + 42 + ], + "algorithm": [ + 43 + ], + "and": [ + 44, + 54, + 100, + 136, + 159, + 193 + ], + "feature": [ + 45, + 97 + ], + "preprocessing": [ + 46, + 98, + 103 + ], + "steps": [ + 47 + ], + "new": [ + 50, + 87 + ], + "dataset": [ + 51 + ], + "at": [ + 52 + ], + "hand,": [ + 53 + ], + "also": [ + 55, + 182 + ], + "set": [ + 56 + ], + "their": [ + 57 + ], + "respective": [ + 58 + ], + "hyperparameters.": [ + 59 + ], + "Recent": [ + 60 + ], + "work": [ + 61 + ], + "started": [ + 63 + ], + "tackle": [ + 65 + ], + "this": [ + 66 + ], + "automated": [ + 67 + ], + "(AutoML)": [ + 70 + ], + "problem": [ + 71 + ], + "with": [ + 72, + 112 + ], + "help": [ + 74 + ], + "efficient": [ + 76 + ], + "Bayesian": [ + 77 + ], + "optimization": [ + 78 + ], + "methods.": [ + 79 + ], + "Building": [ + 80 + ], + "on": [ + 81, + 91, + 122, + 133, + 163 + ], + "this,": [ + 82 + ], + "we": [ + 83, + 118 + ], + "introduce": [ + 84 + ], + "robust": [ + 86 + ], + "AutoML": [ + 88, + 124, + 157 + ], + "system": [ + 89, + 148 + ], + "based": [ + 90 + ], + "scikit-learn": [ + 92 + ], + "(using": [ + 93 + ], + "15": [ + 94 + ], + "classifiers,": [ + 95 + ], + "14": [ + 96 + ], + "methods,": [ + 99, + 104 + ], + "4": [ + 101 + ], + "data": [ + 102 + ], + "giving": [ + 105 + ], + "rise": [ + 106 + ], + "structured": [ + 109 + ], + "hypothesis": [ + 110 + ], + "space": [ + 111 + ], + "110": [ + 113 + ], + "hyperparameters).": [ + 114 + ], + "This": [ + 115 + ], + "system,": [ + 116 + ], + "which": [ + 117 + ], + "dub": [ + 119 + ], + "AUTO-SKLEARN,": [ + 120 + ], + "improves": [ + 121 + ], + "existing": [ + 123 + ], + "methods": [ + 125 + ], + "taking": [ + 128 + ], + "into": [ + 129, + 196 + ], + "account": [ + 130 + ], + "past": [ + 131 + ], + "performance": [ + 132, + 185 + ], + "similar": [ + 134 + ], + "datasets,": [ + 135 + ], + "constructing": [ + 138 + ], + "ensembles": [ + 139 + ], + "from": [ + 140 + ], + "models": [ + 142 + ], + "evaluated": [ + 143 + ], + "during": [ + 144 + ], + "optimization.": [ + 146 + ], + "Our": [ + 147 + ], + "won": [ + 149 + ], + "first": [ + 151 + ], + "phase": [ + 152 + ], + "ongoing": [ + 155 + ], + "ChaLearn": [ + 156 + ], + "challenge,": [ + 158 + ], + "our": [ + 160, + 191 + ], + "comprehensive": [ + 161 + ], + "analysis": [ + 162 + ], + "over": [ + 164 + ], + "100": [ + 165 + ], + "diverse": [ + 166 + ], + "datasets": [ + 167 + ], + "shows": [ + 168 + ], + "it": [ + 170 + ], + "substantially": [ + 171 + ], + "outperforms": [ + 172 + ], + "previous": [ + 174 + ], + "state": [ + 175 + ], + "art": [ + 178 + ], + "AutoML.": [ + 180 + ], + "We": [ + 181 + ], + "demonstrate": [ + 183 + ], + "gains": [ + 186 + ], + "due": [ + 187 + ], + "each": [ + 189 + ], + "contributions": [ + 192 + ], + "derive": [ + 194 + ], + "insights": [ + 195 + ], + "effectiveness": [ + 198 + ], + "individual": [ + 201 + ], + "components": [ + 202 + ], + "AUTO-SKLEARN.": [ + 204 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 61 + }, + { + "year": 2024, + "cited_by_count": 99 + }, + { + "year": 2023, + "cited_by_count": 134 + }, + { + "year": 2022, + "cited_by_count": 125 + }, + { + "year": 2021, + "cited_by_count": 221 + }, + { + "year": 2020, + "cited_by_count": 263 + }, + { + "year": 2019, + "cited_by_count": 217 + }, + { + "year": 2018, + "cited_by_count": 86 + }, + { + "year": 2017, + "cited_by_count": 34 + }, + { + "year": 2016, + "cited_by_count": 14 + }, + { + "year": 2015, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-14T08:36:36.166977", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W1983989471", + "doi": "https://doi.org/10.1198/jasa.2008.s236", + "title": "Pattern Recognition and Machine Learning", + "display_name": "Pattern Recognition and Machine Learning", + "relevance_score": 2477.2678, + "publication_year": 2008, + "publication_date": "2008-06-01", + "ids": { + "openalex": "https://openalex.org/W1983989471", + "doi": "https://doi.org/10.1198/jasa.2008.s236", + "mag": "1983989471" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1198/jasa.2008.s236", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1198/jasa.2008.s236", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4394736638", + "display_name": "Journal of the American Statistical Association", + "issn_l": "0162-1459", + "issn": [ + "0162-1459", + "1537-274X" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Journal of the American Statistical Association", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref" + ], + "open_access": { + "is_oa": false, + "oa_status": "closed", + "oa_url": null, + "any_repository_has_fulltext": false + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5109482919", + "display_name": "Thomas Burr", + "orcid": null + }, + "institutions": [ + { + "id": "https://openalex.org/I1343871089", + "display_name": "Los Alamos National Laboratory", + "ror": "https://ror.org/01e41cf67", + "country_code": "US", + "type": "facility", + "lineage": [ + "https://openalex.org/I1330989302", + "https://openalex.org/I1343871089", + "https://openalex.org/I198811213", + "https://openalex.org/I4210120050" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Thomas Burr", + "raw_affiliation_strings": [ + "Los Alamos National Laboratory", + "LOS Alamos National Laboratory" + ], + "affiliations": [ + { + "raw_affiliation_string": "Los Alamos National Laboratory", + "institution_ids": [ + "https://openalex.org/I1343871089" + ] + }, + { + "raw_affiliation_string": "LOS Alamos National Laboratory", + "institution_ids": [ + "https://openalex.org/I1343871089" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 1, + "corresponding_author_ids": [ + "https://openalex.org/A5109482919" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I1343871089" + ], + "apc_list": null, + "apc_paid": null, + "fwci": 47.4793, + "has_fulltext": false, + "cited_by_count": 1113, + "citation_normalized_percentile": { + "value": 0.99954397, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 98, + "max": 100 + }, + "biblio": { + "volume": "103", + "issue": "482", + "first_page": "886", + "last_page": "887" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T12205", + "display_name": "Time Series Analysis and Forecasting", + "score": 0.98580002784729, + "subfield": { + "id": "https://openalex.org/subfields/1711", + "display_name": "Signal Processing" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T12205", + "display_name": "Time Series Analysis and Forecasting", + "score": 0.98580002784729, + "subfield": { + "id": "https://openalex.org/subfields/1711", + "display_name": "Signal Processing" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12761", + "display_name": "Data Stream Mining Techniques", + "score": 0.9822999835014343, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T11512", + "display_name": "Anomaly Detection Techniques and Applications", + "score": 0.9811000227928162, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5010311603546143 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.4807431697845459 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.40664222836494446 + }, + { + "id": "https://openalex.org/keywords/pattern-recognition", + "display_name": "Pattern recognition (psychology)", + "score": 0.374175488948822 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5010311603546143 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.4807431697845459 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.40664222836494446 + }, + { + "id": "https://openalex.org/C153180895", + "wikidata": "https://www.wikidata.org/wiki/Q7148389", + "display_name": "Pattern recognition (psychology)", + "level": 2, + "score": 0.374175488948822 + } + ], + "mesh": [], + "locations_count": 1, + "locations": [ + { + "id": "doi:10.1198/jasa.2008.s236", + "is_oa": false, + "landing_page_url": "https://doi.org/10.1198/jasa.2008.s236", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4394736638", + "display_name": "Journal of the American Statistical Association", + "issn_l": "0162-1459", + "issn": [ + "0162-1459", + "1537-274X" + ], + "is_oa": false, + "is_in_doaj": false, + "is_core": true, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "journal" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Journal of the American Statistical Association", + "raw_type": "journal-article" + } + ], + "best_oa_location": null, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 5, + "referenced_works": [ + "https://openalex.org/W2009086942", + "https://openalex.org/W2019044526", + "https://openalex.org/W2078502317", + "https://openalex.org/W2090911498", + "https://openalex.org/W4237415315" + ], + "related_works": [ + "https://openalex.org/W2961085424", + "https://openalex.org/W4306674287", + "https://openalex.org/W3046775127", + "https://openalex.org/W3170094116", + "https://openalex.org/W4386462264", + "https://openalex.org/W3209574120", + "https://openalex.org/W3107602296", + "https://openalex.org/W2033914206", + "https://openalex.org/W4312192474", + "https://openalex.org/W4210805261" + ], + "abstract_inverted_index": { + "\"Pattern": [ + 0 + ], + "Recognition": [ + 1 + ], + "and": [ + 2 + ], + "Machine": [ + 3 + ], + "Learning.\"": [ + 4 + ], + "Journal": [ + 5 + ], + "of": [ + 6 + ], + "the": [ + 7 + ], + "American": [ + 8 + ], + "Statistical": [ + 9 + ], + "Association,": [ + 10 + ], + "103(482),": [ + 11 + ], + "pp.": [ + 12 + ], + "886–887": [ + 13 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 6 + }, + { + "year": 2024, + "cited_by_count": 27 + }, + { + "year": 2023, + "cited_by_count": 55 + }, + { + "year": 2022, + "cited_by_count": 54 + }, + { + "year": 2021, + "cited_by_count": 97 + }, + { + "year": 2020, + "cited_by_count": 87 + }, + { + "year": 2019, + "cited_by_count": 133 + }, + { + "year": 2018, + "cited_by_count": 105 + }, + { + "year": 2017, + "cited_by_count": 64 + }, + { + "year": 2016, + "cited_by_count": 67 + }, + { + "year": 2015, + "cited_by_count": 75 + }, + { + "year": 2014, + "cited_by_count": 68 + }, + { + "year": 2013, + "cited_by_count": 73 + }, + { + "year": 2012, + "cited_by_count": 73 + } + ], + "updated_date": "2026-04-05T17:49:38.594831", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W4299828299", + "doi": "https://doi.org/10.48550/arxiv.1207.4676", + "title": "Proceedings of the 29th International Conference on Machine Learning (ICML-12)", + "display_name": "Proceedings of the 29th International Conference on Machine Learning (ICML-12)", + "relevance_score": 2470.0903, + "publication_year": 2012, + "publication_date": "2012-07-19", + "ids": { + "openalex": "https://openalex.org/W4299828299", + "doi": "https://doi.org/10.48550/arxiv.1207.4676" + }, + "language": "en", + "primary_location": { + "id": "pmh:oai:arXiv.org:1207.4676", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1207.4676", + "pdf_url": "https://arxiv.org/pdf/1207.4676", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "type": "preprint", + "indexed_in": [ + "arxiv", + "datacite" + ], + "open_access": { + "is_oa": true, + "oa_status": "green", + "oa_url": "https://arxiv.org/pdf/1207.4676", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5005003250", + "display_name": "John Langford", + "orcid": "https://orcid.org/0000-0002-9811-3550" + }, + "institutions": [ + { + "id": "https://openalex.org/I2801032651", + "display_name": "Council of Science Editors", + "ror": "https://ror.org/007cr8911", + "country_code": "US", + "type": "nonprofit", + "lineage": [ + "https://openalex.org/I2801032651" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": true, + "raw_author_name": "Langford, John", + "raw_affiliation_strings": [ + "Editors" + ], + "affiliations": [ + { + "raw_affiliation_string": "Editors", + "institution_ids": [ + "https://openalex.org/I2801032651" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5080591144", + "display_name": "Joëlle Pineau", + "orcid": "https://orcid.org/0000-0003-0747-7250" + }, + "institutions": [ + { + "id": "https://openalex.org/I2801032651", + "display_name": "Council of Science Editors", + "ror": "https://ror.org/007cr8911", + "country_code": "US", + "type": "nonprofit", + "lineage": [ + "https://openalex.org/I2801032651" + ] + } + ], + "countries": [ + "US" + ], + "is_corresponding": false, + "raw_author_name": "Pineau, Joelle", + "raw_affiliation_strings": [ + "Editors" + ], + "affiliations": [ + { + "raw_affiliation_string": "Editors", + "institution_ids": [ + "https://openalex.org/I2801032651" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 2, + "corresponding_author_ids": [ + "https://openalex.org/A5005003250" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I2801032651" + ], + "apc_list": null, + "apc_paid": null, + "fwci": null, + "has_fulltext": false, + "cited_by_count": 1618, + "citation_normalized_percentile": null, + "cited_by_percentile_year": null, + "biblio": { + "volume": null, + "issue": null, + "first_page": null, + "last_page": null + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10181", + "display_name": "Natural Language Processing Techniques", + "score": 0.6305000185966492, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10181", + "display_name": "Natural Language Processing Techniques", + "score": 0.6305000185966492, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/library-science", + "display_name": "Library science", + "score": 0.5253459811210632 + }, + { + "id": "https://openalex.org/keywords/geography", + "display_name": "Geography", + "score": 0.3677058815956116 + }, + { + "id": "https://openalex.org/keywords/forestry", + "display_name": "Forestry", + "score": 0.32110482454299927 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.18688607215881348 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C161191863", + "wikidata": "https://www.wikidata.org/wiki/Q199655", + "display_name": "Library science", + "level": 1, + "score": 0.5253459811210632 + }, + { + "id": "https://openalex.org/C205649164", + "wikidata": "https://www.wikidata.org/wiki/Q1071", + "display_name": "Geography", + "level": 0, + "score": 0.3677058815956116 + }, + { + "id": "https://openalex.org/C97137747", + "wikidata": "https://www.wikidata.org/wiki/Q38112", + "display_name": "Forestry", + "level": 1, + "score": 0.32110482454299927 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.18688607215881348 + } + ], + "mesh": [], + "locations_count": 2, + "locations": [ + { + "id": "pmh:oai:arXiv.org:1207.4676", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1207.4676", + "pdf_url": "https://arxiv.org/pdf/1207.4676", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + { + "id": "doi:10.48550/arxiv.1207.4676", + "is_oa": true, + "landing_page_url": "https://doi.org/10.48550/arxiv.1207.4676", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": null, + "is_accepted": false, + "is_published": null, + "raw_source_name": null, + "raw_type": "article" + } + ], + "best_oa_location": { + "id": "pmh:oai:arXiv.org:1207.4676", + "is_oa": true, + "landing_page_url": "http://arxiv.org/abs/1207.4676", + "pdf_url": "https://arxiv.org/pdf/1207.4676", + "source": { + "id": "https://openalex.org/S4306400194", + "display_name": "arXiv (Cornell University)", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I205783295", + "host_organization_name": "Cornell University", + "host_organization_lineage": [ + "https://openalex.org/I205783295" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "text" + }, + "sustainable_development_goals": [], + "awards": [], + "funders": [], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 0, + "referenced_works": [], + "related_works": [ + "https://openalex.org/W2748952813", + "https://openalex.org/W2383882895", + "https://openalex.org/W3111098267", + "https://openalex.org/W2370206093", + "https://openalex.org/W264709706", + "https://openalex.org/W2375009411", + "https://openalex.org/W2371019958", + "https://openalex.org/W2092269694", + "https://openalex.org/W2063002724", + "https://openalex.org/W3150437343" + ], + "abstract_inverted_index": { + "This": [ + 0 + ], + "is": [ + 1 + ], + "an": [ + 2 + ], + "index": [ + 3 + ], + "to": [ + 4 + ], + "the": [ + 5, + 10, + 13 + ], + "papers": [ + 6 + ], + "that": [ + 7 + ], + "appear": [ + 8 + ], + "in": [ + 9, + 25 + ], + "Proceedings": [ + 11 + ], + "of": [ + 12 + ], + "29th": [ + 14 + ], + "International": [ + 15 + ], + "Conference": [ + 16 + ], + "on": [ + 17 + ], + "Machine": [ + 18 + ], + "Learning": [ + 19 + ], + "(ICML-12).": [ + 20 + ], + "The": [ + 21 + ], + "conference": [ + 22 + ], + "was": [ + 23 + ], + "held": [ + 24 + ], + "Edinburgh,": [ + 26 + ], + "Scotland,": [ + 27 + ], + "June": [ + 28 + ], + "27th": [ + 29 + ], + "-": [ + 30 + ], + "July": [ + 31 + ], + "3rd,": [ + 32 + ], + "2012.": [ + 33 + ] + }, + "counts_by_year": [ + { + "year": 2025, + "cited_by_count": 100 + }, + { + "year": 2024, + "cited_by_count": 136 + }, + { + "year": 2023, + "cited_by_count": 155 + }, + { + "year": 2022, + "cited_by_count": 120 + }, + { + "year": 2021, + "cited_by_count": 86 + }, + { + "year": 2020, + "cited_by_count": 167 + }, + { + "year": 2019, + "cited_by_count": 218 + }, + { + "year": 2018, + "cited_by_count": 146 + }, + { + "year": 2017, + "cited_by_count": 177 + }, + { + "year": 2016, + "cited_by_count": 136 + }, + { + "year": 2015, + "cited_by_count": 76 + }, + { + "year": 2014, + "cited_by_count": 49 + }, + { + "year": 2013, + "cited_by_count": 37 + }, + { + "year": 2012, + "cited_by_count": 15 + } + ], + "updated_date": "2026-04-24T08:23:43.765630", + "created_date": "2025-10-10T00:00:00" + }, + { + "id": "https://openalex.org/W2981679558", + "doi": "https://doi.org/10.1371/journal.pone.0224365", + "title": "Machine learning algorithm validation with a limited sample size", + "display_name": "Machine learning algorithm validation with a limited sample size", + "relevance_score": 2469.721, + "publication_year": 2019, + "publication_date": "2019-11-07", + "ids": { + "openalex": "https://openalex.org/W2981679558", + "doi": "https://doi.org/10.1371/journal.pone.0224365", + "mag": "2981679558", + "pmid": "https://pubmed.ncbi.nlm.nih.gov/31697686" + }, + "language": "en", + "primary_location": { + "id": "doi:10.1371/journal.pone.0224365", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1371/journal.pone.0224365", + "pdf_url": "https://journals.plos.org/plosone/article/file?id=10.1371/journal.pone.0224365&type=printable", + "source": { + "id": "https://openalex.org/S202381698", + "display_name": "PLoS ONE", + "issn_l": "1932-6203", + "issn": [ + "1932-6203" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310315706", + "host_organization_name": "Public Library of Science", + "host_organization_lineage": [ + "https://openalex.org/P4310315706" + ], + "host_organization_lineage_names": [ + "Public Library of Science" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "PLOS ONE", + "raw_type": "journal-article" + }, + "type": "article", + "indexed_in": [ + "crossref", + "doaj", + "pubmed" + ], + "open_access": { + "is_oa": true, + "oa_status": "gold", + "oa_url": "https://journals.plos.org/plosone/article/file?id=10.1371/journal.pone.0224365&type=printable", + "any_repository_has_fulltext": true + }, + "authorships": [ + { + "author_position": "first", + "author": { + "id": "https://openalex.org/A5058581210", + "display_name": "Andrius Vabalas", + "orcid": "https://orcid.org/0000-0002-0659-2890" + }, + "institutions": [ + { + "id": "https://openalex.org/I28407311", + "display_name": "University of Manchester", + "ror": "https://ror.org/027m9bs27", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I28407311" + ] + } + ], + "countries": [ + "GB" + ], + "is_corresponding": true, + "raw_author_name": "Andrius Vabalas", + "raw_affiliation_strings": [ + "Materials, Devices and Systems Division, School of Electrical and Electronic Engineering, The University of Manchester, Manchester, England, United Kingdom" + ], + "raw_orcid": "https://orcid.org/0000-0002-0659-2890", + "affiliations": [ + { + "raw_affiliation_string": "Materials, Devices and Systems Division, School of Electrical and Electronic Engineering, The University of Manchester, Manchester, England, United Kingdom", + "institution_ids": [ + "https://openalex.org/I28407311" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5054131595", + "display_name": "Emma Gowen", + "orcid": "https://orcid.org/0000-0003-4788-4280" + }, + "institutions": [ + { + "id": "https://openalex.org/I28407311", + "display_name": "University of Manchester", + "ror": "https://ror.org/027m9bs27", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I28407311" + ] + } + ], + "countries": [ + "GB" + ], + "is_corresponding": false, + "raw_author_name": "Emma Gowen", + "raw_affiliation_strings": [ + "School of Biological Sciences, The University of Manchester, Manchester, England, United Kingdom" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "School of Biological Sciences, The University of Manchester, Manchester, England, United Kingdom", + "institution_ids": [ + "https://openalex.org/I28407311" + ] + } + ] + }, + { + "author_position": "middle", + "author": { + "id": "https://openalex.org/A5080441481", + "display_name": "Ellen Poliakoff", + "orcid": "https://orcid.org/0000-0003-4975-7787" + }, + "institutions": [ + { + "id": "https://openalex.org/I28407311", + "display_name": "University of Manchester", + "ror": "https://ror.org/027m9bs27", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I28407311" + ] + } + ], + "countries": [ + "GB" + ], + "is_corresponding": false, + "raw_author_name": "Ellen Poliakoff", + "raw_affiliation_strings": [ + "School of Biological Sciences, The University of Manchester, Manchester, England, United Kingdom" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "School of Biological Sciences, The University of Manchester, Manchester, England, United Kingdom", + "institution_ids": [ + "https://openalex.org/I28407311" + ] + } + ] + }, + { + "author_position": "last", + "author": { + "id": "https://openalex.org/A5091104655", + "display_name": "Alexander J. Casson", + "orcid": "https://orcid.org/0000-0003-1408-1190" + }, + "institutions": [ + { + "id": "https://openalex.org/I28407311", + "display_name": "University of Manchester", + "ror": "https://ror.org/027m9bs27", + "country_code": "GB", + "type": "education", + "lineage": [ + "https://openalex.org/I28407311" + ] + } + ], + "countries": [ + "GB" + ], + "is_corresponding": false, + "raw_author_name": "Alexander J. Casson", + "raw_affiliation_strings": [ + "Materials, Devices and Systems Division, School of Electrical and Electronic Engineering, The University of Manchester, Manchester, England, United Kingdom" + ], + "raw_orcid": null, + "affiliations": [ + { + "raw_affiliation_string": "Materials, Devices and Systems Division, School of Electrical and Electronic Engineering, The University of Manchester, Manchester, England, United Kingdom", + "institution_ids": [ + "https://openalex.org/I28407311" + ] + } + ] + } + ], + "institutions": [], + "countries_distinct_count": 1, + "institutions_distinct_count": 4, + "corresponding_author_ids": [ + "https://openalex.org/A5058581210" + ], + "corresponding_institution_ids": [ + "https://openalex.org/I28407311" + ], + "apc_list": { + "value": 1805, + "currency": "USD", + "value_usd": 1805 + }, + "apc_paid": { + "value": 1805, + "currency": "USD", + "value_usd": 1805 + }, + "fwci": 44.2653, + "has_fulltext": true, + "cited_by_count": 1659, + "citation_normalized_percentile": { + "value": 0.99924824, + "is_in_top_1_percent": true, + "is_in_top_10_percent": true + }, + "cited_by_percentile_year": { + "min": 90, + "max": 100 + }, + "biblio": { + "volume": "14", + "issue": "11", + "first_page": "e0224365", + "last_page": "e0224365" + }, + "is_retracted": false, + "is_paratext": false, + "is_xpac": false, + "primary_topic": { + "id": "https://openalex.org/T10885", + "display_name": "Gene expression and cancer classification", + "score": 0.9955000281333923, + "subfield": { + "id": "https://openalex.org/subfields/1312", + "display_name": "Molecular Biology" + }, + "field": { + "id": "https://openalex.org/fields/13", + "display_name": "Biochemistry, Genetics and Molecular Biology" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + }, + "topics": [ + { + "id": "https://openalex.org/T10885", + "display_name": "Gene expression and cancer classification", + "score": 0.9955000281333923, + "subfield": { + "id": "https://openalex.org/subfields/1312", + "display_name": "Molecular Biology" + }, + "field": { + "id": "https://openalex.org/fields/13", + "display_name": "Biochemistry, Genetics and Molecular Biology" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + }, + { + "id": "https://openalex.org/T12535", + "display_name": "Machine Learning and Data Classification", + "score": 0.9860000014305115, + "subfield": { + "id": "https://openalex.org/subfields/1702", + "display_name": "Artificial Intelligence" + }, + "field": { + "id": "https://openalex.org/fields/17", + "display_name": "Computer Science" + }, + "domain": { + "id": "https://openalex.org/domains/3", + "display_name": "Physical Sciences" + } + }, + { + "id": "https://openalex.org/T12859", + "display_name": "Cell Image Analysis Techniques", + "score": 0.9606000185012817, + "subfield": { + "id": "https://openalex.org/subfields/1304", + "display_name": "Biophysics" + }, + "field": { + "id": "https://openalex.org/fields/13", + "display_name": "Biochemistry, Genetics and Molecular Biology" + }, + "domain": { + "id": "https://openalex.org/domains/1", + "display_name": "Life Sciences" + } + } + ], + "keywords": [ + { + "id": "https://openalex.org/keywords/overfitting", + "display_name": "Overfitting", + "score": 0.8499270677566528 + }, + { + "id": "https://openalex.org/keywords/sample-size-determination", + "display_name": "Sample size determination", + "score": 0.7672773003578186 + }, + { + "id": "https://openalex.org/keywords/computer-science", + "display_name": "Computer science", + "score": 0.6191924810409546 + }, + { + "id": "https://openalex.org/keywords/artificial-intelligence", + "display_name": "Artificial intelligence", + "score": 0.5842269062995911 + }, + { + "id": "https://openalex.org/keywords/cross-validation", + "display_name": "Cross-validation", + "score": 0.5098270773887634 + }, + { + "id": "https://openalex.org/keywords/data-collection", + "display_name": "Data collection", + "score": 0.4877827763557434 + }, + { + "id": "https://openalex.org/keywords/machine-learning", + "display_name": "Machine learning", + "score": 0.4619005620479584 + }, + { + "id": "https://openalex.org/keywords/selection-bias", + "display_name": "Selection bias", + "score": 0.438579261302948 + }, + { + "id": "https://openalex.org/keywords/sample", + "display_name": "Sample (material)", + "score": 0.43803805112838745 + }, + { + "id": "https://openalex.org/keywords/statistics", + "display_name": "Statistics", + "score": 0.41916215419769287 + }, + { + "id": "https://openalex.org/keywords/feature-selection", + "display_name": "Feature selection", + "score": 0.412355899810791 + }, + { + "id": "https://openalex.org/keywords/data-mining", + "display_name": "Data mining", + "score": 0.39342644810676575 + }, + { + "id": "https://openalex.org/keywords/pattern-recognition", + "display_name": "Pattern recognition (psychology)", + "score": 0.35772329568862915 + }, + { + "id": "https://openalex.org/keywords/mathematics", + "display_name": "Mathematics", + "score": 0.23591920733451843 + }, + { + "id": "https://openalex.org/keywords/artificial-neural-network", + "display_name": "Artificial neural network", + "score": 0.1789134442806244 + } + ], + "concepts": [ + { + "id": "https://openalex.org/C22019652", + "wikidata": "https://www.wikidata.org/wiki/Q331309", + "display_name": "Overfitting", + "level": 3, + "score": 0.8499270677566528 + }, + { + "id": "https://openalex.org/C129848803", + "wikidata": "https://www.wikidata.org/wiki/Q2564360", + "display_name": "Sample size determination", + "level": 2, + "score": 0.7672773003578186 + }, + { + "id": "https://openalex.org/C41008148", + "wikidata": "https://www.wikidata.org/wiki/Q21198", + "display_name": "Computer science", + "level": 0, + "score": 0.6191924810409546 + }, + { + "id": "https://openalex.org/C154945302", + "wikidata": "https://www.wikidata.org/wiki/Q11660", + "display_name": "Artificial intelligence", + "level": 1, + "score": 0.5842269062995911 + }, + { + "id": "https://openalex.org/C27181475", + "wikidata": "https://www.wikidata.org/wiki/Q541014", + "display_name": "Cross-validation", + "level": 2, + "score": 0.5098270773887634 + }, + { + "id": "https://openalex.org/C133462117", + "wikidata": "https://www.wikidata.org/wiki/Q4929239", + "display_name": "Data collection", + "level": 2, + "score": 0.4877827763557434 + }, + { + "id": "https://openalex.org/C119857082", + "wikidata": "https://www.wikidata.org/wiki/Q2539", + "display_name": "Machine learning", + "level": 1, + "score": 0.4619005620479584 + }, + { + "id": "https://openalex.org/C40423286", + "wikidata": "https://www.wikidata.org/wiki/Q284172", + "display_name": "Selection bias", + "level": 2, + "score": 0.438579261302948 + }, + { + "id": "https://openalex.org/C198531522", + "wikidata": "https://www.wikidata.org/wiki/Q485146", + "display_name": "Sample (material)", + "level": 2, + "score": 0.43803805112838745 + }, + { + "id": "https://openalex.org/C105795698", + "wikidata": "https://www.wikidata.org/wiki/Q12483", + "display_name": "Statistics", + "level": 1, + "score": 0.41916215419769287 + }, + { + "id": "https://openalex.org/C148483581", + "wikidata": "https://www.wikidata.org/wiki/Q446488", + "display_name": "Feature selection", + "level": 2, + "score": 0.412355899810791 + }, + { + "id": "https://openalex.org/C124101348", + "wikidata": "https://www.wikidata.org/wiki/Q172491", + "display_name": "Data mining", + "level": 1, + "score": 0.39342644810676575 + }, + { + "id": "https://openalex.org/C153180895", + "wikidata": "https://www.wikidata.org/wiki/Q7148389", + "display_name": "Pattern recognition (psychology)", + "level": 2, + "score": 0.35772329568862915 + }, + { + "id": "https://openalex.org/C33923547", + "wikidata": "https://www.wikidata.org/wiki/Q395", + "display_name": "Mathematics", + "level": 0, + "score": 0.23591920733451843 + }, + { + "id": "https://openalex.org/C50644808", + "wikidata": "https://www.wikidata.org/wiki/Q192776", + "display_name": "Artificial neural network", + "level": 2, + "score": 0.1789134442806244 + }, + { + "id": "https://openalex.org/C185592680", + "wikidata": "https://www.wikidata.org/wiki/Q2329", + "display_name": "Chemistry", + "level": 0, + "score": 0.0 + }, + { + "id": "https://openalex.org/C43617362", + "wikidata": "https://www.wikidata.org/wiki/Q170050", + "display_name": "Chromatography", + "level": 1, + "score": 0.0 + } + ], + "mesh": [ + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000069550", + "descriptor_name": "Machine Learning", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D000465", + "descriptor_name": "Algorithms", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D003627", + "descriptor_name": "Data Interpretation, Statistical", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D003627", + "descriptor_name": "Data Interpretation, Statistical", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D003627", + "descriptor_name": "Data Interpretation, Statistical", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": true + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D006801", + "descriptor_name": "Humans", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D018401", + "descriptor_name": "Sample Size", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D018401", + "descriptor_name": "Sample Size", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D018401", + "descriptor_name": "Sample Size", + "qualifier_ui": null, + "qualifier_name": null, + "is_major_topic": false + }, + { + "descriptor_ui": "D035843", + "descriptor_name": "Biomedical Research", + "qualifier_ui": "Q000706", + "qualifier_name": "statistics & numerical data", + "is_major_topic": false + }, + { + "descriptor_ui": "D035843", + "descriptor_name": "Biomedical Research", + "qualifier_ui": "Q000706", + "qualifier_name": "statistics & numerical data", + "is_major_topic": false + }, + { + "descriptor_ui": "D035843", + "descriptor_name": "Biomedical Research", + "qualifier_ui": "Q000706", + "qualifier_name": "statistics & numerical data", + "is_major_topic": false + } + ], + "locations_count": 8, + "locations": [ + { + "id": "doi:10.1371/journal.pone.0224365", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1371/journal.pone.0224365", + "pdf_url": "https://journals.plos.org/plosone/article/file?id=10.1371/journal.pone.0224365&type=printable", + "source": { + "id": "https://openalex.org/S202381698", + "display_name": "PLoS ONE", + "issn_l": "1932-6203", + "issn": [ + "1932-6203" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310315706", + "host_organization_name": "Public Library of Science", + "host_organization_lineage": [ + "https://openalex.org/P4310315706" + ], + "host_organization_lineage_names": [ + "Public Library of Science" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "PLOS ONE", + "raw_type": "journal-article" + }, + { + "id": "pmid:31697686", + "is_oa": false, + "landing_page_url": "https://pubmed.ncbi.nlm.nih.gov/31697686", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306525036", + "display_name": "PubMed", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "PloS one", + "raw_type": null + }, + { + "id": "pmh:oai:pure.atira.dk:openaire/46636137-42f8-46a3-82e2-565843dbc92a", + "is_oa": true, + "landing_page_url": "https://research.manchester.ac.uk/en/publications/46636137-42f8-46a3-82e2-565843dbc92a", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400662", + "display_name": "Research Explorer (The University of Manchester)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I28407311", + "host_organization_name": "University of Manchester", + "host_organization_lineage": [ + "https://openalex.org/I28407311" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "Vabalas, A, Gowen, E, Poliakoff, E & Casson, A 2020, 'Machine learning algorithm validation with a limited sample size', P L o S One, vol. 14, no. 11, e0224365. https://doi.org/10.1371/journal.pone.0224365", + "raw_type": "info:eu-repo/semantics/publishedVersion" + }, + { + "id": "pmh:oai:RePEc:plo:pone00:0224365", + "is_oa": false, + "landing_page_url": "https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0224365", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401271", + "display_name": "RePEc: Research Papers in Economics", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I77793887", + "host_organization_name": "Federal Reserve Bank of St. Louis", + "host_organization_lineage": [ + "https://openalex.org/I77793887" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": null, + "license_id": null, + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": null, + "raw_type": "article" + }, + { + "id": "pmh:oai:doaj.org/article:df3153cdf6ba4ecc9e209347e26d9f38", + "is_oa": true, + "landing_page_url": "https://doaj.org/article/df3153cdf6ba4ecc9e209347e26d9f38", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306401280", + "display_name": "DOAJ (DOAJ: Directory of Open Access Journals)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": null, + "host_organization_name": null, + "host_organization_lineage": [], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by-sa", + "license_id": "https://openalex.org/licenses/cc-by-sa", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "PLoS ONE, Vol 14, Iss 11, p e0224365 (2019)", + "raw_type": "article" + }, + { + "id": "pmh:oai:figshare.com:article/10268015", + "is_oa": true, + "landing_page_url": "https://figshare.com/articles/dataset/Machine_learning_algorithm_validation_with_a_limited_sample_size/10268015", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4377196282", + "display_name": "Figshare", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I4210132348", + "host_organization_name": "Figshare (United Kingdom)", + "host_organization_lineage": [ + "https://openalex.org/I4210132348" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "", + "raw_type": "Dataset" + }, + { + "id": "pmh:oai:pubmedcentral.nih.gov:6837442", + "is_oa": true, + "landing_page_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/6837442", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S2764455111", + "display_name": "PubMed Central", + "issn_l": null, + "issn": null, + "is_oa": true, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I1299303238", + "host_organization_name": "National Institutes of Health", + "host_organization_lineage": [ + "https://openalex.org/I1299303238" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "PLoS One", + "raw_type": "Text" + }, + { + "id": "pmh:oai:pure.atira.dk:publications/46636137-42f8-46a3-82e2-565843dbc92a", + "is_oa": true, + "landing_page_url": "https://www.research.manchester.ac.uk/portal/en/publications/machine-learning-algorithm-validation-with-a-limited-sample-size(46636137-42f8-46a3-82e2-565843dbc92a).html", + "pdf_url": null, + "source": { + "id": "https://openalex.org/S4306400662", + "display_name": "Research Explorer (The University of Manchester)", + "issn_l": null, + "issn": null, + "is_oa": false, + "is_in_doaj": false, + "is_core": false, + "host_organization": "https://openalex.org/I28407311", + "host_organization_name": "University of Manchester", + "host_organization_lineage": [ + "https://openalex.org/I28407311" + ], + "host_organization_lineage_names": [], + "type": "repository" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "submittedVersion", + "is_accepted": false, + "is_published": false, + "raw_source_name": "Vabalas, A, Gowen, E, Poliakoff, E & Casson, A 2020, 'Machine learning algorithm validation with a limited sample size', P L o S One, vol. 14, no. 11, e0224365. https://doi.org/10.1371/journal.pone.0224365", + "raw_type": "info:eu-repo/semantics/publishedVersion" + } + ], + "best_oa_location": { + "id": "doi:10.1371/journal.pone.0224365", + "is_oa": true, + "landing_page_url": "https://doi.org/10.1371/journal.pone.0224365", + "pdf_url": "https://journals.plos.org/plosone/article/file?id=10.1371/journal.pone.0224365&type=printable", + "source": { + "id": "https://openalex.org/S202381698", + "display_name": "PLoS ONE", + "issn_l": "1932-6203", + "issn": [ + "1932-6203" + ], + "is_oa": true, + "is_in_doaj": true, + "is_core": true, + "host_organization": "https://openalex.org/P4310315706", + "host_organization_name": "Public Library of Science", + "host_organization_lineage": [ + "https://openalex.org/P4310315706" + ], + "host_organization_lineage_names": [ + "Public Library of Science" + ], + "type": "journal" + }, + "license": "cc-by", + "license_id": "https://openalex.org/licenses/cc-by", + "version": "publishedVersion", + "is_accepted": true, + "is_published": true, + "raw_source_name": "PLOS ONE", + "raw_type": "journal-article" + }, + "sustainable_development_goals": [ + { + "display_name": "Reduced inequalities", + "score": 0.6899999976158142, + "id": "https://metadata.un.org/sdg/10" + } + ], + "awards": [ + { + "id": "https://openalex.org/G1969528513", + "display_name": null, + "funder_award_id": "1830965", + "funder_id": "https://openalex.org/F4320334627", + "funder_display_name": "Engineering and Physical Sciences Research Council" + } + ], + "funders": [ + { + "id": "https://openalex.org/F4320320291", + "display_name": "University of Manchester", + "ror": "https://ror.org/027m9bs27" + }, + { + "id": "https://openalex.org/F4320334627", + "display_name": "Engineering and Physical Sciences Research Council", + "ror": "https://ror.org/0439y7842" + } + ], + "has_content": { + "pdf": false, + "grobid_xml": false + }, + "content_urls": null, + "referenced_works_count": 33, + "referenced_works": [ + "https://openalex.org/W7299809", + "https://openalex.org/W1493357981", + "https://openalex.org/W1505191356", + "https://openalex.org/W1988975411", + "https://openalex.org/W2002645541", + "https://openalex.org/W2031167046", + "https://openalex.org/W2061553036", + "https://openalex.org/W2065283057", + "https://openalex.org/W2077991879", + "https://openalex.org/W2082704080", + "https://openalex.org/W2087347434", + "https://openalex.org/W2092095117", + "https://openalex.org/W2092444470", + "https://openalex.org/W2101234009", + "https://openalex.org/W2112081648", + "https://openalex.org/W2119155327", + "https://openalex.org/W2119387367", + "https://openalex.org/W2132886902", + "https://openalex.org/W2136487516", + "https://openalex.org/W2141007997", + "https://openalex.org/W2142594886", + "https://openalex.org/W2143426320", + "https://openalex.org/W2153635508", + "https://openalex.org/W2154290668", + "https://openalex.org/W2154776925", + "https://openalex.org/W2310177520", + "https://openalex.org/W2421101021", + "https://openalex.org/W2552047097", + "https://openalex.org/W2917871264", + "https://openalex.org/W2963389298", + "https://openalex.org/W3120421331", + "https://openalex.org/W3139562178", + "https://openalex.org/W6675354045" + ], + "related_works": [ + "https://openalex.org/W4362597605", + "https://openalex.org/W1574414179", + "https://openalex.org/W4297676672", + "https://openalex.org/W3009056573", + "https://openalex.org/W2922073769", + "https://openalex.org/W4281702477", + "https://openalex.org/W3155717344", + "https://openalex.org/W1770458422", + "https://openalex.org/W2801469686", + "https://openalex.org/W2149651625" + ], + "abstract_inverted_index": { + "Advances": [ + 0 + ], + "in": [ + 1 + ], + "neuroimaging,": [ + 2 + ], + "genomic,": [ + 3 + ], + "motion": [ + 4 + ], + "tracking,": [ + 5 + ], + "eye-tracking": [ + 6 + ], + "and": [ + 7, + 59, + 62, + 140, + 153, + 159, + 178, + 201, + 208, + 230 + ], + "many": [ + 8 + ], + "other": [ + 9, + 237 + ], + "technology-based": [ + 10 + ], + "data": [ + 11, + 38, + 45, + 180, + 197 + ], + "collection": [ + 12, + 39 + ], + "methods": [ + 13, + 117, + 210 + ], + "have": [ + 14, + 25, + 81, + 104 + ], + "led": [ + 15 + ], + "to": [ + 16, + 69, + 84, + 183, + 194, + 220, + 232 + ], + "a": [ + 17, + 26, + 47 + ], + "torrent": [ + 18 + ], + "of": [ + 19, + 29, + 32, + 37, + 50, + 53, + 78, + 115, + 149, + 164, + 203, + 236 + ], + "high": [ + 20, + 35 + ], + "dimensional": [ + 21, + 44 + ], + "datasets,": [ + 22 + ], + "which": [ + 23, + 80, + 118 + ], + "commonly": [ + 24 + ], + "small": [ + 27, + 48, + 92, + 137, + 228 + ], + "number": [ + 28, + 49, + 202 + ], + "samples": [ + 30, + 51 + ], + "because": [ + 31 + ], + "the": [ + 33, + 113, + 141, + 192, + 234 + ], + "intrinsic": [ + 34 + ], + "cost": [ + 36 + ], + "involving": [ + 40 + ], + "human": [ + 41 + ], + "participants.": [ + 42 + ], + "High": [ + 43 + ], + "with": [ + 46, + 97, + 136, + 146, + 213, + 227 + ], + "is": [ + 52, + 95, + 143, + 181 + ], + "critical": [ + 54 + ], + "importance": [ + 55 + ], + "for": [ + 56 + ], + "identifying": [ + 57 + ], + "biomarkers": [ + 58 + ], + "conducting": [ + 60 + ], + "feasibility": [ + 61 + ], + "pilot": [ + 63 + ], + "work,": [ + 64 + ], + "however": [ + 65 + ], + "it": [ + 66 + ], + "can": [ + 67 + ], + "lead": [ + 68 + ], + "biased": [ + 70, + 133 + ], + "machine": [ + 71 + ], + "learning": [ + 72 + ], + "(ML)": [ + 73 + ], + "performance": [ + 74, + 134, + 161 + ], + "estimates.": [ + 75 + ], + "Our": [ + 76, + 124 + ], + "review": [ + 77 + ], + "studies": [ + 79, + 238 + ], + "applied": [ + 82 + ], + "ML": [ + 83 + ], + "predict": [ + 85 + ], + "autistic": [ + 86 + ], + "from": [ + 87 + ], + "non-autistic": [ + 88 + ], + "individuals": [ + 89 + ], + "showed": [ + 90 + ], + "that": [ + 91, + 127, + 170 + ], + "sample": [ + 93, + 138, + 147, + 165 + ], + "size": [ + 94, + 148 + ], + "associated": [ + 96 + ], + "higher": [ + 98 + ], + "reported": [ + 99 + ], + "classification": [ + 100 + ], + "accuracy.": [ + 101 + ], + "Thus,": [ + 102 + ], + "we": [ + 103 + ], + "investigated": [ + 105 + ], + "whether": [ + 106 + ], + "this": [ + 107 + ], + "bias": [ + 108, + 142, + 184, + 195 + ], + "could": [ + 109 + ], + "be": [ + 110 + ], + "caused": [ + 111 + ], + "by": [ + 112, + 196 + ], + "use": [ + 114 + ], + "validation": [ + 116, + 209, + 242 + ], + "do": [ + 119 + ], + "not": [ + 120 + ], + "sufficiently": [ + 121 + ], + "control": [ + 122 + ], + "overfitting.": [ + 123 + ], + "simulations": [ + 125 + ], + "show": [ + 126, + 169 + ], + "K-fold": [ + 128 + ], + "Cross-Validation": [ + 129 + ], + "(CV)": [ + 130 + ], + "produces": [ + 131 + ], + "strongly": [ + 132 + ], + "estimates": [ + 135, + 162 + ], + "sizes,": [ + 139 + ], + "still": [ + 144 + ], + "evident": [ + 145 + ], + "1000.": [ + 150 + ], + "Nested": [ + 151 + ], + "CV": [ + 152, + 204 + ], + "train/test": [ + 154 + ], + "split": [ + 155 + ], + "approaches": [ + 156 + ], + "produce": [ + 157 + ], + "robust": [ + 158, + 222 + ], + "unbiased": [ + 160 + ], + "regardless": [ + 163 + ], + "size.": [ + 166 + ], + "We": [ + 167 + ], + "also": [ + 168 + ], + "feature": [ + 171 + ], + "selection": [ + 172 + ], + "if": [ + 173 + ], + "performed": [ + 174 + ], + "on": [ + 175, + 240 + ], + "pooled": [ + 176 + ], + "training": [ + 177 + ], + "testing": [ + 179, + 223 + ], + "contributing": [ + 182 + ], + "considerably": [ + 185 + ], + "more": [ + 186 + ], + "than": [ + 187 + ], + "parameter": [ + 188 + ], + "tuning.": [ + 189 + ], + "In": [ + 190 + ], + "addition,": [ + 191 + ], + "contribution": [ + 193 + ], + "dimensionality,": [ + 198 + ], + "hyper-parameter": [ + 199 + ], + "space": [ + 200 + ], + "folds": [ + 205 + ], + "was": [ + 206, + 244 + ], + "explored,": [ + 207 + ], + "were": [ + 211 + ], + "compared": [ + 212 + ], + "discriminable": [ + 214 + ], + "data.": [ + 215 + ], + "The": [ + 216 + ], + "results": [ + 217, + 235 + ], + "suggest": [ + 218 + ], + "how": [ + 219, + 231 + ], + "design": [ + 221 + ], + "methodologies": [ + 224 + ], + "when": [ + 225 + ], + "working": [ + 226 + ], + "datasets": [ + 229 + ], + "interpret": [ + 233 + ], + "based": [ + 239 + ], + "what": [ + 241 + ], + "method": [ + 243 + ], + "used.": [ + 245 + ] + }, + "counts_by_year": [ + { + "year": 2026, + "cited_by_count": 176 + }, + { + "year": 2025, + "cited_by_count": 330 + }, + { + "year": 2024, + "cited_by_count": 338 + }, + { + "year": 2023, + "cited_by_count": 299 + }, + { + "year": 2022, + "cited_by_count": 267 + }, + { + "year": 2021, + "cited_by_count": 176 + }, + { + "year": 2020, + "cited_by_count": 70 + }, + { + "year": 2019, + "cited_by_count": 1 + } + ], + "updated_date": "2026-05-29T09:21:14.243279", + "created_date": "2025-10-10T00:00:00" + } +] \ No newline at end of file diff --git a/data/raw/pubmed_20260529_184416.xml b/data/raw/pubmed_20260529_184416.xml new file mode 100644 index 0000000..89a35c3 --- /dev/null +++ b/data/raw/pubmed_20260529_184416.xml @@ -0,0 +1,36619 @@ + + + + + 42207562 + + 2026 + 05 + 28 + +
+ + 1463-9084 + + + 2026 + May + 28 + + + Physical chemistry chemical physics : PCCP + Phys Chem Chem Phys + + Two-dimensional materials as emerging electrocatalysts for the HER, ORR, and OER: design strategies, challenges, and prospects in sustainable energy conversion. + 10.1039/d6cp00222f + + Two-dimensional (2D) materials have emerged as a versatile platform for high-performance electrocatalysts in sustainable energy conversion and storage technologies, including fuel cells, water splitting, and metal-air batteries (MABs). The central part of the electrochemical reactions, such as the H2 evolution reaction (HER), O2 reduction reaction (ORR), and O2 evolution reaction (OER), determines the efficiency, performance, and stability of these 2D materials. While noble metals like Pt, Ir, and Ru exhibit superior activity, their high cost and limited durability hinder large-scale applications. 2D materials, including transition metal dichalcogenides, MXenes, doped graphene, and single-atom 2D catalysts, offer tunable electronic structures, high surface area, abundant active sites, and defect-rich architectures, enabling efficient and durable catalysis. Combined with advanced computational approaches, such as density functional theory (DFT) calculations and machine learning (ML), these materials provide a pathway for rational design and high-throughput screening of next-generation electrocatalysts. This review critically summarizes recent progress in 2D material-based electrocatalysts for the HER, ORR, and OER, highlighting design strategies, synthesis techniques, stability challenges, and emerging trends toward scalable and practical energy conversion technologies. + + + + Upadhyay + Shrish Nath + SN + 0000-0003-0029-4160 + + Theoretical Condensed Matter Physics & Advanced Computational Materials Science Laboratory, Department of Physics, Indian Institute of Technology Indore, Khandwa Road, Simrol, Indore, 453552, Madhya Pradesh, India. spakhira@iiti.ac.in. + + + + Joshi + Himani + H + 0000-0003-1493-5934 + + Theoretical Condensed Matter Physics & Advanced Computational Materials Science Laboratory, Department of Physics, Indian Institute of Technology Indore, Khandwa Road, Simrol, Indore, 453552, Madhya Pradesh, India. spakhira@iiti.ac.in. + + + + Sharma + Naveen + N + 0009-0008-9303-4950 + + Theoretical Condensed Matter Physics & Advanced Computational Materials Science Laboratory, Department of Physics, Indian Institute of Technology Indore, Khandwa Road, Simrol, Indore, 453552, Madhya Pradesh, India. spakhira@iiti.ac.in. + + + + Pakhira + Srimanta + S + 0000-0002-2488-300X + + Theoretical Condensed Matter Physics & Advanced Computational Materials Science Laboratory, Department of Physics, Indian Institute of Technology Indore, Khandwa Road, Simrol, Indore, 453552, Madhya Pradesh, India. spakhira@iiti.ac.in. + + + Theoretical Condensed Matter Physics & Advanced Computational Materials Science Laboratory, Centre for Advanced Electronics (CAE), Indian Institute of Technology Indore, Khandwa Road, Simrol, Indore, 453552, Madhya Pradesh, India. + + + + eng + + Journal Article + Review + + + 2026 + 05 + 28 + +
+ + England + Phys Chem Chem Phys + 100888160 + 1463-9076 + + IM +
+ + + + 2026 + 5 + 28 + 12 + 35 + + + 2026 + 5 + 28 + 12 + 35 + + + 2026 + 5 + 28 + 11 + 53 + + + aheadofprint + + 42207562 + 10.1039/d6cp00222f + + +
+ + + 42207555 + + 2026 + 05 + 28 + +
+ + 1520-5851 + + + 2026 + May + 28 + + + Environmental science & technology + Environ Sci Technol + + Unveiling Hydrogen Fluoride Emission Mechanisms in Municipal Solid Waste Incineration Using a Machine Learning Approach. + 10.1021/acs.est.6c00686 + + Hydrogen fluoride (HF) emissions from municipal solid waste incineration (MSWI) pose significant environmental and health risks. However, their complex formation mechanisms remain poorly understood. This study presents an integrated machine learning framework combining XGBoost for HF prediction, SHAP for feature interpretation, structural equation modeling (SEM) for mechanistic analysis, generalized additive models (GAMs) for threshold identification, and self-adaptive nondominated sorting genetic algorithm II (SA-NSGA-II) for multiparameter optimization. Using over 150,000 high-frequency (5 s interval) sensor records from a waste-to-energy plant in Hainan Province, China (June 1-10, 2024), the XGBoost model showed the best performance among the evaluated models (R + 2 = 0.755, RMSE = 0.041 mg/m3, MAE = 0.031 mg/m3) via 5-fold cross-validation. SHAP analysis identified flue gas temperatures─especially the second flue right side (10.97%) and first flue top (10.19%)─as dominant factors. SEM confirmed the grate incineration zone as the primary HF source (path coefficient = 1.058, p < 0.001). GAM identified location-specific critical temperature thresholds for HF emission control, specifically 767 °C at the upper second flue gas pass, 875 °C at the first flue top, and 212 °C at the low-temperature economizer inlet. SA-NSGA-II optimization, validated with June 11 data, reduced HF emissions in 89.74% of cases, achieving a 17.61% average reduction (0.1176 mg/m3). This framework advances mechanistic understanding and provides data-driven strategies for sustainable MSWI operation and pollution mitigation. + + + + Feng + Xingyu + X + + Key Laboratory of Agro-Forestry Environmental Processes and Ecological Regulation of Hainan Province/Hainan Provincial Academician Team Innovation Center/International Joint Research Center for the Control and Prevention of Environmental Pollution on Tropical Islands of Hainan Province/School of Environment Science and Engineering/School of Computer Science and Technology, Hainan University, Haikou 570228, China. + + + + Liu + Longshun + L + + Everbright Environmental Energy (Danzhou) Co., Ltd, No.1 Guangda Environmental Protection Avenue, Nada Town, Danzhou 571754, China. + + + + Li + Jinshan + J + + Everbright Environmental Energy (Danzhou) Co., Ltd, No.1 Guangda Environmental Protection Avenue, Nada Town, Danzhou 571754, China. + + + + Ye + Mingshun + M + + School of Information Engineering, Shanghai Maritime University, Shanghai 201306, China. + + + + Mašek + Ondřej + O + 0000-0003-0713-766X + + UK Biochar Research Centre, School of GeoSciences, University of Edinburgh, Alexander Crum Brown Road, Edinburgh EH9 3FF, U.K. + + + + Gouda + Shaban + S + 0000-0002-4170-4026 + + Agricultural and Biosystems Engineering Department, Faculty of Agriculture, Benha University, Benha 13736, Egypt. + + + + Mohamed ElSayed Ali + Ibrahim + I + + Agricultural and Biosystems Engineering Department, Faculty of Agriculture, Benha University, Benha 13736, Egypt. + + + + Chang + Kenlin + K + 0000-0002-6390-9540 + + Institute of Environmental Engineering, National Sun Yat-Sen University, Taiwan 80424, China. + + + + Wang + Xu + X + + Key Laboratory of Agro-Forestry Environmental Processes and Ecological Regulation of Hainan Province/Hainan Provincial Academician Team Innovation Center/International Joint Research Center for the Control and Prevention of Environmental Pollution on Tropical Islands of Hainan Province/School of Environment Science and Engineering/School of Computer Science and Technology, Hainan University, Haikou 570228, China. + + + + Huang + Qing + Q + 0000-0001-9445-4422 + + Key Laboratory of Agro-Forestry Environmental Processes and Ecological Regulation of Hainan Province/Hainan Provincial Academician Team Innovation Center/International Joint Research Center for the Control and Prevention of Environmental Pollution on Tropical Islands of Hainan Province/School of Environment Science and Engineering/School of Computer Science and Technology, Hainan University, Haikou 570228, China. + + + + eng + + Journal Article + + + 2026 + 05 + 28 + +
+ + United States + Environ Sci Technol + 0213155 + 0013-936X + + IM + + Emission Control Strategies + Hydrogen fluoride (HF) + Machine learning + Municipal solid waste incineration (MSWI) + Structural Equation Modeling (SEM) + +
+ + + + 2026 + 5 + 28 + 12 + 34 + + + 2026 + 5 + 28 + 12 + 34 + + + 2026 + 5 + 28 + 11 + 44 + + + aheadofprint + + 42207555 + 10.1021/acs.est.6c00686 + + +
+ + + 42207507 + + 2026 + 05 + 28 + +
+ + 1538-0254 + + + 2026 + May + 28 + + + Journal of biomolecular structure & dynamics + J Biomol Struct Dyn + + mePTL: miRNA-encoded peptides identification using multi-source feature transformation and ensemble learning. + + 1 + 16 + 1-16 + + 10.1080/07391102.2026.2677004 + + MicroRNA (miRNA) is a type of non-coding RNA and participates in the post-transcriptional control of genes to regulate the expression of target genes. Inspired by the discovery of small peptides translated from other ncRNAs, small open reading frames (sORFs) of plant primary miRNA (pri-miRNA) have been demonstrated to encode small peptides, known as miPEPs. So far, the number of identified functional miPEPs has gradually increased but still remains concentrated in plant. Although miPEPs are involved in a range of life activities in organisms, few methods have been developed to identify plant miPEPs. In this article, we present a novel computational method (mePTL) that uses multi-source feature transformation and ensemble learning to identify miPEPs. Multi-source features, rich in representation information and extracted from class-imbalanced miPEPs and sORFs data, are transformed by a feature representation learning framework. Ensemble learning is applied to fuse the outputs of different machine learning models trained on the transformation features to enhance generalization ability. Experimental results show that mePTL achieves better performance compared with the existing methods on multiple independent-test sets. mePTL shows good accuracy as well as generalization ability in identifying miPEPs, and we hope the method can provide some reference for research in related fields. + + + + Zhao + Siyuan + S + + School of Information Engineering, Tianjin University of Commerce, Tianjin, China. + + + + Kang + Qiang + Q + + BGI Research, Shenzhen, China. + + + + Liu + Lingling + L + + School of Information Engineering, Tianjin University of Commerce, Tianjin, China. + + + + eng + + Journal Article + + + 2026 + 05 + 28 + +
+ + England + J Biomol Struct Dyn + 8404176 + 0739-1102 + + IM + + Class-imbalanced data + ensemble learning + feature transformation + miPEPs + multi-source features + sORFs + +
+ + + + 2026 + 5 + 28 + 12 + 35 + + + 2026 + 5 + 28 + 12 + 35 + + + 2026 + 5 + 28 + 11 + 33 + + + aheadofprint + + 42207507 + 10.1080/07391102.2026.2677004 + + +
+ + + 42207497 + + 2026 + 05 + 28 + +
+ + 1538-0254 + + + 2026 + May + 28 + + + Journal of biomolecular structure & dynamics + J Biomol Struct Dyn + + Machine learning-driven drug repurposing for GPR17: activity prediction via graph neural networks and multistage computational validation. + + 1 + 24 + 1-24 + + 10.1080/07391102.2026.2678411 + + To identify novel GPR17-targeting ligands with potential relevance to multiple sclerosis (MS) therapy, we developed an integrated computational workflow combining graph neural network (GNN)-based prediction with multistage structure-based validation. GPR17 is a class A G protein-coupled receptor implicated in oligodendrocyte differentiation, neuroinflammation, and remyelination, making it a remarkable target for myelin repair. A curated dataset of 323 chemically diverse ligands with experimentally reported pIC50 values was assembled from the literature and used to train an NNConv-based GNN model. The model demonstrated robust predictive performance across training, validation, and independent test sets (R2 = 0.868, 0.727, and 0.790, respectively). To further assess model generalizability, scaffold-based validation was additionally performed to evaluate prediction across structurally distinct chemotypes. Analysis of the learned chemical space revealed enrichment of antihistamine- and leukotriene-related scaffolds among highly ranked compounds, motivating a drug-repurposing strategy. Candidate molecules, including barmastine, astemizole, sulukast, and iralukast, were evaluated alongside reference ligands pranlukast and cangrelor. Predicted hits were subsequently refined through pharmacophore-guided virtual screening, molecular docking, ADMET profiling, molecular dynamics simulations, and MM-PBSA/MM-GBSA free-energy calculations. Several ligands exhibited stable binding modes supported by persistent hydrophobic interactions and hydrogen-bond occupancies reaching 99.8%. Importantly, this study proposes computationally prioritized candidates rather than experimentally validated inhibitors. Overall, the proposed hybrid workflow provides a practical strategy for early-stage GPR17 ligand discovery and future CNS-oriented drug development. + + + + Agha Babaie + Noushin + N + + Department of Chemistry, Kish International Campus, University of Tehran, Tehran, Iran. + + + + Farnia + Morteza + M + + School of Chemistry, College of Science, University of Tehran, Tehran, Iran. + + + + Ghasemi + Jahan B + JB + 0000-0002-0380-8000 + + School of Chemistry, College of Science, University of Tehran, Tehran, Iran. + + + + eng + + Journal Article + + + 2026 + 05 + 28 + +
+ + England + J Biomol Struct Dyn + 8404176 + 0739-1102 + + IM + + GPR17 + MM-GBSA + drug repurposing + graph neural network (GNN) + molecular dynamics + +
+ + + + 2026 + 5 + 28 + 12 + 34 + + + 2026 + 5 + 28 + 12 + 34 + + + 2026 + 5 + 28 + 11 + 32 + + + aheadofprint + + 42207497 + 10.1080/07391102.2026.2678411 + + +
+ + + 42207494 + + 2026 + 05 + 28 + +
+ + 1549-9626 + + + 2026 + May + 28 + + + Journal of chemical theory and computation + J Chem Theory Comput + + A Flexible and Generalized Constant-Potential Framework in i-PI. + 10.1021/acs.jctc.6c00504 + + Constant-potential molecular dynamics is essential for realistic simulations of electrochemical interfaces under Operando conditions. Although various constant-potential frameworks exist, most are tightly coupled to specific electronic-structure codes or numerical architectures, limiting portability and extensibility─especially for codes constrained to integer electron numbers. Here, we present a flexible constant-potential framework implemented in the i-PI driver, interfacing with multiple density functional theory (DFT) engines and, in principle, extensible to constant-potential machine-learning potentials. The method regulates and samples the electronic chemical potential by introducing an explicit electronic degree of freedom and a dedicated potentiostat module in i-PI. To bypass the integer-electron constraint without modifying the underlying DFT code, we employ a mixed-Hamiltonian interpolation scheme: two adjacent integer-charge clients are run in parallel, and their energies, forces, and electronic chemical potentials (Fermi level/work function) are linearly interpolated to obtain an effective fractional-charge description. We validate the method on a one-dimensional asymmetric double-well model and an Al(111) surface, demonstrating stable potential control and well-behaved charge fluctuations. Finally, we couple constant-potential ab initio molecular dynamics (AIMD) with enhanced sampling to study CO2 reduction on NiN4-doped graphene, enabling efficient characterization of potential-dependent reactivity and free-energy landscapes. Overall, this framework provides a portable and scalable platform for conducting rigorous constant-potential simulations across diverse electronic-structure clients and, in principle, machine-learning potentials. + + + + Zhang + Chenyu + C + 0009-0008-8849-2797 + + Hefei National Research Center for Physical Sciences at Microscale, Department of Chemical Physics, University of Science and Technology of China, Hefei 230026, P. R. China. + + + + Zhao + Ruoting + R + + Faculty of Synthetic Biology, Shenzhen University of Advanced Technology, Shenzhen 518107, P. R. China. + + + + He + Zhengda + Z + + Key Laboratory of Precision and Intelligent Chemistry, University of Science and Technology of China, Hefei 230026, P. R. China. + + + + Iannuzzi + Marcella + M + 0000-0001-9717-2527 + + Department of Chemistry, University of Zurich, CH-8057 Zürich, Switzerland. + + + + Chen + Yanxia + Y + 0000-0002-1370-7422 + + Hefei National Research Center for Physical Sciences at Microscale, Department of Chemical Physics, University of Science and Technology of China, Hefei 230026, P. R. China. + + + + Lan + Jinggang + J + 0000-0001-6353-2539 + + Faculty of Synthetic Biology, Shenzhen University of Advanced Technology, Shenzhen 518107, P. R. China. + + + + eng + + Journal Article + + + 2026 + 05 + 28 + +
+ + United States + J Chem Theory Comput + 101232704 + 1549-9618 + + IM +
+ + + + 2026 + 5 + 28 + 12 + 33 + + + 2026 + 5 + 28 + 12 + 33 + + + 2026 + 5 + 28 + 11 + 23 + + + aheadofprint + + 42207494 + 10.1021/acs.jctc.6c00504 + + +
+ + + 42207458 + + 2026 + 05 + 28 + + + 2026 + 05 + 28 + +
+ + 2509-9280 + + 10 + 1 + + 2026 + May + 28 + + + European radiology experimental + Eur Radiol Exp + + Enhancing resolution and image quality in musculoskeletal MRI using deep learning reconstruction. + 78 + 10.1186/s41747-026-00743-w + + Deep learning-based noise reduction enhances image quality, overcoming the tradeoff among acquisition time, spatial resolution, and signal-to-noise ratio (SNR). We implemented deep learning reconstruction (DLR) into a 1.5-T musculoskeletal (MSK) magnetic resonance imaging (MRI) protocol to improve image quality without compromising SNR. + We retrospectively analyzed 39 MRI examinations performed on a 1.5-T scanner using standard-resolution (SR) sequences and sequences with higher resolution reconstructed with DLR (HR-DLR). Exams of the knees, shoulders, ankles, and hips were evaluated. The included sequences were: three-dimensional T2-weighted fast advanced spin-echo; T1-weighted and proton density-weighted fast spin-echo. One expert reader and two junior readers in agreement evaluated the visibility of various structures using a 5-point Likert scale in a blind manner. A fourth reader estimated the SNR and contrast-to-noise ratio (CNR) in bone and muscle. A mixed model was used to compare HR-DLR versus SR measures. The agreement between radiologists was assessed with the Kendall τ coefficient. + The HR-DLR sequences globally had a smaller pixel size and shorter acquisition time. A good inter-reader agreement was obtained for SR sequences (0.613 ≤ τ ≤ 0.788) and even higher levels of agreement for HR-DLR sequences (0.682 ≤ τ ≤ 0.961). All the structures had higher or similar Likert scores in HR-DLR sequences (p < 0.001), regardless of joint and sequence contrast. Apparent SNR and CNR of HR-DLR and SR were similar. + Incorporating DLR into 1.5-T MSK MRI protocols enhances resolution and maintains SNR and CNR, improving MSK structure visualization. + This study demonstrated the effectiveness of deep learning reconstruction in improving the efficiency of 1.5-T musculoskeletal MRI exams. Despite shorter acquisition times, the visibility of key MSK structures was consistently rated as superior or similar in higher-resolution images with DLR. + MRI is one of the primary diagnostic tools for evaluating MSK injuries and disorders. Deep learning reconstruction (DLR) implemented in a 1.5-T MSK protocol improved resolution, still preserving SNR and CNR. Higher scores were assigned by different raters to the DLR images, showing image quality improvement. + © 2026. The Author(s). + + + + Porta + Marco + M + + Department of Radiology, Istituti Clinici Zucchi, Monza (MB), Italy. + + + + Agresti + Giuseppe + G + + Department of Radiology, Istituti Clinici Zucchi, Monza (MB), Italy. + + + + Laganà + Maria Marcella + MM + 0000-0001-7848-1711 + + Canon Medical Systems, Rome, Italy. marcella.lagana@eu.medical.canon. + + + + Orofino + Stefano + S + + Canon Medical Systems, Rome, Italy. + + + + Pangaro + Sara + S + + Canon Medical Systems, Rome, Italy. + + + + Carapella + Nicola + N + + Department of Radiology, University of Brescia, Brescia, Italy. + + + + Bonaffini + Pietro Andrea + PA + + Department of Radiology, ASST Papa Giovanni XXIII Hospital, Bergamo, Italy. + + + School of Medicine, University Milano Bicocca, Milano, Italy. + + + + Bernasconi + Paolo + P + + Studio Radiologico Bernasconi, Seregno (MB), Italy. + + + + Genovese + Eugenio Annibale + EA + + Medicine and Surgery Department, Insubria University, Varese, Italy. + + + Medical Clinical Institute Intermedica-Columbus, Milano, Italy. + + + + Sironi + Sandro + S + + Department of Radiology, ASST Papa Giovanni XXIII Hospital, Bergamo, Italy. + + + School of Medicine, University Milano Bicocca, Milano, Italy. + + + + Aliprandi + Alberto + A + + Department of Radiology, Istituti Clinici Zucchi, Monza (MB), Italy. + + + School of Medicine, University Milano Bicocca, Milano, Italy. + + + + eng + + Journal Article + + + 2026 + 05 + 28 + +
+ + England + Eur Radiol Exp + 101721752 + 2509-9280 + + IM + + + Humans + + + Deep Learning + + + Magnetic Resonance Imaging + methods + + + Retrospective Studies + + + Signal-To-Noise Ratio + + + Female + + + Image Processing, Computer-Assisted + methods + + + Male + + + Adult + + + Musculoskeletal System + diagnostic imaging + + + + Deep learning + Image processing (computer-assisted) + Magnetic resonance imaging + Musculoskeletal system + Signal-to-noise ratio + + Declarations. Ethics approval and consent to participate: Ethical Committee approval was obtained (Research Ethics Committee of the University of Insubria, approval number: 0047899; Approval date: May 6, 2025). Consent for publication: The images were irreversibly anonymized and retrospectively analyzed, so written informed consent was waived. Competing interests: MML, SO, and SP are employees of Canon Medical Systems, Italy. MML is also a member of the Scientific Editorial Board of European Radiology Experimental (section: Neuro and head/neck) and, as such, did not participate in the selection or review processes for this article. +
+ + + + 2026 + 5 + 28 + 12 + 34 + + + 2026 + 5 + 28 + 12 + 33 + + + 2025 + 11 + 28 + + + 2026 + 5 + 5 + + + 2026 + 4 + 1 + + + 2026 + 5 + 28 + 11 + 21 + + + epublish + + 42207458 + 10.1186/s41747-026-00743-w + 10.1186/s41747-026-00743-w + + + + Sneag DB, Abel F, Potter HG et al (2023) MRI advancements in musculoskeletal clinical and research practice. Radiology 308:e230531 + + 10.1148/radiol.230531 + 37581501 + 10477516 + + + + Recht MP, White LM, Fritz J, Resnick DL (2023) Advances in musculoskeletal imaging: recent developments and predictions for the future. Radiology 308:e230615 + + 10.1148/radiol.230615 + 37642575 + + + + Kijowski R, Fritz J (2023) Emerging technology in musculoskeletal MRI and CT. Radiology 306:6–19 + + 10.1148/radiol.220634 + 36413131 + + + + Fransen SJ, Roest C, Simonis FFJ et al (2025) The scientific evidence of commercial AI products for MRI acceleration: a systematic review. Eur Radiol 35:4736–4746 + + 10.1007/s00330-025-11423-5 + 39969553 + 12226642 + + + + Gitto S, Serpi F, Albano D et al (2024) AI applications in musculoskeletal imaging: a narrative review. Eur Radiol Exp 8:22 + + 10.1186/s41747-024-00422-8 + 38355767 + 10866817 + + + + Fritz J, Guggenberger R, Grande FD (2021) Magnetic resonance imaging–based grading of cartilaginous bone tumors: added value of quantitative texture analysis. AJR Am J Roentgenol 216:718–733 + + 10.2214/AJR.20.22902 + 33534618 + + + + Kwok WE, Zhong J, You Z et al (2003) A four-element phased array coil for high resolution and parallel MR imaging of the knee. Magn Reson Imaging 21:961–967 + + 10.1016/S0730-725X(03)00202-9 + 14684197 + + + + Ueda T, Ohno Y, Yamamoto K et al (2021) Compressed sensing and deep learning reconstruction for women’s pelvic MRI denoising: utility for improving image quality and examination time in routine clinical practice. Eur J Radiol 134:109430 + + 10.1016/j.ejrad.2020.109430 + 33276249 + + + + Foti G, Longo C (2024) Deep learning and AI in reducing magnetic resonance imaging scanning time: advantages and pitfalls in clinical practice. Pol J Radiol 89:e443–e451 + + 10.5114/pjr/192822 + 39444654 + 11497590 + + + + Do HP, Lockard CA, Berkeley D et al (2024) Improved resolution and image quality of musculoskeletal magnetic resonance imaging using deep learning-based denoising reconstruction: a prospective clinical study. Skeletal Radiol 53:2585–2596 + + 10.1007/s00256-024-04679-3 + 38653786 + + + + Pesapane F, Codari M, Sardanelli F (2018) Artificial intelligence in medical imaging: threat or opportunity? Radiologists again at the forefront of innovation in medicine. Eur Radiol Exp 2:35 + + 10.1186/s41747-018-0061-6 + 30353365 + 6199205 + + + + Melazzini L, Bortolotto C, Brizzi L et al (2025) AI for image quality and patient safety in CT and MRI. Eur Radiol Exp 9:28 + + 10.1186/s41747-025-00562-5 + 39987533 + 11847764 + + + + Mastrodicasa D, van Assen M, Huisman M et al (2025) Use of AI in cardiac CT and MRI: a scientific statement from the ESCR, EuSoMII, NASCI, SCCT, SCMR, SIIM, and RSNA. Radiology 314:e240516 + + 10.1148/radiol.240516 + 39873607 + 11783164 + + + + Hahn S, Yi J, Lee H-J et al (2022) Image quality and diagnostic performance of accelerated shoulder MRI with deep learning–based reconstruction. AJR Am J Roentgenol 218:506–516 + + 10.2214/AJR.21.26577 + 34523950 + + + + Hahn S, Yi J, Lee H-J et al (2023) Comparison of deep learning-based reconstruction of PROPELLER shoulder MRI with conventional reconstruction. Skeletal Radiol 52:1545–1555 + + 10.1007/s00256-023-04321-8 + 36943429 + + + + Obama Y, Ohno Y, Yamamoto K et al (2022) MR imaging for shoulder diseases: effect of compressed sensing and deep learning reconstruction on examination time and imaging quality compared with that of parallel imaging. Magn Reson Imaging 94:56–63 + + 10.1016/j.mri.2022.08.004 + 35934207 + + + + Kashiwagi N, Sakai M, Tsukabe A et al (2022) Ultrafast cervical spine MRI protocol using deep learning-based reconstruction: diagnostic equivalence to a conventional protocol. Eur J Radiol 156:110531 + + 10.1016/j.ejrad.2022.110531 + 36179465 + + + + Xie Y, Li X, Hu Y et al (2024) Deep learning reconstruction for turbo spin echo to prospectively accelerate ankle MRI: a multi-reader study. Eur J Radiol 175:111451 + + 10.1016/j.ejrad.2024.111451 + 38593573 + + + + Akai H, Yasaka K, Sugawara H et al (2023) Acceleration of knee magnetic resonance imaging using a combination of compressed sensing and commercially available deep learning reconstruction: a preliminary study. BMC Med Imaging 23:5 + + 10.1186/s12880-023-00962-2 + 36624404 + 9827641 + + + + Akai H, Yasaka K, Sugawara H et al (2024) Faster acquisition of magnetic resonance imaging sequences of the knee via deep learning reconstruction: a volunteer study. Clin Radiol 79:453–459 + + 10.1016/j.crad.2024.03.002 + 38614869 + + + + Yi J, Hahn S, Lee H-J et al (2024) Thin-slice elbow MRI with deep learning reconstruction: superior diagnostic performance of elbow ligament pathologies. Eur J Radiol 175:111471 + + 10.1016/j.ejrad.2024.111471 + 38636411 + + + + Estler A, Hauser T-K, Brunnée M et al (2024) Deep learning-accelerated image reconstruction in back pain-MRI imaging: reduction of acquisition time and improvement of image quality. Radiol Med 129:478–487 + + 10.1007/s11547-024-01787-x + 38349416 + 10943137 + + + + Hokamura M, Nakaura T, Yoshida N et al (2024) Super-resolution deep learning reconstruction approach for enhanced visualization in lumbar spine MR bone imaging. Eur J Radiol 178:111587 + + 10.1016/j.ejrad.2024.111587 + 39002269 + + + + Akai H, Yasaka K, Sugawara H et al (2022) Commercially available deep-learning-reconstruction of MR imaging of the knee at 1.5T has higher image quality than conventionally-reconstructed Imaging at 3T: a normal volunteer study. Magn Reson Med Sci 22:353–360 + + 10.2463/mrms.mp.2022-0020 + 35811127 + 10449552 + + + + Kiryu S, Akai H, Yasaka K et al (2023) Clinical impact of deep learning reconstruction in MRI. Radiographics 43:e220133 + + 10.1148/rg.220133 + 37200221 + + + + Kidoh M, Shinoda K, Kitajima M et al (2019) Deep learning based noise reduction for brain MR imaging: tests on phantoms and healthy volunteers. Magn Reson Med Sci 19:195–206 + + 10.2463/mrms.mp.2019-0018 + 31484849 + 7553817 + + + + Abdulaal OM, Rainford L, MacMahon PJ et al (2021) Evaluation of optimised 3D turbo spin echo and gradient echo MR pulse sequences of the knee at 3T and 1.5T. Radiography (Lond) 27:389–397 + + + Griffanti L, Baglio F, Preti MG et al (2012) Signal-to-noise ratio of diffusion weighted magnetic resonance imaging: estimation methods and in vivo application to spinal cord. Biomed Signal Process Control 7:285–294 + + 10.1016/j.bspc.2011.06.003 + + + + Cohen-Adad J, Alonso-Ortiz E, Alley S et al (2022) Comparison of multicenter MRI protocols for visualizing the spinal cord gray matter. Magn Reson Med 88:849–859 + + 10.1002/mrm.29249 + 35476875 + + + + Landis JR, Koch GG (1977) The measurement of observer agreement for categorical data. Biometrics 33:159–174 + + 10.2307/2529310 + 843571 + + + + Koch KM, Sherafati M, Arpinar VE et al (2021) Analysis and evaluation of a deep learning reconstruction approach with denoising for orthopedic MRI. Radiol Artif Intell 3:e200278 + + 10.1148/ryai.2021200278 + 34870214 + 8637471 + + + + Shiraishi K, Nakaura T, Uetani H et al (2023) Combination use of compressed sensing and deep learning for shoulder magnetic resonance imaging with various sequences. J Comput Assist Tomogr 47:277 + + 10.1097/RCT.0000000000001418 + 36944152 + + + + Donners R, Vosshenrich J, Segeroth M et al (2024) Deep learning reconstructed new-generation 0.55 T MRI of the knee—a prospective comparison with conventional 3 T MRI. Invest Radiol 59:823 + + 10.1097/RLI.0000000000001093 + 38857414 + + + + Ueda T, Ohno Y, Yamamoto K et al (2022) Deep learning reconstruction of diffusion-weighted MRI improves image quality for prostatic imaging. Radiology 303:373–381 + + 10.1148/radiol.204097 + 35103536 + + + + Tajima T, Akai H, Yasaka K et al (2023) Usefulness of deep learning-based noise reduction for 1.5 T MRI brain images. Clin Radiol 78:e13–e21 + + 10.1016/j.crad.2022.08.127 + 36116967 + + + + Tanabe M, Kawano Y, Inoue A et al (2025) Image quality in three-dimensional (3D) contrast-enhanced dynamic magnetic resonance imaging of the abdomen using deep learning denoising technique: intraindividual comparison between T1-weighted sequences with compressed sensing and with a modified Fast 3D mode wheel. Jpn J Radiol 43:455–462 + + 39503820 + + + + Yokota Y, Takeda C, Kidoh M et al (2021) Effects of deep learning reconstruction technique in high-resolution non-contrast magnetic resonance coronary angiography at a 3-Tesla machine. Can Assoc Radiol J 72:120–127 + + 10.1177/0846537119900469 + 32070116 + + + + Markhardt BK, Huang BK, Spiker AM, Chang EY (2022) Interpretation of cartilage damage at routine clinical MRI: how to match arthroscopic findings. Radiographics. 42:1457–1473 + + + Strickland C, Ibrahim M, McCarty E (2024) Imaging of cartilage damage. J Cartil Jt Preserv 4:100149 + + + White CL, Chauvin NA, Waryasz GR et al (2017) MRI of native knee cartilage delamination injuries. AJR Am J Roentgenol 209:W317–W321 + + 10.2214/AJR.16.17708 + 28834442 + + + + Martino G, Silvestri E, Orlandi D et al (2022) Shoulder calcific tendinopathy. In: Martino F, Silvestri E, Orlandi D (eds) Musculoskeletal ultrasound in orthopedic and rheumatic disease in adults. Springer, Cham, pp 129–136 + + + Xie Y, Tao H, Xiangwen L et al (2024) Prospective comparison of standard and deep learning–reconstructed turbo spin-echo MRI of the shoulder. Radiology 310:e231405 + + + +
+ + + 42207450 + + 2026 + 05 + 28 + +
+ + 1861-6429 + + + 2026 + May + 28 + + + International journal of computer assisted radiology and surgery + Int J Comput Assist Radiol Surg + + ProtoFlow: interpretable and robust surgical workflow modeling with learned dynamic scene graph prototypes. + 10.1007/s11548-026-03697-x + + Detailed surgical recognition is critical for advancing AI-assisted surgery, yet progress is hampered by high annotation costs, data scarcity, and a lack of interpretable models. While scene graphs offer a structured abstraction of surgical events, their full potential remains untapped. In this work, we introduce ProtoFlow, a novel framework that learns dynamic scene graph prototypes to model complex surgical workflows in an interpretable and robust manner. + ProtoFlow leverages a graph neural network (GNN) encoder-decoder architecture that combines self-supervised pretraining for rich representation learning with a prototype-based fine-tuning stage. This process discovers and refines core prototypes that encapsulate recurring, clinically meaningful patterns of surgical interaction, forming an explainable foundation for workflow analysis. + We evaluate our approach on the fine-grained CAT-SG dataset. ProtoFlow not only outperforms standard GNN baselines in overall accuracy but also demonstrates exceptional robustness in limited-data, few-shot scenarios, maintaining strong performance when trained on as few as one surgical video. Our qualitative analyses further show that the learned prototypes successfully identify distinct surgical sub-techniques and provide clear, interpretable insights into workflow deviations and rare complications. + By uniting robust representation learning with inherent explainability, ProtoFlow represents a significant step toward developing more transparent, reliable, and data-efficient AI systems, accelerating their potential for clinical adoption in surgical training, real-time decision support, and workflow optimization. + © 2026. The Author(s). + + + + Holm + Felix + F + + Chair for Computer-Aided Medical Procedures, Technical University Munich, Munich, Germany. felix.holm@tum.de. + + + Corporate Research and Technology, Carl Zeiss AG, Munich, Germany. felix.holm@tum.de. + + + Munich Center for Machine Learning (MCML), Munich, Germany. felix.holm@tum.de. + + + + Ghazaei + Ghazal + G + + Corporate Research and Technology, Carl Zeiss AG, Munich, Germany. + + + + Navab + Nassir + N + + Chair for Computer-Aided Medical Procedures, Technical University Munich, Munich, Germany. + + + Munich Center for Machine Learning (MCML), Munich, Germany. + + + + eng + + Journal Article + + + 2026 + 05 + 28 + +
+ + Germany + Int J Comput Assist Radiol Surg + 101499225 + 1861-6410 + + IM + + Graph neural networks + Prototype learning + Scene graphs + Surgical data science + + Declarations. Conflict of interest: The authors have no conflict of interest to declare that is relevant to the content of this article. +
+ + + + 2026 + 5 + 28 + 12 + 34 + + + 2026 + 5 + 28 + 12 + 34 + + + 2026 + 1 + 15 + + + 2026 + 4 + 27 + + + 2026 + 5 + 28 + 11 + 20 + + + aheadofprint + + 42207450 + 10.1007/s11548-026-03697-x + 10.1007/s11548-026-03697-x + + + + Twinanda AP, Shehata S, Mutter D, Marescaux J, De Mathelin M, Padoy N (2016) Endonet: a deep architecture for recognition tasks on laparoscopic videos. IEEE Trans Med Imaging 36(1):86–97 + + 10.1109/TMI.2016.2593957 + 27455522 + + + + Jin A, Yeung S, Jopling JK, Krause J, Azagury DE, Milstein A, Fei-Fei L (2018) Tool detection and operative skill assessment in surgical videos using region-based convolutional neural networks. 2018 IEEE Winter Conference on Applications of Computer Vision (WACV), 691–699 + + + Gastager D, Ghazaei G, Patsch C (2025) Watch and learn: leveraging expert knowledge and language for surgical video understanding. International Journal of Computer Assisted Radiology and Surgery, 1–10 + + + Sahu M, Mukhopadhyay A, Szengel A, Zachow S (2017) Addressing multi-label imbalance problem of surgical tool detection using CNN. Int J Comput Assist Radiol Surg 12(6):1013–1020. https://doi.org/10.1007/s11548-017-1565-x + + 10.1007/s11548-017-1565-x + 28357628 + + + + Funke I, Mees ST, Weitz J, Speidel S (2019) Video-based surgical skill assessment using 3d convolutional neural networks. Int J Comput Assist Radiol Surg 14:1217–1225 + + 10.1007/s11548-019-01995-1 + 31104257 + + + + Shvets AA, Rakhlin A, Kalinin AA, Iglovikov VI (2018) Automatic instrument segmentation in robot-assisted surgery using deep learning. In: 2018 17th IEEE international conference on machine learning and applications (ICMLA), pp. 624–628. https://doi.org/10.1109/ICMLA.2018.00100 + + + Krishna R, Zhu Y, Groth O, Johnson J, Hata K, Kravitz J, Chen S, Kalantidis Y, Li L-J, Shamma DA, Bernstein MS, Fei-Fei L (2016) Visual genome: Connecting language and vision using crowdsourced dense image annotations. Int J Comput Vision 123:32–73 + + 10.1007/s11263-016-0981-7 + + + + Johnson J, Krishna R, Stark M, Li L-J, Shamma DA, Bernstein MS, Fei-Fei L (2015) Image retrieval using scene graphs. In: 2015 IEEE conference on computer vision and pattern recognition (CVPR), pp. 3668–3678. https://doi.org/10.1109/CVPR.2015.7298990 + + + Holm F, Ghazaei G, Czempiel T, Özsoy E, Saur S, Navab N (2023) Dynamic scene graph representation for surgical video. In: Proceedings of the IEEE/CVF international conference on computer vision, pp. 81–87 + + + Murali A, Alapatt D, Mascagni P, Vardazaryan A, Garcia A, Okamoto N, Mutter D, Padoy N (2023) Encoding surgical videos as latent spatiotemporal graphs for object and anatomy-driven reasoning. In: international conference on medical image computing and computer-assisted intervention, pp. 647–657. Springer + + + Özsoy E, Örnek EP, Eck U, Czempiel T, Tombari F, Navab N (2022) 4d-or: Semantic scene graphs for or domain modeling. In: International conference on medical image computing and computer-assisted intervention. Springer + + + Köksal Ç, Ghazaei G, Holm F, Farshad A, Navab N (2025) Sangria: Surgical video scene graph optimization for surgical workflow prediction. In: Ahmadi S-A, Kazi A (eds) Graphs in Biomedical Image Analysis. Springer, Cham, pp 106–117 + + 10.1007/978-3-031-83243-7_10 + + + + Dai E, Wang S (2025) Towards prototype-based self-explainable graph neural network. ACM Trans Knowl Discov Data. https://doi.org/10.1145/3689647 + + 10.1145/3689647 + + + + Holm F, Ünver G, Ghazaei G, Navab N (2025) Cat-sg: A large dynamic scene graph dataset for fine-grained understanding of cataract surgery. In: International conference on medical image computing and computer-assisted intervention, pp. 96–106. Springer + + + Huaulmé A, Voros S, Reche F, Faucheron JL, Moreau-Gaudry A, Jannin P (2019) Offline identification of surgical deviations in laparoscopic rectopexy. Artif Intell Med 104:101837 + + 10.1016/j.artmed.2020.101837 + + + + Al Hajj H, Lamard M, Conze P-H, Roychowdhury S, Hu X, Maršalkaitė G, Zisimopoulos O, Dedmari MA, Zhao F, Prellberg J, Sahu M, Galdran A, Araújo T, Vo DM, Panda C, Dahiya N, Kondo S, Bian Z, Vahdat A, Bialopetravičius J, Flouty E, Qiu C, Dill S, Mukhopadhyay A, Costa P, Aresta G, Ramamurthy S, Lee S-W, Campilho A, Zachow S, Xia S, Conjeti S, Stoyanov D, Armaitis J, Heng P-A, Macready WG, Cochener B, Quellec G (2019) Cataracts: Challenge on automatic tool annotation for cataract surgery. Med Image Anal 52:24–41. https://doi.org/10.1016/j.media.2018.11.008 + + 10.1016/j.media.2018.11.008 + 30468970 + + + + Brody S, Alon U, Yahav E (2022) How attentive are graph attention networks? In: International Conference on Learning Representations. https://openreview.net/forum?id=F72ximsx7C1 + + + Paszke A, Gross S, Massa F, Lerer A, Bradbury J, Chanan G, Killeen T, Lin Z, Gimelshein N, Antiga L, Desmaison A, Köpf A, Yang EZ, DeVito Z, Raison M, Tejani A, Chilamkurthy S, Steiner B, Fang L, Bai J, Chintala S (2022) Pytorch: An imperative style, high-performance deep learning library. In: Advances in Neural Information Processing Systems 32, pp. 8024–8035x. Curran Associates, Inc + + + Fey, M., Lenssen, J.E.: PyTorch Geometric [Computer software]. (2019) https://github.com/pygteam/pytorch_geometric + + + +
+ + + 42207441 + + 2026 + 05 + 28 + +
+ + 2730-6011 + + + 2026 + May + 28 + + + Discover oncology + Discov Oncol + + RAS pathway activity subtypes identified by machine learning define prognostic and immune microenvironment characteristics in lung adenocarcinoma. + 10.1007/s12672-026-05282-9 + + Lung adenocarcinoma (LUAD), the predominant histological subtype of non-small cell lung cancer, remains a leading cause of cancer-related mortality worldwide. The RAS signaling pathway plays a critical role in LUAD pathogenesis; however, the heterogeneity of RAS pathway activity and its clinical implications remain poorly understood. This study aimed to characterize RAS pathway activity subtypes and develop a robust prognostic model for LUAD patients. + Transcriptomic data from 624 LUAD patients (GEO datasets: GSE31210 and GSE72094) were analyzed as the training cohort, with TCGA-LUAD as validation. Consensus clustering stratified patients based on 238 RAS pathway-related genes. Candidate genes were identified through differential expression analysis and WGCNA. Machine learning algorithms (LASSO, Random Forest, SHAP) were applied to construct a prognostic risk model. Comprehensive analyses including GSEA, CIBERSORTx-based immune infiltration, ESTIMATE scoring, and drug sensitivity prediction were performed. + The study identified two distinct RAS pathway activity subtypes among LUAD patients. A three-gene prognostic signature (MAPK10, PLA2G12B, SHC3) was established, with the risk score serving as an independent prognostic indicator. Risk score was an independent prognostic factor. Immune landscape analysis demonstrated that high- and low-risk patients showed different expression levels of immune cells. All signature genes correlated positively with resting mast cells, while MAPK10 and PLA2G12B negatively correlated with activated CD4 + memory T cells. GSEA revealed high-risk tumors enriched in DNA replication, cell cycle, and base excision repair, whereas low-risk tumors favored drug and retinol metabolism pathways. Low-risk patients exhibited lower TIDE and exclusion scores, indicating better immunotherapy response potential. Eight therapeutic compounds (genistein, metformin, quercetin, JNK-9 L) demonstrated favorable binding to signature genes. + This study established a comprehensive landscape of RAS pathway activity subtypes in LUAD, identifying MAPK10, PLA2G12B, and SHC3 as novel prognostic biomarkers with significant associations with immune microenvironment remodeling, providing new insights for personalized treatment strategies and therapeutic target development. + © 2026. The Author(s). + + + + Shi + Yao + Y + + Department of Respiratory and Critical Care Medicine, The Third People's Hospital of Chengdu, Chengdu, 610014, China. 13730899577@163.com. + + + + eng + + Journal Article + + + 2026 + 05 + 28 + +
+ + United States + Discov Oncol + 101775142 + 2730-6011 + + + Immune microenvironment + Lung adenocarcinoma + Machine learning + Prognostic model + RAS pathway + + Declarations. Ethics approval and consent to participate: This study utilized publicly available datasets and did not involve direct human subjects research. Therefore, ethical approval was not required. Not applicable, as this study is based entirely on publicly available transcriptomic datasets. Consent for publication: Not applicable. Competing interests: The authors declare no competing interests. +
+ + + + 2026 + 5 + 28 + 12 + 34 + + + 2026 + 5 + 28 + 12 + 34 + + + 2026 + 3 + 7 + + + 2026 + 5 + 20 + + + 2026 + 5 + 28 + 11 + 20 + + + aheadofprint + + 42207441 + 10.1007/s12672-026-05282-9 + 10.1007/s12672-026-05282-9 + + +
+ + + 42207432 + + 2026 + 05 + 28 + + + 2026 + 05 + 28 + +
+ + 1573-7438 + + 58 + 5 + + 2026 + May + 28 + + + Tropical animal health and production + Trop Anim Health Prod + + Animal production under climate change: a global scientometric analysis of research structure, thematic evolution, and knowledge gaps. + 282 + 10.1007/s11250-026-05071-0 + + Climate change is a major driver of transformation in livestock systems; however, existing reviews remain fragmented, often addressing environmental impacts or adaptation strategies in isolation, without systematically integrating the structure, evolution, and knowledge gaps of the field. This study addresses this limitation through a comprehensive bibliometric-scientometric analysis of global research on climate change and animal production. A total of 1,694 peer-reviewed articles and reviews indexed in Scopus (1974-2025) were retrieved using a structured search applied to titles, abstracts, and keywords. Data were processed through duplicate removal and keyword harmonization, and analyzed using Bibliometrix (R) and VOSviewer to perform co-occurrence network analysis, thematic clustering, and temporal trend evaluation. Results indicate a sustained annual growth rate of 9.47% and increasing international collaboration (35.71%), reflecting the rapid expansion of the field. The co-occurrence network reveals a highly interconnected structure, with "climate change" acting as the central organizing concept linking environmental, physiological, genetic, and production-related domains. Thematic analysis shows that research on greenhouse gas emissions and environmental impacts is well established, whereas emerging areas-such as climate-smart agriculture, One Health, and integrated sustainability frameworks-remain less connected to applied and policy-oriented research. Temporal trends highlight a shift, particularly after 2015, from impact-oriented studies toward more integrated approaches incorporating sustainability, animal welfare, resilience, and adaptive management, alongside increasing use of digital tools such as modeling and machine learning. In addition, life cycle modeling further indicates that the field remains in an early expansion stage, having reached approximately 11.6% of its estimated saturation level, with continued growth expected over the coming decades. Despite this progress, important gaps persist, particularly regarding the translation of scientific knowledge into practice and the uneven geographic distribution of research efforts. Strengthening region-specific and socially inclusive research, enhancing the integration between technological innovation and field-level application, and advancing interdisciplinary frameworks are key priorities to improve the adaptive capacity of livestock systems. By mapping the structure, evolution, and gaps of the field, this study provides a robust basis to inform future research agendas and support the transition toward more resilient and sustainable livestock systems under climate change. + © 2026. The Author(s). + + + + Silveira + Robson Mateus Freitas + RMF + 0000-0003-2285-9695 + + Environment Livestock Research Group (NUPEA), Department of Biosystems Engineering, "Luiz de Queiroz" Agriculture College (ESALQ), University of São Paulo (USP), Piracicaba, SP, 13418-900, Brazil. robsonsilveira@usp.br. + + + + McManus + Concepta + C + 0000-0002-1106-8962 + + Center for Nuclear Energy in Agriculture (CENA), University of São Paulo (USP), Av. Centenário, 303 - São Dimas, Piracicaba, SP, 13416-000, Brazil. + + + + da Silva + Iran José Oliveira + IJO + 0000-0002-4416-8433 + + Environment Livestock Research Group (NUPEA), Department of Biosystems Engineering, "Luiz de Queiroz" Agriculture College (ESALQ), University of São Paulo (USP), Piracicaba, SP, 13418-900, Brazil. + + + + eng + + Journal Article + Review + + + 2026 + 05 + 28 + +
+ + United States + Trop Anim Health Prod + 1277355 + 0049-4747 + + IM + + + Animals + + + Climate Change + + + Animal Husbandry + + + Bibliometrics + + + Livestock + + + Research + + + Evidence Gaps + + + + Adaptation + Animal welfare + Food security + Greenhouse gases + Heat stress + Sustainability + + Declarations. Consent to participate: Not applicable. Consent for publication: Not applicable. Generative AI and AI-assisted technologies: During the preparation of this manuscript, the authors used ChatGPT to assist with readability improvement, language refinement, and manuscript organization. The manuscript was critically reviewed, revised, and validated by the authors, who assume full responsibility for the accuracy, originality, and integrity of the content. The graphical abstract was created with the assistance of AI-based image generation tools and subsequently reviewed, refined, and validated by the authors to ensure scientific accuracy and consistency with the manuscript content. Conflict of interest: The authors declare that they have no conflicts of interest. +
+ + + + 2026 + 5 + 28 + 12 + 34 + + + 2026 + 5 + 28 + 12 + 33 + + + 2026 + 2 + 20 + + + 2026 + 4 + 29 + + + 2026 + 5 + 28 + 11 + 20 + + + epublish + + 42207432 + 10.1007/s11250-026-05071-0 + 10.1007/s11250-026-05071-0 + + + + Aria M, Cuccurullo C (2017) bibliometrix: An R-tool for comprehensive science mapping analysis. J Informetr 11:959–975. https://doi.org/10.1016/j.joi.2017.08.007 + + + Astuti PK, Sárkány P, Wanjala G, Bagi Z, Kusza S (2024) A systematic review on the trend of transcriptomic study in livestock: Aneffort to unwind the complexity of adaptation in a climate change environment. Heliyon 11(1):e41090. https://doi.org/10.1016/j.heliyon.2024.e41090 . PMID: 39807518; PMCID: PMC11728943. + + + Bilal RM et al (2021) Thermal stress and high stocking densities in poultry farms: potential effects and mitigation strategies. J Therm Biol 99:102944. https://doi.org/10.1016/j.jtherbio.2021.102944 + + 10.1016/j.jtherbio.2021.102944 + 34420608 + + + + Carrara ER et al (2023) Comparison of marker effects and breeding values at two levels at THI for milk yield and quality traits in Brazilian Holstein cows. Genes 14:17. https://doi.org/10.3390/genes14010017 + + + Cheng M, Mccarl B, Fei C (2022) Climate change and livestock production: a literature review. Atmosphere v 13(1):140. https://doi.org/10.3390/atmos13010140 + + 10.3390/atmos13010140 + + + + Contreras R, Puertas R, Martinez-Gomez V (2025) Bibliometric analysis of emerging trends and future prospects in sustainable agriculture. Discover Sustainability v 6:951. https://doi.org/10.1007/s43621-025-01901-7 + + 10.1007/s43621-025-01901-7 + + + + Gerber PJ et al (2013) Tackling climate change through livestock: a global assessment of emissions and mitigation opportunities. FAO, Rome + + + Gonzalez-Rivas PA et al (2020) Effects of heat stress on animal physiology, metabolism, and meat quality: a review. Meat Sci 162:108025. https://doi.org/10.1016/j.meatsci.2019.108025 + + 10.1016/j.meatsci.2019.108025 + 31841730 + + + + Herrero M et al (2016) Greenhouse gas mitigation potentials in the livestock sector. Nat Clim Change 6:452–461. https://doi.org/10.1038/nclimate2925 + + 10.1038/nclimate2925 + + + + Horváthné Kovács B, Zörög Z (2025) Digital livestock farming in climate-smart agriculture: an overview to advance the SDGs. Discover Sustainability v 6:940. https://doi.org/10.1007/s43621-025-01866-7 + + 10.1007/s43621-025-01866-7 + + + + Hussein J et al (2024) Exploring smallholder farm resilience to climate change: intended and actual adaptation. Pastoralism 14:13424. https://doi.org/10.3389/past.2024.13424 + + + Lima ARC, Silveira RMF, Castro MSM, De Vecchi LB, Fernandes MH, M.D.R., Resende KT (2022) Relationship between thermal environment, thermoregulatory responses and energy metabolism in goats: A comprehensive review. J Therm Biol 109:103324. https://doi.org/10.1016/j.jtherbio.2022.103324 + + 10.1016/j.jtherbio.2022.103324 + 36195390 + + + + McManus C, Pimentel F, Pimentel D et al (2023) Bibliographic mapping for heat tolerance in pigs and poultry. Trop Anim Health Prod 55:256. https://doi.org/10.1007/s11250-023-03655-8 + + 10.1007/s11250-023-03655-8 + 37395815 + + + + Mellor DJ (2016) Updating Animal Welfare Thinking: Moving beyond the Five Freedoms towards A Life Worth Living. Animals 6:21. https://doi.org/10.3390/ani6030021 + + 10.3390/ani6030021 + 27102171 + 4810049 + + + + Musara JP, Tibugari H, Moyo B, Mutizira C (2021) Crop-livestock integration practices, knowledge, and attitudes among smallholder farmers: Hedging against climate change-induced shocks in semi-arid Zimbabwe. Open Life Sciences 16(1):1330–1340. https://doi.org/10.1515/biol-2021-0135 + + + Nyang’au JO et al (2021) Smallholder farmers’ perception of climate change and adoption of climate smart agriculture practices in Masaba South Sub-county, Kisii, Kenya. Heliyon 7(4):e06789. https://doi.org/10.1016/j.heliyon.2021.e06789 + + + Onagbesan OM et al (2023) Alleviating heat stress effects in poultry: updates on methods and mechanisms of actions. Front Veterinary Sci 10:1255520. https://doi.org/10.3389/fvets.2023.1255520 + + + Pasgaard M, Strange N (2013) A quantitative analysis of the causes of the global climate change research distribution. Glob Environ Change 23(6):1684–1693 https://doi.org/10.1016/j.gloenvcha.2013.08.013 + + + Prates JAM (2025) Heat stress effects on animal health and performance in monogastric livestock: physiological responses, molecular mechanisms, and management interventions. Veterinary Sciences v 12:429. https://doi.org/10.3390/vetsci12050429 + + 10.3390/vetsci12050429 + + + + Rahimi J et al (2021) Heat stress will detrimentally impact future livestock production in East Africa. Nat Food v 2(n 2):88–96. https://doi.org/10.1038/s43016-021-00226-8 + + 10.1038/s43016-021-00226-8 + + + + Rojas-Downing MM, Nejadhashemi AP, Harrigan T, Woznicki SA (2017) Climate change and livestock: impacts, adaptation, and mitigation. Clim Risk Manage 16:145–163. https://doi.org/10.1016/j.crm.2017.02.001 + + 10.1016/j.crm.2017.02.001 + + + + Roques S et al (2024) Recent advances in enteric methane mitigation and the long road to sustainable ruminant production. Annu Rev Anim Biosci 12:321–343. https://doi.org/10.1146/annurev-animal-021022-024931 + + 10.1146/annurev-animal-021022-024931 + 38079599 + + + + Salvian M, Silveira RMF, Petrini J et al (2023) Heat stress on breeding value prediction for milk yield and composition of a Brazilian Holstein cattle population. Int J Biometeorol 67:347–354. https://doi.org/10.1007/s00484-022-02413-z + + 10.1007/s00484-022-02413-z + 36580141 + + + + Sejian V, Bhatta R, Gaughan JB, Dunshea FR, Lacetera N (2018) Review: adaptation of animals to heat stress. Animal 12(S431–S444). https://doi.org/10.1017/S1751731118001945 + + + Silveira RMF et al (2023) Machine intelligence applied to sustainability: a systematic methodological proposal to identify sustainable animals. Journal Clean Production v 420:138292. https://doi.org/10.1016/j.jclepro.2023.138292 + + 10.1016/j.jclepro.2023.138292 + + + + Silveira RMF et al (2026) Physiological adaptability of livestock to climate change: a global model-based assessment for the 21st century. Environmental Impact Assess Review v 116:108061. https://doi.org/10.1016/j.eiar.2025.108061 + + 10.1016/j.eiar.2025.108061 + + + + Silveira RMF, McManus C, da Silva IJO (2025a) Global trends and research frontiers on machine learning in sustainable animal production in times of climate change: bibliometric analysis aimed at insights and orientations for the coming decades. Environ Sustain Indic 26:100563. https://doi.org/10.1016/j.indic.2024.100563 + + + Silveira RMF (2025b) Intelligent methodologies for sustainable animal production under climate change: strategies aligned with the UN’s 2030 Agenda. 198 f. Tese (Doutorado)—Escola Superior de Agricultura Luiz de Queiroz. Universidade de São Paulo, Piracicaba. https://doi.org/10.11606/T.11.2025.tde-16092025-121316 + + 10.11606/T.11.2025.tde-16092025-121316 + + + + van Eck NJ, Waltman L (2010) Software survey: VOSviewer, a computer program for bibliometric mapping. Scientometrics 84(2), 523–538. https://doi.org/10.1007/s11192-009-0146-3 + + + Vieira RA, McManus C (2023) Bibliographic mapping of animal genetic resources and climate change in farm animals. Trop Anim Health Prod 55:259. https://doi.org/10.1007/s11250-023-03671-8 + + 10.1007/s11250-023-03671-8 + 37402849 + + + + Zenda M (2025) Climate change adaptation and mitigation in different livestock production systems and agro-ecological zones in South Africa: a systematic review. Trop Anim Health Prod 57(8):440. https://doi.org/10.1007/s11250-025-04660-9 + + + +
+ + + 42207417 + + 2026 + 05 + 28 + +
+ + 1559-0291 + + + 2026 + May + 28 + + + Applied biochemistry and biotechnology + Appl Biochem Biotechnol + + Engineering Bacillus Subtilis for Efficient Biosynthesis of Riboflavin: Current Knowledge and Future Perspectives. + 10.1007/s12010-026-05755-1 + + Riboflavin is an essential water-soluble vitamin that serves as a precursor for the biosynthesis of the flavin cofactors FMN and FAD, which play pivotal roles in numerous redox and energy metabolism reactions. With the growing global demand for sustainable vitamin production, microbial fermentation has become an attractive alternative to chemical synthesis due to its environmental and economic advantages. Among microbial hosts, Bacillus subtilis has emerged as a leading cell factory for riboflavin production owing to its GRAS status, well-characterized genetics, and efficient protein secretion system. This review provides a comprehensive overview of recent advances in metabolic engineering strategies to enhance riboflavin biosynthesis in B. subtilis. Key topics include strengthening biosynthetic and precursor pathways, relieving feedback inhibition, balancing metabolic flux and cell growth, employing adaptive laboratory evolution, and utilizing omics-guided optimization and 13C metabolic flux analysis. Moreover, the integration of synthetic biology tools such as riboswitch engineering, regulatory element design, and high-throughput screening has significantly accelerated strain improvement. Despite remarkable progress, challenges remain in achieving precise regulatory control, optimizing multi-gene expression, and enhancing genome integration efficiency. Future research combining multi-omics data, synthetic regulatory design, and machine learning-driven predictive modeling is expected to further advance the development of intelligent B. subtilis cell factories. However, the practical implementation of these systems remains constrained by the metabolic burden of overproduction and the lack of universal regulatory models that can predict strain performance across varying industrial scales. + © 2026. The Author(s), under exclusive licence to Springer Science+Business Media, LLC, part of Springer Nature. + + + + Yu + Xiao-Zheng + XZ + + College of Biological and Environmental Engineering, Zhejiang international Joint Laboratory on Low-Carbon Pollution Control and Resource utilization, Zhejiang Shuren University, Hangzhou, 310015, China. + + + + Liu + Zi-Yan + ZY + 0000-0002-0282-7314 + + State Key Laboratory of Biocontrol, Guangdong Province Key Laboratory for Aquatic Economic Animals, Guangdong Provincial Engineering Technology Research Center for Healthy Breeding of Important Economic Fish, School of Life Sciences, Sun Yat-Sen University, Guangzhou, 510275, China. liuziyan95@163.com. + + + School of Life Sciences, Sun Yat-Sen University, Guangzhou, 510275, China. liuziyan95@163.com. + + + + eng + + Journal Article + Review + + + 2026 + 05 + 28 + +
+ + United States + Appl Biochem Biotechnol + 8208561 + 0273-2289 + + IM + + Industrial biomanufacturing + Metabolic bottlenecks + Strain optimization + Transcriptional control + Vitamin B2 + + Declarations. Ethics Statement: Not Applicable. Conflict of Interest: The authors declare no conflicts of interest. +
+ + + + 2026 + 5 + 28 + 12 + 33 + + + 2026 + 5 + 28 + 12 + 33 + + + 2026 + 5 + 20 + + + 2026 + 5 + 28 + 11 + 19 + + + aheadofprint + + 42207417 + 10.1007/s12010-026-05755-1 + 10.1007/s12010-026-05755-1 + + + + Bosch, A. M., van Dijk, M., & Goorden, S. M. I. (2024). Riboflavin (B2) and FAD/FMN Metabolites. In N. Blau, & F. M. Vaz (Eds.), Laboratory Guide to the Methods in Biochemical Genetics (pp. 387–395). Springer International Publishing. + + + Tian, D. S., Zhang, X., & Cox, R. J. (2025). Comparing total chemical synthesis and total biosynthesis routes to fungal specialized metabolites. Natural Products Reports, 42, 720–738. https://doi.org/10.1039/d4np00015c + + 10.1039/d4np00015c + + + + Liu, Z. Y., & Yu, X. Z. (2025). Engineering Bacillus subtilis for high-value bioproduction: recent advances and applications. Microbial Cell Factories, 24, 182. https://doi.org/10.1186/s12934-025-02818-6 + + 10.1186/s12934-025-02818-6 + 40797206 + 12341298 + + + + Liu, Z. Y., Sun, R. Y., Yu, Y., Li, J. Q., Zhu, T. S., Li, M. Q., Sun, C. Y., & Li, W. S. (2026). Recombinant expression and identification of tilapia neuropeptide Y in Bacillus subtilis and its protective potential against ammonia stress. Aquaculture, 614, 743570. https://doi.org/10.1016/j.aquaculture.2025.743570 + + 10.1016/j.aquaculture.2025.743570 + + + + Xiang, M. J., Kang, Q., & Zhang, D. W. (2020). Advances on systems metabolic engineering of Bacillus subtilis as a chassis cell. Synth Syst Biotechnol, 5, 245–251. https://doi.org/10.1016/j.synbio.2020.07.005 + + 10.1016/j.synbio.2020.07.005 + 32775709 + 7394859 + + + + Gao, X., Fan, R. F., Tan, L., & Fu, J. Q. (2025). Recent advances in the applications of Bacillus subtilis in the fermentation of food: Improving product quality and enhancing biological activity. Food Research International, 221, 117427. https://doi.org/10.1016/j.foodres.2025.117427 + + 10.1016/j.foodres.2025.117427 + 41214937 + + + + Zhao, G. L., Dong, F. Y., Lao, X. Z., & Zheng, H. (2021). Strategies to Increase the Production of Biosynthetic Riboflavin. Molecular Biotechnology, 63, 909–918. https://doi.org/10.1007/s12033-021-00318-7 + + 10.1007/s12033-021-00318-7 + 34156642 + + + + Zhang, J. R., Ge, Y. Y., Liu, P. H., Wu, D. T., Liu, H. Y., Li, H. B., Corke, H., & Gan, R. Y. (2022). Biotechnological Strategies of Riboflavin Biosynthesis in Microbes Engineering 12 115–127, https://doi.org/10.1016/j.eng.2021.03.018 . + + 10.1016/j.eng.2021.03.018 + + + + Lin, Z. Q., Xu, Z. B., Li, Y. F., Wang, Z. W., Chen, T., & Zhao, X. M. (2014). Metabolic engineering of Escherichia coli for the production of riboflavin. Microbial Cell Factories, 13, 104. https://doi.org/10.1186/s12934-014-0104-5 + + 10.1186/s12934-014-0104-5 + 25027702 + 4223517 + + + + You, J. J., Pan, X. W., Yang, C., Du, Y. X., Osire, T., Yang, T. W., Zhang, X., Xu, M. J., Xu, G. Q., & Rao, Z. M. (2021). Microbial production of riboflavin: Biotechnological advances and perspectives. Metabolic Engineering, 68, 46–58. https://doi.org/10.1016/j.ymben.2021.08.009 + + 10.1016/j.ymben.2021.08.009 + 34481976 + + + + Liu, Y., Zhang, Q., Qi, X. X., Gao, H. P., Wang, M., Guan, H., & Yu, B. (2023). Metabolic Engineering of Bacillus subtilis for Riboflavin Production: A Review. Microorganisms, 11(164). https://doi.org/10.3390/microorganisms11010164 + + + Averianova, L. A., Balabanova, L. A., Son, O. M., Podvolotskaya, A. B., & Tekutyeva, L. A. (2020). Production of Vitamin B2 (Riboflavin) by Microorganisms: An Overview, Front. Bioeng Biotechnol, 8, 570828. https://doi.org/10.3389/fbioe.2020.570828 + + 10.3389/fbioe.2020.570828 + + + + Kundu, B., Sarkar, D., Ray, N., & Talukdar, A. (2019). Understanding the riboflavin biosynthesis pathway for the development of antimicrobial agents. Medicinal Research Reviews, 39, 1338–1371. https://doi.org/10.1002/med.21576 + + 10.1002/med.21576 + 30927319 + + + + Hu, J. L., Lei, P., Mohsin, A., Liu, X. Y., Huang, M. Z., Li, L., Hu, J. H., Hang, H. F., Zhuang, Y. P., & Guo, M. J. (2017). Mixomics analysis of Bacillus subtilis: effect of oxygen availability on riboflavin production. Microbial Cell Factories, 16, 150. https://doi.org/10.1186/s12934-017-0764-z + + 10.1186/s12934-017-0764-z + 28899391 + 5596917 + + + + Schwechheimer, S. K., Park, E. Y., Revuelta, J. L., Becker, J., & Wittmann, C. (2016). Biotechnology of riboflavin. Applied Microbiology And Biotechnology, 100, 2107–2119. https://doi.org/10.1007/s00253-015-7256-z + + 10.1007/s00253-015-7256-z + 26758294 + + + + Mosegaard, S., Dipace, G., Bross, P., Carlsen, J., Gregersen, N., & Olsen, R. K. J. (2020). Riboflavin Deficiency-Implications for General Human Health and Inborn Errors of Metabolism. International Journal Of Molecular Sciences, 21, 3847. https://doi.org/10.3390/ijms21113847 + + 10.3390/ijms21113847 + 32481712 + 7312377 + + + + Pinto, J. T., Zempleni, J., & Riboflavin (2016). Adv Nutr 7 973–975, https://doi.org/10.3945/an.116.012716 . + + 10.3945/an.116.012716 + 27633112 + 5015041 + + + + Thakur, K., Tomar, S. K., Singh, A. K., Mandal, S., & Arora, S. (2017). Riboflavin and health: A review of recent human research. Critical Reviews In Food Science And Nutrition, 57, 3650–3660. https://doi.org/10.1080/10408398.2016.1145104 + + 10.1080/10408398.2016.1145104 + 27029320 + + + + Olfat, N., Ashoori, M., & Saedisomeolia, A. (2022). Riboflavin is an antioxidant: a review update. British Journal Of Nutrition, 128, 1887–1895. https://doi.org/10.1017/s0007114521005031 + + 10.1017/s0007114521005031 + 35115064 + + + + Ogunleye, A. J., & Odutuga, A. A. (1989). The effect of riboflavin deficiency on cerebrum and cerebellum of developing rat brain. J Nutr Sci Vitaminol, 35, 193–197. https://doi.org/10.3177/jnsv.35.193 + + 10.3177/jnsv.35.193 + 2760691 + + + + Naghashpour, M., Jafarirad, S., Amani, R., Sarkaki, A., & Saedisomeolia, A. (2017). Update on riboflavin and multiple sclerosis: a systematic review. Iran J Basic Med Sci, 20, 958–966. https://doi.org/10.22038/IJBMS.2017.9257 + + 10.22038/IJBMS.2017.9257 + 29085589 + 5651462 + + + + da Silva-Araújo, E. R., Manhäes-de-Castro, R., Pontes, P. B., Visco, D. B., Lacerda, D. C., Gouveia, H., & Toscano, A. E. (2024). Effects of riboflavin in the treatment of brain damage caused by oxygen deprivation: an integrative systematic review. Nutritional Neuroscience, 27, 989–1007. https://doi.org/10.1080/1028415x.2023.2288387 + + 10.1080/1028415x.2023.2288387 + 38095869 + + + + Plantone, D., Pardini, M., & Rinaldi, G. (2021). Riboflavin in Neurological Diseases: A Narrative Review, Clin. Drug Invest, 41, 513–527. https://doi.org/10.1007/s40261-021-01038-1 + + 10.1007/s40261-021-01038-1 + + + + Shastak, Y., & Pelletier, W. (2024). Exploring the role of riboflavin in swine well-being: a literature review. Porcine Health Manag, 10, 46. https://doi.org/10.1186/s40813-024-00399-1 + + 10.1186/s40813-024-00399-1 + 39482748 + 11526614 + + + + Thompson, D. F., & Saluja, H. S. (2017). Prophylaxis of migraine headaches with riboflavin: A systematic review. Journal Of Clinical Pharmacy And Therapeutics, 42, 394–403. https://doi.org/10.1111/jcpt.12548 + + 10.1111/jcpt.12548 + 28485121 + + + + Chen, Y. S., Lee, H. F., Tsai, C. H., Hsu, Y. Y., Fang, C. J., Chen, C. J., Hung, Y. H., & Hu, F. W. (2022). Effect of Vitamin B2 supplementation on migraine prophylaxis: a systematic review and meta-analysis. Nutritional Neuroscience, 25, 1801–1812. https://doi.org/10.1080/1028415x.2021.1904542 + + 10.1080/1028415x.2021.1904542 + 33779525 + + + + Wojcieszynska, D., Hupert-Kocurek, K., & Guzik, U. (2012). Flavin-Dependent Enzymes in Cancer Prevention. International Journal Of Molecular Sciences, 13, 16751–16768. https://doi.org/10.3390/ijms131216751 + + 10.3390/ijms131216751 + 23222680 + 3546718 + + + + Tong, R., Chiang, H. H., & Kohane, D. S. (2013). Photoswitchable nanoparticles for in vivo cancer chemotherapy. Proc Natl Acad Sci U S A, 110, 19048–19053. https://doi.org/10.1073/pnas.1315336110 + + 10.1073/pnas.1315336110 + 24191048 + 3839756 + + + + Jayapaul, J., Arns, S., Bunker, M., Weiler, M., Rutherford, S., Comba, P., & Kiessling, F. (2016). In vivo evaluation of riboflavin receptor targeted fluorescent USPIO in mice with prostate cancer xenografts. Nano Research, 9, 1319–1333. https://doi.org/10.1007/s12274-016-1028-7 + + 10.1007/s12274-016-1028-7 + 27738498 + + + + Bartmann, L., Schumacher, D., von Stillfried, S., Sternkopf, M., Alampour-Rajabi, S., van Zandvoort, M., Kiessling, F., & Wu, Z. J. (2019). Evaluation of Riboflavin Transporters as Targets for Drug Delivery and Theranostics. Frontiers In Pharmacology, 10, 79. https://doi.org/10.3389/fphar.2019.00079 + + 10.3389/fphar.2019.00079 + 30787877 + 6372557 + + + + Darguzyte, M., Drude, N., Lammers, T., & Kiessling, F. (2020). Riboflavin-Targeted Drug Delivery Cancers 12 295, https://doi.org/10.3390/cancers12020295 . + + 10.3390/cancers12020295 + 32012715 + 7072493 + + + + Wu, C. Y., & Chen, Y. C. (2019). Riboflavin immobilized Fe3O4 magnetic nanoparticles carried with n-butylidenephthalide as targeting-based anticancer agents. Artif Cell Nanomed Biotechnol, 47, 210–220. https://doi.org/10.1080/21691401.2018.1548473 + + 10.1080/21691401.2018.1548473 + + + + Dey, S., & Bishayi, B. (2016). Riboflavin along with antibiotics balances reactive oxygen species and inflammatory cytokines and controls Staphylococcus aureus infection by boosting murine macrophage function and regulates inflammation. J Inflamm -Lond, 13, 36. https://doi.org/10.1186/s12950-016-0145-0 + + 10.1186/s12950-016-0145-0 + 27932936 + 5126841 + + + + Nagarajan, S., & Vairamuthu, R. (2021). Electrochemical detection of riboflavin using tin-chitosan modified pencil graphite electrode. Journal Of Electroanalytical Chemistry, 891, 115235. https://doi.org/10.1016/j.jelechem.2021.115235 + + 10.1016/j.jelechem.2021.115235 + + + + Chen, L. Y., Yang, Y. M., Zhang, Y., Zhu, B. F., Liu, J., Jiang, L., & Wei, G. Y. (2025). Riboflavin electroanalysis using rGO/CeO2 modified glassy carbon electrode. Materials Letters, 399, 139087. https://doi.org/10.1016/j.matlet.2025.139087 + + 10.1016/j.matlet.2025.139087 + + + + Zhang, E. R., Cai, Y. M., Luo, Y., & Piao, Z. (2014). Riboflavin-shuttled extracellular electron transfer from Enterococcus faecalis to electrodes in microbial fuel cells. Canadian Journal Of Microbiology, 60, 753–759. https://doi.org/10.1139/cjm-2014-0389 + + 10.1139/cjm-2014-0389 + 25345758 + + + + Yong, Y. C., Cai, Z., Yu, Y. Y., Chen, P., Jiang, R. R., Cao, B., Sun, J. Z., Wang, J. Y., & Song, H. (2013). Increase of riboflavin biosynthesis underlies enhancement of extracellular electron transfer of Shewanella in alkaline microbial fuel cells. Bioresource Technology, 130, 763–768. https://doi.org/10.1016/j.biortech.2012.11.145 + + 10.1016/j.biortech.2012.11.145 + 23353587 + + + + Chu, R. H., Li, R., Wang, C., & Ban, R. (2022). Production of vitamin B2 (riboflavin) by Bacillus subtilis. Journal Of Chemical Technology And Biotechnology, 97, 1941–1949. https://doi.org/10.1002/jctb.7017 + + 10.1002/jctb.7017 + + + + Chen, X., Yuan, Y. G., & Wang, X. D. (2025). Enhancement of Riboflavin Production by an Enhanced Purine Salvage Pathway in Bacillus subtilis. Applied Biochemistry And Biotechnology, 197, 4807–4816. https://doi.org/10.1007/s12010-025-05254-9 + + 10.1007/s12010-025-05254-9 + 40372652 + + + + Dmytruk, K. V., Yatsyshyn, V. Y., Sybirna, N. O., Fedorovych, D. V., & Sibirny, A. A. (2011). Metabolic engineering and classic selection of the yeast Candida famata (Candida flareri) for construction of strains with enhanced riboflavin production. Metabolic Engineering, 13, 82–88. https://doi.org/10.1016/j.ymben.2010.10.005 + + 10.1016/j.ymben.2010.10.005 + 21040798 + + + + Dzanaeva, L. S., Wojdyla, D., Fedorovych, D., Ruchala, J., Dmytruk, K., & Sibirny, A. A. (2024). Riboflavin overproduction on lignocellulose hydrolysate by the engineered yeast Candida famata. Fems Yeast Research, 24, foae020. https://doi.org/10.1093/femsyr/foae020 + + 10.1093/femsyr/foae020 + 39009031 + 11283204 + + + + Andreieva, Y., Petroyska, Y., Lyzak, O., Liu, W., Kang, Y. Q., Dmytruk, K., & Sibirny, A. (2020). Role of the regulatory genes SEF1, VMA1 and SFU1 in riboflavin synthesis in the flavinogenic yeast Candida famata (Candida flareri). Yeast, 37, 497–504. https://doi.org/10.1002/yea.3503 + + 10.1002/yea.3503 + 32529692 + + + + Kurabayashi, K., El Enshasy, H. A., Park, E. Y., & Kato, T. (2025). Increased production of riboflavin in Ashbya gossypii by endoplasmic reticulum stresses. Archives Of Microbiology, 207, 167. https://doi.org/10.1007/s00203-025-04359-3 + + 10.1007/s00203-025-04359-3 + 40471373 + + + + Ledesma-Amaro, R., Serrano-Amatriain, C., Jiménez, A., & Revuelta, J. L. (2015). Metabolic engineering of riboflavin production in Ashbya gossypii through pathway optimization. Microbial Cell Factories, 14, 163. https://doi.org/10.1186/s12934-015-0354-x + + 10.1186/s12934-015-0354-x + 26463172 + 4605130 + + + + Park, E. Y., Ito, Y., Nariyama, M., Sugimoto, T., Lies, D., & Kato, T. (2011). The improvement of riboflavin production in Ashbya gossypii via disparity mutagenesis and DNA microarray analysis. Applied Microbiology And Biotechnology, 91, 1315–1326. https://doi.org/10.1007/s00253-011-3325-0 + + 10.1007/s00253-011-3325-0 + 21573938 + + + + Wang, X. R., Wang, Q., & Qi, Q. S. (2015). Identification of riboflavin: revealing different metabolic characteristics between Escherichia coli BL21(DE3) and MG1655, FEMS Microbiol. Lett, 362, fnv071. https://doi.org/10.1093/femsle/fnv071 + + 10.1093/femsle/fnv071 + + + + Cai, X. P., & Bennett, G. N. (2011). Improving the Clostridium acetobutylicum butanol fermentation by engineering the strain for co-production of riboflavin. Journal Of Industrial Microbiology And Biotechnology, 38, 1013–1025. https://doi.org/10.1007/s10295-010-0875-6 + + 10.1007/s10295-010-0875-6 + 20931261 + + + + Yang, Z. H., Sun, Q. Q., Tan, G. Y., Zhang, Q. W., Wang, Z. D., Li, C., Qi, F. X., Wang, W. S., Zhang, L. X., & Li, Z. L. (2021). Engineering thermophilic Geobacillus thermoglucosidasius for riboflavin production. Microbial Biotechnology, 14, 363–373. https://doi.org/10.1111/1751-7915.13543 + + 10.1111/1751-7915.13543 + 32096925 + + + + del Valle, M. J., Laiño, J. E., de Giori, G. S., & LeBlanc, J. G. (2014). Riboflavin producing lactic acid bacteria as a biotechnological strategy to obtain bio-enriched soymilk. Food Research International, 62, 1015–1019. https://doi.org/10.1016/j.foodres.2014.05.029 + + 10.1016/j.foodres.2014.05.029 + + + + Ghosh, T. (2025). Recent advances in the probiotic application of the Bacillus as a potential candidate in the sustainable development of aquaculture. Aquaculture, 594, 741432. https://doi.org/10.1016/j.aquaculture.2024.741432 + + 10.1016/j.aquaculture.2024.741432 + + + + Perkins, J. B., Sloma, A., Hermann, T., Theriault, K., Zachgo, E., Erdenberger, T., Hannett, N., Chatterjee, N. P., Williams, V., II, G. A., RufoJr., R., Hatch, J., & Pero (1999). Genetic engineering of Bacillus subtilis for the commercial production of riboflavin. Journal Of Industrial Microbiology And Biotechnology, 22, 8–18. https://doi.org/10.1038/sj.jim.2900587 + + 10.1038/sj.jim.2900587 + + + + Wang, Z. W., Chen, T., Ma, X. H., Shen, Z., & Zhao, X. M. (2011). Enhancement of riboflavin production with Bacillus subtilis by expression and site-directed mutagenesis of zwf and gnd gene from Corynebacterium glutamicum, Bioresour. Technol. 102 3934–3940. https://doi.org/10.1016/j.biortech.2010.11.120 + + + Grill, S., Yamaguchi, H., Wagner, H., Zwahlen, L., Kusch, U., & Mack, M. (2007). Identification and characterization of two Streptomyces davawensis riboflavin biosynthesis gene clusters. Archives Of Microbiology, 188, 377–387. https://doi.org/10.1007/s00203-007-0258-1 + + 10.1007/s00203-007-0258-1 + 17541777 + + + + Koizumi, S., Yonetani, Y., Maruyama, A., & Teshiba, S. (2000). Production of riboflavin by metabolically engineered Corynebacterium ammoniagenes. Applied Microbiology And Biotechnology, 53, 674–679. https://doi.org/10.1007/s002539900295 + + 10.1007/s002539900295 + 10919325 + + + + Pérez-García, F., Brito, L. F., Bakken, T. I., & Brautaset, T. (2024). Riboflavin overproduction from diverse feedstocks with engineered Corynebacterium glutamicum. Biofabrication, 16, 045012. https://doi.org/10.1088/1758-5090/ad628e + + 10.1088/1758-5090/ad628e + + + + Thakur, K., Tomar, S. K., & De, S. (2016). Lactic acid bacteria as a cell factory for riboflavin production. Microbial Biotechnology, 9, 441–451. https://doi.org/10.1111/1751-7915.12335 + + 10.1111/1751-7915.12335 + 26686515 + + + + Aguiar, T. Q., Silva, R., & Domingues, L. (2015). Ashbya gossypii beyond industrial riboflavin production: A historical perspective and emerging biotechnological applications. Biotechnology Advances, 33, 1774–1786. https://doi.org/10.1016/j.biotechadv.2015.10.001 + + 10.1016/j.biotechadv.2015.10.001 + 26456510 + + + + You, J. J., Yang, C., Pan, X. W., Hu, M. K., Du, Y. X., Osire, T., Yang, T. W., & Rao, Z. M. (2021). Metabolic engineering of Bacillus subtilis for enhancing riboflavin production by alleviating dissolved oxygen limitation. Bioresource Technology, 333, 125228. https://doi.org/10.1016/j.biortech.2021.125228 + + 10.1016/j.biortech.2021.125228 + 33957462 + + + + Bampidis, V., Azimonti, G., Bastos, M. D., Christensen, H., Dusemund, B., Durjava, M., Kouba, M., López-Alonso, M., Puente, S. L., Marcon, F., Mayo, B., Pechová, A., Petkova, M., Ramos, F., Sanz, Y., Villa, R. E., Woutersen, R., Anguita, M., Brozzi, R., Galobart, J., Holzcknecht, O., Pettenati, E., Vettori, M. V., Tarrés-Call, J., & Subst, E. P. A. P. (2023). Safety and efficacy of a feed additive consisting of vitamin B2 (riboflavin) produced by Bacillus subtilis CGMCC 13326 for all animal species (Kempex Holland BV). Efsa J, 21, e07874. https://doi.org/10.2903/j.efsa.2023.7874 + + 10.2903/j.efsa.2023.7874 + 36846383 + 9945090 + + + + Wushensky, J. A., Youngster, T., Mendonca, C. M., & Aristilde, L. (2018). Flux Connections Between Gluconate Pathway, Glycolysis, and Pentose-Phosphate Pathway During Carbohydrate Metabolism in Bacillus megaterium QM B1551. Frontiers In Microbiology, 9, 1789. https://doi.org/10.3389/fmicb.2018.02789 + + 10.3389/fmicb.2018.02789 + + + + Tran, D. H., Kim, D., Kesavan, R., Brown, H., Dey, T., Soflaee, M. H., Vu, H. S., Tasdogan, A., Guo, J. S., Al Saad, H., Cai, F., Solmonson, A., Rion, H., Chabatya, R., Merchant, S., Manales, N. J., Tcheuyap, V. T., Mulkey, M., Mathews, T. P., Brugarolas, J., Morrison, S. J., Zhu, H., DeBerardinis, R. J., & Hoxhaj, G. (2024). De novo and salvage purine synthesis pathways across tissues and tumors. Cell, 187, 3602–3618. https://doi.org/10.1016/j.cell.2024.05.011 + + 10.1016/j.cell.2024.05.011 + 38823389 + 11246224 + + + + Mironov, A. S., Gusarov, I., Rafikov, R., Lopez, L. E., Shatalin, K., Kreneva, R. A., Perumov, D. A., & Nudler, E. (2002). Sensing small molecules by nascent RNA: A mechanism to control transcription in bacteria. Cell, 111, 747–756. https://doi.org/10.1016/s0092-8674(02)01134-0 + + 10.1016/s0092-8674(02)01134-0 + 12464185 + + + + Winkler, W. C., Cohen-Chalamish, S., & Breaker, R. R. (2002). An mRNA structure that controls gene expression by binding FMN, Proc. Natl. Acad. Sci. U. S. A. 99 15908–15913. https://doi.org/10.1073/pnas.212628899 + + + Serganov, A., Huang, L. L., & Patel, D. J. (2009). Coenzyme recognition and gene regulation by a flavin mononucleotide riboswitch. Nature, 458, 233–U10. https://doi.org/10.1038/nature07642 + + 10.1038/nature07642 + 19169240 + 3726715 + + + + Frommer, J., Hieronymus, R., Arunachalam, T. S., Heeren, S., Jenckel, M., Strahl, A., Appel, B., & Müller, S. (2014). Preparation of modified long-mer RNAs and analysis of FMN binding to the ypaA aptamer from B. subtilis. Rna Biology, 11, 609–623. https://doi.org/10.4161/rna.28526 + + 10.4161/rna.28526 + 24755604 + 4152366 + + + + Weinberg, Z., Nelson, J. W., Lünse, C. E., Sherlock, M. E., & Breaker, R. R. (2017). Bioinformatic analysis of riboswitch structures uncovers variant classes with altered ligand specificity. Proc Natl Acad Sci U S A, 114, E2077–E2085. https://doi.org/10.1073/pnas.1619581114 + + 10.1073/pnas.1619581114 + 28265071 + 5358364 + + + + Batey, R. T., Gilbert, S. D., & Montange, R. K. (2004). Structure of a natural guanine-responsive riboswitch complexed with the metabolite hypoxanthine. Nature, 432, 411–415. https://doi.org/10.1038/nature03037 + + 10.1038/nature03037 + 15549109 + + + + Brenner, M. D., Scanlan, M. S., Nahas, M. K., Ha, T., & Silverman, S. K. (2010). Multivector Fluorescence Analysis of the xpt Guanine Riboswitch Aptamer Domain and the Conformational Role of Guanine, Biochemistry. 49 1596–1605, https://doi.org/10.1021/bi9019912 + + + Bédard, A. S. V., Hien, E. D. M., & Lafontaine, D. A. (2020). Riboswitch regulation mechanisms: RNA, metabolites and regulatory proteins. Biochim Biophys Acta-Gene Regul Mech, 1863, 194501. https://doi.org/10.1016/j.bbagrm.2020.194501 + + 10.1016/j.bbagrm.2020.194501 + 32036061 + + + + Sinha, S. C., Krahn, J., Shin, B. S., Tomchick, D. R., Zalkin, H., & Smith, J. L. (2003). The purine repressor of Bacillus subtilis: a novel combination of domains adapted for transcription regulation. Journal Of Bacteriology, 185, 4087–4098. https://doi.org/10.1128/jb.185.14.4087-4098.2003 + + 10.1128/jb.185.14.4087-4098.2003 + 12837783 + 164869 + + + + Saxild, H. H., Brunstedt, K., Nielsen, K. I., Jarmer, H., & Nygaard, P. (2001). Definition of the Bacillus subtilis PurR operator using genetic and bioinformatic tools and expansion of the PurR regulon with glyA, guaC, pbuG, xpt-pbuX, yqhZ-folD, and pbuO. Journal Of Bacteriology, 183, 6175–6183. https://doi.org/10.1128/jb.183.21.6175-6183.2001 + + 10.1128/jb.183.21.6175-6183.2001 + 11591660 + 100094 + + + + Li, Z. D., Wang, X. H., Hu, G. P., Li, X. M., Song, W., Wei, W. Q., Liu, L. M., & Gao, C. (2025). Engineering metabolic flux for the microbial synthesis of aromatic compounds. Metabolic Engineering, 88, 94–112. https://doi.org/10.1016/j.ymben.2024.12.007 + + 10.1016/j.ymben.2024.12.007 + 39724940 + + + + Gong, X. Z., Tian, J., & Zhang, H. W. (2025). Promoter engineering of filamentous fungi for novel natural product discovery. Bioorganic Chem, 163, 108798. https://doi.org/10.1016/j.bioorg.2025.108798 + + 10.1016/j.bioorg.2025.108798 + + + + Zhu, Y. B., Chen, X., Chen, T., Shi, S. B., & Zhao, X. M. (2006). Over-expression of glucose dehydrogenase improves cell growth and riboflavin production in Bacillus subtilis. Biotechnology Letters, 28, 1667–1672. https://doi.org/10.1007/s10529-006-9143-2 + + 10.1007/s10529-006-9143-2 + 16912926 + + + + Shi, S. B., Shen, Z., Chen, X., Chen, T., & Zhao, X. M. (2009). Increased production of riboflavin by metabolic engineering of the purine pathway in Bacillus subtilis. Biochemical Engineering Journal, 46, 28–33. https://doi.org/10.1016/j.bej.2009.04.008 + + 10.1016/j.bej.2009.04.008 + + + + Liu, C., Xia, M. M., Fang, H., Xu, F., Wang, S. J., & Zhang, D. W. (2024). De novo engineering riboflavin production Bacillus subtilis by overexpressing the downstream genes in the purine biosynthesis pathway. Microbial Cell Factories, 23, 159. https://doi.org/10.1186/s12934-024-02426-w + + 10.1186/s12934-024-02426-w + 38822377 + 11141002 + + + + Shi, T., Wang, Y. C., Wang, Z. W., Wang, G. L., Liu, D. Y., Fu, J., Chen, T., & Zhao, X. M. (2014). Deregulation of purine pathway in Bacillus subtilis and its use in riboflavin biosynthesis. Microbial Cell Factories, 13, 101. https://doi.org/10.1186/s12934-014-0101-8 + + 10.1186/s12934-014-0101-8 + 25023436 + 4223553 + + + + Li, X. J., Chen, T., Chen, X., & Zhao, X. M. (2006). Redirection electron flow to high coupling efficiency of terminal oxidase to enhance riboflavin biosynthesis. Applied Microbiology And Biotechnology, 73, 374–383. https://doi.org/10.1007/s00253-006-0482-7 + + 10.1007/s00253-006-0482-7 + 16736087 + + + + Sun, Y. W., Liu, C., Tang, W. Z., & Zhang, D. W. (2020). Manipulation of Purine Metabolic Networks for Riboflavin Production in Bacillus subtilis. ACS Omega, 5, 29140–29146. https://doi.org/10.1021/acsomega.0c03867 + + 10.1021/acsomega.0c03867 + 33225145 + 7675574 + + + + Zhang, X. L., Li, Y. N., Wang, K., Yin, J. L., Du, Y. X., Yang, Z., Pan, X. W., You, J. J., & Rao, Z. M. (2025). Construction of antibiotic-free riboflavin producer in Escherichia coli by metabolic engineering strategies with a plasmid stabilization system. Synth Syst Biotechnol, 10, 346–355. https://doi.org/10.1016/j.synbio.2024.12.001 + + 10.1016/j.synbio.2024.12.001 + 39811763 + + + + Gelfand, M. S., Mironov, A. A., Jomantas, J., Kozlov, Y. I., & Perumov, D. A. (1999). A conserved RNA structure element involved in the regulation of bacterial riboflavin synthesis genes. Trends In Genetics, 15, 439–442. https://doi.org/10.1016/s0168-9525(99)01856-9 + + 10.1016/s0168-9525(99)01856-9 + 10529804 + + + + Ghosh, T., Jahangirnejad, S., Chauvier, A., Stringer, A. M., Korepanov, A. P., Coté, J. P., Wade, J. T., & Lafontaine, D. A. (2024). Direct and indirect control of Rho-dependent transcription termination by the Escherichia coli lysC riboswitch. Rna, 30, 381–391. https://doi.org/10.1261/rna.079779.123 + + 10.1261/rna.079779.123 + 38253429 + 10946432 + + + + Hollands, K., Proshkin, S., Sklyarova, S., Epshtein, V., Mironov, A., Nudler, E., & Groisman, E. A. (2012). Riboswitch control of Rho-dependent transcription termination. Proc Natl Acad Sci U S A, 109, 5376–5381. https://doi.org/10.1073/pnas.1112211109 + + 10.1073/pnas.1112211109 + 22431636 + 3325659 + + + + Wang, G. L., Shi, T., Chen, T., Wang, X. Y., Wang, Y. C., Liu, D. Y., Guo, J. X., Fu, J., Feng, L. L., Wang, Z. W., & Zhao, X. M. (2018). Integrated whole-genome and transcriptome sequence analysis reveals the genetic characteristics of a riboflavin-overproducing Bacillus subtilis. Metabolic Engineering, 48, 138–149. https://doi.org/10.1016/j.ymben.2018.05.022 + + 10.1016/j.ymben.2018.05.022 + 29864583 + + + + Pedrolli, D., Langer, S., Hobl, B., Schwarz, J., Hashimoto, M., & Mack, M. (2015). The ribB FMN riboswitch from Escherichiacoli operates at the transcriptional and translational level and regulates riboflavin biosynthesis. Febs J, 282, 3230–3242. https://doi.org/10.1111/febs.13226 + + 10.1111/febs.13226 + 25661987 + + + + Mack, M., Van Loon, A. P. G. M., & Hohmann, H. P. (1998). Regulation of riboflavin biosynthesis in Bacillus subtilis is affected by the activity of the flavokinase/flavin adenine dinucleotide synthetase encoded by ribC. J Bacteri, 180, 950–955. https://doi.org/10.1128/jb.180.4.950-955.1998 + + 10.1128/jb.180.4.950-955.1998 + + + + Coquard, D., Huecas, M., Ott, M., Van Dijl, J. M., Van Loon, A. P. G. M., & Hohmann, H. P. (1997). Molecular cloning and characterisation of the ribC gene from Bacillus subtilis: A point mutation in ribC results in riboflavin overproduction. Molecular And General Genetics, 254, 81–84. https://doi.org/10.1007/s004380050393 + + 10.1007/s004380050393 + 9108293 + + + + Hübenthal, A., & Mack, M. (2025). The Monofunctional FMN Riboswitch-Binding Regulator RibR From Bacillus amyloliquefaciens Promotes Riboflavin Biosynthesis. Molecular Microbiology, 13. https://doi.org/10.1111/mmi.70015 + + + Boumezbeur, A. H., Bruer, M., Stoecklin, G., & Mack, M. (2020). Rational engineering of transcriptional riboswitches leads to enhanced metabolite levels in Bacillus subtilis. Metabolic Engineering, 61, 58–68. https://doi.org/10.1016/j.ymben.2020.05.002 + + 10.1016/j.ymben.2020.05.002 + 32413407 + + + + Lins, M., Amorim, L. A. D., Corrêa, G. G., Picao, B. W., Mack, M., Cerri, M. O., & Pedrolli, D. B. (2021). Targeting riboswitches with synthetic small RNAs for metabolic engineering. Metabolic Engineering, 68, 59–67. https://doi.org/10.1016/j.ymben.2021.09.003 + + 10.1016/j.ymben.2021.09.003 + 34517126 + + + + Pedrolli, D. B., Kühm, C., Sévin, D. C., Vockenhuber, M. P., Sauer, U., Suess, B., & Mack, M. (2015). A dual control mechanism synchronizes riboflavin and sulphur metabolism in Bacillus subtilis, Proc. Natl. Acad. Sci. U. S. A. 112 14054–14059. https://doi.org/10.1073/pnas.1515024112 + + + Higashitsuji, Y., Angerer, A., Berghaus, S., Hobl, B., & Mack, M. (2007). RibR, a possible regulator of the Bacillus subtilis riboflavin biosynthetic operon, in vivo interacts with the 5’-untranslated leader of rib mRNA. Fems Microbiology Letters, 274, 48–54. https://doi.org/10.1111/j.1574-6968.2007.00817.x + + 10.1111/j.1574-6968.2007.00817.x + 17590224 + + + + Asahara, T., Mori, Y., Zakataeva, N. P., Livshits, V. A., Yoshida, K., & Matsuno, K. (2010). Accumulation of gene-targeted Bacillus subtilis mutations that enhance fermentative inosine production. Applied Microbiology And Biotechnology, 87, 2195–2207. https://doi.org/10.1007/s00253-010-2646-8 + + 10.1007/s00253-010-2646-8 + 20524113 + + + + Lian, J. Z., Mishra, S., & Zhao, H. M. (2018). Recent advances in metabolic engineering of Saccharomyces cerevisiae: New tools and their applications. Metabolic Engineering, 50, 85–108. https://doi.org/10.1016/j.ymben.2018.04.011 + + 10.1016/j.ymben.2018.04.011 + 29702275 + + + + Bu, Q. T., Li, Y. P., Xie, H., Li, J. F., Lv, Z. Y., Su, Y. T., & Li, Y. Q. (2021). Rational engineering strategies for achieving high-yield, high-quality and high-stability of natural product production in actinomycetes. Metabolic Engineering, 67, 198–215. https://doi.org/10.1016/j.ymben.2021.06.003 + + 10.1016/j.ymben.2021.06.003 + 34166765 + + + + Shah, B. A., Kasarlawar, S. T., & Phale, P. S. (2022). Glucose-6-Phosphate Dehydrogenase, ZwfA, a Dual CofactorSpecific Isozyme Is Predominantly Involved in the Glucose Metabolism of Pseudomonas bharatica CSV86T. Microbiol Spectr, 10, e03818–e03822. https://doi.org/10.1128/spectrum.03818-22 + + 10.1128/spectrum.03818-22 + 36354357 + 9769727 + + + + Mao, J. W., Zhang, H. Y., Chen, Y., Wei, L., Liu, J., Nielsen, J., Chen, Y., & Xu, N. (2024). Relieving metabolic burden to improve robustness and bioproduction by industrial microorganisms. Biotechnology Advances, 74, 108401. https://doi.org/10.1016/j.biotechadv.2024.108401 + + 10.1016/j.biotechadv.2024.108401 + 38944217 + + + + Mu, X. Y., Evans, T. D., & Zhang, F. Z. (2024). ATP biosensor reveals microbial energetic dynamics and facilitates bioproduction. Nature Communications, 15, 5299. https://doi.org/10.1038/s41467-024-49579-1 + + 10.1038/s41467-024-49579-1 + 38906854 + 11192931 + + + + Kim, H., Lee, H. J., Oh, Y., Choi, S. G., Hong, S. H., Kim, H. J., Lee, S. Y., Choi, J. W., Hwang, D. S., Kim, K. S., Kim, H. J., Zhang, J. K., Youn, H. J., Noh, D. Y., & Jung, Y. K. (2014). The DUSP26 phosphatase activator adenylate kinase 2 regulates FADD phosphorylation and cell growth. Nature Communications, 5, 3351. https://doi.org/10.1038/ncomms4351 + + 10.1038/ncomms4351 + 24548998 + 3948464 + + + + Yao, M. Y., Xia, M. M., Li, J. L., Dong, H., Du, L. P., & Zhang, D. W. (2025). Enhancing riboflavin production by modulating the expression of the rib operon in Bacillus subtilis. Process Biochemistry, 148, 139–149. https://doi.org/10.1016/j.procbio.2024.11.020 + + 10.1016/j.procbio.2024.11.020 + + + + Kang, Q., Lv, R. Y., & Zhang, D. W. (2025). From manufacturing to intelligent manufacturing: the symbiotic tale of synthetic biology and vitamin B12. Chin Sci Bull -Chin, 70, 44–59. https://doi.org/10.1360/tb-2024-0624 + + 10.1360/tb-2024-0624 + + + + Cao, L., Liu, X. R., Yang, D. L., Xia, Z. Y., Dai, Z. R., Sun, L., Fang, J., Zhu, Z. R., Jin, D., Rang, J., Hu, S. B., & Xia, L. Q. (2024). Combinatorial metabolic engineering strategy of precursor pools for the yield improvement of spinosad in Saccharopolyspora spinosa. Journal Of Biotechnology, 396, 127–139. https://doi.org/10.1016/j.jbiotec.2024.10.010 + + 10.1016/j.jbiotec.2024.10.010 + 39491726 + + + + Hirasawa, T., & Maeda, T. (2023). Adaptive Laboratory Evolution of Microorganisms: Methodology and Application for Bioproduction. Microorganisms, 11, 92. https://doi.org/10.3390/microorganisms11010092 + + 10.3390/microorganisms11010092 + + + + Wang, G. L., Li, Q., Zhang, Z., Yin, X. Z., Wang, B. Y., & Yang, X. P. (2023). Recent progress in adaptive laboratory evolution of industrial microorganisms. Journal Of Industrial Microbiology And Biotechnology, 50, 16. https://doi.org/10.1093/jimb/kuac023 + + 10.1093/jimb/kuac023 + + + + Ruchala, J., Najdecka, A., Wojdyla, D., Liu, W., & Sibirny, A. (2025). Regulation of Riboflavin Biosynthesis in Microorganisms and Construction of the Advanced Overproducers of This Vitamin. International Journal Of Molecular Sciences, 26, 6243. https://doi.org/10.3390/ijms26136243 + + 10.3390/ijms26136243 + 40650021 + 12542839 + + + + Pajares, M. A. (2025). Posttranslational Regulation of Mammalian Sulfur Amino Acid Metabolism. International Journal Of Molecular Sciences, 26, 2488. https://doi.org/10.3390/ijms26062488 + + 10.3390/ijms26062488 + 40141131 + 11942099 + + + + Abbas, C. A., & Sibirny, A. A. (2011). Genetic Control of Biosynthesis and Transport of Riboflavin and Flavin Nucleotides and Construction of Robust Biotechnological Producers. Microbiology And Molecular Biology Reviews, 75, 321–. https://doi.org/10.1128/mmbr.00030-10 + + 10.1128/mmbr.00030-10 + 21646432 + 3122625 + + + + Wang, X. Y., Wang, G. L., Li, X. L., Fu, J., Chen, T., Wang, Z. W., & Zhao, X. M. (2016). Directed evolution of adenylosuccinate synthetase from Bacillus subtilis and its application in metabolic engineering. Journal Of Biotechnology, 231, 115–121. https://doi.org/10.1016/j.jbiotec.2016.05.032 + + 10.1016/j.jbiotec.2016.05.032 + 27234879 + + + + Ge, Y. Y., Zhang, J. R., Corke, H., & Gan, R. Y. (2020). Screening and Spontaneous Mutation of Pickle-Derived Lactobacillus plantarum with Overproduction of Riboflavin, Related Mechanism, and Food Application. Foods, 9, 88. https://doi.org/10.3390/foods9010088 + + 10.3390/foods9010088 + 31947521 + 7022482 + + + + Lizama, G., Moguel-Salazar, F., Peraza-Luna, F., & Ortiz-Vázquez, E. (2007). Riboflavin production from mutants of Ashbya gossypii utilising orange rind as a substrate. Annals Of Microbiology, 57, 157–161. https://doi.org/10.1007/bf03175201 + + 10.1007/bf03175201 + + + + Wei, S. P., Hurley, J., Jiang, Z. L., Wang, S. W., & Wang, Y. Y. (2012). Isolation and characterization of an Ashbya gossypii mutant for improved riboflavin production. Brazilian Journal Of Microbiology : [Publication Of The Brazilian Society For Microbiology], 43, 441–448. https://doi.org/10.1590/s1517-83822012000200003 + + 10.1590/s1517-83822012000200003 + 24031850 + 3768842 + + + + Bleisch, R., Freitag, L., Ihadjadene, Y., Sprenger, U., Steingröwer, J., Walther, T., & Krujatz, F. (2022). Strain Development in Microalgal Biotechnology-Random Mutagenesis Techniques. Life-Basel, 12, 961. https://doi.org/10.3390/life12070961 + + 10.3390/life12070961 + 35888051 + 9315690 + + + + Perli, T., Moonen, D. P. I., van den Broek, M., Pronk, J. T., & Daran, J. M. (2020). Adaptive Laboratory Evolution and Reverse Engineering of Single-Vitamin Prototrophies in Saccharomyces cerevisiae. Applied And Environment Microbiology, 86, e00388–e00320. https://doi.org/10.1128/aem.00388-20 + + 10.1128/aem.00388-20 + + + + Joshi, A., Verma, K. K., Rajput, V. D., Minkina, T., & Arora, J. (2022). Recent advances in metabolic engineering of microorganisms for advancing lignocellulose-derived biofuels. Bioengineered, 13, 8135–8163. https://doi.org/10.1080/21655979.2022.2051856 + + 10.1080/21655979.2022.2051856 + 35297313 + 9161965 + + + + Shi, S. B., Chen, T., Zhang, Z. G., Chen, X., & Zhao, X. M. (2009). Transcriptome analysis guided metabolic engineering of Bacillus subtilis for riboflavin production. Metabolic Engineering, 11, 243–252. https://doi.org/10.1016/j.ymben.2009.05.002 + + 10.1016/j.ymben.2009.05.002 + 19446032 + + + + Long, C. P., & Antoniewicz, M. R. (2019). High-resolution 13C metabolic flux analysis. Nature Protocols, 14, 2856–2877. https://doi.org/10.1038/s41596-019-0204-0 + + 10.1038/s41596-019-0204-0 + 31471597 + + + + Theorell, A., Jadebeck, J. F., Wiechert, W., McFadden, J., & No, K. (2024). Rethinking 13 C-metabolic flux analysis - The Bayesian way of flux inference. Metabolic Engineering, 83, 137–149. https://doi.org/10.1016/j.ymben.2024.03.005 + + 10.1016/j.ymben.2024.03.005 + 38582144 + + + + Medina, A., Bruno, J., & Alemán, J. O. (2024). Metabolic flux analysis in adipose tissue reprogramming. Immunometabolism, 6, e00039. https://doi.org/10.1097/in9.0000000000000039 + + 10.1097/in9.0000000000000039 + 38455681 + 10916752 + + + + Antoniewicz, M. R. (2015). Methods and advances in metabolic flux analysis: a mini-review. Journal Of Industrial Microbiology And Biotechnology, 42, 317–325. https://doi.org/10.1007/s10295-015-1585-x + + 10.1007/s10295-015-1585-x + 25613286 + + + + Shimizu, K., & Matsuoka, Y. (2019). Regulation of glycolytic flux and overflow metabolism depending on the source of energy generation for energy demand. Biotechnology Advances, 37, 284–305. https://doi.org/10.1016/j.biotechadv.2018.12.007 + + 10.1016/j.biotechadv.2018.12.007 + 30576718 + + + + Schwechheimer, S. K., Becker, J., Peyriga, L., Portais, J. C., & Wittmann, C. (2018). Metabolic flux analysis in Ashbya gossypii using 13C-labeled yeast extract: industrial riboflavin production under complex nutrient conditions. Microbial Cell Factories, 17, 162. https://doi.org/10.1186/s12934-018-1003-y + + 10.1186/s12934-018-1003-y + 30326916 + 6190667 + + + + Schwechheimer, S. K., Becker, J., Peyriga, L., Portais, J. C., Sauer, D., Müller, R., Hoff, B., Haefner, S., Schröder, H., Zelder, O., & Wittmann, C. (2018). Improved riboflavin production with Ashbya gossypii from vegetable oil based on 13C metabolic network analysis with combined labeling analysis by GC/MS, LC/MS, 1D, and 2D NMR. Metabolic Engineering, 47, 357–373. https://doi.org/10.1016/j.ymben.2018.04.005 + + 10.1016/j.ymben.2018.04.005 + 29654833 + + + + Singh, D. P., Singh, S., Raheja, T., Agarwal, N., Bairwa, P., Kaur, S., & Krishania, M. (2025). Production of microbial pigments: mathematical modelling and applications in functional foods. Int J Adv Eng Sci Appl Math, 13. https://doi.org/10.1007/s12572-025-00402-0 + + + Tännler, S., Zamboni, N., Kiraly, C., Aymerich, S., & Sauer, U. (2008). Screening of Bacillus subtilis transposon mutants with altered riboflavin production. Metabolic Engineering, 10, 216–226. https://doi.org/10.1016/j.ymben.2008.06.002 + + 10.1016/j.ymben.2008.06.002 + 18582593 + + + + Camsund, D., Lawson, M. J., Larsson, J., Jones, D., Zikrin, S., Fange, D., & Elf, J. (2020). Time-resolved imaging-based CRISPRi screening. Nature Methods, 17, 86–92. https://doi.org/10.1038/s41592-019-0629-y + + 10.1038/s41592-019-0629-y + 31740817 + + + + Bock, C., Datlinger, P., Chardon, F., Coelho, M. A., Dong, M. T. B., Lawson, K. A., Lu, T., Maroc, L., Norman, T. M., Song, B. A., Stanley, G., Chen, S. D., Garnett, M., Li, W., Moffat, J., Qi, L. S., Shapiro, R. S., Shendure, J., Weissman, J. S., & Zhuang, X. W. (2022). High-content CRISPR screening. Nat Rev Method Prim, 2, 8. https://doi.org/10.1038/s43586-021-00093-4 + + 10.1038/s43586-021-00093-4 + + + + Noh, M., Yoo, S. M., Kim, W. J., & Lee, S. Y. (2017). Gene Expression Knockdown by Modulating Synthetic Small RNA Expression in Escherichia coli. Cell Syst, 5, 418–426. https://doi.org/10.1016/j.cels.2017.08.016 + + 10.1016/j.cels.2017.08.016 + 28964700 + + + + Jung, Y. J., Park, K. H., Jang, T. Y., & Yoo, S. M. (2024). Gene expression regulation by modulating Hfq expression in coordination with tailor-made sRNA-based knockdown in Escherichia coli. Journal Of Biotechnology, 388, 1–10. https://doi.org/10.1016/j.jbiotec.2024.04.007 + + 10.1016/j.jbiotec.2024.04.007 + 38616040 + + + + Packer, M. S., Rees, H. A., & Liu, D. R. (2017). Phage-assisted continuous evolution of proteases with altered substrate specificity. Nature Communications, 8, 956. https://doi.org/10.1038/s41467-017-01055-9 + + 10.1038/s41467-017-01055-9 + 29038472 + 5643515 + + + + Doman, J. L., Pandey, S., Neugebauer, M. E., An, M. R., Davis, J. R., Randolph, P. B., McElroy, A., Gao, X. D., Raguram, A., Richter, M. F., Everette, K. A., Banskota, S., Tian, K., Tao, Y. A., Tolar, J., Osborn, M. J., & Liu, D. R. (2023). Phage-assisted evolution and protein engineering yield compact, efficient prime editors. Cell, 186, 3983–4002. https://doi.org/10.1016/j.cell.2023.07.039 + + 10.1016/j.cell.2023.07.039 + 37657419 + 10482982 + + + + Chen, J., Vestergaard, M., Jensen, T. G., Shen, J., Dufva, M., Solem, C., & Jensen, P. R. (2017). Finding the Needle in the Haystack-the Use of Microfluidic Droplet Technology to Identify Vitamin-Secreting Lactic Acid Bacteria, mBio. 8 e00526–e00517, https://doi.org/10.1128/mBio.00526-17 + + + Meyer, A., Pellaux, R., Potot, S., Becker, K., Hohmann, H. P., Panke, S., & Held, M. (2015). Optimization of a whole-cell biocatalyst by employing genetically encoded product sensors inside nanolitre reactors. Nature Chemistry, 7, 673–678. https://doi.org/10.1038/nchem.2301 + + 10.1038/nchem.2301 + 26201745 + + + + Yang, H. Q., Xia, Y. Y., & Chen, X. Z. (2020). Chap. 2 - Synthetic regulatory elements for fine-tuning gene expression, in: L. Liu, G. Du, Y. Liu (Eds.), Systems and Synthetic Metabolic Engineering, Academic Press pp. 33–50. + + + Duan, Y. X., Chen, T., Chen, X., & Zhao, X. M. (2010). Overexpression of glucose-6-phosphate dehydrogenase enhances riboflavin production in Bacillus subtilis. Applied Microbiology And Biotechnology, 85, 1907–1914. https://doi.org/10.1007/s00253-009-2247-6 + + 10.1007/s00253-009-2247-6 + 19779711 + + + + Zamboni, N., Mouncey, N., Hohmann, H. P., & Sauer, U. (2003). Reducing maintenance metabolism by metabolic engineering of respiration improves riboflavin production by Bacillus subtilis. Metabolic Engineering, 5, 49–55. https://doi.org/10.1016/s1096-7176(03)00007-7 + + 10.1016/s1096-7176(03)00007-7 + 12749844 + + + + +
+ + + 42207414 + + 2026 + 05 + 28 + +
+ + 1573-7284 + + + 2026 + May + 28 + + + European journal of epidemiology + Eur J Epidemiol + + Statistical methods for retrospective harmonization of longitudinal epidemiological data: a scoping review. + 10.1007/s10654-026-01404-3 + + Data harmonization is a prerequisite for joint cohort analyses. In this review, we aim to identify and contrast statistical methods for retrospective harmonization of longitudinal data. We performed a scoping review following the Preferred Reporting Items for Systematic Reviews and Meta-Analyses extension for Scoping Reviews guidelines. Studies were included if they described statistical methods for retrospectively harmonizing longitudinal data at the participant level. From 35 included papers out of 1,234 hits, we identified three types of statistical methods applicable to tabular data commonly collected in longitudinal epidemiological studies (e.g., questionnaires): (1) distribution-based methods, (2) the proportion score model, and (3) latent variable models. Our results suggest that the suitability of a statistical harmonization method mainly depends on the measurement scales of the original variables as well as on the type of target variable (directly measurable vs. latent). The chosen harmonization method influences how missing subsets of variables are addressed. None of the included studies applied more automated approaches such as machine learning-based procedures for deriving a harmonized dataset. Based on our findings, we present a roadmap that can guide researchers in selecting the most appropriate statistical method for a specific harmonization task and in handling variables collected only in a subset of studies. Data harmonization is still a demanding task that requires the development and application of novel tools for automating the procedures. + © 2026. The Author(s). + + + + Zhang + Jiumeng + J + + Department of Statistical Methods in Epidemiology, Leibniz Institute for Prevention Research and Epidemiology - BIPS, Achterstraße 30, 28359, Bremen, Germany. + + + + Behrendt + Jordan + J + + Faculty of Mathematics and Computer Science, University of Bremen, Bremen, Germany. + + + + Schultz + Tanja + T + + Faculty of Mathematics and Computer Science, University of Bremen, Bremen, Germany. + + + + Aleksandrova + Krasimira + K + + Department Epidemiological Methods and Etiological Research, Leibniz Institute for Prevention Research and Epidemiology - BIPS, Bremen, Germany. + + + Faculty of Human and Health Sciences, University of Bremen, Bremen, Germany. + + + + Iqbal + Khalid + K + + Department Epidemiological Methods and Etiological Research, Leibniz Institute for Prevention Research and Epidemiology - BIPS, Bremen, Germany. + + + + Pigeot + Iris + I + + Department of Statistical Methods in Epidemiology, Leibniz Institute for Prevention Research and Epidemiology - BIPS, Achterstraße 30, 28359, Bremen, Germany. + + + Faculty of Mathematics and Computer Science, University of Bremen, Bremen, Germany. + + + + Börnhorst + Claudia + C + 0000-0001-7587-603X + + Department of Statistical Methods in Epidemiology, Leibniz Institute for Prevention Research and Epidemiology - BIPS, Achterstraße 30, 28359, Bremen, Germany. boern@leibniz-bips.de. + + + + eng + + Journal Article + Review + + + 2026 + 05 + 28 + +
+ + Netherlands + Eur J Epidemiol + 8508062 + 0393-2990 + + IM + + Data harmonization + Data pooling + Integrative data analysis + Longitudinal data + Retrospective harmonization + + Conflict of interest: The authors declare no competing interests. Ethical approval: Not applicable. Consent to participate: Not applicable. Consent for publication: Not applicable. +
+ + + + 2026 + 5 + 28 + 12 + 35 + + + 2026 + 5 + 28 + 12 + 35 + + + 2025 + 1 + 13 + + + 2026 + 4 + 14 + + + 2026 + 5 + 28 + 11 + 19 + + + aheadofprint + + 42207414 + 10.1007/s10654-026-01404-3 + 10.1007/s10654-026-01404-3 + + + + Hewitt J, Walters M, Padmanabhan S, Dawson J. Cohort profile of the UK Biobank: Diagnosis and characteristics of cerebrovascular disease. BMJ Open. 2016;6:e009161. https://doi.org/10.1136/bmjopen-2015-009161 + + 10.1136/bmjopen-2015-009161 + 27006341 + 4809076 + + + + Green J, Reeves GK, Floud S, Barnes I, Cairns BJ, Gathani T, et al. Cohort profile: The Million Women Study. Int J Epidemiol. 2019;48:28–29e. https://doi.org/10.1093/ije/dyy065 + + 10.1093/ije/dyy065 + 29873753 + 6380310 + + + + Scholtens S, Smidt N, Swertz MA, Bakker SJ, Dotinga A, Vonk JM, et al. Cohort profile: LifeLines, a three-generation cohort study and biobank. Int J Epidemiol. 2015;44:1172–80. https://doi.org/10.1093/ije/dyu229 + + 10.1093/ije/dyu229 + 25502107 + + + + Peters A, German National Cohort (NAKO) Consortium, Peters A, Greiser KH, Göttlicher S, Ahrens W, et al. Framework and baseline examination of the German National Cohort (NAKO). Eur J Epidemiol. 2022;37:1107–24. https://doi.org/10.1007/s10654-022-00890-5 . + + 10.1007/s10654-022-00890-5 + 36260190 + 9581448 + + + + Wilkinson MD, Dumontier M, Aalbersberg IJ, Appleton G, Axton M, Baak A, et al. The FAIR Guiding Principles for scientific data management and stewardship. Sci Data. 2016;3:160018. https://doi.org/10.1038/sdata.2016.18 . + + 10.1038/sdata.2016.18 + 26978244 + 4792175 + + + + Hussong AM, Curran PJ, Bauer DJ. Integrative data analysis in clinical psychology research. Annu Rev Clin Psychol. 2013;9:61–89. https://doi.org/10.1146/annurev-clinpsy-050212-185522 + + 10.1146/annurev-clinpsy-050212-185522 + 23394226 + 3924786 + + + + Fortier I, Wey TW, Bergeron J, De Pinot A, Nybo-Andersen A-M, Bishop T, et al. Life course of retrospective harmonization initiatives: key elements to consider. J Dev Orig Health Dis. 2023;14:190–8. https://doi.org/10.1017/S2040174422000460 . + + 10.1017/S2040174422000460 + 35957574 + + + + Fortier I, Raina P, Van Den Heuvel ER, Griffith LE, Craig C, Saliba M, et al. Maelstrom research guidelines for rigorous retrospective data harmonization. Int J Epidemiol. 2016. https://doi.org/10.1093/ije/dyw075 . + + 10.1093/ije/dyw075 + + + + Schwedhelm C, Nimptsch K, Pischon T, Jannasch F, Schulze M, Perrar I, Nöthlings U. accessed December 9,. Data harmonisation protocol for pilot studies in Use Case 5.1 ‘Nutritional Epidemiology’ and 5.2 ‘Epidemiology of Chronic diseases.’ GitHub 2023. https://github.com/nfdi4health/data-harmonisation-protocol/wiki/Home . Accessed 9 December 2024. + + + O’Connor M, Moreno-Betancur M, Goldfeld S, Wake M, Patton G, Dwyer T, et al. Data resource profile: Melbourne Children’s LifeCourse initiative (LifeCourse). Int J Epidemiol. 2022;51:e229–44. https://doi.org/10.1093/ije/dyac086 + + 10.1093/ije/dyac086 + 35536352 + 9557929 + + + + Yang YC, Walsh CE, Johnson MP, Belsky DW, Reason M, Curran P, et al. Life-course trajectories of body mass index from adolescence to old age: Racial and educational disparities. Proc Natl Acad Sci USA. 2021;118:e2020167118. https://doi.org/10.1073/pnas.2020167118 . + + 10.1073/pnas.2020167118 + 33875595 + 8092468 + + + + Burns AR, Hussong AM, Solis JM, Curran PJ, McGinley JS, Bauer DJ, et al. Examining cohort effects in developmental trajectories of substance use. Int J Behav Dev. 2017;41:621–31. https://doi.org/10.1177/0165025416651734 + + 10.1177/0165025416651734 + 29056800 + + + + Sachdev COSMIC, Lipnicki PS, Kochan DM, Crawford NA, Rockwood JD. COSMIC (Cohort Studies of Memory in an International Consortium): An international consortium to identify risk and protective factors and biomarkers of cognitive ageing and dementia in diverse ethnic and sociocultural groups. BMC Neurol. 2013;13:165. https://doi.org/10.1186/1471-2377-13-165 . + + 10.1186/1471-2377-13-165 + 24195705 + 3827845 + + + + Hughes RA, Tilling K, Lawlor DA. Combining longitudinal data from different cohorts to examine the life-course trajectory. Am J Epidemiol. 2021;190:2680–9. https://doi.org/10.1093/aje/kwab190 + + 10.1093/aje/kwab190 + 34215868 + 8634562 + + + + The EPOSA research group, Schaap LA, Peeters GM, Dennison EM, Zambon S, Nikolaus T, et al. European Project on Osteoarthritis (EPOSA): Methodological challenges in harmonization of existing data from five European population-based cohorts on aging. BMC Musculoskelet Disord. 2011;12:272. https://doi.org/10.1186/1471-2474-12-272 + + 10.1186/1471-2474-12-272 + + + + Adhikari K, Patten SB, Patel AB, Premji S, Tough S, Letourneau N, et al. Data harmonization and data pooling from cohort studies: A practical approach for data management. IJPDS. 2021. https://doi.org/10.23889/ijpds.v6i1.1680 + + 10.23889/ijpds.v6i1.1680 + 34888420 + 8631396 + + + + Peeters G, van Schoor NM, Cooper R, Tooth L, Kenny RA. Should prevention of falls start earlier? Co-ordinated analyses of harmonised data on falls in middle-aged adults across four population-based cohort studies. PLoS ONE. 2018;13:e0201989. https://doi.org/10.1371/journal.pone.0201989 . + + 10.1371/journal.pone.0201989 + 30086149 + 6080796 + + + + Mewton L, Visontay R, Hoy N, Lipnicki DM, Sunderland M, Lipton RB, et al. The relationship between alcohol use and dementia in adults aged more than 60 years: A combined analysis of prospective, individual-participant data from 15 international studies. Addiction. 2023;118:412–24. https://doi.org/10.1111/add.16035 + + 10.1111/add.16035 + 35993434 + + + + Silins E, Fergusson DM, Patton GC, Horwood LJ, Olsson CA, Hutchinson DM, et al. Adolescent substance use and educational attainment: An integrative data analysis comparing cannabis and alcohol from three Australasian cohorts. Drug Alcohol Depend. 2015;156:90–6. https://doi.org/10.1016/j.drugalcdep.2015.08.034 . + + 10.1016/j.drugalcdep.2015.08.034 + 26409754 + + + + Saila K, Clas-Håkan N, Prakash KC, Subas N. Longitudinal profiles of occupational physical activity during late midlife and their association with functional limitations at old age: a multi-cohort study. Int Arch Occup Environ Health. 2023;96:1245–56. https://doi.org/10.1007/s00420-023-02003-5 . + + 10.1007/s00420-023-02003-5 + 37515644 + 10560154 + + + + Bailey HD, Fritschi L, Infante-Rivard C, Glass DC, Miligi L, Dockerty JD, et al. Parental occupational pesticide exposure and the risk of childhood leukemia in the offspring: Findings from the childhood leukemia international consortium. Int J Cancer. 2014;135:2157–72. https://doi.org/10.1002/ijc.28854 + + 10.1002/ijc.28854 + 24700406 + 4845098 + + + + Nan Y, Ser JD, Walsh S, Schönlieb C, Roberts M, Selby I, et al. Data harmonisation for information fusion in digital healthcare: A state-of-the-art systematic review, meta-analysis and future research directions. Inform Fusion. 2022;82:99–122. https://doi.org/10.1016/j.inffus.2022.01.001 . + + 10.1016/j.inffus.2022.01.001 + + + + Hu F, Chen AA, Horng H, Bashyam V, Davatzikos C, Alexander-Bloch A, et al. Image harmonization: A review of statistical and deep learning methods for removing batch effects and evaluation metrics for effective harmonization. NeuroImage. 2023;274:120125. https://doi.org/10.1016/j.neuroimage.2023.120125 . + + 10.1016/j.neuroimage.2023.120125 + 37084926 + 10257347 + + + + Wen G, Shim V, Holdsworth SJ, Fernandez J, Qiao M, Kasabov N, et al. Machine learning for brain MRI data harmonisation: a systematic. Rev Bioeng. 2023;10:397. https://doi.org/10.3390/bioengineering10040397 + + 10.3390/bioengineering10040397 + + + + Tricco AC, Lillie E, Zarin W, O’Brien KK, Colquhoun H, Levac D, et al. PRISMA Extension for Scoping Reviews (PRISMA-ScR): Checklist and explanation. Ann Intern Med. 2018;169:467–73. https://doi.org/10.7326/M18-0850 + + 10.7326/M18-0850 + 30178033 + + + + Hofer SM, Piccinin AM. Integrative data analysis through coordination of measurement and analysis protocol across independent longitudinal studies. Psychol Methods. 2009;14:150–64. https://doi.org/10.1037/a0015566 . + + 10.1037/a0015566 + 19485626 + 2773828 + + + + Pino EC, Zuo Y, Maciel De Olivera C, Mahalingaiah S, Keiser O, Moore LL, et al. Cohort profile: The MULTI sTUdy Diabetes rEsearch (MULTITUDE) consortium. BMJ Open. 2018;8:e020640. https://doi.org/10.1136/bmjopen-2017-020640 . + + 10.1136/bmjopen-2017-020640 + 29730626 + 5942412 + + + + Jonkman NH, Colpo M, Klenk J, Todd C, Hoekstra T, Del Panta V, et al. Development of a clinical prediction model for the onset of functional decline in people aged 65–75 years: Pooled analysis of four European cohort studies. BMC Geriatr. 2019;19:179. https://doi.org/10.1186/s12877-019-1192-1 + + 10.1186/s12877-019-1192-1 + 31248370 + 6595632 + + + + Ruiz M, Malyutina S, Pajak A, Kozela M, Kubinova R, Bobak M. Congruent relations between perceived neighbourhood social cohesion and depressive symptoms among older European adults: An East-West analysis. Soc Sci Med. 2019;237:112454. https://doi.org/10.1016/j.socscimed.2019.112454 . + + 10.1016/j.socscimed.2019.112454 + 31376532 + 6728599 + + + + Carrilho TRB, Farias DR, Batalha MA, Costa NCF, Rasmussen KM, Reichenheim ME, et al. Brazilian Maternal and Child Nutrition Consortium: Establishment, data harmonization and basic characteristics. Sci Rep. 2020;10:14869. https://doi.org/10.1038/s41598-020-71612-8 + + 10.1038/s41598-020-71612-8 + 32913200 + 7483530 + + + + Mendonça N, Hengeveld LM, Visser M, Presse N, Canhão H, Simonsick EM, et al. Low protein intake, physical activity, and physical function in European and North American community-dwelling older adults: A pooled analysis of four longitudinal aging cohorts. Am J Clin Nutr. 2021;114:29–41. https://doi.org/10.1093/ajcn/nqab051 + + 10.1093/ajcn/nqab051 + 33829238 + 8246618 + + + + Engels M, Wahrendorf M, Dragano N, McMunn A, Deindl C. Multiple social roles in early adulthood and later mental health in different labour market contexts. Adv Life Course Res. 2021;50:100432. https://doi.org/10.1016/j.alcr.2021.100432 . + + 10.1016/j.alcr.2021.100432 + 35027882 + 8754260 + + + + Wey TW, Doiron D, Wissa R, Fabre G, Motoc I, Noordzij JM, et al. Overview of retrospective data harmonisation in the MINDMAP project: Process and results. J Epidemiol Community Health. 2021;75:433–41. https://doi.org/10.1136/jech-2020-214259 + + 10.1136/jech-2020-214259 + 33184054 + + + + Aung HL, Gates TM, Mao L, Brew BJ, Rourke SB, Cysique LA. Abnormal cognitive aging in people with HIV: Evidence from data integration between two countries’ cohort studies. AIDS. 2022;36:1171–9. https://doi.org/10.1097/QAD.0000000000003230 + + 10.1097/QAD.0000000000003230 + 35471252 + + + + Van De Loo B, Seppala LJ, Van Der Velde N, Medlock S, Denkinger M, De Groot LC, et al. Development of the AD F ICE_IT Models for Predicting Falls and Recurrent Falls in Community-Dwelling Older Adults: Pooled Analyses of European Cohorts With Special Attention to Medication. Journals Gerontology: Ser A. 2022;77:1446–54. https://doi.org/10.1093/gerona/glac080 . + + 10.1093/gerona/glac080 + + + + Small BJ, Lange M, Zhai W, Ahn J, Ahles TA, Carroll JE, et al. Impact of taxane-based chemotherapy among older women with breast cancer on cognition and quality of life: A longitudinal pooled analysis. Breast Cancer Res Treat. 2022;191:459–69. https://doi.org/10.1007/s10549-021-06455-6 + + 10.1007/s10549-021-06455-6 + 34817750 + + + + Jin Y, Hong C, Luo Y. Sex differences in cognitive aging and the role of socioeconomic status: Evidence from multi-cohort studies. Psychiatry Res. 2023;321:115049. https://doi.org/10.1016/j.psychres.2023.115049 . + + 10.1016/j.psychres.2023.115049 + 36706558 + + + + Hong C, Liu Z, Liu Y, Jin Y, Luo Y. The Role of Smoking, Obesity, and Physical Inactivity in Cognitive Performance and Decline: A Multicohort Study. Journals Gerontology: Ser A. 2023;79:glad232. https://doi.org/10.1093/gerona/glad232 . + + 10.1093/gerona/glad232 + + + + Singh RK. Harmonizing single-question instruments for latent constructs with equating using political interest as an example. Surv Res Methods. 2022. https://doi.org/10.18148/SRM/2022.V16I3.7916 . + + 10.18148/SRM/2022.V16I3.7916 + + + + Lipnicki DM, Lam BCP, Mewton L, Crawford JD, Sachdev PS. Harmonizing ethno-regionally diverse datasets to advance the global epidemiology of dementia. Clin Geriatr Med. 2023;39:177–90. https://doi.org/10.1016/j.cger.2022.07.009 + + 10.1016/j.cger.2022.07.009 + 36404030 + + + + Curran PJ, Hussong AM, Cai L, Huang W, Chassin L, Sher KJ, et al. Pooling data from multiple longitudinal studies: The role of item response theory in integrative data analysis. Dev Psychol. 2008;44:365–80. https://doi.org/10.1037/0012-1649.44.2.365 . + + 10.1037/0012-1649.44.2.365 + 18331129 + 2894156 + + + + Bauer DJ, Hussong AM. Psychometric approaches for developing commensurate measures across independent studies: Traditional and new models. Psychol Methods. 2009;14:101–25. https://doi.org/10.1037/a0015583 . + + 10.1037/a0015583 + 19485624 + 2780030 + + + + Rajula HSR, Manchia M, Agarwal K, Akingbuwa WA, Allegrini AG, Diemer E, et al. Overview of CAPICE—Childhood and Adolescence Psychopathology: Unravelling the complex etiology by a large interdisciplinary collaboration in Europe—an EU Marie Skłodowska-Curie International Training Network. Eur Child Adolesc Psychiatry. 2022;31:829–39. https://doi.org/10.1007/s00787-020-01713-2 + + 10.1007/s00787-020-01713-2 + 33474652 + + + + Hussong AM, Cai L, Curran PJ, Flora DB, Chassin LA, Zucker RA. Disaggregating the distal, proximal, and time-varying effects of parent alcoholism on children’s internalizing symptoms. J Abnorm Child Psychol. 2008;36:335–46. https://doi.org/10.1007/s10802-007-9181-9 + + 10.1007/s10802-007-9181-9 + 17891557 + + + + Hussong AM, Huang W, Curran PJ, Chassin L, Zucker RA. Parent alcoholism impacts the severity and timing of children’s externalizing symptoms. J Abnorm Child Psychol. 2010;38:367–80. https://doi.org/10.1007/s10802-009-9374-5 + + 10.1007/s10802-009-9374-5 + 20084453 + 3215275 + + + + Moreno-Agostino D, Fisher HL, Goodman A, Hatch SL, Morgan C, Richards M, et al. Long-term psychological distress trajectories and the COVID-19 pandemic in three British birth cohorts: A multi-cohort study. PLoS Med. 2023;20:e1004145. https://doi.org/10.1371/journal.pmed.1004145 . + + 10.1371/journal.pmed.1004145 + 37014820 + 10072377 + + + + Koukounari A, Copas AJ, Pickles A. A latent variable modelling approach for the pooled analysis of individual participant data on the association between depression and chlamydia infection in adolescence and young adulthood in the UK. J R Stat Soc Ser A: Stat Soc. 2019;182:101–30. https://doi.org/10.1111/rssa.12387 . + + 10.1111/rssa.12387 + + + + Marcoulides KM, Grimm KJ. Data integration approaches to longitudinal growth modeling. Educ Psychol Meas. 2017;77:971–89. https://doi.org/10.1177/0013164416664117 . + + 10.1177/0013164416664117 + 29795941 + + + + Cole VT, Hussong AM, Gottfredson NC, Bauer DJ, Curran PJ. Informing harmonization decisions in integrative data analysis: Exploring the measurement multiverse. Prev Sci. 2023;24:1595–607. https://doi.org/10.1007/s11121-022-01466-1 + + 10.1007/s11121-022-01466-1 + 36441362 + + + + Magee KE, Connell A, Hipwell AE, Shaw D, Westling E, Keenan K, et al. Developmental models of depression, externalizing problems, and self-regulatory processes: Integrated data analysis across four longitudinal studies of youth. Prev Sci. 2023;24:1499–509. https://doi.org/10.1007/s11121-022-01441-w + + 10.1007/s11121-022-01441-w + 36227399 + + + + Howe GW, Brown CH. Retrospective psychometrics and effect heterogeneity in integrated data analysis: Commentary on the special issue. Prev Sci. 2023. https://doi.org/10.1007/s11121-023-01592-4 + + 10.1007/s11121-023-01592-4 + 37938526 + 11018253 + + + + Anstey KJ, Bielak AA, Birrell CL, Browning CJ, Burns RA, Byles J, et al. Understanding ageing in older Australians: The contribution of the Dynamic Analyses to Optimise Ageing (DYNOPTA) project to the evidence base and policy. Australas J Ageing. 2011;30:24–31. https://doi.org/10.1111/j.1741-6612.2011.00533.x . + + 10.1111/j.1741-6612.2011.00533.x + 22032767 + 3947607 + + + + Pearson JL, Sims BE. Advancing intervention and prevention research for behavioral health problems through data synthesis. Prev Sci. 2023;24:1682–9. https://doi.org/10.1007/s11121-023-01591-5 . + + 10.1007/s11121-023-01591-5 + 37843762 + + + + Curran PJ, Cole V, Giordano M, Georgeson AR, Hussong AM, Bauer DJ. Advancing the study of adolescent substance use through the use of integrative data analysis. Eval Health Prof. 2018;41:216–45. https://doi.org/10.1177/0163278717747947 + + 10.1177/0163278717747947 + 29254369 + + + + Caballero FF, Soulis G, Engchuan W, Sánchez-Niubó A, Arndt H, Ayuso-Mateos JL, et al. Advanced analytical methodologies for measuring healthy ageing and its determinants, using factor analysis and machine learning techniques: The ATHLOS project. Sci Rep. 2017;7:43955. https://doi.org/10.1038/srep43955 + + 10.1038/srep43955 + 28281663 + 5345043 + + + + Callina KS, Johnson SK, Tirrell JM, Batanova M, Weiner MB, Lerner RM. Modeling pathways of character development across the first three decades of life: An application of integrative data analysis techniques to understanding the development of hopeful future expectations. J Youth Adolescence. 2017;46:1216–37. https://doi.org/10.1007/s10964-017-0660-1 + + 10.1007/s10964-017-0660-1 + + + + Huppert FA, Marks N, Clark A, Siegrist J, Stutzer A, Vittersø J, et al. Measuring well-being across Europe: Description of the ESS Well-being Module and preliminary findings. Soc Indic Res. 2009;91:301–15. https://doi.org/10.1007/s11205-008-9346-0 + + 10.1007/s11205-008-9346-0 + + + + Kroenke K, Spitzer RL. The PHQ-9: A new depression diagnostic and severity measure. Psychiatric Annals. 2002;32:509–15. https://doi.org/10.3928/0048-5713-20020901-06 + + 10.3928/0048-5713-20020901-06 + + + + Folstein MF, Folstein SE, McHugh PR. Mini-mental state: A practical method for grading the cognitive state of patients for the clinician. J Psychiatr Res. 1975;12:189–98. https://doi.org/10.1016/0022-3956(75)90026-6 . + + 10.1016/0022-3956(75)90026-6 + 1202204 + + + + Widaman KF, Ferrer E, Conger RD. Factorial invariance within longitudinal structural equation models: Measuring the same construct across time. Child Dev Perspect. 2010;4:10–8. https://doi.org/10.1111/j.1750-8606.2009.00110.x + + 10.1111/j.1750-8606.2009.00110.x + 20369028 + 2848495 + + + + Nichols EL, Cadar D, Lee J, Jones RN, Gross AL. Linear linking for related traits (LLRT): A novel method for the harmonization of cognitive domains with no or few common items. Methods. 2022;204:179–88. https://doi.org/10.1016/j.ymeth.2021.11.011 . + + 10.1016/j.ymeth.2021.11.011 + 34843977 + + + + Shaaban CE, Tudorascu DL, Glymour MM, Cohen AD, Thurston RC, Snyder HM, et al. A guide for researchers seeking training in retrospective data harmonization for population neuroscience studies of Alzheimer’s disease and related dementias. Front Neuroimaging. 2022;1:978350. https://doi.org/10.3389/fnimg.2022.978350 . + + 10.3389/fnimg.2022.978350 + 37464990 + + + + Croock D, Swart Y, Schurz H, Petersen DC, Möller M, Uren C. Data harmonization guidelines to combine multi-platform genomic data from admixed populations and boost power in genome-wide association studies. Curr Protoc. 2024;4:e1055. https://doi.org/10.1002/cpz1.1055 . + + 10.1002/cpz1.1055 + 38837690 + + + + Kourou KD, Pezoulas VC, Georga EI, Exarchos TP, Tsanakas P, Tsiknakis M, et al. Cohort harmonization and integrative analysis from a biomedical engineering perspective. IEEE Rev Biomed Eng. 2019;12:303–18. https://doi.org/10.1109/RBME.2018.2855055 + + 10.1109/RBME.2018.2855055 + 30004887 + + + + Doiron D, Marcon Y, Fortier I, Burton P, Ferretti V. Software Application Profile: Opal and Mica: Open-source software solutions for epidemiological data management, harmonization and dissemination. Int J Epidemiol. 2017;46:1372–8. https://doi.org/10.1093/ije/dyx180 + + 10.1093/ije/dyx180 + 29025122 + 5837212 + + + + Athena. n.d. https://athena.ohdsi.org/search-terms/terms . Accessed 12 Dec 2024. + + + Usagi. n.d. https://ohdsi.github.io/Usagi /. Accessed 12 December 2024. + + + Gottfredson NC, Cole VT, Giordano ML, Bauer DJ, Hussong AM, Ennett ST. Simplifying the implementation of modern scale scoring methods with an automated R package: Automated moderated nonlinear factor analysis (aMNLFA). Addict Behav. 2019;94:65–73. https://doi.org/10.1016/j.addbeh.2018.10.031 . + + 10.1016/j.addbeh.2018.10.031 + 30385076 + + + + Sasse J, Fluck J, et al. An annotation workbench for semantic annotation of data collection instruments. In: Hägglund M, Blusi M, Bonacina S, Nilsson L, Cort Madsen I, Pelayo S, et al., editors. Studies in health technology and informatics. Amsterdam: IOS; 2023. https://doi.org/10.3233/SHTI230074 . + + 10.3233/SHTI230074 + + + + McElroy E, Wood T, Bond R, Mulvenna M, Shevlin M, Ploubidis GB, et al. Using natural language processing to facilitate the harmonisation of mental health questionnaires: a validation study using real-world data. BMC Psychiatry. 2024;24:530. https://doi.org/10.1186/s12888-024-05954-2 . + + 10.1186/s12888-024-05954-2 + 39049010 + 11267737 + + + + +
+ + + 42207383 + + 2026 + 05 + 28 + + + 2026 + 05 + 28 + +
+ + 1573-7438 + + 58 + 5 + + 2026 + May + 28 + + + Tropical animal health and production + Trop Anim Health Prod + + Morphometric characterization and decision tree-based prediction of phenotypic traits in Pantaneiro sheep. + 297 + 10.1007/s11250-026-05088-5 + + The Pantaneiro sheep is a locally adapted genetic resource shaped by the seasonal flooding, thermal stress, and heterogeneous forage availability of the Brazilian Pantanal. Characterizing its morphological structure using objective and field-applicable traits is essential for standardized phenotyping and conservation-oriented breeding strategies. This study evaluated 211 Pantaneiro ewes raised under semi-extensive management to identify morphometric patterns and identify simple predictors of qualitative phenotypic traits. Twenty-three quantitative and ten qualitative traits were measured and analyzed using multivariate techniques, including factor analysis and hierarchical clustering, to describe morphological structure. Decision tree models were then developed to predict key phenotypic traits from morphometric variables. Four main morphological dimensions explained 64.6% of total variance, reflecting body capacity, limb robustness, and cranial morphology. Among the ten decision tree models generated, three achieved predictive accuracies above 80% head profile (86.3%), muzzle type (84.8%), and wool color (82.5%), indicating that metatarsus and tarsus circumferences are reliable non-invasive predictors of cranial and tegumentary traits. The integration of multivariate morphometry and machine learning proved effective for identifying simple predictors applicable to field management. Overall, these findings reinforce the adaptive potential of Pantaneiro ewe and their importance for sustainable and resilient livestock production in tropical floodplain ecosystems. + © 2026. The Author(s). + + + + Valério + Agda Costa + AC + 0000-0001-5051-7196 + + Faculty of Agrarian Sciences, Federal University of Grande Dourados, Dourados, MS, Brazil. + + + + Fernandes + Tatiane + T + 0000-0002-9825-5735 + + Virginia Tech, School of Animal Sciences, Blacksburg, USA. + + + + da Silva + Adrielly Lais Alves + ALA + 0000-0002-0207-0198 + + Faculty of Agrarian Sciences, Federal University of Grande Dourados, Dourados, MS, Brazil. + + + + Chagas + Renata Alves + RA + 0000-0002-6205-3971 + + Faculty of Agrarian Sciences, Federal University of Grande Dourados, Dourados, MS, Brazil. + + + + Leonardo + Ariadne Patrícia + AP + 0000-0002-2847-6145 + + Faculty of Agrarian Sciences, Federal University of Grande Dourados, Dourados, MS, Brazil. + + + + de Souza + Marcio Rodrigues + MR + 0000-0003-0314-845X + + Federal Institute of Mato Grosso do Sul, Campus Dourados, Dourados, MS, Brazil. + + + + da Silva + Núbia Michelle Vieira + NMV + 0000-0002-9800-9585 + + Faculty of Agrarian Sciences, Federal University of Grande Dourados, Dourados, MS, Brazil. + + + + de Vargas Junior + Fernando Miranda + FM + 0000-0002-3050-7107 + + Faculty of Agrarian Sciences, Federal University of Grande Dourados, Dourados, MS, Brazil. fernandojunior@ufgd.edu.br. + + + + eng + + Journal Article + + + 2026 + 05 + 28 + +
+ + United States + Trop Anim Health Prod + 1277355 + 0049-4747 + + IM + + + Animals + + + Phenotype + + + Female + + + Brazil + + + Decision Trees + + + Sheep, Domestic + anatomy & histology + genetics + + + Sheep + anatomy & histology + + + Breeding + + + + Biometric traits + Body condition score + Conservation + Decision tree + Multivariate analysis + + Declarations. Institutional review board statement: All procedures were approved and supervised by the Ethical Committee of the Federal University of Grande Dourados (Protocol: 001/2022). Conflict of interest: The authors declare no conflicts of interest. +
+ + + + 2026 + 5 + 28 + 12 + 34 + + + 2026 + 5 + 28 + 12 + 33 + + + 2025 + 11 + 5 + + + 2026 + 5 + 7 + + + 2026 + 5 + 28 + 11 + 18 + + + epublish + + 42207383 + 10.1007/s11250-026-05088-5 + 10.1007/s11250-026-05088-5 + + + + Aranda AN, Silva MC da, Crispim BA do, Ledesma LLM, Lenis PR, Silva ALA da, Leonardo AP, Vargas Junior FM de, Barufatti A (2021) Qualitative characters of indigenous sheep in central brazil: putting phenotype into perspective. Diversity 13(11):512. https://doi.org/10.3390/d13110512 + + + Bakhshalizadeh S, Hashemi A, Gaffari M, Jafari S, Farhadian M (2016) Estimation of genetic parameters and genetic trends for biometric traits in Moghani sheep breed. Small Ruminant Res 134:79–83. https://doi.org/10.1016/j.smallrumres.2015.12.030 + + 10.1016/j.smallrumres.2015.12.030 + + + + Beck HE, Zimmermann NE, McVicar TR, Vergopolan N, Berg A, Wood EF (2018) Present and future Köppen-Geiger climate classification maps at 1-km resolution. Scientific Data 5:180214 https://doi.org/10.1038/sdata.2018.214 + + + Brito NV, Lopes JC, Ribeiro V, Dantas R, Leite JV (2021) Biometric Characterization of the Portuguese Autochthonous Hens Breeds. Animals 11(2):498. https://doi.org/10.3390/ani11020498 + + 10.3390/ani11020498 + 33672897 + 7918304 + + + + Chay-Canul AJ, Camacho-Pérez E, Casanova-Lugo F, Rodríguez-Abreo O, Cruz-Fernández M, Rodríguez-Reséndiz J (2024) Neural Network-Based Body Weight Prediction in Pelibuey Sheep through Biometric Measurements. Technologies 12(5):59. https://doi.org/10.3390/technologies12050059 + + 10.3390/technologies12050059 + + + + Chebo C, Melesse A, Betsha S (2024) Quantifying phenotypic variability of indigenous chickens using morphometric traits by applying multivariate analysis: input for sustainable rural chicken farming. Heliyon 10(21):e39850. https://doi.org/10.1016/j.heliyon.2024.e39850 + + + Crispim BA do, Banari AC, Oliveira JA de, Fernandes JS dos, Grisolia AB (2017) Naturalized breeds in Brazil: reports on the origin and genetic diversity of the pantaneiro sheep. In: Livestock Science. InTech. https://doi.org/10.5772/66019 + + + Dias e Silva TP, Abdalla Filho AL (2020) Sheep and goat feeding behavior profile in grazing systems Acta Scientiarum. Anim Sci 43:e51265. https://doi.org/10.4025/actascianimsci.v43i1.51265 + + 10.4025/actascianimsci.v43i1.51265 + + + + FAO (2015) The second report on the state of the world’s animal genetic resources for food and agriculture assessments 2015. Scherf BD, Pilling D, editors. Rome: FAO Commission on Genetic Resources for Food and Agriculture Assessments. https://www.fao.org/publications + + + Gomes MB, Neves MLMW, Barreto LMG, Ferreira MdeA, Monnerat JP, I. dos S, Carone GM, de Morais JS, Véras ASC (2021) Prediction of carcass composition through measurements in vivo and measurements of the carcass of growing Santa Inês sheep. PLoS ONE 16(3):e0247950. https://doi.org/10.1371/journal.pone.0247950 + + 10.1371/journal.pone.0247950 + 33667260 + 7935253 + + + + Gurgel ALC, Difante GdosS, Neto E, Fernandes de Araújo JV, Costa CG, Ítavo MG, Araujo LCV, de Costa IMM, Santana CM, Ítavo JCS, C. C. B. F., Fernandes PB (2021) Prediction of Carcass Traits of Santa Inês Lambs Finished in Tropical Pastures through Biometric Measurements. Animals 11(8):2329. https://doi.org/10.3390/ani11082329 + + 10.3390/ani11082329 + 34438786 + 8388382 + + + + Güzel BC, Szara T, Ünal B, Duro S, İşbilir F, Yiğit F, Spataru M-C, Goździewska-Harłajczuk K, Gündemir O (2025) 3D geometric morphometric analysis of calcaneal morphology in domestic caprinae: Sheep (Ovis aries) and Goat (Capra hircus) Animals 15:556. https://doi.org/10.3390/ani15040556 + + + Hou S, Wang T, Qiao D, Xu DJ, Wang Y, Feng X, Khan WA, Ruan J (2025) Temporal-Spatial Fuzzy Deep Neural Network for the Grazing Behavior Recognition of Herded Sheep in Triaxial Accelerometer Cyber-Physical Systems. IEEE Trans Fuzzy Syst 33:338–349. https://doi.org/10.1109/TFUZZ.2024.3398075 + + 10.1109/TFUZZ.2024.3398075 + + + + IBGE (2019) Biomas e sistema costeiro-marinho do Brasil (Vol. 45) + + + Köppen W (1948) Climatología: Com un estudio de los climas de la tierra México: Fondo de Cultura Económica + + + Kunene NW, Nesamvuni AE, Nsahlai IV (2009) Determination of prediction equations for estimating body weight of Zulu (Nguni) sheep. Small Ruminant Res 84(1–3):41–46. https://doi.org/10.1016/j.smallrumres.2009.05.003 + + 10.1016/j.smallrumres.2009.05.003 + + + + Liu D, Li X, Wang L, Pei Q, Zhao J, Sun D, Ren Q, Tian D, Han B, Jiang H, Zhang W, Wang S, Tian F, Liu S, Zhao K (2024) Genome-wide association studies of body size traits in Tibetan sheep. BMC Genomics 25(1):739. https://doi.org/10.1186/s12864-024-10633-3 + + 10.1186/s12864-024-10633-3 + 39080522 + 11290296 + + + + Mcmanus C, Paiva SR, De Olegário R (2010) Genetics and breeding of sheep in Brazil. Revista Brasileira de Zootecnia. https://www.sbz.org.br + + + Monteschio JO, Burin PC, Leonardo AP, Fausto DA, da Silva ALA, Ricardo HA, de Silva A, de Souza MR, de Vargas Junior FM (2018) Different physiological stages and breeding systems related to the variability of meat quality of indigenous Pantaneiro sheep. PLOS ONE 13(2):e0191668. https://doi.org/10.1371/journal.pone.0191668 + + + Nunes CA, Freitas MP, Pinheiro ACM, Bastos SC (2012) Chemoface: a novel free user-friendly interface for chemometrics. J Braz Chem Soc 23(11):2003–2010. https://doi.org/10.1590/S0103-50532012005000073 + + 10.1590/S0103-50532012005000073 + + + + Oliveira DP de, Oliveira CAL de, Martins EN, Vargas Junior FM, Barbosa-Ferreira M, Seno LO, Oliveira JCK de, Sasa A (2014) Caracterização morfoestrutural de fêmeas e machos jovens de ovinos naturalizados Sul-mato-grossenses Pantaneiros. Semina: Ciências Agrárias 35(2):973. https://doi.org/10.5433/1679-0359.2014v35n2p973 + + 10.5433/1679-0359.2014v35n2p973 + + + + Oliveira JA de, Egito AA do, Crispim BA do, Vargas Junior FM de, Seno LO de, Barufatti A (2020) Importance of naturalized breeds as a base for the formation of exotic sheep (Ovis aries) breeds in tropical altitude regions. Genet Mol Biol 43(2). https://doi.org/10.1590/1678-4685-gmb-2019-0054 + + + Padovani CR (2017) Conversão da vegetação natural do Pantanal para uso antrópico de 1976 até 2017 e projeção para 2050 + + + R version 4.3.3 (2024-02-29 ucrt) - "Angel Food Cake". Copyright (C) 2024 The R Foundation for Statistical Computing + + + Selvan AS, Thangaraj S, Dash S, Karthikeyan A, Karthickeyan SMK (2023) Multivariate analysis of morphometric traits of Malaimadu cattle—autochthonous draft cattle of south India. Trop Anim Health Prod 55:369. https://doi.org/10.1007/s11250-023-03790-2 + + 10.1007/s11250-023-03790-2 + 37864734 + + + + Sousa LA de, Araujo AM de, Diniz Sobrinho FA de, Bajay MM, Juliano RS, Reis FA, Ferreira MB, Vega-Britez GD, Vargas Junior FM de(2024) SNP Markers: Analysis of Genetic Diversity and Identification of Genomic Regions in Pantaneiro Sheep and Texel Sheep Under Natural Selection. Front Bioscience-Scholar 16(3):18. https://doi.org/10.31083/j.fbs1603018 + + 10.31083/j.fbs1603018 + + + + Vargas Junior FM, Martins CF, Feijó GLD, Teixeira A, Leonardo AP, Ricardo H, de Fernandes A, A. R. M., Reis FA (2019) Evaluation of genotype on fatty acid profile and sensory of meat of indigenous Pantaneiro sheep and Texel or Santa Inês crossbred finished on feedlot. Small Ruminant Res 173:17–22. https://doi.org/10.1016/j.smallrumres.2019.02.003 + + 10.1016/j.smallrumres.2019.02.003 + + + + Yakubu (2010) Path coefficient and path analysis of body weight and biometric traits in yankasa lambs. Slovak J Anim Sci 43:1337–9984. office.sjas-journal.org + + + Yang J, Li WR, Lv FH, He SG, Tian SL, Peng WF, Sun YW, Zhao YX, Tu XL, Zhang M, Xie XL, Wang YT, Li JQ, Liu YG, Shen ZQ, Wang F, Liu GJ, Lu HF, Kantanen J, Liu MJ (2016) Whole-Genome Sequencing of Native Sheep Provides Insights into Rapid Adaptations to Extreme Environments. Mol Biol Evol 33(10):2576–2592. https://doi.org/10.1093/molbev/msw129 + + 10.1093/molbev/msw129 + 27401233 + 5026255 + + + + +
+ + + 42207361 + + 2026 + 05 + 28 + +
+ + 1573-9686 + + + 2026 + May + 28 + + + Annals of biomedical engineering + Ann Biomed Eng + + Quantum Machine Learning for Biomedical Classification Problems: A Feasibility Study on Real Quantum Hardware. + 10.1007/s10439-026-04204-8 + + Recent advances in quantum computing offer opportunities to explore alternative methods for the solution of classification problems commonly found in biomedical research. This study investigates the feasibility of using quantum kernel-based Support Vector Machines (QSVMs) to classify Autism Spectrum Disorder (ASD) using metabolomic measurements on real quantum hardware. This work evaluates the capabilities of current quantum computers for biomedical classification and establishes practical baselines for future studies. + A quantum classification pipeline was developed using a variety of angle encoding schemes. An exhaustive search was performed to identify an optimal subset of four metabolomic features via simulation. These features were used to benchmark multiple encoding strategies via simulation, followed by validation on IBM Quantum hardware. A baseline using Support Vector Machine (SVM) with the same features was established for comparison. + The best-performing QSVM achieved an average classification accuracy of 0.9434 on real quantum hardware, which is comparable to the accuracy using classical SVM of 0.9371 on the same feature set. These results highlight the potential of quantum kernels to capture meaningful feature interactions in biomedical data, despite the levels of noise and overhead of quantum computing. + This study demonstrates that quantum kernel SVMs can achieve classification performance comparable to classical methods on biomedical data. However, current limitations in quantum hardware, such as qubit communication overhead and noise, pose challenges for practical deployment. Continued improvements in hardware acceleration and error correction are needed to realize the potential of quantum machine learning for biomedical classification tasks. + © 2026. The Author(s) under exclusive licence to Biomedical Engineering Society. + + + + Liu + Hongbin + H + + Department of Biomedical Engineering, Rensselaer Polytechnic Institute, 110 8th Street, Troy, 12180, NY, USA. + + + Center for Biotechnology and Interdisciplinary Studies, Rensselaer Polytechnic Institute, 110 8th Street, Troy, 12180, NY, USA. + + + + Zhang + Zhemin + Z + + Department of Electrical, Computer, and Systems Engineering, Rensselaer Polytechnic Institute, 110 8th Street, Troy, 12180, NY, USA. + + + Department of Computer Science, Rensselaer Polytechnic Institute, 110 8th Street, Troy, 12180, NY, USA. + + + + Zheng + Kangyu + K + + Department of Computer Science, Rensselaer Polytechnic Institute, 110 8th Street, Troy, 12180, NY, USA. + + + + Liang + Zhiding + Z + + The Chinese University of Hong Kong, Shatin, New Territories, Hong Kong, China. + + + + Chen + Chi-Sheng + CS + + Beth Israel Deaconess Medical Center, 330 Brookline Avenue, Boston, 02215, MA, USA. + + + + Carothers + Christopher + C + + Department of Computer Science, Rensselaer Polytechnic Institute, 110 8th Street, Troy, 12180, NY, USA. + + + + Hahn + Juergen + J + 0000-0002-1078-4203 + + Department of Biomedical Engineering, Rensselaer Polytechnic Institute, 110 8th Street, Troy, 12180, NY, USA. hahnj@rpi.edu. + + + Center for Biotechnology and Interdisciplinary Studies, Rensselaer Polytechnic Institute, 110 8th Street, Troy, 12180, NY, USA. hahnj@rpi.edu. + + + Department of Chemical and Biological Engineering, Rensselaer Polytechnic Institute, 110 8th Street, Troy, 12180, NY, USA. hahnj@rpi.edu. + + + + eng + + Journal Article + + + 2026 + 05 + 28 + +
+ + United States + Ann Biomed Eng + 0361512 + 0090-6964 + + IM + + Autism spectrum disorder + Classification + Metabolomics + Quantum machine learning + + Declarations. Conflict of interest: The authors have no conflict of interest to declare that are relevant to the content of this article. Consent for publication: All authors have read and approved the final manuscript and consent to its submission for publication. +
+ + + + 2026 + 5 + 28 + 12 + 35 + + + 2026 + 5 + 28 + 12 + 35 + + + 2025 + 11 + 19 + + + 2026 + 5 + 20 + + + 2026 + 5 + 28 + 11 + 18 + + + aheadofprint + + 42207361 + 10.1007/s10439-026-04204-8 + 10.1007/s10439-026-04204-8 + + + + Biamonte, J., P. Wittek, N. Pancotti, P. Rebentrost, N. Wiebe, and S. Lloyd. Quantum machine learning. Nature. 549:195–202, 2017. https://doi.org/10.1038/nature23474 . + + 10.1038/nature23474 + 28905917 + + + + Zeguendry, A., Z. Jarir, and M. Quafafou. Quantum machine learning: A review and case studies. Entropy. 25:287, 2023. https://doi.org/10.3390/e25020287 . + + 10.3390/e25020287 + 36832654 + 9955545 + + + + Chae, E., J. Choi, and J. Kim. An elementary review on basic principles and developments of qubits for quantum computing. Nano Convergence. 11:11, 2024. https://doi.org/10.1186/s40580-024-00418-5 . + + 10.1186/s40580-024-00418-5 + 38498068 + 10948723 + + + + Schuld, M., and N. Killoran. Quantum machine learning in feature hilbert spaces. Phys. Rev. Lett.122(4):040504, 2019. https://doi.org/10.1103/PhysRevLett.122.040504 . + + 10.1103/PhysRevLett.122.040504 + 30768345 + + + + Moradi, S., C. Brandner, C. Spielvogel, D. Krajnc, S. Hillmich, R. Wille, W. Drexler, and L. Papp. Clinical data classification with noisy intermediate scale quantum computers. Sci Rep. 12:1851, 2022. https://doi.org/10.1038/s41598-022-05971-9 . + + 10.1038/s41598-022-05971-9 + 35115630 + 8814029 + + + + Aswiga, R. V., S. Sridevi, and B. Indira. Leveraging quantum kernel support vector machine for breast cancer diagnosis from digital breast tomosynthesis images. Quantum Mach. Intell. 6:40, 2024. https://doi.org/10.1007/s42484-024-00170-3 . + + 10.1007/s42484-024-00170-3 + + + + Niraula, D., J. Jamaluddin, M. M. Matuszak, R. K. Ten Haken, and I. El Naqa. Quantum deep reinforcement learning for clinical decision support in oncology: application to adaptive radiotherapy. Sci Rep. 11:23545, 2021. https://doi.org/10.1038/s41598-021-02910-y . + + 10.1038/s41598-021-02910-y + 34876609 + 8651664 + + + + Prabhu, S., S. Gupta, G. M. Prabhu, A. V. Dhanuka, and K. V. Bhat. Qucardio: Application of quantum machine learning for detection of cardiovascular diseases. IEEE Access. 11:136122–136135, 2023. https://doi.org/10.1109/ACCESS.2023.3338145 . + + 10.1109/ACCESS.2023.3338145 + + + + Ullah, U., A. G. O. Jurado, I. D. Gonzalez, and B. Garcia-Zapirain. A fully connected quantum convolutional neural network for classifying ischemic cardiopathy. IEEE Access. 10:134592–134605, 2022. https://doi.org/10.1109/ACCESS.2022.3232307 . + + 10.1109/ACCESS.2022.3232307 + + + + Chen, C.-S., S.Y.-C. Chen, A.H.-W. Tsai, and C.-S. Wei. Qeegnet: Quantum machine learning for enhanced electroencephalography encoding. In: IEEE Workshop on Signal Processing Systems (SiPS), pp. 153–158 2024. https://doi.org/10.1109/SiPS62058.2024.00035 + + + Chen, C.-S., A.H.-W. Tsai, and S.-C. Huang, Quantum multimodal contrastive learning framework. In: ICASSP 2025 - IEEE International Conference on Acoustics, Speech and Signal Processing, pp. 1–5 2025. https://doi.org/10.1109/ICASSP49660.2025.10889504 + + + Gupta, R. S., C. E. Wood, T. Engstrom, J. D. Pole, and S. Shrapnel. A systematic review of quantum machine learning for digital health. npj Digit. Med. 8:237, 2025. https://doi.org/10.1038/s41746-025-01597-z . + + 10.1038/s41746-025-01597-z + 40316703 + 12048600 + + + + Cerezo, M., A. Arrasmith, R. Babbush, S. C. Benjamin, S. Endo, K. Fujii, J. R. McClean, K. Mitarai, X. Yuan, L. Cincio, and P. J. Coles. Variational quantum algorithms. Nat. Rev. Phys. 3:625–644, 2021. https://doi.org/10.1038/s42254-021-00348-9 . + + 10.1038/s42254-021-00348-9 + + + + Preskill, J. Quantum computing in the nisq era and beyond. Quantum. 2:79, 2018. https://doi.org/10.22331/q-2018-08-06-79 . + + 10.22331/q-2018-08-06-79 + + + + Havlíček, V., A. D. Córcoles, K. Temme, A. W. Harrow, A. Kandala, J. M. Chow, and J. M. Gambetta. Supervised learning with quantum-enhanced feature spaces. Nature. 567:209–212, 2019. https://doi.org/10.1038/s41586-019-0980-2 . + + 10.1038/s41586-019-0980-2 + 30867609 + + + + American Psychiatric Association. (2022) Diagnostic and Statistical Manual of Mental Disorders. Washington, DC: American Psychiatric Association. (5th ed., text revision edn) + + + Levy, S. E., E. Giarelli, L.-C. Lee, L. A. Schieve, R. S. Kirby, C. Cunniff, J. Nicholas, J. Reaven, and C. E. Rice. Autism spectrum disorder and co-occurring developmental, psychiatric, and medical conditions among children in multiple populations of the united states. J. Dev. Behav. Pediatr. 31(4):267–275, 2010. https://doi.org/10.1097/DBP.0b013e3181d5d03b . + + 10.1097/DBP.0b013e3181d5d03b + 20431403 + + + + Pulcini, C. D., J. M. Perrin, A. J. Houtrow, J. Sargent, A. Shui, and K. Kuhlthau. Examining trends and coexisting conditions among children qualifying for ssi under adhd, asd, and id. Acad. Pediatr. 15(4):439–443, 2015. https://doi.org/10.1016/j.acap.2015.05.002 . + + 10.1016/j.acap.2015.05.002 + 26142070 + + + + Autism and Developmental Disabilities Monitoring Network Surveillance Year 2000 Principal Investigators, Centers for Disease Control and Prevention: Prevalence of autism spectrum disorders–autism and developmental disabilities monitoring network, six sites, united states, 2000. MMWR Surveill. Summ. 56(1), 1–11 (2007) + + + Shaw, K.A., S. Williams, M.E. Patrick, et al. (2025) Prevalence and early identification of autism spectrum disorder among children aged 4 and 8 years autism and developmental disabilities monitoring network, 16 sites, united states, 2022. MMWR Surveill. Summ. 74(2), 1–22, 2025 https://doi.org/10.15585/mmwr.ss7402a1 + + + Developmental Disabilities Monitoring Network Surveillance Year 2010 Principal Investigators, Centers for Disease Control and Prevention: Prevalence of autism spectrum disorder among children aged 8 years – autism and developmental disabilities monitoring network, 11 sites, united states, 2010. MMWR Surveill. Summ. 63(2), 1–21 (2014) + + + McCarty, P., and R. E. Frye. Early detection and diagnosis of autism spectrum disorder: Why is it so difficult? Semin. Pediatr. Neurol.35:100831, 2020. https://doi.org/10.1016/j.spen.2020.100831 . + + 10.1016/j.spen.2020.100831 + 32892958 + + + + Howsmon, D. P., U. Kruger, S. Melnyk, J. S. James, and J. Hahn. Classification and adaptive behavior prediction of children with autism spectrum disorder based upon multivariate data analysis of markers of oxidative stress and dna methylation. PLoS Comput. Biol. 2017. https://doi.org/10.1371/journal.pcbi.1005385 . + + 10.1371/journal.pcbi.1005385 + 28301476 + 5354243 + + + + Rebentrost, P., M. Mohseni, and S. Lloyd. Quantum support vector machine for big data classification. Phys. Rev. Lett.113(13):130503, 2014. https://doi.org/10.1103/PhysRevLett.113.130503 . + + 10.1103/PhysRevLett.113.130503 + 25302877 + + + + Mengoni, R., and A. Di Pierro. Kernel methods in quantum machine learning. Quantum Mach. Intell. 1:65–71, 2019. https://doi.org/10.1007/s42484-019-00007-4 . + + 10.1007/s42484-019-00007-4 + + + + Melnyk, S., G. J. Fuchs, E. Schulz, M. Lopez, S. G. Kahler, J. J. Fussell, J. Bellando, O. Pavliv, S. Rose, L. Seidel, D. W. Gaylor, and S. J. James. Metabolic imbalance associated with methylation dysregulation and oxidative damage in children with autism. J. Autism Dev. Disord. 42:367–377, 2012. https://doi.org/10.1007/s10803-011-1260-7 . + + 10.1007/s10803-011-1260-7 + 21519954 + 3342663 + + + + Guze SB (1995) Diagnostic and statistical manual of mental disorders. Am. J. Psychiatry. 152(8):1228 + + 10.1176/ajp.152.8.1228 + + + + Lord C, Rutter M, Goode S, Heemsbergen J, Jordan H, Mawhood L, Schopler E (2022) Autism Diagnostic Observation Schedule, Second Edition (ADOS-2). American Psychological Association, Washington + + + Schopler, E., R.J. Reichler, R.F. DeVellis, and K. Daly. Childhood Autism Rating Scale. American Psychological Association, Washington, DC 1980. https://doi.org/10.1037/t49458-000 + + + Stone, M. Cross-validatory choice and assessment of statistical predictions. J. R. Stat. Soc. B. 36(2):111–147, 1974. + + 10.1111/j.2517-6161.1974.tb00994.x + + + + Barenco, A., C. H. Bennett, R. Cleve, D. P. DiVincenzo, N. Margolus, P. Shor, T. Sleator, J. A. Smolin, and H. Weinfurter. Elementary gates for quantum computation. Phys. Rev. A. 52(5):3457–3467, 1995. https://doi.org/10.1103/PhysRevA.52.3457 . + + 10.1103/PhysRevA.52.3457 + 9912645 + + + + Cortes, C., and V. Vapnik. Support-vector networks. Mach. Learn. 20:273–297, 1995. https://doi.org/10.1007/BF00994018 . + + 10.1007/BF00994018 + + + + Taylor, H. M. On a special form of the general equation of a cubic surface and on a diagram representing the twenty-seven lines on the surface. Philos. Trans. R. Soc. Lond. A. 185:37–69, 1894. + + 10.1098/rsta.1894.0002 + + + + Schuld, M., R. Sweke, and J. J. Meyer. Effect of data encoding on the expressive power of variational quantum-machine-learning models. Phys. Rev. A.103(3):032430, 2021. https://doi.org/10.1103/PhysRevA.103.032430 . + + 10.1103/PhysRevA.103.032430 + + + + Metropolis, N., and S. Ulam. The monte carlo method. J. Am. Stat. Assoc. 44(247):335–341, 1949. https://doi.org/10.1080/01621459.1949.10483310 . + + 10.1080/01621459.1949.10483310 + 18139350 + + + + Hanley, J. A., and B. J. McNeil. The meaning and use of the area under a receiver operating characteristic (roc) curve. Radiology. 143(1):29–36, 1982. https://doi.org/10.1148/radiology.143.1.7063747 . + + 10.1148/radiology.143.1.7063747 + 7063747 + + + + Nielsen, M. A., and I. L. Chuang. Quantum Computation and Quantum Information: 10th, Anniversary. Cambridge: Cambridge University Press, 2010. + + + Pauli, W. Zur quantenmechanik des magnetischen elektrons. Z. Phys. 43:601–623, 1927. https://doi.org/10.1007/BF01397326 . + + 10.1007/BF01397326 + + + + Monroe, C., D. M. Meekhof, B. E. King, W. M. Itano, and D. J. Wineland. Demonstration of a fundamental quantum logic gate. Phys. Rev. Lett. 75(25):4714–4717, 1995. https://doi.org/10.1103/PhysRevLett.75.4714 . + + 10.1103/PhysRevLett.75.4714 + 10059979 + + + + Javadi-Abhari, A., M. Treinish, K. Krsulich, C.J. Wood, J. Lishman, J. Gacon, S. Martiel, P. Nation, L.S. Bishop, A.W. Cross, B.R. Johnson, and J.M. Gambetta. Quantum Computing with Qiskit 2024. https://doi.org/10.48550/arXiv.2405.08810 + + + Chuah, J., U. Kruger, G. Wang, P. Yan, and J. Hahn. Framework for testing robustness of machine learning-based classifiers. Journal of Personalized Medicine. 12(8):1314, 2022. https://doi.org/10.3390/jpm12081314 . + + 10.3390/jpm12081314 + 36013263 + 9409965 + + + + Breiman, L. Random forests. Machine Learning. 45(1):5–32, 2001. https://doi.org/10.1023/A:1010933404324 . + + 10.1023/A:1010933404324 + + + + LeCun, Y., Y. Bengio, and G. Hinton. Deep learning. Nature. 521:436–444, 2015. https://doi.org/10.1038/nature14539 . + + 10.1038/nature14539 + 26017442 + + + + Saranya, S., and R. Menaka. A quantum-based machine learning approach for autism detection using common spatial patterns of eeg signals. IEEE Access. 13:15739–15750, 2025. https://doi.org/10.1109/ACCESS.2025.3531979 . + + 10.1109/ACCESS.2025.3531979 + + + + Zadeh, A.E., A.M. Barzili, M.R. Nemati, M. Khoshnevisan, H. Azadegan, and B. Moshiri. Detection of autism spectrum disorder using quantum support vector machines algorithm. In: International Conference for Artificial Intelligence, Applications, Innovation and Ethics (AI2E), pp. 1–6 (2025). https://doi.org/10.1109/AI2E64943.2025.10983511 + + + Bagoun, Y., A. Zinedine, and I. Berrada. Autism spectrum disorder detection with quantum machine learning methods. In: International Conference on Intelligent Computing in Data Sciences (ICDS), pp. 1–6, 2024. https://doi.org/10.1109/ICDS62089.2024.10756377 + + + Fisher, R. A. The use of multiple measurements in taxonomic problems. Ann. Eugen. 7:179–188, 1936. https://doi.org/10.1111/j.1469-1809.1936.tb02137.x . + + 10.1111/j.1469-1809.1936.tb02137.x + + + + Li, W., Z. Yin, X. Li, et al. A hybrid quantum computing pipeline for real world drug discovery. Sci Rep. 14:16942, 2024. https://doi.org/10.1038/s41598-024-67897-8 . + + 10.1038/s41598-024-67897-8 + 39043787 + 11266395 + + + + Duan, B., and C.-Y. Hsieh. Hamiltonian-based data loading with shallow quantum circuits. Phys. Rev. A.106(5):052422, 2022. https://doi.org/10.1103/PhysRevA.106.052422 . + + 10.1103/PhysRevA.106.052422 + + + + Fontana, E., N. Fitzpatrick, D. Muñoz Ramo, R. Duncan, and I. Rungger. Evaluating the noise resilience of variational quantum algorithms. Phys. Rev. A.104(2):022403, 2021. https://doi.org/10.1103/PhysRevA.104.022403 . + + 10.1103/PhysRevA.104.022403 + + + + James, J., P. Cutler, S. Melnyk, S. Jernigan, L. Janak, D. Gaylor, and J. Neubrander. Metabolic biomarkers of increased oxidative stress and impaired methylation capacity in children with autism. The American Journal of Clinical Nutrition. 80(6):1611–1617, 2004. https://doi.org/10.1093/ajcn/80.6.1611 . + + 10.1093/ajcn/80.6.1611 + 15585776 + + + + Deth, R., C. Muratore, J. Benzecry, V. Power-Charnitsky, and M. Waly. How environmental and genetic factors combine to cause autism: A redox/methylation hypothesis. NeuroToxicology. 29(1):190–201, 2008. https://doi.org/10.1016/j.neuro.2007.09.010 . + + 10.1016/j.neuro.2007.09.010 + 18031821 + + + + Han, Y., Q. Xi, W. Dai, S. Yang, L. Gao, Y. Su, and X. Zhang. Abnormal transsulfuration metabolism and reduced antioxidant capacity in chinese children with autism spectrum disorders. International Journal of Developmental Neuroscience. 46(1):132–54, 2015. https://doi.org/10.1016/j.ijdevneu.2015.06.006 . + + 10.1016/j.ijdevneu.2015.06.006 + + + + IBM Quantum: Qiskit Transpiler Documentation. https://docs.quantum.ibm.com/api/qiskit/transpiler . Accessed: Feb. 28, 2026, 2026. + + + Liao, H., D. S. Wang, I. Sitdikov, C. Salcedo, A. Seif, and Z. K. Minev. Machine learning for practical quantum error mitigation. Nat. Mach. Intell. 6(12):1478–1486, 2024. https://doi.org/10.1038/s42256-024-00927-2 . + + 10.1038/s42256-024-00927-2 + + + + Suzuki, T., T. Hasebe, and T. Miyazaki. Quantum support vector machines for classification and regression on a trapped-ion quantum computer. Quantum Mach. Intell. 6(1):31, 2024. https://doi.org/10.1007/s42484-024-00165-0 . + + 10.1007/s42484-024-00165-0 + + + + Mahdian, M., and Z. Mousavi. Entanglement detection with quantum support vector machine (qsvm) on near-term quantum devices. Sci Rep. 15(1):1–15, 2025. https://doi.org/10.1038/s41598-025-95897-9 . + + 10.1038/s41598-025-95897-9 + + + + +
+ + + 42207360 + + 2026 + 05 + 28 + + + 2026 + 05 + 28 + +
+ + 1573-7373 + + 178 + 1 + + 2026 + May + 28 + + + Journal of neuro-oncology + J Neurooncol + + Predicting late radiation-associated neurocognitive and endocrine toxicity in patients with brain tumors. + 26 + 10.1007/s11060-026-05646-9 + + Neurocognitive and endocrine dysfunction are potential complications of cranial irradiation. However, risk factors are poorly understood, impeding accurate prognostication and exploration of potential preventive interventions. The objective of this study was to evaluate the prognostic value of various vascular and genotypic risk factors for the development of radiation-related toxicities. + This single-institution retrospective cohort study included patients with metastatic and malignant primary brain tumors who received cranial irradiation as part of their initial tumor-directed therapy. Demographic and treatment characteristics were collected, as well as putative vascular and genotypic risk factors. Univariate, multivariate, and machine-learning analyses were performed using five pre-specified measures of radiation-related toxicity. The primary outcome was change in mini-mental status exam (MMSE). + Eighty patients (53% male, mean age 55.7, 53% primary and 44% metastatic brain tumors) were included. Elevated homocysteine and ApOE4 genotype were the strongest predictors of MMSE decline in the multivariate model (OR 3.96 [6.5-200, p < 0.001 and 2.85 [1.92-27.6], p = 0.004). Elevated homocysteine was associated white matter change on MRI and both physician and patient assessment. ApoE4 allele was associated with new endocrine deficiency, and physician assessment. An online nomogram provides risk predictions for each of the five late toxicity outcomes: ( https://afranklin22.shinyapps.io/PRMMSERadiationRiskFactors/ ) CONCLUSION: Two pre-treatment laboratory values (elevated homocysteine and ApOE genotype) were strongly associated with post-radiation neurocognitive and endocrine dysfunction using a variety of domains. Our predictive algorithm can aid clinicians in stratifying baseline risk and should be validated in prospective trials and with additional metrics of ND. + © 2026. The Author(s). + + + + Tuohy + Kyle + K + + Department of Neurosurgery, Penn State Hershey Medical Center, Hershey, PA, USA. + + + + Badani + Aarav + A + + University of California Berkeley, Berkeley, CA, USA. + + + + Franklin + Ava + A + + University of Virginia, Charlottesville, VA, USA. + + + + Zacharia + Brad + B + + Department of Neurosurgery, Penn State Hershey Medical Center, Hershey, PA, USA. + + + Department of Oncology, Penn State Cancer Institute, Hershey, PA, USA. + + + + Aregawi + Dawit + D + + Department of Neurosurgery, Penn State Hershey Medical Center, Hershey, PA, USA. + + + Department of Oncology, Penn State Cancer Institute, Hershey, PA, USA. + + + + Mansouri + Alireza + A + + Department of Neurosurgery, Penn State Hershey Medical Center, Hershey, PA, USA. + + + Department of Oncology, Penn State Cancer Institute, Hershey, PA, USA. + + + + Brown + Paul + P + + Department of Radiation Oncology, Mayo Clinic, Rochester, MN, USA. + + + + Glantz + Michael + M + + Department of Neurosurgery, Penn State Hershey Medical Center, Hershey, PA, USA. mglantz@pennstatehealth.psu.edu. + + + Department of Oncology, Penn State Cancer Institute, Hershey, PA, USA. mglantz@pennstatehealth.psu.edu. + + + Department of Neurosurgery - EC110, Penn State College of Medicine, Hershey Medical Center, 30 Hope Drive, Hershey, PA, 17033, USA. mglantz@pennstatehealth.psu.edu. + + + + eng + + Journal Article + + + 2026 + 05 + 28 + +
+ + United States + J Neurooncol + 8309335 + 0167-594X + + IM + + + Humans + + + Female + + + Brain Neoplasms + radiotherapy + pathology + + + Male + + + Retrospective Studies + + + Middle Aged + + + Cranial Irradiation + adverse effects + + + Radiation Injuries + etiology + diagnosis + + + Prognosis + + + Aged + + + Risk Factors + + + Endocrine System Diseases + etiology + diagnosis + + + Adult + + + Follow-Up Studies + + + Machine Learning + + + + Brain tumors + Cognitive/endocrine dysfunction + Cranial irradiation + Machine learning + Neurotoxicity + + Declarations. Ethical approval: This study was approved by the Institutional Review Board at the Penn State College of Medicine (STUDY0027827) and in accordance with the Declaration of Helsinki. Due to the retrospective nature of the study, informed consent was waived. Previous presentation: Portions of this study were presented at the 2022 American Society of Clinical Oncology Annual Meeting, Chicago, IL. Competing interests: The authors declare no competing interests. +
+ + + + 2026 + 5 + 28 + 12 + 34 + + + 2026 + 5 + 28 + 12 + 33 + + + 2026 + 4 + 10 + + + 2026 + 5 + 21 + + + 2026 + 5 + 28 + 11 + 18 + + + epublish + + 42207360 + 10.1007/s11060-026-05646-9 + 10.1007/s11060-026-05646-9 + + + + Crossen JR, Garwood D, Glatstein E, Neuwelt EA (Mar. 1994) Neurobehavioral sequelae of cranial irradiation in adults: a review of radiation-induced encephalopathy. J Clin Oncol 12(3):627–642. https://doi.org/10.1200/JCO.1994.12.3.627 + + + Johannesen TB, Henrik Lien H, Håkon K, Hole, Lote K (2003) Radiological and clinical assessment of long-term brain tumour survivors after radiotherapy. Radiother Oncol 69(2):169–176. https://doi.org/10.1016/S0167-8140(03)00192-0 + + 10.1016/S0167-8140(03)00192-0 + 14643954 + + + + Meyers CA, Brown PD (Mar. 2006) Role and relevance of neurocognitive assessment in clinical trials of patients with CNS tumors. J Clin Oncol 24(8):1305–1309. https://doi.org/10.1200/JCO.2005.04.6086 + + + Liang L, Pi Q, Jiang S, Zhou J, Singer L, Cao L (Aug. 2025) Acute radiation-induced brain injury in patients with glioma and the construction of a clinical prediction model: a cohort study. Transl Cancer Res 14(8):5002–5011. https://doi.org/10.21037/tcr-2025-800 + + + Ran X et al (2024) Analysis of the risk factors of the radiation-induced encephalopathy in nasopharyngeal carcinoma: A retrospective cohort study. Open Med (Wars) 19(1):20240911. https://doi.org/10.1515/med-2024-0911 + + 10.1515/med-2024-0911 + 39176251 + 11340859 + + + + Turnquist C, Harris BT, Harris CC (Jan. 2020) Radiation-induced brain injury: current concepts and therapeutic strategies targeting neuroinflammation. Neurooncol Adv 2(1). https://doi.org/10.1093/noajnl/vdaa057 + + + Barisano G et al (Jun. 2018) Complications of radiotherapy and radiosurgery in the brain and spine. Neurographics 8(3):167–187. https://doi.org/10.3174/ng.1700066 + + + Cross NE, Glantz MJ (Feb. 2003) Neurologic complications of radiation therapy. Neurol Clin 21(1):249–277. https://doi.org/10.1016/s0733-8619(02)00031-2 + + + Paulissen JMJ et al (2025) Radiotherapy-induced Hypothalamic-Pituitary axis dysfunction in adult Brain, head and neck and skull base tumor patients – A systematic review and Meta-Analysis. Clin Transl Radiat Oncol 51:100900. https://doi.org/10.1016/j.ctro.2024.100900 + + 10.1016/j.ctro.2024.100900 + 39801827 + + + + Chapman CH et al (Mar. 2013) Regional variation in brain white matter diffusion index changes following chemoradiotherapy: a prospective study using tract-based spatial statistics. PLoS One 8(3):e57768. https://doi.org/10.1371/journal.pone.0057768 + + + Simó M et al (2016) Brain damage following prophylactic cranial irradiation in lung cancer survivors. Brain Imaging Behav 10(1):283–295. https://doi.org/10.1007/s11682-015-9393-5 + + 10.1007/s11682-015-9393-5 + 26015269 + + + + Lin NU et al (2013) Challenges relating to solid tumour brain metastases in clinical trials, part 2: neurocognitive, neurological, and quality-of-life outcomes. A report from the RANO group. Lancet Oncol 14(10):e407–e. https://doi.org/10.1016/S1470-2045(13)70308-5 + + 10.1016/S1470-2045(13)70308-5 + 23993385 + + + + Belka C, Budach W, Kortmann RD, Bamberg M (2001) Radiation induced CNS toxicity – molecular and cellular mechanisms. Br J Cancer 85(9):1233–1239. https://doi.org/10.1054/bjoc.2001.2100 + + 10.1054/bjoc.2001.2100 + 11720454 + 2375250 + + + + Wefel JS et al (2024) Impact of Apolipoprotein E Genotype on Neurocognitive Function in Patients With Brain Metastases: An Analysis of NRG Oncology’s RTOG 0614. Int J Radiation Oncology*Biology*Physics 119(3):846–857. https://doi.org/10.1016/j.ijrobp.2023.12.004 + + 10.1016/j.ijrobp.2023.12.004 + + + + Robbins M, Greene-Schloesser D, Peiffer AM, Shaw E, Chan MD, Wheeler KT (2012) Radiation-induced brain injury: a review. Front Oncol 2:73. Available: https://www.frontiersin.org/journals/oncology/articles/10.3389/fonc.2012.00073 + + + Folstein MF, Folstein SE, McHugh PR (Nov. 1975) Mini-mental state. J Psychiatr Res 12(3):189–198. https://doi.org/10.1016/0022-3956(75)90026-6 + + + Gallegos M et al (Dec. 2022) 45 Years of the mini-mental state examination (MMSE): a perspective from Ibero-America. Dement Neuropsychol 16(4):384–387. https://doi.org/10.1590/1980-5764-dn-2021-0097 + + + Fazekas F, Chawluk JB, Alavi A, Hurtig HI, Zimmerman RA (Aug. 1987) MR signal abnormalities at 1.5 T in Alzheimer’s dementia and normal aging. AJR Am J Roentgenol 149(2):351–6. https://doi.org/10.2214/ajr.149.2.351 + + + Corn BW et al (Nov. 1994) White matter changes are correlated significantly with radiation dose. Observations from a randomized dose-escalation trial for malignant glioma (Radiation Therapy Oncology Group 83 – 02). Cancer 74(10):2828–2835. https://doi.org/10.1002/1097-0142(19941115)74:10%3C2828::aid-cncr2820741014%3E3.0.co;2-k + + + Loef B et al (2022) Using random forest to identify longitudinal predictors of health in a 30-year cohort study. Sci Rep 12(1):10372. https://doi.org/10.1038/s41598-022-14632-w + + 10.1038/s41598-022-14632-w + 35725920 + 9209521 + + + + Friedman JH (Feb. 2002) Stochastic gradient boosting. Comput Stat Data Anal 38(4):367–378. https://doi.org/10.1016/S0167-9473(01)00065-2 + + + Chen T, Guestrin C (Aug. 2016) XGBoost. In Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, New York, NY, USA: ACM, pp. 785–794. https://doi.org/10.1145/2939672.2939785 + + + Simó M, Rodríguez-Fornells A, Navarro V, Navarro-Martín A, Nadal E, Bruna J (Jan. 2024) Mitigating radiation-induced cognitive toxicity in brain metastases: more questions than answers. Neurooncol Adv 6(1):vdae137. https://doi.org/10.1093/noajnl/vdae137 + + + Roman DD, Sperduto PW (1995) Neuropsychological effects of cranial radiation: current knowledge and future directions. Int J Radiation Oncology*Biology*Physics 31(4):983–998. https://doi.org/10.1016/0360-3016(94)00550-8 + + 10.1016/0360-3016(94)00550-8 + + + + Tohidinezhad F et al (Aug. 2024) Predicting the risk of neurocognitive decline after brain irradiation in adult patients with a primary brain tumor. Neuro Oncol 26(8):1467–1478. https://doi.org/10.1093/neuonc/noae035 + + + Zhang Z, Zhao Y, Canes A, Steinberg D, Lyashevska O, and written on behalf of AME Big-Data Clinical Trial Collaborative Group (2019) Predictive analytics with gradient boosting in clinical medicine. Ann Transl Med 7:7 + + + Makale MT, McDonald CR, Hattangadi-Gluth JA, Kesari S (Jan. 2017) Mechanisms of radiotherapy-associated cognitive disability in patients with brain tumours. Nat Rev Neurol 13(1):52–64. https://doi.org/10.1038/nrneurol.2016.185 + + + Greene-Schloesser D, Moore E, Robbins ME (May 2013) Molecular pathways: radiation-induced cognitive impairment. Clin Cancer Res 19(9):2294–2300. https://doi.org/10.1158/1078-0432.CCR-11-2903 + + + Wu PH et al (2012) Radiation induces acute alterations in neuronal function. PLoS ONE 7(5):e37677. https://doi.org/10.1371/journal.pone.0037677 + + 10.1371/journal.pone.0037677 + 22662188 + 3360766 + + + + Wefel JS, Noll KR, Scheurer ME (Mar. 2016) Neurocognitive functioning and genetic variation in patients with primary brain tumours. Lancet Oncol 17(3):e97–e108. https://doi.org/10.1016/S1470-2045(15)00380-0 + + + Luzzi S, Cherubini V, Falsetti L, Viticchi G, Silvestrini M, Toraldo A (Oct. 2022) Homocysteine, cognitive functions, and degenerative dementias: state of the art. Biomedicines 10(11). https://doi.org/10.3390/biomedicines10112741 + + + Smith AD et al (2018) Homocysteine and Dementia: An International Consensus Statement. J Alzheimers Dis 62(2):561–570. https://doi.org/10.3233/JAD-171042 + + 10.3233/JAD-171042 + 29480200 + 5836397 + + + + Wang Q, Zhao J, Chang H, Liu X, Zhu R (2021) Homocysteine and Folic Acid: Risk Factors for Alzheimer’s Disease-An Updated Meta-Analysis. Front Aging Neurosci 13:665114. https://doi.org/10.3389/fnagi.2021.665114 + + 10.3389/fnagi.2021.665114 + 34122042 + 8188894 + + + + Seshadri S et al (Feb. 2002) Plasma homocysteine as a risk factor for dementia and Alzheimer’s disease. N Engl J Med 346(7)476–83. https://doi.org/10.1056/NEJMoa011613 + + + Matsui T et al (May 2001) Elevated plasma homocysteine levels and risk of silent brain infarction in elderly people. Stroke 32(5):1116–9. https://doi.org/10.1161/01.str.32.5.1116 + + + Seshadri S et al (May 2008) Association of plasma total homocysteine levels with subclinical brain injury: cerebral volumes, white matter hyperintensity, and silent brain infarcts at volumetric magnetic resonance imaging in the Framingham Offspring Study. Arch Neurol 65(5):642–649. https://doi.org/10.1001/archneur.65.5.642 + + + Longstreth WT et al (Jan. 2004) Plasma total homocysteine levels and cranial magnetic resonance imaging findings in elderly persons: the cardiovascular health study. Arch Neurol 61(1):67–72. https://doi.org/10.1001/archneur.61.1.67 + + + Rahmani A, Hatefi M, Dastjerdi MM, Zare M, Imani A, Shirazi D (Mar. 2016) Correlation between serum homocysteine levels and outcome of patients with severe traumatic brain injury. World Neurosurg 87:507–515. https://doi.org/10.1016/j.wneu.2015.09.016 + + + Firbank MJ, Narayan SK, Saxby BK, Ford GA, O’Brien JT (Aug. 2010) Homocysteine is associated with hippocampal and white matter atrophy in older subjects with mild hypertension. Int Psychogeriatr 22(5):804–811. https://doi.org/10.1017/S1041610210000499 + + + Lee KO et al (Nov. 2019) Differential impact of plasma homocysteine levels on the periventricular and subcortical white matter hyperintensities on the brain. Front Neurol 10. https://doi.org/10.3389/fneur.2019.01174 + + + Hurjui LL et al (Jun. 2025) Homocysteine attack on vascular endothelium-old and new features. Int J Mol Sci 26(13). https://doi.org/10.3390/ijms26136298 + + + Pushpakumar S, Kundu S, Sen U (2014) Endothelial dysfunction: the link between homocysteine and hydrogen sulfide. Curr Med Chem 21(32):3662–3672. https://doi.org/10.2174/0929867321666140706142335 + + 10.2174/0929867321666140706142335 + 25005183 + 5539954 + + + + Elias MF, Brown CJ (Jan. 2023) Medical foods for lowering homocysteine in hypertensive patients. J Clin Hypertens 25(1):111–114. https://doi.org/10.1111/jch.14608 + + + Dunås T et al (Jan. 2026) Genetic risk factors for poor cognitive outcome following brain insult—a systematic review. Brain Behav 16(1). https://doi.org/10.1002/brb3.71173 + + + Mahley RW (Apr. 1988) Apolipoprotein E: cholesterol transport protein with expanding role in cell biology. Science 240(4852):622–630. https://doi.org/10.1126/science.3283935 + + + Zhao N, Liu C-C, Qiao W, Bu G (2018) Receptors, and Modulation of Alzheimer’s Disease. Biol Psychiatry 83(4):347–357. https://doi.org/10.1016/j.biopsych.2017.03.003 + + 10.1016/j.biopsych.2017.03.003 + 28434655 + + + + Mahley RW, Huang Y (Dec. 2012) Apolipoprotein e sets the stage: response to injury triggers neuropathology. Neuron 76(5):871–85. https://doi.org/10.1016/j.neuron.2012.11.020 + + + Genin E et al (2011) APOE and Alzheimer disease: a major gene with semi-dominant inheritance. Mol Psychiatry 16(9):903–907. https://doi.org/10.1038/mp.2011.52 + + 10.1038/mp.2011.52 + 21556001 + 3162068 + + + + Kuo M-C et al (2025) Impact of APOE genotype on neurocognition following conformal whole brain radiotherapy for brain metastases: a post hoc analysis of phase II randomized trial + + + Davignon J, Gregg RE, Sing CF (Jan. 1988) Apolipoprotein E polymorphism and atherosclerosis. Arteriosclerosis: Official J Am Heart Association Inc 8(1):1–21. https://doi.org/10.1161/01.ATV.8.1.1 + + + Sing CF, Moll PP (Jan. 1989) Genetics of variability of CHD risk. Int J Epidemiol 18(Suppl_1):S183–S195. https://doi.org/10.1093/ije/18.Supplement_1.S183 + + + Claus JJ, Rosbergen MT, Labrecque JA, Vernooij MW, Wolters FJ, Ikram MA (Jun. 2025) Mediation of the association between APOE ε4 genotype, cognition, and dementia by neuropathology imaging markers in the rotterdam study. Neurology 104(11):e213679. https://doi.org/10.1212/WNL.0000000000213679 + + + Chang EL et al (Nov. 2009) Neurocognition in patients with brain metastases treated with radiosurgery or radiosurgery plus whole-brain irradiation: a randomised controlled trial. Lancet Oncol 10(11):1037–1044. https://doi.org/10.1016/S1470-2045(09)70263-3 + + + Ahles TA et al (Sep. 2003) The relationship of APOE genotype to neuropsychological performance in long-term cancer survivors treated with standard dose chemotherapy. Psychooncology 12(6):612–9. https://doi.org/10.1002/pon.742 + + + Huntoon K et al (Jun. 2023) Association of circulating markers with cognitive decline after radiation therapy for brain metastasis. Neuro Oncol 25(6)1123–1131. https://doi.org/10.1093/neuonc/noac262 + + + Sienski G et al (Mar. 2021) APOE4 disrupts intracellular lipid homeostasis in human iPSC-derived glia. Sci Transl Med 13(583):eaaz4564. https://doi.org/10.1126/scitranslmed.aaz4564 + + + Chu C-S et al (2018) Use of statins and the risk of dementia and mild cognitive impairment: A systematic review and meta-analysis. Sci Rep 8(1):5804. https://doi.org/10.1038/s41598-018-24248-8 + + 10.1038/s41598-018-24248-8 + 29643479 + 5895617 + + + + Cacciapuoti F (May 2021) What could be the most advantageous therapeutic approach to avoid both arterial and venous thrombosis in hyperhomocysteinemia? Curr Cardiol Rev 17(2):171–172 + + + Maron BA, Loscalzo J (2009) The treatment of hyperhomocysteinemia. Annu Rev Med 60(60)39–54. https://doi.org/10.1146/annurev.med.60.041807.123308 + + + Stokes TB et al (Feb. 2015) White matter changes in breast cancer brain metastases patients who undergo radiosurgery alone compared to whole brain radiation therapy plus radiosurgery. J Neurooncol 121(3):583–590. https://doi.org/10.1007/s11060-014-1670-4 + + + Prust MJ et al (Aug. 2015) Standard chemoradiation for glioblastoma results in progressive brain volume loss. Neurology 85(8):683–691. https://doi.org/10.1212/WNL.0000000000001861 + + + Tangalos EG et al (Sep. 1996) The Mini-Mental State Examination in general medical practice: clinical utility and acceptance. Mayo Clin Proc 71(9):829–37. https://doi.org/10.4065/71.9.829 + + + Sabsevitz DS et al (2013) The role of pre-treatment white matter abnormalities in developing white matter changes following whole brain radiation: a volumetric study. J Neurooncol 114(3):291–297. https://doi.org/10.1007/s11060-013-1181-8 + + 10.1007/s11060-013-1181-8 + 23813291 + + + + +
+ + + 42207333 + + 2026 + 05 + 28 + + + 2026 + 05 + 28 + +
+ + 1559-1174 + + 28 + 1 + + 2026 + May + 28 + + + Neuromolecular medicine + Neuromolecular Med + + Neuropilins in Multiple Sclerosis: Dual Roles of NRP-1 in Neuroinflammation and Neuroprotection. + 30 + 10.1007/s12017-026-08918-9 + + Neuropilins (NRPs), particularly NRP-1, are multifunctional co-receptors involved in neuroinflammatory and neuroprotective processes. Altered NRP expression has been observed in multiple sclerosis (MS) lesions and peripheral circulation, suggesting early involvement in disease progression. This review addresses the dual role of NRPs in MS and experimental autoimmune encephalomyelitis (EAE), emphasizing expression patterns, signaling pathways, and therapeutic interventions. NRP-1 is expressed by endothelial cells, microglia, and macrophages, while Sema3A, a key ligand, is produced by reactive astrocytes and contributes to a non-regenerative microenvironment. NRP-1 is involved in regulating blood-brain barrier (BBB) integrity, contributes to leukocyte trafficking, and modulates inflammatory signaling via the IFN-γ-STAT1-CXCL10 axis. In EAE, endothelial-specific NRP-1 deletion reduces disease severity, demyelination, and immune infiltration. Immunologically, NRP-1 governs interactions among T cells, dendritic cells, and macrophages, facilitating regulatory T cell (Treg) function and peripheral tolerance. Trogocytosis-mediated NRP-1 transfer from dendritic cells to T cells and polysialylated NRP-2 on dendritic cells further influence immune modulation. Tuftsin, a tetrapeptide targeting NRP-1, promotes anti-inflammatory microglial polarization and Treg activation, improving EAE outcomes. Therapeutic interventions, such as Bu-Shen-Yi-Sui Capsule (BSYSC), FTX-101 (a Sema3A-NRP-1 inhibitor), and tuftsin restore BBB function, reduce inflammation, enhance remyelination, and improve clinical scores. NRP-1 signaling thus exhibits context-dependent dual roles: promoting inflammatory cascades while enabling neuroprotection through regulatory immune networks and oligodendrocyte precursor cell support, highlighting NRP-1 as a therapeutic target in MS. + © 2026. The Author(s), under exclusive licence to Springer Science+Business Media, LLC, part of Springer Nature. + + + + Goleij + Pouya + P + + USERN Office, Kermanshah University of Medical Sciences, Kermanshah, 6715847141, Iran. medgenetic.1991@gmail.com. + + + + Babamohamadi + Mehregan + M + + Department of Biology, School of Natural Sciences, University of Tabriz, Tabriz, Iran. + + + + Heidari + Mohammad Mahdi + MM + + Department of Pediatrics, School of Medicine, Iran University of Medical Sciences, Tehran, Iran. + + + Aliasghar Clinical Research Development Center, Department of Pediatrics, School of Medicine, University of Medical Sciences, Tehran, Iran. + + + + Khazeei Tabari + Mohammad Amin + MA + + Student Research Committee, School of Medicine, Mazandaran University of Medical Sciences, Mazandaran, 4815733971, Iran. + + + + Abolfazli + Sajad + S + + Student Research Committee, School of Pharmacy, Mazandaran University of Medical Sciences, Mazandaran, 4815733971, Iran. + + + + Mohammadi + Soroush + S + + Department of Pharmacodynamics and Toxicology, School of Pharmacy, Mashhad University of Medical Sciences, Mashhad, 9177948564, Iran. + + + + Majma Sanaye + Pantea + P + + School of Pharmacy, Zanjan University of Medical Sciences, Zanjan, 4513956184, Iran. + + + + Arefnezhad + Reza + R + + Student Research Committee, Shiraz University of Medical Sciences, Shiraz, Iran. Reza.aref1374@gmail.com. + + + + Aschner + Michael + M + + Department of Molecular Pharmacology, Albert Einstein College of Medicine, Forchheimer 209, 1300 Morris Park Avenue, Bronx, NY, 10461, USA. + + + + Khan + Haroon + H + + Department of Pharmacy, Faculty of Chemical and Life Sciences, Abdul Wali Khan University, Mardan, Mardan, 23200, Pakistan. haroonkhan@awkum.edu.pk. + + + Department of Pharmacy, Korea University, Sejong, 20019, South Korea. haroonkhan@awkum.edu.pk. + + + + Rezaei Tavirani + Mostafa + M + + Proteomics Research Center, System Biology Institute, Faculty of Paramedical Sciences, Shahid Beheshti University of Medical Sciences, Tehran, Iran. + + + + Movafagh + Abolfazl + A + + Proteomics Research Center, Department of Medical Genetics, School of Medicine, Shahid Beheshti University of Medical Sciences, Tehran, Iran. movafagh.a@sbmu.ac.ir. + + + + eng + + Journal Article + Review + + + 2026 + 05 + 28 + +
+ + United States + Neuromolecular Med + 101135365 + 1535-1084 + + + + 144713-63-3 + Neuropilin-1 + + + 0 + Semaphorin-3A + + + 0 + Neuropilins + + + 0 + Neuroprotective Agents + + + IM + + + Neuropilin-1 + physiology + genetics + antagonists & inhibitors + immunology + + + Animals + + + Humans + + + Multiple Sclerosis + immunology + metabolism + drug therapy + + + Encephalomyelitis, Autoimmune, Experimental + immunology + drug therapy + metabolism + + + Blood-Brain Barrier + + + Neuroprotection + + + Semaphorin-3A + physiology + + + Signal Transduction + + + Neuroinflammatory Diseases + + + Neuropilins + physiology + + + Neuroprotective Agents + therapeutic use + + + Dendritic Cells + + + T-Lymphocytes, Regulatory + immunology + + + Macrophages + + + + Blood-brain barrier + NRP-1 + Neuroinflammation + Neuroprotection + + Declarations. Competing interests: The authors declare no competing interests. Ethics Approval and Consent to Participate: Not applicable. Consent for Publication: Not applicable. Use of Large Language Models, AI and Machine Learning Tools: During the preparation of this work the authors used ChatGPT and DeepSeek in order to check for grammar mistakes and to improve the readability of the work. After using this tool/service, the authors reviewed and edited the content as needed. +
+ + + + 2026 + 5 + 28 + 12 + 34 + + + 2026 + 5 + 28 + 12 + 33 + + + 2025 + 10 + 26 + + + 2026 + 2 + 25 + + + 2026 + 5 + 28 + 11 + 16 + + + epublish + + 42207333 + 10.1007/s12017-026-08918-9 + 10.1007/s12017-026-08918-9 + + + + Agnello, L., & Ciaccio, M. (2022). Neurodegenerative Diseases: From Molecular Basis to Therapy. International Journal of Molecular Sciences, 23(21), 12854. + + 36361643 + 9654859 + 10.3390/ijms232112854 + + + + Agnello, L., Gambino, C. M., Lo Sasso, B., Bivona, G., Milano, S., Ciaccio, A. M., et al. (2021). Neurogranin as a novel biomarker in Alzheimer’s disease. Laboratory Medicine, 52(2), 188–196. + + 32926148 + 10.1093/labmed/lmaa062 + + + + Andrews, W. D., Barber, M., Nemitz, M., Memi, F., & Parnavelas, J. G. (2017). Semaphorin3A–neuropilin1 signalling is involved in the generation of cortical interneurons. Brain Structure and Function, 222, 2217–2233. + + 27858201 + 10.1007/s00429-016-1337-3 + + + + Aung, N. Y., Ohe, R., Meng, H., Kabasawa, T., Yang, S., Kato, T., et al. (2016). Specific neuropilins expression in alveolar macrophages among tissue-specific macrophages. PLoS One, 11(2), e0147358. + + 26900851 + 4764655 + 10.1371/journal.pone.0147358 + + + + Bagnard, D., Sainturet, N., Meyronet, D., Perraut, M., Miehe, M., Roussel, G., et al. (2004). Differential MAP kinases activation during semaphorin3A-induced repulsion or apoptosis of neural progenitor cells. Molecular and Cellular Neuroscience, 25(4), 722–731. + + 15080899 + 10.1016/j.mcn.2003.12.007 + + + + Balistreri, G., Yamauchi, Y., & Teesalu, T. (2021). A widespread viral entry mechanism: The C-end Rule motif–neuropilin receptor interaction. Proceedings of the National Academy of Sciences, 118(49), e2112457118. + + 10.1073/pnas.2112457118 + + + + Bhasin, M., Wu, M., & Tsirka, S. E. (2007). Modulation of microglial/macrophage activation by macrophage inhibitory factor (TKP) or tuftsin (TKPR) attenuates the disease course of experimental autoimmune encephalomyelitis. Bmc Immunology, 8, 10. + + 17634104 + 1937009 + 10.1186/1471-2172-8-10 + + + + Binamé, F., Leguay, K., Spenlé, C., Van Der Heyden, M., Kent, O. A., Mancini, J., et al. (2025). Disruption of Plexin-A1 signaling by FTX-101: mode of action and effect on oligodendrocyte biology. Biomedicine & Pharmacotherapy, 188, 118186. + + 10.1016/j.biopha.2025.118186 + + + + Bourbié-Vaudaine, S., Blanchard, N., Hivroz, C., & Roméo, P-H. (2006). Dendritic cells can turn CD4 + T lymphocytes into vascular endothelial growth factor-carrying cells by intercellular neuropilin-1 transfer. The Journal of Immunology, 177(3), 1460–1469. + + 16849452 + 10.4049/jimmunol.177.3.1460 + + + + Boyd, A., Zhang, H., & Williams, A. (2013). Insufficient OPC migration into demyelinated lesions is a cause of poor remyelination in MS and mouse models. Acta neuropathologica, 125, 841–859. + + 23595275 + 3661931 + 10.1007/s00401-013-1112-y + + + + Bynoe, M. (2013). Neuropilin-1 immune regulation is mediated by the mTOR pathway (P1099). The Journal of Immunology, 190(1_Supplement), 1221–1221. + + 10.4049/jimmunol.190.Supp.122.1 + + + + Bynoe, M., Solomon, B., Chae, W., Mueller, C., & Alabanza, L. (2010). Neuropilin-1 is important for proper suppression of inflammation and autoreactivity (143.23). The Journal of Immunology, 184(1_Supplement), 14323–14323. + + 10.4049/jimmunol.184.Supp.143.23 + + + + Bynoe, M., Solomon, B., Mueller, C., Chae, W-J., & Alabanza, L. (2011). Neuropilin-1 is a potent negative regulator of CD4 T cell responses (168.21). The Journal of Immunology, 186(1_Supplement), 16821–16821. + + 10.4049/jimmunol.186.Supp.168.21 + + + + Campos-Mora, M., Morales, R. A., Gajardo, T., Catalan, D., & Pino-Lagos, K. (2013). Neuropilin-1 in transplantation tolerance. Frontiers in Immunology, 4-405. + + + Casazza, A., Laoui, D., Wenes, M., Rizzolio, S., Bassani, N., Mambretti, M., et al. (2013). Impeding macrophage entry into hypoxic tumor areas by Sema3A/Nrp1 signaling blockade inhibits angiogenesis and restores antitumor immunity. Cancer cell, 24(6), 695–709. + + 24332039 + 10.1016/j.ccr.2013.11.007 + + + + Charabati, M., Wheeler, M. A., Weiner, H. L., & Quintana, F. J. (2023). Multiple sclerosis: Neuroimmune crosstalk and therapeutic targeting. Cell, 186(7), 1309–1327. + + 37001498 + 10119687 + 10.1016/j.cell.2023.03.008 + + + + Chekol Abebe, E., Mengie Ayele, T., Tilahun Muche, Z., & Asmamaw Dejenie, T. (2021). Neuropilin 1: a novel entry factor for SARS-CoV-2 infection and a potential therapeutic target. Biologics: Targets and Therapy, 143 – 52. + + + Cheng, Y-J., Lin, C-H., & Lane, H-Y. (2021). From menopause to neurodegeneration—molecular basis and potential therapy. International journal of molecular sciences, 22(16), 8654. + + 34445359 + 8395405 + 10.3390/ijms22168654 + + + + Chen, J-H., Ke, K-F., Lu, J-H., Qiu, Y-H., & Peng, Y-P. (2015). Protection of TGF-β1 against neuroinflammation and neurodegeneration in Aβ1–42-induced Alzheimer’s disease model rats. PloS one, 10(2), e0116549. + + 25658940 + 4319949 + 10.1371/journal.pone.0116549 + + + + Chen, W., Huang, W., Xue, Y., Chen, Y., Qian, W., Ma, J. (2022). Neuropilin-1 identifies a new subpopulation of TGF-β-Induced Foxp3 + Regulatory T Cells with potent suppressive function and enhanced stability during inflammation. Frontiers in Immunology, 13, 900139. + + + Chen, X., Liu, Z., Cao, B-B., Qiu, Y-H., & Peng, Y-P. (2017). TGF-β1 neuroprotection via inhibition of microglial activation in a rat model of Parkinson’s disease. Journal of Neuroimmune Pharmacology, 12(3), 433–446. + + 28429275 + 10.1007/s11481-017-9732-y + + + + Costa, C., Martínez-Sáez, E., Gutiérrez-Franco, A., Eixarch, H., Castro, Z., Ortega-Aznar, A., et al. (2015). Expression of semaphorin 3A, semaphorin 7A and their receptors in multiple sclerosis lesions. Multiple Sclerosis Journal, 21(13), 1632–1643. + + 26432853 + 10.1177/1352458515599848 + + + + Curreli, S., Arany, Z., Gerardy-Schahn, R., Mann, D., & Stamatos, N. M. (2007). Polysialylated neuropilin-2 is expressed on the surface of human dendritic cells and modulates dendritic cell-T lymphocyte interactions. Journal of Biological Chemistry, 282(42), 30346–30356. + + 17699524 + 10.1074/jbc.M702965200 + + + + Dash, U. C., Bhol, N. K., Swain, S. K., Samal, R. R., Nayak, P. K., Raina, V. (2024). Oxidative stress and inflammation in the pathogenesis of neurological disorders: Mechanisms and implications. Acta Pharmaceutica Sinica B, 15(1), 15-34. + + + Delgoffe, G. M., Woo, S-R., Turnis, M. E., Gravano, D. M., Guy, C., Overacre, A. E., et al. (2013). Stability and function of regulatory T cells is maintained by a neuropilin-1–semaphorin-4a axis. Nature, 501(7466), 252–256. + + 23913274 + 3867145 + 10.1038/nature12428 + + + + de Sèze, J., Maillart, E., Gueguen, A., Laplaud, D. A., Michel, L., Thouvenot, E., et al. (2023). Anti-CD20 therapies in multiple sclerosis: From pathology to the clinic. Frontiers in Immunology, 14, 1004795. + + 37033984 + 10076836 + 10.3389/fimmu.2023.1004795 + + + + DeVito, N. C., Plebanek, M. P., Theivanthiran, B., & Hanks, B. A. (2019). Role of Tumor-Mediated Dendritic Cell Tolerization in Immune Evasion. Frontiers In Immunology, 10, 2876. + + 31921140 + 6914818 + 10.3389/fimmu.2019.02876 + + + + Dönder,A., Özdemi̇r, H. H., & Aslanhan H. (2020). Serum anjiogenesis factors of neuropilin-1 and neuropilin-2 levels in clinically isolated syndrome and relapsing-remitting multiple sclerosis patients. https://doi.org/10.21203/rs.3.rs-67589/v1 + + + Domingues, A., & Fantin, A. (2021). Neuropilin 1 regulation of vascular permeability signaling. Biomolecules, 11(5), 666. + + 33947161 + 8146136 + 10.3390/biom11050666 + + + + Dumond, A., & Pagès, G. (2020). Neuropilins, as relevant oncology target: Their role in the tumoral microenvironment. Frontiers in Cell and Developmental Biology, 8, 662. + + 32766254 + 7380111 + 10.3389/fcell.2020.00662 + + + + Eisenberg, C. B. (2022). The Role of Neuropilin-2 in Excitatory and Inhibitory Neuron Development, Morphogenesis and Function. Rutgers The State University of New Jersey, Graduate School-Newark. + + + Falcicchia, C., Tozzi, F., Arancio, O., Watterson, D. M., & Origlia, N. (2020). Involvement of p38 MAPK in synaptic function and dysfunction. International journal of molecular sciences, 21(16), 5624. + + 32781522 + 7460549 + 10.3390/ijms21165624 + + + + Ford, H. (2020). Clinical presentation and diagnosis of multiple sclerosis. Clinical Medicine, 20(4), 380–383. + + 32675142 + 7385797 + 10.7861/clinmed.2020-0292 + + + + Gavazzi, I. (2001). Semaphorin-neuropilin-1 interactions in plasticity and regeneration of adult neurons. Cell and tissue research, 305, 275–284. + + 11545265 + 10.1007/s004410100365 + + + + Glinka, Y., Stoilova, S., Mohammed, N., & Prud’homme, G. J. (2011). Neuropilin-1 exerts co-receptor function for TGF-beta-1 on the membrane of cancer cells and enhances responses to both latent and active TGF-beta. Carcinogenesis, 32(4), 613–621. + + 21186301 + 10.1093/carcin/bgq281 + + + + Grun, D., Adhikary, G., & Eckert, R. L. (2019). NRP-1 interacts with GIPC1 and SYX to activate p38 MAPK signaling and cancer stem cell survival. Molecular carcinogenesis, 58(4), 488–499. + + 30456845 + 10.1002/mc.22943 + + + + Gullotta, G. S., Costantino, G., Sortino, M. A., & Spampinato, S. F. (2023). Microglia and the blood–brain barrier: An external player in acute and chronic neuroinflammatory conditions. International Journal of Molecular Sciences, 24(11), 9144. + + 37298096 + 10252410 + 10.3390/ijms24119144 + + + + Guo, T., Chen, M., Liu, J., Wei, Z., Yuan, J., Wu, W., et al. (2023). Neuropilin-1 promotes mitochondrial structural repair and functional recovery in rats with cerebral ischemia. Journal of translational medicine, 21(1), 297. + + 37138283 + 10155168 + 10.1186/s12967-023-04125-3 + + + + Gutiérrez-Franco, A., Costa, C., Eixarch, H., Castillo, M., Medina-Rodríguez, E. M., Bribián, A., et al. (2016). Differential expression of sema3A and sema7A in a murine model of multiple sclerosis: Implications for a therapeutic design. Clinical Immunology, 163, 22–33. + + 26686462 + 10.1016/j.clim.2015.12.005 + + + + Haase, S., & Linker, R. A. (2021). Inflammation in multiple sclerosis. Therapeutic Advances in Neurological Disorders, 14, 17562864211007687. + + 33948118 + 8053832 + 10.1177/17562864211007687 + + + + Haki, M., Al-Biati, H. A., Al-Tameemi, Z. S., Ali, I. S., & Al-Hussaniy, H. A. (2024). Review of multiple sclerosis: Epidemiology, etiology, pathophysiology, and treatment. Medicine, 103(8), e37297. + + 38394496 + 10883637 + 10.1097/MD.0000000000037297 + + + + Hamzeh, O., Rabiei, F., Shakeri, M., Parsian, H., Saadat, P., & Rostami-Mansoor, S. (2023). Mitochondrial dysfunction and inflammasome activation in neurodegenerative diseases: Mechanisms and therapeutic implications. Mitochondrion, 73, 72–83. + + 10.1016/j.mito.2023.10.003 + + + + Han, H. J., Rubio-Alarcon, M., Allen, T., Lee, S., & Rahman, T. (2025). Differential neuropilin isoform expressions highlight plasticity in macrophages in the heterogenous TME through in-silico profiling. Frontiers In Immunology, 16, 1547330. + + 40134439 + 11933088 + 10.3389/fimmu.2025.1547330 + + + + Harman, J. L., Sayers, J., Chapman, C., & Pellet-Many, C. (2020). Emerging roles for neuropilin-2 in cardiovascular disease. International journal of molecular sciences, 21(14), 5154. + + 32708258 + 7404143 + 10.3390/ijms21145154 + + + + Hauser, S. L., & Cree, B. A. (2020). Treatment of multiple sclerosis: a review. The American journal of medicine, 133(12), 1380–1390. e2. + + 32682869 + 7704606 + 10.1016/j.amjmed.2020.05.049 + + + + Hermanson, E., Borgius, L., Bergsland, M., Joodmardi, E., & Perlmann, T. (2006). Neuropilin1 is a direct downstream target of Nurr1 in the developing brain stem. Journal of neurochemistry, 97(5), 1403–1411. + + 16638018 + 10.1111/j.1471-4159.2006.03829.x + + + + Huang, J., & Zhang, S. (2021). Overexpressed neuropilin-1 in endothelial cells promotes endothelial permeability through interaction with ANGPTL4 and VEGF in Kawasaki disease. Mediators of inflammation, 2021(1), 9914071. + + 34434074 + 8380503 + 10.1155/2021/9914071 + + + + Imai, F., & Yoshida, Y. (2015). Axon guidance in the spinal cord. Semaphorins: a diversity of emerging physiological and pathological activities, 39–63. + + + Islam, R., Mishra, J., Bodas, S., Bhattacharya, S., Batra, S. K., Dutta, S., et al. (2022). Role of Neuropilin-2-mediated signaling axis in cancer progression and therapy resistance. Cancer and Metastasis Reviews, 41(3), 771–787. + + 35776228 + 9247951 + 10.1007/s10555-022-10048-0 + + + + Ivakhnitskaia, E., Chin, M. R., Siegel, D., & Guaiquil, V. H. (2021). Vinaxanthone inhibits Semaphorin3A induced axonal growth cone collapse in embryonic neurons but fails to block its growth promoting effects on adult neurons. Scientific Reports, 11(1), 13019. + + 34155284 + 8217491 + 10.1038/s41598-021-92375-w + + + + Jiang, T., Zhang, G., Liang, Y., Cai, Z., Liang, Z., Lin, H., et al. (2020). PlexinA3 interacts with CRMP2 to mediate Sema3A signalling during dendritic growth in cultured cerebellar granule neurons. Neuroscience, 434, 83–92. + + 32068081 + 10.1016/j.neuroscience.2020.02.008 + + + + Kakhaki, R. D., Kouchaki, E., Dadgostar, E., Behnam, M., Tamtaji, O. R., Nikoueinejad, H., et al. (2020). The correlation of helios and neuropilin-1 frequencies with parkinson disease severity. Clinical Neurology and Neurosurgery, 192, 105833. + + 10.1016/j.clineuro.2020.105833 + + + + Khdour, H. Y. (2022). Role of Semaphorin3F Signaling in the Development and Maintenance Functional Neuronal Connectivity in the Mouse Primary Visual Cortex. Rutgers The State University of New Jersey, Graduate School-Newark. + + + Khoury, Z. S., Sohail, F., Wang, J., Mendoza, M., Raake, M., Silat, M. T. (2024). Neuroinflammation: A critical factor in neurodegenerative disorders. Cureus. 16(6), e62310. + + + Kiermaier, E., Moussion, C., Veldkamp, C. T., Gerardy-Schahn, R., De Vries, I., Williams, L. G., et al. (2016). Polysialylation controls dendritic cell trafficking by regulating chemokine recognition. Science, 351(6269), 186–190. + + 26657283 + 10.1126/science.aad0512 + + + + Kim, S., Jung, U. J., & Kim, S. R. (2024). Role of oxidative stress in blood–brain barrier disruption and neurodegenerative diseases. Antioxidants, 13(12), 1462. + + 39765790 + 11673141 + 10.3390/antiox13121462 + + + + Kim, S., Jung, U. J., & Kim, S. R. (2025). The crucial role of the blood–brain barrier in neurodegenerative diseases: mechanisms of disruption and therapeutic implications. Journal of Clinical Medicine, 14(2), 386. + + 39860392 + 11765772 + 10.3390/jcm14020386 + + + + Koropouli, E., Wang, Q., Mejías, R., Hand, R., Wang, T., Ginty, D. D., et al. (2023). Palmitoylation regulates neuropilin-2 localization and function in cortical neurons and conveys specificity to semaphorin signaling via palmitoyl acyltransferases. eLife, 12, e83217. + + 37010951 + 10069869 + 10.7554/eLife.83217 + + + + Królikowska, K., Kurman, N., Błaszczak, K., Ławicki, S., Gudowska-Sawczuk, M., & Zajkowska, M. (2025). The Significance of Neuropilins in Gastrointestinal Cancers. International Journal of Molecular Sciences, 26(10), 4937. + + 40430075 + 12112013 + 10.3390/ijms26104937 + + + + Körner, S., Thau-Habermann, N., Kefalakes, E., Bursch, F., & Petri, S. (2019). Expression of the axon‐guidance protein receptor Neuropilin 1 is increased in the spinal cord and decreased in muscle of a mouse model of amyotrophic lateral sclerosis. European Journal of Neuroscience, 49(11), 1529–1543. + + 30589468 + 10.1111/ejn.14326 + + + + Kuai, F., Zhou, L., Zhou, J., Sun, X., & Dong, W. (2021). Long non-coding RNA THRIL inhibits miRNA-24-3p to upregulate neuropilin-1 to aggravate cerebral ischemia-reperfusion injury through regulating the nuclear factor κB p65 signaling. Aging (albany NY), 13(6), 9071. + + 33675584 + 8034910 + 10.18632/aging.202762 + + + + Kumanogoh, A., & Kikutani, H. (2013). Immunological functions of the neuropilins and plexins as receptors for semaphorins. Nature reviews Immunology, 13(11), 802–814. + + 24319778 + 10.1038/nri3545 + + + + Kumar, A., Narayan, R. K., Kumar, S., Pareek, V., Kumari, C., Jha, R. K., et al. (2022). NRP1 and furin as putative mediators of SARS-CoV-2 entry into human brain cells. Re: GEN Open, 2(1), 103–109. + + + Lassmann, H. (2018). Multiple sclerosis pathology. Cold Spring Harbor perspectives in medicine, 8(3), a028936. + + 29358320 + 5830904 + 10.1101/cshperspect.a028936 + + + + Li, L., Yang, S-H., Yao, Y., Xie, Y-Q., Yang, Y-Q., Wang, Y-H., et al. (2016). Block of both TGF-β and IL-2 signaling impedes Neurophilin-1 + regulatory T cell and follicular regulatory T cell development. Cell death & disease, 7(10), e2439–e. + + 10.1038/cddis.2016.348 + + + + Liu, R., Du, S., Zhao, L., Jain, S., Sahay, K., Rizvanov, A., et al. (2022). Autoreactive lymphocytes in multiple sclerosis: Pathogenesis and treatment target. Frontiers in Immunology, 13, 996469. + + 36211343 + 9539795 + 10.3389/fimmu.2022.996469 + + + + Li, Z., Jagadapillai, R., Gozal, E., & Barnes, G. (2019). Deletion of semaphorin 3F in interneurons is associated with decreased GABAergic neurons, autism-like behavior, and increased oxidative stress cascades. Molecular Neurobiology, 56, 5520–5538. + + 30635860 + 6614133 + 10.1007/s12035-018-1450-9 + + + + Lull, M. E., & Block, M. L. (2010). Microglial activation and chronic neurodegeneration. Neurotherapeutics, 7(4), 354–365. + + 20880500 + 10.1016/j.nurt.2010.05.014 + + + + Lumb, R., Wiszniak, S., Kabbara, S., Scherer, M., Harvey, N., & Schwarz, Q. (2014). Neuropilins define distinct populations of neural crest cells. Neural development, 9, 1–15. + + 10.1186/1749-8104-9-24 + + + + Masuda, T., & Taniguchi, M. (2016). Contribution of semaphorins to the formation of the peripheral nervous system in higher vertebrates. Cell adhesion & migration, 10(6), 593–603. + + 10.1080/19336918.2016.1243644 + + + + Mayi, B. S., Leibowitz, J. A., Woods, A. T., Ammon, K. A., Liu, A. E., & Raja, A. (2021). The role of Neuropilin-1 in COVID-19. PLoS pathogens, 17(1), e1009153. + + 33395426 + 7781380 + 10.1371/journal.ppat.1009153 + + + + Mendes-da-Cruz DAa, Brignier, A. C., Asnafi, V., Baleydier, F., Messias, C. V., Lepelletier, Y., et al. (2014). Semaphorin 3F and neuropilin-2 control the migration of human T-cell precursors. PloS one, 9(7), e103405. + + 10.1371/journal.pone.0103405 + + + + Meyer, L. A., Fritz, J., Pierdant-Mancera, M., & Bagnard, D. (2016). Current drug design to target the Semaphorin/Neuropilin/Plexin complexes. Cell adhesion & migration, 10(6), 700–708. + + 10.1080/19336918.2016.1261785 + + + + Mone, P., Gambardella, J., Wang, X., Jankauskas, S. S., Matarese, A., & Santulli, G. (2021). miR-24 targets the transmembrane glycoprotein neuropilin-1 in human brain microvascular endothelial cells. Non-coding RNA, 7(1), 9. + + 33540664 + 7931075 + 10.3390/ncrna7010009 + + + + Nagai, J., Baba, R., & Ohshima, T. (2017). CRMPs function in neurons and glial cells: potential therapeutic targets for neurodegenerative diseases and CNS injury. Molecular Neurobiology, 54(6), 4243–4256. + + 27339876 + 10.1007/s12035-016-0005-1 + + + + Nakanishi, T., Fujita, Y., & Yamashita, T. (2019). Neuropilin-1-mediated pruning of corticospinal tract fibers is required for motor recovery after spinal cord injury. Cell Death & Disease, 10(2), 67. + + 10.1038/s41419-019-1338-2 + + + + Nasarre, P., Gemmill, R. M., & Drabkin, H. A. (2014). The emerging role of class-3 semaphorins and their neuropilin receptors in oncology. Onco Targets and Therapy, 7, 1663–1687. + + + Nedaei, K., Hesaraki, M., Mazloomzadeh, S., Totonchi, M., & Biglari, A. R. (2021). Lentiviral Mediated Expression of Soluble Neuropilin 1 Inhibits Semaphorin 3A-mediated Collapse Activity in Vitro. Basic Clin Neurosci, 12(2), 223–232. + + 34925719 + 8672662 + 10.32598/bcn.12.2.1678.1 + + + + Neufeld, G., & Kessler, O. (2017). The neuropilins: role and function in health and disease. Springer. + + + Niland, S., & Eble, J. A. (2019). Neuropilins in the context of tumor vasculature. International journal of molecular sciences, 20(3), 639. + + 30717262 + 6387129 + 10.3390/ijms20030639 + + + + Niland, S., Eble, J. A., & Neuropilin (2020). Handyman and power broker in the tumor microenvironment. Tumor Microenvironment: Signaling Pathways–Part A, 31–67. + + + Nissen, J. C., Selwood, D. L., & Tsirka, S. E. (2013). Tuftsin signals through its receptor neuropilin-1 via the transforming growth factor beta pathway. Journal of neurochemistry, 127(3), 394–402. + + 24033337 + 3805743 + 10.1111/jnc.12404 + + + + Nissen, J. C., & Tsirka, S. E. (2016). Tuftsin-driven experimental autoimmune encephalomyelitis recovery requires neuropilin‐1. Glia, 64(6), 923–936. + + 26880314 + 4833601 + 10.1002/glia.22972 + + + + Nissen, J. C., & Tsirka, S. E. (2016). Tuftsin-driven experimental autoimmune encephalomyelitis recovery requires neuropilin-1. Glia, 64(6), 923–936. + + 26880314 + 4833601 + 10.1002/glia.22972 + + + + Nojima, S., & Kumanogoh, A. (2017). The roles of neuropilins in the immune system. The neuropilins: role and function in health and disease, 151 – 60. + + + Okuno, T., Nakatsuji, Y., & Kumanogoh, A. (2011). The role of immune semaphorins in multiple sclerosis. FEBS letters, 585(23), 3829–3835. + + 21420960 + 10.1016/j.febslet.2011.03.033 + + + + Pan, Q., Chathery, Y., Wu, Y., Rathore, N., Tong, R. K., Peale, F., et al. (2007). Neuropilin-1 binds to VEGF121 and regulates endothelial cell migration and sprouting. Journal of Biological Chemistry, 282(33), 24049–24056. + + 17575273 + 10.1074/jbc.M703554200 + + + + Perez-Miller, S., Patek, M., Moutal, A., Duran, P., Cabel, C. R., Thorne, C. A., et al. (2021). Novel compounds targeting neuropilin receptor 1 with potential to interfere with SARS-CoV-2 virus entry. ACS chemical neuroscience, 12(8), 1299–1312. + + 33787218 + 8029449 + 10.1021/acschemneuro.0c00619 + + + + Prud’homme, G. J., Glinka, Y., Lichner, Z., & Yousef, G. M. (2016). Neuropilin-1 is a receptor for extracellular miRNA and AGO2/miRNA complexes and mediates the internalization of miRNAs that modulate cell function. Oncotarget, 7(42), 68057. + + 27486976 + 5356539 + 10.18632/oncotarget.10929 + + + + Raimondi, C. (2014). Neuropilin-1 enforces extracellular matrix signalling via ABL1 to promote angiogenesis. Biochemical Society Transactions, 42(5), 1429–1434. + + 25233427 + 10.1042/BST20140141 + + + + Raimondi, C., & Ruhrberg, C. (Eds.). (2013). Neuropilin signalling in vessels, neurons and tumours. Seminars in cell & developmental biology. Elsevier. + + + Renand, A., Milpied, P., Rossignol, J., Bruneau, J., Lemonnier, F., Dussiot, M., et al. (2013). Neuropilin-1 expression characterizes T follicular helper (Tfh) cells activated during B cell differentiation in human secondary lymphoid organs. PLoS One, 8(12), e85589. + + 24386482 + 3875584 + 10.1371/journal.pone.0085589 + + + + Rey-Gallardo, A., Delgado-Martín, C., Gerardy-Schahn, R., Rodríguez-Fernández, J. L., & Vega, M. A. (2011). Polysialic acid is required for neuropilin-2a/b-mediated control of CCL21-driven chemotaxis of mature dendritic cells and for their migration in vivo. Glycobiology, 21(5), 655–662. + + 21199821 + 10.1093/glycob/cwq216 + + + + Rey-Gallardo, A., Escribano, C., Delgado-Martín, C., Rodriguez-Fernández, J. L., Gerardy-Schahn, R., Rutishauser, U., et al. (2010). Polysialylated neuropilin-2 enhances human dendritic cell migration through the basic C-terminal region of CCL21. Glycobiology, 20(9), 1139–1146. + + 20488940 + 10.1093/glycob/cwq078 + + + + Rizzolio, S., & Tamagnone, L. (2017). Neuropilins as signaling hubs, controlling tyrosine kinases and other cell surface receptors. The neuropilins: role and function in health and disease (pp. 23–39). Springer. + + + Roy, S., Bag, A. K., Singh, R. K., Talmadge, J. E., Batra, S. K., & Datta, K. (2017). Multifaceted role of neuropilins in the immune system: Potential targets for immunotherapy. Frontiers In Immunology, 8, 1228. + + 29067024 + 5641316 + 10.3389/fimmu.2017.01228 + + + + Roy, S., Bag, A. K., Singh, R. K., Talmadge, J. E., Batra, S. K., & Datta, K. (2017). Multifaceted Role of Neuropilins in the Immune System: Potential Targets for Immunotherapy. Frontiers in Immunology, 8– 1228. + + + Severini, C. (2022). Neurotrophic factors in health and disease (p. 47). MDPI. + + + Shiflett, M. W., Martinez, E., Khdour, H., & Tran, T. S. (2017). Functions of neuropilins in wiring the nervous system and their role in neurological disorders. In G. Neufeld, & O. Kessler (Eds.), The Neuropilins: Role and Function in Health and Disease (pp. 125–149). Springer International Publishing. + + + Shikhagaie, M. M., Björklund, Å. K., Mjösberg, J., Erjefält, J. S., Cornelissen, A. S., Ros, X. R., et al. (2017). Neuropilin-1 is expressed on lymphoid tissue residing LTi-like group 3 innate lymphoid cells and associated with ectopic lymphoid aggregates. Cell Reports, 18(7), 1761–1773. + + 28199847 + 5318658 + 10.1016/j.celrep.2017.01.063 + + + + Shu, S., Jiang, M., Deng, X., Yue, W., Cao, X., Zhang, K., et al. (2023). Heterochromatic silencing of immune-related genes in glia is required for BBB integrity and normal lifespan in drosophila. Aging Cell, 22(10), e13947. + + 37594178 + 10577565 + 10.1111/acel.13947 + + + + SolomonBD, Mueller, C., Chae, W-J., Alabanza, L. M., & Bynoe, M. S. (2011). Neuropilin-1 attenuates autoreactivity in experimental autoimmune encephalomyelitis. Proceedings of the National Academy of Sciences, 108(5), 2040–2045. + + 10.1073/pnas.1008721108 + + + + Song, X., Ma, F., & Herrup, K. (2021). DNA damage-induced neuroinflammation in neurodegenerative disease. Alzheimer’s & Dementia, 17, e055175. + + 10.1002/alz.055175 + + + + Sonninen, T-M., Goldsteins, G., Laham-Karam, N., Koistinaho, J., & Lehtonen, Š. (2020). Proteostasis disturbances and inflammation in neurodegenerative diseases. Cells, 9(10), 2183. + + 32998318 + 7601929 + 10.3390/cells9102183 + + + + Stamatos, N. M., Zhang, L., Jokilammi, A., Finne, J., Chen, W. H., El-Maarouf, A., et al. (2014). Changes in polysialic acid expression on myeloid cells during differentiation and recruitment to sites of inflammation: role in phagocytosis. Glycobiology, 24(9), 864–879. + + 24865221 + 4116047 + 10.1093/glycob/cwu050 + + + + Storkebaum, E., & Carmeliet, P. (2004). VEGF: a critical player in neurodegeneration. The Journal of clinical investigation, 113(1), 14–18. + + 14702101 + 300888 + 10.1172/JCI20682 + + + + Subramanian, D., Eisenberg, C., Huang, A., Baek, J., Naveed, H., Komatireddy, S. (2025). Dysregulation of neuropilin-2 expression in inhibitory neurons impairs hippocampal circuit development and enhances risk for autism-related behaviors and seizures. Molecular Psychiatry, 30, 2799-2809. + + + Sun, X., Li, L., Dong, Q-X., Zhu, J., Huang, Y., Hou, S., et al. (2021). Rutin prevents tau pathology and neuroinflammation in a mouse model of Alzheimer’s disease. Journal of neuroinflammation, 18(1), 131. + + 34116706 + 8196535 + 10.1186/s12974-021-02182-3 + + + + Syed, Y. A., Hand, E., Möbius, W., Zhao, C., Hofer, M., Nave, K. A., et al. (2011). Inhibition of CNS Remyelination by the Presence of Semaphorin 3A. The Journal of Neuroscience, 31(10), 3719. + + 21389227 + 6622776 + 10.1523/JNEUROSCI.4930-10.2011 + + + + Takamatsu, H., Takegahara, N., Nakagawa, Y., Tomura, M., Taniguchi, M., Friedel, R. H., et al. (2010). Semaphorins guide the entry of dendritic cells into the lymphatics by activating myosin II. Nature immunology, 11(7), 594–600. + + 20512151 + 3045806 + 10.1038/ni.1885 + + + + Teleanu, D. M., Niculescu, A-G., Lungu, I. I., Radu, C. I., Vladâcenco, O., Roza, E., et al. (2022). An overview of oxidative stress, neuroinflammation, and neurodegenerative diseases. International journal of molecular sciences, 23(11), 5938. + + 35682615 + 9180653 + 10.3390/ijms23115938 + + + + Tesseur, I., Zou, K., Esposito, L., Bard, F., Berber, E., Van Can, J., et al. (2006). Deficiency in neuronal TGF-β signaling promotes neurodegeneration and Alzheimer’s pathology. The Journal of clinical investigation, 116(11), 3060–3069. + + 17080199 + 1626127 + 10.1172/JCI27341 + + + + Thiel, V. E., & Audus, K. L. (2001). Nitric oxide and blood–brain barrier integrity. Antioxidants and Redox Signaling, 3(2), 273–278. + + 11396481 + 10.1089/152308601300185223 + + + + Thompson, K. K., Nissen, J. C., Pretory, A., & Tsirka, S. E. (2018). Tuftsin Combines With Remyelinating Therapy and Improves Outcomes in Models of CNS Demyelinating Disease. Frontiers In Immunology, 9, 2784. + + 30555470 + 6283261 + 10.3389/fimmu.2018.02784 + + + + Toledano, S., Nir-Zvi, I., Engelman, R., Kessler, O., & Neufeld, G. (2019). Class-3 semaphorins and their receptors: potent multifunctional modulators of tumor progression. International journal of molecular sciences, 20(3), 556. + + 30696103 + 6387194 + 10.3390/ijms20030556 + + + + Varanasi, S. M., Gulani, Y., Rachamala, H. K., Mukhopadhyay, D., & Angom, R. S. (2025). Neuropilin-1: A Multifaceted Target for Cancer Therapy. Current Oncology, 32(4), 203. + + 40277760 + 12025621 + 10.3390/curroncol32040203 + + + + Verlinden, L., Doms, S., Janssens, I., Meyer, M. B., Pike, J. W., Carmeliet, G., et al. (2023). Neuropilin 2 in osteoblasts regulates trabecular bone mass in male mice. Frontiers in Endocrinology, 14, 1223021. + + 37600714 + 10436209 + 10.3389/fendo.2023.1223021 + + + + Wang, G., Shi, B., Fu, Y., Zhao, S., Qu, K., Guo, Q., et al. (2019). Hypomethylated gene NRP1 is co-expressed with PDGFRB and associated with poor overall survival in gastric cancer patients. Biomedicine & Pharmacotherapy, 111, 1334–1341. + + 10.1016/j.biopha.2019.01.023 + + + + Wang, R., Lan, C., Benlagha, K., Camara, N. O. S., Miller, H., Kubo, M., et al. (2024). The interaction of innate immune and adaptive immune system. MedComm, 5(10), e714. + + 39286776 + 11401974 + 10.1002/mco2.714 + + + + Wang, Y., Cao, Y., Mangalam, A. K., Guo, Y., LaFrance-Corey, R. G., Gamez, J. D., et al. (2016). Neuropilin-1 modulates interferon-γ-stimulated signaling in brain microvascular endothelial cells. Journal of cell science, 129(20), 3911–3921. + + 27591257 + 5087664 + 10.1242/jcs.190702 + + + + Wedel, J., Kochupurakkal, N., Kong, S. W., Bose, S., Lee, J. W., Maslyar, M., et al. (2025). Neuropilin-2 functions as a coinhibitory receptor to regulate antigen-induced inflammation and allograft rejection. Journal of Clinical Investigation, 135(13), e172218. + + + Weiss, J. M., Bilate, A. M., Gobert, M., Ding, Y., Curotto de Lafaille, M. A., Parkhurst, C. N., et al. (2012). Neuropilin 1 is expressed on thymus-derived natural regulatory T cells, but not mucosa-generated induced Foxp3 + T reg cells. Journal of Experimental Medicine, 209(10), 1723–1742. + + 22966001 + 3457733 + 10.1084/jem.20120914 + + + + Werneburg, S., Mühlenhoff, M., Stangel, M., & Hildebrandt, H. (2015). Polysialic acid on SynCAM 1 in NG2 cells and on neuropilin-2 in microglia is confined to intracellular pools that are rapidly depleted upon stimulation. Glia, 63(7), 1240–1255. + + 25752299 + 10.1002/glia.22815 + + + + Wu, M., Nissen, J. C., Chen, E. I., & Tsirka, S. E. (2012). Tuftsin promotes an anti-inflammatory switch and attenuates symptoms in experimental autoimmune encephalomyelitis. PLoS One, 7(4), e34933. + + 22529957 + 3328491 + 10.1371/journal.pone.0034933 + + + + Xin, W., Pan, Y., Wei, W., Gerner, S. T., Huber, S., Juenemann, M., et al. (2023). TGF-β1 decreases microglia-mediated neuroinflammation and lipid droplet accumulation in an in vitro stroke model. International Journal of Molecular Sciences, 24(24), 17329. + + 38139158 + 10743979 + 10.3390/ijms242417329 + + + + Xu, X., Chen, G., Zhou, H., Liu, Y., Ding, H., Wang, Z., et al. (2024). Downregulation of Nrp1 transcription promotes blood–brain barrier disruption following experimental cerebral ischemia–reperfusion. Neuroscience Letters, 818, 137553. + + 37949291 + 10.1016/j.neulet.2023.137553 + + + + Yelland, T., & Djordjevic, S. (2016). Crystal structure of the neuropilin-1 MAM domain: Completing the neuropilin-1 ectodomain picture. Structure (London, England : 1993), 24(11), 2008–2015. + + 27720589 + 5104691 + 10.1016/j.str.2016.08.017 + + + + Ye, X., Qiu, Y., Gao, Y., Wan, D., & Zhu, H. (2019). A subtle network mediating axon guidance: intrinsic dynamic structure of growth cone, attractive and repulsive molecular cues, and the intermediate role of signaling pathways. Neural Plasticity, 2019(1), 1719829. + + 31097955 + 6487106 + + + + Yuan, J., Huang, R., Nao, J., & Dong, X. (2025). The role of sSemaphorin 3 A in the pathogenesis and progression of alzheimer’s disease and other aging-related diseases: a comprehensive review. Pharmacological Research, 215, 107732. + + + Yu, J., Zhao, Y., Gong, X., Liang, Z., Zhao, Y., Li, X., et al. (2023). P25/CDK5-mediated tau hyperphosphorylation in both ipsilateral and contralateral Cerebra contributes to cognitive deficits in post-stroke mice. Current Medical Science, 43(6), 1084–1095. + + 37924385 + 10.1007/s11596-023-2792-8 + + + + Zachary, I. (2014). Neuropilins: role in signalling, angiogenesis and disease. Angiogenesis, Lymphangiogenesis and Clinical Implications, 99, 37–70. + + + Zhang, W., Xiao, D., Mao, Q., & Xia, H. (2023). Role of neuroinflammation in neurodegeneration development. Signal transduction and targeted therapy, 8(1), 267. + + 37433768 + 10336149 + 10.1038/s41392-023-01486-5 + + + + Zhang, Z. G., Zhang, L., Jiang, Q., Zhang, R., Davies, K., Powers, C., et al. (2000). VEGF enhances angiogenesis and promotes blood-brain barrier leakage in the ischemic brain. The Journal of clinical investigation, 106(7), 829–838. + + 11018070 + 517814 + 10.1172/JCI9369 + + + + Zhao, L., Chen, H., Lu, L., Wang, L., Zhang, X., & Guo, X. (2021). New insights into the role of co-receptor neuropilins in tumour angiogenesis and lymphangiogenesis and targeted therapy strategies. Journal of Drug Targeting, 29(2), 155–167. + + 32838575 + 10.1080/1061186X.2020.1815210 + + + + Zhao, P. Y., Ji, J., Liu, X. H., Zhao, H., Xue, B., Jin, L. Y., et al. (2020). Bu-Shen-Yi-Sui Capsule, an Herbal Medicine Formula, Promotes Remyelination by Modulating the Molecular Signals via Exosomes in Mice with Experimental Autoimmune Encephalomyelitis. Oxid Med Cell Longev, 2020, 7895293. + + 32774683 + 7396036 + 10.1155/2020/7895293 + + + + +
+ + + 42207317 + + 2026 + 05 + 28 + + + 2026 + 05 + 28 + +
+ + 1432-1904 + + 113 + 3 + + 2026 + May + 28 + + + Die Naturwissenschaften + Naturwissenschaften + + Multi-scale modeling of habitat suitability and human-induced risk for the critically endangered white-rumped vulture (Gyps bengalensis) in South and Southeast Asia. + 67 + 10.1007/s00114-026-02122-2 + + The White-rumped Vulture is a critically endangered species, facing rapid population declines across South and Southeast Asia due to habitat loss, anthropogenic disturbances, and toxicological pressures. This study uses species distribution modeling (SDM) to assess the current and future habitat suitability for the White-rumped Vulture across its geographic range in the region. We employed MaxEnt, a machine learning algorithm, to model habitat suitability based on 1,248 occurrence records from 2018 to 2024 and 19 bioclimatic, geomorphometric, and anthropogenic variables. The model achieved an excellent Area Under the Curve (AUC) value of 0.937, indicating strong predictive performance. Our results indicate that approximately 20.74% of the study area is currently classified as highly suitable habitat, with India, Pakistan, and Nepal hosting the most significant extents. However, projections for 2040, 2070, and 2100 under two Shared Socioeconomic Pathways (SSPs) SSP 126 (low emission) and SSP 370 (high emission) predict significant habitat loss, particularly under SSP 370, where highly suitable habitat may decrease by up to 60% by 2100. The study also identifies substantial gaps in conservation infrastructure, with over 88% of the highly suitable habitat unprotected. This study highlights the urgent need for region-specific conservation strategies that integrate habitat protection, restoration, and the mitigation of toxicological risks to ensure the long-term survival of the White-rumped Vulture. + © 2026. The Author(s), under exclusive licence to Springer-Verlag GmbH Germany, part of Springer Nature. + + + + William + Gulzaman + G + + Department of Environmental Sciences, University of Gujrat, Hafiz Hayat Campus, 50700, Gujrat, Pakistan. gulzamanwilliam@gmail.com. + + + + Saqib + Zafeer + Z + + GIS and Eco-Informatics Laboratory, Department of Environmental Science, International Islamic University, Islamabad, Pakistan. + + + + Qadir + Abdul + A + + College of Earth and Environmental Sciences, University of the Punjab, Lahore, Pakistan. + + + + Siddiqua + Ayesha + A + + Department of Environmental Sciences, University of Gujrat, Hafiz Hayat Campus, 50700, Gujrat, Pakistan. + + + + Asam + Zaki Ul Zaman + ZUZ + + Department of Environmental Sciences, University of Gujrat, Hafiz Hayat Campus, 50700, Gujrat, Pakistan. + + + + Farid + Mujahid + M + + Department of Environmental Sciences, University of Gujrat, Hafiz Hayat Campus, 50700, Gujrat, Pakistan. + + + + Chaudhry + Muhammad Jamshed Iqbal + MJI + + WWF-Pakistan, Ferozpur Road, PO Box 5180, Lahore, 54600, Pakistan. + + + + eng + + Journal Article + + + 2026 + 05 + 28 + +
+ + Germany + Naturwissenschaften + 0400767 + 0028-1042 + + IM + + + Animals + + + Ecosystem + + + Endangered Species + + + Conservation of Natural Resources + + + Asia, Southeastern + + + Falconiformes + physiology + + + Humans + + + Asia, Southern + + + Models, Biological + + + + Climate change impact + Habitat suitability + MaxEnt + White-rumped Vulture + + Declarations. Competing interests: The authors declare no competing interests. +
+ + + + 2026 + 5 + 28 + 12 + 34 + + + 2026 + 5 + 28 + 12 + 33 + + + 2026 + 2 + 20 + + + 2026 + 5 + 21 + + + 2026 + 5 + 19 + + + 2026 + 5 + 28 + 11 + 16 + + + epublish + + 42207317 + 10.1007/s00114-026-02122-2 + 10.1007/s00114-026-02122-2 + + + + Aiello-Lammens ME, Boria RA, Radosavljevic A, Vilela B, Anderson RP (2015) spThin: an R package for spatial thinning of species occurrence records for use in ecological niche models. Ecography 38(5):541–545 + + 10.1111/ecog.01132 + + + + Allouche O, Tsoar A, Kadmon R (2006) Assessing the accuracy of species distribution models: prevalence, kappa and the true skill statistic (TSS). J Appl Ecol 43(6):1223–1232 + + 10.1111/j.1365-2664.2006.01214.x + + + + Araújo MB, Anderson RP, Márcia Barbosa A, Beale CM, Dormann CF, Early R, Garcia RA, Guisan A, Maiorano L, Naimi B, O’Hara RB (2019) Standards for distribution models in biodiversity assessments. Sci Adv 5(1):eaat4858 + + 30746437 + 6357756 + 10.1126/sciadv.aat4858 + + + + Baral N, Joshi S, Rai N, Joshi AB, Poudel K, Yadav SK (2025) Breeding habitat suitability modeling of white-rumped vulture (Gyps bengalensis, Gmelin JF, 1788) in proximity to vulture restaurants in central lowland of Nepal. Front Conserv Sci 6:1645493 + + 10.3389/fcosc.2025.1645493 + + + + Bartel SL, Stephenson T, Crowder DW, Jones ME, Storfer A, Strickland MS, Lynch L (2024) Global change influences scavenging and carrion decomposition. Trends Ecol Evol 39(2):152–164 + + 37816662 + 10.1016/j.tree.2023.09.008 + + + + Bateman BL, Feng MLE, Grand J, Taylor L, Wu JX, Saunders SP, Reault S, Wilsey CB (2025) A nature-based conservation framework that aligns opportunities for bird biodiversity, climate mitigation, and human equity. Sci Rep 15(1):32096 + + 40957888 + 12441151 + 10.1038/s41598-025-16693-z + + + + Bhattacharya M, Talukdar G (2024) Nest site selection and threats to nesting colonies of White-rumped Vulture (Gyps bengalensis) in Himachal Pradesh. For Ecol Manag 573:122335 + + 10.1016/j.foreco.2024.122335 + + + + BirdLife International (2021) Gyps bengalensis. IUCN Red List Threatened Species 2021:eT22695194A204618615. https://doi.org/10.2305/IUCN.UK.20213.RLTS.T22695194A204618615.en + + 10.2305/IUCN.UK.20213.RLTS.T22695194A204618615.en + + + + Boucher O, Servonnat J, Albright AL, Aumont O, Balkanski Y, Bastrikov V, Bekki S, Bonnet R, Bony S, Bopp L, Braconnot P (2020) Presentation and evaluation of the IPSL-CM6A‐LR climate model. J Adv Model Earth Syst 12(7):e2019MS002010 + + 10.1029/2019MS002010 + + + + Brown JL, Bennett JR, French CM (2017) SDMtoolbox 2.0: the next generation Python-based GIS toolkit for landscape genetic, biogeographic and species distribution model analyses. PeerJ 5:e4095 + + 29230356 + 5721907 + 10.7717/peerj.4095 + + + + Brown SC, Wigley TM, Otto-Bliesner BL, Rahbek C, Fordham DA (2020) Persistent Quaternary climate refugia are hospices for biodiversity in the Anthropocene. Nat Clim Change 10(3):244–248 + + 10.1038/s41558-019-0682-7 + + + + Chicco D, Jurman G (2020) The advantages of the Matthews correlation coefficient (MCC) over F1 score and accuracy in binary classification evaluation. BMC genomics 21(1):6 + + + Cuthbert RJ, Taggart MA, Saini M, Sharma A, Das A, Kulkarni MD, Deori P, Ranade S, Shringarpure RN, Galligan TH, Green RE (2016) Continuing mortality of vultures in India associated with illegal veterinary use of diclofenac and a potential threat from nimesulide. Oryx 50(1):104–112 + + 10.1017/S003060531500037X + + + + Deomurari A, Sharma A, Ghose D, Singh R (2023) Projected shifts in bird distribution in India under climate change. Diversity 15(3):404 + + + Dinerstein E, Vynne C, Sala E, Joshi AR, Fernando S, Lovejoy TE, Mayorga J, Olson D, Asner GP, Baillie JE, Burgess ND (2019) A global deal for nature: Guiding principles, milestones, and targets. Sci Adv 5(4):eaaw2869 + + 31016243 + 6474764 + 10.1126/sciadv.aaw2869 + + + + Dunne JP, Horowitz LW, Adcroft AJ, Ginoux P, Held IM, John JG, Krasting JP, Malyshev S, Naik V, Paulot F, Shevliakova E (2020) The GFDL Earth System Model version 4.1 (GFDL-ESM 4.1): Overall coupled model description and simulation characteristics. J Adv Model Earth Syst 12(11):e2019MS002015 + + 10.1029/2019MS002015 + + + + Esmail N, McPherson JM, Abulu L, Amend T, Amit R, Bhatia S, Bikaba D, Brichieri-Colombi TA, Brown J, Buschman V, Fabinyi M (2023) What’s on the horizon for community-based conservation? Emerging threats and opportunities. Trends Ecol Evol 38(7):666–680 + + 36935248 + 10.1016/j.tree.2023.02.008 + + + + Fajardo J, Lessmann J, Bonaccorso E, Devenish C, Munoz J (2014) Combined use of systematic conservation planning, species distribution modelling, and connectivity analysis reveals severe conservation gaps in a megadiverse country (Peru). PLoS ONE 9(12):e114367 + + 25479411 + 4257666 + 10.1371/journal.pone.0114367 + + + + Feng X, Park DS, Liang Y, Pandey R, Papeş M (2019) Collinearity in ecological niche modeling: Confusions and challenges. Ecol Evol 9(18):10365–10376 + + 31624555 + 6787792 + 10.1002/ece3.5555 + + + + Fick SE, Hijmans RJ (2017) WorldClim 2: new 1-km spatial resolution climate surfaces for global land areas. Int J Climatol 37(12):4302–4315. https://doi.org/10.1002/joc.5086 + + 10.1002/joc.5086 + + + + Fourcade Y, Engler JO, Rödder D, Secondi J (2014) Mapping species distributions with MAXENT using a geographically biased sample of presence data: a performance assessment of methods for correcting sampling bias. PLoS ONE 9(5):e97122 + + 24818607 + 4018261 + 10.1371/journal.pone.0097122 + + + + Gallagher RV, Hughes L, Leishman MR (2013) Species loss and gain in communities under future climate change: consequences for functional diversity. Ecography 36(5):531–540 + + 10.1111/j.1600-0587.2012.07514.x + + + + Gautam R, Baral N, Sharma HP (2024) Preference of trees for nest building by critically endangered white-rumped vultures (Gyps bengalensis) in Nepal. Ecol Evol 14(3):e11175 + + 38505186 + 10948368 + 10.1002/ece3.11175 + + + + Green RE, Newton IAN, Shultz S, Cunningham AA, Gilbert M, Pain DJ, Prakash V (2004) Diclofenac poisoning as a cause of vulture population declines across the Indian subcontinent. J Appl Ecol 41(5):793–800 + + 10.1111/j.0021-8901.2004.00954.x + + + + Groom Q, Pernat N, Adriaens T, De Groot M, Jelaska SD, Marčiulynienė D, Martinou AF, Skuhrovec J, Tricarico E, Wit EC, Roy HE (2021) Species interactions: next-level citizen science. Ecography 44(12):1781–1789 + + 10.1111/ecog.05790 + + + + Jha KK (2015) Distribution of vultures in Uttar Pradesh, India. J Threat Taxa 7(1):6750–6763 + + 10.11609/JoTT.o3319.6750-63 + + + + Jha KK, Campbell MO, Jha R (2020) Vultures, their population status and some ecological aspects in an Indian stronghold. Notulae Scientia Biologicae 12(1):124–142 + + 10.15835/nsb12110547 + + + + Jha R, Jha KK (2023) Environmental factors shaping habitat suitability of Gyps vultures: climate change impact modelling for conservation in India. Ornithol Res 31(2):119–140 + + 10.1007/s43388-023-00124-6 + + + + Kass JM, Muscarella R, Galante PJ, Bohl CL, Pinilla-Buitrago GE, Boria RA, Soley‐Guardia M, Anderson RP (2021) ENMeval 2.0: Redesigned for customizable and reproducible modeling of species’ niches and distributions. Methods Ecol Evol 12(9):1602–1608 + + 10.1111/2041-210X.13628 + + + + Kennedy CM, Oakleaf JR, Theobald DM, Baruch-Mordo S, Kiesecker J (2019) Managing the middle: A shift in conservation priorities based on the global human modification gradient. Glob Change Biol 25(3):811–826 + + 10.1111/gcb.14549 + + + + Keppel G, Stralberg D, Morelli TL, Bátori Z (2024) Managing climate-change refugia to prevent extinctions. Trends Ecol Evol 39(9):800–808 + + 39232275 + 10.1016/j.tree.2024.05.002 + + + + Keri AWB, Ahouandjinou EBO, Nago SGA, Kpatchia EJ, Adamou Z, Houessou LG, Sinsin BA (2026) Drivers of local communities’ behavioural intentions to conserve the hooded vulture in the W Transboundary Biosphere Reserve, West Africa. Global Ecology and Conservation e04163 + + + Kramm T, Hoffmeister D (2019) A relief dependent evaluation of digital elevation models on different scales for northern Chile. ISPRS International Journal of Geo-Information, 8(10):430 + + + Kriticos DJ, Webber BL, Leriche A, Ota N, Macadam I, Bathols J, Scott JK (2012) CliMond: global high-resolution historical and future scenario climate surfaces for bioclimatic modelling. Methods Ecol Evol 3(1):53–64 + + 10.1111/j.2041-210X.2011.00134.x + + + + La Sorte FA, Jetz W (2010) Avian distributions under climate change: towards improved projections. J Exp Biol 213(6):862–869 + + 20190111 + 10.1242/jeb.038356 + + + + Leroy B, Delsol R, Hugueny B, Meynard CN, Barhoumi C, Barbet-Massin M, Bellard C (2018) Without quality presence–absence data, discrimination metrics such as TSS can be misleading measures of model performance. J Biogeogr 45(9):1994–2002 + + 10.1111/jbi.13402 + + + + Li G, Fang C, Watson JE, Sun S, Qi W, Wang Z, Liu J (2024) Mixed effectiveness of global protected areas in resisting habitat loss. Nat Commun 15(1):p8389 + + 10.1038/s41467-024-52693-9 + + + + Littlefield CE, Krosby M, Michalak JL, Lawler JJ (2019) Connectivity for species on the move: supporting climate-driven range shifts. Front Ecol Environ 17(5):270–278 + + 10.1002/fee.2043 + + + + Liu C, White M, Newell G (2013) Selecting thresholds for the prediction of species occurrence with presence-only data. J Biogeogr 40(4):778–789 + + 10.1111/jbi.12058 + + + + Mahananda P, Saikia MK, Sarma K, Chetry V, Saikia PK (2025) Prioritizing conservation of threatened raptor species using synergistic distribution modeling of high potential areas in foothills of Eastern Himalayas, India. Avian Biology Research, p 17581559251316197 + + + Monar-Barragán P, Vargas H, Pineida R, Salazar A, Virgos E, Narváez F, Kohn S, de Dios Morales J, Restrepo-Cardona JS (2025) Vulture dominance in a scavenger assemblage in the Neotropical dry forest. Scientific Reports 15(1):24019 + + + Mosisa GB, Tassie N, Yesuf F (2024) Global change drives potential niche contraction and range shift of globally threatened African vulture. Environ Challenges 17:101038 + + 10.1016/j.envc.2024.101038 + + + + Neill O B.C., Tebaldi C, Van Vuuren DP, Eyring V, Friedlingstein P, Hurtt G, Knutti R, Kriegler E, Lamarque JF, Lowe J, Meehl GA (2016) The scenario model intercomparison project (ScenarioMIP) for CMIP6. Geosci Model Dev 9(9):3461–3482 + + + Ogada DL, Keesing F, Virani MZ (2012) Dropping dead: causes and consequences of vulture population declines worldwide. Ann N Y Acad Sci 1249(1):57–71 + + 22175274 + 10.1111/j.1749-6632.2011.06293.x + + + + Panthi S, Pariyar S, Low M (2021) Factors influencing the global distribution of the endangered Egyptian vulture. Sci Rep 11(1):21901 + + 34754032 + 8578560 + 10.1038/s41598-021-01504-y + + + + Phillips SJ, Dudík M, Schapire RE (2017) Maxent software for modeling species niches and distributions (Version 3.4. 1) [online] + + + Prinzinger R, Nagel B, Bahat O, Bögel R, Karl E, Weihs D, Walzer C (2002) Energy metabolism and body temperature in the Griffon Vulture (Gyps fulvus) with comparative data on the Hooded Vulture (Necrosyrtes monachus) and the White-backed Vulture (Gyps africanus). J für Ornithologie 143(4):456–467 + + 10.1007/BF02465600 + + + + Riahi K, Van Vuuren DP, Kriegler E, Edmonds J, O’neill BC, Fujimori S, Bauer N, Calvin K, Dellink R, Fricko O, Lutz W (2017) The Shared Socioeconomic Pathways and their energy, land use, and greenhouse gas emissions implications: An overview. Glob Environ Change 42:153–168 + + 10.1016/j.gloenvcha.2016.05.009 + + + + Rosenberg KV, Dokter AM, Blancher PJ, Sauer JR, Smith AC, Smith PA, Stanton JC, Panjabi A, Helft L, Parr M, Marra PP (2019) Decline of the North American avifauna. Science 366(6461):120–124 + + 31604313 + 10.1126/science.aaw1313 + + + + Saenz-Jimenez F, Rojas-Soto O, Pérez-Torres JAIRO, Martinez-Meyer E, Sheppard JK (2021) Effects of climate change and human influence in the distribution and range overlap between two widely distributed avian scavengers. Bird Conserv Int 31(1):77–95 + + 10.1017/S0959270920000271 + + + + Santangeli A, Buechley ER, Mammola S, Lambertucci SA (2022) Priorities for research and action to prevent a New World vulture crisis. Biol Conserv 270:109563 + + 10.1016/j.biocon.2022.109563 + + + + Scheele BC, Foster CN, Banks SC, Lindenmayer DB (2017) Niche contractions in declining species: mechanisms and consequences. Trends Ecol Evol 32(5):346–355 + + 28284374 + 10.1016/j.tree.2017.02.013 + + + + Sullivan BL, Wood CL, Iliff MJ, Bonney RE, Fink D, Kelling S (2009) eBird: A citizen-based bird observation network in the biological sciences. Biol Conserv 142(10):2282–2292 + + 10.1016/j.biocon.2009.05.006 + + + + Sutherland WJ, Dias MP, Dicks LV, Doran H, Entwistle AC, Fleishman E, Gibbons DW, Hails R, Hughes AC, Hughes J, Kelman R (2020) A horizon scan of emerging global biological conservation issues for 2020. Trends Ecol Evol 35(1):81–90 + + 31813647 + 10.1016/j.tree.2019.10.010 + + + + Ueda KI (2020) An Overview of Computer Vision in iNaturalist. Biodiversity Information Science and Standards, (November 2014) + + + Van Overveld T, Gangoso L, García-Alfonso M, Bouten W, de la Riva M, Donázar JA (2020) Seasonal grouping dynamics in a territorial vulture: ecological drivers and social consequences. Behav Ecol Sociobiol 74(2), p.28 + + + Vojtkó A, Farkas T, Erdős L, Barta K, E-Vojtkó A, Tölgyesi C, Bátori Z (2023) Topographic depressions can provide climate and resource microrefugia for biodiversity. Iscience 26(11) + + + Ward M, Maron M, Simmonds JS, Lintermans M, Whiterod NS, Chapple DG, Possingham HP, Legge SM, Gallagher RV, Wintle BA, Vine S (2025) Half of the habitat of Australia’s highly imperilled narrow-range species is outside protected areas. Biol Conserv 308:p111195 + + 10.1016/j.biocon.2025.111195 + + + + Warren DL, Matzke NJ, Cardillo M, Baumgartner JB, Beaumont LJ, Turelli M, Glor RE, Huron NA, Simões M, Iglesias TL, Piquet JC (2021) ENMTools 1.0: an R package for comparative ecological biogeography. Ecography 44(4):504–511 + + 10.1111/ecog.05485 + + + + Watts MJ, Fordham DA, Akçakaya HR, Aiello-Lammens ME, Brook BW (2013) Tracking shifting range margins using geographical centroids of metapopulations weighted by population density. Ecological modelling vol 269. pp 61–69 + + + William G, Saqib Z, Naeem N, Kamran A, Masih A, Rafique A (2025) Predicting climate driven habitat shifts for the Egyptian vulture in Punjab, Pakistan. J Nat Conserv 83:126774 + + 10.1016/j.jnc.2024.126774 + + + + Wolf C, Ripple WJ (2017) Range contractions of the world’s large carnivores. Royal Soc open Sci 4(7) + + + Yang R, Dong X, Xu S, Li X, Wang K, Ye Y, Xiao W (2025) Unveiling human impacts on global Key Biodiversity Areas: Assessing disturbance and fragmentation to inform conservation strategies. Geogr Sustain 6(3):100259 + + + Yang XS, He X (2013) Bat algorithm: literature review and applications. Int J Bio-inspired Comput 5(3):141–149 + + 10.1504/IJBIC.2013.055093 + + + + Yip JY, Corlett RT, Dudgeon D (2004) A fine-scale gap analysis of the existing protected area system in Hong Kong, China, vol 13. Biodiversity & Conservation, pp 943–957 + + + +
+ + + 42207295 + + 2026 + 05 + 28 + +
+ + 2366-0058 + + + 2026 + May + 28 + + + Abdominal radiology (New York) + Abdom Radiol (NY) + + Interpretable machine learning model for predicting hemorrhage following ultrasound-guided percutaneous renal biopsy: a multicenter study. + 10.1007/s00261-026-05582-2 + + This study aims to develop and validate an interpretable machine learning (ML) model for predicting post-procedural hemorrhage (PH) after ultrasound-guided percutaneous renal biopsy (PRB), aiding perioperative management. + A retrospective analysis was conducted using data from 664 patients to develop and internally validate the predictive model. Key ultrasound parameters and clinical data were collected. The Boruta algorithm selected predictive factors. Eight ML models underwent hyperparameter tuning with 5-fold cross-validation, using the area under the curve (AUC) to determine the best model, which was further validated externally (n = 137). Model interpretation was enhanced using SHAP values. + Important predictive factors identified included renal parenchymal thickness (RPT), distance from the puncture point to the lower edge of the kidney (D1), and the ratio of D1 to the Renal length (R1), disease course, eGFR and prothrombin time (PT). The random forest model outperformed others with AUCs of 0.831, 0.784, and 0.776 for the training, internal validation, and external validation sets, respectively, displaying an accuracy of 0.742, sensitivity of 0.675, specificity of 0.805, and F1 score of 0.691. SHAP analysis highlighted prolonged PT, thinner RPT, smaller D1, lower eGFR, and extended disease course as increasing PH risk. + The random forest model effectively predicts PH post-PRB, supporting early diagnosis and decision-making. + © 2026. The Author(s), under exclusive licence to Springer Science+Business Media, LLC, part of Springer Nature. + + + + Su + Liyang + L + + Quanzhou First Hospital Affiliated to Fujian Medical University, Quanzhou, China. + + + + Nie + Jinliang + J + + The Second Affiliated Hospital of Fujian Medical University, Quanzhou, China. + + + + Xie + Qiaojie + Q + + Quanzhou First Hospital Affiliated to Fujian Medical University, Quanzhou, China. + + + + Li + Shilin + S + + The Second Affiliated Hospital of Fujian Medical University, Quanzhou, China. lslqz@fjmu.edu.cn. + + + + Zhang + Qingquan + Q + + Quanzhou First Hospital Affiliated to Fujian Medical University, Quanzhou, China. zhangqq200900353@163.com. + + + + eng + + + 2023Y9231 + the Joint funds for the innovation of science and technology, Fujian province + + + + + Journal Article + + + 2026 + 05 + 28 + +
+ + United States + Abdom Radiol (NY) + 101674571 + + IM + + Interventional ultrasonography + Machine learning + Postoperative hemorrhage + Predictive models + Random forest + Renal insufficiency + + Declarations. Competing interests: The authors declare no competing interests. Ethical approval: This study was conducted in accordance with the Declaration of Helsinki and was approved by the Ethics Committee of XX (Approval No. [2025]K235), which granted a waiver for informed consent due to the retrospective nature of the study. The study was registered on the Clinical Trials website (Registration No. MR-35-25-067753). +
+ + + + 2026 + 5 + 28 + 12 + 34 + + + 2026 + 5 + 28 + 12 + 34 + + + 2026 + 3 + 2 + + + 2026 + 5 + 16 + + + 2026 + 5 + 28 + 11 + 15 + + + aheadofprint + + 42207295 + 10.1007/s00261-026-05582-2 + 10.1007/s00261-026-05582-2 + + + + Murray S, Dumaine C, Wall C, Banerjee T, Barton J, Moser M. Technical and Institutional Factors Affecting Specimen Adequacy and Complications in Ultrasound-guided Kidney Biopsy: A Retrospective Cohort Study. Can J Kidney Health Dis. 2025;12:20543581251336551. + + 10.1177/20543581251336551 + 40336686 + 12056320 + + + + Ravizzini PIC, Lino H, Fleury EFC, Rangel DA, de Toledo LGM. Comparative analysis of ultrasound-guided percutaneous biopsy of native kidneys in children and adults using the free-flank supine antero-lateral decubitus positioning. Abdom Radiol (NY). 2024;49(5):1638–1645. + + 10.1007/s00261-024-04316-6 + 38658444 + + + + Jose L, Kaul A, Bhadauria D, et al. Desmopressin Acetate Before Percutaneous Ultrasound-Guided Kidney Biopsy in Patients with Renal Failure - Is it Really Beneficial? Indian J Nephrol. 2022;32(5):430–434. + + 10.4103/ijn.IJN_553_20 + 36568600 + 9775618 + + + + Li FF, Guan YX, Li TX, et al. Analysis of hemorrhage upon ultrasound-guided percutaneous renal biopsy in China: a retrospective study. Int Urol Nephrol. 2024;56(5):1713–1720. + + 10.1007/s11255-023-03860-2 + 37991602 + + + + Bermejo S, García-Carro C, Mast R, et al. Safety of Obtaining an Extra Biobank Kidney Biopsy Core. J Clin Med. 2022;11(5):1459. + + 10.3390/jcm11051459 + 35268550 + 8911133 + + + + Zhan T, Lou A. Comparison of outcomes of an 18-gauge vs 16-gauge ultrasound-guided percutaneous renal biopsy: a systematic review and meta-analysis. Ren Fail. 2023;45(2):2257806. + + 10.1080/0886022X.2023.2257806 + 37724553 + 10512899 + + + + Gottlieb ER, Samuel M, Bonventre JV, Celi LA, Mattie H. Machine Learning for Acute Kidney Injury Prediction in the Intensive Care Unit. Adv Chronic Kidney Dis. 2022;29(5):431–438. + + 10.1053/j.ackd.2022.06.005 + 36253026 + 9586459 + + + + Takkavatakarn K, Hofer IS. Artificial Intelligence and Machine Learning in Perioperative Acute Kidney Injury. Adv Kidney Dis Health. 2023;30(1):53–60. + + 10.1053/j.akdh.2022.10.001 + 36723283 + + + + Jiang W, Zhang Y, Weng J, et al. Explainable Machine Learning Model for Predicting Persistent Sepsis-Associated Acute Kidney Injury: Development and Validation Study. J Med Internet Res. 2025;27:e62932. + + 10.2196/62932 + 40200699 + 12070005 + + + + Dotis J, Kondou A, Karava V, et al. Percutaneous Ultrasound-Guided Renal Biopsy in Greek Children: 15 Years of Experience at a Single Center. Pediatr Rep. 2024;16(4):974–982. + + 10.3390/pediatric16040083 + 39585037 + 11587433 + + + + Waldo B, Korbet SM, Freimanis MG, Lewis EJ. The value of post-biopsy ultrasound in predicting complications after percutaneous renal biopsy of native kidneys. Nephrol Dial Transplant. 2009;24(8):2433–2439. + + 10.1093/ndt/gfp073 + 19246472 + + + + S SXX, B BXX, S SLL, Q QLL, L LWW, W WZZ. Predictors of perirenal haematoma post-percutaneous ultrasound-guided renal biopsy. The Journal of international medical research. 2021(11):3000605211058377. + + + S SBB, SP SPNN, RA RAPP, et al. Sonological predictors of complications of percutaneous renal biopsy-a prospective observational study. Irish journal of medical science. 2024(5):2537–2544. + + + Li G, Yang H, Zhang D, et al. The role of macrophages in fibrosis of chronic kidney disease. Biomed Pharmacother. 2024;177:117079. + + 10.1016/j.biopha.2024.117079 + 38968801 + + + + Cheng TC, Huang SH, Kao CL, Hsu PC. Muscle Wasting in Chronic Kidney Disease: Mechanism and Clinical Implications-A Narrative Review. Int J Mol Sci. 2022;23(11):6047. + + 10.3390/ijms23116047 + 35682722 + 9181340 + + + + Beldhuis IE, Lam CSP, Testani JM, et al. Evidence-Based Medical Therapy in Patients With Heart Failure With Reduced Ejection Fraction and Chronic Kidney Disease. Circulation. 2022;145(9):693–712. + + 10.1161/CIRCULATIONAHA.121.052792 + 35226558 + 9074837 + + + + Harada R, Hamasaki Y, Okuda Y, Hamada R, Ishikura K. Epidemiology of pediatric chronic kidney disease/kidney failure: learning from registries and cohort studies. Pediatr Nephrol. 2022;37(6):1215–1229. + + 10.1007/s00467-021-05145-1 + 34091754 + + + + Messerer DAC, Halbgebauer R, Nilsson B, Pavenstädt H, Radermacher P, Huber-Lang M. Immunopathophysiology of trauma-related acute kidney injury. Nat Rev Nephrol. 2021;17(2):91–111. + + 10.1038/s41581-020-00344-9 + 32958893 + + + + Düsing P, Zietzer A, Goody PR, et al. Vascular pathologies in chronic kidney disease: pathophysiological mechanisms and novel therapeutic approaches. J Mol Med (Berl). 2021;99(3):335–348. + + 10.1007/s00109-021-02037-7 + 33481059 + 7900031 + + + + Zou F, Tang X, Lei X, Cao F, Luo J, Liu S. Treatment Efficacy of Continuous Renal Replacement on Symptoms, Inflammatory Mediators, and Coagulation Function in Patients with Sepsis-Associated Acute Kidney Injury. Arch Esp Urol. 2022;75(9):746–752. + + 10.56434/j.arch.esp.urol.20227509.109 + 36472056 + + + + Jiang M, Bai M, Lei J, et al. Mitochondrial dysfunction and the AKI-to-CKD transition. Am J Physiol Renal Physiol. 2020;319(6):F1105–f1116. + + 10.1152/ajprenal.00285.2020 + 33073587 + + + + Huang R, Fu P, Ma L. Kidney fibrosis: from mechanisms to therapeutic medicines. Signal Transduct Target Ther. 2023;8(1):129. + + 10.1038/s41392-023-01379-7 + 36932062 + 10023808 + + + + Xu S, Xiong B, Lin S, Li Q, Wang L, Zhao W. Predictors of perirenal haematoma post-percutaneous ultrasound-guided renal biopsy. J Int Med Res. 2021;49(11):3000605211058377. + + 10.1177/03000605211058377 + 34786995 + 8607482 + + + + Zheng X, Tang F, Huang T, Zhang X, Xie X, Xu M. Hemorrhagic complications after ultrasound-guided percutaneous native renal biopsy: a prediction model based on clinical and ultrasonographic features under a nest case-control design. Abdom Radiol (NY). 2025. + + + +
+ + + 42207277 + + 2026 + 05 + 28 + +
+ + 1432-0932 + + + 2026 + May + 28 + + + European spine journal : official publication of the European Spine Society, the European Spinal Deformity Society, and the European Section of the Cervical Spine Research Society + Eur Spine J + + Tree-based and sparse logistic models for predicting one-month postoperative performance status after surgery for spinal metastases. + 10.1007/s00586-026-09957-3 + + We aimed to develop and internally validate prediction models for one-month postoperative performance status (PS) after surgery for spinal metastases and to identify patients likely to achieve PS 0-2 at one month. + We performed a retrospective analysis of a prospectively collected spine surgery registry. We compared three tree-based models (Random Forest, XGBoost, and CatBoost) with two regularized logistic regression models (ridge-regularized logistic regression and a sparse elastic-net logistic regression model constrained to ≤ 15 predictors). Model development and hyperparameter tuning were performed using nested cross-validation. Missing data were handled using model-specific strategies within the cross-validation pipeline, and a sensitivity analysis excluded the predictor with the highest missingness. Performance was assessed using discrimination and calibration metrics, including the area under the receiver operating characteristic curve (AUC-ROC), accuracy, precision, recall, F1 score, Brier score, calibration intercept, and calibration slope. + The primary analysis included 375 patients with available one-month PS out of 413 enrolled patients. Random Forest achieved the highest discrimination (AUC-ROC 0.811 ± 0.079) and showed calibration measures closest to the ideal among the evaluated models (Brier score 0.168; calibration intercept - 0.024; slope 1.121). The sparse elastic-net model showed good discrimination (AUC-ROC 0.796 ± 0.081) with a limited set of predictors, although its calibration metrics suggested less reliable absolute probability estimates (Brier score 0.217; intercept 0.612; slope 3.228). Excluding the predictor with the highest missingness yielded similar performance for the main models. + Tree-based models, particularly Random Forest, provided the most favorable overall predictive performance for one-month postoperative PS after surgery for spinal metastases, whereas a sparse elastic-net logistic regression model preserved reasonable discrimination with a small predictor set and coefficient-based interpretability. These findings support clinically oriented prediction of early postoperative functional status while highlighting the need to assess calibration before clinical implementation. + © 2026. The Author(s). + + + + Maki + Satoshi + S + + Chiba University, Chiba, Japan. satoshimaki@gmail.com. + + + Center for Frontier Medical Engineering, Chiba University, Chiba, Japan. satoshimaki@gmail.com. + + + + Shiratani + Yuki + Y + + Chiba University, Chiba, Japan. + + + + Orita + Sumihisa + S + + Chiba University, Chiba, Japan. + + + Center for Frontier Medical Engineering, Chiba University, Chiba, Japan. + + + + Suzuki + Akinobu + A + + Osaka Metropolitan University, Osaka, Japan. + + + + Tamai + Koji + K + + Osaka Metropolitan University, Osaka, Japan. + + + + Shimizu + Takaki + T + + Kanazawa University, Kanazawa, Japan. + + + + Kakutani + Kenichiro + K + + Kobe University, Kobe, Japan. + + + + Kanda + Yutaro + Y + + Kobe University, Kobe, Japan. + + + + Tominaga + Hiroyuki + H + + Kagoshima University, Kagoshima, Japan. + + + + Kawamura + Ichiro + I + + Kagoshima University, Kagoshima, Japan. + + + + Ishihara + Masayuki + M + + Kansai Medical University Hospital, Osaka, Japan. + + + + Paku + Masaaki + M + + Kansai Medical University Hospital, Osaka, Japan. + + + + Takahashi + Yohei + Y + + Keio University, Tokyo, Japan. + + + + Funayama + Toru + T + + University of Tsukuba, Tsukuba, Japan. + + + + Miura + Kousei + K + + University of Tsukuba, Tsukuba, Japan. + + + + Shirasawa + Eiki + E + + Kitasato University, Sagamihara, Japan. + + + + Inoue + Hirokazu + H + + Jichi Medical University Hospital, Tochigi, Japan. + + + + Kimura + Atsushi + A + + Jichi Medical University, Shimotsuke, Japan. + + + + Iimura + Takuya + T + + Dokkyo Medical University, Mibu, Japan. + + + + Moridaira + Hiroshi + H + + Dokkyo Medical University, Mibu, Japan. + + + + Nakajima + Hideaki + H + + University of Fukui, Fukui-shi, Japan. + + + + Watanabe + Shuji + S + + University of Fukui, Fukui-shi, Japan. + + + + Akeda + Koji + K + + Mie University, Tsu, Japan. + + + + Takegami + Norihiko + N + + Mie University, Tsu, Japan. + + + + Nakanishi + Kazuo + K + + Kawasaki Medical School, Kurashiki, Japan. + + + + Sawada + Hirokatsu + H + + Nihon University, Tokyo, Japan. + + + + Matsumoto + Koji + K + + Nihon University, Tokyo, Japan. + + + + Funaba + Masahiro + M + + Yamaguchi University, Yamaguchi, Japan. + + + + Suzuki + Hidenori + H + + Yamaguchi University, Yamaguchi, Japan. + + + + Funao + Haruki + H + + International University of Health and Welfare Narita Hospital, Chiba, Japan. + + + + Oshigiri + Tsutomu + T + + Sapporo Medical University, Sapporo, Japan. + + + + Hirai + Takashi + T + + Institute of Science Tokyo, Tokyo, Japan. + + + + Otsuki + Bungo + B + + Kyoto University, Kyoto, Japan. + + + + Kobayakawa + Kazu + K + + Kyushu University, Fukuoka, Japan. + + + + Uotani + Koji + K + + Okayama University Hospital, Okayama, Japan. + + + + Manabe + Hiroaki + H + + Tokushima University, Tokushima, Japan. + + + + Tanishima + Shinji + S + + Tottori University, Yonago, Japan. + + + + Hashimoto + Ko + K + + Tohoku University, Sendai, Japan. + + + + Iwai + Chizuo + C + + Gifu University Hospital, Gifu City, Japan. + + + + Yamabe + Daisuke + D + + Iwate Medical University, Morioka, Japan. + + + + Hiyama + Akihiko + A + + Tokai University, Tokyo, Japan. + + + + Seki + Shoji + S + + University of Toyama, Toyama, Japan. + + + + Kato + Kenji + K + + Nagoya City University, Nagoya, Japan. + + + + Miyazaki + Masashi + M + + Oita University, Ōita, Japan. + + + + Watanabe + Kazuyuki + K + + Fukushima Medical University, Fukushima, Japan. + + + + Nakamae + Toshio + T + + Hiroshima University, Hiroshima, Japan. + + + + Kaito + Takashi + T + + Osaka University, Osaka, Japan. + + + + Nakashima + Hiroaki + H + + Nagoya University, Nagoya, Japan. + + + + Nagoshi + Narihito + N + + Keio University, Tokyo, Japan. + + + + Inoue + Gen + G + + Kitasato University, Sagamihara, Japan. + + + + Imagama + Shiro + S + + Nagoya University, Nagoya, Japan. + + + + Watanabe + Kota + K + + Keio University, Tokyo, Japan. + + + + Kato + Satoshi + S + + Kanazawa University, Kanazawa, Japan. + + + + Ohtori + Seiji + S + + Chiba University, Chiba, Japan. + + + + Furuya + Takeo + T + + Chiba University, Chiba, Japan. + + + + eng + + + JP24K12366 + Japan Society for the Promotion of Science + + + + JP24K12366 + Japan Society for the Promotion of Science + + + + JP24K12366 + Japan Society for the Promotion of Science + + + + + Journal Article + + + 2026 + 05 + 28 + +
+ + Germany + Eur Spine J + 9301980 + 0940-6719 + + IM + + Machine learning + Metastatic spinal tumors + Performance status + Predictive model + + Declarations. Competing interests: The authors declare no competing interests. +
+ + + + 2026 + 5 + 28 + 12 + 34 + + + 2026 + 5 + 28 + 12 + 34 + + + 2025 + 1 + 6 + + + 2026 + 4 + 11 + + + 2026 + 4 + 5 + + + 2026 + 5 + 28 + 11 + 14 + + + aheadofprint + + 42207277 + 10.1007/s00586-026-09957-3 + 10.1007/s00586-026-09957-3 + + + + Santipas B, Veerakanjana K, Ittichaiwong P et al (2024) Development and internal validation of machine-learning models for predicting survival in patients who underwent surgery for spinal metastases. Asian Spine J 18:325–335. https://doi.org/10.31616/asj.2023.0314 + + 10.31616/asj.2023.0314 + 38764230 + 11222881 + + + + Shah AA, Schwab JH (2024) Predictive Modeling for Spinal Metastatic Disease. Diagnostics 14:962. https://doi.org/10.3390/diagnostics14090962 + + 10.3390/diagnostics14090962 + 38732376 + 11083521 + + + + Amelot A, Terrier L-M, Le Nail L-R et al (2022) Spine Metastasis: Patients with Poor Performance Status (ECOG) Could benefit from Palliative Surgical Care! A Prospective Cohort Study. https://doi.org/10.1097/BRS.0000000000004568 . Spine + + + Xiang X-B, Gao K-Y, Zhang W-W et al (2024) Clinical efficacy analysis of surgical treatment for spinal metastasis under the multidisciplinary team using the NOMS decision system combined with the revised Tokuhashi scoring system: a randomized controlled study. J Orthop Surg Res 19:195. https://doi.org/10.1186/s13018-024-04668-1 + + 10.1186/s13018-024-04668-1 + 38515197 + 10956187 + + + + Li Z, Guo L, Guo B et al (2023) Evaluation of different scoring systems for spinal metastases based on a Chinese cohort. Cancer Med 12:4125–4136. https://doi.org/10.1002/cam4.5272 + + 10.1002/cam4.5272 + 36128836 + + + + Pan Y-T, Lin Y-P, Yen H-K et al (2024) Are Current Survival Prediction Tools Useful When Treating Subsequent Skeletal-related Events From Bone Metastases? Clin Orthop Relat Research® 482:1710. https://doi.org/10.1097/CORR.0000000000003030 + + 10.1097/CORR.0000000000003030 + + + + Massaad E, Bridge CP, Kiapour A et al (2022) Evaluating frailty, mortality, and complications associated with metastatic spine tumor surgery using machine learning–derived body composition analysis. https://doi.org/10.3171/2022.1.SPINE211284 + + + Kanda Y, Kakutani K, Sakai Y et al (2021) Surgical outcomes and risk factors for poor outcomes in patients with cervical spine metastasis: a prospective study. J Orthop Surg Res 16:423. https://doi.org/10.1186/s13018-021-02562-8 + + 10.1186/s13018-021-02562-8 + 34217343 + 8254288 + + + + Tokuhashi Y, Ajiro Y, Umezawa N (2009) Outcome of Treatment for Spinal Metastases Using Scoring System for Preoperative Evaluation of Prognosis. Spine 34:69. https://doi.org/10.1097/BRS.0b013e3181913f19 + + 10.1097/BRS.0b013e3181913f19 + 19127163 + + + + Tokuhashi Y, Matsuzaki H, Toriyama S et al (1990) Scoring system for the preoperative evaluation of metastatic spine tumor prognosis. Spine (Phila Pa 1976) 15:1110–1113. https://doi.org/10.1097/00007632-199011010-00005 + + 10.1097/00007632-199011010-00005 + 1702559 + + + + Fisher CG, DiPaola CP, Ryken TC et al (2010) A novel classification system for spinal instability in neoplastic disease: an evidence-based approach and expert consensus from the Spine Oncology Study Group. Spine (Phila Pa 1976) 35:E1221–1229. https://doi.org/10.1097/BRS.0b013e3181e16ae2 + + 10.1097/BRS.0b013e3181e16ae2 + 20562730 + + + + Suzuki A, Tamai K, Takahashi S et al (2025) Changes in performance status and predictive factors for poor improvement following surgery for spinal metastasis: a nationwide multicenter prospective cohort study. Spine J. https://doi.org/10.1016/j.spinee.2025.10.028 + + 10.1016/j.spinee.2025.10.028 + 41106604 + + + + Shah AA, Karhade AV, Park HY et al (2021) Updated external validation of the SORG machine learning algorithms for prediction of ninety-day and one-year mortality after surgery for spinal metastasis. Spine J 21:1679–1686. https://doi.org/10.1016/j.spinee.2021.03.026 + + 10.1016/j.spinee.2021.03.026 + 33798728 + + + + Karhade AV, Thio QCBS, Ogink PT et al (2019) Development of Machine Learning Algorithms for Prediction of 30-Day Mortality After Surgery for Spinal Metastasis. Neurosurgery 85:E83. https://doi.org/10.1093/neuros/nyy469 + + 10.1093/neuros/nyy469 + 30476188 + + + + Chavalparit P, Wilartratsami S, Santipas B et al (2023) Development of Machine-Learning Models to Predict Ambulation Outcomes Following Spinal Metastasis Surgery. Asian Spine J 17:1013–1023. https://doi.org/10.31616/asj.2023.0051 + + 10.31616/asj.2023.0051 + 38050361 + 10764138 + + + + Cui Y, Shi X, Qin Y et al (2024) Establishment and validation of an interactive artificial intelligence platform to predict postoperative ambulatory status for patients with metastatic spinal disease: a multicenter analysis. Int J Surg 110:2738–2756. https://doi.org/10.1097/JS9.0000000000001169 + + 10.1097/JS9.0000000000001169 + 38376838 + 11093492 + + + + Chong S, Shin S-H, Yoo H et al (2012) Single-stage posterior decompression and stabilization for metastasis of the thoracic spine: prognostic factors for functional outcome and patients’ survival. Spine J 12:1083–1092. https://doi.org/10.1016/j.spinee.2012.10.015 + + 10.1016/j.spinee.2012.10.015 + 23168136 + + + + Lenschow M, Lenz M, Telentschak S et al (2022) Preoperative Performance Status Threshold for Favorable Surgical Outcome in Metastatic Spine Disease. https://doi.org/10.1227/neu.0000000000002941 . Neurosurgery 10.1227/neu.0000000000002941 + + + Park S-J, Lee C-S, Chung S-S (2016) Surgical results of metastatic spinal cord compression (MSCC) from non–small cell lung cancer (NSCLC): analysis of functional outcome, survival time, and complication. Spine J 16:322–328. https://doi.org/10.1016/j.spinee.2015.11.005 + + 10.1016/j.spinee.2015.11.005 + 26586194 + + + + Ushiku C, Akiyama S, Ikegami T et al (2023) Clinical study of preoperative skeletal muscle mass as a predictor of physical performance recovery following palliative surgery for spinal metastases. J Orthop Sci 28:874–879. https://doi.org/10.1016/j.jos.2022.06.006 + + 10.1016/j.jos.2022.06.006 + 35811255 + + + + +
+ + + 42207236 + + 2026 + 05 + 28 + + + 2026 + 05 + 28 + +
+ + 2509-9280 + + 10 + 1 + + 2026 + May + 28 + + + European radiology experimental + Eur Radiol Exp + + Automated identification of MRI series using a hierarchical modular machine-learning pipeline. + 77 + 10.1186/s41747-026-00740-z + + The volume and diversity of large MR imaging datasets require efficient automated labelling tools for cataloguing MR series, as manual annotation is impractical and costly. However, relying on DICOM header fields alone is unreliable because sequence descriptors are heterogeneous and locally defined, frequently missing or incorrect, and may be altered or removed during anonymisation. + We developed an AI-based modular model to classify MR series. The pipeline comprises five sequential classifiers (Family, Weighting, Fat Suppression, Contrast, and Others) and was trained and tested on 18,181 MRI series from the multicentre PRIMAGE repository. The dataset was split by patient into 80% training/validation and 20% testing; within the training/validation subset, five-fold cross-validation was used. With the exception of contrast classification, all modules used DICOM tag-based machine learning models (CatBoost/Random Forest), while the Contrast classifier incorporated image analysis using a pretrained single-slice ResNet-50. Ethical approval for the study was obtained. + Accuracy was 0.994 for Weighting, 0.984 for Family, 0.959 for Fat suppression and 0.958 for Others; the Contrast classifier recorded 0.841. Overall, the end-to-end classification yielded a weighted F1 of 0.849 (CI: 0.837-0.861) and an accuracy of 0.853 (CI: 0.841-0.865). + The proposed approach provides a reliable and scalable solution for labelling large, heterogeneous MRI datasets across multiple anatomical regions. The pipeline achieved excellent performance for Weighting and Family classification, solid performance for Fat Suppression and 'Others'. However, Contrast classification remains the main limitation and warrants further refinement and/or additional modules. + Reliable, automated MRI sequence labelling enables faster, reproducible cohort selection and protocol harmonisation in large archives, supporting downstream clinical research and AI tools while reducing manual curation effort and error. + Multicentre PRIMAGE cohort (18,181 MR series) enabling evaluation in a heterogeneous setting. Machine learning model combining DICOM metadata and image features. High accuracy in series classification: up to 0.994 on key tasks. A scalable pipeline reduces manual annotation workload for radiologists. + © 2026. The Author(s). + + + + Kujawa + Mariusz J + MJ + 0000-0003-4654-4321 + + Grupo de Investigación Biomédica en Imagen (GIBI230), Instituto de Investigación Sanitaria La Fe, Valencia, Spain. mariusz.kujawa@gumed.edu.pl. + + + 2nd Department of Radiology, Medical University of Gdansk, Gdansk, Poland. mariusz.kujawa@gumed.edu.pl. + + + + Fernández-Patón + Matías + M + 0000-0001-9374-1411 + + Grupo de Investigación Biomédica en Imagen (GIBI230), Instituto de Investigación Sanitaria La Fe, Valencia, Spain. + + + + Cerdá Alberich + Leonor + L + 0000-0002-5567-4278 + + Grupo de Investigación Biomédica en Imagen (GIBI230), Instituto de Investigación Sanitaria La Fe, Valencia, Spain. + + + + Veiga-Canuto + Diana + D + 0000-0002-6048-2940 + + Grupo de Investigación Biomédica en Imagen (GIBI230), Instituto de Investigación Sanitaria La Fe, Valencia, Spain. + + + + Martí-Bonmatí + Luis + L + 0000-0002-8234-010X + + Grupo de Investigación Biomédica en Imagen (GIBI230), Instituto de Investigación Sanitaria La Fe, Valencia, Spain. + + + Área Clínica de Imagen Médica, Hospital Universitario y Politécnico La Fe, Valencia, Spain. + + + + eng + + + 826494 + Horizon 2020 Framework Programme + + + + + Journal Article + + + 2026 + 05 + 28 + +
+ + England + Eur Radiol Exp + 101721752 + 2509-9280 + + IM + + + Magnetic Resonance Imaging + methods + + + Machine Learning + + + Humans + + + Classification Algorithms + + + Image Processing, Computer-Assisted + methods + + + + Artificial intelligence + DICOM + Magnetic resonance imaging + Multicentre study + Series classification + + Declarations. Ethics approval and consent to participate: Ethical approval was obtained from the Ethics Committee for Investigation with medicinal products of the University and Polytechnic La Fe Hospital (ethic code: 2018/0228). Written informed consent was obtained from all participants. Consent for publication: Written informed consent was obtained from all participants. Competing interests: The authors declare no conflicts of interest. +
+ + + + 2026 + 5 + 28 + 12 + 34 + + + 2026 + 5 + 28 + 12 + 33 + + + 2026 + 2 + 1 + + + 2026 + 4 + 28 + + + 2026 + 3 + 30 + + + 2026 + 5 + 28 + 11 + 4 + + + epublish + + 42207236 + 10.1186/s41747-026-00740-z + 10.1186/s41747-026-00740-z + + + + Liang S, Beaton D, Arnott SR et al (2021) Magnetic resonance imaging sequence identification using a metadata learning approach. Front Neuroinform 15:622951. https://doi.org/10.3389/fninf.2021.622951 + + 10.3389/fninf.2021.622951 + 34867254 + 8635782 + + + + de Mello JPV, Paixão TM, Berriel R et al (2020) Deep learning-based type identification of volumetric MRI sequences. In: Proceedings of the 2020 25th international conference on pattern recognition (ICPR). IEEE, Milan, pp 5674–5681. https://doi.org/10.1109/ICPR48806.2021.9413120 + + + Gauriau R, Bridge C, Chen L et al (2020) Using DICOM metadata for radiological image series categorization: a feasibility study on large clinical brain MRI datasets. J Digit Imaging 33:747–762. https://doi.org/10.1007/s10278-019-00308-x + + 10.1007/s10278-019-00308-x + 31950302 + 7256138 + + + + Mildenberger P, Eichelberg M, Martin E (2002) Introduction to the DICOM standard. Eur Radiol 12:920–927. https://doi.org/10.1007/S003300101100 + + 10.1007/S003300101100 + 11960249 + + + + Gueld MO, Kohnen M, Keysers D et al (2002) Quality of DICOM header information for image categorization. Proc SPIE 4685:280–287. https://doi.org/10.1117/12.467017 + + 10.1117/12.467017 + + + + Gomis-Maya A, Cerdá-Alberich L, Veiga-Canuto D et al (2025) Automatic magnetic resonance imaging series labelling for large repositories. J Big Data 12:39. https://doi.org/10.1186/s40537-025-01086-w + + 10.1186/s40537-025-01086-w + + + + Ranjbar S, Singleton KW, Jackson PR et al (2020) A deep convolutional neural network for annotation of magnetic resonance imaging sequence type. J Digit Imaging 33:439–446. https://doi.org/10.1007/s10278-019-00282-4 + + 10.1007/s10278-019-00282-4 + 31654174 + 7165226 + + + + Pizarro R, Assemlal HE, De Nigris D et al (2019) Using deep learning algorithms to automatically identify the brain MRI contrast: implications for managing large databases. Neuroinformatics 17:115–130. https://doi.org/10.1007/s12021-018-9387-8 + + 10.1007/s12021-018-9387-8 + 29956131 + + + + Baumgärtner GL, Hamm CA, Schulze-Weddige S et al (2023) Metadata-independent classification of MRI sequences using convolutional neural networks: successful application to prostate MRI. Eur J Radiol 166:110964. https://doi.org/10.1016/j.ejrad.2023.110964 + + 10.1016/j.ejrad.2023.110964 + 37453274 + + + + de Almeida JG, Verde ASC, Bilreiro C et al (2025) Automatic sequence identification in multicentric prostate multiparametric MRI datasets for clinical machine-learning. Insights Imaging 16:75. https://doi.org/10.1186/s13244-025-01938-2 + + 10.1186/s13244-025-01938-2 + 40146375 + 12187622 + + + + Zhu Z, Mittendorf A, Shropshire E et al (2022) 3D pyramid pooling network for abdominal MRI series classification. IEEE Trans Pattern Anal Mach Intell 44:1688–1698. https://doi.org/10.1109/TPAMI.2020.3033990 + + 10.1109/TPAMI.2020.3033990 + 33112740 + + + + Pan J, Chen Q, Sun C et al (2025) MRISeqClassifier: a deep learning toolkit for precise MRI sequence classification. AMIA Jt Summits Transl Sci Proc 2025:405–413 + + 40502266 + 12150705 + + + + Cerdá-Alberich L, Solana J, Mallol P et al (2023) MAIC–10 brief quality checklist for publications using artificial intelligence and medical images. Insights Imaging 14:11. https://doi.org/10.1186/s13244-022-01355-9 + + 10.1186/s13244-022-01355-9 + 36645542 + 9842808 + + + + Martí-Bonmatí L, Alberich-Bayarri Á, Ladenstein R et al (2020) PRIMAGE project: predictive in silico multiscale analytics to support childhood cancer personalised evaluation empowered by imaging biomarkers. Eur Radiol Exp 4:22. https://doi.org/10.1186/s41747-020-00150-9 + + 10.1186/s41747-020-00150-9 + 32246291 + 7125275 + + + + Prokhorenkova L, Gusev G, Vorobev A et al (2018) CatBoost: unbiased boosting with categorical features. Adv Neural Inf Process Syst 31:6638–6648 + + + Breiman L (2001) Random forests. Mach Learn 45:5–32. https://doi.org/10.1023/A:1010933404324 + + 10.1023/A:1010933404324 + + + + He K, Zhang X, Ren S, Sun J (2016) Deep residual learning for image recognition. In: Proceedings of the IEEE conference on computer vision and pattern recognition (CVPR). IEEE, Las Vegas, pp 770–778. https://doi.org/10.1109/CVPR.2016.90 + + + Kim B, Mathai TS, Helm K et al (2025) Automated classification of body MRI sequences using convolutional neural networks. Acad Radiol 32:1192–1203. https://doi.org/10.1016/j.acra.2024.11.046 + + 10.1016/j.acra.2024.11.046 + 39645459 + + + + Bitar R, Leung G, Perng R et al (2006) MR pulse sequences: what every radiologist wants to know but is afraid to ask. Radiographics 26:513–537. https://doi.org/10.1148/rg.262055063 + + 10.1148/rg.262055063 + 16549614 + + + + Nitz WR (1999) MR imaging: acronyms and clinical applications. Eur Radiol 9:979–997. https://doi.org/10.1007/S003300050780 + + 10.1007/S003300050780 + 10370004 + + + + Matta S, Lamard M, Zhang P et al (2024) A systematic review of generalization research in medical image classification. Comput Biol Med 183:109256. https://doi.org/10.1016/j.compbiomed.2024.109256 + + 10.1016/j.compbiomed.2024.109256 + 39427426 + + + + Tóth M, Ruskó L, Csébfalvi B (2016) Automatic recognition of anatomical regions in three-dimensional medical images. Comput Biol Med 76:120–133. https://doi.org/10.1016/j.compbiomed.2016.06.018 + + 10.1016/j.compbiomed.2016.06.018 + 27433991 + + + + Scapicchio C, Gabelloni M, Forte SM et al (2021) DICOM-MIABIS integration model for biobanks: a use case of the EU PRIMAGE project. Eur Radiol Exp 5:20. https://doi.org/10.1186/s41747-021-00214-4 + + 10.1186/s41747-021-00214-4 + 33977357 + 8113005 + + + + +
+ + + 42207215 + + 2026 + 05 + 28 + +
+ + 2730-6011 + + + 2026 + May + 28 + + + Discover oncology + Discov Oncol + + Up-regulation of SLC26A3 enhances oxaliplatin sensitivity in colorectal cancer. + 10.1007/s12672-026-05285-6 + + The role of SLC26A3 in the sensitivity to oxaliplatin, a widely used chemotherapy drug for colorectal cancer (CRC), remains unclear. This study aimed to explore the association between SLC26A3 expression and oxaliplatin sensitivity. Total 240 differentially expressed mRNAs were identified, with 124 downregulated and 116 upregulated in oxaliplatin-resistant CRC. WGCNA identified a module significantly associated with resistance. GO and KEGG analyses revealed enrichment in fatty acid metabolic processes and organic anion transmembrane transporter activity. PCA and feature gene selection identified a 15-gene signature, with SLC26A3 highlighted by machine learning models as a key discriminator of chemosensitivity. Immunohistochemical staining and survival analysis indicated that higher SLC26A3 expression correlated with better survival outcomes. Additionally, a significant negative correlation between SLC26A3 and AKT1 was observed, suggesting that while SLC26A3 may enhance oxaliplatin sensitivity, its effect may be overshadowed by other factors in resistant cells. SLC26A3 may play a crucial role in oxaliplatin sensitivity in CRC. The identified gene signature could potentially serve as a biomarker for predicting chemosensitivity to oxaliplatin. + © 2026. The Author(s). + + + + Wang + Junyang + J + + Department of Gastrointestinal Nutrition and Hernia Surgery, The Second Hospital of Jilin University, No. 4026, Yatai Street, Nanguan District, Changchun, 130022, China. + + + + Tang + Shaodong + S + + Department of Cardiology, Songyuan Jilin Oilfield Hospital, Songyuan, 138001, China. + + + + Zhang + Min + M + + Department of Gastrointestinal Surgery, Jilin People's Hospital, Changchun, 132001, Jilin, China. + + + + Li + Songhe + S + + Department of Ophthalmology, The First Hospital of Jilin University, No. 1, Xinmin Street, Changchun, 130021, China. songhe@jlu.edu.cn. + + + + Wen + Dacheng + D + + Department of Gastrointestinal Nutrition and Hernia Surgery, The Second Hospital of Jilin University, No. 4026, Yatai Street, Nanguan District, Changchun, 130022, China. wendc@jlu.edu.cn. + + + + eng + + + 20220401073YY + Jilin Province Science and Technology Development Plan Project + + + + + Journal Article + + + 2026 + 05 + 28 + +
+ + United States + Discov Oncol + 101775142 + 2730-6011 + + + Colorectal cancer + Gene expression + Machine learning + Oxaliplatin sensitivity + SLC26A3 + + Declarations. Ethics approval and consent to participate: The study was approved by the Ethics Committee of The Second Hospital of Jilin University (SB2021143). The patients or their families signed the informed consent. The study was conducted according to the guidelines of the Declaration of Helsinki. Consent for publication: Not applicable. Competing interests: The authors declare no competing interests. +
+ + + + 2026 + 5 + 28 + 12 + 35 + + + 2026 + 5 + 28 + 12 + 35 + + + 2025 + 12 + 26 + + + 2026 + 5 + 15 + + + 2026 + 5 + 28 + 11 + 4 + + + aheadofprint + + 42207215 + 10.1007/s12672-026-05285-6 + 10.1007/s12672-026-05285-6 + + +
+ + + 42207158 + + 2026 + 05 + 28 + + + 2026 + 05 + 28 + +
+ + 1438-8871 + + 28 + + 2026 + May + 28 + + + Journal of medical Internet research + J Med Internet Res + + Adaptive Fast-Slow Large Language Model Framework for Multidimensional Classification of Prenatal Ultrasound Reports: Comparative Study. + + e91399 + e91399 + + 10.2196/91399 + + Phenotype-driven prenatal diagnosis relies on the precise correlation between ultrasound findings and genetic outcomes; however, this process is hindered by the unstructured nature of clinical ultrasound reports. While large language models (LLMs) hold the potential to address this challenge, their specific application in this domain remains systematically underexplored. + To establish an effective LLM implementation framework for the clinical multidimensional classification of prenatal ultrasound reports, we evaluated the open-source DeepSeek-V3.2 family on real-world anomalous reports-covering both factual and subjective categories-while integrating retrieval-augmented generation (RAG) and chain-of-thought (CoT) reasoning. + From a cohort of 4256 pregnancies, we extracted 254 reports with fetal anomalies. We comprehensively evaluated both the high-speed base model (DeepSeek-V3.2-B) and the reasoning-enhanced model (DeepSeek-V3.2-R) across all 5 classification dimensions, comprising 4 factual extraction tasks-primary classification, standardized terminology, anatomical system, and abnormality count-and 1 subjective severity assessment. We further explicitly evaluated the efficacy of RAG for the subjective tasks. Finally, to validate the clinical utility of this approach, we performed a correlation analysis between the expert-validated multidimensional phenotypic profiles and definitive genetic outcomes derived from amniocentesis. + While V3.2-B achieved high efficiency in factual tasks (accuracy and F1-score >90%), it underperformed in subjective severity grading (56.6% accuracy), exhibiting a recall of 0 for minor anomalies. Crucially, while RAG significantly improved both models' performance on internal retrieval datasets (P<.05), this benefit did not generalize to external test datasets (P>.05). In contrast, the V3.2-R model utilizing CoT reasoning achieved superior robustness (86% accuracy and F1-score=0.75) on external data without RAG; notably, introducing RAG to V3.2-R degraded performance to 81%, suggesting potential noise interference. Clinical validation against amniocentesis outcomes confirmed that accurate multidimensional phenotypic profiles significantly stratified pathogenic genetic risks. + The rapid base models are efficient for factual classification, and RAG enhances performance on data similar to the knowledge base, whereas CoT is indispensable for subjective assessment. Within the constraints of our dataset and current retrieval implementation, CoT proved more robust than RAG for subjective assessment. However, this finding is specifically tied to our experimental setup and should not be generalized as a universal conclusion. We recommend clinically adopting this adaptive "fast-slow" LLM framework to efficiently perform the multidimensional classification of prenatal ultrasound anomalies. This privacy-preserving, locally deployable solution provides a scalable path to accelerate phenotype-genotype research and optimize invasive diagnostic decision-making. + ©Wei Zhong, Huihui Yan, Yifan Liu, Yan Liu, Kai Yang, Huimin Gao, Zhengyang Yao, Wenjing Hao, Yousheng Yan, Chenghong Yin. Originally published in the Journal of Medical Internet Research (https://www.jmir.org). + + + + Zhong + Wei + W + 0000-0001-9823-9500 + + Department of Medical Genetics, Beijing Obstetrics and Gynecology Hospital, Capital Medical University. Beijing Maternal and Child Health Care Hospital, Beijing, China. + + + + Yan + Huihui + H + 0009-0008-2979-9895 + + Department of Prenatal Diagnosis Center, Beijing Obstetrics and Gynecology Hospital, Capital Medical University. Beijing Maternal and Child Health Care Hospital, Beijing, China. + + + + Liu + Yifan + Y + 0009-0008-7339-4756 + + Department of Prenatal Diagnosis Center, Beijing Obstetrics and Gynecology Hospital, Capital Medical University. Beijing Maternal and Child Health Care Hospital, Beijing, China. + + + + Liu + Yan + Y + 0000-0003-1698-5783 + + Department of Prenatal Diagnosis Center, Beijing Obstetrics and Gynecology Hospital, Capital Medical University. Beijing Maternal and Child Health Care Hospital, Beijing, China. + + + + Yang + Kai + K + 0000-0002-7457-3106 + + Department of Medical Genetics, Beijing Obstetrics and Gynecology Hospital, Capital Medical University. Beijing Maternal and Child Health Care Hospital, Beijing, China. + + + + Gao + Huimin + H + 0009-0004-8874-6022 + + Department of Medical Genetics, Beijing Obstetrics and Gynecology Hospital, Capital Medical University. Beijing Maternal and Child Health Care Hospital, Beijing, China. + + + + Yao + Zhengyang + Z + 0009-0009-5761-7136 + + Department of Prenatal Diagnosis Center, Beijing Obstetrics and Gynecology Hospital, Capital Medical University. Beijing Maternal and Child Health Care Hospital, Beijing, China. + + + + Hao + Wenjing + W + 0009-0006-8537-0036 + + Department of Prenatal Diagnosis Center, Beijing Obstetrics and Gynecology Hospital, Capital Medical University. Beijing Maternal and Child Health Care Hospital, Beijing, China. + + + + Yan + Yousheng + Y + 0000-0002-0405-1302 + + Department of Medical Genetics, Beijing Obstetrics and Gynecology Hospital, Capital Medical University. Beijing Maternal and Child Health Care Hospital, Beijing, China. + + + + Yin + Chenghong + C + 0000-0002-2503-3285 + + Department of Central Laboratory, Beijing Obstetrics and Gynecology Hospital, Capital Medical University. Beijing Maternal and Child Health Care Hospital, No. 251 Yaojiayuan Road, Chaoyang District, Beijing, 100026, China, 86 15572779093. + + + + eng + + Journal Article + Comparative Study + + + 2026 + 05 + 28 + +
+ + Canada + J Med Internet Res + 100959882 + 1438-8871 + + IM + + + Large Language Models + + + Humans + + + Ultrasonography, Prenatal + + + Pregnancy + + + Female + + + + DeepSeek + chain-of-thought + large language models + phenotype-driven diagnosis + prenatal ultrasound + retrieval-augmented generation + +
+ + + + 2026 + 5 + 28 + 12 + 35 + + + 2026 + 5 + 28 + 12 + 34 + + + 2026 + 1 + 14 + + + 2026 + 5 + 2 + + + 2026 + 5 + 4 + + + 2026 + 5 + 28 + 10 + 54 + + + epublish + + 42207158 + 10.2196/91399 + v28i1e91399 + + +
+ + + 42207133 + + 2026 + 05 + 28 + +
+ + 1364-5528 + + + 2026 + May + 28 + + + The Analyst + Analyst + + Current trends in machine learning for surface-enhanced Raman spectroscopy. + 10.1039/d5an01346a + + Surface-enhanced Raman spectroscopy (SERS) is being transformed by the widespread adoption of artificial intelligence across the full methodological spectrum. Conventional machine learning is routinely applied for robust baselines and rapid deployment. Deep learning with convolutional networks, recurrent and transformer architectures, and self-supervised objectives is increasingly used to learn invariant spectral representations from minimally processed data. Generative models (variational, adversarial, diffusion) are being employed for augmentation, denoising, and simulation-to-real transfer, while large language models are leveraged for metadata curation, protocol extraction, and retrieval-augmented decision support. Through these advances, SERS analysis has become more convenient, scalable, and automatable, enabling streamlined applications in medicine, agriculture, food quality assurance, environmental monitoring, and process control. Despite this progress, substantial challenges still remain. Data scarcity persists, characterized by limited sample sizes, heterogeneous acquisition protocols, sparse labels, and restricted public benchmarks, which together constrain generalization and hinder fair comparison. Model explainability also requires improvement, with a need for chemically faithful attributions, standardized reporting of evidential spectra, and rigorous robustness checks to build trust in safety-critical decisions. In this review, current methodologies are surveyed, practical guidelines are summarized, and a path forward is outlined that prioritizes community datasets compliant with Findability, Accessibility, Interoperability, and Reuse (FAIR) principles, transparent evaluation suites, and interpretable, uncertainty-aware models capable of reliable deployment across laboratories and devices. + + + + Luo + Ruihao + R + 0000-0002-8291-4927 + + Leibniz Institute of Photonic Technology, Member of Leibniz Health Technologies, Member of the Leibniz Centre for Photonics in Infection Research (LPI), Albert-Einstein-Straße 9, 07745 Jena, Germany. dana.cialla-may@leibniz-ipht.de. + + + Institute of Physical Chemistry (IPC) and Abbe Center of Photonics (ACP), Friedrich Schiller University Jena, Member of the Leibniz Centre for Photonics in Infection Research (LPI), Helmholtzweg 4, 07743 Jena, Germany. + + + + Jiao + Sujia + S + + Leibniz Institute of Photonic Technology, Member of Leibniz Health Technologies, Member of the Leibniz Centre for Photonics in Infection Research (LPI), Albert-Einstein-Straße 9, 07745 Jena, Germany. dana.cialla-may@leibniz-ipht.de. + + + + Nair + Jyothi B + JB + + Leibniz Institute of Photonic Technology, Member of Leibniz Health Technologies, Member of the Leibniz Centre for Photonics in Infection Research (LPI), Albert-Einstein-Straße 9, 07745 Jena, Germany. dana.cialla-may@leibniz-ipht.de. + + + + Ghosh + Arna + A + + Leibniz Institute of Photonic Technology, Member of Leibniz Health Technologies, Member of the Leibniz Centre for Photonics in Infection Research (LPI), Albert-Einstein-Straße 9, 07745 Jena, Germany. dana.cialla-may@leibniz-ipht.de. + + + + Kamiak + Klaudziya + K + 0009-0004-7571-2077 + + Leibniz Institute of Photonic Technology, Member of Leibniz Health Technologies, Member of the Leibniz Centre for Photonics in Infection Research (LPI), Albert-Einstein-Straße 9, 07745 Jena, Germany. dana.cialla-may@leibniz-ipht.de. + + + + Popp + Jürgen + J + 0000-0003-4257-593X + + Leibniz Institute of Photonic Technology, Member of Leibniz Health Technologies, Member of the Leibniz Centre for Photonics in Infection Research (LPI), Albert-Einstein-Straße 9, 07745 Jena, Germany. dana.cialla-may@leibniz-ipht.de. + + + Institute of Physical Chemistry (IPC) and Abbe Center of Photonics (ACP), Friedrich Schiller University Jena, Member of the Leibniz Centre for Photonics in Infection Research (LPI), Helmholtzweg 4, 07743 Jena, Germany. + + + + Cialla-May + Dana + D + 0000-0002-8577-1490 + + Leibniz Institute of Photonic Technology, Member of Leibniz Health Technologies, Member of the Leibniz Centre for Photonics in Infection Research (LPI), Albert-Einstein-Straße 9, 07745 Jena, Germany. dana.cialla-may@leibniz-ipht.de. + + + Institute of Physical Chemistry (IPC) and Abbe Center of Photonics (ACP), Friedrich Schiller University Jena, Member of the Leibniz Centre for Photonics in Infection Research (LPI), Helmholtzweg 4, 07743 Jena, Germany. + + + + Bocklitz + Thomas + T + 0000-0003-2778-6624 + + Leibniz Institute of Photonic Technology, Member of Leibniz Health Technologies, Member of the Leibniz Centre for Photonics in Infection Research (LPI), Albert-Einstein-Straße 9, 07745 Jena, Germany. dana.cialla-may@leibniz-ipht.de. + + + Institute of Physical Chemistry (IPC) and Abbe Center of Photonics (ACP), Friedrich Schiller University Jena, Member of the Leibniz Centre for Photonics in Infection Research (LPI), Helmholtzweg 4, 07743 Jena, Germany. + + + + eng + + Journal Article + Review + + + 2026 + 05 + 28 + +
+ + England + Analyst + 0372652 + 0003-2654 + + IM +
+ + + + 2026 + 5 + 28 + 12 + 34 + + + 2026 + 5 + 28 + 12 + 34 + + + 2026 + 5 + 28 + 10 + 42 + + + aheadofprint + + 42207133 + 10.1039/d5an01346a + + +
+ + + 42207108 + + 2026 + 05 + 28 + + + 2026 + 05 + 28 + +
+ + 1678-2690 + + 98 + 2 + + 2026 + + + Anais da Academia Brasileira de Ciencias + An Acad Bras Cienc + + The use of machine learning approaches for mortality prediction and classification in traumatic brain injury: a literature review. + + e20250585 + e20250585 + + 10.1590/0001-3765202620250585 + S0001-37652026000202601 + + This systematic review analyzed machine learning (ML) techniques for predicting and classifying mortality in traumatic brain injury (TBI) victims. + The PICOS (People, Intervention, Comparison, Outcome, Study) strategy was used for the research question. The included studies were indexed in the Virtual Health Library and the National Library of Medicine, written in English, Portuguese, or Spanish, and focused on TBI-related mortality. Exclusions comprised animal studies, molecular research, reviews, and unavailable full texts. + Of 1,752 screened studies, 36 met inclusion criteria. Most publications emerged in 2023 (n = 10, 27.8%), with the highest number of publications belonging to Asian countries (n = 12, 33.3%). The general mean age of TBI was 50.5 years for male adults and the main causes were motor vehicle accidents and falls. The main predictors of mortality were low Glasgow Coma Scale score (n=17, 12.9%) and age (n=14, 10.6%). The best machine learning techniques to predict mortality were Support Vector Machine, Logistic Regression, Random Forest and eXtreme Gradient Boosting. The areas under the curve (AUC) ranged from 0.757 to 0.968. + Machine learning techniques seem to be useful and promising tools for predicting mortality in TBI victims, and thus help in clinical decisions. + + + + Silva-Sousa + Arthur Afonso + AA + 0000-0001-6032-8487 + + Universidade Federal de Minas Gerais (UFMG), Instituto de Ciências Biológicas, Programa de Pós-graduação em Neurociências, Av. Antônio Carlos, 6627, Pampulha, 31270-901 Belo Horizonte, MG, Brazil. + + + + Camargo + Fernanda Carolina + FC + 0000-0002-1048-960X + + Universidade Federal do Triângulo Mineiro (UFTM), Setor de Pesquisa e Inovação Tecnológica do Hospital de Clínicas, Rua Benjamin Constant, 16, Nossa Senhora da Abadia, 38025-470 Uberaba, MG, Brazil. + + + + Furtado + Leopoldo Mandic F + LMF + 0000-0001-9472-9895 + + Universidade Federal de Minas Gerais (UFMG), Instituto de Ciências Biológicas, Programa de Pós-graduação em Neurociências, Av. Antônio Carlos, 6627, Pampulha, 31270-901 Belo Horizonte, MG, Brazil. + + + + Teixeira + Antonio Lucio + AL + 0000-0002-9621-5422 + + University of Texas Health Science Center at San Antonio, The Glenn Biggs Institute, Floyd Curl Dr., 8300, 78229 San Antonio, TX, USA. + + + + Queiroz + Rafael A B DE + RAB + 0000-0002-3676-8914 + + Universidade Federal de Ouro Preto (UFOP), Departamento de Computação, Instituto de Ciências Exatas e Biológicas, Rua Quatro, s/n, Campus Universitário Morro do Cruzeiro, 35402-136 Ouro Preto, MG, Brazil. + + + + Miranda + Aline Silva DE + AS + 0000-0003-2811-7924 + + Universidade Federal de Minas Gerais (UFMG), Departamento de Morfologia, Instituto de Ciências Biológicas, Av. Antônio Carlos, 6627, Pampulha, 31270-901 Belo Horizonte, MG, Brazil. + + + + eng + + Journal Article + Systematic Review + + + 2026 + 05 + 22 + +
+ + Brazil + An Acad Bras Cienc + 7503280 + 0001-3765 + + IM + + + Brain Injuries, Traumatic + mortality + classification + + + Humans + + + Machine Learning + + + Predictive Learning Models + + + Male + + + Random Forest + + + Classification Algorithms + + + Boosting Machine Learning Algorithms + + + Prediction Algorithms + + + Glasgow Coma Scale + + +
+ + + + 2026 + 5 + 28 + 12 + 35 + + + 2026 + 5 + 28 + 12 + 34 + + + 2025 + 5 + 27 + + + 2026 + 1 + 3 + + + 2026 + 5 + 28 + 10 + 33 + + + epublish + + 42207108 + 10.1590/0001-3765202620250585 + S0001-37652026000202601 + + +
+ + + 42207045 + + 2026 + 05 + 28 + +
+ + 1471-2962 + + 384 + 2321 + + 2026 + May + 28 + + + Philosophical transactions. Series A, Mathematical, physical, and engineering sciences + Philos Trans A Math Phys Eng Sci + + Unsupervised machine learning for scientific discovery: workflow and best practices. + 20240602 + 10.1098/rsta.2024.0602 + + Unsupervised machine learning is widely used to mine large, unlabelled datasets to make data-driven discoveries in critical domains such as climate science, biomedicine, astronomy, chemistry and more. However, despite its widespread utilization, there is a lack of standardization in unsupervised learning workflows for making reliable and reproducible scientific discoveries. In this paper, we present a structured workflow for using unsupervised learning techniques in science. We highlight and discuss best practices starting with formulating validatable scientific questions, conducting robust data preparation and exploration, using a range of modelling techniques, performing rigorous validation by evaluating the stability and generalizability of unsupervised learning conclusions, and promoting effective communication and documentation of results to ensure reproducible scientific discoveries. To illustrate our proposed workflow, we present a case study from astronomy, seeking to refine globular clusters of Milky Way stars based upon their chemical composition. Our case study highlights the importance of validation and illustrates how the benefits of a carefully designed workflow for unsupervised learning can advance scientific discovery. This article is part of the theme issue 'Statistical workflow'. + © 2026 The Authors. + + + + Chang + Andersen + A + + Department of Neuroscience, Baylor College of Medicine, Houston, TX, USA. + + + + Tang + Tiffany + T + + Applied and Computational Mathematics and Statistics, University of Notre Dame, Notre Dame, IN, USA. + + + + Zikry + Tarek + T + 0000-0003-3360-249X + + Department of Statistics, Columbia University, New York, NY, USA. + + + + Allen + Genevera + G + 0000-0002-6851-4310 + + Department of Statistics, Columbia University, New York, NY, USA. + + + + eng + + + National Science Foundation + + + + + Journal Article + +
+ + England + Philos Trans A Math Phys Eng Sci + 101133385 + 1364-503X + + IM + + astronomy + best practices + clustering + data-driven discovery + dimension reduction + unsupervised learning + workflow + +
+ + + + 2026 + 5 + 28 + 12 + 34 + + + 2026 + 5 + 28 + 12 + 33 + + + 2025 + 6 + 2 + + + 2025 + 9 + 16 + + + 2025 + 10 + 27 + + + 2026 + 5 + 28 + 10 + 23 + + + ppublish + + 42207045 + 10.1098/rsta.2024.0602 + 481927 + + +
+ + + 42207042 + + 2026 + 05 + 28 + +
+ + 1471-2962 + + 384 + 2321 + + 2026 + May + 28 + + + Philosophical transactions. Series A, Mathematical, physical, and engineering sciences + Philos Trans A Math Phys Eng Sci + + Machine learning workflows in climate modelling: design patterns and insights from case studies. + 20250254 + 10.1098/rsta.2025.0254 + + Machine learning (ML) has been increasingly applied in climate modelling on system emulation acceleration, data-driven parameter inference, forecasting and knowledge discovery, addressing challenges such as physical consistency, multi-scale coupling, data sparsity, robust generalization and integration with scientific workflows. This paper analyses a series of case studies from applied ML research in climate modelling, with a focus on design choices and workflow structure. Rather than reviewing technical details, we aim to synthesize workflow design patterns across diverse projects in ML-enabled climate modelling: from surrogate modelling, ML parameterization and probabilistic programming, to simulation-based inference and physics-informed transfer learning. We unpack how these workflows are grounded in physical knowledge, informed by simulation data and designed to integrate observations. We demonstrate a framework for ensuring rigour in scientific ML through more transparent model development, critical evaluation, informed adaptation and reproducibility, and aim to contribute to lowering the barrier for interdisciplinary collaboration at the interface of data science and climate modelling. This article is part of the theme issue 'Statistical workflow'. + © 2026 The Authors. + + + + Zheng + Tian + T + 0000-0003-4889-0391 + + Department of Statistics, Columbia University in the City of New York, New York, NY, USA. + + + Department of NSF STC Learning the Earth with AI and Physics (LEAP), Columbia University in the City of New York, New York, NY, USA. + + + + Venkatasubramanian + Subashree + S + + Department of NSF STC Learning the Earth with AI and Physics (LEAP), Columbia University in the City of New York, New York, NY, USA. + + + + Li + Shuolin + S + + Department of NSF STC Learning the Earth with AI and Physics (LEAP), Columbia University in the City of New York, New York, NY, USA. + + + Department of Data Science Institute, Columbia University in the City of New York, New York, NY, USA. + + + + Braverman + Amy + A + + Jet Propulsion Laboratory , Pasadena, CA, USA. + + + + Ke + Xinyi + X + + Department of Statistics, Columbia University in the City of New York, New York, NY, USA. + + + Department of NSF STC Learning the Earth with AI and Physics (LEAP), Columbia University in the City of New York, New York, NY, USA. + + + + Hou + Zhewen + Z + + Department of Statistics, Columbia University in the City of New York, New York, NY, USA. + + + + Jin + Peter + P + + Department of Applied Physics and Applied Mathematics, Columbia University in the City of New York, New York, NY, USA. + + + + Agrawal + Samarth + S + + Department of NSF STC Learning the Earth with AI and Physics (LEAP), Columbia University in the City of New York, New York, NY, USA. + + + + eng + + + Directorate for Geosciences + + + + + Journal Article + +
+ + England + Philos Trans A Math Phys Eng Sci + 101133385 + 1364-503X + + IM + + climate modelling + equation discovery + machine learning + probabilistic programming + remote sensing + simulation-based inference + surrogate models + transfer learning + workflow design + +
+ + + + 2026 + 5 + 28 + 12 + 34 + + + 2026 + 5 + 28 + 12 + 33 + + + 2025 + 9 + 5 + + + 2025 + 12 + 3 + + + 2026 + 1 + 7 + + + 2026 + 5 + 28 + 10 + 23 + + + ppublish + + 42207042 + 10.1098/rsta.2025.0254 + 481924 + + +
+ + + 42207040 + + 2026 + 05 + 28 + + + 2026 + 05 + 28 + +
+ + 1471-2962 + + 384 + 2321 + + 2026 + May + 21 + + + Philosophical transactions. Series A, Mathematical, physical, and engineering sciences + Philos Trans A Math Phys Eng Sci + + A four-step simulation-based workflow for ecological analysis and science. + 20250252 + 10.1098/rsta.2025.0252 + + Ecology is a discipline that has faced increasing challenges as the disconnect between its scientific and statistical methods has become more obvious. Growing demands for useful forecasts in an era of intensifying global change requires models that can capture the variability and underlying uncertainty of ecological systems and related data. Yet many ecologists are not trained in current methods to build the flexible robust models needed to address this challenge. Thus, there is often a reliance on a limited set of predefined models combined with null hypothesis testing or a temptation to adopt new approaches without fully understanding their limitations. The result is poor models that lead to incorrect predictions, alongside concerns of a looming replication crisis. Here we show how new advances in workflows can lead to better models and enhance training in ecology. Building on the increasingly computational toolkit of many ecologists, this approach leverages simulation to integrate model building and testing of empirical data more fully with ecological theory. We argue this approach can fit models that are more robust and better-suited to providing new ecological insights and improved predictions, and may provide a blueprint for other fields similarly challenged by complex systems, growing datasets and limited training in how to best approach them. This article is part of the theme issue 'Statistical workflow'. + © 2026 The Author(s). + + + + Wolkovich + E M + EM + 0000-0001-7653-893X + + Forest and Conservation Sciences, University of British Columbia, Vancouver, BCV6T 1Z4, Canada. + + + + Davies + T Jonathan + TJ + 0000-0003-3318-5948 + + Forest and Conservation Sciences, University of British Columbia, Vancouver, BCV6T 1Z4, Canada. + + + Department of Botany, University of British Columbia, Vancouver, BCV6T 1Z4, Canada. + + + + Pearse + William D + WD + + Department of Life Sciences, Imperial College London, AscotSL5 7PY, UK. + + + Alan Turing Institute, British Library, London, NW1 2DB, UK. + + + + Betancourt + Michael + M + + Symplectomorphic, LLC , New York, NY10026, USA. + + + + eng + + Journal Article + +
+ + England + Philos Trans A Math Phys Eng Sci + 101133385 + 1364-503X + + IM + + + Ecology + methods + statistics & numerical data + + + Computer Simulation + + + Workflow + + + Ecosystem + + + + big data + data simulation + machine learning + null hypothesis testing + prediction + scientific workflow + +
+ + + + 2026 + 5 + 28 + 12 + 36 + + + 2026 + 5 + 28 + 12 + 35 + + + 2025 + 8 + 18 + + + 2025 + 11 + 10 + + + 2025 + 11 + 10 + + + 2026 + 5 + 28 + 10 + 23 + + + ppublish + + 42207040 + 10.1098/rsta.2025.0252 + 481850 + + +
+ + + 42206980 + + 2026 + 05 + 28 + + + 2026 + 05 + 28 + +
+ + 2638-6135 + + 8 + 3 + + 2026 + Jun + + + Radiology. Cardiothoracic imaging + Radiol Cardiothorac Imaging + + Fully Automated Quantification of Functional Small Airway Disease at Inspiratory and Expiratory Chest CT Using Deep Learning. + + e250215 + e250215 + + 10.1148/ryct.250215 + + Purpose To evaluate the accuracy and time efficiency of a deep learning (DL)-based tool for automated quantification of functional small airway disease (fSAD) at chest CT compared with a conventional semimanual method. Materials and Methods This retrospective study included paired inspiratory and expiratory chest CT examinations performed from January 2016 to July 2022, with fSAD defined according to established criteria. Semimanual fSAD assessment (fSADman) was performed using commercial postprocessing software with multiple manual steps, whereas automatic fSAD assessment (fSADauto) used a DL-based tool to fully automate the analysis. Time for fSADman was measured by two cardiothoracic radiologists in 20 randomly selected cases. The Wilcoxon signed rank test assessed systematic differences between reader measurements. Agreement between fSADman and fSADauto was evaluated using Spearman correlation and Bland-Altman analysis. Classification accuracy for clinically relevant fSAD (≥28% lung involvement) was also assessed. Results The study included 249 CT examinations from 196 patients (median age, 56 [IQR, 48-65] years; 120 [61.2%] male). Median lung volumes were 5196 mL (IQR, 4315-6192 mL) at inspiration and 2802 mL (IQR, 2401-3451 mL) at expiration. Agreement between fSADman and fSADauto was excellent (Spearman r = 0.93 [95% CI: 0.89, 0.96]; P < .01), with a small bias of -1.7% on Bland-Altman analysis. For detecting fSAD of 28% or greater, fSADauto achieved 100% sensitivity, 96.8% specificity, and 97.2% accuracy. No significant systematic difference was observed between readers (Wilcoxon W = 1; P = .66). Median semimanual analysis times were 3.47 (IQR, 3.06-3.97) minutes and 5.21 (IQR, 3.57-6.65) minutes, respectively. Conclusion DL-based automated quantification of fSAD demonstrated excellent agreement with semimanual assessment and high diagnostic accuracy and may serve as an efficient and reliable alternative to the traditional semimanual method. Keywords: Pulmonary, Lung, Machine Learning, Workflow Optimization, Segmentation Supplemental material is available for this article. © RSNA, 2026. + + + + Gherca + Stefan + S + 0009-0007-9134-0623 + + Department of Radiology, Clinic of Radiology and Nuclear Medicine, University Hospital Basel, University of Basel, Petersgraben 4, CH-4031 Basel, Switzerland. + + + + Yang + Shan + S + 0000-0002-5209-0576 + + Department of Radiology, Clinic of Radiology and Nuclear Medicine, University Hospital Basel, University of Basel, Petersgraben 4, CH-4031 Basel, Switzerland. + + + + Bremerich + Jens + J + 0000-0002-1002-8483 + + Department of Radiology, Clinic of Radiology and Nuclear Medicine, University Hospital Basel, University of Basel, Petersgraben 4, CH-4031 Basel, Switzerland. + + + + Halter + Jörg + J + + Department of Hematology, University Hospital Basel, University of Basel, Basel, Switzerland. + + + + Stolz + Daiana + D + 0000-0003-0099-882X + + Department of Hematology, University Hospital Basel, University of Basel, Basel, Switzerland. + + + Clinic of Respiratory Medicine and Faculty of Medicine, University of Freiburg, Freiburg, Germany. + + + + Winkel + David J + DJ + 0000-0001-7051-8022 + + Department of Radiology, Clinic of Radiology and Nuclear Medicine, University Hospital Basel, University of Basel, Petersgraben 4, CH-4031 Basel, Switzerland. + + + + Hostettler + Katrin + K + + Clinic of Respiratory Medicine, University Hospital Basel, University of Basel, Basel, Switzerland. + + + + Pradella + Maurice + M + 0000-0003-2449-7835 + + Department of Radiology, Clinic of Radiology and Nuclear Medicine, University Hospital Basel, University of Basel, Petersgraben 4, CH-4031 Basel, Switzerland. + + + + eng + + Journal Article + +
+ + United States + Radiol Cardiothorac Imaging + 101748663 + 2638-6135 + + IM + + + Humans + + + Retrospective Studies + + + Deep Learning + + + Tomography, X-Ray Computed + methods + + + Female + + + Middle Aged + + + Male + + + Aged + + + Radiographic Image Interpretation, Computer-Assisted + methods + + + Inhalation + + + Exhalation + + + Radiography, Thoracic + methods + + + Reproducibility of Results + + + + Lung + Machine Learning + Pulmonary + Segmentation + Workflow Optimization + +
+ + + + 2026 + 5 + 28 + 12 + 34 + + + 2026 + 5 + 28 + 12 + 33 + + + 2026 + 5 + 28 + 9 + 53 + + + ppublish + + 42206980 + 10.1148/ryct.250215 + + +
+ + + 42206960 + + 2026 + 05 + 28 + +
+ + 2198-3844 + + + 2026 + May + 28 + + + Advanced science (Weinheim, Baden-Wurttemberg, Germany) + Adv Sci (Weinh) + + Full-Stack Architectures for Intelligent Brain-Computer Interfaces. + + e75838 + e75838 + + 10.1002/advs.75838 + + Brain-computer interfaces (BCIs) have made consistent advances in supporting motor and communication functions; nevertheless, their adoption in everyday environments remains constrained by enduring challenges, including chronic instability at the electrode-tissue interface, motion-induced artifacts, inter-user variability, and strict power and bandwidth limitations. To address these issues, recent work has increasingly focused on system-level innovations encompassing electrode design, wireless communication strategies, and neural decoding algorithms. At the interface level, enhancements in electrochemical performance and mechanical compliance improve long-term electrode-tissue coupling and help maintain signal integrity during naturalistic movement. For signal acquisition and transmission, miniaturized front-end electronics and energy-efficient telemetry architectures enable higher channel counts while minimizing power consumption and optimizing bandwidth utilization. In parallel, decoding approaches have evolved from static, feature-based pipelines toward adaptive machine-learning and deep-learning methods that are more resilient to nonstationary neural signals and capable of supporting low-latency, closed-loop operation. This review consolidates findings from contemporary preclinical and human studies to provide a comprehensive perspective on system-level engineering strategies for practical BCI technologies, emphasizing neural interface architecture and system-design approaches that enhance signal stability and real-world usability, while also identifying emerging design paradigms that may facilitate next-generation BCIs with improved scalability and broader practical impact. + © 2026 The Author(s). Advanced Science published by Wiley‐VCH GmbH. + + + + Lee + Hee Kyu + HK + + Department of Electrical and Computer Engineering, Sungkyunkwan University, Suwon, Republic of Korea. + + + + Kim + Hyun Bin + HB + + Department of Electrical and Computer Engineering, Sungkyunkwan University, Suwon, Republic of Korea. + + + + Park + Sang Uk + SU + + Department of Electrical and Computer Engineering, Sungkyunkwan University, Suwon, Republic of Korea. + + + + Joo + Janghoon + J + + Department of Electrical and Computer Engineering, Sungkyunkwan University, Suwon, Republic of Korea. + + + + Min + Jinhong + J + + Department of Chemical and Biomolecular Engineering, Yonsei University, Seoul, Republic of Korea. + + + + Lee + Geumbee + G + + School of Chemical Engineering and Applied Chemistry, Kyungpook National University, Daegu, Republic of Korea. + + + + Kang + Joohoon + J + 0000-0002-6578-2547 + + Department of Chemical and Biomolecular Engineering, Yonsei University, Seoul, Republic of Korea. + + + + Jeong + Hyoyoung + H + + Department of Electrical and Computer Engineering, University of California, Davis, CA, USA. + + + + Yoo + Jae-Young + JY + + Department of Electrical and Computer Engineering, Sungkyunkwan University, Suwon, Republic of Korea. + + + Department of Semiconductor Convergence Engineering, Sungkyunkwan University, Suwon, Republic of Korea. + + + + Won + Sang Min + SM + 0000-0002-5750-8628 + + Department of Electrical and Computer Engineering, Sungkyunkwan University, Suwon, Republic of Korea. + + + + eng + + + RS-2024-00427006 + Korea Planning & Evaluation Institute of Industrial Technology + + + + IITP-2025-RS-2020-II201821 + National Research Foundation of Korea (NRF) grant funded by the Korea government + + + + RS-2025-02303342 + National Research Foundation of Korea (NRF) grant funded by the Korea government + + + + RS-2024-00406152 + National Research Foundation of Korea (NRF) grant funded by the Korea government + + + + RS-2024-00406674 + Basic Research Laboratory Project from the National Research Foundation + + + + RS-2024-00418086 + Korea Institute for Advancement of Technology + + + + RS-2024-00435693 + Korea Institute for Advancement of Technology + + + + + Journal Article + Review + + + 2026 + 05 + 28 + +
+ + Germany + Adv Sci (Weinh) + 101664569 + 2198-3844 + + IM + + brain–computer interface + chronic signal stability + closed‐loop BCI + electrode–tissue interface + neural decoding + neural interface + wireless neural recording + +
+ + + + 2026 + 5 + 28 + 12 + 33 + + + 2026 + 5 + 28 + 12 + 33 + + + 2026 + 4 + 28 + + + 2026 + 2 + 27 + + + 2026 + 5 + 16 + + + 2026 + 5 + 28 + 9 + 43 + + + aheadofprint + + 42206960 + 10.1002/advs.75838 + + + + J. Martín‐Fernández, N. Caballero‐Estebaranz, and E. Félez, “Where Are Higher‐Order Cognitive Functions? The Paradox of Non‐Locality in Awake Cognitive Mapping Using a Complex Dynamic System Framework,” Frontiers in Psychology 16 (2025): 1542505, https://doi.org/10.3389/fpsyg.2025.1542505. + + + A. Jackson and T. M. Hall, “Decoding Local Field Potentials for Neural Interfaces,” IEEE Transactions on Neural Systems and Rehabilitation Engineering 25, no. 10 (2016): 1705–1714, https://doi.org/10.1109/TNSRE.2016.2612001. + + + C. T. Nordhausen, E. M. Maynard, and R. A. Normann, “Single Unit Recording Capabilities of a 100 Microelectrode Array,” Brain Research 726, no. 1‐2 (1996): 129–140, https://doi.org/10.1016/0006‐8993(96)00321‐6. + + + Y. Dong, S. Wang, Q. Huang, R. W. Berg, G. Li, and J. He, “Neural Decoding for Intracortical Brain–Computer Interfaces,” Cyborg and Bionic Systems 4 (2023): 0044, https://doi.org/10.34133/cbsystems.0044. + + + K. Shen, O. Chen, J. L. Edmunds, D. K. Piech, and M. M. Maharbiz, “Translational Opportunities and Challenges of Invasive Electrodes for Neural Interfaces,” Nature Biomedical Engineering 7, no. 4 (2023): 424–442, https://doi.org/10.1038/s41551‐023‐01021‐5. + + + L. F. Nicolas‐Alonso and J. Gomez‐Gil, “Brain Computer Interfaces, a Review,” sensors 12, no. 2 (2012): 1211–1279, https://doi.org/10.3390/s120201211. + + + J. R. Wolpaw, “Brain–Computer Interfaces,” in Handbook of Clinical Neurology (Elsevier, 2013), 0072–9752. + + + B. He, H. Yuan, J. Meng, and S. Gao, Neural Engineering (Springer Nature, 2020): 131–183, https://doi.org/10.1007/978‐3‐030‐43395‐6. + + + J. J. Levett, L. M. Elkaim, F. Niazi, et al., “Invasive Brain Computer Interface for Motor Restoration in Spinal Cord Injury: A Systematic Review,” Neuromodulation: Technology at the Neural Interface 27, no. 4 (2024): 597–603, https://doi.org/10.1016/j.neurom.2023.10.006. + + + C. Enzinger, S. Ropele, F. Fazekas, et al., “Brain Motor System Function in a Patient with Complete Spinal Cord Injury Following Extensive Brain–computer Interface Training,” Experimental Brain Research 190, no. 2 (2008): 215–223, https://doi.org/10.1007/s00221‐008‐1465‐y. + + + M. Rohm, M. Schneiders, C. Müller, et al., “Hybrid Brain–computer Interfaces and Hybrid Neuroprostheses for Restoration of Upper Limb Functions in Individuals with High‐level Spinal Cord Injury,” Artificial Intelligence in Medicine 59, no. 2 (2013): 133–142, https://doi.org/10.1016/j.artmed.2013.07.004. + + + J. Ramakrishnan, D. Mavaluru, R. S. Sakthivel, A. S. Alqahtani, A. Mubarakali, and M. Retnadhas, “Brain–computer Interface for Amyotrophic Lateral Sclerosis Patients Using Deep Learning Network,” Neural Computing and Applications 34, no. 16 (2022): 13439. + + + F. Nijboer, E. W. Sellers, J. Mellinger, et al., “A P300‐based Brain–computer Interface for People with Amyotrophic Lateral Sclerosis,” Clinical Neurophysiology 119, no. 8 (2008): 1909–1916, https://doi.org/10.1016/j.clinph.2008.03.034. + + + M. J. Vansteensel, E. G. M. Pels, M. G. Bleichner, et al., “Fully Implanted Brain–Computer Interface in a Locked‐in Patient with ALS,” New England Journal of Medicine 375, no. 21 (2016): 2060–2066, https://doi.org/10.1056/NEJMoa1608085. + + + F. Pichiorri, G. Morone, M. Petti, et al., “Brain–Computer Interface Boosts Motor Imagery Practice During Stroke Recovery,” Annals of Neurology 77, no. 5 (2015): 851–865, https://doi.org/10.1002/ana.24390. + + + A. A. Frolov, O. Mokienko, R. Lyukmanov, et al., “Post‐stroke Rehabilitation Training with a Motor‐imagery‐based Brain‐computer Interface (BCI)‐controlled Hand Exoskeleton: a Randomized Controlled Multicenter Trial,” Frontiers in Neuroscience 11 (2017): 400. + + + L. R. Hochberg, D. Bacher, B. Jarosiewicz, et al., “Reach and Grasp by People with Tetraplegia Using a Neurally Controlled Robotic Arm,” Nature 485, no. 7398 (2012): 372–375, https://doi.org/10.1038/nature11076. + + + C. Pandarinath, P. Nuyujukian, C. H. Blabe, et al., “High Performance Communication by People with Paralysis Using an Intracortical Brain‐computer Interface,” elife 6 (2017): 18554. + + + B. Jarosiewicz, A. A. Sarma, D. Bacher, et al., “Virtual Typing by People With Tetraplegia Using a Self‐Calibrating Intracortical Brain‐Computer Interface,” Science translational medicine 7, no. 313 (2015): 313ra179, https://doi.org/10.1126/scitranslmed.aac7328. + + + A. Gaume, G. Dreyfus, and F.‐B. Vialatte, “A Cognitive Brain–Computer Interface Monitoring Sustained Attentional Variations during a Continuous Task,” Cognitive neurodynamics 13, no. 3 (2019): 257–269, https://doi.org/10.1007/s11571‐019‐09521‐4. + + + S. M. Won, E. Song, J. T. Reeder, and J. A. Rogers, “Emerging Modalities and Implantable Technologies for Neuromodulation,” Cell 181, no. 1 (2020): 115–135, https://doi.org/10.1016/j.cell.2020.02.054. + + + K. Gholizadeh HamlAbadi, F. Laamarti, and A. El Saddik, “Meta‐Review on Brain‐Computer Interface (BCI) in the Metaverse,” ACM Transactions on Multimedia Computing, Communications, and Applications 20, no. 12 (2024): 1–42, https://doi.org/10.1145/3696109. + + + B. J. Edelman, S. Zhang, G. Schalk, et al., “Non‐Invasive Brain‐Computer Interfaces: State of the Art and Trends,” in IEEE Reviews in Biomedical Engineering (IEEE, 2024), 26–49. + + + J. J. Vidal, “Toward Direct Brain‐computer Communication,” Annual Review of Biophysics and Bioengineering 2, no. 1 (1973): 157–180, https://doi.org/10.1146/annurev.bb.02.060173.001105. + + + J. R. Wolpaw, D. J. McFarland, G. W. Neat, and C. A. Forneris, “An EEG‐Based Brain‐Computer Interface for Cursor Control,” Electroencephalography and Clinical Neurophysiology 78, no. 3 (1991): 252–259, https://doi.org/10.1016/0013‐4694(91)90040‐B. + + + M. A. Lebedev and M. A. Nicolelis, “Brain–Machine Interfaces: Past, Present and Future,” TRENDS in Neurosciences 29, no. 9 (2006): 536–546, https://doi.org/10.1016/j.tins.2006.07.004. + + + J. D. R. Millán, R. Rupp, G. R. Müller‐Putz, et al., “Combining Brain–Computer Interfaces and Assistive Technologies: State‐of‐the‐Art and Challenges,” Frontiers in neuroscience 4 (2010): 161. + + + B. He, B. Baxter, B. J. Edelman, C. C. Cline, and W. W. Ye, “Noninvasive Brain‐Computer Interfaces Based on Sensorimotor Rhythms,” Proceedings of the IEEE 103, no. 6 (2015): 907–925, https://doi.org/10.1109/JPROC.2015.2407272. + + + P. Thoumie, J. R. Charlier, M. Alecki, et al., “Clinical and Functional Evaluation of a Gaze Controlled System for the Severely Handicapped,” Spinal Cord 36, no. 2 (1998): 104–109, https://doi.org/10.1038/sj.sc.3100496. + + + L. R. Hochberg, M. D. Serruya, G. M. Friehs, et al., “Neuronal Ensemble Control of Prosthetic Devices by a Human With Tetraplegia,” Nature 442, no. 7099 (2006): 164–171, https://doi.org/10.1038/nature04970. + + + L. Paninski, M. R. Fellows, N. G. Hatsopoulos, and J. P. Donoghue, “Spatiotemporal Tuning of Motor Cortical Neurons for Hand Position and Velocity,” Journal of Neurophysiology 91, no. 1 (2004): 515–532, https://doi.org/10.1152/jn.00587.2002. + + + E. M. Maynard, C. T. Nordhausen, and R. A. Normann, “The Utah Intracortical Electrode Array: A Recording Structure for Potential Brain‐Computer Interfaces,” Electroencephalography and clinical neurophysiology 102, no. 3 (1997): 228–239, https://doi.org/10.1016/S0013‐4694(96)95176‐0. + + + S. Suner, M. R. Fellows, C. Vargas‐Irwin, G. K. Nakata, and J. P. Donoghue, “Reliability of Signals From a Chronically Implanted, Silicon‐Based Electrode Array in Non‐Human Primate Primary Motor Cortex,” IEEE Transactions on Neural Systems and Rehabilitation Engineering 13, no. 4 (2005): 524–541, https://doi.org/10.1109/TNSRE.2005.857687. + + + W. Truccolo, J. A. Donoghue, L. R. Hochberg, et al., “Single‐Neuron Dynamics in Human Focal Epilepsy,” Nature Neuroscience 14, no. 5 (2011): 635–641, https://doi.org/10.1038/nn.2782. + + + C. Herry and J. P. Johansen, “Encoding of Fear Learning and Memory in Distributed Neuronal Circuits,” Nature Neuroscience 17, no. 12 (2014): 1644–1654, https://doi.org/10.1038/nn.3869. + + + L. A. Farwell and E. Donchin, “Talking off the Top of Your Head: Toward a Mental Prosthesis Utilizing Event‐Related Brain Potentials,” Electroencephalography and Clinical Neurophysiology 70, no. 6 (1988): 510–523, https://doi.org/10.1016/0013‐4694(88)90149‐6. + + + S. Bozinovski, “Controlling Robots Using EEG Signals, Since 1988,” in Proceedings of the ICT Innovations (Springer Nature, 2012), 1–11. + + + J. P. Donoghue, A. Nurmikko, M. Black, and L. R. Hochberg, “Assistive Technology andRobotic Control Using Motor Cortex Ensemble‐based Neural Interface Systems In Humans with Tetraplegia,” The Journal of Physiology 579, no. 3 (2007): 603, https://doi.org/10.1113/jphysiol.2006.127209. + + + G. S. Dhillon and K. W. Horch, “Direct Neural Sensory Feedback and Control of a Prosthetic Arm,” IEEE Transactions on Neural Systems and Rehabilitation Engineering 13, no. 4 (2005): 468–472, https://doi.org/10.1109/TNSRE.2005.856072. + + + J. Viventi, D.‐H. Kim, L. Vigeland, et al., “Flexible, Foldable, Actively Multiplexed, High‐Density Electrode Array for Mapping Brain Activity in Vivo,” Nature Neuroscience 14, no. 12 (2011): 1599–1605, https://doi.org/10.1038/nn.2973. + + + M. Capogrosso, T. Milekovic, D. Borton, et al., “A Brain–Spine Interface Alleviating Gait Deficits After Spinal Cord Injury in Primates,” Nature 539, no. 7628 (2016): 284–288, https://doi.org/10.1038/nature20118. + + + F. R. Willett, E. M. Kunz, C. Fan, et al., “A High‐Performance Speech Neuroprosthesis,” Nature 620, no. 7976 (2023): 1031–1036, https://doi.org/10.1038/s41586‐023‐06377‐x. + + + P. Kaifosh, T. R. Reardon, D. Zlobinsky, and C. T.‐l. a. R. Labs, “A Generic Non‐Invasive Neuromotor Interface for Human‐Computer Interaction,” Nature 645, no. 8081 (2025): 702–711, https://doi.org/10.1038/s41586‐025‐09255‐w. + + + V. S. Polikov, P. A. Tresco, and W. M. Reichert, “Response of Brain Tissue to Chronically Implanted Neural Electrodes,” Journal of Neuroscience Methods 148, no. 1 (2005): 1–18, https://doi.org/10.1016/j.jneumeth.2005.08.015. + + + J. P. Seymour and D. R. Kipke, “Neural Probe Design for Reduced Tissue Encapsulation in CNS,” Biomaterials 28, no. 25 (2007): 3594–3607, https://doi.org/10.1016/j.biomaterials.2007.03.024. + + + D. Sussillo, M. M. Churchland, M. T. Kaufman, and K. V. Shenoy, “A Neural Network That Finds a Naturalistic Solution for the Production of Muscle Activity,” Nature Neuroscience 18, no. 7 (2015): 1025–1033, https://doi.org/10.1038/nn.4042. + + + E. Musk, “An Integrated Brain‐Machine Interface Platform With Thousands of Channels,” Journal of Medical Internet Research 21, no. 10 (2019): 16194, https://doi.org/10.2196/16194. + + + W. Wattanapanitch, M. Fee, and R. Sarpeshkar, “An Energy‐Efficient Micropower Neural Recording Amplifier,” IEEE Transactions on Biomedical Circuits and Systems 1, no. 2 (2007): 136–147, https://doi.org/10.1109/TBCAS.2007.907868. + + + J. Joo, W. Kim, D. H. Kim, G. Lee, J.‐Y. Yoo, and S. M. Won, “Materials and Systems for Closed‐Loop Optical Actuation with Integrated Sensing Pathways,” ACS Applied Optical Materials 4, no. 1 (2025): 1–12. + + + J. P. Donoghue, “Connecting Cortex to Machines: Recent Advances in Brain Interfaces,” Nature Neuroscience 5, no. 11 (2002): 1085–1088, https://doi.org/10.1038/nn947. + + + C. M. Lewis, C. Boehler, R. Liljemalm, P. Fries, T. Stieglitz, and M. Asplund, “Recording Quality Is Systematically Related to Electrode Impedance,” Advanced Healthcare Materials 13, no. 24 (2024): 2303401, https://doi.org/10.1002/adhm.202303401. + + + S. F. Lempka, M. D. Johnson, M. A. Moffitt, K. J. Otto, D. R. Kipke, and C. C. McIntyre, “Theoretical Analysis of Intracortical Microelectrode Recordings,” Journal of Neural Engineering 8, no. 4 (2011): 045006, https://doi.org/10.1088/1741‐2560/8/4/045006. + + + J. Han, J. Choi, H. Jeong, et al., “Impact of Impedance Levels on Recording Quality in Flexible Neural Probes,” Sensors 24, no. 7 (2024): 2300, https://doi.org/10.3390/s24072300. + + + B. Zhang, C. Deng, C. Cai, and X. Li, “In Vivo Neural Interfaces—From Small‐to Large‐Scale Recording,” Frontiers in Nanotechnology 4 (2022): 885411, https://doi.org/10.3389/fnano.2022.885411. + + + L. Wang, Y. Suo, J. Wang, et al., “High‐Density Implantable Neural Electrodes and Chips for Massive Neural Recordings,” Brain‐X 2, no. 2 (2024): 65. + + + E. Song, J. Li, S. M. Won, W. Bai, and J. A. Rogers, “Materials for Flexible Bioelectronic Systems as Chronic Neural Interfaces,” Nature materials 19, no. 6 (2020): 590–603, https://doi.org/10.1038/s41563‐020‐0679‐7. + + + S. Lv, Z. Xu, F. Mo, et al., “Long‐Term Stability Strategies of Deep Brain Flexible Neural Interface,” npj Flexible Electronics 9, no. 1 (2025): 40, https://doi.org/10.1038/s41528‐025‐00410‐x. + + + S. Beniczky and D. Schomer, “Electroencephalography: Basic Biophysical and Technological Aspects Important for Clinical Applications,” Epileptic Disorders 6 (2020): 697. + + + M. E. Peltola, M. Leitinger, J. J. Halford, et al., “Routine and Sleep EEG: Minimum Recording Standards of the International Federation of Clinical Neurophysiology and the International League Against Epilepsy,” Clinical Neurophysiology 147 (2023): 108. + + + Q. Zhu, Y. Liang, Z. Fan, et al., “The Utility of Intraoperative ECoG in Tumor‐Related Epilepsy: Systematic Review,” Clinical Neurology and Neurosurgery 212 (2022): 107054, https://doi.org/10.1016/j.clineuro.2021.107054. + + + S. Boussen, L. Velly, C. Benar, P. Metellus, N. Bruder, and A. Trébuchon, “In Vivo Tumour Mapping Using Electrocorticography Alterations during Awake Brain Surgery: a Pilot Study,” Brain Topography 29, no. 5 (2016): 766–782, https://doi.org/10.1007/s10548‐016‐0502‐6. + + + A. Perna, G. N. Angotzi, L. Berdondini, and J. F. Ribeiro, “Advancing the Interfacing Performances of Chronically Implantable Neural Probes in the Era of CMOS Neuroelectronics,” Frontiers in Neuroscience 17 (2023): 1275908, https://doi.org/10.3389/fnins.2023.1275908. + + + N. Sharafkhani, A. Z. Kouzani, S. D. Adams, et al., “Neural Tissue‐Microelectrode Interaction: Brain Micromotion, Electrical Impedance, and Flexible Microelectrode Insertion,” Journal of Neuroscience Methods 365 (2022): 109388, https://doi.org/10.1016/j.jneumeth.2021.109388. + + + X. Tang, H. Shen, S. Zhao, N. Li, and J. Liu, “Flexible Brain–Computer Interfaces,” Nature Electronics 6, no. 2 (2023): 109–118, https://doi.org/10.1038/s41928‐022‐00913‐9. + + + D. A. Robinson, “The Electrical Properties of Metal Microelectrodes,” in Proceedings of the IEEE (IEEE, 2005), 1065–1071, https://doi.org/10.1109/PROC.1968.6458. + + + A. Tooker, T. E. Madsen, A. Yorita, et al., “Microfabricated Polymer‐based Neural Interface for Electrical Stimulation/Recording, Drug Delivery, and Chemical Sensing—Development,” in Proceedings of the 2013 35th Annual International Conference of the IEEE Engineering in Medicine and Biology Society (EMBC) (IEEE, 2013), 5159–5162. + + + B. Fan, B. Wolfrum, and J. T. Robinson, “Impedance Scaling for Gold and Platinum Microelectrodes,” Journal of Neural Engineering 18, no. 5 (2021): 056025, https://doi.org/10.1088/1741‐2552/ac20e5. + + + F. Vitale, W. Shen, N. Driscoll, et al., “Biomimetic Extracellular Matrix Coatings Improve the Chronic Biocompatibility of Microfabricated Subdural Microelectrode Arrays,” PLoS ONE 13, no. 11 (2018): 0206137, https://doi.org/10.1371/journal.pone.0206137. + + + Y. Park, C. K. Franz, H. Ryu, et al., “Three‐Dimensional, Multifunctional Neural Interfaces for Cortical Spheroids and Engineered Assembloids,” Science Advances 7, no. 12: abf9153, https://doi.org/10.1126/sciadv.abf9153. + + + C. Cointe, A. Laborde, L. G. Nowak, et al., “Scalable Batch Fabrication of Ultrathin Flexible Neural Probes Using a Bioresorbable Silk Layer,” Microsystems & Nanoengineering 8, no. 1 (2022): 21, https://doi.org/10.1038/s41378‐022‐00353‐7. + + + M. Momin, L. Feng, S. Ahmed, et al., “3D‐printed Flexible Neural Probes for Recordings at Single‐Neuron Level,” Device 2, no. 12 (2024): 100519, https://doi.org/10.1016/j.device.2024.100519. + + + Q. Zeng, K. Xia, Y. Zhang, and T. Wu, “Well Controlled 3D Iridium Oxide/Platinum Nanocomposites with Greatly Enhanced Electrochemical Performances,” Advanced Materials Interfaces 6, no. 18 (2019): 1900356, https://doi.org/10.1002/admi.201900356. + + + M. Dong, J. Yang, F. Zhen, et al., “Graphene‐Based Microelectrodes with Reinforced Interfaces and Tunable Porous Structures for Improved Neural Recordings,” ACS Applied Materials & Interfaces 17, no. 6 (2025): 9690–9701, https://doi.org/10.1021/acsami.4c19445. + + + D. Viana, S. T. Walston, and E. Masvidal‐Codina, “Nanoporous Graphene‐Based Thin‐Film Microelectrodes for In Vivo High‐Resolution Neural Recording and Stimulation,” Nature Nanotechnology 19, no. 4 (2024): 514–523, https://doi.org/10.1038/s41565‐023‐01570‐5. + + + S. Movaghgharnezhad, H. Kim, M. A. Khan, S. Ross, B. G. Kim, and P. Kang, “Neural Electrode Based on 3D Microscale/Nanoscale Porous Graphene Structures for Neural Stimulation,” ACS Applied Nano Materials 7, no. 20 (2024): 23548–23557, https://doi.org/10.1021/acsanm.4c03772. + + + H. Sheng, R. Liu, Q. Li, et al., “Brain Implantation of Soft Bioelectronics via Embryonic Development,” Nature 642 (2025): 954–964. + + + A. Zhang, E. T. Mandeville, L. Xu, C. M. Stary, E. H. Lo, and C. M. Lieber, “Ultraflexible Endovascular Probes for Brain Recording Through Micrometer‐Scale Vasculature,” Science 381, no. 6655 (2023): 306–312, https://doi.org/10.1126/science.adh3916. + + + J. M. Lee, Y.‐W. Pyo, Y. J. Kim, et al., “The Ultra‐Thin, Minimally Invasive Surface Electrode Array NeuroWeb for Probing Neural Activity,” Nature Communications 14, no. 1 (2023): 7088, https://doi.org/10.1038/s41467‐023‐42860‐9. + + + W. Jiang, X. Wang, and H. Yang, “Ultra‐Flexible Multichannel Neural Microelectrodes Modified by PEDOT:PSS/IrOx for Enhanced Sensing and Localized Stimulation,” in Proceedings of the 2024 IEEE 37th International Conference on Micro Electro Mechanical Systems (MEMS) (IEEE, 2024), 318–321. + + + J. Y. Lee, S. H. Park, Y. Kim, et al., “Foldable Three Dimensional Neural Electrode Arrays for Simultaneous Brain Interfacing of Cortical Surface and Intracortical Multilayers,” npj Flexible Electronics 6, no. 1 (2022): 86. + + + B. Ji, F. Sun, K. Xue, et al., “3D Soft Microbump Electrodes for Elastic Interaction With Brain Tissue,” npj Flexible Electronics 9, no. 1 (2025): 96, https://doi.org/10.1038/s41528‐025‐00480‐x. + + + M. S. Saleh, S. M. Ritchie, M. A. Nicholas, et al., “CMU Array: A 3D Nanoprinted, Fully Customizable High‐Density Microelectrode Array Platform,” Science Advances 8, no. 40 (2022): abj4853, https://doi.org/10.1126/sciadv.abj4853. + + + S. J. Choi, Z. Liu, F. Yang, et al., “3D Spatiotemporal Electrophysiology of Cardiac Organoids Using Shell Microelectrode Arrays,” Advanced Materials 38, no. 2 (2026): 06793, https://doi.org/10.1002/adma.202506793. + + + Y. Qiang, W. Gu, D. Jang, et al., “Monolithic Three‐Dimensional Neural Probes From Deterministic Rolling of Soft Electronics,” Nature Electronics 8, no. 8 (2025): 721–737, https://doi.org/10.1038/s41928‐025‐01431‐0. + + + J. Zhang, Z. Cheng, P. Li, and B. Tian, “Materials and Device Strategies to Enhance Spatiotemporal Resolution in Bioelectronics,” Nature Reviews Materials 10 (2025): 425–448. + + + M. Heim, L. Rousseau, S. Reculusa, et al., “Combined Macro‐/Mesoporous Microelectrode Arrays for Low‐Noise Extracellular Recording of Neural Networks,” Journal of Neurophysiology 108, no. 6 (2012): 1793–1803, https://doi.org/10.1152/jn.00711.2011. + + + N. Chen, L. Tian, A. C. Patil, et al., “Neural Interfaces Engineered via Micro‐and Nanostructured Coatings,” Nano Today 14 (2017): 59–83, https://doi.org/10.1016/j.nantod.2017.04.007. + + + C. Xie, J. Liu, T.‐M. Fu, X. Dai, W. Zhou, and C. M. Lieber, “Three‐Dimensional Macroporous Nanoelectronic Networks as Minimally Invasive Brain Probes,” Nature Materials 14, no. 12 (2015): 1286–1292, https://doi.org/10.1038/nmat4427. + + + S. Park, Y. J. Song, H. Boo, and T. D. Chung, “Nanoporous Pt Microelectrode for Neural Stimulation and Recording: In Vitro Characterization,” The Journal of Physical Chemistry C 114, no. 19 (2010): 8721–8726, https://doi.org/10.1021/jp911256h. + + + N. Winter‐Hjelm, L. Isdal, P. A. Köllensperger, A. Sandvig, I. Sandvig, and P. Sikorski, “Nanoporous Platinum Microelectrode Arrays for Neuroscience Applications,” RSC Advances 15, no. 8 (2025): 5822. + + + Y. Tchoe, A. M. Bourhis, D. R. Cleary, et al., “Human Brain Mapping With Multithousand‐Channel PtNRGrids Resolves Spatiotemporal Dynamics,” Science Translational Medicine 14, no. 628 (2022): abj1441, https://doi.org/10.1126/scitranslmed.abj1441. + + + W. Jeon, J. M. Lee, Y. Kim, et al., “Structurally Aligned Multifunctional Neural Probe (SAMP) Using Forest‐Drawn CNT Sheet onto Thermally Drawn Polymer Fiber for Long‐Term in Vivo Operation,” Advanced Materials 36, no. 27 (2024): 2313625, https://doi.org/10.1002/adma.202313625. + + + K. Wang, H. A. Fishman, H. Dai, and J. S. Harris, “Neural Stimulation With a Carbon Nanotube Microelectrode Array,” Nano Letters 6, no. 9 (2006): 2043–2048, https://doi.org/10.1021/nl061241t. + + + N. T. Alvarez, E. Buschbeck, S. Miller, et al., “Carbon Nanotube Fibers for Neural Recording and Stimulation,” ACS Applied Bio Materials 3, no. 9 (2020): 6478–6487, https://doi.org/10.1021/acsabm.0c00861. + + + C. Won, S. Cho, K.‐I. Jang, J.‐U. Park, J. H. Cho, and T. Lee, “Emerging Fiber‐Based Neural Interfaces With Conductive Composites,” Materials Horizons 12, no. 13 (2025): 4545–4572, https://doi.org/10.1039/D4MH01854K. + + + S. J. Wilks, S. M. Richardson‐Burn, J. L. Hendricks, D. Martin, and K. J. Otto, “Poly (3, 4‐Ethylene Dioxythiophene)(PEDOT) as a Micro‐Neural Interface Material for Electrostimulation,” Frontiers in Neuroengineering 2 (2009): 591, https://doi.org/10.3389/neuro.16.007.2009. + + + S. F. Cogan, A. A. Guzelian, W. F. Agnew, T. G. Yuen, and D. B. McCreery, “Over‐pulsing Degrades Activated Iridium Oxide Films Used for Intracortical Neural Stimulation,” Journal of Neuroscience Methods 137, no. 2 (2004): 141–150, https://doi.org/10.1016/j.jneumeth.2004.02.019. + + + L. Li, C. Jiang, and L. Li, “A Comparative Study on the Effect of Substrate Structure on Electrochemical Performance and Stability of Electrodeposited Platinum and Iridium Oxide Coatings for Neural Electrodes,” Micromachines 15, no. 1 (2023): 70, https://doi.org/10.3390/mi15010070. + + + S. Eick, “Iridium Oxide Microelectrode Arrays for In‐Vitro Stimulation Of Individual Rat Neurons From Dissociated Cultures,” Frontiers in Neuroengineering 2 (2009): 856, https://doi.org/10.3389/neuro.16.016.2009. + + + Y. H. Kim, H. Koo, M. S. Kim, and S.‐D. Jung, “Iridium Oxide on Indium‐Tin Oxide Nanowires: An all Metal Oxide Heterostructured Multi‐Electrode Array for Neuronal Interfacing,” Sensors and Actuators B: Chemical 273 (2018): 718–725, https://doi.org/10.1016/j.snb.2018.06.045. + + + Y. Lu, H. Lyu, A. G. Richardson, T. H. Lucas, and D. Kuzum, “Flexible Neural Electrode Array Based‐on Porous Graphene for Cortical Microstimulation and Sensing,” Scientific Reports 6, no. 1 (2016): 33526, https://doi.org/10.1038/srep33526. + + + G. Kim, Y. Hong, H. Lee, et al., “Single‐Step Patterning of Biocompatible Neural Electrodes Using Black‐Pt Functionalized Laser‐Induced Graphene for In Vivo Electrophysiology,” Small Methods 9, no. 11 (2025): 01384, https://doi.org/10.1002/smtd.202501384. + + + M. Z. Doğan and C. Bayram, “Graphene‐Based Neural Electrodes: From Materials and Device Fabrication to Properties,” Journal of Materials Chemistry B 13, no. 34 (2025): 10420. + + + T. Chung, J. Wang, J. Wang, B. Cao, Y. Li, and S. Pang, “Electrode Modifications to Lower Electrode Impedance and Improve Neural Signal Recording Sensitivity,” Journal of Neural Engineering 12, no. 5 (2015): 056018, https://doi.org/10.1088/1741‐2560/12/5/056018. + + + E. Castagnola, A. Ansaldo, E. Maggiolini, et al., “Smaller, Softer, Lower‐impedance Electrodes for human Neuroprosthesis: A Pragmatic Approach,” Frontiers in Neuroengineering 7 (2014): 8, https://doi.org/10.3389/fneng.2014.00008. + + + G. Márton, G. Orbán, M. Kiss, R. Fiáth, A. Pongrácz, and I. Ulbert, “A Multimodal, SU‐8‐Platinum‐Polyimide Microelectrode Array for Chronic In Vivo Neurophysiology,” PLoS ONE 10, no. 12 (2015): 0145307, https://doi.org/10.1371/journal.pone.0145307. + + + J. K. Krauss, N. Lipsman, T. Aziz, et al., “Technology of Deep Brain Stimulation: Current Status and Future Directions,” Nature Reviews Neurology 17, no. 2 (2021): 75–87, https://doi.org/10.1038/s41582‐020‐00426‐z. + + + N. Ria, A. Eladly, E. Masvidal‐Codina, et al., “Flexible Graphene‐Based Neurotechnology for High‐Precision Deep Brain Mapping and Neuromodulation in Parkinsonian Rats,” Nature Communications 16, no. 1 (2025): 2891, https://doi.org/10.1038/s41467‐025‐58156‐z. + + + M. Gulino, D. Kim, S. Pané, S. D. Santos, and A. P. Pêgo, “Tissue Response to Neural Implants: The Use of Model Systems Toward New Design Solutions of Implantable Microelectrodes,” Frontiers in Neuroscience 13 (2019): 00689, https://www.frontiersin.org/journals/neuroscience/articles/10.3389/fnins.2019.00689. + + + C. Sun, Z. Cheng, J. Abu‐Halimah, and B. Tian, “Perspectives on Tissue‐Like Bioelectronics for Neural Modulation,” iScience 26, no. 5 (2023): 106715, https://doi.org/10.1016/j.isci.2023.106715. + + + L. Luan, X. Wei, Z. Zhao, et al., “Ultraflexible Nanoelectronic Probes Form Reliable, Glial Scar–Free Neural Integration,” Science Advances 3, no. 2 (2017): 1601966, https://doi.org/10.1126/sciadv.1601966. + + + M. E. E. Alahi, Y. Liu, Z. Xu, H. Wang, T. Wu, and S. C. Mukhopadhyay, “Recent Advancement of Electrocorticography (ECoG) Electrodes for Chronic Neural Recording/Stimulation,” Materials Today Communications 29 (2021): 102853, https://doi.org/10.1016/j.mtcomm.2021.102853. + + + M. Polanco, S. Bawab, and H. Yoon, “Computational Assessment of Neural Probe and Brain Tissue Interface Under Transient Motion,” Biosensors 6, no. 2 (2016): 27, https://doi.org/10.3390/bios6020027. + + + Y. Wang, Z. Wang, Y. Zhang, et al., “A 2.7‐µm‐thick Robust, Permeable, and Antifreezing Hydrogel Electrode for Long‐Term Ambulatory Health Monitoring,” Science Advances 11, no. 38 (2025): adt2286, https://doi.org/10.1126/sciadv.adt2286. + + + B. J. Kim, J. T. W. Kuo, S. A. Hara, et al., “3D Parylene Sheath Neural Probe for Chronic Recordings,” Journal of Neural Engineering 10, no. 4 (2013): 045002, https://doi.org/10.1088/1741‐2560/10/4/045002. + + + H. Shin, S. Jeong, J.‐H. Lee, W. Sun, N. Choi, and I.‐J. Cho, “3D High‐Density Microelectrode Array With Optical Stimulation and Drug Delivery for Investigating Neural Circuit Dynamics,” Nature Communications 12, no. 1 (2021): 492, https://doi.org/10.1038/s41467‐020‐20763‐3. + + + Y. Gu, C. Wang, N. Kim, et al., “Three‐Dimensional Transistor Arrays for Intra‐and Inter‐Cellular Recording,” Nature Nanotechnology 17, no. 3 (2022): 292–300, https://doi.org/10.1038/s41565‐021‐01040‐w. + + + J. E. Chung, H. R. Joo, J. L. Fan, et al., “High‐Density, Long‐Lasting, and Multi‐Region Electrophysiological Recordings Using Polymer Electrode Arrays,” Neuron 101, no. 1 (2019): 21–31.e5, https://doi.org/10.1016/j.neuron.2018.11.002. + + + Q. Bai and K. D. Wise, “Single‐Unit Neural Recording With Active Microelectrode Arrays,” IEEE Transactions on Biomedical Engineering 48, no. 8 (2001): 911. + + + J. F. Hetke, J. L. Lund, K. Najafi, K. D. Wise, and D. J. Anderson, “Silicon Ribbon Cables for Chronically Implantable Microelectrode Arrays,” IEEE Transactions on Biomedical Engineering 41, no. 4 (1994): 314–321, https://doi.org/10.1109/10.284959. + + + P. J. Rousche and R. A. Normann, “Chronic Recording Capability of the Utah Intracortical Electrode Array in Cat Sensory Cortex,” Journal of Neuroscience Methods 82, no. 1‐15 (1998): 1, https://doi.org/10.1016/S0165‐0270(98)00031‐4. + + + K. E. Jones, P. K. Campbell, and R. A. Normann, “A Glass/Silicon Composite Intracortical Electrode Array,” Annals of Biomedical Engineering 20, no. 4 (1992): 423–437, https://doi.org/10.1007/BF02368134. + + + R. A. Normann, “Microfabricated Electrode Arrays for Restoring Lost Sensory and Motor Functions,” in Proceedings of the TRANSDUCERS'03. 12th International Conference on Solid‐State Sensors, Actuators and Microsystems. Digest of Technical Papers (Cat. No. 03TH8664) (IEEE, 2003), 959–962. + + + D. Yi, Y. Yao, Y. Wang, and L. Chen, “Manufacturing Processes of Implantable Microelectrode Array for In Vivo Neural Electrophysiological Recordings and Stimulation: A State‐Of‐The‐Art Review,” Journal of Micro‐ and Nano‐Manufacturing 10, no. 4 (2022): 041001, https://doi.org/10.1115/1.4063179. + + + T. D. Y. Kozai, K. Catt, X. Li, et al., “Mechanical Failure Modes of Chronically Implanted Planar Silicon‐Based Neural Probes for Laminar Recording,” Biomaterials 37 (2015): 25–39, https://doi.org/10.1016/j.biomaterials.2014.10.040. + + + C. Sponheim, V. Papadourakis, J. L. Collinger, et al., “Longevity and Reliability of Chronic Unit Recordings Using the Utah, Intracortical Multi‐Electrode Arrays,” Journal of Neural Engineering 18, no. 6 (2021): 066044, https://doi.org/10.1088/1741‐2552/ac3eaf. + + + E. Kim, E. Jeong, Y.‐M. Hong, et al., “Magnetically Reshapable 3D Multi‐Electrode Arrays of Liquid Metals for Electrophysiological Analysis of Brain Organoids,” Nature Communications 16, no. 1 (2025): 2011, https://doi.org/10.1038/s41467‐024‐55752‐3. + + + D. Yoon and Y. Nam, “Highly Customizable Scaffold‐Type 3D Microelectrode Array Platform for Design and Analysis of the 3D Neuronal Network in Vitro,” Advanced Functional Materials 35 (2025): 10446, https://doi.org/10.1002/adfm.202510446. + + + P. Wang, E. G. Wu, H. Uluşan, et al., “Direct‐Print 3D Electrodes for Large‐Scale, High‐Density, and Customizable Neural Interfaces,” Advanced Science 12, no. 3 (2025): 2408602. + + + Q. Huang, B. Tang, J. C. Romero, et al., “Shell Microelectrode Arrays (MEAs) for Brain Organoids,” Science Advances 8, no. 33 (2022): abq5031. + + + C. Yang, H. Zhang, Y. Liu, Z. Yu, X. Wei, and Y. Hu, “Kirigami‐Inspired Deformable 3D Structures Conformable to Curved Biological Surface,” Advanced Science 5, no. 12 (2018): 1801070, https://doi.org/10.1002/advs.201801070. + + + J. Choi, C. Han, S. Cho, et al., “Customizable, Conformal, and Stretchable 3D Electronics via Predistorted Pattern Generation and Thermoforming,” Science Advances 7, no. 42 (2021): abj0694, https://doi.org/10.1126/sciadv.abj0694. + + + G. Zabow, “Reflow Transfer for Conformal Three‐Dimensional Microprinting,” Science 378, no. 6622 (2022): 894–898, https://doi.org/10.1126/science.add7023. + + + Z. Rao, Y. Lu, Z. Li, et al., “Curvy, Shape‐Adaptive Imagers Based on Printed Optoelectronic Pixels With a Kirigami Design,” Nature Electronics 4, no. 7 (2021): 513–521, https://doi.org/10.1038/s41928‐021‐00600‐1. + + + K. Sim, S. Chen, Z. Li, et al., “Three‐Dimensional Curvy Electronics Created Using Conformal Additive Stamp Printing,” Nature Electronics 2, no. 10 (2019): 471–479, https://doi.org/10.1038/s41928‐019‐0304‐4. + + + Z. Yan, F. Zhang, J. Wang, et al., “Controlled Mechanical Buckling for Origami‐Inspired Construction of 3D Microstructures in Advanced Materials,” Advanced Functional Materials 26, no. 16 (2016): 2629–2639, https://doi.org/10.1002/adfm.201504901. + + + S. Xu, Z. Yan, K.‐I. Jang, et al., “Assembly of Micro/Nanomaterials Into Complex, Three‐Dimensional Architectures by Compressive Buckling,” Science 347, no. 6218 (2015): 154–159, https://doi.org/10.1126/science.1260960. + + + X. Cheng, Z. Fan, S. Yao, et al., “Programming 3D Curved Mesosurfaces Using Microlattice Designs,” Science 379, no. 6638 (2023): 1225–1232, https://doi.org/10.1126/science.adf3824. + + + Y. Li, C. Luo, K. Yu, and X. Wang, “Remotely Controlled, Reversible, On‐Demand Assembly and Reconfiguration of 3D Mesostructures via Liquid Crystal Elastomer Platforms,” ACS Applied Materials & Interfaces 13, no. 7 (2021): 8929–8939, https://doi.org/10.1021/acsami.0c21371. + + + Y. Gong, X. Liu, Z. Jiang, A. Weber, and W. Li, “Foldable 3D Opto‐Electro Array for Optogenetic Neuromodulation and Physiology Recording,” Microsystems & Nanoengineering 11, no. 1 (2025): 76, https://doi.org/10.1038/s41378‐024‐00842‐x. + + + Q. Liu, W. Wang, M. F. Reynolds, et al., “Micrometer‐Sized Electrically Programmable Shape‐Memory Actuators for Low‐Power Microrobotics,” Science Robotics 6, no. 52 (2021): abe6663, https://doi.org/10.1126/scirobotics.abe6663. + + + J. Cui, T.‐Y. Huang, Z. Luo, et al., “Nanomagnetic Encoding of Shape‐Morphing Micromachines,” Nature 575, no. 7781 (2019): 164–168, https://doi.org/10.1038/s41586‐019‐1713‐2. + + + R. Bo, S. Xu, Y. Yang, and Y. Zhang, “Mechanically‐Guided 3D Assembly for Architected Flexible Electronics,” Chemical Reviews 123, no. 18 (2023): 11137–11189, https://doi.org/10.1021/acs.chemrev.3c00335. + + + M. Jung, J. Abu Shihada, S. Decke, et al., “Flexible 3D Kirigami Probes for In Vitro and In Vivo Neural Applications,” Advanced Materials 37 (2025): 2418524, https://doi.org/10.1002/adma.202418524. + + + F. He, R. Lycke, M. Ganji, C. Xie, and L. Luan, “Ultraflexible Neural Electrodes for Long‐Lasting Intracortical Recording,” IScience 23, no. 8 (2020): 101387. + + + T. D. Kozai, A. S. Jaquins‐Gerstl, A. L. Vazquez, A. C. Michael, and X. T. Cui, “Brain Tissue Responses to Neural Implants Impact Signal Sensitivity and Intervention Strategies,” ACS Chemical Neuroscience 6, no. 1 (2015): 48–67, https://doi.org/10.1021/cn500256e. + + + A. Campbell and C. Wu, “Chronically Implanted Intracranial Electrodes: Tissue Reaction and Electrical Changes,” Micromachines 9, no. 9 (2018): 430. + + + M. R. Keshtkaran and Z. Yang, “Power Line Interference Cancellation in In‐Vivo Neural Recording,” in Proceedings of the 2012 Annual International Conference of the IEEE Engineering in Medicine and Biology Society (IEEE, 2012), 5214–5217. + + + M. F. Porto Cruz, E. Zucchini, M. Vomero, et al., “Bridging Circuit Modeling and Signal Analysis to Understand the Risk of Crosstalk Contamination in Brain Recordings,” Nature Communications 16, no. 1 (2025): 4744, https://doi.org/10.1038/s41467‐025‐59391‐0. + + + M. Oh, E. Kim, S.‐H. Choi, et al., “Electromagnetic Interference‐Shielded Graphene‐Copper Neural Interface for Real‐Time Electrophysiology under Magnetic Modulation,” ACS Nano 19, no. 45 (2025): 39464–39479, https://doi.org/10.1021/acsnano.5c15409. + + + G. Hong and C. M. Lieber, “Novel Electrode Technologies for Neural Recordings,” Nature Reviews Neuroscience 20, no. 6 (2019): 330–345, https://doi.org/10.1038/s41583‐019‐0140‐6. + + + S. M. Won, L. Cai, P. Gutruf, and J. A. Rogers, “Wireless and Battery‐Free Technologies for Neuroengineering,” Nature Biomedical Engineering 7, no. 4 (2023): 405–423, https://doi.org/10.1038/s41551‐021‐00683‐3. + + + H. Luo, G. Yang, Z. Jin, et al., “Textile Hybrid Electronics for Monolithically Multimodal Wearable Monitoring and Therapy,” International Journal of Extreme Manufacturing 7, no. 3 (2025): 035506, https://doi.org/10.1088/2631‐7990/adb5dd. + + + J. Xu, A. T. Nguyen, W. Zhao, et al., “A Low‐Noise, Wireless, Frequency‐Shaping Neural Recorder,” IEEE Journal on Emerging and Selected Topics in Circuits and Systems 8, no. 2 (2018): 187–200, https://doi.org/10.1109/JETCAS.2018.2812104. + + + H. Wang, Q. Ma, K. Chen, et al., “An Ultra‐Low‐Noise, Low Power and Miniaturized Dual‐Channel Wireless Neural Recording Microsystem,” Biosensors 12, no. 8 (2022): 613, https://doi.org/10.3390/bios12080613. + + + W. Kim, D. Kim, J. Kim, et al., “Flexible and Stretchable Piezoresistive Sensor with Decoupled Pressure Sensing Capability,” Advanced Materials Technologies 8, no. 15 (2023): 2300068, https://doi.org/10.1002/admt.202300068. + + + S. G. Lee, K. J. Yu, S. M. Won, and J.‐Y. Yoo, “Advanced Approaches to Decoupled Sensory Signal Monitoring in Human Interface Systems,” International Journal of Extreme Manufacturing 7, no. 4 (2025): 042003, https://doi.org/10.1088/2631‐7990/adbc4e. + + + H. Kim, J. H. Kim, Y. J. Lee, et al., “Motion Artifact–Controlled Micro–Brain Sensors Between Hair Follicles for Persistent Augmented Reality Brain–Computer Interfaces,” Proceedings of the National Academy of Sciences 122, no. 15 (2025): 2419304122, https://doi.org/10.1073/pnas.2419304122. + + + S. Lee, S. Ghajari, S. Sadeghi, et al., “A Subnanolitre Tetherless Optoelectronic Microsystem for Chronic Neural Recording in Awake Mice,” Nature Electronics 8 (2025): 1259–1271. + + + S. Oh, J. Jekal, J. Won, et al., “A Stealthy Neural Recorder for the Study of Behaviour in Primates,” Nature Biomedical Engineering 9, no. 6 (2024): 882–895, https://doi.org/10.1038/s41551‐024‐01280‐w. + + + G. Kook, S. W. Lee, H. C. Lee, I.‐J. Cho, and H. J. Lee, “Neural Probes for Chronic Applications,” Micromachines 7, no. 10 (2016): 179. + + + J. Duncan, A. Sridharan, S. S. Kumar, D. Iradukunda, and J. Muthuswamy, “Biomechanical Micromotion at the Neural Interface Modulates Intracellular Membrane Potentials In Vivo,” Journal of neural engineering 18, no. 4 (2021): 045010, https://doi.org/10.1088/1741‐2552/ac0a56. + + + S. Wang, Q. Jiang, H. Liu, et al., “Mechanically Adaptive and Deployable Intracortical Probes Enable Long‐term Neural Electrophysiological Recordings,” Proceedings of the National Academy of Sciences 121, no. 40 (2024): 2403380121, https://doi.org/10.1073/pnas.2403380121. + + + G. He, Y. Tong, C. Zhang, et al., “A Novel Brain–Computer Interface Flexible Electrode Material With Magnetorheological Properties,” Materials Advances 2, no. 22 (2021): 7389–7399, https://doi.org/10.1039/D1MA00712B. + + + A. Stiller, J. Usoro, J. Lawson, et al., “Mechanically Robust, Softening Shape Memory Polymer Probes for Intracortical Recording,” Micromachines 11, no. 6 (2020): 619, https://doi.org/10.3390/mi11060619. + + + J.‐Y. Bae, G.‐S. Hwang, Y.‐S. Kim, et al., “A Biodegradable and Self‐Deployable Electronic Tent Electrode for Brain Cortex Interfacing,” Nature Electronics 7, no. 9 (2024): 815–828, https://doi.org/10.1038/s41928‐024‐01216‐x. + + + J. Y. Kim, H. Kim, M. H. Kim, et al., “Magnetically Guided Flexible Bioelectronic Probe for Single‐Cell Recordings in Multi‐Scale Biosystems,” Advanced Materials 38 (2025): 11700. + + + D. Kim, W. Kim, J. Kim, et al., “Optimal Bilayer Composites for Temperature‐Tracking Wireless Electronics,” Nanoscale 16, no. 11 (2024): 5613–5623, https://doi.org/10.1039/D3NR05784D. + + + R. Xie, F. Han, Q. Yu, et al., “A Movable Long‐Term Implantable Soft Microfibre for Dynamic Bioelectronics,” Nature 645, no. 8081 (2025): 648–655, https://doi.org/10.1038/s41586‐025‐09344‐w. + + + D. Seok, S. Lee, M. Kim, J. Cho, and C. Kim, “Motion Artifact Removal Techniques for Wearable EEG and PPG Sensor Systems,” Frontiers in Electronics 2 (2021): 685513, https://doi.org/10.3389/felec.2021.685513. + + + S. Jalilpour and G. Müller‐Putz, “Toward Passive BCI: Asynchronous Decoding of Neural Responses to Direction‐and Angle‐Specific Perturbations During a Simulated Cockpit Scenario,” Scientific Reports 12, no. 1 (2022): 6802, https://doi.org/10.1038/s41598‐022‐10906‐5. + + + R. Kessler, A. Enge, and M. A. Skeide, “How EEG Preprocessing Shapes Decoding Performance,” Communications Biology 8, no. 1 (2025): 1039, https://doi.org/10.1038/s42003‐025‐08464‐3. + + + A. Giangrande, A. Botter, H. Piitulainen, and G. L. Cerone, “Motion Artifacts in Dynamic EEG Recordings: Experimental Observations, Electrical Modelling, and Design Considerations,” Sensors (Basel, Switzerland) 24, no. 19 (2024): 6363, https://doi.org/10.3390/s24196363. + + + Z. Yu and S. Guo, “A Low‐cost, Wireless, 4‐Channel EEG Measurement System Used in Virtual Reality Environments,” HardwareX 17 (2024): 00507. + + + C. Ngo, C. Munoz, M. Lueken, et al., “A Wearable, Multi‐Frequency Device to Measure Muscle Activity Combining Simultaneous Electromyography and Electrical Impedance Myography,” Sensors 22, no. 5 (2022): 1941, https://doi.org/10.3390/s22051941. + + + I. H. Haraldsen, C. Hatlestad‐Hall, C. Marra, et al., “Intelligent Digital Tools for Screening of Brain Connectivity and Dementia Risk Estimation in People Affected by Mild Cognitive Impairment: the AI‐Mind Clinical Study Protocol,” Frontiers in Neurorobotics 17 (2024): 1289406, https://doi.org/10.3389/fnbot.2023.1289406. + + + J. Li and H. J. Huang, “Dual‐Sided EEG Electrode Signals Have Varying Correlations That Depend on Movement Characteristics,” Scientific Reports 16, no. 1 (2025): 426, https://doi.org/10.1038/s41598‐025‐31782‐9. + + + L. Gao, M. Wu, X. Yu, and J. Yu, “Device Design Principles and Bioelectronic Applications for Flexible Organic Electrochemical Transistors,” International Journal of Extreme Manufacturing 6, no. 1 (2023): 012005, https://doi.org/10.1088/2631‐7990/acfd69. + + + X. Li, J. Wang, X. Cao, et al., “Evaluation of an Online SSVEP‐BCI With Fast System Setup,” Journal of Neurorestoratology 12, no. 2 (2024): 100122, https://doi.org/10.1016/j.jnrt.2024.100122. + + + M. Gu, W. Pei, X. Gao, and Y. Wang, “An Open Dataset for Human SSVEPs in the Frequency Range of 1‐60 Hz,” Scientific Data 11, no. 1 (2024): 196. + + + M. Schmoigl‐Tonis, C. Schranz, and G. R. Müller‐Putz, “Methods for Motion Artifact Reduction in Online Brain‐Computer Interface Experiments: a Systematic Review,” Frontiers in Human Neuroscience 17 (2023): 1251690, https://doi.org/10.3389/fnhum.2023.1251690. + + + C. M. Köllőd, A. Adolf, K. Iván, G. Márton, and I. Ulbert, “Deep Comparisons of Neural Networks From the EEGNet Family,” Electronics 12, no. 12 (2023): 2743. + + + L. Qiu, Y. Zhong, Z. He, and J. Pan, “Improved Classification Performance of EEG‐fNIRS Multimodal Brain‐computer Interface Based on Multi‐Domain Features and Multi‐Level Progressive Learning,” Frontiers in human neuroscience 16 (2022): 973959, https://doi.org/10.3389/fnhum.2022.973959. + + + Y. Ding, C. Udompanyawit, Y. Zhang, and B. He, “EEG‐Based Brain‐Computer Interface Enables Real‐time Robotic Hand Control at Individual Finger Level,” Nature Communications 16 (2025): 5401. + + + S. Mansour, K. K. Ang, K. P. Nair, K. S. Phua, and M. Arvaneh, “Efficacy of Brain–Computer Interface and the Impact of Its Design Characteristics on Poststroke Upper‐limb Rehabilitation: A Systematic Review and Meta‐Analysis of Randomized Controlled Trials,” Clinical EEG and Neuroscience 53, no. 1 (2022): 79–90, https://doi.org/10.1177/15500594211009065. + + + J. E. Chung, K. K. Sellers, and M. K. Leonard, “High‐Density Single‐Unit human Cortical Recordings Using the Neuropixels Probe,” Neuron 110, no. 15 (2022): 2409–2421.e3, https://doi.org/10.1016/j.neuron.2022.05.007. + + + M. Hettick, E. Ho, A. J. Poole, et al., “Minimally Invasive Implantation of Scalable High‐Density Cortical Microelectrode Arrays for Multimodal Neural Decoding and Stimulation,” Nature Biomedical Engineering (2025): 1. + + + J. Sun, K. Barth, S. Qiao, et al., “Intraoperative Microseizure Detection Using a High‐Density Micro‐Electrocorticography Electrode Array,” Brain Communications 4, no. 3 (2022): fcac122, https://doi.org/10.1093/braincomms/fcac122. + + + C. Guan, T. Aflalo, K. Kadlec, et al., “Decoding and Geometry of Ten Finger Movements in human Posterior Parietal Cortex and Motor Cortex,” Journal of Neural Engineering 20, no. 3 (2023): 036020, https://doi.org/10.1088/1741‐2552/acd3b1. + + + S. Duraivel, S. Rahimpour, C.‐H. Chiang, et al., “High‐Resolution Neural Recordings Improve the Accuracy of Speech Decoding,” Nature Communications 14, no. 1 (2023): 6938, https://doi.org/10.1038/s41467‐023‐42555‐1. + + + G. Mastria, E. Scaliti, C. Mehring, et al., “Morphology, Connectivity, and Encoding Features of Tactile and Motor Representations of the Fingers in the Human Precentral and Postcentral Gyrus,” The Journal of Neuroscience 43, no. 9 (2023): 1572–1589, https://doi.org/10.1523/JNEUROSCI.1976‐21.2022. + + + J. J. Jun, N. A. Steinmetz, J. H. Siegle, et al., “Fully Integrated Silicon Probes for High‐Density Recording of Neural Activity,” Nature 551, no. 7679 (2017): 232–236, https://doi.org/10.1038/nature24636. + + + I. H. Stevenson and K. P. Kording, “How Advances in Neural Recording Affect Data Analysis,” Nature Neuroscience 14, no. 2 (2011): 139–142, https://doi.org/10.1038/nn.2731. + + + G. Buzsáki, E. Stark, A. Berényi, et al., “Tools for Probing Local Circuits: High‐Density Silicon Probes Combined With Optogenetics,” Neuron 86, no. 1 (2015): 92–105, https://doi.org/10.1016/j.neuron.2015.01.028. + + + J. P. Newman, J. Zhang, A. Cuevas‐López, et al., “ONIX: A Unified Open‐source Platform for Multimodal Neural Recording and Perturbation during Naturalistic Behavior,” Nature Methods 22, no. 1 (2025): 187–192, https://doi.org/10.1038/s41592‐024‐02521‐1. + + + N. A. Steinmetz, C. Koch, K. D. Harris, and M. Carandini, “Challenges and Opportunities for Large‐Scale Electrophysiology With Neuropixels Probes,” Current Opinion in Neurobiology 50 (2018): 92–100, https://doi.org/10.1016/j.conb.2018.01.009. + + + M. Yüksel, “Power Consumption Analysis of a Wi‐Fi‐based IoT Device,” ELECTRICA 20 (2020): 62, https://doi.org/10.5152/electrica.2020.19081. + + + K. Shahzad and B. Oelmann, “A Comparative Study of in‐sensor Processing vs. raw Data Transmission Using ZigBee, BLE and Wi‐Fi for Data Intensive Monitoring Applications,” in Proceedings of the 2014 11th International Symposium on Wireless Communications Systems (ISWCS) (IEEE, 2014), https://doi.org/10.1109/ISWCS.2014.6933409. + + + G. Koulouras, S. Katsoulis, and F. Zantalis, “Evolution of Bluetooth Technology: BLE in the IoT Ecosystem,” Sensors 25, no. 4 (2025): 996, https://doi.org/10.3390/s25040996. + + + H. Kim, B. Rigo, G. Wong, Y. J. Lee, and W.‐H. Yeo, “Advances in Wireless, Batteryless, Implantable Electronics for Real‐Time, Continuous Physiological Monitoring,” Nano‐Micro Letters 16, no. 1 (2023): 52, https://doi.org/10.1007/s40820‐023‐01272‐6. + + + D. Kim, J. Joo, B. Kim, Y.‐J. Park, S. M. Won, and J.‐Y. Yoo, “From Materials to Systems: Resonant Inductive Coupling for Wireless Bioelectronics,” npj Flexible Electronics (2026), https://doi.org/10.1038/s41528‐026‐00576‐y. + + + J. Joo, H. A. Anderson, W. Kim, et al., “A Stretchable Optogenetic Probe for Wireless Control of Bladder Nociception,” Engineering (2026), https://doi.org/10.1016/j.eng.2026.03.020. + + + T. Wu, W. Zhao, E. Keefer, and Z. Yang, “Deep Compressive Autoencoder for Action Potential Compression in Large‐Scale Neural Recording,” Journal of Neural Engineering 15, no. 6 (2018): 066019, https://doi.org/10.1088/1741‐2552/aae18d. + + + A. Cuevas‐López, E. Pérez‐Montoyo, V. J. López‐Madrona, S. Canals, and D. Moratal, “Low‐Power Lossless Data Compression for Wireless Brain Electrophysiology,” Sensors 22, no. 10 (2022): 3676, https://doi.org/10.3390/s22103676. + + + Y. Huang, Y. Huan, Z. Zou, et al., “A Wearable Group‐Synchronized EEG System for Multi‐Subject Brain–Computer Interfaces,” Frontiers in Neuroscience 17 (2023): 1176344, https://doi.org/10.3389/fnins.2023.1176344. + + + H.‐J. Kim and J. S. Ho, “Wireless Interfaces for Brain Neurotechnologies,” Philosophical Transactions of the Royal Society A: Mathematical, Physical and Engineering Sciences 380, no. 2228 (2022): 20210020, https://doi.org/10.1098/rsta.2021.0020. + + + C.‐T. Lin, Y. Wang, S.‐F. Chen, K.‐C. Huang, and L.‐D. Liao, “Design and Verification of a Wearable Wireless 64‐Channel High‐Resolution EEG Acquisition System With Wi‐fi Transmission,” Medical & Biological Engineering & Computing 61, no. 11 (2023): 3003–3019, https://doi.org/10.1007/s11517‐023‐02879‐y. + + + J. D. Simeral, T. Hosman, J. Saab, et al., “Home Use of a Percutaneous Wireless Intracortical Brain‐Computer Interface by Individuals with Tetraplegia,” IEEE Transactions on Biomedical Engineering 68, no. 7 (2021): 2313–2325, https://doi.org/10.1109/tbme.2021.3069119. + + + U. Topalovic, S. Barclay, C. Ling, et al., “A Wearable Platform for Closed‐loop Stimulation and Recording of Single‐neuron and Local Field Potential Activity in Freely Moving Humans,” Nature Neuroscience 26, no. 3 (2023): 517. + + + M. Seeber, M. Stangl, M. Vallejo Martelo, et al., “Human Neural Dynamics of Real‐World and Imagined Navigation,” Nature Human Behaviour 9, no. 4 (2025): 781–793, https://doi.org/10.1038/s41562‐025‐02119‐3. + + + R. Beaubois, J. Cheslet, T. Duenki, et al., “BiœmuS: A New Tool for Neurological Disorders Studies Through Real‐Time Emulation and Hybridization Using Biomimetic Spiking Neural Network,” Nature Communications 15, no. 1 (2024): 5142, https://doi.org/10.1038/s41467‐024‐48905‐x. + + + K. Matsushita, M. Hirata, T. Suzuki, et al., “A Fully Implantable Wireless ECoG 128‐channel Recording Device for Human Brain–Machine Interfaces: W‐HERBS,” Frontiers in Neuroscience 12 (2018): 511, https://doi.org/10.3389/fnins.2018.00511. + + + Y.‐G. Park, Y. W. Kwon, C. S. Koh, et al., “In‐Vivo Integration of Soft Neural Probes Through High‐Resolution Printing of Liquid Electronics on the Cranium,” Nature Communications 15, no. 1 (2024): 1772, https://doi.org/10.1038/s41467‐024‐45768‐0. + + + M. Mariello and C. M. Proctor, “Wireless Power and Data Transfer Technologies for Flexible Bionic and Bioelectronic Interfaces: Materials and Applications,” Advanced Materials Technologies 10, no. 5 (2025): 2400797, https://doi.org/10.1002/admt.202400797. + + + T. Zhang, J. Lu, F. Hu, and Q. Hao, “Bluetooth Low Energy for Wearable Sensor‐based Healthcare Systems,” in Proceedings of the 2014 IEEE Healthcare Innovation Conference (HIC) (IEEE, 2014), 251–254. + + + S. U. Park, H. K. Lee, H. B. Kim, et al., “Wearable Interactive Full‐body Motion Tracking and Haptic Feedback Network Systems with Deep Learning,” Nature Communications 16, no. 1 (2025): 8604, https://doi.org/10.1038/s41467‐025‐63644‐3. + + + H. K. Lee, S. U. Park, S. Kong, et al., “Real‐Time Deep Learning‐Assisted Mechano‐Acoustic System for Respiratory Diagnosis and Multifunctional Classification,” npj Flexible Electronics 8, no. 1 (2024): 69. + + + D. S. Bhatti, S. Saleem, A. Imran, et al., “A Survey on Wireless Wearable Body Area Networks: A Perspective of Technology and Economy,” Sensors 22, no. 20 (2022): 7722, https://doi.org/10.3390/s22207722. + + + M. Guermandi, A. Cossettini, S. Benatti, and L. Benini, “A Wireless System for EEG Acquisition and Processing in an Earbud Form Factor with 600 Hours Battery Lifetime,” in Proceedings of the 2022 44th Annual International Conference of the IEEE Engineering in Medicine & Biology Society (EMBC) (IEEE, 2022), 3139–3145. + + + E. López‐Larraz, C. Escolano, A. Robledo‐Menéndez, L. Morlas, A. Alda, and J. Minguez, “A Garment That Measures Brain Activity: Proof of Concept of an EEG Sensor Layer Fully Implemented With Smart Textiles,” Frontiers in Human Neuroscience 17 (2023): 1135153, https://doi.org/10.3389/fnhum.2023.1135153. + + + Y. Xu, E. De la Paz, A. Paul, et al., “In‐Ear Integrated Sensor Array for the Continuous Monitoring of Brain Activity and of Lactate in Sweat,” Nature Biomedical Engineering 7, no. 10 (2023): 1307–1320, https://doi.org/10.1038/s41551‐023‐01095‐1. + + + R. Kaveh, C. Schwendeman, L. Pu, A. C. Arias, and R. Muller, “Wireless Ear EEG to Monitor Drowsiness,” Nature Communications 15, no. 1 (2024): 6520, https://doi.org/10.1038/s41467‐024‐48682‐7. + + + A. Zhou, S. R. Santacruz, B. C. Johnson, et al., “A Wireless and Artefact‐Free 128‐Channel Neuromodulation Device for Closed‐Loop Stimulation and Recording in Non‐Human Primates,” Nature Biomedical Engineering 3, no. 1 (2019): 15–26, https://doi.org/10.1038/s41551‐018‐0323‐x. + + + Y. Ma, Q. Zheng, Y. Liu, et al., “Self‐Powered, One‐Stop, and Multifunctional Implantable Triboelectric Active Sensor for Real‐Time Biomedical Monitoring,” Nano Letters 16, no. 10 (2016): 6042–6051, https://doi.org/10.1021/acs.nanolett.6b01968. + + + N. R. Chodankar, S. V. Karekar, M. Safarkhani, et al., “Revolutionizing Implantable Technology: Biocompatible Supercapacitors as the Future of Power Sources,” Advanced Functional Materials 34, no. 42 (2024): 2406819, https://doi.org/10.1002/adfm.202406819. + + + A.‐H. Lee, J. Lee, V. Leung, L. Larson, and A. Nurmikko, “Patterned Electrical Brain Stimulation by a Wireless Network of Implantable Microdevices,” Nature Communications 15, no. 1 (2024): 10093, https://doi.org/10.1038/s41467‐024‐54542‐1. + + + S. Miziev, W. A. Pawlak, and N. Howard, “Comparative Analysis of Energy Transfer Mechanisms for Neural Implants,” Frontiers in Neuroscience 17 (2024): 1320441, https://doi.org/10.3389/fnins.2023.1320441. + + + J. Lee, A.‐H. Lee, V. Leung, et al., “An Asynchronous Wireless Network for Capturing Event‐Driven Data from Large Populations of Autonomous Sensors,” Nature Electronics 7, no. 4 (2024): 313–324, https://doi.org/10.1038/s41928‐024‐01134‐y. + + + D. Kim, S. W. Seon, M. Shin, et al., “Squid‐Inspired and Wirelessly Controllable Display for Active Camouflage in Aquatic‐Environment,” npj Flexible Electronics 8, no. 1 (2024): 7. + + + J. Lee, V. Leung, A.‐H. Lee, et al., “Neural Recording and Stimulation Using Wireless Networks of Microimplants,” Nature Electronics 4, no. 8 (2021): 604–614, https://doi.org/10.1038/s41928‐021‐00631‐8. + + + T. Jung, N. Zeng, J. D. Fabbri, et al., “A Wireless Subdural‐Contained Brain–Computer Interface With 65,536 Electrodes and 1,024 Channels,” Nature Electronics 8 (2025): 1272–1288. + + + S. Makeig, C. Kothe, T. Mullen, N. Bigdely‐Shamlo, Z. Zhang, and K. Kreutz‐Delgado, “Evolving Signal Processing for Brain–Computer Interfaces,” Proceedings of the IEEE 100 (2012): 1567–1584, https://doi.org/10.1109/JPROC.2012.2185009. + + + G. Buzsáki and M. Vöröslakos, “Brain Rhythms Have Come of Age,” Neuron 111, no. 7 (2023): 922–926, https://doi.org/10.1016/j.neuron.2023.03.018. + + + S. van Bree, D. Levenstein, M. R. Krause, B. Voytek, and R. Gao, “Processes and Measurements: A Framework for Understanding Neural Oscillations in Field Potentials,” Trends in Cognitive Sciences 29, no. 5 (2025): 448. + + + K. S. Gansel, “Neural Synchrony in Cortical Networks: Mechanisms and Implications for Neural Information Processing and Coding,” Frontiers in Integrative Neuroscience 16 (2022): 900715, https://doi.org/10.3389/fnint.2022.900715. + + + H.‐S. Lee, K. Eom, M. Park, S.‐B. Ku, K. Lee, and H.‐M. Lee, “High‐Density Neural Recording System Design,” Biomedical Engineering Letters 12, no. 3 (2022): 251–261, https://doi.org/10.1007/s13534‐022‐00233‐z. + + + E. Dohle, E. Swanson, L. Jovanovic, et al., “Toward the Clinical Translation of Implantable Brain–Computer Interfaces for Motor Impairment: Research Trends and Outcome Measures,” Advanced Science 12, no. 32 (2025): 01912. + + + X. Liu, Y. Gong, Z. Jiang, T. Stevens, and W. Li, “Flexible High‐Density Microelectrode Arrays for Closed‐Loop Brain–Machine Interfaces: A Review,” Frontiers in Neuroscience 18 (2024): 1348434, https://doi.org/10.3389/fnins.2024.1348434. + + + R. Vatsyayan, J. Lee, A. M. Bourhis, et al., “Electrochemical and Electrophysiological Considerations for Clinical High Channel Count Neural Interfaces,” MRS Bulletin 48, no. 5 (2023): 531–546, https://doi.org/10.1557/s43577‐023‐00537‐0. + + + A. M. Sodagar, Y. Khazaei, M. Nekoui, and M. Shaeri, “Real‐Time, Neural Signal Processing for High‐Density Brain‐Implantable Devices,” Bioelectronic Medicine 11, no. 1 (2025): 17, https://doi.org/10.1186/s42234‐025‐00177‐6. + + + Y. W. Kwon, D. B. Ahn, Y.‐G. Park, et al., “Power‐Integrated, Wireless Neural Recording Systems on the Cranium Using a Direct Printing Method for Deep‐Brain Analysis,” Science Advances 10, no. 14 (2024): adn3784. + + + H. Shin, J. Byun, D. Roh, N. Choi, H.‐S. Shin, and I.‐J. Cho, “Interference‐Free, Lightweight Wireless Neural Probe System for Investigating Brain Activity During Natural Competition,” Biosensors and Bioelectronics 195 (2022): 113665, https://doi.org/10.1016/j.bios.2021.113665. + + + M. D. Hoang, W. Kang, M. Koh, and S.‐M. Park, “Fully Wireless Implantable Device Capable of Multichannel Neural Spike Recording and Stimulation for Long‐Term Freely Moving Rodent Study,” IEEE Transactions on Neural Systems and Rehabilitation Engineering 33 (2025): 1621–1632, https://doi.org/10.1109/TNSRE.2025.3564625. + + + M. Song, Y. Huang, H. J. Visser, J. Romme, and Y.‐H. Liu, “An Energy‐Efficient and High‐Data‐Rate IR‐UWB Transmitter for Intracortical Neural Sensing Interfaces,” IEEE Journal of Solid‐State Circuits 57, no. 12 (2022): 3656–3668, https://doi.org/10.1109/JSSC.2022.3212672. + + + M. Nekoui and A. M. Sodagar, “Neural Spike Compression Through Salient Sample Extraction and Curve Fitting Dedicated to High‐Density Brain Implants,” Communications Engineering 4, no. 1 (2025): 171, https://doi.org/10.1038/s44172‐025‐00504‐4. + + + Y. He, S. Van Der Ven, H.‐P. Liaw, et al., “An Event‐Based Neural Compressive Telemetry With>11× Loss‐Less Data Reduction for High‐Bandwidth Intracortical Brain Computer Interfaces,” in IEEE Transactions on Biomedical Circuits and Systems (IEEE, 2024), 1100. + + + M. Cartiglia, F. Costa, S. Narayanan, et al., “A 4096 Channel Event‐Based Multielectrode Array With Asynchronous Outputs Compatible With Neuromorphic Processors,” Nature Communications 15, no. 1 (2024): 7163, https://doi.org/10.1038/s41467‐024‐50783‐2. + + + X. Wang, C. Liao, X. Wu, and J. Zhang, “Spatial–Temporal Attention Enhanced High‐Ratio EEG Compression Using Deep Variational Autoencoder and Arithmetic Coding,” Biomedical Signal Processing and Control 112 (2026): 108574, https://doi.org/10.1016/j.bspc.2025.108574. + + + N. Hong, B. Kim, J. Lee, H. K. Choe, K. H. Jin, and H. Kang, “Machine Learning‐Based High‐Frequency Neuronal Spike Reconstruction From Low‐Frequency and Low‐Sampling‐Rate Recordings,” Nature Communications 15, no. 1 (2024): 635, https://doi.org/10.1038/s41467‐024‐44794‐2. + + + M. Shaeri and A. M. Sodagar, “A Framework for On‐Implant Spike Sorting Based on Salient Feature Selection,” Nature Communications 11, no. 1 (2020): 3278, https://doi.org/10.1038/s41467‐020‐17031‐9. + + + M. Saif‐ur‐Rehman, O. Ali, S. Dyck, et al., “SpikeDeep‐Classifier: A Deep‐Learning Based Fully Automatic Offline Spike Sorting Algorithm,” Journal of Neural Engineering 18 (2020): 016009, https://doi.org/10.1088/1741‐2552/abc8d4. + + + S. Sarkar, “Advanced Spike Sorting Approaches in Implantable VLSI Wireless Brain Computer Interfaces: A Survey,” in Proceedings of the 2024 IEEE Region 10 Symposium (TENSYMP) (IEEE, 2024), 1–7. + + + F. R. Willett, D. T. Avansino, L. R. Hochberg, J. M. Henderson, and K. V. Shenoy, “High‐Performance Brain‐to‐Text Communication via Handwriting,” Nature 593, no. 7858 (2021): 249–254, https://doi.org/10.1038/s41586‐021‐03506‐2. + + + S. L. Metzger, J. R. Liu, D. A. Moses, et al., “Generalizable Spelling Using a Speech Neuroprosthesis in an Individual With Severe Limb and Vocal Paralysis,” Nature Communications 13, no. 1 (2022): 6510, https://doi.org/10.1038/s41467‐022‐33611‐3. + + + W. S. Griggs, S. L. Norman, T. Deffieux, et al., “Decoding Motor Plans Using a Closed‐Loop Ultrasonic Brain–Machine Interface,” Nature Neuroscience 27, no. 1 (2024): 196–207, https://doi.org/10.1038/s41593‐023‐01500‐7. + + + A. Biasiucci, R. Leeb, I. Iturrate, et al., “Brain‐Actuated Functional Electrical Stimulation Elicits Lasting Arm Motor Recovery after Stroke,” Nature Communications 9, no. 1 (2018): 2421, https://doi.org/10.1038/s41467‐018‐04673‐z. + + + B. J. Stieve, T. J. Richner, C. Krook‐Magnuson, T. I. Netoff, and E. Krook‐Magnuson, “Optimization of Closed‐Loop Electrical Stimulation Enables Robust Cerebellar‐Directed Seizure Control,” Brain 146, no. 1 (2023): 91–108, https://doi.org/10.1093/brain/awac051. + + + W. Kang, C. Ju, J. Joo, J. Lee, Y.‐M. Shon, and S.‐M. Park, “Closed‐Loop Direct Control of Seizure Focus in a Rodent Model of Temporal Lobe Epilepsy via Localized Electric Fields Applied Sequentially,” Nature Communications 13, no. 1 (2022): 7805, https://doi.org/10.1038/s41467‐022‐35540‐7. + + + N. D. Sisterson, T. A. Wozny, V. Kokkinos, A. Constantino, and R. M. Richardson, “Closed‐Loop Brain Stimulation for Drug‐Resistant Epilepsy: Towards an Evidence‐Based Approach to Personalized Medicine,” Neurotherapeutics 16, no. 1 (2019): 119–127, https://doi.org/10.1007/s13311‐018‐00682‐4. + + + M. O. Baud, J. K. Kleen, E. A. Mirro, et al., “Multi‐Day Rhythms Modulate Seizure Risk in Epilepsy,” Nature Communications 9, no. 1 (2018): 88, https://doi.org/10.1038/s41467‐017‐02577‐y. + + + J. L. Busch, J. Kaplan, J. K. Behnke, et al., “Chronic Adaptive Deep Brain Stimulation for Parkinson's Disease: Clinical Outcomes and Programming Strategies,” npj Parkinson's Disease 11, no. 1 (2025): 264, https://doi.org/10.1038/s41531‐025‐01124‐7. + + + D. Piña‐Fuentes, J. M. C. van Dijk, J. C. van Zijl, et al., “Acute Effects of Adaptive Deep Brain Stimulation in Parkinson's Disease,” Brain Stimulation 13, no. 6 (2020): 1507–1516, https://doi.org/10.1016/j.brs.2020.07.016. + + + A. Velisar, J. Syrkin‐Nikolau, Z. Blumenfeld, et al., “Dual Threshold Neural Closed Loop Deep Brain Stimulation in Parkinson Disease Patients,” Brain Stimulation 12, no. 4 (2019): 868–876, https://doi.org/10.1016/j.brs.2019.02.020. + + + M. Aljalal, S. A. Aldosari, M. Molinas, and F. A. Alturki, “Selecting EEG Channels and Features Using Multi‐Objective Optimization for Accurate MCI Detection: Validation Using Leave‐One‐Subject‐Out Strategy,” Scientific Reports 14, no. 1 (2024): 12483, https://doi.org/10.1038/s41598‐024‐63180‐y. + + + U. Shah, M. Alzubaidi, F. Mohsen, T. Alam, and M. Househ, “Ensemble‐Based Feature Engineering Mechanism to Decode Imagined Speech From Brain Signals,” Informatics in Medicine Unlocked 47 (2024): 101491, https://doi.org/10.1016/j.imu.2024.101491. + + + Y. Fang, H. Yang, X. Zhang, H. Liu, and B. Tao, “Multi‐Feature Input Deep Forest for EEG‐Based Emotion Recognition,” Frontiers in Neurorobotics 14 (2021): 617531, https://doi.org/10.3389/fnbot.2020.617531. + + + D. Sunaryono, R. Sarno, and J. Siswantoro, “Gradient Boosting Machines Fusion for Automatic Epilepsy Detection from EEG Signals Based on Wavelet Features,” Journal of King Saud University—Computer and Information Sciences 34, no. 10 (2022): 9591–9607, https://doi.org/10.1016/j.jksuci.2021.11.015. + + + J. Luo, X. Gao, X. Zhu, B. Wang, N. Lu, and J. Wang, “Motor Imagery EEG Classification Based on Ensemble Support Vector Learning,” Computer Methods and Programs in Biomedicine 193 (2020): 105464. + + + T. Merk, R. M. Köhler, T. M. Brotons, et al., “Invasive Neurophysiology and Whole Brain Connectomics for Neural Decoding in Patients With Brain Implants,” Nature Biomedical Engineering 10 (2025): 852–869. + + + E. Ferrea, F. Negahbani, I. Cebi, D. Weiss, and A. Gharabaghi, “Machine Learning Explains Response Variability of Deep Brain Stimulation on Parkinson's Disease Quality of Life,” npj Digital Medicine 7, no. 1 (2024): 269. + + + A. Shen, J. Sun, X. Chen, and X. Gao, “A Data‐Centric and Interpretable EEG Framework for Depression Severity Grading Using SHAP‐Based Insights,” Journal of NeuroEngineering and Rehabilitation 22, no. 1 (2025): 116, https://doi.org/10.1186/s12984‐025‐01645‐5. + + + S. Pérez‐Velasco, D. Marcos‐Martínez, E. Santamaría‐Vázquez, V. Martínez‐Cagigal, S. Moreno‐Calderón, and R. Hornero, “Unraveling Motor Imagery Brain Patterns Using Explainable Artificial Intelligence Based on Shapley Values,” Computer Methods and Programs in Biomedicine 246 (2024): 108048, https://doi.org/10.1016/j.cmpb.2024.108048. + + + M. S. Willsey, S. R. Nason‐Tomaszewski, S. R. Ensel, et al., “Real‐Time Brain‐Machine Interface in Non‐Human Primates Achieves High‐Velocity Prosthetic Finger Movements Using a Shallow Feedforward Neural Network Decoder,” Nature Communications 13, no. 1 (2022): 6899, https://doi.org/10.1038/s41467‐022‐34452‐w. + + + M. S. Willsey, N. P. Shah, D. T. Avansino, et al., “A High‐Performance Brain–Computer Interface for Finger Decoding and Quadcopter Game Control in an Individual With Paralysis,” Nature Medicine 31, no. 1 (2025): 96–104, https://doi.org/10.1038/s41591‐024‐03341‐8. + + + G. Siddhad, A. Gupta, D. P. Dogra, and P. P. Roy, “Efficacy of Transformer Networks for Classification of EEG Data,” Biomedical Signal Processing and Control 87 (2024): 105488, https://doi.org/10.1016/j.bspc.2023.105488. + + + V. J. Lawhern, A. J. Solon, N. R. Waytowich, S. M. Gordon, C. P. Hung, and B. J. Lance, “EEGNet: A Compact Convolutional Neural Network for EEG‐Based Brain–Computer Interfaces,” Journal of Neural Engineering 15, no. 5 (2018): 056013, https://doi.org/10.1088/1741‐2552/aace8c. + + + M. S. Khan, N. Salsabil, M. G. R. Alam, M. A. A. Dewan, and M. Z. Uddin, “CNN‐XGBoost Fusion‐Based Affective State Recognition Using EEG Spectrogram Image Analysis,” Scientific Reports 12, no. 1 (2022): 14122, https://doi.org/10.1038/s41598‐022‐18257‐x. + + + X. Chen, R. Wang, A. Khalilian‐Gourtani, et al., “A Neural Speech Decoding Framework Leveraging Deep Learning and Speech Synthesis,” Nature Machine Intelligence 6, no. 4 (2024): 467–480, https://doi.org/10.1038/s42256‐024‐00824‐8. + + + M. Shen, F. Yang, P. Wen, B. Song, and Y. Li, “A Real‐time Epilepsy Seizure Detection Approach Based on EEG Using Short‐time Fourier Transform and Google‐Net Convolutional Neural Network,” Heliyon 10, no. 11 (2024): 31827. + + + G. Pan, Y. Qi, Y. Wang, and Z. Xinyun, “Tracking Functional Changes in Nonstationary Signals with Evolutionary Ensemble Bayesian Model for Robust Neural Decoding,” in Advances in Neural Information Processing System (NeurIPS, 2022). + + + S. L. Metzger, K. T. Littlejohn, A. B. Silva, et al., “A High‐Performance Neuroprosthesis for Speech Decoding and Avatar Control,” Nature 620, no. 7976 (2023): 1037–1046, https://doi.org/10.1038/s41586‐023‐06443‐4. + + + J. Ye, J. Collinger, L. Wehbe, and R. Gaunt, “Neural Data Transformer 2: Multi‐Context Pretraining for Neural Spiking Activity,” Advances in Neural Information Processing Systems 36 (2023): 80352. + + + Y. You, S. Chang, Z. Yang, and Q. Sun, “PSNSleep: a Self‐Supervised Learning Method for Sleep Staging Based on Siamese Networks With Only Positive Sample Pairs,” Frontiers in Neuroscience 17 (2023): 1167723, https://doi.org/10.3389/fnins.2023.1167723. + + + Y. He, Z. Lu, J. Wang, S. Ying, and J. Shi, “A Self‐Supervised Learning Based Channel Attention MLP‐Mixer Network for Motor Imagery Decoding,” IEEE Transactions on Neural Systems and Rehabilitation Engineering 30 (2022): 2406–2417, https://doi.org/10.1109/TNSRE.2022.3199363. + + + B. M. Karpowicz, Y. H. Ali, L. N. Wimalasena, et al., “Stabilizing Brain‐Computer Interfaces Through Alignment of Latent Dynamics,” Nature Communications 16, no. 1 (2025): 4662, https://doi.org/10.1038/s41467‐025‐59652‐y. + + + F. A. N. Rashid, M. M. Daud, N. S. Suriani, et al., “Spike Train Analysis in Rehabilitation Movement Classification Using Deep Learning Approach,” Scientific Reports 15 (2025): 43193, https://doi.org/10.1038/s41598‐025‐25268‐x. + + + E. C. Mitchell, B. Story, D. Boothe, P. J. Franaszczuk, and V. Maroulas, “A Topological Deep Learning Framework for Neural Spike Decoding,” Biophysical Journal 123, no. 17 (2024): 2781–2789, https://doi.org/10.1016/j.bpj.2024.01.025. + + + I. Lazarevich, I. Prokin, B. Gutkin, and V. Kazantsev, “Spikebench: An Open Benchmark for Spike Train Time‐Series Classification,” PLOS Computational Biology 19, no. 1 (2023): 1010792, https://doi.org/10.1371/journal.pcbi.1010792. + + + H. Chang, B. Liu, Y. Zong, C. Lu, and X. Wang, “EEG‐Based Parkinson's Disease Recognition via Attention‐Based Sparse Graph Convolutional Neural Network,” IEEE Journal of Biomedical and Health Informatics 27, no. 11 (2023): 5216–5224, https://doi.org/10.1109/JBHI.2023.3292452. + + + X. Tang, J. Zhang, Y. Qi, K. Liu, R. Li, and H. Wang, “A Spatial Filter Temporal Graph Convolutional Network for Decoding Motor Imagery EEG Signals,” Expert Systems with Applications 238 (2024): 121915, https://doi.org/10.1016/j.eswa.2023.121915. + + + W. Chen, Y. Liao, R. Dai, Y. Dong, and L. Huang, “EEG‐based Emotion Recognition Using Graph Convolutional Neural Network with Dual Attention Mechanism,” Frontiers in Computational Neuroscience 18 (2024): 1416494, https://doi.org/10.3389/fncom.2024.1416494. + + + S. Zhao, G. Dai, J. Li, et al., “An Interpretable Model Based on Graph Learning for Diagnosis of Parkinson's Disease With Voice‐Related EEG,” npj Digital Medicine 7, no. 1 (2024): 3. + + + W. Ji, H. Su, S. Jin, et al., “A Wireless Bi‐Directional Brain–Computer Interface Supporting both Bluetooth and Wi‐Fi Transmission,” Micromachines 15 (2024): 1283, https://doi.org/10.3390/mi15111283. + + + A. H. Jo and K.‐C. Kwak, “Major Depressive Disorder Diagnosis Using Time–Frequency Embeddings Based on Deep Metric Learning and Neuro‐Fuzzy from EEG Signals,” Applied The Sciences 16 (2026): 324. + + + N. Farenga, S. Fresca, S. Brivio, and A. Manzoni, “On Latent Dynamics Learning in Nonlinear Reduced Order Modeling,” Neural Networks 185 (2025): 107146, https://doi.org/10.1016/j.neunet.2025.107146. + + + S. Park, D. Lee, and S. Yoon, “Noise‐Robust Deep Spiking Neural Networks With Temporal Information,” in 2021 58th ACM/IEEE Design Automation Conference (DAC) (IEEE, 2021), 373. + + + R. Ma, Y. Cao, S. Q. Xie, M. Zhang, J. Li, and Z.‐Q. Zhang, “LGFCNN: A Synergistic Framework Integrating Graph‐Based Spatial Filter and Lightweight CNN for SSVEP Recognition,” Neurocomputing 656 (2025): 131561, https://doi.org/10.1016/j.neucom.2025.131561. + + + S. Stanslaski, R. L. S. Summers, L. Tonder, et al., “Sensing Data and Methodology from the Adaptive DBS Algorithm for Personalized Therapy in Parkinson's Disease (ADAPT‐PD) Clinical Trial,” npj Parkinson's Disease 10, no. 1 (2024): 174, https://doi.org/10.1038/s41531‐024‐00772‐5. + + + M. Sharifshazileh, K. Burelo, J. Sarnthein, and G. Indiveri, “An Electronic Neuromorphic System for Real‐time Detection of High Frequency Oscillations (HFO) in Intracranial EEG,” Nature Communications 12, no. 1 (2021): 3095, https://doi.org/10.1038/s41467‐021‐23342‐2. + + + K. Burelo, G. Ramantani, G. Indiveri, and J. Sarnthein, “A Neuromorphic Spiking Neural Network Detects Epileptic High Frequency Oscillations in the Scalp EEG,” Scientific Reports 12, no. 1 (2022): 1798, https://doi.org/10.1038/s41598‐022‐05883‐8. + + + M. Farronato, P. Mannocci, A. Milozzi, et al., “Seizure Detection via Reservoir Computing in MoS2‐based Charge Trap Memory Devices,” Science Advances 11, no. 3 (2025): adr3241, https://doi.org/10.1126/sciadv.adr3241. + + + R. Li, G. Zhao, D. R. Muir, et al., “Real‐Time Sub‐Milliwatt Epilepsy Detection Implemented on a Spiking Neural Network Edge Inference Processor,” Computers in Biology and Medicine 183 (2024): 109225, https://doi.org/10.1016/j.compbiomed.2024.109225. + + + P. Busia, A. Cossettini, T. M. Ingolfsson, et al., “Reducing False Alarms in Wearable Seizure Detection with EEGformer: a Compact Transformer Model for MCUs,” IEEE Transactions on Biomedical Circuits and Systems 18, no. 3 (2024): 608. + + + A. Bahr, M. Schneider, M. Francis, et al., “Epileptic Seizure Detection on an Ultra‐Low‐Power Embedded RISC‐V Processor Using a Convolutional Neural Network,” Biosensors 11, no. 7 (2021): 203, https://doi.org/10.3390/bios11070203. + + + K. Zhou, Z. Jia, X.‐Q. Ma, et al., “Manufacturing of Graphene Based Synaptic Devices for Optoelectronic Applications,” International Journal of Extreme Manufacturing 5, no. 4 (2023): 042006, https://doi.org/10.1088/2631‐7990/acee2e. + + + W. Ouyang, W. Lu, Y. Zhang, et al., “A Wireless and Battery‐Less Implant for Multimodal Closed‐loop Neuromodulation in Small Animals,” Nature Biomedical Engineering 7, no. 10 (2023): 1252–1269, https://doi.org/10.1038/s41551‐023‐01029‐x. + + + M. A. Cervera, S. R. Soekadar, J. Ushiba, et al., “Brain‐Computer Interfaces for Post‐Stroke Motor Rehabilitation: a Meta‐Analysis,” Annals of Clinical and Translational Neurology 5, no. 5 (2018): 651–663, https://doi.org/10.1002/acn3.544. + + + B. W. Lee, J. Kang, J.‐Y. Yoo, and S. M. Won, “Textile Electronic Systems for Therapeutic Applications,” npj Flexible Electronics 9, no. 1 (2025): 118. + + + E. Nunez Sardinha, N. Zook, D. Western, F. Niyi‐Odumosu, V. Ruiz Garate, and M. Múnera, “Effectiveness and Acceptance of Assistive Technologies for People With Tetraplegia: A Systematic Review,” Assistive Technology 38, no. 2 (2025): 1. + + + M. E. Vanutelli, M. Salvadore, and C. Lucchiari, “BCI Applications to Creativity: Review and Future Directions, from Little‐c to C2,” Brain Sciences 13, no. 4 (2023): 665, https://doi.org/10.3390/brainsci13040665. + + + Y. Ding, X. Ma, P. Zhang, et al., “Neural Decoding for EEG‐BCI: From Conventional Machine Learning to Deep Learning Models,” Brain Hemorrhages (2026), https://doi.org/10.1016/j.hest.2026.01.002. + + + M. D. Murphy, D. J. Guggenmos, D. T. Bundy, and R. J. Nudo, “Current Challenges Facing the Translation of Brain Computer Interfaces from Preclinical Trials to Use in human Patients,” Frontiers in Cellular Neuroscience 9 (2016): 497, https://doi.org/10.3389/fncel.2015.00497. + + + Q. Deng, Z. Fu, N. Ma, and B. Wang, “Application and Future Directions of Brain‐Computer Interfaces in Neurological Disorders: Technological Advances, Clinical Practices, and Challenges,” Brain Hemorrhages 6 (2025): 306–314, https://doi.org/10.1016/j.hest.2025.09.002. + + + J. E. O'Doherty, M. A. Lebedev, P. J. Ifft, et al., “Active Tactile Exploration Using a Brain–Machine–Brain Interface,” Nature 479, no. 7372 (2011): 228. + + + P. D. Ganzer, S. C. Colachis, M. A. Schwemmer, et al., “Restoring the Sense of Touch Using a Sensorimotor Demultiplexing Neural Interface,” Cell 181, no. 4 (2020): 763–773, https://doi.org/10.1016/j.cell.2020.03.054. + + + K. T. Littlejohn, C. J. Cho, J. R. Liu, et al., “A Streaming Brain‐to‐Voice Neuroprosthesis to Restore Naturalistic Communication,” Nature Neuroscience 28, no. 4 (2025): 902–912, https://doi.org/10.1038/s41593‐025‐01905‐6. + + + B. Barra, S. Conti, M. G. Perich, et al., “Epidural Electrical Stimulation of the Cervical Dorsal Roots Restores Voluntary Upper Limb Control in Paralyzed Monkeys,” Nature Neuroscience 25, no. 7 (2022): 924–934, https://doi.org/10.1038/s41593‐022‐01106‐5. + + + L. Zollo, G. Di Pino, A. L. Ciancio, et al., “Restoring Tactile Sensations via Neural Interfaces for Real‐Time Force‐and‐Slippage Closed‐Loop Control of Bionic Hands,” Science Robotics 4, no. 27 (2019): aau9924, https://doi.org/10.1126/scirobotics.aau9924. + + + E. Opri, S. Cernera, R. Molina, et al., “Chronic Embedded Cortico‐Thalamic Closed‐Loop Deep Brain Stimulation for the Treatment of Essential Tremor,” Science Translational Medicine 12, no. 572 (2020): aay7680, https://doi.org/10.1126/scitranslmed.aay7680. + + + H. Lorach, A. Galvez, V. Spagnolo, et al., “Walking Naturally After Spinal Cord Injury Using a Brain–Spine Interface,” Nature 618, no. 7963 (2023): 126–133, https://doi.org/10.1038/s41586‐023‐06094‐5. + + + M. Wairagkar, N. S. Card, T. Singer‐Clark, et al., “An Instantaneous Voice‐Synthesis Neuroprosthesis,” Nature 644 (2025): 145–152. + + + I. R. Minev, P. Musienko, A. Hirsch, et al., “Electronic Dura Mater for Long‐term Multimodal Neural Interfaces,” Science 347, no. 6218 (2015): 159–163, https://doi.org/10.1126/science.1260318. + + + Y. Zhang, N. Zheng, Y. Cao, et al., “Climbing‐Inspired Twining Electrodes Using Shape Memory for Peripheral Nerve Stimulation and Recording,” Science Advances 5, no. 4: aaw1066, https://doi.org/10.1126/sciadv.aaw1066. + + + C. Dong, A. Carnicer‐Lombarte, F. Bonafè, et al., “Electrochemically Actuated Microelectrodes for Minimally Invasive Peripheral Nerve Interfaces,” Nature Materials 23, no. 7 (2024): 969–976, https://doi.org/10.1038/s41563‐024‐01886‐0. + + + M. Mahmood, D. Mzurikwao, Y.‐S. Kim, et al., “Fully Portable and Wireless Universal Brain–Machine Interfaces Enabled by Flexible Scalp Electronics and Deep Learning Algorithm,” Nature Machine Intelligence 1, no. 9 (2019): 412–422, https://doi.org/10.1038/s42256‐019‐0091‐7. + + + S. Park, H. S. Cha, and C. H. Im, “Development of an Online Home Appliance Control System Using Augmented Reality and an SSVEP‐Based Brain–Computer Interface,” IEEE Access 7 (2019): 163604–163614, https://doi.org/10.1109/ACCESS.2019.2952613. + + + S. A. H. Hussain, I. Raza, S. A. Hussain, M. H. Jamal, T. Gulrez, and A. Zia, “A Mental State Aware Brain Computer Interface for Adaptive Control of Electric Powered Wheelchair,” Scientific Reports 15, no. 1 (2025): 9880, https://doi.org/10.1038/s41598‐024‐82252‐7. + + + J. H. Shin, J. Kwon, J. U. Kim, et al., “Wearable EEG Electronics for a Brain–AI Closed‐Loop System to Enhance Autonomous Machine Decision‐Making,” npj Flexible Electronics 6, no. 1 (2022): 32. + + + J. Y. Lee, S. Lee, A. Mishra, et al., “Brain–Computer Interface Control With Artificial Intelligence Copilots,” Nature Machine Intelligence 7, no. 9 (2025): 1510–1523, https://doi.org/10.1038/s42256‐025‐01090‐y. + + + Z. Wang, N. Shi, Y. Zhang, et al., “Conformal In‐Ear Bioelectronics for Visual and Auditory Brain‐Computer Interfaces,” Nature Communications 14, no. 1 (2023): 4213, https://doi.org/10.1038/s41467‐023‐39814‐6. + + + M. T. Knierim, C. Zimny, G. Ivucic, and T. Röddiger, “Advancing Wearable BCI: Headphone EEG for Cognitive Load Detection in Lab and Field,” Proceedings of the ACM on Interactive, Mobile, Wearable and Ubiquitous Technologies 9, no. 1‐26 (2025): 1, https://doi.org/10.1145/3712283. + + + R. Chinthalachervu, I. Teja, M. A. Kumar, N. S. Harshith, and T. S. Kumar, “Driver Drowsiness Detection and Monitoring System Using Machine Learning,” in Proceedings of the Journal of Physics: Conference Series (IOP Publishing, 2022), 012057. + + + M. A. Khan, T. Nawaz, U. S. Khan, A. Hamza, and N. Rashid, “IoT‐Based Non‐Intrusive Automated Driver Drowsiness Monitoring Framework for Logistics and Public Transport Applications to Enhance Road Safety,” Ieee Access 11 (2023): 14385. + + + Z. Fu, K. P. So, X. Wu, et al., “A Feasibility Study of Using an In‐Ear EEG System for a Quantitative Assessment of Stress and Mental Workload,” Sensors 26 (2026): 442, https://doi.org/10.3390/s26020442. + + + M. Huang, C. Hu, B. Xu, et al., “Wireless EEG Monitoring System With Wearable Self‐Powered Flexible Sensors,” Chemical Engineering Journal 519 (2025): 165446, https://doi.org/10.1016/j.cej.2025.165446. + + + D.‐H. Jeong and J. Jeong, “In‐Ear EEG Based Attention State Classification Using Echo State Network,” Brain Sciences 10, no. 6 (2020): 321, https://doi.org/10.3390/brainsci10060321. + + + H. Huh, H. Shin, H. Li, et al., “A Wireless Forehead E‐Tattoo for Mental Workload Estimation,” Device 3 (2025): 100781, https://doi.org/10.1016/j.device.2025.100781. + + + S. Kwon, H. S. Kim, K. Kwon, et al., “At‐Home Wireless Sleep Monitoring Patches for the Clinical Assessment of Sleep Quality and Sleep Apnea,” Science Advances 9, no. 21 (2023): adg9671, https://doi.org/10.1126/sciadv.adg9671. + + + H. Kim, H. Kim, Y. J. Lee, et al., “Continuous Real‐Time Detection and Management of Comprehensive Mental States Using Wireless Soft Multifunctional Bioelectronics,” Biosensors and Bioelectronics 279 (2025): 117387, https://doi.org/10.1016/j.bios.2025.117387. + + + A. Hughes and S. Jorda, “Applications of Biological and Physiological Signals in Commercial Video Gaming and Game Research: A Review,” Frontiers in Computer Science 3 (2021): 557608, https://doi.org/10.3389/fcomp.2021.557608. + + + M. Mahmood, N. Kim, M. Mahmood, et al., “VR‐Enabled Portable Brain‐Computer Interfaces via Wireless Soft Bioelectronics,” Biosensors and Bioelectronics 210 (2022): 114333, https://doi.org/10.1016/j.bios.2022.114333. + + + M. Mahmood, S. Kwon, H. Kim, et al., “Wireless Soft Scalp Electronics and Virtual Reality System for Motor Imagery‐Based Brain–Machine Interfaces,” Advanced Science 8, no. 19 (2021): 2101129. + + + H. Li, H. Shin, L. Sentis, K.‐C. Siu, J. D. R. Millán, and N. Lu, “Combining VR with Electroencephalography as a Frontier of Brain‐Computer Interfaces,” Device 2, no. 6 (2024): 100425. + + + C. Nwagu, A. AlSlaity, and R. Orji, “EEG‐based Brain‐Computer Interactions in Immersive Virtual and Augmented Reality: a Systematic Review,” Proceedings of the ACM on Human‐Computer Interaction 7 (2023): 1–33, https://doi.org/10.1145/3593226. + + + R. R. Lin and K. Zhang, “Survey of Real‐Time Brainmedia in Artistic Exploration,” Visual Computing for Industry, Biomedicine, and Art, Biomedicine, and Art 7, no. 1 (2024): 27, https://doi.org/10.1186/s42492‐024‐00179‐2. + + + S. Ran, W. Zhong, L. Ma, D. Duan, L. Ye, and Q. Zhang, “Mind to Music: an EEG Signal‐Driven Real‐Time Emotional Music Generation System,” International Journal of Intelligent Systems 2024, no. 1 (2024): 9618884, https://doi.org/10.1155/int/9618884. + + + C. Huang, N. Shi, Y. Miao, X. Chen, Y. Wang, and X. Gao, “Visual Tracking Brain‐Computer Interface,” Iscience 27, no. 4 (2024): 109376. + + + E. Zhou, X. Wang, J. Liang, et al., “Chronically Stable, High‐Resolution Micro‐Electrocorticographic Brain‐Computer Interfaces for Real‐Time Motor Decoding,” Advanced Science 12, no. 45 (2025): 06663, https://doi.org/10.1002/advs.202506663. + + + S. Gao, J. Chen, Y. Xia, et al., “Wearable Technologies for Assisted Mobility in the Real World,” Nature Communications 16 (2025): 10988. + + + J. Li, G. Chen, G. Li, L. Xiao, R. Jia, and K. Zhang, “Flexible Brain Electronic Sensors Advance Wearable Brain‐computer Interface,” npj Biomedical Innovations 2, no. 1 (2025): 24, https://doi.org/10.1038/s44385‐025‐00029‐7. + + + +
+ + + 42206949 + + 2026 + 05 + 28 + +
+ + 2198-3844 + + + 2026 + May + 28 + + + Advanced science (Weinheim, Baden-Wurttemberg, Germany) + Adv Sci (Weinh) + + Machine Learning-Driven Prediction of Microplastic Aging Processes and Environmental Risk Assessment Across Multi-Media Systems. + + e75906 + e75906 + + 10.1002/advs.75906 + + Machine learning (ML) holds promise for reconstructing microplastic (MP) aging and assessing risks, but current studies rely on small-scale, accelerated laboratory datasets and single environmental medium models that miss cross-media transport and environmental interactions in real-world MP lifecycles. To realize its potential for reconstructing spatiotemporal aging trajectories and toxicological assessment of MPs, this perspective provides a paradigm shift in ML application from fragmented data-fitting to a holistic, privacy-preserving, physics-aware strategy. A novel probabilistic framework reconstructs the environmental history of field-sampled MPs through mechanistic fingerprinting, using Bayesian inference to reconcile multi-evidence signals and improve trajectory models for source attribution and risk assessment. Furthermore, we propose the TRACE framework (TRansport, Aging, Corona, Ecotoxicity), which moves beyond the isolated modeling of aging processes and toxicity endpoints. By integrating physics-informed models with causal discovery, TRACE captures the reciprocal feedback loops between physicochemical evolution and eco-corona formation, thereby mechanistically linking surface transformations to biological risks. To support this data-intensive architecture, we advocate for federated learning (FL) to dismantle privacy barriers. This approach facilitates secure, multi-institutional collaborative modeling without raw data exchange, harmonizing heterogeneous datasets. Ultimately, this cohesive strategy bridges laboratory-field disparities, moving toward predictive, evidence-based, and targeted mitigation efforts in global plastic pollution governance. + © 2026 The Author(s). Advanced Science published by Wiley‐VCH GmbH. + + + + Lyu + Yaping + Y + + State Key Laboratory of Advanced Environmental Technology, School of Environment, University of Science and Technology of China, Anhui, China. + + + + Qiu + Xinran + X + + College of Natural Resources and Environment, Northwest A&F University, Yangling, Shaanxi, China. + + + + Li + Xing + X + + School of Environmental Science and Engineering, Shanghai Jiao Tong University, Shanghai, China. + + + + Yang + Tianhuan + T + + School of Environmental Science and Engineering, Shanghai Jiao Tong University, Shanghai, China. + + + + Guo + Xuetao + X + + College of Natural Resources and Environment, Northwest A&F University, Yangling, Shaanxi, China. + + + + Qiu + Hao + H + + School of Environmental Science and Engineering, Shanghai Jiao Tong University, Shanghai, China. + + + + Zhang + Peng + P + + State Key Laboratory of Advanced Environmental Technology, School of Environment, University of Science and Technology of China, Anhui, China. + + + + eng + + + 2023YFC3711500 + National Key Research and Development Program of China + + + + 2508085QB050 + Anhui Provincial Natural Science Foundation + + + + 22506200 + National Natural Science Foundation of China + + + + 22476191 + National Natural Science Foundation of China + + + + WK2400000011 + Fundamental Research Funds for the Central Universities + + + + + Journal Article + + + 2026 + 05 + 28 + +
+ + Germany + Adv Sci (Weinh) + 101664569 + 2198-3844 + + IM + + aging trajectories reconstruction + federated learning + machine learning + microplastic aging + +
+ + + + 2026 + 5 + 28 + 12 + 33 + + + 2026 + 5 + 28 + 12 + 33 + + + 2026 + 4 + 13 + + + 2026 + 1 + 3 + + + 2026 + 5 + 15 + + + 2026 + 5 + 28 + 9 + 34 + + + aheadofprint + + 42206949 + 10.1002/advs.75906 + + + + A. Rahman, A. Sarkar, O. P. Yadav, G. Achari, and J. Slobodnik, “Potential Human Health Risks due to Environmental Exposure to Nano‐ And Microplastics and Knowledge Gaps: a Scoping Review,” Science of The Total Environment 757 (2021): 143872, https://doi.org/10.1016/j.scitotenv.2020.143872. + + + S. Beer, A. Garm, B. Huwer, J. Dierking, and T. G. Nielsen, “No Increase in Marine Microplastic Concentration over The Last Three Decades—A Case Study from The Baltic Sea,” Science of The Total Environment 621 (2018): 1272–1279, https://doi.org/10.1016/j.scitotenv.2017.10.101. + + + A. Isobe, K. Uchiyama‐Matsumoto, K. Uchida, and T. Tokai, “Microplastics in the Southern Ocean,” Marine Pollution Bulletin 114 (2017): 623–626, https://doi.org/10.1016/j.marpolbul.2016.09.037. + + + C. Romera‐Castillo, M. Pinto, T. M. Langer, X. A. Alvarez‐Salgado, and G. J. Herndl, “Dissolved Organic Carbon Leaching from Plastics Stimulates Microbial Activity in the Ocean,” Nature Communications 9 (2018): 1430, https://doi.org/10.1038/s41467‐018‐03798‐5. + + + Z. Ren, X. Xu, J. Liang, et al., “Aging Dynamics of Polyvinyl Chloride Microplastics in Three Soils with Different Properties,” Environmental Science & Technology 58 (2024): 22332–22342, https://doi.org/10.1021/acs.est.4c06317. + + + A. Esmaeili Nasrabadi, N. Babaei, and Z. Bonyadi, “Effect of Ozonation on the Morphological Characteristics and Adsorption Behavior of Polystyrene Microplastics in Aqueous Environments,” Applied Water Science 15 (2025): 90, https://doi.org/10.1007/s13201‐025‐02443‐z. + + + N. Sharma and Y. A. Liu, “A Hybrid Science‐Guided Machine Learning Approach for Modeling Chemical Processes: A Review,” AIChE Journal 68 (2022): 17609, https://doi.org/10.1002/aic.17609. + + + Z. Ghahramani, “Probabilistic Machine Learning and Artificial Intelligence,” Nature 521 (2015): 452–459, https://doi.org/10.1038/nature14541. + + + Y. Qiu, J. Niu, C. Zhang, L. Chen, B. Su, and S. Zhou, “Interpretable Machine Learning Reveals Transport of Aged Microplastics in Porous Media: Multiple Factors Co‐Effect,” Water Research 274 (2025): 123129, https://doi.org/10.1016/j.watres.2025.123129. + + + Y. Li, X. Wang, H. Zhang, et al., “Tracing Microplastic Aging Processes Using Multimodal Deep Learning: a Predictive Model for Enhanced Traceability,” Environmental Science & Technology 58 (2024): 18335–18344, https://doi.org/10.1021/acs.est.4c05022. + + + Q. Lu, Y. Zhou, Q. Sui, and Y. Zhou, “Mechanism and Characterization of Microplastic Aging Process: a Review,” Frontiers of Environmental Science & Engineering 17 (2023): 100, https://doi.org/10.1007/s11783‐023‐1700‐6. + + + G. Binda, G. Kalčíková, I. J. Allan, et al., “Microplastic Aging Processes: Environmental Relevance and Analytical Implications,” TrAC Trends in Analytical Chemistry 172 (2024): 117566, https://doi.org/10.1016/j.trac.2024.117566. + + + S. Phan and C. K. Luscombe, “Recent Trends in Marine Microplastic Modeling and Machine Learning Tools: Potential for Long‐Term Microplastic Monitoring,” Journal of Applied Physics 133 (2023): 020701, https://doi.org/10.1063/5.0126358. + + + S. Bao, B. Xian, J. Yi, et al., “Aging Process Potentially Aggravates Microplastic Toxicity in Aquatic Organisms: Evidence from a Comprehensive Synthesis,” Science of The Total Environment 958 (2025): 177992, https://doi.org/10.1016/j.scitotenv.2024.177992. + + + Y. Zhang, C. Li, Y. Wang, et al., “Recognition of Microplastic Aging Features Based on Multimodal Data Fusion and Attention Mechanisms,” Journal of Hazardous Materials 496 (2025): 139301, https://doi.org/10.1016/j.jhazmat.2025.139301. + + + R. Pugliese, S. Regondi, and R. Marini, “Machine Learning‐Based Approach: Global Trends, Research Directions, and Regulatory Standpoints,” Data Science and Management 4 (2021): 19–29, https://doi.org/10.1016/j.dsm.2021.12.002. + + + E. R. K. Neo, J. S. C. Low, V. Goodship, S. R. Coles, and K. Debattista, “Cross‐Modal Generative Models for Multi‐Modal Plastic Sorting,” Journal of Cleaner Production 415 (2023): 137919, https://doi.org/10.1016/j.jclepro.2023.137919. + + + M. Chen, L. Xing, Y. Wang, and Y. Zhang, “Enhanced Multimodal Representation Learning with Cross‐Modal Kd,” in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (IEEE, 2023), 11766–11775. + + + P. Sucharitakul, “Replicating Real‐World Microplastics with Accelerated Physicochemical Ageing,” Nature Reviews Earth & Environment 5 (2024): 334–334, https://doi.org/10.1038/s43017‐024‐00550‐0. + + + Y. Xu, Q. Ou, J. P. van der Hoek, G. Liu, and K. M. Lompe, “Photo‐Oxidation of Micro‐ And Nanoplastics: Physical, Chemical, and Biological Effects in Environments,” Environmental Science & Technology 58 (2024): 991–1009, https://doi.org/10.1021/acs.est.3c07035. + + + L. Zhou, T. Wang, G. Qu, H. Jia, and L. Zhu, “Probing the Aging Processes and Mechanisms of Microplastic under Simulated Multiple Actions Generated by Discharge Plasma,” Journal of Hazardous Materials 398 (2020): 122956, https://doi.org/10.1016/j.jhazmat.2020.122956. + + + Y. K. Song, S. H. Hong, M. Jang, G. M. Han, S. W. Jung, and W. J. Shim, “Combined Effects of UV Exposure Duration and Mechanical Abrasion on Microplastic Fragmentation by Polymer Type,” Environmental Science & Technology 51 (2017): 4368–4376, https://doi.org/10.1021/acs.est.6b06155. + + + A. Zeb, W. Liu, N. Ali, et al., “Microplastic Pollution in Terrestrial Ecosystems: Global Implications and Sustainable Solutions,” Journal of Hazardous Materials 461 (2024): 132636, https://doi.org/10.1016/j.jhazmat.2023.132636. + + + B. Zhao, R. E. Richardson, and F. You, “Advancing Microplastic Analysis in the Era of Artificial Intelligence: from Current Applications to the Promise of Generative Ai,” Nexus 1 (2024): 100043, https://doi.org/10.1016/j.ynexs.2024.100043. + + + J. Brandt, K. Mattsson, and M. Hassellov, “Deep Learning for Reconstructing Low‐Quality FTIR and Raman Spectra─a Case Study in Microplastic Analyses,” Analytical Chemistry 93 (2021): 16360–16368, https://doi.org/10.1021/acs.analchem.1c02618. + + + M. Wang, M. Meng, J. Liu, and J. Wu, “Adequate Alignment and Interaction for Cross‐Modal Retrieval,” Virtual Reality & Intelligent Hardware 5 (2023): 509–522, https://doi.org/10.1016/j.vrih.2023.06.003. + + + H. Hu, X. Wang, Y. Zhang, Q. Chen, and Q. Guan, “A Comprehensive Survey on Contrastive Learning,” Neurocomputing 610 (2024): 128645, https://doi.org/10.1016/j.neucom.2024.128645. + + + C. Azuma, T. Ito, and T. Shimobaba, “Adversarial Domain Adaptation Using Contrastive Learning,” Engineering Applications of Artificial Intelligence 123 (2023): 106394, https://doi.org/10.1016/j.engappai.2023.106394. + + + S. Choudhuri, S. Adeniye, and A. Sen, “Distribution Alignment Using Complement Entropy Objective and Adaptive Consensus‐Based Label Refinement for Partial Domain Adaptation,” Artificial Intelligence and Applications 1 (2023): 43–51, https://doi.org/10.47852/bonviewAIA2202524. + + + Y. Wang, J. Zhao, Z. Fu, et al., “Innovative Overview of the Occurrence, Aging Characteristics, and Ecological Toxicity of Microplastics in Environmental Media,” Environmental Pollution 346 (2024): 123623, https://doi.org/10.1016/j.envpol.2024.123623. + + + L. Xie, M. Ma, Q. Ge, Y. Liu, and L. Zhang, “Machine Learning Advancements and Strategies in Microplastic and Nanoplastic Detection,” Environmental Science & Technology 59 (2025): 8885–8899, https://doi.org/10.1021/acs.est.4c11888. + + + T. Moodley, T. Abunama, S. Kumari, D. Amoah, and M. Seyam, “Applications of Mathematical Modelling for Assessing Microplastic Transport and Fate in Water Environments: a Comparative Review,” Environmental Monitoring and Assessment 196 (2024): 667, https://doi.org/10.1007/s10661‐024‐12731‐x. + + + C.‐C. Jung, Y.‐C. Chao, H.‐T. Hsu, and D.‐W. Gong, “Spatial and Seasonal Variations of Atmospheric Microplastics in High and Low Population Density Areas at the Intersection of Tropical and Subtropical Regions,” Environmental Research 263 (2024): 119996, https://doi.org/10.1016/j.envres.2024.119996. + + + X. Yang, B. Fan, and C. Liu, “A Unified Framework for Simulating Aging Process of Typical Microplastics,” Environmental Pollution 386 (2025): 127300, https://doi.org/10.1016/j.envpol.2025.127300. + + + A. Zakib Fazil, D. D. S. Dhawala Wijeratna, and P. I. A. Gomes, “Predicting Microplastic Transport in Open Channels with Different Bed Types and River Regulation with Machine Learning Techniques,” Environmental Pollution 384 (2025): 126912, https://doi.org/10.1016/j.envpol.2025.126912. + + + X. Fu, Y. Wang, H. Dong, W. Cui, and H. Zhang, “Visualization Assessment: a Machine Learning Approach,” in 2019 IEEE Visualization Conference (VIS) (IEEE, 2019), https://doi.org/10.1109/VISUAL.2019.8933570. + + + D. D. Lundstrom, T. Huang, and M. Razaviyayn, “A Rigorous Study of Integrated Gradients Method and Extensions to Internal Neuron Attributions,” in International Conference on Machine Learning (PMLR, 2022). + + + V. Bianco, D. Pirone, and P. Memmolo, “Identification of Microplastics Based on the Fractal Properties of Their Holographic Fingerprint,” ACS Photonics 8 (2021): 2148–2157, https://doi.org/10.1021/acsphotonics.1c00591. + + + Z. Zhang, Z. L. Chen, Y. Liu, et al., “Molecular Fingerprints of Dissolved Organic Matter Leached from Microplastics over Prolonged Photochemical Aging: Implications for Aquatic Carbon Cycling,” Water Research 285 (2025): 124163, https://doi.org/10.1016/j.watres.2025.124163. + + + Z. Huang, B. Hu, and H. Wang, “Analytical Methods for Microplastics in the Environment: a Review,” Environmental Chemistry Letters 21 (2023): 383–401, https://doi.org/10.1007/s10311‐022‐01525‐7. + + + G. Bhagwat, T. K. A. Tran, D. Lamb, et al., “Biofilms Enhance the Adsorption of Toxic Contaminants on Plastic Microfibers under Environmentally Relevant Conditions,” Environmental Science & Technology 55 (2021): 8877–8887, https://doi.org/10.1021/acs.est.1c02012. + + + W. Deng, Y. Wang, Z. Wang, J. Liu, J. Wang, and W. Liu, “Effects of Photoaging on Structure and Characteristics of Biofilms on Microplastic in Soil: Biomass and Microbial Community,” Journal of Hazardous Materials 467 (2024): 133726, https://doi.org/10.1016/j.jhazmat.2024.133726. + + + C. M. Pierard, D. Bassotto, F. Meirer, and E. van Sebille, “Attribution of Plastic Sources Using Bayesian Inference: Application to River‐Sourced Floating Plastic in The South Atlantic Ocean,” Frontiers in Marine Science 9 (2022): 925437, https://doi.org/10.3389/fmars.2022.925437. + + + B. van Duinen, M. L. A. Kaandorp, and E. van Sebille, “Identifying Marine Sources of Beached Plastics through a Bayesian Framework: Application to Southwest Netherlands,” Geophysical Research Letters 49 (2022): 2021GL097214, https://doi.org/10.1029/2021GL097214. + + + J. Cao, Q. Yang, J. Jiang, et al., “Coronas of Micro/Nano Plastics: a Key Determinant in Their Risk Assessments,” Particle and Fibre Toxicology 19 (2022): 55, https://doi.org/10.1186/s12989‐022‐00492‐9. + + + J. Moyal, P. H. Dave, M. Wu, et al., “Impacts of Biofilm Formation on the Physicochemical Properties and Toxicity of Microplastics: a Concise Review,” Reviews of Environmental Contamination and Toxicology 261 (2023): 8, https://doi.org/10.1007/s44169‐023‐00035‐z. + + + X. Liu, R. Zhao, M. Liu, et al., “Transport of Eco‐Corona Coated Nanoplastics in Coastal Sediments,” Water Research 284 (2025): 123893, https://doi.org/10.1016/j.watres.2025.123893. + + + K. Bhagat, A. C. Barrios, K. Rajwade, et al., “Aging of Microplastics Increases Their Adsorption Affinity towards Organic Contaminants,” Chemosphere 298 (2022): 134238, https://doi.org/10.1016/j.chemosphere.2022.134238. + + + S. Ducoli, S. Federici, R. Nicsanu, et al., “A Different Protein Corona Cloaks “True‐To‐Life” Nanoplastics with Respect to Synthetic Polystyrene Nanobeads,” Environmental Science: Nano 9 (2022): 1414–1426, https://doi.org/10.1039/d1en01016f. + + + X. Jiang, J. C. White, E. He, et al., “Foliar Exposure of Deuterium Stable Isotope‐Labeled Nanoplastics to Lettuce: Quantitative Determination of Foliar Uptake, Transport, and Trophic Transfer in a Terrestrial Food Chain,” Environmental Science & Technology 58 (2024): 15438–15449, https://doi.org/10.1021/acs.est.4c03123. + + + K. E. Wheeler, A. J. Chetwynd, K. M. Fahy, et al., “Environmental Dimensions of the Protein Corona,” Nature Nanotechnology 16 (2021): 617–629, https://doi.org/10.1038/s41565‐021‐00924‐1. + + + J. Ge, M. Wang, P. Liu, Z. Zhang, J. Peng, and X. Guo, “A Systematic Review on the Aging of Microplastics and the Effects of Typical Factors in Various Environmental Media,” TrAC Trends in Analytical Chemistry 162 (2023): 117025, https://doi.org/10.1016/j.trac.2023.117025. + + + L. Li, Y. Luo, R. Li, et al., “Effective Uptake of Submicrometre Plastics by Crop Plants via a Crack‐Entry Mode,” Nature Sustainability 3 (2020): 929–937, https://doi.org/10.1038/s41893‐020‐0567‐9. + + + X. Hu, M. G. Waigi, B. Yang, and Y. Gao, “Impact of Plastic Particles on the Horizontal Transfer of Antibiotic Resistance Genes to Bacterium: Dependent on Particle Sizes and Antibiotic Resistance Gene Vector Replication Capacities,” Environmental Science & Technology 56 (2022): 14948–14959, https://doi.org/10.1021/acs.est.2c00745. + + + Y. Li, X. Li, P. Wang, Y. Su, and B. Xie, “Size‐Dependent Effects of Polystyrene Microplastics on Anaerobic Digestion Performance of Food Waste: Focusing on Oxidative Stress, Microbial Community, Key Metabolic Functions,” Journal of Hazardous Materials 438 (2022): 129493, https://doi.org/10.1016/j.jhazmat.2022.129493. + + + H. Wei, D. Xie, D. Z. Wang, and M. Wang, “A Meta‐analysis Reveals Global Change Stressors Potentially Aggravate Mercury Toxicity in Marine Biota,” Environmental Science & Technology 58 (2024): 219–230, https://doi.org/10.1021/acs.est.3c07294. + + + N. Rieke, J. Hancox, W. Li, et al., “The Future of Digital Health with Federated Learning,” npj Digital Medicine 3 (2020): 119, https://doi.org/10.1038/s41746‐020‐00323‐1. + + + H. Fereidooni, S. Marchal, M. Miettinen, A. Mirhoseini, H. Möllering, and T. Duc Nguyen, “SAFELearn: Secure Aggregation for Private Federated Learning,” in 2021 IEEE security and privacy workshops (SPW). (IEEE, 2021), https://doi.org/10.1109/spw53761.2021.00017. + + + K. Wei, J. Li, M. Ding, et al., “Federated Learning with Differential Privacy: Algorithms and Performance Analysis,” IEEE Transactions on Information Forensics and Security 15 (2020): 3454–3469, https://doi.org/10.1109/tifs.2020.2988575. + + + N. M. Hijazi, M. Aloqaily, M. Guizani, B. Ouni, and F. Karray, “Secure Federated Learning with Fully Homomorphic Encryption for IoT Communications,” IEEE Internet of Things Journal 11 (2024): 4289–4300, https://doi.org/10.1109/jiot.2023.3302065. + + + Y. Chen, F. Luo, T. Li, T. Xiang, Z. Liu, and J. Li, “A Training‐Integrity Privacy‐Preserving Federated Learning Scheme with Trusted Execution Environment,” Information Sciences 522 (2020): 69–79, https://doi.org/10.1016/j.ins.2020.02.037. + + + +
+ + + 42206924 + + 2026 + 05 + 28 + +
+ + 1530-0293 + + + 2026 + May + 28 + + + Critical care medicine + Crit Care Med + + Traumatic Inflammatory-Coagulation Coactivation Occurs Early After Injury and Impacts Mortality. + 10.1097/CCM.0000000000007224 + + Acute traumatic coagulopathy is known to occur early following severe injury. However, the role and impact of both pro- and anti-inflammatory cytokines are unknown. We aimed to investigate the inflammatory (pro- and anti-inflammatory cytokines) and coagulation pathways following injury and their relation to 30-day mortality. + Patients included in this analysis had complete data available for a panel of 48 coagulation and inflammatory biomarkers obtained from initial emergency department blood draws. Principal component analysis (PCA), a dimensionality-reduction machine learning method, was used to identify biomarker phenotypes present. Principal components with variance (eigenvalues) greater than 1 were selected for inclusion in the analysis. Least Absolute Shrinkage and Selection Operator regression was performed to identify independent predictors of 30-day mortality. The critical administration threshold (CAT, > 3 units of RBCs in 1 hr) was used to quantify bleeding. + This is a secondary analysis of the Pragmatic Randomized Optimal Platelet and Plasma Ratio (PROPPR) study. + The PROPPR study was a pragmatic, phase 3, multisite, randomized clinical trial that included 680 severely injured patients at 12 level 1 trauma centers. + None. + Inflammatory and coagulation marker phenotypes were associated with 30-day mortality. Among 286 patients included, 30-day mortality was 24.4% (n = 70). PCA found 14 phenotypes that collectively explained 83% of pathophysiologic variability. The top six principal components contributing to the early pathophysiology changes were a coagulopathy phenotype, followed by two distinct mixed inflammatory phenotypes, a platelet phenotype representing platelet activation integrins, von Willebrand Factor (vWF), and a thromboelastography phenotype representing clot strength and thrombin generation. Controlling for age, sex, injury mechanism, and bleeding (CAT+), mortality was predominantly driven by the coagulopathy phenotype 1 (p = 0.0002) and mixed inflammatory phenotype 3 (p = 0.0684). + These findings demonstrate that coagulation and inflammation are coactivated early after severe injury and are associated with poor outcomes. The activation of these pathways is both complex and integrated, involving inflammatory cytokines, chemokines, growth factors, coagulation factors, platelet activated integrins, vWF, and thrombin. This study uses the largest comprehensive array of coagulation and inflammatory biomarkers to date and identifies key biologic phenotypes linked to mortality after severe trauma. + Copyright © 2026 The Author(s). Published by Wolters Kluwer Health, Inc. on behalf of the Society of Critical Care Medicine and Wolters Kluwer Health, Inc. + + + + Riccardi + Julia + J + 0009-0003-4672-440 + + Department of Surgery, University of California Davis, Sacramento, CA. + + + + Robles + Anamaria J + AJ + + Department of Surgery, University of California Davis, Sacramento, CA. + + + + Ross + James T + JT + + Department of Surgery, Case Western Reserve, Cleveland, OH. + + + The Blood, Heart, Lung, and Immunology Research Center at Case Western Reserve University and University Hospitals Cleveland, Cleveland, OH. + + + + Lewis + Carrie + C + + Department of Surgery, University of California Davis, Sacramento, CA. + + + + Bellini + Alyssa R + AR + + Department of Surgery, University of California Davis, Sacramento, CA. + + + + Mell + Matthew + M + + Department of Surgery, University of California Davis, Sacramento, CA. + + + + Holcomb + John B + JB + + Department of Surgery, University of Alabama at Birmingham, Birmingham, AL. + + + + Callcut + Rachael A + RA + + Department of Surgery, University of California Davis, Sacramento, CA. + + + + eng + + Journal Article + + + 2026 + 05 + 28 + +
+ + United States + Crit Care Med + 0355501 + 0090-3493 + + IM + + coagulation + inflammation + inflammatory reaction + injury + trauma + + Dr. Riccardi’s institution received funding from the National Heart, Lung, and Blood Institute (NHLBI; RO1 HL149670; UO1 HL077863). Drs. Riccardi, Robles, Lewis, Mell, and Callcut received support for article research from the National Institutes of Health (NIH). Dr. Bellini’s institution received funding from the National Center for Advancing Translational Sciences (UL1 TR001860). Dr. Holcomb received funding from Aspen Medical, Infrascan, Geneva, QinFlow Chair, Zibrio, Hemostatics, MiNK Therapeutics, Obvius Robotics, and UT Health; he disclosed that he is co-inventor of the Junctional Emergency Tourniquet Tool. Dr. Callcut’s institution received funding from the NHLBI, the NIH, GE Healthcare, CSL Bearing, and Humacyte; she received funding from BeeKeeperAI. Dr. Ross has disclosed that he does not have any potential conflicts of interest. +
+ + + + 2026 + 5 + 28 + 12 + 34 + + + 2026 + 5 + 28 + 12 + 34 + + + 2026 + 5 + 28 + 9 + 33 + + + aheadofprint + + 42206924 + 10.1097/CCM.0000000000007224 + 00003246-990000000-00854 + + + + Haagsma JA, Graetz N, Bolliger I, et al.: The global burden of injury: Incidence, mortality, disability-adjusted life years and time trends from the global burden of disease study 2013. Inj Prev 2016; 22:3–18 + + + Rhee P, Joseph B, Pandit V, et al.: Increasing trauma deaths in the United States. Ann Surg 2014; 260:13–21 + + + Xiao W, Mindrinos MN, Seok J, et al.; Inflammation and Host Response to Injury Large-Scale Collaborative Research Program: A genomic storm in critically injured humans. J Exp Med 2011; 208:2581–2590 + + + Hotchkiss RS, Karl IE: The pathophysiology and treatment of sepsis. N Engl J Med 2003; 348:138–150 + + + Darlington DN, Gonzales MD, Craig T, et al.: Trauma-induced coagulopathy is associated with a complex inflammatory response in the rat. Shock 2015; 44:129–137 + + + Savage SA, Zarzaur BL, Fox EE, et al.: Admission thromboelastography at the intersection of traumatic coagulopathy and inflammation: A pragmatic, randomized optimal platelet and plasma ratios (PROPPR) study subanalysis. J Am Coll Surg 2023; 237:259–269 + + + Cardenas JC, Wade CE, Cotton BA, et al.; PROPPR Study Group: TEG lysis shutdown represents coagulopathy in bleeding trauma patients: Analysis of the PROPPR cohort. Shock 2019; 51:273–283 + + + Savage SA, Zarzaur BL, Gaski GE, et al.: Insights into the association between coagulopathy and inflammation: Abnormal clot mechanics are a warning of immunologic dysregulation following major injury. Ann Transl Med 2020; 8:1576 + + + Lenz A, Franklin GA, Cheadle WG: Systemic inflammation after trauma. Injury 2007; 38:1336–1345 + + + Giannoudis P: Current concepts of the inflammatory response after major trauma: An update. Injury 2003; 34:397–404 + + + Keel M, Trentz O: Pathophysiology of polytrauma. Injury 2005; 36:691–709 + + + Xu J, Zhang X, Pelayo R, et al.: Extracellular histones are major mediators of death in sepsis. Nat Med 2009; 15:1318–1321 + + + Zhang Q, Raoof M, Chen Y, et al.: Circulating mitochondrial DAMPs cause inflammatory responses to injury. Nature 2010; 464:104–107 + + + Wei S, Rodriguez EG, Chang R, et al.: Elevated syndecan-1 after trauma and risk of sepsis: A secondary analysis of patients from the pragmatic, randomized optimal platelet and plasma ratios (PROPPR) trial. J Am Coll Surg 2018; 227:587–595 + + + Meledeo MA, Herzig MC, Bynum JA, et al.: Acute traumatic coagulopathy: The elephant in a room of blind scientists. J Trauma Acute Care Surg 2017; 82:S33–S40 + + + McCully BH, Wade CE, Fox EE, et al.; PROPPR study group: Temporal profile of the pro-and anti-inflammatory responses to severe hemorrhage in patients with venous thromboembolism: Findings from the PROPPR trial. J Trauma Acute Care Surg 2021; 90:845–852 + + + Holcomb JB, Tilley BC, Baraniuk S, et al.; PROPPR Study Group: Transfusion of plasma, platelets, and red blood cells in a 1: 1: 1 vs a 1: 1: 2 ratio and mortality in patients with severe trauma: The PROPPR randomized clinical trial. JAMA 2015; 313:471–482 + + + Kunitake RC, Kornblith LZ, Cohen MJ, et al.: Trauma early mortality prediction tool (TEMPT) for assessing 28-day mortality. Trauma Surg Acute Care Open 2018; 3:e000131 + + + Brohi K, Cohen MJ, Ganter MT, et al.: Acute traumatic coagulopathy: Initiated by hypoperfusion: Modulated through the protein C pathway? Ann Surg 2007; 245:812–818 + + + Cohen MJ, Call M, Nelson M, et al.: Critical role of activated protein C in early coagulopathy and later organ failure, infection and death in trauma patients. Ann Surg 2012; 255:379–385 + + + Christiaans SC, Wagener BM, Esmon CT, et al.: Protein C and acute inflammation: A clinical and biological perspective. Am J Physiol Lung Cell Mol Physiol 2013; 305:L455–L466 + + + Jansen JO, Scarpelini S, Pinto R, et al.: Hypoperfusion in severely injured trauma patients is associated with reduced coagulation factor activity. J Trauma 2011; 71:S435–S440 + + + Zulian MC, Chedid MF, Chedid AD, et al.: Low serum factor V level: Early predictor of allograft failure and death following liver transplantation. Langenbecks Arch Surg 2015; 400:589–597 + + + Dobson GP, Letson HL, Sharma R, et al.: Mechanisms of early trauma-induced coagulopathy: The clot thickens or not? J Trauma Acute Care Surg 2015; 79:301–309 + + + Oshiro A, Yanagida Y, Gando S, et al.: Hemostasis during the early stages of trauma: Comparison with disseminated intravascular coagulation. Crit Care 2014; 18:R61 + + + Sawamura A, Hayakawa M, Gando S, et al.: Disseminated intravascular coagulation with a fibrinolytic phenotype at an early phase of trauma predicts mortality. Thromb Res 2009; 124:608–613 + + + Reikerås O, Borgen P: Activation of markers of inflammation, coagulation and fibrinolysis in musculoskeletal trauma. PLoS One 2014; 9:e107881 + + + Sauaia A, Moore FA, Moore EE: Postinjury inflammation and organ dysfunction. Crit Care Clin 2017; 33:167–191 + + + Volpin G, Cohen M, Assaf M, et al.: Cytokine levels (IL-4, IL-6, IL-8 and TGFβ) as potential biomarkers of systemic inflammatory response in trauma patients. Int Orthop 2014; 38:1303–1309 + + + Gando S, Kameue T, Matsuda N, et al.: Combined activation of coagulation and inflammation has an important role in multiple organ dysfunction and poor outcome after severe trauma. Thromb Haemost 2002; 88:943–949 + + + Stutz CM, Lynda D, O’Neill KR, et al.: Coagulopathies in orthopaedics: Links to inflammation and the potential of individualizing treatment strategies. J Orthop Trauma 2013; 27:236–241 + + + Sousa A, Raposo F, Fonseca S, et al.: Measurement of cytokines and adhesion molecules in the first 72 hours after severe trauma: Association with severity and outcome. Dis Markers 2015; 2015:747036 + + + Biffl WL, Moore EE, Moore FA, et al.: Interleukin-6 in the injured patient: Marker of injury or mediator of inflammation? Ann Surg 1996; 224:647–664 + + + Torrance HD, Vivian ME, Brohi K, et al.: Changes in gene expression following trauma are related to the age of transfused packed red blood cells. J Trauma Acute Care Surg 2015; 78:535–542 + + + Jenne CN, Kubes P: Platelets in inflammation and infection. Platelets 2015; 26:286–292 + + + Zarbock A, Polanowska-Grabowska RK, Ley K: Platelet-neutrophil-interactions: Linking hemostasis and inflammation. Blood Rev 2007; 21:99–111 + + + Mezu-Ndubuisi OJ, Maheshwari A: The role of integrins in inflammation and angiogenesis. Pediatr Res 2021; 89:1619–1626 + + + Herter JM, Rossaint J, Zarbock A: Platelets in inflammation and immunity. J Thromb Haemost 2014; 12:1764–1775 + + + Estevez B, Du X: New concepts and mechanisms of platelet activation signaling. Physiology (Bethesda) 2017; 32:162–177 + + + +
+ + + 42206849 + + 2026 + 05 + 28 + +
+ + 2379-5077 + + + 2026 + May + 28 + + + mSystems + mSystems + + Early-life proteomic and microbiome features signal obesity risk across 26 years of follow-up. + + e0142425 + e0142425 + + 10.1128/msystems.01424-25 + + Childhood obesity is rising globally. Yet, few studies have examined the microbiome and proteome in early childhood in relation to this outcome, and most are cross-sectional by design. Early-life factors in the ABIS birth cohort (n = 16,683) were associated with obesity up to age 26 (mean follow-up 25.3 years, range 23.7-26.5 years): psychosocial stressors, smoking, infections, and diet in the first year. We assessed biomarkers, including cord blood metabolome (n = 290) and proteome (n = 358), by liquid chromatography, mass spectrometry, and Olink. Gut microbial composition at age one (n = 1,743) was assessed using stool samples and 16S rRNA sequencing. In this prospective longitudinal cohort study, significant differences were found in infants with future obesity, including elevated angiopoietin-like 4 (ANGPTL4), follistatin, and hepatocyte growth factor (independently of maternal weight) and reduced isocaproic acid, tryptophan, and oleic acid, with prenatal mediation. Akkermansia, asaccharolytic bacteria (Phascolarctobacterium and Senegalimassiliensia), and equol-producers (Adlercreutzia and Slackia) were depleted. Machine learning models selecting 40 most predictive features showed long-term prediction from birth proteomics and bacterial taxa at age one (area under the curve [AUC] = 0.83 ± .05, n = 1,877) and additional metrics, for example, parental and child body mass index in the first 8 years (AUC = 0.89 ± .02, n = 1,877), suggesting durable biological encoding. Proteomic markers across folds included fibroblast growth factor 19, ANGPTL4, sulfotransferase family 2A member 1, and interleukin 20. These findings suggest clinically relevant biomarkers indicating early-life regulation of bile acid metabolism, lipid storage vs. oxidation, and immune-metabolic signaling and pathways to prospectively prevent childhood- and adult-onset obesity across a 26-year predictive gap. + Understanding the origins of obesity is critical for developing preventive strategies, and early life represents a particularly sensitive window. This study leverages a large, general-population cohort with prospectively collected data, including parental body mass index (BMI), cord blood proteomics, and the gut microbiome at age one, linked to obesity outcomes over 26 years. Using integrated machine learning models, we show that in addition to parental BMI, specific proteomic and microbial markers present in infancy can predict long-term obesity risk, highlighting the role of early metabolic programming. Several key markers point to bile acid signaling as a mechanism connecting early microbiome development with fat accumulation and insulin regulation. By identifying these early-life predictors long before obesity manifests, these results provide new insights into intergenerational risk and suggest measurable targets for preventing obesity and related metabolic disorders from the earliest stages of life. + + + + Ahrens + Angelica P + AP + 0000-0002-1478-7559 + + Department of Microbiology and Cell Science, Institute of Food and Agricultural Sciences, College of Agricultural and Life Sciences, University of Florida, Gainesville, Florida, USA. + 3463 + https://ror.org/02y3ad647 + + + + Dias + Raquel + R + + Department of Microbiology and Cell Science, Institute of Food and Agricultural Sciences, College of Agricultural and Life Sciences, University of Florida, Gainesville, Florida, USA. + 3463 + https://ror.org/02y3ad647 + + + + Hyötyläinen + Tuulia + T + + School of Science and Technology, Örebro University, Örebro, Sweden. + 6233 + https://ror.org/05kytsw45 + + + + White + Pär Anderson + PA + + Crown Princess Victoria Children's Hospital and Division of Pediatrics, Department of Biomedical and Clinical Sciences, Linköping University, Linköping, Sweden. + 4566 + https://ror.org/05ynxx418 + + + + Orešič + Matej + M + + School of Medical Sciences, Faculty of Medicine and Health, Örebro University, Örebro, Sweden. + 6233 + https://ror.org/05kytsw45 + + + Turku Bioscience Centre, University of Turku and Åbo Akademi University, Turku, Finland. + 8058 + https://ror.org/05vghhr25 + + + Department of Life Technologies, University of Turku, Turku, Finland. + 8058 + https://ror.org/05vghhr25 + + + + Triplett + Eric W + EW + 0000-0002-1845-4866 + + Department of Microbiology and Cell Science, Institute of Food and Agricultural Sciences, College of Agricultural and Life Sciences, University of Florida, Gainesville, Florida, USA. + 3463 + https://ror.org/02y3ad647 + + + + Ludvigsson + Johnny + J + + Crown Princess Victoria Children's Hospital and Division of Pediatrics, Department of Biomedical and Clinical Sciences, Linköping University, Linköping, Sweden. + 4566 + https://ror.org/05ynxx418 + + + + eng + + Journal Article + + + 2026 + 05 + 28 + +
+ + United States + mSystems + 101680636 + 2379-5077 + + IM + + ANGPTL4 + FGF19 + SULT2A1 + bile acids + carbohydrates + diabetes + environmental toxins + inflammation + machine learning + metabolic disease + metabolome + microbiome + pregnancy + +
+ + + + 2026 + 5 + 28 + 12 + 33 + + + 2026 + 5 + 28 + 12 + 33 + + + 2026 + 5 + 28 + 9 + 2 + + + aheadofprint + + 42206849 + 10.1128/msystems.01424-25 + + +
+ + + 42206744 + + 2026 + 05 + 28 + +
+ + 1531-8249 + + + 2026 + May + 28 + + + Annals of neurology + Ann Neurol + + Idiopathic Intracranial Hypertension Is Characterized by a Distinct Proteomic Profile. + 10.1002/ana.78261 + + The pathophysiology of idiopathic intracranial hypertension (IIH) is poorly understood and disease-specific biomarkers are lacking. We aimed to shed light on IIH pathophysiology and identify disease-specific biomarkers. + This prospective cross-sectional cohort study included patients with new-onset IIH and age-, body mass index-, and sex-matched healthy controls from 2 tertiary Danish Headache Centers (discovery cohort). Liquid chromatography coupled to tandem mass spectrometry analysis was used to measure reproducible proteomic profiles for paired serum and cerebrospinal fluid (CSF) samples. Results were validated using 3 validation cohorts comprising patients with IIH (pwIIH), cerebral sinus venous thrombosis (pwCSVT), and normal pressure hydrocephalus (pwNPH). + We included 53 pwIIH and 35 controls. PwIIH presented with papilledema and increased median lumbar puncture opening pressure (interquartile range [IQR]) (38.0 [33-46] vs 19.0 [17.0-23.0] cmH2O; p < 0.001) compared to controls. Machine learning analysis identified 20 IIH-predicting proteins for serum and CSF segregating pwIIH, but neither pwCSVT nor pwNPH, from controls with areas under the curve (AUC) of 0.84 and 0.92 (pwIIH, discovery cohort), 0.99 and 0.90 (pwIIH, validation cohort 1), 0.63 (plasma; pwCSVT), and 0.67 (CSF; pwNPH), respectively. Serum carbonic anhydrases (CA) 1 and 2 were upregulated and among the most IIH-predicting proteins as were amyloid precursor protein (APP), S100P, and S100A12. + We identified a panel of independently validated IIH-specific candidate biomarkers. The serum candidate biomarkers pointed toward CA2 driven CSF hypersecretion in IIH providing a possible explanation for the therapeutic efficacy of CA inhibitors. The regulation of markers associated with neuronal impairment (APP, S100P/S100A12) confirmed the non-benign character of IIH. ANN NEUROL 2026. + © 2026 The Author(s). Annals of Neurology published by Wiley Periodicals LLC on behalf of American Neurological Association. + + + + Bhosale + Santosh D + SD + 0000-0002-3841-452X + + Department of Biochemistry and Molecular Biology, University of Southern Denmark, Odense, Denmark. + + + + Nawrocki + Arkadiusz + A + + Department of Biochemistry and Molecular Biology, University of Southern Denmark, Odense, Denmark. + + + + Korsbæk + Johanne J + JJ + + Danish Headache Center, Department of Neurology, Rigshospitalet-Glostrup, University of Copenhagen, Copenhagen, Denmark. + + + + Hansen + Nadja S + NS + 0000-0002-5488-7992 + + Danish Headache Center, Department of Neurology, Rigshospitalet-Glostrup, University of Copenhagen, Copenhagen, Denmark. + + + + Foettinger + Fabian + F + 0009-0005-7970-5349 + + Department of Neurology, Medical University of Vienna, Vienna, Austria. + + + Medical University of Vienna, Comprehensive Center for Clinical Neurosciences and Mental Health, Vienna, Austria. + + + + Krajnc + Nik + N + 0000-0002-4146-5870 + + Department of Neurology, Medical University of Vienna, Vienna, Austria. + + + Medical University of Vienna, Comprehensive Center for Clinical Neurosciences and Mental Health, Vienna, Austria. + + + + Norvig + Mathias J + MJ + + Department of Neurosurgery, Odense University Hospital, Odense, Denmark. + + + Department of Clinical Research and BRIDGE (Brain Research Inter Disciplinary Guided Excellence), University of Southern Denmark, Odense, Denmark. + + + + Eriksen + Niclas L + NL + + Department of Neurosurgery, Odense University Hospital, Odense, Denmark. + + + Department of Clinical Research and BRIDGE (Brain Research Inter Disciplinary Guided Excellence), University of Southern Denmark, Odense, Denmark. + + + + Macher + Stefan + S + 0000-0001-8068-1528 + + Department of Neurology, Medical University of Vienna, Vienna, Austria. + + + Medical University of Vienna, Comprehensive Center for Clinical Neurosciences and Mental Health, Vienna, Austria. + + + + Pemp + Berthold + B + 0000-0002-0569-0229 + + Department of Ophthalmology and Optometry, Medical University of Vienna, Vienna, Austria. + + + + Westgate + Connar S J + CSJ + 0000-0001-5066-8306 + + Danish Headache Center, Department of Neurology, Rigshospitalet-Glostrup, University of Copenhagen, Copenhagen, Denmark. + + + Translational Research Centre, Rigshospitalet, Copenhagen, Denmark. + + + + Pedersen + Christian B + CB + + Department of Neurosurgery, Odense University Hospital, Odense, Denmark. + + + Department of Clinical Research and BRIDGE (Brain Research Inter Disciplinary Guided Excellence), University of Southern Denmark, Odense, Denmark. + + + + Poulsen + Frantz R + FR + + Department of Neurosurgery, Odense University Hospital, Odense, Denmark. + + + Department of Clinical Research and BRIDGE (Brain Research Inter Disciplinary Guided Excellence), University of Southern Denmark, Odense, Denmark. + + + + Munthe + Sune + S + + Department of Neurosurgery, Odense University Hospital, Odense, Denmark. + + + Department of Clinical Research and BRIDGE (Brain Research Inter Disciplinary Guided Excellence), University of Southern Denmark, Odense, Denmark. + + + + Bsteh + Gabriel + G + 0000-0002-0825-0851 + + Department of Neurology, Medical University of Vienna, Vienna, Austria. + + + Medical University of Vienna, Comprehensive Center for Clinical Neurosciences and Mental Health, Vienna, Austria. + + + + Larsen + Martin R + MR + + Department of Biochemistry and Molecular Biology, University of Southern Denmark, Odense, Denmark. + + + + Jensen + Rigmor H + RH + + Danish Headache Center, Department of Neurology, Rigshospitalet-Glostrup, University of Copenhagen, Copenhagen, Denmark. + + + Translational Research Centre, Rigshospitalet, Copenhagen, Denmark. + + + + Beier + Dagmar + D + 0000-0002-3336-157X + + Department of Clinical Research and BRIDGE (Brain Research Inter Disciplinary Guided Excellence), University of Southern Denmark, Odense, Denmark. + + + Department of Neurology, Odense University Hospital, Odense, Denmark. + + + OPEN, Odense Patient data Explorative Network, Odense University Hospital, Odense, Denmark. + + + + eng + + + 21009G.B. + Medical Scientific Fund of the Mayor of the City of Vienna + + + + 276-2018-403 + Lundbeck Foundation + + + + 25-A1320 + Candys foundation and Odense University Hospital and Rigshospitalet + + + + 69-A3346 + Candys foundation and Odense University Hospital and Rigshospitalet + + + + e-fond 177 + Odense University Hospital + + + + + Journal Article + + + 2026 + 05 + 28 + +
+ + United States + Ann Neurol + 7707449 + 0364-5134 + + IM +
+ + + + 2026 + 5 + 28 + 12 + 33 + + + 2026 + 5 + 28 + 12 + 33 + + + 2026 + 5 + 6 + + + 2024 + 11 + 6 + + + 2026 + 5 + 11 + + + 2026 + 5 + 28 + 8 + 3 + + + aheadofprint + + 42206744 + 10.1002/ana.78261 + + + + Mollan SP, Davies B, Silver NC, et al. Idiopathic intracranial hypertension: consensus guidelines on management. J Neurol Neurosurg Psychiatry 2018;89:1088–1100. + + + Friedman DI, Liu GT, Digre KB. Revised diagnostic criteria for the pseudotumor cerebri syndrome in adults and children. Neurology 2013;81:1159–1165. + + + Korsbaek JJ, Jensen RH, Hogedal L, et al. Diagnosis of idiopathic intracranial hypertension: a proposal for evidence‐based diagnostic criteria. Cephalalgia 2023;43:3331024231152795. + + + Westgate CS, Botfield HF, Alimajstorovic Z, et al. Systemic and adipocyte transcriptional and metabolic dysregulation in idiopathic intracranial hypertension. JCI Insight 2021;6:e145346. + + + Hornby C, Botfield H, O'Reilly MW, et al. Evaluating the fat distribution in idiopathic intracranial hypertension using dual‐energy X‐ray absorptiometry scanning. Neuroophthalmology 2018;42:99–104. + + + Berdahl JP, Fleischman D, Zaydlarova J, et al. Body mass index has a linear relationship with cerebrospinal fluid pressure. Invest Ophthalmol Vis Sci 2012;53:1422–1427. + + + Fain JN. Release of interleukins and other inflammatory cytokines by human adipose tissue is enhanced in obesity and primarily due to the nonfat cells. Vitam Horm 2006;74:443–477. + + + Sinclair AJ, Ball AK, Burdon MA, et al. Exploring the pathogenesis of IIH: an inflammatory perspective. J Neuroimmunol 2008;201:212–220. + + + O'Reilly MW, Westgate CS, Hornby C, et al. A unique androgen excess signature in idiopathic intracranial hypertension is linked to cerebrospinal fluid dynamics. JCI Insight 2019;4:e125348. + + + Hornby C, Mollan SP, Botfield H, et al. Metabolic concepts in idiopathic intracranial hypertension and their potential for therapeutic intervention. J Neuroophthalmol 2018;38:522–530. + + + Markey K, Mitchell J, Botfield H, et al. 11beta‐Hydroxysteroid dehydrogenase type 1 inhibition in idiopathic intracranial hypertension: a double‐blind randomized controlled trial. Brain Commun 2020;2:fcz050. + + + Lecube A, Poca MA, Colomé N, et al. Proteomic analysis of cerebrospinal fluid from obese women with idiopathic intracranial hypertension: a new approach for identifying new candidates in the pathogenesis of obesity. J Neuroendocrinol 2012;24:944–952. + + + Eide PK, Pripp AH, Ringstad G, Valnes LM. Impaired glymphatic function in idiopathic intracranial hypertension. Brain Commun 2021;3:fcab043. + + + Fargen KM. Idiopathic intracranial hypertension is not idiopathic: proposal for a new nomenclature and patient classification. J Neurointerv Surg 2020;12:110–114. + + + Geyer PE, Wewer Albrechtsen NJ, Tyanova S, et al. Proteomics reveals the effects of sustained weight loss on the human plasma proteome. Mol Syst Biol 2016;12:901. + + + Bader JM, Geyer PE, Muller JB, et al. Proteome profiling in cerebrospinal fluid reveals novel biomarkers of Alzheimer's disease. Mol Syst Biol 2020;16:e9356. + + + Tao QQ, Cai X, Xue YY, et al. Alzheimer's disease early diagnostic and staging biomarkers revealed by large‐scale cerebrospinal fluid and serum proteomic profiling. Innovation (Camb) 2024;5:100544. + + + Brettschneider J, Hartmann N, Lehmensiek V, et al. Cerebrospinal fluid markers of idiopathic intracranial hypertension: is the renin‐angiotensinogen system involved? Cephalalgia 2011;31:116–121. + + + Pandit AK, Misra S, Sengupta S, et al. Cerebrospinal fluid proteins in idiopathic intracranial hypertension: an exploratory SWATH proteomics analysis. Proteomics Clin Appl 2023;18:2300021. + + + Grech O, Seneviratne SY, Alimajstorovic Z, et al. Nuclear magnetic resonance spectroscopy metabolomics in idiopathic intracranial hypertension to identify markers of disease and headache. Neurology 2022;99:E1702–E1714. + + + Alimajstorovic Z, Mollan SP, Grech O, et al. Dysregulation of amino acid, lipid, and Acylpyruvate metabolism in idiopathic intracranial hypertension: a non‐targeted case control and longitudinal Metabolomic study. J Proteome Res 2023;22:1127–1137. + + + Wang MTM, Bhatti MT, Danesh‐Meyer HV. Idiopathic intracranial hypertension: pathophysiology, diagnosis and management. J Clin Neurosci 2022;95:172–179. + + + Beier D, Korsbæk JJ, Bsteh G, et al. Magnetic resonance imaging signs of idiopathic intracranial hypertension. JAMA Netw Open 2024;7:e2420138. + + + Korsbaek JJ, Beier D, Hagen SM, et al. Psychiatric comorbidities in patients with idiopathic intracranial hypertension: a prospective cohort study. Neurology 2022;99:e199–e208. + + + Molander LD, Hagen SM, Hansen NS, et al. Patterns of retinal damage and visual long‐term consequences in patients with idiopathic intracranial hypertension. Neurology 2025;105:e214335. + + + Polpitiya AD, Qian WJ, Jaitly N, et al. DAnTE: a statistical tool for quantitative analysis of ‐omics data. Bioinformatics 2008;24:1556–1558. + + + Gao B, Zhu J, Negi S, et al. Quickomics: exploring omics data in an intuitive, interactive and informative manner. Bioinformatics 2021;37:3670–3672. + + + Li J, Miao B, Wang S, et al. Hiplot: a comprehensive and easy‐to‐use web service for boosting publication‐ready biomedical data visualization. Brief Bioinform 2022;23:bbac261. + + + Wang S, Zhong Y, Cheng J, Yang H. EnrichVisBox: a versatile and powerful web toolbox for visualizing complex functional enrichment results of omics data. J Comput Biol 2021;28:922–930. + + + Torun FM, Virreira Winter S, Doll S, et al. Transparent exploration of machine learning for biomarker discovery from proteomics and omics data. J Proteome Res 2023;22:359–367. + + + Karayel O, Virreira Winter S, Padmanabhan S, et al. Proteome profiling of cerebrospinal fluid reveals biomarker candidates for Parkinson's disease. Cell Rep Med 2022;3:100661. + + + Smit ER, Kreft IC, Camilleri E, et al. Exploration of the plasma proteomic profile of patients at risk of thromboembolic events. Res Pract Thromb Haemost 2025;9:102713. + + + Zhang X, Shen R, Shu Z, et al. S100A12 promotes inflammation and apoptosis in ischemia/reperfusion injury via ERK signaling in vitro study using PC12 cells. Pathol Int 2020;70:403–412. + + + Pircher A, Montali M, Berberat J, et al. Elevated perioptic lipocalin‐type prostaglandin D synthase concentration in patients with idiopathic intracranial hypertension. Brain Commun 2022;4:fcac240. + + + Damkier HH, Praetorius J. Cerebrospinal fluid pH regulation. Pflugers Arch 2024;476:467–478. + + + Blandina P, Provensi G, Passsani MB, et al. Carbonic anhydrase modulation of emotional memory. Implications for the treatment of cognitive disorders. J Enzyme Inhib Med Chem 2020;35:1206–1214. + + + Cheng K, Wang Y, He Y, et al. Upregulation of carbonic anhydrase 1 beneficial for depressive disorder. Acta Neuropathol Commun 2023;11:59. + + + Korsbaek JJ, Jensen RH, Beier D, et al. Metabolic dysfunction in new‐onset idiopathic intracranial hypertension: identification of novel biomarkers. Ann Neurol 2024;96:595–607. + + + Valderrama‐Mantilla AI, Martin‐Cuevas C, Gomez‐Garrido A, et al. Shared molecular signature in Alzheimer's disease and schizophrenia: a systematic review of the reelin signaling pathway. Neurosci Biobehav Rev 2025;169:106032. + + + Munoz U, Sebal C, Escudero E, et al. Main role of antibodies in demyelination and axonal damage in multiple sclerosis. Cell Mol Neurobiol 2022;42:1809–1827. + + + Cong Y, Cui Y, Wang S, et al. Calcium‐binding protein S100P promotes tumor progression but enhances Chemosensitivity in breast cancer. Front Oncol 2020;10:566302. + + + Cho YE, Latour LL, Kim H, et al. Older age results in differential gene expression after mild traumatic brain injury and is linked to imaging differences at acute follow‐up. Front Aging Neurosci 2016;8:168. + + + Mikkelsen SE, Novitskaya V, Kriajevska M, et al. S100A12 protein is a strong inducer of neurite outgrowth from primary hippocampal neurons. J Neurochem 2001;79:767–776. + + + Qiu SZ, Zheng GR, Ma CY, et al. High serum S100A12 levels predict poor outcome after acute primary intracerebral hemorrhage. Neuropsychiatr Dis Treat 2021;17:3245–3253. + + + Wakisaka Y, Ago T, Kamouchi M, et al. Plasma S100A12 is associated with functional outcome after ischemic stroke: research for biomarkers in ischemic stroke. J Neurol Sci 2014;340:75–79. + + + Nocentini ASC. Human carbonic anhydrases: tissue distribution, physiologic role, and druggability. Amsterdam: Elsevier, 2019:149‐185. + + + Eide PK, Hasan‐Olive MM, Hansson HA, Enger R. Increased occurrence of pathological mitochondria in astrocytic perivascular endfoot processes and neurons of idiopathic intracranial hypertension. J Neurosci Res 2021;99:467–480. + + + Snider S, Albano L, Gagliardi F, et al. Substantially elevated serum glutamate and CSF GOT‐1 levels associated with cerebral ischemia and poor neurological outcomes in subarachnoid hemorrhage patients. Sci Rep 2023;13:5246. + + + Kolanek A, Cemaga R, Maciejczyk M. Role and diagnostic significance of Apolipoprotein D in selected neurodegenerative disorders. Diagnostics (Basel) 2024;14:14. + + + Bandyopadhyay GK, Mahata SK. Chromogranin a regulation of obesity and peripheral insulin sensitivity. Front Endocrinol (Lausanne) 2017;8:20. + + + +
+ + + 42206627 + + 2026 + 05 + 28 + + + 2026 + 05 + 28 + +
+ + 1557-8127 + + 24 + 5 + + 2026 + Jul + + + Assay and drug development technologies + Assay Drug Dev Technol + + Indolizine Compound Selection for HPV Anticancer Active Prediction Using CNN Classifier with ADME Descriptors. + + 381 + 413 + 381-413 + + 10.1177/1540658X261429312 + + + Despite the significant progress made in developing different in silico methodology for structure activity research over the past few decades. The ability to predict correlation structure activity (CSA) from absorption distribution metabolism excretion (ADME) descriptors to select indolizine compounds for human papilloma virus (HPV) anticancer activity continues to pose a challenge. This study employed five machine learning (ML) algorithms for classification, viz., stochastic gradient descent (SGD), random forest (RF), support vector machine (SVM), convolutional neural network (CNN), and logistic regression (LR), to perform the classification based on ADME-related physiochemical descriptors of 8,900 indolizine compounds to predict the CSA. The present study focuses on 26 well-known parameters to optimize the results, which are utilized for ML models SGD, RF, SVM, CNN, and LR for classification. The CNN achieved the best results with the highest overall accuracy and average loss values of 98.33% and 0.16, respectively. On the other hand, the SGD, RF, SVM, and LR recorded the accuracy values of 95.32%, 93.23%, 96.03%, 94.03%, and loss values of 0.046, 0.067, 0.039, and 0.059, respectively. It is stated that from the obtained results, the CNN is performing better compared to other methods. The cross-validation and results are done with the relationship of descriptors, viz., accuracy, correlation, distribution, area under the receiver operating characteristic, area under the precision recall curve, and bootstrap error analysis. This study demonstrated the utility of ML to facilitate early prediction of indolizine compounds for HPV anticancer activity in preclinical development. + + + + + Mahaur + Sangeeta + S + 0000-0003-0527-4230 + + Faculty of Pharmacy, IFTM University, Moradabad, India. + + + + Upadhyay + Sukirti + S + + School of Pharmaceutical Sciences, IFTM University, Moradabad, India. + + + + eng + + Journal Article + + + 2026 + 05 + 28 + +
+ + United States + Assay Drug Dev Technol + 101151468 + 1540-658X + + + + 0 + Antineoplastic Agents + + + 0 + Indolizines + + + 274-40-8 + indolizine + + + IM + + + Antineoplastic Agents + pharmacology + chemistry + + + Indolizines + pharmacology + chemistry + pharmacokinetics + + + Humans + + + Human Papillomavirus Viruses + drug effects + + + Convolutional Neural Networks + + + Prediction Algorithms + + + Classification Algorithms + + + + ADME + CNN + HPV + LR + RF + SGD + SVM + cancer + indolizine + + DISCLOSURE STATEMENTThe authors have declared that no competing interests exist. +
+ + + + 2026 + 5 + 28 + 12 + 34 + + + 2026 + 5 + 28 + 12 + 33 + + + 2026 + 5 + 28 + 7 + 22 + + + ppublish + + 42206627 + 10.1177/1540658X261429312 + + +
+ + + 42206593 + + 2026 + 05 + 28 + +
+ + 1549-960X + + + 2026 + May + 28 + + + Journal of chemical information and modeling + J Chem Inf Model + + Are We Underestimating Overfitting? + 10.1021/acs.jcim.6c00518 + + It is a well-established dogma in quantitative structure-activity relationships (QSAR) that parsimonious models generalize best and that overfitting must be avoided. As the number of fitted parameters in a model approaches the number of training examples, the training errors decrease and the external test set errors usually increase substantially. This makes intuitive sense, but recent publications on overfitting and overparameterization, and the dramatic rise in complex but very useful deep learning models, have suggested that formally overparameterized machine learning models may recover their ability to predict external data accurately. This counterintuitive idea is supported by several information theoretic arguments and by modeling of potentially overfitted synthetic and real data. The implication is that supernumerary model parameters contain additional information on SAR that may contribute to model predictive accuracy for unseen data. Here, we discuss the implications of this understanding of overfitting and overparameterization, discuss its implications for QSAR and quantitative structure-property relationship (QSPR) modeling, and provide illustrative examples of the ability of overfitted ML models to predict test set data well. "It is better to be approximately right than precisely wrong" - Warren Buffett. + + + + Winkler + David A + DA + 0000-0002-7301-6076 + + Department of Biochemistry and Chemistry, La Trobe Institute for Molecular Science, La Trobe University, Melbourne, Victoria3086, Australia. + + + Monash Institute of Pharmaceutical Sciences, Monash University, Parkville3052, Australia. + + + School of Pharmacy, University of Nottingham, NottinghamNG7 2RD, U.K. + + + + eng + + Journal Article + Review + + + 2026 + 05 + 28 + +
+ + United States + J Chem Inf Model + 101230060 + 1549-9596 + + IM +
+ + + + 2026 + 5 + 28 + 12 + 33 + + + 2026 + 5 + 28 + 12 + 33 + + + 2026 + 5 + 28 + 7 + 3 + + + aheadofprint + + 42206593 + 10.1021/acs.jcim.6c00518 + + +
+ + + 42206568 + + 2026 + 05 + 28 + + + 2026 + 05 + 28 + +
+ + 2473-4209 + + 53 + 5 + + 2026 + May + + + Medical physics + Med Phys + + Learning ordinal representation across MRI sequences for liver fibrosis staging. + + e70504 + e70504 + + 10.1002/mp.70504 + + Accurate liver fibrosis staging (LFS) is important for the diagnosis and treatment planning of patients with liver diseases. Noncontrast MRI is suitable for early screening and long-term monitoring in clinical practice. However, due to the lack of contrast-enhanced details, and given the continuous progression of liver fibrosis and the subtle differences between stages, the use of noncontrast MRI for LFS requires further exploration. + Here, we develop and evaluate a fine-grained deep learning pipeline using noncontrast MRI for precise and improved diagnosis. + To reflect variations across progression stages, we propose a fine-grained diagnostic model to capture ordinal representation from noncontrast MRI in 450 cases. We employ a multi-scale learning strategy and a learnable attention mechanism to enhance information utilization across noncontrast MRI sequences. Furthermore, we propose a novel hybrid contrastive triplet learning method and a weighted strategy to address the imbalance across progression stages and improve diagnostic performance. + The proposed fine-grained diagnostic model achieved an area under the curve (AUC) of 0.877, outperforming the existing LFS model, deep learning baselines, and general MRI-based diagnostic models. For identifying cirrhosis as the endpoint of fibrosis, the AUC further increased to 0.930. The combined use of UMAP clustering and gradient-based attribution methods revealed meaningful feature patterns and predictive mechanisms, demonstrating the potential of the proposed approach for fine-grained diagnosis. + The proposed fine-grained deep learning model effectively leverages multisequence noncontrast MRI for precise LFS and demonstrates improved diagnostic performance. + © 2026 American Association of Physicists in Medicine. + + + + Huo + Jinhao + J + + Faculty of Electrical Engineering and Computer Science, Ningbo University, Ningbo, China. + + + + Wang + Yutao + Y + + Ningbo No.9 Hospital, Ningbo, China. + + + + Wu + Nan + N + + Faculty of Electrical Engineering and Computer Science, Ningbo University, Ningbo, China. + + + + Zhang + Ruixue + R + + The First Affiliated Hospital of Ningbo University, Ningbo, China. + + + + Zhang + Jian + J + + Shanghai Universal Medical Imaging Diagnostic Center, Shanghai University, Shanghai, China. + + + + Jin + Wei + W + + Faculty of Electrical Engineering and Computer Science, Ningbo University, Ningbo, China. + + + + eng + + + No.2024Y31 + Ningbo Medical Health and Science Technology Project + + + + No.2022S043,No.202002N3104 + Public Welfare Science and Technology of Ningbo + + + + No.H2022000505 + Cooperation Project between Ningbo University and Affiliated Hospital + + + + No.2020SWSQNGG-06 + Youth Key Health Talents Projects of Ningbo + + + + + Journal Article + +
+ + United States + Med Phys + 0425746 + 0094-2405 + + IM + + + Liver Cirrhosis + diagnostic imaging + pathology + + + Magnetic Resonance Imaging + + + Humans + + + Image Processing, Computer-Assisted + methods + + + Deep Learning + + + + MRI + liver fibrosis staging + ordinal learning + +
+ + + + 2026 + 5 + 28 + 12 + 34 + + + 2026 + 5 + 28 + 12 + 33 + + + 2026 + 3 + 12 + + + 2025 + 1 + 11 + + + 2026 + 5 + 10 + + + 2026 + 5 + 28 + 6 + 52 + + + ppublish + + 42206568 + 10.1002/mp.70504 + + + + Devarbhavi H, Asrani SK, Arab JP, Nartey YA, Pose E, Kamath PS. Global burden of liver disease: 2023 update. J Hepatol. 2023;79(2):516–537. + + + Friedman SL. Liver fibrosis—from bench to bedside. J Hepatol. 2003;38:38–53. + + + Akkız H, Gieseler RK, Canbay A. Liver fibrosis: from basic science towards clinical progress, focusing on the central role of hepatic stellate cells. Int J Mol Sci. 2024;25(14):7873. + + + Trautwein C, Friedman SL, Schuppan D, Pinzani M. Hepatic fibrosis: concept to treatment. J Hepatol. 2015;62(1):S15–S24. + + + Somnay K, Wadgaonkar P, Sridhar N, Roshni P, Rao N, Wadgaonkar R. Liver fibrosis leading to cirrhosis: basic mechanisms and clinical perspectives. Biomedicines. 2024;12(10):2229. + + + Jain D, Torres R, Celli R, Koelmel J, Charkoftaki G, Vasiliou V. Evolution of the liver biopsy and its future. Transl Gastroenterol Hepatol. 2021;6:20. + + + Addissouky TA, El Agroudy AE, El‐Torgoman A, El Sayed I, Ibrahim E. Efficiency of alternative markers to assess liver fibrosis levels in viral hepatitis B patients. Biomed Res. 2019;30(2):1–6. + + + Addissouky TA, Ali MM, Sayed IETE, Wang Y. Emerging advanced approaches for diagnosis and inhibition of liver fibrogenesis. Egypt J Intern Med. 2024;36(1):19. + + + Li J, Qureshi M, Gupta A, Anderson SW, Soto J, Li B. Quantification of degree of liver fibrosis using fibrosis area fraction based on statistical chi‐square analysis of heterogeneity of liver tissue texture on routine ultrasound images. Acad Radiol. 2019;26(8):1001–1007. + + + Yasaka K, Akai H, Kunimatsu A, Abe O, Kiryu S. Deep learning for staging liver fibrosis on CT: a pilot study. Eur Radiol. 2018;28:4578–4585. + + + Ma X, Qian X, Wang Q, et al. Radiomics nomogram based on optimal VOI of multi‐sequence MRI for predicting microvascular invasion in intrahepatic cholangiocarcinoma. Radiol Med. 2023;128(11):1296–1309. + + + Hectors SJ, Kennedy P, Huang KH, et al. Fully automated prediction of liver fibrosis using deep learning analysis of gadoxetic acid–enhanced MRI. Eur Radiol. 2021;31:3805–3814. + + + Campos JT, Sirlin CB, Choi JY. Focal hepatic lesions in Gd‐EOB‐DTPA enhanced MRI: the atlas. Insights Imaging. 2012;3:451–474. + + + Zhang L, Xiao Z, Jiang W, et al. Liver fibrosis MR images classification based on higher‐order interaction and sample distribution rebalancing. Health Inf Sci Syst. 2023;11(1):51. + + + House MJ, Bangma SJ, Thomas M, et al. Texture‐based classification of liver fibrosis using MRI. J Magn Reson Imaging. 2015;41(2):322–328. + + + Shin MK, Song JS, Hwang SB, Hwang HP, Kim YJ, Moon WS. Liver fibrosis assessment with diffusion‐weighted imaging: value of liver apparent diffusion coefficient normalization using the spleen as a reference organ. Diagnostics. 2019;9(3):107. + + + Kahraman A, Kahraman B, Ozdemir Z, Karaca L, Sahin N, Yilmaz S. Diffusion‐weighted imaging of the liver in assessing chronic liver disease: effects of fat and iron deposition on ADC values. Eur Rev Med Pharmacol Sci. 2022;26(18):6609‐6616. + + + Jiang H, Chen J, Gao R, Huang Z, Wu M, Song B. Liver fibrosis staging with diffusion‐weighted imaging: a systematic review and meta‐analysis. Abdom Radiol. 2017;42:490–501. + + + Zhang W, Zhao N, Gao Y, et al. Automatic liver segmentation and assessment of liver fibrosis using deep learning with MR T1‐weighted images in rats. J Magn Reson Imaging. 2024;107:1–7. + + + Nishimura Y, Imamura K, Kobayashi S. MRI Hepatic Fibrosis Stage Diagnosis Using Exchange Learning. In: 2023 IEEE International Conference on Internet of Things and Intelligence Systems (IoTaIS). IEEE; 2023:108–112. + + + Liu Y, Gao Z, Shi N, et al. MERIT: multi‐view evidential learning for reliable and interpretable liver fibrosis staging. Med Image Anal. 2025;102:103507. + + + Liu H, Fu Y, Guo D, et al. TMM: A comprehensive CAD system for hepatic fibrosis 5‐grade METAVIR staging based on liver MRI. Med Phys. 2024;51(3):2032–2043. + + + Zha Jh, Xia Ty, Chen Zy, et al. Fully automated hybrid approach on conventional MRI for triaging clinically significant liver fibrosis: A multi‐center cohort study. J Med Virol. 2024;96(8):e29882. + + + Abinaya RJ, Rajakumar G. Accurate liver fibrosis detection through hybrid MRMR‐BiLSTM‐CNN architecture with histogram equalization and optimization. J Imaging Inform Med. 2024;37(3):1008–1022. + + + Zhao H, Zhang X, Gao Y, et al. Diagnostic performance of EfficientNetV2‐S method for staging liver fibrosis based on multiparametric MRI. Heliyon. 2024;10(15):e35115. + + + Shaheen H, Ravikumar K, Anantha NL, Kumar AUS, Jayapandian N, Kirubakaran S. An efficient classification of cirrhosis liver disease using hybrid convolutional neural network‐capsule network. Biomed Signal Process Control. 2023;80:104152. + + + Pıçak MH, Yardımcı hA. Non‐invasive assessment of liver fibrosis using diffusion‐weighted MRI. Genel Tıp Dergisi. 2024;34(4):465–471. + + + Scheuer PJ. Classification of chronic viral hepatitis: a need for reassessment. J Hepatol. 1991;13(3):372–374. + + + Huang R, Wu C. Non‐invasive tests for assessing liver fibrosis and cirrhosis in chronic hepatitis B. Lancet Gastroenterol Hepatol. 2025;10(4):280–282. + + + Isensee F, Jaeger PF, Kohl SA, Petersen J, Maier‐Hein KH. nnU‐Net: a self‐configuring method for deep learning‐based biomedical image segmentation. Nat Methods. 2021;18(2):203–211. + + + Xie S, Girshick R, Dollár P, Tu Z, He K. Aggregated residual transformations for deep neural networks. In: Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition. IEEE; 2017:1492–1500. + + + Tan M, Le Q. Efficientnet: Rethinking model scaling for convolutional neural networks. In: International Conference on Machine Learning. PMLR; 2019:6105–6114. + + + Liu Z, Lin Y, Cao Y, et al. Swin transformer: Hierarchical vision transformer using shifted windows. In: Proceedings of the IEEE/CVF International Conference on Computer Vision. IEEE; 2021:10012–10022. + + + Bien N, Rajpurkar P, Ball RL, et al. Deep‐learning‐assisted diagnosis for knee magnetic resonance imaging: development and retrospective validation of MRNet. PLoS Med. 2018;15(11):e1002699. + + + Li C, Wang Y, Bai R, et al. Development of fully automated models for staging liver fibrosis using non‐contrast MRI and artificial intelligence: a retrospective multicenter study. EClinicalMedicine. 2024;77:102881. + + + Lou M, Ying H, Liu X, Zhou HY, Zhang Y, Yu Y. SDR‐former: a siamese dual‐resolution transformer for liver lesion classification using 3D multi‐phase imaging. Neural Netw. 2025;185:107228. + + + Wang B, Li R, Chen C, Chen X. Semi‐supervised liver segmentation and patch‐based fibrosis staging with registration‐aided multi‐parametric MRI. arXiv preprint arXiv:2602.09686. 2026. + + + McInnes L, Healy J, Melville J. Umap: Uniform manifold approximation and projection for dimension reduction. arXiv preprint arXiv:1802.03426. 2018. + + + Selvaraju RR, Cogswell M, Das A, Vedantam R, Parikh D, Batra D. Grad‐CAM: Visual explanations from deep networks via gradient‐based localization. In: Proceedings of the IEEE International Conference on Computer Vision. IEEE; 2017:618–626. + + + Bedossa P, Poynard T. An algorithm for the grading of activity in chronic hepatitis C. Hepatology. 1996;24(2):289–293. + + + Arjmand A, Tsipouras MG, Tzallas AT, Forlano R, Manousou P, Giannakeas N. Quantification of liver fibrosis—a comparative study. Appl Sci. 2020;10(2):447. + + + Sun Y, Hu D, Yu M, et al. Diagnostic accuracy of non‐invasive diagnostic tests for nonalcoholic fatty liver disease: a systematic review and network meta‐analysis. J Clin Epidemiol. 2025;187:53–71. + + + Venkatakrishna SSB, Ghosh A, Gonzalez IA, et al. Spleen shear wave elastography measurements do not correlate with histological grading of liver fibrosis in Fontan physiology: a preliminary investigation. Pediatr Radiol. 2024;54(12):1998–2005. + + + Luo QT, Zhu Q, Zong XD, et al. Diagnostic performance of transient elastography versus two‐dimensional shear wave elastography for liver fibrosis in chronic viral hepatitis: direct comparison and a meta‐analysis. Biomed Res Int. 2022;2022(1):1960244. + + + Liu K, Qin M, Tao K, et al. Identification and external validation of the optimal FIB‐4 and APRI thresholds for ruling in chronic hepatitis B related liver fibrosis in tertiary care settings. J Clin Lab Anal. 2021;35(2):e23640. + + + Shabanian M, Taylor Z, Woods C, et al. Liver fibrosis classification on trichrome histology slides using weakly supervised learning in children and young adults. J Pathol Inform. 2025;16:100416. + + + Rozario R, Ramakrishna B. Histopathological study of chronic hepatitis B and C: a comparison of two scoring systems. J Hepatol. 2003;38(2):223–229. + + + Pozowski P, Bilski M, Bedrylo M, Sitny P, Zaleska‐Dorobisz U. Modern ultrasound techniques for diagnosing liver steatosis and fibrosis: a systematic review with a focus on biopsy comparison. World J Hepatol. 2025;17(2):100033. + + + +
+ + + 42206492 + + 2026 + 05 + 28 + +
+ + 1742-3406 + + + 2026 + May + 28 + + + Radiation protection dosimetry + Radiat Prot Dosimetry + + AI-driven triage classification at the 1 Gy threshold using dietary supplements and portable OSL dosimetry. + ncag053 + 10.1093/rpd/ncag053 + + In radiological emergency scenarios, the rapid distinction between individuals exposed below or above the 1 Gy triage threshold is essential for effective medical sorting and optimized resource allocation. This study proposes a binary classification framework at the 1 Gy threshold that combines Optically Stimulated Luminescence (OSL) measurements of commercial magnesium-based dietary supplements with supervised machine learning (ML) algorithms, including Logistic Regression, Support Vector Machines, Decision Trees, Random Forest, and XGBoost. A dataset of 355 samples exposed to different radiation doses was analyzed, and model performance was evaluated using cross-validation and multiple statistical metrics. The resulting framework was implemented into a lightweight, browser-based application to provide real-time predictions and support decision-making in field operations. The findings demonstrate that integrating physical dosimetry with ML enables rapid and scalable classification relative to the 1Gy threshold and offers a practical tool to enhance public health response during radiological incidents. + © The Author(s) 2026. Published by Oxford University Press. All rights reserved. For commercial re-use, please contact reprints@oup.com for reprints and translation rights for reprints. All other permissions can be obtained through our RightsLink service via the Permissions link on the article page on our site—for further information please contact journals.permissions@oup.com. + + + + Della Monaca + Sara + S + 0000-0002-3109-9344 + + Istituto Superiore di Sanità, Core Facilities, viale Regina Elena 299, 00161, Rome, Italy. + + + + Maltar-Strmečki + Nadica + N + 0000-0003-2416-5451 + + Ruđer Bošković Institute, Division of Physical Chemistry, Laboratory for Electron Spin Spectroscopy, Bijenička c. 54, Zagreb, 10000, HR, Croatia. + + + + Quattrini + Maria Cristina + MC + + Istituto Superiore di Sanità, Core Facilities, viale Regina Elena 299, 00161, Rome, Italy. + + + + Bortolin + Emanuela + E + + Istituto Superiore di Sanità, Core Facilities, viale Regina Elena 299, 00161, Rome, Italy. + + + + eng + + Journal Article + + + 2026 + 05 + 28 + +
+ + England + Radiat Prot Dosimetry + 8109958 + 0144-8420 + + IM +
+ + + + 2026 + 5 + 28 + 12 + 35 + + + 2026 + 5 + 28 + 12 + 35 + + + 2025 + 11 + 5 + + + 2026 + 4 + 15 + + + 2026 + 4 + 28 + + + 2026 + 5 + 28 + 6 + 3 + + + aheadofprint + + 42206492 + 10.1093/rpd/ncag053 + 8697280 + + +
+ + + 42206491 + + 2026 + 05 + 28 + +
+ + 1530-0366 + + + 2026 + May + 27 + + + Genetics in medicine : official journal of the American College of Medical Genetics + Genet Med + + Multimodal Genotype-Phenotype Analysis in SMARCB1-Associated Developmental Disorders. + + 102614 + 102614 + + 10.1016/j.gim.2026.102614 + S1098-3600(26)00932-9 + + Variants in SMARCB1, encoding a core subunit of the BAF chromatin remodeling complex, are associated with intellectual developmental disorders, particularly Coffin-Siris Syndrome (CSS), though the genotype-phenotype spectrum remains incompletely defined. This study aims to assess correlations between SMARCB1 variant location and phenotypic manifestations. + We analyzed 31 individuals with pathogenic or likely pathogenic SMARCB1 variants using multimodal approaches, integrating clinical, structural, and machine learning analyses. We predicted variant effects via 3D protein modelling, assessed facial similarity using GestaltMatcher, and conducted phenotype-driven genotype prediction using machine learning classifiers. + Variants clustered within N-terminal (winged-helix/SNF5) and C-terminal (αC-helix) regions. C-terminal CSS variants were associated with more severe speech delay, microcephaly and cleft palate, exhibiting stronger facial gestalt similarity. XGBoost achieved 96.7% accuracy in classifying variant location from phenotype alone. While gestalt is a key feature delineating variants at the αC helix, overall clinical features have greater predictive power for N-terminal variants. + Using detailed phenotyping and machine learning algorithms we identify differences between individuals with N-terminus and C-terminus SMARCB1 variants. Our study underscores the importance of multi-modal assessments for genotype-phenotype associations, suggesting integrated modelling can provide insights into SMARCB1 variant effects and biological function, with potential for improvement of diagnostic strategies. + Copyright © 2026. Published by Elsevier Inc. + + + + Saad + Ramy + R + + Department of Twin Research & Genetic Epidemiology, King's College London, London, UK; Clinical Genetics Service, Great Ormond Street Hospital for Children NHS Foundation Trust, London, UK. + + + + Gigli + Clementina Cobolli + CC + + Neural Stem Cell Biology Lab, The Francis Crick Institute, London, UK; Department of Medical and Molecular Genetics, School of Basic & Medical Biosciences, King's College London, London. + + + + van der Sluijs + Pleuntje J + PJ + + Department of Clinical Genetics, Leiden University Medical Center, Leiden, The Netherlands. + + + + Wilson + Jon R + JR + + Structural Biology of Disease Processes Laboratory, The Francis Crick Institute. + + + + Hsieh + Tzung-Chien + TC + + Institute for Genomic Statistics and Bioinformatics, University Hospital Bonn, Rheinische Friedrich-Wilhelms-Universität Bonn, Bonn, Germany. + + + + McConnell + Vivienne P M + VPM + + Northern Ireland Regional Genetics Service, Belfast City Hospital, Belfast Health & Social Care Trust, Belfast, Northern Ireland. + + + + Bacino + Carlos + C + + Department of Molecular and Human Genetics, Baylor College of Medicine; Genetics Service, Texas Children's Hospital. + + + + Bird + Lynne M + LM + + Department of Pediatrics, University of California San Diego; Division of Dysmorphology/Genetics, Rady Children's Hospital San Diego, San Diego, California, USA. + + + + Adam + Shelin + S + + Department of Medical Genetics and the British Columbia Children's Hospital Research Institute, University of British Columbia, Vancouver, British Columbia, Canada. + + + + Clarke + Lorne + L + + Department of Medical Genetics and the British Columbia Children's Hospital Research Institute, University of British Columbia, Vancouver, British Columbia, Canada. + + + + Cobben + Jan M + JM + + North West Thames Regional Genetics Service, NHS, Northwick Park & St Mark's Hospitals, London, Harrow, UK. + + + + Travessa + André + A + + Serviço de Genética Médica, Centro Hospitalar Universitário Lisboa Norte, Hospital de Santa Maria, Lisbon, Portugal. + + + + Faivre + Laurence + L + + Inserm, UMR1231, Equipe GAD, Bâtiment B3, Université de Bourgogne Franche Comté, Dijon Cedex, France; Centre de Référence Maladies Rares "Anomalies du développement et syndromes malformatifs", Centre de Génétique, FHU-TRANSLAD et Institut GIMI, CHU Dijon Bourgogne, Dijon, France. + + + + Farholt + Stense + S + + Department of Clinical Genetics, Centre for Rare Diseases, Aarhus University Hospital, Aarhus, Denmark. + + + + Gregersen + Pernille + P + + Pediatrics and Adolescent Medicine, Centre for Rare Diseases, Aarhus University Hospital, Aarhus, Denmark. + + + + van Hasselt + Jos + J + + 's Heeren Loo Zorggroep, Advisium, Ermelo, the Netherlands. + + + + Lahiri + Nayana + N + + St George's University Hospitals NHS Foundation Trust & St Georges, University of London, IMBE, London, UK; Department of Molecular and Biomedical Sciences, City St. + + + + Palmer + Elizabeth E + EE + + Discipline of Paediatrics and Child Health, School of Clinical Medicine, Faculty of Medicine and Health, University of New South Wales Sydney, New South Wales, Australia; Centre for Clinical Genetics, Sydney Children's Hospitals Network, Randwick, New South Wales, Australia. + + + + Sheffer + Ruth + R + + Department of Human Genetics, Hadassah University Hospital, Jerusalem, Israel. + + + + Clayton-Smith + Jill + J + + Manchester Centre for Genomic Medicine, Manchester University Hospitals NHS Foundation Trust, Saint Mary's Hospital, Oxford Road, Manchester, UK. + + + + Wilnai + Yael + Y + + Genetic Institute, Tel Aviv Sourasky Medical Center, Tel Aviv, Israel. + + + + Deshpande + Charu + C + + Manchester Centre for Genomic Medicine, Manchester University Hospitals NHS Foundation Trust, Saint Mary's Hospital, Oxford Road, Manchester, UK; Department of Clinical Genetics, Guy's & St. + + + + Morton + Jenny E V + JEV + + West Midlands Regional Clinical Genetics Service and Birmingham Health Partners, Birmingham Women's and Children's Hospitals NHS Foundation Trust, Birmingham, UK. + + + + Clement + Emma + E + + Clinical Genetics Service, Great Ormond Street Hospital for Children NHS Foundation Trust, London, UK. + + + + Santen + Gijs W E + GWE + + Department of Clinical Genetics, Leiden University Medical Center, Leiden, The Netherlands. + + + + Dias + Cristina + C + + Clinical Genetics Service, Great Ormond Street Hospital for Children NHS Foundation Trust, London, UK; Neural Stem Cell Biology Lab, The Francis Crick Institute, London, UK; Department of Medical and Molecular Genetics, School of Basic & Medical Biosciences, King's College London, London; Department of Clinical Genetics, Guy's & St. Electronic address: cristina.dias@kcl.ac.uk. + + + + eng + + Journal Article + + + 2026 + 05 + 27 + +
+ + United States + Genet Med + 9815831 + 1098-3600 + + IM + + BAF SWI/SNF complex + Coffin-Siris Syndrome + Genotype-phenotype correlations + Machine learning + SMARCB1 + +
+ + + + 2025 + 10 + 22 + + + 2026 + 5 + 15 + + + 2026 + 5 + 21 + + + 2026 + 5 + 28 + 6 + 32 + + + 2026 + 5 + 28 + 6 + 32 + + + 2026 + 5 + 28 + 5 + 58 + + + aheadofprint + + 42206491 + 10.1016/j.gim.2026.102614 + S1098-3600(26)00932-9 + + +
+ + + 42206479 + + 2026 + 05 + 28 + +
+ + 1878-3503 + + + 2026 + May + 28 + + + Transactions of the Royal Society of Tropical Medicine and Hygiene + Trans R Soc Trop Med Hyg + + Interpretable machine-learning prognosis of mycetoma from routine clinical data. + trag061 + 10.1093/trstmh/trag061 + + Mycetoma is a chronic tropical infection with limited tools for predicting treatment outcomes. + Routinely collected demographic, clinical, imaging, etiological, treatment, and follow-up data from 1,084 patients at the Mycetoma Research Centre were used to evaluate supervised machine learning models for outcome prediction. Binary and three-class tasks (cured, recurrence, disability) were assessed using stratified five-fold cross-validation with preprocessing, imputation, scaling, and class balancing. Logistic regression, support vector machine, and random forest models were compared. + Treatment mode, treatment duration, disease duration at presentation, adherence, lesion size, and imaging findings were the most important predictors. In eumycetoma, random forest achieved the best binary performance (accuracy 0.760 ± 0.036; ROC-AUC 0.835 ± 0.036). In actinomycetoma, random forest achieved accuracy of 0.719 ± 0.115 and ROC-AUC of 0.779 ± 0.138. For the three-class task, random forest performed best in eumycetoma (accuracy 0.612 ± 0.033; macro-AUC 0.777 ± 0.029), while logistic regression performed best in actinomycetoma (accuracy 0.735 ± 0.097; macro-AUC 0.713 ± 0.092). + Standard clinical and imaging variables can support machine learning-based risk stratification in mycetoma, potentially improving early management and follow-up. External validation and clinical utility assessment are still required. + © The Author(s) 2026. Published by Oxford University Press on behalf of Royal Society of Tropical Medicine and Hygiene. All rights reserved. For commercial re-use, please contact reprints@oup.com for reprints and translation rights for reprints. All other permissions can be obtained through our RightsLink service via the Permissions link on the article page on our site-for further information please contact journals.permissions@oup.com. + + + + Yousif + Maha H + MH + + Department of Applied Mathematics, University of Khartoum, Khartoum 11111, Sudan. + + + + Alsammani + Abdallah + A + + Department of Mathematical Science, Delaware State University, Dover, DE 19901, United States. + + + + Abdalla + Mohsin H + MH + + Department of Applied Mathematics, University of Khartoum, Khartoum 11111, Sudan. + + + + Bashier + Eihab B M + EBM + + Department of Applied Mathematics, University of Khartoum, Khartoum 11111, Sudan. + + + + Mohammed + Mohammed A Y + MAY + + Department of Mathematics, Georgia State University, Atlanta, GA, United States. + + + + Saeed + Ali Awadallah + AA + 0000-0003-3524-4825 + + Mycetoma Research Centre, University of Khartoum, Khartoum 11111, Sudan. + + + Faculty of Pharmacy, National University-Sudan, Khartoum 11111, Sudan. + + + + Fahal + Ahmed H + AH + + Mycetoma Research Centre, University of Khartoum, Khartoum 11111, Sudan. + + + + eng + + + MRC + + + + + Journal Article + + + 2026 + 05 + 28 + +
+ + England + Trans R Soc Trop Med Hyg + 7506129 + 0035-9203 + + IM + + actinomycetoma + eumycetoma + machine learning + management + mycetoma + prognosis + treatment outcomes + +
+ + + + 2025 + 10 + 28 + + + 2026 + 2 + 19 + + + 2026 + 4 + 17 + + + 2026 + 5 + 28 + 6 + 33 + + + 2026 + 5 + 28 + 6 + 33 + + + 2026 + 5 + 28 + 5 + 53 + + + aheadofprint + + 42206479 + 10.1093/trstmh/trag061 + 8697273 + + +
+ + + 42206473 + + 2026 + 05 + 28 + +
+ + 2379-3694 + + + 2026 + May + 28 + + + ACS sensors + ACS Sens + + Matrix-Boosted Electrochemiluminescence Biosensor for Ultrasensitive Exosome Detection and Automated Phenotype Discrimination. + 10.1021/acssensors.6c01482 + + Accurate quantification and phenotypic discrimination of exosomes in complex biological fluids remain technically challenging sensing issues, yet they are essential for early cancer diagnosis. To address this challenge, an ultrasensitive electrochemiluminescence (ECL) biosensor is engineered by integrating a "matrix-boosted" Cp-Pt-Ti3-x + C2T + y + MXene emitter with a proximity-dependent "signal-off-on" aptamer strategy. Upon target recognition, the thermodynamically favored desorption of methylene blue-labeled aptamers triggers a dramatic ECL signal recovery, while the resulting multifeatured sensing data are processed using a support vector machine (SVM) algorithm. The sensing platform achieves a high quenching efficiency of 99.8% and a low limit of detection of 35 particles/μL for MCF-7 exosomes without requiring enzymatic amplification. Furthermore, integrating the SVM model with 3D principal component analysis enables the highly accurate and automated discrimination of varying exosome phenotypes derived from distinct cell lines in clinical serum samples, establishing a smart, AI-empowered paradigm for liquid biopsy. + + + + Shi + Yacheng + Y + + College of Geography and Environmental Sciences, College of Chemistry and Materials Science, Zhejiang Normal University, Jinhua 321004, China. + + + Department of Chemistry, Key Lab of Bioorganic Phosphorus Chemistry and Chemical Biology of Ministry of Education, Beijing Key Laboratory for Analytical Methods and Instrumentation, Tsinghua University, Beijing 100084, China. + + + + Wu + Yang + Y + + Department of Sports Medicine, Peking University Third Hospital, Institute of Sports Medicine of Peking University, Beijing Key Laboratory of Sports Injuries, Engineering Research Center of Sports Trauma Treatment Technology and Devices, Ministry of Education, Beijing 100084, China. + + + + Yan + Zhiyong + Z + + Institute of Analysis and Testing, Beijing Academy of Science and Technology (Beijing Center for Physical and Chemical Analysis), Beijing 100089, China. + + + + Huang + Hongjie + H + + Department of Sports Medicine, Peking University Third Hospital, Institute of Sports Medicine of Peking University, Beijing Key Laboratory of Sports Injuries, Engineering Research Center of Sports Trauma Treatment Technology and Devices, Ministry of Education, Beijing 100084, China. + + + + Liu + Yang + Y + 0000-0003-0042-5183 + + Department of Chemistry, Key Lab of Bioorganic Phosphorus Chemistry and Chemical Biology of Ministry of Education, Beijing Key Laboratory for Analytical Methods and Instrumentation, Tsinghua University, Beijing 100084, China. + + + + eng + + Journal Article + + + 2026 + 05 + 28 + +
+ + United States + ACS Sens + 101669031 + 2379-3694 + + IM + + MXenes + aptasensor + electrochemiluminescence + exosome + liquid biopsy + machine learning + phenotype discrimination + +
+ + + + 2026 + 5 + 28 + 6 + 32 + + + 2026 + 5 + 28 + 6 + 32 + + + 2026 + 5 + 28 + 5 + 52 + + + aheadofprint + + 42206473 + 10.1021/acssensors.6c01482 + + +
+ + + 42206427 + + 2026 + 05 + 28 + + + 2026 + 05 + 28 + +
+ + 1741-2811 + + 32 + 2 + + 2026 + Apr-Jun + + + Health informatics journal + Health Informatics J + + Deep survival learning for prognosis prediction in non-metastatic castration-resistant prostate cancer. + + 14604582261456059 + 14604582261456059 + + 10.1177/14604582261456059 + + BackgroundNon-metastatic, castration-resistant prostate cancer (nmCRPC) is an advanced state of prostate cancer with variable prognosis; early identification of patient risk is crucial, so that clinicians can recommend optimal treatment.ObjectiveCompare predictive models in identifying patient risk; evaluate the value of electronic healthcare record (EHR) time-series (TS) information in prediction.MethodsWe evaluated SurvTRACE, Weibull Time to Event Recurrent Neural Network (WTTE-RNN), and traditional Cox proportional hazards (CPH) models' performance on EHR data from 12,819 nmCRPC patients in the Veterans Health Administration, using area under the receiver operating characteristic curve and Brier score.ResultsWTTE-RNN, which intrinsically uses EHR TS information, outperformed the other models without TS information. Feature-engineered TS information improved performances of CPH and especially SurvTRACE; with TS information, SurvTRACE outperformed WTTE-RNN.ConclusionDeep learning methods, whether intrinsically able to handle TS data or enhanced with TS information, can outperform traditional survival analysis in predicting risk. + + + + Li + Chunyang + C + + VA Salt Lake City Health Care System, Salt Lake City, UT, USA. + + + Hematology and Hematologic Malignancy, School of Medicine, University of Utah, Salt Lake City, UT, USA. + + + + Bohman + Julia + J + 0009-0008-3516-6568 + + VA Salt Lake City Health Care System, Salt Lake City, UT, USA. + + + Hematology and Hematologic Malignancy, School of Medicine, University of Utah, Salt Lake City, UT, USA. + + + + Patil + Vikas + V + + VA Salt Lake City Health Care System, Salt Lake City, UT, USA. + + + Hematology and Hematologic Malignancy, School of Medicine, University of Utah, Salt Lake City, UT, USA. + + + + McShinsky + Richard + R + + VA Salt Lake City Health Care System, Salt Lake City, UT, USA. + + + Hematology and Hematologic Malignancy, School of Medicine, University of Utah, Salt Lake City, UT, USA. + + + + Yong + Christina + C + + VA Salt Lake City Health Care System, Salt Lake City, UT, USA. + + + Hematology and Hematologic Malignancy, School of Medicine, University of Utah, Salt Lake City, UT, USA. + + + + Burningham + Zach + Z + + VA Salt Lake City Health Care System, Salt Lake City, UT, USA. + + + Hematology and Hematologic Malignancy, School of Medicine, University of Utah, Salt Lake City, UT, USA. + + + + Halwani + Ahmad + A + + VA Salt Lake City Health Care System, Salt Lake City, UT, USA. + + + Hematology and Hematologic Malignancy, School of Medicine, University of Utah, Salt Lake City, UT, USA. + + + Huntsman Cancer Institute, Salt Lake City, UT, USA. + + + + eng + + Journal Article + + + 2026 + 05 + 28 + +
+ + England + Health Informatics J + 100883604 + 1460-4582 + + IM + + + Humans + + + Male + + + Prognosis + + + Prostatic Neoplasms, Castration-Resistant + mortality + + + Deep Learning + trends + standards + statistics & numerical data + + + Aged + + + Proportional Hazards Models + + + Predictive Learning Models + + + Survival Analysis + + + Prediction Algorithms + + + ROC Curve + + + United States + + + Electronic Health Records + statistics & numerical data + + + Middle Aged + + + + castration-resistant prostate cancer + deep learning + machine learning + non-metastatic + risk prediction + survival analysis + + Declaration of conflicting interestsThe authors declared no potential conflicts of interest with respect to the research, authorship, and/or publication of this article. +
+ + + + 2026 + 5 + 28 + 6 + 34 + + + 2026 + 5 + 28 + 6 + 33 + + + 2026 + 5 + 28 + 5 + 33 + + + ppublish + + 42206427 + 10.1177/14604582261456059 + + +
+ + + 42206405 + + 2026 + 05 + 28 + + + 2026 + 05 + 28 + +
+ + 2561-1011 + + 10 + + 2026 + May + 22 + + + JMIR cardio + JMIR Cardio + + Extracting Cardiorespiratory Symptoms From Clinical Notes Using Open-Weight Large Language Models: Method Development and Validation Study. + + e89480 + e89480 + + 10.2196/89480 + + Accurate identification of clinical symptoms and signs (S&S) is essential for the early detection of high-burden cardiorespiratory conditions, including lung cancer, chronic obstructive pulmonary disease, and heart failure. Although symptom data play a central role in diagnostic reasoning and predictive modeling, most S&S information remains embedded in unstructured electronic health record notes, limiting their use in automated phenotyping, surveillance, and clinical decision support. Traditional natural language processing systems struggle with domain variability and contextual nuance in clinical text. Recent advances in large language models (LLMs) offer a promising alternative, yet challenges remain in hallucinations, overinference, and safe deployment. This study evaluated whether locally deployed open-source models could reliably extract cardiorespiratory S&S and map them to ICD-10-CM (International Classification of Diseases, Tenth Revision, Clinical Modification) codes using optimized prompting strategies. + This study aims to assess the accuracy of open-source LLMs in extracting explicitly stated cardiorespiratory S&S from clinical notes and mapping them to ICD-10-CM codes (R00-R09) and to compare performance across 4 prompt-engineering strategies, including a multimodule LLM framework. + A total of 593 clinical notes from the MTSamples database were manually reviewed, with 93 notes used for prompt development and comparison using Llama 3.3-70B, and 500 notes used as testing data for the final best prompt setting using both Llama 3.3-70B and gpt-oss-120B. Four prompting conditions were evaluated: (1) instruction-only, (2) ICD-10-CM definition-based prompts, (3) assumption-free prompts, and (4) a multimodule LLM framework with postprocessing. Performance was measured using precision, recall, and F1-score for both S&S extraction and ICD-10-CM code generation. + Across all prompt strategies, model performance improved as more structure and constraints were added. Instruction-only prompting demonstrated high recall but poor precision. Incorporating ICD-10-CM definitions improved coding accuracy, and assumption-free prompting further balanced precision and recall. The multimodule approach with postprocessing achieved the highest performance during prompt development. On the independent test corpus, entity-level microaveraged evaluation showed that gpt-oss-120B outperformed Llama 3.3-70B in both tasks. For S&S extraction, Llama 3.3-70B achieved a precision of 0.63, a recall of 0.86, and an F1-score of 0.73, whereas gpt-oss-120B achieved a precision of 0.89, a recall of 0.87, and an F1-score of 0.88. For ICD-10-CM code mapping, Llama 3.3-70B achieved a precision of 0.59, a recall of 0.83, and an F1-score of 0.69, whereas gpt-oss-120B achieved a precision of 0.90, a recall of 0.84, and an F1-score of 0.87. + Locally deployed LLMs, when paired with optimized prompting and multimodule orchestration, can accurately extract cardiorespiratory S&S and generate ICD-10-CM codes from unstructured clinical notes. This approach increases the level of data safety by enabling on-premises processing without external data transmission and demonstrates strong potential for scalable, domain-adaptive symptom extraction pipelines in biomedical informatics. Future work should expand datasets and evaluate generalizability across clinical domains. + © Yunbing Bai, Wanting Cui, Joseph Finkelstein. Originally published in JMIR Cardio (https://cardio.jmir.org). + + + + Bai + Yunbing + Y + 0009-0005-4910-4497 + + Arizona Center for Telemedicine and Digital Health, College of Medicine, University of Arizona, 1501 N Campbell Ave AHSL 1156, Tucson, AZ, 85724-5105, United States, 1 520-626-3944. + + + + Cui + Wanting + W + 0000-0001-7341-363X + + Arizona Center for Telemedicine and Digital Health, College of Medicine, University of Arizona, 1501 N Campbell Ave AHSL 1156, Tucson, AZ, 85724-5105, United States, 1 520-626-3944. + + + + Finkelstein + Joseph + J + 0000-0002-8084-7441 + + Arizona Center for Telemedicine and Digital Health, College of Medicine, University of Arizona, 1501 N Campbell Ave AHSL 1156, Tucson, AZ, 85724-5105, United States, 1 520-626-3944. + + + + eng + + Journal Article + Validation Study + + + 2026 + 05 + 22 + +
+ + Canada + JMIR Cardio + 101718325 + 2561-1011 + + IM + + + Large Language Models + + + Humans + + + Electronic Health Records + statistics & numerical data + + + International Classification of Diseases + + + Natural Language Processing + + + Cardiovascular Diseases + diagnosis + + + + NLP + clinical coding + electronic health records + large language models + named entity recognition + natural language processing + prompt engineering + signs and symptoms + +
+ + + + 2025 + 12 + 11 + + + 2026 + 4 + 28 + + + 2026 + 4 + 28 + + + 2026 + 5 + 28 + 6 + 35 + + + 2026 + 5 + 28 + 6 + 34 + + + 2026 + 5 + 28 + 5 + 22 + + + epublish + + 42206405 + 10.2196/89480 + v10i1e89480 + + +
+ + + 42206228 + + 2026 + 05 + 28 + + + 2026 + 05 + 28 + +
+ + 1178-2390 + + 19 + + 2026 + + + Journal of multidisciplinary healthcare + J Multidiscip Healthc + + A Bedside Coagulation-Platelet Tipping Point for Mortality in Nontraumatic Subarachnoid Hemorrhage. + + 606643 + 606643 + + 606643 + 10.2147/JMDH.S606643 + + Nontraumatic subarachnoid hemorrhage (ntSAH) is associated with high in-hospital mortality, and current prognostic models often overlook systemic hemostatic disturbances. We aimed to develop a coagulation-platelet index (INR_PLT) for mortality risk, quantify its nonlinear threshold, and construct an externally validated risk model using stacking ensemble learning. + This retrospective study included ntSAH patients from Huizhou Central People's Hospital (n = 287, training cohort) and the MIMIC-IV (n = 621, external validation). INR_PLT was derived by logistic regression: -1.596 + 1.364×INR - 0.008×PLT. Nonlinear relationships and thresholds were identified using restricted cubic splines and segmented regression. Nomograms and machine learning models (LR, SVM, DT, and LGBM) were developed, with a stacking ensemble as the final model. The performance of the models was evaluated by receiver operating characteristic (ROC) curves, calibration plots, and SHAP. + Of the 908 patients, 163 (17.95%) died. The independent predictors included age, GCS score, nimodipine use, and the INR_PLT (OR 2.425). INR_PLT was significantly correlated with antiplatelet therapy (P = 0.006) and mediated 19.8% of diabetes-associated mortality risk. A threshold at INR_PLT = -2.457 markedly increased mortality risk (OR 2.527, P = 0.002). The nomogram (C-index 0.847) and stacking model (AUC 0.80, F1 = 0.763) demonstrated strong performance. + The INR_PLT is a bedside index for identifying a significant mortality threshold in patients with ntSAH, supporting precise risk stratification with external validation. + © 2026 Xia et al. + + + + Xia + Shaohuai + S + 0000-0001-5661-0420 + + Department of Neurosurgery, Tianjin Medical University General Hospital, Tianjin, 300052, People's Republic of China. + + + + Wu + Jing + J + + Department of Neuro-Oncology, Beijing Xiaotangshan Hospital, Beijing, 100000, People's Republic of China. + + + + Wang + Ce + C + + Department of Neuro-Oncology, Cancer Center, Beijing Tiantan Hospital, Capital Medical University, Beijing, 100000, People's Republic of China. + + + + Li + Wencai + W + + Department of Neurosurgery, Huizhou Central People's Hospital, Huizhou, 516000, People's Republic of China. + + + + Chen + Li + L + + Department of Neurosurgery, Fuzong Clinical Medical College of Fujian Medical University, Fuzhou, Fujian, 350001, People's Republic of China. + + + + Zhang + Xingyu + X + + Department of Radiology and Tianjin Key Laboratory of Functional Imaging & Tianjin Institute of Radiology, Tianjin Medical University General Hospital, Tianjin, 300052, People's Republic of China. + + + + Wang + Junping + J + + Department of Radiology and Tianjin Key Laboratory of Functional Imaging & Tianjin Institute of Radiology, Tianjin Medical University General Hospital, Tianjin, 300052, People's Republic of China. + + + + Yang + Xinyu + X + + Department of Neurosurgery, Tianjin Medical University General Hospital, Tianjin, 300052, People's Republic of China. + + + + eng + + Journal Article + + + 2026 + 05 + 22 + +
+ + New Zealand + J Multidiscip Healthc + 101512691 + 1178-2390 + + + coagulation + machine learning + platelet count + prognosis + risk stratification + subarachnoid hemorrhage + + The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as potential conflicts of interest. +
+ + + + 2026 + 3 + 3 + + + 2026 + 5 + 19 + + + 2026 + 5 + 28 + 6 + 33 + + + 2026 + 5 + 28 + 6 + 32 + + + 2026 + 5 + 28 + 4 + 45 + + + 2026 + 5 + 22 + + + epublish + + 42206228 + PMC13209147 + 10.2147/JMDH.S606643 + 606643 + + + + Huang YW, Zhang Y, Li ZP, Yin XS. Association between a four-parameter inflammatory index and all-cause mortality in critically ill patients with non-traumatic subarachnoid hemorrhage: a retrospective analysis of the MIMIC-IV database (2012–2019). Front Immunol. 2023;14:1235266. doi: 10.3389/fimmu.2023.1235266 + + + 10.3389/fimmu.2023.1235266 + PMC10626529 + 37936706 + + + + Rautalin I, Volovici V, Stark BA, et al. Global, regional, and national burden of nontraumatic subarachnoid hemorrhage: the Global Burden of Disease Study 2021. JAMA Neurol. 2025;82:765–19. doi: 10.1001/jamaneurol.2025.1522 + + + 10.1001/jamaneurol.2025.1522 + PMC12557468 + 40406922 + + + + Wu R, Hu F, Liu C, Liang J. The value of modified Hijdra score in patients with aneurysmal subarachnoid hemorrhage. Heliyon. 2024;10(7):e28550. doi: 10.1016/j.heliyon.2024.e28550 + + + 10.1016/j.heliyon.2024.e28550 + PMC10999927 + 38590907 + + + + Lv B, Lan JX, Si YF, et al. Epidemiological trends of subarachnoid hemorrhage at global, regional, and national level: a trend analysis study from 1990 to 2021. Mil Med Res. 2024;11(1):46. doi: 10.1186/s40779-024-00551-6 + + + 10.1186/s40779-024-00551-6 + PMC11241879 + 38992778 + + + + Gu L, Zhou J, Zhang L, et al. Global, regional, and national burden of subarachnoid hemorrhage: trends from 1990 to 2021 and 20-year forecasts. Stroke. 2025;56(4):887–897. doi: 10.1161/STROKEAHA.124.048950 + + + 10.1161/STROKEAHA.124.048950 + 40035131 + + + + van Lieshout JH, Mijderwijk H-J, Nieboer HJ, et al. Development and internal validation of the ARISE prediction models for rebleeding after aneurysmal subarachnoid hemorrhage. Neurosurgery. 2022;91(3):450–458. doi: 10.1227/neu.0000000000002045 + + + 10.1227/neu.0000000000002045 + 35881023 + + + + Song M, Wang S, Qian Q, et al. Intracranial aneurysm CTA images and 3D models dataset with clinical morphological and hemodynamic data. Sci Data. 2024;11(1):1213. doi: 10.1038/s41597-024-04056-8 + + + 10.1038/s41597-024-04056-8 + PMC11557944 + 39532900 + + + + He Y, Shiu YT, Imrey PB, et al. Association of shear stress with subsequent lumen remodeling in hemodialysis arteriovenous fistulas. Clin J Am Soc Nephrol. 2023;18(1):72–83. doi: 10.2215/CJN.04630422 + + + 10.2215/CJN.04630422 + PMC10101625 + 36446600 + + + + Malik K, Alam F, Santamaria J, Krishnamurthy M, Malik G. Toward grading subarachnoid hemorrhage risk prediction: a machine learning-based aneurysm rupture score. World Neurosurg. 2023;172:e19–e38. doi: 10.1016/j.wneu.2022.11.065 + + + 10.1016/j.wneu.2022.11.065 + 36410705 + + + + Ali M, van Eldik MJA, Rietkerken S, et al. Risk factors of aneurysmal subarachnoid hemorrhage including analysis by sex: a systematic review and meta-analysis. Neurology. 2025;104(8):e213511. doi: 10.1212/WNL.0000000000213511 + + + 10.1212/WNL.0000000000213511 + PMC11952700 + 40153684 + + + + Savarraj JPJ, Hergenroeder GW, Zhu L, et al. Machine learning to predict delayed cerebral ischemia and outcomes in subarachnoid hemorrhage. Neurology. 2021;96(4):e553–e562. doi: 10.1212/WNL.0000000000011211 + + + 10.1212/WNL.0000000000011211 + PMC7905786 + 33184232 + + + + Sebök M, Hostettler IC, Keller E, et al. Prehemorrhage antiplatelet use in aneurysmal subarachnoid hemorrhage and impact on clinical outcome. Int J Stroke. 2022;17(5):545–552. doi: 10.1177/17474930211035647 + + + 10.1177/17474930211035647 + PMC9150139 + 34282988 + + + + Raatikainen E, Kiiski H, Kuitunen A, et al. Increased blood coagulation is associated with poor neurological outcome in aneurysmal subarachnoid hemorrhage. J Neurol Sci. 2024;458:122943. doi: 10.1016/j.jns.2024.122943 + + + 10.1016/j.jns.2024.122943 + 38422781 + + + + Joos GS, Gottschalk A, Ewelt C, et al. Risk factors associated with vasospasm after non-traumatic subarachnoid hemorrhage: a retrospective analysis of 456 patients. J Neurosurg Sci. 2023;67(5):576–584. doi: 10.23736/S0390-5616.22.05497-2 + + + 10.23736/S0390-5616.22.05497-2 + 35416450 + + + + Parekh A, Satish S, Dulhanty L, Berzuini C, Patel H. Clinical prediction models for aneurysmal subarachnoid hemorrhage: a systematic review update. J Neurointerv Surg. 2023. doi: 10.1136/jnis-2023-021107 + + 10.1136/jnis-2023-021107 + 38129109 + + + + Fang Y, Liu Y, Chen L, et al. Cerebrospinal fluid markers of neuroinflammation and coagulation in severe cerebral edema and chronic hydrocephalus after subarachnoid hemorrhage: a prospective study. J Neuroinflammation. 2024;21(1):237. doi: 10.1186/s12974-024-03236-y + + + 10.1186/s12974-024-03236-y + PMC11438016 + 39334416 + + + + Qian Y, Wang J, Chen J, et al. Multifaceted role of thrombin in subarachnoid hemorrhage: focusing on cerebrospinal fluid circulation disorder. Exp Neurol. 2025;383:115036. doi: 10.1016/j.expneurol.2024.115036 + + + 10.1016/j.expneurol.2024.115036 + 39486608 + + + + Fang Y, Wang X, Lu J, et al. Inhibition of caspase-1-mediated inflammasome activation reduced blood coagulation in cerebrospinal fluid after subarachnoid haemorrhage. EBioMedicine. 2022;76:103843. doi: 10.1016/j.ebiom.2022.103843 + + + 10.1016/j.ebiom.2022.103843 + PMC8822177 + 35101655 + + + + Aleksandrowicz K, Hempel D, Politynska B, et al. The complex role of thrombin in cancer and metastasis: focus on interactions with the immune system. Semin Thromb Hemost. 2024;50(3):462–473. doi: 10.1055/s-0043-1776875 + + + 10.1055/s-0043-1776875 + 37984359 + + + + Sone A, Aki K, Yasui T, Hosoi E. Inhibitory effects of aspirin and cilostazol on intracellular Ca2+ mobilization and aggregation in thrombin-activated human platelets. J Med Invest. 2023;70(1–2):94–100. doi: 10.2152/jmi.70.94 + + + 10.2152/jmi.70.94 + 37164750 + + + + Navarro S, Stegner D, Nieswandt B, Heemskerk JWM, Kuijpers MJE. Temporal roles of platelet and coagulation pathways in collagen- and tissue factor-induced thrombus formation. Int J Mol Sci. 2021;23(1):358. doi: 10.3390/ijms23010358 + + + 10.3390/ijms23010358 + PMC8745329 + 35008781 + + + + Geraldini F, De Cassai A, Correale C, et al. Predictors of deep-vein thrombosis in subarachnoid hemorrhage: a retrospective analysis. Acta Neurochir. 2020;162(9):2295–2301. doi: 10.1007/s00701-020-04455-x + + + 10.1007/s00701-020-04455-x + PMC7311113 + 32577893 + + + + Menon N, Journeycake J, Huang R, Riley P, Zia A. Thrombin generation in children with sickle cell anemia is higher in the presence of platelets. Transfus Apher Sci. 2020;59(5):102852. doi: 10.1016/j.transci.2020.102852 + + + 10.1016/j.transci.2020.102852 + 32576489 + + + + ElSaadani M, Ahmed SM, Jacovides C, et al. Antithrombin III ameliorates post-traumatic brain injury cerebral leukocyte mobilization enhancing recovery of blood-brain barrier integrity. J Trauma Acute Care Surg. 2021;90(2):274–280. doi: 10.1097/TA.0000000000003000 + + + 10.1097/TA.0000000000003000 + PMC8878290 + 33093292 + + + + Dean T, Mendiola AS, Yan Z, et al. Fibrin promotes oxidative stress and neuronal loss in traumatic brain injury via innate immune activation. J Neuroinflammation. 2024;21(1):94. doi: 10.1186/s12974-024-03092-w + + + 10.1186/s12974-024-03092-w + PMC11017541 + 38622640 + + + + Chen Y, Han L, Zhu DS, Guan YT. Fibrinogen and neuroinflammation in the neurovascular unit in stroke. J Inflamm Res. 2025;18:4567–4584. doi: 10.2147/JIR.S496433 + + + 10.2147/JIR.S496433 + PMC11971976 + 40191094 + + + + Robert SM, Reeves BC, Kiziltug E, et al. The choroid plexus links innate immunity to CSF dysregulation in hydrocephalus. Cell. 2023;186(4):764–785.e21. doi: 10.1016/j.cell.2023.01.017 + + + 10.1016/j.cell.2023.01.017 + PMC10069664 + 36803604 + + + + Lohmeier J, Silva RV, Tietze A, et al. Fibrin-targeting molecular MRI in inflammatory CNS disorders. Eur J Nucl Med Mol Imaging. 2022;49(11):3692–3704. doi: 10.1007/s00259-022-05807-8 + + + 10.1007/s00259-022-05807-8 + PMC9399196 + 35507058 + + + + V M, Wang K. Dietary natural products as a potential inhibitor towards advanced glycation end products and hyperglycemic complications: a phytotherapy approach. Biomed Pharmacother. 2021;144:112336. doi: 10.1016/j.biopha.2021.112336 + + + 10.1016/j.biopha.2021.112336 + 34678719 + + + + Wang B, Jiang T, Qi Y, et al. AGE-RAGE axis and cardiovascular diseases: pathophysiologic mechanisms and prospects for clinical applications. Cardiovasc Drugs Ther. 2024. + + PMC12717123 + 39499399 + + + + Han J, van Hylckama Vlieg A, de Mutsert R, et al. Associations of coagulation parameters and thrombin generation potential with the incidence of type 2 diabetes: mediating role of glycoprotein acetylation. Eur J Epidemiol. 2024;39(10):1171–1181. doi: 10.1007/s10654-024-01162-0 + + + 10.1007/s10654-024-01162-0 + PMC11599431 + 39404973 + + + + Gromotowicz-Poplawska A, Szoka P, Zakrzeska A, et al. Hyperglycemia potentiates prothrombotic effect of aldosterone in a rat arterial thrombosis model. Cells. 2021;10(2):471. doi: 10.3390/cells10020471 + + + 10.3390/cells10020471 + PMC7927020 + 33671798 + + + + Huang YH, Chung CL, Tsai HP, et al. Impact of hyperglycemia on neuronal apoptosis after subarachnoid hemorrhage in rodent brain: an experimental research. Int J Surg. 2020;83:246–252. doi: 10.1016/j.ijsu.2020.07.009 + + + 10.1016/j.ijsu.2020.07.009 + 32739549 + + + + Oddo M, Taccone FS, Petrosino M, et al. The neurological pupil index for outcome prognostication in people with acute brain injury (Orange): a prospective, observational, multicentre cohort study. Lancet Neurol. 2023;22(10):925–933. doi: 10.1016/S1474-4422(23)00271-5 + + + 10.1016/S1474-4422(23)00271-5 + 37652068 + + + + Wang Y, Wang J, Chen S, et al. Different changing patterns for stroke subtype mortality attributable to high sodium intake in China during 1990 to 2019. Stroke. 2023;54(4):1078–1087. doi: 10.1161/STROKEAHA.122.040848 + + + 10.1161/STROKEAHA.122.040848 + 36727509 + + + + Sonneville R, Mazighi M, Collet M, et al. One-year outcomes in patients with acute stroke requiring mechanical ventilation. Stroke. 2023;54(9):2328–2337. doi: 10.1161/STROKEAHA.123.042910 + + + 10.1161/STROKEAHA.123.042910 + 37497675 + + + + Morotti A, Li Q, Nawabi J, et al. Volume tolerance and prognostic impact of hematoma expansion in deep and lobar intracerebral hemorrhage. Stroke. 2025;56(5):1224–1231. doi: 10.1161/STROKEAHA.124.049008 + + + 10.1161/STROKEAHA.124.049008 + PMC12037302 + 40109238 + + + + Johnson AEW, Bulgarelli L, Shen L, et al. MIMIC-IV, a freely accessible electronic health record dataset. Sci Data. 2023;10(1):1. doi: 10.1038/s41597-022-01899-x + + + 10.1038/s41597-022-01899-x + PMC9810617 + 36596836 + + + + +
+ + + 42206146 + + 2026 + 05 + 28 + +
+ + 2522-5839 + + 8 + 5 + + 2026 + + + Nature machine intelligence + Nat Mach Intell + + Platonic representation of foundation machine learning interatomic potentials. + + 830 + 840 + 830-840 + + 10.1038/s42256-026-01235-7 + + Foundation machine learning interatomic potentials (MLIPs) have emerged as powerful tools for atomistic simulation, yet different models encode chemical environments in incompatible latent spaces, limiting direct comparison and interoperability. The platonic representation hypothesis suggests that sufficiently capable models converge towards a shared statistical representation of reality. Here, motivated by this hypothesis, we show that independently developed MLIPs exhibit statistically consistent geometric organization of atomic environments. By projecting embeddings relative to a set of atomic anchors, we unify the latent spaces of seven MLIPs-spanning equivariant, non-equivariant, conservative and non-conservative architectures-into a common latent space that preserves chemical periodicity and structural invariants. This unified framework enables cross-model optimal transport, interpretable embedding arithmetic and the detection of representational biases. Furthermore, we show that deviation in this space provides a ground-truth-free measure for atypical structures, and signals physical prediction failures. Our results suggest that the platonic representation offers a practical route towards interoperable, comparable and interpretable foundation models for materials science. + © The Author(s) 2026. + + + + Li + Zhenzhu + Z + 0000-0002-6669-563X + + Department of Materials, Imperial College London, London, UK. + https://ror.org/041kmwe10 + grid.7445.2 + 0000 0001 2113 8111 + + + Imperial-X, Imperial College London, London, UK. + https://ror.org/041kmwe10 + grid.7445.2 + 0000 0001 2113 8111 + + + Imperial Global Singapore, Singapore, Singapore. + + + + Walsh + Aron + A + 0000-0001-5460-7033 + + Department of Materials, Imperial College London, London, UK. + https://ror.org/041kmwe10 + grid.7445.2 + 0000 0001 2113 8111 + + + + eng + + Journal Article + + + 2026 + 05 + 07 + +
+ + England + Nat Mach Intell + 101740243 + 2522-5839 + + + Materials chemistry + Theory and computation + + Competing interestsA.W. is Chief Scientific Officer at CuspAI. Z.L. declares no competing interests. +
+ + + + 2025 + 12 + 9 + + + 2026 + 4 + 9 + + + 2026 + 5 + 28 + 6 + 32 + + + 2026 + 5 + 28 + 6 + 31 + + + 2026 + 5 + 28 + 4 + 44 + + + 2026 + 5 + 7 + + + ppublish + + 42206146 + PMC13201161 + 10.1038/s42256-026-01235-7 + 1235 + + + + Chen, C. & Ong, S. P. A universal graph deep learning interatomic potential for the periodic table. Nat. Comput. Sci. + 2, 718–728 (2022). + + + 10.1038/s43588-022-00349-3 + 38177366 + + + + Kovács, D. P. et al. Linear atomic cluster expansion force fields for organic molecules: beyond RMSE. J. Chem. Theory Comput. + 17, 7696–7711 (2021). + + + 10.1021/acs.jctc.1c00647 + PMC8675139 + 34735161 + + + + Batatia, I. et al. The design space of E(3)-equivariant atom-centred interatomic potentials. Nat. Mach. Intell. + 7, 56–67 (2025). + + + 10.1038/s42256-024-00956-x + PMC11769842 + 39877429 + + + + Batzner, S. et al. E(3)-equivariant graph neural networks for data-efficient and accurate interatomic potentials. Nat. Commun. + 13, 2453 (2022). + + + 10.1038/s41467-022-29939-5 + PMC9068614 + 35508450 + + + + Park, Y., Kim, J., Hwang, S. & Han, S. Scalable parallel algorithm for graph neural network interatomic potentials in molecular dynamics simulations. J. Chem. Theory Comput. + 20, 4857–4868 (2024). + + + 10.1021/acs.jctc.4c00190 + 38813770 + + + + Rhodes, B. et al. Orb-v3: atomistic simulation at scale. Preprint at https://arxiv.org/abs/2504.06231 (2025). + + + Bigi, F., Langer, M. & Ceriotti, M. The dark side of the forces: assessing non-conservative force models for atomistic machine learning. In Proc. 42nd International Conference on Machine Learning Vol. 267 4384–4414 (PMLR, 2025). + + + Riebesell, J. A framework to evaluate machine learning crystal stability predictions. Nat. Mach. Intell. + 7, 836–847 (2025). + + 10.1038/s42256-025-01055-1 + + + + Huh, M., Cheung, B., Wang, T. & Isola, P. Position: the platonic representation hypothesis. In Proc. 41st International Conference on Machine Learning Vol. 235 20617–20642 (PMLR, 2024). + + + Ziyin, L. & Chuang, I. Proof of a perfect platonic representation hypothesis. Preprint at https://arxiv.org/abs/2507.01098 (2025). + + + Lobashev, A. An information-geometric view of the platonic hypothesis. In Proc. NeurIPS Workshop on Symmetry and Geometry in Neural Representations (Curran Associates, 2025). + + + Cubuk, E. D., Malone, B. D., Onat, B., Waterland, A. & Kaxiras, E. Representations in neural network based empirical potentials. J. Chem. Phys. + 147, 024104 (2017). + + + 10.1063/1.4990503 + 28711053 + + + + Batatia, I. et al. A foundation model for atomistic materials chemistry. J. Chem. Phys. + 163, 184110 (2025). + + + 10.1063/5.0297006 + 41230846 + + + + Deng, B. et al. CHGNet as a pretrained universal neural network potential for charge-informed atomistic modelling. Nat. Mach. Intell. + 5, 1031–1041 (2023). + + 10.1038/s42256-023-00716-3 + + + + Barroso-Luque, L. et al. Open Materials 2024 (OMat24) inorganic materials dataset and models. Preprint at https://arxiv.org/abs/2410.12771 (2024). + + + Xie, T., Fu, X., Ganea, O.-E., Barzilay, R. & Jaakkola, T. Crystal diffusion variational autoencoder for periodic material generation. In Proc. 10th International Conference on Learning Representations (OpenReview.net, 2022). + + + McInnes, L., Healy, J. & Melville, J. UMAP: Uniform manifold approximation and projection for dimension reduction. J. Open Source Softw. + 3, 861 (2018). + + 10.21105/joss.00861 + + + + Moschella, L. et al. Relative representations enable zero-shot latent space communication. In Proc. + 11th + International Conference on Learning Representations (OpenReview.net, 2023). + + + Qi, J., Ko, T. W., Wood, B. C., Pham, T. A. & Ong, S. P. Robust training of machine learning interatomic potentials with dimensionality reduction and stratified sampling. npj Comput. Mater. + 10, 43 (2024). + + 10.1038/s41524-024-01227-4 + + + + Kornblith, S., Norouzi, M., Lee, H. & Hinton, G. Similarity of neural network representations revisited. In Proc. 36th International Conference on Machine Learning Vol. 97 (PMLR, 2019). + + + Caucheteux, C. & King, J.-R. Brains and algorithms partially converge in natural language processing. Commun. Biol. + 5, 134 (2022). + + + 10.1038/s42003-022-03036-1 + PMC8850612 + 35173264 + + + + Tan, C. W. et al. High-performance training and inference for deep equivariant interatomic potentials. Digit. Discov. + 5, 1558–1567 (2026). + + 10.1039/D5DD00423C + + + + Kavanagh, S. R. & Harvard, M. G. NequIP & Allegro foundation potentials. Zenodo10.5281/zenodo.17087883 (2025). + + + Schönemann, P. H. A generalized solution of the orthogonal Procrustes problem. Psychometrika + 31, 1–10 (1966). + + 10.1007/BF02289451 + + + + Peyré, G. & Cuturi, M. Computational optimal transport: with applications to data science. Found. Trends Mach. Learn. + 11, 355–607 (2019). + + 10.1561/2200000073 + + + + Edamadaka, S., Yang, S., Li, J. & Gómez-Bombarelli, R. Universally converging representations of matter across scientific foundation models. Preprint at https://arxiv.org/abs/2512.03750 (2025). + + + Chorna, S. et al. Comparing the latent features of universal machine-learning interatomic potentials. Adv. Intell. Syst. e202501497 (2026). + + + Park, H., Onwuli, A. & Walsh, A. Exploration of crystal chemical space using text-guided generative artificial intelligence. Nat. Commun. + 16, 4379 (2025). + + + 10.1038/s41467-025-59636-y + PMC12069578 + 40355453 + + + + Skelton, J. M. et al. Anharmonicity in the high-temperature C + m + c + m phase of SnSe: soft modes and three-phonon interactions. Phys. Rev. Lett. + 117, 075502 (2016). + + + 10.1103/PhysRevLett.117.075502 + 27563974 + + + + Facco, E., d’Errico, M., Rodriguez, A. & Laio, A. Estimating the intrinsic dimension of datasets by a minimal neighborhood information. Sci. Rep. + 7, 12140 (2017). + + + 10.1038/s41598-017-11873-y + PMC5610237 + 28939866 + + + + Bengio, Y., Courville, A. & Vincent, P. Representation learning: a review and new perspectives. IEEE Trans. Pattern Anal. Mach. Intell. + 35, 1798–1828 (2013). + + + 10.1109/TPAMI.2013.50 + 23787338 + + + + Merchant, A. Scaling deep learning for materials discovery. Nature + 624, 80–85 (2023). + + + 10.1038/s41586-023-06735-9 + PMC10700131 + 38030720 + + + + Zeni, C. et al. A generative model for inorganic materials design. Nature + 639, 624–632 (2025). + + + 10.1038/s41586-025-08628-5 + PMC11922738 + 39821164 + + + + Li, Z. Platonic representation of foundation machine learning interatomic potentials. Zenodo10.5281/zenodo.17721681 (2025). + + + +
+ + + 42206145 + + 2026 + 05 + 28 + +
+ + 2522-5839 + + 8 + 5 + + 2026 + + + Nature machine intelligence + Nat Mach Intell + + Immunotherapy drug target identification using machine learning and patient-derived tumour explant validation. + + 670 + 689 + 670-689 + + 10.1038/s42256-026-01201-3 + + Immunotherapy has revolutionized cancer treatment, yet only a minority of individuals respond clinically, necessitating alternative strategies that can benefit these patients. Novel immuno-oncology targets may achieve this through bypassing resistance mechanisms to standard therapies. We introduce Mining Immunotherapy Drug tArgetS (MIDAS), a multimodal graph neural network system for immuno-oncology target discovery. MIDAS leverages gene interactions, multi-omic patient profiles, immune cell biology, antigen processing, disease associations and phenotypic consequences of genetic perturbations. It generalizes to time-sliced data, outcompetes state-of-the-art baselines (including OpenTargets) and ranks approved targets above those in clinical development. Moreover, MIDAS recovers immunotherapy-response-associated genes in unseen patients, thereby capturing immunotherapy response determinants. Interpretability analyses reveal a reliance on autoimmunity, regulatory networks and immuno-oncology pathways. Functionally perturbing oncostatin M-oncostatin M receptor signalling, a proposed MIDAS target, in TRACERx melanoma-patient-derived explants yielded reduced dysfunctional CD8+ T cells, which associate with immunotherapy response, and reduced CCL4 levels. Furthermore, oncostatin M and oncostatin M receptor expression is associated with altered T cell and macrophage profiles in bulk transcriptomic data from patient samples. These data are consistent with a role for oncostatin M-oncostatin M in modulating the tumour microenvironment towards immunosuppressive, tumour-promoting phenotypes. Our results present a machine learning framework for analysing multimodal data for immuno-oncology target discovery. + © The Author(s) 2026. + + + + Augustine + Marcellus + M + 0000-0003-1909-9883 + + Tumour Immunogenomics and Immunosurveillance (TIGI) Laboratory, University College London Cancer Institute, London, UK. + https://ror.org/02jx3x895 + grid.83440.3b + 0000 0001 2190 1201 + + + Cancer Evolution and Genome Instability Laboratory, The Francis Crick Institute, London, UK. + https://ror.org/04tnbqb63 + grid.451388.3 + 0000 0004 1795 1830 + + + Cancer Genome Evolution Research Group, University College London Cancer Institute, London, UK. + https://ror.org/02jx3x895 + grid.83440.3b + 0000000121901201 + + + Cancer Research UK Lung Cancer Centre of Excellence, University College London Cancer Institute, London, UK. + https://ror.org/02jx3x895 + grid.83440.3b + 0000000121901201 + + + Division of Medicine, University College London, London, UK. + https://ror.org/02jx3x895 + grid.83440.3b + 0000 0001 2190 1201 + + + + Nene + Nuno Rocha + NR + + Tumour Immunogenomics and Immunosurveillance (TIGI) Laboratory, University College London Cancer Institute, London, UK. + https://ror.org/02jx3x895 + grid.83440.3b + 0000 0001 2190 1201 + + + Cancer Evolution and Genome Instability Laboratory, The Francis Crick Institute, London, UK. + https://ror.org/04tnbqb63 + grid.451388.3 + 0000 0004 1795 1830 + + + Cancer Research UK Lung Cancer Centre of Excellence, University College London Cancer Institute, London, UK. + https://ror.org/02jx3x895 + grid.83440.3b + 0000000121901201 + + + Department of Statistical Science, University College London, London, UK. + https://ror.org/02jx3x895 + grid.83440.3b + 0000 0001 2190 1201 + + + + Fu + Hongchang + H + 0009-0003-6582-8554 + + Tumour Immunogenomics and Immunosurveillance (TIGI) Laboratory, University College London Cancer Institute, London, UK. + https://ror.org/02jx3x895 + grid.83440.3b + 0000 0001 2190 1201 + + + Cancer Research UK Lung Cancer Centre of Excellence, University College London Cancer Institute, London, UK. + https://ror.org/02jx3x895 + grid.83440.3b + 0000000121901201 + + + Cancer Dynamics Laboratory, The Francis Crick Institute, London, UK. + https://ror.org/04tnbqb63 + grid.451388.3 + 0000 0004 1795 1830 + + + Skin and Renal Unit, Royal Marsden NHS Foundation Trust, London, UK. + https://ror.org/0008wzh48 + grid.5072.0 + 0000 0001 0304 893X + + + + Pinder + Christopher L + CL + 0000-0003-4149-226X + + Tumour Immunogenomics and Immunosurveillance (TIGI) Laboratory, University College London Cancer Institute, London, UK. + https://ror.org/02jx3x895 + grid.83440.3b + 0000 0001 2190 1201 + + + Cancer Research UK Lung Cancer Centre of Excellence, University College London Cancer Institute, London, UK. + https://ror.org/02jx3x895 + grid.83440.3b + 0000000121901201 + + + + Ligammari + Lorena + L + + Tumour Immunogenomics and Immunosurveillance (TIGI) Laboratory, University College London Cancer Institute, London, UK. + https://ror.org/02jx3x895 + grid.83440.3b + 0000 0001 2190 1201 + + + Cancer Research UK Lung Cancer Centre of Excellence, University College London Cancer Institute, London, UK. + https://ror.org/02jx3x895 + grid.83440.3b + 0000000121901201 + + + + Simpson + Alexander P + AP + 0000-0003-3439-2236 + + Cancer Research UK Lung Cancer Centre of Excellence, University College London Cancer Institute, London, UK. + https://ror.org/02jx3x895 + grid.83440.3b + 0000000121901201 + + + Cancer Immunology Unit, Research Department of Haematology, University College London Cancer Institute, London, UK. + https://ror.org/02jx3x895 + grid.83440.3b + 0000000121901201 + + + + Sanz-Fernández + Irene + I + + Cancer Research UK Lung Cancer Centre of Excellence, University College London Cancer Institute, London, UK. + https://ror.org/02jx3x895 + grid.83440.3b + 0000000121901201 + + + Cancer Immunology Unit, Research Department of Haematology, University College London Cancer Institute, London, UK. + https://ror.org/02jx3x895 + grid.83440.3b + 0000000121901201 + + + + Thakkar + Krupa + K + + Tumour Immunogenomics and Immunosurveillance (TIGI) Laboratory, University College London Cancer Institute, London, UK. + https://ror.org/02jx3x895 + grid.83440.3b + 0000 0001 2190 1201 + + + Cancer Research UK Lung Cancer Centre of Excellence, University College London Cancer Institute, London, UK. + https://ror.org/02jx3x895 + grid.83440.3b + 0000000121901201 + + + + Qian + Danwen + D + + Tumour Immunogenomics and Immunosurveillance (TIGI) Laboratory, University College London Cancer Institute, London, UK. + https://ror.org/02jx3x895 + grid.83440.3b + 0000 0001 2190 1201 + + + Cancer Research UK Lung Cancer Centre of Excellence, University College London Cancer Institute, London, UK. + https://ror.org/02jx3x895 + grid.83440.3b + 0000000121901201 + + + + Fitzsimons + Evelyn + E + 0000-0001-9280-9971 + + Tumour Immunogenomics and Immunosurveillance (TIGI) Laboratory, University College London Cancer Institute, London, UK. + https://ror.org/02jx3x895 + grid.83440.3b + 0000 0001 2190 1201 + + + Cancer Research UK Lung Cancer Centre of Excellence, University College London Cancer Institute, London, UK. + https://ror.org/02jx3x895 + grid.83440.3b + 0000000121901201 + + + + Simpson + Benjamin S + BS + + Tumour Immunogenomics and Immunosurveillance (TIGI) Laboratory, University College London Cancer Institute, London, UK. + https://ror.org/02jx3x895 + grid.83440.3b + 0000 0001 2190 1201 + + + Cancer Research UK Lung Cancer Centre of Excellence, University College London Cancer Institute, London, UK. + https://ror.org/02jx3x895 + grid.83440.3b + 0000000121901201 + + + + Vendramin + Roberto + R + 0000-0001-7191-4887 + + Tumour Immunogenomics and Immunosurveillance (TIGI) Laboratory, University College London Cancer Institute, London, UK. + https://ror.org/02jx3x895 + grid.83440.3b + 0000 0001 2190 1201 + + + Cancer Evolution and Genome Instability Laboratory, The Francis Crick Institute, London, UK. + https://ror.org/04tnbqb63 + grid.451388.3 + 0000 0004 1795 1830 + + + Cancer Research UK Lung Cancer Centre of Excellence, University College London Cancer Institute, London, UK. + https://ror.org/02jx3x895 + grid.83440.3b + 0000000121901201 + + + + Castro + Andrea + A + + Tumour Immunogenomics and Immunosurveillance (TIGI) Laboratory, University College London Cancer Institute, London, UK. + https://ror.org/02jx3x895 + grid.83440.3b + 0000 0001 2190 1201 + + + Cancer Research UK Lung Cancer Centre of Excellence, University College London Cancer Institute, London, UK. + https://ror.org/02jx3x895 + grid.83440.3b + 0000000121901201 + + + + Niederer + Heather + H + + Cancer Research Horizons, The Francis Crick Institute, London, UK. + https://ror.org/04tnbqb63 + grid.451388.3 + 0000 0004 1795 1830 + + + + Turajlic + Samra + S + + Cancer Dynamics Laboratory, The Francis Crick Institute, London, UK. + https://ror.org/04tnbqb63 + grid.451388.3 + 0000 0004 1795 1830 + + + Skin and Renal Unit, Royal Marsden NHS Foundation Trust, London, UK. + https://ror.org/0008wzh48 + grid.5072.0 + 0000 0001 0304 893X + + + Cancer Dynamics Laboratory, Cancer Research UK Manchester Institute, The University of Manchester, Manchester, UK. + https://ror.org/037405c78 + grid.482185.2 + 0000 0000 9151 0233 + + + + Quezada + Sergio A + SA + + Cancer Research UK Lung Cancer Centre of Excellence, University College London Cancer Institute, London, UK. + https://ror.org/02jx3x895 + grid.83440.3b + 0000000121901201 + + + Cancer Immunology Unit, Research Department of Haematology, University College London Cancer Institute, London, UK. + https://ror.org/02jx3x895 + grid.83440.3b + 0000000121901201 + + + Cancer Research UK City of London Centre, University College London, London, UK. + https://ror.org/02jx3x895 + grid.83440.3b + 0000 0001 2190 1201 + + + + McGranahan + Nicholas + N + 0000-0001-9537-4045 + + Cancer Genome Evolution Research Group, University College London Cancer Institute, London, UK. + https://ror.org/02jx3x895 + grid.83440.3b + 0000000121901201 + + + Cancer Research UK Lung Cancer Centre of Excellence, University College London Cancer Institute, London, UK. + https://ror.org/02jx3x895 + grid.83440.3b + 0000000121901201 + + + + Watkins + Chris + C + + Department of Computer Science, Royal Holloway, University of London, London, UK. + https://ror.org/04cw6st05 + grid.4464.2 + 0000 0001 2161 2573 + + + + Swanton + Charles + C + 0000-0002-4299-3018 + + Cancer Evolution and Genome Instability Laboratory, The Francis Crick Institute, London, UK. + https://ror.org/04tnbqb63 + grid.451388.3 + 0000 0004 1795 1830 + + + Cancer Research UK Lung Cancer Centre of Excellence, University College London Cancer Institute, London, UK. + https://ror.org/02jx3x895 + grid.83440.3b + 0000000121901201 + + + Department of Oncology, University College London Hospitals, London, UK. + https://ror.org/00wrevg56 + grid.439749.4 + 0000 0004 0612 2754 + + + + Litchfield + Kevin + K + 0000-0002-3725-0914 + + Tumour Immunogenomics and Immunosurveillance (TIGI) Laboratory, University College London Cancer Institute, London, UK. + https://ror.org/02jx3x895 + grid.83440.3b + 0000 0001 2190 1201 + + + Cancer Research UK Lung Cancer Centre of Excellence, University College London Cancer Institute, London, UK. + https://ror.org/02jx3x895 + grid.83440.3b + 0000000121901201 + + + + eng + + Journal Article + + + 2026 + 05 + 18 + +
+ + England + Nat Mach Intell + 101740243 + 2522-5839 + + + Cancer microenvironment + Machine learning + Tumour immunology + + Competing interestsM.A. reports fees from Neuroute, FutureHouse and Edison Scientific, unrelated to this work. M.A., N.R.N. and C.S. are named as inventors of the patent PCT/EP2025/086701 relating to the use of plasma proteomics for risk prediction of lung cancer (unrelated to this paper). They are also listed as inventors on a patent application (GB) that has been filed but is not related to the method described in this paper. The application is currently unpublished and remains within the priority year. R.V. declares research funding from CRUK TDL–Ono–LifeArc alliance and Genesis Molecular AI. A.C. is a consultant for Tempus Labs. S.T. reports personal fees from Roche, Novartis, AstraZeneca and Ipsen outside the submitted work; and the following patents filed: indel mutations as a therapeutic target and predictive biomarker (PCTGB2018/051892 and PCTGB2018/051893) and clear-cell renal cell carcinoma biomarkers (P113326GB). N.M. has stock options in and has consulted for Achilles Therapeutics and holds a European patent in determining HLA LOH (PCT/GB2018/052004), a patent pending in determining HLA disruption (PCT/EP2023/059039) and is a co-inventor to a patent to identify responders to cancer treatment (PCT/GB2018/051912). C.S. acknowledges grant support from AstraZeneca, Boehringer-Ingelheim, Bristol Myers Squibb, Pfizer, Invitae (previously Archer Dx—collaboration in minimal residual disease sequencing technologies), Ono Pharmaceutical, and Personalis. He is also Co-Chief Investigator of the NHS Galleri trial funded by GRAIL and a paid member of GRAIL’s Scientific Advisory Board. He was Chief Investigator for the AZ MeRmaiD 1 and 2 clinical trials and the Steering Committee Chair. C.S is a paid board member for Novartis from March 2026. He is also a paid board member for Bicycle Therapeutics and is Chair of the Clinical Advisory Group. He receives consultant fees from Genentech, Medicxi, China Innovation Centre of Roche (CICoR) formerly Roche Innovation Centre – Shanghai, Relay Therapeutics (SAB member), Saga Diagnostics (SAB member), and Sarah Cannon Research Institute. He previously received consultant fees from Achilles Therapuetics. C.S has received honoraria from Amgen, AstraZeneca, Bristol Myers Squibb, GlaxoSmithKline, Illumina, MSD, Novartis and Pfizer. C.S. has equity in Bicycle Therapeutics. He has stock options in Novartis, Relay Therapeutics, Saga Diagnostics and Bicycle Therapeutics. He has previously held stock and was co-founder of Achilles Therapeutics. C.S declares a patent application for methods to lung cancer (PCT/US2017/028013); targeting neoantigens (PCT/EP2016/059401); identifying patent response to immune checkpoint blockade (PCT/EP2016/071471); methods for lung cancer detection (US20190106751A1); identifying patients who respond to cancer treatment (PCT/GB2018/051912); determining HLA LOH (PCT/GB2018/052004); predicting survival rates of patients with cancer (PCT/GB2020/050221); methods and systems for tumour monitoring (PCT/EP2022/077987); analysis of HLA alleles transcriptional deregulation (PCT/EP2023/059039); relating to the use of plasma proteomics for risk prediction of lung cancer (PCT/EP2025/086701). C.S. is an inventor on a European patent application (PCT/GB2017/053289) relating to assay technology to detect tumour recurrence. This patent has been licensed to a commercial entity and under their terms of employment C.S is due a revenue share of any revenue generated from such license(s). K.L. has the following disclosures (all unrelated to the current work): patent on indel burden and CPI response pending, patent on ctDNA minimal residual disease calling methods, patent pending on a lung cancer vaccine; speaker fees from Roche Tissue Diagnostics and Ellipses Pharma; research funding from CRUK TDL/Ono/LifeArc alliance and Genesis Therapeutics; and consulting roles with Monopteros Therapeutics, Saga Diagnostics, Kynos Therapeutics and Tempus Labs. Again unrelated to this work, K.L. is currently employed by Isomorphic Labs. The other authors declare no competing interests. +
+ + + + 2024 + 11 + 21 + + + 2026 + 2 + 4 + + + 2026 + 5 + 28 + 6 + 34 + + + 2026 + 5 + 28 + 6 + 33 + + + 2026 + 5 + 28 + 4 + 44 + + + 2026 + 5 + 18 + + + ppublish + + 42206145 + PMC13201160 + 10.1038/s42256-026-01201-3 + 1201 + + + + Sharma, P. et al. The next decade of immune checkpoint therapy. Cancer Discov. + 838, 838–857 (2021). + + 33811120 + + + + Chowell, D. et al. Improved prediction of immune checkpoint blockade efficacy across multiple cancer types. Nat. Biotechnol. + 40, 499–506 (2021). + + + 10.1038/s41587-021-01070-8 + PMC9363980 + 34725502 + + + + Litchfield, K. et al. Meta-analysis of tumor- and T cell-intrinsic mechanisms of sensitization to checkpoint inhibition. Cell + 184, 596–614.e14 (2021). + + + 10.1016/j.cell.2021.01.002 + PMC7933824 + 33508232 + + + + Powley, I. R. et al. Patient-derived explants (PDEs) as a powerful preclinical platform for anti-cancer drug and biomarker discovery. Br. J. Cancer + 122, 735–744 (2020). + + PMC7078311 + 31894140 + + + + Elmarakeby, H. A. et al. Biologically informed deep neural network for prostate cancer discovery. Nature + 598, 348–352 (2021). + + + 10.1038/s41586-021-03922-4 + PMC8514339 + 34552244 + + + + Gogleva, A. et al. Knowledge graph-based recommendation framework identifies drivers of resistance in EGFR mutant non-small cell lung cancer. Nat. Commun. + 13, 1667 (2022). + + + 10.1038/s41467-022-29292-7 + PMC8964738 + 35351890 + + + + Paliwal, S., de Giorgio, A., Neil, D., Michel, J. B. & Lacoste, A. M. Preclinical validation of therapeutic targets predicted by tensor factorization on heterogeneous graphs. Sci. Rep. + 10, 18250 (2020). + + + 10.1038/s41598-020-74922-z + PMC7589557 + 33106501 + + + + Ren, F. et al. A small-molecule TNIK inhibitor targets fibrosis in preclinical and clinical models. Nat. Biotechnol. + 43, 63–75 (2025). + + PMC11738990 + 38459338 + + + + Kamya, P. et al. PandaOmics: an AI-driven platform for therapeutic target and biomarker discovery. J. Chem. Inf. Model. + 64, 3961–3969 (2023). + + 10.1021/acs.jcim.3c01619 + PMC11134400 + 38404138 + + + + Vamathevan, J. et al. Applications of machine learning in drug discovery and development. Nat. Rev. Drug Discov. + 18, 463–477 (2019). + + + 10.1038/s41573-019-0024-5 + PMC6552674 + 30976107 + + + + Deng, C., Ji, X., Rainey, C., Zhang, J. & Lu, W. Integrating machine learning with human knowledge. iScience + 23, 101656 (2020). + + + 10.1016/j.isci.2020.101656 + PMC7588855 + 33134890 + + + + Kreitmaier, P., Katsoula, G. & Zeggini, E. Insights from multi-omics integration in complex disease primary tissues. Trends Genet. + 39, 46–58 (2023). + + + 10.1016/j.tig.2022.08.005 + 36137835 + + + + Chen, C. et al. Applications of multi-omics analysis in human diseases. MedComm + 4, e315 (2023). + + + 10.1002/mco2.315 + PMC10390758 + 37533767 + + + + Chakraborty, S., Hosen, M. I., Ahmed, M. & Shekhar, H. U. Onco-Multi-OMICS approach: a new frontier in cancer research. Biomed Res. Int. + 2018, 9836256 (2018). + + + 10.1155/2018/9836256 + PMC6192166 + 30402498 + + + + McGranahan, N. et al. Allele-specific HLA loss and immune escape in lung cancer evolution. Cell + 171, 1259–1271.e11 (2017). + + + 10.1016/j.cell.2017.10.001 + PMC5720478 + 29107330 + + + + Nixon, B. G. et al. Tumor-associated macrophages expressing the transcription factor IRF8 promote T cell exhaustion in cancer. Immunity + 55, 2044–2058.e5 (2022). + + + 10.1016/j.immuni.2022.10.002 + PMC9649891 + 36288724 + + + + Xiong, D., Wang, Y. & You, M. A gene expression signature of TREM2hi macrophages and γδ T cells predicts immunotherapy response. Nat. Commun. + 11, 5084 (2020). + + + 10.1038/s41467-020-18546-x + PMC7545100 + 33033253 + + + + Vredevoogd, D. W. et al. Augmenting immunotherapy impact by lowering tumor TNF cytotoxicity threshold. Cell + 178, 585–599.e15 (2019). + + + 10.1016/j.cell.2019.06.014 + 31303383 + + + + Lawson, K. A. et al. Functional genomic landscape of cancer-intrinsic evasion of killing by T cells. Nature + 586, 120–126 (2020). + + + 10.1038/s41586-020-2746-2 + PMC9014559 + 32968282 + + + + Buniello, A. et al. The NHGRI-EBI GWAS catalog of published genome-wide association studies, targeted arrays and summary statistics 2019. Nucleic Acids Res. + 47, D1005–D1012 (2019). + + + 10.1093/nar/gky1120 + PMC6323933 + 30445434 + + + + Himmelstein, D. S. & Baranzini, S. E. Heterogeneous network edge prediction: a data integration approach to prioritize disease-associated genes. PLoS Comput. Biol. + 11, e1004259 (2015). + + + 10.1371/journal.pcbi.1004259 + PMC4497619 + 26158728 + + + + Zhang, Y. et al. An end-to-end method for predicting compound-protein interactions based on simplified homogeneous graph convolutional network and pre-trained language model. J. Cheminform. + 16, 67 (2024). + + + 10.1186/s13321-024-00862-9 + PMC11162000 + 38849874 + + + + Hingorani, A. D. et al. Improving the odds of drug development success through human genomics: modelling study. Sci. Rep. + 9, 18911 (2019). + + + 10.1038/s41598-019-54849-w + PMC6906499 + 31827124 + + + + Nelson, M. R. et al. The support of human genetic evidence for approved drug indications. Nat. Genet. + 47, 856–860 (2015). + + + 10.1038/ng.3314 + 26121088 + + + + Minikel, E. V., Painter, J. L., Dong, C. C. & Nelson, M. R. Refining the impact of genetic evidence on clinical success. Nature + 629, 624–629 (2024). + + + 10.1038/s41586-024-07316-0 + PMC11096124 + 38632401 + + + + Fitzsimons, E. et al. A pan-cancer single-cell RNA-seq atlas of intratumoral B cells. Cancer Cell + 42, 1784–1797.e4 (2024). + + + 10.1016/j.ccell.2024.09.011 + 39406187 + + + + Coulton, A. et al. Using a pan-cancer atlas to investigate tumour associated macrophages as regulators of immunotherapy response. Nat. Commun. + 15, 5665 (2024). + + + 10.1038/s41467-024-49885-8 + PMC11226649 + 38969631 + + + + Bulik-Sullivan, B. et al. Deep learning using tumor HLA peptide mass spectrometry datasets improves neoantigen identification. Nat. Biotechnol. + 37, 55–63 (2018). + + 10.1038/nbt.4313 + 30556813 + + + + Bekker, J. & Davis, J. Learning from positive and unlabeled data: a survey. Mach. Learn. + 109, 719–760 (2020). + + 10.1007/s10994-020-05877-5 + + + + Eddy, J. A. et al. CRI iAtlas: an interactive portal for immuno-oncology research. F1000Research + 9, 1028 (2020). + + + 10.12688/f1000research.25141.1 + PMC7658727 + 33214875 + + + + Wouters, O. J., McKee, M. & Luyten, J. Estimated research and development investment needed to bring a new medicine to market, 2009–2018. JAMA + 323, 844–853 (2020). + + PMC7054832 + 32125404 + + + + Hamilton, W. L., Ying, R. & Leskovec, J. Inductive representation learning on large graphs. In Proc. Advances in Neural Information Processing Systems Vol. 30 (eds Guyon, I. et al.) 1024–1034 (Curran Associates, 2017). + + + Xu, K., Hu, W., Leskovec, J. & Jegelka, S. How powerful are graph neural networks? In Proc. 7th International Conference on Learning Representations 9104–9120 (OpenReview.net, 2019). + + + de Cesco, S., Davis, J. B. & Brennan, P. E. TargetDB: a target information aggregation tool and tractability predictor. PLoS ONE + 15, e0232644 (2020). + + + 10.1371/journal.pone.0232644 + PMC7467329 + 32877430 + + + + Cornelissen, C., Lüscher-Firzlaff, J., Baron, J. M. & Lüscher, B. Signaling by IL-31 and functional consequences. Eur. J. Cell Biol. + 91, 552–566 (2012). + + + 10.1016/j.ejcb.2011.07.006 + 21982586 + + + + Brownlie, R. J., Wright, D., Zamoyska, R. & Salmond, R. J. Deletion of PTPN22 improves effector and memory CD8+ T cell responses to tumors. JCI Insight + 4, e127847 (2019). + + PMC6777814 + 31335326 + + + + Cubas, R. et al. Autoimmunity linked protein phosphatase PTPN22 as a target for cancer immunotherapy. J. Immunother. Cancer + 8, e001439 (2020). + + + 10.1136/jitc-2020-001439 + PMC7604869 + 33127657 + + + + Teagle, A. R. et al. Deletion of the protein tyrosine phosphatase PTPN22 for adoptive T cell therapy facilitates CTL effector function but promotes T cell exhaustion. J. Immunother. Cancer + 11, e007614 (2023). + + + 10.1136/jitc-2023-007614 + PMC10711921 + 38056892 + + + + Ho, W. J. et al. Systemic inhibition of PTPN22 augments anticancer immunity. J. Clin. Invest. + 131, e146950 (2021). + + PMC8409589 + 34283806 + + + + Araujo, A. M. et al. Stromal oncostatin M cytokine promotes breast cancer progression by reprogramming the tumor microenvironment. J. Clin. Invest. + 132, e148667 (2022). + + PMC8970678 + 35192545 + + + + Lee, B. Y. et al. Heterocellular OSM-OSMR signalling reprograms fibroblasts to promote pancreatic cancer growth and metastasis. Nat. Commun. + 12, 7336 (2021). + + + 10.1038/s41467-021-27607-8 + PMC8683436 + 34921158 + + + + Shrivastava, R. et al. M2 polarization of macrophages by oncostatin M in hypoxic tumor microenvironment is mediated by mTORC2 and promotes tumor growth and metastasis. Cytokine + 118, 130–143 (2019). + + + 10.1016/j.cyto.2018.03.032 + 29625858 + + + + Wu, J. et al. Identification of substrates of human protein-tyrosine phosphatase PTPN22. J. Biol. Chem. + 281, 11002–11010 (2006). + + + 10.1074/jbc.M600498200 + 16461343 + + + + Fritz, D. K. et al. A mouse model of airway disease: oncostatin M-induced pulmonary eosinophilia, goblet cell hyperplasia, and airway hyperresponsiveness are STAT6 dependent, and interstitial pulmonary fibrosis is STAT6 independent. J. Immunol. + 186, 1107–1118 (2011). + + + 10.4049/jimmunol.0903476 + 21160052 + + + + Akkenapally, S. V. et al. IFNγ, IL-4, and IL-13 upregulate IL-31 receptor alpha in airway smooth muscle cells to induce airway hyperresponsiveness in asthma. J. Immunol. + 210, 67.18 (2023). + + 10.4049/jimmunol.210.Supp.67.18 + + + + Fritz, D. K., Kerr, C., Botelho, F., Stampfli, M. & Richards, C. D. Oncostatin M (OSM) primes IL-13- and IL-4-induced eotaxin responses in fibroblasts: regulation of the type-II IL-4 receptor chains IL-4Rα and IL-13Rα1. Exp. Cell Res. + 315, 3486–3499 (2009). + + + 10.1016/j.yexcr.2009.09.024 + 19799897 + + + + Shirota, H. et al. IL4 from T follicular helper cells downregulates antitumor immunity. Cancer Immunol. Res. + 5, 61–71 (2017). + + + 10.1158/2326-6066.CIR-16-0113 + PMC6385600 + 27920023 + + + + Parveen, S. et al. Therapeutic targeting with DABIL-4 depletes myeloid suppressor cells in 4T1 triple-negative breast cancer model. Mol. Oncol. + 15, 1330–1344 (2021). + + + 10.1002/1878-0261.12938 + PMC8096791 + 33682324 + + + + Voabil, P. et al. An ex vivo tumor fragment platform to dissect response to PD-1 blockade in cancer. Nat. Med. + 27, 1250–1261 (2021). + + + 10.1038/s41591-021-01398-3 + 34239134 + + + + Kaptein, P. et al. Addition of interleukin-2 overcomes resistance to neoadjuvant CTLA4 and PD1 blockade in ex vivo patient tumors. Sci. Transl. Med. + 14, 9779 (2022). + + 10.1126/scitranslmed.abj9779 + 35476594 + + + + Váraljai, R. et al. Interleukin 17 signaling supports clinical benefit of dual CTLA-4 and PD-1 checkpoint inhibition in melanoma. Nat. Cancer + 4, 1292–1308 (2023). + + + 10.1038/s43018-023-00610-2 + PMC10518254 + 37525015 + + + + Kaptein, P. et al. CD8-targeted IL2 unleashes tumor-specific immunity in human cancer tissue by reviving the dysfunctional T-cell pool. Cancer Discov. + 14, 1226–1251 (2024). + + PMC11215409 + 38563969 + + + + Collins, A. et al. Development of a patient-derived explant model for prediction of drug responses in endometrial cancer. Gynecol. Oncol. + 160, 557–567 (2021). + + + 10.1016/j.ygyno.2020.11.033 + 33309417 + + + + Shekarian, T. et al. Immunotherapy of glioblastoma explants induces interferon-γ responses and spatial immune cell rearrangements in tumor center, but not periphery. Sci. Adv. + 8, 9440 (2022). + + 10.1126/sciadv.abn9440 + PMC10883360 + 35776791 + + + + Vendramin, R. et al. Nonsense-mediated mRNA decay inhibition reshapes the cancer immunopeptidome. Immunity10.1016/j.immuni.2026.02.005 (2026). + + 41956098 + + + + van der Leun, A. M., Thommen, D. S. & Schumacher, T. N. CD8+ T cell states in human cancer: insights from single-cell analysis. Nat. Rev. Cancer. + 20, 218–232 (2020). + + PMC7115982 + 32024970 + + + + de la Fuente López, M. et al. The relationship between chemokines CCL2, CCL3, and CCL4 with the tumor microenvironment and tumor-associated macrophage markers in colorectal cancer. Tumour Biol. + 40, 1010428318810059 (2018). + + 30419802 + + + + Newman, A. M. et al. Robust enumeration of cell subsets from tissue expression profiles. Nat. Methods + 12, 453–457 (2015). + + + 10.1038/nmeth.3337 + PMC4739640 + 25822800 + + + + Tripathi, C. et al. Macrophages are recruited to hypoxic tumor areas and acquire a pro-angiogenic M2-polarized phenotype via hypoxic cancer cell derived cytokines oncostatin M and eotaxin. Oncotarget + 5, 5350–5368 (2014). + + + 10.18632/oncotarget.2110 + PMC4170629 + 25051364 + + + + Komori, T., Tanaka, M., Senba, E., Miyajima, A. & Morikawa, Y. Deficiency of oncostatin M receptor β (OSMRβ) exacerbates high-fat diet-induced obesity and related metabolic disorders in mice. J. Biol. Chem. + 289, 13821–13837 (2014). + + + 10.1074/jbc.M113.542399 + PMC4022856 + 24695736 + + + + Komori, T., Tanaka, M., Senba, E., Miyajima, A. & Morikawa, Y. Lack of oncostatin M receptor β leads to adipose tissue inflammation and insulin resistance by switching macrophage phenotype. J. Biol. Chem. + 288, 21861–21875 (2013). + + + 10.1074/jbc.M113.461905 + PMC3724642 + 23760275 + + + + Dubey, A. et al. Separate roles of IL-6 and oncostatin M in mouse macrophage polarization in vitro and in vivo. Immunol. Cell Biol. + 96, 257–272 (2018). + + + 10.1111/imcb.1035 + 29363180 + + + + Yuan, Y. et al. Oncostatin M regulates macrophages polarization in osseointegration via yes-associated protein. Int. Immunopharmacol. + 120, 110348 (2023). + + + 10.1016/j.intimp.2023.110348 + 37220694 + + + + Ayaub, E. A. et al. Overexpression of OSM and IL-6 impacts the polarization of pro-fibrotic macrophages and the development of bleomycin-induced lung fibrosis. Sci. Rep. + 7, 13281 (2017). + + + 10.1038/s41598-017-13511-z + PMC5643520 + 29038604 + + + + Wong, C. H., Siah, K. W. & Lo, A. W. Estimation of clinical trial success rates and related parameters. Biostatistics + 20, 273–286 (2019). + + + 10.1093/biostatistics/kxx069 + PMC6409418 + 29394327 + + + + Reid, J. et al. In vivo affinity and target engagement in skin and blood in a first-time-in-human study of an anti-oncostatin M monoclonal antibody. Br. J. Clin. Pharmacol. + 84, 2280–2291 (2018). + + + 10.1111/bcp.13669 + PMC6138480 + 29900565 + + + + Denton, C. P. et al. Biological and clinical insights from a randomized phase 2 study of an anti-oncostatin M monoclonal antibody in systemic sclerosis. Rheumatology + 62, 234–242 (2022). + + + 10.1093/rheumatology/keac300 + PMC9788816 + 35583273 + + + + Choy, E. H. et al. Safety, tolerability, pharmacokinetics and pharmacodynamics of an anti- oncostatin M monoclonal antibody in rheumatoid arthritis: results from phase II randomized, placebo-controlled trials. Arthritis Res. Ther. + 15, R132 (2013). + + + 10.1186/ar4312 + PMC3978888 + 24286335 + + + + Wolf, C. L., Pruett, C., Lighter, D. & Jorcyk, C. L. The clinical relevance of OSM in inflammatory diseases: a comprehensive review. Front. Immunol. + 14, 1239732 (2023). + + + 10.3389/fimmu.2023.1239732 + PMC10570509 + 37841259 + + + + Wang, T. et al. MOGONET integrates multi-omics data using graph convolutional networks allowing patient classification and biomarker identification. Nat. Commun. + 12, 3445 (2021). + + PMC8187432 + 34103512 + + + + Schulte-Sasse, R. et al. Integration of multiomics data with graph convolutional networks to identify new cancer genes and their associated molecular mechanisms. Nat. Mach. Intell. + 3, 513–526 (2021). + + + Amara, K. et al. GraphFramEx: towards systematic evaluation of explainability methods for graph neural networks. In Proc. 1st Learning on Graphs Conference Vol. 198 (eds Rieck, B. & Pascanu, R.) 44:1–44:23 (PMLR, 2022). + + + Agarwal, C., Queen, O., Lakkaraju, H. & Zitnik, M. Evaluating explainability for graph neural networks. Sci. Data + 10, 144 (2023). + + + 10.1038/s41597-023-01974-x + PMC10024712 + 36934095 + + + + Li, K. et al. Multi-omic analyses of changes in the tumor microenvironment of pancreatic adenocarcinoma following neoadjuvant treatment with anti-PD-1 therapy. Cancer Cell + 40, 1374–1391.e7 (2022). + + + 10.1016/j.ccell.2022.10.001 + PMC9669212 + 36306792 + + + + Tivol, E. A. et al. Loss of CTLA-4 leads to massive lymphoproliferation and fatal multiorgan tissue destruction, revealing a critical negative regulatory role of CTLA-4. Immunity + 3, 541–547 (1995). + + + 10.1016/1074-7613(95)90125-6 + 7584144 + + + + Nishimura, H., Nose, M., Hiai, H., Minato, N. & Honjo, T. Development of lupus-like autoimmune diseases by disruption of the PD-1 gene encoding an ITIM motif-carrying immunoreceptor. Immunity + 11, 141–151 (1999). + + + 10.1016/S1074-7613(00)80089-8 + 10485649 + + + + Mangani, D., Yang, D. & Anderson, A. C. Learning from the nexus of autoimmunity and cancer. Immunity + 56, 256–271 (2023). + + + 10.1016/j.immuni.2023.01.022 + PMC9986833 + 36792572 + + + + Arce Vargas, F. et al. Fc-optimized anti-CD25 depletes tumor-infiltrating regulatory T cells and synergizes with PD-1 blockade to eradicate established tumors. Immunity + 46, 577–586 (2017). + + + 10.1016/j.immuni.2017.03.013 + PMC5437702 + 28410988 + + + + Dannull, J. et al. Enhancement of vaccine-mediated antitumor immunity in cancer patients after depletion of regulatory T cells. J. Clin. Invest. + 115, 3623–3633 (2005). + + + 10.1172/JCI25947 + PMC1288834 + 16308572 + + + + Espinosa-Carrasco, G. et al. Intratumoral immune triads are required for immunotherapy-mediated elimination of solid tumors. Cancer Cell + 42, 1202–1216.e8 (2024). + + PMC11413804 + 38906155 + + + + Mordelet, F. & Vert, J. P. A bagging SVM to learn from positive and unlabeled examples. Pattern Recognit. Lett. + 37, 201–209 (2014). + + 10.1016/j.patrec.2013.06.010 + + + + Claesen, M., De Smet, F., Suykens, J. A. K. & De Moor, B. A robust ensemble approach to learn from positive and unlabeled data using SVM base models. Neurocomputing + 160, 73–84 (2015). + + 10.1016/j.neucom.2014.10.081 + + + + Wang, P., Li, S. & Pan, R. Incorporating GAN for negative sampling in knowledge representation learning. In Proc. AAAI Conference on Artificial Intelligence Vol. 32 2005–2012 (AAAI Press, 2018). + + + Bolstad, B. preprocessCore: a collection of pre-processing functions. R package v.1.56.0. GitHubhttps://github.com/bmbolstad/preprocesscore (2021). + + + Krishna, C. et al. Single-cell sequencing links multiregional immune landscapes and tissue-resident T cells in ccRCC to tumor topology and therapy efficacy, Cancer Cell + 39, 662–677.e6 (2021). + + PMC8268947 + 33861994 + + + + Maynard, A. et al. Therapy-induced evolution of human lung cancer revealed by single-cell RNA sequencing. Cell + 182, 1232–1251.e22 (2020). + + PMC7484178 + 32822576 + + + + Qian, J. et al. A pan-cancer blueprint of the heterogeneous tumor microenvironment revealed by single-cell profiling. Cell. Res. + 30, 745–762 (2020). + + PMC7608385 + 32561858 + + + + Braun, D. A. et al. Progressive immune dysfunction with advancing disease stage in renal cell carcinoma. Cancer Cell + 39, 632–648.e8 (2021). + + + 10.1016/j.ccell.2021.02.013 + PMC8138872 + 33711273 + + + + Chan, J. M. et al. Signatures of plasticity, metastasis, and immunosuppression in an atlas of human small cell lung cancer. Cancer Cell + 39, 1479–1496.e18 (2021). + + + 10.1016/j.ccell.2021.09.008 + PMC8628860 + 34653364 + + + + Cheng, S. et al. A pan-cancer single-cell transcriptional atlas of tumor infiltrating myeloid cells. Cell + 184, 792–809.e23 (2021). + + + 10.1016/j.cell.2021.01.010 + 33545035 + + + + Hafemeister, C. & Satija, R. Normalization and variance stabilization of single-cell RNA-seq data using regularized negative binomial regression. Genome Biol. + 20, 296 (2019). + + + 10.1186/s13059-019-1874-1 + PMC6927181 + 31870423 + + + + Hao, Y. et al. Integrated analysis of multimodal single-cell data. Cell + 184, 3573–3587.e29 (2021). + + + 10.1016/j.cell.2021.04.048 + PMC8238499 + 34062119 + + + + Mohammadi, S., Davila-Velderrain, J. & Kellis, M. Reconstruction of cell-type-specific interactomes at single-cell resolution. Cell Syst. + 9, 559–568.e4 (2019). + + + 10.1016/j.cels.2019.10.007 + PMC6943823 + 31786210 + + + + Harpsøe, M. C. et al. Body mass index and risk of autoimmune diseases: a study within the Danish National Birth Cohort. Int. J. Epidemiol. + 43, 843–855 (2014). + + + 10.1093/ije/dyu045 + 24609069 + + + + Li, W. et al. MAGeCK enables robust identification of essential genes from genome-scale CRISPR/Cas9 knockout screens. Genome Biol. + 15, 554 (2014). + + + 10.1186/s13059-014-0554-4 + PMC4290824 + 25476604 + + + + Wang, J. et al. WebGestaltR: gene set analysis toolkit. CRAN10.32614/cran.package.webgestaltr (2023). + + + Wu, G. & Haw, R. Functional interaction network construction and analysis for disease discovery. Methods Mol. Biol. + 1558, 235–253 (2017). + + + 10.1007/978-1-4939-6783-4_11 + 28150241 + + + + Robin, X. et al. pROC: an open-source package for R and S+ to analyze and compare ROC curves. BMC Bioinform. + 12, 77 (2011). + + 10.1186/1471-2105-12-77 + PMC3068975 + 21414208 + + + + Li, B. & Dewey, C. N. RSEM: accurate transcript quantification from RNA-Seq data with or without a reference genome. BMC Bioinform. + 12, 323 (2011). + + PMC3163565 + 21816040 + + + + You, J., Ying, Z. & Leskovec, J. Design space for graph neural networks. In Proc. Advances in Neural Information Processing Systems Vol. 33 (eds Larochelle, H. et al.) 17009–17021 (Curran Associates, 2020). + + + Veličković, P. et al. Graph attention networks. In Proc. 6th International Conference on Learning Representations (OpenReview.net, 2018). + + + Kipf, T. N. & Welling, M. Semi-supervised classification with graph convolutional networks. In Proc. 5th International Conference on Learning Representations (OpenReview.net, 2017). + + + Sandler, M., Howard, A., Zhu, M., Zhmoginov, A. & Chen, L. C. MobileNetV2: inverted residuals and linear bottlenecks. In Proc. IEEE Conference on Computer Vision and Pattern Recognition 4510–4520 (IEEE Computer Society, 2018). + + + Vaswani, A. et al. Attention is all you need. In Proc. Advances in Neural Information Processing Systems Vol. 30 (eds Guyon, I. et al.) 5998–6008 (Curran Associates, 2017). + + + Akiba, T., Sano, S., Yanase, T., Ohta, T. & Koyama, M. Optuna: a next-generation hyperparameter optimisation framework. In Proc. 25th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining (eds Teredesai, A. et al.) 2623–2631 (ACM, 2019). + + + Fey, M. & Lenssen, J. E. Fast graph representation learning with PyTorch Geometric. In Proc. ICLR Workshop on Representation Learning on Graphs and Manifolds (OpenReview.net, 2019). + + + Hanhijärvi, S., Garriga, G. C. & Puolamäki, K. Randomization techniques for graphs. In Proc. SIAM International Conference on Data Mining (eds Apte, C. et al.) 780–791 (SIAM, 2009). + + + von Mering, C. et al. Comparative assessment of large-scale data sets of protein-protein interactions. Nature + 417, 399–403 (2002). + + + 10.1038/nature750 + 12000970 + + + + Batada, N. N., Shepp, L. A. & Siegmund, D. O. Stochastic model of protein–protein interaction: why signaling proteins need to be colocalized. Proc. Natl Acad. Sci. USA + 101, 6445–6449 (2004). + + PMC404064 + 15096590 + + + + Sechidis, K., Tsoumakas, G. & Vlahavas, I. On the stratification of multi-label data. In Proc. Machine Learning and Knowledge Discovery in Databases (eds Gunopulos, D. et al.) 145–158 (Springer, 2011). + + + Mamoshina, P. et al. Machine learning on human muscle transcriptomic data for biomarker discovery and tissue-specific drug target identification. Front. Genet. + 9, 378508 (2018). + + PMC6052089 + 30050560 + + + + Ferrero, E., Dunham, I. & Sanseau, P. In silico prediction of novel therapeutic targets using gene-disease association data. J. Transl. Med. + 15, 1–16 (2017). + + PMC5576250 + 28851378 + + + + Love, M. I., Huber, W. & Anders, S. Moderated estimation of fold change and dispersion for RNA-seq data with DESeq2. Genome Biol. + 15, 550 (2014). + + PMC4302049 + 25516281 + + + + BD FACSDiva v.9.1 (BD Biosciences, 2026). + + + Augustine, M. & Nene, N. R. MIDAS: v.1.0.2. Zenodo10.5281/zenodo.19495670 (2026). + + + +
+ + + 42206076 + + 2026 + 05 + 28 + + + 2026 + 05 + 28 + +
+ + 2673-253X + + 8 + + 2026 + + + Frontiers in digital health + Front Digit Health + + Explainable AI in kidney stone detection and segmentation: a mini review. + + 1750411 + 1750411 + + 1750411 + 10.3389/fdgth.2026.1750411 + + Kidney stones are one of the most common renal disorders that can produce severe complications if not diagnosed and treated early. Recently, advances in AI have ensured that deep learning and explainable AI enable the automatic segmentation and detection of kidney stones from medical imaging, thus improving diagnostic efficiency and accuracy. For this review, eighteen representative studies using machine learning, deep learning, and hybrid models for kidney stone segmentation were considered, which were published in the period between 2020 and 2025. The XAI techniques being mainly utilized with the discussed models in the study are SHAP, LIME, Grad-CAM, Layer-wise Relevance Propagation, and EigenCAM. Such approaches tend to enhance clinicians' trust in allowing early diagnosis and supporting clinical decision-making, especially in resource-constrained settings. Regardless of the towering results, this area still suffers due to certain limitations such as lack of diversity in datasets, absence of multimodal integration, and scarcity of real-world validation. All in all, integrating DL with XAI presents a transparent, reliable, and clinically acceptable approach to detecting and segmenting kidney stones. + © 2026 Hossen, Haque, Bannah, Rahman, Ahmed and Noman. + + + + Hossen + Md Jakir + MJ + + Center for Advanced Analytics, COE for Artificial Intelligence Faculty of Engineering & Technology, Multimedia University, Melaka, Malaysia. + + + Elite Research Lab, LLC, New York, NY, United States. + + + + Haque + B M Taslimul + BMT + + Information Systems, Central Michigan University, Mount Pleasant, MI, United States. + + + + Bannah + Hasanul + H + + Faculty of AI and Engineering, Multimedia University Cyberjaya, Cyberjaya, Malaysia. + + + + Rahman + Md Arifur + MA + + College of Graduate and Professional Studies, Trine University, Angola, IN, United States. + + + + Ahmed + Abir + A + + Department of Information Technology, Washington University of Science & Technology, Alexandria, VA, United States. + + + + Noman + Abdullah Al + AA + + Wilmington University, New Castle, DE, United States. + + + + eng + + Journal Article + Review + + + 2026 + 05 + 12 + +
+ + Switzerland + Front Digit Health + 101771889 + 2673-253X + + + clinical decision support + deep learning + explainable AI + grad-CAM + kidney stone segmentation + lime + medical imaging + shap + + Author AA was employed by company ELITE Research Lab LLC. The remaining author(s) declared that this work was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest. +
+ + + + 2025 + 11 + 20 + + + 2026 + 3 + 26 + + + 2026 + 4 + 8 + + + 2026 + 5 + 28 + 6 + 34 + + + 2026 + 5 + 28 + 6 + 33 + + + 2026 + 5 + 28 + 4 + 43 + + + 2026 + 5 + 12 + + + epublish + + 42206076 + PMC13202716 + 10.3389/fdgth.2026.1750411 + + + + Pradhan U, Chattopadhyay H, Aditya MN, Patil M, Baig SAH, Mittal S, et al. Explainable AI for kidney stone prediction: a machine learning-based clinical analysis. Proc. 4th International Conference on Recent Advances in Electrical, Electronics, Ubiquitous Communication & Computational Intelligence (RAEEUCCI); Chennai, Tamil Nadu, India (2025). 10.1109/RAEEUCCI63961.2025.11048291 + + 10.1109/RAEEUCCI63961.2025.11048291 + + + + Bhandari M, Yogarajah P, Kavitha MS, Condell J. Exploring the capabilities of a lightweight CNN model in accurately identifying renal abnormalities: cysts, stones, and tumors, using LIME and SHAP. Appl Sci. (2023) 13(5):3125. 10.3390/app13053125 + + 10.3390/app13053125 + + + + Begum A, Hemalatha D, Sivagami S, Benisha S, Vijayalakshmi V. Federated vision transformer for kidney stone diagnosis. Proc. 3rd International Conference on Self Sustainable Artificial Intelligence Systems (ICSSAS); IEEE; (2025). p. 467–72. 10.1109/ICSSAS66150.2025.11080948 + + 10.1109/ICSSAS66150.2025.11080948 + + + + Islam MN, Hasan M, Hossain MK, Alam MGR, Uddin MZ, Soylu A. Vision transformer and explainable transfer learning models for auto detection of kidney cyst, stone and tumor from CT-radiography. Sci Rep. (2022) 12:11440. 10.1038/s41598-022-15634-4 + + 10.1038/s41598-022-15634-4 + PMC9259587 + 35794172 + + + + Villegas-Jimenez A, Flores-Araiza D, Lopez-Tiro F, Ochoa-Ruiz G, Daul C. Causal scoring medical image explanations: A case study on ex-vivo kidney stone images. arXiv [Preprint]. arXiv:2309.01921 (2023). Available online at: +https://arxiv.org/abs/2309.01921 + + + Ahmed F, Abbas S, Athar A, Shahzad T, Khan WA, Alharbi M, et al. Identification of kidney stones in KUB x-ray images using VGG16 empowered with explainable artificial intelligence. Sci Rep. (2024) 14:6173. 10.1038/s41598-024-56478-4 + + 10.1038/s41598-024-56478-4 + PMC10940612 + 38486010 + + + + Bayram AF, Gurkan C, Budak A, Karatas H. A detection and prediction model based on deep learning assisted by explainable artificial intelligence for kidney diseases. Eur J Sci Technol. (2022) 40:67–74. 10.31590/ejosat.1171777 + + 10.31590/ejosat.1171777 + + + + Shikdar OF, Mily AS, Haque T, Islam A, Islam S, Sazeda R. Transfer learning for ultrasound-based kidney stone (urolithiasis) detection with augmented regularization and saliency maps. Proceedings of the 2024 IEEE 3rd International Conference on Robotics, Automation, Artificial-Intelligence and Internet-of-Things (RAAICON); IEEE; (2024). p. 1–8. 10.1109/RAAICON64172.2024.10928447 + + 10.1109/RAAICON64172.2024.10928447 + + + + Dillibabu B, Sreevani M. Automated and explainable kidney abnormality detection from CT images using CNN–LSTM architecture. Int J Comput Sci Eng Res. (2025) 2(3):1–8. 10.63328/IJCSER-V2I3P1 + + 10.63328/IJCSER-V2I3P1 + + + + Batra A, Chatterjee P, Chaki J. Federated learning with AutoAlbum for kidney disease detection: a privacy-preserving approach to medical image analysis. IEEE Access. (2025) 13:151033–50. 10.1109/ACCESS.2025.3602224 + + 10.1109/ACCESS.2025.3602224 + + + + Salam A, Naznine M, Nobi SF, Khan MM, Chowdhury MEH. An ensemble deep learning approach for accurate urinary sediment detection using YOLOv9e and KD-YOLOX-ViT. IEEE Access. (2025) 13:101934–50. 10.1109/ACCESS.2025.3577959 + + 10.1109/ACCESS.2025.3577959 + + + + Estrade V, Lopez-Tiro F, Flores-Araiza D, Gonzalez-Mendoza M, Ochoa-Ruiz G, Daul C, et al. +On the in vivo recognition of kidney stones using machine learning. IEEE Access. (2024) 12:10736–50. 10.1109/ACCESS.2024.3351178 + + 10.1109/ACCESS.2024.3351178 + + + + Arifuzzaman M, Rahman MS, Ahmed I, Chowdhury MJU, Hossain ME, Sakib S, et al. A novel ensemble-based deep learning model with explainable AI for accurate kidney disease diagnosis. Adv Artif Intell Mach Learn. (2024) 5(1):3425–45. 10.54364/AAIML.2025.51196 + + 10.54364/AAIML.2025.51196 + + + + Day PL, Erdahl S, Rokke DL, Wieczorek M, Johnson PW, Jannetto PJ, et al. Artificial intelligence for kidney stone spectra analysis: using artificial intelligence algorithms for quality assurance in the clinical laboratory. Mayo Clin Proc Dig Health. (2023) 1(1):1–12. 10.1016/j.mcpdig.2023.01.001 + + 10.1016/j.mcpdig.2023.01.001 + PMC11975758 + 40207142 + + + + Jawad KMT, Verma A, Amsaad F, Ashraf L. A study on the application of explainable AI on ensemble models for predictive analysis of chronic kidney disease. IEEE Access. (2025) 13:23312–30. 10.1109/ACCESS.2024.0429000 + + 10.1109/ACCESS.2024.0429000 + + + + Reddy BSS, Prathyusha NL, Karthik DV, Vishnukanth K. Automated kidney anomaly detection using deep learning and explainable AI techniques. 2025 International Conference on Pervasive Computational Technologies (ICPCT) (2025); IEEE. 10.1109/ICPCT64145.2025.10940843 + + 10.1109/ICPCT64145.2025.10940843 + + + + Almuayqil SN, Abd El-Ghany S, Abd El-Aziz AA, Elmogy M. Kidneynet: a novel CNN-based technique for the automated diagnosis of chronic kidney diseases from CT scans. Electronics (Basel). (2024) 13:4981. 10.3390/electronics13244981 + + 10.3390/electronics13244981 + + + + Sharon JJ, Anbarasi LJ. An attention enhanced dilated bottleneck network for kidney disease classification. Sci Rep. (2025) 15:9865. 10.1038/s41598-025-90519-w + + 10.1038/s41598-025-90519-w + PMC11928611 + 40118887 + + + + +
+ + + 42206072 + + 2026 + 05 + 28 + + + 2026 + 05 + 28 + +
+ + 2253-5969 + + 13 + + 2026 + + + Journal of hepatocellular carcinoma + J Hepatocell Carcinoma + + Novel Unsupervised Machine Learning Model Using Multi-Parametric Radiomics for Prognostic Stratification of Bifocal Hepatocellular Carcinoma. + + 606780 + 606780 + + 606780 + 10.2147/JHC.S606780 + + To identify radiomics subtypes that reflect tumor heterogeneity in bifocal hepatocellular carcinoma (bHCC) using an unsupervised machine learning approach. Additionally, to develop a preoperative model and a postoperative fusion model aimed at predicting recurrence-free survival (RFS) and overall survival (OS) in bHCC patients following hepatectomy. + This retrospective study included 182 bHCC patients (91 in the training set, 91 in the test set). To capture the overall tumor characteristics, radiomics features were extracted from both lesions across six MR sequences and integrated using a two-lesion fusion approach to represent each patient as a single analytical entity. The similarity network fusion approach was utilized to construct a patient similarity matrix based on multi-sequence radiomic features, aiming to identify distinct subgroups that capture patterns of tumor imaging heterogeneity through spectral clustering. Multivariable Cox regression analysis was conducted to develop prognostic models for RFS and OS. The preoperative radiomics image heterogeneity (RIH) model and postoperative model including pathological features were built to predict prognosis of bHCC patients after hepatectomy. + Unsupervised clustering analysis based on multi-parametric radiomics revealed two subtypes correlated with distinct clinical outcomes, where high-radiomics image heterogeneity (high-RIH) was associated with poorer RFS (Log-rank p = 0.0059) and OS (Log-rank p = 0.0343). The independent predictors of shorter RFS included RIH cluster (HR, 1.782; 95% CI, 1.189-2.670), pathological satellite nodule (HR, 1.946; 95% CI, 1.094-3.460), MVI (HR, 1.714; 95% CI, 1.231-2.386). The independent predictors of shorter OS included RIH cluster (HR, 2.008; 95% CI, 1.119-3.605), radiological satellite nodule (HR, 1.982; 95% CI, 1.008-3.901), MVI (HR, 4.350; 95% CI, 2.358-8.028). + This study identified two different radiomics subtypes in bHCC which could reveal the heterogeneity of bHCC and predict clinical outcomes in post-hepatectomy bHCC patients. + © 2026 Jia et al. + + + + Jia + Xi + X + + Department of Radiology, Zhongshan Hospital, Fudan University, Shanghai, People's Republic of China. + + + Shanghai Institute of Medical Imaging, Shanghai, People's Republic of China. + + + + Wu + Fei + F + 0000-0001-5169-0417 + + Department of Radiology, Zhongshan Hospital, Fudan University, Shanghai, People's Republic of China. + + + Shanghai Institute of Medical Imaging, Shanghai, People's Republic of China. + + + + Dai + Haoran + H + + Department of Radiology, Zhongshan Hospital, Fudan University, Shanghai, People's Republic of China. + + + Shanghai Institute of Medical Imaging, Shanghai, People's Republic of China. + + + + Xiao + Yuyao + Y + + Department of Radiology, Zhongshan Hospital, Fudan University, Shanghai, People's Republic of China. + + + Shanghai Institute of Medical Imaging, Shanghai, People's Republic of China. + + + + Yang + Chun + C + + Department of Radiology, Zhongshan Hospital, Fudan University, Shanghai, People's Republic of China. + + + Shanghai Institute of Medical Imaging, Shanghai, People's Republic of China. + + + + Zeng + Mengsu + M + + Department of Radiology, Zhongshan Hospital, Fudan University, Shanghai, People's Republic of China. + + + Shanghai Institute of Medical Imaging, Shanghai, People's Republic of China. + + + + eng + + Journal Article + + + 2026 + 05 + 19 + +
+ + New Zealand + J Hepatocell Carcinoma + 101674775 + 2253-5969 + + + hepatocellular carcinoma + magnetic resonance imaging + prognosis + unsupervised machine learning + + The authors report no conflicts of interest in this work. +
+ + + + 2026 + 3 + 19 + + + 2026 + 5 + 8 + + + 2026 + 5 + 28 + 6 + 32 + + + 2026 + 5 + 28 + 6 + 31 + + + 2026 + 5 + 28 + 4 + 43 + + + 2026 + 5 + 19 + + + epublish + + 42206072 + PMC13205102 + 10.2147/JHC.S606780 + 606780 + + + + Vogel A, Meyer T, Sapisochin G, Salem R, Saborowski A. Hepatocellular carcinoma. Lancet. 2022;400(10360):1345–17. doi: 10.1016/S0140-6736(22)01200-4 + + + 10.1016/S0140-6736(22)01200-4 + 36084663 + + + + Kudo M, Izumi N, Kubo S, et al. Report of the 20th nationwide follow-up survey of primary liver cancer in Japan. Hepatol Res. 2020;50(1):15–46. + + + PMC7003938 + 31655492 + + + + Ito K, Takemura N, Inagaki F, Mihara F, Kokudo N. Difference in treatment algorithms for hepatocellular carcinoma between world’s principal guidelines. Glob Health Med. 2020;2(5):282–291. doi: 10.35772/ghm.2020.01066 + + + 10.35772/ghm.2020.01066 + PMC7731415 + 33330822 + + + + Zhou J, Sun H, Wang Z, et al. Guidelines for the diagnosis and treatment of primary liver cancer (2022 edition). Liver cancer. 2023;12(5):405–444 + + + PMC10601883 + 37901768 + + + + Hasegawa K, Takemura N, Yamashita T, et al. Clinical practice guidelines for hepatocellular carcinoma: The Japan society of hepatology 2021 version (5th JSH-HCC guidelines). Hepatol Res. 2023;53(5):383–390. doi: 10.1111/hepr.13892 + + + 10.1111/hepr.13892 + 36826411 + + + + Wu F, Sun H, Zhou C, et al. Prognostic factors for long-term outcome in bifocal hepatocellular carcinoma after resection. Eur Radiol. 2023;33(5):3604–3616. doi: 10.1007/s00330-023-09398-2 + + + 10.1007/s00330-023-09398-2 + 36700957 + + + + Bo Z, Chen B, Zhao Z, et al. Prediction of response to lenvatinib monotherapy for unresectable hepatocellular carcinoma by machine learning radiomics: a multicenter cohort study. Clin Cancer Res. 2023;29(9):1730–1740. + + + 36787379 + + + + Liu Q, Li J, Liu F, et al. A radiomics nomogram for the prediction of overall survival in patients with hepatocellular carcinoma after hepatectomy. Cancer Imaging. 2020;20(1):82. doi: 10.1186/s40644-020-00360-9 + + + 10.1186/s40644-020-00360-9 + PMC7667801 + 33198809 + + + + Feng Z, Li H, Liu Q, et al. CT radiomics to predict macrotrabecular-massive subtype and immune status in hepatocellular carcinoma. Radiology. 2023;307(1):e221291. doi: 10.1148/radiol.221291 + + + 10.1148/radiol.221291 + 36511807 + + + + yi XT, hao ZZ, pan MX, et al. Predicting microvascular invasion in hepatocellular carcinoma using CT-based radiomics model. Radiology. 2023;307(4):e222729. doi: 10.1148/radiol.222729 + + + 10.1148/radiol.222729 + 37097141 + + + + Gong XQ, Tao YY, Wu Y, et al. Progress of MRI radiomics in hepatocellular carcinoma. Front Oncol. 2021;11:698373. doi: 10.3389/fonc.2021.698373 + + + 10.3389/fonc.2021.698373 + PMC8488263 + 34616673 + + + + Wang Q, Nilsson H, Xu K, et al. Exploring tumor heterogeneity in colorectal liver metastases by imaging: Unsupervised machine learning of preoperative CT radiomics features for prognostic stratification. Eur J Radiol. 2024;175:111459. doi: 10.1016/j.ejrad.2024.111459 + + + 10.1016/j.ejrad.2024.111459 + 38636408 + + + + Wang Q, Li C, Chen G, et al. Unsupervised machine learning of MRI radiomics features identifies two distinct subgroups with different liver function reserve and risks of post-hepatectomy liver failure in patients with hepatocellular carcinoma. Cancers. 2023;15(12):3197. doi: 10.3390/cancers15123197 + + + 10.3390/cancers15123197 + PMC10296037 + 37370807 + + + + Avanzo M, Wei L, Stancanello J, et al. Machine and deep learning methods for radiomics. Med Phys. 2020;47(5). doi: 10.1002/mp.13678 + + 10.1002/mp.13678 + PMC8965689 + 32418336 + + + + Wang B, Mezlini AM, Demir F, et al. Similarity network fusion for aggregating data types on a genomic scale. Nat Meth. 2014;11(3):333–337. doi: 10.1038/nmeth.2810 + + 10.1038/nmeth.2810 + 24464287 + + + + Wang TH, Lee CY, Lee TY, Huang HD, Hsu JBK, Chang TH. Biomarker identification through multiomics data analysis of prostate cancer prognostication using a deep learning model and similarity network fusion. Cancers. 2021;13(11):2528. doi: 10.3390/cancers13112528 + + + 10.3390/cancers13112528 + PMC8196729 + 34064004 + + + + Chiu AM, Mitra M, Boymoushakian L, Coller HA. Integrative analysis of the inter-tumoral heterogeneity of triple-negative breast cancer. Sci Rep. 2018;8(1):11807. doi: 10.1038/s41598-018-29992-5 + + + 10.1038/s41598-018-29992-5 + PMC6081411 + 30087365 + + + + Pitroda SP, Khodarev NN, Huang L, et al. Integrated molecular subtyping defines a curable oligometastatic state in colorectal liver metastasis. Nat Commun. 2018;9(1):1793. doi: 10.1038/s41467-018-04278-6 + + + 10.1038/s41467-018-04278-6 + PMC5935683 + 29728604 + + + + Cavalli FMG, Remke M, Rampasek L, et al. Intertumoral heterogeneity within medulloblastoma subgroups. Cancer Cell. 2017;31(6):737–754.e6. doi: 10.1016/j.ccell.2017.05.005 + + + 10.1016/j.ccell.2017.05.005 + PMC6163053 + 28609654 + + + + Su GH, Xiao Y, You C, et al. Radiogenomic-based multiomic analysis reveals imaging intratumor heterogeneity phenotypes and therapeutic targets. Sci Adv. 2023;9(40):eadf0837. doi: 10.1126/sciadv.adf0837 + + + 10.1126/sciadv.adf0837 + PMC10558123 + 37801493 + + + + Kocak B, Baessler B, Bakas S, et al. CheckList for evaluation of radiomics research (CLEAR): a step-by-step reporting guideline for authors and reviewers endorsed by ESR and EuSoMII. Insights Imaging. 2023;14(1):75. doi: 10.1186/s13244-023-01415-8 + + + 10.1186/s13244-023-01415-8 + PMC10160267 + 37142815 + + + + Kocak B, Borgheresi A, Ponsiglione A, et al. Explanation and elaboration with examples for CLEAR (CLEAR-E3): An EuSoMII radiomics auditing group initiative. Eur Radiol Exp. 2024;8(1):72. doi: 10.1186/s41747-024-00471-z + + + 10.1186/s41747-024-00471-z + PMC11091004 + 38740707 + + + + Kocak B, Akinci D’Antonoli T, Mercaldo N, et al. METhodological RadiomICs score (METRICS): a quality scoring tool for radiomics research endorsed by EuSoMII. Insights Imaging. 2024;15(1):8. doi: 10.1186/s13244-023-01572-w + + + 10.1186/s13244-023-01572-w + PMC10792137 + 38228979 + + + + Leys C, Ley C, Klein O, Bernard P, Licata L. Detecting outliers: Do not use standard deviation around the mean, use absolute deviation around the median. J Exp Soc Psychol. 2013;49(4):764–766. doi: 10.1016/j.jesp.2013.03.013 + + 10.1016/j.jesp.2013.03.013 + + + + Ng AY, Jordan MI, Weiss Y. On spectral clustering: analysis and an algorithm. presented at: Proceedings of the 14th International Conference on Neural Information Processing Systems: Natural and Synthetic; 2001; Vancouver, British Columbia, Canada. + + + Miranda J, Paules C, Noell G, et al. Similarity network fusion to identify phenotypes of small-for-gestational-age fetuses. iScience. 2023;26(9):107620. doi: 10.1016/j.isci.2023.107620 + + + 10.1016/j.isci.2023.107620 + PMC10485038 + 37694157 + + + + Wang Y, Zhu GQ, Yang R, et al. Deciphering intratumoral heterogeneity of hepatocellular carcinoma with microvascular invasion with radiogenomic analysis. J Transl Med. 2023;21(1):734. doi: 10.1186/s12967-023-04586-6 + + + 10.1186/s12967-023-04586-6 + PMC10583459 + 37853415 + + + + Liu HF, Wang M, Lu YJ, et al. CEMRI-based quantification of intratumoral heterogeneity for predicting aggressive characteristics of hepatocellular carcinoma using habitat analysis: comparison and combination of deep learning. Acad Radiol. 2023:S1076633223006591. doi: 10.1016/j.acra.2023.11.024. + + 10.1016/j.acra.2023.11.024 + 38057182 + + + + Chong HH, Yang L, Sheng RF, et al. Multi-scale and multi-parametric radiomics of gadoxetate disodium–enhanced MRI predicts microvascular invasion and outcome in patients with solitary hepatocellular carcinoma ≤ 5 cm. Eur Radiol. 2021;31(7):4824–4838. doi: 10.1007/s00330-020-07601-2 + + + 10.1007/s00330-020-07601-2 + PMC8213553 + 33447861 + + + + Qin Q, Qu J, Yin Y, et al. Unsupervised machine learning model to predict cognitive impairment in subcortical ischemic vascular disease. Alzheimers Dement. 2023;19(8):3327–3338. doi: 10.1002/alz.12971 + + + 10.1002/alz.12971 + 36786521 + + + + Gerlinger M, Swanton C. How darwinian models inform therapeutic failure initiated by clonal heterogeneity in cancer medicine. Br J Cancer. 2010;103(8):1139–1143. doi: 10.1038/sj.bjc.6605912 + + + 10.1038/sj.bjc.6605912 + PMC2967073 + 20877357 + + + + Kern SE. Why your new cancer biomarker may never work: recurrent patterns and remarkable diversity in biomarker failures. Cancer Res. 2012;72(23):6097–6101. doi: 10.1158/0008-5472.CAN-12-3232 + + + 10.1158/0008-5472.CAN-12-3232 + PMC3513583 + 23172309 + + + + Xu XF, Xing H, Han J, et al. Risk factors, patterns, and outcomes of late recurrence after liver resection for hepatocellular carcinoma: a multicenter study from China. JAMA Surg. 2019;154(3):209. doi: 10.1001/jamasurg.2018.4334 + + + 10.1001/jamasurg.2018.4334 + PMC6439634 + 30422241 + + + + Chan AWH, Zhong J, Berhane S, et al. Development of pre and post-operative models to predict early recurrence of hepatocellular carcinoma after surgical resection. J Hepatol. 2018;69(6):1284–1293. doi: 10.1016/j.jhep.2018.08.027 + + + 10.1016/j.jhep.2018.08.027 + 30236834 + + + + Choi JY, Lee JM, Sirlin CB. CT and MR imaging diagnosis and staging of hepatocellular carcinoma: part I. Development, growth, and spread: key pathologic and imaging aspects. Radiology. 2014;272(3):635–654. doi: 10.1148/radiol.14132361 + + + 10.1148/radiol.14132361 + PMC4263631 + 25153274 + + + + McHugh PP, Gilbert J, Vera S, Koch A, Ranjan D, Gedaly R. Alpha-fetoprotein and tumour size are associated with microvascular invasion in explanted livers of patients undergoing transplantation with hepatocellular carcinoma. HPB. 2010;12(1):56–61. doi: 10.1111/j.1477-2574.2009.00128.x + + + 10.1111/j.1477-2574.2009.00128.x + PMC2814405 + 20495646 + + + + Rodríguez-Perálvarez M, Luong TV, Andreana L, Meyer T, Dhillon AP, Burroughs AK. A systematic review of microvascular invasion in hepatocellular carcinoma: diagnostic and prognostic variability. Ann Surg Oncol. 2013;20(1):325–339. doi: 10.1245/s10434-012-2513-1 + + + 10.1245/s10434-012-2513-1 + 23149850 + + + + Wu F, Sun H, Shi Z, et al. Estimating microvascular invasion in patients with resectable multinodular hepatocellular carcinoma by using preoperative contrast-enhanced MRI: establishment and validation of a risk score. J Hepatocell Carcinoma. 2023;10:1143–1156. doi: 10.2147/JHC.S410237 + + + 10.2147/JHC.S410237 + PMC10364817 + 37492267 + + + + Che F, Li Q, Ren W, et al. 3D fractal dimension analysis of CT imaging for microvascular invasion prediction in hepatocellular carcinoma. Eur Radiol. 2025. doi: 10.1007/s00330-025-11878-6 + + 10.1007/s00330-025-11878-6 + PMC12953277 + 40775092 + + + + Zhang K, He K, Zhang L, et al. Gadoxetic acid–enhanced MRI scoring model to predict pathologic features of hepatocellular carcinoma. Radiology. 2025;314(2):e233229. doi: 10.1148/radiol.233229 + + + 10.1148/radiol.233229 + 39932410 + + + + +
+ + + 42206034 + + 2026 + 05 + 28 + + + 2026 + 05 + 28 + +
+ + 1664-3224 + + 17 + + 2026 + + + Frontiers in immunology + Front Immunol + + Predictive value of thyroid autoantibodies for coronary heart disease severity in individuals with normal thyroid function based on machine learning and SHAP interpretation. + + 1803188 + 1803188 + + 1803188 + 10.3389/fimmu.2026.1803188 + + Assessing the severity of coronary heart disease (CHD) is critical for clinical decision-making. Thyroid autoantibodies are associated with cardiovascular disease, but their ability to predict CHD severity remains unclear. This study aimed to systematically elucidate the predictive value of thyroid autoantibodies for CHD severity using machine learning methods. + This retrospective study included 942 patients hospitalized in the cardiovascular department between January 2024 and June 2025, comprising 590 patients with severe lesions and 352 with nonsevere lesions. Traditional statistical analysis employed correlation analysis and multivariate logistic regression. Eight machine learning models were subsequently constructed and compared: logistic regression (LR), support vector machine (SVM), K-nearest neighbors (KNN), adaptive boosting (AdaBoost), multilayer perceptron (MLP), random forest (RF), gradient boosting (GB), and XGBoost (XGB). The optimal model was determined using Shapley additive propagation (SHAP), and the robustness of the core findings was validated through hierarchical analysis and subgroup feature importance comparisons. + Multivariate logistic regression revealed that log anti-TPO was an independent risk factor for severe coronary lesions (OR = 2.19; 95% CI: 1.87-2.57; P<0.001), whereas log anti-Tg shows a negative correlation after adjustment (OR = 0.72; 95% CI: 0.61-0.85; P<0.001). However, given the significant multicollinearity between the two variables (r = 0.55), this negative correlation strongly suggests that it is a statistical artifact. The gradient boosting tree performed best (AUROC:0.855). SHAP analysis consistently confirmed three key predictive features: log anti-TPO, log anti-Tg, and glycated hemoglobin (HbA1c). SHAP dependency plots further revealed a distinct threshold effect for log anti-TPO, while elevated log anti-Tg was associated with reduced risk, However, this negative association is likely a statistical artifact rather than an independent protective effect. Stratified analysis and sex-specific feature importance assessments confirmed that log anti-TPO demonstrated a highly robust and significant predictive value across all the subgroups, ranking as the primary predictor in both the male and female cohorts. + The presence of thyroid autoantibodies represents an independent key predictor of CHD severity. Thyroid peroxidase antibodies (TPO-Ab) serve as a strong risk marker, The gradient boosting tree model demonstrated optimal predictive performance when these biomarkers were integrated. + Copyright © 2026 Liang, Ma, Wang, Meng, Ru, Lv, Li and Qiao. + + + + Liang + Nana + N + + The Second Affiliated Hospital of Harbin Medical University, Harbin, China. + + + + Ma + Huiru + H + + The Second Affiliated Hospital of Harbin Medical University, Harbin, China. + + + + Wang + Xingyue + X + + The Second Affiliated Hospital of Harbin Medical University, Harbin, China. + + + + Meng + Jie + J + + The Second Affiliated Hospital of Harbin Medical University, Harbin, China. + + + + Ru + Zixuan + Z + + The Second Affiliated Hospital of Harbin Medical University, Harbin, China. + + + + Lv + Na + N + + The Second Affiliated Hospital of Harbin Medical University, Harbin, China. + + + + Li + Kerou + K + + The Second Affiliated Hospital of Harbin Medical University, Harbin, China. + + + + Qiao + Hong + H + + The Second Affiliated Hospital of Harbin Medical University, Harbin, China. + + + + eng + + Journal Article + + + 2026 + 05 + 12 + +
+ + Switzerland + Front Immunol + 101560960 + 1664-3224 + + + + 0 + Autoantibodies + + + 0 + Biomarkers + + + IM + + + Humans + + + Autoantibodies + blood + immunology + + + Female + + + Male + + + Retrospective Studies + + + Machine Learning + + + Severity of Illness Index + + + Coronary Disease + diagnosis + immunology + blood + + + Middle Aged + + + Predictive Learning Models + + + Boosting Machine Learning Algorithms + + + Aged + + + Thyroid Gland + immunology + + + Predictive Value of Tests + + + Biomarkers + blood + + + Random Forest + + + Classification Algorithms + + + Risk Factors + + + + SHAP + TPOAb + TgAb + cardiovascular disease + machine learning + + The author(s) declared that this work was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest. +
+ + + + 2026 + 2 + 3 + + + 2026 + 4 + 14 + + + 2026 + 4 + 29 + + + 2026 + 5 + 28 + 6 + 33 + + + 2026 + 5 + 28 + 6 + 32 + + + 2026 + 5 + 28 + 4 + 43 + + + 2026 + 5 + 12 + + + epublish + + 42206034 + PMC13201438 + 10.3389/fimmu.2026.1803188 + + + + Virani SS, Alonso A, Aparicio HJ, Benjamin EJ, Bittencourt MS, Callaway CW, et al. Heart disease and stroke statistics-2021 update: A report from the American Heart Association. Circulation. (2021) 143:e254–743. doi:  10.1161/cir.0000000000000485. PMID: + + 10.1161/cir.0000000000000485 + PMC13036842 + 33501848 + + + + Center For Cardiovascular Diseases The Writing Committee Of The Report On Cardiovascular H. Diseases In China N . Report on cardiovascular health and diseases in China 2023: An updated summary. Biomed Environ Sci: BES. (2024) 37:949–92. + + 39401992 + + + + Xu C, Wu M, Zhang X, Shen K, Guo Y, Yuan J, et al. Carotid intima thickness and elasticity combined with MHR predicting the severity of coronary artery stenosis in patients with premature coronary artery disease. BMC Cardiovasc Disord. (2025) 25:241. doi:  10.1186/s12872-025-04693-w. PMID: + + 10.1186/s12872-025-04693-w + PMC11963636 + 40169942 + + + + Si J, Chen L, Yu C, Guo Y, Sun D, Pang Y, et al. Healthy lifestyle, DNA methylation age acceleration, and incident risk of coronary heart disease. Clin Epigenet. (2023) 15:52. doi:  10.1186/s13148-023-01464-2. PMID: + + 10.1186/s13148-023-01464-2 + PMC10045869 + 36978155 + + + + Roth GA, Abate D, Abate KH, Abay SM, Abbafati C, Abbasi N. Global, regional, and national age-sex-specific mortality for 282 causes of death in 195 countries and territories, 1980-2017: A systematic analysis for the Global Burden of Disease Study 2017. Lancet (London England). (2018) 392:1736–88. doi:  10.1016/s0140-6736(18)32203-7. PMID: + + 10.1016/s0140-6736(18)32203-7 + PMC6227606 + 30496103 + + + + Su J, Li Z, Huang M, Wang Y, Yang T, Ma M, et al. Triglyceride glucose index for the detection of the severity of coronary artery disease in different glucose metabolic states in patients with coronary heart disease: A RCSCD-TCM study in China. Cardiovasc Diabetol. (2022) 21:96. doi:  10.21203/rs.3.rs-1537070/v1. PMID: + + 10.21203/rs.3.rs-1537070/v1 + PMC9169264 + 35668496 + + + + Fröhlich E, Wahl R. Thyroid autoimmunity: Role of anti-thyroid antibodies in thyroid and extra-thyroidal diseases. Front Immunol. (2017) 8:521. doi:  10.3389/fimmu.2017.00521 + + 10.3389/fimmu.2017.00521 + PMC5422478 + 28536577 + + + + Zhang J, Gao Y, Li Y, Teng D, Xue Y, Yan L, et al. The presence of serum TgAb suggests lower risks for glucose and lipid metabolic disorders in euthyroid general population from a national survey. Front Endocrinol. (2020) 11:139. doi:  10.3389/fendo.2020.00139. PMID: + + 10.3389/fendo.2020.00139 + PMC7093715 + 32256451 + + + + Carbotta G, Tartaglia F, Giuliani A, Carbotta S, Tromba L, Jacomelli I, et al. Cardiovascular risk in chronic autoimmune thyroiditis and subclinical hypothyroidism patients. A cluster analysis. Int J Cardiol. (2017) 230:115–9. doi:  10.1016/j.ijcard.2016.12.066. PMID: + + 10.1016/j.ijcard.2016.12.066 + 28038798 + + + + Dogdus M, Diker S, Yenercag M, Gurgun C. Evaluation of left atrial and ventricular myocardial functions by three-dimensional speckle tracking echocardiography in patients with euthyroid Hashimoto’s thyroiditis. Int J Cardiovasc Imaging. (2021) 37:459–65. doi:  10.1007/s10554-020-02011-3. PMID: + + 10.1007/s10554-020-02011-3 + 32897525 + + + + Porsch F, Binder CJ. Autoimmune diseases and atherosclerotic cardiovascular disease. Nat Rev Cardiol. (2024) 21:780–807. doi:  10.1038/s41569-024-01045-7. PMID: + + 10.1038/s41569-024-01045-7 + 38937626 + + + + Szyper-Kravitz M, Marai I, Shoenfeld Y. Coexistence of thyroid autoimmunity with other autoimmune diseases: Friend or foe? Additional aspects on the mosaic of autoimmunity. Autoimmunity. (2005) 38:247–55. doi:  10.1080/08916930500050194. PMID: + + 10.1080/08916930500050194 + 16126513 + + + + Yang L, Zhang M, Zhang H, Zheng G, Xu C, Li G. Association of thyroid autoimmunity with the presence and severity of coronary atherosclerosis in patients undergoing coronary angiography. Medicine. (2022) 101:e30881. doi:  10.1097/md.0000000000030881. PMID: + + 10.1097/md.0000000000030881 + PMC9524898 + 36181027 + + + + Asvold BO, Bjøro T, Platou C, Vatten LJ. Thyroid function and the risk of coronary heart disease: 12-year follow-up of the HUNT study in Norway. Clin Endocrinol. (2012) 77:911–7. doi:  10.1111/j.1365-2265.2012.04477.x + + 10.1111/j.1365-2265.2012.04477.x + 22724581 + + + + Collet TH, Bauer DC, Cappola AR, Asvold BO, Weiler S, Vittinghoff E, et al. Thyroid antibody status, subclinical hypothyroidism, and the risk of coronary heart disease: An individual participant data analysis. J Clin Endocrinol Metab. (2014) 99:3353–62. doi:  10.1210/jc.2014-1250. PMID: + + 10.1210/jc.2014-1250 + PMC4154087 + 24915118 + + + + LeGrys VA, Funk MJ, Lorenz CE, Giri A, Jackson RD, Manson JE, et al. Subclinical hypothyroidism and risk for incident myocardial infarction among postmenopausal women. J Clin Endocrinol Metab. (2013) 98:2308–17. doi:  10.1210/jc.2012-4065. PMID: + + 10.1210/jc.2012-4065 + PMC3667262 + 23539723 + + + + Hak AE, Pols HA, Visser TJ, Drexhage HA, Hofman A, Witteman JC. Subclinical hypothyroidism is an independent risk factor for atherosclerosis and myocardial infarction in elderly women: The Rotterdam Study. Ann Internal Med. (2000) 132:270–8. doi:  10.7326/0003-4819-132-4-200002150-00004. PMID: + + 10.7326/0003-4819-132-4-200002150-00004 + 10681281 + + + + Wells BJ, Hueston WJ. Are thyroid peroxidase antibodies associated with cardiovascular disease risk in patients with subclinical hypothyroidism? Clin Endocrinol. (2005) 62:580–4. doi:  10.1111/j.1365-2265.2005.02262.x. PMID: + + 10.1111/j.1365-2265.2005.02262.x + 15853828 + + + + Song JL, Hu JW, Li LR, Xu ZL, Li JJ, Sun SR, et al. Association of thyroid autoimmunity with extra-thyroid diseases and the risk of mortality among adults: Evidence from the NHANES. Front Endocrinol. (2024) 15:1323994. doi:  10.3389/fendo.2024.1323994. PMID: + + 10.3389/fendo.2024.1323994 + PMC10884096 + 38405150 + + + + Hysaj O, Efthimiou O, Collet TH, Cappola AR, Alwan H, Gussekloo J, et al. Thyroid antibody status, thyroid function, and the risk of coronary heart disease and stroke: An individual participant data analysis from 14 cohorts. Eur J Endocrinol. (2025) -:-–-. doi:  10.1093/ejendo/lvaf209. PMID: + + 10.1093/ejendo/lvaf209 + PMC13200528 + 41137464 + + + + Shimizu Y, Kawashiri SY, Noguchi Y, Nagata Y, Maeda T, Hayashida N. Normal range of anti-thyroid peroxidase antibody (TPO-Ab) and atherosclerosis among eu-thyroid population: A cross-sectional study. Medicine. (2020) 99:e22214. doi:  10.1097/md.0000000000022214. PMID: + + 10.1097/md.0000000000022214 + PMC7505314 + 32957357 + + + + Liu X, Wu S, Yang Y, Li Y, Zhang X, Liu R, et al. Development of machine learning predictive model for type 2 diabetic retinopathy using the triglyceride-glucose index explained by SHAP method. Front Endocrinol. (2025) 16:1631647. doi:  10.3389/fendo.2025.1631647. PMID: + + 10.3389/fendo.2025.1631647 + PMC12640817 + 41293734 + + + + Nemati S, Holder A, Razmi F, Stanley MD, Clifford GD, Buchman TG. An interpretable machine learning model for accurate prediction of sepsis in the ICU. Crit Care Med. (2018) 46:547–53. doi:  10.1097/ccm.0000000000002936. PMID: + + 10.1097/ccm.0000000000002936 + PMC5851825 + 29286945 + + + + Bhardwaj V, Sharma A, Parambath SV, Gul I, Zhang X, Lobie PE, et al. Machine learning for endometrial cancer prediction and prognostication. Front Oncol. (2022) 12:852746. doi:  10.3389/fonc.2022.852746. PMID: + + 10.3389/fonc.2022.852746 + PMC9365068 + 35965548 + + + + Shi Y, Ma L, Chen X, Li W, Feng Y, Zhang Y, et al. Prediction model of obstructive sleep apnea-related hypertension: Machine learning-based development and interpretation study. Front Cardiovasc Med. (2022) 9:1042996. doi:  10.3389/fcvm.2022.1042996. PMID: + + 10.3389/fcvm.2022.1042996 + PMC9760810 + 36545020 + + + + Lawton JS, Tamis-Holland JE, Bangalore S, Bates ER, Beckie TM, Bischoff JM, et al. 2021 ACC/AHA/SCAI guideline for coronary artery revascularization: A report of the American College of Cardiology/American Heart Association Joint Committee on Clinical Practice Guidelines. Circulation. (2022) 145:e18–e114. doi:  10.1161/cir.0000000000001038. PMID: + + 10.1161/cir.0000000000001038 + 34882435 + + + + Sacks DB, Arnold M, Bakris GL, Bruns DE, Horvath AR, Lernmark Å, et al. Guidelines and recommendations for laboratory analysis in the diagnosis and management of diabetes mellitus. Diabetes Care. (2023) 46:e151–e99. doi:  10.1093/clinchem/48.3.436 + + 10.1093/clinchem/48.3.436 + PMC10516260 + 37471273 + + + + Du S, Neiman A, Batis C, Wang H, Zhang B, Zhang J, et al. Understanding the patterns and trends of sodium intake, potassium intake, and sodium to potassium ratio and their effect on hypertension in China. Am J Clin Nutr. (2014) 99:334–43. doi:  10.3945/ajcn.113.059121. PMID: + + 10.3945/ajcn.113.059121 + PMC3893725 + 24257724 + + + + Meneghini V, Tebar WR, Generoso G, Janovsky CC, Lotufo PA, Bittencourt MS, et al. Thyroid peroxidase antibodies and coronary artery calcification: Results from the ELSA-Brasil cohort study. J Endocrinol Invest. (2025) -:-–-. doi:  10.1007/s40618-025-02751-w. PMID: + + 10.1007/s40618-025-02751-w + 41251950 + + + + Duntas LH. The catalytic role of iodine excess in loss of homeostasis in autoimmune thyroiditis. Curr Opin Endocrinol Diabetes Obes. (2018) 25:347–52. doi:  10.1097/med.0000000000000425. PMID: + + 10.1097/med.0000000000000425 + 30124478 + + + + Woodward HJ, Zhu D, Hadoke PWF, MacRae VE. Regulatory role of sex hormones in cardiovascular calcification. Int J Mol Sci. (2021) 22. doi:  10.3390/ijms22094620. PMID: + + 10.3390/ijms22094620 + PMC8125640 + 33924852 + + + + Barbé-Tuana F, Funchal G, Schmitz CRR, Maurmann RM, Bauer ME. The interplay between immunosenescence and age-related diseases. Semin Immunopathol. (2020) 42:545–57. doi:  10.1007/s00281-020-00806-z. PMID: + + 10.1007/s00281-020-00806-z + PMC7398288 + 32747977 + + + + Pearce EL, Pearce EJ. Metabolic pathways in immune cell activation and quiescence. Immunity. (2013) 38:633–43. doi:  10.1016/j.immuni.2013.04.005. PMID: + + 10.1016/j.immuni.2013.04.005 + PMC3654249 + 23601682 + + + + Scheja L, Heeren J. Introduction to the special issue on dietary control of immunometabolism. Semin Immunopathol. (2018) 40:141–4. doi:  10.1007/s00281-017-0667-4. PMID: + + 10.1007/s00281-017-0667-4 + 29222582 + + + + Wu Y, Shi X, Tang X, Li Y, Tong N, Wang G, et al. The correlation between metabolic disorders and Tpoab/Tgab: A cross-sectional population-based study. Endocrine Pract. (2020) 26:869–82. doi:  10.4158/ep-2020-0008. PMID: + + 10.4158/ep-2020-0008 + 33471678 + + + + Wu Y, Sun J, Ni Y, Wang M, Qiao H. Hashimoto’s thyroiditis and thyroid hormone sensitivity in euthyroid individuals: Their association with carotid plaque in northeast China. Front Endocrinol. (2025) 16:1605875. doi:  10.3389/fendo.2025.1605875. PMID: + + 10.3389/fendo.2025.1605875 + PMC12483847 + 41040864 + + + + Wang R, Green DR. Metabolic reprogramming and metabolic dependency in T cells. Immunol Rev. (2012) 249:14–26. doi:  10.1111/j.1600-065x.2012.01155.x. PMID: + + 10.1111/j.1600-065x.2012.01155.x + PMC3422760 + 22889212 + + + + +
+ + + 42206005 + + 2026 + 05 + 28 + + + 2026 + 05 + 28 + +
+ + 1664-0640 + + 17 + + 2026 + + + Frontiers in psychiatry + Front Psychiatry + + Artificial intelligence approaches for schizophrenia prediction and its biomarkers using medical imaging data. + + 1821091 + 1821091 + + 1821091 + 10.3389/fpsyt.2026.1821091 + + Schizophrenia (SZ) is a debilitating mental illness that adversely affects social and family interactions, ranking as a leading contributor to global disability. Existing diagnostic approaches, including MRI, PET, and EEG, underscore the necessity for effective predictive strategies to enhance management and reduce costs. + This review evaluates the application of artificial intelligence (AI) methodologies-specifically Machine Learning (ML) and Deep Learning (DL) in predicting SZ using medical imaging data, while addressing existing challenges and identifying key biomarkers to improve diagnostic accuracy. + A systematic literature review was performed using the databases IEEE, PubMed, ScienceDirect, MDPI, Google Scholar, and Springer from inception until March 31, 2026. The initial search generated 820 records, and after a thorough screening process, 185 studies relevant to disease diagnosis, model selection across various neuroimaging modalities, including biomarker identification, were identified. The review protocol has been registered with PROSPORO registration: CRD420251131635. The studies were selected based on different medical imaging data related to SZ. + This review presents a thorough examination of advancements in SZ detection via AI methodologies. It highlights not only providing existing predictive techniques, identifies research gaps, biomarkers identification and assessment, and underscores the potential of AI-based ML and DL methods to facilitate early and accurate diagnosis of SZ. Five unimodal and various combinations of multimodal data were examined, along with the AI models' performance metrics from multiple studies. + The review provides a comprehensive assessment of AI algorithms relevant to both unimodal and multimodal data, biomarkers of neuroimaging modalities with ROIs, challenges, and limitations of ML and DL models, and future directions of prediction for clinical diagnosis, thereby supporting timely interventions for individuals affected by SZ. + https://www.crd.york.ac.uk/PROSPERO/view, identifier CRD420251131635. + Copyright © 2026 Palpandi, Palanigurupackiam, Almatar, Alduhayan, Alsomaie and Almazroa. + + + + Palpandi + Suresh Babu + SB + + Department of Computer Science and Engineering, School of Computing, Kalasalingam Academy of Research and Education, Krishnankoil, Tamil Nadu, India. + + + + Palanigurupackiam + Nagaraj + N + + Department of Computer Science and Engineering, School of Computing, SRM Institute of Science and Technology, Tiruchirappalli, Tamil Nadu, India. + + + + Almatar + Hessa + H + + AI and Data Management, King Abdullah International Medical Research Center, Riyadh, Saudi Arabia. + + + King Saud bin Abdulaziz University for Health Sciences (KSAU-HS), Riyadh, Saudi Arabia. + + + + Alduhayan + Reema + R + + AI and Data Management, King Abdullah International Medical Research Center, Riyadh, Saudi Arabia. + + + King Saud bin Abdulaziz University for Health Sciences (KSAU-HS), Riyadh, Saudi Arabia. + + + + Alsomaie + Barrak + B + + King Saud bin Abdulaziz University for Health Sciences (KSAU-HS), Riyadh, Saudi Arabia. + + + Research Operation Department, King Abdullah International Medical Research Center, Riyadh, Saudi Arabia. + + + + Almazroa + Ahmed + A + + AI and Data Management, King Abdullah International Medical Research Center, Riyadh, Saudi Arabia. + + + King Saud bin Abdulaziz University for Health Sciences (KSAU-HS), Riyadh, Saudi Arabia. + + + + eng + + Journal Article + Systematic Review + + + 2026 + 05 + 12 + +
+ + Switzerland + Front Psychiatry + 101545006 + 1664-0640 + + + artificial intelligence + biomarker + deep learning + machine learning + multimodal data + neuroimaging + schizophrenia + unimodal data + + The author(s) declared that this work was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest. +
+ + + + 2026 + 3 + 2 + + + 2026 + 4 + 20 + + + 2026 + 4 + 21 + + + 2026 + 5 + 28 + 6 + 33 + + + 2026 + 5 + 28 + 6 + 32 + + + 2026 + 5 + 28 + 4 + 43 + + + 2026 + 5 + 12 + + + epublish + + 42206005 + PMC13202723 + 10.3389/fpsyt.2026.1821091 + + + + Coiera W. Artificial intelligence in medicine: The challenges ahead. J Am Med Inf Assoc. (1996) 3:363–6. doi:  10.1136/jamia.1996.97084510. PMID: + + 10.1136/jamia.1996.97084510 + PMC116321 + 8930853 + + + + +World Health Organization and Obsessive-Compulsive Disorder . Available online at: https://www.ocduk.org/ocd/world-health-organisation/ (Accessed August 01, 2025). + + + + Jiang F, Jiang Y, Zhi H, Dong Y, Li H, Ma S, et al. Artificial intelligence in healthcare: past, present and future. Stroke and Vascular Neurology. (2017) 2:230–243. doi:  10.1136/svn-2017-000101. PMID: + + 10.1136/svn-2017-000101 + PMC5829945 + 29507784 + + + + Duncan JS, Ayache N. Medical image analysis: Progress over two decades and the challenges ahead. IEEE Trans Pattern Anal Mach Intell. (2000) 22:85–106. doi:  10.1109/34.824822 + + 10.1109/34.824822 + + + + Zitnik M, Nguyen F, Wang B, Leskovec J, Goldenberg A, Hoffman MM. Machine learning for integrating data in biology and medicine: Principles, practice, and opportunities. Inf Fusion. (2019) 50:71–91. doi:  10.1016/j.inffus.2018.09.012. PMID: + + 10.1016/j.inffus.2018.09.012 + PMC6242341 + 30467459 + + + + +National Institute of Mental Health (NIMH) . Schizophrenia – national institute of mental health (NIMH). Available online at: https://www.nimh.nih.gov/health/topics/schizophrenia (Accessed August 01, 2025). + + + + Luxton DD. An introduction to artificial intelligence in behavioral and mental health care. In Luxton DD, ed. Artificial intelligence in behavioral and mental health care Elsevier Academic Press, 1–26. (2016). doi:  10.1016/B978-0-12-420248-1.00001-5 + + 10.1016/B978-0-12-420248-1.00001-5 + + + + Hamet P, Tremblay J. Artificial intelligence in medicine. Metabolism. (2017) 69:S36–S40. doi:  10.1016/j.metabol.2017.01.011. PMID: + + 10.1016/j.metabol.2017.01.011 + 28126242 + + + + Liang Y, Zheng X, Zeng DD. A survey on big data-driven digital phenotyping of mental health. Inf Fusion. (2019) 52:290–307. doi:  10.1016/j.inffus.2019.04.001. PMID: + + 10.1016/j.inffus.2019.04.001 + + + + Masri RY, Mat Jani H. (2012). Employing artificial intelligence techniques in mental health diagnostic expert system. In 2012 International Conference on Computer & Information Science (ICCIS) Kuala Lumpur, Malaysia: IEEE, 495–499. doi:  10.1109/ICCISci.2012.6297296 + + 10.1109/ICCISci.2012.6297296 + + + + McCutcheon RA, Reis Marques T, Howes OD. Schizophrenia—an overview. JAMA Psychiatry. (2020) 77:201. doi:  10.1001/jamapsychiatry.2019.3360. PMID: + + 10.1001/jamapsychiatry.2019.3360 + 31664453 + + + + Lai JW, Ang CKE, Acharya UR, Cheong KH. Schizophrenia: A survey of artificial intelligence techniques applied to detection and classification. Int J Environ Res Public Health. (2021) 18:6099. doi:  10.3390/ijerph18116099. PMID: + + 10.3390/ijerph18116099 + PMC8201065 + 34198829 + + + + Liu Y, Wan B, Liu Z, Zhang S, Liu P, Ding N, et al. Classifying schizophrenia using functional mri and investigating underlying functional phenomena. Brain Res Bull. (2025) 223:111279. doi:  10.1016/j.brainresbull.2025.111279. PMID: + + 10.1016/j.brainresbull.2025.111279 + 40057051 + + + + Wheeler AL, Voineskos AN. A review of structural neuroimaging in schizophrenia: From connectivity to connectomics. Front Hum Neurosci. (2014) 8:653. doi:  10.3389/fnhum.2014.00653. PMID: + + 10.3389/fnhum.2014.00653 + PMC4142355 + 25202257 + + + + Leonard CM, Kuldau JM, Breier JI, Zuffante PA, Gautier ER, Heron DC, et al. Cumulative effect of anatomical risk factors for schizophrenia: An MRI study. Biol Psychiatry. (1999) 46(3):374–382. doi:  10.1016/S0006-3223(99)00052-9. PMID: + + 10.1016/S0006-3223(99)00052-9 + 10435203 + + + + Nakamura K, Kawasaki Y, Suzuki M, Hagino H, Kurokawa K, Takahashi T, et al. Multiple structural brain measures obtained by three-dimensional magnetic resonance imaging to distinguish between schizophrenia patients and normal subjects. Schizophr Bull. (2004) 30(2):393–404. doi:  10.1093/oxfordjournals.schbul.a007087. PMID: + + 10.1093/oxfordjournals.schbul.a007087 + 15279055 + + + + Kawasaki Y, Suzuki M, Kherif F, Takahashi T, Zhou SY, Nakamura K, et al. Multivariate voxel-based morphometry successfully differentiates schizophrenia patients from healthy controls. Neuroimage. (2007) 34(1):235–242. doi:  10.1016/j.neuroimage.2006.08.018. PMID: + + 10.1016/j.neuroimage.2006.08.018 + 17045492 + + + + Koutsouleris N, Gaser C, Bottlender R, Davatzikos C, Decker P, Jäger M, et al. Use of neuroanatomical pattern regression to predict the structural brain dynamics of vulnerability and transition to psychosis. Schizophr Res. (2010) 123(2-3):175–187. doi:  10.1016/j.schres.2010.08.032. PMID: + + 10.1016/j.schres.2010.08.032 + 20850276 + + + + Ulas A, Castellani U, Murino V, Bellani M, Tansella M, Brambilla P. (2012). Biomarker evaluation by multiple kernel learning for schizophrenia detection. In 2012 Second International Workshop on Pattern Recognition in NeuroImaging. London: IEEE, 89–92. doi:  10.1109/PRNI.2012.12 + + 10.1109/PRNI.2012.12 + + + + Ulaş A, Gönen M, Castellani U, Murino V, Bellani M, Tansella M, et al. (2012). A localized MKL method for brain classification with known intra-class variability. In Lecture Notes in Computer Science Springer-Verlag. 7588:152–159. doi:  10.1007/978-3-642-35428-1_19 + + 10.1007/978-3-642-35428-1_19 + + + + Yang H, He H, Zhong J. Multimodal MRI characterisation of schizophrenia: A discriminative analysis. Lancet. (2016) 388:S36. doi:  10.1016/S0140-6736(16)31963-8 + + 10.1016/S0140-6736(16)31963-8 + + + + Csernansky JG, Wang L, Jones D, Rastogi-Cruz D, Posener JA, Heydebrand G, et al. Hippocampal deformities in schizophrenia characterized by high dimensional brain mapping. Am J Psychiatry. (2002) 159(12):2000–2006. doi:  10.1176/appi.ajp.159.12.2000. PMID: + + 10.1176/appi.ajp.159.12.2000 + 12450948 + + + + Davatzikos C, Shen D, Gur RC, Wu X, Liu D, Fan Y, et al. Whole-brain morphometric study of schizophrenia revealing a spatially complex set of focal abnormalities. Arch Gen Psychiatry. (2005) 62(11):1218–1227. doi:  10.1001/archpsyc.62.11.1218. PMID: + + 10.1001/archpsyc.62.11.1218 + 16275809 + + + + Xiao Y, Yan Z, Zhao Y, Tao B, Sun H, Li F, et al. Support vector machine-based classification of first episode drug-naïve schizophrenia patients and healthy controls using structural MRI. Schizophr Res. (2019) 214:11–17. doi:  10.1016/j.schres.2017.11.037. PMID: + + 10.1016/j.schres.2017.11.037 + 29208422 + + + + Zhang W, Deng W, Yao L, Xiao Y, Li F, Liu J, et al. Brain structural abnormalities in a group of never-medicated patients with long-term schizophrenia. Am J Psychiatry. (2015) 172(10):995–1003. doi:  10.1176/appi.ajp.2015.14091108. PMID: + + 10.1176/appi.ajp.2015.14091108 + 26085040 + + + + Zhang W, Yang C, Cao Z, Li Z, Zhuo L, Tan Y, et al. Detecting individuals with severe mental illness using artificial intelligence applied to magnetic resonance imaging. EBioMedicine. (2023) 90:104541. doi:  10.1016/j.ebiom.2023.104541. PMID: + + 10.1016/j.ebiom.2023.104541 + PMC10063405 + 36996601 + + + + Zhang W, Wang L, Wu X, Yao L, Yi Z, Yin H, et al. Improved patient identification by incorporating symptom severity in deep learning using neuroanatomic images in first episode schizophrenia. Neuropsychopharmacology. (2025) 50:531–539. doi:  10.1038/s41386-024-02021-y. PMID: + + 10.1038/s41386-024-02021-y + PMC11735835 + 39506100 + + + + Calhoun VD, Adali T, Kiehl KA, Astur R, Pekar JJ, Pearlson GD. A method for multitask fMRI data fusion applied to schizophrenia. Hum Brain Mapp. (2006) 27(7):598–610. doi:  10.1002/hbm.20204. PMID: + + 10.1002/hbm.20204 + PMC2751648 + 16342150 + + + + Jafri MJ, Calhoun VD. (2006). Functional classification of schizophrenia using feed forward neural networks. In 2006 International Conference of the IEEE Engineering in Medicine and Biology Society New York, NY, USA: IEEE, 6631–6634. doi:  10.1109/IEMBS.2006.260906 + + 10.1109/IEMBS.2006.260906 + 17959471 + + + + Calhoun VD, Maciejewski PK, Pearlson GD, Kiehl KA. Temporal lobe and 'default' hemodynamic brain modes discriminate between schizophrenia and bipolar disorder. Hum Brain Mapp. (2008) 29(11):1265–1275. doi:  10.1002/hbm.20463. PMID: + + 10.1002/hbm.20463 + PMC2665178 + 17894392 + + + + Yang C, Zhang W, Yao L, Liu N, Shah C, Zeng J, et al. Functional alterations of white matter in chronic never-treated and treated schizophrenia patients. J Magn Reson Imaging. (2020) 52(3):752–763. doi:  10.1002/jmri.27028. PMID: + + 10.1002/jmri.27028 + 31859423 + + + + Fan Y, Shen D, Gur RC, Gur RE, Davatzikos C. COMPARE: Classification of morphological patterns using adaptive regional elements. IEEE Trans Med Imaging. (2007) 26(1):93–105. doi:  10.1109/TMI.2006.886812. PMID: + + 10.1109/TMI.2006.886812 + 17243588 + + + + Yoon U, Lee JM, Im K, Shin YW, Cho BH, Kim IY, et al. Pattern classification using principal components of cortical thickness and its discriminative pattern in schizophrenia. Neuroimage. (2007) 34(4):1405–1415. doi:  10.1016/j.neuroimage.2006.11.021. PMID: + + 10.1016/j.neuroimage.2006.11.021 + 17188902 + + + + Pohl KM, Sabuncu MR. (2009). A unified framework for MR based disease classification. In Lecture Notes in Computer Science Springer; 5636, 300–313. doi:  10.1007/978-3-642-02498-6_25 + + 10.1007/978-3-642-02498-6_25 + PMC2854674 + 19694272 + + + + Koutsouleris N, Meisenzahl EM, Davatzikos C, Bottlender R, Frodl T, Scheuerecker J, et al. Use of neuroanatomical pattern classification to identify subjects in at-risk mental states of psychosis and predict disease transition. Arch Gen Psychiatry. (2009) 66(7):700–712. doi:  10.1001/archgenpsychiatry.2009.62. PMID: + + 10.1001/archgenpsychiatry.2009.62 + PMC4135464 + 19581561 + + + + Castellani U, Perina A, Murino V, Bellani M, Rambaldelli G, Tansella M, et al. (2010). Brain morphometry by probabilistic latent semantic analysis. In Lecture Notes in Computer Science Berlin, Heidelberg: Springer; 6362, 177–184. doi:  10.1007/978-3-642-15745-5_22 + + 10.1007/978-3-642-15745-5_22 + 20879313 + + + + Takayanagi Y, Kawasaki Y, Nakamura K, Takahashi T, Orikabe L, Toyoda E, et al. Differentiation of first-episode schizophrenia patients from healthy controls using ROI-based multiple structural brain variables. Prog Neuropsychopharmacol Biol Psychiatry. (2010) 34(1):10–17. doi:  10.1016/j.pnpbp.2009.09.004. PMID: + + 10.1016/j.pnpbp.2009.09.004 + 19751790 + + + + Bansal R, Staib LH, Laine AF, Hao X, Xu D, Liu J, et al. Anatomical brain images alone can accurately diagnose chronic neuropsychiatric illnesses. PLoS One. (2012) 7(12):e50698. doi:  10.1371/journal.pone.0050698. PMID: + + 10.1371/journal.pone.0050698 + PMC3517530 + 23236384 + + + + Perina A, Peruzzo D, Kesa M, Jojic N, Murino V, Bellani M, et al. (2014). Mapping brains on grids of features for schizophrenia analysis. In Lecture Notes in Computer Science Berlin, Heidelberg: Springer-Verlag. 8674:805–812. doi:  10.1007/978-3-319-10470-6_100 + + 10.1007/978-3-319-10470-6_100 + 25485454 + + + + Schnack HG, Nieuwenhuis M, van Haren NE, Abramovic L, Scheewe TW, Brouwer RM, et al. Can structural MRI aid in clinical classification? A machine learning study in two independent samples of patients with schizophrenia, bipolar disorder and healthy subjects. Neuroimage. (2014) 84:299–306. doi:  10.1016/j.neuroimage.2013.08.053. PMID: + + 10.1016/j.neuroimage.2013.08.053 + 24004694 + + + + Lu X, Yang Y, Wu F, Gao M, Xu Y, Zhang Y, et al. Discriminative analysis of schizophrenia using support vector machine and recursive feature elimination on structural MRI images. Medicine (Baltimore). (2016) 95(30):e3973. doi:  10.1097/MD.0000000000003973. PMID: + + 10.1097/MD.0000000000003973 + PMC5265810 + 27472673 + + + + Chin R, You AX, Meng F, Zhou J, Sim K. Recognition of schizophrenia with regularized support vector machine and sequential region of interest selection using structural magnetic resonance imaging. Sci Rep. (2018) 8:13858. doi:  10.1038/s41598-018-32290-9. PMID: + + 10.1038/s41598-018-32290-9 + PMC6138658 + 30218016 + + + + Chen Z, Yan T, Wang E, Jiang H, Tang Y, Yu X, et al. Detecting abnormal brain regions in schizophrenia using structural MRI via machine learning. Comput Intell Neurosci. (2020) 2020:6405930. doi:  10.1155/2020/6405930. PMID: + + 10.1155/2020/6405930 + PMC7142389 + 32300361 + + + + Tanveer M, Jangir J, Ganaie MA, Beheshti I, Tabish M, Chhabra N. Diagnosis of schizophrenia: A comprehensive evaluation. IEEE J Biomed Health Inform. (2023) 27(3):1185–1192. doi:  10.1109/JBHI.2022.3168357. PMID: + + 10.1109/JBHI.2022.3168357 + 35446774 + + + + Hu M, Sim K, Zhou JH, Jiang X, Guan C. (2020). Brain MRI-based 3D convolutional neural networks for classification of schizophrenia and controls. In 2020 42nd Annual International Conference of the IEEE Engineering in Medicine & Biology Society (EMBC) Montreal, QC, Canada: IEEE, 1742–1745. doi:  10.1109/EMBC44109.2020.9176610 + + 10.1109/EMBC44109.2020.9176610 + 33018334 + + + + Oh J, Oh BL, Lee KU, Chae JH, Yun K. Identifying schizophrenia using structural MRI with a deep learning algorithm. Front Psychiatry. (2020) 11:16. doi:  10.3389/fpsyt.2020.00016. PMID: + + 10.3389/fpsyt.2020.00016 + PMC7008229 + 32116837 + + + + Li Z, Li W, Wei Y, Gui G, Zhang R, Liu H, et al. Deep learning based automatic diagnosis of first-episode psychosis, bipolar disorder and healthy controls. Comput Med Imaging Graph. (2021) 89:101882. doi:  10.1016/j.compmedimag.2021.101882. PMID: + + 10.1016/j.compmedimag.2021.101882 + 33684730 + + + + Hu M, Qian X, Liu S, Koh AJ, Sim K, Jiang X, et al. Structural and diffusion MRI based schizophrenia classification using 2D pretrained and 3D naive convolutional neural networks. Schizophr Res. (2022) 243:330–341. doi:  10.1016/j.schres.2021.06.011. PMID: + + 10.1016/j.schres.2021.06.011 + 34210562 + + + + Wen Y, Zhou C, Chen L, Deng Y, Cleusix M, Jenni R, et al. Bridging structural MRI with cognitive function for individual level classification of early psychosis via deep learning. Front Psychiatry. (2023) 13:1075564. doi:  10.3389/fpsyt.2022.1075564. PMID: + + 10.3389/fpsyt.2022.1075564 + PMC9871589 + 36704734 + + + + Zhang J, Rao VM, Tian Y, Yang Y, Acosta N, Wan Z, et al. Detecting schizophrenia with 3D structural brain MRI using deep learning. Sci Rep. (2023) 13(1):14433. doi:  10.1038/s41598-023-41359-z. PMID: + + 10.1038/s41598-023-41359-z + PMC10475022 + 37660217 + + + + Cui Y, Li C, Liu B, Sui J, Song M, Chen J, et al. Consistent brain structural abnormalities and multisite individualised classification of schizophrenia using deep neural networks. Br J Psychiatry. (2022) 221(6):732–739. doi:  10.1192/bjp.2022.22. PMID: + + 10.1192/bjp.2022.22 + 35144702 + + + + Arribas JI, Calhoun VD, Adali T. Automatic Bayesian classification of healthy controls, bipolar disorder, and schizophrenia using intrinsic connectivity maps from fMRI data. IEEE Trans Biomed Eng. (2010) 57(12):2850–2860. doi:  10.1109/TBME.2010.2080679. PMID: + + 10.1109/TBME.2010.2080679 + PMC2982883 + 20876002 + + + + Yang H, Liu J, Sui J, Pearlson G, Calhoun VD. A hybrid machine learning method for fusing fMRI and genetic data: Combining both improves classification of schizophrenia. Front Hum Neurosci. (2010) 4:192. doi:  10.3389/fnhum.2010.00192. PMID: + + 10.3389/fnhum.2010.00192 + PMC2990459 + 21119772 + + + + Castro E, Martínez-Ramón M, Pearlson G, Sui J, Calhoun VD. Characterization of groups using composite kernels and multi-source fMRI analysis data: Application to schizophrenia. Neuroimage. (2011) 58(2):526–536. doi:  10.1016/j.neuroimage.2011.06.044. PMID: + + 10.1016/j.neuroimage.2011.06.044 + PMC3242731 + 21723948 + + + + Costafreda SG, Fu CH, Picchioni M, Toulopoulou T, McDonald C, Kravariti E, et al. Pattern of neural responses to verbal fluency shows diagnostic specificity for schizophrenia and bipolar disorder. BMC Psychiatry. (2011) 11:18. doi:  10.1186/1471-244X-11-18. PMID: + + 10.1186/1471-244X-11-18 + PMC3042380 + 21276242 + + + + Fan Y, Liu Y, Wu H, Hao Y, Liu H, Liu Z, et al. Discriminant analysis of functional connectivity patterns on Grassmann manifold. Neuroimage. (2011) 56(4):2058–2067. doi:  10.1016/j.neuroimage.2011.03.051. PMID: + + 10.1016/j.neuroimage.2011.03.051 + 21440643 + + + + Du W, Calhoun VD, Li H, Ma S, Eichele T, Kiehl KA, et al. High classification accuracy for schizophrenia with rest and task FMRI data. Front Hum Neurosci. (2012) 6:145. doi:  10.3389/fnhum.2012.00145. PMID: + + 10.3389/fnhum.2012.00145 + PMC3366580 + 22675292 + + + + Liu M, Zeng LL, Shen H, Liu Z, Hu D. Potential risk for healthy siblings to develop schizophrenia. Neuroreport. (2012) 23(5):265–269. doi:  10.1097/WNR.0b013e32834f60a5. PMID: + + 10.1097/WNR.0b013e32834f60a5 + 22158134 + + + + Venkataraman A, Whitford TJ, Westin CF, Golland P, Kubicki M. Whole brain resting state functional connectivity abnormalities in schizophrenia. Schizophr Res. (2012) 139(1-3):7–12. doi:  10.1016/j.schres.2012.04.021. PMID: + + 10.1016/j.schres.2012.04.021 + PMC3393792 + 22633528 + + + + Fekete T, Wilf M, Rubin D, Edelman S, Malach R, Mujica-Parodi LR. Combining classification with fMRI-derived complex network measures for potential neurodiagnostics. PLoS One. (2013) 8(5):e62867. doi:  10.1371/journal.pone.0062867. PMID: + + 10.1371/journal.pone.0062867 + PMC3646016 + 23671641 + + + + Yu Y, Shen H, Zeng LL, Ma Q, Hu D. Convergent and divergent functional connectivity patterns in schizophrenia and depression. PLoS One. (2013) 8(7):e68250. doi:  10.1371/journal.pone.0068250. PMID: + + 10.1371/journal.pone.0068250 + PMC3699547 + 23844175 + + + + Brodersen KH, Deserno L, Schlagenhauf F, Lin Z, Penny WD, Buhmann JM, et al. Dissecting psychiatric spectrum disorders by generative embedding. NeuroImage Clin. (2014) 4:98–111. doi:  10.1016/j.nicl.2013.11.002. PMID: + + 10.1016/j.nicl.2013.11.002 + PMC3863808 + 24363992 + + + + Castro E, Gómez-Verdejo V, Martínez-Ramón M, Kiehl KA, Calhoun VD. A multiple kernel learning approach to perform classification of groups from complex-valued fMRI data analysis: Application to schizophrenia. Neuroimage. (2014) 87:1–17. doi:  10.1016/j.neuroimage.2013.10.065. PMID: + + 10.1016/j.neuroimage.2013.10.065 + PMC3946896 + 24225489 + + + + Guo S, Kendrick KM, Yu R, Wang HLS, Feng J. Key functional circuitry altered in schizophrenia involves parietal regions associated with sense of self. Hum Brain Mapp. (2014) 35(1):123–139. doi:  10.1002/hbm.22162. PMID: + + 10.1002/hbm.22162 + PMC6869177 + 23008170 + + + + Watanabe T, Kessler D, Scott C, Angstadt M, Sripada C. Disease prediction based on functional connectomes using a scalable and spatially-informed support vector machine. Neuroimage. (2014) 96:183–202. doi:  10.1016/j.neuroimage.2014.03.067. PMID: + + 10.1016/j.neuroimage.2014.03.067 + PMC4072532 + 24704268 + + + + Cheng W, Palaniyappan L, Li M, Kendrick KM, Zhang J, Luo Q, et al. Addendum: Voxel-based, brain-wide association study of aberrant functional connectivity in schizophrenia implicates thalamocortical circuitry. NPJ Schizophr. (2018) 4(1):19. doi:  10.1038/s41537-018-0060-x. PMID: + + 10.1038/s41537-018-0060-x + PMC6141572 + 30224750 + + + + Chyzhyk D, Graña M, Öngür D, Shinn AK. Discrimination of schizophrenia auditory hallucinators by machine learning of resting-state functional MRI. Int J Neural Syst. (2015) 25(3):1550007. doi:  10.1142/S0129065715500070. PMID: + + 10.1142/S0129065715500070 + PMC4787625 + 25753600 + + + + Peters H, Shao J, Scherr M, Schwerthöffer D, Zimmer C, Förstl H, et al. More consistently altered connectivity patterns for cerebellum and medial temporal lobes than for amygdala and striatum in schizophrenia. Front Hum Neurosci. (2016) 10:55. doi:  10.3389/fnhum.2016.00055. PMID: + + 10.3389/fnhum.2016.00055 + PMC4756145 + 26924973 + + + + Skåtun KC, Kaufmann T, Doan NT, Alnæs D, Córdova-Palomera A, Jönsson EG, et al. Consistent functional connectivity alterations in schizophrenia spectrum disorder: A multisite study. Schizophr Bull. (2017) 43(4):914–924. doi:  10.1093/schbul/sbw145. PMID: + + 10.1093/schbul/sbw145 + PMC5515107 + 27872268 + + + + Chen X, Liu C, He H, Chang X, Jiang Y, Li Y, et al. Transdiagnostic differences in the resting-state functional connectivity of the prefrontal cortex in depression and schizophrenia. J Affect Disord. (2017) 217:118–124. doi:  10.1016/j.jad.2017.04.001. PMID: + + 10.1016/j.jad.2017.04.001 + 28407554 + + + + Guo W, Liu F, Chen J, Wu R, Li L, Zhang Z, et al. Family-based case-control study of homotopic connectivity in first-episode, drug-naive schizophrenia at rest. Sci Rep. (2017) 7:43312. doi:  10.1038/srep43312. PMID: + + 10.1038/srep43312 + PMC5335664 + 28256527 + + + + Iwabuchi SJ, Palaniyappan L. Abnormalities in the effective connectivity of visuothalamic circuitry in schizophrenia. Psychol Med. (2017) 47(7):1300–1310. doi:  10.1017/S0033291716003469. PMID: + + 10.1017/S0033291716003469 + 28077184 + + + + Bae Y, Kumarasamy K, Ali IM, Korfiatis P, Akkus Z, Erickson BJ. Differences between schizophrenic and normal subjects using network properties from fMRI. J Digit Imaging. (2018) 31(2):252–261. doi:  10.1007/s10278-017-0020-4. PMID: + + 10.1007/s10278-017-0020-4 + PMC5873464 + 28924878 + + + + Li J, Sun Y, Huang Y, Bezerianos A, Yu R. Machine learning technique reveals intrinsic characteristics of schizophrenia: an alternative method. Brain Imaging Behav. (2019) 13(5):1386–1396. doi:  10.1007/s11682-018-9947-4. PMID: + + 10.1007/s11682-018-9947-4 + 30159765 + + + + Chatterjee I, Kumar V, Sharma S, Dhingra D, Rana B, Agarwal M, et al. Identification of brain regions associated with working memory deficit in schizophrenia. F1000Res. (2019) 8:124. doi:  10.12688/f1000research.17731.1. PMID: + + 10.12688/f1000research.17731.1 + PMC6480944 + 31069066 + + + + Kalmady SV, Greiner R, Agrawal R, Shivakumar V, Narayanaswamy JC, Brown MRG, et al. Towards artificial intelligence in mental health by improving schizophrenia prediction with multiple brain parcellation ensemble-learning. NPJ Schizophr. (2019) 5(1):2. doi:  10.1038/s41537-018-0070-8. PMID: + + 10.1038/s41537-018-0070-8 + PMC6386753 + 30659193 + + + + Algumaei AH, Algunaid RF, Rushdi MA, Yassine IA. Feature and decision-level fusion for schizophrenia detection based on resting-state fMRI data. PLoS One. (2022) 17(5):e0265300. doi:  10.1371/journal.pone.0265300. PMID: + + 10.1371/journal.pone.0265300 + PMC9129055 + 35609033 + + + + Liu P, Mei X, Fei S. (2019). A compound classification model for schizophrenia based on brain fMRI and network modelling. In 2019 Chinese Control Conference (CCC) Guangzhou, China: IEEE, 7694–7697. doi:  10.23919/ChiCC.2019.8865960 + + 10.23919/ChiCC.2019.8865960 + + + + Nimkar AV, Kubal DR. (2018). Optimization of schizophrenia diagnosis prediction using machine learning techniques. In 2018 4th International Conference on Computer and Information Sciences (ICCOINS) Kuala Lumpur, Malaysia: IEEE, 1–6. doi:  10.1109/ICCOINS.2018.8510599 + + 10.1109/ICCOINS.2018.8510599 + + + + Han S, Huang W, Zhang Y, Zhao J, Chen H. Recognition of early-onset schizophrenia using deep-learning method. Appl Inform. (2017) 4:16. doi:  10.1186/s40535-017-0044-3. PMID: + + 10.1186/s40535-017-0044-3 + + + + Zeng LL, Wang H, Hu P, Yang B, Pu W, Shen H, et al. Multi-site diagnostic classification of schizophrenia using discriminant deep learning with functional connectivity MRI. EBioMedicine. (2018) 30:74–85. doi:  10.1016/j.ebiom.2018.03.017. PMID: + + 10.1016/j.ebiom.2018.03.017 + PMC5952341 + 29622496 + + + + Oh K, Kim W, Shen G, Piao Y, Kang NI, Oh IS, et al. Classification of schizophrenia and normal controls using 3D convolutional neural network and outcome visualization. Schizophr Res. (2019) 212:186–195. doi:  10.1016/j.schres.2019.07.034. PMID: + + 10.1016/j.schres.2019.07.034 + 31395487 + + + + Yan W, Calhoun V, Song M, Cui Y, Yan H, Liu S, et al. Discriminating schizophrenia using recurrent neural network applied on time courses of multi-site FMRI data. EBioMedicine. (2019) 47:543–552. doi:  10.1016/j.ebiom.2019.08.023. PMID: + + 10.1016/j.ebiom.2019.08.023 + PMC6796503 + 31420302 + + + + Zhao M, Yan W, Luo N, Zhi D, Fu Z, Du Y, et al. (2021). An attention-based hybrid deep learning framework integrating temporal coherence and dynamics for discriminating schizophrenia. In 2021 IEEE 18th International Symposium on Biomedical Imaging (ISBI) Nice, France: IEEE, 118–121. doi:  10.1109/ISBI48211.2021.9433919 + + 10.1109/ISBI48211.2021.9433919 + + + + Smucny J, Davidson I, Carter CS. Comparing machine and deep learning-based algorithms for prediction of clinical improvement in psychosis with functional magnetic resonance imaging. Hum Brain Mapp. (2021) 42(4):1197–1205. doi:  10.1002/hbm.25286. PMID: + + 10.1002/hbm.25286 + PMC7856652 + 33185307 + + + + Wang T, Bezerianos A, Cichocki A, Li J. Multikernel capsule network for schizophrenia identification. IEEE Trans Cybern. (2022) 52(6):4741–4750. doi:  10.1109/TCYB.2020.3035282. PMID: + + 10.1109/TCYB.2020.3035282 + 33259321 + + + + Kubicki M, McCarley R, Westin CF, Park HJ, Maier S, Kikinis R, et al. A review of diffusion tensor imaging studies in schizophrenia. J Psychiatr Res. (2007) 41(1-2):15–30. doi:  10.1016/j.jpsychires.2005.05.005. PMID: + + 10.1016/j.jpsychires.2005.05.005 + PMC2768134 + 16023676 + + + + Kanaan RAA, Kim JS, Kaufmann WE, Pearlson GD, Barker GJ, McGuire PK. Diffusion tensor imaging in schizophrenia. Biol Psychiatry. (2005) 58(12):921–929. doi:  10.1016/j.biopsych.2005.05.015. PMID: + + 10.1016/j.biopsych.2005.05.015 + 16043134 + + + + Pinkham A, Loughead J, Ruparel K, Wu WC, Overton E, Gur R, et al. Resting quantitative cerebral blood flow in schizophrenia measured by pulsed arterial spin labeling perfusion MRI. Psychiatry Res Neuroimaging. (2011) 194(1):64–72. doi:  10.1016/j.pscychresns.2011.06.013. PMID: + + 10.1016/j.pscychresns.2011.06.013 + PMC3185150 + 21831608 + + + + Korfiatis P, Erickson B. The basics of diffusion and perfusion imaging in brain tumors. Appl Radiol. (2014) 43:22–29. doi:  10.37549/ar2093. PMID: + + 10.37549/ar2093 + PMC4599787 + 26456989 + + + + Caan MWA, Vermeer KA, van Vliet LJ, Majoie CB, Peters BD, den Heeten GJ, et al. Shaving diffusion tensor images in discriminant analysis: a study into schizophrenia. Med Image Anal. (2006) 10(6):841–849. doi:  10.1016/j.media.2006.07.006. PMID: + + 10.1016/j.media.2006.07.006 + 16965928 + + + + Caprihan A, Pearlson GD, Calhoun VD. Application of principal component analysis to distinguish patients with schizophrenia from healthy controls based on fractional anisotropy measurements. Neuroimage. (2008) 42(2):675–682. doi:  10.1016/j.neuroimage.2008.04.255. PMID: + + 10.1016/j.neuroimage.2008.04.255 + PMC2566788 + 18571937 + + + + Ingalhalikar M, Kanterakis S, Gur R, Roberts TPL, Verma R. (2010). DTI based diagnostic prediction of a disease via pattern classification. In Lecture Notes in Computer Science Springer; 6361, 558–565. doi:  10.1007/978-3-642-15705-9_68 + + 10.1007/978-3-642-15705-9_68 + 20879275 + + + + Rathi Y, Malcolm J, Michailovich O, Goldstein J, Seidman L, McCarley RW, et al. (2010). Biomarkers for identifying first-episode schizophrenia patients using diffusion weighted imaging. In Lecture Notes in Computer Science Springer; 6361, 657–665. doi:  10.1007/978-3-642-15705-9_80 + + 10.1007/978-3-642-15705-9_80 + PMC3091029 + 20879287 + + + + Ardekani BA, Tabesh A, Sevy S, Robinson DG, Bilder RM, Szeszko PR. Diffusion tensor imaging reliably differentiates patients with schizophrenia from healthy volunteers. Hum Brain Mapp. (2011) 32(1):1–9. doi:  10.1002/hbm.20995. PMID: + + 10.1002/hbm.20995 + PMC2896986 + 20205252 + + + + Squarcina L, Perlini C, Peruzzo D, Castellani U, Marinelli V, Bellani M, et al. The use of dynamic susceptibility contrast (DSC) MRI to automatically classify patients with first episode psychosis. Schizophr Res. (2015) 165(1):38–44. doi:  10.1016/j.schres.2015.03.017. PMID: + + 10.1016/j.schres.2015.03.017 + 25888338 + + + + Sutcubasi B, Metin SZ, Erguzel TT, Ozdemir PG, Bati S, Demirci O, et al. Anatomical connectivity changes in bipolar disorder and schizophrenia investigated using whole-brain tract-based spatial statistics and machine learning approaches. Neural Comput Appl. (2019) 31(9):4983–4992. doi:  10.1007/s00521-018-03992-y. PMID: + + 10.1007/s00521-018-03992-y + + + + Levy AV, Gomez-Mont F, Volkow ND, Corona JF, Brodie JD, Cancro R. Spatial low frequency pattern analysis in positron emission tomography: a study between normals and schizophrenics. J Nucl Med. (1992) 33(2):287–295. + + 1732457 + + + + Josin GM, Liddle PF. Neural network analysis of the pattern of functional connectivity between cerebral areas in schizophrenia. Biol Cybern. (2001) 84(2):117–122. doi:  10.1007/s004220000197. PMID: + + 10.1007/s004220000197 + 11205348 + + + + Bose SK, Turkheimer FE, Howes OD, Mehta MA, Cunliffe R, Stokes PR, et al. Classification of schizophrenic patients and healthy controls using [18F] fluorodopa PET imaging. Schizophr Res. (2008) 106(2-3):148–155. doi:  10.1016/j.schres.2008.09.011. PMID: + + 10.1016/j.schres.2008.09.011 + 18849151 + + + + Ulaş A, Duin RPW, Castellani U, Loog M, Mirtuono P, Bicego M, et al. (2010). Dissimilarity-based detection of schizophrenia. In 2010 First Workshop on Brain Decoding: Pattern Recognition Challenges in Neuroimaging Istanbul, Turkey: IEEE, 32–35. doi:  10.1109/WBD.2010.10 + + 10.1109/WBD.2010.10 + + + + Ota M, Ishikawa M, Sato N, Hori H, Sasayama D, Hattori K, et al. Discrimination between schizophrenia and major depressive disorder by magnetic resonance imaging of the female brain. J Psychiatr Res. (2013) 47(10):1383–1388. doi:  10.1016/j.jpsychires.2013.06.010. PMID: + + 10.1016/j.jpsychires.2013.06.010 + 23830450 + + + + Sui J, He H, Yu Q, Chen J, Rogers J, Pearlson GD, et al. Combination of resting state fMRI, DTI, and sMRI data to discriminate schizophrenia by N-way MCCA + jICA. Front Hum Neurosci. (2013) 7:235. doi:  10.3389/fnhum.2013.00235. PMID: + + 10.3389/fnhum.2013.00235 + PMC3666029 + 23755002 + + + + Cortes-Briones JA, Tapia-Rivas NI, D'Souza DC, Estevez PA. Going deep into schizophrenia with artificial intelligence. Schizophr Res. (2022) 245:122–140. doi:  10.1016/j.schres.2021.05.018. PMID: + + 10.1016/j.schres.2021.05.018 + 34103242 + + + + Wang M, Zhao SW, Wu D, Zhang YH, Han YK, Zhao K, et al. Transcriptomic and neuroimaging data integration enhances machine learning classification of schizophrenia. Psychoradiology. (2024) 4:kkae005. doi:  10.1093/psyrad/kkae005. PMID: + + 10.1093/psyrad/kkae005 + PMC11061866 + 38694267 + + + + Sui J, Yu Q, He H, Pearlson GD, Calhoun VD. A selective review of multimodal fusion methods in schizophrenia. Front Hum Neurosci. (2012) 6:27. doi:  10.3389/fnhum.2012.00027. PMID: + + 10.3389/fnhum.2012.00027 + PMC3285795 + 22375114 + + + + Hu X, Zhu D, Lv P, Li K, Han J, Wang L, et al. Fine-granularity functional interaction signatures for characterization of brain conditions. Neuroinformatics. (2013) 11(3):301–317. doi:  10.1007/s12021-013-9177-2. PMID: + + 10.1007/s12021-013-9177-2 + PMC4030009 + 23319242 + + + + Pettersson-Yeo W, Benetti S, Marquand AF, Dell'acqua F, Williams SC, Allen P, et al. Using genetic, cognitive and multi-modal neuroimaging data to identify ultra-high-risk and first-episode psychosis at the individual level. Psychol Med. (2013) 43(12):2547–2562. doi:  10.1017/S003329171300024X. PMID: + + 10.1017/S003329171300024X + PMC3821374 + 23507081 + + + + Rahaman MA, Chen J, Fu Z, Lewis N, Iraji A, van Erp TGM, et al. Deep multimodal predictome for studying mental disorders. Hum Brain Mapp. (2023) 44(2):509–522. doi:  10.1002/hbm.26077. PMID: + + 10.1002/hbm.26077 + PMC9842924 + 36574598 + + + + Zeng J, Zhang W, Wu G, Wang X, Shah C, Li S, et al. Effects of antipsychotic medications and illness duration on brain features that distinguish schizophrenia patients. Schizophr Bull. (2022) 48(6):1354–1362. doi:  10.1093/schbul/sbac094. PMID: + + 10.1093/schbul/sbac094 + PMC9673268 + 35925035 + + + + Yang C, Tang J, Liu N, Yao L, Xu M, Sun H, et al. The effects of antipsychotic treatment on the brain of patients with first-episode schizophrenia: a selective review of longitudinal MRI studies. Front Psychiatry. (2021) 12:593703. doi:  10.3389/fpsyt.2021.593703. PMID: + + 10.3389/fpsyt.2021.593703 + PMC8264251 + 34248691 + + + + Sun H, Liu N, Qiu C, Tao B, Yang C, Tang B, et al. Applications of MRI in schizophrenia: Current progress in establishing clinical utility. J Magn Reson Imaging. (2025) 61(2):616–633. doi:  10.1002/jmri.29470. PMID: + + 10.1002/jmri.29470 + 38946400 + + + + Kulikowski CA. Artificial intelligence methods and systems for medical consultation. IEEE Trans Pattern Anal Mach Intell. (1980) 2(5):464–476. doi:  10.1109/TPAMI.1980.6592368. PMID: + + 10.1109/TPAMI.1980.6592368 + + + + Castellani U, Rossato E, Murino V, Bellani M, Rambaldelli G, Tansella M, et al. (2009). Local kernel for brains classification in schizophrenia. In Lecture Notes in Computer Science Berlin, Heidelberg: Springer-Verlag; 5883, 112–121. doi:  10.1007/978-3-642-10291-2_12 + + 10.1007/978-3-642-10291-2_12 + + + + Sun D, van Erp TG, Thompson PM, Bearden CE, Daley M, Kushan L, et al. Elucidating a magnetic resonance imaging-based neuroanatomic biomarker for psychosis: classification analysis using probabilistic brain atlas and machine learning algorithms. Biol Psychiatry. (2009) 66(11):1055–1060. doi:  10.1016/j.biopsych.2009.07.019. PMID: + + 10.1016/j.biopsych.2009.07.019 + PMC3192809 + 19729150 + + + + Koutsouleris N, Borgwardt S, Meisenzahl EM, Bottlender R, Möller HJ, Riecher-Rössler A. Disease prediction in the at-risk mental state for psychosis using neuroanatomical biomarkers: Results from the FePsy study. Schizophr Bull. (2012) 38(6):1234–1246. doi:  10.1093/schbul/sbr145. PMID: + + 10.1093/schbul/sbr145 + PMC3494048 + 22080496 + + + + Karageorgiou E, Schulz SC, Gollub RL, Andreasen NC, Ho BC, Lauriello J, et al. Neuropsychological testing and structural magnetic resonance imaging as diagnostic biomarkers early in the course of schizophrenia and related psychoses. Neuroinformatics. (2011) 9(4):321–333. doi:  10.1007/s12021-010-9094-6. PMID: + + 10.1007/s12021-010-9094-6 + PMC3116989 + 21246418 + + + + Nieuwenhuis M, van Haren NEM, Hulshoff Pol HE, Cahn W, Kahn RS, Schnack HG. Classification of schizophrenia patients and healthy controls from structural MRI scans in two large independent samples. Neuroimage. (2012) 61(3):606–612. doi:  10.1016/j.neuroimage.2012.03.079. PMID: + + 10.1016/j.neuroimage.2012.03.079 + 22507227 + + + + Ota M, Sato N, Ishikawa M, Hori H, Sasayama D, Hattori K, et al. Discrimination of female schizophrenia patients from healthy women using multiple structural brain measures obtained with voxel-based morphometry. Psychiatry Clin Neurosci. (2012) 66(7):611–617. doi:  10.1111/j.1440-1819.2012.02397.x. PMID: + + 10.1111/j.1440-1819.2012.02397.x + 23252928 + + + + Greenstein D, Malley JD, Weisinger B, Clasen L, Gogtay N. Using multivariate machine learning methods and structural MRI to classify childhood onset schizophrenia and healthy controls. Front Psychiatry. (2012) 3:53. doi:  10.3389/fpsyt.2012.00053. PMID: + + 10.3389/fpsyt.2012.00053 + PMC3365783 + 22675310 + + + + Yushkevich P, Dubb A, Xie Z, Gur R, Gur R, Gee J. Regional structural characterization of the brain of schizophrenia patients. Acad Radiol. (2005) 12(10):1250–1261. doi:  10.1016/j.acra.2005.06.014. PMID: + + 10.1016/j.acra.2005.06.014 + 16179202 + + + + Gould IC, Shepherd AM, Laurens KR, Cairns MJ, Carr VJ, Green MJ. Multivariate neuroanatomical classification of cognitive subtypes in schizophrenia: A support vector machine learning approach. NeuroImage Clin. (2014) 6:229–236. doi:  10.1016/j.nicl.2014.09.009. PMID: + + 10.1016/j.nicl.2014.09.009 + PMC4215428 + 25379435 + + + + Yassin W, Nakatani H, Zhu Y, Kojima M, Owada K, Kuwabara H, et al. Machine-learning classification using neuroimaging data in schizophrenia, autism, ultra-high risk and first-episode psychosis. Transl Psychiatry. (2020) 10(1):278. doi:  10.1038/s41398-020-00965-5. PMID: + + 10.1038/s41398-020-00965-5 + PMC7429957 + 32801298 + + + + Ulaş A, Castellani U, Mirtuono P, Bicego M, Murino V, Cerruti S, et al. (2011). Multimodal schizophrenia detection by multiclassification analysis. In Lecture Notes in Computer Science Berlin, Heidelberg: Springer-Verlag; 7042, 491–498. doi:  10.1007/978-3-642-25085-9_58 + + 10.1007/978-3-642-25085-9_58 + + + + Guo H, Jian S, Zhou Y, Chen X, Chen J, Zhou J, et al. Discriminative analysis of schizophrenia patients using an integrated model combining 3D CNN with 2D CNN: A multimodal MR image and connectomics analysis. Brain Res Bull. (2024) 206:110846. doi:  10.1016/j.brainresbull.2023.110846. PMID: + + 10.1016/j.brainresbull.2023.110846 + 38104672 + + + + Silva RF, Castro E, Gupta CN, Cetin M, Arbabshirani M, Potluru VK, et al. (2014). The tenth annual MLSP competition: Schizophrenia classification challenge. In 2014 IEEE International Workshop on Machine Learning for Signal Processing (MLSP) Reims, France: IEEE, 1–6. doi:  10.1109/MLSP.2014.6958889 + + 10.1109/MLSP.2014.6958889 + + + + Axelsen MC, Bak N, Hansen LK. (2015). Testing multimodal integration hypotheses with application to schizophrenia data. In 2015 International Workshop on Pattern Recognition in NeuroImaging Stanford, CA, USA: IEEE, 37–40. doi:  10.1109/PRNI.2015.20 + + 10.1109/PRNI.2015.20 + + + + Cetin MS, Houck JM, Rashid B, Agacoglu O, Stephen JM, Sui J, et al. Multimodal classification of schizophrenia patients with MEG and fMRI data using static and dynamic connectivity measures. Front Neurosci. (2016) 10:466. doi:  10.3389/fnins.2016.00466. PMID: + + 10.3389/fnins.2016.00466 + PMC5070283 + 27807403 + + + + Qureshi MNI, Oh J, Cho D, Jo HJ, Lee B. Multimodal discrimination of schizophrenia using hybrid weighted feature concatenation of brain functional connectivity and anatomical features with an extreme learning machine. Front Neuroinform. (2017) 11:59. doi:  10.3389/fninf.2017.00059. PMID: + + 10.3389/fninf.2017.00059 + PMC5596100 + 28943848 + + + + Ebdrup BH, Axelsen MC, Bak N, Fagerlund B, Oranje B, Raghava JM, et al. Accuracy of diagnostic classification algorithms using cognitive-, electrophysiological-, and neuroanatomical data in antipsychotic-naïve schizophrenia patients. Psychol Med. (2019) 49(16):2754–2763. doi:  10.1017/S0033291718003781. PMID: + + 10.1017/S0033291718003781 + PMC6877469 + 30560750 + + + + Lei D, Pinaya WHL, Young J, van Amelsvoort T, Marcelis M, Donohoe G, et al. Integrating machining learning and multimodal neuroimaging to detect schizophrenia at the level of the individual. Hum Brain Mapp. (2020) 41(5):1119–1135. doi:  10.1002/hbm.24863. PMID: + + 10.1002/hbm.24863 + PMC7268084 + 31737978 + + + + Gagana B. New insights from old data: Multimodal classification of schizophrenia using automated deep learning configurations. (2020). doi:  10.1101/2020.11.02.364976 + + 10.1101/2020.11.02.364976 + + + + Masoudi B, Daneshvar S, Razavi SN. Multi-modal neuroimaging feature fusion via 3D convolutional neural network architecture for schizophrenia diagnosis. Intell Data Anal. (2021) 25(2):527–540. doi:  10.3233/IDA-205113 + + 10.3233/IDA-205113 + + + + Masoudi B, Danishvar S. Deep multi-modal schizophrenia disorder diagnosis via a GRU-CNN architecture. Neural Network World. (2022) 32(3):147–161. doi:  10.14311/NNW.2022.32.009 + + 10.14311/NNW.2022.32.009 + + + + Bi Y, Abrol A, Fu Z, Calhoun VD. A multimodal vision transformer for interpretable fusion of functional and structural neuroimaging data. (2023). doi:  10.1101/2023.07.14.549002 + + 10.1101/2023.07.14.549002 + PMC11599617 + 39600159 + + + + Shi D, Li Y, Zhang H, Yao X, Wang S, Wang G, et al. Machine learning of schizophrenia detection with structural and functional neuroimaging. Dis Markers. (2021) 2021:9963824. doi:  10.1155/2021/9963824. PMID: + + 10.1155/2021/9963824 + PMC8208855 + 34211615 + + + + Calhoun VD, Amin MF, Hjelm D, Damaraju E, Plis SM. (2017). A deep-learning approach to translate between brain structure and functional connectivity. In 2017 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP) New Orleans, LA, USA: IEEE, 6155–6159. doi:  10.1109/ICASSP.2017.7953339 + + 10.1109/ICASSP.2017.7953339 + + + + Srinivasagopalan S, Barry J, Gurupur V, Thankachan S. A deep learning approach for diagnosing schizophrenic patients. J Exp Theor Artif Intell. (2019) 31(6):803–816. doi:  10.1080/0952813X.2018.1563636. PMID: + + 10.1080/0952813X.2018.1563636 + + + + Kanyal A, Mazumder B, Calhoun VD, Preda A, Turner J, Ford J, et al. Multi-modal deep learning from imaging genomic data for schizophrenia classification. Front Psychiatry. (2024) 15:1384842. doi:  10.3389/fpsyt.2024.1384842. PMID: + + 10.3389/fpsyt.2024.1384842 + PMC11239396 + 39006822 + + + + Castellani U, Mirtuono P, Murino V, Bellani M, Rambaldelli G, Tansella M, et al. (2011). A new shape diffusion descriptor for brain classification. In Lecture Notes in Computer Science Springer; 6892, 426–433. doi:  10.1007/978-3-642-23629-7_52 + + 10.1007/978-3-642-23629-7_52 + 21995057 + + + + Castellani U, Rossato E, Murino V, Bellani M, Rambaldelli G, Perlini C, et al. Classification of schizophrenia using feature-based morphometry. J Neural Transm. (2012) 119(3):395–404. doi:  10.1007/s00702-011-0693-7. PMID: + + 10.1007/s00702-011-0693-7 + 21904897 + + + + Squarcina L, Castellani U, Bellani M, Perlini C, Lasalvia A, Dusi N, et al. Classification of first-episode psychosis in a large cohort of patients using support vector machine and multiple kernel learning techniques. Neuroimage. (2017) 145(Pt B):238–245. doi:  10.1016/j.neuroimage.2015.12.007. PMID: + + 10.1016/j.neuroimage.2015.12.007 + 26690803 + + + + Zanetti MV, Schaufelberger MS, Doshi J, Ou Y, Ferreira LK, Menezes PR, et al. Neuroanatomical pattern classification in a population-based sample of first-episode schizophrenia. Prog Neuropsychopharmacol Biol Psychiatry. (2013) 43:116–125. doi:  10.1016/j.pnpbp.2012.12.005. PMID: + + 10.1016/j.pnpbp.2012.12.005 + 23261522 + + + + de Moura AM, Pinaya WHL, Gadelha A, Zugman A, Noto C, Cordeiro Q, et al. Investigating brain structural patterns in first episode psychosis and schizophrenia using MRI and a machine learning approach. Psychiatry Res Neuroimaging. (2018) 275:14–20. doi:  10.1016/j.pscychresns.2018.03.003. PMID: + + 10.1016/j.pscychresns.2018.03.003 + 29548527 + + + + Deng Y, Hung KSY, Lui SSY, Chui WWH, Lee JCW, Wang Y, et al. Tractography-based classification in distinguishing patients with first-episode schizophrenia from healthy individuals. Prog Neuropsychopharmacol Biol Psychiatry. (2019) 88:66–73. doi:  10.1016/j.pnpbp.2018.06.010. PMID: + + 10.1016/j.pnpbp.2018.06.010 + 29935206 + + + + Anderson A, Dinov ID, Sherin JE, Quintana J, Yuille AL, Cohen MS. Classification of spatially unaligned fMRI scans. Neuroimage. (2010) 49(3):2509–2519. doi:  10.1016/j.neuroimage.2009.08.036. PMID: + + 10.1016/j.neuroimage.2009.08.036 + PMC2846648 + 19712744 + + + + Shen H, Wang L, Liu Y, Hu D. Discriminative analysis of resting-state functional connectivity patterns of schizophrenia using low dimensional embedding of fMRI. Neuroimage. (2010) 49(4):3110–3121. doi:  10.1016/j.neuroimage.2009.11.011. PMID: + + 10.1016/j.neuroimage.2009.11.011 + 19931396 + + + + Kaufmann T, Skåtun KC, Alnæs D, Doan NT, Duff EP, Tønnesen S, et al. Disintegration of sensorimotor brain networks in schizophrenia. Schizophr Bull. (2015) 41(6):1326–1335. doi:  10.1093/schbul/sbv060. PMID: + + 10.1093/schbul/sbv060 + PMC4601711 + 25943122 + + + + Modinos G, Pettersson-Yeo W, Allen P, McGuire PK, Aleman A, Mechelli A. Multivariate pattern classification reveals differential brain activation during emotional processing in individuals with psychosis proneness. Neuroimage. (2012) 59(3):3033–3041. doi:  10.1016/j.neuroimage.2011.10.048. PMID: + + 10.1016/j.neuroimage.2011.10.048 + 22036677 + + + + Kaufmann T, Alnæs D, Brandt CL, Doan NT, Kauppi K, Bettella F, et al. Task modulations and clinical manifestations in the brain functional connectome in 1615 fMRI datasets. Neuroimage. (2017) 147:243–252. doi:  10.1016/j.neuroimage.2016.11.073. PMID: + + 10.1016/j.neuroimage.2016.11.073 + 27916665 + + + + Yoon JH, Nguyen DV, McVay LM, Deramo P, Minzenberg MJ, Ragland JD, et al. Automated classification of fMRI during cognitive control identifies more severely disorganized subjects with schizophrenia. Schizophr Res. (2012) 135(1-3):28–33. doi:  10.1016/j.schres.2012.01.001. PMID: + + 10.1016/j.schres.2012.01.001 + PMC3288252 + 22277668 + + + + Arbabshirani MR, Kiehl KA, Pearlson GD, Calhoun VD. Classification of schizophrenia patients based on resting-state functional network connectivity. Front Neurosci. (2013) 7:133. doi:  10.3389/fnins.2013.00133. PMID: + + 10.3389/fnins.2013.00133 + PMC3744823 + 23966903 + + + + Yang Y, Cui Y, Xu K, Liu B, Song M, Chen J, et al. (2017). Distributed functional connectivity impairment in schizophrenia: A multi-site study. In 2nd IET International Conference on Biomedical Image and Signal Processing (ICBISP 2017) Wuhan: IET, 1–6. doi:  10.1049/cp.2017.0086 + + 10.1049/cp.2017.0086 + + + + Vyškovský R, Schwarz D, Kašpárek T. Brain morphometry methods for feature extraction in random subspace ensemble neural network classification of first-episode schizophrenia. Neural Comput. (2019) 31(5):897–918. doi:  10.1162/neco_a_01180. PMID: + + 10.1162/neco_a_01180 + 30883275 + + + + Kraguljac NV, McDonald WM, Widge AS, Rodriguez CI, Tohen M, Nemeroff CB. Neuroimaging biomarkers in schizophrenia. Am J Psychiatry. (2021) 178(6):509–521. doi:  10.1176/appi.ajp.2020.20030340. PMID: + + 10.1176/appi.ajp.2020.20030340 + PMC8222104 + 33397140 + + + + Anderson A, Cohen MS. Decreased small-world functional network connectivity and clustering across resting state networks in schizophrenia: an fMRI classification tutorial. Front Hum Neurosci. (2013) 7:520. doi:  10.3389/fnhum.2013.00520. PMID: + + 10.3389/fnhum.2013.00520 + PMC3759000 + 24032010 + + + + Pouyan AA, Shahamat H. A texture-based method for classification of schizophrenia using fMRI data. Biocybern Biomed Eng. (2015) 35(1):45–53. doi:  10.1016/j.bbe.2014.08.001. PMID: + + 10.1016/j.bbe.2014.08.001 + + + + Mikolas P, Melicher T, Skoch A, Matejka M, Slovakova A, Bakstein E, et al. Connectivity of the anterior insula differentiates participants with first-episode schizophrenia spectrum disorders from controls: a machine-learning study. Psychol Med. (2016) 46(13):2695–2704. doi:  10.1017/S0033291716000878. PMID: + + 10.1017/S0033291716000878 + 27451917 + + + + Yang Y, Cui Y, Xu K, Liu B, Song M, Chen J, et al. “ Distributed functional connectivity impairment in schizophrenia: a multi-site study,” in 2nd IET International Conference on Biomedical Image and Signal Processing (ICBISP 2017), Institution of Engineering and Technology. (2017) 10(6). doi:  10.1049/cp.2017.0086 + + 10.1049/cp.2017.0086 + + + + Liang S, Li Y, Zhang Z, Kong X, Wang Q, Deng W, et al. Classification of first-episode schizophrenia using multimodal brain features: A combined structural and diffusion imaging study. Schizophr Bull. (2019) 45(3):591–599. doi:  10.1093/schbul/sby091. PMID: + + 10.1093/schbul/sby091 + PMC6483586 + 29947804 + + + + Anticevic A, Cole MW, Repovs G, Murray JD, Brumbaugh MS, Winkler AM, et al. Characterizing thalamo-cortical disturbances in schizophrenia and bipolar illness. Cereb Cortex. (2014) 24(12):3116–3130. doi:  10.1093/cercor/bht165. PMID: + + 10.1093/cercor/bht165 + PMC4224238 + 23825317 + + + + Yu Y, Shen H, Zhang H, Zeng LL, Xue Z, Hu D. Functional connectivity-based signatures of schizophrenia revealed by multiclass pattern analysis of resting-state fMRI from schizophrenic patients and their healthy siblings. Biomed Eng Online. (2013) 12:10. doi:  10.1186/1475-925X-12-10. PMID: + + 10.1186/1475-925X-12-10 + PMC3577608 + 23390976 + + + + Millard SJ, Bearden CE, Karlsgodt KH, Sharpe MJ. The prediction-error hypothesis of schizophrenia: new data point to circuit-specific changes in dopamine activity. Neuropsychopharmacol. (2022) 47:628–40. doi:  10.1038/s41386-021-01188-y + + 10.1038/s41386-021-01188-y + PMC8782867 + 34588607 + + + + Zhang W, Qiu C, Lui S. Imaging biomarker studies of antipsychotic-naïve first-episode schizophrenia in China: progress and future directions. Schizophr Bull. (2025) 51(2):379–391. doi:  10.1093/schbul/sbaf002. PMID: + + 10.1093/schbul/sbaf002 + PMC11908865 + 39841545 + + + + Cabral C, Kambeitz-Ilankovic L, Kambeitz J, Calhoun VD, Dwyer DB, von Saldern S, et al. Classifying schizophrenia using multimodal multivariate pattern recognition analysis: Evaluating the impact of individual clinical profiles on the neurodiagnostic performance. Schizophr Bull. (2016) 42(Suppl 1):S110–S117. doi:  10.1093/schbul/sbw053. PMID: + + 10.1093/schbul/sbw053 + PMC4960438 + 27460614 + + + + Kasparek T, Thomaz CE, Sato JR, Schwarz D, Janousova E, Marecek R, et al. Maximum-uncertainty linear discrimination analysis of first-episode schizophrenia subjects. Psychiatry Res Neuroimaging. (2011) 191(3):174–181. doi:  10.1016/j.pscychresns.2010.09.016. PMID: + + 10.1016/j.pscychresns.2010.09.016 + 21295452 + + + + Iwabuchi SJ, Liddle PF, Palaniyappan L. Clinical utility of machine-learning approaches in schizophrenia: Improving diagnostic confidence for translational neuroimaging. Front Psychiatry. (2013) 4:95. doi:  10.3389/fpsyt.2013.00095. PMID: + + 10.3389/fpsyt.2013.00095 + PMC3756305 + 24009589 + + + + Abi-Dargham A, Horga G. The search for imaging biomarkers in psychiatric disorders. Nat Med. (2016) 22(11):1248–1255. doi:  10.1038/nm.4190. PMID: + + 10.1038/nm.4190 + 27783066 + + + + Lin X, Li W, Dong G, Wang Q, Sun H, Shi J, et al. Characteristics of multimodal brain connectomics in patients with schizophrenia and the unaffected first-degree relatives. Front Cell Dev Biol. (2021) 9:631864. doi:  10.3389/fcell.2021.631864. PMID: + + 10.3389/fcell.2021.631864 + PMC7947240 + 33718367 + + + + Reinen JM, Polosecki P, Castro E, Corcoran CM, Cecchi G, Colibazzi T, et al. Multimodal fusion of brain signals for robust prediction of psychosis transition. Schizophr. (2024) 10:54. doi:  10.1038/s41537-024-00464-2. PMID: + + 10.1038/s41537-024-00464-2 + PMC11109212 + 38773120 + + + + Salvador R, Canales-Rodríguez E, Guerrero-Pedraza A, Sarró S, Tordesillas-Gutiérrez D, Maristany T, et al. Multimodal integration of brain images for MRI-based diagnosis in schizophrenia. Front Neurosci. (2019) 13:1203. doi:  10.3389/fnins.2019.01203. PMID: + + 10.3389/fnins.2019.01203 + PMC6855131 + 31787874 + + + + Dang M, Liu B, Chen Y, Zhang Z. Multimodal neuroimaging and AI integration in cognitive disorders: advances, challenges, and future directions for precision medicine. Psychoradiology. (2026) 6:kkag007. doi:  10.1093/psyrad/kkag007 + + 10.1093/psyrad/kkag007 + PMC13010822 + 41884150 + + + + Zhang W, Sweeney JA, Bishop JR, Gong Q, Lui S. Biological subtyping of psychiatric syndromes as a pathway for advances in drug discovery and personalized medicine. Nature Mental Health. (2023) 1(2):88–99. doi:  10.1038/s44220-023-00019-x + + 10.1038/s44220-023-00019-x + + + + Cai XL, Xie DJ, Madsen KH, Wang Y, Bøen E, Jørgensen KN, et al. Generalizability of machine learning for classification of schizophrenia based on resting-state functional MRI data. Hum Brain Mapp. (2020) 41(1):172–184. doi:  10.1002/hbm.24797. PMID: + + 10.1002/hbm.24797 + PMC7268030 + 31571320 + + + + Richter M, Emden D, Leenings R, Winter NR, Mikolajczyk R, Massag J, et al. Generalizability of clinical prediction models in mental health. Mol Psychiatry. (2025) 30(8):3632–3639. doi:  10.1038/s41380-025-02950-0. PMID: + + 10.1038/s41380-025-02950-0 + PMC12240828 + 40108256 + + + + Dang M, Liu B, Chen Y, Zhang Z. Multimodal neuroimaging and AI integration in cognitive disorders: advances, challenges, and future directions for precision medicine. Psychoradiology. (2026) 6:kkag007. doi:  10.1093/psyrad/kkag007. PMID: + + 10.1093/psyrad/kkag007 + PMC13010822 + 41884150 + + + + Banerjee S, Lio P, Jones PB, Cardinal RN. A class-contrastive human-interpretable machine learning approach to predict mortality in severe mental illness. NPJ Schizophr. (2021) 7:60. doi:  10.1038/s41537-021-00191-y. PMID: + + 10.1038/s41537-021-00191-y + PMC8654849 + 34880262 + + + + Kim MG, Lee KC, Lee K, Kim HU, Seo YW, Chae SW. Explainable artificial intelligence approaches for predicting depression by combining feature selection methods and machine learning classifiers. Digit Health. (2026) 12:20552076251411968. doi:  10.1177/20552076251411968. PMID: + + 10.1177/20552076251411968 + PMC12819984 + 41573361 + + + + Mandal A, Chakraborty T, Gurevych I. Towards privacy-aware mental health AI models. Nat Comput Sci. (2025) 5:863–874. doi:  10.1038/s43588-025-00875-w. PMID: + + 10.1038/s43588-025-00875-w + 41073627 + + + + Koutsouleris N, Dwyer DB, Degenhardt F, Maj C, Urquijo-Castro MF, Sanfelici R, et al. Multimodal machine learning workflows for prediction of psychosis in patients with clinical high-risk syndromes and recent-onset depression. JAMA Psychiatry. (2021) 78(2):195–209. doi:  10.1001/jamapsychiatry.2020.3604. PMID: + + 10.1001/jamapsychiatry.2020.3604 + PMC7711566 + 33263726 + + + + Studerus E, Beck K, Fusar-Poli P, Riecher-Rössler A. Development and validation of a dynamic risk prediction model to forecast psychosis onset in patients at clinical high risk. Schizophr Bull. (2020) 46(2):252–260. doi:  10.1093/schbul/sbz059. PMID: + + 10.1093/schbul/sbz059 + PMC7442327 + 31355885 + + + + Iannone S, Samardzija A, Simon AJ, Parra F, Constable RT. Brain-behavior associations: from discovery to clinical application. Biol Psychiatry. (2026):S0006-3223(26)00098-3. doi:  10.1016/j.biopsych.2026.02.020. PMID: + + 10.1016/j.biopsych.2026.02.020 + 41796717 + + + + Ford JM, Mathalon DH. Anticipating the future: automatic prediction failures in schizophrenia. Int J Psychophysiol. (2012) 83(2):232–9. doi:  10.1016/j.ijpsycho.2011.09.004 + + 10.1016/j.ijpsycho.2011.09.004 + PMC3288329 + 21959054 + + + + Jin W, Chen S, Gao Q, Li D, Lu W, Wang M, et al. A clinical prediction model for schizophrenia based on machine learning algorithms. Front Med (Lausanne). (2026) 12:1726905. doi:  10.3389/fmed.2025.1726905. PMID: + + 10.3389/fmed.2025.1726905 + PMC12812932 + 41561962 + + + + Fuller RW, Hemrickluecke SK, Wong DT, Pearson D, Threlkeld PG, Hynes MD. Altered behavioral response to a D2 agonist, LY141865, in spontaneously hypertensive rats exhibiting biochemical and endocrine responses similar to those in normotensive rats. J Pharmacol Exp Therapeut. (1983) 227:354–9. doi:  10.1016/s0022-3565(25)22040-7 + + 10.1016/s0022-3565(25)22040-7 + 6138425 + + + + +
+ + + 42205842 + + 2026 + 05 + 28 + + + 2026 + 05 + 28 + +
+ + 2296-858X + + 13 + + 2026 + + + Frontiers in medicine + Front Med (Lausanne) + + Identification and preliminary clinical validation of type 2 diabetes signature genes through machine learning analysis of scRNA-seq data. + + 1801737 + 1801737 + + 1801737 + 10.3389/fmed.2026.1801737 + + Type 2 diabetes (T2DM) is a highly prevalent metabolic disorder with substantial molecular heterogeneity, and traditional bulk transcriptomic approaches often fail to capture cell-specific changes critical to disease pathogenesis. This study aims to identify and validate key signature genes for T2DM by integrating single-cell RNA sequencing (scRNA-seq) with machine learning, providing new insights into disease mechanisms and potential biomarkers. + We analyzed scRNA-seq data to characterize cellular heterogeneity across 10 distinct cell types. Differential expression analysis identified 455 candidate genes, which were refined using LASSO regression. The diagnostic potential of identified genes was evaluated using ROC curve analysis on an independent dataset. Functional enrichment and cell communication analyses were performed to elucidate biological processes and intercellular signaling networks. Finally, expression changes of the candidate genes were validated in peripheral blood from a separate clinical cohort (15 T2DM patients, 20 controls) using qRT-PCR. + Four core genes (PNLIP, BUB1, CTSB, NAMPT) were identified as candidate signature genes. ROC analysis showed AUC values of 0.819, 0.931, 0.882, and 0.694, respectively, suggesting promising but variable diagnostic accuracy. Enrichment analyses indicated these genes participate in processes including extracellular matrix remodeling, digestion/absorption, and signal transduction. Cell communication analysis suggested a potential central role of Alpha and Beta cells in diabetic signaling networks, with the MK and SPP1 pathways showing complementary expression patterns. In addition, qRT-PCR confirmed significantly up-regulated expression of PNLIP, BUB1, and CTSB along with down-regulated NAMPT in T2DM patients, supporting their potential as circulating candidate biomarkers. + This study integrates machine learning with scRNA-seq to identify PNLIP, BUB1, CTSB, and NAMPT as potential T2DM signature genes. These findings offer candidate diagnostic biomarkers and provide preliminary mechanistic insights into disease-associated pathways. + Copyright © 2026 Tang, Zuo, Wang, Sun, Cheng and Wu. + + + + Tang + Fang + F + + Department of Endocrinology, Shenzhen Third People's Hospital, The Second Affiliated Hospital of Southern University of Science and Technology, Shenzhen, Guangdong, China. + + + + Zuo + Xin + X + + Department of Endocrinology, Shenzhen Third People's Hospital, The Second Affiliated Hospital of Southern University of Science and Technology, Shenzhen, Guangdong, China. + + + + Wang + Weiyan + W + + Department of Endocrinology, Shenzhen Third People's Hospital, The Second Affiliated Hospital of Southern University of Science and Technology, Shenzhen, Guangdong, China. + + + + Sun + Rui + R + + Department of Endocrinology, Shenzhen Third People's Hospital, The Second Affiliated Hospital of Southern University of Science and Technology, Shenzhen, Guangdong, China. + + + + Cheng + Heng + H + + Department of Endocrinology, Shenzhen Third People's Hospital, The Second Affiliated Hospital of Southern University of Science and Technology, Shenzhen, Guangdong, China. + + + + Wu + Weihua + W + + Department of Endocrinology, Shenzhen Third People's Hospital, The Second Affiliated Hospital of Southern University of Science and Technology, Shenzhen, Guangdong, China. + + + + eng + + Journal Article + + + 2026 + 05 + 12 + +
+ + Switzerland + Front Med (Lausanne) + 101648047 + 2296-858X + + + Signature genes + clinical validation + machine learning + single-cell RNA sequencing + type 2 diabetes + + The author(s) declared that this work was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest. +
+ + + + 2026 + 2 + 2 + + + 2026 + 4 + 7 + + + 2026 + 4 + 14 + + + 2026 + 5 + 28 + 6 + 32 + + + 2026 + 5 + 28 + 6 + 31 + + + 2026 + 5 + 28 + 4 + 41 + + + 2026 + 5 + 12 + + + epublish + + 42205842 + PMC13201128 + 10.3389/fmed.2026.1801737 + + + + Ahmad E, Lim S, Lamptey R, Webb DR, Davies MJ. Type 2 diabetes. +Lancet. (2022) 400:1803–20. 10.1016/S0140-6736(22)01655-5 + + + + 10.1016/S0140-6736(22)01655-5 + 36332637 + + + + Yang T, Yan C, Yang L, Tan J, Jiang S, Hu J, et al. Identification and validation of core genes for type 2 diabetes mellitus by integrated analysis of single-cell and bulk RNA-sequencing. +Eur J Med Res. (2023) 28:340. 10.1186/s40001-023-01321-1 + + + + 10.1186/s40001-023-01321-1 + PMC10498638 + 37700362 + + + + Li Z, Pan X, Cai YD. Identification of type 2 diabetes biomarkers from mixed single-cell sequencing data with feature selection methods. +Front Bioeng Biotechnol. (2022) 10:890901. 10.3389/fbioe.2022.890901 + + + + 10.3389/fbioe.2022.890901 + PMC9201257 + 35721855 + + + + Zadian SS, Jahanbin K, Nikooei S, Rostaminejad M, Rahimi A, Abdizadeh P, et al. Current trends in single-cell RNA sequencing applications in diabetes mellitus. +FEBS Open Bio. (2025) 15:1738–61. 10.1002/2211-5463.70061 + + + + 10.1002/2211-5463.70061 + PMC12582989 + 40537978 + + + + Fang X, Zhang Y, Miao R, Zhang Y, Yin R, Guan H, et al. Single-cell sequencing: a promising approach for uncovering the characteristic of pancreatic islet cells in type 2 diabetes. +Biomed Pharmacother. (2024) 173:116292. 10.1016/j.biopha.2024.116292 + + + + 10.1016/j.biopha.2024.116292 + 38394848 + + + + Ahmmed R, Antu US, Noor T, Faysal MF, Akter MT, Nesa M, et al. Discovery of shared molecular signatures and their functions associated with type-2 diabetes and myocardial infarction, and repurposing common drugs. +Comput Biol Chem. (2026) 123:109036. 10.1016/j.compbiolchem.2026.109036 + + + + 10.1016/j.compbiolchem.2026.109036 + 41932194 + + + + Ahmmed R, Hossen MB, Ajadee A, Mahmud S, Ali MA, Mollah MMH, et al. Bioinformatics analysis to disclose shared molecular mechanisms between type-2 diabetes and clear-cell renal-cell carcinoma, and therapeutic indications. +Sci Rep. (2024) 14:19133. 10.1038/s41598-024-69302-w + + + + 10.1038/s41598-024-69302-w + PMC11333728 + 39160196 + + + + Ahmmed R, Islam MA, Hasan MT, Sarker A, Ali MA, Islam MS, et al. Common molecular links and therapeutic insights between type 2 diabetes and kidney cancer. +PLoS One. (2025) 20:e0330619. 10.1371/journal.pone.0330619 + + + + 10.1371/journal.pone.0330619 + PMC12367126 + 40834023 + + + + Ahmmed R, Antu US, Noor T, Faysal MF, Sarker A, Mahmud S, et al. Genetic underpinnings of type-2 diabetes (T2D) with colorectal cancer (CRC): in-silico discovery of common molecular signatures, pathogenetic processes and therapeutic candidates. +J Genet Eng Biotechnol. (2026) 24:100667. 10.1016/j.jgeb.2026.100667 + + + + 10.1016/j.jgeb.2026.100667 + PMC12993328 + 41839687 + + + + Yabe SG, Nishida J, Fukuda S, Kin T, Nishiyama A, Tamura T, et al. High glucose burden disrupts the glucose responsiveness of human pancreatic beta cells encapsulated in alginate fibers during Long-Term culture. +Gene. (2025) 964:149639. 10.1016/j.gene.2025.149639 + + + + 10.1016/j.gene.2025.149639 + 40544971 + + + + Chen K, Zhang J, Huang Y, Tian X, Yang Y, Dong A. Single-cell RNA-seq transcriptomic landscape of human and mouse islets and pathological alterations of diabetes. +iScience. (2022) 25:105366. 10.1016/j.isci.2022.105366 + + + + 10.1016/j.isci.2022.105366 + PMC9626680 + 36339258 + + + + Okamura T, Kitagawa N, Kitagawa N, Sakai K, Sumi M, Kobayashi G, et al. Single-cell analysis reveals islet autoantigen’s immune activation in type 1 diabetes patients. +J Clin Biochem Nutr. (2025) 76:64–84. 10.3164/jcbn.24-86 + + + + 10.3164/jcbn.24-86 + PMC11782777 + 39896168 + + + + Hong J, Lu S, Shan G, Yang Y, Li B, Yang D. Application and progression of single-cell RNA sequencing in diabetes mellitus and diabetes complications. +J Diabetes Res. (2025) 2025:3248350. 10.1155/jdr/3248350 + + + + 10.1155/jdr/3248350 + PMC11936531 + 40135071 + + + + Yang T, Zhang N, Yang N. Single-cell sequencing in diabetic retinopathy: progress and prospects. +J Transl Med. (2025) 23:49. 10.1186/s12967-024-06066-x + + + + 10.1186/s12967-024-06066-x + PMC11727737 + 39806376 + + + + Xu J, Lu C, Jin S, Meng Y, Fu X, Zeng X, et al. Deep learning-based cell-specific gene regulatory networks inferred from single-cell multiome data. +Nucleic Acids Res. (2025) 53:gkaf138. 10.1093/nar/gkaf138 + + + + 10.1093/nar/gkaf138 + PMC11879466 + 40037709 + + + + Pu Z, Wang TB, Lu Y, Wu Z, Chen Y, Luo Z, et al. Deciphering the role of metal ion transport-related genes in T2D pathogenesis and immune cell infiltration via scRNA-seq and machine learning. +Front Immunol. (2024) 15:1479166. 10.3389/fimmu.2024.1479166 + + + + 10.3389/fimmu.2024.1479166 + PMC11802808 + 39926598 + + + + Mou L, Wang TB, Lu Y, Wu Z, Chen Y, Luo Z, et al. Targeting macrophages and ion homeostasis in T2D: new genes and therapeutic pathways identified. +Front Immunol. (2025) 16:1514243. 10.3389/fimmu.2025.1514243 + + + + 10.3389/fimmu.2025.1514243 + PMC12391075 + 40895573 + + + + Yang Z, Chen Z, Wang J, Li Y, Zhang H, Xiang Y, et al. Multiple machine learning identifies key gene PHLDA1 suppressing NAFLD progression. +Inflammation. (2025) 48:1912–28. 10.1007/s10753-024-02164-6 + + + + 10.1007/s10753-024-02164-6 + 39496918 + + + + Wang H, Cheng W, Hu P, Ling T, Hu C, Chen Y, et al. Integrative analysis identifies oxidative stress biomarkers in non-alcoholic fatty liver disease via machine learning and weighted gene co-expression network analysis. +Front Immunol. (2024) 15:1335112. 10.3389/fimmu.2024.1335112 + + + + 10.3389/fimmu.2024.1335112 + PMC10927810 + 38476236 + + + + Luo Y, Liu Y, Xue W, He W, Lv D, Zhao H. Systems biology-based analysis exploring shared biomarkers and pathogenesis of myocardial infarction combined with osteoarthritis. +Front Immunol. (2024) 15:1398990. 10.3389/fimmu.2024.1398990 + + + + 10.3389/fimmu.2024.1398990 + PMC11288954 + 39086489 + + + + Hou J, Zhang Y, Yang N, Chen B, Chang C, Gu H, et al. Identification of mitochondrial-related characteristic biomarkers in osteosarcoma using bioinformatics and machine learning. +Comb Chem High Throughput Screen. (2025) [Epub ahead of print]. 10.2174/0113862073350964241203080017 + + + + 10.2174/0113862073350964241203080017 + 40012292 + + + + Jain P, Vig S, Datta M, Jindel D, Mathur AK, Mathur SK, et al. Systems biology approach reveals genome to phenome correlation in type 2 diabetes. +PLoS One. (2013) 8:e53522. 10.1371/journal.pone.0053522 + + + + 10.1371/journal.pone.0053522 + PMC3538588 + 23308243 + + + + Ye Z, Liu D, Liu D, Lv Y, Zhang Y, Zhang J, et al. Immune infiltration of CD8+ T cells in patients with diabetic pancreatic cancer reduces the malignancy of cancer tissues: an in silico study. +Front Endocrinol. (2021) 12:826667. 10.3389/fendo.2021.826667 + + + + 10.3389/fendo.2021.826667 + PMC8821103 + 35145483 + + + + Li T, Lin Q, Zhou D, Jiang Y, Chen S, Li R. Single-cell transcriptomics, web-based systems pharmacology and integrated transcriptomics network analysis identified diagnostic targets and drug candidates for type 2 diabetes. +Endocr Metab Immune Disord Drug Targets. (2025) 25:732–45. 10.2174/0118715303331820240820072804 + + + + 10.2174/0118715303331820240820072804 + 39177139 + + + + Xiao Q, Xu P, Xu W, Song Q, Mao Y. Identification of characteristic genes in cutaneous squamous cell carcinoma based on weighted gene co-expression network analysis. +Front Genet. (2025) 16:1470584. 10.3389/fgene.2025.1470584 + + + + 10.3389/fgene.2025.1470584 + PMC12034687 + 40296873 + + + + Cao Z, Du Y, Xu G, Zhu H, Ma Y, Wang Z, et al. From diabetes to dementia: identifying key genes in the progression of cognitive impairment. +Brain Sci. (2024) 14:1035. 10.3390/brainsci14101035 + + + + 10.3390/brainsci14101035 + PMC11506463 + 39452046 + + + + Liang Y, Liang Z, Huang J, Jia M, Liu D, Zhang P, et al. Identification and validation of aging-related gene signatures and their immune landscape in diabetic nephropathy. +Front Med. (2023) 10:1158166. 10.3389/fmed.2023.1158166 + + + + 10.3389/fmed.2023.1158166 + PMC10316791 + 37404805 + + + + Li Q, Huang Z, Yang H, Tang J, Zuo T, Yang Q, et al. Intestinal mRNA expression profiles associated with mucosal healing in ustekinumab-treated Crohn’s disease patients: bioinformatics analysis and prospective cohort validation. +J Transl Med. (2024) 22:595. 10.1186/s12967-024-05427-w + + + + 10.1186/s12967-024-05427-w + PMC11210135 + 38926732 + + + + Peng P, Shen Y. Identification of shared disease marker genes and underlying mechanisms between rheumatoid arthritis and Crohn disease through bioinformatics analysis. +Medicine. (2024) 103:e38690. 10.1097/MD.0000000000038690 + + + + 10.1097/MD.0000000000038690 + PMC11466148 + 38941374 + + + + Wang Q, Li X, Wushoulaji K, Wang J, Wan L, Yang Y, et al. Exploring the biological functions and immune regulatory roles of IRAK3, TNFRSF1A, CX3CR1, and JUNB in T2DM combined with MAFLD: integrated bioinformatics and single-cell analysis. +Front Immunol. (2025) 16:1587225. 10.3389/fimmu.2025.1587225 + + + + 10.3389/fimmu.2025.1587225 + PMC12411428 + 40918148 + + + + Liang J, Gong X, Hu X, You C, Zhou J, Gao Y, et al. Integrated genetic analysis of diabetic complications: bioinformatics insights into foot ulcers, neuropathy and peripheral artery disease. +Int Wound J. (2024) 21:e14748. 10.1111/iwj.14748 + + + + 10.1111/iwj.14748 + PMC10867868 + 38358067 + + + + Xiong Z, Guan H, Pei S, Wang C. Identification of metabolism-related subtypes and feature genes of pre-eclampsia. +Sci Rep. (2025) 15:4986. 10.1038/s41598-025-89140-8 + + + + 10.1038/s41598-025-89140-8 + PMC11811273 + 39930027 + + + + Smichi N, Khatua B, Kostenko S, de Oliveira C, El Kurdi B, Devani KH, et al. Visceral fat lipolysis by pancreatic lipases worsens heart failure. +Cell Rep Med. (2025) 6:102147. 10.1016/j.xcrm.2025.102147 + + + + 10.1016/j.xcrm.2025.102147 + PMC12208342 + 40460832 + + + + Masson E, Berthet S, Le Gac G, Le Rhun M, Ka C, Autret S, et al. Identification of protease-sensitive but not misfolding PNLIP variants in familial and hereditary pancreatitis. +Pancreatology. (2023) 23:507–11. 10.1016/j.pan.2023.05.011 + + + + 10.1016/j.pan.2023.05.011 + 37270400 + + + + Hoffka G, Mhana S, Vas M, Toldi V, Motyan JA, Tozser J, et al. Modeling protease-sensitive human pancreatic lipase mutations in the mouse ortholog. +J Biol Chem. (2024) 300:107763. 10.1016/j.jbc.2024.107763 + + + + 10.1016/j.jbc.2024.107763 + PMC11489347 + 39265662 + + + + Cassidy BM, Jiang F, Lin J, Chen JM, Curry GE, Ma GX, et al. Exploring the enigmatic association between PNLIP variants and risk of chronic pancreatitis in a large Chinese cohort. +Pancreatology. (2024) 24:511–21. 10.1016/j.pan.2024.03.002 + + + + 10.1016/j.pan.2024.03.002 + PMC11164637 + 38485544 + + + + Wu KJ, Li JC, Liu LM, Huang XJ, Mo LH, Ling JW, et al. Nitidine chloride inhibits colorectal cancer by targeting BUB1: mechanistic insights from molecular dynamics simulation, spatial transcriptomics, and single-cell RNA sequencing. +BMC Gastroenterol. (2025) 25:818. 10.1186/s12876-025-04423-8 + + + + 10.1186/s12876-025-04423-8 + PMC12628957 + 41257608 + + + + Sriramulu S, Thoidingjam S, Chen WM, Hassan O, Siddiqui F, Brown SL, et al. BUB1 regulates non-homologous end joining pathway to mediate radioresistance in triple-negative breast cancer. +J Exp Clin Cancer Res. (2024) 43:163. 10.1186/s13046-024-03086-9 + + + + 10.1186/s13046-024-03086-9 + PMC11167950 + 38863037 + + + + Huang X, Wang C, Tian S, Huang R, Guo D, Zhang H, et al. Higher plasma level of nampt presaging memory dysfunction in chinese type 2 diabetes patients with mild cognitive impairment. +J Alzheimers Dis. (2019) 70:303–14. 10.3233/JAD-190269 + + + + 10.3233/JAD-190269 + 31177228 + + + + Heng XP, Wang ZT, Li L, Yang LQ, Huang SP. Mechanisms of dangua recipe in improving glycolipid metabolic disorders based on transcriptomics. +Chin J Integr Med. (2022) 28:130–7. 10.1007/s11655-021-3337-2 + + + + 10.1007/s11655-021-3337-2 + 34755288 + + + + Manickam R, Tur J, Badole SL, Chapalamadugu KC, Sinha P, Wang Z, et al. Nampt activator P7C3 ameliorates diabetes and improves skeletal muscle function modulating cell metabolism and lipid mediators. +J Cachexia Sarcopenia Muscle. (2022) 13:1177–96. 10.1002/jcsm.12887 + + + + 10.1002/jcsm.12887 + PMC8977983 + 35060352 + + + + Butler MJ, Volkoff H. The role of visfatin/ NAMPT in the regulation of feeding in goldfish (Carassius auratus). +Peptides. (2023) 160:170919. 10.1016/j.peptides.2022.170919 + + + + 10.1016/j.peptides.2022.170919 + 36503895 + + + + Sayers SR, Beavil RL, Fine NHF, Huang GC, Choudhary P, Pacholarz KJ, et al. Structure-functional changes in eNAMPT at high concentrations mediate mouse and human beta cell dysfunction in type 2 diabetes. +Diabetologia. (2020) 63:313–23. 10.1007/s00125-019-05029-y + + + + 10.1007/s00125-019-05029-y + PMC6946736 + 31732790 + + + + Tur J, Badole SL, Manickam R, Chapalamadugu KC, Xuan W, Guida W, et al. Cardioprotective Effects of 1-(3,6-Dibromo-carbazol-9-yl)-3-phenylamino-propan-2-ol in diabetic hearts via nicotinamide phosphoribosyltransferase activation. +J Pharmacol Exp Ther. (2022) 382:233–45. 10.1124/jpet.122.001122 + + + + 10.1124/jpet.122.001122 + PMC9372916 + 35680376 + + + + Feng J, Li HY, Wang XL, Huo Y, Liu SX, Li L. Nicotinamide phosphoribosyltransferase enhances beta cell expansion during pregnancy. +Eur Rev Med Pharmacol Sci. (2016) 20:4965–71. + + + 27981536 + + + + Liu C, Yao Q, Hu T, Cai Z, Xie Q, Zhao J, et al. Cathepsin B deteriorates diabetic cardiomyopathy induced by streptozotocin via promoting NLRP3-mediated pyroptosis. +Mol Ther Nucleic Acids. (2022) 30:198–207. 10.1016/j.omtn.2022.09.019 + + + + 10.1016/j.omtn.2022.09.019 + PMC9554743 + 36250207 + + + + +
+ + + 42205824 + + 2026 + 05 + 28 + + + 2026 + 05 + 28 + +
+ + 2296-858X + + 13 + + 2026 + + + Frontiers in medicine + Front Med (Lausanne) + + Relationship of the Endothelial Activation and Stress Index with 28-day mortality in urosepsis patients: a retrospective two-cohort investigation. + + 1761104 + 1761104 + + 1761104 + 10.3389/fmed.2026.1761104 + + The Endothelial Activation and Stress Index (EASIX) is a novel biomarker for assessing endothelial dysfunction. This study aimed to evaluate its prognostic value for 28-day mortality in patients with urosepsis. + We conducted a retrospective study of patients with urosepsis admitted to the ICU using data from the MIMIC-IV database and West China Hospital. Restricted cubic spline (RCS) regression, multivariable Cox regression, and Kaplan-Meier analysis were used to assess the association between EASIX and short-term mortality. Four machine learning feature selection methods (LASSO-COX, Boruta, random forest, and gradient boosting) were applied to identify key prognostic features and develop a predictive model, which was evaluated using ROC curve analysis and validated in an external cohort. + A total of 2,593 patients were included. The 28-day ICU and in-hospital mortality rates were 16.0 and 17.2%, respectively. Higher EASIX scores were significantly associated with increased mortality across quartiles (ICU mortality: 10.5% in Q1 to 30.4% in Q4, p < 0.001). In the fully adjusted model, each unit increase in EASIX was associated with a 7% higher risk of ICU mortality (HR 1.07, 95% CI 1.05-1.11, p < 0.001), and patients in Q4 had a 57% higher risk than those in Q1 (HR 1.57, 95% CI 1.09-2.26, p = 0.016). RCS analysis revealed a non-linear relationship between EASIX and mortality. The predictive model incorporating EASIX, Charlson Comorbidity Index, RDW, and SAPS II achieved AUC values of 0.70-0.73 across training, internal validation, and external validation cohorts, demonstrating improved performance compared to traditional severity scores. + EASIX is independently associated with short-term mortality in patients with urosepsis and may serve as a valuable tool for risk stratification following further validation. + Copyright © 2026 Tang, Li, Zhang, Cao and Nie. + + + + Tang + Jiaqi + J + + Emergency Department, West China Hospital of Sichuan University, Chengdu, China. + + + + Li + Hu + H + + Emergency Department, West China Hospital of Sichuan University, Chengdu, China. + + + + Zhang + Zhuo + Z + + Emergency Department, West China Hospital of Sichuan University, Chengdu, China. + + + + Cao + Jiaxin + J + + Emergency Department, West China Hospital of Sichuan University, Chengdu, China. + + + + Nie + Hu + H + + Emergency Department, West China Hospital of Sichuan University, Chengdu, China. + + + + eng + + Journal Article + + + 2026 + 05 + 12 + +
+ + Switzerland + Front Med (Lausanne) + 101648047 + 2296-858X + + + Endothelial Activation and Stress Index + adverse outcomes + biomarker + risk stratification + urosepsis + + The author(s) declared that this work was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest. +
+ + + + 2025 + 12 + 5 + + + 2026 + 4 + 17 + + + 2026 + 4 + 20 + + + 2026 + 5 + 28 + 6 + 34 + + + 2026 + 5 + 28 + 6 + 33 + + + 2026 + 5 + 28 + 4 + 41 + + + 2026 + 5 + 12 + + + epublish + + 42205824 + PMC13201423 + 10.3389/fmed.2026.1761104 + + + + McAteer J, Lee JH, Cosgrove SE, Dzintars K, Fiawoo S, Heil EL, et al. Defining the optimal duration of therapy for hospitalized patients with complicated urinary tract infections and associated bacteremia. Clin Infect Dis. (2023) 76:1604–12. doi: 10.1093/cid/ciad009, + + 10.1093/cid/ciad009 + PMC10411929 + 36633559 + + + + Rudd KE, Johnson SC, Agesa KM, Shackelford KA, Tsoi D, Kievlan DR, et al. Global, regional, and national sepsis incidence and mortality, 1990-2017: analysis for the global burden of disease study. Lancet. (2020) 395:200–11. doi: 10.1016/S0140-6736(19)32989-7, + + 10.1016/S0140-6736(19)32989-7 + PMC6970225 + 31954465 + + + + Shao Y, Jia W, Li G. Related factors of bloodstream infections associated with urinary tract infections and pathogenetic characteristics analysis. Eur J Med Res. (2024) 29:566. doi: 10.1186/s40001-024-02152-4., + + 10.1186/s40001-024-02152-4. + PMC11606046 + 39609698 + + + + Dreger NM, Degener S, Ahmad-Nejad P, Wöbker G, Roth S. Urosepsis--etiology, diagnosis, and treatment. Dtsch Arztebl Int. (2015) 112:837–48. doi: 10.3238/arztebl.2015.0837. + + 10.3238/arztebl.2015.0837. + PMC4711296 + 26754121 + + + + Luft T, Benner A, Jodele S, Dandoy CE, Storb R, Gooley T, et al. EASIX in patients with acute graft-versus-host disease: a retrospective cohort analysis. Lancet Haematol. (2017) 4:e414–23. doi: 10.1016/S2352-3026(17)30108-4, + + 10.1016/S2352-3026(17)30108-4 + 28733186 + + + + Lu J, Wei Z, Jiang H, Cheng L, Chen Q, Chen M, et al. Lactate dehydrogenase is associated with 28-day mortality in patients with sepsis: a retrospective observational study. J Surg Res. (2018) 228:314–21. doi: 10.1016/j.jss.2018.03.035, + + 10.1016/j.jss.2018.03.035 + 29907227 + + + + Chopra J, Joist JH, Webster RO. Loss of 51chromium, lactate dehydrogenase, and 111indium as indicators of endothelial cell injury. Lab Investig. (1987) 57:578–84. + + 3682767 + + + + Maisons V, Duval A, Mesnard L, Frimat M, Fakhouri F, Grangé S, et al. Assessment of epidemiology and outcomes of adult patients with kidney-limited thrombotic microangiopathies. Kidney Int. (2024) 105:1100–12. doi: 10.1016/j.kint.2024.02.014, + + 10.1016/j.kint.2024.02.014 + 38431217 + + + + Leisring J, Brodsky SV, Parikh SV. Clinical evaluation and Management of Thrombotic Microangiopathy. Arthritis Rheumatol. (2024) 76:153–65. doi: 10.1002/art.42681, + + 10.1002/art.42681 + 37610060 + + + + Baaten CCFMJ, Nagy M, Bergmeier W, Spronk HMH, van der Meijden PEJ. Platelet biology and function: plaque erosion vs. rupture. Eur Heart J. (2024) 45:18–31. doi: 10.1093/eurheartj/ehad720, + + 10.1093/eurheartj/ehad720 + PMC10757869 + 37940193 + + + + Qiao X, Yin J, Zheng Z, Li L, Feng X. Endothelial cell dynamics in sepsis-induced acute lung injury and acute respiratory distress syndrome: pathogenesis and therapeutic implications. Cell Commun Signal. (2024) 22:241. doi: 10.1186/s12964-024-01620-y, + + 10.1186/s12964-024-01620-y + PMC11046830 + 38664775 + + + + Sun R, Huang J, Sun B. Mobilization of endothelial progenitor cells in sepsis. Inflamm Res. (2020) 69:1–9. doi: 10.1007/s00011-019-01299-9, + + 10.1007/s00011-019-01299-9 + 31758219 + + + + Evans CE, Zhao YY. Impact of thrombosis on pulmonary endothelial injury and repair following sepsis. Am J Physiol Lung Cell Mol Physiol. (2017) 312:L441–51. doi: 10.1152/ajplung.00441.2016, + + 10.1152/ajplung.00441.2016 + PMC5407094 + 28130261 + + + + Cha JK, Kim HS, Kim EJ, Lee ES, Lee JH, Song IA. Effect of early nutritional support on clinical outcomes of critically ill patients with sepsis and septic shock: a single-center retrospective study. Nutrients. (2022) 14:2318. doi: 10.3390/nu14112318, + + 10.3390/nu14112318 + PMC9182793 + 35684117 + + + + Li Q, Shang N, Gao Q, Guo S, Yang T. Prevalence of sarcopenia and its association with frailty and malnutrition among older patients with sepsis-a cross-sectional study in the emergency department. BMC Geriatr. (2025) 25:377. doi: 10.1186/s12877-025-06060-y, + + 10.1186/s12877-025-06060-y + PMC12107726 + 40426064 + + + + Merz A, Germing U, Kobbe G, Kaivers J, Jauch A, Radujkovic A, et al. EASIX for prediction of survival in lower-risk myelodysplastic syndromes. Blood Cancer J. (2019) 9:85. doi: 10.1038/s41408-019-0247-z, + + 10.1038/s41408-019-0247-z + PMC6848148 + 31712595 + + + + Finke D, Hund H, Frey N, Luft T, Lehmann LH. EASIX (endothelial activation and stress index) predicts mortality in patients with coronary artery disease. Clin Res Cardiol. (2025) 114:1008–18. doi: 10.1007/s00392-024-02534-y, + + 10.1007/s00392-024-02534-y + PMC12283470 + 39256221 + + + + He Y, Li Y, Xiaojin Y, Wu D, Jiang W, Xie X. Endothelial activation and stress index for prediction of mortality in asthma. Front Med (Lausanne). (2025) 12:1622944. doi: 10.3389/fmed.2025.1622944, + + 10.3389/fmed.2025.1622944 + PMC12283289 + 40703256 + + + + Ulrich H, Behrend P, Wiedekopf J, Drenkhahn C, Kock-Schoppenhauer AK, Ingenerf J. Hands on the medical informatics initiative Core data set- lessons learned from converting the MIMIC-IV. Stud Health Technol Inform. (2021) 283:119–26. doi: 10.3233/SHTI210549, + + 10.3233/SHTI210549 + 34545827 + + + + Joffre J, Hellman J, Ince C, Ait-Oufella H. Endothelial responses in sepsis. Am J Respir Crit Care Med. (2020) 202:361–70. doi: 10.1164/rccm.201910-1911TR, + + 10.1164/rccm.201910-1911TR + 32101446 + + + + Zhang H, Wang Y, Qu M, Li W, Wu D, Cata JP, et al. Neutrophil, neutrophil extracellular traps and endothelial cell dysfunction in sepsis. Clin Transl Med. (2023) 13:e1170. doi: 10.1002/ctm2.1170, + + 10.1002/ctm2.1170 + PMC9832433 + 36629024 + + + + Tang F, Zhao XL, Xu LY, Zhang JN, Ao H, Peng C. Endothelial dysfunction: pathophysiology and therapeutic targets for sepsis-induced multiple organ dysfunction syndrome. Biomed Pharmacother. (2024) 178:117180. doi: 10.1016/j.biopha.2024.117180, + + 10.1016/j.biopha.2024.117180 + 39068853 + + + + Joffre J, Hellman J. Oxidative stress and endothelial dysfunction in sepsis and acute inflammation. Antioxid Redox Signal. (2021) 35:1291–307. doi: 10.1089/ars.2021.0027, + + 10.1089/ars.2021.0027 + 33637016 + + + + Zhou Y, Qi M, Yang M. Current status and future perspectives of lactate dehydrogenase detection and medical implications: a review. Biosensors (Basel). (2022) 12:1145. doi: 10.3390/bios12121145, + + 10.3390/bios12121145 + PMC9775244 + 36551112 + + + + Vincent JL, Francois B, Zabolotskikh I, Daga MK, Lascarrou JB, Kirov MY, et al. Effect of a recombinant human soluble thrombomodulin on mortality in patients with sepsis-associated coagulopathy: the SCARLET randomized clinical trial. JAMA. (2019) 321:1993–2002. doi: 10.1001/jama.2019.5358, + + 10.1001/jama.2019.5358 + PMC6547077 + 31104069 + + + + Chang W, Zhao Z, Ma L, Lu L, Liu C, Hu M, et al. Relationship between endothelial activation and stress index and all-cause mortality in rheumatoid arthritis patients: a moderating effect of gamma-glutamyl transferase. Front Nutr. (2025) 12:1554429. doi: 10.3389/fnut.2025.1554429 + + 10.3389/fnut.2025.1554429 + PMC12055536 + 40336962 + + + + Estler B, Fröhlich H, Täger T, Hund H, Frey N, Luft T, et al. Endothelial dysfunction assessed by the endothelial activation and stress index (EASIX) predicts risk of mortality in chronic heart failure patients. Int J Cardiol. (2025) 438:133566. doi: 10.1016/j.ijcard.2025.133566, + + 10.1016/j.ijcard.2025.133566 + 40617481 + + + + +
+ + + 42205821 + + 2026 + 05 + 28 + + + 2026 + 05 + 28 + +
+ + 2296-858X + + 13 + + 2026 + + + Frontiers in medicine + Front Med (Lausanne) + + A new direction in personalized medicine: multimodal joint prediction of hepatic encephalopathy risk post-TIPS. + + 1816396 + 1816396 + + 1816396 + 10.3389/fmed.2026.1816396 + + Overt hepatic encephalopathy (OHE) is a common complication after transjugular intrahepatic portosystemic shunt (TIPS), adversely affecting quality of life. This study aimed to develop a predictive model integrating manual imaging, radiomics, and clinical data to forecast OHE within 1 year post-TIPS. + This retrospective study included 338 patients who underwent TIPS between November 2015 and January 2022, divided into training and validation sets (7:3). Feature selection was performed using Chi-square test, t-test, least absolute shrinkage and selection operator, and logistic regression. Three models were built using manual CT features (Model M), radiomics (Model R), and clinical data (Model C), respectively. A combined model (Model MRC) integrated all three. Model performance was evaluated via ROC curves, calibration plots, and decision curve analysis. The primary endpoint was OHE occurrence within 1 year post-TIPS. + Within 1 year after TIPS, 79 (33.4%) participants in the training group and 34 (33.3%) participants in validation group developed OHE. Three independent models and one combined model were established and evaluated in terms of their performance. The areas under the ROC curve of Model M, Model R, Model C, and Model MRC were 0.858 (95% CI: 0.809-0.907), 0.744 (95% CI: 0.681-0.808), 0.757 (95% CI: 0.692-0.821), and 0.902 (95% CI: 0.863-0.941), respectively. F1 scores were 0.861, 0.765, 0.797, and 0.891, respectively. Model MRC demonstrated superior performance compared to the other three models. + Model MRC exhibited a considerable predictive ability for OHE within the first year after TIPS. + Copyright © 2026 Zhou, Tang, Shen, Zhang, Li, Tao and Zhu. + + + + Zhou + Lin-Feng + LF + + Department of Interventional Radiology, The First Affiliated Hospital of Soochow University, Suzhou, China. + + + Department of Radiology, Hubei Cancer Hospital, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China. + + + + Tang + Hao-Huan + HH + + Department of Interventional Radiology, The First Affiliated Hospital of Soochow University, Suzhou, China. + + + Department of Interventional Radiology, The Affiliated Wuxi People's Hospital of Nanjing Medical University, Wuxi, China. + + + + Shen + Jian + J + + Department of Interventional Radiology, The First Affiliated Hospital of Soochow University, Suzhou, China. + + + + Zhang + Shuai + S + + Department of Interventional Radiology, The First Affiliated Hospital of Soochow University, Suzhou, China. + + + + Li + Wan-Ci + WC + + Department of Interventional Radiology, The First Affiliated Hospital of Soochow University, Suzhou, China. + + + + Tao + Jun + J + + Department of Radiology, Hubei Cancer Hospital, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China. + + + + Zhu + Xiao-Li + XL + + Department of Interventional Radiology, The First Affiliated Hospital of Soochow University, Suzhou, China. + + + + eng + + Journal Article + + + 2026 + 05 + 12 + +
+ + Switzerland + Front Med (Lausanne) + 101648047 + 2296-858X + + + cirrhosis + hepatic encephalopathy + machine learning + radiomics + transjugular intrahepatic portosystemic shunt + + The author(s) declared that this work was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest. The reviewer FZ declared a past co-authorship with the author X-LZ to the handling editor. +
+ + + + 2026 + 2 + 24 + + + 2026 + 4 + 14 + + + 2026 + 4 + 17 + + + 2026 + 5 + 28 + 6 + 32 + + + 2026 + 5 + 28 + 6 + 31 + + + 2026 + 5 + 28 + 4 + 41 + + + 2026 + 5 + 12 + + + epublish + + 42205821 + PMC13201119 + 10.3389/fmed.2026.1816396 + + + + Rajesh S, George T, Philips C, Ahamed R, Kumbar S, Mohan N, et al. Transjugular intrahepatic portosystemic shunt in cirrhosis: an exhaustive critical update. +World J Gastroenterol. (2020) 26:5561–96. 10.3748/wjg.v26.i37.5561 + + + + 10.3748/wjg.v26.i37.5561 + PMC7545393 + 33088154 + + + + Büttner L, Aigner A, Pick L, Brittinger J, Steib C, Böning G, et al. 25 years of experience with transjugular intrahepatic portosystemic shunt (TIPS): changes in patient selection and procedural aspects. +Insights Imaging. (2022) 13:73. 10.1186/s13244-022-01216-5 + + + + 10.1186/s13244-022-01216-5 + PMC9008097 + 35416547 + + + + Gairing S, Müller L, Kloeckner R, Galle P, Labenz C. Review article: post-tipss hepatic encephalopathy-current knowledge and future perspectives. +Aliment Pharmacol Ther. (2022) 55:1265–76. 10.1111/apt.16825 + + + + 10.1111/apt.16825 + 35181894 + + + + Häussinger D, Dhiman R, Felipo V, Görg B, Jalan R, Kircheis G, et al. Hepatic encephalopathy. +Nat Rev Dis Primers. (2022) 8:43. 10.1038/s41572-022-00366-6 + + + + 10.1038/s41572-022-00366-6 + 35739133 + + + + Yang Y, Liang X, Yang S, He X, Huang M, Shi W, et al. Preoperative prediction of overt hepatic encephalopathy caused by transjugular intrahepatic portosystemic shunt. +Eur J Radiol. (2022) 154:110384. 10.1016/j.ejrad.2022.110384 + + + + 10.1016/j.ejrad.2022.110384 + 35667296 + + + + Chen X, Wang T, Ji Z, Luo J, Lv W, Wang H, et al. 3D automatic liver and spleen assessment in predicting overt hepatic encephalopathy before TIPS: a multi-center study. +Hepatol Int. (2023) 17:1545–56. 10.1007/s12072-023-10570-5 + + + + 10.1007/s12072-023-10570-5 + PMC10661776 + 37531069 + + + + Cheng S, Yu X, Chen X, Jin Z, Xue H, Wang Z, et al. CT-based radiomics model for preoperative prediction of hepatic encephalopathy after transjugular intrahepatic portosystemic shunt. +Br J Radiol. (2022) 95:20210792. 10.1259/bjr.20210792 + + + + 10.1259/bjr.20210792 + PMC9153699 + 35019776 + + + + Yang Y, Fu S, Cao B, Hao K, Li Y, Huang J, et al. Prediction of overt hepatic encephalopathy after transjugular intrahepatic portosystemic shunt treatment: a cohort study. +Hepatol Int. (2021) 15:730–40. 10.1007/s12072-021-10188-5 + + + + 10.1007/s12072-021-10188-5 + PMC8286937 + 33977364 + + + + Peduzzi P, Concato J, Feinstein A, Holford T. Importance of events per independent variable in proportional hazards regression analysis. II. Accuracy and precision of regression estimates. +J Clin Epidemiol. (1995) 48:1503–10. 10.1016/0895-4356(95)00048-8 + + + + 10.1016/0895-4356(95)00048-8 + 8543964 + + + + Vilstrup H, Amodio P, Bajaj J, Cordoba J, Ferenci P, Mullen K, et al. Hepatic encephalopathy in chronic liver disease: 2014 practice guideline by the American association for the study of liver diseases and the european association for the study of the liver. +Hepatology. (2014) 60:715–35. 10.1002/hep.27210 + + + + 10.1002/hep.27210 + 25042402 + + + + Brancatelli G, Federle M, Ambrosini R, Lagalla R, Carriero A, Midiri M, et al. Cirrhosis: CT and MR imaging evaluation. +Eur J Radiol. (2007) 61:57–69. 10.1016/j.ejrad.2006.11.003 + + + + 10.1016/j.ejrad.2006.11.003 + 17145154 + + + + Tustison N, Avants B, Cook P, Zheng Y, Egan A, Yushkevich P, et al. N4ITK: improved N3 bias correction. +IEEE Trans Med Imaging. (2010) 29:1310–20. 10.1109/TMI.2010.2046908 + + + + 10.1109/TMI.2010.2046908 + PMC3071855 + 20378467 + + + + Larvie M. Machine learning in radiology: resistance Is Futile. +Radiology. (2019) 290:465–6. 10.1148/radiol.2018182312 + + + + 10.1148/radiol.2018182312 + 30398438 + + + + Peiffer-Smadja N, Rawson T, Ahmad R, Buchard A, Georgiou P, Lescure F, et al. Machine learning for clinical decision support in infectious diseases: a narrative review of current applications. +Clin Microbiol Infect. (2020) 26:584–95. 10.1016/j.cmi.2019.09.009 + + + + 10.1016/j.cmi.2019.09.009 + 31539636 + + + + Cao J, Yang J, Ming Z, Wu J, Yang L, Chen T, et al. A radiomics model of liver CT to predict risk of hepatic encephalopathy secondary to hepatitis B related cirrhosis. +Eur J Radiol. (2020) 130:109201. 10.1016/j.ejrad.2020.109201 + + + + 10.1016/j.ejrad.2020.109201 + 32738462 + + + + Kloster M, Ren A, Shah K, Alqadi M, Bui J, Lipnik A, et al. High incidence of hepatic encephalopathy after viatorr controlled expansion transjugular intrahepatic portosystemic shunt creation. +Dig Dis Sci. (2021) 66:4058–62. 10.1007/s10620-020-06716-2 + + + + 10.1007/s10620-020-06716-2 + 33236314 + + + + Casadaban L, Parvinian A, Minocha J, Lakhoo J, Grant C, Ray C, et al. Clearing the confusion over hepatic encephalopathy after TIPS creation: incidence, prognostic factors, and clinical outcomes. +Dig Dis Sci. (2015) 60:1059–66. 10.1007/s10620-014-3391-0 + + + + 10.1007/s10620-014-3391-0 + 25316553 + + + + Butt Z, Jadoon N, Salaria O, Mushtaq K, Riaz I, Shahzad A, et al. Diabetes mellitus and decompensated cirrhosis: risk of hepatic encephalopathy in different age groups. +J Diabetes. (2013) 5:449–55. 10.1111/1753-0407.12067 + + + + 10.1111/1753-0407.12067 + 23731902 + + + + Schindler P, Seifert L, Masthoff M, Riegel A, Köhler M, Wilms C, et al. TIPS modification in the management of shunt-induced hepatic encephalopathy: analysis of predictive factors and outcome with shunt modification. +J Clin Med. (2020) 9:567. 10.3390/jcm9020567 + + + + 10.3390/jcm9020567 + PMC7073830 + 32092979 + + + + Chao Y, Wu P, Huang J, Chiu Y, Lee J, Chen S, et al. Hepatic steatosis is associated with high white blood cell and platelet counts. +Biomedicines. (2022) 10:892. 10.3390/biomedicines10040892 + + + + 10.3390/biomedicines10040892 + PMC9025046 + 35453642 + + + + Yoon J, Lee J, Kang H, Ahn S, Yang H, Kim E, et al. Quantitative assessment of liver function by using gadoxetic acid-enhanced MRI: hepatocyte uptake ratio. +Radiology. (2019) 290:125–33. 10.1148/radiol.2018180753 + + + + 10.1148/radiol.2018180753 + 30375932 + + + + Tapper E, Henderson J, Parikh N, Ioannou G, Lok A. Incidence of and risk factors for hepatic encephalopathy in a population-based cohort of Americans with cirrhosis. +Hepatol Commun. (2019) 3:1510–9. 10.1002/hep4.1425 + + + + 10.1002/hep4.1425 + PMC6824059 + 31701074 + + + + Li C, Liu H, Wang J, Li X, Cui T, Wang R, et al. Multiparametric MRI combined with liver volume for quantitative evaluation of liver function in patients with cirrhosis. +Diagn Interv Radiol. (2022) 28:547–54. 10.5152/dir.2022.211325 + + + + 10.5152/dir.2022.211325 + PMC9885717 + 36550754 + + + + He J, Li J, Fang C, Qiao Y, Feng D. The relationship and changes of liver blood supply, portal pressure gradient, and liver volume following TIPS in cirrhosis. +Can J Gastroenterol Hepatol. (2022) 2022:7476477. 10.1155/2022/7476477 + + + + 10.1155/2022/7476477 + PMC9754828 + 36531835 + + + + Tripathi D, Stanley A, Hayes P, Travis S, Armstrong M, Tsochatzis E, et al. Transjugular intrahepatic portosystemic stent-shunt in the management of portal hypertension. +Gut. (2020) 69:1173–92. 10.1136/gutjnl-2019-320221 + + + + 10.1136/gutjnl-2019-320221 + PMC7306985 + 32114503 + + + + Attanasi M, Bou Daher H, Rockey D. Natural history and outcomes of cavernous transformation of the portal vein in cirrhosis. +Dig Dis Sci. (2023) 68: 3458–66. + + + 37349605 + + + + Liu Z, Wang S, Dong D, Wei J, Fang C, Zhou X, et al. The applications of radiomics in precision diagnosis and treatment of oncology: opportunities and challenges. +Theranostics. (2019) 9:1303–22. 10.7150/thno.30309 + + + + 10.7150/thno.30309 + PMC6401507 + 30867832 + + + + Lubner M, Malecki K, Kloke J, Ganeshan B, Pickhardt P. Texture analysis of the liver at MDCT for assessing hepatic fibrosis. +Abdom Radiol. (2017) 42:2069–78. 10.1007/s00261-017-1096-5 + + + + 10.1007/s00261-017-1096-5 + 28314916 + + + + Liu F, Ning Z, Liu Y, Liu D, Tian J, Luo H, et al. Development and validation of a radiomics signature for clinically significant portal hypertension in cirrhosis (CHESS1701): a prospective multicenter study. +EBioMedicine. (2018) 36:151–8. 10.1016/j.ebiom.2018.09.023 + + + + 10.1016/j.ebiom.2018.09.023 + PMC6197722 + 30268833 + + + + Wang C, Huang Y, Liu C, Liu F, Hu X, Kuang X, et al. Diagnosis of clinically significant portal hypertension using CT- and MRI-based vascular model. +Radiology. (2023) 307:e221648. 10.1148/radiol.221648 + + + + 10.1148/radiol.221648 + 36719293 + + + + +
+ + + 42205789 + + 2026 + 05 + 28 + + + 2026 + 05 + 28 + +
+ + 2297-055X + + 13 + + 2026 + + + Frontiers in cardiovascular medicine + Front Cardiovasc Med + + Pericoronary adipose tissue radiomics enhances prediction of major adverse cardiovascular events beyond CCTA-derived functional parameters in coronary atherosclerosis. + + 1833189 + 1833189 + + 1833189 + 10.3389/fcvm.2026.1833189 + + To explore the predictive value of a combined model integrating perivascular coronary adipose tissue (PCAT) radiomics features and coronary computed tomography angiography (CCTA)-derived functional parameters for major adverse cardiovascular events (MACE) in patients with Coronary Atherosclerosis (CAS). + This retrospective study enrolled 171 CAS patients who underwent CCTA at Datong Third People's Hospital between November 2020 and September 2022 and stratified them into a MACE-positive group (n = 72) and a MACE-negative group (n = 99) based on the occurrence of MACE. Using support vector machine (SVM) and Gaussian process regression (GPR) algorithms, we constructed four MACE prediction models: two models relying on CCTA-derived functional parameters (stenosis severity and CT-FFR), and two combined models integrating these parameters with the radiomics score (Rad-score). Model performance was evaluated using the area under the receiver operating characteristic curve (AUC), F1-score, Delong test, calibration curves, and decision curve analysis (DCA). + Among the CCTA-derived functional parameters, CT-derived fractional flow reserve (CT-FFR) and coronary stenosis severity emerged as independent predictors of MACE in patients with CAS (both P < 0.05). Models integrating CCTA-derived functional parameters with the radiomics score (Rad-score) demonstrated superior predictive performance compared with models relying solely on CCTA-derived functional parameters. Specifically, the mean AUC for SVM and GPR models based exclusively on CCTA-derived functional parameters were 0.742 and 0.737, respectively. In contrast, the mean AUCs for the corresponding combined SVM and GPR models both increased to 0.803. Notably, the combined GPR model achieved the highest mean F1-score (0.686). The DeLong test confirmed that the combined models significantly outperformed the CCTA-only models in both the training and testing sets (all P < 0.05). Calibration curves revealed the best goodness-of-fit for the combined GPR model, and DCA indicated that this model provided the greatest net clinical benefit across a broad range of decision thresholds. + PCAT radiomics features can enhance the predictive performance of models based on CCTA-derived functional parameters for MACE in CAS patients. Notably, the combined GPR model exhibits optimal predictive accuracy and clinical utility. + © 2026 Wang, Wu, Cao, Zhao, Zhang, Wu, Zhang, Ning, Zhang, Wang, Yin, Wang and Xu. + + + + Wang + Zhenye + Z + + Department of Radiology, The Third People's Hospital of Datong, Datong, China. + + + First Clinical Medical College, Graduate School, Changzhi Medical College, Changzhi, China. + + + + Wu + Zhijing + Z + + Department of Radiology, The Third People's Hospital of Datong, Datong, China. + + + First Clinical Medical College, Graduate School, Changzhi Medical College, Changzhi, China. + + + + Cao + Milan + M + + Department of Science and Education, The Third People's Hospital of Datong, Datong, China. + + + + Zhao + Lili + L + + Department of Radiology, The Third People's Hospital of Datong, Datong, China. + + + + Zhang + Guojiang + G + + Department of Cardiology, The Third People's Hospital of Datong, Datong, China. + + + + Wu + Shan + S + + Department of Radiology, Shanxi Bethune Hospital, Taiyuan, China. + + + + Zhang + Xiong + X + + Department of Electronic and Information Engineering, Taiyuan University of Science and Technology, Taiyuan, China. + + + + Ning + Jiwei + J + + Department of Clinical Laboratory, The Third People's Hospital of Datong, Datong, China. + + + + Zhang + Yanhua + Y + + Department of Science and Education, The Third People's Hospital of Datong, Datong, China. + + + + Wang + Junqin + J + + Department of Science and Education, The Third People's Hospital of Datong, Datong, China. + + + + Yin + Lei + L + + Department of Radiology, The Third People's Hospital of Datong, Datong, China. + + + + Wang + Qiang + Q + + Department of Computer and Network Engineering, Shanxi Datong University, Datong, China. + + + + Xu + Zhigao + Z + + Department of Radiology, The Third People's Hospital of Datong, Datong, China. + + + + eng + + Journal Article + + + 2026 + 05 + 12 + +
+ + Switzerland + Front Cardiovasc Med + 101653388 + 2297-055X + + + coronary atherosclerosis + machine learning + major adverse cardiovascular events + pericoronary adipose tissue + radiomics + + The author(s) declared that this work was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest. +
+ + + + 2026 + 3 + 20 + + + 2026 + 4 + 22 + + + 2026 + 4 + 22 + + + 2026 + 5 + 28 + 6 + 32 + + + 2026 + 5 + 28 + 6 + 31 + + + 2026 + 5 + 28 + 4 + 40 + + + 2026 + 5 + 12 + + + epublish + + 42205789 + PMC13201203 + 10.3389/fcvm.2026.1833189 + + + + World Health Organization. Cardiovascular diseases (CVDs). Fact sheet. (2023) Available online at: +https://www.who.int/zh/news-room/fact-sheets/detail/cardiovascular-diseases-(cvds) +(Accessed April 29, 2026). + + + Roth GA, Mensah GA, Johnson CO, Addolorato G, Ammirati E, Baddour LM, et al. Global burden of cardiovascular diseases and risk factors, 1990-2019: update from the GBD 2019 study. J Am Coll Cardiol. (2020) 76(25):2982–3021. 10.1016/j.jacc.2020.11.010 + + 10.1016/j.jacc.2020.11.010 + PMC7755038 + 33309175 + + + + Lee E, Tan B, Chin YH, Chan YH, Ong J, Goh RSJ, et al. Insights into the reporting of major adverse cardiovascular events in coronary artery disease trials. Eur Heart J. (2024) 45(Supplement_1):ehae666–1556. 10.1093/eurheartj/ehae666.1556 + + 10.1093/eurheartj/ehae666.1556 + + + + Vrints C, Andreotti F, Koskinas KC, Rossello X, Adamo M, Ainslie J, et al. 2024 ESC guidelines for the management of chronic coronary syndromes. Eur Heart J. (2024) 45(36):3415–537. 10.1093/eurheartj/ehae177 + + 10.1093/eurheartj/ehae177 + 39210710 + + + + Jukema RA, Blanke P, Khoo JK, Tzimas G, Ahmadi A, Danad I, et al. Artificial intelligence-based coronary plaque quantification using coronary CT angiography: current insights and future directions. Radiol Cardiothorac Imaging. (2025) 7(5):e240568. 10.1148/ryct.240568 + + 10.1148/ryct.240568 + 41165444 + + + + Ma R, Fari R, van der Harst P, N De Cecco C, E Stillman A, Vliegenthart R, et al. Evaluation of pericoronary adipose tissue attenuation on CT. Br J Radiol. (2023) 96(1145):20220885. 10.1259/bjr.20220885 + + 10.1259/bjr.20220885 + PMC10161916 + 36607825 + + + + Yuvaraj J, Cheng K, Lin A, Psaltis PJ, Nicholls SJ, Wong DTL. The emerging role of CT-based imaging in adipose tissue and coronary inflammation. Cells. 2021. 10(5):1196. 10.3390/cells10051196 + + 10.3390/cells10051196 + PMC8153638 + 34068406 + + + + Polidori T, De Santis D, Rucci C, Tremamunno G, Piccinni G, Pugliese L, et al. Radiomics applications in cardiac imaging: a comprehensive review. Radiologia Medicar. (2023) 128(8):922–33. 10.1007/s11547-023-01658-x + + 10.1007/s11547-023-01658-x + PMC10338589 + 37326780 + + + + Cury RC, Leipsic J, Abbara S, Achenbach S, Berman D, Bittencourt M, et al. CAD-RADS™ 2.0 - 2022 coronary artery disease-reporting and data system: an expert consensus document of the society of cardiovascular computed tomography (SCCT), the American College of Cardiology (ACC), the American college of radiology (ACR), and the North America society of cardiovascular imaging (NASCI). JACC Cardiovasc Imaging. 2022. 15(11):1974–2001. 10.1016/j.jcmg.2022.07.002 + + 10.1016/j.jcmg.2022.07.002 + 36115815 + + + + Williams T, Mittal A, Karageorgiev D, Iniguez Romo A, Aminian A, Fernandez Portalese J, et al. Complete revascularization optimizes patient outcomes in multivessel coronary artery disease: data from the e-ultimaster registry. Catheter Cardiovasc Interv. (2022) 99(4):961–7. 10.1002/ccd.30042 + + 10.1002/ccd.30042 + PMC9544253 + 34962059 + + + + Zwart B, Claessen BEPM, Damman P, Woudstra P, Vink MA, Balder JW, et al. 2023 European society of cardiology guidelines for the management of acute coronary syndromes. Neth Heart J. (2024) 32(10):338–45. 10.1007/s12471-024-01896-2 + + 10.1007/s12471-024-01896-2 + PMC11413259 + 39254829 + + + + Wu J, Xia Y, Wang X, Wei Y, Liu A, Innanje A, et al. uRP: an integrated research platform for one-stop analysis of medical images. Front Radiol. (2023) 3:1153784. 10.3389/fradi.2023.1153784 + + 10.3389/fradi.2023.1153784 + PMC10365282 + 37492386 + + + + Tan N, Dey D, Marwick TH, Nerlekar N. Pericoronary adipose tissue as a marker of cardiovascular risk: jACC review topic of the week. J Am Coll Cardiol. (2023) 81(9):913–23. 10.1016/j.jacc.2022.12.021 + + 10.1016/j.jacc.2022.12.021 + 36858711 + + + + Merkus D, Muller-Delp J, Heaps CL. Coronary microvascular adaptations distal to epicardial artery stenosis. Am J Physiol Heart Circ Physiol. (2021) 320(6):H2351–h70. 10.1152/ajpheart.00992.2020 + + 10.1152/ajpheart.00992.2020 + PMC8289363 + 33961506 + + + + Chowdhury M, Osborn EA. Physiological assessment of coronary lesions in 2020. Curr Treat Options Cardiovasc Med. (2020) 22(1):2. 10.1007/s11936-020-0803-7 + + 10.1007/s11936-020-0803-7 + PMC7012056 + 31938934 + + + + Alabdullah AA, Marey A, Li Y, Jha S, Rogers C, Abdulla J, et al. Clinical value and cost effectiveness of FFR-CT in guiding revascularization and predicting major adverse cardiac events: a meta-analysis. Clin Imaging. (2026) 129:110659. 10.1016/j.clinimag.2025.110659 + + 10.1016/j.clinimag.2025.110659 + 41202647 + + + + Xaplanteris P, Fournier S, Pijls NHJ, Fearon WF, Barbato E, Tonino PAL, et al. Five-Year outcomes with PCI guided by fractional flow reserve. N Engl J Med. (2018) 379(3):250–9. 10.1056/NEJMoa1803538 + + 10.1056/NEJMoa1803538 + 29785878 + + + + Smolka S, Fava A, Moshage M, Marwan M, Desai MY, Achenbach S. CT-FFR in predicting future cardiovascular events. Eur Heart J. (2022) 43:206. 10.1093/eurheartj/ehac544.206 + + 10.1093/eurheartj/ehac544.206 + + + + Yang F, Pang Z, Cui S, Ma Y, Li Y, Wang Y, et al. Predictive value of coronary stenosis degree combined with CT-FFR and resting-state CTP for major adverse cardiac events in obstructive coronary artery disease. Medicine (Baltimore). (2023) 102(30):e34438. 10.1097/md.0000000000034438 + + 10.1097/md.0000000000034438 + PMC10378890 + 37505127 + + + + Napoli G, Pergola V, Basile P, De Feo D, Bertrandino F, Baggiano A, et al. Epicardial and pericoronary adipose tissue, coronary inflammation, and acute coronary syndromes. J Clin Med. (2023) 12(23):7212. 10.3390/jcm12237212 + + 10.3390/jcm12237212 + PMC10707039 + 38068263 + + + + Yang C, Deng C, Xia J, Wang S, Zhang L, Liu Z, et al. Peri-coronary adipose tissue attenuation and its association with plaque vulnerability and clinical outcomes in coronary artery disease using combined CCTA and OCT. Sci Rep. (2025) 15(1):16520. 10.1038/s41598-025-00023-4 + + 10.1038/s41598-025-00023-4 + PMC12075659 + 40360624 + + + + Nishihara T, Miyoshi T, Ejiri K, Osawa K, Fuke S, Seiyama K, et al. Evaluating pericoronary adipose tissue attenuation to predict cardiovascular events: a multicenter study in east asians. JACC Asia. (2025) 5(1):1–11. 10.1016/j.jacasi.2024.09.009 + + 10.1016/j.jacasi.2024.09.009 + PMC11775815 + 39886202 + + + + Vieira Santos-Silva M, Sousa-Nunes F, Fernando Teixeira J, Leite-Moreira A, Barros A, Dias-Neto M. The use of radiomic analysis in cardiovascular diseases. Port J Card Thorac Vasc Surg. (2022) 29(3):45–50. 10.48729/pjctvs.286. PMID: 36197822 + + 10.48729/pjctvs.286 + 36197822 + + + + Zhan W, Luo Y, Luo H, Zhou Z, Yin N, Li Y, et al. Predicting major adverse cardiovascular events in angina patients using radiomic features of pericoronary adipose tissue based on CCTA. Front Cardiovasc Med. (2024) 11:1462451. 10.3389/fcvm.2024.1462451 + + 10.3389/fcvm.2024.1462451 + PMC11560751 + 39544308 + + + + Shang J, Zhen Y, Zhang Z, Wang Z, Xu H, Pan Y, et al. Pericoronary adipose tissue radiomics to improve risk stratification for patients with acute coronary syndrome: a multicenter retrospective cohort study. Cardiovasc Diabetol. (2025) 24(1):356. 10.1186/s12933-025-02913-3 + + 10.1186/s12933-025-02913-3 + PMC12400695 + 40887649 + + + + Du KL, Jiang B, Lu J, Hua J, Swamy MNS. Exploring kernel machines and support vector machines: principles, techniques, and future directions. Math. (2024) 12(24):3935. 10.3390/math12243935 + + 10.3390/math12243935 + + + + Kim M, Ko WH, Kwak S, Joung S, Lee W, Kim B, et al. Kinetic profile inference with outlier detection using support vector machine regression and Gaussian process regression. Nucl Fusion. (2024) 64(10):106052. 10.1088/1741-4326/ad7304 + + 10.1088/1741-4326/ad7304 + + + + Hwang D, Park SH, Nam CW, Doh JH, Kim HK, Kim Y, et al. Diagnostic performance of on-site automatic coronary computed tomography angiography-derived fractional flow reserve. Korean Circ J. (2024) 54(7):382–94. 10.4070/kcj.2023.0288 + + 10.4070/kcj.2023.0288 + PMC11252635 + 38767442 + + + + +
+ + + 42205787 + + 2026 + 05 + 28 + + + 2026 + 05 + 28 + +
+ + 2297-055X + + 13 + + 2026 + + + Frontiers in cardiovascular medicine + Front Cardiovasc Med + + Applications of artificial intelligence in cardiovascular risk detection and prediction among adults with obesity: a scoping review. + + 1802647 + 1802647 + + 1802647 + 10.3389/fcvm.2026.1802647 + + Obesity is a chronic and multifactorial disease that substantially increases cardiovascular risk, the leading cause of mortality worldwide. Conventional cardiovascular risk prediction tools are largely derived from general populations and often fail to capture the metabolic heterogeneity and complex pathophysiology associated with obesity. Artificial intelligence (AI) has been proposed as an approach to improve cardiovascular risk detection and prediction through the integration of large and heterogeneous clinical datasets. + To map and characterise the available evidence on the application of artificial intelligence for cardiovascular risk detection, prediction, and stratification in adults with obesity. + scoping review was conducted following the Joanna Briggs Institute methodology and reported according to the PRISMA ScR guidelines. PubMed, Scopus, Web of Science, LILACS, and IEEE Xplore were searched for studies published between January 2015 and January 2026. Eligible studies included observational designs and investigations describing the development or validation of AI based models applied to cardiovascular risk assessment in adults with obesity. Data were synthesised using narrative and tabulated approaches. + Thirty studies were included, most of which were retrospective and characterised by heterogeneous populations. Tree based ensemble methods, particularly Random Forest and gradient boosting algorithms, were most frequently used, followed by support vector machines and artificial neural networks. Outcomes mainly focused on cardiovascular risk stratification and disease detection, whereas prediction of incident cardiovascular events and mortality was less common. External validation was infrequently reported, and model performance was generally moderate when longitudinal outcomes were assessed. + Artificial intelligence shows potential as a complementary tool for cardiovascular risk assessment in adults with obesity. However, methodological heterogeneity, limited external validation, and inconsistent outcome definitions currently limit clinical implementation. Future research should prioritise prospective designs, robust external validation, and standardised outcomes to define the clinical value of AI based cardiovascular risk models in obesity. + © 2026 Torres Torres, Garcés, Cárdenas Montoya, Concha Fernández and Hernández Rincón. + + + + Torres Torres + Mario Andrés + MA + + Primary Care Physician, School of Medicine, Universidad de La Sabana, Chía, Colombia. + + + + Garcés + Mariana González + MG + + Primary Care Physician, School of Medicine, Universidad de La Sabana, Chía, Colombia. + + + + Cárdenas Montoya + Jerónimo + J + + Primary Care Physician, Faculty of Medicine, Universidad de La Sabana, Chía, Colombia. + + + + Concha Fernández + Valeria + V + + Primary Care Physician, School of Medicine, Universidad de La Sabana, Chía, Colombia. + + + + Hernández Rincón + Erwin Hernando + EH + + Department of Family Medicine and Public Health, Universidad de La Sabana, Chía, Colombia. + + + + eng + + Journal Article + Review + + + 2026 + 05 + 12 + +
+ + Switzerland + Front Cardiovasc Med + 101653388 + 2297-055X + + + artificial intelligence + cardiovascular diseases + machine learning + obesity + risk assessment + risk prediction + + The author(s) declared that this work was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest. +
+ + + + 2026 + 2 + 3 + + + 2026 + 3 + 19 + + + 2026 + 4 + 20 + + + 2026 + 5 + 28 + 6 + 33 + + + 2026 + 5 + 28 + 6 + 32 + + + 2026 + 5 + 28 + 4 + 40 + + + 2026 + 5 + 12 + + + epublish + + 42205787 + PMC13201141 + 10.3389/fcvm.2026.1802647 + + + + World Health Organization. Obesity and overweight. WHO (2024). + + + World Health Organization. One in eight people are now living with obesity. WHO (2024). + + + World Obesity Federation. World Obesity Atlas 2025. London: WOF; (2025). + + + World Health Organization. Cardiovascular diseases (CVDs). WHO (2023). + + + Visseren FLJ, Mach F, Smulders YM, Carballo D, Koskinas KC, Bäck M, et al. 2021 ESC guidelines on cardiovascular disease prevention in clinical practice. Eur Heart J. (2021) 42(34):3227–337. 10.1093/eurheartj/ehab484 + + 10.1093/eurheartj/ehab484 + 34458905 + + + + Hageman S, Pennells L, Ojeda F, Kaptoge S, Kuulasmaa K, de Vries T, et al. SCORE2 Risk prediction algorithms: new models to estimate 10-year risk of cardiovascular disease in Europe. Eur Heart J. (2021) 42(25):2439–54. 10.1093/eurheartj/ehab309 + + 10.1093/eurheartj/ehab309 + PMC8248998 + 34120177 + + + + Powell-Wiley TM, Poirier P, Burke LE, Després J-P, Gordon-Larsen P, Lavie CJ, et al. Obesity and cardiovascular disease: a scientific statement from the American Heart Association. Circulation. (2021) 143(21):e984–e1010. 10.1161/CIR.0000000000000973 + + 10.1161/CIR.0000000000000973 + PMC8493650 + 33882682 + + + + GBD 2021 Risk Factors Collaborators. Global burden attributable to high body-mass index. Lancet. (2023):1–15. + + + Neeland IJ, Ross R, Després JP, Matsuzawa Y, Yamashita S, Shai I, et al. Visceral and ectopic fat, atherosclerosis, and cardiometabolic disease: a position statement. Lancet Diabetes Endocrinol. (2019) 73(1):1–12. 10.1016/S2213-8587(19)30084-1 + + 10.1016/S2213-8587(19)30084-1 + 31301983 + + + + Liu T, Krentz A, Lu L, Curcin V. Machine learning based prediction models for cardiovascular disease risk using electronic health records data: systematic review and meta-analysis. Eur Heart J Digit Health. (2025) 6(1):7–22. 10.1093/ehjdh/ztae080 + + 10.1093/ehjdh/ztae080 + PMC11750195 + 39846062 + + + + Chiarito M, Luceri L, Oliva A, Stefanini G, Condorelli G. Artificial intelligence and cardiovascular risk prediction: all that glitters is not gold. Eur Cardiol. (2022) 17:e29. 10.15420/ecr.2022.11 + + 10.15420/ecr.2022.11 + PMC9947926 + 36845218 + + + + Singh M, Kumar A, Khanna NN, Laird JR, Nicolaides A, Faa G, et al. Artificial intelligence for cardiovascular disease risk assessment in personalised framework: a scoping review. eClinicalMed. (2024) 73:102660. 10.1016/j.eclinm.2024.102660 + + 10.1016/j.eclinm.2024.102660 + PMC11154124 + 38846068 + + + + Goossens K, Borry P, Forehand TM, Van Steijvoort E. AI-driven tools for prediction of obesity-related vascular disease: stakeholder perspectives and challenge. Front Public Health. (2025) 13:1713882. 10.3389/fpubh.2025.1713882 + + 10.3389/fpubh.2025.1713882 + PMC12711769 + 41426664 + + + + Aiosa GV, Palesi M, Sapuppo F. Explainable artificial intelligence for decision support in obesity comorbidities diagnosis. IEEE Access. (2023) 11:107767–82. 10.1109/ACCESS.2023.3320057 + + 10.1109/ACCESS.2023.3320057 + + + + Musleh D, Al Khwaja A, Alkhwaja I, Alghamdi M, Abu Hussain H, Albugami M, et al. Predicting risk of cardiometabolic disease among university students using machine learning models. BMC Med Inform Decis Mak. (2024) 24:89. 10.1186/s12911-024-02001-1 + + 10.1186/s12911-024-02001-1 + + + + Sola M, Varnava A, Koutouzis M, Stefanidis C. Artificial intelligence for cardiovascular disease risk assessment: a scoping review. Front Cardiovasc Med. (2023) 10:1134567. 10.3389/fcvm.2023.1134567 + + 10.3389/fcvm.2023.1134567 + + + + Kim MG, Kang JG, Jung JH, Kim D-Y, Kim K-M, Park T-S, et al. Deep learning–based prediction of cardiovascular disease using body composition and metabolic profiles. Sci Rep. (2021) 11:12345. 10.1038/s41598-021-12345-6 + + 10.1038/s41598-021-12345-6 + + + + Collins GS, Reitsma JB, Altman DG, Moons KGM. Transparent reporting of a multivariable prediction model for individual prognosis or diagnosis (TRIPOD): the TRIPOD statement. Ann Intern Med. (2015) 162(1):55–63. 10.7326/M14-0697 + + 10.7326/M14-0697 + 25560714 + + + + Swamy PGN, Rai K. Assessment of risk factors of cardiovascular diseases using artificial neural network (ANN): a pilot study. NatiJ Community Med. (2025) 16(11):1131–41. 10.55489/njcm.161120255963 + + 10.55489/njcm.161120255963 + + + + Jorquera R, Droppelmann G, Dollmann M, Blanco G, Ahumada I, Lira A, et al. Mining the risk: early cardiovascular detection in workers using machine learning approaches. Front Med. (2025) 12:1678172. 10.3389/fmed.2025.1678172 + + 10.3389/fmed.2025.1678172 + PMC12696186 + 41393120 + + + + Nazir A, Nazir A, Afzaal U, Aman S, Sadiq SUR, Akah OZ, et al. Advancements in biomarkers for early detection and risk stratification of cardiovascular diseases—a literature review. Health Sci Rep. (2025) 8(5):e70878. 10.1002/hsr2.70878 + + 10.1002/hsr2.70878 + PMC12106349 + 40432692 + + + + Krittanawong C, Johnson KW, Rosenson RS, Wang Z, Aydar M, Baber U, et al. Artificial intelligence in cardiovascular risk prediction: current status and future directions. Nat Rev Cardiol. (2022) 19:1–13. 10.1038/s41569-021-00640-3 + + 10.1038/s41569-021-00640-3 + + + + Chan M, Yu Y, Chang P, Chen TY, Wong HL, Huang JH, et al. Optimizing cardiovascular health monitoring with IoT-enabled sensors and AI: a focus on obesity-induced cardiovascular risks in young adults. Electronics. (2025) 14(1):121. 10.3390/electronics14010121 + + 10.3390/electronics14010121 + + + + Bhagawati M, Paul S, Mantella L, Johri AM, Gupta S, Laird JR, et al. Cardiovascular disease risk stratification using hybrid deep learning paradigm: first of its kind on Canadian trial data. Diagnostics. (2024) 14(17):1894. 10.3390/diagnostics14171894 + + 10.3390/diagnostics14171894 + PMC11393849 + 39272680 + + + + Mukherjee M, Mukherjee S, Thokala HR, Ali RH. Classifying complex multimorbidity using latent class analysis and machine learning to generate insights into clustering of mental and cardiometabolic conditions. PLoS One. (2025) 20(11):e0335676. 10.1371/journal.pone.0335676 + + 10.1371/journal.pone.0335676 + PMC12622840 + 41248181 + + + + Zhou Y, Lin CJ, Yu Q, Blais JE, Wan EYF, Wong E, et al. Primary prevention cardiovascular disease risk prediction model for contemporary Chinese (1°P-CARDIAC): model derivation and validation using a hybrid statistical and machine-learning approach. PLoS One. (2025) 20(7):e0322419. 10.1371/journal.pone.0322419 + + 10.1371/journal.pone.0322419 + PMC12303301 + 40720453 + + + + Ngufor C, Caraballo PJ, O’Byrne TJ, Chen D, Shah ND, Pruinelli L, et al. Development and validation of a risk stratification model using disease severity hierarchy for mortality or major cardiovascular event. JAMA Netw Open. (2020) 3(7):e208270. 10.1001/jamanetworkopen.2020.8270 + + 10.1001/jamanetworkopen.2020.8270 + PMC7368174 + 32678448 + + + + Reátegui R, Tandazo-Malla C, Suárez R, Ramírez-Cerna L. Cardiovascular risk prediction via ensemble machine learning and oversampling methods. Sci Rep. (2025) 15:43576. 10.1038/s41598-025-30895-5 + + 10.1038/s41598-025-30895-5 + PMC12698720 + 41326754 + + + + Hossain S, Hasan MK, Faruk MO, Aktar N, Hossain R, Hossain K, et al. Machine learning–based prediction of cardiovascular disease among adults with obesity in Bangladesh: a cross-sectional study. BMC Cardiovasc Disord. (2024) 24:112. 10.1186/s12872-024-01234-5 + + 10.1186/s12872-024-01234-5 + PMC11025260 + 38632519 + + + + Zhang Y, Wang Y, Qiao S, Yang X, Zhang M, Xu C, et al. Comparative performance of body roundness index and traditional adiposity indices in predicting cardiovascular risk: machine learning insights from three prospective aging cohorts. Front Endocrinol. (2025) 16:1653328. 10.3389/fendo.2025.1653328 + + 10.3389/fendo.2025.1653328 + PMC12507581 + 41079193 + + + + Vigna L, Tirelli AS, Grossi E, Turolo S, Tomaino L. Metal body burden as cardiovascular risk factor in adults with metabolic syndrome and overweight–obesity analysed with an artificial neural network: the role of hair mineralograms. Metabolites. (2023) 13:679. 10.3390/metabo13060679 + + 10.3390/metabo13060679 + PMC10303101 + 37367837 + + + + Collins GS, Moons KGM. Reporting of artificial intelligence prediction models. Lancet. (2019) 393(10181):1577–9. 10.1016/S0140-6736(19)30037-6 + + 10.1016/S0140-6736(19)30037-6 + 31007185 + + + + Chinnasamy P, Arun Kumar S, Navya V, Lakshmi Priya K, Sruthi Boddu S. Machine learning based cardiovascular disease prediction. Mater Today Proc. (2022) 64:459–63. 10.1016/j.matpr.2022.04.907 + + 10.1016/j.matpr.2022.04.907 + + + + Lee H, Hwang J, Yon DK, Rhee SY. Multimodal and multidimensional artificial intelligence technology in obesity. J Obes Metab Syndr. (2025) 34:394–404. 10.7570/jomes25035 + + 10.7570/jomes25035 + PMC12583783 + 40922673 + + + + Peng M, Hou F, Cheng Z, Shen T, Liu K, Zhao C, et al. Prediction of cardiovascular disease risk based on major contributing features. Sci Rep. (2023) 13:4778. 10.1038/s41598-023-31870-8 + + 10.1038/s41598-023-31870-8 + PMC10036320 + 36959459 + + + + Wang C, Zhu H, Rao C. Machine learning-based decision-making mechanism for risk assessment of cardiovascular disease. Comput Model Eng Sci. (2024) 138(1):691–718. 10.32604/cmes.2023.029258 + + 10.32604/cmes.2023.029258 + + + + Valeanu A, Margina D, Weber D, Stuetz W, Moreno-Villanueva M, Dollé MET, et al. Development and validation of cardiometabolic risk predictive models based on LDL oxidation and candidate geromarkers from the MARK-AGE data. Mech Ageing Dev. (2024) 222:111987. 10.1016/j.mad.2024.111987 + + 10.1016/j.mad.2024.111987 + 39284459 + + + + Reivan Ortiz GG, Maraver-Capdevila L, Granero R. Predicting metabolic and cardiovascular health from nutritional patterns and psychological state among overweight and obese young adults: a neural network approach. Nutrients. (2025) 17(16):2651. 10.3390/nu17162651 + + 10.3390/nu17162651 + PMC12389217 + 40871682 + + + + Tragomalou A, Moschonis G, Manios Y, Kassari P, Ioakimidis I, Diou C, et al. Novel e-health applications for the management of cardiometabolic risk factors in children and adolescents in Greece. Nutrients. (2020) 12(5):1380. 10.3390/nu12051380 + + 10.3390/nu12051380 + PMC7284613 + 32408523 + + + + Franklin NC, Arena R. Personalized weight management interventions for cardiovascular risk reduction: a viable option for African-American women. Prog Cardiovasc Dis. (2016) 58(6):595–604. 10.1016/j.pcad.2016.02.003 + + 10.1016/j.pcad.2016.02.003 + 26908050 + + + + Azad M, Khan MFK, El-Ghany SA. XAI-enhanced machine learning for obesity risk classification: a stacking approach with LIME explanations. IEEE Access. (2025) 13:13847–65. 10.1109/ACCESS.2025.3530840 + + 10.1109/ACCESS.2025.3530840 + + + + Rahim A, Rasheed Y, Azam F, Anwar MW, Muzaffar AW. An integrated machine learning framework for effective prediction of cardiovascular diseases. IEEE Access. (2021) 9:106575–88. 10.1109/ACCESS.2021.3098688 + + 10.1109/ACCESS.2021.3098688 + + + + +
+ + + 42205783 + + 2026 + 05 + 28 + + + 2026 + 05 + 28 + +
+ + 2297-055X + + 13 + + 2026 + + + Frontiers in cardiovascular medicine + Front Cardiovasc Med + + Integrating untargeted metabolomics and deep learning approaches to identify specific metabolic signatures and new mechanisms in unstable plaques. + + 1646067 + 1646067 + + 1646067 + 10.3389/fcvm.2026.1646067 + + Unstable carotid artery plaques are an important risk factor for ischemic stroke, and their clinical prognosis is poor. The present study to systematically investigate the metabolic changes of carotid plaques and use machine learning methods to identify and screen metabolic biomarkers in unstable carotid plaques for helping diagnosis of stroke risk caused by unstable plaques. + A non-targeted metabolomics analysis was performed on 67 cases (40 stable and 27 unstable) of carotid artery plaques. Specific metabolic signatures were identified in unstable plaques. Four machine learning algorithms, including random forest (RF), support vector machine (SVM), least absolute shrinkage and selection operator (LASSO), and logistic regression (LR), were used to construct feature analysis models for unstable carotid artery plaques and predict the associated metabolic biomarkers. + A total of 98 metabolites significantly differentially associated with unstable plaques were identified. Kyoto Encyclopedia of Genes and Genomes (KEGG) enrichment analysis revealed that the cGMP-PKG signaling pathway, glucagon signaling pathway, central carbon metabolism in cancer, and lipolysis regulation in adipocytes are metabolic pathways significantly associated with unstable plaques. The network diagram of metabolites and metabolic pathways revealed the relationship between 43 metabolites and their corresponding pathways. Furthermore, some metabolites that may serve as biomarkers for unstable plaques were screened. + Different metabolite patterns associated with unstable plaque tissue were identified and characterized. This study identified some potential metabolic biomarkers significantly associated with unstable carotid artery plaques, which can predict metabolic products and further improve the prediction of stroke risk in unstable plaques. + © 2026 Liu, Ma, Wang, Qu, Zhang, Song, Gao, Wang, Zheng, Fang, Qu, Shen and Liu. + + + + Ma + Jia-Qi + JQ + + Department of Neurosurgery, Tangdu Hospital, Airforce Military Medical University, Xi'an, Shaanxi, China. + + + + Wang + Lu + L + + Department of Neurosurgery, Tangdu Hospital, Airforce Military Medical University, Xi'an, Shaanxi, China. + + + College of Life Sciences, Northwest University, Xi'an, Shaanxi, China. + + + + Qu + Xiao-Peng + XP + + Department of Neurosurgery, Tangdu Hospital, Airforce Military Medical University, Xi'an, Shaanxi, China. + + + + Zhang + Yue + Y + + Department of Neurosurgery, Tangdu Hospital, Airforce Military Medical University, Xi'an, Shaanxi, China. + + + + Song + Li-Jia + LJ + + Department of Pediatrics, Tangdu Hospital, Airforce Military Medical University, Xi'an, China. + + + + Gao + Guo-Dong + GD + + Department of Neurosurgery, Tangdu Hospital, Airforce Military Medical University, Xi'an, Shaanxi, China. + + + + Wang + Chao + C + + Department of Neurosurgery, Tangdu Hospital, Airforce Military Medical University, Xi'an, Shaanxi, China. + + + + Zheng + Long-Long + LL + + Department of Neurosurgery, Tangdu Hospital, Airforce Military Medical University, Xi'an, Shaanxi, China. + + + + Fang + Qi-Xing + QX + + Department of Neurosurgery, Tangdu Hospital, Airforce Military Medical University, Xi'an, Shaanxi, China. + + + + Qu + Yan + Y + + Department of Neurosurgery, Tangdu Hospital, Airforce Military Medical University, Xi'an, Shaanxi, China. + + + + Shen + Liang-Liang + LL + + Department of Biochemistry and Molecular Biology, Basic Medical Science Academy, Airforce Military Medical University, Xi'an, Shaanxi, China. + + + + Liu + Bei + B + + Department of Neurosurgery, Tangdu Hospital, Airforce Military Medical University, Xi'an, Shaanxi, China. + + + + eng + + Journal Article + + + 2026 + 05 + 12 + +
+ + Switzerland + Front Cardiovasc Med + 101653388 + 2297-055X + + + biomarkers + carotid artery + machine learning + metabolomics + unstable plaque + + The author(s) declared that this work was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest. +
+ + + + 2025 + 6 + 12 + + + 2026 + 3 + 18 + + + 2026 + 4 + 22 + + + 2026 + 5 + 28 + 6 + 33 + + + 2026 + 5 + 28 + 6 + 32 + + + 2026 + 5 + 28 + 4 + 40 + + + 2026 + 5 + 12 + + + epublish + + 42205783 + PMC13201192 + 10.3389/fcvm.2026.1646067 + + + + Abdulsalam M, Feng J. The composition of vulnerable plaque and its effect on arterial waveforms. J Mech Behav Biomed Mater. (2021) 119:104491. 10.1016/j.jmbbm.2021.104491 + + 10.1016/j.jmbbm.2021.104491 + 33901965 + + + + Tan L, Xu Q, Shi R, Zhang G. Bioinformatics analysis reveals the landscape of immune cell infiltration and immune-related pathways participating in the progression of carotid atherosclerotic plaques. Artif Cells Nanomed Biotechnol. (2021) 49(1):96–107. 10.1080/21691401.2021.1873798 + + 10.1080/21691401.2021.1873798 + 33480285 + + + + Carballo-Perich L, Puigoriol-Illamola D, Bashir S, Terceño M, Silva Y, Gubern-Mérida C, et al. Clinical parameters and epigenetic biomarkers of plaque vulnerability in patients with carotid stenosis. Int J Mol Sci. (2022) 23(9):5149. 10.3390/ijms23095149 + + 10.3390/ijms23095149 + PMC9101730 + 35563540 + + + + Li RX, Apostolakis IZ, Kemper P, McGarry MDJ, Ip A, Connolly ES, et al. +Pulse wave imaging in carotid artery stenosis human patients in vivo. Ultrasound Med Biol. (2019) 45(2):353–66. 10.1016/j.ultrasmedbio.2018.07.013 + + + 10.1016/j.ultrasmedbio.2018.07.013 + PMC6375685 + 30442386 + + + + Finn AV, Nakano M, Narula J, Kolodgie FD, Virmani R. Concept of vulnerable/unstable plaque. Arterioscler Thromb Vasc Biol. (2010) 30(7):1282–92. 10.1161/ATVBAHA.108.179739 + + 10.1161/ATVBAHA.108.179739 + 20554950 + + + + Peeters W, Hellings WE, de Kleijn DPV, de Vries JPPM, Moll FL, Vink A, et al. Carotid atherosclerotic plaques stabilize after stroke: insights into the natural process of atherosclerotic plaque stabilization. Arterioscler Thromb Vasc Biol. (2009) 29(1):128–33. 10.1161/ATVBAHA.108.173658 + + 10.1161/ATVBAHA.108.173658 + 18931283 + + + + Xia Z, Gu M, Jia X, Wang X, Wu C, Guo J, et al. Integrated DNA methylation and gene expression analysis identifies SLAMF7 as a key regulator of atherosclerosis. Aging. (2018) 10(6):1324–37. 10.18632/aging.101470 + + 10.18632/aging.101470 + PMC6046250 + 29905534 + + + + Saba L, Saam T, Jäger HR, Yuan C, Hatsukami TS, Saloner D, et al. Imaging biomarkers of vulnerable carotid plaques for stroke risk prediction and their potential clinical implications. Lancet Neurol. (2019) 18(6):559–72. 10.1016/S1474-4422(19)30035-3 + + 10.1016/S1474-4422(19)30035-3 + 30954372 + + + + Chen S-J, Liu R-R, Shang Y-R, Xie Y-J, Guo X-H, Huang M-J, et al. An ultrasound model to predict the short-term effects of endovascular stent placement in the treatment of carotid artery stenosis. Front Cardiovasc Med. (2020) 7:607367. 10.3389/fcvm.2020.607367 + + 10.3389/fcvm.2020.607367 + PMC7862114 + 33553258 + + + + Seeley EH, Liu Z, Yuan S, Stroope C, Cockerham E, Rashdan NA, et al. Spatially resolved metabolites in stable and unstable human atherosclerotic plaques identified by mass spectrometry imaging. Arterioscler Thromb Vasc Biol. (2023) 43(9):1626–35. 10.1161/ATVBAHA.122.318684 + + 10.1161/ATVBAHA.122.318684 + PMC10527524 + 37381983 + + + + Fiehn O. Metabolomics–the link between genotypes and phenotypes. Plant Mol Biol. (2002) 48(1-2):155–71. 10.1023/A:1013713905833 + + 10.1023/A:1013713905833 + 11860207 + + + + Harshfield EL, Markus HS. Association of baseline metabolomic profiles with incident stroke and dementia and with imaging markers of cerebral small vessel disease. Neurology. (2023) 101(5):e489–501. 10.1212/WNL.0000000000207458 + + 10.1212/WNL.0000000000207458 + PMC10401678 + 37290969 + + + + Petty GW, Brown RD, Jr, Whisnant J, Sicks JP, O'Fallon JD, Wiebers WM, et al. Ischemic stroke subtypes: a population-based study of incidence and risk factors. Stroke. (1999) 30(12):2513–6. 10.1161/01.STR.30.12.2513 + + 10.1161/01.STR.30.12.2513 + 10582970 + + + + Skagen K, Skjelland M, Zamani M, Russell D. Unstable carotid artery plaque: new insights and controversies in diagnostics and treatment. Croat Med J. (2016) 57(4):311–20. 10.3325/cmj.2016.57.311 + + 10.3325/cmj.2016.57.311 + PMC5048225 + 27586546 + + + + Howard DPJ, van Lammeren GW, Rothwell PM, Redgrave JN, Moll FL, de Vries J-PPM, et al. Symptomatic carotid atherosclerotic disease: correlations between plaque composition and ipsilateral stroke risk. Stroke. (2015) 46(1):182–9. 10.1161/STROKEAHA.114.007221 + + 10.1161/STROKEAHA.114.007221 + PMC4285579 + 25477221 + + + + Yang Q, Guo H, Shi X, Xu X, Zha M, Cai H, et al. Identification of symptomatic carotid artery plaque: a three-item scale combined angiography with optical coherence tomography. Front Neurosci. (2021) 15:792437. 10.3389/fnins.2021.792437 + + 10.3389/fnins.2021.792437 + PMC8702715 + 34955737 + + + + de Waard D, de Borst GJ, Bulbulia R, Pan H, Halliday A. Pre-operative carotid plaque echolucency assessment has no predictive value for long-term risk of stroke or cardiovascular death in patients undergoing carotid endarterectomy. Eur J Vasc Endovasc Surg. (2017) 54(2):135–41. 10.1016/j.ejvs.2017.05.013 + + 10.1016/j.ejvs.2017.05.013 + PMC5542040 + 28651865 + + + + Andrews JPM, Fayad ZA, Dweck MR. New methods to image unstable atherosclerotic plaques. Atherosclerosis. (2018) 272:118–28. 10.1016/j.atherosclerosis.2018.03.021 + + 10.1016/j.atherosclerosis.2018.03.021 + PMC6463488 + 29602139 + + + + Nicholson JK, Lindon JC. Metabonomics. Nature. (2008) 455(7216):1054–6. 10.1038/4551054a + + 10.1038/4551054a + 18948945 + + + + Shen X, Wang C, Liang N, Liu Z, Li X, Zhu Z, et al. Serum metabolomics identifies dysregulated pathways and potential metabolic biomarkers for hyperuricemia and gout. Arthritis Rheumatol (Hoboken, NJ). (2021) 73(9):1738–48. 10.1002/art.41733 + + 10.1002/art.41733 + 33760368 + + + + Buergel T, Steinfeldt J, Ruyoga G, Pietzner M, Bizzarri D, Vojinovic D, et al. Metabolomic profiles predict individual multidisease outcomes. Nat Med. (2022) 28(11):2309–20. 10.1038/s41591-022-01980-3 + + 10.1038/s41591-022-01980-3 + PMC9671812 + 36138150 + + + + Qureshi MI, Vorkas PA, Coupland AP, Jenkins IH, Holmes E, Davies AH. Lessons from metabonomics on the neurobiology of stroke. Neuroscientist. (2017) 23(4):374–82. + + 28345376 + + + + Shin TH, Lee DY, Basith S, Manavalan B, Paik MJ, Rybinnik I, et al. Metabolome changes in cerebral ischemia. Cells. (2020) 9(7):1630. 10.3390/cells9071630 + + 10.3390/cells9071630 + PMC7407387 + 32645907 + + + + Wang Z, Zhao Y. Gut microbiota derived metabolites in cardiovascular health and disease. Protein Cell. (2018) 9(5):416–31. 10.1007/s13238-018-0549-0 + + 10.1007/s13238-018-0549-0 + PMC5960473 + 29725935 + + + + Kasahara K, Rey FE. The emerging role of gut microbial metabolism on cardiovascular disease. Curr Opin Microbiol. (2019) 50:64–70. 10.1016/j.mib.2019.09.007 + + 10.1016/j.mib.2019.09.007 + 31693963 + + + + Chen W, Zhang S, Wu J, Ye T, Wang S, Wang P, et al. Butyrate-producing bacteria and the gut-heart axis in atherosclerosis. Clin Chim Acta. (2020) 507:236–41. 10.1016/j.cca.2020.04.037 + + 10.1016/j.cca.2020.04.037 + 32376324 + + + + Kooner AS, Yu H, Chen X. Synthesis of N-glycolylneuraminic acid (Neu5Gc) and its glycosides. Front Immunol. (2019) 10:2004. 10.3389/fimmu.2019.02004 + + 10.3389/fimmu.2019.02004 + PMC6724515 + 31555264 + + + + Peri S, Kulkarni A, Feyertag F, Berninsone PM, Alvarez-Ponce D. Phylogenetic distribution of CMP-Neu5Ac hydroxylase (CMAH), the enzyme synthetizing the proinflammatory human Xenoantigen Neu5Gc. Genome Biol Evol. (2018) 10(1):207–19. 10.1093/gbe/evx251 + + 10.1093/gbe/evx251 + PMC5767959 + 29206915 + + + + Wang J, Shewell LK, Day CJ, Jennings MP. N-glycolylneuraminic acid as a carbohydrate cancer biomarker. Transl Oncol. (2023) 31:101643. 10.1016/j.tranon.2023.101643 + + 10.1016/j.tranon.2023.101643 + PMC9971276 + 36805917 + + + + Kawanishi K, Coker JK, Grunddal KV, Dhar C, Hsiao J, Zengler K, et al. Dietary Neu5Ac intervention protects against atherosclerosis associated with human-like Neu5Gc loss-brief report. Arterioscler Thromb Vasc Biol. (2021) 41(11):2730–9. 10.1161/ATVBAHA.120.315280 + + 10.1161/ATVBAHA.120.315280 + PMC8551057 + 34587757 + + + + Yaginuma S, Omi J, Uwamizu A, Aoki J. Emerging roles of lysophosphatidylserine as an immune modulator. Immunol Rev. (2023) 317(1):20–9. 10.1111/imr.13204 + + 10.1111/imr.13204 + 37036835 + + + + Takagi Y, Nishikado S, Omi J, Aoki J. The many roles of lysophospholipid mediators and Japanese contributions to this field. Biol Pharm Bull. (2022) 45(8):1008–21. 10.1248/bpb.b22-00304 + + 10.1248/bpb.b22-00304 + 35908884 + + + + Tan X, Shi J, Fu Y, Gao C, Yang X, Li J, et al. Role of erythrocytes and platelets in the hypercoagulable status in polycythemia vera through phosphatidylserine exposure and microparticle generation. Thromb Haemostasis. (2013) 109(6):1025–32. 10.1160/TH12-11-0811 + + 10.1160/TH12-11-0811 + 23571603 + + + + Nagata S, Suzuki J, Segawa K, Fujii T. Exposure of phosphatidylserine on the cell surface. Cell Death Differ. (2016) 23(6):952–61. 10.1038/cdd.2016.7 + + 10.1038/cdd.2016.7 + PMC4987739 + 26891692 + + + + Kurano M, Kano K, Dohi T, Matsumoto H, Igarashi K, Nishikawa M, et al. Different origins of lysophospholipid mediators between coronary and peripheral arteries in acute coronary syndrome. J Lipid Res. (2017) 58(2):433–42. 10.1194/jlr.P071803 + + 10.1194/jlr.P071803 + PMC5282959 + 28007846 + + + + Nishikawa M, Kurano M, Ikeda H, Aoki J, Yatomi Y. Lysophosphatidylserine has bilateral effects on macrophages in the pathogenesis of atherosclerosis. J Atheroscler Thromb. (2015) 22(5):518–26. 10.5551/jat.25650 + + 10.5551/jat.25650 + 25445889 + + + + Bellini F, Bruni A. Role of a serum phospholipase A1 in the phosphatidylserine-induced T cell inhibition. FEBS Lett. (1993) 316(1):1–4. 10.1016/0014-5793(93)81724-E + + 10.1016/0014-5793(93)81724-E + 8422930 + + + + Barnes MJ, Li CM, Xu Y, An J, Huang Y, Cyster JG. The lysophosphatidylserine receptor GPR174 constrains regulatory T cell development and function. J Exp Med. (2015) 212(7):1011–20. 10.1084/jem.20141827 + + 10.1084/jem.20141827 + PMC4493414 + 26077720 + + + + Sirianni AC, Jiang J, Zeng J, Mao LL, Zhou S, Sugarbaker P, et al. N-acetyl-l-tryptophan, but not N-acetyl-d-tryptophan, rescues neuronal cell death in models of amyotrophic lateral sclerosis. J Neurochem. (2015) 134(5):956–68. 10.1111/jnc.13190 + + 10.1111/jnc.13190 + 26031348 + + + + Yan C, Wu D, Gan L, Wang J, Yang W, Xu B. Significant metabolic alterations in non-small cell lung cancer patients by epidermal growth factor receptor-targeted therapy and PD-1/PD-L1 immunotherapy. Front Pharmacol. (2022) 13:949745. 10.3389/fphar.2022.949745 + + 10.3389/fphar.2022.949745 + PMC9403486 + 36034789 + + + + Shim K, Gulhar R, Jialal I. Exploratory metabolomics of nascent metabolic syndrome. J Diabetes Complications. (2019) 33(3):212–6. 10.1016/j.jdiacomp.2018.12.002 + + 10.1016/j.jdiacomp.2018.12.002 + 30611573 + + + + Jiang X, Stockwell BR, Conrad M. Ferroptosis: mechanisms, biology and role in disease. Nat Rev Mol Cell Biol. (2021) 22(4):266–82. 10.1038/s41580-020-00324-8 + + 10.1038/s41580-020-00324-8 + PMC8142022 + 33495651 + + + + Park JS, Kim D-H, Choi H-I, Kim CS, Bae EH, Ma SK, et al. 3-carboxy-4-methyl-5-propyl-2-furanpropanoic acid (CMPF) induces cell death through ferroptosis and acts as a trigger of apoptosis in kidney cells. Cell Death Dis. (2023) 14(2):78. 10.1038/s41419-023-05601-w + + 10.1038/s41419-023-05601-w + PMC9894909 + 36732325 + + + + Prentice KJ, Luu L, Allister EM, Liu Y, Jun LS, Sloop KW, et al. +The furan fatty acid metabolite CMPF is elevated in diabetes and induces β cell dysfunction. Cell Metab. (2014) 19(4):653–66. 10.1016/j.cmet.2014.03.008 + + + 10.1016/j.cmet.2014.03.008 + 24703697 + + + + Liu Y, Prentice K, Eversley J, Hu C, Batchuluun B, Leavey K, et al. Rapid elevation in CMPF may act as a tipping point in diabetes development. Cell Rep. (2016) 14(12):2889–900. 10.1016/j.celrep.2016.02.079 + + 10.1016/j.celrep.2016.02.079 + 26997281 + + + + Paolisso P, Foà A, Bergamaschi L, Angeli F, Fabrizio M, Donati F, et al. Impact of admission hyperglycemia on short and long-term prognosis in acute myocardial infarction: mINOCA versus MIOCA. Cardiovasc Diabetol. (2021) 20(1):192. 10.1186/s12933-021-01384-6 + + 10.1186/s12933-021-01384-6 + PMC8464114 + 34560876 + + + + +
+ + + 42205775 + + 2026 + 05 + 28 + + + 2026 + 05 + 28 + +
+ + 2352-3409 + + 66 + + 2026 + Jun + + + Data in brief + Data Brief + + + The stack overflow recommendations dataset (SORD) - A large-scale curated dataset of recommendations related stack overflow questions, answers and comments. + + 112818 + 112818 + + 112818 + 10.1016/j.dib.2026.112818 + + Developer discussions particularly on programming related questions answering (Q&A) sites, contain useful information, which, if mined and analysed carefully can be transformed into insightful recommendations for developers about which software to use or prefer over others, matching with one's requirements for different software development activities. However, there is a long way to go before such a system can be realized. As a first step in this direction, we empirically explored the developers' discussions on Stack Overflow, one of the most popular Q&A sites among developers, with a particular emphasis on mining software recommendations related insights. We considered the Stack Overflow data dump published in October 2025 containing complete data of the site since 2008. The data extraction process started with the conversion of the gigantic XML files to SQL Server database table records. We then applied a keywords-based filtering approach to identify potential recommendation related queries in questions, and recommendations in answers and comments related to any aspect of software development. The set of keywords comprised of 19 keywords including the term 'recommend' along with its 14 synonyms and 4 antonyms. The extracted dataset contains 73.9k (0.31%) questions containing such terms in the question title, 1.1 M (4.69%) questions containing them in the question body, 2.2 M (6.18%) answers and 1.9 M (2.08%) comments because of exact keyword matching. The results further increase in case of substring matching. When enriched with additional metadata e.g. Users, Badges, Votes and Tags (which are available in the Stack Overflow data dump), the raw dataset presented in this paper can become highly useful for the empirical software engineering and machine learning research community for training models and developing recommendation systems for software engineering. The extracted answers and comments can be mined to extract implicit developer preferences from which ratings can be inferred whereas the extracted recommendation related questions with accepted answers can be transformed into a benchmark for retrieval evaluation of software recommendation systems for developers. The dataset is hosted on Figshare using DOI 10.6084/m9.figshare.30948506 and can be accessed via https://doi.org/10.6084/m9.figshare.30948506 or the GitHub repository. + © 2026 The Author(s). + + + + Fatima + Arjumand + A + + Department of Computer Science, Quaid-i-Azam University, Islamabad, Pakistan. + + + + Maqbool + Onaiza + O + + Department of Computer Science, Quaid-i-Azam University, Islamabad, Pakistan. + + + + eng + + + figshare + + 10.6084/m9.figshare.30948506 + + + + + Journal Article + + + 2026 + 05 + 06 + +
+ + Netherlands + Data Brief + 101654995 + 2352-3409 + + + Community question answering sites + Crowdsourced knowledge sharing + Human factors + Q&A websites + Recommendation systems for software engineering + Software information sites + Software recommendations + Stack exchange + +
+ + + + 2025 + 12 + 28 + + + 2026 + 4 + 27 + + + 2026 + 4 + 30 + + + 2026 + 5 + 28 + 6 + 31 + + + 2026 + 5 + 28 + 6 + 30 + + + 2026 + 5 + 28 + 4 + 40 + + + 2026 + 5 + 6 + + + epublish + + 42205775 + PMC13207349 + 10.1016/j.dib.2026.112818 + S2352-3409(26)00370-7 + + + + How do I access a data dump for a Stack Exchange site? (https://stackoverflow.com/help/data-dumps), Accessed: 2025-11-27. + + + Fatima A., Maqbool O. Scalable conversion of Stack Exchange network-based question answering sites’ Data dump to SQL server database–A case of stack overflow data dump. Array. 2026;30 + + + What topics can I ask about here? | Stack Overflow (https://stackoverflow.com/help/on-topic), Accessed: 2025-12-24. + + + Robillard M., Walker R., Zimmermann T. Recommendation systems for software engineering. IEEe Softw. 2009;27(4):80–86. + + + Kelly A. John Wiley & Sons; 2008. Changing Software development: Learning to Become Agile. + + + Bacchelli A., Ponzanelli L., Lanza M. 2012 Third International Workshop on Recommendation Systems for Software Engineering (RSSE) IEEE; 2012. Harnessing stack overflow for the ide. + + + Ponzanelli L., Bacchelli A., Lanza M. 2013 35th International Conference on Software Engineering (ICSE) IEEE; 2013. Seahawk: stack overflow in the ide. + + + Novielli N., Calefato F., Lanubile F. Proceedings of the 6th international workshop on social software engineering. 2014. Towards discovering the role of emotions in stack overflow. + + + Correa D., Sureka A. Proceedings of the 23rd international conference on World wide web. 2014. Chaff from the wheat: characterization and modeling of deleted questions on stack overflow. + + + Ponzanelli L., Mocci A., Lanza M. 2015 IEEE/ACM 12th Working Conference on Mining Software Repositories. IEEE. 2015. Stormed: stack overflow ready made data. + + + Baltes S., Treude C., Diehl S. 2019 IEEE/ACM 16th International Conference on Mining Software Repositories (MSR) IEEE; 2019. Sotorrent: studying the origin, evolution, and usage of stack overflow code snippets. + + + Kou B., et al. Proceedings of the 19th International Conference on Mining Software Repositories. 2022. SOSum: a dataset of stack overflow post summaries. + + + Software Recommendations Stack Exchange, (https://softwarerecs.stackexchange.com/), Accessed: 2025-12-24. + + + Stack Overflow – Where Developers Learn, Share & Build Careers, (https://stackoverflow.com/), Accessed: 2025-12-24. + + + Ask Ubuntu, (https://askubuntu.com/), Accessed: 2025-12-24. + + + Server Fault, (https://serverfault.com/), Accessed: 2025-12-24. + + + Super User, (https://superuser.com/), Accessed: 2025-12-24. + + + Fatima A., Maqbool O. On the sustainability of software recommendations: analyzing the least-answered site on the Stack Exchange network. Data (Basel) 2026;11(3):58. + + + AI Assist (https://stackoverflow.com/ai-assist), Accessed: 2025-12-10. + + + Database schema documentation for the public data dump and SEDE (https://meta.stackexchange.com/questions/2677/database-schema-documentation-for-the-public-data-dump-and-sede), Accessed: 2026-January. + + + How to split large text file in windows? [closed] (https://stackoverflow.com/questions/31786287/how-to-split-large-text-file-in-windows), Accessed: 2025-11-27. + + + Recommend – English Meaning Cambridge Dictionary (https://dictionary.cambridge.org/dictionary/english/recommend), Accessed: 2025-11-28. + + + Recommend – definition and meaning Merriam Webster (https://www.merriam-webster.com/dictionary/recommend), Accessed: 2025-11-28. + + + Recommend – Definition and Meaning | Britannica Dictionary (https://www.britannica.com/dictionary/recommend), Accessed: 2025-11-28. + + + Recommend – definition of recommend by the Free Dictionary (https://www.thefreedictionary.com/recommend), Accessed: 2025-11-28. + + + What is Full Text Search versus Like (https://stackoverflow.com/questions/224714/what-is-full-text-search-vs-like), Accessed: 2025-12-24. + + + Full Text Search | SQL Server | Microsoft Learn (https://learn.microsoft.com/en-us/sql/relational-databases/search/full-text-search?view=sql-server-ver17), Accessed: 2025-12-24. + + + Import Flat File to SQL – SQL Server | Microsoft Learn (https://learn.microsoft.com/en-us/sql/relational-databases/import-export/import-flat-file-wizard?view=sql-server-ver17), Accessed: 2026-4-11. + + + What is the limitation of SQL Server express free edition for shared database in network (In terms of production deployment)? (https://learn.microsoft.com/en-us/answers/questions/1098023/what-is-the-limitation-of-sql-server-express-free), Accessed: 2025-11-27. + + + Which tools and technologies are used to build the Stack Exchange Network? (https://meta.stackexchange.com/questions/10369/which-tools-and-technologies-are-used-to-build-the-stack-exchange-network), Accessed: 2026-04-16. + + + Andrea V.A., Panjaya J., Jingga K. Performance comparison of relational database management systems for processing large amount of text data. Procedia Comput. Sci. 2025;269:150–160. + + + Scholar, P.G. ``Comparative performance analysis of MySQL and SQL Server relational database management systems in Windows environment.'' + + + Isinkaye F.O., Folajimi Y.O., Ojokoh B.A. Recommendation systems: principles, methods and evaluation. Egypt. inform. j. 2015;16(3):261–273. + + + Da'u A., et al. Recommendation system exploiting aspect-based opinion mining with deep learning method. Inf Sci (Ny) 2020;512:1279–1292. + + + Al-Ghuribi S.M., Noah S.A.M. Multi-criteria review-based recommender system–the state of the art. IEEe Access. 2019;7:169446–169468. + + + Lin B., et al. Opinion mining for software development: a systematic literature review. ACM Trans. Softw. Eng. Methodol. (TOSEM) 2022;31(3):1–41. + + + +
+ + + 42205772 + + 2026 + 05 + 28 + + + 2026 + 05 + 28 + +
+ + 2352-3409 + + 66 + + 2026 + Jun + + + Data in brief + Data Brief + + FishNet: A dataset of freshwater fish from Bangladesh for deep learning-based fish species classification. + + 112799 + 112799 + + 112799 + 10.1016/j.dib.2026.112799 + + The fisheries sector plays a vital role in the economy and food security of Bangladesh. Bangladesh is one of the leading countries in inland fish production. Bangladesh gains sustainable economic benefits from aquaculture and fisheries. This sector made a significant contribution to the GDP and ensures employment for approximately 18 million people. Fish is one of the primary sources of protein for the population, accounting for >60 % of the country's animal protein intake. Efficient fish species identification is relevant to sustainable fisheries management, smart aquaculture, and food authenticity. This dataset includes 2455 clear images of seven frequently consumed freshwater fish in Bangladesh: Shrimp, Prawn, Mola Carplet, Dwarf Gourami, Swamp Barb, Stinging Catfish, and Mystus Catfish. All data were collected from the fish-rich areas in Bangladesh-Netrokona and Bogura. Data samples were collected from ponds, rivers, and fish markets, both natural and commercial sources. The diverse environment provides variation in lighting, background, and orientations, which highlights the real-world complexity for image classification. Each species is classified as scientific, local, and English names for accurate recognition. The dataset is suitable for research in smart aquaculture, including fish identification and species recognition. The collected data allows building machine learning models for image classification and allows fine-tuning previous models for local applications. The dataset includes real-world variability, which may support the generalization and robustness of machine learning models. This dataset provides a strong foundational resource for academic research and practical implementation in smart aquaculture. This dataset aims to contribute to sustainable fisheries and similar ecosystem development. + © 2026 Published by Elsevier Inc. + + + + Biswas + Bishal + B + + MARS Lab, Department of Computer Science and Engineering, Daffodil International University, Daffodil Smart City, Birulia, Dhaka 1216, Bangladesh. + + + + Rabbi + Rakibul Haque + RH + + MARS Lab, Department of Computer Science and Engineering, Daffodil International University, Daffodil Smart City, Birulia, Dhaka 1216, Bangladesh. + + + + Masuk + Md Mohtashim + MM + + MARS Lab, Department of Computer Science and Engineering, Daffodil International University, Daffodil Smart City, Birulia, Dhaka 1216, Bangladesh. + + + + Siddiquee + Shah Md Tanvir + SMT + + MARS Lab, Department of Computer Science and Engineering, Daffodil International University, Daffodil Smart City, Birulia, Dhaka 1216, Bangladesh. + + + + eng + + Journal Article + + + 2026 + 04 + 22 + +
+ + Netherlands + Data Brief + 101654995 + 2352-3409 + + + Computer vision + Fish identification + Fisheries + Freshwater fish + Image dataset + +
+ + + + 2025 + 7 + 23 + + + 2026 + 4 + 20 + + + 2026 + 4 + 20 + + + 2026 + 5 + 28 + 6 + 34 + + + 2026 + 5 + 28 + 6 + 33 + + + 2026 + 5 + 28 + 4 + 40 + + + 2026 + 4 + 22 + + + epublish + + 42205772 + PMC13208109 + 10.1016/j.dib.2026.112799 + S2352-3409(26)00352-5 + + + + Munappy A., Bosch J., Olsson H.H., Arpteg A., Brinne B. Proc. 2019 45th Euromicro Conf. Softw. Eng. Adv. Appl. (SEAA) 2019. Data management challenges for deep learning; pp. 140–147. + + 10.1109/seaa.2019.00030 + + + + Das P.K., Kawsar Md.A., Paul P.B., Hridoy Md.A., Hossain Md.S., Niloy S. BD-freshwater-fish: an image dataset from Bangladesh for AI-powered automatic fish species classification and detection toward Smart Aquaculture. Data Brief. 2024;57 doi: 10.1016/j.dib.2024.111132. + + 10.1016/j.dib.2024.111132 + PMC11648155 + 39687362 + + + + Li X., Han T., Zheng S., Wu G. In: Wu G., editor. Vol. 1285. 2021. Nutrition and functions of amino acids in aquatic crustaceans; pp. 169–198. (Adv. Exp. Med. Biol.). + + 10.1007/978-3-030-54462-1_9 + 33770407 + + + + Ahamed F., Fulanda B.M., Siddik S.M., Hossain M.Y. An overview of freshwater prawn fishery in Bangladesh: present status and future prospect. J. Coast. Life Med. 2014;2(7):580–588. doi: 10.12980/JCLM.2.201414J31. + + 10.12980/JCLM.2.201414J31 + + + + Roos N., Leth T., Jakobsen J., Thilsted S.H. High vitamin A content in some small indigenous fish species in Bangladesh: perspectives for food-based strategies to reduce vitamin A deficiency. Int. J. Food Sci. Nutr. 2002;53:425–437. doi: 10.1080/0963748021000044778. + + 10.1080/0963748021000044778 + 12396468 + + + + C.-Y. Huang, H.-C. Lin, The effect of acidity on Gill variations in the aquatic air-breathing fish, Trichogaster Lalius, Comp. Biochem. Physiol. A: Mol. Integr. Physiol.. 158 (2011) 61–71. doi:10.1016/j.cbpa.2010.09.004. + + 10.1016/j.cbpa.2010.09.004 + 20840871 + + + + Sit G., Jana A., Chanda A., Sahu S. Dose selection for induced breeding and larval development of indigenous ornamental fish Puntius Chola (Hamilton, 1822) Aquat. Sci. Eng. 2023;38:62–67. doi: 10.26650/ase20221177106. + + 10.26650/ase20221177106 + + + + Kohinoor A., Khan M., Yeasmine S., Mandol P., Islam M. Effects of stocking density on growth and production performance of indigenous stinging catfish, heteropneustes fossilis (Bloch) Int. J. Agric. Res. Innov. Technol. 2013;2:9–14. doi: 10.3329/ijarit.v2i2.14009. + + 10.3329/ijarit.v2i2.14009 + + + + Darshan A., Mahanta P.C., Barat A., Kumar P. Redescription of the striped catfish mystus tengara (Hamilton, 1822) (Siluriformes: bagridae) India, J. Threat. Taxa. 2013;5:3536–3541. doi: 10.11609/jott.o2813.842. + + 10.11609/jott.o2813.842 + + + + Shamsuzzaman Md.M., Mozumder M.M.Hoque, Mitu S.J., Ahamad A.F., Bhyuian Md.S. The economic contribution of fish and fish trade in Bangladesh. Aquac. Fish. 2020;5:174–181. doi: 10.1016/j.aaf.2020.01.001. + + 10.1016/j.aaf.2020.01.001 + + + + Zendel O., Murschitz M., Humenberger M., Herzner W. How good is my test data? Introducing safety analysis for computer vision. Int. J. Comput. Vis. 2017;125:95–109. doi: 10.1007/s11263-017-1020-z. + + 10.1007/s11263-017-1020-z + + + + +
+ + + 42205771 + + 2026 + 05 + 28 + + + 2026 + 05 + 28 + +
+ + 2352-3409 + + 66 + + 2026 + Jun + + + Data in brief + Data Brief + + A 2000-2023 dataset for measuring China's biodiversity risk. + + 112650 + 112650 + + 112650 + 10.1016/j.dib.2026.112650 + + The increasing frequency of extinctions of biological populations has important implications for related sectors. Consequently, the risks associated with biodiversity are receiving increasing attention and are being recognized as entirely new risk factors. To understand the drivers of biodiversity risk, it is crucial to measure biodiversity risk at multiple levels, especially in developing countries. Using machine learning and text mining methods, we measure the biodiversity risk of the Chinese market from 2000 to 2023 from the perspectives of macro-government, meso‑industry, and micro-firms, by analysing official news media texts, related fund-holding data, and listed firms' annual reports. We construct a macro-level index derived from the sentiment and frequency of biodiversity-related discourse in official media, including the China Environment News and the CCTV News, from 2013 to 2023. We also construct a meso-level industry risk exposure indicator, calculated as the deviation of biodiversity-themed public funds' holdings from market portfolio weights across 58 sectors. In addition, we develop micro-level firm-specific metrics, based on the frequency and sentiment analysis of biodiversity sentences in the annual reports of 5606 A-share listed firms, 2000-2023, using an improved BERT model for Chinese text. These indicators provide researchers, policymakers, and financial practitioners with a foundational resource for empirically investigating the economic and financial implications of biodiversity risk in China. + © 2026 Published by Elsevier Inc. + + + + Chen + Zhang-Hangjian + ZH + + School of Economics, Anhui University, Hefei 230601, China. + + + + Gao + Xiang + X + + Research Center of Finance, Shanghai Business School, Shanghai 200235, China. + + + + Yang + Jin Rui + JR + + School of Economics, Anhui University, Hefei 230601, China. + + + + Yarovaya + Larisa + L + + Southampton Business School, University of Southampton, Southampton, SO17 1BJ, UK. + + + + eng + + Journal Article + + + 2026 + 05 + 06 + +
+ + Netherlands + Data Brief + 101654995 + 2352-3409 + + + BERT model + Biodiversity risk + Chinese market + Machine learning + +
+ + + + 2024 + 12 + 5 + + + 2026 + 2 + 24 + + + 2026 + 2 + 27 + + + 2026 + 5 + 28 + 6 + 32 + + + 2026 + 5 + 28 + 6 + 31 + + + 2026 + 5 + 28 + 4 + 40 + + + 2026 + 5 + 6 + + + epublish + + 42205771 + PMC13208078 + 10.1016/j.dib.2026.112650 + S2352-3409(26)00203-9 + + + + Flammer C., Giroux T., Heal G. Biodiversity finance. J. Financ. Econ. 2025;164 doi: 10.1016/j.jfineco.2024.103987. + + 10.1016/j.jfineco.2024.103987 + + + + Giglio S., Kuchler T., Stroebel J., Zeng X. Biodiversity risk. Rev. Financ. 2025 doi: 10.1093/rof/rfaf063. + + 10.1093/rof/rfaf063 + + + + W. Yin, B. Liu, H. Zhou. (2023). Biodiversity risk exposure and investment efficiency: evidence from 10-k. Available at SSRN 4629771. + + + Garel A., Romec A., Sautner Z., Wagner A.F. Do investors care about biodiversity? Rev Financ. 2024;28(4):1151–1186. doi: 10.1093/rof/rfae010. + + 10.1093/rof/rfae010 + + + + Kurth T., Wübbels G., Portafaix A., Meyer zum Felde A., Zielcke S. Boston Consulting Group; Boston, MA, USA: 2021. The Biodiversity Crisis is a Business Crisis.https://web-assets.bcg.com/fb/5e/74af5531468e9c1d4dd5c9fc0bd7/bcg-the-biodiversity-crisis-is-a-business-crisis-mar-2021-rr.pdf + + + Engle R.F., Giglio S., Kelly B., Lee H., Stroebel J. Hedging climate change news. Rev. Financ. Stud. 2020;33(3):1184–1216. doi: 10.1093/rfs/hhz072. + + 10.1093/rfs/hhz072 + + + + Cui Y., Che W., Liu T., Qin B., Yang Z. Pre-training with whole word masking for Chinese BERT. IEEE/ACM Trans. Audio Speech Lang. Process. 2021;29:3504–3514. doi: 10.1109/TASLP.2021.3124365. + + 10.1109/TASLP.2021.3124365 + + + + Chen Z.H., Gao X., Koedijk K.G., Wei Q. Biodiversity scores and corporate profitability. Int. J. Finance Econ. 2025 doi: 10.1002/ijfe.70086. + + 10.1002/ijfe.70086 + + + + Chen Z.H. Biodiversity risk and the cost of equity capital: implications for sustainable development. Sustain. Dev. 2025 doi: 10.1002/sd.70449. + + 10.1002/sd.70449 + + + + Li J., Jin Y., Zhou P. Do banks price firms’ biodiversity risk? Evidence from the Kunming declaration. Int. Rev. Financ. Anal. 2025 doi: 10.1016/j.irfa.2025.104557. + + 10.1016/j.irfa.2025.104557 + + + + He F., Wei C., Lucey B., Hao J. Beyond greenwashing: how does firm-level biodiversity disclosure affect corporate sustainability strategy? Pac.-Basin Finance J. 2025 doi: 10.1016/j.pacfin.2025.102787. + + 10.1016/j.pacfin.2025.102787 + + + + Steindl T., Küster S., Hartlieb S. Pricing firms’ biodiversity risk exposure: empirical evidence from audit fees. J. Ind. Ecol. 2025 doi: 10.1111/jiec.70014. + + 10.1111/jiec.70014 + + + + Zhou C., Chen Y., Ji Q., Zhang D. Does public attention to biodiversity matter to stock markets? Int. Rev. Financ. Anal. 2025;98 doi: 10.1016/j.irfa.2025.103925. + + 10.1016/j.irfa.2025.103925 + + + + Giglio S., Kuchler T., Stroebel J., Wang O. AEA Papers and Proceedings. Vol. 115. American Economic Association; 2025. Nature loss and climate change: the twin-crises multiplier; pp. 409–414. 2014 Broadway, Suite 305, Nashville, TN 37203. + + 10.1257/pandp.20251074 + + + + Silva F.D.D.S., Carvalheiro L.G., Aguirre-Gutiérrez J., Lucotte M., Guidoni-Martins K., Mertens F. Virtual pollination trade uncovers global dependence on biodiversity of developing countries. Sci. Adv. 2021;7(11) doi: 10.1126/sciadv.abe6636. + + 10.1126/sciadv.abe6636 + PMC7946370 + 33692110 + + + + Gao X. The harmonious coexistence of creatures and firms: a review of quantifying biodiversity contribution for corporate performance evaluation. J. Transit. Econ. Finance. 2025;1(1) doi: 10.1142/S3082844925300017. + + 10.1142/S3082844925300017 + + + + +
+ + + 42205768 + + 2026 + 05 + 28 + + + 2026 + 05 + 28 + +
+ + 2352-3409 + + 66 + + 2026 + Jun + + + Data in brief + Data Brief + + Quantitative sensory testing and classical pain model dataset in 127 healthy volunteers. + + 112842 + 112842 + + 112842 + 10.1016/j.dib.2026.112842 + + Experimental pain models are integral to human pain research and the development of analgesic drugs. Of many options available, it is possible to identify pain models that reliably predict clinical analgesic efficacy in cost-effective laboratory settings. However, translating experimental findings to clinical practice is imperfect, and laboratory models can only partially replicate specific clinical pain conditions. The present dataset originates from a study that addressed this gap between experimental and clinical pain. The broader study investigated whether patterns of clinical neuropathic pain could be induced, at least to some degree, in healthy human subjects using topical capsaicin application to induce hypersensitization. This dataset provides the baseline control measurements from untreated skin that were obtained as part of this research. The study enrolled 127 healthy volunteers who underwent comprehensive sensory testing. A quantitative sensory testing (QST) battery developed for clinical diagnosis by the German Research Network on Neuropathic Pain was utilized to characterize baseline sensory function and pain sensitivity. The dataset is provided in both its original (raw) and transformed formats. Key pain data are presented as a 127×23 matrix (127 cases and 23 QST variables). Transformations include sign inversion for certain variables to align pain sensitivity, directionality, unit conversions, and log transformations based on psychophysical principles. A separate metadata file documents participant characteristics, such as age, sex, test site allocation (hand or foot), and body side tested. This dataset has significant potential for reuse. Researchers can use it to benchmark new pain assessment tools, validate experimental pain models, and develop or test statistical and computational methods for analyzing sensory and pain data. The inclusion of demographic variables allows for the investigation of how age and sex influence pain perception. The structure of the dataset supports secondary analyses, integration into machine learning workflows as independent validation data, and use as a reference in future pain research. All data are anonymized and formatted to facilitate reproducibility and secondary use. + © 2026 The Author(s). + + + + Lötsch + Jörn + J + + Goethe University, Institute of Clinical Pharmacology, Faculty of Medicine, Theodor-Stern-Kai 7, 60590 Frankfurt am Main, Germany. + + + University of Helsinki, Faculty of Medicine, Haartmaninkatu 8, P.O. Box 63, Helsinki 00014 Finland. + + + Fraunhofer Institute for Translational Medicine and Pharmacology (ITMP), Theodor-Stern-Kai 7, 60596 Frankfurt am Main, Germany. + + + + Dimova + Violeta + V + + Goethe University, Institute of Clinical Pharmacology, Faculty of Medicine, Theodor-Stern-Kai 7, 60590 Frankfurt am Main, Germany. + + + + Lieb + Isabel + I + + Goethe University, Institute of Clinical Pharmacology, Faculty of Medicine, Theodor-Stern-Kai 7, 60590 Frankfurt am Main, Germany. + + + + Kringel + Dario + D + + Goethe University, Institute of Clinical Pharmacology, Faculty of Medicine, Theodor-Stern-Kai 7, 60590 Frankfurt am Main, Germany. + + + + eng + + Journal Article + + + 2026 + 05 + 12 + +
+ + Netherlands + Data Brief + 101654995 + 2352-3409 + + + Experimental pain + Human + Pain research + Psychophysics + +
+ + + + 2025 + 6 + 11 + + + 2026 + 5 + 6 + + + 2026 + 5 + 8 + + + 2026 + 5 + 28 + 6 + 32 + + + 2026 + 5 + 28 + 6 + 31 + + + 2026 + 5 + 28 + 4 + 40 + + + 2026 + 5 + 12 + + + epublish + + 42205768 + PMC13208079 + 10.1016/j.dib.2026.112842 + S2352-3409(26)00394-X + + + + Lötsch J., Dimova V., Ultsch A., Lieb I., Zimmermann M., Geisslinger G., Oertel B.G. A small yet comprehensive subset of human experimental pain models emerging from correlation analysis with a clinical quantitative sensory testing protocol in healthy subjects. Eur. J. Pain. 2016;20(5):777–789. + + 26492152 + + + + Lötsch J., Dimova V., Hermens H., Zimmermann M., Geisslinger G., Oertel B.G., Ultsch A. Pattern of neuropathic pain induced by topical capsaicin application in healthy subjects. Pain. 2015;156(3):405–414. + + 25687540 + + + + Lötsch J., Oertel B.G., Ultsch A. Human models of pain for the prediction of clinical analgesia. Pain. 2014;155(10):2014–2021. + + 25020003 + + + + Oertel B.G., Lötsch J. Clinical pharmacology of analgesics assessed with human experimental pain models: bridging basic and clinical research. Br. J. Pharmacol. 2013;168(3):534–553. + + PMC3579278 + 23082949 + + + + Rolke R., Baron R., Maier C., Tolle T.R., Treede R.D., Beyer A., Binder A., Birbaumer N., Birklein F., Botefur I.C., Braune S., Flor H., Huge V., Klug R., Landwehrmeyer G.B., Magerl W., Maihofner C., Rolko C., Schaub C., Scherens A., Sprenger T., Valet M., Wasserka B. Quantitative sensory testing in the German Research Network on Neuropathic Pain (DFNS): standardized protocol and reference values. Pain. 2006;123(3):231–243. + + 16697110 + + + + Rolke R., Magerl W., Campbell K.A., Schalber C., Caspari S., Birklein F., Treede R.D. Quantitative sensory testing: a comprehensive protocol for clinical trials. Eur. J. Pain. 2006;10(1):77–88. + + 16291301 + + + + Lötsch J., Mayer B., Kringel D. Machine learning analysis predicts a person's sex based on mechanical but not thermal pain thresholds. Sci. Rep. 2023;13(1):7332. + + PMC10163041 + 37147321 + + + + Fechner G.T. Breitkopf and Härtel; Leipzig: 1860. Elemente Der Psychophysik. + + + Hummel T., Kobal G. Chemosensory event-related potentials to trigeminal stimuli change in relation to the interval between repetitive stimulation of the nasal mucosa. Eur Arch. Otorhinolaryngol. 1999;256(1):16–21. + + 10065380 + + + + Kobal G. Pain-related electrical potentials of the human nasal mucosa elicited by chemical stimulation. Pain. 1985;22(2):151–163. + + 4047701 + + + + Tarun A.S., Bryant B., Zhai W., Solomon C., Shusterman D. Gene expression for carbonic anhydrase isoenzymes in human nasal mucosa. Chem. Senses. 2003;28(7):621–629. + + 14578124 + + + + Hummel T., Mohammadian P., Marchl R., Kobal G., Lötsch J. Pain in the trigeminal system: irritation of the nasal mucosa using short- and long-lasting stimuli. Int. J. Psychophysiol. 2003;47(2):147–158. + + 12568945 + + + + Pfau D.B., Krumova E.K., Treede R.-D., Baron R., Toelle T., Birklein F., Eich W., Geber C., Gerhardt A., Weiss T., Magerl W., Maier C. Quantitative sensory testing in the German Research Network on Neuropathic Pain (DFNS): reference data for the trunk and application in patients with chronic postherpetic neuralgia. Pain. 2014;155(5):1002–1015. + + 24525274 + + + + Pfau D., Klein T., Blunk J.A., Geber C., Krumova E., Limbeck C., Magerl W., Maier C., Westermann A., Schuh-Hofer S., Tiede W., Treede R.D. In: Lehrstuhl Für Neurophysiologie. Rolke R., Andrews A., Magerl W., Treede R.D., editors. Universitätsmedizin Mannheim; 2010. QST quantitative sensorische testung, handanweisung für den untersucher, eine standardisierte testbatterie für die Quantitative sensorische testung nach den Regeln des Deutschen Forschungsverbundes Neuropathischer Schmerz (DFNS) editors. + + + Magerl W., Krumova E.K., Baron R., Tolle T., Treede R.D., Maier C. Reference data for quantitative sensory testing (QST): refined stratification for age and a novel method for statistical comparison of group data. Pain. 2010;151(3):598–605. + + 20965658 + + + + Maier C., Baron R., Tölle T.R., Binder A., Birbaumer N., Birklein F., Gierthmühlen J., Flor H., Geber C., Huge V., Krumova E.K., Landwehrmeyer G.B., Magerl W., Maihöfner C., Richter H., Rolke R., Scherens A., Schwarz A., Sommer C., Tronnier V., Uçeyler N., Valet M., Wasner G., Treede R.-D. Quantitative sensory testing in the German Research Network on Neuropathic Pain (DFNS): somatosensory abnormalities in 1236 patients with different neuropathic pain syndromes. Pain. 2010;150(3):439–450. + + 20627413 + + + + +
+ + + 42205754 + + 2026 + 05 + 28 + + + 2026 + 05 + 28 + +
+ + 2234-943X + + 16 + + 2026 + + + Frontiers in oncology + Front Oncol + + 3D intratumoral heterogeneity-based quantitative score from chest CT for preoperative prediction of visceral pleural invasion in lung adenocarcinoma: a multicenter study. + + 1837845 + 1837845 + + 1837845 + 10.3389/fonc.2026.1837845 + + Visceral pleural invasion (VPI) is a critical adverse prognostic factor in lung adenocarcinoma (LUAD). This study aimed to develop a stacking ensemble model that integrates three-dimensional intratumoral heterogeneity (3D ITH) scores with clinicoradiologic features to achieve accurate preoperative prediction of VPI in LUAD. + This multicenter retrospective study included 1,301 patients with LUAD from three medical centers. Patients from Centers 1 and 2 were assigned to the development cohort, whereas those from Center 3 constituted the fixed external validation cohort. To calculate the 3D ITH score, we integrated local radiomic descriptors with global pixel distribution characteristics derived from whole tumor CT volumes. Clinicoradiologic features and 3D ITH scores were then used to construct six base machine learning models and a final stacking ensemble classifier. Model performance was primarily assessed using receiver operating characteristic analysis and the area under the curve (AUC). SHapley Additive exPlanations (SHAP) were used to quantify feature contributions and to interpret the final model. + The stacking ensemble classifier achieved the highest AUC for preoperative prediction of VPI in LUAD (AUC = 0.878), whereas XGBoost showed competitive performance on several threshold dependent metrics. SHAP analysis identified the 3D ITH score as the most influential predictor, followed by nodule size and CT density. Comparative experiments further showed that the stacking ensemble model outperformed the conventional radiomics signature (AUC = 0.841) and the clinicoradiologic comparative model (AUC = 0.776). + The model integrating 3D ITH scores with clinicoradiologic features showed strong discrimination for preoperative prediction of VPI in LUAD. This approach may serve as a useful adjunct for preoperative risk stratification and individualized treatment planning. + Copyright © 2026 Ouyang, Wu, Zhou, Qi, Zhang, Zhao and Zuo. + + + + Ouyang + Qunzhi + Q + + Department of Radiology, Ningyuan County People's Hospital, Yongzhou, Hunan, China. + + + + Wu + Yanping + Y + + Department of Radiology, Xiangtan Central Hospital, Xiangtan, Hunan, China. + + + + Zhou + Liuhan + L + + Department of Radiology, Xiangtan Central Hospital, Xiangtan, Hunan, China. + + + + Qi + Wanyin + W + + Department of Radiology, The Affiliated Hospital of Southwest Medical University, Luzhou, Sichuan, China. + + + + Zhang + Sanhong + S + + Department of Radiology, Liuyang Traditional Chinese Medicine Hospital, Changsha, Hunan, China. + + + + Zhao + Yan + Y + + Department of Radiology, The Fifth People's Hospital of Xiangtan City, Xiangtan, Hunan, China. + + + + Zuo + Jingyi + J + + School of Medicine and Life Sciences, Zhangjiajie College, Zhangjiajie, Hunan, China. + + + + eng + + Journal Article + + + 2026 + 05 + 12 + +
+ + Switzerland + Front Oncol + 101568867 + 2234-943X + + + 3D ITH score + lung adenocarcinoma + multicenter study + stacking ensemble learning + visceral pleural invasion + + The author(s) declared that this work was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest. +
+ + + + 2026 + 3 + 24 + + + 2026 + 4 + 23 + + + 2026 + 4 + 23 + + + 2026 + 5 + 28 + 6 + 33 + + + 2026 + 5 + 28 + 6 + 32 + + + 2026 + 5 + 28 + 4 + 40 + + + 2026 + 5 + 12 + + + epublish + + 42205754 + PMC13201124 + 10.3389/fonc.2026.1837845 + + + + Siegel RL, Miller KD, Jemal A. Cancer statistics, 2023. CA Cancer J Clin. (2023) 73:17–48. doi:  10.3322/caac.21763. PMID: + + 10.3322/caac.21763 + 36633525 + + + + Zuo Z, Zhang G, Song P, Yang J, Li S, Zhong Z, et al. Survival nomogram for stage IB non-small-cell lung cancer patients, based on the SEER database and an external validation cohort. Ann Surg Oncol. (2021) 28:3941–50. doi:  10.1245/s10434-020-09362-0. PMID: + + 10.1245/s10434-020-09362-0 + 33249521 + + + + De Giglio A, Di Federico A, Gelsomino F, Ardizzoni A. Prognostic relevance of pleural invasion for resected NSCLC patients undergoing adjuvant treatments: a propensity score-matched analysis of SEER database. Lung Cancer. (2021) 161:18–25. doi:  10.1016/j.lungcan.2021.08.017. PMID: + + 10.1016/j.lungcan.2021.08.017 + 34492552 + + + + Qi M, Bian D, Zhang J, Zhu X, Zhou C, Zhang L. The modification of T description according to visceral pleural invasion and tumor size from 3.1 cm to 4.0 cm in non-small cell lung cancer: a retrospective analysis based on the SEER database. Lung Cancer. (2021) 158:47–54. doi:  10.1016/j.lungcan.2021.06.003. PMID: + + 10.1016/j.lungcan.2021.06.003 + 34119932 + + + + Wang S, Zhang B, Qian J, Qiao R, Xu J, Zhang L, et al. Proposal on incorporating lymphovascular invasion as a T-descriptor for stage I lung cancer. Lung Cancer. (2018) 125:245–52. doi:  10.1016/j.lungcan.2018.09.024. PMID: + + 10.1016/j.lungcan.2018.09.024 + 30429028 + + + + Goldstraw P, Chansky K, Crowley J, Rami-Porta R, Asamura H, Eberhardt WEE, et al. The IASLC lung cancer staging project: proposals for revision of the TNM stage groupings in the forthcoming (eighth) edition of the TNM classification for lung cancer. J Thorac Oncol. (2016) 11:39–51. doi:  10.1016/j.jtho.2015.09.009. PMID: + + 10.1016/j.jtho.2015.09.009 + 26762738 + + + + Yu Y, Huang R, Wang P, Wang S, Ling X, Zhang P, et al. Sublobectomy versus lobectomy for long-term survival outcomes of early-stage non-small cell lung cancer with a tumor size ≤2 cm accompanied by visceral pleural invasion: a SEER population-based study. J Thorac Dis. (2020) 12:592–604. doi:  10.21037/jtd.2019.12.121. PMID: + + 10.21037/jtd.2019.12.121 + PMC7138986 + 32274125 + + + + Wang Y, Lyu D, Fan L, Liu S. Research progress in predicting visceral pleural invasion of lung cancer: a narrative review. Transl Cancer Res. (2024) 13:462–70. doi:  10.21037/tcr-23-1318. PMID: + + 10.21037/tcr-23-1318 + PMC10894335 + 38410233 + + + + Huang Y, Zhao B, Yan R, Zhang C, Geng Z, Mei P, et al. AI-based prediction of pathological risk factors in lung adenocarcinoma from CT imaging: bridging innovation and clinical practice. Front Oncol. (2025) 15:1687360. doi:  10.3389/fonc.2025.1687360. PMID: + + 10.3389/fonc.2025.1687360 + PMC12658906 + 41323376 + + + + Zhang L, Zhao L, Lin X, Zhao S, Pan W, Wang D, et al. Comparison of tumor non-specific and PD-L1 specific imaging by near-infrared fluorescence/Cerenkov luminescence dual-modality in-situ imaging. Mol Imaging. (2024) 23:15353508241261473. doi:  10.1177/15353508241261473. PMID: + + 10.1177/15353508241261473 + PMC11208884 + 38952401 + + + + Archibald SJ, Holland JP, Korde A, Martins AF, Shuhendler AJ, Scott PJH. Combining nuclear medicine with other modalities: future prospect for multimodality imaging. Mol Imaging. (2024) 23:15353508241245265. doi:  10.1177/15353508241245265. PMID: + + 10.1177/15353508241245265 + PMC11208883 + 38952398 + + + + Chen S, Ren S, Guo K, Daniels MJ, Wang Z, Chen R. Preoperative differentiation of serous cystic neoplasms from mucin-producing pancreatic cystic neoplasms using a CT-based radiomics nomogram. Abdom Radiol (NY). (2021) 46:2637–46. doi:  10.1007/s00261-021-02954-8. PMID: + + 10.1007/s00261-021-02954-8 + 33558952 + + + + Ren S, Qin B, Daniels MJ, Zeng L, Tian Y, Wang ZQ. Developing and validating a computed tomography radiomics strategy to predict lymph node metastasis in pancreatic cancer. World J Radiol. (2025) 17:109373. doi:  10.4329/wjr.v17.i8.109373. PMID: + + 10.4329/wjr.v17.i8.109373 + PMC12400248 + 40901350 + + + + Cui WJ, Wang C, Jia L, Ren S, Duan SF, Cui C, et al. Differentiation between G1 and G2/G3 phyllodes tumors of breast using mammography and mammographic texture analysis. Front Oncol. (2019) 9:433. doi:  10.3389/fonc.2019.00433. PMID: + + 10.3389/fonc.2019.00433 + PMC6548862 + 31192133 + + + + Lyu D, Wang Y, Tu W, Hu S, Ma Y, Huang W, et al. Prediction of visceral pleural invasion of clinical stage IA lung adenocarcinoma based on computed tomography features. Transl Cancer Res. (2025) 14:1596–608. doi:  10.21037/tcr-24-2015. PMID: + + 10.21037/tcr-24-2015 + PMC11985210 + 40224965 + + + + Benchoufi M, Matzner-Lober E, Molinari N, Jannot AS, Soyer P. Interobserver agreement issues in radiology. Diagn Interv Imaging. (2020) 101:639–41. doi:  10.1016/j.diii.2020.09.001. PMID: + + 10.1016/j.diii.2020.09.001 + 32958434 + + + + Zhao J, Wang T, Wang B, Satishkumar BM, Ding L, Sun X, et al. Deep learning radiomics fusion model to predict visceral pleural invasion of clinical stage IA lung adenocarcinoma: a multicenter study. J Cardiothorac Surg. (2025) 20:246. doi:  10.1186/s13019-025-03488-6. PMID: + + 10.1186/s13019-025-03488-6 + PMC12121141 + 40437608 + + + + Chen M, Copley SJ, Viola P, Lu H, Aboagye EO. Radiomics and artificial intelligence for precision medicine in lung cancer treatment. Semin Cancer Biol. (2023) 93:97–113. doi:  10.1016/j.semcancer.2023.05.004. PMID: + + 10.1016/j.semcancer.2023.05.004 + 37211292 + + + + Zuo Z, Deng J, Ge W, Zhou Y, Liu H, Zhang W, et al. Quantifying intratumoral heterogeneity within sub-regions to predict high-grade patterns in clinical stage I solid lung adenocarcinoma. BMC Cancer. (2025) 25:51. doi:  10.1186/s12885-025-13445-0. PMID: + + 10.1186/s12885-025-13445-0 + PMC11720805 + 39789523 + + + + Zuo Z, Zhang G, Lin S, Xue Q, Qi W, Zhang W, et al. Radiomics nomogram based on optimal volume of interest derived from high-resolution CT for preoperative prediction of IASLC grading in clinical IA lung adenocarcinomas: a multi-center, large-population study. Technol Cancer Res Treat. (2024) 23:15330338241300734. doi:  10.1177/15330338241300734. PMID: + + 10.1177/15330338241300734 + PMC11580084 + 39569528 + + + + Li J, Qiu Z, Zhang C, Chen S, Wang M, Meng Q, et al. ITHscore: comprehensive quantification of intra-tumor heterogeneity in NSCLC by multi-scale radiomic features. Eur Radiol. (2022) 33:893–903. doi:  10.1007/s00330-022-09055-0. PMID: + + 10.1007/s00330-022-09055-0 + 36001124 + + + + Zhang J, Sha J, Liu W, Zhou Y, Liu H, Zuo Z. Quantification of intratumoral heterogeneity: distinguishing histological subtypes in clinical T1 stage lung adenocarcinoma presenting as pure ground-glass nodules on computed tomography. Acad Radiol. (2024) 31:4244–55. doi:  10.1016/j.acra.2024.04.008. PMID: + + 10.1016/j.acra.2024.04.008 + 38627129 + + + + Zheng H, Chen W, Qi W, Liu H, Zuo Z. Enhancing the prediction of the invasiveness of pulmonary adenocarcinomas presenting as pure ground-glass nodules: integrating intratumor heterogeneity score with clinical-radiological features via machine learning in a multicenter study. Digit Health. (2024) 10:1–12. doi:  10.1177/20552076241289181. PMID: + + 10.1177/20552076241289181 + PMC11459516 + 39381817 + + + + Qi H, Zuo Z, Lin S, Chen Y, Li H, Hu D, et al. Assessment of intratumor heterogeneity for preoperatively predicting the invasiveness of pulmonary adenocarcinomas manifesting as pure ground-glass nodules. Quant Imaging Med Surg. (2024) 15:272–86. doi:  10.21037/qims-24-734. PMID: + + 10.21037/qims-24-734 + PMC11744125 + 39839051 + + + + Zuo Z, Zeng Y, Deng J, Lin S, Qi W, Fan X, et al. Intratumoral heterogeneity score enhances invasiveness prediction in pulmonary ground-glass nodules via stacking ensemble machine learning. Insights Imaging. (2025) 16:209. doi:  10.1186/s13244-025-02097-0. PMID: + + 10.1186/s13244-025-02097-0 + PMC12474818 + 41006794 + + + + Zuo Z, Fan X, Zeng Y, Qi W, Liu W, Zhang J. Multiperspective tumor heterogeneity metrics for preoperative prediction of IASLC grading in clinical stage IA lung adenocarcinomas: a multicenter study. Comput Methods Programs BioMed. (2025) 274:109137. doi:  10.1016/j.cmpb.2025.109137. PMID: + + 10.1016/j.cmpb.2025.109137 + 41197251 + + + + Zuo Z, Fan X, Zeng Y, Qi W, Liu W, Li W, et al. Topologically distinct 2D and 3D intratumoral heterogeneity scores for preoperatively predicting invasiveness in stage I lung adenocarcinoma: a multicenter study. PloS Digit Health. (2026) 5:e0001246. doi:  10.1371/journal.pdig.0001246. PMID: + + 10.1371/journal.pdig.0001246 + PMC12923145 + 41719325 + + + + Li Z, Kamnitsas K, Glocker B. Analyzing overfitting under class imbalance in neural networks for image segmentation. IEEE Trans Med Imaging. (2021) 40:1065–77. doi:  10.1109/tmi.2020.3046692. PMID: + + 10.1109/tmi.2020.3046692 + 33351758 + + + + Chen S, Deng T, Yang Q, Li J, Shen J, Luo X, et al. Development and validation of an explainable machine learning model for predicting postoperative pulmonary complications after lung cancer surgery: a machine learning study. EClinicalMedicine. (2025) 86:103386. doi:  10.1016/j.eclinm.2025.103386. PMID: + + 10.1016/j.eclinm.2025.103386 + PMC12337024 + 40791887 + + + + Zhang M, Zheng Y, Maidaiti X, Liang B, Wei Y, Sun F. Integrating machine learning into statistical methods in disease risk prediction modeling: a systematic review. Health Data Sci. (2024) 4:165. doi:  10.34133/hds.0165. PMID: + + 10.34133/hds.0165 + PMC11266123 + 39050273 + + + + Ling T, Zuo Z, Huang M, Ma J, Wu L. Stacking classifiers based on integrated machine learning model: fusion of CT radiomics and clinical biomarkers to predict lymph node metastasis in locally advanced gastric cancer patients after neoadjuvant chemotherapy. BMC Cancer. (2025) 25:834. doi:  10.1186/s12885-025-14259-w. PMID: + + 10.1186/s12885-025-14259-w + PMC12057267 + 40329193 + + + + Li Y, Ding J, Wu K, Qi W, Lin S, Chen G, et al. Ensemble machine learning classifiers combining CT radiomics and clinical-radiological features for preoperative prediction of pathological invasiveness in lung adenocarcinoma presenting as part-solid nodules: a multicenter retrospective study. Technol Cancer Res Treat. (2025) 24:15330338251351365. doi:  10.1177/15330338251351365. PMID: + + 10.1177/15330338251351365 + PMC12174711 + 40525253 + + + + Yang X, Fan X, Lin S, Zhou Y, Liu H, Wang X, et al. Assessment of lymphovascular invasion in breast cancer using a combined MRI morphological features, radiomics, and deep learning approach based on dynamic contrast-enhanced MRI. J Magn Reson Imaging. (2024) 59:2238–49. doi:  10.1002/jmri.29060. PMID: + + 10.1002/jmri.29060 + 37855421 + + + + Zuo Z, Zhang G, Chen J, Xue Q, Lin S, Zeng Y, et al. CT radiomic nomogram using optimal volume of interest for preoperatively predicting invasive mucinous adenocarcinomas in patients with incidental pulmonary nodules: a multicenter, large-scale study. Technol Cancer Res Treat. (2024) 23:15330338241308307. doi:  10.1177/15330338241308307. PMID: + + 10.1177/15330338241308307 + PMC11662315 + 39703067 + + + + Huang Y, Wang X, Cao Y, Lan X, Hu X, Mou F, et al. Nomogram for predicting neoadjuvant chemotherapy response in breast cancer using MRI-based intratumoral heterogeneity quantification. Radiology. (2025) 315:e241805. doi:  10.1148/radiol.241805. PMID: + + 10.1148/radiol.241805 + 40232145 + + + + Zuo Z, Feng Y, Deng J, Yang X, Zeng Y, Fan X. Dynamic contrast-enhanced MRI-derived intratumoral heterogeneity quantification score: improving lymphovascular invasion and invasive breast cancer recurrence-free survival predictions. Radiography. (2026) 32:103204. doi:  10.1016/j.radi.2025.103204. PMID: + + 10.1016/j.radi.2025.103204 + 41566494 + + + + Zhou Y, Zuo Z, Zhao J, Tan Y, Deng J, Wei X, et al. Development and validation of time-to-event machine learning models for predicting disease-free survival in patients with locally advanced colorectal cancer: a multicenter cohort study. Ann Surg Oncol. (2026) 33:1288–300. doi:  10.1245/s10434-025-18815-3 + + 10.1245/s10434-025-18815-3 + 41329308 + + + + Zhao J, Zhou M, Tan Y, Wei X, Jiang W, Tong L, et al. Preoperative CT-based topologically distinct intratumoral heterogeneity scores for predicting intratumoral tertiary lymphoid structures and outcomes in hepatocellular carcinoma: a multicenter study. Eur J Surg Oncol. (2026) 52:111756. doi:  10.1016/j.ejso.2026.111756 + + 10.1016/j.ejso.2026.111756 + 41880709 + + + + Li J, Li Z, Wang Y, Li Y, Zhang J, Li Z, et al. CT radiomics-based intratumoral and intertumoral heterogeneity indicators for prognosis prediction in gastric cancer patients receiving neoadjuvant chemotherapy. Eur Radiol. (2025) 35:4448–60. doi:  10.1007/s00330-025-11430-6 + + 10.1007/s00330-025-11430-6 + 39953151 + + + + Onoda H, Higashi M, Murakami T, Tao H, Yokoyama S, Kunihiro Y, et al. Correlation between pleural tags on CT and visceral pleural invasion of peripheral lung cancer that does not appear touching the pleural surface. Eur Radiol. (2021) 31:9022–9. doi:  10.1007/s00330-021-07869-y. PMID: + + 10.1007/s00330-021-07869-y + 34019129 + + + + Kim H, Goo JM, Kim YT, Park CM. CT-defined visceral pleural invasion in T1 lung adenocarcinoma: lack of relationship to disease-free survival. Radiology. (2019) 292:741–9. doi:  10.1148/radiol.2019190297. PMID: + + 10.1148/radiol.2019190297 + 31361207 + + + + Hsu JS, Han IT, Tsai TH, Lin SF, Jaw TS, Liu GC, et al. Pleural tags on CT scans to predict visceral pleural invasion of non-small cell lung cancer that does not abut the pleura. Radiology. (2016) 279:590–6. doi:  10.1148/radiol.2015151120. PMID: + + 10.1148/radiol.2015151120 + 26653684 + + + + +
+ + + 42205743 + + 2026 + 05 + 28 + + + 2026 + 05 + 28 + +
+ + 2674-0109 + + 6 + + 2026 + + + Frontiers in network physiology + Front Netw Physiol + + Evaluating sleep quality in a non-intrusive manner using contactless ballistocardiography and audio signals through a LSTM-TCN machine learning model. + + 1779111 + 1779111 + + 1779111 + 10.3389/fnetp.2026.1779111 + + Non-intrusive sleep detection devices are increasingly sought after because conventional sleep studies require multiple body-attached sensors, which are uncomfortable and impractical for routine use. Integrating sensors and devices into a system that measures a network of physiological signals and their interactions (e.g., cardiorespiratory coupling) non-intrusively can help analyze sleep quality without negatively affecting natural sleep. Effectively measuring natural sleep quality can provide awareness that helps individuals adjust daily habits to improve the amount of good-quality sleep and support earlier identification of sleep disorders without worsening them with the uncomfortable polysomnography (PSG) setup. + In this study, we introduce a diagnostic tool that combines a ballistocardiogram (BCG) and a microphone as a potential substitute for conventional PSG methods for collecting cardiorespiratory signals while participants sleep. The cardiorespiratory signals were processed in the time, frequency, and nonlinear domains, with an emphasis on nonlinear analysis because of the dynamic nature of physiological processes linked to the nervous system. Also, cardiopulmonary coupling (CPC) was measured to observe the relationship between cardiac and respiratory activity, consistent with network physiology perspectives on coupled subsystem dynamics, which would help the model classify sleep stages. Furthermore, the audio signals were processed through spectral and autocorrelation methods to obtain respiratory activity from sleep sounds. + These features were used to train a model combining long short-term memory (LSTM) and a temporal convolutional network (TCN), achieving an accuracy of 80.51% (Cohen's κ = 0.65) for wake/non-REM/REM sleep stages compared with PSG under leave-one-subject-out cross-validation. + A non-intrusive system for evaluating sleep stages can enable medical professionals to diagnose sleep disorders without negatively affecting physiological data from patients using PSG-based studies. By quantifying cardiorespiratory interactions from contactless sensing, this approach provides a network physiology-aligned framework for longitudinal, in-home monitoring of sleep-related subsystem dynamics. + Copyright © 2026 Jaworski, Kim, Choi and Park. + + + + Jaworski + Dominic + D + + Biomechatronic Systems Laboratory, School of Mechatronic Systems Engineering, Simon Fraser University, Surrey, BC, Canada. + + + WearTech Labs, Simon Fraser University, City Centre 2, Surrey, BC, Canada. + + + + Kim + Tae-Ho + TH + + Biomechatronic Systems Laboratory, School of Mechatronic Systems Engineering, Simon Fraser University, Surrey, BC, Canada. + + + + Choi + Bohyung + B + + WearTech Labs, Simon Fraser University, City Centre 2, Surrey, BC, Canada. + + + + Park + Edward J + EJ + + Biomechatronic Systems Laboratory, School of Mechatronic Systems Engineering, Simon Fraser University, Surrey, BC, Canada. + + + WearTech Labs, Simon Fraser University, City Centre 2, Surrey, BC, Canada. + + + + eng + + Journal Article + + + 2026 + 05 + 12 + +
+ + Switzerland + Front Netw Physiol + 9918334487406676 + 2674-0109 + + + audio + ballistocardiography + cardiorespiratory + network physiology + sensors + sleep + + The author(s) declared that this work was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest. +
+ + + + 2026 + 1 + 1 + + + 2026 + 4 + 3 + + + 2026 + 4 + 8 + + + 2026 + 5 + 28 + 6 + 34 + + + 2026 + 5 + 28 + 6 + 33 + + + 2026 + 5 + 28 + 4 + 40 + + + 2026 + 5 + 12 + + + epublish + + 42205743 + PMC13201187 + 10.3389/fnetp.2026.1779111 + 1779111 + + + + Ashry H. S. A., Ni Y., Thomas R. J. (2021). Cardiopulmonary sleep spectrograms open a novel window into sleep biology. Implic. Health Dis. Front. Neurosci. 15, 755464. 10.3389/fnins.2021.755464 + + 10.3389/fnins.2021.755464 + PMC8633537 + 34867165 + + + + Askenazy Y., Ivanov P. C., Havlin S., Peng C.-K., Goldberger A. L., Stanley H. E., et al. (2001). Magnitude and sign correlations in heartbeat fluctuations. Phys. Rev. Lett. 86 (9), 1900. 10.1103/PhysRevLett.86.1900 + + 10.1103/PhysRevLett.86.1900 + 11290277 + + + + Bai S., Zico Kolter J., Koltun V. (2018). An empirical evaluation of generic convolutional and recurrent networks for sequence modeling. 10.48550/arXiv.1803.01271 (accessed November 28, 2025). + + 10.48550/arXiv.1803.01271 + + + + Behbahani S., Dabanloo N. J., Nasrabadi A. M. (2013). Ictal heart rate variability assessment with focus on secondary generalized and complex partial epileptic seizures. Adv. Biores 4 (1), 50–58. + + + Berry R. B., Quan S. F., Abreu A. R., Bibbs M. L., DelRosso L., Harding S. M., et al. (2020). The AASM manual for the scoring of sleep and associated events: rules, terminology and technical specifications. Am. Acad. Sleep. Med. 2020, 1. + + + Biswas A. K., Bhuiyan M. S. A., Mir M. N. H., Rahman A., Mridha M. F., Islam M. R., et al. (2025). A dual output temporal convolutional network with attention architecture for stock price prediction and risk assessment. IEEE Access 13, 53621–53639. 10.1109/access.2025.3551307 + + 10.1109/access.2025.3551307 + + + + Boashash B. (1992a). Estimating and interpreting the instantaneous frequency of a signal. I. Fundamentals. Proc. IEEE® 80 (4), 520–538. 10.1109/5.135376 + + 10.1109/5.135376 + + + + Boashash B. (1992b). Estimating and interpreting the instantaneous frequency of a signal. II. Algorithms and applications. Proc. IEEE 80 (4), 540–568. 10.1109/5.135378 + + 10.1109/5.135378 + + + + Box G. E. P., Jenkins G. M., Reinsel G. C. (1994). Time series analysis: forecasting and control. 3rd ed. Englewood Cliffs, NJ: Prentice Hall. + + + Chinoy E. D., Cueller J. A., Huwa K. E., Jameson J. T., Watson C. H., Bessman S. C., et al. (2021). Performance of seven consumer sleep-tracking devices compared with polysomnography. Sleep 44 (5), 1–16. 10.1093/sleep/zsaa291 + + 10.1093/sleep/zsaa291 + PMC8120339 + 33378539 + + + + Dafna E., Tarasiuk A., Zigel Y. (2015). Sleep-wake evaluation from whole-night non-contact audio recordings of breathing sounds. PLoS ONE 10 (2), e0117382. 10.1371/journal.pone.0117382 + + 10.1371/journal.pone.0117382 + PMC4339734 + 25710495 + + + + de Carvalho J. L. A., da Rocha A. F., de Oliveira Nascimento F. A., Neto J. S., Junqueira L. F. (2003). “Development of a matlab software for analysis of heart rate variability,”6th Int. Conf. Signal Proc. Beijing, China. 10.1109/ICOSP.2002.1180076 + + 10.1109/ICOSP.2002.1180076 + + + + de Zambotti M., Cellini N., Goldstone A., Colrain I. M., Baker F. C. (2019). Wearable sleep technology in clinical and research settings. Med. Sci. Sports Exerc 51 (7), 1538–1557. 10.1249/MSS.0000000000001947 + + 10.1249/MSS.0000000000001947 + PMC6579636 + 30789439 + + + + Dosman J. A., Karunanayake C. P., Fenton M., Ramsden V. R., Seeseequasis J., Skomro R., et al. (2022). Obesity, sex, snoring and severity of OSA in a first nation community in Saskatchewan, Canada. Clocks & Sleep 4 (1), 100–113. 10.3390/clockssleep4010011 + + 10.3390/clockssleep4010011 + PMC8947446 + 35323165 + + + + Gómez González A., Rodríguez J., Sagartzazu X., Schumacher A., Isasa I. (2010). “Multiple coherence method in time domain for the analysis of the transmission paths of noise and vibrations with non-stationary signals,” in Proceedings of the 2010 international conference of noise and vibration engineering, 3927–3941. + + + Herbst E., Metzler T. J., Lenoci M., McCaslin S. E., Inslicht S., Marmar C. R., et al. (2010). Adaption effects to sleep studies in participants with and without chronic posttraumatic stress disorder. Psychophysiology 47 (6), 1127–1133. 10.1111/j.1469-8986.2010.01030.x + + 10.1111/j.1469-8986.2010.01030.x + PMC2925054 + 20456661 + + + + Ismail A. R., Jovanovic S., Rabah H. (2023). ECG classification using an optimal temporal convolutional network for remote health monitoring. Sensors 23, 1697. 10.3390/s23031697 + + 10.3390/s23031697 + PMC9920651 + 36772737 + + + + Jaworski D. J., Park E. J. (2023). Apple watch sleep and physiological tracking compared to clinically validated actigraphy, ballistocardiography and polysomnography. Annu. Int. Conf. IEEE Eng. Med. Biol. Soc. 2023, 1–4. 10.1109/EMBC40787.2023.10340725 + + 10.1109/EMBC40787.2023.10340725 + 38083143 + + + + Jaworski D. J., Park E. J. (2024). Nonlinear heart rate variability analysis for sleep stage classification using integration of ballistocardiogram and apple watch. Nat. Sci. Sleep 16, 1075–1090. 10.2147/NSS.S464944 + + 10.2147/NSS.S464944 + PMC11288323 + 39081512 + + + + Jaworski D. J., Park E. J. (2025). Non-intrusive sleep staging with integration of ballistocardiography and audio signals. Annu. Int. Conf. IEEE Eng. Med. Biol. Soc. 2025, 1–6. 10.1109/EMBC58623.2025.11252681 + + 10.1109/EMBC58623.2025.11252681 + 41336930 + + + + Jaworski D. J., Park A., Park E. J. (2021). Internet of things for sleep monitoring. IEEE Instrum. Meas. Mag. 24 (2), 30–36. 10.1109/mim.2021.9400950 + + 10.1109/mim.2021.9400950 + + + + Jelinek H. F., Cornforth D. J., Tarvainen M. P., Khalaf K. (2019). Investigation of linear and nonlinear properties of a heartbeat time series using multiscale rényi entropy. Entropy 21 (8), 727. 10.3390/e21080727 + + 10.3390/e21080727 + PMC7515256 + 33267441 + + + + Jung K., Chung W. (2024). “Temporal convolutional network-based multi-view sleep staging,” in 2024 12th international winter conference on brain-computer interface (BCI). Gangwon, Korea, republic of, 1–7. + + + Jwo D.-J., Wu I.-H., Chang Yi. (2019). Windowing design and performance assessment for mitigation of spectrum leakage. E3S Web Conf. 94, 03001. 10.1051/e3sconf/20199403001 + + 10.1051/e3sconf/20199403001 + + + + Kay S. M. (1988). Modern spectral estimation. Englewood Cliffs, NJ: Prentice-Hall. + + + Khandoker A. H., Karmakar C., Brennan M., Voss A., Palaniswami M. (2013). “Heart rate asymmetry analysis using poincaré plot,” in Poincaré plot methods for heart rate variability analysis (Boston MA: Springer; ), 69–91. + + + Lee X. K., Chee NIYN, Ong J. L., Teo T. B., van Rijn E., Lo J. C., et al. (2019). Validation of a consumer sleep wearable device with actigraphy and polysomnography in adolescents across sleep opportunity manipulations. J. Clin. Sleep. Med. 15 (9), 1337–1346. 10.5664/jcsm.7932 + + 10.5664/jcsm.7932 + PMC6760396 + 31538605 + + + + Lee Y. J., Lee J. Y., Cho J. H., Choi J. H. (2022). Interrater reliability of sleep stage scoring: a meta-analysis. J. Clin. Sleep. Med. 18 (1), 193–202. 10.5664/jcsm.9538 + + 10.5664/jcsm.9538 + PMC8807917 + 34310277 + + + + Mathunjwa B. M., Kor R. Y. J., Ngarnkuekool W., Hsu Y.-L. (2025). A comprehensive review of home sleep monitoring technologies: smartphone apps, smartwatches, and smart mattresses. Sensors 25 (6), 1771. 10.3390/s25061771 + + 10.3390/s25061771 + PMC11945902 + 40292882 + + + + Meriheina U. (2019). BCG measurements in BEDS white paper. Murata electronics oy: nagaokakyo, Japan. + + + Mora N., Cocconcelli F., Matrella G., Ciampolini P. (2020). Accurate heartbeat detection on ballistocardiogram accelerometric traces. IEEE Trans. InstrumMeas 69 (11), 9000–9009. 10.1109/tim.2020.2998644 + + 10.1109/tim.2020.2998644 + + + + Note A., Calibration I. (2017). Murata electronics Oy. Rev. 2 (3897), Doc. + + + Nurmi S. (2016). Nocturnal sleep quality and quantity analysis with ballistocardiography [dissertation]. Accra: Aalto University. + + + Oppenheim A. V., Schafer R. W., Buck J. R. (1999). Discrete-time signal processing. 2nd Ed. Upper Saddle River, NJ: Prentice Hall. + + + Park K. S., Yoon H., Chen W., Tamura T. (2018). “Ballistocardiography,” in Seamless healthcare monitoring (Cham: Springer International Publishing; ), 127–155. Ch.5. + + + Pawloski R., Buszko K., Newton J. L., Kujawski S., Zalewski P. (2021). Heart rate asymmetry analysis during head-up tilt test in healthy men. Front. Physiol. 2021, 12. 10.3389/fphys.2021.657902 + + 10.3389/fphys.2021.657902 + PMC8076803 + 33927644 + + + + Pino E. J., Chavez J. A. P., Aqueveque P. (2017). “BCG algorithm for unobtrusive heart rate monitoring,” in IEEE healthcare innovations and point of care technologies. Bethesda, MD, USA: IEEE. + + + Rabiner L. R., Gold B. (1975a). Theory and application of digital signal processing. Englewood Cliffs, NJ: Prentice-Hall, 414–419. + + + Rabiner L. R., Gold B. (1975b). Theory and application of digital signal processing. Englewood Cliffs, NJ: Prentice-Hall. + + + Rahda M., Fonseca R., Moreau A., Ross M., Cerny A., Anderer P., et al. (2019). Sleep stage classification from heart-rate variability using long short-term memory neural networks. Sci. Rep. 9, 14149. 10.1038/s41598-019-49703-y + + 10.1038/s41598-019-49703-y + PMC6775145 + 31578345 + + + + Rényi A. (1961). On measures of entropy and information. Berkeley Symp Math Statist Prob. 4 (1), 547–561. + + + Sadek I., Biswas J., Abdulrazak B. (2019). Ballistocardiogram signal processing: a review. Health Inf. Sci. Syst. 7 (1), 10. 10.1007/s13755-019-0071-7 + + 10.1007/s13755-019-0071-7 + PMC6522616 + 31114676 + + + + Sazonov E., Sazonova N., Schuckers S., Nueman M., and CHIME Study Group (2004). Activity-based sleep-wake identification in infants. Physiol. Meas. 25, 1291–1304. 10.1088/0967-3334/25/5/018 + + 10.1088/0967-3334/25/5/018 + 15535193 + + + + Shaffer F., Ginsberg J. P. (2017). An overview of heart rate variability metrics and norms. Front. Public Health 5 (258), 1–17. 10.3389/fpubh.2017.00258 + + 10.3389/fpubh.2017.00258 + PMC5624990 + 29034226 + + + + Shin J. H., Hwang S. H., Chang M. H., Park K. S. (2011). Heart rate variability analysis using a ballistocardiogram during valsalva manoeuvre and post exercise. Physiol. Meas. 32 (8), 1239–1264. 10.1088/0967-3334/32/8/015 + + 10.1088/0967-3334/32/8/015 + 21743126 + + + + Srinivas K., Reddy L. R. G. (2010). Detecting congestive heart failure using heart rate sequential trend analysis plot. Int Jour Eng Sci. Tech 2 (12), 7329–7334. + + + Srinivas K., Reddy L. R. G., Srinivas R. (2007). in Int. Conf. Biomed. Eng. Kuala Lumpur (Malaysia: ).Estimation of heart rate variability from peripheral pulse wave using PPG sensor. + + + Stoica P., Moses R. (2023). Spectral analysis of signals. Upper Saddle River, NJ: Prentice Hall. + + + Thomas R. J. (2023). Cardiopulmonary coupling, atlas of sleep medicine, 307–323. + + + Thomas R. J., Mietus J. E., Peng C. K., Goldberger A. L. (2023). An electrocardiogram-based technique to assess cardiopulmonary coupling during sleep. Sleep 28 (9), 1151–1161. 10.1093/sleep/28.9.1151 + + 10.1093/sleep/28.9.1151 + 16268385 + + + + Tobaldini E., Nobili L., Strada S., Casali K. R., Braghiroli A., Montano N. (2013). Heart rate variability in normal and pathological sleep. Front. Physiol. 4 (294), 1–11. 10.3389/fphys.2013.00294 + + 10.3389/fphys.2013.00294 + PMC3797399 + 24137133 + + + + Uguz D. U., Tufan T. B., Uzun A., Leonhardt S., Antink C. H. (2020). Physiological motion artifacts in capacitive ECG: ballistocardiographic impedance distortions. IEEE Trans. Instrum. Meas. 69 (6), 3297–3307. 10.1109/tim.2020.2971336 + + 10.1109/tim.2020.2971336 + + + + Vollmer M. (2015). “A robust, simple and reliable measure of heart rate variability using relative RR intervals,” in Computing in cardiology conference. Nice, France. + + + Wang Y., Shi W., Yeh C. H. (2023). A novel measure of cardiopulmonary coupling during sleep based on the synchrosqueezing transform algorithm. IEEE J. Biomed. Health Inf. 27 (4), 1790–1800. 10.1109/JBHI.2023.3237690 + + 10.1109/JBHI.2023.3237690 + 37021914 + + + + Welch P. (1967). The use of the fast fourier transform for the estimation of power spectra: a method based on time averaging over short, modified periodograms. IEEE® Trans. Audio Electroacoustics AU-15, 70–73. 10.1109/TAU.1967.1161901 + + 10.1109/TAU.1967.1161901 + + + + Yan C., Li P., Ji L., Yao L., Karmakar C., Liu C. (2017). Area asymmetry of heart rate variability signal. Biomed. Eng. Online 16 (112), 1–14. 10.1186/s12938-017-0402-3 + + 10.1186/s12938-017-0402-3 + PMC5607847 + 28934961 + + + + Yoon H., Choi S. H. (2023). Technologies for sleep monitoring at home: wearables and nearables. Biomed. Eng. Lett. 13 (3), 313–327. 10.1007/s13534-023-00305-8 + + 10.1007/s13534-023-00305-8 + PMC10382403 + 37519880 + + + + Zhang Y., Yang Z., Lan K., Liu X., Zhang Z., Li P., et al. (2019). “Sleep stage classification using bidirectional LSTM in wearable multi-sensor systems,” in IEEE INFOCOM 2019 - IEEE conference on computer communications workshops (INFOCOM WKSHPS). Paris, France, 443–448. + + + Zigel Y., Tarasiuk A., Dafna E. (2018). in Breath sounds. Sleep evaluation using audio signal processing. Editors Priftis K., Hadjileontiadis L., Everard M. (Springer, Publishing; ), p249–p266. + + + +
+ + + 42205719 + + 2026 + 05 + 28 + + + 2026 + 05 + 28 + +
+ + 2296-9144 + + 13 + + 2026 + + + Frontiers in robotics and AI + Front Robot AI + + Editorial: Reinforcement learning for real-world robot navigation. + + 1861947 + 1861947 + + 1861947 + 10.3389/frobt.2026.1861947 + + + Wang + Pengqin + P + + Division of Emerging Interdisciplinary Areas, The Hong Kong University of Science and Technology, Hong Kong SAR, China. + + + + Li + Xiaocong + X + + Agency for Science, Technology and Research (A*STAR), Singapore, Singapore. + + + + Zhu + Meixin + M + + School of Transportation, Southeast University, Nanjing, China. + + + + Ma + Jun + J + + Robotics and Autonomous Systems Thrust, The Hong Kong University of Science and Technology (Guangzhou), Guangzhou, China. + + + + eng + + Editorial + + + 2026 + 05 + 12 + +
+ + Switzerland + Front Robot AI + 101749350 + 2296-9144 + + + deep learning + machine learning + motion planning + reinforcement learning + robot navigation + + The author(s) declared that this work was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest. +
+ + + + 2026 + 4 + 21 + + + 2026 + 4 + 29 + + + 2026 + 5 + 28 + 6 + 34 + + + 2026 + 5 + 28 + 6 + 33 + + + 2026 + 5 + 28 + 4 + 40 + + + 2026 + 5 + 12 + + + epublish + + 42205719 + PMC13201120 + 10.3389/frobt.2026.1861947 + 1861947 + + +
+ + + 42205681 + + 2026 + 05 + 28 + + + 2026 + 05 + 28 + +
+ + 1178-7074 + + 19 + + 2026 + + + International journal of general medicine + Int J Gen Med + + Evolocumab Alters Transcriptomic Signatures and Identifies Inflammatory Biomarkers in Brain-Heart Syndrome with Coronary Heart Disease History. + + 603395 + 603395 + + 603395 + 10.2147/IJGM.S603395 + + A history of coronary heart disease (CHD) increases the risk of Brain-Heart Syndrome (BHS) after acute stroke, partly through heightened inflammatory responses. Evolocumab, a PCSK9 inhibitor, has anti-inflammatory properties, but its transcriptomic effects in BHS patients with CHD remain unclear. This study aims to identify evolocumab-associated transcriptomic changes and inflammation-related biomarkers in this population. + Blood samples from 24 BHS patients with CHD history (12 receiving rosuvastatin alone, 12 receiving rosuvastatin plus evolocumab) underwent transcriptomic sequencing. Candidate biomarkers were identified via differential expression and machine learning, with functional enrichment and immune infiltration analyses conducted. + Four candidate biomarkers were identified: WHRN (DFNB31), IL12A, and ASB14 were upregulated, while TMED7-TICAM2 was downregulated in the evolocumab combination group. These genes were enriched in pathways related to cell metabolism, signal transduction, and immune regulation. Immune infiltration analysis showed modest but detectable changes in B-cell subsets. External validation confirmed differential expression of these candidate biomarkers in CAD patients. + This pilot study provides preliminary insights into the molecular mechanisms of evolocumab in treating Brain-Heart Syndrome with a coronary heart disease history, identifying four inflammation-related biomarkers. These findings suggest potential targets for future investigation; however, given the exploratory nature and small sample size, further experimental and clinical validation is required before any therapeutic application. + © 2026 Dong et al. + + + + Dong + Huijie + H + + Department of Cardiology, Second Affiliated Hospital of Dalian Medical University, Dalian, Liaoning, People's Republic of China. + + + + Gong + Xing + X + + Department of Neurology, First Affiliated Hospital of Dalian Medical University, Dalian, Liaoning, People's Republic of China. + + + + Zhao + Zhenrong + Z + + Department of Cardiology, Second Affiliated Hospital of Dalian Medical University, Dalian, Liaoning, People's Republic of China. + + + + Joyama + Yuki + Y + + Department of Gastroenterology and Hepatology, Tokyo Medical University, Tokyo, Japan. + + + + Ji + Xiaofei + X + 0000-0002-6104-1952 + + Department of Neurology, First Affiliated Hospital of Dalian Medical University, Dalian, Liaoning, People's Republic of China. + + + + Qu + Peng + P + + Institute of Heart and Vessel Diseases, Second Affiliated Hospital of Dalian Medical University, Dalian, Liaoning, People's Republic of China. + + + + eng + + Journal Article + + + 2026 + 05 + 22 + +
+ + New Zealand + Int J Gen Med + 101515487 + 1178-7074 + + + brain-heart syndrome + coronary heart disease + evolocumab + transcriptomics + + The authors have no relevant financial or non-financial interests to disclose for this work. +
+ + + + 2026 + 2 + 13 + + + 2026 + 5 + 17 + + + 2026 + 5 + 28 + 6 + 33 + + + 2026 + 5 + 28 + 6 + 32 + + + 2026 + 5 + 28 + 4 + 39 + + + 2026 + 5 + 22 + + + epublish + + 42205681 + PMC13207963 + 10.2147/IJGM.S603395 + 603395 + + + + Chen Z, Venkat P, Seyfried D. et al. Brain-Heart Interaction: cardiac Complications After Stroke. Circ Res. 2017;121(4):451–22. doi: 10.1161/CIRCRESAHA.117.311170 + + + 10.1161/CIRCRESAHA.117.311170 + PMC5553569 + 28775014 + + + + Tang H, Xing X, Han Y, et al. A Retrospective Study of Brain-Heart Syndrome in Patients with Acute Cerebrovascular Diseases. Risk Manag Healthc Policy. 2024;17:2161–2168. doi: 10.2147/RMHP.S467205 + + + 10.2147/RMHP.S467205 + PMC11389706 + 39263551 + + + + Gao S, Liu J. Association between circulating oxidized low-density lipoprotein and atherosclerotic cardiovascular disease. Chronic Dis Transl Med. 2017;3(2):89–94. doi: 10.1016/j.cdtm.2017.02.008 + + + 10.1016/j.cdtm.2017.02.008 + PMC5627698 + 29063061 + + + + Kong Q, Ma X, Wang C, et al. Patients with Acute Ischemic Cerebrovascular Disease with Coronary Artery Stenosis Have More Diffused Cervicocephalic Atherosclerosis. J Atheroscler Thromb. 2019;26(9):792–804. doi: 10.5551/jat.47464 + + + 10.5551/jat.47464 + PMC6753244 + 30726790 + + + + Bianchi ME. DAMPs, PAMPs and alarmins: all we need to know about danger. J Leukoc Biol. 2007;81(1):1–5. doi: 10.1189/jlb.0306164 + + 10.1189/jlb.0306164 + 17032697 + + + + Kawai T, Akira S. The role of pattern-recognition receptors in innate immunity: update on Toll-like receptors. Nat Immunol. 2010;11(5):373–384. doi: 10.1038/ni.1863 + + + 10.1038/ni.1863 + 20404851 + + + + Bekkering S, Quintin J, Joosten LA, et al. Oxidized low-density lipoprotein induces long-term proinflammatory cytokine production and foam cell formation via epigenetic reprogramming of monocytes. Arterioscler Thromb Vasc Biol. 2014;34(8):1731–1738. doi: 10.1161/ATVBAHA.114.303887 + + + 10.1161/ATVBAHA.114.303887 + 24903093 + + + + van der Valk FM, Bekkering S, Kroon J, et al. Oxidized Phospholipids on Lipoprotein(a) Elicit Arterial Wall Inflammation and an Inflammatory Monocyte Response in Humans. Circulation. 2016;134(8):611–624. doi: 10.1161/CIRCULATIONAHA.116.020838 + + + 10.1161/CIRCULATIONAHA.116.020838 + PMC4995139 + 27496857 + + + + Shapiro MD, Fazio S. PCSK9 and Atherosclerosis - Lipids and Beyond. J Atheroscler Thromb. 2017;24(5):462–472. doi: 10.5551/jat.RV17003 + + + 10.5551/jat.RV17003 + PMC5429160 + 28302950 + + + + Petersen-Uribe Á, Kremser M, Rohlfing AK, et al. Platelet-Derived PCSK9 Is Associated with LDL Metabolism and Modulates Atherothrombotic Mechanisms in Coronary Artery Disease. Int J Mol Sci. 2021;22(20):11179. doi: 10.3390/ijms222011179 + + + 10.3390/ijms222011179 + PMC8538687 + 34681838 + + + + Tang ZH, Peng J, Ren Z, et al. New role of PCSK9 in atherosclerotic inflammation promotion involving the TLR4/NF-κB pathway. Atherosclerosis. 2017;262:113–122. doi: 10.1016/j.atherosclerosis.2017.04.023 + + + 10.1016/j.atherosclerosis.2017.04.023 + 28535426 + + + + Sabatine MS, Giugliano RP, Keech AC, et al. Evolocumab and Clinical Outcomes in Patients with Cardiovascular Disease. N Engl J Med. 2017;376(18):1713–1722. doi: 10.1056/NEJMoa1615664 + + + 10.1056/NEJMoa1615664 + 28304224 + + + + Apaijai N, Moisescu DM, Palee S, et al. Pretreatment With PCSK9 Inhibitor Protects the Brain Against Cardiac Ischemia/Reperfusion Injury Through a Reduction of Neuronal Inflammation and Amyloid Beta Aggregation. J Am Heart Assoc. 2019;8:e010838. + + + PMC6497363 + 30636486 + + + + Kanani J, Sheikh MI. Exploring Nontraumatic Brain Hemorrhage in Sudden and Unexpected Deaths: a Novel Autopsy-Based Investigation. Asian J Neurosurg. 2025;20(1):126–131. doi: 10.1055/s-0044-1800811 + + + 10.1055/s-0044-1800811 + PMC11875705 + 40041594 + + + + Tian W, Cao H, Li X, et al. Adjunctive PCSK9 Inhibitor Evolocumab in the Prevention of Early Neurological Deterioration in Non-cardiogenic Acute Ischemic Stroke: a Multicenter, Prospective, Randomized, Open-Label, Clinical Trial. CNS Drugs. 2025;39(2):197–208. doi: 10.1007/s40263-024-01145-5 + + + 10.1007/s40263-024-01145-5 + 39755915 + + + + Momtazi-Borojeni AA, Sabouri-Rad S, Gotto AM, et al. PCSK9 and inflammation: a review of experimental and clinical evidence. Eur Heart J Cardiovasc Pharmacother. 2019;5(4):237–245. doi: 10.1093/ehjcvp/pvz022 + + + 10.1093/ehjcvp/pvz022 + 31236571 + + + + Aguiar JA, Tamminga A, Lobb B, et al. The impact of cigarette smoke exposure, COPD, or asthma status on ABC transporter gene expression in human airway epithelial cells. Sci Rep. 2019;9(1):153. doi: 10.1038/s41598-018-36248-9 + + + 10.1038/s41598-018-36248-9 + PMC6336805 + 30655622 + + + + Love MI, Huber W, Anders S. Moderated estimation of fold change and dispersion for RNA-seq data with DESeq2. Genome Biol. 2014;15(12):550. doi: 10.1186/s13059-014-0550-8 + + + 10.1186/s13059-014-0550-8 + PMC4302049 + 25516281 + + + + Gu Z, Hübschmann D. Make Interactive Complex Heatmaps in R. Bioinformatics. 2022;38:1460–1462. doi: 10.1093/bioinformatics/btab806 + + + 10.1093/bioinformatics/btab806 + PMC8826183 + 34864868 + + + + Wu T, Hu E, Xu S, et al. clusterProfiler 4.0: a universal enrichment tool for interpreting omics data. Innovation. 2021;2(3):100141. doi: 10.1016/j.xinn.2021.100141 + + + 10.1016/j.xinn.2021.100141 + PMC8454663 + 34557778 + + + + Xiong W, Zhong J, Li Y, et al. Identification of Pathologic Grading-Related Genes Associated with Kidney Renal Clear Cell Carcinoma. J Immunol Res. 2022;2022:2818777. doi: 10.1155/2022/2818777 + + + 10.1155/2022/2818777 + PMC9357261 + 35945960 + + + + Smoot ME, Ono K, Ruscheinski J, et al. Cytoscape 2.8: new features for data integration and network visualization. Bioinformatics. 2011;27(3):431–432. doi: 10.1093/bioinformatics/btq675 + + + 10.1093/bioinformatics/btq675 + PMC3031041 + 21149340 + + + + Friedman J, Hastie T, Tibshirani R. Regularization Paths for Generalized Linear Models via Coordinate Descent. J Stat Softw. 2010;33(1):1–22. doi: 10.18637/jss.v033.i01 + + + 10.18637/jss.v033.i01 + PMC2929880 + 20808728 + + + + Kebede MM, Le Cornet C, Fortner RT. In-depth evaluation of machine learning methods for semi-automating article screening in a systematic review of mechanistic literature. Res Synth Methods. 2023;14(2):156–172. doi: 10.1002/jrsm.1589 + + + 10.1002/jrsm.1589 + 35798691 + + + + Yue S, Li S, Huang X, et al. Machine learning for the prediction of acute kidney injury in patients with sepsis. J Transl Med. 2022;20(1):215. doi: 10.1186/s12967-022-03364-0 + + + 10.1186/s12967-022-03364-0 + PMC9101823 + 35562803 + + + + Gao CH, Chen C, Akyol T, et al. ggVennDiagram: intuitive Venn diagram software extended. Imeta. 2024;3(1):e177. doi: 10.1002/imt2.177 + + + 10.1002/imt2.177 + PMC10989133 + 38868514 + + + + Robin X, Turck N, Hainard A, et al. pROC: an open-source package for R and S+ to analyze and compare ROC curves. BMC Bioinf. 2011;12(1):77. doi: 10.1186/1471-2105-12-77 + + 10.1186/1471-2105-12-77 + PMC3068975 + 21414208 + + + + Zheng J, Zhang T, Guo W, et al. Integrative Analysis of Multi-Omics Identified the Prognostic Biomarkers in Acute Myelogenous Leukemia. Front Oncol. 2020;10:591937. doi: 10.3389/fonc.2020.591937 + + + 10.3389/fonc.2020.591937 + PMC7758482 + 33363022 + + + + Zhao Z, Yang H, Ji G, et al. Identification of hub genes for early detection of bone metastasis in breast cancer. Front Endocrinol (Lausanne). 2022;13:1018639. doi: 10.3389/fendo.2022.1018639 + + + 10.3389/fendo.2022.1018639 + PMC9556899 + 36246872 + + + + International BR; International BR. Retracted: dysregulated Circulating Apoptosis- and Autophagy-Related lncRNAs as Diagnostic Markers in Coronary Artery Disease. Biomed Res Int. 2024;2024:9895849. doi: 10.1155/2024/9895849 + + + 10.1155/2024/9895849 + PMC10977195 + 38550003 + + + + Yu L, Shen N, Shi Y, et al. Characterization of cancer-related fibroblasts (CAF) in hepatocellular carcinoma and construction of CAF-based risk signature based on single-cell RNA-seq and bulk RNA-seq data. Front Immunol. 2022;13:1009789. doi: 10.3389/fimmu.2022.1009789 + + + 10.3389/fimmu.2022.1009789 + PMC9537943 + 36211448 + + + + Wang L, Yu P, Zhou B, et al. Single-cell reconstruction of the adult human heart during heart failure and recovery reveals the cellular landscape underlying cardiac function. Nat Cell Biol. 2020;22(1):108–119. doi: 10.1038/s41556-019-0446-7 + + + 10.1038/s41556-019-0446-7 + 31915373 + + + + Griss J, Viteri G, Sidiropoulos K, et al. ReactomeGSA - Efficient Multi-Omics Comparative Pathway Analysis. Mol Cell Proteomics. 2020;19(12):2115–2125. doi: 10.1074/mcp.TIR120.002155 + + + 10.1074/mcp.TIR120.002155 + PMC7710148 + 32907876 + + + + Qiu X, Mao Q, Tang Y, et al. Reversed graph embedding resolves complex single-cell trajectories. Nat Methods. 2017;14(10):979–982. doi: 10.1038/nmeth.4402 + + + 10.1038/nmeth.4402 + PMC5764547 + 28825705 + + + + Mikhail N. Effects of Evolocumab on Cardiovascular Events. Curr Cardiol Rev. 2017;13(4):319–324. doi: 10.2174/1573403X13666170918165713 + + + 10.2174/1573403X13666170918165713 + PMC5730965 + 28925859 + + + + Kim J, Hong U, Yoon CW, et al. PCSK9 inhibitor in acute ischemic stroke patient receiving mechanical thrombectomy: early outcomes and safety. Front Neurol. 2024;15:1375609. doi: 10.3389/fneur.2024.1375609 + + + 10.3389/fneur.2024.1375609 + PMC11137246 + 38817546 + + + + Kile BT, Schulman BA, Alexander WS, et al. The SOCS box: a tale of destruction and degradation. Trends Biochem Sci. 2002;27(5):235–241. doi: 10.1016/S0968-0004(02)02085-6 + + + 10.1016/S0968-0004(02)02085-6 + 12076535 + + + + Yoshimura A, Naka T, Kubo M. SOCS proteins, cytokine signalling and immune regulation. Nat Rev Immunol. 2007;7(6):454–465. doi: 10.1038/nri2093 + + + 10.1038/nri2093 + 17525754 + + + + Kanno H, Matsumoto S, Yoshizumi T, et al. Role of SOCS and VHL Proteins in Neuronal Differentiation and Development. Int J Mol Sci. 2023;25(1):24. doi: 10.3390/ijms25010024 + + + 10.3390/ijms25010024 + PMC9960776 + 36835292 + + + + Yang Y, Ma D, Liu B, et al. E3Ubiquitin Ligase ASB14 Inhibits Cardiomyocyte Proliferation by Regulating MAPRE2 Ubiquitination. Cell Biochem Biophys. 2024;82(2):715–727. doi: 10.1007/s12013-024-01223-x + + + 10.1007/s12013-024-01223-x + 38319584 + + + + Palsson-McDermott EM, Doyle SL, McGettrick AF, et al. TAG, a splice variant of the adaptor TRAM, negatively regulates the adaptor MyD88-independent TLR4 pathway. Nat Immunol. 2009;10(6):579–586. doi: 10.1038/ni.1727 + + + 10.1038/ni.1727 + 19412184 + + + + Prakash T, Sharma VK, Adati N, et al. Expression of conjoined genes: another mechanism for gene regulation in eukaryotes. PLoS One. 2010;5(10):e13284. doi: 10.1371/journal.pone.0013284 + + + 10.1371/journal.pone.0013284 + PMC2953495 + 20967262 + + + + Doyle SL, Husebye H, Connolly DJ, et al. The GOLD domain-containing protein TMED7 inhibits TLR4 signalling from the endosome upon LPS stimulation. Nat Commun. 2012;3(1):707. doi: 10.1038/ncomms1706 + + + 10.1038/ncomms1706 + 22426228 + + + + Aber R, Chan W, Mugisha S, et al. Transmembrane emp24 domain proteins in development and disease. Genet Res. 2019;101:e14. doi: 10.1017/S0016672319000090 + + 10.1017/S0016672319000090 + PMC7045115 + 31878985 + + + + Vatakuti S, Pennings JL, Gore E, et al. Classification of Cholestatic and Necrotic Hepatotoxicants Using Transcriptomics on Human Precision-Cut Liver Slices. Chem Res Toxicol. 2016;29(3):342–351. doi: 10.1021/acs.chemrestox.5b00491 + + + 10.1021/acs.chemrestox.5b00491 + 26881866 + + + + Muñiz M, Nuoffer C, Hauri HP, et al. The Emp24 complex recruits a specific cargo molecule into endoplasmic reticulum-derived vesicles. J Cell Biol. 2000;148(5):925–930. doi: 10.1083/jcb.148.5.925 + + + 10.1083/jcb.148.5.925 + PMC2174538 + 10704443 + + + + Funami K, Matsumoto M, Oshiumi H, et al. Functional interfaces between TICAM-2/TRAM and TICAM-1/TRIF in TLR4 signaling. Biochem Soc Trans. 2017;45(4):929–935. doi: 10.1042/BST20160259 + + + 10.1042/BST20160259 + 28630139 + + + + Oshiumi H, Sasai M, Shida K, et al. TIR-containing adapter molecule (TICAM)-2, a bridging adapter recruiting to toll-like receptor 4 TICAM-1 that induces interferon-beta. J Biol Chem. 2003;278(50):49751–49762. doi: 10.1074/jbc.M305820200 + + + 10.1074/jbc.M305820200 + 14519765 + + + + Zhang T, Ma C, Zhang Z, et al. NF-κB signaling in inflammation and cancer. MedComm. 2021;2(4):618–653. doi: 10.1002/mco2.104 + + + 10.1002/mco2.104 + PMC8706767 + 34977871 + + + + Lin R, Zhang Y, Pradhan K, et al. TICAM2-related pathway mediates neutrophil exhaustion. Sci Rep. 2020;10(1):14397. doi: 10.1038/s41598-020-71379-y + + + 10.1038/s41598-020-71379-y + PMC7463027 + 32873853 + + + + Zhang Y, Liang X, Bao X, et al. Toll-like receptor 4 (TLR4) inhibitors: current research and prospective. Eur J Med Chem. 2022;235:114291. doi: 10.1016/j.ejmech.2022.114291 + + + 10.1016/j.ejmech.2022.114291 + 35307617 + + + + Hasegawa H, Mizoguchi I, Chiba Y, et al. Expanding Diversity in Molecular Structures and Functions of the IL-6/IL-12 Heterodimeric Cytokine Family. Front Immunol. 2016;7:479. doi: 10.3389/fimmu.2016.00479 + + + 10.3389/fimmu.2016.00479 + PMC5095122 + 27867385 + + + + van der Heijden T, Bot I, Kuiper J. The IL-12 cytokine family in cardiovascular diseases. Cytokine. 2019;122:154188. doi: 10.1016/j.cyto.2017.10.010 + + + 10.1016/j.cyto.2017.10.010 + 29074035 + + + + Yong K, Dogra G, Boudville N, et al. Interleukin-12 is associated with arterial stiffness in healthy individuals. Am J Hypertens. 2013;26(2):159–162. doi: 10.1093/ajh/hps032 + + + 10.1093/ajh/hps032 + 23382399 + + + + Zykov MV, Barbarash OL, Kashtalap VV, et al. Interleukin-12 serum level has prognostic value in patients with ST-segment elevation myocardial infarction. Heart Lung. 2016;45(4):336–340. doi: 10.1016/j.hrtlng.2016.03.007 + + + 10.1016/j.hrtlng.2016.03.007 + 27094852 + + + + Zaremba J, Losy J. Interleukin-12 in acute ischemic stroke patients. Folia Neuropathol. 2006;44:59–66. + + + 16565932 + + + + Davenport P, Tipping PG. The role of interleukin-4 and interleukin-12 in the progression of atherosclerosis in apolipoprotein E-deficient mice. Am J Pathol. 2003;163(3):1117–1125. doi: 10.1016/S0002-9440(10)63471-2 + + + 10.1016/S0002-9440(10)63471-2 + PMC1868277 + 12937153 + + + + Hauer AD, Uyttenhove C, de Vos P, et al. Blockade of interleukin-12 function by protein vaccination attenuates atherosclerosis. Circulation. 2005;112(7):1054–1062. doi: 10.1161/CIRCULATIONAHA.104.533463 + + + 10.1161/CIRCULATIONAHA.104.533463 + 16103256 + + + + Lee TS, Yen HC, Pan CC, et al. The role of interleukin 12 in the development of atherosclerosis in ApoE-deficient mice. Arterioscler Thromb Vasc Biol. 1999;19:734–742. doi: 10.1161/01.ATV.19.3.734 + + + 10.1161/01.ATV.19.3.734 + 10073981 + + + + Zou J, Zheng T, Ren C, et al. Deletion of PDZD7 disrupts the Usher syndrome type 2 protein complex in cochlear hair cells and causes hearing loss in mice. Hum Mol Genet. 2014;23(9):2374–2390. doi: 10.1093/hmg/ddt629 + + + 10.1093/hmg/ddt629 + PMC3976334 + 24334608 + + + + Hong SG, Ashby JW, Kennelly JP, et al. Mechanosensitive membrane domains regulate calcium entry in arterial endothelial cells to protect against inflammation. J Clin Invest. 2024;134:1. + + PMC11213468 + 38771648 + + + + Seidler U, Singh AK, Cinar A, et al. The role of the NHERF family of PDZ scaffolding proteins in the regulation of salt and water transport. Ann N Y Acad Sci. 2009;1165(1):249–260. doi: 10.1111/j.1749-6632.2009.04046.x + + + 10.1111/j.1749-6632.2009.04046.x + 19538313 + + + + Grimes KM, Prasad V, McNamara JW. Supporting the heart: functions of the cardiomyocyte’s non-sarcomeric cytoskeleton. J Mol Cell Cardiol. 2019;131:187–196. doi: 10.1016/j.yjmcc.2019.04.002 + + + 10.1016/j.yjmcc.2019.04.002 + PMC6581584 + 30978342 + + + + Sposato LA, Hilz MJ, Aspberg S, et al. Post-Stroke Cardiovascular Complications and Neurogenic Cardiac Injury: JACC State-of-the-Art Review. J Am Coll Cardiol. 2020;76(23):2768–2785. doi: 10.1016/j.jacc.2020.10.009 + + + 10.1016/j.jacc.2020.10.009 + 33272372 + + + + Battaglini D, Robba C, Lopes da Silva A, et al. Brain-heart interaction after acute ischemic stroke. Crit Care. 2020;24:163. doi: 10.1186/s13054-020-02885-8 + + + 10.1186/s13054-020-02885-8 + PMC7175494 + 32317013 + + + + Rosenson RS, Tate A, Mar P, et al. Inhibition of PCSK9 with evolocumab modulates lipoproteins and monocyte activation in high-risk ASCVD subjects. Atherosclerosis. 2024;392:117529. doi: 10.1016/j.atherosclerosis.2024.117529 + + + 10.1016/j.atherosclerosis.2024.117529 + 38583289 + + + + +
+ + + 42205617 + + 2026 + 05 + 28 + + + 2026 + 05 + 28 + +
+ + 2753-4294 + + 4 + 2 + + 2026 + + + BMJ public health + BMJ Public Health + + Can artificial intelligence bridge critical gaps in hypertension prediction and risk assessment in low- and middle-income countries? A scoping review. + + e003435 + e003435 + + e003435 + 10.1136/bmjph-2025-003435 + + According to the WHO, as of 2025, 1.4 billion adults between the ages 30-79 were living with hypertension, with approximately two-thirds of that number from low- and middle-income countries (LMICs). By 2025, the number of individuals with hypertension is expected to have reached 1.5 billion, with sub-Saharan Africa alone projected to have 74.7 million cases. In recent years, artificial intelligence (AI) has demonstrated the potential to improve the accuracy of risk assessment tools for predicting, managing and diagnosing diseases before they escalate. This paper aims to conduct a scoping review to identify current research, innovations and developments in the application of AI-based tools for hypertension prediction and risk assessment, specifically in LMICs. + This scoping review used the Preferred Reporting Items for Systematic Reviews and Meta-Analyses extension for Scoping Reviews guidelines to ensure proper representation and organisation of the literature. A search was conducted across multiple databases, including PubMed, Elsevier, Google Scholar, Scopus, IEEE Xplore and the ACM Digital Library. Two independent reviewers used the search terms in Appendix A to identify relevant literature. Initial scans were followed by a detailed evaluation based on well-structured and clear inclusion and exclusion criteria. A third, more experienced reviewer resolved any selection discrepancies flagged from the first two reviews. + The literature that would be included within this study will primarily be sourced from the following scientific literature repositories: PubMed, Scopus, Elsevier, Google Scholar, IEEE and ACM Digital Library. + The inclusion and exclusion criteria defined and used to guide the literature selection process within this review included the following:The literature should primarily be about the study of the deployment of AI algorithms or tools in the diagnosis, detection or risk assessment of hypertension in an LMIC.The data used in the literature to train and assess any implemented AI algorithms should be obtained from either an LMIC.The literature should have been published within the last 10 years, that is, 2014-2025. + The scoping review process followed the steps first outlined by Arksey and O'Malley in 2005. These steps are:Identifying the research question.Identifying the relevant studies within the literature.Selecting the studies within the relevant studies that most align with the research question.Charting the data that is present within these selected studies to get a deeper understanding of them.Collating, summarising and reporting the information found in the selected literature.From an initial result of 1371 papers, 5 were selected based on predefined inclusion and exclusion criteria. These studies solely focused on AI-based risk assessment and prediction of hypertension in LMICs. + The review identified significant research on AI applications for hypertension risk assessment and prediction in LMICs. Notable studies include an Ethiopian study on using machine learning algorithms, achieving an accuracy of 88.81%, precision of 89.62% and recall of 97.04% in hypertension risk prediction. Another research study involving hypertensive patients from South Asian countries (Bangladesh, Nepal, India) employed non-invasive information and machine learning tools for accurate hypertension prediction. The reported prediction accuracy of the studies found ranged from 78% to 97% depending on dataset size and AI model used. Algorithms discussed in these papers include logistic regression, decision trees and naïve Bayes. + The reviewed studies highlight the promising potential of AI to enhance hypertension prevention and management in LMICs. Successful implementation of AI tools requires the development of locally contextualised models and the availability of validated local data. AI can significantly impact hypertension outcomes in LMICs, provided these conditions are met. + © Author(s) (or their employer(s)) 2026. Re-use permitted under CC BY. Published by BMJ Group. + + + + Sasu + David + D + + Ashesi University, Berekuso, Ghana. + + + + Agbettor + Tsatsu + T + 0009-0003-4735-0841 + + Academic Affair, Ashesi University, Berekuso, Ghana. + + + + Owusu Ansah + Angela + A + + Ashesi University, Berekuso, Ghana. + + + + Annoh + William + W + + Ashesi University, Berekuso, Ghana. + + + + Ackerson + Lecia + L + 0009-0005-0068-1621 + + Ashesi University, Berekuso, Ghana. + + + + Ohene-Adu + Ayeyi Adjoa Domeyo + AAD + 0009-0006-3341-5933 + + Ashesi University, Berekuso, Ghana. + + + + Sackitey-Matey + Roselyn + R + 0009-0006-9247-2962 + + Academic Affair, Ashesi University, Berekuso, Ghana. + + + + eng + + Journal Article + + + 2026 + 05 + 22 + +
+ + England + BMJ Public Health + 9918697578906676 + 2753-4294 + + + Digital Technology + Public Health + Risk Assessment + + Competing interests: None declared. +
+ + + + 2025 + 6 + 25 + + + 2026 + 4 + 1 + + + 2026 + 5 + 28 + 6 + 32 + + + 2026 + 5 + 28 + 6 + 31 + + + 2026 + 5 + 28 + 4 + 38 + + + 2026 + 5 + 22 + + + epublish + + 42205617 + PMC13202181 + 10.1136/bmjph-2025-003435 + bmjph-2025-003435 + + + + Hypertension. Available: https://www.who.int/news-room/fact-sheets/detail/hypertension [Accessed 19 Mar 2024]. + + + Moloro AH, Seid AA, Jaleta FY. A systematic review and meta-analysis protocol on hypertension prevalence and associated factors among bank workers in Africa. SAGE Open Med 2023;11:20503121231172001. 10.1177/20503121231172001 + + 10.1177/20503121231172001 + PMC10170600 + 37181276 + + + + Bosu WK, Reilly ST, Aheto JMK, et al. Hypertension in older adults in Africa: A systematic review and meta-analysis. PLoS One 2019;14:e0214934. 10.1371/journal.pone.0214934 + + 10.1371/journal.pone.0214934 + PMC6450645 + 30951534 + + + + Piette JD, Datwani H, Gaudioso S, et al. Hypertension Management Using Mobile Technology and Home Blood Pressure Monitoring: Results of a Randomized Trial in Two Low/Middle-Income Countries. Telemedicine and E-Health 2012;18:613–20. 10.1089/tmj.2011.0271 + + 10.1089/tmj.2011.0271 + PMC4361160 + 23061642 + + + + Stephen BU-A, Uzoewulu BC, Asuquo PM, et al. Diabetes and hypertension MobileHealth systems: a review of general challenges and advancements. J Eng Appl Sci 2023;70:1. 10.1186/s44147-023-00240-6 + + 10.1186/s44147-023-00240-6 + + + + Gafane-Matemane LF, Mokwatsi GG, Boateng D. Hypertension management in sub-saharan africa: an overview of challenges and opportunities for telemedicine. + + + Jiang Q, Gong D, Li H, et al. Development and Validation of a Risk Score Screening Tool to Identify People at Risk for Hypertension in Shanghai, China. Risk Manag Healthc Policy 2022;15:553–62. 10.2147/RMHP.S354057 + + 10.2147/RMHP.S354057 + PMC8977866 + 35386277 + + + + Ordunez P, Tajer C, Gaziano T, et al. The HEARTS app: a clinical tool for cardiovascular risk and hypertension management in primary health care. Rev Panam Salud Publica 2022;46:e12. 10.26633/RPSP.2022.12 + + 10.26633/RPSP.2022.12 + PMC8959249 + 35355690 + + + + What is artificial intelligence (AI)? | IBM. Available: https://www.ibm.com/topics/artificial-intelligence [Accessed 26 Mar 2024]. + + + Yazdi M, Zarei E, Adumene S, et al. Navigating the Power of Artificial Intelligence in Risk Management: A Comparative Analysis. Safety 2024;10:42. 10.3390/safety10020042 + + 10.3390/safety10020042 + + + + ‘Artificial intelligence (AI): what it is and how it is used’, investopedia. Available: https://www.investopedia.com/terms/a/artificial-intelligence-ai.asp [Accessed 26 Mar 2024]. + + + Barker J, Sau A, Pastika L, et al. 206 Artificial intelligence–enabled electrocardiography for hypertension diagnosis. Heart 2024.:A217. 10.1136/heartjnl-2024-BCS.201 + + 10.1136/heartjnl-2024-BCS.201 + + + + Soh DCK, Ng EYK, Jahmunah V, et al. A computational intelligence tool for the detection of hypertension using empirical mode decomposition. Comput Biol Med 2020;118:103630. 10.1016/j.compbiomed.2020.103630 + + 10.1016/j.compbiomed.2020.103630 + 32174317 + + + + Tricco AC, Lillie E, Zarin W, et al. PRISMA Extension for Scoping Reviews (PRISMA-ScR): Checklist and Explanation. Ann Intern Med 2018;169:467–73. 10.7326/M18-0850 + + 10.7326/M18-0850 + 30178033 + + + + World Bank Open Data . World bank open data. Available: https://data.worldbank.org [Accessed 19 Mar 2024]. + + + Islam MM, Alam MJ, Maniruzzaman M, et al. Predicting the risk of hypertension using machine learning algorithms: A cross sectional study in Ethiopia. PLoS One 2023;18:e0289613. 10.1371/journal.pone.0289613 + + 10.1371/journal.pone.0289613 + PMC10449142 + 37616271 + + + + Asadullah Md, Hossain MdM, Rahaman S, et al. Evaluation of machine learning techniques for hypertension risk prediction based on medical data in Bangladesh. IJEECS 2023;31:1794. 10.11591/ijeecs.v31.i3.pp1794-1802 + + 10.11591/ijeecs.v31.i3.pp1794-1802 + + + + Islam SMS, Talukder A, Awal MA, et al. Machine Learning Approaches for Predicting Hypertension and Its Associated Factors Using Population-Level Data From Three South Asian Countries. Front Cardiovasc Med 2022;9:839379. 10.3389/fcvm.2022.839379 + + 10.3389/fcvm.2022.839379 + PMC9008259 + 35433854 + + + + Wanriko S, Hnoohom N, Wongpatikaseree K, et al. Risk assessment of pregnancy-induced hypertension using a machine learning approach. 2021 Joint International Conference on Digital Arts, Media and Technology with ECTI Northern Section Conference on Electrical, Electronics, Computer and Telecommunication Engineering; Cha-am, Thailand, March 2021:233–7. 10.1109/ECTIDAMTNCON51128.2021.9425764 + + 10.1109/ECTIDAMTNCON51128.2021.9425764 + + + + Damilare D. Advancing Hypertension Risk Prediction in African Healthcare: A Machine Learning Approach with Web-Based Visualization and Interpretability. J AI & Mach Lear 2025;1:1–8. + + + López DM, Rico-Olarte C, Blobel B, et al. Challenges and solutions for transforming health ecosystems in low- and middle-income countries through artificial intelligence. Front Med (Lausanne) 2022;9:958097. 10.3389/fmed.2022.958097 + + 10.3389/fmed.2022.958097 + PMC9755337 + 36530888 + + + + Yu L, Zhai X. Use of artificial intelligence to address health disparities in low- and middle-income countries: a thematic analysis of ethical issues. Public Health (Fairfax) 2024;234:77–83. 10.1016/j.puhe.2024.05.029 + + 10.1016/j.puhe.2024.05.029 + 38964129 + + + + B L. Artificial Intelligence in Hypertension: Trends, Outcomes, and Collaborations (2013– 2023). Med Clin Res 2025;10:01–8. 10.33140/MCR.10.03.05 + + 10.33140/MCR.10.03.05 + + + + Meder B, Asselbergs FW, Ashley E. Artificial intelligence to improve cardiovascular population health. Eur Heart J 2025;46:1907–16. 10.1093/eurheartj/ehaf125 + + 10.1093/eurheartj/ehaf125 + PMC12093147 + 40106837 + + + + Ciecierski-Holmes T, Singh R, Axt M, et al. Artificial intelligence for strengthening healthcare systems in low- and middle-income countries: a systematic scoping review. NPJ Digit Med 2022;5:162. 10.1038/s41746-022-00700-y + + 10.1038/s41746-022-00700-y + PMC9614192 + 36307479 + + + + Labrique AB, Wadhwani C, Williams KA, et al. Best practices in scaling digital health in low and middle income countries. Global Health 2018;14:103. 10.1186/s12992-018-0424-z + + 10.1186/s12992-018-0424-z + PMC6215624 + 30390686 + + + + Pillai AS. Artificial Intelligence in Healthcare Systems of Low- and Middle-Income Countries: Requirements, Gaps, Challenges, and Potential Strategies. International Journal of Applied Health Care Analytics +2023;8:19–33. Available: https://norislab.com/index.php/IJAHA/article/view/72 + + + Corruption and Anti-Corruption within Social Protection Systems in Low- and Middle-Income Countries (LMICs) . U4 anti-corruption resource centre. Available: https://www.u4.no/publications/corruption-and-anti-corruption-within-social-protection-systems-in-low-and-middle-income-countries-lmics [Accessed 26 Nov 2024]. + + + The promise of digital health: addressing non-communicable diseases to accelerate universal health coverage in lmics. Novartis Foundation. Accessed: Jan; 2025. Available: https://www.novartisfoundation.org/news/media-library/promise-digital-health-addressing-non-communicable-diseases-accelerate-universal-health-coverage-lmics + + + +
+ + + 42205504 + + 2026 + 05 + 28 + + + 2026 + 05 + 28 + +
+ + 2001-8525 + + 13 + 1 + + 2026 + + + European clinical respiratory journal + Eur Clin Respir J + + Breath-by-breath: unmasking cardio-respiratory conditions through capnography waveforms - the general breathing record study. + + 2661529 + 2661529 + + 2661529 + 10.1080/20018525.2026.2661529 + + In an increasingly global comorbid population, there are significant challenges to diagnosing the cause of breathlessness. Furthermore, once chronic respiratory conditions have been diagnosed, there is considerable difficulty in detecting deterioration early enough to provide timely, effective intervention. Current methods of diagnosing and monitoring conditions that cause breathlessness, such as asthma and chronic heart failure, can be extensive and difficult to perform. + This observational, proof-of-concept study explored the potential of high-resolution capnography to differentiate respiratory and cardiac conditions causing breathlessness. Using an early model of the N-Tidal device, we analysed capnography waveforms from participants with severe asthma, chronic heart failure, and pneumonia, and compared them to healthy baseline controls. + A moderate correlation was observed between alpha angle and spirometry metrics in asthma (r2 = 0.48 for FEV1/FVC), along with a moderate association between alpha angle and left ventricular ejection fraction in heart failure (r2 = 0.46). Pneumonia recovery was marked by a 12.6% median increase in end-tidal CO2. + These results suggest that high-resolution capnography may offer promise for non-invasive diagnosis and monitoring of cardiorespiratory conditions. + NCT03356288 (registered on 7 September 2017). + © 2026 The Author(s). Published by Informa UK Limited, trading as Taylor & Francis Group. + + + + Neville + Daniel M + DM + + Respiratory Department, Portsmouth Hospitals University NHS Trust, Portsmouth, UK. + + + + Lim + Rui Hen + RH + 0009-0004-2284-7410 + + Machine Learning / Hardware / Clinical Departments, TidalSense Limited, Cambridge, UK. + + + + Hawke + Elizabeth + E + + Machine Learning / Hardware / Clinical Departments, TidalSense Limited, Cambridge, UK. + + + + Talker + Leeran + L + + Machine Learning / Hardware / Clinical Departments, TidalSense Limited, Cambridge, UK. + + + + Broomfield + Henry + H + + Machine Learning / Hardware / Clinical Departments, TidalSense Limited, Cambridge, UK. + + + + Dogan + Cihan + C + + Machine Learning / Hardware / Clinical Departments, TidalSense Limited, Cambridge, UK. + + + + Selim + Ahmed B + AB + + Machine Learning / Hardware / Clinical Departments, TidalSense Limited, Cambridge, UK. + + + + Lambert + Gabriel + G + + Machine Learning / Hardware / Clinical Departments, TidalSense Limited, Cambridge, UK. + + + + Carter + Julian C + JC + + Machine Learning / Hardware / Clinical Departments, TidalSense Limited, Cambridge, UK. + + + + Begum + Selina + S + + Respiratory Department, Portsmouth Hospitals University NHS Trust, Portsmouth, UK. + + + + De Vos + Ruth + R + + Respiratory Department, Portsmouth Hospitals University NHS Trust, Portsmouth, UK. + + + + Kalra + Paul + P + + Respiratory Department, Portsmouth Hospitals University NHS Trust, Portsmouth, UK. + + + + Quint + Matthew + M + + Respiratory Department, Portsmouth Hospitals University NHS Trust, Portsmouth, UK. + + + + Adeniji + Kayode + K + + Respiratory Department, Portsmouth Hospitals University NHS Trust, Portsmouth, UK. + + + + Brown + Thomas P + TP + + Respiratory Department, Portsmouth Hospitals University NHS Trust, Portsmouth, UK. + + + + Patel + Ameera X + AX + + Machine Learning / Hardware / Clinical Departments, TidalSense Limited, Cambridge, UK. + + + + Chauhan + Anoop J + AJ + + Respiratory Department, Portsmouth Hospitals University NHS Trust, Portsmouth, UK. + + + + eng + + + ClinicalTrials.gov + + NCT03356288 + + + + + Journal Article + + + 2026 + 05 + 25 + +
+ + United States + Eur Clin Respir J + 101662134 + 2001-8525 + + + Capnography + asthma + breathlessness + chronic heart failure + pneumonia + + RHL, EH, LT, CD, HB, ABS, GL, JCC, and AXP are currently employed, or were employed/funded at the time of the research, by TidalSense Limited. The views expressed in this publication are those of the author(s) and not necessarily those of the NHS, UKRI or the Department of Health and Social Care. +
+ + + + 2026 + 5 + 28 + 6 + 34 + + + 2026 + 5 + 28 + 6 + 33 + + + 2026 + 5 + 28 + 4 + 37 + + + 2026 + 5 + 25 + + + epublish + + 42205504 + PMC13202639 + 10.1080/20018525.2026.2661529 + 2661529 + + + + National Institute for Health and Care Excellence . Prevalence | Background information | Asthma | CKS | NICE [Internet]. 2024. [cited 2024 Dec +14]. Available from: +https://cks.nice.org.uk/topics/asthma/background-information/prevalence/ + + + British Heart Foundation . Cardiovascular disease statistics 2017 [Internet]. 2017. [cited 2024 Dec +14]. Available from: +https://www.bhf.org.uk/what-we-do/our-research/heart-statistics/heart-statistics-publications/cardiovascular-disease-statistics-2017 + + + National Institute for Health and Care Excellence . Overview | Pneumonia in adults: diagnosis and management | Guidance | NICE [Internet]. 2014. [cited 2024 Dec +14]. Available from: +https://www.nice.org.uk/guidance/cg191 + + + Gupta R, Sheikh A, Strachan DP, et al. Burden of allergic disease in the UK: secondary analyses of national databases. Clin Exp Allergy. 2004;34(4):520–10. doi: 10.1111/j.1365-2222.2004.1935.x + + 10.1111/j.1365-2222.2004.1935.x + 15080802 + + + + Vos T, Barber RM, Bell B, et al. Global, regional, and national incidence, prevalence, and years lived with disability for 301 acute and chronic diseases and injuries in 188 countries, 1990–2013: a systematic analysis for the Global Burden of Disease Study 2013. Lancet. 2015;386(9995):743. + + PMC4561509 + 26063472 + + + + Hubbard R. The burden of lung disease. Thorax. 2006;61(7):557–558. doi: 10.1136/thx.2006.066050 + + 10.1136/thx.2006.066050 + PMC2104658 + 16807390 + + + + Côté J, Cartier A, Malo JL, et al. Compliance with peak expiratory flow monitoring in home management of asthma. Chest. 1998;113(4):968–972. doi: 10.1378/chest.113.4.968 + + 10.1378/chest.113.4.968 + 9554633 + + + + Bate SR, Jugg B, Rutter S, et al. N-tidal C: a portable, hand held device for assessing respiratory performance and injury. Am J Respir Crit Care Med. 2018;197:A2371. + + + Neville DM, Rupani H, Kalra PR, et al. Exploring the waveform characteristics of tidal breathing carbon dioxide, measured using the N-Tidal C device in different breathing conditions (the general breathing record study): protocol for an observational, longitudinal study. JMIR Res Protoc. 2018;7(5):e140. doi: 10.2196/resprot.9767 + + 10.2196/resprot.9767 + PMC5992452 + 29798833 + + + + Herry CL, Townsend D, Green GC, et al. Segmentation and classification of capnograms: application in respiratory variability analysis. Physiol Meas. 2014;35(12):2343–2358. doi: 10.1088/0967-3334/35/12/2343 + + 10.1088/0967-3334/35/12/2343 + 25389703 + + + + Kean TT, Teo AH, Malarvili MB. Feature extraction of capnogram for asthmatic patient. 2010 Second Int Conf Comput Eng Appl. 2010;2:251–255. + + + Pertzov B, Ronen M, Rosengarten D, et al. Use of capnography for prediction of obstruction severity in non-intubated COPD and asthma patients. Respir Res. 2021;22(1):1–9. doi: 10.1186/s12931-021-01747-3 + + 10.1186/s12931-021-01747-3 + PMC8138110 + 34020637 + + + + Abid A, Mieloszyk RJ, Verghese GC, et al. Model-based estimation of respiratory parameters from capnography, with application to diagnosing obstructive lung disease. IEEE Trans Biomed Eng. 2017;64(12):2957–2967. + + 28475040 + + + + Talker L, Neville D, Wiffen L, et al. Machine diagnosis of chronic obstructive pulmonary disease using a novel fast-response capnometer. Respir Res. 2023;24(1):1–11. doi: 10.1186/s12931-023-02460-z + + 10.1186/s12931-023-02460-z + PMC10239171 + 37268935 + + + + Talker L, Dogan C, Neville D, et al. Diagnosis and severity assessment of COPD using a novel fast-response capnometer and interpretable machine learning. COPD J Chronic Obstr Pulm Dis. 2024;21(1). doi: 10.1080/15412555.2024.2321379 + + 10.1080/15412555.2024.2321379 + 38655897 + + + + Cundrle I, Olson LJ, Johnson BD. Pulmonary limitations in heart failure. Clin Chest Med. 2019;40(2):439–448. doi: 10.1016/j.ccm.2019.02.010 + + 10.1016/j.ccm.2019.02.010 + PMC6541018 + 31078220 + + + + +
+ + + 42205499 + + 2026 + 05 + 28 + + + 2026 + 05 + 28 + +
+ + 1662-4548 + + 20 + + 2026 + + + Frontiers in neuroscience + Front Neurosci + + Multimodal CT radiomics-clinical ensemble machine learning model effectively predicts futile recanalization after endovascular treatment of acute ischemic stroke. + + 1838675 + 1838675 + + 1838675 + 10.3389/fnins.2026.1838675 + + Futile recanalization (FR) poses a significant challenge in endovascular treatment and there is a lack of reliable predictive models for assessing treatment outcomes in stroke. The aim of this study is to develop a robust CT radiomics-clinical ensemble model that predicts FR in patients with acute ischemic stroke (AIS) following endovascular treatment (EVT) utilizing machine learning techniques. + This study enrolled 101 patients diagnosed with AIS who underwent successful EVT. A total of 946 radiomics features were, respectively, extracted from non-contrast CT (NCCT), contrast-enhanced CT (CECT), and various CT perfusion maps (CBF, CBV, MTT, and TTP) using PyRadiomics prior to the endovascular intervention. Demographic characteristics, along with baseline clinical, laboratory, and angiographic variables, were incorporated as clinical features in the model analysis. Feature engineering was performed using SelectKBest. Five traditional machine learning algorithms were employed for modeling. The dataset was randomly split into a training cohort (n = 71, 70%) and an internal validation cohort (n = 30, 30%). Receiver operating characteristic (ROC) curves were utilized to evaluate the performance of each model. + Among the 101 patients, FR occurred in 66 individuals (65%), as determined by the modified Rankin Scale (mRS) at 90 days. The ensemble model integrating clinical data, NCCT, and CBV achieved the highest performance, with an area under the curve (AUC) of 0.918 using the CatBoost algorithm. + The multimodal CT radiomics-clinical ensemble machine learning model demonstrated excellent predictive capability for identifying FR in AIS patients with large vessel occlusion prior to EVT. + Copyright © 2026 Wang, Gao, Xu, Wu, Li, Huang, Deng, Xu, Wei and Li. + + + + Wang + Zhenxiong + Z + + Department of Radiology, Guangzhou First People's Hospital, The Second Affiliated Hospital, School of Medicine, South China University of Technology, Guangzhou, China. + + + + Gao + Yidong + Y + + Department of Radiology, Guangzhou First People's Hospital, The Second Affiliated Hospital, School of Medicine, South China University of Technology, Guangzhou, China. + + + + Xu + Pan + P + + Department of Neurology, Guangzhou First People's Hospital, The Second Affiliated Hospital, School of Medicine, South China University of Technology, Guangzhou, China. + + + + Wu + Di + D + + Department of Radiology, The Fifth Affiliated Hospital of Sun Yat-sen University, Zhuhai, China. + + + + Li + Wuying + W + + Department of Neurology, Guangzhou First People's Hospital, The Second Affiliated Hospital, School of Medicine, South China University of Technology, Guangzhou, China. + + + + Huang + Huameng + H + + Department of Neurology, Guangzhou First People's Hospital, The Second Affiliated Hospital, School of Medicine, South China University of Technology, Guangzhou, China. + + + + Deng + Weihua + W + + Department of Neurology, Guangzhou First People's Hospital, The Second Affiliated Hospital, School of Medicine, South China University of Technology, Guangzhou, China. + + + + Xu + Honggang + H + + Department of Radiology, Guangzhou First People's Hospital, The Second Affiliated Hospital, School of Medicine, South China University of Technology, Guangzhou, China. + + + + Wei + Xinhua + X + + Department of Radiology, Guangzhou First People's Hospital, The Second Affiliated Hospital, School of Medicine, South China University of Technology, Guangzhou, China. + + + + Li + Xing + X + + Department of Neurology, Guangzhou First People's Hospital, The Second Affiliated Hospital, School of Medicine, South China University of Technology, Guangzhou, China. + + + + eng + + Journal Article + + + 2026 + 05 + 12 + +
+ + Switzerland + Front Neurosci + 101478481 + 1662-453X + + + CT radiomics + futile recanalization + machine learning + predictive model + stroke + + The author(s) declared that this work was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest. +
+ + + + 2026 + 3 + 25 + + + 2026 + 4 + 13 + + + 2026 + 4 + 21 + + + 2026 + 5 + 28 + 6 + 34 + + + 2026 + 5 + 28 + 6 + 33 + + + 2026 + 5 + 28 + 4 + 37 + + + 2026 + 5 + 12 + + + epublish + + 42205499 + PMC13201450 + 10.3389/fnins.2026.1838675 + + + + Brugnara G., Neuberger U., Mahmutoglu M. A., Foltyn M., Herweh C., Nagel S., et al. (2020). Multimodal predictive modeling of endovascular treatment outcome for acute ischemic stroke using machine-learning. Stroke 51, 3541–3551. doi: 10.1161/STROKEAHA.120.030287, + + 10.1161/STROKEAHA.120.030287 + 33040701 + + + + Chen T., Guestrin C., (2016) XGBoost: A Scalable Tree Boosting System. Fort Worth, TX, USA: JKL International LLC. + + + Chen Q., Xia T., Zhang M., Xia N., Liu J., Yang Y. (2021). Radiomics in stroke neuroimaging: techniques, applications, and challenges. Aging Dis. 12, 143–154. doi: 10.14336/AD.2020.0421, + + 10.14336/AD.2020.0421 + PMC7801280 + 33532134 + + + + Choy G., Khalilzadeh O., Michalski M., Do S., Samir A. E., Pianykh O. S., et al. (2018). Current applications and future impact of machine learning in radiology. Radiology 288, 318–328. doi: 10.1148/radiol.2018171820 + + 10.1148/radiol.2018171820 + PMC6542626 + 29944078 + + + + D’Anna L., Merlino G., Romoli M., Zhang L., del Regno C., Aggour M., et al. (2024). Predictors of futile recanalization in nonagenarians treated with mechanical thrombectomy: a multi-center observational study. J. Neurol. 271, 4925–4932. doi: 10.1007/s00415-024-12428-8 + + 10.1007/s00415-024-12428-8 + PMC11319431 + 38753228 + + + + Da Ros V., Cavallo A., Di Donna C., D'Onofrio A., Trulli M., Di Candia S., et al. (2024). Ensemble machine learning to predict futile recanalization after mechanical thrombectomy based on non-contrast CT imaging. J. Stroke Cerebrovasc. Dis. 33:107890. doi: 10.1016/j.jstrokecerebrovasdis.2024.107890 + + 10.1016/j.jstrokecerebrovasdis.2024.107890 + 39116963 + + + + DeLong E. R., DeLong D. M., Clarke-Pearson D. L. (1988). Comparing the areas under two or more correlated receiver operating characteristic curves: a nonparametric approach. Biometrics 44, 837–845. doi: 10.2307/2531595 + + 10.2307/2531595 + 3203132 + + + + Deng G., Xiao J., Yu H., Chen M., Shang K., Qin C., et al. (2022). Predictors of futile recanalization after endovascular treatment in acute ischemic stroke: a meta-analysis. J NeuroIntervent Surg 14, 881–885. doi: 10.1136/neurintsurg-2021-017963, + + 10.1136/neurintsurg-2021-017963 + 34544824 + + + + Ferretti M., Corino V. D. A. (2025). Integrating radiomic and 3D autoencoder-based features for non-small cell lung Cancer survival analysis. Comput. Methods Prog. Biomed. 258:108496. doi: 10.1016/j.cmpb.2024.108496, + + 10.1016/j.cmpb.2024.108496 + 39551025 + + + + Goyal M., Menon B. K., van Zwam W. H., Dippel D. W., Mitchell P. J., Demchuk A. M., et al. (2016). Endovascular thrombectomy after large-vessel ischaemic stroke: a meta-analysis of individual patient data from five randomised trials. Lancet 387, 1723–1731. doi: 10.1016/S0140-6736(16)00163-X, + + 10.1016/S0140-6736(16)00163-X + 26898852 + + + + Happi Ngankou E., Gory B., Marnat G., Richard S., Bourcier R., Sibon I., et al. (2021). Thrombectomy complications in large vessel occlusions: incidence, predictors, and clinical impact in the ETIS registry. Stroke 52, e764–e768. doi: 10.1161/STROKEAHA.121.034865, + + 10.1161/STROKEAHA.121.034865 + 34706564 + + + + Hussein H. M., Georgiadis A. L., Vazquez G., Miley J. T., Memon M. Z., Mohammad Y. M., et al. (2010). Occurrence and predictors of futile recanalization following endovascular treatment among patients with acute ischemic stroke: a multicenter study. AJNR Am. J. Neuroradiol. 31, 454–458. doi: 10.3174/ajnr.A2006, + + 10.3174/ajnr.A2006 + PMC7963981 + 20075087 + + + + Jenkinson M., Bannister P., Brady M., Smith S. (2002). Improved optimization for the robust and accurate linear registration and motion correction of brain images. NeuroImage 17, 825–841. doi: 10.1006/nimg.2002.1132, + + 10.1006/nimg.2002.1132 + 12377157 + + + + Jia B., Ren Z., Mokin M., Burgin W. S., Bauer C. T., Fiehler J., et al. (2021). Current status of endovascular treatment for acute large vessel occlusion in China: a real-world Nationwide registry. Stroke 52, 1203–1212. doi: 10.1161/STROKEAHA.120.031869, + + 10.1161/STROKEAHA.120.031869 + 33596674 + + + + Ke G., Meng Q., Finley T., Wang T., Chen W., Ma W., et al. (2017) LightGBM: A Highly Efficient Gradient Boosting Decision Tree NIPS'17: Proceedings of the 31st International Conference on Neural Information Processing Systems, + + + Lemaître G., Nogueira F., Aridas C. K. (2017). Imbalanced-learn: a python toolbox to tackle the curse of imbalanced datasets in machine learning. J Mach Learn Res 18, 559–563. doi: 10.48550/arXiv.1609.06570 + + 10.48550/arXiv.1609.06570 + + + + Li Y., Liu Y., Hong Z., Wang Y., Lu X. (2022). Combining machine learning with radiomics features in predicting outcomes after mechanical thrombectomy in patients with acute ischemic stroke. Comput. Methods Prog. Biomed. 225:107093. doi: 10.1016/j.cmpb.2022.107093, + + 10.1016/j.cmpb.2022.107093 + 36055039 + + + + Lin Y., Schulze V., Brockmeyer M., Parco C., Karathanos A., Heinen Y., et al. (2019). Endovascular Thrombectomy as a means to improve survival in acute ischemic stroke: a Meta-analysis. JAMA Neurol. 76, 850–854. doi: 10.1001/jamaneurol.2019.0525, + + 10.1001/jamaneurol.2019.0525 + PMC6583698 + 30958530 + + + + Luo Y., Sun X., Kong X., Tong X., Xi F., Mao Y., et al. (2023). A DWI-based radiomics-clinical machine learning model to preoperatively predict the futile recanalization after endovascular treatment of acute basilar artery occlusion patients. Eur. J. Radiol. 161:110731. doi: 10.1016/j.ejrad.2023.110731, + + 10.1016/j.ejrad.2023.110731 + 36804312 + + + + Mbarek L., Chen S., Jin A., Pan Y., Meng X., Yang X., et al. (2024). Predicting 3-month poor functional outcomes of acute ischemic stroke in young patients using machine learning. Eur. J. Med. Res. 29:494. doi: 10.1186/s40001-024-02056-3, + + 10.1186/s40001-024-02056-3 + PMC11466038 + 39385211 + + + + Ni H., Wang B., Hang Y., Liu S., Jia Z. Y., Shi H. B., et al. (2023). Predictors of futile recanalization in patients with intracranial atherosclerosis-related stroke undergoing endovascular treatment. World Neurosurg. 171, e752–e759. doi: 10.1016/j.wneu.2022.12.101, + + 10.1016/j.wneu.2022.12.101 + 36584891 + + + + Nie X., Leng X., Miao Z., Fisher M., Liu L. (2023). Clinically ineffective reperfusion after endovascular therapy in acute ischemic stroke. Stroke 54, 873–881. doi: 10.1161/STROKEAHA.122.038466 + + 10.1161/STROKEAHA.122.038466 + 36475464 + + + + Ostroumova L., Gusev G., Vorobev A., Dorogush A. V., Gulin A. (2017) CatBoost: Unbiased Boosting with Categorical features. Neural Inform. Process. Syst. 2017 6639–6649 + + + Pedregosa F., Varoquaux G., Gramfort A., Rakuten M. (2011). Scikit-Learn: Machine Learning in Python. J Mach Learn Res 12, 2825–2830. doi: 10.48550/arXiv.1201.0490 + + 10.48550/arXiv.1201.0490 + + + + Pisani N., Destito M., Ricciardi C., Pellecchia M. T., Cesarelli M., Esposito F., et al. (2025). Repeatability of radiomic features from brain T1-W MRI after image intensity normalization: implications for longitudinal studies on structural neurodegeneration. Comput. Methods Prog. Biomed. 265:108738. doi: 10.1016/j.cmpb.2025.108738, + + 10.1016/j.cmpb.2025.108738 + 40203781 + + + + Powers W. J., Rabinstein A. A., Ackerson T., Adeoye O. M., Bambakidis N. C., Becker K., et al. (2019). Guidelines for the early Management of Patients with Acute Ischemic Stroke: 2019 update to the 2018 guidelines for the early Management of Acute Ischemic Stroke: a guideline for healthcare professionals from the American Heart Association/American Stroke Association. Stroke 50, e344–e418. doi: 10.1161/STR.0000000000000211, + + 10.1161/STR.0000000000000211 + 31662037 + + + + Rezaeijo S. M., Eftekhar A., Rouhi S., Keshavarzi B., Mohammadi Z., Firouzabad L. A., et al. (2025). Neighboring tissues as diagnostic windows: neighborhood effects in radiomic detection of pancreatic ductal adenocarcinoma. Comput. Methods Prog. Biomed. 272:109056. doi: 10.1016/j.cmpb.2025.109056, + + 10.1016/j.cmpb.2025.109056 + 40945002 + + + + Saver J. L., Goyal M., Bonafe A., Diener H. C., Levy E. I., Pereira V. M., et al. (2015). Stent-retriever thrombectomy after intravenous t-PA vs. t-PA alone in stroke. N. Engl. J. Med. 372, 2285–2295. doi: 10.1056/NEJMoa1415061, + + 10.1056/NEJMoa1415061 + 25882376 + + + + Shen H., Killingsworth M. C., Bhaskar S. M. M. (2023). Comprehensive Meta-analysis of futile recanalization in acute ischemic stroke patients undergoing endovascular Thrombectomy: prevalence, factors, and clinical outcomes. Life 13:965. doi: 10.3390/life13101965, + + 10.3390/life13101965 + PMC10608522 + 37895347 + + + + Su M., Zhou Y., Chen Z., Pu M., Li Z., du H., et al. (2021). Cystatin C predicts futile recanalization in patients with acute ischemic stroke after endovascular treatment. J. Neurol. 269, 966–972. doi: 10.1007/s00415-021-10680-w + + 10.1007/s00415-021-10680-w + 34226965 + + + + Tibshirani R. (2018). Regression shrinkage and selection via the lasso. J Royal Stat Soc Series B 58, 267–288. doi: 10.1111/j.2517-6161.1996.tb02080.x + + 10.1111/j.2517-6161.1996.tb02080.x + + + + van Griethuysen J. J. M., Fedorov A., Parmar C., Hosny A., Aucoin N., Narayan V., et al. (2017). Computational Radiomics system to decode the radiographic phenotype. Cancer Res. 77, e104–e107. doi: 10.1158/0008-5472.CAN-17-0339, + + 10.1158/0008-5472.CAN-17-0339 + PMC5672828 + 29092951 + + + + Varghese B. A., Cen S. Y., Hwang D. H., Duddalwar V. A. (2019). Texture analysis of imaging: what radiologists need to know. AJR Am. J. Roentgenol. 212, 520–528. doi: 10.2214/AJR.18.20624, + + 10.2214/AJR.18.20624 + 30645163 + + + + Vickers A. J., Elkin E. B. (2006). Decision curve analysis: a novel method for evaluating prediction models. Med. Decis. Mak. 26, 565–574. doi: 10.1177/0272989X06295361, + + 10.1177/0272989X06295361 + PMC2577036 + 17099194 + + + + Wu N., Lu W., Xu M. (2025). Multimodal radiomics based on lesion connectome predicts stroke prognosis. Comput. Methods Prog. Biomed. 263:108701. doi: 10.1016/j.cmpb.2025.108701, + + 10.1016/j.cmpb.2025.108701 + 40049030 + + + + +
+ + + 42205493 + + 2026 + 05 + 28 + + + 2026 + 05 + 28 + +
+ + 2090-8083 + + 2026 + + 2026 + + + Parkinson's disease + Parkinsons Dis + + Identification of Gene Signatures and Molecular Mechanisms for Diagnosing Parkinson's Disease and Nonalcoholic Fatty Liver Disease Using Machine Learning. + + 8731032 + 8731032 + + 8731032 + 10.1155/padi/8731032 + + Parkinson's disease (PD) is a prevalent neurodegenerative disease, whereas nonalcoholic fatty liver disease (NAFLD) is a common metabolic liver disorder. Growing evidence suggests that NAFLD may affect the central nervous system through the liver-brain axis, potentially contributing to PD, although the underlying molecular mechanisms remain unclear. + To identify differentially expressed genes (DEGs), transcriptomic data for NAFLD and PD were sourced from the GEO database. Key common candidate genes were screened using protein-protein interaction (PPI) networks, machine learning approaches (LASSO, neural networks, and random forest), and functional enrichment analyses, including GO, KEGG, GSEA, and GSVA. Immune infiltration, TF-miRNA regulatory networks, and single-cell RNA sequencing analyses were applied to investigate gene function, immune regulation, and cellular distribution. Candidate drugs were predicted using bioinformatic approaches and validated through molecular docking. + CASP1, CCNA2, and INHBE were identified as three core common candidate genes that may be associated with NAFLD and PD. Involvement of these genes includes inflammatory responses, regulation of the cell cycle, metabolic pathways, and immune microenvironment remodeling. The analysis of the TF-miRNA network suggested possible regulation by transcription factors CEBPB, BRD4, FOS, and miRNAs such as hsa-miR-29b-1-5p and hsa-miR-128-3p. Drug prediction and molecular docking identified ethinyl estradiol, mesalamine, and seliciclib as candidate therapeutics, showing strong binding affinity to the core targets. + This study offers a comprehensive elucidation of the molecular ties between NAFLD and PD. The identified core genes and candidate drugs offer theoretical support for potential candidate biomarkers and therapeutic targets in comorbid NAFLD and PD. + Copyright © 2026 Xuan Chen et al. Parkinson’s Disease published by John Wiley & Sons Ltd. + + + + Chen + Xuan + X + 0009-0000-2309-0684 + + Department of Neurology, First Hospital of Shanxi Medical University, Taiyuan, Shanxi, China, sxmu.edu.cn. + + + Department of Neurology, Taiyuan City Central Hospital, Peking University First Hospital Taiyuan Branch, The Ninth Clinical Medical College of Shanxi Medical University, Taiyuan, Shanxi, China. + + + + Wu + Yulin + Y + 0009-0002-8799-9664 + + Changzhi Medical College, Changzhi, Shanxi, China, czmc.com. + + + + Zhang + Yonglai + Y + 0000-0002-3105-9182 + + School of Software, North University of China, Taiyuan, Shanxi, China, nuc.edu.cn. + + + + Hou + Yuli + Y + 0000-0002-4464-6212 + + Department of Neurology, First Hospital of Shanxi Medical University, Taiyuan, Shanxi, China, sxmu.edu.cn. + + + + eng + + Journal Article + + + 2026 + 05 + 26 + +
+ + United States + Parkinsons Dis + 101539877 + 2042-0080 + + + CASP1 + CCNA2 + INHBE + NAFLD + Parkinson’s disease + immune regulation + machine learning + + The authors declare no conflicts of interest. +
+ + + + 2026 + 1 + 27 + + + 2026 + 3 + 23 + + + 2026 + 4 + 22 + + + 2026 + 5 + 28 + 6 + 34 + + + 2026 + 5 + 28 + 6 + 33 + + + 2026 + 5 + 28 + 4 + 37 + + + 2026 + 5 + 26 + + + epublish + + 42205493 + PMC13202728 + 10.1155/padi/8731032 + PADI8731032 + + + + Pouwels S., Sakran N., Graham Y. et al., Non-Alcoholic Fatty Liver Disease (NAFLD): A Review of Pathophysiology, Clinical Management and Effects of Weight Loss, BMC Endocrine Disorders. (2022) 22, no. 1, 10.1186/s12902-022-00980-1. + + 10.1186/s12902-022-00980-1 + PMC8919523 + 35287643 + + + + Brunt E. M., Wong V. W., Nobili V. et al., Nonalcoholic Fatty Liver Disease, Nature Reviews Disease Primers. (2015) 1, 10.1038/nrdp.2015.80, 2-s2.0-85017106465. + + 10.1038/nrdp.2015.80 + 27188459 + + + + Ahmed A., Wong R. J., and Harrison S. A., Nonalcoholic Fatty Liver Disease Review: Diagnosis, Treatment, and Outcomes, Clinical Gastroenterology and Hepatology. (2015) 13, no. 12, 2062–2070, 10.1016/j.cgh.2015.07.029, 2-s2.0-84944397311. + + 10.1016/j.cgh.2015.07.029 + 26226097 + + + + Machado M. V. and Diehl A. M., Pathogenesis of Nonalcoholic Steatohepatitis, Gastroenterology. (2016) 150, no. 8, 1769–1777, 10.1053/j.gastro.2016.02.066, 2-s2.0-84971281219. + + 10.1053/j.gastro.2016.02.066 + PMC4887389 + 26928243 + + + + Godoy-Matos A. F., Silva Júnior W. S., and Valerio C. M., NAFLD as a Continuum: From Obesity to Metabolic Syndrome and Diabetes, Diabetology & Metabolic Syndrome. (2020) 12, no. 1, 10.1186/s13098-020-00570-y. + + 10.1186/s13098-020-00570-y + PMC7359287 + 32684985 + + + + Younossi Z. M., Golabi P., de Avila L. et al., The Global Epidemiology of NAFLD and NASH in Patients With Type 2 Diabetes: A Systematic Review and Meta-Analysis, Journal of Hepatology. (2019) 71, no. 4, 793–801, 10.1016/j.jhep.2019.06.021, 2-s2.0-85070680426. + + 10.1016/j.jhep.2019.06.021 + 31279902 + + + + Muzurović E., Mikhailidis D. P., and Mantzoros C., Non-Alcoholic Fatty Liver Disease, Insulin Resistance, Metabolic Syndrome and Their Association With Vascular Risk, Metabolism. (2021) 119, 10.1016/j.metabol.2021.154770. + + 10.1016/j.metabol.2021.154770 + 33864798 + + + + Medina-Julio D., Ramírez-Mejía M. M., Cordova-Gallardo J., Peniche-Luna E., Cantú-Brito C., and Mendez-Sanchez N., From Liver to Brain: How MAFLD/MASLD Impacts Cognitive Function, Medical Science Monitor. (2024) 30, 10.12659/MSM.943417. + + 10.12659/MSM.943417 + PMC10836032 + 38282346 + + + + Weinstein G., Zelber-Sagi S., Preis S. R. et al., Association of Nonalcoholic Fatty Liver Disease With Lower Brain Volume in Healthy Middle-Aged Adults in the Framingham Study, JAMA Neurology. (2018) 75, no. 1, 97–104, 10.1001/jamaneurol.2017.3229, 2-s2.0-85040239155. + + 10.1001/jamaneurol.2017.3229 + PMC5833484 + 29159396 + + + + George E. S., Sood S., Daly R. M., and Tan S. Y., Is There an Association Between Non-Alcoholic Fatty Liver Disease and Cognitive Function? A Systematic Review, BMC Geriatrics. (2022) 22, no. 1, 10.1186/s12877-021-02721-w. + + 10.1186/s12877-021-02721-w + PMC8753832 + 35016619 + + + + Yang X., Qiu K., Jiang Y., Huang Y., Zhang Y., and Liao Y., Metabolic Crosstalk Between Liver and Brain: From Diseases to Mechanisms, International Journal of Molecular Sciences. (2024) 25, no. 14, 10.3390/ijms25147621. + + 10.3390/ijms25147621 + PMC11277155 + 39062868 + + + + Cushman M., Callas P. W., Alexander K. S. et al., Nonalcoholic Fatty Liver Disease and Cognitive Impairment: A Prospective Cohort Study, PLoS One. (2023) 18, no. 4, 10.1371/journal.pone.0282633. + + 10.1371/journal.pone.0282633 + PMC10104321 + 37058527 + + + + Zhou Z. D., Yi L. X., Wang D. Q., Lim T. M., and Tan E. K., Role of Dopamine in the Pathophysiology of Parkinson’s Disease, Translational Neurodegeneration. (2023) 12, no. 1, 10.1186/s40035-023-00378-6. + + 10.1186/s40035-023-00378-6 + PMC10506345 + 37718439 + + + + Modugno N., Lena F., Di Biasio F., Cerrone G., Ruggieri S., and Fornai F., A Clinical Overview of Non-Motor Symptoms in Parkinson’s Disease, Archives Italiennes de Biologie. (2013) 151, no. 4, 148–168, 10.4449/aib.v151i4.1564. + + 10.4449/aib.v151i4.1564 + 24873924 + + + + Heimrich K. G., Schönenberg A., Santos-García D., Mir P., Coppadis Study Group, and Prell T., The Impact of Nonmotor Symptoms on Health-Related Quality of Life in Parkinson’s Disease: A Network Analysis Approach, Journal of Clinical Medicine. (2023) 12, no. 7, 10.3390/jcm12072573. + + 10.3390/jcm12072573 + PMC10094983 + 37048659 + + + + Mark J. R. and Tansey M. G., Immune Cell Metabolic Dysfunction in Parkinson’s Disease, Molecular Neurodegeneration. (2025) 20, no. 1, 10.1186/s13024-025-00827-y. + + 10.1186/s13024-025-00827-y + PMC11934562 + 40128809 + + + + Kline E. M., Houser M. C., Herrick M. K. et al., Genetic and Environmental Factors in Parkinson’s Disease Converge on Immune Function and Inflammation, Movement Disorders. (2021) 36, no. 1, 25–36, 10.1002/mds.28411. + + 10.1002/mds.28411 + PMC8285924 + 33314312 + + + + Lucchesi M., Biso L., Bonaso M. et al., Mitochondrial Dysfunction in Genetic and Non-Genetic Parkinson’s Disease, International Journal of Molecular Sciences. (2025) 26, no. 9, 10.3390/ijms26094451. + + 10.3390/ijms26094451 + PMC12072996 + 40362688 + + + + Pizarro-Galleguillos B. M., Kunert L., Brüggemann N., and Prasuhn J., Neuroinflammation and Mitochondrial Dysfunction in Parkinson’s Disease: Connecting Neuroimaging With Pathophysiology, Antioxidants (Basel). (2023) 12, no. 7, 10.3390/antiox12071411. + + 10.3390/antiox12071411 + PMC10375976 + 37507950 + + + + Amaral L., Martins M., Côrte-Real M., Outeiro T. F., Chaves S. R., and Rego A., The Neurotoxicity of Pesticides: Implications for Parkinson’s Disease, Chemosphere. (2025) 377, 10.1016/j.chemosphere.2025.144348. + + 10.1016/j.chemosphere.2025.144348 + 40203643 + + + + Huang X., Sang Z., Liu H. et al., From Nonalcoholic Fatty Liver Disease to Neuroinflammation: The Role of Chronic Systemic Inflammation, Metabolic Brain Disease. (2025) 40, no. 6, 10.1007/s11011-025-01669-9. + + 10.1007/s11011-025-01669-9 + PMC12245968 + 40637793 + + + + Wan M., Zhao W., Cai Y., He Q., and Zeng J., Role of Gut-Brain Axis Dysregulation in the Pathogenesis of Non-Alcoholic Fatty Liver Disease: Mechanisms and Therapeutic Implications, American Journal of Translational Research. (2025) 17, no. 5, 3276–3292, 10.62347/ZWSR4476. + + 10.62347/ZWSR4476 + PMC12170361 + 40535646 + + + + Kollaparampil Kishanchand D., K A. A. K., Chandrababu K., Philips C. A., Sivan U., and Pulikaparambil Sasidharan B. C., The Intricate Interplay: Microbial Metabolites and the Gut-Liver-Brain Axis in Parkinson’s Disease, Journal of Neuroscience Research. (2025) 103, no. 1, 10.1002/jnr.70016. + + 10.1002/jnr.70016 + 39754366 + + + + Yan M., Man S., Sun B. et al., Gut Liver Brain Axis in Diseases: The Implications for Therapeutic Interventions, Signal Transduction and Targeted Therapy. (2023) 8, no. 1, 10.1038/s41392-023-01673-4. + + 10.1038/s41392-023-01673-4 + PMC10700720 + 38057297 + + + + Fan X., Xiao Z., Chen Y. et al., Interactions Between Gut Microbiota and Parkinson’s Disease: The Role of Tryptophan Metabolism, Cell Communication and Signaling. (2025) 23, no. 1, 10.1186/s12964-025-02393-8. + + 10.1186/s12964-025-02393-8 + PMC12512717 + 41068876 + + + + Jeong S. M., Lee H. R., Jang W. et al., Sex Differences in the Association Between Nonalcoholic Fatty Liver Disease and Parkinson’s Disease, Parkinsonism & Related Disorders. (2021) 93, 19–26, 10.1016/j.parkreldis.2021.10.030. + + 10.1016/j.parkreldis.2021.10.030 + 34763304 + + + + Giuffrè M., Merli N., Pugliatti M., and Moretti R., The Metabolic Impact of Nonalcoholic Fatty Liver Disease on Cognitive Dysfunction: A Comprehensive Clinical and Pathophysiological Review, International Journal of Molecular Sciences. (2024) 25, no. 6, 10.3390/ijms25063337. + + 10.3390/ijms25063337 + PMC10970252 + 38542310 + + + + Seo S. W., Gottesman R. F., Clark J. M. et al., Nonalcoholic Fatty Liver Disease is Associated With Cognitive Function in Adults, Neurology. (2016) 86, no. 12, 1136–1142, 10.1212/WNL.0000000000002498, 2-s2.0-84961644555. + + 10.1212/WNL.0000000000002498 + PMC4820136 + 26911638 + + + + de Castro Fonseca M., Zanetti L., Fanourakis S., Sulzer D. L., and Mazmanian S. K., The Gut Microbiome, Systemic Inflammation, and Autoimmunity in Parkinson’s Disease, Lancet Neurology. (2026) 25, no. 1, 103–114, 10.1016/S1474-4422(25)00382-5. + + 10.1016/S1474-4422(25)00382-5 + 41389810 + + + + Bolen M. L., Menees K. B., Dupreez A. C., and Tansey M. G., Iron Mishandling in the Brain and Periphery in Parkinson’s Disease, NPJ Parkinson’s Disease. (2025) 11, no. 1, 10.1038/s41531-025-01089-7. + + 10.1038/s41531-025-01089-7 + PMC12361475 + 40825780 + + + + +Raupach B., +Peuschel S. K., +Monack D. M., and +Zychlinsky A., Caspase-1-Mediated Activation of Interleukin-1beta (IL-1beta) and IL-18 Contributes to Innate Immune Defenses Against Salmonella enterica Serovar Typhimurium Infection, Infection and Immunity. (2006) 74, no. 8, 4922–4926, 10.1128/IAI.00417-06, 2-s2.0-33746583965. + + + 10.1128/IAI.00417-06 + PMC1539628 + 16861683 + + + + Yu L., Hong W., Lu S., Guan Y., Weng X., and Feng Z., The NLRP3 Inflammasome in Non-Alcoholic Fatty Liver Disease and Steatohepatitis: Therapeutic Targets and Treatment, Frontiers in Pharmacology. (2022) 13, 10.3389/fphar.2022.780496. + + 10.3389/fphar.2022.780496 + PMC8957978 + 35350750 + + + + Lee E., Hwang I., Park S. et al., MPTP-Driven NLRP3 Inflammasome Activation in Microglia Plays a Central Role in Dopaminergic Neurodegeneration, Cell Death and Differentiation. (2019) 26, no. 2, 213–228, 10.1038/s41418-018-0124-5, 2-s2.0-85047224697. + + 10.1038/s41418-018-0124-5 + PMC6329843 + 29786072 + + + + Pike A. F., Longhena F., Faustini G. et al., Dopamine Signaling Modulates Microglial NLRP3 Inflammasome Activation: Implications for Parkinson’s Disease, Journal of Neuroinflammation. (2022) 19, no. 1, 10.1186/s12974-022-02410-4. + + 10.1186/s12974-022-02410-4 + PMC8848816 + 35172843 + + + + Walton C. C., Zhang W., Patiño-Parrado I., Barrio-Alonso E., Garrido J. J., and Frade J. M., Primary Neurons Can Enter M-Phase, Scientific Reports. (2019) 9, no. 1, 10.1038/s41598-019-40462-4, 2-s2.0-85062985672. + + 10.1038/s41598-019-40462-4 + PMC6418114 + 30872646 + + + + Jia X., Chen Q., Yao C., Asakawa T., and Zhang Y., α-Synuclein Regulates Cyclin D1 to Promote Abnormal Initiation of the Cell Cycle and Induce Apoptosis in Dopamine Neurons, Biomedicine & Pharmacotherapy. (2024) 173, 10.1016/j.biopha.2024.116444. + + 10.1016/j.biopha.2024.116444 + 38503238 + + + + Gentric G., Maillet V., Paradis V. et al., Oxidative Stress Promotes Pathologic Polyploidization in Nonalcoholic Fatty Liver Disease, Journal of Clinical Investigation. (2015) 125, no. 3, 981–992, 10.1172/JCI73957, 2-s2.0-84924026861. + + 10.1172/JCI73957 + PMC4362240 + 25621497 + + + + Sugiyama M., Kikuchi A., Misu H. et al., Inhibin βE (INHBE) is a Possible Insulin Resistance-Associated Hepatokine Identified by Comprehensive Gene Expression Analysis in Human Liver Biopsy Samples, PLoS One. (2018) 13, no. 3, 10.1371/journal.pone.0194798, 2-s2.0-85045000171. + + 10.1371/journal.pone.0194798 + PMC5875797 + 29596463 + + + + Park S. Y., Cho Y., Son S. M. et al., Activin E is a New Guardian Protecting Against Hepatic Steatosis via Inhibiting Lipolysis in White Adipose Tissue, Experimental and Molecular Medicine. (2025) 57, no. 2, 466–477, 10.1038/s12276-025-01403-6. + + 10.1038/s12276-025-01403-6 + PMC11873131 + 39948368 + + + + Zhou H. Y., Wang Y. C., Wang T. et al., CCNA2 and NEK2 Regulate Glioblastoma Progression by Targeting the Cell Cycle, Oncology Letters. (2024) 27, no. 5, 10.3892/ol.2024.14339. + + 10.3892/ol.2024.14339 + PMC10956385 + 38516683 + + + + Griffin J. D., Buxton J. M., Culver J. A. et al., Hepatic Activin E Mediates Liver-Adipose Inter-Organ Communication, Suppressing Adipose Lipolysis in Response to Elevated Serum Fatty Acids, Molecular Metabolism. (2023) 78, 10.1016/j.molmet.2023.101830. + + 10.1016/j.molmet.2023.101830 + PMC10656223 + 38787338 + + + + Sun W., Wu S., Li Y. et al., Activin E Regulates Systemic Energy Homeostasis by Controlling Adipose Tissue Lipolysis and Thermogenesis, Nature Communications. (2022) 13, no. 1, 10.1038/s41467-022-29891-2. + + 10.1038/s41467-022-29891-2 + + + + Qiu P., Embracing the Dropouts in Single-Cell RNA-seq Analysis, Nature Communications. (2020) 11, no. 1, 10.1038/s41467-020-14976-9. + + 10.1038/s41467-020-14976-9 + PMC7054558 + 32127540 + + + + Zhang W. and Lang R., Macrophage Metabolism in Nonalcoholic Fatty Liver Disease, Frontiers in Immunology. (2023) 14, 10.3389/fimmu.2023.1257596. + + 10.3389/fimmu.2023.1257596 + PMC10586316 + 37868954 + + + + Lund F. E. and Randall T. D., Effector and Regulatory B Cells: Modulators of CD4+ T Cell Immunity, Nature Reviews Immunology. (2010) 10, no. 4, 236–247, 10.1038/nri2729, 2-s2.0-77950070632. + + 10.1038/nri2729 + PMC3038334 + 20224569 + + + + Zago E., Dal Molin A., Dimitri G. M. et al., Early Downregulation of hsa-miR-144-3p in Serum From Drug-Naïve Parkinson’s Disease Patients, Scientific Reports. (2022) 12, no. 1, 10.1038/s41598-022-05227-6. + + 10.1038/s41598-022-05227-6 + PMC8789812 + 35079043 + + + + Jiang X., Xiao L., Jiang X., Li G., and Lu Z., Screening of Parkinson’s Differential MicroRNA Based on GEO Database and Its Clinical Verification, Biomed Research International. (2021) 2021, no. 1, 10.1155/2021/8171236. + + 10.1155/2021/8171236 + PMC8605920 + 34812409 + + + + Arnaldo L., Mena J., Serradell M. et al., Platelet Mirnas as Early Biomarkers for Progression of Idiopathic REM Sleep Behavior Disorder to a Synucleinopathy, Scientific Reports. (2025) 15, no. 1, 10.1038/s41598-025-96926-3. + + 10.1038/s41598-025-96926-3 + PMC11982324 + 40204936 + + + + Wang H., Chen G., Ahn E. H. et al., C/EBPβ/AEP is Age-Dependently Activated in Parkinson’s Disease and Mediates α-Synuclein in the Gut and Brain, NPJ Parkinson’s Disease. (2023) 9, no. 1, 10.1038/s41531-022-00430-8. + + 10.1038/s41531-022-00430-8 + PMC9822984 + 36609384 + + + + Huang Y. H., Kuo H. C., Yang Y. L., and Wang F. S., MicroRNA-29a is a Key Regulon that Regulates BRD4 and Mitigates Liver Fibrosis in Mice by Inhibiting Hepatic Stellate Cell Activation, International Journal of Medical Sciences. (2019) 16, no. 2, 212–220, 10.7150/ijms.29930, 2-s2.0-85059756809. + + 10.7150/ijms.29930 + PMC6367521 + 30745801 + + + + Yang G., Dong Q., Yang H. et al., Changes Observed in Potential Key Candidate Genes of Peripheral Immunity Induced by Tai Chi Among Patients With Parkinson’s Disease, Genes (Basel). (2022) 13, no. 10, 10.3390/genes13101863. + + 10.3390/genes13101863 + PMC9601924 + 36292747 + + + + Valette A., Vérine A., Salers P., and Boyer J., Estrogen Hormones and Lipid Metabolism. Effect of Ethynyl-Estradiol on Liver Lipases, Endocrinology. (1977) 101, no. 2, 627–630, 10.1210/endo-101-2-627, 2-s2.0-0017694577. + + 10.1210/endo-101-2-627 + 885122 + + + + Rossi A. G., Sawatzky D. A., Walker A. et al., Cyclin-Dependent Kinase Inhibitors Enhance the Resolution of Inflammation by Promoting Inflammatory Cell Apoptosis, Nature Medicine. (2006) 12, no. 9, 1056–1064, 10.1038/nm1468, 2-s2.0-33748462267. + + 10.1038/nm1468 + 16951685 + + + + Nickel S. and Mahringer A., The Xenoestrogens Ethinylestradiol and Bisphenol A Regulate BCRP at the Blood-Brain Barrier of Rats, Xenobiotica. (2014) 44, no. 11, 1046–1054, 10.3109/00498254.2014.922226, 2-s2.0-84911477365. + + 10.3109/00498254.2014.922226 + 24945792 + + + + Erdő F., Nagy I., Tóth B. et al., Abcb1a (P-Glycoprotein) Limits Brain Exposure of the Anticancer Drug Candidate Seliciclib In Vivo in Adult Mice, Brain Research Bulletin. (2017) 132, 232–236, 10.1016/j.brainresbull.2017.06.013, 2-s2.0-85020856672. + + 10.1016/j.brainresbull.2017.06.013 + 28629814 + + + + Le Tourneau C., Faivre S., Laurence V. et al., Phase I Evaluation of Seliciclib (R-roscovitine), a Novel Oral Cyclin-Dependent Kinase Inhibitor, in Patients With Advanced Malignancies, European Journal of Cancer. (2010) 46, no. 18, 3243–3250, 10.1016/j.ejca.2010.08.001, 2-s2.0-78649634707. + + 10.1016/j.ejca.2010.08.001 + 20822897 + + + + Stanczyk F. Z., Archer D. F., and Bhavnani B. R., Ethinyl Estradiol and 17β-Estradiol in Combined Oral Contraceptives: Pharmacokinetics, Pharmacodynamics and Risk Assessment, Contraception. (2013) 87, no. 6, 706–727, 10.1016/j.contraception.2012.12.011, 2-s2.0-84877720903. + + 10.1016/j.contraception.2012.12.011 + 23375353 + + + + +
+ + + 42205370 + + 2026 + 05 + 28 + + + 2026 + 05 + 28 + +
+ + 2277-9531 + + 15 + + 2026 + + + Journal of education and health promotion + J Educ Health Promot + + Prediction of polycystic ovary syndrome using machine learning models: Addressing class imbalance and high dimensionality. + + 174 + 174 + + 174 + 10.4103/jehp.jehp_280_25 + + Polycystic ovary syndrome (PCOS) is a hormonal disorder that affects fertility and long-term health issues such as metabolic syndrome. Class imbalance is prevalent in PCOS datasets and leads to bias toward the majority class, resulting in poor identification of the minority class. This study evaluated the impact of varying levels of class imbalance and high dimensionality on the performance of various machine learning (ML) models through a simulation study. + This study involved an imbalanced PCOS dataset consisting of 41 clinical and physical parameters of 541 patients gathered from 10 hospitals across Kerala, India. This study evaluated the performance of ML models, namely k-nearest neighbor, decision tree (DT), random forest (RF), support vector machine, and XGBoost, under varying imbalance ratios (IRs). Stratified resampling was used to generate multiple imbalanced scenarios. Model performance was assessed using accuracy, sensitivity, specificity, precision, and F1 score. + For IRs up to 3, RF outperformed other methods, based on performance measures. For IR >3, XGBoost emerged as the top-performing method, followed by DT. In the case of IR exceeding 5, the accuracy of the minority class fell below 50%. Based on simulation results, RF was used to identify significant variables. + For original data (IR = 2.03), the RF model is a better model for predicting PCOS, with a sensitivity of 94% and a specificity of 81%. This study contributes to making informed decisions on selecting the most appropriate classification method based on a specific proportion of imbalance in healthcare datasets. + Copyright: © 2026 Journal of Education and Health Promotion. + + + + Acharya + Sachin + S + + Department of Applied Statistics and Data Science, Prasanna School of Public Health, Manipal Academy of Higher Education, Manipal, Karnataka, India. + + + + Poojari + Satyanarayana + S + + Department of Applied Statistics and Data Science, Prasanna School of Public Health, Manipal Academy of Higher Education, Manipal, Karnataka, India. + + + + Kamath + Asha + A + + Department of Applied Statistics and Data Science, Prasanna School of Public Health, Manipal Academy of Higher Education, Manipal, Karnataka, India. + + + + eng + + Journal Article + + + 2026 + 05 + 07 + +
+ + India + J Educ Health Promot + 101593794 + 2277-9531 + + + Infertility + polycystic ovary syndrome + random forest + support vector machine + + There are no conflicts of interest. +
+ + + + 2025 + 2 + 11 + + + 2025 + 9 + 2 + + + 2026 + 5 + 28 + 6 + 34 + + + 2026 + 5 + 28 + 6 + 33 + + + 2026 + 5 + 28 + 4 + 36 + + + 2026 + 5 + 7 + + + epublish + + 42205370 + PMC13210020 + 10.4103/jehp.jehp_280_25 + JEHP-15-174 + + + + Selvaraj V, Vanitha J, Dhanaraj FM, Sekar P, Babu AR. Impact of yoga and exercises on polycystic ovarian syndrome risk among adolescent schoolgirls in South India. Health Sci Rep. 2020;3:e212. + + PMC7717472 + 33305014 + + + + Ganie MA, Chowdhury S, Malhotra N, Sahay R, Bhattacharya PK, Agrawal S, et al. Prevalence, phenotypes, and comorbidities of polycystic ovary syndrome among Indian women. JAMA Netw Open. 2024;7:e2440583. + + PMC11581580 + 39441596 + + + + Ghassemi M, Naumann T, Schulam P, Beam AL, Chen IY, Ranganath R. A review of challenges and opportunities in machine learning for health. AMIA Jt Summits Transl Sci Proc. 2020;2020:191–200. + + PMC7233077 + 32477638 + + + + Alanazi A. Using machine learning for healthcare challenges and opportunities. Inform Med Unlocked. 2022;30:100924. + + + Liu J, Cui P. Data Heterogeneity Modeling for Trustworthy Machine Learning. 2025. Available from: http://arxiv.org/abs/2506.00969 . + + + Krittanawong C, Virk HUH, Bangalore S, Wang Z, Johnson KW, Pinotti R, et al. Machine learning prediction in cardiovascular diseases: A meta-analysis. Sci Rep. 2020;10:16057. + + PMC7525515 + 32994452 + + + + Afrash MR, Bayani A, Shanbehzadeh M, Bahadori M, Kazemi-Arpanahi H. Developing the breast cancer risk prediction system using hybrid machine learning algorithms. J Educ Health Promot. 2022;11:272. + + PMC9621357 + 36325225 + + + + Hasan DA, Zeebaree SRM, Sadeeq MAM, Shukur HM, Zebari RR, Alkhayyat AH. 1st Babylon International Conference on Information Technology and Science 2021, BICITS 2021. Institute of Electrical and Electronics Engineers Inc; 2021. Machine learning-based diabetic retinopathy early detection and classification systems - A survey; pp. 16–21. + + + Zhang Y, Xu W, Yang P, Zhang A. Machine learning for the prediction of sepsis-related death: A systematic review and meta-analysis. BMC Med Inform Decis Mak. 2023;23:283. + + PMC10712076 + 38082381 + + + + Dehghan S, Moghaddasi H, Rabiei R, Choobineh H, Maghooli K, Vahidi-Asl M. Machine learning in predicting infertility treatment success: A systematic literature review of techniques. J Educ Health Promot. 2025;14:103. + + PMC12017416 + 40271267 + + + + Hasanin T, Khoshgoftaar TM, Leevy JL, Bauder RA. Severely imbalanced Big Data challenges: Investigating data sampling approaches. J Big Data. 2019;6:107. + + + Rezvani S, Wang X. A broad review on class imbalance learning techniques. Appl Soft Comput. 2023;143:110415. + + + Bajer D, Zonc B, Dudjak M, Martinovic G. 2019 International Conference on Systems, Signals and Image Processing (IWSSIP) IEEE; 2019. Performance analysis of SMOTE-based oversampling techniques when dealing with data imbalance; pp. 265–71. + + + Pandey A, Shivaji BA, Acharya M, Mohbey KK. Mitigating class imbalance in heart disease detection with machine learning. Multimed Tools Appl. 2024;84(30):36497–522. + + + Salmi M, Atif D, Oliva D, Abraham A, Ventura S. Handling imbalanced medical datasets: Review of a decade of research. Artif Intell Rev. 2024;57:273. + + + Yang C, Fridgeirsson EA, Kors JA, Reps JM, Rijnbeek PR. Impact of random oversampling and random undersampling on the performance of prediction models developed using observational health data. J Big Data. 2024;11:7. + + + Avasthi V, Kumar A, Bhardwaj A, Jain T. 2024 International Conference on Distributed Computing and Optimization Techniques (ICDCOT) IEEE; 2024. Empowering women’s health: Machine learning for PCOS detection and prediction; pp. 1–6. + + + Keshari Panda O, Sohan Sahoo S, Patra D, Ranjan Rout T, Rakesh DK, Behera B, et al. 2024 1st International Conference on Cognitive, Green and Ubiquitous Computing (IC-CGU) IEEE; 2024. Development and analysis of machine learning models for polycystic ovary syndrome detection; pp. 1–6. + + + Jaiswal G, Bhardwaj G, Tarushi, Sarswat A, Rani R. Engineering Cyber-Physical Systems and Critical Infrastructures. Predictive modeling to identify syndrome patterns. In: Kumar P, Singh P, Diwakar M, Garg D, editors. Healthcare industry assessment: analyzing risks, security, and reliability. Vol. 11. Cham: Springer; 2024. pp. 67–91. + + + Ahmad R, Maghrabi LA, Khaja IA, Maghrabi LA, Ahmad M. SMOTE-based automated PCOS prediction using lightweight deep learning models. Diagnostics. 2024;14:2225. + + PMC11475036 + 39410629 + + + + Kottarathil P. Polycystic ovary syndrome (PCOS) 2020. Available from: https://www.kaggle.com/datasets/prasoonkottarathil/polycystic-ovary-syndrome-pcos . [Last accessed on 2025 Jan 10] + + + Witchel SF, Oberfield SE, Peña AS. Polycystic ovary syndrome: Pathophysiology, presentation, and treatment with emphasis on adolescent girls. J Endocr Soc. 2019;3:1545–73. + + PMC6676075 + 31384717 + + + + Hajam YA, Rather HA, Neelam, Kumar R, Basheer M, Reshi MS. A review on critical appraisal and pathogenesis of polycystic ovarian syndrome. Endocr Metab Sci. 2024;14:100162. + + + Nisa KU, Tarfeen N, Mir SA, Khurshid Z, Ahmad MB, Wani S, et al. Effect of junk food on hormonal and metabolic manifestations in polycystic ovarian syndrome phenotypes: A case–control study of Kashmiri population. Indian J Clin Biochem. 2025;40:218–32. + + PMC11928700 + 40123636 + + + + Shang Y, Zhou H, Hu M, Feng H. Effect of diet on insulin resistance in polycystic ovary syndrome. J Clin Endocrinol Metab. 2020;105:3346–60. + + 32621748 + + + + Patel S. Polycystic ovary syndrome (PCOS), an inflammatory, systemic, lifestyle endocrinopathy. J Steroid Biochem Mol Biol. 2018;182:27–36. + + 29678491 + + + + Adam LN, Adam LN. Comprehensive overview of polycystic ovary syndrome: Pathophysiology, clinical features, and emerging therapeutic approaches. Obes Med. 2025;55:100606. + + + Gainder S, Sharma B. Update on management of polycystic ovarian syndrome for dermatologists. Indian Dermatol Online J. 2019;10:97. + + PMC6434760 + 30984582 + + + + Chitme HR, Al Azawi EAK, Al Abri AM, Al Busaidi BM, Salam ZKA, Al Taie MM, et al. Anthropometric and body composition analysis of infertile women with polycystic ovary syndrome. J Taibah Univ Med Sci. 2017;12:139–45. + + PMC6694878 + 31435228 + + + + Lőrincz CE, Börzsei D, Hoffmann A, Varga C, Szabó R. Mechanisms and target parameters in relation to polycystic ovary syndrome and physical exercise: Focus on the master triad of hormonal changes, oxidative stress, and inflammation. Biomedicines. 2024;12:560. + + PMC10968456 + 38540173 + + + + Gautam R, Maan P, Jyoti A, Kumar A, Malhotra N, Arora T. The role of lifestyle interventions in PCOS management: A systematic review. Nutrients. 2025;17:310. + + PMC11767734 + 39861440 + + + + Gour A, Dubey P, Goel A, Halder A. Remote assessment and reinforcement of patient awareness of role of lifestyle modification and treatment adherence in polycystic ovary syndrome using an online video based educational module. J Turk Ger Gynecol Assoc. 2022;23:1–7. + + PMC8907435 + 35263832 + + + + +
+ + + 42205306 + + 2026 + 05 + 28 + + + 2026 + 05 + 28 + +
+ + 1176-9351 + + 25 + + 2026 + + + Cancer informatics + Cancer Inform + + A Machine Learning Approach to Prognostication in Oral Cancer: Analysis of the Surveillance, Epidemiology, and End Results Database. + + 11769351261442875 + 11769351261442875 + + 11769351261442875 + 10.1177/11769351261442875 + + To develop and validate machine learning models to predict 5-year survival in oral cancer using a large population-based registry and to rank prognostic factors. + We analyzed Surveillance, Epidemiology, and End Results (SEER) data from 1992 to 2020. After applying inclusion criteria, 39 904 patients with complete data on 21 variables were included from 53 611 cases (25.6% exclusion). Selection bias was assessed by comparing included and excluded patients. The outcome was binary 5-year survival. Four models were trained and evaluated using nested fivefold cross-validation: XGBoost, LASSO, Random Forest, and logistic regression. Performance was assessed using the Brier score, area under the receiver operating characteristic curve (AUC), sensitivity, and specificity. Calibration was evaluated using slope and intercept with 95% confidence intervals. Model explainability used permutation feature importance and SHAP values. + Random Forest showed the best discrimination (AUC 77.6%, accuracy 71.4%, Brier 0.186) and was selected for risk stratification. However, it overestimated risk in lower deciles. Logistic regression and LASSO showed better calibration, with slopes near 1.0, but slightly lower discrimination (AUCs 75.5% and 76.9%). SHAP analysis identified localized stage as the strongest protective factor (importance 100.0), followed by age (91.1) and chemotherapy (29.3). Excluded patients had more unstaged tumors (3.9% vs 1.7%, P < .001). + Random Forest provides strong risk stratification, but miscalibration limits its use for absolute risk prediction. Logistic regression and LASSO may be preferable when accurate probabilities are needed. External validation is required before clinical use. + © The Author(s) 2026. + + + + Okeagu + Philips + P + 0009-0003-2021-6052 + + Department of Epidemiology, Harvard T.H. Chan School of Public Health, Boston, MA, USA. + + + Department of Oral Health Policy and Epidemiology, Harvard School of Dental Medicine, Boston, MA, USA. + + + + Murukutla + Saranya + S + + Department of Oral Health Sciences, Temple University Kornberg School of Dentistry, Philadelphia, PA, USA. + + + + Iwuchukwu + Afamdi + A + + Department of Comprehensive Care, Fairfield Clinic, Tufts University School of Dental Medicine, Boston, MA, USA. + + + + Ogwo + Chukwuebuka + C + + Department of Oral Health Policy and Epidemiology, Harvard School of Dental Medicine, Boston, MA, USA. + + + + eng + + Journal Article + + + 2026 + 05 + 25 + +
+ + United States + Cancer Inform + 101258149 + 1176-9351 + + + SEER database + machine learning + oral cancer + prognostic factors + survival prediction + + The authors declared no potential conflicts of interest with respect to the research, authorship, and/or publication of this article. +
+ + + + 2026 + 1 + 2 + + + 2026 + 3 + 30 + + + 2026 + 5 + 28 + 6 + 31 + + + 2026 + 5 + 28 + 6 + 30 + + + 2026 + 5 + 28 + 4 + 35 + + + 2026 + 5 + 25 + + + epublish + + 42205306 + PMC13201935 + 10.1177/11769351261442875 + 10.1177_11769351261442875 + + + + +SEER. Cancer of the oral cavity and pharynx. Cancer stat facts. 2024. Accessed July 15, 2024. https://seer.cancer.gov/statfacts/html/oralcav.html + + + +American Cancer Society. Oral cavity & oropharyngeal cancer key statistics. Published 2021. Accessed May 24, 2024. https://www.cancer.org/cancer/types/oral-cavity-and-oropharyngeal-cancer/about/key-statistics.html + + + Fellows JL, Atchison KA, Chaffin J, Chávez EM, Tinanoff N. Oral Health in America: Implications for dental practice. J Am Dent Assoc. 2022;153(7):601-609. doi: 10.1016/j.adaj.2022.04.002 + + 10.1016/j.adaj.2022.04.002 + PMC9637008 + 35643534 + + + + +Healthy People. Increase the proportion of oral and pharyngeal cancers detected at the earliest stage—OH 07. 2030. Accessed July 15, 2024. https://health.gov/healthypeople/objectives-and-data/browse-objectives/oral-conditions/increase-proportion-oral-and-pharyngeal-cancers-detected-earliest-stage-oh-07 + + + +National Cancer Institute. Cancer survival statistics. 2024. Accessed July 15, 2024. https://surveillance.cancer.gov/statistics/types/survival.html + + + +City of Hope. Pharyngeal cancer symptoms, causes and survival rate. Published September 20, 2021. Accessed July 15, 2024. https://www.cancercenter.com/cancer-types/throat-cancer/types/pharyngeal-cancer + + + Pugliano FA, Piccirillo JF, Zequeira MR, Fredrickson JM, Perez CA, Simpson JR. Clinical-severity staging system for oral cavity cancer: five-year survival rates. Otolaryngol Head Neck Surg. 1999;120(1):38-45. + + 9914547 + + + + Chen PH, Shieh TY, Ho PS, et al. Prognostic factors associated with the survival of oral and pharyngeal carcinoma in Taiwan. BMC Cancer. 2007;7:101. + + PMC1931441 + 17573960 + + + + Osazuwa-Peters N, Adjei Boakye E, Hussaini AS, et al. Characteristics and predictors of oral cancer knowledge in a predominantly African American community. PLoS One. 2017;12(5):e0177787. + + PMC5435300 + 28545057 + + + + Choi YS, Kim MG, Lee JH, Park JY, Choi SW. Analysis of prognostic factors through survival rate analysis of oral squamous cell carcinoma patients treated at the National Cancer Center: 20 years of experience. J Korean Assoc Oral Maxillofac Surg. 2022;48(5):284-291. + + PMC9639249 + 36316186 + + + + Kim DW, Lee S, Kwon S, Nam W, Cha IH, Kim HJ. Deep learning-based survival prediction of oral cancer patients. Sci Rep. 2019;9(1):6994. + + PMC6502856 + 31061433 + + + + Li L, Pu C, Jin N, et al. Prediction of 5-year overall survival of tongue cancer based machine learning. BMC Oral Health. 2023;23(1):567. + + PMC10423415 + 37574562 + + + + Alkhadar H, Macluskey M, White S, Ellis I, Gardner A. Comparison of machine learning algorithms for the prediction of five-year survival in oral squamous cell carcinoma. J Oral Pathol Med. 2021;50(4):378-384. doi: 10.1111/jop.13135 + + 10.1111/jop.13135 + 33220109 + + + + Ogwo C, Osisioma W, Okoye DI, Patel J. Predicting dental anxiety in young adults: classical statistical modelling approach versus machine learning approach. BMC Oral Health. 2024;24(1):313. + + PMC10924339 + 38461263 + + + + +SEER. SEER Data & Software. National Cancer Institute; 2024. Accessed July 18, 2024. https://seer.cancer.gov/data-software/index.html + + + +SEER. About the SEER Program. National Cancer Institute; 2024. Accessed July 15, 2024. https://seer.cancer.gov/about/overview.html + + + +SEER. Variable & recode definitions. National Cancer Institute; 2024. Accessed July 15, 2024. https://seer.cancer.gov/analysis/index.html + + + Collins GS, Moons K G M, Dhiman P, Riley RD, Beam AL, Van Calster B. TRIPOD+AI statement: updated guidance for reporting clinical prediction models that use regression or machine learning methods. BMJ. 2024;385:e078378. + + PMC11019967 + 38626948 + + + + Tseng YJ, Wang HY, Lin TW, Lu JJ, Hsieh CH, Liao CT. Development of a machine learning model for survival risk stratification of patients with advanced oral cancer. JAMA Netw Open. 2020;3(8):e2011768. + + PMC7442932 + 32821921 + + + + Guan X, Li Y, Hu C. The incidence and risk factors for early death among patients with oral tongue squamous cell carcinomas. Int J Clin Pract. 2021;75(8):e14352. doi: 10.1111/ijcp.14352 + + 10.1111/ijcp.14352 + 33973318 + + + + Chang SW, Abdul-Kareem S, Merican AF, Zain RB. Oral cancer prognosis based on clinicopathologic and genomic markers using a hybrid of feature selection and machine learning methods. BMC Bioinformatics. 2013;14:170. + + PMC3673908 + 23725313 + + + + +
+ + + 42205294 + + 2026 + 05 + 28 + + + 2026 + 05 + 28 + +
+ + 2046-2069 + + 16 + 30 + + 2026 + May + 20 + + + RSC advances + RSC Adv + + Precision oncology at the nanoscale: nano-optical biosensors for early cancer detection. + + 27358 + 27373 + 27358-27373 + + 10.1039/d6ra02425d + + Cancer remains one of the foremost global health challenges, accounting for approximately 10 million deaths annually worldwide. Early and accurate diagnosis is pivotal in improving patient survival rates and enabling curative therapeutic interventions. Over the past two decades, nano-optical biosensors have emerged as transformative diagnostic tools that exploit the unique optical properties of nanomaterials-including localized surface plasmon resonance (LSPR), surface-enhanced Raman scattering (SERS), fluorescence enhancement, and photonic crystal phenomena-to detect cancer biomarkers at ultralow concentrations. This comprehensive review critically examines the state-of-the-art advances in nano-optical biosensing platforms designed for the early diagnosis of diverse cancer types, including breast, colorectal, lung, ovarian, and prostate cancers. We systematically cover the fundamental design principles governing plasmonic nanostructures, quantum dot-based sensors, nanophotonic waveguides, SERS-active substrates, and lab-on-chip integrated devices. Special emphasis is placed on the clinical translation challenges, including selectivity in complex biomatrices, reproducibility, stability, and regulatory pathways. We also discuss emerging strategies such as machine learning-assisted signal processing, multiplexed biomarker detection, and CRISPR-coupled optical readouts. Comparative performance metrics across platforms are presented through structured tables, and representative fabrication and sensing mechanisms are illustrated. The review concludes with a critical assessment of future directions and unmet needs in the field, aiming to provide a comprehensive resource for researchers and clinicians working at the interface of nanophotonics and oncology. + This journal is © The Royal Society of Chemistry. + + + + Hassan + Youssef M + YM + 0009-0000-2826-0726 + + Department of Zoology, Faculty of Science, Ain Shams University Abbassia 11566 Cairo Egypt youssefmuhammedbio@gmail.com. + + + + El-Tantawi + Hala + H + + Department of Zoology, Faculty of Science, Ain Shams University Abbassia 11566 Cairo Egypt youssefmuhammedbio@gmail.com. + + + + Ali + Ibrahim Rabie + IR + + Department of Immunology and Treatment Evaluation, Theodore Bilharz Research Institute Giza Egypt. + + + + Attia + Mohamed S + MS + 0000-0002-6696-8538 + + Chemistry Department, College of Science, Imam Mohammad Ibn Saud Islamic University (IMSIU) Riyadh 11623 Saudi Arabia mgaber@imamu.edu.sa. + + + + eng + + Journal Article + Review + + + 2026 + 05 + 22 + +
+ + England + RSC Adv + 101581657 + 2046-2069 + + The authors declare no competing financial interests or personal relationships that could have appeared to influence the work reported in this review. +
+ + + + 2026 + 3 + 24 + + + 2026 + 5 + 4 + + + 2026 + 5 + 28 + 6 + 31 + + + 2026 + 5 + 28 + 6 + 30 + + + 2026 + 5 + 28 + 4 + 35 + + + 2026 + 5 + 22 + + + epublish + + 42205294 + PMC13202420 + 10.1039/d6ra02425d + d6ra02425d + + + + Sung H. Ferlay J. Siegel R. L. Laversanne M. Soerjomataram I. Jemal A. Bray F. Ca-Cancer J. Clin. 2021;71:209–249. doi: 10.3322/caac.21660. + + 10.3322/caac.21660 + 33538338 + + + + Bray F. Laversanne M. Weiderpass E. Soerjomataram I. Int. J. Cancer. 2021;149:778–789. doi: 10.1002/ijc.33588. + + 10.1002/ijc.33588 + 33818764 + + + + Giaquinto A. Sung H. Miller K. D. Kramer J. Newman L. Minihan A. Jemal A. Siegel R. Ca-Cancer J. Clin. 2022;72:524–541. doi: 10.3322/caac.21754. + + 10.3322/caac.21754 + 36190501 + + + + Alix-Panabières C. Pantel K. Cancer Discov. 2021;11:858–873. doi: 10.1158/2159-8290.CD-20-1311. + + 10.1158/2159-8290.CD-20-1311 + 33811121 + + + + Heitzer O. Haque I. S. Roberts C. E. S. Speicher M. R. Nat. Rev. Genet. 2019;20:71–88. doi: 10.1038/s41576-018-0071-5. + + 10.1038/s41576-018-0071-5 + 30410101 + + + + Xicola I. D. Camps C. Carles J. Clin. Transl. Oncol. 2020;22:1697–1706. + + + Halas N. J. Lal S. Chang W.-S. Link S. Nordlander P. Chem. Rev. 2011;111:3913–3961. doi: 10.1021/cr200061k. + + 10.1021/cr200061k + 21542636 + + + + Willets K. A. Van Duyne R. P. Annu. Rev. Phys. Chem. 2007;58:267–297. doi: 10.1146/annurev.physchem.58.032806.104607. + + 10.1146/annurev.physchem.58.032806.104607 + 17067281 + + + + Stewart M. E. Anderton C. R. Thompson L. B. Maria J. Gray S. K. Rogers J. A. Nuzzo R. G. Chem. Rev. 2008;108:494–521. doi: 10.1021/cr068126n. + + 10.1021/cr068126n + 18229956 + + + + Larsson E. M. Alegret J. Käll M. Sutherland D. S. Nano Lett. 2007;7:1256–1263. doi: 10.1021/nl0701612. + + 10.1021/nl0701612 + 17430004 + + + + Haes A. J. Van Duyne R. P. J. Am. Chem. Soc. 2002;124:10596–10604. doi: 10.1021/ja020393x. + + 10.1021/ja020393x + 12197762 + + + + Nie S. Emory S. R. Science. 1997;275:1102–1106. doi: 10.1126/science.275.5303.1102. + + 10.1126/science.275.5303.1102 + 9027306 + + + + Alvarez-Puebla R. A. Liz-Marzán L. M. Small. 2010;6:604–610. doi: 10.1002/smll.200901820. + + 10.1002/smll.200901820 + 20108237 + + + + Lakowicz J. R. Ray K. Chowdhury M. Szmacinski H. Fu Y. Zhang J. Nowaczyk K. Biochem. Biophys. Res. Commun. 2008;376:417–430. + + + Medintz I. L. Uyeda H. T. Goldman E. R. Mattoussi H. Nat. Mater. 2005;4:435–446. doi: 10.1038/nmat1390. + + 10.1038/nmat1390 + 15928695 + + + + Vollmer F. Arnold S. Nat. Methods. 2008;5:591–596. doi: 10.1038/nmeth.1221. + + 10.1038/nmeth.1221 + 18587317 + + + + Huang X. El-Sayed M. A. J. Adv. Res. 2010;1:13–28. doi: 10.1016/j.jare.2010.02.002. + + 10.1016/j.jare.2010.02.002 + + + + Xia Y. Xiong Y. Lim B. Skrabalak S. E. Angew. Chem., Int. Ed. 2009;48:60–103. doi: 10.1002/anie.200802248. + + 10.1002/anie.200802248 + PMC2791829 + 19053095 + + + + Smith A. M. Duan H. Mohs A. M. Nie S. Adv. Drug Deliv. Rev. 2008;60:1226–1240. doi: 10.1016/j.addr.2008.03.015. + + 10.1016/j.addr.2008.03.015 + PMC2649798 + 18495291 + + + + Xu X. Ray R. Gu Y. Ploehn H. J. Gearheart L. Raker K. Scrivens W. A. J. Am. Chem. Soc. 2004;126:12736–12737. doi: 10.1021/ja040082h. + + 10.1021/ja040082h + 15469243 + + + + Heller D. A. Jin H. Martinez B. M. Patel D. Miller B. M. Yeung T.-K. Jena P. V. Höbartner C. Ha T. Silverman S. K. Strano M. S. Nat. Nanotechnol. 2009;4:114–120. doi: 10.1038/nnano.2008.369. + + 10.1038/nnano.2008.369 + 19197314 + + + + Novoselov K. S. Geim A. K. Morozov S. V. Jiang D. Zhang Y. Dubonos S. V. Grigorieva I. V. Firsov A. A. Science. 2004;306:666–669. doi: 10.1126/science.1102896. + + 10.1126/science.1102896 + 15499015 + + + + Cui Y. Yue Y. Qian G. Chen B. Chem. Rev. 2012;112:1126–1162. doi: 10.1021/cr200101d. + + 10.1021/cr200101d + 21688849 + + + + Xu L. Yan W. Ma W. Kuang H. Wu X. Liu L. Zhao Y. Wang L. Xu C. Adv. Mater. 2015;27:1706–1711. doi: 10.1002/adma.201402244. + + 10.1002/adma.201402244 + 25641772 + + + + Xu X. Xu D. Guo J. Tang R. Qiu Y. Qiu P. Ding C. Luo J. Chem. Commun. 2020;56:6104–6107. + + + Zhang Z. Wang J. Le X. Lu Q. Chen X. Tang Y. Anal. Chem. 2021;93:3325–3333. doi: 10.1021/acs.analchem.0c05059. + + 10.1021/acs.analchem.0c05059 + 33570399 + + + + Vo-Dinh T. Wang H.-N. Scaffidi J. J. Biophotonics. 2010;3:89–102. doi: 10.1002/jbio.200910015. + + 10.1002/jbio.200910015 + PMC4022302 + 19517422 + + + + Anker J. N. Hall W. P. Lyandres O. Shah N. C. Zhao J. Van Duyne R. P. Nat. Mater. 2008;7:442–453. doi: 10.1038/nmat2162. + + 10.1038/nmat2162 + 18497851 + + + + Qian X. Peng X.-H. Ansari D. O. Yin-Goen Q. Chen G. Z. Shin D. M. Yang L. Young A. N. Wang M. D. Nie S. Nat. Biotechnol. 2008;26:83–90. doi: 10.1038/nbt1377. + + 10.1038/nbt1377 + 18157119 + + + + Im H. Shao H. Park Y. I. Peterson V. M. Castro C. M. Weissleder R. Lee H. Nat. Biotechnol. 2014;32:490–495. doi: 10.1038/nbt.2886. + + 10.1038/nbt.2886 + PMC4356947 + 24752081 + + + + Dong H. Lei J. Ding L. Wen Y. Ju H. Zhang X. Chem. Rev. 2013;113:6207–6233. doi: 10.1021/cr300362f. + + 10.1021/cr300362f + 23697835 + + + + Liu J. Liu H. Zhu H. Xu H. Liu A. Biosens. Bioelectron. 2021;177:112969. doi: 10.1016/j.bios.2021.112969. + + 10.1016/j.bios.2021.112969 + PMC7836906 + 33434780 + + + + Liang W. Yao S. Li Y. Hu C. Li J. ACS Appl. Mater. Interfaces. 2022;14:3350–3360. + + + Zhang Y. Zhao M. Shi J. Ma Q. Zhao S. Biosens. Bioelectron. 2022;199:113879. + + + Wu X. Liu X. Luo J. Yang X. Wei Q. Anal. Chem. 2023;95:2234–2243. + + + Li Y. Zhao C. Li L. Guo Z. Ma Y. Zhang Q. Liu Z. Biosens. Bioelectron. 2021;192:113530. doi: 10.1016/j.bios.2021.113530. + + 10.1016/j.bios.2021.113530 + 34325319 + + + + Li L. Li Y. Yang Y. Zhang J. Wang C. Li Y. Anal. Chem. 2022;94:12696–12703. + + + Gao X. Nie Y. Lu C. Chen J. Fan Y. Guo Q. Theranostics. 2021;11:9857–9872. + + + Chen Y.-T. Wang S.-B. Chang A.-Y. Chuang Y.-H. ACS Sens. 2023;8:438–448. + + + Zhu C. Du D. Lin Y. Biosens. Bioelectron. 2022;198:113826. doi: 10.1016/j.bios.2021.113826. + + 10.1016/j.bios.2021.113826 + 34891059 + + + + Iverson N. M. Barone P. W. Shandell M. Trudel L. J. Sen S. Sen F. Ivanov V. Atolia E. Farias E. McNicholas T. P. Reuel N. Parry N. M. Wogan G. N. Strano M. S. Nat. Nanotechnol. 2013;8:873–880. doi: 10.1038/nnano.2013.222. + + 10.1038/nnano.2013.222 + PMC4066962 + 24185942 + + + + Li Y. Wen Y. Su F. Deng T. Li J. Cui X. Zhou B. Lu Y. Zhu L. Xu Y. Biosens. Bioelectron. 2023;220:114875. + + + Kambara K. Shen Y. Vo-Dinh T. J. Biophotonics. 2021;14:e202100124. doi: 10.1002/jbio.202100124. + + 10.1002/jbio.202100124 + 34185435 + + + + Liu C. Zhao S. Zhang H. Dong C. Zhao P. Li W. Lu C. Anal. Chem. 2022;94:4867–4875. + + + Chen H. Shao C. Li Y. Zhang Q. Yang W. Wang X. ACS Nano. 2023;17:5306–5317. doi: 10.1021/acsnano.2c06950. + + 10.1021/acsnano.2c06950 + 36916650 + + + + Xu F. Luo Y. Cui Q. Wang J. Ge B. Chen C. Huang F. Microchim. Acta. 2022;189:248. doi: 10.1007/s00604-022-05350-1. + + 10.1007/s00604-022-05350-1 + 35678888 + + + + Shi X. Wei W. Ma I. Guo Z. Wang X. He C. Biosens. Bioelectron. 2022;211:114380. doi: 10.1016/j.bios.2022.114380. + + 10.1016/j.bios.2022.114380 + 35598552 + + + + Lim S. Bhatt A. Zhang T. Wang L. Jiang L. Fan X. Lab Chip. 2022;22:1929–1938. doi: 10.1039/D2LC00021K. + + 10.1039/D2LC00021K + + + + Li M. Zhao S.-F. Bishop L. Ning S.-Y. Zhao Y.-P. Liang W. Yu A. Zhang Z.-L. Anal. Chem. 2021;93:6934–6943. + + + Wang S. Tian K. Yin D. Xu D. Zhang J. Yin P. Small. 2022;18:2200908. + + + Kim S. Jeon Y. S. Park H. Kim J. H. Chung Y. Lee J.-I. Kim Y. J. Choo H. ACS Nano. 2022;16:11987–11998. + + + Abell J. L. Driskell J. D. Dluhy R. A. Tripp R. A. Zhao Y.-P. Biosens. Bioelectron. 2009;24:3663–3670. doi: 10.1016/j.bios.2009.05.039. + + 10.1016/j.bios.2009.05.039 + 19556119 + + + + Zhang J. Landry M. P. Barone P. W. Kim J.-H. Lin S. Ulissi Z. W. Lin D. Mu B. Hilmer A. Reuel N. Loi X. Kang B. Bhown A. Yoon Y.-H. Bhanu V. Vitousek N. Krings E. Bierer G. Strano M. S. Nat. Nanotechnol. 2013;8:959–968. doi: 10.1038/nnano.2013.236. + + 10.1038/nnano.2013.236 + PMC5051352 + 24270641 + + + + Goodacre R. Lester J. Watson E. Kell B. Rowland J. Analyst. 2020;145:7706–7716. + + + Lin D. Feng J. Pan J. Fang Y. Chen S. Lin Y. Dai X. Feng Z. Huang Z. Chen R. Theranostics. 2021;11:2849–2860. + + + De Bleecker B. Nagelkerke I. De Cock M. Melaerts W. Nat. Mach. Intell. 2022;4:914–915. + + + Arlett J. L. Myers E. B. Roukes M. L. Nat. Nanotechnol. 2011;6:203–215. doi: 10.1038/nnano.2011.44. + + 10.1038/nnano.2011.44 + PMC3839312 + 21441911 + + + + Langer J. Jimenez de Aberasturi D. Aizpurua J. Alvarez-Puebla R. A. Auguié B. Baumberg J. J. Bazan G. C. Bell S. E. J. Boisen A. Brolo A. G. ACS Nano. 2020;14:28–117. doi: 10.1021/acsnano.9b04224. + + 10.1021/acsnano.9b04224 + PMC6990571 + 31478375 + + + + +U.S. Food and Drug Administration, In Vitro Diagnostics: Regulatory Framework, FDA, Silver Spring, MD, 2023, https://www.fda.gov/medical-devices/in-vitro-diagnostics, accessed April 2025 + + + Diehl M. Schmidt S. R. Ziegler B. Knödler H. Koop N. J. Mol. Diagn. 2022;24:897–912. + + + Ostuni E. Chapman R. G. Holmlin R. E. Takayama S. Whitesides G. M. Langmuir. 2001;17:5605–5620. doi: 10.1021/la010384m. + + 10.1021/la010384m + 34139796 + + + + Anacker P. D. Armogida B. A. Claro T. Horel J. A. Jennings C. J. Light D. A. Liu H. M. Markwick P. V. Modak M. S. Nauman R. A. Neamtu J. K. Patel P. K. Pisani O. A. Riedel M. Rutledge T. Sherfield M. G. Singh T. Tian K. Vaddi D. V. Vardeman J. D. Whitmore M. E. Witter D. S. Wu A. Zhang X. Clin. Chem. 2022;68:753–761. + + + Chen J. S. Ma E. Harrington L. B. Da Costa M. Tian X. Palefsky J. M. Doudna J. A. Science. 2018;360:436–439. doi: 10.1126/science.aar6245. + + 10.1126/science.aar6245 + PMC6628903 + 29449511 + + + + LeCun Y. Bengio Y. Hinton G. Nature. 2015;521:436–444. doi: 10.1038/nature14539. + + 10.1038/nature14539 + 26017442 + + + + Mak K. F. Lee C. Hone J. Shan J. Heinz T. F. Phys. Rev. Lett. 2010;105:136805. doi: 10.1103/PhysRevLett.105.136805. + + 10.1103/PhysRevLett.105.136805 + 21230799 + + + + Reale M. Madonia A. Agnello S. Cannas M. Marino E. Sciortino A. Messina F. J. Phys. Chem. Lett. 2026;17:2042–2048. doi: 10.1021/acs.jpclett.5c03840. + + 10.1021/acs.jpclett.5c03840 + PMC12927022 + 41607274 + + + + Wang J. Li J. Sun S. Dong H. Wu L. Zhao E. He F. Ma X. Zhao Y. S. Sci. Adv. 2023;9:eadf1725. doi: 10.1126/sciadv.adf1725. + + 10.1126/sciadv.adf1725 + PMC10171802 + 37163586 + + + + +
+ + + 42205268 + + 2026 + 05 + 28 + + + 2026 + 05 + 28 + +
+ + 2046-2069 + + 16 + 30 + + 2026 + May + 20 + + + RSC advances + RSC Adv + + Machine learning-based prediction of biomass pyrolysis kinetics: integrating mechanistic modeling and compositional features. + + 28036 + 28047 + 28036-28047 + + 10.1039/d6ra01011c + + Accurate determination of kinetic and thermodynamic parameters is vital for understanding biomass pyrolysis and optimizing renewable thermochemical conversion. In this study, sapodilla leaves were analyzed as representative lignocellulosic feedstock using both experimental and machine learning (ML) approaches. Thermogravimetric experiments at multiple heating rates, interpreted via the Coats-Redfern method, revealed strong dependence of activation energy (E + a) and pre-exponential factor (A) on reaction mechanism and temperature regime. Low-temperature devolatilization followed diffusion and reaction-order models, while high-temperature degradation exhibited nucleation-controlled behavior. Thermodynamic analysis indicated that sapodilla leaves' pyrolysis is endothermic and non-spontaneous (ΔG ≈ 104-107 kJ mol-1) with negative entropy change (ΔS ≈ -0.23 kJ mol-1 K-1), which is consistent with increased ordering in the solid residue during pyrolysis. To complement mechanistic fitting, a ML framework was developed to predict kinetic parameters (E + a, A, C + 2) using a descriptor set that included proximate and ultimate analyses together with heating rate and reaction order. Ensemble learning models showed moderate predictive capability within this dataset, yielding a relatively narrow E + a range (42-45 kJ mol-1) and identifying volatile matter, carbon content, and O/C and H/C ratios as influential compositional descriptors. The combined use of mechanistic analysis and interpretable ML provides a proof-of-concept comparison between stage-specific fitting and descriptor-based prediction, while also highlighting the present limitations in predictive robustness and generalizability. + This journal is © The Royal Society of Chemistry. + + + + Asif + Muhammad + M + 0000-0001-5366-9996 + + Institute of Energy and Environmental Engineering, University of the Punjab Lahore-54000 Punjab Pakistan hassanzeb.ieee@pu.edu.pk. + + + Graduate School of Science and Technology, University of Tsukuba 1-1-1 Tennodai Tsukuba Ibaraki 305-8573 Japan. + + + + Hakeem + Luqman + L + + Laboratoire de Chimie Physique - Matière et Rayonnement (LCPMR), UMR 7614, CNRS, Sorbonne Université 4 Place Jussieu F-75005 Paris France. + + + + Yao + Chengxi + C + + School of Mechanical Engineering, Sungkyunkwan University Jangan-Gu Suwon Gyeonggi-Do South Korea. + + + + Hira + + Department of Chemistry, The Government Sadiq College Women University Bahawalpur 63000 Pakistan. + + + + Bibi + Rimsha + R + + National Center for Bioinformatics, Quaid-i-Azam University Islamabad Pakistan. + + + + Bilal + Muhammad + M + 0009-0001-5853-0835 + + Department of Environmental Sciences, COMSATS University Islamabad-Abbottabad Campus Pakistan. + + + + Zeb + Hassan + H + + Institute of Energy and Environmental Engineering, University of the Punjab Lahore-54000 Punjab Pakistan hassanzeb.ieee@pu.edu.pk. + + + + eng + + Journal Article + + + 2026 + 05 + 22 + +
+ + England + RSC Adv + 101581657 + 2046-2069 + + There are no conflicts to declare. +
+ + + + 2026 + 2 + 5 + + + 2026 + 5 + 3 + + + 2026 + 5 + 28 + 6 + 34 + + + 2026 + 5 + 28 + 6 + 33 + + + 2026 + 5 + 28 + 4 + 35 + + + 2026 + 5 + 22 + + + epublish + + 42205268 + PMC13202439 + 10.1039/d6ra01011c + d6ra01011c + + + + White J. E. Catallo W. J. Legendre B. L. Biomass pyrolysis kinetics: A comparative critical review with relevant agricultural residue case studies. J. Anal. Appl. Pyrolysis. 2011;91:1–33. doi: 10.1016/j.jaap.2011.01.004. https://dx.doi.org/10.1016/J.JAAP.2011.01.004 + + 10.1016/j.jaap.2011.01.004 + + + + Wang J. Fu J. Zhao Z. Bing L. Xi F. Wang F. Dong J. Wang S. Lin G. Yin Y. Hu Q. Benefit analysis of multi-approach biomass energy utilization toward carbon neutrality. Innovation. 2023;4:100423. doi: 10.1016/j.xinn.2023.100423. + + 10.1016/j.xinn.2023.100423 + PMC10173784 + 37181230 + + + + Várhegyi G. Bobály B. Jakab E. Chen H. Thermogravimetric Study of Biomass Pyrolysis Kinetics. A Distributed Activation Energy Model with Prediction Tests. Energy Fuels. 2010;25:24–32. doi: 10.1021/ef101079r. https://dx.doi.org/10.1021/EF101079R + + 10.1021/ef101079r + + + + Mian I. Li X. Jian Y. Dacres O. D. Zhong M. Liu J. Ma F. Rahman N. Kinetic study of biomass pellet pyrolysis by using distributed activation energy model and Coats Redfern methods and their comparison. Bioresour. Technol. 2019;294:122099. doi: 10.1016/j.biortech.2019.122099. https://dx.doi.org/10.1016/J.BIORTECH.2019.122099 + + 10.1016/j.biortech.2019.122099 + 31520856 + + + + Huang X. J. Mo W. L. Ma Y. Y. He X. Q. Syls Y. Wei X. Y. Fan X. Yang X. Q. Zhang S. P. Pyrolysis Kinetic Analysis of Sequential Extract Residues from Hefeng Subbituminous Coal Based on the Coats-Redfern Method. ACS Omega. 2022;7:21397–21406. doi: 10.1021/acsomega.2c00307. https://dx.doi.org/10.1021/ACSOMEGA.2C00307 + + 10.1021/acsomega.2c00307 + PMC9245098 + 35785316 + + + + Xiao R. Yang W. Cong X. Dong K. Xu J. Wang D. Yang X. Thermogravimetric analysis and reaction kinetics of lignocellulosic biomass pyrolysis. Energy. 2020;201:117537. doi: 10.1016/j.energy.2020.117537. https://dx.doi.org/10.1016/J.ENERGY.2020.117537 + + 10.1016/j.energy.2020.117537 + + + + Yao Z. Lum Y. Johnston A. Mejia-Mendoza L. M. Zhou X. Wen Y. Aspuru-Guzik A. Sargent E. H. Seh Z. W. Machine learning for a sustainable energy future. Nat. Rev. Mater. 2023;8:202–215. doi: 10.1038/s41578-022-00490-5. https://dx.doi.org/10.1038/S41578-022-00490-5-SUBJMETA + + 10.1038/s41578-022-00490-5 + PMC9579620 + 36277083 + + + + Fischer O. Lemaire R. Bensakhria A. Thermogravimetric analysis and kinetic modeling of the pyrolysis of different biomass types by means of model-fitting, model-free and network modeling approaches. J. Therm. Anal. Calorim. 2024;149:10941. doi: 10.1007/s10973-023-12868-w. https://dx.doi.org/10.1007/S10973-023-12868-W + + 10.1007/s10973-023-12868-w + PMC11538151 + 39512607 + + + + Oviedo F. Ferres J. L. Buonassisi T. Butler K. T. Interpretable and Explainable Machine Learning for Materials Science and Chemistry. Acc. Mater. Res. 2022;3:597–607. doi: 10.1021/accountsmr.1c00244. https://dx.doi.org/10.1021/ACCOUNTSMR.1C00244 + + 10.1021/accountsmr.1c00244 + + + + Akinpelu D. A. Adekoya O. A. Oladoye P. O. Ogbaga C. C. Okolie J. A. Machine learning applications in biomass pyrolysis: From biorefinery to end-of-life product management. Digital Chem. Eng. 2023;8:100103. doi: 10.1016/j.dche.2023.100103. https://dx.doi.org/10.1016/J.DCHE.2023.100103 + + 10.1016/j.dche.2023.100103 + + + + SriBala G. Carstensen H. H. Van Geem K. M. Marin G. B. Measuring biomass fast pyrolysis kinetics: State of the art. Wiley Interdiscip. Rev. Energy Environ. 2019;8:e326. doi: 10.1002/WENE.326. + + 10.1002/WENE.326 + + + + Balsora H. K. Kartik A. Dua V. Joshi J. B. Kataria G. Sharma A. Chakinala A. G. Machine learning approach for the prediction of biomass pyrolysis kinetics from preliminary analysis. J. Environ. Chem. Eng. 2022;10:108025. doi: 10.1016/j.jece.2022.108025. https://dx.doi.org/10.1016/J.JECE.2022.108025 + + 10.1016/j.jece.2022.108025 + + + + Xiao K. Zhu X. Machine Learning Approach for the Prediction of Biomass Waste Pyrolysis Kinetics from Preliminary Analysis. ACS Omega. 2024;9:48125. doi: 10.1021/acsomega.4c04649. https://dx.doi.org/10.1021/ACSOMEGA.4C04649 + + 10.1021/acsomega.4c04649 + PMC11635464 + 39676918 + + + + Arenas Castiblanco E. Montoya J. H. Rincón G. V. Zapata-Benabithe Z. Gómez-Vásquez R. Camargo-Trillos D. A. A new approach to obtain kinetic parameters of corn cob pyrolysis catalyzed with CaO and CaCO3. Heliyon. 2022;8:e10195. doi: 10.1016/j.heliyon.2022.e10195. https://dx.doi.org/10.1016/J.HELIYON.2022.E10195 + + 10.1016/j.heliyon.2022.e10195 + PMC9404350 + 36033269 + + + + Natras R. Soja B. Schmidt M. Ensemble Machine Learning of Random Forest, AdaBoost and XGBoost for Vertical Total Electron Content Forecasting. Remote Sensing. 2022;14:3547. doi: 10.3390/rs14153547. https://dx.doi.org/10.3390/RS14153547 + + 10.3390/rs14153547 + + + + Neubauer A. Brandt S. Kriegel M. Explainable multi-step heating load forecasting: Using SHAP values and temporal attention mechanisms for enhanced interpretability. Energy and AI. 2025;20:100480. doi: 10.1016/j.egyai.2025.100480. https://dx.doi.org/10.1016/J.EGYAI.2025.100480 + + 10.1016/j.egyai.2025.100480 + + + + Olafasakin O. Chang Y. Passalacqua A. Subramaniam S. Brown R. C. Mba Wright M. Machine Learning Reduced Order Model for Cost and Emission Assessment of a Pyrolysis System. Energy Fuels. 2021;35:9950–9960. doi: 10.1021/acs.energyfuels.1c00490. https://dx.doi.org/10.1021/ACS.ENERGYFUELS.1C00490 + + 10.1021/acs.energyfuels.1c00490 + + + + Emiola-Sadiq T. Zhang L. Dalai A. K. Thermal and Kinetic Studies on Biomass Degradation via Thermogravimetric Analysis: A Combination of Model-Fitting and Model-Free Approach. ACS Omega. 2021;6:22233–22247. doi: 10.1021/acsomega.1c02937. https://dx.doi.org/10.1021/ACSOMEGA.1C02937 + + 10.1021/acsomega.1c02937 + PMC8890773 + 35252634 + + + + Dodo U. A. Ashigwuike E. C. Abba S. I. Machine learning models for biomass energy content prediction: A correlation-based optimal feature selection approach. Bioresour. Technol. Rep. 2022;19:101167. doi: 10.1016/j.biteb.2022.101167. https://dx.doi.org/10.1016/J.BITEB.2022.101167 + + 10.1016/j.biteb.2022.101167 + + + + Postawa K. Fałtynowicz H. Sczygieł J. Beran E. Kułażski M. Analyzing the kinetics of waste plant biomass pyrolysis via thermogravimetry modeling and semi-statistical methods. Bioresour. Technol. 2022;344:126181. doi: 10.1016/j.biortech.2021.126181. https://dx.doi.org/10.1016/J.BIORTECH.2021.126181 + + 10.1016/j.biortech.2021.126181 + 34755652 + + + + Tariq R. Saeed S. Riaz M. Saeed S. Kinetic and thermodynamic evaluation of almond shells pyrolytic behavior using Coats–Redfern and pyrolysis product distribution model. Energy Sources, Part A. 2023;45:4446–4462. doi: 10.1080/15567036.2023.2202639. + + 10.1080/15567036.2023.2202639 + + + + Slopiecka K. Bartocci P. Fantozzi F. Thermogravimetric analysis and kinetic study of poplar wood pyrolysis. Appl. Energy. 2012;97:491–497. doi: 10.1016/j.apenergy.2011.12.056. https://dx.doi.org/10.1016/J.APENERGY.2011.12.056 + + 10.1016/j.apenergy.2011.12.056 + + + + R N. S. Thiagamani S. M. K. P S. M S. Boyina Yagna S. N. Hossein E. K. M M. Mavinkere Rangappa S. Siengchin S. Isolation and characterization of agro-waste biomass sapodilla seeds as reinforcement in potential polymer composite applications. Heliyon. 2023;9:e17760. doi: 10.1016/j.heliyon.2023.e17760. https://dx.doi.org/10.1016/J.HELIYON.2023.E17760 + + 10.1016/j.heliyon.2023.e17760 + PMC10345370 + 37456007 + + + + Vyazovkin S. Wight C. A. Model-free and model-fitting approaches to kinetic analysis of isothermal and nonisothermal data. Thermochim. Acta. 1999;340–341:53–68. doi: 10.1016/S0040-6031(99)00253-1. + + 10.1016/S0040-6031(99)00253-1 + + + + Patil Y. Ku X. Vasudev V. Pyrolysis Characteristics and Determination of Kinetic and Thermodynamic Parameters of Raw and Torrefied Chinese Fir. ACS Omega. 2023;8:34938–34947. doi: 10.1021/acsomega.3c04328. https://dx.doi.org/10.1021/ACSOMEGA.3C04328 + + 10.1021/acsomega.3c04328 + PMC10536841 + 37779928 + + + + Lin L. Yang E. Sun Q. Chen Y. Dai W. Bao Z. Niu W. Meng J. Analysis of the Pyrolysis Kinetics, Reaction Mechanisms, and By-Products of Rice Husk and Rice Straw via TG-FTIR and Py-GC/MS. Molecules. 2025;30:10. doi: 10.3390/molecules30010010. https://dx.doi.org/10.3390/MOLECULES30010010/S1 + + 10.3390/molecules30010010 + PMC11721799 + 39795069 + + + + +
+ + + 42205256 + + 2026 + 05 + 28 + + + 2026 + 05 + 28 + +
+ + 1664-2392 + + 17 + + 2026 + + + Frontiers in endocrinology + Front Endocrinol (Lausanne) + + Identification of candidate biomarkers for NAFLD through bioinformatics analysis and machine learning based on circulating insulin degradation-associated genes. + + 1774997 + 1774997 + + 1774997 + 10.3389/fendo.2026.1774997 + + Non-alcoholic fatty liver disease (NAFLD) has become as a metabolic disorder posing a significant threat to public health, with no presently available effective treatment. Circulating insulin degradation constitutes a pivotal process regulating insulin concentration and biological activity in the bloodstream, and its capacity is closely associated with hyperinsulinaemia and hepatic lipid accumulation. Hepatic lipid accumulation represents a key pathophysiological mechanism in NAFLD. Therefore, targeting the circulating insulin degradation pathway may represent a significant therapeutic opportunity for NAFLD. This study employed a multi-omics strategy, incorporating pertinent datasets from the Gene Expression Omnibus (GEO) collection, to investigate the function of circulating insulin degradation in NAFLD. We employed systems biology informatics approaches, including weighted gene co-expression network analysis (WGCNA) and machine learning models, to identify four hub biomarkers: MYO7A, AGTR1, IL1RN, and IGFBP2. We applied Shapley Additive Explanations (SHAP) to interpret the contribution of each gene to the machine learning model. The expression patterns and potential relevance of these hub genes were further assessed in external datasets, cellular models, and animal models. Overall, this hypothesis-generating study identified four candidate genes potentially associated with NAFLD and provided additional insights into the molecular mechanisms underlying disease progression. + Copyright © 2026 Guo, Lou, Song, Gao, Wang, Ma, Wang and Wang. + + + + Guo + Mingjie + M + + School of Basic Medical Sciences, Huaihe Hospital (Zhongzhou Laboratory for Integrative Biology), Henan University, Kaifeng, Henan, China. + + + + Lou + Wei + W + + School of Basic Medical Sciences, Huaihe Hospital (Zhongzhou Laboratory for Integrative Biology), Henan University, Kaifeng, Henan, China. + + + + Song + Xin + X + + School of Basic Medical Sciences, Huaihe Hospital (Zhongzhou Laboratory for Integrative Biology), Henan University, Kaifeng, Henan, China. + + + + Gao + Dongxin + D + + School of Basic Medical Sciences, Huaihe Hospital (Zhongzhou Laboratory for Integrative Biology), Henan University, Kaifeng, Henan, China. + + + + Wang + Guoan + G + + School of Basic Medical Sciences, Huaihe Hospital (Zhongzhou Laboratory for Integrative Biology), Henan University, Kaifeng, Henan, China. + + + + Ma + Hanyu + H + + School of Basic Medical Sciences, Huaihe Hospital (Zhongzhou Laboratory for Integrative Biology), Henan University, Kaifeng, Henan, China. + + + + Wang + Wenlei + W + + School of Basic Medical Sciences, Huaihe Hospital (Zhongzhou Laboratory for Integrative Biology), Henan University, Kaifeng, Henan, China. + + + + Wang + Yongliang + Y + + School of Basic Medical Sciences, Huaihe Hospital (Zhongzhou Laboratory for Integrative Biology), Henan University, Kaifeng, Henan, China. + + + + eng + + Journal Article + + + 2026 + 05 + 12 + +
+ + Switzerland + Front Endocrinol (Lausanne) + 101555782 + 1664-2392 + + + + 0 + Biomarkers + + + 0 + Insulin + + + IM + + + Non-alcoholic Fatty Liver Disease + genetics + metabolism + blood + diagnosis + + + Machine Learning + + + Biomarkers + metabolism + blood + + + Humans + + + Animals + + + Computational Biology + methods + + + Insulin + metabolism + blood + + + Gene Expression Profiling + + + + WGCNA + bioinformatic analysis + biomarkers + circulating insulin degradation + machine learning + non-alcoholic fatty liver disease + + The author(s) declared that this work was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest. +
+ + + + 2025 + 12 + 24 + + + 2026 + 4 + 17 + + + 2026 + 4 + 27 + + + 2026 + 5 + 28 + 6 + 32 + + + 2026 + 5 + 28 + 6 + 31 + + + 2026 + 5 + 28 + 4 + 35 + + + 2026 + 5 + 12 + + + epublish + + 42205256 + PMC13201111 + 10.3389/fendo.2026.1774997 + + + + Stefan N, Yki-Jarvinen H, Neuschwander-Tetri BA. Metabolic dysfunction-associated steatotic liver disease: heterogeneous pathomechanisms and effectiveness of metabolism-based treatment. Lancet Diabetes Endocrinol. (2025) 13:134–48. doi:  10.1016/S2213-8587(24)00318-8. PMID: + + 10.1016/S2213-8587(24)00318-8 + 39681121 + + + + Eslam M, Sanyal AJ, George J, International Consensus P . MAFLD: a consensus-driven proposed nomenclature for metabolic associated fatty liver disease. Gastroenterology. (2020) 158:1999–2014:e1. doi:  10.1053/j.gastro.2019.11.312. PMID: + + 10.1053/j.gastro.2019.11.312 + 32044314 + + + + Rinella ME, Lazarus JV, Ratziu V, Francque SM, Sanyal AJ, Kanwal F, et al. A multisociety Delphi consensus statement on new fatty liver disease nomenclature. Hepatology. (2023) 78:1966–86. doi:  10.1097/HEP.0000000000000520. PMID: + + 10.1097/HEP.0000000000000520 + PMC10653297 + 37363821 + + + + Djeagou A, Gunukula K, Sermani A, Vaspari SK. Emerging perspectives in the diagnosis and management of metabolic dysfunction-associated steatotic liver disease (MASLD): a narrative review. Cureus. (2025) 17:e95288. doi:  10.7759/cureus.95288. PMID: + + 10.7759/cureus.95288 + PMC12640531 + 41287682 + + + + Tincopa MA, Anstee QM, Loomba R. New and emerging treatments for metabolic dysfunction-associated steatohepatitis. Cell Metab. (2024) 36:912–26. doi:  10.1016/j.cmet.2024.03.011. PMID: + + 10.1016/j.cmet.2024.03.011 + 38608696 + + + + Riazi K, Azhari H, Charette JH, Underwood FE, King JA, Afshar EE, et al. The prevalence and incidence of NAFLD worldwide: a systematic review and meta-analysis. Lancet Gastroenterol Hepatol. (2022) 7:851–61. doi:  10.1016/S2468-1253(22)00165-0. PMID: + + 10.1016/S2468-1253(22)00165-0 + 35798021 + + + + Thomas JA, Kendall BJ, El-Serag HB, Thrift AP, Macdonald GA. Hepatocellular and extrahepatic cancer risk in people with non-alcoholic fatty liver disease. Lancet Gastroenterol Hepatol. (2024) 9:159–69. doi:  10.1016/S2468-1253(23)00275-3. PMID: + + 10.1016/S2468-1253(23)00275-3 + 38215780 + + + + Huang DQ, El-Serag HB, Loomba R. Global epidemiology of NAFLD-related HCC: trends, predictions, risk factors and prevention. Nat Rev Gastroenterol Hepatol. (2021) 18:223–38. doi:  10.1038/s41575-020-00381-6. PMID: + + 10.1038/s41575-020-00381-6 + PMC8016738 + 33349658 + + + + Matsubayashi Y, Yoshida A, Suganami H, Ishiguro H, Yamamoto M, Fujihara K, et al. Role of fatty liver in the association between obesity and reduced hepatic insulin clearance. Diabetes Metab. (2018) 44:135–42. doi:  10.1016/j.diabet.2017.12.003. PMID: + + 10.1016/j.diabet.2017.12.003 + 29395810 + + + + Kotronen A, Juurinen L, Tiikkainen M, Vehkavaara S, Yki-Jarvinen H. Increased liver fat, impaired insulin clearance, and hepatic and adipose tissue insulin resistance in type 2 diabetes. Gastroenterology. (2008) 135:122–30. doi:  10.1053/j.gastro.2008.03.021. PMID: + + 10.1053/j.gastro.2008.03.021 + 18474251 + + + + Powell EE, Wong VW, Rinella M. Non-alcoholic fatty liver disease. Lancet. (2021) 397:2212–24. doi:  10.1016/S0140-6736(20)32511-3. PMID: + + 10.1016/S0140-6736(20)32511-3 + 33894145 + + + + Lamprinou A, Willmann C, Machann J, Schick F, Eckstein SS, Dalla Man C, et al. Determinants of hepatic insulin clearance - results from a Mendelian randomization study. Metabolism. (2021) 119:154776. doi:  10.1016/j.metabol.2021.154776. PMID: + + 10.1016/j.metabol.2021.154776 + 33862045 + + + + Guerra S, Gastaldelli A. The role of the liver in the modulation of glucose and insulin in non alcoholic fatty liver disease and type 2 diabetes. Curr Opin Pharmacol. (2020) 55:165–74. doi:  10.1016/j.coph.2020.10.016. PMID: + + 10.1016/j.coph.2020.10.016 + 33278735 + + + + Xie H, Wang J, Zhao Q. Identification of potential metabolic biomarkers and immune cell infiltration for metabolic associated steatohepatitis by bioinformatics analysis and machine learning. Sci Rep. (2025) 15:16596. doi:  10.1038/s41598-025-86397-x. PMID: + + 10.1038/s41598-025-86397-x + PMC12075577 + 40360670 + + + + Wang H, Cheng W, Hu P, Ling T, Hu C, Chen Y, et al. Integrative analysis identifies oxidative stress biomarkers in non-alcoholic fatty liver disease via machine learning and weighted gene co-expression network analysis. Front Immunol. (2024) 15:1335112. doi:  10.3389/fimmu.2024.1335112. PMID: + + 10.3389/fimmu.2024.1335112 + PMC10927810 + 38476236 + + + + Langfelder P, Horvath S. WGCNA: an R package for weighted correlation network analysis. BMC Bioinf. (2008) 9:559. doi:  10.1186/1471-2105-9-559. PMID: + + 10.1186/1471-2105-9-559 + PMC2631488 + 19114008 + + + + Wang M, Wang L, Pu L, Li K, Feng T, Zheng P, et al. LncRNAs related key pathways and genes in ischemic stroke by weighted gene co-expression network analysis (WGCNA). Genomics. (2020) 112:2302–8. doi:  10.1016/j.ygeno.2020.01.001. PMID: + + 10.1016/j.ygeno.2020.01.001 + 31923616 + + + + Wang F, Wang B, Long J, Wang F, Wu P. Identification of candidate target genes for endometrial cancer, such as ANO1, using weighted gene co-expression network analysis. Exp Ther Med. (2019) 17:298–306. doi:  10.3892/etm.2018.6965. PMID: + + 10.3892/etm.2018.6965 + PMC6307379 + 30651795 + + + + Zhang JX, Xing XH, Lu RY, Liu MX, Xu WH, Zhang HC, et al. ANXA3 as a novel biomarker for sepsis diagnosis: evidence from integrative WGCNA analysis. Heliyon. (2024) 10:e38608. doi:  10.1016/j.heliyon.2024.e38608. PMID: + + 10.1016/j.heliyon.2024.e38608 + PMC11490821 + 39430518 + + + + Feng C, Yan W, Mei Z, Luo X. Exploring the toxicological impact of bisphenol a exposure on psoriasis through network toxicology, machine learning, and multi-dimensional bioinformatics analysis. J Environ Manage. (2025) 385:125708. doi:  10.1016/j.jenvman.2025.125708. PMID: + + 10.1016/j.jenvman.2025.125708 + 40347869 + + + + Das SC, Tasnim W, Rana HK, Acharjee UK, Islam MM, Khatun R. Comprehensive bioinformatics and machine learning analyses for breast cancer staging using TCGA dataset. Brief Bioinform. (2024) 26:bbae628. doi:  10.1093/bib/bbae628. PMID: + + 10.1093/bib/bbae628 + PMC11630003 + 39656775 + + + + Xie W, Li Y, Meng X, Zhao M. Machine learning prediction models and nomogram to predict the risk of in-hospital death for severe DKA: a clinical study based on MIMIC-IV, eICU databases, and a college hospital ICU. Int J Med Inform. (2023) 174:105049. doi:  10.1016/j.ijmedinf.2023.105049. PMID: + + 10.1016/j.ijmedinf.2023.105049 + 37001474 + + + + Robin X, Turck N, Hainard A, Tiberti N, Lisacek F, Sanchez JC, et al. pROC: an open-source package for R and S+ to analyze and compare ROC curves. BMC Bioinf. (2011) 12:77. doi:  10.1186/1471-2105-12-77. PMID: + + 10.1186/1471-2105-12-77 + PMC3068975 + 21414208 + + + + Lundberg S, Lee S-I. A unified approach to interpreting model predictions. Adv Neural Inf Proces Syst. (2017) 30:4766–77. + + + +Gomez-Lechon MJ, Donato MT, Martinez-Romero A, Jimenez N, Castell JV, O'Connor JE. +A human hepatocellular in vitro model to investigate steatosis. Chem Biol Interact. (2007) 165:106–16. doi:  10.1016/j.cbi.2006.11.004. PMID: + + + + 10.1016/j.cbi.2006.11.004 + 17188672 + + + + Amini-Salehi E, Letafatkar N, Norouzi N, Joukar F, Habibi A, Javid M, et al. Global prevalence of nonalcoholic fatty liver disease: an updated review meta-analysis comprising a population of 78 million from 38 countries. Arch Med Res. (2024) 55:103043. doi:  10.1016/j.arcmed.2024.103043. PMID: + + 10.1016/j.arcmed.2024.103043 + 39094335 + + + + Yu J, Shen J, Sun TT, Zhang X, Wong N. Obesity, insulin resistance, NASH and hepatocellular carcinoma. Semin Cancer Biol. (2013) 23:483–91. doi:  10.1016/j.semcancer.2013.07.003. PMID: + + 10.1016/j.semcancer.2013.07.003 + 23876851 + + + + Liu D, Wong CC, Zhou Y, Li C, Chen H, Ji F, et al. Squalene epoxidase induces nonalcoholic steatohepatitis via binding to carbonic anhydrase III and is a therapeutic target. Gastroenterology. (2021) 160:2467–82:e3. doi:  10.1053/j.gastro.2021.02.051. PMID: + + 10.1053/j.gastro.2021.02.051 + 33647280 + + + + Arrese M, Cabrera D, Kalergis AM, Feldstein AE. Innate immunity and inflammation in NAFLD/NASH. Dig Dis Sci. (2016) 61:1294–303. doi:  10.1007/s10620-016-4049-x. PMID: + + 10.1007/s10620-016-4049-x + PMC4948286 + 26841783 + + + + Zaharia OP, Antoniou S, Bobrov P, Karusheva Y, Bodis K, Kupriyanova Y, et al. Reduced insulin clearance differently relates to increased liver lipid content and worse glycemic control in recent-onset type 2 and type 1 diabetes. Diabetes Care. (2023) 46:2232–9. doi:  10.2337/dc23-1267. PMID: + + 10.2337/dc23-1267 + PMC10698223 + 37874983 + + + + Najjar SM, Caprio S, Gastaldelli A. Insulin clearance in health and disease. Annu Rev Physiol. (2023) 85:363–81. doi:  10.1146/annurev-physiol-031622-043133. PMID: + + 10.1146/annurev-physiol-031622-043133 + 36260807 + + + + Najjar SM, Perdomo G. Hepatic insulin clearance: mechanism and physiology. Physiol (Bethesda). (2019) 34:198–215. doi:  10.1152/physiol.00048.2018. PMID: + + 10.1152/physiol.00048.2018 + PMC6734066 + 30968756 + + + + Veskovic M, Sutulovic N, Hrncic D, Stanojlovic O, Macut D, Mladenovic D. The interconnection between hepatic insulin resistance and metabolic dysfunction-associated steatotic liver disease-the transition from an adipocentric to liver-centric approach. Curr Issues Mol Biol. (2023) 45:9084–102. doi:  10.3390/cimb45110570. PMID: + + 10.3390/cimb45110570 + PMC10670061 + 37998747 + + + + Hedbacker K, Birsoy K, Wysocki RW, Asilmaz E, Ahima RS, Farooqi IS, et al. Antidiabetic effects of IGFBP2, a leptin-regulated gene. Cell Metab. (2010) 11:11–22. doi:  10.1016/j.cmet.2009.11.007. PMID: + + 10.1016/j.cmet.2009.11.007 + 20074524 + + + + Zhai T, Cai L, Jia X, Xia M, Bian H, Gao X, et al. IGFBP2 functions as an endogenous protector against hepatic steatosis via suppression of the EGFR-STAT3 pathway. Mol Metab. (2024) 89:102026. doi:  10.1016/j.molmet.2024.102026. PMID: + + 10.1016/j.molmet.2024.102026 + PMC11474195 + 39299533 + + + + Xiao Z, Chu Y, Qin W. IGFBP5 modulates lipid metabolism and insulin sensitivity through activating AMPK pathway in non-alcoholic fatty liver disease. Life Sci. (2020) 256:117997. doi:  10.1016/j.lfs.2020.117997. PMID: + + 10.1016/j.lfs.2020.117997 + 32585242 + + + + Herder C, Brunner EJ, Rathmann W, Strassburger K, Tabak AG, Schloot NC, et al. Elevated levels of the anti-inflammatory interleukin-1 receptor antagonist precede the onset of type 2 diabetes: the Whitehall II study. Diabetes Care. (2009) 32:421–3. doi:  10.2337/dc08-1161. PMID: + + 10.2337/dc08-1161 + PMC2646020 + 19073760 + + + + Peiseler M, Schwabe R, Hampe J, Kubes P, Heikenwalder M, Tacke F. Immune mechanisms linking metabolic injury to inflammation and fibrosis in fatty liver disease - novel insights into cellular communication circuits. J Hepatol. (2022) 77:1136–60. doi:  10.1016/j.jhep.2022.06.012. PMID: + + 10.1016/j.jhep.2022.06.012 + 35750137 + + + + Hirose A, Ono M, Saibara T, Nozaki Y, Masuda K, Yoshioka A, et al. Angiotensin II type 1 receptor blocker inhibits fibrosis in rat nonalcoholic steatohepatitis. Hepatology. (2007) 45:1375–81. doi:  10.1002/hep.21638. PMID: + + 10.1002/hep.21638 + 17518368 + + + + Tox U, Scheller I, Kociok N, Kern MA, Klanac D, Daudi SM, et al. Expression of angiotensin II receptor type 1 is reduced in advanced rat liver fibrosis. Dig Dis Sci. (2007) 52:1995–2005. doi:  10.1007/s10620-006-9133-1. PMID: + + 10.1007/s10620-006-9133-1 + 17406843 + + + + Schwander M, Lopes V, Sczaniecka A, Gibbs D, Lillo C, Delano D, et al. A novel allele of myosin VIIa reveals a critical function for the C-terminal FERM domain for melanosome transport in retinal pigment epithelial cells. J Neurosci. (2009) 29:15810–8. doi:  10.1523/JNEUROSCI.4876-09.2009. PMID: + + 10.1523/JNEUROSCI.4876-09.2009 + PMC2834289 + 20016096 + + + + Lopes VS, Gibbs D, Libby RT, Aleman TS, Welch DL, Lillo C, et al. The Usher 1B protein, MYO7A, is required for normal localization and function of the visual retinoid cycle enzyme, RPE65. Hum Mol Genet. (2011) 20:2560–70. doi:  10.1093/hmg/ddr155. PMID: + + 10.1093/hmg/ddr155 + PMC3110002 + 21493626 + + + + Scorletti E, Carr RM. A new perspective on NAFLD: focusing on lipid droplets. J Hepatol. (2022) 76:934–45. doi:  10.1016/j.jhep.2021.11.009. PMID: + + 10.1016/j.jhep.2021.11.009 + 34793866 + + + + Magee N, Ahamed F, Eppler N, Jones E, Ghosh P, He L, et al. Hepatic transcriptome profiling reveals early signatures associated with disease transition from non-alcoholic steatosis to steatohepatitis. Liver Res. (2022) 6:238–50. doi:  10.1016/j.livres.2022.11.001. PMID: + + 10.1016/j.livres.2022.11.001 + PMC9977163 + 36864891 + + + + +
+ + + 42205210 + + 2026 + 05 + 28 + + + 2026 + 05 + 28 + +
+ + 2055-2076 + + 12 + + 2026 + Jan-Dec + + + Digital health + Digit Health + + Implication of machine learning models versus traditional models for the prediction of suicidal thoughts or ideation in west of Iran; data mining approaches on a population-based cross-sectional study. + + 20552076261415932 + 20552076261415932 + + 20552076261415932 + 10.1177/20552076261415932 + + To identify the effective factors in suicidal thoughts or ideations by comparing several classification data mining methods and logistic regression (LR). + This was a secondary data analysis conducted on data from a cross-sectional study involving 1500 individuals selected using multi-stage stratified cluster random sampling in the urban area of Ilam City during 2023. The data was collected by a standardized questionnaire. Five classification methods, including decision tree (DT), random forest (RF), support vector machine (SVM), neural networks, and LR, were used to identify the effective factors in the suicide thought or ideation. + Data from 1370 individuals were analyzed. The SVM model outperformed others in most indicators, with 77.9% sensitivity, 95.3% negative predictive value, and the highest balanced accuracy (79.3%). Its precision-recall AUC, along with LR, was about 60% higher than other models. In contrast, the DT model showed superior specificity (99.9%), positive predictive value (50%), positive likelihood ratio (5.60), and negative likelihood ratio (0.99). Across DT, RF, and SVM, the main predictors of suicidal ideation were suicide attempt history, tiredness of life, BMI, and age. + AI models specifically SVM and DT outperform traditional ones for detecting suicidal ideation. Key predictors include a history of suicide attempts, being tired of life, depression, and anxiety, highlighting areas for health policymakers to focus on in prevention strategies. + © The Author(s) 2026. + + + + Sarmand + Arezoo + A + + Department of Health Information Management, School of Allied Medicine, Tehran University of Medical Sciences, Tehran, Iran. + 48439 + + + + Raiszadeh + Mohammad + M + + President of the Islamic Republic of Iran Medical Council, Tehran, Iran. + 430696 + + + + Najafi-Ghobadi + Khadijeh + K + + Department of Biostatistics, School of Health, Ilam University of Medical Sciences, Ilam, Iran. + 48443 + + + + Malekabadi + Ebadallah Shiri + ES + + Department of Epidemiology, School of Public Health, Tehran University of Medical Sciences, Tehran, Iran. + 48439 + + + + Shekarchi + Babak + B + + Department of Radiology, School of Medicine, AJA University of Medical Sciences, Tehran, Iran. + 162996 + + + + Pakzad + Reza + R + 0000-0001-8133-3664 + + Department of Epidemiology, Faculty of Health, Ilam University of Medical Sciences, Ilam, Iran. + 48443 + + + Student Research Committee, Ilam University of Medical Sciences, Ilam, Iran. + 48443 + + + + Mohajeri Irvani + Mojgan + M + + Department of Anesthesiology and Critical Care, Paramedical Faculty, AJA University of Medical Sciences, Tehran, Iran. + 162996 + + + + Afrah + Ramin + R + + School of advanced technologies in medical sciences, Isfahan university of medical sciences, Isfahan, Iran. + 48455 + + + + eng + + Journal Article + + + 2026 + 05 + 25 + +
+ + United States + Digit Health + 101690863 + 2055-2076 + + + Suicide thought + decision tree + logistic regression + neural networks + random forest + suicide ideation + support vector machine + + The authors declared no potential conflicts of interest with respect to the research, authorship, and/or publication of this article. +
+ + + + 2025 + 6 + 29 + + + 2025 + 12 + 31 + + + 2026 + 5 + 28 + 6 + 33 + + + 2026 + 5 + 28 + 6 + 32 + + + 2026 + 5 + 28 + 4 + 35 + + + 2026 + 5 + 25 + + + epublish + + 42205210 + PMC13201945 + 10.1177/20552076261415932 + 10.1177_20552076261415932 + + + + Asadiyun M, Daliri S. Suicide attempt and suicide death in Iran: a systematic review and meta-analysis study. Iran J Psychiatry 2023; 18: 191. + + PMC10293692 + 37383956 + + + + Darabi F, Ziapour A, Ahmadinia H. Motivations for suicide attempts and risk factors among youths in western Iran: a cross-sectional study. Health Sci Rep 2024; 7: e2297. + + PMC11306521 + 39118672 + + + + Janghorbani M, Sharifirad GR. Completed and attempted suicide in Ilam, Iran (1995–2002): incidence and associated factors. Arch Iran Med 2005; 8: 119–126. + + + Nazarzadeh M, Bidel Z, Ayubi E, et al. Determination of the social related factors of suicide in Iran: a systematic review and meta-analysis. BMC public Health 2013; 13: 1–9. + + PMC3627903 + 23289631 + + + + Sayehmiri K, Mozafari AA, Valizadeh R, et al. Rate and causes of suicide in ilam: a report of the suicide registry. Iran J Psychiatry 2022; 17: 312. + + PMC9699812 + 36474690 + + + + Motillon-Toudic C, Walter M, Séguin M, et al. Social isolation and suicide risk: literature review and perspectives. Eur Psychiatry 2022; 65: 65. + + PMC9641655 + 36216777 + + + + Al-Remawi M, Agha ASA, Al-Akayleh F, et al. Artificial intelligence and machine learning techniques for suicide prediction: integrating dietary patterns and environmental contaminants. Heliyon 2024; 10: e40925. + + PMC11667626 + 39720063 + + + + Nagozir S, Shakouri Khomartash M, Parsania M, et al. Association between genetic variants in the CD209 gene and susceptibility to COVID-19 in Iranian population. Human Gene 2023; 38: 201215. + + + Mathieu S, Treloar A, Hawgood J, et al. The role of unemployment, financial hardship, and economic recession on suicidal behaviors and interventions to mitigate their impact: a review. Front Public Health 2022; 10: 907052. + + PMC9298506 + 35875017 + + + + Kirkbride JB, Anglin DM, Colman I, et al. The social determinants of mental health and disorder: evidence, prevention and recommendations. World Psychiatry 2024; 23: 58–90. + + PMC10786006 + 38214615 + + + + Goldston DB, Molock SD, Whitbeck LB, et al. Cultural considerations in adolescent suicide prevention and psychosocial treatment. Am Psychol 2008; 63: 14. + + PMC2662358 + 18193978 + + + + Kakaei H, Maleki F, Biderafsh A, et al. High prevalence of mental disorders: a population-based cross-sectional study in the city of Ilam, Iran. Front Psychiatry 2023; 14: 1166692. + + PMC10293629 + 37383610 + + + + Ahmadi-Jouybari T, Najafi-Ghobadi S, Karami-Matin R, et al. Investigating factors affecting the interval between a burn and the start of treatment using data mining methods and logistic regression. BMC Med Res Methodol 2021; 21: 71. 20210414. + + PMC8048305 + 33853547 + + + + Faisal M, Scally A, Howes R, et al. A comparison of logistic regression models with alternative machine learning methods to predict the risk of in-hospital mortality in emergency medical admissions via external validation. Health Informatics J 2020; 26: 34–44. 20181129. + + 30488755 + + + + Najafi-Ghobadi S, Najafi-Ghobadi K, Tapak L, et al. Application of data mining techniques and logistic regression to model drug use transition to injection: a case study in drug use treatment centers in Kermanshah Province, Iran. Subst Abuse Treat Prev Policy 2019; 14: 55. 20191212. + + PMC6909482 + 31831013 + + + + Bouchefry E, de Souza K, S R. Chapter 12 - learning in big data: introduction to machine learning. In: Škoda P, Adam F. (eds) Knowledge discovery in big data from astronomy and earth observation. Hertford, UK: Elsevier, 2020, pp.225–249. + + + Sarker IH. Machine learning: algorithms, real-world applications and research directions. SN Comput Sci 2021; 2: 160. + + PMC7983091 + 33778771 + + + + Shehab M, Abualigah L, Shambour Q, et al. Machine learning in medical applications: a review of state-of-the-art methods. Comput Biol Med 2022; 145: 105458. + + 35364311 + + + + Akter S, Dwivedi YK, Sajib S, et al. Algorithmic bias in machine learning-based marketing models. J Bus Res 2022; 144: 201–216. + + + Nordin N, Zainol Z, Mohd Noor MH, et al. Suicidal behaviour prediction models using machine learning techniques: a systematic review. Artif Intell Med 2022; 132: 102395. + + 36207078 + + + + Le Glaz A, Haralambous Y, Kim-Dufor DH, et al. Machine learning and natural language processing in mental health: systematic review. J Med Internet Res 2021; 23: e15708. + + PMC8132982 + 33944788 + + + + Guile D. Machine learning – A new kind of cultural tool? A “recontextualisation” perspective on machine learning + interprofessional learning. Learn Cult Soc Interact 2023; 42: 100738. + + + Heckler WF, de Carvalho JV, Barbosa JLV. Machine learning for suicidal ideation identification: a systematic literature review. Comput Human Behav 2022; 128: 107095. + + + Jacobucci R, Grimm KJ. Machine learning and psychological research: the unexplored effect of measurement. Perspect Psychol Sci 2020; 15: 809–816. + + 32348703 + + + + Shu X, Ye Y. Knowledge discovery: methods from data mining and machine learning. Soc Sci Res 2023; 110: 102817. + + 36796993 + + + + Boudreaux ED, Rundensteiner E, Liu F, et al. Applying machine learning approaches to suicide prediction using healthcare data: overview and future directions. Front Psychiatry 2021; 12: 707916. + + PMC8369059 + 34413800 + + + + Pigoni A, Delvecchio G, Turtulici N, et al. Machine learning and the prediction of suicide in psychiatric populations: a systematic review. Transl Psychiatry 2024; 14: 140. + + PMC10925059 + 38461283 + + + + Taherdoost H. Enhancing social Media platforms with machine learning algorithms and neural networks. Algorithms 2023; 16: 271. + + + van der Ploeg T, Nieboer D, Steyerberg EW. Modern modeling techniques had limited external validity in predicting mortality from traumatic brain injury. J Clin Epidemiol 2016; 78: 83–89. 20160314. + + 26987507 + + + + Bazyar M, Kakaei H, Azadi H, et al. Self-rated health status and associated factors in Ilam, west of Iran: results of a population-based cross-sectional study. Front Public Health 2025; 12: 1435687. + + PMC11747038 + 39839384 + + + + Bazyar M, Kakaei H, Jalilian M, et al. Socioeconomic inequality in self-rated health and its determinants: an oaxaca blinder decomposition in Ilam, west of Iran during 2023. BMC Health Serv Res 2023; 23: 1203. + + PMC10625218 + 37924069 + + + + Sahebi A, Asghari M, Salari R. Validation of depression anxiety and stress scale (DASS-21)for an Iranian population. J Iranian Psychologists 2005; 1: 1–18. + + + Baheiraei A, Hamzehgardeshi Z, Mohammadi M, et al. Psychometric properties of the Persian version of the youth risk behavior survey questionnaire. Iran Red Crescent Med J 2012; 14: 363. + + PMC3420027 + 22924115 + + + + Yari A, Nadrian H, Rashidian H, et al. Psychometric properties of the Persian version of social capital questionnaire in Iran. Med J Islam Repub Iran 2014; 28: 17. + + PMC4153523 + 25250262 + + + + Borges G, Nock MK, Abad JMH, et al. Twelve-month prevalence of and risk factors for suicide attempts in the world health organization world mental health surveys. J Clin Psychiatry 2010; 71: 21777. + + PMC3000886 + 20816034 + + + + Kessler RC, Üstün TB. The world mental health (WMH) survey initiative version of the world health organization (WHO) composite international diagnostic interview (CIDI). Int J Methods Psychiatr Res 2004; 13: 93–121. + + PMC6878592 + 15297906 + + + + Nedjat S, Mehrdad R, Yunesian M, et al. Prospective cohort study on the social determinants of health: Tehran university of medical sciences employees` cohort (TEC) study protocol. BMC Public Health 2020; 20: 1703. + + PMC7666496 + 33187513 + + + + Maharlouei N, Akbari M, Shirazy MK, et al. Factors associated with self-rated health status in southwestern Iran: a population-based study. Public Health 2016; 140: 179–185. + + 27498159 + + + + Hassanzadeh R, Farhadian M, Rafieemehr H. Hospital mortality prediction in traumatic injuries patients: comparing different SMOTE-based machine learning algorithms. BMC Med Res Methodol 2023; 23: 101. + + PMC10122327 + 37087425 + + + + Mieze K, Kivite-Urtane A, Grinberga D, et al. Self-reported suicidal behaviours and associated factors in the general population of Latvia (2010–2018). Int J Soc Psychiatry 2023; 69: 1749–1767. + + PMC10657512 + 37222074 + + + + Rancāns E, Toms P, Māris T, et al. Prevalence and sociodemographic characteristics of self-reported suicidal behaviours in Latvia in 2010: a population-based study. Nord J Psychiatry 2016; 70: 195–201. + + 26360335 + + + + Kikhavani S, Veisani Y, Mohamadian F, et al. Socioeconomic inequality in self-immolation, between genders; oaxaca-blinder decomposition, results of registration-based suicide data. Bull Emerg Trauma 2019; 7: 399–403. + + PMC6911709 + 31858003 + + + + Broadbent M, Medina Grespan M, Axford K, et al. A machine learning approach to identifying suicide risk among text-based crisis counseling encounters. Front Psychiatry 2023; 14: 1110527. + + PMC10076638 + 37032952 + + + + Bae SM. The prediction model of suicidal thoughts in Korean adults using decision tree analysis: a nationwide cross-sectional study. PloS One 2019; 14: e0223220. + + PMC6785128 + 31596870 + + + + Haghish E, Laeng B, Czajkowski N. Are false positives in suicide classification models a risk group? Evidence for “true alarms” in a population-representative longitudinal study of Norwegian adolescents. Front Psychol 2023; 14: 1216483. + + PMC10540433 + 37780152 + + + + Fazel S, Vazquez-Montes MD, Molero Y, et al. Risk of death by suicide following self-harm presentations to healthcare: development and validation of a multivariable clinical prediction rule (OxSATS). BMJ Ment Health 2023; 26: e300673. DOI: https://doi.org/10.1136/bmjment-2023-300673. + + PMC10335583 + 37385664 + + + + Kim AM, Jeon SW, Cho SJ, et al. Comparison of the factors for suicidal ideation and suicide attempt: a comprehensive examination of stress, view of life, mental health, and alcohol use. Asian J Psychiatr 2021; 65: 102844. + + 34571412 + + + + Kim E, Yi JS. Factors related to suicidal ideation and prediction of high-risk groups among youngest-old adults in South Korea. Int J Environ Res Public Health 2022; 19: 10028. + + PMC9408520 + 36011664 + + + + Qiu T, Klonsky ED, Klein DN. Hopelessness predicts suicide ideation but not attempts: a 10-year longitudinal study. Suicide Life Threat Behav 2017; 47: 718–722. + + PMC5540846 + 28150463 + + + + Beghi M, Butera E, Cerri CG, et al. Suicidal behaviour in older age: a systematic review of risk factors associated to suicide attempts and completed suicides. Neurosci Biobehav Rev 2021; 127: 193–211. + + 33878336 + + + + Ellis JD, Rabinowitz JA, Strickland JC, et al. Predictors of suicidal ideation during residential substance use treatment. J Clin Psychiatry 2023; 84: 47183. + + PMC10960235 + 37227401 + + + + Klonsky ED, May AM, Saffer BY. Suicide, suicide attempts, and suicidal ideation. Annu Rev Clin Psychol 2016; 12: 307–330. + + 26772209 + + + + Kivimäki M, Batty GD, Pentti J, et al. Association between socioeconomic status and the development of mental and physical health conditions in adulthood: a multi-cohort study. The Lancet Public Health 2020; 5: e140–e149. + + 32007134 + + + + Madigan A, Daly M. Socioeconomic status and depressive symptoms and suicidality: the role of subjective social status. J Affect Disord 2023; 326: 36–43. + + 36709827 + + + + Stack S. Contributing factors to suicide: political, social, cultural and economic. Prev Med 2021; 152: 106498. + + 34538366 + + + + Pakzad R, Nedjat S, Salehiniya H, et al. Effect of alcohol consumption on breast cancer: probabilistic bias analysis for adjustment of exposure misclassification bias and confounders. BMC Med Res Methodol 2023; 23: 157. + + PMC10318777 + 37403100 + + + + Pakzad R, Nedjat S, Yaseri M, et al. Effect of smoking on breast cancer by adjusting for smoking misclassification bias and confounders using a probabilistic bias analysis method. Clin Epidemiol 2020; 12: 557–568. + + PMC7266328 + 32547245 + + + + Cao Y, Dai J, Wang Z, et al. Machine learning approaches for depression detection on social Media: a systematic review of biases and methodological challenges. J Behav Data Sci 2025; 5: 67–102. + + + Ding Z, Wang Z, Zhang Y, et al. Trade-offs between machine learning and deep learning for mental illness detection on social media. Sci Rep 2025; 15: 14497. + + PMC12032126 + 40281061 + + + + Zhang Y, Wang Z, Ding Z, et al. Employing machine learning and deep learning models for mental illness detection. Computation 2025; 13: 186. + + + +
+ + + 42205168 + + 2026 + 05 + 28 + + + 2026 + 05 + 28 + +
+ + 2772-5723 + + 5 + 7 + + 2026 + + + Gastro hep advances + Gastro Hep Adv + + A Clustering-Based Machine Learning Approach for Mortality Prediction in Gastrointestinal Bleeding: Development and Validation. + + 100985 + 100985 + + 100985 + 10.1016/j.gastha.2026.100985 + + Gastrointestinal bleeding (GIB) is a life-threatening emergency with considerable morbidity and mortality. Traditional risk scores like AIMS65 and Glasgow-Blatchford Score (GBS) are limited in capturing nonlinear clinical interactions. We developed and externally validated a machine learning model to predict 30-day mortality in GIB patients. + We retrospectively analyzed 5453 emergency department patients with GIB from the Medical Information Mart for Intensive Care IV-Emergency Department database for model development, with external validation using 7166 patients from Jefferson Health. Sixteen clinical and laboratory variables were selected based on a literature review and clinical relevance. The development cohort was divided into training (80%) and internal validation (20%) sets. Survivors were partitioned into 24 clusters using K-means, with separate random forest models trained on each cluster, combined with all deceased cases. Performance was evaluated using the area under the receiver-operating characteristic curve, sensitivity, and specificity on the external validation set, then benchmarked against AIMS65 and the GBS. + The model achieved an area under the receiver-operating characteristic curve of 0.884 (95% confidence interval: 0.863-0.905) on internal validation and 0.882 (95% confidence interval: 0.863-0.900) on external validation, significantly outperforming AIMS65 (0.737) and GBS (0.768) (P < .001). At the optimal threshold, the model achieved 87.9% sensitivity and 74.3% specificity on the external validation cohort. At maximum sensitivity thresholds, the model maintained higher specificity (54.4%) than AIMS65 (29.7%) and GBS (17.0%) (P < .001). Clustering identified distinct phenotypes with mortality ranging from 0.6% to 15.3%. SHapley Additive exPlanations analysis identified age, albumin, hemodynamic parameters, and presenting hemoglobin and platelet count as key predictors. + Our model provides superior risk stratification for 30-day mortality in GIB compared to conventional scores, with validated generalizability and potential for integration into electronic health record systems. + © 2026 The Author(s). + + + + Alomari + Laith + L + + Department of Medicine, Jefferson Einstein Philadelphia Hospital, Philadelphia, Pennsylvania. + + + + Al-Fakhouri + Zaid + Z + + Department of Medicine, The MetroHealth System, Case Western Reserve University, Cleveland, Ohio. + + + + Jaradat + Jaber + J + + Faculty of Medicine, Mu'tah University, Al-Karak, Jordan. + + + + Simadibrata + Daniel + D + + Department of Medicine, The MetroHealth System, Case Western Reserve University, Cleveland, Ohio. + + + + Al-Riyalat + Ahmad + A + + Department of Medicine, Jefferson Einstein Philadelphia Hospital, Philadelphia, Pennsylvania. + + + + Lam + Justin + J + + Department of Medicine, Jefferson Einstein Philadelphia Hospital, Philadelphia, Pennsylvania. + + + + Otabor + Emmanuel + E + + Department of Medicine, Jefferson Einstein Philadelphia Hospital, Philadelphia, Pennsylvania. + + + + Jarrar + Yaman + Y + + Department of Medicine, Lehigh Valley Health Network, Allentown, Pennsylvania. + + + + Massad + Abdallah + A + + Department of Medicine, University of Texas Medical Branch, Galveston, Texas. + + + + Alomari + Jana + J + + Faculty of Medicine, Jordan University of Science and Technology, Irbid, Jordan. + + + + Abdel-Jalil + Ala + A + + Division of Gastroenterology and Hepatology, MetroHealth Medical Center, Case Western Reserve University, Cleveland, Ohio. + + + + Ezaz + Ghideon + G + + Division of Gastroenterology and Hepatology, Department of Medicine, Jefferson Einstein Philadelphia Hospital, Philadelphia, Pennsylvania. + + + + eng + + Journal Article + + + 2026 + 04 + 24 + +
+ + Netherlands + Gastro Hep Adv + 9918350485906676 + 2772-5723 + + + Ensemble Model + Gastrointestinal Bleeding + Machine Learning + Mortality Prediction + Risk Stratification + +
+ + + + 2025 + 12 + 21 + + + 2026 + 4 + 17 + + + 2026 + 5 + 28 + 6 + 34 + + + 2026 + 5 + 28 + 6 + 33 + + + 2026 + 5 + 28 + 4 + 34 + + + 2026 + 4 + 24 + + + epublish + + 42205168 + PMC13202545 + 10.1016/j.gastha.2026.100985 + S2772-5723(26)00106-8 + + + + Zheng N.S., Tsay C., Laine L., et al. Trends in characteristics, management, and outcomes of patients presenting with gastrointestinal bleeding to emergency departments in the United States from 2006 to 2019. Aliment Pharmacol Ther. 2022;56(11–12):1543–1555. + + PMC9669230 + 36173090 + + + + Almadi M.A., Barkun A.N. Patient presentation, risk stratification, and initial management in acute lower gastrointestinal bleeding. Gastrointest Endosc Clin N Am. 2018;28(3):363–377. + + 29933781 + + + + Stanley A.J., Laine L., Dalton H.R., et al. Comparison of risk scoring systems for patients presenting with upper gastrointestinal bleeding: international multicentre prospective study. BMJ. 2017;356 + + PMC5217768 + 28053181 + + + + Shung D., Simonov M., Gentry M., et al. Machine learning to predict outcomes in patients with acute gastrointestinal bleeding: a systematic review. Dig Dis Sci. 2019;64(8):2078–2087. + + 31055722 + + + + Shung D.L., Au B., Taylor R.A., et al. Validation of a machine learning model that outperforms clinical risk scoring systems for upper gastrointestinal bleeding. Gastroenterology. 2019;158(1):160–167. + + PMC7004228 + 31562847 + + + + Shung D.L., Chan C.E., You K., et al. Validation of an electronic health record–based machine learning model compared with clinical risk scores for gastrointestinal bleeding. Gastroenterology. 2024;167(6):1198–1212. + + PMC11493512 + 38971198 + + + + Johnson A., Bulgarelli L., Pollard T., et al. MIMIC-IV-ED (version 2.2) PhysioNet. 2023 + + + Johnson A., Bulgarelli L., Pollard T., et al. MIMIC-IV (version 3.1) PhysioNet. 2024 + + + Deshmukh F., Merchant S.S. Explainable machine learning model for predicting GI bleed mortality in the intensive care unit. Am J Gastroenterol. 2020;115(10):1657–1668. + + 32341266 + + + + Hoffmann V., Neubauer H., Heinzler J., et al. A novel easy-to-use prediction scheme for upper gastrointestinal bleeding: Cologne-WATCH (C-WATCH) risk score. Medicine (Baltimore) 2015;94(38) + + PMC4635768 + 26402828 + + + + Yang J., Han S., Nah S., et al. A novel predictive model for Intensive Care Unit admission in Emergency Department patients with upper gastrointestinal bleeding. Medicine (Baltimore) 2024;103(47) + + PMC11596417 + 39809218 + + + + Moledina S.M., Komba E. Risk factors for mortality among patients admitted with upper gastrointestinal bleeding at a tertiary hospital: a prospective cohort study. BMC Gastroenterol. 2017;17(1):165. + + PMC5738843 + 29262794 + + + + Chalasani N., Patel K., Clark W.S., et al. The prevalence and significance of leukocytosis in upper gastrointestinal bleeding. Am J Med Sci. 1998;315(4):233–236. + + 9537636 + + + + Laursen S.B., Oakland K., Laine L., et al. ABC score: a new risk score that accurately predicts mortality in acute upper and lower gastrointestinal bleeding: an international multicentre study. Gut. 2020;70(4):707–716. + + 32723845 + + + + Hassanat A., Altarawneh G., Alkhawaldeh I.M., et al. 2022 IEEE Symposium on Computers and Communications (ISCC) 2023. The jeopardy of learning from over-sampled class-imbalanced medical datasets; pp. 1–7. + + + Tarawneh A.S., Hassanat A.B., Altarawneh G.A., et al. Stop oversampling for class imbalance learning: a review. IEEE Access. 2022;10:47643–47660. + + + Hassanat A.B., Tarawneh A.S., Abed S.S., et al. RDPVR: random data partitioning with voting rule for machine learning from class-imbalanced datasets. Electronics. 2022;11(2):228. + + + Lundberg S.M., Lee S.I. A unified approach to interpreting model predictions. arXiv. 2017 + + + Lundberg S.M., Erion G., Chen H., et al. From local explanations to global understanding with explainable AI for trees. Nat Mach Intell. 2020;2(1):56–67. + + PMC7326367 + 32607472 + + + + Liu L., Bi B., Cao L., et al. Predictive model and risk analysis for peripheral vascular disease in type 2 diabetes mellitus patients using machine learning and shapley additive explanation. Front Endocrinol (Lausanne) 2024;15 + + PMC10933094 + 38481447 + + + + Khan W., Zaki N., Ghenimi N., et al. Predicting preterm birth using explainable machine learning in a prospective cohort of nulliparous and multiparous pregnant women. PLoS One. 2023;18(12) + + PMC10752564 + 38150456 + + + + Yang F., Li C., Yang W., et al. Development and validation of an explainable machine learning model for predicting multidimensional frailty in hospitalized patients with cirrhosis. Brief Bioinform. 2024;25(6a) + + PMC11446601 + 39358034 + + + + Luo H., Xiang C., Zeng L., et al. SHAP based predictive modeling for 1 year all-cause readmission risk in elderly heart failure patients: feature selection and model interpretation. Sci Rep. 2024;14(1) + + PMC11291677 + 39085442 + + + + Raghareutai K., Kaosombatwattana U. Reassessing the inputs for a machine learning model in gastrointestinal bleeding risk stratification. Gastroenterology. 2025;168:1038–1039. + + 39884468 + + + + Sengupta N., Feuerstein J.D., Jairath V., et al. Management of patients with acute lower gastrointestinal bleeding: an updated ACG guideline. Am J Gastroenterol. 2022;118(2):208–231. + + 36735555 + + + + Laine L., Barkun A.N., Saltzman J.R., et al. Correction to: ACG clinical guideline: upper gastrointestinal and ulcer bleeding. Am J Gastroenterol. 2021;116(11):2309. + + 34732677 + + + + Tonekaboni S., Joshi S., McCradden M.D., et al. What clinicians want: contextualizing explainable machine learning for clinical end use. arXiv. 2019 + + + Rockall T.A., Logan R.F., Devlin H.B., et al. Risk assessment after acute upper gastrointestinal haemorrhage. Gut. 1996;38(3):316–321. + + PMC1383057 + 8675081 + + + + Lee C.H., Yoon H., Choi Y.J., et al. Predictive factors of therapeutic intervention in on-call endoscopy for suspected gastrointestinal bleeding. Scand J Gastroenterol. 2018;53(8):958–963. + + 30134741 + + + + Ito N., Funasaka K., Furukawa K., et al. A novel scoring system to predict therapeutic intervention for non-variceal upper gastrointestinal bleeding. Intern Emerg Med. 2021;17(2):423–430. + + 34363550 + + + + Sasaki Y., Abe T., Kawamura N., et al. Prediction of the need for emergency endoscopic treatment for upper gastrointestinal bleeding and new score model: a retrospective study. BMC Gastroenterol. 2022;22(1):337. + + PMC9277905 + 35820868 + + + + Afessa B. Systemic inflammatory response syndrome in patients hospitalized for gastrointestinal bleeding. Crit Care Med. 1999;27(3):554–557. + + 10199536 + + + + Adler-Milstein J., DesRoches C.M., Kralovec P., et al. Electronic health record adoption in US hospitals: progress continues, but challenges persist. Health Aff. 2015;34(12):2174–2180. + + 26561387 + + + + Henry K.E., Hager D.N., Pronovost P.J., et al. A targeted real-time early warning score (TREWScore) for septic shock. Sci Transl Med. 2015;7(299) + + 26246167 + + + + Hyland S.L., Faltys M., Hüser M., et al. Early prediction of circulatory failure in the intensive care unit using machine learning. Nat Med. 2020;26(3):364–373. + + 32152583 + + + + Obermeyer Z., Powers B., Vogeli C., et al. Dissecting racial bias in an algorithm used to manage the health of populations. Science. 2019;366(6464):447–453. + + 31649194 + + + + Lapp L., Roper M., Kavanagh K., et al. Dynamic prediction of patient outcomes in the intensive care unit: a scoping review of the state-of-the-art. J Intensive Care Med. 2023;38(7):575–591. + + PMC10302367 + 37016893 + + + + Sung J.J.Y., Laine L., Kuipers E.J., et al. Towards personalised management for non-variceal upper gastrointestinal bleeding. Gut. 2021;70(5):818–824. + + 33649044 + + + + Keefer L., Palsson O.S., Pandolfino J.E. Best practice update: incorporating psychogastroenterology into management of digestive disorders. Gastroenterology. 2018;154(5):1249–1257. + + 29410117 + + + + +
+ + + 42205092 + + 2026 + 05 + 28 + +
+ + 2040-3372 + + + 2026 + May + 28 + + + Nanoscale + Nanoscale + + Machine learning assisted stability and CO2 reduction reaction activity prediction of single atom alloys. + 10.1039/d6nr00618c + + Single-atom alloy catalyst design requires a synergistic understanding of stability and activity. Herein, density functional theory (DFT) and machine learning (ML) were integrated to investigate the stability and CO2 reduction activity of 1131 SAA configurations across the periodic table. XGBoost regression model was developed to predict SAA stability, achieving performance with R + 2 of 0.93 and MAE of 0.21 eV. Recursive feature elimination (RFE) and Shapley additive exPlanations (SHAP) analysis identified the bulk cohesive energy difference (ΔCEbulk), electronegativity difference (Δχ), and atomic radius difference (Δr) as key stability descriptors, where Δr quantifies geometric compatibility, Δχ modulates electronic distribution, and ΔCEbulk directly reflects the combined effect of geometric and electronic factors, aligning with the Hume-Rothery theory. For CO2RR activity investigation, 514 CO adsorption energy (ΔE + CO) data points were collected, and Random Forest Regression (RFR) model was built with R + 2 = 0.97 and MAE = 0.09 eV. Cohesive energy of the dopant atom (CEbulk_b), C-O bond length (l + C-O), and C-dopant bond length (l + C-N) were identified as dominant descriptors for ΔE + CO. Guided by the Sabatier principle (ΔE + CO∈[-0.77, -0.57 eV] and ΔE + H∉[-0.47, -0.07] eV), 26 promising SAA candidates were screened. DFT validation confirmed Al1/Cu (111) and Au1/Pd (111) reduce the potential-determining step barrier of CO2RR to CH4/CH3OH, enhancing the reaction kinetics. This work provides a comprehensive framework for the efficient screening of stable and active SAA catalysts for CO2RR. + + + + Zhu + Qiuyan + Q + 0009-0004-8586-4277 + + School of Chemistry, State Key Laboratory of Fine Chemicals, , Dalian University of Technology, No. 2 Linggong Road, Dalian City, Liaoning Province, 116024, P. R. China. tiandx@dlut.edu.cn. + + + + Tian + Dongxu + D + 0000-0002-8126-2787 + + School of Chemistry, State Key Laboratory of Fine Chemicals, , Dalian University of Technology, No. 2 Linggong Road, Dalian City, Liaoning Province, 116024, P. R. China. tiandx@dlut.edu.cn. + + + + Du + Xiaru + X + + Dalian Kaiteli Catalytic Engineering Technology Co. Ltd, No. 19 Huangpu Road, Dalian City, Liaoning Province, 116024, P. R. China. + + + + eng + + Journal Article + + + 2026 + 05 + 28 + +
+ + England + Nanoscale + 101525249 + 2040-3364 + + IM +
+ + + + 2026 + 5 + 28 + 6 + 32 + + + 2026 + 5 + 28 + 6 + 32 + + + 2026 + 5 + 28 + 4 + 22 + + + aheadofprint + + 42205092 + 10.1039/d6nr00618c + + +
+ + + 42205041 + + 2026 + 05 + 28 + +
+ + 1362-4962 + + + 2026 + May + 28 + + + Nucleic acids research + Nucleic Acids Res + + PLATE-VS: a web server for protein-ligand assay curation and cross-target virtual screening datasets. + gkag509 + 10.1093/nar/gkag509 + + PLATE-VS (Protein-Ligand Affinity-based Target Evaluation-Virtual Screening, https://www.drugbench.org/) is a free, openly accessible web server that integrates protein structural information, ligand activity data, and property-matched decoys to produce training-ready datasets for virtual screening and molecular machine learning. Unlike structure-only or assay-only resources, PLATE-VS addresses the bottleneck in obtaining clean protein-ligand datasets with principled train/test splits, spanning a range of difficulty, from those allowing higher levels of similarity with known ligand-receptor pairs to more challenging cross-target generalization. The server enables queries and inspection of data in various formats, returning interactive assay summaries with harmonized activities, curated metadata, a stratified panel of protein-ligand complexes, and downloadable split tables. These data and the associated Application Programming Interface can be used to facilitate the study of binding activity relationships in protein-ligand interactions. + &amp;#x00A9; The Author(s) 2026. Published by Oxford University Press. + + + + Xu + Ao + A + + Department of Computer Science, University of Southern California, Los Angeles, 90089,United States. + + + + Hong + Yongchan + Y + + Department of Quantitative and Computational Biology, University of Southern California, Los Angeles, 90089,United States. + + + + Lam + Jordy Homing + JH + 0000-0002-5496-6228 + + Department of Quantitative and Computational Biology, University of Southern California, Los Angeles, 90089,United States. + + + + Katritch + Vsevolod + V + 0000-0003-3883-4505 + + Department of Quantitative and Computational Biology, University of Southern California, Los Angeles, 90089,United States. + + + + eng + + + R35GM153437 + NH + NIH HHS + United States + + + Croucher Foundation of Hong Kong + + + + + Journal Article + + + 2026 + 05 + 28 + +
+ + England + Nucleic Acids Res + 0411011 + 0305-1048 + + IM +
+ + + + 2026 + 3 + 20 + + + 2026 + 4 + 29 + + + 2026 + 5 + 6 + + + 2026 + 5 + 28 + 6 + 32 + + + 2026 + 5 + 28 + 6 + 32 + + + 2026 + 5 + 28 + 3 + 53 + + + aheadofprint + + 42205041 + 10.1093/nar/gkag509 + 8697227 + + +
+ + + 42204930 + + 2026 + 05 + 28 + +
+ + 1532-4311 + + + 2026 + May + 27 + + + Immunological investigations + Immunol Invest + + Identification of BMX as a Potential Biomarker for Rheumatoid Arthritis Based on WGCNA, Machine Learning, and Experimental Validation. + + 1 + 18 + 1-18 + + 10.1080/08820139.2026.2674702 + + Rheumatoid arthritis (RA) is a chronic autoimmune disease needing reliable biomarkers. This study aimed to identify potential RA biomarkers using WGCNA and machine learning, and analyze their correlation with disease activity and STAT3. + GEO datasets were used. WGCNA and three machine learning methods (LASSO, SVM, Boruta) screened common core genes. Correlation with STAT3 was analyzed. RT-qPCR validated core gene expression in RA patients. Correlation with clinical parameters (DAS28, CCP, RF, ESR) and ROC curves were assessed. + WGCNA identified 11 modules; the black module correlated most with RA. LASSO, SVM, and Boruta identified 16, 35, and 46 key genes respectively, with one overlapping core gene: BMX. BMX expression positively correlated with STAT3. RT-qPCR confirmed BMX upregulation in RA, which positively correlated with DAS28 and RF. ROC analysis gave an AUC of 0.789. + BMX expression is upregulated in RA patients, correlates with disease activity, and represents a potential diagnostic biomarker. The BMX‑STAT3 correlation suggests its possible involvement in RA pathogenesis, but the regulatory relationship requires further functional validation. + + + + Huang + Xinmin + X + + Rheumatology, Shenzhen Futian Hospital for Rheumatic Diseases, Shenzhen, China. + + + + Cai + Xu + X + + Rheumatology, Shenzhen Futian Hospital for Rheumatic Diseases, Shenzhen, China. + + + + Yan + Zhenbo + Z + + Rheumatology, Shenzhen Futian Hospital for Rheumatic Diseases, Shenzhen, China. + + + + Wu + Xian + X + + Rheumatology, Shenzhen Futian Hospital for Rheumatic Diseases, Shenzhen, China. + + + + Chen + Xinpeng + X + + Rheumatology, Shenzhen Futian Hospital for Rheumatic Diseases, Shenzhen, China. + + + + Xiao + Jianwei + J + + Rheumatology, Shenzhen Futian Hospital for Rheumatic Diseases, Shenzhen, China. + + + + eng + + Journal Article + + + 2026 + 05 + 27 + +
+ + England + Immunol Invest + 8504629 + 0882-0139 + + IM + + BMX + Rheumatoid arthritis + STAT3 + WGCNA + machine learning + +
+ + + + 2026 + 5 + 28 + 6 + 32 + + + 2026 + 5 + 28 + 6 + 32 + + + 2026 + 5 + 28 + 2 + 53 + + + aheadofprint + + 42204930 + 10.1080/08820139.2026.2674702 + + +
+ + + 42204865 + + 2026 + 05 + 28 + + + 2026 + 05 + 28 + +
+ + 1537-744X + + 2026 + 1 + + 2026 + + + TheScientificWorldJournal + ScientificWorldJournal + + Integrating Business Intelligence and CRM Systems With a Machine Learning Approach for Predictive Customer Retention in E-Commerce. + + e1946904 + e1946904 + + 10.1155/tswj/1946904 + + In the rapidly evolving e-commerce landscape, retaining existing customers has become more cost-effective and strategically important than acquiring new ones. This study proposes a data-driven framework that integrates business intelligence (BI) tools, machine learning, and customer relationship management (CRM) decision support to improve predictive customer retention. The framework was developed using the publicly available Brazilian E-Commerce Public Dataset (Olist), which contains more than 100,000 orders and includes transactional, payment, delivery, product, and customer-review information. After SQL-based integration and feature engineering, customer segmentation was performed using K-means clustering on recency, frequency, monetary (RFM) variables, identifying three behavioral groups: loyal, at-risk, and occasional customers. For churn prediction, Random Forest and XGBoost classifiers were trained on customer-level behavioral, satisfaction, and service-related features. XGBoost achieved the best overall performance, with accuracy = 0.81, precision = 0.79, recall = 0.83, F1 - score = 0.81, and AUC = 0.85, outperforming Random Forest (accuracy = 0.76, precision = 0.74, recall = 0.71, F1 - score = 0.72, and AUC = 0.76). The resulting segmentation and churn scores were then exposed through Power BI dashboards and mapped into a proof-of-concept CRM decision framework for retention planning. Unlike studies that treat BI, machine learning, or CRM in isolation, this research presents an end-to-end analytical pipeline that links data preparation, predictive modeling, dashboard-based decision support, and scenario-level CRM action design. The framework provides a reproducible basis for e-commerce retention analytics and a practical foundation for future live deployment and A/B-tested CRM validation. + Copyright © 2026 Mohammad Zeinali et al. The Scientific World Journal published by John Wiley & Sons Ltd. + + + + Zeinali + Mohammad + M + 0009-0001-5215-5691 + + Faculty of Engineering, University of Isfahan, Isfahan, Iran, ui.ac.ir. + + + + Ramezani Asli + Leila + L + 0009-0002-9819-5063 + + Department of Industrial Engineering, Tafresh University, Tafresh, Iran, tafreshu.ac.ir. + + + + Khalili + Mohammad Amin + MA + 0000-0001-9671-761X + + Department of Earth, Environmental and Resource Sciences, Monte Sant'Angelo Campus, Federico II University of Naples, Naples, Italy, unina.it. + + + School of Geography, Geology and the Environment, University of Leicester, Leicester, UK, le.ac.uk. + + + + eng + + Journal Article + +
+ + United States + ScientificWorldJournal + 101131163 + 1537-744X + + IM + + + Machine Learning + + + Commerce + + + Consumer Behavior + + + Boosting Machine Learning Algorithms + + + Random Forest + + + Prediction Algorithms + + + Predictive Learning Models + + + Data Analytics + + + Humans + + + Classification Algorithms + + + + business intelligence (BI) + churn prediction + customer relationship management (CRM) + customer segmentation + e-commerce data analytics + +
+ + + + 2026 + 4 + 21 + + + 2025 + 9 + 27 + + + 2026 + 5 + 11 + + + 2026 + 5 + 28 + 6 + 32 + + + 2026 + 5 + 28 + 6 + 31 + + + 2026 + 5 + 28 + 2 + 22 + + + ppublish + + 42204865 + 10.1155/tswj/1946904 + + + + R L. S. and Manasa N., Role of Digital Marketing Tactics in Enhancing Financial Performance in E-Commerce Enterprises, Artificial Intelligence in Peace, Justice, and Strong Institutions, 2025, IGI Global Scientific Publishing, 257–282, https://doi.org/10.4018/979-8-3693-9395-6.ch012. + + + Kumar S., Bajpai V. N., Kumar Jha A., and Upadhyay S., Predictive Analytics for Customer Lifetime Value (CLV) Optimization: Estimating CLV to Inform Strategic Marketing Decisions for Maximizing Profitability, 2024 13th International Conference on System Modeling & Advancement in Research Trends (SMART), 2024, Institute of Electrical and Electronics Engineers, 431–435, https://doi.org/10.1109/SMART63812.2024.10882516. + + + Osakwe J., Mutelo S., and Obijiofor N., Integrating Customer Relationship Management and Business Intelligence to Enhance Customer Satisfaction and Organisational Performance. A Literature Review, Proceedings of the International Conference on Information Systems and Emerging Technologies (ICISET 2023), 2023, Elsevier SSRN Electronic Journal, https://doi.org/10.2139/ssrn.4664792. + + + Aung T. H., Mo T. R., and Bhaumi A., The Impact of Business Intelligence on Customer Relationship Management in the Banking Sector: A Financial Analysis, Advancement in Management and Technology. (2024) 4, no. 4, 01–11, https://doi.org/10.46977/apjmt.2024.v04i04.001. + + + Patil D., Email Marketing With Artificial Intelligence: Enhancing Personalization, Engagement, and Customer Retention, SSRN Electronic Journal, 2025, Elsevier SSRN, https://doi.org/10.2139/ssrn.5057438. + + + Basnet S., The Impact of AI-Driven Predictive Analytics on Employee Retention Strategies, International Journal of Research and Review. (2024) 11, no. 9, 50–65, https://doi.org/10.52403/ijrr.20240906. + + + Rosário A. T. and Dias J. C., How Has Data-Driven Marketing Evolved: Challenges and Opportunities With Emerging Technologies, International Journal of Information Management Data Insights. (2023) 3, no. 2, 100203, https://doi.org/10.1016/j.jjimei.2023.100203. + + + Egbuhuzor N. S., Ajayi A. J., Akhigbe E. E., Agbede O. O., Ewim C. P.-M., and Ajiga D. I., AI and Data-Driven Insights: Transforming Customer Relationship Management (CRM) in Financial Services, Gulf Journal of Advance Business Research. (2025) 3, no. 2, 483–511, https://doi.org/10.51594/gjabr.v3i2.93. + + + Anastasios P. and Maria G., Predictive AI in Business Intelligence Enhancing Market Insights and Strategic Decision-Making, American Journal of Technology Advancement. (2024) 1, no. 8, 72–90. + + + Nagarathinam A., Chellasamy A., and Rangasamy S., Strategic Data Analytics for Sustainable Competitive Advantage, Data-Driven Decision Making, 2024, Palgrave Macmillan, 77–106, https://doi.org/10.1007/978-981-97-2902-9_4. + + + Wedel M. and Kannan P. K., Marketing Analytics for Data-Rich Environments, Journal of Marketing. (2016) 80, no. 6, 97–121, https://doi.org/10.1509/jm.15.0413, 2-s2.0-84994844627. + + + Bachir M. M., Laallam F. Z., Mezati M., Rayane A., and Ahlam D., Enhancing Customer Satisfaction, Brazilian Journal of Technology. (2024) 7, no. 4, 1–20, https://doi.org/10.38152/bjtv7n4-011. + + + Shobana J., Gangadhar C., Arora R. K., Renjith P. N., Bamini J., and devidas Chincholkar Y., E-Commerce Customer Churn Prevention Using Machine Learning-Based Business Intelligence Strategy, Measurement: Sensors. (2023) 27, 100728, https://doi.org/10.1016/j.measen.2023.100728. + + + de Matos Monteiro J. and da Silva F. O., YangX.-S., SherrattR. S., DeyN., and JoshiA., Data-Driven Design in E-Commerce: Contribution of Customer Data Applied to User Experience, Proceedings of Eighth International Congress on Information and Communication Technology, 2024, Springer Nature, 615–624, https://doi.org/10.1007/978-981-99-3236-8_49. + + + Razak I., Customer Engagement in the Digital Age: Marketing Strategies That Win Consumers’ Hearts, Jurnal Pendidikan Indonesia. (2024) 2, no. 2, 159–165. + + + Hochstein B., Voorhees C. M., Pratt A. B., Rangarajan D., Nagel D. M., and Mehrotra V., Customer Success Management, Customer Health, and Retention in B2B Industries, International Journal of Research in Marketing. (2023) 40, no. 4, 912–932, https://doi.org/10.1016/j.ijresmar.2023.09.002. + + + Al-Ajlouni M. M., Al-Maaitah T. A., and Al-Maaitah D. A., Integration of Business Intelligence and Human Resources Management in the Food Sector, Big Data in Finance: Transforming the Financial Landscape, 2025, Springer, 95–109, https://doi.org/10.1007/978-3-031-75095-3_8. + + + Buttle F. and Maklan S., Customer Relationship Management: Concepts and Technologies, 2019, 4th edition, Routledge, https://doi.org/10.4324/9781351016551. + + + Wang T., Yang F., Wang Y., Liu Z., and Cai J., AI in Customer Relationship Management: A Comprehensive Review of AI Applications for Personalized Marketing, Customer Segmentation, and Churn Prediction, Proceedings of the 2024 15th International Conference on E-Business, Management and Economics, ICEME ’24, 2025, Association for Computing Machinery, 317–320, https://doi.org/10.1145/3691422.3691474. + + + Nwabekee U. S., Abdul-Azeez O. Y., Agu E. E., and Ijomah T. I., Digital Transformation in Marketing Strategies: The Role of Data Analytics and CRM Tools, International Journal of Frontline Research in Science and Technology. (2024) 3, no. 2, 055–072, https://doi.org/10.56355/ijfrst.2024.3.2.0047. + + + Scott W., AI Everyday: Transforming Lives With Smart Technology, 2024, eBookIt.com, http://ebookit.com/. + + + Emma L., Data-Driven Decision-Making and Business Intelligence in Modern Organizations, 2024, ResearchGate. + + + Barroso R. M. R., Ferreira F. A. F., Meidutė-Kavaliauskienė I., Banaitienė N., Falcão P. F., and Rosa Á. A., Analyzing the Determinants of E-Commerce in Small and Medium-Sized Enterprises: A Cognition-Driven Framework, Technological and Economic Development of Economy. (2019) 25, no. 3, 496–518, https://doi.org/10.3846/tede.2019.9386, 2-s2.0-85066441308. + + + Ngai E. W. T., Xiu L., and Chau D. C. K., Application of Data Mining Techniques In Customer Relationship Management: A Literature Review and Classification, Expert Systems with Applications. (2009) 36, no. 2, 2592–2602, https://doi.org/10.1016/j.eswa.2008.02.021, 2-s2.0-56349094668. + + + Lemmens A. and Croux C., Bagging and Boosting Classification Trees to Predict Churn, Journal of Marketing Research. (2006) 43, no. 2, 276–286, https://doi.org/10.1509/jmkr.43.2.276, 2-s2.0-33744526493. + + + Burez J. and Van den Poel D., Handling Class Imbalance in Customer Churn Prediction, Expert Systems with Applications. (2009) 36, no. 3, 4626–4636, https://doi.org/10.1016/j.eswa.2008.05.027, 2-s2.0-58349098976. + + + Verbeke W., Martens D., and Baesens B., Social network analysis for customer churn prediction, Applied Soft Computing. (2014) 14, Part C, 431–446, https://doi.org/10.1016/j.asoc.2013.09.017, 2-s2.0-84889092660. + + + Chen H., Chiang R. H. L., and Storey V. C., Business Intelligence and Analytics: From Big Data to Big Impact, MIS Quarterly. (2012) 36, no. 4, 1165–1188, https://doi.org/10.2307/41703503. + + + Asif D., Arif M. S., and Mukheimer A., A Data-Driven Approach With Explainable Artificial Intelligence for Customer Churn Prediction in the Telecommunications Industry, Results in Engineering. (2025) 26, 104629, https://doi.org/10.1016/j.rineng.2025.104629. + + + Devriendt F., Berrevoets J., and Verbeke W., Why You Should Stop Predicting Customer Churn and Start Using Uplift Models, Information Sciences. (2021) 548, 497–515, https://doi.org/10.1016/j.ins.2019.12.075. + + + Chen S., Xu Z., Xu D., and Gou X., Customer Purchase Prediction in B2C E-Business: A Systematic Review and Future Research Agenda, Expert Systems with Applications. (2024) 252, 124261, https://doi.org/10.1016/j.eswa.2024.124261. + + + Kumar M. R., Venkatesh J., and Rahman A. M. J. M. Z., Data Mining and Machine Learning in Retail Business: Developing Efficiencies for Better Customer Retention, Journal of Ambient Intelligence and Humanized Computing. (2021) 12, no. 11, 10153–10162, https://doi.org/10.1007/s12652-020-02711-7. + + + Hirschowitz A., Closing the CRM Loop: The 21st Century Marketer’s Challenge: Transforming Customer Insight Into Customer Value, Journal of Targeting, Measurement and Analysis for Marketing. (2001) 10, no. 2, 168–178, https://doi.org/10.1057/palgrave.jt.5740043. + + + Phan D. D. and Vogel D. R., A Model of Customer Relationship Management and Business Intelligence Systems for Catalogue and Online Retailers, Information & Management. (2010) 47, no. 2, 69–77, https://doi.org/10.1016/j.im.2009.09.001, 2-s2.0-77049127285. + + + Linoff G. S. and Berry M. J. A., Data Mining Techniques: For Marketing, Sales, and Customer Relationship Management, 2011, John Wiley & Sons. + + + Kihlstrom G., Marketing Measurement and Analytics: An Introduction, 2024, Walter de Gruyter GmbH & Co KG, https://doi.org/10.1515/9781501520426. + + + Choy K. L., Lee W. B., and Lo V., Development of a Case Based Intelligent Customer–Supplier Relationship Management System, Expert Systems with Applications. (2002) 23, no. 3, 281–297, https://doi.org/10.1016/S0957-4174(02)00048-9, 2-s2.0-0036776438. + + + Ullah I., Raza B., Malik A. K., Imran M., Islam S. U., and Kim S. W., A Churn Prediction Model Using Random Forest: Analysis of Machine Learning Techniques for Churn Prediction and Factor Identification in Telecom Sector, IEEE Access. (2019) 7, 60134–60149, https://doi.org/10.1109/ACCESS.2019.2914999, 2-s2.0-85065997125. + + + Machiraju S. and Gaurav S., Power BI Data Analysis and Visualization, 2018, Walter de Gruyter GmbH & Co KG, https://doi.org/10.1515/9781547400720. + + + Matuszelański K. and Kopczewska K., Customer Churn in Retail E-Commerce Business: Spatial and Machine Learning Approach, Journal of Theoretical and Applied Electronic Commerce Research. (2022) 17, no. 1, 165–198, https://doi.org/10.3390/jtaer17010009. + + + Pandey T. N., Vasudev A., Sagayanathan D., Anjan G., Arshad D., and Patra S. S., Predicting Customer Satisfaction in Brazil E-commerce: A Comparative Study of Machine Learning Techniques, 2023 International Conference on Computing, Communication, and Intelligent Systems (ICCCIS), 2023, Institute of Electrical and Electronics Engineers, 505–510, https://doi.org/10.1109/ICCCIS60361.2023.10425505. + + + Netz A., Chaudhuri S., Fayyad U., and Bernhardt J., Integrating Data Mining With SQL Databases: OLE DB for Data Mining, Proceedings 17th International Conference on Data Engineering, 2001, IEEE, 379–387, https://doi.org/10.1109/ICDE.2001.914850, 2-s2.0-0035022213. + + + Sethi R., Traverso M., Sundstrom D., Phillips D., Xie W., Sun Y., Yegitbasi N., Jin H., Hwang E., Shingte N., and Berner C., Presto: SQL on Everything, 2019 IEEE 35th International Conference on Data Engineering (ICDE), 2019, 1802–1813, https://doi.org/10.1109/ICDE.2019.00196, 2-s2.0-85067970949. + + + Funatsu K., Knowledge-Oriented Applications in Data Mining, 2011, IntechOpen, https://doi.org/10.5772/1824. + + + Alves Gomes M. and Meisen T., A Review on Customer Segmentation Methods for Personalized Customer Targeting in E-Commerce Use Cases, Information Systems and E-Business Management. (2023) 21, no. 3, 527–570, https://doi.org/10.1007/s10257-023-00640-4. + + + Anitha P. and Patil M. M., RFM Model for Customer Purchase Behavior Using K-Means Algorithm, Journal of King Saud University-Computer and Information Sciences. (2022) 34, no. 5, 1785–1792, https://doi.org/10.1016/j.jksuci.2019.12.011. + + + Chang H.-C. and Tsai H.-P., Group RFM Analysis as a Novel Framework to Discover Better Customer Consumption Behavior, Expert Systems with Applications. (2011) 38, no. 12, 14499–14513, https://doi.org/10.1016/j.eswa.2011.05.034, 2-s2.0-80052028832. + + + Srivastava G. and Bag S., Modern-Day Marketing Concepts Based on Face Recognition and Neuro-Marketing: A Review and Future Research Directions, Benchmarking: An International Journal. (2024) 31, no. 2, 410–438, https://doi.org/10.1108/BIJ-09-2022-0588. + + + Serwah A. M. A., Khaw K. W., Yeng C. S. P., and Alnoor A., Customer Analytics for Online Retailers Using Weighted K-Means and RFM Analysis, Data Analytics and Applied Mathematics (DAAM). (2023) 4, no. 1, 1–6, https://doi.org/10.15282/daam.v4i1.9171. + + + Schubert E., Stop Using the Elbow Criterion for K-Means and How to Choose the Number of Clusters Instead, SIGKDD Explorations Newsletter. (2023) 25, no. 1, 36–42, https://doi.org/10.1145/3606274.3606278. + + + Shrestha S. M. and Shakya A., A Customer Churn Prediction Model Using XGBoost for the Telecommunication Industry in Nepal, Procedia Computer Science. (2022) 215, 652–661, https://doi.org/10.1016/j.procs.2022.12.067. + + + Suguna R., Suriya Prakash J., Aditya Pai H., Mahesh T. R., Vinoth Kumar V., and Yimer T. E., Mitigating Class Imbalance in Churn Prediction with Ensemble Methods and SMOTE, Scientific Reports. (2025) 15, no. 1, https://doi.org/10.1038/s41598-025-01031-0, 40346110. + + 40346110 + + + + Ganti V. and Sarma A. D., Data Cleaning, 2022, Springer Nature. + + + Perdhana R. B. and Heikal J., Enhancing Customer Segmentation in Online Transportation Services: A Comprehensive Approach Using K-Means Clustering and RFM Model, Indonesian Interdisciplinary Journal of Sharia Economics (IIJSE). (2024) 7, no. 2, 2849–2865, https://doi.org/10.31538/iijse.v7i2.4851. + + + Ogundunmade T. P. and Adepoju A. A., Modelling E-Commerce Data Using Pareto Principle, Modern Economy and Management.(2024) 3, https://article.innovationforever.com/MEM/20240105.html, https://doi.org/10.53964/mem.2024011. + + + Mortezaei A., Sangari M. S., Nazari-Shirkouhi S., and Razmi J., The Impact of Business Intelligence (BI) Competence on Customer Relationship Management (CRM) Process: An Empirical Investigation of the Banking Industry, Journal of Information Technology Management. (2018) 10, no. 1, 209–234, https://doi.org/10.22059/jitm.2017.237995.2105, 2-s2.0-85048868852. + + + Sukmana H. T. and Oh L. K., Using K-Means Clustering to Enhance Digital Marketing With Flight Ticket Search Patterns, Journal of Digital Market and Digital Currency. (2024) 1, no. 3, 286–304, https://doi.org/10.47738/jdmdc.v1i3.22. + + + Mar J. and Armaly P., Mastering Customer Success: Discover Tactics to Decrease Churn and Expand Revenue, 2024, Packt Publishing Ltd. + + + Khodakarami F. and Chan Y. E., Exploring the Role of Customer Relationship Management (CRM) Systems in Customer Knowledge Creation, Information & Management. (2014) 51, no. 1, 27–42, https://doi.org/10.1016/j.im.2013.09.001, 2-s2.0-84887043735. + + + Nam D., Lee J., and Lee H., Business Analytics Use in CRM: A Nomological Net From IT Competence to CRM Performance, International Journal of Information Management. (2019) 45, 233–245, https://doi.org/10.1016/j.ijinfomgt.2018.01.005, 2-s2.0-85040632535. + + + da Veiga C. P., da Veiga C. R. P., de Souza Silva Michel J., Di Iorio L. F., and Su Z., E-Commerce in Brazil: An In-Depth Analysis of Digital Growth and Strategic Approaches for Online Retail, Journal of Theoretical and Applied Electronic Commerce Research. (2024) 19, no. 2, 1559–1579, https://doi.org/10.3390/jtaer19020076. + + + Nur M. J., Moses Setiadi D. R. I., Ojugo A. A., and Nguyen M. T., Improving Customer Churn Prediction Using Domain-Driven Feature Engineering, Resampling, and CatBoost With Explainability Extensions, International Seminar on Application for Technology of Information and Communication (iSemantic), 2025, Institute of Electrical and Electronics Engineers, 493–499, https://doi.org/10.1109/ISemantic67418.2025.11291801. + + + Prashanthan A., Roshan R., and Maduranga M. W. P., RetenNet: A Deployable Machine Learning Pipeline With Explainable AI and Prescriptive Optimization for Customer Churn Management, Journal of Future Artificial Intelligence and Technologies. (2025) 2, no. 2, 182–201, https://doi.org/10.62411/faith.3048-3719-110. + + + Prashanthan A., An Integrated Framework for Optimizing Customer Retention Budget Using Clustering, Classification, and Mathematical Optimization, Journal of Computing Theories and Applications. (2025) 3, no. 1, 45–63, https://doi.org/10.62411/jcta.13194. + + + +
+ + + 42204811 + + 2026 + 05 + 28 + + + 2026 + 05 + 28 + +
+ + 1943-7730 + + 57 + 3 + + 2026 + Apr + 03 + + + Laboratory medicine + Lab Med + + Measurement uncertainty in laboratory medicine: a comprehensive review of frameworks, analytical performance specifications, and emerging technologies. + lmag032 + 10.1093/labmed/lmag032 + + Measurement uncertainty is a fundamental component of laboratory quality assurance and a key requirement of International Organization for Standardization (ISO) 15189. Despite its recognized importance, routine implementation of measurement uncertainty in clinical laboratories remains inconsistent due to methodologic complexity and lack of harmonized approaches. We sought to summarize current methodologic frameworks, analytical performance specifications (APS), and practical strategies for estimation and implementation of measurement uncertainty in medical laboratories. + A structured literature review was conducted covering the period 2015 to 2025 using databases such as PubMed and Scopus, along with resources from the European Federation of Clinical Chemistry and Laboratory Medicine. The review focused on international standards (ISO 15189, Clinical and Laboratory Standards Institute), biological variation-based APS (including the Milan Consensus), patient-based real-time quality control (QC), and emerging artificial intelligence and machine learning applications. + The findings demonstrate a convergence between traditional total allowable error concepts and contemporary measurement uncertainty frameworks, with biological variation serving as a key foundation for APS. Both bottom-up approaches based on uncertainty budgeting and top-down approaches using routine internal QC and external quality assessment data are widely applied. Six Sigma metrics provide a robust tool for prioritizing analytical performance improvement. Integration of patient-based real-time QC with artificial intelligence/machine learning techniques, including anomaly detection and deep learning, enhances the detection of analytical drift and sporadic errors beyond conventional QC systems. + Measurement uncertainty should be integrated within laboratory quality management systems rather than treated as an isolated requirement. Future directions include harmonization of measurement uncertainty estimation practices, adaptation to emerging analytical technologies, and improving clinician understanding and interpretation of uncertainty to enhance clinical decision-making. + © The Author(s) (2026). Published by Oxford University Press on behalf of American Society for Clinical Pathology. All rights reserved. For commercial re-use, please contact reprints@oup.com for reprints and translation rights for reprints. All other permissions can be obtained through our RightsLink service via the Permissions link on the article page on our site—for further information please contact journals.permissions@oup.com. + + + + Pawade + Yogesh + Y + + Department of Biochemistry, All India Institute of Medical Sciences, Nagpur, India. + + + + Bhoyar + Apurva + A + + Department of Biochemistry, All India Institute of Medical Sciences, Nagpur, India. + + + + eng + + Journal Article + Review + +
+ + England + Lab Med + 0250641 + 0007-5027 + + IM + + + Uncertainty + + + Quality Control + + + Humans + + + Laboratories, Clinical + standards + + + Clinical Laboratory Techniques + standards + + + + analytical performance specifications + biological variation + clinical decision-making + laboratory medicine + measurement uncertainty + quality control + +
+ + + + 2026 + 5 + 28 + 6 + 32 + + + 2026 + 5 + 28 + 6 + 31 + + + 2026 + 5 + 28 + 1 + 33 + + + ppublish + + 42204811 + 10.1093/labmed/lmag032 + 8696685 + + +
+ + + 42204785 + + 2026 + 05 + 28 + +
+ + 1872-969X + + + 2026 + May + 27 + + + Annals of the ICRP + Ann ICRP + + Automated dicentric scoring system in Singapore nuclear research and safety initiative. + + 1466453251411985 + 1466453251411985 + + 10.1177/01466453251411985 + + The dicentric chromosome assay (DCA) serves as the gold standard for quantifying ionising radiation exposure in individuals. However, the conventional manual scoring method for DCA is both time-consuming and mentally demanding. Consequently, numerous research groups and commercial entities are actively pursuing the integration of artificial intelligence to automate this process. In this study, we present methodologies and techniques employed at the Singapore Nuclear Research and Safety Initiative (SNRSI) for the development and optimisation of an in-house automated dicentric chromosome scoring tool. Our approach involves the utilisation of thresholding and watershed methods to identify chromosomes within a metaphase. Subsequently, these identified chromosomes are fed into a trained convolutional neural network (CNN) for classification and centromere number assignment. The cumulative centromere count is then calculated to determine the acceptance or rejection of the metaphase for scoring. This integration of advanced image processing techniques and machine learning algorithms would streamline and enhance the efficiency of the dicentric chromosome scoring at SNRSI. + + + + Yeo + J J W + JJW + + Singapore Nuclear Research and Safety Institute, National University of Singapore, Singapore, Singapore; e-mail: snrccel@nus.edu.sg. + + + + Goh + V S T + VST + + Singapore Nuclear Research and Safety Institute, National University of Singapore, Singapore, Singapore; e-mail: snrccel@nus.edu.sg. + + + + Teo + S X + SX + + Singapore Nuclear Research and Safety Institute, National University of Singapore, Singapore, Singapore; e-mail: snrccel@nus.edu.sg. + + + + Chew + Z H + ZH + + Singapore Nuclear Research and Safety Institute, National University of Singapore, Singapore, Singapore; e-mail: snrccel@nus.edu.sg. + + + + Chua + C E L + CEL + + Singapore Nuclear Research and Safety Institute, National University of Singapore, Singapore, Singapore; e-mail: snrccel@nus.edu.sg. + + + + eng + + Journal Article + + + 2026 + 05 + 27 + +
+ + England + Ann ICRP + 7708044 + 0146-6453 + + IM + + Artificial intelligence + Deep learning + Dicentric chromosome assay + Dose estimation + +
+ + + + 2026 + 5 + 28 + 6 + 31 + + + 2026 + 5 + 28 + 6 + 31 + + + 2026 + 5 + 28 + 1 + 3 + + + aheadofprint + + 42204785 + 10.1177/01466453251411985 + + +
+ + + 42204783 + + 2026 + 05 + 28 + + + 2026 + 05 + 28 + +
+ + 2473-4209 + + 53 + 5 + + 2026 + May + + + Medical physics + Med Phys + + Efficient vision mamba for MRI super-resolution via hybrid selective scanning. + + e70508 + e70508 + + 10.1002/mp.70508 + + High-resolution MRI is essential for accurate diagnosis and treatment planning, but its clinical acquisition is often constrained by long scanning times, which increase patient discomfort and reduce scanner throughput. While super-resolution (SR) techniques offer a post-acquisition solution to enhance resolution, existing deep learning approaches face trade-offs between reconstruction fidelity and computational efficiency, limiting their clinical applicability. + This study aims to develop an efficient and accurate deep learning framework for MRI SR that preserves fine anatomical detail while maintaining low computational overhead, enabling practical integration into clinical workflows. + We propose a novel SR framework based on multi-head selective state-space models (MHSSM) integrated with a lightweight channel multilayer perceptron (MLP). The model employs 2D patch extraction with hybrid scanning strategies (vertical, horizontal, and diagonal) to capture long-range dependencies while mitigating pixel forgetting. Each MambaFormer block combines MHSSM, depthwise convolutions, and gated channel mixing to balance local and global feature representation. The framework was trained and evaluated on two distinct datasets: 7T brain T1 MP2RAGE maps (142 subjects) and 1.5T prostate T2w MRI (334 subjects). Performance was compared against multiple baselines including Bicubic interpolation, GAN-based (CycleGAN, Pix2pix, SPSR), transformer-based (SwinIR), Mamba-based (MambaIR), and diffusion-based (I2SB, Res-SRDiff) methods. + The proposed model demonstrated superior performance across all evaluation metrics while maintaining exceptional computational efficiency. On the 7T brain dataset, our method achieved the highest structural similarity (SSIM: + + + 0.951 + ± + 0.021 + + $0.951 \pm 0.021$ + + ) and peak signal-to-noise ratio (PSNR: + + + 26.90 + ± + 1.41 + + $26.90 \pm 1.41$ + + dB), along with the best perceptual quality scores (LPIPS: + + + 0.076 + ± + 0.022 + + $0.076 \pm 0.022$ + + ; GMSD: + + + 0.083 + ± + 0.017 + + $0.083 \pm 0.017$ + + ). These results represented statistically significant improvements over all baselines ( + + + p + < + 0.001 + + $p < 0.001$ + + ), including a 2.1% SSIM gain over SPSR and a 2.4% PSNR improvement over Res-SRDiff. For the prostate dataset, the model similarly outperformed competing approaches, achieving SSIM of + + + 0.770 + ± + 0.049 + + $0.770 \pm 0.049$ + + , PSNR of + + + 27.15 + ± + 2.19 + + $27.15 \pm 2.19$ + + dB, LPIPS of + + + 0.190 + ± + 0.095 + + $0.190 \pm 0.095$ + + , and GMSD of + + + 0.087 + ± + 0.013 + + $0.087 \pm 0.013$ + + . Notably, our framework accomplished these results with only 0.9 million parameters and 57 GFLOPs, representing reductions of 99.8% in parameters and 97.5% in computational operations compared to Res-SRDiff, while also substantially outperforming SwinIR and MambaIR in both accuracy and efficiency metrics. + The proposed framework provides a computationally efficient yet accurate solution for MRI SR, delivering well-defined anatomical details and improved perceptual fidelity across anatomically distinct datasets. By significantly reducing computational demands while maintaining state-of-the-art performance, the model offers strong potential for feasibility toward clinical translation and scalable integration into future imaging workflows. + © 2026 American Association of Physicists in Medicine. + + + + Safari + Mojtaba + M + + Department of Radiation Oncology and Winship Cancer Institute, Emory University, Atlanta, Georgia, USA. + + + Department of Radiation and Cellular Oncology, University of Chicago, Chicago, Illinois, USA. + + + + Wang + Shansong + S + + Department of Radiation Oncology and Winship Cancer Institute, Emory University, Atlanta, Georgia, USA. + + + Department of Radiation and Cellular Oncology, University of Chicago, Chicago, Illinois, USA. + + + + Wildman + Vanessa L + VL + + Department of Radiation Oncology and Winship Cancer Institute, Emory University, Atlanta, Georgia, USA. + + + + Hu + Mingzhe + M + + Department of Radiation Oncology and Winship Cancer Institute, Emory University, Atlanta, Georgia, USA. + + + + Eidex + Zach + Z + + Department of Radiation Oncology and Winship Cancer Institute, Emory University, Atlanta, Georgia, USA. + + + + Chang + Chih-Wei + CW + + Department of Radiation Oncology and Winship Cancer Institute, Emory University, Atlanta, Georgia, USA. + + + + Middlebrooks + Erik H + EH + + Department of Radiology, Mayo Clinic, Jacksonville, Florida, USA. + + + + Qiu + Richard L J + RLJ + + Department of Radiation Oncology and Winship Cancer Institute, Emory University, Atlanta, Georgia, USA. + + + + Patel + Pretesh + P + + Department of Radiation Oncology and Winship Cancer Institute, Emory University, Atlanta, Georgia, USA. + + + + Jani + Ashesh B + AB + + Department of Radiation Oncology and Winship Cancer Institute, Emory University, Atlanta, Georgia, USA. + + + + Mao + Hui + H + + Department of Radiology and Imaging Science and Winship Cancer Institute, Emory University, Atlanta, Georgia, USA. + + + + Tian + Zhen + Z + + Department of Radiation and Cellular Oncology, University of Chicago, Chicago, Illinois, USA. + + + + Yang + Xiaofeng + X + + Department of Radiation Oncology and Winship Cancer Institute, Emory University, Atlanta, Georgia, USA. + + + Department of Radiation and Cellular Oncology, University of Chicago, Chicago, Illinois, USA. + + + + eng + + + R56EB033332 + NH + NIH HHS + United States + + + R01CA272991 + NH + NIH HHS + United States + + + + Journal Article + +
+ + United States + Med Phys + 0425746 + 0094-2405 + + IM + + + Magnetic Resonance Imaging + methods + + + Image Processing, Computer-Assisted + methods + + + Multilayer Perceptrons + + + Humans + + + Deep Learning + + + Signal-To-Noise Ratio + + + Prostate + diagnostic imaging + + + + MRI + SSM + deep learning + state‐space model + super‐resolution + ultra‐high field MRI + +
+ + + + 2026 + 5 + 1 + + + 2025 + 12 + 22 + + + 2026 + 5 + 13 + + + 2026 + 5 + 28 + 6 + 32 + + + 2026 + 5 + 28 + 6 + 31 + + + 2026 + 5 + 28 + 1 + 3 + + + ppublish + + 42204783 + 10.1002/mp.70508 + + + + Park CKS, Warner NS, Kaza E, Sudhyadhom A. Optimization and validation of low‐field MP2RAGE T1 mapping on 0.35 T MR‐Linac: toward adaptive dose painting with hypoxia biomarkers. Med Phys. 2024;51(11):8124‐8140. + + + Epel B, Maggio MC, Barth ED, et al. Oxygen‐guided radiation therapy. Int J Radiat Oncol Biol Phys. 2019;103(4):977‐984. + + + Barrett T, Rajesh A, Rosenkrantz AB, Choyke PL, Turkbey B. PI‐RADS version 2.1: one small step for prostate MRI. Clin Radiol. 2019;74(11):841‐852. + + + Safari M, Eidex Z, Qiu RLJ, Goette M, Wang T, Yang X. Systematic review and meta‐analysis of AI‐driven MRI motion artifact detection and correction. 2025. + + + Safari M, Eidex Z, Chang CW, Qiu RL, Yang X. Advancing MRI reconstruction: a systematic review of deep learning and compressed sensing integration. Biomed Signal Process Control. 2026;111:108291. + + + Yu M, Xu Z, Lukasiewicz T. A general survey on medical image super‐resolution via deep learning. Comput Biol Med. 2025;193:110345. + + + Khateri M, Vasylechko S, Ghahremani M, et al. MRI super‐resolution with deep learning: a comprehensive survey. arXiv preprint arXiv:2511.16854. 2025. + + + Qiu D, Cheng Y, Wang X. Medical image super‐resolution reconstruction algorithms based on deep learning: a survey. Comput Methods Programs Biomed. 2023;238:107590. + + + Lim B, Son S, Kim H, Nah S, Mu Lee K. Enhanced deep residual networks for single image super‐resolution. In: Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition Workshops. 2017:136‐144. + + + Zhang Y, Li K, Li K, Wang L, Zhong B, Fu Y. Image super‐resolution using very deep residual channel attention networks. In: Proceedings of the European Conference on Computer Vision (ECCV). 2018:286‐301. + + + Isola P, Zhu JY, Zhou T, Efros AA. Image‐to‐image translation with conditional adversarial networks. In: Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition. 2017:1125‐1134. + + + Zhu JY, Park T, Isola P, Efros AA. Unpaired image‐to‐image translation using cycle‐consistent adversarial networks. In: Proceedings of the IEEE International Conference on Computer Vision. 2017:2223‐2232. + + + Huang S, Liu X, Tan T, et al. TransMRSR: transformer‐based self‐distilled generative prior for brain MRI super‐resolution. Vis Comput. 2023;39(8):3647‐3659. + + + Liang J, Cao J, Sun G, Zhang K, Van Gool L, Timofte R. Swinir: image restoration using swin transformer. In: Proceedings of the IEEE/CVF International Conference on Computer Vision. 2021:1833‐1844. + + + Safari M, Wang S, Eidex Z, et al. MRI super‐resolution reconstruction using efficient diffusion probabilistic model with residual shifting. Phys Med Biol. 2025;70(12):125008. + + + Yue Z, Wang J, Loy CC. Efficient diffusion model for image restoration by residual shifting. IEEE Trans Pattern Anal Mach Intell. 2024. + + + Gu A, Dao T. Mamba: linear‐time sequence modeling with selective state spaces. arXiv preprint arXiv:2312.00752. 2023. + + + Guo H, Li J, Dai T, Ouyang Z, Ren X, Xia ST. MambaIR: a simple baseline for image restoration with state‐space model. In: Leonardis A, Ricci E, Roth S, Russakovsky O, Sattler T, Varol G., eds. Computer Vision – ECCV 2024. Springer Nature Switzerland; 2025:222‐241. + + + Liu Y, Tian Y, Zhao Y, et al. Vmamba: visual state space model. Adv Neural Inf Process Syst. 2024;37:103031‐103063. + + + Zhu L, Liao B, Zhang Q, Wang X, Liu W, Wang X. Vision mamba: efficient visual representation learning with bidirectional state space model. arXiv preprint arXiv:2401.09417. 2024. + + + Lin YC, Xu YS, Chen HW, Kuo HK, Lee CY. EAMamba: Efficient all‐around vision state space model for image restoration. arXiv preprint arXiv:2506.22246. 2025. + + + Xu R, Yang S, Wang Y, Cai Y, Du B, Chen H. Visual mamba: a survey and new outlooks. arXiv preprint arXiv:2404.18861. 2024. + + + Tolstikhin IO, Houlsby N, Kolesnikov A, et al. Mlp‐mixer: an all‐mlp architecture for vision. Adv Neural Inf Process Syst. 2021;34:24261‐24272. + + + Chen L, Chu X, Zhang X, Sun J. Simple baselines for image restoration. In: European Conference on Computer Vision. Springer; 2022:17‐33. + + + Smith JT, Warrington A, Linderman SW. Simplified state space layers for sequence modeling. arXiv preprint arXiv:2208.04933. 2022. + + + Ma C, Rao Y, Cheng Y, Chen C, Lu J, Zhou J. Structure‐preserving super resolution with gradient guidance. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. 2020:7769‐7778. + + + Wang Z, Bovik AC, Sheikh HR, Simoncelli EP. Image quality assessment: from error visibility to structural similarity. IEEE Trans Image Process. 2004;13(4):600‐612. + + + Xue W, Zhang L, Mou X, Bovik AC. Gradient magnitude similarity deviation: a highly efficient perceptual image quality index. IEEE Trans Image Process. 2013;23(2):684‐695. + + + Sheikh HR, Bovik AC. Image information and visual quality. IEEE Trans Image Process. 2006;15(2):430‐444. + + + Middlebrooks EH, Patel V, Zhou X, et al. 7 T lesion‐attenuated magnetization‐prepared gradient echo acquisition for detection of posterior fossa demyelinating lesions in multiple sclerosis. Invest Radiol. 2024;59(7):513‐518. + + + Armato III SG, Huisman H, Drukker K, et al. PROSTATEx challenges for computerized classification of prostate lesions from multiparametric magnetic resonance images. J Med Imaging. 2018;5(4):044501‐044501. + + + Smith SM. Fast robust automated brain extraction. Hum Brain Mapp. 2002;17(3):143‐155. + + + Yaniv Z, Lowekamp BC, Johnson HJ, Beare R. SimpleITK image‐analysis notebooks: a collaborative environment for education and reproducible research. J Digit Imaging. 2018;31(3):290‐303. + + + Mao L, Zhang X, Chen T, Li Z, Yang J. High‐resolution reduced field‐of‐view diffusion‐weighted magnetic resonance imaging in the diagnosis of cervical cancer. Quant Imaging Med Surg. 2023;13(6):3464. + + + Wang S, Safari M, Li Q, et al. Triad: vision foundation model for 3D magnetic resonance imaging. 2025. + + + Wang S, Jin Z, Hu M, et al. Unifying biomedical vision‐language expertise: towards a generalist foundation model via multi‐CLIP knowledge distillation. 2025. + + + +
+ + + 42204737 + + 2026 + 05 + 28 + +
+ + 1466-609X + + + 2026 + May + 27 + + + Critical care (London, England) + Crit Care + + Machine-learning algorithms identifies sTREM1 has a key biomarker for outcome prediction in critically ill. + 10.1186/s13054-026-06092-9 + + Prognostic assessment in critically ill patients traditionally relies on severity scores or single biomarkers, each with limited ability to capture the biological heterogeneity of critical illness. + To compare the prognostic performance of multiple biomarkers, individually and in combination with clinical variables, using machine learning approaches for the prediction of mortality and kidney-related outcomes. + We performed a post-hoc analysis of the FROG-ICU cohort, a prospective observational study of patients admitted to ICUs. The study included critically ill patients who required invasive mechanical ventilation or a vasoactive agent for more than 24 h. The primary outcome was day-90 mortality, secondary outcome was major adverse kidney event (MAKE) in ICU. A total of 15 plasma biomarkers were evaluated using multiparametric approach. ML models involved Random Forest (RF) and LASSO regression. Mean decrease in accuracy was used to determine variable importance in RF model. External validation was performed in the MARS cohort which involved ICU patients admitted for sepsis and septic shock. + Among 2,061 patients in the FROG-ICU day-90 mortality was 30.1%. Machine learning models achieved AUCs of 0.74, outperforming severity scores (AUC 0.64, p < 0.001). Variable importance analysis consistently identified sTREM-1 as the strongest predictor. When evaluated alone, sTREM-1 demonstrated high prognostic performance (AUC 0.72), comparable to ML models. These findings were confirmed in the MARS cohort. Similar results were observed for MAKE prediction. + sTREM-1 is a robust biomarker associated with mortality and kidney-related outcomes in critically ill patients. Its predictive performance were comparable to multiparametric machine learning models and superior to severity scores. + © 2026. The Author(s). + + + + de Roquetaillade + Charles + C + + Université Paris Cité, Inserm U942 MASCOT, Paris, F-75006, France. charles.de-roquetaillade@aphp.fr. + + + Department of Anesthesiology and Critical Care, Hôpital Lariboisière, AP- HP, Paris, France. charles.de-roquetaillade@aphp.fr. + + + U942 MASCOT, INSERM-Université de Paris, Hôpital Lariboisière, 43 boulevard de la Chapelle, Paris Cedex 10, 75475, France. charles.de-roquetaillade@aphp.fr. + + + + Blot + Pierre-Louis + PL + + Université Paris Cité, Inserm U942 MASCOT, Paris, F-75006, France. + + + Department of Anesthesiology and Critical Care, Hôpital Lariboisière, AP- HP, Paris, France. + + + + Uhel + Fabrice + F + + Université Paris Cité, INSERM UMR-S1151, CNRS UMR-S8253, Institut Necker-Enfants Malades, Paris, F- 75015, France. + + + Intensive Care Unit, Hôpital Louis Mourier, DMU ESPRIT, AP-HP, Paris, France. + + + + Boutin + Louis + L + + Université Paris Cité, Inserm U942 MASCOT, Paris, F-75006, France. + + + Department of Anesthesiology and Critical Care, HEGP, AP-HP, Paris, France. + + + + Cartailler + Jérôme + J + + Université Paris Cité, Inserm U942 MASCOT, Paris, F-75006, France. + + + + Van Der Poll + Tom + T + + Centre of Infection and Molecular Medicine, Division of Infectious Diseases, Amsterdam University Medical Centre, University of Amsterdam, Amsterdam, The Netherlands. + + + + Gayat + Etienne + E + + Université Paris Cité, Inserm U942 MASCOT, Paris, F-75006, France. + + + Department of Anesthesiology and Critical Care, Hôpital Lariboisière, AP- HP, Paris, France. + + + + Mebazaa + Alexandre + A + + Université Paris Cité, Inserm U942 MASCOT, Paris, F-75006, France. + + + Department of Anesthesiology and Critical Care, Hôpital Lariboisière, AP- HP, Paris, France. + + + + Chousterman + Benjamin + B + + Université Paris Cité, Inserm U942 MASCOT, Paris, F-75006, France. + + + Department of Anesthesiology and Critical Care, Hôpital Lariboisière, AP- HP, Paris, France. + + + + eng + + Journal Article + + + 2026 + 05 + 27 + +
+ + England + Crit Care + 9801902 + 1364-8535 + + IM + + Conserved immune dysregulation + ICU + MAKE + Machine learning + Sepsis, mortality + Treatment response prediction + + Declarations. Ethical approval and consent to participate: The original FROG-ICU study was conducted in France and Belgium in accordance with Good Clinical Practice (Declaration of Helsinki 2002) and Ethical Committee approvals (Comité de Protection des Personnes—Ile de France IV, IRB n°00003835 and Commission d’éthique biomédicale hospitalo-facultaire de l’hôpital de Louvain, IRB n°. Consent for publication: All authors have read the paper and gave their consent for publication. Competing interests: The authors declare no competing interests. +
+ + + + 2026 + 1 + 8 + + + 2026 + 5 + 16 + + + 2026 + 5 + 28 + 6 + 34 + + + 2026 + 5 + 28 + 6 + 34 + + + 2026 + 5 + 28 + 0 + 49 + + + aheadofprint + + 42204737 + 10.1186/s13054-026-06092-9 + 10.1186/s13054-026-06092-9 + + +
+ + + 42204706 + + 2026 + 05 + 28 + +
+ + 1472-6955 + + + 2026 + May + 27 + + + BMC nursing + BMC Nurs + + Importance ranking and predictive model construction of WMSDs risk factors among shift-working nurses based on multiple machine-learning algorithms. + 10.1186/s12912-026-04803-9 + + Nurses are essential for safeguarding public health, and their physical condition directly affects care quality and patient safety. Work-related musculoskeletal disorders (WMSDs) are highly prevalent in this workforce and may be amplified by circadian disruption. We therefore integrated individual and environmental risk factors, with special attention to night-shift characteristics, to identify and rank determinants of WMSDs among shift-working nurses. Seven machine-learning algorithms were compared to generate a comprehensive, validated prediction tool that enables managers and nurses to implement targeted, proactive interventions and reduce occupational injury. + This study is a cross-sectional study. The general information, lifestyle, psychosocial data, working environment and shift characteristics of shift nurses were collected, and the influencing factors of WMSDs were analyzed. The mean square error increase and residual sum of squares are calculated, and the importance of influencing factors is sorted respectively. The independent influencing factors of WMSDs in shift nurses were included. After screening variables again by Lasso regression, seven prediction models of LDA, PLS, RDA, GLM, RF, SVM-Radial and SVM-Linear were established by machine learning. The AUC, accuracy and specificity median were used to evaluate the prediction efficiency, and the best prediction model was obtained and the accuracy of the prediction factors was verified. + Among 1 080 shift-working nurses, the WMSD prevalence at any body site was 85.19%. The top-ranked determinants were perceived control, perceived social support, Pittsburgh Sleep Quality Index (PSQI) score, chronotype, frequent bending over, night-shift nap duration, friend support, work support, family support, prolonged neck flexion and years in nursing. The LASSO-selected predictor set comprised dairy intake frequency, shift pattern, monthly night shifts, number of nurses on night duty, post-night-shift recovery days, post-night-shift catch-up sleep, frequent trunk flexion, prolonged neck flexion, PSQI, chronotype and perceived control. Random forest achieved the highest predictive performance (median AUC = 0.919). + Individual characteristics, lifestyle, physical condition, occupational features, shift schedule, biomechanical load and psychosocial factors collectively influence WMSD occurrence in nurses. Random forest outperformed the other algorithms and should be carried out in conjunction with various factors in the model. + © 2026. The Author(s). + + + + Lai + Li-Chong + LC + + The Second Affiliated Hospital of Guangxi Medical University, No. 166 Daxue East Road, Xixiangtang District, Nanning City, Guangxi, 530007, China. + + + + Wu + Hai-Chen + HC + + The Second Affiliated Hospital of Guangxi Medical University, No. 166 Daxue East Road, Xixiangtang District, Nanning City, Guangxi, 530007, China. + + + + Cao + Xiao-Ying + XY + + The Second Affiliated Hospital of Guangxi Medical University, No. 166 Daxue East Road, Xixiangtang District, Nanning City, Guangxi, 530007, China. + + + + Liao + Yi-Fen + YF + + The Second Affiliated Hospital of Guangxi Medical University, No. 166 Daxue East Road, Xixiangtang District, Nanning City, Guangxi, 530007, China. + + + + Tao + Pin-Yue + PY + + The Second Affiliated Hospital of Guangxi Medical University, No. 166 Daxue East Road, Xixiangtang District, Nanning City, Guangxi, 530007, China. + + + + Pan + Xiao + X + + The Second Affiliated Hospital of Guangxi Medical University, No. 166 Daxue East Road, Xixiangtang District, Nanning City, Guangxi, 530007, China. + + + + Lu + Shu-Yu + SY + + The Second Affiliated Hospital of Guangxi Medical University, No. 166 Daxue East Road, Xixiangtang District, Nanning City, Guangxi, 530007, China. + + + + Pan + Qi-Ni + QN + + The Second Affiliated Hospital of Guangxi Medical University, No. 166 Daxue East Road, Xixiangtang District, Nanning City, Guangxi, 530007, China. + + + + Huang + Dong-Mei + DM + + The Second Affiliated Hospital of Guangxi Medical University, No. 166 Daxue East Road, Xixiangtang District, Nanning City, Guangxi, 530007, China. + + + + Li + Cai-Li + CL + + The Second Affiliated Hospital of Guangxi Medical University, No. 166 Daxue East Road, Xixiangtang District, Nanning City, Guangxi, 530007, China. + + + + Dong + Peng-Xin + PX + + The Second Affiliated Hospital of Guangxi Medical University, No. 166 Daxue East Road, Xixiangtang District, Nanning City, Guangxi, 530007, China. + + + + Zhou + Dong-Na + DN + + The Second Affiliated Hospital of Guangxi Medical University, No. 166 Daxue East Road, Xixiangtang District, Nanning City, Guangxi, 530007, China. 183444472@qq.com. + + + + Huang + Hui-Qiao + HQ + + The Second Affiliated Hospital of Guangxi Medical University, No. 166 Daxue East Road, Xixiangtang District, Nanning City, Guangxi, 530007, China. hhq@sr.gxmu.edu.cn. + + + + eng + + + 2025FNFN96726 + Guangxi Science and Technology Program: Key Research and Development Project + + + + + Journal Article + + + 2026 + 05 + 27 + +
+ + England + BMC Nurs + 101088683 + 1472-6955 + + + Nurse + Predictive model + Shift work + Work-related musculoskeletal disorders + + Declarations. Ethics approval and consent to participate: The study was approved by the Ethics Committee of The Second Affiliated Hospital of Guangxi Medical University (Approval No. 2023-KY-0941) and conducted in accordance with the ethical standards set forth in the appropriate version of the Declaration of Helsinki. Informed consent was obtained from all participants prior to their enrollment in this study. Consent for publication: Not applicable. Competing interests: The authors declare no competing interests. +
+ + + + 2026 + 1 + 9 + + + 2026 + 5 + 18 + + + 2026 + 5 + 28 + 6 + 33 + + + 2026 + 5 + 28 + 6 + 33 + + + 2026 + 5 + 28 + 0 + 47 + + + aheadofprint + + 42204706 + 10.1186/s12912-026-04803-9 + 10.1186/s12912-026-04803-9 + + +
+ + + 42204687 + + 2026 + 05 + 28 + +
+ + 1472-6947 + + + 2026 + May + 27 + + + BMC medical informatics and decision making + BMC Med Inform Decis Mak + + Machine learning models for predicting metabolic syndrome to support clinical decision-making in ART-treated adults living with HIV. + 10.1186/s12911-026-03589-9 + + Metabolic syndrome (MetS) is an emerging complication among people living with HIV (PLHIV) receiving long-term antiretroviral therapy (ART), particularly with protease and integrase inhibitor regimens. Early identification of high-risk individuals remains challenging, and predictive tools are limited in African settings. This study evaluated nine machine learning (ML) algorithms for predicting MetS in ART-treated adults. + We analysed a retrospective cohort of 1,027 PLHIV without baseline MetS, followed for 144 weeks; 854 with complete data were included. Nine ML algorithms, including logistic regression, support vector machines, random forest, and XGBoost, were trained on 70% of the data using stratified repeated 10-fold cross-validation with hyperparameter tuning. Performance was assessed on a 30% test set using discrimination (AUC), calibration, and predictor importance. + Age, sex, viral load, and alcohol use were the strongest predictors of metabolic syndrome in ART-treated individuals. Discrimination was modest across models (AUC 0.49-0.64), with radial SVM and logistic regression performing best (AUC ≈ 0.64). Calibration was generally acceptable (Brier score 0.16-0.19). Sensitivity-specificity trade-offs varied: XGBoost favored sensitivity (85.2%) but had low specificity (34.4%), whereas logistic regression and random forest achieved higher specificity (~ 75%). Overall, complex models offered limited gains over logistic regression. + Although internally validated ML models demonstrated acceptable calibration and modest discrimination, predictive performance remains insufficient for standalone clinical deployment and should be considered supportive rather than definitive for risk stratification in HIV care. Logistic regression and random forest provided the most consistent balance of discrimination and calibration, while complex approaches offered limited gains. Age, sex, viral load, and alcohol use emerged as key predictors. External validation and prospective evaluation are essential to establish generalisability, clinical impact, and feasibility before integration into routine practice. + © 2026. The Author(s). + + + + Siwingwa + Mpanji + M + + School of Health Sciences, Department of Biomedical Sciences, University of Zambia, Lusaka, Zambia. mpanjisiwingwa@gmail.com. + + + Adult Infectious Disease Center, University Teaching Hospital, Lusaka, Zambia. mpanjisiwingwa@gmail.com. + + + + Mutale + Wilbroad + W + + School of Public Health, Department of Policy, University of Zambia, Lusaka, Zambia. + + + Vanderbilt Institute for Global Health, Vanderbilt University Medical Center, Nashville, TN, USA. + + + + Munsaka + Sody Mweetwa + SM + + School of Health Sciences, Department of Biomedical Sciences, University of Zambia, Lusaka, Zambia. + + + + Kayamba + Violet + V + + School of Medicine, Department of Internal Medicine, University of Zambia, Lusaka, Zambia. + + + + Heimburger + Douglas C + DC + + Vanderbilt Institute for Global Health, Vanderbilt University Medical Center, Nashville, TN, USA. + + + + Hazelhurst + Scott + S + + School of Electrical & Information Engineering, University of the Witwatersrand, Johannesburg, South Africa. + + + Sydney Brenner Institute for Molecular Bioscience, University of the Witwatersrand, Johannesburg, South Africa. + + + + Sivile + Suilanji + S + + Adult Infectious Disease Center, University Teaching Hospital, Lusaka, Zambia. + + + + Mweemba + Aggrey + A + + Adult Infectious Disease Center, University Teaching Hospital, Lusaka, Zambia. + + + + Mbewe + Nyuma + N + + Adult Infectious Disease Center, University Teaching Hospital, Lusaka, Zambia. + + + Zambia National Public Health Institute, Lusaka, Zambia. + + + + Mulenga + Lloyd B + LB + + School of Medicine, Department of Internal Medicine, University of Zambia, Lusaka, Zambia. + + + Vanderbilt Institute for Global Health, Vanderbilt University Medical Center, Nashville, TN, USA. + + + Adult Infectious Disease Center, University Teaching Hospital, Lusaka, Zambia. + + + + Sinkala + Musalula + M + + School of Health Sciences, Department of Biomedical Sciences, University of Zambia, Lusaka, Zambia. + + + Computational Biology Division, Department of Integrative Biomedical Sciences,Faculty of Health Sciences, Institute of Infectious Disease and Molecular Medicine, University of Cape Town, Cape Town, South Africa. + + + + eng + + Journal Article + + + 2026 + 05 + 27 + +
+ + England + BMC Med Inform Decis Mak + 101088682 + 1472-6947 + + IM + + Antiretroviral therapy + Calibration + HIV + Machine learning + Metabolic syndrome + Predictive modelling + Sub-Saharan Africa + + Declarations. Ethics approval and consent to participate: This study was approved by the University of Zambia Biomedical Research Ethics Committee (UNZABREC; Ref. 4887–2024) and the National Health Research Authority (NHRA; Ref. NHRA1124/15/04/2024). Written permission was obtained from the principal investigator of the VISEND study for secondary data use. All participants provided written informed consent prior to enrolment. All methods were conducted in accordance with relevant ethical guidelines and regulations. The VISEND trial itself was approved by UNZABREC (Ref. 004 07 18), registered with the Pan African Clinical Trials Registry (PACTR201904781300573). All procedures involving human participants were conducted in accordance with the ethical standards of the relevant institutional and national research committees and with the principles of the Declaration of Helsinki and its subsequent amendments. Consent for publication: Not applicable. No individual-level data or identifiable personal information are included in this manuscript. Competing interests: The authors declare no competing interests. +
+ + + + 2025 + 12 + 19 + + + 2026 + 5 + 15 + + + 2026 + 5 + 28 + 6 + 31 + + + 2026 + 5 + 28 + 6 + 31 + + + 2026 + 5 + 28 + 0 + 46 + + + aheadofprint + + 42204687 + 10.1186/s12911-026-03589-9 + 10.1186/s12911-026-03589-9 + + +
+ + + 42204678 + + 2026 + 05 + 28 + +
+ + 1471-2288 + + + 2026 + May + 27 + + + BMC medical research methodology + BMC Med Res Methodol + + Quality and performance of machine learning versus logistic regression for predicting IVIG resistance in Kawasaki disease: a PROBAST+AI systematic comparison. + 10.1186/s12874-026-02893-2 + + This study aimed to systematically compare the predictive performance and methodological quality of logistic regression (LR) and machine learning (ML) models for intravenous immunoglobulin (IVIG) resistance in Kawasaki disease (KD) using the PROBAST + AI framework. + We searched PubMed, Embase, and Web of Science to identify studies on prediction models for IVIG resistance in KD published between January 1, 2006, and July 31, 2025. We assessed methodological rigour, risk of bias, and applicability using PROBAST + AI. A meta-analysis was performed using random-effects models with logit-transformed area under the receiver operating characteristic curve (AUC) values. Subgroup, sensitivity, and publication bias analyses were additionally conducted. + We identified 52 eligible studies (40 LR and 12 ML). In external validation, pooled AUCs were similar between ML and LR models (0.76 [95% CI 0.64-0.86] vs. 0.75 [95% CI 0.68-0.81]). In internal validation, ML showed a slightly higher pooled AUC than LR (0.86 [95% CI 0.78-0.92] vs. 0.76 [95% CI 0.72-0.79]), although no statistically significant differences were observed. All studies were judged to be at high risk of bias, mainly due to retrospective single-centre designs, inadequate handling of missing data and continuous predictors, and poor reporting of calibration and clinical utility. No study reported sample size calculations. + Given the limited external validation and substantial heterogeneity across studies, ML does not consistently outperform LR in predicting IVIG resistance in KD. Future studies should prioritise rigorous external validation and adherence to TRIPOD + AI and PROBAST + AI. + © 2026. The Author(s). + + + + Zhang + Jiaying + J + + Department of Cardiology, Children's Hospital of Soochow University, 92 Zhongnan Street, Suzhou, Jiangsu, China. + + + + Wang + Difan + D + + Institute of Pediatric Research, Children's Hospital of Soochow University, Suzhou, Jiangsu, China. + + + + Dong + Jinfeng + J + + Department of Hematology, the First Affiliated Hospital of Fujian Medical University, Fuzhou, Fujian, China. + + + + He + Ying + Y + + Department of Pediatrics, Fujian Provincial Hospital, Fuzhou University Affiliated Provincial Hospital, 134 Dong Street, Fuzhou, Fujian, China. + + + + Liu + Ying + Y + + Institute of Pediatric Research, Children's Hospital of Soochow University, Suzhou, Jiangsu, China. + + + + You + Tingjiao + T + + Institute of Pediatric Research, Children's Hospital of Soochow University, Suzhou, Jiangsu, China. + + + + Li + Jing + J + + Department of Cardiology, Children's Hospital of Soochow University, 92 Zhongnan Street, Suzhou, Jiangsu, China. + + + + Li + Lizhi + L + + Department of Pediatric Surgery, Fujian Provincial Hospital, Fujian Provincial Clinical Medical College of Fujian Medical University, Fuzhou, Fujian, China. + + + + Wu + Xiaodan + X + + Department of Anesthesiology, Shengli Clinical Medical College of Fujian Medical University, Fuzhou University Affiliated Provincial Hospital, Fuzhou, Fujian, China. + + + + Tang + Qiuyu + Q + + Pediatric Intensive Care Unit, College of Clinical Medicine for Obstetrics & Gynecology and Pediatrics, Fujian Children's Hospital, Fujian Medical University, Fuzhou, Fujian, China. + + + + Ma + Shurong + S + + Department of Endocrine, Children's Hospital of Soochow University, Suzhou, Jiangsu, China. + + + + Liu + Panpan + P + + Department of Cardiology, Children's Hospital of Soochow University, 92 Zhongnan Street, Suzhou, Jiangsu, China. + + + + Lv + Haitao + H + + Department of Cardiology, Children's Hospital of Soochow University, 92 Zhongnan Street, Suzhou, Jiangsu, China. haitaosz@163.com. + + + + Huang + Hongbiao + H + + Department of Pediatrics, Fujian Provincial Hospital, Fuzhou University Affiliated Provincial Hospital, 134 Dong Street, Fuzhou, Fujian, China. 403032197@qq.com. + + + + eng + + + KYCX24_3342 + the Postgraduate Research & Practice Innovation Program of Jiangsu Province + + + + 2025J01748 + the Fujian Provincial Natural Science Foundation + + + + 2025J01076 + the Fujian Provincial Natural Science Foundation + + + + GSWS2024029 + Suzhou Program of Gusu Medical Talent + + + + KJXW2022019 + the Youth Talents in Science and Education Program of Suzhou + + + + 82470523 + National Natural Science Foundation of China + + + + 2024GGA010 + the Program for the Middle-aged and Young Key Talents in the Health System of Fujian Province + + + + + Journal Article + + + 2026 + 05 + 27 + +
+ + England + BMC Med Res Methodol + 100968545 + 1471-2288 + + IM + + IVIG resistance + Kawasaki disease + Logistic regression + Machine learning + PROBAST + AI + Systematic review + + Declarations. Ethics approval and consent to participate: Not applicable. Competing interests: The authors declare no competing interests. +
+ + + + 2026 + 1 + 1 + + + 2026 + 5 + 25 + + + 2026 + 5 + 28 + 6 + 31 + + + 2026 + 5 + 28 + 6 + 31 + + + 2026 + 5 + 28 + 0 + 45 + + + aheadofprint + + 42204678 + 10.1186/s12874-026-02893-2 + 10.1186/s12874-026-02893-2 + + +
+ + + 42204620 + + 2026 + 05 + 28 + +
+ + 1749-799X + + + 2026 + May + 27 + + + Journal of orthopaedic surgery and research + J Orthop Surg Res + + Machine-learning-model based tool for screening bone metastases from lung cancer patients in primary care practice. + 10.1186/s13018-026-06979-x + + This study aimed to use the machine-learning methods to predict bone metastasis (BM) in patients with lung cancer. + This study included 8,612 patients with lung cancer, from whom we collected baseline characteristics and hematological data. BM was diagnosed based on imaging results. We normalized metric data using Z-scores and divided the patients into training and validation sets in a 7:3 ratio. After under-sampling of the training set to relieve the interlocking imbalance, the key variables were then selected using the LASSO method. Nine distinct machine-learning models were developed on the training set, and their performance was evaluated on the validation set. Finally, we created an online tool to support real-time analysis of BM in lung cancer patients. + Among 8,612 lung cancer patients, 947 (11%) were diagnosed with BM. Nine key indicators associated with BM were identified, including ALP, LYM%, HCT, FBG, TT, TBIL, smoking status, DBIL, and D-dimer. Among the evaluated models, the eXtreme Gradient Boosting (XGBoost) model showed consistently strong performance, achieving AUCs of 0.8423 and 0.7871; accuracies of 0.7655 and 0.7309; balanced accuracies of 0.76645 and 0.72385; specificities of 0.7652 and 0.7329; and sensitivities of 0.7677 and 0.7148 in the training and validation sets, respectively, along with higher Youden index and F1 score. Consequently, we identified XGBOOST as the optimal predictive model and developed an online platform based on this model to facilitate prediction of BM in lung cancer patients. + A machine learning model was developed to diagnose BM in lung cancer based on hematological indicators, along with a real-time website. This tool cloud guide further diagnostic evaluations and intervention for high-risk patients. + © 2026. The Author(s). + + + + Zhou + Yang + Y + + Department of Orthopedic Surgery, The First Affiliated Hospital, Jiangxi Medical College, Nanchang University, Nanchang, China. + + + Jiangxi Provincial Key Laboratory of Spine and Spinal Cord Diseases, Nanchang, China. + + + + Cai + Tianpan + T + + Department of Information, The First Affiliated Hospital, Jiangxi Medical College, Nanchang University, Nanchang, China. + + + + Lan + Chunyu + C + + Department of Information, The First Affiliated Hospital, Jiangxi Medical College, Nanchang University, Nanchang, China. + + + + Feng + Shuang + S + + Department of Orthopaedics and Traumatology, School of Clinical Medicine, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Pokfulam, 999077, Hong Kong, China. + + + + Liu + Zhili + Z + + Department of Orthopedic Surgery, The First Affiliated Hospital, Jiangxi Medical College, Nanchang University, Nanchang, China. + + + Jiangxi Provincial Key Laboratory of Spine and Spinal Cord Diseases, Nanchang, China. + + + + Liu + Jiaming + J + + Department of Information, The First Affiliated Hospital, Jiangxi Medical College, Nanchang University, Nanchang, China. + + + + Cao + Lei + L + + Medical Big Data Research Center, The First Affiliated Hospital, Jiangxi Medical College, Nanchang University, Nanchang, China. ndyfy01955@ncu.edu.cn. + + + + Nie + Jiangbo + J + + Department of Orthopedic Surgery, The First Affiliated Hospital, Jiangxi Medical College, Nanchang University, Nanchang, China. niejiangbo@alu.ncu.edu.cn. + + + Jiangxi Provincial Key Laboratory of Spine and Spinal Cord Diseases, Nanchang, China. niejiangbo@alu.ncu.edu.cn. + + + Department of Orthopedics, Zhejiang Provincial People's Hospital (Affiliated People's Hospital), Hangzhou Medical College, Hangzhou, Zhejiang, China. niejiangbo@alu.ncu.edu.cn. + + + + eng + + Journal Article + + + 2026 + 05 + 27 + +
+ + England + J Orthop Surg Res + 101265112 + 1749-799X + + IM + + Bone metastasis + Lung cancer + Machine-learning models + Serum indicators + + Declarations. Ethics approval and consent to participate: This retrospective study was approved by the Ethics Committee of the First Affiliated Hospital of Nanchang University (No. IITS2024738). The requirement for informed consent was waived due to the retrospective nature of the study. Competing interests: The authors declare no competing interests. +
+ + + + 2025 + 10 + 13 + + + 2026 + 5 + 18 + + + 2026 + 5 + 28 + 6 + 32 + + + 2026 + 5 + 28 + 6 + 32 + + + 2026 + 5 + 28 + 0 + 42 + + + aheadofprint + + 42204620 + 10.1186/s13018-026-06979-x + 10.1186/s13018-026-06979-x + + +
+ + + 42204598 + + 2026 + 05 + 28 + +
+ + 1531-8249 + + + 2026 + May + 27 + + + Annals of neurology + Ann Neurol + + Frequency- and Network-Specific Changes in Functional Connectivity Reflect Pathophysiological Mechanisms across Parkinson's Disease Stages. + 10.1002/ana.78262 + + Parkinson's disease (PD) is increasingly conceptualized as a disorder of large-scale brain networks, yet whether and how frequency-specific functional connectivity reorganizes across stages remains poorly understood. In this study, we used high-density electroencephalography (EEG) to characterize cortico-cortical functional connectivity across the clinical spectrum of PD. + We performed high-density EEG in a cross-sectional cohort of 140 PD patients spanning early, intermediate, and advanced stages and 57 healthy controls. Cortico-cortical functional connectivity was reconstructed in source space across multiple frequency bands and analyzed using network-based statistics combined with machine-learning models to identify stage-dependent network alterations and evaluate their diagnostic and prognostic relevance. + We detected 3 distinct large-scale networks showing divergent trajectories across disease stages. An α-band network involving prefrontal and parieto-temporal regions exhibited progressive hypoconnectivity and was associated with cognitive and axial impairment. A β-band sensorimotor network showed progressive hyperconnectivity, paralleling bradykinesia severity. A high-γ network demonstrated increased connectivity in early PD, followed by a progressive connectivity breakdown, and was inversely associated with motor complications. Multiband integration achieved near-perfect discrimination between early PD and healthy controls and robust stratification across disease stages. Band-specific networks also predicted clinical milestones of disease progression, with preserved α connectivity identifying patients at lower risk for cognitive and axial impairment, and stronger high-γ connectivity indicating reduced vulnerability to motor complications. + Together, these results identify frequency-specific cortical networks as markers of disease stage and clinical vulnerability and support high-density EEG connectivity as a scalable systems-level biomarker for diagnosis, staging, and risk stratification in PD. ANN NEUROL 2026. + © 2026 The Author(s). Annals of Neurology published by Wiley Periodicals LLC on behalf of American Neurological Association. + + + + Conti + Matteo + M + 0000-0003-2879-2209 + + Department of Systems Medicine, University of Rome "Tor Vergata", Rome, Italy. + + + + D'Onofrio + Valentina + V + 0000-0002-5898-0967 + + Padova Neuroscience Center, University of Padua, Padua, Italy. + + + + Lorenzon + Luca + L + + Department of Neuroscience, University of Padua, Padua, Italy. + + + + Grassi + Laura Ludovica + LL + + Department of Neuroscience, University of Padua, Padua, Italy. + + + + Mascioli + Davide + D + + Department of Systems Medicine, University of Rome "Tor Vergata", Rome, Italy. + + + + Ferrari + Valerio + V + + Department of Systems Medicine, University of Rome "Tor Vergata", Rome, Italy. + + + Neurology Unit, IRCCS Neuromed, Pozzilli, Italy. + + + + Simonetta + Clara + C + + Department of Systems Medicine, University of Rome "Tor Vergata", Rome, Italy. + + + + Pavan + Sofia + S + + Department of Neuroscience, University of Padua, Padua, Italy. + + + + Di Giuliano + Francesca + F + + Neuroradiology Unit, Department of Biomedicine and Prevention, University of Rome "Tor Vergata", Rome, Italy. + + + + Pierantozzi + Mariangela + M + + Department of Systems Medicine, University of Rome "Tor Vergata", Rome, Italy. + + + Neurology Unit, IRCCS Neuromed, Pozzilli, Italy. + + + + Schirinzi + Tommaso + T + 0000-0002-2517-6278 + + Department of Systems Medicine, University of Rome "Tor Vergata", Rome, Italy. + + + Neurology Unit, IRCCS Neuromed, Pozzilli, Italy. + + + + Centonze + Diego + D + 0000-0002-8390-8545 + + Department of Systems Medicine, University of Rome "Tor Vergata", Rome, Italy. + + + Neurology Unit, IRCCS Neuromed, Pozzilli, Italy. + + + + Corbetta + Maurizio + M + + Padova Neuroscience Center, University of Padua, Padua, Italy. + + + Department of Neuroscience, University of Padua, Padua, Italy. + + + + Antonini + Angelo + A + + Department of Neuroscience and Padova Neuroscience Center (PNC), University of Padova, Padova, Italy. + + + IRCCS San Camillo Hospital, Venice, Italy. + + + + Stefani + Alessandro + A + + Department of Systems Medicine, University of Rome "Tor Vergata", Rome, Italy. + + + Parkinson Center, Tor Vergata University Hospital, Rome, Italy. + + + + Guerra + Andrea + A + + Padova Neuroscience Center, University of Padua, Padua, Italy. + + + Department of Neuroscience, University of Padua, Padua, Italy. + + + + eng + + Journal Article + + + 2026 + 05 + 27 + +
+ + United States + Ann Neurol + 7707449 + 0364-5134 + + IM +
+ + + + 2026 + 5 + 8 + + + 2026 + 3 + 9 + + + 2026 + 5 + 13 + + + 2026 + 5 + 28 + 6 + 34 + + + 2026 + 5 + 28 + 6 + 34 + + + 2026 + 5 + 28 + 0 + 41 + + + aheadofprint + + 42204598 + 10.1002/ana.78262 + + + + Fornito A, Zalesky A, Breakspear M. The connectomics of brain disorders. Nat Rev Neurosci 2015;16:159–172. + + + Seeley WW, Crawford RK, Zhou J, et al. Neurodegenerative diseases target large‐scale human brain networks. Neuron 2009;62:42–52. + + + Ruppert MC, Greuel A, Tahmasian M, et al. Network degeneration in Parkinson's disease: multimodal imaging of nigro‐striato‐cortical dysfunction. Brain 2020;143:944–959. + + + Pievani M, Filippini N, Van Den Heuvel MP, et al. Brain connectivity in neurodegenerative diseases ‐ from phenotype to proteinopathy. Nat Rev Neurol 2014;10:620–633. + + + Pini L, Allali G, Imbimbo BP, et al. Brain connectivity as a new target for Alzheimer's disease therapy? Brain 2025;149:432–438. + + + Bloem BR, Okun MS, Klein C. Parkinson's disease. Lancet 2021;397:2284–2303. + + + Conti M, Guerra A, Pierantozzi M, et al. Band‐specific altered cortical connectivity in early Parkinson's disease and its clinical correlates. Mov Disord 2023;38:2197–2208. + + + Borghammer P. The α‐Synuclein origin and connectome model (SOC model) of Parkinson's disease: explaining motor asymmetry, non‐motor phenotypes, and cognitive decline. J Parkinsons Dis 2021;11:455–474. + + + Sweeney MD, Sagare AP, Zlokovic BV. Blood‐brain barrier breakdown in Alzheimer disease and other neurodegenerative disorders. Nat Rev Neurol 2018;14:133–150. + + + Conti M, Ferrari V, Pierantozzi M, et al. Increased blood‐brain barrier permeability is associated with dysfunctional α band connectivity in early‐stage Parkinson's disease. J Neural Transm 2026;133(1):75–86. + + + Conti M, Mascioli D, Simonetta C, et al. Clinical, biological, and functional connectivity profile of patients with De novo Parkinson disease who are APOE ε4 carriers. Neurology 2026;106:e214449. + + + Bohnen NI, Kanel P, Müller MLTM. Molecular imaging of the cholinergic system in Parkinson's disease. Int Rev Neurobiol 2018;141:211–250. + + + Conti M, D'Onofrio V, Bovenzi R, et al. Cortical functional connectivity changes in the body‐first and brain‐first subtypes of Parkinson's disease. Mov Disord 2025;40:254–265. + + + Guerra A, Colella D, Cannavacciuolo A, et al. Short‐term plasticity of the motor cortex compensates for bradykinesia in Parkinson's disease. Neurobiol Dis 2023;182:106137. + + + Passaretti M, Cilia R, Rinaldo S, et al. Neurophysiological markers of motor compensatory mechanisms in early Parkinson's disease. Brain 2024;147:3714–3726. + + + Guerra A, Colella D, Giangrosso M, et al. Driving motor cortex oscillations modulates bradykinesia in Parkinson's disease. Brain 2022;145:224–236. + + + Postuma RB, Berg D, Stern M, et al. MDS clinical diagnostic criteria for Parkinson's disease. Mov Disord 2015;30:1591–1601. + + + Antonini A, Stoessl AJ, Kleinman LS, et al. Developing consensus among movement disorder specialists on clinical indicators for identification and management of advanced Parkinson's disease: a multi‐country Delphi‐panel approach. Curr Med Res Opin 2018;34:2063–2073. + + + Goetz CG, Tilley BC, Shaftman SR, et al. Movement Disorder Society‐sponsored revision of the unified Parkinson's disease rating scale (MDS‐UPDRS): scale presentation and clinimetric testing results. Mov Disord 2008;23:2129–2170. + + + Hoops S, Nazem S, Siderowf AD, et al. Validity of the MoCA and MMSE in the detection of MCI and dementia in Parkinson disease. Neurology 2009;73:1738–1745. + + + Fiorenzato E, Cauzzo S, Weis L, et al. Optimal MMSE and MoCA cutoffs for cognitive diagnoses in Parkinson's disease: a data‐driven decision tree model. J Neurol Sci 2024;466:123283. + + + Zampogna A, Cavallieri F, Bove F, et al. Axial impairment and falls in Parkinson's disease: 15 years of subthalamic deep brain stimulation. NPJ Parkinsons Dis 2022;8:121. + + + Yassine S, Gschwandtner U, Auffret M, et al. Functional brain Dysconnectivity in Parkinson's disease: a 5‐year longitudinal study. Mov Disord 2022;37:1444–1453. + + + Tadel F, Baillet S, Mosher JC, et al. Brainstorm: a user‐friendly application for MEG/EEG analysis. Comput Intell Neurosci 2011;2011:1–13. + + + Zalesky A, Fornito A, Bullmore ET. Network‐based statistic: identifying differences in brain networks. Neuroimage 2010;53:1197–1207. + + + Yassine S, Gschwandtner U, Auffret M, et al. Identification of Parkinson's disease subtypes from resting‐state electroencephalography. Mov Disord 2023;38:1451–1460. + + + Faul F, Erdfelder E, Lang AG, Buchner A. G*power 3: a flexible statistical power analysis program for the social, behavioral, and biomedical sciences. Behav Res Methods 2007;39:175–191. + + + Babiloni C, Del Percio C, Lizio R, et al. Functional cortical source connectivity of resting state electroencephalographic alpha rhythms shows similar abnormalities in patients with mild cognitive impairment due to Alzheimer's and Parkinson's diseases. Clin Neurophysiol 2018;129:766–782. + + + Oswal A, Gratwicke J, Akram H, et al. Cortical connectivity of the nucleus basalis of Meynert in Parkinson's disease and Lewy body dementias. Brain 2021;144:781–788. + + + Zhang X, Wang M, Lee SY, et al. Cholinergic nucleus degeneration and its association with gait impairment in Parkinson's disease. J Neuroeng Rehabil 2024;21:120. + + + Bohnen NI, Yarnall AJ, Weil RS, et al. Cholinergic system changes in Parkinson's disease: emerging therapeutic approaches. Lancet Neurol 2022;21:381–392. + + + Prokic EJ, Stanford IM, Woodhall GL, et al. Bradykinesia is driven by cumulative Beta power during continuous movement and alleviated by Gabaergic modulation in Parkinson's disease. Front Neurol 2019;10:1298. + + + Silberstein P, Pogosyan A, Kühn AA, et al. Cortico‐cortical coupling in Parkinson's disease and its modulation by therapy. Brain 2005;128:1277–1291. + + + Conti M, Stefani A, Bovenzi R, et al. STN‐DBS induces acute changes in β‐band cortical functional connectivity in patients with Parkinson's disease. Brain Sci 2022;12:1606. + + + Blenkinsop A, Anderson S, Gurney K. Frequency and function in the basal ganglia: the origins of beta and gamma band activity. J Physiol 2017;595:4525–4548. + + + Lofredi R, Neumann W‐J, Bock A, et al. Dopamine‐dependent scaling of subthalamic gamma bursts with movement velocity in patients with Parkinson's disease. Elife 2018;7:7. + + + Dupre KB, Cruz AV, McCoy AJ, et al. Effects of L‐dopa priming on cortical high beta and high gamma oscillatory activity in a rodent model of Parkinson's disease. Neurobiol Dis 2016;86:1–15. + + + Guerra A, Asci F, D'Onofrio V, et al. Enhancing gamma oscillations restores primary motor cortex plasticity in Parkinson's disease. J Neurosci 2020;40:4788–4796. + + + Guerra A, D'Onofrio V, Asci F, et al. Assessing the interaction between L‐dopa and γ‐transcranial alternating current stimulation effects on primary motor cortex plasticity in Parkinson's disease. Eur J Neurosci 2023;57:201–212. + + + Tan J, Rurak BK, Helmich RC, et al. Combined TMS and transcranial alternating current stimulation induced neuroplasticity in tremor‐dominant Parkinson's disease. Clin Neurophysiol 2026;185:2110776. + + + Halje P, Tamtè M, Richter U, et al. Levodopa‐induced dyskinesia is strongly associated with resonant cortical oscillations. J Neurosci 2012;32:16541–16551. + + + Güttler C, Altschüler J, Tanev K, et al. Levodopa‐induced dyskinesia are mediated by cortical gamma oscillations in experimental parkinsonism. Mov Disord 2021;36:927–937. + + + +
+ + + 42204582 + + 2026 + 05 + 28 + + + 2026 + 05 + 28 + +
+ + 1749-8546 + + 21 + 1 + + 2026 + May + 27 + + + Chinese medicine + Chin Med + + Epigenetic precision diagnostics of traditional Chinese medicine (TCM) syndrome differentiation: a pilot study of atrial fibrillation with qi-yin deficiency syndrome based on 5-hydroxymethylcytosine signatures in extracellular vesicle DNA from plasma. + 147 + 10.1186/s13020-025-01267-y + + Syndrome differentiation in Traditional Chinese Medicine (TCM) is pivotal to clinical practice and dictates the efficacy of medicinal treatments. However, precision diagnostic models for TCM syndromes, constructed from biomarkers such as metabolites and proteins, have failed to achieve high precision. Recent studies have highlighted a strong link between TCM and epigenetics, an area that remains largely unexplored in TCM diagnosis. Taking atrial fibrillation (AF) with Qi-Yin deficiency syndrome (QYDS) as an example, we utilized a type of epigenetic sequencing technology called 5hmC-Seal and integrated it with various machine learning models to develop an Epigenetic Differential Syndrome (Epi-DS) technology for identifying epigenetic biomarkers. This approach is crucial for developing more accurate diagnostic models for traditional Chinese medicine syndromes and for advancing the modernization of traditional Chinese medicine. + In this study, we conducted a single-center, prospective study involving two independent cohorts (cohort 1 and cohort 2) in AF, including QYDS and non-Qi-Yin deficiency syndrome (NQYDS). Next, we utilized 5hmC-Seal to obtain the patients' 5hmC genome-wide profiles in plasma extracellular vesicles DNAs (evDNAs). Meanwhile, a variety of sophisticated machine learning algorithms were employed across three datasets-training, validation, and external cohorts (the training and validation sets constituting cohort 1 and the external cohort constituting cohort 2) to construct and validate QYDS diagnosis model. + Based on the hydroxymethylation profile of the QYDS in AF, we have successfully constructed a disease-phenotype-molecule biological network for AF. At the molecular level, we identified nine characteristic 5hmC markers for the QYDS in AF and successfully established a diagnostic model for this syndrome. In Cohort 1's training set, the area under the receiver operating characteristic curve (AUC) was as high as 0.984, with a sensitivity of 0.976 and a specificity of 1.000. In validation set, the AUC was 0.949, with a sensitivity of 0.952 and a specificity of 0.952. In the independent external validation cohort 2, the AUC was as high as 0.934, with a sensitivity of 0.886 and a specificity of 0.919. Moreover, the diagnostic model we built based on symptoms and molecular markers achieved an AUC value of 0.864 in an independent external cohort. + A novel precision diagnostic approach of TCM Syndrome Differentiation was established based on Epi-DS. The disease-phenotype-molecule network we have constructed reveals the epigenetic foundation of TCM and has identified molecular diagnostic markers for the QYDS in AF. This provides an example for understanding the molecular basis of TCM syndrome differentiation and for integrated traditional Chinese and Western medicine diagnosis. + © 2026. The Author(s). + + + + Fan + Shaowei + S + + Department of Cardiology, Guang'anmen Hospital, China Academy of Chinese Medical Sciences, Beijing, 100053, China. + + + + Chen + Haoyu + H + + School of Graduate, Hebei University of Chinese Medicine, Xinshi South Road No. 326, Qiaoxi District, Shijiazhuang, 050091, Hebei, China. + + + + Chen + Hangyu + H + + Department of Pharmacy, Peking University Third Hospital, Beijing, 100191, China. + + + + Du + Bai + B + + Department of Cardiology, Guang'anmen Hospital, China Academy of Chinese Medical Sciences, Beijing, 100053, China. + + + + Zhen + Baixin + B + + College of Pharmacy, Xinjiang Medical University, Urumqi, 830011, China. + + + + Chen + Xianglong + X + + School of Information and Intelligent Engineering, University of Sanya, Sanya, 572022, Hainan, China. + + + + Zhang + Lei + L + + Department of Pharmacy, Peking University Third Hospital, Beijing, 100191, China. + + + + Li + Xiaxuan + X + + School of Information and Communication Engineering, Hainan University, Haikou, 570228, Hainan, China. + + + + Duolikun + Maimaitiyasen + M + + Key Laboratory of Tropical Biological Resources of Ministry of Education, School of Pharmaceutical Sciences, Hainan University, Haikou, 570100, China. + + + + Chen + Long + L + + Department of Pharmacy, Peking University Third Hospital, Beijing, 100191, China. + + + Synthetic and Functional Biomolecules Center, Beijing National Laboratory for Molecular Sciences, Peking University, Beijing, 100871, China. + + + Peking University Third Hospital Cancer Center, Beijing, 100191, China. + + + + Gao + Han + H + + Department of Pharmacy, Peking University Third Hospital, Beijing, 100191, China. + + + + Shi + Shuqing + S + + Department of Internal Medicine, Guang'anmen Hospital, China Academy of Chinese Medical Sciences, Beijing, 100053, China. + + + + Zhang + Xiaohan + X + + Department of Cardiology, Guang'anmen Hospital, China Academy of Chinese Medical Sciences, Beijing, 100053, China. + + + + Wang + Yangang + Y + + School of Graduate, Hebei University of Chinese Medicine, Xinshi South Road No. 326, Qiaoxi District, Shijiazhuang, 050091, Hebei, China. piwei001@163.com. + + + Beijing University of Chinese Medicine Third Affiliated Hospital, Anwai Xiaoguan Street No.51, Chaoyang District, Beijing, 100029, China. piwei001@163.com. + + + + Hu + Yuanhui + Y + + Department of Cardiology, Guang'anmen Hospital, China Academy of Chinese Medical Sciences, Beijing, 100053, China. huiyuhui55@sohu.com. + + + + Lin + Jian + J + + Department of Pharmacy, Peking University Third Hospital, Beijing, 100191, China. linjian@pku.edu.cn. + + + Key Laboratory of Tropical Biological Resources of Ministry of Education, School of Pharmaceutical Sciences, Hainan University, Haikou, 570100, China. linjian@pku.edu.cn. + + + Synthetic and Functional Biomolecules Center, Beijing National Laboratory for Molecular Sciences, Peking University, Beijing, 100871, China. linjian@pku.edu.cn. + + + Peking University Third Hospital Cancer Center, Beijing, 100191, China. linjian@pku.edu.cn. + + + + eng + + + 82205096 + National Natural Science Foundation of China + + + + 82274034 + National Natural Science Foundation of China + + + + HLCMHPP2023082 + Central High-Level Chinese Medicine Hospital Promotion Project + + + + 2022-1-4153 + Capital's Funds for Health Improvement and Research + + + + CI2021A00918 + Technological Innovation Project of the China Academy of Chinese Medical Sciences + + + + + Journal Article + + + 2026 + 05 + 27 + +
+ + England + Chin Med + 101265109 + 1749-8546 + + + 5-hydroxymethylcytosine + Atrial fibrillation + Machine learning + Qi-Yin deficiency syndrome + Traditional Chinese medicine (TCM) syndrome differentiation + + Declarations. Ethics approval and consent to participate: The study has been approved by the Ethics Committee of Guang’anmen Hospital, China Academy of Chinese Medical Sciences (No. 2023-132-KY). All patients were fully informed of the study and informed consent were obtained from all patients. Competing interests: The authors declare no competing interests. +
+ + + + 2025 + 5 + 27 + + + 2025 + 11 + 8 + + + 2026 + 5 + 28 + 6 + 34 + + + 2026 + 5 + 28 + 6 + 33 + + + 2026 + 5 + 28 + 0 + 40 + + + epublish + + 42204582 + 10.1186/s13020-025-01267-y + 10.1186/s13020-025-01267-y + + + + Gan X, Shu Z, Wang X, et al. Network medicine framework reveals generic herb-symptom effectiveness of traditional Chinese medicine. Sci Adv. 2023;9(43):eadh0215. https://doi.org/10.1126/sciadv.adh0215 . + + 10.1126/sciadv.adh0215 + 37889962 + 10610911 + + + + Leung AYL, Zhang J, Chan CY, et al. Validation of evidence-based questionnaire for TCM syndrome differentiation of heart failure and evaluation of expert consensus. Chin Med. 2023;18(1):70. https://doi.org/10.1186/s13020-023-00757-1 . + + 10.1186/s13020-023-00757-1 + 37296429 + 10251330 + + + + Hu Q, Yu T, Li J, Yu Q, Zhu L, Gu Y. End-to-end syndrome differentiation of Yin deficiency and Yang deficiency in traditional Chinese medicine. Comput Methods Programs Biomed. 2019;174:9–15. https://doi.org/10.1016/j.cmpb.2018.10.011 . + + 10.1016/j.cmpb.2018.10.011 + 30376987 + + + + Liu L, Qi YF, Wang M, et al. A serum metabolomics study of vascular cognitive impairment patients based on traditional Chinese medicine syndrome differentiation. Front Mol Biosci. 2023;10:1305439. https://doi.org/10.3389/fmolb.2023.1305439 . + + 10.3389/fmolb.2023.1305439 + 38116379 + 10728729 + + + + Wu C. Epigenetics and traditional Chinese medicine: a noteworthy research area. Chinese Herb Med. 2025;17(2):201–2. https://doi.org/10.1016/j.chmed.2025.02.004 . + + 10.1016/j.chmed.2025.02.004 + + + + Zhou J, Liu H, Jiang F, Yu X, Wang P, Wu X. Traditional Chinese medicine protects against doxorubicin cardiotoxicity via epigenetic modification and beyond. Phytomedicine. 2025;145:157020. https://doi.org/10.1016/j.phymed.2025.157020 . + + 10.1016/j.phymed.2025.157020 + 40602291 + + + + Bai J, Kwok WC, Thiery JP. Traditional Chinese medicine and regulatory roles on epithelial-mesenchymal transitions. Chin Med. 2019;14:34. https://doi.org/10.1186/s13020-019-0257-6 . + + 10.1186/s13020-019-0257-6 + 31558913 + 6755703 + + + + Zhang X, Zhang Y, Wang C, Wang X. TET (Ten-eleven translocation) family proteins: structure, biological functions and applications. Signal Transduct Target Ther. 2023;8(1):297. https://doi.org/10.1038/s41392-023-01537-x . + + 10.1038/s41392-023-01537-x + 37563110 + 10415333 + + + + Zhu D, Li A, Lv Y, Fan Q. Traditional Chinese medicine: a class of potentially reliable epigenetic drugs. Front Pharmacol. 2022;13:907031. https://doi.org/10.3389/fphar.2022.907031 . + + 10.3389/fphar.2022.907031 + 35774614 + 9237213 + + + + Wang W, Li H, Shi Y, et al. Targeted intervention of natural medicinal active ingredients and traditional Chinese medicine on epigenetic modification: possible strategies for prevention and treatment of atherosclerosis. Phytomedicine. 2024;122:155139. https://doi.org/10.1016/j.phymed.2023.155139 . + + 10.1016/j.phymed.2023.155139 + 37863003 + + + + Zhao X, Zhu S, Li J, Long D, Wan M, Tang W. Epigenetic changes in inflammatory genes and the protective effect of cooked rhubarb on pancreatic tissue of rats with chronic alcohol exposure. Biomed Pharmacother. 2022;146:112587. https://doi.org/10.1016/j.biopha.2021.112587 . + + 10.1016/j.biopha.2021.112587 + 35062061 + + + + Wei Y, Guo Y, Lv S. Research on the progress of Traditional Chinese medicine components and preparations on histone deacetylase inhibitors-like effects in the course of disease treatment. J Ethnopharmacol. 2022;296:115521. https://doi.org/10.1016/j.jep.2022.115521 . + + 10.1016/j.jep.2022.115521 + 35809757 + + + + Zhang Y, Wang N, Du X, et al. SoFDA: an integrated web platform from syndrome ontology to network-based evaluation of disease-syndrome-formula associations for precision medicine. Sci Bull. 2022;67(11):1097–101. https://doi.org/10.1016/j.scib.2022.03.013 . + + 10.1016/j.scib.2022.03.013 + + + + Greenberg MVC, Bourc’his D. The diverse roles of DNA methylation in mammalian development and disease. Nat Rev Mol Cell Biol. 2019;20(10):590–607. https://doi.org/10.1038/s41580-019-0159-6 . + + 10.1038/s41580-019-0159-6 + 31399642 + + + + Oliva M, Demanelis K, Lu Y, et al. DNA methylation QTL mapping across diverse human tissues provides molecular links between genetic variation and complex traits. Nat Genet. 2023;55(1):112–22. https://doi.org/10.1038/s41588-022-01248-z . + + 10.1038/s41588-022-01248-z + 36510025 + + + + Chiu BC, Zhang Z, Derman BA, et al. Genome-wide profiling of 5-hydroxymethylcytosines in circulating cell-free DNA reveals population-specific pathways in the development of multiple myeloma. J Hematol Oncol. 2022;15(1):106. https://doi.org/10.1186/s13045-022-01327-y . + + 10.1186/s13045-022-01327-y + 35974364 + 9380317 + + + + He B, Zhang C, Zhang X, et al. Tissue-specific 5-hydroxymethylcytosine landscape of the human genome. Nat Commun. 2021;12(1):4249. https://doi.org/10.1038/s41467-021-24425-w . + + 10.1038/s41467-021-24425-w + 34253716 + + + + Dong C, Chen J, Zheng J, et al. 5-hydroxymethylcytosine signatures in circulating cell-free DNA as diagnostic and predictive biomarkers for coronary artery disease. Clin Epigenetics. 2020;12(1):17. https://doi.org/10.1186/s13148-020-0810-2 . + + 10.1186/s13148-020-0810-2 + 31964422 + 6974971 + + + + Tian X, Sun B, Chen C, et al. Circulating tumor DNA 5-hydroxymethylcytosine as a novel diagnostic biomarker for esophageal cancer. Cell Res. 2018;28(5):597–600. https://doi.org/10.1038/s41422-018-0014-x . + + 10.1038/s41422-018-0014-x + 29467383 + 5951904 + + + + Ren Y, Zhang Z, She Y, et al. A highly sensitive and specific non-invasive test through genome-wide 5-hydroxymethylation mapping for early detection of lung cancer. Small Methods. 2024;8(3):e2300747. https://doi.org/10.1002/smtd.202300747 . + + 10.1002/smtd.202300747 + 37990399 + + + + Chiu BC, Zhang Z, You Q, et al. Prognostic implications of 5-hydroxymethylcytosines from circulating cell-free DNA in diffuse large B-cell lymphoma. Blood Adv. 2019;3(19):2790–9. https://doi.org/10.1182/bloodadvances.2019000175 . + + 10.1182/bloodadvances.2019000175 + 31570490 + 6784517 + + + + Chen L, Shen Q, Xu S, et al. 5-hydroxymethylcytosine signatures in circulating cell-free DNA as diagnostic biomarkers for late-onset Alzheimer’s disease. J Alzheimers Dis. 2022;85(2):573–85. https://doi.org/10.3233/JAD-215217 . + + 10.3233/JAD-215217 + 34864677 + + + + Chen HY, Li XX, Li C, et al. 5-hydroxymethylcytosine signatures in circulating cell-free DNA as early warning biomarkers for COVID-19 progression and myocardial injury. Front Cell Dev Biol. 2021;9:781267. https://doi.org/10.3389/fcell.2021.781267 . + + 10.3389/fcell.2021.781267 + 35071229 + + + + van Niel G, D’Angelo G, Raposo G. Shedding light on the cell biology of extracellular vesicles. Nat Rev Mol Cell Biol. 2018;19(4):213–28. https://doi.org/10.1038/nrm.2017.125 . + + 10.1038/nrm.2017.125 + 29339798 + + + + Maacha S, Bhat AA, Jimenez L, et al. Extracellular vesicles-mediated intercellular communication: roles in the tumor microenvironment and anti-cancer drug resistance. Mol Cancer. 2019;18(1):55. https://doi.org/10.1186/s12943-019-0965-7 . + + 10.1186/s12943-019-0965-7 + 30925923 + 6441157 + + + + Iannotta D, A A, Kijas AW, Rowan AE, Wolfram J. Entry and exit of extracellular vesicles to and from the blood circulation. Nat Nanotechnol. 2024;19(1):13–20. https://doi.org/10.1038/s41565-023-01522-z . + + 10.1038/s41565-023-01522-z + 38110531 + + + + Nieuwland R, Siljander PR. A beginner’s guide to study extracellular vesicles in human blood plasma and serum. J Extracell Vesicles. 2024;13(1):e12400. https://doi.org/10.1002/jev2.12400 . + + 10.1002/jev2.12400 + 38193375 + 10775135 + + + + Jansen F, Nickenig G, Werner N. Extracellular vesicles in cardiovascular disease: potential applications in diagnosis, prognosis, and epidemiology. Circ Res. 2017;120(10):1649–57. https://doi.org/10.1161/CIRCRESAHA.117.310752 . + + 10.1161/CIRCRESAHA.117.310752 + 28495995 + + + + Garikipati VNS, Shoja-Taheri F, Davis ME, Kishore R. Extracellular vesicles and the application of system biology and computational modeling in cardiac repair. Circ Res. 2018;123(2):188–204. https://doi.org/10.1161/CIRCRESAHA.117.311215 . + + 10.1161/CIRCRESAHA.117.311215 + 29976687 + 6512976 + + + + Malkin EZ, Bratman SV. Bioactive DNA from extracellular vesicles and particles. Cell Death Dis. 2020;11(7):584. https://doi.org/10.1038/s41419-020-02803-4 . + + 10.1038/s41419-020-02803-4 + 32719324 + 7385258 + + + + Liu H, Tian Y, Xue C, Niu Q, Chen C, Yan X. Analysis of extracellular vesicle DNA at the single-vesicle level by nano-flow cytometry. J Extracell Vesicles. 2022;11(4):e12206. https://doi.org/10.1002/jev2.12206 . + + 10.1002/jev2.12206 + 35373518 + 8977970 + + + + Zhu Z, Hu E, Shen H, Tan J, Zeng S. The functional and clinical roles of liquid biopsy in patient-derived models. J Hematol Oncol. 2023;16(1):36. https://doi.org/10.1186/s13045-023-01433-5 . + + 10.1186/s13045-023-01433-5 + 37031172 + 10082989 + + + + Hou J, Li X, Xie KP. Coupled liquid biopsy and bioinformatics for pancreatic cancer early detection and precision prognostication. Mol Cancer. 2021;20(1):34. https://doi.org/10.1186/s12943-021-01309-7 . + + 10.1186/s12943-021-01309-7 + 33593396 + 7888169 + + + + Jiang X, Luo Y, Wang X, et al. Investigating the efficiency and tolerability of traditional Chinese formulas combined with antiarrhythmic agents for paroxysmal atrial fibrillation: a systematic review and Bayesian network meta-analysis. Phytomedicine. 2022;94:153832. https://doi.org/10.1016/j.phymed.2021.153832 . + + 10.1016/j.phymed.2021.153832 + 34781230 + + + + Wang X, Hu D, Dang S, et al. Effects of traditional Chinese medicine Shensong Yangxin capsules on heart rhythm and function in congestive heart failure patients with frequent ventricular premature complexes: a randomized, double-blind, multicenter clinical trial. Chin Med J Engl. 2017;130(14):1639–47. https://doi.org/10.4103/0366-6999.209906 . + + 10.4103/0366-6999.209906 + 28685712 + 5520549 + + + + Hou JW, Li W, Guo K, et al. Antiarrhythmic effects and potential mechanism of WenXin KeLi in cardiac Purkinje cells. Heart Rhythm. 2016;13(4):973–82. https://doi.org/10.1016/j.hrthm.2015.12.023 . + + 10.1016/j.hrthm.2015.12.023 + 26699239 + + + + Hua W, Gao RL, Zhao BC, et al. The Efficacy and Safety of Wenxin Keli in Patients with Frequent Premature Ventricular Contractions: a randomized, Double-blind, Placebo-controlled, Parallel-group. Multicenter Trial Chin Med J (Engl). 2015;128(19):2557–64. https://doi.org/10.4103/0366-6999.166026 . + + 10.4103/0366-6999.166026 + 26415790 + 4736861 + + + + Hindricks G, Potpara T, Dagres N, et al. 2020 ESC guidelines for the diagnosis and management of atrial fibrillation developed in collaboration with the European Association for Cardio-Thoracic Surgery (EACTS). Eur Heart J. 2020;42(5):373–498. https://doi.org/10.1093/eurheartj/ehaa612 . + + 10.1093/eurheartj/ehaa612 + + + + Hu WS, Lin CL, Hsu CY. Effect of acupuncture on atrial fibrillation stratified by CHA2DS2-VASc score-a nationwide cohort investigation. QJM. 2021;114(6):398–402. https://doi.org/10.1093/qjmed/hcab147 . + + 10.1093/qjmed/hcab147 + 34014330 + + + + Claridge SB, Kanaganayagam GS, Kotecha T. Atrial fibrillation guidelines. don’t forget HASBLED score. BMJ. 2011;342:d3205. https://doi.org/10.1136/bmj.d3205 . + + 10.1136/bmj.d3205 + 21610063 + + + + Wu G, Zhao J, Zhao J, et al. Exploring biological basis of syndrome differentiation in coronary heart disease patients with two distinct syndromes by integrated multi-omics and network pharmacology strategy. Chin Med. 2021;16(1):109. https://doi.org/10.1186/s13020-021-00521-3 . + + 10.1186/s13020-021-00521-3 + 34702323 + 8549214 + + + + Chu JL, Bi SH, He Y, et al. 5-hydroxymethylcytosine profiles in plasma cell-free DNA reflect molecular characteristics of diabetic kidney disease. Front Endocrinol (Lausanne). 2022;13:910907. https://doi.org/10.3389/fendo.2022.910907 . + + 10.3389/fendo.2022.910907 + 35966076 + 9372268 + + + + Langmead B, Salzberg SL. Fast gapped-read alignment with Bowtie 2. Nat Methods. 2012;9(4):357–9. https://doi.org/10.1038/nmeth.1923 . + + 10.1038/nmeth.1923 + 22388286 + 3322381 + + + + Etherington GJ, Ramirez-Gonzalez RH, MacLean D. Bio-samtools 2: a package for analysis and visualization of sequence and alignment data with SAMtools in Ruby. Bioinformatics. 2015;31(15):2565–7. https://doi.org/10.1093/bioinformatics/btv178 . + + 10.1093/bioinformatics/btv178 + 25819670 + + + + Navarro Gonzalez J, Zweig AS, Speir ML, et al. The UCSC genome browser database: 2021 update. Nucleic Acids Res. 2021;49(D1):D1046–57. https://doi.org/10.1093/nar/gkaa1070 . + + 10.1093/nar/gkaa1070 + 33221922 + 7779060 + + + + Quinlan AR, Hall IM. BEDtools: a flexible suite of utilities for comparing genomic features. Bioinformatics. 2010;26(6):841–2. https://doi.org/10.1093/bioinformatics/btq033 . + + 10.1093/bioinformatics/btq033 + 20110278 + 2832824 + + + + Zhang Y, Liu T, Meyer CA, et al. Model-based analysis of ChIP-Seq (MACS). Genome Biol. 2008;9(9):R137. https://doi.org/10.1186/gb-2008-9-9-r137 . + + 10.1186/gb-2008-9-9-r137 + 18798982 + 2592715 + + + + Ritchie ME, Phipson B, Wu D, et al. Limma powers differential expression analyses for RNA-sequencing and microarray studies. Nucleic Acids Res. 2015;43(7):e47. https://doi.org/10.1093/nar/gkv007 . + + 10.1093/nar/gkv007 + 25605792 + 4402510 + + + + Langfelder P, Horvath S. WGCNA: an R package for weighted correlation network analysis. BMC Bioinform. 2008;9:559. https://doi.org/10.1186/1471-2105-9-559 . + + 10.1186/1471-2105-9-559 + + + + Wu T, Hu E, Xu S, et al. Clusterprofiler 4.0: a universal enrichment tool for interpreting omics data. Innov (Camb). 2021;2(3):100141. https://doi.org/10.1016/j.xinn.2021.100141 . + + 10.1016/j.xinn.2021.100141 + + + + Wu Y, Zhang F, Yang K, et al. Symmap: an integrative database of traditional Chinese medicine enhanced by symptom mapping. Nucleic Acids Res. 2019;47(D1):D1110–7. https://doi.org/10.1093/nar/gky1021 . + + 10.1093/nar/gky1021 + 30380087 + 6323958 + + + + Yan D, Zheng G, Wang C, et al. HIT 2.0: an enhanced platform for herbal ingredients’ targets. Nucleic Acids Res. 2022;50(D1):D1238–43. https://doi.org/10.1093/nar/gkab1011 . + + 10.1093/nar/gkab1011 + 34986599 + 8728248 + + + + Shannon P, Markiel A, Ozier O, et al. Cytoscape: a software environment for integrated models of biomolecular interaction networks. Genome Res. 2003;13(11):2498–504. https://doi.org/10.1101/gr.1239303 . + + 10.1101/gr.1239303 + 14597658 + 403769 + + + + Li W, Zhang X, Lu X, et al. 5-hydroxymethylcytosine signatures in circulating cell-free DNA as diagnostic biomarkers for human cancers. Cell Res. 2017;27(10):1243–57. https://doi.org/10.1038/cr.2017.121 . + + 10.1038/cr.2017.121 + 28925386 + 5630683 + + + + Saadatagah S, Naderian M, Uddin M, et al. Atrial fibrillation and clonal hematopoiesis in TET2 and ASXL1. JAMA Cardiol. 2024;9(6):497–506. https://doi.org/10.1001/jamacardio.2024.0459 . + + 10.1001/jamacardio.2024.0459 + 38598228 + 11007653 + + + + Lin AE, Bapat AC, Xiao L, et al. Clonal hematopoiesis of indeterminate potential with loss of Tet2 enhances risk for atrial fibrillation through Nlrp3 inflammasome activation. Circulation. 2024;149(18):1419–34. https://doi.org/10.1161/CIRCULATIONAHA.123.065597 . + + 10.1161/CIRCULATIONAHA.123.065597 + 38357791 + + + + Fakuade FE, Hubricht D, Moller V, et al. Impaired intracellular calcium buffering contributes to the arrhythmogenic substrate in atrial myocytes from patients with atrial fibrillation. Circulation. 2024;150(7):544–59. https://doi.org/10.1161/CIRCULATIONAHA.123.066577 . + + 10.1161/CIRCULATIONAHA.123.066577 + 38910563 + 11319087 + + + + Zhao Q, Gao X, Yan G, et al. Chinmedomics facilitated quality-marker discovery of Sijunzi decoction to treat spleen qi deficiency syndrome. Front Med. 2020;14(3):335–56. https://doi.org/10.1007/s11684-019-0705-9 . + + 10.1007/s11684-019-0705-9 + 31749036 + + + + Shang H, Zhang L, Xiao T, et al. Study on the differences of gut microbiota composition between phlegm-dampness syndrome and qi-yin deficiency syndrome in patients with metabolic syndrome. Front Endocrinol (Lausanne). 2022;13:1063579. https://doi.org/10.3389/fendo.2022.1063579 . + + 10.3389/fendo.2022.1063579 + 36440222 + 9682026 + + + + Chiang HC, Chang HH, Huang PY, Hsu M. On the qi deficiency in traditional Chinese medicine. Taiwan J Obstet Gynecol. 2014;53(3):317–23. https://doi.org/10.1016/j.tjog.2013.06.013 . + + 10.1016/j.tjog.2013.06.013 + 25286784 + + + + Liu M, Cai Y, Li F, et al. Metabolomics and network pharmacological analysis to explore the mechanism of ginseng treatment for spleen-qi deficiency. J Sep Sci. 2022;45(24):4427–38. https://doi.org/10.1002/jssc.202200457 . + + 10.1002/jssc.202200457 + 36226347 + + + + Mehdizadeh M, Aguilar M, Thorin E, Ferbeyre G, Nattel S. The role of cellular senescence in cardiac disease: basic biology and clinical relevance. Nat Rev Cardiol. 2022;19(4):250–64. https://doi.org/10.1038/s41569-021-00624-2 . + + 10.1038/s41569-021-00624-2 + 34667279 + + + + Evangelou K, Vasileiou PVS, Papaspyropoulos A, et al. Cellular senescence and cardiovascular diseases: moving to the “heart” of the problem. Physiol Rev. 2023;103(1):609–47. https://doi.org/10.1152/physrev.00007.2022 . + + 10.1152/physrev.00007.2022 + 36049114 + + + + Yu Y, Yang S, Mao LG, et al. Identification of potential metabolic biomarkers in Yin deficiency syndrome using LC-MS. Anat Rec. 2020;303(8):2121–30. https://doi.org/10.1002/ar.24025 . + + 10.1002/ar.24025 + + + + Yu R, Liang J, Liu Q, Niu XZ, Lopez DH, Hou S. The relationship of CCL4, BCL2A1, and NFKBIA genes with premature aging in women of Yin deficiency constitution. Exp Gerontol. 2021;149:111316. https://doi.org/10.1016/j.exger.2021.111316 . + + 10.1016/j.exger.2021.111316 + 33766622 + + + + Nuche J, Soliman F, Chavarria J, et al. New-onset atrial fibrillation detected by ambulatory ECG monitoring after transcatheter aortic valve implantation. EuroIntervention. 2024;20(9):591–601. https://doi.org/10.4244/EIJ-D-23-01014 . + + 10.4244/EIJ-D-23-01014 + 38726722 + 11067725 + + + + Fath AR, Aglan A, Altaee O, et al. Direct oral anticoagulants for rheumatic heart disease-associated atrial fibrillation post-bioprosthetic mitral valve replacement. JACC Clin Electrophysiol. 2024. https://doi.org/10.1016/j.jacep.2024.08.005 . + + 10.1016/j.jacep.2024.08.005 + 39365213 + + + + Sapra G, Tham YK, Cemerlang N, et al. The small-molecule BGP-15 protects against heart failure and atrial fibrillation in mice. Nat Commun. 2014;5:5705. https://doi.org/10.1038/ncomms6705 . + + 10.1038/ncomms6705 + 25489988 + + + + Vicente-Steijn R, Kelder TP, Tertoolen LG, et al. Rhoa-ROCK signalling is necessary for lateralization and differentiation of the developing sinoatrial node. Cardiovasc Res. 2017;113(10):1186–97. https://doi.org/10.1093/cvr/cvx104 . + + 10.1093/cvr/cvx104 + 28899000 + + + + Hulsmans M, Schloss MJ, Lee IH, et al. Recruited macrophages elicit atrial fibrillation. Science. 2023;381(6654):231–9. https://doi.org/10.1126/science.abq3061 . + + 10.1126/science.abq3061 + 37440641 + 10448807 + + + + Haemers P, Hamdi H, Guedj K, et al. Atrial fibrillation is associated with the fibrotic remodelling of adipose tissue in the subepicardium of human and sheep atria. Eur Heart J. 2017;38(1):53–61. https://doi.org/10.1093/eurheartj/ehv625 . + + 10.1093/eurheartj/ehv625 + 26612579 + + + + Chen X, Yu L, Meng S, et al. Inhibition of TREM-1 ameliorates angiotensin II-induced atrial fibrillation by attenuating macrophage infiltration and inflammation through the PI3K/AKT/FoxO3a signaling pathway. Cell Signal. 2024;124:111458. https://doi.org/10.1016/j.cellsig.2024.111458 . + + 10.1016/j.cellsig.2024.111458 + 39384003 + + + + Tang Y, Jiao Y, An X, Tu Q, Jiang Q. Neutrophil extracellular traps and cardiovascular disease: associations and potential therapeutic approaches. Biomed Pharmacother. 2024;180:117476. https://doi.org/10.1016/j.biopha.2024.117476 . + + 10.1016/j.biopha.2024.117476 + 39357329 + + + + Kunamalla A, Ng J, Parini V, et al. Constitutive Expression of a Dominant-Negative TGF-β Type II Receptor in the posterior left atrium leads to beneficial remodeling of atrial fibrillation substrate. Circ Res. 2016;119(1):69–82. https://doi.org/10.1161/CIRCRESAHA.115.307878 . + + 10.1161/CIRCRESAHA.115.307878 + 27217399 + 4920729 + + + + Shi J, Zhou T, Chen Q. Exploring the expanding universe of small RNAs. Nat Cell Biol. 2022;24(4):415–23. https://doi.org/10.1038/s41556-022-00880-5 . + + 10.1038/s41556-022-00880-5 + 35414016 + 9035129 + + + + Jing L, Kwok HF. The intricate roles of RCC1 in normal cells and cancer cells. Biochem Soc Trans. 2022;50(1):83–93. https://doi.org/10.1042/BST20210861 . + + 10.1042/BST20210861 + 35191966 + + + + Jetten AM, Scoville DW, Kang HS. GLIS1-3: links to primary cilium, reprogramming, stem cell renewal, and disease. Cells. 2022. https://doi.org/10.3390/cells11111833 . + + 10.3390/cells11111833 + 35681527 + 9180737 + + + + Jing R, Hu C, Qi T, et al. FILIP1L-mediated cell apoptosis, epithelial-mesenchymal transition and extracellular matrix synthesis aggravate posterior capsular opacification. Life Sci. 2021;286:120061. https://doi.org/10.1016/j.lfs.2021.120061 . + + 10.1016/j.lfs.2021.120061 + 34666037 + + + + Yi L, Hu Y, Wu Z, et al. TFRC upregulation promotes ferroptosis in CVB3 infection via nucleus recruitment of Sp1. Cell Death Dis. 2022;13(7):592. https://doi.org/10.1038/s41419-022-05027-w . + + 10.1038/s41419-022-05027-w + 35821227 + 9276735 + + + + Huang X, Qu R, Ouyang J, Zhong S, Dai J. An overview of the cytoskeleton-associated role of PDLIM5. Front Physiol. 2020;11:975. https://doi.org/10.3389/fphys.2020.00975 . + + 10.3389/fphys.2020.00975 + 32848888 + 7426503 + + + + Schuster A, Klein E, Neirinckx V, et al. AN1-type zinc finger protein 3 (ZFAND3) is a transcriptional regulator that drives glioblastoma invasion. Nat Commun. 2020;11(1):6366. https://doi.org/10.1038/s41467-020-20029-y . + + 10.1038/s41467-020-20029-y + 33311477 + 7732990 + + + + Ma Z, Chauss D, Disatham J, et al. Patterns of crystallin gene expression in differentiation state specific regions of the embryonic chicken lens. Invest Ophthalmol Vis Sci. 2022;63(4):8. https://doi.org/10.1167/iovs.63.4.8 . + + 10.1167/iovs.63.4.8 + 35412582 + 9012887 + + + + Hu XQ, Su SB. An overview of epigenetics in Chinese medicine researches. Chin J Integr Med. 2017;23(9):714–20. https://doi.org/10.1007/s11655-016-2274-y . + + 10.1007/s11655-016-2274-y + 28000097 + + + + Wang X, Zhang Z, Zeng W, et al. Establishment of DNA methylation profile associated with TCM syndrome in endometriosis. Evid Based Complement Alternat Med. 2022;2022:4866360. https://doi.org/10.1155/2022/4866360 . + + 10.1155/2022/4866360 + 35449808 + 9017494 + + + + Gonzalez-Avalos E, Onodera A, Samaniego-Castruita D, Rao A, Ay F. Predicting gene expression state and prioritizing putative enhancers using 5hmC signal. Genome Biol. 2024;25(1):142. https://doi.org/10.1186/s13059-024-03273-z . + + 10.1186/s13059-024-03273-z + 38825692 + 11145787 + + + + Matsumoto S, Tateishi-Karimata H, Ohyama T, Sugimoto N. Effect of DNA modifications on the transition between canonical and non-canonical DNA structures in CpG islands during senescence. RSC Adv. 2021;11(59):37205–17. https://doi.org/10.1039/d1ra07201c . + + 10.1039/d1ra07201c + 35496393 + 9043837 + + + + Hu X, Luo K, Shi H, et al. Integrated 5-hydroxymethylcytosine and fragmentation signatures as enhanced biomarkers in lung cancer. Clin Epigenetics. 2022;14(1):15. https://doi.org/10.1186/s13148-022-01233-7 . + + 10.1186/s13148-022-01233-7 + 35073982 + 8787948 + + + + Liu L, Han X, Shan G, Fu L, Dou D. Mechanism difference of ginseng medicines with different natures on hyperthyroidism. J Ethnopharmacol. 2024;319(Pt 2):117194. https://doi.org/10.1016/j.jep.2023.117194 . + + 10.1016/j.jep.2023.117194 + 37742875 + + + + Zhao J, Li Y, Xin L, et al. Clinical features and rules of Chinese herbal medicine in diabetic peripheral neuropathy patients. Evid Based Complement Alternat Med. 2020;2020:5795264. https://doi.org/10.1155/2020/5795264 . + + 10.1155/2020/5795264 + 32724325 + 7382735 + + + + Li FT, Yang D, Song FY, et al. In vitro effects of ginseng and the seed of Zizyphus jujuba var. spinosa on gut microbiota of rats with spleen deficiency. Chem Biodivers. 2020;17(9):e2000199. https://doi.org/10.1002/cbdv.202000199 . + + 10.1002/cbdv.202000199 + 32578291 + + + + Qi Y, Cheng X, Jing H, et al. Combination of schisandrin and nootkatone exerts neuroprotective effect in Alzheimer’s disease mice model. Metab Brain Dis. 2019;34(6):1689–703. https://doi.org/10.1007/s11011-019-00475-4 . + + 10.1007/s11011-019-00475-4 + 31422511 + + + + Rahmatpanah F, Agrawal S, Scarfone VM, Kapadia S, Mercola D, Agrawal A. Transcriptional profiling of age-associated gene expression changes in human circulatory CD1c+ myeloid dendritic cell subset. J Gerontol A Biol Sci Med Sci. 2019;74(1):9–15. https://doi.org/10.1093/gerona/gly106 . + + 10.1093/gerona/gly106 + 29718193 + 6298184 + + + + Ren X, Jiang K, Zhang F. The multifaceted roles of RCC1 in tumorigenesis. Front Mol Biosci. 2020;7:225. https://doi.org/10.3389/fmolb.2020.00225 . + + 10.3389/fmolb.2020.00225 + 33102517 + 7522611 + + + + Li L, Chen K, Wang T, et al. Glis1 facilitates induction of pluripotency via an epigenome-metabolome-epigenome signalling cascade. Nat Metab. 2020;2(9):882–92. https://doi.org/10.1038/s42255-020-0267-9 . + + 10.1038/s42255-020-0267-9 + 32839595 + + + + Jetten AM. GLIS1-3 transcription factors: critical roles in the regulation of multiple physiological processes and diseases. Cell Mol Life Sci. 2018;75(19):3473–94. https://doi.org/10.1007/s00018-018-2841-9 . + + 10.1007/s00018-018-2841-9 + 29779043 + + + + Cai S, Wang P, Xie T, et al. Histone H4R3 symmetric di-methylation by Prmt5 protects against cardiac hypertrophy via regulation of Filip1L/β-catenin. Pharmacol Res. 2020;161:105104. https://doi.org/10.1016/j.phrs.2020.105104 . + + 10.1016/j.phrs.2020.105104 + 32739429 + + + + Zhuang S, Ma Y, Zeng Y, et al. METTL14 promotes doxorubicin-induced cardiomyocyte ferroptosis by regulating the KCNQ1OT1-miR-7-5p-TFRC axis. Cell Biol Toxicol. 2023;39(3):1015–35. https://doi.org/10.1007/s10565-021-09660-7 . + + 10.1007/s10565-021-09660-7 + 34648132 + + + + Pan Y, Yang J, Dai J, Xu X, Zhou X, Mao W. TFRC in cardiomyocytes promotes macrophage infiltration and activation during the process of heart failure through regulating Ccl2 expression mediated by hypoxia inducible factor-1alpha. Immun Inflamm Dis. 2023;11(8):e835. https://doi.org/10.1002/iid3.835 . + + 10.1002/iid3.835 + 37647427 + 10461419 + + + + Muller YL, Piaggi P, Chen P, et al. Assessing variation across 8 established East Asian loci for type 2 diabetes mellitus in American Indians: suggestive evidence for new sex-specific diabetes signals in GLIS3 and ZFAND3. Diabetes Metab Res Rev. 2017. https://doi.org/10.1002/dmrr.2869 . + + 10.1002/dmrr.2869 + 27862917 + + + + Dou Z, Xia Y, Zhang J, et al. Syndrome differentiation and treatment regularity in traditional Chinese medicine for type 2 diabetes: a text mining analysis. Front Endocrinol (Lausanne). 2021;12:728032. https://doi.org/10.3389/fendo.2021.728032 . + + 10.3389/fendo.2021.728032 + 35002950 + 8733618 + + + + Hartwich H, Rosengauer E, Ruttiger L, Wilms V, Waterholter SK, Nothwang HG. Functional Role of gamma-Crystallin N in the Auditory Hindbrain. PLoS ONE. 2016;11(8):e0161140. https://doi.org/10.1371/journal.pone.0161140 . + + 10.1371/journal.pone.0161140 + 27517863 + 4982622 + + + + Rasmussen LT, de Labio RW, Dos Santos MP, et al. Changes in expression of key genes in Alzheimer’s disease: a specific brain tissue change. J Gerontol A Biol Sci Med Sci. 2024. https://doi.org/10.1093/gerona/glae023 . + + 10.1093/gerona/glae023 + 38267766 + + + + El Bitar F, Al Sudairy N, Qadi N, et al. A comprehensive analysis of unique and recurrent copy number variations in Alzheimer’s disease and its related disorders. Curr Alzheimer Res. 2020;17(10):926–38. https://doi.org/10.2174/1567205017666201130111424 . + + 10.2174/1567205017666201130111424 + 33256577 + + + + +
+ + + 42204546 + + 2026 + 05 + 28 + +
+ + 1477-7819 + + + 2026 + May + 27 + + + World journal of surgical oncology + World J Surg Oncol + + Machine learning-based prognostic model integrating preoperative HALP score and lactate dehydrogenase for predicting postoperative recurrence of prostate cancer. + 10.1186/s12957-026-04423-2 + + Postoperative biochemical recurrence (BCR) of prostate cancer (PCa) remains a major clinical challenge, and traditional risk assessment systems show suboptimal predictive performance for PCa recurrence. This study aimed to develop and validate interpretable machine learning (ML) models for predicting PCa postoperative recurrence by integrating multi-dimensional clinical features, and to construct a simplified and practical prognostic model for individualized risk stratification. + A total of 320 PCa patients (125 recurrences vs. 195 non-recurrences) who underwent laparoscopic radical prostatectomy (LRP) at the primary center were retrospectively enrolled as the internal cohort, and 144 patients (50 recurrences vs. 94 non-recurrences) from another campus were included as the external validation cohort. Ten ML algorithms were used to construct prediction models with clinicopathological, preoperative hematological and nutrition-inflammation features. Stratified sampling and ten-fold cross-validation were used for model training and validation, and SHAP analysis was adopted for feature importance evaluation and model interpretability. Recursive feature inclusion was performed to optimize the model, and clinical cutoffs of key indicators were determined. + The gradient boosting machine (GBM) model achieved the best predictive performance in the internal cohort with an AUC of 0.891, which was significantly superior to the UCSF-CAPRA score (AUC = 0.703) and the D'Amico classification (AUC = 0.610). A simplified 5-feature GBM model [positive surgical margin, preoperative hemoglobin-albumin-lymphocyte-platelet (HALP) score, postoperative Gleason score, preoperative maximum prostate specific antigen, preoperative lactate dehydrogenase (LDH)] achieved an AUC of 0.912 in the internal cohort and 0.895 in the external cohort, with excellent calibration and higher net clinical benefit. The optimal cutoffs were 41.31 for preoperative HALP score and 182.61 U/L for preoperative LDH. Low HALP was associated with shorter recurrence-free survival (HR = 0.30, P < 0.0001), and high LDH indicated increased recurrence risk (HR = 1.37, P = 0.083). A three-tier risk stratification system was established based on the cutoff values to predict postoperative recurrence risk. + The ML model integrating preoperative HALP score, LDH and core clinicopathological features has high accuracy and good clinical applicability for predicting PCa postoperative recurrence. Validated successfully in both internal and external cohorts, the 5-feature simplified model can serve as a practical tool for individualized recurrence risk assessment, facilitating optimized clinical management of PCa patients. + © 2026. The Author(s). + + + + Wang + Hao + H + + Department of Urology, Beijing Chaoyang Hospital, Capital Medical University, Beijing, 100020, China. + + + + Qiu + Xuemeng + X + + Department of Urology, Beijing Chaoyang Hospital, Capital Medical University, Beijing, 100020, China. + + + + Li + Zhen + Z + + Department of Urology, Beijing Chaoyang Hospital, Capital Medical University, Beijing, 100020, China. + + + + Wu + Jiyue + J + + Department of Urology, Beijing Chaoyang Hospital, Capital Medical University, Beijing, 100020, China. + + + + Gan + Lijian + L + + Department of Urology, Beijing Chaoyang Hospital, Capital Medical University, Beijing, 100020, China. + + + + Xie + Dawei + D + + Department of Urology, Beijing Chaoyang Hospital, Capital Medical University, Beijing, 100020, China. + + + + Wei + Yirui + Y + + Department of Urology, Beijing Chaoyang Hospital, Capital Medical University, Beijing, 100020, China. + + + + Wang + Jianwen + J + + Department of Urology, Beijing Chaoyang Hospital, Capital Medical University, Beijing, 100020, China. wjianw999@163.com. + + + + Wang + Wei + W + + Department of Urology, Beijing Chaoyang Hospital, Capital Medical University, Beijing, 100020, China. weiwang0920@163.com. + + + + eng + + + grant No. 2020-2-2033 + The Capital Health Research and Development of Special Fund, Beijing, China + + + + + Journal Article + + + 2026 + 05 + 27 + +
+ + England + World J Surg Oncol + 101170544 + 1477-7819 + + IM + + Biochemical recurrence + HALP score + Lactate dehydrogenase + Machine learning + Prognostic prediction + Prostate cancer + + Declarations. Ethics approval and consent to participate: The study was conducted in accordance with the Declaration of Helsinki and was approved by the Ethics Committee of Beijing Chaoyang Hospital (2020-science-299-1). Due to the retrospective nature of the study, Ethics Committee of Beijing Chaoyang Hospital waived the need of obtaining informed consent in the manuscript. Competing interests: The authors declare no competing interests. +
+ + + + 2026 + 3 + 13 + + + 2026 + 5 + 18 + + + 2026 + 5 + 28 + 6 + 34 + + + 2026 + 5 + 28 + 6 + 34 + + + 2026 + 5 + 28 + 0 + 38 + + + aheadofprint + + 42204546 + 10.1186/s12957-026-04423-2 + 10.1186/s12957-026-04423-2 + + +
+ + + 42204501 + + 2026 + 05 + 28 + +
+ + 1471-2407 + + + 2026 + May + 27 + + + BMC cancer + BMC Cancer + + A machine learning-based interpretable model for predicting pancreatic cancer in chronic pancreatitis patients with focal pancreatic lesions. + 10.1186/s12885-026-16234-5 + + Pancreatic cancer (PC) is deadly and distinguishing it from inflammatory conditions in chronic pancreatitis (CP) patients is challenging. We aimed to develop machine learning models to predict PC in CP patients with focal pancreatic lesions. + For this bicentric retrospective study, CP patients with indeterminate focal pancreatic lesions discovered through contrast-enhanced computed tomography scans were enrolled. Final diagnosis of focal pancreatic lesions was established by surgical pathology or follow-up outcomes. We used Boruta algorithm for feature screening, and conducted six machine learning models (Logistic Regression, Random Forest, eXtreme Gradient Boosting, Light Gradient Boosting Machine, K-Nearest Neighbors and Naive Bayes). The input data this study used were clinical information and laboratory data. Finally, SHAP was employed for interpretation. Receiver operating characteristic curve, area under curve (AUC), accuracy, sensitivity and specificity were used to evaluate model performance. + A total of 187 participants were enrolled, and 44 patients (23.5%) were diagnosed as PC. Six important features were identified by the Boruta algorithm. Among the six machine learning models based on these features, Logistic Regression had the best diagnostic performance (AUC: 0.875 (95% CI: 0.801-0.949) in the training set and 0.908 (95% CI: 0.818-0.997) in the testing set). The ranking of SHAP variables importance from highest to lowest were carbohydrate antigen 19 - 9, hemoglobin, alanine transaminase, carcinoembryonic antigen, aspartate transaminase and the maximum diameter of focal pancreatic lesions. + Six features-based machine learning models, especially the Logistic Regression, had satisfactory performance in predicting PC in CP patients with focal pancreatic lesions. This approach was crucial for enhancing early detection rate and reducing mortality associated with PC. + © 2026. The Author(s). + + + + Yi + Jin-Hui + JH + + School of Medicine, NanKai University, No. 94 Weijin Road, Nankai District, Tianjin, 300071, China. + + + Department of Gastroenterology, The First Medical Center of Chinese PLA General Hospital, Fuxing Road 28, Haidian District, Beijing, 100853, China. + + + Department of Gastroenterology, Changhai Hospital, Naval Medical University, 168 Changhai Road, Shanghai, 200433, China. + + + + Wang + Teng + T + + Department of Gastroenterology, Changhai Hospital, Naval Medical University, 168 Changhai Road, Shanghai, 200433, China. + + + Shanghai Institute of Pancreatic Diseases, 168 Changhai Road, Shanghai, 200433, China. + + + Changhai Clinical Research Unit, Changhai Hospital, Naval Medical University, 168 Changhai Road, Shanghai, 200433, China. + + + + Bi + Ya-Wei + YW + + Department of Gastroenterology, The First Medical Center of Chinese PLA General Hospital, Fuxing Road 28, Haidian District, Beijing, 100853, China. + + + + Xu + Jin-Jie + JJ + + Department of Gastroenterology, Changhai Hospital, Naval Medical University, 168 Changhai Road, Shanghai, 200433, China. + + + Department of Gastroenterology, The Hospital of 32521 Troops of Chinese People's Liberation Army, Zhenjiang, Jiangsu, 212400, China. + + + + Liu + Miao + M + + Department of Gastroenterology, Changhai Hospital, Naval Medical University, 168 Changhai Road, Shanghai, 200433, China. + + + Shanghai Institute of Pancreatic Diseases, 168 Changhai Road, Shanghai, 200433, China. + + + Changhai Clinical Research Unit, Changhai Hospital, Naval Medical University, 168 Changhai Road, Shanghai, 200433, China. + + + + Chen + Guang-Ming + GM + + Department of Gastroenterology, Changhai Hospital, Naval Medical University, 168 Changhai Road, Shanghai, 200433, China. + + + Shanghai Institute of Pancreatic Diseases, 168 Changhai Road, Shanghai, 200433, China. + + + Changhai Clinical Research Unit, Changhai Hospital, Naval Medical University, 168 Changhai Road, Shanghai, 200433, China. + + + + Li + Zhao-Shen + ZS + + Department of Gastroenterology, Changhai Hospital, Naval Medical University, 168 Changhai Road, Shanghai, 200433, China. zhaoshen-li@hotmail.com. + + + Shanghai Institute of Pancreatic Diseases, 168 Changhai Road, Shanghai, 200433, China. zhaoshen-li@hotmail.com. + + + Changhai Clinical Research Unit, Changhai Hospital, Naval Medical University, 168 Changhai Road, Shanghai, 200433, China. zhaoshen-li@hotmail.com. + + + + Wang + Dan + D + + Department of Gastroenterology, Changhai Hospital, Naval Medical University, 168 Changhai Road, Shanghai, 200433, China. danwang@smmu.edu.cn. + + + Shanghai Institute of Pancreatic Diseases, 168 Changhai Road, Shanghai, 200433, China. danwang@smmu.edu.cn. + + + Changhai Clinical Research Unit, Changhai Hospital, Naval Medical University, 168 Changhai Road, Shanghai, 200433, China. danwang@smmu.edu.cn. + + + + Chai + Ning-Li + NL + + School of Medicine, NanKai University, No. 94 Weijin Road, Nankai District, Tianjin, 300071, China. chainingli@vip.163.com. + + + Department of Gastroenterology, The First Medical Center of Chinese PLA General Hospital, Fuxing Road 28, Haidian District, Beijing, 100853, China. chainingli@vip.163.com. + + + + Hu + Liang-Hao + LH + + Department of Gastroenterology, Changhai Hospital, Naval Medical University, 168 Changhai Road, Shanghai, 200433, China. lianghao-hu@smmu.edu.cn. + + + Shanghai Institute of Pancreatic Diseases, 168 Changhai Road, Shanghai, 200433, China. lianghao-hu@smmu.edu.cn. + + + Changhai Clinical Research Unit, Changhai Hospital, Naval Medical University, 168 Changhai Road, Shanghai, 200433, China. lianghao-hu@smmu.edu.cn. + + + + eng + + + 2023ZD0500904 + the Noncommunicable Chronic Diseases-National Science and Technology Major Project + + + + 82370657 + National Natural Science Foundation of China + + + + 82270679 + National Natural Science Foundation of China + + + + 2023ZD0500900 + Noncommunicable Chronic Diseases-National Science and Technology Major Project + + + + + Journal Article + + + 2026 + 05 + 27 + +
+ + England + BMC Cancer + 100967800 + 1471-2407 + + IM + + Chronic pancreatitis + Machine learning + Pancreatic cancer + SHAP + + Declarations. Ethics approval and consent to participate: This study was performed in line with the principles of the Declaration of Helsinki. Approval was granted by the Ethics Committee of ChangHai Hospital. Consent for publication: Not Applicable. Competing interests: The authors declare no competing interests. +
+ + + + 2026 + 3 + 24 + + + 2026 + 5 + 20 + + + 2026 + 5 + 28 + 6 + 32 + + + 2026 + 5 + 28 + 6 + 32 + + + 2026 + 5 + 28 + 0 + 35 + + + aheadofprint + + 42204501 + 10.1186/s12885-026-16234-5 + 10.1186/s12885-026-16234-5 + + +
+ + + 42204441 + + 2026 + 05 + 28 + + + 2026 + 05 + 28 + +
+ + 1525-6049 + + 48 + 1 + + 2026 + Dec + + + Renal failure + Ren Fail + + Time-updated explainable machine learning predicts short-term mortality in peritoneal dialysis patients. + + 2666955 + 2666955 + + 10.1080/0886022X.2026.2666955 + + + Objective: This study aimed to develop and validate a time-updated, explainable machine learning (ML) early-warning system for short-term mortality risk in patients with continuous ambulatory peritoneal dialysis (CAPD). Methods: Multiple supervised ML techniques were validated to stratify individuals at high risk of 6-month death, classifiers were trained, internally validated and independently temporally validated in this retrospective study of 1,484 CAPD patients in our PD center. We collected time-updated markers such as patient demographics, clinical characteristics, and laboratory data to inform the ML models and the performance of eight ML models was assessed via the area under the curve (AUC) and accuracy. The SHapley Additive exPlanation (SHAP) method was selected to further interpret the predictive models and link findings to clinical actionability. Results: In internal validation cohort, the light gradient boosting machine (lightGBM) model demonstrated best performance with AUC of 0.888 and highest accuracy of 0.879. In temporal validation cohort, the lightGBM model also exhibited good classification performance, achieving AUC of 0.850 and good accuracy of 0.874. Moreover, SHAP analysis identified several key features that contributed to the accurate prediction of the lightGBM model. Conclusions: The time-updated lightGBM early-warning system helps clinicians to early identify CAPD patients with high risk of death within six months based on easily accessible and time-updated data and provides a basis for personalized treatment. + + + + Wang + Quan + Q + + Department of Nephrology, Wuhan No.1 Hospital, Wuhan, China. + + + + Ding + Yanqiong + Y + + Department of Nephrology, Wuhan No.1 Hospital, Wuhan, China. + + + + Luo + Qing + Q + + Department of Nephrology, Wuhan No.1 Hospital, Wuhan, China. + + + + Wan + Sheng + S + + Department of Nephrology, Wuhan No.1 Hospital, Wuhan, China. + + + + Zhang + Yanmin + Y + + Department of Nephrology, Wuhan No.1 Hospital, Wuhan, China. + + + + eng + + Journal Article + + + 2026 + 05 + 27 + +
+ + England + Ren Fail + 8701128 + 0886-022X + + IM + + + Humans + + + Female + + + Peritoneal Dialysis, Continuous Ambulatory + mortality + + + Retrospective Studies + + + Predictive Learning Models + + + Boosting Machine Learning Algorithms + + + Male + + + Middle Aged + + + Kidney Failure, Chronic + mortality + therapy + + + Risk Assessment + methods + + + Machine Learning + + + Aged + + + Area Under Curve + + + Prediction Algorithms + + + Risk Factors + + + + We developed and validated a time-updated, explainable ML early-warning system that accurately predicts 6-month all-cause mortality in CAPD patients using routinely, available laboratory data.The LightGBM model achieved excellent discriminative performance, with an AUC of 0.888 in internal validation and 0.850 in independent temporal validation.This model provides a scalable, low-cost early-warning tool for routine CAPD care, with a standardized risk-stratified intervention framework to guide timely, targeted care and advance care planning. + + + Continuous ambulatory peritoneal dialysis + electronic health records + explainable artificial intelligence + machine learning models + mortality risk prediction + +
+ + + + 2026 + 5 + 28 + 6 + 34 + + + 2026 + 5 + 28 + 6 + 33 + + + 2026 + 5 + 28 + 0 + 23 + + + ppublish + + 42204441 + 10.1080/0886022X.2026.2666955 + + +
+ + + 42204406 + + 2026 + 05 + 28 + +
+ + 1520-5851 + + + 2026 + May + 27 + + + Environmental science & technology + Environ Sci Technol + + Correction to "Correspondence on "A Novel Framework for Airshed Delineation and PM2.5 Estimation across India Using Machine Learning and Spatial Clustering"". + 10.1021/acs.est.6c07081 + + + Qing + Lina + L + 0009-0002-4861-8304 + + School of Business, Macau University of Science and Technology, Taipa 999078, Macau, China. + + + + eng + + Published Erratum + + + 2026 + 05 + 27 + +
+ + United States + Environ Sci Technol + 0213155 + 0013-936X + + IM + + + Environ Sci Technol. 2026 Mar 24;60(11):8894-8895. doi: 10.1021/acs.est.5c14377. + 41788083 + + +
+ + + + 2026 + 5 + 28 + 6 + 33 + + + 2026 + 5 + 28 + 6 + 33 + + + 2026 + 5 + 28 + 0 + 3 + + + aheadofprint + + 42204406 + 10.1021/acs.est.6c07081 + + +
+ + + 42204395 + + 2026 + 05 + 28 + +
+ + 1528-1140 + + + 2026 + May + 28 + + + Annals of surgery + Ann Surg + + Deriving Clavien-Dindo Classification from Administrative Data: Development and External Validation in Hepatobiliary Surgery. + 10.1097/SLA.0000000000007105 + + Routine electronic health records (HER)/administrative data could enable time- and cost-efficient, real-time surveillance and health-economic evaluation of hepatobiliary postoperative complications, yet no validated algorithm currently exists. We aimed to develop and externally validate an interpretable procedure-code-based, internationally portable algorithm classifying 30-day complications by Clavien-Dindo (CDC) grades and to compare its performance to machine learning (ML) approaches. + A retrospective cohort study was conducted across two French tertiary hepatobiliary centers (Cochin for development; Beaujon for validation) from 2021-2023. Gold-standard CDC grades (≤II, III-IV, V) were assigned by an independent hepatobiliary surgeon blinded to algorithmic rules. The algorithm was expert-derived using 311 procedure codes mapped to 168 WHO's International Classification codes (ICHI), applying a temporal rule to ICU-related codes (≥POD4 for CDC-IV). ML comparators included RandomForest, ElasticNet and XGBoost trained using repeated cross-validation with hyperparameter tuning. Primary outcome was agreement with the gold-standard CDC classification; metrics included macro-F1-score, macro-balanced accuracy (MBA), sensitivity/specificity, weighted-kappa, and Ranked Probability Score (RPS) with 2000-bootstrap 95%CIs. + Among 959 liver resections (development: 476; validation: 488), major complications occurred in 18%, with 2.6% mortality. In validation, the expert algorithm achieved macro-F1-score: 0.962 (0.946-0.977), MBA: 0.974 (0.963-0.985), sensitivity: 0.950 (0.901-0.988), specificity 0.971 (0.951-0.985), weighted-κ: 0.928 (0.900-0.962) and RPS 0.016 (0.009-0.025). ML pipelines underperformed in all metrics. Misclassification (3.2%) was mainly due to ICU timing or incomplete coding. + An interpretable therapeutic-act-based algorithm accurately reproduced CDC grading from routine data and outperformed ML approaches. ICHI mapping supports international portability for real-time complication surveillance, quality benchmarking and policy evaluation. + Copyright © 2026 Wolters Kluwer Health, Inc. All rights reserved. + + + + Tzedakis + Stylianos + S + + Service de chirurgie digestive, hépatobiliaire et endocrinienne, AP-HP Centre, Groupe Hospitalier Cochin Port Royal, Paris, France. + + + Université Paris Cité, Inria, Inserm, HeKA, F-75015, Paris, France. + + + + Romengas + Louis + L + + Université Paris Cité, Inria, Inserm, HeKA, F-75015, Paris, France. + + + AP-HP Centre, Hôpital Européen Georges-Pompidou, Service d'Épidémiologie et de Biostatistiques, Université Paris Cité, Paris, France. + + + + Berzan + Diana + D + + Service de chirurgie digestive, hépatobiliaire et endocrinienne, AP-HP Centre, Groupe Hospitalier Cochin Port Royal, Paris, France. + + + + Ronde-Roupie + Charlotte + C + + Service de chirurgie digestive, hépatobiliaire et endocrinienne, AP-HP Centre, Groupe Hospitalier Cochin Port Royal, Paris, France. + + + Université Paris Cité, Inria, Inserm, HeKA, F-75015, Paris, France. + + + + Jeddou + Heithem + H + + Service de chirurgie digestive, hépatobiliaire et transplantation, Hôpital Pontchaillou, Université Rennes 1, Rennes, France. + + + + Dhote + Alix + A + + Service de chirurgie digestive, hépatobiliaire et endocrinienne, AP-HP Centre, Groupe Hospitalier Cochin Port Royal, Paris, France. + + + Université Paris Cité, Inria, Inserm, HeKA, F-75015, Paris, France. + + + + De Ponthaud + Charles + C + + Université Paris Cité, Inria, Inserm, HeKA, F-75015, Paris, France. + + + Service de chirurgie hépato-bilio-pancréatique et transplantation hépatique, Hôpital Beaujon, Université Paris Cité, Clichy, France. + + + + Lazzati + Andrea + A + + Université Paris Cité, Inria, Inserm, HeKA, F-75015, Paris, France. + + + Service de chirurgie digestive, bariatrique et endocrinienne, AP-HP, Hôpital Avicennes, Bobigny, France. + + + + Guilloux + Agathe + A + + Université Paris Cité, Inria, Inserm, HeKA, F-75015, Paris, France. + + + + Dokmak + Safi + S + + Service de chirurgie hépato-bilio-pancréatique et transplantation hépatique, Hôpital Beaujon, Université Paris Cité, Clichy, France. + + + + Lesurtel + Mickaël + M + + Service de chirurgie hépato-bilio-pancréatique et transplantation hépatique, Hôpital Beaujon, Université Paris Cité, Clichy, France. + + + + Fuks + David + D + + Service de chirurgie digestive, Centre Hospitalier Universitaire Vaudois (CHUV), Université de Lausanne, 1005 Lausanne, Suisse. + + + + Katsahian + Sandrine + S + + Université Paris Cité, Inria, Inserm, HeKA, F-75015, Paris, France. + + + AP-HP Centre, Hôpital Européen Georges-Pompidou, Service d'Épidémiologie et de Biostatistiques, Université Paris Cité, Paris, France. + + + + eng + + Journal Article + + + 2026 + 05 + 28 + +
+ + United States + Ann Surg + 0372354 + 0003-4932 + + IM + + Clavien-Dindo classification + PMSI database + administrative data + electronic health records + hepatobiliary surgery + international classification of health interventions + machine-learning + morbidity + mortality + postoperative complication + severe complication + supervised learning + + Declaration of interest statement: The authors have no conflicts of interest to disclose. +
+ + + + 2025 + 12 + 14 + + + 2026 + 5 + 19 + + + 2026 + 5 + 28 + 6 + 34 + + + 2026 + 5 + 28 + 6 + 34 + + + 2026 + 5 + 28 + 0 + 2 + + + aheadofprint + + 42204395 + 10.1097/SLA.0000000000007105 + 00000658-990000000-01632 + + +
+ + + 42204360 + + 2026 + 05 + 27 + +
+ + 1546-1696 + + + 2026 + May + 27 + + + Nature biotechnology + Nat Biotechnol + + Accurate quantification in proteomics with QuantUMS. + 10.1038/s41587-026-03131-2 + + In mass-spectrometry-based proteomics it remains challenging to ensure the accuracy of protein quantities. Here we introduce QuantUMS (quantification using an uncertainty-minimizing solution), a machine learning-based method that dynamically tunes the quantification algorithm to minimize quantitative errors. When applied to data-independent acquisition proteomics, QuantUMS increases accuracy and precision, ameliorates ratio compression bias and enhances differential expression analysis. It further reports an uncertainty measure enabling quality control of individual quantities. + © 2026. The Author(s). + + + + Grossmann + Justus L + JL + 0009-0002-7094-1888 + + Department of Biochemistry, Charité - Universitätsmedizin Berlin, Berlin, Germany. + + + + Kistner + Franziska + F + 0009-0009-8080-8643 + + Department of Biochemistry, Charité - Universitätsmedizin Berlin, Berlin, Germany. + + + + Sinn + Ludwig R + LR + 0000-0003-4692-0681 + + Department of Biochemistry, Charité - Universitätsmedizin Berlin, Berlin, Germany. + + + + Szyrwiel + Lukasz + L + + Department of Biochemistry, Charité - Universitätsmedizin Berlin, Berlin, Germany. + + + + Rappsilber + Juri + J + 0000-0001-5999-1310 + + Bioanalytics, Institute of Biotechnology, Technical University of Berlin, Berlin, Germany. + + + Si-M/"Der Simulierte Mensch", Technical University of Berlin and Charité - Universitätsmedizin Berlin, Berlin, Germany. + + + + Demichev + Vadim + V + 0000-0002-2424-9412 + + Department of Biochemistry, Charité - Universitätsmedizin Berlin, Berlin, Germany. vadim.demichev@gmail.com. + + + + eng + + + 161L0221 + Bundesministerium für Bildung und Forschung (Federal Ministry of Education and Research) + + + + + Journal Article + + + 2026 + 05 + 27 + +
+ + United States + Nat Biotechnol + 9604648 + 1087-0156 + + IM + Competing interests: J.L.G. and V.D. hold shares of Aptila Biotech. The other authors declare no competing interests. +
+ + + + 2023 + 8 + 8 + + + 2026 + 4 + 14 + + + 2026 + 5 + 28 + 0 + 29 + + + 2026 + 5 + 28 + 0 + 29 + + + 2026 + 5 + 27 + 23 + 36 + + + aheadofprint + + 42204360 + 10.1038/s41587-026-03131-2 + 10.1038/s41587-026-03131-2 + + + + Messner, C. B. et al. Mass spectrometry-based high-throughput proteomics and its role in biomedical studies and systems biology. Proteomics 23, e2200013 (2023). + + 36349817 + 10.1002/pmic.202200013 + + + + Venable, J. D., Dong, M.-Q., Wohlschlegel, J., Dillin, A. & Yates, J. R. Automated approach for quantitative analysis of complex peptide mixtures from tandem mass spectra. Nat. Methods 1, 39–45 (2004). + + 15782151 + 10.1038/nmeth705 + + + + Gillet, L. C. et al. Targeted data extraction of the MS/MS spectra generated by data-independent acquisition: a new concept for consistent and accurate proteome analysis. Mol. Cell. Proteomics 11, O111.016717 (2012). + + 22261725 + 3433915 + 10.1074/mcp.O111.016717 + + + + Ludwig, C. et al. Data-independent acquisition-based SWATH-MS for quantitative proteomics: a tutorial. Mol. Syst. Biol. 14, e8126 (2018). + + 30104418 + 6088389 + 10.15252/msb.20178126 + + + + Messner, C. B. et al. Ultra-fast proteomics with Scanning SWATH. Nat. Biotechnol. 39, 846–854 (2021). + + 33767396 + 7611254 + 10.1038/s41587-021-00860-4 + + + + Skowronek, P. et al. Synchro-PASEF allows precursor-specific fragment ion extraction and interference removal in data-independent acquisition. Mol. Cell. Proteomics 22, 100489 (2023). + + 36566012 + 10.1016/j.mcpro.2022.100489 + + + + Distler, U. et al. midiaPASEF maximizes information content in data-independent acquisition proteomics. Preprint at bioRxiv https://doi.org/10.1101/2023.01.30.526204 (2023). + + + Guzman, U. H. et al. Ultra-fast label-free quantification and comprehensive proteome coverage with narrow-window data-independent acquisition. Nat. Biotechnol. 42, 1855–1866 (2024). + + 38302753 + 11631760 + 10.1038/s41587-023-02099-7 + + + + Meier, F. et al. diaPASEF: parallel accumulation–serial fragmentation combined with data-independent acquisition. Nat. Methods 17, 1229–1236 (2020). + + 33257825 + 10.1038/s41592-020-00998-0 + + + + Sinn, L. R. et al. Slice-PASEF: maximising ion utilisation in LC–MS proteomics. Preprint at bioRxiv https://doi.org/10.1101/2022.10.31.514544 (2022). + + + Brunner, A.-D. et al. Ultra-high sensitivity mass spectrometry quantifies single-cell proteome changes upon perturbation. Mol. Syst. Biol. 18, e10798 (2022). + + 35226415 + 8884154 + 10.15252/msb.202110798 + + + + Wang, Z. et al. High-throughput proteomics of nanogram-scale samples with Zeno SWATH MS. eLife 11, e83947 (2022). + + 36449390 + 9711518 + 10.7554/eLife.83947 + + + + Heil, L. R. et al. Evaluating the performance of the Astral mass analyzer for quantitative proteomics using data independent acquisition. J. Proteome Res. 22, 3290–3300 (2023). + + 37683181 + 10563156 + 10.1021/acs.jproteome.3c00357 + + + + Petrosius, V. et al. Evaluating the capabilities of the Astral mass analyzer for single-cell proteomics. Preprint at bioRxiv https://doi.org/10.1101/2023.06.06.543943 (2023). + + + Stewart, H. I. et al. Parallelized acquisition of Orbitrap and Astral analyzers enables high-throughput quantitative analysis. Anal. Chem. 95, 15656–15664 (2023). + + 37815927 + 10603608 + 10.1021/acs.analchem.3c02856 + + + + Minogue, C. E. et al. Multiplexed quantification for data-independent acquisition. Anal. Chem. 87, 2570–2575 (2015). + + 25621425 + 4472008 + 10.1021/ac503593d + + + + Tian, X., de Vries, M. P., Permentier, H. P. & Bischoff, R. A versatile isobaric tag enables proteome quantification in data-dependent and data-independent acquisition modes. Anal. Chem. 92, 16149–16157 (2020). + + 33256395 + 7745205 + 10.1021/acs.analchem.0c03858 + + + + Pino, L. K., Baeza, J., Lauman, R., Schilling, B. & Garcia, B. A. Improved SILAC quantification with data-independent acquisition to investigate bortezomib-induced protein degradation. J. Proteome Res. 20, 1918–1927 (2021). + + 33764077 + 8256668 + 10.1021/acs.jproteome.0c00938 + + + + Tian, X., de Vries, M. P., Permentier, H. P. & Bischoff, R. The isotopic Ac-IP tag enables multiplexed proteome quantification in data-independent acquisition mode. Anal. Chem. 93, 8196–8202 (2021). + + 34053216 + 8209779 + 10.1021/acs.analchem.1c00453 + + + + Ctortecka, C. et al. Comparative proteome signatures of trace samples by multiplexed data-independent acquisition. Mol. Cell. Proteomics 21, 100177 (2022). + + 34793982 + 10.1016/j.mcpro.2021.100177 + + + + Derks, J. et al. Increasing the throughput of sensitive proteomics by plexDIA. Nat. Biotechnol. 41, 50–59 (2023). + + 35835881 + 10.1038/s41587-022-01389-w + + + + Thielert, M. et al. Robust dimethyl-based multiplex-DIA doubles single-cell proteome depth via a reference channel. Mol. Syst. Biol. 19, MSB202211503 (2023). + + 10.15252/msb.202211503 + + + + Ting, Y. S. et al. PECAN: library-free peptide detection for data-independent acquisition tandem mass spectrometry data. Nat. Methods 14, 903–908 (2017). + + 28783153 + 5578911 + 10.1038/nmeth.4390 + + + + Rosenberger, G. et al. Inference and quantification of peptidoforms in large sample cohorts by SWATH-MS. Nat. Biotechnol. 35, 781–788 (2017). + + 28604659 + 5593115 + 10.1038/nbt.3908 + + + + Searle, B. C. et al. Chromatogram libraries improve peptide detection and quantification by data independent acquisition mass spectrometry. Nat. Commun. 9, 5128 (2018). + + 30510204 + 6277451 + 10.1038/s41467-018-07454-w + + + + Demichev, V., Messner, C. B., Vernardis, S. I., Lilley, K. S. & Ralser, M. DIA-NN: neural networks and interference correction enable deep proteome coverage in high throughput. Nat. Methods 17, 41–44 (2020). + + 31768060 + 10.1038/s41592-019-0638-x + + + + Bekker-Jensen, D. B. et al. Rapid and site-specific deep phosphoproteome profiling by data-independent acquisition without the need for spectral libraries. Nat. Commun. 11, 787 (2020). + + 32034161 + 7005859 + 10.1038/s41467-020-14609-1 + + + + Steger, M. et al. Time-resolved in vivo ubiquitinome profiling by DIA-MS reveals USP7 targets on a proteome-wide scale. Nat. Commun. 12, 5399 (2021). + + 34518535 + 8438043 + 10.1038/s41467-021-25454-1 + + + + Demichev, V. et al. dia-PASEF data analysis using FragPipe and DIA-NN for deep proteomics of low sample amounts. Nat. Commun. 13, 3944 (2022). + + 35803928 + 9270362 + 10.1038/s41467-022-31492-0 + + + + Yu, F. et al. Analysis of DIA proteomics data using MSFragger-DIA and FragPipe computational platform. Nat. Commun. 14, 4151 (2023). + + 37438330 + 10338453 + + + + Messner, C. B. et al. Ultra-high-throughput clinical proteomics reveals classifiers of COVID-19 infection. Cell Syst. 11, 11–24 (2020). + + 32619549 + 7264033 + 10.1016/j.cels.2020.05.012 + + + + Mund, A. et al. Deep Visual Proteomics defines single-cell identity and heterogeneity. Nat. Biotechnol. 40, 1231–1240 (2022). + + 35590073 + 9371970 + 10.1038/s41587-022-01302-5 + + + + Webber, K. G. I. et al. Label-free profiling of up to 200 single-cell proteomes per day using a dual-column nanoflow liquid chromatography platform. Anal. Chem. 94, 6017–6025 (2022). + + 35385261 + 9356711 + 10.1021/acs.analchem.2c00646 + + + + Kreimer, S. et al. High-throughput single-cell proteomic analysis of organ-derived heterogeneous cell populations by nanoflow dual-trap single-column liquid chromatography. Anal. Chem. 95, 9145–9150 (2023). + + 37289937 + 11141483 + 10.1021/acs.analchem.3c00213 + + + + Matzinger, M., Mayer, R. L. & Mechtler, K. Label-free single cell proteomics utilizing ultrafast LC and MS instrumentation: a valuable complementary technique to multiplexing. Proteomics 23, e2200162 (2023). + + 36806919 + 10909491 + 10.1002/pmic.202200162 + + + + Zheng, R. et al. A high-sensitivity low-nanoflow LC–MS configuration for high-throughput sample-limited proteomics. Anal. Chem. 95, 18673–18678 (2023). + + 38088903 + 10753523 + 10.1021/acs.analchem.3c03058 + + + + Szyrwiel, L., Gille, C., Mülleder, M., Demichev, V. & Ralser, M. Fast proteomics with dia-PASEF and analytical flow-rate chromatography. Proteomics 24, e2300100 (2023). + + 37287406 + 10.1002/pmic.202300100 + + + + Peckner, R. et al. Specter: linear deconvolution for targeted analysis of data-independent acquisition mass spectrometry proteomics. Nat. Methods 15, 371–378 (2018). + + 29608554 + 5924490 + 10.1038/nmeth.4643 + + + + Vaca Jacome, A. S. et al. Avant-garde: an automated data-driven DIA data curation tool. Nat. Methods 17, 1237–1244 (2020). + + 33199889 + 7723322 + 10.1038/s41592-020-00986-4 + + + + Cox, J. et al. Accurate proteome-wide label-free quantification by delayed normalization and maximal peptide ratio extraction, termed MaxLFQ. Mol. Cell. Proteomics 13, 2513–2526 (2014). + + 24942700 + 4159666 + 10.1074/mcp.M113.031591 + + + + Pham, T. V., Henneman, A. A. & Jimenez, C. R. iq: an R package to estimate relative protein abundances from ion quantification in DIA-MS-based proteomics. Bioinformatics 36, 2611–2613 (2020). + + 31909781 + 7178409 + 10.1093/bioinformatics/btz961 + + + + Ammar, C., Schessner, J. P., Willems, S., Michaelis, A. C. & Mann, M. Accurate label-free quantification by directLFQ to compare unlimited numbers of proteomes. Mol. Cell. Proteomics 22, 100581 (2023). + + 37225017 + 10315922 + 10.1016/j.mcpro.2023.100581 + + + + Kohler, D. et al. MSstats version 4.0: statistical analyses of quantitative mass spectrometry-based proteomic experiments with chromatography-based quantification at scale. J. Proteome Res. 22, 1466–1482 (2023). + + 37018319 + 10629259 + 10.1021/acs.jproteome.2c00834 + + + + Truong, P., The, M. & Käll, L. Triqler for protein summarization of data from data-independent acquisition mass spectrometry. J. Proteome Res. 22, 1359–1366 (2023). + + 36988210 + 10088044 + 10.1021/acs.jproteome.2c00607 + + + + Huang, T. et al. Combining precursor and fragment information for improved detection of differential abundance in data independent acquisition. Mol. Cell. Proteomics 19, 421–430 (2020). + + 31888964 + 10.1074/mcp.RA119.001705 + + + + Zhurov, K. O., Kozhinov, A. N., Fornelli, L. & Tsybin, Y. O. Distinguishing analyte from noise components in mass spectra of complex samples: where to cut the noise? Anal. Chem. 86, 3308–3316 (2014). + + 24579830 + 10.1021/ac403278t + + + + Du, P. et al. A noise model for mass spectrometry based proteomics. Bioinformatics 24, 1070–1077 (2008). + + 18353791 + 10.1093/bioinformatics/btn078 + + + + Navarro, P. et al. A multicenter study benchmarks software tools for label-free proteome quantification. Nat. Biotechnol. 34, 1130–1136 (2016). + + 27701404 + 5120688 + 10.1038/nbt.3685 + + + + Bubis, J. A. et al. Challenging the Astral mass analyzer to quantify up to 5,300 proteins per single cell at unseen accuracy to uncover cellular heterogeneity. Nat. Methods 22, 510–519 (2025). + + 39820751 + 11903296 + 10.1038/s41592-024-02559-1 + + + + Szyrwiel, L., Grossmann, J. L., Sinn, L. R., Rappsilber, J. & Demichev, V. Large-scale quantitative benchmark reveals accuracy limits of proteomics. Preprint at bioRxiv https://doi.org/10.64898/2025.12.03.692002 (2025). + + + Ceccacci, S. et al. Promitotic action of Oenothera biennis on senescent human dermal fibroblasts. Int. J. Mol. Sci. 23, 15153 (2022). + + 36499490 + 9735661 + 10.3390/ijms232315153 + + + + Meier-Abt, F. et al. The protein landscape of chronic lymphocytic leukemia (CLL). Blood 138, 2514–2525 (2021). + + 34189564 + 10.1182/blood.2020009741 + + + + Grossmann, J. L. QuantUMS: uncertainty minimisation enables confident quantification in proteomics. figshare https://figshare.com/articles/dataset/_b_QuantUMS_uncertainty_minimisation_enables_confident_quantification_in_proteomics_b_/30814838 (2026). + + + Ritchie, M. E. et al. limma powers differential expression analyses for RNA-sequencing and microarray studies. Nucleic Acids Res. 43, e47 (2015). + + 25605792 + 4402510 + 10.1093/nar/gkv007 + + + + +
+ + + 42204348 + + 2026 + 05 + 27 + +
+ + 1559-064X + + + 2026 + May + 27 + + + Journal of exposure science & environmental epidemiology + J Expo Sci Environ Epidemiol + + Incorporating geospatial environmental exposure indicators in individual hypertension risk prediction: a multi-stage machine learning pipeline. + 10.1038/s41370-026-00915-1 + + Environmental exposures are known contributors to chronic disease but are rarely incorporated into risk prediction models. + We demonstrate a staged machine learning approach to incorporating geospatially measured neighborhood social and ambient environmental exposure measures into hypertension risk prediction. + We analyzed data from 10,491 adults in the Gulf Long-Term Follow-Up (GuLF) Study. Hypertension was defined by measured blood pressure and medication use. We assessed incremental predictive performance across three stages: Stage 1 (age, sex, race, BMI); Stage 2 (Stage 1 + neighborhood social factors); Stage 3 (Stage 2 + ambient exposures). Variable selection combined Boruta and bootstrapped area under the precision-recall curve (AUPRC). Logistic Regression, Random Forest, and Extreme Gradient Boosting (XGB) were trained and evaluated for discrimination, calibration, and classification. SHAP (Shapley Additive Explanations) was used to interpret variable contributions. + Participants had a mean age of 43.6 years with a standard deviation of 13.02 years; 78.4% were male, 52.3% were non-Hispanic White, and 35.5% had hypertension. Model-selected environmental predictors included neighborhood disadvantage, community resilience, social vulnerability (Stage 2), vegetation, PM₂.₅, NO₂, and formaldehyde (Stage 3). AUC and AUPRC showed minimal change across stages; in the XGB model, sensitivity was 0.775 (Stage 1), increased to 0.797 (Stage 2), and was 0.784 (Stage 3), with a corresponding precision trade-off (0.525→0.517→0.524). SHAP identified vegetation, social vulnerability, area deprivation, PM₂.₅, formaldehyde, and community resilience scores as leading environmental contributors. + Environmentalexposures have been linked to an increased risk of hypertension but have rarely been incorporated into risk prediction models. Leveraging data from a large prospective cohort, we developed an interpretable machine learning pipeline that screens and incorporates relevant geospatial socioeconomic and environmental exposures to individual-level risk prediction models. While adding these selected exposures provided modest improvements in model sensitivity, improved sensitivity identified additional hypertension cases that would have been missed. Even small gains in sensitivity can translate to earlier identification of additional at-risk individuals who might benefit from interventions, which can lead to public health improvements. + © 2026. This is a U.S. Government work and not under copyright protection in the US; foreign copyright protection may apply. + + + + Hu + Yi-Han + YH + + Laboratory of Epidemiology and Population Sciences, National Institute on Aging, Baltimore, MD, USA. + + + + Jamal + Harris + H + + Laboratory of Epidemiology and Population Sciences, National Institute on Aging, Baltimore, MD, USA. + + + Medical Research Scholars Program, National Institute of Health, Bethesda, MD, USA. + + + + Deng + Xinlei + X + + Epidemiology Branch, National Institute of Environmental Health Sciences, Durham, NC, USA. + + + + Lawrence + Kaitlyn G + KG + + Epidemiology Branch, National Institute of Environmental Health Sciences, Durham, NC, USA. + + + + Werder + Emily J + EJ + + Epidemiology Branch, National Institute of Environmental Health Sciences, Durham, NC, USA. + + + + Launer + Lenore J + LJ + + Laboratory of Epidemiology and Population Sciences, National Institute on Aging, Baltimore, MD, USA. launerl@nia.nih.gov. + + + + Sandler + Dale P + DP + + Epidemiology Branch, National Institute of Environmental Health Sciences, Durham, NC, USA. Dale.Sandler@nih.gov. + + + + eng + + Journal Article + + + 2026 + 05 + 27 + +
+ + United States + J Expo Sci Environ Epidemiol + 101262796 + 1559-0631 + + IM + + Disease prediction + Environmental exposures + Hypertension + Machine learning + + Competing interests: The authors declare no competing interests. Ethics approval: All home-visit participants provided written informed consent prior to data collection. The study protocol was reviewed and approved by the Institutional Review Board of the National Institutes of Health. All methods were performed in accordance with the relevant guidelines and regulations. +
+ + + + 2025 + 7 + 21 + + + 2026 + 4 + 23 + + + 2026 + 4 + 22 + + + 2026 + 5 + 28 + 0 + 30 + + + 2026 + 5 + 28 + 0 + 30 + + + 2026 + 5 + 27 + 23 + 35 + + + aheadofprint + + 42204348 + 10.1038/s41370-026-00915-1 + 10.1038/s41370-026-00915-1 + + + + Lozano R, Naghavi M, Foreman K, Lim S, Shibuya K, Aboyans V, et al. Global and regional mortality from 235 causes of death for 20 age groups in 1990 and 2010: a systematic analysis for the Global Burden of Disease Study 2010. Lancet. 2012;380:2095–128. + + 23245604 + 10790329 + 10.1016/S0140-6736(12)61728-0 + + + + Bundy JD, Li C, Stuchlik P, Bu X, Kelly TN, Mills KT, et al. Systolic blood pressure reduction and risk of cardiovascular disease and mortality: a systematic review and network meta-analysis. JAMA Cardiol. 2017;2:775–81. + + 28564682 + 5710614 + 10.1001/jamacardio.2017.1421 + + + + Olsen MH, Angell SY, Asma S, Boutouyrie P, Burger D, Chirinos JA, et al. A call to action and a lifecourse strategy to address the global burden of raised blood pressure on current and future generations: the Lancet Commission on hypertension. Lancet. 2016;388:2665–712. + + 27671667 + 10.1016/S0140-6736(16)31134-5 + + + + Xie X, Atkins E, Lv J, Bennett A, Neal B, Ninomiya T, et al. Effects of intensive blood pressure lowering on cardiovascular and renal outcomes: updated systematic review and meta-analysis. Lancet. 2016;387:435–43. + + 26559744 + 10.1016/S0140-6736(15)00805-3 + + + + Fuller R, Landrigan PJ, Balakrishnan K, Bathan G, Bose-O’Reilly S, Brauer M, et al. Pollution and health: a progress update. Lancet Planet Health. 2022;6:e535–e47. + + 35594895 + 11995256 + 10.1016/S2542-5196(22)00090-0 + + + + Jimenez MP, DeVille NV, Elliott EG, Schiff JE, Wilt GE, Hart JE, et al. Associations between nature exposure and health: a review of the evidence. Int J Environ Res Public Health. 2021;18:4790. + + 33946197 + 8125471 + 10.3390/ijerph18094790 + + + + Arcaya MC, Tucker-Seeley RD, Kim R, Schnake-Mahl A, So M, Subramanian S. Research on neighborhood effects on health in the United States: a systematic review of study characteristics. Soc Sci Med. 2016;168:16–29. + + 27637089 + 5065354 + 10.1016/j.socscimed.2016.08.047 + + + + Rojas-Rueda D, Morales-Zamora E, Alsufyani WA, Herbst CH, AlBalawi SM, Alsukait R, et al. Environmental risk factors and health: an umbrella review of meta-analyses. Int J Environ Res Public Health. 2021;18:704. + + 33467516 + 7830944 + 10.3390/ijerph18020704 + + + + Sallis JF, Cerin E, Conway TL, Adams MA, Frank LD, Pratt M, et al. Physical activity in relation to urban environments in 14 cities worldwide: a cross-sectional study. Lancet. 2016;387:2207–17. + + 27045735 + 10833440 + 10.1016/S0140-6736(15)01284-2 + + + + Roux AVD. Neighborhoods and health: what do we know? What should we do? Am J Public Health. 2016;106:430. + + 10.2105/AJPH.2016.303064 + + + + Brook, Rajagopalan RD, Pope III S, CA, Brook JR, Bhatnagar A, Diez-Roux AV, et al. Particulate matter air pollution and cardiovascular disease: an update to the scientific statement from the American Heart Association. Circulation. 2010;121:2331–78. + + 20458016 + 10.1161/CIR.0b013e3181dbece1 + + + + Gasparrini A, Guo Y, Sera F, Vicedo-Cabrera AM, Huber V, Tong S, et al. Projections of temperature-related excess mortality under climate change scenarios. Lancet Planet Health. 2017;1:e360–e7. + + 29276803 + 5729020 + 10.1016/S2542-5196(17)30156-0 + + + + Jaishankar M, Tseten T, Anbalagan N, Mathew BB, Beeregowda KN. Toxicity, mechanism and health effects of some heavy metals. Interdiscip Toxicol. 2014;7:60–72. + + 26109881 + 4427717 + 10.2478/intox-2014-0009 + + + + Baccarelli A, Dolinoy DC, Walker CL. A precision environmental health approach to prevention of human disease. Nat Commun. 2023;14:2449. + + 37117186 + 10147599 + 10.1038/s41467-023-37626-2 + + + + Brook RD. The environment and blood pressure. Cardiol Clin. 2017;35:213–21. + + 28411895 + + + + Connelly PJ, Currie G, Delles C. Sex differences in the prevalence, outcomes and management of hypertension. Curr Hypertens Rep. 2022;24:185–92. + + 35254589 + 9239955 + 10.1007/s11906-022-01183-8 + + + + Martinez-Ríos E, Montesinos L, Alfaro-Ponce M, Pecchia L. A review of machine learning in hypertension detection and blood pressure estimation based on clinical and physiological data. Biomed Signal Process Control. 2021;68:102813. + + 10.1016/j.bspc.2021.102813 + + + + Kwong EW-Y, Wu H, Pang GK-H. A prediction model of blood pressure for telemedicine. Health Inform J. 2018;24:227–44. + + 10.1177/1460458216663025 + + + + López-Martínez F, Núñez-Valdez ER, Crespo RG, García-Díaz V. An artificial neural network approach for predicting hypertension using NHANES data. Sci Rep. 2020;10:10620. + + 32606434 + 7327031 + 10.1038/s41598-020-67640-z + + + + Garies S, Birtwhistle R, Drummond N, Queenan J, Williamson T. Data resource profile: national electronic medical record data from the Canadian Primary Care Sentinel Surveillance Network (CPCSSN). Int J Epidemiol. 2017;46:1091–2f. + + 28338877 + 10.1093/ije/dyw248 + + + + World Health Organization. A global brief on hypertension: silent killer, global public health crisis: World Health Day 2013. World Health Organization; 2013. + + + Chowdhury MZI, Leung AA, Walker RL, Sikdar KC, O’Beirne M, Quan H, et al. A comparison of machine learning algorithms and traditional regression-based statistical modeling for predicting hypertension incidence in a Canadian population. Sci Rep. 2023;13:13. + + 36593280 + 9807553 + 10.1038/s41598-022-27264-x + + + + Kwok RK, Jackson WB 2nd, Curry MD, Stewart PA, McGrath JA, Stenzel M, et al. Association of deepwater horizon oil spill response and cleanup work with risk of developing hypertension. JAMA Netw Open. 2022;5:e220108. + + 35195699 + 8867245 + 10.1001/jamanetworkopen.2022.0108 + + + + Kwok RK, Engel LS, Miller AK, Blair A, Curry MD, Jackson WB, et al. The GuLF STUDY: a prospective study of persons involved in the deepwater horizon oil spill response and clean-up. Environ Health Perspect. 2017;125:570–8. + + 28362265 + 5382003 + 10.1289/EHP715 + + + + James PA, Oparil S, Carter BL, Cushman WC, Dennison-Himmelfarb C, Handler J, et al. 2014 Evidence-based guideline for the management of high blood pressure in adults: report from the Panel Members Appointed to the Eighth Joint National Committee (JNC 8). JAMA. 2014;311:507–20. + + 24352797 + 10.1001/jama.2013.284427 + + + + Kind AJH, Buckingham WR. Making neighborhood-disadvantage metrics accessible — the neighborhood atlas. N Engl J Med. 2018;378:2456–8. + + 29949490 + 6051533 + 10.1056/NEJMp1802313 + + + + CDC/ATSDR. Social Vulnerability Index. 2010. https://www.atsdr.cdc.gov/place-health/php/svi/index.html . + + + Carolina UoS. Hazards Vulnerability & Resilience Institute. 2010. https://www.sc.edu/study/colleges_schools/artsandsciences/centers_and_institutes/hvri/index.php/bric . + + + Di Q, Wei Y, Shtein A, Hultquist C, Xing X, Amini H, et al. Daily and Annual PM2.5 Concentrations for the Contiguous United States, 1-km Grids, v1 (2000-2016). Palisades, New York: NASA Socioeconomic Data and Applications Center (SEDAC); 2021. + + + Di Q, Wei Y, Shtein A, Hultquist C, Xing X, Amini H, et al. Daily and Annual NO2 Concentrations for the Contiguous United States, 1-km Grids, v1 (2000-2016). NASA Socioeconomic Data and Applications Center (SEDAC) data set. 2022:F8EH. + + + EPA. National Air Toxics Assessment. 2011. https://www.epa.gov/national-air-toxics-assessment . + + + Xu J, Engel LS, Rhoden J, Jackson WB, Kwok RK, Sandler DP. The association between blood metals and hypertension in the GuLF study. Environ Res. 2021;202:111734. + + 34303682 + 8578391 + 10.1016/j.envres.2021.111734 + + + + Thornton PE, Shrestha R, Thornton M, Kao S-C, Wei Y, Wilson BE. Gridded daily weather data for North America with comprehensive uncertainty quantification. Sci Data. 2021;8:190. + + 34301954 + 8302764 + 10.1038/s41597-021-00973-0 + + + + Li X, Zhou Y, Zhao M, Zhao X. A harmonized global nighttime light dataset 1992–2018. Sci Data. 2020;7:168. + + 32499523 + 7272434 + 10.1038/s41597-020-0510-y + + + + WorldClim. Global climate and weather data. 2011. https://www.worldclim.org/data/index.html . + + + Multi-Resolution Land Characteristics (MRLC) Consortium. 2011. https://www.mrlc.gov/ . + + + NASA. MODIS Vegetation Index Products (NDVI and EVI). 2015. https://modis.gsfc.nasa.gov/data/dataprod/mod13.php . + + + FEMA. The National Risk Index. 2020. https://hazards.fema.gov/nri/ . + + + Kursa MB, Rudnicki WR. Feature selection with the Boruta package. J Stat Softw. 2010;36:1–13. + + 10.18637/jss.v036.i11 + + + + Akiba T, Sano S, Yanase T, Ohta T, Koyama M. Optuna: a next-generation hyperparameter optimization framework. In: Proceedings of the 25th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining; Anchorage, AK, USA: Association for Computing Machinery; 2019. p. 2623–31. + + + Lundberg SM, Lee S-I. A unified approach to interpreting model predictions. In: Proceedings of the 31st International Conference on Neural Information Processing Systems; Long Beach, California, USA: Curran Associates Inc.; 2017. p. 4768–77. + + + Kwong EW, Wu H, Pang GK. A prediction model of blood pressure for telemedicine. Health Inform J. 2018;24:227–44. + + 10.1177/1460458216663025 + + + + Islam SMS, Talukder A, Awal MA, Siddiqui MMU, Ahamad MM, Ahammed B, et al. Machine learning approaches for predicting hypertension and its associated factors using population-level data from three South Asian Countries. Front Cardiovasc Med. 2022;9:839379. + + 35433854 + 9008259 + 10.3389/fcvm.2022.839379 + + + + Chowdhury MZI, Naeem I, Quan H, Leung AA, Sikdar KC, O’Beirne M, et al. Prediction of hypertension using traditional regression and machine learning models: a systematic review and meta-analysis. PLOS One. 2022;17:e0266334. + + 35390039 + 8989291 + 10.1371/journal.pone.0266334 + + + + Du J, Chang X, Ye C, Zeng Y, Yang S, Wu S, et al. Developing a hypertension visualization risk prediction system utilizing machine learning and health check-up data. Sci Rep. 2023;13:18953. + + 37919314 + 10622553 + 10.1038/s41598-023-46281-y + + + + AlKaabi LA, Ahmed LS, Al Attiyah MF, Abdel-Rahman ME. Predicting hypertension using machine learning: findings from Qatar Biobank Study. PLOS ONE. 2020;15:e0240370. + + 33064740 + 7567367 + 10.1371/journal.pone.0240370 + + + + Zhao H, Zhang X, Xu Y, Gao L, Ma Z, Sun Y, et al. Predicting the risk of hypertension based on several easy-to-collect risk factors: a machine learning method. Front Public Health. 2021;9:619429. + + + Park SK, Zhao Z, Mukherjee B. Construction of environmental risk score beyond standard linear models using machine learning methods: application to metal mixtures, oxidative stress and cardiovascular disease in NHANES. Environ Health. 2017;16:102. + + 28950902 + 5615812 + 10.1186/s12940-017-0310-9 + + + + Wang X, Mukherjee B, Park SK. Does information on blood heavy metals improve cardiovascular mortality prediction? J Am Heart Assoc. 2019;8:e013571. + + 31631727 + 6898859 + 10.1161/JAHA.119.013571 + + + + Jain V, Al Rifai M, Khan SU, Kalra A, Rodriguez F, Samad Z, et al. Association between social vulnerability index and cardiovascular disease: a behavioral risk factor surveillance system study. J Am Heart Assoc. 2022;11:e024414. + + 35904206 + 9375494 + 10.1161/JAHA.121.024414 + + + + Xu J, Lawrence KG, O’Brien KM, Jackson CL, Sandler DP. Association between neighbourhood deprivation and hypertension in a US-wide Cohort. J Epidemiol Community Health. 2022;76:268–73. + + 34789553 + 10.1136/jech-2021-216445 + + + + Gonzalez JM, Duarte M, Gattamorta KA, Salamanca M, Diaz IDP, Marroquin JCR, et al. Exploring the Association of Area of Deprivation Index (ADI) and cardiovascular risk factors in South Florida. Discov Health Syst. 2025;4:5. + + 10.1007/s44250-025-00177-y + + + + Brown SC, Aitken WW, Lombard J, Parrish A, Dewald JR, Nardi MI, et al. Longitudinal impacts of high versus low greenness on cardiovascular disease conditions. J Am Heart Assoc. 2024;13:e029939. + + 39344601 + 11681474 + 10.1161/JAHA.123.029939 + + + + Xu J, Niehoff NM, White AJ, Werder EJ, Sandler DP. Fossil-fuel and combustion-related air pollution and hypertension in the Sister Study. Environ Pollut. 2022;315:120401. + + 36228848 + 9746069 + 10.1016/j.envpol.2022.120401 + + + + Huang K, Yang X, Liang F, Liu F, Li J, Xiao Q, et al. Long-term exposure to fine particulate matter and hypertension incidence in China. Hypertension. 2019;73:1195–201. + + 31067193 + 6656583 + 10.1161/HYPERTENSIONAHA.119.12666 + + + + +
+ + + 42204328 + + 2026 + 05 + 27 + +
+ + 1476-4687 + + + 2026 + May + 27 + + + Nature + Nature + + AI FOMO: everyone is mastering AI except me - or are they? + 10.1038/d41586-026-01214-3 + + + Chen + Zhang-Ren + ZR + + + eng + + News + + + 2026 + 05 + 27 + +
+ + England + Nature + 0410462 + 0028-0836 + + IM + + Careers + Lab life + Machine learning + Scientific community + + The author declares no competing interests. +
+ + + + 2026 + 5 + 28 + 0 + 29 + + + 2026 + 5 + 28 + 0 + 29 + + + 2026 + 5 + 27 + 23 + 35 + + + aheadofprint + + 42204328 + 10.1038/d41586-026-01214-3 + 10.1038/d41586-026-01214-3 + + +
+ + + 42204326 + + 2026 + 05 + 27 + +
+ + 1476-4687 + + + 2026 + May + 27 + + + Nature + Nature + + Move over, AlphaFold: open source model predicts shape of 1 billion proteins. + 10.1038/d41586-026-01686-3 + + + Callaway + Ewen + E + + + Naddaf + Miryam + M + + + eng + + News + + + 2026 + 05 + 27 + +
+ + England + Nature + 0410462 + 0028-0836 + + IM + + Biotechnology + Databases + Machine learning + Proteomics + +
+ + + + 2026 + 5 + 28 + 0 + 29 + + + 2026 + 5 + 28 + 0 + 29 + + + 2026 + 5 + 27 + 23 + 35 + + + aheadofprint + + 42204326 + 10.1038/d41586-026-01686-3 + 10.1038/d41586-026-01686-3 + + + + Candido, S. et al. Preprint (2026). + + + Yeo, J. et al. Preprint at bioRxiv https://doi.org/10.1101/2025.04.23.650224 (2025). + + + +
+ + + 42204299 + + 2026 + 05 + 27 + +
+ + 1745-7254 + + + 2026 + May + 27 + + + Acta pharmacologica Sinica + Acta Pharmacol Sin + + The solute carrier transporter SLCO5A1 as a novel therapeutic target for the treatment of myocardial infarction-induced heart failure. + 10.1038/s41401-026-01827-4 + + Heart failure (HF) following myocardial infarction (MI) remains a major threat to health worldwide. While transcriptomics has revealed numerous genes whose expression is altered in HF, distinguishing therapeutic targets remains challenging. In this study, we aimed to identify novel therapeutic targets for HF and explore potential pharmacological interventions. We integrated human HF datasets with weighted gene coexpression network analysis (WGCNA) and machine learning (LASSO/SVM-RFE) to screen for candidate genes and applied Mendelian randomization (MR) to assess causality. SLCO5A1 emerged as a prioritized candidate, as it showed a genetically supported protective association with HF and was consistently downregulated in the ischemic failing myocardium. In mice, cardiomyocyte-targeted SLCO5A1 overexpression attenuated post-MI systolic dysfunction and pathological remodeling. Using drug-gene signature mining followed by biophysical and cellular validation, we identified 3-iodothyronamine (T1AM) as a small molecule that directly binds to SLCO5A1 and increases SLCO5A1 protein levels. Pharmacological administration of T1AM increased post-MI survival, improved cardiac function and reduced fibrosis; these benefits were markedly weakened by cardiomyocyte-specific SLCO5A1 knockdown, supporting a functional requirement for SLCO5A1. Mechanistically, SLCO5A1 reduced cardiomyocyte transforming growth factor beta 1 (TGF‑β1) secretion, thereby limiting fibroblast Smad3 activation and myofibroblast marker expression in conditioned-medium assays. In conclusion, our findings demonstrate that SLCO5A1 is a cardioprotective regulator of cardiomyocyte-fibroblast communication in post-MI HF and support a pharmacological increase in SLCO5A1 levels as a potential therapeutic strategy. SLCO5A1 serves as a novel therapeutic target for heart failure. Enhancing SLCO5A1 expression protects against MI-induced HF by inhibiting TGF-β1/Smad3-mediated cardiomyocyte-fibroblast crosstalk. + © 2026. The Author(s). + + + + Liu + Ke-Yu + KY + + Department of Anesthesiology, The Second Affiliated Hospital of Guangdong Medical University, Guangdong Medical University, Zhanjiang, 524003, China. + + + + Gong + Ke + K + + School of Obstetrics and Pediatrics, Guangdong Medical University, Zhanjiang, 524023, China. + + + + Fang + Fang + F + + Translational Medicine Center, The Second Affiliated Hospital of Guangdong Medical University, Guangdong Medical University, Zhanjiang, 524003, China. + + + + Chen + Qing-Hua + QH + + Translational Medicine Center, The Second Affiliated Hospital of Guangdong Medical University, Guangdong Medical University, Zhanjiang, 524003, China. + + + Medical Interdisciplinary Science Research Center of Western Guangdong, The Second Affiliated Hospital of Guangdong Medical University, Guangdong Medical University, Zhanjiang, 524003, China. + + + Key Laboratory for Research on Organ Interactions in Major Diseases, The Second Affiliated Hospital of Guangdong Medical University, Guangdong Medical University, Zhanjiang, 524003, China. + + + + Xu + Jin-Rong + JR + + Department of Cardiovascular Medicine, The Second Affiliated Hospital of Guangdong Medical University, Guangdong Medical University, Zhanjiang, 524003, China. zjeyxjr@163.com. + + + + Zhang + Liang-Qing + LQ + + Department of Anesthesiology, The Second Affiliated Hospital of Guangdong Medical University, Guangdong Medical University, Zhanjiang, 524003, China. Zhangliangqing@gdmu.edu.cn. + + + + Chen + Wen-Liang + WL + 0000-0001-5141-325X + + Translational Medicine Center, The Second Affiliated Hospital of Guangdong Medical University, Guangdong Medical University, Zhanjiang, 524003, China. Chenwl@gdmu.edu.cn. + + + Medical Interdisciplinary Science Research Center of Western Guangdong, The Second Affiliated Hospital of Guangdong Medical University, Guangdong Medical University, Zhanjiang, 524003, China. Chenwl@gdmu.edu.cn. + + + Key Laboratory for Research on Organ Interactions in Major Diseases, The Second Affiliated Hospital of Guangdong Medical University, Guangdong Medical University, Zhanjiang, 524003, China. Chenwl@gdmu.edu.cn. + + + + eng + + Journal Article + + + 2026 + 05 + 27 + +
+ + United States + Acta Pharmacol Sin + 100956087 + 1671-4083 + + IM + + 3‑iodothyronamine + SLCO5A1 + TGF beta 1 + heart failure + myocardial infarction + + Competing interests: The authors declare no competing interests. +
+ + + + 2026 + 1 + 29 + + + 2026 + 4 + 19 + + + 2026 + 5 + 28 + 0 + 29 + + + 2026 + 5 + 28 + 0 + 29 + + + 2026 + 5 + 27 + 23 + 35 + + + aheadofprint + + 42204299 + 10.1038/s41401-026-01827-4 + 10.1038/s41401-026-01827-4 + + + + Savarese G, Becher PM, Lund LH, Seferovic P, Rosano GMC, Coats AJS. Global burden of heart failure: a comprehensive and updated review of epidemiology. Cardiovasc Res. 2023;118:3272–87. + + 35150240 + 10.1093/cvr/cvac013 + + + + Li H, Wang X, Zhang Y, Yang Y, Zhang JZ, Zhou B. SLC39A13 regulates heart function via mitochondrial iron homeostasis maintenance. Circ Res. 2025;137:e144–e56. + + 40726388 + 10.1161/CIRCRESAHA.125.326201 + + + + Yao D, Bao L, Wang S, Tan M, Xu Y, Wu T, et al. Isoliquiritigenin alleviates myocardial ischemia-reperfusion injury by regulating the Nrf2/HO-1/SLC7a11/GPX4 axis in mice. Free Radic Biol Med. 2024;221:1–12. + + 38734270 + 10.1016/j.freeradbiomed.2024.05.012 + + + + Hagenbuch B, Stieger B, Locher KP. Organic anion transporting polypeptides: pharmacology, toxicology, structure, and transport mechanisms. Pharmacol Rev. 2025;77:100023. + + 40148036 + 10.1016/j.pharmr.2024.100023 + + + + Roth M, Obaidat A, Hagenbuch B. OATPs, OATs and OCTs: the organic anion and cation transporters of the SLCO and SLC22A gene superfamilies. Br J Pharmacol. 2012;165:1260–87. + + 22013971 + 3372714 + 10.1111/j.1476-5381.2011.01724.x + + + + Isidor B, Pichon O, Redon R, Day-Salvatore D, Hamel A, Siwicka KA, et al. Mesomelia-synostoses syndrome results from deletion of SULF1 and SLCO5A1 genes at 8q13. Am J Hum Genet. 2010;87:95–100. + + 20602915 + 2896765 + 10.1016/j.ajhg.2010.05.012 + + + + Okabe M, Szakacs G, Reimers MA, Suzuki T, Hall MD, Abe T, et al. Profiling SLCO and SLC22 genes in the NCI-60 cancer cell lines to identify drug uptake transporters. Mol Cancer Ther. 2008;7:3081–91. + + 18790787 + 2597359 + 10.1158/1535-7163.MCT-08-0539 + + + + Sebastian K, Detro-Dassen S, Rinis N, Fahrenkamp D, Muller-Newen G, Merk HF, et al. Characterization of SLCO5A1/OATP5A1, a solute carrier transport protein with non-classical function. PLoS One. 2013;8:e83257. + + 24376674 + 3869781 + 10.1371/journal.pone.0083257 + + + + Schlessinger A, Zatorski N, Hutchinson K, Colas C. Targeting SLC transporters: small molecules as modulators and therapeutic opportunities. Trends Biochem Sci. 2023;48:801–14. + + 37355450 + 10525040 + 10.1016/j.tibs.2023.05.011 + + + + Yamakawa H, Kato TS, Noh JY, Yuasa S, Kawamura A, Fukuda K, et al. Thyroid hormone plays an important role in cardiac function: from bench to bedside. Front Physiol. 2021;12:606931. + + 34733168 + 8558494 + 10.3389/fphys.2021.606931 + + + + Dillmann W. Cardiac hypertrophy and thyroid hormone signaling. Heart Fail Rev. 2010;15:125–32. + + 19125327 + 10.1007/s10741-008-9125-7 + + + + Rutigliano G, Zucchi R. Cardiac actions of thyroid hormone metabolites. Mol Cell Endocrinol. 2017;458:76–81. + + 28069537 + 10.1016/j.mce.2017.01.003 + + + + Saba A, Chiellini G, Frascarelli S, Marchini M, Ghelardoni S, Raffaelli A, et al. Tissue distribution and cardiac metabolism of 3-iodothyronamine. Endocrinology. 2010;151:5063–73. + + 20739399 + 10.1210/en.2010-0491 + + + + Frascarelli S, Ghelardoni S, Chiellini G, Galli E, Ronca F, Scanlan TS, et al. Cardioprotective effect of 3-iodothyronamine in perfused rat heart subjected to ischemia and reperfusion. Cardiovasc Drugs Ther. 2011;25:307–13. + + 21786214 + 10.1007/s10557-011-6320-x + + + + Cumero S, Fogolari F, Domenis R, Zucchi R, Mavelli I, Contessi S. Mitochondrial F0F1 -ATP synthase is a molecular target of 3-iodothyronamine, an endogenous metabolite of thyroid hormone. Br J Pharmacol. 2012;166:2331–47. + + 22452346 + 3448897 + 10.1111/j.1476-5381.2012.01958.x + + + + Johnson WE, Li C, Rabinovic A. Adjusting batch effects in microarray expression data using empirical Bayes methods. Biostatistics. 2007;8:118–27. + + 16632515 + 10.1093/biostatistics/kxj037 + + + + Jolliffe IT, Cadima J. Principal component analysis: a review and recent developments. Philos Trans A Math Phys Eng Sci. 2016;374:20150202. + + 26953178 + 4792409 + + + + Lyu F, Han F, Ge C, Mao W, Chen L, Hu H, et al. OmicStudio: A composable bioinformatics cloud platform with real-time feedback that can generate high-quality graphs for publication. Imeta. 2023;2:e85. + + 38868333 + 10989813 + 10.1002/imt2.85 + + + + Ferkingstad E, Sulem P, Atlason BA, Sveinbjornsson G, Magnusson MI, Styrmisdottir EL, et al. Large-scale integration of the plasma proteome with genetics and disease. Nat Genet. 2021;53:1712–21. + + 34857953 + 10.1038/s41588-021-00978-w + + + + Zhang SY. Chinese guidelines for the diagnosis and treatment of heart failure 2024. J Geriatr Cardiol. 2025;22:277–331. + + 40351394 + 12059564 + 10.26599/1671-5411.2025.03.002 + + + + Li S, Shen S, Xu H, Cai S, Yuan X, Wang C, et al. IGF2BP3 promotes adult myocardial regeneration by stabilizing MMP3 mRNA through interaction with m6A modification. Cell Death Discov. 2023;9:164. + + 37188676 + 10185520 + 10.1038/s41420-023-01457-3 + + + + Zhou H, Mo L, Huang N, Zou C, Li C, Lin M, et al. 3-Iodothyronamine inhibits apoptosis induced by myocardial ischemia reperfusion via the Akt/FoxO1 signaling pathway. Ann Transl Med. 2022;10:168. + + 35280406 + 8908142 + 10.21037/atm-21-7041 + + + + Zhou H, Hu B, Liu X. Thyroid hormone metabolite 3-iodothyronamine (T1AM) alleviates hypoxia/reoxygenation-induced cardiac myocyte apoptosis via Akt/FoxO1 pathway. Med Sci Monit. 2020;26:e923195. + + 32162616 + 7081925 + + + + Wei B, Zhao H, Hu B, Dai L, Zhang G, Mo L, et al. T1AM attenuates the hypoxia/reoxygenation-induced necroptosis of H9C2 cardiomyocytes via RIPK1/RIPK3 pathway. Biomed Res Int. 2022;2022:4833791. + + 35265713 + 8901330 + 10.1155/2022/4833791 + + + + Huang S, Li X, Zheng H, Si X, Li B, Wei G, et al. Loss of super-enhancer-regulated circRNA Nfix induces cardiac regeneration after myocardial infarction in adult mice. Circulation. 2019;139:2857–76. + + 30947518 + 6629176 + 10.1161/CIRCULATIONAHA.118.038361 + + + + Zheng M, Chen S, Zeng Z, Cai H, Zhang H, Yu X, et al. Targeted ablation of the left middle cervical ganglion prevents ventricular arrhythmias and cardiac injury induced by AMI. Basic Res Cardiol. 2024;119:57–74. + + 38151579 + 10.1007/s00395-023-01026-w + + + + Lymperopoulos A, Rengo G, Koch WJ. Adrenergic nervous system in heart failure: pathophysiology and therapy. Circ Res. 2013;113:739–53. + + 23989716 + 3843360 + 10.1161/CIRCRESAHA.113.300308 + + + + Zhuang L, Jia K, Chen C, Li Z, Zhao J, Hu J, et al. DYRK1B-STAT3 drives cardiac hypertrophy and heart failure by impairing mitochondrial bioenergetics. Circulation. 2022;145:829–46. + + 35235343 + 10.1161/CIRCULATIONAHA.121.055727 + + + + Weng L, Jia S, Xu C, Ye J, Cao Y, Liu Y, et al. Nogo-C regulates post myocardial infarction fibrosis through the interaction with ER Ca2+ leakage channel Sec61alpha in mouse hearts. Cell Death Dis. 2018;9:612. + + 29795235 + 5966439 + 10.1038/s41419-018-0598-6 + + + + Singh SN, Fletcher RD, Fisher SG, Singh BN, Lewis HD, Deedwania PC, et al. Amiodarone in patients with congestive heart failure and asymptomatic ventricular arrhythmia. Survival trial of antiarrhythmic therapy in congestive heart failure. N Engl J Med. 1995;333:77–82. + + 7539890 + 10.1056/NEJM199507133330201 + + + + Gudjonsson P, Andersen K, Einarsson H, Ingimarsdottir IJ. Survival impact of amiodarone therapy in heart failure: insights from the Icelandic heart failure registry. Eur Heart J. 2025;46:ehaf784-1285. + + + Frangogiannis NG. TGF-beta as a therapeutic target in the infarcted and failing heart: cellular mechanisms, challenges, and opportunities. Expert Opin Ther Targets. 2024;28:45–56. + + 38329809 + 10.1080/14728222.2024.2316735 + + + + Hagenbuch B, Stieger B. The SLCO (former SLC21) superfamily of transporters. Mol Aspects Med. 2013;34:396–412. + + 23506880 + 3602805 + 10.1016/j.mam.2012.10.009 + + + + Richmond RC, Davey Smith G. Mendelian randomization: concepts and scope. Cold Spring Harb Perspect Med. 2022;12:a040501. + + + Ianculescu AG, Scanlan TS. 3-Iodothyronamine (T(1)AM): a new chapter of thyroid hormone endocrinology?. Mol Biosyst. 2010;6:1338–44. + + 20623079 + 10.1039/B926583J + + + + Galli E, Marchini M, Saba A, Berti S, Tonacchera M, Vitti P, et al. Detection of 3-iodothyronamine in human patients: a preliminary study. J Clin Endocrinol Metab. 2012;97:E69–74. + + 22031514 + 10.1210/jc.2011-1115 + + + + Culic V. Cardiovascular mechanisms of thyroid hormones and heart failure: current knowledge and perspectives. World J Cardiol. 2024;16:226–30. + + 38817644 + 11135333 + 10.4330/wjc.v16.i5.226 + + + + Nicolini G, Balzan S, Forini F. Activated fibroblasts in cardiac and cancer fibrosis: an overview of analogies and new potential therapeutic options. Life Sci. 2023;321:121575. + + 36933828 + 10.1016/j.lfs.2023.121575 + + + + Dong XL, Yuan BH, Yu SZ, Liu H, Pan XH, Sun J, et al. Adriamycin induces cardiac fibrosis in mice via PRMT5-mediated cardiac fibroblast activation. Acta Pharmacol Sin. 2023;44:573–83. + + 36056082 + 10.1038/s41401-022-00963-x + + + + Sun L, Zhang HB, Jiang HC, Li W, Li MK, Yang XY, et al. LMO7 drives profibrotic fibroblast polarization and pulmonary fibrosis in mice through TGF-beta signalling. Acta Pharmacol Sin. 2025;46:1930–45. + + 40000880 + 12205043 + 10.1038/s41401-025-01488-9 + + + + Chia ZJ, Kumarapperuma H, Zhang R, Little PJ, Kamato D. Smad transcription factors as mediators of 7 transmembrane G protein-coupled receptor signalling. Acta Pharmacol Sin. 2025;46:795–804. + + 39506064 + 10.1038/s41401-024-01413-6 + + + + Cartledge JE, Kane C, Dias P, Tesfom M, Clarke L, McKee B, et al. Functional crosstalk between cardiac fibroblasts and adult cardiomyocytes by soluble mediators. Cardiovasc Res. 2015;105:260–70. + + 25560320 + 10.1093/cvr/cvu264 + + + + Chen X, Li X, Wu X, Ding Y, Li Y, Zhou G, et al. Integrin beta-like 1 mediates fibroblast-cardiomyocyte crosstalk to promote cardiac fibrosis and hypertrophy. Cardiovasc Res. 2023;119:1928–41. + + 37395147 + 10.1093/cvr/cvad104 + + + + Chia ZJ, Cao YN, Little PJ, Kamato D. Transforming growth factor-beta receptors: versatile mechanisms of ligand activation. Acta Pharmacol Sin. 2024;45:1337–48. + + 38351317 + 11192764 + 10.1038/s41401-024-01235-6 + + + + Dubois CM, Laprise MH, Blanchette F, Gentry LE, Leduc R. Processing of transforming growth factor beta 1 precursor by human furin convertase. J Biol Chem. 1995;270:10618–24. + + 7737999 + 10.1074/jbc.270.18.10618 + + + + +
+ + + 42204286 + + 2026 + 05 + 27 + +
+ + 2398-6352 + + + 2026 + May + 27 + + + NPJ digital medicine + NPJ Digit Med + + Deep chemical structure graph learning deciphers the lipotoxicity code of hypertriglyceridemic pancreatitis. + 10.1038/s41746-026-02792-2 + + The discrepancy between serum triglyceride levels and the clinical severity of hyperlipidemic acute pancreatitis (HLAP) complicates risk stratification. Traditional lipidomics, which primarily rely on linear abundance, often fail to distinguish the HLAP-specific lipidome from the metabolic background of hypertriglyceridemia (HTG). To overcome this limitation, DeepLipiDecipher was developed as a knowledge-guided graph neural network framework that integrates lipid chemical structures with metabolic topology to identify latent lipotoxic features. In a retrospective cohort of 433 subjects, DeepLipiDecipher demonstrated robust classification performance (AUC = 0.810), effectively distinguishing the HLAP phenotype and outperforming conventional machine learning models. Interpretability analysis revealed that HLAP susceptibility correlated with a distinct structural lipid profile, marked by the synergistic enrichment of polyunsaturated and ether-linked phospholipids, rather than total lipid mass. Moreover, computational causal inference implicated a pathogenic mechanism wherein SMPD3-mediated ceramide accumulation induced basal cytotoxicity, and PTGS2 hyperactivation promoted the peroxidation of these vulnerable lipids, triggering systemic inflammation. These results highlight the value of incorporating network topology into lipidomic analysis and suggest the network-inferred SMPD3-Ceramide-PTGS2 immunometabolic axis as a potential therapeutic target for preventing the progression from metabolic dysfunction to acute organ injury. + © 2026. The Author(s). + + + + Huang + Anliang + A + + Clinical Laboratory of Integrative Medicine, First Affiliated Hospital of Dalian Medical University, Dalian, Liaoning, China. + + + + Yuan + Qihang + Q + + Clinical Laboratory of Integrative Medicine, First Affiliated Hospital of Dalian Medical University, Dalian, Liaoning, China. + + + + Chen + Junhong + J + + Department of Hepatobiliary and Pancreatic Surgery, General Surgery Center, First Hospital of Jilin University, Changchun, Jilin, China. + + + + Wang + Lei + L + + Department of Vascular Surgery, First Affiliated Hospital of Dalian Medical University, Dalian, China. + + + + Yu + Yanlong + Y + + Department of Hepatobiliary Surgery, Chifeng Municipal Hospital, Chifeng, Inner Mongolia, China. + + + + Zhang + Yunshu + Y + + Clinical Laboratory of Integrative Medicine, First Affiliated Hospital of Dalian Medical University, Dalian, Liaoning, China. + + + + Ma + Shurong + S + + Clinical Laboratory of Integrative Medicine, First Affiliated Hospital of Dalian Medical University, Dalian, Liaoning, China. + + + + Liu + Kai + K + + Department of Hepatobiliary and Pancreatic Surgery, General Surgery Center, First Hospital of Jilin University, Changchun, Jilin, China. + + + + Wu + Zeming + Z + + iPhenome Biotechnology Inc. Dalian (Yun Pu Kang), Dalian, Liaoning, China. + + + + Cao + Shengji + S + + Department of Clinical Laboratory Medicine, First Affiliated Hospital of Dalian Medical University, Dalian, China. jicharles@126.com. + + + + Liu + Tianyi + T + + Department of Otorhinolaryngology, Renmin Hospital of Wuhan University, Wuhan, Hubei, China. rm003860@whu.edu.cn. + + + + Shang + Dong + D + + Clinical Laboratory of Integrative Medicine, First Affiliated Hospital of Dalian Medical University, Dalian, Liaoning, China. shangdongdalian@163.com. + + + + Yin + Peiyuan + P + + Clinical Laboratory of Integrative Medicine, First Affiliated Hospital of Dalian Medical University, Dalian, Liaoning, China. yinperry@126.com. + + + + eng + + + 82374248 + National Natural Science Foundation of China + + + + 2025JH2/101800026 + Science and Technology Plan of Liaoning Province (Key Research and Development Program Project) + + + + + Journal Article + + + 2026 + 05 + 27 + +
+ + England + NPJ Digit Med + 101731738 + 2398-6352 + + Competing interests: Z.W. is co-founder of iPhenome Biotechnology Inc. Dalian (Yun Pu Kang). Other authors have declared that no competing interests exist. +
+ + + + 2025 + 11 + 12 + + + 2026 + 5 + 14 + + + 2026 + 5 + 28 + 0 + 29 + + + 2026 + 5 + 28 + 0 + 29 + + + 2026 + 5 + 27 + 23 + 34 + + + aheadofprint + + 42204286 + 10.1038/s41746-026-02792-2 + 10.1038/s41746-026-02792-2 + + +
+ + + 42204283 + + 2026 + 05 + 27 + +
+ + 2045-2322 + + + 2026 + May + 27 + + + Scientific reports + Sci Rep + + Association of triglyceride-cholesterol-body weight index with in-hospital mortality in critically ill patients with heart failure. + 10.1038/s41598-026-54399-y + + Malnutrition and metabolic abnormalities are common in patients with heart failure (HF) requiring intensive care unit (ICU) admission and are associated with poor outcomes. This study evaluated the association between triglyceride-cholesterol-body weight index (TCBI) and in-hospital mortality in critically ill patients with HF and developed a machine learning-based model to assess its predictive value. This multicenter retrospective study included 1,537 HF patients in a derivation cohort and 3,537 patients in an external validation cohort. Kaplan-Meier, Cox regression, and restricted cubic spline analyses were used to assess the association and nonlinearity. An XGBoost model integrating TCBI and clinical variables was developed for risk prediction. Among 1,537 patients in the derivation cohort, 295 (19.2%) died during hospitalization. Mortality decreased across increasing TCBI tertiles (22.6% vs. 18.4% vs. 16.6%, P = 0.043). Patients in the highest tertile had lower mortality risk than those in the lowest (HR 0.58, 95% CI 0.39-0.85). A nonlinear inverse association was observed (P for nonlinearity = 0.001) and confirmed in the external cohort (HR 0.75, 95% CI 0.59-0.94). The model achieved area under the curve values of 0.791, 0.744, and 0.709 in the training, internal validation, and external validation cohorts, outperforming SAPS II and SOFA. Decision curve analysis indicated superior net clinical benefit across a range of threshold probabilities. Lower TCBI was independently associated with higher in-hospital mortality in critically ill patients with HF. Incorporating TCBI improved risk prediction and may aid early risk stratification in this high-acuity population. + © 2026. The Author(s). + + + + Xie + Yachen + Y + + Department of Pain Management, The People's Hospital of Yubei District of Chongqing, Chongqing, China. + + + + Tong + Ke + K + + Department of Cardiology, The Second Affiliated Hospital of Chongqing Medical University, Chongqing, China. 1020305558@qq.com. + + + + eng + + Journal Article + + + 2026 + 05 + 27 + +
+ + England + Sci Rep + 101563288 + 2045-2322 + + IM + + Heart failure + In-hospital mortality + Machine learning prediction + Nutritional and metabolic status + Triglyceride–cholesterol–body weight index + + Declarations. Competing interests: The authors declare no competing interests. Ethics approval and consent to participate: The data used in this study were obtained from the publicly available MIMIC-IV database and eICU Collaborative Research Database. Both databases contain de-identified patient information and have received ethical approval for research use. As this study analyzed anonymized retrospective data, the requirement for informed consent was waived. All procedures were conducted in accordance with relevant guidelines and the Declaration of Helsinki. +
+ + + + 2026 + 3 + 27 + + + 2026 + 5 + 19 + + + 2026 + 5 + 28 + 0 + 30 + + + 2026 + 5 + 28 + 0 + 30 + + + 2026 + 5 + 27 + 23 + 34 + + + aheadofprint + + 42204283 + 10.1038/s41598-026-54399-y + 10.1038/s41598-026-54399-y + + +
+ + + 42204253 + + 2026 + 05 + 27 + +
+ + 2398-6352 + + + 2026 + May + 27 + + + NPJ digital medicine + NPJ Digit Med + + Reassessing negative 24 h pH impedance tests for hidden gastroesophageal reflux disease using multi feature anomaly detection. + 10.1038/s41746-026-02796-y + + Gastroesophageal reflux disease (GERD) diagnosis traditionally relies on acid exposure time (AET) obtained from 24-h multichannel intraluminal impedance-pH (MII-pH) monitoring, the gold standard for GERD diagnosis. However, a negative result (AET < 4%) does not always exclude GERD, as the limited 24-h monitoring window may fail to capture reflux events in patients with intermittent or low-frequency reflux. To address this limitation, we proposed a complementary machine learning-based framework targeting exclusively patients with negative MII-pH results (AET < 4%) to identify potential false-negative cases within this cohort, by integrating statistical and waveform-derived features from pH signals to enhance anomaly detection. Using one-class support vector machine and support vector data description models trained on real-world MII-pH datasets, the framework achieved an + + + F + + + 3 + + + score of approximately 0.9 and identified potential anomalies undetected by the conventional AET criteria. Explainable AI techniques using Shapley additive explanations showed that features such as kurtosis and peak-to-peak amplitude contributed significantly to the identification of subtle reflux patterns within this cohort. These anomalies may indicate additional candidates for clinical reassessment within the AET-negative cohort. This complementary approach, operating downstream of the conventional MII-pH diagnostic system, could help identify potential false-negative cases among patients with negative MII-pH results, potentially assisting in their proper clinical management. + © 2026. The Author(s). + + + + Lee + Songho + S + + Department of Mechanical Engineering, Korea Advanced Institute of Science and Technology (KAIST), Daejeon, Republic of Korea. + + + + Lee + Junhyeong + J + + Department of Mechanical Engineering, Korea Advanced Institute of Science and Technology (KAIST), Daejeon, Republic of Korea. + + + + Park + Donggeun + D + + Department of Mechanical Engineering, Korea Advanced Institute of Science and Technology (KAIST), Daejeon, Republic of Korea. + + + + Lee + Sang Kil + SK + + Department of Internal Medicine, Yonsei Institute of Gastroenterology, Severance Hospital, Yonsei University College of Medicine, Seoul, Republic of Korea. + + + + Cho + Jae Hee + JH + + Department of Internal Medicine, Gangnam Severance Hospital, Yonsei University College of Medicine, 211, Eonju-ro Gangnam-gu, Seoul, Republic of Korea. + + + + Lee + Kyoung G + KG + + Center for NanoBio Development, National NanoFab Center, Daejeon, Republic of Korea. kglee@nnfc.re.kr. + + + + Kim + Hee Man + HM + + Division of Gastroenterology, Department of Internal Medicine, Severance Hospital, and Yonsei Cancer Center, Yonsei University College of Medicine, Seoul, Republic of Korea. loverkorea2009@gmail.com. + + + + Ryu + Seunghwa + S + + Department of Mechanical Engineering, Korea Advanced Institute of Science and Technology (KAIST), Daejeon, Republic of Korea. ryush@kaist.ac.kr. + + + KAIST InnoCORE PRISM-AI Center, Korea Advanced Institute of Science and Technology (KAIST), Daejeon, Republic of Korea. ryush@kaist.ac.kr. + + + + eng + + + RS-2024-00438316 + Ministry of Science and ICT, South Korea + + + + RS-2024-00438316 + Ministry of Science and ICT, South Korea + + + + RS-2024-00438316 + Ministry of Science and ICT, South Korea + + + + + Journal Article + + + 2026 + 05 + 27 + +
+ + England + NPJ Digit Med + 101731738 + 2398-6352 + + Competing interests: The authors declare no competing interests. +
+ + + + 2025 + 9 + 16 + + + 2026 + 5 + 15 + + + 2026 + 5 + 28 + 0 + 30 + + + 2026 + 5 + 28 + 0 + 30 + + + 2026 + 5 + 27 + 23 + 33 + + + aheadofprint + + 42204253 + 10.1038/s41746-026-02796-y + 10.1038/s41746-026-02796-y + + +
+
\ No newline at end of file